#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_FInputDeviceId \ static_assert(alignof(FInputDeviceId) == 0x000004, "Wrong alignment on FInputDeviceId"); \ static_assert(sizeof(FInputDeviceId) == 0x000004, "Wrong size on FInputDeviceId"); \ static_assert(offsetof(FInputDeviceId, InternalId) == 0x000000, "Member 'FInputDeviceId::InternalId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FPlatformUserId \ static_assert(alignof(FPlatformUserId) == 0x000004, "Wrong alignment on FPlatformUserId"); \ static_assert(sizeof(FPlatformUserId) == 0x000004, "Wrong size on FPlatformUserId"); \ static_assert(offsetof(FPlatformUserId, InternalId) == 0x000000, "Member 'FPlatformUserId::InternalId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlatformInputDeviceState \ static_assert(alignof(FPlatformInputDeviceState) == 0x000004, "Wrong alignment on FPlatformInputDeviceState"); \ static_assert(sizeof(FPlatformInputDeviceState) == 0x000008, "Wrong size on FPlatformInputDeviceState"); \ static_assert(offsetof(FPlatformInputDeviceState, OwningPlatformUser) == 0x000000, "Member 'FPlatformInputDeviceState::OwningPlatformUser' has a wrong offset!"); \ static_assert(offsetof(FPlatformInputDeviceState, ConnectionState) == 0x000004, "Member 'FPlatformInputDeviceState::ConnectionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUniqueNetIdWrapper \ static_assert(alignof(FUniqueNetIdWrapper) == 0x000001, "Wrong alignment on FUniqueNetIdWrapper"); \ static_assert(sizeof(FUniqueNetIdWrapper) == 0x000001, "Wrong size on FUniqueNetIdWrapper"); \ #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_FARFilter \ static_assert(alignof(FARFilter) == 0x000008, "Wrong alignment on FARFilter"); \ static_assert(sizeof(FARFilter) == 0x0000F0, "Wrong size on FARFilter"); \ static_assert(offsetof(FARFilter, PackageNames) == 0x000000, "Member 'FARFilter::PackageNames' has a wrong offset!"); \ static_assert(offsetof(FARFilter, PackagePaths) == 0x000010, "Member 'FARFilter::PackagePaths' has a wrong offset!"); \ static_assert(offsetof(FARFilter, ObjectPaths) == 0x000020, "Member 'FARFilter::ObjectPaths' has a wrong offset!"); \ static_assert(offsetof(FARFilter, ClassNames) == 0x000030, "Member 'FARFilter::ClassNames' has a wrong offset!"); \ static_assert(offsetof(FARFilter, RecursiveClassesExclusionSet) == 0x000090, "Member 'FARFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ static_assert(offsetof(FARFilter, bRecursivePaths) == 0x0000E0, "Member 'FARFilter::bRecursivePaths' has a wrong offset!"); \ static_assert(offsetof(FARFilter, bRecursiveClasses) == 0x0000E1, "Member 'FARFilter::bRecursiveClasses' has a wrong offset!"); \ static_assert(offsetof(FARFilter, bIncludeOnlyOnDiskAssets) == 0x0000E2, "Member 'FARFilter::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoftObjectPath \ static_assert(alignof(FSoftObjectPath) == 0x000008, "Wrong alignment on FSoftObjectPath"); \ static_assert(sizeof(FSoftObjectPath) == 0x000018, "Wrong size on FSoftObjectPath"); \ static_assert(offsetof(FSoftObjectPath, AssetPathName) == 0x000000, "Member 'FSoftObjectPath::AssetPathName' has a wrong offset!"); \ static_assert(offsetof(FSoftObjectPath, SubPathString) == 0x000008, "Member 'FSoftObjectPath::SubPathString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAssetBundleEntry \ static_assert(alignof(FAssetBundleEntry) == 0x000008, "Wrong alignment on FAssetBundleEntry"); \ static_assert(sizeof(FAssetBundleEntry) == 0x000018, "Wrong size on FAssetBundleEntry"); \ static_assert(offsetof(FAssetBundleEntry, BundleName) == 0x000000, "Member 'FAssetBundleEntry::BundleName' has a wrong offset!"); \ static_assert(offsetof(FAssetBundleEntry, BundleAssets) == 0x000008, "Member 'FAssetBundleEntry::BundleAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FDateTime \ static_assert(alignof(FDateTime) == 0x000008, "Wrong alignment on FDateTime"); \ static_assert(sizeof(FDateTime) == 0x000008, "Wrong size on FDateTime"); \ #define DUMPER7_ASSERTS_FFrameNumber \ static_assert(alignof(FFrameNumber) == 0x000004, "Wrong alignment on FFrameNumber"); \ static_assert(sizeof(FFrameNumber) == 0x000004, "Wrong size on FFrameNumber"); \ static_assert(offsetof(FFrameNumber, Value) == 0x000000, "Member 'FFrameNumber::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrameRate \ static_assert(alignof(FFrameRate) == 0x000004, "Wrong alignment on FFrameRate"); \ static_assert(sizeof(FFrameRate) == 0x000008, "Wrong size on FFrameRate"); \ static_assert(offsetof(FFrameRate, Numerator) == 0x000000, "Member 'FFrameRate::Numerator' has a wrong offset!"); \ static_assert(offsetof(FFrameRate, Denominator) == 0x000004, "Member 'FFrameRate::Denominator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrameTime \ static_assert(alignof(FFrameTime) == 0x000004, "Wrong alignment on FFrameTime"); \ static_assert(sizeof(FFrameTime) == 0x000008, "Wrong size on FFrameTime"); \ static_assert(offsetof(FFrameTime, FrameNumber) == 0x000000, "Member 'FFrameTime::FrameNumber' has a wrong offset!"); \ static_assert(offsetof(FFrameTime, SubFrame) == 0x000004, "Member 'FFrameTime::SubFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQualifiedFrameTime \ static_assert(alignof(FQualifiedFrameTime) == 0x000004, "Wrong alignment on FQualifiedFrameTime"); \ static_assert(sizeof(FQualifiedFrameTime) == 0x000010, "Wrong size on FQualifiedFrameTime"); \ static_assert(offsetof(FQualifiedFrameTime, Time) == 0x000000, "Member 'FQualifiedFrameTime::Time' has a wrong offset!"); \ static_assert(offsetof(FQualifiedFrameTime, Rate) == 0x000008, "Member 'FQualifiedFrameTime::Rate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimecode \ static_assert(alignof(FTimecode) == 0x000004, "Wrong alignment on FTimecode"); \ static_assert(sizeof(FTimecode) == 0x000014, "Wrong size on FTimecode"); \ static_assert(offsetof(FTimecode, Hours) == 0x000000, "Member 'FTimecode::Hours' has a wrong offset!"); \ static_assert(offsetof(FTimecode, Minutes) == 0x000004, "Member 'FTimecode::Minutes' has a wrong offset!"); \ static_assert(offsetof(FTimecode, Seconds) == 0x000008, "Member 'FTimecode::Seconds' has a wrong offset!"); \ static_assert(offsetof(FTimecode, Frames) == 0x00000C, "Member 'FTimecode::Frames' has a wrong offset!"); \ static_assert(offsetof(FTimecode, bDropFrameFormat) == 0x000010, "Member 'FTimecode::bDropFrameFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimespan \ static_assert(alignof(FTimespan) == 0x000008, "Wrong alignment on FTimespan"); \ static_assert(sizeof(FTimespan) == 0x000008, "Wrong size on FTimespan"); \ #define DUMPER7_ASSERTS_FSoftClassPath \ static_assert(alignof(FSoftClassPath) == 0x000008, "Wrong alignment on FSoftClassPath"); \ static_assert(sizeof(FSoftClassPath) == 0x000018, "Wrong size on FSoftClassPath"); \ #define DUMPER7_ASSERTS_FPrimaryAssetType \ static_assert(alignof(FPrimaryAssetType) == 0x000004, "Wrong alignment on FPrimaryAssetType"); \ static_assert(sizeof(FPrimaryAssetType) == 0x000008, "Wrong size on FPrimaryAssetType"); \ static_assert(offsetof(FPrimaryAssetType, Name) == 0x000000, "Member 'FPrimaryAssetType::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrimaryAssetId \ static_assert(alignof(FPrimaryAssetId) == 0x000004, "Wrong alignment on FPrimaryAssetId"); \ static_assert(sizeof(FPrimaryAssetId) == 0x000010, "Wrong size on FPrimaryAssetId"); \ static_assert(offsetof(FPrimaryAssetId, PrimaryAssetType) == 0x000000, "Member 'FPrimaryAssetId::PrimaryAssetType' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetId, PrimaryAssetName) == 0x000008, "Member 'FPrimaryAssetId::PrimaryAssetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFallbackStruct \ static_assert(alignof(FFallbackStruct) == 0x000001, "Wrong alignment on FFallbackStruct"); \ static_assert(sizeof(FFallbackStruct) == 0x000001, "Wrong size on FFallbackStruct"); \ #define DUMPER7_ASSERTS_FFloatRangeBound \ static_assert(alignof(FFloatRangeBound) == 0x000004, "Wrong alignment on FFloatRangeBound"); \ static_assert(sizeof(FFloatRangeBound) == 0x000008, "Wrong size on FFloatRangeBound"); \ static_assert(offsetof(FFloatRangeBound, Type) == 0x000000, "Member 'FFloatRangeBound::Type' has a wrong offset!"); \ static_assert(offsetof(FFloatRangeBound, Value) == 0x000004, "Member 'FFloatRangeBound::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFloatRange \ static_assert(alignof(FFloatRange) == 0x000004, "Wrong alignment on FFloatRange"); \ static_assert(sizeof(FFloatRange) == 0x000010, "Wrong size on FFloatRange"); \ static_assert(offsetof(FFloatRange, LowerBound) == 0x000000, "Member 'FFloatRange::LowerBound' has a wrong offset!"); \ static_assert(offsetof(FFloatRange, UpperBound) == 0x000008, "Member 'FFloatRange::UpperBound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInt32RangeBound \ static_assert(alignof(FInt32RangeBound) == 0x000004, "Wrong alignment on FInt32RangeBound"); \ static_assert(sizeof(FInt32RangeBound) == 0x000008, "Wrong size on FInt32RangeBound"); \ static_assert(offsetof(FInt32RangeBound, Type) == 0x000000, "Member 'FInt32RangeBound::Type' has a wrong offset!"); \ static_assert(offsetof(FInt32RangeBound, Value) == 0x000004, "Member 'FInt32RangeBound::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInt32Range \ static_assert(alignof(FInt32Range) == 0x000004, "Wrong alignment on FInt32Range"); \ static_assert(sizeof(FInt32Range) == 0x000010, "Wrong size on FInt32Range"); \ static_assert(offsetof(FInt32Range, LowerBound) == 0x000000, "Member 'FInt32Range::LowerBound' has a wrong offset!"); \ static_assert(offsetof(FInt32Range, UpperBound) == 0x000008, "Member 'FInt32Range::UpperBound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrameNumberRangeBound \ static_assert(alignof(FFrameNumberRangeBound) == 0x000004, "Wrong alignment on FFrameNumberRangeBound"); \ static_assert(sizeof(FFrameNumberRangeBound) == 0x000008, "Wrong size on FFrameNumberRangeBound"); \ static_assert(offsetof(FFrameNumberRangeBound, Type) == 0x000000, "Member 'FFrameNumberRangeBound::Type' has a wrong offset!"); \ static_assert(offsetof(FFrameNumberRangeBound, Value) == 0x000004, "Member 'FFrameNumberRangeBound::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFrameNumberRange \ static_assert(alignof(FFrameNumberRange) == 0x000004, "Wrong alignment on FFrameNumberRange"); \ static_assert(sizeof(FFrameNumberRange) == 0x000010, "Wrong size on FFrameNumberRange"); \ static_assert(offsetof(FFrameNumberRange, LowerBound) == 0x000000, "Member 'FFrameNumberRange::LowerBound' has a wrong offset!"); \ static_assert(offsetof(FFrameNumberRange, UpperBound) == 0x000008, "Member 'FFrameNumberRange::UpperBound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFloatInterval \ static_assert(alignof(FFloatInterval) == 0x000004, "Wrong alignment on FFloatInterval"); \ static_assert(sizeof(FFloatInterval) == 0x000008, "Wrong size on FFloatInterval"); \ static_assert(offsetof(FFloatInterval, Min) == 0x000000, "Member 'FFloatInterval::Min' has a wrong offset!"); \ static_assert(offsetof(FFloatInterval, Max) == 0x000004, "Member 'FFloatInterval::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInt32Interval \ static_assert(alignof(FInt32Interval) == 0x000004, "Wrong alignment on FInt32Interval"); \ static_assert(sizeof(FInt32Interval) == 0x000008, "Wrong size on FInt32Interval"); \ static_assert(offsetof(FInt32Interval, Min) == 0x000000, "Member 'FInt32Interval::Min' has a wrong offset!"); \ static_assert(offsetof(FInt32Interval, Max) == 0x000004, "Member 'FInt32Interval::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPolyglotTextData \ static_assert(alignof(FPolyglotTextData) == 0x000008, "Wrong alignment on FPolyglotTextData"); \ static_assert(sizeof(FPolyglotTextData) == 0x0000B8, "Wrong size on FPolyglotTextData"); \ static_assert(offsetof(FPolyglotTextData, Category) == 0x000000, "Member 'FPolyglotTextData::Category' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, NativeCulture) == 0x000008, "Member 'FPolyglotTextData::NativeCulture' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, Namespace) == 0x000018, "Member 'FPolyglotTextData::Namespace' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, Key) == 0x000028, "Member 'FPolyglotTextData::Key' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, NativeString) == 0x000038, "Member 'FPolyglotTextData::NativeString' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, LocalizedStrings) == 0x000048, "Member 'FPolyglotTextData::LocalizedStrings' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, bIsMinimalPatch) == 0x000098, "Member 'FPolyglotTextData::bIsMinimalPatch' has a wrong offset!"); \ static_assert(offsetof(FPolyglotTextData, CachedText) == 0x0000A0, "Member 'FPolyglotTextData::CachedText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAutomationEvent \ static_assert(alignof(FAutomationEvent) == 0x000008, "Wrong alignment on FAutomationEvent"); \ static_assert(sizeof(FAutomationEvent) == 0x000038, "Wrong size on FAutomationEvent"); \ static_assert(offsetof(FAutomationEvent, Type) == 0x000000, "Member 'FAutomationEvent::Type' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Message) == 0x000008, "Member 'FAutomationEvent::Message' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Context) == 0x000018, "Member 'FAutomationEvent::Context' has a wrong offset!"); \ static_assert(offsetof(FAutomationEvent, Artifact) == 0x000028, "Member 'FAutomationEvent::Artifact' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAutomationExecutionEntry \ static_assert(alignof(FAutomationExecutionEntry) == 0x000008, "Wrong alignment on FAutomationExecutionEntry"); \ static_assert(sizeof(FAutomationExecutionEntry) == 0x000058, "Wrong size on FAutomationExecutionEntry"); \ static_assert(offsetof(FAutomationExecutionEntry, Event) == 0x000000, "Member 'FAutomationExecutionEntry::Event' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, Filename) == 0x000038, "Member 'FAutomationExecutionEntry::Filename' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, LineNumber) == 0x000048, "Member 'FAutomationExecutionEntry::LineNumber' has a wrong offset!"); \ static_assert(offsetof(FAutomationExecutionEntry, Timestamp) == 0x000050, "Member 'FAutomationExecutionEntry::Timestamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UProperty \ static_assert(alignof(UProperty) == 0x000008, "Wrong alignment on UProperty"); \ static_assert(sizeof(UProperty) == 0x000070, "Wrong size on UProperty"); \ #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_ULazyObjectProperty \ static_assert(alignof(ULazyObjectProperty) == 0x000008, "Wrong alignment on ULazyObjectProperty"); \ static_assert(sizeof(ULazyObjectProperty) == 0x000078, "Wrong size on ULazyObjectProperty"); \ #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_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_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_USoftObjectProperty \ static_assert(alignof(USoftObjectProperty) == 0x000008, "Wrong alignment on USoftObjectProperty"); \ static_assert(sizeof(USoftObjectProperty) == 0x000078, "Wrong size on USoftObjectProperty"); \ #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_UNumericProperty \ static_assert(alignof(UNumericProperty) == 0x000008, "Wrong alignment on UNumericProperty"); \ static_assert(sizeof(UNumericProperty) == 0x000070, "Wrong size on UNumericProperty"); \ #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_UPackage \ static_assert(alignof(UPackage) == 0x000008, "Wrong alignment on UPackage"); \ static_assert(sizeof(UPackage) == 0x0000A0, "Wrong size on UPackage"); \ #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_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_UFunction \ static_assert(alignof(UFunction) == 0x000008, "Wrong alignment on UFunction"); \ static_assert(sizeof(UFunction) == 0x0000E0, "Wrong size on UFunction"); \ static_assert(offsetof(UFunction, FunctionFlags) == 0x0000B0, "Member 'UFunction::FunctionFlags' has a wrong offset!"); \ static_assert(offsetof(UFunction, ExecFunction) == 0x0000D8, "Member 'UFunction::ExecFunction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDelegateFunction \ static_assert(alignof(UDelegateFunction) == 0x000008, "Wrong alignment on UDelegateFunction"); \ static_assert(sizeof(UDelegateFunction) == 0x0000E0, "Wrong size on UDelegateFunction"); \ #define DUMPER7_ASSERTS_USparseDelegateFunction \ static_assert(alignof(USparseDelegateFunction) == 0x000008, "Wrong alignment on USparseDelegateFunction"); \ static_assert(sizeof(USparseDelegateFunction) == 0x0000F0, "Wrong size on USparseDelegateFunction"); \ #define DUMPER7_ASSERTS_UDynamicClass \ static_assert(alignof(UDynamicClass) == 0x000008, "Wrong alignment on UDynamicClass"); \ static_assert(sizeof(UDynamicClass) == 0x0002B0, "Wrong size on UDynamicClass"); \ #define DUMPER7_ASSERTS_UPackageMap \ static_assert(alignof(UPackageMap) == 0x000008, "Wrong alignment on UPackageMap"); \ static_assert(sizeof(UPackageMap) == 0x0000E0, "Wrong size on UPackageMap"); \ #define DUMPER7_ASSERTS_UEnum \ static_assert(alignof(UEnum) == 0x000008, "Wrong alignment on UEnum"); \ static_assert(sizeof(UEnum) == 0x000060, "Wrong size on UEnum"); \ static_assert(offsetof(UEnum, Names) == 0x000040, "Member 'UEnum::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULinkerPlaceholderClass \ static_assert(alignof(ULinkerPlaceholderClass) == 0x000008, "Wrong alignment on ULinkerPlaceholderClass"); \ static_assert(sizeof(ULinkerPlaceholderClass) == 0x0003E8, "Wrong size on ULinkerPlaceholderClass"); \ #define DUMPER7_ASSERTS_ULinkerPlaceholderExportObject \ static_assert(alignof(ULinkerPlaceholderExportObject) == 0x000008, "Wrong alignment on ULinkerPlaceholderExportObject"); \ static_assert(sizeof(ULinkerPlaceholderExportObject) == 0x0000F0, "Wrong size on ULinkerPlaceholderExportObject"); \ #define DUMPER7_ASSERTS_ULinkerPlaceholderFunction \ static_assert(alignof(ULinkerPlaceholderFunction) == 0x000008, "Wrong alignment on ULinkerPlaceholderFunction"); \ static_assert(sizeof(ULinkerPlaceholderFunction) == 0x000298, "Wrong size on ULinkerPlaceholderFunction"); \ #define DUMPER7_ASSERTS_UMetaData \ static_assert(alignof(UMetaData) == 0x000008, "Wrong alignment on UMetaData"); \ static_assert(sizeof(UMetaData) == 0x0000C8, "Wrong size on UMetaData"); \ #define DUMPER7_ASSERTS_UObjectRedirector \ static_assert(alignof(UObjectRedirector) == 0x000008, "Wrong alignment on UObjectRedirector"); \ static_assert(sizeof(UObjectRedirector) == 0x000030, "Wrong size on UObjectRedirector"); \ #define DUMPER7_ASSERTS_UEnumProperty \ static_assert(alignof(UEnumProperty) == 0x000008, "Wrong alignment on UEnumProperty"); \ static_assert(sizeof(UEnumProperty) == 0x000080, "Wrong size on UEnumProperty"); \ #define DUMPER7_ASSERTS_UArrayProperty \ static_assert(alignof(UArrayProperty) == 0x000008, "Wrong alignment on UArrayProperty"); \ static_assert(sizeof(UArrayProperty) == 0x000078, "Wrong size on UArrayProperty"); \ #define DUMPER7_ASSERTS_UBoolProperty \ static_assert(alignof(UBoolProperty) == 0x000008, "Wrong alignment on UBoolProperty"); \ static_assert(sizeof(UBoolProperty) == 0x000078, "Wrong size on UBoolProperty"); \ #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_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_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_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_UTextProperty \ static_assert(alignof(UTextProperty) == 0x000008, "Wrong alignment on UTextProperty"); \ static_assert(sizeof(UTextProperty) == 0x000070, "Wrong size on UTextProperty"); \ #define DUMPER7_ASSERTS_UPropertyWrapper \ static_assert(alignof(UPropertyWrapper) == 0x000008, "Wrong alignment on UPropertyWrapper"); \ static_assert(sizeof(UPropertyWrapper) == 0x000030, "Wrong size on UPropertyWrapper"); \ #define DUMPER7_ASSERTS_UMulticastDelegatePropertyWrapper \ static_assert(alignof(UMulticastDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastDelegatePropertyWrapper"); \ static_assert(sizeof(UMulticastDelegatePropertyWrapper) == 0x000030, "Wrong size on UMulticastDelegatePropertyWrapper"); \ #define DUMPER7_ASSERTS_UMulticastInlineDelegatePropertyWrapper \ static_assert(alignof(UMulticastInlineDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastInlineDelegatePropertyWrapper"); \ static_assert(sizeof(UMulticastInlineDelegatePropertyWrapper) == 0x000030, "Wrong size on UMulticastInlineDelegatePropertyWrapper"); \ #define DUMPER7_ASSERTS_FVPCameraRigSpawnParams \ static_assert(alignof(FVPCameraRigSpawnParams) == 0x000004, "Wrong alignment on FVPCameraRigSpawnParams"); \ static_assert(sizeof(FVPCameraRigSpawnParams) == 0x000008, "Wrong size on FVPCameraRigSpawnParams"); \ static_assert(offsetof(FVPCameraRigSpawnParams, bUseWorldSpace) == 0x000000, "Member 'FVPCameraRigSpawnParams::bUseWorldSpace' has a wrong offset!"); \ static_assert(offsetof(FVPCameraRigSpawnParams, bUseFirstPointAsSpawnLocation) == 0x000001, "Member 'FVPCameraRigSpawnParams::bUseFirstPointAsSpawnLocation' has a wrong offset!"); \ static_assert(offsetof(FVPCameraRigSpawnParams, LinearApproximationMode) == 0x000002, "Member 'FVPCameraRigSpawnParams::LinearApproximationMode' has a wrong offset!"); \ static_assert(offsetof(FVPCameraRigSpawnParams, LinearApproximationParam) == 0x000004, "Member 'FVPCameraRigSpawnParams::LinearApproximationParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVPFullScreenUserWidget_PostProcess \ static_assert(alignof(FVPFullScreenUserWidget_PostProcess) == 0x000008, "Wrong alignment on FVPFullScreenUserWidget_PostProcess"); \ static_assert(sizeof(FVPFullScreenUserWidget_PostProcess) == 0x0000B0, "Wrong size on FVPFullScreenUserWidget_PostProcess"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, PostProcessMaterial) == 0x000000, "Member 'FVPFullScreenUserWidget_PostProcess::PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, PostProcessTintColorAndOpacity) == 0x000008, "Member 'FVPFullScreenUserWidget_PostProcess::PostProcessTintColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, PostProcessOpacityFromTexture) == 0x000018, "Member 'FVPFullScreenUserWidget_PostProcess::PostProcessOpacityFromTexture' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, bWidgetDrawSize) == 0x00001C, "Member 'FVPFullScreenUserWidget_PostProcess::bWidgetDrawSize' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, WidgetDrawSize) == 0x000020, "Member 'FVPFullScreenUserWidget_PostProcess::WidgetDrawSize' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, bWindowFocusable) == 0x000028, "Member 'FVPFullScreenUserWidget_PostProcess::bWindowFocusable' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, WindowVisibility) == 0x000029, "Member 'FVPFullScreenUserWidget_PostProcess::WindowVisibility' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, bReceiveHardwareInput) == 0x00002A, "Member 'FVPFullScreenUserWidget_PostProcess::bReceiveHardwareInput' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, RenderTargetBackgroundColor) == 0x00002C, "Member 'FVPFullScreenUserWidget_PostProcess::RenderTargetBackgroundColor' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, RenderTargetBlendMode) == 0x00003C, "Member 'FVPFullScreenUserWidget_PostProcess::RenderTargetBlendMode' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, ComposureLayerTargets) == 0x000040, "Member 'FVPFullScreenUserWidget_PostProcess::ComposureLayerTargets' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, WidgetRenderTarget) == 0x000050, "Member 'FVPFullScreenUserWidget_PostProcess::WidgetRenderTarget' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, PostProcessComponent) == 0x000058, "Member 'FVPFullScreenUserWidget_PostProcess::PostProcessComponent' has a wrong offset!"); \ static_assert(offsetof(FVPFullScreenUserWidget_PostProcess, PostProcessMaterialInstance) == 0x000060, "Member 'FVPFullScreenUserWidget_PostProcess::PostProcessMaterialInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVPFullScreenUserWidget_Viewport \ static_assert(alignof(FVPFullScreenUserWidget_Viewport) == 0x000008, "Wrong alignment on FVPFullScreenUserWidget_Viewport"); \ static_assert(sizeof(FVPFullScreenUserWidget_Viewport) == 0x000018, "Wrong size on FVPFullScreenUserWidget_Viewport"); \ #define DUMPER7_ASSERTS_AFullScreenUserWidgetActor \ static_assert(alignof(AFullScreenUserWidgetActor) == 0x000008, "Wrong alignment on AFullScreenUserWidgetActor"); \ static_assert(sizeof(AFullScreenUserWidgetActor) == 0x000238, "Wrong size on AFullScreenUserWidgetActor"); \ static_assert(offsetof(AFullScreenUserWidgetActor, ScreenUserWidget) == 0x000230, "Member 'AFullScreenUserWidgetActor::ScreenUserWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IVPContextMenuProvider \ static_assert(alignof(IVPContextMenuProvider) == 0x000001, "Wrong alignment on IVPContextMenuProvider"); \ static_assert(sizeof(IVPContextMenuProvider) == 0x000001, "Wrong size on IVPContextMenuProvider"); \ #define DUMPER7_ASSERTS_VPGameMode_GetRootActor \ static_assert(alignof(VPGameMode_GetRootActor) == 0x000008, "Wrong alignment on VPGameMode_GetRootActor"); \ static_assert(sizeof(VPGameMode_GetRootActor) == 0x000008, "Wrong size on VPGameMode_GetRootActor"); \ static_assert(offsetof(VPGameMode_GetRootActor, ReturnValue) == 0x000000, "Member 'VPGameMode_GetRootActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVPGameMode \ static_assert(alignof(AVPGameMode) == 0x000008, "Wrong alignment on AVPGameMode"); \ static_assert(sizeof(AVPGameMode) == 0x000320, "Wrong size on AVPGameMode"); \ static_assert(offsetof(AVPGameMode, RootActor) == 0x000318, "Member 'AVPGameMode::RootActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_EditorDeleteSelectedObjects \ static_assert(alignof(VPBlueprintLibrary_EditorDeleteSelectedObjects) == 0x000001, "Wrong alignment on VPBlueprintLibrary_EditorDeleteSelectedObjects"); \ static_assert(sizeof(VPBlueprintLibrary_EditorDeleteSelectedObjects) == 0x000001, "Wrong size on VPBlueprintLibrary_EditorDeleteSelectedObjects"); \ static_assert(offsetof(VPBlueprintLibrary_EditorDeleteSelectedObjects, ReturnValue) == 0x000000, "Member 'VPBlueprintLibrary_EditorDeleteSelectedObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_EditorDuplicate \ static_assert(alignof(VPBlueprintLibrary_EditorDuplicate) == 0x000001, "Wrong alignment on VPBlueprintLibrary_EditorDuplicate"); \ static_assert(sizeof(VPBlueprintLibrary_EditorDuplicate) == 0x000001, "Wrong size on VPBlueprintLibrary_EditorDuplicate"); \ static_assert(offsetof(VPBlueprintLibrary_EditorDuplicate, ReturnValue) == 0x000000, "Member 'VPBlueprintLibrary_EditorDuplicate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_EditorRedo \ static_assert(alignof(VPBlueprintLibrary_EditorRedo) == 0x000001, "Wrong alignment on VPBlueprintLibrary_EditorRedo"); \ static_assert(sizeof(VPBlueprintLibrary_EditorRedo) == 0x000001, "Wrong size on VPBlueprintLibrary_EditorRedo"); \ static_assert(offsetof(VPBlueprintLibrary_EditorRedo, ReturnValue) == 0x000000, "Member 'VPBlueprintLibrary_EditorRedo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_EditorUndo \ static_assert(alignof(VPBlueprintLibrary_EditorUndo) == 0x000001, "Wrong alignment on VPBlueprintLibrary_EditorUndo"); \ static_assert(sizeof(VPBlueprintLibrary_EditorUndo) == 0x000001, "Wrong size on VPBlueprintLibrary_EditorUndo"); \ static_assert(offsetof(VPBlueprintLibrary_EditorUndo, ReturnValue) == 0x000000, "Member 'VPBlueprintLibrary_EditorUndo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_GetEditorViewportTransform \ static_assert(alignof(VPBlueprintLibrary_GetEditorViewportTransform) == 0x000010, "Wrong alignment on VPBlueprintLibrary_GetEditorViewportTransform"); \ static_assert(sizeof(VPBlueprintLibrary_GetEditorViewportTransform) == 0x000030, "Wrong size on VPBlueprintLibrary_GetEditorViewportTransform"); \ static_assert(offsetof(VPBlueprintLibrary_GetEditorViewportTransform, ReturnValue) == 0x000000, "Member 'VPBlueprintLibrary_GetEditorViewportTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_GetEditorVRHeadTransform \ static_assert(alignof(VPBlueprintLibrary_GetEditorVRHeadTransform) == 0x000010, "Wrong alignment on VPBlueprintLibrary_GetEditorVRHeadTransform"); \ static_assert(sizeof(VPBlueprintLibrary_GetEditorVRHeadTransform) == 0x000030, "Wrong size on VPBlueprintLibrary_GetEditorVRHeadTransform"); \ static_assert(offsetof(VPBlueprintLibrary_GetEditorVRHeadTransform, ReturnValue) == 0x000000, "Member 'VPBlueprintLibrary_GetEditorVRHeadTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_GetEditorVRRoomTransform \ static_assert(alignof(VPBlueprintLibrary_GetEditorVRRoomTransform) == 0x000010, "Wrong alignment on VPBlueprintLibrary_GetEditorVRRoomTransform"); \ static_assert(sizeof(VPBlueprintLibrary_GetEditorVRRoomTransform) == 0x000030, "Wrong size on VPBlueprintLibrary_GetEditorVRRoomTransform"); \ static_assert(offsetof(VPBlueprintLibrary_GetEditorVRRoomTransform, ReturnValue) == 0x000000, "Member 'VPBlueprintLibrary_GetEditorVRRoomTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_GetVirtualProductionRole \ static_assert(alignof(VPBlueprintLibrary_GetVirtualProductionRole) == 0x000008, "Wrong alignment on VPBlueprintLibrary_GetVirtualProductionRole"); \ static_assert(sizeof(VPBlueprintLibrary_GetVirtualProductionRole) == 0x000020, "Wrong size on VPBlueprintLibrary_GetVirtualProductionRole"); \ static_assert(offsetof(VPBlueprintLibrary_GetVirtualProductionRole, ReturnValue) == 0x000000, "Member 'VPBlueprintLibrary_GetVirtualProductionRole::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_GetVREditorLaserHoverLocation \ static_assert(alignof(VPBlueprintLibrary_GetVREditorLaserHoverLocation) == 0x000004, "Wrong alignment on VPBlueprintLibrary_GetVREditorLaserHoverLocation"); \ static_assert(sizeof(VPBlueprintLibrary_GetVREditorLaserHoverLocation) == 0x00000C, "Wrong size on VPBlueprintLibrary_GetVREditorLaserHoverLocation"); \ static_assert(offsetof(VPBlueprintLibrary_GetVREditorLaserHoverLocation, ReturnValue) == 0x000000, "Member 'VPBlueprintLibrary_GetVREditorLaserHoverLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_IsVREditorModeActive \ static_assert(alignof(VPBlueprintLibrary_IsVREditorModeActive) == 0x000001, "Wrong alignment on VPBlueprintLibrary_IsVREditorModeActive"); \ static_assert(sizeof(VPBlueprintLibrary_IsVREditorModeActive) == 0x000001, "Wrong size on VPBlueprintLibrary_IsVREditorModeActive"); \ static_assert(offsetof(VPBlueprintLibrary_IsVREditorModeActive, ReturnValue) == 0x000000, "Member 'VPBlueprintLibrary_IsVREditorModeActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_JumpToBookmarkInLevelEditor \ static_assert(alignof(VPBlueprintLibrary_JumpToBookmarkInLevelEditor) == 0x000008, "Wrong alignment on VPBlueprintLibrary_JumpToBookmarkInLevelEditor"); \ static_assert(sizeof(VPBlueprintLibrary_JumpToBookmarkInLevelEditor) == 0x000010, "Wrong size on VPBlueprintLibrary_JumpToBookmarkInLevelEditor"); \ static_assert(offsetof(VPBlueprintLibrary_JumpToBookmarkInLevelEditor, BookMark) == 0x000000, "Member 'VPBlueprintLibrary_JumpToBookmarkInLevelEditor::BookMark' has a wrong offset!"); \ static_assert(offsetof(VPBlueprintLibrary_JumpToBookmarkInLevelEditor, ReturnValue) == 0x000008, "Member 'VPBlueprintLibrary_JumpToBookmarkInLevelEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_SetGrabSpeed \ static_assert(alignof(VPBlueprintLibrary_SetGrabSpeed) == 0x000004, "Wrong alignment on VPBlueprintLibrary_SetGrabSpeed"); \ static_assert(sizeof(VPBlueprintLibrary_SetGrabSpeed) == 0x000004, "Wrong size on VPBlueprintLibrary_SetGrabSpeed"); \ static_assert(offsetof(VPBlueprintLibrary_SetGrabSpeed, Speed) == 0x000000, "Member 'VPBlueprintLibrary_SetGrabSpeed::Speed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition \ static_assert(alignof(VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition) == 0x000008, "Wrong alignment on VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition"); \ static_assert(sizeof(VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition) == 0x000048, "Wrong size on VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition"); \ static_assert(offsetof(VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition, ActorClass) == 0x000000, "Member 'VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition::ActorClass' has a wrong offset!"); \ static_assert(offsetof(VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition, CreationContext) == 0x000008, "Member 'VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition::CreationContext' has a wrong offset!"); \ static_assert(offsetof(VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition, Offset) == 0x000030, "Member 'VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition::Offset' has a wrong offset!"); \ static_assert(offsetof(VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition, bFlattenRotation) == 0x00003C, "Member 'VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition::bFlattenRotation' has a wrong offset!"); \ static_assert(offsetof(VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition, ReturnValue) == 0x000040, "Member 'VPBlueprintLibrary_SpawnBookmarkAtCurrentLevelEditorPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_SpawnVPTickableActor \ static_assert(alignof(VPBlueprintLibrary_SpawnVPTickableActor) == 0x000008, "Wrong alignment on VPBlueprintLibrary_SpawnVPTickableActor"); \ static_assert(sizeof(VPBlueprintLibrary_SpawnVPTickableActor) == 0x000030, "Wrong size on VPBlueprintLibrary_SpawnVPTickableActor"); \ static_assert(offsetof(VPBlueprintLibrary_SpawnVPTickableActor, ContextObject) == 0x000000, "Member 'VPBlueprintLibrary_SpawnVPTickableActor::ContextObject' has a wrong offset!"); \ static_assert(offsetof(VPBlueprintLibrary_SpawnVPTickableActor, ActorClass) == 0x000008, "Member 'VPBlueprintLibrary_SpawnVPTickableActor::ActorClass' has a wrong offset!"); \ static_assert(offsetof(VPBlueprintLibrary_SpawnVPTickableActor, Location) == 0x000010, "Member 'VPBlueprintLibrary_SpawnVPTickableActor::Location' has a wrong offset!"); \ static_assert(offsetof(VPBlueprintLibrary_SpawnVPTickableActor, Rotation) == 0x00001C, "Member 'VPBlueprintLibrary_SpawnVPTickableActor::Rotation' has a wrong offset!"); \ static_assert(offsetof(VPBlueprintLibrary_SpawnVPTickableActor, ReturnValue) == 0x000028, "Member 'VPBlueprintLibrary_SpawnVPTickableActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorDisable \ static_assert(alignof(VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorDisable) == 0x000008, "Wrong alignment on VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorDisable"); \ static_assert(sizeof(VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorDisable) == 0x000008, "Wrong size on VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorDisable"); \ static_assert(offsetof(VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorDisable, SplineMesh) == 0x000000, "Member 'VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorDisable::SplineMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorSetStartAndEnd \ static_assert(alignof(VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorSetStartAndEnd) == 0x000008, "Wrong alignment on VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorSetStartAndEnd"); \ static_assert(sizeof(VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorSetStartAndEnd) == 0x000008, "Wrong size on VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorSetStartAndEnd"); \ static_assert(offsetof(VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorSetStartAndEnd, SplineMesh) == 0x000000, "Member 'VPBlueprintLibrary_VPBookmarkSplineMeshIndicatorSetStartAndEnd::SplineMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVPBlueprintLibrary \ static_assert(alignof(UVPBlueprintLibrary) == 0x000008, "Wrong alignment on UVPBlueprintLibrary"); \ static_assert(sizeof(UVPBlueprintLibrary) == 0x000028, "Wrong size on UVPBlueprintLibrary"); \ #define DUMPER7_ASSERTS_VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType \ static_assert(alignof(VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType) == 0x000010, "Wrong alignment on VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType"); \ static_assert(sizeof(VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType) == 0x000060, "Wrong size on VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType"); \ static_assert(offsetof(VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType, OutIsActiveFunction) == 0x000000, "Member 'VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType::OutIsActiveFunction' has a wrong offset!"); \ static_assert(offsetof(VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType, bPIE) == 0x000050, "Member 'VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType::bPIE' has a wrong offset!"); \ static_assert(offsetof(VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType, bSIE) == 0x000051, "Member 'VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType::bSIE' has a wrong offset!"); \ static_assert(offsetof(VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType, bEditorActive) == 0x000052, "Member 'VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType::bEditorActive' has a wrong offset!"); \ static_assert(offsetof(VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType, bGamePrimary) == 0x000053, "Member 'VPRenderingBlueprintLibrary_GenerateSceneViewExtensionIsActiveFunctorForViewportType::bGamePrimary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVPRenderingBlueprintLibrary \ static_assert(alignof(UVPRenderingBlueprintLibrary) == 0x000008, "Wrong alignment on UVPRenderingBlueprintLibrary"); \ static_assert(sizeof(UVPRenderingBlueprintLibrary) == 0x000028, "Wrong size on UVPRenderingBlueprintLibrary"); \ #define DUMPER7_ASSERTS_VPCameraBlueprintLibrary_SpawnCameraRigFromActors \ static_assert(alignof(VPCameraBlueprintLibrary_SpawnCameraRigFromActors) == 0x000010, "Wrong alignment on VPCameraBlueprintLibrary_SpawnCameraRigFromActors"); \ static_assert(sizeof(VPCameraBlueprintLibrary_SpawnCameraRigFromActors) == 0x000060, "Wrong size on VPCameraBlueprintLibrary_SpawnCameraRigFromActors"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromActors, WorldContextObject) == 0x000000, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromActors, RigTransform) == 0x000010, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromActors::RigTransform' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromActors, Actors) == 0x000040, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromActors::Actors' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromActors, Params_0) == 0x000050, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromActors::Params_0' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromActors, ReturnValue) == 0x000058, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPCameraBlueprintLibrary_SpawnCameraRigFromPoints \ static_assert(alignof(VPCameraBlueprintLibrary_SpawnCameraRigFromPoints) == 0x000010, "Wrong alignment on VPCameraBlueprintLibrary_SpawnCameraRigFromPoints"); \ static_assert(sizeof(VPCameraBlueprintLibrary_SpawnCameraRigFromPoints) == 0x000060, "Wrong size on VPCameraBlueprintLibrary_SpawnCameraRigFromPoints"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromPoints, WorldContextObject) == 0x000000, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromPoints::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromPoints, RigTransform) == 0x000010, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromPoints::RigTransform' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromPoints, Points) == 0x000040, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromPoints::Points' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromPoints, Params_0) == 0x000050, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromPoints::Params_0' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromPoints, ReturnValue) == 0x000058, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors \ static_assert(alignof(VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors) == 0x000010, "Wrong alignment on VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors"); \ static_assert(sizeof(VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors) == 0x000050, "Wrong size on VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors, WorldContextObject) == 0x000000, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors, RigTransform) == 0x000010, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors::RigTransform' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors, Params_0) == 0x000040, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors::Params_0' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors, ReturnValue) == 0x000048, "Member 'VPCameraBlueprintLibrary_SpawnCameraRigFromSelectedActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints \ static_assert(alignof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints) == 0x000008, "Wrong alignment on VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints"); \ static_assert(sizeof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints) == 0x000028, "Wrong size on VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints, WorldContextObject) == 0x000000, "Member 'VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints, Points) == 0x000008, "Member 'VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints::Points' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints, InterpType) == 0x000018, "Member 'VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints::InterpType' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints, ReturnValue) == 0x000020, "Member 'VPCameraBlueprintLibrary_SpawnDollyTrackFromPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth \ static_assert(alignof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth) == 0x000008, "Wrong alignment on VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth"); \ static_assert(sizeof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth) == 0x000028, "Wrong size on VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth, WorldContextObject) == 0x000000, "Member 'VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth, Points) == 0x000008, "Member 'VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth::Points' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth, InterpType) == 0x000018, "Member 'VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth::InterpType' has a wrong offset!"); \ static_assert(offsetof(VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth, ReturnValue) == 0x000020, "Member 'VPCameraBlueprintLibrary_SpawnDollyTrackFromPointsSmooth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVPCameraBlueprintLibrary \ static_assert(alignof(UVPCameraBlueprintLibrary) == 0x000008, "Wrong alignment on UVPCameraBlueprintLibrary"); \ static_assert(sizeof(UVPCameraBlueprintLibrary) == 0x000028, "Wrong size on UVPCameraBlueprintLibrary"); \ #define DUMPER7_ASSERTS_VPRootActor_GetCineCameraActor \ static_assert(alignof(VPRootActor_GetCineCameraActor) == 0x000008, "Wrong alignment on VPRootActor_GetCineCameraActor"); \ static_assert(sizeof(VPRootActor_GetCineCameraActor) == 0x000008, "Wrong size on VPRootActor_GetCineCameraActor"); \ static_assert(offsetof(VPRootActor_GetCineCameraActor, ReturnValue) == 0x000000, "Member 'VPRootActor_GetCineCameraActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVPRootActor \ static_assert(alignof(AVPRootActor) == 0x000008, "Wrong alignment on AVPRootActor"); \ static_assert(sizeof(AVPRootActor) == 0x000248, "Wrong size on AVPRootActor"); \ static_assert(offsetof(AVPRootActor, RealWorldSceneRepresentation) == 0x000230, "Member 'AVPRootActor::RealWorldSceneRepresentation' has a wrong offset!"); \ static_assert(offsetof(AVPRootActor, CinematicCamera) == 0x000238, "Member 'AVPRootActor::CinematicCamera' has a wrong offset!"); \ static_assert(offsetof(AVPRootActor, bAreComponentsVisible) == 0x000240, "Member 'AVPRootActor::bAreComponentsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVPFullScreenUserWidget \ static_assert(alignof(UVPFullScreenUserWidget) == 0x000008, "Wrong alignment on UVPFullScreenUserWidget"); \ static_assert(sizeof(UVPFullScreenUserWidget) == 0x000118, "Wrong size on UVPFullScreenUserWidget"); \ static_assert(offsetof(UVPFullScreenUserWidget, EditorDisplayType) == 0x000028, "Member 'UVPFullScreenUserWidget::EditorDisplayType' has a wrong offset!"); \ static_assert(offsetof(UVPFullScreenUserWidget, GameDisplayType) == 0x000029, "Member 'UVPFullScreenUserWidget::GameDisplayType' has a wrong offset!"); \ static_assert(offsetof(UVPFullScreenUserWidget, PIEDisplayType) == 0x00002A, "Member 'UVPFullScreenUserWidget::PIEDisplayType' has a wrong offset!"); \ static_assert(offsetof(UVPFullScreenUserWidget, ViewportDisplayType) == 0x000030, "Member 'UVPFullScreenUserWidget::ViewportDisplayType' has a wrong offset!"); \ static_assert(offsetof(UVPFullScreenUserWidget, WidgetClass) == 0x000048, "Member 'UVPFullScreenUserWidget::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(UVPFullScreenUserWidget, PostProcessDisplayType) == 0x000050, "Member 'UVPFullScreenUserWidget::PostProcessDisplayType' has a wrong offset!"); \ static_assert(offsetof(UVPFullScreenUserWidget, Widget) == 0x000100, "Member 'UVPFullScreenUserWidget::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVPWorldAssetUserData \ static_assert(alignof(UVPWorldAssetUserData) == 0x000008, "Wrong alignment on UVPWorldAssetUserData"); \ static_assert(sizeof(UVPWorldAssetUserData) == 0x000048, "Wrong size on UVPWorldAssetUserData"); \ static_assert(offsetof(UVPWorldAssetUserData, LastSelectedRootActor) == 0x000028, "Member 'UVPWorldAssetUserData::LastSelectedRootActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPSettings_GetVPSettings \ static_assert(alignof(VPSettings_GetVPSettings) == 0x000008, "Wrong alignment on VPSettings_GetVPSettings"); \ static_assert(sizeof(VPSettings_GetVPSettings) == 0x000008, "Wrong size on VPSettings_GetVPSettings"); \ static_assert(offsetof(VPSettings_GetVPSettings, ReturnValue) == 0x000000, "Member 'VPSettings_GetVPSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVPSettings \ static_assert(alignof(UVPSettings) == 0x000008, "Wrong alignment on UVPSettings"); \ static_assert(sizeof(UVPSettings) == 0x0000B0, "Wrong size on UVPSettings"); \ static_assert(offsetof(UVPSettings, Roles) == 0x000028, "Member 'UVPSettings::Roles' has a wrong offset!"); \ static_assert(offsetof(UVPSettings, CommandLineRoles) == 0x000050, "Member 'UVPSettings::CommandLineRoles' has a wrong offset!"); \ static_assert(offsetof(UVPSettings, FocalLengthPresets) == 0x000070, "Member 'UVPSettings::FocalLengthPresets' has a wrong offset!"); \ static_assert(offsetof(UVPSettings, AperturePresets) == 0x000080, "Member 'UVPSettings::AperturePresets' has a wrong offset!"); \ static_assert(offsetof(UVPSettings, DefaultShutterSpeedPresets) == 0x000090, "Member 'UVPSettings::DefaultShutterSpeedPresets' has a wrong offset!"); \ static_assert(offsetof(UVPSettings, DefaultISOPresets) == 0x0000A0, "Member 'UVPSettings::DefaultISOPresets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVPTimecodeCustomTimeStep \ static_assert(alignof(UVPTimecodeCustomTimeStep) == 0x000008, "Wrong alignment on UVPTimecodeCustomTimeStep"); \ static_assert(sizeof(UVPTimecodeCustomTimeStep) == 0x000060, "Wrong size on UVPTimecodeCustomTimeStep"); \ static_assert(offsetof(UVPTimecodeCustomTimeStep, bErrorIfFrameAreNotConsecutive) == 0x000028, "Member 'UVPTimecodeCustomTimeStep::bErrorIfFrameAreNotConsecutive' has a wrong offset!"); \ static_assert(offsetof(UVPTimecodeCustomTimeStep, bErrorIfTimecodeProviderChanged) == 0x000029, "Member 'UVPTimecodeCustomTimeStep::bErrorIfTimecodeProviderChanged' has a wrong offset!"); \ static_assert(offsetof(UVPTimecodeCustomTimeStep, MaxDeltaTime) == 0x00002C, "Member 'UVPTimecodeCustomTimeStep::MaxDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPViewportTickableActorBase_EditorLockLocation \ static_assert(alignof(VPViewportTickableActorBase_EditorLockLocation) == 0x000001, "Wrong alignment on VPViewportTickableActorBase_EditorLockLocation"); \ static_assert(sizeof(VPViewportTickableActorBase_EditorLockLocation) == 0x000001, "Wrong size on VPViewportTickableActorBase_EditorLockLocation"); \ static_assert(offsetof(VPViewportTickableActorBase_EditorLockLocation, bSetLockLocation) == 0x000000, "Member 'VPViewportTickableActorBase_EditorLockLocation::bSetLockLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPViewportTickableActorBase_EditorTick \ static_assert(alignof(VPViewportTickableActorBase_EditorTick) == 0x000004, "Wrong alignment on VPViewportTickableActorBase_EditorTick"); \ static_assert(sizeof(VPViewportTickableActorBase_EditorTick) == 0x000004, "Wrong size on VPViewportTickableActorBase_EditorTick"); \ static_assert(offsetof(VPViewportTickableActorBase_EditorTick, DeltaSeconds) == 0x000000, "Member 'VPViewportTickableActorBase_EditorTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVPViewportTickableActorBase \ static_assert(alignof(AVPViewportTickableActorBase) == 0x000008, "Wrong alignment on AVPViewportTickableActorBase"); \ static_assert(sizeof(AVPViewportTickableActorBase) == 0x000238, "Wrong size on AVPViewportTickableActorBase"); \ static_assert(offsetof(AVPViewportTickableActorBase, ViewportTickType) == 0x000230, "Member 'AVPViewportTickableActorBase::ViewportTickType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter \ static_assert(alignof(BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter) == 0x000008, "Wrong alignment on BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter"); \ static_assert(sizeof(BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter) == 0x000040, "Wrong size on BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter"); \ static_assert(offsetof(BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter, EntryPoint) == 0x000000, "Member 'BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter, K2Node_Event_InteractionComponent) == 0x000018, "Member 'BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter, K2Node_Event_InteractionActor) == 0x000020, "Member 'BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter, CallFunc_MakeLiteralByte_ReturnValue) == 0x000028, "Member 'BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000030, "Member 'BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter, CallFunc_HasInventoryItemOfClass_Result) == 0x000038, "Member 'BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter::CallFunc_HasInventoryItemOfClass_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter, CallFunc_RemoveInventoryItem_Result) == 0x000039, "Member 'BP_FI_InfusionKettleLighter_C_ExecuteUbergraph_BP_FI_InfusionKettleLighter::CallFunc_RemoveInventoryItem_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_InfusionKettleLighter_C_ActiveBeginInteract \ static_assert(alignof(BP_FI_InfusionKettleLighter_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_FI_InfusionKettleLighter_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_FI_InfusionKettleLighter_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_FI_InfusionKettleLighter_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_FI_InfusionKettleLighter_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FI_InfusionKettleLighter_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionKettleLighter_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FI_InfusionKettleLighter_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_InfusionKettleLighter_C \ static_assert(alignof(ABP_FI_InfusionKettleLighter_C) == 0x000008, "Wrong alignment on ABP_FI_InfusionKettleLighter_C"); \ static_assert(sizeof(ABP_FI_InfusionKettleLighter_C) == 0x001C18, "Wrong size on ABP_FI_InfusionKettleLighter_C"); \ static_assert(offsetof(ABP_FI_InfusionKettleLighter_C, UberGraphFrame_BP_FI_InfusionKettleLighter_C) == 0x001BF8, "Member 'ABP_FI_InfusionKettleLighter_C::UberGraphFrame_BP_FI_InfusionKettleLighter_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionKettleLighter_C, FlintStrikerInventoryItem) == 0x001C00, "Member 'ABP_FI_InfusionKettleLighter_C::FlintStrikerInventoryItem' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionKettleLighter_C, Dialogue_Finished_EOEvents) == 0x001C08, "Member 'ABP_FI_InfusionKettleLighter_C::Dialogue_Finished_EOEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistributionLookupTable \ static_assert(alignof(FDistributionLookupTable) == 0x000008, "Wrong alignment on FDistributionLookupTable"); \ static_assert(sizeof(FDistributionLookupTable) == 0x000020, "Wrong size on FDistributionLookupTable"); \ static_assert(offsetof(FDistributionLookupTable, TimeScale) == 0x000000, "Member 'FDistributionLookupTable::TimeScale' has a wrong offset!"); \ static_assert(offsetof(FDistributionLookupTable, TimeBias) == 0x000004, "Member 'FDistributionLookupTable::TimeBias' has a wrong offset!"); \ static_assert(offsetof(FDistributionLookupTable, Values) == 0x000008, "Member 'FDistributionLookupTable::Values' has a wrong offset!"); \ static_assert(offsetof(FDistributionLookupTable, Op) == 0x000018, "Member 'FDistributionLookupTable::Op' has a wrong offset!"); \ static_assert(offsetof(FDistributionLookupTable, EntryCount) == 0x000019, "Member 'FDistributionLookupTable::EntryCount' has a wrong offset!"); \ static_assert(offsetof(FDistributionLookupTable, EntryStride) == 0x00001A, "Member 'FDistributionLookupTable::EntryStride' has a wrong offset!"); \ static_assert(offsetof(FDistributionLookupTable, SubEntryStride) == 0x00001B, "Member 'FDistributionLookupTable::SubEntryStride' has a wrong offset!"); \ static_assert(offsetof(FDistributionLookupTable, LockFlag) == 0x00001C, "Member 'FDistributionLookupTable::LockFlag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRawDistribution \ static_assert(alignof(FRawDistribution) == 0x000008, "Wrong alignment on FRawDistribution"); \ static_assert(sizeof(FRawDistribution) == 0x000020, "Wrong size on FRawDistribution"); \ static_assert(offsetof(FRawDistribution, Table) == 0x000000, "Member 'FRawDistribution::Table' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FRootMotionSourceSettings \ static_assert(alignof(FRootMotionSourceSettings) == 0x000001, "Wrong alignment on FRootMotionSourceSettings"); \ static_assert(sizeof(FRootMotionSourceSettings) == 0x000001, "Wrong size on FRootMotionSourceSettings"); \ static_assert(offsetof(FRootMotionSourceSettings, Flags) == 0x000000, "Member 'FRootMotionSourceSettings::Flags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVector_NetQuantize10 \ static_assert(alignof(FVector_NetQuantize10) == 0x000004, "Wrong alignment on FVector_NetQuantize10"); \ static_assert(sizeof(FVector_NetQuantize10) == 0x00000C, "Wrong size on FVector_NetQuantize10"); \ #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_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_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_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_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_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_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_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_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_FInertializationPoseDiff \ static_assert(alignof(FInertializationPoseDiff) == 0x000008, "Wrong alignment on FInertializationPoseDiff"); \ static_assert(sizeof(FInertializationPoseDiff) == 0x000028, "Wrong size on FInertializationPoseDiff"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_FActiveHapticFeedbackEffect \ static_assert(alignof(FActiveHapticFeedbackEffect) == 0x000008, "Wrong alignment on FActiveHapticFeedbackEffect"); \ static_assert(sizeof(FActiveHapticFeedbackEffect) == 0x000048, "Wrong size on FActiveHapticFeedbackEffect"); \ static_assert(offsetof(FActiveHapticFeedbackEffect, HapticEffect) == 0x000000, "Member 'FActiveHapticFeedbackEffect::HapticEffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FLightingChannels \ static_assert(alignof(FLightingChannels) == 0x000001, "Wrong alignment on FLightingChannels"); \ static_assert(sizeof(FLightingChannels) == 0x000001, "Wrong size on FLightingChannels"); \ #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_FKeyHandleMap \ static_assert(alignof(FKeyHandleMap) == 0x000008, "Wrong alignment on FKeyHandleMap"); \ static_assert(sizeof(FKeyHandleMap) == 0x000060, "Wrong size on FKeyHandleMap"); \ #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_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_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_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_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_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_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_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, CustomBloomIntensity) == 0x000220, "Member 'FPostProcessSettings::CustomBloomIntensity' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomThreshold) == 0x000224, "Member 'FPostProcessSettings::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomSizeScale) == 0x000228, "Member 'FPostProcessSettings::BloomSizeScale' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom1Size) == 0x00022C, "Member 'FPostProcessSettings::Bloom1Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom2Size) == 0x000230, "Member 'FPostProcessSettings::Bloom2Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom3Size) == 0x000234, "Member 'FPostProcessSettings::Bloom3Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom4Size) == 0x000238, "Member 'FPostProcessSettings::Bloom4Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom5Size) == 0x00023C, "Member 'FPostProcessSettings::Bloom5Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom6Size) == 0x000240, "Member 'FPostProcessSettings::Bloom6Size' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom1Tint) == 0x000244, "Member 'FPostProcessSettings::Bloom1Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom2Tint) == 0x000254, "Member 'FPostProcessSettings::Bloom2Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom3Tint) == 0x000264, "Member 'FPostProcessSettings::Bloom3Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom4Tint) == 0x000274, "Member 'FPostProcessSettings::Bloom4Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom5Tint) == 0x000284, "Member 'FPostProcessSettings::Bloom5Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, Bloom6Tint) == 0x000294, "Member 'FPostProcessSettings::Bloom6Tint' has a wrong offset!"); \ static_assert(offsetof(FPostProcessSettings, BloomConvolutionSize) == 0x0002A4, "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_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_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_FConstraintDrive \ static_assert(alignof(FConstraintDrive) == 0x000004, "Wrong alignment on FConstraintDrive"); \ static_assert(sizeof(FConstraintDrive) == 0x000010, "Wrong size on FConstraintDrive"); \ static_assert(offsetof(FConstraintDrive, Stiffness) == 0x000000, "Member 'FConstraintDrive::Stiffness' has a wrong offset!"); \ static_assert(offsetof(FConstraintDrive, Damping) == 0x000004, "Member 'FConstraintDrive::Damping' has a wrong offset!"); \ static_assert(offsetof(FConstraintDrive, MaxForce) == 0x000008, "Member 'FConstraintDrive::MaxForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLinearDriveConstraint \ static_assert(alignof(FLinearDriveConstraint) == 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_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_FColorMaterialInput \ static_assert(alignof(FColorMaterialInput) == 0x000004, "Wrong alignment on FColorMaterialInput"); \ static_assert(sizeof(FColorMaterialInput) == 0x000014, "Wrong size on FColorMaterialInput"); \ #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_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_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_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_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_FScalarMaterialInput \ static_assert(alignof(FScalarMaterialInput) == 0x000004, "Wrong alignment on FScalarMaterialInput"); \ static_assert(sizeof(FScalarMaterialInput) == 0x000014, "Wrong size on FScalarMaterialInput"); \ #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_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_FBranchingPointNotifyPayload \ static_assert(alignof(FBranchingPointNotifyPayload) == 0x000008, "Wrong alignment on FBranchingPointNotifyPayload"); \ static_assert(sizeof(FBranchingPointNotifyPayload) == 0x000020, "Wrong size on FBranchingPointNotifyPayload"); \ #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_FAnimNode_Base \ static_assert(alignof(FAnimNode_Base) == 0x000008, "Wrong alignment on FAnimNode_Base"); \ static_assert(sizeof(FAnimNode_Base) == 0x000010, "Wrong size on FAnimNode_Base"); \ #define DUMPER7_ASSERTS_FAnimNode_UseCachedPose \ static_assert(alignof(FAnimNode_UseCachedPose) == 0x000008, "Wrong alignment on FAnimNode_UseCachedPose"); \ static_assert(sizeof(FAnimNode_UseCachedPose) == 0x000028, "Wrong size on FAnimNode_UseCachedPose"); \ static_assert(offsetof(FAnimNode_UseCachedPose, LinkToCachingNode) == 0x000010, "Member 'FAnimNode_UseCachedPose::LinkToCachingNode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_UseCachedPose, CachePoseName) == 0x000020, "Member 'FAnimNode_UseCachedPose::CachePoseName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDeviceTriggerTriggerResistanceData \ static_assert(alignof(FDeviceTriggerTriggerResistanceData) == 0x000004, "Wrong alignment on FDeviceTriggerTriggerResistanceData"); \ static_assert(sizeof(FDeviceTriggerTriggerResistanceData) == 0x000014, "Wrong size on FDeviceTriggerTriggerResistanceData"); \ static_assert(offsetof(FDeviceTriggerTriggerResistanceData, StartPosition) == 0x000000, "Member 'FDeviceTriggerTriggerResistanceData::StartPosition' has a wrong offset!"); \ static_assert(offsetof(FDeviceTriggerTriggerResistanceData, StartStrengh) == 0x000004, "Member 'FDeviceTriggerTriggerResistanceData::StartStrengh' has a wrong offset!"); \ static_assert(offsetof(FDeviceTriggerTriggerResistanceData, EndPosition) == 0x000008, "Member 'FDeviceTriggerTriggerResistanceData::EndPosition' has a wrong offset!"); \ static_assert(offsetof(FDeviceTriggerTriggerResistanceData, EndStrengh) == 0x00000C, "Member 'FDeviceTriggerTriggerResistanceData::EndStrengh' has a wrong offset!"); \ static_assert(offsetof(FDeviceTriggerTriggerResistanceData, EffectDuration) == 0x000010, "Member 'FDeviceTriggerTriggerResistanceData::EffectDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FShadingModelMaterialInput \ static_assert(alignof(FShadingModelMaterialInput) == 0x000004, "Wrong alignment on FShadingModelMaterialInput"); \ static_assert(sizeof(FShadingModelMaterialInput) == 0x000014, "Wrong size on FShadingModelMaterialInput"); \ #define DUMPER7_ASSERTS_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_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_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_FNavLinkId \ static_assert(alignof(FNavLinkId) == 0x000008, "Wrong alignment on FNavLinkId"); \ static_assert(sizeof(FNavLinkId) == 0x000008, "Wrong size on FNavLinkId"); \ static_assert(offsetof(FNavLinkId, ID) == 0x000000, "Member 'FNavLinkId::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVectorMaterialInput \ static_assert(alignof(FVectorMaterialInput) == 0x000004, "Wrong alignment on FVectorMaterialInput"); \ static_assert(sizeof(FVectorMaterialInput) == 0x000014, "Wrong size on FVectorMaterialInput"); \ #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_FVector2MaterialInput \ static_assert(alignof(FVector2MaterialInput) == 0x000004, "Wrong alignment on FVector2MaterialInput"); \ static_assert(sizeof(FVector2MaterialInput) == 0x000014, "Wrong size on FVector2MaterialInput"); \ #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_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_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_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_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_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_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_FActorComponentTickFunction \ static_assert(alignof(FActorComponentTickFunction) == 0x000008, "Wrong alignment on FActorComponentTickFunction"); \ static_assert(sizeof(FActorComponentTickFunction) == 0x000030, "Wrong size on FActorComponentTickFunction"); \ #define DUMPER7_ASSERTS_FSubtitleCue \ static_assert(alignof(FSubtitleCue) == 0x000008, "Wrong alignment on FSubtitleCue"); \ static_assert(sizeof(FSubtitleCue) == 0x000038, "Wrong size on FSubtitleCue"); \ static_assert(offsetof(FSubtitleCue, ProperNoun) == 0x000000, "Member 'FSubtitleCue::ProperNoun' has a wrong offset!"); \ static_assert(offsetof(FSubtitleCue, bForceShowProperNoun) == 0x000010, "Member 'FSubtitleCue::bForceShowProperNoun' has a wrong offset!"); \ static_assert(offsetof(FSubtitleCue, Text) == 0x000018, "Member 'FSubtitleCue::Text' has a wrong offset!"); \ static_assert(offsetof(FSubtitleCue, Time) == 0x000030, "Member 'FSubtitleCue::Time' 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_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_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_FAtmospherePrecomputeInstanceData \ static_assert(alignof(FAtmospherePrecomputeInstanceData) == 0x000008, "Wrong alignment on FAtmospherePrecomputeInstanceData"); \ static_assert(sizeof(FAtmospherePrecomputeInstanceData) == 0x000160, "Wrong size on FAtmospherePrecomputeInstanceData"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_FAnimationStateBase \ static_assert(alignof(FAnimationStateBase) == 0x000004, "Wrong alignment on FAnimationStateBase"); \ static_assert(sizeof(FAnimationStateBase) == 0x000008, "Wrong size on FAnimationStateBase"); \ static_assert(offsetof(FAnimationStateBase, StateName) == 0x000000, "Member 'FAnimationStateBase::StateName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationTransitionBetweenStates \ static_assert(alignof(FAnimationTransitionBetweenStates) == 0x000008, "Wrong alignment on FAnimationTransitionBetweenStates"); \ static_assert(sizeof(FAnimationTransitionBetweenStates) == 0x000040, "Wrong size on FAnimationTransitionBetweenStates"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, PreviousState) == 0x000008, "Member 'FAnimationTransitionBetweenStates::PreviousState' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, NextState) == 0x00000C, "Member 'FAnimationTransitionBetweenStates::NextState' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, CrossfadeDuration) == 0x000010, "Member 'FAnimationTransitionBetweenStates::CrossfadeDuration' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, StartNotify) == 0x000014, "Member 'FAnimationTransitionBetweenStates::StartNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, EndNotify) == 0x000018, "Member 'FAnimationTransitionBetweenStates::EndNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, InterruptNotify) == 0x00001C, "Member 'FAnimationTransitionBetweenStates::InterruptNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, BlendMode) == 0x000020, "Member 'FAnimationTransitionBetweenStates::BlendMode' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, CustomCurve) == 0x000028, "Member 'FAnimationTransitionBetweenStates::CustomCurve' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, BlendProfile) == 0x000030, "Member 'FAnimationTransitionBetweenStates::BlendProfile' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionBetweenStates, LogicType) == 0x000038, "Member 'FAnimationTransitionBetweenStates::LogicType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FTableRowBase \ static_assert(alignof(FTableRowBase) == 0x000008, "Wrong alignment on FTableRowBase"); \ static_assert(sizeof(FTableRowBase) == 0x000008, "Wrong size on FTableRowBase"); \ #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_FKeyHandleLookupTable \ static_assert(alignof(FKeyHandleLookupTable) == 0x000008, "Wrong alignment on FKeyHandleLookupTable"); \ static_assert(sizeof(FKeyHandleLookupTable) == 0x000060, "Wrong size on FKeyHandleLookupTable"); \ #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_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_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_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_FAnimLinkableElement \ static_assert(alignof(FAnimLinkableElement) == 0x000008, "Wrong alignment on FAnimLinkableElement"); \ static_assert(sizeof(FAnimLinkableElement) == 0x000030, "Wrong size on FAnimLinkableElement"); \ static_assert(offsetof(FAnimLinkableElement, LinkedMontage) == 0x000008, "Member 'FAnimLinkableElement::LinkedMontage' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SlotIndex) == 0x000010, "Member 'FAnimLinkableElement::SlotIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SegmentIndex) == 0x000014, "Member 'FAnimLinkableElement::SegmentIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, LinkMethod) == 0x000018, "Member 'FAnimLinkableElement::LinkMethod' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, CachedLinkMethod) == 0x000019, "Member 'FAnimLinkableElement::CachedLinkMethod' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SegmentBeginTime) == 0x00001C, "Member 'FAnimLinkableElement::SegmentBeginTime' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, SegmentLength) == 0x000020, "Member 'FAnimLinkableElement::SegmentLength' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, LinkValue) == 0x000024, "Member 'FAnimLinkableElement::LinkValue' has a wrong offset!"); \ static_assert(offsetof(FAnimLinkableElement, LinkedSequence) == 0x000028, "Member 'FAnimLinkableElement::LinkedSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBranchingPoint \ static_assert(alignof(FBranchingPoint) == 0x000008, "Wrong alignment on FBranchingPoint"); \ static_assert(sizeof(FBranchingPoint) == 0x000040, "Wrong size on FBranchingPoint"); \ static_assert(offsetof(FBranchingPoint, EventName) == 0x000030, "Member 'FBranchingPoint::EventName' has a wrong offset!"); \ static_assert(offsetof(FBranchingPoint, DisplayTime) == 0x000038, "Member 'FBranchingPoint::DisplayTime' has a wrong offset!"); \ static_assert(offsetof(FBranchingPoint, TriggerTimeOffset) == 0x00003C, "Member 'FBranchingPoint::TriggerTimeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTextureSource \ static_assert(alignof(FTextureSource) == 0x000008, "Wrong alignment on FTextureSource"); \ static_assert(sizeof(FTextureSource) == 0x000038, "Wrong size on FTextureSource"); \ #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_FBookmarkBaseJumpToSettings \ static_assert(alignof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkBaseJumpToSettings"); \ static_assert(sizeof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong size on FBookmarkBaseJumpToSettings"); \ #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_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_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_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_FRichCurveKey \ static_assert(alignof(FRichCurveKey) == 0x000004, "Wrong alignment on FRichCurveKey"); \ static_assert(sizeof(FRichCurveKey) == 0x00001C, "Wrong size on FRichCurveKey"); \ static_assert(offsetof(FRichCurveKey, InterpMode) == 0x000000, "Member 'FRichCurveKey::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, TangentMode) == 0x000001, "Member 'FRichCurveKey::TangentMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, TangentWeightMode) == 0x000002, "Member 'FRichCurveKey::TangentWeightMode' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, Time) == 0x000004, "Member 'FRichCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, Value) == 0x000008, "Member 'FRichCurveKey::Value' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, ArriveTangent) == 0x00000C, "Member 'FRichCurveKey::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, ArriveTangentWeight) == 0x000010, "Member 'FRichCurveKey::ArriveTangentWeight' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, LeaveTangent) == 0x000014, "Member 'FRichCurveKey::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FRichCurveKey, LeaveTangentWeight) == 0x000018, "Member 'FRichCurveKey::LeaveTangentWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichCurve \ static_assert(alignof(FRichCurve) == 0x000008, "Wrong alignment on FRichCurve"); \ static_assert(sizeof(FRichCurve) == 0x000080, "Wrong size on FRichCurve"); \ static_assert(offsetof(FRichCurve, Keys) == 0x000070, "Member 'FRichCurve::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraShakeDuration \ static_assert(alignof(FCameraShakeDuration) == 0x000004, "Wrong alignment on FCameraShakeDuration"); \ static_assert(sizeof(FCameraShakeDuration) == 0x000008, "Wrong size on FCameraShakeDuration"); \ static_assert(offsetof(FCameraShakeDuration, Duration) == 0x000000, "Member 'FCameraShakeDuration::Duration' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeDuration, Type) == 0x000004, "Member 'FCameraShakeDuration::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCameraShakeInfo \ static_assert(alignof(FCameraShakeInfo) == 0x000004, "Wrong alignment on FCameraShakeInfo"); \ static_assert(sizeof(FCameraShakeInfo) == 0x000010, "Wrong size on FCameraShakeInfo"); \ static_assert(offsetof(FCameraShakeInfo, Duration) == 0x000000, "Member 'FCameraShakeInfo::Duration' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeInfo, BlendIn) == 0x000008, "Member 'FCameraShakeInfo::BlendIn' has a wrong offset!"); \ static_assert(offsetof(FCameraShakeInfo, BlendOut) == 0x00000C, "Member 'FCameraShakeInfo::BlendOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FSwarmDebugOptions \ static_assert(alignof(FSwarmDebugOptions) == 0x000004, "Wrong alignment on FSwarmDebugOptions"); \ static_assert(sizeof(FSwarmDebugOptions) == 0x000004, "Wrong size on FSwarmDebugOptions"); \ #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_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_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_FAnimInstanceProxy \ static_assert(alignof(FAnimInstanceProxy) == 0x000010, "Wrong alignment on FAnimInstanceProxy"); \ static_assert(sizeof(FAnimInstanceProxy) == 0x000770, "Wrong size on FAnimInstanceProxy"); \ #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_FRootMotionMovementParams \ static_assert(alignof(FRootMotionMovementParams) == 0x000010, "Wrong alignment on FRootMotionMovementParams"); \ static_assert(sizeof(FRootMotionMovementParams) == 0x000040, "Wrong size on FRootMotionMovementParams"); \ static_assert(offsetof(FRootMotionMovementParams, bHasRootMotion) == 0x000000, "Member 'FRootMotionMovementParams::bHasRootMotion' has a wrong offset!"); \ static_assert(offsetof(FRootMotionMovementParams, BlendWeight) == 0x000004, "Member 'FRootMotionMovementParams::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(FRootMotionMovementParams, RootMotionTransform) == 0x000010, "Member 'FRootMotionMovementParams::RootMotionTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionFinishVelocitySettings \ static_assert(alignof(FRootMotionFinishVelocitySettings) == 0x000004, "Wrong alignment on FRootMotionFinishVelocitySettings"); \ static_assert(sizeof(FRootMotionFinishVelocitySettings) == 0x000014, "Wrong size on FRootMotionFinishVelocitySettings"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, Mode) == 0x000000, "Member 'FRootMotionFinishVelocitySettings::Mode' has a wrong offset!"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, SetVelocity) == 0x000004, "Member 'FRootMotionFinishVelocitySettings::SetVelocity' has a wrong offset!"); \ static_assert(offsetof(FRootMotionFinishVelocitySettings, ClampVelocity) == 0x000010, "Member 'FRootMotionFinishVelocitySettings::ClampVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource \ static_assert(alignof(FRootMotionSource) == 0x000010, "Wrong alignment on FRootMotionSource"); \ static_assert(sizeof(FRootMotionSource) == 0x0000A0, "Wrong size on FRootMotionSource"); \ static_assert(offsetof(FRootMotionSource, Priority) == 0x000010, "Member 'FRootMotionSource::Priority' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, LocalID) == 0x000012, "Member 'FRootMotionSource::LocalID' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, AccumulateMode) == 0x000014, "Member 'FRootMotionSource::AccumulateMode' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, InstanceName) == 0x000018, "Member 'FRootMotionSource::InstanceName' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, StartTime) == 0x000020, "Member 'FRootMotionSource::StartTime' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, CurrentTime) == 0x000024, "Member 'FRootMotionSource::CurrentTime' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, PreviousTime) == 0x000028, "Member 'FRootMotionSource::PreviousTime' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, Duration) == 0x00002C, "Member 'FRootMotionSource::Duration' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, Status) == 0x000030, "Member 'FRootMotionSource::Status' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, Settings) == 0x000031, "Member 'FRootMotionSource::Settings' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, bInLocalSpace) == 0x000032, "Member 'FRootMotionSource::bInLocalSpace' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, RootMotionParams) == 0x000040, "Member 'FRootMotionSource::RootMotionParams' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource, FinishVelocityParams) == 0x000080, "Member 'FRootMotionSource::FinishVelocityParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource_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_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_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_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_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_FInputRange \ static_assert(alignof(FInputRange) == 0x000004, "Wrong alignment on FInputRange"); \ static_assert(sizeof(FInputRange) == 0x000008, "Wrong size on FInputRange"); \ static_assert(offsetof(FInputRange, Min) == 0x000000, "Member 'FInputRange::Min' has a wrong offset!"); \ static_assert(offsetof(FInputRange, Max) == 0x000004, "Member 'FInputRange::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputScaleBiasClamp \ static_assert(alignof(FInputScaleBiasClamp) == 0x000004, "Wrong alignment on FInputScaleBiasClamp"); \ static_assert(sizeof(FInputScaleBiasClamp) == 0x000030, "Wrong size on FInputScaleBiasClamp"); \ static_assert(offsetof(FInputScaleBiasClamp, bMapRange) == 0x000000, "Member 'FInputScaleBiasClamp::bMapRange' has a wrong offset!"); \ static_assert(offsetof(FInputScaleBiasClamp, bClampResult) == 0x000001, "Member 'FInputScaleBiasClamp::bClampResult' has a wrong offset!"); \ static_assert(offsetof(FInputScaleBiasClamp, bInterpResult) == 0x000002, "Member 'FInputScaleBiasClamp::bInterpResult' has a wrong offset!"); \ static_assert(offsetof(FInputScaleBiasClamp, InRange) == 0x000004, "Member 'FInputScaleBiasClamp::InRange' has a wrong offset!"); \ static_assert(offsetof(FInputScaleBiasClamp, OutRange) == 0x00000C, "Member 'FInputScaleBiasClamp::OutRange' has a wrong offset!"); \ static_assert(offsetof(FInputScaleBiasClamp, Scale) == 0x000014, "Member 'FInputScaleBiasClamp::Scale' has a wrong offset!"); \ static_assert(offsetof(FInputScaleBiasClamp, Bias) == 0x000018, "Member 'FInputScaleBiasClamp::Bias' has a wrong offset!"); \ static_assert(offsetof(FInputScaleBiasClamp, ClampMin) == 0x00001C, "Member 'FInputScaleBiasClamp::ClampMin' has a wrong offset!"); \ static_assert(offsetof(FInputScaleBiasClamp, ClampMax) == 0x000020, "Member 'FInputScaleBiasClamp::ClampMax' has a wrong offset!"); \ static_assert(offsetof(FInputScaleBiasClamp, InterpSpeedIncreasing) == 0x000024, "Member 'FInputScaleBiasClamp::InterpSpeedIncreasing' has a wrong offset!"); \ static_assert(offsetof(FInputScaleBiasClamp, InterpSpeedDecreasing) == 0x000028, "Member 'FInputScaleBiasClamp::InterpSpeedDecreasing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_AssetPlayerBase \ static_assert(alignof(FAnimNode_AssetPlayerBase) == 0x000008, "Wrong alignment on FAnimNode_AssetPlayerBase"); \ static_assert(sizeof(FAnimNode_AssetPlayerBase) == 0x000038, "Wrong size on FAnimNode_AssetPlayerBase"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, GroupName) == 0x000010, "Member 'FAnimNode_AssetPlayerBase::GroupName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, GroupRole) == 0x000018, "Member 'FAnimNode_AssetPlayerBase::GroupRole' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, GroupScope) == 0x000019, "Member 'FAnimNode_AssetPlayerBase::GroupScope' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, bIgnoreForRelevancyTest) == 0x00001A, "Member 'FAnimNode_AssetPlayerBase::bIgnoreForRelevancyTest' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, BlendWeight) == 0x00001C, "Member 'FAnimNode_AssetPlayerBase::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AssetPlayerBase, InternalTimeAccumulator) == 0x000020, "Member 'FAnimNode_AssetPlayerBase::InternalTimeAccumulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_SequencePlayer \ static_assert(alignof(FAnimNode_SequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer"); \ static_assert(sizeof(FAnimNode_SequencePlayer) == 0x000080, "Wrong size on FAnimNode_SequencePlayer"); \ static_assert(offsetof(FAnimNode_SequencePlayer, Sequence) == 0x000038, "Member 'FAnimNode_SequencePlayer::Sequence' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, PlayRateBasis) == 0x000040, "Member 'FAnimNode_SequencePlayer::PlayRateBasis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, PlayRate) == 0x000044, "Member 'FAnimNode_SequencePlayer::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, PlayRateScaleBiasClamp) == 0x000048, "Member 'FAnimNode_SequencePlayer::PlayRateScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, StartPosition) == 0x000078, "Member 'FAnimNode_SequencePlayer::StartPosition' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SequencePlayer, bLoopAnimation) == 0x00007C, "Member 'FAnimNode_SequencePlayer::bLoopAnimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFullyLoadedPackagesInfo \ static_assert(alignof(FFullyLoadedPackagesInfo) == 0x000008, "Wrong alignment on FFullyLoadedPackagesInfo"); \ static_assert(sizeof(FFullyLoadedPackagesInfo) == 0x000038, "Wrong size on FFullyLoadedPackagesInfo"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, FullyLoadType) == 0x000000, "Member 'FFullyLoadedPackagesInfo::FullyLoadType' has a wrong offset!"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, Tag) == 0x000008, "Member 'FFullyLoadedPackagesInfo::Tag' has a wrong offset!"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, PackagesToLoad) == 0x000018, "Member 'FFullyLoadedPackagesInfo::PackagesToLoad' has a wrong offset!"); \ static_assert(offsetof(FFullyLoadedPackagesInfo, LoadedObjects) == 0x000028, "Member 'FFullyLoadedPackagesInfo::LoadedObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelStreamingStatus \ static_assert(alignof(FLevelStreamingStatus) == 0x000004, "Wrong alignment on FLevelStreamingStatus"); \ static_assert(sizeof(FLevelStreamingStatus) == 0x000010, "Wrong size on FLevelStreamingStatus"); \ static_assert(offsetof(FLevelStreamingStatus, PackageName) == 0x000000, "Member 'FLevelStreamingStatus::PackageName' has a wrong offset!"); \ static_assert(offsetof(FLevelStreamingStatus, LODIndex) == 0x00000C, "Member 'FLevelStreamingStatus::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicalAnimationData \ static_assert(alignof(FPhysicalAnimationData) == 0x000004, "Wrong alignment on FPhysicalAnimationData"); \ static_assert(sizeof(FPhysicalAnimationData) == 0x000024, "Wrong size on FPhysicalAnimationData"); \ static_assert(offsetof(FPhysicalAnimationData, BodyName) == 0x000000, "Member 'FPhysicalAnimationData::BodyName' has a wrong offset!"); \ static_assert(offsetof(FPhysicalAnimationData, OrientationStrength) == 0x00000C, "Member 'FPhysicalAnimationData::OrientationStrength' has a wrong offset!"); \ static_assert(offsetof(FPhysicalAnimationData, AngularVelocityStrength) == 0x000010, "Member 'FPhysicalAnimationData::AngularVelocityStrength' has a wrong offset!"); \ static_assert(offsetof(FPhysicalAnimationData, PositionStrength) == 0x000014, "Member 'FPhysicalAnimationData::PositionStrength' has a wrong offset!"); \ static_assert(offsetof(FPhysicalAnimationData, VelocityStrength) == 0x000018, "Member 'FPhysicalAnimationData::VelocityStrength' has a wrong offset!"); \ static_assert(offsetof(FPhysicalAnimationData, MaxLinearForce) == 0x00001C, "Member 'FPhysicalAnimationData::MaxLinearForce' has a wrong offset!"); \ static_assert(offsetof(FPhysicalAnimationData, MaxAngularForce) == 0x000020, "Member 'FPhysicalAnimationData::MaxAngularForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicalAnimationProfile \ static_assert(alignof(FPhysicalAnimationProfile) == 0x000004, "Wrong alignment on FPhysicalAnimationProfile"); \ static_assert(sizeof(FPhysicalAnimationProfile) == 0x00002C, "Wrong size on FPhysicalAnimationProfile"); \ static_assert(offsetof(FPhysicalAnimationProfile, ProfileName) == 0x000000, "Member 'FPhysicalAnimationProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(FPhysicalAnimationProfile, PhysicalAnimationData) == 0x000008, "Member 'FPhysicalAnimationProfile::PhysicalAnimationData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FInertializationCurveDiff \ static_assert(alignof(FInertializationCurveDiff) == 0x000004, "Wrong alignment on FInertializationCurveDiff"); \ static_assert(sizeof(FInertializationCurveDiff) == 0x000008, "Wrong size on FInertializationCurveDiff"); \ #define DUMPER7_ASSERTS_FSmartName \ static_assert(alignof(FSmartName) == 0x000004, "Wrong alignment on FSmartName"); \ static_assert(sizeof(FSmartName) == 0x00000C, "Wrong size on FSmartName"); \ static_assert(offsetof(FSmartName, DisplayName) == 0x000000, "Member 'FSmartName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseData \ static_assert(alignof(FPoseData) == 0x000008, "Wrong alignment on FPoseData"); \ static_assert(sizeof(FPoseData) == 0x000070, "Wrong size on FPoseData"); \ static_assert(offsetof(FPoseData, LocalSpacePose) == 0x000000, "Member 'FPoseData::LocalSpacePose' has a wrong offset!"); \ static_assert(offsetof(FPoseData, TrackToBufferIndex) == 0x000010, "Member 'FPoseData::TrackToBufferIndex' has a wrong offset!"); \ static_assert(offsetof(FPoseData, CurveData) == 0x000060, "Member 'FPoseData::CurveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimCurveBase \ static_assert(alignof(FAnimCurveBase) == 0x000004, "Wrong alignment on FAnimCurveBase"); \ static_assert(sizeof(FAnimCurveBase) == 0x000018, "Wrong size on FAnimCurveBase"); \ static_assert(offsetof(FAnimCurveBase, LastObservedName) == 0x000000, "Member 'FAnimCurveBase::LastObservedName' has a wrong offset!"); \ static_assert(offsetof(FAnimCurveBase, Name) == 0x000008, "Member 'FAnimCurveBase::Name' has a wrong offset!"); \ static_assert(offsetof(FAnimCurveBase, CurveTypeFlags) == 0x000014, "Member 'FAnimCurveBase::CurveTypeFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPoseDataContainer \ static_assert(alignof(FPoseDataContainer) == 0x000008, "Wrong alignment on FPoseDataContainer"); \ static_assert(sizeof(FPoseDataContainer) == 0x000090, "Wrong size on FPoseDataContainer"); \ static_assert(offsetof(FPoseDataContainer, PoseNames) == 0x000000, "Member 'FPoseDataContainer::PoseNames' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, Tracks) == 0x000010, "Member 'FPoseDataContainer::Tracks' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, TrackMap) == 0x000020, "Member 'FPoseDataContainer::TrackMap' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, Poses) == 0x000070, "Member 'FPoseDataContainer::Poses' has a wrong offset!"); \ static_assert(offsetof(FPoseDataContainer, Curves) == 0x000080, "Member 'FPoseDataContainer::Curves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FMaterialCachedParameterEntry \ static_assert(alignof(FMaterialCachedParameterEntry) == 0x000008, "Wrong alignment on FMaterialCachedParameterEntry"); \ static_assert(sizeof(FMaterialCachedParameterEntry) == 0x000030, "Wrong size on FMaterialCachedParameterEntry"); \ static_assert(offsetof(FMaterialCachedParameterEntry, NameHashes) == 0x000000, "Member 'FMaterialCachedParameterEntry::NameHashes' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameterEntry, ParameterInfos) == 0x000010, "Member 'FMaterialCachedParameterEntry::ParameterInfos' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameterEntry, ExpressionGuids) == 0x000020, "Member 'FMaterialCachedParameterEntry::ExpressionGuids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialCachedParameters \ static_assert(alignof(FMaterialCachedParameters) == 0x000008, "Wrong alignment on FMaterialCachedParameters"); \ static_assert(sizeof(FMaterialCachedParameters) == 0x000150, "Wrong size on FMaterialCachedParameters"); \ static_assert(offsetof(FMaterialCachedParameters, RuntimeEntries) == 0x000000, "Member 'FMaterialCachedParameters::RuntimeEntries' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, ScalarValues) == 0x0000F0, "Member 'FMaterialCachedParameters::ScalarValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, VectorValues) == 0x000100, "Member 'FMaterialCachedParameters::VectorValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, TextureValues) == 0x000110, "Member 'FMaterialCachedParameters::TextureValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, FontValues) == 0x000120, "Member 'FMaterialCachedParameters::FontValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, FontPageValues) == 0x000130, "Member 'FMaterialCachedParameters::FontPageValues' has a wrong offset!"); \ static_assert(offsetof(FMaterialCachedParameters, RuntimeVirtualTextureValues) == 0x000140, "Member 'FMaterialCachedParameters::RuntimeVirtualTextureValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialFunctionInfo \ static_assert(alignof(FMaterialFunctionInfo) == 0x000008, "Wrong alignment on FMaterialFunctionInfo"); \ static_assert(sizeof(FMaterialFunctionInfo) == 0x000018, "Wrong size on FMaterialFunctionInfo"); \ static_assert(offsetof(FMaterialFunctionInfo, StateId) == 0x000000, "Member 'FMaterialFunctionInfo::StateId' has a wrong offset!"); \ static_assert(offsetof(FMaterialFunctionInfo, Function) == 0x000010, "Member 'FMaterialFunctionInfo::Function' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FCachedAnimStateData \ static_assert(alignof(FCachedAnimStateData) == 0x000004, "Wrong alignment on FCachedAnimStateData"); \ static_assert(sizeof(FCachedAnimStateData) == 0x00001C, "Wrong size on FCachedAnimStateData"); \ static_assert(offsetof(FCachedAnimStateData, StateMachineName) == 0x000000, "Member 'FCachedAnimStateData::StateMachineName' has a wrong offset!"); \ static_assert(offsetof(FCachedAnimStateData, StateName) == 0x000008, "Member 'FCachedAnimStateData::StateName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedAnimStateArray \ static_assert(alignof(FCachedAnimStateArray) == 0x000008, "Wrong alignment on FCachedAnimStateArray"); \ static_assert(sizeof(FCachedAnimStateArray) == 0x000018, "Wrong size on FCachedAnimStateArray"); \ static_assert(offsetof(FCachedAnimStateArray, States) == 0x000000, "Member 'FCachedAnimStateArray::States' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FComponentSpacePoseLink \ static_assert(alignof(FComponentSpacePoseLink) == 0x000008, "Wrong alignment on FComponentSpacePoseLink"); \ static_assert(sizeof(FComponentSpacePoseLink) == 0x000010, "Wrong size on FComponentSpacePoseLink"); \ #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_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_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_FSkeletalMeshSamplingRegionBuiltData \ static_assert(alignof(FSkeletalMeshSamplingRegionBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingRegionBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingRegionBuiltData) == 0x000078, "Wrong size on FSkeletalMeshSamplingRegionBuiltData"); \ #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_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_FPoseSnapshot \ static_assert(alignof(FPoseSnapshot) == 0x000008, "Wrong alignment on FPoseSnapshot"); \ static_assert(sizeof(FPoseSnapshot) == 0x000038, "Wrong size on FPoseSnapshot"); \ static_assert(offsetof(FPoseSnapshot, LocalTransforms) == 0x000000, "Member 'FPoseSnapshot::LocalTransforms' has a wrong offset!"); \ static_assert(offsetof(FPoseSnapshot, BoneNames) == 0x000010, "Member 'FPoseSnapshot::BoneNames' has a wrong offset!"); \ static_assert(offsetof(FPoseSnapshot, SkeletalMeshName) == 0x000020, "Member 'FPoseSnapshot::SkeletalMeshName' has a wrong offset!"); \ static_assert(offsetof(FPoseSnapshot, SnapshotName) == 0x000028, "Member 'FPoseSnapshot::SnapshotName' has a wrong offset!"); \ static_assert(offsetof(FPoseSnapshot, bIsValid) == 0x000030, "Member 'FPoseSnapshot::bIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_Root \ static_assert(alignof(FAnimNode_Root) == 0x000008, "Wrong alignment on FAnimNode_Root"); \ static_assert(sizeof(FAnimNode_Root) == 0x000030, "Wrong size on FAnimNode_Root"); \ static_assert(offsetof(FAnimNode_Root, Result) == 0x000010, "Member 'FAnimNode_Root::Result' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Root, Name) == 0x000020, "Member 'FAnimNode_Root::Name' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Root, Group) == 0x000028, "Member 'FAnimNode_Root::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_FActorTickFunction \ static_assert(alignof(FActorTickFunction) == 0x000008, "Wrong alignment on FActorTickFunction"); \ static_assert(sizeof(FActorTickFunction) == 0x000030, "Wrong size on FActorTickFunction"); \ #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_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_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_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_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_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_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_FSimpleCurveKey \ static_assert(alignof(FSimpleCurveKey) == 0x000004, "Wrong alignment on FSimpleCurveKey"); \ static_assert(sizeof(FSimpleCurveKey) == 0x000008, "Wrong size on FSimpleCurveKey"); \ static_assert(offsetof(FSimpleCurveKey, Time) == 0x000000, "Member 'FSimpleCurveKey::Time' has a wrong offset!"); \ static_assert(offsetof(FSimpleCurveKey, Value) == 0x000004, "Member 'FSimpleCurveKey::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimpleCurve \ static_assert(alignof(FSimpleCurve) == 0x000008, "Wrong alignment on FSimpleCurve"); \ static_assert(sizeof(FSimpleCurve) == 0x000088, "Wrong size on FSimpleCurve"); \ static_assert(offsetof(FSimpleCurve, InterpMode) == 0x000070, "Member 'FSimpleCurve::InterpMode' has a wrong offset!"); \ static_assert(offsetof(FSimpleCurve, Keys) == 0x000078, "Member 'FSimpleCurve::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FFloatSpringState \ static_assert(alignof(FFloatSpringState) == 0x000004, "Wrong alignment on FFloatSpringState"); \ static_assert(sizeof(FFloatSpringState) == 0x000008, "Wrong size on FFloatSpringState"); \ #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_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_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_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_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_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_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_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_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_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_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_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_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_FStreamableTextureInstance \ static_assert(alignof(FStreamableTextureInstance) == 0x000004, "Wrong alignment on FStreamableTextureInstance"); \ static_assert(sizeof(FStreamableTextureInstance) == 0x000028, "Wrong size on FStreamableTextureInstance"); \ #define DUMPER7_ASSERTS_FDynamicTextureInstance \ static_assert(alignof(FDynamicTextureInstance) == 0x000008, "Wrong alignment on FDynamicTextureInstance"); \ static_assert(sizeof(FDynamicTextureInstance) == 0x000038, "Wrong size on FDynamicTextureInstance"); \ static_assert(offsetof(FDynamicTextureInstance, Texture) == 0x000028, "Member 'FDynamicTextureInstance::Texture' has a wrong offset!"); \ static_assert(offsetof(FDynamicTextureInstance, bAttached) == 0x000030, "Member 'FDynamicTextureInstance::bAttached' has a wrong offset!"); \ static_assert(offsetof(FDynamicTextureInstance, OriginalRadius) == 0x000034, "Member 'FDynamicTextureInstance::OriginalRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FAnimBlueprintDebugData \ static_assert(alignof(FAnimBlueprintDebugData) == 0x000001, "Wrong alignment on FAnimBlueprintDebugData"); \ static_assert(sizeof(FAnimBlueprintDebugData) == 0x000001, "Wrong size on FAnimBlueprintDebugData"); \ #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_FAnimationFrameSnapshot \ static_assert(alignof(FAnimationFrameSnapshot) == 0x000001, "Wrong alignment on FAnimationFrameSnapshot"); \ static_assert(sizeof(FAnimationFrameSnapshot) == 0x000001, "Wrong size on FAnimationFrameSnapshot"); \ #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_FStateMachineStateDebugData \ static_assert(alignof(FStateMachineStateDebugData) == 0x000004, "Wrong alignment on FStateMachineStateDebugData"); \ static_assert(sizeof(FStateMachineStateDebugData) == 0x000010, "Wrong size on FStateMachineStateDebugData"); \ #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_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_FStaticParameterBase \ static_assert(alignof(FStaticParameterBase) == 0x000004, "Wrong alignment on FStaticParameterBase"); \ static_assert(sizeof(FStaticParameterBase) == 0x000024, "Wrong size on FStaticParameterBase"); \ static_assert(offsetof(FStaticParameterBase, ParameterInfo) == 0x000000, "Member 'FStaticParameterBase::ParameterInfo' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterBase, bOverride) == 0x000010, "Member 'FStaticParameterBase::bOverride' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterBase, ExpressionGUID) == 0x000014, "Member 'FStaticParameterBase::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticSwitchParameter \ static_assert(alignof(FStaticSwitchParameter) == 0x000004, "Wrong alignment on FStaticSwitchParameter"); \ static_assert(sizeof(FStaticSwitchParameter) == 0x000028, "Wrong size on FStaticSwitchParameter"); \ static_assert(offsetof(FStaticSwitchParameter, Value) == 0x000024, "Member 'FStaticSwitchParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticComponentMaskParameter \ static_assert(alignof(FStaticComponentMaskParameter) == 0x000004, "Wrong alignment on FStaticComponentMaskParameter"); \ static_assert(sizeof(FStaticComponentMaskParameter) == 0x000028, "Wrong size on FStaticComponentMaskParameter"); \ static_assert(offsetof(FStaticComponentMaskParameter, R) == 0x000024, "Member 'FStaticComponentMaskParameter::R' has a wrong offset!"); \ static_assert(offsetof(FStaticComponentMaskParameter, G) == 0x000025, "Member 'FStaticComponentMaskParameter::G' has a wrong offset!"); \ static_assert(offsetof(FStaticComponentMaskParameter, B) == 0x000026, "Member 'FStaticComponentMaskParameter::B' has a wrong offset!"); \ static_assert(offsetof(FStaticComponentMaskParameter, A) == 0x000027, "Member 'FStaticComponentMaskParameter::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticTerrainLayerWeightParameter \ static_assert(alignof(FStaticTerrainLayerWeightParameter) == 0x000004, "Wrong alignment on FStaticTerrainLayerWeightParameter"); \ static_assert(sizeof(FStaticTerrainLayerWeightParameter) == 0x00002C, "Wrong size on FStaticTerrainLayerWeightParameter"); \ static_assert(offsetof(FStaticTerrainLayerWeightParameter, WeightmapIndex) == 0x000024, "Member 'FStaticTerrainLayerWeightParameter::WeightmapIndex' has a wrong offset!"); \ static_assert(offsetof(FStaticTerrainLayerWeightParameter, bWeightBasedBlend) == 0x000028, "Member 'FStaticTerrainLayerWeightParameter::bWeightBasedBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMaterialLayersParameter \ static_assert(alignof(FStaticMaterialLayersParameter) == 0x000008, "Wrong alignment on FStaticMaterialLayersParameter"); \ static_assert(sizeof(FStaticMaterialLayersParameter) == 0x000068, "Wrong size on FStaticMaterialLayersParameter"); \ static_assert(offsetof(FStaticMaterialLayersParameter, Value) == 0x000028, "Member 'FStaticMaterialLayersParameter::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticParameterSet \ static_assert(alignof(FStaticParameterSet) == 0x000008, "Wrong alignment on FStaticParameterSet"); \ static_assert(sizeof(FStaticParameterSet) == 0x000040, "Wrong size on FStaticParameterSet"); \ static_assert(offsetof(FStaticParameterSet, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSet::StaticSwitchParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, StaticComponentMaskParameters) == 0x000010, "Member 'FStaticParameterSet::StaticComponentMaskParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, TerrainLayerWeightParameters) == 0x000020, "Member 'FStaticParameterSet::TerrainLayerWeightParameters' has a wrong offset!"); \ static_assert(offsetof(FStaticParameterSet, MaterialLayersParameters) == 0x000030, "Member 'FStaticParameterSet::MaterialLayersParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_FAnimationErrorStats \ static_assert(alignof(FAnimationErrorStats) == 0x000004, "Wrong alignment on FAnimationErrorStats"); \ static_assert(sizeof(FAnimationErrorStats) == 0x000010, "Wrong size on FAnimationErrorStats"); \ #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_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_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_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_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_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_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_FCameraShakeUpdateResult \ static_assert(alignof(FCameraShakeUpdateResult) == 0x000010, "Wrong alignment on FCameraShakeUpdateResult"); \ static_assert(sizeof(FCameraShakeUpdateResult) == 0x000590, "Wrong size on FCameraShakeUpdateResult"); \ #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_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_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_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_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_FAnimNotifyEvent \ static_assert(alignof(FAnimNotifyEvent) == 0x000008, "Wrong alignment on FAnimNotifyEvent"); \ static_assert(sizeof(FAnimNotifyEvent) == 0x0000B8, "Wrong size on FAnimNotifyEvent"); \ static_assert(offsetof(FAnimNotifyEvent, DisplayTime) == 0x000030, "Member 'FAnimNotifyEvent::DisplayTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, TriggerTimeOffset) == 0x000034, "Member 'FAnimNotifyEvent::TriggerTimeOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, EndTriggerTimeOffset) == 0x000038, "Member 'FAnimNotifyEvent::EndTriggerTimeOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, TriggerWeightThreshold) == 0x00003C, "Member 'FAnimNotifyEvent::TriggerWeightThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyName) == 0x000040, "Member 'FAnimNotifyEvent::NotifyName' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, Notify) == 0x000048, "Member 'FAnimNotifyEvent::Notify' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyStateClass) == 0x000050, "Member 'FAnimNotifyEvent::NotifyStateClass' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, Duration) == 0x000058, "Member 'FAnimNotifyEvent::Duration' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, EndLink) == 0x000060, "Member 'FAnimNotifyEvent::EndLink' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, bConvertedFromBranchingPoint) == 0x000090, "Member 'FAnimNotifyEvent::bConvertedFromBranchingPoint' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, MontageTickType) == 0x000091, "Member 'FAnimNotifyEvent::MontageTickType' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyTriggerChance) == 0x000094, "Member 'FAnimNotifyEvent::NotifyTriggerChance' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyFilterType) == 0x000098, "Member 'FAnimNotifyEvent::NotifyFilterType' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, NotifyFilterLOD) == 0x00009C, "Member 'FAnimNotifyEvent::NotifyFilterLOD' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, bTriggerOnDedicatedServer) == 0x0000A0, "Member 'FAnimNotifyEvent::bTriggerOnDedicatedServer' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, bTriggerOnFollower) == 0x0000A1, "Member 'FAnimNotifyEvent::bTriggerOnFollower' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyEvent, TrackIndex) == 0x0000A4, "Member 'FAnimNotifyEvent::TrackIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimMontageInstance \ static_assert(alignof(FAnimMontageInstance) == 0x000008, "Wrong alignment on FAnimMontageInstance"); \ static_assert(sizeof(FAnimMontageInstance) == 0x0001B0, "Wrong size on FAnimMontageInstance"); \ static_assert(offsetof(FAnimMontageInstance, Montage) == 0x000000, "Member 'FAnimMontageInstance::Montage' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, bPlaying) == 0x000028, "Member 'FAnimMontageInstance::bPlaying' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, DefaultBlendTimeMultiplier) == 0x00002C, "Member 'FAnimMontageInstance::DefaultBlendTimeMultiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, NextSections) == 0x0000E8, "Member 'FAnimMontageInstance::NextSections' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, PrevSections) == 0x0000F8, "Member 'FAnimMontageInstance::PrevSections' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, ActiveStateBranchingPoints) == 0x000118, "Member 'FAnimMontageInstance::ActiveStateBranchingPoints' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, position) == 0x000128, "Member 'FAnimMontageInstance::position' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, PlayRate) == 0x00012C, "Member 'FAnimMontageInstance::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, Blend) == 0x000130, "Member 'FAnimMontageInstance::Blend' has a wrong offset!"); \ static_assert(offsetof(FAnimMontageInstance, DisableRootMotionCount) == 0x00018C, "Member 'FAnimMontageInstance::DisableRootMotionCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FBranchingPointMarker \ static_assert(alignof(FBranchingPointMarker) == 0x000004, "Wrong alignment on FBranchingPointMarker"); \ static_assert(sizeof(FBranchingPointMarker) == 0x00000C, "Wrong size on FBranchingPointMarker"); \ static_assert(offsetof(FBranchingPointMarker, NotifyIndex) == 0x000000, "Member 'FBranchingPointMarker::NotifyIndex' has a wrong offset!"); \ static_assert(offsetof(FBranchingPointMarker, TriggerTime) == 0x000004, "Member 'FBranchingPointMarker::TriggerTime' has a wrong offset!"); \ static_assert(offsetof(FBranchingPointMarker, NotifyEventType) == 0x000008, "Member 'FBranchingPointMarker::NotifyEventType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlotAnimationTrack \ static_assert(alignof(FSlotAnimationTrack) == 0x000008, "Wrong alignment on FSlotAnimationTrack"); \ static_assert(sizeof(FSlotAnimationTrack) == 0x000018, "Wrong size on FSlotAnimationTrack"); \ static_assert(offsetof(FSlotAnimationTrack, SlotName) == 0x000000, "Member 'FSlotAnimationTrack::SlotName' has a wrong offset!"); \ static_assert(offsetof(FSlotAnimationTrack, AnimTrack) == 0x000008, "Member 'FSlotAnimationTrack::AnimTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositeSection \ static_assert(alignof(FCompositeSection) == 0x000008, "Wrong alignment on FCompositeSection"); \ static_assert(sizeof(FCompositeSection) == 0x000058, "Wrong size on FCompositeSection"); \ static_assert(offsetof(FCompositeSection, SectionName) == 0x000030, "Member 'FCompositeSection::SectionName' has a wrong offset!"); \ static_assert(offsetof(FCompositeSection, StartTime) == 0x000038, "Member 'FCompositeSection::StartTime' has a wrong offset!"); \ static_assert(offsetof(FCompositeSection, NextSectionName) == 0x00003C, "Member 'FCompositeSection::NextSectionName' has a wrong offset!"); \ static_assert(offsetof(FCompositeSection, MetaData) == 0x000048, "Member 'FCompositeSection::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavAvoidanceData \ static_assert(alignof(FNavAvoidanceData) == 0x000004, "Wrong alignment on FNavAvoidanceData"); \ static_assert(sizeof(FNavAvoidanceData) == 0x00003C, "Wrong size on FNavAvoidanceData"); \ #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_FAnimNode_ApplyMeshSpaceAdditive \ static_assert(alignof(FAnimNode_ApplyMeshSpaceAdditive) == 0x000008, "Wrong alignment on FAnimNode_ApplyMeshSpaceAdditive"); \ static_assert(sizeof(FAnimNode_ApplyMeshSpaceAdditive) == 0x0000D0, "Wrong size on FAnimNode_ApplyMeshSpaceAdditive"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Base) == 0x000010, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Base' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Additive) == 0x000020, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Additive' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaInputType) == 0x000030, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, Alpha) == 0x000034, "Member 'FAnimNode_ApplyMeshSpaceAdditive::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaCurveName) == 0x000088, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaScaleBias) == 0x000090, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, AlphaScaleBiasClamp) == 0x000098, "Member 'FAnimNode_ApplyMeshSpaceAdditive::AlphaScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyMeshSpaceAdditive, LODThreshold) == 0x0000C8, "Member 'FAnimNode_ApplyMeshSpaceAdditive::LODThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInertializationPose \ static_assert(alignof(FInertializationPose) == 0x000010, "Wrong alignment on FInertializationPose"); \ static_assert(sizeof(FInertializationPose) == 0x0000A0, "Wrong size on FInertializationPose"); \ #define DUMPER7_ASSERTS_FAnimNode_LinkedAnimGraph \ static_assert(alignof(FAnimNode_LinkedAnimGraph) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimGraph"); \ static_assert(sizeof(FAnimNode_LinkedAnimGraph) == 0x0000A0, "Wrong size on FAnimNode_LinkedAnimGraph"); \ static_assert(offsetof(FAnimNode_LinkedAnimGraph, InputPoses) == 0x000058, "Member 'FAnimNode_LinkedAnimGraph::InputPoses' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LinkedAnimGraph, InputPoseNames) == 0x000068, "Member 'FAnimNode_LinkedAnimGraph::InputPoseNames' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LinkedAnimGraph, InstanceClass) == 0x000078, "Member 'FAnimNode_LinkedAnimGraph::InstanceClass' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LinkedAnimGraph, Tag) == 0x000080, "Member 'FAnimNode_LinkedAnimGraph::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_LinkedAnimLayer \ static_assert(alignof(FAnimNode_LinkedAnimLayer) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimLayer"); \ static_assert(sizeof(FAnimNode_LinkedAnimLayer) == 0x0000B0, "Wrong size on FAnimNode_LinkedAnimLayer"); \ static_assert(offsetof(FAnimNode_LinkedAnimLayer, Interface) == 0x0000A0, "Member 'FAnimNode_LinkedAnimLayer::Interface' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LinkedAnimLayer, Layer) == 0x0000A8, "Member 'FAnimNode_LinkedAnimLayer::Layer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_LinkedInputPose \ static_assert(alignof(FAnimNode_LinkedInputPose) == 0x000008, "Wrong alignment on FAnimNode_LinkedInputPose"); \ static_assert(sizeof(FAnimNode_LinkedInputPose) == 0x000118, "Wrong size on FAnimNode_LinkedInputPose"); \ static_assert(offsetof(FAnimNode_LinkedInputPose, Name) == 0x000010, "Member 'FAnimNode_LinkedInputPose::Name' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LinkedInputPose, Graph) == 0x000018, "Member 'FAnimNode_LinkedInputPose::Graph' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LinkedInputPose, InputPose) == 0x000020, "Member 'FAnimNode_LinkedInputPose::InputPose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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_FAnimationPotentialTransition \ static_assert(alignof(FAnimationPotentialTransition) == 0x000008, "Wrong alignment on FAnimationPotentialTransition"); \ static_assert(sizeof(FAnimationPotentialTransition) == 0x000030, "Wrong size on FAnimationPotentialTransition"); \ #define DUMPER7_ASSERTS_FAnimationActiveTransitionEntry \ static_assert(alignof(FAnimationActiveTransitionEntry) == 0x000008, "Wrong alignment on FAnimationActiveTransitionEntry"); \ static_assert(sizeof(FAnimationActiveTransitionEntry) == 0x0000C8, "Wrong size on FAnimationActiveTransitionEntry"); \ static_assert(offsetof(FAnimationActiveTransitionEntry, BlendProfile) == 0x0000B8, "Member 'FAnimationActiveTransitionEntry::BlendProfile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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_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_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_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_FCompressedTrack \ static_assert(alignof(FCompressedTrack) == 0x000008, "Wrong alignment on FCompressedTrack"); \ static_assert(sizeof(FCompressedTrack) == 0x000038, "Wrong size on FCompressedTrack"); \ static_assert(offsetof(FCompressedTrack, ByteStream) == 0x000000, "Member 'FCompressedTrack::ByteStream' has a wrong offset!"); \ static_assert(offsetof(FCompressedTrack, Times) == 0x000010, "Member 'FCompressedTrack::Times' has a wrong offset!"); \ static_assert(offsetof(FCompressedTrack, Mins) == 0x000020, "Member 'FCompressedTrack::Mins' has a wrong offset!"); \ static_assert(offsetof(FCompressedTrack, Ranges) == 0x00002C, "Member 'FCompressedTrack::Ranges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurveTrack \ static_assert(alignof(FCurveTrack) == 0x000008, "Wrong alignment on FCurveTrack"); \ static_assert(sizeof(FCurveTrack) == 0x000018, "Wrong size on FCurveTrack"); \ static_assert(offsetof(FCurveTrack, CurveName) == 0x000000, "Member 'FCurveTrack::CurveName' has a wrong offset!"); \ static_assert(offsetof(FCurveTrack, CurveWeights) == 0x000008, "Member 'FCurveTrack::CurveWeights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScaleTrack \ static_assert(alignof(FScaleTrack) == 0x000008, "Wrong alignment on FScaleTrack"); \ static_assert(sizeof(FScaleTrack) == 0x000020, "Wrong size on FScaleTrack"); \ static_assert(offsetof(FScaleTrack, ScaleKeys) == 0x000000, "Member 'FScaleTrack::ScaleKeys' has a wrong offset!"); \ static_assert(offsetof(FScaleTrack, Times) == 0x000010, "Member 'FScaleTrack::Times' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRotationTrack \ static_assert(alignof(FRotationTrack) == 0x000008, "Wrong alignment on FRotationTrack"); \ static_assert(sizeof(FRotationTrack) == 0x000020, "Wrong size on FRotationTrack"); \ static_assert(offsetof(FRotationTrack, RotKeys) == 0x000000, "Member 'FRotationTrack::RotKeys' has a wrong offset!"); \ static_assert(offsetof(FRotationTrack, Times) == 0x000010, "Member 'FRotationTrack::Times' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FAnimSingleNodeInstanceProxy \ static_assert(alignof(FAnimSingleNodeInstanceProxy) == 0x000010, "Wrong alignment on FAnimSingleNodeInstanceProxy"); \ static_assert(sizeof(FAnimSingleNodeInstanceProxy) == 0x0008C0, "Wrong size on FAnimSingleNodeInstanceProxy"); \ #define DUMPER7_ASSERTS_FAnimNode_SingleNode \ static_assert(alignof(FAnimNode_SingleNode) == 0x000008, "Wrong alignment on FAnimNode_SingleNode"); \ static_assert(sizeof(FAnimNode_SingleNode) == 0x000030, "Wrong size on FAnimNode_SingleNode"); \ static_assert(offsetof(FAnimNode_SingleNode, SourcePose) == 0x000010, "Member 'FAnimNode_SingleNode::SourcePose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBakedAnimationState \ static_assert(alignof(FBakedAnimationState) == 0x000008, "Wrong alignment on FBakedAnimationState"); \ static_assert(sizeof(FBakedAnimationState) == 0x000058, "Wrong size on FBakedAnimationState"); \ static_assert(offsetof(FBakedAnimationState, StateName) == 0x000000, "Member 'FBakedAnimationState::StateName' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, Transitions) == 0x000008, "Member 'FBakedAnimationState::Transitions' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, StateRootNodeIndex) == 0x000018, "Member 'FBakedAnimationState::StateRootNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, StartNotify) == 0x00001C, "Member 'FBakedAnimationState::StartNotify' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, EndNotify) == 0x000020, "Member 'FBakedAnimationState::EndNotify' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, FullyBlendedNotify) == 0x000024, "Member 'FBakedAnimationState::FullyBlendedNotify' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, bIsAConduit) == 0x000028, "Member 'FBakedAnimationState::bIsAConduit' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, EntryRuleNodeIndex) == 0x00002C, "Member 'FBakedAnimationState::EntryRuleNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, PlayerNodeIndices) == 0x000030, "Member 'FBakedAnimationState::PlayerNodeIndices' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, LayerNodeIndices) == 0x000040, "Member 'FBakedAnimationState::LayerNodeIndices' has a wrong offset!"); \ static_assert(offsetof(FBakedAnimationState, bAlwaysResetOnEntry) == 0x000050, "Member 'FBakedAnimationState::bAlwaysResetOnEntry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAnimationTransitionRule \ static_assert(alignof(FAnimationTransitionRule) == 0x000004, "Wrong alignment on FAnimationTransitionRule"); \ static_assert(sizeof(FAnimationTransitionRule) == 0x000010, "Wrong size on FAnimationTransitionRule"); \ static_assert(offsetof(FAnimationTransitionRule, RuleToExecute) == 0x000000, "Member 'FAnimationTransitionRule::RuleToExecute' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionRule, TransitionReturnVal) == 0x000008, "Member 'FAnimationTransitionRule::TransitionReturnVal' has a wrong offset!"); \ static_assert(offsetof(FAnimationTransitionRule, TransitionIndex) == 0x00000C, "Member 'FAnimationTransitionRule::TransitionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationState \ static_assert(alignof(FAnimationState) == 0x000008, "Wrong alignment on FAnimationState"); \ static_assert(sizeof(FAnimationState) == 0x000028, "Wrong size on FAnimationState"); \ static_assert(offsetof(FAnimationState, Transitions) == 0x000008, "Member 'FAnimationState::Transitions' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, StateRootNodeIndex) == 0x000018, "Member 'FAnimationState::StateRootNodeIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, StartNotify) == 0x00001C, "Member 'FAnimationState::StartNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, EndNotify) == 0x000020, "Member 'FAnimationState::EndNotify' has a wrong offset!"); \ static_assert(offsetof(FAnimationState, FullyBlendedNotify) == 0x000024, "Member 'FAnimationState::FullyBlendedNotify' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTrackToSkeletonMap \ static_assert(alignof(FTrackToSkeletonMap) == 0x000004, "Wrong alignment on FTrackToSkeletonMap"); \ static_assert(sizeof(FTrackToSkeletonMap) == 0x000004, "Wrong size on FTrackToSkeletonMap"); \ static_assert(offsetof(FTrackToSkeletonMap, BoneTreeIndex) == 0x000000, "Member 'FTrackToSkeletonMap::BoneTreeIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FAnimNotifyTrack \ static_assert(alignof(FAnimNotifyTrack) == 0x000008, "Wrong alignment on FAnimNotifyTrack"); \ static_assert(sizeof(FAnimNotifyTrack) == 0x000038, "Wrong size on FAnimNotifyTrack"); \ static_assert(offsetof(FAnimNotifyTrack, TrackName) == 0x000000, "Member 'FAnimNotifyTrack::TrackName' has a wrong offset!"); \ static_assert(offsetof(FAnimNotifyTrack, TrackColor) == 0x000008, "Member 'FAnimNotifyTrack::TrackColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerBoneBlendWeights \ static_assert(alignof(FPerBoneBlendWeights) == 0x000008, "Wrong alignment on FPerBoneBlendWeights"); \ static_assert(sizeof(FPerBoneBlendWeights) == 0x000010, "Wrong size on FPerBoneBlendWeights"); \ static_assert(offsetof(FPerBoneBlendWeights, BoneBlendWeights) == 0x000000, "Member 'FPerBoneBlendWeights::BoneBlendWeights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAssetImportInfo \ static_assert(alignof(FAssetImportInfo) == 0x000001, "Wrong alignment on FAssetImportInfo"); \ static_assert(sizeof(FAssetImportInfo) == 0x000001, "Wrong size on FAssetImportInfo"); \ #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_FPrimaryAssetRulesOverride \ static_assert(alignof(FPrimaryAssetRulesOverride) == 0x000004, "Wrong alignment on FPrimaryAssetRulesOverride"); \ static_assert(sizeof(FPrimaryAssetRulesOverride) == 0x00001C, "Wrong size on FPrimaryAssetRulesOverride"); \ static_assert(offsetof(FPrimaryAssetRulesOverride, PrimaryAssetId) == 0x000000, "Member 'FPrimaryAssetRulesOverride::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(FPrimaryAssetRulesOverride, Rules) == 0x000010, "Member 'FPrimaryAssetRulesOverride::Rules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAssetManagerRedirect \ static_assert(alignof(FAssetManagerRedirect) == 0x000008, "Wrong alignment on FAssetManagerRedirect"); \ static_assert(sizeof(FAssetManagerRedirect) == 0x000020, "Wrong size on FAssetManagerRedirect"); \ static_assert(offsetof(FAssetManagerRedirect, Old) == 0x000000, "Member 'FAssetManagerRedirect::Old' has a wrong offset!"); \ static_assert(offsetof(FAssetManagerRedirect, New) == 0x000010, "Member 'FAssetManagerRedirect::New' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_FBaseAttenuationSettings \ static_assert(alignof(FBaseAttenuationSettings) == 0x000008, "Wrong alignment on FBaseAttenuationSettings"); \ static_assert(sizeof(FBaseAttenuationSettings) == 0x0000B0, "Wrong size on FBaseAttenuationSettings"); \ static_assert(offsetof(FBaseAttenuationSettings, DistanceAlgorithm) == 0x000008, "Member 'FBaseAttenuationSettings::DistanceAlgorithm' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, AttenuationShape) == 0x000009, "Member 'FBaseAttenuationSettings::AttenuationShape' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, dBAttenuationAtMax) == 0x00000C, "Member 'FBaseAttenuationSettings::dBAttenuationAtMax' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, FalloffMode) == 0x000010, "Member 'FBaseAttenuationSettings::FalloffMode' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, AttenuationShapeExtents) == 0x000014, "Member 'FBaseAttenuationSettings::AttenuationShapeExtents' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, ConeOffset) == 0x000020, "Member 'FBaseAttenuationSettings::ConeOffset' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, FalloffDistance) == 0x000024, "Member 'FBaseAttenuationSettings::FalloffDistance' has a wrong offset!"); \ static_assert(offsetof(FBaseAttenuationSettings, CustomAttenuationCurve) == 0x000028, "Member 'FBaseAttenuationSettings::CustomAttenuationCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioComponentParam \ static_assert(alignof(FAudioComponentParam) == 0x000008, "Wrong alignment on FAudioComponentParam"); \ static_assert(sizeof(FAudioComponentParam) == 0x000020, "Wrong size on FAudioComponentParam"); \ static_assert(offsetof(FAudioComponentParam, ParamName) == 0x000000, "Member 'FAudioComponentParam::ParamName' has a wrong offset!"); \ static_assert(offsetof(FAudioComponentParam, FloatParam) == 0x000008, "Member 'FAudioComponentParam::FloatParam' has a wrong offset!"); \ static_assert(offsetof(FAudioComponentParam, BoolParam) == 0x00000C, "Member 'FAudioComponentParam::BoolParam' has a wrong offset!"); \ static_assert(offsetof(FAudioComponentParam, IntParam) == 0x000010, "Member 'FAudioComponentParam::IntParam' has a wrong offset!"); \ static_assert(offsetof(FAudioComponentParam, SoundWaveParam) == 0x000018, "Member 'FAudioComponentParam::SoundWaveParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioEffectParameters \ static_assert(alignof(FAudioEffectParameters) == 0x000008, "Wrong alignment on FAudioEffectParameters"); \ static_assert(sizeof(FAudioEffectParameters) == 0x000008, "Wrong size on FAudioEffectParameters"); \ #define DUMPER7_ASSERTS_FAudioReverbEffect \ static_assert(alignof(FAudioReverbEffect) == 0x000008, "Wrong alignment on FAudioReverbEffect"); \ static_assert(sizeof(FAudioReverbEffect) == 0x000048, "Wrong size on FAudioReverbEffect"); \ #define DUMPER7_ASSERTS_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_FSoundDebugEntry \ static_assert(alignof(FSoundDebugEntry) == 0x000008, "Wrong alignment on FSoundDebugEntry"); \ static_assert(sizeof(FSoundDebugEntry) == 0x000020, "Wrong size on FSoundDebugEntry"); \ static_assert(offsetof(FSoundDebugEntry, DebugName) == 0x000000, "Member 'FSoundDebugEntry::DebugName' has a wrong offset!"); \ static_assert(offsetof(FSoundDebugEntry, Sound) == 0x000008, "Member 'FSoundDebugEntry::Sound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioQualitySettings \ static_assert(alignof(FAudioQualitySettings) == 0x000008, "Wrong alignment on FAudioQualitySettings"); \ static_assert(sizeof(FAudioQualitySettings) == 0x000020, "Wrong size on FAudioQualitySettings"); \ static_assert(offsetof(FAudioQualitySettings, DisplayName) == 0x000000, "Member 'FAudioQualitySettings::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FAudioQualitySettings, MaxChannels) == 0x000018, "Member 'FAudioQualitySettings::MaxChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FSoundSubmixSendInfo \ static_assert(alignof(FSoundSubmixSendInfo) == 0x000008, "Wrong alignment on FSoundSubmixSendInfo"); \ static_assert(sizeof(FSoundSubmixSendInfo) == 0x0000B0, "Wrong size on FSoundSubmixSendInfo"); \ static_assert(offsetof(FSoundSubmixSendInfo, SendLevelControlMethod) == 0x000000, "Member 'FSoundSubmixSendInfo::SendLevelControlMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, SendStage) == 0x000001, "Member 'FSoundSubmixSendInfo::SendStage' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, SoundSubmix) == 0x000008, "Member 'FSoundSubmixSendInfo::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, SendLevel) == 0x000010, "Member 'FSoundSubmixSendInfo::SendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, MinSendLevel) == 0x000014, "Member 'FSoundSubmixSendInfo::MinSendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, MaxSendLevel) == 0x000018, "Member 'FSoundSubmixSendInfo::MaxSendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, MinSendDistance) == 0x00001C, "Member 'FSoundSubmixSendInfo::MinSendDistance' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, MaxSendDistance) == 0x000020, "Member 'FSoundSubmixSendInfo::MaxSendDistance' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSendInfo, CustomSendLevelCurve) == 0x000028, "Member 'FSoundSubmixSendInfo::CustomSendLevelCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioVolumeSubmixSendSettings \ static_assert(alignof(FAudioVolumeSubmixSendSettings) == 0x000008, "Wrong alignment on FAudioVolumeSubmixSendSettings"); \ static_assert(sizeof(FAudioVolumeSubmixSendSettings) == 0x000018, "Wrong size on FAudioVolumeSubmixSendSettings"); \ static_assert(offsetof(FAudioVolumeSubmixSendSettings, ListenerLocationState) == 0x000000, "Member 'FAudioVolumeSubmixSendSettings::ListenerLocationState' has a wrong offset!"); \ static_assert(offsetof(FAudioVolumeSubmixSendSettings, SourceLocationState) == 0x000001, "Member 'FAudioVolumeSubmixSendSettings::SourceLocationState' has a wrong offset!"); \ static_assert(offsetof(FAudioVolumeSubmixSendSettings, SubmixSends) == 0x000008, "Member 'FAudioVolumeSubmixSendSettings::SubmixSends' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FBuildPromotionTestSettings \ static_assert(alignof(FBuildPromotionTestSettings) == 0x000008, "Wrong alignment on FBuildPromotionTestSettings"); \ static_assert(sizeof(FBuildPromotionTestSettings) == 0x0001F0, "Wrong size on FBuildPromotionTestSettings"); \ static_assert(offsetof(FBuildPromotionTestSettings, DefaultStaticMeshAsset) == 0x000000, "Member 'FBuildPromotionTestSettings::DefaultStaticMeshAsset' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionTestSettings, ImportWorkflow) == 0x000010, "Member 'FBuildPromotionTestSettings::ImportWorkflow' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionTestSettings, OpenAssets) == 0x000160, "Member 'FBuildPromotionTestSettings::OpenAssets' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionTestSettings, NewProjectSettings) == 0x0001C0, "Member 'FBuildPromotionTestSettings::NewProjectSettings' has a wrong offset!"); \ static_assert(offsetof(FBuildPromotionTestSettings, SourceControlMaterial) == 0x0001E0, "Member 'FBuildPromotionTestSettings::SourceControlMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintEditorPromotionSettings \ static_assert(alignof(FBlueprintEditorPromotionSettings) == 0x000008, "Wrong alignment on FBlueprintEditorPromotionSettings"); \ static_assert(sizeof(FBlueprintEditorPromotionSettings) == 0x000030, "Wrong size on FBlueprintEditorPromotionSettings"); \ static_assert(offsetof(FBlueprintEditorPromotionSettings, FirstMeshPath) == 0x000000, "Member 'FBlueprintEditorPromotionSettings::FirstMeshPath' has a wrong offset!"); \ static_assert(offsetof(FBlueprintEditorPromotionSettings, SecondMeshPath) == 0x000010, "Member 'FBlueprintEditorPromotionSettings::SecondMeshPath' has a wrong offset!"); \ static_assert(offsetof(FBlueprintEditorPromotionSettings, DefaultParticleAsset) == 0x000020, "Member 'FBlueprintEditorPromotionSettings::DefaultParticleAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FBandwidthTestGenerator \ static_assert(alignof(FBandwidthTestGenerator) == 0x000008, "Wrong alignment on FBandwidthTestGenerator"); \ static_assert(sizeof(FBandwidthTestGenerator) == 0x000020, "Wrong size on FBandwidthTestGenerator"); \ static_assert(offsetof(FBandwidthTestGenerator, ReplicatedBuffers) == 0x000000, "Member 'FBandwidthTestGenerator::ReplicatedBuffers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendProfileBoneEntry \ static_assert(alignof(FBlendProfileBoneEntry) == 0x000004, "Wrong alignment on FBlendProfileBoneEntry"); \ static_assert(sizeof(FBlendProfileBoneEntry) == 0x000014, "Wrong size on FBlendProfileBoneEntry"); \ static_assert(offsetof(FBlendProfileBoneEntry, BoneReference) == 0x000000, "Member 'FBlendProfileBoneEntry::BoneReference' has a wrong offset!"); \ static_assert(offsetof(FBlendProfileBoneEntry, BlendScale) == 0x000010, "Member 'FBlendProfileBoneEntry::BlendScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FGridBlendSample \ static_assert(alignof(FGridBlendSample) == 0x000004, "Wrong alignment on FGridBlendSample"); \ static_assert(sizeof(FGridBlendSample) == 0x00001C, "Wrong size on FGridBlendSample"); \ static_assert(offsetof(FGridBlendSample, GridElement) == 0x000000, "Member 'FGridBlendSample::GridElement' has a wrong offset!"); \ static_assert(offsetof(FGridBlendSample, BlendWeight) == 0x000018, "Member 'FGridBlendSample::BlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendSample \ static_assert(alignof(FBlendSample) == 0x000008, "Wrong alignment on FBlendSample"); \ static_assert(sizeof(FBlendSample) == 0x000018, "Wrong size on FBlendSample"); \ static_assert(offsetof(FBlendSample, Animation) == 0x000000, "Member 'FBlendSample::Animation' has a wrong offset!"); \ static_assert(offsetof(FBlendSample, SampleValue) == 0x000008, "Member 'FBlendSample::SampleValue' has a wrong offset!"); \ static_assert(offsetof(FBlendSample, RateScale) == 0x000014, "Member 'FBlendSample::RateScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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) == 0x0000E8, "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, InnerPropertyFlags) == 0x0000A0, "Member 'FBPVariableDescription::InnerPropertyFlags' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, RepNotifyFunc) == 0x0000A8, "Member 'FBPVariableDescription::RepNotifyFunc' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, ReplicationCondition) == 0x0000B0, "Member 'FBPVariableDescription::ReplicationCondition' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, MetaDataArray) == 0x0000B8, "Member 'FBPVariableDescription::MetaDataArray' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, InnerMetaDataArray) == 0x0000C8, "Member 'FBPVariableDescription::InnerMetaDataArray' has a wrong offset!"); \ static_assert(offsetof(FBPVariableDescription, DefaultValue) == 0x0000D8, "Member 'FBPVariableDescription::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintMacroCosmeticInfo \ static_assert(alignof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong alignment on FBlueprintMacroCosmeticInfo"); \ static_assert(sizeof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong size on FBlueprintMacroCosmeticInfo"); \ #define DUMPER7_ASSERTS_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_FBlueprintComponentChangedPropertyInfo \ static_assert(alignof(FBlueprintComponentChangedPropertyInfo) == 0x000008, "Wrong alignment on FBlueprintComponentChangedPropertyInfo"); \ static_assert(sizeof(FBlueprintComponentChangedPropertyInfo) == 0x000018, "Wrong size on FBlueprintComponentChangedPropertyInfo"); \ static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, PropertyName) == 0x000000, "Member 'FBlueprintComponentChangedPropertyInfo::PropertyName' has a wrong offset!"); \ static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, ArrayIndex) == 0x000008, "Member 'FBlueprintComponentChangedPropertyInfo::ArrayIndex' has a wrong offset!"); \ static_assert(offsetof(FBlueprintComponentChangedPropertyInfo, PropertyScope) == 0x000010, "Member 'FBlueprintComponentChangedPropertyInfo::PropertyScope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintCookedComponentInstancingData \ static_assert(alignof(FBlueprintCookedComponentInstancingData) == 0x000008, "Wrong alignment on FBlueprintCookedComponentInstancingData"); \ static_assert(sizeof(FBlueprintCookedComponentInstancingData) == 0x000048, "Wrong size on FBlueprintCookedComponentInstancingData"); \ static_assert(offsetof(FBlueprintCookedComponentInstancingData, ChangedPropertyList) == 0x000000, "Member 'FBlueprintCookedComponentInstancingData::ChangedPropertyList' has a wrong offset!"); \ static_assert(offsetof(FBlueprintCookedComponentInstancingData, bHasValidCookedData) == 0x000021, "Member 'FBlueprintCookedComponentInstancingData::bHasValidCookedData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintDebugData \ static_assert(alignof(FBlueprintDebugData) == 0x000001, "Wrong alignment on FBlueprintDebugData"); \ static_assert(sizeof(FBlueprintDebugData) == 0x000001, "Wrong size on FBlueprintDebugData"); \ #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_FDebuggingInfoForSingleFunction \ static_assert(alignof(FDebuggingInfoForSingleFunction) == 0x000008, "Wrong alignment on FDebuggingInfoForSingleFunction"); \ static_assert(sizeof(FDebuggingInfoForSingleFunction) == 0x000190, "Wrong size on FDebuggingInfoForSingleFunction"); \ #define DUMPER7_ASSERTS_FAnimCurveType \ static_assert(alignof(FAnimCurveType) == 0x000001, "Wrong alignment on FAnimCurveType"); \ static_assert(sizeof(FAnimCurveType) == 0x000002, "Wrong size on FAnimCurveType"); \ #define DUMPER7_ASSERTS_FBookmarkJumpToSettings \ static_assert(alignof(FBookmarkJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkJumpToSettings"); \ static_assert(sizeof(FBookmarkJumpToSettings) == 0x000001, "Wrong size on FBookmarkJumpToSettings"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FDummySpacerCameraTypes \ static_assert(alignof(FDummySpacerCameraTypes) == 0x000001, "Wrong alignment on FDummySpacerCameraTypes"); \ static_assert(sizeof(FDummySpacerCameraTypes) == 0x000001, "Wrong size on FDummySpacerCameraTypes"); \ #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_FAudioBasedVibrationData \ static_assert(alignof(FAudioBasedVibrationData) == 0x000008, "Wrong alignment on FAudioBasedVibrationData"); \ static_assert(sizeof(FAudioBasedVibrationData) == 0x000050, "Wrong size on FAudioBasedVibrationData"); \ static_assert(offsetof(FAudioBasedVibrationData, Sound) == 0x000000, "Member 'FAudioBasedVibrationData::Sound' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, VolumeMultiplier) == 0x000008, "Member 'FAudioBasedVibrationData::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, PitchMultiplier) == 0x00000C, "Member 'FAudioBasedVibrationData::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, StartTime) == 0x000010, "Member 'FAudioBasedVibrationData::StartTime' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, FadeInTime) == 0x000014, "Member 'FAudioBasedVibrationData::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, FadeInVolume) == 0x000018, "Member 'FAudioBasedVibrationData::FadeInVolume' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, FadeInCurve) == 0x00001C, "Member 'FAudioBasedVibrationData::FadeInCurve' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, bIs2DSound) == 0x00001D, "Member 'FAudioBasedVibrationData::bIs2DSound' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, bAttachToOwner) == 0x00001E, "Member 'FAudioBasedVibrationData::bAttachToOwner' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, RelativeLocation) == 0x000020, "Member 'FAudioBasedVibrationData::RelativeLocation' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, RelativeRotation) == 0x00002C, "Member 'FAudioBasedVibrationData::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, ConcurrencySettings) == 0x000038, "Member 'FAudioBasedVibrationData::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, AttenuationSettings) == 0x000040, "Member 'FAudioBasedVibrationData::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(FAudioBasedVibrationData, FadeOutAmount) == 0x000048, "Member 'FAudioBasedVibrationData::FadeOutAmount' 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_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_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_FCharacterServerMovePackedBits \ static_assert(alignof(FCharacterServerMovePackedBits) == 0x000008, "Wrong alignment on FCharacterServerMovePackedBits"); \ static_assert(sizeof(FCharacterServerMovePackedBits) == 0x000098, "Wrong size on FCharacterServerMovePackedBits"); \ #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_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_FChildActorAttachedActorInfo \ static_assert(alignof(FChildActorAttachedActorInfo) == 0x000010, "Wrong alignment on FChildActorAttachedActorInfo"); \ static_assert(sizeof(FChildActorAttachedActorInfo) == 0x000040, "Wrong size on FChildActorAttachedActorInfo"); \ static_assert(offsetof(FChildActorAttachedActorInfo, Actor) == 0x000000, "Member 'FChildActorAttachedActorInfo::Actor' has a wrong offset!"); \ static_assert(offsetof(FChildActorAttachedActorInfo, SocketName) == 0x000008, "Member 'FChildActorAttachedActorInfo::SocketName' has a wrong offset!"); \ static_assert(offsetof(FChildActorAttachedActorInfo, RelativeTransform) == 0x000010, "Member 'FChildActorAttachedActorInfo::RelativeTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChildActorComponentInstanceData \ static_assert(alignof(FChildActorComponentInstanceData) == 0x000008, "Wrong alignment on FChildActorComponentInstanceData"); \ static_assert(sizeof(FChildActorComponentInstanceData) == 0x0000F8, "Wrong size on FChildActorComponentInstanceData"); \ static_assert(offsetof(FChildActorComponentInstanceData, ChildActorClass) == 0x0000B8, "Member 'FChildActorComponentInstanceData::ChildActorClass' has a wrong offset!"); \ static_assert(offsetof(FChildActorComponentInstanceData, ChildActorName) == 0x0000C0, "Member 'FChildActorComponentInstanceData::ChildActorName' has a wrong offset!"); \ static_assert(offsetof(FChildActorComponentInstanceData, AttachedActors) == 0x0000C8, "Member 'FChildActorComponentInstanceData::AttachedActors' has a wrong offset!"); \ static_assert(offsetof(FChildActorComponentInstanceData, ChildActorCheckpointGuid) == 0x0000D8, "Member 'FChildActorComponentInstanceData::ChildActorCheckpointGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActivateDevicePropertyParams \ static_assert(alignof(FActivateDevicePropertyParams) == 0x000004, "Wrong alignment on FActivateDevicePropertyParams"); \ static_assert(sizeof(FActivateDevicePropertyParams) == 0x000014, "Wrong size on FActivateDevicePropertyParams"); \ static_assert(offsetof(FActivateDevicePropertyParams, UserId) == 0x000000, "Member 'FActivateDevicePropertyParams::UserId' has a wrong offset!"); \ static_assert(offsetof(FActivateDevicePropertyParams, DeviceID) == 0x000004, "Member 'FActivateDevicePropertyParams::DeviceID' has a wrong offset!"); \ static_assert(offsetof(FActivateDevicePropertyParams, Owner) == 0x00000C, "Member 'FActivateDevicePropertyParams::Owner' 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_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_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_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_FDeviceColorData \ static_assert(alignof(FDeviceColorData) == 0x000004, "Wrong alignment on FDeviceColorData"); \ static_assert(sizeof(FDeviceColorData) == 0x000008, "Wrong size on FDeviceColorData"); \ static_assert(offsetof(FDeviceColorData, bEnable) == 0x000000, "Member 'FDeviceColorData::bEnable' has a wrong offset!"); \ static_assert(offsetof(FDeviceColorData, bResetAfterCompletion) == 0x000001, "Member 'FDeviceColorData::bResetAfterCompletion' has a wrong offset!"); \ static_assert(offsetof(FDeviceColorData, LightColor) == 0x000004, "Member 'FDeviceColorData::LightColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FConstraintInstanceBase \ static_assert(alignof(FConstraintInstanceBase) == 0x000008, "Wrong alignment on FConstraintInstanceBase"); \ static_assert(sizeof(FConstraintInstanceBase) == 0x000018, "Wrong size on FConstraintInstanceBase"); \ #define DUMPER7_ASSERTS_FHardwareDeviceIdentifier \ static_assert(alignof(FHardwareDeviceIdentifier) == 0x000004, "Wrong alignment on FHardwareDeviceIdentifier"); \ static_assert(sizeof(FHardwareDeviceIdentifier) == 0x000018, "Wrong size on FHardwareDeviceIdentifier"); \ static_assert(offsetof(FHardwareDeviceIdentifier, InputClassName) == 0x000000, "Member 'FHardwareDeviceIdentifier::InputClassName' has a wrong offset!"); \ static_assert(offsetof(FHardwareDeviceIdentifier, HardwareDeviceIdentifier) == 0x000008, "Member 'FHardwareDeviceIdentifier::HardwareDeviceIdentifier' has a wrong offset!"); \ static_assert(offsetof(FHardwareDeviceIdentifier, PrimaryDeviceType) == 0x000010, "Member 'FHardwareDeviceIdentifier::PrimaryDeviceType' has a wrong offset!"); \ static_assert(offsetof(FHardwareDeviceIdentifier, SupportedFeaturesMask) == 0x000014, "Member 'FHardwareDeviceIdentifier::SupportedFeaturesMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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) == 0x000118, "Wrong size on FConstraintProfileProperties"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearTolerance) == 0x000000, "Member 'FConstraintProfileProperties::ProjectionLinearTolerance' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularTolerance) == 0x000004, "Member 'FConstraintProfileProperties::ProjectionAngularTolerance' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionLinearAlpha) == 0x000008, "Member 'FConstraintProfileProperties::ProjectionLinearAlpha' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ProjectionAngularAlpha) == 0x00000C, "Member 'FConstraintProfileProperties::ProjectionAngularAlpha' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ShockPropagationAlpha) == 0x000010, "Member 'FConstraintProfileProperties::ShockPropagationAlpha' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearBreakThreshold) == 0x000014, "Member 'FConstraintProfileProperties::LinearBreakThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearPlasticityThreshold) == 0x000018, "Member 'FConstraintProfileProperties::LinearPlasticityThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, AngularBreakThreshold) == 0x00001C, "Member 'FConstraintProfileProperties::AngularBreakThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, AngularPlasticityThreshold) == 0x000020, "Member 'FConstraintProfileProperties::AngularPlasticityThreshold' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearLimit) == 0x000024, "Member 'FConstraintProfileProperties::LinearLimit' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, ConeLimit) == 0x000040, "Member 'FConstraintProfileProperties::ConeLimit' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, TwistLimit) == 0x000060, "Member 'FConstraintProfileProperties::TwistLimit' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, LinearDrive) == 0x00007C, "Member 'FConstraintProfileProperties::LinearDrive' has a wrong offset!"); \ static_assert(offsetof(FConstraintProfileProperties, AngularDrive) == 0x0000C8, "Member 'FConstraintProfileProperties::AngularDrive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraintInstance \ static_assert(alignof(FConstraintInstance) == 0x000008, "Wrong alignment on FConstraintInstance"); \ static_assert(sizeof(FConstraintInstance) == 0x0001D0, "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_FDeviceTriggerBaseData \ static_assert(alignof(FDeviceTriggerBaseData) == 0x000001, "Wrong alignment on FDeviceTriggerBaseData"); \ static_assert(sizeof(FDeviceTriggerBaseData) == 0x000002, "Wrong size on FDeviceTriggerBaseData"); \ static_assert(offsetof(FDeviceTriggerBaseData, AffectedTriggers) == 0x000000, "Member 'FDeviceTriggerBaseData::AffectedTriggers' has a wrong offset!"); \ static_assert(offsetof(FDeviceTriggerBaseData, bResetUponCompletion) == 0x000001, "Member 'FDeviceTriggerBaseData::bResetUponCompletion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FCullDistanceSizePair \ static_assert(alignof(FCullDistanceSizePair) == 0x000004, "Wrong alignment on FCullDistanceSizePair"); \ static_assert(sizeof(FCullDistanceSizePair) == 0x000008, "Wrong size on FCullDistanceSizePair"); \ static_assert(offsetof(FCullDistanceSizePair, Size) == 0x000000, "Member 'FCullDistanceSizePair::Size' has a wrong offset!"); \ static_assert(offsetof(FCullDistanceSizePair, CullDistance) == 0x000004, "Member 'FCullDistanceSizePair::CullDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRuntimeCurveLinearColor \ static_assert(alignof(FRuntimeCurveLinearColor) == 0x000008, "Wrong alignment on FRuntimeCurveLinearColor"); \ static_assert(sizeof(FRuntimeCurveLinearColor) == 0x000208, "Wrong size on FRuntimeCurveLinearColor"); \ static_assert(offsetof(FRuntimeCurveLinearColor, ColorCurves) == 0x000000, "Member 'FRuntimeCurveLinearColor::ColorCurves' has a wrong offset!"); \ static_assert(offsetof(FRuntimeCurveLinearColor, ExternalCurve) == 0x000200, "Member 'FRuntimeCurveLinearColor::ExternalCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_FVectorSpringState \ static_assert(alignof(FVectorSpringState) == 0x000004, "Wrong alignment on FVectorSpringState"); \ static_assert(sizeof(FVectorSpringState) == 0x000018, "Wrong size on FVectorSpringState"); \ #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_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_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_FDebugDisplayProperty \ static_assert(alignof(FDebugDisplayProperty) == 0x000008, "Wrong alignment on FDebugDisplayProperty"); \ static_assert(sizeof(FDebugDisplayProperty) == 0x000020, "Wrong size on FDebugDisplayProperty"); \ static_assert(offsetof(FDebugDisplayProperty, Obj) == 0x000000, "Member 'FDebugDisplayProperty::Obj' has a wrong offset!"); \ static_assert(offsetof(FDebugDisplayProperty, WithinClass) == 0x000008, "Member 'FDebugDisplayProperty::WithinClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDebugTextInfo \ static_assert(alignof(FDebugTextInfo) == 0x000008, "Wrong alignment on FDebugTextInfo"); \ static_assert(sizeof(FDebugTextInfo) == 0x000060, "Wrong size on FDebugTextInfo"); \ static_assert(offsetof(FDebugTextInfo, SrcActor) == 0x000000, "Member 'FDebugTextInfo::SrcActor' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, SrcActorOffset) == 0x000008, "Member 'FDebugTextInfo::SrcActorOffset' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, SrcActorDesiredOffset) == 0x000014, "Member 'FDebugTextInfo::SrcActorDesiredOffset' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, DebugText) == 0x000020, "Member 'FDebugTextInfo::DebugText' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, TimeRemaining) == 0x000030, "Member 'FDebugTextInfo::TimeRemaining' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, Duration) == 0x000034, "Member 'FDebugTextInfo::Duration' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, TextColor) == 0x000038, "Member 'FDebugTextInfo::TextColor' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, OrigActorLocation) == 0x000040, "Member 'FDebugTextInfo::OrigActorLocation' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, Font) == 0x000050, "Member 'FDebugTextInfo::Font' has a wrong offset!"); \ static_assert(offsetof(FDebugTextInfo, FontScale) == 0x000058, "Member 'FDebugTextInfo::FontScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FMulticastRecordOptions \ static_assert(alignof(FMulticastRecordOptions) == 0x000008, "Wrong alignment on FMulticastRecordOptions"); \ static_assert(sizeof(FMulticastRecordOptions) == 0x000018, "Wrong size on FMulticastRecordOptions"); \ static_assert(offsetof(FMulticastRecordOptions, FuncPathName) == 0x000000, "Member 'FMulticastRecordOptions::FuncPathName' has a wrong offset!"); \ static_assert(offsetof(FMulticastRecordOptions, bServerSkip) == 0x000010, "Member 'FMulticastRecordOptions::bServerSkip' has a wrong offset!"); \ static_assert(offsetof(FMulticastRecordOptions, bClientSkip) == 0x000011, "Member 'FMulticastRecordOptions::bClientSkip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRollbackNetStartupActorInfo \ static_assert(alignof(FRollbackNetStartupActorInfo) == 0x000008, "Wrong alignment on FRollbackNetStartupActorInfo"); \ static_assert(sizeof(FRollbackNetStartupActorInfo) == 0x0000B0, "Wrong size on FRollbackNetStartupActorInfo"); \ static_assert(offsetof(FRollbackNetStartupActorInfo, Archetype) == 0x000008, "Member 'FRollbackNetStartupActorInfo::Archetype' has a wrong offset!"); \ static_assert(offsetof(FRollbackNetStartupActorInfo, Level) == 0x000038, "Member 'FRollbackNetStartupActorInfo::Level' has a wrong offset!"); \ static_assert(offsetof(FRollbackNetStartupActorInfo, ObjReferences) == 0x0000A0, "Member 'FRollbackNetStartupActorInfo::ObjReferences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_FGraphReference \ static_assert(alignof(FGraphReference) == 0x000008, "Wrong alignment on FGraphReference"); \ static_assert(sizeof(FGraphReference) == 0x000020, "Wrong size on FGraphReference"); \ static_assert(offsetof(FGraphReference, MacroGraph) == 0x000000, "Member 'FGraphReference::MacroGraph' has a wrong offset!"); \ static_assert(offsetof(FGraphReference, GraphBlueprint) == 0x000008, "Member 'FGraphReference::GraphBlueprint' has a wrong offset!"); \ static_assert(offsetof(FGraphReference, GraphGuid) == 0x000010, "Member 'FGraphReference::GraphGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEdGraphPinReference \ static_assert(alignof(FEdGraphPinReference) == 0x000004, "Wrong alignment on FEdGraphPinReference"); \ static_assert(sizeof(FEdGraphPinReference) == 0x000018, "Wrong size on FEdGraphPinReference"); \ static_assert(offsetof(FEdGraphPinReference, OwningNode) == 0x000000, "Member 'FEdGraphPinReference::OwningNode' has a wrong offset!"); \ static_assert(offsetof(FEdGraphPinReference, PinId) == 0x000008, "Member 'FEdGraphPinReference::PinId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FEdGraphSchemaAction \ static_assert(alignof(FEdGraphSchemaAction) == 0x000008, "Wrong alignment on FEdGraphSchemaAction"); \ static_assert(sizeof(FEdGraphSchemaAction) == 0x000100, "Wrong size on FEdGraphSchemaAction"); \ static_assert(offsetof(FEdGraphSchemaAction, MenuDescription) == 0x000008, "Member 'FEdGraphSchemaAction::MenuDescription' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, TooltipDescription) == 0x000020, "Member 'FEdGraphSchemaAction::TooltipDescription' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, Category) == 0x000038, "Member 'FEdGraphSchemaAction::Category' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, Keywords) == 0x000050, "Member 'FEdGraphSchemaAction::Keywords' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, Grouping) == 0x000068, "Member 'FEdGraphSchemaAction::Grouping' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, SectionID) == 0x00006C, "Member 'FEdGraphSchemaAction::SectionID' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, MenuDescriptionArray) == 0x000070, "Member 'FEdGraphSchemaAction::MenuDescriptionArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, FullSearchTitlesArray) == 0x000080, "Member 'FEdGraphSchemaAction::FullSearchTitlesArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, FullSearchKeywordsArray) == 0x000090, "Member 'FEdGraphSchemaAction::FullSearchKeywordsArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, FullSearchCategoryArray) == 0x0000A0, "Member 'FEdGraphSchemaAction::FullSearchCategoryArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, LocalizedMenuDescriptionArray) == 0x0000B0, "Member 'FEdGraphSchemaAction::LocalizedMenuDescriptionArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchTitlesArray) == 0x0000C0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchTitlesArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchKeywordsArray) == 0x0000D0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchKeywordsArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchCategoryArray) == 0x0000E0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchCategoryArray' has a wrong offset!"); \ static_assert(offsetof(FEdGraphSchemaAction, SearchText) == 0x0000F0, "Member 'FEdGraphSchemaAction::SearchText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEdGraphSchemaAction_NewNode \ static_assert(alignof(FEdGraphSchemaAction_NewNode) == 0x000008, "Wrong alignment on FEdGraphSchemaAction_NewNode"); \ static_assert(sizeof(FEdGraphSchemaAction_NewNode) == 0x000108, "Wrong size on FEdGraphSchemaAction_NewNode"); \ static_assert(offsetof(FEdGraphSchemaAction_NewNode, NodeTemplate) == 0x000100, "Member 'FEdGraphSchemaAction_NewNode::NodeTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_FURL \ static_assert(alignof(FURL) == 0x000008, "Wrong alignment on FURL"); \ static_assert(sizeof(FURL) == 0x000068, "Wrong size on FURL"); \ static_assert(offsetof(FURL, protocol) == 0x000000, "Member 'FURL::protocol' has a wrong offset!"); \ static_assert(offsetof(FURL, Host) == 0x000010, "Member 'FURL::Host' has a wrong offset!"); \ static_assert(offsetof(FURL, Port) == 0x000020, "Member 'FURL::Port' has a wrong offset!"); \ static_assert(offsetof(FURL, Valid) == 0x000024, "Member 'FURL::Valid' has a wrong offset!"); \ static_assert(offsetof(FURL, Map) == 0x000028, "Member 'FURL::Map' has a wrong offset!"); \ static_assert(offsetof(FURL, RedirectURL) == 0x000038, "Member 'FURL::RedirectURL' has a wrong offset!"); \ static_assert(offsetof(FURL, Op) == 0x000048, "Member 'FURL::Op' has a wrong offset!"); \ static_assert(offsetof(FURL, Portal) == 0x000058, "Member 'FURL::Portal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldContext \ static_assert(alignof(FWorldContext) == 0x000008, "Wrong alignment on FWorldContext"); \ static_assert(sizeof(FWorldContext) == 0x0002A0, "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) == 0x000208, "Member 'FWorldContext::ObjectReferencers' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, PendingLevelStreamingStatusUpdates) == 0x000218, "Member 'FWorldContext::PendingLevelStreamingStatusUpdates' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, GameViewport) == 0x000228, "Member 'FWorldContext::GameViewport' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, OwningGameInstance) == 0x000230, "Member 'FWorldContext::OwningGameInstance' has a wrong offset!"); \ static_assert(offsetof(FWorldContext, ActiveNetDrivers) == 0x000238, "Member 'FWorldContext::ActiveNetDrivers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTouchInputControl \ static_assert(alignof(FTouchInputControl) == 0x000008, "Wrong alignment on FTouchInputControl"); \ static_assert(sizeof(FTouchInputControl) == 0x000068, "Wrong size on FTouchInputControl"); \ static_assert(offsetof(FTouchInputControl, Image1) == 0x000000, "Member 'FTouchInputControl::Image1' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, Image2) == 0x000008, "Member 'FTouchInputControl::Image2' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, Center) == 0x000010, "Member 'FTouchInputControl::Center' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, VisualSize) == 0x000018, "Member 'FTouchInputControl::VisualSize' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, ThumbSize) == 0x000020, "Member 'FTouchInputControl::ThumbSize' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, InteractionSize) == 0x000028, "Member 'FTouchInputControl::InteractionSize' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, InputScale) == 0x000030, "Member 'FTouchInputControl::InputScale' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, MainInputKey) == 0x000038, "Member 'FTouchInputControl::MainInputKey' has a wrong offset!"); \ static_assert(offsetof(FTouchInputControl, AltInputKey) == 0x000050, "Member 'FTouchInputControl::AltInputKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStartPhysicsTickFunction \ static_assert(alignof(FStartPhysicsTickFunction) == 0x000008, "Wrong alignment on FStartPhysicsTickFunction"); \ static_assert(sizeof(FStartPhysicsTickFunction) == 0x000030, "Wrong size on FStartPhysicsTickFunction"); \ #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_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_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_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_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_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_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_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_FEndPhysicsTickFunction \ static_assert(alignof(FEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FEndPhysicsTickFunction"); \ static_assert(sizeof(FEndPhysicsTickFunction) == 0x000030, "Wrong size on FEndPhysicsTickFunction"); \ #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_FRadialDamageParams \ static_assert(alignof(FRadialDamageParams) == 0x000004, "Wrong alignment on FRadialDamageParams"); \ static_assert(sizeof(FRadialDamageParams) == 0x000014, "Wrong size on FRadialDamageParams"); \ static_assert(offsetof(FRadialDamageParams, BaseDamage) == 0x000000, "Member 'FRadialDamageParams::BaseDamage' has a wrong offset!"); \ static_assert(offsetof(FRadialDamageParams, MinimumDamage) == 0x000004, "Member 'FRadialDamageParams::MinimumDamage' has a wrong offset!"); \ static_assert(offsetof(FRadialDamageParams, InnerRadius) == 0x000008, "Member 'FRadialDamageParams::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(FRadialDamageParams, OuterRadius) == 0x00000C, "Member 'FRadialDamageParams::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(FRadialDamageParams, DamageFalloff) == 0x000010, "Member 'FRadialDamageParams::DamageFalloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRadialDamageEvent \ static_assert(alignof(FRadialDamageEvent) == 0x000008, "Wrong alignment on FRadialDamageEvent"); \ static_assert(sizeof(FRadialDamageEvent) == 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_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_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_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_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_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_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_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_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_FMovementProperties \ static_assert(alignof(FMovementProperties) == 0x000001, "Wrong alignment on FMovementProperties"); \ static_assert(sizeof(FMovementProperties) == 0x000001, "Wrong size on FMovementProperties"); \ #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_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_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_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_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_FLightmassLightSettings \ static_assert(alignof(FLightmassLightSettings) == 0x000004, "Wrong alignment on FLightmassLightSettings"); \ static_assert(sizeof(FLightmassLightSettings) == 0x00000C, "Wrong size on FLightmassLightSettings"); \ static_assert(offsetof(FLightmassLightSettings, IndirectLightingSaturation) == 0x000000, "Member 'FLightmassLightSettings::IndirectLightingSaturation' has a wrong offset!"); \ static_assert(offsetof(FLightmassLightSettings, ShadowExponent) == 0x000004, "Member 'FLightmassLightSettings::ShadowExponent' has a wrong offset!"); \ static_assert(offsetof(FLightmassLightSettings, bUseAreaShadowsForStationaryLight) == 0x000008, "Member 'FLightmassLightSettings::bUseAreaShadowsForStationaryLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLightmassDirectionalLightSettings \ static_assert(alignof(FLightmassDirectionalLightSettings) == 0x000004, "Wrong alignment on FLightmassDirectionalLightSettings"); \ static_assert(sizeof(FLightmassDirectionalLightSettings) == 0x000010, "Wrong size on FLightmassDirectionalLightSettings"); \ static_assert(offsetof(FLightmassDirectionalLightSettings, LightSourceAngle) == 0x00000C, "Member 'FLightmassDirectionalLightSettings::LightSourceAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavAgentSelector \ static_assert(alignof(FNavAgentSelector) == 0x000004, "Wrong alignment on FNavAgentSelector"); \ static_assert(sizeof(FNavAgentSelector) == 0x000004, "Wrong size on FNavAgentSelector"); \ #define DUMPER7_ASSERTS_FNavigationLinkBase \ static_assert(alignof(FNavigationLinkBase) == 0x000008, "Wrong alignment on FNavigationLinkBase"); \ static_assert(sizeof(FNavigationLinkBase) == 0x000040, "Wrong size on FNavigationLinkBase"); \ static_assert(offsetof(FNavigationLinkBase, LeftProjectHeight) == 0x000000, "Member 'FNavigationLinkBase::LeftProjectHeight' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, MaxFallDownLength) == 0x000004, "Member 'FNavigationLinkBase::MaxFallDownLength' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, SnapRadius) == 0x000018, "Member 'FNavigationLinkBase::SnapRadius' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, SnapHeight) == 0x00001C, "Member 'FNavigationLinkBase::SnapHeight' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, SupportedAgents) == 0x000020, "Member 'FNavigationLinkBase::SupportedAgents' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, Direction) == 0x000028, "Member 'FNavigationLinkBase::Direction' has a wrong offset!"); \ static_assert(offsetof(FNavigationLinkBase, AreaClass) == 0x000030, "Member 'FNavigationLinkBase::AreaClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavigationLink \ static_assert(alignof(FNavigationLink) == 0x000008, "Wrong alignment on FNavigationLink"); \ static_assert(sizeof(FNavigationLink) == 0x000058, "Wrong size on FNavigationLink"); \ static_assert(offsetof(FNavigationLink, Left) == 0x000040, "Member 'FNavigationLink::Left' has a wrong offset!"); \ static_assert(offsetof(FNavigationLink, Right) == 0x00004C, "Member 'FNavigationLink::Right' 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_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_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_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_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_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_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_FForceFeedbackEffectOverridenChannelDetails \ static_assert(alignof(FForceFeedbackEffectOverridenChannelDetails) == 0x000008, "Wrong alignment on FForceFeedbackEffectOverridenChannelDetails"); \ static_assert(sizeof(FForceFeedbackEffectOverridenChannelDetails) == 0x000010, "Wrong size on FForceFeedbackEffectOverridenChannelDetails"); \ static_assert(offsetof(FForceFeedbackEffectOverridenChannelDetails, ChannelDetails) == 0x000000, "Member 'FForceFeedbackEffectOverridenChannelDetails::ChannelDetails' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNavLinkAuxiliaryId \ static_assert(alignof(FNavLinkAuxiliaryId) == 0x000008, "Wrong alignment on FNavLinkAuxiliaryId"); \ static_assert(sizeof(FNavLinkAuxiliaryId) == 0x000008, "Wrong size on FNavLinkAuxiliaryId"); \ static_assert(offsetof(FNavLinkAuxiliaryId, ID) == 0x000000, "Member 'FNavLinkAuxiliaryId::ID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputDevicePropertyHandle \ static_assert(alignof(FInputDevicePropertyHandle) == 0x000004, "Wrong alignment on FInputDevicePropertyHandle"); \ static_assert(sizeof(FInputDevicePropertyHandle) == 0x000004, "Wrong size on FInputDevicePropertyHandle"); \ static_assert(offsetof(FInputDevicePropertyHandle, InternalId) == 0x000000, "Member 'FInputDevicePropertyHandle::InternalId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveForceFeedbackEffect \ static_assert(alignof(FActiveForceFeedbackEffect) == 0x000008, "Wrong alignment on FActiveForceFeedbackEffect"); \ static_assert(sizeof(FActiveForceFeedbackEffect) == 0x000088, "Wrong size on FActiveForceFeedbackEffect"); \ static_assert(offsetof(FActiveForceFeedbackEffect, ForceFeedbackEffect) == 0x000000, "Member 'FActiveForceFeedbackEffect::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(FActiveForceFeedbackEffect, ActiveDeviceProperties) == 0x000028, "Member 'FActiveForceFeedbackEffect::ActiveDeviceProperties' has a wrong offset!"); \ static_assert(offsetof(FActiveForceFeedbackEffect, Owner) == 0x00007C, "Member 'FActiveForceFeedbackEffect::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FForceFeedbackParameters \ static_assert(alignof(FForceFeedbackParameters) == 0x000004, "Wrong alignment on FForceFeedbackParameters"); \ static_assert(sizeof(FForceFeedbackParameters) == 0x000014, "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!"); \ static_assert(offsetof(FForceFeedbackParameters, Owner) == 0x00000C, "Member 'FForceFeedbackParameters::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPredictProjectilePathPointData \ static_assert(alignof(FPredictProjectilePathPointData) == 0x000004, "Wrong alignment on FPredictProjectilePathPointData"); \ static_assert(sizeof(FPredictProjectilePathPointData) == 0x00001C, "Wrong size on FPredictProjectilePathPointData"); \ static_assert(offsetof(FPredictProjectilePathPointData, Location) == 0x000000, "Member 'FPredictProjectilePathPointData::Location' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathPointData, Velocity) == 0x00000C, "Member 'FPredictProjectilePathPointData::Velocity' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathPointData, Time) == 0x000018, "Member 'FPredictProjectilePathPointData::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPredictProjectilePathResult \ static_assert(alignof(FPredictProjectilePathResult) == 0x000008, "Wrong alignment on FPredictProjectilePathResult"); \ static_assert(sizeof(FPredictProjectilePathResult) == 0x0000B8, "Wrong size on FPredictProjectilePathResult"); \ static_assert(offsetof(FPredictProjectilePathResult, PathData) == 0x000000, "Member 'FPredictProjectilePathResult::PathData' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathResult, LastTraceDestination) == 0x000010, "Member 'FPredictProjectilePathResult::LastTraceDestination' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathResult, HitResult) == 0x00002C, "Member 'FPredictProjectilePathResult::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPredictProjectilePathParams \ static_assert(alignof(FPredictProjectilePathParams) == 0x000008, "Wrong alignment on FPredictProjectilePathParams"); \ static_assert(sizeof(FPredictProjectilePathParams) == 0x000060, "Wrong size on FPredictProjectilePathParams"); \ static_assert(offsetof(FPredictProjectilePathParams, StartLocation) == 0x000000, "Member 'FPredictProjectilePathParams::StartLocation' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, LaunchVelocity) == 0x00000C, "Member 'FPredictProjectilePathParams::LaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, bTraceWithCollision) == 0x000018, "Member 'FPredictProjectilePathParams::bTraceWithCollision' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, ProjectileRadius) == 0x00001C, "Member 'FPredictProjectilePathParams::ProjectileRadius' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, MaxSimTime) == 0x000020, "Member 'FPredictProjectilePathParams::MaxSimTime' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, bTraceWithChannel) == 0x000024, "Member 'FPredictProjectilePathParams::bTraceWithChannel' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, TraceChannel) == 0x000025, "Member 'FPredictProjectilePathParams::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, ObjectTypes) == 0x000028, "Member 'FPredictProjectilePathParams::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, ActorsToIgnore) == 0x000038, "Member 'FPredictProjectilePathParams::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, SimFrequency) == 0x000048, "Member 'FPredictProjectilePathParams::SimFrequency' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, OverrideGravityZ) == 0x00004C, "Member 'FPredictProjectilePathParams::OverrideGravityZ' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, DrawDebugType) == 0x000050, "Member 'FPredictProjectilePathParams::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, DrawDebugTime) == 0x000054, "Member 'FPredictProjectilePathParams::DrawDebugTime' has a wrong offset!"); \ static_assert(offsetof(FPredictProjectilePathParams, bTraceComplex) == 0x000058, "Member 'FPredictProjectilePathParams::bTraceComplex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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 \ static_assert(alignof(FClusterNode) == 0x000004, "Wrong alignment on FClusterNode"); \ static_assert(sizeof(FClusterNode) == 0x000040, "Wrong size on FClusterNode"); \ static_assert(offsetof(FClusterNode, BoundMin) == 0x000000, "Member 'FClusterNode::BoundMin' has a wrong offset!"); \ static_assert(offsetof(FClusterNode, FirstChild) == 0x00000C, "Member 'FClusterNode::FirstChild' has a wrong offset!"); \ static_assert(offsetof(FClusterNode, BoundMax) == 0x000010, "Member 'FClusterNode::BoundMax' has a wrong offset!"); \ static_assert(offsetof(FClusterNode, LastChild) == 0x00001C, "Member 'FClusterNode::LastChild' has a wrong offset!"); \ static_assert(offsetof(FClusterNode, FirstInstance) == 0x000020, "Member 'FClusterNode::FirstInstance' has a wrong offset!"); \ static_assert(offsetof(FClusterNode, LastInstance) == 0x000024, "Member 'FClusterNode::LastInstance' has a wrong offset!"); \ static_assert(offsetof(FClusterNode, MinInstanceScale) == 0x000028, "Member 'FClusterNode::MinInstanceScale' has a wrong offset!"); \ static_assert(offsetof(FClusterNode, MaxInstanceScale) == 0x000034, "Member 'FClusterNode::MaxInstanceScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClusterNode_DEPRECATED \ static_assert(alignof(FClusterNode_DEPRECATED) == 0x000004, "Wrong alignment on FClusterNode_DEPRECATED"); \ static_assert(sizeof(FClusterNode_DEPRECATED) == 0x000028, "Wrong size on FClusterNode_DEPRECATED"); \ static_assert(offsetof(FClusterNode_DEPRECATED, BoundMin) == 0x000000, "Member 'FClusterNode_DEPRECATED::BoundMin' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, FirstChild) == 0x00000C, "Member 'FClusterNode_DEPRECATED::FirstChild' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, BoundMax) == 0x000010, "Member 'FClusterNode_DEPRECATED::BoundMax' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, LastChild) == 0x00001C, "Member 'FClusterNode_DEPRECATED::LastChild' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, FirstInstance) == 0x000020, "Member 'FClusterNode_DEPRECATED::FirstInstance' has a wrong offset!"); \ static_assert(offsetof(FClusterNode_DEPRECATED, LastInstance) == 0x000024, "Member 'FClusterNode_DEPRECATED::LastInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FBlueprintInputAxisDelegateBinding \ static_assert(alignof(FBlueprintInputAxisDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputAxisDelegateBinding"); \ static_assert(sizeof(FBlueprintInputAxisDelegateBinding) == 0x000014, "Wrong size on FBlueprintInputAxisDelegateBinding"); \ static_assert(offsetof(FBlueprintInputAxisDelegateBinding, InputAxisName) == 0x000004, "Member 'FBlueprintInputAxisDelegateBinding::InputAxisName' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputAxisDelegateBinding, FunctionNameToBind) == 0x00000C, "Member 'FBlueprintInputAxisDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedKeyToActionInfo \ static_assert(alignof(FCachedKeyToActionInfo) == 0x000008, "Wrong alignment on FCachedKeyToActionInfo"); \ static_assert(sizeof(FCachedKeyToActionInfo) == 0x000070, "Wrong size on FCachedKeyToActionInfo"); \ static_assert(offsetof(FCachedKeyToActionInfo, PlayerInput) == 0x000000, "Member 'FCachedKeyToActionInfo::PlayerInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDeviceTriggerTriggerVibrationData \ static_assert(alignof(FDeviceTriggerTriggerVibrationData) == 0x000008, "Wrong alignment on FDeviceTriggerTriggerVibrationData"); \ static_assert(sizeof(FDeviceTriggerTriggerVibrationData) == 0x000018, "Wrong size on FDeviceTriggerTriggerVibrationData"); \ static_assert(offsetof(FDeviceTriggerTriggerVibrationData, TriggerPositionCurve) == 0x000000, "Member 'FDeviceTriggerTriggerVibrationData::TriggerPositionCurve' has a wrong offset!"); \ static_assert(offsetof(FDeviceTriggerTriggerVibrationData, VibrationFrequencyCurve) == 0x000008, "Member 'FDeviceTriggerTriggerVibrationData::VibrationFrequencyCurve' has a wrong offset!"); \ static_assert(offsetof(FDeviceTriggerTriggerVibrationData, VibrationAmplitudeCurve) == 0x000010, "Member 'FDeviceTriggerTriggerVibrationData::VibrationAmplitudeCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDeviceTriggerFeedbackData \ static_assert(alignof(FDeviceTriggerFeedbackData) == 0x000008, "Wrong alignment on FDeviceTriggerFeedbackData"); \ static_assert(sizeof(FDeviceTriggerFeedbackData) == 0x000010, "Wrong size on FDeviceTriggerFeedbackData"); \ static_assert(offsetof(FDeviceTriggerFeedbackData, FeedbackPositionCurve) == 0x000000, "Member 'FDeviceTriggerFeedbackData::FeedbackPositionCurve' has a wrong offset!"); \ static_assert(offsetof(FDeviceTriggerFeedbackData, FeedbackStrenghCurve) == 0x000008, "Member 'FDeviceTriggerFeedbackData::FeedbackStrenghCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDeviceColorCurveData \ static_assert(alignof(FDeviceColorCurveData) == 0x000008, "Wrong alignment on FDeviceColorCurveData"); \ static_assert(sizeof(FDeviceColorCurveData) == 0x000010, "Wrong size on FDeviceColorCurveData"); \ static_assert(offsetof(FDeviceColorCurveData, bEnable) == 0x000000, "Member 'FDeviceColorCurveData::bEnable' has a wrong offset!"); \ static_assert(offsetof(FDeviceColorCurveData, bResetAfterCompletion) == 0x000001, "Member 'FDeviceColorCurveData::bResetAfterCompletion' has a wrong offset!"); \ static_assert(offsetof(FDeviceColorCurveData, DeviceColorCurve) == 0x000008, "Member 'FDeviceColorCurveData::DeviceColorCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveDeviceProperty \ static_assert(alignof(FActiveDeviceProperty) == 0x000008, "Wrong alignment on FActiveDeviceProperty"); \ static_assert(sizeof(FActiveDeviceProperty) == 0x000078, "Wrong size on FActiveDeviceProperty"); \ static_assert(offsetof(FActiveDeviceProperty, Property) == 0x000000, "Member 'FActiveDeviceProperty::Property' has a wrong offset!"); \ static_assert(offsetof(FActiveDeviceProperty, Owner) == 0x000020, "Member 'FActiveDeviceProperty::Owner' has a wrong offset!"); \ static_assert(offsetof(FActiveDeviceProperty, TaggedInputDeviceAudio) == 0x000028, "Member 'FActiveDeviceProperty::TaggedInputDeviceAudio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintInputKeyDelegateBinding \ static_assert(alignof(FBlueprintInputKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputKeyDelegateBinding"); \ static_assert(sizeof(FBlueprintInputKeyDelegateBinding) == 0x000038, "Wrong size on FBlueprintInputKeyDelegateBinding"); \ static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputChord) == 0x000008, "Member 'FBlueprintInputKeyDelegateBinding::InputChord' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputKeyDelegateBinding, InputKeyEvent) == 0x000028, "Member 'FBlueprintInputKeyDelegateBinding::InputKeyEvent' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputKeyDelegateBinding, FunctionNameToBind) == 0x00002C, "Member 'FBlueprintInputKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintInputTouchDelegateBinding \ static_assert(alignof(FBlueprintInputTouchDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputTouchDelegateBinding"); \ static_assert(sizeof(FBlueprintInputTouchDelegateBinding) == 0x000010, "Wrong size on FBlueprintInputTouchDelegateBinding"); \ static_assert(offsetof(FBlueprintInputTouchDelegateBinding, InputKeyEvent) == 0x000004, "Member 'FBlueprintInputTouchDelegateBinding::InputKeyEvent' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputTouchDelegateBinding, FunctionNameToBind) == 0x000008, "Member 'FBlueprintInputTouchDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInstancedStaticMeshMappingInfo \ static_assert(alignof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong alignment on FInstancedStaticMeshMappingInfo"); \ static_assert(sizeof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong size on FInstancedStaticMeshMappingInfo"); \ #define DUMPER7_ASSERTS_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_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_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_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_FLatentActionManager \ static_assert(alignof(FLatentActionManager) == 0x000008, "Wrong alignment on FLatentActionManager"); \ static_assert(sizeof(FLatentActionManager) == 0x000060, "Wrong size on FLatentActionManager"); \ #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_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_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_FStaticComponentMaskValue \ static_assert(alignof(FStaticComponentMaskValue) == 0x000001, "Wrong alignment on FStaticComponentMaskValue"); \ static_assert(sizeof(FStaticComponentMaskValue) == 0x000004, "Wrong size on FStaticComponentMaskValue"); \ static_assert(offsetof(FStaticComponentMaskValue, R) == 0x000000, "Member 'FStaticComponentMaskValue::R' has a wrong offset!"); \ static_assert(offsetof(FStaticComponentMaskValue, G) == 0x000001, "Member 'FStaticComponentMaskValue::G' has a wrong offset!"); \ static_assert(offsetof(FStaticComponentMaskValue, B) == 0x000002, "Member 'FStaticComponentMaskValue::B' has a wrong offset!"); \ static_assert(offsetof(FStaticComponentMaskValue, A) == 0x000003, "Member 'FStaticComponentMaskValue::A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomDefine \ static_assert(alignof(FCustomDefine) == 0x000008, "Wrong alignment on FCustomDefine"); \ static_assert(sizeof(FCustomDefine) == 0x000020, "Wrong size on FCustomDefine"); \ static_assert(offsetof(FCustomDefine, DefineName) == 0x000000, "Member 'FCustomDefine::DefineName' has a wrong offset!"); \ static_assert(offsetof(FCustomDefine, DefineValue) == 0x000010, "Member 'FCustomDefine::DefineValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomInput \ static_assert(alignof(FCustomInput) == 0x000004, "Wrong alignment on FCustomInput"); \ static_assert(sizeof(FCustomInput) == 0x00001C, "Wrong size on FCustomInput"); \ static_assert(offsetof(FCustomInput, InputName) == 0x000000, "Member 'FCustomInput::InputName' has a wrong offset!"); \ static_assert(offsetof(FCustomInput, Input) == 0x000008, "Member 'FCustomInput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFunctionExpressionInput \ static_assert(alignof(FFunctionExpressionInput) == 0x000008, "Wrong alignment on FFunctionExpressionInput"); \ static_assert(sizeof(FFunctionExpressionInput) == 0x000030, "Wrong size on FFunctionExpressionInput"); \ static_assert(offsetof(FFunctionExpressionInput, ExpressionInput) == 0x000000, "Member 'FFunctionExpressionInput::ExpressionInput' has a wrong offset!"); \ static_assert(offsetof(FFunctionExpressionInput, ExpressionInputId) == 0x000008, "Member 'FFunctionExpressionInput::ExpressionInputId' has a wrong offset!"); \ static_assert(offsetof(FFunctionExpressionInput, Input) == 0x000018, "Member 'FFunctionExpressionInput::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FVectorParameterValue \ static_assert(alignof(FVectorParameterValue) == 0x000004, "Wrong alignment on FVectorParameterValue"); \ static_assert(sizeof(FVectorParameterValue) == 0x000030, "Wrong size on FVectorParameterValue"); \ static_assert(offsetof(FVectorParameterValue, ParameterInfo) == 0x000000, "Member 'FVectorParameterValue::ParameterInfo' has a wrong offset!"); \ static_assert(offsetof(FVectorParameterValue, ParameterValue) == 0x000010, "Member 'FVectorParameterValue::ParameterValue' has a wrong offset!"); \ static_assert(offsetof(FVectorParameterValue, ExpressionGUID) == 0x000020, "Member 'FVectorParameterValue::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScalarParameterAtlasInstanceData \ static_assert(alignof(FScalarParameterAtlasInstanceData) == 0x000008, "Wrong alignment on FScalarParameterAtlasInstanceData"); \ static_assert(sizeof(FScalarParameterAtlasInstanceData) == 0x000058, "Wrong size on FScalarParameterAtlasInstanceData"); \ static_assert(offsetof(FScalarParameterAtlasInstanceData, bIsUsedAsAtlasPosition) == 0x000000, "Member 'FScalarParameterAtlasInstanceData::bIsUsedAsAtlasPosition' has a wrong offset!"); \ static_assert(offsetof(FScalarParameterAtlasInstanceData, Curve) == 0x000008, "Member 'FScalarParameterAtlasInstanceData::Curve' has a wrong offset!"); \ static_assert(offsetof(FScalarParameterAtlasInstanceData, Atlas) == 0x000030, "Member 'FScalarParameterAtlasInstanceData::Atlas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialTextureInfo \ static_assert(alignof(FMaterialTextureInfo) == 0x000004, "Wrong alignment on FMaterialTextureInfo"); \ static_assert(sizeof(FMaterialTextureInfo) == 0x000010, "Wrong size on FMaterialTextureInfo"); \ static_assert(offsetof(FMaterialTextureInfo, SamplingScale) == 0x000000, "Member 'FMaterialTextureInfo::SamplingScale' has a wrong offset!"); \ static_assert(offsetof(FMaterialTextureInfo, UVChannelIndex) == 0x000004, "Member 'FMaterialTextureInfo::UVChannelIndex' has a wrong offset!"); \ static_assert(offsetof(FMaterialTextureInfo, TextureName) == 0x000008, "Member 'FMaterialTextureInfo::TextureName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCollectionVectorParameter \ static_assert(alignof(FCollectionVectorParameter) == 0x000004, "Wrong alignment on FCollectionVectorParameter"); \ static_assert(sizeof(FCollectionVectorParameter) == 0x000028, "Wrong size on FCollectionVectorParameter"); \ static_assert(offsetof(FCollectionVectorParameter, DefaultValue) == 0x000018, "Member 'FCollectionVectorParameter::DefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInterpGroupActorInfo \ static_assert(alignof(FInterpGroupActorInfo) == 0x000008, "Wrong alignment on FInterpGroupActorInfo"); \ static_assert(sizeof(FInterpGroupActorInfo) == 0x000018, "Wrong size on FInterpGroupActorInfo"); \ static_assert(offsetof(FInterpGroupActorInfo, ObjectName) == 0x000000, "Member 'FInterpGroupActorInfo::ObjectName' has a wrong offset!"); \ static_assert(offsetof(FInterpGroupActorInfo, Actors) == 0x000008, "Member 'FInterpGroupActorInfo::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMemberReference \ static_assert(alignof(FMemberReference) == 0x000008, "Wrong alignment on FMemberReference"); \ static_assert(sizeof(FMemberReference) == 0x000038, "Wrong size on FMemberReference"); \ static_assert(offsetof(FMemberReference, MemberParent) == 0x000000, "Member 'FMemberReference::MemberParent' has a wrong offset!"); \ static_assert(offsetof(FMemberReference, MemberScope) == 0x000008, "Member 'FMemberReference::MemberScope' has a wrong offset!"); \ static_assert(offsetof(FMemberReference, MemberName) == 0x000018, "Member 'FMemberReference::MemberName' has a wrong offset!"); \ static_assert(offsetof(FMemberReference, MemberGuid) == 0x000020, "Member 'FMemberReference::MemberGuid' has a wrong offset!"); \ static_assert(offsetof(FMemberReference, bSelfContext) == 0x000030, "Member 'FMemberReference::bSelfContext' has a wrong offset!"); \ static_assert(offsetof(FMemberReference, bWasDeprecated) == 0x000031, "Member 'FMemberReference::bWasDeprecated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshReductionSettings \ static_assert(alignof(FMeshReductionSettings) == 0x000004, "Wrong alignment on FMeshReductionSettings"); \ static_assert(sizeof(FMeshReductionSettings) == 0x000024, "Wrong size on FMeshReductionSettings"); \ static_assert(offsetof(FMeshReductionSettings, PercentTriangles) == 0x000000, "Member 'FMeshReductionSettings::PercentTriangles' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, PercentVertices) == 0x000004, "Member 'FMeshReductionSettings::PercentVertices' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, MaxDeviation) == 0x000008, "Member 'FMeshReductionSettings::MaxDeviation' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, PixelError) == 0x00000C, "Member 'FMeshReductionSettings::PixelError' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, WeldingThreshold) == 0x000010, "Member 'FMeshReductionSettings::WeldingThreshold' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, HardAngleThreshold) == 0x000014, "Member 'FMeshReductionSettings::HardAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, BaseLODModel) == 0x000018, "Member 'FMeshReductionSettings::BaseLODModel' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, SilhouetteImportance) == 0x00001C, "Member 'FMeshReductionSettings::SilhouetteImportance' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, TextureImportance) == 0x00001D, "Member 'FMeshReductionSettings::TextureImportance' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, ShadingImportance) == 0x00001E, "Member 'FMeshReductionSettings::ShadingImportance' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, TerminationCriterion) == 0x000020, "Member 'FMeshReductionSettings::TerminationCriterion' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, VisibilityAggressiveness) == 0x000021, "Member 'FMeshReductionSettings::VisibilityAggressiveness' has a wrong offset!"); \ static_assert(offsetof(FMeshReductionSettings, VertexColorImportance) == 0x000022, "Member 'FMeshReductionSettings::VertexColorImportance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FNavAvoidanceMask \ static_assert(alignof(FNavAvoidanceMask) == 0x000004, "Wrong alignment on FNavAvoidanceMask"); \ static_assert(sizeof(FNavAvoidanceMask) == 0x000004, "Wrong size on FNavAvoidanceMask"); \ #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_FNavigationSegmentLink \ static_assert(alignof(FNavigationSegmentLink) == 0x000008, "Wrong alignment on FNavigationSegmentLink"); \ static_assert(sizeof(FNavigationSegmentLink) == 0x000070, "Wrong size on FNavigationSegmentLink"); \ static_assert(offsetof(FNavigationSegmentLink, LeftStart) == 0x000040, "Member 'FNavigationSegmentLink::LeftStart' has a wrong offset!"); \ static_assert(offsetof(FNavigationSegmentLink, LeftEnd) == 0x00004C, "Member 'FNavigationSegmentLink::LeftEnd' has a wrong offset!"); \ static_assert(offsetof(FNavigationSegmentLink, RightStart) == 0x000058, "Member 'FNavigationSegmentLink::RightStart' has a wrong offset!"); \ static_assert(offsetof(FNavigationSegmentLink, RightEnd) == 0x000064, "Member 'FNavigationSegmentLink::RightEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChannelDefinition \ static_assert(alignof(FChannelDefinition) == 0x000008, "Wrong alignment on FChannelDefinition"); \ static_assert(sizeof(FChannelDefinition) == 0x000028, "Wrong size on FChannelDefinition"); \ static_assert(offsetof(FChannelDefinition, ChannelName) == 0x000000, "Member 'FChannelDefinition::ChannelName' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, ClassName) == 0x000008, "Member 'FChannelDefinition::ClassName' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, ChannelClass) == 0x000010, "Member 'FChannelDefinition::ChannelClass' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, StaticChannelIndex) == 0x000018, "Member 'FChannelDefinition::StaticChannelIndex' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, bTickOnCreate) == 0x00001C, "Member 'FChannelDefinition::bTickOnCreate' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, bServerOpen) == 0x00001D, "Member 'FChannelDefinition::bServerOpen' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, bClientOpen) == 0x00001E, "Member 'FChannelDefinition::bClientOpen' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, bInitialServer) == 0x00001F, "Member 'FChannelDefinition::bInitialServer' has a wrong offset!"); \ static_assert(offsetof(FChannelDefinition, bInitialClient) == 0x000020, "Member 'FChannelDefinition::bInitialClient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNetworkEmulationProfileDescription \ static_assert(alignof(FNetworkEmulationProfileDescription) == 0x000008, "Wrong alignment on FNetworkEmulationProfileDescription"); \ static_assert(sizeof(FNetworkEmulationProfileDescription) == 0x000020, "Wrong size on FNetworkEmulationProfileDescription"); \ static_assert(offsetof(FNetworkEmulationProfileDescription, ProfileName) == 0x000000, "Member 'FNetworkEmulationProfileDescription::ProfileName' has a wrong offset!"); \ static_assert(offsetof(FNetworkEmulationProfileDescription, ToolTip) == 0x000010, "Member 'FNetworkEmulationProfileDescription::ToolTip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FParticleBurst \ static_assert(alignof(FParticleBurst) == 0x000004, "Wrong alignment on FParticleBurst"); \ static_assert(sizeof(FParticleBurst) == 0x00000C, "Wrong size on FParticleBurst"); \ static_assert(offsetof(FParticleBurst, Count) == 0x000000, "Member 'FParticleBurst::Count' has a wrong offset!"); \ static_assert(offsetof(FParticleBurst, CountLow) == 0x000004, "Member 'FParticleBurst::CountLow' has a wrong offset!"); \ static_assert(offsetof(FParticleBurst, Time) == 0x000008, "Member 'FParticleBurst::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FParticleRandomSeedInfo \ static_assert(alignof(FParticleRandomSeedInfo) == 0x000008, "Wrong alignment on FParticleRandomSeedInfo"); \ static_assert(sizeof(FParticleRandomSeedInfo) == 0x000020, "Wrong size on FParticleRandomSeedInfo"); \ static_assert(offsetof(FParticleRandomSeedInfo, ParameterName) == 0x000000, "Member 'FParticleRandomSeedInfo::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FParticleRandomSeedInfo, RandomSeeds) == 0x000010, "Member 'FParticleRandomSeedInfo::RandomSeeds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FParticleCurvePair \ static_assert(alignof(FParticleCurvePair) == 0x000008, "Wrong alignment on FParticleCurvePair"); \ static_assert(sizeof(FParticleCurvePair) == 0x000018, "Wrong size on FParticleCurvePair"); \ static_assert(offsetof(FParticleCurvePair, CurveName) == 0x000000, "Member 'FParticleCurvePair::CurveName' has a wrong offset!"); \ static_assert(offsetof(FParticleCurvePair, CurveObject) == 0x000010, "Member 'FParticleCurvePair::CurveObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBeamModifierOptions \ static_assert(alignof(FBeamModifierOptions) == 0x000004, "Wrong alignment on FBeamModifierOptions"); \ static_assert(sizeof(FBeamModifierOptions) == 0x000004, "Wrong size on FBeamModifierOptions"); \ #define DUMPER7_ASSERTS_FLocationBoneSocketInfo \ static_assert(alignof(FLocationBoneSocketInfo) == 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_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_FParticleSystemWorldManagerTickFunction \ static_assert(alignof(FParticleSystemWorldManagerTickFunction) == 0x000008, "Wrong alignment on FParticleSystemWorldManagerTickFunction"); \ static_assert(sizeof(FParticleSystemWorldManagerTickFunction) == 0x000030, "Wrong size on FParticleSystemWorldManagerTickFunction"); \ #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_FParticleEmitterReplayFrame \ static_assert(alignof(FParticleEmitterReplayFrame) == 0x000008, "Wrong alignment on FParticleEmitterReplayFrame"); \ static_assert(sizeof(FParticleEmitterReplayFrame) == 0x000010, "Wrong size on FParticleEmitterReplayFrame"); \ #define DUMPER7_ASSERTS_FFreezablePerPlatformInt \ static_assert(alignof(FFreezablePerPlatformInt) == 0x000004, "Wrong alignment on FFreezablePerPlatformInt"); \ static_assert(sizeof(FFreezablePerPlatformInt) == 0x000004, "Wrong size on FFreezablePerPlatformInt"); \ #define DUMPER7_ASSERTS_FSolverIterations \ static_assert(alignof(FSolverIterations) == 0x000004, "Wrong alignment on FSolverIterations"); \ static_assert(sizeof(FSolverIterations) == 0x000018, "Wrong size on FSolverIterations"); \ static_assert(offsetof(FSolverIterations, SolverIterations) == 0x000000, "Member 'FSolverIterations::SolverIterations' has a wrong offset!"); \ static_assert(offsetof(FSolverIterations, JointIterations) == 0x000004, "Member 'FSolverIterations::JointIterations' has a wrong offset!"); \ static_assert(offsetof(FSolverIterations, CollisionIterations) == 0x000008, "Member 'FSolverIterations::CollisionIterations' has a wrong offset!"); \ static_assert(offsetof(FSolverIterations, SolverPushOutIterations) == 0x00000C, "Member 'FSolverIterations::SolverPushOutIterations' has a wrong offset!"); \ static_assert(offsetof(FSolverIterations, JointPushOutIterations) == 0x000010, "Member 'FSolverIterations::JointPushOutIterations' has a wrong offset!"); \ static_assert(offsetof(FSolverIterations, CollisionPushOutIterations) == 0x000014, "Member 'FSolverIterations::CollisionPushOutIterations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsAssetSolverSettings \ static_assert(alignof(FPhysicsAssetSolverSettings) == 0x000004, "Wrong alignment on FPhysicsAssetSolverSettings"); \ static_assert(sizeof(FPhysicsAssetSolverSettings) == 0x000018, "Wrong size on FPhysicsAssetSolverSettings"); \ static_assert(offsetof(FPhysicsAssetSolverSettings, PositionIterations) == 0x000000, "Member 'FPhysicsAssetSolverSettings::PositionIterations' has a wrong offset!"); \ static_assert(offsetof(FPhysicsAssetSolverSettings, VelocityIterations) == 0x000004, "Member 'FPhysicsAssetSolverSettings::VelocityIterations' has a wrong offset!"); \ static_assert(offsetof(FPhysicsAssetSolverSettings, ProjectionIterations) == 0x000008, "Member 'FPhysicsAssetSolverSettings::ProjectionIterations' has a wrong offset!"); \ static_assert(offsetof(FPhysicsAssetSolverSettings, CullDistance) == 0x00000C, "Member 'FPhysicsAssetSolverSettings::CullDistance' has a wrong offset!"); \ static_assert(offsetof(FPhysicsAssetSolverSettings, MaxDepenetrationVelocity) == 0x000010, "Member 'FPhysicsAssetSolverSettings::MaxDepenetrationVelocity' has a wrong offset!"); \ static_assert(offsetof(FPhysicsAssetSolverSettings, FixedTimeStep) == 0x000014, "Member 'FPhysicsAssetSolverSettings::FixedTimeStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsConstraintProfileHandle \ static_assert(alignof(FPhysicsConstraintProfileHandle) == 0x000004, "Wrong alignment on FPhysicsConstraintProfileHandle"); \ static_assert(sizeof(FPhysicsConstraintProfileHandle) == 0x000120, "Wrong size on FPhysicsConstraintProfileHandle"); \ static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileProperties) == 0x000000, "Member 'FPhysicsConstraintProfileHandle::ProfileProperties' has a wrong offset!"); \ static_assert(offsetof(FPhysicsConstraintProfileHandle, ProfileName) == 0x000118, "Member 'FPhysicsConstraintProfileHandle::ProfileName' 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_FChaosPhysicsSettings \ static_assert(alignof(FChaosPhysicsSettings) == 0x000001, "Wrong alignment on FChaosPhysicsSettings"); \ static_assert(sizeof(FChaosPhysicsSettings) == 0x000003, "Wrong size on FChaosPhysicsSettings"); \ static_assert(offsetof(FChaosPhysicsSettings, DefaultThreadingModel) == 0x000000, "Member 'FChaosPhysicsSettings::DefaultThreadingModel' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsSettings, DedicatedThreadTickMode) == 0x000001, "Member 'FChaosPhysicsSettings::DedicatedThreadTickMode' has a wrong offset!"); \ static_assert(offsetof(FChaosPhysicsSettings, DedicatedThreadBufferMode) == 0x000002, "Member 'FChaosPhysicsSettings::DedicatedThreadBufferMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicalSurfaceName \ static_assert(alignof(FPhysicalSurfaceName) == 0x000004, "Wrong alignment on FPhysicalSurfaceName"); \ static_assert(sizeof(FPhysicalSurfaceName) == 0x00000C, "Wrong size on FPhysicalSurfaceName"); \ static_assert(offsetof(FPhysicalSurfaceName, Type) == 0x000000, "Member 'FPhysicalSurfaceName::Type' has a wrong offset!"); \ static_assert(offsetof(FPhysicalSurfaceName, Name) == 0x000004, "Member 'FPhysicalSurfaceName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDelegateArray \ static_assert(alignof(FDelegateArray) == 0x000008, "Wrong alignment on FDelegateArray"); \ static_assert(sizeof(FDelegateArray) == 0x000010, "Wrong size on FDelegateArray"); \ static_assert(offsetof(FDelegateArray, Delegates) == 0x000000, "Member 'FDelegateArray::Delegates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FViewTargetTransitionParams \ static_assert(alignof(FViewTargetTransitionParams) == 0x000004, "Wrong alignment on FViewTargetTransitionParams"); \ static_assert(sizeof(FViewTargetTransitionParams) == 0x000010, "Wrong size on FViewTargetTransitionParams"); \ static_assert(offsetof(FViewTargetTransitionParams, BlendTime) == 0x000000, "Member 'FViewTargetTransitionParams::BlendTime' has a wrong offset!"); \ static_assert(offsetof(FViewTargetTransitionParams, BlendFunction) == 0x000004, "Member 'FViewTargetTransitionParams::BlendFunction' has a wrong offset!"); \ static_assert(offsetof(FViewTargetTransitionParams, BlendExp) == 0x000008, "Member 'FViewTargetTransitionParams::BlendExp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FCameraCacheEntry \ static_assert(alignof(FCameraCacheEntry) == 0x000010, "Wrong alignment on FCameraCacheEntry"); \ static_assert(sizeof(FCameraCacheEntry) == 0x000600, "Wrong size on FCameraCacheEntry"); \ static_assert(offsetof(FCameraCacheEntry, Timestamp) == 0x000000, "Member 'FCameraCacheEntry::Timestamp' has a wrong offset!"); \ static_assert(offsetof(FCameraCacheEntry, POV) == 0x000010, "Member 'FCameraCacheEntry::POV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUpdateLevelStreamingLevelStatus \ static_assert(alignof(FUpdateLevelStreamingLevelStatus) == 0x000004, "Wrong alignment on FUpdateLevelStreamingLevelStatus"); \ static_assert(sizeof(FUpdateLevelStreamingLevelStatus) == 0x000010, "Wrong size on FUpdateLevelStreamingLevelStatus"); \ static_assert(offsetof(FUpdateLevelStreamingLevelStatus, PackageName) == 0x000000, "Member 'FUpdateLevelStreamingLevelStatus::PackageName' has a wrong offset!"); \ static_assert(offsetof(FUpdateLevelStreamingLevelStatus, LODIndex) == 0x000008, "Member 'FUpdateLevelStreamingLevelStatus::LODIndex' has a wrong offset!"); \ static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeLoaded) == 0x00000C, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeLoaded' has a wrong offset!"); \ static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBeVisible) == 0x00000D, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBeVisible' has a wrong offset!"); \ static_assert(offsetof(FUpdateLevelStreamingLevelStatus, bNewShouldBlockOnLoad) == 0x00000E, "Member 'FUpdateLevelStreamingLevelStatus::bNewShouldBlockOnLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputActionSpeechMapping \ static_assert(alignof(FInputActionSpeechMapping) == 0x000004, "Wrong alignment on FInputActionSpeechMapping"); \ static_assert(sizeof(FInputActionSpeechMapping) == 0x000010, "Wrong size on FInputActionSpeechMapping"); \ static_assert(offsetof(FInputActionSpeechMapping, ActionName) == 0x000000, "Member 'FInputActionSpeechMapping::ActionName' has a wrong offset!"); \ static_assert(offsetof(FInputActionSpeechMapping, SpeechKeyword) == 0x000008, "Member 'FInputActionSpeechMapping::SpeechKeyword' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputAxisKeyMapping \ static_assert(alignof(FInputAxisKeyMapping) == 0x000008, "Wrong alignment on FInputAxisKeyMapping"); \ static_assert(sizeof(FInputAxisKeyMapping) == 0x000028, "Wrong size on FInputAxisKeyMapping"); \ static_assert(offsetof(FInputAxisKeyMapping, AxisName) == 0x000000, "Member 'FInputAxisKeyMapping::AxisName' has a wrong offset!"); \ static_assert(offsetof(FInputAxisKeyMapping, Scale) == 0x000008, "Member 'FInputAxisKeyMapping::Scale' has a wrong offset!"); \ static_assert(offsetof(FInputAxisKeyMapping, Key) == 0x000010, "Member 'FInputAxisKeyMapping::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FPlayerMuteList \ static_assert(alignof(FPlayerMuteList) == 0x000008, "Wrong alignment on FPlayerMuteList"); \ static_assert(sizeof(FPlayerMuteList) == 0x000038, "Wrong size on FPlayerMuteList"); \ static_assert(offsetof(FPlayerMuteList, bHasVoiceHandshakeCompleted) == 0x000030, "Member 'FPlayerMuteList::bHasVoiceHandshakeCompleted' has a wrong offset!"); \ static_assert(offsetof(FPlayerMuteList, VoiceChannelIdx) == 0x000034, "Member 'FPlayerMuteList::VoiceChannelIdx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPreviewAttachedObjectPair \ static_assert(alignof(FPreviewAttachedObjectPair) == 0x000008, "Wrong alignment on FPreviewAttachedObjectPair"); \ static_assert(sizeof(FPreviewAttachedObjectPair) == 0x000038, "Wrong size on FPreviewAttachedObjectPair"); \ static_assert(offsetof(FPreviewAttachedObjectPair, AttachedObject) == 0x000000, "Member 'FPreviewAttachedObjectPair::AttachedObject' has a wrong offset!"); \ static_assert(offsetof(FPreviewAttachedObjectPair, Object) == 0x000028, "Member 'FPreviewAttachedObjectPair::Object' has a wrong offset!"); \ static_assert(offsetof(FPreviewAttachedObjectPair, AttachedTo) == 0x000030, "Member 'FPreviewAttachedObjectPair::AttachedTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPreviewAssetAttachContainer \ static_assert(alignof(FPreviewAssetAttachContainer) == 0x000008, "Wrong alignment on FPreviewAssetAttachContainer"); \ static_assert(sizeof(FPreviewAssetAttachContainer) == 0x000010, "Wrong size on FPreviewAssetAttachContainer"); \ static_assert(offsetof(FPreviewAssetAttachContainer, AttachedObjects) == 0x000000, "Member 'FPreviewAssetAttachContainer::AttachedObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPreviewMeshCollectionEntry \ static_assert(alignof(FPreviewMeshCollectionEntry) == 0x000008, "Wrong alignment on FPreviewMeshCollectionEntry"); \ static_assert(sizeof(FPreviewMeshCollectionEntry) == 0x000028, "Wrong size on FPreviewMeshCollectionEntry"); \ static_assert(offsetof(FPreviewMeshCollectionEntry, SkeletalMesh) == 0x000000, "Member 'FPreviewMeshCollectionEntry::SkeletalMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrimitiveComponentInstanceData \ static_assert(alignof(FPrimitiveComponentInstanceData) == 0x000010, "Wrong alignment on FPrimitiveComponentInstanceData"); \ static_assert(sizeof(FPrimitiveComponentInstanceData) == 0x000100, "Wrong size on FPrimitiveComponentInstanceData"); \ static_assert(offsetof(FPrimitiveComponentInstanceData, ComponentTransform) == 0x0000C0, "Member 'FPrimitiveComponentInstanceData::ComponentTransform' has a wrong offset!"); \ static_assert(offsetof(FPrimitiveComponentInstanceData, VisibilityId) == 0x0000F0, "Member 'FPrimitiveComponentInstanceData::VisibilityId' has a wrong offset!"); \ static_assert(offsetof(FPrimitiveComponentInstanceData, LODParent) == 0x0000F8, "Member 'FPrimitiveComponentInstanceData::LODParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuartzClockSettings \ static_assert(alignof(FQuartzClockSettings) == 0x000008, "Wrong alignment on FQuartzClockSettings"); \ static_assert(sizeof(FQuartzClockSettings) == 0x000020, "Wrong size on FQuartzClockSettings"); \ static_assert(offsetof(FQuartzClockSettings, TimeSignature) == 0x000000, "Member 'FQuartzClockSettings::TimeSignature' has a wrong offset!"); \ static_assert(offsetof(FQuartzClockSettings, bIgnoreLevelChange) == 0x000018, "Member 'FQuartzClockSettings::bIgnoreLevelChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuartzQuantizationBoundary \ static_assert(alignof(FQuartzQuantizationBoundary) == 0x000004, "Wrong alignment on FQuartzQuantizationBoundary"); \ static_assert(sizeof(FQuartzQuantizationBoundary) == 0x00000C, "Wrong size on FQuartzQuantizationBoundary"); \ static_assert(offsetof(FQuartzQuantizationBoundary, Quantization) == 0x000000, "Member 'FQuartzQuantizationBoundary::Quantization' has a wrong offset!"); \ static_assert(offsetof(FQuartzQuantizationBoundary, Multiplier) == 0x000004, "Member 'FQuartzQuantizationBoundary::Multiplier' has a wrong offset!"); \ static_assert(offsetof(FQuartzQuantizationBoundary, CountingReferencePoint) == 0x000008, "Member 'FQuartzQuantizationBoundary::CountingReferencePoint' has a wrong offset!"); \ static_assert(offsetof(FQuartzQuantizationBoundary, bFireOnClockStart) == 0x000009, "Member 'FQuartzQuantizationBoundary::bFireOnClockStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQuartzTransportTimeStamp \ static_assert(alignof(FQuartzTransportTimeStamp) == 0x000004, "Wrong alignment on FQuartzTransportTimeStamp"); \ static_assert(sizeof(FQuartzTransportTimeStamp) == 0x000010, "Wrong size on FQuartzTransportTimeStamp"); \ static_assert(offsetof(FQuartzTransportTimeStamp, Bars) == 0x000000, "Member 'FQuartzTransportTimeStamp::Bars' has a wrong offset!"); \ static_assert(offsetof(FQuartzTransportTimeStamp, Beat) == 0x000004, "Member 'FQuartzTransportTimeStamp::Beat' has a wrong offset!"); \ static_assert(offsetof(FQuartzTransportTimeStamp, BeatFraction) == 0x000008, "Member 'FQuartzTransportTimeStamp::BeatFraction' has a wrong offset!"); \ static_assert(offsetof(FQuartzTransportTimeStamp, Seconds) == 0x00000C, "Member 'FQuartzTransportTimeStamp::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLevelNameAndTime \ static_assert(alignof(FLevelNameAndTime) == 0x000008, "Wrong alignment on FLevelNameAndTime"); \ static_assert(sizeof(FLevelNameAndTime) == 0x000018, "Wrong size on FLevelNameAndTime"); \ static_assert(offsetof(FLevelNameAndTime, LevelName) == 0x000000, "Member 'FLevelNameAndTime::LevelName' has a wrong offset!"); \ static_assert(offsetof(FLevelNameAndTime, LevelChangeTimeInMS) == 0x000010, "Member 'FLevelNameAndTime::LevelChangeTimeInMS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReverbSettings \ static_assert(alignof(FReverbSettings) == 0x000008, "Wrong alignment on FReverbSettings"); \ static_assert(sizeof(FReverbSettings) == 0x000020, "Wrong size on FReverbSettings"); \ static_assert(offsetof(FReverbSettings, bApplyReverb) == 0x000000, "Member 'FReverbSettings::bApplyReverb' has a wrong offset!"); \ static_assert(offsetof(FReverbSettings, ReverbEffect) == 0x000008, "Member 'FReverbSettings::ReverbEffect' has a wrong offset!"); \ static_assert(offsetof(FReverbSettings, ReverbPluginEffect) == 0x000010, "Member 'FReverbSettings::ReverbPluginEffect' has a wrong offset!"); \ static_assert(offsetof(FReverbSettings, Volume) == 0x000018, "Member 'FReverbSettings::Volume' has a wrong offset!"); \ static_assert(offsetof(FReverbSettings, FadeTime) == 0x00001C, "Member 'FReverbSettings::FadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompressedRichCurve \ static_assert(alignof(FCompressedRichCurve) == 0x000008, "Wrong alignment on FCompressedRichCurve"); \ static_assert(sizeof(FCompressedRichCurve) == 0x000018, "Wrong size on FCompressedRichCurve"); \ #define DUMPER7_ASSERTS_FStaticMeshComponentLODInfo \ static_assert(alignof(FStaticMeshComponentLODInfo) == 0x000008, "Wrong alignment on FStaticMeshComponentLODInfo"); \ static_assert(sizeof(FStaticMeshComponentLODInfo) == 0x000090, "Wrong size on FStaticMeshComponentLODInfo"); \ #define DUMPER7_ASSERTS_FRigTransformConstraint \ static_assert(alignof(FRigTransformConstraint) == 0x000004, "Wrong alignment on FRigTransformConstraint"); \ static_assert(sizeof(FRigTransformConstraint) == 0x000010, "Wrong size on FRigTransformConstraint"); \ static_assert(offsetof(FRigTransformConstraint, TranformType) == 0x000000, "Member 'FRigTransformConstraint::TranformType' has a wrong offset!"); \ static_assert(offsetof(FRigTransformConstraint, ParentSpace) == 0x000004, "Member 'FRigTransformConstraint::ParentSpace' has a wrong offset!"); \ static_assert(offsetof(FRigTransformConstraint, Weight) == 0x00000C, "Member 'FRigTransformConstraint::Weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformBaseConstraint \ static_assert(alignof(FTransformBaseConstraint) == 0x000008, "Wrong alignment on FTransformBaseConstraint"); \ static_assert(sizeof(FTransformBaseConstraint) == 0x000010, "Wrong size on FTransformBaseConstraint"); \ static_assert(offsetof(FTransformBaseConstraint, TransformConstraints) == 0x000000, "Member 'FTransformBaseConstraint::TransformConstraints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformBase \ static_assert(alignof(FTransformBase) == 0x000008, "Wrong alignment on FTransformBase"); \ static_assert(sizeof(FTransformBase) == 0x000028, "Wrong size on FTransformBase"); \ static_assert(offsetof(FTransformBase, Node) == 0x000000, "Member 'FTransformBase::Node' has a wrong offset!"); \ static_assert(offsetof(FTransformBase, Constraints) == 0x000008, "Member 'FTransformBase::Constraints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNode \ static_assert(alignof(FNode) == 0x000010, "Wrong alignment on FNode"); \ static_assert(sizeof(FNode) == 0x000060, "Wrong size on FNode"); \ static_assert(offsetof(FNode, Name) == 0x000000, "Member 'FNode::Name' has a wrong offset!"); \ static_assert(offsetof(FNode, ParentName) == 0x000008, "Member 'FNode::ParentName' has a wrong offset!"); \ static_assert(offsetof(FNode, Transform) == 0x000010, "Member 'FNode::Transform' has a wrong offset!"); \ static_assert(offsetof(FNode, DisplayName) == 0x000040, "Member 'FNode::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FNode, bAdvanced) == 0x000050, "Member 'FNode::bAdvanced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource_JumpForce \ static_assert(alignof(FRootMotionSource_JumpForce) == 0x000010, "Wrong alignment on FRootMotionSource_JumpForce"); \ static_assert(sizeof(FRootMotionSource_JumpForce) == 0x0000D0, "Wrong size on FRootMotionSource_JumpForce"); \ static_assert(offsetof(FRootMotionSource_JumpForce, Rotation) == 0x000098, "Member 'FRootMotionSource_JumpForce::Rotation' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_JumpForce, Distance) == 0x0000A4, "Member 'FRootMotionSource_JumpForce::Distance' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_JumpForce, Height) == 0x0000A8, "Member 'FRootMotionSource_JumpForce::Height' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_JumpForce, bDisableTimeout) == 0x0000AC, "Member 'FRootMotionSource_JumpForce::bDisableTimeout' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_JumpForce, PathOffsetCurve) == 0x0000B0, "Member 'FRootMotionSource_JumpForce::PathOffsetCurve' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_JumpForce, TimeMappingCurve) == 0x0000B8, "Member 'FRootMotionSource_JumpForce::TimeMappingCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource_MoveToDynamicForce \ static_assert(alignof(FRootMotionSource_MoveToDynamicForce) == 0x000010, "Wrong alignment on FRootMotionSource_MoveToDynamicForce"); \ static_assert(sizeof(FRootMotionSource_MoveToDynamicForce) == 0x0000D0, "Wrong size on FRootMotionSource_MoveToDynamicForce"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, StartLocation) == 0x000098, "Member 'FRootMotionSource_MoveToDynamicForce::StartLocation' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, InitialTargetLocation) == 0x0000A4, "Member 'FRootMotionSource_MoveToDynamicForce::InitialTargetLocation' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TargetLocation) == 0x0000B0, "Member 'FRootMotionSource_MoveToDynamicForce::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, bRestrictSpeedToExpected) == 0x0000BC, "Member 'FRootMotionSource_MoveToDynamicForce::bRestrictSpeedToExpected' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, PathOffsetCurve) == 0x0000C0, "Member 'FRootMotionSource_MoveToDynamicForce::PathOffsetCurve' has a wrong offset!"); \ static_assert(offsetof(FRootMotionSource_MoveToDynamicForce, TimeMappingCurve) == 0x0000C8, "Member 'FRootMotionSource_MoveToDynamicForce::TimeMappingCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRootMotionSource_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_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_FGaussianSumBloomSettings \ static_assert(alignof(FGaussianSumBloomSettings) == 0x000004, "Wrong alignment on FGaussianSumBloomSettings"); \ static_assert(sizeof(FGaussianSumBloomSettings) == 0x000088, "Wrong size on FGaussianSumBloomSettings"); \ static_assert(offsetof(FGaussianSumBloomSettings, Intensity) == 0x000000, "Member 'FGaussianSumBloomSettings::Intensity' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, CustomIntensity) == 0x000004, "Member 'FGaussianSumBloomSettings::CustomIntensity' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Threshold) == 0x000008, "Member 'FGaussianSumBloomSettings::Threshold' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, SizeScale) == 0x00000C, "Member 'FGaussianSumBloomSettings::SizeScale' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter1Size) == 0x000010, "Member 'FGaussianSumBloomSettings::Filter1Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter2Size) == 0x000014, "Member 'FGaussianSumBloomSettings::Filter2Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter3Size) == 0x000018, "Member 'FGaussianSumBloomSettings::Filter3Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter4Size) == 0x00001C, "Member 'FGaussianSumBloomSettings::Filter4Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter5Size) == 0x000020, "Member 'FGaussianSumBloomSettings::Filter5Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter6Size) == 0x000024, "Member 'FGaussianSumBloomSettings::Filter6Size' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter1Tint) == 0x000028, "Member 'FGaussianSumBloomSettings::Filter1Tint' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter2Tint) == 0x000038, "Member 'FGaussianSumBloomSettings::Filter2Tint' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter3Tint) == 0x000048, "Member 'FGaussianSumBloomSettings::Filter3Tint' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter4Tint) == 0x000058, "Member 'FGaussianSumBloomSettings::Filter4Tint' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter5Tint) == 0x000068, "Member 'FGaussianSumBloomSettings::Filter5Tint' has a wrong offset!"); \ static_assert(offsetof(FGaussianSumBloomSettings, Filter6Tint) == 0x000078, "Member 'FGaussianSumBloomSettings::Filter6Tint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConvolutionBloomSettings \ static_assert(alignof(FConvolutionBloomSettings) == 0x000008, "Wrong alignment on FConvolutionBloomSettings"); \ static_assert(sizeof(FConvolutionBloomSettings) == 0x000028, "Wrong size on FConvolutionBloomSettings"); \ static_assert(offsetof(FConvolutionBloomSettings, Texture) == 0x000000, "Member 'FConvolutionBloomSettings::Texture' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, Size) == 0x000008, "Member 'FConvolutionBloomSettings::Size' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, CenterUV) == 0x00000C, "Member 'FConvolutionBloomSettings::CenterUV' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, PreFilterMin) == 0x000014, "Member 'FConvolutionBloomSettings::PreFilterMin' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, PreFilterMax) == 0x000018, "Member 'FConvolutionBloomSettings::PreFilterMax' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, PreFilterMult) == 0x00001C, "Member 'FConvolutionBloomSettings::PreFilterMult' has a wrong offset!"); \ static_assert(offsetof(FConvolutionBloomSettings, BufferScale) == 0x000020, "Member 'FConvolutionBloomSettings::BufferScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLensBloomSettings \ static_assert(alignof(FLensBloomSettings) == 0x000008, "Wrong alignment on FLensBloomSettings"); \ static_assert(sizeof(FLensBloomSettings) == 0x0000B8, "Wrong size on FLensBloomSettings"); \ static_assert(offsetof(FLensBloomSettings, GaussianSum) == 0x000000, "Member 'FLensBloomSettings::GaussianSum' has a wrong offset!"); \ static_assert(offsetof(FLensBloomSettings, Convolution) == 0x000088, "Member 'FLensBloomSettings::Convolution' has a wrong offset!"); \ static_assert(offsetof(FLensBloomSettings, Method) == 0x0000B0, "Member 'FLensBloomSettings::Method' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLensImperfectionSettings \ static_assert(alignof(FLensImperfectionSettings) == 0x000008, "Wrong alignment on FLensImperfectionSettings"); \ static_assert(sizeof(FLensImperfectionSettings) == 0x000020, "Wrong size on FLensImperfectionSettings"); \ static_assert(offsetof(FLensImperfectionSettings, DirtMask) == 0x000000, "Member 'FLensImperfectionSettings::DirtMask' has a wrong offset!"); \ static_assert(offsetof(FLensImperfectionSettings, DirtMaskIntensity) == 0x000008, "Member 'FLensImperfectionSettings::DirtMaskIntensity' has a wrong offset!"); \ static_assert(offsetof(FLensImperfectionSettings, DirtMaskTint) == 0x00000C, "Member 'FLensImperfectionSettings::DirtMaskTint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLensSettings \ static_assert(alignof(FLensSettings) == 0x000008, "Wrong alignment on FLensSettings"); \ static_assert(sizeof(FLensSettings) == 0x0000E0, "Wrong size on FLensSettings"); \ static_assert(offsetof(FLensSettings, Bloom) == 0x000000, "Member 'FLensSettings::Bloom' has a wrong offset!"); \ static_assert(offsetof(FLensSettings, Imperfections) == 0x0000B8, "Member 'FLensSettings::Imperfections' has a wrong offset!"); \ static_assert(offsetof(FLensSettings, ChromaticAberration) == 0x0000D8, "Member 'FLensSettings::ChromaticAberration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFilmStockSettings \ static_assert(alignof(FFilmStockSettings) == 0x000004, "Wrong alignment on FFilmStockSettings"); \ static_assert(sizeof(FFilmStockSettings) == 0x000014, "Wrong size on FFilmStockSettings"); \ static_assert(offsetof(FFilmStockSettings, Slope) == 0x000000, "Member 'FFilmStockSettings::Slope' has a wrong offset!"); \ static_assert(offsetof(FFilmStockSettings, Toe) == 0x000004, "Member 'FFilmStockSettings::Toe' has a wrong offset!"); \ static_assert(offsetof(FFilmStockSettings, Shoulder) == 0x000008, "Member 'FFilmStockSettings::Shoulder' has a wrong offset!"); \ static_assert(offsetof(FFilmStockSettings, BlackClip) == 0x00000C, "Member 'FFilmStockSettings::BlackClip' has a wrong offset!"); \ static_assert(offsetof(FFilmStockSettings, WhiteClip) == 0x000010, "Member 'FFilmStockSettings::WhiteClip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FColorGradePerRangeSettings \ static_assert(alignof(FColorGradePerRangeSettings) == 0x000010, "Wrong alignment on FColorGradePerRangeSettings"); \ static_assert(sizeof(FColorGradePerRangeSettings) == 0x000050, "Wrong size on FColorGradePerRangeSettings"); \ static_assert(offsetof(FColorGradePerRangeSettings, Saturation) == 0x000000, "Member 'FColorGradePerRangeSettings::Saturation' has a wrong offset!"); \ static_assert(offsetof(FColorGradePerRangeSettings, Contrast) == 0x000010, "Member 'FColorGradePerRangeSettings::Contrast' has a wrong offset!"); \ static_assert(offsetof(FColorGradePerRangeSettings, Gamma) == 0x000020, "Member 'FColorGradePerRangeSettings::Gamma' has a wrong offset!"); \ static_assert(offsetof(FColorGradePerRangeSettings, Gain) == 0x000030, "Member 'FColorGradePerRangeSettings::Gain' has a wrong offset!"); \ static_assert(offsetof(FColorGradePerRangeSettings, Offset) == 0x000040, "Member 'FColorGradePerRangeSettings::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FColorGradingSettings \ static_assert(alignof(FColorGradingSettings) == 0x000010, "Wrong alignment on FColorGradingSettings"); \ static_assert(sizeof(FColorGradingSettings) == 0x000150, "Wrong size on FColorGradingSettings"); \ static_assert(offsetof(FColorGradingSettings, Global) == 0x000000, "Member 'FColorGradingSettings::Global' has a wrong offset!"); \ static_assert(offsetof(FColorGradingSettings, Shadows) == 0x000050, "Member 'FColorGradingSettings::Shadows' has a wrong offset!"); \ static_assert(offsetof(FColorGradingSettings, Midtones) == 0x0000A0, "Member 'FColorGradingSettings::Midtones' has a wrong offset!"); \ static_assert(offsetof(FColorGradingSettings, Highlights) == 0x0000F0, "Member 'FColorGradingSettings::Highlights' has a wrong offset!"); \ static_assert(offsetof(FColorGradingSettings, ShadowsMax) == 0x000140, "Member 'FColorGradingSettings::ShadowsMax' has a wrong offset!"); \ static_assert(offsetof(FColorGradingSettings, HighlightsMin) == 0x000144, "Member 'FColorGradingSettings::HighlightsMin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaintedVertex \ static_assert(alignof(FPaintedVertex) == 0x000010, "Wrong alignment on FPaintedVertex"); \ static_assert(sizeof(FPaintedVertex) == 0x000020, "Wrong size on FPaintedVertex"); \ static_assert(offsetof(FPaintedVertex, position) == 0x000000, "Member 'FPaintedVertex::position' has a wrong offset!"); \ static_assert(offsetof(FPaintedVertex, Color) == 0x00000C, "Member 'FPaintedVertex::Color' has a wrong offset!"); \ static_assert(offsetof(FPaintedVertex, Normal) == 0x000010, "Member 'FPaintedVertex::Normal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshVertexColorLODData \ static_assert(alignof(FStaticMeshVertexColorLODData) == 0x000008, "Wrong alignment on FStaticMeshVertexColorLODData"); \ static_assert(sizeof(FStaticMeshVertexColorLODData) == 0x000028, "Wrong size on FStaticMeshVertexColorLODData"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, PaintedVertices) == 0x000000, "Member 'FStaticMeshVertexColorLODData::PaintedVertices' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, VertexBufferColors) == 0x000010, "Member 'FStaticMeshVertexColorLODData::VertexBufferColors' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshVertexColorLODData, LODIndex) == 0x000020, "Member 'FStaticMeshVertexColorLODData::LODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStreamingTextureBuildInfo \ static_assert(alignof(FStreamingTextureBuildInfo) == 0x000004, "Wrong alignment on FStreamingTextureBuildInfo"); \ static_assert(sizeof(FStreamingTextureBuildInfo) == 0x00000C, "Wrong size on FStreamingTextureBuildInfo"); \ static_assert(offsetof(FStreamingTextureBuildInfo, PackedRelativeBox) == 0x000000, "Member 'FStreamingTextureBuildInfo::PackedRelativeBox' has a wrong offset!"); \ static_assert(offsetof(FStreamingTextureBuildInfo, TextureLevelIndex) == 0x000004, "Member 'FStreamingTextureBuildInfo::TextureLevelIndex' has a wrong offset!"); \ static_assert(offsetof(FStreamingTextureBuildInfo, TexelFactor) == 0x000008, "Member 'FStreamingTextureBuildInfo::TexelFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMeshComponentInstanceData \ static_assert(alignof(FStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FStaticMeshComponentInstanceData"); \ static_assert(sizeof(FStaticMeshComponentInstanceData) == 0x000140, "Wrong size on FStaticMeshComponentInstanceData"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, StaticMesh) == 0x000100, "Member 'FStaticMeshComponentInstanceData::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, VertexColorLODs) == 0x000108, "Member 'FStaticMeshComponentInstanceData::VertexColorLODs' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, CachedStaticLighting) == 0x000118, "Member 'FStaticMeshComponentInstanceData::CachedStaticLighting' has a wrong offset!"); \ static_assert(offsetof(FStaticMeshComponentInstanceData, StreamingTextureData) == 0x000128, "Member 'FStaticMeshComponentInstanceData::StreamingTextureData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEngineShowFlagsSetting \ static_assert(alignof(FEngineShowFlagsSetting) == 0x000008, "Wrong alignment on FEngineShowFlagsSetting"); \ static_assert(sizeof(FEngineShowFlagsSetting) == 0x000018, "Wrong size on FEngineShowFlagsSetting"); \ static_assert(offsetof(FEngineShowFlagsSetting, ShowFlagName) == 0x000000, "Member 'FEngineShowFlagsSetting::ShowFlagName' has a wrong offset!"); \ static_assert(offsetof(FEngineShowFlagsSetting, Enabled) == 0x000010, "Member 'FEngineShowFlagsSetting::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSceneViewExtensionIsActiveFunctor \ static_assert(alignof(FSceneViewExtensionIsActiveFunctor) == 0x000010, "Wrong alignment on FSceneViewExtensionIsActiveFunctor"); \ static_assert(sizeof(FSceneViewExtensionIsActiveFunctor) == 0x000050, "Wrong size on FSceneViewExtensionIsActiveFunctor"); \ #define DUMPER7_ASSERTS_FSingleAnimationPlayData \ static_assert(alignof(FSingleAnimationPlayData) == 0x000008, "Wrong alignment on FSingleAnimationPlayData"); \ static_assert(sizeof(FSingleAnimationPlayData) == 0x000018, "Wrong size on FSingleAnimationPlayData"); \ static_assert(offsetof(FSingleAnimationPlayData, AnimToPlay) == 0x000000, "Member 'FSingleAnimationPlayData::AnimToPlay' has a wrong offset!"); \ static_assert(offsetof(FSingleAnimationPlayData, SavedPosition) == 0x00000C, "Member 'FSingleAnimationPlayData::SavedPosition' has a wrong offset!"); \ static_assert(offsetof(FSingleAnimationPlayData, SavedPlayRate) == 0x000010, "Member 'FSingleAnimationPlayData::SavedPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMaterial \ static_assert(alignof(FSkeletalMaterial) == 0x000008, "Wrong alignment on FSkeletalMaterial"); \ static_assert(sizeof(FSkeletalMaterial) == 0x000028, "Wrong size on FSkeletalMaterial"); \ static_assert(offsetof(FSkeletalMaterial, MaterialInterface) == 0x000000, "Member 'FSkeletalMaterial::MaterialInterface' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMaterial, MaterialSlotName) == 0x000008, "Member 'FSkeletalMaterial::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMaterial, UVChannelData) == 0x000010, "Member 'FSkeletalMaterial::UVChannelData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothPhysicsProperties_Legacy \ static_assert(alignof(FClothPhysicsProperties_Legacy) == 0x000004, "Wrong alignment on FClothPhysicsProperties_Legacy"); \ static_assert(sizeof(FClothPhysicsProperties_Legacy) == 0x000050, "Wrong size on FClothPhysicsProperties_Legacy"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, VerticalResistance) == 0x000000, "Member 'FClothPhysicsProperties_Legacy::VerticalResistance' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, HorizontalResistance) == 0x000004, "Member 'FClothPhysicsProperties_Legacy::HorizontalResistance' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, BendResistance) == 0x000008, "Member 'FClothPhysicsProperties_Legacy::BendResistance' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, ShearResistance) == 0x00000C, "Member 'FClothPhysicsProperties_Legacy::ShearResistance' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, Friction) == 0x000010, "Member 'FClothPhysicsProperties_Legacy::Friction' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, Damping) == 0x000014, "Member 'FClothPhysicsProperties_Legacy::Damping' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, TetherStiffness) == 0x000018, "Member 'FClothPhysicsProperties_Legacy::TetherStiffness' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, TetherLimit) == 0x00001C, "Member 'FClothPhysicsProperties_Legacy::TetherLimit' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, Drag) == 0x000020, "Member 'FClothPhysicsProperties_Legacy::Drag' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, StiffnessFrequency) == 0x000024, "Member 'FClothPhysicsProperties_Legacy::StiffnessFrequency' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, GravityScale) == 0x000028, "Member 'FClothPhysicsProperties_Legacy::GravityScale' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, MassScale) == 0x00002C, "Member 'FClothPhysicsProperties_Legacy::MassScale' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, InertiaBlend) == 0x000030, "Member 'FClothPhysicsProperties_Legacy::InertiaBlend' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionThickness) == 0x000034, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionThickness' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionSquashScale) == 0x000038, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionSquashScale' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, SelfCollisionStiffness) == 0x00003C, "Member 'FClothPhysicsProperties_Legacy::SelfCollisionStiffness' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, SolverFrequency) == 0x000040, "Member 'FClothPhysicsProperties_Legacy::SolverFrequency' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberCompression) == 0x000044, "Member 'FClothPhysicsProperties_Legacy::FiberCompression' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberExpansion) == 0x000048, "Member 'FClothPhysicsProperties_Legacy::FiberExpansion' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicsProperties_Legacy, FiberResistance) == 0x00004C, "Member 'FClothPhysicsProperties_Legacy::FiberResistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothingAssetData_Legacy \ static_assert(alignof(FClothingAssetData_Legacy) == 0x000008, "Wrong alignment on FClothingAssetData_Legacy"); \ static_assert(sizeof(FClothingAssetData_Legacy) == 0x000070, "Wrong size on FClothingAssetData_Legacy"); \ static_assert(offsetof(FClothingAssetData_Legacy, AssetName) == 0x000000, "Member 'FClothingAssetData_Legacy::AssetName' has a wrong offset!"); \ static_assert(offsetof(FClothingAssetData_Legacy, ApexFileName) == 0x000008, "Member 'FClothingAssetData_Legacy::ApexFileName' has a wrong offset!"); \ static_assert(offsetof(FClothingAssetData_Legacy, bClothPropertiesChanged) == 0x000018, "Member 'FClothingAssetData_Legacy::bClothPropertiesChanged' has a wrong offset!"); \ static_assert(offsetof(FClothingAssetData_Legacy, PhysicsProperties) == 0x00001C, "Member 'FClothingAssetData_Legacy::PhysicsProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FSkeletalMeshComponentClothTickFunction \ static_assert(alignof(FSkeletalMeshComponentClothTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentClothTickFunction"); \ static_assert(sizeof(FSkeletalMeshComponentClothTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentClothTickFunction"); \ #define DUMPER7_ASSERTS_FSkeletalMeshComponentEndPhysicsTickFunction \ static_assert(alignof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentEndPhysicsTickFunction"); \ static_assert(sizeof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000030, "Wrong size on FSkeletalMeshComponentEndPhysicsTickFunction"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingLODBuiltData \ static_assert(alignof(FSkeletalMeshSamplingLODBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingLODBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingLODBuiltData) == 0x000048, "Wrong size on FSkeletalMeshSamplingLODBuiltData"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingBuiltData \ static_assert(alignof(FSkeletalMeshSamplingBuiltData) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingBuiltData"); \ static_assert(sizeof(FSkeletalMeshSamplingBuiltData) == 0x000020, "Wrong size on FSkeletalMeshSamplingBuiltData"); \ static_assert(offsetof(FSkeletalMeshSamplingBuiltData, WholeMeshBuiltData) == 0x000000, "Member 'FSkeletalMeshSamplingBuiltData::WholeMeshBuiltData' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshSamplingBuiltData, RegionBuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingBuiltData::RegionBuiltData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletalMeshSamplingInfo \ static_assert(alignof(FSkeletalMeshSamplingInfo) == 0x000008, "Wrong alignment on FSkeletalMeshSamplingInfo"); \ static_assert(sizeof(FSkeletalMeshSamplingInfo) == 0x000030, "Wrong size on FSkeletalMeshSamplingInfo"); \ static_assert(offsetof(FSkeletalMeshSamplingInfo, Regions) == 0x000000, "Member 'FSkeletalMeshSamplingInfo::Regions' has a wrong offset!"); \ static_assert(offsetof(FSkeletalMeshSamplingInfo, BuiltData) == 0x000010, "Member 'FSkeletalMeshSamplingInfo::BuiltData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FNameMapping \ static_assert(alignof(FNameMapping) == 0x000004, "Wrong alignment on FNameMapping"); \ static_assert(sizeof(FNameMapping) == 0x000010, "Wrong size on FNameMapping"); \ static_assert(offsetof(FNameMapping, NodeName) == 0x000000, "Member 'FNameMapping::NodeName' has a wrong offset!"); \ static_assert(offsetof(FNameMapping, BoneName) == 0x000008, "Member 'FNameMapping::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigConfiguration \ static_assert(alignof(FRigConfiguration) == 0x000008, "Wrong alignment on FRigConfiguration"); \ static_assert(sizeof(FRigConfiguration) == 0x000018, "Wrong size on FRigConfiguration"); \ static_assert(offsetof(FRigConfiguration, Rig) == 0x000000, "Member 'FRigConfiguration::Rig' has a wrong offset!"); \ static_assert(offsetof(FRigConfiguration, BoneMappingTable) == 0x000008, "Member 'FRigConfiguration::BoneMappingTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneReductionSetting \ static_assert(alignof(FBoneReductionSetting) == 0x000008, "Wrong alignment on FBoneReductionSetting"); \ static_assert(sizeof(FBoneReductionSetting) == 0x000010, "Wrong size on FBoneReductionSetting"); \ static_assert(offsetof(FBoneReductionSetting, BonesToRemove) == 0x000000, "Member 'FBoneReductionSetting::BonesToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReferencePose \ static_assert(alignof(FReferencePose) == 0x000008, "Wrong alignment on FReferencePose"); \ static_assert(sizeof(FReferencePose) == 0x000018, "Wrong size on FReferencePose"); \ static_assert(offsetof(FReferencePose, PoseName) == 0x000000, "Member 'FReferencePose::PoseName' has a wrong offset!"); \ static_assert(offsetof(FReferencePose, ReferencePose) == 0x000008, "Member 'FReferencePose::ReferencePose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneNode \ static_assert(alignof(FBoneNode) == 0x000004, "Wrong alignment on FBoneNode"); \ static_assert(sizeof(FBoneNode) == 0x000010, "Wrong size on FBoneNode"); \ static_assert(offsetof(FBoneNode, Name) == 0x000000, "Member 'FBoneNode::Name' has a wrong offset!"); \ static_assert(offsetof(FBoneNode, ParentIndex) == 0x000008, "Member 'FBoneNode::ParentIndex' has a wrong offset!"); \ static_assert(offsetof(FBoneNode, TranslationRetargetingMode) == 0x00000C, "Member 'FBoneNode::TranslationRetargetingMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkeletonToMeshLinkup \ static_assert(alignof(FSkeletonToMeshLinkup) == 0x000008, "Wrong alignment on FSkeletonToMeshLinkup"); \ static_assert(sizeof(FSkeletonToMeshLinkup) == 0x000020, "Wrong size on FSkeletonToMeshLinkup"); \ static_assert(offsetof(FSkeletonToMeshLinkup, SkeletonToMeshTable) == 0x000000, "Member 'FSkeletonToMeshLinkup::SkeletonToMeshTable' has a wrong offset!"); \ static_assert(offsetof(FSkeletonToMeshLinkup, MeshToSkeletonTable) == 0x000010, "Member 'FSkeletonToMeshLinkup::MeshToSkeletonTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVertexOffsetUsage \ static_assert(alignof(FVertexOffsetUsage) == 0x000004, "Wrong alignment on FVertexOffsetUsage"); \ static_assert(sizeof(FVertexOffsetUsage) == 0x000004, "Wrong size on FVertexOffsetUsage"); \ static_assert(offsetof(FVertexOffsetUsage, Usage) == 0x000000, "Member 'FVertexOffsetUsage::Usage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkelMeshComponentLODInfo \ static_assert(alignof(FSkelMeshComponentLODInfo) == 0x000008, "Wrong alignment on FSkelMeshComponentLODInfo"); \ static_assert(sizeof(FSkelMeshComponentLODInfo) == 0x000048, "Wrong size on FSkelMeshComponentLODInfo"); \ static_assert(offsetof(FSkelMeshComponentLODInfo, HiddenMaterials) == 0x000000, "Member 'FSkelMeshComponentLODInfo::HiddenMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkelMeshSkinWeightInfo \ static_assert(alignof(FSkelMeshSkinWeightInfo) == 0x000004, "Wrong alignment on FSkelMeshSkinWeightInfo"); \ static_assert(sizeof(FSkelMeshSkinWeightInfo) == 0x00003C, "Wrong size on FSkelMeshSkinWeightInfo"); \ static_assert(offsetof(FSkelMeshSkinWeightInfo, Bones) == 0x000000, "Member 'FSkelMeshSkinWeightInfo::Bones' has a wrong offset!"); \ static_assert(offsetof(FSkelMeshSkinWeightInfo, Weights) == 0x000030, "Member 'FSkelMeshSkinWeightInfo::Weights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinWeightProfileInfo \ static_assert(alignof(FSkinWeightProfileInfo) == 0x000004, "Wrong alignment on FSkinWeightProfileInfo"); \ static_assert(sizeof(FSkinWeightProfileInfo) == 0x000010, "Wrong size on FSkinWeightProfileInfo"); \ static_assert(offsetof(FSkinWeightProfileInfo, Name) == 0x000000, "Member 'FSkinWeightProfileInfo::Name' has a wrong offset!"); \ static_assert(offsetof(FSkinWeightProfileInfo, DefaultProfile) == 0x000008, "Member 'FSkinWeightProfileInfo::DefaultProfile' has a wrong offset!"); \ static_assert(offsetof(FSkinWeightProfileInfo, DefaultProfileFromLODIndex) == 0x00000C, "Member 'FSkinWeightProfileInfo::DefaultProfileFromLODIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSkinWeightProfileManagerTickFunction \ static_assert(alignof(FSkinWeightProfileManagerTickFunction) == 0x000008, "Wrong alignment on FSkinWeightProfileManagerTickFunction"); \ static_assert(sizeof(FSkinWeightProfileManagerTickFunction) == 0x000030, "Wrong size on FSkinWeightProfileManagerTickFunction"); \ #define DUMPER7_ASSERTS_FTentDistribution \ static_assert(alignof(FTentDistribution) == 0x000004, "Wrong alignment on FTentDistribution"); \ static_assert(sizeof(FTentDistribution) == 0x00000C, "Wrong size on FTentDistribution"); \ static_assert(offsetof(FTentDistribution, TipAltitude) == 0x000000, "Member 'FTentDistribution::TipAltitude' has a wrong offset!"); \ static_assert(offsetof(FTentDistribution, TipValue) == 0x000004, "Member 'FTentDistribution::TipValue' has a wrong offset!"); \ static_assert(offsetof(FTentDistribution, Width) == 0x000008, "Member 'FTentDistribution::Width' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPrecomputedSkyLightInstanceData \ static_assert(alignof(FPrecomputedSkyLightInstanceData) == 0x000010, "Wrong alignment on FPrecomputedSkyLightInstanceData"); \ static_assert(sizeof(FPrecomputedSkyLightInstanceData) == 0x000170, "Wrong size on FPrecomputedSkyLightInstanceData"); \ static_assert(offsetof(FPrecomputedSkyLightInstanceData, LightGuid) == 0x0000B8, "Member 'FPrecomputedSkyLightInstanceData::LightGuid' has a wrong offset!"); \ static_assert(offsetof(FPrecomputedSkyLightInstanceData, AverageBrightness) == 0x0000C8, "Member 'FPrecomputedSkyLightInstanceData::AverageBrightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSmartNameContainer \ static_assert(alignof(FSmartNameContainer) == 0x000008, "Wrong alignment on FSmartNameContainer"); \ static_assert(sizeof(FSmartNameContainer) == 0x000050, "Wrong size on FSmartNameContainer"); \ #define DUMPER7_ASSERTS_FSmartNameMapping \ static_assert(alignof(FSmartNameMapping) == 0x000008, "Wrong alignment on FSmartNameMapping"); \ static_assert(sizeof(FSmartNameMapping) == 0x000070, "Wrong size on FSmartNameMapping"); \ #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_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_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_FSoundAttenuationSettings \ static_assert(alignof(FSoundAttenuationSettings) == 0x000008, "Wrong alignment on FSoundAttenuationSettings"); \ static_assert(sizeof(FSoundAttenuationSettings) == 0x0003A0, "Wrong size on FSoundAttenuationSettings"); \ static_assert(offsetof(FSoundAttenuationSettings, SpatializationAlgorithm) == 0x0000B2, "Member 'FSoundAttenuationSettings::SpatializationAlgorithm' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, BinauralRadius) == 0x0000B4, "Member 'FSoundAttenuationSettings::BinauralRadius' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, AbsorptionMethod) == 0x0000B8, "Member 'FSoundAttenuationSettings::AbsorptionMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionTraceChannel) == 0x0000B9, "Member 'FSoundAttenuationSettings::OcclusionTraceChannel' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbSendMethod) == 0x0000BA, "Member 'FSoundAttenuationSettings::ReverbSendMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMethod) == 0x0000BB, "Member 'FSoundAttenuationSettings::PriorityAttenuationMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OmniRadius) == 0x0000BC, "Member 'FSoundAttenuationSettings::OmniRadius' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, StereoSpread) == 0x0000C0, "Member 'FSoundAttenuationSettings::StereoSpread' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMin) == 0x0000C4, "Member 'FSoundAttenuationSettings::LPFRadiusMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMax) == 0x0000C8, "Member 'FSoundAttenuationSettings::LPFRadiusMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomLowpassAirAbsorptionCurve) == 0x0000D0, "Member 'FSoundAttenuationSettings::CustomLowpassAirAbsorptionCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomHighpassAirAbsorptionCurve) == 0x000158, "Member 'FSoundAttenuationSettings::CustomHighpassAirAbsorptionCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMin) == 0x0001E0, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMax) == 0x0001E4, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMin) == 0x0001E8, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMax) == 0x0001EC, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusAzimuth) == 0x0001F0, "Member 'FSoundAttenuationSettings::FocusAzimuth' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusAzimuth) == 0x0001F4, "Member 'FSoundAttenuationSettings::NonFocusAzimuth' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusDistanceScale) == 0x0001F8, "Member 'FSoundAttenuationSettings::FocusDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusDistanceScale) == 0x0001FC, "Member 'FSoundAttenuationSettings::NonFocusDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusPriorityScale) == 0x000200, "Member 'FSoundAttenuationSettings::FocusPriorityScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusPriorityScale) == 0x000204, "Member 'FSoundAttenuationSettings::NonFocusPriorityScale' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusVolumeAttenuation) == 0x000208, "Member 'FSoundAttenuationSettings::FocusVolumeAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, NonFocusVolumeAttenuation) == 0x00020C, "Member 'FSoundAttenuationSettings::NonFocusVolumeAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusAttackInterpSpeed) == 0x000210, "Member 'FSoundAttenuationSettings::FocusAttackInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, FocusReleaseInterpSpeed) == 0x000214, "Member 'FSoundAttenuationSettings::FocusReleaseInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionLowPassFilterFrequency) == 0x000218, "Member 'FSoundAttenuationSettings::OcclusionLowPassFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionVolumeAttenuation) == 0x00021C, "Member 'FSoundAttenuationSettings::OcclusionVolumeAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, OcclusionInterpolationTime) == 0x000220, "Member 'FSoundAttenuationSettings::OcclusionInterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMin) == 0x000224, "Member 'FSoundAttenuationSettings::ReverbWetLevelMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMax) == 0x000228, "Member 'FSoundAttenuationSettings::ReverbWetLevelMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMin) == 0x00022C, "Member 'FSoundAttenuationSettings::ReverbDistanceMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMax) == 0x000230, "Member 'FSoundAttenuationSettings::ReverbDistanceMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ManualReverbSendLevel) == 0x000234, "Member 'FSoundAttenuationSettings::ManualReverbSendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomReverbSendCurve) == 0x000238, "Member 'FSoundAttenuationSettings::CustomReverbSendCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, SubmixSendSettings) == 0x0002C0, "Member 'FSoundAttenuationSettings::SubmixSendSettings' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMin) == 0x0002D0, "Member 'FSoundAttenuationSettings::PriorityAttenuationMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMax) == 0x0002D4, "Member 'FSoundAttenuationSettings::PriorityAttenuationMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMin) == 0x0002D8, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMin' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMax) == 0x0002DC, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMax' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, ManualPriorityAttenuation) == 0x0002E0, "Member 'FSoundAttenuationSettings::ManualPriorityAttenuation' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, CustomPriorityAttenuationCurve) == 0x0002E8, "Member 'FSoundAttenuationSettings::CustomPriorityAttenuationCurve' has a wrong offset!"); \ static_assert(offsetof(FSoundAttenuationSettings, PluginSettings) == 0x000370, "Member 'FSoundAttenuationSettings::PluginSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPassiveSoundMixModifier \ static_assert(alignof(FPassiveSoundMixModifier) == 0x000008, "Wrong alignment on FPassiveSoundMixModifier"); \ static_assert(sizeof(FPassiveSoundMixModifier) == 0x000010, "Wrong size on FPassiveSoundMixModifier"); \ static_assert(offsetof(FPassiveSoundMixModifier, SoundMix) == 0x000000, "Member 'FPassiveSoundMixModifier::SoundMix' has a wrong offset!"); \ static_assert(offsetof(FPassiveSoundMixModifier, MinVolumeThreshold) == 0x000008, "Member 'FPassiveSoundMixModifier::MinVolumeThreshold' has a wrong offset!"); \ static_assert(offsetof(FPassiveSoundMixModifier, MaxVolumeThreshold) == 0x00000C, "Member 'FPassiveSoundMixModifier::MaxVolumeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundModulationDefaultSettings \ static_assert(alignof(FSoundModulationDefaultSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultSettings"); \ static_assert(sizeof(FSoundModulationDefaultSettings) == 0x000040, "Wrong size on FSoundModulationDefaultSettings"); \ static_assert(offsetof(FSoundModulationDefaultSettings, VolumeModulationDestination) == 0x000000, "Member 'FSoundModulationDefaultSettings::VolumeModulationDestination' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultSettings, PitchModulationDestination) == 0x000010, "Member 'FSoundModulationDefaultSettings::PitchModulationDestination' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultSettings, HighpassModulationDestination) == 0x000020, "Member 'FSoundModulationDefaultSettings::HighpassModulationDestination' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultSettings, LowpassModulationDestination) == 0x000030, "Member 'FSoundModulationDefaultSettings::LowpassModulationDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOSubmixParamaterScale \ static_assert(alignof(FEOSubmixParamaterScale) == 0x000004, "Wrong alignment on FEOSubmixParamaterScale"); \ static_assert(sizeof(FEOSubmixParamaterScale) == 0x000014, "Wrong size on FEOSubmixParamaterScale"); \ static_assert(offsetof(FEOSubmixParamaterScale, SendLevelScale) == 0x000000, "Member 'FEOSubmixParamaterScale::SendLevelScale' has a wrong offset!"); \ static_assert(offsetof(FEOSubmixParamaterScale, MinSendLevelScale) == 0x000004, "Member 'FEOSubmixParamaterScale::MinSendLevelScale' has a wrong offset!"); \ static_assert(offsetof(FEOSubmixParamaterScale, MaxSendLevelScale) == 0x000008, "Member 'FEOSubmixParamaterScale::MaxSendLevelScale' has a wrong offset!"); \ static_assert(offsetof(FEOSubmixParamaterScale, MinSendLevelDistanceScale) == 0x00000C, "Member 'FEOSubmixParamaterScale::MinSendLevelDistanceScale' has a wrong offset!"); \ static_assert(offsetof(FEOSubmixParamaterScale, MaxSendLevelDistanceScale) == 0x000010, "Member 'FEOSubmixParamaterScale::MaxSendLevelDistanceScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundClassProperties \ static_assert(alignof(FSoundClassProperties) == 0x000008, "Wrong alignment on FSoundClassProperties"); \ static_assert(sizeof(FSoundClassProperties) == 0x000090, "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!"); \ static_assert(offsetof(FSoundClassProperties, SubmixParameterScale) == 0x000078, "Member 'FSoundClassProperties::SubmixParameterScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundClassEditorData \ static_assert(alignof(FSoundClassEditorData) == 0x000004, "Wrong alignment on FSoundClassEditorData"); \ static_assert(sizeof(FSoundClassEditorData) == 0x000008, "Wrong size on FSoundClassEditorData"); \ #define DUMPER7_ASSERTS_FSoundConcurrencySettings \ static_assert(alignof(FSoundConcurrencySettings) == 0x000004, "Wrong alignment on FSoundConcurrencySettings"); \ static_assert(sizeof(FSoundConcurrencySettings) == 0x000028, "Wrong size on FSoundConcurrencySettings"); \ static_assert(offsetof(FSoundConcurrencySettings, MaxCount) == 0x000000, "Member 'FSoundConcurrencySettings::MaxCount' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, ResolutionRule) == 0x000008, "Member 'FSoundConcurrencySettings::ResolutionRule' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, RetriggerTime) == 0x00000C, "Member 'FSoundConcurrencySettings::RetriggerTime' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScale) == 0x000010, "Member 'FSoundConcurrencySettings::VolumeScale' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleMode) == 0x000014, "Member 'FSoundConcurrencySettings::VolumeScaleMode' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleAttackTime) == 0x000018, "Member 'FSoundConcurrencySettings::VolumeScaleAttackTime' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleReleaseTime) == 0x000020, "Member 'FSoundConcurrencySettings::VolumeScaleReleaseTime' has a wrong offset!"); \ static_assert(offsetof(FSoundConcurrencySettings, VoiceStealReleaseTime) == 0x000024, "Member 'FSoundConcurrencySettings::VoiceStealReleaseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundNodeEditorData \ static_assert(alignof(FSoundNodeEditorData) == 0x000004, "Wrong alignment on FSoundNodeEditorData"); \ static_assert(sizeof(FSoundNodeEditorData) == 0x000008, "Wrong size on FSoundNodeEditorData"); \ #define DUMPER7_ASSERTS_FSourceEffectChainEntry \ static_assert(alignof(FSourceEffectChainEntry) == 0x000008, "Wrong alignment on FSourceEffectChainEntry"); \ static_assert(sizeof(FSourceEffectChainEntry) == 0x000010, "Wrong size on FSourceEffectChainEntry"); \ static_assert(offsetof(FSourceEffectChainEntry, Preset) == 0x000000, "Member 'FSourceEffectChainEntry::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FSoundGroup \ static_assert(alignof(FSoundGroup) == 0x000008, "Wrong alignment on FSoundGroup"); \ static_assert(sizeof(FSoundGroup) == 0x000020, "Wrong size on FSoundGroup"); \ static_assert(offsetof(FSoundGroup, SoundGroup) == 0x000000, "Member 'FSoundGroup::SoundGroup' has a wrong offset!"); \ static_assert(offsetof(FSoundGroup, DisplayName) == 0x000008, "Member 'FSoundGroup::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FSoundGroup, DecompressedDuration) == 0x00001C, "Member 'FSoundGroup::DecompressedDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundClassAdjuster \ static_assert(alignof(FSoundClassAdjuster) == 0x000008, "Wrong alignment on FSoundClassAdjuster"); \ static_assert(sizeof(FSoundClassAdjuster) == 0x000020, "Wrong size on FSoundClassAdjuster"); \ static_assert(offsetof(FSoundClassAdjuster, SoundClassObject) == 0x000000, "Member 'FSoundClassAdjuster::SoundClassObject' has a wrong offset!"); \ static_assert(offsetof(FSoundClassAdjuster, VolumeAdjuster) == 0x000008, "Member 'FSoundClassAdjuster::VolumeAdjuster' has a wrong offset!"); \ static_assert(offsetof(FSoundClassAdjuster, PitchAdjuster) == 0x00000C, "Member 'FSoundClassAdjuster::PitchAdjuster' has a wrong offset!"); \ static_assert(offsetof(FSoundClassAdjuster, LowPassFilterFrequency) == 0x000010, "Member 'FSoundClassAdjuster::LowPassFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(FSoundClassAdjuster, VoiceCenterChannelVolumeAdjuster) == 0x000018, "Member 'FSoundClassAdjuster::VoiceCenterChannelVolumeAdjuster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAudioEQEffect \ static_assert(alignof(FAudioEQEffect) == 0x000008, "Wrong alignment on FAudioEQEffect"); \ static_assert(sizeof(FAudioEQEffect) == 0x000040, "Wrong size on FAudioEQEffect"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter0) == 0x000010, "Member 'FAudioEQEffect::FrequencyCenter0' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain0) == 0x000014, "Member 'FAudioEQEffect::Gain0' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth0) == 0x000018, "Member 'FAudioEQEffect::Bandwidth0' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter1) == 0x00001C, "Member 'FAudioEQEffect::FrequencyCenter1' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain1) == 0x000020, "Member 'FAudioEQEffect::Gain1' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth1) == 0x000024, "Member 'FAudioEQEffect::Bandwidth1' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter2) == 0x000028, "Member 'FAudioEQEffect::FrequencyCenter2' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain2) == 0x00002C, "Member 'FAudioEQEffect::Gain2' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth2) == 0x000030, "Member 'FAudioEQEffect::Bandwidth2' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, FrequencyCenter3) == 0x000034, "Member 'FAudioEQEffect::FrequencyCenter3' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Gain3) == 0x000038, "Member 'FAudioEQEffect::Gain3' has a wrong offset!"); \ static_assert(offsetof(FAudioEQEffect, Bandwidth3) == 0x00003C, "Member 'FAudioEQEffect::Bandwidth3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundModulationDefaultRoutingSettings \ static_assert(alignof(FSoundModulationDefaultRoutingSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultRoutingSettings"); \ static_assert(sizeof(FSoundModulationDefaultRoutingSettings) == 0x000048, "Wrong size on FSoundModulationDefaultRoutingSettings"); \ static_assert(offsetof(FSoundModulationDefaultRoutingSettings, VolumeRouting) == 0x000040, "Member 'FSoundModulationDefaultRoutingSettings::VolumeRouting' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultRoutingSettings, PitchRouting) == 0x000041, "Member 'FSoundModulationDefaultRoutingSettings::PitchRouting' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultRoutingSettings, HighpassRouting) == 0x000042, "Member 'FSoundModulationDefaultRoutingSettings::HighpassRouting' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationDefaultRoutingSettings, LowpassRouting) == 0x000043, "Member 'FSoundModulationDefaultRoutingSettings::LowpassRouting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistanceDatum \ static_assert(alignof(FDistanceDatum) == 0x000004, "Wrong alignment on FDistanceDatum"); \ static_assert(sizeof(FDistanceDatum) == 0x000014, "Wrong size on FDistanceDatum"); \ static_assert(offsetof(FDistanceDatum, FadeInDistanceStart) == 0x000000, "Member 'FDistanceDatum::FadeInDistanceStart' has a wrong offset!"); \ static_assert(offsetof(FDistanceDatum, FadeInDistanceEnd) == 0x000004, "Member 'FDistanceDatum::FadeInDistanceEnd' has a wrong offset!"); \ static_assert(offsetof(FDistanceDatum, FadeOutDistanceStart) == 0x000008, "Member 'FDistanceDatum::FadeOutDistanceStart' has a wrong offset!"); \ static_assert(offsetof(FDistanceDatum, FadeOutDistanceEnd) == 0x00000C, "Member 'FDistanceDatum::FadeOutDistanceEnd' has a wrong offset!"); \ static_assert(offsetof(FDistanceDatum, Volume) == 0x000010, "Member 'FDistanceDatum::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModulatorContinuousParams \ static_assert(alignof(FModulatorContinuousParams) == 0x000004, "Wrong alignment on FModulatorContinuousParams"); \ static_assert(sizeof(FModulatorContinuousParams) == 0x000020, "Wrong size on FModulatorContinuousParams"); \ static_assert(offsetof(FModulatorContinuousParams, ParameterName) == 0x000000, "Member 'FModulatorContinuousParams::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, Default) == 0x000008, "Member 'FModulatorContinuousParams::Default' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, MinInput) == 0x00000C, "Member 'FModulatorContinuousParams::MinInput' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, MaxInput) == 0x000010, "Member 'FModulatorContinuousParams::MaxInput' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, MinOutput) == 0x000014, "Member 'FModulatorContinuousParams::MinOutput' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, MaxOutput) == 0x000018, "Member 'FModulatorContinuousParams::MaxOutput' has a wrong offset!"); \ static_assert(offsetof(FModulatorContinuousParams, ParamMode) == 0x00001C, "Member 'FModulatorContinuousParams::ParamMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundSourceBusSendInfo \ static_assert(alignof(FSoundSourceBusSendInfo) == 0x000008, "Wrong alignment on FSoundSourceBusSendInfo"); \ static_assert(sizeof(FSoundSourceBusSendInfo) == 0x0000B8, "Wrong size on FSoundSourceBusSendInfo"); \ static_assert(offsetof(FSoundSourceBusSendInfo, SourceBusSendLevelControlMethod) == 0x000000, "Member 'FSoundSourceBusSendInfo::SourceBusSendLevelControlMethod' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, SoundSourceBus) == 0x000008, "Member 'FSoundSourceBusSendInfo::SoundSourceBus' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, AudioBus) == 0x000010, "Member 'FSoundSourceBusSendInfo::AudioBus' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, SendLevel) == 0x000018, "Member 'FSoundSourceBusSendInfo::SendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, MinSendLevel) == 0x00001C, "Member 'FSoundSourceBusSendInfo::MinSendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, MaxSendLevel) == 0x000020, "Member 'FSoundSourceBusSendInfo::MaxSendLevel' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, MinSendDistance) == 0x000024, "Member 'FSoundSourceBusSendInfo::MinSendDistance' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, MaxSendDistance) == 0x000028, "Member 'FSoundSourceBusSendInfo::MaxSendDistance' has a wrong offset!"); \ static_assert(offsetof(FSoundSourceBusSendInfo, CustomSendLevelCurve) == 0x000030, "Member 'FSoundSourceBusSendInfo::CustomSendLevelCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundSubmixSpectralAnalysisBandSettings \ static_assert(alignof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000004, "Wrong alignment on FSoundSubmixSpectralAnalysisBandSettings"); \ static_assert(sizeof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000010, "Wrong size on FSoundSubmixSpectralAnalysisBandSettings"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, BandFrequency) == 0x000000, "Member 'FSoundSubmixSpectralAnalysisBandSettings::BandFrequency' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, AttackTimeMsec) == 0x000004, "Member 'FSoundSubmixSpectralAnalysisBandSettings::AttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, ReleaseTimeMsec) == 0x000008, "Member 'FSoundSubmixSpectralAnalysisBandSettings::ReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, QFactor) == 0x00000C, "Member 'FSoundSubmixSpectralAnalysisBandSettings::QFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FSoundWavePlatformSeekableStreamingOverride \ static_assert(alignof(FSoundWavePlatformSeekableStreamingOverride) == 0x000001, "Wrong alignment on FSoundWavePlatformSeekableStreamingOverride"); \ static_assert(sizeof(FSoundWavePlatformSeekableStreamingOverride) == 0x000001, "Wrong size on FSoundWavePlatformSeekableStreamingOverride"); \ static_assert(offsetof(FSoundWavePlatformSeekableStreamingOverride, bPlatformSeekableStreamingOverride) == 0x000000, "Member 'FSoundWavePlatformSeekableStreamingOverride::bPlatformSeekableStreamingOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWavePlatformStreamingOverride \ static_assert(alignof(FSoundWavePlatformStreamingOverride) == 0x000001, "Wrong alignment on FSoundWavePlatformStreamingOverride"); \ static_assert(sizeof(FSoundWavePlatformStreamingOverride) == 0x000001, "Wrong size on FSoundWavePlatformStreamingOverride"); \ static_assert(offsetof(FSoundWavePlatformStreamingOverride, bPlatformStreamingOverride) == 0x000000, "Member 'FSoundWavePlatformStreamingOverride::bPlatformStreamingOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveEnvelopeTimeData \ static_assert(alignof(FSoundWaveEnvelopeTimeData) == 0x000004, "Wrong alignment on FSoundWaveEnvelopeTimeData"); \ static_assert(sizeof(FSoundWaveEnvelopeTimeData) == 0x000008, "Wrong size on FSoundWaveEnvelopeTimeData"); \ static_assert(offsetof(FSoundWaveEnvelopeTimeData, Amplitude) == 0x000000, "Member 'FSoundWaveEnvelopeTimeData::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveEnvelopeTimeData, TimeSec) == 0x000004, "Member 'FSoundWaveEnvelopeTimeData::TimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveSpectralTimeData \ static_assert(alignof(FSoundWaveSpectralTimeData) == 0x000008, "Wrong alignment on FSoundWaveSpectralTimeData"); \ static_assert(sizeof(FSoundWaveSpectralTimeData) == 0x000018, "Wrong size on FSoundWaveSpectralTimeData"); \ static_assert(offsetof(FSoundWaveSpectralTimeData, Data) == 0x000000, "Member 'FSoundWaveSpectralTimeData::Data' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveSpectralTimeData, TimeSec) == 0x000010, "Member 'FSoundWaveSpectralTimeData::TimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveEnvelopeDataPerSound \ static_assert(alignof(FSoundWaveEnvelopeDataPerSound) == 0x000008, "Wrong alignment on FSoundWaveEnvelopeDataPerSound"); \ static_assert(sizeof(FSoundWaveEnvelopeDataPerSound) == 0x000010, "Wrong size on FSoundWaveEnvelopeDataPerSound"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, Envelope) == 0x000000, "Member 'FSoundWaveEnvelopeDataPerSound::Envelope' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, PlaybackTime) == 0x000004, "Member 'FSoundWaveEnvelopeDataPerSound::PlaybackTime' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveEnvelopeDataPerSound, SoundWave) == 0x000008, "Member 'FSoundWaveEnvelopeDataPerSound::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveSpectralData \ static_assert(alignof(FSoundWaveSpectralData) == 0x000004, "Wrong alignment on FSoundWaveSpectralData"); \ static_assert(sizeof(FSoundWaveSpectralData) == 0x00000C, "Wrong size on FSoundWaveSpectralData"); \ static_assert(offsetof(FSoundWaveSpectralData, FrequencyHz) == 0x000000, "Member 'FSoundWaveSpectralData::FrequencyHz' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveSpectralData, Magnitude) == 0x000004, "Member 'FSoundWaveSpectralData::Magnitude' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveSpectralData, NormalizedMagnitude) == 0x000008, "Member 'FSoundWaveSpectralData::NormalizedMagnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundWaveSpectralDataPerSound \ static_assert(alignof(FSoundWaveSpectralDataPerSound) == 0x000008, "Wrong alignment on FSoundWaveSpectralDataPerSound"); \ static_assert(sizeof(FSoundWaveSpectralDataPerSound) == 0x000020, "Wrong size on FSoundWaveSpectralDataPerSound"); \ static_assert(offsetof(FSoundWaveSpectralDataPerSound, SpectralData) == 0x000000, "Member 'FSoundWaveSpectralDataPerSound::SpectralData' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveSpectralDataPerSound, PlaybackTime) == 0x000010, "Member 'FSoundWaveSpectralDataPerSound::PlaybackTime' has a wrong offset!"); \ static_assert(offsetof(FSoundWaveSpectralDataPerSound, SoundWave) == 0x000018, "Member 'FSoundWaveSpectralDataPerSound::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FStreamedAudioPlatformData \ static_assert(alignof(FStreamedAudioPlatformData) == 0x000008, "Wrong alignment on FStreamedAudioPlatformData"); \ static_assert(sizeof(FStreamedAudioPlatformData) == 0x000020, "Wrong size on FStreamedAudioPlatformData"); \ #define DUMPER7_ASSERTS_FSplineCurves \ static_assert(alignof(FSplineCurves) == 0x000008, "Wrong alignment on FSplineCurves"); \ static_assert(sizeof(FSplineCurves) == 0x000070, "Wrong size on FSplineCurves"); \ static_assert(offsetof(FSplineCurves, position) == 0x000000, "Member 'FSplineCurves::position' has a wrong offset!"); \ static_assert(offsetof(FSplineCurves, Rotation) == 0x000018, "Member 'FSplineCurves::Rotation' has a wrong offset!"); \ static_assert(offsetof(FSplineCurves, Scale) == 0x000030, "Member 'FSplineCurves::Scale' has a wrong offset!"); \ static_assert(offsetof(FSplineCurves, ReparamTable) == 0x000048, "Member 'FSplineCurves::ReparamTable' has a wrong offset!"); \ static_assert(offsetof(FSplineCurves, MetaData) == 0x000060, "Member 'FSplineCurves::MetaData' has a wrong offset!"); \ static_assert(offsetof(FSplineCurves, Version) == 0x000068, "Member 'FSplineCurves::Version' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplineInstanceData \ static_assert(alignof(FSplineInstanceData) == 0x000008, "Wrong alignment on FSplineInstanceData"); \ static_assert(sizeof(FSplineInstanceData) == 0x0001A0, "Wrong size on FSplineInstanceData"); \ static_assert(offsetof(FSplineInstanceData, bSplineHasBeenEdited) == 0x0000B8, "Member 'FSplineInstanceData::bSplineHasBeenEdited' has a wrong offset!"); \ static_assert(offsetof(FSplineInstanceData, SplineCurves) == 0x0000C0, "Member 'FSplineInstanceData::SplineCurves' has a wrong offset!"); \ static_assert(offsetof(FSplineInstanceData, SplineCurvesPreUCS) == 0x000130, "Member 'FSplineInstanceData::SplineCurvesPreUCS' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplinePoint \ static_assert(alignof(FSplinePoint) == 0x000004, "Wrong alignment on FSplinePoint"); \ static_assert(sizeof(FSplinePoint) == 0x000044, "Wrong size on FSplinePoint"); \ static_assert(offsetof(FSplinePoint, InputKey) == 0x000000, "Member 'FSplinePoint::InputKey' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, position) == 0x000004, "Member 'FSplinePoint::position' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, ArriveTangent) == 0x000010, "Member 'FSplinePoint::ArriveTangent' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, LeaveTangent) == 0x00001C, "Member 'FSplinePoint::LeaveTangent' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Rotation) == 0x000028, "Member 'FSplinePoint::Rotation' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Scale) == 0x000034, "Member 'FSplinePoint::Scale' has a wrong offset!"); \ static_assert(offsetof(FSplinePoint, Type) == 0x000040, "Member 'FSplinePoint::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplineMeshParams \ static_assert(alignof(FSplineMeshParams) == 0x000004, "Wrong alignment on FSplineMeshParams"); \ static_assert(sizeof(FSplineMeshParams) == 0x000058, "Wrong size on FSplineMeshParams"); \ static_assert(offsetof(FSplineMeshParams, StartPos) == 0x000000, "Member 'FSplineMeshParams::StartPos' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartTangent) == 0x00000C, "Member 'FSplineMeshParams::StartTangent' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartScale) == 0x000018, "Member 'FSplineMeshParams::StartScale' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartRoll) == 0x000020, "Member 'FSplineMeshParams::StartRoll' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, StartOffset) == 0x000024, "Member 'FSplineMeshParams::StartOffset' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndPos) == 0x00002C, "Member 'FSplineMeshParams::EndPos' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndScale) == 0x000038, "Member 'FSplineMeshParams::EndScale' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndTangent) == 0x000040, "Member 'FSplineMeshParams::EndTangent' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndRoll) == 0x00004C, "Member 'FSplineMeshParams::EndRoll' has a wrong offset!"); \ static_assert(offsetof(FSplineMeshParams, EndOffset) == 0x000050, "Member 'FSplineMeshParams::EndOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialRemapIndex \ static_assert(alignof(FMaterialRemapIndex) == 0x000008, "Wrong alignment on FMaterialRemapIndex"); \ static_assert(sizeof(FMaterialRemapIndex) == 0x000018, "Wrong size on FMaterialRemapIndex"); \ static_assert(offsetof(FMaterialRemapIndex, ImportVersionKey) == 0x000000, "Member 'FMaterialRemapIndex::ImportVersionKey' has a wrong offset!"); \ static_assert(offsetof(FMaterialRemapIndex, MaterialRemap) == 0x000008, "Member 'FMaterialRemapIndex::MaterialRemap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStaticMaterial \ static_assert(alignof(FStaticMaterial) == 0x000008, "Wrong alignment on FStaticMaterial"); \ static_assert(sizeof(FStaticMaterial) == 0x000030, "Wrong size on FStaticMaterial"); \ static_assert(offsetof(FStaticMaterial, MaterialInterface) == 0x000000, "Member 'FStaticMaterial::MaterialInterface' has a wrong offset!"); \ static_assert(offsetof(FStaticMaterial, MaterialSlotName) == 0x000008, "Member 'FStaticMaterial::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(FStaticMaterial, ImportedMaterialSlotName) == 0x000010, "Member 'FStaticMaterial::ImportedMaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(FStaticMaterial, UVChannelData) == 0x000018, "Member 'FStaticMaterial::UVChannelData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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!"); \ static_assert(offsetof(FTextureLODGroup, ApplyLODBiasOverride) == 0x000065, "Member 'FTextureLODGroup::ApplyLODBiasOverride' 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_FTTLinearColorTrack \ static_assert(alignof(FTTLinearColorTrack) == 0x000008, "Wrong alignment on FTTLinearColorTrack"); \ static_assert(sizeof(FTTLinearColorTrack) == 0x000028, "Wrong size on FTTLinearColorTrack"); \ static_assert(offsetof(FTTLinearColorTrack, CurveLinearColor) == 0x000020, "Member 'FTTLinearColorTrack::CurveLinearColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTTVectorTrack \ static_assert(alignof(FTTVectorTrack) == 0x000008, "Wrong alignment on FTTVectorTrack"); \ static_assert(sizeof(FTTVectorTrack) == 0x000028, "Wrong size on FTTVectorTrack"); \ static_assert(offsetof(FTTVectorTrack, CurveVector) == 0x000020, "Member 'FTTVectorTrack::CurveVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTTEventTrack \ static_assert(alignof(FTTEventTrack) == 0x000008, "Wrong alignment on FTTEventTrack"); \ static_assert(sizeof(FTTEventTrack) == 0x000028, "Wrong size on FTTEventTrack"); \ static_assert(offsetof(FTTEventTrack, FunctionName) == 0x000018, "Member 'FTTEventTrack::FunctionName' has a wrong offset!"); \ static_assert(offsetof(FTTEventTrack, CurveKeys) == 0x000020, "Member 'FTTEventTrack::CurveKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTTTrackId \ static_assert(alignof(FTTTrackId) == 0x000004, "Wrong alignment on FTTTrackId"); \ static_assert(sizeof(FTTTrackId) == 0x000008, "Wrong size on FTTTrackId"); \ static_assert(offsetof(FTTTrackId, TrackType) == 0x000000, "Member 'FTTTrackId::TrackType' has a wrong offset!"); \ static_assert(offsetof(FTTTrackId, TrackIndex) == 0x000004, "Member 'FTTTrackId::TrackIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeStretchCurveInstance \ static_assert(alignof(FTimeStretchCurveInstance) == 0x000008, "Wrong alignment on FTimeStretchCurveInstance"); \ static_assert(sizeof(FTimeStretchCurveInstance) == 0x000030, "Wrong size on FTimeStretchCurveInstance"); \ static_assert(offsetof(FTimeStretchCurveInstance, bHasValidData) == 0x000000, "Member 'FTimeStretchCurveInstance::bHasValidData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVirtualTextureBuildSettings \ static_assert(alignof(FVirtualTextureBuildSettings) == 0x000004, "Wrong alignment on FVirtualTextureBuildSettings"); \ static_assert(sizeof(FVirtualTextureBuildSettings) == 0x00000C, "Wrong size on FVirtualTextureBuildSettings"); \ static_assert(offsetof(FVirtualTextureBuildSettings, TileSize) == 0x000000, "Member 'FVirtualTextureBuildSettings::TileSize' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureBuildSettings, TileBorderSize) == 0x000004, "Member 'FVirtualTextureBuildSettings::TileBorderSize' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureBuildSettings, bEnableCompressCrunch) == 0x000008, "Member 'FVirtualTextureBuildSettings::bEnableCompressCrunch' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureBuildSettings, bEnableCompressZlib) == 0x000009, "Member 'FVirtualTextureBuildSettings::bEnableCompressZlib' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVirtualTextureSpacePoolConfig \ static_assert(alignof(FVirtualTextureSpacePoolConfig) == 0x000008, "Wrong alignment on FVirtualTextureSpacePoolConfig"); \ static_assert(sizeof(FVirtualTextureSpacePoolConfig) == 0x000028, "Wrong size on FVirtualTextureSpacePoolConfig"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, MinTileSize) == 0x000000, "Member 'FVirtualTextureSpacePoolConfig::MinTileSize' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, MaxTileSize) == 0x000004, "Member 'FVirtualTextureSpacePoolConfig::MaxTileSize' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, Formats) == 0x000008, "Member 'FVirtualTextureSpacePoolConfig::Formats' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, SizeInMegabyte) == 0x000018, "Member 'FVirtualTextureSpacePoolConfig::SizeInMegabyte' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, bAllowSizeScale) == 0x00001C, "Member 'FVirtualTextureSpacePoolConfig::bAllowSizeScale' has a wrong offset!"); \ static_assert(offsetof(FVirtualTextureSpacePoolConfig, ScalabilityGroup) == 0x000020, "Member 'FVirtualTextureSpacePoolConfig::ScalabilityGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FCommitMapParams \ static_assert(alignof(FCommitMapParams) == 0x000008, "Wrong alignment on FCommitMapParams"); \ static_assert(sizeof(FCommitMapParams) == 0x000018, "Wrong size on FCommitMapParams"); \ #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_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_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_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_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_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_OnActorCheckpointLoaded \ static_assert(alignof(Actor_K2_OnActorCheckpointLoaded) == 0x000008, "Wrong alignment on Actor_K2_OnActorCheckpointLoaded"); \ static_assert(sizeof(Actor_K2_OnActorCheckpointLoaded) == 0x000010, "Wrong size on Actor_K2_OnActorCheckpointLoaded"); \ static_assert(offsetof(Actor_K2_OnActorCheckpointLoaded, CheckpointName) == 0x000000, "Member 'Actor_K2_OnActorCheckpointLoaded::CheckpointName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Actor_K2_OnActorCheckpointSaved \ static_assert(alignof(Actor_K2_OnActorCheckpointSaved) == 0x000008, "Wrong alignment on Actor_K2_OnActorCheckpointSaved"); \ static_assert(sizeof(Actor_K2_OnActorCheckpointSaved) == 0x000010, "Wrong size on Actor_K2_OnActorCheckpointSaved"); \ static_assert(offsetof(Actor_K2_OnActorCheckpointSaved, CheckpointName) == 0x000000, "Member 'Actor_K2_OnActorCheckpointSaved::CheckpointName' 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, bNoCheck) == 0x000018, "Member 'Actor_K2_TeleportTo::bNoCheck' has a wrong offset!"); \ static_assert(offsetof(Actor_K2_TeleportTo, ReturnValue) == 0x000019, "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) == 0x000230, "Wrong size on AActor"); \ static_assert(offsetof(AActor, PrimaryActorTick) == 0x000028, "Member 'AActor::PrimaryActorTick' has a wrong offset!"); \ static_assert(offsetof(AActor, UpdateOverlapsMethodDuringLevelStreaming) == 0x00005D, "Member 'AActor::UpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ static_assert(offsetof(AActor, DefaultUpdateOverlapsMethodDuringLevelStreaming) == 0x00005E, "Member 'AActor::DefaultUpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ static_assert(offsetof(AActor, RemoteRole) == 0x00005F, "Member 'AActor::RemoteRole' has a wrong offset!"); \ static_assert(offsetof(AActor, ReplicatedMovement) == 0x000060, "Member 'AActor::ReplicatedMovement' has a wrong offset!"); \ static_assert(offsetof(AActor, InitialLifeSpan) == 0x000094, "Member 'AActor::InitialLifeSpan' has a wrong offset!"); \ static_assert(offsetof(AActor, CustomTimeDilation) == 0x000098, "Member 'AActor::CustomTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AActor, AttachmentReplication) == 0x0000A0, "Member 'AActor::AttachmentReplication' has a wrong offset!"); \ static_assert(offsetof(AActor, Owner) == 0x0000E0, "Member 'AActor::Owner' has a wrong offset!"); \ static_assert(offsetof(AActor, NetDriverName) == 0x0000E8, "Member 'AActor::NetDriverName' has a wrong offset!"); \ static_assert(offsetof(AActor, Role) == 0x0000F0, "Member 'AActor::Role' has a wrong offset!"); \ static_assert(offsetof(AActor, NetDormancy) == 0x0000F1, "Member 'AActor::NetDormancy' has a wrong offset!"); \ static_assert(offsetof(AActor, SpawnCollisionHandlingMethod) == 0x0000F2, "Member 'AActor::SpawnCollisionHandlingMethod' has a wrong offset!"); \ static_assert(offsetof(AActor, AutoReceiveInput) == 0x0000F3, "Member 'AActor::AutoReceiveInput' has a wrong offset!"); \ static_assert(offsetof(AActor, InputPriority) == 0x0000F4, "Member 'AActor::InputPriority' has a wrong offset!"); \ static_assert(offsetof(AActor, InputComponent) == 0x0000F8, "Member 'AActor::InputComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, NetCullDistanceSquared) == 0x000100, "Member 'AActor::NetCullDistanceSquared' has a wrong offset!"); \ static_assert(offsetof(AActor, NetTag) == 0x000104, "Member 'AActor::NetTag' has a wrong offset!"); \ static_assert(offsetof(AActor, NetUpdateFrequency) == 0x000108, "Member 'AActor::NetUpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(AActor, MinNetUpdateFrequency) == 0x00010C, "Member 'AActor::MinNetUpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(AActor, NetPriority) == 0x000110, "Member 'AActor::NetPriority' has a wrong offset!"); \ static_assert(offsetof(AActor, Instigator) == 0x000118, "Member 'AActor::Instigator' has a wrong offset!"); \ static_assert(offsetof(AActor, Children) == 0x000120, "Member 'AActor::Children' has a wrong offset!"); \ static_assert(offsetof(AActor, RootComponent) == 0x000130, "Member 'AActor::RootComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, ControllingMatineeActors) == 0x000138, "Member 'AActor::ControllingMatineeActors' has a wrong offset!"); \ static_assert(offsetof(AActor, Layers) == 0x000150, "Member 'AActor::Layers' has a wrong offset!"); \ static_assert(offsetof(AActor, ParentComponent) == 0x000160, "Member 'AActor::ParentComponent' has a wrong offset!"); \ static_assert(offsetof(AActor, CheckpointGuid) == 0x000168, "Member 'AActor::CheckpointGuid' has a wrong offset!"); \ static_assert(offsetof(AActor, Tags) == 0x000180, "Member 'AActor::Tags' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakeAnyDamage) == 0x000190, "Member 'AActor::OnTakeAnyDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakePointDamage) == 0x000191, "Member 'AActor::OnTakePointDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnTakeRadialDamage) == 0x000192, "Member 'AActor::OnTakeRadialDamage' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorBeginOverlap) == 0x000193, "Member 'AActor::OnActorBeginOverlap' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorEndOverlap) == 0x000194, "Member 'AActor::OnActorEndOverlap' has a wrong offset!"); \ static_assert(offsetof(AActor, OnBeginCursorOver) == 0x000195, "Member 'AActor::OnBeginCursorOver' has a wrong offset!"); \ static_assert(offsetof(AActor, OnEndCursorOver) == 0x000196, "Member 'AActor::OnEndCursorOver' has a wrong offset!"); \ static_assert(offsetof(AActor, OnClicked) == 0x000197, "Member 'AActor::OnClicked' has a wrong offset!"); \ static_assert(offsetof(AActor, OnReleased) == 0x000198, "Member 'AActor::OnReleased' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchBegin) == 0x000199, "Member 'AActor::OnInputTouchBegin' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchEnd) == 0x00019A, "Member 'AActor::OnInputTouchEnd' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchEnter) == 0x00019B, "Member 'AActor::OnInputTouchEnter' has a wrong offset!"); \ static_assert(offsetof(AActor, OnInputTouchLeave) == 0x00019C, "Member 'AActor::OnInputTouchLeave' has a wrong offset!"); \ static_assert(offsetof(AActor, OnActorHit) == 0x00019D, "Member 'AActor::OnActorHit' has a wrong offset!"); \ static_assert(offsetof(AActor, OnDestroyed) == 0x00019E, "Member 'AActor::OnDestroyed' has a wrong offset!"); \ static_assert(offsetof(AActor, OnEndPlay) == 0x00019F, "Member 'AActor::OnEndPlay' has a wrong offset!"); \ static_assert(offsetof(AActor, InstanceComponents) == 0x000200, "Member 'AActor::InstanceComponents' has a wrong offset!"); \ static_assert(offsetof(AActor, BlueprintCreatedComponents) == 0x000210, "Member 'AActor::BlueprintCreatedComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AInfo \ static_assert(alignof(AInfo) == 0x000008, "Wrong alignment on AInfo"); \ static_assert(sizeof(AInfo) == 0x000230, "Wrong size on AInfo"); \ #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) == 0x0002D0, "Wrong size on AGameModeBase"); \ static_assert(offsetof(AGameModeBase, OptionsString) == 0x000230, "Member 'AGameModeBase::OptionsString' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameSessionClass) == 0x000240, "Member 'AGameModeBase::GameSessionClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameStateClass) == 0x000248, "Member 'AGameModeBase::GameStateClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, PlayerControllerClass) == 0x000250, "Member 'AGameModeBase::PlayerControllerClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, PlayerStateClass) == 0x000258, "Member 'AGameModeBase::PlayerStateClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, HUDClass) == 0x000260, "Member 'AGameModeBase::HUDClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, DefaultPawnClass) == 0x000268, "Member 'AGameModeBase::DefaultPawnClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, SpectatorClass) == 0x000270, "Member 'AGameModeBase::SpectatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ReplaySpectatorPlayerControllerClass) == 0x000278, "Member 'AGameModeBase::ReplaySpectatorPlayerControllerClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ServerStatReplicatorClass) == 0x000280, "Member 'AGameModeBase::ServerStatReplicatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameSession) == 0x000288, "Member 'AGameModeBase::GameSession' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, GameState) == 0x000290, "Member 'AGameModeBase::GameState' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, ServerStatReplicator) == 0x000298, "Member 'AGameModeBase::ServerStatReplicator' has a wrong offset!"); \ static_assert(offsetof(AGameModeBase, DefaultPlayerName) == 0x0002A0, "Member 'AGameModeBase::DefaultPlayerName' 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) == 0x000318, "Wrong size on AGameMode"); \ static_assert(offsetof(AGameMode, MatchState) == 0x0002D0, "Member 'AGameMode::MatchState' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumSpectators) == 0x0002DC, "Member 'AGameMode::NumSpectators' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumPlayers) == 0x0002E0, "Member 'AGameMode::NumPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumBots) == 0x0002E4, "Member 'AGameMode::NumBots' has a wrong offset!"); \ static_assert(offsetof(AGameMode, MinRespawnDelay) == 0x0002E8, "Member 'AGameMode::MinRespawnDelay' has a wrong offset!"); \ static_assert(offsetof(AGameMode, NumTravellingPlayers) == 0x0002EC, "Member 'AGameMode::NumTravellingPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, EngineMessageClass) == 0x0002F0, "Member 'AGameMode::EngineMessageClass' has a wrong offset!"); \ static_assert(offsetof(AGameMode, InactivePlayerArray) == 0x0002F8, "Member 'AGameMode::InactivePlayerArray' has a wrong offset!"); \ static_assert(offsetof(AGameMode, InactivePlayerStateLifeSpan) == 0x000308, "Member 'AGameMode::InactivePlayerStateLifeSpan' has a wrong offset!"); \ static_assert(offsetof(AGameMode, MaxInactivePlayers) == 0x00030C, "Member 'AGameMode::MaxInactivePlayers' has a wrong offset!"); \ static_assert(offsetof(AGameMode, bHandleDedicatedServerReplays) == 0x000310, "Member 'AGameMode::bHandleDedicatedServerReplays' 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_ULocalPlayerSubsystem \ static_assert(alignof(ULocalPlayerSubsystem) == 0x000008, "Wrong alignment on ULocalPlayerSubsystem"); \ static_assert(sizeof(ULocalPlayerSubsystem) == 0x000030, "Wrong size on ULocalPlayerSubsystem"); \ #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_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_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_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) == 0x0002A8, "Wrong size on APawn"); \ static_assert(offsetof(APawn, BaseEyeHeight) == 0x000258, "Member 'APawn::BaseEyeHeight' has a wrong offset!"); \ static_assert(offsetof(APawn, AutoPossessPlayer) == 0x00025C, "Member 'APawn::AutoPossessPlayer' has a wrong offset!"); \ static_assert(offsetof(APawn, AutoPossessAI) == 0x00025D, "Member 'APawn::AutoPossessAI' has a wrong offset!"); \ static_assert(offsetof(APawn, RemoteViewPitch) == 0x00025E, "Member 'APawn::RemoteViewPitch' has a wrong offset!"); \ static_assert(offsetof(APawn, AIControllerClass) == 0x000260, "Member 'APawn::AIControllerClass' has a wrong offset!"); \ static_assert(offsetof(APawn, PlayerState) == 0x000268, "Member 'APawn::PlayerState' has a wrong offset!"); \ static_assert(offsetof(APawn, LastHitBy) == 0x000278, "Member 'APawn::LastHitBy' has a wrong offset!"); \ static_assert(offsetof(APawn, Controller) == 0x000280, "Member 'APawn::Controller' has a wrong offset!"); \ static_assert(offsetof(APawn, ControlInputVector) == 0x00028C, "Member 'APawn::ControlInputVector' has a wrong offset!"); \ static_assert(offsetof(APawn, LastControlInputVector) == 0x000298, "Member 'APawn::LastControlInputVector' 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_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_UStreamableRenderAsset \ static_assert(alignof(UStreamableRenderAsset) == 0x000008, "Wrong alignment on UStreamableRenderAsset"); \ static_assert(sizeof(UStreamableRenderAsset) == 0x000060, "Wrong size on UStreamableRenderAsset"); \ static_assert(offsetof(UStreamableRenderAsset, ForceMipLevelsToBeResidentTimestamp) == 0x000040, "Member 'UStreamableRenderAsset::ForceMipLevelsToBeResidentTimestamp' has a wrong offset!"); \ static_assert(offsetof(UStreamableRenderAsset, NumCinematicMipLevels) == 0x000048, "Member 'UStreamableRenderAsset::NumCinematicMipLevels' has a wrong offset!"); \ static_assert(offsetof(UStreamableRenderAsset, StreamingIndex) == 0x00004C, "Member 'UStreamableRenderAsset::StreamingIndex' has a wrong offset!"); \ static_assert(offsetof(UStreamableRenderAsset, CachedCombinedLODBias) == 0x000050, "Member 'UStreamableRenderAsset::CachedCombinedLODBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTexture \ static_assert(alignof(UTexture) == 0x000010, "Wrong alignment on UTexture"); \ static_assert(sizeof(UTexture) == 0x000180, "Wrong size on UTexture"); \ static_assert(offsetof(UTexture, LightingGuid) == 0x000068, "Member 'UTexture::LightingGuid' has a wrong offset!"); \ static_assert(offsetof(UTexture, LODBias) == 0x000078, "Member 'UTexture::LODBias' has a wrong offset!"); \ static_assert(offsetof(UTexture, CompressionSettings) == 0x00007C, "Member 'UTexture::CompressionSettings' has a wrong offset!"); \ static_assert(offsetof(UTexture, Filter) == 0x00007D, "Member 'UTexture::Filter' has a wrong offset!"); \ static_assert(offsetof(UTexture, MipLoadOptions) == 0x00007E, "Member 'UTexture::MipLoadOptions' has a wrong offset!"); \ static_assert(offsetof(UTexture, LODGroup) == 0x00007F, "Member 'UTexture::LODGroup' has a wrong offset!"); \ static_assert(offsetof(UTexture, Downscale) == 0x000080, "Member 'UTexture::Downscale' has a wrong offset!"); \ static_assert(offsetof(UTexture, DownscaleOptions) == 0x000084, "Member 'UTexture::DownscaleOptions' has a wrong offset!"); \ static_assert(offsetof(UTexture, AssetUserData) == 0x000088, "Member 'UTexture::AssetUserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UBlueprintFunctionLibrary \ static_assert(alignof(UBlueprintFunctionLibrary) == 0x000008, "Wrong alignment on UBlueprintFunctionLibrary"); \ static_assert(sizeof(UBlueprintFunctionLibrary) == 0x000028, "Wrong size on UBlueprintFunctionLibrary"); \ #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_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) == 0x0000B8, "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) == 0x000092, "Member 'UActorComponent::CreationMethod' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, OnComponentActivated) == 0x000093, "Member 'UActorComponent::OnComponentActivated' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, OnComponentDeactivated) == 0x000094, "Member 'UActorComponent::OnComponentDeactivated' has a wrong offset!"); \ static_assert(offsetof(UActorComponent, UCSModifiedProperties) == 0x000098, "Member 'UActorComponent::UCSModifiedProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_DetachFromParent \ static_assert(alignof(SceneComponent_DetachFromParent) == 0x000001, "Wrong alignment on SceneComponent_DetachFromParent"); \ static_assert(sizeof(SceneComponent_DetachFromParent) == 0x000002, "Wrong size on SceneComponent_DetachFromParent"); \ static_assert(offsetof(SceneComponent_DetachFromParent, bMaintainWorldPosition) == 0x000000, "Member 'SceneComponent_DetachFromParent::bMaintainWorldPosition' has a wrong offset!"); \ static_assert(offsetof(SceneComponent_DetachFromParent, bCallModify) == 0x000001, "Member 'SceneComponent_DetachFromParent::bCallModify' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalOffset \ static_assert(alignof(SceneComponent_K2_AddLocalOffset) == 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) == 0x000210, "Wrong size on USceneComponent"); \ static_assert(offsetof(USceneComponent, PhysicsVolume) == 0x0000C0, "Member 'USceneComponent::PhysicsVolume' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, AttachParent) == 0x0000C8, "Member 'USceneComponent::AttachParent' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, AttachSocketName) == 0x0000D0, "Member 'USceneComponent::AttachSocketName' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, AttachChildren) == 0x0000D8, "Member 'USceneComponent::AttachChildren' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, ClientAttachedChildren) == 0x0000E8, "Member 'USceneComponent::ClientAttachedChildren' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, RelativeLocation) == 0x000124, "Member 'USceneComponent::RelativeLocation' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, RelativeRotation) == 0x000130, "Member 'USceneComponent::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, RelativeScale3D) == 0x00013C, "Member 'USceneComponent::RelativeScale3D' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, ComponentVelocity) == 0x000148, "Member 'USceneComponent::ComponentVelocity' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, Mobility) == 0x000157, "Member 'USceneComponent::Mobility' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, DetailMode) == 0x000158, "Member 'USceneComponent::DetailMode' has a wrong offset!"); \ static_assert(offsetof(USceneComponent, PhysicsVolumeChangedDelegate) == 0x000159, "Member 'USceneComponent::PhysicsVolumeChangedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetEquirectProps \ static_assert(alignof(StereoLayerComponent_SetEquirectProps) == 0x000004, "Wrong alignment on StereoLayerComponent_SetEquirectProps"); \ static_assert(sizeof(StereoLayerComponent_SetEquirectProps) == 0x000048, "Wrong size on StereoLayerComponent_SetEquirectProps"); \ static_assert(offsetof(StereoLayerComponent_SetEquirectProps, InScaleBiases) == 0x000000, "Member 'StereoLayerComponent_SetEquirectProps::InScaleBiases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetLeftTexture \ static_assert(alignof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_SetLeftTexture"); \ static_assert(sizeof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong size on StereoLayerComponent_SetLeftTexture"); \ static_assert(offsetof(StereoLayerComponent_SetLeftTexture, InTexture) == 0x000000, "Member 'StereoLayerComponent_SetLeftTexture::InTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetPriority \ static_assert(alignof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong alignment on StereoLayerComponent_SetPriority"); \ static_assert(sizeof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong size on StereoLayerComponent_SetPriority"); \ static_assert(offsetof(StereoLayerComponent_SetPriority, InPriority) == 0x000000, "Member 'StereoLayerComponent_SetPriority::InPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetQuadSize \ static_assert(alignof(StereoLayerComponent_SetQuadSize) == 0x000004, "Wrong alignment on StereoLayerComponent_SetQuadSize"); \ static_assert(sizeof(StereoLayerComponent_SetQuadSize) == 0x000008, "Wrong size on StereoLayerComponent_SetQuadSize"); \ static_assert(offsetof(StereoLayerComponent_SetQuadSize, InQuadSize) == 0x000000, "Member 'StereoLayerComponent_SetQuadSize::InQuadSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetTexture \ static_assert(alignof(StereoLayerComponent_SetTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_SetTexture"); \ static_assert(sizeof(StereoLayerComponent_SetTexture) == 0x000008, "Wrong size on StereoLayerComponent_SetTexture"); \ static_assert(offsetof(StereoLayerComponent_SetTexture, InTexture) == 0x000000, "Member 'StereoLayerComponent_SetTexture::InTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_SetUVRect \ static_assert(alignof(StereoLayerComponent_SetUVRect) == 0x000004, "Wrong alignment on StereoLayerComponent_SetUVRect"); \ static_assert(sizeof(StereoLayerComponent_SetUVRect) == 0x000014, "Wrong size on StereoLayerComponent_SetUVRect"); \ static_assert(offsetof(StereoLayerComponent_SetUVRect, InUVRect) == 0x000000, "Member 'StereoLayerComponent_SetUVRect::InUVRect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_GetLeftTexture \ static_assert(alignof(StereoLayerComponent_GetLeftTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_GetLeftTexture"); \ static_assert(sizeof(StereoLayerComponent_GetLeftTexture) == 0x000008, "Wrong size on StereoLayerComponent_GetLeftTexture"); \ static_assert(offsetof(StereoLayerComponent_GetLeftTexture, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetLeftTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_GetPriority \ static_assert(alignof(StereoLayerComponent_GetPriority) == 0x000004, "Wrong alignment on StereoLayerComponent_GetPriority"); \ static_assert(sizeof(StereoLayerComponent_GetPriority) == 0x000004, "Wrong size on StereoLayerComponent_GetPriority"); \ static_assert(offsetof(StereoLayerComponent_GetPriority, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_GetQuadSize \ static_assert(alignof(StereoLayerComponent_GetQuadSize) == 0x000004, "Wrong alignment on StereoLayerComponent_GetQuadSize"); \ static_assert(sizeof(StereoLayerComponent_GetQuadSize) == 0x000008, "Wrong size on StereoLayerComponent_GetQuadSize"); \ static_assert(offsetof(StereoLayerComponent_GetQuadSize, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetQuadSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_GetTexture \ static_assert(alignof(StereoLayerComponent_GetTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_GetTexture"); \ static_assert(sizeof(StereoLayerComponent_GetTexture) == 0x000008, "Wrong size on StereoLayerComponent_GetTexture"); \ static_assert(offsetof(StereoLayerComponent_GetTexture, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerComponent_GetUVRect \ static_assert(alignof(StereoLayerComponent_GetUVRect) == 0x000004, "Wrong alignment on StereoLayerComponent_GetUVRect"); \ static_assert(sizeof(StereoLayerComponent_GetUVRect) == 0x000014, "Wrong size on StereoLayerComponent_GetUVRect"); \ static_assert(offsetof(StereoLayerComponent_GetUVRect, ReturnValue) == 0x000000, "Member 'StereoLayerComponent_GetUVRect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStereoLayerComponent \ static_assert(alignof(UStereoLayerComponent) == 0x000010, "Wrong alignment on UStereoLayerComponent"); \ static_assert(sizeof(UStereoLayerComponent) == 0x0002F0, "Wrong size on UStereoLayerComponent"); \ static_assert(offsetof(UStereoLayerComponent, Texture) == 0x000210, "Member 'UStereoLayerComponent::Texture' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, LeftTexture) == 0x000218, "Member 'UStereoLayerComponent::LeftTexture' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, QuadSize) == 0x000224, "Member 'UStereoLayerComponent::QuadSize' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, UVRect) == 0x00022C, "Member 'UStereoLayerComponent::UVRect' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, CylinderRadius) == 0x000240, "Member 'UStereoLayerComponent::CylinderRadius' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, CylinderOverlayArc) == 0x000244, "Member 'UStereoLayerComponent::CylinderOverlayArc' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, CylinderHeight) == 0x000248, "Member 'UStereoLayerComponent::CylinderHeight' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, EquirectProps) == 0x00024C, "Member 'UStereoLayerComponent::EquirectProps' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, StereoLayerType) == 0x000294, "Member 'UStereoLayerComponent::StereoLayerType' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, StereoLayerShape) == 0x000295, "Member 'UStereoLayerComponent::StereoLayerShape' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, Shape) == 0x000298, "Member 'UStereoLayerComponent::Shape' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerComponent, Priority) == 0x0002A0, "Member 'UStereoLayerComponent::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleLODLevel \ static_assert(alignof(UParticleLODLevel) == 0x000008, "Wrong alignment on UParticleLODLevel"); \ static_assert(sizeof(UParticleLODLevel) == 0x0000B8, "Wrong size on UParticleLODLevel"); \ static_assert(offsetof(UParticleLODLevel, Level) == 0x000028, "Member 'UParticleLODLevel::Level' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, RequiredModule) == 0x000030, "Member 'UParticleLODLevel::RequiredModule' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, Modules) == 0x000038, "Member 'UParticleLODLevel::Modules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, TypeDataModule) == 0x000048, "Member 'UParticleLODLevel::TypeDataModule' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, SpawnModule) == 0x000050, "Member 'UParticleLODLevel::SpawnModule' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, EventGenerator) == 0x000058, "Member 'UParticleLODLevel::EventGenerator' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, SpawningModules) == 0x000060, "Member 'UParticleLODLevel::SpawningModules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, SpawnModules) == 0x000070, "Member 'UParticleLODLevel::SpawnModules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, UpdateModules) == 0x000080, "Member 'UParticleLODLevel::UpdateModules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, OrbitModules) == 0x000090, "Member 'UParticleLODLevel::OrbitModules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, EventReceiverModules) == 0x0000A0, "Member 'UParticleLODLevel::EventReceiverModules' has a wrong offset!"); \ static_assert(offsetof(UParticleLODLevel, PeakActiveParticles) == 0x0000B4, "Member 'UParticleLODLevel::PeakActiveParticles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrack \ static_assert(alignof(UInterpTrack) == 0x000008, "Wrong alignment on UInterpTrack"); \ static_assert(sizeof(UInterpTrack) == 0x000070, "Wrong size on UInterpTrack"); \ static_assert(offsetof(UInterpTrack, SubTracks) == 0x000038, "Member 'UInterpTrack::SubTracks' has a wrong offset!"); \ static_assert(offsetof(UInterpTrack, TrackInstClass) == 0x000048, "Member 'UInterpTrack::TrackInstClass' has a wrong offset!"); \ static_assert(offsetof(UInterpTrack, ActiveCondition) == 0x000050, "Member 'UInterpTrack::ActiveCondition' has a wrong offset!"); \ static_assert(offsetof(UInterpTrack, TrackTitle) == 0x000058, "Member 'UInterpTrack::TrackTitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackFloatBase \ static_assert(alignof(UInterpTrackFloatBase) == 0x000008, "Wrong alignment on UInterpTrackFloatBase"); \ static_assert(sizeof(UInterpTrackFloatBase) == 0x000090, "Wrong size on UInterpTrackFloatBase"); \ static_assert(offsetof(UInterpTrackFloatBase, FloatTrack) == 0x000070, "Member 'UInterpTrackFloatBase::FloatTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackFloatBase, CurveTension) == 0x000088, "Member 'UInterpTrackFloatBase::CurveTension' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackAnimControl \ static_assert(alignof(UInterpTrackAnimControl) == 0x000008, "Wrong alignment on UInterpTrackAnimControl"); \ static_assert(sizeof(UInterpTrackAnimControl) == 0x0000B0, "Wrong size on UInterpTrackAnimControl"); \ static_assert(offsetof(UInterpTrackAnimControl, SlotName) == 0x000090, "Member 'UInterpTrackAnimControl::SlotName' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackAnimControl, AnimSeqs) == 0x000098, "Member 'UInterpTrackAnimControl::AnimSeqs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameInstanceSubsystem \ static_assert(alignof(UGameInstanceSubsystem) == 0x000008, "Wrong alignment on UGameInstanceSubsystem"); \ static_assert(sizeof(UGameInstanceSubsystem) == 0x000030, "Wrong size on UGameInstanceSubsystem"); \ #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_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) == 0x0004E0, "Wrong size on ACharacter"); \ static_assert(offsetof(ACharacter, Mesh) == 0x0002A8, "Member 'ACharacter::Mesh' has a wrong offset!"); \ static_assert(offsetof(ACharacter, CharacterMovement) == 0x0002B0, "Member 'ACharacter::CharacterMovement' has a wrong offset!"); \ static_assert(offsetof(ACharacter, CapsuleComponent) == 0x0002B8, "Member 'ACharacter::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(ACharacter, BasedMovement) == 0x0002C0, "Member 'ACharacter::BasedMovement' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ReplicatedBasedMovement) == 0x0002F0, "Member 'ACharacter::ReplicatedBasedMovement' has a wrong offset!"); \ static_assert(offsetof(ACharacter, AnimRootMotionTranslationScale) == 0x000320, "Member 'ACharacter::AnimRootMotionTranslationScale' has a wrong offset!"); \ static_assert(offsetof(ACharacter, BaseTranslationOffset) == 0x000324, "Member 'ACharacter::BaseTranslationOffset' has a wrong offset!"); \ static_assert(offsetof(ACharacter, BaseRotationOffset) == 0x000330, "Member 'ACharacter::BaseRotationOffset' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ReplicatedServerLastTransformUpdateTimeStamp) == 0x000340, "Member 'ACharacter::ReplicatedServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ReplayLastTransformUpdateTimeStamp) == 0x000344, "Member 'ACharacter::ReplayLastTransformUpdateTimeStamp' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ReplicatedMovementMode) == 0x000348, "Member 'ACharacter::ReplicatedMovementMode' has a wrong offset!"); \ static_assert(offsetof(ACharacter, bInBaseReplication) == 0x000349, "Member 'ACharacter::bInBaseReplication' has a wrong offset!"); \ static_assert(offsetof(ACharacter, CrouchedEyeHeight) == 0x00034C, "Member 'ACharacter::CrouchedEyeHeight' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpKeyHoldTime) == 0x000354, "Member 'ACharacter::JumpKeyHoldTime' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpForceTimeRemaining) == 0x000358, "Member 'ACharacter::JumpForceTimeRemaining' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ProxyJumpForceStartedTime) == 0x00035C, "Member 'ACharacter::ProxyJumpForceStartedTime' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpMaxHoldTime) == 0x000360, "Member 'ACharacter::JumpMaxHoldTime' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpMaxCount) == 0x000364, "Member 'ACharacter::JumpMaxCount' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpCurrentCount) == 0x000368, "Member 'ACharacter::JumpCurrentCount' has a wrong offset!"); \ static_assert(offsetof(ACharacter, JumpCurrentCountPreJump) == 0x00036C, "Member 'ACharacter::JumpCurrentCountPreJump' has a wrong offset!"); \ static_assert(offsetof(ACharacter, OnReachedJumpApex) == 0x000378, "Member 'ACharacter::OnReachedJumpApex' has a wrong offset!"); \ static_assert(offsetof(ACharacter, MovementModeChangedDelegate) == 0x000398, "Member 'ACharacter::MovementModeChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(ACharacter, OnCharacterMovementUpdated) == 0x0003A8, "Member 'ACharacter::OnCharacterMovementUpdated' has a wrong offset!"); \ static_assert(offsetof(ACharacter, SavedRootMotion) == 0x0003B8, "Member 'ACharacter::SavedRootMotion' has a wrong offset!"); \ static_assert(offsetof(ACharacter, ClientRootMotionParams) == 0x0003F0, "Member 'ACharacter::ClientRootMotionParams' has a wrong offset!"); \ static_assert(offsetof(ACharacter, RootMotionRepMoves) == 0x000430, "Member 'ACharacter::RootMotionRepMoves' has a wrong offset!"); \ static_assert(offsetof(ACharacter, RepRootMotion) == 0x000440, "Member 'ACharacter::RepRootMotion' 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_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_SetDepthStencilSpecialBit \ static_assert(alignof(PrimitiveComponent_SetDepthStencilSpecialBit) == 0x000001, "Wrong alignment on PrimitiveComponent_SetDepthStencilSpecialBit"); \ static_assert(sizeof(PrimitiveComponent_SetDepthStencilSpecialBit) == 0x000001, "Wrong size on PrimitiveComponent_SetDepthStencilSpecialBit"); \ static_assert(offsetof(PrimitiveComponent_SetDepthStencilSpecialBit, bValue) == 0x000000, "Member 'PrimitiveComponent_SetDepthStencilSpecialBit::bValue' 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_SetRenderInNormalDepthPass \ static_assert(alignof(PrimitiveComponent_SetRenderInNormalDepthPass) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderInNormalDepthPass"); \ static_assert(sizeof(PrimitiveComponent_SetRenderInNormalDepthPass) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderInNormalDepthPass"); \ static_assert(offsetof(PrimitiveComponent_SetRenderInNormalDepthPass, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderInNormalDepthPass::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_GetLastRenderTime \ static_assert(alignof(PrimitiveComponent_GetLastRenderTime) == 0x000004, "Wrong alignment on PrimitiveComponent_GetLastRenderTime"); \ static_assert(sizeof(PrimitiveComponent_GetLastRenderTime) == 0x000004, "Wrong size on PrimitiveComponent_GetLastRenderTime"); \ static_assert(offsetof(PrimitiveComponent_GetLastRenderTime, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetLastRenderTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PrimitiveComponent_GetLastRenderTimeOnScreen \ static_assert(alignof(PrimitiveComponent_GetLastRenderTimeOnScreen) == 0x000004, "Wrong alignment on PrimitiveComponent_GetLastRenderTimeOnScreen"); \ static_assert(sizeof(PrimitiveComponent_GetLastRenderTimeOnScreen) == 0x000004, "Wrong size on PrimitiveComponent_GetLastRenderTimeOnScreen"); \ static_assert(offsetof(PrimitiveComponent_GetLastRenderTimeOnScreen, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetLastRenderTimeOnScreen::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_PrimitiveComponent_WasRecentlyRenderedOnScreen \ static_assert(alignof(PrimitiveComponent_WasRecentlyRenderedOnScreen) == 0x000004, "Wrong alignment on PrimitiveComponent_WasRecentlyRenderedOnScreen"); \ static_assert(sizeof(PrimitiveComponent_WasRecentlyRenderedOnScreen) == 0x000008, "Wrong size on PrimitiveComponent_WasRecentlyRenderedOnScreen"); \ static_assert(offsetof(PrimitiveComponent_WasRecentlyRenderedOnScreen, Tolerance) == 0x000000, "Member 'PrimitiveComponent_WasRecentlyRenderedOnScreen::Tolerance' has a wrong offset!"); \ static_assert(offsetof(PrimitiveComponent_WasRecentlyRenderedOnScreen, ReturnValue) == 0x000004, "Member 'PrimitiveComponent_WasRecentlyRenderedOnScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPrimitiveComponent \ static_assert(alignof(UPrimitiveComponent) == 0x000010, "Wrong alignment on UPrimitiveComponent"); \ static_assert(sizeof(UPrimitiveComponent) == 0x000460, "Wrong size on UPrimitiveComponent"); \ static_assert(offsetof(UPrimitiveComponent, MinDrawDistance) == 0x000210, "Member 'UPrimitiveComponent::MinDrawDistance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LDMaxDrawDistance) == 0x000214, "Member 'UPrimitiveComponent::LDMaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CachedMaxDrawDistance) == 0x000218, "Member 'UPrimitiveComponent::CachedMaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, DepthPriorityGroup) == 0x00021C, "Member 'UPrimitiveComponent::DepthPriorityGroup' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, ViewOwnerDepthPriorityGroup) == 0x00021D, "Member 'UPrimitiveComponent::ViewOwnerDepthPriorityGroup' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, IndirectLightingCacheQuality) == 0x00021E, "Member 'UPrimitiveComponent::IndirectLightingCacheQuality' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LightmapType) == 0x00021F, "Member 'UPrimitiveComponent::LightmapType' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, bHasCustomNavigableGeometry) == 0x000228, "Member 'UPrimitiveComponent::bHasCustomNavigableGeometry' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CanCharacterStepUpOn) == 0x00022A, "Member 'UPrimitiveComponent::CanCharacterStepUpOn' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LightingChannels) == 0x00022B, "Member 'UPrimitiveComponent::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilWriteMask) == 0x00022C, "Member 'UPrimitiveComponent::CustomDepthStencilWriteMask' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilValue) == 0x000230, "Member 'UPrimitiveComponent::CustomDepthStencilValue' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveData) == 0x000238, "Member 'UPrimitiveComponent::CustomPrimitiveData' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveDataInternal) == 0x000248, "Member 'UPrimitiveComponent::CustomPrimitiveDataInternal' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, TranslucencySortPriority) == 0x000260, "Member 'UPrimitiveComponent::TranslucencySortPriority' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, TranslucencySortDistanceOffset) == 0x000264, "Member 'UPrimitiveComponent::TranslucencySortDistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VisibilityId) == 0x000268, "Member 'UPrimitiveComponent::VisibilityId' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, RuntimeVirtualTextures) == 0x000270, "Member 'UPrimitiveComponent::RuntimeVirtualTextures' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureLodBias) == 0x000280, "Member 'UPrimitiveComponent::VirtualTextureLodBias' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureCullMips) == 0x000281, "Member 'UPrimitiveComponent::VirtualTextureCullMips' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureMinCoverage) == 0x000282, "Member 'UPrimitiveComponent::VirtualTextureMinCoverage' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, VirtualTextureRenderPassType) == 0x000283, "Member 'UPrimitiveComponent::VirtualTextureRenderPassType' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LpvBiasMultiplier) == 0x000288, "Member 'UPrimitiveComponent::LpvBiasMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, BoundsScale) == 0x000294, "Member 'UPrimitiveComponent::BoundsScale' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, MoveIgnoreActors) == 0x0002A8, "Member 'UPrimitiveComponent::MoveIgnoreActors' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, MoveIgnoreComponents) == 0x0002B8, "Member 'UPrimitiveComponent::MoveIgnoreComponents' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, BodyInstance) == 0x0002D8, "Member 'UPrimitiveComponent::BodyInstance' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentHit) == 0x000430, "Member 'UPrimitiveComponent::OnComponentHit' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentBeginOverlap) == 0x000431, "Member 'UPrimitiveComponent::OnComponentBeginOverlap' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentEndOverlap) == 0x000432, "Member 'UPrimitiveComponent::OnComponentEndOverlap' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentWake) == 0x000433, "Member 'UPrimitiveComponent::OnComponentWake' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnComponentSleep) == 0x000434, "Member 'UPrimitiveComponent::OnComponentSleep' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnBeginCursorOver) == 0x000436, "Member 'UPrimitiveComponent::OnBeginCursorOver' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnEndCursorOver) == 0x000437, "Member 'UPrimitiveComponent::OnEndCursorOver' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnClicked) == 0x000438, "Member 'UPrimitiveComponent::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnReleased) == 0x000439, "Member 'UPrimitiveComponent::OnReleased' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchBegin) == 0x00043A, "Member 'UPrimitiveComponent::OnInputTouchBegin' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnd) == 0x00043B, "Member 'UPrimitiveComponent::OnInputTouchEnd' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnter) == 0x00043C, "Member 'UPrimitiveComponent::OnInputTouchEnter' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, OnInputTouchLeave) == 0x00043D, "Member 'UPrimitiveComponent::OnInputTouchLeave' has a wrong offset!"); \ static_assert(offsetof(UPrimitiveComponent, LODParentPrimitive) == 0x000458, "Member 'UPrimitiveComponent::LODParentPrimitive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshComponent_PrestreamTextures \ static_assert(alignof(MeshComponent_PrestreamTextures) == 0x000004, "Wrong alignment on MeshComponent_PrestreamTextures"); \ static_assert(sizeof(MeshComponent_PrestreamTextures) == 0x00000C, "Wrong size on MeshComponent_PrestreamTextures"); \ static_assert(offsetof(MeshComponent_PrestreamTextures, Seconds) == 0x000000, "Member 'MeshComponent_PrestreamTextures::Seconds' has a wrong offset!"); \ static_assert(offsetof(MeshComponent_PrestreamTextures, bPrioritizeCharacterTextures) == 0x000004, "Member 'MeshComponent_PrestreamTextures::bPrioritizeCharacterTextures' has a wrong offset!"); \ static_assert(offsetof(MeshComponent_PrestreamTextures, CinematicTextureGroups) == 0x000008, "Member 'MeshComponent_PrestreamTextures::CinematicTextureGroups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshComponent_SetScalarParameterValueOnMaterials \ static_assert(alignof(MeshComponent_SetScalarParameterValueOnMaterials) == 0x000004, "Wrong alignment on MeshComponent_SetScalarParameterValueOnMaterials"); \ static_assert(sizeof(MeshComponent_SetScalarParameterValueOnMaterials) == 0x00000C, "Wrong size on MeshComponent_SetScalarParameterValueOnMaterials"); \ static_assert(offsetof(MeshComponent_SetScalarParameterValueOnMaterials, ParameterName) == 0x000000, "Member 'MeshComponent_SetScalarParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ static_assert(offsetof(MeshComponent_SetScalarParameterValueOnMaterials, ParameterValue) == 0x000008, "Member 'MeshComponent_SetScalarParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshComponent_SetVectorParameterValueOnMaterials \ static_assert(alignof(MeshComponent_SetVectorParameterValueOnMaterials) == 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) == 0x000490, "Wrong size on UMeshComponent"); \ static_assert(offsetof(UMeshComponent, OverrideMaterials) == 0x000460, "Member 'UMeshComponent::OverrideMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEngineCustomTimeStep \ static_assert(alignof(UEngineCustomTimeStep) == 0x000008, "Wrong alignment on UEngineCustomTimeStep"); \ static_assert(sizeof(UEngineCustomTimeStep) == 0x000028, "Wrong size on UEngineCustomTimeStep"); \ #define DUMPER7_ASSERTS_UInterpTrackLinearColorBase \ static_assert(alignof(UInterpTrackLinearColorBase) == 0x000008, "Wrong alignment on UInterpTrackLinearColorBase"); \ static_assert(sizeof(UInterpTrackLinearColorBase) == 0x000090, "Wrong size on UInterpTrackLinearColorBase"); \ static_assert(offsetof(UInterpTrackLinearColorBase, LinearColorTrack) == 0x000070, "Member 'UInterpTrackLinearColorBase::LinearColorTrack' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackLinearColorBase, CurveTension) == 0x000088, "Member 'UInterpTrackLinearColorBase::CurveTension' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackLinearColorProp \ static_assert(alignof(UInterpTrackLinearColorProp) == 0x000008, "Wrong alignment on UInterpTrackLinearColorProp"); \ static_assert(sizeof(UInterpTrackLinearColorProp) == 0x000098, "Wrong size on UInterpTrackLinearColorProp"); \ static_assert(offsetof(UInterpTrackLinearColorProp, PropertyName) == 0x000090, "Member 'UInterpTrackLinearColorProp::PropertyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000280, "Wrong size on AGameStateBase"); \ static_assert(offsetof(AGameStateBase, GameModeClass) == 0x000230, "Member 'AGameStateBase::GameModeClass' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, AuthorityGameMode) == 0x000238, "Member 'AGameStateBase::AuthorityGameMode' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, SpectatorClass) == 0x000240, "Member 'AGameStateBase::SpectatorClass' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, PlayerArray) == 0x000248, "Member 'AGameStateBase::PlayerArray' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, bReplicatedHasBegunPlay) == 0x000258, "Member 'AGameStateBase::bReplicatedHasBegunPlay' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ReplicatedWorldTimeSeconds) == 0x00025C, "Member 'AGameStateBase::ReplicatedWorldTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsDelta) == 0x000260, "Member 'AGameStateBase::ServerWorldTimeSecondsDelta' has a wrong offset!"); \ static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsUpdateFrequency) == 0x000264, "Member 'AGameStateBase::ServerWorldTimeSecondsUpdateFrequency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameState \ static_assert(alignof(AGameState) == 0x000008, "Wrong alignment on AGameState"); \ static_assert(sizeof(AGameState) == 0x0002A0, "Wrong size on AGameState"); \ static_assert(offsetof(AGameState, MatchState) == 0x000280, "Member 'AGameState::MatchState' has a wrong offset!"); \ static_assert(offsetof(AGameState, PreviousMatchState) == 0x000288, "Member 'AGameState::PreviousMatchState' has a wrong offset!"); \ static_assert(offsetof(AGameState, ElapsedTime) == 0x000290, "Member 'AGameState::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDistributionFloatConstant \ static_assert(alignof(UDistributionFloatConstant) == 0x000008, "Wrong alignment on UDistributionFloatConstant"); \ static_assert(sizeof(UDistributionFloatConstant) == 0x000040, "Wrong size on UDistributionFloatConstant"); \ static_assert(offsetof(UDistributionFloatConstant, Constant) == 0x000038, "Member 'UDistributionFloatConstant::Constant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDistributionFloatParameterBase \ static_assert(alignof(UDistributionFloatParameterBase) == 0x000008, "Wrong alignment on UDistributionFloatParameterBase"); \ static_assert(sizeof(UDistributionFloatParameterBase) == 0x000060, "Wrong size on UDistributionFloatParameterBase"); \ static_assert(offsetof(UDistributionFloatParameterBase, ParameterName) == 0x000040, "Member 'UDistributionFloatParameterBase::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UDistributionFloatParameterBase, MinInput) == 0x000048, "Member 'UDistributionFloatParameterBase::MinInput' has a wrong offset!"); \ static_assert(offsetof(UDistributionFloatParameterBase, MaxInput) == 0x00004C, "Member 'UDistributionFloatParameterBase::MaxInput' has a wrong offset!"); \ static_assert(offsetof(UDistributionFloatParameterBase, MinOutput) == 0x000050, "Member 'UDistributionFloatParameterBase::MinOutput' has a wrong offset!"); \ static_assert(offsetof(UDistributionFloatParameterBase, MaxOutput) == 0x000054, "Member 'UDistributionFloatParameterBase::MaxOutput' has a wrong offset!"); \ static_assert(offsetof(UDistributionFloatParameterBase, ParamMode) == 0x000058, "Member 'UDistributionFloatParameterBase::ParamMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDistributionFloatParticleParameter \ static_assert(alignof(UDistributionFloatParticleParameter) == 0x000008, "Wrong alignment on UDistributionFloatParticleParameter"); \ static_assert(sizeof(UDistributionFloatParticleParameter) == 0x000060, "Wrong size on UDistributionFloatParticleParameter"); \ #define DUMPER7_ASSERTS_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_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_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_RemoveShowOnlyLight \ static_assert(alignof(SceneCaptureComponent_RemoveShowOnlyLight) == 0x000008, "Wrong alignment on SceneCaptureComponent_RemoveShowOnlyLight"); \ static_assert(sizeof(SceneCaptureComponent_RemoveShowOnlyLight) == 0x000008, "Wrong size on SceneCaptureComponent_RemoveShowOnlyLight"); \ static_assert(offsetof(SceneCaptureComponent_RemoveShowOnlyLight, InComponent) == 0x000000, "Member 'SceneCaptureComponent_RemoveShowOnlyLight::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_SceneCaptureComponent_ShowOnlyLight \ static_assert(alignof(SceneCaptureComponent_ShowOnlyLight) == 0x000008, "Wrong alignment on SceneCaptureComponent_ShowOnlyLight"); \ static_assert(sizeof(SceneCaptureComponent_ShowOnlyLight) == 0x000008, "Wrong size on SceneCaptureComponent_ShowOnlyLight"); \ static_assert(offsetof(SceneCaptureComponent_ShowOnlyLight, InComponent) == 0x000000, "Member 'SceneCaptureComponent_ShowOnlyLight::InComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneCaptureComponent \ static_assert(alignof(USceneCaptureComponent) == 0x000010, "Wrong alignment on USceneCaptureComponent"); \ static_assert(sizeof(USceneCaptureComponent) == 0x0002E0, "Wrong size on USceneCaptureComponent"); \ static_assert(offsetof(USceneCaptureComponent, PrimitiveRenderMode) == 0x000208, "Member 'USceneCaptureComponent::PrimitiveRenderMode' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, CaptureSource) == 0x000209, "Member 'USceneCaptureComponent::CaptureSource' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, bAlwaysPersistRenderingState) == 0x00020B, "Member 'USceneCaptureComponent::bAlwaysPersistRenderingState' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, bOverridePreExposure) == 0x00020C, "Member 'USceneCaptureComponent::bOverridePreExposure' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, bIgnorePreExposureForTonemapper) == 0x00020D, "Member 'USceneCaptureComponent::bIgnorePreExposureForTonemapper' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, PreExposure) == 0x000210, "Member 'USceneCaptureComponent::PreExposure' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, HiddenComponents) == 0x000218, "Member 'USceneCaptureComponent::HiddenComponents' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, HiddenActors) == 0x000228, "Member 'USceneCaptureComponent::HiddenActors' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, ShowOnlyComponents) == 0x000238, "Member 'USceneCaptureComponent::ShowOnlyComponents' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, ShowOnlyLights) == 0x000248, "Member 'USceneCaptureComponent::ShowOnlyLights' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, ShowOnlyActors) == 0x000258, "Member 'USceneCaptureComponent::ShowOnlyActors' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, LODDistanceFactor) == 0x000268, "Member 'USceneCaptureComponent::LODDistanceFactor' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, MaxViewDistanceOverride) == 0x00026C, "Member 'USceneCaptureComponent::MaxViewDistanceOverride' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, CaptureSortPriority) == 0x000270, "Member 'USceneCaptureComponent::CaptureSortPriority' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, bUseRayTracingIfEnabled) == 0x000274, "Member 'USceneCaptureComponent::bUseRayTracingIfEnabled' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, ShowFlagSettings) == 0x000278, "Member 'USceneCaptureComponent::ShowFlagSettings' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent, ProfilingEventName) == 0x0002B8, "Member 'USceneCaptureComponent::ProfilingEventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent2D_AddOrUpdateBlendable \ static_assert(alignof(SceneCaptureComponent2D_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on SceneCaptureComponent2D_AddOrUpdateBlendable"); \ static_assert(sizeof(SceneCaptureComponent2D_AddOrUpdateBlendable) == 0x000018, "Wrong size on SceneCaptureComponent2D_AddOrUpdateBlendable"); \ static_assert(offsetof(SceneCaptureComponent2D_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'SceneCaptureComponent2D_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ static_assert(offsetof(SceneCaptureComponent2D_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'SceneCaptureComponent2D_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureComponent2D_RemoveBlendable \ static_assert(alignof(SceneCaptureComponent2D_RemoveBlendable) == 0x000008, "Wrong alignment on SceneCaptureComponent2D_RemoveBlendable"); \ static_assert(sizeof(SceneCaptureComponent2D_RemoveBlendable) == 0x000010, "Wrong size on SceneCaptureComponent2D_RemoveBlendable"); \ static_assert(offsetof(SceneCaptureComponent2D_RemoveBlendable, InBlendableObject) == 0x000000, "Member 'SceneCaptureComponent2D_RemoveBlendable::InBlendableObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USceneCaptureComponent2D \ static_assert(alignof(USceneCaptureComponent2D) == 0x000010, "Wrong alignment on USceneCaptureComponent2D"); \ static_assert(sizeof(USceneCaptureComponent2D) == 0x000900, "Wrong size on USceneCaptureComponent2D"); \ static_assert(offsetof(USceneCaptureComponent2D, ProjectionType) == 0x0002D8, "Member 'USceneCaptureComponent2D::ProjectionType' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, FOVAngle) == 0x0002DC, "Member 'USceneCaptureComponent2D::FOVAngle' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, OrthoWidth) == 0x0002E0, "Member 'USceneCaptureComponent2D::OrthoWidth' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, TextureTarget) == 0x0002E8, "Member 'USceneCaptureComponent2D::TextureTarget' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, CompositeMode) == 0x0002F0, "Member 'USceneCaptureComponent2D::CompositeMode' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, PostProcessSettings) == 0x000300, "Member 'USceneCaptureComponent2D::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, PostProcessBlendWeight) == 0x000860, "Member 'USceneCaptureComponent2D::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, CustomNearClippingPlane) == 0x000868, "Member 'USceneCaptureComponent2D::CustomNearClippingPlane' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, bUseCustomProjectionMatrix) == 0x00086C, "Member 'USceneCaptureComponent2D::bUseCustomProjectionMatrix' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, CustomProjectionMatrix) == 0x000870, "Member 'USceneCaptureComponent2D::CustomProjectionMatrix' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, bEnableClipPlane) == 0x0008B0, "Member 'USceneCaptureComponent2D::bEnableClipPlane' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneBase) == 0x0008B4, "Member 'USceneCaptureComponent2D::ClipPlaneBase' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneNormal) == 0x0008C0, "Member 'USceneCaptureComponent2D::ClipPlaneNormal' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponent2D, bDisableFlipCopyGLES) == 0x0008E4, "Member 'USceneCaptureComponent2D::bDisableFlipCopyGLES' 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_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_UBookmarkBase \ static_assert(alignof(UBookmarkBase) == 0x000008, "Wrong alignment on UBookmarkBase"); \ static_assert(sizeof(UBookmarkBase) == 0x000028, "Wrong size on UBookmarkBase"); \ #define DUMPER7_ASSERTS_UParticleModule \ static_assert(alignof(UParticleModule) == 0x000008, "Wrong alignment on UParticleModule"); \ static_assert(sizeof(UParticleModule) == 0x000030, "Wrong size on UParticleModule"); \ static_assert(offsetof(UParticleModule, LODValidity) == 0x00002A, "Member 'UParticleModule::LODValidity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleSubUVBase \ static_assert(alignof(UParticleModuleSubUVBase) == 0x000008, "Wrong alignment on UParticleModuleSubUVBase"); \ static_assert(sizeof(UParticleModuleSubUVBase) == 0x000030, "Wrong size on UParticleModuleSubUVBase"); \ #define DUMPER7_ASSERTS_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_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_UMaterialExpressionCustomOutput \ static_assert(alignof(UMaterialExpressionCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionCustomOutput"); \ static_assert(sizeof(UMaterialExpressionCustomOutput) == 0x000040, "Wrong size on UMaterialExpressionCustomOutput"); \ #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_ULightmassPortalComponent \ static_assert(alignof(ULightmassPortalComponent) == 0x000010, "Wrong alignment on ULightmassPortalComponent"); \ static_assert(sizeof(ULightmassPortalComponent) == 0x000210, "Wrong size on ULightmassPortalComponent"); \ static_assert(offsetof(ULightmassPortalComponent, PreviewBox) == 0x000208, "Member 'ULightmassPortalComponent::PreviewBox' 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_UParticleModuleLocationBase \ static_assert(alignof(UParticleModuleLocationBase) == 0x000008, "Wrong alignment on UParticleModuleLocationBase"); \ static_assert(sizeof(UParticleModuleLocationBase) == 0x000030, "Wrong size on UParticleModuleLocationBase"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationDirect \ static_assert(alignof(UParticleModuleLocationDirect) == 0x000008, "Wrong alignment on UParticleModuleLocationDirect"); \ static_assert(sizeof(UParticleModuleLocationDirect) == 0x000150, "Wrong size on UParticleModuleLocationDirect"); \ static_assert(offsetof(UParticleModuleLocationDirect, Location) == 0x000030, "Member 'UParticleModuleLocationDirect::Location' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationDirect, LocationOffset) == 0x000078, "Member 'UParticleModuleLocationDirect::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationDirect, ScaleFactor) == 0x0000C0, "Member 'UParticleModuleLocationDirect::ScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationDirect, Direction) == 0x000108, "Member 'UParticleModuleLocationDirect::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_ULocalMessage \ static_assert(alignof(ULocalMessage) == 0x000008, "Wrong alignment on ULocalMessage"); \ static_assert(sizeof(ULocalMessage) == 0x000028, "Wrong size on ULocalMessage"); \ #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_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) == 0x000260, "Wrong size on UChildActorComponent"); \ static_assert(offsetof(UChildActorComponent, ChildActorClass) == 0x000208, "Member 'UChildActorComponent::ChildActorClass' has a wrong offset!"); \ static_assert(offsetof(UChildActorComponent, ChildActor) == 0x000218, "Member 'UChildActorComponent::ChildActor' has a wrong offset!"); \ static_assert(offsetof(UChildActorComponent, ChildActorTemplate) == 0x000220, "Member 'UChildActorComponent::ChildActorTemplate' has a wrong offset!"); \ static_assert(offsetof(UChildActorComponent, ChildActorCheckpointGuid) == 0x000230, "Member 'UChildActorComponent::ChildActorCheckpointGuid' 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_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_ASplineMeshActor \ static_assert(alignof(ASplineMeshActor) == 0x000008, "Wrong alignment on ASplineMeshActor"); \ static_assert(sizeof(ASplineMeshActor) == 0x000238, "Wrong size on ASplineMeshActor"); \ static_assert(offsetof(ASplineMeshActor, SplineMeshComponent) == 0x000230, "Member 'ASplineMeshActor::SplineMeshComponent' 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_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_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_ULevelScriptBlueprint \ static_assert(alignof(ULevelScriptBlueprint) == 0x000008, "Wrong alignment on ULevelScriptBlueprint"); \ static_assert(sizeof(ULevelScriptBlueprint) == 0x0000A0, "Wrong size on ULevelScriptBlueprint"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveBase \ static_assert(alignof(UParticleModuleLocationPrimitiveBase) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveBase"); \ static_assert(sizeof(UParticleModuleLocationPrimitiveBase) == 0x0000B0, "Wrong size on UParticleModuleLocationPrimitiveBase"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveBase, VelocityScale) == 0x000038, "Member 'UParticleModuleLocationPrimitiveBase::VelocityScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveBase, StartLocation) == 0x000068, "Member 'UParticleModuleLocationPrimitiveBase::StartLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveSphere \ static_assert(alignof(UParticleModuleLocationPrimitiveSphere) == 0x000008, "Wrong alignment on UParticleModuleLocationPrimitiveSphere"); \ static_assert(sizeof(UParticleModuleLocationPrimitiveSphere) == 0x0000E0, "Wrong size on UParticleModuleLocationPrimitiveSphere"); \ static_assert(offsetof(UParticleModuleLocationPrimitiveSphere, StartRadius) == 0x0000B0, "Member 'UParticleModuleLocationPrimitiveSphere::StartRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABrush \ static_assert(alignof(ABrush) == 0x000008, "Wrong alignment on ABrush"); \ static_assert(sizeof(ABrush) == 0x000268, "Wrong size on ABrush"); \ static_assert(offsetof(ABrush, BrushType) == 0x000230, "Member 'ABrush::BrushType' has a wrong offset!"); \ static_assert(offsetof(ABrush, BrushColor) == 0x000234, "Member 'ABrush::BrushColor' has a wrong offset!"); \ static_assert(offsetof(ABrush, PolyFlags) == 0x000238, "Member 'ABrush::PolyFlags' has a wrong offset!"); \ static_assert(offsetof(ABrush, Brush) == 0x000240, "Member 'ABrush::Brush' has a wrong offset!"); \ static_assert(offsetof(ABrush, BrushComponent) == 0x000248, "Member 'ABrush::BrushComponent' has a wrong offset!"); \ static_assert(offsetof(ABrush, SavedSelections) == 0x000258, "Member 'ABrush::SavedSelections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackDirector \ static_assert(alignof(UInterpTrackDirector) == 0x000008, "Wrong alignment on UInterpTrackDirector"); \ static_assert(sizeof(UInterpTrackDirector) == 0x000088, "Wrong size on UInterpTrackDirector"); \ static_assert(offsetof(UInterpTrackDirector, CutTrack) == 0x000070, "Member 'UInterpTrackDirector::CutTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceProperty_ApplyDeviceProperty \ static_assert(alignof(InputDeviceProperty_ApplyDeviceProperty) == 0x000008, "Wrong alignment on InputDeviceProperty_ApplyDeviceProperty"); \ static_assert(sizeof(InputDeviceProperty_ApplyDeviceProperty) == 0x000080, "Wrong size on InputDeviceProperty_ApplyDeviceProperty"); \ static_assert(offsetof(InputDeviceProperty_ApplyDeviceProperty, UserId) == 0x000000, "Member 'InputDeviceProperty_ApplyDeviceProperty::UserId' has a wrong offset!"); \ static_assert(offsetof(InputDeviceProperty_ApplyDeviceProperty, DeviceID) == 0x000004, "Member 'InputDeviceProperty_ApplyDeviceProperty::DeviceID' has a wrong offset!"); \ static_assert(offsetof(InputDeviceProperty_ApplyDeviceProperty, ActiveProperty) == 0x000008, "Member 'InputDeviceProperty_ApplyDeviceProperty::ActiveProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceProperty_EvaluateDeviceProperty \ static_assert(alignof(InputDeviceProperty_EvaluateDeviceProperty) == 0x000008, "Wrong alignment on InputDeviceProperty_EvaluateDeviceProperty"); \ static_assert(sizeof(InputDeviceProperty_EvaluateDeviceProperty) == 0x000088, "Wrong size on InputDeviceProperty_EvaluateDeviceProperty"); \ static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, PlatformUser) == 0x000000, "Member 'InputDeviceProperty_EvaluateDeviceProperty::PlatformUser' has a wrong offset!"); \ static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, DeviceID) == 0x000004, "Member 'InputDeviceProperty_EvaluateDeviceProperty::DeviceID' has a wrong offset!"); \ static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, DeltaTime) == 0x000008, "Member 'InputDeviceProperty_EvaluateDeviceProperty::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, Duration) == 0x00000C, "Member 'InputDeviceProperty_EvaluateDeviceProperty::Duration' has a wrong offset!"); \ static_assert(offsetof(InputDeviceProperty_EvaluateDeviceProperty, ActiveProperty) == 0x000010, "Member 'InputDeviceProperty_EvaluateDeviceProperty::ActiveProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceProperty_ResetDeviceProperty \ static_assert(alignof(InputDeviceProperty_ResetDeviceProperty) == 0x000008, "Wrong alignment on InputDeviceProperty_ResetDeviceProperty"); \ static_assert(sizeof(InputDeviceProperty_ResetDeviceProperty) == 0x000088, "Wrong size on InputDeviceProperty_ResetDeviceProperty"); \ static_assert(offsetof(InputDeviceProperty_ResetDeviceProperty, PlatformUser) == 0x000000, "Member 'InputDeviceProperty_ResetDeviceProperty::PlatformUser' has a wrong offset!"); \ static_assert(offsetof(InputDeviceProperty_ResetDeviceProperty, DeviceID) == 0x000004, "Member 'InputDeviceProperty_ResetDeviceProperty::DeviceID' has a wrong offset!"); \ static_assert(offsetof(InputDeviceProperty_ResetDeviceProperty, ActiveProperty) == 0x000008, "Member 'InputDeviceProperty_ResetDeviceProperty::ActiveProperty' has a wrong offset!"); \ static_assert(offsetof(InputDeviceProperty_ResetDeviceProperty, bForceReset) == 0x000080, "Member 'InputDeviceProperty_ResetDeviceProperty::bForceReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputDeviceProperty \ static_assert(alignof(UInputDeviceProperty) == 0x000008, "Wrong alignment on UInputDeviceProperty"); \ static_assert(sizeof(UInputDeviceProperty) == 0x000030, "Wrong size on UInputDeviceProperty"); \ static_assert(offsetof(UInputDeviceProperty, PropertyDuration) == 0x000028, "Member 'UInputDeviceProperty::PropertyDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputDeviceTriggerEffect \ static_assert(alignof(UInputDeviceTriggerEffect) == 0x000008, "Wrong alignment on UInputDeviceTriggerEffect"); \ static_assert(sizeof(UInputDeviceTriggerEffect) == 0x000040, "Wrong size on UInputDeviceTriggerEffect"); \ static_assert(offsetof(UInputDeviceTriggerEffect, BaseTriggerData) == 0x000030, "Member 'UInputDeviceTriggerEffect::BaseTriggerData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputDeviceTriggerFeedbackProperty \ static_assert(alignof(UInputDeviceTriggerFeedbackProperty) == 0x000008, "Wrong alignment on UInputDeviceTriggerFeedbackProperty"); \ static_assert(sizeof(UInputDeviceTriggerFeedbackProperty) == 0x0000B8, "Wrong size on UInputDeviceTriggerFeedbackProperty"); \ static_assert(offsetof(UInputDeviceTriggerFeedbackProperty, TriggerData) == 0x000040, "Member 'UInputDeviceTriggerFeedbackProperty::TriggerData' has a wrong offset!"); \ static_assert(offsetof(UInputDeviceTriggerFeedbackProperty, DeviceOverrideData) == 0x000050, "Member 'UInputDeviceTriggerFeedbackProperty::DeviceOverrideData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0000D8, "Wrong size on UPlatformEventsComponent"); \ static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToLaptopModeDelegate) == 0x0000B8, "Member 'UPlatformEventsComponent::PlatformChangedToLaptopModeDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToTabletModeDelegate) == 0x0000C8, "Member 'UPlatformEventsComponent::PlatformChangedToTabletModeDelegate' 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_UEngineSubsystem \ static_assert(alignof(UEngineSubsystem) == 0x000008, "Wrong alignment on UEngineSubsystem"); \ static_assert(sizeof(UEngineSubsystem) == 0x000030, "Wrong size on UEngineSubsystem"); \ #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_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_UWorldSubsystem \ static_assert(alignof(UWorldSubsystem) == 0x000008, "Wrong alignment on UWorldSubsystem"); \ static_assert(sizeof(UWorldSubsystem) == 0x000030, "Wrong size on UWorldSubsystem"); \ #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_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_DrawDebugText \ static_assert(alignof(HUD_DrawDebugText) == 0x000008, "Wrong alignment on HUD_DrawDebugText"); \ static_assert(sizeof(HUD_DrawDebugText) == 0x000050, "Wrong size on HUD_DrawDebugText"); \ static_assert(offsetof(HUD_DrawDebugText, DebugText) == 0x000000, "Member 'HUD_DrawDebugText::DebugText' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawDebugText, SrcActor) == 0x000010, "Member 'HUD_DrawDebugText::SrcActor' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawDebugText, Duration) == 0x000018, "Member 'HUD_DrawDebugText::Duration' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawDebugText, Offset) == 0x00001C, "Member 'HUD_DrawDebugText::Offset' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawDebugText, DesiredOffset) == 0x000028, "Member 'HUD_DrawDebugText::DesiredOffset' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawDebugText, TextColor) == 0x000034, "Member 'HUD_DrawDebugText::TextColor' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawDebugText, bSkipOverwriteCheck) == 0x000038, "Member 'HUD_DrawDebugText::bSkipOverwriteCheck' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawDebugText, bAbsoluteLocation) == 0x000039, "Member 'HUD_DrawDebugText::bAbsoluteLocation' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawDebugText, bKeepAttachedToActor) == 0x00003A, "Member 'HUD_DrawDebugText::bKeepAttachedToActor' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawDebugText, InFont) == 0x000040, "Member 'HUD_DrawDebugText::InFont' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawDebugText, FontScale) == 0x000048, "Member 'HUD_DrawDebugText::FontScale' has a wrong offset!"); \ static_assert(offsetof(HUD_DrawDebugText, bDrawShadow) == 0x00004C, "Member 'HUD_DrawDebugText::bDrawShadow' 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_RemoveDrawDebugText \ static_assert(alignof(HUD_RemoveDrawDebugText) == 0x000008, "Wrong alignment on HUD_RemoveDrawDebugText"); \ static_assert(sizeof(HUD_RemoveDrawDebugText) == 0x000010, "Wrong size on HUD_RemoveDrawDebugText"); \ static_assert(offsetof(HUD_RemoveDrawDebugText, SrcActor) == 0x000000, "Member 'HUD_RemoveDrawDebugText::SrcActor' has a wrong offset!"); \ static_assert(offsetof(HUD_RemoveDrawDebugText, bLeaveDurationText) == 0x000008, "Member 'HUD_RemoveDrawDebugText::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) == 0x000320, "Wrong size on AHUD"); \ static_assert(offsetof(AHUD, PlayerOwner) == 0x000230, "Member 'AHUD::PlayerOwner' has a wrong offset!"); \ static_assert(offsetof(AHUD, CurrentTargetIndex) == 0x00023C, "Member 'AHUD::CurrentTargetIndex' has a wrong offset!"); \ static_assert(offsetof(AHUD, PostRenderedActors) == 0x000248, "Member 'AHUD::PostRenderedActors' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugDisplay) == 0x000260, "Member 'AHUD::DebugDisplay' has a wrong offset!"); \ static_assert(offsetof(AHUD, ToggledDebugCategories) == 0x000270, "Member 'AHUD::ToggledDebugCategories' has a wrong offset!"); \ static_assert(offsetof(AHUD, Canvas) == 0x000280, "Member 'AHUD::Canvas' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugCanvas) == 0x000288, "Member 'AHUD::DebugCanvas' has a wrong offset!"); \ static_assert(offsetof(AHUD, DebugTextList) == 0x000290, "Member 'AHUD::DebugTextList' has a wrong offset!"); \ static_assert(offsetof(AHUD, ShowDebugTargetDesiredClass) == 0x0002A0, "Member 'AHUD::ShowDebugTargetDesiredClass' has a wrong offset!"); \ static_assert(offsetof(AHUD, ShowDebugTargetActor) == 0x0002A8, "Member 'AHUD::ShowDebugTargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimBoneCompressionSettings \ static_assert(alignof(UAnimBoneCompressionSettings) == 0x000008, "Wrong alignment on UAnimBoneCompressionSettings"); \ static_assert(sizeof(UAnimBoneCompressionSettings) == 0x000038, "Wrong size on UAnimBoneCompressionSettings"); \ static_assert(offsetof(UAnimBoneCompressionSettings, Codecs) == 0x000028, "Member 'UAnimBoneCompressionSettings::Codecs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UScriptViewportClient \ static_assert(alignof(UScriptViewportClient) == 0x000008, "Wrong alignment on UScriptViewportClient"); \ static_assert(sizeof(UScriptViewportClient) == 0x000038, "Wrong size on UScriptViewportClient"); \ #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_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) == 0x0006B0, "Wrong size on USkinnedMeshComponent"); \ static_assert(offsetof(USkinnedMeshComponent, SkeletalMesh) == 0x000490, "Member 'USkinnedMeshComponent::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, MasterPoseComponent) == 0x000498, "Member 'USkinnedMeshComponent::MasterPoseComponent' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, SkinCacheUsage) == 0x0004A0, "Member 'USkinnedMeshComponent::SkinCacheUsage' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, VertexOffsetUsage) == 0x0004B0, "Member 'USkinnedMeshComponent::VertexOffsetUsage' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, PhysicsAssetOverride) == 0x0005B8, "Member 'USkinnedMeshComponent::PhysicsAssetOverride' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, ForcedLodModel) == 0x0005C0, "Member 'USkinnedMeshComponent::ForcedLodModel' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, MinLodModel) == 0x0005C4, "Member 'USkinnedMeshComponent::MinLodModel' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, StreamingDistanceMultiplier) == 0x0005D0, "Member 'USkinnedMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, LODInfo) == 0x0005E0, "Member 'USkinnedMeshComponent::LODInfo' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, VisibilityBasedAnimTickOption) == 0x000614, "Member 'USkinnedMeshComponent::VisibilityBasedAnimTickOption' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, CapsuleIndirectShadowMinVisibility) == 0x00061C, "Member 'USkinnedMeshComponent::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, CachedWorldSpaceBounds) == 0x000630, "Member 'USkinnedMeshComponent::CachedWorldSpaceBounds' has a wrong offset!"); \ static_assert(offsetof(USkinnedMeshComponent, CachedWorldToLocalTransform) == 0x000650, "Member 'USkinnedMeshComponent::CachedWorldToLocalTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundEffectPreset \ static_assert(alignof(USoundEffectPreset) == 0x000008, "Wrong alignment on USoundEffectPreset"); \ static_assert(sizeof(USoundEffectPreset) == 0x000068, "Wrong size on USoundEffectPreset"); \ #define DUMPER7_ASSERTS_GameInstance_DebugCreatePlayer \ static_assert(alignof(GameInstance_DebugCreatePlayer) == 0x000004, "Wrong alignment on GameInstance_DebugCreatePlayer"); \ static_assert(sizeof(GameInstance_DebugCreatePlayer) == 0x000004, "Wrong size on GameInstance_DebugCreatePlayer"); \ static_assert(offsetof(GameInstance_DebugCreatePlayer, ControllerId) == 0x000000, "Member 'GameInstance_DebugCreatePlayer::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameInstance_DebugRemovePlayer \ static_assert(alignof(GameInstance_DebugRemovePlayer) == 0x000004, "Wrong alignment on GameInstance_DebugRemovePlayer"); \ static_assert(sizeof(GameInstance_DebugRemovePlayer) == 0x000004, "Wrong size on GameInstance_DebugRemovePlayer"); \ static_assert(offsetof(GameInstance_DebugRemovePlayer, ControllerId) == 0x000000, "Member 'GameInstance_DebugRemovePlayer::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameInstance_HandleNetworkError \ static_assert(alignof(GameInstance_HandleNetworkError) == 0x000001, "Wrong alignment on GameInstance_HandleNetworkError"); \ static_assert(sizeof(GameInstance_HandleNetworkError) == 0x000002, "Wrong size on GameInstance_HandleNetworkError"); \ static_assert(offsetof(GameInstance_HandleNetworkError, FailureType) == 0x000000, "Member 'GameInstance_HandleNetworkError::FailureType' has a wrong offset!"); \ static_assert(offsetof(GameInstance_HandleNetworkError, bIsServer) == 0x000001, "Member 'GameInstance_HandleNetworkError::bIsServer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameInstance_HandleTravelError \ static_assert(alignof(GameInstance_HandleTravelError) == 0x000001, "Wrong alignment on GameInstance_HandleTravelError"); \ static_assert(sizeof(GameInstance_HandleTravelError) == 0x000001, "Wrong size on GameInstance_HandleTravelError"); \ static_assert(offsetof(GameInstance_HandleTravelError, FailureType) == 0x000000, "Member 'GameInstance_HandleTravelError::FailureType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameInstance \ static_assert(alignof(UGameInstance) == 0x000008, "Wrong alignment on UGameInstance"); \ static_assert(sizeof(UGameInstance) == 0x0001C8, "Wrong size on UGameInstance"); \ static_assert(offsetof(UGameInstance, LocalPlayers) == 0x000038, "Member 'UGameInstance::LocalPlayers' has a wrong offset!"); \ static_assert(offsetof(UGameInstance, OnlineSession) == 0x000048, "Member 'UGameInstance::OnlineSession' has a wrong offset!"); \ static_assert(offsetof(UGameInstance, ReferencedObjects) == 0x000050, "Member 'UGameInstance::ReferencedObjects' has a wrong offset!"); \ static_assert(offsetof(UGameInstance, OnPawnControllerChangedDelegates) == 0x000078, "Member 'UGameInstance::OnPawnControllerChangedDelegates' has a wrong offset!"); \ static_assert(offsetof(UGameInstance, OnInputDeviceConnectionChange) == 0x0000A0, "Member 'UGameInstance::OnInputDeviceConnectionChange' has a wrong offset!"); \ static_assert(offsetof(UGameInstance, OnUserInputDevicePairingChange) == 0x0000B0, "Member 'UGameInstance::OnUserInputDevicePairingChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlatformGameInstance \ static_assert(alignof(UPlatformGameInstance) == 0x000008, "Wrong alignment on UPlatformGameInstance"); \ static_assert(sizeof(UPlatformGameInstance) == 0x000298, "Wrong size on UPlatformGameInstance"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationWillDeactivateDelegate) == 0x0001C8, "Member 'UPlatformGameInstance::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationHasReactivatedDelegate) == 0x0001D8, "Member 'UPlatformGameInstance::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationWillEnterBackgroundDelegate) == 0x0001E8, "Member 'UPlatformGameInstance::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationHasEnteredForegroundDelegate) == 0x0001F8, "Member 'UPlatformGameInstance::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationWillTerminateDelegate) == 0x000208, "Member 'UPlatformGameInstance::ApplicationWillTerminateDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationShouldUnloadResourcesDelegate) == 0x000218, "Member 'UPlatformGameInstance::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedStartupArgumentsDelegate) == 0x000228, "Member 'UPlatformGameInstance::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForRemoteNotificationsDelegate) == 0x000238, "Member 'UPlatformGameInstance::ApplicationRegisteredForRemoteNotificationsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForUserNotificationsDelegate) == 0x000248, "Member 'UPlatformGameInstance::ApplicationRegisteredForUserNotificationsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationFailedToRegisterForRemoteNotificationsDelegate) == 0x000258, "Member 'UPlatformGameInstance::ApplicationFailedToRegisterForRemoteNotificationsDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedRemoteNotificationDelegate) == 0x000268, "Member 'UPlatformGameInstance::ApplicationReceivedRemoteNotificationDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedLocalNotificationDelegate) == 0x000278, "Member 'UPlatformGameInstance::ApplicationReceivedLocalNotificationDelegate' has a wrong offset!"); \ static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedScreenOrientationChangedNotificationDelegate) == 0x000288, "Member 'UPlatformGameInstance::ApplicationReceivedScreenOrientationChangedNotificationDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_SetAllowClothActors \ static_assert(alignof(SkeletalMeshComponent_SetAllowClothActors) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllowClothActors"); \ static_assert(sizeof(SkeletalMeshComponent_SetAllowClothActors) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAllowClothActors"); \ static_assert(offsetof(SkeletalMeshComponent_SetAllowClothActors, bInAllow) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowClothActors::bInAllow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation \ static_assert(alignof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation"); \ static_assert(sizeof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation) == 0x000018, "Wrong size on SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation"); \ static_assert(offsetof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation, List) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation::List' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation, bAllow) == 0x000010, "Member 'SkeletalMeshComponent_SetAllowedAnimCurvesEvaluation::bAllow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAllowRigidBodyAnimNode \ static_assert(alignof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAllowRigidBodyAnimNode"); \ static_assert(sizeof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode) == 0x000002, "Wrong size on SkeletalMeshComponent_SetAllowRigidBodyAnimNode"); \ static_assert(offsetof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode, bInAllow) == 0x000000, "Member 'SkeletalMeshComponent_SetAllowRigidBodyAnimNode::bInAllow' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetAllowRigidBodyAnimNode, bReinitAnim) == 0x000001, "Member 'SkeletalMeshComponent_SetAllowRigidBodyAnimNode::bReinitAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAngularLimits \ static_assert(alignof(SkeletalMeshComponent_SetAngularLimits) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetAngularLimits"); \ static_assert(sizeof(SkeletalMeshComponent_SetAngularLimits) == 0x000014, "Wrong size on SkeletalMeshComponent_SetAngularLimits"); \ static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, InBoneName) == 0x000000, "Member 'SkeletalMeshComponent_SetAngularLimits::InBoneName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, Swing1LimitAngle) == 0x000008, "Member 'SkeletalMeshComponent_SetAngularLimits::Swing1LimitAngle' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, TwistLimitAngle) == 0x00000C, "Member 'SkeletalMeshComponent_SetAngularLimits::TwistLimitAngle' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_SetAngularLimits, Swing2LimitAngle) == 0x000010, "Member 'SkeletalMeshComponent_SetAngularLimits::Swing2LimitAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimation \ static_assert(alignof(SkeletalMeshComponent_SetAnimation) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAnimation"); \ static_assert(sizeof(SkeletalMeshComponent_SetAnimation) == 0x000008, "Wrong size on SkeletalMeshComponent_SetAnimation"); \ static_assert(offsetof(SkeletalMeshComponent_SetAnimation, NewAnimToPlay) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimation::NewAnimToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimationMode \ static_assert(alignof(SkeletalMeshComponent_SetAnimationMode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAnimationMode"); \ static_assert(sizeof(SkeletalMeshComponent_SetAnimationMode) == 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_GetAllowClothActors \ static_assert(alignof(SkeletalMeshComponent_GetAllowClothActors) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowClothActors"); \ static_assert(sizeof(SkeletalMeshComponent_GetAllowClothActors) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowClothActors"); \ static_assert(offsetof(SkeletalMeshComponent_GetAllowClothActors, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowClothActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowedAnimCurveEvaluate \ static_assert(alignof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowedAnimCurveEvaluate"); \ static_assert(sizeof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowedAnimCurveEvaluate"); \ static_assert(offsetof(SkeletalMeshComponent_GetAllowedAnimCurveEvaluate, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowedAnimCurveEvaluate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAllowRigidBodyAnimNode \ static_assert(alignof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAllowRigidBodyAnimNode"); \ static_assert(sizeof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAllowRigidBodyAnimNode"); \ static_assert(offsetof(SkeletalMeshComponent_GetAllowRigidBodyAnimNode, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAllowRigidBodyAnimNode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimationMode \ static_assert(alignof(SkeletalMeshComponent_GetAnimationMode) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAnimationMode"); \ static_assert(sizeof(SkeletalMeshComponent_GetAnimationMode) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAnimationMode"); \ static_assert(offsetof(SkeletalMeshComponent_GetAnimationMode, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimationMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetAnimInstance \ static_assert(alignof(SkeletalMeshComponent_GetAnimInstance) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetAnimInstance"); \ static_assert(sizeof(SkeletalMeshComponent_GetAnimInstance) == 0x000008, "Wrong size on SkeletalMeshComponent_GetAnimInstance"); \ static_assert(offsetof(SkeletalMeshComponent_GetAnimInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAnimInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetBoneMass \ static_assert(alignof(SkeletalMeshComponent_GetBoneMass) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetBoneMass"); \ static_assert(sizeof(SkeletalMeshComponent_GetBoneMass) == 0x000010, "Wrong size on SkeletalMeshComponent_GetBoneMass"); \ static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, BoneName) == 0x000000, "Member 'SkeletalMeshComponent_GetBoneMass::BoneName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, bScaleMass) == 0x000008, "Member 'SkeletalMeshComponent_GetBoneMass::bScaleMass' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetBoneMass, ReturnValue) == 0x00000C, "Member 'SkeletalMeshComponent_GetBoneMass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetClothingSimulationInteractor \ static_assert(alignof(SkeletalMeshComponent_GetClothingSimulationInteractor) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetClothingSimulationInteractor"); \ static_assert(sizeof(SkeletalMeshComponent_GetClothingSimulationInteractor) == 0x000008, "Wrong size on SkeletalMeshComponent_GetClothingSimulationInteractor"); \ static_assert(offsetof(SkeletalMeshComponent_GetClothingSimulationInteractor, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetClothingSimulationInteractor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetClothMaxDistanceScale \ static_assert(alignof(SkeletalMeshComponent_GetClothMaxDistanceScale) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetClothMaxDistanceScale"); \ static_assert(sizeof(SkeletalMeshComponent_GetClothMaxDistanceScale) == 0x000004, "Wrong size on SkeletalMeshComponent_GetClothMaxDistanceScale"); \ static_assert(offsetof(SkeletalMeshComponent_GetClothMaxDistanceScale, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetClothMaxDistanceScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisableAnimCurves \ static_assert(alignof(SkeletalMeshComponent_GetDisableAnimCurves) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetDisableAnimCurves"); \ static_assert(sizeof(SkeletalMeshComponent_GetDisableAnimCurves) == 0x000001, "Wrong size on SkeletalMeshComponent_GetDisableAnimCurves"); \ static_assert(offsetof(SkeletalMeshComponent_GetDisableAnimCurves, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetDisableAnimCurves::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetDisablePostProcessBlueprint \ static_assert(alignof(SkeletalMeshComponent_GetDisablePostProcessBlueprint) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetDisablePostProcessBlueprint"); \ static_assert(sizeof(SkeletalMeshComponent_GetDisablePostProcessBlueprint) == 0x000001, "Wrong size on SkeletalMeshComponent_GetDisablePostProcessBlueprint"); \ static_assert(offsetof(SkeletalMeshComponent_GetDisablePostProcessBlueprint, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetDisablePostProcessBlueprint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag \ static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag"); \ static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag::InTag' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstanceByTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag \ static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag"); \ static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag) == 0x000018, "Wrong size on SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag, InTag) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag::InTag' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag, OutLinkedInstances) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimGraphInstancesByTag::OutLinkedInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass \ static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass"); \ static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass, InClass) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass::InClass' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup \ static_assert(alignof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup"); \ static_assert(sizeof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup) == 0x000010, "Wrong size on SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup, InGroup) == 0x000000, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup::InGroup' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetLinkedAnimLayerInstanceByGroup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetMorphTarget \ static_assert(alignof(SkeletalMeshComponent_GetMorphTarget) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetMorphTarget"); \ static_assert(sizeof(SkeletalMeshComponent_GetMorphTarget) == 0x00000C, "Wrong size on SkeletalMeshComponent_GetMorphTarget"); \ static_assert(offsetof(SkeletalMeshComponent_GetMorphTarget, MorphTargetName) == 0x000000, "Member 'SkeletalMeshComponent_GetMorphTarget::MorphTargetName' has a wrong offset!"); \ static_assert(offsetof(SkeletalMeshComponent_GetMorphTarget, ReturnValue) == 0x000008, "Member 'SkeletalMeshComponent_GetMorphTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPlayRate \ static_assert(alignof(SkeletalMeshComponent_GetPlayRate) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetPlayRate"); \ static_assert(sizeof(SkeletalMeshComponent_GetPlayRate) == 0x000004, "Wrong size on SkeletalMeshComponent_GetPlayRate"); \ static_assert(offsetof(SkeletalMeshComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPosition \ static_assert(alignof(SkeletalMeshComponent_GetPosition) == 0x000004, "Wrong alignment on SkeletalMeshComponent_GetPosition"); \ static_assert(sizeof(SkeletalMeshComponent_GetPosition) == 0x000004, "Wrong size on SkeletalMeshComponent_GetPosition"); \ static_assert(offsetof(SkeletalMeshComponent_GetPosition, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetPostProcessInstance \ static_assert(alignof(SkeletalMeshComponent_GetPostProcessInstance) == 0x000008, "Wrong alignment on SkeletalMeshComponent_GetPostProcessInstance"); \ static_assert(sizeof(SkeletalMeshComponent_GetPostProcessInstance) == 0x000008, "Wrong size on SkeletalMeshComponent_GetPostProcessInstance"); \ static_assert(offsetof(SkeletalMeshComponent_GetPostProcessInstance, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetPostProcessInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkeletalMeshComponent_GetSkeletalCenterOfMass \ static_assert(alignof(SkeletalMeshComponent_GetSkeletalCenterOfMass) == 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) == 0x000EE0, "Wrong size on USkeletalMeshComponent"); \ static_assert(offsetof(USkeletalMeshComponent, AnimBlueprintGeneratedClass) == 0x0006B0, "Member 'USkeletalMeshComponent::AnimBlueprintGeneratedClass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimClass) == 0x0006B8, "Member 'USkeletalMeshComponent::AnimClass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimScriptInstance) == 0x0006C0, "Member 'USkeletalMeshComponent::AnimScriptInstance' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, PostProcessAnimInstance) == 0x0006C8, "Member 'USkeletalMeshComponent::PostProcessAnimInstance' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimationData) == 0x0006D0, "Member 'USkeletalMeshComponent::AnimationData' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, RootBoneTranslation) == 0x0006F8, "Member 'USkeletalMeshComponent::RootBoneTranslation' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, LineCheckBoundsScale) == 0x000704, "Member 'USkeletalMeshComponent::LineCheckBoundsScale' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, LinkedInstances) == 0x000740, "Member 'USkeletalMeshComponent::LinkedInstances' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, CachedBoneSpaceTransforms) == 0x000750, "Member 'USkeletalMeshComponent::CachedBoneSpaceTransforms' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, CachedComponentSpaceTransforms) == 0x000760, "Member 'USkeletalMeshComponent::CachedComponentSpaceTransforms' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, GlobalAnimRateScale) == 0x0008C0, "Member 'USkeletalMeshComponent::GlobalAnimRateScale' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, KinematicBonesUpdateType) == 0x0008C4, "Member 'USkeletalMeshComponent::KinematicBonesUpdateType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, PhysicsTransformUpdateMode) == 0x0008C5, "Member 'USkeletalMeshComponent::PhysicsTransformUpdateMode' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, AnimationMode) == 0x0008C7, "Member 'USkeletalMeshComponent::AnimationMode' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, CachedAnimCurveUidVersion) == 0x0008D6, "Member 'USkeletalMeshComponent::CachedAnimCurveUidVersion' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, ClothBlendWeight) == 0x0008D8, "Member 'USkeletalMeshComponent::ClothBlendWeight' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, bWaitForParallelClothTask) == 0x0008DC, "Member 'USkeletalMeshComponent::bWaitForParallelClothTask' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, DisallowedAnimCurves) == 0x0008E0, "Member 'USkeletalMeshComponent::DisallowedAnimCurves' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, BodySetup) == 0x0008F0, "Member 'USkeletalMeshComponent::BodySetup' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, OnConstraintBroken) == 0x000900, "Member 'USkeletalMeshComponent::OnConstraintBroken' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, ClothingSimulationFactory) == 0x000910, "Member 'USkeletalMeshComponent::ClothingSimulationFactory' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, TeleportDistanceThreshold) == 0x0009E8, "Member 'USkeletalMeshComponent::TeleportDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, TeleportRotationThreshold) == 0x0009EC, "Member 'USkeletalMeshComponent::TeleportRotationThreshold' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, LastPoseTickFrame) == 0x0009F8, "Member 'USkeletalMeshComponent::LastPoseTickFrame' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, ClothingInteractor) == 0x000A50, "Member 'USkeletalMeshComponent::ClothingInteractor' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshComponent, OnAnimInitialized) == 0x000B20, "Member 'USkeletalMeshComponent::OnAnimInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDecalDerivative \ static_assert(alignof(UMaterialExpressionDecalDerivative) == 0x000008, "Wrong alignment on UMaterialExpressionDecalDerivative"); \ static_assert(sizeof(UMaterialExpressionDecalDerivative) == 0x000040, "Wrong size on UMaterialExpressionDecalDerivative"); \ #define DUMPER7_ASSERTS_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_USoundEffectSourcePreset \ static_assert(alignof(USoundEffectSourcePreset) == 0x000008, "Wrong alignment on USoundEffectSourcePreset"); \ static_assert(sizeof(USoundEffectSourcePreset) == 0x000068, "Wrong size on USoundEffectSourcePreset"); \ #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_UPlatformInterfaceBase \ static_assert(alignof(UPlatformInterfaceBase) == 0x000008, "Wrong alignment on UPlatformInterfaceBase"); \ static_assert(sizeof(UPlatformInterfaceBase) == 0x000038, "Wrong size on UPlatformInterfaceBase"); \ static_assert(offsetof(UPlatformInterfaceBase, AllDelegates) == 0x000028, "Member 'UPlatformInterfaceBase::AllDelegates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCloudStorageBase \ static_assert(alignof(UCloudStorageBase) == 0x000008, "Wrong alignment on UCloudStorageBase"); \ static_assert(sizeof(UCloudStorageBase) == 0x000050, "Wrong size on UCloudStorageBase"); \ static_assert(offsetof(UCloudStorageBase, LocalCloudFiles) == 0x000038, "Member 'UCloudStorageBase::LocalCloudFiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0002A8, "Wrong size on AController"); \ static_assert(offsetof(AController, PlayerState) == 0x000238, "Member 'AController::PlayerState' has a wrong offset!"); \ static_assert(offsetof(AController, OnInstigatedAnyDamage) == 0x000248, "Member 'AController::OnInstigatedAnyDamage' has a wrong offset!"); \ static_assert(offsetof(AController, StateName) == 0x000258, "Member 'AController::StateName' has a wrong offset!"); \ static_assert(offsetof(AController, Pawn) == 0x000260, "Member 'AController::Pawn' has a wrong offset!"); \ static_assert(offsetof(AController, Character) == 0x000270, "Member 'AController::Character' has a wrong offset!"); \ static_assert(offsetof(AController, TransformComponent) == 0x000278, "Member 'AController::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(AController, ControlRotation) == 0x000298, "Member 'AController::ControlRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ActivateTouchInterface \ static_assert(alignof(PlayerController_ActivateTouchInterface) == 0x000008, "Wrong alignment on PlayerController_ActivateTouchInterface"); \ static_assert(sizeof(PlayerController_ActivateTouchInterface) == 0x000008, "Wrong size on PlayerController_ActivateTouchInterface"); \ static_assert(offsetof(PlayerController_ActivateTouchInterface, NewTouchInterface) == 0x000000, "Member 'PlayerController_ActivateTouchInterface::NewTouchInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_AddPitchInput \ static_assert(alignof(PlayerController_AddPitchInput) == 0x000004, "Wrong alignment on PlayerController_AddPitchInput"); \ static_assert(sizeof(PlayerController_AddPitchInput) == 0x000004, "Wrong size on PlayerController_AddPitchInput"); \ static_assert(offsetof(PlayerController_AddPitchInput, Val) == 0x000000, "Member 'PlayerController_AddPitchInput::Val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_AddRollInput \ static_assert(alignof(PlayerController_AddRollInput) == 0x000004, "Wrong alignment on PlayerController_AddRollInput"); \ static_assert(sizeof(PlayerController_AddRollInput) == 0x000004, "Wrong size on PlayerController_AddRollInput"); \ static_assert(offsetof(PlayerController_AddRollInput, Val) == 0x000000, "Member 'PlayerController_AddRollInput::Val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_AddYawInput \ static_assert(alignof(PlayerController_AddYawInput) == 0x000004, "Wrong alignment on PlayerController_AddYawInput"); \ static_assert(sizeof(PlayerController_AddYawInput) == 0x000004, "Wrong size on PlayerController_AddYawInput"); \ static_assert(offsetof(PlayerController_AddYawInput, Val) == 0x000000, "Member 'PlayerController_AddYawInput::Val' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_Camera \ static_assert(alignof(PlayerController_Camera) == 0x000004, "Wrong alignment on PlayerController_Camera"); \ static_assert(sizeof(PlayerController_Camera) == 0x000008, "Wrong size on PlayerController_Camera"); \ static_assert(offsetof(PlayerController_Camera, NewMode) == 0x000000, "Member 'PlayerController_Camera::NewMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_CanRestartPlayer \ static_assert(alignof(PlayerController_CanRestartPlayer) == 0x000001, "Wrong alignment on PlayerController_CanRestartPlayer"); \ static_assert(sizeof(PlayerController_CanRestartPlayer) == 0x000001, "Wrong size on PlayerController_CanRestartPlayer"); \ static_assert(offsetof(PlayerController_CanRestartPlayer, ReturnValue) == 0x000000, "Member 'PlayerController_CanRestartPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientAddTextureStreamingLoc \ static_assert(alignof(PlayerController_ClientAddTextureStreamingLoc) == 0x000004, "Wrong alignment on PlayerController_ClientAddTextureStreamingLoc"); \ static_assert(sizeof(PlayerController_ClientAddTextureStreamingLoc) == 0x000014, "Wrong size on PlayerController_ClientAddTextureStreamingLoc"); \ static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, InLoc) == 0x000000, "Member 'PlayerController_ClientAddTextureStreamingLoc::InLoc' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, Duration) == 0x00000C, "Member 'PlayerController_ClientAddTextureStreamingLoc::Duration' has a wrong offset!"); \ static_assert(offsetof(PlayerController_ClientAddTextureStreamingLoc, bOverrideLocation) == 0x000010, "Member 'PlayerController_ClientAddTextureStreamingLoc::bOverrideLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientCapBandwidth \ static_assert(alignof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong alignment on PlayerController_ClientCapBandwidth"); \ static_assert(sizeof(PlayerController_ClientCapBandwidth) == 0x000004, "Wrong size on PlayerController_ClientCapBandwidth"); \ static_assert(offsetof(PlayerController_ClientCapBandwidth, Cap) == 0x000000, "Member 'PlayerController_ClientCapBandwidth::Cap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_ClientCommitMapChange \ static_assert(alignof(PlayerController_ClientCommitMapChange) == 0x000008, "Wrong alignment on PlayerController_ClientCommitMapChange"); \ static_assert(sizeof(PlayerController_ClientCommitMapChange) == 0x000018, "Wrong size on PlayerController_ClientCommitMapChange"); \ static_assert(offsetof(PlayerController_ClientCommitMapChange, Params_0) == 0x000000, "Member 'PlayerController_ClientCommitMapChange::Params_0' 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) == 0x000020, "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) == 0x000020, "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!"); \ static_assert(offsetof(PlayerController_K2_ClientPlayForceFeedback, InOwner) == 0x000018, "Member 'PlayerController_K2_ClientPlayForceFeedback::InOwner' 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_GetPlatformUserId \ static_assert(alignof(PlayerController_GetPlatformUserId) == 0x000004, "Wrong alignment on PlayerController_GetPlatformUserId"); \ static_assert(sizeof(PlayerController_GetPlatformUserId) == 0x000004, "Wrong size on PlayerController_GetPlatformUserId"); \ static_assert(offsetof(PlayerController_GetPlatformUserId, ReturnValue) == 0x000000, "Member 'PlayerController_GetPlatformUserId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_GetSpectatorPawn \ static_assert(alignof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong alignment on PlayerController_GetSpectatorPawn"); \ static_assert(sizeof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong size on PlayerController_GetSpectatorPawn"); \ static_assert(offsetof(PlayerController_GetSpectatorPawn, ReturnValue) == 0x000000, "Member 'PlayerController_GetSpectatorPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerController_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) == 0x000590, "Wrong size on APlayerController"); \ static_assert(offsetof(APlayerController, Player) == 0x0002A8, "Member 'APlayerController::Player' has a wrong offset!"); \ static_assert(offsetof(APlayerController, AcknowledgedPawn) == 0x0002B0, "Member 'APlayerController::AcknowledgedPawn' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ControllingDirTrackInst) == 0x0002B8, "Member 'APlayerController::ControllingDirTrackInst' has a wrong offset!"); \ static_assert(offsetof(APlayerController, MyHUD) == 0x0002C0, "Member 'APlayerController::MyHUD' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerCameraManager) == 0x0002C8, "Member 'APlayerController::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerCameraManagerClass) == 0x0002D0, "Member 'APlayerController::PlayerCameraManagerClass' has a wrong offset!"); \ static_assert(offsetof(APlayerController, bAutoManageActiveCameraTarget) == 0x0002D8, "Member 'APlayerController::bAutoManageActiveCameraTarget' has a wrong offset!"); \ static_assert(offsetof(APlayerController, TargetViewRotation) == 0x0002DC, "Member 'APlayerController::TargetViewRotation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SmoothTargetViewRotationSpeed) == 0x0002F4, "Member 'APlayerController::SmoothTargetViewRotationSpeed' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HiddenActors) == 0x000300, "Member 'APlayerController::HiddenActors' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HiddenPrimitiveComponents) == 0x000310, "Member 'APlayerController::HiddenPrimitiveComponents' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorStateSynchTime) == 0x000324, "Member 'APlayerController::LastSpectatorStateSynchTime' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorSyncLocation) == 0x000328, "Member 'APlayerController::LastSpectatorSyncLocation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastSpectatorSyncRotation) == 0x000334, "Member 'APlayerController::LastSpectatorSyncRotation' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ClientCap) == 0x000340, "Member 'APlayerController::ClientCap' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CheatManager) == 0x000348, "Member 'APlayerController::CheatManager' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CheatClass) == 0x000350, "Member 'APlayerController::CheatClass' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PlayerInput) == 0x000358, "Member 'APlayerController::PlayerInput' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ActiveForceFeedbackEffects) == 0x000360, "Member 'APlayerController::ActiveForceFeedbackEffects' has a wrong offset!"); \ static_assert(offsetof(APlayerController, NetPlayerIndex) == 0x0003F4, "Member 'APlayerController::NetPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(APlayerController, PendingSwapConnection) == 0x000430, "Member 'APlayerController::PendingSwapConnection' has a wrong offset!"); \ static_assert(offsetof(APlayerController, NetConnection) == 0x000438, "Member 'APlayerController::NetConnection' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputYawScale) == 0x00044C, "Member 'APlayerController::InputYawScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputPitchScale) == 0x000450, "Member 'APlayerController::InputPitchScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InputRollScale) == 0x000454, "Member 'APlayerController::InputRollScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ForceFeedbackScale) == 0x00045C, "Member 'APlayerController::ForceFeedbackScale' has a wrong offset!"); \ static_assert(offsetof(APlayerController, ClickEventKeys) == 0x000460, "Member 'APlayerController::ClickEventKeys' has a wrong offset!"); \ static_assert(offsetof(APlayerController, DefaultMouseCursor) == 0x000470, "Member 'APlayerController::DefaultMouseCursor' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentMouseCursor) == 0x000471, "Member 'APlayerController::CurrentMouseCursor' has a wrong offset!"); \ static_assert(offsetof(APlayerController, DefaultClickTraceChannel) == 0x000472, "Member 'APlayerController::DefaultClickTraceChannel' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentClickTraceChannel) == 0x000473, "Member 'APlayerController::CurrentClickTraceChannel' has a wrong offset!"); \ static_assert(offsetof(APlayerController, HitResultTraceDistance) == 0x000474, "Member 'APlayerController::HitResultTraceDistance' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SeamlessTravelCount) == 0x000478, "Member 'APlayerController::SeamlessTravelCount' has a wrong offset!"); \ static_assert(offsetof(APlayerController, LastCompletedSeamlessTravelCount) == 0x00047A, "Member 'APlayerController::LastCompletedSeamlessTravelCount' has a wrong offset!"); \ static_assert(offsetof(APlayerController, InactiveStateInputComponent) == 0x0004F0, "Member 'APlayerController::InactiveStateInputComponent' has a wrong offset!"); \ static_assert(offsetof(APlayerController, CurrentTouchInterface) == 0x000510, "Member 'APlayerController::CurrentTouchInterface' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SpectatorPawn) == 0x000568, "Member 'APlayerController::SpectatorPawn' has a wrong offset!"); \ static_assert(offsetof(APlayerController, bIsLocalPlayerController) == 0x000574, "Member 'APlayerController::bIsLocalPlayerController' has a wrong offset!"); \ static_assert(offsetof(APlayerController, SpawnLocation) == 0x000578, "Member 'APlayerController::SpawnLocation' has a wrong offset!"); \ #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_ARigidBodyBase \ static_assert(alignof(ARigidBodyBase) == 0x000008, "Wrong alignment on ARigidBodyBase"); \ static_assert(sizeof(ARigidBodyBase) == 0x000230, "Wrong size on ARigidBodyBase"); \ #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_USoundEffectSubmixPreset \ static_assert(alignof(USoundEffectSubmixPreset) == 0x000008, "Wrong alignment on USoundEffectSubmixPreset"); \ static_assert(sizeof(USoundEffectSubmixPreset) == 0x000068, "Wrong size on USoundEffectSubmixPreset"); \ #define DUMPER7_ASSERTS_USoundBase \ static_assert(alignof(USoundBase) == 0x000008, "Wrong alignment on USoundBase"); \ static_assert(sizeof(USoundBase) == 0x000188, "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, SubmixParameterScale) == 0x000138, "Member 'USoundBase::SubmixParameterScale' has a wrong offset!"); \ static_assert(offsetof(USoundBase, SourceEffectChain) == 0x000150, "Member 'USoundBase::SourceEffectChain' has a wrong offset!"); \ static_assert(offsetof(USoundBase, BusSends) == 0x000158, "Member 'USoundBase::BusSends' has a wrong offset!"); \ static_assert(offsetof(USoundBase, PreEffectBusSends) == 0x000168, "Member 'USoundBase::PreEffectBusSends' has a wrong offset!"); \ static_assert(offsetof(USoundBase, AssetUserData) == 0x000178, "Member 'USoundBase::AssetUserData' 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_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_UParticleModuleVectorFieldBase \ static_assert(alignof(UParticleModuleVectorFieldBase) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldBase"); \ static_assert(sizeof(UParticleModuleVectorFieldBase) == 0x000030, "Wrong size on UParticleModuleVectorFieldBase"); \ #define DUMPER7_ASSERTS_UParticleModuleVectorFieldLocal \ static_assert(alignof(UParticleModuleVectorFieldLocal) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldLocal"); \ static_assert(sizeof(UParticleModuleVectorFieldLocal) == 0x000068, "Wrong size on UParticleModuleVectorFieldLocal"); \ static_assert(offsetof(UParticleModuleVectorFieldLocal, VectorField) == 0x000030, "Member 'UParticleModuleVectorFieldLocal::VectorField' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldLocal, RelativeTranslation) == 0x000038, "Member 'UParticleModuleVectorFieldLocal::RelativeTranslation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldLocal, RelativeRotation) == 0x000044, "Member 'UParticleModuleVectorFieldLocal::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldLocal, RelativeScale3D) == 0x000050, "Member 'UParticleModuleVectorFieldLocal::RelativeScale3D' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldLocal, Intensity) == 0x00005C, "Member 'UParticleModuleVectorFieldLocal::Intensity' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldLocal, Tightness) == 0x000060, "Member 'UParticleModuleVectorFieldLocal::Tightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheatManagerExtension \ static_assert(alignof(UCheatManagerExtension) == 0x000008, "Wrong alignment on UCheatManagerExtension"); \ static_assert(sizeof(UCheatManagerExtension) == 0x000028, "Wrong size on UCheatManagerExtension"); \ #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_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_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) == 0x0002D0, "Wrong size on ADefaultPawn"); \ static_assert(offsetof(ADefaultPawn, BaseTurnRate) == 0x0002A8, "Member 'ADefaultPawn::BaseTurnRate' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, BaseLookUpRate) == 0x0002AC, "Member 'ADefaultPawn::BaseLookUpRate' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, MovementComponent) == 0x0002B0, "Member 'ADefaultPawn::MovementComponent' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, CollisionComponent) == 0x0002B8, "Member 'ADefaultPawn::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(ADefaultPawn, MeshComponent) == 0x0002C0, "Member 'ADefaultPawn::MeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpectatorPawn \ static_assert(alignof(ASpectatorPawn) == 0x000008, "Wrong alignment on ASpectatorPawn"); \ static_assert(sizeof(ASpectatorPawn) == 0x0002D0, "Wrong size on ASpectatorPawn"); \ #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_UParticleModuleRotationRateBase \ static_assert(alignof(UParticleModuleRotationRateBase) == 0x000008, "Wrong alignment on UParticleModuleRotationRateBase"); \ static_assert(sizeof(UParticleModuleRotationRateBase) == 0x000030, "Wrong size on UParticleModuleRotationRateBase"); \ #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, bCloudSaveAllowed) == 0x00010C, "Member 'UGameUserSettings::bCloudSaveAllowed' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, bIsUpdatingVersion) == 0x00010D, "Member 'UGameUserSettings::bIsUpdatingVersion' has a wrong offset!"); \ static_assert(offsetof(UGameUserSettings, OnGameUserSettingsUINeedsUpdate) == 0x000110, "Member 'UGameUserSettings::OnGameUserSettingsUINeedsUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_BugIt \ static_assert(alignof(CheatManager_BugIt) == 0x000008, "Wrong alignment on CheatManager_BugIt"); \ static_assert(sizeof(CheatManager_BugIt) == 0x000010, "Wrong size on CheatManager_BugIt"); \ static_assert(offsetof(CheatManager_BugIt, ScreenShotDescription) == 0x000000, "Member 'CheatManager_BugIt::ScreenShotDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_BugItGo \ static_assert(alignof(CheatManager_BugItGo) == 0x000004, "Wrong alignment on CheatManager_BugItGo"); \ static_assert(sizeof(CheatManager_BugItGo) == 0x000018, "Wrong size on CheatManager_BugItGo"); \ static_assert(offsetof(CheatManager_BugItGo, X) == 0x000000, "Member 'CheatManager_BugItGo::X' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItGo, Y) == 0x000004, "Member 'CheatManager_BugItGo::Y' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItGo, Z) == 0x000008, "Member 'CheatManager_BugItGo::Z' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItGo, Pitch) == 0x00000C, "Member 'CheatManager_BugItGo::Pitch' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItGo, Yaw) == 0x000010, "Member 'CheatManager_BugItGo::Yaw' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItGo, Roll) == 0x000014, "Member 'CheatManager_BugItGo::Roll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_BugItStringCreator \ static_assert(alignof(CheatManager_BugItStringCreator) == 0x000008, "Wrong alignment on CheatManager_BugItStringCreator"); \ static_assert(sizeof(CheatManager_BugItStringCreator) == 0x000038, "Wrong size on CheatManager_BugItStringCreator"); \ static_assert(offsetof(CheatManager_BugItStringCreator, ViewLocation) == 0x000000, "Member 'CheatManager_BugItStringCreator::ViewLocation' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItStringCreator, ViewRotation) == 0x00000C, "Member 'CheatManager_BugItStringCreator::ViewRotation' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItStringCreator, GoString) == 0x000018, "Member 'CheatManager_BugItStringCreator::GoString' has a wrong offset!"); \ static_assert(offsetof(CheatManager_BugItStringCreator, LocString) == 0x000028, "Member 'CheatManager_BugItStringCreator::LocString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_ChangeSize \ static_assert(alignof(CheatManager_ChangeSize) == 0x000004, "Wrong alignment on CheatManager_ChangeSize"); \ static_assert(sizeof(CheatManager_ChangeSize) == 0x000004, "Wrong size on CheatManager_ChangeSize"); \ static_assert(offsetof(CheatManager_ChangeSize, F) == 0x000000, "Member 'CheatManager_ChangeSize::F' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_CheatScript \ static_assert(alignof(CheatManager_CheatScript) == 0x000008, "Wrong alignment on CheatManager_CheatScript"); \ static_assert(sizeof(CheatManager_CheatScript) == 0x000010, "Wrong size on CheatManager_CheatScript"); \ static_assert(offsetof(CheatManager_CheatScript, ScriptName) == 0x000000, "Member 'CheatManager_CheatScript::ScriptName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DamageTarget \ static_assert(alignof(CheatManager_DamageTarget) == 0x000004, "Wrong alignment on CheatManager_DamageTarget"); \ static_assert(sizeof(CheatManager_DamageTarget) == 0x000004, "Wrong size on CheatManager_DamageTarget"); \ static_assert(offsetof(CheatManager_DamageTarget, DamageAmount) == 0x000000, "Member 'CheatManager_DamageTarget::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepChannel \ static_assert(alignof(CheatManager_DebugCapsuleSweepChannel) == 0x000001, "Wrong alignment on CheatManager_DebugCapsuleSweepChannel"); \ static_assert(sizeof(CheatManager_DebugCapsuleSweepChannel) == 0x000001, "Wrong size on CheatManager_DebugCapsuleSweepChannel"); \ static_assert(offsetof(CheatManager_DebugCapsuleSweepChannel, Channel) == 0x000000, "Member 'CheatManager_DebugCapsuleSweepChannel::Channel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepComplex \ static_assert(alignof(CheatManager_DebugCapsuleSweepComplex) == 0x000001, "Wrong alignment on CheatManager_DebugCapsuleSweepComplex"); \ static_assert(sizeof(CheatManager_DebugCapsuleSweepComplex) == 0x000001, "Wrong size on CheatManager_DebugCapsuleSweepComplex"); \ static_assert(offsetof(CheatManager_DebugCapsuleSweepComplex, bTraceComplex) == 0x000000, "Member 'CheatManager_DebugCapsuleSweepComplex::bTraceComplex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DebugCapsuleSweepSize \ static_assert(alignof(CheatManager_DebugCapsuleSweepSize) == 0x000004, "Wrong alignment on CheatManager_DebugCapsuleSweepSize"); \ static_assert(sizeof(CheatManager_DebugCapsuleSweepSize) == 0x000008, "Wrong size on CheatManager_DebugCapsuleSweepSize"); \ static_assert(offsetof(CheatManager_DebugCapsuleSweepSize, HalfHeight) == 0x000000, "Member 'CheatManager_DebugCapsuleSweepSize::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(CheatManager_DebugCapsuleSweepSize, Radius) == 0x000004, "Member 'CheatManager_DebugCapsuleSweepSize::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DestroyAll \ static_assert(alignof(CheatManager_DestroyAll) == 0x000008, "Wrong alignment on CheatManager_DestroyAll"); \ static_assert(sizeof(CheatManager_DestroyAll) == 0x000008, "Wrong size on CheatManager_DestroyAll"); \ static_assert(offsetof(CheatManager_DestroyAll, aClass) == 0x000000, "Member 'CheatManager_DestroyAll::aClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_DestroyPawns \ static_assert(alignof(CheatManager_DestroyPawns) == 0x000008, "Wrong alignment on CheatManager_DestroyPawns"); \ static_assert(sizeof(CheatManager_DestroyPawns) == 0x000008, "Wrong size on CheatManager_DestroyPawns"); \ static_assert(offsetof(CheatManager_DestroyPawns, aClass) == 0x000000, "Member 'CheatManager_DestroyPawns::aClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_FreezeFrame \ static_assert(alignof(CheatManager_FreezeFrame) == 0x000004, "Wrong alignment on CheatManager_FreezeFrame"); \ static_assert(sizeof(CheatManager_FreezeFrame) == 0x000004, "Wrong size on CheatManager_FreezeFrame"); \ static_assert(offsetof(CheatManager_FreezeFrame, Delay) == 0x000000, "Member 'CheatManager_FreezeFrame::Delay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_OnlyLoadLevel \ static_assert(alignof(CheatManager_OnlyLoadLevel) == 0x000004, "Wrong alignment on CheatManager_OnlyLoadLevel"); \ static_assert(sizeof(CheatManager_OnlyLoadLevel) == 0x000008, "Wrong size on CheatManager_OnlyLoadLevel"); \ static_assert(offsetof(CheatManager_OnlyLoadLevel, PackageName) == 0x000000, "Member 'CheatManager_OnlyLoadLevel::PackageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_Slomo \ static_assert(alignof(CheatManager_Slomo) == 0x000004, "Wrong alignment on CheatManager_Slomo"); \ static_assert(sizeof(CheatManager_Slomo) == 0x000004, "Wrong size on CheatManager_Slomo"); \ static_assert(offsetof(CheatManager_Slomo, NewTimeDilation) == 0x000000, "Member 'CheatManager_Slomo::NewTimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_StreamLevelIn \ static_assert(alignof(CheatManager_StreamLevelIn) == 0x000004, "Wrong alignment on CheatManager_StreamLevelIn"); \ static_assert(sizeof(CheatManager_StreamLevelIn) == 0x000008, "Wrong size on CheatManager_StreamLevelIn"); \ static_assert(offsetof(CheatManager_StreamLevelIn, PackageName) == 0x000000, "Member 'CheatManager_StreamLevelIn::PackageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_StreamLevelOut \ static_assert(alignof(CheatManager_StreamLevelOut) == 0x000004, "Wrong alignment on CheatManager_StreamLevelOut"); \ static_assert(sizeof(CheatManager_StreamLevelOut) == 0x000008, "Wrong size on CheatManager_StreamLevelOut"); \ static_assert(offsetof(CheatManager_StreamLevelOut, PackageName) == 0x000000, "Member 'CheatManager_StreamLevelOut::PackageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_Summon \ static_assert(alignof(CheatManager_Summon) == 0x000008, "Wrong alignment on CheatManager_Summon"); \ static_assert(sizeof(CheatManager_Summon) == 0x000010, "Wrong size on CheatManager_Summon"); \ static_assert(offsetof(CheatManager_Summon, ClassName) == 0x000000, "Member 'CheatManager_Summon::ClassName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_ViewActor \ static_assert(alignof(CheatManager_ViewActor) == 0x000004, "Wrong alignment on CheatManager_ViewActor"); \ static_assert(sizeof(CheatManager_ViewActor) == 0x000008, "Wrong size on CheatManager_ViewActor"); \ static_assert(offsetof(CheatManager_ViewActor, ActorName) == 0x000000, "Member 'CheatManager_ViewActor::ActorName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_ViewClass \ static_assert(alignof(CheatManager_ViewClass) == 0x000008, "Wrong alignment on CheatManager_ViewClass"); \ static_assert(sizeof(CheatManager_ViewClass) == 0x000008, "Wrong size on CheatManager_ViewClass"); \ static_assert(offsetof(CheatManager_ViewClass, DesiredClass) == 0x000000, "Member 'CheatManager_ViewClass::DesiredClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheatManager_ViewPlayer \ static_assert(alignof(CheatManager_ViewPlayer) == 0x000008, "Wrong alignment on CheatManager_ViewPlayer"); \ static_assert(sizeof(CheatManager_ViewPlayer) == 0x000010, "Wrong size on CheatManager_ViewPlayer"); \ static_assert(offsetof(CheatManager_ViewPlayer, S) == 0x000000, "Member 'CheatManager_ViewPlayer::S' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheatManager \ static_assert(alignof(UCheatManager) == 0x000008, "Wrong alignment on UCheatManager"); \ static_assert(sizeof(UCheatManager) == 0x000088, "Wrong size on UCheatManager"); \ static_assert(offsetof(UCheatManager, DebugCameraControllerRef) == 0x000028, "Member 'UCheatManager::DebugCameraControllerRef' has a wrong offset!"); \ static_assert(offsetof(UCheatManager, DebugCameraControllerClass) == 0x000030, "Member 'UCheatManager::DebugCameraControllerClass' has a wrong offset!"); \ static_assert(offsetof(UCheatManager, CheatManagerExtensions) == 0x000078, "Member 'UCheatManager::CheatManagerExtensions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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) == 0x0007E0, "Wrong size on UCameraComponent"); \ static_assert(offsetof(UCameraComponent, FieldOfView) == 0x000208, "Member 'UCameraComponent::FieldOfView' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, OrthoWidth) == 0x00020C, "Member 'UCameraComponent::OrthoWidth' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, OrthoNearClipPlane) == 0x000210, "Member 'UCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, OrthoFarClipPlane) == 0x000214, "Member 'UCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, AspectRatio) == 0x000218, "Member 'UCameraComponent::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, ProjectionMode) == 0x00021D, "Member 'UCameraComponent::ProjectionMode' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, PostProcessBlendWeight) == 0x000250, "Member 'UCameraComponent::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(UCameraComponent, PostProcessSettings) == 0x000280, "Member 'UCameraComponent::PostProcessSettings' 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_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_UShapeComponent \ static_assert(alignof(UShapeComponent) == 0x000010, "Wrong alignment on UShapeComponent"); \ static_assert(sizeof(UShapeComponent) == 0x000480, "Wrong size on UShapeComponent"); \ static_assert(offsetof(UShapeComponent, ShapeBodySetup) == 0x000460, "Member 'UShapeComponent::ShapeBodySetup' has a wrong offset!"); \ static_assert(offsetof(UShapeComponent, AreaClass) == 0x000468, "Member 'UShapeComponent::AreaClass' has a wrong offset!"); \ static_assert(offsetof(UShapeComponent, ShapeColor) == 0x000470, "Member 'UShapeComponent::ShapeColor' 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_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) == 0x000240, "Wrong size on ALight"); \ static_assert(offsetof(ALight, LightComponent) == 0x000230, "Member 'ALight::LightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpotLight_SetInnerConeAngle \ static_assert(alignof(SpotLight_SetInnerConeAngle) == 0x000004, "Wrong alignment on SpotLight_SetInnerConeAngle"); \ static_assert(sizeof(SpotLight_SetInnerConeAngle) == 0x000004, "Wrong size on SpotLight_SetInnerConeAngle"); \ static_assert(offsetof(SpotLight_SetInnerConeAngle, NewInnerConeAngle) == 0x000000, "Member 'SpotLight_SetInnerConeAngle::NewInnerConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpotLight_SetOuterConeAngle \ static_assert(alignof(SpotLight_SetOuterConeAngle) == 0x000004, "Wrong alignment on SpotLight_SetOuterConeAngle"); \ static_assert(sizeof(SpotLight_SetOuterConeAngle) == 0x000004, "Wrong size on SpotLight_SetOuterConeAngle"); \ static_assert(offsetof(SpotLight_SetOuterConeAngle, NewOuterConeAngle) == 0x000000, "Member 'SpotLight_SetOuterConeAngle::NewOuterConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpotLight \ static_assert(alignof(ASpotLight) == 0x000008, "Wrong alignment on ASpotLight"); \ static_assert(sizeof(ASpotLight) == 0x000248, "Wrong size on ASpotLight"); \ static_assert(offsetof(ASpotLight, SpotLightComponent) == 0x000240, "Member 'ASpotLight::SpotLightComponent' 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) == 0x000480, "Wrong size on UCapsuleComponent"); \ static_assert(offsetof(UCapsuleComponent, CapsuleHalfHeight) == 0x000478, "Member 'UCapsuleComponent::CapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UCapsuleComponent, CapsuleRadius) == 0x00047C, "Member 'UCapsuleComponent::CapsuleRadius' 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_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) == 0x000380, "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_AGameNetworkManager \ static_assert(alignof(AGameNetworkManager) == 0x000008, "Wrong alignment on AGameNetworkManager"); \ static_assert(sizeof(AGameNetworkManager) == 0x0002E0, "Wrong size on AGameNetworkManager"); \ static_assert(offsetof(AGameNetworkManager, BadPacketLossThreshold) == 0x000230, "Member 'AGameNetworkManager::BadPacketLossThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, SeverePacketLossThreshold) == 0x000234, "Member 'AGameNetworkManager::SeverePacketLossThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, BadPingThreshold) == 0x000238, "Member 'AGameNetworkManager::BadPingThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, SeverePingThreshold) == 0x00023C, "Member 'AGameNetworkManager::SeverePingThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, AdjustedNetSpeed) == 0x000240, "Member 'AGameNetworkManager::AdjustedNetSpeed' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, LastNetSpeedUpdateTime) == 0x000244, "Member 'AGameNetworkManager::LastNetSpeedUpdateTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, TotalNetBandwidth) == 0x000248, "Member 'AGameNetworkManager::TotalNetBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MinDynamicBandwidth) == 0x00024C, "Member 'AGameNetworkManager::MinDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxDynamicBandwidth) == 0x000250, "Member 'AGameNetworkManager::MaxDynamicBandwidth' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, StandbyRxCheatTime) == 0x000258, "Member 'AGameNetworkManager::StandbyRxCheatTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, StandbyTxCheatTime) == 0x00025C, "Member 'AGameNetworkManager::StandbyTxCheatTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentMissingForRxStandby) == 0x000260, "Member 'AGameNetworkManager::PercentMissingForRxStandby' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentMissingForTxStandby) == 0x000264, "Member 'AGameNetworkManager::PercentMissingForTxStandby' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, PercentForBadPing) == 0x000268, "Member 'AGameNetworkManager::PercentForBadPing' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, JoinInProgressStandbyWaitTime) == 0x00026C, "Member 'AGameNetworkManager::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MoveRepSize) == 0x000270, "Member 'AGameNetworkManager::MoveRepSize' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXPOSITIONERRORSQUARED) == 0x000274, "Member 'AGameNetworkManager::MAXPOSITIONERRORSQUARED' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXNEARZEROVELOCITYSQUARED) == 0x000278, "Member 'AGameNetworkManager::MAXNEARZEROVELOCITYSQUARED' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, CLIENTADJUSTUPDATECOST) == 0x00027C, "Member 'AGameNetworkManager::CLIENTADJUSTUPDATECOST' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MAXCLIENTUPDATEINTERVAL) == 0x000280, "Member 'AGameNetworkManager::MAXCLIENTUPDATEINTERVAL' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxClientForcedUpdateDuration) == 0x000284, "Member 'AGameNetworkManager::MaxClientForcedUpdateDuration' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchThreshold) == 0x000288, "Member 'AGameNetworkManager::ServerForcedUpdateHitchThreshold' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchCooldown) == 0x00028C, "Member 'AGameNetworkManager::ServerForcedUpdateHitchCooldown' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxMoveDeltaTime) == 0x000290, "Member 'AGameNetworkManager::MaxMoveDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MaxClientSmoothingDeltaTime) == 0x000294, "Member 'AGameNetworkManager::MaxClientSmoothingDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTime) == 0x000298, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeThrottled) == 0x00029C, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeThrottled' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeStationary) == 0x0002A0, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeStationary' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleAtNetSpeed) == 0x0002A4, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleAtNetSpeed' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleOverPlayerCount) == 0x0002A8, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleOverPlayerCount' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientAuthorativePosition) == 0x0002AC, "Member 'AGameNetworkManager::ClientAuthorativePosition' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientErrorUpdateRateLimit) == 0x0002B0, "Member 'AGameNetworkManager::ClientErrorUpdateRateLimit' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdateDeltaTime) == 0x0002B4, "Member 'AGameNetworkManager::ClientNetCamUpdateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdatePositionLimit) == 0x0002B8, "Member 'AGameNetworkManager::ClientNetCamUpdatePositionLimit' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyDetection) == 0x0002BC, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyDetection' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyResolution) == 0x0002BD, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyResolution' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMaxTimeMargin) == 0x0002C0, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMaxTimeMargin' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMinTimeMargin) == 0x0002C4, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMinTimeMargin' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyResolutionRate) == 0x0002C8, "Member 'AGameNetworkManager::MovementTimeDiscrepancyResolutionRate' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyDriftAllowance) == 0x0002CC, "Member 'AGameNetworkManager::MovementTimeDiscrepancyDriftAllowance' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyForceCorrectionsDuringResolution) == 0x0002D0, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyForceCorrectionsDuringResolution' has a wrong offset!"); \ static_assert(offsetof(AGameNetworkManager, bUseDistanceBasedRelevancy) == 0x0002D1, "Member 'AGameNetworkManager::bUseDistanceBasedRelevancy' 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_SetAffectRayTraceGlobalIllumination \ static_assert(alignof(LightComponentBase_SetAffectRayTraceGlobalIllumination) == 0x000001, "Wrong alignment on LightComponentBase_SetAffectRayTraceGlobalIllumination"); \ static_assert(sizeof(LightComponentBase_SetAffectRayTraceGlobalIllumination) == 0x000001, "Wrong size on LightComponentBase_SetAffectRayTraceGlobalIllumination"); \ static_assert(offsetof(LightComponentBase_SetAffectRayTraceGlobalIllumination, bNewValue) == 0x000000, "Member 'LightComponentBase_SetAffectRayTraceGlobalIllumination::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponentBase_SetAffectRayTraceReflection \ static_assert(alignof(LightComponentBase_SetAffectRayTraceReflection) == 0x000001, "Wrong alignment on LightComponentBase_SetAffectRayTraceReflection"); \ static_assert(sizeof(LightComponentBase_SetAffectRayTraceReflection) == 0x000001, "Wrong size on LightComponentBase_SetAffectRayTraceReflection"); \ static_assert(offsetof(LightComponentBase_SetAffectRayTraceReflection, bNewValue) == 0x000000, "Member 'LightComponentBase_SetAffectRayTraceReflection::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) == 0x000240, "Wrong size on ULightComponentBase"); \ static_assert(offsetof(ULightComponentBase, LightGuid) == 0x000208, "Member 'ULightComponentBase::LightGuid' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, Brightness) == 0x000218, "Member 'ULightComponentBase::Brightness' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, Intensity) == 0x000220, "Member 'ULightComponentBase::Intensity' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, LightColor) == 0x000224, "Member 'ULightComponentBase::LightColor' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, DeepShadowLayerDistribution) == 0x00022C, "Member 'ULightComponentBase::DeepShadowLayerDistribution' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, IndirectLightingIntensity) == 0x000230, "Member 'ULightComponentBase::IndirectLightingIntensity' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, VolumetricScatteringIntensity) == 0x000234, "Member 'ULightComponentBase::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(ULightComponentBase, SamplesPerPixel) == 0x000238, "Member 'ULightComponentBase::SamplesPerPixel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotification \ static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotification"); \ static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000010, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotification"); \ static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotification, ActivationEvent) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotification::ActivationEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotificationById \ static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotificationById, NotificationId) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotificationById::NotificationId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetDeviceOrientation \ static_assert(alignof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong alignment on BlueprintPlatformLibrary_GetDeviceOrientation"); \ static_assert(sizeof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong size on BlueprintPlatformLibrary_GetDeviceOrientation"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetDeviceOrientation, ReturnValue) == 0x000000, "Member 'BlueprintPlatformLibrary_GetDeviceOrientation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetLaunchNotification \ static_assert(alignof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_GetLaunchNotification"); \ static_assert(sizeof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000020, "Wrong size on BlueprintPlatformLibrary_GetLaunchNotification"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, NotificationLaunchedApp) == 0x000000, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::NotificationLaunchedApp' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, FireDate) == 0x000018, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::FireDate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000070, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::FireDateTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::LocalTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Title) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Title' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Body) == 0x000028, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Body' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Action) == 0x000040, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Action' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ActivationEvent) == 0x000058, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ReturnValue) == 0x000068, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000028, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::FireDateTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::LocalTime' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ActivationEvent) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ReturnValue) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000018, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::inSecondsFromNow' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::ActivationEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow \ static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000068, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::inSecondsFromNow' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Title) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Title' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Body) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Body' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Action) == 0x000038, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Action' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ActivationEvent) == 0x000050, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ActivationEvent' has a wrong offset!"); \ static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ReturnValue) == 0x000060, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprintPlatformLibrary \ static_assert(alignof(UBlueprintPlatformLibrary) == 0x000008, "Wrong alignment on UBlueprintPlatformLibrary"); \ static_assert(sizeof(UBlueprintPlatformLibrary) == 0x000028, "Wrong size on UBlueprintPlatformLibrary"); \ #define DUMPER7_ASSERTS_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_UEngine \ static_assert(alignof(UEngine) == 0x000008, "Wrong alignment on UEngine"); \ static_assert(sizeof(UEngine) == 0x000D40, "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, DefaultDestructiblePhysMaterial) == 0x000698, "Member 'UEngine::DefaultDestructiblePhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultDestructiblePhysMaterialName) == 0x0006A0, "Member 'UEngine::DefaultDestructiblePhysMaterialName' has a wrong offset!"); \ static_assert(offsetof(UEngine, ActiveGameNameRedirects) == 0x0006B8, "Member 'UEngine::ActiveGameNameRedirects' has a wrong offset!"); \ static_assert(offsetof(UEngine, ActiveClassRedirects) == 0x0006C8, "Member 'UEngine::ActiveClassRedirects' has a wrong offset!"); \ static_assert(offsetof(UEngine, ActivePluginRedirects) == 0x0006D8, "Member 'UEngine::ActivePluginRedirects' has a wrong offset!"); \ static_assert(offsetof(UEngine, ActiveStructRedirects) == 0x0006E8, "Member 'UEngine::ActiveStructRedirects' has a wrong offset!"); \ static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTexture) == 0x0006F8, "Member 'UEngine::PreIntegratedSkinBRDFTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTextureName) == 0x000700, "Member 'UEngine::PreIntegratedSkinBRDFTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, BlueNoiseTexture) == 0x000718, "Member 'UEngine::BlueNoiseTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, BlueNoiseTextureName) == 0x000720, "Member 'UEngine::BlueNoiseTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, MiniFontTexture) == 0x000738, "Member 'UEngine::MiniFontTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, MiniFontTextureName) == 0x000740, "Member 'UEngine::MiniFontTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, WeightMapPlaceholderTexture) == 0x000758, "Member 'UEngine::WeightMapPlaceholderTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, WeightMapPlaceholderTextureName) == 0x000760, "Member 'UEngine::WeightMapPlaceholderTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, LightMapDensityTexture) == 0x000778, "Member 'UEngine::LightMapDensityTexture' has a wrong offset!"); \ static_assert(offsetof(UEngine, LightMapDensityTextureName) == 0x000780, "Member 'UEngine::LightMapDensityTextureName' has a wrong offset!"); \ static_assert(offsetof(UEngine, GameViewport) == 0x0007A0, "Member 'UEngine::GameViewport' has a wrong offset!"); \ static_assert(offsetof(UEngine, DeferredCommands) == 0x0007A8, "Member 'UEngine::DeferredCommands' has a wrong offset!"); \ static_assert(offsetof(UEngine, NearClipPlane) == 0x0007B8, "Member 'UEngine::NearClipPlane' has a wrong offset!"); \ static_assert(offsetof(UEngine, MaximumLoopIterationCount) == 0x0007C0, "Member 'UEngine::MaximumLoopIterationCount' has a wrong offset!"); \ static_assert(offsetof(UEngine, FixedFrameRate) == 0x0007C8, "Member 'UEngine::FixedFrameRate' has a wrong offset!"); \ static_assert(offsetof(UEngine, SmoothedFrameRateRange) == 0x0007CC, "Member 'UEngine::SmoothedFrameRateRange' has a wrong offset!"); \ static_assert(offsetof(UEngine, CustomTimeStep) == 0x0007E0, "Member 'UEngine::CustomTimeStep' has a wrong offset!"); \ static_assert(offsetof(UEngine, CustomTimeStepClassName) == 0x000808, "Member 'UEngine::CustomTimeStepClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, TimecodeProvider) == 0x000820, "Member 'UEngine::TimecodeProvider' has a wrong offset!"); \ static_assert(offsetof(UEngine, TimecodeProviderClassName) == 0x000848, "Member 'UEngine::TimecodeProviderClassName' has a wrong offset!"); \ static_assert(offsetof(UEngine, bGenerateDefaultTimecode) == 0x000860, "Member 'UEngine::bGenerateDefaultTimecode' has a wrong offset!"); \ static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameRate) == 0x000864, "Member 'UEngine::GenerateDefaultTimecodeFrameRate' has a wrong offset!"); \ static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameDelay) == 0x00086C, "Member 'UEngine::GenerateDefaultTimecodeFrameDelay' has a wrong offset!"); \ static_assert(offsetof(UEngine, NumPawnsAllowedToBeSpawnedInAFrame) == 0x000874, "Member 'UEngine::NumPawnsAllowedToBeSpawnedInAFrame' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_WorldBox) == 0x00087C, "Member 'UEngine::C_WorldBox' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_BrushWire) == 0x000880, "Member 'UEngine::C_BrushWire' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_AddWire) == 0x000884, "Member 'UEngine::C_AddWire' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_SubtractWire) == 0x000888, "Member 'UEngine::C_SubtractWire' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_SemiSolidWire) == 0x00088C, "Member 'UEngine::C_SemiSolidWire' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_NonSolidWire) == 0x000890, "Member 'UEngine::C_NonSolidWire' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_WireBackground) == 0x000894, "Member 'UEngine::C_WireBackground' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_ScaleBoxHi) == 0x000898, "Member 'UEngine::C_ScaleBoxHi' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_VolumeCollision) == 0x00089C, "Member 'UEngine::C_VolumeCollision' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_BSPCollision) == 0x0008A0, "Member 'UEngine::C_BSPCollision' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_OrthoBackground) == 0x0008A4, "Member 'UEngine::C_OrthoBackground' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_Volume) == 0x0008A8, "Member 'UEngine::C_Volume' has a wrong offset!"); \ static_assert(offsetof(UEngine, C_BrushShape) == 0x0008AC, "Member 'UEngine::C_BrushShape' has a wrong offset!"); \ static_assert(offsetof(UEngine, StreamingDistanceFactor) == 0x0008B0, "Member 'UEngine::StreamingDistanceFactor' has a wrong offset!"); \ static_assert(offsetof(UEngine, GameScreenshotSaveDirectory) == 0x0008B8, "Member 'UEngine::GameScreenshotSaveDirectory' has a wrong offset!"); \ static_assert(offsetof(UEngine, TransitionType) == 0x0008C8, "Member 'UEngine::TransitionType' has a wrong offset!"); \ static_assert(offsetof(UEngine, TransitionDescription) == 0x0008D0, "Member 'UEngine::TransitionDescription' has a wrong offset!"); \ static_assert(offsetof(UEngine, TransitionGameMode) == 0x0008E0, "Member 'UEngine::TransitionGameMode' has a wrong offset!"); \ static_assert(offsetof(UEngine, CameraRotationThreshold) == 0x0008F4, "Member 'UEngine::CameraRotationThreshold' has a wrong offset!"); \ static_assert(offsetof(UEngine, CameraTranslationThreshold) == 0x0008F8, "Member 'UEngine::CameraTranslationThreshold' has a wrong offset!"); \ static_assert(offsetof(UEngine, PrimitiveProbablyVisibleTime) == 0x0008FC, "Member 'UEngine::PrimitiveProbablyVisibleTime' has a wrong offset!"); \ static_assert(offsetof(UEngine, MaxOcclusionPixelsFraction) == 0x000900, "Member 'UEngine::MaxOcclusionPixelsFraction' has a wrong offset!"); \ static_assert(offsetof(UEngine, MaxParticleResize) == 0x000908, "Member 'UEngine::MaxParticleResize' has a wrong offset!"); \ static_assert(offsetof(UEngine, MaxParticleResizeWarn) == 0x00090C, "Member 'UEngine::MaxParticleResizeWarn' has a wrong offset!"); \ static_assert(offsetof(UEngine, PendingDroppedNotes) == 0x000910, "Member 'UEngine::PendingDroppedNotes' has a wrong offset!"); \ static_assert(offsetof(UEngine, NetClientTicksPerSecond) == 0x000920, "Member 'UEngine::NetClientTicksPerSecond' has a wrong offset!"); \ static_assert(offsetof(UEngine, DisplayGamma) == 0x000924, "Member 'UEngine::DisplayGamma' has a wrong offset!"); \ static_assert(offsetof(UEngine, MinDesiredFrameRate) == 0x000928, "Member 'UEngine::MinDesiredFrameRate' has a wrong offset!"); \ static_assert(offsetof(UEngine, DefaultSelectedMaterialColor) == 0x00092C, "Member 'UEngine::DefaultSelectedMaterialColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, SelectedMaterialColor) == 0x00093C, "Member 'UEngine::SelectedMaterialColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, SelectionOutlineColor) == 0x00094C, "Member 'UEngine::SelectionOutlineColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, SubduedSelectionOutlineColor) == 0x00095C, "Member 'UEngine::SubduedSelectionOutlineColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, SelectedMaterialColorOverride) == 0x00096C, "Member 'UEngine::SelectedMaterialColorOverride' has a wrong offset!"); \ static_assert(offsetof(UEngine, bIsOverridingSelectedColor) == 0x00097C, "Member 'UEngine::bIsOverridingSelectedColor' has a wrong offset!"); \ static_assert(offsetof(UEngine, bEnableVisualLogRecordingOnStart) == 0x000984, "Member 'UEngine::bEnableVisualLogRecordingOnStart' has a wrong offset!"); \ static_assert(offsetof(UEngine, ScreenSaverInhibitorSemaphore) == 0x000988, "Member 'UEngine::ScreenSaverInhibitorSemaphore' has a wrong offset!"); \ static_assert(offsetof(UEngine, ParticleEventManagerClassPath) == 0x000990, "Member 'UEngine::ParticleEventManagerClassPath' has a wrong offset!"); \ static_assert(offsetof(UEngine, SelectionHighlightIntensity) == 0x0009A0, "Member 'UEngine::SelectionHighlightIntensity' has a wrong offset!"); \ static_assert(offsetof(UEngine, BSPSelectionHighlightIntensity) == 0x0009A4, "Member 'UEngine::BSPSelectionHighlightIntensity' has a wrong offset!"); \ static_assert(offsetof(UEngine, SelectionHighlightIntensityBillboards) == 0x0009A8, "Member 'UEngine::SelectionHighlightIntensityBillboards' has a wrong offset!"); \ static_assert(offsetof(UEngine, NetDriverDefinitions) == 0x000C18, "Member 'UEngine::NetDriverDefinitions' has a wrong offset!"); \ static_assert(offsetof(UEngine, ServerActors) == 0x000C28, "Member 'UEngine::ServerActors' has a wrong offset!"); \ static_assert(offsetof(UEngine, RuntimeServerActors) == 0x000C38, "Member 'UEngine::RuntimeServerActors' has a wrong offset!"); \ static_assert(offsetof(UEngine, NetErrorLogInterval) == 0x000C48, "Member 'UEngine::NetErrorLogInterval' has a wrong offset!"); \ static_assert(offsetof(UEngine, NextWorldContextHandle) == 0x000C68, "Member 'UEngine::NextWorldContextHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameEngine \ static_assert(alignof(UGameEngine) == 0x000008, "Wrong alignment on UGameEngine"); \ static_assert(sizeof(UGameEngine) == 0x000D90, "Wrong size on UGameEngine"); \ static_assert(offsetof(UGameEngine, MaxDeltaTime) == 0x000D40, "Member 'UGameEngine::MaxDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UGameEngine, ServerFlushLogInterval) == 0x000D44, "Member 'UGameEngine::ServerFlushLogInterval' has a wrong offset!"); \ static_assert(offsetof(UGameEngine, GameInstance) == 0x000D48, "Member 'UGameEngine::GameInstance' 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_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_UAimOffsetBlendSpace1D \ static_assert(alignof(UAimOffsetBlendSpace1D) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace1D"); \ static_assert(sizeof(UAimOffsetBlendSpace1D) == 0x000150, "Wrong size on UAimOffsetBlendSpace1D"); \ #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_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) == 0x0004F0, "Wrong size on UStaticMeshComponent"); \ static_assert(offsetof(UStaticMeshComponent, ForcedLodModel) == 0x000488, "Member 'UStaticMeshComponent::ForcedLodModel' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, PreviousLODLevel) == 0x00048C, "Member 'UStaticMeshComponent::PreviousLODLevel' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, MinLOD) == 0x000490, "Member 'UStaticMeshComponent::MinLOD' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, SubDivisionStepSize) == 0x000494, "Member 'UStaticMeshComponent::SubDivisionStepSize' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, StaticMesh) == 0x000498, "Member 'UStaticMeshComponent::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, WireframeColorOverride) == 0x0004A0, "Member 'UStaticMeshComponent::WireframeColorOverride' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, OverriddenLightMapRes) == 0x0004A8, "Member 'UStaticMeshComponent::OverriddenLightMapRes' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, DistanceFieldIndirectShadowMinVisibility) == 0x0004AC, "Member 'UStaticMeshComponent::DistanceFieldIndirectShadowMinVisibility' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, DistanceFieldSelfShadowBias) == 0x0004B0, "Member 'UStaticMeshComponent::DistanceFieldSelfShadowBias' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, StreamingDistanceMultiplier) == 0x0004B4, "Member 'UStaticMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, LODData) == 0x0004B8, "Member 'UStaticMeshComponent::LODData' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, StreamingTextureData) == 0x0004C8, "Member 'UStaticMeshComponent::StreamingTextureData' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshComponent, LightmassSettings) == 0x0004D8, "Member 'UStaticMeshComponent::LightmassSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InstancedStaticMeshComponent_AddInstance \ static_assert(alignof(InstancedStaticMeshComponent_AddInstance) == 0x000010, "Wrong alignment on InstancedStaticMeshComponent_AddInstance"); \ static_assert(sizeof(InstancedStaticMeshComponent_AddInstance) == 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) == 0x0005A0, "Wrong size on UInstancedStaticMeshComponent"); \ static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMData) == 0x0004F0, "Member 'UInstancedStaticMeshComponent::PerInstanceSMData' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, NumCustomDataFloats) == 0x000500, "Member 'UInstancedStaticMeshComponent::NumCustomDataFloats' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMCustomData) == 0x000508, "Member 'UInstancedStaticMeshComponent::PerInstanceSMCustomData' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstancingRandomSeed) == 0x000518, "Member 'UInstancedStaticMeshComponent::InstancingRandomSeed' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstanceStartCullDistance) == 0x00051C, "Member 'UInstancedStaticMeshComponent::InstanceStartCullDistance' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstanceEndCullDistance) == 0x000520, "Member 'UInstancedStaticMeshComponent::InstanceEndCullDistance' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, InstanceReorderTable) == 0x000528, "Member 'UInstancedStaticMeshComponent::InstanceReorderTable' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, NumPendingLightmaps) == 0x000580, "Member 'UInstancedStaticMeshComponent::NumPendingLightmaps' has a wrong offset!"); \ static_assert(offsetof(UInstancedStaticMeshComponent, CachedMappings) == 0x000588, "Member 'UInstancedStaticMeshComponent::CachedMappings' 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) == 0x000690, "Wrong size on UHierarchicalInstancedStaticMeshComponent"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, SortedInstances) == 0x0005A8, "Member 'UHierarchicalInstancedStaticMeshComponent::SortedInstances' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, NumBuiltInstances) == 0x0005B8, "Member 'UHierarchicalInstancedStaticMeshComponent::NumBuiltInstances' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, BuiltInstanceBounds) == 0x0005C0, "Member 'UHierarchicalInstancedStaticMeshComponent::BuiltInstanceBounds' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBounds) == 0x0005DC, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBounds' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBoundsList) == 0x0005F8, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBoundsList' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, OcclusionLayerNumNodes) == 0x000610, "Member 'UHierarchicalInstancedStaticMeshComponent::OcclusionLayerNumNodes' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, CacheMeshExtendedBounds) == 0x000614, "Member 'UHierarchicalInstancedStaticMeshComponent::CacheMeshExtendedBounds' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, bDisableCollision) == 0x000630, "Member 'UHierarchicalInstancedStaticMeshComponent::bDisableCollision' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, InstanceCountToRender) == 0x000634, "Member 'UHierarchicalInstancedStaticMeshComponent::InstanceCountToRender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavigationDataChunk \ static_assert(alignof(UNavigationDataChunk) == 0x000008, "Wrong alignment on UNavigationDataChunk"); \ static_assert(sizeof(UNavigationDataChunk) == 0x000030, "Wrong size on UNavigationDataChunk"); \ static_assert(offsetof(UNavigationDataChunk, NavigationDataName) == 0x000028, "Member 'UNavigationDataChunk::NavigationDataName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULocalPlayer \ static_assert(alignof(ULocalPlayer) == 0x000008, "Wrong alignment on ULocalPlayer"); \ static_assert(sizeof(ULocalPlayer) == 0x000278, "Wrong size on ULocalPlayer"); \ static_assert(offsetof(ULocalPlayer, ViewportClient) == 0x000070, "Member 'ULocalPlayer::ViewportClient' 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_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) == 0x000230, "Wrong size on UWindDirectionalSourceComponent"); \ static_assert(offsetof(UWindDirectionalSourceComponent, Strength) == 0x000208, "Member 'UWindDirectionalSourceComponent::Strength' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, Speed) == 0x00020C, "Member 'UWindDirectionalSourceComponent::Speed' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, MinGustAmount) == 0x000210, "Member 'UWindDirectionalSourceComponent::MinGustAmount' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, MaxGustAmount) == 0x000214, "Member 'UWindDirectionalSourceComponent::MaxGustAmount' has a wrong offset!"); \ static_assert(offsetof(UWindDirectionalSourceComponent, Radius) == 0x000218, "Member 'UWindDirectionalSourceComponent::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimBoneCompressionCodec \ static_assert(alignof(UAnimBoneCompressionCodec) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec"); \ static_assert(sizeof(UAnimBoneCompressionCodec) == 0x000038, "Wrong size on UAnimBoneCompressionCodec"); \ static_assert(offsetof(UAnimBoneCompressionCodec, Description) == 0x000028, "Member 'UAnimBoneCompressionCodec::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCompress \ static_assert(alignof(UAnimCompress) == 0x000008, "Wrong alignment on UAnimCompress"); \ static_assert(sizeof(UAnimCompress) == 0x000040, "Wrong size on UAnimCompress"); \ static_assert(offsetof(UAnimCompress, TranslationCompressionFormat) == 0x00003C, "Member 'UAnimCompress::TranslationCompressionFormat' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress, RotationCompressionFormat) == 0x00003D, "Member 'UAnimCompress::RotationCompressionFormat' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress, ScaleCompressionFormat) == 0x00003E, "Member 'UAnimCompress::ScaleCompressionFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCompress_RemoveEverySecondKey \ static_assert(alignof(UAnimCompress_RemoveEverySecondKey) == 0x000008, "Wrong alignment on UAnimCompress_RemoveEverySecondKey"); \ static_assert(sizeof(UAnimCompress_RemoveEverySecondKey) == 0x000048, "Wrong size on UAnimCompress_RemoveEverySecondKey"); \ static_assert(offsetof(UAnimCompress_RemoveEverySecondKey, MinKeys) == 0x000040, "Member 'UAnimCompress_RemoveEverySecondKey::MinKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_USoundWave \ static_assert(alignof(USoundWave) == 0x000008, "Wrong alignment on USoundWave"); \ static_assert(sizeof(USoundWave) == 0x000438, "Wrong size on USoundWave"); \ static_assert(offsetof(USoundWave, CompressionQuality) == 0x000188, "Member 'USoundWave::CompressionQuality' has a wrong offset!"); \ static_assert(offsetof(USoundWave, StreamingPriority) == 0x00018C, "Member 'USoundWave::StreamingPriority' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SampleRateQuality) == 0x000190, "Member 'USoundWave::SampleRateQuality' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SoundGroup) == 0x000192, "Member 'USoundWave::SoundGroup' has a wrong offset!"); \ static_assert(offsetof(USoundWave, PerPlatformStreamingOverride) == 0x000198, "Member 'USoundWave::PerPlatformStreamingOverride' has a wrong offset!"); \ static_assert(offsetof(USoundWave, PerPlatformSeekableOverride) == 0x0001F0, "Member 'USoundWave::PerPlatformSeekableOverride' has a wrong offset!"); \ static_assert(offsetof(USoundWave, LoadingBehavior) == 0x000240, "Member 'USoundWave::LoadingBehavior' has a wrong offset!"); \ static_assert(offsetof(USoundWave, ModulationSettings) == 0x000248, "Member 'USoundWave::ModulationSettings' has a wrong offset!"); \ static_assert(offsetof(USoundWave, FrequenciesToAnalyze) == 0x000290, "Member 'USoundWave::FrequenciesToAnalyze' has a wrong offset!"); \ static_assert(offsetof(USoundWave, CookedSpectralTimeData) == 0x0002A0, "Member 'USoundWave::CookedSpectralTimeData' has a wrong offset!"); \ static_assert(offsetof(USoundWave, CookedEnvelopeTimeData) == 0x0002B0, "Member 'USoundWave::CookedEnvelopeTimeData' has a wrong offset!"); \ static_assert(offsetof(USoundWave, InitialChunkSize) == 0x0002C0, "Member 'USoundWave::InitialChunkSize' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SpokenText) == 0x000308, "Member 'USoundWave::SpokenText' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SubtitlePriority) == 0x000318, "Member 'USoundWave::SubtitlePriority' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Volume) == 0x00031C, "Member 'USoundWave::Volume' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Pitch) == 0x000320, "Member 'USoundWave::Pitch' has a wrong offset!"); \ static_assert(offsetof(USoundWave, NumChannels) == 0x000324, "Member 'USoundWave::NumChannels' has a wrong offset!"); \ static_assert(offsetof(USoundWave, SampleRate) == 0x000328, "Member 'USoundWave::SampleRate' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Subtitles) == 0x000338, "Member 'USoundWave::Subtitles' has a wrong offset!"); \ static_assert(offsetof(USoundWave, Curves) == 0x000348, "Member 'USoundWave::Curves' has a wrong offset!"); \ static_assert(offsetof(USoundWave, InternalCurves) == 0x000350, "Member 'USoundWave::InternalCurves' 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_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_GetTargetVolume \ static_assert(alignof(AudioComponent_GetTargetVolume) == 0x000004, "Wrong alignment on AudioComponent_GetTargetVolume"); \ static_assert(sizeof(AudioComponent_GetTargetVolume) == 0x000004, "Wrong size on AudioComponent_GetTargetVolume"); \ static_assert(offsetof(AudioComponent_GetTargetVolume, ReturnValue) == 0x000000, "Member 'AudioComponent_GetTargetVolume::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) == 0x000870, "Wrong size on UAudioComponent"); \ static_assert(offsetof(UAudioComponent, Sound) == 0x000208, "Member 'UAudioComponent::Sound' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, InstanceParameters) == 0x000210, "Member 'UAudioComponent::InstanceParameters' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, SoundClassOverride) == 0x000220, "Member 'UAudioComponent::SoundClassOverride' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AudioComponentUserID) == 0x000230, "Member 'UAudioComponent::AudioComponentUserID' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, PitchModulationMin) == 0x000238, "Member 'UAudioComponent::PitchModulationMin' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, PitchModulationMax) == 0x00023C, "Member 'UAudioComponent::PitchModulationMax' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, VolumeModulationMin) == 0x000240, "Member 'UAudioComponent::VolumeModulationMin' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, VolumeModulationMax) == 0x000244, "Member 'UAudioComponent::VolumeModulationMax' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, VolumeMultiplier) == 0x000248, "Member 'UAudioComponent::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, EnvelopeFollowerAttackTime) == 0x00024C, "Member 'UAudioComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, EnvelopeFollowerReleaseTime) == 0x000250, "Member 'UAudioComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, Priority) == 0x000254, "Member 'UAudioComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, SubtitlePriority) == 0x000258, "Member 'UAudioComponent::SubtitlePriority' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, SourceEffectChain) == 0x000260, "Member 'UAudioComponent::SourceEffectChain' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, PitchMultiplier) == 0x000268, "Member 'UAudioComponent::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, LowPassFilterFrequency) == 0x00026C, "Member 'UAudioComponent::LowPassFilterFrequency' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AttenuationSettings) == 0x000278, "Member 'UAudioComponent::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AttenuationOverrides) == 0x000280, "Member 'UAudioComponent::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, ConcurrencySettings) == 0x000620, "Member 'UAudioComponent::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, ConcurrencySet) == 0x000628, "Member 'UAudioComponent::ConcurrencySet' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachLocationRule) == 0x000684, "Member 'UAudioComponent::AutoAttachLocationRule' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachRotationRule) == 0x000685, "Member 'UAudioComponent::AutoAttachRotationRule' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachScaleRule) == 0x000686, "Member 'UAudioComponent::AutoAttachScaleRule' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, ModulationRouting) == 0x000688, "Member 'UAudioComponent::ModulationRouting' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioPlayStateChanged) == 0x0006D0, "Member 'UAudioComponent::OnAudioPlayStateChanged' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioVirtualizationChanged) == 0x0006F8, "Member 'UAudioComponent::OnAudioVirtualizationChanged' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioFinished) == 0x000720, "Member 'UAudioComponent::OnAudioFinished' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioPlaybackPercent) == 0x000748, "Member 'UAudioComponent::OnAudioPlaybackPercent' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioSingleEnvelopeValue) == 0x000770, "Member 'UAudioComponent::OnAudioSingleEnvelopeValue' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnAudioMultiEnvelopeValue) == 0x000798, "Member 'UAudioComponent::OnAudioMultiEnvelopeValue' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, OnQueueSubtitles) == 0x0007C0, "Member 'UAudioComponent::OnQueueSubtitles' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachParent) == 0x0007D0, "Member 'UAudioComponent::AutoAttachParent' has a wrong offset!"); \ static_assert(offsetof(UAudioComponent, AutoAttachSocketName) == 0x0007D8, "Member 'UAudioComponent::AutoAttachSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavigationObjectBase \ static_assert(alignof(ANavigationObjectBase) == 0x000008, "Wrong alignment on ANavigationObjectBase"); \ static_assert(sizeof(ANavigationObjectBase) == 0x000258, "Wrong size on ANavigationObjectBase"); \ static_assert(offsetof(ANavigationObjectBase, CapsuleComponent) == 0x000238, "Member 'ANavigationObjectBase::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationObjectBase, GoodSprite) == 0x000240, "Member 'ANavigationObjectBase::GoodSprite' has a wrong offset!"); \ static_assert(offsetof(ANavigationObjectBase, BadSprite) == 0x000248, "Member 'ANavigationObjectBase::BadSprite' 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_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) == 0x000140, "Wrong size on UInputComponent"); \ static_assert(offsetof(UInputComponent, CachedKeyToActionInfo) == 0x000128, "Member 'UInputComponent::CachedKeyToActionInfo' 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_UDistributionVector \ static_assert(alignof(UDistributionVector) == 0x000008, "Wrong alignment on UDistributionVector"); \ static_assert(sizeof(UDistributionVector) == 0x000038, "Wrong size on UDistributionVector"); \ #define DUMPER7_ASSERTS_UDistributionVectorConstant \ static_assert(alignof(UDistributionVectorConstant) == 0x000008, "Wrong alignment on UDistributionVectorConstant"); \ static_assert(sizeof(UDistributionVectorConstant) == 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_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_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_UOnlineBlueprintCallProxyBase \ static_assert(alignof(UOnlineBlueprintCallProxyBase) == 0x000008, "Wrong alignment on UOnlineBlueprintCallProxyBase"); \ static_assert(sizeof(UOnlineBlueprintCallProxyBase) == 0x000030, "Wrong size on UOnlineBlueprintCallProxyBase"); \ #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_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_UInterpTrackSlomo \ static_assert(alignof(UInterpTrackSlomo) == 0x000008, "Wrong alignment on UInterpTrackSlomo"); \ static_assert(sizeof(UInterpTrackSlomo) == 0x000090, "Wrong size on UInterpTrackSlomo"); \ #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_UEdGraphSchema \ static_assert(alignof(UEdGraphSchema) == 0x000008, "Wrong alignment on UEdGraphSchema"); \ static_assert(sizeof(UEdGraphSchema) == 0x000028, "Wrong size on UEdGraphSchema"); \ #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_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_UOnlineSession \ static_assert(alignof(UOnlineSession) == 0x000008, "Wrong alignment on UOnlineSession"); \ static_assert(sizeof(UOnlineSession) == 0x000028, "Wrong size on UOnlineSession"); \ #define DUMPER7_ASSERTS_CancellableAsyncAction_IsActive \ static_assert(alignof(CancellableAsyncAction_IsActive) == 0x000001, "Wrong alignment on CancellableAsyncAction_IsActive"); \ static_assert(sizeof(CancellableAsyncAction_IsActive) == 0x000001, "Wrong size on CancellableAsyncAction_IsActive"); \ static_assert(offsetof(CancellableAsyncAction_IsActive, ReturnValue) == 0x000000, "Member 'CancellableAsyncAction_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCancellableAsyncAction \ static_assert(alignof(UCancellableAsyncAction) == 0x000008, "Wrong alignment on UCancellableAsyncAction"); \ static_assert(sizeof(UCancellableAsyncAction) == 0x000030, "Wrong size on UCancellableAsyncAction"); \ #define DUMPER7_ASSERTS_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) == 0x000480, "Wrong size on UBillboardComponent"); \ static_assert(offsetof(UBillboardComponent, Sprite) == 0x000460, "Member 'UBillboardComponent::Sprite' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, ScreenSize) == 0x00046C, "Member 'UBillboardComponent::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, U) == 0x000470, "Member 'UBillboardComponent::U' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, UL) == 0x000474, "Member 'UBillboardComponent::UL' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, V) == 0x000478, "Member 'UBillboardComponent::V' has a wrong offset!"); \ static_assert(offsetof(UBillboardComponent, VL) == 0x00047C, "Member 'UBillboardComponent::VL' 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_UPlanarReflectionComponent \ static_assert(alignof(UPlanarReflectionComponent) == 0x000010, "Wrong alignment on UPlanarReflectionComponent"); \ static_assert(sizeof(UPlanarReflectionComponent) == 0x0003C0, "Wrong size on UPlanarReflectionComponent"); \ static_assert(offsetof(UPlanarReflectionComponent, PreviewBox) == 0x0002D8, "Member 'UPlanarReflectionComponent::PreviewBox' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, NormalDistortionStrength) == 0x0002E0, "Member 'UPlanarReflectionComponent::NormalDistortionStrength' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughness) == 0x0002E4, "Member 'UPlanarReflectionComponent::PrefilterRoughness' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughnessDistance) == 0x0002E8, "Member 'UPlanarReflectionComponent::PrefilterRoughnessDistance' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, ScreenPercentage) == 0x0002EC, "Member 'UPlanarReflectionComponent::ScreenPercentage' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, ExtraFOV) == 0x0002F0, "Member 'UPlanarReflectionComponent::ExtraFOV' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeStart) == 0x0002F4, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeStart' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeEnd) == 0x0002F8, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeEnd' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutStart) == 0x0002FC, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutStart' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutEnd) == 0x000300, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutEnd' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeStart) == 0x000304, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeStart' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeEnd) == 0x000308, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeEnd' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, bShowPreviewPlane) == 0x00030C, "Member 'UPlanarReflectionComponent::bShowPreviewPlane' has a wrong offset!"); \ static_assert(offsetof(UPlanarReflectionComponent, bRenderSceneTwoSided) == 0x00030D, "Member 'UPlanarReflectionComponent::bRenderSceneTwoSided' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATriggerBase \ static_assert(alignof(ATriggerBase) == 0x000008, "Wrong alignment on ATriggerBase"); \ static_assert(sizeof(ATriggerBase) == 0x000238, "Wrong size on ATriggerBase"); \ static_assert(offsetof(ATriggerBase, CollisionComponent) == 0x000230, "Member 'ATriggerBase::CollisionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHLODEngineSubsystem \ static_assert(alignof(UHLODEngineSubsystem) == 0x000008, "Wrong alignment on UHLODEngineSubsystem"); \ static_assert(sizeof(UHLODEngineSubsystem) == 0x000030, "Wrong size on UHLODEngineSubsystem"); \ #define DUMPER7_ASSERTS_ATriggerBox \ static_assert(alignof(ATriggerBox) == 0x000008, "Wrong alignment on ATriggerBox"); \ static_assert(sizeof(ATriggerBox) == 0x000238, "Wrong size on ATriggerBox"); \ #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) == 0x000038, "Member 'UBodySetup::AggGeom' has a wrong offset!"); \ static_assert(offsetof(UBodySetup, PhysMaterial) == 0x000098, "Member 'UBodySetup::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UBodySetup, WalkableSlopeOverride) == 0x0000A0, "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_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_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_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) == 0x000240, "Wrong size on AStaticMeshActor"); \ static_assert(offsetof(AStaticMeshActor, StaticMeshComponent) == 0x000230, "Member 'AStaticMeshActor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AStaticMeshActor, bStaticMeshReplicateMovement) == 0x000238, "Member 'AStaticMeshActor::bStaticMeshReplicateMovement' has a wrong offset!"); \ static_assert(offsetof(AStaticMeshActor, NavigationGeometryGatheringMode) == 0x000239, "Member 'AStaticMeshActor::NavigationGeometryGatheringMode' 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_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_SetCastShadowsFromCinematicObjectsOnly \ static_assert(alignof(LightComponent_SetCastShadowsFromCinematicObjectsOnly) == 0x000001, "Wrong alignment on LightComponent_SetCastShadowsFromCinematicObjectsOnly"); \ static_assert(sizeof(LightComponent_SetCastShadowsFromCinematicObjectsOnly) == 0x000001, "Wrong size on LightComponent_SetCastShadowsFromCinematicObjectsOnly"); \ static_assert(offsetof(LightComponent_SetCastShadowsFromCinematicObjectsOnly, NewValue) == 0x000000, "Member 'LightComponent_SetCastShadowsFromCinematicObjectsOnly::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetCastTranslucentShadows \ static_assert(alignof(LightComponent_SetCastTranslucentShadows) == 0x000001, "Wrong alignment on LightComponent_SetCastTranslucentShadows"); \ static_assert(sizeof(LightComponent_SetCastTranslucentShadows) == 0x000001, "Wrong size on LightComponent_SetCastTranslucentShadows"); \ static_assert(offsetof(LightComponent_SetCastTranslucentShadows, NewValue) == 0x000000, "Member 'LightComponent_SetCastTranslucentShadows::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetDistanceFieldShadows \ static_assert(alignof(LightComponent_SetDistanceFieldShadows) == 0x000001, "Wrong alignment on LightComponent_SetDistanceFieldShadows"); \ static_assert(sizeof(LightComponent_SetDistanceFieldShadows) == 0x000001, "Wrong size on LightComponent_SetDistanceFieldShadows"); \ static_assert(offsetof(LightComponent_SetDistanceFieldShadows, NewValue) == 0x000000, "Member 'LightComponent_SetDistanceFieldShadows::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_SetRayStartOffsetDepthScale \ static_assert(alignof(LightComponent_SetRayStartOffsetDepthScale) == 0x000004, "Wrong alignment on LightComponent_SetRayStartOffsetDepthScale"); \ static_assert(sizeof(LightComponent_SetRayStartOffsetDepthScale) == 0x000004, "Wrong size on LightComponent_SetRayStartOffsetDepthScale"); \ static_assert(offsetof(LightComponent_SetRayStartOffsetDepthScale, NewValue) == 0x000000, "Member 'LightComponent_SetRayStartOffsetDepthScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetShadowBias \ static_assert(alignof(LightComponent_SetShadowBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowBias"); \ static_assert(sizeof(LightComponent_SetShadowBias) == 0x000004, "Wrong size on LightComponent_SetShadowBias"); \ static_assert(offsetof(LightComponent_SetShadowBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowBias::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetShadowFilterSharpen \ static_assert(alignof(LightComponent_SetShadowFilterSharpen) == 0x000004, "Wrong alignment on LightComponent_SetShadowFilterSharpen"); \ static_assert(sizeof(LightComponent_SetShadowFilterSharpen) == 0x000004, "Wrong size on LightComponent_SetShadowFilterSharpen"); \ static_assert(offsetof(LightComponent_SetShadowFilterSharpen, NewValue) == 0x000000, "Member 'LightComponent_SetShadowFilterSharpen::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetShadowResolutionScale \ static_assert(alignof(LightComponent_SetShadowResolutionScale) == 0x000004, "Wrong alignment on LightComponent_SetShadowResolutionScale"); \ static_assert(sizeof(LightComponent_SetShadowResolutionScale) == 0x000004, "Wrong size on LightComponent_SetShadowResolutionScale"); \ static_assert(offsetof(LightComponent_SetShadowResolutionScale, NewValue) == 0x000000, "Member 'LightComponent_SetShadowResolutionScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetShadowSlopeBias \ static_assert(alignof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowSlopeBias"); \ static_assert(sizeof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong size on LightComponent_SetShadowSlopeBias"); \ static_assert(offsetof(LightComponent_SetShadowSlopeBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowSlopeBias::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetSpecularScale \ static_assert(alignof(LightComponent_SetSpecularScale) == 0x000004, "Wrong alignment on LightComponent_SetSpecularScale"); \ static_assert(sizeof(LightComponent_SetSpecularScale) == 0x000004, "Wrong size on LightComponent_SetSpecularScale"); \ static_assert(offsetof(LightComponent_SetSpecularScale, NewValue) == 0x000000, "Member 'LightComponent_SetSpecularScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetTemperature \ static_assert(alignof(LightComponent_SetTemperature) == 0x000004, "Wrong alignment on LightComponent_SetTemperature"); \ static_assert(sizeof(LightComponent_SetTemperature) == 0x000004, "Wrong size on LightComponent_SetTemperature"); \ static_assert(offsetof(LightComponent_SetTemperature, NewTemperature) == 0x000000, "Member 'LightComponent_SetTemperature::NewTemperature' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetTransmission \ static_assert(alignof(LightComponent_SetTransmission) == 0x000001, "Wrong alignment on LightComponent_SetTransmission"); \ static_assert(sizeof(LightComponent_SetTransmission) == 0x000001, "Wrong size on LightComponent_SetTransmission"); \ static_assert(offsetof(LightComponent_SetTransmission, bNewValue) == 0x000000, "Member 'LightComponent_SetTransmission::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetUseIESBrightness \ static_assert(alignof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong alignment on LightComponent_SetUseIESBrightness"); \ static_assert(sizeof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong size on LightComponent_SetUseIESBrightness"); \ static_assert(offsetof(LightComponent_SetUseIESBrightness, bNewValue) == 0x000000, "Member 'LightComponent_SetUseIESBrightness::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetUseTemperature \ static_assert(alignof(LightComponent_SetUseTemperature) == 0x000001, "Wrong alignment on LightComponent_SetUseTemperature"); \ static_assert(sizeof(LightComponent_SetUseTemperature) == 0x000001, "Wrong size on LightComponent_SetUseTemperature"); \ static_assert(offsetof(LightComponent_SetUseTemperature, bNewValue) == 0x000000, "Member 'LightComponent_SetUseTemperature::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_SetVolumetricScatteringIntensity \ static_assert(alignof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on LightComponent_SetVolumetricScatteringIntensity"); \ static_assert(sizeof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on LightComponent_SetVolumetricScatteringIntensity"); \ static_assert(offsetof(LightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_AffectsPrimitive \ static_assert(alignof(LightComponent_AffectsPrimitive) == 0x000008, "Wrong alignment on LightComponent_AffectsPrimitive"); \ static_assert(sizeof(LightComponent_AffectsPrimitive) == 0x000010, "Wrong size on LightComponent_AffectsPrimitive"); \ static_assert(offsetof(LightComponent_AffectsPrimitive, Primitive) == 0x000000, "Member 'LightComponent_AffectsPrimitive::Primitive' has a wrong offset!"); \ static_assert(offsetof(LightComponent_AffectsPrimitive, ReturnValue) == 0x000008, "Member 'LightComponent_AffectsPrimitive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LightComponent_IsDirectional \ static_assert(alignof(LightComponent_IsDirectional) == 0x000001, "Wrong alignment on LightComponent_IsDirectional"); \ static_assert(sizeof(LightComponent_IsDirectional) == 0x000001, "Wrong size on LightComponent_IsDirectional"); \ static_assert(offsetof(LightComponent_IsDirectional, ReturnValue) == 0x000000, "Member 'LightComponent_IsDirectional::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightComponent \ static_assert(alignof(ULightComponent) == 0x000010, "Wrong alignment on ULightComponent"); \ static_assert(sizeof(ULightComponent) == 0x000340, "Wrong size on ULightComponent"); \ static_assert(offsetof(ULightComponent, Temperature) == 0x000240, "Member 'ULightComponent::Temperature' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, MaxDrawDistance) == 0x000244, "Member 'ULightComponent::MaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, MaxDistanceFadeRange) == 0x000248, "Member 'ULightComponent::MaxDistanceFadeRange' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowMapChannel) == 0x000250, "Member 'ULightComponent::ShadowMapChannel' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, MinRoughness) == 0x000258, "Member 'ULightComponent::MinRoughness' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, SpecularScale) == 0x00025C, "Member 'ULightComponent::SpecularScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowResolutionScale) == 0x000260, "Member 'ULightComponent::ShadowResolutionScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowBias) == 0x000264, "Member 'ULightComponent::ShadowBias' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowSlopeBias) == 0x000268, "Member 'ULightComponent::ShadowSlopeBias' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ShadowSharpen) == 0x00026C, "Member 'ULightComponent::ShadowSharpen' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, ContactShadowLength) == 0x000270, "Member 'ULightComponent::ContactShadowLength' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightingChannels) == 0x000278, "Member 'ULightComponent::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightFunctionMaterial) == 0x000280, "Member 'ULightComponent::LightFunctionMaterial' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightFunctionScale) == 0x000288, "Member 'ULightComponent::LightFunctionScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, IESTexture) == 0x000298, "Member 'ULightComponent::IESTexture' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, IESBrightnessScale) == 0x0002A4, "Member 'ULightComponent::IESBrightnessScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, LightFunctionFadeDistance) == 0x0002A8, "Member 'ULightComponent::LightFunctionFadeDistance' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, DisabledBrightness) == 0x0002AC, "Member 'ULightComponent::DisabledBrightness' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomScale) == 0x0002B4, "Member 'ULightComponent::BloomScale' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomThreshold) == 0x0002B8, "Member 'ULightComponent::BloomThreshold' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomMaxBrightness) == 0x0002BC, "Member 'ULightComponent::BloomMaxBrightness' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, BloomTint) == 0x0002C0, "Member 'ULightComponent::BloomTint' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, bUseRayTracedDistanceFieldShadows) == 0x0002C4, "Member 'ULightComponent::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ static_assert(offsetof(ULightComponent, RayStartOffsetDepthScale) == 0x0002C8, "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) == 0x000360, "Wrong size on ULocalLightComponent"); \ static_assert(offsetof(ULocalLightComponent, IntensityUnits) == 0x000340, "Member 'ULocalLightComponent::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, Radius) == 0x000344, "Member 'ULocalLightComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, AttenuationRadius) == 0x000348, "Member 'ULocalLightComponent::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(ULocalLightComponent, LightmassSettings) == 0x00034C, "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) == 0x000370, "Wrong size on UPointLightComponent"); \ static_assert(offsetof(UPointLightComponent, LightFalloffExponent) == 0x00035C, "Member 'UPointLightComponent::LightFalloffExponent' has a wrong offset!"); \ static_assert(offsetof(UPointLightComponent, SourceRadius) == 0x000360, "Member 'UPointLightComponent::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(UPointLightComponent, SoftSourceRadius) == 0x000364, "Member 'UPointLightComponent::SoftSourceRadius' has a wrong offset!"); \ static_assert(offsetof(UPointLightComponent, SourceLength) == 0x000368, "Member 'UPointLightComponent::SourceLength' 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_GetFolderPath \ static_assert(alignof(LevelStreaming_GetFolderPath) == 0x000004, "Wrong alignment on LevelStreaming_GetFolderPath"); \ static_assert(sizeof(LevelStreaming_GetFolderPath) == 0x000008, "Wrong size on LevelStreaming_GetFolderPath"); \ static_assert(offsetof(LevelStreaming_GetFolderPath, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetFolderPath::ReturnValue' 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_GetShouldBeVisibleInEditor \ static_assert(alignof(LevelStreaming_GetShouldBeVisibleInEditor) == 0x000001, "Wrong alignment on LevelStreaming_GetShouldBeVisibleInEditor"); \ static_assert(sizeof(LevelStreaming_GetShouldBeVisibleInEditor) == 0x000001, "Wrong size on LevelStreaming_GetShouldBeVisibleInEditor"); \ static_assert(offsetof(LevelStreaming_GetShouldBeVisibleInEditor, ReturnValue) == 0x000000, "Member 'LevelStreaming_GetShouldBeVisibleInEditor::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!"); \ static_assert(offsetof(ULevelStreaming, FolderPath) == 0x000138, "Member 'ULevelStreaming::FolderPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULevelStreamingPersistent \ static_assert(alignof(ULevelStreamingPersistent) == 0x000010, "Wrong alignment on ULevelStreamingPersistent"); \ static_assert(sizeof(ULevelStreamingPersistent) == 0x000150, "Wrong size on ULevelStreamingPersistent"); \ #define DUMPER7_ASSERTS_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_SetDecalSize \ static_assert(alignof(DecalComponent_SetDecalSize) == 0x000004, "Wrong alignment on DecalComponent_SetDecalSize"); \ static_assert(sizeof(DecalComponent_SetDecalSize) == 0x00000C, "Wrong size on DecalComponent_SetDecalSize"); \ static_assert(offsetof(DecalComponent_SetDecalSize, NewSize) == 0x000000, "Member 'DecalComponent_SetDecalSize::NewSize' 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!"); \ static_assert(offsetof(DecalComponent_SetFadeOut, DestroyAfterFade) == 0x000009, "Member 'DecalComponent_SetFadeOut::DestroyAfterFade' 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) == 0x000250, "Wrong size on UDecalComponent"); \ static_assert(offsetof(UDecalComponent, DecalMaterial) == 0x000208, "Member 'UDecalComponent::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, SortOrder) == 0x000210, "Member 'UDecalComponent::SortOrder' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeScreenSize) == 0x000214, "Member 'UDecalComponent::FadeScreenSize' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeStartDelay) == 0x000218, "Member 'UDecalComponent::FadeStartDelay' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeDuration) == 0x00021C, "Member 'UDecalComponent::FadeDuration' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeInDuration) == 0x000220, "Member 'UDecalComponent::FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, FadeInStartDelay) == 0x000224, "Member 'UDecalComponent::FadeInStartDelay' has a wrong offset!"); \ static_assert(offsetof(UDecalComponent, DecalSize) == 0x00022C, "Member 'UDecalComponent::DecalSize' 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) == 0x000380, "Wrong size on USpotLightComponent"); \ static_assert(offsetof(USpotLightComponent, InnerConeAngle) == 0x000370, "Member 'USpotLightComponent::InnerConeAngle' has a wrong offset!"); \ static_assert(offsetof(USpotLightComponent, OuterConeAngle) == 0x000374, "Member 'USpotLightComponent::OuterConeAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpGroupInst \ static_assert(alignof(UInterpGroupInst) == 0x000008, "Wrong alignment on UInterpGroupInst"); \ static_assert(sizeof(UInterpGroupInst) == 0x000048, "Wrong size on UInterpGroupInst"); \ static_assert(offsetof(UInterpGroupInst, Group) == 0x000028, "Member 'UInterpGroupInst::Group' has a wrong offset!"); \ static_assert(offsetof(UInterpGroupInst, GroupActor) == 0x000030, "Member 'UInterpGroupInst::GroupActor' has a wrong offset!"); \ static_assert(offsetof(UInterpGroupInst, TrackInst) == 0x000038, "Member 'UInterpGroupInst::TrackInst' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_IImportantToggleSettingInterface \ static_assert(alignof(IImportantToggleSettingInterface) == 0x000001, "Wrong alignment on IImportantToggleSettingInterface"); \ static_assert(sizeof(IImportantToggleSettingInterface) == 0x000001, "Wrong size on IImportantToggleSettingInterface"); \ #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_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_UParticleModuleParameterBase \ static_assert(alignof(UParticleModuleParameterBase) == 0x000008, "Wrong alignment on UParticleModuleParameterBase"); \ static_assert(sizeof(UParticleModuleParameterBase) == 0x000030, "Wrong size on UParticleModuleParameterBase"); \ #define DUMPER7_ASSERTS_UParticleModuleParameterDynamic \ static_assert(alignof(UParticleModuleParameterDynamic) == 0x000008, "Wrong alignment on UParticleModuleParameterDynamic"); \ static_assert(sizeof(UParticleModuleParameterDynamic) == 0x000048, "Wrong size on UParticleModuleParameterDynamic"); \ static_assert(offsetof(UParticleModuleParameterDynamic, DynamicParams) == 0x000030, "Member 'UParticleModuleParameterDynamic::DynamicParams' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleParameterDynamic, UpdateFlags) == 0x000040, "Member 'UParticleModuleParameterDynamic::UpdateFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleParameterDynamic_Seeded \ static_assert(alignof(UParticleModuleParameterDynamic_Seeded) == 0x000008, "Wrong alignment on UParticleModuleParameterDynamic_Seeded"); \ static_assert(sizeof(UParticleModuleParameterDynamic_Seeded) == 0x000068, "Wrong size on UParticleModuleParameterDynamic_Seeded"); \ static_assert(offsetof(UParticleModuleParameterDynamic_Seeded, RandomSeedInfo) == 0x000048, "Member 'UParticleModuleParameterDynamic_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetImportData \ static_assert(alignof(UAssetImportData) == 0x000008, "Wrong alignment on UAssetImportData"); \ static_assert(sizeof(UAssetImportData) == 0x000028, "Wrong size on UAssetImportData"); \ #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) == 0x000460, "Wrong size on UFXSystemComponent"); \ #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_UMaterialExpressionStaticBool \ static_assert(alignof(UMaterialExpressionStaticBool) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBool"); \ static_assert(sizeof(UMaterialExpressionStaticBool) == 0x000048, "Wrong size on UMaterialExpressionStaticBool"); \ #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_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_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_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_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_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_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_UMaterialExpressionPerInstanceFadeAmount \ static_assert(alignof(UMaterialExpressionPerInstanceFadeAmount) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceFadeAmount"); \ static_assert(sizeof(UMaterialExpressionPerInstanceFadeAmount) == 0x000040, "Wrong size on UMaterialExpressionPerInstanceFadeAmount"); \ #define DUMPER7_ASSERTS_USoundWaveProcedural \ static_assert(alignof(USoundWaveProcedural) == 0x000008, "Wrong alignment on USoundWaveProcedural"); \ static_assert(sizeof(USoundWaveProcedural) == 0x000490, "Wrong size on USoundWaveProcedural"); \ #define DUMPER7_ASSERTS_UColorInputDeviceProperty \ static_assert(alignof(UColorInputDeviceProperty) == 0x000008, "Wrong alignment on UColorInputDeviceProperty"); \ static_assert(sizeof(UColorInputDeviceProperty) == 0x000098, "Wrong size on UColorInputDeviceProperty"); \ static_assert(offsetof(UColorInputDeviceProperty, ColorData) == 0x000030, "Member 'UColorInputDeviceProperty::ColorData' has a wrong offset!"); \ static_assert(offsetof(UColorInputDeviceProperty, DeviceOverrideData) == 0x000038, "Member 'UColorInputDeviceProperty::DeviceOverrideData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_AVolume \ static_assert(alignof(AVolume) == 0x000008, "Wrong alignment on AVolume"); \ static_assert(sizeof(AVolume) == 0x000268, "Wrong size on AVolume"); \ #define DUMPER7_ASSERTS_APhysicsVolume \ static_assert(alignof(APhysicsVolume) == 0x000008, "Wrong alignment on APhysicsVolume"); \ static_assert(sizeof(APhysicsVolume) == 0x000278, "Wrong size on APhysicsVolume"); \ static_assert(offsetof(APhysicsVolume, TerminalVelocity) == 0x000268, "Member 'APhysicsVolume::TerminalVelocity' has a wrong offset!"); \ static_assert(offsetof(APhysicsVolume, Priority) == 0x00026C, "Member 'APhysicsVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(APhysicsVolume, FluidFriction) == 0x000270, "Member 'APhysicsVolume::FluidFriction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AKillZVolume \ static_assert(alignof(AKillZVolume) == 0x000008, "Wrong alignment on AKillZVolume"); \ static_assert(sizeof(AKillZVolume) == 0x000278, "Wrong size on AKillZVolume"); \ #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) == 0x000490, "Wrong size on UBoxComponent"); \ static_assert(offsetof(UBoxComponent, BoxExtent) == 0x000478, "Member 'UBoxComponent::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(UBoxComponent, LineThickness) == 0x000484, "Member 'UBoxComponent::LineThickness' 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_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_UParticleModuleAccelerationBase \ static_assert(alignof(UParticleModuleAccelerationBase) == 0x000008, "Wrong alignment on UParticleModuleAccelerationBase"); \ static_assert(sizeof(UParticleModuleAccelerationBase) == 0x000038, "Wrong size on UParticleModuleAccelerationBase"); \ #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_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) == 0x000560, "Wrong size on USplineComponent"); \ static_assert(offsetof(USplineComponent, SplineCurves) == 0x000460, "Member 'USplineComponent::SplineCurves' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineInfo) == 0x0004D0, "Member 'USplineComponent::SplineInfo' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineRotInfo) == 0x0004E8, "Member 'USplineComponent::SplineRotInfo' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineScaleInfo) == 0x000500, "Member 'USplineComponent::SplineScaleInfo' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, SplineReparamTable) == 0x000518, "Member 'USplineComponent::SplineReparamTable' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bAllowSplineEditingPerInstance) == 0x000530, "Member 'USplineComponent::bAllowSplineEditingPerInstance' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, ReparamStepsPerSegment) == 0x000534, "Member 'USplineComponent::ReparamStepsPerSegment' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, Duration) == 0x000538, "Member 'USplineComponent::Duration' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bStationaryEndpoints) == 0x00053C, "Member 'USplineComponent::bStationaryEndpoints' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bSplineHasBeenEdited) == 0x00053D, "Member 'USplineComponent::bSplineHasBeenEdited' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bModifiedByConstructionScript) == 0x00053E, "Member 'USplineComponent::bModifiedByConstructionScript' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bInputSplinePointsToConstructionScript) == 0x00053F, "Member 'USplineComponent::bInputSplinePointsToConstructionScript' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bDrawDebug) == 0x000540, "Member 'USplineComponent::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bClosedLoop) == 0x000541, "Member 'USplineComponent::bClosedLoop' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, bLoopPositionOverride) == 0x000542, "Member 'USplineComponent::bLoopPositionOverride' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, LoopPosition) == 0x000544, "Member 'USplineComponent::LoopPosition' has a wrong offset!"); \ static_assert(offsetof(USplineComponent, DefaultUpVector) == 0x000548, "Member 'USplineComponent::DefaultUpVector' 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_USplineMetadata \ static_assert(alignof(USplineMetadata) == 0x000008, "Wrong alignment on USplineMetadata"); \ static_assert(sizeof(USplineMetadata) == 0x000028, "Wrong size on USplineMetadata"); \ #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_UTickableWorldSubsystem \ static_assert(alignof(UTickableWorldSubsystem) == 0x000008, "Wrong alignment on UTickableWorldSubsystem"); \ static_assert(sizeof(UTickableWorldSubsystem) == 0x000040, "Wrong size on UTickableWorldSubsystem"); \ #define DUMPER7_ASSERTS_APlayerStart \ static_assert(alignof(APlayerStart) == 0x000008, "Wrong alignment on APlayerStart"); \ static_assert(sizeof(APlayerStart) == 0x000260, "Wrong size on APlayerStart"); \ static_assert(offsetof(APlayerStart, PlayerStartTag) == 0x000258, "Member 'APlayerStart::PlayerStartTag' 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_UPhysicsConstraintTemplate \ static_assert(alignof(UPhysicsConstraintTemplate) == 0x000008, "Wrong alignment on UPhysicsConstraintTemplate"); \ static_assert(sizeof(UPhysicsConstraintTemplate) == 0x000320, "Wrong size on UPhysicsConstraintTemplate"); \ static_assert(offsetof(UPhysicsConstraintTemplate, DefaultInstance) == 0x000028, "Member 'UPhysicsConstraintTemplate::DefaultInstance' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintTemplate, ProfileHandles) == 0x0001F8, "Member 'UPhysicsConstraintTemplate::ProfileHandles' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintTemplate, DefaultProfile) == 0x000208, "Member 'UPhysicsConstraintTemplate::DefaultProfile' 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_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_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) == 0x000420, "Wrong size on UPhysicsConstraintComponent"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor1) == 0x000208, "Member 'UPhysicsConstraintComponent::ConstraintActor1' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ComponentName1) == 0x000210, "Member 'UPhysicsConstraintComponent::ComponentName1' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor2) == 0x000218, "Member 'UPhysicsConstraintComponent::ConstraintActor2' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ComponentName2) == 0x000220, "Member 'UPhysicsConstraintComponent::ComponentName2' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintSetup) == 0x000238, "Member 'UPhysicsConstraintComponent::ConstraintSetup' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, OnConstraintBroken) == 0x000240, "Member 'UPhysicsConstraintComponent::OnConstraintBroken' has a wrong offset!"); \ static_assert(offsetof(UPhysicsConstraintComponent, ConstraintInstance) == 0x000250, "Member 'UPhysicsConstraintComponent::ConstraintInstance' 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) == 0x0000F8, "Wrong size on UMovementComponent"); \ static_assert(offsetof(UMovementComponent, UpdatedComponent) == 0x0000B8, "Member 'UMovementComponent::UpdatedComponent' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, UpdatedPrimitive) == 0x0000C0, "Member 'UMovementComponent::UpdatedPrimitive' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, Velocity) == 0x0000CC, "Member 'UMovementComponent::Velocity' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, PlaneConstraintNormal) == 0x0000D8, "Member 'UMovementComponent::PlaneConstraintNormal' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, PlaneConstraintOrigin) == 0x0000E4, "Member 'UMovementComponent::PlaneConstraintOrigin' has a wrong offset!"); \ static_assert(offsetof(UMovementComponent, PlaneConstraintAxisSetting) == 0x0000F3, "Member 'UMovementComponent::PlaneConstraintAxisSetting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavMovementComponent_SetUseAccelerationForPathFollowing \ static_assert(alignof(NavMovementComponent_SetUseAccelerationForPathFollowing) == 0x000001, "Wrong alignment on NavMovementComponent_SetUseAccelerationForPathFollowing"); \ static_assert(sizeof(NavMovementComponent_SetUseAccelerationForPathFollowing) == 0x000001, "Wrong size on NavMovementComponent_SetUseAccelerationForPathFollowing"); \ static_assert(offsetof(NavMovementComponent_SetUseAccelerationForPathFollowing, bEnable) == 0x000000, "Member 'NavMovementComponent_SetUseAccelerationForPathFollowing::bEnable' 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) == 0x000138, "Wrong size on UNavMovementComponent"); \ static_assert(offsetof(UNavMovementComponent, NavAgentProps) == 0x0000F8, "Member 'UNavMovementComponent::NavAgentProps' has a wrong offset!"); \ static_assert(offsetof(UNavMovementComponent, FixedPathBrakingDistance) == 0x000128, "Member 'UNavMovementComponent::FixedPathBrakingDistance' has a wrong offset!"); \ static_assert(offsetof(UNavMovementComponent, MovementState) == 0x00012D, "Member 'UNavMovementComponent::MovementState' has a wrong offset!"); \ static_assert(offsetof(UNavMovementComponent, PathFollowingComp) == 0x000130, "Member 'UNavMovementComponent::PathFollowingComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_EqualEqual_InputDeviceId \ static_assert(alignof(InputDeviceLibrary_EqualEqual_InputDeviceId) == 0x000004, "Wrong alignment on InputDeviceLibrary_EqualEqual_InputDeviceId"); \ static_assert(sizeof(InputDeviceLibrary_EqualEqual_InputDeviceId) == 0x00000C, "Wrong size on InputDeviceLibrary_EqualEqual_InputDeviceId"); \ static_assert(offsetof(InputDeviceLibrary_EqualEqual_InputDeviceId, A) == 0x000000, "Member 'InputDeviceLibrary_EqualEqual_InputDeviceId::A' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_EqualEqual_InputDeviceId, B) == 0x000004, "Member 'InputDeviceLibrary_EqualEqual_InputDeviceId::B' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_EqualEqual_InputDeviceId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_EqualEqual_InputDeviceId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_EqualEqual_PlatformUserId \ static_assert(alignof(InputDeviceLibrary_EqualEqual_PlatformUserId) == 0x000004, "Wrong alignment on InputDeviceLibrary_EqualEqual_PlatformUserId"); \ static_assert(sizeof(InputDeviceLibrary_EqualEqual_PlatformUserId) == 0x00000C, "Wrong size on InputDeviceLibrary_EqualEqual_PlatformUserId"); \ static_assert(offsetof(InputDeviceLibrary_EqualEqual_PlatformUserId, A) == 0x000000, "Member 'InputDeviceLibrary_EqualEqual_PlatformUserId::A' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_EqualEqual_PlatformUserId, B) == 0x000004, "Member 'InputDeviceLibrary_EqualEqual_PlatformUserId::B' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_EqualEqual_PlatformUserId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_EqualEqual_PlatformUserId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllActiveUsers \ static_assert(alignof(InputDeviceLibrary_GetAllActiveUsers) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllActiveUsers"); \ static_assert(sizeof(InputDeviceLibrary_GetAllActiveUsers) == 0x000018, "Wrong size on InputDeviceLibrary_GetAllActiveUsers"); \ static_assert(offsetof(InputDeviceLibrary_GetAllActiveUsers, OutUsers) == 0x000000, "Member 'InputDeviceLibrary_GetAllActiveUsers::OutUsers' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_GetAllActiveUsers, ReturnValue) == 0x000010, "Member 'InputDeviceLibrary_GetAllActiveUsers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllConnectedInputDevices \ static_assert(alignof(InputDeviceLibrary_GetAllConnectedInputDevices) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllConnectedInputDevices"); \ static_assert(sizeof(InputDeviceLibrary_GetAllConnectedInputDevices) == 0x000018, "Wrong size on InputDeviceLibrary_GetAllConnectedInputDevices"); \ static_assert(offsetof(InputDeviceLibrary_GetAllConnectedInputDevices, OutInputDevices) == 0x000000, "Member 'InputDeviceLibrary_GetAllConnectedInputDevices::OutInputDevices' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_GetAllConnectedInputDevices, ReturnValue) == 0x000010, "Member 'InputDeviceLibrary_GetAllConnectedInputDevices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllInputDevices \ static_assert(alignof(InputDeviceLibrary_GetAllInputDevices) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllInputDevices"); \ static_assert(sizeof(InputDeviceLibrary_GetAllInputDevices) == 0x000018, "Wrong size on InputDeviceLibrary_GetAllInputDevices"); \ static_assert(offsetof(InputDeviceLibrary_GetAllInputDevices, OutInputDevices) == 0x000000, "Member 'InputDeviceLibrary_GetAllInputDevices::OutInputDevices' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_GetAllInputDevices, ReturnValue) == 0x000010, "Member 'InputDeviceLibrary_GetAllInputDevices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetAllInputDevicesForUser \ static_assert(alignof(InputDeviceLibrary_GetAllInputDevicesForUser) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetAllInputDevicesForUser"); \ static_assert(sizeof(InputDeviceLibrary_GetAllInputDevicesForUser) == 0x000020, "Wrong size on InputDeviceLibrary_GetAllInputDevicesForUser"); \ static_assert(offsetof(InputDeviceLibrary_GetAllInputDevicesForUser, UserId) == 0x000000, "Member 'InputDeviceLibrary_GetAllInputDevicesForUser::UserId' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_GetAllInputDevicesForUser, OutInputDevices) == 0x000008, "Member 'InputDeviceLibrary_GetAllInputDevicesForUser::OutInputDevices' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_GetAllInputDevicesForUser, ReturnValue) == 0x000018, "Member 'InputDeviceLibrary_GetAllInputDevicesForUser::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetDefaultInputDevice \ static_assert(alignof(InputDeviceLibrary_GetDefaultInputDevice) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetDefaultInputDevice"); \ static_assert(sizeof(InputDeviceLibrary_GetDefaultInputDevice) == 0x000004, "Wrong size on InputDeviceLibrary_GetDefaultInputDevice"); \ static_assert(offsetof(InputDeviceLibrary_GetDefaultInputDevice, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_GetDefaultInputDevice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetInputDeviceConnectionState \ static_assert(alignof(InputDeviceLibrary_GetInputDeviceConnectionState) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetInputDeviceConnectionState"); \ static_assert(sizeof(InputDeviceLibrary_GetInputDeviceConnectionState) == 0x000008, "Wrong size on InputDeviceLibrary_GetInputDeviceConnectionState"); \ static_assert(offsetof(InputDeviceLibrary_GetInputDeviceConnectionState, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_GetInputDeviceConnectionState::DeviceID' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_GetInputDeviceConnectionState, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_GetInputDeviceConnectionState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetPlayerControllerFromInputDevice \ static_assert(alignof(InputDeviceLibrary_GetPlayerControllerFromInputDevice) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetPlayerControllerFromInputDevice"); \ static_assert(sizeof(InputDeviceLibrary_GetPlayerControllerFromInputDevice) == 0x000010, "Wrong size on InputDeviceLibrary_GetPlayerControllerFromInputDevice"); \ static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromInputDevice, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_GetPlayerControllerFromInputDevice::DeviceID' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromInputDevice, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_GetPlayerControllerFromInputDevice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetPlayerControllerFromPlatformUser \ static_assert(alignof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser) == 0x000008, "Wrong alignment on InputDeviceLibrary_GetPlayerControllerFromPlatformUser"); \ static_assert(sizeof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser) == 0x000010, "Wrong size on InputDeviceLibrary_GetPlayerControllerFromPlatformUser"); \ static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser, UserId) == 0x000000, "Member 'InputDeviceLibrary_GetPlayerControllerFromPlatformUser::UserId' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_GetPlayerControllerFromPlatformUser, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_GetPlayerControllerFromPlatformUser::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetPrimaryInputDeviceForUser \ static_assert(alignof(InputDeviceLibrary_GetPrimaryInputDeviceForUser) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetPrimaryInputDeviceForUser"); \ static_assert(sizeof(InputDeviceLibrary_GetPrimaryInputDeviceForUser) == 0x000008, "Wrong size on InputDeviceLibrary_GetPrimaryInputDeviceForUser"); \ static_assert(offsetof(InputDeviceLibrary_GetPrimaryInputDeviceForUser, UserId) == 0x000000, "Member 'InputDeviceLibrary_GetPrimaryInputDeviceForUser::UserId' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_GetPrimaryInputDeviceForUser, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_GetPrimaryInputDeviceForUser::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetPrimaryPlatformUser \ static_assert(alignof(InputDeviceLibrary_GetPrimaryPlatformUser) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetPrimaryPlatformUser"); \ static_assert(sizeof(InputDeviceLibrary_GetPrimaryPlatformUser) == 0x000004, "Wrong size on InputDeviceLibrary_GetPrimaryPlatformUser"); \ static_assert(offsetof(InputDeviceLibrary_GetPrimaryPlatformUser, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_GetPrimaryPlatformUser::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetUserForInputDevice \ static_assert(alignof(InputDeviceLibrary_GetUserForInputDevice) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetUserForInputDevice"); \ static_assert(sizeof(InputDeviceLibrary_GetUserForInputDevice) == 0x000008, "Wrong size on InputDeviceLibrary_GetUserForInputDevice"); \ static_assert(offsetof(InputDeviceLibrary_GetUserForInputDevice, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_GetUserForInputDevice::DeviceID' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_GetUserForInputDevice, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_GetUserForInputDevice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_GetUserForUnpairedInputDevices \ static_assert(alignof(InputDeviceLibrary_GetUserForUnpairedInputDevices) == 0x000004, "Wrong alignment on InputDeviceLibrary_GetUserForUnpairedInputDevices"); \ static_assert(sizeof(InputDeviceLibrary_GetUserForUnpairedInputDevices) == 0x000004, "Wrong size on InputDeviceLibrary_GetUserForUnpairedInputDevices"); \ static_assert(offsetof(InputDeviceLibrary_GetUserForUnpairedInputDevices, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_GetUserForUnpairedInputDevices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_InputDeviceId_None \ static_assert(alignof(InputDeviceLibrary_InputDeviceId_None) == 0x000004, "Wrong alignment on InputDeviceLibrary_InputDeviceId_None"); \ static_assert(sizeof(InputDeviceLibrary_InputDeviceId_None) == 0x000004, "Wrong size on InputDeviceLibrary_InputDeviceId_None"); \ static_assert(offsetof(InputDeviceLibrary_InputDeviceId_None, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_InputDeviceId_None::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_IsDevicePropertyHandleValid \ static_assert(alignof(InputDeviceLibrary_IsDevicePropertyHandleValid) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsDevicePropertyHandleValid"); \ static_assert(sizeof(InputDeviceLibrary_IsDevicePropertyHandleValid) == 0x000008, "Wrong size on InputDeviceLibrary_IsDevicePropertyHandleValid"); \ static_assert(offsetof(InputDeviceLibrary_IsDevicePropertyHandleValid, InHandle) == 0x000000, "Member 'InputDeviceLibrary_IsDevicePropertyHandleValid::InHandle' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_IsDevicePropertyHandleValid, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsDevicePropertyHandleValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser \ static_assert(alignof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser"); \ static_assert(sizeof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser) == 0x000008, "Wrong size on InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser"); \ static_assert(offsetof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser, InputDevice) == 0x000000, "Member 'InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser::InputDevice' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsInputDeviceMappedToUnpairedUser::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_IsUnpairedUserId \ static_assert(alignof(InputDeviceLibrary_IsUnpairedUserId) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsUnpairedUserId"); \ static_assert(sizeof(InputDeviceLibrary_IsUnpairedUserId) == 0x000008, "Wrong size on InputDeviceLibrary_IsUnpairedUserId"); \ static_assert(offsetof(InputDeviceLibrary_IsUnpairedUserId, PlatformId) == 0x000000, "Member 'InputDeviceLibrary_IsUnpairedUserId::PlatformId' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_IsUnpairedUserId, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsUnpairedUserId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_IsValidInputDevice \ static_assert(alignof(InputDeviceLibrary_IsValidInputDevice) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsValidInputDevice"); \ static_assert(sizeof(InputDeviceLibrary_IsValidInputDevice) == 0x000008, "Wrong size on InputDeviceLibrary_IsValidInputDevice"); \ static_assert(offsetof(InputDeviceLibrary_IsValidInputDevice, DeviceID) == 0x000000, "Member 'InputDeviceLibrary_IsValidInputDevice::DeviceID' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_IsValidInputDevice, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsValidInputDevice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_IsValidPlatformId \ static_assert(alignof(InputDeviceLibrary_IsValidPlatformId) == 0x000004, "Wrong alignment on InputDeviceLibrary_IsValidPlatformId"); \ static_assert(sizeof(InputDeviceLibrary_IsValidPlatformId) == 0x000008, "Wrong size on InputDeviceLibrary_IsValidPlatformId"); \ static_assert(offsetof(InputDeviceLibrary_IsValidPlatformId, UserId) == 0x000000, "Member 'InputDeviceLibrary_IsValidPlatformId::UserId' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_IsValidPlatformId, ReturnValue) == 0x000004, "Member 'InputDeviceLibrary_IsValidPlatformId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_NotEqual_InputDeviceId \ static_assert(alignof(InputDeviceLibrary_NotEqual_InputDeviceId) == 0x000004, "Wrong alignment on InputDeviceLibrary_NotEqual_InputDeviceId"); \ static_assert(sizeof(InputDeviceLibrary_NotEqual_InputDeviceId) == 0x00000C, "Wrong size on InputDeviceLibrary_NotEqual_InputDeviceId"); \ static_assert(offsetof(InputDeviceLibrary_NotEqual_InputDeviceId, A) == 0x000000, "Member 'InputDeviceLibrary_NotEqual_InputDeviceId::A' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_NotEqual_InputDeviceId, B) == 0x000004, "Member 'InputDeviceLibrary_NotEqual_InputDeviceId::B' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_NotEqual_InputDeviceId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_NotEqual_InputDeviceId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_NotEqual_PlatformUserId \ static_assert(alignof(InputDeviceLibrary_NotEqual_PlatformUserId) == 0x000004, "Wrong alignment on InputDeviceLibrary_NotEqual_PlatformUserId"); \ static_assert(sizeof(InputDeviceLibrary_NotEqual_PlatformUserId) == 0x00000C, "Wrong size on InputDeviceLibrary_NotEqual_PlatformUserId"); \ static_assert(offsetof(InputDeviceLibrary_NotEqual_PlatformUserId, A) == 0x000000, "Member 'InputDeviceLibrary_NotEqual_PlatformUserId::A' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_NotEqual_PlatformUserId, B) == 0x000004, "Member 'InputDeviceLibrary_NotEqual_PlatformUserId::B' has a wrong offset!"); \ static_assert(offsetof(InputDeviceLibrary_NotEqual_PlatformUserId, ReturnValue) == 0x000008, "Member 'InputDeviceLibrary_NotEqual_PlatformUserId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceLibrary_PlatformUserId_None \ static_assert(alignof(InputDeviceLibrary_PlatformUserId_None) == 0x000004, "Wrong alignment on InputDeviceLibrary_PlatformUserId_None"); \ static_assert(sizeof(InputDeviceLibrary_PlatformUserId_None) == 0x000004, "Wrong size on InputDeviceLibrary_PlatformUserId_None"); \ static_assert(offsetof(InputDeviceLibrary_PlatformUserId_None, ReturnValue) == 0x000000, "Member 'InputDeviceLibrary_PlatformUserId_None::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputDeviceLibrary \ static_assert(alignof(UInputDeviceLibrary) == 0x000008, "Wrong alignment on UInputDeviceLibrary"); \ static_assert(sizeof(UInputDeviceLibrary) == 0x000028, "Wrong size on UInputDeviceLibrary"); \ #define DUMPER7_ASSERTS_ACameraShakeSourceActor \ static_assert(alignof(ACameraShakeSourceActor) == 0x000008, "Wrong alignment on ACameraShakeSourceActor"); \ static_assert(sizeof(ACameraShakeSourceActor) == 0x000238, "Wrong size on ACameraShakeSourceActor"); \ static_assert(offsetof(ACameraShakeSourceActor, CameraShakeSourceComponent) == 0x000230, "Member 'ACameraShakeSourceActor::CameraShakeSourceComponent' 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) == 0x000140, "Wrong size on UPawnMovementComponent"); \ static_assert(offsetof(UPawnMovementComponent, PawnOwner) == 0x000138, "Member 'UPawnMovementComponent::PawnOwner' 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_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_DirectionalLightComponent_SetAtmosphereSunDiskColorScale \ static_assert(alignof(DirectionalLightComponent_SetAtmosphereSunDiskColorScale) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetAtmosphereSunDiskColorScale"); \ static_assert(sizeof(DirectionalLightComponent_SetAtmosphereSunDiskColorScale) == 0x000010, "Wrong size on DirectionalLightComponent_SetAtmosphereSunDiskColorScale"); \ static_assert(offsetof(DirectionalLightComponent_SetAtmosphereSunDiskColorScale, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetAtmosphereSunDiskColorScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetAtmosphereSunLight \ static_assert(alignof(DirectionalLightComponent_SetAtmosphereSunLight) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetAtmosphereSunLight"); \ static_assert(sizeof(DirectionalLightComponent_SetAtmosphereSunLight) == 0x000001, "Wrong size on DirectionalLightComponent_SetAtmosphereSunLight"); \ static_assert(offsetof(DirectionalLightComponent_SetAtmosphereSunLight, bNewValue) == 0x000000, "Member 'DirectionalLightComponent_SetAtmosphereSunLight::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetAtmosphereSunLightIndex \ static_assert(alignof(DirectionalLightComponent_SetAtmosphereSunLightIndex) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetAtmosphereSunLightIndex"); \ static_assert(sizeof(DirectionalLightComponent_SetAtmosphereSunLightIndex) == 0x000004, "Wrong size on DirectionalLightComponent_SetAtmosphereSunLightIndex"); \ static_assert(offsetof(DirectionalLightComponent_SetAtmosphereSunLightIndex, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetAtmosphereSunLightIndex::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCascadeDistributionExponent \ static_assert(alignof(DirectionalLightComponent_SetCascadeDistributionExponent) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCascadeDistributionExponent"); \ static_assert(sizeof(DirectionalLightComponent_SetCascadeDistributionExponent) == 0x000004, "Wrong size on DirectionalLightComponent_SetCascadeDistributionExponent"); \ static_assert(offsetof(DirectionalLightComponent_SetCascadeDistributionExponent, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCascadeDistributionExponent::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCascadeTransitionFraction \ static_assert(alignof(DirectionalLightComponent_SetCascadeTransitionFraction) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCascadeTransitionFraction"); \ static_assert(sizeof(DirectionalLightComponent_SetCascadeTransitionFraction) == 0x000004, "Wrong size on DirectionalLightComponent_SetCascadeTransitionFraction"); \ static_assert(offsetof(DirectionalLightComponent_SetCascadeTransitionFraction, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCascadeTransitionFraction::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCastCloudShadows \ static_assert(alignof(DirectionalLightComponent_SetCastCloudShadows) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetCastCloudShadows"); \ static_assert(sizeof(DirectionalLightComponent_SetCastCloudShadows) == 0x000001, "Wrong size on DirectionalLightComponent_SetCastCloudShadows"); \ static_assert(offsetof(DirectionalLightComponent_SetCastCloudShadows, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCastCloudShadows::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCastModulatedShadows \ static_assert(alignof(DirectionalLightComponent_SetCastModulatedShadows) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetCastModulatedShadows"); \ static_assert(sizeof(DirectionalLightComponent_SetCastModulatedShadows) == 0x000001, "Wrong size on DirectionalLightComponent_SetCastModulatedShadows"); \ static_assert(offsetof(DirectionalLightComponent_SetCastModulatedShadows, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCastModulatedShadows::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCastShadowsOnAtmosphere \ static_assert(alignof(DirectionalLightComponent_SetCastShadowsOnAtmosphere) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetCastShadowsOnAtmosphere"); \ static_assert(sizeof(DirectionalLightComponent_SetCastShadowsOnAtmosphere) == 0x000001, "Wrong size on DirectionalLightComponent_SetCastShadowsOnAtmosphere"); \ static_assert(offsetof(DirectionalLightComponent_SetCastShadowsOnAtmosphere, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCastShadowsOnAtmosphere::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCastShadowsOnClouds \ static_assert(alignof(DirectionalLightComponent_SetCastShadowsOnClouds) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetCastShadowsOnClouds"); \ static_assert(sizeof(DirectionalLightComponent_SetCastShadowsOnClouds) == 0x000001, "Wrong size on DirectionalLightComponent_SetCastShadowsOnClouds"); \ static_assert(offsetof(DirectionalLightComponent_SetCastShadowsOnClouds, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCastShadowsOnClouds::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCloudScatteredLuminanceScale \ static_assert(alignof(DirectionalLightComponent_SetCloudScatteredLuminanceScale) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCloudScatteredLuminanceScale"); \ static_assert(sizeof(DirectionalLightComponent_SetCloudScatteredLuminanceScale) == 0x000010, "Wrong size on DirectionalLightComponent_SetCloudScatteredLuminanceScale"); \ static_assert(offsetof(DirectionalLightComponent_SetCloudScatteredLuminanceScale, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCloudScatteredLuminanceScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCloudShadowDepthBias \ static_assert(alignof(DirectionalLightComponent_SetCloudShadowDepthBias) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCloudShadowDepthBias"); \ static_assert(sizeof(DirectionalLightComponent_SetCloudShadowDepthBias) == 0x000004, "Wrong size on DirectionalLightComponent_SetCloudShadowDepthBias"); \ static_assert(offsetof(DirectionalLightComponent_SetCloudShadowDepthBias, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCloudShadowDepthBias::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCloudShadowExtent \ static_assert(alignof(DirectionalLightComponent_SetCloudShadowExtent) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCloudShadowExtent"); \ static_assert(sizeof(DirectionalLightComponent_SetCloudShadowExtent) == 0x000004, "Wrong size on DirectionalLightComponent_SetCloudShadowExtent"); \ static_assert(offsetof(DirectionalLightComponent_SetCloudShadowExtent, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCloudShadowExtent::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCloudShadowMapResolutionScale \ static_assert(alignof(DirectionalLightComponent_SetCloudShadowMapResolutionScale) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCloudShadowMapResolutionScale"); \ static_assert(sizeof(DirectionalLightComponent_SetCloudShadowMapResolutionScale) == 0x000004, "Wrong size on DirectionalLightComponent_SetCloudShadowMapResolutionScale"); \ static_assert(offsetof(DirectionalLightComponent_SetCloudShadowMapResolutionScale, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCloudShadowMapResolutionScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCloudShadowOnAtmosphereStrength \ static_assert(alignof(DirectionalLightComponent_SetCloudShadowOnAtmosphereStrength) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCloudShadowOnAtmosphereStrength"); \ static_assert(sizeof(DirectionalLightComponent_SetCloudShadowOnAtmosphereStrength) == 0x000004, "Wrong size on DirectionalLightComponent_SetCloudShadowOnAtmosphereStrength"); \ static_assert(offsetof(DirectionalLightComponent_SetCloudShadowOnAtmosphereStrength, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCloudShadowOnAtmosphereStrength::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCloudShadowOnSurfaceStrength \ static_assert(alignof(DirectionalLightComponent_SetCloudShadowOnSurfaceStrength) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCloudShadowOnSurfaceStrength"); \ static_assert(sizeof(DirectionalLightComponent_SetCloudShadowOnSurfaceStrength) == 0x000004, "Wrong size on DirectionalLightComponent_SetCloudShadowOnSurfaceStrength"); \ static_assert(offsetof(DirectionalLightComponent_SetCloudShadowOnSurfaceStrength, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCloudShadowOnSurfaceStrength::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCloudShadowRaySampleCountScale \ static_assert(alignof(DirectionalLightComponent_SetCloudShadowRaySampleCountScale) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCloudShadowRaySampleCountScale"); \ static_assert(sizeof(DirectionalLightComponent_SetCloudShadowRaySampleCountScale) == 0x000004, "Wrong size on DirectionalLightComponent_SetCloudShadowRaySampleCountScale"); \ static_assert(offsetof(DirectionalLightComponent_SetCloudShadowRaySampleCountScale, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCloudShadowRaySampleCountScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetCloudShadowStrength \ static_assert(alignof(DirectionalLightComponent_SetCloudShadowStrength) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetCloudShadowStrength"); \ static_assert(sizeof(DirectionalLightComponent_SetCloudShadowStrength) == 0x000004, "Wrong size on DirectionalLightComponent_SetCloudShadowStrength"); \ static_assert(offsetof(DirectionalLightComponent_SetCloudShadowStrength, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetCloudShadowStrength::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetDistanceFieldShadowDistance \ static_assert(alignof(DirectionalLightComponent_SetDistanceFieldShadowDistance) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDistanceFieldShadowDistance"); \ static_assert(sizeof(DirectionalLightComponent_SetDistanceFieldShadowDistance) == 0x000004, "Wrong size on DirectionalLightComponent_SetDistanceFieldShadowDistance"); \ static_assert(offsetof(DirectionalLightComponent_SetDistanceFieldShadowDistance, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDistanceFieldShadowDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetDistanceFieldTraceDistance \ static_assert(alignof(DirectionalLightComponent_SetDistanceFieldTraceDistance) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetDistanceFieldTraceDistance"); \ static_assert(sizeof(DirectionalLightComponent_SetDistanceFieldTraceDistance) == 0x000004, "Wrong size on DirectionalLightComponent_SetDistanceFieldTraceDistance"); \ static_assert(offsetof(DirectionalLightComponent_SetDistanceFieldTraceDistance, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetDistanceFieldTraceDistance::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_SetFarShadowCascadeCount \ static_assert(alignof(DirectionalLightComponent_SetFarShadowCascadeCount) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetFarShadowCascadeCount"); \ static_assert(sizeof(DirectionalLightComponent_SetFarShadowCascadeCount) == 0x000004, "Wrong size on DirectionalLightComponent_SetFarShadowCascadeCount"); \ static_assert(offsetof(DirectionalLightComponent_SetFarShadowCascadeCount, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetFarShadowCascadeCount::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetFarShadowDistance \ static_assert(alignof(DirectionalLightComponent_SetFarShadowDistance) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetFarShadowDistance"); \ static_assert(sizeof(DirectionalLightComponent_SetFarShadowDistance) == 0x000004, "Wrong size on DirectionalLightComponent_SetFarShadowDistance"); \ static_assert(offsetof(DirectionalLightComponent_SetFarShadowDistance, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetFarShadowDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetInsetShadowsForMoveableObjects \ static_assert(alignof(DirectionalLightComponent_SetInsetShadowsForMoveableObjects) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetInsetShadowsForMoveableObjects"); \ static_assert(sizeof(DirectionalLightComponent_SetInsetShadowsForMoveableObjects) == 0x000001, "Wrong size on DirectionalLightComponent_SetInsetShadowsForMoveableObjects"); \ static_assert(offsetof(DirectionalLightComponent_SetInsetShadowsForMoveableObjects, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetInsetShadowsForMoveableObjects::NewValue' 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_SetLightSourceAngle \ static_assert(alignof(DirectionalLightComponent_SetLightSourceAngle) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetLightSourceAngle"); \ static_assert(sizeof(DirectionalLightComponent_SetLightSourceAngle) == 0x000004, "Wrong size on DirectionalLightComponent_SetLightSourceAngle"); \ static_assert(offsetof(DirectionalLightComponent_SetLightSourceAngle, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetLightSourceAngle::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetLightSourceSoftAngle \ static_assert(alignof(DirectionalLightComponent_SetLightSourceSoftAngle) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetLightSourceSoftAngle"); \ static_assert(sizeof(DirectionalLightComponent_SetLightSourceSoftAngle) == 0x000004, "Wrong size on DirectionalLightComponent_SetLightSourceSoftAngle"); \ static_assert(offsetof(DirectionalLightComponent_SetLightSourceSoftAngle, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetLightSourceSoftAngle::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetModulatedShadowColor \ static_assert(alignof(DirectionalLightComponent_SetModulatedShadowColor) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetModulatedShadowColor"); \ static_assert(sizeof(DirectionalLightComponent_SetModulatedShadowColor) == 0x000004, "Wrong size on DirectionalLightComponent_SetModulatedShadowColor"); \ static_assert(offsetof(DirectionalLightComponent_SetModulatedShadowColor, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetModulatedShadowColor::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetNumDynamicShadowCascades \ static_assert(alignof(DirectionalLightComponent_SetNumDynamicShadowCascades) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetNumDynamicShadowCascades"); \ static_assert(sizeof(DirectionalLightComponent_SetNumDynamicShadowCascades) == 0x000004, "Wrong size on DirectionalLightComponent_SetNumDynamicShadowCascades"); \ static_assert(offsetof(DirectionalLightComponent_SetNumDynamicShadowCascades, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetNumDynamicShadowCascades::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetOcclusionDepthRange \ static_assert(alignof(DirectionalLightComponent_SetOcclusionDepthRange) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetOcclusionDepthRange"); \ static_assert(sizeof(DirectionalLightComponent_SetOcclusionDepthRange) == 0x000004, "Wrong size on DirectionalLightComponent_SetOcclusionDepthRange"); \ static_assert(offsetof(DirectionalLightComponent_SetOcclusionDepthRange, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetOcclusionDepthRange::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetOcclusionMaskDarkness \ static_assert(alignof(DirectionalLightComponent_SetOcclusionMaskDarkness) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetOcclusionMaskDarkness"); \ static_assert(sizeof(DirectionalLightComponent_SetOcclusionMaskDarkness) == 0x000004, "Wrong size on DirectionalLightComponent_SetOcclusionMaskDarkness"); \ static_assert(offsetof(DirectionalLightComponent_SetOcclusionMaskDarkness, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetOcclusionMaskDarkness::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetPerPixelAtmosphereTransmittance \ static_assert(alignof(DirectionalLightComponent_SetPerPixelAtmosphereTransmittance) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetPerPixelAtmosphereTransmittance"); \ static_assert(sizeof(DirectionalLightComponent_SetPerPixelAtmosphereTransmittance) == 0x000001, "Wrong size on DirectionalLightComponent_SetPerPixelAtmosphereTransmittance"); \ static_assert(offsetof(DirectionalLightComponent_SetPerPixelAtmosphereTransmittance, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetPerPixelAtmosphereTransmittance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowAmount \ static_assert(alignof(DirectionalLightComponent_SetShadowAmount) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowAmount"); \ static_assert(sizeof(DirectionalLightComponent_SetShadowAmount) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowAmount"); \ static_assert(offsetof(DirectionalLightComponent_SetShadowAmount, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowAmount::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowCascadeBiasDistribution \ static_assert(alignof(DirectionalLightComponent_SetShadowCascadeBiasDistribution) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowCascadeBiasDistribution"); \ static_assert(sizeof(DirectionalLightComponent_SetShadowCascadeBiasDistribution) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowCascadeBiasDistribution"); \ static_assert(offsetof(DirectionalLightComponent_SetShadowCascadeBiasDistribution, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowCascadeBiasDistribution::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowDistanceFadeoutFraction \ static_assert(alignof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowDistanceFadeoutFraction"); \ static_assert(sizeof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowDistanceFadeoutFraction"); \ static_assert(offsetof(DirectionalLightComponent_SetShadowDistanceFadeoutFraction, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowDistanceFadeoutFraction::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetShadowSourceAngleFactor \ static_assert(alignof(DirectionalLightComponent_SetShadowSourceAngleFactor) == 0x000004, "Wrong alignment on DirectionalLightComponent_SetShadowSourceAngleFactor"); \ static_assert(sizeof(DirectionalLightComponent_SetShadowSourceAngleFactor) == 0x000004, "Wrong size on DirectionalLightComponent_SetShadowSourceAngleFactor"); \ static_assert(offsetof(DirectionalLightComponent_SetShadowSourceAngleFactor, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetShadowSourceAngleFactor::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DirectionalLightComponent_SetUsedAsAtmosphereSunLight \ static_assert(alignof(DirectionalLightComponent_SetUsedAsAtmosphereSunLight) == 0x000001, "Wrong alignment on DirectionalLightComponent_SetUsedAsAtmosphereSunLight"); \ static_assert(sizeof(DirectionalLightComponent_SetUsedAsAtmosphereSunLight) == 0x000001, "Wrong size on DirectionalLightComponent_SetUsedAsAtmosphereSunLight"); \ static_assert(offsetof(DirectionalLightComponent_SetUsedAsAtmosphereSunLight, NewValue) == 0x000000, "Member 'DirectionalLightComponent_SetUsedAsAtmosphereSunLight::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDirectionalLightComponent \ static_assert(alignof(UDirectionalLightComponent) == 0x000010, "Wrong alignment on UDirectionalLightComponent"); \ static_assert(sizeof(UDirectionalLightComponent) == 0x000400, "Wrong size on UDirectionalLightComponent"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowCascadeBiasDistribution) == 0x000340, "Member 'UDirectionalLightComponent::ShadowCascadeBiasDistribution' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, OcclusionMaskDarkness) == 0x000348, "Member 'UDirectionalLightComponent::OcclusionMaskDarkness' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, OcclusionDepthRange) == 0x00034C, "Member 'UDirectionalLightComponent::OcclusionDepthRange' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightShaftOverrideDirection) == 0x000350, "Member 'UDirectionalLightComponent::LightShaftOverrideDirection' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, WholeSceneDynamicShadowRadius) == 0x00035C, "Member 'UDirectionalLightComponent::WholeSceneDynamicShadowRadius' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceMovableLight) == 0x000360, "Member 'UDirectionalLightComponent::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceStationaryLight) == 0x000364, "Member 'UDirectionalLightComponent::DynamicShadowDistanceStationaryLight' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DynamicShadowCascades) == 0x000368, "Member 'UDirectionalLightComponent::DynamicShadowCascades' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CascadeDistributionExponent) == 0x00036C, "Member 'UDirectionalLightComponent::CascadeDistributionExponent' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CascadeTransitionFraction) == 0x000370, "Member 'UDirectionalLightComponent::CascadeTransitionFraction' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowDistanceFadeoutFraction) == 0x000374, "Member 'UDirectionalLightComponent::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, FarShadowCascadeCount) == 0x00037C, "Member 'UDirectionalLightComponent::FarShadowCascadeCount' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, FarShadowDistance) == 0x000380, "Member 'UDirectionalLightComponent::FarShadowDistance' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, DistanceFieldShadowDistance) == 0x000384, "Member 'UDirectionalLightComponent::DistanceFieldShadowDistance' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightSourceAngle) == 0x000388, "Member 'UDirectionalLightComponent::LightSourceAngle' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightSourceSoftAngle) == 0x00038C, "Member 'UDirectionalLightComponent::LightSourceSoftAngle' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowSourceAngleFactor) == 0x000390, "Member 'UDirectionalLightComponent::ShadowSourceAngleFactor' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, TraceDistance) == 0x000394, "Member 'UDirectionalLightComponent::TraceDistance' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunLightIndex) == 0x00039C, "Member 'UDirectionalLightComponent::AtmosphereSunLightIndex' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunDiskColorScale) == 0x0003A0, "Member 'UDirectionalLightComponent::AtmosphereSunDiskColorScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowStrength) == 0x0003B4, "Member 'UDirectionalLightComponent::CloudShadowStrength' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnAtmosphereStrength) == 0x0003B8, "Member 'UDirectionalLightComponent::CloudShadowOnAtmosphereStrength' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnSurfaceStrength) == 0x0003BC, "Member 'UDirectionalLightComponent::CloudShadowOnSurfaceStrength' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowDepthBias) == 0x0003C0, "Member 'UDirectionalLightComponent::CloudShadowDepthBias' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowExtent) == 0x0003C4, "Member 'UDirectionalLightComponent::CloudShadowExtent' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowMapResolutionScale) == 0x0003C8, "Member 'UDirectionalLightComponent::CloudShadowMapResolutionScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudShadowRaySampleCountScale) == 0x0003CC, "Member 'UDirectionalLightComponent::CloudShadowRaySampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, CloudScatteredLuminanceScale) == 0x0003D0, "Member 'UDirectionalLightComponent::CloudScatteredLuminanceScale' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, LightmassSettings) == 0x0003E0, "Member 'UDirectionalLightComponent::LightmassSettings' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ModulatedShadowColor) == 0x0003F4, "Member 'UDirectionalLightComponent::ModulatedShadowColor' has a wrong offset!"); \ static_assert(offsetof(UDirectionalLightComponent, ShadowAmount) == 0x0003F8, "Member 'UDirectionalLightComponent::ShadowAmount' 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) == 0x000230, "Member 'ACameraActor::AutoActivateForPlayer' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, CameraComponent) == 0x000238, "Member 'ACameraActor::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, SceneComponent) == 0x000240, "Member 'ACameraActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, AspectRatio) == 0x000254, "Member 'ACameraActor::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, FOVAngle) == 0x000258, "Member 'ACameraActor::FOVAngle' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, PostProcessBlendWeight) == 0x00025C, "Member 'ACameraActor::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(ACameraActor, PostProcessSettings) == 0x000260, "Member 'ACameraActor::PostProcessSettings' 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_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) == 0x000B00, "Wrong size on UCharacterMovementComponent"); \ static_assert(offsetof(UCharacterMovementComponent, CharacterOwner) == 0x000150, "Member 'UCharacterMovementComponent::CharacterOwner' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GravityScale) == 0x000158, "Member 'UCharacterMovementComponent::GravityScale' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxStepHeight) == 0x00015C, "Member 'UCharacterMovementComponent::MaxStepHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, JumpZVelocity) == 0x000160, "Member 'UCharacterMovementComponent::JumpZVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, JumpOffJumpZFactor) == 0x000164, "Member 'UCharacterMovementComponent::JumpOffJumpZFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, WalkableFloorAngle) == 0x000168, "Member 'UCharacterMovementComponent::WalkableFloorAngle' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, WalkableFloorZ) == 0x00016C, "Member 'UCharacterMovementComponent::WalkableFloorZ' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MovementMode) == 0x000170, "Member 'UCharacterMovementComponent::MovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CustomMovementMode) == 0x000171, "Member 'UCharacterMovementComponent::CustomMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkSmoothingMode) == 0x000172, "Member 'UCharacterMovementComponent::NetworkSmoothingMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroundFriction) == 0x000174, "Member 'UCharacterMovementComponent::GroundFriction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeed) == 0x00019C, "Member 'UCharacterMovementComponent::MaxWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeedCrouched) == 0x0001A0, "Member 'UCharacterMovementComponent::MaxWalkSpeedCrouched' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxSwimSpeed) == 0x0001A4, "Member 'UCharacterMovementComponent::MaxSwimSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxFlySpeed) == 0x0001A8, "Member 'UCharacterMovementComponent::MaxFlySpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxCustomMovementSpeed) == 0x0001AC, "Member 'UCharacterMovementComponent::MaxCustomMovementSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxAcceleration) == 0x0001B0, "Member 'UCharacterMovementComponent::MaxAcceleration' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MinAnalogWalkSpeed) == 0x0001B4, "Member 'UCharacterMovementComponent::MinAnalogWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingFrictionFactor) == 0x0001B8, "Member 'UCharacterMovementComponent::BrakingFrictionFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingFriction) == 0x0001BC, "Member 'UCharacterMovementComponent::BrakingFriction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingSubStepTime) == 0x0001C0, "Member 'UCharacterMovementComponent::BrakingSubStepTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationWalking) == 0x0001C4, "Member 'UCharacterMovementComponent::BrakingDecelerationWalking' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFalling) == 0x0001C8, "Member 'UCharacterMovementComponent::BrakingDecelerationFalling' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationSwimming) == 0x0001CC, "Member 'UCharacterMovementComponent::BrakingDecelerationSwimming' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFlying) == 0x0001D0, "Member 'UCharacterMovementComponent::BrakingDecelerationFlying' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AirControl) == 0x0001D4, "Member 'UCharacterMovementComponent::AirControl' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AirControlBoostMultiplier) == 0x0001D8, "Member 'UCharacterMovementComponent::AirControlBoostMultiplier' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AirControlBoostVelocityThreshold) == 0x0001DC, "Member 'UCharacterMovementComponent::AirControlBoostVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, FallingLateralFriction) == 0x0001E0, "Member 'UCharacterMovementComponent::FallingLateralFriction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CrouchedHalfHeight) == 0x0001E4, "Member 'UCharacterMovementComponent::CrouchedHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, Buoyancy) == 0x0001E8, "Member 'UCharacterMovementComponent::Buoyancy' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PerchRadiusThreshold) == 0x0001EC, "Member 'UCharacterMovementComponent::PerchRadiusThreshold' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PerchAdditionalHeight) == 0x0001F0, "Member 'UCharacterMovementComponent::PerchAdditionalHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RotationRate) == 0x0001F4, "Member 'UCharacterMovementComponent::RotationRate' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, DeferredUpdatedMoveComponent) == 0x000208, "Member 'UCharacterMovementComponent::DeferredUpdatedMoveComponent' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxOutOfWaterStepHeight) == 0x000210, "Member 'UCharacterMovementComponent::MaxOutOfWaterStepHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, OutofWaterZ) == 0x000214, "Member 'UCharacterMovementComponent::OutofWaterZ' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, Mass) == 0x000218, "Member 'UCharacterMovementComponent::Mass' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, StandingDownwardForceScale) == 0x00021C, "Member 'UCharacterMovementComponent::StandingDownwardForceScale' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, InitialPushForceFactor) == 0x000220, "Member 'UCharacterMovementComponent::InitialPushForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PushForceFactor) == 0x000224, "Member 'UCharacterMovementComponent::PushForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PushForcePointZOffsetFactor) == 0x000228, "Member 'UCharacterMovementComponent::PushForcePointZOffsetFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, TouchForceFactor) == 0x00022C, "Member 'UCharacterMovementComponent::TouchForceFactor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MinTouchForce) == 0x000230, "Member 'UCharacterMovementComponent::MinTouchForce' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxTouchForce) == 0x000234, "Member 'UCharacterMovementComponent::MaxTouchForce' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RepulsionForce) == 0x000238, "Member 'UCharacterMovementComponent::RepulsionForce' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, Acceleration) == 0x00023C, "Member 'UCharacterMovementComponent::Acceleration' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LastUpdateRotation) == 0x000250, "Member 'UCharacterMovementComponent::LastUpdateRotation' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LastUpdateLocation) == 0x000260, "Member 'UCharacterMovementComponent::LastUpdateLocation' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LastUpdateVelocity) == 0x00026C, "Member 'UCharacterMovementComponent::LastUpdateVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerLastTransformUpdateTimeStamp) == 0x000278, "Member 'UCharacterMovementComponent::ServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerLastClientGoodMoveAckTime) == 0x00027C, "Member 'UCharacterMovementComponent::ServerLastClientGoodMoveAckTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerLastClientAdjustmentTime) == 0x000280, "Member 'UCharacterMovementComponent::ServerLastClientAdjustmentTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PendingImpulseToApply) == 0x000284, "Member 'UCharacterMovementComponent::PendingImpulseToApply' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PendingForceToApply) == 0x000290, "Member 'UCharacterMovementComponent::PendingForceToApply' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AnalogInputModifier) == 0x00029C, "Member 'UCharacterMovementComponent::AnalogInputModifier' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxSimulationTimeStep) == 0x0002AC, "Member 'UCharacterMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxSimulationIterations) == 0x0002B0, "Member 'UCharacterMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxJumpApexAttemptsPerSimulation) == 0x0002B4, "Member 'UCharacterMovementComponent::MaxJumpApexAttemptsPerSimulation' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometry) == 0x0002B8, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometry' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometryAsProxy) == 0x0002BC, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometryAsProxy' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawn) == 0x0002C0, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawn' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawnAsProxy) == 0x0002C4, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawnAsProxy' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothLocationTime) == 0x0002C8, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothRotationTime) == 0x0002CC, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothLocationTime) == 0x0002D0, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothRotationTime) == 0x0002D4, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkRadius) == 0x0002D8, "Member 'UCharacterMovementComponent::NetProxyShrinkRadius' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkHalfHeight) == 0x0002DC, "Member 'UCharacterMovementComponent::NetProxyShrinkHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMaxSmoothUpdateDistance) == 0x0002E0, "Member 'UCharacterMovementComponent::NetworkMaxSmoothUpdateDistance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkNoSmoothUpdateDistance) == 0x0002E4, "Member 'UCharacterMovementComponent::NetworkNoSmoothUpdateDistance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAckGoodMoves) == 0x0002E8, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAckGoodMoves' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustments) == 0x0002EC, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustments' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustmentsLargeCorrection) == 0x0002F0, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustmentsLargeCorrection' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NetworkLargeClientCorrectionDistance) == 0x0002F4, "Member 'UCharacterMovementComponent::NetworkLargeClientCorrectionDistance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, LedgeCheckThreshold) == 0x0002F8, "Member 'UCharacterMovementComponent::LedgeCheckThreshold' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, JumpOutOfWaterPitch) == 0x0002FC, "Member 'UCharacterMovementComponent::JumpOutOfWaterPitch' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CurrentFloor) == 0x000300, "Member 'UCharacterMovementComponent::CurrentFloor' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, DefaultLandMovementMode) == 0x000394, "Member 'UCharacterMovementComponent::DefaultLandMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, DefaultWaterMovementMode) == 0x000395, "Member 'UCharacterMovementComponent::DefaultWaterMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroundMovementMode) == 0x000396, "Member 'UCharacterMovementComponent::GroundMovementMode' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceConsiderationRadius) == 0x0003AC, "Member 'UCharacterMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RequestedVelocity) == 0x0003B0, "Member 'UCharacterMovementComponent::RequestedVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceUID) == 0x0003BC, "Member 'UCharacterMovementComponent::AvoidanceUID' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceGroup) == 0x0003C0, "Member 'UCharacterMovementComponent::AvoidanceGroup' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroupsToAvoid) == 0x0003C4, "Member 'UCharacterMovementComponent::GroupsToAvoid' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, GroupsToIgnore) == 0x0003C8, "Member 'UCharacterMovementComponent::GroupsToIgnore' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AvoidanceWeight) == 0x0003CC, "Member 'UCharacterMovementComponent::AvoidanceWeight' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PendingLaunchVelocity) == 0x0003D0, "Member 'UCharacterMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterval) == 0x000480, "Member 'UCharacterMovementComponent::NavMeshProjectionInterval' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionTimer) == 0x000484, "Member 'UCharacterMovementComponent::NavMeshProjectionTimer' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterpSpeed) == 0x000488, "Member 'UCharacterMovementComponent::NavMeshProjectionInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleUp) == 0x00048C, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleUp' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleDown) == 0x000490, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleDown' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, NavWalkingFloorDistTolerance) == 0x000494, "Member 'UCharacterMovementComponent::NavWalkingFloorDistTolerance' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, PostPhysicsTickFunction) == 0x000498, "Member 'UCharacterMovementComponent::PostPhysicsTickFunction' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, MinTimeBetweenTimeStampResets) == 0x0004E0, "Member 'UCharacterMovementComponent::MinTimeBetweenTimeStampResets' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, CurrentRootMotion) == 0x000990, "Member 'UCharacterMovementComponent::CurrentRootMotion' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, ServerCorrectionRootMotion) == 0x0009C8, "Member 'UCharacterMovementComponent::ServerCorrectionRootMotion' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, RootMotionParams) == 0x000A90, "Member 'UCharacterMovementComponent::RootMotionParams' has a wrong offset!"); \ static_assert(offsetof(UCharacterMovementComponent, AnimRootMotionVelocity) == 0x000AD0, "Member 'UCharacterMovementComponent::AnimRootMotionVelocity' 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_UCurveTable \ static_assert(alignof(UCurveTable) == 0x000008, "Wrong alignment on UCurveTable"); \ static_assert(sizeof(UCurveTable) == 0x0000A0, "Wrong size on UCurveTable"); \ #define DUMPER7_ASSERTS_UCompositeCurveTable \ static_assert(alignof(UCompositeCurveTable) == 0x000008, "Wrong alignment on UCompositeCurveTable"); \ static_assert(sizeof(UCompositeCurveTable) == 0x0000C8, "Wrong size on UCompositeCurveTable"); \ static_assert(offsetof(UCompositeCurveTable, ParentTables) == 0x0000A0, "Member 'UCompositeCurveTable::ParentTables' has a wrong offset!"); \ static_assert(offsetof(UCompositeCurveTable, OldParentTables) == 0x0000B0, "Member 'UCompositeCurveTable::OldParentTables' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleSizeBase \ static_assert(alignof(UParticleModuleSizeBase) == 0x000008, "Wrong alignment on UParticleModuleSizeBase"); \ static_assert(sizeof(UParticleModuleSizeBase) == 0x000030, "Wrong size on UParticleModuleSizeBase"); \ #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_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_UInputDeviceAudioBasedVibrationProperty \ static_assert(alignof(UInputDeviceAudioBasedVibrationProperty) == 0x000008, "Wrong alignment on UInputDeviceAudioBasedVibrationProperty"); \ static_assert(sizeof(UInputDeviceAudioBasedVibrationProperty) == 0x0000E0, "Wrong size on UInputDeviceAudioBasedVibrationProperty"); \ static_assert(offsetof(UInputDeviceAudioBasedVibrationProperty, Data) == 0x000030, "Member 'UInputDeviceAudioBasedVibrationProperty::Data' has a wrong offset!"); \ static_assert(offsetof(UInputDeviceAudioBasedVibrationProperty, DeviceOverrideData) == 0x000080, "Member 'UInputDeviceAudioBasedVibrationProperty::DeviceOverrideData' has a wrong offset!"); \ static_assert(offsetof(UInputDeviceAudioBasedVibrationProperty, OnDisabledChannelVibrationFallbackDevices) == 0x0000D0, "Member 'UInputDeviceAudioBasedVibrationProperty::OnDisabledChannelVibrationFallbackDevices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraBlockingVolume \ static_assert(alignof(ACameraBlockingVolume) == 0x000008, "Wrong alignment on ACameraBlockingVolume"); \ static_assert(sizeof(ACameraBlockingVolume) == 0x000268, "Wrong size on ACameraBlockingVolume"); \ #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) == 0x000238, "Wrong size on ALevelScriptActor"); \ #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_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_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_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) == 0x000230, "Member 'APlayerCameraManager::PCOwner' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, TransformComponent) == 0x000238, "Member 'APlayerCameraManager::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultFOV) == 0x000248, "Member 'APlayerCameraManager::DefaultFOV' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultOrthoWidth) == 0x000250, "Member 'APlayerCameraManager::DefaultOrthoWidth' has a wrong offset!"); \ static_assert(offsetof(APlayerCameraManager, DefaultAspectRatio) == 0x000258, "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_UInterpTrackInstColorScale \ static_assert(alignof(UInterpTrackInstColorScale) == 0x000008, "Wrong alignment on UInterpTrackInstColorScale"); \ static_assert(sizeof(UInterpTrackInstColorScale) == 0x000028, "Wrong size on UInterpTrackInstColorScale"); \ #define DUMPER7_ASSERTS_PlayerState_OnPawnPrivateDestroyed \ static_assert(alignof(PlayerState_OnPawnPrivateDestroyed) == 0x000008, "Wrong alignment on PlayerState_OnPawnPrivateDestroyed"); \ static_assert(sizeof(PlayerState_OnPawnPrivateDestroyed) == 0x000008, "Wrong size on PlayerState_OnPawnPrivateDestroyed"); \ static_assert(offsetof(PlayerState_OnPawnPrivateDestroyed, InActor) == 0x000000, "Member 'PlayerState_OnPawnPrivateDestroyed::InActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_ReceiveCopyProperties \ static_assert(alignof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong alignment on PlayerState_ReceiveCopyProperties"); \ static_assert(sizeof(PlayerState_ReceiveCopyProperties) == 0x000008, "Wrong size on PlayerState_ReceiveCopyProperties"); \ static_assert(offsetof(PlayerState_ReceiveCopyProperties, NewPlayerState) == 0x000000, "Member 'PlayerState_ReceiveCopyProperties::NewPlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_ReceiveOverrideWith \ static_assert(alignof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong alignment on PlayerState_ReceiveOverrideWith"); \ static_assert(sizeof(PlayerState_ReceiveOverrideWith) == 0x000008, "Wrong size on PlayerState_ReceiveOverrideWith"); \ static_assert(offsetof(PlayerState_ReceiveOverrideWith, OldPlayerState) == 0x000000, "Member 'PlayerState_ReceiveOverrideWith::OldPlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_BP_GetUniqueId \ static_assert(alignof(PlayerState_BP_GetUniqueId) == 0x000008, "Wrong alignment on PlayerState_BP_GetUniqueId"); \ static_assert(sizeof(PlayerState_BP_GetUniqueId) == 0x000028, "Wrong size on PlayerState_BP_GetUniqueId"); \ static_assert(offsetof(PlayerState_BP_GetUniqueId, ReturnValue) == 0x000000, "Member 'PlayerState_BP_GetUniqueId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_GetPawn \ static_assert(alignof(PlayerState_GetPawn) == 0x000008, "Wrong alignment on PlayerState_GetPawn"); \ static_assert(sizeof(PlayerState_GetPawn) == 0x000008, "Wrong size on PlayerState_GetPawn"); \ static_assert(offsetof(PlayerState_GetPawn, ReturnValue) == 0x000000, "Member 'PlayerState_GetPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_GetPlayerController \ static_assert(alignof(PlayerState_GetPlayerController) == 0x000008, "Wrong alignment on PlayerState_GetPlayerController"); \ static_assert(sizeof(PlayerState_GetPlayerController) == 0x000008, "Wrong size on PlayerState_GetPlayerController"); \ static_assert(offsetof(PlayerState_GetPlayerController, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_GetPlayerName \ static_assert(alignof(PlayerState_GetPlayerName) == 0x000008, "Wrong alignment on PlayerState_GetPlayerName"); \ static_assert(sizeof(PlayerState_GetPlayerName) == 0x000010, "Wrong size on PlayerState_GetPlayerName"); \ static_assert(offsetof(PlayerState_GetPlayerName, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlayerState_IsOnlyASpectator \ static_assert(alignof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong alignment on PlayerState_IsOnlyASpectator"); \ static_assert(sizeof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong size on PlayerState_IsOnlyASpectator"); \ static_assert(offsetof(PlayerState_IsOnlyASpectator, ReturnValue) == 0x000000, "Member 'PlayerState_IsOnlyASpectator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerState \ static_assert(alignof(APlayerState) == 0x000008, "Wrong alignment on APlayerState"); \ static_assert(sizeof(APlayerState) == 0x000340, "Wrong size on APlayerState"); \ static_assert(offsetof(APlayerState, Score) == 0x000230, "Member 'APlayerState::Score' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PlayerId) == 0x000234, "Member 'APlayerState::PlayerId' has a wrong offset!"); \ static_assert(offsetof(APlayerState, Ping) == 0x000238, "Member 'APlayerState::Ping' has a wrong offset!"); \ static_assert(offsetof(APlayerState, StartTime) == 0x00023C, "Member 'APlayerState::StartTime' has a wrong offset!"); \ static_assert(offsetof(APlayerState, EngineMessageClass) == 0x000240, "Member 'APlayerState::EngineMessageClass' has a wrong offset!"); \ static_assert(offsetof(APlayerState, SavedNetworkAddress) == 0x000250, "Member 'APlayerState::SavedNetworkAddress' has a wrong offset!"); \ static_assert(offsetof(APlayerState, UniqueId) == 0x000260, "Member 'APlayerState::UniqueId' has a wrong offset!"); \ static_assert(offsetof(APlayerState, OnPawnSet) == 0x000290, "Member 'APlayerState::OnPawnSet' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PawnPrivate) == 0x0002A0, "Member 'APlayerState::PawnPrivate' has a wrong offset!"); \ static_assert(offsetof(APlayerState, PlayerNamePrivate) == 0x000320, "Member 'APlayerState::PlayerNamePrivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDialogueVoice \ static_assert(alignof(UDialogueVoice) == 0x000008, "Wrong alignment on UDialogueVoice"); \ static_assert(sizeof(UDialogueVoice) == 0x000060, "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, ProperNounText) == 0x000030, "Member 'UDialogueVoice::ProperNounText' has a wrong offset!"); \ static_assert(offsetof(UDialogueVoice, VoiceSubtitlePriority) == 0x000048, "Member 'UDialogueVoice::VoiceSubtitlePriority' has a wrong offset!"); \ static_assert(offsetof(UDialogueVoice, LocalizationGUID) == 0x00004C, "Member 'UDialogueVoice::LocalizationGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStereoLayerShape \ static_assert(alignof(UStereoLayerShape) == 0x000008, "Wrong alignment on UStereoLayerShape"); \ static_assert(sizeof(UStereoLayerShape) == 0x000028, "Wrong size on UStereoLayerShape"); \ #define DUMPER7_ASSERTS_UStereoLayerShapeCubemap \ static_assert(alignof(UStereoLayerShapeCubemap) == 0x000008, "Wrong alignment on UStereoLayerShapeCubemap"); \ static_assert(sizeof(UStereoLayerShapeCubemap) == 0x000028, "Wrong size on UStereoLayerShapeCubemap"); \ #define DUMPER7_ASSERTS_ASkyLight \ static_assert(alignof(ASkyLight) == 0x000008, "Wrong alignment on ASkyLight"); \ static_assert(sizeof(ASkyLight) == 0x000240, "Wrong size on ASkyLight"); \ static_assert(offsetof(ASkyLight, LightComponent) == 0x000230, "Member 'ASkyLight::LightComponent' has a wrong offset!"); \ #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_UTextureCube \ static_assert(alignof(UTextureCube) == 0x000010, "Wrong alignment on UTextureCube"); \ static_assert(sizeof(UTextureCube) == 0x0001D0, "Wrong size on UTextureCube"); \ #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_UParticleModuleBeamBase \ static_assert(alignof(UParticleModuleBeamBase) == 0x000008, "Wrong alignment on UParticleModuleBeamBase"); \ static_assert(sizeof(UParticleModuleBeamBase) == 0x000030, "Wrong size on UParticleModuleBeamBase"); \ #define DUMPER7_ASSERTS_UParticleModuleBeamNoise \ static_assert(alignof(UParticleModuleBeamNoise) == 0x000008, "Wrong alignment on UParticleModuleBeamNoise"); \ static_assert(sizeof(UParticleModuleBeamNoise) == 0x000190, "Wrong size on UParticleModuleBeamNoise"); \ static_assert(offsetof(UParticleModuleBeamNoise, Frequency) == 0x000034, "Member 'UParticleModuleBeamNoise::Frequency' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, Frequency_LowRange) == 0x000038, "Member 'UParticleModuleBeamNoise::Frequency_LowRange' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseRange) == 0x000040, "Member 'UParticleModuleBeamNoise::NoiseRange' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseRangeScale) == 0x000088, "Member 'UParticleModuleBeamNoise::NoiseRangeScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseSpeed) == 0x0000C0, "Member 'UParticleModuleBeamNoise::NoiseSpeed' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseLockRadius) == 0x00010C, "Member 'UParticleModuleBeamNoise::NoiseLockRadius' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseLockTime) == 0x000114, "Member 'UParticleModuleBeamNoise::NoiseLockTime' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseTension) == 0x000118, "Member 'UParticleModuleBeamNoise::NoiseTension' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseTangentStrength) == 0x000120, "Member 'UParticleModuleBeamNoise::NoiseTangentStrength' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseTessellation) == 0x000150, "Member 'UParticleModuleBeamNoise::NoiseTessellation' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, FrequencyDistance) == 0x000158, "Member 'UParticleModuleBeamNoise::FrequencyDistance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleBeamNoise, NoiseScale) == 0x000160, "Member 'UParticleModuleBeamNoise::NoiseScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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) == 0x000780, "Wrong size on UPostProcessComponent"); \ static_assert(offsetof(UPostProcessComponent, Settings) == 0x000210, "Member 'UPostProcessComponent::Settings' has a wrong offset!"); \ static_assert(offsetof(UPostProcessComponent, Priority) == 0x000770, "Member 'UPostProcessComponent::Priority' has a wrong offset!"); \ static_assert(offsetof(UPostProcessComponent, BlendRadius) == 0x000774, "Member 'UPostProcessComponent::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(UPostProcessComponent, BlendWeight) == 0x000778, "Member 'UPostProcessComponent::BlendWeight' has a wrong offset!"); \ #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_ULightMapTexture2D \ static_assert(alignof(ULightMapTexture2D) == 0x000010, "Wrong alignment on ULightMapTexture2D"); \ static_assert(sizeof(ULightMapTexture2D) == 0x0001B0, "Wrong size on ULightMapTexture2D"); \ #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_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_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_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_ALightmassPortal \ static_assert(alignof(ALightmassPortal) == 0x000008, "Wrong alignment on ALightmassPortal"); \ static_assert(sizeof(ALightmassPortal) == 0x000238, "Wrong size on ALightmassPortal"); \ static_assert(offsetof(ALightmassPortal, PortalComponent) == 0x000230, "Member 'ALightmassPortal::PortalComponent' 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_ATextRenderActor \ static_assert(alignof(ATextRenderActor) == 0x000008, "Wrong alignment on ATextRenderActor"); \ static_assert(sizeof(ATextRenderActor) == 0x000238, "Wrong size on ATextRenderActor"); \ static_assert(offsetof(ATextRenderActor, TextRender) == 0x000230, "Member 'ATextRenderActor::TextRender' 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_UAISystemBase \ static_assert(alignof(UAISystemBase) == 0x000008, "Wrong alignment on UAISystemBase"); \ static_assert(sizeof(UAISystemBase) == 0x000058, "Wrong size on UAISystemBase"); \ static_assert(offsetof(UAISystemBase, AISystemClassName) == 0x000028, "Member 'UAISystemBase::AISystemClassName' has a wrong offset!"); \ static_assert(offsetof(UAISystemBase, AISystemModuleName) == 0x000040, "Member 'UAISystemBase::AISystemModuleName' has a wrong offset!"); \ static_assert(offsetof(UAISystemBase, bInstantiateAISystemOnClient) == 0x000050, "Member 'UAISystemBase::bInstantiateAISystemOnClient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AmbientSound_AdjustVolume \ static_assert(alignof(AmbientSound_AdjustVolume) == 0x000004, "Wrong alignment on AmbientSound_AdjustVolume"); \ static_assert(sizeof(AmbientSound_AdjustVolume) == 0x000008, "Wrong size on AmbientSound_AdjustVolume"); \ static_assert(offsetof(AmbientSound_AdjustVolume, AdjustVolumeDuration) == 0x000000, "Member 'AmbientSound_AdjustVolume::AdjustVolumeDuration' has a wrong offset!"); \ static_assert(offsetof(AmbientSound_AdjustVolume, AdjustVolumeLevel) == 0x000004, "Member 'AmbientSound_AdjustVolume::AdjustVolumeLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AmbientSound_FadeIn \ static_assert(alignof(AmbientSound_FadeIn) == 0x000004, "Wrong alignment on AmbientSound_FadeIn"); \ static_assert(sizeof(AmbientSound_FadeIn) == 0x000008, "Wrong size on AmbientSound_FadeIn"); \ static_assert(offsetof(AmbientSound_FadeIn, FadeInDuration) == 0x000000, "Member 'AmbientSound_FadeIn::FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(AmbientSound_FadeIn, FadeVolumeLevel) == 0x000004, "Member 'AmbientSound_FadeIn::FadeVolumeLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AmbientSound_FadeOut \ static_assert(alignof(AmbientSound_FadeOut) == 0x000004, "Wrong alignment on AmbientSound_FadeOut"); \ static_assert(sizeof(AmbientSound_FadeOut) == 0x000008, "Wrong size on AmbientSound_FadeOut"); \ static_assert(offsetof(AmbientSound_FadeOut, FadeOutDuration) == 0x000000, "Member 'AmbientSound_FadeOut::FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(AmbientSound_FadeOut, FadeVolumeLevel) == 0x000004, "Member 'AmbientSound_FadeOut::FadeVolumeLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AmbientSound_Play \ static_assert(alignof(AmbientSound_Play) == 0x000004, "Wrong alignment on AmbientSound_Play"); \ static_assert(sizeof(AmbientSound_Play) == 0x000004, "Wrong size on AmbientSound_Play"); \ static_assert(offsetof(AmbientSound_Play, StartTime) == 0x000000, "Member 'AmbientSound_Play::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AmbientSound_PlaySoundWithDelay \ static_assert(alignof(AmbientSound_PlaySoundWithDelay) == 0x000004, "Wrong alignment on AmbientSound_PlaySoundWithDelay"); \ static_assert(sizeof(AmbientSound_PlaySoundWithDelay) == 0x000008, "Wrong size on AmbientSound_PlaySoundWithDelay"); \ static_assert(offsetof(AmbientSound_PlaySoundWithDelay, DelayTime) == 0x000000, "Member 'AmbientSound_PlaySoundWithDelay::DelayTime' has a wrong offset!"); \ static_assert(offsetof(AmbientSound_PlaySoundWithDelay, StartTime) == 0x000004, "Member 'AmbientSound_PlaySoundWithDelay::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAmbientSound \ static_assert(alignof(AAmbientSound) == 0x000008, "Wrong alignment on AAmbientSound"); \ static_assert(sizeof(AAmbientSound) == 0x000268, "Wrong size on AAmbientSound"); \ static_assert(offsetof(AAmbientSound, AudioComponent) == 0x000230, "Member 'AAmbientSound::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(AAmbientSound, SavedPlayState) == 0x000240, "Member 'AAmbientSound::SavedPlayState' has a wrong offset!"); \ static_assert(offsetof(AAmbientSound, SavedTargetVolume) == 0x000244, "Member 'AAmbientSound::SavedTargetVolume' has a wrong offset!"); \ static_assert(offsetof(AAmbientSound, SavedVolumeMultiplier) == 0x000248, "Member 'AAmbientSound::SavedVolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(AAmbientSound, SavedDelayTime) == 0x00024C, "Member 'AAmbientSound::SavedDelayTime' has a wrong offset!"); \ static_assert(offsetof(AAmbientSound, SavedDelayStartTime) == 0x000250, "Member 'AAmbientSound::SavedDelayStartTime' has a wrong offset!"); \ static_assert(offsetof(AAmbientSound, PlayTimer) == 0x000258, "Member 'AAmbientSound::PlayTimer' has a wrong offset!"); \ static_assert(offsetof(AAmbientSound, DelayStartTime) == 0x000260, "Member 'AAmbientSound::DelayStartTime' 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_UAnimBlueprint \ static_assert(alignof(UAnimBlueprint) == 0x000008, "Wrong alignment on UAnimBlueprint"); \ static_assert(sizeof(UAnimBlueprint) == 0x0000C8, "Wrong size on UAnimBlueprint"); \ static_assert(offsetof(UAnimBlueprint, TargetSkeleton) == 0x0000A8, "Member 'UAnimBlueprint::TargetSkeleton' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprint, Groups) == 0x0000B0, "Member 'UAnimBlueprint::Groups' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprint, bUseMultiThreadedAnimationUpdate) == 0x0000C0, "Member 'UAnimBlueprint::bUseMultiThreadedAnimationUpdate' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprint, bWarnAboutBlueprintUsage) == 0x0000C1, "Member 'UAnimBlueprint::bWarnAboutBlueprintUsage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimBlueprintGeneratedClass \ static_assert(alignof(UAnimBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UAnimBlueprintGeneratedClass"); \ static_assert(sizeof(UAnimBlueprintGeneratedClass) == 0x0005B0, "Wrong size on UAnimBlueprintGeneratedClass"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, BakedStateMachines) == 0x000330, "Member 'UAnimBlueprintGeneratedClass::BakedStateMachines' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, TargetSkeleton) == 0x000340, "Member 'UAnimBlueprintGeneratedClass::TargetSkeleton' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, AnimNotifies) == 0x000348, "Member 'UAnimBlueprintGeneratedClass::AnimNotifies' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, OrderedSavedPoseIndicesMap) == 0x000358, "Member 'UAnimBlueprintGeneratedClass::OrderedSavedPoseIndicesMap' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, SyncGroupNames) == 0x000428, "Member 'UAnimBlueprintGeneratedClass::SyncGroupNames' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, EvaluateGraphExposedInputs) == 0x000438, "Member 'UAnimBlueprintGeneratedClass::EvaluateGraphExposedInputs' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphAssetPlayerInformation) == 0x000448, "Member 'UAnimBlueprintGeneratedClass::GraphAssetPlayerInformation' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphBlendOptions) == 0x000498, "Member 'UAnimBlueprintGeneratedClass::GraphBlendOptions' has a wrong offset!"); \ static_assert(offsetof(UAnimBlueprintGeneratedClass, PropertyAccessLibrary) == 0x0004E8, "Member 'UAnimBlueprintGeneratedClass::PropertyAccessLibrary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_IAnimClassInterface \ static_assert(alignof(IAnimClassInterface) == 0x000001, "Wrong alignment on IAnimClassInterface"); \ static_assert(sizeof(IAnimClassInterface) == 0x000001, "Wrong size on IAnimClassInterface"); \ #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_UAnimCompositeBase \ static_assert(alignof(UAnimCompositeBase) == 0x000008, "Wrong alignment on UAnimCompositeBase"); \ static_assert(sizeof(UAnimCompositeBase) == 0x0000A8, "Wrong size on UAnimCompositeBase"); \ #define DUMPER7_ASSERTS_UAnimComposite \ static_assert(alignof(UAnimComposite) == 0x000008, "Wrong alignment on UAnimComposite"); \ static_assert(sizeof(UAnimComposite) == 0x0000B8, "Wrong size on UAnimComposite"); \ static_assert(offsetof(UAnimComposite, AnimationTrack) == 0x0000A8, "Member 'UAnimComposite::AnimationTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCompress_BitwiseCompressOnly \ static_assert(alignof(UAnimCompress_BitwiseCompressOnly) == 0x000008, "Wrong alignment on UAnimCompress_BitwiseCompressOnly"); \ static_assert(sizeof(UAnimCompress_BitwiseCompressOnly) == 0x000040, "Wrong size on UAnimCompress_BitwiseCompressOnly"); \ #define DUMPER7_ASSERTS_UAnimCompress_LeastDestructive \ static_assert(alignof(UAnimCompress_LeastDestructive) == 0x000008, "Wrong alignment on UAnimCompress_LeastDestructive"); \ static_assert(sizeof(UAnimCompress_LeastDestructive) == 0x000040, "Wrong size on UAnimCompress_LeastDestructive"); \ #define DUMPER7_ASSERTS_UAnimCompress_RemoveLinearKeys \ static_assert(alignof(UAnimCompress_RemoveLinearKeys) == 0x000008, "Wrong alignment on UAnimCompress_RemoveLinearKeys"); \ static_assert(sizeof(UAnimCompress_RemoveLinearKeys) == 0x000060, "Wrong size on UAnimCompress_RemoveLinearKeys"); \ static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxPosDiff) == 0x000040, "Member 'UAnimCompress_RemoveLinearKeys::MaxPosDiff' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxAngleDiff) == 0x000044, "Member 'UAnimCompress_RemoveLinearKeys::MaxAngleDiff' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxScaleDiff) == 0x000048, "Member 'UAnimCompress_RemoveLinearKeys::MaxScaleDiff' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MaxEffectorDiff) == 0x00004C, "Member 'UAnimCompress_RemoveLinearKeys::MaxEffectorDiff' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_RemoveLinearKeys, MinEffectorDiff) == 0x000050, "Member 'UAnimCompress_RemoveLinearKeys::MinEffectorDiff' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_RemoveLinearKeys, EffectorDiffSocket) == 0x000054, "Member 'UAnimCompress_RemoveLinearKeys::EffectorDiffSocket' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_RemoveLinearKeys, ParentKeyScale) == 0x000058, "Member 'UAnimCompress_RemoveLinearKeys::ParentKeyScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCompress_PerTrackCompression \ static_assert(alignof(UAnimCompress_PerTrackCompression) == 0x000008, "Wrong alignment on UAnimCompress_PerTrackCompression"); \ static_assert(sizeof(UAnimCompress_PerTrackCompression) == 0x0000D8, "Wrong size on UAnimCompress_PerTrackCompression"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxZeroingThreshold) == 0x000060, "Member 'UAnimCompress_PerTrackCompression::MaxZeroingThreshold' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxPosDiffBitwise) == 0x000064, "Member 'UAnimCompress_PerTrackCompression::MaxPosDiffBitwise' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxAngleDiffBitwise) == 0x000068, "Member 'UAnimCompress_PerTrackCompression::MaxAngleDiffBitwise' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxScaleDiffBitwise) == 0x00006C, "Member 'UAnimCompress_PerTrackCompression::MaxScaleDiffBitwise' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedRotationFormats) == 0x000070, "Member 'UAnimCompress_PerTrackCompression::AllowedRotationFormats' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedTranslationFormats) == 0x000080, "Member 'UAnimCompress_PerTrackCompression::AllowedTranslationFormats' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, AllowedScaleFormats) == 0x000090, "Member 'UAnimCompress_PerTrackCompression::AllowedScaleFormats' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, ResampledFramerate) == 0x0000A4, "Member 'UAnimCompress_PerTrackCompression::ResampledFramerate' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, MinKeysForResampling) == 0x0000A8, "Member 'UAnimCompress_PerTrackCompression::MinKeysForResampling' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, TrackHeightBias) == 0x0000B0, "Member 'UAnimCompress_PerTrackCompression::TrackHeightBias' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, ParentingDivisor) == 0x0000B4, "Member 'UAnimCompress_PerTrackCompression::ParentingDivisor' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, ParentingDivisorExponent) == 0x0000B8, "Member 'UAnimCompress_PerTrackCompression::ParentingDivisorExponent' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, RotationErrorSourceRatio) == 0x0000C0, "Member 'UAnimCompress_PerTrackCompression::RotationErrorSourceRatio' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, TranslationErrorSourceRatio) == 0x0000C4, "Member 'UAnimCompress_PerTrackCompression::TranslationErrorSourceRatio' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, ScaleErrorSourceRatio) == 0x0000C8, "Member 'UAnimCompress_PerTrackCompression::ScaleErrorSourceRatio' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, MaxErrorPerTrackRatio) == 0x0000CC, "Member 'UAnimCompress_PerTrackCompression::MaxErrorPerTrackRatio' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_PerTrackCompression, PerturbationProbeSize) == 0x0000D0, "Member 'UAnimCompress_PerTrackCompression::PerturbationProbeSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000248, "Wrong size on APointLight"); \ static_assert(offsetof(APointLight, PointLightComponent) == 0x000240, "Member 'APointLight::PointLightComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCompress_RemoveTrivialKeys \ static_assert(alignof(UAnimCompress_RemoveTrivialKeys) == 0x000008, "Wrong alignment on UAnimCompress_RemoveTrivialKeys"); \ static_assert(sizeof(UAnimCompress_RemoveTrivialKeys) == 0x000050, "Wrong size on UAnimCompress_RemoveTrivialKeys"); \ static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxPosDiff) == 0x000040, "Member 'UAnimCompress_RemoveTrivialKeys::MaxPosDiff' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxAngleDiff) == 0x000044, "Member 'UAnimCompress_RemoveTrivialKeys::MaxAngleDiff' has a wrong offset!"); \ static_assert(offsetof(UAnimCompress_RemoveTrivialKeys, MaxScaleDiff) == 0x000048, "Member 'UAnimCompress_RemoveTrivialKeys::MaxScaleDiff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimCurveCompressionCodec \ static_assert(alignof(UAnimCurveCompressionCodec) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec"); \ static_assert(sizeof(UAnimCurveCompressionCodec) == 0x000028, "Wrong size on UAnimCurveCompressionCodec"); \ #define DUMPER7_ASSERTS_UAnimCurveCompressionCodec_CompressedRichCurve \ static_assert(alignof(UAnimCurveCompressionCodec_CompressedRichCurve) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_CompressedRichCurve"); \ static_assert(sizeof(UAnimCurveCompressionCodec_CompressedRichCurve) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_CompressedRichCurve"); \ #define DUMPER7_ASSERTS_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_UAnimCurveCompressionCodec_UniformlySampled \ static_assert(alignof(UAnimCurveCompressionCodec_UniformlySampled) == 0x000008, "Wrong alignment on UAnimCurveCompressionCodec_UniformlySampled"); \ static_assert(sizeof(UAnimCurveCompressionCodec_UniformlySampled) == 0x000028, "Wrong size on UAnimCurveCompressionCodec_UniformlySampled"); \ #define DUMPER7_ASSERTS_UAnimCurveCompressionSettings \ static_assert(alignof(UAnimCurveCompressionSettings) == 0x000008, "Wrong alignment on UAnimCurveCompressionSettings"); \ static_assert(sizeof(UAnimCurveCompressionSettings) == 0x000030, "Wrong size on UAnimCurveCompressionSettings"); \ static_assert(offsetof(UAnimCurveCompressionSettings, Codec) == 0x000028, "Member 'UAnimCurveCompressionSettings::Codec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAnimLayerInterface \ static_assert(alignof(IAnimLayerInterface) == 0x000001, "Wrong alignment on IAnimLayerInterface"); \ static_assert(sizeof(IAnimLayerInterface) == 0x000001, "Wrong size on IAnimLayerInterface"); \ #define DUMPER7_ASSERTS_APrecomputedVisibilityVolume \ static_assert(alignof(APrecomputedVisibilityVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityVolume"); \ static_assert(sizeof(APrecomputedVisibilityVolume) == 0x000268, "Wrong size on APrecomputedVisibilityVolume"); \ #define DUMPER7_ASSERTS_UAnimMetaData \ static_assert(alignof(UAnimMetaData) == 0x000008, "Wrong alignment on UAnimMetaData"); \ static_assert(sizeof(UAnimMetaData) == 0x000028, "Wrong size on UAnimMetaData"); \ #define DUMPER7_ASSERTS_AnimMontage_GetDefaultBlendOutTime \ static_assert(alignof(AnimMontage_GetDefaultBlendOutTime) == 0x000004, "Wrong alignment on AnimMontage_GetDefaultBlendOutTime"); \ static_assert(sizeof(AnimMontage_GetDefaultBlendOutTime) == 0x000004, "Wrong size on AnimMontage_GetDefaultBlendOutTime"); \ static_assert(offsetof(AnimMontage_GetDefaultBlendOutTime, ReturnValue) == 0x000000, "Member 'AnimMontage_GetDefaultBlendOutTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimMontage \ static_assert(alignof(UAnimMontage) == 0x000008, "Wrong alignment on UAnimMontage"); \ static_assert(sizeof(UAnimMontage) == 0x0001D0, "Wrong size on UAnimMontage"); \ static_assert(offsetof(UAnimMontage, BlendIn) == 0x0000A8, "Member 'UAnimMontage::BlendIn' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BlendInTime) == 0x0000D8, "Member 'UAnimMontage::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BlendOut) == 0x0000E0, "Member 'UAnimMontage::BlendOut' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BlendOutTime) == 0x000110, "Member 'UAnimMontage::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BlendOutTriggerTime) == 0x000114, "Member 'UAnimMontage::BlendOutTriggerTime' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, SyncGroup) == 0x000118, "Member 'UAnimMontage::SyncGroup' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, SyncSlotIndex) == 0x000120, "Member 'UAnimMontage::SyncSlotIndex' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, MarkerData) == 0x000128, "Member 'UAnimMontage::MarkerData' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, CompositeSections) == 0x000148, "Member 'UAnimMontage::CompositeSections' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, SlotAnimTracks) == 0x000158, "Member 'UAnimMontage::SlotAnimTracks' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BranchingPoints) == 0x000168, "Member 'UAnimMontage::BranchingPoints' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, bEnableRootMotionTranslation) == 0x000178, "Member 'UAnimMontage::bEnableRootMotionTranslation' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, bEnableRootMotionRotation) == 0x000179, "Member 'UAnimMontage::bEnableRootMotionRotation' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, bEnableAutoBlendOut) == 0x00017A, "Member 'UAnimMontage::bEnableAutoBlendOut' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, RootMotionRootLock) == 0x00017B, "Member 'UAnimMontage::RootMotionRootLock' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BranchingPointMarkers) == 0x000180, "Member 'UAnimMontage::BranchingPointMarkers' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, BranchingPointStateNotifyIndices) == 0x000190, "Member 'UAnimMontage::BranchingPointStateNotifyIndices' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, TimeStretchCurve) == 0x0001A0, "Member 'UAnimMontage::TimeStretchCurve' has a wrong offset!"); \ static_assert(offsetof(UAnimMontage, TimeStretchCurveName) == 0x0001C8, "Member 'UAnimMontage::TimeStretchCurveName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_PauseClothingSimulation \ static_assert(alignof(UAnimNotify_PauseClothingSimulation) == 0x000008, "Wrong alignment on UAnimNotify_PauseClothingSimulation"); \ static_assert(sizeof(UAnimNotify_PauseClothingSimulation) == 0x000038, "Wrong size on UAnimNotify_PauseClothingSimulation"); \ #define DUMPER7_ASSERTS_UAnimNotify_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_UAnimNotify_PlaySound \ static_assert(alignof(UAnimNotify_PlaySound) == 0x000008, "Wrong alignment on UAnimNotify_PlaySound"); \ static_assert(sizeof(UAnimNotify_PlaySound) == 0x000058, "Wrong size on UAnimNotify_PlaySound"); \ static_assert(offsetof(UAnimNotify_PlaySound, Sound) == 0x000038, "Member 'UAnimNotify_PlaySound::Sound' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlaySound, VolumeMultiplier) == 0x000040, "Member 'UAnimNotify_PlaySound::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlaySound, PitchMultiplier) == 0x000044, "Member 'UAnimNotify_PlaySound::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_PlaySound, AttachName) == 0x00004C, "Member 'UAnimNotify_PlaySound::AttachName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_ResetClothingSimulation \ static_assert(alignof(UAnimNotify_ResetClothingSimulation) == 0x000008, "Wrong alignment on UAnimNotify_ResetClothingSimulation"); \ static_assert(sizeof(UAnimNotify_ResetClothingSimulation) == 0x000038, "Wrong size on UAnimNotify_ResetClothingSimulation"); \ #define DUMPER7_ASSERTS_UAnimNotify_ResetDynamics \ static_assert(alignof(UAnimNotify_ResetDynamics) == 0x000008, "Wrong alignment on UAnimNotify_ResetDynamics"); \ static_assert(sizeof(UAnimNotify_ResetDynamics) == 0x000038, "Wrong size on UAnimNotify_ResetDynamics"); \ #define DUMPER7_ASSERTS_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_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_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_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_UAnimStateMachineTypes \ static_assert(alignof(UAnimStateMachineTypes) == 0x000008, "Wrong alignment on UAnimStateMachineTypes"); \ static_assert(sizeof(UAnimStateMachineTypes) == 0x000028, "Wrong size on UAnimStateMachineTypes"); \ #define DUMPER7_ASSERTS_UAnimStreamable \ static_assert(alignof(UAnimStreamable) == 0x000008, "Wrong alignment on UAnimStreamable"); \ static_assert(sizeof(UAnimStreamable) == 0x0000E0, "Wrong size on UAnimStreamable"); \ static_assert(offsetof(UAnimStreamable, 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_UApplicationLifecycleComponent \ static_assert(alignof(UApplicationLifecycleComponent) == 0x000008, "Wrong alignment on UApplicationLifecycleComponent"); \ static_assert(sizeof(UApplicationLifecycleComponent) == 0x000148, "Wrong size on UApplicationLifecycleComponent"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillDeactivateDelegate) == 0x0000B8, "Member 'UApplicationLifecycleComponent::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasReactivatedDelegate) == 0x0000C8, "Member 'UApplicationLifecycleComponent::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillEnterBackgroundDelegate) == 0x0000D8, "Member 'UApplicationLifecycleComponent::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasEnteredForegroundDelegate) == 0x0000E8, "Member 'UApplicationLifecycleComponent::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillTerminateDelegate) == 0x0000F8, "Member 'UApplicationLifecycleComponent::ApplicationWillTerminateDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationShouldUnloadResourcesDelegate) == 0x000108, "Member 'UApplicationLifecycleComponent::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, ApplicationReceivedStartupArgumentsDelegate) == 0x000118, "Member 'UApplicationLifecycleComponent::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, OnTemperatureChangeDelegate) == 0x000128, "Member 'UApplicationLifecycleComponent::OnTemperatureChangeDelegate' has a wrong offset!"); \ static_assert(offsetof(UApplicationLifecycleComponent, OnLowPowerModeDelegate) == 0x000138, "Member 'UApplicationLifecycleComponent::OnLowPowerModeDelegate' 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_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) == 0x000480, "Wrong size on UArrowComponent"); \ static_assert(offsetof(UArrowComponent, ArrowColor) == 0x000460, "Member 'UArrowComponent::ArrowColor' has a wrong offset!"); \ static_assert(offsetof(UArrowComponent, ArrowSize) == 0x000464, "Member 'UArrowComponent::ArrowSize' has a wrong offset!"); \ static_assert(offsetof(UArrowComponent, ArrowLength) == 0x000468, "Member 'UArrowComponent::ArrowLength' has a wrong offset!"); \ static_assert(offsetof(UArrowComponent, ScreenSize) == 0x00046C, "Member 'UArrowComponent::ScreenSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetMappingTable \ static_assert(alignof(UAssetMappingTable) == 0x000008, "Wrong alignment on UAssetMappingTable"); \ static_assert(sizeof(UAssetMappingTable) == 0x000038, "Wrong size on UAssetMappingTable"); \ static_assert(offsetof(UAssetMappingTable, MappedAssets) == 0x000028, "Member 'UAssetMappingTable::MappedAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncActionHandleSaveGame_AsyncLoadGameFromSlot \ static_assert(alignof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot) == 0x000008, "Wrong alignment on AsyncActionHandleSaveGame_AsyncLoadGameFromSlot"); \ static_assert(sizeof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot) == 0x000028, "Wrong size on AsyncActionHandleSaveGame_AsyncLoadGameFromSlot"); \ static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, WorldContextObject) == 0x000000, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, SlotName) == 0x000008, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, UserIndex) == 0x000018, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::UserIndex' has a wrong offset!"); \ static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, ReturnValue) == 0x000020, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncActionHandleSaveGame_AsyncSaveGameToSlot \ static_assert(alignof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot) == 0x000008, "Wrong alignment on AsyncActionHandleSaveGame_AsyncSaveGameToSlot"); \ static_assert(sizeof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot) == 0x000030, "Wrong size on AsyncActionHandleSaveGame_AsyncSaveGameToSlot"); \ static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, WorldContextObject) == 0x000000, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, SaveGameObject_0) == 0x000008, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::SaveGameObject_0' has a wrong offset!"); \ static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, SlotName) == 0x000010, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, UserIndex) == 0x000020, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::UserIndex' has a wrong offset!"); \ static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, ReturnValue) == 0x000028, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncActionHandleSaveGame \ static_assert(alignof(UAsyncActionHandleSaveGame) == 0x000008, "Wrong alignment on UAsyncActionHandleSaveGame"); \ static_assert(sizeof(UAsyncActionHandleSaveGame) == 0x000068, "Wrong size on UAsyncActionHandleSaveGame"); \ static_assert(offsetof(UAsyncActionHandleSaveGame, Completed) == 0x000030, "Member 'UAsyncActionHandleSaveGame::Completed' has a wrong offset!"); \ static_assert(offsetof(UAsyncActionHandleSaveGame, SaveGameObject) == 0x000060, "Member 'UAsyncActionHandleSaveGame::SaveGameObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset \ static_assert(alignof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset"); \ static_assert(sizeof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset"); \ static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, PrimaryAsset) == 0x000008, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::PrimaryAsset' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::LoadBundles' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAsset_AsyncLoadPrimaryAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAsset \ static_assert(alignof(UAsyncActionLoadPrimaryAsset) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAsset"); \ static_assert(sizeof(UAsyncActionLoadPrimaryAsset) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAsset"); \ static_assert(offsetof(UAsyncActionLoadPrimaryAsset, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAsset::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass \ static_assert(alignof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass"); \ static_assert(sizeof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, PrimaryAsset) == 0x000008, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::PrimaryAsset' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::LoadBundles' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAssetClass_AsyncLoadPrimaryAssetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetClass \ static_assert(alignof(UAsyncActionLoadPrimaryAssetClass) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetClass"); \ static_assert(sizeof(UAsyncActionLoadPrimaryAssetClass) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAssetClass"); \ static_assert(offsetof(UAsyncActionLoadPrimaryAssetClass, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAssetClass::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList \ static_assert(alignof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList) == 0x000008, "Wrong alignment on AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList"); \ static_assert(sizeof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList) == 0x000030, "Wrong size on AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, WorldContextObject) == 0x000000, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, PrimaryAssetList) == 0x000008, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::PrimaryAssetList' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, LoadBundles) == 0x000018, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::LoadBundles' has a wrong offset!"); \ static_assert(offsetof(AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList, ReturnValue) == 0x000028, "Member 'AsyncActionLoadPrimaryAssetList_AsyncLoadPrimaryAssetList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncActionLoadPrimaryAssetList \ static_assert(alignof(UAsyncActionLoadPrimaryAssetList) == 0x000008, "Wrong alignment on UAsyncActionLoadPrimaryAssetList"); \ static_assert(sizeof(UAsyncActionLoadPrimaryAssetList) == 0x000088, "Wrong size on UAsyncActionLoadPrimaryAssetList"); \ static_assert(offsetof(UAsyncActionLoadPrimaryAssetList, Completed) == 0x000078, "Member 'UAsyncActionLoadPrimaryAssetList::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_AAtmosphericFog \ static_assert(alignof(AAtmosphericFog) == 0x000008, "Wrong alignment on AAtmosphericFog"); \ static_assert(sizeof(AAtmosphericFog) == 0x000238, "Wrong size on AAtmosphericFog"); \ static_assert(offsetof(AAtmosphericFog, AtmosphericFogComponent) == 0x000230, "Member 'AAtmosphericFog::AtmosphericFogComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_DisableGroundScattering \ static_assert(alignof(AtmosphericFogComponent_DisableGroundScattering) == 0x000001, "Wrong alignment on AtmosphericFogComponent_DisableGroundScattering"); \ static_assert(sizeof(AtmosphericFogComponent_DisableGroundScattering) == 0x000001, "Wrong size on AtmosphericFogComponent_DisableGroundScattering"); \ static_assert(offsetof(AtmosphericFogComponent_DisableGroundScattering, NewGroundScattering) == 0x000000, "Member 'AtmosphericFogComponent_DisableGroundScattering::NewGroundScattering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_DisableSunDisk \ static_assert(alignof(AtmosphericFogComponent_DisableSunDisk) == 0x000001, "Wrong alignment on AtmosphericFogComponent_DisableSunDisk"); \ static_assert(sizeof(AtmosphericFogComponent_DisableSunDisk) == 0x000001, "Wrong size on AtmosphericFogComponent_DisableSunDisk"); \ static_assert(offsetof(AtmosphericFogComponent_DisableSunDisk, NewSunDisk) == 0x000000, "Member 'AtmosphericFogComponent_DisableSunDisk::NewSunDisk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetAltitudeScale \ static_assert(alignof(AtmosphericFogComponent_SetAltitudeScale) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetAltitudeScale"); \ static_assert(sizeof(AtmosphericFogComponent_SetAltitudeScale) == 0x000004, "Wrong size on AtmosphericFogComponent_SetAltitudeScale"); \ static_assert(offsetof(AtmosphericFogComponent_SetAltitudeScale, NewAltitudeScale) == 0x000000, "Member 'AtmosphericFogComponent_SetAltitudeScale::NewAltitudeScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDefaultBrightness \ static_assert(alignof(AtmosphericFogComponent_SetDefaultBrightness) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDefaultBrightness"); \ static_assert(sizeof(AtmosphericFogComponent_SetDefaultBrightness) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDefaultBrightness"); \ static_assert(offsetof(AtmosphericFogComponent_SetDefaultBrightness, NewBrightness) == 0x000000, "Member 'AtmosphericFogComponent_SetDefaultBrightness::NewBrightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDefaultLightColor \ static_assert(alignof(AtmosphericFogComponent_SetDefaultLightColor) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDefaultLightColor"); \ static_assert(sizeof(AtmosphericFogComponent_SetDefaultLightColor) == 0x000010, "Wrong size on AtmosphericFogComponent_SetDefaultLightColor"); \ static_assert(offsetof(AtmosphericFogComponent_SetDefaultLightColor, NewLightColor) == 0x000000, "Member 'AtmosphericFogComponent_SetDefaultLightColor::NewLightColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDensityMultiplier \ static_assert(alignof(AtmosphericFogComponent_SetDensityMultiplier) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDensityMultiplier"); \ static_assert(sizeof(AtmosphericFogComponent_SetDensityMultiplier) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDensityMultiplier"); \ static_assert(offsetof(AtmosphericFogComponent_SetDensityMultiplier, NewDensityMultiplier) == 0x000000, "Member 'AtmosphericFogComponent_SetDensityMultiplier::NewDensityMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDensityOffset \ static_assert(alignof(AtmosphericFogComponent_SetDensityOffset) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDensityOffset"); \ static_assert(sizeof(AtmosphericFogComponent_SetDensityOffset) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDensityOffset"); \ static_assert(offsetof(AtmosphericFogComponent_SetDensityOffset, NewDensityOffset) == 0x000000, "Member 'AtmosphericFogComponent_SetDensityOffset::NewDensityOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDistanceOffset \ static_assert(alignof(AtmosphericFogComponent_SetDistanceOffset) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDistanceOffset"); \ static_assert(sizeof(AtmosphericFogComponent_SetDistanceOffset) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDistanceOffset"); \ static_assert(offsetof(AtmosphericFogComponent_SetDistanceOffset, NewDistanceOffset) == 0x000000, "Member 'AtmosphericFogComponent_SetDistanceOffset::NewDistanceOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetDistanceScale \ static_assert(alignof(AtmosphericFogComponent_SetDistanceScale) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetDistanceScale"); \ static_assert(sizeof(AtmosphericFogComponent_SetDistanceScale) == 0x000004, "Wrong size on AtmosphericFogComponent_SetDistanceScale"); \ static_assert(offsetof(AtmosphericFogComponent_SetDistanceScale, NewDistanceScale) == 0x000000, "Member 'AtmosphericFogComponent_SetDistanceScale::NewDistanceScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetFogMultiplier \ static_assert(alignof(AtmosphericFogComponent_SetFogMultiplier) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetFogMultiplier"); \ static_assert(sizeof(AtmosphericFogComponent_SetFogMultiplier) == 0x000004, "Wrong size on AtmosphericFogComponent_SetFogMultiplier"); \ static_assert(offsetof(AtmosphericFogComponent_SetFogMultiplier, NewFogMultiplier) == 0x000000, "Member 'AtmosphericFogComponent_SetFogMultiplier::NewFogMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetPrecomputeParams \ static_assert(alignof(AtmosphericFogComponent_SetPrecomputeParams) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetPrecomputeParams"); \ static_assert(sizeof(AtmosphericFogComponent_SetPrecomputeParams) == 0x00000C, "Wrong size on AtmosphericFogComponent_SetPrecomputeParams"); \ static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParams, DensityHeight) == 0x000000, "Member 'AtmosphericFogComponent_SetPrecomputeParams::DensityHeight' has a wrong offset!"); \ static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParams, MaxScatteringOrder) == 0x000004, "Member 'AtmosphericFogComponent_SetPrecomputeParams::MaxScatteringOrder' has a wrong offset!"); \ static_assert(offsetof(AtmosphericFogComponent_SetPrecomputeParams, InscatterAltitudeSampleNum) == 0x000008, "Member 'AtmosphericFogComponent_SetPrecomputeParams::InscatterAltitudeSampleNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetStartDistance \ static_assert(alignof(AtmosphericFogComponent_SetStartDistance) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetStartDistance"); \ static_assert(sizeof(AtmosphericFogComponent_SetStartDistance) == 0x000004, "Wrong size on AtmosphericFogComponent_SetStartDistance"); \ static_assert(offsetof(AtmosphericFogComponent_SetStartDistance, NewStartDistance) == 0x000000, "Member 'AtmosphericFogComponent_SetStartDistance::NewStartDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AtmosphericFogComponent_SetSunMultiplier \ static_assert(alignof(AtmosphericFogComponent_SetSunMultiplier) == 0x000004, "Wrong alignment on AtmosphericFogComponent_SetSunMultiplier"); \ static_assert(sizeof(AtmosphericFogComponent_SetSunMultiplier) == 0x000004, "Wrong size on AtmosphericFogComponent_SetSunMultiplier"); \ static_assert(offsetof(AtmosphericFogComponent_SetSunMultiplier, NewSunMultiplier) == 0x000000, "Member 'AtmosphericFogComponent_SetSunMultiplier::NewSunMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAtmosphericFogComponent \ static_assert(alignof(UAtmosphericFogComponent) == 0x000010, "Wrong alignment on UAtmosphericFogComponent"); \ static_assert(sizeof(UAtmosphericFogComponent) == 0x000310, "Wrong size on UAtmosphericFogComponent"); \ static_assert(offsetof(UAtmosphericFogComponent, SunMultiplier) == 0x000208, "Member 'UAtmosphericFogComponent::SunMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, FogMultiplier) == 0x00020C, "Member 'UAtmosphericFogComponent::FogMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DensityMultiplier) == 0x000210, "Member 'UAtmosphericFogComponent::DensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DensityOffset) == 0x000214, "Member 'UAtmosphericFogComponent::DensityOffset' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DistanceScale) == 0x000218, "Member 'UAtmosphericFogComponent::DistanceScale' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, AltitudeScale) == 0x00021C, "Member 'UAtmosphericFogComponent::AltitudeScale' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DistanceOffset) == 0x000220, "Member 'UAtmosphericFogComponent::DistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, GroundOffset) == 0x000224, "Member 'UAtmosphericFogComponent::GroundOffset' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, StartDistance) == 0x000228, "Member 'UAtmosphericFogComponent::StartDistance' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, SunDiscScale) == 0x00022C, "Member 'UAtmosphericFogComponent::SunDiscScale' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DefaultBrightness) == 0x000230, "Member 'UAtmosphericFogComponent::DefaultBrightness' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, DefaultLightColor) == 0x000234, "Member 'UAtmosphericFogComponent::DefaultLightColor' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, PrecomputeParams) == 0x00023C, "Member 'UAtmosphericFogComponent::PrecomputeParams' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, TransmittanceTexture) == 0x000268, "Member 'UAtmosphericFogComponent::TransmittanceTexture' has a wrong offset!"); \ static_assert(offsetof(UAtmosphericFogComponent, IrradianceTexture) == 0x000270, "Member 'UAtmosphericFogComponent::IrradianceTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioBus \ static_assert(alignof(UAudioBus) == 0x000008, "Wrong alignment on UAudioBus"); \ static_assert(sizeof(UAudioBus) == 0x000030, "Wrong size on UAudioBus"); \ static_assert(offsetof(UAudioBus, AudioBusChannels) == 0x000028, "Member 'UAudioBus::AudioBusChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDecalLifetimeOpacity \ static_assert(alignof(UMaterialExpressionDecalLifetimeOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionDecalLifetimeOpacity"); \ static_assert(sizeof(UMaterialExpressionDecalLifetimeOpacity) == 0x000040, "Wrong size on UMaterialExpressionDecalLifetimeOpacity"); \ #define DUMPER7_ASSERTS_UAudioSettings \ static_assert(alignof(UAudioSettings) == 0x000008, "Wrong alignment on UAudioSettings"); \ static_assert(sizeof(UAudioSettings) == 0x000198, "Wrong size on UAudioSettings"); \ static_assert(offsetof(UAudioSettings, DefaultSoundClassName) == 0x000038, "Member 'UAudioSettings::DefaultSoundClassName' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultMediaSoundClassName) == 0x000050, "Member 'UAudioSettings::DefaultMediaSoundClassName' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultSoundConcurrencyName) == 0x000068, "Member 'UAudioSettings::DefaultSoundConcurrencyName' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultBaseSoundMix) == 0x000080, "Member 'UAudioSettings::DefaultBaseSoundMix' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, VoiPSoundClass) == 0x000098, "Member 'UAudioSettings::VoiPSoundClass' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, MasterSubmix) == 0x0000B0, "Member 'UAudioSettings::MasterSubmix' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, BaseDefaultSubmix) == 0x0000C8, "Member 'UAudioSettings::BaseDefaultSubmix' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, ReverbSubmix) == 0x0000E0, "Member 'UAudioSettings::ReverbSubmix' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, EQSubmix) == 0x0000F8, "Member 'UAudioSettings::EQSubmix' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, VoiPSampleRate) == 0x000110, "Member 'UAudioSettings::VoiPSampleRate' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultReverbSendLevel) == 0x000114, "Member 'UAudioSettings::DefaultReverbSendLevel' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, MaximumConcurrentStreams) == 0x000118, "Member 'UAudioSettings::MaximumConcurrentStreams' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, GlobalMinPitchScale) == 0x00011C, "Member 'UAudioSettings::GlobalMinPitchScale' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, GlobalMaxPitchScale) == 0x000120, "Member 'UAudioSettings::GlobalMaxPitchScale' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, QualityLevels) == 0x000128, "Member 'UAudioSettings::QualityLevels' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, NumStoppingSources) == 0x00013C, "Member 'UAudioSettings::NumStoppingSources' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, PanningMethod) == 0x000140, "Member 'UAudioSettings::PanningMethod' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, MonoChannelUpmixMethod) == 0x000141, "Member 'UAudioSettings::MonoChannelUpmixMethod' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DialogueFilenameFormat) == 0x000148, "Member 'UAudioSettings::DialogueFilenameFormat' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DebugSounds) == 0x000158, "Member 'UAudioSettings::DebugSounds' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultAudioBuses) == 0x000168, "Member 'UAudioSettings::DefaultAudioBuses' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultSoundClass) == 0x000178, "Member 'UAudioSettings::DefaultSoundClass' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultMediaSoundClass) == 0x000180, "Member 'UAudioSettings::DefaultMediaSoundClass' has a wrong offset!"); \ static_assert(offsetof(UAudioSettings, DefaultSoundConcurrency) == 0x000188, "Member 'UAudioSettings::DefaultSoundConcurrency' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetEnabled \ static_assert(alignof(AudioVolume_SetEnabled) == 0x000001, "Wrong alignment on AudioVolume_SetEnabled"); \ static_assert(sizeof(AudioVolume_SetEnabled) == 0x000001, "Wrong size on AudioVolume_SetEnabled"); \ static_assert(offsetof(AudioVolume_SetEnabled, bNewEnabled) == 0x000000, "Member 'AudioVolume_SetEnabled::bNewEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetInteriorSettings \ static_assert(alignof(AudioVolume_SetInteriorSettings) == 0x000004, "Wrong alignment on AudioVolume_SetInteriorSettings"); \ static_assert(sizeof(AudioVolume_SetInteriorSettings) == 0x000024, "Wrong size on AudioVolume_SetInteriorSettings"); \ static_assert(offsetof(AudioVolume_SetInteriorSettings, NewInteriorSettings) == 0x000000, "Member 'AudioVolume_SetInteriorSettings::NewInteriorSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetPriority \ static_assert(alignof(AudioVolume_SetPriority) == 0x000004, "Wrong alignment on AudioVolume_SetPriority"); \ static_assert(sizeof(AudioVolume_SetPriority) == 0x000004, "Wrong size on AudioVolume_SetPriority"); \ static_assert(offsetof(AudioVolume_SetPriority, NewPriority) == 0x000000, "Member 'AudioVolume_SetPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetReverbSettings \ static_assert(alignof(AudioVolume_SetReverbSettings) == 0x000008, "Wrong alignment on AudioVolume_SetReverbSettings"); \ static_assert(sizeof(AudioVolume_SetReverbSettings) == 0x000020, "Wrong size on AudioVolume_SetReverbSettings"); \ static_assert(offsetof(AudioVolume_SetReverbSettings, NewReverbSettings) == 0x000000, "Member 'AudioVolume_SetReverbSettings::NewReverbSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetSubmixOverrideSettings \ static_assert(alignof(AudioVolume_SetSubmixOverrideSettings) == 0x000008, "Wrong alignment on AudioVolume_SetSubmixOverrideSettings"); \ static_assert(sizeof(AudioVolume_SetSubmixOverrideSettings) == 0x000010, "Wrong size on AudioVolume_SetSubmixOverrideSettings"); \ static_assert(offsetof(AudioVolume_SetSubmixOverrideSettings, NewSubmixOverrideSettings) == 0x000000, "Member 'AudioVolume_SetSubmixOverrideSettings::NewSubmixOverrideSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioVolume_SetSubmixSendSettings \ static_assert(alignof(AudioVolume_SetSubmixSendSettings) == 0x000008, "Wrong alignment on AudioVolume_SetSubmixSendSettings"); \ static_assert(sizeof(AudioVolume_SetSubmixSendSettings) == 0x000010, "Wrong size on AudioVolume_SetSubmixSendSettings"); \ static_assert(offsetof(AudioVolume_SetSubmixSendSettings, NewSubmixSendSettings) == 0x000000, "Member 'AudioVolume_SetSubmixSendSettings::NewSubmixSendSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAudioVolume \ static_assert(alignof(AAudioVolume) == 0x000008, "Wrong alignment on AAudioVolume"); \ static_assert(sizeof(AAudioVolume) == 0x0002D8, "Wrong size on AAudioVolume"); \ static_assert(offsetof(AAudioVolume, Priority) == 0x000268, "Member 'AAudioVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, Settings) == 0x000270, "Member 'AAudioVolume::Settings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, AmbientZoneSettings) == 0x000290, "Member 'AAudioVolume::AmbientZoneSettings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, SubmixSendSettings) == 0x0002B8, "Member 'AAudioVolume::SubmixSendSettings' has a wrong offset!"); \ static_assert(offsetof(AAudioVolume, SubmixOverrideSettings) == 0x0002C8, "Member 'AAudioVolume::SubmixOverrideSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AutoDestroySubsystem_OnActorEndPlay \ static_assert(alignof(AutoDestroySubsystem_OnActorEndPlay) == 0x000008, "Wrong alignment on AutoDestroySubsystem_OnActorEndPlay"); \ static_assert(sizeof(AutoDestroySubsystem_OnActorEndPlay) == 0x000010, "Wrong size on AutoDestroySubsystem_OnActorEndPlay"); \ static_assert(offsetof(AutoDestroySubsystem_OnActorEndPlay, Actor) == 0x000000, "Member 'AutoDestroySubsystem_OnActorEndPlay::Actor' has a wrong offset!"); \ static_assert(offsetof(AutoDestroySubsystem_OnActorEndPlay, EndPlayReason) == 0x000008, "Member 'AutoDestroySubsystem_OnActorEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAutoDestroySubsystem \ static_assert(alignof(UAutoDestroySubsystem) == 0x000008, "Wrong alignment on UAutoDestroySubsystem"); \ static_assert(sizeof(UAutoDestroySubsystem) == 0x000050, "Wrong size on UAutoDestroySubsystem"); \ static_assert(offsetof(UAutoDestroySubsystem, ActorsToPoll) == 0x000040, "Member 'UAutoDestroySubsystem::ActorsToPoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAutomationTestSettings \ static_assert(alignof(UAutomationTestSettings) == 0x000008, "Wrong alignment on UAutomationTestSettings"); \ static_assert(sizeof(UAutomationTestSettings) == 0x000340, "Wrong size on UAutomationTestSettings"); \ static_assert(offsetof(UAutomationTestSettings, EngineTestModules) == 0x000028, "Member 'UAutomationTestSettings::EngineTestModules' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, EditorTestModules) == 0x000038, "Member 'UAutomationTestSettings::EditorTestModules' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, AutomationTestmap) == 0x000048, "Member 'UAutomationTestSettings::AutomationTestmap' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, EditorPerformanceTestMaps) == 0x000060, "Member 'UAutomationTestSettings::EditorPerformanceTestMaps' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, AssetsToOpen) == 0x000070, "Member 'UAutomationTestSettings::AssetsToOpen' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, MapsToPIETest) == 0x000080, "Member 'UAutomationTestSettings::MapsToPIETest' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, BuildPromotionTest) == 0x000090, "Member 'UAutomationTestSettings::BuildPromotionTest' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, MaterialEditorPromotionTest) == 0x000280, "Member 'UAutomationTestSettings::MaterialEditorPromotionTest' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, ParticleEditorPromotionTest) == 0x0002B0, "Member 'UAutomationTestSettings::ParticleEditorPromotionTest' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, BlueprintEditorPromotionTest) == 0x0002C0, "Member 'UAutomationTestSettings::BlueprintEditorPromotionTest' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, TestLevelFolders) == 0x0002F0, "Member 'UAutomationTestSettings::TestLevelFolders' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, ExternalTools) == 0x000300, "Member 'UAutomationTestSettings::ExternalTools' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, ImportExportTestDefinitions) == 0x000310, "Member 'UAutomationTestSettings::ImportExportTestDefinitions' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, LaunchOnSettings) == 0x000320, "Member 'UAutomationTestSettings::LaunchOnSettings' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, DefaultScreenshotResolution) == 0x000330, "Member 'UAutomationTestSettings::DefaultScreenshotResolution' has a wrong offset!"); \ static_assert(offsetof(UAutomationTestSettings, PIETestDuration) == 0x000338, "Member 'UAutomationTestSettings::PIETestDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvoidanceManager_GetAvoidanceVelocityForComponent \ static_assert(alignof(AvoidanceManager_GetAvoidanceVelocityForComponent) == 0x000008, "Wrong alignment on AvoidanceManager_GetAvoidanceVelocityForComponent"); \ static_assert(sizeof(AvoidanceManager_GetAvoidanceVelocityForComponent) == 0x000018, "Wrong size on AvoidanceManager_GetAvoidanceVelocityForComponent"); \ static_assert(offsetof(AvoidanceManager_GetAvoidanceVelocityForComponent, MovementComp) == 0x000000, "Member 'AvoidanceManager_GetAvoidanceVelocityForComponent::MovementComp' has a wrong offset!"); \ static_assert(offsetof(AvoidanceManager_GetAvoidanceVelocityForComponent, ReturnValue) == 0x000008, "Member 'AvoidanceManager_GetAvoidanceVelocityForComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvoidanceManager_GetNewAvoidanceUID \ static_assert(alignof(AvoidanceManager_GetNewAvoidanceUID) == 0x000004, "Wrong alignment on AvoidanceManager_GetNewAvoidanceUID"); \ static_assert(sizeof(AvoidanceManager_GetNewAvoidanceUID) == 0x000004, "Wrong size on AvoidanceManager_GetNewAvoidanceUID"); \ static_assert(offsetof(AvoidanceManager_GetNewAvoidanceUID, ReturnValue) == 0x000000, "Member 'AvoidanceManager_GetNewAvoidanceUID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvoidanceManager_GetObjectCount \ static_assert(alignof(AvoidanceManager_GetObjectCount) == 0x000004, "Wrong alignment on AvoidanceManager_GetObjectCount"); \ static_assert(sizeof(AvoidanceManager_GetObjectCount) == 0x000004, "Wrong size on AvoidanceManager_GetObjectCount"); \ static_assert(offsetof(AvoidanceManager_GetObjectCount, ReturnValue) == 0x000000, "Member 'AvoidanceManager_GetObjectCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AvoidanceManager_RegisterMovementComponent \ static_assert(alignof(AvoidanceManager_RegisterMovementComponent) == 0x000008, "Wrong alignment on AvoidanceManager_RegisterMovementComponent"); \ static_assert(sizeof(AvoidanceManager_RegisterMovementComponent) == 0x000010, "Wrong size on AvoidanceManager_RegisterMovementComponent"); \ static_assert(offsetof(AvoidanceManager_RegisterMovementComponent, MovementComp) == 0x000000, "Member 'AvoidanceManager_RegisterMovementComponent::MovementComp' has a wrong offset!"); \ static_assert(offsetof(AvoidanceManager_RegisterMovementComponent, AvoidanceWeight) == 0x000008, "Member 'AvoidanceManager_RegisterMovementComponent::AvoidanceWeight' has a wrong offset!"); \ static_assert(offsetof(AvoidanceManager_RegisterMovementComponent, ReturnValue) == 0x00000C, "Member 'AvoidanceManager_RegisterMovementComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAvoidanceManager \ static_assert(alignof(UAvoidanceManager) == 0x000008, "Wrong alignment on UAvoidanceManager"); \ static_assert(sizeof(UAvoidanceManager) == 0x0000E0, "Wrong size on UAvoidanceManager"); \ static_assert(offsetof(UAvoidanceManager, DefaultTimeToLive) == 0x000030, "Member 'UAvoidanceManager::DefaultTimeToLive' has a wrong offset!"); \ static_assert(offsetof(UAvoidanceManager, LockTimeAfterAvoid) == 0x000034, "Member 'UAvoidanceManager::LockTimeAfterAvoid' has a wrong offset!"); \ static_assert(offsetof(UAvoidanceManager, LockTimeAfterClean) == 0x000038, "Member 'UAvoidanceManager::LockTimeAfterClean' has a wrong offset!"); \ static_assert(offsetof(UAvoidanceManager, DeltaTimeToPredict) == 0x00003C, "Member 'UAvoidanceManager::DeltaTimeToPredict' has a wrong offset!"); \ static_assert(offsetof(UAvoidanceManager, ArtificialRadiusExpansion) == 0x000040, "Member 'UAvoidanceManager::ArtificialRadiusExpansion' has a wrong offset!"); \ static_assert(offsetof(UAvoidanceManager, TestHeightDifference) == 0x000044, "Member 'UAvoidanceManager::TestHeightDifference' has a wrong offset!"); \ static_assert(offsetof(UAvoidanceManager, HeightCheckMargin) == 0x000048, "Member 'UAvoidanceManager::HeightCheckMargin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABandwidthTestActor \ static_assert(alignof(ABandwidthTestActor) == 0x000008, "Wrong alignment on ABandwidthTestActor"); \ static_assert(sizeof(ABandwidthTestActor) == 0x000250, "Wrong size on ABandwidthTestActor"); \ static_assert(offsetof(ABandwidthTestActor, BandwidthGenerator) == 0x000230, "Member 'ABandwidthTestActor::BandwidthGenerator' has a wrong offset!"); \ #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_IBlendableInterface \ static_assert(alignof(IBlendableInterface) == 0x000001, "Wrong alignment on IBlendableInterface"); \ static_assert(sizeof(IBlendableInterface) == 0x000001, "Wrong size on IBlendableInterface"); \ #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_UPhysicsFieldComponent \ static_assert(alignof(UPhysicsFieldComponent) == 0x000010, "Wrong alignment on UPhysicsFieldComponent"); \ static_assert(sizeof(UPhysicsFieldComponent) == 0x000280, "Wrong size on UPhysicsFieldComponent"); \ #define DUMPER7_ASSERTS_AGameSession \ static_assert(alignof(AGameSession) == 0x000008, "Wrong alignment on AGameSession"); \ static_assert(sizeof(AGameSession) == 0x000248, "Wrong size on AGameSession"); \ static_assert(offsetof(AGameSession, MaxSpectators) == 0x000230, "Member 'AGameSession::MaxSpectators' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxPlayers) == 0x000234, "Member 'AGameSession::MaxPlayers' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxPartySize) == 0x000238, "Member 'AGameSession::MaxPartySize' has a wrong offset!"); \ static_assert(offsetof(AGameSession, MaxSplitscreensPerConnection) == 0x00023C, "Member 'AGameSession::MaxSplitscreensPerConnection' has a wrong offset!"); \ static_assert(offsetof(AGameSession, bRequiresPushToTalk) == 0x00023D, "Member 'AGameSession::bRequiresPushToTalk' has a wrong offset!"); \ static_assert(offsetof(AGameSession, SessionName) == 0x000240, "Member 'AGameSession::SessionName' 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_ABlockingVolume \ static_assert(alignof(ABlockingVolume) == 0x000008, "Wrong alignment on ABlockingVolume"); \ static_assert(sizeof(ABlockingVolume) == 0x000268, "Wrong size on ABlockingVolume"); \ #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_UBlueprintExtension \ static_assert(alignof(UBlueprintExtension) == 0x000008, "Wrong alignment on UBlueprintExtension"); \ static_assert(sizeof(UBlueprintExtension) == 0x000028, "Wrong size on UBlueprintExtension"); \ #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) == 0x0001E0, "Wrong size on UProjectileMovementComponent"); \ static_assert(offsetof(UProjectileMovementComponent, InitialSpeed) == 0x0000F8, "Member 'UProjectileMovementComponent::InitialSpeed' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MaxSpeed) == 0x0000FC, "Member 'UProjectileMovementComponent::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, PreviousHitTime) == 0x000104, "Member 'UProjectileMovementComponent::PreviousHitTime' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, PreviousHitNormal) == 0x000108, "Member 'UProjectileMovementComponent::PreviousHitNormal' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, ProjectileGravityScale) == 0x000114, "Member 'UProjectileMovementComponent::ProjectileGravityScale' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, Buoyancy) == 0x000118, "Member 'UProjectileMovementComponent::Buoyancy' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, Bounciness) == 0x00011C, "Member 'UProjectileMovementComponent::Bounciness' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, Friction) == 0x000120, "Member 'UProjectileMovementComponent::Friction' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, BounceVelocityStopSimulatingThreshold) == 0x000124, "Member 'UProjectileMovementComponent::BounceVelocityStopSimulatingThreshold' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MinFrictionFraction) == 0x000128, "Member 'UProjectileMovementComponent::MinFrictionFraction' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, OnProjectileBounce) == 0x000130, "Member 'UProjectileMovementComponent::OnProjectileBounce' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, OnProjectileStop) == 0x000140, "Member 'UProjectileMovementComponent::OnProjectileStop' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, HomingAccelerationMagnitude) == 0x000150, "Member 'UProjectileMovementComponent::HomingAccelerationMagnitude' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, HomingTargetComponent) == 0x000154, "Member 'UProjectileMovementComponent::HomingTargetComponent' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MaxSimulationTimeStep) == 0x00015C, "Member 'UProjectileMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, MaxSimulationIterations) == 0x000160, "Member 'UProjectileMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, BounceAdditionalIterations) == 0x000164, "Member 'UProjectileMovementComponent::BounceAdditionalIterations' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpLocationTime) == 0x000168, "Member 'UProjectileMovementComponent::InterpLocationTime' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpRotationTime) == 0x00016C, "Member 'UProjectileMovementComponent::InterpRotationTime' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpLocationMaxLagDistance) == 0x000170, "Member 'UProjectileMovementComponent::InterpLocationMaxLagDistance' has a wrong offset!"); \ static_assert(offsetof(UProjectileMovementComponent, InterpLocationSnapToTargetDistance) == 0x000174, "Member 'UProjectileMovementComponent::InterpLocationSnapToTargetDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Add \ static_assert(alignof(BlueprintMapLibrary_Map_Add) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Add"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Add) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Add"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Add, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Add::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Add, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Add::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Add, Value) == 0x000054, "Member 'BlueprintMapLibrary_Map_Add::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Clear \ static_assert(alignof(BlueprintMapLibrary_Map_Clear) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Clear"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Clear) == 0x000050, "Wrong size on BlueprintMapLibrary_Map_Clear"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Clear, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Clear::TargetMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Contains \ static_assert(alignof(BlueprintMapLibrary_Map_Contains) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Contains"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Contains) == 0x000058, "Wrong size on BlueprintMapLibrary_Map_Contains"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Contains, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Contains::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Contains, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Contains::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Contains, ReturnValue) == 0x000054, "Member 'BlueprintMapLibrary_Map_Contains::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_Find \ static_assert(alignof(BlueprintMapLibrary_Map_Find) == 0x000008, "Wrong alignment on BlueprintMapLibrary_Map_Find"); \ static_assert(sizeof(BlueprintMapLibrary_Map_Find) == 0x000060, "Wrong size on BlueprintMapLibrary_Map_Find"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, TargetMap) == 0x000000, "Member 'BlueprintMapLibrary_Map_Find::TargetMap' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, Key) == 0x000050, "Member 'BlueprintMapLibrary_Map_Find::Key' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, Value) == 0x000054, "Member 'BlueprintMapLibrary_Map_Find::Value' has a wrong offset!"); \ static_assert(offsetof(BlueprintMapLibrary_Map_Find, ReturnValue) == 0x000058, "Member 'BlueprintMapLibrary_Map_Find::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintMapLibrary_Map_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_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_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_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_AGeneratedMeshAreaLight \ static_assert(alignof(AGeneratedMeshAreaLight) == 0x000008, "Wrong alignment on AGeneratedMeshAreaLight"); \ static_assert(sizeof(AGeneratedMeshAreaLight) == 0x000248, "Wrong size on AGeneratedMeshAreaLight"); \ #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_UReplayNetConnection \ static_assert(alignof(UReplayNetConnection) == 0x000008, "Wrong alignment on UReplayNetConnection"); \ static_assert(sizeof(UReplayNetConnection) == 0x0023A8, "Wrong size on UReplayNetConnection"); \ #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_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) == 0x000340, "Wrong size on UForceFeedbackComponent"); \ static_assert(offsetof(UForceFeedbackComponent, ForceFeedbackEffect) == 0x000208, "Member 'UForceFeedbackComponent::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, IntensityMultiplier) == 0x000214, "Member 'UForceFeedbackComponent::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, AttenuationSettings) == 0x000218, "Member 'UForceFeedbackComponent::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, AttenuationOverrides) == 0x000220, "Member 'UForceFeedbackComponent::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, OnForceFeedbackFinished) == 0x0002D0, "Member 'UForceFeedbackComponent::OnForceFeedbackFinished' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackComponent, ActiveDeviceProperties) == 0x0002E8, "Member 'UForceFeedbackComponent::ActiveDeviceProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoundsCopyComponent \ static_assert(alignof(UBoundsCopyComponent) == 0x000010, "Wrong alignment on UBoundsCopyComponent"); \ static_assert(sizeof(UBoundsCopyComponent) == 0x000130, "Wrong size on UBoundsCopyComponent"); \ static_assert(offsetof(UBoundsCopyComponent, BoundsSourceActor) == 0x0000B8, "Member 'UBoundsCopyComponent::BoundsSourceActor' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForSourceBounds) == 0x0000E0, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForSourceBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bKeepOwnBoundsScale) == 0x0000E1, "Member 'UBoundsCopyComponent::bKeepOwnBoundsScale' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForOwnBounds) == 0x0000E2, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForOwnBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, PostTransform) == 0x0000F0, "Member 'UBoundsCopyComponent::PostTransform' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bCopyXBounds) == 0x000120, "Member 'UBoundsCopyComponent::bCopyXBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bCopyYBounds) == 0x000121, "Member 'UBoundsCopyComponent::bCopyYBounds' has a wrong offset!"); \ static_assert(offsetof(UBoundsCopyComponent, bCopyZBounds) == 0x000122, "Member 'UBoundsCopyComponent::bCopyZBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AReflectionCapture \ static_assert(alignof(AReflectionCapture) == 0x000008, "Wrong alignment on AReflectionCapture"); \ static_assert(sizeof(AReflectionCapture) == 0x000238, "Wrong size on AReflectionCapture"); \ static_assert(offsetof(AReflectionCapture, CaptureComponent) == 0x000230, "Member 'AReflectionCapture::CaptureComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHapticFeedbackEffect_SoundWave \ static_assert(alignof(UHapticFeedbackEffect_SoundWave) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_SoundWave"); \ static_assert(sizeof(UHapticFeedbackEffect_SoundWave) == 0x000048, "Wrong size on UHapticFeedbackEffect_SoundWave"); \ static_assert(offsetof(UHapticFeedbackEffect_SoundWave, SoundWave) == 0x000028, "Member 'UHapticFeedbackEffect_SoundWave::SoundWave' has a wrong offset!"); \ static_assert(offsetof(UHapticFeedbackEffect_SoundWave, bUseStereo) == 0x000030, "Member 'UHapticFeedbackEffect_SoundWave::bUseStereo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABoxReflectionCapture \ static_assert(alignof(ABoxReflectionCapture) == 0x000008, "Wrong alignment on ABoxReflectionCapture"); \ static_assert(sizeof(ABoxReflectionCapture) == 0x000238, "Wrong size on ABoxReflectionCapture"); \ #define DUMPER7_ASSERTS_UReflectionCaptureComponent \ static_assert(alignof(UReflectionCaptureComponent) == 0x000010, "Wrong alignment on UReflectionCaptureComponent"); \ static_assert(sizeof(UReflectionCaptureComponent) == 0x000280, "Wrong size on UReflectionCaptureComponent"); \ static_assert(offsetof(UReflectionCaptureComponent, CaptureOffsetComponent) == 0x000208, "Member 'UReflectionCaptureComponent::CaptureOffsetComponent' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, ReflectionSourceType) == 0x000210, "Member 'UReflectionCaptureComponent::ReflectionSourceType' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, MobileReflectionCompression) == 0x000211, "Member 'UReflectionCaptureComponent::MobileReflectionCompression' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, Cubemap) == 0x000218, "Member 'UReflectionCaptureComponent::Cubemap' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, SourceCubemapAngle) == 0x000220, "Member 'UReflectionCaptureComponent::SourceCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, Brightness) == 0x000224, "Member 'UReflectionCaptureComponent::Brightness' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, bModifyMaxValueRGBM) == 0x000228, "Member 'UReflectionCaptureComponent::bModifyMaxValueRGBM' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, MaxValueRGBM) == 0x00022C, "Member 'UReflectionCaptureComponent::MaxValueRGBM' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, CaptureOffset) == 0x000230, "Member 'UReflectionCaptureComponent::CaptureOffset' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, MapBuildDataId) == 0x00023C, "Member 'UReflectionCaptureComponent::MapBuildDataId' has a wrong offset!"); \ static_assert(offsetof(UReflectionCaptureComponent, CachedEncodedHDRCubemap) == 0x000260, "Member 'UReflectionCaptureComponent::CachedEncodedHDRCubemap' 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_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_UBoxReflectionCaptureComponent \ static_assert(alignof(UBoxReflectionCaptureComponent) == 0x000010, "Wrong alignment on UBoxReflectionCaptureComponent"); \ static_assert(sizeof(UBoxReflectionCaptureComponent) == 0x0002A0, "Wrong size on UBoxReflectionCaptureComponent"); \ static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionDistance) == 0x000280, "Member 'UBoxReflectionCaptureComponent::BoxTransitionDistance' has a wrong offset!"); \ static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewInfluenceBox) == 0x000288, "Member 'UBoxReflectionCaptureComponent::PreviewInfluenceBox' has a wrong offset!"); \ static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewCaptureBox) == 0x000290, "Member 'UBoxReflectionCaptureComponent::PreviewCaptureBox' 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_UHLODProxyDesc \ static_assert(alignof(UHLODProxyDesc) == 0x000008, "Wrong alignment on UHLODProxyDesc"); \ static_assert(sizeof(UHLODProxyDesc) == 0x000028, "Wrong size on UHLODProxyDesc"); \ #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_URotatingMovementComponent \ static_assert(alignof(URotatingMovementComponent) == 0x000008, "Wrong alignment on URotatingMovementComponent"); \ static_assert(sizeof(URotatingMovementComponent) == 0x000118, "Wrong size on URotatingMovementComponent"); \ static_assert(offsetof(URotatingMovementComponent, RotationRate) == 0x0000F8, "Member 'URotatingMovementComponent::RotationRate' has a wrong offset!"); \ static_assert(offsetof(URotatingMovementComponent, PivotTranslation) == 0x000104, "Member 'URotatingMovementComponent::PivotTranslation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBrushComponent \ static_assert(alignof(UBrushComponent) == 0x000010, "Wrong alignment on UBrushComponent"); \ static_assert(sizeof(UBrushComponent) == 0x000470, "Wrong size on UBrushComponent"); \ static_assert(offsetof(UBrushComponent, Brush) == 0x000460, "Member 'UBrushComponent::Brush' has a wrong offset!"); \ static_assert(offsetof(UBrushComponent, BrushBodySetup) == 0x000468, "Member 'UBrushComponent::BrushBodySetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHapticFeedbackEffect_Buffer \ static_assert(alignof(UHapticFeedbackEffect_Buffer) == 0x000008, "Wrong alignment on UHapticFeedbackEffect_Buffer"); \ static_assert(sizeof(UHapticFeedbackEffect_Buffer) == 0x000040, "Wrong size on UHapticFeedbackEffect_Buffer"); \ static_assert(offsetof(UHapticFeedbackEffect_Buffer, Amplitudes) == 0x000028, "Member 'UHapticFeedbackEffect_Buffer::Amplitudes' has a wrong offset!"); \ static_assert(offsetof(UHapticFeedbackEffect_Buffer, SampleRate) == 0x000038, "Member 'UHapticFeedbackEffect_Buffer::SampleRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABrushShape \ static_assert(alignof(ABrushShape) == 0x000008, "Wrong alignment on ABrushShape"); \ static_assert(sizeof(ABrushShape) == 0x000268, "Wrong size on ABrushShape"); \ #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_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_UCameraAnim \ static_assert(alignof(UCameraAnim) == 0x000010, "Wrong alignment on UCameraAnim"); \ static_assert(sizeof(UCameraAnim) == 0x0005D0, "Wrong size on UCameraAnim"); \ static_assert(offsetof(UCameraAnim, CameraInterpGroup) == 0x000028, "Member 'UCameraAnim::CameraInterpGroup' has a wrong offset!"); \ static_assert(offsetof(UCameraAnim, AnimLength) == 0x000030, "Member 'UCameraAnim::AnimLength' has a wrong offset!"); \ static_assert(offsetof(UCameraAnim, BoundingBox) == 0x000034, "Member 'UCameraAnim::BoundingBox' has a wrong offset!"); \ static_assert(offsetof(UCameraAnim, BaseFOV) == 0x000054, "Member 'UCameraAnim::BaseFOV' has a wrong offset!"); \ static_assert(offsetof(UCameraAnim, BasePostProcessSettings) == 0x000060, "Member 'UCameraAnim::BasePostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(UCameraAnim, BasePostProcessBlendWeight) == 0x0005C0, "Member 'UCameraAnim::BasePostProcessBlendWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraAnimInst_SetDuration \ static_assert(alignof(CameraAnimInst_SetDuration) == 0x000004, "Wrong alignment on CameraAnimInst_SetDuration"); \ static_assert(sizeof(CameraAnimInst_SetDuration) == 0x000004, "Wrong size on CameraAnimInst_SetDuration"); \ static_assert(offsetof(CameraAnimInst_SetDuration, NewDuration) == 0x000000, "Member 'CameraAnimInst_SetDuration::NewDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraAnimInst_SetScale \ static_assert(alignof(CameraAnimInst_SetScale) == 0x000004, "Wrong alignment on CameraAnimInst_SetScale"); \ static_assert(sizeof(CameraAnimInst_SetScale) == 0x000004, "Wrong size on CameraAnimInst_SetScale"); \ static_assert(offsetof(CameraAnimInst_SetScale, NewDuration) == 0x000000, "Member 'CameraAnimInst_SetScale::NewDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraAnimInst_Stop \ static_assert(alignof(CameraAnimInst_Stop) == 0x000001, "Wrong alignment on CameraAnimInst_Stop"); \ static_assert(sizeof(CameraAnimInst_Stop) == 0x000001, "Wrong size on CameraAnimInst_Stop"); \ static_assert(offsetof(CameraAnimInst_Stop, bImmediate) == 0x000000, "Member 'CameraAnimInst_Stop::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraAnimInst \ static_assert(alignof(UCameraAnimInst) == 0x000010, "Wrong alignment on UCameraAnimInst"); \ static_assert(sizeof(UCameraAnimInst) == 0x000110, "Wrong size on UCameraAnimInst"); \ static_assert(offsetof(UCameraAnimInst, CamAnim) == 0x000028, "Member 'UCameraAnimInst::CamAnim' has a wrong offset!"); \ static_assert(offsetof(UCameraAnimInst, InterpGroupInst) == 0x000030, "Member 'UCameraAnimInst::InterpGroupInst' has a wrong offset!"); \ static_assert(offsetof(UCameraAnimInst, PlayRate) == 0x000050, "Member 'UCameraAnimInst::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UCameraAnimInst, MoveTrack) == 0x000068, "Member 'UCameraAnimInst::MoveTrack' has a wrong offset!"); \ static_assert(offsetof(UCameraAnimInst, MoveInst) == 0x000070, "Member 'UCameraAnimInst::MoveInst' has a wrong offset!"); \ static_assert(offsetof(UCameraAnimInst, PlaySpace) == 0x000078, "Member 'UCameraAnimInst::PlaySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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) == 0x000230, "Wrong size on UCameraShakeSourceComponent"); \ static_assert(offsetof(UCameraShakeSourceComponent, Attenuation) == 0x000208, "Member 'UCameraShakeSourceComponent::Attenuation' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, InnerAttenuationRadius) == 0x00020C, "Member 'UCameraShakeSourceComponent::InnerAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, OuterAttenuationRadius) == 0x000210, "Member 'UCameraShakeSourceComponent::OuterAttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, CameraShake) == 0x000218, "Member 'UCameraShakeSourceComponent::CameraShake' has a wrong offset!"); \ static_assert(offsetof(UCameraShakeSourceComponent, bAutoStart) == 0x000220, "Member 'UCameraShakeSourceComponent::bAutoStart' 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_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_ARectLight \ static_assert(alignof(ARectLight) == 0x000008, "Wrong alignment on ARectLight"); \ static_assert(sizeof(ARectLight) == 0x000248, "Wrong size on ARectLight"); \ static_assert(offsetof(ARectLight, RectLightComponent) == 0x000240, "Member 'ARectLight::RectLightComponent' 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_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_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_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_UInputAxisKeyDelegateBinding \ static_assert(alignof(UInputAxisKeyDelegateBinding) == 0x000008, "Wrong alignment on UInputAxisKeyDelegateBinding"); \ static_assert(sizeof(UInputAxisKeyDelegateBinding) == 0x000038, "Wrong size on UInputAxisKeyDelegateBinding"); \ static_assert(offsetof(UInputAxisKeyDelegateBinding, InputAxisKeyDelegateBindings) == 0x000028, "Member 'UInputAxisKeyDelegateBinding::InputAxisKeyDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputVectorAxisDelegateBinding \ static_assert(alignof(UInputVectorAxisDelegateBinding) == 0x000008, "Wrong alignment on UInputVectorAxisDelegateBinding"); \ static_assert(sizeof(UInputVectorAxisDelegateBinding) == 0x000038, "Wrong size on UInputVectorAxisDelegateBinding"); \ #define DUMPER7_ASSERTS_UActorComponentInstanceDataTransientOuter \ static_assert(alignof(UActorComponentInstanceDataTransientOuter) == 0x000008, "Wrong alignment on UActorComponentInstanceDataTransientOuter"); \ static_assert(sizeof(UActorComponentInstanceDataTransientOuter) == 0x000028, "Wrong size on UActorComponentInstanceDataTransientOuter"); \ #define DUMPER7_ASSERTS_UReporterBase \ static_assert(alignof(UReporterBase) == 0x000008, "Wrong alignment on UReporterBase"); \ static_assert(sizeof(UReporterBase) == 0x000030, "Wrong size on UReporterBase"); \ #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_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_AVolumetricLightmapDensityVolume \ static_assert(alignof(AVolumetricLightmapDensityVolume) == 0x000008, "Wrong alignment on AVolumetricLightmapDensityVolume"); \ static_assert(sizeof(AVolumetricLightmapDensityVolume) == 0x000270, "Wrong size on AVolumetricLightmapDensityVolume"); \ static_assert(offsetof(AVolumetricLightmapDensityVolume, AllowedMipLevelRange) == 0x000268, "Member 'AVolumetricLightmapDensityVolume::AllowedMipLevelRange' 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_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_UInputPlatformSettings \ static_assert(alignof(UInputPlatformSettings) == 0x000008, "Wrong alignment on UInputPlatformSettings"); \ static_assert(sizeof(UInputPlatformSettings) == 0x000068, "Wrong size on UInputPlatformSettings"); \ static_assert(offsetof(UInputPlatformSettings, MaxTriggerFeedbackPosition) == 0x000040, "Member 'UInputPlatformSettings::MaxTriggerFeedbackPosition' has a wrong offset!"); \ static_assert(offsetof(UInputPlatformSettings, MaxTriggerFeedbackStrength) == 0x000044, "Member 'UInputPlatformSettings::MaxTriggerFeedbackStrength' has a wrong offset!"); \ static_assert(offsetof(UInputPlatformSettings, MaxTriggerVibrationTriggerPosition) == 0x000048, "Member 'UInputPlatformSettings::MaxTriggerVibrationTriggerPosition' has a wrong offset!"); \ static_assert(offsetof(UInputPlatformSettings, MaxTriggerVibrationFrequency) == 0x00004C, "Member 'UInputPlatformSettings::MaxTriggerVibrationFrequency' has a wrong offset!"); \ static_assert(offsetof(UInputPlatformSettings, MaxTriggerVibrationAmplitude) == 0x000050, "Member 'UInputPlatformSettings::MaxTriggerVibrationAmplitude' has a wrong offset!"); \ static_assert(offsetof(UInputPlatformSettings, HardwareDevices) == 0x000058, "Member 'UInputPlatformSettings::HardwareDevices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlChannel \ static_assert(alignof(UControlChannel) == 0x000008, "Wrong alignment on UControlChannel"); \ static_assert(sizeof(UControlChannel) == 0x000080, "Wrong size on UControlChannel"); \ #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_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_UGarbageCollectionSettings \ static_assert(alignof(UGarbageCollectionSettings) == 0x000008, "Wrong alignment on UGarbageCollectionSettings"); \ static_assert(sizeof(UGarbageCollectionSettings) == 0x000058, "Wrong size on UGarbageCollectionSettings"); \ static_assert(offsetof(UGarbageCollectionSettings, TimeBetweenPurgingPendingKillObjects) == 0x000038, "Member 'UGarbageCollectionSettings::TimeBetweenPurgingPendingKillObjects' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, MinGCClusterSize) == 0x000040, "Member 'UGarbageCollectionSettings::MinGCClusterSize' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, NumRetriesBeforeForcingGC) == 0x000044, "Member 'UGarbageCollectionSettings::NumRetriesBeforeForcingGC' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsNotConsideredByGC) == 0x000048, "Member 'UGarbageCollectionSettings::MaxObjectsNotConsideredByGC' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, SizeOfPermanentObjectPool) == 0x00004C, "Member 'UGarbageCollectionSettings::SizeOfPermanentObjectPool' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsInGame) == 0x000050, "Member 'UGarbageCollectionSettings::MaxObjectsInGame' has a wrong offset!"); \ static_assert(offsetof(UGarbageCollectionSettings, MaxObjectsInEditor) == 0x000054, "Member 'UGarbageCollectionSettings::MaxObjectsInEditor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACullDistanceVolume \ static_assert(alignof(ACullDistanceVolume) == 0x000008, "Wrong alignment on ACullDistanceVolume"); \ static_assert(sizeof(ACullDistanceVolume) == 0x000280, "Wrong size on ACullDistanceVolume"); \ static_assert(offsetof(ACullDistanceVolume, CullDistances) == 0x000268, "Member 'ACullDistanceVolume::CullDistances' 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_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) == 0x000198, "Wrong size on UInterpToMovementComponent"); \ static_assert(offsetof(UInterpToMovementComponent, Duration) == 0x0000F8, "Member 'UInterpToMovementComponent::Duration' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, bSweep) == 0x000100, "Member 'UInterpToMovementComponent::bSweep' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, TeleportType) == 0x000101, "Member 'UInterpToMovementComponent::TeleportType' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, BehaviourType) == 0x000102, "Member 'UInterpToMovementComponent::BehaviourType' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, bCheckIfStillInWorld) == 0x000103, "Member 'UInterpToMovementComponent::bCheckIfStillInWorld' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnInterpToReverse) == 0x000108, "Member 'UInterpToMovementComponent::OnInterpToReverse' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnInterpToStop) == 0x000118, "Member 'UInterpToMovementComponent::OnInterpToStop' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnWaitBeginDelegate) == 0x000128, "Member 'UInterpToMovementComponent::OnWaitBeginDelegate' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnWaitEndDelegate) == 0x000138, "Member 'UInterpToMovementComponent::OnWaitEndDelegate' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, OnResetDelegate) == 0x000148, "Member 'UInterpToMovementComponent::OnResetDelegate' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, MaxSimulationTimeStep) == 0x000158, "Member 'UInterpToMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, MaxSimulationIterations) == 0x00015C, "Member 'UInterpToMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ static_assert(offsetof(UInterpToMovementComponent, ControlPoints) == 0x000160, "Member 'UInterpToMovementComponent::ControlPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveEdPresetCurve \ static_assert(alignof(UCurveEdPresetCurve) == 0x000008, "Wrong alignment on UCurveEdPresetCurve"); \ static_assert(sizeof(UCurveEdPresetCurve) == 0x000028, "Wrong size on UCurveEdPresetCurve"); \ #define DUMPER7_ASSERTS_CurveLinearColor_GetClampedLinearColorValue \ static_assert(alignof(CurveLinearColor_GetClampedLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetClampedLinearColorValue"); \ static_assert(sizeof(CurveLinearColor_GetClampedLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetClampedLinearColorValue"); \ static_assert(offsetof(CurveLinearColor_GetClampedLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetClampedLinearColorValue::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveLinearColor_GetClampedLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetClampedLinearColorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveLinearColor_GetLinearColorValue \ static_assert(alignof(CurveLinearColor_GetLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetLinearColorValue"); \ static_assert(sizeof(CurveLinearColor_GetLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetLinearColorValue"); \ static_assert(offsetof(CurveLinearColor_GetLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetLinearColorValue::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveLinearColor_GetLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetLinearColorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveLinearColor_GetUnadjustedLinearColorValue \ static_assert(alignof(CurveLinearColor_GetUnadjustedLinearColorValue) == 0x000004, "Wrong alignment on CurveLinearColor_GetUnadjustedLinearColorValue"); \ static_assert(sizeof(CurveLinearColor_GetUnadjustedLinearColorValue) == 0x000014, "Wrong size on CurveLinearColor_GetUnadjustedLinearColorValue"); \ static_assert(offsetof(CurveLinearColor_GetUnadjustedLinearColorValue, InTime) == 0x000000, "Member 'CurveLinearColor_GetUnadjustedLinearColorValue::InTime' has a wrong offset!"); \ static_assert(offsetof(CurveLinearColor_GetUnadjustedLinearColorValue, ReturnValue) == 0x000004, "Member 'CurveLinearColor_GetUnadjustedLinearColorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveLinearColor \ static_assert(alignof(UCurveLinearColor) == 0x000008, "Wrong alignment on UCurveLinearColor"); \ static_assert(sizeof(UCurveLinearColor) == 0x000250, "Wrong size on UCurveLinearColor"); \ static_assert(offsetof(UCurveLinearColor, FloatCurves) == 0x000030, "Member 'UCurveLinearColor::FloatCurves' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustHue) == 0x000230, "Member 'UCurveLinearColor::AdjustHue' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustSaturation) == 0x000234, "Member 'UCurveLinearColor::AdjustSaturation' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustBrightness) == 0x000238, "Member 'UCurveLinearColor::AdjustBrightness' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustBrightnessCurve) == 0x00023C, "Member 'UCurveLinearColor::AdjustBrightnessCurve' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustVibrance) == 0x000240, "Member 'UCurveLinearColor::AdjustVibrance' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustMinAlpha) == 0x000244, "Member 'UCurveLinearColor::AdjustMinAlpha' has a wrong offset!"); \ static_assert(offsetof(UCurveLinearColor, AdjustMaxAlpha) == 0x000248, "Member 'UCurveLinearColor::AdjustMaxAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CurveLinearColorAtlas_GetCurvePosition \ static_assert(alignof(CurveLinearColorAtlas_GetCurvePosition) == 0x000008, "Wrong alignment on CurveLinearColorAtlas_GetCurvePosition"); \ static_assert(sizeof(CurveLinearColorAtlas_GetCurvePosition) == 0x000010, "Wrong size on CurveLinearColorAtlas_GetCurvePosition"); \ static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, InCurve) == 0x000000, "Member 'CurveLinearColorAtlas_GetCurvePosition::InCurve' has a wrong offset!"); \ static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, position) == 0x000008, "Member 'CurveLinearColorAtlas_GetCurvePosition::position' has a wrong offset!"); \ static_assert(offsetof(CurveLinearColorAtlas_GetCurvePosition, ReturnValue) == 0x00000C, "Member 'CurveLinearColorAtlas_GetCurvePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveLinearColorAtlas \ static_assert(alignof(UCurveLinearColorAtlas) == 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_UInterpGroupInstCamera \ static_assert(alignof(UInterpGroupInstCamera) == 0x000008, "Wrong alignment on UInterpGroupInstCamera"); \ static_assert(sizeof(UInterpGroupInstCamera) == 0x000048, "Wrong size on UInterpGroupInstCamera"); \ #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_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_UPhysicalMaterialMask \ static_assert(alignof(UPhysicalMaterialMask) == 0x000008, "Wrong alignment on UPhysicalMaterialMask"); \ static_assert(sizeof(UPhysicalMaterialMask) == 0x000038, "Wrong size on UPhysicalMaterialMask"); \ static_assert(offsetof(UPhysicalMaterialMask, UVChannelIndex) == 0x000028, "Member 'UPhysicalMaterialMask::UVChannelIndex' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterialMask, AddressX) == 0x00002C, "Member 'UPhysicalMaterialMask::AddressX' has a wrong offset!"); \ static_assert(offsetof(UPhysicalMaterialMask, AddressY) == 0x00002D, "Member 'UPhysicalMaterialMask::AddressY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackColorScale \ static_assert(alignof(UInterpTrackColorScale) == 0x000008, "Wrong alignment on UInterpTrackColorScale"); \ static_assert(sizeof(UInterpTrackColorScale) == 0x000090, "Wrong size on UInterpTrackColorScale"); \ #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_UPrimaryDataAsset \ static_assert(alignof(UPrimaryDataAsset) == 0x000008, "Wrong alignment on UPrimaryDataAsset"); \ static_assert(sizeof(UPrimaryDataAsset) == 0x000030, "Wrong size on UPrimaryDataAsset"); \ #define DUMPER7_ASSERTS_UDataDrivenCVarEngineSubsystem \ static_assert(alignof(UDataDrivenCVarEngineSubsystem) == 0x000008, "Wrong alignment on UDataDrivenCVarEngineSubsystem"); \ static_assert(sizeof(UDataDrivenCVarEngineSubsystem) == 0x000040, "Wrong size on UDataDrivenCVarEngineSubsystem"); \ static_assert(offsetof(UDataDrivenCVarEngineSubsystem, OnDataDrivenCVarDelegate) == 0x000030, "Member 'UDataDrivenCVarEngineSubsystem::OnDataDrivenCVarDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UInterpGroupDirector \ static_assert(alignof(UInterpGroupDirector) == 0x000008, "Wrong alignment on UInterpGroupDirector"); \ static_assert(sizeof(UInterpGroupDirector) == 0x000050, "Wrong size on UInterpGroupDirector"); \ #define DUMPER7_ASSERTS_DataTableFunctionLibrary_DoesDataTableRowExist \ static_assert(alignof(DataTableFunctionLibrary_DoesDataTableRowExist) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_DoesDataTableRowExist"); \ static_assert(sizeof(DataTableFunctionLibrary_DoesDataTableRowExist) == 0x000018, "Wrong size on DataTableFunctionLibrary_DoesDataTableRowExist"); \ static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, Table) == 0x000000, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::Table' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::RowName' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_DoesDataTableRowExist, ReturnValue) == 0x000010, "Member 'DataTableFunctionLibrary_DoesDataTableRowExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableFunctionLibrary_EvaluateCurveTableRow \ static_assert(alignof(DataTableFunctionLibrary_EvaluateCurveTableRow) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_EvaluateCurveTableRow"); \ static_assert(sizeof(DataTableFunctionLibrary_EvaluateCurveTableRow) == 0x000030, "Wrong size on DataTableFunctionLibrary_EvaluateCurveTableRow"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, CurveTable) == 0x000000, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::CurveTable' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::RowName' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, InXY) == 0x000010, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::InXY' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, OutResult) == 0x000014, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::OutResult' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, OutXY) == 0x000018, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::OutXY' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_EvaluateCurveTableRow, ContextString) == 0x000020, "Member 'DataTableFunctionLibrary_EvaluateCurveTableRow::ContextString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableColumnAsString \ static_assert(alignof(DataTableFunctionLibrary_GetDataTableColumnAsString) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableColumnAsString"); \ static_assert(sizeof(DataTableFunctionLibrary_GetDataTableColumnAsString) == 0x000020, "Wrong size on DataTableFunctionLibrary_GetDataTableColumnAsString"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, DataTable) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::DataTable' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, PropertyName) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::PropertyName' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableColumnAsString, ReturnValue) == 0x000010, "Member 'DataTableFunctionLibrary_GetDataTableColumnAsString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableRowFromName \ static_assert(alignof(DataTableFunctionLibrary_GetDataTableRowFromName) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableRowFromName"); \ static_assert(sizeof(DataTableFunctionLibrary_GetDataTableRowFromName) == 0x000020, "Wrong size on DataTableFunctionLibrary_GetDataTableRowFromName"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::Table' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, RowName) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::RowName' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, OutRow) == 0x000010, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::OutRow' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowFromName, ReturnValue) == 0x000018, "Member 'DataTableFunctionLibrary_GetDataTableRowFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableFunctionLibrary_GetDataTableRowNames \ static_assert(alignof(DataTableFunctionLibrary_GetDataTableRowNames) == 0x000008, "Wrong alignment on DataTableFunctionLibrary_GetDataTableRowNames"); \ static_assert(sizeof(DataTableFunctionLibrary_GetDataTableRowNames) == 0x000018, "Wrong size on DataTableFunctionLibrary_GetDataTableRowNames"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowNames, Table) == 0x000000, "Member 'DataTableFunctionLibrary_GetDataTableRowNames::Table' has a wrong offset!"); \ static_assert(offsetof(DataTableFunctionLibrary_GetDataTableRowNames, OutRowNames) == 0x000008, "Member 'DataTableFunctionLibrary_GetDataTableRowNames::OutRowNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataTableFunctionLibrary \ static_assert(alignof(UDataTableFunctionLibrary) == 0x000008, "Wrong alignment on UDataTableFunctionLibrary"); \ static_assert(sizeof(UDataTableFunctionLibrary) == 0x000028, "Wrong size on UDataTableFunctionLibrary"); \ #define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActivate \ static_assert(alignof(DebugCameraController_ReceiveOnActivate) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnActivate"); \ static_assert(sizeof(DebugCameraController_ReceiveOnActivate) == 0x000008, "Wrong size on DebugCameraController_ReceiveOnActivate"); \ static_assert(offsetof(DebugCameraController_ReceiveOnActivate, OriginalPC) == 0x000000, "Member 'DebugCameraController_ReceiveOnActivate::OriginalPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActorSelected \ static_assert(alignof(DebugCameraController_ReceiveOnActorSelected) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnActorSelected"); \ static_assert(sizeof(DebugCameraController_ReceiveOnActorSelected) == 0x0000A8, "Wrong size on DebugCameraController_ReceiveOnActorSelected"); \ static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, NewSelectedActor) == 0x000000, "Member 'DebugCameraController_ReceiveOnActorSelected::NewSelectedActor' has a wrong offset!"); \ static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, SelectHitLocation) == 0x000008, "Member 'DebugCameraController_ReceiveOnActorSelected::SelectHitLocation' has a wrong offset!"); \ static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, SelectHitNormal) == 0x000014, "Member 'DebugCameraController_ReceiveOnActorSelected::SelectHitNormal' has a wrong offset!"); \ static_assert(offsetof(DebugCameraController_ReceiveOnActorSelected, Hit) == 0x000020, "Member 'DebugCameraController_ReceiveOnActorSelected::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnDeactivate \ static_assert(alignof(DebugCameraController_ReceiveOnDeactivate) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnDeactivate"); \ static_assert(sizeof(DebugCameraController_ReceiveOnDeactivate) == 0x000008, "Wrong size on DebugCameraController_ReceiveOnDeactivate"); \ static_assert(offsetof(DebugCameraController_ReceiveOnDeactivate, RestoredPC) == 0x000000, "Member 'DebugCameraController_ReceiveOnDeactivate::RestoredPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugCameraController_SetPawnMovementSpeedScale \ static_assert(alignof(DebugCameraController_SetPawnMovementSpeedScale) == 0x000004, "Wrong alignment on DebugCameraController_SetPawnMovementSpeedScale"); \ static_assert(sizeof(DebugCameraController_SetPawnMovementSpeedScale) == 0x000004, "Wrong size on DebugCameraController_SetPawnMovementSpeedScale"); \ static_assert(offsetof(DebugCameraController_SetPawnMovementSpeedScale, NewSpeedScale) == 0x000000, "Member 'DebugCameraController_SetPawnMovementSpeedScale::NewSpeedScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DebugCameraController_GetSelectedActor \ static_assert(alignof(DebugCameraController_GetSelectedActor) == 0x000008, "Wrong alignment on DebugCameraController_GetSelectedActor"); \ static_assert(sizeof(DebugCameraController_GetSelectedActor) == 0x000008, "Wrong size on DebugCameraController_GetSelectedActor"); \ static_assert(offsetof(DebugCameraController_GetSelectedActor, ReturnValue) == 0x000000, "Member 'DebugCameraController_GetSelectedActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADebugCameraController \ static_assert(alignof(ADebugCameraController) == 0x000008, "Wrong alignment on ADebugCameraController"); \ static_assert(sizeof(ADebugCameraController) == 0x000690, "Wrong size on ADebugCameraController"); \ static_assert(offsetof(ADebugCameraController, DrawFrustum) == 0x000598, "Member 'ADebugCameraController::DrawFrustum' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedActor) == 0x0005A0, "Member 'ADebugCameraController::SelectedActor' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedComponent) == 0x0005A8, "Member 'ADebugCameraController::SelectedComponent' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SelectedHitPoint) == 0x0005B0, "Member 'ADebugCameraController::SelectedHitPoint' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, OriginalControllerRef) == 0x000638, "Member 'ADebugCameraController::OriginalControllerRef' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, OriginalPlayer) == 0x000640, "Member 'ADebugCameraController::OriginalPlayer' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, SpeedScale) == 0x000648, "Member 'ADebugCameraController::SpeedScale' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialMaxSpeed) == 0x00064C, "Member 'ADebugCameraController::InitialMaxSpeed' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialAccel) == 0x000650, "Member 'ADebugCameraController::InitialAccel' has a wrong offset!"); \ static_assert(offsetof(ADebugCameraController, InitialDecel) == 0x000654, "Member 'ADebugCameraController::InitialDecel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSceneTexture \ static_assert(alignof(UMaterialExpressionSceneTexture) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexture"); \ static_assert(sizeof(UMaterialExpressionSceneTexture) == 0x000058, "Wrong size on UMaterialExpressionSceneTexture"); \ static_assert(offsetof(UMaterialExpressionSceneTexture, Coordinates) == 0x000040, "Member 'UMaterialExpressionSceneTexture::Coordinates' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneTexture, SceneTextureId) == 0x000054, "Member 'UMaterialExpressionSceneTexture::SceneTextureId' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionSceneTexture, bFiltered) == 0x000055, "Member 'UMaterialExpressionSceneTexture::bFiltered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0007C0, "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) == 0x000118, "Member 'UWorld::NavigationSystem' has a wrong offset!"); \ static_assert(offsetof(UWorld, AuthorityGameMode) == 0x000120, "Member 'UWorld::AuthorityGameMode' has a wrong offset!"); \ static_assert(offsetof(UWorld, GameState) == 0x000128, "Member 'UWorld::GameState' has a wrong offset!"); \ static_assert(offsetof(UWorld, AISystem) == 0x000130, "Member 'UWorld::AISystem' has a wrong offset!"); \ static_assert(offsetof(UWorld, AvoidanceManager) == 0x000138, "Member 'UWorld::AvoidanceManager' has a wrong offset!"); \ static_assert(offsetof(UWorld, Levels) == 0x000140, "Member 'UWorld::Levels' has a wrong offset!"); \ static_assert(offsetof(UWorld, LevelCollections) == 0x000150, "Member 'UWorld::LevelCollections' has a wrong offset!"); \ static_assert(offsetof(UWorld, OwningGameInstance) == 0x000188, "Member 'UWorld::OwningGameInstance' has a wrong offset!"); \ static_assert(offsetof(UWorld, ParameterCollectionInstances) == 0x000190, "Member 'UWorld::ParameterCollectionInstances' has a wrong offset!"); \ static_assert(offsetof(UWorld, CanvasForRenderingToTarget) == 0x0001A0, "Member 'UWorld::CanvasForRenderingToTarget' has a wrong offset!"); \ static_assert(offsetof(UWorld, CanvasForDrawMaterialToRenderTarget) == 0x0001A8, "Member 'UWorld::CanvasForDrawMaterialToRenderTarget' has a wrong offset!"); \ static_assert(offsetof(UWorld, PhysicsField) == 0x000220, "Member 'UWorld::PhysicsField' has a wrong offset!"); \ static_assert(offsetof(UWorld, ComponentsThatNeedPreEndOfFrameSync) == 0x000228, "Member 'UWorld::ComponentsThatNeedPreEndOfFrameSync' has a wrong offset!"); \ static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate) == 0x000278, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate' has a wrong offset!"); \ static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate_OnGameThread) == 0x000288, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate_OnGameThread' has a wrong offset!"); \ static_assert(offsetof(UWorld, WorldComposition) == 0x000608, "Member 'UWorld::WorldComposition' has a wrong offset!"); \ static_assert(offsetof(UWorld, PSCPool) == 0x0006A0, "Member 'UWorld::PSCPool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDebugCameraControllerSettings \ static_assert(alignof(UDebugCameraControllerSettings) == 0x000008, "Wrong alignment on UDebugCameraControllerSettings"); \ static_assert(sizeof(UDebugCameraControllerSettings) == 0x000048, "Wrong size on UDebugCameraControllerSettings"); \ static_assert(offsetof(UDebugCameraControllerSettings, CycleViewModes) == 0x000038, "Member 'UDebugCameraControllerSettings::CycleViewModes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADebugCameraHUD \ static_assert(alignof(ADebugCameraHUD) == 0x000008, "Wrong alignment on ADebugCameraHUD"); \ static_assert(sizeof(ADebugCameraHUD) == 0x000320, "Wrong size on ADebugCameraHUD"); \ #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_UDebugDrawService \ static_assert(alignof(UDebugDrawService) == 0x000008, "Wrong alignment on UDebugDrawService"); \ static_assert(sizeof(UDebugDrawService) == 0x000028, "Wrong size on UDebugDrawService"); \ #define DUMPER7_ASSERTS_DecalActor_CreateDynamicMaterialInstance \ static_assert(alignof(DecalActor_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on DecalActor_CreateDynamicMaterialInstance"); \ static_assert(sizeof(DecalActor_CreateDynamicMaterialInstance) == 0x000008, "Wrong size on DecalActor_CreateDynamicMaterialInstance"); \ static_assert(offsetof(DecalActor_CreateDynamicMaterialInstance, ReturnValue) == 0x000000, "Member 'DecalActor_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalActor_SetDecalMaterial \ static_assert(alignof(DecalActor_SetDecalMaterial) == 0x000008, "Wrong alignment on DecalActor_SetDecalMaterial"); \ static_assert(sizeof(DecalActor_SetDecalMaterial) == 0x000008, "Wrong size on DecalActor_SetDecalMaterial"); \ static_assert(offsetof(DecalActor_SetDecalMaterial, NewDecalMaterial) == 0x000000, "Member 'DecalActor_SetDecalMaterial::NewDecalMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DecalActor_GetDecalMaterial \ static_assert(alignof(DecalActor_GetDecalMaterial) == 0x000008, "Wrong alignment on DecalActor_GetDecalMaterial"); \ static_assert(sizeof(DecalActor_GetDecalMaterial) == 0x000008, "Wrong size on DecalActor_GetDecalMaterial"); \ static_assert(offsetof(DecalActor_GetDecalMaterial, ReturnValue) == 0x000000, "Member 'DecalActor_GetDecalMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADecalActor \ static_assert(alignof(ADecalActor) == 0x000008, "Wrong alignment on ADecalActor"); \ static_assert(sizeof(ADecalActor) == 0x000238, "Wrong size on ADecalActor"); \ static_assert(offsetof(ADecalActor, Decal) == 0x000230, "Member 'ADecalActor::Decal' 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_ADefaultPhysicsVolume \ static_assert(alignof(ADefaultPhysicsVolume) == 0x000008, "Wrong alignment on ADefaultPhysicsVolume"); \ static_assert(sizeof(ADefaultPhysicsVolume) == 0x000278, "Wrong size on ADefaultPhysicsVolume"); \ #define DUMPER7_ASSERTS_ALevelBounds \ static_assert(alignof(ALevelBounds) == 0x000008, "Wrong alignment on ALevelBounds"); \ static_assert(sizeof(ALevelBounds) == 0x000240, "Wrong size on ALevelBounds"); \ static_assert(offsetof(ALevelBounds, BoxComponent) == 0x000230, "Member 'ALevelBounds::BoxComponent' has a wrong offset!"); \ static_assert(offsetof(ALevelBounds, bAutoUpdateBounds) == 0x000238, "Member 'ALevelBounds::bAutoUpdateBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDemoNetConnection \ static_assert(alignof(UDemoNetConnection) == 0x000008, "Wrong alignment on UDemoNetConnection"); \ static_assert(sizeof(UDemoNetConnection) == 0x001C18, "Wrong size on UDemoNetConnection"); \ #define DUMPER7_ASSERTS_UMaterialExpressionSceneTexelSize \ static_assert(alignof(UMaterialExpressionSceneTexelSize) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexelSize"); \ static_assert(sizeof(UMaterialExpressionSceneTexelSize) == 0x000040, "Wrong size on UMaterialExpressionSceneTexelSize"); \ #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_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_UDemoPendingNetGame \ static_assert(alignof(UDemoPendingNetGame) == 0x000008, "Wrong alignment on UDemoPendingNetGame"); \ static_assert(sizeof(UDemoPendingNetGame) == 0x0000C0, "Wrong size on UDemoPendingNetGame"); \ #define DUMPER7_ASSERTS_USoundClass \ static_assert(alignof(USoundClass) == 0x000008, "Wrong alignment on USoundClass"); \ static_assert(sizeof(USoundClass) == 0x0000E0, "Wrong size on USoundClass"); \ static_assert(offsetof(USoundClass, Properties) == 0x000028, "Member 'USoundClass::Properties' has a wrong offset!"); \ static_assert(offsetof(USoundClass, ChildClasses) == 0x0000B8, "Member 'USoundClass::ChildClasses' has a wrong offset!"); \ static_assert(offsetof(USoundClass, PassiveSoundMixModifiers) == 0x0000C8, "Member 'USoundClass::PassiveSoundMixModifiers' has a wrong offset!"); \ static_assert(offsetof(USoundClass, ParentClass) == 0x0000D8, "Member 'USoundClass::ParentClass' 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_IDestructibleInterface \ static_assert(alignof(IDestructibleInterface) == 0x000001, "Wrong alignment on IDestructibleInterface"); \ static_assert(sizeof(IDestructibleInterface) == 0x000001, "Wrong size on IDestructibleInterface"); \ #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_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_USoundNodeAssetReferencer \ static_assert(alignof(USoundNodeAssetReferencer) == 0x000008, "Wrong alignment on USoundNodeAssetReferencer"); \ static_assert(sizeof(USoundNodeAssetReferencer) == 0x000048, "Wrong size on USoundNodeAssetReferencer"); \ #define DUMPER7_ASSERTS_SoundNodeWavePlayer_GetWaveDuration \ static_assert(alignof(SoundNodeWavePlayer_GetWaveDuration) == 0x000004, "Wrong alignment on SoundNodeWavePlayer_GetWaveDuration"); \ static_assert(sizeof(SoundNodeWavePlayer_GetWaveDuration) == 0x000004, "Wrong size on SoundNodeWavePlayer_GetWaveDuration"); \ static_assert(offsetof(SoundNodeWavePlayer_GetWaveDuration, ReturnValue) == 0x000000, "Member 'SoundNodeWavePlayer_GetWaveDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeWavePlayer \ static_assert(alignof(USoundNodeWavePlayer) == 0x000008, "Wrong alignment on USoundNodeWavePlayer"); \ static_assert(sizeof(USoundNodeWavePlayer) == 0x000088, "Wrong size on USoundNodeWavePlayer"); \ static_assert(offsetof(USoundNodeWavePlayer, SoundWaveAssetPtr) == 0x000048, "Member 'USoundNodeWavePlayer::SoundWaveAssetPtr' has a wrong offset!"); \ static_assert(offsetof(USoundNodeWavePlayer, SoundWave) == 0x000070, "Member 'USoundNodeWavePlayer::SoundWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDeviceProfileFragment \ static_assert(alignof(UDeviceProfileFragment) == 0x000008, "Wrong alignment on UDeviceProfileFragment"); \ static_assert(sizeof(UDeviceProfileFragment) == 0x000038, "Wrong size on UDeviceProfileFragment"); \ #define DUMPER7_ASSERTS_UDialogueSoundWaveProxy \ static_assert(alignof(UDialogueSoundWaveProxy) == 0x000008, "Wrong alignment on UDialogueSoundWaveProxy"); \ static_assert(sizeof(UDialogueSoundWaveProxy) == 0x0001A0, "Wrong size on UDialogueSoundWaveProxy"); \ #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_UDialogueWave \ static_assert(alignof(UDialogueWave) == 0x000008, "Wrong alignment on UDialogueWave"); \ static_assert(sizeof(UDialogueWave) == 0x0000E8, "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, SubtitleSplitMode) == 0x000050, "Member 'UDialogueWave::SubtitleSplitMode' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, SecondsPerWord) == 0x000054, "Member 'UDialogueWave::SecondsPerWord' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, SecondsBetweenLines) == 0x000058, "Member 'UDialogueWave::SecondsBetweenLines' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, MinimumSeconds) == 0x00005C, "Member 'UDialogueWave::MinimumSeconds' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, SecondsPerSplit) == 0x000060, "Member 'UDialogueWave::SecondsPerSplit' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, bSplitOnEllipses) == 0x000064, "Member 'UDialogueWave::bSplitOnEllipses' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, StringSplitAdditionalHoldTime) == 0x000068, "Member 'UDialogueWave::StringSplitAdditionalHoldTime' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, bForceShowingProperNoun) == 0x0000B8, "Member 'UDialogueWave::bForceShowingProperNoun' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, ContextMappings) == 0x0000C0, "Member 'UDialogueWave::ContextMappings' has a wrong offset!"); \ static_assert(offsetof(UDialogueWave, LocalizationGUID) == 0x0000D0, "Member 'UDialogueWave::LocalizationGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTouchInterface \ static_assert(alignof(UTouchInterface) == 0x000008, "Wrong alignment on UTouchInterface"); \ static_assert(sizeof(UTouchInterface) == 0x000058, "Wrong size on UTouchInterface"); \ static_assert(offsetof(UTouchInterface, Controls) == 0x000028, "Member 'UTouchInterface::Controls' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, ActiveOpacity) == 0x000038, "Member 'UTouchInterface::ActiveOpacity' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, InactiveOpacity) == 0x00003C, "Member 'UTouchInterface::InactiveOpacity' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, TimeUntilDeactive) == 0x000040, "Member 'UTouchInterface::TimeUntilDeactive' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, TimeUntilReset) == 0x000044, "Member 'UTouchInterface::TimeUntilReset' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, ActivationDelay) == 0x000048, "Member 'UTouchInterface::ActivationDelay' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, bPreventRecenter) == 0x00004C, "Member 'UTouchInterface::bPreventRecenter' has a wrong offset!"); \ static_assert(offsetof(UTouchInterface, StartupDelay) == 0x000050, "Member 'UTouchInterface::StartupDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_ADirectionalLight \ static_assert(alignof(ADirectionalLight) == 0x000008, "Wrong alignment on ADirectionalLight"); \ static_assert(sizeof(ADirectionalLight) == 0x000240, "Wrong size on ADirectionalLight"); \ #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_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_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance \ static_assert(alignof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ static_assert(sizeof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000040, "Wrong size on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ #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_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_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_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_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_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_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_USceneCaptureComponentCube \ static_assert(alignof(USceneCaptureComponentCube) == 0x000010, "Wrong alignment on USceneCaptureComponentCube"); \ static_assert(sizeof(USceneCaptureComponentCube) == 0x000310, "Wrong size on USceneCaptureComponentCube"); \ static_assert(offsetof(USceneCaptureComponentCube, TextureTarget) == 0x0002D8, "Member 'USceneCaptureComponentCube::TextureTarget' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponentCube, bCaptureRotation) == 0x0002E0, "Member 'USceneCaptureComponentCube::bCaptureRotation' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponentCube, TextureTargetLeft) == 0x0002E8, "Member 'USceneCaptureComponentCube::TextureTargetLeft' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponentCube, TextureTargetRight) == 0x0002F0, "Member 'USceneCaptureComponentCube::TextureTargetRight' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponentCube, TextureTargetODS) == 0x0002F8, "Member 'USceneCaptureComponentCube::TextureTargetODS' has a wrong offset!"); \ static_assert(offsetof(USceneCaptureComponentCube, IPD) == 0x000300, "Member 'USceneCaptureComponentCube::IPD' 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_UInputDeviceTriggerResistanceProperty \ static_assert(alignof(UInputDeviceTriggerResistanceProperty) == 0x000008, "Wrong alignment on UInputDeviceTriggerResistanceProperty"); \ static_assert(sizeof(UInputDeviceTriggerResistanceProperty) == 0x0000C8, "Wrong size on UInputDeviceTriggerResistanceProperty"); \ static_assert(offsetof(UInputDeviceTriggerResistanceProperty, TriggerData) == 0x000040, "Member 'UInputDeviceTriggerResistanceProperty::TriggerData' has a wrong offset!"); \ static_assert(offsetof(UInputDeviceTriggerResistanceProperty, DeviceOverrideData) == 0x000058, "Member 'UInputDeviceTriggerResistanceProperty::DeviceOverrideData' 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_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_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_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_ADocumentationActor \ static_assert(alignof(ADocumentationActor) == 0x000008, "Wrong alignment on ADocumentationActor"); \ static_assert(sizeof(ADocumentationActor) == 0x000238, "Wrong size on ADocumentationActor"); \ #define DUMPER7_ASSERTS_UColorInputDeviceCurveProperty \ static_assert(alignof(UColorInputDeviceCurveProperty) == 0x000008, "Wrong alignment on UColorInputDeviceCurveProperty"); \ static_assert(sizeof(UColorInputDeviceCurveProperty) == 0x0000A0, "Wrong size on UColorInputDeviceCurveProperty"); \ static_assert(offsetof(UColorInputDeviceCurveProperty, ColorData) == 0x000030, "Member 'UColorInputDeviceCurveProperty::ColorData' has a wrong offset!"); \ static_assert(offsetof(UColorInputDeviceCurveProperty, DeviceOverrideData) == 0x000040, "Member 'UColorInputDeviceCurveProperty::DeviceOverrideData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawFrustumComponent \ static_assert(alignof(UDrawFrustumComponent) == 0x000010, "Wrong alignment on UDrawFrustumComponent"); \ static_assert(sizeof(UDrawFrustumComponent) == 0x000480, "Wrong size on UDrawFrustumComponent"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumColor) == 0x000460, "Member 'UDrawFrustumComponent::FrustumColor' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumAngle) == 0x000464, "Member 'UDrawFrustumComponent::FrustumAngle' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumAspectRatio) == 0x000468, "Member 'UDrawFrustumComponent::FrustumAspectRatio' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumStartDist) == 0x00046C, "Member 'UDrawFrustumComponent::FrustumStartDist' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, FrustumEndDist) == 0x000470, "Member 'UDrawFrustumComponent::FrustumEndDist' has a wrong offset!"); \ static_assert(offsetof(UDrawFrustumComponent, Texture) == 0x000478, "Member 'UDrawFrustumComponent::Texture' 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) == 0x000480, "Wrong size on USphereComponent"); \ static_assert(offsetof(USphereComponent, SphereRadius) == 0x000478, "Member 'USphereComponent::SphereRadius' 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_UDrawSphereComponent \ static_assert(alignof(UDrawSphereComponent) == 0x000010, "Wrong alignment on UDrawSphereComponent"); \ static_assert(sizeof(UDrawSphereComponent) == 0x000480, "Wrong size on UDrawSphereComponent"); \ #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_SoundSubmixBase_IsCurrentlyDisabled \ static_assert(alignof(SoundSubmixBase_IsCurrentlyDisabled) == 0x000001, "Wrong alignment on SoundSubmixBase_IsCurrentlyDisabled"); \ static_assert(sizeof(SoundSubmixBase_IsCurrentlyDisabled) == 0x000001, "Wrong size on SoundSubmixBase_IsCurrentlyDisabled"); \ static_assert(offsetof(SoundSubmixBase_IsCurrentlyDisabled, ReturnValue) == 0x000000, "Member 'SoundSubmixBase_IsCurrentlyDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundSubmixBase_IsCurrentlySilent \ static_assert(alignof(SoundSubmixBase_IsCurrentlySilent) == 0x000001, "Wrong alignment on SoundSubmixBase_IsCurrentlySilent"); \ static_assert(sizeof(SoundSubmixBase_IsCurrentlySilent) == 0x000001, "Wrong size on SoundSubmixBase_IsCurrentlySilent"); \ static_assert(offsetof(SoundSubmixBase_IsCurrentlySilent, ReturnValue) == 0x000000, "Member 'SoundSubmixBase_IsCurrentlySilent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundSubmixBase \ static_assert(alignof(USoundSubmixBase) == 0x000008, "Wrong alignment on USoundSubmixBase"); \ static_assert(sizeof(USoundSubmixBase) == 0x000040, "Wrong size on USoundSubmixBase"); \ static_assert(offsetof(USoundSubmixBase, bAutoDisable) == 0x000028, "Member 'USoundSubmixBase::bAutoDisable' has a wrong offset!"); \ static_assert(offsetof(USoundSubmixBase, AutoDisableTime) == 0x00002C, "Member 'USoundSubmixBase::AutoDisableTime' has a wrong offset!"); \ static_assert(offsetof(USoundSubmixBase, ChildSubmixes) == 0x000030, "Member 'USoundSubmixBase::ChildSubmixes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundSubmixWithParentBase \ static_assert(alignof(USoundSubmixWithParentBase) == 0x000008, "Wrong alignment on USoundSubmixWithParentBase"); \ static_assert(sizeof(USoundSubmixWithParentBase) == 0x000048, "Wrong size on USoundSubmixWithParentBase"); \ static_assert(offsetof(USoundSubmixWithParentBase, ParentSubmix) == 0x000040, "Member 'USoundSubmixWithParentBase::ParentSubmix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0000C8, "Wrong size on USoundSubmix"); \ static_assert(offsetof(USoundSubmix, SubmixEffectChain) == 0x000050, "Member 'USoundSubmix::SubmixEffectChain' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, AmbisonicsPluginSettings) == 0x000060, "Member 'USoundSubmix::AmbisonicsPluginSettings' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, EnvelopeFollowerAttackTime) == 0x000068, "Member 'USoundSubmix::EnvelopeFollowerAttackTime' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, EnvelopeFollowerReleaseTime) == 0x00006C, "Member 'USoundSubmix::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, GainMode) == 0x000070, "Member 'USoundSubmix::GainMode' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, OutputVolume) == 0x000074, "Member 'USoundSubmix::OutputVolume' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, WetLevel) == 0x000078, "Member 'USoundSubmix::WetLevel' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, DryLevel) == 0x00007C, "Member 'USoundSubmix::DryLevel' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, OutputVolumeModulation) == 0x000080, "Member 'USoundSubmix::OutputVolumeModulation' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, WetLevelModulation) == 0x000090, "Member 'USoundSubmix::WetLevelModulation' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, DryLevelModulation) == 0x0000A0, "Member 'USoundSubmix::DryLevelModulation' has a wrong offset!"); \ static_assert(offsetof(USoundSubmix, OnSubmixRecordedFileDone) == 0x0000B0, "Member 'USoundSubmix::OnSubmixRecordedFileDone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_CreateDynamicMaterialInstance \ static_assert(alignof(KismetMaterialLibrary_CreateDynamicMaterialInstance) == 0x000008, "Wrong alignment on KismetMaterialLibrary_CreateDynamicMaterialInstance"); \ static_assert(sizeof(KismetMaterialLibrary_CreateDynamicMaterialInstance) == 0x000028, "Wrong size on KismetMaterialLibrary_CreateDynamicMaterialInstance"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, Parent) == 0x000008, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::Parent' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, OptionalName) == 0x000010, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::OptionalName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, CreationFlags) == 0x000018, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::CreationFlags' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_CreateDynamicMaterialInstance, ReturnValue) == 0x000020, "Member 'KismetMaterialLibrary_CreateDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_GetScalarParameterValue \ static_assert(alignof(KismetMaterialLibrary_GetScalarParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_GetScalarParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_GetScalarParameterValue) == 0x000020, "Wrong size on KismetMaterialLibrary_GetScalarParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_GetScalarParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_GetScalarParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_GetScalarParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetScalarParameterValue, ReturnValue) == 0x000018, "Member 'KismetMaterialLibrary_GetScalarParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_GetVectorParameterValue \ static_assert(alignof(KismetMaterialLibrary_GetVectorParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_GetVectorParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_GetVectorParameterValue) == 0x000028, "Wrong size on KismetMaterialLibrary_GetVectorParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_GetVectorParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_GetVectorParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_GetVectorParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_GetVectorParameterValue, ReturnValue) == 0x000018, "Member 'KismetMaterialLibrary_GetVectorParameterValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_SetScalarParameterValue \ static_assert(alignof(KismetMaterialLibrary_SetScalarParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_SetScalarParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_SetScalarParameterValue) == 0x000020, "Wrong size on KismetMaterialLibrary_SetScalarParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_SetScalarParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_SetScalarParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_SetScalarParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetScalarParameterValue, ParameterValue) == 0x000018, "Member 'KismetMaterialLibrary_SetScalarParameterValue::ParameterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetMaterialLibrary_SetVectorParameterValue \ static_assert(alignof(KismetMaterialLibrary_SetVectorParameterValue) == 0x000008, "Wrong alignment on KismetMaterialLibrary_SetVectorParameterValue"); \ static_assert(sizeof(KismetMaterialLibrary_SetVectorParameterValue) == 0x000028, "Wrong size on KismetMaterialLibrary_SetVectorParameterValue"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, WorldContextObject) == 0x000000, "Member 'KismetMaterialLibrary_SetVectorParameterValue::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, Collection) == 0x000008, "Member 'KismetMaterialLibrary_SetVectorParameterValue::Collection' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, ParameterName) == 0x000010, "Member 'KismetMaterialLibrary_SetVectorParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(KismetMaterialLibrary_SetVectorParameterValue, ParameterValue) == 0x000018, "Member 'KismetMaterialLibrary_SetVectorParameterValue::ParameterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetMaterialLibrary \ static_assert(alignof(UKismetMaterialLibrary) == 0x000008, "Wrong alignment on UKismetMaterialLibrary"); \ static_assert(sizeof(UKismetMaterialLibrary) == 0x000028, "Wrong size on UKismetMaterialLibrary"); \ #define DUMPER7_ASSERTS_UGraphNodeContextMenuContext \ static_assert(alignof(UGraphNodeContextMenuContext) == 0x000008, "Wrong alignment on UGraphNodeContextMenuContext"); \ static_assert(sizeof(UGraphNodeContextMenuContext) == 0x000050, "Wrong size on UGraphNodeContextMenuContext"); \ static_assert(offsetof(UGraphNodeContextMenuContext, Blueprint) == 0x000028, "Member 'UGraphNodeContextMenuContext::Blueprint' has a wrong offset!"); \ static_assert(offsetof(UGraphNodeContextMenuContext, Graph) == 0x000030, "Member 'UGraphNodeContextMenuContext::Graph' has a wrong offset!"); \ static_assert(offsetof(UGraphNodeContextMenuContext, Node) == 0x000038, "Member 'UGraphNodeContextMenuContext::Node' has a wrong offset!"); \ static_assert(offsetof(UGraphNodeContextMenuContext, bIsDebugging) == 0x000048, "Member 'UGraphNodeContextMenuContext::bIsDebugging' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEdGraphNode \ static_assert(alignof(UEdGraphNode) == 0x000008, "Wrong alignment on UEdGraphNode"); \ static_assert(sizeof(UEdGraphNode) == 0x000098, "Wrong size on UEdGraphNode"); \ static_assert(offsetof(UEdGraphNode, DeprecatedPins) == 0x000038, "Member 'UEdGraphNode::DeprecatedPins' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodePosX) == 0x000048, "Member 'UEdGraphNode::NodePosX' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodePosY) == 0x00004C, "Member 'UEdGraphNode::NodePosY' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeWidth) == 0x000050, "Member 'UEdGraphNode::NodeWidth' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeHeight) == 0x000054, "Member 'UEdGraphNode::NodeHeight' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, AdvancedPinDisplay) == 0x000058, "Member 'UEdGraphNode::AdvancedPinDisplay' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, EnabledState) == 0x000059, "Member 'UEdGraphNode::EnabledState' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeComment) == 0x000060, "Member 'UEdGraphNode::NodeComment' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, ErrorType) == 0x000070, "Member 'UEdGraphNode::ErrorType' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, ErrorMsg) == 0x000078, "Member 'UEdGraphNode::ErrorMsg' has a wrong offset!"); \ static_assert(offsetof(UEdGraphNode, NodeGuid) == 0x000088, "Member 'UEdGraphNode::NodeGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_APhysicsThruster \ static_assert(alignof(APhysicsThruster) == 0x000008, "Wrong alignment on APhysicsThruster"); \ static_assert(sizeof(APhysicsThruster) == 0x000238, "Wrong size on APhysicsThruster"); \ static_assert(offsetof(APhysicsThruster, ThrusterComponent) == 0x000230, "Member 'APhysicsThruster::ThrusterComponent' 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_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) == 0x000280, "Wrong size on AEmitter"); \ static_assert(offsetof(AEmitter, ParticleSystemComponent) == 0x000230, "Member 'AEmitter::ParticleSystemComponent' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleSpawn) == 0x000240, "Member 'AEmitter::OnParticleSpawn' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleBurst) == 0x000250, "Member 'AEmitter::OnParticleBurst' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleDeath) == 0x000260, "Member 'AEmitter::OnParticleDeath' has a wrong offset!"); \ static_assert(offsetof(AEmitter, OnParticleCollide) == 0x000270, "Member 'AEmitter::OnParticleCollide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_EqualEqual_InputChordInputChord \ static_assert(alignof(KismetInputLibrary_EqualEqual_InputChordInputChord) == 0x000008, "Wrong alignment on KismetInputLibrary_EqualEqual_InputChordInputChord"); \ static_assert(sizeof(KismetInputLibrary_EqualEqual_InputChordInputChord) == 0x000048, "Wrong size on KismetInputLibrary_EqualEqual_InputChordInputChord"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, A) == 0x000000, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::A' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, B) == 0x000020, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::B' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_InputChordInputChord, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_EqualEqual_InputChordInputChord::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_EqualEqual_KeyKey \ static_assert(alignof(KismetInputLibrary_EqualEqual_KeyKey) == 0x000008, "Wrong alignment on KismetInputLibrary_EqualEqual_KeyKey"); \ static_assert(sizeof(KismetInputLibrary_EqualEqual_KeyKey) == 0x000038, "Wrong size on KismetInputLibrary_EqualEqual_KeyKey"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, A) == 0x000000, "Member 'KismetInputLibrary_EqualEqual_KeyKey::A' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, B) == 0x000018, "Member 'KismetInputLibrary_EqualEqual_KeyKey::B' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_EqualEqual_KeyKey, ReturnValue) == 0x000030, "Member 'KismetInputLibrary_EqualEqual_KeyKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_GetAnalogValue \ static_assert(alignof(KismetInputLibrary_GetAnalogValue) == 0x000008, "Wrong alignment on KismetInputLibrary_GetAnalogValue"); \ static_assert(sizeof(KismetInputLibrary_GetAnalogValue) == 0x000050, "Wrong size on KismetInputLibrary_GetAnalogValue"); \ static_assert(offsetof(KismetInputLibrary_GetAnalogValue, Input) == 0x000000, "Member 'KismetInputLibrary_GetAnalogValue::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_GetAnalogValue, ReturnValue) == 0x000048, "Member 'KismetInputLibrary_GetAnalogValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_GetKey \ static_assert(alignof(KismetInputLibrary_GetKey) == 0x000008, "Wrong alignment on KismetInputLibrary_GetKey"); \ static_assert(sizeof(KismetInputLibrary_GetKey) == 0x000058, "Wrong size on KismetInputLibrary_GetKey"); \ static_assert(offsetof(KismetInputLibrary_GetKey, Input) == 0x000000, "Member 'KismetInputLibrary_GetKey::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_GetKey, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_GetKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_GetUserIndex \ static_assert(alignof(KismetInputLibrary_GetUserIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_GetUserIndex"); \ static_assert(sizeof(KismetInputLibrary_GetUserIndex) == 0x000048, "Wrong size on KismetInputLibrary_GetUserIndex"); \ static_assert(offsetof(KismetInputLibrary_GetUserIndex, Input) == 0x000000, "Member 'KismetInputLibrary_GetUserIndex::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_GetUserIndex, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_GetUserIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputChord_GetDisplayName \ static_assert(alignof(KismetInputLibrary_InputChord_GetDisplayName) == 0x000008, "Wrong alignment on KismetInputLibrary_InputChord_GetDisplayName"); \ static_assert(sizeof(KismetInputLibrary_InputChord_GetDisplayName) == 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) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsAltDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsAltDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsAltDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsAltDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsCommandDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsCommandDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsCommandDown) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsCommandDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsCommandDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsCommandDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsCommandDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsControlDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsControlDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsControlDown) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsControlDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsControlDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsControlDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsControlDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftAltDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftAltDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftAltDown) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsLeftAltDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftAltDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftAltDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsLeftAltDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftCommandDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftCommandDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftCommandDown) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsLeftCommandDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftCommandDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftCommandDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsLeftCommandDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftControlDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftControlDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftControlDown) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsLeftControlDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftControlDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftControlDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsLeftControlDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftShiftDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftShiftDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftShiftDown) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsLeftShiftDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftShiftDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftShiftDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsLeftShiftDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRepeat \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRepeat) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRepeat"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRepeat) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsRepeat"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRepeat, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRepeat::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRepeat, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsRepeat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightAltDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightAltDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightAltDown) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsRightAltDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightAltDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightAltDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsRightAltDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightCommandDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightCommandDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightCommandDown) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsRightCommandDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightCommandDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightCommandDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsRightCommandDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightControlDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightControlDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightControlDown) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsRightControlDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightControlDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightControlDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsRightControlDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightShiftDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsRightShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightShiftDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightShiftDown) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsRightShiftDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightShiftDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightShiftDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsRightShiftDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsShiftDown \ static_assert(alignof(KismetInputLibrary_InputEvent_IsShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsShiftDown"); \ static_assert(sizeof(KismetInputLibrary_InputEvent_IsShiftDown) == 0x000028, "Wrong size on KismetInputLibrary_InputEvent_IsShiftDown"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsShiftDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_InputEvent_IsShiftDown, ReturnValue) == 0x000020, "Member 'KismetInputLibrary_InputEvent_IsShiftDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetDisplayName \ static_assert(alignof(KismetInputLibrary_Key_GetDisplayName) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetDisplayName"); \ static_assert(sizeof(KismetInputLibrary_Key_GetDisplayName) == 0x000030, "Wrong size on KismetInputLibrary_Key_GetDisplayName"); \ static_assert(offsetof(KismetInputLibrary_Key_GetDisplayName, Key) == 0x000000, "Member 'KismetInputLibrary_Key_GetDisplayName::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetDisplayName, 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) == 0x000048, "Wrong size on KismetInputLibrary_Key_GetNavigationActionFromKey"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationActionFromKey, InKeyEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationActionFromKey::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationActionFromKey, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_Key_GetNavigationActionFromKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationDirectionFromAnalog \ static_assert(alignof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationDirectionFromAnalog"); \ static_assert(sizeof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog) == 0x000050, "Wrong size on KismetInputLibrary_Key_GetNavigationDirectionFromAnalog"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog, InAnalogEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromAnalog::InAnalogEvent' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromAnalog, ReturnValue) == 0x000048, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromAnalog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetNavigationDirectionFromKey \ static_assert(alignof(KismetInputLibrary_Key_GetNavigationDirectionFromKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetNavigationDirectionFromKey"); \ static_assert(sizeof(KismetInputLibrary_Key_GetNavigationDirectionFromKey) == 0x000048, "Wrong size on KismetInputLibrary_Key_GetNavigationDirectionFromKey"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromKey, InKeyEvent) == 0x000000, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromKey::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_GetNavigationDirectionFromKey, ReturnValue) == 0x000040, "Member 'KismetInputLibrary_Key_GetNavigationDirectionFromKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAnalog \ static_assert(alignof(KismetInputLibrary_Key_IsAnalog) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAnalog"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAnalog) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAnalog"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAnalog, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAnalog::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAnalog, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAnalog::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis1D \ static_assert(alignof(KismetInputLibrary_Key_IsAxis1D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis1D"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAxis1D) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAxis1D"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis1D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis1D::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis1D, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAxis1D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis2D \ static_assert(alignof(KismetInputLibrary_Key_IsAxis2D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis2D"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAxis2D) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAxis2D"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis2D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis2D::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis2D, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAxis2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsAxis3D \ static_assert(alignof(KismetInputLibrary_Key_IsAxis3D) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsAxis3D"); \ static_assert(sizeof(KismetInputLibrary_Key_IsAxis3D) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsAxis3D"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis3D, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsAxis3D::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsAxis3D, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsAxis3D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsButtonAxis \ static_assert(alignof(KismetInputLibrary_Key_IsButtonAxis) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsButtonAxis"); \ static_assert(sizeof(KismetInputLibrary_Key_IsButtonAxis) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsButtonAxis"); \ static_assert(offsetof(KismetInputLibrary_Key_IsButtonAxis, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsButtonAxis::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsButtonAxis, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsButtonAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsDigital \ static_assert(alignof(KismetInputLibrary_Key_IsDigital) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsDigital"); \ static_assert(sizeof(KismetInputLibrary_Key_IsDigital) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsDigital"); \ static_assert(offsetof(KismetInputLibrary_Key_IsDigital, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsDigital::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsDigital, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsDigital::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsGamepadKey \ static_assert(alignof(KismetInputLibrary_Key_IsGamepadKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsGamepadKey"); \ static_assert(sizeof(KismetInputLibrary_Key_IsGamepadKey) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsGamepadKey"); \ static_assert(offsetof(KismetInputLibrary_Key_IsGamepadKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsGamepadKey::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsGamepadKey, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsGamepadKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsKeyboardKey \ static_assert(alignof(KismetInputLibrary_Key_IsKeyboardKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsKeyboardKey"); \ static_assert(sizeof(KismetInputLibrary_Key_IsKeyboardKey) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsKeyboardKey"); \ static_assert(offsetof(KismetInputLibrary_Key_IsKeyboardKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsKeyboardKey::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsKeyboardKey, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsKeyboardKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsModifierKey \ static_assert(alignof(KismetInputLibrary_Key_IsModifierKey) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsModifierKey"); \ static_assert(sizeof(KismetInputLibrary_Key_IsModifierKey) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsModifierKey"); \ static_assert(offsetof(KismetInputLibrary_Key_IsModifierKey, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsModifierKey::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsModifierKey, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsModifierKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsMouseButton \ static_assert(alignof(KismetInputLibrary_Key_IsMouseButton) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsMouseButton"); \ static_assert(sizeof(KismetInputLibrary_Key_IsMouseButton) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsMouseButton"); \ static_assert(offsetof(KismetInputLibrary_Key_IsMouseButton, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsMouseButton::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsMouseButton, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsMouseButton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsValid \ static_assert(alignof(KismetInputLibrary_Key_IsValid) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsValid"); \ static_assert(sizeof(KismetInputLibrary_Key_IsValid) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsValid"); \ static_assert(offsetof(KismetInputLibrary_Key_IsValid, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsValid::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsValid, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_IsVectorAxis \ static_assert(alignof(KismetInputLibrary_Key_IsVectorAxis) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_IsVectorAxis"); \ static_assert(sizeof(KismetInputLibrary_Key_IsVectorAxis) == 0x000020, "Wrong size on KismetInputLibrary_Key_IsVectorAxis"); \ static_assert(offsetof(KismetInputLibrary_Key_IsVectorAxis, Key) == 0x000000, "Member 'KismetInputLibrary_Key_IsVectorAxis::Key' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_IsVectorAxis, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_Key_IsVectorAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_Key_PeekNavigationDirectionFromAnalog \ static_assert(alignof(KismetInputLibrary_Key_PeekNavigationDirectionFromAnalog) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_PeekNavigationDirectionFromAnalog"); \ static_assert(sizeof(KismetInputLibrary_Key_PeekNavigationDirectionFromAnalog) == 0x000050, "Wrong size on KismetInputLibrary_Key_PeekNavigationDirectionFromAnalog"); \ static_assert(offsetof(KismetInputLibrary_Key_PeekNavigationDirectionFromAnalog, InAnalogEvent) == 0x000000, "Member 'KismetInputLibrary_Key_PeekNavigationDirectionFromAnalog::InAnalogEvent' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_Key_PeekNavigationDirectionFromAnalog, ReturnValue) == 0x000048, "Member 'KismetInputLibrary_Key_PeekNavigationDirectionFromAnalog::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) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetCursorDelta"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetCursorDelta, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetCursorDelta::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetCursorDelta, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetCursorDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetEffectingButton \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetEffectingButton) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetEffectingButton"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetEffectingButton) == 0x000090, "Wrong size on KismetInputLibrary_PointerEvent_GetEffectingButton"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetEffectingButton, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetEffectingButton::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetEffectingButton, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetEffectingButton::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetGestureDelta \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetGestureDelta) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetGestureDelta"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetGestureDelta) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetGestureDelta"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureDelta, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetGestureDelta::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureDelta, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetGestureDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetGestureType \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetGestureType) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetGestureType"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetGestureType) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetGestureType"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureType, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetGestureType::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetGestureType, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetGestureType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetLastScreenSpacePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetPointerIndex \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetPointerIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetPointerIndex"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetPointerIndex) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetPointerIndex"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetPointerIndex, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetPointerIndex::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetPointerIndex, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetPointerIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetScreenSpacePosition \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetScreenSpacePosition"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetScreenSpacePosition"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetScreenSpacePosition::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetScreenSpacePosition, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetScreenSpacePosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetTouchpadIndex \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetTouchpadIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetTouchpadIndex"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetTouchpadIndex) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetTouchpadIndex"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetTouchpadIndex, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetTouchpadIndex::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetTouchpadIndex, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetTouchpadIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetUserIndex \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetUserIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetUserIndex"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetUserIndex) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetUserIndex"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetUserIndex, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetUserIndex::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetUserIndex, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetUserIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_GetWheelDelta \ static_assert(alignof(KismetInputLibrary_PointerEvent_GetWheelDelta) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetWheelDelta"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_GetWheelDelta) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_GetWheelDelta"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetWheelDelta, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_GetWheelDelta::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_GetWheelDelta, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_GetWheelDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_IsMouseButtonDown \ static_assert(alignof(KismetInputLibrary_PointerEvent_IsMouseButtonDown) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_IsMouseButtonDown"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_IsMouseButtonDown) == 0x000098, "Wrong size on KismetInputLibrary_PointerEvent_IsMouseButtonDown"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, MouseButton) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::MouseButton' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, ReturnValue) == 0x000090, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInputLibrary_PointerEvent_IsTouchEvent \ static_assert(alignof(KismetInputLibrary_PointerEvent_IsTouchEvent) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_IsTouchEvent"); \ static_assert(sizeof(KismetInputLibrary_PointerEvent_IsTouchEvent) == 0x000080, "Wrong size on KismetInputLibrary_PointerEvent_IsTouchEvent"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_IsTouchEvent, Input) == 0x000000, "Member 'KismetInputLibrary_PointerEvent_IsTouchEvent::Input' has a wrong offset!"); \ static_assert(offsetof(KismetInputLibrary_PointerEvent_IsTouchEvent, ReturnValue) == 0x000078, "Member 'KismetInputLibrary_PointerEvent_IsTouchEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetInputLibrary \ static_assert(alignof(UKismetInputLibrary) == 0x000008, "Wrong alignment on UKismetInputLibrary"); \ static_assert(sizeof(UKismetInputLibrary) == 0x000028, "Wrong size on UKismetInputLibrary"); \ #define DUMPER7_ASSERTS_AEmitterCameraLensEffectBase \ static_assert(alignof(AEmitterCameraLensEffectBase) == 0x000010, "Wrong alignment on AEmitterCameraLensEffectBase"); \ static_assert(sizeof(AEmitterCameraLensEffectBase) == 0x0002F0, "Wrong size on AEmitterCameraLensEffectBase"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffect) == 0x000280, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffect' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffectNonExtremeContent) == 0x000288, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffectNonExtremeContent' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, BaseCamera) == 0x000290, "Member 'AEmitterCameraLensEffectBase::BaseCamera' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, RelativeTransform) == 0x0002A0, "Member 'AEmitterCameraLensEffectBase::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, BaseFOV) == 0x0002D0, "Member 'AEmitterCameraLensEffectBase::BaseFOV' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, EmittersToTreatAsSame) == 0x0002D8, "Member 'AEmitterCameraLensEffectBase::EmittersToTreatAsSame' has a wrong offset!"); \ static_assert(offsetof(AEmitterCameraLensEffectBase, DistFromCamera) == 0x0002E8, "Member 'AEmitterCameraLensEffectBase::DistFromCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UViewModeUtils \ static_assert(alignof(UViewModeUtils) == 0x000008, "Wrong alignment on UViewModeUtils"); \ static_assert(sizeof(UViewModeUtils) == 0x000028, "Wrong size on UViewModeUtils"); \ #define DUMPER7_ASSERTS_ARuntimeVirtualTextureVolume \ static_assert(alignof(ARuntimeVirtualTextureVolume) == 0x000008, "Wrong alignment on ARuntimeVirtualTextureVolume"); \ static_assert(sizeof(ARuntimeVirtualTextureVolume) == 0x000238, "Wrong size on ARuntimeVirtualTextureVolume"); \ static_assert(offsetof(ARuntimeVirtualTextureVolume, VirtualTextureComponent) == 0x000230, "Member 'ARuntimeVirtualTextureVolume::VirtualTextureComponent' 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_UEngineBaseTypes \ static_assert(alignof(UEngineBaseTypes) == 0x000008, "Wrong alignment on UEngineBaseTypes"); \ static_assert(sizeof(UEngineBaseTypes) == 0x000028, "Wrong size on UEngineBaseTypes"); \ #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_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_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_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_UEngineTypes \ static_assert(alignof(UEngineTypes) == 0x000008, "Wrong alignment on UEngineTypes"); \ static_assert(sizeof(UEngineTypes) == 0x000028, "Wrong size on UEngineTypes"); \ #define DUMPER7_ASSERTS_AExponentialHeightFog \ static_assert(alignof(AExponentialHeightFog) == 0x000008, "Wrong alignment on AExponentialHeightFog"); \ static_assert(sizeof(AExponentialHeightFog) == 0x000240, "Wrong size on AExponentialHeightFog"); \ static_assert(offsetof(AExponentialHeightFog, Component) == 0x000230, "Member 'AExponentialHeightFog::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_AddFloatHistorySample \ static_assert(alignof(KismetSystemLibrary_AddFloatHistorySample) == 0x000008, "Wrong alignment on KismetSystemLibrary_AddFloatHistorySample"); \ static_assert(sizeof(KismetSystemLibrary_AddFloatHistorySample) == 0x000048, "Wrong size on KismetSystemLibrary_AddFloatHistorySample"); \ static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, Value) == 0x000000, "Member 'KismetSystemLibrary_AddFloatHistorySample::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_AddFloatHistorySample::FloatHistory' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_AddFloatHistorySample::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BeginTransaction \ static_assert(alignof(KismetSystemLibrary_BeginTransaction) == 0x000008, "Wrong alignment on KismetSystemLibrary_BeginTransaction"); \ static_assert(sizeof(KismetSystemLibrary_BeginTransaction) == 0x000038, "Wrong size on KismetSystemLibrary_BeginTransaction"); \ static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Context) == 0x000000, "Member 'KismetSystemLibrary_BeginTransaction::Context' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Description) == 0x000010, "Member 'KismetSystemLibrary_BeginTransaction::Description' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BeginTransaction, PrimaryObject) == 0x000028, "Member 'KismetSystemLibrary_BeginTransaction::PrimaryObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BeginTransaction, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_BeginTransaction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapActors \ static_assert(alignof(KismetSystemLibrary_BoxOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapActors"); \ static_assert(sizeof(KismetSystemLibrary_BoxOverlapActors) == 0x000060, "Wrong size on KismetSystemLibrary_BoxOverlapActors"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxOverlapActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, BoxPos) == 0x000008, "Member 'KismetSystemLibrary_BoxOverlapActors::BoxPos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_BoxOverlapActors::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapActors::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorClassFilter) == 0x000030, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapActors::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, OutActors) == 0x000048, "Member 'KismetSystemLibrary_BoxOverlapActors::OutActors' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapActors, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_BoxOverlapActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapComponents \ static_assert(alignof(KismetSystemLibrary_BoxOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapComponents"); \ static_assert(sizeof(KismetSystemLibrary_BoxOverlapComponents) == 0x000060, "Wrong size on KismetSystemLibrary_BoxOverlapComponents"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxOverlapComponents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, BoxPos) == 0x000008, "Member 'KismetSystemLibrary_BoxOverlapComponents::BoxPos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, Extent) == 0x000014, "Member 'KismetSystemLibrary_BoxOverlapComponents::Extent' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_BoxOverlapComponents::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ComponentClassFilter) == 0x000030, "Member 'KismetSystemLibrary_BoxOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_BoxOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, OutComponents) == 0x000048, "Member 'KismetSystemLibrary_BoxOverlapComponents::OutComponents' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxOverlapComponents, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_BoxOverlapComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMulti \ static_assert(alignof(KismetSystemLibrary_BoxTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMulti"); \ static_assert(sizeof(KismetSystemLibrary_BoxTraceMulti) == 0x000098, "Wrong size on KismetSystemLibrary_BoxTraceMulti"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMulti::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMulti::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMulti::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMulti::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMulti::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_BoxTraceMulti::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceMulti::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceMulti::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, OutHits) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceMulti::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceMulti::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_BoxTraceMulti::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_BoxTraceMulti::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMulti, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_BoxTraceMulti::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMultiByProfile \ static_assert(alignof(KismetSystemLibrary_BoxTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMultiByProfile"); \ static_assert(sizeof(KismetSystemLibrary_BoxTraceMultiByProfile) == 0x0000A0, "Wrong size on KismetSystemLibrary_BoxTraceMultiByProfile"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ProfileName) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, bTraceComplex) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, OutHits) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, bIgnoreSelf) == 0x000070, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, TraceColor) == 0x000074, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, TraceHitColor) == 0x000084, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, DrawTime) == 0x000094, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiByProfile, ReturnValue) == 0x000098, "Member 'KismetSystemLibrary_BoxTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceMultiForObjects \ static_assert(alignof(KismetSystemLibrary_BoxTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceMultiForObjects"); \ static_assert(sizeof(KismetSystemLibrary_BoxTraceMultiForObjects) == 0x0000A8, "Wrong size on KismetSystemLibrary_BoxTraceMultiForObjects"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, OutHits) == 0x000068, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, bIgnoreSelf) == 0x000078, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, TraceColor) == 0x00007C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, TraceHitColor) == 0x00008C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, DrawTime) == 0x00009C, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceMultiForObjects, ReturnValue) == 0x0000A0, "Member 'KismetSystemLibrary_BoxTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingle \ static_assert(alignof(KismetSystemLibrary_BoxTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceSingle"); \ static_assert(sizeof(KismetSystemLibrary_BoxTraceSingle) == 0x000108, "Wrong size on KismetSystemLibrary_BoxTraceSingle"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingle::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingle::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingle::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingle::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_BoxTraceSingle::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceSingle::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, OutHit) == 0x000054, "Member 'KismetSystemLibrary_BoxTraceSingle::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_BoxTraceSingle::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ReturnValue) == 0x000104, "Member 'KismetSystemLibrary_BoxTraceSingle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingleByProfile \ static_assert(alignof(KismetSystemLibrary_BoxTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceSingleByProfile"); \ static_assert(sizeof(KismetSystemLibrary_BoxTraceSingleByProfile) == 0x000110, "Wrong size on KismetSystemLibrary_BoxTraceSingleByProfile"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ProfileName) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, bTraceComplex) == 0x000040, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ActorsToIgnore) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawDebugType) == 0x000058, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, OutHit) == 0x00005C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, bIgnoreSelf) == 0x0000E4, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceColor) == 0x0000E8, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceHitColor) == 0x0000F8, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawTime) == 0x000108, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ReturnValue) == 0x00010C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BoxTraceSingleForObjects \ static_assert(alignof(KismetSystemLibrary_BoxTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxTraceSingleForObjects"); \ static_assert(sizeof(KismetSystemLibrary_BoxTraceSingleForObjects) == 0x000118, "Wrong size on KismetSystemLibrary_BoxTraceSingleForObjects"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, HalfSize) == 0x000020, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::HalfSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, Orientation) == 0x00002C, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::Orientation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ObjectTypes) == 0x000038, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, bTraceComplex) == 0x000048, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ActorsToIgnore) == 0x000050, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawDebugType) == 0x000060, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, OutHit) == 0x000064, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, bIgnoreSelf) == 0x0000EC, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceColor) == 0x0000F0, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceHitColor) == 0x000100, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawTime) == 0x000110, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ReturnValue) == 0x000114, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftClassPath \ static_assert(alignof(KismetSystemLibrary_BreakSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakSoftClassPath"); \ static_assert(sizeof(KismetSystemLibrary_BreakSoftClassPath) == 0x000028, "Wrong size on KismetSystemLibrary_BreakSoftClassPath"); \ static_assert(offsetof(KismetSystemLibrary_BreakSoftClassPath, InSoftClassPath) == 0x000000, "Member 'KismetSystemLibrary_BreakSoftClassPath::InSoftClassPath' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BreakSoftClassPath, PathString) == 0x000018, "Member 'KismetSystemLibrary_BreakSoftClassPath::PathString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftObjectPath \ static_assert(alignof(KismetSystemLibrary_BreakSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakSoftObjectPath"); \ static_assert(sizeof(KismetSystemLibrary_BreakSoftObjectPath) == 0x000028, "Wrong size on KismetSystemLibrary_BreakSoftObjectPath"); \ static_assert(offsetof(KismetSystemLibrary_BreakSoftObjectPath, InSoftObjectPath) == 0x000000, "Member 'KismetSystemLibrary_BreakSoftObjectPath::InSoftObjectPath' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_BreakSoftObjectPath, PathString) == 0x000018, "Member 'KismetSystemLibrary_BreakSoftObjectPath::PathString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CancelTransaction \ static_assert(alignof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong alignment on KismetSystemLibrary_CancelTransaction"); \ static_assert(sizeof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong size on KismetSystemLibrary_CancelTransaction"); \ static_assert(offsetof(KismetSystemLibrary_CancelTransaction, Index_0) == 0x000000, "Member 'KismetSystemLibrary_CancelTransaction::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CanLaunchURL \ static_assert(alignof(KismetSystemLibrary_CanLaunchURL) == 0x000008, "Wrong alignment on KismetSystemLibrary_CanLaunchURL"); \ static_assert(sizeof(KismetSystemLibrary_CanLaunchURL) == 0x000018, "Wrong size on KismetSystemLibrary_CanLaunchURL"); \ static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, URL) == 0x000000, "Member 'KismetSystemLibrary_CanLaunchURL::URL' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_CanLaunchURL::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapActors \ static_assert(alignof(KismetSystemLibrary_CapsuleOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapActors"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapActors) == 0x000060, "Wrong size on KismetSystemLibrary_CapsuleOverlapActors"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleOverlapActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, CapsulePos) == 0x000008, "Member 'KismetSystemLibrary_CapsuleOverlapActors::CapsulePos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, Radius) == 0x000014, "Member 'KismetSystemLibrary_CapsuleOverlapActors::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, HalfHeight) == 0x000018, "Member 'KismetSystemLibrary_CapsuleOverlapActors::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorClassFilter) == 0x000030, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, OutActors) == 0x000048, "Member 'KismetSystemLibrary_CapsuleOverlapActors::OutActors' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapActors, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_CapsuleOverlapActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapComponents \ static_assert(alignof(KismetSystemLibrary_CapsuleOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapComponents"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapComponents) == 0x000060, "Wrong size on KismetSystemLibrary_CapsuleOverlapComponents"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, CapsulePos) == 0x000008, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::CapsulePos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, Radius) == 0x000014, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, HalfHeight) == 0x000018, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ComponentClassFilter) == 0x000030, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, OutComponents) == 0x000048, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::OutComponents' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleOverlapComponents, ReturnValue) == 0x000058, "Member 'KismetSystemLibrary_CapsuleOverlapComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMulti \ static_assert(alignof(KismetSystemLibrary_CapsuleTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMulti"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMulti) == 0x000088, "Wrong size on KismetSystemLibrary_CapsuleTraceMulti"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMulti::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMulti::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMulti::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMulti::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMulti::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceChannel) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, bTraceComplex) == 0x000029, "Member 'KismetSystemLibrary_CapsuleTraceMulti::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceMulti::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceMulti::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, OutHits) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceMulti::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, bIgnoreSelf) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceMulti::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceColor) == 0x00005C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, TraceHitColor) == 0x00006C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, DrawTime) == 0x00007C, "Member 'KismetSystemLibrary_CapsuleTraceMulti::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMulti, ReturnValue) == 0x000080, "Member 'KismetSystemLibrary_CapsuleTraceMulti::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMultiByProfile \ static_assert(alignof(KismetSystemLibrary_CapsuleTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMultiByProfile"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMultiByProfile) == 0x000090, "Wrong size on KismetSystemLibrary_CapsuleTraceMultiByProfile"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ProfileName) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, OutHits) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, bIgnoreSelf) == 0x000060, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, TraceColor) == 0x000064, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, TraceHitColor) == 0x000074, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, DrawTime) == 0x000084, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiByProfile, ReturnValue) == 0x000088, "Member 'KismetSystemLibrary_CapsuleTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceMultiForObjects \ static_assert(alignof(KismetSystemLibrary_CapsuleTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceMultiForObjects"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleTraceMultiForObjects) == 0x000098, "Wrong size on KismetSystemLibrary_CapsuleTraceMultiForObjects"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, OutHits) == 0x000058, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceMultiForObjects, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_CapsuleTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingle \ static_assert(alignof(KismetSystemLibrary_CapsuleTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceSingle"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleTraceSingle) == 0x0000F8, "Wrong size on KismetSystemLibrary_CapsuleTraceSingle"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingle::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingle::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingle::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingle::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceChannel) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, bTraceComplex) == 0x000029, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceSingle::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, OutHit) == 0x000044, "Member 'KismetSystemLibrary_CapsuleTraceSingle::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, bIgnoreSelf) == 0x0000CC, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceColor) == 0x0000D0, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceHitColor) == 0x0000E0, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawTime) == 0x0000F0, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ReturnValue) == 0x0000F4, "Member 'KismetSystemLibrary_CapsuleTraceSingle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingleByProfile \ static_assert(alignof(KismetSystemLibrary_CapsuleTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceSingleByProfile"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleTraceSingleByProfile) == 0x000100, "Wrong size on KismetSystemLibrary_CapsuleTraceSingleByProfile"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ProfileName) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, OutHit) == 0x00004C, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, bIgnoreSelf) == 0x0000D4, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceColor) == 0x0000D8, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceHitColor) == 0x0000E8, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawTime) == 0x0000F8, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ReturnValue) == 0x0000FC, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleTraceSingleForObjects \ static_assert(alignof(KismetSystemLibrary_CapsuleTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleTraceSingleForObjects"); \ static_assert(sizeof(KismetSystemLibrary_CapsuleTraceSingleForObjects) == 0x000108, "Wrong size on KismetSystemLibrary_CapsuleTraceSingleForObjects"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, HalfHeight) == 0x000024, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, OutHit) == 0x000054, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ReturnValue) == 0x000104, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapActors \ static_assert(alignof(KismetSystemLibrary_ComponentOverlapActors) == 0x000010, "Wrong alignment on KismetSystemLibrary_ComponentOverlapActors"); \ static_assert(sizeof(KismetSystemLibrary_ComponentOverlapActors) == 0x000080, "Wrong size on KismetSystemLibrary_ComponentOverlapActors"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, Component) == 0x000000, "Member 'KismetSystemLibrary_ComponentOverlapActors::Component' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ComponentTransform) == 0x000010, "Member 'KismetSystemLibrary_ComponentOverlapActors::ComponentTransform' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_ComponentOverlapActors::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorClassFilter) == 0x000050, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_ComponentOverlapActors::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, OutActors) == 0x000068, "Member 'KismetSystemLibrary_ComponentOverlapActors::OutActors' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapActors, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_ComponentOverlapActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ComponentOverlapComponents \ static_assert(alignof(KismetSystemLibrary_ComponentOverlapComponents) == 0x000010, "Wrong alignment on KismetSystemLibrary_ComponentOverlapComponents"); \ static_assert(sizeof(KismetSystemLibrary_ComponentOverlapComponents) == 0x000080, "Wrong size on KismetSystemLibrary_ComponentOverlapComponents"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, Component) == 0x000000, "Member 'KismetSystemLibrary_ComponentOverlapComponents::Component' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ComponentTransform) == 0x000010, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ComponentTransform' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ObjectTypes) == 0x000040, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ComponentClassFilter) == 0x000050, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ActorsToIgnore) == 0x000058, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, OutComponents) == 0x000068, "Member 'KismetSystemLibrary_ComponentOverlapComponents::OutComponents' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ComponentOverlapComponents, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_ComponentOverlapComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ControlScreensaver \ static_assert(alignof(KismetSystemLibrary_ControlScreensaver) == 0x000001, "Wrong alignment on KismetSystemLibrary_ControlScreensaver"); \ static_assert(sizeof(KismetSystemLibrary_ControlScreensaver) == 0x000001, "Wrong size on KismetSystemLibrary_ControlScreensaver"); \ static_assert(offsetof(KismetSystemLibrary_ControlScreensaver, bAllowScreenSaver) == 0x000000, "Member 'KismetSystemLibrary_ControlScreensaver::bAllowScreenSaver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ClassToSoftClassReference \ static_assert(alignof(KismetSystemLibrary_Conv_ClassToSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ClassToSoftClassReference"); \ static_assert(sizeof(KismetSystemLibrary_Conv_ClassToSoftClassReference) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_ClassToSoftClassReference"); \ static_assert(offsetof(KismetSystemLibrary_Conv_ClassToSoftClassReference, Class_0) == 0x000000, "Member 'KismetSystemLibrary_Conv_ClassToSoftClassReference::Class_0' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_ClassToSoftClassReference, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_ClassToSoftClassReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_InterfaceToObject \ static_assert(alignof(KismetSystemLibrary_Conv_InterfaceToObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_InterfaceToObject"); \ static_assert(sizeof(KismetSystemLibrary_Conv_InterfaceToObject) == 0x000018, "Wrong size on KismetSystemLibrary_Conv_InterfaceToObject"); \ static_assert(offsetof(KismetSystemLibrary_Conv_InterfaceToObject, Interface) == 0x000000, "Member 'KismetSystemLibrary_Conv_InterfaceToObject::Interface' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_InterfaceToObject, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_InterfaceToObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_ObjectToSoftObjectReference \ static_assert(alignof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_ObjectToSoftObjectReference"); \ static_assert(sizeof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_ObjectToSoftObjectReference"); \ static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference, Object) == 0x000000, "Member 'KismetSystemLibrary_Conv_ObjectToSoftObjectReference::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_ObjectToSoftObjectReference, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_ObjectToSoftObjectReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetIdToString \ static_assert(alignof(KismetSystemLibrary_Conv_PrimaryAssetIdToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_PrimaryAssetIdToString"); \ static_assert(sizeof(KismetSystemLibrary_Conv_PrimaryAssetIdToString) == 0x000020, "Wrong size on KismetSystemLibrary_Conv_PrimaryAssetIdToString"); \ static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetIdToString, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_Conv_PrimaryAssetIdToString::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetIdToString, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_Conv_PrimaryAssetIdToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_PrimaryAssetTypeToString \ static_assert(alignof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_PrimaryAssetTypeToString"); \ static_assert(sizeof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString) == 0x000018, "Wrong size on KismetSystemLibrary_Conv_PrimaryAssetTypeToString"); \ static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_Conv_PrimaryAssetTypeToString::PrimaryAssetType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_PrimaryAssetTypeToString, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_Conv_PrimaryAssetTypeToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef \ static_assert(alignof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef) == 0x000040, "Wrong size on KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef, SoftClassPath) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef::SoftClassPath' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_Conv_SoftClassPathToSoftClassRef::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToClass \ static_assert(alignof(KismetSystemLibrary_Conv_SoftClassReferenceToClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassReferenceToClass"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassReferenceToClass) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_SoftClassReferenceToClass"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToClass, SoftClass) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToClass::SoftClass' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToClass, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftClassReferenceToString \ static_assert(alignof(KismetSystemLibrary_Conv_SoftClassReferenceToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftClassReferenceToString"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftClassReferenceToString) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_SoftClassReferenceToString"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToString, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToString::SoftClassReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftClassReferenceToString, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftClassReferenceToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToObject \ static_assert(alignof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjectReferenceToObject"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject) == 0x000030, "Wrong size on KismetSystemLibrary_Conv_SoftObjectReferenceToObject"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject, SoftObject) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToObject::SoftObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToObject, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjectReferenceToString \ static_assert(alignof(KismetSystemLibrary_Conv_SoftObjectReferenceToString) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjectReferenceToString"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjectReferenceToString) == 0x000038, "Wrong size on KismetSystemLibrary_Conv_SoftObjectReferenceToString"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToString, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToString::SoftObjectReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjectReferenceToString, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_Conv_SoftObjectReferenceToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef \ static_assert(alignof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef) == 0x000008, "Wrong alignment on KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef"); \ static_assert(sizeof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef) == 0x000040, "Wrong size on KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef, SoftObjectPath) == 0x000000, "Member 'KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef::SoftObjectPath' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToAbsolutePath \ static_assert(alignof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToAbsolutePath"); \ static_assert(sizeof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToAbsolutePath"); \ static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::Filename' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToRelativePath \ static_assert(alignof(KismetSystemLibrary_ConvertToRelativePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToRelativePath"); \ static_assert(sizeof(KismetSystemLibrary_ConvertToRelativePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToRelativePath"); \ static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToRelativePath::Filename' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToRelativePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_CreateCopyForUndoBuffer \ static_assert(alignof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong alignment on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ static_assert(sizeof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong size on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ static_assert(offsetof(KismetSystemLibrary_CreateCopyForUndoBuffer, ObjectToModify) == 0x000000, "Member 'KismetSystemLibrary_CreateCopyForUndoBuffer::ObjectToModify' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_Delay \ static_assert(alignof(KismetSystemLibrary_Delay) == 0x000008, "Wrong alignment on KismetSystemLibrary_Delay"); \ static_assert(sizeof(KismetSystemLibrary_Delay) == 0x000028, "Wrong size on KismetSystemLibrary_Delay"); \ static_assert(offsetof(KismetSystemLibrary_Delay, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_Delay::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Delay, Duration) == 0x000008, "Member 'KismetSystemLibrary_Delay::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_Delay, LatentInfo) == 0x000010, "Member 'KismetSystemLibrary_Delay::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DoesImplementInterface \ static_assert(alignof(KismetSystemLibrary_DoesImplementInterface) == 0x000008, "Wrong alignment on KismetSystemLibrary_DoesImplementInterface"); \ static_assert(sizeof(KismetSystemLibrary_DoesImplementInterface) == 0x000018, "Wrong size on KismetSystemLibrary_DoesImplementInterface"); \ static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, TestObject) == 0x000000, "Member 'KismetSystemLibrary_DoesImplementInterface::TestObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, Interface) == 0x000008, "Member 'KismetSystemLibrary_DoesImplementInterface::Interface' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DoesImplementInterface, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_DoesImplementInterface::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugArrow \ static_assert(alignof(KismetSystemLibrary_DrawDebugArrow) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugArrow"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugArrow) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugArrow"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugArrow::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineStart) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugArrow::LineStart' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineEnd) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugArrow::LineEnd' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, ArrowSize) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugArrow::ArrowSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, LineColor) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugArrow::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Duration) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugArrow::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugArrow, Thickness) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugArrow::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugBox \ static_assert(alignof(KismetSystemLibrary_DrawDebugBox) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugBox"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugBox) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugBox"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugBox::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugBox::Center' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Extent) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugBox::Extent' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, LineColor) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugBox::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Rotation) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugBox::Rotation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Duration) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugBox::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugBox, Thickness) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugBox::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCamera \ static_assert(alignof(KismetSystemLibrary_DrawDebugCamera) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCamera"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCamera) == 0x000020, "Wrong size on KismetSystemLibrary_DrawDebugCamera"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, CameraActor) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCamera::CameraActor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, CameraColor) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCamera::CameraColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCamera, Duration) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCamera::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCapsule \ static_assert(alignof(KismetSystemLibrary_DrawDebugCapsule) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCapsule"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCapsule) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugCapsule"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCapsule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCapsule::Center' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, HalfHeight) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCapsule::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Radius) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCapsule::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Rotation) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugCapsule::Rotation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, LineColor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCapsule::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Duration) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCapsule::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCapsule, Thickness) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCapsule::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCircle \ static_assert(alignof(KismetSystemLibrary_DrawDebugCircle) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCircle"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCircle) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugCircle"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCircle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCircle::Center' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Radius) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCircle::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, NumSegments) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugCircle::NumSegments' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, LineColor) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugCircle::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Duration) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugCircle::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, Thickness) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugCircle::Thickness' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, YAxis) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugCircle::YAxis' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, ZAxis) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCircle::ZAxis' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCircle, bDrawAxis) == 0x00004C, "Member 'KismetSystemLibrary_DrawDebugCircle::bDrawAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCone \ static_assert(alignof(KismetSystemLibrary_DrawDebugCone) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCone"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCone) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugCone"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCone::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Origin) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCone::Origin' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Direction) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCone::Direction' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Length) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCone::Length' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, AngleWidth) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCone::AngleWidth' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, AngleHeight) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCone::AngleHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, NumSides) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugCone::NumSides' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, LineColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugCone::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugCone::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCone, Thickness) == 0x000044, "Member 'KismetSystemLibrary_DrawDebugCone::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugConeInDegrees \ static_assert(alignof(KismetSystemLibrary_DrawDebugConeInDegrees) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugConeInDegrees"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugConeInDegrees) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugConeInDegrees"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Origin) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Origin' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Direction) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Direction' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Length) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Length' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, AngleWidth) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::AngleWidth' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, AngleHeight) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::AngleHeight' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, NumSides) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::NumSides' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, LineColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugConeInDegrees, Thickness) == 0x000044, "Member 'KismetSystemLibrary_DrawDebugConeInDegrees::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCoordinateSystem \ static_assert(alignof(KismetSystemLibrary_DrawDebugCoordinateSystem) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCoordinateSystem"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCoordinateSystem) == 0x000030, "Wrong size on KismetSystemLibrary_DrawDebugCoordinateSystem"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, AxisLoc) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::AxisLoc' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, AxisRot) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::AxisRot' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Scale) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Scale' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Duration) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCoordinateSystem, Thickness) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCoordinateSystem::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugCylinder \ static_assert(alignof(KismetSystemLibrary_DrawDebugCylinder) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugCylinder"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugCylinder) == 0x000040, "Wrong size on KismetSystemLibrary_DrawDebugCylinder"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugCylinder::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Start) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugCylinder::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, End) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugCylinder::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Radius) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugCylinder::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Segments) == 0x000024, "Member 'KismetSystemLibrary_DrawDebugCylinder::Segments' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, LineColor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugCylinder::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Duration) == 0x000038, "Member 'KismetSystemLibrary_DrawDebugCylinder::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugCylinder, Thickness) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugCylinder::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFloatHistoryLocation \ static_assert(alignof(KismetSystemLibrary_DrawDebugFloatHistoryLocation) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugFloatHistoryLocation"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugFloatHistoryLocation) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugFloatHistoryLocation"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::FloatHistory' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawLocation) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawLocation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawSize) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, DrawColor) == 0x00003C, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::DrawColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryLocation, Duration) == 0x00004C, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryLocation::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFloatHistoryTransform \ static_assert(alignof(KismetSystemLibrary_DrawDebugFloatHistoryTransform) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugFloatHistoryTransform"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugFloatHistoryTransform) == 0x000080, "Wrong size on KismetSystemLibrary_DrawDebugFloatHistoryTransform"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::FloatHistory' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawTransform) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawTransform' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawSize) == 0x000060, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawSize' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, DrawColor) == 0x000068, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::DrawColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFloatHistoryTransform, Duration) == 0x000078, "Member 'KismetSystemLibrary_DrawDebugFloatHistoryTransform::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugFrustum \ static_assert(alignof(KismetSystemLibrary_DrawDebugFrustum) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugFrustum"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugFrustum) == 0x000060, "Wrong size on KismetSystemLibrary_DrawDebugFrustum"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugFrustum::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, FrustumTransform) == 0x000010, "Member 'KismetSystemLibrary_DrawDebugFrustum::FrustumTransform' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, FrustumColor) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugFrustum::FrustumColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, Duration) == 0x000050, "Member 'KismetSystemLibrary_DrawDebugFrustum::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugFrustum, Thickness) == 0x000054, "Member 'KismetSystemLibrary_DrawDebugFrustum::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugLine \ static_assert(alignof(KismetSystemLibrary_DrawDebugLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugLine"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugLine) == 0x000038, "Wrong size on KismetSystemLibrary_DrawDebugLine"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugLine::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineStart) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugLine::LineStart' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineEnd) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugLine::LineEnd' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, LineColor) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugLine::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, Duration) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugLine::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugLine, Thickness) == 0x000034, "Member 'KismetSystemLibrary_DrawDebugLine::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugPlane \ static_assert(alignof(KismetSystemLibrary_DrawDebugPlane) == 0x000010, "Wrong alignment on KismetSystemLibrary_DrawDebugPlane"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugPlane) == 0x000050, "Wrong size on KismetSystemLibrary_DrawDebugPlane"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugPlane::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, PlaneCoordinates) == 0x000010, "Member 'KismetSystemLibrary_DrawDebugPlane::PlaneCoordinates' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Location) == 0x000020, "Member 'KismetSystemLibrary_DrawDebugPlane::Location' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Size) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugPlane::Size' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, PlaneColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugPlane::PlaneColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPlane, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugPlane::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugPoint \ static_assert(alignof(KismetSystemLibrary_DrawDebugPoint) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugPoint"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugPoint) == 0x000030, "Wrong size on KismetSystemLibrary_DrawDebugPoint"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugPoint::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, position) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugPoint::position' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Size) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugPoint::Size' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, PointColor) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugPoint::PointColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugPoint, Duration) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugPoint::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugSphere \ static_assert(alignof(KismetSystemLibrary_DrawDebugSphere) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugSphere"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugSphere) == 0x000038, "Wrong size on KismetSystemLibrary_DrawDebugSphere"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugSphere::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Center) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugSphere::Center' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Radius) == 0x000014, "Member 'KismetSystemLibrary_DrawDebugSphere::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Segments) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugSphere::Segments' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, LineColor) == 0x00001C, "Member 'KismetSystemLibrary_DrawDebugSphere::LineColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Duration) == 0x00002C, "Member 'KismetSystemLibrary_DrawDebugSphere::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugSphere, Thickness) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugSphere::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_DrawDebugString \ static_assert(alignof(KismetSystemLibrary_DrawDebugString) == 0x000008, "Wrong alignment on KismetSystemLibrary_DrawDebugString"); \ static_assert(sizeof(KismetSystemLibrary_DrawDebugString) == 0x000048, "Wrong size on KismetSystemLibrary_DrawDebugString"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_DrawDebugString::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TextLocation) == 0x000008, "Member 'KismetSystemLibrary_DrawDebugString::TextLocation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, Text) == 0x000018, "Member 'KismetSystemLibrary_DrawDebugString::Text' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TestBaseActor) == 0x000028, "Member 'KismetSystemLibrary_DrawDebugString::TestBaseActor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, TextColor) == 0x000030, "Member 'KismetSystemLibrary_DrawDebugString::TextColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_DrawDebugString, Duration) == 0x000040, "Member 'KismetSystemLibrary_DrawDebugString::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_EndTransaction \ static_assert(alignof(KismetSystemLibrary_EndTransaction) == 0x000004, "Wrong alignment on KismetSystemLibrary_EndTransaction"); \ static_assert(sizeof(KismetSystemLibrary_EndTransaction) == 0x000004, "Wrong size on KismetSystemLibrary_EndTransaction"); \ static_assert(offsetof(KismetSystemLibrary_EndTransaction, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_EndTransaction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_PrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_EqualEqual_PrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_EqualEqual_PrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_EqualEqual_PrimaryAssetId) == 0x000024, "Wrong size on KismetSystemLibrary_EqualEqual_PrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::A' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, B) == 0x000010, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::B' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetId, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_PrimaryAssetType \ static_assert(alignof(KismetSystemLibrary_EqualEqual_PrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_EqualEqual_PrimaryAssetType"); \ static_assert(sizeof(KismetSystemLibrary_EqualEqual_PrimaryAssetType) == 0x000014, "Wrong size on KismetSystemLibrary_EqualEqual_PrimaryAssetType"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::A' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, B) == 0x000008, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::B' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_PrimaryAssetType, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_EqualEqual_PrimaryAssetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_SoftClassReference \ static_assert(alignof(KismetSystemLibrary_EqualEqual_SoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_EqualEqual_SoftClassReference"); \ static_assert(sizeof(KismetSystemLibrary_EqualEqual_SoftClassReference) == 0x000058, "Wrong size on KismetSystemLibrary_EqualEqual_SoftClassReference"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::A' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, B) == 0x000028, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::B' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftClassReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_EqualEqual_SoftClassReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_EqualEqual_SoftObjectReference \ static_assert(alignof(KismetSystemLibrary_EqualEqual_SoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_EqualEqual_SoftObjectReference"); \ static_assert(sizeof(KismetSystemLibrary_EqualEqual_SoftObjectReference) == 0x000058, "Wrong size on KismetSystemLibrary_EqualEqual_SoftObjectReference"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, A) == 0x000000, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::A' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, B) == 0x000028, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::B' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_EqualEqual_SoftObjectReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_EqualEqual_SoftObjectReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ExecuteConsoleCommand \ static_assert(alignof(KismetSystemLibrary_ExecuteConsoleCommand) == 0x000008, "Wrong alignment on KismetSystemLibrary_ExecuteConsoleCommand"); \ static_assert(sizeof(KismetSystemLibrary_ExecuteConsoleCommand) == 0x000020, "Wrong size on KismetSystemLibrary_ExecuteConsoleCommand"); \ static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, Command) == 0x000008, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::Command' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ExecuteConsoleCommand, SpecificPlayer) == 0x000018, "Member 'KismetSystemLibrary_ExecuteConsoleCommand::SpecificPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_FlushDebugStrings \ static_assert(alignof(KismetSystemLibrary_FlushDebugStrings) == 0x000008, "Wrong alignment on KismetSystemLibrary_FlushDebugStrings"); \ static_assert(sizeof(KismetSystemLibrary_FlushDebugStrings) == 0x000008, "Wrong size on KismetSystemLibrary_FlushDebugStrings"); \ static_assert(offsetof(KismetSystemLibrary_FlushDebugStrings, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_FlushDebugStrings::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_FlushPersistentDebugLines \ static_assert(alignof(KismetSystemLibrary_FlushPersistentDebugLines) == 0x000008, "Wrong alignment on KismetSystemLibrary_FlushPersistentDebugLines"); \ static_assert(sizeof(KismetSystemLibrary_FlushPersistentDebugLines) == 0x000008, "Wrong size on KismetSystemLibrary_FlushPersistentDebugLines"); \ static_assert(offsetof(KismetSystemLibrary_FlushPersistentDebugLines, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_FlushPersistentDebugLines::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetActorBounds \ static_assert(alignof(KismetSystemLibrary_GetActorBounds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetActorBounds"); \ static_assert(sizeof(KismetSystemLibrary_GetActorBounds) == 0x000020, "Wrong size on KismetSystemLibrary_GetActorBounds"); \ static_assert(offsetof(KismetSystemLibrary_GetActorBounds, Actor) == 0x000000, "Member 'KismetSystemLibrary_GetActorBounds::Actor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetActorBounds, Origin) == 0x000008, "Member 'KismetSystemLibrary_GetActorBounds::Origin' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetActorBounds, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_GetActorBounds::BoxExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetActorListFromComponentList \ static_assert(alignof(KismetSystemLibrary_GetActorListFromComponentList) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetActorListFromComponentList"); \ static_assert(sizeof(KismetSystemLibrary_GetActorListFromComponentList) == 0x000028, "Wrong size on KismetSystemLibrary_GetActorListFromComponentList"); \ static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, ComponentList) == 0x000000, "Member 'KismetSystemLibrary_GetActorListFromComponentList::ComponentList' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, ActorClassFilter) == 0x000010, "Member 'KismetSystemLibrary_GetActorListFromComponentList::ActorClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetActorListFromComponentList, OutActorList) == 0x000018, "Member 'KismetSystemLibrary_GetActorListFromComponentList::OutActorList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetAdIDCount \ static_assert(alignof(KismetSystemLibrary_GetAdIDCount) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetAdIDCount"); \ static_assert(sizeof(KismetSystemLibrary_GetAdIDCount) == 0x000004, "Wrong size on KismetSystemLibrary_GetAdIDCount"); \ static_assert(offsetof(KismetSystemLibrary_GetAdIDCount, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetAdIDCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassDisplayName \ static_assert(alignof(KismetSystemLibrary_GetClassDisplayName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassDisplayName"); \ static_assert(sizeof(KismetSystemLibrary_GetClassDisplayName) == 0x000018, "Wrong size on KismetSystemLibrary_GetClassDisplayName"); \ static_assert(offsetof(KismetSystemLibrary_GetClassDisplayName, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetClassDisplayName::Class_0' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetClassDisplayName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetClassDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetClassFromPrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_GetClassFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetClassFromPrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_GetClassFromPrimaryAssetId) == 0x000018, "Wrong size on KismetSystemLibrary_GetClassFromPrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_GetClassFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetClassFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetClassFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetClassFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetCommandLine \ static_assert(alignof(KismetSystemLibrary_GetCommandLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetCommandLine"); \ static_assert(sizeof(KismetSystemLibrary_GetCommandLine) == 0x000010, "Wrong size on KismetSystemLibrary_GetCommandLine"); \ static_assert(offsetof(KismetSystemLibrary_GetCommandLine, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetCommandLine::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetComponentBounds \ static_assert(alignof(KismetSystemLibrary_GetComponentBounds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetComponentBounds"); \ static_assert(sizeof(KismetSystemLibrary_GetComponentBounds) == 0x000028, "Wrong size on KismetSystemLibrary_GetComponentBounds"); \ static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, Component) == 0x000000, "Member 'KismetSystemLibrary_GetComponentBounds::Component' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, Origin) == 0x000008, "Member 'KismetSystemLibrary_GetComponentBounds::Origin' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, BoxExtent) == 0x000014, "Member 'KismetSystemLibrary_GetComponentBounds::BoxExtent' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetComponentBounds, SphereRadius) == 0x000020, "Member 'KismetSystemLibrary_GetComponentBounds::SphereRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableBoolValue \ static_assert(alignof(KismetSystemLibrary_GetConsoleVariableBoolValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableBoolValue"); \ static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableBoolValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableBoolValue"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableBoolValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableBoolValue::VariableName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableBoolValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableBoolValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableFloatValue \ static_assert(alignof(KismetSystemLibrary_GetConsoleVariableFloatValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableFloatValue"); \ static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableFloatValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableFloatValue"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableFloatValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableFloatValue::VariableName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableFloatValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableFloatValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetConsoleVariableIntValue \ static_assert(alignof(KismetSystemLibrary_GetConsoleVariableIntValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConsoleVariableIntValue"); \ static_assert(sizeof(KismetSystemLibrary_GetConsoleVariableIntValue) == 0x000018, "Wrong size on KismetSystemLibrary_GetConsoleVariableIntValue"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableIntValue, VariableName) == 0x000000, "Member 'KismetSystemLibrary_GetConsoleVariableIntValue::VariableName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetConsoleVariableIntValue, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConsoleVariableIntValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetConvenientWindowedResolutions \ static_assert(alignof(KismetSystemLibrary_GetConvenientWindowedResolutions) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetConvenientWindowedResolutions"); \ static_assert(sizeof(KismetSystemLibrary_GetConvenientWindowedResolutions) == 0x000018, "Wrong size on KismetSystemLibrary_GetConvenientWindowedResolutions"); \ static_assert(offsetof(KismetSystemLibrary_GetConvenientWindowedResolutions, Resolutions) == 0x000000, "Member 'KismetSystemLibrary_GetConvenientWindowedResolutions::Resolutions' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetConvenientWindowedResolutions, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetConvenientWindowedResolutions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetCurrentBundleState \ static_assert(alignof(KismetSystemLibrary_GetCurrentBundleState) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetCurrentBundleState"); \ static_assert(sizeof(KismetSystemLibrary_GetCurrentBundleState) == 0x000030, "Wrong size on KismetSystemLibrary_GetCurrentBundleState"); \ static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetCurrentBundleState::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, bForceCurrentState) == 0x000010, "Member 'KismetSystemLibrary_GetCurrentBundleState::bForceCurrentState' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, OutBundles) == 0x000018, "Member 'KismetSystemLibrary_GetCurrentBundleState::OutBundles' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetCurrentBundleState, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetCurrentBundleState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLanguage \ static_assert(alignof(KismetSystemLibrary_GetDefaultLanguage) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDefaultLanguage"); \ static_assert(sizeof(KismetSystemLibrary_GetDefaultLanguage) == 0x000010, "Wrong size on KismetSystemLibrary_GetDefaultLanguage"); \ static_assert(offsetof(KismetSystemLibrary_GetDefaultLanguage, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDefaultLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetDefaultLocale \ static_assert(alignof(KismetSystemLibrary_GetDefaultLocale) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDefaultLocale"); \ static_assert(sizeof(KismetSystemLibrary_GetDefaultLocale) == 0x000010, "Wrong size on KismetSystemLibrary_GetDefaultLocale"); \ static_assert(offsetof(KismetSystemLibrary_GetDefaultLocale, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDefaultLocale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetDeviceId \ static_assert(alignof(KismetSystemLibrary_GetDeviceId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDeviceId"); \ static_assert(sizeof(KismetSystemLibrary_GetDeviceId) == 0x000010, "Wrong size on KismetSystemLibrary_GetDeviceId"); \ static_assert(offsetof(KismetSystemLibrary_GetDeviceId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetDeviceId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetDisplayName \ static_assert(alignof(KismetSystemLibrary_GetDisplayName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetDisplayName"); \ static_assert(sizeof(KismetSystemLibrary_GetDisplayName) == 0x000018, "Wrong size on KismetSystemLibrary_GetDisplayName"); \ static_assert(offsetof(KismetSystemLibrary_GetDisplayName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetDisplayName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetDisplayName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetEngineVersion \ static_assert(alignof(KismetSystemLibrary_GetEngineVersion) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetEngineVersion"); \ static_assert(sizeof(KismetSystemLibrary_GetEngineVersion) == 0x000010, "Wrong size on KismetSystemLibrary_GetEngineVersion"); \ static_assert(offsetof(KismetSystemLibrary_GetEngineVersion, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetEngineVersion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetFrameCount \ static_assert(alignof(KismetSystemLibrary_GetFrameCount) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetFrameCount"); \ static_assert(sizeof(KismetSystemLibrary_GetFrameCount) == 0x000008, "Wrong size on KismetSystemLibrary_GetFrameCount"); \ static_assert(offsetof(KismetSystemLibrary_GetFrameCount, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetFrameCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameBundleId \ static_assert(alignof(KismetSystemLibrary_GetGameBundleId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameBundleId"); \ static_assert(sizeof(KismetSystemLibrary_GetGameBundleId) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameBundleId"); \ static_assert(offsetof(KismetSystemLibrary_GetGameBundleId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetGameBundleId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameName \ static_assert(alignof(KismetSystemLibrary_GetGameName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameName"); \ static_assert(sizeof(KismetSystemLibrary_GetGameName) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameName"); \ static_assert(offsetof(KismetSystemLibrary_GetGameName, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetGameName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadButtonGlyph \ static_assert(alignof(KismetSystemLibrary_GetGamepadButtonGlyph) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGamepadButtonGlyph"); \ static_assert(sizeof(KismetSystemLibrary_GetGamepadButtonGlyph) == 0x000020, "Wrong size on KismetSystemLibrary_GetGamepadButtonGlyph"); \ static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ButtonKey) == 0x000000, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ButtonKey' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ControllerIndex) == 0x000010, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ControllerIndex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetGamepadButtonGlyph, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_GetGamepadButtonGlyph::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetGamepadControllerName \ static_assert(alignof(KismetSystemLibrary_GetGamepadControllerName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGamepadControllerName"); \ static_assert(sizeof(KismetSystemLibrary_GetGamepadControllerName) == 0x000018, "Wrong size on KismetSystemLibrary_GetGamepadControllerName"); \ static_assert(offsetof(KismetSystemLibrary_GetGamepadControllerName, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_GetGamepadControllerName::ControllerId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetGamepadControllerName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetGamepadControllerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetGameTimeInSeconds \ static_assert(alignof(KismetSystemLibrary_GetGameTimeInSeconds) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetGameTimeInSeconds"); \ static_assert(sizeof(KismetSystemLibrary_GetGameTimeInSeconds) == 0x000010, "Wrong size on KismetSystemLibrary_GetGameTimeInSeconds"); \ static_assert(offsetof(KismetSystemLibrary_GetGameTimeInSeconds, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_GetGameTimeInSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetGameTimeInSeconds, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetGameTimeInSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencyCode \ static_assert(alignof(KismetSystemLibrary_GetLocalCurrencyCode) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetLocalCurrencyCode"); \ static_assert(sizeof(KismetSystemLibrary_GetLocalCurrencyCode) == 0x000010, "Wrong size on KismetSystemLibrary_GetLocalCurrencyCode"); \ static_assert(offsetof(KismetSystemLibrary_GetLocalCurrencyCode, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetLocalCurrencyCode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetLocalCurrencySymbol \ static_assert(alignof(KismetSystemLibrary_GetLocalCurrencySymbol) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetLocalCurrencySymbol"); \ static_assert(sizeof(KismetSystemLibrary_GetLocalCurrencySymbol) == 0x000010, "Wrong size on KismetSystemLibrary_GetLocalCurrencySymbol"); \ static_assert(offsetof(KismetSystemLibrary_GetLocalCurrencySymbol, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetLocalCurrencySymbol::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionFor3DView \ static_assert(alignof(KismetSystemLibrary_GetMinYResolutionFor3DView) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetMinYResolutionFor3DView"); \ static_assert(sizeof(KismetSystemLibrary_GetMinYResolutionFor3DView) == 0x000004, "Wrong size on KismetSystemLibrary_GetMinYResolutionFor3DView"); \ static_assert(offsetof(KismetSystemLibrary_GetMinYResolutionFor3DView, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetMinYResolutionFor3DView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetMinYResolutionForUI \ static_assert(alignof(KismetSystemLibrary_GetMinYResolutionForUI) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetMinYResolutionForUI"); \ static_assert(sizeof(KismetSystemLibrary_GetMinYResolutionForUI) == 0x000004, "Wrong size on KismetSystemLibrary_GetMinYResolutionForUI"); \ static_assert(offsetof(KismetSystemLibrary_GetMinYResolutionForUI, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetMinYResolutionForUI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectFromPrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_GetObjectFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetObjectFromPrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_GetObjectFromPrimaryAssetId) == 0x000018, "Wrong size on KismetSystemLibrary_GetObjectFromPrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_GetObjectFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetObjectFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetObjectFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetObjectFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetObjectName \ static_assert(alignof(KismetSystemLibrary_GetObjectName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetObjectName"); \ static_assert(sizeof(KismetSystemLibrary_GetObjectName) == 0x000018, "Wrong size on KismetSystemLibrary_GetObjectName"); \ static_assert(offsetof(KismetSystemLibrary_GetObjectName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetObjectName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetObjectName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetObjectName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetOuterObject \ static_assert(alignof(KismetSystemLibrary_GetOuterObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetOuterObject"); \ static_assert(sizeof(KismetSystemLibrary_GetOuterObject) == 0x000010, "Wrong size on KismetSystemLibrary_GetOuterObject"); \ static_assert(offsetof(KismetSystemLibrary_GetOuterObject, Object) == 0x000000, "Member 'KismetSystemLibrary_GetOuterObject::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetOuterObject, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetOuterObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPathName \ static_assert(alignof(KismetSystemLibrary_GetPathName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPathName"); \ static_assert(sizeof(KismetSystemLibrary_GetPathName) == 0x000018, "Wrong size on KismetSystemLibrary_GetPathName"); \ static_assert(offsetof(KismetSystemLibrary_GetPathName, Object) == 0x000000, "Member 'KismetSystemLibrary_GetPathName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPathName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPathName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserDir \ static_assert(alignof(KismetSystemLibrary_GetPlatformUserDir) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPlatformUserDir"); \ static_assert(sizeof(KismetSystemLibrary_GetPlatformUserDir) == 0x000010, "Wrong size on KismetSystemLibrary_GetPlatformUserDir"); \ static_assert(offsetof(KismetSystemLibrary_GetPlatformUserDir, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPlatformUserDir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPlatformUserName \ static_assert(alignof(KismetSystemLibrary_GetPlatformUserName) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPlatformUserName"); \ static_assert(sizeof(KismetSystemLibrary_GetPlatformUserName) == 0x000010, "Wrong size on KismetSystemLibrary_GetPlatformUserName"); \ static_assert(offsetof(KismetSystemLibrary_GetPlatformUserName, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPlatformUserName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPreferredLanguages \ static_assert(alignof(KismetSystemLibrary_GetPreferredLanguages) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPreferredLanguages"); \ static_assert(sizeof(KismetSystemLibrary_GetPreferredLanguages) == 0x000010, "Wrong size on KismetSystemLibrary_GetPreferredLanguages"); \ static_assert(offsetof(KismetSystemLibrary_GetPreferredLanguages, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetPreferredLanguages::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromClass \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromClass"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromClass) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromClass"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromClass, Class_0) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromClass::Class_0' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromClass, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromObject \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromObject"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromObject) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromObject"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromObject, Object) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromObject::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromObject, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference) == 0x000038, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference::SoftClassReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftClassReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference) == 0x000038, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference::SoftObjectReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_GetPrimaryAssetIdFromSoftObjectReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetIdList \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetIdList) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetIdList"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetIdList) == 0x000018, "Wrong size on KismetSystemLibrary_GetPrimaryAssetIdList"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdList, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetIdList::PrimaryAssetType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetIdList, OutPrimaryAssetIdList) == 0x000008, "Member 'KismetSystemLibrary_GetPrimaryAssetIdList::OutPrimaryAssetIdList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetPrimaryAssetsWithBundleState \ static_assert(alignof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetPrimaryAssetsWithBundleState"); \ static_assert(sizeof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState) == 0x000048, "Wrong size on KismetSystemLibrary_GetPrimaryAssetsWithBundleState"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, RequiredBundles) == 0x000000, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::RequiredBundles' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, ExcludedBundles) == 0x000010, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::ExcludedBundles' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, ValidTypes) == 0x000020, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::ValidTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, bForceCurrentState) == 0x000030, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::bForceCurrentState' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetPrimaryAssetsWithBundleState, OutPrimaryAssetIdList) == 0x000038, "Member 'KismetSystemLibrary_GetPrimaryAssetsWithBundleState::OutPrimaryAssetIdList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectContentDirectory \ static_assert(alignof(KismetSystemLibrary_GetProjectContentDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectContentDirectory"); \ static_assert(sizeof(KismetSystemLibrary_GetProjectContentDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectContentDirectory"); \ static_assert(offsetof(KismetSystemLibrary_GetProjectContentDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectContentDirectory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectDirectory \ static_assert(alignof(KismetSystemLibrary_GetProjectDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectDirectory"); \ static_assert(sizeof(KismetSystemLibrary_GetProjectDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectDirectory"); \ static_assert(offsetof(KismetSystemLibrary_GetProjectDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectDirectory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetProjectSavedDirectory \ static_assert(alignof(KismetSystemLibrary_GetProjectSavedDirectory) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetProjectSavedDirectory"); \ static_assert(sizeof(KismetSystemLibrary_GetProjectSavedDirectory) == 0x000010, "Wrong size on KismetSystemLibrary_GetProjectSavedDirectory"); \ static_assert(offsetof(KismetSystemLibrary_GetProjectSavedDirectory, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetProjectSavedDirectory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingDetailMode \ static_assert(alignof(KismetSystemLibrary_GetRenderingDetailMode) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetRenderingDetailMode"); \ static_assert(sizeof(KismetSystemLibrary_GetRenderingDetailMode) == 0x000004, "Wrong size on KismetSystemLibrary_GetRenderingDetailMode"); \ static_assert(offsetof(KismetSystemLibrary_GetRenderingDetailMode, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetRenderingDetailMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetRenderingMaterialQualityLevel \ static_assert(alignof(KismetSystemLibrary_GetRenderingMaterialQualityLevel) == 0x000004, "Wrong alignment on KismetSystemLibrary_GetRenderingMaterialQualityLevel"); \ static_assert(sizeof(KismetSystemLibrary_GetRenderingMaterialQualityLevel) == 0x000004, "Wrong size on KismetSystemLibrary_GetRenderingMaterialQualityLevel"); \ static_assert(offsetof(KismetSystemLibrary_GetRenderingMaterialQualityLevel, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetRenderingMaterialQualityLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId) == 0x000038, "Wrong size on KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSoftClassReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId) == 0x000038, "Wrong size on KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSoftObjectReferenceFromPrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetSupportedFullscreenResolutions \ static_assert(alignof(KismetSystemLibrary_GetSupportedFullscreenResolutions) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSupportedFullscreenResolutions"); \ static_assert(sizeof(KismetSystemLibrary_GetSupportedFullscreenResolutions) == 0x000018, "Wrong size on KismetSystemLibrary_GetSupportedFullscreenResolutions"); \ static_assert(offsetof(KismetSystemLibrary_GetSupportedFullscreenResolutions, Resolutions) == 0x000000, "Member 'KismetSystemLibrary_GetSupportedFullscreenResolutions::Resolutions' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetSupportedFullscreenResolutions, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_GetSupportedFullscreenResolutions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetSystemPath \ static_assert(alignof(KismetSystemLibrary_GetSystemPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetSystemPath"); \ static_assert(sizeof(KismetSystemLibrary_GetSystemPath) == 0x000018, "Wrong size on KismetSystemLibrary_GetSystemPath"); \ static_assert(offsetof(KismetSystemLibrary_GetSystemPath, Object) == 0x000000, "Member 'KismetSystemLibrary_GetSystemPath::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_GetSystemPath, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_GetSystemPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetUniqueDeviceId \ static_assert(alignof(KismetSystemLibrary_GetUniqueDeviceId) == 0x000008, "Wrong alignment on KismetSystemLibrary_GetUniqueDeviceId"); \ static_assert(sizeof(KismetSystemLibrary_GetUniqueDeviceId) == 0x000010, "Wrong size on KismetSystemLibrary_GetUniqueDeviceId"); \ static_assert(offsetof(KismetSystemLibrary_GetUniqueDeviceId, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetUniqueDeviceId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_GetVolumeButtonsHandledBySystem \ static_assert(alignof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem) == 0x000001, "Wrong alignment on KismetSystemLibrary_GetVolumeButtonsHandledBySystem"); \ static_assert(sizeof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem) == 0x000001, "Wrong size on KismetSystemLibrary_GetVolumeButtonsHandledBySystem"); \ static_assert(offsetof(KismetSystemLibrary_GetVolumeButtonsHandledBySystem, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_GetVolumeButtonsHandledBySystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsControllerAssignedToGamepad \ static_assert(alignof(KismetSystemLibrary_IsControllerAssignedToGamepad) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsControllerAssignedToGamepad"); \ static_assert(sizeof(KismetSystemLibrary_IsControllerAssignedToGamepad) == 0x000008, "Wrong size on KismetSystemLibrary_IsControllerAssignedToGamepad"); \ static_assert(offsetof(KismetSystemLibrary_IsControllerAssignedToGamepad, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_IsControllerAssignedToGamepad::ControllerId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsControllerAssignedToGamepad, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_IsControllerAssignedToGamepad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsDedicatedServer \ static_assert(alignof(KismetSystemLibrary_IsDedicatedServer) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsDedicatedServer"); \ static_assert(sizeof(KismetSystemLibrary_IsDedicatedServer) == 0x000010, "Wrong size on KismetSystemLibrary_IsDedicatedServer"); \ static_assert(offsetof(KismetSystemLibrary_IsDedicatedServer, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsDedicatedServer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsDedicatedServer, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsDedicatedServer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdAvailable \ static_assert(alignof(KismetSystemLibrary_IsInterstitialAdAvailable) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsInterstitialAdAvailable"); \ static_assert(sizeof(KismetSystemLibrary_IsInterstitialAdAvailable) == 0x000001, "Wrong size on KismetSystemLibrary_IsInterstitialAdAvailable"); \ static_assert(offsetof(KismetSystemLibrary_IsInterstitialAdAvailable, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsInterstitialAdAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsInterstitialAdRequested \ static_assert(alignof(KismetSystemLibrary_IsInterstitialAdRequested) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsInterstitialAdRequested"); \ static_assert(sizeof(KismetSystemLibrary_IsInterstitialAdRequested) == 0x000001, "Wrong size on KismetSystemLibrary_IsInterstitialAdRequested"); \ static_assert(offsetof(KismetSystemLibrary_IsInterstitialAdRequested, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsInterstitialAdRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsLoggedIn \ static_assert(alignof(KismetSystemLibrary_IsLoggedIn) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsLoggedIn"); \ static_assert(sizeof(KismetSystemLibrary_IsLoggedIn) == 0x000010, "Wrong size on KismetSystemLibrary_IsLoggedIn"); \ static_assert(offsetof(KismetSystemLibrary_IsLoggedIn, SpecificPlayer) == 0x000000, "Member 'KismetSystemLibrary_IsLoggedIn::SpecificPlayer' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsLoggedIn, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsLoggedIn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsPackagedForDistribution \ static_assert(alignof(KismetSystemLibrary_IsPackagedForDistribution) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsPackagedForDistribution"); \ static_assert(sizeof(KismetSystemLibrary_IsPackagedForDistribution) == 0x000001, "Wrong size on KismetSystemLibrary_IsPackagedForDistribution"); \ static_assert(offsetof(KismetSystemLibrary_IsPackagedForDistribution, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsPackagedForDistribution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsScreensaverEnabled \ static_assert(alignof(KismetSystemLibrary_IsScreensaverEnabled) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsScreensaverEnabled"); \ static_assert(sizeof(KismetSystemLibrary_IsScreensaverEnabled) == 0x000001, "Wrong size on KismetSystemLibrary_IsScreensaverEnabled"); \ static_assert(offsetof(KismetSystemLibrary_IsScreensaverEnabled, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsScreensaverEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsServer \ static_assert(alignof(KismetSystemLibrary_IsServer) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsServer"); \ static_assert(sizeof(KismetSystemLibrary_IsServer) == 0x000010, "Wrong size on KismetSystemLibrary_IsServer"); \ static_assert(offsetof(KismetSystemLibrary_IsServer, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsServer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsServer, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsServer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsSplitScreen \ static_assert(alignof(KismetSystemLibrary_IsSplitScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsSplitScreen"); \ static_assert(sizeof(KismetSystemLibrary_IsSplitScreen) == 0x000010, "Wrong size on KismetSystemLibrary_IsSplitScreen"); \ static_assert(offsetof(KismetSystemLibrary_IsSplitScreen, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsSplitScreen::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsSplitScreen, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsSplitScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsStandalone \ static_assert(alignof(KismetSystemLibrary_IsStandalone) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsStandalone"); \ static_assert(sizeof(KismetSystemLibrary_IsStandalone) == 0x000010, "Wrong size on KismetSystemLibrary_IsStandalone"); \ static_assert(offsetof(KismetSystemLibrary_IsStandalone, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_IsStandalone::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsStandalone, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsStandalone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsUnattended \ static_assert(alignof(KismetSystemLibrary_IsUnattended) == 0x000001, "Wrong alignment on KismetSystemLibrary_IsUnattended"); \ static_assert(sizeof(KismetSystemLibrary_IsUnattended) == 0x000001, "Wrong size on KismetSystemLibrary_IsUnattended"); \ static_assert(offsetof(KismetSystemLibrary_IsUnattended, ReturnValue) == 0x000000, "Member 'KismetSystemLibrary_IsUnattended::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValid \ static_assert(alignof(KismetSystemLibrary_IsValid) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValid"); \ static_assert(sizeof(KismetSystemLibrary_IsValid) == 0x000010, "Wrong size on KismetSystemLibrary_IsValid"); \ static_assert(offsetof(KismetSystemLibrary_IsValid, Object) == 0x000000, "Member 'KismetSystemLibrary_IsValid::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValid, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidClass \ static_assert(alignof(KismetSystemLibrary_IsValidClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidClass"); \ static_assert(sizeof(KismetSystemLibrary_IsValidClass) == 0x000010, "Wrong size on KismetSystemLibrary_IsValidClass"); \ static_assert(offsetof(KismetSystemLibrary_IsValidClass, Class_0) == 0x000000, "Member 'KismetSystemLibrary_IsValidClass::Class_0' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValidClass, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValidClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_IsValidPrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsValidPrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_IsValidPrimaryAssetId) == 0x000014, "Wrong size on KismetSystemLibrary_IsValidPrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetId, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_IsValidPrimaryAssetId::PrimaryAssetId' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetId, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_IsValidPrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidPrimaryAssetType \ static_assert(alignof(KismetSystemLibrary_IsValidPrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_IsValidPrimaryAssetType"); \ static_assert(sizeof(KismetSystemLibrary_IsValidPrimaryAssetType) == 0x00000C, "Wrong size on KismetSystemLibrary_IsValidPrimaryAssetType"); \ static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetType, PrimaryAssetType) == 0x000000, "Member 'KismetSystemLibrary_IsValidPrimaryAssetType::PrimaryAssetType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValidPrimaryAssetType, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_IsValidPrimaryAssetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftClassReference \ static_assert(alignof(KismetSystemLibrary_IsValidSoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidSoftClassReference"); \ static_assert(sizeof(KismetSystemLibrary_IsValidSoftClassReference) == 0x000030, "Wrong size on KismetSystemLibrary_IsValidSoftClassReference"); \ static_assert(offsetof(KismetSystemLibrary_IsValidSoftClassReference, SoftClassReference) == 0x000000, "Member 'KismetSystemLibrary_IsValidSoftClassReference::SoftClassReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValidSoftClassReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_IsValidSoftClassReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_IsValidSoftObjectReference \ static_assert(alignof(KismetSystemLibrary_IsValidSoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_IsValidSoftObjectReference"); \ static_assert(sizeof(KismetSystemLibrary_IsValidSoftObjectReference) == 0x000030, "Wrong size on KismetSystemLibrary_IsValidSoftObjectReference"); \ static_assert(offsetof(KismetSystemLibrary_IsValidSoftObjectReference, SoftObjectReference) == 0x000000, "Member 'KismetSystemLibrary_IsValidSoftObjectReference::SoftObjectReference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_IsValidSoftObjectReference, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_IsValidSoftObjectReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearAndInvalidateTimerHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimer \ static_assert(alignof(KismetSystemLibrary_K2_ClearTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearTimer"); \ static_assert(sizeof(KismetSystemLibrary_K2_ClearTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_ClearTimer"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimer::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearTimer::FunctionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerDelegate \ static_assert(alignof(KismetSystemLibrary_K2_ClearTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_ClearTimerDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_ClearTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearTimerDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimerDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_ClearTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_ClearTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_ClearTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_ClearTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_ClearTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_ClearTimerHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_ClearTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_ClearTimerHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTime \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTime) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTime"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTime) == 0x000020, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTime"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTime, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerElapsedTimeHandle \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerElapsedTimeHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerElapsedTimeHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerElapsedTimeHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerElapsedTimeHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTime \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTime) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTime"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTime) == 0x000020, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTime"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTime, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_GetTimerRemainingTimeHandle \ static_assert(alignof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_GetTimerRemainingTimeHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_GetTimerRemainingTimeHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_GetTimerRemainingTimeHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_GetTimerRemainingTimeHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_InvalidateTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_InvalidateTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_InvalidateTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_InvalidateTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_InvalidateTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_InvalidateTimerHandle, Handle) == 0x000000, "Member 'KismetSystemLibrary_K2_InvalidateTimerHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_InvalidateTimerHandle, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_K2_InvalidateTimerHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActive \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerActive) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActive"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActive) == 0x000020, "Wrong size on KismetSystemLibrary_K2_IsTimerActive"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActive::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerActive::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActive, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_IsTimerActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveDelegate \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerActiveDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActiveDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActiveDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_IsTimerActiveDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActiveDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerActiveDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerActiveHandle \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerActiveHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerActiveHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerActiveHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerActiveHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerActiveHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerActiveHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPaused \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerPaused) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPaused"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPaused) == 0x000020, "Wrong size on KismetSystemLibrary_K2_IsTimerPaused"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPaused::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerPaused::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPaused, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_IsTimerPaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedDelegate \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerPausedDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPausedDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPausedDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_IsTimerPausedDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPausedDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerPausedDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsTimerPausedHandle \ static_assert(alignof(KismetSystemLibrary_K2_IsTimerPausedHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsTimerPausedHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsTimerPausedHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_IsTimerPausedHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsTimerPausedHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_IsTimerPausedHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_IsValidTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_IsValidTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_IsValidTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_IsValidTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_IsValidTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsValidTimerHandle, Handle) == 0x000000, "Member 'KismetSystemLibrary_K2_IsValidTimerHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_IsValidTimerHandle, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_K2_IsValidTimerHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimer \ static_assert(alignof(KismetSystemLibrary_K2_PauseTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_PauseTimer"); \ static_assert(sizeof(KismetSystemLibrary_K2_PauseTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_PauseTimer"); \ static_assert(offsetof(KismetSystemLibrary_K2_PauseTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimer::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_PauseTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_PauseTimer::FunctionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerDelegate \ static_assert(alignof(KismetSystemLibrary_K2_PauseTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_PauseTimerDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_PauseTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_PauseTimerDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimerDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_PauseTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_PauseTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_PauseTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_PauseTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_PauseTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_PauseTimerHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_PauseTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_PauseTimerHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimer \ static_assert(alignof(KismetSystemLibrary_K2_SetTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimer"); \ static_assert(sizeof(KismetSystemLibrary_K2_SetTimer) == 0x000030, "Wrong size on KismetSystemLibrary_K2_SetTimer"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimer::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_SetTimer::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, Time) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimer::Time' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, bLooping) == 0x00001C, "Member 'KismetSystemLibrary_K2_SetTimer::bLooping' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, InitialStartDelay) == 0x000020, "Member 'KismetSystemLibrary_K2_SetTimer::InitialStartDelay' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, InitialStartDelayVariance) == 0x000024, "Member 'KismetSystemLibrary_K2_SetTimer::InitialStartDelayVariance' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimer, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_K2_SetTimer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_SetTimerDelegate \ static_assert(alignof(KismetSystemLibrary_K2_SetTimerDelegate) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_SetTimerDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_SetTimerDelegate) == 0x000028, "Wrong size on KismetSystemLibrary_K2_SetTimerDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, Time) == 0x000010, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::Time' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, bLooping) == 0x000014, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::bLooping' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelay) == 0x000018, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelay' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, InitialStartDelayVariance) == 0x00001C, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::InitialStartDelayVariance' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_SetTimerDelegate, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_K2_SetTimerDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExists \ static_assert(alignof(KismetSystemLibrary_K2_TimerExists) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_TimerExists"); \ static_assert(sizeof(KismetSystemLibrary_K2_TimerExists) == 0x000020, "Wrong size on KismetSystemLibrary_K2_TimerExists"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExists::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_TimerExists::FunctionName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExists, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_K2_TimerExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsDelegate \ static_assert(alignof(KismetSystemLibrary_K2_TimerExistsDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_TimerExistsDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_TimerExistsDelegate) == 0x000014, "Wrong size on KismetSystemLibrary_K2_TimerExistsDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExistsDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsDelegate, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_TimerExistsDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_TimerExistsHandle \ static_assert(alignof(KismetSystemLibrary_K2_TimerExistsHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_TimerExistsHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_TimerExistsHandle) == 0x000018, "Wrong size on KismetSystemLibrary_K2_TimerExistsHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_TimerExistsHandle, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_K2_TimerExistsHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimer \ static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimer) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimer"); \ static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimer) == 0x000018, "Wrong size on KismetSystemLibrary_K2_UnPauseTimer"); \ static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimer, Object) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimer::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimer, FunctionName) == 0x000008, "Member 'KismetSystemLibrary_K2_UnPauseTimer::FunctionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerDelegate \ static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimerDelegate) == 0x000004, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimerDelegate"); \ static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimerDelegate) == 0x000010, "Wrong size on KismetSystemLibrary_K2_UnPauseTimerDelegate"); \ static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerDelegate, Delegate) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimerDelegate::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_K2_UnPauseTimerHandle \ static_assert(alignof(KismetSystemLibrary_K2_UnPauseTimerHandle) == 0x000008, "Wrong alignment on KismetSystemLibrary_K2_UnPauseTimerHandle"); \ static_assert(sizeof(KismetSystemLibrary_K2_UnPauseTimerHandle) == 0x000010, "Wrong size on KismetSystemLibrary_K2_UnPauseTimerHandle"); \ static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerHandle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_K2_UnPauseTimerHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_K2_UnPauseTimerHandle, Handle) == 0x000008, "Member 'KismetSystemLibrary_K2_UnPauseTimerHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LaunchURL \ static_assert(alignof(KismetSystemLibrary_LaunchURL) == 0x000008, "Wrong alignment on KismetSystemLibrary_LaunchURL"); \ static_assert(sizeof(KismetSystemLibrary_LaunchURL) == 0x000010, "Wrong size on KismetSystemLibrary_LaunchURL"); \ static_assert(offsetof(KismetSystemLibrary_LaunchURL, URL) == 0x000000, "Member 'KismetSystemLibrary_LaunchURL::URL' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMulti \ static_assert(alignof(KismetSystemLibrary_LineTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMulti"); \ static_assert(sizeof(KismetSystemLibrary_LineTraceMulti) == 0x000080, "Wrong size on KismetSystemLibrary_LineTraceMulti"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMulti::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMulti::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMulti::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceChannel) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMulti::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bTraceComplex) == 0x000021, "Member 'KismetSystemLibrary_LineTraceMulti::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_LineTraceMulti::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMulti::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, OutHits) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMulti::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, bIgnoreSelf) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMulti::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceColor) == 0x000054, "Member 'KismetSystemLibrary_LineTraceMulti::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, TraceHitColor) == 0x000064, "Member 'KismetSystemLibrary_LineTraceMulti::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, DrawTime) == 0x000074, "Member 'KismetSystemLibrary_LineTraceMulti::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMulti, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_LineTraceMulti::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiByProfile \ static_assert(alignof(KismetSystemLibrary_LineTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMultiByProfile"); \ static_assert(sizeof(KismetSystemLibrary_LineTraceMultiByProfile) == 0x000088, "Wrong size on KismetSystemLibrary_LineTraceMultiByProfile"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ProfileName) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bTraceComplex) == 0x000028, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, OutHits) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, bIgnoreSelf) == 0x000058, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceColor) == 0x00005C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, TraceHitColor) == 0x00006C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, DrawTime) == 0x00007C, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiByProfile, ReturnValue) == 0x000080, "Member 'KismetSystemLibrary_LineTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceMultiForObjects \ static_assert(alignof(KismetSystemLibrary_LineTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceMultiForObjects"); \ static_assert(sizeof(KismetSystemLibrary_LineTraceMultiForObjects) == 0x000090, "Wrong size on KismetSystemLibrary_LineTraceMultiForObjects"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, OutHits) == 0x000050, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, bIgnoreSelf) == 0x000060, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceColor) == 0x000064, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, TraceHitColor) == 0x000074, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, DrawTime) == 0x000084, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceMultiForObjects, ReturnValue) == 0x000088, "Member 'KismetSystemLibrary_LineTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingle \ static_assert(alignof(KismetSystemLibrary_LineTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceSingle"); \ static_assert(sizeof(KismetSystemLibrary_LineTraceSingle) == 0x0000F0, "Wrong size on KismetSystemLibrary_LineTraceSingle"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingle::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingle::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceChannel) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingle::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, bTraceComplex) == 0x000021, "Member 'KismetSystemLibrary_LineTraceSingle::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_LineTraceSingle::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_LineTraceSingle::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, OutHit) == 0x00003C, "Member 'KismetSystemLibrary_LineTraceSingle::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, bIgnoreSelf) == 0x0000C4, "Member 'KismetSystemLibrary_LineTraceSingle::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceColor) == 0x0000C8, "Member 'KismetSystemLibrary_LineTraceSingle::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceHitColor) == 0x0000D8, "Member 'KismetSystemLibrary_LineTraceSingle::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawTime) == 0x0000E8, "Member 'KismetSystemLibrary_LineTraceSingle::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ReturnValue) == 0x0000EC, "Member 'KismetSystemLibrary_LineTraceSingle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingleByProfile \ static_assert(alignof(KismetSystemLibrary_LineTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceSingleByProfile"); \ static_assert(sizeof(KismetSystemLibrary_LineTraceSingleByProfile) == 0x0000F8, "Wrong size on KismetSystemLibrary_LineTraceSingleByProfile"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ProfileName) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, bTraceComplex) == 0x000028, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, OutHit) == 0x000044, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, bIgnoreSelf) == 0x0000CC, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceColor) == 0x0000D0, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceHitColor) == 0x0000E0, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawTime) == 0x0000F0, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ReturnValue) == 0x0000F4, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LineTraceSingleForObjects \ static_assert(alignof(KismetSystemLibrary_LineTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceSingleForObjects"); \ static_assert(sizeof(KismetSystemLibrary_LineTraceSingleForObjects) == 0x000100, "Wrong size on KismetSystemLibrary_LineTraceSingleForObjects"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ObjectTypes) == 0x000020, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, bTraceComplex) == 0x000030, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ActorsToIgnore) == 0x000038, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawDebugType) == 0x000048, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, OutHit) == 0x00004C, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, bIgnoreSelf) == 0x0000D4, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceColor) == 0x0000D8, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceHitColor) == 0x0000E8, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawTime) == 0x0000F8, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ReturnValue) == 0x0000FC, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAsset \ static_assert(alignof(KismetSystemLibrary_LoadAsset) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAsset"); \ static_assert(sizeof(KismetSystemLibrary_LoadAsset) == 0x000058, "Wrong size on KismetSystemLibrary_LoadAsset"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LoadAsset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset, Asset) == 0x000008, "Member 'KismetSystemLibrary_LoadAsset::Asset' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset, OnLoaded) == 0x000030, "Member 'KismetSystemLibrary_LoadAsset::OnLoaded' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset, LatentInfo) == 0x000040, "Member 'KismetSystemLibrary_LoadAsset::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAsset_Blocking \ static_assert(alignof(KismetSystemLibrary_LoadAsset_Blocking) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAsset_Blocking"); \ static_assert(sizeof(KismetSystemLibrary_LoadAsset_Blocking) == 0x000030, "Wrong size on KismetSystemLibrary_LoadAsset_Blocking"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset_Blocking, Asset) == 0x000000, "Member 'KismetSystemLibrary_LoadAsset_Blocking::Asset' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAsset_Blocking, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_LoadAsset_Blocking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LoadAssetClass \ static_assert(alignof(KismetSystemLibrary_LoadAssetClass) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadAssetClass"); \ static_assert(sizeof(KismetSystemLibrary_LoadAssetClass) == 0x000058, "Wrong size on KismetSystemLibrary_LoadAssetClass"); \ static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LoadAssetClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, AssetClass) == 0x000008, "Member 'KismetSystemLibrary_LoadAssetClass::AssetClass' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, OnLoaded) == 0x000030, "Member 'KismetSystemLibrary_LoadAssetClass::OnLoaded' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadAssetClass, LatentInfo) == 0x000040, "Member 'KismetSystemLibrary_LoadAssetClass::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LoadClassAsset_Blocking \ static_assert(alignof(KismetSystemLibrary_LoadClassAsset_Blocking) == 0x000008, "Wrong alignment on KismetSystemLibrary_LoadClassAsset_Blocking"); \ static_assert(sizeof(KismetSystemLibrary_LoadClassAsset_Blocking) == 0x000030, "Wrong size on KismetSystemLibrary_LoadClassAsset_Blocking"); \ static_assert(offsetof(KismetSystemLibrary_LoadClassAsset_Blocking, AssetClass) == 0x000000, "Member 'KismetSystemLibrary_LoadClassAsset_Blocking::AssetClass' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_LoadClassAsset_Blocking, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_LoadClassAsset_Blocking::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_LoadInterstitialAd \ static_assert(alignof(KismetSystemLibrary_LoadInterstitialAd) == 0x000004, "Wrong alignment on KismetSystemLibrary_LoadInterstitialAd"); \ static_assert(sizeof(KismetSystemLibrary_LoadInterstitialAd) == 0x000004, "Wrong size on KismetSystemLibrary_LoadInterstitialAd"); \ static_assert(offsetof(KismetSystemLibrary_LoadInterstitialAd, AdIdIndex) == 0x000000, "Member 'KismetSystemLibrary_LoadInterstitialAd::AdIdIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralBool \ static_assert(alignof(KismetSystemLibrary_MakeLiteralBool) == 0x000001, "Wrong alignment on KismetSystemLibrary_MakeLiteralBool"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralBool) == 0x000002, "Wrong size on KismetSystemLibrary_MakeLiteralBool"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralBool, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralBool::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralBool, ReturnValue) == 0x000001, "Member 'KismetSystemLibrary_MakeLiteralBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralByte \ static_assert(alignof(KismetSystemLibrary_MakeLiteralByte) == 0x000001, "Wrong alignment on KismetSystemLibrary_MakeLiteralByte"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralByte) == 0x000002, "Wrong size on KismetSystemLibrary_MakeLiteralByte"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralByte, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralByte::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralByte, ReturnValue) == 0x000001, "Member 'KismetSystemLibrary_MakeLiteralByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralFloat \ static_assert(alignof(KismetSystemLibrary_MakeLiteralFloat) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralFloat"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralFloat) == 0x000008, "Wrong size on KismetSystemLibrary_MakeLiteralFloat"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralFloat, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralFloat::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralFloat, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_MakeLiteralFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralInt \ static_assert(alignof(KismetSystemLibrary_MakeLiteralInt) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralInt"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralInt) == 0x000008, "Wrong size on KismetSystemLibrary_MakeLiteralInt"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralInt::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_MakeLiteralInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralName \ static_assert(alignof(KismetSystemLibrary_MakeLiteralName) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralName"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralName) == 0x000010, "Wrong size on KismetSystemLibrary_MakeLiteralName"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralName, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralName::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralName, ReturnValue) == 0x000008, "Member 'KismetSystemLibrary_MakeLiteralName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralString \ static_assert(alignof(KismetSystemLibrary_MakeLiteralString) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralString"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralString) == 0x000020, "Wrong size on KismetSystemLibrary_MakeLiteralString"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralString, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralString::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralString, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeLiteralString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralText \ static_assert(alignof(KismetSystemLibrary_MakeLiteralText) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeLiteralText"); \ static_assert(sizeof(KismetSystemLibrary_MakeLiteralText) == 0x000030, "Wrong size on KismetSystemLibrary_MakeLiteralText"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralText::Value' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_MakeLiteralText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftClassPath \ static_assert(alignof(KismetSystemLibrary_MakeSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeSoftClassPath"); \ static_assert(sizeof(KismetSystemLibrary_MakeSoftClassPath) == 0x000028, "Wrong size on KismetSystemLibrary_MakeSoftClassPath"); \ static_assert(offsetof(KismetSystemLibrary_MakeSoftClassPath, PathString) == 0x000000, "Member 'KismetSystemLibrary_MakeSoftClassPath::PathString' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeSoftClassPath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeSoftClassPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftObjectPath \ static_assert(alignof(KismetSystemLibrary_MakeSoftObjectPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeSoftObjectPath"); \ static_assert(sizeof(KismetSystemLibrary_MakeSoftObjectPath) == 0x000028, "Wrong size on KismetSystemLibrary_MakeSoftObjectPath"); \ static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, PathString) == 0x000000, "Member 'KismetSystemLibrary_MakeSoftObjectPath::PathString' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeSoftObjectPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_MoveComponentTo \ static_assert(alignof(KismetSystemLibrary_MoveComponentTo) == 0x000008, "Wrong alignment on KismetSystemLibrary_MoveComponentTo"); \ static_assert(sizeof(KismetSystemLibrary_MoveComponentTo) == 0x000048, "Wrong size on KismetSystemLibrary_MoveComponentTo"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, Component) == 0x000000, "Member 'KismetSystemLibrary_MoveComponentTo::Component' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, TargetRelativeLocation) == 0x000008, "Member 'KismetSystemLibrary_MoveComponentTo::TargetRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, TargetRelativeRotation) == 0x000014, "Member 'KismetSystemLibrary_MoveComponentTo::TargetRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseOut) == 0x000020, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseOut' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bEaseIn) == 0x000021, "Member 'KismetSystemLibrary_MoveComponentTo::bEaseIn' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, OverTime) == 0x000024, "Member 'KismetSystemLibrary_MoveComponentTo::OverTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, bForceShortestRotationPath) == 0x000028, "Member 'KismetSystemLibrary_MoveComponentTo::bForceShortestRotationPath' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, MoveAction) == 0x000029, "Member 'KismetSystemLibrary_MoveComponentTo::MoveAction' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_MoveComponentTo, LatentInfo) == 0x000030, "Member 'KismetSystemLibrary_MoveComponentTo::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_NormalizeFilename \ static_assert(alignof(KismetSystemLibrary_NormalizeFilename) == 0x000008, "Wrong alignment on KismetSystemLibrary_NormalizeFilename"); \ static_assert(sizeof(KismetSystemLibrary_NormalizeFilename) == 0x000020, "Wrong size on KismetSystemLibrary_NormalizeFilename"); \ static_assert(offsetof(KismetSystemLibrary_NormalizeFilename, InFilename) == 0x000000, "Member 'KismetSystemLibrary_NormalizeFilename::InFilename' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_NormalizeFilename, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_NormalizeFilename::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_PrimaryAssetId \ static_assert(alignof(KismetSystemLibrary_NotEqual_PrimaryAssetId) == 0x000004, "Wrong alignment on KismetSystemLibrary_NotEqual_PrimaryAssetId"); \ static_assert(sizeof(KismetSystemLibrary_NotEqual_PrimaryAssetId) == 0x000024, "Wrong size on KismetSystemLibrary_NotEqual_PrimaryAssetId"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::A' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, B) == 0x000010, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::B' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetId, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_PrimaryAssetType \ static_assert(alignof(KismetSystemLibrary_NotEqual_PrimaryAssetType) == 0x000004, "Wrong alignment on KismetSystemLibrary_NotEqual_PrimaryAssetType"); \ static_assert(sizeof(KismetSystemLibrary_NotEqual_PrimaryAssetType) == 0x000014, "Wrong size on KismetSystemLibrary_NotEqual_PrimaryAssetType"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::A' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, B) == 0x000008, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::B' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_PrimaryAssetType, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_NotEqual_PrimaryAssetType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_SoftClassReference \ static_assert(alignof(KismetSystemLibrary_NotEqual_SoftClassReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_NotEqual_SoftClassReference"); \ static_assert(sizeof(KismetSystemLibrary_NotEqual_SoftClassReference) == 0x000058, "Wrong size on KismetSystemLibrary_NotEqual_SoftClassReference"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::A' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, B) == 0x000028, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::B' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftClassReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_NotEqual_SoftClassReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_NotEqual_SoftObjectReference \ static_assert(alignof(KismetSystemLibrary_NotEqual_SoftObjectReference) == 0x000008, "Wrong alignment on KismetSystemLibrary_NotEqual_SoftObjectReference"); \ static_assert(sizeof(KismetSystemLibrary_NotEqual_SoftObjectReference) == 0x000058, "Wrong size on KismetSystemLibrary_NotEqual_SoftObjectReference"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, A) == 0x000000, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::A' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, B) == 0x000028, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::B' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_NotEqual_SoftObjectReference, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_NotEqual_SoftObjectReference::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ParseCommandLine \ static_assert(alignof(KismetSystemLibrary_ParseCommandLine) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseCommandLine"); \ static_assert(sizeof(KismetSystemLibrary_ParseCommandLine) == 0x000080, "Wrong size on KismetSystemLibrary_ParseCommandLine"); \ static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, InCmdLine) == 0x000000, "Member 'KismetSystemLibrary_ParseCommandLine::InCmdLine' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutTokens) == 0x000010, "Member 'KismetSystemLibrary_ParseCommandLine::OutTokens' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutSwitches) == 0x000020, "Member 'KismetSystemLibrary_ParseCommandLine::OutSwitches' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ParseCommandLine, OutParams) == 0x000030, "Member 'KismetSystemLibrary_ParseCommandLine::OutParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ParseParam \ static_assert(alignof(KismetSystemLibrary_ParseParam) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseParam"); \ static_assert(sizeof(KismetSystemLibrary_ParseParam) == 0x000028, "Wrong size on KismetSystemLibrary_ParseParam"); \ static_assert(offsetof(KismetSystemLibrary_ParseParam, inString) == 0x000000, "Member 'KismetSystemLibrary_ParseParam::inString' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ParseParam, InParam) == 0x000010, "Member 'KismetSystemLibrary_ParseParam::InParam' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ParseParam, ReturnValue) == 0x000020, "Member 'KismetSystemLibrary_ParseParam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ParseParamValue \ static_assert(alignof(KismetSystemLibrary_ParseParamValue) == 0x000008, "Wrong alignment on KismetSystemLibrary_ParseParamValue"); \ static_assert(sizeof(KismetSystemLibrary_ParseParamValue) == 0x000038, "Wrong size on KismetSystemLibrary_ParseParamValue"); \ static_assert(offsetof(KismetSystemLibrary_ParseParamValue, inString) == 0x000000, "Member 'KismetSystemLibrary_ParseParamValue::inString' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ParseParamValue, InParam) == 0x000010, "Member 'KismetSystemLibrary_ParseParamValue::InParam' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ParseParamValue, OutValue) == 0x000020, "Member 'KismetSystemLibrary_ParseParamValue::OutValue' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ParseParamValue, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_ParseParamValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_PrintString \ static_assert(alignof(KismetSystemLibrary_PrintString) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintString"); \ static_assert(sizeof(KismetSystemLibrary_PrintString) == 0x000030, "Wrong size on KismetSystemLibrary_PrintString"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_PrintString::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, inString) == 0x000008, "Member 'KismetSystemLibrary_PrintString::inString' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, bPrintToScreen) == 0x000018, "Member 'KismetSystemLibrary_PrintString::bPrintToScreen' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, bPrintToLog) == 0x000019, "Member 'KismetSystemLibrary_PrintString::bPrintToLog' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, TextColor) == 0x00001C, "Member 'KismetSystemLibrary_PrintString::TextColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintString, Duration) == 0x00002C, "Member 'KismetSystemLibrary_PrintString::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_PrintText \ static_assert(alignof(KismetSystemLibrary_PrintText) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintText"); \ static_assert(sizeof(KismetSystemLibrary_PrintText) == 0x000038, "Wrong size on KismetSystemLibrary_PrintText"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_PrintText::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, InText) == 0x000008, "Member 'KismetSystemLibrary_PrintText::InText' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToScreen) == 0x000020, "Member 'KismetSystemLibrary_PrintText::bPrintToScreen' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToLog) == 0x000021, "Member 'KismetSystemLibrary_PrintText::bPrintToLog' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, TextColor) == 0x000024, "Member 'KismetSystemLibrary_PrintText::TextColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_PrintText, Duration) == 0x000034, "Member 'KismetSystemLibrary_PrintText::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_PrintWarning \ static_assert(alignof(KismetSystemLibrary_PrintWarning) == 0x000008, "Wrong alignment on KismetSystemLibrary_PrintWarning"); \ static_assert(sizeof(KismetSystemLibrary_PrintWarning) == 0x000010, "Wrong size on KismetSystemLibrary_PrintWarning"); \ static_assert(offsetof(KismetSystemLibrary_PrintWarning, inString) == 0x000000, "Member 'KismetSystemLibrary_PrintWarning::inString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_QuitGame \ static_assert(alignof(KismetSystemLibrary_QuitGame) == 0x000008, "Wrong alignment on KismetSystemLibrary_QuitGame"); \ static_assert(sizeof(KismetSystemLibrary_QuitGame) == 0x000018, "Wrong size on KismetSystemLibrary_QuitGame"); \ static_assert(offsetof(KismetSystemLibrary_QuitGame, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_QuitGame::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_QuitGame, SpecificPlayer) == 0x000008, "Member 'KismetSystemLibrary_QuitGame::SpecificPlayer' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_QuitGame, QuitPreference) == 0x000010, "Member 'KismetSystemLibrary_QuitGame::QuitPreference' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_QuitGame, bIgnorePlatformRestrictions) == 0x000011, "Member 'KismetSystemLibrary_QuitGame::bIgnorePlatformRestrictions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ResetGamepadAssignmentToController \ static_assert(alignof(KismetSystemLibrary_ResetGamepadAssignmentToController) == 0x000004, "Wrong alignment on KismetSystemLibrary_ResetGamepadAssignmentToController"); \ static_assert(sizeof(KismetSystemLibrary_ResetGamepadAssignmentToController) == 0x000004, "Wrong size on KismetSystemLibrary_ResetGamepadAssignmentToController"); \ static_assert(offsetof(KismetSystemLibrary_ResetGamepadAssignmentToController, ControllerId) == 0x000000, "Member 'KismetSystemLibrary_ResetGamepadAssignmentToController::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_RetriggerableDelay \ static_assert(alignof(KismetSystemLibrary_RetriggerableDelay) == 0x000008, "Wrong alignment on KismetSystemLibrary_RetriggerableDelay"); \ static_assert(sizeof(KismetSystemLibrary_RetriggerableDelay) == 0x000028, "Wrong size on KismetSystemLibrary_RetriggerableDelay"); \ static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_RetriggerableDelay::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, Duration) == 0x000008, "Member 'KismetSystemLibrary_RetriggerableDelay::Duration' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_RetriggerableDelay, LatentInfo) == 0x000010, "Member 'KismetSystemLibrary_RetriggerableDelay::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetBoolPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetBoolPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetBoolPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetBoolPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetBoolPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetBoolPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetBoolPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetBoolPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetBoolPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetBytePropertyByName \ static_assert(alignof(KismetSystemLibrary_SetBytePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetBytePropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetBytePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetBytePropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetBytePropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetBytePropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetBytePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetBytePropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetClassPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetClassPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetClassPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetClassPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetClassPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetClassPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetClassPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetClassPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetClassPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetCollisionProfileNameProperty \ static_assert(alignof(KismetSystemLibrary_SetCollisionProfileNameProperty) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetCollisionProfileNameProperty"); \ static_assert(sizeof(KismetSystemLibrary_SetCollisionProfileNameProperty) == 0x000018, "Wrong size on KismetSystemLibrary_SetCollisionProfileNameProperty"); \ static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, Object) == 0x000000, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetCollisionProfileNameProperty, Value) == 0x000010, "Member 'KismetSystemLibrary_SetCollisionProfileNameProperty::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetColorPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetColorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetColorPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetColorPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetColorPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetColorPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetColorPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetColorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetColorPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetFieldPathPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetFieldPathPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetFieldPathPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetFieldPathPropertyByName) == 0x000030, "Wrong size on KismetSystemLibrary_SetFieldPathPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetFieldPathPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetFieldPathPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetFloatPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetFloatPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetFloatPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetFloatPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetFloatPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetFloatPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetFloatPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetFloatPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetFloatPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetGamepadsBlockDeviceFeedback \ static_assert(alignof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback) == 0x000001, "Wrong alignment on KismetSystemLibrary_SetGamepadsBlockDeviceFeedback"); \ static_assert(sizeof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback) == 0x000001, "Wrong size on KismetSystemLibrary_SetGamepadsBlockDeviceFeedback"); \ static_assert(offsetof(KismetSystemLibrary_SetGamepadsBlockDeviceFeedback, bBlock) == 0x000000, "Member 'KismetSystemLibrary_SetGamepadsBlockDeviceFeedback::bBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetInt64PropertyByName \ static_assert(alignof(KismetSystemLibrary_SetInt64PropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetInt64PropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetInt64PropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetInt64PropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetInt64PropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetInt64PropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetInt64PropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetInt64PropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetInterfacePropertyByName \ static_assert(alignof(KismetSystemLibrary_SetInterfacePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetInterfacePropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetInterfacePropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetInterfacePropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetInterfacePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetInterfacePropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetIntPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetIntPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetIntPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetIntPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetIntPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetIntPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetIntPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetIntPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetIntPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetLinearColorPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetLinearColorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetLinearColorPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetLinearColorPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetLinearColorPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetLinearColorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetLinearColorPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetNamePropertyByName \ static_assert(alignof(KismetSystemLibrary_SetNamePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetNamePropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetNamePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetNamePropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetNamePropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetNamePropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetNamePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetNamePropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetObjectPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetObjectPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetObjectPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetObjectPropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetObjectPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetObjectPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetObjectPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetObjectPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetObjectPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetRotatorPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetRotatorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetRotatorPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetRotatorPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetRotatorPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetRotatorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetRotatorPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftClassPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetSoftClassPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSoftClassPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetSoftClassPropertyByName) == 0x000038, "Wrong size on KismetSystemLibrary_SetSoftClassPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftClassPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetSoftClassPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetSoftObjectPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetSoftObjectPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSoftObjectPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetSoftObjectPropertyByName) == 0x000038, "Wrong size on KismetSystemLibrary_SetSoftObjectPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetSoftObjectPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetSoftObjectPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetStringPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetStringPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetStringPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetStringPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetStringPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetStringPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetStringPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetStringPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetStringPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetStructurePropertyByName \ static_assert(alignof(KismetSystemLibrary_SetStructurePropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetStructurePropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetStructurePropertyByName) == 0x000018, "Wrong size on KismetSystemLibrary_SetStructurePropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetStructurePropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetStructurePropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetStructurePropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetStructurePropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetSuppressViewportTransitionMessage \ static_assert(alignof(KismetSystemLibrary_SetSuppressViewportTransitionMessage) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetSuppressViewportTransitionMessage"); \ static_assert(sizeof(KismetSystemLibrary_SetSuppressViewportTransitionMessage) == 0x000010, "Wrong size on KismetSystemLibrary_SetSuppressViewportTransitionMessage"); \ static_assert(offsetof(KismetSystemLibrary_SetSuppressViewportTransitionMessage, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SetSuppressViewportTransitionMessage::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetSuppressViewportTransitionMessage, bState) == 0x000008, "Member 'KismetSystemLibrary_SetSuppressViewportTransitionMessage::bState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetTextPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetTextPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetTextPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetTextPropertyByName) == 0x000028, "Wrong size on KismetSystemLibrary_SetTextPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetTextPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetTextPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetTextPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetTextPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetTransformPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetTransformPropertyByName) == 0x000010, "Wrong alignment on KismetSystemLibrary_SetTransformPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetTransformPropertyByName) == 0x000040, "Wrong size on KismetSystemLibrary_SetTransformPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetTransformPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetTransformPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetTransformPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetTransformPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetUserActivity \ static_assert(alignof(KismetSystemLibrary_SetUserActivity) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetUserActivity"); \ static_assert(sizeof(KismetSystemLibrary_SetUserActivity) == 0x000018, "Wrong size on KismetSystemLibrary_SetUserActivity"); \ static_assert(offsetof(KismetSystemLibrary_SetUserActivity, UserActivity) == 0x000000, "Member 'KismetSystemLibrary_SetUserActivity::UserActivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetVectorPropertyByName \ static_assert(alignof(KismetSystemLibrary_SetVectorPropertyByName) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetVectorPropertyByName"); \ static_assert(sizeof(KismetSystemLibrary_SetVectorPropertyByName) == 0x000020, "Wrong size on KismetSystemLibrary_SetVectorPropertyByName"); \ static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, Object) == 0x000000, "Member 'KismetSystemLibrary_SetVectorPropertyByName::Object' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, PropertyName) == 0x000008, "Member 'KismetSystemLibrary_SetVectorPropertyByName::PropertyName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SetVectorPropertyByName, Value) == 0x000010, "Member 'KismetSystemLibrary_SetVectorPropertyByName::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetVolumeButtonsHandledBySystem \ static_assert(alignof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem) == 0x000001, "Wrong alignment on KismetSystemLibrary_SetVolumeButtonsHandledBySystem"); \ static_assert(sizeof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem) == 0x000001, "Wrong size on KismetSystemLibrary_SetVolumeButtonsHandledBySystem"); \ static_assert(offsetof(KismetSystemLibrary_SetVolumeButtonsHandledBySystem, bEnabled) == 0x000000, "Member 'KismetSystemLibrary_SetVolumeButtonsHandledBySystem::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SetWindowTitle \ static_assert(alignof(KismetSystemLibrary_SetWindowTitle) == 0x000008, "Wrong alignment on KismetSystemLibrary_SetWindowTitle"); \ static_assert(sizeof(KismetSystemLibrary_SetWindowTitle) == 0x000018, "Wrong size on KismetSystemLibrary_SetWindowTitle"); \ static_assert(offsetof(KismetSystemLibrary_SetWindowTitle, Title) == 0x000000, "Member 'KismetSystemLibrary_SetWindowTitle::Title' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ShowAdBanner \ static_assert(alignof(KismetSystemLibrary_ShowAdBanner) == 0x000004, "Wrong alignment on KismetSystemLibrary_ShowAdBanner"); \ static_assert(sizeof(KismetSystemLibrary_ShowAdBanner) == 0x000008, "Wrong size on KismetSystemLibrary_ShowAdBanner"); \ static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, AdIdIndex) == 0x000000, "Member 'KismetSystemLibrary_ShowAdBanner::AdIdIndex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, bShowOnBottomOfScreen) == 0x000004, "Member 'KismetSystemLibrary_ShowAdBanner::bShowOnBottomOfScreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen \ static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen, SpecificPlayer) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen::SpecificPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen \ static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000010, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen, CategoryName) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen::CategoryName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SnapshotObject \ static_assert(alignof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_SnapshotObject"); \ static_assert(sizeof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong size on KismetSystemLibrary_SnapshotObject"); \ static_assert(offsetof(KismetSystemLibrary_SnapshotObject, Object) == 0x000000, "Member 'KismetSystemLibrary_SnapshotObject::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapActors \ static_assert(alignof(KismetSystemLibrary_SphereOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereOverlapActors"); \ static_assert(sizeof(KismetSystemLibrary_SphereOverlapActors) == 0x000058, "Wrong size on KismetSystemLibrary_SphereOverlapActors"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereOverlapActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, SpherePos) == 0x000008, "Member 'KismetSystemLibrary_SphereOverlapActors::SpherePos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, SphereRadius) == 0x000014, "Member 'KismetSystemLibrary_SphereOverlapActors::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ObjectTypes) == 0x000018, "Member 'KismetSystemLibrary_SphereOverlapActors::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorClassFilter) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereOverlapActors::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, OutActors) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapActors::OutActors' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapActors, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapComponents \ static_assert(alignof(KismetSystemLibrary_SphereOverlapComponents) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereOverlapComponents"); \ static_assert(sizeof(KismetSystemLibrary_SphereOverlapComponents) == 0x000058, "Wrong size on KismetSystemLibrary_SphereOverlapComponents"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereOverlapComponents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, SpherePos) == 0x000008, "Member 'KismetSystemLibrary_SphereOverlapComponents::SpherePos' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, SphereRadius) == 0x000014, "Member 'KismetSystemLibrary_SphereOverlapComponents::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ObjectTypes) == 0x000018, "Member 'KismetSystemLibrary_SphereOverlapComponents::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ComponentClassFilter) == 0x000028, "Member 'KismetSystemLibrary_SphereOverlapComponents::ComponentClassFilter' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereOverlapComponents::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, OutComponents) == 0x000040, "Member 'KismetSystemLibrary_SphereOverlapComponents::OutComponents' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereOverlapComponents, ReturnValue) == 0x000050, "Member 'KismetSystemLibrary_SphereOverlapComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMulti \ static_assert(alignof(KismetSystemLibrary_SphereTraceMulti) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMulti"); \ static_assert(sizeof(KismetSystemLibrary_SphereTraceMulti) == 0x000080, "Wrong size on KismetSystemLibrary_SphereTraceMulti"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMulti::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMulti::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMulti::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMulti::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceChannel) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bTraceComplex) == 0x000025, "Member 'KismetSystemLibrary_SphereTraceMulti::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceMulti::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, OutHits) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMulti::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, bIgnoreSelf) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMulti::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceColor) == 0x000054, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, TraceHitColor) == 0x000064, "Member 'KismetSystemLibrary_SphereTraceMulti::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, DrawTime) == 0x000074, "Member 'KismetSystemLibrary_SphereTraceMulti::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMulti, ReturnValue) == 0x000078, "Member 'KismetSystemLibrary_SphereTraceMulti::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiByProfile \ static_assert(alignof(KismetSystemLibrary_SphereTraceMultiByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMultiByProfile"); \ static_assert(sizeof(KismetSystemLibrary_SphereTraceMultiByProfile) == 0x000088, "Wrong size on KismetSystemLibrary_SphereTraceMultiByProfile"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ProfileName) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bTraceComplex) == 0x00002C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, OutHits) == 0x000048, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, bIgnoreSelf) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceColor) == 0x00005C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, TraceHitColor) == 0x00006C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, DrawTime) == 0x00007C, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiByProfile, ReturnValue) == 0x000080, "Member 'KismetSystemLibrary_SphereTraceMultiByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceMultiForObjects \ static_assert(alignof(KismetSystemLibrary_SphereTraceMultiForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceMultiForObjects"); \ static_assert(sizeof(KismetSystemLibrary_SphereTraceMultiForObjects) == 0x000098, "Wrong size on KismetSystemLibrary_SphereTraceMultiForObjects"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, OutHits) == 0x000058, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::OutHits' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, bIgnoreSelf) == 0x000068, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceColor) == 0x00006C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, TraceHitColor) == 0x00007C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, DrawTime) == 0x00008C, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceMultiForObjects, ReturnValue) == 0x000090, "Member 'KismetSystemLibrary_SphereTraceMultiForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingle \ static_assert(alignof(KismetSystemLibrary_SphereTraceSingle) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceSingle"); \ static_assert(sizeof(KismetSystemLibrary_SphereTraceSingle) == 0x0000F0, "Wrong size on KismetSystemLibrary_SphereTraceSingle"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingle::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingle::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingle::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceChannel) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, bTraceComplex) == 0x000025, "Member 'KismetSystemLibrary_SphereTraceSingle::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ActorsToIgnore) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceSingle::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawDebugType) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, OutHit) == 0x00003C, "Member 'KismetSystemLibrary_SphereTraceSingle::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, bIgnoreSelf) == 0x0000C4, "Member 'KismetSystemLibrary_SphereTraceSingle::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceColor) == 0x0000C8, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceHitColor) == 0x0000D8, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawTime) == 0x0000E8, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ReturnValue) == 0x0000EC, "Member 'KismetSystemLibrary_SphereTraceSingle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingleByProfile \ static_assert(alignof(KismetSystemLibrary_SphereTraceSingleByProfile) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceSingleByProfile"); \ static_assert(sizeof(KismetSystemLibrary_SphereTraceSingleByProfile) == 0x0000F8, "Wrong size on KismetSystemLibrary_SphereTraceSingleByProfile"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ProfileName) == 0x000024, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ProfileName' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, bTraceComplex) == 0x00002C, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ActorsToIgnore) == 0x000030, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawDebugType) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, OutHit) == 0x000044, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, bIgnoreSelf) == 0x0000CC, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceColor) == 0x0000D0, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceHitColor) == 0x0000E0, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawTime) == 0x0000F0, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ReturnValue) == 0x0000F4, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_SphereTraceSingleForObjects \ static_assert(alignof(KismetSystemLibrary_SphereTraceSingleForObjects) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereTraceSingleForObjects"); \ static_assert(sizeof(KismetSystemLibrary_SphereTraceSingleForObjects) == 0x000108, "Wrong size on KismetSystemLibrary_SphereTraceSingleForObjects"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, Start) == 0x000008, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::Start' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, End) == 0x000014, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::End' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, Radius) == 0x000020, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::Radius' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ObjectTypes) == 0x000028, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, bTraceComplex) == 0x000038, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, OutHit) == 0x000054, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::OutHit' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, bIgnoreSelf) == 0x0000DC, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceColor) == 0x0000E0, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceHitColor) == 0x0000F0, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawTime) == 0x000100, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawTime' has a wrong offset!"); \ static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ReturnValue) == 0x000104, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_TransactObject \ static_assert(alignof(KismetSystemLibrary_TransactObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_TransactObject"); \ static_assert(sizeof(KismetSystemLibrary_TransactObject) == 0x000008, "Wrong size on KismetSystemLibrary_TransactObject"); \ static_assert(offsetof(KismetSystemLibrary_TransactObject, Object) == 0x000000, "Member 'KismetSystemLibrary_TransactObject::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_UnloadPrimaryAsset \ static_assert(alignof(KismetSystemLibrary_UnloadPrimaryAsset) == 0x000004, "Wrong alignment on KismetSystemLibrary_UnloadPrimaryAsset"); \ static_assert(sizeof(KismetSystemLibrary_UnloadPrimaryAsset) == 0x000010, "Wrong size on KismetSystemLibrary_UnloadPrimaryAsset"); \ static_assert(offsetof(KismetSystemLibrary_UnloadPrimaryAsset, PrimaryAssetId) == 0x000000, "Member 'KismetSystemLibrary_UnloadPrimaryAsset::PrimaryAssetId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetSystemLibrary_UnloadPrimaryAssetList \ static_assert(alignof(KismetSystemLibrary_UnloadPrimaryAssetList) == 0x000008, "Wrong alignment on KismetSystemLibrary_UnloadPrimaryAssetList"); \ static_assert(sizeof(KismetSystemLibrary_UnloadPrimaryAssetList) == 0x000010, "Wrong size on KismetSystemLibrary_UnloadPrimaryAssetList"); \ static_assert(offsetof(KismetSystemLibrary_UnloadPrimaryAssetList, PrimaryAssetIdList) == 0x000000, "Member 'KismetSystemLibrary_UnloadPrimaryAssetList::PrimaryAssetIdList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetSystemLibrary \ static_assert(alignof(UKismetSystemLibrary) == 0x000008, "Wrong alignment on UKismetSystemLibrary"); \ static_assert(sizeof(UKismetSystemLibrary) == 0x000028, "Wrong size on UKismetSystemLibrary"); \ #define DUMPER7_ASSERTS_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_SetOverrideLightColorsWithFogInscatteringColors \ static_assert(alignof(ExponentialHeightFogComponent_SetOverrideLightColorsWithFogInscatteringColors) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_SetOverrideLightColorsWithFogInscatteringColors"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetOverrideLightColorsWithFogInscatteringColors) == 0x000001, "Wrong size on ExponentialHeightFogComponent_SetOverrideLightColorsWithFogInscatteringColors"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetOverrideLightColorsWithFogInscatteringColors, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetOverrideLightColorsWithFogInscatteringColors::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogDensity \ static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogDensity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogDensity"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogDensity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogDensity"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogDensity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogDensity::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogHeightFalloff \ static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogHeightFalloff"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogHeightFalloff"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogHeightFalloff, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogHeightFalloff::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetSecondFogHeightOffset \ static_assert(alignof(ExponentialHeightFogComponent_SetSecondFogHeightOffset) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetSecondFogHeightOffset"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetSecondFogHeightOffset) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetSecondFogHeightOffset"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetSecondFogHeightOffset, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetSecondFogHeightOffset::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetStartDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetStartDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetStartDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetStartDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetStartDistance::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFog \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFog) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFog"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFog) == 0x000001, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFog"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFog, bNewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFog::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogAlbedo \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogAlbedo"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogAlbedo"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogAlbedo::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogDistance \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogDistance"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogDistance"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogDistance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogEmissive \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogEmissive) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogEmissive"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogEmissive) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogEmissive"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogEmissive, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogEmissive::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogStaticLightingScatteringIntensity \ static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogStaticLightingScatteringIntensity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogStaticLightingScatteringIntensity"); \ static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogStaticLightingScatteringIntensity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogStaticLightingScatteringIntensity"); \ static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogStaticLightingScatteringIntensity, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogStaticLightingScatteringIntensity::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExponentialHeightFogComponent \ static_assert(alignof(UExponentialHeightFogComponent) == 0x000010, "Wrong alignment on UExponentialHeightFogComponent"); \ static_assert(sizeof(UExponentialHeightFogComponent) == 0x0002B0, "Wrong size on UExponentialHeightFogComponent"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogDensity) == 0x000208, "Member 'UExponentialHeightFogComponent::FogDensity' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogHeightFalloff) == 0x00020C, "Member 'UExponentialHeightFogComponent::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, SecondFogData) == 0x000210, "Member 'UExponentialHeightFogComponent::SecondFogData' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringColor) == 0x00021C, "Member 'UExponentialHeightFogComponent::FogInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemap) == 0x000230, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemap' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemapAngle) == 0x000238, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, InscatteringTextureTint) == 0x00023C, "Member 'UExponentialHeightFogComponent::InscatteringTextureTint' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FullyDirectionalInscatteringColorDistance) == 0x00024C, "Member 'UExponentialHeightFogComponent::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, NonDirectionalInscatteringColorDistance) == 0x000250, "Member 'UExponentialHeightFogComponent::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringExponent) == 0x000254, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringExponent' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringStartDistance) == 0x000258, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringStartDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringColor) == 0x00025C, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogMaxOpacity) == 0x00026C, "Member 'UExponentialHeightFogComponent::FogMaxOpacity' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, StartDistance) == 0x000270, "Member 'UExponentialHeightFogComponent::StartDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, FogCutoffDistance) == 0x000274, "Member 'UExponentialHeightFogComponent::FogCutoffDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, bEnableVolumetricFog) == 0x000278, "Member 'UExponentialHeightFogComponent::bEnableVolumetricFog' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogScatteringDistribution) == 0x00027C, "Member 'UExponentialHeightFogComponent::VolumetricFogScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogAlbedo) == 0x000280, "Member 'UExponentialHeightFogComponent::VolumetricFogAlbedo' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogEmissive) == 0x000284, "Member 'UExponentialHeightFogComponent::VolumetricFogEmissive' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogExtinctionScale) == 0x000294, "Member 'UExponentialHeightFogComponent::VolumetricFogExtinctionScale' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogDistance) == 0x000298, "Member 'UExponentialHeightFogComponent::VolumetricFogDistance' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogStaticLightingScatteringIntensity) == 0x00029C, "Member 'UExponentialHeightFogComponent::VolumetricFogStaticLightingScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(UExponentialHeightFogComponent, bOverrideLightColorsWithFogInscatteringColors) == 0x0002A0, "Member 'UExponentialHeightFogComponent::bOverrideLightColorsWithFogInscatteringColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Exporter_RunAssetExportTask \ static_assert(alignof(Exporter_RunAssetExportTask) == 0x000008, "Wrong alignment on Exporter_RunAssetExportTask"); \ static_assert(sizeof(Exporter_RunAssetExportTask) == 0x000010, "Wrong size on Exporter_RunAssetExportTask"); \ static_assert(offsetof(Exporter_RunAssetExportTask, Task) == 0x000000, "Member 'Exporter_RunAssetExportTask::Task' has a wrong offset!"); \ static_assert(offsetof(Exporter_RunAssetExportTask, ReturnValue) == 0x000008, "Member 'Exporter_RunAssetExportTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Exporter_RunAssetExportTasks \ static_assert(alignof(Exporter_RunAssetExportTasks) == 0x000008, "Wrong alignment on Exporter_RunAssetExportTasks"); \ static_assert(sizeof(Exporter_RunAssetExportTasks) == 0x000018, "Wrong size on Exporter_RunAssetExportTasks"); \ static_assert(offsetof(Exporter_RunAssetExportTasks, ExportTasks) == 0x000000, "Member 'Exporter_RunAssetExportTasks::ExportTasks' has a wrong offset!"); \ static_assert(offsetof(Exporter_RunAssetExportTasks, ReturnValue) == 0x000010, "Member 'Exporter_RunAssetExportTasks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Exporter_ScriptRunAssetExportTask \ static_assert(alignof(Exporter_ScriptRunAssetExportTask) == 0x000008, "Wrong alignment on Exporter_ScriptRunAssetExportTask"); \ static_assert(sizeof(Exporter_ScriptRunAssetExportTask) == 0x000010, "Wrong size on Exporter_ScriptRunAssetExportTask"); \ static_assert(offsetof(Exporter_ScriptRunAssetExportTask, Task) == 0x000000, "Member 'Exporter_ScriptRunAssetExportTask::Task' has a wrong offset!"); \ static_assert(offsetof(Exporter_ScriptRunAssetExportTask, ReturnValue) == 0x000008, "Member 'Exporter_ScriptRunAssetExportTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExporter \ static_assert(alignof(UExporter) == 0x000008, "Wrong alignment on UExporter"); \ static_assert(sizeof(UExporter) == 0x000078, "Wrong size on UExporter"); \ static_assert(offsetof(UExporter, SupportedClass) == 0x000028, "Member 'UExporter::SupportedClass' has a wrong offset!"); \ static_assert(offsetof(UExporter, ExportRootScope) == 0x000030, "Member 'UExporter::ExportRootScope' has a wrong offset!"); \ static_assert(offsetof(UExporter, FormatExtension) == 0x000038, "Member 'UExporter::FormatExtension' has a wrong offset!"); \ static_assert(offsetof(UExporter, FormatDescription) == 0x000048, "Member 'UExporter::FormatDescription' has a wrong offset!"); \ static_assert(offsetof(UExporter, PreferredFormatIndex) == 0x000058, "Member 'UExporter::PreferredFormatIndex' has a wrong offset!"); \ static_assert(offsetof(UExporter, TextIndent) == 0x00005C, "Member 'UExporter::TextIndent' has a wrong offset!"); \ static_assert(offsetof(UExporter, ExportTask) == 0x000068, "Member 'UExporter::ExportTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AServerStatReplicator \ static_assert(alignof(AServerStatReplicator) == 0x000008, "Wrong alignment on AServerStatReplicator"); \ static_assert(sizeof(AServerStatReplicator) == 0x0002F8, "Wrong size on AServerStatReplicator"); \ static_assert(offsetof(AServerStatReplicator, bUpdateStatNet) == 0x000230, "Member 'AServerStatReplicator::bUpdateStatNet' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, bOverwriteClientStats) == 0x000231, "Member 'AServerStatReplicator::bOverwriteClientStats' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, Channels) == 0x000234, "Member 'AServerStatReplicator::Channels' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRate) == 0x000238, "Member 'AServerStatReplicator::InRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRate) == 0x00023C, "Member 'AServerStatReplicator::OutRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, MaxPacketOverhead) == 0x000244, "Member 'AServerStatReplicator::MaxPacketOverhead' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientMax) == 0x000248, "Member 'AServerStatReplicator::InRateClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientMin) == 0x00024C, "Member 'AServerStatReplicator::InRateClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InRateClientAvg) == 0x000250, "Member 'AServerStatReplicator::InRateClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientMax) == 0x000254, "Member 'AServerStatReplicator::InPacketsClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientMin) == 0x000258, "Member 'AServerStatReplicator::InPacketsClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPacketsClientAvg) == 0x00025C, "Member 'AServerStatReplicator::InPacketsClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientMax) == 0x000260, "Member 'AServerStatReplicator::OutRateClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientMin) == 0x000264, "Member 'AServerStatReplicator::OutRateClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutRateClientAvg) == 0x000268, "Member 'AServerStatReplicator::OutRateClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientMax) == 0x00026C, "Member 'AServerStatReplicator::OutPacketsClientMax' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientMin) == 0x000270, "Member 'AServerStatReplicator::OutPacketsClientMin' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPacketsClientAvg) == 0x000274, "Member 'AServerStatReplicator::OutPacketsClientAvg' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetNumClients) == 0x000278, "Member 'AServerStatReplicator::NetNumClients' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InPackets) == 0x00027C, "Member 'AServerStatReplicator::InPackets' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutPackets) == 0x000280, "Member 'AServerStatReplicator::OutPackets' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InBunches) == 0x000284, "Member 'AServerStatReplicator::InBunches' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutBunches) == 0x000288, "Member 'AServerStatReplicator::OutBunches' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, OutLoss) == 0x00028C, "Member 'AServerStatReplicator::OutLoss' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, InLoss) == 0x000290, "Member 'AServerStatReplicator::InLoss' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoiceBytesSent) == 0x000294, "Member 'AServerStatReplicator::VoiceBytesSent' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoiceBytesRecv) == 0x000298, "Member 'AServerStatReplicator::VoiceBytesRecv' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoicePacketsSent) == 0x00029C, "Member 'AServerStatReplicator::VoicePacketsSent' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, VoicePacketsRecv) == 0x0002A0, "Member 'AServerStatReplicator::VoicePacketsRecv' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PercentInVoice) == 0x0002A4, "Member 'AServerStatReplicator::PercentInVoice' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PercentOutVoice) == 0x0002A8, "Member 'AServerStatReplicator::PercentOutVoice' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumActorChannels) == 0x0002AC, "Member 'AServerStatReplicator::NumActorChannels' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumConsideredActors) == 0x0002B0, "Member 'AServerStatReplicator::NumConsideredActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, PrioritizedActors) == 0x0002B4, "Member 'AServerStatReplicator::PrioritizedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumRelevantActors) == 0x0002B8, "Member 'AServerStatReplicator::NumRelevantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumRelevantDeletedActors) == 0x0002BC, "Member 'AServerStatReplicator::NumRelevantDeletedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumReplicatedActorAttempts) == 0x0002C0, "Member 'AServerStatReplicator::NumReplicatedActorAttempts' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumReplicatedActors) == 0x0002C4, "Member 'AServerStatReplicator::NumReplicatedActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumActors) == 0x0002C8, "Member 'AServerStatReplicator::NumActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetActors) == 0x0002CC, "Member 'AServerStatReplicator::NumNetActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumDormantActors) == 0x0002D0, "Member 'AServerStatReplicator::NumDormantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumInitiallyDormantActors) == 0x0002D4, "Member 'AServerStatReplicator::NumInitiallyDormantActors' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsAckd) == 0x0002D8, "Member 'AServerStatReplicator::NumNetGUIDsAckd' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsPending) == 0x0002DC, "Member 'AServerStatReplicator::NumNetGUIDsPending' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NumNetGUIDsUnAckd) == 0x0002E0, "Member 'AServerStatReplicator::NumNetGUIDsUnAckd' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, ObjPathBytes) == 0x0002E4, "Member 'AServerStatReplicator::ObjPathBytes' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetGUIDOutRate) == 0x0002E8, "Member 'AServerStatReplicator::NetGUIDOutRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetGUIDInRate) == 0x0002EC, "Member 'AServerStatReplicator::NetGUIDInRate' has a wrong offset!"); \ static_assert(offsetof(AServerStatReplicator, NetSaturated) == 0x0002F0, "Member 'AServerStatReplicator::NetSaturated' 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_UFloatingPawnMovement \ static_assert(alignof(UFloatingPawnMovement) == 0x000008, "Wrong alignment on UFloatingPawnMovement"); \ static_assert(sizeof(UFloatingPawnMovement) == 0x000158, "Wrong size on UFloatingPawnMovement"); \ static_assert(offsetof(UFloatingPawnMovement, MaxSpeed) == 0x000140, "Member 'UFloatingPawnMovement::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, Acceleration) == 0x000144, "Member 'UFloatingPawnMovement::Acceleration' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, Deceleration) == 0x000148, "Member 'UFloatingPawnMovement::Deceleration' has a wrong offset!"); \ static_assert(offsetof(UFloatingPawnMovement, TurningBoost) == 0x00014C, "Member 'UFloatingPawnMovement::TurningBoost' 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_ULevel \ static_assert(alignof(ULevel) == 0x000008, "Wrong alignment on ULevel"); \ static_assert(sizeof(ULevel) == 0x000298, "Wrong size on ULevel"); \ static_assert(offsetof(ULevel, Actors) == 0x000098, "Member 'ULevel::Actors' has a wrong offset!"); \ static_assert(offsetof(ULevel, OwningWorld) == 0x0000B8, "Member 'ULevel::OwningWorld' has a wrong offset!"); \ static_assert(offsetof(ULevel, Model) == 0x0000C0, "Member 'ULevel::Model' has a wrong offset!"); \ static_assert(offsetof(ULevel, ModelComponents) == 0x0000C8, "Member 'ULevel::ModelComponents' has a wrong offset!"); \ static_assert(offsetof(ULevel, ActorCluster) == 0x0000D8, "Member 'ULevel::ActorCluster' has a wrong offset!"); \ static_assert(offsetof(ULevel, NumTextureStreamingUnbuiltComponents) == 0x0000E0, "Member 'ULevel::NumTextureStreamingUnbuiltComponents' has a wrong offset!"); \ static_assert(offsetof(ULevel, NumTextureStreamingDirtyResources) == 0x0000E4, "Member 'ULevel::NumTextureStreamingDirtyResources' has a wrong offset!"); \ static_assert(offsetof(ULevel, LevelScriptActor) == 0x0000E8, "Member 'ULevel::LevelScriptActor' has a wrong offset!"); \ static_assert(offsetof(ULevel, NavListStart) == 0x0000F0, "Member 'ULevel::NavListStart' has a wrong offset!"); \ static_assert(offsetof(ULevel, NavListEnd) == 0x0000F8, "Member 'ULevel::NavListEnd' has a wrong offset!"); \ static_assert(offsetof(ULevel, NavDataChunks) == 0x000100, "Member 'ULevel::NavDataChunks' has a wrong offset!"); \ static_assert(offsetof(ULevel, LightmapTotalSize) == 0x000110, "Member 'ULevel::LightmapTotalSize' has a wrong offset!"); \ static_assert(offsetof(ULevel, ShadowmapTotalSize) == 0x000114, "Member 'ULevel::ShadowmapTotalSize' has a wrong offset!"); \ static_assert(offsetof(ULevel, StaticNavigableGeometry) == 0x000118, "Member 'ULevel::StaticNavigableGeometry' has a wrong offset!"); \ static_assert(offsetof(ULevel, StreamingTextureGuids) == 0x000128, "Member 'ULevel::StreamingTextureGuids' has a wrong offset!"); \ static_assert(offsetof(ULevel, LevelBuildDataId) == 0x0001D0, "Member 'ULevel::LevelBuildDataId' has a wrong offset!"); \ static_assert(offsetof(ULevel, MapBuildData) == 0x0001E0, "Member 'ULevel::MapBuildData' has a wrong offset!"); \ static_assert(offsetof(ULevel, LightBuildLevelOffset) == 0x0001E8, "Member 'ULevel::LightBuildLevelOffset' has a wrong offset!"); \ static_assert(offsetof(ULevel, WorldSettings) == 0x000258, "Member 'ULevel::WorldSettings' has a wrong offset!"); \ static_assert(offsetof(ULevel, AssetUserData) == 0x000268, "Member 'ULevel::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(ULevel, DestroyedReplicatedStaticActors) == 0x000288, "Member 'ULevel::DestroyedReplicatedStaticActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_InputDeviceIdToString \ static_assert(alignof(KismetStringLibrary_Conv_InputDeviceIdToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_InputDeviceIdToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_InputDeviceIdToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_InputDeviceIdToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_InputDeviceIdToString, InDeviceId) == 0x000000, "Member 'KismetStringLibrary_Conv_InputDeviceIdToString::InDeviceId' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_InputDeviceIdToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_InputDeviceIdToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_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_PlatformUserIdToString \ static_assert(alignof(KismetStringLibrary_Conv_PlatformUserIdToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_PlatformUserIdToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_PlatformUserIdToString) == 0x000018, "Wrong size on KismetStringLibrary_Conv_PlatformUserIdToString"); \ static_assert(offsetof(KismetStringLibrary_Conv_PlatformUserIdToString, InPlatformUserId) == 0x000000, "Member 'KismetStringLibrary_Conv_PlatformUserIdToString::InPlatformUserId' has a wrong offset!"); \ static_assert(offsetof(KismetStringLibrary_Conv_PlatformUserIdToString, ReturnValue) == 0x000008, "Member 'KismetStringLibrary_Conv_PlatformUserIdToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringLibrary_Conv_RotatorToString \ static_assert(alignof(KismetStringLibrary_Conv_RotatorToString) == 0x000008, "Wrong alignment on KismetStringLibrary_Conv_RotatorToString"); \ static_assert(sizeof(KismetStringLibrary_Conv_RotatorToString) == 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_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_UForceFeedbackEffect \ static_assert(alignof(UForceFeedbackEffect) == 0x000008, "Wrong alignment on UForceFeedbackEffect"); \ static_assert(sizeof(UForceFeedbackEffect) == 0x0000A0, "Wrong size on UForceFeedbackEffect"); \ static_assert(offsetof(UForceFeedbackEffect, ChannelDetails) == 0x000028, "Member 'UForceFeedbackEffect::ChannelDetails' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackEffect, PerDeviceOverrides) == 0x000038, "Member 'UForceFeedbackEffect::PerDeviceOverrides' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackEffect, DeviceProperties) == 0x000088, "Member 'UForceFeedbackEffect::DeviceProperties' has a wrong offset!"); \ static_assert(offsetof(UForceFeedbackEffect, Duration) == 0x000098, "Member 'UForceFeedbackEffect::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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, bSpawnInSubpersistentLevel) == 0x000050, "Member 'GameplayStatics_BeginDeferredActorSpawnFromClass::bSpawnInSubpersistentLevel' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginDeferredActorSpawnFromClass, ReturnValue) == 0x000058, "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, bSpawnInSubpersistentLevel) == 0x000041, "Member 'GameplayStatics_BeginSpawningActorFromBlueprint::bSpawnInSubpersistentLevel' 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, bSpawnInSubpersistentLevel) == 0x000050, "Member 'GameplayStatics_BeginSpawningActorFromClass::bSpawnInSubpersistentLevel' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_BeginSpawningActorFromClass, ReturnValue) == 0x000058, "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) == 0x000010, "Wrong size on GameplayStatics_ClearSoundMixModifiers"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixModifiers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ClearSoundMixModifiers::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ClearSoundMixModifiers, bResetToDefault) == 0x000008, "Member 'GameplayStatics_ClearSoundMixModifiers::bResetToDefault' 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, bIsUISound) == 0x00002A, "Member 'GameplayStatics_CreateSound2D::bIsUISound' 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_GetNumLocalPlayerControllers \ static_assert(alignof(GameplayStatics_GetNumLocalPlayerControllers) == 0x000008, "Wrong alignment on GameplayStatics_GetNumLocalPlayerControllers"); \ static_assert(sizeof(GameplayStatics_GetNumLocalPlayerControllers) == 0x000010, "Wrong size on GameplayStatics_GetNumLocalPlayerControllers"); \ static_assert(offsetof(GameplayStatics_GetNumLocalPlayerControllers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetNumLocalPlayerControllers::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetNumLocalPlayerControllers, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetNumLocalPlayerControllers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetNumPlayerControllers \ static_assert(alignof(GameplayStatics_GetNumPlayerControllers) == 0x000008, "Wrong alignment on GameplayStatics_GetNumPlayerControllers"); \ static_assert(sizeof(GameplayStatics_GetNumPlayerControllers) == 0x000010, "Wrong size on GameplayStatics_GetNumPlayerControllers"); \ static_assert(offsetof(GameplayStatics_GetNumPlayerControllers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetNumPlayerControllers::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetNumPlayerControllers, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetNumPlayerControllers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetNumPlayerStates \ static_assert(alignof(GameplayStatics_GetNumPlayerStates) == 0x000008, "Wrong alignment on GameplayStatics_GetNumPlayerStates"); \ static_assert(sizeof(GameplayStatics_GetNumPlayerStates) == 0x000010, "Wrong size on GameplayStatics_GetNumPlayerStates"); \ static_assert(offsetof(GameplayStatics_GetNumPlayerStates, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetNumPlayerStates::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetNumPlayerStates, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetNumPlayerStates::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetObjectClass \ static_assert(alignof(GameplayStatics_GetObjectClass) == 0x000008, "Wrong alignment on GameplayStatics_GetObjectClass"); \ static_assert(sizeof(GameplayStatics_GetObjectClass) == 0x000010, "Wrong size on GameplayStatics_GetObjectClass"); \ static_assert(offsetof(GameplayStatics_GetObjectClass, Object) == 0x000000, "Member 'GameplayStatics_GetObjectClass::Object' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetObjectClass, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetObjectClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlatformName \ static_assert(alignof(GameplayStatics_GetPlatformName) == 0x000008, "Wrong alignment on GameplayStatics_GetPlatformName"); \ static_assert(sizeof(GameplayStatics_GetPlatformName) == 0x000010, "Wrong size on GameplayStatics_GetPlatformName"); \ static_assert(offsetof(GameplayStatics_GetPlatformName, ReturnValue) == 0x000000, "Member 'GameplayStatics_GetPlatformName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCameraManager \ static_assert(alignof(GameplayStatics_GetPlayerCameraManager) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCameraManager"); \ static_assert(sizeof(GameplayStatics_GetPlayerCameraManager) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCameraManager"); \ static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCameraManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCameraManager::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCameraManager, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCameraManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerCharacter \ static_assert(alignof(GameplayStatics_GetPlayerCharacter) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerCharacter"); \ static_assert(sizeof(GameplayStatics_GetPlayerCharacter) == 0x000018, "Wrong size on GameplayStatics_GetPlayerCharacter"); \ static_assert(offsetof(GameplayStatics_GetPlayerCharacter, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerCharacter::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCharacter, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerCharacter::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerCharacter, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerController \ static_assert(alignof(GameplayStatics_GetPlayerController) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerController"); \ static_assert(sizeof(GameplayStatics_GetPlayerController) == 0x000018, "Wrong size on GameplayStatics_GetPlayerController"); \ static_assert(offsetof(GameplayStatics_GetPlayerController, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerController::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerController, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerController::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerController, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerFromID \ static_assert(alignof(GameplayStatics_GetPlayerControllerFromID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerFromID"); \ static_assert(sizeof(GameplayStatics_GetPlayerControllerFromID) == 0x000018, "Wrong size on GameplayStatics_GetPlayerControllerFromID"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerFromID::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ControllerId) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerFromID::ControllerId' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerFromID, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerControllerFromID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerControllerID \ static_assert(alignof(GameplayStatics_GetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerControllerID"); \ static_assert(sizeof(GameplayStatics_GetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_GetPlayerControllerID"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_GetPlayerControllerID::Player' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerControllerID, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetPlayerControllerID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerPawn \ static_assert(alignof(GameplayStatics_GetPlayerPawn) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerPawn"); \ static_assert(sizeof(GameplayStatics_GetPlayerPawn) == 0x000018, "Wrong size on GameplayStatics_GetPlayerPawn"); \ static_assert(offsetof(GameplayStatics_GetPlayerPawn, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerPawn::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerPawn, PlayerIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerPawn::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerPawn, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerState \ static_assert(alignof(GameplayStatics_GetPlayerState) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerState"); \ static_assert(sizeof(GameplayStatics_GetPlayerState) == 0x000018, "Wrong size on GameplayStatics_GetPlayerState"); \ static_assert(offsetof(GameplayStatics_GetPlayerState, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerState::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerState, PlayerStateIndex) == 0x000008, "Member 'GameplayStatics_GetPlayerState::PlayerStateIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerState, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetPlayerState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetPlayerStateFromUniqueNetId \ static_assert(alignof(GameplayStatics_GetPlayerStateFromUniqueNetId) == 0x000008, "Wrong alignment on GameplayStatics_GetPlayerStateFromUniqueNetId"); \ static_assert(sizeof(GameplayStatics_GetPlayerStateFromUniqueNetId) == 0x000038, "Wrong size on GameplayStatics_GetPlayerStateFromUniqueNetId"); \ static_assert(offsetof(GameplayStatics_GetPlayerStateFromUniqueNetId, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetPlayerStateFromUniqueNetId::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerStateFromUniqueNetId, UniqueId) == 0x000008, "Member 'GameplayStatics_GetPlayerStateFromUniqueNetId::UniqueId' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetPlayerStateFromUniqueNetId, ReturnValue) == 0x000030, "Member 'GameplayStatics_GetPlayerStateFromUniqueNetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetRealTimeSeconds \ static_assert(alignof(GameplayStatics_GetRealTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetRealTimeSeconds"); \ static_assert(sizeof(GameplayStatics_GetRealTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetRealTimeSeconds"); \ static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetRealTimeSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetRealTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetRealTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetStreamingLevel \ static_assert(alignof(GameplayStatics_GetStreamingLevel) == 0x000008, "Wrong alignment on GameplayStatics_GetStreamingLevel"); \ static_assert(sizeof(GameplayStatics_GetStreamingLevel) == 0x000018, "Wrong size on GameplayStatics_GetStreamingLevel"); \ static_assert(offsetof(GameplayStatics_GetStreamingLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetStreamingLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetStreamingLevel, PackageName) == 0x000008, "Member 'GameplayStatics_GetStreamingLevel::PackageName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetStreamingLevel, ReturnValue) == 0x000010, "Member 'GameplayStatics_GetStreamingLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetSurfaceType \ static_assert(alignof(GameplayStatics_GetSurfaceType) == 0x000004, "Wrong alignment on GameplayStatics_GetSurfaceType"); \ static_assert(sizeof(GameplayStatics_GetSurfaceType) == 0x00008C, "Wrong size on GameplayStatics_GetSurfaceType"); \ static_assert(offsetof(GameplayStatics_GetSurfaceType, Hit) == 0x000000, "Member 'GameplayStatics_GetSurfaceType::Hit' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetSurfaceType, ReturnValue) == 0x000088, "Member 'GameplayStatics_GetSurfaceType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetTimeSeconds \ static_assert(alignof(GameplayStatics_GetTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetTimeSeconds"); \ static_assert(sizeof(GameplayStatics_GetTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetTimeSeconds"); \ static_assert(offsetof(GameplayStatics_GetTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetTimeSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetUnpausedTimeSeconds \ static_assert(alignof(GameplayStatics_GetUnpausedTimeSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetUnpausedTimeSeconds"); \ static_assert(sizeof(GameplayStatics_GetUnpausedTimeSeconds) == 0x000010, "Wrong size on GameplayStatics_GetUnpausedTimeSeconds"); \ static_assert(offsetof(GameplayStatics_GetUnpausedTimeSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetUnpausedTimeSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetUnpausedTimeSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetUnpausedTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetViewportMouseCaptureMode \ static_assert(alignof(GameplayStatics_GetViewportMouseCaptureMode) == 0x000008, "Wrong alignment on GameplayStatics_GetViewportMouseCaptureMode"); \ static_assert(sizeof(GameplayStatics_GetViewportMouseCaptureMode) == 0x000010, "Wrong size on GameplayStatics_GetViewportMouseCaptureMode"); \ static_assert(offsetof(GameplayStatics_GetViewportMouseCaptureMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetViewportMouseCaptureMode::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetViewportMouseCaptureMode, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetViewportMouseCaptureMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetViewProjectionMatrix \ static_assert(alignof(GameplayStatics_GetViewProjectionMatrix) == 0x000010, "Wrong alignment on GameplayStatics_GetViewProjectionMatrix"); \ static_assert(sizeof(GameplayStatics_GetViewProjectionMatrix) == 0x0006B0, "Wrong size on GameplayStatics_GetViewProjectionMatrix"); \ static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, DesiredView) == 0x000000, "Member 'GameplayStatics_GetViewProjectionMatrix::DesiredView' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ViewMatrix) == 0x0005F0, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewMatrix' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ProjectionMatrix) == 0x000630, "Member 'GameplayStatics_GetViewProjectionMatrix::ProjectionMatrix' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ViewProjectionMatrix) == 0x000670, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewProjectionMatrix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetWorldDeltaSeconds \ static_assert(alignof(GameplayStatics_GetWorldDeltaSeconds) == 0x000008, "Wrong alignment on GameplayStatics_GetWorldDeltaSeconds"); \ static_assert(sizeof(GameplayStatics_GetWorldDeltaSeconds) == 0x000010, "Wrong size on GameplayStatics_GetWorldDeltaSeconds"); \ static_assert(offsetof(GameplayStatics_GetWorldDeltaSeconds, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetWorldDeltaSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetWorldDeltaSeconds, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetWorldDeltaSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GetWorldOriginLocation \ static_assert(alignof(GameplayStatics_GetWorldOriginLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetWorldOriginLocation"); \ static_assert(sizeof(GameplayStatics_GetWorldOriginLocation) == 0x000018, "Wrong size on GameplayStatics_GetWorldOriginLocation"); \ static_assert(offsetof(GameplayStatics_GetWorldOriginLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GetWorldOriginLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GetWorldOriginLocation, ReturnValue) == 0x000008, "Member 'GameplayStatics_GetWorldOriginLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_GrassOverlappingSphereCount \ static_assert(alignof(GameplayStatics_GrassOverlappingSphereCount) == 0x000008, "Wrong alignment on GameplayStatics_GrassOverlappingSphereCount"); \ static_assert(sizeof(GameplayStatics_GrassOverlappingSphereCount) == 0x000028, "Wrong size on GameplayStatics_GrassOverlappingSphereCount"); \ static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, WorldContextObject) == 0x000000, "Member 'GameplayStatics_GrassOverlappingSphereCount::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, StaticMesh) == 0x000008, "Member 'GameplayStatics_GrassOverlappingSphereCount::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, CenterPosition) == 0x000010, "Member 'GameplayStatics_GrassOverlappingSphereCount::CenterPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, Radius) == 0x00001C, "Member 'GameplayStatics_GrassOverlappingSphereCount::Radius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_GrassOverlappingSphereCount, ReturnValue) == 0x000020, "Member 'GameplayStatics_GrassOverlappingSphereCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_HasLaunchOption \ static_assert(alignof(GameplayStatics_HasLaunchOption) == 0x000008, "Wrong alignment on GameplayStatics_HasLaunchOption"); \ static_assert(sizeof(GameplayStatics_HasLaunchOption) == 0x000018, "Wrong size on GameplayStatics_HasLaunchOption"); \ static_assert(offsetof(GameplayStatics_HasLaunchOption, OptionToCheck) == 0x000000, "Member 'GameplayStatics_HasLaunchOption::OptionToCheck' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_HasLaunchOption, ReturnValue) == 0x000010, "Member 'GameplayStatics_HasLaunchOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_HasOption \ static_assert(alignof(GameplayStatics_HasOption) == 0x000008, "Wrong alignment on GameplayStatics_HasOption"); \ static_assert(sizeof(GameplayStatics_HasOption) == 0x000028, "Wrong size on GameplayStatics_HasOption"); \ static_assert(offsetof(GameplayStatics_HasOption, Options) == 0x000000, "Member 'GameplayStatics_HasOption::Options' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_HasOption, InKey) == 0x000010, "Member 'GameplayStatics_HasOption::InKey' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_HasOption, ReturnValue) == 0x000020, "Member 'GameplayStatics_HasOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_IsGamePaused \ static_assert(alignof(GameplayStatics_IsGamePaused) == 0x000008, "Wrong alignment on GameplayStatics_IsGamePaused"); \ static_assert(sizeof(GameplayStatics_IsGamePaused) == 0x000010, "Wrong size on GameplayStatics_IsGamePaused"); \ static_assert(offsetof(GameplayStatics_IsGamePaused, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsGamePaused::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_IsGamePaused, ReturnValue) == 0x000008, "Member 'GameplayStatics_IsGamePaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_IsSplitscreenForceDisabled \ static_assert(alignof(GameplayStatics_IsSplitscreenForceDisabled) == 0x000008, "Wrong alignment on GameplayStatics_IsSplitscreenForceDisabled"); \ static_assert(sizeof(GameplayStatics_IsSplitscreenForceDisabled) == 0x000010, "Wrong size on GameplayStatics_IsSplitscreenForceDisabled"); \ static_assert(offsetof(GameplayStatics_IsSplitscreenForceDisabled, WorldContextObject) == 0x000000, "Member 'GameplayStatics_IsSplitscreenForceDisabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_IsSplitscreenForceDisabled, ReturnValue) == 0x000008, "Member 'GameplayStatics_IsSplitscreenForceDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_LoadGameFromSlot \ static_assert(alignof(GameplayStatics_LoadGameFromSlot) == 0x000008, "Wrong alignment on GameplayStatics_LoadGameFromSlot"); \ static_assert(sizeof(GameplayStatics_LoadGameFromSlot) == 0x000020, "Wrong size on GameplayStatics_LoadGameFromSlot"); \ static_assert(offsetof(GameplayStatics_LoadGameFromSlot, SlotName) == 0x000000, "Member 'GameplayStatics_LoadGameFromSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_LoadGameFromSlot, UserIndex) == 0x000010, "Member 'GameplayStatics_LoadGameFromSlot::UserIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_LoadGameFromSlot, ReturnValue) == 0x000018, "Member 'GameplayStatics_LoadGameFromSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_LoadStreamLevel \ static_assert(alignof(GameplayStatics_LoadStreamLevel) == 0x000008, "Wrong alignment on GameplayStatics_LoadStreamLevel"); \ static_assert(sizeof(GameplayStatics_LoadStreamLevel) == 0x000030, "Wrong size on GameplayStatics_LoadStreamLevel"); \ static_assert(offsetof(GameplayStatics_LoadStreamLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_LoadStreamLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_LoadStreamLevel, LevelName) == 0x000008, "Member 'GameplayStatics_LoadStreamLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_LoadStreamLevel, bMakeVisibleAfterLoad) == 0x000010, "Member 'GameplayStatics_LoadStreamLevel::bMakeVisibleAfterLoad' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_LoadStreamLevel, bShouldBlockOnLoad) == 0x000011, "Member 'GameplayStatics_LoadStreamLevel::bShouldBlockOnLoad' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_LoadStreamLevel, LatentInfo) == 0x000018, "Member 'GameplayStatics_LoadStreamLevel::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_LoadStreamLevelBySoftObjectPtr \ static_assert(alignof(GameplayStatics_LoadStreamLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_LoadStreamLevelBySoftObjectPtr"); \ static_assert(sizeof(GameplayStatics_LoadStreamLevelBySoftObjectPtr) == 0x000050, "Wrong size on GameplayStatics_LoadStreamLevelBySoftObjectPtr"); \ static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::Level' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, bMakeVisibleAfterLoad) == 0x000030, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::bMakeVisibleAfterLoad' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, bShouldBlockOnLoad) == 0x000031, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::bShouldBlockOnLoad' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_LoadStreamLevelBySoftObjectPtr, LatentInfo) == 0x000038, "Member 'GameplayStatics_LoadStreamLevelBySoftObjectPtr::LatentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_MakeHitResult \ static_assert(alignof(GameplayStatics_MakeHitResult) == 0x000008, "Wrong alignment on GameplayStatics_MakeHitResult"); \ static_assert(sizeof(GameplayStatics_MakeHitResult) == 0x000110, "Wrong size on GameplayStatics_MakeHitResult"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, bBlockingHit) == 0x000000, "Member 'GameplayStatics_MakeHitResult::bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, bInitialOverlap) == 0x000001, "Member 'GameplayStatics_MakeHitResult::bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, Time) == 0x000004, "Member 'GameplayStatics_MakeHitResult::Time' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, Distance) == 0x000008, "Member 'GameplayStatics_MakeHitResult::Distance' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, Location) == 0x00000C, "Member 'GameplayStatics_MakeHitResult::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactPoint) == 0x000018, "Member 'GameplayStatics_MakeHitResult::ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, Normal) == 0x000024, "Member 'GameplayStatics_MakeHitResult::Normal' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, ImpactNormal) == 0x000030, "Member 'GameplayStatics_MakeHitResult::ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, PhysMat) == 0x000040, "Member 'GameplayStatics_MakeHitResult::PhysMat' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, HitActor) == 0x000048, "Member 'GameplayStatics_MakeHitResult::HitActor' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, HitComponent) == 0x000050, "Member 'GameplayStatics_MakeHitResult::HitComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, HitBoneName) == 0x000058, "Member 'GameplayStatics_MakeHitResult::HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, HitItem) == 0x000060, "Member 'GameplayStatics_MakeHitResult::HitItem' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, ElementIndex) == 0x000064, "Member 'GameplayStatics_MakeHitResult::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, FaceIndex) == 0x000068, "Member 'GameplayStatics_MakeHitResult::FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, TraceStart) == 0x00006C, "Member 'GameplayStatics_MakeHitResult::TraceStart' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, TraceEnd) == 0x000078, "Member 'GameplayStatics_MakeHitResult::TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_MakeHitResult, ReturnValue) == 0x000084, "Member 'GameplayStatics_MakeHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_OpenLevel \ static_assert(alignof(GameplayStatics_OpenLevel) == 0x000008, "Wrong alignment on GameplayStatics_OpenLevel"); \ static_assert(sizeof(GameplayStatics_OpenLevel) == 0x000028, "Wrong size on GameplayStatics_OpenLevel"); \ static_assert(offsetof(GameplayStatics_OpenLevel, WorldContextObject) == 0x000000, "Member 'GameplayStatics_OpenLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevel, LevelName) == 0x000008, "Member 'GameplayStatics_OpenLevel::LevelName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevel, bAbsolute) == 0x000010, "Member 'GameplayStatics_OpenLevel::bAbsolute' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevel, Options) == 0x000018, "Member 'GameplayStatics_OpenLevel::Options' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_OpenLevelBySoftObjectPtr \ static_assert(alignof(GameplayStatics_OpenLevelBySoftObjectPtr) == 0x000008, "Wrong alignment on GameplayStatics_OpenLevelBySoftObjectPtr"); \ static_assert(sizeof(GameplayStatics_OpenLevelBySoftObjectPtr) == 0x000048, "Wrong size on GameplayStatics_OpenLevelBySoftObjectPtr"); \ static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, WorldContextObject) == 0x000000, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, Level) == 0x000008, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::Level' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, bAbsolute) == 0x000030, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::bAbsolute' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_OpenLevelBySoftObjectPtr, Options) == 0x000038, "Member 'GameplayStatics_OpenLevelBySoftObjectPtr::Options' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ParseOption \ static_assert(alignof(GameplayStatics_ParseOption) == 0x000008, "Wrong alignment on GameplayStatics_ParseOption"); \ static_assert(sizeof(GameplayStatics_ParseOption) == 0x000030, "Wrong size on GameplayStatics_ParseOption"); \ static_assert(offsetof(GameplayStatics_ParseOption, Options) == 0x000000, "Member 'GameplayStatics_ParseOption::Options' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ParseOption, Key) == 0x000010, "Member 'GameplayStatics_ParseOption::Key' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ParseOption, ReturnValue) == 0x000020, "Member 'GameplayStatics_ParseOption::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PlayDialogue2D \ static_assert(alignof(GameplayStatics_PlayDialogue2D) == 0x000008, "Wrong alignment on GameplayStatics_PlayDialogue2D"); \ static_assert(sizeof(GameplayStatics_PlayDialogue2D) == 0x000038, "Wrong size on GameplayStatics_PlayDialogue2D"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayDialogue2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, Dialogue) == 0x000008, "Member 'GameplayStatics_PlayDialogue2D::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, Context) == 0x000010, "Member 'GameplayStatics_PlayDialogue2D::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_PlayDialogue2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_PlayDialogue2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogue2D, StartTime) == 0x000030, "Member 'GameplayStatics_PlayDialogue2D::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PlayDialogueAtLocation \ static_assert(alignof(GameplayStatics_PlayDialogueAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_PlayDialogueAtLocation"); \ static_assert(sizeof(GameplayStatics_PlayDialogueAtLocation) == 0x000058, "Wrong size on GameplayStatics_PlayDialogueAtLocation"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Dialogue) == 0x000008, "Member 'GameplayStatics_PlayDialogueAtLocation::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Context) == 0x000010, "Member 'GameplayStatics_PlayDialogueAtLocation::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Location) == 0x000028, "Member 'GameplayStatics_PlayDialogueAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, Rotation) == 0x000034, "Member 'GameplayStatics_PlayDialogueAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_PlayDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_PlayDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_PlayDialogueAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayDialogueAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_PlayDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PlaySound2D \ static_assert(alignof(GameplayStatics_PlaySound2D) == 0x000008, "Wrong alignment on GameplayStatics_PlaySound2D"); \ static_assert(sizeof(GameplayStatics_PlaySound2D) == 0x000038, "Wrong size on GameplayStatics_PlaySound2D"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlaySound2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, Sound) == 0x000008, "Member 'GameplayStatics_PlaySound2D::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_PlaySound2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_PlaySound2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, StartTime) == 0x000018, "Member 'GameplayStatics_PlaySound2D::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_PlaySound2D::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, OwningActor) == 0x000028, "Member 'GameplayStatics_PlaySound2D::OwningActor' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySound2D, bIsUISound) == 0x000030, "Member 'GameplayStatics_PlaySound2D::bIsUISound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PlaySoundAtLocation \ static_assert(alignof(GameplayStatics_PlaySoundAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_PlaySoundAtLocation"); \ static_assert(sizeof(GameplayStatics_PlaySoundAtLocation) == 0x000050, "Wrong size on GameplayStatics_PlaySoundAtLocation"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlaySoundAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Sound) == 0x000008, "Member 'GameplayStatics_PlaySoundAtLocation::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Location) == 0x000010, "Member 'GameplayStatics_PlaySoundAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_PlaySoundAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_PlaySoundAtLocation::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_PlaySoundAtLocation::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_PlaySoundAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_PlaySoundAtLocation::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, ConcurrencySettings) == 0x000040, "Member 'GameplayStatics_PlaySoundAtLocation::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlaySoundAtLocation, OwningActor) == 0x000048, "Member 'GameplayStatics_PlaySoundAtLocation::OwningActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PlayWorldCameraShake \ static_assert(alignof(GameplayStatics_PlayWorldCameraShake) == 0x000008, "Wrong alignment on GameplayStatics_PlayWorldCameraShake"); \ static_assert(sizeof(GameplayStatics_PlayWorldCameraShake) == 0x000030, "Wrong size on GameplayStatics_PlayWorldCameraShake"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PlayWorldCameraShake::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Shake) == 0x000008, "Member 'GameplayStatics_PlayWorldCameraShake::Shake' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Epicenter) == 0x000010, "Member 'GameplayStatics_PlayWorldCameraShake::Epicenter' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, InnerRadius) == 0x00001C, "Member 'GameplayStatics_PlayWorldCameraShake::InnerRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, OuterRadius) == 0x000020, "Member 'GameplayStatics_PlayWorldCameraShake::OuterRadius' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, Falloff) == 0x000024, "Member 'GameplayStatics_PlayWorldCameraShake::Falloff' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PlayWorldCameraShake, bOrientShakeTowardsEpicenter) == 0x000028, "Member 'GameplayStatics_PlayWorldCameraShake::bOrientShakeTowardsEpicenter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PopSoundMixModifier \ static_assert(alignof(GameplayStatics_PopSoundMixModifier) == 0x000008, "Wrong alignment on GameplayStatics_PopSoundMixModifier"); \ static_assert(sizeof(GameplayStatics_PopSoundMixModifier) == 0x000010, "Wrong size on GameplayStatics_PopSoundMixModifier"); \ static_assert(offsetof(GameplayStatics_PopSoundMixModifier, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PopSoundMixModifier::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PopSoundMixModifier, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_PopSoundMixModifier::InSoundMixModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PrimeAllSoundsInSoundClass \ static_assert(alignof(GameplayStatics_PrimeAllSoundsInSoundClass) == 0x000008, "Wrong alignment on GameplayStatics_PrimeAllSoundsInSoundClass"); \ static_assert(sizeof(GameplayStatics_PrimeAllSoundsInSoundClass) == 0x000008, "Wrong size on GameplayStatics_PrimeAllSoundsInSoundClass"); \ static_assert(offsetof(GameplayStatics_PrimeAllSoundsInSoundClass, InSoundClass) == 0x000000, "Member 'GameplayStatics_PrimeAllSoundsInSoundClass::InSoundClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PrimeSound \ static_assert(alignof(GameplayStatics_PrimeSound) == 0x000008, "Wrong alignment on GameplayStatics_PrimeSound"); \ static_assert(sizeof(GameplayStatics_PrimeSound) == 0x000008, "Wrong size on GameplayStatics_PrimeSound"); \ static_assert(offsetof(GameplayStatics_PrimeSound, InSound) == 0x000000, "Member 'GameplayStatics_PrimeSound::InSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_ProjectWorldToScreen \ static_assert(alignof(GameplayStatics_ProjectWorldToScreen) == 0x000008, "Wrong alignment on GameplayStatics_ProjectWorldToScreen"); \ static_assert(sizeof(GameplayStatics_ProjectWorldToScreen) == 0x000020, "Wrong size on GameplayStatics_ProjectWorldToScreen"); \ static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, Player) == 0x000000, "Member 'GameplayStatics_ProjectWorldToScreen::Player' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, WorldPosition) == 0x000008, "Member 'GameplayStatics_ProjectWorldToScreen::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, ScreenPosition) == 0x000014, "Member 'GameplayStatics_ProjectWorldToScreen::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, bPlayerViewportRelative) == 0x00001C, "Member 'GameplayStatics_ProjectWorldToScreen::bPlayerViewportRelative' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_ProjectWorldToScreen, ReturnValue) == 0x00001D, "Member 'GameplayStatics_ProjectWorldToScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_PushSoundMixModifier \ static_assert(alignof(GameplayStatics_PushSoundMixModifier) == 0x000008, "Wrong alignment on GameplayStatics_PushSoundMixModifier"); \ static_assert(sizeof(GameplayStatics_PushSoundMixModifier) == 0x000010, "Wrong size on GameplayStatics_PushSoundMixModifier"); \ static_assert(offsetof(GameplayStatics_PushSoundMixModifier, WorldContextObject) == 0x000000, "Member 'GameplayStatics_PushSoundMixModifier::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_PushSoundMixModifier, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_PushSoundMixModifier::InSoundMixModifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_RebaseLocalOriginOntoZero \ static_assert(alignof(GameplayStatics_RebaseLocalOriginOntoZero) == 0x000008, "Wrong alignment on GameplayStatics_RebaseLocalOriginOntoZero"); \ static_assert(sizeof(GameplayStatics_RebaseLocalOriginOntoZero) == 0x000020, "Wrong size on GameplayStatics_RebaseLocalOriginOntoZero"); \ static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, WorldContextObject) == 0x000000, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, WorldLocation) == 0x000008, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_RebaseLocalOriginOntoZero, ReturnValue) == 0x000014, "Member 'GameplayStatics_RebaseLocalOriginOntoZero::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_RebaseZeroOriginOntoLocal \ static_assert(alignof(GameplayStatics_RebaseZeroOriginOntoLocal) == 0x000008, "Wrong alignment on GameplayStatics_RebaseZeroOriginOntoLocal"); \ static_assert(sizeof(GameplayStatics_RebaseZeroOriginOntoLocal) == 0x000020, "Wrong size on GameplayStatics_RebaseZeroOriginOntoLocal"); \ static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, WorldContextObject) == 0x000000, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, WorldLocation) == 0x000008, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_RebaseZeroOriginOntoLocal, ReturnValue) == 0x000014, "Member 'GameplayStatics_RebaseZeroOriginOntoLocal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_RemovePlayer \ static_assert(alignof(GameplayStatics_RemovePlayer) == 0x000008, "Wrong alignment on GameplayStatics_RemovePlayer"); \ static_assert(sizeof(GameplayStatics_RemovePlayer) == 0x000010, "Wrong size on GameplayStatics_RemovePlayer"); \ static_assert(offsetof(GameplayStatics_RemovePlayer, Player) == 0x000000, "Member 'GameplayStatics_RemovePlayer::Player' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_RemovePlayer, bDestroyPawn) == 0x000008, "Member 'GameplayStatics_RemovePlayer::bDestroyPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SaveGameToSlot \ static_assert(alignof(GameplayStatics_SaveGameToSlot) == 0x000008, "Wrong alignment on GameplayStatics_SaveGameToSlot"); \ static_assert(sizeof(GameplayStatics_SaveGameToSlot) == 0x000020, "Wrong size on GameplayStatics_SaveGameToSlot"); \ static_assert(offsetof(GameplayStatics_SaveGameToSlot, SaveGameObject) == 0x000000, "Member 'GameplayStatics_SaveGameToSlot::SaveGameObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SaveGameToSlot, SlotName) == 0x000008, "Member 'GameplayStatics_SaveGameToSlot::SlotName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SaveGameToSlot, UserIndex) == 0x000018, "Member 'GameplayStatics_SaveGameToSlot::UserIndex' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SaveGameToSlot, ReturnValue) == 0x00001C, "Member 'GameplayStatics_SaveGameToSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetBaseSoundMix \ static_assert(alignof(GameplayStatics_SetBaseSoundMix) == 0x000008, "Wrong alignment on GameplayStatics_SetBaseSoundMix"); \ static_assert(sizeof(GameplayStatics_SetBaseSoundMix) == 0x000010, "Wrong size on GameplayStatics_SetBaseSoundMix"); \ static_assert(offsetof(GameplayStatics_SetBaseSoundMix, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetBaseSoundMix::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetBaseSoundMix, InSoundMix) == 0x000008, "Member 'GameplayStatics_SetBaseSoundMix::InSoundMix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetEnableWorldRendering \ static_assert(alignof(GameplayStatics_SetEnableWorldRendering) == 0x000008, "Wrong alignment on GameplayStatics_SetEnableWorldRendering"); \ static_assert(sizeof(GameplayStatics_SetEnableWorldRendering) == 0x000010, "Wrong size on GameplayStatics_SetEnableWorldRendering"); \ static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetEnableWorldRendering::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, bEnable) == 0x000008, "Member 'GameplayStatics_SetEnableWorldRendering::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetForceDisableSplitscreen \ static_assert(alignof(GameplayStatics_SetForceDisableSplitscreen) == 0x000008, "Wrong alignment on GameplayStatics_SetForceDisableSplitscreen"); \ static_assert(sizeof(GameplayStatics_SetForceDisableSplitscreen) == 0x000010, "Wrong size on GameplayStatics_SetForceDisableSplitscreen"); \ static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetForceDisableSplitscreen::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, bDisable) == 0x000008, "Member 'GameplayStatics_SetForceDisableSplitscreen::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetGamePaused \ static_assert(alignof(GameplayStatics_SetGamePaused) == 0x000008, "Wrong alignment on GameplayStatics_SetGamePaused"); \ static_assert(sizeof(GameplayStatics_SetGamePaused) == 0x000010, "Wrong size on GameplayStatics_SetGamePaused"); \ static_assert(offsetof(GameplayStatics_SetGamePaused, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGamePaused::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGamePaused, bPaused) == 0x000008, "Member 'GameplayStatics_SetGamePaused::bPaused' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGamePaused, ReturnValue) == 0x000009, "Member 'GameplayStatics_SetGamePaused::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetGlobalListenerFocusParameters \ static_assert(alignof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalListenerFocusParameters"); \ static_assert(sizeof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000028, "Wrong size on GameplayStatics_SetGlobalListenerFocusParameters"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusAzimuthScale) == 0x000008, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusAzimuthScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusAzimuthScale) == 0x00000C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusAzimuthScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusDistanceScale) == 0x000010, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusDistanceScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusDistanceScale) == 0x000014, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusDistanceScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusVolumeScale) == 0x000018, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusVolumeScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusVolumeScale) == 0x00001C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusVolumeScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusPriorityScale) == 0x000020, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusPriorityScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusPriorityScale) == 0x000024, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusPriorityScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetGlobalPitchModulation \ static_assert(alignof(GameplayStatics_SetGlobalPitchModulation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalPitchModulation"); \ static_assert(sizeof(GameplayStatics_SetGlobalPitchModulation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalPitchModulation"); \ static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalPitchModulation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, PitchModulation) == 0x000008, "Member 'GameplayStatics_SetGlobalPitchModulation::PitchModulation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, TimeSec) == 0x00000C, "Member 'GameplayStatics_SetGlobalPitchModulation::TimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetGlobalTimeDilation \ static_assert(alignof(GameplayStatics_SetGlobalTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalTimeDilation"); \ static_assert(sizeof(GameplayStatics_SetGlobalTimeDilation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalTimeDilation"); \ static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, TimeDilation) == 0x000008, "Member 'GameplayStatics_SetGlobalTimeDilation::TimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetMaxAudioChannelsScaled \ static_assert(alignof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000008, "Wrong alignment on GameplayStatics_SetMaxAudioChannelsScaled"); \ static_assert(sizeof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000010, "Wrong size on GameplayStatics_SetMaxAudioChannelsScaled"); \ static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, MaxChannelCountScale) == 0x000008, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::MaxChannelCountScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetPlayerControllerID \ static_assert(alignof(GameplayStatics_SetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_SetPlayerControllerID"); \ static_assert(sizeof(GameplayStatics_SetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_SetPlayerControllerID"); \ static_assert(offsetof(GameplayStatics_SetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_SetPlayerControllerID::Player' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetPlayerControllerID, ControllerId) == 0x000008, "Member 'GameplayStatics_SetPlayerControllerID::ControllerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetSoundClassDistanceScale \ static_assert(alignof(GameplayStatics_SetSoundClassDistanceScale) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundClassDistanceScale"); \ static_assert(sizeof(GameplayStatics_SetSoundClassDistanceScale) == 0x000018, "Wrong size on GameplayStatics_SetSoundClassDistanceScale"); \ static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundClassDistanceScale::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, SoundClass) == 0x000008, "Member 'GameplayStatics_SetSoundClassDistanceScale::SoundClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, DistanceAttenuationScale) == 0x000010, "Member 'GameplayStatics_SetSoundClassDistanceScale::DistanceAttenuationScale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, TimeSec) == 0x000014, "Member 'GameplayStatics_SetSoundClassDistanceScale::TimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetSoundMixClassOverride \ static_assert(alignof(GameplayStatics_SetSoundMixClassOverride) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundMixClassOverride"); \ static_assert(sizeof(GameplayStatics_SetSoundMixClassOverride) == 0x000028, "Wrong size on GameplayStatics_SetSoundMixClassOverride"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundMixClassOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundMixModifier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundClass) == 0x000010, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Volume) == 0x000018, "Member 'GameplayStatics_SetSoundMixClassOverride::Volume' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Pitch) == 0x00001C, "Member 'GameplayStatics_SetSoundMixClassOverride::Pitch' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, FadeInTime) == 0x000020, "Member 'GameplayStatics_SetSoundMixClassOverride::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, bApplyToChildren) == 0x000024, "Member 'GameplayStatics_SetSoundMixClassOverride::bApplyToChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetSubtitlesEnabled \ static_assert(alignof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong alignment on GameplayStatics_SetSubtitlesEnabled"); \ static_assert(sizeof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong size on GameplayStatics_SetSubtitlesEnabled"); \ static_assert(offsetof(GameplayStatics_SetSubtitlesEnabled, bEnabled) == 0x000000, "Member 'GameplayStatics_SetSubtitlesEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetViewportMouseCaptureMode \ static_assert(alignof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000008, "Wrong alignment on GameplayStatics_SetViewportMouseCaptureMode"); \ static_assert(sizeof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000010, "Wrong size on GameplayStatics_SetViewportMouseCaptureMode"); \ static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetViewportMouseCaptureMode::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, MouseCaptureMode) == 0x000008, "Member 'GameplayStatics_SetViewportMouseCaptureMode::MouseCaptureMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SetWorldOriginLocation \ static_assert(alignof(GameplayStatics_SetWorldOriginLocation) == 0x000008, "Wrong alignment on GameplayStatics_SetWorldOriginLocation"); \ static_assert(sizeof(GameplayStatics_SetWorldOriginLocation) == 0x000018, "Wrong size on GameplayStatics_SetWorldOriginLocation"); \ static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetWorldOriginLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, NewLocation) == 0x000008, "Member 'GameplayStatics_SetWorldOriginLocation::NewLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAtLocation \ static_assert(alignof(GameplayStatics_SpawnDecalAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnDecalAtLocation) == 0x000040, "Wrong size on GameplayStatics_SpawnDecalAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDecalAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalMaterial) == 0x000008, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, DecalSize) == 0x000010, "Member 'GameplayStatics_SpawnDecalAtLocation::DecalSize' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Location) == 0x00001C, "Member 'GameplayStatics_SpawnDecalAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, Rotation) == 0x000028, "Member 'GameplayStatics_SpawnDecalAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, LifeSpan) == 0x000034, "Member 'GameplayStatics_SpawnDecalAtLocation::LifeSpan' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAtLocation, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnDecalAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAttached \ static_assert(alignof(GameplayStatics_SpawnDecalAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAttached"); \ static_assert(sizeof(GameplayStatics_SpawnDecalAttached) == 0x000050, "Wrong size on GameplayStatics_SpawnDecalAttached"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalMaterial) == 0x000000, "Member 'GameplayStatics_SpawnDecalAttached::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, DecalSize) == 0x000008, "Member 'GameplayStatics_SpawnDecalAttached::DecalSize' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachToComponent) == 0x000018, "Member 'GameplayStatics_SpawnDecalAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, AttachPointName) == 0x000020, "Member 'GameplayStatics_SpawnDecalAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Location) == 0x000028, "Member 'GameplayStatics_SpawnDecalAttached::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, Rotation) == 0x000034, "Member 'GameplayStatics_SpawnDecalAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LocationType) == 0x000040, "Member 'GameplayStatics_SpawnDecalAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, LifeSpan) == 0x000044, "Member 'GameplayStatics_SpawnDecalAttached::LifeSpan' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDecalAttached, ReturnValue) == 0x000048, "Member 'GameplayStatics_SpawnDecalAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogue2D \ static_assert(alignof(GameplayStatics_SpawnDialogue2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogue2D"); \ static_assert(sizeof(GameplayStatics_SpawnDialogue2D) == 0x000040, "Wrong size on GameplayStatics_SpawnDialogue2D"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogue2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogue2D::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogue2D::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, VolumeMultiplier) == 0x000028, "Member 'GameplayStatics_SpawnDialogue2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, PitchMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnDialogue2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnDialogue2D::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, bAutoDestroy) == 0x000034, "Member 'GameplayStatics_SpawnDialogue2D::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogue2D, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnDialogue2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAtLocation \ static_assert(alignof(GameplayStatics_SpawnDialogueAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnDialogueAtLocation) == 0x000068, "Wrong size on GameplayStatics_SpawnDialogueAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnDialogueAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Dialogue) == 0x000008, "Member 'GameplayStatics_SpawnDialogueAtLocation::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Context) == 0x000010, "Member 'GameplayStatics_SpawnDialogueAtLocation::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Location) == 0x000028, "Member 'GameplayStatics_SpawnDialogueAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, Rotation) == 0x000034, "Member 'GameplayStatics_SpawnDialogueAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, VolumeMultiplier) == 0x000040, "Member 'GameplayStatics_SpawnDialogueAtLocation::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, PitchMultiplier) == 0x000044, "Member 'GameplayStatics_SpawnDialogueAtLocation::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, StartTime) == 0x000048, "Member 'GameplayStatics_SpawnDialogueAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, AttenuationSettings) == 0x000050, "Member 'GameplayStatics_SpawnDialogueAtLocation::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, bAutoDestroy) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAtLocation, ReturnValue) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnDialogueAttached \ static_assert(alignof(GameplayStatics_SpawnDialogueAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDialogueAttached"); \ static_assert(sizeof(GameplayStatics_SpawnDialogueAttached) == 0x000070, "Wrong size on GameplayStatics_SpawnDialogueAttached"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Dialogue) == 0x000000, "Member 'GameplayStatics_SpawnDialogueAttached::Dialogue' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Context) == 0x000008, "Member 'GameplayStatics_SpawnDialogueAttached::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttachToComponent) == 0x000020, "Member 'GameplayStatics_SpawnDialogueAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttachPointName) == 0x000028, "Member 'GameplayStatics_SpawnDialogueAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Location) == 0x000030, "Member 'GameplayStatics_SpawnDialogueAttached::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, Rotation) == 0x00003C, "Member 'GameplayStatics_SpawnDialogueAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, LocationType) == 0x000048, "Member 'GameplayStatics_SpawnDialogueAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bStopWhenAttachedToDestroyed) == 0x000049, "Member 'GameplayStatics_SpawnDialogueAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, VolumeMultiplier) == 0x00004C, "Member 'GameplayStatics_SpawnDialogueAttached::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, PitchMultiplier) == 0x000050, "Member 'GameplayStatics_SpawnDialogueAttached::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, StartTime) == 0x000054, "Member 'GameplayStatics_SpawnDialogueAttached::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, AttenuationSettings) == 0x000058, "Member 'GameplayStatics_SpawnDialogueAttached::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, bAutoDestroy) == 0x000060, "Member 'GameplayStatics_SpawnDialogueAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnDialogueAttached, ReturnValue) == 0x000068, "Member 'GameplayStatics_SpawnDialogueAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAtLocation \ static_assert(alignof(GameplayStatics_SpawnEmitterAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnEmitterAtLocation) == 0x000040, "Wrong size on GameplayStatics_SpawnEmitterAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnEmitterAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, EmitterTemplate) == 0x000008, "Member 'GameplayStatics_SpawnEmitterAtLocation::EmitterTemplate' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnEmitterAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnEmitterAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, Scale) == 0x000028, "Member 'GameplayStatics_SpawnEmitterAtLocation::Scale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoDestroy) == 0x000034, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, PoolingMethod) == 0x000035, "Member 'GameplayStatics_SpawnEmitterAtLocation::PoolingMethod' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, bAutoActivateSystem) == 0x000036, "Member 'GameplayStatics_SpawnEmitterAtLocation::bAutoActivateSystem' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAtLocation, ReturnValue) == 0x000038, "Member 'GameplayStatics_SpawnEmitterAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnEmitterAttached \ static_assert(alignof(GameplayStatics_SpawnEmitterAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnEmitterAttached"); \ static_assert(sizeof(GameplayStatics_SpawnEmitterAttached) == 0x000048, "Wrong size on GameplayStatics_SpawnEmitterAttached"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, EmitterTemplate) == 0x000000, "Member 'GameplayStatics_SpawnEmitterAttached::EmitterTemplate' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnEmitterAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnEmitterAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnEmitterAttached::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Rotation) == 0x000024, "Member 'GameplayStatics_SpawnEmitterAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, Scale) == 0x000030, "Member 'GameplayStatics_SpawnEmitterAttached::Scale' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, LocationType) == 0x00003C, "Member 'GameplayStatics_SpawnEmitterAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoDestroy) == 0x00003D, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, PoolingMethod) == 0x00003E, "Member 'GameplayStatics_SpawnEmitterAttached::PoolingMethod' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, bAutoActivate) == 0x00003F, "Member 'GameplayStatics_SpawnEmitterAttached::bAutoActivate' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnEmitterAttached, ReturnValue) == 0x000040, "Member 'GameplayStatics_SpawnEmitterAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAtLocation \ static_assert(alignof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAtLocation"); \ static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAtLocation) == 0x000050, "Wrong size on GameplayStatics_SpawnForceFeedbackAtLocation"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ForceFeedbackEffect) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Location) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, Rotation) == 0x00001C, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bLooping) == 0x000028, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bLooping' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, IntensityMultiplier) == 0x00002C, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, StartTime) == 0x000030, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, AttenuationSettings) == 0x000038, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, bAutoDestroy) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAtLocation, ReturnValue) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAtLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnForceFeedbackAttached \ static_assert(alignof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000008, "Wrong alignment on GameplayStatics_SpawnForceFeedbackAttached"); \ static_assert(sizeof(GameplayStatics_SpawnForceFeedbackAttached) == 0x000058, "Wrong size on GameplayStatics_SpawnForceFeedbackAttached"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ForceFeedbackEffect) == 0x000000, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachToComponent) == 0x000008, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttachPointName) == 0x000010, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttachPointName' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Location) == 0x000018, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Location' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, Rotation) == 0x000024, "Member 'GameplayStatics_SpawnForceFeedbackAttached::Rotation' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, LocationType) == 0x000030, "Member 'GameplayStatics_SpawnForceFeedbackAttached::LocationType' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bStopWhenAttachedToDestroyed) == 0x000031, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bLooping) == 0x000032, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bLooping' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, IntensityMultiplier) == 0x000034, "Member 'GameplayStatics_SpawnForceFeedbackAttached::IntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, StartTime) == 0x000038, "Member 'GameplayStatics_SpawnForceFeedbackAttached::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, AttenuationSettings) == 0x000040, "Member 'GameplayStatics_SpawnForceFeedbackAttached::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, bAutoDestroy) == 0x000048, "Member 'GameplayStatics_SpawnForceFeedbackAttached::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnForceFeedbackAttached, ReturnValue) == 0x000050, "Member 'GameplayStatics_SpawnForceFeedbackAttached::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnObject \ static_assert(alignof(GameplayStatics_SpawnObject) == 0x000008, "Wrong alignment on GameplayStatics_SpawnObject"); \ static_assert(sizeof(GameplayStatics_SpawnObject) == 0x000018, "Wrong size on GameplayStatics_SpawnObject"); \ static_assert(offsetof(GameplayStatics_SpawnObject, ObjectClass) == 0x000000, "Member 'GameplayStatics_SpawnObject::ObjectClass' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnObject, Outer_0) == 0x000008, "Member 'GameplayStatics_SpawnObject::Outer_0' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnObject, ReturnValue) == 0x000010, "Member 'GameplayStatics_SpawnObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayStatics_SpawnSound2D \ static_assert(alignof(GameplayStatics_SpawnSound2D) == 0x000008, "Wrong alignment on GameplayStatics_SpawnSound2D"); \ static_assert(sizeof(GameplayStatics_SpawnSound2D) == 0x000038, "Wrong size on GameplayStatics_SpawnSound2D"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SpawnSound2D::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, Sound) == 0x000008, "Member 'GameplayStatics_SpawnSound2D::Sound' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_SpawnSound2D::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_SpawnSound2D::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, StartTime) == 0x000018, "Member 'GameplayStatics_SpawnSound2D::StartTime' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_SpawnSound2D::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, bPersistAcrossLevelTransition) == 0x000028, "Member 'GameplayStatics_SpawnSound2D::bPersistAcrossLevelTransition' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, bAutoDestroy) == 0x000029, "Member 'GameplayStatics_SpawnSound2D::bAutoDestroy' has a wrong offset!"); \ static_assert(offsetof(GameplayStatics_SpawnSound2D, bIsUISound) == 0x00002A, "Member 'GameplayStatics_SpawnSound2D::bIsUISound' 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, bAutoPlay) == 0x000049, "Member 'GameplayStatics_SpawnSoundAtLocation::bAutoPlay' 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, bAutoPlay) == 0x000051, "Member 'GameplayStatics_SpawnSoundAttached::bAutoPlay' 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_UParticleModuleKillBase \ static_assert(alignof(UParticleModuleKillBase) == 0x000008, "Wrong alignment on UParticleModuleKillBase"); \ static_assert(sizeof(UParticleModuleKillBase) == 0x000030, "Wrong size on UParticleModuleKillBase"); \ #define DUMPER7_ASSERTS_UParticleModuleKillBox \ static_assert(alignof(UParticleModuleKillBox) == 0x000008, "Wrong alignment on UParticleModuleKillBox"); \ static_assert(sizeof(UParticleModuleKillBox) == 0x0000C8, "Wrong size on UParticleModuleKillBox"); \ static_assert(offsetof(UParticleModuleKillBox, LowerLeftCorner) == 0x000030, "Member 'UParticleModuleKillBox::LowerLeftCorner' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleKillBox, UpperRightCorner) == 0x000078, "Member 'UParticleModuleKillBox::UpperRightCorner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_INetworkPredictionInterface \ static_assert(alignof(INetworkPredictionInterface) == 0x000001, "Wrong alignment on INetworkPredictionInterface"); \ static_assert(sizeof(INetworkPredictionInterface) == 0x000001, "Wrong size on INetworkPredictionInterface"); \ #define DUMPER7_ASSERTS_UInputDeviceTriggerVibrationProperty \ static_assert(alignof(UInputDeviceTriggerVibrationProperty) == 0x000008, "Wrong alignment on UInputDeviceTriggerVibrationProperty"); \ static_assert(sizeof(UInputDeviceTriggerVibrationProperty) == 0x0000C0, "Wrong size on UInputDeviceTriggerVibrationProperty"); \ static_assert(offsetof(UInputDeviceTriggerVibrationProperty, TriggerData) == 0x000040, "Member 'UInputDeviceTriggerVibrationProperty::TriggerData' has a wrong offset!"); \ static_assert(offsetof(UInputDeviceTriggerVibrationProperty, DeviceOverrideData) == 0x000058, "Member 'UInputDeviceTriggerVibrationProperty::DeviceOverrideData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPackageMapClient \ static_assert(alignof(UPackageMapClient) == 0x000008, "Wrong alignment on UPackageMapClient"); \ static_assert(sizeof(UPackageMapClient) == 0x000408, "Wrong size on UPackageMapClient"); \ #define DUMPER7_ASSERTS_InputDeviceSubsystem_ActivateDevicePropertyOfClass \ static_assert(alignof(InputDeviceSubsystem_ActivateDevicePropertyOfClass) == 0x000008, "Wrong alignment on InputDeviceSubsystem_ActivateDevicePropertyOfClass"); \ static_assert(sizeof(InputDeviceSubsystem_ActivateDevicePropertyOfClass) == 0x000020, "Wrong size on InputDeviceSubsystem_ActivateDevicePropertyOfClass"); \ static_assert(offsetof(InputDeviceSubsystem_ActivateDevicePropertyOfClass, PropertyClass) == 0x000000, "Member 'InputDeviceSubsystem_ActivateDevicePropertyOfClass::PropertyClass' has a wrong offset!"); \ static_assert(offsetof(InputDeviceSubsystem_ActivateDevicePropertyOfClass, Params_0) == 0x000008, "Member 'InputDeviceSubsystem_ActivateDevicePropertyOfClass::Params_0' has a wrong offset!"); \ static_assert(offsetof(InputDeviceSubsystem_ActivateDevicePropertyOfClass, ReturnValue) == 0x00001C, "Member 'InputDeviceSubsystem_ActivateDevicePropertyOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceSubsystem_RemoveDevicePropertyByHandle \ static_assert(alignof(InputDeviceSubsystem_RemoveDevicePropertyByHandle) == 0x000004, "Wrong alignment on InputDeviceSubsystem_RemoveDevicePropertyByHandle"); \ static_assert(sizeof(InputDeviceSubsystem_RemoveDevicePropertyByHandle) == 0x000004, "Wrong size on InputDeviceSubsystem_RemoveDevicePropertyByHandle"); \ static_assert(offsetof(InputDeviceSubsystem_RemoveDevicePropertyByHandle, HandleToRemove) == 0x000000, "Member 'InputDeviceSubsystem_RemoveDevicePropertyByHandle::HandleToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceSubsystem_RemoveDevicePropertyHandles \ static_assert(alignof(InputDeviceSubsystem_RemoveDevicePropertyHandles) == 0x000008, "Wrong alignment on InputDeviceSubsystem_RemoveDevicePropertyHandles"); \ static_assert(sizeof(InputDeviceSubsystem_RemoveDevicePropertyHandles) == 0x000050, "Wrong size on InputDeviceSubsystem_RemoveDevicePropertyHandles"); \ static_assert(offsetof(InputDeviceSubsystem_RemoveDevicePropertyHandles, HandlesToRemove) == 0x000000, "Member 'InputDeviceSubsystem_RemoveDevicePropertyHandles::HandlesToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceSubsystem_GetActiveDeviceProperty \ static_assert(alignof(InputDeviceSubsystem_GetActiveDeviceProperty) == 0x000008, "Wrong alignment on InputDeviceSubsystem_GetActiveDeviceProperty"); \ static_assert(sizeof(InputDeviceSubsystem_GetActiveDeviceProperty) == 0x000010, "Wrong size on InputDeviceSubsystem_GetActiveDeviceProperty"); \ static_assert(offsetof(InputDeviceSubsystem_GetActiveDeviceProperty, Handle) == 0x000000, "Member 'InputDeviceSubsystem_GetActiveDeviceProperty::Handle' has a wrong offset!"); \ static_assert(offsetof(InputDeviceSubsystem_GetActiveDeviceProperty, ReturnValue) == 0x000008, "Member 'InputDeviceSubsystem_GetActiveDeviceProperty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceSubsystem_GetInputDeviceHardwareIdentifier \ static_assert(alignof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier) == 0x000004, "Wrong alignment on InputDeviceSubsystem_GetInputDeviceHardwareIdentifier"); \ static_assert(sizeof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier) == 0x00001C, "Wrong size on InputDeviceSubsystem_GetInputDeviceHardwareIdentifier"); \ static_assert(offsetof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier, InputDevice) == 0x000000, "Member 'InputDeviceSubsystem_GetInputDeviceHardwareIdentifier::InputDevice' has a wrong offset!"); \ static_assert(offsetof(InputDeviceSubsystem_GetInputDeviceHardwareIdentifier, ReturnValue) == 0x000004, "Member 'InputDeviceSubsystem_GetInputDeviceHardwareIdentifier::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice \ static_assert(alignof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice) == 0x000004, "Wrong alignment on InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice"); \ static_assert(sizeof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice) == 0x00001C, "Wrong size on InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice"); \ static_assert(offsetof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice, InUserId) == 0x000000, "Member 'InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice::InUserId' has a wrong offset!"); \ static_assert(offsetof(InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice, ReturnValue) == 0x000004, "Member 'InputDeviceSubsystem_GetMostRecentlyUsedHardwareDevice::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputDeviceSubsystem_IsPropertyActive \ static_assert(alignof(InputDeviceSubsystem_IsPropertyActive) == 0x000004, "Wrong alignment on InputDeviceSubsystem_IsPropertyActive"); \ static_assert(sizeof(InputDeviceSubsystem_IsPropertyActive) == 0x000008, "Wrong size on InputDeviceSubsystem_IsPropertyActive"); \ static_assert(offsetof(InputDeviceSubsystem_IsPropertyActive, Handle) == 0x000000, "Member 'InputDeviceSubsystem_IsPropertyActive::Handle' has a wrong offset!"); \ static_assert(offsetof(InputDeviceSubsystem_IsPropertyActive, ReturnValue) == 0x000004, "Member 'InputDeviceSubsystem_IsPropertyActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputDeviceSubsystem \ static_assert(alignof(UInputDeviceSubsystem) == 0x000008, "Wrong alignment on UInputDeviceSubsystem"); \ static_assert(sizeof(UInputDeviceSubsystem) == 0x000198, "Wrong size on UInputDeviceSubsystem"); \ static_assert(offsetof(UInputDeviceSubsystem, OnInputHardwareDeviceChanged) == 0x000038, "Member 'UInputDeviceSubsystem::OnInputHardwareDeviceChanged' has a wrong offset!"); \ static_assert(offsetof(UInputDeviceSubsystem, ActiveProperties) == 0x000048, "Member 'UInputDeviceSubsystem::ActiveProperties' has a wrong offset!"); \ static_assert(offsetof(UInputDeviceSubsystem, PropertiesPendingRemoval) == 0x000098, "Member 'UInputDeviceSubsystem::PropertiesPendingRemoval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleTypeDataBase \ static_assert(alignof(UParticleModuleTypeDataBase) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBase"); \ static_assert(sizeof(UParticleModuleTypeDataBase) == 0x000030, "Wrong size on UParticleModuleTypeDataBase"); \ #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_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) == 0x000150, "Wrong size on UInputSettings"); \ static_assert(offsetof(UInputSettings, AxisConfig) == 0x000028, "Member 'UInputSettings::AxisConfig' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, PlatformSettings) == 0x000038, "Member 'UInputSettings::PlatformSettings' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, bUseAutocorrect) == 0x00004A, "Member 'UInputSettings::bUseAutocorrect' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ExcludedAutocorrectOS) == 0x000050, "Member 'UInputSettings::ExcludedAutocorrectOS' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ExcludedAutocorrectCultures) == 0x000060, "Member 'UInputSettings::ExcludedAutocorrectCultures' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ExcludedAutocorrectDeviceModels) == 0x000070, "Member 'UInputSettings::ExcludedAutocorrectDeviceModels' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultViewportMouseCaptureMode) == 0x000080, "Member 'UInputSettings::DefaultViewportMouseCaptureMode' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultViewportMouseLockMode) == 0x000081, "Member 'UInputSettings::DefaultViewportMouseLockMode' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, FOVScale) == 0x000084, "Member 'UInputSettings::FOVScale' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DoubleClickTime) == 0x000088, "Member 'UInputSettings::DoubleClickTime' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ActionMappings) == 0x000090, "Member 'UInputSettings::ActionMappings' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, AxisMappings) == 0x0000A0, "Member 'UInputSettings::AxisMappings' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, SpeechMappings) == 0x0000B0, "Member 'UInputSettings::SpeechMappings' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultPlayerInputClass) == 0x0000C0, "Member 'UInputSettings::DefaultPlayerInputClass' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultInputComponentClass) == 0x0000E8, "Member 'UInputSettings::DefaultInputComponentClass' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, DefaultTouchInterface) == 0x000110, "Member 'UInputSettings::DefaultTouchInterface' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ConsoleKey) == 0x000128, "Member 'UInputSettings::ConsoleKey' has a wrong offset!"); \ static_assert(offsetof(UInputSettings, ConsoleKeys) == 0x000140, "Member 'UInputSettings::ConsoleKeys' 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_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_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_ANote \ static_assert(alignof(ANote) == 0x000008, "Wrong alignment on ANote"); \ static_assert(sizeof(ANote) == 0x000230, "Wrong size on ANote"); \ #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_UInterpGroupInstDirector \ static_assert(alignof(UInterpGroupInstDirector) == 0x000008, "Wrong alignment on UInterpGroupInstDirector"); \ static_assert(sizeof(UInterpGroupInstDirector) == 0x000048, "Wrong size on UInterpGroupInstDirector"); \ #define DUMPER7_ASSERTS_UParticleModuleCameraBase \ static_assert(alignof(UParticleModuleCameraBase) == 0x000008, "Wrong alignment on UParticleModuleCameraBase"); \ static_assert(sizeof(UParticleModuleCameraBase) == 0x000030, "Wrong size on UParticleModuleCameraBase"); \ #define DUMPER7_ASSERTS_UParticleModuleCameraOffset \ static_assert(alignof(UParticleModuleCameraOffset) == 0x000008, "Wrong alignment on UParticleModuleCameraOffset"); \ static_assert(sizeof(UParticleModuleCameraOffset) == 0x000068, "Wrong size on UParticleModuleCameraOffset"); \ static_assert(offsetof(UParticleModuleCameraOffset, CameraOffset) == 0x000030, "Member 'UParticleModuleCameraOffset::CameraOffset' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleCameraOffset, UpdateMethod) == 0x000064, "Member 'UParticleModuleCameraOffset::UpdateMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackAudioMaster \ static_assert(alignof(UInterpTrackAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackAudioMaster"); \ static_assert(sizeof(UInterpTrackAudioMaster) == 0x000090, "Wrong size on UInterpTrackAudioMaster"); \ #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_UParticleModuleColorBase \ static_assert(alignof(UParticleModuleColorBase) == 0x000008, "Wrong alignment on UParticleModuleColorBase"); \ static_assert(sizeof(UParticleModuleColorBase) == 0x000030, "Wrong size on UParticleModuleColorBase"); \ #define DUMPER7_ASSERTS_UParticleModuleColorScaleOverLife \ static_assert(alignof(UParticleModuleColorScaleOverLife) == 0x000008, "Wrong alignment on UParticleModuleColorScaleOverLife"); \ static_assert(sizeof(UParticleModuleColorScaleOverLife) == 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_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_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_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_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_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_UParticleModuleRotation \ static_assert(alignof(UParticleModuleRotation) == 0x000008, "Wrong alignment on UParticleModuleRotation"); \ static_assert(sizeof(UParticleModuleRotation) == 0x000060, "Wrong size on UParticleModuleRotation"); \ static_assert(offsetof(UParticleModuleRotation, StartRotation) == 0x000030, "Member 'UParticleModuleRotation::StartRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleRotation_Seeded \ static_assert(alignof(UParticleModuleRotation_Seeded) == 0x000008, "Wrong alignment on UParticleModuleRotation_Seeded"); \ static_assert(sizeof(UParticleModuleRotation_Seeded) == 0x000080, "Wrong size on UParticleModuleRotation_Seeded"); \ static_assert(offsetof(UParticleModuleRotation_Seeded, RandomSeedInfo) == 0x000060, "Member 'UParticleModuleRotation_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UInterpTrackInstFade \ static_assert(alignof(UInterpTrackInstFade) == 0x000008, "Wrong alignment on UInterpTrackInstFade"); \ static_assert(sizeof(UInterpTrackInstFade) == 0x000028, "Wrong size on UInterpTrackInstFade"); \ #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_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_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_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_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_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_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_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_UParticleModuleMaterialBase \ static_assert(alignof(UParticleModuleMaterialBase) == 0x000008, "Wrong alignment on UParticleModuleMaterialBase"); \ static_assert(sizeof(UParticleModuleMaterialBase) == 0x000030, "Wrong size on UParticleModuleMaterialBase"); \ #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_UInterpTrackSound \ static_assert(alignof(UInterpTrackSound) == 0x000008, "Wrong alignment on UInterpTrackSound"); \ static_assert(sizeof(UInterpTrackSound) == 0x0000A8, "Wrong size on UInterpTrackSound"); \ static_assert(offsetof(UInterpTrackSound, Sounds) == 0x000090, "Member 'UInterpTrackSound::Sounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInterpTrackVectorMaterialParam \ static_assert(alignof(UInterpTrackVectorMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackVectorMaterialParam"); \ static_assert(sizeof(UInterpTrackVectorMaterialParam) == 0x0000A8, "Wrong size on UInterpTrackVectorMaterialParam"); \ static_assert(offsetof(UInterpTrackVectorMaterialParam, TargetMaterials) == 0x000090, "Member 'UInterpTrackVectorMaterialParam::TargetMaterials' has a wrong offset!"); \ static_assert(offsetof(UInterpTrackVectorMaterialParam, ParamName) == 0x0000A0, "Member 'UInterpTrackVectorMaterialParam::ParamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_KismetGuidLibrary_Conv_GuidToString \ static_assert(alignof(KismetGuidLibrary_Conv_GuidToString) == 0x000008, "Wrong alignment on KismetGuidLibrary_Conv_GuidToString"); \ static_assert(sizeof(KismetGuidLibrary_Conv_GuidToString) == 0x000020, "Wrong size on KismetGuidLibrary_Conv_GuidToString"); \ static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Conv_GuidToString::InGuid' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_Conv_GuidToString, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_Conv_GuidToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_EqualEqual_GuidGuid \ static_assert(alignof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_EqualEqual_GuidGuid"); \ static_assert(sizeof(KismetGuidLibrary_EqualEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_EqualEqual_GuidGuid"); \ static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::A' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, B) == 0x000010, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::B' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_EqualEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_EqualEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_Invalidate_Guid \ static_assert(alignof(KismetGuidLibrary_Invalidate_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_Invalidate_Guid"); \ static_assert(sizeof(KismetGuidLibrary_Invalidate_Guid) == 0x000010, "Wrong size on KismetGuidLibrary_Invalidate_Guid"); \ static_assert(offsetof(KismetGuidLibrary_Invalidate_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_Invalidate_Guid::InGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_IsValid_Guid \ static_assert(alignof(KismetGuidLibrary_IsValid_Guid) == 0x000004, "Wrong alignment on KismetGuidLibrary_IsValid_Guid"); \ static_assert(sizeof(KismetGuidLibrary_IsValid_Guid) == 0x000014, "Wrong size on KismetGuidLibrary_IsValid_Guid"); \ static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, InGuid) == 0x000000, "Member 'KismetGuidLibrary_IsValid_Guid::InGuid' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_IsValid_Guid, ReturnValue) == 0x000010, "Member 'KismetGuidLibrary_IsValid_Guid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_NewGuid \ static_assert(alignof(KismetGuidLibrary_NewGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NewGuid"); \ static_assert(sizeof(KismetGuidLibrary_NewGuid) == 0x000010, "Wrong size on KismetGuidLibrary_NewGuid"); \ static_assert(offsetof(KismetGuidLibrary_NewGuid, ReturnValue) == 0x000000, "Member 'KismetGuidLibrary_NewGuid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_NotEqual_GuidGuid \ static_assert(alignof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000004, "Wrong alignment on KismetGuidLibrary_NotEqual_GuidGuid"); \ static_assert(sizeof(KismetGuidLibrary_NotEqual_GuidGuid) == 0x000024, "Wrong size on KismetGuidLibrary_NotEqual_GuidGuid"); \ static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, A) == 0x000000, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::A' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, B) == 0x000010, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::B' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_NotEqual_GuidGuid, ReturnValue) == 0x000020, "Member 'KismetGuidLibrary_NotEqual_GuidGuid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetGuidLibrary_Parse_StringToGuid \ static_assert(alignof(KismetGuidLibrary_Parse_StringToGuid) == 0x000008, "Wrong alignment on KismetGuidLibrary_Parse_StringToGuid"); \ static_assert(sizeof(KismetGuidLibrary_Parse_StringToGuid) == 0x000028, "Wrong size on KismetGuidLibrary_Parse_StringToGuid"); \ static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, GuidString) == 0x000000, "Member 'KismetGuidLibrary_Parse_StringToGuid::GuidString' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, OutGuid) == 0x000010, "Member 'KismetGuidLibrary_Parse_StringToGuid::OutGuid' has a wrong offset!"); \ static_assert(offsetof(KismetGuidLibrary_Parse_StringToGuid, Success) == 0x000020, "Member 'KismetGuidLibrary_Parse_StringToGuid::Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetGuidLibrary \ static_assert(alignof(UKismetGuidLibrary) == 0x000008, "Wrong alignment on UKismetGuidLibrary"); \ static_assert(sizeof(UKismetGuidLibrary) == 0x000028, "Wrong size on UKismetGuidLibrary"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture \ static_assert(alignof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture) == 0x000004, "Wrong alignment on KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture) == 0x00000C, "Wrong size on KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture, SaveToConfig) == 0x000008, "Member 'KismetInternationalizationLibrary_ClearCurrentAssetGroupCulture::SaveToConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCultureDisplayName \ static_assert(alignof(KismetInternationalizationLibrary_GetCultureDisplayName) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCultureDisplayName"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetCultureDisplayName) == 0x000028, "Wrong size on KismetInternationalizationLibrary_GetCultureDisplayName"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, Localized) == 0x000010, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::Localized' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCultureDisplayName, ReturnValue) == 0x000018, "Member 'KismetInternationalizationLibrary_GetCultureDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentAssetGroupCulture \ static_assert(alignof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentAssetGroupCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture) == 0x000018, "Wrong size on KismetInternationalizationLibrary_GetCurrentAssetGroupCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentAssetGroupCulture, ReturnValue) == 0x000008, "Member 'KismetInternationalizationLibrary_GetCurrentAssetGroupCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentCulture \ static_assert(alignof(KismetInternationalizationLibrary_GetCurrentCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentCulture) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentCulture, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentLanguage \ static_assert(alignof(KismetInternationalizationLibrary_GetCurrentLanguage) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentLanguage"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentLanguage) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentLanguage"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentLanguage, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetCurrentLocale \ static_assert(alignof(KismetInternationalizationLibrary_GetCurrentLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetCurrentLocale"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetCurrentLocale) == 0x000010, "Wrong size on KismetInternationalizationLibrary_GetCurrentLocale"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetCurrentLocale, ReturnValue) == 0x000000, "Member 'KismetInternationalizationLibrary_GetCurrentLocale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetLocalizedCultures \ static_assert(alignof(KismetInternationalizationLibrary_GetLocalizedCultures) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetLocalizedCultures"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetLocalizedCultures) == 0x000018, "Wrong size on KismetInternationalizationLibrary_GetLocalizedCultures"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeGame) == 0x000000, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeGame' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeEngine) == 0x000001, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeEngine' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeEditor) == 0x000002, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeEditor' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, IncludeAdditional) == 0x000003, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::IncludeAdditional' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetLocalizedCultures, ReturnValue) == 0x000008, "Member 'KismetInternationalizationLibrary_GetLocalizedCultures::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetNativeCulture \ static_assert(alignof(KismetInternationalizationLibrary_GetNativeCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetNativeCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetNativeCulture) == 0x000018, "Wrong size on KismetInternationalizationLibrary_GetNativeCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetNativeCulture, TextCategory) == 0x000000, "Member 'KismetInternationalizationLibrary_GetNativeCulture::TextCategory' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetNativeCulture, ReturnValue) == 0x000008, "Member 'KismetInternationalizationLibrary_GetNativeCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_GetSuitableCulture \ static_assert(alignof(KismetInternationalizationLibrary_GetSuitableCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_GetSuitableCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_GetSuitableCulture) == 0x000040, "Wrong size on KismetInternationalizationLibrary_GetSuitableCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, AvailableCultures) == 0x000000, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::AvailableCultures' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, CultureToMatch) == 0x000010, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::CultureToMatch' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, FallbackCulture) == 0x000020, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::FallbackCulture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_GetSuitableCulture, ReturnValue) == 0x000030, "Member 'KismetInternationalizationLibrary_GetSuitableCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentAssetGroupCulture \ static_assert(alignof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentAssetGroupCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture) == 0x000020, "Wrong size on KismetInternationalizationLibrary_SetCurrentAssetGroupCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, AssetGroup) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::AssetGroup' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, Culture) == 0x000008, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, SaveToConfig) == 0x000018, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::SaveToConfig' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentAssetGroupCulture, ReturnValue) == 0x000019, "Member 'KismetInternationalizationLibrary_SetCurrentAssetGroupCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentCulture \ static_assert(alignof(KismetInternationalizationLibrary_SetCurrentCulture) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentCulture"); \ static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentCulture) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentCulture"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::SaveToConfig' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentCulture, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentCulture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLanguage \ static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLanguage) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLanguage"); \ static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLanguage) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLanguage"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::SaveToConfig' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguage, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLanguage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLanguageAndLocale \ static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLanguageAndLocale"); \ static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLanguageAndLocale"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::SaveToConfig' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLanguageAndLocale, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLanguageAndLocale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetInternationalizationLibrary_SetCurrentLocale \ static_assert(alignof(KismetInternationalizationLibrary_SetCurrentLocale) == 0x000008, "Wrong alignment on KismetInternationalizationLibrary_SetCurrentLocale"); \ static_assert(sizeof(KismetInternationalizationLibrary_SetCurrentLocale) == 0x000018, "Wrong size on KismetInternationalizationLibrary_SetCurrentLocale"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, Culture) == 0x000000, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::Culture' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, SaveToConfig) == 0x000010, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::SaveToConfig' has a wrong offset!"); \ static_assert(offsetof(KismetInternationalizationLibrary_SetCurrentLocale, ReturnValue) == 0x000011, "Member 'KismetInternationalizationLibrary_SetCurrentLocale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetInternationalizationLibrary \ static_assert(alignof(UKismetInternationalizationLibrary) == 0x000008, "Wrong alignment on UKismetInternationalizationLibrary"); \ static_assert(sizeof(UKismetInternationalizationLibrary) == 0x000028, "Wrong size on UKismetInternationalizationLibrary"); \ #define DUMPER7_ASSERTS_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_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_KismetStringTableLibrary_GetKeysFromStringTable \ static_assert(alignof(KismetStringTableLibrary_GetKeysFromStringTable) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetKeysFromStringTable"); \ static_assert(sizeof(KismetStringTableLibrary_GetKeysFromStringTable) == 0x000018, "Wrong size on KismetStringTableLibrary_GetKeysFromStringTable"); \ static_assert(offsetof(KismetStringTableLibrary_GetKeysFromStringTable, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetKeysFromStringTable::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetKeysFromStringTable, ReturnValue) == 0x000008, "Member 'KismetStringTableLibrary_GetKeysFromStringTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry \ static_assert(alignof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry"); \ static_assert(sizeof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry) == 0x000028, "Wrong size on KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry"); \ static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, Key) == 0x000008, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::Key' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry, ReturnValue) == 0x000018, "Member 'KismetStringTableLibrary_GetMetaDataIdsFromStringTableEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_GetRegisteredStringTables \ static_assert(alignof(KismetStringTableLibrary_GetRegisteredStringTables) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetRegisteredStringTables"); \ static_assert(sizeof(KismetStringTableLibrary_GetRegisteredStringTables) == 0x000010, "Wrong size on KismetStringTableLibrary_GetRegisteredStringTables"); \ static_assert(offsetof(KismetStringTableLibrary_GetRegisteredStringTables, ReturnValue) == 0x000000, "Member 'KismetStringTableLibrary_GetRegisteredStringTables::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableEntryMetaData \ static_assert(alignof(KismetStringTableLibrary_GetTableEntryMetaData) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableEntryMetaData"); \ static_assert(sizeof(KismetStringTableLibrary_GetTableEntryMetaData) == 0x000030, "Wrong size on KismetStringTableLibrary_GetTableEntryMetaData"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, Key) == 0x000008, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::Key' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, MetaDataId) == 0x000018, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::MetaDataId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntryMetaData, ReturnValue) == 0x000020, "Member 'KismetStringTableLibrary_GetTableEntryMetaData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableEntrySourceString \ static_assert(alignof(KismetStringTableLibrary_GetTableEntrySourceString) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableEntrySourceString"); \ static_assert(sizeof(KismetStringTableLibrary_GetTableEntrySourceString) == 0x000028, "Wrong size on KismetStringTableLibrary_GetTableEntrySourceString"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, Key) == 0x000008, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::Key' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableEntrySourceString, ReturnValue) == 0x000018, "Member 'KismetStringTableLibrary_GetTableEntrySourceString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_GetTableNamespace \ static_assert(alignof(KismetStringTableLibrary_GetTableNamespace) == 0x000008, "Wrong alignment on KismetStringTableLibrary_GetTableNamespace"); \ static_assert(sizeof(KismetStringTableLibrary_GetTableNamespace) == 0x000018, "Wrong size on KismetStringTableLibrary_GetTableNamespace"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableNamespace, TableId) == 0x000000, "Member 'KismetStringTableLibrary_GetTableNamespace::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_GetTableNamespace, ReturnValue) == 0x000008, "Member 'KismetStringTableLibrary_GetTableNamespace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_IsRegisteredTableEntry \ static_assert(alignof(KismetStringTableLibrary_IsRegisteredTableEntry) == 0x000008, "Wrong alignment on KismetStringTableLibrary_IsRegisteredTableEntry"); \ static_assert(sizeof(KismetStringTableLibrary_IsRegisteredTableEntry) == 0x000020, "Wrong size on KismetStringTableLibrary_IsRegisteredTableEntry"); \ static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, TableId) == 0x000000, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, Key) == 0x000008, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::Key' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableEntry, ReturnValue) == 0x000018, "Member 'KismetStringTableLibrary_IsRegisteredTableEntry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KismetStringTableLibrary_IsRegisteredTableId \ static_assert(alignof(KismetStringTableLibrary_IsRegisteredTableId) == 0x000004, "Wrong alignment on KismetStringTableLibrary_IsRegisteredTableId"); \ static_assert(sizeof(KismetStringTableLibrary_IsRegisteredTableId) == 0x00000C, "Wrong size on KismetStringTableLibrary_IsRegisteredTableId"); \ static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableId, TableId) == 0x000000, "Member 'KismetStringTableLibrary_IsRegisteredTableId::TableId' has a wrong offset!"); \ static_assert(offsetof(KismetStringTableLibrary_IsRegisteredTableId, ReturnValue) == 0x000008, "Member 'KismetStringTableLibrary_IsRegisteredTableId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKismetStringTableLibrary \ static_assert(alignof(UKismetStringTableLibrary) == 0x000008, "Wrong alignment on UKismetStringTableLibrary"); \ static_assert(sizeof(UKismetStringTableLibrary) == 0x000028, "Wrong size on UKismetStringTableLibrary"); \ #define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Float \ static_assert(alignof(KismetTextLibrary_AsCurrency_Float) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrency_Float"); \ static_assert(sizeof(KismetTextLibrary_AsCurrency_Float) == 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_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_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_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_UParticleModuleSpawnBase \ static_assert(alignof(UParticleModuleSpawnBase) == 0x000008, "Wrong alignment on UParticleModuleSpawnBase"); \ static_assert(sizeof(UParticleModuleSpawnBase) == 0x000038, "Wrong size on UParticleModuleSpawnBase"); \ #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) == 0x000160, "Wrong size on ULevelStreamingDynamic"); \ #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_ALevelStreamingVolume \ static_assert(alignof(ALevelStreamingVolume) == 0x000008, "Wrong alignment on ALevelStreamingVolume"); \ static_assert(sizeof(ALevelStreamingVolume) == 0x000280, "Wrong size on ALevelStreamingVolume"); \ static_assert(offsetof(ALevelStreamingVolume, StreamingLevelNames) == 0x000268, "Member 'ALevelStreamingVolume::StreamingLevelNames' has a wrong offset!"); \ static_assert(offsetof(ALevelStreamingVolume, StreamingUsage) == 0x00027C, "Member 'ALevelStreamingVolume::StreamingUsage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULightmappedSurfaceCollection \ static_assert(alignof(ULightmappedSurfaceCollection) == 0x000008, "Wrong alignment on ULightmappedSurfaceCollection"); \ static_assert(sizeof(ULightmappedSurfaceCollection) == 0x000040, "Wrong size on ULightmappedSurfaceCollection"); \ static_assert(offsetof(ULightmappedSurfaceCollection, SourceModel) == 0x000028, "Member 'ULightmappedSurfaceCollection::SourceModel' has a wrong offset!"); \ static_assert(offsetof(ULightmappedSurfaceCollection, Surfaces) == 0x000030, "Member 'ULightmappedSurfaceCollection::Surfaces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_ALightmassCharacterIndirectDetailVolume \ static_assert(alignof(ALightmassCharacterIndirectDetailVolume) == 0x000008, "Wrong alignment on ALightmassCharacterIndirectDetailVolume"); \ static_assert(sizeof(ALightmassCharacterIndirectDetailVolume) == 0x000268, "Wrong size on ALightmassCharacterIndirectDetailVolume"); \ #define DUMPER7_ASSERTS_ALightmassImportanceVolume \ static_assert(alignof(ALightmassImportanceVolume) == 0x000008, "Wrong alignment on ALightmassImportanceVolume"); \ static_assert(sizeof(ALightmassImportanceVolume) == 0x000268, "Wrong size on ALightmassImportanceVolume"); \ #define DUMPER7_ASSERTS_ULightmassPrimitiveSettingsObject \ static_assert(alignof(ULightmassPrimitiveSettingsObject) == 0x000008, "Wrong alignment on ULightmassPrimitiveSettingsObject"); \ static_assert(sizeof(ULightmassPrimitiveSettingsObject) == 0x000040, "Wrong size on ULightmassPrimitiveSettingsObject"); \ static_assert(offsetof(ULightmassPrimitiveSettingsObject, LightmassSettings) == 0x000028, "Member 'ULightmassPrimitiveSettingsObject::LightmassSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULineBatchComponent \ static_assert(alignof(ULineBatchComponent) == 0x000010, "Wrong alignment on ULineBatchComponent"); \ static_assert(sizeof(ULineBatchComponent) == 0x0004A0, "Wrong size on ULineBatchComponent"); \ #define DUMPER7_ASSERTS_ALODActor \ static_assert(alignof(ALODActor) == 0x000008, "Wrong alignment on ALODActor"); \ static_assert(sizeof(ALODActor) == 0x0002B8, "Wrong size on ALODActor"); \ static_assert(offsetof(ALODActor, StaticMeshComponent) == 0x000230, "Member 'ALODActor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ALODActor, InstancedStaticMeshComponents) == 0x000238, "Member 'ALODActor::InstancedStaticMeshComponents' has a wrong offset!"); \ static_assert(offsetof(ALODActor, Proxy) == 0x000288, "Member 'ALODActor::Proxy' has a wrong offset!"); \ static_assert(offsetof(ALODActor, Key) == 0x000290, "Member 'ALODActor::Key' has a wrong offset!"); \ static_assert(offsetof(ALODActor, LODDrawDistance) == 0x000298, "Member 'ALODActor::LODDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ALODActor, LODLevel) == 0x00029C, "Member 'ALODActor::LODLevel' has a wrong offset!"); \ static_assert(offsetof(ALODActor, SubActors) == 0x0002A0, "Member 'ALODActor::SubActors' has a wrong offset!"); \ static_assert(offsetof(ALODActor, CachedNumHLODLevels) == 0x0002B0, "Member 'ALODActor::CachedNumHLODLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LODSyncComponent_GetLODSyncDebugText \ static_assert(alignof(LODSyncComponent_GetLODSyncDebugText) == 0x000008, "Wrong alignment on LODSyncComponent_GetLODSyncDebugText"); \ static_assert(sizeof(LODSyncComponent_GetLODSyncDebugText) == 0x000010, "Wrong size on LODSyncComponent_GetLODSyncDebugText"); \ static_assert(offsetof(LODSyncComponent_GetLODSyncDebugText, ReturnValue) == 0x000000, "Member 'LODSyncComponent_GetLODSyncDebugText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULODSyncComponent \ static_assert(alignof(ULODSyncComponent) == 0x000008, "Wrong alignment on ULODSyncComponent"); \ static_assert(sizeof(ULODSyncComponent) == 0x000148, "Wrong size on ULODSyncComponent"); \ static_assert(offsetof(ULODSyncComponent, NumLODs) == 0x0000B8, "Member 'ULODSyncComponent::NumLODs' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, ForcedLOD) == 0x0000BC, "Member 'ULODSyncComponent::ForcedLOD' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, ComponentsToSync) == 0x0000C0, "Member 'ULODSyncComponent::ComponentsToSync' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, CustomLODMapping) == 0x0000D0, "Member 'ULODSyncComponent::CustomLODMapping' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, CurrentLOD) == 0x000120, "Member 'ULODSyncComponent::CurrentLOD' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, CurrentNumLODs) == 0x000124, "Member 'ULODSyncComponent::CurrentNumLODs' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, DriveComponents) == 0x000128, "Member 'ULODSyncComponent::DriveComponents' has a wrong offset!"); \ static_assert(offsetof(ULODSyncComponent, SubComponents) == 0x000138, "Member 'ULODSyncComponent::SubComponents' 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_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_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_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) == 0x000470, "Wrong size on UMaterialBillboardComponent"); \ static_assert(offsetof(UMaterialBillboardComponent, Elements) == 0x000460, "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_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_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_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_UMaterialFunctionMaterialLayer \ static_assert(alignof(UMaterialFunctionMaterialLayer) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayer"); \ static_assert(sizeof(UMaterialFunctionMaterialLayer) == 0x000058, "Wrong size on UMaterialFunctionMaterialLayer"); \ #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_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_UMaterialExpressionStaticComponentMaskParameter \ static_assert(alignof(UMaterialExpressionStaticComponentMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticComponentMaskParameter"); \ static_assert(sizeof(UMaterialExpressionStaticComponentMaskParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticComponentMaskParameter"); \ #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_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_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_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) == 0x0002D8, "Wrong size on AMatineeActor"); \ static_assert(offsetof(AMatineeActor, MatineeData) == 0x000230, "Member 'AMatineeActor::MatineeData' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, MatineeControllerName) == 0x000238, "Member 'AMatineeActor::MatineeControllerName' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, PlayRate) == 0x000240, "Member 'AMatineeActor::PlayRate' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, ForceStartPosition) == 0x000248, "Member 'AMatineeActor::ForceStartPosition' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, PreferredSplitScreenNum) == 0x000250, "Member 'AMatineeActor::PreferredSplitScreenNum' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, GroupActorInfos) == 0x000258, "Member 'AMatineeActor::GroupActorInfos' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, GroupInst) == 0x000270, "Member 'AMatineeActor::GroupInst' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, CameraCuts) == 0x000280, "Member 'AMatineeActor::CameraCuts' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, InterpPosition) == 0x000294, "Member 'AMatineeActor::InterpPosition' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, ReplicationForceIsPlaying) == 0x00029C, "Member 'AMatineeActor::ReplicationForceIsPlaying' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnPlay) == 0x0002A0, "Member 'AMatineeActor::OnPlay' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnStop) == 0x0002B0, "Member 'AMatineeActor::OnStop' has a wrong offset!"); \ static_assert(offsetof(AMatineeActor, OnPause) == 0x0002C0, "Member 'AMatineeActor::OnPause' 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_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_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_UMaterialExpressionAtmosphericLightColor \ static_assert(alignof(UMaterialExpressionAtmosphericLightColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightColor"); \ static_assert(sizeof(UMaterialExpressionAtmosphericLightColor) == 0x000040, "Wrong size on UMaterialExpressionAtmosphericLightColor"); \ #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_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_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_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_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_UMaterialExpressionBreakMaterialAttributes \ static_assert(alignof(UMaterialExpressionBreakMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBreakMaterialAttributes"); \ static_assert(sizeof(UMaterialExpressionBreakMaterialAttributes) == 0x000058, "Wrong size on UMaterialExpressionBreakMaterialAttributes"); \ static_assert(offsetof(UMaterialExpressionBreakMaterialAttributes, MaterialAttributes) == 0x000040, "Member 'UMaterialExpressionBreakMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionBumpOffset \ static_assert(alignof(UMaterialExpressionBumpOffset) == 0x000008, "Wrong alignment on UMaterialExpressionBumpOffset"); \ static_assert(sizeof(UMaterialExpressionBumpOffset) == 0x000088, "Wrong size on UMaterialExpressionBumpOffset"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, Coordinate) == 0x000040, "Member 'UMaterialExpressionBumpOffset::Coordinate' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, Height) == 0x000054, "Member 'UMaterialExpressionBumpOffset::Height' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatioInput) == 0x000068, "Member 'UMaterialExpressionBumpOffset::HeightRatioInput' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatio) == 0x00007C, "Member 'UMaterialExpressionBumpOffset::HeightRatio' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, ReferencePlane) == 0x000080, "Member 'UMaterialExpressionBumpOffset::ReferencePlane' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionBumpOffset, ConstCoordinate) == 0x000084, "Member 'UMaterialExpressionBumpOffset::ConstCoordinate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCameraPositionWS \ static_assert(alignof(UMaterialExpressionCameraPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraPositionWS"); \ static_assert(sizeof(UMaterialExpressionCameraPositionWS) == 0x000040, "Wrong size on UMaterialExpressionCameraPositionWS"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCameraVectorWS \ static_assert(alignof(UMaterialExpressionCameraVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraVectorWS"); \ static_assert(sizeof(UMaterialExpressionCameraVectorWS) == 0x000040, "Wrong size on UMaterialExpressionCameraVectorWS"); \ #define DUMPER7_ASSERTS_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_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_UMaterialExpressionVectorParameter \ static_assert(alignof(UMaterialExpressionVectorParameter) == 0x000008, "Wrong alignment on UMaterialExpressionVectorParameter"); \ static_assert(sizeof(UMaterialExpressionVectorParameter) == 0x000070, "Wrong size on UMaterialExpressionVectorParameter"); \ static_assert(offsetof(UMaterialExpressionVectorParameter, DefaultValue) == 0x000058, "Member 'UMaterialExpressionVectorParameter::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorParameter, bUseCustomPrimitiveData) == 0x000068, "Member 'UMaterialExpressionVectorParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorParameter, PrimitiveDataIndex) == 0x000069, "Member 'UMaterialExpressionVectorParameter::PrimitiveDataIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionChannelMaskParameter \ static_assert(alignof(UMaterialExpressionChannelMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionChannelMaskParameter"); \ static_assert(sizeof(UMaterialExpressionChannelMaskParameter) == 0x000078, "Wrong size on UMaterialExpressionChannelMaskParameter"); \ static_assert(offsetof(UMaterialExpressionChannelMaskParameter, MaskChannel) == 0x000070, "Member 'UMaterialExpressionChannelMaskParameter::MaskChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UMaterialExpressionCloudSampleAttribute \ static_assert(alignof(UMaterialExpressionCloudSampleAttribute) == 0x000008, "Wrong alignment on UMaterialExpressionCloudSampleAttribute"); \ static_assert(sizeof(UMaterialExpressionCloudSampleAttribute) == 0x000040, "Wrong size on UMaterialExpressionCloudSampleAttribute"); \ #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_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_UMaterialExpressionParticleSize \ static_assert(alignof(UMaterialExpressionParticleSize) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSize"); \ static_assert(sizeof(UMaterialExpressionParticleSize) == 0x000040, "Wrong size on UMaterialExpressionParticleSize"); \ #define DUMPER7_ASSERTS_UMaterialExpressionComponentMask \ static_assert(alignof(UMaterialExpressionComponentMask) == 0x000008, "Wrong alignment on UMaterialExpressionComponentMask"); \ static_assert(sizeof(UMaterialExpressionComponentMask) == 0x000058, "Wrong size on UMaterialExpressionComponentMask"); \ static_assert(offsetof(UMaterialExpressionComponentMask, Input) == 0x000040, "Member 'UMaterialExpressionComponentMask::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionConstant \ static_assert(alignof(UMaterialExpressionConstant) == 0x000008, "Wrong alignment on UMaterialExpressionConstant"); \ static_assert(sizeof(UMaterialExpressionConstant) == 0x000048, "Wrong size on UMaterialExpressionConstant"); \ static_assert(offsetof(UMaterialExpressionConstant, R) == 0x000040, "Member 'UMaterialExpressionConstant::R' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionConstant2Vector \ static_assert(alignof(UMaterialExpressionConstant2Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant2Vector"); \ static_assert(sizeof(UMaterialExpressionConstant2Vector) == 0x000048, "Wrong size on UMaterialExpressionConstant2Vector"); \ static_assert(offsetof(UMaterialExpressionConstant2Vector, R) == 0x000040, "Member 'UMaterialExpressionConstant2Vector::R' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionConstant2Vector, G) == 0x000044, "Member 'UMaterialExpressionConstant2Vector::G' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionConstant3Vector \ static_assert(alignof(UMaterialExpressionConstant3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant3Vector"); \ static_assert(sizeof(UMaterialExpressionConstant3Vector) == 0x000050, "Wrong size on UMaterialExpressionConstant3Vector"); \ static_assert(offsetof(UMaterialExpressionConstant3Vector, Constant) == 0x000040, "Member 'UMaterialExpressionConstant3Vector::Constant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionConstant4Vector \ static_assert(alignof(UMaterialExpressionConstant4Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant4Vector"); \ static_assert(sizeof(UMaterialExpressionConstant4Vector) == 0x000050, "Wrong size on UMaterialExpressionConstant4Vector"); \ static_assert(offsetof(UMaterialExpressionConstant4Vector, Constant) == 0x000040, "Member 'UMaterialExpressionConstant4Vector::Constant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionConstantBiasScale \ static_assert(alignof(UMaterialExpressionConstantBiasScale) == 0x000008, "Wrong alignment on UMaterialExpressionConstantBiasScale"); \ static_assert(sizeof(UMaterialExpressionConstantBiasScale) == 0x000060, "Wrong size on UMaterialExpressionConstantBiasScale"); \ static_assert(offsetof(UMaterialExpressionConstantBiasScale, Input) == 0x000040, "Member 'UMaterialExpressionConstantBiasScale::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionConstantBiasScale, Bias) == 0x000054, "Member 'UMaterialExpressionConstantBiasScale::Bias' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionConstantBiasScale, Scale) == 0x000058, "Member 'UMaterialExpressionConstantBiasScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCosine \ static_assert(alignof(UMaterialExpressionCosine) == 0x000008, "Wrong alignment on UMaterialExpressionCosine"); \ static_assert(sizeof(UMaterialExpressionCosine) == 0x000058, "Wrong size on UMaterialExpressionCosine"); \ static_assert(offsetof(UMaterialExpressionCosine, Input) == 0x000040, "Member 'UMaterialExpressionCosine::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCosine, Period) == 0x000054, "Member 'UMaterialExpressionCosine::Period' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionCrossProduct \ static_assert(alignof(UMaterialExpressionCrossProduct) == 0x000008, "Wrong alignment on UMaterialExpressionCrossProduct"); \ static_assert(sizeof(UMaterialExpressionCrossProduct) == 0x000068, "Wrong size on UMaterialExpressionCrossProduct"); \ static_assert(offsetof(UMaterialExpressionCrossProduct, A) == 0x000040, "Member 'UMaterialExpressionCrossProduct::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionCrossProduct, B) == 0x000054, "Member 'UMaterialExpressionCrossProduct::B' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionPixelNormalWS \ static_assert(alignof(UMaterialExpressionPixelNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionPixelNormalWS"); \ static_assert(sizeof(UMaterialExpressionPixelNormalWS) == 0x000040, "Wrong size on UMaterialExpressionPixelNormalWS"); \ #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_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_UMaterialExpressionScreenPosition \ static_assert(alignof(UMaterialExpressionScreenPosition) == 0x000008, "Wrong alignment on UMaterialExpressionScreenPosition"); \ static_assert(sizeof(UMaterialExpressionScreenPosition) == 0x000040, "Wrong size on UMaterialExpressionScreenPosition"); \ #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_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_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_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_UMaterialExpressionDeltaTime \ static_assert(alignof(UMaterialExpressionDeltaTime) == 0x000008, "Wrong alignment on UMaterialExpressionDeltaTime"); \ static_assert(sizeof(UMaterialExpressionDeltaTime) == 0x000040, "Wrong size on UMaterialExpressionDeltaTime"); \ #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_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_AMeshMergeCullingVolume \ static_assert(alignof(AMeshMergeCullingVolume) == 0x000008, "Wrong alignment on AMeshMergeCullingVolume"); \ static_assert(sizeof(AMeshMergeCullingVolume) == 0x000268, "Wrong size on AMeshMergeCullingVolume"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDeriveNormalZ \ static_assert(alignof(UMaterialExpressionDeriveNormalZ) == 0x000008, "Wrong alignment on UMaterialExpressionDeriveNormalZ"); \ static_assert(sizeof(UMaterialExpressionDeriveNormalZ) == 0x000058, "Wrong size on UMaterialExpressionDeriveNormalZ"); \ static_assert(offsetof(UMaterialExpressionDeriveNormalZ, InXY) == 0x000040, "Member 'UMaterialExpressionDeriveNormalZ::InXY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDesaturation \ static_assert(alignof(UMaterialExpressionDesaturation) == 0x000008, "Wrong alignment on UMaterialExpressionDesaturation"); \ static_assert(sizeof(UMaterialExpressionDesaturation) == 0x000078, "Wrong size on UMaterialExpressionDesaturation"); \ static_assert(offsetof(UMaterialExpressionDesaturation, Input) == 0x000040, "Member 'UMaterialExpressionDesaturation::Input' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDesaturation, Fraction) == 0x000054, "Member 'UMaterialExpressionDesaturation::Fraction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionDesaturation, LuminanceFactors) == 0x000068, "Member 'UMaterialExpressionDesaturation::LuminanceFactors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000810, "Wrong size on UPoseableMeshComponent"); \ #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_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_UMaterialExpressionDistanceCullFade \ static_assert(alignof(UMaterialExpressionDistanceCullFade) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceCullFade"); \ static_assert(sizeof(UMaterialExpressionDistanceCullFade) == 0x000040, "Wrong size on UMaterialExpressionDistanceCullFade"); \ #define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldGradient \ static_assert(alignof(UMaterialExpressionDistanceFieldGradient) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldGradient"); \ static_assert(sizeof(UMaterialExpressionDistanceFieldGradient) == 0x000058, "Wrong size on UMaterialExpressionDistanceFieldGradient"); \ static_assert(offsetof(UMaterialExpressionDistanceFieldGradient, position) == 0x000040, "Member 'UMaterialExpressionDistanceFieldGradient::position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionViewSize \ static_assert(alignof(UMaterialExpressionViewSize) == 0x000008, "Wrong alignment on UMaterialExpressionViewSize"); \ static_assert(sizeof(UMaterialExpressionViewSize) == 0x000040, "Wrong size on UMaterialExpressionViewSize"); \ #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_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_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_INavEdgeProviderInterface \ static_assert(alignof(INavEdgeProviderInterface) == 0x000001, "Wrong alignment on INavEdgeProviderInterface"); \ static_assert(sizeof(INavEdgeProviderInterface) == 0x000001, "Wrong size on INavEdgeProviderInterface"); \ #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_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_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_UMaterialExpressionEyeAdaptation \ static_assert(alignof(UMaterialExpressionEyeAdaptation) == 0x000008, "Wrong alignment on UMaterialExpressionEyeAdaptation"); \ static_assert(sizeof(UMaterialExpressionEyeAdaptation) == 0x000040, "Wrong size on UMaterialExpressionEyeAdaptation"); \ #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_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_UParticleModuleCollisionBase \ static_assert(alignof(UParticleModuleCollisionBase) == 0x000008, "Wrong alignment on UParticleModuleCollisionBase"); \ static_assert(sizeof(UParticleModuleCollisionBase) == 0x000030, "Wrong size on UParticleModuleCollisionBase"); \ #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_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_INavRelevantInterface \ static_assert(alignof(INavRelevantInterface) == 0x000001, "Wrong alignment on INavRelevantInterface"); \ static_assert(sizeof(INavRelevantInterface) == 0x000001, "Wrong size on INavRelevantInterface"); \ #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_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_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_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_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_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_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_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_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_UMaterialExpressionLightmapUVs \ static_assert(alignof(UMaterialExpressionLightmapUVs) == 0x000008, "Wrong alignment on UMaterialExpressionLightmapUVs"); \ static_assert(sizeof(UMaterialExpressionLightmapUVs) == 0x000040, "Wrong size on UMaterialExpressionLightmapUVs"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLightmassReplace \ static_assert(alignof(UMaterialExpressionLightmassReplace) == 0x000008, "Wrong alignment on UMaterialExpressionLightmassReplace"); \ static_assert(sizeof(UMaterialExpressionLightmassReplace) == 0x000068, "Wrong size on UMaterialExpressionLightmassReplace"); \ static_assert(offsetof(UMaterialExpressionLightmassReplace, Realtime) == 0x000040, "Member 'UMaterialExpressionLightmassReplace::Realtime' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLightmassReplace, Lightmass) == 0x000054, "Member 'UMaterialExpressionLightmassReplace::Lightmass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLightVector \ static_assert(alignof(UMaterialExpressionLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionLightVector"); \ static_assert(sizeof(UMaterialExpressionLightVector) == 0x000040, "Wrong size on UMaterialExpressionLightVector"); \ #define DUMPER7_ASSERTS_UModelComponent \ static_assert(alignof(UModelComponent) == 0x000010, "Wrong alignment on UModelComponent"); \ static_assert(sizeof(UModelComponent) == 0x0004A0, "Wrong size on UModelComponent"); \ static_assert(offsetof(UModelComponent, ModelBodySetup) == 0x000478, "Member 'UModelComponent::ModelBodySetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLinearInterpolate \ static_assert(alignof(UMaterialExpressionLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionLinearInterpolate"); \ static_assert(sizeof(UMaterialExpressionLinearInterpolate) == 0x000088, "Wrong size on UMaterialExpressionLinearInterpolate"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, A) == 0x000040, "Member 'UMaterialExpressionLinearInterpolate::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, B) == 0x000054, "Member 'UMaterialExpressionLinearInterpolate::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, Alpha) == 0x000068, "Member 'UMaterialExpressionLinearInterpolate::Alpha' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstA) == 0x00007C, "Member 'UMaterialExpressionLinearInterpolate::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstB) == 0x000080, "Member 'UMaterialExpressionLinearInterpolate::ConstB' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstAlpha) == 0x000084, "Member 'UMaterialExpressionLinearInterpolate::ConstAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionPreSkinnedNormal \ static_assert(alignof(UMaterialExpressionPreSkinnedNormal) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedNormal"); \ static_assert(sizeof(UMaterialExpressionPreSkinnedNormal) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedNormal"); \ #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_UMaterialExpressionMaterialFunctionCall \ static_assert(alignof(UMaterialExpressionMaterialFunctionCall) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialFunctionCall"); \ static_assert(sizeof(UMaterialExpressionMaterialFunctionCall) == 0x000058, "Wrong size on UMaterialExpressionMaterialFunctionCall"); \ static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, MaterialFunction) == 0x000040, "Member 'UMaterialExpressionMaterialFunctionCall::MaterialFunction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, FunctionParameterInfo) == 0x000048, "Member 'UMaterialExpressionMaterialFunctionCall::FunctionParameterInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMaterialLayerOutput \ static_assert(alignof(UMaterialExpressionMaterialLayerOutput) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialLayerOutput"); \ static_assert(sizeof(UMaterialExpressionMaterialLayerOutput) == 0x000088, "Wrong size on UMaterialExpressionMaterialLayerOutput"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMaterialProxyReplace \ static_assert(alignof(UMaterialExpressionMaterialProxyReplace) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialProxyReplace"); \ static_assert(sizeof(UMaterialExpressionMaterialProxyReplace) == 0x000068, "Wrong size on UMaterialExpressionMaterialProxyReplace"); \ static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, Realtime) == 0x000040, "Member 'UMaterialExpressionMaterialProxyReplace::Realtime' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, MaterialProxy) == 0x000054, "Member 'UMaterialExpressionMaterialProxyReplace::MaterialProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionMax \ static_assert(alignof(UMaterialExpressionMax) == 0x000008, "Wrong alignment on UMaterialExpressionMax"); \ static_assert(sizeof(UMaterialExpressionMax) == 0x000070, "Wrong size on UMaterialExpressionMax"); \ static_assert(offsetof(UMaterialExpressionMax, A) == 0x000040, "Member 'UMaterialExpressionMax::A' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMax, B) == 0x000054, "Member 'UMaterialExpressionMax::B' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMax, ConstA) == 0x000068, "Member 'UMaterialExpressionMax::ConstA' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionMax, ConstB) == 0x00006C, "Member 'UMaterialExpressionMax::ConstB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_UMaterialExpressionObjectBounds \ static_assert(alignof(UMaterialExpressionObjectBounds) == 0x000008, "Wrong alignment on UMaterialExpressionObjectBounds"); \ static_assert(sizeof(UMaterialExpressionObjectBounds) == 0x000040, "Wrong size on UMaterialExpressionObjectBounds"); \ #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_UMaterialExpressionObjectOrientation \ static_assert(alignof(UMaterialExpressionObjectOrientation) == 0x000008, "Wrong alignment on UMaterialExpressionObjectOrientation"); \ static_assert(sizeof(UMaterialExpressionObjectOrientation) == 0x000040, "Wrong size on UMaterialExpressionObjectOrientation"); \ #define DUMPER7_ASSERTS_UMaterialExpressionObjectPositionWS \ static_assert(alignof(UMaterialExpressionObjectPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionObjectPositionWS"); \ static_assert(sizeof(UMaterialExpressionObjectPositionWS) == 0x000040, "Wrong size on UMaterialExpressionObjectPositionWS"); \ #define DUMPER7_ASSERTS_UMaterialExpressionObjectRadius \ static_assert(alignof(UMaterialExpressionObjectRadius) == 0x000008, "Wrong alignment on UMaterialExpressionObjectRadius"); \ static_assert(sizeof(UMaterialExpressionObjectRadius) == 0x000040, "Wrong size on UMaterialExpressionObjectRadius"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionTextureSampleParameter2DArray \ static_assert(alignof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2DArray"); \ static_assert(sizeof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter2DArray"); \ #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_AMaterialInstanceActor \ static_assert(alignof(AMaterialInstanceActor) == 0x000008, "Wrong alignment on AMaterialInstanceActor"); \ static_assert(sizeof(AMaterialInstanceActor) == 0x000240, "Wrong size on AMaterialInstanceActor"); \ static_assert(offsetof(AMaterialInstanceActor, TargetActors) == 0x000230, "Member 'AMaterialInstanceActor::TargetActors' has a wrong offset!"); \ #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_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_UMaterialExpressionParticleSpeed \ static_assert(alignof(UMaterialExpressionParticleSpeed) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSpeed"); \ static_assert(sizeof(UMaterialExpressionParticleSpeed) == 0x000040, "Wrong size on UMaterialExpressionParticleSpeed"); \ #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_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_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_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_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_UMaterialExpressionReflectionCapturePassSwitch \ static_assert(alignof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionCapturePassSwitch"); \ static_assert(sizeof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000068, "Wrong size on UMaterialExpressionReflectionCapturePassSwitch"); \ static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Default) == 0x000040, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Default' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Reflection) == 0x000054, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Reflection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionReflectionVectorWS \ static_assert(alignof(UMaterialExpressionReflectionVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionVectorWS"); \ static_assert(sizeof(UMaterialExpressionReflectionVectorWS) == 0x000058, "Wrong size on UMaterialExpressionReflectionVectorWS"); \ static_assert(offsetof(UMaterialExpressionReflectionVectorWS, CustomWorldNormal) == 0x000040, "Member 'UMaterialExpressionReflectionVectorWS::CustomWorldNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionRotator \ static_assert(alignof(UMaterialExpressionRotator) == 0x000008, "Wrong alignment on UMaterialExpressionRotator"); \ static_assert(sizeof(UMaterialExpressionRotator) == 0x000078, "Wrong size on UMaterialExpressionRotator"); \ static_assert(offsetof(UMaterialExpressionRotator, Coordinate) == 0x000040, "Member 'UMaterialExpressionRotator::Coordinate' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotator, Time) == 0x000054, "Member 'UMaterialExpressionRotator::Time' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotator, CenterX) == 0x000068, "Member 'UMaterialExpressionRotator::CenterX' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotator, CenterY) == 0x00006C, "Member 'UMaterialExpressionRotator::CenterY' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotator, Speed) == 0x000070, "Member 'UMaterialExpressionRotator::Speed' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRotator, ConstCoordinate) == 0x000074, "Member 'UMaterialExpressionRotator::ConstCoordinate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRound \ static_assert(alignof(UMaterialExpressionRound) == 0x000008, "Wrong alignment on UMaterialExpressionRound"); \ static_assert(sizeof(UMaterialExpressionRound) == 0x000058, "Wrong size on UMaterialExpressionRound"); \ static_assert(offsetof(UMaterialExpressionRound, Input) == 0x000040, "Member 'UMaterialExpressionRound::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UMaterialExpressionRuntimeVirtualTextureSample \ static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSample"); \ static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000090, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSample"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, Coordinates) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::Coordinates' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, WorldPosition) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValue) == 0x000068, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValue' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, VirtualTexture) == 0x000080, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::VirtualTexture' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MaterialType) == 0x000088, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MaterialType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bSinglePhysicalSpace) == 0x000089, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bSinglePhysicalSpace' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bAdaptive) == 0x00008A, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bAdaptive' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValueMode) == 0x00008B, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValueMode' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, TextureAddressMode) == 0x00008C, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::TextureAddressMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSampleParameter \ static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x0000B0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ParameterName) == 0x000090, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ExpressionGUID) == 0x000098, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ExpressionGUID' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, Group) == 0x0000A8, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::Group' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_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_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_UMaterialExpressionTextureObject \ static_assert(alignof(UMaterialExpressionTextureObject) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObject"); \ static_assert(sizeof(UMaterialExpressionTextureObject) == 0x000048, "Wrong size on UMaterialExpressionTextureObject"); \ #define DUMPER7_ASSERTS_UMaterialExpressionTextureObjectParameter \ static_assert(alignof(UMaterialExpressionTextureObjectParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObjectParameter"); \ static_assert(sizeof(UMaterialExpressionTextureObjectParameter) == 0x000080, "Wrong size on UMaterialExpressionTextureObjectParameter"); \ #define DUMPER7_ASSERTS_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_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_UMaterialExpressionTwoSidedSign \ static_assert(alignof(UMaterialExpressionTwoSidedSign) == 0x000008, "Wrong alignment on UMaterialExpressionTwoSidedSign"); \ static_assert(sizeof(UMaterialExpressionTwoSidedSign) == 0x000040, "Wrong size on UMaterialExpressionTwoSidedSign"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVectorNoise \ static_assert(alignof(UMaterialExpressionVectorNoise) == 0x000008, "Wrong alignment on UMaterialExpressionVectorNoise"); \ static_assert(sizeof(UMaterialExpressionVectorNoise) == 0x000068, "Wrong size on UMaterialExpressionVectorNoise"); \ static_assert(offsetof(UMaterialExpressionVectorNoise, position) == 0x000040, "Member 'UMaterialExpressionVectorNoise::position' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorNoise, NoiseFunction) == 0x000054, "Member 'UMaterialExpressionVectorNoise::NoiseFunction' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorNoise, Quality) == 0x000058, "Member 'UMaterialExpressionVectorNoise::Quality' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionVectorNoise, TileSize) == 0x000060, "Member 'UMaterialExpressionVectorNoise::TileSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVertexColor \ static_assert(alignof(UMaterialExpressionVertexColor) == 0x000008, "Wrong alignment on UMaterialExpressionVertexColor"); \ static_assert(sizeof(UMaterialExpressionVertexColor) == 0x000040, "Wrong size on UMaterialExpressionVertexColor"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVertexInterpolator \ static_assert(alignof(UMaterialExpressionVertexInterpolator) == 0x000008, "Wrong alignment on UMaterialExpressionVertexInterpolator"); \ static_assert(sizeof(UMaterialExpressionVertexInterpolator) == 0x000060, "Wrong size on UMaterialExpressionVertexInterpolator"); \ static_assert(offsetof(UMaterialExpressionVertexInterpolator, Input) == 0x000040, "Member 'UMaterialExpressionVertexInterpolator::Input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionVertexTangentWS \ static_assert(alignof(UMaterialExpressionVertexTangentWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexTangentWS"); \ static_assert(sizeof(UMaterialExpressionVertexTangentWS) == 0x000040, "Wrong size on UMaterialExpressionVertexTangentWS"); \ #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_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_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_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_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_AMatineeActorCameraAnim \ static_assert(alignof(AMatineeActorCameraAnim) == 0x000008, "Wrong alignment on AMatineeActorCameraAnim"); \ static_assert(sizeof(AMatineeActorCameraAnim) == 0x0002E0, "Wrong size on AMatineeActorCameraAnim"); \ static_assert(offsetof(AMatineeActorCameraAnim, CameraAnim) == 0x0002D8, "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_UMeshSimplificationSettings \ static_assert(alignof(UMeshSimplificationSettings) == 0x000008, "Wrong alignment on UMeshSimplificationSettings"); \ static_assert(sizeof(UMeshSimplificationSettings) == 0x000040, "Wrong size on UMeshSimplificationSettings"); \ static_assert(offsetof(UMeshSimplificationSettings, MeshReductionModuleName) == 0x000038, "Member 'UMeshSimplificationSettings::MeshReductionModuleName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis \ static_assert(alignof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis"); \ static_assert(sizeof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis) == 0x000030, "Wrong size on MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, StartColor) == 0x000008, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::StartColor' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, EndColor) == 0x000018, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::EndColor' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, Axis) == 0x000028, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis, bConvertToSRGB) == 0x000029, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesLerpAlongAxis::bConvertToSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_PaintVerticesSingleColor \ static_assert(alignof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_PaintVerticesSingleColor"); \ static_assert(sizeof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor) == 0x000020, "Wrong size on MeshVertexPainterKismetLibrary_PaintVerticesSingleColor"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, FillColor) == 0x000008, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::FillColor' has a wrong offset!"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_PaintVerticesSingleColor, bConvertToSRGB) == 0x000018, "Member 'MeshVertexPainterKismetLibrary_PaintVerticesSingleColor::bConvertToSRGB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MeshVertexPainterKismetLibrary_RemovePaintedVertices \ static_assert(alignof(MeshVertexPainterKismetLibrary_RemovePaintedVertices) == 0x000008, "Wrong alignment on MeshVertexPainterKismetLibrary_RemovePaintedVertices"); \ static_assert(sizeof(MeshVertexPainterKismetLibrary_RemovePaintedVertices) == 0x000008, "Wrong size on MeshVertexPainterKismetLibrary_RemovePaintedVertices"); \ static_assert(offsetof(MeshVertexPainterKismetLibrary_RemovePaintedVertices, StaticMeshComponent) == 0x000000, "Member 'MeshVertexPainterKismetLibrary_RemovePaintedVertices::StaticMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshVertexPainterKismetLibrary \ static_assert(alignof(UMeshVertexPainterKismetLibrary) == 0x000008, "Wrong alignment on UMeshVertexPainterKismetLibrary"); \ static_assert(sizeof(UMeshVertexPainterKismetLibrary) == 0x000028, "Wrong size on UMeshVertexPainterKismetLibrary"); \ #define DUMPER7_ASSERTS_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_UMorphTarget \ static_assert(alignof(UMorphTarget) == 0x000008, "Wrong alignment on UMorphTarget"); \ static_assert(sizeof(UMorphTarget) == 0x000040, "Wrong size on UMorphTarget"); \ static_assert(offsetof(UMorphTarget, BaseSkelMesh) == 0x000028, "Member 'UMorphTarget::BaseSkelMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INavAgentInterface \ static_assert(alignof(INavAgentInterface) == 0x000001, "Wrong alignment on INavAgentInterface"); \ static_assert(sizeof(INavAgentInterface) == 0x000001, "Wrong size on INavAgentInterface"); \ #define DUMPER7_ASSERTS_UNavCollisionBase \ static_assert(alignof(UNavCollisionBase) == 0x000008, "Wrong alignment on UNavCollisionBase"); \ static_assert(sizeof(UNavCollisionBase) == 0x000070, "Wrong size on UNavCollisionBase"); \ #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_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_USimulatedClientNetConnection \ static_assert(alignof(USimulatedClientNetConnection) == 0x000008, "Wrong alignment on USimulatedClientNetConnection"); \ static_assert(sizeof(USimulatedClientNetConnection) == 0x001BA8, "Wrong size on USimulatedClientNetConnection"); \ #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_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_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_APainCausingVolume \ static_assert(alignof(APainCausingVolume) == 0x000008, "Wrong alignment on APainCausingVolume"); \ static_assert(sizeof(APainCausingVolume) == 0x0002A0, "Wrong size on APainCausingVolume"); \ static_assert(offsetof(APainCausingVolume, DamagePerSec) == 0x00027C, "Member 'APainCausingVolume::DamagePerSec' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, DamageType) == 0x000280, "Member 'APainCausingVolume::DamageType' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, PainInterval) == 0x000288, "Member 'APainCausingVolume::PainInterval' has a wrong offset!"); \ static_assert(offsetof(APainCausingVolume, DamageInstigator) == 0x000290, "Member 'APainCausingVolume::DamageInstigator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleEmitter \ static_assert(alignof(UParticleEmitter) == 0x000008, "Wrong alignment on UParticleEmitter"); \ static_assert(sizeof(UParticleEmitter) == 0x0001B8, "Wrong size on UParticleEmitter"); \ static_assert(offsetof(UParticleEmitter, EmitterName) == 0x000028, "Member 'UParticleEmitter::EmitterName' has a wrong offset!"); \ static_assert(offsetof(UParticleEmitter, SubUVDataOffset) == 0x000030, "Member 'UParticleEmitter::SubUVDataOffset' has a wrong offset!"); \ static_assert(offsetof(UParticleEmitter, EmitterRenderMode) == 0x000034, "Member 'UParticleEmitter::EmitterRenderMode' has a wrong offset!"); \ static_assert(offsetof(UParticleEmitter, SignificanceLevel) == 0x000035, "Member 'UParticleEmitter::SignificanceLevel' has a wrong offset!"); \ static_assert(offsetof(UParticleEmitter, LODLevels) == 0x000040, "Member 'UParticleEmitter::LODLevels' has a wrong offset!"); \ static_assert(offsetof(UParticleEmitter, PeakActiveParticles) == 0x000050, "Member 'UParticleEmitter::PeakActiveParticles' has a wrong offset!"); \ static_assert(offsetof(UParticleEmitter, InitialAllocationCount) == 0x000054, "Member 'UParticleEmitter::InitialAllocationCount' has a wrong offset!"); \ static_assert(offsetof(UParticleEmitter, QualityLevelSpawnRateScale) == 0x000058, "Member 'UParticleEmitter::QualityLevelSpawnRateScale' has a wrong offset!"); \ static_assert(offsetof(UParticleEmitter, DetailModeBitmask) == 0x00005C, "Member 'UParticleEmitter::DetailModeBitmask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AParticleEventManager \ static_assert(alignof(AParticleEventManager) == 0x000008, "Wrong alignment on AParticleEventManager"); \ static_assert(sizeof(AParticleEventManager) == 0x000230, "Wrong size on AParticleEventManager"); \ #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_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_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_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_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_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_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_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_UParticleModuleColor \ static_assert(alignof(UParticleModuleColor) == 0x000008, "Wrong alignment on UParticleModuleColor"); \ static_assert(sizeof(UParticleModuleColor) == 0x0000B0, "Wrong size on UParticleModuleColor"); \ static_assert(offsetof(UParticleModuleColor, StartColor) == 0x000030, "Member 'UParticleModuleColor::StartColor' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleColor, StartAlpha) == 0x000078, "Member 'UParticleModuleColor::StartAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleColor_Seeded \ static_assert(alignof(UParticleModuleColor_Seeded) == 0x000008, "Wrong alignment on UParticleModuleColor_Seeded"); \ static_assert(sizeof(UParticleModuleColor_Seeded) == 0x0000D0, "Wrong size on UParticleModuleColor_Seeded"); \ static_assert(offsetof(UParticleModuleColor_Seeded, RandomSeedInfo) == 0x0000B0, "Member 'UParticleModuleColor_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UParticleModuleEventGenerator \ static_assert(alignof(UParticleModuleEventGenerator) == 0x000008, "Wrong alignment on UParticleModuleEventGenerator"); \ static_assert(sizeof(UParticleModuleEventGenerator) == 0x000040, "Wrong size on UParticleModuleEventGenerator"); \ static_assert(offsetof(UParticleModuleEventGenerator, Events) == 0x000030, "Member 'UParticleModuleEventGenerator::Events' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleEventReceiverKillParticles \ static_assert(alignof(UParticleModuleEventReceiverKillParticles) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverKillParticles"); \ static_assert(sizeof(UParticleModuleEventReceiverKillParticles) == 0x000048, "Wrong size on UParticleModuleEventReceiverKillParticles"); \ #define DUMPER7_ASSERTS_UParticleModuleEventReceiverSpawn \ static_assert(alignof(UParticleModuleEventReceiverSpawn) == 0x000008, "Wrong alignment on UParticleModuleEventReceiverSpawn"); \ static_assert(sizeof(UParticleModuleEventReceiverSpawn) == 0x0000D8, "Wrong size on UParticleModuleEventReceiverSpawn"); \ static_assert(offsetof(UParticleModuleEventReceiverSpawn, SpawnCount) == 0x000040, "Member 'UParticleModuleEventReceiverSpawn::SpawnCount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleEventReceiverSpawn, InheritVelocityScale) == 0x000078, "Member 'UParticleModuleEventReceiverSpawn::InheritVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleEventReceiverSpawn, PhysicalMaterials) == 0x0000C0, "Member 'UParticleModuleEventReceiverSpawn::PhysicalMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleEventSendToGame \ static_assert(alignof(UParticleModuleEventSendToGame) == 0x000008, "Wrong alignment on UParticleModuleEventSendToGame"); \ static_assert(sizeof(UParticleModuleEventSendToGame) == 0x000028, "Wrong size on UParticleModuleEventSendToGame"); \ #define DUMPER7_ASSERTS_UParticleModuleKillHeight \ static_assert(alignof(UParticleModuleKillHeight) == 0x000008, "Wrong alignment on UParticleModuleKillHeight"); \ static_assert(sizeof(UParticleModuleKillHeight) == 0x000068, "Wrong size on UParticleModuleKillHeight"); \ static_assert(offsetof(UParticleModuleKillHeight, Height) == 0x000030, "Member 'UParticleModuleKillHeight::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLightBase \ static_assert(alignof(UParticleModuleLightBase) == 0x000008, "Wrong alignment on UParticleModuleLightBase"); \ static_assert(sizeof(UParticleModuleLightBase) == 0x000030, "Wrong size on UParticleModuleLightBase"); \ #define DUMPER7_ASSERTS_UParticleModuleLight \ static_assert(alignof(UParticleModuleLight) == 0x000008, "Wrong alignment on UParticleModuleLight"); \ static_assert(sizeof(UParticleModuleLight) == 0x000120, "Wrong size on UParticleModuleLight"); \ static_assert(offsetof(UParticleModuleLight, bUseInverseSquaredFalloff) == 0x000030, "Member 'UParticleModuleLight::bUseInverseSquaredFalloff' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, bAffectsTranslucency) == 0x000031, "Member 'UParticleModuleLight::bAffectsTranslucency' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, bPreviewLightRadius) == 0x000032, "Member 'UParticleModuleLight::bPreviewLightRadius' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, SpawnFraction) == 0x000034, "Member 'UParticleModuleLight::SpawnFraction' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, ColorScaleOverLife) == 0x000038, "Member 'UParticleModuleLight::ColorScaleOverLife' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, BrightnessOverLife) == 0x000080, "Member 'UParticleModuleLight::BrightnessOverLife' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, RadiusScale) == 0x0000B0, "Member 'UParticleModuleLight::RadiusScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, LightExponent) == 0x0000E0, "Member 'UParticleModuleLight::LightExponent' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, LightingChannels) == 0x000110, "Member 'UParticleModuleLight::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, VolumetricScatteringIntensity) == 0x000114, "Member 'UParticleModuleLight::VolumetricScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, bHighQualityLights) == 0x000118, "Member 'UParticleModuleLight::bHighQualityLights' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLight, bShadowCastingLights) == 0x000119, "Member 'UParticleModuleLight::bShadowCastingLights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLight_Seeded \ static_assert(alignof(UParticleModuleLight_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLight_Seeded"); \ static_assert(sizeof(UParticleModuleLight_Seeded) == 0x000140, "Wrong size on UParticleModuleLight_Seeded"); \ static_assert(offsetof(UParticleModuleLight_Seeded, RandomSeedInfo) == 0x000120, "Member 'UParticleModuleLight_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_UParticleModuleLocationEmitter \ static_assert(alignof(UParticleModuleLocationEmitter) == 0x000008, "Wrong alignment on UParticleModuleLocationEmitter"); \ static_assert(sizeof(UParticleModuleLocationEmitter) == 0x000050, "Wrong size on UParticleModuleLocationEmitter"); \ static_assert(offsetof(UParticleModuleLocationEmitter, EmitterName) == 0x000030, "Member 'UParticleModuleLocationEmitter::EmitterName' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationEmitter, SelectionMethod) == 0x000038, "Member 'UParticleModuleLocationEmitter::SelectionMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationEmitter, InheritSourceVelocityScale) == 0x000040, "Member 'UParticleModuleLocationEmitter::InheritSourceVelocityScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleLocationEmitter, InheritSourceRotationScale) == 0x000048, "Member 'UParticleModuleLocationEmitter::InheritSourceRotationScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationEmitterDirect \ static_assert(alignof(UParticleModuleLocationEmitterDirect) == 0x000008, "Wrong alignment on UParticleModuleLocationEmitterDirect"); \ static_assert(sizeof(UParticleModuleLocationEmitterDirect) == 0x000038, "Wrong size on UParticleModuleLocationEmitterDirect"); \ static_assert(offsetof(UParticleModuleLocationEmitterDirect, EmitterName) == 0x000030, "Member 'UParticleModuleLocationEmitterDirect::EmitterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationPrimitiveCylinder_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_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_UParticleModuleLocationWorldOffset \ static_assert(alignof(UParticleModuleLocationWorldOffset) == 0x000008, "Wrong alignment on UParticleModuleLocationWorldOffset"); \ static_assert(sizeof(UParticleModuleLocationWorldOffset) == 0x000080, "Wrong size on UParticleModuleLocationWorldOffset"); \ #define DUMPER7_ASSERTS_UParticleModuleLocationWorldOffset_Seeded \ static_assert(alignof(UParticleModuleLocationWorldOffset_Seeded) == 0x000008, "Wrong alignment on UParticleModuleLocationWorldOffset_Seeded"); \ static_assert(sizeof(UParticleModuleLocationWorldOffset_Seeded) == 0x0000A0, "Wrong size on UParticleModuleLocationWorldOffset_Seeded"); \ static_assert(offsetof(UParticleModuleLocationWorldOffset_Seeded, RandomSeedInfo) == 0x000080, "Member 'UParticleModuleLocationWorldOffset_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_UParticleModuleOrbitBase \ static_assert(alignof(UParticleModuleOrbitBase) == 0x000008, "Wrong alignment on UParticleModuleOrbitBase"); \ static_assert(sizeof(UParticleModuleOrbitBase) == 0x000038, "Wrong size on UParticleModuleOrbitBase"); \ #define DUMPER7_ASSERTS_UParticleModuleOrbit \ static_assert(alignof(UParticleModuleOrbit) == 0x000008, "Wrong alignment on UParticleModuleOrbit"); \ static_assert(sizeof(UParticleModuleOrbit) == 0x000130, "Wrong size on UParticleModuleOrbit"); \ static_assert(offsetof(UParticleModuleOrbit, ChainMode) == 0x000038, "Member 'UParticleModuleOrbit::ChainMode' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleOrbit, OffsetAmount) == 0x000040, "Member 'UParticleModuleOrbit::OffsetAmount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleOrbit, OffsetOptions) == 0x000088, "Member 'UParticleModuleOrbit::OffsetOptions' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleOrbit, RotationAmount) == 0x000090, "Member 'UParticleModuleOrbit::RotationAmount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleOrbit, RotationOptions) == 0x0000D8, "Member 'UParticleModuleOrbit::RotationOptions' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleOrbit, RotationRateAmount) == 0x0000E0, "Member 'UParticleModuleOrbit::RotationRateAmount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleOrbit, RotationRateOptions) == 0x000128, "Member 'UParticleModuleOrbit::RotationRateOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_UParticleModuleRotationRate \ static_assert(alignof(UParticleModuleRotationRate) == 0x000008, "Wrong alignment on UParticleModuleRotationRate"); \ static_assert(sizeof(UParticleModuleRotationRate) == 0x000060, "Wrong size on UParticleModuleRotationRate"); \ static_assert(offsetof(UParticleModuleRotationRate, StartRotationRate) == 0x000030, "Member 'UParticleModuleRotationRate::StartRotationRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleRotationRate_Seeded \ static_assert(alignof(UParticleModuleRotationRate_Seeded) == 0x000008, "Wrong alignment on UParticleModuleRotationRate_Seeded"); \ static_assert(sizeof(UParticleModuleRotationRate_Seeded) == 0x000080, "Wrong size on UParticleModuleRotationRate_Seeded"); \ static_assert(offsetof(UParticleModuleRotationRate_Seeded, RandomSeedInfo) == 0x000060, "Member 'UParticleModuleRotationRate_Seeded::RandomSeedInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_UParticleModuleSourceMovement \ static_assert(alignof(UParticleModuleSourceMovement) == 0x000008, "Wrong alignment on UParticleModuleSourceMovement"); \ static_assert(sizeof(UParticleModuleSourceMovement) == 0x000078, "Wrong size on UParticleModuleSourceMovement"); \ static_assert(offsetof(UParticleModuleSourceMovement, SourceMovementScale) == 0x000030, "Member 'UParticleModuleSourceMovement::SourceMovementScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleSpawn \ static_assert(alignof(UParticleModuleSpawn) == 0x000008, "Wrong alignment on UParticleModuleSpawn"); \ static_assert(sizeof(UParticleModuleSpawn) == 0x0000E8, "Wrong size on UParticleModuleSpawn"); \ static_assert(offsetof(UParticleModuleSpawn, Rate) == 0x000038, "Member 'UParticleModuleSpawn::Rate' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawn, RateScale) == 0x000068, "Member 'UParticleModuleSpawn::RateScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawn, ParticleBurstMethod) == 0x000098, "Member 'UParticleModuleSpawn::ParticleBurstMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawn, BurstList) == 0x0000A0, "Member 'UParticleModuleSpawn::BurstList' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawn, BurstScale) == 0x0000B0, "Member 'UParticleModuleSpawn::BurstScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleSpawnPerUnit \ static_assert(alignof(UParticleModuleSpawnPerUnit) == 0x000008, "Wrong alignment on UParticleModuleSpawnPerUnit"); \ static_assert(sizeof(UParticleModuleSpawnPerUnit) == 0x000078, "Wrong size on UParticleModuleSpawnPerUnit"); \ static_assert(offsetof(UParticleModuleSpawnPerUnit, UnitScalar) == 0x000038, "Member 'UParticleModuleSpawnPerUnit::UnitScalar' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawnPerUnit, MovementTolerance) == 0x00003C, "Member 'UParticleModuleSpawnPerUnit::MovementTolerance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawnPerUnit, SpawnPerUnit) == 0x000040, "Member 'UParticleModuleSpawnPerUnit::SpawnPerUnit' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleSpawnPerUnit, MaxFrameDistance) == 0x000070, "Member 'UParticleModuleSpawnPerUnit::MaxFrameDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleTrailBase \ static_assert(alignof(UParticleModuleTrailBase) == 0x000008, "Wrong alignment on UParticleModuleTrailBase"); \ static_assert(sizeof(UParticleModuleTrailBase) == 0x000030, "Wrong size on UParticleModuleTrailBase"); \ #define DUMPER7_ASSERTS_UParticleModuleTrailSource \ static_assert(alignof(UParticleModuleTrailSource) == 0x000008, "Wrong alignment on UParticleModuleTrailSource"); \ static_assert(sizeof(UParticleModuleTrailSource) == 0x000090, "Wrong size on UParticleModuleTrailSource"); \ static_assert(offsetof(UParticleModuleTrailSource, SourceMethod) == 0x000030, "Member 'UParticleModuleTrailSource::SourceMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTrailSource, SourceName) == 0x000034, "Member 'UParticleModuleTrailSource::SourceName' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTrailSource, SourceStrength) == 0x000040, "Member 'UParticleModuleTrailSource::SourceStrength' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTrailSource, SourceOffsetCount) == 0x000074, "Member 'UParticleModuleTrailSource::SourceOffsetCount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTrailSource, SourceOffsetDefaults) == 0x000078, "Member 'UParticleModuleTrailSource::SourceOffsetDefaults' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTrailSource, SelectionMethod) == 0x000088, "Member 'UParticleModuleTrailSource::SelectionMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleTypeDataAnimTrail \ static_assert(alignof(UParticleModuleTypeDataAnimTrail) == 0x000008, "Wrong alignment on UParticleModuleTypeDataAnimTrail"); \ static_assert(sizeof(UParticleModuleTypeDataAnimTrail) == 0x000048, "Wrong size on UParticleModuleTypeDataAnimTrail"); \ static_assert(offsetof(UParticleModuleTypeDataAnimTrail, TilingDistance) == 0x000034, "Member 'UParticleModuleTypeDataAnimTrail::TilingDistance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataAnimTrail, DistanceTessellationStepSize) == 0x000038, "Member 'UParticleModuleTypeDataAnimTrail::DistanceTessellationStepSize' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataAnimTrail, TangentTessellationStepSize) == 0x00003C, "Member 'UParticleModuleTypeDataAnimTrail::TangentTessellationStepSize' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataAnimTrail, WidthTessellationStepSize) == 0x000040, "Member 'UParticleModuleTypeDataAnimTrail::WidthTessellationStepSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleTypeDataBeam2 \ static_assert(alignof(UParticleModuleTypeDataBeam2) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBeam2"); \ static_assert(sizeof(UParticleModuleTypeDataBeam2) == 0x000150, "Wrong size on UParticleModuleTypeDataBeam2"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, BeamMethod) == 0x000030, "Member 'UParticleModuleTypeDataBeam2::BeamMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, TextureTile) == 0x000034, "Member 'UParticleModuleTypeDataBeam2::TextureTile' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, TextureTileDistance) == 0x000038, "Member 'UParticleModuleTypeDataBeam2::TextureTileDistance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, Sheets) == 0x00003C, "Member 'UParticleModuleTypeDataBeam2::Sheets' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, MaxBeamCount) == 0x000040, "Member 'UParticleModuleTypeDataBeam2::MaxBeamCount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, Speed) == 0x000044, "Member 'UParticleModuleTypeDataBeam2::Speed' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, InterpolationPoints) == 0x000048, "Member 'UParticleModuleTypeDataBeam2::InterpolationPoints' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, UpVectorStepSize) == 0x000050, "Member 'UParticleModuleTypeDataBeam2::UpVectorStepSize' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, BranchParentName) == 0x000054, "Member 'UParticleModuleTypeDataBeam2::BranchParentName' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, Distance) == 0x000060, "Member 'UParticleModuleTypeDataBeam2::Distance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperMethod) == 0x000090, "Member 'UParticleModuleTypeDataBeam2::TaperMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperFactor) == 0x000098, "Member 'UParticleModuleTypeDataBeam2::TaperFactor' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataBeam2, TaperScale) == 0x0000C8, "Member 'UParticleModuleTypeDataBeam2::TaperScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleTypeDataGpu \ static_assert(alignof(UParticleModuleTypeDataGpu) == 0x000010, "Wrong alignment on UParticleModuleTypeDataGpu"); \ static_assert(sizeof(UParticleModuleTypeDataGpu) == 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_UParticleModuleTypeDataRibbon \ static_assert(alignof(UParticleModuleTypeDataRibbon) == 0x000008, "Wrong alignment on UParticleModuleTypeDataRibbon"); \ static_assert(sizeof(UParticleModuleTypeDataRibbon) == 0x000060, "Wrong size on UParticleModuleTypeDataRibbon"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxTessellationBetweenParticles) == 0x000030, "Member 'UParticleModuleTypeDataRibbon::MaxTessellationBetweenParticles' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, SheetsPerTrail) == 0x000034, "Member 'UParticleModuleTypeDataRibbon::SheetsPerTrail' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxTrailCount) == 0x000038, "Member 'UParticleModuleTypeDataRibbon::MaxTrailCount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, MaxParticleInTrailCount) == 0x00003C, "Member 'UParticleModuleTypeDataRibbon::MaxParticleInTrailCount' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, RenderAxis) == 0x000044, "Member 'UParticleModuleTypeDataRibbon::RenderAxis' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentSpawningScalar) == 0x000048, "Member 'UParticleModuleTypeDataRibbon::TangentSpawningScalar' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, TilingDistance) == 0x000050, "Member 'UParticleModuleTypeDataRibbon::TilingDistance' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, DistanceTessellationStepSize) == 0x000054, "Member 'UParticleModuleTypeDataRibbon::DistanceTessellationStepSize' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleTypeDataRibbon, TangentTessellationScalar) == 0x00005C, "Member 'UParticleModuleTypeDataRibbon::TangentTessellationScalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleModuleVectorFieldGlobal \ static_assert(alignof(UParticleModuleVectorFieldGlobal) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldGlobal"); \ static_assert(sizeof(UParticleModuleVectorFieldGlobal) == 0x000040, "Wrong size on UParticleModuleVectorFieldGlobal"); \ static_assert(offsetof(UParticleModuleVectorFieldGlobal, GlobalVectorFieldScale) == 0x000034, "Member 'UParticleModuleVectorFieldGlobal::GlobalVectorFieldScale' has a wrong offset!"); \ static_assert(offsetof(UParticleModuleVectorFieldGlobal, GlobalVectorFieldTightness) == 0x000038, "Member 'UParticleModuleVectorFieldGlobal::GlobalVectorFieldTightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_UParticleSpriteEmitter \ static_assert(alignof(UParticleSpriteEmitter) == 0x000008, "Wrong alignment on UParticleSpriteEmitter"); \ static_assert(sizeof(UParticleSpriteEmitter) == 0x0001B8, "Wrong size on UParticleSpriteEmitter"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_BeginTrails \ static_assert(alignof(ParticleSystemComponent_BeginTrails) == 0x000004, "Wrong alignment on ParticleSystemComponent_BeginTrails"); \ static_assert(sizeof(ParticleSystemComponent_BeginTrails) == 0x000018, "Wrong size on ParticleSystemComponent_BeginTrails"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InFirstSocketName) == 0x000000, "Member 'ParticleSystemComponent_BeginTrails::InFirstSocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InSecondSocketName) == 0x000008, "Member 'ParticleSystemComponent_BeginTrails::InSecondSocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidthMode) == 0x000010, "Member 'ParticleSystemComponent_BeginTrails::InWidthMode' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_BeginTrails, InWidth) == 0x000014, "Member 'ParticleSystemComponent_BeginTrails::InWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_CreateNamedDynamicMaterialInstance \ static_assert(alignof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance) == 0x000008, "Wrong alignment on ParticleSystemComponent_CreateNamedDynamicMaterialInstance"); \ static_assert(sizeof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance) == 0x000018, "Wrong size on ParticleSystemComponent_CreateNamedDynamicMaterialInstance"); \ static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, InName) == 0x000000, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::InName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, SourceMaterial) == 0x000008, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::SourceMaterial' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_CreateNamedDynamicMaterialInstance, ReturnValue) == 0x000010, "Member 'ParticleSystemComponent_CreateNamedDynamicMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GenerateParticleEvent \ static_assert(alignof(ParticleSystemComponent_GenerateParticleEvent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GenerateParticleEvent"); \ static_assert(sizeof(ParticleSystemComponent_GenerateParticleEvent) == 0x000030, "Wrong size on ParticleSystemComponent_GenerateParticleEvent"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InEventName) == 0x000000, "Member 'ParticleSystemComponent_GenerateParticleEvent::InEventName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InEmitterTime) == 0x000008, "Member 'ParticleSystemComponent_GenerateParticleEvent::InEmitterTime' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InLocation) == 0x00000C, "Member 'ParticleSystemComponent_GenerateParticleEvent::InLocation' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InDirection) == 0x000018, "Member 'ParticleSystemComponent_GenerateParticleEvent::InDirection' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GenerateParticleEvent, InVelocity) == 0x000024, "Member 'ParticleSystemComponent_GenerateParticleEvent::InVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetAutoAttachParams \ static_assert(alignof(ParticleSystemComponent_SetAutoAttachParams) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetAutoAttachParams"); \ static_assert(sizeof(ParticleSystemComponent_SetAutoAttachParams) == 0x000018, "Wrong size on ParticleSystemComponent_SetAutoAttachParams"); \ static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, Parent) == 0x000000, "Member 'ParticleSystemComponent_SetAutoAttachParams::Parent' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, SocketName) == 0x000008, "Member 'ParticleSystemComponent_SetAutoAttachParams::SocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetAutoAttachParams, LocationType) == 0x000010, "Member 'ParticleSystemComponent_SetAutoAttachParams::LocationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamEndPoint \ static_assert(alignof(ParticleSystemComponent_SetBeamEndPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamEndPoint"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamEndPoint) == 0x000010, "Wrong size on ParticleSystemComponent_SetBeamEndPoint"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamEndPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamEndPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamEndPoint, NewEndPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamEndPoint::NewEndPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourcePoint \ static_assert(alignof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourcePoint"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamSourcePoint) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamSourcePoint"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourcePoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, NewSourcePoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourcePoint::NewSourcePoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourcePoint, SourceIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamSourcePoint::SourceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceStrength \ static_assert(alignof(ParticleSystemComponent_SetBeamSourceStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourceStrength"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamSourceStrength) == 0x00000C, "Wrong size on ParticleSystemComponent_SetBeamSourceStrength"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourceStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, NewSourceStrength) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourceStrength::NewSourceStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceStrength, SourceIndex) == 0x000008, "Member 'ParticleSystemComponent_SetBeamSourceStrength::SourceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamSourceTangent \ static_assert(alignof(ParticleSystemComponent_SetBeamSourceTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamSourceTangent"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamSourceTangent) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamSourceTangent"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamSourceTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, NewTangentPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamSourceTangent::NewTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamSourceTangent, SourceIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamSourceTangent::SourceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetPoint \ static_assert(alignof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetPoint"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamTargetPoint) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamTargetPoint"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, NewTargetPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetPoint::NewTargetPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetPoint, TargetIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamTargetPoint::TargetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetStrength \ static_assert(alignof(ParticleSystemComponent_SetBeamTargetStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetStrength"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamTargetStrength) == 0x00000C, "Wrong size on ParticleSystemComponent_SetBeamTargetStrength"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, NewTargetStrength) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetStrength::NewTargetStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetStrength, TargetIndex) == 0x000008, "Member 'ParticleSystemComponent_SetBeamTargetStrength::TargetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetBeamTargetTangent \ static_assert(alignof(ParticleSystemComponent_SetBeamTargetTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetBeamTargetTangent"); \ static_assert(sizeof(ParticleSystemComponent_SetBeamTargetTangent) == 0x000014, "Wrong size on ParticleSystemComponent_SetBeamTargetTangent"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_SetBeamTargetTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, NewTangentPoint) == 0x000004, "Member 'ParticleSystemComponent_SetBeamTargetTangent::NewTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetBeamTargetTangent, TargetIndex) == 0x000010, "Member 'ParticleSystemComponent_SetBeamTargetTangent::TargetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetMaterialParameter \ static_assert(alignof(ParticleSystemComponent_SetMaterialParameter) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetMaterialParameter"); \ static_assert(sizeof(ParticleSystemComponent_SetMaterialParameter) == 0x000010, "Wrong size on ParticleSystemComponent_SetMaterialParameter"); \ static_assert(offsetof(ParticleSystemComponent_SetMaterialParameter, ParameterName) == 0x000000, "Member 'ParticleSystemComponent_SetMaterialParameter::ParameterName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetMaterialParameter, Param) == 0x000008, "Member 'ParticleSystemComponent_SetMaterialParameter::Param' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetTemplate \ static_assert(alignof(ParticleSystemComponent_SetTemplate) == 0x000008, "Wrong alignment on ParticleSystemComponent_SetTemplate"); \ static_assert(sizeof(ParticleSystemComponent_SetTemplate) == 0x000008, "Wrong size on ParticleSystemComponent_SetTemplate"); \ static_assert(offsetof(ParticleSystemComponent_SetTemplate, NewTemplate) == 0x000000, "Member 'ParticleSystemComponent_SetTemplate::NewTemplate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_SetTrailSourceData \ static_assert(alignof(ParticleSystemComponent_SetTrailSourceData) == 0x000004, "Wrong alignment on ParticleSystemComponent_SetTrailSourceData"); \ static_assert(sizeof(ParticleSystemComponent_SetTrailSourceData) == 0x000018, "Wrong size on ParticleSystemComponent_SetTrailSourceData"); \ static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InFirstSocketName) == 0x000000, "Member 'ParticleSystemComponent_SetTrailSourceData::InFirstSocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InSecondSocketName) == 0x000008, "Member 'ParticleSystemComponent_SetTrailSourceData::InSecondSocketName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InWidthMode) == 0x000010, "Member 'ParticleSystemComponent_SetTrailSourceData::InWidthMode' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_SetTrailSourceData, InWidth) == 0x000014, "Member 'ParticleSystemComponent_SetTrailSourceData::InWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamEndPoint \ static_assert(alignof(ParticleSystemComponent_GetBeamEndPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamEndPoint"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamEndPoint) == 0x000014, "Wrong size on ParticleSystemComponent_GetBeamEndPoint"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamEndPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, OutEndPoint) == 0x000004, "Member 'ParticleSystemComponent_GetBeamEndPoint::OutEndPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamEndPoint, ReturnValue) == 0x000010, "Member 'ParticleSystemComponent_GetBeamEndPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourcePoint \ static_assert(alignof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourcePoint"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamSourcePoint) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamSourcePoint"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourcePoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourcePoint::SourceIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, OutSourcePoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourcePoint::OutSourcePoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourcePoint, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamSourcePoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceStrength \ static_assert(alignof(ParticleSystemComponent_GetBeamSourceStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourceStrength"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamSourceStrength) == 0x000010, "Wrong size on ParticleSystemComponent_GetBeamSourceStrength"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourceStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourceStrength::SourceIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, OutSourceStrength) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourceStrength::OutSourceStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceStrength, ReturnValue) == 0x00000C, "Member 'ParticleSystemComponent_GetBeamSourceStrength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamSourceTangent \ static_assert(alignof(ParticleSystemComponent_GetBeamSourceTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamSourceTangent"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamSourceTangent) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamSourceTangent"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamSourceTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, SourceIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamSourceTangent::SourceIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, OutTangentPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamSourceTangent::OutTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamSourceTangent, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamSourceTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetPoint \ static_assert(alignof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetPoint"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamTargetPoint) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamTargetPoint"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetPoint::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetPoint::TargetIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, OutTargetPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetPoint::OutTargetPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetPoint, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamTargetPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetStrength \ static_assert(alignof(ParticleSystemComponent_GetBeamTargetStrength) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetStrength"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamTargetStrength) == 0x000010, "Wrong size on ParticleSystemComponent_GetBeamTargetStrength"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetStrength::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetStrength::TargetIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, OutTargetStrength) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetStrength::OutTargetStrength' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetStrength, ReturnValue) == 0x00000C, "Member 'ParticleSystemComponent_GetBeamTargetStrength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetBeamTargetTangent \ static_assert(alignof(ParticleSystemComponent_GetBeamTargetTangent) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetBeamTargetTangent"); \ static_assert(sizeof(ParticleSystemComponent_GetBeamTargetTangent) == 0x000018, "Wrong size on ParticleSystemComponent_GetBeamTargetTangent"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, EmitterIndex) == 0x000000, "Member 'ParticleSystemComponent_GetBeamTargetTangent::EmitterIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, TargetIndex) == 0x000004, "Member 'ParticleSystemComponent_GetBeamTargetTangent::TargetIndex' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, OutTangentPoint) == 0x000008, "Member 'ParticleSystemComponent_GetBeamTargetTangent::OutTangentPoint' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetBeamTargetTangent, ReturnValue) == 0x000014, "Member 'ParticleSystemComponent_GetBeamTargetTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetNamedMaterial \ static_assert(alignof(ParticleSystemComponent_GetNamedMaterial) == 0x000008, "Wrong alignment on ParticleSystemComponent_GetNamedMaterial"); \ static_assert(sizeof(ParticleSystemComponent_GetNamedMaterial) == 0x000010, "Wrong size on ParticleSystemComponent_GetNamedMaterial"); \ static_assert(offsetof(ParticleSystemComponent_GetNamedMaterial, InName) == 0x000000, "Member 'ParticleSystemComponent_GetNamedMaterial::InName' has a wrong offset!"); \ static_assert(offsetof(ParticleSystemComponent_GetNamedMaterial, ReturnValue) == 0x000008, "Member 'ParticleSystemComponent_GetNamedMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ParticleSystemComponent_GetNumActiveParticles \ static_assert(alignof(ParticleSystemComponent_GetNumActiveParticles) == 0x000004, "Wrong alignment on ParticleSystemComponent_GetNumActiveParticles"); \ static_assert(sizeof(ParticleSystemComponent_GetNumActiveParticles) == 0x000004, "Wrong size on ParticleSystemComponent_GetNumActiveParticles"); \ static_assert(offsetof(ParticleSystemComponent_GetNumActiveParticles, ReturnValue) == 0x000000, "Member 'ParticleSystemComponent_GetNumActiveParticles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UParticleSystemComponent \ static_assert(alignof(UParticleSystemComponent) == 0x000010, "Wrong alignment on UParticleSystemComponent"); \ static_assert(sizeof(UParticleSystemComponent) == 0x0006C0, "Wrong size on UParticleSystemComponent"); \ static_assert(offsetof(UParticleSystemComponent, Template) == 0x000460, "Member 'UParticleSystemComponent::Template' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, EmitterMaterials) == 0x000468, "Member 'UParticleSystemComponent::EmitterMaterials' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, SkelMeshComponents) == 0x000478, "Member 'UParticleSystemComponent::SkelMeshComponents' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, LODMethod) == 0x000495, "Member 'UParticleSystemComponent::LODMethod' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, RequiredSignificance) == 0x000496, "Member 'UParticleSystemComponent::RequiredSignificance' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, InstanceParameters) == 0x000498, "Member 'UParticleSystemComponent::InstanceParameters' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleSpawn) == 0x0004A8, "Member 'UParticleSystemComponent::OnParticleSpawn' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleBurst) == 0x0004B8, "Member 'UParticleSystemComponent::OnParticleBurst' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleDeath) == 0x0004C8, "Member 'UParticleSystemComponent::OnParticleDeath' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnParticleCollide) == 0x0004D8, "Member 'UParticleSystemComponent::OnParticleCollide' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, bOldPositionValid) == 0x0004E8, "Member 'UParticleSystemComponent::bOldPositionValid' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OldPosition) == 0x0004EC, "Member 'UParticleSystemComponent::OldPosition' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, PartSysVelocity) == 0x0004F8, "Member 'UParticleSystemComponent::PartSysVelocity' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, WarmupTime) == 0x000504, "Member 'UParticleSystemComponent::WarmupTime' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, WarmupTickRate) == 0x000508, "Member 'UParticleSystemComponent::WarmupTickRate' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, SecondsBeforeInactive) == 0x000510, "Member 'UParticleSystemComponent::SecondsBeforeInactive' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, MaxTimeBeforeForceUpdateTransform) == 0x000518, "Member 'UParticleSystemComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, ReplayClips) == 0x000538, "Member 'UParticleSystemComponent::ReplayClips' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, CustomTimeDilation) == 0x000550, "Member 'UParticleSystemComponent::CustomTimeDilation' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachParent) == 0x0005A8, "Member 'UParticleSystemComponent::AutoAttachParent' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachSocketName) == 0x0005B0, "Member 'UParticleSystemComponent::AutoAttachSocketName' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachLocationRule) == 0x0005B8, "Member 'UParticleSystemComponent::AutoAttachLocationRule' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachRotationRule) == 0x0005B9, "Member 'UParticleSystemComponent::AutoAttachRotationRule' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, AutoAttachScaleRule) == 0x0005BA, "Member 'UParticleSystemComponent::AutoAttachScaleRule' has a wrong offset!"); \ static_assert(offsetof(UParticleSystemComponent, OnSystemFinished) == 0x0005E8, "Member 'UParticleSystemComponent::OnSystemFinished' 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_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) == 0x0000E0, "Wrong size on UPawnNoiseEmitterComponent"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoisePosition) == 0x0000BC, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoisePosition' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, NoiseLifetime) == 0x0000C8, "Member 'UPawnNoiseEmitterComponent::NoiseLifetime' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseVolume) == 0x0000CC, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseVolume' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseTime) == 0x0000D0, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseTime' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseVolume) == 0x0000D4, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseVolume' has a wrong offset!"); \ static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseTime) == 0x0000D8, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow \ static_assert(alignof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow"); \ static_assert(sizeof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow) == 0x000014, "Wrong size on PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow"); \ static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::BodyName' has a wrong offset!"); \ static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, ProfileName) == 0x000008, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::ProfileName' has a wrong offset!"); \ static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, bIncludeSelf) == 0x000010, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::bIncludeSelf' has a wrong offset!"); \ static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow, bClearNotFound) == 0x000011, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationProfileBelow::bClearNotFound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationSettings \ static_assert(alignof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_ApplyPhysicalAnimationSettings"); \ static_assert(sizeof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings) == 0x00002C, "Wrong size on PhysicalAnimationComponent_ApplyPhysicalAnimationSettings"); \ static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettings::BodyName' has a wrong offset!"); \ static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettings, PhysicalAnimationData) == 0x000008, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettings::PhysicalAnimationData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow \ static_assert(alignof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow"); \ static_assert(sizeof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow) == 0x000030, "Wrong size on PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow"); \ static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow::BodyName' has a wrong offset!"); \ static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow, PhysicalAnimationData) == 0x000008, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow::PhysicalAnimationData' has a wrong offset!"); \ static_assert(offsetof(PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow, bIncludeSelf) == 0x00002C, "Member 'PhysicalAnimationComponent_ApplyPhysicalAnimationSettingsBelow::bIncludeSelf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicalAnimationComponent_SetSkeletalMeshComponent \ static_assert(alignof(PhysicalAnimationComponent_SetSkeletalMeshComponent) == 0x000008, "Wrong alignment on PhysicalAnimationComponent_SetSkeletalMeshComponent"); \ static_assert(sizeof(PhysicalAnimationComponent_SetSkeletalMeshComponent) == 0x000008, "Wrong size on PhysicalAnimationComponent_SetSkeletalMeshComponent"); \ static_assert(offsetof(PhysicalAnimationComponent_SetSkeletalMeshComponent, InSkeletalMeshComponent) == 0x000000, "Member 'PhysicalAnimationComponent_SetSkeletalMeshComponent::InSkeletalMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicalAnimationComponent_SetStrengthMultiplyer \ static_assert(alignof(PhysicalAnimationComponent_SetStrengthMultiplyer) == 0x000004, "Wrong alignment on PhysicalAnimationComponent_SetStrengthMultiplyer"); \ static_assert(sizeof(PhysicalAnimationComponent_SetStrengthMultiplyer) == 0x000004, "Wrong size on PhysicalAnimationComponent_SetStrengthMultiplyer"); \ static_assert(offsetof(PhysicalAnimationComponent_SetStrengthMultiplyer, InStrengthMultiplyer) == 0x000000, "Member 'PhysicalAnimationComponent_SetStrengthMultiplyer::InStrengthMultiplyer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicalAnimationComponent_GetBodyTargetTransform \ static_assert(alignof(PhysicalAnimationComponent_GetBodyTargetTransform) == 0x000010, "Wrong alignment on PhysicalAnimationComponent_GetBodyTargetTransform"); \ static_assert(sizeof(PhysicalAnimationComponent_GetBodyTargetTransform) == 0x000040, "Wrong size on PhysicalAnimationComponent_GetBodyTargetTransform"); \ static_assert(offsetof(PhysicalAnimationComponent_GetBodyTargetTransform, BodyName) == 0x000000, "Member 'PhysicalAnimationComponent_GetBodyTargetTransform::BodyName' has a wrong offset!"); \ static_assert(offsetof(PhysicalAnimationComponent_GetBodyTargetTransform, ReturnValue) == 0x000010, "Member 'PhysicalAnimationComponent_GetBodyTargetTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicalAnimationComponent \ static_assert(alignof(UPhysicalAnimationComponent) == 0x000008, "Wrong alignment on UPhysicalAnimationComponent"); \ static_assert(sizeof(UPhysicalAnimationComponent) == 0x0000F8, "Wrong size on UPhysicalAnimationComponent"); \ static_assert(offsetof(UPhysicalAnimationComponent, StrengthMultiplyer) == 0x0000B8, "Member 'UPhysicalAnimationComponent::StrengthMultiplyer' has a wrong offset!"); \ static_assert(offsetof(UPhysicalAnimationComponent, SkeletalMeshComponent) == 0x0000C0, "Member 'UPhysicalAnimationComponent::SkeletalMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsAsset \ static_assert(alignof(UPhysicsAsset) == 0x000008, "Wrong alignment on UPhysicsAsset"); \ static_assert(sizeof(UPhysicsAsset) == 0x000150, "Wrong size on UPhysicsAsset"); \ static_assert(offsetof(UPhysicsAsset, BoundsBodies) == 0x000030, "Member 'UPhysicsAsset::BoundsBodies' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, SkeletalBodySetups) == 0x000040, "Member 'UPhysicsAsset::SkeletalBodySetups' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, ConstraintSetup) == 0x000050, "Member 'UPhysicsAsset::ConstraintSetup' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, SolverSettings) == 0x000060, "Member 'UPhysicsAsset::SolverSettings' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, SolverIterations) == 0x000078, "Member 'UPhysicsAsset::SolverIterations' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, SolverType) == 0x000090, "Member 'UPhysicsAsset::SolverType' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, ThumbnailInfo) == 0x000138, "Member 'UPhysicsAsset::ThumbnailInfo' has a wrong offset!"); \ static_assert(offsetof(UPhysicsAsset, BodySetup) == 0x000140, "Member 'UPhysicsAsset::BodySetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeletalBodySetup \ static_assert(alignof(USkeletalBodySetup) == 0x000008, "Wrong alignment on USkeletalBodySetup"); \ static_assert(sizeof(USkeletalBodySetup) == 0x0002B8, "Wrong size on USkeletalBodySetup"); \ static_assert(offsetof(USkeletalBodySetup, bSkipScaleFromAnimation) == 0x0002A0, "Member 'USkeletalBodySetup::bSkipScaleFromAnimation' has a wrong offset!"); \ static_assert(offsetof(USkeletalBodySetup, PhysicalAnimationData) == 0x0002A8, "Member 'USkeletalBodySetup::PhysicalAnimationData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsCollisionHandler \ static_assert(alignof(UPhysicsCollisionHandler) == 0x000008, "Wrong alignment on UPhysicsCollisionHandler"); \ static_assert(sizeof(UPhysicsCollisionHandler) == 0x000040, "Wrong size on UPhysicsCollisionHandler"); \ static_assert(offsetof(UPhysicsCollisionHandler, ImpactThreshold) == 0x000028, "Member 'UPhysicsCollisionHandler::ImpactThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicsCollisionHandler, ImpactReFireDelay) == 0x00002C, "Member 'UPhysicsCollisionHandler::ImpactReFireDelay' has a wrong offset!"); \ static_assert(offsetof(UPhysicsCollisionHandler, DefaultImpactSound) == 0x000030, "Member 'UPhysicsCollisionHandler::DefaultImpactSound' has a wrong offset!"); \ static_assert(offsetof(UPhysicsCollisionHandler, LastImpactSoundTime) == 0x000038, "Member 'UPhysicsCollisionHandler::LastImpactSoundTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APhysicsConstraintActor \ static_assert(alignof(APhysicsConstraintActor) == 0x000008, "Wrong alignment on APhysicsConstraintActor"); \ static_assert(sizeof(APhysicsConstraintActor) == 0x000250, "Wrong size on APhysicsConstraintActor"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintComp) == 0x000230, "Member 'APhysicsConstraintActor::ConstraintComp' has a wrong offset!"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintActor1) == 0x000238, "Member 'APhysicsConstraintActor::ConstraintActor1' has a wrong offset!"); \ static_assert(offsetof(APhysicsConstraintActor, ConstraintActor2) == 0x000240, "Member 'APhysicsConstraintActor::ConstraintActor2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponent \ static_assert(alignof(PhysicsHandleComponent_GrabComponent) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponent"); \ static_assert(sizeof(PhysicsHandleComponent_GrabComponent) == 0x000020, "Wrong size on PhysicsHandleComponent_GrabComponent"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponent, Component) == 0x000000, "Member 'PhysicsHandleComponent_GrabComponent::Component' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponent, InBoneName) == 0x000008, "Member 'PhysicsHandleComponent_GrabComponent::InBoneName' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponent, GrabLocation) == 0x000010, "Member 'PhysicsHandleComponent_GrabComponent::GrabLocation' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponent, bConstrainRotation) == 0x00001C, "Member 'PhysicsHandleComponent_GrabComponent::bConstrainRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponentAtLocation \ static_assert(alignof(PhysicsHandleComponent_GrabComponentAtLocation) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponentAtLocation"); \ static_assert(sizeof(PhysicsHandleComponent_GrabComponentAtLocation) == 0x000020, "Wrong size on PhysicsHandleComponent_GrabComponentAtLocation"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, Component) == 0x000000, "Member 'PhysicsHandleComponent_GrabComponentAtLocation::Component' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, InBoneName) == 0x000008, "Member 'PhysicsHandleComponent_GrabComponentAtLocation::InBoneName' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocation, GrabLocation) == 0x000010, "Member 'PhysicsHandleComponent_GrabComponentAtLocation::GrabLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponentAtLocationWithRotation \ static_assert(alignof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponentAtLocationWithRotation"); \ static_assert(sizeof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation) == 0x000028, "Wrong size on PhysicsHandleComponent_GrabComponentAtLocationWithRotation"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, Component) == 0x000000, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::Component' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, InBoneName) == 0x000008, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::InBoneName' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, Location) == 0x000010, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::Location' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GrabComponentAtLocationWithRotation, Rotation) == 0x00001C, "Member 'PhysicsHandleComponent_GrabComponentAtLocationWithRotation::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetAngularDamping \ static_assert(alignof(PhysicsHandleComponent_SetAngularDamping) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetAngularDamping"); \ static_assert(sizeof(PhysicsHandleComponent_SetAngularDamping) == 0x000004, "Wrong size on PhysicsHandleComponent_SetAngularDamping"); \ static_assert(offsetof(PhysicsHandleComponent_SetAngularDamping, NewAngularDamping) == 0x000000, "Member 'PhysicsHandleComponent_SetAngularDamping::NewAngularDamping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetAngularStiffness \ static_assert(alignof(PhysicsHandleComponent_SetAngularStiffness) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetAngularStiffness"); \ static_assert(sizeof(PhysicsHandleComponent_SetAngularStiffness) == 0x000004, "Wrong size on PhysicsHandleComponent_SetAngularStiffness"); \ static_assert(offsetof(PhysicsHandleComponent_SetAngularStiffness, NewAngularStiffness) == 0x000000, "Member 'PhysicsHandleComponent_SetAngularStiffness::NewAngularStiffness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetInterpolationSpeed \ static_assert(alignof(PhysicsHandleComponent_SetInterpolationSpeed) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetInterpolationSpeed"); \ static_assert(sizeof(PhysicsHandleComponent_SetInterpolationSpeed) == 0x000004, "Wrong size on PhysicsHandleComponent_SetInterpolationSpeed"); \ static_assert(offsetof(PhysicsHandleComponent_SetInterpolationSpeed, NewInterpolationSpeed) == 0x000000, "Member 'PhysicsHandleComponent_SetInterpolationSpeed::NewInterpolationSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetLinearDamping \ static_assert(alignof(PhysicsHandleComponent_SetLinearDamping) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetLinearDamping"); \ static_assert(sizeof(PhysicsHandleComponent_SetLinearDamping) == 0x000004, "Wrong size on PhysicsHandleComponent_SetLinearDamping"); \ static_assert(offsetof(PhysicsHandleComponent_SetLinearDamping, NewLinearDamping) == 0x000000, "Member 'PhysicsHandleComponent_SetLinearDamping::NewLinearDamping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetLinearStiffness \ static_assert(alignof(PhysicsHandleComponent_SetLinearStiffness) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetLinearStiffness"); \ static_assert(sizeof(PhysicsHandleComponent_SetLinearStiffness) == 0x000004, "Wrong size on PhysicsHandleComponent_SetLinearStiffness"); \ static_assert(offsetof(PhysicsHandleComponent_SetLinearStiffness, NewLinearStiffness) == 0x000000, "Member 'PhysicsHandleComponent_SetLinearStiffness::NewLinearStiffness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetLocation \ static_assert(alignof(PhysicsHandleComponent_SetTargetLocation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetLocation"); \ static_assert(sizeof(PhysicsHandleComponent_SetTargetLocation) == 0x00000C, "Wrong size on PhysicsHandleComponent_SetTargetLocation"); \ static_assert(offsetof(PhysicsHandleComponent_SetTargetLocation, NewLocation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetLocation::NewLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetLocationAndRotation \ static_assert(alignof(PhysicsHandleComponent_SetTargetLocationAndRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetLocationAndRotation"); \ static_assert(sizeof(PhysicsHandleComponent_SetTargetLocationAndRotation) == 0x000018, "Wrong size on PhysicsHandleComponent_SetTargetLocationAndRotation"); \ static_assert(offsetof(PhysicsHandleComponent_SetTargetLocationAndRotation, NewLocation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetLocationAndRotation::NewLocation' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_SetTargetLocationAndRotation, NewRotation) == 0x00000C, "Member 'PhysicsHandleComponent_SetTargetLocationAndRotation::NewRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_SetTargetRotation \ static_assert(alignof(PhysicsHandleComponent_SetTargetRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_SetTargetRotation"); \ static_assert(sizeof(PhysicsHandleComponent_SetTargetRotation) == 0x00000C, "Wrong size on PhysicsHandleComponent_SetTargetRotation"); \ static_assert(offsetof(PhysicsHandleComponent_SetTargetRotation, NewRotation) == 0x000000, "Member 'PhysicsHandleComponent_SetTargetRotation::NewRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_GetGrabbedComponent \ static_assert(alignof(PhysicsHandleComponent_GetGrabbedComponent) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GetGrabbedComponent"); \ static_assert(sizeof(PhysicsHandleComponent_GetGrabbedComponent) == 0x000008, "Wrong size on PhysicsHandleComponent_GetGrabbedComponent"); \ static_assert(offsetof(PhysicsHandleComponent_GetGrabbedComponent, ReturnValue) == 0x000000, "Member 'PhysicsHandleComponent_GetGrabbedComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsHandleComponent_GetTargetLocationAndRotation \ static_assert(alignof(PhysicsHandleComponent_GetTargetLocationAndRotation) == 0x000004, "Wrong alignment on PhysicsHandleComponent_GetTargetLocationAndRotation"); \ static_assert(sizeof(PhysicsHandleComponent_GetTargetLocationAndRotation) == 0x000018, "Wrong size on PhysicsHandleComponent_GetTargetLocationAndRotation"); \ static_assert(offsetof(PhysicsHandleComponent_GetTargetLocationAndRotation, TargetLocation) == 0x000000, "Member 'PhysicsHandleComponent_GetTargetLocationAndRotation::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(PhysicsHandleComponent_GetTargetLocationAndRotation, TargetRotation) == 0x00000C, "Member 'PhysicsHandleComponent_GetTargetLocationAndRotation::TargetRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsHandleComponent \ static_assert(alignof(UPhysicsHandleComponent) == 0x000010, "Wrong alignment on UPhysicsHandleComponent"); \ static_assert(sizeof(UPhysicsHandleComponent) == 0x0001E0, "Wrong size on UPhysicsHandleComponent"); \ static_assert(offsetof(UPhysicsHandleComponent, GrabbedComponent) == 0x0000B8, "Member 'UPhysicsHandleComponent::GrabbedComponent' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, LinearDamping) == 0x0000CC, "Member 'UPhysicsHandleComponent::LinearDamping' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, LinearStiffness) == 0x0000D0, "Member 'UPhysicsHandleComponent::LinearStiffness' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, AngularDamping) == 0x0000D4, "Member 'UPhysicsHandleComponent::AngularDamping' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, AngularStiffness) == 0x0000D8, "Member 'UPhysicsHandleComponent::AngularStiffness' has a wrong offset!"); \ static_assert(offsetof(UPhysicsHandleComponent, InterpolationSpeed) == 0x000140, "Member 'UPhysicsHandleComponent::InterpolationSpeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsSettings \ static_assert(alignof(UPhysicsSettings) == 0x000008, "Wrong alignment on UPhysicsSettings"); \ static_assert(sizeof(UPhysicsSettings) == 0x0001B0, "Wrong size on UPhysicsSettings"); \ static_assert(offsetof(UPhysicsSettings, PhysicErrorCorrection) == 0x0000E8, "Member 'UPhysicsSettings::PhysicErrorCorrection' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, LockedAxis) == 0x00011C, "Member 'UPhysicsSettings::LockedAxis' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, DefaultDegreesOfFreedom) == 0x00011D, "Member 'UPhysicsSettings::DefaultDegreesOfFreedom' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bSuppressFaceRemapTable) == 0x00011E, "Member 'UPhysicsSettings::bSuppressFaceRemapTable' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bSupportUVFromHitResults) == 0x00011F, "Member 'UPhysicsSettings::bSupportUVFromHitResults' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bDisableActiveActors) == 0x000120, "Member 'UPhysicsSettings::bDisableActiveActors' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bDisableKinematicStaticPairs) == 0x000121, "Member 'UPhysicsSettings::bDisableKinematicStaticPairs' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bDisableKinematicKinematicPairs) == 0x000122, "Member 'UPhysicsSettings::bDisableKinematicKinematicPairs' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bDisableCCD) == 0x000123, "Member 'UPhysicsSettings::bDisableCCD' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bEnableEnhancedDeterminism) == 0x000124, "Member 'UPhysicsSettings::bEnableEnhancedDeterminism' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, AnimPhysicsMinDeltaTime) == 0x000128, "Member 'UPhysicsSettings::AnimPhysicsMinDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bSimulateAnimPhysicsAfterReset) == 0x00012C, "Member 'UPhysicsSettings::bSimulateAnimPhysicsAfterReset' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, MinPhysicsDeltaTime) == 0x000130, "Member 'UPhysicsSettings::MinPhysicsDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, MaxPhysicsDeltaTime) == 0x000134, "Member 'UPhysicsSettings::MaxPhysicsDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bSubstepping) == 0x000138, "Member 'UPhysicsSettings::bSubstepping' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bSubsteppingAsync) == 0x000139, "Member 'UPhysicsSettings::bSubsteppingAsync' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, bTickPhysicsAsync) == 0x00013A, "Member 'UPhysicsSettings::bTickPhysicsAsync' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, AsyncFixedTimeStepSize) == 0x00013C, "Member 'UPhysicsSettings::AsyncFixedTimeStepSize' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, MaxSubstepDeltaTime) == 0x000140, "Member 'UPhysicsSettings::MaxSubstepDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, MaxSubsteps) == 0x000144, "Member 'UPhysicsSettings::MaxSubsteps' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, SyncSceneSmoothingFactor) == 0x000148, "Member 'UPhysicsSettings::SyncSceneSmoothingFactor' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, InitialAverageFrameRate) == 0x00014C, "Member 'UPhysicsSettings::InitialAverageFrameRate' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, PhysXTreeRebuildRate) == 0x000150, "Member 'UPhysicsSettings::PhysXTreeRebuildRate' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, PhysicalSurfaces) == 0x000158, "Member 'UPhysicsSettings::PhysicalSurfaces' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, DefaultBroadphaseSettings) == 0x000168, "Member 'UPhysicsSettings::DefaultBroadphaseSettings' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, MinDeltaVelocityForHitEvents) == 0x0001A8, "Member 'UPhysicsSettings::MinDeltaVelocityForHitEvents' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettings, ChaosSettings) == 0x0001AC, "Member 'UPhysicsSettings::ChaosSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsSpringComponent_GetNormalizedCompressionScalar \ static_assert(alignof(PhysicsSpringComponent_GetNormalizedCompressionScalar) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetNormalizedCompressionScalar"); \ static_assert(sizeof(PhysicsSpringComponent_GetNormalizedCompressionScalar) == 0x000004, "Wrong size on PhysicsSpringComponent_GetNormalizedCompressionScalar"); \ static_assert(offsetof(PhysicsSpringComponent_GetNormalizedCompressionScalar, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetNormalizedCompressionScalar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringCurrentEndPoint \ static_assert(alignof(PhysicsSpringComponent_GetSpringCurrentEndPoint) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringCurrentEndPoint"); \ static_assert(sizeof(PhysicsSpringComponent_GetSpringCurrentEndPoint) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringCurrentEndPoint"); \ static_assert(offsetof(PhysicsSpringComponent_GetSpringCurrentEndPoint, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringCurrentEndPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringDirection \ static_assert(alignof(PhysicsSpringComponent_GetSpringDirection) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringDirection"); \ static_assert(sizeof(PhysicsSpringComponent_GetSpringDirection) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringDirection"); \ static_assert(offsetof(PhysicsSpringComponent_GetSpringDirection, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PhysicsSpringComponent_GetSpringRestingPoint \ static_assert(alignof(PhysicsSpringComponent_GetSpringRestingPoint) == 0x000004, "Wrong alignment on PhysicsSpringComponent_GetSpringRestingPoint"); \ static_assert(sizeof(PhysicsSpringComponent_GetSpringRestingPoint) == 0x00000C, "Wrong size on PhysicsSpringComponent_GetSpringRestingPoint"); \ static_assert(offsetof(PhysicsSpringComponent_GetSpringRestingPoint, ReturnValue) == 0x000000, "Member 'PhysicsSpringComponent_GetSpringRestingPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsSpringComponent \ static_assert(alignof(UPhysicsSpringComponent) == 0x000010, "Wrong alignment on UPhysicsSpringComponent"); \ static_assert(sizeof(UPhysicsSpringComponent) == 0x000230, "Wrong size on UPhysicsSpringComponent"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringStiffness) == 0x000208, "Member 'UPhysicsSpringComponent::SpringStiffness' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringDamping) == 0x00020C, "Member 'UPhysicsSpringComponent::SpringDamping' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringLengthAtRest) == 0x000210, "Member 'UPhysicsSpringComponent::SpringLengthAtRest' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringRadius) == 0x000214, "Member 'UPhysicsSpringComponent::SpringRadius' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringChannel) == 0x000218, "Member 'UPhysicsSpringComponent::SpringChannel' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, bIgnoreSelf) == 0x000219, "Member 'UPhysicsSpringComponent::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSpringComponent, SpringCompression) == 0x00021C, "Member 'UPhysicsSpringComponent::SpringCompression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsThrusterComponent \ static_assert(alignof(UPhysicsThrusterComponent) == 0x000010, "Wrong alignment on UPhysicsThrusterComponent"); \ static_assert(sizeof(UPhysicsThrusterComponent) == 0x000210, "Wrong size on UPhysicsThrusterComponent"); \ static_assert(offsetof(UPhysicsThrusterComponent, ThrustStrength) == 0x000208, "Member 'UPhysicsThrusterComponent::ThrustStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASceneCapture \ static_assert(alignof(ASceneCapture) == 0x000008, "Wrong alignment on ASceneCapture"); \ static_assert(sizeof(ASceneCapture) == 0x000240, "Wrong size on ASceneCapture"); \ static_assert(offsetof(ASceneCapture, MeshComp) == 0x000230, "Member 'ASceneCapture::MeshComp' has a wrong offset!"); \ static_assert(offsetof(ASceneCapture, SceneComponent) == 0x000238, "Member 'ASceneCapture::SceneComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PlanarReflection_OnInterpToggle \ static_assert(alignof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong alignment on PlanarReflection_OnInterpToggle"); \ static_assert(sizeof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong size on PlanarReflection_OnInterpToggle"); \ static_assert(offsetof(PlanarReflection_OnInterpToggle, bEnable) == 0x000000, "Member 'PlanarReflection_OnInterpToggle::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlanarReflection \ static_assert(alignof(APlanarReflection) == 0x000008, "Wrong alignment on APlanarReflection"); \ static_assert(sizeof(APlanarReflection) == 0x000250, "Wrong size on APlanarReflection"); \ static_assert(offsetof(APlanarReflection, PlanarReflectionComponent) == 0x000240, "Member 'APlanarReflection::PlanarReflectionComponent' has a wrong offset!"); \ static_assert(offsetof(APlanarReflection, bShowPreviewPlane) == 0x000248, "Member 'APlanarReflection::bShowPreviewPlane' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlaneReflectionCapture \ static_assert(alignof(APlaneReflectionCapture) == 0x000008, "Wrong alignment on APlaneReflectionCapture"); \ static_assert(sizeof(APlaneReflectionCapture) == 0x000238, "Wrong size on APlaneReflectionCapture"); \ #define DUMPER7_ASSERTS_UPlaneReflectionCaptureComponent \ static_assert(alignof(UPlaneReflectionCaptureComponent) == 0x000010, "Wrong alignment on UPlaneReflectionCaptureComponent"); \ static_assert(sizeof(UPlaneReflectionCaptureComponent) == 0x0002A0, "Wrong size on UPlaneReflectionCaptureComponent"); \ static_assert(offsetof(UPlaneReflectionCaptureComponent, InfluenceRadiusScale) == 0x000280, "Member 'UPlaneReflectionCaptureComponent::InfluenceRadiusScale' has a wrong offset!"); \ static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewInfluenceRadius) == 0x000288, "Member 'UPlaneReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewCaptureBox) == 0x000290, "Member 'UPlaneReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APlayerStartPIE \ static_assert(alignof(APlayerStartPIE) == 0x000008, "Wrong alignment on APlayerStartPIE"); \ static_assert(sizeof(APlayerStartPIE) == 0x000260, "Wrong size on APlayerStartPIE"); \ #define DUMPER7_ASSERTS_UPluginCommandlet \ static_assert(alignof(UPluginCommandlet) == 0x000008, "Wrong alignment on UPluginCommandlet"); \ static_assert(sizeof(UPluginCommandlet) == 0x0000A0, "Wrong size on UPluginCommandlet"); \ #define DUMPER7_ASSERTS_UPolys \ static_assert(alignof(UPolys) == 0x000008, "Wrong alignment on UPolys"); \ static_assert(sizeof(UPolys) == 0x000038, "Wrong size on UPolys"); \ #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_APrecomputedVisibilityOverrideVolume \ static_assert(alignof(APrecomputedVisibilityOverrideVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityOverrideVolume"); \ static_assert(sizeof(APrecomputedVisibilityOverrideVolume) == 0x000298, "Wrong size on APrecomputedVisibilityOverrideVolume"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideVisibleActors) == 0x000268, "Member 'APrecomputedVisibilityOverrideVolume::OverrideVisibleActors' has a wrong offset!"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleActors) == 0x000278, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleActors' has a wrong offset!"); \ static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleLevels) == 0x000288, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IPreviewCollectionInterface \ static_assert(alignof(IPreviewCollectionInterface) == 0x000001, "Wrong alignment on IPreviewCollectionInterface"); \ static_assert(sizeof(IPreviewCollectionInterface) == 0x000001, "Wrong size on IPreviewCollectionInterface"); \ #define DUMPER7_ASSERTS_UProxyLODMeshSimplificationSettings \ static_assert(alignof(UProxyLODMeshSimplificationSettings) == 0x000008, "Wrong alignment on UProxyLODMeshSimplificationSettings"); \ static_assert(sizeof(UProxyLODMeshSimplificationSettings) == 0x000040, "Wrong size on UProxyLODMeshSimplificationSettings"); \ static_assert(offsetof(UProxyLODMeshSimplificationSettings, ProxyLODMeshReductionModuleName) == 0x000038, "Member 'UProxyLODMeshSimplificationSettings::ProxyLODMeshReductionModuleName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ARadialForceActor \ static_assert(alignof(ARadialForceActor) == 0x000008, "Wrong alignment on ARadialForceActor"); \ static_assert(sizeof(ARadialForceActor) == 0x000238, "Wrong size on ARadialForceActor"); \ static_assert(offsetof(ARadialForceActor, ForceComponent) == 0x000230, "Member 'ARadialForceActor::ForceComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialForceComponent_AddObjectTypeToAffect \ static_assert(alignof(RadialForceComponent_AddObjectTypeToAffect) == 0x000001, "Wrong alignment on RadialForceComponent_AddObjectTypeToAffect"); \ static_assert(sizeof(RadialForceComponent_AddObjectTypeToAffect) == 0x000001, "Wrong size on RadialForceComponent_AddObjectTypeToAffect"); \ static_assert(offsetof(RadialForceComponent_AddObjectTypeToAffect, ObjectType) == 0x000000, "Member 'RadialForceComponent_AddObjectTypeToAffect::ObjectType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RadialForceComponent_RemoveObjectTypeToAffect \ static_assert(alignof(RadialForceComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong alignment on RadialForceComponent_RemoveObjectTypeToAffect"); \ static_assert(sizeof(RadialForceComponent_RemoveObjectTypeToAffect) == 0x000001, "Wrong size on RadialForceComponent_RemoveObjectTypeToAffect"); \ static_assert(offsetof(RadialForceComponent_RemoveObjectTypeToAffect, ObjectType) == 0x000000, "Member 'RadialForceComponent_RemoveObjectTypeToAffect::ObjectType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URadialForceComponent \ static_assert(alignof(URadialForceComponent) == 0x000010, "Wrong alignment on URadialForceComponent"); \ static_assert(sizeof(URadialForceComponent) == 0x000240, "Wrong size on URadialForceComponent"); \ static_assert(offsetof(URadialForceComponent, Radius) == 0x000208, "Member 'URadialForceComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, Falloff) == 0x00020C, "Member 'URadialForceComponent::Falloff' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, ImpulseStrength) == 0x000210, "Member 'URadialForceComponent::ImpulseStrength' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, ForceStrength) == 0x000218, "Member 'URadialForceComponent::ForceStrength' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, DestructibleDamage) == 0x00021C, "Member 'URadialForceComponent::DestructibleDamage' has a wrong offset!"); \ static_assert(offsetof(URadialForceComponent, ObjectTypesToAffect) == 0x000220, "Member 'URadialForceComponent::ObjectTypesToAffect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorAngle \ static_assert(alignof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorAngle"); \ static_assert(sizeof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorAngle"); \ static_assert(offsetof(RectLightComponent_SetBarnDoorAngle, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorAngle::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorLength \ static_assert(alignof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorLength"); \ static_assert(sizeof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorLength"); \ static_assert(offsetof(RectLightComponent_SetBarnDoorLength, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorLength::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectLightComponent_SetSourceHeight \ static_assert(alignof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceHeight"); \ static_assert(sizeof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong size on RectLightComponent_SetSourceHeight"); \ static_assert(offsetof(RectLightComponent_SetSourceHeight, NewValue) == 0x000000, "Member 'RectLightComponent_SetSourceHeight::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectLightComponent_SetSourceTexture \ static_assert(alignof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong alignment on RectLightComponent_SetSourceTexture"); \ static_assert(sizeof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong size on RectLightComponent_SetSourceTexture"); \ static_assert(offsetof(RectLightComponent_SetSourceTexture, bNewValue) == 0x000000, "Member 'RectLightComponent_SetSourceTexture::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RectLightComponent_SetSourceWidth \ static_assert(alignof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceWidth"); \ static_assert(sizeof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong size on RectLightComponent_SetSourceWidth"); \ static_assert(offsetof(RectLightComponent_SetSourceWidth, bNewValue) == 0x000000, "Member 'RectLightComponent_SetSourceWidth::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URectLightComponent \ static_assert(alignof(URectLightComponent) == 0x000010, "Wrong alignment on URectLightComponent"); \ static_assert(sizeof(URectLightComponent) == 0x000380, "Wrong size on URectLightComponent"); \ static_assert(offsetof(URectLightComponent, SourceWidth) == 0x000358, "Member 'URectLightComponent::SourceWidth' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, SourceHeight) == 0x00035C, "Member 'URectLightComponent::SourceHeight' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, BarnDoorAngle) == 0x000360, "Member 'URectLightComponent::BarnDoorAngle' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, BarnDoorLength) == 0x000364, "Member 'URectLightComponent::BarnDoorLength' has a wrong offset!"); \ static_assert(offsetof(URectLightComponent, SourceTexture) == 0x000368, "Member 'URectLightComponent::SourceTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UReplaySubsystem \ static_assert(alignof(UReplaySubsystem) == 0x000008, "Wrong alignment on UReplaySubsystem"); \ static_assert(sizeof(UReplaySubsystem) == 0x000040, "Wrong size on UReplaySubsystem"); \ static_assert(offsetof(UReplaySubsystem, bLoadDefaultMapOnStop) == 0x000030, "Member 'UReplaySubsystem::bLoadDefaultMapOnStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UReplicationDriver \ static_assert(alignof(UReplicationDriver) == 0x000008, "Wrong alignment on UReplicationDriver"); \ static_assert(sizeof(UReplicationDriver) == 0x000028, "Wrong size on UReplicationDriver"); \ #define DUMPER7_ASSERTS_UReplicationConnectionDriver \ static_assert(alignof(UReplicationConnectionDriver) == 0x000008, "Wrong alignment on UReplicationConnectionDriver"); \ static_assert(sizeof(UReplicationConnectionDriver) == 0x000028, "Wrong size on UReplicationConnectionDriver"); \ #define DUMPER7_ASSERTS_UReporterGraph \ static_assert(alignof(UReporterGraph) == 0x000008, "Wrong alignment on UReporterGraph"); \ static_assert(sizeof(UReporterGraph) == 0x0000A8, "Wrong size on UReporterGraph"); \ #define DUMPER7_ASSERTS_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_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) == 0x000280, "Wrong size on URuntimeVirtualTextureComponent"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, BoundsAlignActor) == 0x000208, "Member 'URuntimeVirtualTextureComponent::BoundsAlignActor' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bSetBoundsButton) == 0x000230, "Member 'URuntimeVirtualTextureComponent::bSetBoundsButton' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bSnapBoundsToLandscape) == 0x000231, "Member 'URuntimeVirtualTextureComponent::bSnapBoundsToLandscape' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, VirtualTexture) == 0x000238, "Member 'URuntimeVirtualTextureComponent::VirtualTexture' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bRVTActive) == 0x000240, "Member 'URuntimeVirtualTextureComponent::bRVTActive' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableScalability) == 0x000241, "Member 'URuntimeVirtualTextureComponent::bEnableScalability' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, ScalabilityGroup) == 0x000244, "Member 'URuntimeVirtualTextureComponent::ScalabilityGroup' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bHidePrimitives) == 0x000248, "Member 'URuntimeVirtualTextureComponent::bHidePrimitives' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingTexture) == 0x000250, "Member 'URuntimeVirtualTextureComponent::StreamingTexture' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, StreamLowMips) == 0x000258, "Member 'URuntimeVirtualTextureComponent::StreamLowMips' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildStreamingMipsButton) == 0x00025C, "Member 'URuntimeVirtualTextureComponent::bBuildStreamingMipsButton' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableCompressCrunch) == 0x00025D, "Member 'URuntimeVirtualTextureComponent::bEnableCompressCrunch' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bUseStreamingLowMipsInEditor) == 0x00025E, "Member 'URuntimeVirtualTextureComponent::bUseStreamingLowMipsInEditor' has a wrong offset!"); \ static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildDebugStreamingMips) == 0x00025F, "Member 'URuntimeVirtualTextureComponent::bBuildDebugStreamingMips' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IRVOAvoidanceInterface \ static_assert(alignof(IRVOAvoidanceInterface) == 0x000001, "Wrong alignment on IRVOAvoidanceInterface"); \ static_assert(sizeof(IRVOAvoidanceInterface) == 0x000001, "Wrong size on IRVOAvoidanceInterface"); \ #define DUMPER7_ASSERTS_UScene \ static_assert(alignof(UScene) == 0x000008, "Wrong alignment on UScene"); \ static_assert(sizeof(UScene) == 0x000028, "Wrong size on UScene"); \ #define DUMPER7_ASSERTS_SceneCapture2D_OnInterpToggle \ static_assert(alignof(SceneCapture2D_OnInterpToggle) == 0x000001, "Wrong alignment on SceneCapture2D_OnInterpToggle"); \ static_assert(sizeof(SceneCapture2D_OnInterpToggle) == 0x000001, "Wrong size on SceneCapture2D_OnInterpToggle"); \ static_assert(offsetof(SceneCapture2D_OnInterpToggle, bEnable) == 0x000000, "Member 'SceneCapture2D_OnInterpToggle::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASceneCapture2D \ static_assert(alignof(ASceneCapture2D) == 0x000008, "Wrong alignment on ASceneCapture2D"); \ static_assert(sizeof(ASceneCapture2D) == 0x000248, "Wrong size on ASceneCapture2D"); \ static_assert(offsetof(ASceneCapture2D, CaptureComponent2D) == 0x000240, "Member 'ASceneCapture2D::CaptureComponent2D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SceneCaptureCube_OnInterpToggle \ static_assert(alignof(SceneCaptureCube_OnInterpToggle) == 0x000001, "Wrong alignment on SceneCaptureCube_OnInterpToggle"); \ static_assert(sizeof(SceneCaptureCube_OnInterpToggle) == 0x000001, "Wrong size on SceneCaptureCube_OnInterpToggle"); \ static_assert(offsetof(SceneCaptureCube_OnInterpToggle, bEnable) == 0x000000, "Member 'SceneCaptureCube_OnInterpToggle::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASceneCaptureCube \ static_assert(alignof(ASceneCaptureCube) == 0x000008, "Wrong alignment on ASceneCaptureCube"); \ static_assert(sizeof(ASceneCaptureCube) == 0x000248, "Wrong size on ASceneCaptureCube"); \ static_assert(offsetof(ASceneCaptureCube, CaptureComponentCube) == 0x000240, "Member 'ASceneCaptureCube::CaptureComponentCube' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USCS_Node \ static_assert(alignof(USCS_Node) == 0x000008, "Wrong alignment on USCS_Node"); \ static_assert(sizeof(USCS_Node) == 0x0000D8, "Wrong size on USCS_Node"); \ static_assert(offsetof(USCS_Node, ComponentClass) == 0x000028, "Member 'USCS_Node::ComponentClass' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, ComponentTemplate) == 0x000030, "Member 'USCS_Node::ComponentTemplate' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, CookedComponentInstancingData) == 0x000038, "Member 'USCS_Node::CookedComponentInstancingData' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, AttachToName) == 0x000080, "Member 'USCS_Node::AttachToName' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, ParentComponentOrVariableName) == 0x000088, "Member 'USCS_Node::ParentComponentOrVariableName' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, ParentComponentOwnerClassName) == 0x000090, "Member 'USCS_Node::ParentComponentOwnerClassName' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, bIsParentComponentNative) == 0x000098, "Member 'USCS_Node::bIsParentComponentNative' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, ChildNodes) == 0x0000A0, "Member 'USCS_Node::ChildNodes' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, MetaDataArray) == 0x0000B0, "Member 'USCS_Node::MetaDataArray' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, VariableGuid) == 0x0000C0, "Member 'USCS_Node::VariableGuid' has a wrong offset!"); \ static_assert(offsetof(USCS_Node, InternalVariableName) == 0x0000D0, "Member 'USCS_Node::InternalVariableName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelection \ static_assert(alignof(USelection) == 0x000008, "Wrong alignment on USelection"); \ static_assert(sizeof(USelection) == 0x0000A0, "Wrong size on USelection"); \ #define DUMPER7_ASSERTS_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_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_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_ASkeletalMeshActor \ static_assert(alignof(ASkeletalMeshActor) == 0x000008, "Wrong alignment on ASkeletalMeshActor"); \ static_assert(sizeof(ASkeletalMeshActor) == 0x0002B8, "Wrong size on ASkeletalMeshActor"); \ static_assert(offsetof(ASkeletalMeshActor, SkeletalMeshComponent) == 0x000240, "Member 'ASkeletalMeshActor::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMesh) == 0x000248, "Member 'ASkeletalMeshActor::ReplicatedMesh' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedPhysAsset) == 0x000250, "Member 'ASkeletalMeshActor::ReplicatedPhysAsset' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial0) == 0x000258, "Member 'ASkeletalMeshActor::ReplicatedMaterial0' has a wrong offset!"); \ static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial1) == 0x000260, "Member 'ASkeletalMeshActor::ReplicatedMaterial1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkeletalMeshEditorData \ static_assert(alignof(USkeletalMeshEditorData) == 0x000008, "Wrong alignment on USkeletalMeshEditorData"); \ static_assert(sizeof(USkeletalMeshEditorData) == 0x000028, "Wrong size on USkeletalMeshEditorData"); \ #define DUMPER7_ASSERTS_USkeletalMeshSimplificationSettings \ static_assert(alignof(USkeletalMeshSimplificationSettings) == 0x000008, "Wrong alignment on USkeletalMeshSimplificationSettings"); \ static_assert(sizeof(USkeletalMeshSimplificationSettings) == 0x000040, "Wrong size on USkeletalMeshSimplificationSettings"); \ static_assert(offsetof(USkeletalMeshSimplificationSettings, SkeletalMeshReductionModuleName) == 0x000038, "Member 'USkeletalMeshSimplificationSettings::SkeletalMeshReductionModuleName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_SetGroundAlbedo \ static_assert(alignof(SkyAtmosphereComponent_SetGroundAlbedo) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetGroundAlbedo"); \ static_assert(sizeof(SkyAtmosphereComponent_SetGroundAlbedo) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetGroundAlbedo"); \ static_assert(offsetof(SkyAtmosphereComponent_SetGroundAlbedo, Color) == 0x000000, "Member 'SkyAtmosphereComponent_SetGroundAlbedo::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetGroundRadius \ static_assert(alignof(SkyAtmosphereComponent_SetGroundRadius) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetGroundRadius"); \ static_assert(sizeof(SkyAtmosphereComponent_SetGroundRadius) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetGroundRadius"); \ static_assert(offsetof(SkyAtmosphereComponent_SetGroundRadius, Value) == 0x000000, "Member 'SkyAtmosphereComponent_SetGroundRadius::Value' 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_SetMultiScattering \ static_assert(alignof(SkyAtmosphereComponent_SetMultiScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMultiScattering"); \ static_assert(sizeof(SkyAtmosphereComponent_SetMultiScattering) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMultiScattering"); \ static_assert(offsetof(SkyAtmosphereComponent_SetMultiScattering, Value) == 0x000000, "Member 'SkyAtmosphereComponent_SetMultiScattering::Value' 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_SkyAtmosphereComponent_SetTentDistribution \ static_assert(alignof(SkyAtmosphereComponent_SetTentDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetTentDistribution"); \ static_assert(sizeof(SkyAtmosphereComponent_SetTentDistribution) == 0x00000C, "Wrong size on SkyAtmosphereComponent_SetTentDistribution"); \ static_assert(offsetof(SkyAtmosphereComponent_SetTentDistribution, Distribution) == 0x000000, "Member 'SkyAtmosphereComponent_SetTentDistribution::Distribution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetTransformMode \ static_assert(alignof(SkyAtmosphereComponent_SetTransformMode) == 0x000001, "Wrong alignment on SkyAtmosphereComponent_SetTransformMode"); \ static_assert(sizeof(SkyAtmosphereComponent_SetTransformMode) == 0x000001, "Wrong size on SkyAtmosphereComponent_SetTransformMode"); \ static_assert(offsetof(SkyAtmosphereComponent_SetTransformMode, InTransformMode) == 0x000000, "Member 'SkyAtmosphereComponent_SetTransformMode::InTransformMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle \ static_assert(alignof(SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle"); \ static_assert(sizeof(SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle"); \ static_assert(offsetof(SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle, Value) == 0x000000, "Member 'SkyAtmosphereComponent_SetTransmittanceMinLightElevationAngle::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyAtmosphereComponent \ static_assert(alignof(USkyAtmosphereComponent) == 0x000010, "Wrong alignment on USkyAtmosphereComponent"); \ static_assert(sizeof(USkyAtmosphereComponent) == 0x0002E0, "Wrong size on USkyAtmosphereComponent"); \ static_assert(offsetof(USkyAtmosphereComponent, TransformMode) == 0x000208, "Member 'USkyAtmosphereComponent::TransformMode' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, BottomRadius) == 0x00020C, "Member 'USkyAtmosphereComponent::BottomRadius' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, GroundAlbedo) == 0x000210, "Member 'USkyAtmosphereComponent::GroundAlbedo' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, AtmosphereHeight) == 0x000214, "Member 'USkyAtmosphereComponent::AtmosphereHeight' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MultiScatteringFactor) == 0x000218, "Member 'USkyAtmosphereComponent::MultiScatteringFactor' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, TraceSampleCountScale) == 0x00021C, "Member 'USkyAtmosphereComponent::TraceSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, RayleighScatteringScale) == 0x000220, "Member 'USkyAtmosphereComponent::RayleighScatteringScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, RayleighScattering) == 0x000224, "Member 'USkyAtmosphereComponent::RayleighScattering' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, RayleighExponentialDistribution) == 0x000234, "Member 'USkyAtmosphereComponent::RayleighExponentialDistribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieScatteringScale) == 0x000238, "Member 'USkyAtmosphereComponent::MieScatteringScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieScattering) == 0x00023C, "Member 'USkyAtmosphereComponent::MieScattering' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieAbsorptionScale) == 0x00024C, "Member 'USkyAtmosphereComponent::MieAbsorptionScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieAbsorption) == 0x000250, "Member 'USkyAtmosphereComponent::MieAbsorption' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieAnisotropy) == 0x000260, "Member 'USkyAtmosphereComponent::MieAnisotropy' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, MieExponentialDistribution) == 0x000264, "Member 'USkyAtmosphereComponent::MieExponentialDistribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorptionScale) == 0x000268, "Member 'USkyAtmosphereComponent::OtherAbsorptionScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorption) == 0x00026C, "Member 'USkyAtmosphereComponent::OtherAbsorption' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, OtherTentDistribution) == 0x00027C, "Member 'USkyAtmosphereComponent::OtherTentDistribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, SkyLuminanceFactor) == 0x000288, "Member 'USkyAtmosphereComponent::SkyLuminanceFactor' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, AerialPespectiveViewDistanceScale) == 0x000298, "Member 'USkyAtmosphereComponent::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, HeightFogContribution) == 0x00029C, "Member 'USkyAtmosphereComponent::HeightFogContribution' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, TransmittanceMinLightElevationAngle) == 0x0002A0, "Member 'USkyAtmosphereComponent::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, AerialPerspectiveStartDepth) == 0x0002A4, "Member 'USkyAtmosphereComponent::AerialPerspectiveStartDepth' has a wrong offset!"); \ static_assert(offsetof(USkyAtmosphereComponent, bStaticLightingBuiltGUID) == 0x0002CC, "Member 'USkyAtmosphereComponent::bStaticLightingBuiltGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASkyAtmosphere \ static_assert(alignof(ASkyAtmosphere) == 0x000008, "Wrong alignment on ASkyAtmosphere"); \ static_assert(sizeof(ASkyAtmosphere) == 0x000238, "Wrong size on ASkyAtmosphere"); \ static_assert(offsetof(ASkyAtmosphere, SkyAtmosphereComponent) == 0x000230, "Member 'ASkyAtmosphere::SkyAtmosphereComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetAffectsTranslucentLighting \ static_assert(alignof(SkyLightComponent_SetAffectsTranslucentLighting) == 0x000001, "Wrong alignment on SkyLightComponent_SetAffectsTranslucentLighting"); \ static_assert(sizeof(SkyLightComponent_SetAffectsTranslucentLighting) == 0x000001, "Wrong size on SkyLightComponent_SetAffectsTranslucentLighting"); \ static_assert(offsetof(SkyLightComponent_SetAffectsTranslucentLighting, NewValue) == 0x000000, "Member 'SkyLightComponent_SetAffectsTranslucentLighting::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetAffectsWorld \ static_assert(alignof(SkyLightComponent_SetAffectsWorld) == 0x000001, "Wrong alignment on SkyLightComponent_SetAffectsWorld"); \ static_assert(sizeof(SkyLightComponent_SetAffectsWorld) == 0x000001, "Wrong size on SkyLightComponent_SetAffectsWorld"); \ static_assert(offsetof(SkyLightComponent_SetAffectsWorld, NewValue) == 0x000000, "Member 'SkyLightComponent_SetAffectsWorld::NewValue' 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_SetCubemapResolution \ static_assert(alignof(SkyLightComponent_SetCubemapResolution) == 0x000004, "Wrong alignment on SkyLightComponent_SetCubemapResolution"); \ static_assert(sizeof(SkyLightComponent_SetCubemapResolution) == 0x000004, "Wrong size on SkyLightComponent_SetCubemapResolution"); \ static_assert(offsetof(SkyLightComponent_SetCubemapResolution, NewValue) == 0x000000, "Member 'SkyLightComponent_SetCubemapResolution::NewValue' 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_SetLowerHemisphereIsSolidColor \ static_assert(alignof(SkyLightComponent_SetLowerHemisphereIsSolidColor) == 0x000001, "Wrong alignment on SkyLightComponent_SetLowerHemisphereIsSolidColor"); \ static_assert(sizeof(SkyLightComponent_SetLowerHemisphereIsSolidColor) == 0x000001, "Wrong size on SkyLightComponent_SetLowerHemisphereIsSolidColor"); \ static_assert(offsetof(SkyLightComponent_SetLowerHemisphereIsSolidColor, NewValue) == 0x000000, "Member 'SkyLightComponent_SetLowerHemisphereIsSolidColor::NewValue' 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_SetOnlyCaptureEmissive \ static_assert(alignof(SkyLightComponent_SetOnlyCaptureEmissive) == 0x000001, "Wrong alignment on SkyLightComponent_SetOnlyCaptureEmissive"); \ static_assert(sizeof(SkyLightComponent_SetOnlyCaptureEmissive) == 0x000001, "Wrong size on SkyLightComponent_SetOnlyCaptureEmissive"); \ static_assert(offsetof(SkyLightComponent_SetOnlyCaptureEmissive, NewValue) == 0x000000, "Member 'SkyLightComponent_SetOnlyCaptureEmissive::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetSkyDistanceThreshold \ static_assert(alignof(SkyLightComponent_SetSkyDistanceThreshold) == 0x000004, "Wrong alignment on SkyLightComponent_SetSkyDistanceThreshold"); \ static_assert(sizeof(SkyLightComponent_SetSkyDistanceThreshold) == 0x000004, "Wrong size on SkyLightComponent_SetSkyDistanceThreshold"); \ static_assert(offsetof(SkyLightComponent_SetSkyDistanceThreshold, NewValue) == 0x000000, "Member 'SkyLightComponent_SetSkyDistanceThreshold::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetSourceCubemapAngle \ static_assert(alignof(SkyLightComponent_SetSourceCubemapAngle) == 0x000004, "Wrong alignment on SkyLightComponent_SetSourceCubemapAngle"); \ static_assert(sizeof(SkyLightComponent_SetSourceCubemapAngle) == 0x000004, "Wrong size on SkyLightComponent_SetSourceCubemapAngle"); \ static_assert(offsetof(SkyLightComponent_SetSourceCubemapAngle, NewValue) == 0x000000, "Member 'SkyLightComponent_SetSourceCubemapAngle::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetSourceType \ static_assert(alignof(SkyLightComponent_SetSourceType) == 0x000001, "Wrong alignment on SkyLightComponent_SetSourceType"); \ static_assert(sizeof(SkyLightComponent_SetSourceType) == 0x000001, "Wrong size on SkyLightComponent_SetSourceType"); \ static_assert(offsetof(SkyLightComponent_SetSourceType, NewValue) == 0x000000, "Member 'SkyLightComponent_SetSourceType::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetTransmission \ static_assert(alignof(SkyLightComponent_SetTransmission) == 0x000001, "Wrong alignment on SkyLightComponent_SetTransmission"); \ static_assert(sizeof(SkyLightComponent_SetTransmission) == 0x000001, "Wrong size on SkyLightComponent_SetTransmission"); \ static_assert(offsetof(SkyLightComponent_SetTransmission, NewValue) == 0x000000, "Member 'SkyLightComponent_SetTransmission::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SkyLightComponent_SetVolumetricScatteringIntensity \ static_assert(alignof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetVolumetricScatteringIntensity"); \ static_assert(sizeof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetVolumetricScatteringIntensity"); \ static_assert(offsetof(SkyLightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USkyLightComponent \ static_assert(alignof(USkyLightComponent) == 0x000010, "Wrong alignment on USkyLightComponent"); \ static_assert(sizeof(USkyLightComponent) == 0x000420, "Wrong size on USkyLightComponent"); \ static_assert(offsetof(USkyLightComponent, bRealTimeCapture) == 0x000240, "Member 'USkyLightComponent::bRealTimeCapture' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, SourceType) == 0x000241, "Member 'USkyLightComponent::SourceType' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, Cubemap) == 0x000248, "Member 'USkyLightComponent::Cubemap' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, SourceCubemapAngle) == 0x000250, "Member 'USkyLightComponent::SourceCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CubemapResolution) == 0x000254, "Member 'USkyLightComponent::CubemapResolution' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, SkyDistanceThreshold) == 0x000258, "Member 'USkyLightComponent::SkyDistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, bCaptureEmissiveOnly) == 0x00025C, "Member 'USkyLightComponent::bCaptureEmissiveOnly' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, bLowerHemisphereIsBlack) == 0x00025D, "Member 'USkyLightComponent::bLowerHemisphereIsBlack' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, LowerHemisphereColor) == 0x000260, "Member 'USkyLightComponent::LowerHemisphereColor' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionMaxDistance) == 0x000270, "Member 'USkyLightComponent::OcclusionMaxDistance' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, Contrast) == 0x000274, "Member 'USkyLightComponent::Contrast' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionExponent) == 0x000278, "Member 'USkyLightComponent::OcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, MinOcclusion) == 0x00027C, "Member 'USkyLightComponent::MinOcclusion' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionTint) == 0x000280, "Member 'USkyLightComponent::OcclusionTint' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionStrength) == 0x000288, "Member 'USkyLightComponent::CloudAmbientOcclusionStrength' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionExtent) == 0x00028C, "Member 'USkyLightComponent::CloudAmbientOcclusionExtent' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionMapResolutionScale) == 0x000290, "Member 'USkyLightComponent::CloudAmbientOcclusionMapResolutionScale' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionApertureScale) == 0x000294, "Member 'USkyLightComponent::CloudAmbientOcclusionApertureScale' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, OcclusionCombineMode) == 0x000298, "Member 'USkyLightComponent::OcclusionCombineMode' has a wrong offset!"); \ static_assert(offsetof(USkyLightComponent, BlendDestinationCubemap) == 0x000348, "Member 'USkyLightComponent::BlendDestinationCubemap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlateBrushAsset \ static_assert(alignof(USlateBrushAsset) == 0x000008, "Wrong alignment on USlateBrushAsset"); \ static_assert(sizeof(USlateBrushAsset) == 0x0000B0, "Wrong size on USlateBrushAsset"); \ static_assert(offsetof(USlateBrushAsset, Brush) == 0x000028, "Member 'USlateBrushAsset::Brush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ISlateTextureAtlasInterface \ static_assert(alignof(ISlateTextureAtlasInterface) == 0x000001, "Wrong alignment on ISlateTextureAtlasInterface"); \ static_assert(sizeof(ISlateTextureAtlasInterface) == 0x000001, "Wrong size on ISlateTextureAtlasInterface"); \ #define DUMPER7_ASSERTS_USmokeTestCommandlet \ static_assert(alignof(USmokeTestCommandlet) == 0x000008, "Wrong alignment on USmokeTestCommandlet"); \ static_assert(sizeof(USmokeTestCommandlet) == 0x000080, "Wrong size on USmokeTestCommandlet"); \ #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_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_SoundCue_RecursiveFindWavePlayerNodes \ static_assert(alignof(SoundCue_RecursiveFindWavePlayerNodes) == 0x000008, "Wrong alignment on SoundCue_RecursiveFindWavePlayerNodes"); \ static_assert(sizeof(SoundCue_RecursiveFindWavePlayerNodes) == 0x000010, "Wrong size on SoundCue_RecursiveFindWavePlayerNodes"); \ static_assert(offsetof(SoundCue_RecursiveFindWavePlayerNodes, WavePlayerNodes) == 0x000000, "Member 'SoundCue_RecursiveFindWavePlayerNodes::WavePlayerNodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundCue \ static_assert(alignof(USoundCue) == 0x000008, "Wrong alignment on USoundCue"); \ static_assert(sizeof(USoundCue) == 0x000560, "Wrong size on USoundCue"); \ static_assert(offsetof(USoundCue, FirstNode) == 0x000190, "Member 'USoundCue::FirstNode' has a wrong offset!"); \ static_assert(offsetof(USoundCue, VolumeMultiplier) == 0x000198, "Member 'USoundCue::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(USoundCue, PitchMultiplier) == 0x00019C, "Member 'USoundCue::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(USoundCue, AttenuationOverrides) == 0x0001A0, "Member 'USoundCue::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(USoundCue, SubtitlePriority) == 0x000540, "Member 'USoundCue::SubtitlePriority' has a wrong offset!"); \ static_assert(offsetof(USoundCue, CookedQualityIndex) == 0x00054C, "Member 'USoundCue::CookedQualityIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundEffectSourcePresetChain \ static_assert(alignof(USoundEffectSourcePresetChain) == 0x000008, "Wrong alignment on USoundEffectSourcePresetChain"); \ static_assert(sizeof(USoundEffectSourcePresetChain) == 0x000040, "Wrong size on USoundEffectSourcePresetChain"); \ static_assert(offsetof(USoundEffectSourcePresetChain, Chain) == 0x000028, "Member 'USoundEffectSourcePresetChain::Chain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundGroups \ static_assert(alignof(USoundGroups) == 0x000008, "Wrong alignment on USoundGroups"); \ static_assert(sizeof(USoundGroups) == 0x000088, "Wrong size on USoundGroups"); \ static_assert(offsetof(USoundGroups, SoundGroupProfiles) == 0x000028, "Member 'USoundGroups::SoundGroupProfiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SoundMix_SetParamsOverride \ static_assert(alignof(SoundMix_SetParamsOverride) == 0x000008, "Wrong alignment on SoundMix_SetParamsOverride"); \ static_assert(sizeof(SoundMix_SetParamsOverride) == 0x000018, "Wrong size on SoundMix_SetParamsOverride"); \ static_assert(offsetof(SoundMix_SetParamsOverride, WorldContextObject) == 0x000000, "Member 'SoundMix_SetParamsOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SoundMix_SetParamsOverride, NewInitialDelay) == 0x000008, "Member 'SoundMix_SetParamsOverride::NewInitialDelay' has a wrong offset!"); \ static_assert(offsetof(SoundMix_SetParamsOverride, NewDuration) == 0x00000C, "Member 'SoundMix_SetParamsOverride::NewDuration' has a wrong offset!"); \ static_assert(offsetof(SoundMix_SetParamsOverride, NewFadeInTime) == 0x000010, "Member 'SoundMix_SetParamsOverride::NewFadeInTime' has a wrong offset!"); \ static_assert(offsetof(SoundMix_SetParamsOverride, NewFadeOutTime) == 0x000014, "Member 'SoundMix_SetParamsOverride::NewFadeOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundMix \ static_assert(alignof(USoundMix) == 0x000008, "Wrong alignment on USoundMix"); \ static_assert(sizeof(USoundMix) == 0x0000A0, "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!"); \ static_assert(offsetof(USoundMix, InitialDelayOverride) == 0x000090, "Member 'USoundMix::InitialDelayOverride' has a wrong offset!"); \ static_assert(offsetof(USoundMix, FadeInTimeOverride) == 0x000094, "Member 'USoundMix::FadeInTimeOverride' has a wrong offset!"); \ static_assert(offsetof(USoundMix, DurationOverride) == 0x000098, "Member 'USoundMix::DurationOverride' has a wrong offset!"); \ static_assert(offsetof(USoundMix, FadeOutTimeOverride) == 0x00009C, "Member 'USoundMix::FadeOutTimeOverride' has a wrong offset!"); \ #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_USoundNodeConcatenator \ static_assert(alignof(USoundNodeConcatenator) == 0x000008, "Wrong alignment on USoundNodeConcatenator"); \ static_assert(sizeof(USoundNodeConcatenator) == 0x000058, "Wrong size on USoundNodeConcatenator"); \ static_assert(offsetof(USoundNodeConcatenator, InputVolume) == 0x000048, "Member 'USoundNodeConcatenator::InputVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeDelay \ static_assert(alignof(USoundNodeDelay) == 0x000008, "Wrong alignment on USoundNodeDelay"); \ static_assert(sizeof(USoundNodeDelay) == 0x000050, "Wrong size on USoundNodeDelay"); \ static_assert(offsetof(USoundNodeDelay, DelayMin) == 0x000048, "Member 'USoundNodeDelay::DelayMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeDelay, DelayMax) == 0x00004C, "Member 'USoundNodeDelay::DelayMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_USoundNodeEnveloper \ static_assert(alignof(USoundNodeEnveloper) == 0x000008, "Wrong alignment on USoundNodeEnveloper"); \ static_assert(sizeof(USoundNodeEnveloper) == 0x000190, "Wrong size on USoundNodeEnveloper"); \ static_assert(offsetof(USoundNodeEnveloper, LoopStart) == 0x000048, "Member 'USoundNodeEnveloper::LoopStart' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, LoopEnd) == 0x00004C, "Member 'USoundNodeEnveloper::LoopEnd' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, DurationAfterLoop) == 0x000050, "Member 'USoundNodeEnveloper::DurationAfterLoop' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, LoopCount) == 0x000054, "Member 'USoundNodeEnveloper::LoopCount' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, VolumeInterpCurve) == 0x000060, "Member 'USoundNodeEnveloper::VolumeInterpCurve' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, PitchInterpCurve) == 0x000068, "Member 'USoundNodeEnveloper::PitchInterpCurve' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, VolumeCurve) == 0x000070, "Member 'USoundNodeEnveloper::VolumeCurve' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, PitchCurve) == 0x0000F8, "Member 'USoundNodeEnveloper::PitchCurve' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, PitchMin) == 0x000180, "Member 'USoundNodeEnveloper::PitchMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, PitchMax) == 0x000184, "Member 'USoundNodeEnveloper::PitchMax' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, VolumeMin) == 0x000188, "Member 'USoundNodeEnveloper::VolumeMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeEnveloper, VolumeMax) == 0x00018C, "Member 'USoundNodeEnveloper::VolumeMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeGroupControl \ static_assert(alignof(USoundNodeGroupControl) == 0x000008, "Wrong alignment on USoundNodeGroupControl"); \ static_assert(sizeof(USoundNodeGroupControl) == 0x000058, "Wrong size on USoundNodeGroupControl"); \ static_assert(offsetof(USoundNodeGroupControl, GroupSizes) == 0x000048, "Member 'USoundNodeGroupControl::GroupSizes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeMature \ static_assert(alignof(USoundNodeMature) == 0x000008, "Wrong alignment on USoundNodeMature"); \ static_assert(sizeof(USoundNodeMature) == 0x000048, "Wrong size on USoundNodeMature"); \ #define DUMPER7_ASSERTS_USoundNodeMixer \ static_assert(alignof(USoundNodeMixer) == 0x000008, "Wrong alignment on USoundNodeMixer"); \ static_assert(sizeof(USoundNodeMixer) == 0x000058, "Wrong size on USoundNodeMixer"); \ static_assert(offsetof(USoundNodeMixer, InputVolume) == 0x000048, "Member 'USoundNodeMixer::InputVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeModulator \ static_assert(alignof(USoundNodeModulator) == 0x000008, "Wrong alignment on USoundNodeModulator"); \ static_assert(sizeof(USoundNodeModulator) == 0x000058, "Wrong size on USoundNodeModulator"); \ static_assert(offsetof(USoundNodeModulator, PitchMin) == 0x000048, "Member 'USoundNodeModulator::PitchMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeModulator, PitchMax) == 0x00004C, "Member 'USoundNodeModulator::PitchMax' has a wrong offset!"); \ static_assert(offsetof(USoundNodeModulator, VolumeMin) == 0x000050, "Member 'USoundNodeModulator::VolumeMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeModulator, VolumeMax) == 0x000054, "Member 'USoundNodeModulator::VolumeMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeOscillator \ static_assert(alignof(USoundNodeOscillator) == 0x000008, "Wrong alignment on USoundNodeOscillator"); \ static_assert(sizeof(USoundNodeOscillator) == 0x000070, "Wrong size on USoundNodeOscillator"); \ static_assert(offsetof(USoundNodeOscillator, AmplitudeMin) == 0x00004C, "Member 'USoundNodeOscillator::AmplitudeMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeOscillator, AmplitudeMax) == 0x000050, "Member 'USoundNodeOscillator::AmplitudeMax' has a wrong offset!"); \ static_assert(offsetof(USoundNodeOscillator, FrequencyMin) == 0x000054, "Member 'USoundNodeOscillator::FrequencyMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeOscillator, FrequencyMax) == 0x000058, "Member 'USoundNodeOscillator::FrequencyMax' has a wrong offset!"); \ static_assert(offsetof(USoundNodeOscillator, OffsetMin) == 0x00005C, "Member 'USoundNodeOscillator::OffsetMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeOscillator, OffsetMax) == 0x000060, "Member 'USoundNodeOscillator::OffsetMax' has a wrong offset!"); \ static_assert(offsetof(USoundNodeOscillator, CenterMin) == 0x000064, "Member 'USoundNodeOscillator::CenterMin' has a wrong offset!"); \ static_assert(offsetof(USoundNodeOscillator, CenterMax) == 0x000068, "Member 'USoundNodeOscillator::CenterMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeParamCrossFade \ static_assert(alignof(USoundNodeParamCrossFade) == 0x000008, "Wrong alignment on USoundNodeParamCrossFade"); \ static_assert(sizeof(USoundNodeParamCrossFade) == 0x000060, "Wrong size on USoundNodeParamCrossFade"); \ static_assert(offsetof(USoundNodeParamCrossFade, ParamName) == 0x000058, "Member 'USoundNodeParamCrossFade::ParamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeQualityLevel \ static_assert(alignof(USoundNodeQualityLevel) == 0x000008, "Wrong alignment on USoundNodeQualityLevel"); \ static_assert(sizeof(USoundNodeQualityLevel) == 0x000050, "Wrong size on USoundNodeQualityLevel"); \ static_assert(offsetof(USoundNodeQualityLevel, CookedQualityLevelIndex) == 0x000048, "Member 'USoundNodeQualityLevel::CookedQualityLevelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeSoundClass \ static_assert(alignof(USoundNodeSoundClass) == 0x000008, "Wrong alignment on USoundNodeSoundClass"); \ static_assert(sizeof(USoundNodeSoundClass) == 0x000058, "Wrong size on USoundNodeSoundClass"); \ static_assert(offsetof(USoundNodeSoundClass, SoundClassOverride) == 0x000048, "Member 'USoundNodeSoundClass::SoundClassOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeSwitch \ static_assert(alignof(USoundNodeSwitch) == 0x000008, "Wrong alignment on USoundNodeSwitch"); \ static_assert(sizeof(USoundNodeSwitch) == 0x000050, "Wrong size on USoundNodeSwitch"); \ static_assert(offsetof(USoundNodeSwitch, IntParameterName) == 0x000048, "Member 'USoundNodeSwitch::IntParameterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundNodeWaveParam \ static_assert(alignof(USoundNodeWaveParam) == 0x000008, "Wrong alignment on USoundNodeWaveParam"); \ static_assert(sizeof(USoundNodeWaveParam) == 0x000050, "Wrong size on USoundNodeWaveParam"); \ static_assert(offsetof(USoundNodeWaveParam, WaveParameterName) == 0x000048, "Member 'USoundNodeWaveParam::WaveParameterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundSourceBus \ static_assert(alignof(USoundSourceBus) == 0x000008, "Wrong alignment on USoundSourceBus"); \ static_assert(sizeof(USoundSourceBus) == 0x000450, "Wrong size on USoundSourceBus"); \ static_assert(offsetof(USoundSourceBus, SourceBusChannels) == 0x000438, "Member 'USoundSourceBus::SourceBusChannels' has a wrong offset!"); \ static_assert(offsetof(USoundSourceBus, SourceBusDuration) == 0x00043C, "Member 'USoundSourceBus::SourceBusDuration' has a wrong offset!"); \ static_assert(offsetof(USoundSourceBus, AudioBus) == 0x000440, "Member 'USoundSourceBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundfieldSubmix \ static_assert(alignof(USoundfieldSubmix) == 0x000008, "Wrong alignment on USoundfieldSubmix"); \ static_assert(sizeof(USoundfieldSubmix) == 0x000070, "Wrong size on USoundfieldSubmix"); \ static_assert(offsetof(USoundfieldSubmix, SoundfieldEncodingFormat) == 0x000048, "Member 'USoundfieldSubmix::SoundfieldEncodingFormat' has a wrong offset!"); \ static_assert(offsetof(USoundfieldSubmix, EncodingSettings) == 0x000050, "Member 'USoundfieldSubmix::EncodingSettings' has a wrong offset!"); \ static_assert(offsetof(USoundfieldSubmix, SoundfieldEffectChain) == 0x000058, "Member 'USoundfieldSubmix::SoundfieldEffectChain' has a wrong offset!"); \ static_assert(offsetof(USoundfieldSubmix, EncodingSettingsClass) == 0x000068, "Member 'USoundfieldSubmix::EncodingSettingsClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEndpointSubmix \ static_assert(alignof(UEndpointSubmix) == 0x000008, "Wrong alignment on UEndpointSubmix"); \ static_assert(sizeof(UEndpointSubmix) == 0x000058, "Wrong size on UEndpointSubmix"); \ static_assert(offsetof(UEndpointSubmix, EndpointType) == 0x000040, "Member 'UEndpointSubmix::EndpointType' has a wrong offset!"); \ static_assert(offsetof(UEndpointSubmix, EndpointSettingsClass) == 0x000048, "Member 'UEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ static_assert(offsetof(UEndpointSubmix, EndpointSettings) == 0x000050, "Member 'UEndpointSubmix::EndpointSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundfieldEndpointSubmix \ static_assert(alignof(USoundfieldEndpointSubmix) == 0x000008, "Wrong alignment on USoundfieldEndpointSubmix"); \ static_assert(sizeof(USoundfieldEndpointSubmix) == 0x000078, "Wrong size on USoundfieldEndpointSubmix"); \ static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEndpointType) == 0x000040, "Member 'USoundfieldEndpointSubmix::SoundfieldEndpointType' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettingsClass) == 0x000048, "Member 'USoundfieldEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettings) == 0x000050, "Member 'USoundfieldEndpointSubmix::EndpointSettings' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettingsClass) == 0x000058, "Member 'USoundfieldEndpointSubmix::EncodingSettingsClass' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettings) == 0x000060, "Member 'USoundfieldEndpointSubmix::EncodingSettings' has a wrong offset!"); \ static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEffectChain) == 0x000068, "Member 'USoundfieldEndpointSubmix::SoundfieldEffectChain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpectatorPawnMovement \ static_assert(alignof(USpectatorPawnMovement) == 0x000008, "Wrong alignment on USpectatorPawnMovement"); \ static_assert(sizeof(USpectatorPawnMovement) == 0x000160, "Wrong size on USpectatorPawnMovement"); \ #define DUMPER7_ASSERTS_ASphereReflectionCapture \ static_assert(alignof(ASphereReflectionCapture) == 0x000008, "Wrong alignment on ASphereReflectionCapture"); \ static_assert(sizeof(ASphereReflectionCapture) == 0x000240, "Wrong size on ASphereReflectionCapture"); \ static_assert(offsetof(ASphereReflectionCapture, DrawCaptureRadius) == 0x000238, "Member 'ASphereReflectionCapture::DrawCaptureRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USphereReflectionCaptureComponent \ static_assert(alignof(USphereReflectionCaptureComponent) == 0x000010, "Wrong alignment on USphereReflectionCaptureComponent"); \ static_assert(sizeof(USphereReflectionCaptureComponent) == 0x000290, "Wrong size on USphereReflectionCaptureComponent"); \ static_assert(offsetof(USphereReflectionCaptureComponent, InfluenceRadius) == 0x000280, "Member 'USphereReflectionCaptureComponent::InfluenceRadius' has a wrong offset!"); \ static_assert(offsetof(USphereReflectionCaptureComponent, CaptureDistanceScale) == 0x000284, "Member 'USphereReflectionCaptureComponent::CaptureDistanceScale' has a wrong offset!"); \ static_assert(offsetof(USphereReflectionCaptureComponent, PreviewInfluenceRadius) == 0x000288, "Member 'USphereReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetBoundaryMax \ static_assert(alignof(SplineMeshComponent_SetBoundaryMax) == 0x000004, "Wrong alignment on SplineMeshComponent_SetBoundaryMax"); \ static_assert(sizeof(SplineMeshComponent_SetBoundaryMax) == 0x000008, "Wrong size on SplineMeshComponent_SetBoundaryMax"); \ static_assert(offsetof(SplineMeshComponent_SetBoundaryMax, InBoundaryMax) == 0x000000, "Member 'SplineMeshComponent_SetBoundaryMax::InBoundaryMax' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetBoundaryMax, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetBoundaryMax::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetBoundaryMin \ static_assert(alignof(SplineMeshComponent_SetBoundaryMin) == 0x000004, "Wrong alignment on SplineMeshComponent_SetBoundaryMin"); \ static_assert(sizeof(SplineMeshComponent_SetBoundaryMin) == 0x000008, "Wrong size on SplineMeshComponent_SetBoundaryMin"); \ static_assert(offsetof(SplineMeshComponent_SetBoundaryMin, InBoundaryMin) == 0x000000, "Member 'SplineMeshComponent_SetBoundaryMin::InBoundaryMin' has a wrong offset!"); \ static_assert(offsetof(SplineMeshComponent_SetBoundaryMin, bUpdateMesh) == 0x000004, "Member 'SplineMeshComponent_SetBoundaryMin::bUpdateMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SplineMeshComponent_SetEndOffset \ static_assert(alignof(SplineMeshComponent_SetEndOffset) == 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) == 0x000590, "Wrong size on USplineMeshComponent"); \ static_assert(offsetof(USplineMeshComponent, SplineParams) == 0x0004F8, "Member 'USplineMeshComponent::SplineParams' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, SplineUpDir) == 0x000550, "Member 'USplineMeshComponent::SplineUpDir' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, SplineBoundaryMin) == 0x00055C, "Member 'USplineMeshComponent::SplineBoundaryMin' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, CachedMeshBodySetupGuid) == 0x000560, "Member 'USplineMeshComponent::CachedMeshBodySetupGuid' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, BodySetup) == 0x000570, "Member 'USplineMeshComponent::BodySetup' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, SplineBoundaryMax) == 0x000578, "Member 'USplineMeshComponent::SplineBoundaryMax' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, ForwardAxis) == 0x00057D, "Member 'USplineMeshComponent::ForwardAxis' has a wrong offset!"); \ static_assert(offsetof(USplineMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x000580, "Member 'USplineMeshComponent::VirtualTextureMainPassMaxDrawDistance' 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) == 0x000290, "Wrong size on USpringArmComponent"); \ static_assert(offsetof(USpringArmComponent, TargetArmLength) == 0x000208, "Member 'USpringArmComponent::TargetArmLength' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, SocketOffset) == 0x00020C, "Member 'USpringArmComponent::SocketOffset' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, TargetOffset) == 0x000218, "Member 'USpringArmComponent::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, ProbeSize) == 0x000224, "Member 'USpringArmComponent::ProbeSize' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, ProbeChannel) == 0x000228, "Member 'USpringArmComponent::ProbeChannel' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraLagSpeed) == 0x000230, "Member 'USpringArmComponent::CameraLagSpeed' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraRotationLagSpeed) == 0x000234, "Member 'USpringArmComponent::CameraRotationLagSpeed' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraLagMaxTimeStep) == 0x000238, "Member 'USpringArmComponent::CameraLagMaxTimeStep' has a wrong offset!"); \ static_assert(offsetof(USpringArmComponent, CameraLagMaxDistance) == 0x00023C, "Member 'USpringArmComponent::CameraLagMaxDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_CreateStaticMeshDescription \ static_assert(alignof(StaticMesh_CreateStaticMeshDescription) == 0x000008, "Wrong alignment on StaticMesh_CreateStaticMeshDescription"); \ static_assert(sizeof(StaticMesh_CreateStaticMeshDescription) == 0x000010, "Wrong size on StaticMesh_CreateStaticMeshDescription"); \ static_assert(offsetof(StaticMesh_CreateStaticMeshDescription, Outer_0) == 0x000000, "Member 'StaticMesh_CreateStaticMeshDescription::Outer_0' has a wrong offset!"); \ static_assert(offsetof(StaticMesh_CreateStaticMeshDescription, ReturnValue) == 0x000008, "Member 'StaticMesh_CreateStaticMeshDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_AddMaterial \ static_assert(alignof(StaticMesh_AddMaterial) == 0x000008, "Wrong alignment on StaticMesh_AddMaterial"); \ static_assert(sizeof(StaticMesh_AddMaterial) == 0x000010, "Wrong size on StaticMesh_AddMaterial"); \ static_assert(offsetof(StaticMesh_AddMaterial, Material) == 0x000000, "Member 'StaticMesh_AddMaterial::Material' has a wrong offset!"); \ static_assert(offsetof(StaticMesh_AddMaterial, ReturnValue) == 0x000008, "Member 'StaticMesh_AddMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_AddSocket \ static_assert(alignof(StaticMesh_AddSocket) == 0x000008, "Wrong alignment on StaticMesh_AddSocket"); \ static_assert(sizeof(StaticMesh_AddSocket) == 0x000008, "Wrong size on StaticMesh_AddSocket"); \ static_assert(offsetof(StaticMesh_AddSocket, Socket) == 0x000000, "Member 'StaticMesh_AddSocket::Socket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_BuildFromStaticMeshDescriptions \ static_assert(alignof(StaticMesh_BuildFromStaticMeshDescriptions) == 0x000008, "Wrong alignment on StaticMesh_BuildFromStaticMeshDescriptions"); \ static_assert(sizeof(StaticMesh_BuildFromStaticMeshDescriptions) == 0x000018, "Wrong size on StaticMesh_BuildFromStaticMeshDescriptions"); \ static_assert(offsetof(StaticMesh_BuildFromStaticMeshDescriptions, StaticMeshDescriptions) == 0x000000, "Member 'StaticMesh_BuildFromStaticMeshDescriptions::StaticMeshDescriptions' has a wrong offset!"); \ static_assert(offsetof(StaticMesh_BuildFromStaticMeshDescriptions, bBuildSimpleCollision) == 0x000010, "Member 'StaticMesh_BuildFromStaticMeshDescriptions::bBuildSimpleCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_RemoveSocket \ static_assert(alignof(StaticMesh_RemoveSocket) == 0x000008, "Wrong alignment on StaticMesh_RemoveSocket"); \ static_assert(sizeof(StaticMesh_RemoveSocket) == 0x000008, "Wrong size on StaticMesh_RemoveSocket"); \ static_assert(offsetof(StaticMesh_RemoveSocket, Socket) == 0x000000, "Member 'StaticMesh_RemoveSocket::Socket' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_SetStaticMaterials \ static_assert(alignof(StaticMesh_SetStaticMaterials) == 0x000008, "Wrong alignment on StaticMesh_SetStaticMaterials"); \ static_assert(sizeof(StaticMesh_SetStaticMaterials) == 0x000010, "Wrong size on StaticMesh_SetStaticMaterials"); \ static_assert(offsetof(StaticMesh_SetStaticMaterials, InStaticMaterials) == 0x000000, "Member 'StaticMesh_SetStaticMaterials::InStaticMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_FindSocket \ static_assert(alignof(StaticMesh_FindSocket) == 0x000008, "Wrong alignment on StaticMesh_FindSocket"); \ static_assert(sizeof(StaticMesh_FindSocket) == 0x000010, "Wrong size on StaticMesh_FindSocket"); \ static_assert(offsetof(StaticMesh_FindSocket, InSocketName) == 0x000000, "Member 'StaticMesh_FindSocket::InSocketName' has a wrong offset!"); \ static_assert(offsetof(StaticMesh_FindSocket, ReturnValue) == 0x000008, "Member 'StaticMesh_FindSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetBoundingBox \ static_assert(alignof(StaticMesh_GetBoundingBox) == 0x000004, "Wrong alignment on StaticMesh_GetBoundingBox"); \ static_assert(sizeof(StaticMesh_GetBoundingBox) == 0x00001C, "Wrong size on StaticMesh_GetBoundingBox"); \ static_assert(offsetof(StaticMesh_GetBoundingBox, ReturnValue) == 0x000000, "Member 'StaticMesh_GetBoundingBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetBounds \ static_assert(alignof(StaticMesh_GetBounds) == 0x000004, "Wrong alignment on StaticMesh_GetBounds"); \ static_assert(sizeof(StaticMesh_GetBounds) == 0x00001C, "Wrong size on StaticMesh_GetBounds"); \ static_assert(offsetof(StaticMesh_GetBounds, ReturnValue) == 0x000000, "Member 'StaticMesh_GetBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetMaterial \ static_assert(alignof(StaticMesh_GetMaterial) == 0x000008, "Wrong alignment on StaticMesh_GetMaterial"); \ static_assert(sizeof(StaticMesh_GetMaterial) == 0x000010, "Wrong size on StaticMesh_GetMaterial"); \ static_assert(offsetof(StaticMesh_GetMaterial, MaterialIndex) == 0x000000, "Member 'StaticMesh_GetMaterial::MaterialIndex' has a wrong offset!"); \ static_assert(offsetof(StaticMesh_GetMaterial, ReturnValue) == 0x000008, "Member 'StaticMesh_GetMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetMaterialIndex \ static_assert(alignof(StaticMesh_GetMaterialIndex) == 0x000004, "Wrong alignment on StaticMesh_GetMaterialIndex"); \ static_assert(sizeof(StaticMesh_GetMaterialIndex) == 0x00000C, "Wrong size on StaticMesh_GetMaterialIndex"); \ static_assert(offsetof(StaticMesh_GetMaterialIndex, MaterialSlotName) == 0x000000, "Member 'StaticMesh_GetMaterialIndex::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(StaticMesh_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'StaticMesh_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetMinimumLODForPlatform \ static_assert(alignof(StaticMesh_GetMinimumLODForPlatform) == 0x000004, "Wrong alignment on StaticMesh_GetMinimumLODForPlatform"); \ static_assert(sizeof(StaticMesh_GetMinimumLODForPlatform) == 0x00000C, "Wrong size on StaticMesh_GetMinimumLODForPlatform"); \ static_assert(offsetof(StaticMesh_GetMinimumLODForPlatform, PlatformName) == 0x000000, "Member 'StaticMesh_GetMinimumLODForPlatform::PlatformName' has a wrong offset!"); \ static_assert(offsetof(StaticMesh_GetMinimumLODForPlatform, ReturnValue) == 0x000008, "Member 'StaticMesh_GetMinimumLODForPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetMinimumLODForPlatforms \ static_assert(alignof(StaticMesh_GetMinimumLODForPlatforms) == 0x000008, "Wrong alignment on StaticMesh_GetMinimumLODForPlatforms"); \ static_assert(sizeof(StaticMesh_GetMinimumLODForPlatforms) == 0x000050, "Wrong size on StaticMesh_GetMinimumLODForPlatforms"); \ static_assert(offsetof(StaticMesh_GetMinimumLODForPlatforms, PlatformMinimumLODs) == 0x000000, "Member 'StaticMesh_GetMinimumLODForPlatforms::PlatformMinimumLODs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetNumLODs \ static_assert(alignof(StaticMesh_GetNumLODs) == 0x000004, "Wrong alignment on StaticMesh_GetNumLODs"); \ static_assert(sizeof(StaticMesh_GetNumLODs) == 0x000004, "Wrong size on StaticMesh_GetNumLODs"); \ static_assert(offsetof(StaticMesh_GetNumLODs, ReturnValue) == 0x000000, "Member 'StaticMesh_GetNumLODs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetNumSections \ static_assert(alignof(StaticMesh_GetNumSections) == 0x000004, "Wrong alignment on StaticMesh_GetNumSections"); \ static_assert(sizeof(StaticMesh_GetNumSections) == 0x000008, "Wrong size on StaticMesh_GetNumSections"); \ static_assert(offsetof(StaticMesh_GetNumSections, InLOD) == 0x000000, "Member 'StaticMesh_GetNumSections::InLOD' has a wrong offset!"); \ static_assert(offsetof(StaticMesh_GetNumSections, ReturnValue) == 0x000004, "Member 'StaticMesh_GetNumSections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StaticMesh_GetStaticMaterials \ static_assert(alignof(StaticMesh_GetStaticMaterials) == 0x000008, "Wrong alignment on StaticMesh_GetStaticMaterials"); \ static_assert(sizeof(StaticMesh_GetStaticMaterials) == 0x000010, "Wrong size on StaticMesh_GetStaticMaterials"); \ static_assert(offsetof(StaticMesh_GetStaticMaterials, ReturnValue) == 0x000000, "Member 'StaticMesh_GetStaticMaterials::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStaticMesh \ static_assert(alignof(UStaticMesh) == 0x000008, "Wrong alignment on UStaticMesh"); \ static_assert(sizeof(UStaticMesh) == 0x000158, "Wrong size on UStaticMesh"); \ static_assert(offsetof(UStaticMesh, bUseLowSpecMinLOD) == 0x000080, "Member 'UStaticMesh::bUseLowSpecMinLOD' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LowSpecMinLOD) == 0x000084, "Member 'UStaticMesh::LowSpecMinLOD' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, MinLOD) == 0x000088, "Member 'UStaticMesh::MinLOD' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LpvBiasMultiplier) == 0x00008C, "Member 'UStaticMesh::LpvBiasMultiplier' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, StaticMaterials) == 0x000090, "Member 'UStaticMesh::StaticMaterials' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LightmapUVDensity) == 0x0000A0, "Member 'UStaticMesh::LightmapUVDensity' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LightMapResolution) == 0x0000A4, "Member 'UStaticMesh::LightMapResolution' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LightMapCoordinateIndex) == 0x0000A8, "Member 'UStaticMesh::LightMapCoordinateIndex' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, DistanceFieldSelfShadowBias) == 0x0000AC, "Member 'UStaticMesh::DistanceFieldSelfShadowBias' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, BodySetup) == 0x0000B0, "Member 'UStaticMesh::BodySetup' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, LODForCollision) == 0x0000B8, "Member 'UStaticMesh::LODForCollision' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, Sockets) == 0x0000E0, "Member 'UStaticMesh::Sockets' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, PositiveBoundsExtension) == 0x000100, "Member 'UStaticMesh::PositiveBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, NegativeBoundsExtension) == 0x00010C, "Member 'UStaticMesh::NegativeBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, ExtendedBounds) == 0x000118, "Member 'UStaticMesh::ExtendedBounds' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, ElementToIgnoreForTexFactor) == 0x000134, "Member 'UStaticMesh::ElementToIgnoreForTexFactor' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, AssetUserData) == 0x000138, "Member 'UStaticMesh::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, EditableMesh) == 0x000148, "Member 'UStaticMesh::EditableMesh' has a wrong offset!"); \ static_assert(offsetof(UStaticMesh, NavCollision) == 0x000150, "Member 'UStaticMesh::NavCollision' 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_StereoLayerShapeCylinder_SetHeight \ static_assert(alignof(StereoLayerShapeCylinder_SetHeight) == 0x000004, "Wrong alignment on StereoLayerShapeCylinder_SetHeight"); \ static_assert(sizeof(StereoLayerShapeCylinder_SetHeight) == 0x000004, "Wrong size on StereoLayerShapeCylinder_SetHeight"); \ static_assert(offsetof(StereoLayerShapeCylinder_SetHeight, InHeight) == 0x000000, "Member 'StereoLayerShapeCylinder_SetHeight::InHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerShapeCylinder_SetOverlayArc \ static_assert(alignof(StereoLayerShapeCylinder_SetOverlayArc) == 0x000004, "Wrong alignment on StereoLayerShapeCylinder_SetOverlayArc"); \ static_assert(sizeof(StereoLayerShapeCylinder_SetOverlayArc) == 0x000004, "Wrong size on StereoLayerShapeCylinder_SetOverlayArc"); \ static_assert(offsetof(StereoLayerShapeCylinder_SetOverlayArc, InOverlayArc) == 0x000000, "Member 'StereoLayerShapeCylinder_SetOverlayArc::InOverlayArc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerShapeCylinder_SetRadius \ static_assert(alignof(StereoLayerShapeCylinder_SetRadius) == 0x000004, "Wrong alignment on StereoLayerShapeCylinder_SetRadius"); \ static_assert(sizeof(StereoLayerShapeCylinder_SetRadius) == 0x000004, "Wrong size on StereoLayerShapeCylinder_SetRadius"); \ static_assert(offsetof(StereoLayerShapeCylinder_SetRadius, InRadius) == 0x000000, "Member 'StereoLayerShapeCylinder_SetRadius::InRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStereoLayerShapeCylinder \ static_assert(alignof(UStereoLayerShapeCylinder) == 0x000008, "Wrong alignment on UStereoLayerShapeCylinder"); \ static_assert(sizeof(UStereoLayerShapeCylinder) == 0x000038, "Wrong size on UStereoLayerShapeCylinder"); \ static_assert(offsetof(UStereoLayerShapeCylinder, Radius) == 0x000028, "Member 'UStereoLayerShapeCylinder::Radius' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeCylinder, OverlayArc) == 0x00002C, "Member 'UStereoLayerShapeCylinder::OverlayArc' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeCylinder, Height) == 0x000030, "Member 'UStereoLayerShapeCylinder::Height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StereoLayerShapeEquirect_SetEquirectProps \ static_assert(alignof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000004, "Wrong alignment on StereoLayerShapeEquirect_SetEquirectProps"); \ static_assert(sizeof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000048, "Wrong size on StereoLayerShapeEquirect_SetEquirectProps"); \ static_assert(offsetof(StereoLayerShapeEquirect_SetEquirectProps, InScaleBiases) == 0x000000, "Member 'StereoLayerShapeEquirect_SetEquirectProps::InScaleBiases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStereoLayerShapeEquirect \ static_assert(alignof(UStereoLayerShapeEquirect) == 0x000008, "Wrong alignment on UStereoLayerShapeEquirect"); \ static_assert(sizeof(UStereoLayerShapeEquirect) == 0x000070, "Wrong size on UStereoLayerShapeEquirect"); \ static_assert(offsetof(UStereoLayerShapeEquirect, LeftUVRect) == 0x000028, "Member 'UStereoLayerShapeEquirect::LeftUVRect' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeEquirect, RightUVRect) == 0x00003C, "Member 'UStereoLayerShapeEquirect::RightUVRect' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeEquirect, LeftScale) == 0x000050, "Member 'UStereoLayerShapeEquirect::LeftScale' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeEquirect, RightScale) == 0x000058, "Member 'UStereoLayerShapeEquirect::RightScale' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeEquirect, LeftBias) == 0x000060, "Member 'UStereoLayerShapeEquirect::LeftBias' has a wrong offset!"); \ static_assert(offsetof(UStereoLayerShapeEquirect, RightBias) == 0x000068, "Member 'UStereoLayerShapeEquirect::RightBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UStringTable \ static_assert(alignof(UStringTable) == 0x000008, "Wrong alignment on UStringTable"); \ static_assert(sizeof(UStringTable) == 0x000040, "Wrong size on UStringTable"); \ #define DUMPER7_ASSERTS_USubsurfaceProfile \ static_assert(alignof(USubsurfaceProfile) == 0x000008, "Wrong alignment on USubsurfaceProfile"); \ static_assert(sizeof(USubsurfaceProfile) == 0x0000B8, "Wrong size on USubsurfaceProfile"); \ static_assert(offsetof(USubsurfaceProfile, Settings) == 0x000028, "Member 'USubsurfaceProfile::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetEngineSubsystem \ static_assert(alignof(SubsystemBlueprintLibrary_GetEngineSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetEngineSubsystem"); \ static_assert(sizeof(SubsystemBlueprintLibrary_GetEngineSubsystem) == 0x000010, "Wrong size on SubsystemBlueprintLibrary_GetEngineSubsystem"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetEngineSubsystem, Class_0) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetEngineSubsystem::Class_0' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetEngineSubsystem, ReturnValue) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetEngineSubsystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetGameInstanceSubsystem \ static_assert(alignof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetGameInstanceSubsystem"); \ static_assert(sizeof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetGameInstanceSubsystem"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem, ContextObject) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetGameInstanceSubsystem::ContextObject' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetGameInstanceSubsystem::Class_0' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetGameInstanceSubsystem, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetGameInstanceSubsystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetLocalPlayerSubsystem \ static_assert(alignof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetLocalPlayerSubsystem"); \ static_assert(sizeof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetLocalPlayerSubsystem"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem, ContextObject) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubsystem::ContextObject' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubsystem::Class_0' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubsystem, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubsystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController \ static_assert(alignof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController"); \ static_assert(sizeof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController, PlayerController) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController::PlayerController' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController::Class_0' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetLocalPlayerSubSystemFromPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubsystemBlueprintLibrary_GetWorldSubsystem \ static_assert(alignof(SubsystemBlueprintLibrary_GetWorldSubsystem) == 0x000008, "Wrong alignment on SubsystemBlueprintLibrary_GetWorldSubsystem"); \ static_assert(sizeof(SubsystemBlueprintLibrary_GetWorldSubsystem) == 0x000018, "Wrong size on SubsystemBlueprintLibrary_GetWorldSubsystem"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetWorldSubsystem, ContextObject) == 0x000000, "Member 'SubsystemBlueprintLibrary_GetWorldSubsystem::ContextObject' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetWorldSubsystem, Class_0) == 0x000008, "Member 'SubsystemBlueprintLibrary_GetWorldSubsystem::Class_0' has a wrong offset!"); \ static_assert(offsetof(SubsystemBlueprintLibrary_GetWorldSubsystem, ReturnValue) == 0x000010, "Member 'SubsystemBlueprintLibrary_GetWorldSubsystem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubsystemBlueprintLibrary \ static_assert(alignof(USubsystemBlueprintLibrary) == 0x000008, "Wrong alignment on USubsystemBlueprintLibrary"); \ static_assert(sizeof(USubsystemBlueprintLibrary) == 0x000028, "Wrong size on USubsystemBlueprintLibrary"); \ #define DUMPER7_ASSERTS_ATargetPoint \ static_assert(alignof(ATargetPoint) == 0x000008, "Wrong alignment on ATargetPoint"); \ static_assert(sizeof(ATargetPoint) == 0x000230, "Wrong size on ATargetPoint"); \ #define DUMPER7_ASSERTS_UTextPropertyTestObject \ static_assert(alignof(UTextPropertyTestObject) == 0x000008, "Wrong alignment on UTextPropertyTestObject"); \ static_assert(sizeof(UTextPropertyTestObject) == 0x000070, "Wrong size on UTextPropertyTestObject"); \ static_assert(offsetof(UTextPropertyTestObject, DefaultedText) == 0x000028, "Member 'UTextPropertyTestObject::DefaultedText' has a wrong offset!"); \ static_assert(offsetof(UTextPropertyTestObject, UndefaultedText) == 0x000040, "Member 'UTextPropertyTestObject::UndefaultedText' has a wrong offset!"); \ static_assert(offsetof(UTextPropertyTestObject, TransientText) == 0x000058, "Member 'UTextPropertyTestObject::TransientText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0004B0, "Wrong size on UTextRenderComponent"); \ static_assert(offsetof(UTextRenderComponent, Text) == 0x000460, "Member 'UTextRenderComponent::Text' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, TextMaterial) == 0x000478, "Member 'UTextRenderComponent::TextMaterial' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, Font) == 0x000480, "Member 'UTextRenderComponent::Font' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, HorizontalAlignment) == 0x000488, "Member 'UTextRenderComponent::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, VerticalAlignment) == 0x000489, "Member 'UTextRenderComponent::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, TextRenderColor) == 0x00048C, "Member 'UTextRenderComponent::TextRenderColor' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, XScale) == 0x000490, "Member 'UTextRenderComponent::XScale' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, YScale) == 0x000494, "Member 'UTextRenderComponent::YScale' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, WorldSize) == 0x000498, "Member 'UTextRenderComponent::WorldSize' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, InvDefaultSize) == 0x00049C, "Member 'UTextRenderComponent::InvDefaultSize' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, HorizSpacingAdjust) == 0x0004A0, "Member 'UTextRenderComponent::HorizSpacingAdjust' has a wrong offset!"); \ static_assert(offsetof(UTextRenderComponent, VertSpacingAdjust) == 0x0004A4, "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_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_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_UThumbnailInfo \ static_assert(alignof(UThumbnailInfo) == 0x000008, "Wrong alignment on UThumbnailInfo"); \ static_assert(sizeof(UThumbnailInfo) == 0x000028, "Wrong size on UThumbnailInfo"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetFloatCurve \ static_assert(alignof(TimelineComponent_SetFloatCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetFloatCurve"); \ static_assert(sizeof(TimelineComponent_SetFloatCurve) == 0x000010, "Wrong size on TimelineComponent_SetFloatCurve"); \ static_assert(offsetof(TimelineComponent_SetFloatCurve, NewFloatCurve) == 0x000000, "Member 'TimelineComponent_SetFloatCurve::NewFloatCurve' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetFloatCurve, FloatTrackName) == 0x000008, "Member 'TimelineComponent_SetFloatCurve::FloatTrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetIgnoreTimeDilation \ static_assert(alignof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_SetIgnoreTimeDilation"); \ static_assert(sizeof(TimelineComponent_SetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_SetIgnoreTimeDilation"); \ static_assert(offsetof(TimelineComponent_SetIgnoreTimeDilation, bNewIgnoreTimeDilation) == 0x000000, "Member 'TimelineComponent_SetIgnoreTimeDilation::bNewIgnoreTimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetLinearColorCurve \ static_assert(alignof(TimelineComponent_SetLinearColorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetLinearColorCurve"); \ static_assert(sizeof(TimelineComponent_SetLinearColorCurve) == 0x000010, "Wrong size on TimelineComponent_SetLinearColorCurve"); \ static_assert(offsetof(TimelineComponent_SetLinearColorCurve, NewLinearColorCurve) == 0x000000, "Member 'TimelineComponent_SetLinearColorCurve::NewLinearColorCurve' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetLinearColorCurve, LinearColorTrackName) == 0x000008, "Member 'TimelineComponent_SetLinearColorCurve::LinearColorTrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetLooping \ static_assert(alignof(TimelineComponent_SetLooping) == 0x000001, "Wrong alignment on TimelineComponent_SetLooping"); \ static_assert(sizeof(TimelineComponent_SetLooping) == 0x000001, "Wrong size on TimelineComponent_SetLooping"); \ static_assert(offsetof(TimelineComponent_SetLooping, bNewLooping) == 0x000000, "Member 'TimelineComponent_SetLooping::bNewLooping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetNewTime \ static_assert(alignof(TimelineComponent_SetNewTime) == 0x000004, "Wrong alignment on TimelineComponent_SetNewTime"); \ static_assert(sizeof(TimelineComponent_SetNewTime) == 0x000004, "Wrong size on TimelineComponent_SetNewTime"); \ static_assert(offsetof(TimelineComponent_SetNewTime, NewTime) == 0x000000, "Member 'TimelineComponent_SetNewTime::NewTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetPlaybackPosition \ static_assert(alignof(TimelineComponent_SetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_SetPlaybackPosition"); \ static_assert(sizeof(TimelineComponent_SetPlaybackPosition) == 0x000008, "Wrong size on TimelineComponent_SetPlaybackPosition"); \ static_assert(offsetof(TimelineComponent_SetPlaybackPosition, NewPosition) == 0x000000, "Member 'TimelineComponent_SetPlaybackPosition::NewPosition' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireEvents) == 0x000004, "Member 'TimelineComponent_SetPlaybackPosition::bFireEvents' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetPlaybackPosition, bFireUpdate) == 0x000005, "Member 'TimelineComponent_SetPlaybackPosition::bFireUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetPlayRate \ static_assert(alignof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_SetPlayRate"); \ static_assert(sizeof(TimelineComponent_SetPlayRate) == 0x000004, "Wrong size on TimelineComponent_SetPlayRate"); \ static_assert(offsetof(TimelineComponent_SetPlayRate, NewRate) == 0x000000, "Member 'TimelineComponent_SetPlayRate::NewRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLength \ static_assert(alignof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_SetTimelineLength"); \ static_assert(sizeof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong size on TimelineComponent_SetTimelineLength"); \ static_assert(offsetof(TimelineComponent_SetTimelineLength, NewLength) == 0x000000, "Member 'TimelineComponent_SetTimelineLength::NewLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLengthMode \ static_assert(alignof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong alignment on TimelineComponent_SetTimelineLengthMode"); \ static_assert(sizeof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong size on TimelineComponent_SetTimelineLengthMode"); \ static_assert(offsetof(TimelineComponent_SetTimelineLengthMode, NewLengthMode) == 0x000000, "Member 'TimelineComponent_SetTimelineLengthMode::NewLengthMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_SetVectorCurve \ static_assert(alignof(TimelineComponent_SetVectorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetVectorCurve"); \ static_assert(sizeof(TimelineComponent_SetVectorCurve) == 0x000010, "Wrong size on TimelineComponent_SetVectorCurve"); \ static_assert(offsetof(TimelineComponent_SetVectorCurve, NewVectorCurve) == 0x000000, "Member 'TimelineComponent_SetVectorCurve::NewVectorCurve' has a wrong offset!"); \ static_assert(offsetof(TimelineComponent_SetVectorCurve, VectorTrackName) == 0x000008, "Member 'TimelineComponent_SetVectorCurve::VectorTrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_GetIgnoreTimeDilation \ static_assert(alignof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong alignment on TimelineComponent_GetIgnoreTimeDilation"); \ static_assert(sizeof(TimelineComponent_GetIgnoreTimeDilation) == 0x000001, "Wrong size on TimelineComponent_GetIgnoreTimeDilation"); \ static_assert(offsetof(TimelineComponent_GetIgnoreTimeDilation, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetIgnoreTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_GetPlaybackPosition \ static_assert(alignof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong alignment on TimelineComponent_GetPlaybackPosition"); \ static_assert(sizeof(TimelineComponent_GetPlaybackPosition) == 0x000004, "Wrong size on TimelineComponent_GetPlaybackPosition"); \ static_assert(offsetof(TimelineComponent_GetPlaybackPosition, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlaybackPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_GetPlayRate \ static_assert(alignof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong alignment on TimelineComponent_GetPlayRate"); \ static_assert(sizeof(TimelineComponent_GetPlayRate) == 0x000004, "Wrong size on TimelineComponent_GetPlayRate"); \ static_assert(offsetof(TimelineComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'TimelineComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimelineComponent_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) == 0x000158, "Wrong size on UTimelineComponent"); \ static_assert(offsetof(UTimelineComponent, TheTimeline) == 0x0000B8, "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) == 0x000238, "Wrong size on ATriggerCapsule"); \ #define DUMPER7_ASSERTS_ATriggerSphere \ static_assert(alignof(ATriggerSphere) == 0x000008, "Wrong alignment on ATriggerSphere"); \ static_assert(sizeof(ATriggerSphere) == 0x000238, "Wrong size on ATriggerSphere"); \ #define DUMPER7_ASSERTS_ATriggerVolume \ static_assert(alignof(ATriggerVolume) == 0x000008, "Wrong alignment on ATriggerVolume"); \ static_assert(sizeof(ATriggerVolume) == 0x000268, "Wrong size on ATriggerVolume"); \ #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_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_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_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_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) == 0x000490, "Wrong size on UVectorFieldComponent"); \ static_assert(offsetof(UVectorFieldComponent, VectorField) == 0x000460, "Member 'UVectorFieldComponent::VectorField' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldComponent, Intensity) == 0x000468, "Member 'UVectorFieldComponent::Intensity' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldComponent, Tightness) == 0x00046C, "Member 'UVectorFieldComponent::Tightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVectorFieldStatic \ static_assert(alignof(UVectorFieldStatic) == 0x000008, "Wrong alignment on UVectorFieldStatic"); \ static_assert(sizeof(UVectorFieldStatic) == 0x000098, "Wrong size on UVectorFieldStatic"); \ static_assert(offsetof(UVectorFieldStatic, SizeX) == 0x000048, "Member 'UVectorFieldStatic::SizeX' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldStatic, SizeY) == 0x00004C, "Member 'UVectorFieldStatic::SizeY' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldStatic, SizeZ) == 0x000050, "Member 'UVectorFieldStatic::SizeZ' has a wrong offset!"); \ static_assert(offsetof(UVectorFieldStatic, bAllowCPUAccess) == 0x000054, "Member 'UVectorFieldStatic::bAllowCPUAccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVectorFieldVolume \ static_assert(alignof(AVectorFieldVolume) == 0x000008, "Wrong alignment on AVectorFieldVolume"); \ static_assert(sizeof(AVectorFieldVolume) == 0x000238, "Wrong size on AVectorFieldVolume"); \ static_assert(offsetof(AVectorFieldVolume, VectorFieldComponent) == 0x000230, "Member 'AVectorFieldVolume::VectorFieldComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ViewportStatsSubsystem_AddDisplayDelegate \ static_assert(alignof(ViewportStatsSubsystem_AddDisplayDelegate) == 0x000004, "Wrong alignment on ViewportStatsSubsystem_AddDisplayDelegate"); \ static_assert(sizeof(ViewportStatsSubsystem_AddDisplayDelegate) == 0x000014, "Wrong size on ViewportStatsSubsystem_AddDisplayDelegate"); \ static_assert(offsetof(ViewportStatsSubsystem_AddDisplayDelegate, Delegate) == 0x000000, "Member 'ViewportStatsSubsystem_AddDisplayDelegate::Delegate' has a wrong offset!"); \ static_assert(offsetof(ViewportStatsSubsystem_AddDisplayDelegate, ReturnValue) == 0x000010, "Member 'ViewportStatsSubsystem_AddDisplayDelegate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ViewportStatsSubsystem_AddTimedDisplay \ static_assert(alignof(ViewportStatsSubsystem_AddTimedDisplay) == 0x000008, "Wrong alignment on ViewportStatsSubsystem_AddTimedDisplay"); \ static_assert(sizeof(ViewportStatsSubsystem_AddTimedDisplay) == 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_UVirtualTexture \ static_assert(alignof(UVirtualTexture) == 0x000008, "Wrong alignment on UVirtualTexture"); \ static_assert(sizeof(UVirtualTexture) == 0x000028, "Wrong size on UVirtualTexture"); \ #define DUMPER7_ASSERTS_ULightMapVirtualTexture \ static_assert(alignof(ULightMapVirtualTexture) == 0x000008, "Wrong alignment on ULightMapVirtualTexture"); \ static_assert(sizeof(ULightMapVirtualTexture) == 0x000028, "Wrong size on ULightMapVirtualTexture"); \ #define DUMPER7_ASSERTS_URuntimeVirtualTextureStreamingProxy \ static_assert(alignof(URuntimeVirtualTextureStreamingProxy) == 0x000010, "Wrong alignment on URuntimeVirtualTextureStreamingProxy"); \ static_assert(sizeof(URuntimeVirtualTextureStreamingProxy) == 0x0001A0, "Wrong size on URuntimeVirtualTextureStreamingProxy"); \ #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_UVirtualTextureBuilder \ static_assert(alignof(UVirtualTextureBuilder) == 0x000008, "Wrong alignment on UVirtualTextureBuilder"); \ static_assert(sizeof(UVirtualTextureBuilder) == 0x000038, "Wrong size on UVirtualTextureBuilder"); \ static_assert(offsetof(UVirtualTextureBuilder, Texture) == 0x000028, "Member 'UVirtualTextureBuilder::Texture' has a wrong offset!"); \ static_assert(offsetof(UVirtualTextureBuilder, BuildHash) == 0x000030, "Member 'UVirtualTextureBuilder::BuildHash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVirtualTexturePoolConfig \ static_assert(alignof(UVirtualTexturePoolConfig) == 0x000008, "Wrong alignment on UVirtualTexturePoolConfig"); \ static_assert(sizeof(UVirtualTexturePoolConfig) == 0x000040, "Wrong size on UVirtualTexturePoolConfig"); \ static_assert(offsetof(UVirtualTexturePoolConfig, DefaultSizeInMegabyte) == 0x000028, "Member 'UVirtualTexturePoolConfig::DefaultSizeInMegabyte' has a wrong offset!"); \ static_assert(offsetof(UVirtualTexturePoolConfig, Pools) == 0x000030, "Member 'UVirtualTexturePoolConfig::Pools' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_VisualLoggerKismetLibrary_EnableRecording \ static_assert(alignof(VisualLoggerKismetLibrary_EnableRecording) == 0x000001, "Wrong alignment on VisualLoggerKismetLibrary_EnableRecording"); \ static_assert(sizeof(VisualLoggerKismetLibrary_EnableRecording) == 0x000001, "Wrong size on VisualLoggerKismetLibrary_EnableRecording"); \ static_assert(offsetof(VisualLoggerKismetLibrary_EnableRecording, bEnabled) == 0x000000, "Member 'VisualLoggerKismetLibrary_EnableRecording::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogBox \ static_assert(alignof(VisualLoggerKismetLibrary_LogBox) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogBox"); \ static_assert(sizeof(VisualLoggerKismetLibrary_LogBox) == 0x000058, "Wrong size on VisualLoggerKismetLibrary_LogBox"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogBox::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, BoxShape) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogBox::BoxShape' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, Text) == 0x000028, "Member 'VisualLoggerKismetLibrary_LogBox::Text' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, ObjectColor) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogBox::ObjectColor' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, LogCategory) == 0x000048, "Member 'VisualLoggerKismetLibrary_LogBox::LogCategory' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogBox, bAddToMessageLog) == 0x000050, "Member 'VisualLoggerKismetLibrary_LogBox::bAddToMessageLog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogLocation \ static_assert(alignof(VisualLoggerKismetLibrary_LogLocation) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogLocation"); \ static_assert(sizeof(VisualLoggerKismetLibrary_LogLocation) == 0x000048, "Wrong size on VisualLoggerKismetLibrary_LogLocation"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogLocation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Location) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogLocation::Location' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Text) == 0x000018, "Member 'VisualLoggerKismetLibrary_LogLocation::Text' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, ObjectColor) == 0x000028, "Member 'VisualLoggerKismetLibrary_LogLocation::ObjectColor' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, Radius) == 0x000038, "Member 'VisualLoggerKismetLibrary_LogLocation::Radius' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, LogCategory) == 0x00003C, "Member 'VisualLoggerKismetLibrary_LogLocation::LogCategory' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogLocation, bAddToMessageLog) == 0x000044, "Member 'VisualLoggerKismetLibrary_LogLocation::bAddToMessageLog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogSegment \ static_assert(alignof(VisualLoggerKismetLibrary_LogSegment) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogSegment"); \ static_assert(sizeof(VisualLoggerKismetLibrary_LogSegment) == 0x000050, "Wrong size on VisualLoggerKismetLibrary_LogSegment"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogSegment::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, SegmentStart) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogSegment::SegmentStart' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, SegmentEnd) == 0x000014, "Member 'VisualLoggerKismetLibrary_LogSegment::SegmentEnd' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, Text) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogSegment::Text' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, ObjectColor) == 0x000030, "Member 'VisualLoggerKismetLibrary_LogSegment::ObjectColor' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, Thickness) == 0x000040, "Member 'VisualLoggerKismetLibrary_LogSegment::Thickness' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, CategoryName) == 0x000044, "Member 'VisualLoggerKismetLibrary_LogSegment::CategoryName' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogSegment, bAddToMessageLog) == 0x00004C, "Member 'VisualLoggerKismetLibrary_LogSegment::bAddToMessageLog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogText \ static_assert(alignof(VisualLoggerKismetLibrary_LogText) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogText"); \ static_assert(sizeof(VisualLoggerKismetLibrary_LogText) == 0x000028, "Wrong size on VisualLoggerKismetLibrary_LogText"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogText, WorldContextObject) == 0x000000, "Member 'VisualLoggerKismetLibrary_LogText::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogText, Text) == 0x000008, "Member 'VisualLoggerKismetLibrary_LogText::Text' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogText, LogCategory) == 0x000018, "Member 'VisualLoggerKismetLibrary_LogText::LogCategory' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_LogText, bAddToMessageLog) == 0x000020, "Member 'VisualLoggerKismetLibrary_LogText::bAddToMessageLog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_RedirectVislog \ static_assert(alignof(VisualLoggerKismetLibrary_RedirectVislog) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_RedirectVislog"); \ static_assert(sizeof(VisualLoggerKismetLibrary_RedirectVislog) == 0x000010, "Wrong size on VisualLoggerKismetLibrary_RedirectVislog"); \ static_assert(offsetof(VisualLoggerKismetLibrary_RedirectVislog, SourceOwner) == 0x000000, "Member 'VisualLoggerKismetLibrary_RedirectVislog::SourceOwner' has a wrong offset!"); \ static_assert(offsetof(VisualLoggerKismetLibrary_RedirectVislog, DestinationOwner) == 0x000008, "Member 'VisualLoggerKismetLibrary_RedirectVislog::DestinationOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVisualLoggerKismetLibrary \ static_assert(alignof(UVisualLoggerKismetLibrary) == 0x000008, "Wrong alignment on UVisualLoggerKismetLibrary"); \ static_assert(sizeof(UVisualLoggerKismetLibrary) == 0x000028, "Wrong size on UVisualLoggerKismetLibrary"); \ #define DUMPER7_ASSERTS_UVoiceChannel \ static_assert(alignof(UVoiceChannel) == 0x000008, "Wrong alignment on UVoiceChannel"); \ static_assert(sizeof(UVoiceChannel) == 0x000078, "Wrong size on UVoiceChannel"); \ #define DUMPER7_ASSERTS_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) == 0x0000F0, "Wrong size on UVOIPTalker"); \ static_assert(offsetof(UVOIPTalker, Settings) == 0x0000B8, "Member 'UVOIPTalker::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VOIPStatics_SetMicThreshold \ static_assert(alignof(VOIPStatics_SetMicThreshold) == 0x000004, "Wrong alignment on VOIPStatics_SetMicThreshold"); \ static_assert(sizeof(VOIPStatics_SetMicThreshold) == 0x000004, "Wrong size on VOIPStatics_SetMicThreshold"); \ static_assert(offsetof(VOIPStatics_SetMicThreshold, InThreshold) == 0x000000, "Member 'VOIPStatics_SetMicThreshold::InThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVOIPStatics \ static_assert(alignof(UVOIPStatics) == 0x000008, "Wrong alignment on UVOIPStatics"); \ static_assert(sizeof(UVOIPStatics) == 0x000028, "Wrong size on UVOIPStatics"); \ #define DUMPER7_ASSERTS_UVolumeTexture \ static_assert(alignof(UVolumeTexture) == 0x000010, "Wrong alignment on UVolumeTexture"); \ static_assert(sizeof(UVolumeTexture) == 0x0001D0, "Wrong size on UVolumeTexture"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance \ static_assert(alignof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong alignment on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ static_assert(sizeof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong size on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ static_assert(offsetof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetGroundAlbedo \ static_assert(alignof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetGroundAlbedo"); \ static_assert(sizeof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong size on VolumetricCloudComponent_SetGroundAlbedo"); \ static_assert(offsetof(VolumetricCloudComponent_SetGroundAlbedo, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetGroundAlbedo::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerBottomAltitude \ static_assert(alignof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerBottomAltitude"); \ static_assert(sizeof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerBottomAltitude"); \ static_assert(offsetof(VolumetricCloudComponent_SetLayerBottomAltitude, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerBottomAltitude::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerHeight \ static_assert(alignof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerHeight"); \ static_assert(sizeof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerHeight"); \ static_assert(offsetof(VolumetricCloudComponent_SetLayerHeight, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerHeight::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetMaterial \ static_assert(alignof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong alignment on VolumetricCloudComponent_SetMaterial"); \ static_assert(sizeof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong size on VolumetricCloudComponent_SetMaterial"); \ static_assert(offsetof(VolumetricCloudComponent_SetMaterial, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetMaterial::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetPlanetRadius \ static_assert(alignof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetPlanetRadius"); \ static_assert(sizeof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong size on VolumetricCloudComponent_SetPlanetRadius"); \ static_assert(offsetof(VolumetricCloudComponent_SetPlanetRadius, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetPlanetRadius::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetReflectionSampleCountScale \ static_assert(alignof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ static_assert(sizeof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ static_assert(offsetof(VolumetricCloudComponent_SetReflectionSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetReflectionSampleCountScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowReflectionSampleCountScale \ static_assert(alignof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowReflectionSampleCountScale"); \ static_assert(sizeof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowReflectionSampleCountScale"); \ static_assert(offsetof(VolumetricCloudComponent_SetShadowReflectionSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowReflectionSampleCountScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowTracingDistance \ static_assert(alignof(VolumetricCloudComponent_SetShadowTracingDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowTracingDistance"); \ static_assert(sizeof(VolumetricCloudComponent_SetShadowTracingDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowTracingDistance"); \ static_assert(offsetof(VolumetricCloudComponent_SetShadowTracingDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowTracingDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetShadowViewSampleCountScale \ static_assert(alignof(VolumetricCloudComponent_SetShadowViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetShadowViewSampleCountScale"); \ static_assert(sizeof(VolumetricCloudComponent_SetShadowViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetShadowViewSampleCountScale"); \ static_assert(offsetof(VolumetricCloudComponent_SetShadowViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetShadowViewSampleCountScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion \ static_assert(alignof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion"); \ static_assert(sizeof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion) == 0x000004, "Wrong size on VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion"); \ static_assert(offsetof(VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetSkyLightCloudBottomOcclusion::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetStopTracingTransmittanceThreshold \ static_assert(alignof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetStopTracingTransmittanceThreshold"); \ static_assert(sizeof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold) == 0x000004, "Wrong size on VolumetricCloudComponent_SetStopTracingTransmittanceThreshold"); \ static_assert(offsetof(VolumetricCloudComponent_SetStopTracingTransmittanceThreshold, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetStopTracingTransmittanceThreshold::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingMaxDistance \ static_assert(alignof(VolumetricCloudComponent_SetTracingMaxDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingMaxDistance"); \ static_assert(sizeof(VolumetricCloudComponent_SetTracingMaxDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingMaxDistance"); \ static_assert(offsetof(VolumetricCloudComponent_SetTracingMaxDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingMaxDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetTracingStartMaxDistance \ static_assert(alignof(VolumetricCloudComponent_SetTracingStartMaxDistance) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetTracingStartMaxDistance"); \ static_assert(sizeof(VolumetricCloudComponent_SetTracingStartMaxDistance) == 0x000004, "Wrong size on VolumetricCloudComponent_SetTracingStartMaxDistance"); \ static_assert(offsetof(VolumetricCloudComponent_SetTracingStartMaxDistance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetTracingStartMaxDistance::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VolumetricCloudComponent_SetViewSampleCountScale \ static_assert(alignof(VolumetricCloudComponent_SetViewSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetViewSampleCountScale"); \ static_assert(sizeof(VolumetricCloudComponent_SetViewSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetViewSampleCountScale"); \ static_assert(offsetof(VolumetricCloudComponent_SetViewSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetViewSampleCountScale::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVolumetricCloudComponent \ static_assert(alignof(UVolumetricCloudComponent) == 0x000010, "Wrong alignment on UVolumetricCloudComponent"); \ static_assert(sizeof(UVolumetricCloudComponent) == 0x000250, "Wrong size on UVolumetricCloudComponent"); \ static_assert(offsetof(UVolumetricCloudComponent, LayerBottomAltitude) == 0x000208, "Member 'UVolumetricCloudComponent::LayerBottomAltitude' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, LayerHeight) == 0x00020C, "Member 'UVolumetricCloudComponent::LayerHeight' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, TracingStartMaxDistance) == 0x000210, "Member 'UVolumetricCloudComponent::TracingStartMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, TracingMaxDistance) == 0x000214, "Member 'UVolumetricCloudComponent::TracingMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, PlanetRadius) == 0x000218, "Member 'UVolumetricCloudComponent::PlanetRadius' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, GroundAlbedo) == 0x00021C, "Member 'UVolumetricCloudComponent::GroundAlbedo' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, Material) == 0x000220, "Member 'UVolumetricCloudComponent::Material' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, SkyLightCloudBottomOcclusion) == 0x00022C, "Member 'UVolumetricCloudComponent::SkyLightCloudBottomOcclusion' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ViewSampleCountScale) == 0x000230, "Member 'UVolumetricCloudComponent::ViewSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ReflectionSampleCountScale) == 0x000234, "Member 'UVolumetricCloudComponent::ReflectionSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ShadowViewSampleCountScale) == 0x000238, "Member 'UVolumetricCloudComponent::ShadowViewSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionSampleCountScale) == 0x00023C, "Member 'UVolumetricCloudComponent::ShadowReflectionSampleCountScale' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, ShadowTracingDistance) == 0x000240, "Member 'UVolumetricCloudComponent::ShadowTracingDistance' has a wrong offset!"); \ static_assert(offsetof(UVolumetricCloudComponent, StopTracingTransmittanceThreshold) == 0x000244, "Member 'UVolumetricCloudComponent::StopTracingTransmittanceThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AVolumetricCloud \ static_assert(alignof(AVolumetricCloud) == 0x000008, "Wrong alignment on AVolumetricCloud"); \ static_assert(sizeof(AVolumetricCloud) == 0x000238, "Wrong size on AVolumetricCloud"); \ static_assert(offsetof(AVolumetricCloud, VolumetricCloudComponent) == 0x000230, "Member 'AVolumetricCloud::VolumetricCloudComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWindDirectionalSource \ static_assert(alignof(AWindDirectionalSource) == 0x000008, "Wrong alignment on AWindDirectionalSource"); \ static_assert(sizeof(AWindDirectionalSource) == 0x000238, "Wrong size on AWindDirectionalSource"); \ static_assert(offsetof(AWindDirectionalSource, Component) == 0x000230, "Member 'AWindDirectionalSource::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorldComposition \ static_assert(alignof(UWorldComposition) == 0x000008, "Wrong alignment on UWorldComposition"); \ static_assert(sizeof(UWorldComposition) == 0x000068, "Wrong size on UWorldComposition"); \ static_assert(offsetof(UWorldComposition, TilesStreaming) == 0x000048, "Member 'UWorldComposition::TilesStreaming' has a wrong offset!"); \ static_assert(offsetof(UWorldComposition, TilesStreamingTimeThreshold) == 0x000058, "Member 'UWorldComposition::TilesStreamingTimeThreshold' has a wrong offset!"); \ static_assert(offsetof(UWorldComposition, bLoadAllTilesDuringCinematic) == 0x000060, "Member 'UWorldComposition::bLoadAllTilesDuringCinematic' has a wrong offset!"); \ static_assert(offsetof(UWorldComposition, bRebaseOriginIn3DSpace) == 0x000061, "Member 'UWorldComposition::bRebaseOriginIn3DSpace' has a wrong offset!"); \ static_assert(offsetof(UWorldComposition, RebaseOriginDistance) == 0x000064, "Member 'UWorldComposition::RebaseOriginDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHierarchicalLODSetup \ static_assert(alignof(UHierarchicalLODSetup) == 0x000008, "Wrong alignment on UHierarchicalLODSetup"); \ static_assert(sizeof(UHierarchicalLODSetup) == 0x000060, "Wrong size on UHierarchicalLODSetup"); \ static_assert(offsetof(UHierarchicalLODSetup, HierarchicalLODSetup) == 0x000028, "Member 'UHierarchicalLODSetup::HierarchicalLODSetup' has a wrong offset!"); \ static_assert(offsetof(UHierarchicalLODSetup, OverrideBaseMaterial) == 0x000038, "Member 'UHierarchicalLODSetup::OverrideBaseMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWorldSettings \ static_assert(alignof(AWorldSettings) == 0x000008, "Wrong alignment on AWorldSettings"); \ static_assert(sizeof(AWorldSettings) == 0x0003B0, "Wrong size on AWorldSettings"); \ static_assert(offsetof(AWorldSettings, VisibilityCellSize) == 0x000238, "Member 'AWorldSettings::VisibilityCellSize' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, VisibilityAggressiveness) == 0x00023C, "Member 'AWorldSettings::VisibilityAggressiveness' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, NavigationSystemConfig) == 0x000240, "Member 'AWorldSettings::NavigationSystemConfig' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, NavigationSystemConfigOverride) == 0x000248, "Member 'AWorldSettings::NavigationSystemConfigOverride' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, WorldToMeters) == 0x000250, "Member 'AWorldSettings::WorldToMeters' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, KillZ) == 0x000254, "Member 'AWorldSettings::KillZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, KillZDamageType) == 0x000258, "Member 'AWorldSettings::KillZDamageType' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, WorldGravityZ) == 0x000260, "Member 'AWorldSettings::WorldGravityZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GlobalGravityZ) == 0x000264, "Member 'AWorldSettings::GlobalGravityZ' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultPhysicsVolumeClass) == 0x000268, "Member 'AWorldSettings::DefaultPhysicsVolumeClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PhysicsCollisionHandlerClass) == 0x000270, "Member 'AWorldSettings::PhysicsCollisionHandlerClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultGameMode) == 0x000278, "Member 'AWorldSettings::DefaultGameMode' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GameNetworkManagerClass) == 0x000280, "Member 'AWorldSettings::GameNetworkManagerClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PackedLightAndShadowMapTextureSize) == 0x000288, "Member 'AWorldSettings::PackedLightAndShadowMapTextureSize' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultColorScale) == 0x00028C, "Member 'AWorldSettings::DefaultColorScale' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultMaxDistanceFieldOcclusionDistance) == 0x000298, "Member 'AWorldSettings::DefaultMaxDistanceFieldOcclusionDistance' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, GlobalDistanceFieldViewDistance) == 0x00029C, "Member 'AWorldSettings::GlobalDistanceFieldViewDistance' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DynamicIndirectShadowsSelfShadowingIntensity) == 0x0002A0, "Member 'AWorldSettings::DynamicIndirectShadowsSelfShadowingIntensity' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultReverbSettings) == 0x0002A8, "Member 'AWorldSettings::DefaultReverbSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultAmbientZoneSettings) == 0x0002C8, "Member 'AWorldSettings::DefaultAmbientZoneSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultBaseSoundMix) == 0x0002F0, "Member 'AWorldSettings::DefaultBaseSoundMix' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, TimeDilation) == 0x0002F8, "Member 'AWorldSettings::TimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MatineeTimeDilation) == 0x0002FC, "Member 'AWorldSettings::MatineeTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DemoPlayTimeDilation) == 0x000300, "Member 'AWorldSettings::DemoPlayTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MinGlobalTimeDilation) == 0x000304, "Member 'AWorldSettings::MinGlobalTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxGlobalTimeDilation) == 0x000308, "Member 'AWorldSettings::MaxGlobalTimeDilation' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MinUndilatedFrameTime) == 0x00030C, "Member 'AWorldSettings::MinUndilatedFrameTime' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxUndilatedFrameTime) == 0x000310, "Member 'AWorldSettings::MaxUndilatedFrameTime' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, BroadphaseSettings) == 0x000314, "Member 'AWorldSettings::BroadphaseSettings' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, Pauser) == 0x000358, "Member 'AWorldSettings::Pauser' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, ReplicationViewers) == 0x000360, "Member 'AWorldSettings::ReplicationViewers' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, AssetUserData) == 0x000370, "Member 'AWorldSettings::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, PauserPlayerState) == 0x000380, "Member 'AWorldSettings::PauserPlayerState' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, MaxNumberOfBookmarks) == 0x000388, "Member 'AWorldSettings::MaxNumberOfBookmarks' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, DefaultBookmarkClass) == 0x000390, "Member 'AWorldSettings::DefaultBookmarkClass' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, BookmarkArray) == 0x000398, "Member 'AWorldSettings::BookmarkArray' has a wrong offset!"); \ static_assert(offsetof(AWorldSettings, LastBookmarkClass) == 0x0003A8, "Member 'AWorldSettings::LastBookmarkClass' 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_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_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_UFixedFrameRateCustomTimeStep \ static_assert(alignof(UFixedFrameRateCustomTimeStep) == 0x000008, "Wrong alignment on UFixedFrameRateCustomTimeStep"); \ static_assert(sizeof(UFixedFrameRateCustomTimeStep) == 0x000028, "Wrong size on UFixedFrameRateCustomTimeStep"); \ #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_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_FVPBookmarkJumpToSettings \ static_assert(alignof(FVPBookmarkJumpToSettings) == 0x000001, "Wrong alignment on FVPBookmarkJumpToSettings"); \ static_assert(sizeof(FVPBookmarkJumpToSettings) == 0x000001, "Wrong size on FVPBookmarkJumpToSettings"); \ #define DUMPER7_ASSERTS_FVPBookmarkViewportData \ static_assert(alignof(FVPBookmarkViewportData) == 0x000004, "Wrong alignment on FVPBookmarkViewportData"); \ static_assert(sizeof(FVPBookmarkViewportData) == 0x000020, "Wrong size on FVPBookmarkViewportData"); \ static_assert(offsetof(FVPBookmarkViewportData, JumpToOffsetLocation) == 0x000000, "Member 'FVPBookmarkViewportData::JumpToOffsetLocation' has a wrong offset!"); \ static_assert(offsetof(FVPBookmarkViewportData, LookRotation) == 0x00000C, "Member 'FVPBookmarkViewportData::LookRotation' has a wrong offset!"); \ static_assert(offsetof(FVPBookmarkViewportData, OrthoZoom) == 0x000018, "Member 'FVPBookmarkViewportData::OrthoZoom' has a wrong offset!"); \ static_assert(offsetof(FVPBookmarkViewportData, bFlattenRotation) == 0x00001C, "Member 'FVPBookmarkViewportData::bFlattenRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVPBookmarkCreationContext \ static_assert(alignof(FVPBookmarkCreationContext) == 0x000008, "Wrong alignment on FVPBookmarkCreationContext"); \ static_assert(sizeof(FVPBookmarkCreationContext) == 0x000028, "Wrong size on FVPBookmarkCreationContext"); \ static_assert(offsetof(FVPBookmarkCreationContext, ConcertCreator) == 0x000000, "Member 'FVPBookmarkCreationContext::ConcertCreator' has a wrong offset!"); \ static_assert(offsetof(FVPBookmarkCreationContext, CategoryName) == 0x000010, "Member 'FVPBookmarkCreationContext::CategoryName' has a wrong offset!"); \ static_assert(offsetof(FVPBookmarkCreationContext, DisplayName) == 0x000018, "Member 'FVPBookmarkCreationContext::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBookmarkProvider_OnBookmarkActivation \ static_assert(alignof(VPBookmarkProvider_OnBookmarkActivation) == 0x000008, "Wrong alignment on VPBookmarkProvider_OnBookmarkActivation"); \ static_assert(sizeof(VPBookmarkProvider_OnBookmarkActivation) == 0x000010, "Wrong size on VPBookmarkProvider_OnBookmarkActivation"); \ static_assert(offsetof(VPBookmarkProvider_OnBookmarkActivation, BookMark) == 0x000000, "Member 'VPBookmarkProvider_OnBookmarkActivation::BookMark' has a wrong offset!"); \ static_assert(offsetof(VPBookmarkProvider_OnBookmarkActivation, bActivate) == 0x000008, "Member 'VPBookmarkProvider_OnBookmarkActivation::bActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBookmarkProvider_OnBookmarkChanged \ static_assert(alignof(VPBookmarkProvider_OnBookmarkChanged) == 0x000008, "Wrong alignment on VPBookmarkProvider_OnBookmarkChanged"); \ static_assert(sizeof(VPBookmarkProvider_OnBookmarkChanged) == 0x000008, "Wrong size on VPBookmarkProvider_OnBookmarkChanged"); \ static_assert(offsetof(VPBookmarkProvider_OnBookmarkChanged, BookMark) == 0x000000, "Member 'VPBookmarkProvider_OnBookmarkChanged::BookMark' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IVPBookmarkProvider \ static_assert(alignof(IVPBookmarkProvider) == 0x000001, "Wrong alignment on IVPBookmarkProvider"); \ static_assert(sizeof(IVPBookmarkProvider) == 0x000001, "Wrong size on IVPBookmarkProvider"); \ #define DUMPER7_ASSERTS_VPBookmark_GetAssociatedBookmarkActor \ static_assert(alignof(VPBookmark_GetAssociatedBookmarkActor) == 0x000008, "Wrong alignment on VPBookmark_GetAssociatedBookmarkActor"); \ static_assert(sizeof(VPBookmark_GetAssociatedBookmarkActor) == 0x000008, "Wrong size on VPBookmark_GetAssociatedBookmarkActor"); \ static_assert(offsetof(VPBookmark_GetAssociatedBookmarkActor, ReturnValue) == 0x000000, "Member 'VPBookmark_GetAssociatedBookmarkActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBookmark_GetBookmarkIndex \ static_assert(alignof(VPBookmark_GetBookmarkIndex) == 0x000004, "Wrong alignment on VPBookmark_GetBookmarkIndex"); \ static_assert(sizeof(VPBookmark_GetBookmarkIndex) == 0x000004, "Wrong size on VPBookmark_GetBookmarkIndex"); \ static_assert(offsetof(VPBookmark_GetBookmarkIndex, ReturnValue) == 0x000000, "Member 'VPBookmark_GetBookmarkIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBookmark_GetDisplayName \ static_assert(alignof(VPBookmark_GetDisplayName) == 0x000008, "Wrong alignment on VPBookmark_GetDisplayName"); \ static_assert(sizeof(VPBookmark_GetDisplayName) == 0x000018, "Wrong size on VPBookmark_GetDisplayName"); \ static_assert(offsetof(VPBookmark_GetDisplayName, ReturnValue) == 0x000000, "Member 'VPBookmark_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBookmark_IsActive \ static_assert(alignof(VPBookmark_IsActive) == 0x000001, "Wrong alignment on VPBookmark_IsActive"); \ static_assert(sizeof(VPBookmark_IsActive) == 0x000001, "Wrong size on VPBookmark_IsActive"); \ static_assert(offsetof(VPBookmark_IsActive, ReturnValue) == 0x000000, "Member 'VPBookmark_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVPBookmark \ static_assert(alignof(UVPBookmark) == 0x000008, "Wrong alignment on UVPBookmark"); \ static_assert(sizeof(UVPBookmark) == 0x000090, "Wrong size on UVPBookmark"); \ static_assert(offsetof(UVPBookmark, bIsActive) == 0x000028, "Member 'UVPBookmark::bIsActive' has a wrong offset!"); \ static_assert(offsetof(UVPBookmark, OwnedActor) == 0x00002C, "Member 'UVPBookmark::OwnedActor' has a wrong offset!"); \ static_assert(offsetof(UVPBookmark, CreationContext) == 0x000048, "Member 'UVPBookmark::CreationContext' has a wrong offset!"); \ static_assert(offsetof(UVPBookmark, CachedViewportData) == 0x000070, "Member 'UVPBookmark::CachedViewportData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBookmarkBlueprintLibrary_CreateVPBookmarkName \ static_assert(alignof(VPBookmarkBlueprintLibrary_CreateVPBookmarkName) == 0x000008, "Wrong alignment on VPBookmarkBlueprintLibrary_CreateVPBookmarkName"); \ static_assert(sizeof(VPBookmarkBlueprintLibrary_CreateVPBookmarkName) == 0x000040, "Wrong size on VPBookmarkBlueprintLibrary_CreateVPBookmarkName"); \ static_assert(offsetof(VPBookmarkBlueprintLibrary_CreateVPBookmarkName, BookMark) == 0x000000, "Member 'VPBookmarkBlueprintLibrary_CreateVPBookmarkName::BookMark' has a wrong offset!"); \ static_assert(offsetof(VPBookmarkBlueprintLibrary_CreateVPBookmarkName, FormatString) == 0x000008, "Member 'VPBookmarkBlueprintLibrary_CreateVPBookmarkName::FormatString' has a wrong offset!"); \ static_assert(offsetof(VPBookmarkBlueprintLibrary_CreateVPBookmarkName, GeneratedNumber) == 0x000018, "Member 'VPBookmarkBlueprintLibrary_CreateVPBookmarkName::GeneratedNumber' has a wrong offset!"); \ static_assert(offsetof(VPBookmarkBlueprintLibrary_CreateVPBookmarkName, GeneratedLetter) == 0x000028, "Member 'VPBookmarkBlueprintLibrary_CreateVPBookmarkName::GeneratedLetter' has a wrong offset!"); \ static_assert(offsetof(VPBookmarkBlueprintLibrary_CreateVPBookmarkName, ReturnValue) == 0x000038, "Member 'VPBookmarkBlueprintLibrary_CreateVPBookmarkName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBookmarkBlueprintLibrary_FindVPBookmark \ static_assert(alignof(VPBookmarkBlueprintLibrary_FindVPBookmark) == 0x000008, "Wrong alignment on VPBookmarkBlueprintLibrary_FindVPBookmark"); \ static_assert(sizeof(VPBookmarkBlueprintLibrary_FindVPBookmark) == 0x000010, "Wrong size on VPBookmarkBlueprintLibrary_FindVPBookmark"); \ static_assert(offsetof(VPBookmarkBlueprintLibrary_FindVPBookmark, Actor) == 0x000000, "Member 'VPBookmarkBlueprintLibrary_FindVPBookmark::Actor' has a wrong offset!"); \ static_assert(offsetof(VPBookmarkBlueprintLibrary_FindVPBookmark, ReturnValue) == 0x000008, "Member 'VPBookmarkBlueprintLibrary_FindVPBookmark::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBookmarkBlueprintLibrary_GetAllVPBookmark \ static_assert(alignof(VPBookmarkBlueprintLibrary_GetAllVPBookmark) == 0x000008, "Wrong alignment on VPBookmarkBlueprintLibrary_GetAllVPBookmark"); \ static_assert(sizeof(VPBookmarkBlueprintLibrary_GetAllVPBookmark) == 0x000018, "Wrong size on VPBookmarkBlueprintLibrary_GetAllVPBookmark"); \ static_assert(offsetof(VPBookmarkBlueprintLibrary_GetAllVPBookmark, WorldContextObject) == 0x000000, "Member 'VPBookmarkBlueprintLibrary_GetAllVPBookmark::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VPBookmarkBlueprintLibrary_GetAllVPBookmark, OutBookmarks) == 0x000008, "Member 'VPBookmarkBlueprintLibrary_GetAllVPBookmark::OutBookmarks' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VPBookmarkBlueprintLibrary_GetAllVPBookmarkActors \ static_assert(alignof(VPBookmarkBlueprintLibrary_GetAllVPBookmarkActors) == 0x000008, "Wrong alignment on VPBookmarkBlueprintLibrary_GetAllVPBookmarkActors"); \ static_assert(sizeof(VPBookmarkBlueprintLibrary_GetAllVPBookmarkActors) == 0x000018, "Wrong size on VPBookmarkBlueprintLibrary_GetAllVPBookmarkActors"); \ static_assert(offsetof(VPBookmarkBlueprintLibrary_GetAllVPBookmarkActors, WorldContextObject) == 0x000000, "Member 'VPBookmarkBlueprintLibrary_GetAllVPBookmarkActors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(VPBookmarkBlueprintLibrary_GetAllVPBookmarkActors, OutActors) == 0x000008, "Member 'VPBookmarkBlueprintLibrary_GetAllVPBookmarkActors::OutActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVPBookmarkBlueprintLibrary \ static_assert(alignof(UVPBookmarkBlueprintLibrary) == 0x000008, "Wrong alignment on UVPBookmarkBlueprintLibrary"); \ static_assert(sizeof(UVPBookmarkBlueprintLibrary) == 0x000028, "Wrong size on UVPBookmarkBlueprintLibrary"); \ #define DUMPER7_ASSERTS_FMultiUserClientConfig \ static_assert(alignof(FMultiUserClientConfig) == 0x000008, "Wrong alignment on FMultiUserClientConfig"); \ static_assert(sizeof(FMultiUserClientConfig) == 0x000038, "Wrong size on FMultiUserClientConfig"); \ static_assert(offsetof(FMultiUserClientConfig, DefaultServerURL) == 0x000000, "Member 'FMultiUserClientConfig::DefaultServerURL' has a wrong offset!"); \ static_assert(offsetof(FMultiUserClientConfig, DefaultSessionName) == 0x000010, "Member 'FMultiUserClientConfig::DefaultSessionName' has a wrong offset!"); \ static_assert(offsetof(FMultiUserClientConfig, DefaultSessionToRestore) == 0x000020, "Member 'FMultiUserClientConfig::DefaultSessionToRestore' has a wrong offset!"); \ static_assert(offsetof(FMultiUserClientConfig, ValidationMode) == 0x000030, "Member 'FMultiUserClientConfig::ValidationMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiUserConnectionError \ static_assert(alignof(FMultiUserConnectionError) == 0x000008, "Wrong alignment on FMultiUserConnectionError"); \ static_assert(sizeof(FMultiUserConnectionError) == 0x000020, "Wrong size on FMultiUserConnectionError"); \ static_assert(offsetof(FMultiUserConnectionError, ErrorCode) == 0x000000, "Member 'FMultiUserConnectionError::ErrorCode' has a wrong offset!"); \ static_assert(offsetof(FMultiUserConnectionError, ErrorMessage) == 0x000008, "Member 'FMultiUserConnectionError::ErrorMessage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMultiUserClientInfo \ static_assert(alignof(FMultiUserClientInfo) == 0x000008, "Wrong alignment on FMultiUserClientInfo"); \ static_assert(sizeof(FMultiUserClientInfo) == 0x000040, "Wrong size on FMultiUserClientInfo"); \ static_assert(offsetof(FMultiUserClientInfo, ClientEndpointId) == 0x000000, "Member 'FMultiUserClientInfo::ClientEndpointId' has a wrong offset!"); \ static_assert(offsetof(FMultiUserClientInfo, DisplayName) == 0x000010, "Member 'FMultiUserClientInfo::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FMultiUserClientInfo, AvatarColor) == 0x000020, "Member 'FMultiUserClientInfo::AvatarColor' has a wrong offset!"); \ static_assert(offsetof(FMultiUserClientInfo, Tags) == 0x000030, "Member 'FMultiUserClientInfo::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_ConfigureMultiUserClient \ static_assert(alignof(MultiUserClientStatics_ConfigureMultiUserClient) == 0x000008, "Wrong alignment on MultiUserClientStatics_ConfigureMultiUserClient"); \ static_assert(sizeof(MultiUserClientStatics_ConfigureMultiUserClient) == 0x000040, "Wrong size on MultiUserClientStatics_ConfigureMultiUserClient"); \ static_assert(offsetof(MultiUserClientStatics_ConfigureMultiUserClient, ClientConfig) == 0x000000, "Member 'MultiUserClientStatics_ConfigureMultiUserClient::ClientConfig' has a wrong offset!"); \ static_assert(offsetof(MultiUserClientStatics_ConfigureMultiUserClient, ReturnValue) == 0x000038, "Member 'MultiUserClientStatics_ConfigureMultiUserClient::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_GetLastMultiUserConnectionError \ static_assert(alignof(MultiUserClientStatics_GetLastMultiUserConnectionError) == 0x000008, "Wrong alignment on MultiUserClientStatics_GetLastMultiUserConnectionError"); \ static_assert(sizeof(MultiUserClientStatics_GetLastMultiUserConnectionError) == 0x000020, "Wrong size on MultiUserClientStatics_GetLastMultiUserConnectionError"); \ static_assert(offsetof(MultiUserClientStatics_GetLastMultiUserConnectionError, ReturnValue) == 0x000000, "Member 'MultiUserClientStatics_GetLastMultiUserConnectionError::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_GetLocalMultiUserClientInfo \ static_assert(alignof(MultiUserClientStatics_GetLocalMultiUserClientInfo) == 0x000008, "Wrong alignment on MultiUserClientStatics_GetLocalMultiUserClientInfo"); \ static_assert(sizeof(MultiUserClientStatics_GetLocalMultiUserClientInfo) == 0x000040, "Wrong size on MultiUserClientStatics_GetLocalMultiUserClientInfo"); \ static_assert(offsetof(MultiUserClientStatics_GetLocalMultiUserClientInfo, ReturnValue) == 0x000000, "Member 'MultiUserClientStatics_GetLocalMultiUserClientInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_GetMultiUserClientInfoByName \ static_assert(alignof(MultiUserClientStatics_GetMultiUserClientInfoByName) == 0x000008, "Wrong alignment on MultiUserClientStatics_GetMultiUserClientInfoByName"); \ static_assert(sizeof(MultiUserClientStatics_GetMultiUserClientInfoByName) == 0x000058, "Wrong size on MultiUserClientStatics_GetMultiUserClientInfoByName"); \ static_assert(offsetof(MultiUserClientStatics_GetMultiUserClientInfoByName, ClientName) == 0x000000, "Member 'MultiUserClientStatics_GetMultiUserClientInfoByName::ClientName' has a wrong offset!"); \ static_assert(offsetof(MultiUserClientStatics_GetMultiUserClientInfoByName, ClientInfo) == 0x000010, "Member 'MultiUserClientStatics_GetMultiUserClientInfoByName::ClientInfo' has a wrong offset!"); \ static_assert(offsetof(MultiUserClientStatics_GetMultiUserClientInfoByName, ReturnValue) == 0x000050, "Member 'MultiUserClientStatics_GetMultiUserClientInfoByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_GetMultiUserConnectionStatus \ static_assert(alignof(MultiUserClientStatics_GetMultiUserConnectionStatus) == 0x000001, "Wrong alignment on MultiUserClientStatics_GetMultiUserConnectionStatus"); \ static_assert(sizeof(MultiUserClientStatics_GetMultiUserConnectionStatus) == 0x000001, "Wrong size on MultiUserClientStatics_GetMultiUserConnectionStatus"); \ static_assert(offsetof(MultiUserClientStatics_GetMultiUserConnectionStatus, ReturnValue) == 0x000000, "Member 'MultiUserClientStatics_GetMultiUserConnectionStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_GetMultiUserConnectionStatusDetail \ static_assert(alignof(MultiUserClientStatics_GetMultiUserConnectionStatusDetail) == 0x000001, "Wrong alignment on MultiUserClientStatics_GetMultiUserConnectionStatusDetail"); \ static_assert(sizeof(MultiUserClientStatics_GetMultiUserConnectionStatusDetail) == 0x000001, "Wrong size on MultiUserClientStatics_GetMultiUserConnectionStatusDetail"); \ static_assert(offsetof(MultiUserClientStatics_GetMultiUserConnectionStatusDetail, ReturnValue) == 0x000000, "Member 'MultiUserClientStatics_GetMultiUserConnectionStatusDetail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_GetMultiUserPresenceTransform \ static_assert(alignof(MultiUserClientStatics_GetMultiUserPresenceTransform) == 0x000010, "Wrong alignment on MultiUserClientStatics_GetMultiUserPresenceTransform"); \ static_assert(sizeof(MultiUserClientStatics_GetMultiUserPresenceTransform) == 0x000040, "Wrong size on MultiUserClientStatics_GetMultiUserPresenceTransform"); \ static_assert(offsetof(MultiUserClientStatics_GetMultiUserPresenceTransform, ClientEndpointId) == 0x000000, "Member 'MultiUserClientStatics_GetMultiUserPresenceTransform::ClientEndpointId' has a wrong offset!"); \ static_assert(offsetof(MultiUserClientStatics_GetMultiUserPresenceTransform, ReturnValue) == 0x000010, "Member 'MultiUserClientStatics_GetMultiUserPresenceTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_GetRemoteMultiUserClientInfos \ static_assert(alignof(MultiUserClientStatics_GetRemoteMultiUserClientInfos) == 0x000008, "Wrong alignment on MultiUserClientStatics_GetRemoteMultiUserClientInfos"); \ static_assert(sizeof(MultiUserClientStatics_GetRemoteMultiUserClientInfos) == 0x000018, "Wrong size on MultiUserClientStatics_GetRemoteMultiUserClientInfos"); \ static_assert(offsetof(MultiUserClientStatics_GetRemoteMultiUserClientInfos, ClientInfos) == 0x000000, "Member 'MultiUserClientStatics_GetRemoteMultiUserClientInfos::ClientInfos' has a wrong offset!"); \ static_assert(offsetof(MultiUserClientStatics_GetRemoteMultiUserClientInfos, ReturnValue) == 0x000010, "Member 'MultiUserClientStatics_GetRemoteMultiUserClientInfos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_JumpToMultiUserPresence \ static_assert(alignof(MultiUserClientStatics_JumpToMultiUserPresence) == 0x000010, "Wrong alignment on MultiUserClientStatics_JumpToMultiUserPresence"); \ static_assert(sizeof(MultiUserClientStatics_JumpToMultiUserPresence) == 0x000040, "Wrong size on MultiUserClientStatics_JumpToMultiUserPresence"); \ static_assert(offsetof(MultiUserClientStatics_JumpToMultiUserPresence, OtherUserName) == 0x000000, "Member 'MultiUserClientStatics_JumpToMultiUserPresence::OtherUserName' has a wrong offset!"); \ static_assert(offsetof(MultiUserClientStatics_JumpToMultiUserPresence, TransformOffset) == 0x000010, "Member 'MultiUserClientStatics_JumpToMultiUserPresence::TransformOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_SetMultiUserPresenceEnabled \ static_assert(alignof(MultiUserClientStatics_SetMultiUserPresenceEnabled) == 0x000001, "Wrong alignment on MultiUserClientStatics_SetMultiUserPresenceEnabled"); \ static_assert(sizeof(MultiUserClientStatics_SetMultiUserPresenceEnabled) == 0x000001, "Wrong size on MultiUserClientStatics_SetMultiUserPresenceEnabled"); \ static_assert(offsetof(MultiUserClientStatics_SetMultiUserPresenceEnabled, IsEnabled) == 0x000000, "Member 'MultiUserClientStatics_SetMultiUserPresenceEnabled::IsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_SetMultiUserPresenceVisibility \ static_assert(alignof(MultiUserClientStatics_SetMultiUserPresenceVisibility) == 0x000008, "Wrong alignment on MultiUserClientStatics_SetMultiUserPresenceVisibility"); \ static_assert(sizeof(MultiUserClientStatics_SetMultiUserPresenceVisibility) == 0x000018, "Wrong size on MultiUserClientStatics_SetMultiUserPresenceVisibility"); \ static_assert(offsetof(MultiUserClientStatics_SetMultiUserPresenceVisibility, Name_0) == 0x000000, "Member 'MultiUserClientStatics_SetMultiUserPresenceVisibility::Name_0' has a wrong offset!"); \ static_assert(offsetof(MultiUserClientStatics_SetMultiUserPresenceVisibility, Visibility) == 0x000010, "Member 'MultiUserClientStatics_SetMultiUserPresenceVisibility::Visibility' has a wrong offset!"); \ static_assert(offsetof(MultiUserClientStatics_SetMultiUserPresenceVisibility, PropagateToAll) == 0x000011, "Member 'MultiUserClientStatics_SetMultiUserPresenceVisibility::PropagateToAll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_SetMultiUserPresenceVisibilityById \ static_assert(alignof(MultiUserClientStatics_SetMultiUserPresenceVisibilityById) == 0x000004, "Wrong alignment on MultiUserClientStatics_SetMultiUserPresenceVisibilityById"); \ static_assert(sizeof(MultiUserClientStatics_SetMultiUserPresenceVisibilityById) == 0x000014, "Wrong size on MultiUserClientStatics_SetMultiUserPresenceVisibilityById"); \ static_assert(offsetof(MultiUserClientStatics_SetMultiUserPresenceVisibilityById, ClientEndpointId) == 0x000000, "Member 'MultiUserClientStatics_SetMultiUserPresenceVisibilityById::ClientEndpointId' has a wrong offset!"); \ static_assert(offsetof(MultiUserClientStatics_SetMultiUserPresenceVisibilityById, Visibility) == 0x000010, "Member 'MultiUserClientStatics_SetMultiUserPresenceVisibilityById::Visibility' has a wrong offset!"); \ static_assert(offsetof(MultiUserClientStatics_SetMultiUserPresenceVisibilityById, PropagateToAll) == 0x000011, "Member 'MultiUserClientStatics_SetMultiUserPresenceVisibilityById::PropagateToAll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiUserClientStatics_StartMultiUserDefaultConnection \ static_assert(alignof(MultiUserClientStatics_StartMultiUserDefaultConnection) == 0x000001, "Wrong alignment on MultiUserClientStatics_StartMultiUserDefaultConnection"); \ static_assert(sizeof(MultiUserClientStatics_StartMultiUserDefaultConnection) == 0x000001, "Wrong size on MultiUserClientStatics_StartMultiUserDefaultConnection"); \ static_assert(offsetof(MultiUserClientStatics_StartMultiUserDefaultConnection, ReturnValue) == 0x000000, "Member 'MultiUserClientStatics_StartMultiUserDefaultConnection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiUserClientStatics \ static_assert(alignof(UMultiUserClientStatics) == 0x000008, "Wrong alignment on UMultiUserClientStatics"); \ static_assert(sizeof(UMultiUserClientStatics) == 0x000028, "Wrong size on UMultiUserClientStatics"); \ #define DUMPER7_ASSERTS_UBPE_KA0_OpeningCineFinished_C \ static_assert(alignof(UBPE_KA0_OpeningCineFinished_C) == 0x000008, "Wrong alignment on UBPE_KA0_OpeningCineFinished_C"); \ static_assert(sizeof(UBPE_KA0_OpeningCineFinished_C) == 0x000028, "Wrong size on UBPE_KA0_OpeningCineFinished_C"); \ #define DUMPER7_ASSERTS_FMovieSceneSequenceID \ static_assert(alignof(FMovieSceneSequenceID) == 0x000004, "Wrong alignment on FMovieSceneSequenceID"); \ static_assert(sizeof(FMovieSceneSequenceID) == 0x000004, "Wrong size on FMovieSceneSequenceID"); \ static_assert(offsetof(FMovieSceneSequenceID, Value) == 0x000000, "Member 'FMovieSceneSequenceID::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackIdentifier \ static_assert(alignof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong alignment on FMovieSceneTrackIdentifier"); \ static_assert(sizeof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong size on FMovieSceneTrackIdentifier"); \ static_assert(offsetof(FMovieSceneTrackIdentifier, Value) == 0x000000, "Member 'FMovieSceneTrackIdentifier::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldTrackPtr \ static_assert(alignof(FMovieSceneEvaluationFieldTrackPtr) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldTrackPtr"); \ static_assert(sizeof(FMovieSceneEvaluationFieldTrackPtr) == 0x000008, "Wrong size on FMovieSceneEvaluationFieldTrackPtr"); \ static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationFieldTrackPtr::SequenceID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationFieldTrackPtr::TrackIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFieldEntry_EvaluationTrack \ static_assert(alignof(FMovieSceneFieldEntry_EvaluationTrack) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_EvaluationTrack"); \ static_assert(sizeof(FMovieSceneFieldEntry_EvaluationTrack) == 0x00000C, "Wrong size on FMovieSceneFieldEntry_EvaluationTrack"); \ static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, TrackPtr) == 0x000000, "Member 'FMovieSceneFieldEntry_EvaluationTrack::TrackPtr' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, NumChildren) == 0x000008, "Member 'FMovieSceneFieldEntry_EvaluationTrack::NumChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneChannel \ static_assert(alignof(FMovieSceneChannel) == 0x000008, "Wrong alignment on FMovieSceneChannel"); \ static_assert(sizeof(FMovieSceneChannel) == 0x000008, "Wrong size on FMovieSceneChannel"); \ #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_FMovieSceneSubSequenceTree \ static_assert(alignof(FMovieSceneSubSequenceTree) == 0x000008, "Wrong alignment on FMovieSceneSubSequenceTree"); \ static_assert(sizeof(FMovieSceneSubSequenceTree) == 0x000060, "Wrong size on FMovieSceneSubSequenceTree"); \ #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_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_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_FMovieSceneEvalTemplateBase \ static_assert(alignof(FMovieSceneEvalTemplateBase) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplateBase"); \ static_assert(sizeof(FMovieSceneEvalTemplateBase) == 0x000010, "Wrong size on FMovieSceneEvalTemplateBase"); \ #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_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_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_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_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_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_FMovieSceneEvaluationFieldEntityTree \ static_assert(alignof(FMovieSceneEvaluationFieldEntityTree) == 0x000008, "Wrong alignment on FMovieSceneEvaluationFieldEntityTree"); \ static_assert(sizeof(FMovieSceneEvaluationFieldEntityTree) == 0x000060, "Wrong size on FMovieSceneEvaluationFieldEntityTree"); \ #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_FMovieSceneEmptyStruct \ static_assert(alignof(FMovieSceneEmptyStruct) == 0x000001, "Wrong alignment on FMovieSceneEmptyStruct"); \ static_assert(sizeof(FMovieSceneEmptyStruct) == 0x000001, "Wrong size on FMovieSceneEmptyStruct"); \ #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_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_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_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_FMovieSceneSegment \ static_assert(alignof(FMovieSceneSegment) == 0x000008, "Wrong alignment on FMovieSceneSegment"); \ static_assert(sizeof(FMovieSceneSegment) == 0x000058, "Wrong size on FMovieSceneSegment"); \ #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_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_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_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_FMovieSceneWarpCounter \ static_assert(alignof(FMovieSceneWarpCounter) == 0x000008, "Wrong alignment on FMovieSceneWarpCounter"); \ static_assert(sizeof(FMovieSceneWarpCounter) == 0x000010, "Wrong size on FMovieSceneWarpCounter"); \ static_assert(offsetof(FMovieSceneWarpCounter, WarpCounts) == 0x000000, "Member 'FMovieSceneWarpCounter::WarpCounts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneTrackImplementation \ static_assert(alignof(FMovieSceneTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementation"); \ static_assert(sizeof(FMovieSceneTrackImplementation) == 0x000010, "Wrong size on FMovieSceneTrackImplementation"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_FMovieSceneCompiledSequenceFlagStruct \ static_assert(alignof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong alignment on FMovieSceneCompiledSequenceFlagStruct"); \ static_assert(sizeof(FMovieSceneCompiledSequenceFlagStruct) == 0x000001, "Wrong size on FMovieSceneCompiledSequenceFlagStruct"); \ #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_FMovieSceneSequenceCompilerMaskStruct \ static_assert(alignof(FMovieSceneSequenceCompilerMaskStruct) == 0x000001, "Wrong alignment on FMovieSceneSequenceCompilerMaskStruct"); \ static_assert(sizeof(FMovieSceneSequenceCompilerMaskStruct) == 0x000001, "Wrong size on FMovieSceneSequenceCompilerMaskStruct"); \ #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_FMovieSceneTrackImplementationPtr \ static_assert(alignof(FMovieSceneTrackImplementationPtr) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementationPtr"); \ static_assert(sizeof(FMovieSceneTrackImplementationPtr) == 0x000038, "Wrong size on FMovieSceneTrackImplementationPtr"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationTrack \ static_assert(alignof(FMovieSceneEvaluationTrack) == 0x000008, "Wrong alignment on FMovieSceneEvaluationTrack"); \ static_assert(sizeof(FMovieSceneEvaluationTrack) == 0x000078, "Wrong size on FMovieSceneEvaluationTrack"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, ObjectBindingID) == 0x000000, "Member 'FMovieSceneEvaluationTrack::ObjectBindingID' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationPriority) == 0x000010, "Member 'FMovieSceneEvaluationTrack::EvaluationPriority' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationMethod) == 0x000012, "Member 'FMovieSceneEvaluationTrack::EvaluationMethod' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, SourceTrack) == 0x000014, "Member 'FMovieSceneEvaluationTrack::SourceTrack' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, ChildTemplates) == 0x000020, "Member 'FMovieSceneEvaluationTrack::ChildTemplates' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, TrackTemplate) == 0x000030, "Member 'FMovieSceneEvaluationTrack::TrackTemplate' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationTrack, EvaluationGroup) == 0x000068, "Member 'FMovieSceneEvaluationTrack::EvaluationGroup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationTemplateSerialNumber \ static_assert(alignof(FMovieSceneEvaluationTemplateSerialNumber) == 0x000004, "Wrong alignment on FMovieSceneEvaluationTemplateSerialNumber"); \ static_assert(sizeof(FMovieSceneEvaluationTemplateSerialNumber) == 0x000004, "Wrong size on FMovieSceneEvaluationTemplateSerialNumber"); \ static_assert(offsetof(FMovieSceneEvaluationTemplateSerialNumber, Value) == 0x000000, "Member 'FMovieSceneEvaluationTemplateSerialNumber::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FMovieSceneEvaluationInstanceKey \ static_assert(alignof(FMovieSceneEvaluationInstanceKey) == 0x000002, "Wrong alignment on FMovieSceneEvaluationInstanceKey"); \ static_assert(sizeof(FMovieSceneEvaluationInstanceKey) == 0x000004, "Wrong size on FMovieSceneEvaluationInstanceKey"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationGroupLUTIndex \ static_assert(alignof(FMovieSceneEvaluationGroupLUTIndex) == 0x000004, "Wrong alignment on FMovieSceneEvaluationGroupLUTIndex"); \ static_assert(sizeof(FMovieSceneEvaluationGroupLUTIndex) == 0x000008, "Wrong size on FMovieSceneEvaluationGroupLUTIndex"); \ static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumInitPtrs) == 0x000000, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumInitPtrs' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumEvalPtrs) == 0x000004, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumEvalPtrs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneFieldEntry_ChildTemplate \ static_assert(alignof(FMovieSceneFieldEntry_ChildTemplate) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_ChildTemplate"); \ static_assert(sizeof(FMovieSceneFieldEntry_ChildTemplate) == 0x000008, "Wrong size on FMovieSceneFieldEntry_ChildTemplate"); \ static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ChildIndex) == 0x000000, "Member 'FMovieSceneFieldEntry_ChildTemplate::ChildIndex' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, Flags) == 0x000002, "Member 'FMovieSceneFieldEntry_ChildTemplate::Flags' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ForcedTime) == 0x000004, "Member 'FMovieSceneFieldEntry_ChildTemplate::ForcedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneEvaluationGroup \ static_assert(alignof(FMovieSceneEvaluationGroup) == 0x000008, "Wrong alignment on FMovieSceneEvaluationGroup"); \ static_assert(sizeof(FMovieSceneEvaluationGroup) == 0x000030, "Wrong size on FMovieSceneEvaluationGroup"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, LUTIndices) == 0x000000, "Member 'FMovieSceneEvaluationGroup::LUTIndices' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, TrackLUT) == 0x000010, "Member 'FMovieSceneEvaluationGroup::TrackLUT' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneEvaluationGroup, SectionLUT) == 0x000020, "Member 'FMovieSceneEvaluationGroup::SectionLUT' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_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_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_MovieSceneSection_SetBlendType \ static_assert(alignof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_SetBlendType"); \ static_assert(sizeof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong size on MovieSceneSection_SetBlendType"); \ static_assert(offsetof(MovieSceneSection_SetBlendType, InBlendType) == 0x000000, "Member 'MovieSceneSection_SetBlendType::InBlendType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetCompletionMode \ static_assert(alignof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_SetCompletionMode"); \ static_assert(sizeof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_SetCompletionMode"); \ static_assert(offsetof(MovieSceneSection_SetCompletionMode, InCompletionMode) == 0x000000, "Member 'MovieSceneSection_SetCompletionMode::InCompletionMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetIsActive \ static_assert(alignof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsActive"); \ static_assert(sizeof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong size on MovieSceneSection_SetIsActive"); \ static_assert(offsetof(MovieSceneSection_SetIsActive, bInIsActive) == 0x000000, "Member 'MovieSceneSection_SetIsActive::bInIsActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetIsLocked \ static_assert(alignof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsLocked"); \ static_assert(sizeof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong size on MovieSceneSection_SetIsLocked"); \ static_assert(offsetof(MovieSceneSection_SetIsLocked, bInIsLocked) == 0x000000, "Member 'MovieSceneSection_SetIsLocked::bInIsLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetOverlapPriority \ static_assert(alignof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_SetOverlapPriority"); \ static_assert(sizeof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_SetOverlapPriority"); \ static_assert(offsetof(MovieSceneSection_SetOverlapPriority, NewPriority) == 0x000000, "Member 'MovieSceneSection_SetOverlapPriority::NewPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetPostRollFrames \ static_assert(alignof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPostRollFrames"); \ static_assert(sizeof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPostRollFrames"); \ static_assert(offsetof(MovieSceneSection_SetPostRollFrames, InPostRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPostRollFrames::InPostRollFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetPreRollFrames \ static_assert(alignof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPreRollFrames"); \ static_assert(sizeof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPreRollFrames"); \ static_assert(offsetof(MovieSceneSection_SetPreRollFrames, InPreRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPreRollFrames::InPreRollFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_SetRowIndex \ static_assert(alignof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_SetRowIndex"); \ static_assert(sizeof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_SetRowIndex"); \ static_assert(offsetof(MovieSceneSection_SetRowIndex, NewRowIndex) == 0x000000, "Member 'MovieSceneSection_SetRowIndex::NewRowIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetBlendType \ static_assert(alignof(MovieSceneSection_GetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_GetBlendType"); \ static_assert(sizeof(MovieSceneSection_GetBlendType) == 0x000002, "Wrong size on MovieSceneSection_GetBlendType"); \ static_assert(offsetof(MovieSceneSection_GetBlendType, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetBlendType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetCompletionMode \ static_assert(alignof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_GetCompletionMode"); \ static_assert(sizeof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_GetCompletionMode"); \ static_assert(offsetof(MovieSceneSection_GetCompletionMode, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetCompletionMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetOverlapPriority \ static_assert(alignof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_GetOverlapPriority"); \ static_assert(sizeof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_GetOverlapPriority"); \ static_assert(offsetof(MovieSceneSection_GetOverlapPriority, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetOverlapPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetPostRollFrames \ static_assert(alignof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPostRollFrames"); \ static_assert(sizeof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPostRollFrames"); \ static_assert(offsetof(MovieSceneSection_GetPostRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPostRollFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetPreRollFrames \ static_assert(alignof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPreRollFrames"); \ static_assert(sizeof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPreRollFrames"); \ static_assert(offsetof(MovieSceneSection_GetPreRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPreRollFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_GetRowIndex \ static_assert(alignof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_GetRowIndex"); \ static_assert(sizeof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_GetRowIndex"); \ static_assert(offsetof(MovieSceneSection_GetRowIndex, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetRowIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_IsActive \ static_assert(alignof(MovieSceneSection_IsActive) == 0x000001, "Wrong alignment on MovieSceneSection_IsActive"); \ static_assert(sizeof(MovieSceneSection_IsActive) == 0x000001, "Wrong size on MovieSceneSection_IsActive"); \ static_assert(offsetof(MovieSceneSection_IsActive, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSection_IsLocked \ static_assert(alignof(MovieSceneSection_IsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_IsLocked"); \ static_assert(sizeof(MovieSceneSection_IsLocked) == 0x000001, "Wrong size on MovieSceneSection_IsLocked"); \ static_assert(offsetof(MovieSceneSection_IsLocked, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSection \ static_assert(alignof(UMovieSceneSection) == 0x000008, "Wrong alignment on UMovieSceneSection"); \ static_assert(sizeof(UMovieSceneSection) == 0x0000E8, "Wrong size on UMovieSceneSection"); \ static_assert(offsetof(UMovieSceneSection, EvalOptions) == 0x000050, "Member 'UMovieSceneSection::EvalOptions' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, Easing) == 0x000058, "Member 'UMovieSceneSection::Easing' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, SectionRange) == 0x000090, "Member 'UMovieSceneSection::SectionRange' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, PreRollFrames) == 0x0000A0, "Member 'UMovieSceneSection::PreRollFrames' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, PostRollFrames) == 0x0000A4, "Member 'UMovieSceneSection::PostRollFrames' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, RowIndex) == 0x0000A8, "Member 'UMovieSceneSection::RowIndex' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, OverlapPriority) == 0x0000AC, "Member 'UMovieSceneSection::OverlapPriority' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, StartTime) == 0x0000B4, "Member 'UMovieSceneSection::StartTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, EndTime) == 0x0000B8, "Member 'UMovieSceneSection::EndTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, PrerollTime) == 0x0000BC, "Member 'UMovieSceneSection::PrerollTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, PostrollTime) == 0x0000C0, "Member 'UMovieSceneSection::PostrollTime' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, bSupportsInfiniteRange) == 0x0000C8, "Member 'UMovieSceneSection::bSupportsInfiniteRange' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSection, BlendType) == 0x0000C9, "Member 'UMovieSceneSection::BlendType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSubSection_SetSequence \ static_assert(alignof(MovieSceneSubSection_SetSequence) == 0x000008, "Wrong alignment on MovieSceneSubSection_SetSequence"); \ static_assert(sizeof(MovieSceneSubSection_SetSequence) == 0x000008, "Wrong size on MovieSceneSubSection_SetSequence"); \ static_assert(offsetof(MovieSceneSubSection_SetSequence, Sequence) == 0x000000, "Member 'MovieSceneSubSection_SetSequence::Sequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSubSection_GetSequence \ static_assert(alignof(MovieSceneSubSection_GetSequence) == 0x000008, "Wrong alignment on MovieSceneSubSection_GetSequence"); \ static_assert(sizeof(MovieSceneSubSection_GetSequence) == 0x000008, "Wrong size on MovieSceneSubSection_GetSequence"); \ static_assert(offsetof(MovieSceneSubSection_GetSequence, ReturnValue) == 0x000000, "Member 'MovieSceneSubSection_GetSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSubSection \ static_assert(alignof(UMovieSceneSubSection) == 0x000008, "Wrong alignment on UMovieSceneSubSection"); \ static_assert(sizeof(UMovieSceneSubSection) == 0x000168, "Wrong size on UMovieSceneSubSection"); \ static_assert(offsetof(UMovieSceneSubSection, Parameters) == 0x0000E8, "Member 'UMovieSceneSubSection::Parameters' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, StartOffset) == 0x00010C, "Member 'UMovieSceneSubSection::StartOffset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, TimeScale) == 0x000110, "Member 'UMovieSceneSubSection::TimeScale' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, PrerollTime_MovieSceneSubSection) == 0x000114, "Member 'UMovieSceneSubSection::PrerollTime_MovieSceneSubSection' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, NetworkMask) == 0x000118, "Member 'UMovieSceneSubSection::NetworkMask' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, SubSequence) == 0x000120, "Member 'UMovieSceneSubSection::SubSequence' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, ActorToRecord) == 0x000128, "Member 'UMovieSceneSubSection::ActorToRecord' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, TargetSequenceName) == 0x000148, "Member 'UMovieSceneSubSection::TargetSequenceName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSubSection, TargetPathToRecordTo) == 0x000158, "Member 'UMovieSceneSubSection::TargetPathToRecordTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTestMovieSceneSubSection \ static_assert(alignof(UTestMovieSceneSubSection) == 0x000008, "Wrong alignment on UTestMovieSceneSubSection"); \ static_assert(sizeof(UTestMovieSceneSubSection) == 0x000168, "Wrong size on UTestMovieSceneSubSection"); \ #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_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_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_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_UTestMovieSceneSection \ static_assert(alignof(UTestMovieSceneSection) == 0x000008, "Wrong alignment on UTestMovieSceneSection"); \ static_assert(sizeof(UTestMovieSceneSection) == 0x0000E8, "Wrong size on UTestMovieSceneSection"); \ #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_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_UMovieSceneNameableTrack \ static_assert(alignof(UMovieSceneNameableTrack) == 0x000008, "Wrong alignment on UMovieSceneNameableTrack"); \ static_assert(sizeof(UMovieSceneNameableTrack) == 0x000090, "Wrong size on UMovieSceneNameableTrack"); \ #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_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_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_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_UMovieSceneEntityInstantiatorSystem \ static_assert(alignof(UMovieSceneEntityInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneEntityInstantiatorSystem"); \ static_assert(sizeof(UMovieSceneEntityInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneEntityInstantiatorSystem"); \ #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_UMovieSceneHookSection \ static_assert(alignof(UMovieSceneHookSection) == 0x000008, "Wrong alignment on UMovieSceneHookSection"); \ static_assert(sizeof(UMovieSceneHookSection) == 0x000100, "Wrong size on UMovieSceneHookSection"); \ #define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnRequestCurrentTime \ static_assert(alignof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ static_assert(sizeof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x00001C, "Wrong size on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InCurrentTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InCurrentTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InPlayRate) == 0x000010, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InPlayRate' has a wrong offset!"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, ReturnValue) == 0x000014, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStartPlaying \ static_assert(alignof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStartPlaying"); \ static_assert(sizeof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStartPlaying"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnStartPlaying, InStartTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStartPlaying::InStartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStopPlaying \ static_assert(alignof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStopPlaying"); \ static_assert(sizeof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStopPlaying"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnStopPlaying, InStopTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStopPlaying::InStopTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnTick \ static_assert(alignof(MovieSceneCustomClockSource_OnTick) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnTick"); \ static_assert(sizeof(MovieSceneCustomClockSource_OnTick) == 0x000008, "Wrong size on MovieSceneCustomClockSource_OnTick"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnTick, DeltaSeconds) == 0x000000, "Member 'MovieSceneCustomClockSource_OnTick::DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(MovieSceneCustomClockSource_OnTick, InPlayRate) == 0x000004, "Member 'MovieSceneCustomClockSource_OnTick::InPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneCustomClockSource \ static_assert(alignof(IMovieSceneCustomClockSource) == 0x000001, "Wrong alignment on IMovieSceneCustomClockSource"); \ static_assert(sizeof(IMovieSceneCustomClockSource) == 0x000001, "Wrong size on IMovieSceneCustomClockSource"); \ #define DUMPER7_ASSERTS_IMovieSceneDeterminismSource \ static_assert(alignof(IMovieSceneDeterminismSource) == 0x000001, "Wrong alignment on IMovieSceneDeterminismSource"); \ static_assert(sizeof(IMovieSceneDeterminismSource) == 0x000001, "Wrong size on IMovieSceneDeterminismSource"); \ #define DUMPER7_ASSERTS_IMovieSceneEntityProvider \ static_assert(alignof(IMovieSceneEntityProvider) == 0x000001, "Wrong alignment on IMovieSceneEntityProvider"); \ static_assert(sizeof(IMovieSceneEntityProvider) == 0x000001, "Wrong size on IMovieSceneEntityProvider"); \ #define DUMPER7_ASSERTS_IMovieSceneEvaluationHook \ static_assert(alignof(IMovieSceneEvaluationHook) == 0x000001, "Wrong alignment on IMovieSceneEvaluationHook"); \ static_assert(sizeof(IMovieSceneEvaluationHook) == 0x000001, "Wrong size on IMovieSceneEvaluationHook"); \ #define DUMPER7_ASSERTS_IMovieScenePlaybackClient \ static_assert(alignof(IMovieScenePlaybackClient) == 0x000001, "Wrong alignment on IMovieScenePlaybackClient"); \ static_assert(sizeof(IMovieScenePlaybackClient) == 0x000001, "Wrong size on IMovieScenePlaybackClient"); \ #define DUMPER7_ASSERTS_IMovieSceneTrackTemplateProducer \ static_assert(alignof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong alignment on IMovieSceneTrackTemplateProducer"); \ static_assert(sizeof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong size on IMovieSceneTrackTemplateProducer"); \ #define DUMPER7_ASSERTS_INodeAndChannelMappings \ static_assert(alignof(INodeAndChannelMappings) == 0x000001, "Wrong alignment on INodeAndChannelMappings"); \ static_assert(sizeof(INodeAndChannelMappings) == 0x000001, "Wrong size on INodeAndChannelMappings"); \ #define DUMPER7_ASSERTS_UMovieSceneNodeGroup \ static_assert(alignof(UMovieSceneNodeGroup) == 0x000008, "Wrong alignment on UMovieSceneNodeGroup"); \ static_assert(sizeof(UMovieSceneNodeGroup) == 0x000028, "Wrong size on UMovieSceneNodeGroup"); \ #define DUMPER7_ASSERTS_UMovieSceneNodeGroupCollection \ static_assert(alignof(UMovieSceneNodeGroupCollection) == 0x000008, "Wrong alignment on UMovieSceneNodeGroupCollection"); \ static_assert(sizeof(UMovieSceneNodeGroupCollection) == 0x000028, "Wrong size on UMovieSceneNodeGroupCollection"); \ #define DUMPER7_ASSERTS_UMovieScene \ static_assert(alignof(UMovieScene) == 0x000008, "Wrong alignment on UMovieScene"); \ static_assert(sizeof(UMovieScene) == 0x000148, "Wrong size on UMovieScene"); \ static_assert(offsetof(UMovieScene, Spawnables) == 0x000050, "Member 'UMovieScene::Spawnables' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, Possessables) == 0x000060, "Member 'UMovieScene::Possessables' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, ObjectBindings) == 0x000070, "Member 'UMovieScene::ObjectBindings' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, BindingGroups) == 0x000080, "Member 'UMovieScene::BindingGroups' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, MasterTracks) == 0x0000D0, "Member 'UMovieScene::MasterTracks' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, CameraCutTrack) == 0x0000E0, "Member 'UMovieScene::CameraCutTrack' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, SelectionRange) == 0x0000E8, "Member 'UMovieScene::SelectionRange' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, PlaybackRange) == 0x0000F8, "Member 'UMovieScene::PlaybackRange' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, TickResolution) == 0x000108, "Member 'UMovieScene::TickResolution' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, DisplayRate) == 0x000110, "Member 'UMovieScene::DisplayRate' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, EvaluationType) == 0x000118, "Member 'UMovieScene::EvaluationType' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, ClockSource) == 0x000119, "Member 'UMovieScene::ClockSource' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, CustomClockSourcePath) == 0x000120, "Member 'UMovieScene::CustomClockSourcePath' has a wrong offset!"); \ static_assert(offsetof(UMovieScene, MarkedFrames) == 0x000138, "Member 'UMovieScene::MarkedFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneBindingOverrides \ static_assert(alignof(UMovieSceneBindingOverrides) == 0x000008, "Wrong alignment on UMovieSceneBindingOverrides"); \ static_assert(sizeof(UMovieSceneBindingOverrides) == 0x000090, "Wrong size on UMovieSceneBindingOverrides"); \ static_assert(offsetof(UMovieSceneBindingOverrides, BindingData) == 0x000028, "Member 'UMovieSceneBindingOverrides::BindingData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneBindingOwnerInterface \ static_assert(alignof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong alignment on IMovieSceneBindingOwnerInterface"); \ static_assert(sizeof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong size on IMovieSceneBindingOwnerInterface"); \ #define DUMPER7_ASSERTS_UMovieSceneBlenderSystem \ static_assert(alignof(UMovieSceneBlenderSystem) == 0x000008, "Wrong alignment on UMovieSceneBlenderSystem"); \ static_assert(sizeof(UMovieSceneBlenderSystem) == 0x000068, "Wrong size on UMovieSceneBlenderSystem"); \ #define DUMPER7_ASSERTS_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_UMovieSceneGenericBoundObjectInstantiator \ static_assert(alignof(UMovieSceneGenericBoundObjectInstantiator) == 0x000008, "Wrong alignment on UMovieSceneGenericBoundObjectInstantiator"); \ static_assert(sizeof(UMovieSceneGenericBoundObjectInstantiator) == 0x000040, "Wrong size on UMovieSceneGenericBoundObjectInstantiator"); \ #define DUMPER7_ASSERTS_UMovieSceneBoundSceneComponentInstantiator \ static_assert(alignof(UMovieSceneBoundSceneComponentInstantiator) == 0x000008, "Wrong alignment on UMovieSceneBoundSceneComponentInstantiator"); \ static_assert(sizeof(UMovieSceneBoundSceneComponentInstantiator) == 0x000040, "Wrong size on UMovieSceneBoundSceneComponentInstantiator"); \ #define DUMPER7_ASSERTS_IMovieSceneSceneComponentImpersonator \ static_assert(alignof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong alignment on IMovieSceneSceneComponentImpersonator"); \ static_assert(sizeof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong size on IMovieSceneSceneComponentImpersonator"); \ #define DUMPER7_ASSERTS_UMovieSceneCompiledData \ static_assert(alignof(UMovieSceneCompiledData) == 0x000008, "Wrong alignment on UMovieSceneCompiledData"); \ static_assert(sizeof(UMovieSceneCompiledData) == 0x0003F8, "Wrong size on UMovieSceneCompiledData"); \ static_assert(offsetof(UMovieSceneCompiledData, EvaluationTemplate) == 0x000028, "Member 'UMovieSceneCompiledData::EvaluationTemplate' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, Hierarchy) == 0x000188, "Member 'UMovieSceneCompiledData::Hierarchy' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, EntityComponentField) == 0x0002A0, "Member 'UMovieSceneCompiledData::EntityComponentField' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, TrackTemplateField) == 0x000390, "Member 'UMovieSceneCompiledData::TrackTemplateField' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, DeterminismFences) == 0x0003C0, "Member 'UMovieSceneCompiledData::DeterminismFences' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, CompiledSignature) == 0x0003D0, "Member 'UMovieSceneCompiledData::CompiledSignature' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, CompilerVersion) == 0x0003E0, "Member 'UMovieSceneCompiledData::CompilerVersion' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, AccumulatedMask) == 0x0003F0, "Member 'UMovieSceneCompiledData::AccumulatedMask' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, AllocatedMask) == 0x0003F1, "Member 'UMovieSceneCompiledData::AllocatedMask' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneCompiledData, AccumulatedFlags) == 0x0003F2, "Member 'UMovieSceneCompiledData::AccumulatedFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_MovieSceneEasingFunction_OnEvaluate \ static_assert(alignof(MovieSceneEasingFunction_OnEvaluate) == 0x000004, "Wrong alignment on MovieSceneEasingFunction_OnEvaluate"); \ static_assert(sizeof(MovieSceneEasingFunction_OnEvaluate) == 0x000008, "Wrong size on MovieSceneEasingFunction_OnEvaluate"); \ static_assert(offsetof(MovieSceneEasingFunction_OnEvaluate, Interp) == 0x000000, "Member 'MovieSceneEasingFunction_OnEvaluate::Interp' has a wrong offset!"); \ static_assert(offsetof(MovieSceneEasingFunction_OnEvaluate, ReturnValue) == 0x000004, "Member 'MovieSceneEasingFunction_OnEvaluate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneEasingFunction \ static_assert(alignof(IMovieSceneEasingFunction) == 0x000001, "Wrong alignment on IMovieSceneEasingFunction"); \ static_assert(sizeof(IMovieSceneEasingFunction) == 0x000001, "Wrong size on IMovieSceneEasingFunction"); \ #define DUMPER7_ASSERTS_UMovieSceneEntitySystemLinker \ static_assert(alignof(UMovieSceneEntitySystemLinker) == 0x000008, "Wrong alignment on UMovieSceneEntitySystemLinker"); \ static_assert(sizeof(UMovieSceneEntitySystemLinker) == 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_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_IMovieSceneKeyProxy \ static_assert(alignof(IMovieSceneKeyProxy) == 0x000001, "Wrong alignment on IMovieSceneKeyProxy"); \ static_assert(sizeof(IMovieSceneKeyProxy) == 0x000001, "Wrong size on IMovieSceneKeyProxy"); \ #define DUMPER7_ASSERTS_UMovieSceneMasterInstantiatorSystem \ static_assert(alignof(UMovieSceneMasterInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneMasterInstantiatorSystem"); \ static_assert(sizeof(UMovieSceneMasterInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneMasterInstantiatorSystem"); \ #define DUMPER7_ASSERTS_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_UMovieSceneSpawnTrack \ static_assert(alignof(UMovieSceneSpawnTrack) == 0x000008, "Wrong alignment on UMovieSceneSpawnTrack"); \ static_assert(sizeof(UMovieSceneSpawnTrack) == 0x0000B0, "Wrong size on UMovieSceneSpawnTrack"); \ static_assert(offsetof(UMovieSceneSpawnTrack, Sections) == 0x000090, "Member 'UMovieSceneSpawnTrack::Sections' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneSpawnTrack, ObjectGuid) == 0x0000A0, "Member 'UMovieSceneSpawnTrack::ObjectGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTestMovieSceneTrack \ static_assert(alignof(UTestMovieSceneTrack) == 0x000008, "Wrong alignment on UTestMovieSceneTrack"); \ static_assert(sizeof(UTestMovieSceneTrack) == 0x0000B0, "Wrong size on UTestMovieSceneTrack"); \ static_assert(offsetof(UTestMovieSceneTrack, bHighPassFilter) == 0x000098, "Member 'UTestMovieSceneTrack::bHighPassFilter' has a wrong offset!"); \ static_assert(offsetof(UTestMovieSceneTrack, SectionArray) == 0x0000A0, "Member 'UTestMovieSceneTrack::SectionArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_UMovieSceneTakeSection \ static_assert(alignof(UMovieSceneTakeSection) == 0x000008, "Wrong alignment on UMovieSceneTakeSection"); \ static_assert(sizeof(UMovieSceneTakeSection) == 0x000468, "Wrong size on UMovieSceneTakeSection"); \ static_assert(offsetof(UMovieSceneTakeSection, HoursCurve) == 0x0000E8, "Member 'UMovieSceneTakeSection::HoursCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTakeSection, MinutesCurve) == 0x000178, "Member 'UMovieSceneTakeSection::MinutesCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTakeSection, SecondsCurve) == 0x000208, "Member 'UMovieSceneTakeSection::SecondsCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTakeSection, FramesCurve) == 0x000298, "Member 'UMovieSceneTakeSection::FramesCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTakeSection, SubFramesCurve) == 0x000328, "Member 'UMovieSceneTakeSection::SubFramesCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTakeSection, Slate) == 0x0003C8, "Member 'UMovieSceneTakeSection::Slate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneTakeSettings \ static_assert(alignof(UMovieSceneTakeSettings) == 0x000008, "Wrong alignment on UMovieSceneTakeSettings"); \ static_assert(sizeof(UMovieSceneTakeSettings) == 0x000088, "Wrong size on UMovieSceneTakeSettings"); \ static_assert(offsetof(UMovieSceneTakeSettings, HoursName) == 0x000028, "Member 'UMovieSceneTakeSettings::HoursName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTakeSettings, MinutesName) == 0x000038, "Member 'UMovieSceneTakeSettings::MinutesName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTakeSettings, SecondsName) == 0x000048, "Member 'UMovieSceneTakeSettings::SecondsName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTakeSettings, FramesName) == 0x000058, "Member 'UMovieSceneTakeSettings::FramesName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTakeSettings, SubFramesName) == 0x000068, "Member 'UMovieSceneTakeSettings::SubFramesName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneTakeSettings, SlateName) == 0x000078, "Member 'UMovieSceneTakeSettings::SlateName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneTakeTrack \ static_assert(alignof(UMovieSceneTakeTrack) == 0x000008, "Wrong alignment on UMovieSceneTakeTrack"); \ static_assert(sizeof(UMovieSceneTakeTrack) == 0x0000A0, "Wrong size on UMovieSceneTakeTrack"); \ static_assert(offsetof(UMovieSceneTakeTrack, Sections) == 0x000090, "Member 'UMovieSceneTakeTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_TapeMusicIsPlaying_C \ static_assert(alignof(UBPE_TapeMusicIsPlaying_C) == 0x000008, "Wrong alignment on UBPE_TapeMusicIsPlaying_C"); \ static_assert(sizeof(UBPE_TapeMusicIsPlaying_C) == 0x000028, "Wrong size on UBPE_TapeMusicIsPlaying_C"); \ #define DUMPER7_ASSERTS_BP_TimedInputActionComponent_C_StartTriggerTimer \ static_assert(alignof(BP_TimedInputActionComponent_C_StartTriggerTimer) == 0x000008, "Wrong alignment on BP_TimedInputActionComponent_C_StartTriggerTimer"); \ static_assert(sizeof(BP_TimedInputActionComponent_C_StartTriggerTimer) == 0x000018, "Wrong size on BP_TimedInputActionComponent_C_StartTriggerTimer"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_StartTriggerTimer, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_TimedInputActionComponent_C_StartTriggerTimer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_StartTriggerTimer, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'BP_TimedInputActionComponent_C_StartTriggerTimer::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TimedInputActionComponent_C_ClearTriggerTimer \ static_assert(alignof(BP_TimedInputActionComponent_C_ClearTriggerTimer) == 0x000004, "Wrong alignment on BP_TimedInputActionComponent_C_ClearTriggerTimer"); \ static_assert(sizeof(BP_TimedInputActionComponent_C_ClearTriggerTimer) == 0x000008, "Wrong size on BP_TimedInputActionComponent_C_ClearTriggerTimer"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_ClearTriggerTimer, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000000, "Member 'BP_TimedInputActionComponent_C_ClearTriggerTimer::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_ClearTriggerTimer, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_TimedInputActionComponent_C_ClearTriggerTimer::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TimedInputActionComponent_C_Try_Start_Trigger_Timer \ static_assert(alignof(BP_TimedInputActionComponent_C_Try_Start_Trigger_Timer) == 0x000001, "Wrong alignment on BP_TimedInputActionComponent_C_Try_Start_Trigger_Timer"); \ static_assert(sizeof(BP_TimedInputActionComponent_C_Try_Start_Trigger_Timer) == 0x000001, "Wrong size on BP_TimedInputActionComponent_C_Try_Start_Trigger_Timer"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_Try_Start_Trigger_Timer, CanTrigger) == 0x000000, "Member 'BP_TimedInputActionComponent_C_Try_Start_Trigger_Timer::CanTrigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TimedInputActionComponent_C_BindAllTriggerEvents \ static_assert(alignof(BP_TimedInputActionComponent_C_BindAllTriggerEvents) == 0x000004, "Wrong alignment on BP_TimedInputActionComponent_C_BindAllTriggerEvents"); \ static_assert(sizeof(BP_TimedInputActionComponent_C_BindAllTriggerEvents) == 0x000040, "Wrong size on BP_TimedInputActionComponent_C_BindAllTriggerEvents"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_BindAllTriggerEvents, TriggerTimerStartedEvent_0) == 0x000000, "Member 'BP_TimedInputActionComponent_C_BindAllTriggerEvents::TriggerTimerStartedEvent_0' has a wrong offset!"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_BindAllTriggerEvents, TriggerTimerDoneEvent_0) == 0x000010, "Member 'BP_TimedInputActionComponent_C_BindAllTriggerEvents::TriggerTimerDoneEvent_0' has a wrong offset!"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_BindAllTriggerEvents, TriggerTimerFailedEvent_0) == 0x000020, "Member 'BP_TimedInputActionComponent_C_BindAllTriggerEvents::TriggerTimerFailedEvent_0' has a wrong offset!"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_BindAllTriggerEvents, TriggerTimerClearedEvent_0) == 0x000030, "Member 'BP_TimedInputActionComponent_C_BindAllTriggerEvents::TriggerTimerClearedEvent_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TimedInputActionComponent_C_GetTriggerTimerElapsedSeconds \ static_assert(alignof(BP_TimedInputActionComponent_C_GetTriggerTimerElapsedSeconds) == 0x000004, "Wrong alignment on BP_TimedInputActionComponent_C_GetTriggerTimerElapsedSeconds"); \ static_assert(sizeof(BP_TimedInputActionComponent_C_GetTriggerTimerElapsedSeconds) == 0x000008, "Wrong size on BP_TimedInputActionComponent_C_GetTriggerTimerElapsedSeconds"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_GetTriggerTimerElapsedSeconds, ReturnValue) == 0x000000, "Member 'BP_TimedInputActionComponent_C_GetTriggerTimerElapsedSeconds::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_GetTriggerTimerElapsedSeconds, CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue) == 0x000004, "Member 'BP_TimedInputActionComponent_C_GetTriggerTimerElapsedSeconds::CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TimedInputActionComponent_C_GetTriggerTimerRemainingSeconds \ static_assert(alignof(BP_TimedInputActionComponent_C_GetTriggerTimerRemainingSeconds) == 0x000004, "Wrong alignment on BP_TimedInputActionComponent_C_GetTriggerTimerRemainingSeconds"); \ static_assert(sizeof(BP_TimedInputActionComponent_C_GetTriggerTimerRemainingSeconds) == 0x000008, "Wrong size on BP_TimedInputActionComponent_C_GetTriggerTimerRemainingSeconds"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_GetTriggerTimerRemainingSeconds, ReturnValue) == 0x000000, "Member 'BP_TimedInputActionComponent_C_GetTriggerTimerRemainingSeconds::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TimedInputActionComponent_C_GetTriggerTimerRemainingSeconds, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000004, "Member 'BP_TimedInputActionComponent_C_GetTriggerTimerRemainingSeconds::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_TimedInputActionComponent_C \ static_assert(alignof(UBP_TimedInputActionComponent_C) == 0x000008, "Wrong alignment on UBP_TimedInputActionComponent_C"); \ static_assert(sizeof(UBP_TimedInputActionComponent_C) == 0x000110, "Wrong size on UBP_TimedInputActionComponent_C"); \ static_assert(offsetof(UBP_TimedInputActionComponent_C, TriggerDuration) == 0x0000B8, "Member 'UBP_TimedInputActionComponent_C::TriggerDuration' has a wrong offset!"); \ static_assert(offsetof(UBP_TimedInputActionComponent_C, LoopTrigger) == 0x0000BC, "Member 'UBP_TimedInputActionComponent_C::LoopTrigger' has a wrong offset!"); \ static_assert(offsetof(UBP_TimedInputActionComponent_C, InitialTimerDelay) == 0x0000C0, "Member 'UBP_TimedInputActionComponent_C::InitialTimerDelay' has a wrong offset!"); \ static_assert(offsetof(UBP_TimedInputActionComponent_C, InitialTimerDelayVariance) == 0x0000C4, "Member 'UBP_TimedInputActionComponent_C::InitialTimerDelayVariance' has a wrong offset!"); \ static_assert(offsetof(UBP_TimedInputActionComponent_C, TriggerTimerHandle) == 0x0000C8, "Member 'UBP_TimedInputActionComponent_C::TriggerTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UBP_TimedInputActionComponent_C, TriggerTimerStartedEvent) == 0x0000D0, "Member 'UBP_TimedInputActionComponent_C::TriggerTimerStartedEvent' has a wrong offset!"); \ static_assert(offsetof(UBP_TimedInputActionComponent_C, TriggerTimerDoneEvent) == 0x0000E0, "Member 'UBP_TimedInputActionComponent_C::TriggerTimerDoneEvent' has a wrong offset!"); \ static_assert(offsetof(UBP_TimedInputActionComponent_C, TriggerTimerClearedEvent) == 0x0000F0, "Member 'UBP_TimedInputActionComponent_C::TriggerTimerClearedEvent' has a wrong offset!"); \ static_assert(offsetof(UBP_TimedInputActionComponent_C, TriggerTimerFailedEvent) == 0x000100, "Member 'UBP_TimedInputActionComponent_C::TriggerTimerFailedEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSequencerBindingProxy \ static_assert(alignof(FSequencerBindingProxy) == 0x000008, "Wrong alignment on FSequencerBindingProxy"); \ static_assert(sizeof(FSequencerBindingProxy) == 0x000018, "Wrong size on FSequencerBindingProxy"); \ static_assert(offsetof(FSequencerBindingProxy, BindingID) == 0x000000, "Member 'FSequencerBindingProxy::BindingID' has a wrong offset!"); \ static_assert(offsetof(FSequencerBindingProxy, Sequence) == 0x000010, "Member 'FSequencerBindingProxy::Sequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSequencerScriptingRange \ static_assert(alignof(FSequencerScriptingRange) == 0x000004, "Wrong alignment on FSequencerScriptingRange"); \ static_assert(sizeof(FSequencerScriptingRange) == 0x000014, "Wrong size on FSequencerScriptingRange"); \ static_assert(offsetof(FSequencerScriptingRange, InclusiveStart) == 0x000004, "Member 'FSequencerScriptingRange::InclusiveStart' has a wrong offset!"); \ static_assert(offsetof(FSequencerScriptingRange, ExclusiveEnd) == 0x000008, "Member 'FSequencerScriptingRange::ExclusiveEnd' has a wrong offset!"); \ static_assert(offsetof(FSequencerScriptingRange, InternalRate) == 0x00000C, "Member 'FSequencerScriptingRange::InternalRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_AddTrack \ static_assert(alignof(MovieSceneBindingExtensions_AddTrack) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_AddTrack"); \ static_assert(sizeof(MovieSceneBindingExtensions_AddTrack) == 0x000028, "Wrong size on MovieSceneBindingExtensions_AddTrack"); \ static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_AddTrack::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_AddTrack::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_AddTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByExactType \ static_assert(alignof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByExactType"); \ static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByExactType"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByType \ static_assert(alignof(MovieSceneBindingExtensions_FindTracksByType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByType"); \ static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByType"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByType::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByType::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetChildPossessables \ static_assert(alignof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetChildPossessables"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetChildPossessables"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetChildPossessables::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetChildPossessables::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetDisplayName \ static_assert(alignof(MovieSceneBindingExtensions_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetDisplayName"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetDisplayName) == 0x000030, "Wrong size on MovieSceneBindingExtensions_GetDisplayName"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetDisplayName::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetId \ static_assert(alignof(MovieSceneBindingExtensions_GetId) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetId"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetId) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetId"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetId, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetId::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetId, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetName \ static_assert(alignof(MovieSceneBindingExtensions_GetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetName"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetName"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetName::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetObjectTemplate \ static_assert(alignof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetObjectTemplate"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetObjectTemplate"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetParent \ static_assert(alignof(MovieSceneBindingExtensions_GetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetParent"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_GetParent"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetParent::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetParent, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetPossessedObjectClass \ static_assert(alignof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetTracks \ static_assert(alignof(MovieSceneBindingExtensions_GetTracks) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetTracks"); \ static_assert(sizeof(MovieSceneBindingExtensions_GetTracks) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetTracks"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetTracks::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetTracks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_IsValid \ static_assert(alignof(MovieSceneBindingExtensions_IsValid) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_IsValid"); \ static_assert(sizeof(MovieSceneBindingExtensions_IsValid) == 0x000020, "Wrong size on MovieSceneBindingExtensions_IsValid"); \ static_assert(offsetof(MovieSceneBindingExtensions_IsValid, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_IsValid::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_IsValid, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_MoveBindingContents \ static_assert(alignof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_MoveBindingContents"); \ static_assert(sizeof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000030, "Wrong size on MovieSceneBindingExtensions_MoveBindingContents"); \ static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, SourceBindingId) == 0x000000, "Member 'MovieSceneBindingExtensions_MoveBindingContents::SourceBindingId' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, DestinationBindingId) == 0x000018, "Member 'MovieSceneBindingExtensions_MoveBindingContents::DestinationBindingId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_Remove \ static_assert(alignof(MovieSceneBindingExtensions_Remove) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_Remove"); \ static_assert(sizeof(MovieSceneBindingExtensions_Remove) == 0x000018, "Wrong size on MovieSceneBindingExtensions_Remove"); \ static_assert(offsetof(MovieSceneBindingExtensions_Remove, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_Remove::InBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_RemoveTrack \ static_assert(alignof(MovieSceneBindingExtensions_RemoveTrack) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_RemoveTrack"); \ static_assert(sizeof(MovieSceneBindingExtensions_RemoveTrack) == 0x000020, "Wrong size on MovieSceneBindingExtensions_RemoveTrack"); \ static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_RemoveTrack::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, TrackToRemove) == 0x000018, "Member 'MovieSceneBindingExtensions_RemoveTrack::TrackToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetDisplayName \ static_assert(alignof(MovieSceneBindingExtensions_SetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetDisplayName"); \ static_assert(sizeof(MovieSceneBindingExtensions_SetDisplayName) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetDisplayName"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetDisplayName::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InDisplayName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetDisplayName::InDisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetName \ static_assert(alignof(MovieSceneBindingExtensions_SetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetName"); \ static_assert(sizeof(MovieSceneBindingExtensions_SetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_SetName"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetName::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetName, InName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetName::InName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetParent \ static_assert(alignof(MovieSceneBindingExtensions_SetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetParent"); \ static_assert(sizeof(MovieSceneBindingExtensions_SetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetParent"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetParent::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InParentBinding) == 0x000018, "Member 'MovieSceneBindingExtensions_SetParent::InParentBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneBindingExtensions \ static_assert(alignof(UMovieSceneBindingExtensions) == 0x000008, "Wrong alignment on UMovieSceneBindingExtensions"); \ static_assert(sizeof(UMovieSceneBindingExtensions) == 0x000028, "Wrong size on UMovieSceneBindingExtensions"); \ #define DUMPER7_ASSERTS_MovieSceneEventTrackExtensions_AddEventRepeaterSection \ static_assert(alignof(MovieSceneEventTrackExtensions_AddEventRepeaterSection) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_AddEventRepeaterSection"); \ static_assert(sizeof(MovieSceneEventTrackExtensions_AddEventRepeaterSection) == 0x000010, "Wrong size on MovieSceneEventTrackExtensions_AddEventRepeaterSection"); \ static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventRepeaterSection, InTrack) == 0x000000, "Member 'MovieSceneEventTrackExtensions_AddEventRepeaterSection::InTrack' has a wrong offset!"); \ static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventRepeaterSection, ReturnValue) == 0x000008, "Member 'MovieSceneEventTrackExtensions_AddEventRepeaterSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneEventTrackExtensions_AddEventTriggerSection \ static_assert(alignof(MovieSceneEventTrackExtensions_AddEventTriggerSection) == 0x000008, "Wrong alignment on MovieSceneEventTrackExtensions_AddEventTriggerSection"); \ static_assert(sizeof(MovieSceneEventTrackExtensions_AddEventTriggerSection) == 0x000010, "Wrong size on MovieSceneEventTrackExtensions_AddEventTriggerSection"); \ static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventTriggerSection, InTrack) == 0x000000, "Member 'MovieSceneEventTrackExtensions_AddEventTriggerSection::InTrack' has a wrong offset!"); \ static_assert(offsetof(MovieSceneEventTrackExtensions_AddEventTriggerSection, ReturnValue) == 0x000008, "Member 'MovieSceneEventTrackExtensions_AddEventTriggerSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEventTrackExtensions \ static_assert(alignof(UMovieSceneEventTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneEventTrackExtensions"); \ static_assert(sizeof(UMovieSceneEventTrackExtensions) == 0x000028, "Wrong size on UMovieSceneEventTrackExtensions"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildFolder \ static_assert(alignof(MovieSceneFolderExtensions_AddChildFolder) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildFolder"); \ static_assert(sizeof(MovieSceneFolderExtensions_AddChildFolder) == 0x000018, "Wrong size on MovieSceneFolderExtensions_AddChildFolder"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, TargetFolder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildFolder::TargetFolder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, FolderToAdd) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildFolder::FolderToAdd' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildFolder, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildFolder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildMasterTrack \ static_assert(alignof(MovieSceneFolderExtensions_AddChildMasterTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildMasterTrack"); \ static_assert(sizeof(MovieSceneFolderExtensions_AddChildMasterTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_AddChildMasterTrack"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, InMasterTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::InMasterTrack' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildObjectBinding \ static_assert(alignof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildObjectBinding"); \ static_assert(sizeof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_AddChildObjectBinding"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::InObjectBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildFolders \ static_assert(alignof(MovieSceneFolderExtensions_GetChildFolders) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildFolders"); \ static_assert(sizeof(MovieSceneFolderExtensions_GetChildFolders) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildFolders"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildFolders::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildFolders::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildMasterTracks \ static_assert(alignof(MovieSceneFolderExtensions_GetChildMasterTracks) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildMasterTracks"); \ static_assert(sizeof(MovieSceneFolderExtensions_GetChildMasterTracks) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildMasterTracks"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildMasterTracks, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildMasterTracks::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildMasterTracks, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildMasterTracks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildObjectBindings \ static_assert(alignof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildObjectBindings"); \ static_assert(sizeof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildObjectBindings"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderColor \ static_assert(alignof(MovieSceneFolderExtensions_GetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderColor"); \ static_assert(sizeof(MovieSceneFolderExtensions_GetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_GetFolderColor"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetFolderColor::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetFolderColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderName \ static_assert(alignof(MovieSceneFolderExtensions_GetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderName"); \ static_assert(sizeof(MovieSceneFolderExtensions_GetFolderName) == 0x000010, "Wrong size on MovieSceneFolderExtensions_GetFolderName"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetFolderName, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetFolderName::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_GetFolderName, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetFolderName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildFolder \ static_assert(alignof(MovieSceneFolderExtensions_RemoveChildFolder) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildFolder"); \ static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildFolder) == 0x000018, "Wrong size on MovieSceneFolderExtensions_RemoveChildFolder"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, TargetFolder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::TargetFolder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, FolderToRemove) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::FolderToRemove' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildFolder, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildFolder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildMasterTrack \ static_assert(alignof(MovieSceneFolderExtensions_RemoveChildMasterTrack) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildMasterTrack"); \ static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildMasterTrack) == 0x000018, "Wrong size on MovieSceneFolderExtensions_RemoveChildMasterTrack"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, InMasterTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::InMasterTrack' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildObjectBinding \ static_assert(alignof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::InObjectBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderColor \ static_assert(alignof(MovieSceneFolderExtensions_SetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderColor"); \ static_assert(sizeof(MovieSceneFolderExtensions_SetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_SetFolderColor"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderColor::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, InFolderColor) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderColor::InFolderColor' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, ReturnValue) == 0x00000C, "Member 'MovieSceneFolderExtensions_SetFolderColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderName \ static_assert(alignof(MovieSceneFolderExtensions_SetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderName"); \ static_assert(sizeof(MovieSceneFolderExtensions_SetFolderName) == 0x000018, "Wrong size on MovieSceneFolderExtensions_SetFolderName"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, Folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderName::Folder' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, InFolderName) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderName::InFolderName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_SetFolderName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneFolderExtensions \ static_assert(alignof(UMovieSceneFolderExtensions) == 0x000008, "Wrong alignment on UMovieSceneFolderExtensions"); \ static_assert(sizeof(UMovieSceneFolderExtensions) == 0x000028, "Wrong size on UMovieSceneFolderExtensions"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetObjectPropertyClass \ static_assert(alignof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetObjectPropertyClass"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetObjectPropertyClass"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetObjectPropertyClass::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetObjectPropertyClass, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetObjectPropertyClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetPropertyName \ static_assert(alignof(MovieScenePropertyTrackExtensions_GetPropertyName) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetPropertyName"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_GetPropertyName) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetPropertyName"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyName, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetPropertyName::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyName, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetPropertyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetPropertyPath \ static_assert(alignof(MovieScenePropertyTrackExtensions_GetPropertyPath) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetPropertyPath"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_GetPropertyPath) == 0x000018, "Wrong size on MovieScenePropertyTrackExtensions_GetPropertyPath"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyPath, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetPropertyPath::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetPropertyPath, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetPropertyPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_GetUniqueTrackName \ static_assert(alignof(MovieScenePropertyTrackExtensions_GetUniqueTrackName) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_GetUniqueTrackName"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_GetUniqueTrackName) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_GetUniqueTrackName"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetUniqueTrackName, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_GetUniqueTrackName::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_GetUniqueTrackName, ReturnValue) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_GetUniqueTrackName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_SetObjectPropertyClass \ static_assert(alignof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetObjectPropertyClass"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass) == 0x000010, "Wrong size on MovieScenePropertyTrackExtensions_SetObjectPropertyClass"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_SetObjectPropertyClass::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_SetObjectPropertyClass, PropertyClass) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_SetObjectPropertyClass::PropertyClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieScenePropertyTrackExtensions_SetPropertyNameAndPath \ static_assert(alignof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath) == 0x000008, "Wrong alignment on MovieScenePropertyTrackExtensions_SetPropertyNameAndPath"); \ static_assert(sizeof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath) == 0x000020, "Wrong size on MovieScenePropertyTrackExtensions_SetPropertyNameAndPath"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, Track) == 0x000000, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::Track' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, InPropertyName) == 0x000008, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::InPropertyName' has a wrong offset!"); \ static_assert(offsetof(MovieScenePropertyTrackExtensions_SetPropertyNameAndPath, InPropertyPath) == 0x000010, "Member 'MovieScenePropertyTrackExtensions_SetPropertyNameAndPath::InPropertyPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScenePropertyTrackExtensions \ static_assert(alignof(UMovieScenePropertyTrackExtensions) == 0x000008, "Wrong alignment on UMovieScenePropertyTrackExtensions"); \ static_assert(sizeof(UMovieScenePropertyTrackExtensions) == 0x000028, "Wrong size on UMovieScenePropertyTrackExtensions"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingKey \ static_assert(alignof(UMovieSceneScriptingKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingKey"); \ static_assert(sizeof(UMovieSceneScriptingKey) == 0x000040, "Wrong size on UMovieSceneScriptingKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_SetTime \ static_assert(alignof(MovieSceneScriptingActorReferenceKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingActorReferenceKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingActorReferenceKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_SetValue \ static_assert(alignof(MovieSceneScriptingActorReferenceKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceKey_SetValue) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_GetTime \ static_assert(alignof(MovieSceneScriptingActorReferenceKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingActorReferenceKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingActorReferenceKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceKey_GetValue \ static_assert(alignof(MovieSceneScriptingActorReferenceKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceKey_GetValue) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingActorReferenceKey \ static_assert(alignof(UMovieSceneScriptingActorReferenceKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingActorReferenceKey"); \ static_assert(sizeof(UMovieSceneScriptingActorReferenceKey) == 0x000060, "Wrong size on UMovieSceneScriptingActorReferenceKey"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingChannel \ static_assert(alignof(UMovieSceneScriptingChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingChannel"); \ static_assert(sizeof(UMovieSceneScriptingChannel) == 0x000030, "Wrong size on UMovieSceneScriptingChannel"); \ static_assert(offsetof(UMovieSceneScriptingChannel, ChannelName) == 0x000028, "Member 'UMovieSceneScriptingChannel::ChannelName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_AddKey \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_AddKey) == 0x000030, "Wrong size on MovieSceneScriptingActorReferenceChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, SubFrame) == 0x00001C, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, TimeUnit) == 0x000020, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_AddKey, ReturnValue) == 0x000028, "Member 'MovieSceneScriptingActorReferenceChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingActorReferenceChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_SetDefault) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetDefault) == 0x000018, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingActorReferenceChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingActorReferenceChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingActorReferenceChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingActorReferenceChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingActorReferenceChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingActorReferenceChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingActorReferenceChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingActorReferenceChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingActorReferenceChannel \ static_assert(alignof(UMovieSceneScriptingActorReferenceChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingActorReferenceChannel"); \ static_assert(sizeof(UMovieSceneScriptingActorReferenceChannel) == 0x000060, "Wrong size on UMovieSceneScriptingActorReferenceChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_SetTime \ static_assert(alignof(MovieSceneScriptingBoolKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingBoolKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingBoolKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingBoolKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingBoolKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingBoolKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_SetValue \ static_assert(alignof(MovieSceneScriptingBoolKey_SetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingBoolKey_SetValue) == 0x000001, "Wrong size on MovieSceneScriptingBoolKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingBoolKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_GetTime \ static_assert(alignof(MovieSceneScriptingBoolKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingBoolKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingBoolKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingBoolKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingBoolKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolKey_GetValue \ static_assert(alignof(MovieSceneScriptingBoolKey_GetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingBoolKey_GetValue) == 0x000001, "Wrong size on MovieSceneScriptingBoolKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingBoolKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingBoolKey \ static_assert(alignof(UMovieSceneScriptingBoolKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingBoolKey"); \ static_assert(sizeof(UMovieSceneScriptingBoolKey) == 0x000060, "Wrong size on UMovieSceneScriptingBoolKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_AddKey \ static_assert(alignof(MovieSceneScriptingBoolChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingBoolChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingBoolChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingBoolChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingBoolChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingBoolChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingBoolChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingBoolChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingBoolChannel_SetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_SetDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_ComputeEffectiveRange \ static_assert(alignof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolChannel_ComputeEffectiveRange"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingBoolChannel_ComputeEffectiveRange"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_EvaluateKeys \ static_assert(alignof(MovieSceneScriptingBoolChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_EvaluateKeys"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingBoolChannel_EvaluateKeys"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::Range' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingBoolChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingBoolChannel_GetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_GetDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingBoolChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingBoolChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingBoolChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_GetNumKeys \ static_assert(alignof(MovieSceneScriptingBoolChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingBoolChannel_GetNumKeys"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingBoolChannel_GetNumKeys"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingBoolChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingBoolChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingBoolChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingBoolChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingBoolChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingBoolChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingBoolChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingBoolChannel \ static_assert(alignof(UMovieSceneScriptingBoolChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingBoolChannel"); \ static_assert(sizeof(UMovieSceneScriptingBoolChannel) == 0x000060, "Wrong size on UMovieSceneScriptingBoolChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_SetTime \ static_assert(alignof(MovieSceneScriptingByteKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingByteKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingByteKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingByteKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingByteKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingByteKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingByteKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_SetValue \ static_assert(alignof(MovieSceneScriptingByteKey_SetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingByteKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingByteKey_SetValue) == 0x000001, "Wrong size on MovieSceneScriptingByteKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingByteKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingByteKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_GetTime \ static_assert(alignof(MovieSceneScriptingByteKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingByteKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingByteKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingByteKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingByteKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingByteKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingByteKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteKey_GetValue \ static_assert(alignof(MovieSceneScriptingByteKey_GetValue) == 0x000001, "Wrong alignment on MovieSceneScriptingByteKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingByteKey_GetValue) == 0x000001, "Wrong size on MovieSceneScriptingByteKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingByteKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingByteKey \ static_assert(alignof(UMovieSceneScriptingByteKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingByteKey"); \ static_assert(sizeof(UMovieSceneScriptingByteKey) == 0x000060, "Wrong size on UMovieSceneScriptingByteKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_AddKey \ static_assert(alignof(MovieSceneScriptingByteChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingByteChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingByteChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingByteChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingByteChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingByteChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, InInterpolation) == 0x00000D, "Member 'MovieSceneScriptingByteChannel_AddKey::InInterpolation' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingByteChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingByteChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingByteChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingByteChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingByteChannel_SetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_SetDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingByteChannel_GetDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_GetDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingByteChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingByteChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingByteChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingByteChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingByteChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingByteChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingByteChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingByteChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingByteChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingByteChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingByteChannel \ static_assert(alignof(UMovieSceneScriptingByteChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingByteChannel"); \ static_assert(sizeof(UMovieSceneScriptingByteChannel) == 0x000060, "Wrong size on UMovieSceneScriptingByteChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_SetTime \ static_assert(alignof(MovieSceneScriptingEventKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingEventKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingEventKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingEventKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingEventKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingEventKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingEventKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_SetValue \ static_assert(alignof(MovieSceneScriptingEventKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingEventKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingEventKey_SetValue) == 0x000028, "Wrong size on MovieSceneScriptingEventKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingEventKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingEventKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_GetTime \ static_assert(alignof(MovieSceneScriptingEventKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingEventKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingEventKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingEventKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingEventKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingEventKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingEventKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventKey_GetValue \ static_assert(alignof(MovieSceneScriptingEventKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingEventKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingEventKey_GetValue) == 0x000028, "Wrong size on MovieSceneScriptingEventKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingEventKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingEventKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingEventKey \ static_assert(alignof(UMovieSceneScriptingEventKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingEventKey"); \ static_assert(sizeof(UMovieSceneScriptingEventKey) == 0x000060, "Wrong size on UMovieSceneScriptingEventKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_AddKey \ static_assert(alignof(MovieSceneScriptingEventChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingEventChannel_AddKey) == 0x000040, "Wrong size on MovieSceneScriptingEventChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingEventChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingEventChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, SubFrame) == 0x000030, "Member 'MovieSceneScriptingEventChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, TimeUnit) == 0x000034, "Member 'MovieSceneScriptingEventChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_AddKey, ReturnValue) == 0x000038, "Member 'MovieSceneScriptingEventChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingEventChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingEventChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingEventChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingEventChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingEventChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingEventChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingEventChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingEventChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingEventChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingEventChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingEventChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingEventChannel \ static_assert(alignof(UMovieSceneScriptingEventChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingEventChannel"); \ static_assert(sizeof(UMovieSceneScriptingEventChannel) == 0x000060, "Wrong size on UMovieSceneScriptingEventChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetArriveTangent \ static_assert(alignof(MovieSceneScriptingFloatKey_SetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetArriveTangent"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetArriveTangent"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetArriveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetArriveTangent::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetArriveTangentWeight \ static_assert(alignof(MovieSceneScriptingFloatKey_SetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetArriveTangentWeight"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetArriveTangentWeight"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetArriveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetArriveTangentWeight::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetInterpolationMode \ static_assert(alignof(MovieSceneScriptingFloatKey_SetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetInterpolationMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetInterpolationMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetInterpolationMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetInterpolationMode::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetLeaveTangent \ static_assert(alignof(MovieSceneScriptingFloatKey_SetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetLeaveTangent"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetLeaveTangent"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetLeaveTangent, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetLeaveTangent::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetLeaveTangentWeight \ static_assert(alignof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetLeaveTangentWeight"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetLeaveTangentWeight"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetLeaveTangentWeight, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetLeaveTangentWeight::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTangentMode \ static_assert(alignof(MovieSceneScriptingFloatKey_SetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetTangentMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetTangentMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetTangentMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTangentMode::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTangentWeightMode \ static_assert(alignof(MovieSceneScriptingFloatKey_SetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_SetTangentWeightMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_SetTangentWeightMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetTangentWeightMode, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTangentWeightMode::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetTime \ static_assert(alignof(MovieSceneScriptingFloatKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingFloatKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingFloatKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingFloatKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_SetValue \ static_assert(alignof(MovieSceneScriptingFloatKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_SetValue) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetArriveTangent \ static_assert(alignof(MovieSceneScriptingFloatKey_GetArriveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetArriveTangent"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetArriveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetArriveTangent"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetArriveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetArriveTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetArriveTangentWeight \ static_assert(alignof(MovieSceneScriptingFloatKey_GetArriveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetArriveTangentWeight"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetArriveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetArriveTangentWeight"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetArriveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetArriveTangentWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetInterpolationMode \ static_assert(alignof(MovieSceneScriptingFloatKey_GetInterpolationMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetInterpolationMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetInterpolationMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetInterpolationMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetInterpolationMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetInterpolationMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetLeaveTangent \ static_assert(alignof(MovieSceneScriptingFloatKey_GetLeaveTangent) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetLeaveTangent"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetLeaveTangent) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetLeaveTangent"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetLeaveTangent, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetLeaveTangent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetLeaveTangentWeight \ static_assert(alignof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetLeaveTangentWeight"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetLeaveTangentWeight"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetLeaveTangentWeight, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetLeaveTangentWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTangentMode \ static_assert(alignof(MovieSceneScriptingFloatKey_GetTangentMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetTangentMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetTangentMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetTangentMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetTangentMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTangentMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTangentWeightMode \ static_assert(alignof(MovieSceneScriptingFloatKey_GetTangentWeightMode) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatKey_GetTangentWeightMode"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetTangentWeightMode) == 0x000001, "Wrong size on MovieSceneScriptingFloatKey_GetTangentWeightMode"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetTangentWeightMode, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTangentWeightMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetTime \ static_assert(alignof(MovieSceneScriptingFloatKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingFloatKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingFloatKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatKey_GetValue \ static_assert(alignof(MovieSceneScriptingFloatKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingFloatKey_GetValue) == 0x000004, "Wrong size on MovieSceneScriptingFloatKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingFloatKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingFloatKey \ static_assert(alignof(UMovieSceneScriptingFloatKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingFloatKey"); \ static_assert(sizeof(UMovieSceneScriptingFloatKey) == 0x000060, "Wrong size on UMovieSceneScriptingFloatKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_AddKey \ static_assert(alignof(MovieSceneScriptingFloatChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingFloatChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingFloatChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingFloatChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingFloatChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, InInterpolation) == 0x00000D, "Member 'MovieSceneScriptingFloatChannel_AddKey::InInterpolation' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingFloatChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingFloatChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingFloatChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingFloatChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_SetDefault) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation \ static_assert(alignof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetPostInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation \ static_assert(alignof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation, InExtrapolation) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_SetPreInfinityExtrapolation::InExtrapolation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_ComputeEffectiveRange \ static_assert(alignof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_ComputeEffectiveRange"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange) == 0x000014, "Wrong size on MovieSceneScriptingFloatChannel_ComputeEffectiveRange"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_ComputeEffectiveRange, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_ComputeEffectiveRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_EvaluateKeys \ static_assert(alignof(MovieSceneScriptingFloatChannel_EvaluateKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_EvaluateKeys"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_EvaluateKeys) == 0x000030, "Wrong size on MovieSceneScriptingFloatChannel_EvaluateKeys"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, Range) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::Range' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, FrameRate) == 0x000014, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::FrameRate' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_EvaluateKeys, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingFloatChannel_EvaluateKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingFloatChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_GetDefault) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingFloatChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingFloatChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingFloatChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetNumKeys \ static_assert(alignof(MovieSceneScriptingFloatChannel_GetNumKeys) == 0x000004, "Wrong alignment on MovieSceneScriptingFloatChannel_GetNumKeys"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_GetNumKeys) == 0x000004, "Wrong size on MovieSceneScriptingFloatChannel_GetNumKeys"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_GetNumKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetNumKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation \ static_assert(alignof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetPostInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation \ static_assert(alignof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_GetPreInfinityExtrapolation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingFloatChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingFloatChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingFloatChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingFloatChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingFloatChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingFloatChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingFloatChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingFloatChannel \ static_assert(alignof(UMovieSceneScriptingFloatChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingFloatChannel"); \ static_assert(sizeof(UMovieSceneScriptingFloatChannel) == 0x000060, "Wrong size on UMovieSceneScriptingFloatChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_SetTime \ static_assert(alignof(MovieSceneScriptingIntegerKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingIntegerKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingIntegerKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingIntegerKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingIntegerKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_SetValue \ static_assert(alignof(MovieSceneScriptingIntegerKey_SetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingIntegerKey_SetValue) == 0x000004, "Wrong size on MovieSceneScriptingIntegerKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_GetTime \ static_assert(alignof(MovieSceneScriptingIntegerKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingIntegerKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingIntegerKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingIntegerKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerKey_GetValue \ static_assert(alignof(MovieSceneScriptingIntegerKey_GetValue) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingIntegerKey_GetValue) == 0x000004, "Wrong size on MovieSceneScriptingIntegerKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingIntegerKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingIntegerKey \ static_assert(alignof(UMovieSceneScriptingIntegerKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingIntegerKey"); \ static_assert(sizeof(UMovieSceneScriptingIntegerKey) == 0x000060, "Wrong size on UMovieSceneScriptingIntegerKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_AddKey \ static_assert(alignof(MovieSceneScriptingIntegerChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_AddKey) == 0x000018, "Wrong size on MovieSceneScriptingIntegerChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, NewValue) == 0x000004, "Member 'MovieSceneScriptingIntegerChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, SubFrame) == 0x000008, "Member 'MovieSceneScriptingIntegerChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, TimeUnit) == 0x00000C, "Member 'MovieSceneScriptingIntegerChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_AddKey, ReturnValue) == 0x000010, "Member 'MovieSceneScriptingIntegerChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingIntegerChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingIntegerChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingIntegerChannel_SetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_SetDefault) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingIntegerChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingIntegerChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingIntegerChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingIntegerChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingIntegerChannel \ static_assert(alignof(UMovieSceneScriptingIntegerChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingIntegerChannel"); \ static_assert(sizeof(UMovieSceneScriptingIntegerChannel) == 0x000060, "Wrong size on UMovieSceneScriptingIntegerChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_SetTime \ static_assert(alignof(MovieSceneScriptingObjectPathKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingObjectPathKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingObjectPathKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingObjectPathKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingObjectPathKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingObjectPathKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_SetValue \ static_assert(alignof(MovieSceneScriptingObjectPathKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingObjectPathKey_SetValue) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_GetTime \ static_assert(alignof(MovieSceneScriptingObjectPathKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingObjectPathKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingObjectPathKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingObjectPathKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingObjectPathKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathKey_GetValue \ static_assert(alignof(MovieSceneScriptingObjectPathKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingObjectPathKey_GetValue) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingObjectPathKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingObjectPathKey \ static_assert(alignof(UMovieSceneScriptingObjectPathKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingObjectPathKey"); \ static_assert(sizeof(UMovieSceneScriptingObjectPathKey) == 0x000060, "Wrong size on UMovieSceneScriptingObjectPathKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_AddKey \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_AddKey) == 0x000020, "Wrong size on MovieSceneScriptingObjectPathChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, SubFrame) == 0x000010, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, TimeUnit) == 0x000014, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_AddKey, ReturnValue) == 0x000018, "Member 'MovieSceneScriptingObjectPathChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_SetDefault) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetDefault) == 0x000008, "Wrong size on MovieSceneScriptingObjectPathChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingObjectPathChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingObjectPathChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingObjectPathChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingObjectPathChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingObjectPathChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingObjectPathChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingObjectPathChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingObjectPathChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingObjectPathChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingObjectPathChannel \ static_assert(alignof(UMovieSceneScriptingObjectPathChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingObjectPathChannel"); \ static_assert(sizeof(UMovieSceneScriptingObjectPathChannel) == 0x000060, "Wrong size on UMovieSceneScriptingObjectPathChannel"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_SetTime \ static_assert(alignof(MovieSceneScriptingStringKey_SetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingStringKey_SetTime"); \ static_assert(sizeof(MovieSceneScriptingStringKey_SetTime) == 0x00000C, "Wrong size on MovieSceneScriptingStringKey_SetTime"); \ static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, NewFrameNumber) == 0x000000, "Member 'MovieSceneScriptingStringKey_SetTime::NewFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, SubFrame) == 0x000004, "Member 'MovieSceneScriptingStringKey_SetTime::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringKey_SetTime, TimeUnit) == 0x000008, "Member 'MovieSceneScriptingStringKey_SetTime::TimeUnit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_SetValue \ static_assert(alignof(MovieSceneScriptingStringKey_SetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingStringKey_SetValue"); \ static_assert(sizeof(MovieSceneScriptingStringKey_SetValue) == 0x000010, "Wrong size on MovieSceneScriptingStringKey_SetValue"); \ static_assert(offsetof(MovieSceneScriptingStringKey_SetValue, InNewValue) == 0x000000, "Member 'MovieSceneScriptingStringKey_SetValue::InNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_GetTime \ static_assert(alignof(MovieSceneScriptingStringKey_GetTime) == 0x000004, "Wrong alignment on MovieSceneScriptingStringKey_GetTime"); \ static_assert(sizeof(MovieSceneScriptingStringKey_GetTime) == 0x00000C, "Wrong size on MovieSceneScriptingStringKey_GetTime"); \ static_assert(offsetof(MovieSceneScriptingStringKey_GetTime, TimeUnit) == 0x000000, "Member 'MovieSceneScriptingStringKey_GetTime::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringKey_GetTime, ReturnValue) == 0x000004, "Member 'MovieSceneScriptingStringKey_GetTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringKey_GetValue \ static_assert(alignof(MovieSceneScriptingStringKey_GetValue) == 0x000008, "Wrong alignment on MovieSceneScriptingStringKey_GetValue"); \ static_assert(sizeof(MovieSceneScriptingStringKey_GetValue) == 0x000010, "Wrong size on MovieSceneScriptingStringKey_GetValue"); \ static_assert(offsetof(MovieSceneScriptingStringKey_GetValue, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringKey_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingStringKey \ static_assert(alignof(UMovieSceneScriptingStringKey) == 0x000008, "Wrong alignment on UMovieSceneScriptingStringKey"); \ static_assert(sizeof(UMovieSceneScriptingStringKey) == 0x000060, "Wrong size on UMovieSceneScriptingStringKey"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_AddKey \ static_assert(alignof(MovieSceneScriptingStringChannel_AddKey) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_AddKey"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_AddKey) == 0x000028, "Wrong size on MovieSceneScriptingStringChannel_AddKey"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, InTime) == 0x000000, "Member 'MovieSceneScriptingStringChannel_AddKey::InTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, NewValue) == 0x000008, "Member 'MovieSceneScriptingStringChannel_AddKey::NewValue' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, SubFrame) == 0x000018, "Member 'MovieSceneScriptingStringChannel_AddKey::SubFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, TimeUnit) == 0x00001C, "Member 'MovieSceneScriptingStringChannel_AddKey::TimeUnit' has a wrong offset!"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_AddKey, ReturnValue) == 0x000020, "Member 'MovieSceneScriptingStringChannel_AddKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_RemoveKey \ static_assert(alignof(MovieSceneScriptingStringChannel_RemoveKey) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_RemoveKey"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_RemoveKey) == 0x000008, "Wrong size on MovieSceneScriptingStringChannel_RemoveKey"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_RemoveKey, Key) == 0x000000, "Member 'MovieSceneScriptingStringChannel_RemoveKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_SetDefault \ static_assert(alignof(MovieSceneScriptingStringChannel_SetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_SetDefault"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_SetDefault) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_SetDefault"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_SetDefault, InDefaultValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_SetDefault::InDefaultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_GetDefault \ static_assert(alignof(MovieSceneScriptingStringChannel_GetDefault) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetDefault"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_GetDefault) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_GetDefault"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_GetKeys \ static_assert(alignof(MovieSceneScriptingStringChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingStringChannel_GetKeys"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingStringChannel_GetKeys"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_GetKeys::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneScriptingStringChannel_HasDefault \ static_assert(alignof(MovieSceneScriptingStringChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingStringChannel_HasDefault"); \ static_assert(sizeof(MovieSceneScriptingStringChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingStringChannel_HasDefault"); \ static_assert(offsetof(MovieSceneScriptingStringChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingStringChannel_HasDefault::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneScriptingStringChannel \ static_assert(alignof(UMovieSceneScriptingStringChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingStringChannel"); \ static_assert(sizeof(UMovieSceneScriptingStringChannel) == 0x000060, "Wrong size on UMovieSceneScriptingStringChannel"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_FindChannelsByType \ static_assert(alignof(MovieSceneSectionExtensions_FindChannelsByType) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_FindChannelsByType"); \ static_assert(sizeof(MovieSceneSectionExtensions_FindChannelsByType) == 0x000020, "Wrong size on MovieSceneSectionExtensions_FindChannelsByType"); \ static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_FindChannelsByType::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, ChannelType) == 0x000008, "Member 'MovieSceneSectionExtensions_FindChannelsByType::ChannelType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, ReturnValue) == 0x000010, "Member 'MovieSceneSectionExtensions_FindChannelsByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetChannels \ static_assert(alignof(MovieSceneSectionExtensions_GetChannels) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetChannels"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetChannels) == 0x000018, "Wrong size on MovieSceneSectionExtensions_GetChannels"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetChannels, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetChannels::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetChannels, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetChannels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetEndFrame \ static_assert(alignof(MovieSceneSectionExtensions_GetEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetEndFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetEndFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetEndFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetEndFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetEndFrameSeconds \ static_assert(alignof(MovieSceneSectionExtensions_GetEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetEndFrameSeconds"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetEndFrameSeconds"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetEndFrameSeconds::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetEndFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetEndFrameSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetParentSequenceFrame \ static_assert(alignof(MovieSceneSectionExtensions_GetParentSequenceFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetParentSequenceFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetParentSequenceFrame) == 0x000020, "Wrong size on MovieSceneSectionExtensions_GetParentSequenceFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, InFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::InFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, ParentSequence) == 0x000010, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::ParentSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetParentSequenceFrame, ReturnValue) == 0x000018, "Member 'MovieSceneSectionExtensions_GetParentSequenceFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetStartFrame \ static_assert(alignof(MovieSceneSectionExtensions_GetStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetStartFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetStartFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetStartFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetStartFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_GetStartFrameSeconds \ static_assert(alignof(MovieSceneSectionExtensions_GetStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetStartFrameSeconds"); \ static_assert(sizeof(MovieSceneSectionExtensions_GetStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_GetStartFrameSeconds"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetStartFrameSeconds::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_GetStartFrameSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetStartFrameSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_HasEndFrame \ static_assert(alignof(MovieSceneSectionExtensions_HasEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_HasEndFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_HasEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_HasEndFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_HasEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_HasEndFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_HasEndFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_HasEndFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_HasStartFrame \ static_assert(alignof(MovieSceneSectionExtensions_HasStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_HasStartFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_HasStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_HasStartFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_HasStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_HasStartFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_HasStartFrame, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_HasStartFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrame \ static_assert(alignof(MovieSceneSectionExtensions_SetEndFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrame, EndFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrame::EndFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrameBounded \ static_assert(alignof(MovieSceneSectionExtensions_SetEndFrameBounded) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrameBounded"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrameBounded) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrameBounded"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameBounded, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrameBounded::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameBounded, bIsBounded) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrameBounded::bIsBounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetEndFrameSeconds \ static_assert(alignof(MovieSceneSectionExtensions_SetEndFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetEndFrameSeconds"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetEndFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetEndFrameSeconds"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetEndFrameSeconds::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetEndFrameSeconds, EndTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetEndFrameSeconds::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetRange \ static_assert(alignof(MovieSceneSectionExtensions_SetRange) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetRange"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetRange) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetRange"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRange, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetRange::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRange, StartFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetRange::StartFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRange, EndFrame) == 0x00000C, "Member 'MovieSceneSectionExtensions_SetRange::EndFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetRangeSeconds \ static_assert(alignof(MovieSceneSectionExtensions_SetRangeSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetRangeSeconds"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetRangeSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetRangeSeconds"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, StartTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::StartTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetRangeSeconds, EndTime) == 0x00000C, "Member 'MovieSceneSectionExtensions_SetRangeSeconds::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrame \ static_assert(alignof(MovieSceneSectionExtensions_SetStartFrame) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrame"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrame) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrame"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrame, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrame::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrame, StartFrame) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrame::StartFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrameBounded \ static_assert(alignof(MovieSceneSectionExtensions_SetStartFrameBounded) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrameBounded"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrameBounded) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrameBounded"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameBounded, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrameBounded::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameBounded, bIsBounded) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrameBounded::bIsBounded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSectionExtensions_SetStartFrameSeconds \ static_assert(alignof(MovieSceneSectionExtensions_SetStartFrameSeconds) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_SetStartFrameSeconds"); \ static_assert(sizeof(MovieSceneSectionExtensions_SetStartFrameSeconds) == 0x000010, "Wrong size on MovieSceneSectionExtensions_SetStartFrameSeconds"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameSeconds, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_SetStartFrameSeconds::Section' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSectionExtensions_SetStartFrameSeconds, StartTime) == 0x000008, "Member 'MovieSceneSectionExtensions_SetStartFrameSeconds::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSectionExtensions \ static_assert(alignof(UMovieSceneSectionExtensions) == 0x000008, "Wrong alignment on UMovieSceneSectionExtensions"); \ static_assert(sizeof(UMovieSceneSectionExtensions) == 0x000028, "Wrong size on UMovieSceneSectionExtensions"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddMarkedFrame \ static_assert(alignof(MovieSceneSequenceExtensions_AddMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMarkedFrame"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddMarkedFrame) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_AddMarkedFrame"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, InMarkedFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::InMarkedFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMarkedFrame, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_AddMarkedFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddMasterTrack \ static_assert(alignof(MovieSceneSequenceExtensions_AddMasterTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMasterTrack"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddMasterTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_AddMasterTrack"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddPossessable \ static_assert(alignof(MovieSceneSequenceExtensions_AddPossessable) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddPossessable"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddPossessable) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddPossessable"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddPossessable::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ObjectToPossess) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddPossessable::ObjectToPossess' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddPossessable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddRootFolderToSequence \ static_assert(alignof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, NewFolderName) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::NewFolderName' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromClass \ static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ClassToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ClassToSpawn' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromInstance \ static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ObjectToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ObjectToSpawn' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrame \ static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, DeleteIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::DeleteIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrames \ static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrames::Sequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingById \ static_assert(alignof(MovieSceneSequenceExtensions_FindBindingById) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingById"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingById) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingById"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingById::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, BindingID) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingById::BindingID' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingById::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingByName \ static_assert(alignof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingByName"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingByName"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Name_0) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Name_0' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber \ static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::InFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, ReturnValue) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByLabel \ static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, InLabel) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::InLabel' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMasterTracksByExactType \ static_assert(alignof(MovieSceneSequenceExtensions_FindMasterTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMasterTracksByExactType"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindMasterTracksByExactType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMasterTracksByExactType"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMasterTracksByType \ static_assert(alignof(MovieSceneSequenceExtensions_FindMasterTracksByType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMasterTracksByType"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindMasterTracksByType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMasterTracksByType"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::TrackType' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindNextMarkedFrame \ static_assert(alignof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ static_assert(sizeof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::InFrameNumber' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, bForward) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::bForward' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindingID \ static_assert(alignof(MovieSceneSequenceExtensions_GetBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindingID"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetBindingID) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_GetBindingID"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, InBinding) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindingID::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_GetBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindings \ static_assert(alignof(MovieSceneSequenceExtensions_GetBindings) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindings"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetBindings) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetBindings"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindings::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetBindings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetClockSource \ static_assert(alignof(MovieSceneSequenceExtensions_GetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetClockSource"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetClockSource"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetClockSource::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetClockSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetDisplayRate \ static_assert(alignof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetDisplayRate"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetDisplayRate"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetEvaluationType \ static_assert(alignof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetEvaluationType"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetEvaluationType"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMarkedFrames \ static_assert(alignof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMarkedFrames"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetMarkedFrames"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMasterTracks \ static_assert(alignof(MovieSceneSequenceExtensions_GetMasterTracks) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMasterTracks"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetMasterTracks) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetMasterTracks"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMasterTracks, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMasterTracks::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMasterTracks, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMasterTracks::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMovieScene \ static_assert(alignof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMovieScene"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetMovieScene"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMovieScene::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMovieScene::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEnd \ static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEndSeconds \ static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackRange \ static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackRange"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackRange"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStart \ static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStartSeconds \ static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPortableBindingID \ static_assert(alignof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPortableBindingID"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000040, "Wrong size on MovieSceneSequenceExtensions_GetPortableBindingID"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::MasterSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, DestinationSequence) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::DestinationSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, InBinding) == 0x000010, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPossessables \ static_assert(alignof(MovieSceneSequenceExtensions_GetPossessables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPossessables"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetPossessables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetPossessables"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPossessables::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPossessables::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetRootFoldersInSequence \ static_assert(alignof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetSpawnables \ static_assert(alignof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetSpawnables"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetSpawnables"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetSpawnables::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetSpawnables::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTickResolution \ static_assert(alignof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTickResolution"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetTickResolution"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTickResolution::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTickResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTimecodeSource \ static_assert(alignof(MovieSceneSequenceExtensions_GetTimecodeSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTimecodeSource"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetTimecodeSource) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetTimecodeSource"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetTimecodeSource, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTimecodeSource::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetTimecodeSource, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTimecodeSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeEnd \ static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeStart \ static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeEnd \ static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeStart \ static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_IsReadOnly \ static_assert(alignof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_IsReadOnly"); \ static_assert(sizeof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_IsReadOnly"); \ static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_IsReadOnly::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_IsReadOnly::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_LocateBoundObjects \ static_assert(alignof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_LocateBoundObjects"); \ static_assert(sizeof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_LocateBoundObjects"); \ static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Context) == 0x000020, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Context' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeBindingID \ static_assert(alignof(MovieSceneSequenceExtensions_MakeBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeBindingID"); \ static_assert(sizeof(MovieSceneSequenceExtensions_MakeBindingID) == 0x000040, "Wrong size on MovieSceneSequenceExtensions_MakeBindingID"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeBindingID::MasterSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeBindingID::InBinding' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, Space) == 0x000020, "Member 'MovieSceneSequenceExtensions_MakeBindingID::Space' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, ReturnValue) == 0x000024, "Member 'MovieSceneSequenceExtensions_MakeBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRange \ static_assert(alignof(MovieSceneSequenceExtensions_MakeRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRange"); \ static_assert(sizeof(MovieSceneSequenceExtensions_MakeRange) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRange"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRange::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRange::StartFrame' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRange::Duration' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRangeSeconds \ static_assert(alignof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ static_assert(sizeof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::StartTime' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Duration' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_RemoveMasterTrack \ static_assert(alignof(MovieSceneSequenceExtensions_RemoveMasterTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_RemoveMasterTrack"); \ static_assert(sizeof(MovieSceneSequenceExtensions_RemoveMasterTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_RemoveMasterTrack"); \ static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, MasterTrack) == 0x000008, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::MasterTrack' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_ResolveBindingID \ static_assert(alignof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_ResolveBindingID"); \ static_assert(sizeof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_ResolveBindingID"); \ static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::MasterSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, InObjectBindingID) == 0x000008, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::InObjectBindingID' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, ReturnValue) == 0x000020, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetClockSource \ static_assert(alignof(MovieSceneSequenceExtensions_SetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetClockSource"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetClockSource"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetClockSource::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InClockSource) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetClockSource::InClockSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetDisplayRate \ static_assert(alignof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetDisplayRate"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetDisplayRate"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, DisplayRate) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::DisplayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetEvaluationType \ static_assert(alignof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetEvaluationType"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetEvaluationType"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InEvaluationType) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InEvaluationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetMarkedFrame \ static_assert(alignof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetMarkedFrame"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetMarkedFrame"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InMarkIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InMarkIndex' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InFrameNumber) == 0x00000C, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InFrameNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEnd \ static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, EndFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::EndFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEndSeconds \ static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, EndTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::EndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStart \ static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::StartFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStartSeconds \ static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::StartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetReadOnly \ static_assert(alignof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetReadOnly"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetReadOnly"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetReadOnly::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, bInReadOnly) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetReadOnly::bInReadOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolution \ static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolution"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolution"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolution::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolution::TickResolution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolutionDirectly \ static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::Sequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::TickResolution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeEnd \ static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeStart \ static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::StartTimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeEnd \ static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeStart \ static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::InSequence' has a wrong offset!"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::StartTimeInSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SortMarkedFrames \ static_assert(alignof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SortMarkedFrames"); \ static_assert(sizeof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_SortMarkedFrames"); \ static_assert(offsetof(MovieSceneSequenceExtensions_SortMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SortMarkedFrames::Sequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneSequenceExtensions \ static_assert(alignof(UMovieSceneSequenceExtensions) == 0x000008, "Wrong alignment on UMovieSceneSequenceExtensions"); \ static_assert(sizeof(UMovieSceneSequenceExtensions) == 0x000028, "Wrong size on UMovieSceneSequenceExtensions"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_AddSection \ static_assert(alignof(MovieSceneTrackExtensions_AddSection) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_AddSection"); \ static_assert(sizeof(MovieSceneTrackExtensions_AddSection) == 0x000010, "Wrong size on MovieSceneTrackExtensions_AddSection"); \ static_assert(offsetof(MovieSceneTrackExtensions_AddSection, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_AddSection::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_AddSection, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_AddSection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetColorTint \ static_assert(alignof(MovieSceneTrackExtensions_GetColorTint) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetColorTint"); \ static_assert(sizeof(MovieSceneTrackExtensions_GetColorTint) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetColorTint"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetColorTint, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetColorTint::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetColorTint, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetColorTint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetDisplayName \ static_assert(alignof(MovieSceneTrackExtensions_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetDisplayName"); \ static_assert(sizeof(MovieSceneTrackExtensions_GetDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_GetDisplayName"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetDisplayName::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSections \ static_assert(alignof(MovieSceneTrackExtensions_GetSections) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSections"); \ static_assert(sizeof(MovieSceneTrackExtensions_GetSections) == 0x000018, "Wrong size on MovieSceneTrackExtensions_GetSections"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSections, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSections::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSections, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSectionToKey \ static_assert(alignof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSectionToKey"); \ static_assert(sizeof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSectionToKey"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSectionToKey::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSectionToKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSortingOrder \ static_assert(alignof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSortingOrder"); \ static_assert(sizeof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSortingOrder"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSortingOrder::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSortingOrder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_RemoveSection \ static_assert(alignof(MovieSceneTrackExtensions_RemoveSection) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_RemoveSection"); \ static_assert(sizeof(MovieSceneTrackExtensions_RemoveSection) == 0x000010, "Wrong size on MovieSceneTrackExtensions_RemoveSection"); \ static_assert(offsetof(MovieSceneTrackExtensions_RemoveSection, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_RemoveSection::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_RemoveSection, Section) == 0x000008, "Member 'MovieSceneTrackExtensions_RemoveSection::Section' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetColorTint \ static_assert(alignof(MovieSceneTrackExtensions_SetColorTint) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetColorTint"); \ static_assert(sizeof(MovieSceneTrackExtensions_SetColorTint) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetColorTint"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetColorTint, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetColorTint::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetColorTint, ColorTint) == 0x000008, "Member 'MovieSceneTrackExtensions_SetColorTint::ColorTint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetDisplayName \ static_assert(alignof(MovieSceneTrackExtensions_SetDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetDisplayName"); \ static_assert(sizeof(MovieSceneTrackExtensions_SetDisplayName) == 0x000020, "Wrong size on MovieSceneTrackExtensions_SetDisplayName"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetDisplayName::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, InName) == 0x000008, "Member 'MovieSceneTrackExtensions_SetDisplayName::InName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSectionToKey \ static_assert(alignof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSectionToKey"); \ static_assert(sizeof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSectionToKey"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Section) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Section' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSortingOrder \ static_assert(alignof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSortingOrder"); \ static_assert(sizeof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSortingOrder"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSortingOrder::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, SortingOrder) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSortingOrder::SortingOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneTrackExtensions \ static_assert(alignof(UMovieSceneTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneTrackExtensions"); \ static_assert(sizeof(UMovieSceneTrackExtensions) == 0x000028, "Wrong size on UMovieSceneTrackExtensions"); \ #define DUMPER7_ASSERTS_MovieSceneVectorTrackExtensions_GetNumChannelsUsed \ static_assert(alignof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneVectorTrackExtensions_GetNumChannelsUsed"); \ static_assert(sizeof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneVectorTrackExtensions_GetNumChannelsUsed"); \ static_assert(offsetof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneVectorTrackExtensions_GetNumChannelsUsed::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneVectorTrackExtensions_GetNumChannelsUsed, ReturnValue) == 0x000008, "Member 'MovieSceneVectorTrackExtensions_GetNumChannelsUsed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneVectorTrackExtensions_SetNumChannelsUsed \ static_assert(alignof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed) == 0x000008, "Wrong alignment on MovieSceneVectorTrackExtensions_SetNumChannelsUsed"); \ static_assert(sizeof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed) == 0x000010, "Wrong size on MovieSceneVectorTrackExtensions_SetNumChannelsUsed"); \ static_assert(offsetof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed, Track) == 0x000000, "Member 'MovieSceneVectorTrackExtensions_SetNumChannelsUsed::Track' has a wrong offset!"); \ static_assert(offsetof(MovieSceneVectorTrackExtensions_SetNumChannelsUsed, InNumChannelsUsed) == 0x000008, "Member 'MovieSceneVectorTrackExtensions_SetNumChannelsUsed::InNumChannelsUsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneVectorTrackExtensions \ static_assert(alignof(UMovieSceneVectorTrackExtensions) == 0x000008, "Wrong alignment on UMovieSceneVectorTrackExtensions"); \ static_assert(sizeof(UMovieSceneVectorTrackExtensions) == 0x000028, "Wrong size on UMovieSceneVectorTrackExtensions"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetEndFrame \ static_assert(alignof(SequencerScriptingRangeExtensions_GetEndFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetEndFrame"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_GetEndFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetEndFrame"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetEndFrame::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndFrame, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetEndFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetEndSeconds \ static_assert(alignof(SequencerScriptingRangeExtensions_GetEndSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetEndSeconds"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_GetEndSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetEndSeconds"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetEndSeconds::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetEndSeconds, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetEndSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetStartFrame \ static_assert(alignof(SequencerScriptingRangeExtensions_GetStartFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetStartFrame"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_GetStartFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetStartFrame"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetStartFrame::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartFrame, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetStartFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_GetStartSeconds \ static_assert(alignof(SequencerScriptingRangeExtensions_GetStartSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_GetStartSeconds"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_GetStartSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_GetStartSeconds"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_GetStartSeconds::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_GetStartSeconds, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_GetStartSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_HasEnd \ static_assert(alignof(SequencerScriptingRangeExtensions_HasEnd) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_HasEnd"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_HasEnd) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_HasEnd"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_HasEnd, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_HasEnd::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_HasEnd, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_HasEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_HasStart \ static_assert(alignof(SequencerScriptingRangeExtensions_HasStart) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_HasStart"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_HasStart) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_HasStart"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_HasStart, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_HasStart::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_HasStart, ReturnValue) == 0x000014, "Member 'SequencerScriptingRangeExtensions_HasStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_RemoveEnd \ static_assert(alignof(SequencerScriptingRangeExtensions_RemoveEnd) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_RemoveEnd"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_RemoveEnd) == 0x000014, "Wrong size on SequencerScriptingRangeExtensions_RemoveEnd"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_RemoveEnd, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_RemoveEnd::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_RemoveStart \ static_assert(alignof(SequencerScriptingRangeExtensions_RemoveStart) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_RemoveStart"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_RemoveStart) == 0x000014, "Wrong size on SequencerScriptingRangeExtensions_RemoveStart"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_RemoveStart, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_RemoveStart::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetEndFrame \ static_assert(alignof(SequencerScriptingRangeExtensions_SetEndFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetEndFrame"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_SetEndFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetEndFrame"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetEndFrame::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndFrame, End) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetEndFrame::End' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetEndSeconds \ static_assert(alignof(SequencerScriptingRangeExtensions_SetEndSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetEndSeconds"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_SetEndSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetEndSeconds"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetEndSeconds::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetEndSeconds, End) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetEndSeconds::End' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetStartFrame \ static_assert(alignof(SequencerScriptingRangeExtensions_SetStartFrame) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetStartFrame"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_SetStartFrame) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetStartFrame"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartFrame, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetStartFrame::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartFrame, Start) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetStartFrame::Start' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequencerScriptingRangeExtensions_SetStartSeconds \ static_assert(alignof(SequencerScriptingRangeExtensions_SetStartSeconds) == 0x000004, "Wrong alignment on SequencerScriptingRangeExtensions_SetStartSeconds"); \ static_assert(sizeof(SequencerScriptingRangeExtensions_SetStartSeconds) == 0x000018, "Wrong size on SequencerScriptingRangeExtensions_SetStartSeconds"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartSeconds, Range) == 0x000000, "Member 'SequencerScriptingRangeExtensions_SetStartSeconds::Range' has a wrong offset!"); \ static_assert(offsetof(SequencerScriptingRangeExtensions_SetStartSeconds, Start) == 0x000014, "Member 'SequencerScriptingRangeExtensions_SetStartSeconds::Start' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USequencerScriptingRangeExtensions \ static_assert(alignof(USequencerScriptingRangeExtensions) == 0x000008, "Wrong alignment on USequencerScriptingRangeExtensions"); \ static_assert(sizeof(USequencerScriptingRangeExtensions) == 0x000028, "Wrong size on USequencerScriptingRangeExtensions"); \ #define DUMPER7_ASSERTS_FTemplateSequenceBindingOverrideData \ static_assert(alignof(FTemplateSequenceBindingOverrideData) == 0x000004, "Wrong alignment on FTemplateSequenceBindingOverrideData"); \ static_assert(sizeof(FTemplateSequenceBindingOverrideData) == 0x00000C, "Wrong size on FTemplateSequenceBindingOverrideData"); \ static_assert(offsetof(FTemplateSequenceBindingOverrideData, Object) == 0x000000, "Member 'FTemplateSequenceBindingOverrideData::Object' has a wrong offset!"); \ static_assert(offsetof(FTemplateSequenceBindingOverrideData, bOverridesDefault) == 0x000008, "Member 'FTemplateSequenceBindingOverrideData::bOverridesDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTemplateSectionPropertyScale \ static_assert(alignof(FTemplateSectionPropertyScale) == 0x000008, "Wrong alignment on FTemplateSectionPropertyScale"); \ static_assert(sizeof(FTemplateSectionPropertyScale) == 0x0000C8, "Wrong size on FTemplateSectionPropertyScale"); \ static_assert(offsetof(FTemplateSectionPropertyScale, ObjectBinding) == 0x000000, "Member 'FTemplateSectionPropertyScale::ObjectBinding' has a wrong offset!"); \ static_assert(offsetof(FTemplateSectionPropertyScale, PropertyBinding) == 0x000010, "Member 'FTemplateSectionPropertyScale::PropertyBinding' has a wrong offset!"); \ static_assert(offsetof(FTemplateSectionPropertyScale, PropertyScaleType) == 0x000024, "Member 'FTemplateSectionPropertyScale::PropertyScaleType' has a wrong offset!"); \ static_assert(offsetof(FTemplateSectionPropertyScale, FloatChannel) == 0x000028, "Member 'FTemplateSectionPropertyScale::FloatChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequencePlayer_CreateTemplateSequencePlayer \ static_assert(alignof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ static_assert(sizeof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000038, "Wrong size on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, WorldContextObject) == 0x000000, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, TemplateSequence) == 0x000008, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::TemplateSequence' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, Settings) == 0x000010, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::Settings' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, OutActor) == 0x000028, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::OutActor' has a wrong offset!"); \ static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, ReturnValue) == 0x000030, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTemplateSequencePlayer \ static_assert(alignof(UTemplateSequencePlayer) == 0x000008, "Wrong alignment on UTemplateSequencePlayer"); \ static_assert(sizeof(UTemplateSequencePlayer) == 0x0004F0, "Wrong size on UTemplateSequencePlayer"); \ #define DUMPER7_ASSERTS_UTemplateSequence \ static_assert(alignof(UTemplateSequence) == 0x000008, "Wrong alignment on UTemplateSequence"); \ static_assert(sizeof(UTemplateSequence) == 0x000108, "Wrong size on UTemplateSequence"); \ static_assert(offsetof(UTemplateSequence, MovieScene) == 0x000060, "Member 'UTemplateSequence::MovieScene' has a wrong offset!"); \ static_assert(offsetof(UTemplateSequence, BoundActorClass) == 0x000068, "Member 'UTemplateSequence::BoundActorClass' has a wrong offset!"); \ static_assert(offsetof(UTemplateSequence, BoundPreviewActor) == 0x000090, "Member 'UTemplateSequence::BoundPreviewActor' has a wrong offset!"); \ static_assert(offsetof(UTemplateSequence, BoundActorComponents) == 0x0000B8, "Member 'UTemplateSequence::BoundActorComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraAnimationSequence \ static_assert(alignof(UCameraAnimationSequence) == 0x000008, "Wrong alignment on UCameraAnimationSequence"); \ static_assert(sizeof(UCameraAnimationSequence) == 0x000108, "Wrong size on UCameraAnimationSequence"); \ #define DUMPER7_ASSERTS_UTemplateSequenceSection \ static_assert(alignof(UTemplateSequenceSection) == 0x000008, "Wrong alignment on UTemplateSequenceSection"); \ static_assert(sizeof(UTemplateSequenceSection) == 0x000180, "Wrong size on UTemplateSequenceSection"); \ static_assert(offsetof(UTemplateSequenceSection, PropertyScales) == 0x000170, "Member 'UTemplateSequenceSection::PropertyScales' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USequenceCameraShakeCameraStandIn \ static_assert(alignof(USequenceCameraShakeCameraStandIn) == 0x000010, "Wrong alignment on USequenceCameraShakeCameraStandIn"); \ static_assert(sizeof(USequenceCameraShakeCameraStandIn) == 0x000670, "Wrong size on USequenceCameraShakeCameraStandIn"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, FieldOfView) == 0x000030, "Member 'USequenceCameraShakeCameraStandIn::FieldOfView' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, AspectRatio) == 0x000038, "Member 'USequenceCameraShakeCameraStandIn::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, PostProcessSettings) == 0x000040, "Member 'USequenceCameraShakeCameraStandIn::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, PostProcessBlendWeight) == 0x0005A0, "Member 'USequenceCameraShakeCameraStandIn::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, Filmback) == 0x0005A4, "Member 'USequenceCameraShakeCameraStandIn::Filmback' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, LensSettings) == 0x0005B0, "Member 'USequenceCameraShakeCameraStandIn::LensSettings' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, FocusSettings) == 0x0005C8, "Member 'USequenceCameraShakeCameraStandIn::FocusSettings' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentFocalLength) == 0x000620, "Member 'USequenceCameraShakeCameraStandIn::CurrentFocalLength' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentAperture) == 0x000624, "Member 'USequenceCameraShakeCameraStandIn::CurrentAperture' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeCameraStandIn, CurrentFocusDistance) == 0x000628, "Member 'USequenceCameraShakeCameraStandIn::CurrentFocusDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USequenceCameraShakePattern \ static_assert(alignof(USequenceCameraShakePattern) == 0x000008, "Wrong alignment on USequenceCameraShakePattern"); \ static_assert(sizeof(USequenceCameraShakePattern) == 0x000058, "Wrong size on USequenceCameraShakePattern"); \ static_assert(offsetof(USequenceCameraShakePattern, Sequence) == 0x000028, "Member 'USequenceCameraShakePattern::Sequence' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, PlayRate) == 0x000030, "Member 'USequenceCameraShakePattern::PlayRate' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, Scale) == 0x000034, "Member 'USequenceCameraShakePattern::Scale' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, BlendInTime) == 0x000038, "Member 'USequenceCameraShakePattern::BlendInTime' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, BlendOutTime) == 0x00003C, "Member 'USequenceCameraShakePattern::BlendOutTime' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, RandomSegmentDuration) == 0x000040, "Member 'USequenceCameraShakePattern::RandomSegmentDuration' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, bRandomSegment) == 0x000044, "Member 'USequenceCameraShakePattern::bRandomSegment' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, Player) == 0x000048, "Member 'USequenceCameraShakePattern::Player' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakePattern, CameraStandIn) == 0x000050, "Member 'USequenceCameraShakePattern::CameraStandIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USequenceCameraShakeSequencePlayer \ static_assert(alignof(USequenceCameraShakeSequencePlayer) == 0x000008, "Wrong alignment on USequenceCameraShakeSequencePlayer"); \ static_assert(sizeof(USequenceCameraShakeSequencePlayer) == 0x000428, "Wrong size on USequenceCameraShakeSequencePlayer"); \ static_assert(offsetof(USequenceCameraShakeSequencePlayer, BoundObjectOverride) == 0x0002D0, "Member 'USequenceCameraShakeSequencePlayer::BoundObjectOverride' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeSequencePlayer, Sequence) == 0x0002D8, "Member 'USequenceCameraShakeSequencePlayer::Sequence' has a wrong offset!"); \ static_assert(offsetof(USequenceCameraShakeSequencePlayer, RootTemplateInstance) == 0x0002E0, "Member 'USequenceCameraShakeSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequenceActor_SetBinding \ static_assert(alignof(TemplateSequenceActor_SetBinding) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetBinding"); \ static_assert(sizeof(TemplateSequenceActor_SetBinding) == 0x000010, "Wrong size on TemplateSequenceActor_SetBinding"); \ static_assert(offsetof(TemplateSequenceActor_SetBinding, Actor) == 0x000000, "Member 'TemplateSequenceActor_SetBinding::Actor' has a wrong offset!"); \ static_assert(offsetof(TemplateSequenceActor_SetBinding, bOverridesDefault) == 0x000008, "Member 'TemplateSequenceActor_SetBinding::bOverridesDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequenceActor_SetSequence \ static_assert(alignof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetSequence"); \ static_assert(sizeof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_SetSequence"); \ static_assert(offsetof(TemplateSequenceActor_SetSequence, InSequence) == 0x000000, "Member 'TemplateSequenceActor_SetSequence::InSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequence \ static_assert(alignof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequence"); \ static_assert(sizeof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequence"); \ static_assert(offsetof(TemplateSequenceActor_GetSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequencePlayer \ static_assert(alignof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequencePlayer"); \ static_assert(sizeof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequencePlayer"); \ static_assert(offsetof(TemplateSequenceActor_GetSequencePlayer, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequencePlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TemplateSequenceActor_LoadSequence \ static_assert(alignof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_LoadSequence"); \ static_assert(sizeof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong size on TemplateSequenceActor_LoadSequence"); \ static_assert(offsetof(TemplateSequenceActor_LoadSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_LoadSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ATemplateSequenceActor \ static_assert(alignof(ATemplateSequenceActor) == 0x000008, "Wrong alignment on ATemplateSequenceActor"); \ static_assert(sizeof(ATemplateSequenceActor) == 0x000288, "Wrong size on ATemplateSequenceActor"); \ static_assert(offsetof(ATemplateSequenceActor, PlaybackSettings) == 0x000240, "Member 'ATemplateSequenceActor::PlaybackSettings' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, SequencePlayer) == 0x000258, "Member 'ATemplateSequenceActor::SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, TemplateSequence) == 0x000260, "Member 'ATemplateSequenceActor::TemplateSequence' has a wrong offset!"); \ static_assert(offsetof(ATemplateSequenceActor, BindingOverride) == 0x000278, "Member 'ATemplateSequenceActor::BindingOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTemplateSequenceSystem \ static_assert(alignof(UTemplateSequenceSystem) == 0x000008, "Wrong alignment on UTemplateSequenceSystem"); \ static_assert(sizeof(UTemplateSequenceSystem) == 0x0000B0, "Wrong size on UTemplateSequenceSystem"); \ #define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingInstantiatorSystem \ static_assert(alignof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingInstantiatorSystem"); \ static_assert(sizeof(UTemplateSequencePropertyScalingInstantiatorSystem) == 0x000098, "Wrong size on UTemplateSequencePropertyScalingInstantiatorSystem"); \ #define DUMPER7_ASSERTS_UTemplateSequencePropertyScalingEvaluatorSystem \ static_assert(alignof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000008, "Wrong alignment on UTemplateSequencePropertyScalingEvaluatorSystem"); \ static_assert(sizeof(UTemplateSequencePropertyScalingEvaluatorSystem) == 0x000090, "Wrong size on UTemplateSequencePropertyScalingEvaluatorSystem"); \ #define DUMPER7_ASSERTS_UTemplateSequenceTrack \ static_assert(alignof(UTemplateSequenceTrack) == 0x000008, "Wrong alignment on UTemplateSequenceTrack"); \ static_assert(sizeof(UTemplateSequenceTrack) == 0x0000A0, "Wrong size on UTemplateSequenceTrack"); \ #define DUMPER7_ASSERTS_FOSCMessage \ static_assert(alignof(FOSCMessage) == 0x000008, "Wrong alignment on FOSCMessage"); \ static_assert(sizeof(FOSCMessage) == 0x000010, "Wrong size on FOSCMessage"); \ #define DUMPER7_ASSERTS_FOSCAddress \ static_assert(alignof(FOSCAddress) == 0x000008, "Wrong alignment on FOSCAddress"); \ static_assert(sizeof(FOSCAddress) == 0x000028, "Wrong size on FOSCAddress"); \ static_assert(offsetof(FOSCAddress, Containers) == 0x000000, "Member 'FOSCAddress::Containers' has a wrong offset!"); \ static_assert(offsetof(FOSCAddress, Method) == 0x000010, "Member 'FOSCAddress::Method' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOSCBundle \ static_assert(alignof(FOSCBundle) == 0x000008, "Wrong alignment on FOSCBundle"); \ static_assert(sizeof(FOSCBundle) == 0x000010, "Wrong size on FOSCBundle"); \ #define DUMPER7_ASSERTS_OSCClient_GetSendIPAddress \ static_assert(alignof(OSCClient_GetSendIPAddress) == 0x000008, "Wrong alignment on OSCClient_GetSendIPAddress"); \ static_assert(sizeof(OSCClient_GetSendIPAddress) == 0x000018, "Wrong size on OSCClient_GetSendIPAddress"); \ static_assert(offsetof(OSCClient_GetSendIPAddress, IPAddress) == 0x000000, "Member 'OSCClient_GetSendIPAddress::IPAddress' has a wrong offset!"); \ static_assert(offsetof(OSCClient_GetSendIPAddress, Port) == 0x000010, "Member 'OSCClient_GetSendIPAddress::Port' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCClient_SendOSCBundle \ static_assert(alignof(OSCClient_SendOSCBundle) == 0x000008, "Wrong alignment on OSCClient_SendOSCBundle"); \ static_assert(sizeof(OSCClient_SendOSCBundle) == 0x000010, "Wrong size on OSCClient_SendOSCBundle"); \ static_assert(offsetof(OSCClient_SendOSCBundle, Bundle) == 0x000000, "Member 'OSCClient_SendOSCBundle::Bundle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCClient_SendOSCMessage \ static_assert(alignof(OSCClient_SendOSCMessage) == 0x000008, "Wrong alignment on OSCClient_SendOSCMessage"); \ static_assert(sizeof(OSCClient_SendOSCMessage) == 0x000010, "Wrong size on OSCClient_SendOSCMessage"); \ static_assert(offsetof(OSCClient_SendOSCMessage, Message) == 0x000000, "Member 'OSCClient_SendOSCMessage::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCClient_SetSendIPAddress \ static_assert(alignof(OSCClient_SetSendIPAddress) == 0x000008, "Wrong alignment on OSCClient_SetSendIPAddress"); \ static_assert(sizeof(OSCClient_SetSendIPAddress) == 0x000018, "Wrong size on OSCClient_SetSendIPAddress"); \ static_assert(offsetof(OSCClient_SetSendIPAddress, IPAddress) == 0x000000, "Member 'OSCClient_SetSendIPAddress::IPAddress' has a wrong offset!"); \ static_assert(offsetof(OSCClient_SetSendIPAddress, Port) == 0x000010, "Member 'OSCClient_SetSendIPAddress::Port' has a wrong offset!"); \ static_assert(offsetof(OSCClient_SetSendIPAddress, ReturnValue) == 0x000014, "Member 'OSCClient_SetSendIPAddress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOSCClient \ static_assert(alignof(UOSCClient) == 0x000008, "Wrong alignment on UOSCClient"); \ static_assert(sizeof(UOSCClient) == 0x000030, "Wrong size on UOSCClient"); \ #define DUMPER7_ASSERTS_OSCManager_AddAddress \ static_assert(alignof(OSCManager_AddAddress) == 0x000008, "Wrong alignment on OSCManager_AddAddress"); \ static_assert(sizeof(OSCManager_AddAddress) == 0x000048, "Wrong size on OSCManager_AddAddress"); \ static_assert(offsetof(OSCManager_AddAddress, Message) == 0x000000, "Member 'OSCManager_AddAddress::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddAddress, Value) == 0x000010, "Member 'OSCManager_AddAddress::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddAddress, ReturnValue) == 0x000038, "Member 'OSCManager_AddAddress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_AddBlob \ static_assert(alignof(OSCManager_AddBlob) == 0x000008, "Wrong alignment on OSCManager_AddBlob"); \ static_assert(sizeof(OSCManager_AddBlob) == 0x000030, "Wrong size on OSCManager_AddBlob"); \ static_assert(offsetof(OSCManager_AddBlob, Message) == 0x000000, "Member 'OSCManager_AddBlob::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddBlob, Value) == 0x000010, "Member 'OSCManager_AddBlob::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddBlob, ReturnValue) == 0x000020, "Member 'OSCManager_AddBlob::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_AddBool \ static_assert(alignof(OSCManager_AddBool) == 0x000008, "Wrong alignment on OSCManager_AddBool"); \ static_assert(sizeof(OSCManager_AddBool) == 0x000028, "Wrong size on OSCManager_AddBool"); \ static_assert(offsetof(OSCManager_AddBool, Message) == 0x000000, "Member 'OSCManager_AddBool::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddBool, Value) == 0x000010, "Member 'OSCManager_AddBool::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddBool, ReturnValue) == 0x000018, "Member 'OSCManager_AddBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_AddBundleToBundle \ static_assert(alignof(OSCManager_AddBundleToBundle) == 0x000008, "Wrong alignment on OSCManager_AddBundleToBundle"); \ static_assert(sizeof(OSCManager_AddBundleToBundle) == 0x000030, "Wrong size on OSCManager_AddBundleToBundle"); \ static_assert(offsetof(OSCManager_AddBundleToBundle, InBundle) == 0x000000, "Member 'OSCManager_AddBundleToBundle::InBundle' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddBundleToBundle, OutBundle) == 0x000010, "Member 'OSCManager_AddBundleToBundle::OutBundle' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddBundleToBundle, ReturnValue) == 0x000020, "Member 'OSCManager_AddBundleToBundle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_AddFloat \ static_assert(alignof(OSCManager_AddFloat) == 0x000008, "Wrong alignment on OSCManager_AddFloat"); \ static_assert(sizeof(OSCManager_AddFloat) == 0x000028, "Wrong size on OSCManager_AddFloat"); \ static_assert(offsetof(OSCManager_AddFloat, Message) == 0x000000, "Member 'OSCManager_AddFloat::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddFloat, Value) == 0x000010, "Member 'OSCManager_AddFloat::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddFloat, ReturnValue) == 0x000018, "Member 'OSCManager_AddFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_AddInt32 \ static_assert(alignof(OSCManager_AddInt32) == 0x000008, "Wrong alignment on OSCManager_AddInt32"); \ static_assert(sizeof(OSCManager_AddInt32) == 0x000028, "Wrong size on OSCManager_AddInt32"); \ static_assert(offsetof(OSCManager_AddInt32, Message) == 0x000000, "Member 'OSCManager_AddInt32::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddInt32, Value) == 0x000010, "Member 'OSCManager_AddInt32::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddInt32, ReturnValue) == 0x000018, "Member 'OSCManager_AddInt32::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_AddInt64 \ static_assert(alignof(OSCManager_AddInt64) == 0x000008, "Wrong alignment on OSCManager_AddInt64"); \ static_assert(sizeof(OSCManager_AddInt64) == 0x000028, "Wrong size on OSCManager_AddInt64"); \ static_assert(offsetof(OSCManager_AddInt64, Message) == 0x000000, "Member 'OSCManager_AddInt64::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddInt64, Value) == 0x000010, "Member 'OSCManager_AddInt64::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddInt64, ReturnValue) == 0x000018, "Member 'OSCManager_AddInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_AddMessageToBundle \ static_assert(alignof(OSCManager_AddMessageToBundle) == 0x000008, "Wrong alignment on OSCManager_AddMessageToBundle"); \ static_assert(sizeof(OSCManager_AddMessageToBundle) == 0x000030, "Wrong size on OSCManager_AddMessageToBundle"); \ static_assert(offsetof(OSCManager_AddMessageToBundle, Message) == 0x000000, "Member 'OSCManager_AddMessageToBundle::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddMessageToBundle, Bundle) == 0x000010, "Member 'OSCManager_AddMessageToBundle::Bundle' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddMessageToBundle, ReturnValue) == 0x000020, "Member 'OSCManager_AddMessageToBundle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_AddString \ static_assert(alignof(OSCManager_AddString) == 0x000008, "Wrong alignment on OSCManager_AddString"); \ static_assert(sizeof(OSCManager_AddString) == 0x000030, "Wrong size on OSCManager_AddString"); \ static_assert(offsetof(OSCManager_AddString, Message) == 0x000000, "Member 'OSCManager_AddString::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddString, Value) == 0x000010, "Member 'OSCManager_AddString::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_AddString, ReturnValue) == 0x000020, "Member 'OSCManager_AddString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_ClearBundle \ static_assert(alignof(OSCManager_ClearBundle) == 0x000008, "Wrong alignment on OSCManager_ClearBundle"); \ static_assert(sizeof(OSCManager_ClearBundle) == 0x000020, "Wrong size on OSCManager_ClearBundle"); \ static_assert(offsetof(OSCManager_ClearBundle, Bundle) == 0x000000, "Member 'OSCManager_ClearBundle::Bundle' has a wrong offset!"); \ static_assert(offsetof(OSCManager_ClearBundle, ReturnValue) == 0x000010, "Member 'OSCManager_ClearBundle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_ClearMessage \ static_assert(alignof(OSCManager_ClearMessage) == 0x000008, "Wrong alignment on OSCManager_ClearMessage"); \ static_assert(sizeof(OSCManager_ClearMessage) == 0x000020, "Wrong size on OSCManager_ClearMessage"); \ static_assert(offsetof(OSCManager_ClearMessage, Message) == 0x000000, "Member 'OSCManager_ClearMessage::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_ClearMessage, ReturnValue) == 0x000010, "Member 'OSCManager_ClearMessage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_ClearOSCAddressContainers \ static_assert(alignof(OSCManager_ClearOSCAddressContainers) == 0x000008, "Wrong alignment on OSCManager_ClearOSCAddressContainers"); \ static_assert(sizeof(OSCManager_ClearOSCAddressContainers) == 0x000050, "Wrong size on OSCManager_ClearOSCAddressContainers"); \ static_assert(offsetof(OSCManager_ClearOSCAddressContainers, Address) == 0x000000, "Member 'OSCManager_ClearOSCAddressContainers::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_ClearOSCAddressContainers, ReturnValue) == 0x000028, "Member 'OSCManager_ClearOSCAddressContainers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_ConvertStringToOSCAddress \ static_assert(alignof(OSCManager_ConvertStringToOSCAddress) == 0x000008, "Wrong alignment on OSCManager_ConvertStringToOSCAddress"); \ static_assert(sizeof(OSCManager_ConvertStringToOSCAddress) == 0x000038, "Wrong size on OSCManager_ConvertStringToOSCAddress"); \ static_assert(offsetof(OSCManager_ConvertStringToOSCAddress, String) == 0x000000, "Member 'OSCManager_ConvertStringToOSCAddress::String' has a wrong offset!"); \ static_assert(offsetof(OSCManager_ConvertStringToOSCAddress, ReturnValue) == 0x000010, "Member 'OSCManager_ConvertStringToOSCAddress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_CreateOSCClient \ static_assert(alignof(OSCManager_CreateOSCClient) == 0x000008, "Wrong alignment on OSCManager_CreateOSCClient"); \ static_assert(sizeof(OSCManager_CreateOSCClient) == 0x000038, "Wrong size on OSCManager_CreateOSCClient"); \ static_assert(offsetof(OSCManager_CreateOSCClient, SendIPAddress) == 0x000000, "Member 'OSCManager_CreateOSCClient::SendIPAddress' has a wrong offset!"); \ static_assert(offsetof(OSCManager_CreateOSCClient, Port) == 0x000010, "Member 'OSCManager_CreateOSCClient::Port' has a wrong offset!"); \ static_assert(offsetof(OSCManager_CreateOSCClient, ClientName) == 0x000018, "Member 'OSCManager_CreateOSCClient::ClientName' has a wrong offset!"); \ static_assert(offsetof(OSCManager_CreateOSCClient, Outer_0) == 0x000028, "Member 'OSCManager_CreateOSCClient::Outer_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_CreateOSCClient, ReturnValue) == 0x000030, "Member 'OSCManager_CreateOSCClient::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_CreateOSCServer \ static_assert(alignof(OSCManager_CreateOSCServer) == 0x000008, "Wrong alignment on OSCManager_CreateOSCServer"); \ static_assert(sizeof(OSCManager_CreateOSCServer) == 0x000038, "Wrong size on OSCManager_CreateOSCServer"); \ static_assert(offsetof(OSCManager_CreateOSCServer, ReceiveIPAddress) == 0x000000, "Member 'OSCManager_CreateOSCServer::ReceiveIPAddress' has a wrong offset!"); \ static_assert(offsetof(OSCManager_CreateOSCServer, Port) == 0x000010, "Member 'OSCManager_CreateOSCServer::Port' has a wrong offset!"); \ static_assert(offsetof(OSCManager_CreateOSCServer, bMulticastLoopback) == 0x000014, "Member 'OSCManager_CreateOSCServer::bMulticastLoopback' has a wrong offset!"); \ static_assert(offsetof(OSCManager_CreateOSCServer, bStartListening) == 0x000015, "Member 'OSCManager_CreateOSCServer::bStartListening' has a wrong offset!"); \ static_assert(offsetof(OSCManager_CreateOSCServer, ServerName) == 0x000018, "Member 'OSCManager_CreateOSCServer::ServerName' has a wrong offset!"); \ static_assert(offsetof(OSCManager_CreateOSCServer, Outer_0) == 0x000028, "Member 'OSCManager_CreateOSCServer::Outer_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_CreateOSCServer, ReturnValue) == 0x000030, "Member 'OSCManager_CreateOSCServer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_FindObjectAtOSCAddress \ static_assert(alignof(OSCManager_FindObjectAtOSCAddress) == 0x000008, "Wrong alignment on OSCManager_FindObjectAtOSCAddress"); \ static_assert(sizeof(OSCManager_FindObjectAtOSCAddress) == 0x000030, "Wrong size on OSCManager_FindObjectAtOSCAddress"); \ static_assert(offsetof(OSCManager_FindObjectAtOSCAddress, Address) == 0x000000, "Member 'OSCManager_FindObjectAtOSCAddress::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_FindObjectAtOSCAddress, ReturnValue) == 0x000028, "Member 'OSCManager_FindObjectAtOSCAddress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetAddress \ static_assert(alignof(OSCManager_GetAddress) == 0x000008, "Wrong alignment on OSCManager_GetAddress"); \ static_assert(sizeof(OSCManager_GetAddress) == 0x000048, "Wrong size on OSCManager_GetAddress"); \ static_assert(offsetof(OSCManager_GetAddress, Message) == 0x000000, "Member 'OSCManager_GetAddress::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetAddress, Index_0) == 0x000010, "Member 'OSCManager_GetAddress::Index_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetAddress, Value) == 0x000018, "Member 'OSCManager_GetAddress::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetAddress, ReturnValue) == 0x000040, "Member 'OSCManager_GetAddress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetAllAddresses \ static_assert(alignof(OSCManager_GetAllAddresses) == 0x000008, "Wrong alignment on OSCManager_GetAllAddresses"); \ static_assert(sizeof(OSCManager_GetAllAddresses) == 0x000020, "Wrong size on OSCManager_GetAllAddresses"); \ static_assert(offsetof(OSCManager_GetAllAddresses, Message) == 0x000000, "Member 'OSCManager_GetAllAddresses::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetAllAddresses, Values) == 0x000010, "Member 'OSCManager_GetAllAddresses::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetAllBools \ static_assert(alignof(OSCManager_GetAllBools) == 0x000008, "Wrong alignment on OSCManager_GetAllBools"); \ static_assert(sizeof(OSCManager_GetAllBools) == 0x000020, "Wrong size on OSCManager_GetAllBools"); \ static_assert(offsetof(OSCManager_GetAllBools, Message) == 0x000000, "Member 'OSCManager_GetAllBools::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetAllBools, Values) == 0x000010, "Member 'OSCManager_GetAllBools::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetAllFloats \ static_assert(alignof(OSCManager_GetAllFloats) == 0x000008, "Wrong alignment on OSCManager_GetAllFloats"); \ static_assert(sizeof(OSCManager_GetAllFloats) == 0x000020, "Wrong size on OSCManager_GetAllFloats"); \ static_assert(offsetof(OSCManager_GetAllFloats, Message) == 0x000000, "Member 'OSCManager_GetAllFloats::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetAllFloats, Values) == 0x000010, "Member 'OSCManager_GetAllFloats::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetAllInt32s \ static_assert(alignof(OSCManager_GetAllInt32s) == 0x000008, "Wrong alignment on OSCManager_GetAllInt32s"); \ static_assert(sizeof(OSCManager_GetAllInt32s) == 0x000020, "Wrong size on OSCManager_GetAllInt32s"); \ static_assert(offsetof(OSCManager_GetAllInt32s, Message) == 0x000000, "Member 'OSCManager_GetAllInt32s::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetAllInt32s, Values) == 0x000010, "Member 'OSCManager_GetAllInt32s::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetAllInt64s \ static_assert(alignof(OSCManager_GetAllInt64s) == 0x000008, "Wrong alignment on OSCManager_GetAllInt64s"); \ static_assert(sizeof(OSCManager_GetAllInt64s) == 0x000020, "Wrong size on OSCManager_GetAllInt64s"); \ static_assert(offsetof(OSCManager_GetAllInt64s, Message) == 0x000000, "Member 'OSCManager_GetAllInt64s::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetAllInt64s, Values) == 0x000010, "Member 'OSCManager_GetAllInt64s::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetAllStrings \ static_assert(alignof(OSCManager_GetAllStrings) == 0x000008, "Wrong alignment on OSCManager_GetAllStrings"); \ static_assert(sizeof(OSCManager_GetAllStrings) == 0x000020, "Wrong size on OSCManager_GetAllStrings"); \ static_assert(offsetof(OSCManager_GetAllStrings, Message) == 0x000000, "Member 'OSCManager_GetAllStrings::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetAllStrings, Values) == 0x000010, "Member 'OSCManager_GetAllStrings::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetBlob \ static_assert(alignof(OSCManager_GetBlob) == 0x000008, "Wrong alignment on OSCManager_GetBlob"); \ static_assert(sizeof(OSCManager_GetBlob) == 0x000030, "Wrong size on OSCManager_GetBlob"); \ static_assert(offsetof(OSCManager_GetBlob, Message) == 0x000000, "Member 'OSCManager_GetBlob::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetBlob, Index_0) == 0x000010, "Member 'OSCManager_GetBlob::Index_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetBlob, Value) == 0x000018, "Member 'OSCManager_GetBlob::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetBlob, ReturnValue) == 0x000028, "Member 'OSCManager_GetBlob::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetBool \ static_assert(alignof(OSCManager_GetBool) == 0x000008, "Wrong alignment on OSCManager_GetBool"); \ static_assert(sizeof(OSCManager_GetBool) == 0x000018, "Wrong size on OSCManager_GetBool"); \ static_assert(offsetof(OSCManager_GetBool, Message) == 0x000000, "Member 'OSCManager_GetBool::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetBool, Index_0) == 0x000010, "Member 'OSCManager_GetBool::Index_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetBool, Value) == 0x000014, "Member 'OSCManager_GetBool::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetBool, ReturnValue) == 0x000015, "Member 'OSCManager_GetBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetBundlesFromBundle \ static_assert(alignof(OSCManager_GetBundlesFromBundle) == 0x000008, "Wrong alignment on OSCManager_GetBundlesFromBundle"); \ static_assert(sizeof(OSCManager_GetBundlesFromBundle) == 0x000020, "Wrong size on OSCManager_GetBundlesFromBundle"); \ static_assert(offsetof(OSCManager_GetBundlesFromBundle, Bundle) == 0x000000, "Member 'OSCManager_GetBundlesFromBundle::Bundle' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetBundlesFromBundle, ReturnValue) == 0x000010, "Member 'OSCManager_GetBundlesFromBundle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetFloat \ static_assert(alignof(OSCManager_GetFloat) == 0x000008, "Wrong alignment on OSCManager_GetFloat"); \ static_assert(sizeof(OSCManager_GetFloat) == 0x000020, "Wrong size on OSCManager_GetFloat"); \ static_assert(offsetof(OSCManager_GetFloat, Message) == 0x000000, "Member 'OSCManager_GetFloat::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetFloat, Index_0) == 0x000010, "Member 'OSCManager_GetFloat::Index_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetFloat, Value) == 0x000014, "Member 'OSCManager_GetFloat::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetFloat, ReturnValue) == 0x000018, "Member 'OSCManager_GetFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetInt32 \ static_assert(alignof(OSCManager_GetInt32) == 0x000008, "Wrong alignment on OSCManager_GetInt32"); \ static_assert(sizeof(OSCManager_GetInt32) == 0x000020, "Wrong size on OSCManager_GetInt32"); \ static_assert(offsetof(OSCManager_GetInt32, Message) == 0x000000, "Member 'OSCManager_GetInt32::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetInt32, Index_0) == 0x000010, "Member 'OSCManager_GetInt32::Index_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetInt32, Value) == 0x000014, "Member 'OSCManager_GetInt32::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetInt32, ReturnValue) == 0x000018, "Member 'OSCManager_GetInt32::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetInt64 \ static_assert(alignof(OSCManager_GetInt64) == 0x000008, "Wrong alignment on OSCManager_GetInt64"); \ static_assert(sizeof(OSCManager_GetInt64) == 0x000028, "Wrong size on OSCManager_GetInt64"); \ static_assert(offsetof(OSCManager_GetInt64, Message) == 0x000000, "Member 'OSCManager_GetInt64::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetInt64, Index_0) == 0x000010, "Member 'OSCManager_GetInt64::Index_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetInt64, Value) == 0x000018, "Member 'OSCManager_GetInt64::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetInt64, ReturnValue) == 0x000020, "Member 'OSCManager_GetInt64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetMessageFromBundle \ static_assert(alignof(OSCManager_GetMessageFromBundle) == 0x000008, "Wrong alignment on OSCManager_GetMessageFromBundle"); \ static_assert(sizeof(OSCManager_GetMessageFromBundle) == 0x000028, "Wrong size on OSCManager_GetMessageFromBundle"); \ static_assert(offsetof(OSCManager_GetMessageFromBundle, Bundle) == 0x000000, "Member 'OSCManager_GetMessageFromBundle::Bundle' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetMessageFromBundle, Index_0) == 0x000010, "Member 'OSCManager_GetMessageFromBundle::Index_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetMessageFromBundle, bSucceeded) == 0x000014, "Member 'OSCManager_GetMessageFromBundle::bSucceeded' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetMessageFromBundle, ReturnValue) == 0x000018, "Member 'OSCManager_GetMessageFromBundle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetMessagesFromBundle \ static_assert(alignof(OSCManager_GetMessagesFromBundle) == 0x000008, "Wrong alignment on OSCManager_GetMessagesFromBundle"); \ static_assert(sizeof(OSCManager_GetMessagesFromBundle) == 0x000020, "Wrong size on OSCManager_GetMessagesFromBundle"); \ static_assert(offsetof(OSCManager_GetMessagesFromBundle, Bundle) == 0x000000, "Member 'OSCManager_GetMessagesFromBundle::Bundle' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetMessagesFromBundle, ReturnValue) == 0x000010, "Member 'OSCManager_GetMessagesFromBundle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetOSCAddressContainer \ static_assert(alignof(OSCManager_GetOSCAddressContainer) == 0x000008, "Wrong alignment on OSCManager_GetOSCAddressContainer"); \ static_assert(sizeof(OSCManager_GetOSCAddressContainer) == 0x000040, "Wrong size on OSCManager_GetOSCAddressContainer"); \ static_assert(offsetof(OSCManager_GetOSCAddressContainer, Address) == 0x000000, "Member 'OSCManager_GetOSCAddressContainer::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetOSCAddressContainer, Index_0) == 0x000028, "Member 'OSCManager_GetOSCAddressContainer::Index_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetOSCAddressContainer, ReturnValue) == 0x000030, "Member 'OSCManager_GetOSCAddressContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetOSCAddressContainerPath \ static_assert(alignof(OSCManager_GetOSCAddressContainerPath) == 0x000008, "Wrong alignment on OSCManager_GetOSCAddressContainerPath"); \ static_assert(sizeof(OSCManager_GetOSCAddressContainerPath) == 0x000038, "Wrong size on OSCManager_GetOSCAddressContainerPath"); \ static_assert(offsetof(OSCManager_GetOSCAddressContainerPath, Address) == 0x000000, "Member 'OSCManager_GetOSCAddressContainerPath::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetOSCAddressContainerPath, ReturnValue) == 0x000028, "Member 'OSCManager_GetOSCAddressContainerPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetOSCAddressContainers \ static_assert(alignof(OSCManager_GetOSCAddressContainers) == 0x000008, "Wrong alignment on OSCManager_GetOSCAddressContainers"); \ static_assert(sizeof(OSCManager_GetOSCAddressContainers) == 0x000038, "Wrong size on OSCManager_GetOSCAddressContainers"); \ static_assert(offsetof(OSCManager_GetOSCAddressContainers, Address) == 0x000000, "Member 'OSCManager_GetOSCAddressContainers::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetOSCAddressContainers, ReturnValue) == 0x000028, "Member 'OSCManager_GetOSCAddressContainers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetOSCAddressFullPath \ static_assert(alignof(OSCManager_GetOSCAddressFullPath) == 0x000008, "Wrong alignment on OSCManager_GetOSCAddressFullPath"); \ static_assert(sizeof(OSCManager_GetOSCAddressFullPath) == 0x000038, "Wrong size on OSCManager_GetOSCAddressFullPath"); \ static_assert(offsetof(OSCManager_GetOSCAddressFullPath, Address) == 0x000000, "Member 'OSCManager_GetOSCAddressFullPath::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetOSCAddressFullPath, ReturnValue) == 0x000028, "Member 'OSCManager_GetOSCAddressFullPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetOSCAddressMethod \ static_assert(alignof(OSCManager_GetOSCAddressMethod) == 0x000008, "Wrong alignment on OSCManager_GetOSCAddressMethod"); \ static_assert(sizeof(OSCManager_GetOSCAddressMethod) == 0x000038, "Wrong size on OSCManager_GetOSCAddressMethod"); \ static_assert(offsetof(OSCManager_GetOSCAddressMethod, Address) == 0x000000, "Member 'OSCManager_GetOSCAddressMethod::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetOSCAddressMethod, ReturnValue) == 0x000028, "Member 'OSCManager_GetOSCAddressMethod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetOSCMessageAddress \ static_assert(alignof(OSCManager_GetOSCMessageAddress) == 0x000008, "Wrong alignment on OSCManager_GetOSCMessageAddress"); \ static_assert(sizeof(OSCManager_GetOSCMessageAddress) == 0x000038, "Wrong size on OSCManager_GetOSCMessageAddress"); \ static_assert(offsetof(OSCManager_GetOSCMessageAddress, Message) == 0x000000, "Member 'OSCManager_GetOSCMessageAddress::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetOSCMessageAddress, ReturnValue) == 0x000010, "Member 'OSCManager_GetOSCMessageAddress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_GetString \ static_assert(alignof(OSCManager_GetString) == 0x000008, "Wrong alignment on OSCManager_GetString"); \ static_assert(sizeof(OSCManager_GetString) == 0x000030, "Wrong size on OSCManager_GetString"); \ static_assert(offsetof(OSCManager_GetString, Message) == 0x000000, "Member 'OSCManager_GetString::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetString, Index_0) == 0x000010, "Member 'OSCManager_GetString::Index_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetString, Value) == 0x000018, "Member 'OSCManager_GetString::Value' has a wrong offset!"); \ static_assert(offsetof(OSCManager_GetString, ReturnValue) == 0x000028, "Member 'OSCManager_GetString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_ObjectPathFromOSCAddress \ static_assert(alignof(OSCManager_ObjectPathFromOSCAddress) == 0x000008, "Wrong alignment on OSCManager_ObjectPathFromOSCAddress"); \ static_assert(sizeof(OSCManager_ObjectPathFromOSCAddress) == 0x000038, "Wrong size on OSCManager_ObjectPathFromOSCAddress"); \ static_assert(offsetof(OSCManager_ObjectPathFromOSCAddress, Address) == 0x000000, "Member 'OSCManager_ObjectPathFromOSCAddress::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_ObjectPathFromOSCAddress, ReturnValue) == 0x000028, "Member 'OSCManager_ObjectPathFromOSCAddress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_OSCAddressFromObjectPath \ static_assert(alignof(OSCManager_OSCAddressFromObjectPath) == 0x000008, "Wrong alignment on OSCManager_OSCAddressFromObjectPath"); \ static_assert(sizeof(OSCManager_OSCAddressFromObjectPath) == 0x000030, "Wrong size on OSCManager_OSCAddressFromObjectPath"); \ static_assert(offsetof(OSCManager_OSCAddressFromObjectPath, Object) == 0x000000, "Member 'OSCManager_OSCAddressFromObjectPath::Object' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressFromObjectPath, ReturnValue) == 0x000008, "Member 'OSCManager_OSCAddressFromObjectPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_OSCAddressFromObjectPathString \ static_assert(alignof(OSCManager_OSCAddressFromObjectPathString) == 0x000008, "Wrong alignment on OSCManager_OSCAddressFromObjectPathString"); \ static_assert(sizeof(OSCManager_OSCAddressFromObjectPathString) == 0x000038, "Wrong size on OSCManager_OSCAddressFromObjectPathString"); \ static_assert(offsetof(OSCManager_OSCAddressFromObjectPathString, PathName) == 0x000000, "Member 'OSCManager_OSCAddressFromObjectPathString::PathName' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressFromObjectPathString, ReturnValue) == 0x000010, "Member 'OSCManager_OSCAddressFromObjectPathString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_OSCAddressIsValidPath \ static_assert(alignof(OSCManager_OSCAddressIsValidPath) == 0x000008, "Wrong alignment on OSCManager_OSCAddressIsValidPath"); \ static_assert(sizeof(OSCManager_OSCAddressIsValidPath) == 0x000030, "Wrong size on OSCManager_OSCAddressIsValidPath"); \ static_assert(offsetof(OSCManager_OSCAddressIsValidPath, Address) == 0x000000, "Member 'OSCManager_OSCAddressIsValidPath::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressIsValidPath, ReturnValue) == 0x000028, "Member 'OSCManager_OSCAddressIsValidPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_OSCAddressIsValidPattern \ static_assert(alignof(OSCManager_OSCAddressIsValidPattern) == 0x000008, "Wrong alignment on OSCManager_OSCAddressIsValidPattern"); \ static_assert(sizeof(OSCManager_OSCAddressIsValidPattern) == 0x000030, "Wrong size on OSCManager_OSCAddressIsValidPattern"); \ static_assert(offsetof(OSCManager_OSCAddressIsValidPattern, Address) == 0x000000, "Member 'OSCManager_OSCAddressIsValidPattern::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressIsValidPattern, ReturnValue) == 0x000028, "Member 'OSCManager_OSCAddressIsValidPattern::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_OSCAddressPathMatchesPattern \ static_assert(alignof(OSCManager_OSCAddressPathMatchesPattern) == 0x000008, "Wrong alignment on OSCManager_OSCAddressPathMatchesPattern"); \ static_assert(sizeof(OSCManager_OSCAddressPathMatchesPattern) == 0x000058, "Wrong size on OSCManager_OSCAddressPathMatchesPattern"); \ static_assert(offsetof(OSCManager_OSCAddressPathMatchesPattern, Pattern) == 0x000000, "Member 'OSCManager_OSCAddressPathMatchesPattern::Pattern' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressPathMatchesPattern, Path) == 0x000028, "Member 'OSCManager_OSCAddressPathMatchesPattern::Path' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressPathMatchesPattern, ReturnValue) == 0x000050, "Member 'OSCManager_OSCAddressPathMatchesPattern::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_OSCAddressPopContainer \ static_assert(alignof(OSCManager_OSCAddressPopContainer) == 0x000008, "Wrong alignment on OSCManager_OSCAddressPopContainer"); \ static_assert(sizeof(OSCManager_OSCAddressPopContainer) == 0x000038, "Wrong size on OSCManager_OSCAddressPopContainer"); \ static_assert(offsetof(OSCManager_OSCAddressPopContainer, Address) == 0x000000, "Member 'OSCManager_OSCAddressPopContainer::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressPopContainer, ReturnValue) == 0x000028, "Member 'OSCManager_OSCAddressPopContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_OSCAddressPopContainers \ static_assert(alignof(OSCManager_OSCAddressPopContainers) == 0x000008, "Wrong alignment on OSCManager_OSCAddressPopContainers"); \ static_assert(sizeof(OSCManager_OSCAddressPopContainers) == 0x000040, "Wrong size on OSCManager_OSCAddressPopContainers"); \ static_assert(offsetof(OSCManager_OSCAddressPopContainers, Address) == 0x000000, "Member 'OSCManager_OSCAddressPopContainers::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressPopContainers, NumContainers) == 0x000028, "Member 'OSCManager_OSCAddressPopContainers::NumContainers' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressPopContainers, ReturnValue) == 0x000030, "Member 'OSCManager_OSCAddressPopContainers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_OSCAddressPushContainer \ static_assert(alignof(OSCManager_OSCAddressPushContainer) == 0x000008, "Wrong alignment on OSCManager_OSCAddressPushContainer"); \ static_assert(sizeof(OSCManager_OSCAddressPushContainer) == 0x000060, "Wrong size on OSCManager_OSCAddressPushContainer"); \ static_assert(offsetof(OSCManager_OSCAddressPushContainer, Address) == 0x000000, "Member 'OSCManager_OSCAddressPushContainer::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressPushContainer, Container) == 0x000028, "Member 'OSCManager_OSCAddressPushContainer::Container' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressPushContainer, ReturnValue) == 0x000038, "Member 'OSCManager_OSCAddressPushContainer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_OSCAddressPushContainers \ static_assert(alignof(OSCManager_OSCAddressPushContainers) == 0x000008, "Wrong alignment on OSCManager_OSCAddressPushContainers"); \ static_assert(sizeof(OSCManager_OSCAddressPushContainers) == 0x000060, "Wrong size on OSCManager_OSCAddressPushContainers"); \ static_assert(offsetof(OSCManager_OSCAddressPushContainers, Address) == 0x000000, "Member 'OSCManager_OSCAddressPushContainers::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressPushContainers, Containers) == 0x000028, "Member 'OSCManager_OSCAddressPushContainers::Containers' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressPushContainers, ReturnValue) == 0x000038, "Member 'OSCManager_OSCAddressPushContainers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_OSCAddressRemoveContainers \ static_assert(alignof(OSCManager_OSCAddressRemoveContainers) == 0x000008, "Wrong alignment on OSCManager_OSCAddressRemoveContainers"); \ static_assert(sizeof(OSCManager_OSCAddressRemoveContainers) == 0x000058, "Wrong size on OSCManager_OSCAddressRemoveContainers"); \ static_assert(offsetof(OSCManager_OSCAddressRemoveContainers, Address) == 0x000000, "Member 'OSCManager_OSCAddressRemoveContainers::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressRemoveContainers, Index_0) == 0x000028, "Member 'OSCManager_OSCAddressRemoveContainers::Index_0' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressRemoveContainers, Count) == 0x00002C, "Member 'OSCManager_OSCAddressRemoveContainers::Count' has a wrong offset!"); \ static_assert(offsetof(OSCManager_OSCAddressRemoveContainers, ReturnValue) == 0x000030, "Member 'OSCManager_OSCAddressRemoveContainers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_SetOSCAddressMethod \ static_assert(alignof(OSCManager_SetOSCAddressMethod) == 0x000008, "Wrong alignment on OSCManager_SetOSCAddressMethod"); \ static_assert(sizeof(OSCManager_SetOSCAddressMethod) == 0x000060, "Wrong size on OSCManager_SetOSCAddressMethod"); \ static_assert(offsetof(OSCManager_SetOSCAddressMethod, Address) == 0x000000, "Member 'OSCManager_SetOSCAddressMethod::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_SetOSCAddressMethod, Method) == 0x000028, "Member 'OSCManager_SetOSCAddressMethod::Method' has a wrong offset!"); \ static_assert(offsetof(OSCManager_SetOSCAddressMethod, ReturnValue) == 0x000038, "Member 'OSCManager_SetOSCAddressMethod::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCManager_SetOSCMessageAddress \ static_assert(alignof(OSCManager_SetOSCMessageAddress) == 0x000008, "Wrong alignment on OSCManager_SetOSCMessageAddress"); \ static_assert(sizeof(OSCManager_SetOSCMessageAddress) == 0x000048, "Wrong size on OSCManager_SetOSCMessageAddress"); \ static_assert(offsetof(OSCManager_SetOSCMessageAddress, Message) == 0x000000, "Member 'OSCManager_SetOSCMessageAddress::Message' has a wrong offset!"); \ static_assert(offsetof(OSCManager_SetOSCMessageAddress, Address) == 0x000010, "Member 'OSCManager_SetOSCMessageAddress::Address' has a wrong offset!"); \ static_assert(offsetof(OSCManager_SetOSCMessageAddress, ReturnValue) == 0x000038, "Member 'OSCManager_SetOSCMessageAddress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOSCManager \ static_assert(alignof(UOSCManager) == 0x000008, "Wrong alignment on UOSCManager"); \ static_assert(sizeof(UOSCManager) == 0x000028, "Wrong size on UOSCManager"); \ #define DUMPER7_ASSERTS_OSCServer_AddWhitelistedClient \ static_assert(alignof(OSCServer_AddWhitelistedClient) == 0x000008, "Wrong alignment on OSCServer_AddWhitelistedClient"); \ static_assert(sizeof(OSCServer_AddWhitelistedClient) == 0x000010, "Wrong size on OSCServer_AddWhitelistedClient"); \ static_assert(offsetof(OSCServer_AddWhitelistedClient, IPAddress) == 0x000000, "Member 'OSCServer_AddWhitelistedClient::IPAddress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_BindEventToOnOSCAddressPatternMatchesPath \ static_assert(alignof(OSCServer_BindEventToOnOSCAddressPatternMatchesPath) == 0x000008, "Wrong alignment on OSCServer_BindEventToOnOSCAddressPatternMatchesPath"); \ static_assert(sizeof(OSCServer_BindEventToOnOSCAddressPatternMatchesPath) == 0x000038, "Wrong size on OSCServer_BindEventToOnOSCAddressPatternMatchesPath"); \ static_assert(offsetof(OSCServer_BindEventToOnOSCAddressPatternMatchesPath, OSCAddressPattern) == 0x000000, "Member 'OSCServer_BindEventToOnOSCAddressPatternMatchesPath::OSCAddressPattern' has a wrong offset!"); \ static_assert(offsetof(OSCServer_BindEventToOnOSCAddressPatternMatchesPath, Event) == 0x000028, "Member 'OSCServer_BindEventToOnOSCAddressPatternMatchesPath::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_RemoveWhitelistedClient \ static_assert(alignof(OSCServer_RemoveWhitelistedClient) == 0x000008, "Wrong alignment on OSCServer_RemoveWhitelistedClient"); \ static_assert(sizeof(OSCServer_RemoveWhitelistedClient) == 0x000010, "Wrong size on OSCServer_RemoveWhitelistedClient"); \ static_assert(offsetof(OSCServer_RemoveWhitelistedClient, IPAddress) == 0x000000, "Member 'OSCServer_RemoveWhitelistedClient::IPAddress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_SetAddress \ static_assert(alignof(OSCServer_SetAddress) == 0x000008, "Wrong alignment on OSCServer_SetAddress"); \ static_assert(sizeof(OSCServer_SetAddress) == 0x000018, "Wrong size on OSCServer_SetAddress"); \ static_assert(offsetof(OSCServer_SetAddress, ReceiveIPAddress) == 0x000000, "Member 'OSCServer_SetAddress::ReceiveIPAddress' has a wrong offset!"); \ static_assert(offsetof(OSCServer_SetAddress, Port) == 0x000010, "Member 'OSCServer_SetAddress::Port' has a wrong offset!"); \ static_assert(offsetof(OSCServer_SetAddress, ReturnValue) == 0x000014, "Member 'OSCServer_SetAddress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_SetMulticastLoopback \ static_assert(alignof(OSCServer_SetMulticastLoopback) == 0x000001, "Wrong alignment on OSCServer_SetMulticastLoopback"); \ static_assert(sizeof(OSCServer_SetMulticastLoopback) == 0x000001, "Wrong size on OSCServer_SetMulticastLoopback"); \ static_assert(offsetof(OSCServer_SetMulticastLoopback, bMulticastLoopback) == 0x000000, "Member 'OSCServer_SetMulticastLoopback::bMulticastLoopback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_SetWhitelistClientsEnabled \ static_assert(alignof(OSCServer_SetWhitelistClientsEnabled) == 0x000001, "Wrong alignment on OSCServer_SetWhitelistClientsEnabled"); \ static_assert(sizeof(OSCServer_SetWhitelistClientsEnabled) == 0x000001, "Wrong size on OSCServer_SetWhitelistClientsEnabled"); \ static_assert(offsetof(OSCServer_SetWhitelistClientsEnabled, bEnabled) == 0x000000, "Member 'OSCServer_SetWhitelistClientsEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath \ static_assert(alignof(OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath) == 0x000008, "Wrong alignment on OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath"); \ static_assert(sizeof(OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath) == 0x000028, "Wrong size on OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath"); \ static_assert(offsetof(OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath, OSCAddressPattern) == 0x000000, "Member 'OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath::OSCAddressPattern' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath \ static_assert(alignof(OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath) == 0x000008, "Wrong alignment on OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath"); \ static_assert(sizeof(OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath) == 0x000038, "Wrong size on OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath"); \ static_assert(offsetof(OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath, OSCAddressPattern) == 0x000000, "Member 'OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath::OSCAddressPattern' has a wrong offset!"); \ static_assert(offsetof(OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath, Event) == 0x000028, "Member 'OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_GetBoundOSCAddressPatterns \ static_assert(alignof(OSCServer_GetBoundOSCAddressPatterns) == 0x000008, "Wrong alignment on OSCServer_GetBoundOSCAddressPatterns"); \ static_assert(sizeof(OSCServer_GetBoundOSCAddressPatterns) == 0x000010, "Wrong size on OSCServer_GetBoundOSCAddressPatterns"); \ static_assert(offsetof(OSCServer_GetBoundOSCAddressPatterns, ReturnValue) == 0x000000, "Member 'OSCServer_GetBoundOSCAddressPatterns::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_GetIpAddress \ static_assert(alignof(OSCServer_GetIpAddress) == 0x000008, "Wrong alignment on OSCServer_GetIpAddress"); \ static_assert(sizeof(OSCServer_GetIpAddress) == 0x000018, "Wrong size on OSCServer_GetIpAddress"); \ static_assert(offsetof(OSCServer_GetIpAddress, bIncludePort) == 0x000000, "Member 'OSCServer_GetIpAddress::bIncludePort' has a wrong offset!"); \ static_assert(offsetof(OSCServer_GetIpAddress, ReturnValue) == 0x000008, "Member 'OSCServer_GetIpAddress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_GetMulticastLoopback \ static_assert(alignof(OSCServer_GetMulticastLoopback) == 0x000001, "Wrong alignment on OSCServer_GetMulticastLoopback"); \ static_assert(sizeof(OSCServer_GetMulticastLoopback) == 0x000001, "Wrong size on OSCServer_GetMulticastLoopback"); \ static_assert(offsetof(OSCServer_GetMulticastLoopback, ReturnValue) == 0x000000, "Member 'OSCServer_GetMulticastLoopback::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_GetPort \ static_assert(alignof(OSCServer_GetPort) == 0x000004, "Wrong alignment on OSCServer_GetPort"); \ static_assert(sizeof(OSCServer_GetPort) == 0x000004, "Wrong size on OSCServer_GetPort"); \ static_assert(offsetof(OSCServer_GetPort, ReturnValue) == 0x000000, "Member 'OSCServer_GetPort::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_GetWhitelistedClients \ static_assert(alignof(OSCServer_GetWhitelistedClients) == 0x000008, "Wrong alignment on OSCServer_GetWhitelistedClients"); \ static_assert(sizeof(OSCServer_GetWhitelistedClients) == 0x000050, "Wrong size on OSCServer_GetWhitelistedClients"); \ static_assert(offsetof(OSCServer_GetWhitelistedClients, ReturnValue) == 0x000000, "Member 'OSCServer_GetWhitelistedClients::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OSCServer_IsActive \ static_assert(alignof(OSCServer_IsActive) == 0x000001, "Wrong alignment on OSCServer_IsActive"); \ static_assert(sizeof(OSCServer_IsActive) == 0x000001, "Wrong size on OSCServer_IsActive"); \ static_assert(offsetof(OSCServer_IsActive, ReturnValue) == 0x000000, "Member 'OSCServer_IsActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOSCServer \ static_assert(alignof(UOSCServer) == 0x000010, "Wrong alignment on UOSCServer"); \ static_assert(sizeof(UOSCServer) == 0x0000E0, "Wrong size on UOSCServer"); \ static_assert(offsetof(UOSCServer, OnOscMessageReceived) == 0x000028, "Member 'UOSCServer::OnOscMessageReceived' has a wrong offset!"); \ static_assert(offsetof(UOSCServer, OnOscBundleReceived) == 0x000050, "Member 'UOSCServer::OnOscBundleReceived' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneComposureExportPass \ static_assert(alignof(FMovieSceneComposureExportPass) == 0x000004, "Wrong alignment on FMovieSceneComposureExportPass"); \ static_assert(sizeof(FMovieSceneComposureExportPass) == 0x000014, "Wrong size on FMovieSceneComposureExportPass"); \ static_assert(offsetof(FMovieSceneComposureExportPass, TransformPassName) == 0x000000, "Member 'FMovieSceneComposureExportPass::TransformPassName' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneComposureExportPass, bRenamePass) == 0x000008, "Member 'FMovieSceneComposureExportPass::bRenamePass' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneComposureExportPass, ExportedAs) == 0x00000C, "Member 'FMovieSceneComposureExportPass::ExportedAs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositingParamPayload \ static_assert(alignof(FCompositingParamPayload) == 0x000008, "Wrong alignment on FCompositingParamPayload"); \ static_assert(sizeof(FCompositingParamPayload) == 0x0000A0, "Wrong size on FCompositingParamPayload"); \ static_assert(offsetof(FCompositingParamPayload, ScalarParamOverrides) == 0x000000, "Member 'FCompositingParamPayload::ScalarParamOverrides' has a wrong offset!"); \ static_assert(offsetof(FCompositingParamPayload, VectorParamOverrides) == 0x000050, "Member 'FCompositingParamPayload::VectorParamOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedCompMaterialParam \ static_assert(alignof(FNamedCompMaterialParam) == 0x000004, "Wrong alignment on FNamedCompMaterialParam"); \ static_assert(sizeof(FNamedCompMaterialParam) == 0x000008, "Wrong size on FNamedCompMaterialParam"); \ static_assert(offsetof(FNamedCompMaterialParam, ParamName) == 0x000000, "Member 'FNamedCompMaterialParam::ParamName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositingMaterial \ static_assert(alignof(FCompositingMaterial) == 0x000008, "Wrong alignment on FCompositingMaterial"); \ static_assert(sizeof(FCompositingMaterial) == 0x000158, "Wrong size on FCompositingMaterial"); \ static_assert(offsetof(FCompositingMaterial, Material) == 0x0000A0, "Member 'FCompositingMaterial::Material' has a wrong offset!"); \ static_assert(offsetof(FCompositingMaterial, ParamPassMappings) == 0x0000A8, "Member 'FCompositingMaterial::ParamPassMappings' has a wrong offset!"); \ static_assert(offsetof(FCompositingMaterial, RequiredMaterialParams) == 0x0000F8, "Member 'FCompositingMaterial::RequiredMaterialParams' has a wrong offset!"); \ static_assert(offsetof(FCompositingMaterial, CachedMID) == 0x000150, "Member 'FCompositingMaterial::CachedMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneComposurePostMoveSettingsSectionTemplate \ static_assert(alignof(FMovieSceneComposurePostMoveSettingsSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneComposurePostMoveSettingsSectionTemplate"); \ static_assert(sizeof(FMovieSceneComposurePostMoveSettingsSectionTemplate) == 0x000400, "Wrong size on FMovieSceneComposurePostMoveSettingsSectionTemplate"); \ static_assert(offsetof(FMovieSceneComposurePostMoveSettingsSectionTemplate, Pivot) == 0x000038, "Member 'FMovieSceneComposurePostMoveSettingsSectionTemplate::Pivot' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneComposurePostMoveSettingsSectionTemplate, Translation) == 0x000178, "Member 'FMovieSceneComposurePostMoveSettingsSectionTemplate::Translation' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneComposurePostMoveSettingsSectionTemplate, RotationAngle) == 0x0002B8, "Member 'FMovieSceneComposurePostMoveSettingsSectionTemplate::RotationAngle' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneComposurePostMoveSettingsSectionTemplate, Scale) == 0x000358, "Member 'FMovieSceneComposurePostMoveSettingsSectionTemplate::Scale' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneComposurePostMoveSettingsSectionTemplate, BlendType) == 0x0003F8, "Member 'FMovieSceneComposurePostMoveSettingsSectionTemplate::BlendType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComposurePostMoveSettings \ static_assert(alignof(FComposurePostMoveSettings) == 0x000004, "Wrong alignment on FComposurePostMoveSettings"); \ static_assert(sizeof(FComposurePostMoveSettings) == 0x000018, "Wrong size on FComposurePostMoveSettings"); \ static_assert(offsetof(FComposurePostMoveSettings, Pivot) == 0x000000, "Member 'FComposurePostMoveSettings::Pivot' has a wrong offset!"); \ static_assert(offsetof(FComposurePostMoveSettings, Translation) == 0x000008, "Member 'FComposurePostMoveSettings::Translation' has a wrong offset!"); \ static_assert(offsetof(FComposurePostMoveSettings, RotationAngle) == 0x000010, "Member 'FComposurePostMoveSettings::RotationAngle' has a wrong offset!"); \ static_assert(offsetof(FComposurePostMoveSettings, Scale) == 0x000014, "Member 'FComposurePostMoveSettings::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FComposureUVMapSettings \ static_assert(alignof(FComposureUVMapSettings) == 0x000010, "Wrong alignment on FComposureUVMapSettings"); \ static_assert(sizeof(FComposureUVMapSettings) == 0x0000A0, "Wrong size on FComposureUVMapSettings"); \ static_assert(offsetof(FComposureUVMapSettings, PreUVDisplacementMatrix) == 0x000000, "Member 'FComposureUVMapSettings::PreUVDisplacementMatrix' has a wrong offset!"); \ static_assert(offsetof(FComposureUVMapSettings, PostUVDisplacementMatrix) == 0x000040, "Member 'FComposureUVMapSettings::PostUVDisplacementMatrix' has a wrong offset!"); \ static_assert(offsetof(FComposureUVMapSettings, DisplacementDecodeParameters) == 0x000080, "Member 'FComposureUVMapSettings::DisplacementDecodeParameters' has a wrong offset!"); \ static_assert(offsetof(FComposureUVMapSettings, DisplacementTexture) == 0x000088, "Member 'FComposureUVMapSettings::DisplacementTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneComposureExportSectionTemplate \ static_assert(alignof(FMovieSceneComposureExportSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneComposureExportSectionTemplate"); \ static_assert(sizeof(FMovieSceneComposureExportSectionTemplate) == 0x000038, "Wrong size on FMovieSceneComposureExportSectionTemplate"); \ static_assert(offsetof(FMovieSceneComposureExportSectionTemplate, Pass) == 0x000020, "Member 'FMovieSceneComposureExportSectionTemplate::Pass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementPass_OnFrameBegin \ static_assert(alignof(CompositingElementPass_OnFrameBegin) == 0x000001, "Wrong alignment on CompositingElementPass_OnFrameBegin"); \ static_assert(sizeof(CompositingElementPass_OnFrameBegin) == 0x000001, "Wrong size on CompositingElementPass_OnFrameBegin"); \ static_assert(offsetof(CompositingElementPass_OnFrameBegin, bCameraCutThisFrame) == 0x000000, "Member 'CompositingElementPass_OnFrameBegin::bCameraCutThisFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementPass_ReleaseRenderTarget \ static_assert(alignof(CompositingElementPass_ReleaseRenderTarget) == 0x000008, "Wrong alignment on CompositingElementPass_ReleaseRenderTarget"); \ static_assert(sizeof(CompositingElementPass_ReleaseRenderTarget) == 0x000010, "Wrong size on CompositingElementPass_ReleaseRenderTarget"); \ static_assert(offsetof(CompositingElementPass_ReleaseRenderTarget, AssignedTarget) == 0x000000, "Member 'CompositingElementPass_ReleaseRenderTarget::AssignedTarget' has a wrong offset!"); \ static_assert(offsetof(CompositingElementPass_ReleaseRenderTarget, ReturnValue) == 0x000008, "Member 'CompositingElementPass_ReleaseRenderTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementPass_RequestNativelyFormattedTarget \ static_assert(alignof(CompositingElementPass_RequestNativelyFormattedTarget) == 0x000008, "Wrong alignment on CompositingElementPass_RequestNativelyFormattedTarget"); \ static_assert(sizeof(CompositingElementPass_RequestNativelyFormattedTarget) == 0x000010, "Wrong size on CompositingElementPass_RequestNativelyFormattedTarget"); \ static_assert(offsetof(CompositingElementPass_RequestNativelyFormattedTarget, RenderScale) == 0x000000, "Member 'CompositingElementPass_RequestNativelyFormattedTarget::RenderScale' has a wrong offset!"); \ static_assert(offsetof(CompositingElementPass_RequestNativelyFormattedTarget, ReturnValue) == 0x000008, "Member 'CompositingElementPass_RequestNativelyFormattedTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementPass_RequestRenderTarget \ static_assert(alignof(CompositingElementPass_RequestRenderTarget) == 0x000008, "Wrong alignment on CompositingElementPass_RequestRenderTarget"); \ static_assert(sizeof(CompositingElementPass_RequestRenderTarget) == 0x000018, "Wrong size on CompositingElementPass_RequestRenderTarget"); \ static_assert(offsetof(CompositingElementPass_RequestRenderTarget, Dimensions) == 0x000000, "Member 'CompositingElementPass_RequestRenderTarget::Dimensions' has a wrong offset!"); \ static_assert(offsetof(CompositingElementPass_RequestRenderTarget, Format) == 0x000008, "Member 'CompositingElementPass_RequestRenderTarget::Format' has a wrong offset!"); \ static_assert(offsetof(CompositingElementPass_RequestRenderTarget, ReturnValue) == 0x000010, "Member 'CompositingElementPass_RequestRenderTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementPass_SetPassEnabled \ static_assert(alignof(CompositingElementPass_SetPassEnabled) == 0x000001, "Wrong alignment on CompositingElementPass_SetPassEnabled"); \ static_assert(sizeof(CompositingElementPass_SetPassEnabled) == 0x000001, "Wrong size on CompositingElementPass_SetPassEnabled"); \ static_assert(offsetof(CompositingElementPass_SetPassEnabled, bSetEnabledTo) == 0x000000, "Member 'CompositingElementPass_SetPassEnabled::bSetEnabledTo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementPass_IsPassEnabled \ static_assert(alignof(CompositingElementPass_IsPassEnabled) == 0x000001, "Wrong alignment on CompositingElementPass_IsPassEnabled"); \ static_assert(sizeof(CompositingElementPass_IsPassEnabled) == 0x000001, "Wrong size on CompositingElementPass_IsPassEnabled"); \ static_assert(offsetof(CompositingElementPass_IsPassEnabled, ReturnValue) == 0x000000, "Member 'CompositingElementPass_IsPassEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositingElementPass \ static_assert(alignof(UCompositingElementPass) == 0x000008, "Wrong alignment on UCompositingElementPass"); \ static_assert(sizeof(UCompositingElementPass) == 0x000060, "Wrong size on UCompositingElementPass"); \ static_assert(offsetof(UCompositingElementPass, bEnabled) == 0x000028, "Member 'UCompositingElementPass::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UCompositingElementPass, PassName) == 0x00002C, "Member 'UCompositingElementPass::PassName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementInput_GenerateInput \ static_assert(alignof(CompositingElementInput_GenerateInput) == 0x000008, "Wrong alignment on CompositingElementInput_GenerateInput"); \ static_assert(sizeof(CompositingElementInput_GenerateInput) == 0x000008, "Wrong size on CompositingElementInput_GenerateInput"); \ static_assert(offsetof(CompositingElementInput_GenerateInput, ReturnValue) == 0x000000, "Member 'CompositingElementInput_GenerateInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositingElementInput \ static_assert(alignof(UCompositingElementInput) == 0x000008, "Wrong alignment on UCompositingElementInput"); \ static_assert(sizeof(UCompositingElementInput) == 0x000068, "Wrong size on UCompositingElementInput"); \ static_assert(offsetof(UCompositingElementInput, bIntermediate) == 0x000060, "Member 'UCompositingElementInput::bIntermediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICompEditorImagePreviewInterface \ static_assert(alignof(ICompEditorImagePreviewInterface) == 0x000001, "Wrong alignment on ICompEditorImagePreviewInterface"); \ static_assert(sizeof(ICompEditorImagePreviewInterface) == 0x000001, "Wrong size on ICompEditorImagePreviewInterface"); \ #define DUMPER7_ASSERTS_ICompImageColorPickerInterface \ static_assert(alignof(ICompImageColorPickerInterface) == 0x000001, "Wrong alignment on ICompImageColorPickerInterface"); \ static_assert(sizeof(ICompImageColorPickerInterface) == 0x000001, "Wrong size on ICompImageColorPickerInterface"); \ #define DUMPER7_ASSERTS_ComposurePipelineBaseActor_EnqueueRendering \ static_assert(alignof(ComposurePipelineBaseActor_EnqueueRendering) == 0x000001, "Wrong alignment on ComposurePipelineBaseActor_EnqueueRendering"); \ static_assert(sizeof(ComposurePipelineBaseActor_EnqueueRendering) == 0x000001, "Wrong size on ComposurePipelineBaseActor_EnqueueRendering"); \ static_assert(offsetof(ComposurePipelineBaseActor_EnqueueRendering, bCameraCutThisFrame) == 0x000000, "Member 'ComposurePipelineBaseActor_EnqueueRendering::bCameraCutThisFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePipelineBaseActor_SetAutoRun \ static_assert(alignof(ComposurePipelineBaseActor_SetAutoRun) == 0x000001, "Wrong alignment on ComposurePipelineBaseActor_SetAutoRun"); \ static_assert(sizeof(ComposurePipelineBaseActor_SetAutoRun) == 0x000001, "Wrong size on ComposurePipelineBaseActor_SetAutoRun"); \ static_assert(offsetof(ComposurePipelineBaseActor_SetAutoRun, bNewAutoRunVal) == 0x000000, "Member 'ComposurePipelineBaseActor_SetAutoRun::bNewAutoRunVal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePipelineBaseActor_SetAutoRunChildrenAndSelf \ static_assert(alignof(ComposurePipelineBaseActor_SetAutoRunChildrenAndSelf) == 0x000001, "Wrong alignment on ComposurePipelineBaseActor_SetAutoRunChildrenAndSelf"); \ static_assert(sizeof(ComposurePipelineBaseActor_SetAutoRunChildrenAndSelf) == 0x000001, "Wrong size on ComposurePipelineBaseActor_SetAutoRunChildrenAndSelf"); \ static_assert(offsetof(ComposurePipelineBaseActor_SetAutoRunChildrenAndSelf, bAutoRunChildAndSelf) == 0x000000, "Member 'ComposurePipelineBaseActor_SetAutoRunChildrenAndSelf::bAutoRunChildAndSelf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePipelineBaseActor_AreChildrenAndSelfAutoRun \ static_assert(alignof(ComposurePipelineBaseActor_AreChildrenAndSelfAutoRun) == 0x000001, "Wrong alignment on ComposurePipelineBaseActor_AreChildrenAndSelfAutoRun"); \ static_assert(sizeof(ComposurePipelineBaseActor_AreChildrenAndSelfAutoRun) == 0x000001, "Wrong size on ComposurePipelineBaseActor_AreChildrenAndSelfAutoRun"); \ static_assert(offsetof(ComposurePipelineBaseActor_AreChildrenAndSelfAutoRun, ReturnValue) == 0x000000, "Member 'ComposurePipelineBaseActor_AreChildrenAndSelfAutoRun::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePipelineBaseActor_IsActivelyRunning \ static_assert(alignof(ComposurePipelineBaseActor_IsActivelyRunning) == 0x000001, "Wrong alignment on ComposurePipelineBaseActor_IsActivelyRunning"); \ static_assert(sizeof(ComposurePipelineBaseActor_IsActivelyRunning) == 0x000001, "Wrong size on ComposurePipelineBaseActor_IsActivelyRunning"); \ static_assert(offsetof(ComposurePipelineBaseActor_IsActivelyRunning, ReturnValue) == 0x000000, "Member 'ComposurePipelineBaseActor_IsActivelyRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AComposurePipelineBaseActor \ static_assert(alignof(AComposurePipelineBaseActor) == 0x000008, "Wrong alignment on AComposurePipelineBaseActor"); \ static_assert(sizeof(AComposurePipelineBaseActor) == 0x000248, "Wrong size on AComposurePipelineBaseActor"); \ static_assert(offsetof(AComposurePipelineBaseActor, bAutoRun) == 0x000230, "Member 'AComposurePipelineBaseActor::bAutoRun' has a wrong offset!"); \ static_assert(offsetof(AComposurePipelineBaseActor, bAutoRunChildElementsAndSelf) == 0x000231, "Member 'AComposurePipelineBaseActor::bAutoRunChildElementsAndSelf' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_AddNewInputPass \ static_assert(alignof(CompositingElement_AddNewInputPass) == 0x000008, "Wrong alignment on CompositingElement_AddNewInputPass"); \ static_assert(sizeof(CompositingElement_AddNewInputPass) == 0x000018, "Wrong size on CompositingElement_AddNewInputPass"); \ static_assert(offsetof(CompositingElement_AddNewInputPass, PassName) == 0x000000, "Member 'CompositingElement_AddNewInputPass::PassName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_AddNewInputPass, InputType) == 0x000008, "Member 'CompositingElement_AddNewInputPass::InputType' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_AddNewInputPass, ReturnValue) == 0x000010, "Member 'CompositingElement_AddNewInputPass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_AddNewOutputPass \ static_assert(alignof(CompositingElement_AddNewOutputPass) == 0x000008, "Wrong alignment on CompositingElement_AddNewOutputPass"); \ static_assert(sizeof(CompositingElement_AddNewOutputPass) == 0x000018, "Wrong size on CompositingElement_AddNewOutputPass"); \ static_assert(offsetof(CompositingElement_AddNewOutputPass, PassName) == 0x000000, "Member 'CompositingElement_AddNewOutputPass::PassName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_AddNewOutputPass, OutputType) == 0x000008, "Member 'CompositingElement_AddNewOutputPass::OutputType' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_AddNewOutputPass, ReturnValue) == 0x000010, "Member 'CompositingElement_AddNewOutputPass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_AddNewTransformPass \ static_assert(alignof(CompositingElement_AddNewTransformPass) == 0x000008, "Wrong alignment on CompositingElement_AddNewTransformPass"); \ static_assert(sizeof(CompositingElement_AddNewTransformPass) == 0x000018, "Wrong size on CompositingElement_AddNewTransformPass"); \ static_assert(offsetof(CompositingElement_AddNewTransformPass, PassName) == 0x000000, "Member 'CompositingElement_AddNewTransformPass::PassName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_AddNewTransformPass, TransformType) == 0x000008, "Member 'CompositingElement_AddNewTransformPass::TransformType' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_AddNewTransformPass, ReturnValue) == 0x000010, "Member 'CompositingElement_AddNewTransformPass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_CreateNewInputPass \ static_assert(alignof(CompositingElement_CreateNewInputPass) == 0x000008, "Wrong alignment on CompositingElement_CreateNewInputPass"); \ static_assert(sizeof(CompositingElement_CreateNewInputPass) == 0x000018, "Wrong size on CompositingElement_CreateNewInputPass"); \ static_assert(offsetof(CompositingElement_CreateNewInputPass, PassName) == 0x000000, "Member 'CompositingElement_CreateNewInputPass::PassName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_CreateNewInputPass, InputType) == 0x000008, "Member 'CompositingElement_CreateNewInputPass::InputType' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_CreateNewInputPass, ReturnValue) == 0x000010, "Member 'CompositingElement_CreateNewInputPass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_CreateNewOutputPass \ static_assert(alignof(CompositingElement_CreateNewOutputPass) == 0x000008, "Wrong alignment on CompositingElement_CreateNewOutputPass"); \ static_assert(sizeof(CompositingElement_CreateNewOutputPass) == 0x000018, "Wrong size on CompositingElement_CreateNewOutputPass"); \ static_assert(offsetof(CompositingElement_CreateNewOutputPass, PassName) == 0x000000, "Member 'CompositingElement_CreateNewOutputPass::PassName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_CreateNewOutputPass, OutputType) == 0x000008, "Member 'CompositingElement_CreateNewOutputPass::OutputType' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_CreateNewOutputPass, ReturnValue) == 0x000010, "Member 'CompositingElement_CreateNewOutputPass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_CreateNewTransformPass \ static_assert(alignof(CompositingElement_CreateNewTransformPass) == 0x000008, "Wrong alignment on CompositingElement_CreateNewTransformPass"); \ static_assert(sizeof(CompositingElement_CreateNewTransformPass) == 0x000018, "Wrong size on CompositingElement_CreateNewTransformPass"); \ static_assert(offsetof(CompositingElement_CreateNewTransformPass, PassName) == 0x000000, "Member 'CompositingElement_CreateNewTransformPass::PassName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_CreateNewTransformPass, TransformType) == 0x000008, "Member 'CompositingElement_CreateNewTransformPass::TransformType' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_CreateNewTransformPass, ReturnValue) == 0x000010, "Member 'CompositingElement_CreateNewTransformPass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_DeletePass \ static_assert(alignof(CompositingElement_DeletePass) == 0x000008, "Wrong alignment on CompositingElement_DeletePass"); \ static_assert(sizeof(CompositingElement_DeletePass) == 0x000010, "Wrong size on CompositingElement_DeletePass"); \ static_assert(offsetof(CompositingElement_DeletePass, PassToDelete) == 0x000000, "Member 'CompositingElement_DeletePass::PassToDelete' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_DeletePass, ReturnValue) == 0x000008, "Member 'CompositingElement_DeletePass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_FindInputPass \ static_assert(alignof(CompositingElement_FindInputPass) == 0x000008, "Wrong alignment on CompositingElement_FindInputPass"); \ static_assert(sizeof(CompositingElement_FindInputPass) == 0x000020, "Wrong size on CompositingElement_FindInputPass"); \ static_assert(offsetof(CompositingElement_FindInputPass, InputType) == 0x000000, "Member 'CompositingElement_FindInputPass::InputType' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_FindInputPass, PassResult) == 0x000008, "Member 'CompositingElement_FindInputPass::PassResult' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_FindInputPass, OptionalPassName) == 0x000010, "Member 'CompositingElement_FindInputPass::OptionalPassName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_FindInputPass, ReturnValue) == 0x000018, "Member 'CompositingElement_FindInputPass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_FindNamedRenderResult \ static_assert(alignof(CompositingElement_FindNamedRenderResult) == 0x000008, "Wrong alignment on CompositingElement_FindNamedRenderResult"); \ static_assert(sizeof(CompositingElement_FindNamedRenderResult) == 0x000018, "Wrong size on CompositingElement_FindNamedRenderResult"); \ static_assert(offsetof(CompositingElement_FindNamedRenderResult, PassName) == 0x000000, "Member 'CompositingElement_FindNamedRenderResult::PassName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_FindNamedRenderResult, bSearchSubElements) == 0x000008, "Member 'CompositingElement_FindNamedRenderResult::bSearchSubElements' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_FindNamedRenderResult, ReturnValue) == 0x000010, "Member 'CompositingElement_FindNamedRenderResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_FindOutputPass \ static_assert(alignof(CompositingElement_FindOutputPass) == 0x000008, "Wrong alignment on CompositingElement_FindOutputPass"); \ static_assert(sizeof(CompositingElement_FindOutputPass) == 0x000018, "Wrong size on CompositingElement_FindOutputPass"); \ static_assert(offsetof(CompositingElement_FindOutputPass, OutputType) == 0x000000, "Member 'CompositingElement_FindOutputPass::OutputType' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_FindOutputPass, OptionalPassName) == 0x000008, "Member 'CompositingElement_FindOutputPass::OptionalPassName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_FindOutputPass, ReturnValue) == 0x000010, "Member 'CompositingElement_FindOutputPass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_FindTransformPass \ static_assert(alignof(CompositingElement_FindTransformPass) == 0x000008, "Wrong alignment on CompositingElement_FindTransformPass"); \ static_assert(sizeof(CompositingElement_FindTransformPass) == 0x000020, "Wrong size on CompositingElement_FindTransformPass"); \ static_assert(offsetof(CompositingElement_FindTransformPass, TransformType) == 0x000000, "Member 'CompositingElement_FindTransformPass::TransformType' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_FindTransformPass, PassResult) == 0x000008, "Member 'CompositingElement_FindTransformPass::PassResult' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_FindTransformPass, OptionalPassName) == 0x000010, "Member 'CompositingElement_FindTransformPass::OptionalPassName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_FindTransformPass, ReturnValue) == 0x000018, "Member 'CompositingElement_FindTransformPass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_RegisterPassResult \ static_assert(alignof(CompositingElement_RegisterPassResult) == 0x000008, "Wrong alignment on CompositingElement_RegisterPassResult"); \ static_assert(sizeof(CompositingElement_RegisterPassResult) == 0x000018, "Wrong size on CompositingElement_RegisterPassResult"); \ static_assert(offsetof(CompositingElement_RegisterPassResult, ReferenceName) == 0x000000, "Member 'CompositingElement_RegisterPassResult::ReferenceName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RegisterPassResult, PassResult) == 0x000008, "Member 'CompositingElement_RegisterPassResult::PassResult' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RegisterPassResult, bSetAsLatestRenderResult) == 0x000010, "Member 'CompositingElement_RegisterPassResult::bSetAsLatestRenderResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_ReleaseOwnedTarget \ static_assert(alignof(CompositingElement_ReleaseOwnedTarget) == 0x000008, "Wrong alignment on CompositingElement_ReleaseOwnedTarget"); \ static_assert(sizeof(CompositingElement_ReleaseOwnedTarget) == 0x000010, "Wrong size on CompositingElement_ReleaseOwnedTarget"); \ static_assert(offsetof(CompositingElement_ReleaseOwnedTarget, OwnedTarget) == 0x000000, "Member 'CompositingElement_ReleaseOwnedTarget::OwnedTarget' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_ReleaseOwnedTarget, ReturnValue) == 0x000008, "Member 'CompositingElement_ReleaseOwnedTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_RenderCompElement \ static_assert(alignof(CompositingElement_RenderCompElement) == 0x000008, "Wrong alignment on CompositingElement_RenderCompElement"); \ static_assert(sizeof(CompositingElement_RenderCompElement) == 0x000010, "Wrong size on CompositingElement_RenderCompElement"); \ static_assert(offsetof(CompositingElement_RenderCompElement, bCameraCutThisFrame) == 0x000000, "Member 'CompositingElement_RenderCompElement::bCameraCutThisFrame' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RenderCompElement, ReturnValue) == 0x000008, "Member 'CompositingElement_RenderCompElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_RenderCompositingMaterial \ static_assert(alignof(CompositingElement_RenderCompositingMaterial) == 0x000008, "Wrong alignment on CompositingElement_RenderCompositingMaterial"); \ static_assert(sizeof(CompositingElement_RenderCompositingMaterial) == 0x000170, "Wrong size on CompositingElement_RenderCompositingMaterial"); \ static_assert(offsetof(CompositingElement_RenderCompositingMaterial, CompMaterial) == 0x000000, "Member 'CompositingElement_RenderCompositingMaterial::CompMaterial' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RenderCompositingMaterial, RenderScale) == 0x000158, "Member 'CompositingElement_RenderCompositingMaterial::RenderScale' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RenderCompositingMaterial, ResultLookupName) == 0x00015C, "Member 'CompositingElement_RenderCompositingMaterial::ResultLookupName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RenderCompositingMaterial, UsageTag) == 0x000164, "Member 'CompositingElement_RenderCompositingMaterial::UsageTag' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RenderCompositingMaterial, ReturnValue) == 0x000168, "Member 'CompositingElement_RenderCompositingMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_RenderCompositingMaterialToTarget \ static_assert(alignof(CompositingElement_RenderCompositingMaterialToTarget) == 0x000008, "Wrong alignment on CompositingElement_RenderCompositingMaterialToTarget"); \ static_assert(sizeof(CompositingElement_RenderCompositingMaterialToTarget) == 0x000170, "Wrong size on CompositingElement_RenderCompositingMaterialToTarget"); \ static_assert(offsetof(CompositingElement_RenderCompositingMaterialToTarget, CompMaterial) == 0x000000, "Member 'CompositingElement_RenderCompositingMaterialToTarget::CompMaterial' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RenderCompositingMaterialToTarget, RenderTarget) == 0x000158, "Member 'CompositingElement_RenderCompositingMaterialToTarget::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RenderCompositingMaterialToTarget, ResultLookupName) == 0x000160, "Member 'CompositingElement_RenderCompositingMaterialToTarget::ResultLookupName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RenderCompositingMaterialToTarget, ReturnValue) == 0x000168, "Member 'CompositingElement_RenderCompositingMaterialToTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_RequestNamedRenderTarget \ static_assert(alignof(CompositingElement_RequestNamedRenderTarget) == 0x000008, "Wrong alignment on CompositingElement_RequestNamedRenderTarget"); \ static_assert(sizeof(CompositingElement_RequestNamedRenderTarget) == 0x000018, "Wrong size on CompositingElement_RequestNamedRenderTarget"); \ static_assert(offsetof(CompositingElement_RequestNamedRenderTarget, ReferenceName) == 0x000000, "Member 'CompositingElement_RequestNamedRenderTarget::ReferenceName' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RequestNamedRenderTarget, RenderPercentage) == 0x000008, "Member 'CompositingElement_RequestNamedRenderTarget::RenderPercentage' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RequestNamedRenderTarget, UsageTag) == 0x00000C, "Member 'CompositingElement_RequestNamedRenderTarget::UsageTag' has a wrong offset!"); \ static_assert(offsetof(CompositingElement_RequestNamedRenderTarget, ReturnValue) == 0x000010, "Member 'CompositingElement_RequestNamedRenderTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_SetEditorColorPickerDisplayImage \ static_assert(alignof(CompositingElement_SetEditorColorPickerDisplayImage) == 0x000008, "Wrong alignment on CompositingElement_SetEditorColorPickerDisplayImage"); \ static_assert(sizeof(CompositingElement_SetEditorColorPickerDisplayImage) == 0x000008, "Wrong size on CompositingElement_SetEditorColorPickerDisplayImage"); \ static_assert(offsetof(CompositingElement_SetEditorColorPickerDisplayImage, PickerDisplayImage) == 0x000000, "Member 'CompositingElement_SetEditorColorPickerDisplayImage::PickerDisplayImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_SetEditorColorPickingTarget \ static_assert(alignof(CompositingElement_SetEditorColorPickingTarget) == 0x000008, "Wrong alignment on CompositingElement_SetEditorColorPickingTarget"); \ static_assert(sizeof(CompositingElement_SetEditorColorPickingTarget) == 0x000008, "Wrong size on CompositingElement_SetEditorColorPickingTarget"); \ static_assert(offsetof(CompositingElement_SetEditorColorPickingTarget, PickingTarget) == 0x000000, "Member 'CompositingElement_SetEditorColorPickingTarget::PickingTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_SetElementName \ static_assert(alignof(CompositingElement_SetElementName) == 0x000004, "Wrong alignment on CompositingElement_SetElementName"); \ static_assert(sizeof(CompositingElement_SetElementName) == 0x000008, "Wrong size on CompositingElement_SetElementName"); \ static_assert(offsetof(CompositingElement_SetElementName, NewName) == 0x000000, "Member 'CompositingElement_SetElementName::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_SetOpacity \ static_assert(alignof(CompositingElement_SetOpacity) == 0x000004, "Wrong alignment on CompositingElement_SetOpacity"); \ static_assert(sizeof(CompositingElement_SetOpacity) == 0x000004, "Wrong size on CompositingElement_SetOpacity"); \ static_assert(offsetof(CompositingElement_SetOpacity, NewOpacity) == 0x000000, "Member 'CompositingElement_SetOpacity::NewOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_SetRenderResolution \ static_assert(alignof(CompositingElement_SetRenderResolution) == 0x000004, "Wrong alignment on CompositingElement_SetRenderResolution"); \ static_assert(sizeof(CompositingElement_SetRenderResolution) == 0x000008, "Wrong size on CompositingElement_SetRenderResolution"); \ static_assert(offsetof(CompositingElement_SetRenderResolution, NewResolution) == 0x000000, "Member 'CompositingElement_SetRenderResolution::NewResolution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_SetTargetCamera \ static_assert(alignof(CompositingElement_SetTargetCamera) == 0x000008, "Wrong alignment on CompositingElement_SetTargetCamera"); \ static_assert(sizeof(CompositingElement_SetTargetCamera) == 0x000008, "Wrong size on CompositingElement_SetTargetCamera"); \ static_assert(offsetof(CompositingElement_SetTargetCamera, NewCameraActor) == 0x000000, "Member 'CompositingElement_SetTargetCamera::NewCameraActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_FindTargetCamera \ static_assert(alignof(CompositingElement_FindTargetCamera) == 0x000008, "Wrong alignment on CompositingElement_FindTargetCamera"); \ static_assert(sizeof(CompositingElement_FindTargetCamera) == 0x000008, "Wrong size on CompositingElement_FindTargetCamera"); \ static_assert(offsetof(CompositingElement_FindTargetCamera, ReturnValue) == 0x000000, "Member 'CompositingElement_FindTargetCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_GetChildElements \ static_assert(alignof(CompositingElement_GetChildElements) == 0x000008, "Wrong alignment on CompositingElement_GetChildElements"); \ static_assert(sizeof(CompositingElement_GetChildElements) == 0x000010, "Wrong size on CompositingElement_GetChildElements"); \ static_assert(offsetof(CompositingElement_GetChildElements, ReturnValue) == 0x000000, "Member 'CompositingElement_GetChildElements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_GetCompElementName \ static_assert(alignof(CompositingElement_GetCompElementName) == 0x000004, "Wrong alignment on CompositingElement_GetCompElementName"); \ static_assert(sizeof(CompositingElement_GetCompElementName) == 0x000008, "Wrong size on CompositingElement_GetCompElementName"); \ static_assert(offsetof(CompositingElement_GetCompElementName, ReturnValue) == 0x000000, "Member 'CompositingElement_GetCompElementName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_GetElementParent \ static_assert(alignof(CompositingElement_GetElementParent) == 0x000008, "Wrong alignment on CompositingElement_GetElementParent"); \ static_assert(sizeof(CompositingElement_GetElementParent) == 0x000008, "Wrong size on CompositingElement_GetElementParent"); \ static_assert(offsetof(CompositingElement_GetElementParent, ReturnValue) == 0x000000, "Member 'CompositingElement_GetElementParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_GetInputsList \ static_assert(alignof(CompositingElement_GetInputsList) == 0x000008, "Wrong alignment on CompositingElement_GetInputsList"); \ static_assert(sizeof(CompositingElement_GetInputsList) == 0x000010, "Wrong size on CompositingElement_GetInputsList"); \ static_assert(offsetof(CompositingElement_GetInputsList, ReturnValue) == 0x000000, "Member 'CompositingElement_GetInputsList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_GetLatestRenderResult \ static_assert(alignof(CompositingElement_GetLatestRenderResult) == 0x000008, "Wrong alignment on CompositingElement_GetLatestRenderResult"); \ static_assert(sizeof(CompositingElement_GetLatestRenderResult) == 0x000008, "Wrong size on CompositingElement_GetLatestRenderResult"); \ static_assert(offsetof(CompositingElement_GetLatestRenderResult, ReturnValue) == 0x000000, "Member 'CompositingElement_GetLatestRenderResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_GetOpacity \ static_assert(alignof(CompositingElement_GetOpacity) == 0x000004, "Wrong alignment on CompositingElement_GetOpacity"); \ static_assert(sizeof(CompositingElement_GetOpacity) == 0x000004, "Wrong size on CompositingElement_GetOpacity"); \ static_assert(offsetof(CompositingElement_GetOpacity, ReturnValue) == 0x000000, "Member 'CompositingElement_GetOpacity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_GetOutputsList \ static_assert(alignof(CompositingElement_GetOutputsList) == 0x000008, "Wrong alignment on CompositingElement_GetOutputsList"); \ static_assert(sizeof(CompositingElement_GetOutputsList) == 0x000010, "Wrong size on CompositingElement_GetOutputsList"); \ static_assert(offsetof(CompositingElement_GetOutputsList, ReturnValue) == 0x000000, "Member 'CompositingElement_GetOutputsList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_GetRenderPriority \ static_assert(alignof(CompositingElement_GetRenderPriority) == 0x000004, "Wrong alignment on CompositingElement_GetRenderPriority"); \ static_assert(sizeof(CompositingElement_GetRenderPriority) == 0x000004, "Wrong size on CompositingElement_GetRenderPriority"); \ static_assert(offsetof(CompositingElement_GetRenderPriority, ReturnValue) == 0x000000, "Member 'CompositingElement_GetRenderPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_GetRenderResolution \ static_assert(alignof(CompositingElement_GetRenderResolution) == 0x000004, "Wrong alignment on CompositingElement_GetRenderResolution"); \ static_assert(sizeof(CompositingElement_GetRenderResolution) == 0x000008, "Wrong size on CompositingElement_GetRenderResolution"); \ static_assert(offsetof(CompositingElement_GetRenderResolution, ReturnValue) == 0x000000, "Member 'CompositingElement_GetRenderResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_GetTransformsList \ static_assert(alignof(CompositingElement_GetTransformsList) == 0x000008, "Wrong alignment on CompositingElement_GetTransformsList"); \ static_assert(sizeof(CompositingElement_GetTransformsList) == 0x000010, "Wrong size on CompositingElement_GetTransformsList"); \ static_assert(offsetof(CompositingElement_GetTransformsList, ReturnValue) == 0x000000, "Member 'CompositingElement_GetTransformsList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElement_IsSubElement \ static_assert(alignof(CompositingElement_IsSubElement) == 0x000001, "Wrong alignment on CompositingElement_IsSubElement"); \ static_assert(sizeof(CompositingElement_IsSubElement) == 0x000001, "Wrong size on CompositingElement_IsSubElement"); \ static_assert(offsetof(CompositingElement_IsSubElement, ReturnValue) == 0x000000, "Member 'CompositingElement_IsSubElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACompositingElement \ static_assert(alignof(ACompositingElement) == 0x000008, "Wrong alignment on ACompositingElement"); \ static_assert(sizeof(ACompositingElement) == 0x000520, "Wrong size on ACompositingElement"); \ static_assert(offsetof(ACompositingElement, CompositingTarget) == 0x000250, "Member 'ACompositingElement::CompositingTarget' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, PostProcessProxy) == 0x000258, "Member 'ACompositingElement::PostProcessProxy' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, Inputs) == 0x000260, "Member 'ACompositingElement::Inputs' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, TransformPasses) == 0x000270, "Member 'ACompositingElement::TransformPasses' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, Outputs) == 0x000280, "Member 'ACompositingElement::Outputs' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, CameraSource) == 0x000290, "Member 'ACompositingElement::CameraSource' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, TargetCameraActor) == 0x000294, "Member 'ACompositingElement::TargetCameraActor' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, ResolutionSource) == 0x0002B0, "Member 'ACompositingElement::ResolutionSource' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, RenderResolution) == 0x0002B4, "Member 'ACompositingElement::RenderResolution' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, RenderFormat) == 0x0002BC, "Member 'ACompositingElement::RenderFormat' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, bUseSharedTargetPool) == 0x0002BD, "Member 'ACompositingElement::bUseSharedTargetPool' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, FreezeFrameMask) == 0x0002F0, "Member 'ACompositingElement::FreezeFrameMask' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, OnTransformPassRendered_BP) == 0x0002F8, "Member 'ACompositingElement::OnTransformPassRendered_BP' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, OnFinalPassRendered_BP) == 0x000308, "Member 'ACompositingElement::OnFinalPassRendered_BP' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, CompShotIdName) == 0x000318, "Member 'ACompositingElement::CompShotIdName' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, Parent) == 0x000320, "Member 'ACompositingElement::Parent' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, ChildLayers) == 0x000328, "Member 'ACompositingElement::ChildLayers' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, OutputOpacity) == 0x00033C, "Member 'ACompositingElement::OutputOpacity' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, UserConstructedInputs) == 0x000340, "Member 'ACompositingElement::UserConstructedInputs' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, UserConstructedTransforms) == 0x000390, "Member 'ACompositingElement::UserConstructedTransforms' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, UserConstructedOutputs) == 0x0003E0, "Member 'ACompositingElement::UserConstructedOutputs' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, InternalInputs) == 0x000430, "Member 'ACompositingElement::InternalInputs' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, InternalTransformPasses) == 0x000440, "Member 'ACompositingElement::InternalTransformPasses' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, InternalOutputs) == 0x000450, "Member 'ACompositingElement::InternalOutputs' has a wrong offset!"); \ static_assert(offsetof(ACompositingElement, InternalAlphaPass) == 0x000460, "Member 'ACompositingElement::InternalAlphaPass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACompositingCaptureBase \ static_assert(alignof(ACompositingCaptureBase) == 0x000008, "Wrong alignment on ACompositingCaptureBase"); \ static_assert(sizeof(ACompositingCaptureBase) == 0x000568, "Wrong size on ACompositingCaptureBase"); \ static_assert(offsetof(ACompositingCaptureBase, SceneCaptureComponent2D) == 0x000520, "Member 'ACompositingCaptureBase::SceneCaptureComponent2D' has a wrong offset!"); \ static_assert(offsetof(ACompositingCaptureBase, bApplyDistortion) == 0x000528, "Member 'ACompositingCaptureBase::bApplyDistortion' has a wrong offset!"); \ static_assert(offsetof(ACompositingCaptureBase, DistortionSource) == 0x000530, "Member 'ACompositingCaptureBase::DistortionSource' has a wrong offset!"); \ static_assert(offsetof(ACompositingCaptureBase, OverscanFactor) == 0x000558, "Member 'ACompositingCaptureBase::OverscanFactor' has a wrong offset!"); \ static_assert(offsetof(ACompositingCaptureBase, OriginalFocalLength) == 0x00055C, "Member 'ACompositingCaptureBase::OriginalFocalLength' has a wrong offset!"); \ static_assert(offsetof(ACompositingCaptureBase, LastDistortionMID) == 0x000560, "Member 'ACompositingCaptureBase::LastDistortionMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingPickerAsyncTask_OpenCompositingPicker \ static_assert(alignof(CompositingPickerAsyncTask_OpenCompositingPicker) == 0x000008, "Wrong alignment on CompositingPickerAsyncTask_OpenCompositingPicker"); \ static_assert(sizeof(CompositingPickerAsyncTask_OpenCompositingPicker) == 0x000038, "Wrong size on CompositingPickerAsyncTask_OpenCompositingPicker"); \ static_assert(offsetof(CompositingPickerAsyncTask_OpenCompositingPicker, PickerTarget_0) == 0x000000, "Member 'CompositingPickerAsyncTask_OpenCompositingPicker::PickerTarget_0' has a wrong offset!"); \ static_assert(offsetof(CompositingPickerAsyncTask_OpenCompositingPicker, DisplayImage) == 0x000008, "Member 'CompositingPickerAsyncTask_OpenCompositingPicker::DisplayImage' has a wrong offset!"); \ static_assert(offsetof(CompositingPickerAsyncTask_OpenCompositingPicker, WindowTitle) == 0x000010, "Member 'CompositingPickerAsyncTask_OpenCompositingPicker::WindowTitle' has a wrong offset!"); \ static_assert(offsetof(CompositingPickerAsyncTask_OpenCompositingPicker, bAverageColorOnDrag) == 0x000028, "Member 'CompositingPickerAsyncTask_OpenCompositingPicker::bAverageColorOnDrag' has a wrong offset!"); \ static_assert(offsetof(CompositingPickerAsyncTask_OpenCompositingPicker, bUseImplicitGamma) == 0x000029, "Member 'CompositingPickerAsyncTask_OpenCompositingPicker::bUseImplicitGamma' has a wrong offset!"); \ static_assert(offsetof(CompositingPickerAsyncTask_OpenCompositingPicker, ReturnValue) == 0x000030, "Member 'CompositingPickerAsyncTask_OpenCompositingPicker::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositingPickerAsyncTask \ static_assert(alignof(UCompositingPickerAsyncTask) == 0x000008, "Wrong alignment on UCompositingPickerAsyncTask"); \ static_assert(sizeof(UCompositingPickerAsyncTask) == 0x000080, "Wrong size on UCompositingPickerAsyncTask"); \ static_assert(offsetof(UCompositingPickerAsyncTask, OnPick) == 0x000038, "Member 'UCompositingPickerAsyncTask::OnPick' has a wrong offset!"); \ static_assert(offsetof(UCompositingPickerAsyncTask, OnCancel) == 0x000048, "Member 'UCompositingPickerAsyncTask::OnCancel' has a wrong offset!"); \ static_assert(offsetof(UCompositingPickerAsyncTask, OnAccept) == 0x000058, "Member 'UCompositingPickerAsyncTask::OnAccept' has a wrong offset!"); \ static_assert(offsetof(UCompositingPickerAsyncTask, PickerTarget) == 0x000068, "Member 'UCompositingPickerAsyncTask::PickerTarget' has a wrong offset!"); \ static_assert(offsetof(UCompositingPickerAsyncTask, PickerDisplayImage) == 0x000070, "Member 'UCompositingPickerAsyncTask::PickerDisplayImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositingMediaInput \ static_assert(alignof(UCompositingMediaInput) == 0x000008, "Wrong alignment on UCompositingMediaInput"); \ static_assert(sizeof(UCompositingMediaInput) == 0x0001D8, "Wrong size on UCompositingMediaInput"); \ static_assert(offsetof(UCompositingMediaInput, MediaTransformMaterial) == 0x000068, "Member 'UCompositingMediaInput::MediaTransformMaterial' has a wrong offset!"); \ static_assert(offsetof(UCompositingMediaInput, DefaultMaterial) == 0x0001C0, "Member 'UCompositingMediaInput::DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UCompositingMediaInput, DefaultTestPlateMaterial) == 0x0001C8, "Member 'UCompositingMediaInput::DefaultTestPlateMaterial' has a wrong offset!"); \ static_assert(offsetof(UCompositingMediaInput, FallbackMID) == 0x0001D0, "Member 'UCompositingMediaInput::FallbackMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMediaTextureCompositingInput \ static_assert(alignof(UMediaTextureCompositingInput) == 0x000008, "Wrong alignment on UMediaTextureCompositingInput"); \ static_assert(sizeof(UMediaTextureCompositingInput) == 0x0001E0, "Wrong size on UMediaTextureCompositingInput"); \ static_assert(offsetof(UMediaTextureCompositingInput, MediaSource) == 0x0001D8, "Member 'UMediaTextureCompositingInput::MediaSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingInputInterface_GenerateInput \ static_assert(alignof(CompositingInputInterface_GenerateInput) == 0x000008, "Wrong alignment on CompositingInputInterface_GenerateInput"); \ static_assert(sizeof(CompositingInputInterface_GenerateInput) == 0x000010, "Wrong size on CompositingInputInterface_GenerateInput"); \ static_assert(offsetof(CompositingInputInterface_GenerateInput, Proxy) == 0x000000, "Member 'CompositingInputInterface_GenerateInput::Proxy' has a wrong offset!"); \ static_assert(offsetof(CompositingInputInterface_GenerateInput, ReturnValue) == 0x000008, "Member 'CompositingInputInterface_GenerateInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingInputInterface_OnFrameBegin \ static_assert(alignof(CompositingInputInterface_OnFrameBegin) == 0x000008, "Wrong alignment on CompositingInputInterface_OnFrameBegin"); \ static_assert(sizeof(CompositingInputInterface_OnFrameBegin) == 0x000010, "Wrong size on CompositingInputInterface_OnFrameBegin"); \ static_assert(offsetof(CompositingInputInterface_OnFrameBegin, Proxy) == 0x000000, "Member 'CompositingInputInterface_OnFrameBegin::Proxy' has a wrong offset!"); \ static_assert(offsetof(CompositingInputInterface_OnFrameBegin, bCameraCutThisFrame) == 0x000008, "Member 'CompositingInputInterface_OnFrameBegin::bCameraCutThisFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingInputInterface_OnFrameEnd \ static_assert(alignof(CompositingInputInterface_OnFrameEnd) == 0x000008, "Wrong alignment on CompositingInputInterface_OnFrameEnd"); \ static_assert(sizeof(CompositingInputInterface_OnFrameEnd) == 0x000008, "Wrong size on CompositingInputInterface_OnFrameEnd"); \ static_assert(offsetof(CompositingInputInterface_OnFrameEnd, Proxy) == 0x000000, "Member 'CompositingInputInterface_OnFrameEnd::Proxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICompositingInputInterface \ static_assert(alignof(ICompositingInputInterface) == 0x000001, "Wrong alignment on ICompositingInputInterface"); \ static_assert(sizeof(ICompositingInputInterface) == 0x000001, "Wrong size on ICompositingInputInterface"); \ #define DUMPER7_ASSERTS_UCompositingInputInterfaceProxy \ static_assert(alignof(UCompositingInputInterfaceProxy) == 0x000008, "Wrong alignment on UCompositingInputInterfaceProxy"); \ static_assert(sizeof(UCompositingInputInterfaceProxy) == 0x000078, "Wrong size on UCompositingInputInterfaceProxy"); \ static_assert(offsetof(UCompositingInputInterfaceProxy, CompositingInput) == 0x000068, "Member 'UCompositingInputInterfaceProxy::CompositingInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementOutput_RelayOutput \ static_assert(alignof(CompositingElementOutput_RelayOutput) == 0x000008, "Wrong alignment on CompositingElementOutput_RelayOutput"); \ static_assert(sizeof(CompositingElementOutput_RelayOutput) == 0x000010, "Wrong size on CompositingElementOutput_RelayOutput"); \ static_assert(offsetof(CompositingElementOutput_RelayOutput, FinalResult) == 0x000000, "Member 'CompositingElementOutput_RelayOutput::FinalResult' has a wrong offset!"); \ static_assert(offsetof(CompositingElementOutput_RelayOutput, PostProcessProxy) == 0x000008, "Member 'CompositingElementOutput_RelayOutput::PostProcessProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositingElementOutput \ static_assert(alignof(UCompositingElementOutput) == 0x000008, "Wrong alignment on UCompositingElementOutput"); \ static_assert(sizeof(UCompositingElementOutput) == 0x000060, "Wrong size on UCompositingElementOutput"); \ #define DUMPER7_ASSERTS_UColorConverterOutputPass \ static_assert(alignof(UColorConverterOutputPass) == 0x000008, "Wrong alignment on UColorConverterOutputPass"); \ static_assert(sizeof(UColorConverterOutputPass) == 0x000078, "Wrong size on UColorConverterOutputPass"); \ static_assert(offsetof(UColorConverterOutputPass, ColorConverter) == 0x000068, "Member 'UColorConverterOutputPass::ColorConverter' has a wrong offset!"); \ static_assert(offsetof(UColorConverterOutputPass, DefaultConverterClass) == 0x000070, "Member 'UColorConverterOutputPass::DefaultConverterClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositingMediaCaptureOutput \ static_assert(alignof(UCompositingMediaCaptureOutput) == 0x000008, "Wrong alignment on UCompositingMediaCaptureOutput"); \ static_assert(sizeof(UCompositingMediaCaptureOutput) == 0x000088, "Wrong size on UCompositingMediaCaptureOutput"); \ static_assert(offsetof(UCompositingMediaCaptureOutput, CaptureOutput) == 0x000078, "Member 'UCompositingMediaCaptureOutput::CaptureOutput' has a wrong offset!"); \ static_assert(offsetof(UCompositingMediaCaptureOutput, ActiveCapture) == 0x000080, "Member 'UCompositingMediaCaptureOutput::ActiveCapture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URenderTargetCompositingOutput \ static_assert(alignof(URenderTargetCompositingOutput) == 0x000008, "Wrong alignment on URenderTargetCompositingOutput"); \ static_assert(sizeof(URenderTargetCompositingOutput) == 0x000068, "Wrong size on URenderTargetCompositingOutput"); \ static_assert(offsetof(URenderTargetCompositingOutput, RenderTarget) == 0x000060, "Member 'URenderTargetCompositingOutput::RenderTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEXRFileCompositingOutput \ static_assert(alignof(UEXRFileCompositingOutput) == 0x000008, "Wrong alignment on UEXRFileCompositingOutput"); \ static_assert(sizeof(UEXRFileCompositingOutput) == 0x000098, "Wrong size on UEXRFileCompositingOutput"); \ static_assert(offsetof(UEXRFileCompositingOutput, OutputDirectiory) == 0x000060, "Member 'UEXRFileCompositingOutput::OutputDirectiory' has a wrong offset!"); \ static_assert(offsetof(UEXRFileCompositingOutput, FilenameFormat) == 0x000070, "Member 'UEXRFileCompositingOutput::FilenameFormat' has a wrong offset!"); \ static_assert(offsetof(UEXRFileCompositingOutput, OutputFrameRate) == 0x000080, "Member 'UEXRFileCompositingOutput::OutputFrameRate' has a wrong offset!"); \ static_assert(offsetof(UEXRFileCompositingOutput, Compression) == 0x000088, "Member 'UEXRFileCompositingOutput::Compression' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementTransform_ApplyTransform \ static_assert(alignof(CompositingElementTransform_ApplyTransform) == 0x000008, "Wrong alignment on CompositingElementTransform_ApplyTransform"); \ static_assert(sizeof(CompositingElementTransform_ApplyTransform) == 0x000020, "Wrong size on CompositingElementTransform_ApplyTransform"); \ static_assert(offsetof(CompositingElementTransform_ApplyTransform, Input) == 0x000000, "Member 'CompositingElementTransform_ApplyTransform::Input' has a wrong offset!"); \ static_assert(offsetof(CompositingElementTransform_ApplyTransform, PostProcessProxy) == 0x000008, "Member 'CompositingElementTransform_ApplyTransform::PostProcessProxy' has a wrong offset!"); \ static_assert(offsetof(CompositingElementTransform_ApplyTransform, TargetCamera) == 0x000010, "Member 'CompositingElementTransform_ApplyTransform::TargetCamera' has a wrong offset!"); \ static_assert(offsetof(CompositingElementTransform_ApplyTransform, ReturnValue) == 0x000018, "Member 'CompositingElementTransform_ApplyTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementTransform_FindNamedPrePassResult \ static_assert(alignof(CompositingElementTransform_FindNamedPrePassResult) == 0x000008, "Wrong alignment on CompositingElementTransform_FindNamedPrePassResult"); \ static_assert(sizeof(CompositingElementTransform_FindNamedPrePassResult) == 0x000010, "Wrong size on CompositingElementTransform_FindNamedPrePassResult"); \ static_assert(offsetof(CompositingElementTransform_FindNamedPrePassResult, PassLookupName) == 0x000000, "Member 'CompositingElementTransform_FindNamedPrePassResult::PassLookupName' has a wrong offset!"); \ static_assert(offsetof(CompositingElementTransform_FindNamedPrePassResult, ReturnValue) == 0x000008, "Member 'CompositingElementTransform_FindNamedPrePassResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositingElementTransform \ static_assert(alignof(UCompositingElementTransform) == 0x000008, "Wrong alignment on UCompositingElementTransform"); \ static_assert(sizeof(UCompositingElementTransform) == 0x000070, "Wrong size on UCompositingElementTransform"); \ static_assert(offsetof(UCompositingElementTransform, bIntermediate) == 0x000060, "Member 'UCompositingElementTransform::bIntermediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositingPostProcessPass \ static_assert(alignof(UCompositingPostProcessPass) == 0x000008, "Wrong alignment on UCompositingPostProcessPass"); \ static_assert(sizeof(UCompositingPostProcessPass) == 0x000088, "Wrong size on UCompositingPostProcessPass"); \ static_assert(offsetof(UCompositingPostProcessPass, RenderScale) == 0x000070, "Member 'UCompositingPostProcessPass::RenderScale' has a wrong offset!"); \ static_assert(offsetof(UCompositingPostProcessPass, PostProcessPasses) == 0x000078, "Member 'UCompositingPostProcessPass::PostProcessPasses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementMaterialPass_ApplyMaterialParams \ static_assert(alignof(CompositingElementMaterialPass_ApplyMaterialParams) == 0x000008, "Wrong alignment on CompositingElementMaterialPass_ApplyMaterialParams"); \ static_assert(sizeof(CompositingElementMaterialPass_ApplyMaterialParams) == 0x000008, "Wrong size on CompositingElementMaterialPass_ApplyMaterialParams"); \ static_assert(offsetof(CompositingElementMaterialPass_ApplyMaterialParams, Mid) == 0x000000, "Member 'CompositingElementMaterialPass_ApplyMaterialParams::Mid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementMaterialPass_SetMaterialInterface \ static_assert(alignof(CompositingElementMaterialPass_SetMaterialInterface) == 0x000008, "Wrong alignment on CompositingElementMaterialPass_SetMaterialInterface"); \ static_assert(sizeof(CompositingElementMaterialPass_SetMaterialInterface) == 0x000008, "Wrong size on CompositingElementMaterialPass_SetMaterialInterface"); \ static_assert(offsetof(CompositingElementMaterialPass_SetMaterialInterface, NewMaterial) == 0x000000, "Member 'CompositingElementMaterialPass_SetMaterialInterface::NewMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingElementMaterialPass_SetParameterMapping \ static_assert(alignof(CompositingElementMaterialPass_SetParameterMapping) == 0x000004, "Wrong alignment on CompositingElementMaterialPass_SetParameterMapping"); \ static_assert(sizeof(CompositingElementMaterialPass_SetParameterMapping) == 0x000014, "Wrong size on CompositingElementMaterialPass_SetParameterMapping"); \ static_assert(offsetof(CompositingElementMaterialPass_SetParameterMapping, TextureParamName) == 0x000000, "Member 'CompositingElementMaterialPass_SetParameterMapping::TextureParamName' has a wrong offset!"); \ static_assert(offsetof(CompositingElementMaterialPass_SetParameterMapping, ComposureLayerName) == 0x000008, "Member 'CompositingElementMaterialPass_SetParameterMapping::ComposureLayerName' has a wrong offset!"); \ static_assert(offsetof(CompositingElementMaterialPass_SetParameterMapping, ReturnValue) == 0x000010, "Member 'CompositingElementMaterialPass_SetParameterMapping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositingElementMaterialPass \ static_assert(alignof(UCompositingElementMaterialPass) == 0x000008, "Wrong alignment on UCompositingElementMaterialPass"); \ static_assert(sizeof(UCompositingElementMaterialPass) == 0x0001E0, "Wrong size on UCompositingElementMaterialPass"); \ static_assert(offsetof(UCompositingElementMaterialPass, Material) == 0x000088, "Member 'UCompositingElementMaterialPass::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositingTonemapPass \ static_assert(alignof(UCompositingTonemapPass) == 0x000010, "Wrong alignment on UCompositingTonemapPass"); \ static_assert(sizeof(UCompositingTonemapPass) == 0x0001E0, "Wrong size on UCompositingTonemapPass"); \ static_assert(offsetof(UCompositingTonemapPass, ColorGradingSettings) == 0x000070, "Member 'UCompositingTonemapPass::ColorGradingSettings' has a wrong offset!"); \ static_assert(offsetof(UCompositingTonemapPass, FilmStockSettings) == 0x0001C0, "Member 'UCompositingTonemapPass::FilmStockSettings' has a wrong offset!"); \ static_assert(offsetof(UCompositingTonemapPass, ChromaticAberration) == 0x0001D4, "Member 'UCompositingTonemapPass::ChromaticAberration' has a wrong offset!"); \ static_assert(offsetof(UCompositingTonemapPass, TonemapPolicy) == 0x0001D8, "Member 'UCompositingTonemapPass::TonemapPolicy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiPassChromaKeyer \ static_assert(alignof(UMultiPassChromaKeyer) == 0x000008, "Wrong alignment on UMultiPassChromaKeyer"); \ static_assert(sizeof(UMultiPassChromaKeyer) == 0x0001E0, "Wrong size on UMultiPassChromaKeyer"); \ static_assert(offsetof(UMultiPassChromaKeyer, KeyColors) == 0x000070, "Member 'UMultiPassChromaKeyer::KeyColors' has a wrong offset!"); \ static_assert(offsetof(UMultiPassChromaKeyer, KeyerMaterial) == 0x000080, "Member 'UMultiPassChromaKeyer::KeyerMaterial' has a wrong offset!"); \ static_assert(offsetof(UMultiPassChromaKeyer, DefaultWhiteTexture) == 0x0001D8, "Member 'UMultiPassChromaKeyer::DefaultWhiteTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiPassDespill \ static_assert(alignof(UMultiPassDespill) == 0x000008, "Wrong alignment on UMultiPassDespill"); \ static_assert(sizeof(UMultiPassDespill) == 0x0001E0, "Wrong size on UMultiPassDespill"); \ static_assert(offsetof(UMultiPassDespill, KeyColors) == 0x000070, "Member 'UMultiPassDespill::KeyColors' has a wrong offset!"); \ static_assert(offsetof(UMultiPassDespill, KeyerMaterial) == 0x000080, "Member 'UMultiPassDespill::KeyerMaterial' has a wrong offset!"); \ static_assert(offsetof(UMultiPassDespill, DefaultWhiteTexture) == 0x0001D8, "Member 'UMultiPassDespill::DefaultWhiteTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAlphaTransformPass \ static_assert(alignof(UAlphaTransformPass) == 0x000008, "Wrong alignment on UAlphaTransformPass"); \ static_assert(sizeof(UAlphaTransformPass) == 0x000088, "Wrong size on UAlphaTransformPass"); \ static_assert(offsetof(UAlphaTransformPass, AlphaScale) == 0x000070, "Member 'UAlphaTransformPass::AlphaScale' has a wrong offset!"); \ static_assert(offsetof(UAlphaTransformPass, DefaultMaterial) == 0x000078, "Member 'UAlphaTransformPass::DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UAlphaTransformPass, AlphaTransformMID) == 0x000080, "Member 'UAlphaTransformPass::AlphaTransformMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCompositingOpenColorIOPass \ static_assert(alignof(UCompositingOpenColorIOPass) == 0x000008, "Wrong alignment on UCompositingOpenColorIOPass"); \ static_assert(sizeof(UCompositingOpenColorIOPass) == 0x0000C8, "Wrong size on UCompositingOpenColorIOPass"); \ static_assert(offsetof(UCompositingOpenColorIOPass, ColorConversionSettings) == 0x000070, "Member 'UCompositingOpenColorIOPass::ColorConversionSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_AttachComposureElement \ static_assert(alignof(ComposureBlueprintLibrary_AttachComposureElement) == 0x000004, "Wrong alignment on ComposureBlueprintLibrary_AttachComposureElement"); \ static_assert(sizeof(ComposureBlueprintLibrary_AttachComposureElement) == 0x000014, "Wrong size on ComposureBlueprintLibrary_AttachComposureElement"); \ static_assert(offsetof(ComposureBlueprintLibrary_AttachComposureElement, ParentName) == 0x000000, "Member 'ComposureBlueprintLibrary_AttachComposureElement::ParentName' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_AttachComposureElement, ChildName) == 0x000008, "Member 'ComposureBlueprintLibrary_AttachComposureElement::ChildName' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_AttachComposureElement, ReturnValue) == 0x000010, "Member 'ComposureBlueprintLibrary_AttachComposureElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture \ static_assert(alignof(ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture) == 0x000008, "Wrong alignment on ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture"); \ static_assert(sizeof(ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture) == 0x000018, "Wrong size on ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture"); \ static_assert(offsetof(ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture, SrcCamera) == 0x000000, "Member 'ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture::SrcCamera' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture, DstCaptureComponent) == 0x000008, "Member 'ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture::DstCaptureComponent' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture, OriginalFocalLength) == 0x000010, "Member 'ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture::OriginalFocalLength' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture, OverscanFactor) == 0x000014, "Member 'ComposureBlueprintLibrary_CopyCameraSettingsToSceneCapture::OverscanFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_CreateComposureElement \ static_assert(alignof(ComposureBlueprintLibrary_CreateComposureElement) == 0x000008, "Wrong alignment on ComposureBlueprintLibrary_CreateComposureElement"); \ static_assert(sizeof(ComposureBlueprintLibrary_CreateComposureElement) == 0x000020, "Wrong size on ComposureBlueprintLibrary_CreateComposureElement"); \ static_assert(offsetof(ComposureBlueprintLibrary_CreateComposureElement, ElementName) == 0x000000, "Member 'ComposureBlueprintLibrary_CreateComposureElement::ElementName' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_CreateComposureElement, ClassType) == 0x000008, "Member 'ComposureBlueprintLibrary_CreateComposureElement::ClassType' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_CreateComposureElement, LevelContext) == 0x000010, "Member 'ComposureBlueprintLibrary_CreateComposureElement::LevelContext' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_CreateComposureElement, ReturnValue) == 0x000018, "Member 'ComposureBlueprintLibrary_CreateComposureElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_CreatePlayerCompositingTarget \ static_assert(alignof(ComposureBlueprintLibrary_CreatePlayerCompositingTarget) == 0x000008, "Wrong alignment on ComposureBlueprintLibrary_CreatePlayerCompositingTarget"); \ static_assert(sizeof(ComposureBlueprintLibrary_CreatePlayerCompositingTarget) == 0x000010, "Wrong size on ComposureBlueprintLibrary_CreatePlayerCompositingTarget"); \ static_assert(offsetof(ComposureBlueprintLibrary_CreatePlayerCompositingTarget, WorldContextObject) == 0x000000, "Member 'ComposureBlueprintLibrary_CreatePlayerCompositingTarget::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_CreatePlayerCompositingTarget, ReturnValue) == 0x000008, "Member 'ComposureBlueprintLibrary_CreatePlayerCompositingTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_DeleteComposureElementAndChildren \ static_assert(alignof(ComposureBlueprintLibrary_DeleteComposureElementAndChildren) == 0x000004, "Wrong alignment on ComposureBlueprintLibrary_DeleteComposureElementAndChildren"); \ static_assert(sizeof(ComposureBlueprintLibrary_DeleteComposureElementAndChildren) == 0x000008, "Wrong size on ComposureBlueprintLibrary_DeleteComposureElementAndChildren"); \ static_assert(offsetof(ComposureBlueprintLibrary_DeleteComposureElementAndChildren, ElementToDelete) == 0x000000, "Member 'ComposureBlueprintLibrary_DeleteComposureElementAndChildren::ElementToDelete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_GetComposureElement \ static_assert(alignof(ComposureBlueprintLibrary_GetComposureElement) == 0x000008, "Wrong alignment on ComposureBlueprintLibrary_GetComposureElement"); \ static_assert(sizeof(ComposureBlueprintLibrary_GetComposureElement) == 0x000010, "Wrong size on ComposureBlueprintLibrary_GetComposureElement"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetComposureElement, ElementName) == 0x000000, "Member 'ComposureBlueprintLibrary_GetComposureElement::ElementName' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetComposureElement, ReturnValue) == 0x000008, "Member 'ComposureBlueprintLibrary_GetComposureElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings \ static_assert(alignof(ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings) == 0x000010, "Wrong alignment on ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings"); \ static_assert(sizeof(ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings) == 0x0000A0, "Wrong size on ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings, PostMoveSettings) == 0x000000, "Member 'ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings::PostMoveSettings' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings, AspectRatio) == 0x000018, "Member 'ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings, CropingUVTransformationMatrix) == 0x000020, "Member 'ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings::CropingUVTransformationMatrix' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings, UncropingUVTransformationMatrix) == 0x000060, "Member 'ComposureBlueprintLibrary_GetCroppingUVTransformationMatrixFromPostMoveSettings::UncropingUVTransformationMatrix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_GetPlayerDisplayGamma \ static_assert(alignof(ComposureBlueprintLibrary_GetPlayerDisplayGamma) == 0x000008, "Wrong alignment on ComposureBlueprintLibrary_GetPlayerDisplayGamma"); \ static_assert(sizeof(ComposureBlueprintLibrary_GetPlayerDisplayGamma) == 0x000010, "Wrong size on ComposureBlueprintLibrary_GetPlayerDisplayGamma"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetPlayerDisplayGamma, PlayerCameraManager) == 0x000000, "Member 'ComposureBlueprintLibrary_GetPlayerDisplayGamma::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetPlayerDisplayGamma, DisplayGamma) == 0x000008, "Member 'ComposureBlueprintLibrary_GetPlayerDisplayGamma::DisplayGamma' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings \ static_assert(alignof(ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings) == 0x000010, "Wrong alignment on ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings"); \ static_assert(sizeof(ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings) == 0x000060, "Wrong size on ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings, PostMoveSettings) == 0x000000, "Member 'ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings::PostMoveSettings' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings, HorizontalFOVAngle) == 0x000018, "Member 'ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings::HorizontalFOVAngle' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings, AspectRatio) == 0x00001C, "Member 'ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings, ProjectionMatrix) == 0x000020, "Member 'ComposureBlueprintLibrary_GetProjectionMatrixFromPostMoveSettings::ProjectionMatrix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_GetRedGreenUVFactorsFromChromaticAberration \ static_assert(alignof(ComposureBlueprintLibrary_GetRedGreenUVFactorsFromChromaticAberration) == 0x000004, "Wrong alignment on ComposureBlueprintLibrary_GetRedGreenUVFactorsFromChromaticAberration"); \ static_assert(sizeof(ComposureBlueprintLibrary_GetRedGreenUVFactorsFromChromaticAberration) == 0x00000C, "Wrong size on ComposureBlueprintLibrary_GetRedGreenUVFactorsFromChromaticAberration"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetRedGreenUVFactorsFromChromaticAberration, ChromaticAberrationAmount) == 0x000000, "Member 'ComposureBlueprintLibrary_GetRedGreenUVFactorsFromChromaticAberration::ChromaticAberrationAmount' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_GetRedGreenUVFactorsFromChromaticAberration, RedGreenUVFactors) == 0x000004, "Member 'ComposureBlueprintLibrary_GetRedGreenUVFactorsFromChromaticAberration::RedGreenUVFactors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_InvertUVDisplacementMapEncodingParameters \ static_assert(alignof(ComposureBlueprintLibrary_InvertUVDisplacementMapEncodingParameters) == 0x000004, "Wrong alignment on ComposureBlueprintLibrary_InvertUVDisplacementMapEncodingParameters"); \ static_assert(sizeof(ComposureBlueprintLibrary_InvertUVDisplacementMapEncodingParameters) == 0x000010, "Wrong size on ComposureBlueprintLibrary_InvertUVDisplacementMapEncodingParameters"); \ static_assert(offsetof(ComposureBlueprintLibrary_InvertUVDisplacementMapEncodingParameters, In) == 0x000000, "Member 'ComposureBlueprintLibrary_InvertUVDisplacementMapEncodingParameters::In' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_InvertUVDisplacementMapEncodingParameters, Out) == 0x000008, "Member 'ComposureBlueprintLibrary_InvertUVDisplacementMapEncodingParameters::Out' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_IsComposureElementDrawing \ static_assert(alignof(ComposureBlueprintLibrary_IsComposureElementDrawing) == 0x000008, "Wrong alignment on ComposureBlueprintLibrary_IsComposureElementDrawing"); \ static_assert(sizeof(ComposureBlueprintLibrary_IsComposureElementDrawing) == 0x000010, "Wrong size on ComposureBlueprintLibrary_IsComposureElementDrawing"); \ static_assert(offsetof(ComposureBlueprintLibrary_IsComposureElementDrawing, CompElement) == 0x000000, "Member 'ComposureBlueprintLibrary_IsComposureElementDrawing::CompElement' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_IsComposureElementDrawing, ReturnValue) == 0x000008, "Member 'ComposureBlueprintLibrary_IsComposureElementDrawing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_RenameComposureElement \ static_assert(alignof(ComposureBlueprintLibrary_RenameComposureElement) == 0x000004, "Wrong alignment on ComposureBlueprintLibrary_RenameComposureElement"); \ static_assert(sizeof(ComposureBlueprintLibrary_RenameComposureElement) == 0x000014, "Wrong size on ComposureBlueprintLibrary_RenameComposureElement"); \ static_assert(offsetof(ComposureBlueprintLibrary_RenameComposureElement, OriginalElementName) == 0x000000, "Member 'ComposureBlueprintLibrary_RenameComposureElement::OriginalElementName' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_RenameComposureElement, NewElementName) == 0x000008, "Member 'ComposureBlueprintLibrary_RenameComposureElement::NewElementName' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_RenameComposureElement, ReturnValue) == 0x000010, "Member 'ComposureBlueprintLibrary_RenameComposureElement::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureBlueprintLibrary_SetUVMapSettingsToMaterialParameters \ static_assert(alignof(ComposureBlueprintLibrary_SetUVMapSettingsToMaterialParameters) == 0x000010, "Wrong alignment on ComposureBlueprintLibrary_SetUVMapSettingsToMaterialParameters"); \ static_assert(sizeof(ComposureBlueprintLibrary_SetUVMapSettingsToMaterialParameters) == 0x0000B0, "Wrong size on ComposureBlueprintLibrary_SetUVMapSettingsToMaterialParameters"); \ static_assert(offsetof(ComposureBlueprintLibrary_SetUVMapSettingsToMaterialParameters, UVMapSettings) == 0x000000, "Member 'ComposureBlueprintLibrary_SetUVMapSettingsToMaterialParameters::UVMapSettings' has a wrong offset!"); \ static_assert(offsetof(ComposureBlueprintLibrary_SetUVMapSettingsToMaterialParameters, Material) == 0x0000A0, "Member 'ComposureBlueprintLibrary_SetUVMapSettingsToMaterialParameters::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComposureBlueprintLibrary \ static_assert(alignof(UComposureBlueprintLibrary) == 0x000008, "Wrong alignment on UComposureBlueprintLibrary"); \ static_assert(sizeof(UComposureBlueprintLibrary) == 0x000028, "Wrong size on UComposureBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UComposureGameSettings \ static_assert(alignof(UComposureGameSettings) == 0x000008, "Wrong alignment on UComposureGameSettings"); \ static_assert(sizeof(UComposureGameSettings) == 0x000068, "Wrong size on UComposureGameSettings"); \ static_assert(offsetof(UComposureGameSettings, StaticVideoPlateDebugImage) == 0x000028, "Member 'UComposureGameSettings::StaticVideoPlateDebugImage' has a wrong offset!"); \ static_assert(offsetof(UComposureGameSettings, bSceneCapWarnOfMissingCam) == 0x000040, "Member 'UComposureGameSettings::bSceneCapWarnOfMissingCam' has a wrong offset!"); \ static_assert(offsetof(UComposureGameSettings, FallbackCompositingTexture) == 0x000048, "Member 'UComposureGameSettings::FallbackCompositingTexture' has a wrong offset!"); \ static_assert(offsetof(UComposureGameSettings, FallbackCompositingTextureObj) == 0x000060, "Member 'UComposureGameSettings::FallbackCompositingTextureObj' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePostProcessPass_SetOutputRenderTarget \ static_assert(alignof(ComposurePostProcessPass_SetOutputRenderTarget) == 0x000008, "Wrong alignment on ComposurePostProcessPass_SetOutputRenderTarget"); \ static_assert(sizeof(ComposurePostProcessPass_SetOutputRenderTarget) == 0x000008, "Wrong size on ComposurePostProcessPass_SetOutputRenderTarget"); \ static_assert(offsetof(ComposurePostProcessPass_SetOutputRenderTarget, RenderTarget) == 0x000000, "Member 'ComposurePostProcessPass_SetOutputRenderTarget::RenderTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePostProcessPass_SetSetupMaterial \ static_assert(alignof(ComposurePostProcessPass_SetSetupMaterial) == 0x000008, "Wrong alignment on ComposurePostProcessPass_SetSetupMaterial"); \ static_assert(sizeof(ComposurePostProcessPass_SetSetupMaterial) == 0x000008, "Wrong size on ComposurePostProcessPass_SetSetupMaterial"); \ static_assert(offsetof(ComposurePostProcessPass_SetSetupMaterial, Material) == 0x000000, "Member 'ComposurePostProcessPass_SetSetupMaterial::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePostProcessPass_GetOutputRenderTarget \ static_assert(alignof(ComposurePostProcessPass_GetOutputRenderTarget) == 0x000008, "Wrong alignment on ComposurePostProcessPass_GetOutputRenderTarget"); \ static_assert(sizeof(ComposurePostProcessPass_GetOutputRenderTarget) == 0x000008, "Wrong size on ComposurePostProcessPass_GetOutputRenderTarget"); \ static_assert(offsetof(ComposurePostProcessPass_GetOutputRenderTarget, ReturnValue) == 0x000000, "Member 'ComposurePostProcessPass_GetOutputRenderTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePostProcessPass_GetSetupMaterial \ static_assert(alignof(ComposurePostProcessPass_GetSetupMaterial) == 0x000008, "Wrong alignment on ComposurePostProcessPass_GetSetupMaterial"); \ static_assert(sizeof(ComposurePostProcessPass_GetSetupMaterial) == 0x000008, "Wrong size on ComposurePostProcessPass_GetSetupMaterial"); \ static_assert(offsetof(ComposurePostProcessPass_GetSetupMaterial, ReturnValue) == 0x000000, "Member 'ComposurePostProcessPass_GetSetupMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComposurePostProcessPass \ static_assert(alignof(UComposurePostProcessPass) == 0x000010, "Wrong alignment on UComposurePostProcessPass"); \ static_assert(sizeof(UComposurePostProcessPass) == 0x000230, "Wrong size on UComposurePostProcessPass"); \ static_assert(offsetof(UComposurePostProcessPass, SceneCapture) == 0x000208, "Member 'UComposurePostProcessPass::SceneCapture' has a wrong offset!"); \ static_assert(offsetof(UComposurePostProcessPass, BlendableInterface) == 0x000210, "Member 'UComposurePostProcessPass::BlendableInterface' has a wrong offset!"); \ static_assert(offsetof(UComposurePostProcessPass, SetupMaterial) == 0x000218, "Member 'UComposurePostProcessPass::SetupMaterial' has a wrong offset!"); \ static_assert(offsetof(UComposurePostProcessPass, TonemapperReplacement) == 0x000220, "Member 'UComposurePostProcessPass::TonemapperReplacement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureLensBloomPass_SetTonemapperReplacingMaterial \ static_assert(alignof(ComposureLensBloomPass_SetTonemapperReplacingMaterial) == 0x000008, "Wrong alignment on ComposureLensBloomPass_SetTonemapperReplacingMaterial"); \ static_assert(sizeof(ComposureLensBloomPass_SetTonemapperReplacingMaterial) == 0x000008, "Wrong size on ComposureLensBloomPass_SetTonemapperReplacingMaterial"); \ static_assert(offsetof(ComposureLensBloomPass_SetTonemapperReplacingMaterial, Material) == 0x000000, "Member 'ComposureLensBloomPass_SetTonemapperReplacingMaterial::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComposureLensBloomPass \ static_assert(alignof(UComposureLensBloomPass) == 0x000010, "Wrong alignment on UComposureLensBloomPass"); \ static_assert(sizeof(UComposureLensBloomPass) == 0x0002F0, "Wrong size on UComposureLensBloomPass"); \ static_assert(offsetof(UComposureLensBloomPass, Settings) == 0x000228, "Member 'UComposureLensBloomPass::Settings' has a wrong offset!"); \ static_assert(offsetof(UComposureLensBloomPass, TonemapperReplacingMID) == 0x0002E0, "Member 'UComposureLensBloomPass::TonemapperReplacingMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePostProcessPassPolicy_SetupPostProcess \ static_assert(alignof(ComposurePostProcessPassPolicy_SetupPostProcess) == 0x000008, "Wrong alignment on ComposurePostProcessPassPolicy_SetupPostProcess"); \ static_assert(sizeof(ComposurePostProcessPassPolicy_SetupPostProcess) == 0x000010, "Wrong size on ComposurePostProcessPassPolicy_SetupPostProcess"); \ static_assert(offsetof(ComposurePostProcessPassPolicy_SetupPostProcess, SceneCapture) == 0x000000, "Member 'ComposurePostProcessPassPolicy_SetupPostProcess::SceneCapture' has a wrong offset!"); \ static_assert(offsetof(ComposurePostProcessPassPolicy_SetupPostProcess, TonemapperOverride) == 0x000008, "Member 'ComposurePostProcessPassPolicy_SetupPostProcess::TonemapperOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComposurePostProcessPassPolicy \ static_assert(alignof(UComposurePostProcessPassPolicy) == 0x000008, "Wrong alignment on UComposurePostProcessPassPolicy"); \ static_assert(sizeof(UComposurePostProcessPassPolicy) == 0x000028, "Wrong size on UComposurePostProcessPassPolicy"); \ #define DUMPER7_ASSERTS_UComposureLensBloomPassPolicy \ static_assert(alignof(UComposureLensBloomPassPolicy) == 0x000008, "Wrong alignment on UComposureLensBloomPassPolicy"); \ static_assert(sizeof(UComposureLensBloomPassPolicy) == 0x0000F8, "Wrong size on UComposureLensBloomPassPolicy"); \ static_assert(offsetof(UComposureLensBloomPassPolicy, Settings) == 0x000028, "Member 'UComposureLensBloomPassPolicy::Settings' has a wrong offset!"); \ static_assert(offsetof(UComposureLensBloomPassPolicy, ReplacementMaterial) == 0x0000E0, "Member 'UComposureLensBloomPassPolicy::ReplacementMaterial' has a wrong offset!"); \ static_assert(offsetof(UComposureLensBloomPassPolicy, BloomIntensityParamName) == 0x0000E8, "Member 'UComposureLensBloomPassPolicy::BloomIntensityParamName' has a wrong offset!"); \ static_assert(offsetof(UComposureLensBloomPassPolicy, TonemapperReplacmentMID) == 0x0000F0, "Member 'UComposureLensBloomPassPolicy::TonemapperReplacmentMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComposurePlayerCompositingCameraModifier \ static_assert(alignof(UComposurePlayerCompositingCameraModifier) == 0x000008, "Wrong alignment on UComposurePlayerCompositingCameraModifier"); \ static_assert(sizeof(UComposurePlayerCompositingCameraModifier) == 0x000060, "Wrong size on UComposurePlayerCompositingCameraModifier"); \ static_assert(offsetof(UComposurePlayerCompositingCameraModifier, Target) == 0x000050, "Member 'UComposurePlayerCompositingCameraModifier::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IComposurePlayerCompositingInterface \ static_assert(alignof(IComposurePlayerCompositingInterface) == 0x000001, "Wrong alignment on IComposurePlayerCompositingInterface"); \ static_assert(sizeof(IComposurePlayerCompositingInterface) == 0x000001, "Wrong size on IComposurePlayerCompositingInterface"); \ #define DUMPER7_ASSERTS_ComposurePlayerCompositingTarget_SetPlayerCameraManager \ static_assert(alignof(ComposurePlayerCompositingTarget_SetPlayerCameraManager) == 0x000008, "Wrong alignment on ComposurePlayerCompositingTarget_SetPlayerCameraManager"); \ static_assert(sizeof(ComposurePlayerCompositingTarget_SetPlayerCameraManager) == 0x000010, "Wrong size on ComposurePlayerCompositingTarget_SetPlayerCameraManager"); \ static_assert(offsetof(ComposurePlayerCompositingTarget_SetPlayerCameraManager, PlayerCameraManager_0) == 0x000000, "Member 'ComposurePlayerCompositingTarget_SetPlayerCameraManager::PlayerCameraManager_0' has a wrong offset!"); \ static_assert(offsetof(ComposurePlayerCompositingTarget_SetPlayerCameraManager, ReturnValue) == 0x000008, "Member 'ComposurePlayerCompositingTarget_SetPlayerCameraManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePlayerCompositingTarget_SetRenderTarget \ static_assert(alignof(ComposurePlayerCompositingTarget_SetRenderTarget) == 0x000008, "Wrong alignment on ComposurePlayerCompositingTarget_SetRenderTarget"); \ static_assert(sizeof(ComposurePlayerCompositingTarget_SetRenderTarget) == 0x000008, "Wrong size on ComposurePlayerCompositingTarget_SetRenderTarget"); \ static_assert(offsetof(ComposurePlayerCompositingTarget_SetRenderTarget, RenderTarget) == 0x000000, "Member 'ComposurePlayerCompositingTarget_SetRenderTarget::RenderTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePlayerCompositingTarget_GetPlayerCameraManager \ static_assert(alignof(ComposurePlayerCompositingTarget_GetPlayerCameraManager) == 0x000008, "Wrong alignment on ComposurePlayerCompositingTarget_GetPlayerCameraManager"); \ static_assert(sizeof(ComposurePlayerCompositingTarget_GetPlayerCameraManager) == 0x000008, "Wrong size on ComposurePlayerCompositingTarget_GetPlayerCameraManager"); \ static_assert(offsetof(ComposurePlayerCompositingTarget_GetPlayerCameraManager, ReturnValue) == 0x000000, "Member 'ComposurePlayerCompositingTarget_GetPlayerCameraManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComposurePlayerCompositingTarget \ static_assert(alignof(UComposurePlayerCompositingTarget) == 0x000008, "Wrong alignment on UComposurePlayerCompositingTarget"); \ static_assert(sizeof(UComposurePlayerCompositingTarget) == 0x000070, "Wrong size on UComposurePlayerCompositingTarget"); \ static_assert(offsetof(UComposurePlayerCompositingTarget, PlayerCameraManager) == 0x000030, "Member 'UComposurePlayerCompositingTarget::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(UComposurePlayerCompositingTarget, PlayerCameraModifier) == 0x000038, "Member 'UComposurePlayerCompositingTarget::PlayerCameraModifier' has a wrong offset!"); \ static_assert(offsetof(UComposurePlayerCompositingTarget, ReplaceTonemapperMID) == 0x000040, "Member 'UComposurePlayerCompositingTarget::ReplaceTonemapperMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureCompositingTargetComponent_SetDisplayTexture \ static_assert(alignof(ComposureCompositingTargetComponent_SetDisplayTexture) == 0x000008, "Wrong alignment on ComposureCompositingTargetComponent_SetDisplayTexture"); \ static_assert(sizeof(ComposureCompositingTargetComponent_SetDisplayTexture) == 0x000008, "Wrong size on ComposureCompositingTargetComponent_SetDisplayTexture"); \ static_assert(offsetof(ComposureCompositingTargetComponent_SetDisplayTexture, DisplayTexture_0) == 0x000000, "Member 'ComposureCompositingTargetComponent_SetDisplayTexture::DisplayTexture_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposureCompositingTargetComponent_GetDisplayTexture \ static_assert(alignof(ComposureCompositingTargetComponent_GetDisplayTexture) == 0x000008, "Wrong alignment on ComposureCompositingTargetComponent_GetDisplayTexture"); \ static_assert(sizeof(ComposureCompositingTargetComponent_GetDisplayTexture) == 0x000008, "Wrong size on ComposureCompositingTargetComponent_GetDisplayTexture"); \ static_assert(offsetof(ComposureCompositingTargetComponent_GetDisplayTexture, ReturnValue) == 0x000000, "Member 'ComposureCompositingTargetComponent_GetDisplayTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComposureCompositingTargetComponent \ static_assert(alignof(UComposureCompositingTargetComponent) == 0x000008, "Wrong alignment on UComposureCompositingTargetComponent"); \ static_assert(sizeof(UComposureCompositingTargetComponent) == 0x0000C8, "Wrong size on UComposureCompositingTargetComponent"); \ static_assert(offsetof(UComposureCompositingTargetComponent, DisplayTexture) == 0x0000C0, "Member 'UComposureCompositingTargetComponent::DisplayTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComposurePostProcessBlendable \ static_assert(alignof(UComposurePostProcessBlendable) == 0x000008, "Wrong alignment on UComposurePostProcessBlendable"); \ static_assert(sizeof(UComposurePostProcessBlendable) == 0x000038, "Wrong size on UComposurePostProcessBlendable"); \ static_assert(offsetof(UComposurePostProcessBlendable, Target) == 0x000030, "Member 'UComposurePostProcessBlendable::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ComposurePostProcessingPassProxy_Execute \ static_assert(alignof(ComposurePostProcessingPassProxy_Execute) == 0x000008, "Wrong alignment on ComposurePostProcessingPassProxy_Execute"); \ static_assert(sizeof(ComposurePostProcessingPassProxy_Execute) == 0x000010, "Wrong size on ComposurePostProcessingPassProxy_Execute"); \ static_assert(offsetof(ComposurePostProcessingPassProxy_Execute, PrePassInput) == 0x000000, "Member 'ComposurePostProcessingPassProxy_Execute::PrePassInput' has a wrong offset!"); \ static_assert(offsetof(ComposurePostProcessingPassProxy_Execute, PostProcessPass) == 0x000008, "Member 'ComposurePostProcessingPassProxy_Execute::PostProcessPass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComposurePostProcessingPassProxy \ static_assert(alignof(UComposurePostProcessingPassProxy) == 0x000010, "Wrong alignment on UComposurePostProcessingPassProxy"); \ static_assert(sizeof(UComposurePostProcessingPassProxy) == 0x000230, "Wrong size on UComposurePostProcessingPassProxy"); \ static_assert(offsetof(UComposurePostProcessingPassProxy, SetupMID) == 0x000228, "Member 'UComposurePostProcessingPassProxy::SetupMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComposureTonemapperPass \ static_assert(alignof(UComposureTonemapperPass) == 0x000010, "Wrong alignment on UComposureTonemapperPass"); \ static_assert(sizeof(UComposureTonemapperPass) == 0x0003A0, "Wrong size on UComposureTonemapperPass"); \ static_assert(offsetof(UComposureTonemapperPass, ColorGradingSettings) == 0x000230, "Member 'UComposureTonemapperPass::ColorGradingSettings' has a wrong offset!"); \ static_assert(offsetof(UComposureTonemapperPass, FilmStockSettings) == 0x000380, "Member 'UComposureTonemapperPass::FilmStockSettings' has a wrong offset!"); \ static_assert(offsetof(UComposureTonemapperPass, ChromaticAberration) == 0x000394, "Member 'UComposureTonemapperPass::ChromaticAberration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UComposureTonemapperPassPolicy \ static_assert(alignof(UComposureTonemapperPassPolicy) == 0x000010, "Wrong alignment on UComposureTonemapperPassPolicy"); \ static_assert(sizeof(UComposureTonemapperPassPolicy) == 0x0001A0, "Wrong size on UComposureTonemapperPassPolicy"); \ static_assert(offsetof(UComposureTonemapperPassPolicy, ColorGradingSettings) == 0x000030, "Member 'UComposureTonemapperPassPolicy::ColorGradingSettings' has a wrong offset!"); \ static_assert(offsetof(UComposureTonemapperPassPolicy, FilmStockSettings) == 0x000180, "Member 'UComposureTonemapperPassPolicy::FilmStockSettings' has a wrong offset!"); \ static_assert(offsetof(UComposureTonemapperPassPolicy, ChromaticAberration) == 0x000194, "Member 'UComposureTonemapperPassPolicy::ChromaticAberration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CompositingTextureLookupTable_FindNamedPassResult \ static_assert(alignof(CompositingTextureLookupTable_FindNamedPassResult) == 0x000008, "Wrong alignment on CompositingTextureLookupTable_FindNamedPassResult"); \ static_assert(sizeof(CompositingTextureLookupTable_FindNamedPassResult) == 0x000018, "Wrong size on CompositingTextureLookupTable_FindNamedPassResult"); \ static_assert(offsetof(CompositingTextureLookupTable_FindNamedPassResult, LookupName) == 0x000000, "Member 'CompositingTextureLookupTable_FindNamedPassResult::LookupName' has a wrong offset!"); \ static_assert(offsetof(CompositingTextureLookupTable_FindNamedPassResult, OutTexture) == 0x000008, "Member 'CompositingTextureLookupTable_FindNamedPassResult::OutTexture' has a wrong offset!"); \ static_assert(offsetof(CompositingTextureLookupTable_FindNamedPassResult, ReturnValue) == 0x000010, "Member 'CompositingTextureLookupTable_FindNamedPassResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ICompositingTextureLookupTable \ static_assert(alignof(ICompositingTextureLookupTable) == 0x000001, "Wrong alignment on ICompositingTextureLookupTable"); \ static_assert(sizeof(ICompositingTextureLookupTable) == 0x000001, "Wrong size on ICompositingTextureLookupTable"); \ #define DUMPER7_ASSERTS_MovieSceneComposureExportClient_InitializeForExport \ static_assert(alignof(MovieSceneComposureExportClient_InitializeForExport) == 0x000008, "Wrong alignment on MovieSceneComposureExportClient_InitializeForExport"); \ static_assert(sizeof(MovieSceneComposureExportClient_InitializeForExport) == 0x000008, "Wrong size on MovieSceneComposureExportClient_InitializeForExport"); \ static_assert(offsetof(MovieSceneComposureExportClient_InitializeForExport, ExportInitializer) == 0x000000, "Member 'MovieSceneComposureExportClient_InitializeForExport::ExportInitializer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneComposureExportClient \ static_assert(alignof(IMovieSceneComposureExportClient) == 0x000001, "Wrong alignment on IMovieSceneComposureExportClient"); \ static_assert(sizeof(IMovieSceneComposureExportClient) == 0x000001, "Wrong size on IMovieSceneComposureExportClient"); \ #define DUMPER7_ASSERTS_MovieSceneComposureExportInitializer_ExportSceneCaptureBuffers \ static_assert(alignof(MovieSceneComposureExportInitializer_ExportSceneCaptureBuffers) == 0x000008, "Wrong alignment on MovieSceneComposureExportInitializer_ExportSceneCaptureBuffers"); \ static_assert(sizeof(MovieSceneComposureExportInitializer_ExportSceneCaptureBuffers) == 0x000020, "Wrong size on MovieSceneComposureExportInitializer_ExportSceneCaptureBuffers"); \ static_assert(offsetof(MovieSceneComposureExportInitializer_ExportSceneCaptureBuffers, CompShotElement) == 0x000000, "Member 'MovieSceneComposureExportInitializer_ExportSceneCaptureBuffers::CompShotElement' has a wrong offset!"); \ static_assert(offsetof(MovieSceneComposureExportInitializer_ExportSceneCaptureBuffers, SceneCapture) == 0x000008, "Member 'MovieSceneComposureExportInitializer_ExportSceneCaptureBuffers::SceneCapture' has a wrong offset!"); \ static_assert(offsetof(MovieSceneComposureExportInitializer_ExportSceneCaptureBuffers, BuffersToExport) == 0x000010, "Member 'MovieSceneComposureExportInitializer_ExportSceneCaptureBuffers::BuffersToExport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneComposureExportInitializer \ static_assert(alignof(UMovieSceneComposureExportInitializer) == 0x000008, "Wrong alignment on UMovieSceneComposureExportInitializer"); \ static_assert(sizeof(UMovieSceneComposureExportInitializer) == 0x000038, "Wrong size on UMovieSceneComposureExportInitializer"); \ #define DUMPER7_ASSERTS_UMovieSceneComposureExportTrack \ static_assert(alignof(UMovieSceneComposureExportTrack) == 0x000008, "Wrong alignment on UMovieSceneComposureExportTrack"); \ static_assert(sizeof(UMovieSceneComposureExportTrack) == 0x0000C0, "Wrong size on UMovieSceneComposureExportTrack"); \ static_assert(offsetof(UMovieSceneComposureExportTrack, Pass) == 0x000098, "Member 'UMovieSceneComposureExportTrack::Pass' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneComposureExportTrack, Sections) == 0x0000B0, "Member 'UMovieSceneComposureExportTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneComposureExportSection \ static_assert(alignof(UMovieSceneComposureExportSection) == 0x000008, "Wrong alignment on UMovieSceneComposureExportSection"); \ static_assert(sizeof(UMovieSceneComposureExportSection) == 0x0000E8, "Wrong size on UMovieSceneComposureExportSection"); \ #define DUMPER7_ASSERTS_UMovieSceneComposurePostMoveSettingsSection \ static_assert(alignof(UMovieSceneComposurePostMoveSettingsSection) == 0x000008, "Wrong alignment on UMovieSceneComposurePostMoveSettingsSection"); \ static_assert(sizeof(UMovieSceneComposurePostMoveSettingsSection) == 0x0004A8, "Wrong size on UMovieSceneComposurePostMoveSettingsSection"); \ static_assert(offsetof(UMovieSceneComposurePostMoveSettingsSection, Pivot) == 0x0000E8, "Member 'UMovieSceneComposurePostMoveSettingsSection::Pivot' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneComposurePostMoveSettingsSection, Translation) == 0x000228, "Member 'UMovieSceneComposurePostMoveSettingsSection::Translation' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneComposurePostMoveSettingsSection, RotationAngle) == 0x000368, "Member 'UMovieSceneComposurePostMoveSettingsSection::RotationAngle' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneComposurePostMoveSettingsSection, Scale) == 0x000408, "Member 'UMovieSceneComposurePostMoveSettingsSection::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneComposurePostMoveSettingsTrack \ static_assert(alignof(UMovieSceneComposurePostMoveSettingsTrack) == 0x000008, "Wrong alignment on UMovieSceneComposurePostMoveSettingsTrack"); \ static_assert(sizeof(UMovieSceneComposurePostMoveSettingsTrack) == 0x0000C8, "Wrong size on UMovieSceneComposurePostMoveSettingsTrack"); \ #define DUMPER7_ASSERTS_UPlayerViewportCompositingOutput \ static_assert(alignof(UPlayerViewportCompositingOutput) == 0x000008, "Wrong alignment on UPlayerViewportCompositingOutput"); \ static_assert(sizeof(UPlayerViewportCompositingOutput) == 0x0000B0, "Wrong size on UPlayerViewportCompositingOutput"); \ static_assert(offsetof(UPlayerViewportCompositingOutput, PlayerIndex) == 0x000080, "Member 'UPlayerViewportCompositingOutput::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(UPlayerViewportCompositingOutput, ActiveCamModifier) == 0x000088, "Member 'UPlayerViewportCompositingOutput::ActiveCamModifier' has a wrong offset!"); \ static_assert(offsetof(UPlayerViewportCompositingOutput, TonemapperBaseMat) == 0x000090, "Member 'UPlayerViewportCompositingOutput::TonemapperBaseMat' has a wrong offset!"); \ static_assert(offsetof(UPlayerViewportCompositingOutput, PreTonemapBaseMat) == 0x000098, "Member 'UPlayerViewportCompositingOutput::PreTonemapBaseMat' has a wrong offset!"); \ static_assert(offsetof(UPlayerViewportCompositingOutput, ViewportOverrideMID) == 0x0000A0, "Member 'UPlayerViewportCompositingOutput::ViewportOverrideMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlayerCompOutputCameraModifier \ static_assert(alignof(UPlayerCompOutputCameraModifier) == 0x000008, "Wrong alignment on UPlayerCompOutputCameraModifier"); \ static_assert(sizeof(UPlayerCompOutputCameraModifier) == 0x000050, "Wrong size on UPlayerCompOutputCameraModifier"); \ static_assert(offsetof(UPlayerCompOutputCameraModifier, Owner) == 0x000048, "Member 'UPlayerCompOutputCameraModifier::Owner' 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_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_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_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_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_FMovieSceneSkeletalAnimRootMotionTrackParams \ static_assert(alignof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ static_assert(sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000030, "Wrong size on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ #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_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_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_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_FMovieSceneParticleParameterSectionTemplate \ static_assert(alignof(FMovieSceneParticleParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneParticleParameterSectionTemplate) == 0x000080, "Wrong size on FMovieSceneParticleParameterSectionTemplate"); \ #define DUMPER7_ASSERTS_FMovieScenePrimitiveMaterialTemplate \ static_assert(alignof(FMovieScenePrimitiveMaterialTemplate) == 0x000008, "Wrong alignment on FMovieScenePrimitiveMaterialTemplate"); \ static_assert(sizeof(FMovieScenePrimitiveMaterialTemplate) == 0x0000E8, "Wrong size on FMovieScenePrimitiveMaterialTemplate"); \ static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialIndex) == 0x000020, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialIndex' has a wrong offset!"); \ static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialChannel) == 0x000028, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneStringPropertySectionTemplate \ static_assert(alignof(FMovieSceneStringPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneStringPropertySectionTemplate"); \ static_assert(sizeof(FMovieSceneStringPropertySectionTemplate) == 0x0000D8, "Wrong size on FMovieSceneStringPropertySectionTemplate"); \ static_assert(offsetof(FMovieSceneStringPropertySectionTemplate, StringCurve) == 0x000038, "Member 'FMovieSceneStringPropertySectionTemplate::StringCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_UMovieSceneCameraShakeEvaluator \ static_assert(alignof(UMovieSceneCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeEvaluator"); \ static_assert(sizeof(UMovieSceneCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneCameraShakeEvaluator"); \ #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_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_UIntegerChannelEvaluatorSystem \ static_assert(alignof(UIntegerChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UIntegerChannelEvaluatorSystem"); \ static_assert(sizeof(UIntegerChannelEvaluatorSystem) == 0x000040, "Wrong size on UIntegerChannelEvaluatorSystem"); \ #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_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_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_UByteChannelEvaluatorSystem \ static_assert(alignof(UByteChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UByteChannelEvaluatorSystem"); \ static_assert(sizeof(UByteChannelEvaluatorSystem) == 0x000040, "Wrong size on UByteChannelEvaluatorSystem"); \ #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_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_UFloatChannelEvaluatorSystem \ static_assert(alignof(UFloatChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UFloatChannelEvaluatorSystem"); \ static_assert(sizeof(UFloatChannelEvaluatorSystem) == 0x000040, "Wrong size on UFloatChannelEvaluatorSystem"); \ #define DUMPER7_ASSERTS_MovieSceneTransformOrigin_BP_GetTransformOrigin \ static_assert(alignof(MovieSceneTransformOrigin_BP_GetTransformOrigin) == 0x000010, "Wrong alignment on MovieSceneTransformOrigin_BP_GetTransformOrigin"); \ static_assert(sizeof(MovieSceneTransformOrigin_BP_GetTransformOrigin) == 0x000030, "Wrong size on MovieSceneTransformOrigin_BP_GetTransformOrigin"); \ static_assert(offsetof(MovieSceneTransformOrigin_BP_GetTransformOrigin, ReturnValue) == 0x000000, "Member 'MovieSceneTransformOrigin_BP_GetTransformOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMovieSceneTransformOrigin \ static_assert(alignof(IMovieSceneTransformOrigin) == 0x000001, "Wrong alignment on IMovieSceneTransformOrigin"); \ static_assert(sizeof(IMovieSceneTransformOrigin) == 0x000001, "Wrong size on IMovieSceneTransformOrigin"); \ #define DUMPER7_ASSERTS_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_UMovieScene3DAttachSection \ static_assert(alignof(UMovieScene3DAttachSection) == 0x000008, "Wrong alignment on UMovieScene3DAttachSection"); \ static_assert(sizeof(UMovieScene3DAttachSection) == 0x000130, "Wrong size on UMovieScene3DAttachSection"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachSocketName) == 0x000118, "Member 'UMovieScene3DAttachSection::AttachSocketName' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachComponentName) == 0x000120, "Member 'UMovieScene3DAttachSection::AttachComponentName' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentLocationRule) == 0x000128, "Member 'UMovieScene3DAttachSection::AttachmentLocationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentRotationRule) == 0x000129, "Member 'UMovieScene3DAttachSection::AttachmentRotationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, AttachmentScaleRule) == 0x00012A, "Member 'UMovieScene3DAttachSection::AttachmentScaleRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentLocationRule) == 0x00012B, "Member 'UMovieScene3DAttachSection::DetachmentLocationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentRotationRule) == 0x00012C, "Member 'UMovieScene3DAttachSection::DetachmentRotationRule' has a wrong offset!"); \ static_assert(offsetof(UMovieScene3DAttachSection, DetachmentScaleRule) == 0x00012D, "Member 'UMovieScene3DAttachSection::DetachmentScaleRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEventSystem \ static_assert(alignof(UMovieSceneEventSystem) == 0x000008, "Wrong alignment on UMovieSceneEventSystem"); \ static_assert(sizeof(UMovieSceneEventSystem) == 0x000090, "Wrong size on UMovieSceneEventSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePostSpawnEventSystem \ static_assert(alignof(UMovieScenePostSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostSpawnEventSystem"); \ static_assert(sizeof(UMovieScenePostSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePostSpawnEventSystem"); \ #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_UMovieScene3DPathTrack \ static_assert(alignof(UMovieScene3DPathTrack) == 0x000008, "Wrong alignment on UMovieScene3DPathTrack"); \ static_assert(sizeof(UMovieScene3DPathTrack) == 0x0000A8, "Wrong size on UMovieScene3DPathTrack"); \ #define DUMPER7_ASSERTS_UMovieScenePropertySystem \ static_assert(alignof(UMovieScenePropertySystem) == 0x000008, "Wrong alignment on UMovieScenePropertySystem"); \ static_assert(sizeof(UMovieScenePropertySystem) == 0x000058, "Wrong size on UMovieScenePropertySystem"); \ static_assert(offsetof(UMovieScenePropertySystem, InstantiatorSystem) == 0x000048, "Member 'UMovieScenePropertySystem::InstantiatorSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScene3DTransformPropertySystem \ static_assert(alignof(UMovieScene3DTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieScene3DTransformPropertySystem"); \ static_assert(sizeof(UMovieScene3DTransformPropertySystem) == 0x000058, "Wrong size on UMovieScene3DTransformPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieScene3DTransformTrack \ static_assert(alignof(UMovieScene3DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene3DTransformTrack"); \ static_assert(sizeof(UMovieScene3DTransformTrack) == 0x0000C0, "Wrong size on UMovieScene3DTransformTrack"); \ #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_UMovieSceneComponentTransformSystem \ static_assert(alignof(UMovieSceneComponentTransformSystem) == 0x000008, "Wrong alignment on UMovieSceneComponentTransformSystem"); \ static_assert(sizeof(UMovieSceneComponentTransformSystem) == 0x000058, "Wrong size on UMovieSceneComponentTransformSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneDeferredComponentMovementSystem \ static_assert(alignof(UMovieSceneDeferredComponentMovementSystem) == 0x000008, "Wrong alignment on UMovieSceneDeferredComponentMovementSystem"); \ static_assert(sizeof(UMovieSceneDeferredComponentMovementSystem) == 0x000058, "Wrong size on UMovieSceneDeferredComponentMovementSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEnumPropertySystem \ static_assert(alignof(UMovieSceneEnumPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEnumPropertySystem"); \ static_assert(sizeof(UMovieSceneEnumPropertySystem) == 0x000058, "Wrong size on UMovieSceneEnumPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEnumSection \ static_assert(alignof(UMovieSceneEnumSection) == 0x000008, "Wrong alignment on UMovieSceneEnumSection"); \ static_assert(sizeof(UMovieSceneEnumSection) == 0x000188, "Wrong size on UMovieSceneEnumSection"); \ static_assert(offsetof(UMovieSceneEnumSection, EnumCurve) == 0x0000F0, "Member 'UMovieSceneEnumSection::EnumCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEnumTrack \ static_assert(alignof(UMovieSceneEnumTrack) == 0x000008, "Wrong alignment on UMovieSceneEnumTrack"); \ static_assert(sizeof(UMovieSceneEnumTrack) == 0x0000C8, "Wrong size on UMovieSceneEnumTrack"); \ static_assert(offsetof(UMovieSceneEnumTrack, Enum) == 0x0000C0, "Member 'UMovieSceneEnumTrack::Enum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEulerTransformPropertySystem \ static_assert(alignof(UMovieSceneEulerTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformPropertySystem"); \ static_assert(sizeof(UMovieSceneEulerTransformPropertySystem) == 0x000058, "Wrong size on UMovieSceneEulerTransformPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneEulerTransformTrack \ static_assert(alignof(UMovieSceneEulerTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformTrack"); \ static_assert(sizeof(UMovieSceneEulerTransformTrack) == 0x0000C0, "Wrong size on UMovieSceneEulerTransformTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneEventSectionBase \ static_assert(alignof(UMovieSceneEventSectionBase) == 0x000008, "Wrong alignment on UMovieSceneEventSectionBase"); \ static_assert(sizeof(UMovieSceneEventSectionBase) == 0x0000E8, "Wrong size on UMovieSceneEventSectionBase"); \ #define DUMPER7_ASSERTS_UMovieSceneEventRepeaterSection \ static_assert(alignof(UMovieSceneEventRepeaterSection) == 0x000008, "Wrong alignment on UMovieSceneEventRepeaterSection"); \ static_assert(sizeof(UMovieSceneEventRepeaterSection) == 0x000118, "Wrong size on UMovieSceneEventRepeaterSection"); \ static_assert(offsetof(UMovieSceneEventRepeaterSection, Event) == 0x0000F0, "Member 'UMovieSceneEventRepeaterSection::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneEventSection \ static_assert(alignof(UMovieSceneEventSection) == 0x000008, "Wrong alignment on UMovieSceneEventSection"); \ static_assert(sizeof(UMovieSceneEventSection) == 0x0001E8, "Wrong size on UMovieSceneEventSection"); \ static_assert(offsetof(UMovieSceneEventSection, Events) == 0x0000E8, "Member 'UMovieSceneEventSection::Events' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneEventSection, EventData) == 0x000160, "Member 'UMovieSceneEventSection::EventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieScenePreSpawnEventSystem \ static_assert(alignof(UMovieScenePreSpawnEventSystem) == 0x000008, "Wrong alignment on UMovieScenePreSpawnEventSystem"); \ static_assert(sizeof(UMovieScenePreSpawnEventSystem) == 0x000090, "Wrong size on UMovieScenePreSpawnEventSystem"); \ #define DUMPER7_ASSERTS_UMovieScenePostEvalEventSystem \ static_assert(alignof(UMovieScenePostEvalEventSystem) == 0x000008, "Wrong alignment on UMovieScenePostEvalEventSystem"); \ static_assert(sizeof(UMovieScenePostEvalEventSystem) == 0x000090, "Wrong size on UMovieScenePostEvalEventSystem"); \ #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_UMovieSceneMaterialTrack \ static_assert(alignof(UMovieSceneMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialTrack"); \ static_assert(sizeof(UMovieSceneMaterialTrack) == 0x0000A0, "Wrong size on UMovieSceneMaterialTrack"); \ static_assert(offsetof(UMovieSceneMaterialTrack, Sections) == 0x000090, "Member 'UMovieSceneMaterialTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMaterialParameterCollectionTrack \ static_assert(alignof(UMovieSceneMaterialParameterCollectionTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterCollectionTrack"); \ static_assert(sizeof(UMovieSceneMaterialParameterCollectionTrack) == 0x0000B0, "Wrong size on UMovieSceneMaterialParameterCollectionTrack"); \ static_assert(offsetof(UMovieSceneMaterialParameterCollectionTrack, MPC) == 0x0000A8, "Member 'UMovieSceneMaterialParameterCollectionTrack::MPC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneComponentMaterialTrack \ static_assert(alignof(UMovieSceneComponentMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneComponentMaterialTrack"); \ static_assert(sizeof(UMovieSceneComponentMaterialTrack) == 0x0000B0, "Wrong size on UMovieSceneComponentMaterialTrack"); \ static_assert(offsetof(UMovieSceneComponentMaterialTrack, MaterialIndex) == 0x0000A8, "Member 'UMovieSceneComponentMaterialTrack::MaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMotionVectorSimulationSystem \ static_assert(alignof(UMovieSceneMotionVectorSimulationSystem) == 0x000008, "Wrong alignment on UMovieSceneMotionVectorSimulationSystem"); \ static_assert(sizeof(UMovieSceneMotionVectorSimulationSystem) == 0x000098, "Wrong size on UMovieSceneMotionVectorSimulationSystem"); \ #define DUMPER7_ASSERTS_UMovieSceneObjectPropertySection \ static_assert(alignof(UMovieSceneObjectPropertySection) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertySection"); \ static_assert(sizeof(UMovieSceneObjectPropertySection) == 0x0001A8, "Wrong size on UMovieSceneObjectPropertySection"); \ static_assert(offsetof(UMovieSceneObjectPropertySection, ObjectChannel) == 0x0000E8, "Member 'UMovieSceneObjectPropertySection::ObjectChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneObjectPropertyTrack \ static_assert(alignof(UMovieSceneObjectPropertyTrack) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertyTrack"); \ static_assert(sizeof(UMovieSceneObjectPropertyTrack) == 0x0000D0, "Wrong size on UMovieSceneObjectPropertyTrack"); \ static_assert(offsetof(UMovieSceneObjectPropertyTrack, PropertyClass) == 0x0000C8, "Member 'UMovieSceneObjectPropertyTrack::PropertyClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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) == 0x0004F0, "Wrong size on UProceduralMeshComponent"); \ static_assert(offsetof(UProceduralMeshComponent, bUseComplexAsSimpleCollision) == 0x000490, "Member 'UProceduralMeshComponent::bUseComplexAsSimpleCollision' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, bUseAsyncCooking) == 0x000491, "Member 'UProceduralMeshComponent::bUseAsyncCooking' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, ProcMeshBodySetup) == 0x000498, "Member 'UProceduralMeshComponent::ProcMeshBodySetup' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, ProcMeshSections) == 0x0004A0, "Member 'UProceduralMeshComponent::ProcMeshSections' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, CollisionConvexElems) == 0x0004B0, "Member 'UProceduralMeshComponent::CollisionConvexElems' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, LocalBounds) == 0x0004C0, "Member 'UProceduralMeshComponent::LocalBounds' has a wrong offset!"); \ static_assert(offsetof(UProceduralMeshComponent, AsyncBodySetupQueue) == 0x0004E0, "Member 'UProceduralMeshComponent::AsyncBodySetupQueue' 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_BPI_DragonIKImplementer_C_GetSpineDragonIKValues \ static_assert(alignof(BPI_DragonIKImplementer_C_GetSpineDragonIKValues) == 0x000001, "Wrong alignment on BPI_DragonIKImplementer_C_GetSpineDragonIKValues"); \ static_assert(sizeof(BPI_DragonIKImplementer_C_GetSpineDragonIKValues) == 0x000002, "Wrong size on BPI_DragonIKImplementer_C_GetSpineDragonIKValues"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetSpineDragonIKValues, Enable) == 0x000000, "Member 'BPI_DragonIKImplementer_C_GetSpineDragonIKValues::Enable' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetSpineDragonIKValues, Debug) == 0x000001, "Member 'BPI_DragonIKImplementer_C_GetSpineDragonIKValues::Debug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_DragonIKImplementer_C_GetFootDragonIKValues \ static_assert(alignof(BPI_DragonIKImplementer_C_GetFootDragonIKValues) == 0x000001, "Wrong alignment on BPI_DragonIKImplementer_C_GetFootDragonIKValues"); \ static_assert(sizeof(BPI_DragonIKImplementer_C_GetFootDragonIKValues) == 0x000002, "Wrong size on BPI_DragonIKImplementer_C_GetFootDragonIKValues"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetFootDragonIKValues, Enable) == 0x000000, "Member 'BPI_DragonIKImplementer_C_GetFootDragonIKValues::Enable' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetFootDragonIKValues, Debug) == 0x000001, "Member 'BPI_DragonIKImplementer_C_GetFootDragonIKValues::Debug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_DragonIKImplementer_C_GetUpperbodyAimValues \ static_assert(alignof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues) == 0x000010, "Wrong alignment on BPI_DragonIKImplementer_C_GetUpperbodyAimValues"); \ static_assert(sizeof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues) == 0x000090, "Wrong size on BPI_DragonIKImplementer_C_GetUpperbodyAimValues"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, Enable) == 0x000000, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::Enable' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, EnableHeadAim) == 0x000001, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::EnableHeadAim' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, LookAtTransform) == 0x000010, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::LookAtTransform' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, UseAimArmTargetOverrides) == 0x000040, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::UseAimArmTargetOverrides' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, AimArmsTargetOverrides) == 0x000048, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::AimArmsTargetOverrides' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, HandsUseOverrideTargetRotation) == 0x000058, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::HandsUseOverrideTargetRotation' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, Reaching) == 0x000059, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::Reaching' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, HandPositionInfluencesBody) == 0x00005A, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::HandPositionInfluencesBody' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, HandTargetTransformSpace) == 0x00005B, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::HandTargetTransformSpace' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, MaxBodyAimingClamp) == 0x00005C, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::MaxBodyAimingClamp' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, MaxHeadAimingClamp) == 0x000060, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::MaxHeadAimingClamp' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, MaxLimbsAimingClamp) == 0x000064, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::MaxLimbsAimingClamp' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, HeadBodyTargetTransformSpace) == 0x000068, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::HeadBodyTargetTransformSpace' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, SeparateLimbAiming) == 0x000069, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::SeparateLimbAiming' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, Debug) == 0x00006A, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::Debug' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, ForwardVector) == 0x00006C, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::ForwardVector' has a wrong offset!"); \ static_assert(offsetof(BPI_DragonIKImplementer_C_GetUpperbodyAimValues, UpVector) == 0x000078, "Member 'BPI_DragonIKImplementer_C_GetUpperbodyAimValues::UpVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_DragonIKImplementer_C \ static_assert(alignof(IBPI_DragonIKImplementer_C) == 0x000001, "Wrong alignment on IBPI_DragonIKImplementer_C"); \ static_assert(sizeof(IBPI_DragonIKImplementer_C) == 0x000001, "Wrong size on IBPI_DragonIKImplementer_C"); \ #define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_CopyFile \ static_assert(alignof(BlueprintFileUtilsBPLibrary_CopyFile) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_CopyFile"); \ static_assert(sizeof(BlueprintFileUtilsBPLibrary_CopyFile) == 0x000028, "Wrong size on BlueprintFileUtilsBPLibrary_CopyFile"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_CopyFile, DestFilename) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_CopyFile::DestFilename' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_CopyFile, SrcFilename) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_CopyFile::SrcFilename' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_CopyFile, bReplace) == 0x000020, "Member 'BlueprintFileUtilsBPLibrary_CopyFile::bReplace' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_CopyFile, bEvenIfReadOnly) == 0x000021, "Member 'BlueprintFileUtilsBPLibrary_CopyFile::bEvenIfReadOnly' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_CopyFile, ReturnValue) == 0x000022, "Member 'BlueprintFileUtilsBPLibrary_CopyFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_DeleteDirectory \ static_assert(alignof(BlueprintFileUtilsBPLibrary_DeleteDirectory) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_DeleteDirectory"); \ static_assert(sizeof(BlueprintFileUtilsBPLibrary_DeleteDirectory) == 0x000018, "Wrong size on BlueprintFileUtilsBPLibrary_DeleteDirectory"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteDirectory, Directory) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_DeleteDirectory::Directory' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteDirectory, bMustExist) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_DeleteDirectory::bMustExist' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteDirectory, bDeleteRecursively) == 0x000011, "Member 'BlueprintFileUtilsBPLibrary_DeleteDirectory::bDeleteRecursively' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteDirectory, ReturnValue) == 0x000012, "Member 'BlueprintFileUtilsBPLibrary_DeleteDirectory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_DeleteFile \ static_assert(alignof(BlueprintFileUtilsBPLibrary_DeleteFile) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_DeleteFile"); \ static_assert(sizeof(BlueprintFileUtilsBPLibrary_DeleteFile) == 0x000018, "Wrong size on BlueprintFileUtilsBPLibrary_DeleteFile"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteFile, Filename) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_DeleteFile::Filename' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteFile, bMustExist) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_DeleteFile::bMustExist' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteFile, bEvenIfReadOnly) == 0x000011, "Member 'BlueprintFileUtilsBPLibrary_DeleteFile::bEvenIfReadOnly' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_DeleteFile, ReturnValue) == 0x000012, "Member 'BlueprintFileUtilsBPLibrary_DeleteFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_DirectoryExists \ static_assert(alignof(BlueprintFileUtilsBPLibrary_DirectoryExists) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_DirectoryExists"); \ static_assert(sizeof(BlueprintFileUtilsBPLibrary_DirectoryExists) == 0x000018, "Wrong size on BlueprintFileUtilsBPLibrary_DirectoryExists"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_DirectoryExists, Directory) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_DirectoryExists::Directory' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_DirectoryExists, ReturnValue) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_DirectoryExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_FileExists \ static_assert(alignof(BlueprintFileUtilsBPLibrary_FileExists) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_FileExists"); \ static_assert(sizeof(BlueprintFileUtilsBPLibrary_FileExists) == 0x000018, "Wrong size on BlueprintFileUtilsBPLibrary_FileExists"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FileExists, Filename) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_FileExists::Filename' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FileExists, ReturnValue) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_FileExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_FindFiles \ static_assert(alignof(BlueprintFileUtilsBPLibrary_FindFiles) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_FindFiles"); \ static_assert(sizeof(BlueprintFileUtilsBPLibrary_FindFiles) == 0x000038, "Wrong size on BlueprintFileUtilsBPLibrary_FindFiles"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindFiles, Directory) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_FindFiles::Directory' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindFiles, FoundFiles) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_FindFiles::FoundFiles' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindFiles, FileExtension) == 0x000020, "Member 'BlueprintFileUtilsBPLibrary_FindFiles::FileExtension' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindFiles, ReturnValue) == 0x000030, "Member 'BlueprintFileUtilsBPLibrary_FindFiles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_FindRecursive \ static_assert(alignof(BlueprintFileUtilsBPLibrary_FindRecursive) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_FindRecursive"); \ static_assert(sizeof(BlueprintFileUtilsBPLibrary_FindRecursive) == 0x000038, "Wrong size on BlueprintFileUtilsBPLibrary_FindRecursive"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, StartDirectory) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::StartDirectory' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, FoundPaths) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::FoundPaths' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, Wildcard) == 0x000020, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::Wildcard' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, bFindFiles) == 0x000030, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::bFindFiles' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, bFindDirectories) == 0x000031, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::bFindDirectories' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_FindRecursive, ReturnValue) == 0x000032, "Member 'BlueprintFileUtilsBPLibrary_FindRecursive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_GetUserDirectory \ static_assert(alignof(BlueprintFileUtilsBPLibrary_GetUserDirectory) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_GetUserDirectory"); \ static_assert(sizeof(BlueprintFileUtilsBPLibrary_GetUserDirectory) == 0x000010, "Wrong size on BlueprintFileUtilsBPLibrary_GetUserDirectory"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_GetUserDirectory, ReturnValue) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_GetUserDirectory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_MakeDirectory \ static_assert(alignof(BlueprintFileUtilsBPLibrary_MakeDirectory) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_MakeDirectory"); \ static_assert(sizeof(BlueprintFileUtilsBPLibrary_MakeDirectory) == 0x000018, "Wrong size on BlueprintFileUtilsBPLibrary_MakeDirectory"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_MakeDirectory, Path) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_MakeDirectory::Path' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_MakeDirectory, bCreateTree) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_MakeDirectory::bCreateTree' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_MakeDirectory, ReturnValue) == 0x000011, "Member 'BlueprintFileUtilsBPLibrary_MakeDirectory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BlueprintFileUtilsBPLibrary_MoveFile \ static_assert(alignof(BlueprintFileUtilsBPLibrary_MoveFile) == 0x000008, "Wrong alignment on BlueprintFileUtilsBPLibrary_MoveFile"); \ static_assert(sizeof(BlueprintFileUtilsBPLibrary_MoveFile) == 0x000028, "Wrong size on BlueprintFileUtilsBPLibrary_MoveFile"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_MoveFile, DestFilename) == 0x000000, "Member 'BlueprintFileUtilsBPLibrary_MoveFile::DestFilename' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_MoveFile, SrcFilename) == 0x000010, "Member 'BlueprintFileUtilsBPLibrary_MoveFile::SrcFilename' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_MoveFile, bReplace) == 0x000020, "Member 'BlueprintFileUtilsBPLibrary_MoveFile::bReplace' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_MoveFile, bEvenIfReadOnly) == 0x000021, "Member 'BlueprintFileUtilsBPLibrary_MoveFile::bEvenIfReadOnly' has a wrong offset!"); \ static_assert(offsetof(BlueprintFileUtilsBPLibrary_MoveFile, ReturnValue) == 0x000022, "Member 'BlueprintFileUtilsBPLibrary_MoveFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlueprintFileUtilsBPLibrary \ static_assert(alignof(UBlueprintFileUtilsBPLibrary) == 0x000008, "Wrong alignment on UBlueprintFileUtilsBPLibrary"); \ static_assert(sizeof(UBlueprintFileUtilsBPLibrary) == 0x000028, "Wrong size on UBlueprintFileUtilsBPLibrary"); \ #define DUMPER7_ASSERTS_FBaseLensTable \ static_assert(alignof(FBaseLensTable) == 0x000008, "Wrong alignment on FBaseLensTable"); \ static_assert(sizeof(FBaseLensTable) == 0x000010, "Wrong size on FBaseLensTable"); \ static_assert(offsetof(FBaseLensTable, LensFile) == 0x000008, "Member 'FBaseLensTable::LensFile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBaseFocusPoint \ static_assert(alignof(FBaseFocusPoint) == 0x000008, "Wrong alignment on FBaseFocusPoint"); \ static_assert(sizeof(FBaseFocusPoint) == 0x000008, "Wrong size on FBaseFocusPoint"); \ #define DUMPER7_ASSERTS_FLensDataCategoryEditorColor \ static_assert(alignof(FLensDataCategoryEditorColor) == 0x000004, "Wrong alignment on FLensDataCategoryEditorColor"); \ static_assert(sizeof(FLensDataCategoryEditorColor) == 0x00001C, "Wrong size on FLensDataCategoryEditorColor"); \ static_assert(offsetof(FLensDataCategoryEditorColor, Focus) == 0x000000, "Member 'FLensDataCategoryEditorColor::Focus' has a wrong offset!"); \ static_assert(offsetof(FLensDataCategoryEditorColor, Iris) == 0x000004, "Member 'FLensDataCategoryEditorColor::Iris' has a wrong offset!"); \ static_assert(offsetof(FLensDataCategoryEditorColor, Zoom) == 0x000008, "Member 'FLensDataCategoryEditorColor::Zoom' has a wrong offset!"); \ static_assert(offsetof(FLensDataCategoryEditorColor, Distortion) == 0x00000C, "Member 'FLensDataCategoryEditorColor::Distortion' has a wrong offset!"); \ static_assert(offsetof(FLensDataCategoryEditorColor, ImageCenter) == 0x000010, "Member 'FLensDataCategoryEditorColor::ImageCenter' has a wrong offset!"); \ static_assert(offsetof(FLensDataCategoryEditorColor, STMap) == 0x000014, "Member 'FLensDataCategoryEditorColor::STMap' has a wrong offset!"); \ static_assert(offsetof(FLensDataCategoryEditorColor, NodalOffset) == 0x000018, "Member 'FLensDataCategoryEditorColor::NodalOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistortionHandlerPicker \ static_assert(alignof(FDistortionHandlerPicker) == 0x000008, "Wrong alignment on FDistortionHandlerPicker"); \ static_assert(sizeof(FDistortionHandlerPicker) == 0x000028, "Wrong size on FDistortionHandlerPicker"); \ static_assert(offsetof(FDistortionHandlerPicker, TargetCameraComponent) == 0x000000, "Member 'FDistortionHandlerPicker::TargetCameraComponent' has a wrong offset!"); \ static_assert(offsetof(FDistortionHandlerPicker, DistortionProducerID) == 0x000008, "Member 'FDistortionHandlerPicker::DistortionProducerID' has a wrong offset!"); \ static_assert(offsetof(FDistortionHandlerPicker, HandlerDisplayName) == 0x000018, "Member 'FDistortionHandlerPicker::HandlerDisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistortionInfo \ static_assert(alignof(FDistortionInfo) == 0x000008, "Wrong alignment on FDistortionInfo"); \ static_assert(sizeof(FDistortionInfo) == 0x000010, "Wrong size on FDistortionInfo"); \ static_assert(offsetof(FDistortionInfo, Parameters) == 0x000000, "Member 'FDistortionInfo::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistortionZoomPoint \ static_assert(alignof(FDistortionZoomPoint) == 0x000008, "Wrong alignment on FDistortionZoomPoint"); \ static_assert(sizeof(FDistortionZoomPoint) == 0x000018, "Wrong size on FDistortionZoomPoint"); \ static_assert(offsetof(FDistortionZoomPoint, Zoom) == 0x000000, "Member 'FDistortionZoomPoint::Zoom' has a wrong offset!"); \ static_assert(offsetof(FDistortionZoomPoint, DistortionInfo) == 0x000008, "Member 'FDistortionZoomPoint::DistortionInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistortionFocusPoint \ static_assert(alignof(FDistortionFocusPoint) == 0x000008, "Wrong alignment on FDistortionFocusPoint"); \ static_assert(sizeof(FDistortionFocusPoint) == 0x0000A0, "Wrong size on FDistortionFocusPoint"); \ static_assert(offsetof(FDistortionFocusPoint, Focus) == 0x000008, "Member 'FDistortionFocusPoint::Focus' has a wrong offset!"); \ static_assert(offsetof(FDistortionFocusPoint, MapBlendingCurve) == 0x000010, "Member 'FDistortionFocusPoint::MapBlendingCurve' has a wrong offset!"); \ static_assert(offsetof(FDistortionFocusPoint, ZoomPoints) == 0x000090, "Member 'FDistortionFocusPoint::ZoomPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistortionTable \ static_assert(alignof(FDistortionTable) == 0x000008, "Wrong alignment on FDistortionTable"); \ static_assert(sizeof(FDistortionTable) == 0x000020, "Wrong size on FDistortionTable"); \ static_assert(offsetof(FDistortionTable, FocusPoints) == 0x000010, "Member 'FDistortionTable::FocusPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEncodersTable \ static_assert(alignof(FEncodersTable) == 0x000008, "Wrong alignment on FEncodersTable"); \ static_assert(sizeof(FEncodersTable) == 0x000100, "Wrong size on FEncodersTable"); \ static_assert(offsetof(FEncodersTable, Focus) == 0x000000, "Member 'FEncodersTable::Focus' has a wrong offset!"); \ static_assert(offsetof(FEncodersTable, Iris) == 0x000080, "Member 'FEncodersTable::Iris' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFocalLengthInfo \ static_assert(alignof(FFocalLengthInfo) == 0x000004, "Wrong alignment on FFocalLengthInfo"); \ static_assert(sizeof(FFocalLengthInfo) == 0x000008, "Wrong size on FFocalLengthInfo"); \ static_assert(offsetof(FFocalLengthInfo, FxFy) == 0x000000, "Member 'FFocalLengthInfo::FxFy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFocalLengthZoomPoint \ static_assert(alignof(FFocalLengthZoomPoint) == 0x000004, "Wrong alignment on FFocalLengthZoomPoint"); \ static_assert(sizeof(FFocalLengthZoomPoint) == 0x000010, "Wrong size on FFocalLengthZoomPoint"); \ static_assert(offsetof(FFocalLengthZoomPoint, Zoom) == 0x000000, "Member 'FFocalLengthZoomPoint::Zoom' has a wrong offset!"); \ static_assert(offsetof(FFocalLengthZoomPoint, FocalLengthInfo) == 0x000004, "Member 'FFocalLengthZoomPoint::FocalLengthInfo' has a wrong offset!"); \ static_assert(offsetof(FFocalLengthZoomPoint, bIsCalibrationPoint) == 0x00000C, "Member 'FFocalLengthZoomPoint::bIsCalibrationPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFocalLengthFocusPoint \ static_assert(alignof(FFocalLengthFocusPoint) == 0x000008, "Wrong alignment on FFocalLengthFocusPoint"); \ static_assert(sizeof(FFocalLengthFocusPoint) == 0x000120, "Wrong size on FFocalLengthFocusPoint"); \ static_assert(offsetof(FFocalLengthFocusPoint, Focus) == 0x000008, "Member 'FFocalLengthFocusPoint::Focus' has a wrong offset!"); \ static_assert(offsetof(FFocalLengthFocusPoint, Fx) == 0x000010, "Member 'FFocalLengthFocusPoint::Fx' has a wrong offset!"); \ static_assert(offsetof(FFocalLengthFocusPoint, Fy) == 0x000090, "Member 'FFocalLengthFocusPoint::Fy' has a wrong offset!"); \ static_assert(offsetof(FFocalLengthFocusPoint, ZoomPoints) == 0x000110, "Member 'FFocalLengthFocusPoint::ZoomPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFocalLengthTable \ static_assert(alignof(FFocalLengthTable) == 0x000008, "Wrong alignment on FFocalLengthTable"); \ static_assert(sizeof(FFocalLengthTable) == 0x000020, "Wrong size on FFocalLengthTable"); \ static_assert(offsetof(FFocalLengthTable, FocusPoints) == 0x000010, "Member 'FFocalLengthTable::FocusPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FImageCenterFocusPoint \ static_assert(alignof(FImageCenterFocusPoint) == 0x000008, "Wrong alignment on FImageCenterFocusPoint"); \ static_assert(sizeof(FImageCenterFocusPoint) == 0x000110, "Wrong size on FImageCenterFocusPoint"); \ static_assert(offsetof(FImageCenterFocusPoint, Focus) == 0x000008, "Member 'FImageCenterFocusPoint::Focus' has a wrong offset!"); \ static_assert(offsetof(FImageCenterFocusPoint, Cx) == 0x000010, "Member 'FImageCenterFocusPoint::Cx' has a wrong offset!"); \ static_assert(offsetof(FImageCenterFocusPoint, Cy) == 0x000090, "Member 'FImageCenterFocusPoint::Cy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FImageCenterTable \ static_assert(alignof(FImageCenterTable) == 0x000008, "Wrong alignment on FImageCenterTable"); \ static_assert(sizeof(FImageCenterTable) == 0x000020, "Wrong size on FImageCenterTable"); \ static_assert(offsetof(FImageCenterTable, FocusPoints) == 0x000010, "Member 'FImageCenterTable::FocusPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDataTablePointInfoBase \ static_assert(alignof(FDataTablePointInfoBase) == 0x000004, "Wrong alignment on FDataTablePointInfoBase"); \ static_assert(sizeof(FDataTablePointInfoBase) == 0x000008, "Wrong size on FDataTablePointInfoBase"); \ static_assert(offsetof(FDataTablePointInfoBase, Focus) == 0x000000, "Member 'FDataTablePointInfoBase::Focus' has a wrong offset!"); \ static_assert(offsetof(FDataTablePointInfoBase, Zoom) == 0x000004, "Member 'FDataTablePointInfoBase::Zoom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNodalPointOffset \ static_assert(alignof(FNodalPointOffset) == 0x000010, "Wrong alignment on FNodalPointOffset"); \ static_assert(sizeof(FNodalPointOffset) == 0x000020, "Wrong size on FNodalPointOffset"); \ static_assert(offsetof(FNodalPointOffset, LocationOffset) == 0x000000, "Member 'FNodalPointOffset::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(FNodalPointOffset, RotationOffset) == 0x000010, "Member 'FNodalPointOffset::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNodalOffsetPointInfo \ static_assert(alignof(FNodalOffsetPointInfo) == 0x000010, "Wrong alignment on FNodalOffsetPointInfo"); \ static_assert(sizeof(FNodalOffsetPointInfo) == 0x000030, "Wrong size on FNodalOffsetPointInfo"); \ static_assert(offsetof(FNodalOffsetPointInfo, NodalPointOffset) == 0x000010, "Member 'FNodalOffsetPointInfo::NodalPointOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FImageCenterInfo \ static_assert(alignof(FImageCenterInfo) == 0x000004, "Wrong alignment on FImageCenterInfo"); \ static_assert(sizeof(FImageCenterInfo) == 0x000008, "Wrong size on FImageCenterInfo"); \ static_assert(offsetof(FImageCenterInfo, PrincipalPoint) == 0x000000, "Member 'FImageCenterInfo::PrincipalPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FImageCenterPointInfo \ static_assert(alignof(FImageCenterPointInfo) == 0x000004, "Wrong alignment on FImageCenterPointInfo"); \ static_assert(sizeof(FImageCenterPointInfo) == 0x000010, "Wrong size on FImageCenterPointInfo"); \ static_assert(offsetof(FImageCenterPointInfo, ImageCenterInfo) == 0x000008, "Member 'FImageCenterPointInfo::ImageCenterInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSTMapInfo \ static_assert(alignof(FSTMapInfo) == 0x000008, "Wrong alignment on FSTMapInfo"); \ static_assert(sizeof(FSTMapInfo) == 0x000008, "Wrong size on FSTMapInfo"); \ static_assert(offsetof(FSTMapInfo, DistortionMap) == 0x000000, "Member 'FSTMapInfo::DistortionMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSTMapPointInfo \ static_assert(alignof(FSTMapPointInfo) == 0x000008, "Wrong alignment on FSTMapPointInfo"); \ static_assert(sizeof(FSTMapPointInfo) == 0x000010, "Wrong size on FSTMapPointInfo"); \ static_assert(offsetof(FSTMapPointInfo, STMapInfo) == 0x000008, "Member 'FSTMapPointInfo::STMapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFocalLengthPointInfo \ static_assert(alignof(FFocalLengthPointInfo) == 0x000004, "Wrong alignment on FFocalLengthPointInfo"); \ static_assert(sizeof(FFocalLengthPointInfo) == 0x000010, "Wrong size on FFocalLengthPointInfo"); \ static_assert(offsetof(FFocalLengthPointInfo, FocalLengthInfo) == 0x000008, "Member 'FFocalLengthPointInfo::FocalLengthInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistortionPointInfo \ static_assert(alignof(FDistortionPointInfo) == 0x000008, "Wrong alignment on FDistortionPointInfo"); \ static_assert(sizeof(FDistortionPointInfo) == 0x000018, "Wrong size on FDistortionPointInfo"); \ static_assert(offsetof(FDistortionPointInfo, DistortionInfo) == 0x000008, "Member 'FDistortionPointInfo::DistortionInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDistortionData \ static_assert(alignof(FDistortionData) == 0x000008, "Wrong alignment on FDistortionData"); \ static_assert(sizeof(FDistortionData) == 0x000018, "Wrong size on FDistortionData"); \ static_assert(offsetof(FDistortionData, DistortedUVs) == 0x000000, "Member 'FDistortionData::DistortedUVs' has a wrong offset!"); \ static_assert(offsetof(FDistortionData, OverscanFactor) == 0x000010, "Member 'FDistortionData::OverscanFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLensInfo \ static_assert(alignof(FLensInfo) == 0x000008, "Wrong alignment on FLensInfo"); \ static_assert(sizeof(FLensInfo) == 0x000030, "Wrong size on FLensInfo"); \ static_assert(offsetof(FLensInfo, LensModelName) == 0x000000, "Member 'FLensInfo::LensModelName' has a wrong offset!"); \ static_assert(offsetof(FLensInfo, LensSerialNumber) == 0x000010, "Member 'FLensInfo::LensSerialNumber' has a wrong offset!"); \ static_assert(offsetof(FLensInfo, LensModel) == 0x000020, "Member 'FLensInfo::LensModel' has a wrong offset!"); \ static_assert(offsetof(FLensInfo, SensorDimensions) == 0x000028, "Member 'FLensInfo::SensorDimensions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLensDistortionState \ static_assert(alignof(FLensDistortionState) == 0x000008, "Wrong alignment on FLensDistortionState"); \ static_assert(sizeof(FLensDistortionState) == 0x000020, "Wrong size on FLensDistortionState"); \ static_assert(offsetof(FLensDistortionState, DistortionInfo) == 0x000000, "Member 'FLensDistortionState::DistortionInfo' has a wrong offset!"); \ static_assert(offsetof(FLensDistortionState, FocalLengthInfo) == 0x000010, "Member 'FLensDistortionState::FocalLengthInfo' has a wrong offset!"); \ static_assert(offsetof(FLensDistortionState, ImageCenter) == 0x000018, "Member 'FLensDistortionState::ImageCenter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLensFilePicker \ static_assert(alignof(FLensFilePicker) == 0x000008, "Wrong alignment on FLensFilePicker"); \ static_assert(sizeof(FLensFilePicker) == 0x000010, "Wrong size on FLensFilePicker"); \ static_assert(offsetof(FLensFilePicker, bUseDefaultLensFile) == 0x000000, "Member 'FLensFilePicker::bUseDefaultLensFile' has a wrong offset!"); \ static_assert(offsetof(FLensFilePicker, LensFile) == 0x000008, "Member 'FLensFilePicker::LensFile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNodalOffsetFocusPoint \ static_assert(alignof(FNodalOffsetFocusPoint) == 0x000008, "Wrong alignment on FNodalOffsetFocusPoint"); \ static_assert(sizeof(FNodalOffsetFocusPoint) == 0x000310, "Wrong size on FNodalOffsetFocusPoint"); \ static_assert(offsetof(FNodalOffsetFocusPoint, Focus) == 0x000008, "Member 'FNodalOffsetFocusPoint::Focus' has a wrong offset!"); \ static_assert(offsetof(FNodalOffsetFocusPoint, LocationOffset) == 0x000010, "Member 'FNodalOffsetFocusPoint::LocationOffset' has a wrong offset!"); \ static_assert(offsetof(FNodalOffsetFocusPoint, RotationOffset) == 0x000190, "Member 'FNodalOffsetFocusPoint::RotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNodalOffsetTable \ static_assert(alignof(FNodalOffsetTable) == 0x000008, "Wrong alignment on FNodalOffsetTable"); \ static_assert(sizeof(FNodalOffsetTable) == 0x000020, "Wrong size on FNodalOffsetTable"); \ static_assert(offsetof(FNodalOffsetTable, FocusPoints) == 0x000010, "Member 'FNodalOffsetTable::FocusPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSphericalDistortionParameters \ static_assert(alignof(FSphericalDistortionParameters) == 0x000004, "Wrong alignment on FSphericalDistortionParameters"); \ static_assert(sizeof(FSphericalDistortionParameters) == 0x000014, "Wrong size on FSphericalDistortionParameters"); \ static_assert(offsetof(FSphericalDistortionParameters, K1) == 0x000000, "Member 'FSphericalDistortionParameters::K1' has a wrong offset!"); \ static_assert(offsetof(FSphericalDistortionParameters, K2) == 0x000004, "Member 'FSphericalDistortionParameters::K2' has a wrong offset!"); \ static_assert(offsetof(FSphericalDistortionParameters, K3) == 0x000008, "Member 'FSphericalDistortionParameters::K3' has a wrong offset!"); \ static_assert(offsetof(FSphericalDistortionParameters, P1) == 0x00000C, "Member 'FSphericalDistortionParameters::P1' has a wrong offset!"); \ static_assert(offsetof(FSphericalDistortionParameters, P2) == 0x000010, "Member 'FSphericalDistortionParameters::P2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDerivedDistortionData \ static_assert(alignof(FDerivedDistortionData) == 0x000008, "Wrong alignment on FDerivedDistortionData"); \ static_assert(sizeof(FDerivedDistortionData) == 0x000030, "Wrong size on FDerivedDistortionData"); \ static_assert(offsetof(FDerivedDistortionData, DistortionData) == 0x000000, "Member 'FDerivedDistortionData::DistortionData' has a wrong offset!"); \ static_assert(offsetof(FDerivedDistortionData, UndistortionDisplacementMap) == 0x000018, "Member 'FDerivedDistortionData::UndistortionDisplacementMap' has a wrong offset!"); \ static_assert(offsetof(FDerivedDistortionData, DistortionDisplacementMap) == 0x000020, "Member 'FDerivedDistortionData::DistortionDisplacementMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSTMapZoomPoint \ static_assert(alignof(FSTMapZoomPoint) == 0x000008, "Wrong alignment on FSTMapZoomPoint"); \ static_assert(sizeof(FSTMapZoomPoint) == 0x000048, "Wrong size on FSTMapZoomPoint"); \ static_assert(offsetof(FSTMapZoomPoint, Zoom) == 0x000000, "Member 'FSTMapZoomPoint::Zoom' has a wrong offset!"); \ static_assert(offsetof(FSTMapZoomPoint, STMapInfo) == 0x000008, "Member 'FSTMapZoomPoint::STMapInfo' has a wrong offset!"); \ static_assert(offsetof(FSTMapZoomPoint, DerivedDistortionData) == 0x000010, "Member 'FSTMapZoomPoint::DerivedDistortionData' has a wrong offset!"); \ static_assert(offsetof(FSTMapZoomPoint, bIsCalibrationPoint) == 0x000040, "Member 'FSTMapZoomPoint::bIsCalibrationPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSTMapFocusPoint \ static_assert(alignof(FSTMapFocusPoint) == 0x000008, "Wrong alignment on FSTMapFocusPoint"); \ static_assert(sizeof(FSTMapFocusPoint) == 0x0000A0, "Wrong size on FSTMapFocusPoint"); \ static_assert(offsetof(FSTMapFocusPoint, Focus) == 0x000008, "Member 'FSTMapFocusPoint::Focus' has a wrong offset!"); \ static_assert(offsetof(FSTMapFocusPoint, MapBlendingCurve) == 0x000010, "Member 'FSTMapFocusPoint::MapBlendingCurve' has a wrong offset!"); \ static_assert(offsetof(FSTMapFocusPoint, ZoomPoints) == 0x000090, "Member 'FSTMapFocusPoint::ZoomPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSTMapTable \ static_assert(alignof(FSTMapTable) == 0x000008, "Wrong alignment on FSTMapTable"); \ static_assert(sizeof(FSTMapTable) == 0x000020, "Wrong size on FSTMapTable"); \ static_assert(offsetof(FSTMapTable, FocusPoints) == 0x000010, "Member 'FSTMapTable::FocusPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CalibrationPointComponent_GetNamespacedPointNames \ static_assert(alignof(CalibrationPointComponent_GetNamespacedPointNames) == 0x000008, "Wrong alignment on CalibrationPointComponent_GetNamespacedPointNames"); \ static_assert(sizeof(CalibrationPointComponent_GetNamespacedPointNames) == 0x000010, "Wrong size on CalibrationPointComponent_GetNamespacedPointNames"); \ static_assert(offsetof(CalibrationPointComponent_GetNamespacedPointNames, OutNamespacedNames) == 0x000000, "Member 'CalibrationPointComponent_GetNamespacedPointNames::OutNamespacedNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CalibrationPointComponent_GetWorldLocation \ static_assert(alignof(CalibrationPointComponent_GetWorldLocation) == 0x000008, "Wrong alignment on CalibrationPointComponent_GetWorldLocation"); \ static_assert(sizeof(CalibrationPointComponent_GetWorldLocation) == 0x000020, "Wrong size on CalibrationPointComponent_GetWorldLocation"); \ static_assert(offsetof(CalibrationPointComponent_GetWorldLocation, InPointName) == 0x000000, "Member 'CalibrationPointComponent_GetWorldLocation::InPointName' has a wrong offset!"); \ static_assert(offsetof(CalibrationPointComponent_GetWorldLocation, OutLocation) == 0x000010, "Member 'CalibrationPointComponent_GetWorldLocation::OutLocation' has a wrong offset!"); \ static_assert(offsetof(CalibrationPointComponent_GetWorldLocation, ReturnValue) == 0x00001C, "Member 'CalibrationPointComponent_GetWorldLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CalibrationPointComponent_NamespacedSubpointName \ static_assert(alignof(CalibrationPointComponent_NamespacedSubpointName) == 0x000008, "Wrong alignment on CalibrationPointComponent_NamespacedSubpointName"); \ static_assert(sizeof(CalibrationPointComponent_NamespacedSubpointName) == 0x000028, "Wrong size on CalibrationPointComponent_NamespacedSubpointName"); \ static_assert(offsetof(CalibrationPointComponent_NamespacedSubpointName, InSubpointName) == 0x000000, "Member 'CalibrationPointComponent_NamespacedSubpointName::InSubpointName' has a wrong offset!"); \ static_assert(offsetof(CalibrationPointComponent_NamespacedSubpointName, OutNamespacedName) == 0x000010, "Member 'CalibrationPointComponent_NamespacedSubpointName::OutNamespacedName' has a wrong offset!"); \ static_assert(offsetof(CalibrationPointComponent_NamespacedSubpointName, ReturnValue) == 0x000020, "Member 'CalibrationPointComponent_NamespacedSubpointName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCalibrationPointComponent \ static_assert(alignof(UCalibrationPointComponent) == 0x000010, "Wrong alignment on UCalibrationPointComponent"); \ static_assert(sizeof(UCalibrationPointComponent) == 0x000550, "Wrong size on UCalibrationPointComponent"); \ static_assert(offsetof(UCalibrationPointComponent, SubPoints) == 0x0004F0, "Member 'UCalibrationPointComponent::SubPoints' has a wrong offset!"); \ static_assert(offsetof(UCalibrationPointComponent, bVisualizePointsInEditor) == 0x000540, "Member 'UCalibrationPointComponent::bVisualizePointsInEditor' has a wrong offset!"); \ static_assert(offsetof(UCalibrationPointComponent, PointVisualizationScale) == 0x000544, "Member 'UCalibrationPointComponent::PointVisualizationScale' has a wrong offset!"); \ static_assert(offsetof(UCalibrationPointComponent, VisualizationShape) == 0x000548, "Member 'UCalibrationPointComponent::VisualizationShape' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACameraCalibrationCheckerboard \ static_assert(alignof(ACameraCalibrationCheckerboard) == 0x000008, "Wrong alignment on ACameraCalibrationCheckerboard"); \ static_assert(sizeof(ACameraCalibrationCheckerboard) == 0x000288, "Wrong size on ACameraCalibrationCheckerboard"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, Root) == 0x000230, "Member 'ACameraCalibrationCheckerboard::Root' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, TopLeft) == 0x000238, "Member 'ACameraCalibrationCheckerboard::TopLeft' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, TopRight) == 0x000240, "Member 'ACameraCalibrationCheckerboard::TopRight' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, BottomLeft) == 0x000248, "Member 'ACameraCalibrationCheckerboard::BottomLeft' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, BottomRight) == 0x000250, "Member 'ACameraCalibrationCheckerboard::BottomRight' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, Center) == 0x000258, "Member 'ACameraCalibrationCheckerboard::Center' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, NumCornerRows) == 0x000260, "Member 'ACameraCalibrationCheckerboard::NumCornerRows' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, NumCornerCols) == 0x000264, "Member 'ACameraCalibrationCheckerboard::NumCornerCols' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, SquareSideLength) == 0x000268, "Member 'ACameraCalibrationCheckerboard::SquareSideLength' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, Thickness) == 0x00026C, "Member 'ACameraCalibrationCheckerboard::Thickness' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, CubeMesh) == 0x000270, "Member 'ACameraCalibrationCheckerboard::CubeMesh' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, OddCubeMaterial) == 0x000278, "Member 'ACameraCalibrationCheckerboard::OddCubeMaterial' has a wrong offset!"); \ static_assert(offsetof(ACameraCalibrationCheckerboard, EvenCubeMaterial) == 0x000280, "Member 'ACameraCalibrationCheckerboard::EvenCubeMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraNodalOffsetAlgo \ static_assert(alignof(UCameraNodalOffsetAlgo) == 0x000008, "Wrong alignment on UCameraNodalOffsetAlgo"); \ static_assert(sizeof(UCameraNodalOffsetAlgo) == 0x000028, "Wrong size on UCameraNodalOffsetAlgo"); \ #define DUMPER7_ASSERTS_UCameraCalibrationSettings \ static_assert(alignof(UCameraCalibrationSettings) == 0x000008, "Wrong alignment on UCameraCalibrationSettings"); \ static_assert(sizeof(UCameraCalibrationSettings) == 0x000160, "Wrong size on UCameraCalibrationSettings"); \ static_assert(offsetof(UCameraCalibrationSettings, StartupLensFile) == 0x000038, "Member 'UCameraCalibrationSettings::StartupLensFile' has a wrong offset!"); \ static_assert(offsetof(UCameraCalibrationSettings, DisplacementMapResolution) == 0x000060, "Member 'UCameraCalibrationSettings::DisplacementMapResolution' has a wrong offset!"); \ static_assert(offsetof(UCameraCalibrationSettings, CalibrationInputTolerance) == 0x000068, "Member 'UCameraCalibrationSettings::CalibrationInputTolerance' has a wrong offset!"); \ static_assert(offsetof(UCameraCalibrationSettings, DefaultUndistortionDisplacementMaterials) == 0x000070, "Member 'UCameraCalibrationSettings::DefaultUndistortionDisplacementMaterials' has a wrong offset!"); \ static_assert(offsetof(UCameraCalibrationSettings, DefaultDistortionDisplacementMaterials) == 0x0000C0, "Member 'UCameraCalibrationSettings::DefaultDistortionDisplacementMaterials' has a wrong offset!"); \ static_assert(offsetof(UCameraCalibrationSettings, DefaultDistortionMaterials) == 0x000110, "Member 'UCameraCalibrationSettings::DefaultDistortionMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraCalibrationEditorSettings \ static_assert(alignof(UCameraCalibrationEditorSettings) == 0x000008, "Wrong alignment on UCameraCalibrationEditorSettings"); \ static_assert(sizeof(UCameraCalibrationEditorSettings) == 0x000038, "Wrong size on UCameraCalibrationEditorSettings"); \ #define DUMPER7_ASSERTS_UCameraCalibrationStep \ static_assert(alignof(UCameraCalibrationStep) == 0x000008, "Wrong alignment on UCameraCalibrationStep"); \ static_assert(sizeof(UCameraCalibrationStep) == 0x000028, "Wrong size on UCameraCalibrationStep"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_FindOrCreateDistortionModelHandler \ static_assert(alignof(CameraCalibrationSubsystem_FindOrCreateDistortionModelHandler) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_FindOrCreateDistortionModelHandler"); \ static_assert(sizeof(CameraCalibrationSubsystem_FindOrCreateDistortionModelHandler) == 0x000038, "Wrong size on CameraCalibrationSubsystem_FindOrCreateDistortionModelHandler"); \ static_assert(offsetof(CameraCalibrationSubsystem_FindOrCreateDistortionModelHandler, DistortionHandlerPicker) == 0x000000, "Member 'CameraCalibrationSubsystem_FindOrCreateDistortionModelHandler::DistortionHandlerPicker' has a wrong offset!"); \ static_assert(offsetof(CameraCalibrationSubsystem_FindOrCreateDistortionModelHandler, LensModelClass) == 0x000028, "Member 'CameraCalibrationSubsystem_FindOrCreateDistortionModelHandler::LensModelClass' has a wrong offset!"); \ static_assert(offsetof(CameraCalibrationSubsystem_FindOrCreateDistortionModelHandler, ReturnValue) == 0x000030, "Member 'CameraCalibrationSubsystem_FindOrCreateDistortionModelHandler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_GetDistortionModelHandlers \ static_assert(alignof(CameraCalibrationSubsystem_GetDistortionModelHandlers) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_GetDistortionModelHandlers"); \ static_assert(sizeof(CameraCalibrationSubsystem_GetDistortionModelHandlers) == 0x000018, "Wrong size on CameraCalibrationSubsystem_GetDistortionModelHandlers"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetDistortionModelHandlers, Component) == 0x000000, "Member 'CameraCalibrationSubsystem_GetDistortionModelHandlers::Component' has a wrong offset!"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetDistortionModelHandlers, ReturnValue) == 0x000008, "Member 'CameraCalibrationSubsystem_GetDistortionModelHandlers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_SetDefaultLensFile \ static_assert(alignof(CameraCalibrationSubsystem_SetDefaultLensFile) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_SetDefaultLensFile"); \ static_assert(sizeof(CameraCalibrationSubsystem_SetDefaultLensFile) == 0x000008, "Wrong size on CameraCalibrationSubsystem_SetDefaultLensFile"); \ static_assert(offsetof(CameraCalibrationSubsystem_SetDefaultLensFile, NewDefaultLensFile) == 0x000000, "Member 'CameraCalibrationSubsystem_SetDefaultLensFile::NewDefaultLensFile' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_UnregisterDistortionModelHandler \ static_assert(alignof(CameraCalibrationSubsystem_UnregisterDistortionModelHandler) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_UnregisterDistortionModelHandler"); \ static_assert(sizeof(CameraCalibrationSubsystem_UnregisterDistortionModelHandler) == 0x000010, "Wrong size on CameraCalibrationSubsystem_UnregisterDistortionModelHandler"); \ static_assert(offsetof(CameraCalibrationSubsystem_UnregisterDistortionModelHandler, Component) == 0x000000, "Member 'CameraCalibrationSubsystem_UnregisterDistortionModelHandler::Component' has a wrong offset!"); \ static_assert(offsetof(CameraCalibrationSubsystem_UnregisterDistortionModelHandler, Handler) == 0x000008, "Member 'CameraCalibrationSubsystem_UnregisterDistortionModelHandler::Handler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_FindDistortionModelHandler \ static_assert(alignof(CameraCalibrationSubsystem_FindDistortionModelHandler) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_FindDistortionModelHandler"); \ static_assert(sizeof(CameraCalibrationSubsystem_FindDistortionModelHandler) == 0x000038, "Wrong size on CameraCalibrationSubsystem_FindDistortionModelHandler"); \ static_assert(offsetof(CameraCalibrationSubsystem_FindDistortionModelHandler, DistortionHandlerPicker) == 0x000000, "Member 'CameraCalibrationSubsystem_FindDistortionModelHandler::DistortionHandlerPicker' has a wrong offset!"); \ static_assert(offsetof(CameraCalibrationSubsystem_FindDistortionModelHandler, bUpdatePicker) == 0x000028, "Member 'CameraCalibrationSubsystem_FindDistortionModelHandler::bUpdatePicker' has a wrong offset!"); \ static_assert(offsetof(CameraCalibrationSubsystem_FindDistortionModelHandler, ReturnValue) == 0x000030, "Member 'CameraCalibrationSubsystem_FindDistortionModelHandler::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_GetCameraCalibrationStep \ static_assert(alignof(CameraCalibrationSubsystem_GetCameraCalibrationStep) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_GetCameraCalibrationStep"); \ static_assert(sizeof(CameraCalibrationSubsystem_GetCameraCalibrationStep) == 0x000010, "Wrong size on CameraCalibrationSubsystem_GetCameraCalibrationStep"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetCameraCalibrationStep, Name_0) == 0x000000, "Member 'CameraCalibrationSubsystem_GetCameraCalibrationStep::Name_0' has a wrong offset!"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetCameraCalibrationStep, ReturnValue) == 0x000008, "Member 'CameraCalibrationSubsystem_GetCameraCalibrationStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_GetCameraCalibrationSteps \ static_assert(alignof(CameraCalibrationSubsystem_GetCameraCalibrationSteps) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_GetCameraCalibrationSteps"); \ static_assert(sizeof(CameraCalibrationSubsystem_GetCameraCalibrationSteps) == 0x000010, "Wrong size on CameraCalibrationSubsystem_GetCameraCalibrationSteps"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetCameraCalibrationSteps, ReturnValue) == 0x000000, "Member 'CameraCalibrationSubsystem_GetCameraCalibrationSteps::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_GetCameraNodalOffsetAlgo \ static_assert(alignof(CameraCalibrationSubsystem_GetCameraNodalOffsetAlgo) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_GetCameraNodalOffsetAlgo"); \ static_assert(sizeof(CameraCalibrationSubsystem_GetCameraNodalOffsetAlgo) == 0x000010, "Wrong size on CameraCalibrationSubsystem_GetCameraNodalOffsetAlgo"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetCameraNodalOffsetAlgo, Name_0) == 0x000000, "Member 'CameraCalibrationSubsystem_GetCameraNodalOffsetAlgo::Name_0' has a wrong offset!"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetCameraNodalOffsetAlgo, ReturnValue) == 0x000008, "Member 'CameraCalibrationSubsystem_GetCameraNodalOffsetAlgo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_GetCameraNodalOffsetAlgos \ static_assert(alignof(CameraCalibrationSubsystem_GetCameraNodalOffsetAlgos) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_GetCameraNodalOffsetAlgos"); \ static_assert(sizeof(CameraCalibrationSubsystem_GetCameraNodalOffsetAlgos) == 0x000010, "Wrong size on CameraCalibrationSubsystem_GetCameraNodalOffsetAlgos"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetCameraNodalOffsetAlgos, ReturnValue) == 0x000000, "Member 'CameraCalibrationSubsystem_GetCameraNodalOffsetAlgos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_GetDefaultLensFile \ static_assert(alignof(CameraCalibrationSubsystem_GetDefaultLensFile) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_GetDefaultLensFile"); \ static_assert(sizeof(CameraCalibrationSubsystem_GetDefaultLensFile) == 0x000008, "Wrong size on CameraCalibrationSubsystem_GetDefaultLensFile"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetDefaultLensFile, ReturnValue) == 0x000000, "Member 'CameraCalibrationSubsystem_GetDefaultLensFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_GetLensFile \ static_assert(alignof(CameraCalibrationSubsystem_GetLensFile) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_GetLensFile"); \ static_assert(sizeof(CameraCalibrationSubsystem_GetLensFile) == 0x000018, "Wrong size on CameraCalibrationSubsystem_GetLensFile"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetLensFile, Picker) == 0x000000, "Member 'CameraCalibrationSubsystem_GetLensFile::Picker' has a wrong offset!"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetLensFile, ReturnValue) == 0x000010, "Member 'CameraCalibrationSubsystem_GetLensFile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CameraCalibrationSubsystem_GetRegisteredLensModel \ static_assert(alignof(CameraCalibrationSubsystem_GetRegisteredLensModel) == 0x000008, "Wrong alignment on CameraCalibrationSubsystem_GetRegisteredLensModel"); \ static_assert(sizeof(CameraCalibrationSubsystem_GetRegisteredLensModel) == 0x000010, "Wrong size on CameraCalibrationSubsystem_GetRegisteredLensModel"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetRegisteredLensModel, ModelName) == 0x000000, "Member 'CameraCalibrationSubsystem_GetRegisteredLensModel::ModelName' has a wrong offset!"); \ static_assert(offsetof(CameraCalibrationSubsystem_GetRegisteredLensModel, ReturnValue) == 0x000008, "Member 'CameraCalibrationSubsystem_GetRegisteredLensModel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraCalibrationSubsystem \ static_assert(alignof(UCameraCalibrationSubsystem) == 0x000008, "Wrong alignment on UCameraCalibrationSubsystem"); \ static_assert(sizeof(UCameraCalibrationSubsystem) == 0x000220, "Wrong size on UCameraCalibrationSubsystem"); \ static_assert(offsetof(UCameraCalibrationSubsystem, DefaultLensFile) == 0x000030, "Member 'UCameraCalibrationSubsystem::DefaultLensFile' has a wrong offset!"); \ static_assert(offsetof(UCameraCalibrationSubsystem, LensModelMap) == 0x000038, "Member 'UCameraCalibrationSubsystem::LensModelMap' has a wrong offset!"); \ static_assert(offsetof(UCameraCalibrationSubsystem, CameraNodalOffsetAlgosMap) == 0x000088, "Member 'UCameraCalibrationSubsystem::CameraNodalOffsetAlgosMap' has a wrong offset!"); \ static_assert(offsetof(UCameraCalibrationSubsystem, CameraCalibrationStepsMap) == 0x0000D8, "Member 'UCameraCalibrationSubsystem::CameraCalibrationStepsMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCameraLensDistortionAlgo \ static_assert(alignof(UCameraLensDistortionAlgo) == 0x000008, "Wrong alignment on UCameraLensDistortionAlgo"); \ static_assert(sizeof(UCameraLensDistortionAlgo) == 0x000028, "Wrong size on UCameraLensDistortionAlgo"); \ #define DUMPER7_ASSERTS_LensDistortionModelHandlerBase_SetDistortionState \ static_assert(alignof(LensDistortionModelHandlerBase_SetDistortionState) == 0x000008, "Wrong alignment on LensDistortionModelHandlerBase_SetDistortionState"); \ static_assert(sizeof(LensDistortionModelHandlerBase_SetDistortionState) == 0x000020, "Wrong size on LensDistortionModelHandlerBase_SetDistortionState"); \ static_assert(offsetof(LensDistortionModelHandlerBase_SetDistortionState, InNewState) == 0x000000, "Member 'LensDistortionModelHandlerBase_SetDistortionState::InNewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensDistortionModelHandlerBase_GetDistortionDisplacementMap \ static_assert(alignof(LensDistortionModelHandlerBase_GetDistortionDisplacementMap) == 0x000008, "Wrong alignment on LensDistortionModelHandlerBase_GetDistortionDisplacementMap"); \ static_assert(sizeof(LensDistortionModelHandlerBase_GetDistortionDisplacementMap) == 0x000008, "Wrong size on LensDistortionModelHandlerBase_GetDistortionDisplacementMap"); \ static_assert(offsetof(LensDistortionModelHandlerBase_GetDistortionDisplacementMap, ReturnValue) == 0x000000, "Member 'LensDistortionModelHandlerBase_GetDistortionDisplacementMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensDistortionModelHandlerBase_GetUndistortionDisplacementMap \ static_assert(alignof(LensDistortionModelHandlerBase_GetUndistortionDisplacementMap) == 0x000008, "Wrong alignment on LensDistortionModelHandlerBase_GetUndistortionDisplacementMap"); \ static_assert(sizeof(LensDistortionModelHandlerBase_GetUndistortionDisplacementMap) == 0x000008, "Wrong size on LensDistortionModelHandlerBase_GetUndistortionDisplacementMap"); \ static_assert(offsetof(LensDistortionModelHandlerBase_GetUndistortionDisplacementMap, ReturnValue) == 0x000000, "Member 'LensDistortionModelHandlerBase_GetUndistortionDisplacementMap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensDistortionModelHandlerBase_IsModelSupported \ static_assert(alignof(LensDistortionModelHandlerBase_IsModelSupported) == 0x000008, "Wrong alignment on LensDistortionModelHandlerBase_IsModelSupported"); \ static_assert(sizeof(LensDistortionModelHandlerBase_IsModelSupported) == 0x000010, "Wrong size on LensDistortionModelHandlerBase_IsModelSupported"); \ static_assert(offsetof(LensDistortionModelHandlerBase_IsModelSupported, ModelToSupport) == 0x000000, "Member 'LensDistortionModelHandlerBase_IsModelSupported::ModelToSupport' has a wrong offset!"); \ static_assert(offsetof(LensDistortionModelHandlerBase_IsModelSupported, ReturnValue) == 0x000008, "Member 'LensDistortionModelHandlerBase_IsModelSupported::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULensDistortionModelHandlerBase \ static_assert(alignof(ULensDistortionModelHandlerBase) == 0x000008, "Wrong alignment on ULensDistortionModelHandlerBase"); \ static_assert(sizeof(ULensDistortionModelHandlerBase) == 0x0000A8, "Wrong size on ULensDistortionModelHandlerBase"); \ static_assert(offsetof(ULensDistortionModelHandlerBase, LensModelClass) == 0x000028, "Member 'ULensDistortionModelHandlerBase::LensModelClass' has a wrong offset!"); \ static_assert(offsetof(ULensDistortionModelHandlerBase, DistortionPostProcessMID) == 0x000030, "Member 'ULensDistortionModelHandlerBase::DistortionPostProcessMID' has a wrong offset!"); \ static_assert(offsetof(ULensDistortionModelHandlerBase, CurrentState) == 0x000038, "Member 'ULensDistortionModelHandlerBase::CurrentState' has a wrong offset!"); \ static_assert(offsetof(ULensDistortionModelHandlerBase, DisplayName) == 0x000058, "Member 'ULensDistortionModelHandlerBase::DisplayName' has a wrong offset!"); \ static_assert(offsetof(ULensDistortionModelHandlerBase, OverscanFactor) == 0x000068, "Member 'ULensDistortionModelHandlerBase::OverscanFactor' has a wrong offset!"); \ static_assert(offsetof(ULensDistortionModelHandlerBase, UndistortionDisplacementMapMID) == 0x000070, "Member 'ULensDistortionModelHandlerBase::UndistortionDisplacementMapMID' has a wrong offset!"); \ static_assert(offsetof(ULensDistortionModelHandlerBase, DistortionDisplacementMapMID) == 0x000078, "Member 'ULensDistortionModelHandlerBase::DistortionDisplacementMapMID' has a wrong offset!"); \ static_assert(offsetof(ULensDistortionModelHandlerBase, UndistortionDisplacementMapRT) == 0x000080, "Member 'ULensDistortionModelHandlerBase::UndistortionDisplacementMapRT' has a wrong offset!"); \ static_assert(offsetof(ULensDistortionModelHandlerBase, DistortionDisplacementMapRT) == 0x000088, "Member 'ULensDistortionModelHandlerBase::DistortionDisplacementMapRT' has a wrong offset!"); \ static_assert(offsetof(ULensDistortionModelHandlerBase, DistortionProducerID) == 0x000090, "Member 'ULensDistortionModelHandlerBase::DistortionProducerID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_AddDistortionPoint \ static_assert(alignof(LensFile_AddDistortionPoint) == 0x000008, "Wrong alignment on LensFile_AddDistortionPoint"); \ static_assert(sizeof(LensFile_AddDistortionPoint) == 0x000020, "Wrong size on LensFile_AddDistortionPoint"); \ static_assert(offsetof(LensFile_AddDistortionPoint, NewFocus) == 0x000000, "Member 'LensFile_AddDistortionPoint::NewFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_AddDistortionPoint, NewZoom) == 0x000004, "Member 'LensFile_AddDistortionPoint::NewZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_AddDistortionPoint, NewPoint) == 0x000008, "Member 'LensFile_AddDistortionPoint::NewPoint' has a wrong offset!"); \ static_assert(offsetof(LensFile_AddDistortionPoint, NewFocalLength) == 0x000018, "Member 'LensFile_AddDistortionPoint::NewFocalLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_AddFocalLengthPoint \ static_assert(alignof(LensFile_AddFocalLengthPoint) == 0x000004, "Wrong alignment on LensFile_AddFocalLengthPoint"); \ static_assert(sizeof(LensFile_AddFocalLengthPoint) == 0x000010, "Wrong size on LensFile_AddFocalLengthPoint"); \ static_assert(offsetof(LensFile_AddFocalLengthPoint, NewFocus) == 0x000000, "Member 'LensFile_AddFocalLengthPoint::NewFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_AddFocalLengthPoint, NewZoom) == 0x000004, "Member 'LensFile_AddFocalLengthPoint::NewZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_AddFocalLengthPoint, NewFocalLength) == 0x000008, "Member 'LensFile_AddFocalLengthPoint::NewFocalLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_AddImageCenterPoint \ static_assert(alignof(LensFile_AddImageCenterPoint) == 0x000004, "Wrong alignment on LensFile_AddImageCenterPoint"); \ static_assert(sizeof(LensFile_AddImageCenterPoint) == 0x000010, "Wrong size on LensFile_AddImageCenterPoint"); \ static_assert(offsetof(LensFile_AddImageCenterPoint, NewFocus) == 0x000000, "Member 'LensFile_AddImageCenterPoint::NewFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_AddImageCenterPoint, NewZoom) == 0x000004, "Member 'LensFile_AddImageCenterPoint::NewZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_AddImageCenterPoint, NewPoint) == 0x000008, "Member 'LensFile_AddImageCenterPoint::NewPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_AddNodalOffsetPoint \ static_assert(alignof(LensFile_AddNodalOffsetPoint) == 0x000010, "Wrong alignment on LensFile_AddNodalOffsetPoint"); \ static_assert(sizeof(LensFile_AddNodalOffsetPoint) == 0x000030, "Wrong size on LensFile_AddNodalOffsetPoint"); \ static_assert(offsetof(LensFile_AddNodalOffsetPoint, NewFocus) == 0x000000, "Member 'LensFile_AddNodalOffsetPoint::NewFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_AddNodalOffsetPoint, NewZoom) == 0x000004, "Member 'LensFile_AddNodalOffsetPoint::NewZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_AddNodalOffsetPoint, NewPoint) == 0x000010, "Member 'LensFile_AddNodalOffsetPoint::NewPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_AddSTMapPoint \ static_assert(alignof(LensFile_AddSTMapPoint) == 0x000008, "Wrong alignment on LensFile_AddSTMapPoint"); \ static_assert(sizeof(LensFile_AddSTMapPoint) == 0x000010, "Wrong size on LensFile_AddSTMapPoint"); \ static_assert(offsetof(LensFile_AddSTMapPoint, NewFocus) == 0x000000, "Member 'LensFile_AddSTMapPoint::NewFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_AddSTMapPoint, NewZoom) == 0x000004, "Member 'LensFile_AddSTMapPoint::NewZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_AddSTMapPoint, NewPoint) == 0x000008, "Member 'LensFile_AddSTMapPoint::NewPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_ClearData \ static_assert(alignof(LensFile_ClearData) == 0x000001, "Wrong alignment on LensFile_ClearData"); \ static_assert(sizeof(LensFile_ClearData) == 0x000001, "Wrong size on LensFile_ClearData"); \ static_assert(offsetof(LensFile_ClearData, InDataCategory) == 0x000000, "Member 'LensFile_ClearData::InDataCategory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_RemoveFocusPoint \ static_assert(alignof(LensFile_RemoveFocusPoint) == 0x000004, "Wrong alignment on LensFile_RemoveFocusPoint"); \ static_assert(sizeof(LensFile_RemoveFocusPoint) == 0x000008, "Wrong size on LensFile_RemoveFocusPoint"); \ static_assert(offsetof(LensFile_RemoveFocusPoint, InDataCategory) == 0x000000, "Member 'LensFile_RemoveFocusPoint::InDataCategory' has a wrong offset!"); \ static_assert(offsetof(LensFile_RemoveFocusPoint, InFocus) == 0x000004, "Member 'LensFile_RemoveFocusPoint::InFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_RemoveZoomPoint \ static_assert(alignof(LensFile_RemoveZoomPoint) == 0x000004, "Wrong alignment on LensFile_RemoveZoomPoint"); \ static_assert(sizeof(LensFile_RemoveZoomPoint) == 0x00000C, "Wrong size on LensFile_RemoveZoomPoint"); \ static_assert(offsetof(LensFile_RemoveZoomPoint, InDataCategory) == 0x000000, "Member 'LensFile_RemoveZoomPoint::InDataCategory' has a wrong offset!"); \ static_assert(offsetof(LensFile_RemoveZoomPoint, InFocus) == 0x000004, "Member 'LensFile_RemoveZoomPoint::InFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_RemoveZoomPoint, InZoom) == 0x000008, "Member 'LensFile_RemoveZoomPoint::InZoom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_EvaluateDistortionData \ static_assert(alignof(LensFile_EvaluateDistortionData) == 0x000008, "Wrong alignment on LensFile_EvaluateDistortionData"); \ static_assert(sizeof(LensFile_EvaluateDistortionData) == 0x000020, "Wrong size on LensFile_EvaluateDistortionData"); \ static_assert(offsetof(LensFile_EvaluateDistortionData, InFocus) == 0x000000, "Member 'LensFile_EvaluateDistortionData::InFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateDistortionData, InZoom) == 0x000004, "Member 'LensFile_EvaluateDistortionData::InZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateDistortionData, InFilmback) == 0x000008, "Member 'LensFile_EvaluateDistortionData::InFilmback' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateDistortionData, InLensHandler) == 0x000010, "Member 'LensFile_EvaluateDistortionData::InLensHandler' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateDistortionData, ReturnValue) == 0x000018, "Member 'LensFile_EvaluateDistortionData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_EvaluateDistortionParameters \ static_assert(alignof(LensFile_EvaluateDistortionParameters) == 0x000008, "Wrong alignment on LensFile_EvaluateDistortionParameters"); \ static_assert(sizeof(LensFile_EvaluateDistortionParameters) == 0x000020, "Wrong size on LensFile_EvaluateDistortionParameters"); \ static_assert(offsetof(LensFile_EvaluateDistortionParameters, InFocus) == 0x000000, "Member 'LensFile_EvaluateDistortionParameters::InFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateDistortionParameters, InZoom) == 0x000004, "Member 'LensFile_EvaluateDistortionParameters::InZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateDistortionParameters, OutEvaluatedValue) == 0x000008, "Member 'LensFile_EvaluateDistortionParameters::OutEvaluatedValue' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateDistortionParameters, ReturnValue) == 0x000018, "Member 'LensFile_EvaluateDistortionParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_EvaluateFocalLength \ static_assert(alignof(LensFile_EvaluateFocalLength) == 0x000004, "Wrong alignment on LensFile_EvaluateFocalLength"); \ static_assert(sizeof(LensFile_EvaluateFocalLength) == 0x000014, "Wrong size on LensFile_EvaluateFocalLength"); \ static_assert(offsetof(LensFile_EvaluateFocalLength, InFocus) == 0x000000, "Member 'LensFile_EvaluateFocalLength::InFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateFocalLength, InZoom) == 0x000004, "Member 'LensFile_EvaluateFocalLength::InZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateFocalLength, OutEvaluatedValue) == 0x000008, "Member 'LensFile_EvaluateFocalLength::OutEvaluatedValue' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateFocalLength, ReturnValue) == 0x000010, "Member 'LensFile_EvaluateFocalLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_EvaluateImageCenterParameters \ static_assert(alignof(LensFile_EvaluateImageCenterParameters) == 0x000004, "Wrong alignment on LensFile_EvaluateImageCenterParameters"); \ static_assert(sizeof(LensFile_EvaluateImageCenterParameters) == 0x000014, "Wrong size on LensFile_EvaluateImageCenterParameters"); \ static_assert(offsetof(LensFile_EvaluateImageCenterParameters, InFocus) == 0x000000, "Member 'LensFile_EvaluateImageCenterParameters::InFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateImageCenterParameters, InZoom) == 0x000004, "Member 'LensFile_EvaluateImageCenterParameters::InZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateImageCenterParameters, OutEvaluatedValue) == 0x000008, "Member 'LensFile_EvaluateImageCenterParameters::OutEvaluatedValue' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateImageCenterParameters, ReturnValue) == 0x000010, "Member 'LensFile_EvaluateImageCenterParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_EvaluateNodalPointOffset \ static_assert(alignof(LensFile_EvaluateNodalPointOffset) == 0x000010, "Wrong alignment on LensFile_EvaluateNodalPointOffset"); \ static_assert(sizeof(LensFile_EvaluateNodalPointOffset) == 0x000040, "Wrong size on LensFile_EvaluateNodalPointOffset"); \ static_assert(offsetof(LensFile_EvaluateNodalPointOffset, InFocus) == 0x000000, "Member 'LensFile_EvaluateNodalPointOffset::InFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateNodalPointOffset, InZoom) == 0x000004, "Member 'LensFile_EvaluateNodalPointOffset::InZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateNodalPointOffset, OutEvaluatedValue) == 0x000010, "Member 'LensFile_EvaluateNodalPointOffset::OutEvaluatedValue' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateNodalPointOffset, ReturnValue) == 0x000030, "Member 'LensFile_EvaluateNodalPointOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_EvaluateNormalizedFocus \ static_assert(alignof(LensFile_EvaluateNormalizedFocus) == 0x000004, "Wrong alignment on LensFile_EvaluateNormalizedFocus"); \ static_assert(sizeof(LensFile_EvaluateNormalizedFocus) == 0x000008, "Wrong size on LensFile_EvaluateNormalizedFocus"); \ static_assert(offsetof(LensFile_EvaluateNormalizedFocus, InNormalizedValue) == 0x000000, "Member 'LensFile_EvaluateNormalizedFocus::InNormalizedValue' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateNormalizedFocus, ReturnValue) == 0x000004, "Member 'LensFile_EvaluateNormalizedFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_EvaluateNormalizedIris \ static_assert(alignof(LensFile_EvaluateNormalizedIris) == 0x000004, "Wrong alignment on LensFile_EvaluateNormalizedIris"); \ static_assert(sizeof(LensFile_EvaluateNormalizedIris) == 0x000008, "Wrong size on LensFile_EvaluateNormalizedIris"); \ static_assert(offsetof(LensFile_EvaluateNormalizedIris, InNormalizedValue) == 0x000000, "Member 'LensFile_EvaluateNormalizedIris::InNormalizedValue' has a wrong offset!"); \ static_assert(offsetof(LensFile_EvaluateNormalizedIris, ReturnValue) == 0x000004, "Member 'LensFile_EvaluateNormalizedIris::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_GetDistortionPoint \ static_assert(alignof(LensFile_GetDistortionPoint) == 0x000008, "Wrong alignment on LensFile_GetDistortionPoint"); \ static_assert(sizeof(LensFile_GetDistortionPoint) == 0x000020, "Wrong size on LensFile_GetDistortionPoint"); \ static_assert(offsetof(LensFile_GetDistortionPoint, InFocus) == 0x000000, "Member 'LensFile_GetDistortionPoint::InFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetDistortionPoint, InZoom) == 0x000004, "Member 'LensFile_GetDistortionPoint::InZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetDistortionPoint, OutDistortionInfo) == 0x000008, "Member 'LensFile_GetDistortionPoint::OutDistortionInfo' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetDistortionPoint, ReturnValue) == 0x000018, "Member 'LensFile_GetDistortionPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_GetDistortionPoints \ static_assert(alignof(LensFile_GetDistortionPoints) == 0x000008, "Wrong alignment on LensFile_GetDistortionPoints"); \ static_assert(sizeof(LensFile_GetDistortionPoints) == 0x000010, "Wrong size on LensFile_GetDistortionPoints"); \ static_assert(offsetof(LensFile_GetDistortionPoints, ReturnValue) == 0x000000, "Member 'LensFile_GetDistortionPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_GetFocalLengthPoint \ static_assert(alignof(LensFile_GetFocalLengthPoint) == 0x000004, "Wrong alignment on LensFile_GetFocalLengthPoint"); \ static_assert(sizeof(LensFile_GetFocalLengthPoint) == 0x000014, "Wrong size on LensFile_GetFocalLengthPoint"); \ static_assert(offsetof(LensFile_GetFocalLengthPoint, InFocus) == 0x000000, "Member 'LensFile_GetFocalLengthPoint::InFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetFocalLengthPoint, InZoom) == 0x000004, "Member 'LensFile_GetFocalLengthPoint::InZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetFocalLengthPoint, OutFocalLengthInfo) == 0x000008, "Member 'LensFile_GetFocalLengthPoint::OutFocalLengthInfo' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetFocalLengthPoint, ReturnValue) == 0x000010, "Member 'LensFile_GetFocalLengthPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_GetFocalLengthPoints \ static_assert(alignof(LensFile_GetFocalLengthPoints) == 0x000008, "Wrong alignment on LensFile_GetFocalLengthPoints"); \ static_assert(sizeof(LensFile_GetFocalLengthPoints) == 0x000010, "Wrong size on LensFile_GetFocalLengthPoints"); \ static_assert(offsetof(LensFile_GetFocalLengthPoints, ReturnValue) == 0x000000, "Member 'LensFile_GetFocalLengthPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_GetImageCenterPoint \ static_assert(alignof(LensFile_GetImageCenterPoint) == 0x000004, "Wrong alignment on LensFile_GetImageCenterPoint"); \ static_assert(sizeof(LensFile_GetImageCenterPoint) == 0x000014, "Wrong size on LensFile_GetImageCenterPoint"); \ static_assert(offsetof(LensFile_GetImageCenterPoint, InFocus) == 0x000000, "Member 'LensFile_GetImageCenterPoint::InFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetImageCenterPoint, InZoom) == 0x000004, "Member 'LensFile_GetImageCenterPoint::InZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetImageCenterPoint, OutImageCenterInfo) == 0x000008, "Member 'LensFile_GetImageCenterPoint::OutImageCenterInfo' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetImageCenterPoint, ReturnValue) == 0x000010, "Member 'LensFile_GetImageCenterPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_GetImageCenterPoints \ static_assert(alignof(LensFile_GetImageCenterPoints) == 0x000008, "Wrong alignment on LensFile_GetImageCenterPoints"); \ static_assert(sizeof(LensFile_GetImageCenterPoints) == 0x000010, "Wrong size on LensFile_GetImageCenterPoints"); \ static_assert(offsetof(LensFile_GetImageCenterPoints, ReturnValue) == 0x000000, "Member 'LensFile_GetImageCenterPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_GetNodalOffsetPoint \ static_assert(alignof(LensFile_GetNodalOffsetPoint) == 0x000010, "Wrong alignment on LensFile_GetNodalOffsetPoint"); \ static_assert(sizeof(LensFile_GetNodalOffsetPoint) == 0x000040, "Wrong size on LensFile_GetNodalOffsetPoint"); \ static_assert(offsetof(LensFile_GetNodalOffsetPoint, InFocus) == 0x000000, "Member 'LensFile_GetNodalOffsetPoint::InFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetNodalOffsetPoint, InZoom) == 0x000004, "Member 'LensFile_GetNodalOffsetPoint::InZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetNodalOffsetPoint, OutNodalPointOffset) == 0x000010, "Member 'LensFile_GetNodalOffsetPoint::OutNodalPointOffset' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetNodalOffsetPoint, ReturnValue) == 0x000030, "Member 'LensFile_GetNodalOffsetPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_GetNodalOffsetPoints \ static_assert(alignof(LensFile_GetNodalOffsetPoints) == 0x000008, "Wrong alignment on LensFile_GetNodalOffsetPoints"); \ static_assert(sizeof(LensFile_GetNodalOffsetPoints) == 0x000010, "Wrong size on LensFile_GetNodalOffsetPoints"); \ static_assert(offsetof(LensFile_GetNodalOffsetPoints, ReturnValue) == 0x000000, "Member 'LensFile_GetNodalOffsetPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_GetSTMapPoint \ static_assert(alignof(LensFile_GetSTMapPoint) == 0x000008, "Wrong alignment on LensFile_GetSTMapPoint"); \ static_assert(sizeof(LensFile_GetSTMapPoint) == 0x000018, "Wrong size on LensFile_GetSTMapPoint"); \ static_assert(offsetof(LensFile_GetSTMapPoint, InFocus) == 0x000000, "Member 'LensFile_GetSTMapPoint::InFocus' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetSTMapPoint, InZoom) == 0x000004, "Member 'LensFile_GetSTMapPoint::InZoom' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetSTMapPoint, OutSTMapInfo) == 0x000008, "Member 'LensFile_GetSTMapPoint::OutSTMapInfo' has a wrong offset!"); \ static_assert(offsetof(LensFile_GetSTMapPoint, ReturnValue) == 0x000010, "Member 'LensFile_GetSTMapPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_GetSTMapPoints \ static_assert(alignof(LensFile_GetSTMapPoints) == 0x000008, "Wrong alignment on LensFile_GetSTMapPoints"); \ static_assert(sizeof(LensFile_GetSTMapPoints) == 0x000010, "Wrong size on LensFile_GetSTMapPoints"); \ static_assert(offsetof(LensFile_GetSTMapPoints, ReturnValue) == 0x000000, "Member 'LensFile_GetSTMapPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_HasFocusEncoderMapping \ static_assert(alignof(LensFile_HasFocusEncoderMapping) == 0x000001, "Wrong alignment on LensFile_HasFocusEncoderMapping"); \ static_assert(sizeof(LensFile_HasFocusEncoderMapping) == 0x000001, "Wrong size on LensFile_HasFocusEncoderMapping"); \ static_assert(offsetof(LensFile_HasFocusEncoderMapping, ReturnValue) == 0x000000, "Member 'LensFile_HasFocusEncoderMapping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_HasIrisEncoderMapping \ static_assert(alignof(LensFile_HasIrisEncoderMapping) == 0x000001, "Wrong alignment on LensFile_HasIrisEncoderMapping"); \ static_assert(sizeof(LensFile_HasIrisEncoderMapping) == 0x000001, "Wrong size on LensFile_HasIrisEncoderMapping"); \ static_assert(offsetof(LensFile_HasIrisEncoderMapping, ReturnValue) == 0x000000, "Member 'LensFile_HasIrisEncoderMapping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensFile_HasSamples \ static_assert(alignof(LensFile_HasSamples) == 0x000001, "Wrong alignment on LensFile_HasSamples"); \ static_assert(sizeof(LensFile_HasSamples) == 0x000002, "Wrong size on LensFile_HasSamples"); \ static_assert(offsetof(LensFile_HasSamples, InDataCategory) == 0x000000, "Member 'LensFile_HasSamples::InDataCategory' has a wrong offset!"); \ static_assert(offsetof(LensFile_HasSamples, ReturnValue) == 0x000001, "Member 'LensFile_HasSamples::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULensFile \ static_assert(alignof(ULensFile) == 0x000008, "Wrong alignment on ULensFile"); \ static_assert(sizeof(ULensFile) == 0x000288, "Wrong size on ULensFile"); \ static_assert(offsetof(ULensFile, LensInfo) == 0x000030, "Member 'ULensFile::LensInfo' has a wrong offset!"); \ static_assert(offsetof(ULensFile, DataMode) == 0x000060, "Member 'ULensFile::DataMode' has a wrong offset!"); \ static_assert(offsetof(ULensFile, UserMetadata) == 0x000068, "Member 'ULensFile::UserMetadata' has a wrong offset!"); \ static_assert(offsetof(ULensFile, EncodersTable) == 0x0000B8, "Member 'ULensFile::EncodersTable' has a wrong offset!"); \ static_assert(offsetof(ULensFile, DistortionTable) == 0x0001B8, "Member 'ULensFile::DistortionTable' has a wrong offset!"); \ static_assert(offsetof(ULensFile, FocalLengthTable) == 0x0001D8, "Member 'ULensFile::FocalLengthTable' has a wrong offset!"); \ static_assert(offsetof(ULensFile, ImageCenterTable) == 0x0001F8, "Member 'ULensFile::ImageCenterTable' has a wrong offset!"); \ static_assert(offsetof(ULensFile, NodalOffsetTable) == 0x000218, "Member 'ULensFile::NodalOffsetTable' has a wrong offset!"); \ static_assert(offsetof(ULensFile, STMapTable) == 0x000238, "Member 'ULensFile::STMapTable' has a wrong offset!"); \ static_assert(offsetof(ULensFile, UndistortionDisplacementMapHolders) == 0x000268, "Member 'ULensFile::UndistortionDisplacementMapHolders' has a wrong offset!"); \ static_assert(offsetof(ULensFile, DistortionDisplacementMapHolders) == 0x000278, "Member 'ULensFile::DistortionDisplacementMapHolders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULensModel \ static_assert(alignof(ULensModel) == 0x000008, "Wrong alignment on ULensModel"); \ static_assert(sizeof(ULensModel) == 0x000028, "Wrong size on ULensModel"); \ #define DUMPER7_ASSERTS_USphericalLensDistortionModelHandler \ static_assert(alignof(USphericalLensDistortionModelHandler) == 0x000008, "Wrong alignment on USphericalLensDistortionModelHandler"); \ static_assert(sizeof(USphericalLensDistortionModelHandler) == 0x0000C0, "Wrong size on USphericalLensDistortionModelHandler"); \ #define DUMPER7_ASSERTS_USphericalLensModel \ static_assert(alignof(USphericalLensModel) == 0x000008, "Wrong alignment on USphericalLensModel"); \ static_assert(sizeof(USphericalLensModel) == 0x000028, "Wrong size on USphericalLensModel"); \ #define DUMPER7_ASSERTS_FPerPlatformSettings \ static_assert(alignof(FPerPlatformSettings) == 0x000008, "Wrong alignment on FPerPlatformSettings"); \ static_assert(sizeof(FPerPlatformSettings) == 0x000010, "Wrong size on FPerPlatformSettings"); \ static_assert(offsetof(FPerPlatformSettings, Settings) == 0x000000, "Member 'FPerPlatformSettings::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlatformSettingsInstances \ static_assert(alignof(FPlatformSettingsInstances) == 0x000008, "Wrong alignment on FPlatformSettingsInstances"); \ static_assert(sizeof(FPlatformSettingsInstances) == 0x000058, "Wrong size on FPlatformSettingsInstances"); \ static_assert(offsetof(FPlatformSettingsInstances, PlatformInstance) == 0x000000, "Member 'FPlatformSettingsInstances::PlatformInstance' has a wrong offset!"); \ static_assert(offsetof(FPlatformSettingsInstances, OtherPlatforms) == 0x000008, "Member 'FPlatformSettingsInstances::OtherPlatforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDeveloperSettings \ static_assert(alignof(UDeveloperSettings) == 0x000008, "Wrong alignment on UDeveloperSettings"); \ static_assert(sizeof(UDeveloperSettings) == 0x000038, "Wrong size on UDeveloperSettings"); \ #define DUMPER7_ASSERTS_UPlatformSettings \ static_assert(alignof(UPlatformSettings) == 0x000008, "Wrong alignment on UPlatformSettings"); \ static_assert(sizeof(UPlatformSettings) == 0x000040, "Wrong size on UPlatformSettings"); \ #define DUMPER7_ASSERTS_UPlatformSettingsManager \ static_assert(alignof(UPlatformSettingsManager) == 0x000008, "Wrong alignment on UPlatformSettingsManager"); \ static_assert(sizeof(UPlatformSettingsManager) == 0x000080, "Wrong size on UPlatformSettingsManager"); \ static_assert(offsetof(UPlatformSettingsManager, SettingsMap) == 0x000028, "Member 'UPlatformSettingsManager::SettingsMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkBaseBlueprintData \ static_assert(alignof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkBaseBlueprintData"); \ static_assert(sizeof(FLiveLinkBaseBlueprintData) == 0x000008, "Wrong size on FLiveLinkBaseBlueprintData"); \ #define DUMPER7_ASSERTS_FSubjectFrameHandle \ static_assert(alignof(FSubjectFrameHandle) == 0x000008, "Wrong alignment on FSubjectFrameHandle"); \ static_assert(sizeof(FSubjectFrameHandle) == 0x000018, "Wrong size on FSubjectFrameHandle"); \ #define DUMPER7_ASSERTS_FLiveLinkBaseStaticData \ static_assert(alignof(FLiveLinkBaseStaticData) == 0x000008, "Wrong alignment on FLiveLinkBaseStaticData"); \ static_assert(sizeof(FLiveLinkBaseStaticData) == 0x000010, "Wrong size on FLiveLinkBaseStaticData"); \ static_assert(offsetof(FLiveLinkBaseStaticData, PropertyNames) == 0x000000, "Member 'FLiveLinkBaseStaticData::PropertyNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSubjectName \ static_assert(alignof(FLiveLinkSubjectName) == 0x000004, "Wrong alignment on FLiveLinkSubjectName"); \ static_assert(sizeof(FLiveLinkSubjectName) == 0x000008, "Wrong size on FLiveLinkSubjectName"); \ static_assert(offsetof(FLiveLinkSubjectName, Name) == 0x000000, "Member 'FLiveLinkSubjectName::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSubjectKey \ static_assert(alignof(FLiveLinkSubjectKey) == 0x000004, "Wrong alignment on FLiveLinkSubjectKey"); \ static_assert(sizeof(FLiveLinkSubjectKey) == 0x000018, "Wrong size on FLiveLinkSubjectKey"); \ static_assert(offsetof(FLiveLinkSubjectKey, Source) == 0x000000, "Member 'FLiveLinkSubjectKey::Source' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSubjectKey, SubjectName) == 0x000010, "Member 'FLiveLinkSubjectKey::SubjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSubjectPreset \ static_assert(alignof(FLiveLinkSubjectPreset) == 0x000008, "Wrong alignment on FLiveLinkSubjectPreset"); \ static_assert(sizeof(FLiveLinkSubjectPreset) == 0x000038, "Wrong size on FLiveLinkSubjectPreset"); \ static_assert(offsetof(FLiveLinkSubjectPreset, Key) == 0x000000, "Member 'FLiveLinkSubjectPreset::Key' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSubjectPreset, Role) == 0x000018, "Member 'FLiveLinkSubjectPreset::Role' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSubjectPreset, Settings) == 0x000020, "Member 'FLiveLinkSubjectPreset::Settings' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSubjectPreset, VirtualSubject) == 0x000028, "Member 'FLiveLinkSubjectPreset::VirtualSubject' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSubjectPreset, bEnabled) == 0x000030, "Member 'FLiveLinkSubjectPreset::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSourceHandle \ static_assert(alignof(FLiveLinkSourceHandle) == 0x000008, "Wrong alignment on FLiveLinkSourceHandle"); \ static_assert(sizeof(FLiveLinkSourceHandle) == 0x000018, "Wrong size on FLiveLinkSourceHandle"); \ #define DUMPER7_ASSERTS_FLiveLinkTransform \ static_assert(alignof(FLiveLinkTransform) == 0x000008, "Wrong alignment on FLiveLinkTransform"); \ static_assert(sizeof(FLiveLinkTransform) == 0x000020, "Wrong size on FLiveLinkTransform"); \ #define DUMPER7_ASSERTS_FCachedSubjectFrame \ static_assert(alignof(FCachedSubjectFrame) == 0x000008, "Wrong alignment on FCachedSubjectFrame"); \ static_assert(sizeof(FCachedSubjectFrame) == 0x000160, "Wrong size on FCachedSubjectFrame"); \ #define DUMPER7_ASSERTS_FSubjectMetadata \ static_assert(alignof(FSubjectMetadata) == 0x000008, "Wrong alignment on FSubjectMetadata"); \ static_assert(sizeof(FSubjectMetadata) == 0x000070, "Wrong size on FSubjectMetadata"); \ static_assert(offsetof(FSubjectMetadata, StringMetadata) == 0x000000, "Member 'FSubjectMetadata::StringMetadata' has a wrong offset!"); \ static_assert(offsetof(FSubjectMetadata, SceneTimecode) == 0x000050, "Member 'FSubjectMetadata::SceneTimecode' has a wrong offset!"); \ static_assert(offsetof(FSubjectMetadata, SceneFramerate) == 0x000064, "Member 'FSubjectMetadata::SceneFramerate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkWorldTime \ static_assert(alignof(FLiveLinkWorldTime) == 0x000008, "Wrong alignment on FLiveLinkWorldTime"); \ static_assert(sizeof(FLiveLinkWorldTime) == 0x000010, "Wrong size on FLiveLinkWorldTime"); \ static_assert(offsetof(FLiveLinkWorldTime, Time) == 0x000000, "Member 'FLiveLinkWorldTime::Time' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkWorldTime, Offset) == 0x000008, "Member 'FLiveLinkWorldTime::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkMetaData \ static_assert(alignof(FLiveLinkMetaData) == 0x000008, "Wrong alignment on FLiveLinkMetaData"); \ static_assert(sizeof(FLiveLinkMetaData) == 0x000060, "Wrong size on FLiveLinkMetaData"); \ static_assert(offsetof(FLiveLinkMetaData, StringMetadata) == 0x000000, "Member 'FLiveLinkMetaData::StringMetadata' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkMetaData, SceneTime) == 0x000050, "Member 'FLiveLinkMetaData::SceneTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkBaseFrameData \ static_assert(alignof(FLiveLinkBaseFrameData) == 0x000008, "Wrong alignment on FLiveLinkBaseFrameData"); \ static_assert(sizeof(FLiveLinkBaseFrameData) == 0x0000A0, "Wrong size on FLiveLinkBaseFrameData"); \ static_assert(offsetof(FLiveLinkBaseFrameData, WorldTime) == 0x000000, "Member 'FLiveLinkBaseFrameData::WorldTime' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkBaseFrameData, MetaData) == 0x000010, "Member 'FLiveLinkBaseFrameData::MetaData' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkBaseFrameData, PropertyValues) == 0x000070, "Member 'FLiveLinkBaseFrameData::PropertyValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkAnimationFrameData \ static_assert(alignof(FLiveLinkAnimationFrameData) == 0x000008, "Wrong alignment on FLiveLinkAnimationFrameData"); \ static_assert(sizeof(FLiveLinkAnimationFrameData) == 0x0000B0, "Wrong size on FLiveLinkAnimationFrameData"); \ static_assert(offsetof(FLiveLinkAnimationFrameData, Transforms) == 0x0000A0, "Member 'FLiveLinkAnimationFrameData::Transforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSkeletonStaticData \ static_assert(alignof(FLiveLinkSkeletonStaticData) == 0x000008, "Wrong alignment on FLiveLinkSkeletonStaticData"); \ static_assert(sizeof(FLiveLinkSkeletonStaticData) == 0x000030, "Wrong size on FLiveLinkSkeletonStaticData"); \ static_assert(offsetof(FLiveLinkSkeletonStaticData, BoneNames) == 0x000010, "Member 'FLiveLinkSkeletonStaticData::BoneNames' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSkeletonStaticData, BoneParents) == 0x000020, "Member 'FLiveLinkSkeletonStaticData::BoneParents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkBasicBlueprintData \ static_assert(alignof(FLiveLinkBasicBlueprintData) == 0x000008, "Wrong alignment on FLiveLinkBasicBlueprintData"); \ static_assert(sizeof(FLiveLinkBasicBlueprintData) == 0x0000B8, "Wrong size on FLiveLinkBasicBlueprintData"); \ static_assert(offsetof(FLiveLinkBasicBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkBasicBlueprintData::StaticData' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkBasicBlueprintData, FrameData) == 0x000018, "Member 'FLiveLinkBasicBlueprintData::FrameData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkTransformStaticData \ static_assert(alignof(FLiveLinkTransformStaticData) == 0x000008, "Wrong alignment on FLiveLinkTransformStaticData"); \ static_assert(sizeof(FLiveLinkTransformStaticData) == 0x000018, "Wrong size on FLiveLinkTransformStaticData"); \ static_assert(offsetof(FLiveLinkTransformStaticData, bIsLocationSupported) == 0x000010, "Member 'FLiveLinkTransformStaticData::bIsLocationSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTransformStaticData, bIsRotationSupported) == 0x000011, "Member 'FLiveLinkTransformStaticData::bIsRotationSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTransformStaticData, bIsScaleSupported) == 0x000012, "Member 'FLiveLinkTransformStaticData::bIsScaleSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkCameraStaticData \ static_assert(alignof(FLiveLinkCameraStaticData) == 0x000008, "Wrong alignment on FLiveLinkCameraStaticData"); \ static_assert(sizeof(FLiveLinkCameraStaticData) == 0x000028, "Wrong size on FLiveLinkCameraStaticData"); \ static_assert(offsetof(FLiveLinkCameraStaticData, bIsFieldOfViewSupported) == 0x000018, "Member 'FLiveLinkCameraStaticData::bIsFieldOfViewSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraStaticData, bIsAspectRatioSupported) == 0x000019, "Member 'FLiveLinkCameraStaticData::bIsAspectRatioSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraStaticData, bIsFocalLengthSupported) == 0x00001A, "Member 'FLiveLinkCameraStaticData::bIsFocalLengthSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraStaticData, bIsProjectionModeSupported) == 0x00001B, "Member 'FLiveLinkCameraStaticData::bIsProjectionModeSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraStaticData, FilmBackWidth) == 0x00001C, "Member 'FLiveLinkCameraStaticData::FilmBackWidth' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraStaticData, FilmBackHeight) == 0x000020, "Member 'FLiveLinkCameraStaticData::FilmBackHeight' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraStaticData, bIsApertureSupported) == 0x000024, "Member 'FLiveLinkCameraStaticData::bIsApertureSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraStaticData, bIsFocusDistanceSupported) == 0x000025, "Member 'FLiveLinkCameraStaticData::bIsFocusDistanceSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkTransformFrameData \ static_assert(alignof(FLiveLinkTransformFrameData) == 0x000010, "Wrong alignment on FLiveLinkTransformFrameData"); \ static_assert(sizeof(FLiveLinkTransformFrameData) == 0x0000D0, "Wrong size on FLiveLinkTransformFrameData"); \ static_assert(offsetof(FLiveLinkTransformFrameData, Transform) == 0x0000A0, "Member 'FLiveLinkTransformFrameData::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkCameraFrameData \ static_assert(alignof(FLiveLinkCameraFrameData) == 0x000010, "Wrong alignment on FLiveLinkCameraFrameData"); \ static_assert(sizeof(FLiveLinkCameraFrameData) == 0x0000F0, "Wrong size on FLiveLinkCameraFrameData"); \ static_assert(offsetof(FLiveLinkCameraFrameData, FieldOfView) == 0x0000D0, "Member 'FLiveLinkCameraFrameData::FieldOfView' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraFrameData, AspectRatio) == 0x0000D4, "Member 'FLiveLinkCameraFrameData::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraFrameData, FocalLength) == 0x0000D8, "Member 'FLiveLinkCameraFrameData::FocalLength' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraFrameData, Aperture) == 0x0000DC, "Member 'FLiveLinkCameraFrameData::Aperture' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraFrameData, FocusDistance) == 0x0000E0, "Member 'FLiveLinkCameraFrameData::FocusDistance' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraFrameData, ProjectionMode) == 0x0000E4, "Member 'FLiveLinkCameraFrameData::ProjectionMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkCameraBlueprintData \ static_assert(alignof(FLiveLinkCameraBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkCameraBlueprintData"); \ static_assert(sizeof(FLiveLinkCameraBlueprintData) == 0x000120, "Wrong size on FLiveLinkCameraBlueprintData"); \ static_assert(offsetof(FLiveLinkCameraBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkCameraBlueprintData::StaticData' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCameraBlueprintData, FrameData) == 0x000030, "Member 'FLiveLinkCameraBlueprintData::FrameData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkCurveConversionSettings \ static_assert(alignof(FLiveLinkCurveConversionSettings) == 0x000008, "Wrong alignment on FLiveLinkCurveConversionSettings"); \ static_assert(sizeof(FLiveLinkCurveConversionSettings) == 0x000050, "Wrong size on FLiveLinkCurveConversionSettings"); \ static_assert(offsetof(FLiveLinkCurveConversionSettings, CurveConversionAssetMap) == 0x000000, "Member 'FLiveLinkCurveConversionSettings::CurveConversionAssetMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkLightStaticData \ static_assert(alignof(FLiveLinkLightStaticData) == 0x000008, "Wrong alignment on FLiveLinkLightStaticData"); \ static_assert(sizeof(FLiveLinkLightStaticData) == 0x000028, "Wrong size on FLiveLinkLightStaticData"); \ static_assert(offsetof(FLiveLinkLightStaticData, bIsTemperatureSupported) == 0x000018, "Member 'FLiveLinkLightStaticData::bIsTemperatureSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightStaticData, bIsIntensitySupported) == 0x000019, "Member 'FLiveLinkLightStaticData::bIsIntensitySupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightStaticData, bIsLightColorSupported) == 0x00001A, "Member 'FLiveLinkLightStaticData::bIsLightColorSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightStaticData, bIsInnerConeAngleSupported) == 0x00001B, "Member 'FLiveLinkLightStaticData::bIsInnerConeAngleSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightStaticData, bIsOuterConeAngleSupported) == 0x00001C, "Member 'FLiveLinkLightStaticData::bIsOuterConeAngleSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightStaticData, bIsAttenuationRadiusSupported) == 0x00001D, "Member 'FLiveLinkLightStaticData::bIsAttenuationRadiusSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightStaticData, bIsSourceLenghtSupported) == 0x00001E, "Member 'FLiveLinkLightStaticData::bIsSourceLenghtSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightStaticData, bIsSourceRadiusSupported) == 0x00001F, "Member 'FLiveLinkLightStaticData::bIsSourceRadiusSupported' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightStaticData, bIsSoftSourceRadiusSupported) == 0x000020, "Member 'FLiveLinkLightStaticData::bIsSoftSourceRadiusSupported' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkLightFrameData \ static_assert(alignof(FLiveLinkLightFrameData) == 0x000010, "Wrong alignment on FLiveLinkLightFrameData"); \ static_assert(sizeof(FLiveLinkLightFrameData) == 0x000100, "Wrong size on FLiveLinkLightFrameData"); \ static_assert(offsetof(FLiveLinkLightFrameData, Temperature) == 0x0000D0, "Member 'FLiveLinkLightFrameData::Temperature' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, Intensity) == 0x0000D4, "Member 'FLiveLinkLightFrameData::Intensity' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, LightColor) == 0x0000D8, "Member 'FLiveLinkLightFrameData::LightColor' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, InnerConeAngle) == 0x0000DC, "Member 'FLiveLinkLightFrameData::InnerConeAngle' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, OuterConeAngle) == 0x0000E0, "Member 'FLiveLinkLightFrameData::OuterConeAngle' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, AttenuationRadius) == 0x0000E4, "Member 'FLiveLinkLightFrameData::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, SourceRadius) == 0x0000E8, "Member 'FLiveLinkLightFrameData::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, SoftSourceRadius) == 0x0000EC, "Member 'FLiveLinkLightFrameData::SoftSourceRadius' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightFrameData, SourceLength) == 0x0000F0, "Member 'FLiveLinkLightFrameData::SourceLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkLightBlueprintData \ static_assert(alignof(FLiveLinkLightBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkLightBlueprintData"); \ static_assert(sizeof(FLiveLinkLightBlueprintData) == 0x000130, "Wrong size on FLiveLinkLightBlueprintData"); \ static_assert(offsetof(FLiveLinkLightBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkLightBlueprintData::StaticData' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkLightBlueprintData, FrameData) == 0x000030, "Member 'FLiveLinkLightBlueprintData::FrameData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSourcePreset \ static_assert(alignof(FLiveLinkSourcePreset) == 0x000008, "Wrong alignment on FLiveLinkSourcePreset"); \ static_assert(sizeof(FLiveLinkSourcePreset) == 0x000030, "Wrong size on FLiveLinkSourcePreset"); \ static_assert(offsetof(FLiveLinkSourcePreset, Guid) == 0x000000, "Member 'FLiveLinkSourcePreset::Guid' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourcePreset, Settings) == 0x000010, "Member 'FLiveLinkSourcePreset::Settings' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourcePreset, SourceType) == 0x000018, "Member 'FLiveLinkSourcePreset::SourceType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkRefSkeleton \ static_assert(alignof(FLiveLinkRefSkeleton) == 0x000008, "Wrong alignment on FLiveLinkRefSkeleton"); \ static_assert(sizeof(FLiveLinkRefSkeleton) == 0x000020, "Wrong size on FLiveLinkRefSkeleton"); \ static_assert(offsetof(FLiveLinkRefSkeleton, BoneNames) == 0x000000, "Member 'FLiveLinkRefSkeleton::BoneNames' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkRefSkeleton, BoneParents) == 0x000010, "Member 'FLiveLinkRefSkeleton::BoneParents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSubjectRepresentation \ static_assert(alignof(FLiveLinkSubjectRepresentation) == 0x000008, "Wrong alignment on FLiveLinkSubjectRepresentation"); \ static_assert(sizeof(FLiveLinkSubjectRepresentation) == 0x000010, "Wrong size on FLiveLinkSubjectRepresentation"); \ static_assert(offsetof(FLiveLinkSubjectRepresentation, Subject) == 0x000000, "Member 'FLiveLinkSubjectRepresentation::Subject' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSubjectRepresentation, Role) == 0x000008, "Member 'FLiveLinkSubjectRepresentation::Role' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkInterpolationSettings \ static_assert(alignof(FLiveLinkInterpolationSettings) == 0x000004, "Wrong alignment on FLiveLinkInterpolationSettings"); \ static_assert(sizeof(FLiveLinkInterpolationSettings) == 0x000008, "Wrong size on FLiveLinkInterpolationSettings"); \ static_assert(offsetof(FLiveLinkInterpolationSettings, bUseInterpolation) == 0x000000, "Member 'FLiveLinkInterpolationSettings::bUseInterpolation' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkInterpolationSettings, InterpolationOffset) == 0x000004, "Member 'FLiveLinkInterpolationSettings::InterpolationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkTimeSynchronizationSettings \ static_assert(alignof(FLiveLinkTimeSynchronizationSettings) == 0x000004, "Wrong alignment on FLiveLinkTimeSynchronizationSettings"); \ static_assert(sizeof(FLiveLinkTimeSynchronizationSettings) == 0x00000C, "Wrong size on FLiveLinkTimeSynchronizationSettings"); \ static_assert(offsetof(FLiveLinkTimeSynchronizationSettings, FrameRate) == 0x000000, "Member 'FLiveLinkTimeSynchronizationSettings::FrameRate' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTimeSynchronizationSettings, FrameOffset) == 0x000008, "Member 'FLiveLinkTimeSynchronizationSettings::FrameOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSourceDebugInfo \ static_assert(alignof(FLiveLinkSourceDebugInfo) == 0x000004, "Wrong alignment on FLiveLinkSourceDebugInfo"); \ static_assert(sizeof(FLiveLinkSourceDebugInfo) == 0x000010, "Wrong size on FLiveLinkSourceDebugInfo"); \ static_assert(offsetof(FLiveLinkSourceDebugInfo, SubjectName) == 0x000000, "Member 'FLiveLinkSourceDebugInfo::SubjectName' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceDebugInfo, SnapshotIndex) == 0x000008, "Member 'FLiveLinkSourceDebugInfo::SnapshotIndex' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceDebugInfo, NumberOfBufferAtSnapshot) == 0x00000C, "Member 'FLiveLinkSourceDebugInfo::NumberOfBufferAtSnapshot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSourceBufferManagementSettings \ static_assert(alignof(FLiveLinkSourceBufferManagementSettings) == 0x000008, "Wrong alignment on FLiveLinkSourceBufferManagementSettings"); \ static_assert(sizeof(FLiveLinkSourceBufferManagementSettings) == 0x000058, "Wrong size on FLiveLinkSourceBufferManagementSettings"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bValidEngineTimeEnabled) == 0x000000, "Member 'FLiveLinkSourceBufferManagementSettings::bValidEngineTimeEnabled' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, ValidEngineTime) == 0x000004, "Member 'FLiveLinkSourceBufferManagementSettings::ValidEngineTime' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, EngineTimeOffset) == 0x000008, "Member 'FLiveLinkSourceBufferManagementSettings::EngineTimeOffset' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, EngineTimeClockOffset) == 0x000010, "Member 'FLiveLinkSourceBufferManagementSettings::EngineTimeClockOffset' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bGenerateSubFrame) == 0x000018, "Member 'FLiveLinkSourceBufferManagementSettings::bGenerateSubFrame' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, DetectedFrameRate) == 0x00001C, "Member 'FLiveLinkSourceBufferManagementSettings::DetectedFrameRate' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bUseTimecodeSmoothLatest) == 0x000024, "Member 'FLiveLinkSourceBufferManagementSettings::bUseTimecodeSmoothLatest' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, SourceTimecodeFrameRate) == 0x000028, "Member 'FLiveLinkSourceBufferManagementSettings::SourceTimecodeFrameRate' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bValidTimecodeFrameEnabled) == 0x000030, "Member 'FLiveLinkSourceBufferManagementSettings::bValidTimecodeFrameEnabled' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, ValidTimecodeFrame) == 0x000034, "Member 'FLiveLinkSourceBufferManagementSettings::ValidTimecodeFrame' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeFrameOffset) == 0x000038, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, TimecodeClockOffset) == 0x000040, "Member 'FLiveLinkSourceBufferManagementSettings::TimecodeClockOffset' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, LatestOffset) == 0x000048, "Member 'FLiveLinkSourceBufferManagementSettings::LatestOffset' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, MaxNumberOfFrameToBuffered) == 0x00004C, "Member 'FLiveLinkSourceBufferManagementSettings::MaxNumberOfFrameToBuffered' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSourceBufferManagementSettings, bKeepAtLeastOneFrame) == 0x000050, "Member 'FLiveLinkSourceBufferManagementSettings::bKeepAtLeastOneFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkTransformBlueprintData \ static_assert(alignof(FLiveLinkTransformBlueprintData) == 0x000010, "Wrong alignment on FLiveLinkTransformBlueprintData"); \ static_assert(sizeof(FLiveLinkTransformBlueprintData) == 0x0000F0, "Wrong size on FLiveLinkTransformBlueprintData"); \ static_assert(offsetof(FLiveLinkTransformBlueprintData, StaticData) == 0x000008, "Member 'FLiveLinkTransformBlueprintData::StaticData' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTransformBlueprintData, FrameData) == 0x000020, "Member 'FLiveLinkTransformBlueprintData::FrameData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkCurveElement \ static_assert(alignof(FLiveLinkCurveElement) == 0x000004, "Wrong alignment on FLiveLinkCurveElement"); \ static_assert(sizeof(FLiveLinkCurveElement) == 0x00000C, "Wrong size on FLiveLinkCurveElement"); \ static_assert(offsetof(FLiveLinkCurveElement, CurveName) == 0x000000, "Member 'FLiveLinkCurveElement::CurveName' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkCurveElement, CurveValue) == 0x000008, "Member 'FLiveLinkCurveElement::CurveValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkFrameData \ static_assert(alignof(FLiveLinkFrameData) == 0x000008, "Wrong alignment on FLiveLinkFrameData"); \ static_assert(sizeof(FLiveLinkFrameData) == 0x000090, "Wrong size on FLiveLinkFrameData"); \ static_assert(offsetof(FLiveLinkFrameData, Transforms) == 0x000000, "Member 'FLiveLinkFrameData::Transforms' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkFrameData, CurveElements) == 0x000010, "Member 'FLiveLinkFrameData::CurveElements' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkFrameData, WorldTime) == 0x000020, "Member 'FLiveLinkFrameData::WorldTime' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkFrameData, MetaData) == 0x000030, "Member 'FLiveLinkFrameData::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkFrameRate \ static_assert(alignof(FLiveLinkFrameRate) == 0x000004, "Wrong alignment on FLiveLinkFrameRate"); \ static_assert(sizeof(FLiveLinkFrameRate) == 0x000008, "Wrong size on FLiveLinkFrameRate"); \ #define DUMPER7_ASSERTS_FLiveLinkTimeCode_Base_DEPRECATED \ static_assert(alignof(FLiveLinkTimeCode_Base_DEPRECATED) == 0x000004, "Wrong alignment on FLiveLinkTimeCode_Base_DEPRECATED"); \ static_assert(sizeof(FLiveLinkTimeCode_Base_DEPRECATED) == 0x000010, "Wrong size on FLiveLinkTimeCode_Base_DEPRECATED"); \ static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, Seconds) == 0x000000, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::Seconds' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, Frames) == 0x000004, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::Frames' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTimeCode_Base_DEPRECATED, FrameRate) == 0x000008, "Member 'FLiveLinkTimeCode_Base_DEPRECATED::FrameRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkTimeCode \ static_assert(alignof(FLiveLinkTimeCode) == 0x000004, "Wrong alignment on FLiveLinkTimeCode"); \ static_assert(sizeof(FLiveLinkTimeCode) == 0x000010, "Wrong size on FLiveLinkTimeCode"); \ #define DUMPER7_ASSERTS_FLiveLinkTime \ static_assert(alignof(FLiveLinkTime) == 0x000008, "Wrong alignment on FLiveLinkTime"); \ static_assert(sizeof(FLiveLinkTime) == 0x000018, "Wrong size on FLiveLinkTime"); \ static_assert(offsetof(FLiveLinkTime, WorldTime) == 0x000000, "Member 'FLiveLinkTime::WorldTime' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTime, SceneTime) == 0x000008, "Member 'FLiveLinkTime::SceneTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkFramePreProcessor \ static_assert(alignof(ULiveLinkFramePreProcessor) == 0x000008, "Wrong alignment on ULiveLinkFramePreProcessor"); \ static_assert(sizeof(ULiveLinkFramePreProcessor) == 0x000028, "Wrong size on ULiveLinkFramePreProcessor"); \ #define DUMPER7_ASSERTS_ULiveLinkFrameInterpolationProcessor \ static_assert(alignof(ULiveLinkFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkFrameInterpolationProcessor"); \ static_assert(sizeof(ULiveLinkFrameInterpolationProcessor) == 0x000028, "Wrong size on ULiveLinkFrameInterpolationProcessor"); \ #define DUMPER7_ASSERTS_ULiveLinkFrameTranslator \ static_assert(alignof(ULiveLinkFrameTranslator) == 0x000008, "Wrong alignment on ULiveLinkFrameTranslator"); \ static_assert(sizeof(ULiveLinkFrameTranslator) == 0x000028, "Wrong size on ULiveLinkFrameTranslator"); \ #define DUMPER7_ASSERTS_ULiveLinkRole \ static_assert(alignof(ULiveLinkRole) == 0x000008, "Wrong alignment on ULiveLinkRole"); \ static_assert(sizeof(ULiveLinkRole) == 0x000028, "Wrong size on ULiveLinkRole"); \ #define DUMPER7_ASSERTS_ULiveLinkBasicRole \ static_assert(alignof(ULiveLinkBasicRole) == 0x000008, "Wrong alignment on ULiveLinkBasicRole"); \ static_assert(sizeof(ULiveLinkBasicRole) == 0x000028, "Wrong size on ULiveLinkBasicRole"); \ #define DUMPER7_ASSERTS_ULiveLinkVirtualSubject \ static_assert(alignof(ULiveLinkVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkVirtualSubject"); \ static_assert(sizeof(ULiveLinkVirtualSubject) == 0x000160, "Wrong size on ULiveLinkVirtualSubject"); \ static_assert(offsetof(ULiveLinkVirtualSubject, Role) == 0x000030, "Member 'ULiveLinkVirtualSubject::Role' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkVirtualSubject, Subjects) == 0x000038, "Member 'ULiveLinkVirtualSubject::Subjects' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkVirtualSubject, FrameTranslators) == 0x000048, "Member 'ULiveLinkVirtualSubject::FrameTranslators' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkVirtualSubject, bRebroadcastSubject) == 0x000058, "Member 'ULiveLinkVirtualSubject::bRebroadcastSubject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkSourceFactory \ static_assert(alignof(ULiveLinkSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkSourceFactory"); \ static_assert(sizeof(ULiveLinkSourceFactory) == 0x000028, "Wrong size on ULiveLinkSourceFactory"); \ #define DUMPER7_ASSERTS_ULiveLinkSourceSettings \ static_assert(alignof(ULiveLinkSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkSourceSettings"); \ static_assert(sizeof(ULiveLinkSourceSettings) == 0x0000A0, "Wrong size on ULiveLinkSourceSettings"); \ static_assert(offsetof(ULiveLinkSourceSettings, Mode) == 0x000028, "Member 'ULiveLinkSourceSettings::Mode' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSourceSettings, BufferSettings) == 0x000030, "Member 'ULiveLinkSourceSettings::BufferSettings' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSourceSettings, ConnectionString) == 0x000088, "Member 'ULiveLinkSourceSettings::ConnectionString' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSourceSettings, Factory) == 0x000098, "Member 'ULiveLinkSourceSettings::Factory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkAnimationRole \ static_assert(alignof(ULiveLinkAnimationRole) == 0x000008, "Wrong alignment on ULiveLinkAnimationRole"); \ static_assert(sizeof(ULiveLinkAnimationRole) == 0x000028, "Wrong size on ULiveLinkAnimationRole"); \ #define DUMPER7_ASSERTS_ULiveLinkTransformRole \ static_assert(alignof(ULiveLinkTransformRole) == 0x000008, "Wrong alignment on ULiveLinkTransformRole"); \ static_assert(sizeof(ULiveLinkTransformRole) == 0x000028, "Wrong size on ULiveLinkTransformRole"); \ #define DUMPER7_ASSERTS_ULiveLinkCameraRole \ static_assert(alignof(ULiveLinkCameraRole) == 0x000008, "Wrong alignment on ULiveLinkCameraRole"); \ static_assert(sizeof(ULiveLinkCameraRole) == 0x000028, "Wrong size on ULiveLinkCameraRole"); \ #define DUMPER7_ASSERTS_ULiveLinkController \ static_assert(alignof(ULiveLinkController) == 0x000008, "Wrong alignment on ULiveLinkController"); \ static_assert(sizeof(ULiveLinkController) == 0x000028, "Wrong size on ULiveLinkController"); \ #define DUMPER7_ASSERTS_ULiveLinkCurveRemapSettings \ static_assert(alignof(ULiveLinkCurveRemapSettings) == 0x000008, "Wrong alignment on ULiveLinkCurveRemapSettings"); \ static_assert(sizeof(ULiveLinkCurveRemapSettings) == 0x0000F0, "Wrong size on ULiveLinkCurveRemapSettings"); \ static_assert(offsetof(ULiveLinkCurveRemapSettings, CurveConversionSettings) == 0x0000A0, "Member 'ULiveLinkCurveRemapSettings::CurveConversionSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkLightRole \ static_assert(alignof(ULiveLinkLightRole) == 0x000008, "Wrong alignment on ULiveLinkLightRole"); \ static_assert(sizeof(ULiveLinkLightRole) == 0x000028, "Wrong size on ULiveLinkLightRole"); \ #define DUMPER7_ASSERTS_ULiveLinkSubjectSettings \ static_assert(alignof(ULiveLinkSubjectSettings) == 0x000008, "Wrong alignment on ULiveLinkSubjectSettings"); \ static_assert(sizeof(ULiveLinkSubjectSettings) == 0x000068, "Wrong size on ULiveLinkSubjectSettings"); \ static_assert(offsetof(ULiveLinkSubjectSettings, PreProcessors) == 0x000028, "Member 'ULiveLinkSubjectSettings::PreProcessors' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSubjectSettings, InterpolationProcessor) == 0x000038, "Member 'ULiveLinkSubjectSettings::InterpolationProcessor' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSubjectSettings, Translators) == 0x000040, "Member 'ULiveLinkSubjectSettings::Translators' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSubjectSettings, Role) == 0x000050, "Member 'ULiveLinkSubjectSettings::Role' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSubjectSettings, FrameRate) == 0x000058, "Member 'ULiveLinkSubjectSettings::FrameRate' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSubjectSettings, bRebroadcastSubject) == 0x000060, "Member 'ULiveLinkSubjectSettings::bRebroadcastSubject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLensDistortionCameraModel \ static_assert(alignof(FLensDistortionCameraModel) == 0x000004, "Wrong alignment on FLensDistortionCameraModel"); \ static_assert(sizeof(FLensDistortionCameraModel) == 0x000024, "Wrong size on FLensDistortionCameraModel"); \ static_assert(offsetof(FLensDistortionCameraModel, K1) == 0x000000, "Member 'FLensDistortionCameraModel::K1' has a wrong offset!"); \ static_assert(offsetof(FLensDistortionCameraModel, K2) == 0x000004, "Member 'FLensDistortionCameraModel::K2' has a wrong offset!"); \ static_assert(offsetof(FLensDistortionCameraModel, K3) == 0x000008, "Member 'FLensDistortionCameraModel::K3' has a wrong offset!"); \ static_assert(offsetof(FLensDistortionCameraModel, P1) == 0x00000C, "Member 'FLensDistortionCameraModel::P1' has a wrong offset!"); \ static_assert(offsetof(FLensDistortionCameraModel, P2) == 0x000010, "Member 'FLensDistortionCameraModel::P2' has a wrong offset!"); \ static_assert(offsetof(FLensDistortionCameraModel, F) == 0x000014, "Member 'FLensDistortionCameraModel::F' has a wrong offset!"); \ static_assert(offsetof(FLensDistortionCameraModel, C) == 0x00001C, "Member 'FLensDistortionCameraModel::C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget \ static_assert(alignof(LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget) == 0x000008, "Wrong alignment on LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget"); \ static_assert(sizeof(LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget) == 0x000048, "Wrong size on LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget, WorldContextObject) == 0x000000, "Member 'LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget, CameraModel) == 0x000008, "Member 'LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget::CameraModel' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget, DistortedHorizontalFOV) == 0x00002C, "Member 'LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget::DistortedHorizontalFOV' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget, DistortedAspectRatio) == 0x000030, "Member 'LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget::DistortedAspectRatio' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget, UndistortOverscanFactor) == 0x000034, "Member 'LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget::UndistortOverscanFactor' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget, OutputRenderTarget) == 0x000038, "Member 'LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget::OutputRenderTarget' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget, OutputMultiply) == 0x000040, "Member 'LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget::OutputMultiply' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget, OutputAdd) == 0x000044, "Member 'LensDistortionBlueprintLibrary_DrawUVDisplacementToRenderTarget::OutputAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensDistortionBlueprintLibrary_EqualEqual_CompareLensDistortionModels \ static_assert(alignof(LensDistortionBlueprintLibrary_EqualEqual_CompareLensDistortionModels) == 0x000004, "Wrong alignment on LensDistortionBlueprintLibrary_EqualEqual_CompareLensDistortionModels"); \ static_assert(sizeof(LensDistortionBlueprintLibrary_EqualEqual_CompareLensDistortionModels) == 0x00004C, "Wrong size on LensDistortionBlueprintLibrary_EqualEqual_CompareLensDistortionModels"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_EqualEqual_CompareLensDistortionModels, A) == 0x000000, "Member 'LensDistortionBlueprintLibrary_EqualEqual_CompareLensDistortionModels::A' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_EqualEqual_CompareLensDistortionModels, B) == 0x000024, "Member 'LensDistortionBlueprintLibrary_EqualEqual_CompareLensDistortionModels::B' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_EqualEqual_CompareLensDistortionModels, ReturnValue) == 0x000048, "Member 'LensDistortionBlueprintLibrary_EqualEqual_CompareLensDistortionModels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensDistortionBlueprintLibrary_GetUndistortOverscanFactor \ static_assert(alignof(LensDistortionBlueprintLibrary_GetUndistortOverscanFactor) == 0x000004, "Wrong alignment on LensDistortionBlueprintLibrary_GetUndistortOverscanFactor"); \ static_assert(sizeof(LensDistortionBlueprintLibrary_GetUndistortOverscanFactor) == 0x000030, "Wrong size on LensDistortionBlueprintLibrary_GetUndistortOverscanFactor"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_GetUndistortOverscanFactor, CameraModel) == 0x000000, "Member 'LensDistortionBlueprintLibrary_GetUndistortOverscanFactor::CameraModel' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_GetUndistortOverscanFactor, DistortedHorizontalFOV) == 0x000024, "Member 'LensDistortionBlueprintLibrary_GetUndistortOverscanFactor::DistortedHorizontalFOV' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_GetUndistortOverscanFactor, DistortedAspectRatio) == 0x000028, "Member 'LensDistortionBlueprintLibrary_GetUndistortOverscanFactor::DistortedAspectRatio' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_GetUndistortOverscanFactor, UndistortOverscanFactor) == 0x00002C, "Member 'LensDistortionBlueprintLibrary_GetUndistortOverscanFactor::UndistortOverscanFactor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LensDistortionBlueprintLibrary_NotEqual_CompareLensDistortionModels \ static_assert(alignof(LensDistortionBlueprintLibrary_NotEqual_CompareLensDistortionModels) == 0x000004, "Wrong alignment on LensDistortionBlueprintLibrary_NotEqual_CompareLensDistortionModels"); \ static_assert(sizeof(LensDistortionBlueprintLibrary_NotEqual_CompareLensDistortionModels) == 0x00004C, "Wrong size on LensDistortionBlueprintLibrary_NotEqual_CompareLensDistortionModels"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_NotEqual_CompareLensDistortionModels, A) == 0x000000, "Member 'LensDistortionBlueprintLibrary_NotEqual_CompareLensDistortionModels::A' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_NotEqual_CompareLensDistortionModels, B) == 0x000024, "Member 'LensDistortionBlueprintLibrary_NotEqual_CompareLensDistortionModels::B' has a wrong offset!"); \ static_assert(offsetof(LensDistortionBlueprintLibrary_NotEqual_CompareLensDistortionModels, ReturnValue) == 0x000048, "Member 'LensDistortionBlueprintLibrary_NotEqual_CompareLensDistortionModels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULensDistortionBlueprintLibrary \ static_assert(alignof(ULensDistortionBlueprintLibrary) == 0x000008, "Wrong alignment on ULensDistortionBlueprintLibrary"); \ static_assert(sizeof(ULensDistortionBlueprintLibrary) == 0x000028, "Wrong size on ULensDistortionBlueprintLibrary"); \ #define DUMPER7_ASSERTS_FMediaCaptureOptions \ static_assert(alignof(FMediaCaptureOptions) == 0x000004, "Wrong alignment on FMediaCaptureOptions"); \ static_assert(sizeof(FMediaCaptureOptions) == 0x000010, "Wrong size on FMediaCaptureOptions"); \ static_assert(offsetof(FMediaCaptureOptions, Crop) == 0x000000, "Member 'FMediaCaptureOptions::Crop' has a wrong offset!"); \ static_assert(offsetof(FMediaCaptureOptions, CustomCapturePoint) == 0x000004, "Member 'FMediaCaptureOptions::CustomCapturePoint' has a wrong offset!"); \ static_assert(offsetof(FMediaCaptureOptions, bResizeSourceBuffer) == 0x00000C, "Member 'FMediaCaptureOptions::bResizeSourceBuffer' has a wrong offset!"); \ static_assert(offsetof(FMediaCaptureOptions, bSkipFrameWhenRunningExpensiveTasks) == 0x00000D, "Member 'FMediaCaptureOptions::bSkipFrameWhenRunningExpensiveTasks' has a wrong offset!"); \ static_assert(offsetof(FMediaCaptureOptions, bConvertToDesiredPixelFormat) == 0x00000E, "Member 'FMediaCaptureOptions::bConvertToDesiredPixelFormat' has a wrong offset!"); \ static_assert(offsetof(FMediaCaptureOptions, bForceAlphaToOneOnConversion) == 0x00000F, "Member 'FMediaCaptureOptions::bForceAlphaToOneOnConversion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaIODevice \ static_assert(alignof(FMediaIODevice) == 0x000004, "Wrong alignment on FMediaIODevice"); \ static_assert(sizeof(FMediaIODevice) == 0x00000C, "Wrong size on FMediaIODevice"); \ static_assert(offsetof(FMediaIODevice, DeviceName) == 0x000000, "Member 'FMediaIODevice::DeviceName' has a wrong offset!"); \ static_assert(offsetof(FMediaIODevice, DeviceIdentifier) == 0x000008, "Member 'FMediaIODevice::DeviceIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaIOConnection \ static_assert(alignof(FMediaIOConnection) == 0x000004, "Wrong alignment on FMediaIOConnection"); \ static_assert(sizeof(FMediaIOConnection) == 0x000020, "Wrong size on FMediaIOConnection"); \ static_assert(offsetof(FMediaIOConnection, Device) == 0x000000, "Member 'FMediaIOConnection::Device' has a wrong offset!"); \ static_assert(offsetof(FMediaIOConnection, protocol) == 0x00000C, "Member 'FMediaIOConnection::protocol' has a wrong offset!"); \ static_assert(offsetof(FMediaIOConnection, TransportType) == 0x000014, "Member 'FMediaIOConnection::TransportType' has a wrong offset!"); \ static_assert(offsetof(FMediaIOConnection, QuadTransportType) == 0x000018, "Member 'FMediaIOConnection::QuadTransportType' has a wrong offset!"); \ static_assert(offsetof(FMediaIOConnection, PortIdentifier) == 0x00001C, "Member 'FMediaIOConnection::PortIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaIOMode \ static_assert(alignof(FMediaIOMode) == 0x000004, "Wrong alignment on FMediaIOMode"); \ static_assert(sizeof(FMediaIOMode) == 0x000018, "Wrong size on FMediaIOMode"); \ static_assert(offsetof(FMediaIOMode, FrameRate) == 0x000000, "Member 'FMediaIOMode::FrameRate' has a wrong offset!"); \ static_assert(offsetof(FMediaIOMode, Resolution) == 0x000008, "Member 'FMediaIOMode::Resolution' has a wrong offset!"); \ static_assert(offsetof(FMediaIOMode, Standard) == 0x000010, "Member 'FMediaIOMode::Standard' has a wrong offset!"); \ static_assert(offsetof(FMediaIOMode, DeviceModeIdentifier) == 0x000014, "Member 'FMediaIOMode::DeviceModeIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaIOConfiguration \ static_assert(alignof(FMediaIOConfiguration) == 0x000004, "Wrong alignment on FMediaIOConfiguration"); \ static_assert(sizeof(FMediaIOConfiguration) == 0x00003C, "Wrong size on FMediaIOConfiguration"); \ static_assert(offsetof(FMediaIOConfiguration, bIsInput) == 0x000000, "Member 'FMediaIOConfiguration::bIsInput' has a wrong offset!"); \ static_assert(offsetof(FMediaIOConfiguration, MediaConnection) == 0x000004, "Member 'FMediaIOConfiguration::MediaConnection' has a wrong offset!"); \ static_assert(offsetof(FMediaIOConfiguration, MediaMode) == 0x000024, "Member 'FMediaIOConfiguration::MediaMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaIOOutputConfiguration \ static_assert(alignof(FMediaIOOutputConfiguration) == 0x000004, "Wrong alignment on FMediaIOOutputConfiguration"); \ static_assert(sizeof(FMediaIOOutputConfiguration) == 0x00004C, "Wrong size on FMediaIOOutputConfiguration"); \ static_assert(offsetof(FMediaIOOutputConfiguration, MediaConfiguration) == 0x000000, "Member 'FMediaIOOutputConfiguration::MediaConfiguration' has a wrong offset!"); \ static_assert(offsetof(FMediaIOOutputConfiguration, OutputType) == 0x00003C, "Member 'FMediaIOOutputConfiguration::OutputType' has a wrong offset!"); \ static_assert(offsetof(FMediaIOOutputConfiguration, KeyPortIdentifier) == 0x000040, "Member 'FMediaIOOutputConfiguration::KeyPortIdentifier' has a wrong offset!"); \ static_assert(offsetof(FMediaIOOutputConfiguration, OutputReference) == 0x000044, "Member 'FMediaIOOutputConfiguration::OutputReference' has a wrong offset!"); \ static_assert(offsetof(FMediaIOOutputConfiguration, ReferencePortIdentifier) == 0x000048, "Member 'FMediaIOOutputConfiguration::ReferencePortIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMediaIOInputConfiguration \ static_assert(alignof(FMediaIOInputConfiguration) == 0x000004, "Wrong alignment on FMediaIOInputConfiguration"); \ static_assert(sizeof(FMediaIOInputConfiguration) == 0x000044, "Wrong size on FMediaIOInputConfiguration"); \ static_assert(offsetof(FMediaIOInputConfiguration, MediaConfiguration) == 0x000000, "Member 'FMediaIOInputConfiguration::MediaConfiguration' has a wrong offset!"); \ static_assert(offsetof(FMediaIOInputConfiguration, InputType) == 0x00003C, "Member 'FMediaIOInputConfiguration::InputType' has a wrong offset!"); \ static_assert(offsetof(FMediaIOInputConfiguration, KeyPortIdentifier) == 0x000040, "Member 'FMediaIOInputConfiguration::KeyPortIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaCapture_CaptureActiveSceneViewport \ static_assert(alignof(MediaCapture_CaptureActiveSceneViewport) == 0x000004, "Wrong alignment on MediaCapture_CaptureActiveSceneViewport"); \ static_assert(sizeof(MediaCapture_CaptureActiveSceneViewport) == 0x000014, "Wrong size on MediaCapture_CaptureActiveSceneViewport"); \ static_assert(offsetof(MediaCapture_CaptureActiveSceneViewport, CaptureOptions) == 0x000000, "Member 'MediaCapture_CaptureActiveSceneViewport::CaptureOptions' has a wrong offset!"); \ static_assert(offsetof(MediaCapture_CaptureActiveSceneViewport, ReturnValue) == 0x000010, "Member 'MediaCapture_CaptureActiveSceneViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaCapture_CaptureTextureRenderTarget2D \ static_assert(alignof(MediaCapture_CaptureTextureRenderTarget2D) == 0x000008, "Wrong alignment on MediaCapture_CaptureTextureRenderTarget2D"); \ static_assert(sizeof(MediaCapture_CaptureTextureRenderTarget2D) == 0x000020, "Wrong size on MediaCapture_CaptureTextureRenderTarget2D"); \ static_assert(offsetof(MediaCapture_CaptureTextureRenderTarget2D, RenderTarget) == 0x000000, "Member 'MediaCapture_CaptureTextureRenderTarget2D::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(MediaCapture_CaptureTextureRenderTarget2D, CaptureOptions) == 0x000008, "Member 'MediaCapture_CaptureTextureRenderTarget2D::CaptureOptions' has a wrong offset!"); \ static_assert(offsetof(MediaCapture_CaptureTextureRenderTarget2D, ReturnValue) == 0x000018, "Member 'MediaCapture_CaptureTextureRenderTarget2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaCapture_SetMediaOutput \ static_assert(alignof(MediaCapture_SetMediaOutput) == 0x000008, "Wrong alignment on MediaCapture_SetMediaOutput"); \ static_assert(sizeof(MediaCapture_SetMediaOutput) == 0x000008, "Wrong size on MediaCapture_SetMediaOutput"); \ static_assert(offsetof(MediaCapture_SetMediaOutput, InMediaOutput) == 0x000000, "Member 'MediaCapture_SetMediaOutput::InMediaOutput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaCapture_StopCapture \ static_assert(alignof(MediaCapture_StopCapture) == 0x000001, "Wrong alignment on MediaCapture_StopCapture"); \ static_assert(sizeof(MediaCapture_StopCapture) == 0x000001, "Wrong size on MediaCapture_StopCapture"); \ static_assert(offsetof(MediaCapture_StopCapture, bAllowPendingFrameToBeProcess) == 0x000000, "Member 'MediaCapture_StopCapture::bAllowPendingFrameToBeProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaCapture_UpdateTextureRenderTarget2D \ static_assert(alignof(MediaCapture_UpdateTextureRenderTarget2D) == 0x000008, "Wrong alignment on MediaCapture_UpdateTextureRenderTarget2D"); \ static_assert(sizeof(MediaCapture_UpdateTextureRenderTarget2D) == 0x000010, "Wrong size on MediaCapture_UpdateTextureRenderTarget2D"); \ static_assert(offsetof(MediaCapture_UpdateTextureRenderTarget2D, RenderTarget) == 0x000000, "Member 'MediaCapture_UpdateTextureRenderTarget2D::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(MediaCapture_UpdateTextureRenderTarget2D, ReturnValue) == 0x000008, "Member 'MediaCapture_UpdateTextureRenderTarget2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaCapture_GetDesiredPixelFormat \ static_assert(alignof(MediaCapture_GetDesiredPixelFormat) == 0x000001, "Wrong alignment on MediaCapture_GetDesiredPixelFormat"); \ static_assert(sizeof(MediaCapture_GetDesiredPixelFormat) == 0x000001, "Wrong size on MediaCapture_GetDesiredPixelFormat"); \ static_assert(offsetof(MediaCapture_GetDesiredPixelFormat, ReturnValue) == 0x000000, "Member 'MediaCapture_GetDesiredPixelFormat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaCapture_GetDesiredSize \ static_assert(alignof(MediaCapture_GetDesiredSize) == 0x000004, "Wrong alignment on MediaCapture_GetDesiredSize"); \ static_assert(sizeof(MediaCapture_GetDesiredSize) == 0x000008, "Wrong size on MediaCapture_GetDesiredSize"); \ static_assert(offsetof(MediaCapture_GetDesiredSize, ReturnValue) == 0x000000, "Member 'MediaCapture_GetDesiredSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaCapture_GetState \ static_assert(alignof(MediaCapture_GetState) == 0x000001, "Wrong alignment on MediaCapture_GetState"); \ static_assert(sizeof(MediaCapture_GetState) == 0x000001, "Wrong size on MediaCapture_GetState"); \ static_assert(offsetof(MediaCapture_GetState, ReturnValue) == 0x000000, "Member 'MediaCapture_GetState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMediaCapture \ static_assert(alignof(UMediaCapture) == 0x000008, "Wrong alignment on UMediaCapture"); \ static_assert(sizeof(UMediaCapture) == 0x000108, "Wrong size on UMediaCapture"); \ static_assert(offsetof(UMediaCapture, OnStateChanged) == 0x000028, "Member 'UMediaCapture::OnStateChanged' has a wrong offset!"); \ static_assert(offsetof(UMediaCapture, MediaOutput) == 0x000050, "Member 'UMediaCapture::MediaOutput' has a wrong offset!"); \ static_assert(offsetof(UMediaCapture, CapturingRenderTarget) == 0x000078, "Member 'UMediaCapture::CapturingRenderTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFileMediaCapture \ static_assert(alignof(UFileMediaCapture) == 0x000008, "Wrong alignment on UFileMediaCapture"); \ static_assert(sizeof(UFileMediaCapture) == 0x000170, "Wrong size on UFileMediaCapture"); \ #define DUMPER7_ASSERTS_MediaOutput_CreateMediaCapture \ static_assert(alignof(MediaOutput_CreateMediaCapture) == 0x000008, "Wrong alignment on MediaOutput_CreateMediaCapture"); \ static_assert(sizeof(MediaOutput_CreateMediaCapture) == 0x000008, "Wrong size on MediaOutput_CreateMediaCapture"); \ static_assert(offsetof(MediaOutput_CreateMediaCapture, ReturnValue) == 0x000000, "Member 'MediaOutput_CreateMediaCapture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MediaOutput_Validate \ static_assert(alignof(MediaOutput_Validate) == 0x000008, "Wrong alignment on MediaOutput_Validate"); \ static_assert(sizeof(MediaOutput_Validate) == 0x000018, "Wrong size on MediaOutput_Validate"); \ static_assert(offsetof(MediaOutput_Validate, OutFailureReason) == 0x000000, "Member 'MediaOutput_Validate::OutFailureReason' has a wrong offset!"); \ static_assert(offsetof(MediaOutput_Validate, ReturnValue) == 0x000010, "Member 'MediaOutput_Validate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMediaOutput \ static_assert(alignof(UMediaOutput) == 0x000008, "Wrong alignment on UMediaOutput"); \ static_assert(sizeof(UMediaOutput) == 0x000030, "Wrong size on UMediaOutput"); \ static_assert(offsetof(UMediaOutput, NumberOfTextureBuffers) == 0x000028, "Member 'UMediaOutput::NumberOfTextureBuffers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFileMediaOutput \ static_assert(alignof(UFileMediaOutput) == 0x000010, "Wrong alignment on UFileMediaOutput"); \ static_assert(sizeof(UFileMediaOutput) == 0x0000D0, "Wrong size on UFileMediaOutput"); \ static_assert(offsetof(UFileMediaOutput, WriteOptions) == 0x000030, "Member 'UFileMediaOutput::WriteOptions' has a wrong offset!"); \ static_assert(offsetof(UFileMediaOutput, FilePath) == 0x000090, "Member 'UFileMediaOutput::FilePath' has a wrong offset!"); \ static_assert(offsetof(UFileMediaOutput, BaseFileName) == 0x0000A0, "Member 'UFileMediaOutput::BaseFileName' has a wrong offset!"); \ static_assert(offsetof(UFileMediaOutput, bOverrideDesiredSize) == 0x0000B0, "Member 'UFileMediaOutput::bOverrideDesiredSize' has a wrong offset!"); \ static_assert(offsetof(UFileMediaOutput, DesiredSize) == 0x0000B4, "Member 'UFileMediaOutput::DesiredSize' has a wrong offset!"); \ static_assert(offsetof(UFileMediaOutput, bOverridePixelFormat) == 0x0000BC, "Member 'UFileMediaOutput::bOverridePixelFormat' has a wrong offset!"); \ static_assert(offsetof(UFileMediaOutput, DesiredPixelFormat) == 0x0000C0, "Member 'UFileMediaOutput::DesiredPixelFormat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOpenColorIOColorSpace \ static_assert(alignof(FOpenColorIOColorSpace) == 0x000008, "Wrong alignment on FOpenColorIOColorSpace"); \ static_assert(sizeof(FOpenColorIOColorSpace) == 0x000028, "Wrong size on FOpenColorIOColorSpace"); \ static_assert(offsetof(FOpenColorIOColorSpace, ColorSpaceName) == 0x000000, "Member 'FOpenColorIOColorSpace::ColorSpaceName' has a wrong offset!"); \ static_assert(offsetof(FOpenColorIOColorSpace, ColorSpaceIndex) == 0x000010, "Member 'FOpenColorIOColorSpace::ColorSpaceIndex' has a wrong offset!"); \ static_assert(offsetof(FOpenColorIOColorSpace, FamilyName) == 0x000018, "Member 'FOpenColorIOColorSpace::FamilyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOpenColorIOColorConversionSettings \ static_assert(alignof(FOpenColorIOColorConversionSettings) == 0x000008, "Wrong alignment on FOpenColorIOColorConversionSettings"); \ static_assert(sizeof(FOpenColorIOColorConversionSettings) == 0x000058, "Wrong size on FOpenColorIOColorConversionSettings"); \ static_assert(offsetof(FOpenColorIOColorConversionSettings, ConfigurationSource) == 0x000000, "Member 'FOpenColorIOColorConversionSettings::ConfigurationSource' has a wrong offset!"); \ static_assert(offsetof(FOpenColorIOColorConversionSettings, SourceColorSpace) == 0x000008, "Member 'FOpenColorIOColorConversionSettings::SourceColorSpace' has a wrong offset!"); \ static_assert(offsetof(FOpenColorIOColorConversionSettings, DestinationColorSpace) == 0x000030, "Member 'FOpenColorIOColorConversionSettings::DestinationColorSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOpenColorIODisplayConfiguration \ static_assert(alignof(FOpenColorIODisplayConfiguration) == 0x000008, "Wrong alignment on FOpenColorIODisplayConfiguration"); \ static_assert(sizeof(FOpenColorIODisplayConfiguration) == 0x000060, "Wrong size on FOpenColorIODisplayConfiguration"); \ static_assert(offsetof(FOpenColorIODisplayConfiguration, bIsEnabled) == 0x000000, "Member 'FOpenColorIODisplayConfiguration::bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(FOpenColorIODisplayConfiguration, ColorConfiguration) == 0x000008, "Member 'FOpenColorIODisplayConfiguration::ColorConfiguration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform \ static_assert(alignof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x000008, "Wrong alignment on OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform"); \ static_assert(sizeof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x000078, "Wrong size on OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform"); \ static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, WorldContextObject) == 0x000000, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, ConversionSettings) == 0x000008, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::ConversionSettings' has a wrong offset!"); \ static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, InputTexture) == 0x000060, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::InputTexture' has a wrong offset!"); \ static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, OutputRenderTarget) == 0x000068, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::OutputRenderTarget' has a wrong offset!"); \ static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, ReturnValue) == 0x000070, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOpenColorIOBlueprintLibrary \ static_assert(alignof(UOpenColorIOBlueprintLibrary) == 0x000008, "Wrong alignment on UOpenColorIOBlueprintLibrary"); \ static_assert(sizeof(UOpenColorIOBlueprintLibrary) == 0x000028, "Wrong size on UOpenColorIOBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UOpenColorIOColorTransform \ static_assert(alignof(UOpenColorIOColorTransform) == 0x000008, "Wrong alignment on UOpenColorIOColorTransform"); \ static_assert(sizeof(UOpenColorIOColorTransform) == 0x000098, "Wrong size on UOpenColorIOColorTransform"); \ static_assert(offsetof(UOpenColorIOColorTransform, ConfigurationOwner) == 0x000028, "Member 'UOpenColorIOColorTransform::ConfigurationOwner' has a wrong offset!"); \ static_assert(offsetof(UOpenColorIOColorTransform, SourceColorSpace) == 0x000030, "Member 'UOpenColorIOColorTransform::SourceColorSpace' has a wrong offset!"); \ static_assert(offsetof(UOpenColorIOColorTransform, DestinationColorSpace) == 0x000040, "Member 'UOpenColorIOColorTransform::DestinationColorSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOpenColorIOConfiguration \ static_assert(alignof(UOpenColorIOConfiguration) == 0x000008, "Wrong alignment on UOpenColorIOConfiguration"); \ static_assert(sizeof(UOpenColorIOConfiguration) == 0x000080, "Wrong size on UOpenColorIOConfiguration"); \ static_assert(offsetof(UOpenColorIOConfiguration, ConfigurationFile) == 0x000028, "Member 'UOpenColorIOConfiguration::ConfigurationFile' has a wrong offset!"); \ static_assert(offsetof(UOpenColorIOConfiguration, DesiredColorSpaces) == 0x000038, "Member 'UOpenColorIOConfiguration::DesiredColorSpaces' has a wrong offset!"); \ static_assert(offsetof(UOpenColorIOConfiguration, ColorTransforms) == 0x000048, "Member 'UOpenColorIOConfiguration::ColorTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension \ static_assert(alignof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension) == 0x000010, "Wrong alignment on OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension"); \ static_assert(sizeof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension) == 0x0000C0, "Wrong size on OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, InDisplayConfiguration) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::InDisplayConfiguration' has a wrong offset!"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, IsActiveFunction) == 0x000060, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::IsActiveFunction' has a wrong offset!"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, ReturnValue) == 0x0000B0, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration \ static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration"); \ static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration) == 0x000060, "Wrong size on OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration, InDisplayConfiguration) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration::InDisplayConfiguration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction \ static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction) == 0x000010, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction"); \ static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction) == 0x000050, "Wrong size on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction, IsActiveFunction) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction::IsActiveFunction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions \ static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions"); \ static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions) == 0x000010, "Wrong size on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions"); \ static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions, IsActiveFunctions) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions::IsActiveFunctions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOpenColorIODisplayExtensionWrapper \ static_assert(alignof(UOpenColorIODisplayExtensionWrapper) == 0x000008, "Wrong alignment on UOpenColorIODisplayExtensionWrapper"); \ static_assert(sizeof(UOpenColorIODisplayExtensionWrapper) == 0x000038, "Wrong size on UOpenColorIODisplayExtensionWrapper"); \ #define DUMPER7_ASSERTS_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_AColorCorrectRegion \ static_assert(alignof(AColorCorrectRegion) == 0x000010, "Wrong alignment on AColorCorrectRegion"); \ static_assert(sizeof(AColorCorrectRegion) == 0x000400, "Wrong size on AColorCorrectRegion"); \ static_assert(offsetof(AColorCorrectRegion, Type) == 0x000230, "Member 'AColorCorrectRegion::Type' has a wrong offset!"); \ static_assert(offsetof(AColorCorrectRegion, Priority) == 0x000234, "Member 'AColorCorrectRegion::Priority' has a wrong offset!"); \ static_assert(offsetof(AColorCorrectRegion, Intensity) == 0x000238, "Member 'AColorCorrectRegion::Intensity' has a wrong offset!"); \ static_assert(offsetof(AColorCorrectRegion, Inner) == 0x00023C, "Member 'AColorCorrectRegion::Inner' has a wrong offset!"); \ static_assert(offsetof(AColorCorrectRegion, Outer_0) == 0x000240, "Member 'AColorCorrectRegion::Outer_0' has a wrong offset!"); \ static_assert(offsetof(AColorCorrectRegion, Falloff) == 0x000244, "Member 'AColorCorrectRegion::Falloff' has a wrong offset!"); \ static_assert(offsetof(AColorCorrectRegion, Invert) == 0x000248, "Member 'AColorCorrectRegion::Invert' has a wrong offset!"); \ static_assert(offsetof(AColorCorrectRegion, TemperatureType) == 0x000249, "Member 'AColorCorrectRegion::TemperatureType' has a wrong offset!"); \ static_assert(offsetof(AColorCorrectRegion, Temperature) == 0x00024C, "Member 'AColorCorrectRegion::Temperature' has a wrong offset!"); \ static_assert(offsetof(AColorCorrectRegion, ColorGradingSettings) == 0x000250, "Member 'AColorCorrectRegion::ColorGradingSettings' has a wrong offset!"); \ static_assert(offsetof(AColorCorrectRegion, Enabled) == 0x0003A0, "Member 'AColorCorrectRegion::Enabled' has a wrong offset!"); \ static_assert(offsetof(AColorCorrectRegion, ExcludeStencil) == 0x0003A1, "Member 'AColorCorrectRegion::ExcludeStencil' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UColorCorrectRegionsSubsystem \ static_assert(alignof(UColorCorrectRegionsSubsystem) == 0x000008, "Wrong alignment on UColorCorrectRegionsSubsystem"); \ static_assert(sizeof(UColorCorrectRegionsSubsystem) == 0x000080, "Wrong size on UColorCorrectRegionsSubsystem"); \ #define DUMPER7_ASSERTS_UBPE_A_SpawnOrFade2DSFX_C \ static_assert(alignof(UBPE_A_SpawnOrFade2DSFX_C) == 0x000008, "Wrong alignment on UBPE_A_SpawnOrFade2DSFX_C"); \ static_assert(sizeof(UBPE_A_SpawnOrFade2DSFX_C) == 0x000048, "Wrong size on UBPE_A_SpawnOrFade2DSFX_C"); \ static_assert(offsetof(UBPE_A_SpawnOrFade2DSFX_C, Sound) == 0x000028, "Member 'UBPE_A_SpawnOrFade2DSFX_C::Sound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SpawnOrFade2DSFX_C, Volume) == 0x000030, "Member 'UBPE_A_SpawnOrFade2DSFX_C::Volume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SpawnOrFade2DSFX_C, InitialDelay) == 0x000034, "Member 'UBPE_A_SpawnOrFade2DSFX_C::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SpawnOrFade2DSFX_C, InitialDelayTime) == 0x000038, "Member 'UBPE_A_SpawnOrFade2DSFX_C::InitialDelayTime' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SpawnOrFade2DSFX_C, FadeSound) == 0x00003C, "Member 'UBPE_A_SpawnOrFade2DSFX_C::FadeSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SpawnOrFade2DSFX_C, FadeSoundDur) == 0x000040, "Member 'UBPE_A_SpawnOrFade2DSFX_C::FadeSoundDur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniCurveOutputProperties \ static_assert(alignof(FHoudiniCurveOutputProperties) == 0x000004, "Wrong alignment on FHoudiniCurveOutputProperties"); \ static_assert(sizeof(FHoudiniCurveOutputProperties) == 0x00000C, "Wrong size on FHoudiniCurveOutputProperties"); \ static_assert(offsetof(FHoudiniCurveOutputProperties, CurveOutputType) == 0x000000, "Member 'FHoudiniCurveOutputProperties::CurveOutputType' has a wrong offset!"); \ static_assert(offsetof(FHoudiniCurveOutputProperties, NumPoints) == 0x000004, "Member 'FHoudiniCurveOutputProperties::NumPoints' has a wrong offset!"); \ static_assert(offsetof(FHoudiniCurveOutputProperties, bClosed) == 0x000008, "Member 'FHoudiniCurveOutputProperties::bClosed' has a wrong offset!"); \ static_assert(offsetof(FHoudiniCurveOutputProperties, CurveType) == 0x000009, "Member 'FHoudiniCurveOutputProperties::CurveType' has a wrong offset!"); \ static_assert(offsetof(FHoudiniCurveOutputProperties, CurveMethod) == 0x00000A, "Member 'FHoudiniCurveOutputProperties::CurveMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniOutputObject \ static_assert(alignof(FHoudiniOutputObject) == 0x000008, "Wrong alignment on FHoudiniOutputObject"); \ static_assert(sizeof(FHoudiniOutputObject) == 0x0000F8, "Wrong size on FHoudiniOutputObject"); \ static_assert(offsetof(FHoudiniOutputObject, OutputObject) == 0x000000, "Member 'FHoudiniOutputObject::OutputObject' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObject, OutputComponent) == 0x000008, "Member 'FHoudiniOutputObject::OutputComponent' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObject, ProxyObject) == 0x000010, "Member 'FHoudiniOutputObject::ProxyObject' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObject, ProxyComponent) == 0x000018, "Member 'FHoudiniOutputObject::ProxyComponent' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObject, bProxyIsCurrent) == 0x000020, "Member 'FHoudiniOutputObject::bProxyIsCurrent' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObject, bIsImplicit) == 0x000021, "Member 'FHoudiniOutputObject::bIsImplicit' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObject, bIsGeometryCollectionPiece) == 0x000022, "Member 'FHoudiniOutputObject::bIsGeometryCollectionPiece' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObject, GeometryCollectionPieceName) == 0x000028, "Member 'FHoudiniOutputObject::GeometryCollectionPieceName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObject, BakeName) == 0x000038, "Member 'FHoudiniOutputObject::BakeName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObject, CurveOutputProperty) == 0x000048, "Member 'FHoudiniOutputObject::CurveOutputProperty' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObject, CachedAttributes) == 0x000058, "Member 'FHoudiniOutputObject::CachedAttributes' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObject, CachedTokens) == 0x0000A8, "Member 'FHoudiniOutputObject::CachedTokens' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniAssetBlueprintOutput \ static_assert(alignof(FHoudiniAssetBlueprintOutput) == 0x000008, "Wrong alignment on FHoudiniAssetBlueprintOutput"); \ static_assert(sizeof(FHoudiniAssetBlueprintOutput) == 0x000100, "Wrong size on FHoudiniAssetBlueprintOutput"); \ static_assert(offsetof(FHoudiniAssetBlueprintOutput, OutputIndex) == 0x000000, "Member 'FHoudiniAssetBlueprintOutput::OutputIndex' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintOutput, OutputObject) == 0x000008, "Member 'FHoudiniAssetBlueprintOutput::OutputObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniOutputObjectIdentifier \ static_assert(alignof(FHoudiniOutputObjectIdentifier) == 0x000008, "Wrong alignment on FHoudiniOutputObjectIdentifier"); \ static_assert(sizeof(FHoudiniOutputObjectIdentifier) == 0x000040, "Wrong size on FHoudiniOutputObjectIdentifier"); \ static_assert(offsetof(FHoudiniOutputObjectIdentifier, ObjectId) == 0x000000, "Member 'FHoudiniOutputObjectIdentifier::ObjectId' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObjectIdentifier, GeoId) == 0x000004, "Member 'FHoudiniOutputObjectIdentifier::GeoId' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObjectIdentifier, PartId) == 0x000008, "Member 'FHoudiniOutputObjectIdentifier::PartId' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObjectIdentifier, SplitIdentifier) == 0x000010, "Member 'FHoudiniOutputObjectIdentifier::SplitIdentifier' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObjectIdentifier, PartName) == 0x000020, "Member 'FHoudiniOutputObjectIdentifier::PartName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObjectIdentifier, PrimitiveIndex) == 0x000030, "Member 'FHoudiniOutputObjectIdentifier::PrimitiveIndex' has a wrong offset!"); \ static_assert(offsetof(FHoudiniOutputObjectIdentifier, PointIndex) == 0x000034, "Member 'FHoudiniOutputObjectIdentifier::PointIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniAssetBlueprintInstanceData \ static_assert(alignof(FHoudiniAssetBlueprintInstanceData) == 0x000008, "Wrong alignment on FHoudiniAssetBlueprintInstanceData"); \ static_assert(sizeof(FHoudiniAssetBlueprintInstanceData) == 0x000120, "Wrong size on FHoudiniAssetBlueprintInstanceData"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, HoudiniAsset) == 0x000068, "Member 'FHoudiniAssetBlueprintInstanceData::HoudiniAsset' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, AssetId) == 0x000070, "Member 'FHoudiniAssetBlueprintInstanceData::AssetId' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, AssetState) == 0x000074, "Member 'FHoudiniAssetBlueprintInstanceData::AssetState' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, SubAssetIndex) == 0x000078, "Member 'FHoudiniAssetBlueprintInstanceData::SubAssetIndex' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, AssetCookCount) == 0x00007C, "Member 'FHoudiniAssetBlueprintInstanceData::AssetCookCount' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bHasBeenLoaded) == 0x000080, "Member 'FHoudiniAssetBlueprintInstanceData::bHasBeenLoaded' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bHasBeenDuplicated) == 0x000081, "Member 'FHoudiniAssetBlueprintInstanceData::bHasBeenDuplicated' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bPendingDelete) == 0x000082, "Member 'FHoudiniAssetBlueprintInstanceData::bPendingDelete' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bRecookRequested) == 0x000083, "Member 'FHoudiniAssetBlueprintInstanceData::bRecookRequested' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bRebuildRequested) == 0x000084, "Member 'FHoudiniAssetBlueprintInstanceData::bRebuildRequested' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bEnableCooking) == 0x000085, "Member 'FHoudiniAssetBlueprintInstanceData::bEnableCooking' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bForceNeedUpdate) == 0x000086, "Member 'FHoudiniAssetBlueprintInstanceData::bForceNeedUpdate' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bLastCookSuccess) == 0x000087, "Member 'FHoudiniAssetBlueprintInstanceData::bLastCookSuccess' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, ComponentGUID) == 0x000088, "Member 'FHoudiniAssetBlueprintInstanceData::ComponentGUID' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, HapiGUID) == 0x000098, "Member 'FHoudiniAssetBlueprintInstanceData::HapiGUID' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, bRegisteredComponentTemplate) == 0x0000A8, "Member 'FHoudiniAssetBlueprintInstanceData::bRegisteredComponentTemplate' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, SourceName) == 0x0000B0, "Member 'FHoudiniAssetBlueprintInstanceData::SourceName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, Outputs) == 0x0000C0, "Member 'FHoudiniAssetBlueprintInstanceData::Outputs' has a wrong offset!"); \ static_assert(offsetof(FHoudiniAssetBlueprintInstanceData, Inputs) == 0x000110, "Member 'FHoudiniAssetBlueprintInstanceData::Inputs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniGenericAttribute \ static_assert(alignof(FHoudiniGenericAttribute) == 0x000008, "Wrong alignment on FHoudiniGenericAttribute"); \ static_assert(sizeof(FHoudiniGenericAttribute) == 0x000050, "Wrong size on FHoudiniGenericAttribute"); \ static_assert(offsetof(FHoudiniGenericAttribute, AttributeName) == 0x000000, "Member 'FHoudiniGenericAttribute::AttributeName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGenericAttribute, AttributeType) == 0x000010, "Member 'FHoudiniGenericAttribute::AttributeType' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGenericAttribute, AttributeOwner) == 0x000011, "Member 'FHoudiniGenericAttribute::AttributeOwner' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGenericAttribute, AttributeCount) == 0x000014, "Member 'FHoudiniGenericAttribute::AttributeCount' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGenericAttribute, AttributeTupleSize) == 0x000018, "Member 'FHoudiniGenericAttribute::AttributeTupleSize' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGenericAttribute, DoubleValues) == 0x000020, "Member 'FHoudiniGenericAttribute::DoubleValues' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGenericAttribute, IntValues) == 0x000030, "Member 'FHoudiniGenericAttribute::IntValues' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGenericAttribute, StringValues) == 0x000040, "Member 'FHoudiniGenericAttribute::StringValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniGenericAttributeChangedProperty \ static_assert(alignof(FHoudiniGenericAttributeChangedProperty) == 0x000008, "Wrong alignment on FHoudiniGenericAttributeChangedProperty"); \ static_assert(sizeof(FHoudiniGenericAttributeChangedProperty) == 0x000098, "Wrong size on FHoudiniGenericAttributeChangedProperty"); \ static_assert(offsetof(FHoudiniGenericAttributeChangedProperty, Object) == 0x000000, "Member 'FHoudiniGenericAttributeChangedProperty::Object' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniMeshSocket \ static_assert(alignof(FHoudiniMeshSocket) == 0x000010, "Wrong alignment on FHoudiniMeshSocket"); \ static_assert(sizeof(FHoudiniMeshSocket) == 0x000060, "Wrong size on FHoudiniMeshSocket"); \ #define DUMPER7_ASSERTS_FHoudiniGeoPartObject \ static_assert(alignof(FHoudiniGeoPartObject) == 0x000010, "Wrong alignment on FHoudiniGeoPartObject"); \ static_assert(sizeof(FHoudiniGeoPartObject) == 0x000230, "Wrong size on FHoudiniGeoPartObject"); \ static_assert(offsetof(FHoudiniGeoPartObject, AssetId) == 0x000000, "Member 'FHoudiniGeoPartObject::AssetId' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, AssetName) == 0x000008, "Member 'FHoudiniGeoPartObject::AssetName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, ObjectId) == 0x000018, "Member 'FHoudiniGeoPartObject::ObjectId' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, ObjectName) == 0x000020, "Member 'FHoudiniGeoPartObject::ObjectName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, GeoId) == 0x000030, "Member 'FHoudiniGeoPartObject::GeoId' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, PartId) == 0x000034, "Member 'FHoudiniGeoPartObject::PartId' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, PartName) == 0x000038, "Member 'FHoudiniGeoPartObject::PartName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, bHasCustomPartName) == 0x000048, "Member 'FHoudiniGeoPartObject::bHasCustomPartName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, SplitGroups) == 0x000050, "Member 'FHoudiniGeoPartObject::SplitGroups' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, TransformMatrix) == 0x000060, "Member 'FHoudiniGeoPartObject::TransformMatrix' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, NodePath) == 0x000090, "Member 'FHoudiniGeoPartObject::NodePath' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, Type) == 0x0000A0, "Member 'FHoudiniGeoPartObject::Type' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, InstancerType) == 0x0000A1, "Member 'FHoudiniGeoPartObject::InstancerType' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, VolumeName) == 0x0000A8, "Member 'FHoudiniGeoPartObject::VolumeName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, bHasEditLayers) == 0x0000B8, "Member 'FHoudiniGeoPartObject::bHasEditLayers' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, VolumeLayerName) == 0x0000C0, "Member 'FHoudiniGeoPartObject::VolumeLayerName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, VolumeTileIndex) == 0x0000D0, "Member 'FHoudiniGeoPartObject::VolumeTileIndex' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, bIsVisible) == 0x0000D4, "Member 'FHoudiniGeoPartObject::bIsVisible' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, bIsEditable) == 0x0000D5, "Member 'FHoudiniGeoPartObject::bIsEditable' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, bIsTemplated) == 0x0000D6, "Member 'FHoudiniGeoPartObject::bIsTemplated' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, bIsInstanced) == 0x0000D7, "Member 'FHoudiniGeoPartObject::bIsInstanced' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, bHasGeoChanged) == 0x0000D8, "Member 'FHoudiniGeoPartObject::bHasGeoChanged' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, bHasPartChanged) == 0x0000D9, "Member 'FHoudiniGeoPartObject::bHasPartChanged' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, bHasTransformChanged) == 0x0000DA, "Member 'FHoudiniGeoPartObject::bHasTransformChanged' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, bHasMaterialsChanged) == 0x0000DB, "Member 'FHoudiniGeoPartObject::bHasMaterialsChanged' has a wrong offset!"); \ static_assert(offsetof(FHoudiniGeoPartObject, AllMeshSockets) == 0x000220, "Member 'FHoudiniGeoPartObject::AllMeshSockets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniCurveInfo \ static_assert(alignof(FHoudiniCurveInfo) == 0x000004, "Wrong alignment on FHoudiniCurveInfo"); \ static_assert(sizeof(FHoudiniCurveInfo) == 0x00001C, "Wrong size on FHoudiniCurveInfo"); \ #define DUMPER7_ASSERTS_FHoudiniVolumeInfo \ static_assert(alignof(FHoudiniVolumeInfo) == 0x000010, "Wrong alignment on FHoudiniVolumeInfo"); \ static_assert(sizeof(FHoudiniVolumeInfo) == 0x000080, "Wrong size on FHoudiniVolumeInfo"); \ #define DUMPER7_ASSERTS_FHoudiniPartInfo \ static_assert(alignof(FHoudiniPartInfo) == 0x000008, "Wrong alignment on FHoudiniPartInfo"); \ static_assert(sizeof(FHoudiniPartInfo) == 0x000048, "Wrong size on FHoudiniPartInfo"); \ #define DUMPER7_ASSERTS_FHoudiniGeoInfo \ static_assert(alignof(FHoudiniGeoInfo) == 0x000008, "Wrong alignment on FHoudiniGeoInfo"); \ static_assert(sizeof(FHoudiniGeoInfo) == 0x000030, "Wrong size on FHoudiniGeoInfo"); \ #define DUMPER7_ASSERTS_FHoudiniObjectInfo \ static_assert(alignof(FHoudiniObjectInfo) == 0x000008, "Wrong alignment on FHoudiniObjectInfo"); \ static_assert(sizeof(FHoudiniObjectInfo) == 0x000028, "Wrong size on FHoudiniObjectInfo"); \ #define DUMPER7_ASSERTS_FHoudiniBrushInfo \ static_assert(alignof(FHoudiniBrushInfo) == 0x000010, "Wrong alignment on FHoudiniBrushInfo"); \ static_assert(sizeof(FHoudiniBrushInfo) == 0x000070, "Wrong size on FHoudiniBrushInfo"); \ static_assert(offsetof(FHoudiniBrushInfo, BrushActor) == 0x000000, "Member 'FHoudiniBrushInfo::BrushActor' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBrushInfo, CachedTransform) == 0x000010, "Member 'FHoudiniBrushInfo::CachedTransform' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBrushInfo, CachedOrigin) == 0x000040, "Member 'FHoudiniBrushInfo::CachedOrigin' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBrushInfo, CachedExtent) == 0x00004C, "Member 'FHoudiniBrushInfo::CachedExtent' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBrushInfo, CachedBrushType) == 0x000058, "Member 'FHoudiniBrushInfo::CachedBrushType' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBrushInfo, CachedSurfaceHash) == 0x000060, "Member 'FHoudiniBrushInfo::CachedSurfaceHash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniBakedOutputObjectIdentifier \ static_assert(alignof(FHoudiniBakedOutputObjectIdentifier) == 0x000008, "Wrong alignment on FHoudiniBakedOutputObjectIdentifier"); \ static_assert(sizeof(FHoudiniBakedOutputObjectIdentifier) == 0x000018, "Wrong size on FHoudiniBakedOutputObjectIdentifier"); \ static_assert(offsetof(FHoudiniBakedOutputObjectIdentifier, PartId) == 0x000000, "Member 'FHoudiniBakedOutputObjectIdentifier::PartId' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBakedOutputObjectIdentifier, SplitIdentifier) == 0x000008, "Member 'FHoudiniBakedOutputObjectIdentifier::SplitIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniBakedOutputObject \ static_assert(alignof(FHoudiniBakedOutputObject) == 0x000008, "Wrong alignment on FHoudiniBakedOutputObject"); \ static_assert(sizeof(FHoudiniBakedOutputObject) == 0x0000B8, "Wrong size on FHoudiniBakedOutputObject"); \ static_assert(offsetof(FHoudiniBakedOutputObject, Actor) == 0x000000, "Member 'FHoudiniBakedOutputObject::Actor' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBakedOutputObject, Blueprint) == 0x000010, "Member 'FHoudiniBakedOutputObject::Blueprint' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBakedOutputObject, ActorBakeName) == 0x000020, "Member 'FHoudiniBakedOutputObject::ActorBakeName' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBakedOutputObject, BakedObject) == 0x000028, "Member 'FHoudiniBakedOutputObject::BakedObject' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBakedOutputObject, BakedComponent) == 0x000038, "Member 'FHoudiniBakedOutputObject::BakedComponent' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBakedOutputObject, InstancedActors) == 0x000048, "Member 'FHoudiniBakedOutputObject::InstancedActors' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBakedOutputObject, InstancedComponents) == 0x000058, "Member 'FHoudiniBakedOutputObject::InstancedComponents' has a wrong offset!"); \ static_assert(offsetof(FHoudiniBakedOutputObject, LandscapeLayers) == 0x000068, "Member 'FHoudiniBakedOutputObject::LandscapeLayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniBakedOutput \ static_assert(alignof(FHoudiniBakedOutput) == 0x000008, "Wrong alignment on FHoudiniBakedOutput"); \ static_assert(sizeof(FHoudiniBakedOutput) == 0x000050, "Wrong size on FHoudiniBakedOutput"); \ static_assert(offsetof(FHoudiniBakedOutput, BakedOutputObjects) == 0x000000, "Member 'FHoudiniBakedOutput::BakedOutputObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniInstancedOutput \ static_assert(alignof(FHoudiniInstancedOutput) == 0x000008, "Wrong alignment on FHoudiniInstancedOutput"); \ static_assert(sizeof(FHoudiniInstancedOutput) == 0x000088, "Wrong size on FHoudiniInstancedOutput"); \ static_assert(offsetof(FHoudiniInstancedOutput, OriginalObject) == 0x000000, "Member 'FHoudiniInstancedOutput::OriginalObject' has a wrong offset!"); \ static_assert(offsetof(FHoudiniInstancedOutput, OriginalObjectIndex) == 0x000028, "Member 'FHoudiniInstancedOutput::OriginalObjectIndex' has a wrong offset!"); \ static_assert(offsetof(FHoudiniInstancedOutput, OriginalTransforms) == 0x000030, "Member 'FHoudiniInstancedOutput::OriginalTransforms' has a wrong offset!"); \ static_assert(offsetof(FHoudiniInstancedOutput, VariationObjects) == 0x000040, "Member 'FHoudiniInstancedOutput::VariationObjects' has a wrong offset!"); \ static_assert(offsetof(FHoudiniInstancedOutput, VariationTransformOffsets) == 0x000050, "Member 'FHoudiniInstancedOutput::VariationTransformOffsets' has a wrong offset!"); \ static_assert(offsetof(FHoudiniInstancedOutput, TransformVariationIndices) == 0x000060, "Member 'FHoudiniInstancedOutput::TransformVariationIndices' has a wrong offset!"); \ static_assert(offsetof(FHoudiniInstancedOutput, OriginalInstanceIndices) == 0x000070, "Member 'FHoudiniInstancedOutput::OriginalInstanceIndices' has a wrong offset!"); \ static_assert(offsetof(FHoudiniInstancedOutput, bChanged) == 0x000080, "Member 'FHoudiniInstancedOutput::bChanged' has a wrong offset!"); \ static_assert(offsetof(FHoudiniInstancedOutput, bStale) == 0x000081, "Member 'FHoudiniInstancedOutput::bStale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniPDGWorkResultObjectBakedOutput \ static_assert(alignof(FHoudiniPDGWorkResultObjectBakedOutput) == 0x000008, "Wrong alignment on FHoudiniPDGWorkResultObjectBakedOutput"); \ static_assert(sizeof(FHoudiniPDGWorkResultObjectBakedOutput) == 0x000010, "Wrong size on FHoudiniPDGWorkResultObjectBakedOutput"); \ static_assert(offsetof(FHoudiniPDGWorkResultObjectBakedOutput, BakedOutputs) == 0x000000, "Member 'FHoudiniPDGWorkResultObjectBakedOutput::BakedOutputs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorkItemTallyBase \ static_assert(alignof(FWorkItemTallyBase) == 0x000008, "Wrong alignment on FWorkItemTallyBase"); \ static_assert(sizeof(FWorkItemTallyBase) == 0x000008, "Wrong size on FWorkItemTallyBase"); \ #define DUMPER7_ASSERTS_FAggregatedWorkItemTally \ static_assert(alignof(FAggregatedWorkItemTally) == 0x000008, "Wrong alignment on FAggregatedWorkItemTally"); \ static_assert(sizeof(FAggregatedWorkItemTally) == 0x000028, "Wrong size on FAggregatedWorkItemTally"); \ static_assert(offsetof(FAggregatedWorkItemTally, TotalWorkItems) == 0x000008, "Member 'FAggregatedWorkItemTally::TotalWorkItems' has a wrong offset!"); \ static_assert(offsetof(FAggregatedWorkItemTally, WaitingWorkItems) == 0x00000C, "Member 'FAggregatedWorkItemTally::WaitingWorkItems' has a wrong offset!"); \ static_assert(offsetof(FAggregatedWorkItemTally, ScheduledWorkItems) == 0x000010, "Member 'FAggregatedWorkItemTally::ScheduledWorkItems' has a wrong offset!"); \ static_assert(offsetof(FAggregatedWorkItemTally, CookingWorkItems) == 0x000014, "Member 'FAggregatedWorkItemTally::CookingWorkItems' has a wrong offset!"); \ static_assert(offsetof(FAggregatedWorkItemTally, CookedWorkItems) == 0x000018, "Member 'FAggregatedWorkItemTally::CookedWorkItems' has a wrong offset!"); \ static_assert(offsetof(FAggregatedWorkItemTally, ErroredWorkItems) == 0x00001C, "Member 'FAggregatedWorkItemTally::ErroredWorkItems' has a wrong offset!"); \ static_assert(offsetof(FAggregatedWorkItemTally, CookCancelledWorkItems) == 0x000020, "Member 'FAggregatedWorkItemTally::CookCancelledWorkItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorkItemTally \ static_assert(alignof(FWorkItemTally) == 0x000008, "Wrong alignment on FWorkItemTally"); \ static_assert(sizeof(FWorkItemTally) == 0x000238, "Wrong size on FWorkItemTally"); \ static_assert(offsetof(FWorkItemTally, AllWorkItems) == 0x000008, "Member 'FWorkItemTally::AllWorkItems' has a wrong offset!"); \ static_assert(offsetof(FWorkItemTally, WaitingWorkItems) == 0x000058, "Member 'FWorkItemTally::WaitingWorkItems' has a wrong offset!"); \ static_assert(offsetof(FWorkItemTally, ScheduledWorkItems) == 0x0000A8, "Member 'FWorkItemTally::ScheduledWorkItems' has a wrong offset!"); \ static_assert(offsetof(FWorkItemTally, CookingWorkItems) == 0x0000F8, "Member 'FWorkItemTally::CookingWorkItems' has a wrong offset!"); \ static_assert(offsetof(FWorkItemTally, CookedWorkItems) == 0x000148, "Member 'FWorkItemTally::CookedWorkItems' has a wrong offset!"); \ static_assert(offsetof(FWorkItemTally, ErroredWorkItems) == 0x000198, "Member 'FWorkItemTally::ErroredWorkItems' has a wrong offset!"); \ static_assert(offsetof(FWorkItemTally, CookCancelledWorkItems) == 0x0001E8, "Member 'FWorkItemTally::CookCancelledWorkItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOutputActorOwner \ static_assert(alignof(FOutputActorOwner) == 0x000008, "Wrong alignment on FOutputActorOwner"); \ static_assert(sizeof(FOutputActorOwner) == 0x000010, "Wrong size on FOutputActorOwner"); \ static_assert(offsetof(FOutputActorOwner, OutputActor) == 0x000008, "Member 'FOutputActorOwner::OutputActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTOPWorkResultObject \ static_assert(alignof(FTOPWorkResultObject) == 0x000008, "Wrong alignment on FTOPWorkResultObject"); \ static_assert(sizeof(FTOPWorkResultObject) == 0x000058, "Wrong size on FTOPWorkResultObject"); \ static_assert(offsetof(FTOPWorkResultObject, Name) == 0x000008, "Member 'FTOPWorkResultObject::Name' has a wrong offset!"); \ static_assert(offsetof(FTOPWorkResultObject, FilePath) == 0x000018, "Member 'FTOPWorkResultObject::FilePath' has a wrong offset!"); \ static_assert(offsetof(FTOPWorkResultObject, State) == 0x000028, "Member 'FTOPWorkResultObject::State' has a wrong offset!"); \ static_assert(offsetof(FTOPWorkResultObject, WorkItemResultInfoIndex) == 0x00002C, "Member 'FTOPWorkResultObject::WorkItemResultInfoIndex' has a wrong offset!"); \ static_assert(offsetof(FTOPWorkResultObject, ResultOutputs) == 0x000030, "Member 'FTOPWorkResultObject::ResultOutputs' has a wrong offset!"); \ static_assert(offsetof(FTOPWorkResultObject, bAutoBakedSinceLastLoad) == 0x000040, "Member 'FTOPWorkResultObject::bAutoBakedSinceLastLoad' has a wrong offset!"); \ static_assert(offsetof(FTOPWorkResultObject, OutputActorOwner) == 0x000048, "Member 'FTOPWorkResultObject::OutputActorOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTOPWorkResult \ static_assert(alignof(FTOPWorkResult) == 0x000008, "Wrong alignment on FTOPWorkResult"); \ static_assert(sizeof(FTOPWorkResult) == 0x000018, "Wrong size on FTOPWorkResult"); \ static_assert(offsetof(FTOPWorkResult, WorkItemIndex) == 0x000000, "Member 'FTOPWorkResult::WorkItemIndex' has a wrong offset!"); \ static_assert(offsetof(FTOPWorkResult, WorkItemID) == 0x000004, "Member 'FTOPWorkResult::WorkItemID' has a wrong offset!"); \ static_assert(offsetof(FTOPWorkResult, ResultObjects) == 0x000008, "Member 'FTOPWorkResult::ResultObjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniStaticMeshGenerationProperties \ static_assert(alignof(FHoudiniStaticMeshGenerationProperties) == 0x000008, "Wrong alignment on FHoudiniStaticMeshGenerationProperties"); \ static_assert(sizeof(FHoudiniStaticMeshGenerationProperties) == 0x0001A8, "Wrong size on FHoudiniStaticMeshGenerationProperties"); \ static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedPhysMaterial) == 0x000008, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedPhysMaterial' has a wrong offset!"); \ static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, DefaultBodyInstance) == 0x000010, "Member 'FHoudiniStaticMeshGenerationProperties::DefaultBodyInstance' has a wrong offset!"); \ static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedCollisionTraceFlag) == 0x000168, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedCollisionTraceFlag' has a wrong offset!"); \ static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedLightMapResolution) == 0x00016C, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedLightMapResolution' has a wrong offset!"); \ static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedWalkableSlopeOverride) == 0x000170, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedWalkableSlopeOverride' has a wrong offset!"); \ static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedLightMapCoordinateIndex) == 0x000180, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedLightMapCoordinateIndex' has a wrong offset!"); \ static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedStreamingDistanceMultiplier) == 0x000188, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedStreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedFoliageDefaultSettings) == 0x000190, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedFoliageDefaultSettings' has a wrong offset!"); \ static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedAssetUserData) == 0x000198, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedAssetUserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniSplineComponentInstanceData \ static_assert(alignof(FHoudiniSplineComponentInstanceData) == 0x000008, "Wrong alignment on FHoudiniSplineComponentInstanceData"); \ static_assert(sizeof(FHoudiniSplineComponentInstanceData) == 0x000098, "Wrong size on FHoudiniSplineComponentInstanceData"); \ static_assert(offsetof(FHoudiniSplineComponentInstanceData, CurvePoints) == 0x000068, "Member 'FHoudiniSplineComponentInstanceData::CurvePoints' has a wrong offset!"); \ static_assert(offsetof(FHoudiniSplineComponentInstanceData, DisplayPoints) == 0x000078, "Member 'FHoudiniSplineComponentInstanceData::DisplayPoints' has a wrong offset!"); \ static_assert(offsetof(FHoudiniSplineComponentInstanceData, DisplayPointIndexDivider) == 0x000088, "Member 'FHoudiniSplineComponentInstanceData::DisplayPointIndexDivider' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniAsset \ static_assert(alignof(UHoudiniAsset) == 0x000008, "Wrong alignment on UHoudiniAsset"); \ static_assert(sizeof(UHoudiniAsset) == 0x000050, "Wrong size on UHoudiniAsset"); \ static_assert(offsetof(UHoudiniAsset, AssetFileName) == 0x000028, "Member 'UHoudiniAsset::AssetFileName' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAsset, AssetBytes) == 0x000038, "Member 'UHoudiniAsset::AssetBytes' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAsset, AssetBytesCount) == 0x000048, "Member 'UHoudiniAsset::AssetBytesCount' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAsset, bAssetLimitedCommercial) == 0x00004C, "Member 'UHoudiniAsset::bAssetLimitedCommercial' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAsset, bAssetNonCommercial) == 0x00004D, "Member 'UHoudiniAsset::bAssetNonCommercial' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAsset, bAssetExpanded) == 0x00004E, "Member 'UHoudiniAsset::bAssetExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AHoudiniAssetActor \ static_assert(alignof(AHoudiniAssetActor) == 0x000008, "Wrong alignment on AHoudiniAssetActor"); \ static_assert(sizeof(AHoudiniAssetActor) == 0x000238, "Wrong size on AHoudiniAssetActor"); \ static_assert(offsetof(AHoudiniAssetActor, HoudiniAssetComponent) == 0x000230, "Member 'AHoudiniAssetActor::HoudiniAssetComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniAssetComponent \ static_assert(alignof(UHoudiniAssetComponent) == 0x000010, "Wrong alignment on UHoudiniAssetComponent"); \ static_assert(sizeof(UHoudiniAssetComponent) == 0x000930, "Wrong size on UHoudiniAssetComponent"); \ static_assert(offsetof(UHoudiniAssetComponent, HoudiniAsset) == 0x000468, "Member 'UHoudiniAssetComponent::HoudiniAsset' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bCookOnParameterChange) == 0x000470, "Member 'UHoudiniAssetComponent::bCookOnParameterChange' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bUploadTransformsToHoudiniEngine) == 0x000471, "Member 'UHoudiniAssetComponent::bUploadTransformsToHoudiniEngine' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bCookOnTransformChange) == 0x000472, "Member 'UHoudiniAssetComponent::bCookOnTransformChange' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bCookOnAssetInputCook) == 0x000473, "Member 'UHoudiniAssetComponent::bCookOnAssetInputCook' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bOutputless) == 0x000474, "Member 'UHoudiniAssetComponent::bOutputless' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bOutputTemplateGeos) == 0x000475, "Member 'UHoudiniAssetComponent::bOutputTemplateGeos' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bUseOutputNodes) == 0x000476, "Member 'UHoudiniAssetComponent::bUseOutputNodes' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, TemporaryCookFolder) == 0x000478, "Member 'UHoudiniAssetComponent::TemporaryCookFolder' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, BakeFolder) == 0x000488, "Member 'UHoudiniAssetComponent::BakeFolder' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, StaticMeshMethod) == 0x000498, "Member 'UHoudiniAssetComponent::StaticMeshMethod' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, StaticMeshGenerationProperties) == 0x0004A0, "Member 'UHoudiniAssetComponent::StaticMeshGenerationProperties' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, StaticMeshBuildSettings) == 0x000648, "Member 'UHoudiniAssetComponent::StaticMeshBuildSettings' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bOverrideGlobalProxyStaticMeshSettings) == 0x000678, "Member 'UHoudiniAssetComponent::bOverrideGlobalProxyStaticMeshSettings' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshOverride) == 0x000679, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshOverride' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementByTimerOverride) == 0x00067A, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementByTimerOverride' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, ProxyMeshAutoRefineTimeoutSecondsOverride) == 0x00067C, "Member 'UHoudiniAssetComponent::ProxyMeshAutoRefineTimeoutSecondsOverride' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementOnPreSaveWorldOverride) == 0x000680, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementOnPreSaveWorldOverride' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementOnPreBeginPIEOverride) == 0x000681, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementOnPreBeginPIEOverride' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, AssetId) == 0x000684, "Member 'UHoudiniAssetComponent::AssetId' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, NodeIdsToCook) == 0x000688, "Member 'UHoudiniAssetComponent::NodeIdsToCook' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, OutputNodeCookCounts) == 0x000698, "Member 'UHoudiniAssetComponent::OutputNodeCookCounts' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, DownstreamHoudiniAssets) == 0x0006E8, "Member 'UHoudiniAssetComponent::DownstreamHoudiniAssets' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, ComponentGUID) == 0x000738, "Member 'UHoudiniAssetComponent::ComponentGUID' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, HapiGUID) == 0x000748, "Member 'UHoudiniAssetComponent::HapiGUID' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, HapiAssetName) == 0x000758, "Member 'UHoudiniAssetComponent::HapiAssetName' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, AssetState) == 0x000768, "Member 'UHoudiniAssetComponent::AssetState' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, DebugLastAssetState) == 0x000769, "Member 'UHoudiniAssetComponent::DebugLastAssetState' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, AssetStateResult) == 0x00076A, "Member 'UHoudiniAssetComponent::AssetStateResult' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, LastComponentTransform) == 0x000770, "Member 'UHoudiniAssetComponent::LastComponentTransform' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, SubAssetIndex) == 0x0007A0, "Member 'UHoudiniAssetComponent::SubAssetIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, AssetCookCount) == 0x0007A4, "Member 'UHoudiniAssetComponent::AssetCookCount' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bHasBeenLoaded) == 0x0007A8, "Member 'UHoudiniAssetComponent::bHasBeenLoaded' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bHasBeenDuplicated) == 0x0007A9, "Member 'UHoudiniAssetComponent::bHasBeenDuplicated' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bPendingDelete) == 0x0007AA, "Member 'UHoudiniAssetComponent::bPendingDelete' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bRecookRequested) == 0x0007AB, "Member 'UHoudiniAssetComponent::bRecookRequested' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bRebuildRequested) == 0x0007AC, "Member 'UHoudiniAssetComponent::bRebuildRequested' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bEnableCooking) == 0x0007AD, "Member 'UHoudiniAssetComponent::bEnableCooking' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bForceNeedUpdate) == 0x0007AE, "Member 'UHoudiniAssetComponent::bForceNeedUpdate' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bLastCookSuccess) == 0x0007AF, "Member 'UHoudiniAssetComponent::bLastCookSuccess' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bParameterDefinitionUpdateNeeded) == 0x0007B0, "Member 'UHoudiniAssetComponent::bParameterDefinitionUpdateNeeded' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bBlueprintStructureModified) == 0x0007B1, "Member 'UHoudiniAssetComponent::bBlueprintStructureModified' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bBlueprintModified) == 0x0007B2, "Member 'UHoudiniAssetComponent::bBlueprintModified' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, Parameters) == 0x0007B8, "Member 'UHoudiniAssetComponent::Parameters' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, Inputs) == 0x0007C8, "Member 'UHoudiniAssetComponent::Inputs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, Outputs) == 0x0007D8, "Member 'UHoudiniAssetComponent::Outputs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, BakedOutputs) == 0x0007E8, "Member 'UHoudiniAssetComponent::BakedOutputs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, UntrackedOutputs) == 0x0007F8, "Member 'UHoudiniAssetComponent::UntrackedOutputs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, HandleComponents) == 0x000808, "Member 'UHoudiniAssetComponent::HandleComponents' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bHasComponentTransformChanged) == 0x000818, "Member 'UHoudiniAssetComponent::bHasComponentTransformChanged' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bFullyLoaded) == 0x000819, "Member 'UHoudiniAssetComponent::bFullyLoaded' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, PDGAssetLink) == 0x000820, "Member 'UHoudiniAssetComponent::PDGAssetLink' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, RefineMeshesTimer) == 0x000828, "Member 'UHoudiniAssetComponent::RefineMeshesTimer' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bNoProxyMeshNextCookRequested) == 0x000848, "Member 'UHoudiniAssetComponent::bNoProxyMeshNextCookRequested' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, InputPresets) == 0x000850, "Member 'UHoudiniAssetComponent::InputPresets' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bBakeAfterNextCook) == 0x0008A0, "Member 'UHoudiniAssetComponent::bBakeAfterNextCook' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, bCachedIsPreview) == 0x000900, "Member 'UHoudiniAssetComponent::bCachedIsPreview' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent, LastTickTime) == 0x000910, "Member 'UHoudiniAssetComponent::LastTickTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniAssetBlueprintComponent_HasParameter \ static_assert(alignof(HoudiniAssetBlueprintComponent_HasParameter) == 0x000008, "Wrong alignment on HoudiniAssetBlueprintComponent_HasParameter"); \ static_assert(sizeof(HoudiniAssetBlueprintComponent_HasParameter) == 0x000018, "Wrong size on HoudiniAssetBlueprintComponent_HasParameter"); \ static_assert(offsetof(HoudiniAssetBlueprintComponent_HasParameter, Name_0) == 0x000000, "Member 'HoudiniAssetBlueprintComponent_HasParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(HoudiniAssetBlueprintComponent_HasParameter, ReturnValue) == 0x000010, "Member 'HoudiniAssetBlueprintComponent_HasParameter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniAssetBlueprintComponent_SetFloatParameter \ static_assert(alignof(HoudiniAssetBlueprintComponent_SetFloatParameter) == 0x000008, "Wrong alignment on HoudiniAssetBlueprintComponent_SetFloatParameter"); \ static_assert(sizeof(HoudiniAssetBlueprintComponent_SetFloatParameter) == 0x000018, "Wrong size on HoudiniAssetBlueprintComponent_SetFloatParameter"); \ static_assert(offsetof(HoudiniAssetBlueprintComponent_SetFloatParameter, Name_0) == 0x000000, "Member 'HoudiniAssetBlueprintComponent_SetFloatParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(HoudiniAssetBlueprintComponent_SetFloatParameter, Value) == 0x000010, "Member 'HoudiniAssetBlueprintComponent_SetFloatParameter::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniAssetBlueprintComponent_SetFloatParameter, Index_0) == 0x000014, "Member 'HoudiniAssetBlueprintComponent_SetFloatParameter::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniAssetBlueprintComponent_SetToggleValueAt \ static_assert(alignof(HoudiniAssetBlueprintComponent_SetToggleValueAt) == 0x000008, "Wrong alignment on HoudiniAssetBlueprintComponent_SetToggleValueAt"); \ static_assert(sizeof(HoudiniAssetBlueprintComponent_SetToggleValueAt) == 0x000018, "Wrong size on HoudiniAssetBlueprintComponent_SetToggleValueAt"); \ static_assert(offsetof(HoudiniAssetBlueprintComponent_SetToggleValueAt, Name_0) == 0x000000, "Member 'HoudiniAssetBlueprintComponent_SetToggleValueAt::Name_0' has a wrong offset!"); \ static_assert(offsetof(HoudiniAssetBlueprintComponent_SetToggleValueAt, Value) == 0x000010, "Member 'HoudiniAssetBlueprintComponent_SetToggleValueAt::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniAssetBlueprintComponent_SetToggleValueAt, Index_0) == 0x000014, "Member 'HoudiniAssetBlueprintComponent_SetToggleValueAt::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniAssetBlueprintComponent \ static_assert(alignof(UHoudiniAssetBlueprintComponent) == 0x000010, "Wrong alignment on UHoudiniAssetBlueprintComponent"); \ static_assert(sizeof(UHoudiniAssetBlueprintComponent) == 0x000A30, "Wrong size on UHoudiniAssetBlueprintComponent"); \ static_assert(offsetof(UHoudiniAssetBlueprintComponent, FauxBPProperty) == 0x000978, "Member 'UHoudiniAssetBlueprintComponent::FauxBPProperty' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetBlueprintComponent, bHoudiniAssetChanged) == 0x000979, "Member 'UHoudiniAssetBlueprintComponent::bHoudiniAssetChanged' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetBlueprintComponent, bUpdatedFromTemplate) == 0x00097A, "Member 'UHoudiniAssetBlueprintComponent::bUpdatedFromTemplate' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetBlueprintComponent, bIsInBlueprintEditor) == 0x00097B, "Member 'UHoudiniAssetBlueprintComponent::bIsInBlueprintEditor' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetBlueprintComponent, bCanDeleteHoudiniNodes) == 0x00097C, "Member 'UHoudiniAssetBlueprintComponent::bCanDeleteHoudiniNodes' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetBlueprintComponent, bHasRegisteredComponentTemplate) == 0x00097D, "Member 'UHoudiniAssetBlueprintComponent::bHasRegisteredComponentTemplate' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetBlueprintComponent, CachedOutputNodes) == 0x000988, "Member 'UHoudiniAssetBlueprintComponent::CachedOutputNodes' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetBlueprintComponent, CachedInputNodes) == 0x0009D8, "Member 'UHoudiniAssetBlueprintComponent::CachedInputNodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameter \ static_assert(alignof(UHoudiniAssetParameter) == 0x000008, "Wrong alignment on UHoudiniAssetParameter"); \ static_assert(sizeof(UHoudiniAssetParameter) == 0x000080, "Wrong size on UHoudiniAssetParameter"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterButton \ static_assert(alignof(UHoudiniAssetParameterButton) == 0x000008, "Wrong alignment on UHoudiniAssetParameterButton"); \ static_assert(sizeof(UHoudiniAssetParameterButton) == 0x000080, "Wrong size on UHoudiniAssetParameterButton"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterChoice \ static_assert(alignof(UHoudiniAssetParameterChoice) == 0x000008, "Wrong alignment on UHoudiniAssetParameterChoice"); \ static_assert(sizeof(UHoudiniAssetParameterChoice) == 0x0000B8, "Wrong size on UHoudiniAssetParameterChoice"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterColor \ static_assert(alignof(UHoudiniAssetParameterColor) == 0x000008, "Wrong alignment on UHoudiniAssetParameterColor"); \ static_assert(sizeof(UHoudiniAssetParameterColor) == 0x000090, "Wrong size on UHoudiniAssetParameterColor"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterFile \ static_assert(alignof(UHoudiniAssetParameterFile) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFile"); \ static_assert(sizeof(UHoudiniAssetParameterFile) == 0x0000A8, "Wrong size on UHoudiniAssetParameterFile"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterFloat \ static_assert(alignof(UHoudiniAssetParameterFloat) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFloat"); \ static_assert(sizeof(UHoudiniAssetParameterFloat) == 0x0000B8, "Wrong size on UHoudiniAssetParameterFloat"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterFolder \ static_assert(alignof(UHoudiniAssetParameterFolder) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFolder"); \ static_assert(sizeof(UHoudiniAssetParameterFolder) == 0x000080, "Wrong size on UHoudiniAssetParameterFolder"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterFolderList \ static_assert(alignof(UHoudiniAssetParameterFolderList) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFolderList"); \ static_assert(sizeof(UHoudiniAssetParameterFolderList) == 0x000080, "Wrong size on UHoudiniAssetParameterFolderList"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterInt \ static_assert(alignof(UHoudiniAssetParameterInt) == 0x000008, "Wrong alignment on UHoudiniAssetParameterInt"); \ static_assert(sizeof(UHoudiniAssetParameterInt) == 0x0000B0, "Wrong size on UHoudiniAssetParameterInt"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterLabel \ static_assert(alignof(UHoudiniAssetParameterLabel) == 0x000008, "Wrong alignment on UHoudiniAssetParameterLabel"); \ static_assert(sizeof(UHoudiniAssetParameterLabel) == 0x000080, "Wrong size on UHoudiniAssetParameterLabel"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterMultiparm \ static_assert(alignof(UHoudiniAssetParameterMultiparm) == 0x000008, "Wrong alignment on UHoudiniAssetParameterMultiparm"); \ static_assert(sizeof(UHoudiniAssetParameterMultiparm) == 0x000088, "Wrong size on UHoudiniAssetParameterMultiparm"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterRamp \ static_assert(alignof(UHoudiniAssetParameterRamp) == 0x000008, "Wrong alignment on UHoudiniAssetParameterRamp"); \ static_assert(sizeof(UHoudiniAssetParameterRamp) == 0x000098, "Wrong size on UHoudiniAssetParameterRamp"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterSeparator \ static_assert(alignof(UHoudiniAssetParameterSeparator) == 0x000008, "Wrong alignment on UHoudiniAssetParameterSeparator"); \ static_assert(sizeof(UHoudiniAssetParameterSeparator) == 0x000080, "Wrong size on UHoudiniAssetParameterSeparator"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterString \ static_assert(alignof(UHoudiniAssetParameterString) == 0x000008, "Wrong alignment on UHoudiniAssetParameterString"); \ static_assert(sizeof(UHoudiniAssetParameterString) == 0x000090, "Wrong size on UHoudiniAssetParameterString"); \ #define DUMPER7_ASSERTS_UHoudiniAssetParameterToggle \ static_assert(alignof(UHoudiniAssetParameterToggle) == 0x000008, "Wrong alignment on UHoudiniAssetParameterToggle"); \ static_assert(sizeof(UHoudiniAssetParameterToggle) == 0x000090, "Wrong size on UHoudiniAssetParameterToggle"); \ #define DUMPER7_ASSERTS_UHoudiniAssetComponentMaterials_V1 \ static_assert(alignof(UHoudiniAssetComponentMaterials_V1) == 0x000008, "Wrong alignment on UHoudiniAssetComponentMaterials_V1"); \ static_assert(sizeof(UHoudiniAssetComponentMaterials_V1) == 0x0000C8, "Wrong size on UHoudiniAssetComponentMaterials_V1"); \ #define DUMPER7_ASSERTS_UHoudiniHandleComponent_V1 \ static_assert(alignof(UHoudiniHandleComponent_V1) == 0x000010, "Wrong alignment on UHoudiniHandleComponent_V1"); \ static_assert(sizeof(UHoudiniHandleComponent_V1) == 0x0002A0, "Wrong size on UHoudiniHandleComponent_V1"); \ #define DUMPER7_ASSERTS_UHoudiniSplineComponent_V1 \ static_assert(alignof(UHoudiniSplineComponent_V1) == 0x000010, "Wrong alignment on UHoudiniSplineComponent_V1"); \ static_assert(sizeof(UHoudiniSplineComponent_V1) == 0x000300, "Wrong size on UHoudiniSplineComponent_V1"); \ #define DUMPER7_ASSERTS_UHoudiniAssetInput \ static_assert(alignof(UHoudiniAssetInput) == 0x000008, "Wrong alignment on UHoudiniAssetInput"); \ static_assert(sizeof(UHoudiniAssetInput) == 0x0001A0, "Wrong size on UHoudiniAssetInput"); \ #define DUMPER7_ASSERTS_UHoudiniAssetInstanceInput \ static_assert(alignof(UHoudiniAssetInstanceInput) == 0x000008, "Wrong alignment on UHoudiniAssetInstanceInput"); \ static_assert(sizeof(UHoudiniAssetInstanceInput) == 0x000160, "Wrong size on UHoudiniAssetInstanceInput"); \ #define DUMPER7_ASSERTS_UHoudiniAssetInstanceInputField \ static_assert(alignof(UHoudiniAssetInstanceInputField) == 0x000008, "Wrong alignment on UHoudiniAssetInstanceInputField"); \ static_assert(sizeof(UHoudiniAssetInstanceInputField) == 0x000190, "Wrong size on UHoudiniAssetInstanceInputField"); \ #define DUMPER7_ASSERTS_UHoudiniAssetComponent_V1 \ static_assert(alignof(UHoudiniAssetComponent_V1) == 0x000010, "Wrong alignment on UHoudiniAssetComponent_V1"); \ static_assert(sizeof(UHoudiniAssetComponent_V1) == 0x000980, "Wrong size on UHoudiniAssetComponent_V1"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedPhysMaterial) == 0x000468, "Member 'UHoudiniAssetComponent_V1::GeneratedPhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, DefaultBodyInstance) == 0x000470, "Member 'UHoudiniAssetComponent_V1::DefaultBodyInstance' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedCollisionTraceFlag) == 0x0005C8, "Member 'UHoudiniAssetComponent_V1::GeneratedCollisionTraceFlag' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedLightMapResolution) == 0x0005CC, "Member 'UHoudiniAssetComponent_V1::GeneratedLightMapResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedDistanceFieldResolutionScale) == 0x0005D0, "Member 'UHoudiniAssetComponent_V1::GeneratedDistanceFieldResolutionScale' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedWalkableSlopeOverride) == 0x0005D4, "Member 'UHoudiniAssetComponent_V1::GeneratedWalkableSlopeOverride' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedLightMapCoordinateIndex) == 0x0005E4, "Member 'UHoudiniAssetComponent_V1::GeneratedLightMapCoordinateIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedStreamingDistanceMultiplier) == 0x0005EC, "Member 'UHoudiniAssetComponent_V1::GeneratedStreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedFoliageDefaultSettings) == 0x0005F0, "Member 'UHoudiniAssetComponent_V1::GeneratedFoliageDefaultSettings' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedAssetUserData) == 0x0005F8, "Member 'UHoudiniAssetComponent_V1::GeneratedAssetUserData' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, BakeFolder) == 0x000608, "Member 'UHoudiniAssetComponent_V1::BakeFolder' has a wrong offset!"); \ static_assert(offsetof(UHoudiniAssetComponent_V1, TempCookFolder) == 0x000620, "Member 'UHoudiniAssetComponent_V1::TempCookFolder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInstancedActorComponent_V1 \ static_assert(alignof(UHoudiniInstancedActorComponent_V1) == 0x000010, "Wrong alignment on UHoudiniInstancedActorComponent_V1"); \ static_assert(sizeof(UHoudiniInstancedActorComponent_V1) == 0x000220, "Wrong size on UHoudiniInstancedActorComponent_V1"); \ #define DUMPER7_ASSERTS_UHoudiniMeshSplitInstancerComponent_V1 \ static_assert(alignof(UHoudiniMeshSplitInstancerComponent_V1) == 0x000010, "Wrong alignment on UHoudiniMeshSplitInstancerComponent_V1"); \ static_assert(sizeof(UHoudiniMeshSplitInstancerComponent_V1) == 0x000230, "Wrong size on UHoudiniMeshSplitInstancerComponent_V1"); \ #define DUMPER7_ASSERTS_IHoudiniEngineCopyPropertiesInterface \ static_assert(alignof(IHoudiniEngineCopyPropertiesInterface) == 0x000001, "Wrong alignment on IHoudiniEngineCopyPropertiesInterface"); \ static_assert(sizeof(IHoudiniEngineCopyPropertiesInterface) == 0x000001, "Wrong size on IHoudiniEngineCopyPropertiesInterface"); \ #define DUMPER7_ASSERTS_UHoudiniHandleParameter \ static_assert(alignof(UHoudiniHandleParameter) == 0x000008, "Wrong alignment on UHoudiniHandleParameter"); \ static_assert(sizeof(UHoudiniHandleParameter) == 0x000038, "Wrong size on UHoudiniHandleParameter"); \ static_assert(offsetof(UHoudiniHandleParameter, AssetParameter) == 0x000028, "Member 'UHoudiniHandleParameter::AssetParameter' has a wrong offset!"); \ static_assert(offsetof(UHoudiniHandleParameter, TupleIndex) == 0x000030, "Member 'UHoudiniHandleParameter::TupleIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniHandleComponent \ static_assert(alignof(UHoudiniHandleComponent) == 0x000010, "Wrong alignment on UHoudiniHandleComponent"); \ static_assert(sizeof(UHoudiniHandleComponent) == 0x000240, "Wrong size on UHoudiniHandleComponent"); \ static_assert(offsetof(UHoudiniHandleComponent, XformParms) == 0x000208, "Member 'UHoudiniHandleComponent::XformParms' has a wrong offset!"); \ static_assert(offsetof(UHoudiniHandleComponent, RSTParm) == 0x000218, "Member 'UHoudiniHandleComponent::RSTParm' has a wrong offset!"); \ static_assert(offsetof(UHoudiniHandleComponent, RotOrderParm) == 0x000220, "Member 'UHoudiniHandleComponent::RotOrderParm' has a wrong offset!"); \ static_assert(offsetof(UHoudiniHandleComponent, HandleType) == 0x000228, "Member 'UHoudiniHandleComponent::HandleType' has a wrong offset!"); \ static_assert(offsetof(UHoudiniHandleComponent, HandleName) == 0x000230, "Member 'UHoudiniHandleComponent::HandleName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInput \ static_assert(alignof(UHoudiniInput) == 0x000008, "Wrong alignment on UHoudiniInput"); \ static_assert(sizeof(UHoudiniInput) == 0x000228, "Wrong size on UHoudiniInput"); \ static_assert(offsetof(UHoudiniInput, Name_0) == 0x000028, "Member 'UHoudiniInput::Name_0' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, Label) == 0x000038, "Member 'UHoudiniInput::Label' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, Type) == 0x000048, "Member 'UHoudiniInput::Type' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, PreviousType) == 0x000049, "Member 'UHoudiniInput::PreviousType' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, AssetNodeId) == 0x00004C, "Member 'UHoudiniInput::AssetNodeId' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, InputNodeId) == 0x000050, "Member 'UHoudiniInput::InputNodeId' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, InputIndex) == 0x000054, "Member 'UHoudiniInput::InputIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, ParmId) == 0x000058, "Member 'UHoudiniInput::ParmId' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bIsObjectPathParameter) == 0x00005C, "Member 'UHoudiniInput::bIsObjectPathParameter' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, CreatedDataNodeIds) == 0x000060, "Member 'UHoudiniInput::CreatedDataNodeIds' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bHasChanged) == 0x000070, "Member 'UHoudiniInput::bHasChanged' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bNeedsToTriggerUpdate) == 0x000071, "Member 'UHoudiniInput::bNeedsToTriggerUpdate' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, CachedBounds) == 0x000074, "Member 'UHoudiniInput::CachedBounds' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, Help) == 0x000090, "Member 'UHoudiniInput::Help' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, KeepWorldTransform) == 0x0000A0, "Member 'UHoudiniInput::KeepWorldTransform' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bPackBeforeMerge) == 0x0000A1, "Member 'UHoudiniInput::bPackBeforeMerge' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bImportAsReference) == 0x0000A2, "Member 'UHoudiniInput::bImportAsReference' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bImportAsReferenceRotScaleEnabled) == 0x0000A3, "Member 'UHoudiniInput::bImportAsReferenceRotScaleEnabled' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bImportAsReferenceBboxEnabled) == 0x0000A4, "Member 'UHoudiniInput::bImportAsReferenceBboxEnabled' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bImportAsReferenceMaterialEnabled) == 0x0000A5, "Member 'UHoudiniInput::bImportAsReferenceMaterialEnabled' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bExportLODs) == 0x0000A6, "Member 'UHoudiniInput::bExportLODs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bExportSockets) == 0x0000A7, "Member 'UHoudiniInput::bExportSockets' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bExportColliders) == 0x0000A8, "Member 'UHoudiniInput::bExportColliders' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bExportMaterialParameters) == 0x0000A9, "Member 'UHoudiniInput::bExportMaterialParameters' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bCookOnCurveChanged) == 0x0000AA, "Member 'UHoudiniInput::bCookOnCurveChanged' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, GeometryInputObjects) == 0x0000B0, "Member 'UHoudiniInput::GeometryInputObjects' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bStaticMeshChanged) == 0x0000C0, "Member 'UHoudiniInput::bStaticMeshChanged' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, AssetInputObjects) == 0x0000C8, "Member 'UHoudiniInput::AssetInputObjects' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bInputAssetConnectedInHoudini) == 0x0000D8, "Member 'UHoudiniInput::bInputAssetConnectedInHoudini' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, CurveInputObjects) == 0x0000E0, "Member 'UHoudiniInput::CurveInputObjects' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, DefaultCurveOffset) == 0x0000F0, "Member 'UHoudiniInput::DefaultCurveOffset' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bAddRotAndScaleAttributesOnCurves) == 0x0000F4, "Member 'UHoudiniInput::bAddRotAndScaleAttributesOnCurves' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bUseLegacyInputCurves) == 0x0000F5, "Member 'UHoudiniInput::bUseLegacyInputCurves' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, LandscapeInputObjects) == 0x0000F8, "Member 'UHoudiniInput::LandscapeInputObjects' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bLandscapeHasExportTypeChanged) == 0x000108, "Member 'UHoudiniInput::bLandscapeHasExportTypeChanged' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, WorldInputObjects) == 0x000110, "Member 'UHoudiniInput::WorldInputObjects' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, WorldInputBoundSelectorObjects) == 0x000120, "Member 'UHoudiniInput::WorldInputBoundSelectorObjects' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bIsWorldInputBoundSelector) == 0x000130, "Member 'UHoudiniInput::bIsWorldInputBoundSelector' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bWorldInputBoundSelectorAutoUpdate) == 0x000131, "Member 'UHoudiniInput::bWorldInputBoundSelectorAutoUpdate' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, UnrealSplineResolution) == 0x000134, "Member 'UHoudiniInput::UnrealSplineResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, SkeletalInputObjects) == 0x000138, "Member 'UHoudiniInput::SkeletalInputObjects' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, GeometryCollectionInputObjects) == 0x000148, "Member 'UHoudiniInput::GeometryCollectionInputObjects' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, LandscapeSelectedComponents) == 0x000158, "Member 'UHoudiniInput::LandscapeSelectedComponents' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, InputNodesPendingDelete) == 0x0001A8, "Member 'UHoudiniInput::InputNodesPendingDelete' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, LastInsertedInputs) == 0x0001F8, "Member 'UHoudiniInput::LastInsertedInputs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, LastUndoDeletedInputs) == 0x000208, "Member 'UHoudiniInput::LastUndoDeletedInputs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bUpdateInputLandscape) == 0x000218, "Member 'UHoudiniInput::bUpdateInputLandscape' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, LandscapeExportType) == 0x000219, "Member 'UHoudiniInput::LandscapeExportType' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bLandscapeExportSelectionOnly) == 0x00021A, "Member 'UHoudiniInput::bLandscapeExportSelectionOnly' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bLandscapeAutoSelectComponent) == 0x00021B, "Member 'UHoudiniInput::bLandscapeAutoSelectComponent' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bLandscapeExportMaterials) == 0x00021C, "Member 'UHoudiniInput::bLandscapeExportMaterials' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bLandscapeExportLighting) == 0x00021D, "Member 'UHoudiniInput::bLandscapeExportLighting' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bLandscapeExportNormalizedUVs) == 0x00021E, "Member 'UHoudiniInput::bLandscapeExportNormalizedUVs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bLandscapeExportTileUVs) == 0x00021F, "Member 'UHoudiniInput::bLandscapeExportTileUVs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInput, bCanDeleteHoudiniNodes) == 0x000220, "Member 'UHoudiniInput::bCanDeleteHoudiniNodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputObject \ static_assert(alignof(UHoudiniInputObject) == 0x000010, "Wrong alignment on UHoudiniInputObject"); \ static_assert(sizeof(UHoudiniInputObject) == 0x0000F0, "Wrong size on UHoudiniInputObject"); \ static_assert(offsetof(UHoudiniInputObject, InputObject) == 0x000028, "Member 'UHoudiniInputObject::InputObject' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, Transform) == 0x000050, "Member 'UHoudiniInputObject::Transform' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, Type) == 0x000080, "Member 'UHoudiniInputObject::Type' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, InputNodeId) == 0x000084, "Member 'UHoudiniInputObject::InputNodeId' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, InputObjectNodeId) == 0x000088, "Member 'UHoudiniInputObject::InputObjectNodeId' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, Guid) == 0x00008C, "Member 'UHoudiniInputObject::Guid' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, bHasChanged) == 0x0000C8, "Member 'UHoudiniInputObject::bHasChanged' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, bNeedsToTriggerUpdate) == 0x0000C9, "Member 'UHoudiniInputObject::bNeedsToTriggerUpdate' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, bTransformChanged) == 0x0000CA, "Member 'UHoudiniInputObject::bTransformChanged' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, bImportAsReference) == 0x0000CB, "Member 'UHoudiniInputObject::bImportAsReference' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, bImportAsReferenceRotScaleEnabled) == 0x0000CC, "Member 'UHoudiniInputObject::bImportAsReferenceRotScaleEnabled' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, bImportAsReferenceBboxEnabled) == 0x0000CD, "Member 'UHoudiniInputObject::bImportAsReferenceBboxEnabled' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, bImportAsReferenceMaterialEnabled) == 0x0000CE, "Member 'UHoudiniInputObject::bImportAsReferenceMaterialEnabled' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, MaterialReferences) == 0x0000D0, "Member 'UHoudiniInputObject::MaterialReferences' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputObject, bCanDeleteHoudiniNodes) == 0x0000E0, "Member 'UHoudiniInputObject::bCanDeleteHoudiniNodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputStaticMesh \ static_assert(alignof(UHoudiniInputStaticMesh) == 0x000010, "Wrong alignment on UHoudiniInputStaticMesh"); \ static_assert(sizeof(UHoudiniInputStaticMesh) == 0x0000F0, "Wrong size on UHoudiniInputStaticMesh"); \ #define DUMPER7_ASSERTS_UHoudiniInputSkeletalMesh \ static_assert(alignof(UHoudiniInputSkeletalMesh) == 0x000010, "Wrong alignment on UHoudiniInputSkeletalMesh"); \ static_assert(sizeof(UHoudiniInputSkeletalMesh) == 0x0000F0, "Wrong size on UHoudiniInputSkeletalMesh"); \ #define DUMPER7_ASSERTS_UHoudiniInputGeometryCollection \ static_assert(alignof(UHoudiniInputGeometryCollection) == 0x000010, "Wrong alignment on UHoudiniInputGeometryCollection"); \ static_assert(sizeof(UHoudiniInputGeometryCollection) == 0x0000F0, "Wrong size on UHoudiniInputGeometryCollection"); \ #define DUMPER7_ASSERTS_UHoudiniInputSceneComponent \ static_assert(alignof(UHoudiniInputSceneComponent) == 0x000010, "Wrong alignment on UHoudiniInputSceneComponent"); \ static_assert(sizeof(UHoudiniInputSceneComponent) == 0x000120, "Wrong size on UHoudiniInputSceneComponent"); \ static_assert(offsetof(UHoudiniInputSceneComponent, ActorTransform) == 0x0000F0, "Member 'UHoudiniInputSceneComponent::ActorTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputMeshComponent \ static_assert(alignof(UHoudiniInputMeshComponent) == 0x000010, "Wrong alignment on UHoudiniInputMeshComponent"); \ static_assert(sizeof(UHoudiniInputMeshComponent) == 0x000150, "Wrong size on UHoudiniInputMeshComponent"); \ static_assert(offsetof(UHoudiniInputMeshComponent, StaticMesh) == 0x000120, "Member 'UHoudiniInputMeshComponent::StaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputInstancedMeshComponent \ static_assert(alignof(UHoudiniInputInstancedMeshComponent) == 0x000010, "Wrong alignment on UHoudiniInputInstancedMeshComponent"); \ static_assert(sizeof(UHoudiniInputInstancedMeshComponent) == 0x000160, "Wrong size on UHoudiniInputInstancedMeshComponent"); \ static_assert(offsetof(UHoudiniInputInstancedMeshComponent, InstanceTransforms) == 0x000148, "Member 'UHoudiniInputInstancedMeshComponent::InstanceTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputSplineComponent \ static_assert(alignof(UHoudiniInputSplineComponent) == 0x000010, "Wrong alignment on UHoudiniInputSplineComponent"); \ static_assert(sizeof(UHoudiniInputSplineComponent) == 0x000140, "Wrong size on UHoudiniInputSplineComponent"); \ static_assert(offsetof(UHoudiniInputSplineComponent, NumberOfSplineControlPoints) == 0x000120, "Member 'UHoudiniInputSplineComponent::NumberOfSplineControlPoints' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputSplineComponent, SplineLength) == 0x000124, "Member 'UHoudiniInputSplineComponent::SplineLength' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputSplineComponent, SplineResolution) == 0x000128, "Member 'UHoudiniInputSplineComponent::SplineResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputSplineComponent, SplineClosed) == 0x00012C, "Member 'UHoudiniInputSplineComponent::SplineClosed' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputSplineComponent, SplineControlPoints) == 0x000130, "Member 'UHoudiniInputSplineComponent::SplineControlPoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputGeometryCollectionComponent \ static_assert(alignof(UHoudiniInputGeometryCollectionComponent) == 0x000010, "Wrong alignment on UHoudiniInputGeometryCollectionComponent"); \ static_assert(sizeof(UHoudiniInputGeometryCollectionComponent) == 0x000120, "Wrong size on UHoudiniInputGeometryCollectionComponent"); \ #define DUMPER7_ASSERTS_UHoudiniInputSkeletalMeshComponent \ static_assert(alignof(UHoudiniInputSkeletalMeshComponent) == 0x000010, "Wrong alignment on UHoudiniInputSkeletalMeshComponent"); \ static_assert(sizeof(UHoudiniInputSkeletalMeshComponent) == 0x000120, "Wrong size on UHoudiniInputSkeletalMeshComponent"); \ #define DUMPER7_ASSERTS_UHoudiniInputHoudiniSplineComponent \ static_assert(alignof(UHoudiniInputHoudiniSplineComponent) == 0x000010, "Wrong alignment on UHoudiniInputHoudiniSplineComponent"); \ static_assert(sizeof(UHoudiniInputHoudiniSplineComponent) == 0x000100, "Wrong size on UHoudiniInputHoudiniSplineComponent"); \ static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CurveType) == 0x0000E8, "Member 'UHoudiniInputHoudiniSplineComponent::CurveType' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CurveMethod) == 0x0000E9, "Member 'UHoudiniInputHoudiniSplineComponent::CurveMethod' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, Reversed) == 0x0000EA, "Member 'UHoudiniInputHoudiniSplineComponent::Reversed' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CachedComponent) == 0x0000F0, "Member 'UHoudiniInputHoudiniSplineComponent::CachedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputCameraComponent \ static_assert(alignof(UHoudiniInputCameraComponent) == 0x000010, "Wrong alignment on UHoudiniInputCameraComponent"); \ static_assert(sizeof(UHoudiniInputCameraComponent) == 0x000140, "Wrong size on UHoudiniInputCameraComponent"); \ static_assert(offsetof(UHoudiniInputCameraComponent, FOV) == 0x000120, "Member 'UHoudiniInputCameraComponent::FOV' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputCameraComponent, AspectRatio) == 0x000124, "Member 'UHoudiniInputCameraComponent::AspectRatio' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputCameraComponent, bIsOrthographic) == 0x000128, "Member 'UHoudiniInputCameraComponent::bIsOrthographic' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputCameraComponent, OrthoWidth) == 0x00012C, "Member 'UHoudiniInputCameraComponent::OrthoWidth' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputCameraComponent, OrthoNearClipPlane) == 0x000130, "Member 'UHoudiniInputCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputCameraComponent, OrthoFarClipPlane) == 0x000134, "Member 'UHoudiniInputCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputHoudiniAsset \ static_assert(alignof(UHoudiniInputHoudiniAsset) == 0x000010, "Wrong alignment on UHoudiniInputHoudiniAsset"); \ static_assert(sizeof(UHoudiniInputHoudiniAsset) == 0x0000F0, "Wrong size on UHoudiniInputHoudiniAsset"); \ static_assert(offsetof(UHoudiniInputHoudiniAsset, AssetOutputIndex) == 0x0000E8, "Member 'UHoudiniInputHoudiniAsset::AssetOutputIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputActor \ static_assert(alignof(UHoudiniInputActor) == 0x000010, "Wrong alignment on UHoudiniInputActor"); \ static_assert(sizeof(UHoudiniInputActor) == 0x000150, "Wrong size on UHoudiniInputActor"); \ static_assert(offsetof(UHoudiniInputActor, ActorComponents) == 0x0000E8, "Member 'UHoudiniInputActor::ActorComponents' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputActor, ActorSceneComponents) == 0x0000F8, "Member 'UHoudiniInputActor::ActorSceneComponents' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputActor, LastUpdateNumComponentsAdded) == 0x000148, "Member 'UHoudiniInputActor::LastUpdateNumComponentsAdded' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputActor, LastUpdateNumComponentsRemoved) == 0x00014C, "Member 'UHoudiniInputActor::LastUpdateNumComponentsRemoved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputLandscape \ static_assert(alignof(UHoudiniInputLandscape) == 0x000010, "Wrong alignment on UHoudiniInputLandscape"); \ static_assert(sizeof(UHoudiniInputLandscape) == 0x000190, "Wrong size on UHoudiniInputLandscape"); \ static_assert(offsetof(UHoudiniInputLandscape, CachedInputLandscapeTraqnsform) == 0x000150, "Member 'UHoudiniInputLandscape::CachedInputLandscapeTraqnsform' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputLandscape, CachedNumLandscapeComponents) == 0x000180, "Member 'UHoudiniInputLandscape::CachedNumLandscapeComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputBrush \ static_assert(alignof(UHoudiniInputBrush) == 0x000010, "Wrong alignment on UHoudiniInputBrush"); \ static_assert(sizeof(UHoudiniInputBrush) == 0x000170, "Wrong size on UHoudiniInputBrush"); \ static_assert(offsetof(UHoudiniInputBrush, BrushesInfo) == 0x000150, "Member 'UHoudiniInputBrush::BrushesInfo' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputBrush, CombinedModel) == 0x000160, "Member 'UHoudiniInputBrush::CombinedModel' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputBrush, bIgnoreInputObject) == 0x000168, "Member 'UHoudiniInputBrush::bIgnoreInputObject' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputBrush, CachedInputBrushType) == 0x000169, "Member 'UHoudiniInputBrush::CachedInputBrushType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInputDataTable \ static_assert(alignof(UHoudiniInputDataTable) == 0x000010, "Wrong alignment on UHoudiniInputDataTable"); \ static_assert(sizeof(UHoudiniInputDataTable) == 0x0000F0, "Wrong size on UHoudiniInputDataTable"); \ #define DUMPER7_ASSERTS_UHoudiniInputFoliageType_InstancedStaticMesh \ static_assert(alignof(UHoudiniInputFoliageType_InstancedStaticMesh) == 0x000010, "Wrong alignment on UHoudiniInputFoliageType_InstancedStaticMesh"); \ static_assert(sizeof(UHoudiniInputFoliageType_InstancedStaticMesh) == 0x0000F0, "Wrong size on UHoudiniInputFoliageType_InstancedStaticMesh"); \ #define DUMPER7_ASSERTS_UHoudiniInputBlueprint \ static_assert(alignof(UHoudiniInputBlueprint) == 0x000010, "Wrong alignment on UHoudiniInputBlueprint"); \ static_assert(sizeof(UHoudiniInputBlueprint) == 0x000150, "Wrong size on UHoudiniInputBlueprint"); \ static_assert(offsetof(UHoudiniInputBlueprint, BPComponents) == 0x0000E8, "Member 'UHoudiniInputBlueprint::BPComponents' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputBlueprint, BPSceneComponents) == 0x0000F8, "Member 'UHoudiniInputBlueprint::BPSceneComponents' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputBlueprint, LastUpdateNumComponentsAdded) == 0x000148, "Member 'UHoudiniInputBlueprint::LastUpdateNumComponentsAdded' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInputBlueprint, LastUpdateNumComponentsRemoved) == 0x00014C, "Member 'UHoudiniInputBlueprint::LastUpdateNumComponentsRemoved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniInstancedActorComponent \ static_assert(alignof(UHoudiniInstancedActorComponent) == 0x000010, "Wrong alignment on UHoudiniInstancedActorComponent"); \ static_assert(sizeof(UHoudiniInstancedActorComponent) == 0x000220, "Wrong size on UHoudiniInstancedActorComponent"); \ static_assert(offsetof(UHoudiniInstancedActorComponent, InstancedObject) == 0x000208, "Member 'UHoudiniInstancedActorComponent::InstancedObject' has a wrong offset!"); \ static_assert(offsetof(UHoudiniInstancedActorComponent, InstancedActors) == 0x000210, "Member 'UHoudiniInstancedActorComponent::InstancedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniMeshSplitInstancerComponent \ static_assert(alignof(UHoudiniMeshSplitInstancerComponent) == 0x000010, "Wrong alignment on UHoudiniMeshSplitInstancerComponent"); \ static_assert(sizeof(UHoudiniMeshSplitInstancerComponent) == 0x000230, "Wrong size on UHoudiniMeshSplitInstancerComponent"); \ static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, Instances) == 0x000208, "Member 'UHoudiniMeshSplitInstancerComponent::Instances' has a wrong offset!"); \ static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, OverrideMaterials) == 0x000218, "Member 'UHoudiniMeshSplitInstancerComponent::OverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, InstancedMesh) == 0x000228, "Member 'UHoudiniMeshSplitInstancerComponent::InstancedMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniLandscapePtr \ static_assert(alignof(UHoudiniLandscapePtr) == 0x000008, "Wrong alignment on UHoudiniLandscapePtr"); \ static_assert(sizeof(UHoudiniLandscapePtr) == 0x000060, "Wrong size on UHoudiniLandscapePtr"); \ static_assert(offsetof(UHoudiniLandscapePtr, LandscapeSoftPtr) == 0x000028, "Member 'UHoudiniLandscapePtr::LandscapeSoftPtr' has a wrong offset!"); \ static_assert(offsetof(UHoudiniLandscapePtr, BakeType) == 0x000050, "Member 'UHoudiniLandscapePtr::BakeType' has a wrong offset!"); \ static_assert(offsetof(UHoudiniLandscapePtr, EditLayerName) == 0x000054, "Member 'UHoudiniLandscapePtr::EditLayerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniLandscapeEditLayer \ static_assert(alignof(UHoudiniLandscapeEditLayer) == 0x000008, "Wrong alignment on UHoudiniLandscapeEditLayer"); \ static_assert(sizeof(UHoudiniLandscapeEditLayer) == 0x000060, "Wrong size on UHoudiniLandscapeEditLayer"); \ static_assert(offsetof(UHoudiniLandscapeEditLayer, LandscapeSoftPtr) == 0x000028, "Member 'UHoudiniLandscapeEditLayer::LandscapeSoftPtr' has a wrong offset!"); \ static_assert(offsetof(UHoudiniLandscapeEditLayer, LayerName) == 0x000050, "Member 'UHoudiniLandscapeEditLayer::LayerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniOutput \ static_assert(alignof(UHoudiniOutput) == 0x000008, "Wrong alignment on UHoudiniOutput"); \ static_assert(sizeof(UHoudiniOutput) == 0x0001B0, "Wrong size on UHoudiniOutput"); \ static_assert(offsetof(UHoudiniOutput, Type) == 0x000028, "Member 'UHoudiniOutput::Type' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, HoudiniGeoPartObjects) == 0x000030, "Member 'UHoudiniOutput::HoudiniGeoPartObjects' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, OutputObjects) == 0x000040, "Member 'UHoudiniOutput::OutputObjects' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, InstancedOutputs) == 0x000090, "Member 'UHoudiniOutput::InstancedOutputs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, AssignementMaterials) == 0x0000E0, "Member 'UHoudiniOutput::AssignementMaterials' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, ReplacementMaterials) == 0x000130, "Member 'UHoudiniOutput::ReplacementMaterials' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, bLandscapeWorldComposition) == 0x000184, "Member 'UHoudiniOutput::bLandscapeWorldComposition' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, HoudiniCreatedSocketActors) == 0x000188, "Member 'UHoudiniOutput::HoudiniCreatedSocketActors' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, HoudiniAttachedSocketActors) == 0x000198, "Member 'UHoudiniOutput::HoudiniAttachedSocketActors' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, bIsEditableNode) == 0x0001A8, "Member 'UHoudiniOutput::bIsEditableNode' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, bHasEditableNodeBuilt) == 0x0001A9, "Member 'UHoudiniOutput::bHasEditableNodeBuilt' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, bIsUpdating) == 0x0001AA, "Member 'UHoudiniOutput::bIsUpdating' has a wrong offset!"); \ static_assert(offsetof(UHoudiniOutput, bCanDeleteHoudiniNodes) == 0x0001AB, "Member 'UHoudiniOutput::bCanDeleteHoudiniNodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameter \ static_assert(alignof(UHoudiniParameter) == 0x000008, "Wrong alignment on UHoudiniParameter"); \ static_assert(sizeof(UHoudiniParameter) == 0x000108, "Wrong size on UHoudiniParameter"); \ static_assert(offsetof(UHoudiniParameter, Name_0) == 0x000028, "Member 'UHoudiniParameter::Name_0' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, Label) == 0x000038, "Member 'UHoudiniParameter::Label' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, ParmType) == 0x000048, "Member 'UHoudiniParameter::ParmType' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, TupleSize) == 0x00004C, "Member 'UHoudiniParameter::TupleSize' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, NodeId) == 0x000050, "Member 'UHoudiniParameter::NodeId' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, ParmId) == 0x000054, "Member 'UHoudiniParameter::ParmId' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, ParentParmId) == 0x000058, "Member 'UHoudiniParameter::ParentParmId' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, ChildIndex) == 0x00005C, "Member 'UHoudiniParameter::ChildIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bIsVisible) == 0x000060, "Member 'UHoudiniParameter::bIsVisible' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bIsParentFolderVisible) == 0x000061, "Member 'UHoudiniParameter::bIsParentFolderVisible' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bIsDisabled) == 0x000062, "Member 'UHoudiniParameter::bIsDisabled' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bHasChanged) == 0x000063, "Member 'UHoudiniParameter::bHasChanged' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bNeedsToTriggerUpdate) == 0x000064, "Member 'UHoudiniParameter::bNeedsToTriggerUpdate' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bIsDefault) == 0x000065, "Member 'UHoudiniParameter::bIsDefault' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bIsSpare) == 0x000066, "Member 'UHoudiniParameter::bIsSpare' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bJoinNext) == 0x000067, "Member 'UHoudiniParameter::bJoinNext' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bIsChildOfMultiParm) == 0x000068, "Member 'UHoudiniParameter::bIsChildOfMultiParm' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bIsDirectChildOfMultiParm) == 0x000069, "Member 'UHoudiniParameter::bIsDirectChildOfMultiParm' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bPendingRevertToDefault) == 0x00006A, "Member 'UHoudiniParameter::bPendingRevertToDefault' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, TuplePendingRevertToDefault) == 0x000070, "Member 'UHoudiniParameter::TuplePendingRevertToDefault' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, Help) == 0x000080, "Member 'UHoudiniParameter::Help' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, TagCount) == 0x000090, "Member 'UHoudiniParameter::TagCount' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, ValueIndex) == 0x000094, "Member 'UHoudiniParameter::ValueIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bHasExpression) == 0x000098, "Member 'UHoudiniParameter::bHasExpression' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bShowExpression) == 0x000099, "Member 'UHoudiniParameter::bShowExpression' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, ParamExpression) == 0x0000A0, "Member 'UHoudiniParameter::ParamExpression' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, Tags) == 0x0000B0, "Member 'UHoudiniParameter::Tags' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameter, bAutoUpdate) == 0x000100, "Member 'UHoudiniParameter::bAutoUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterButton \ static_assert(alignof(UHoudiniParameterButton) == 0x000008, "Wrong alignment on UHoudiniParameterButton"); \ static_assert(sizeof(UHoudiniParameterButton) == 0x000108, "Wrong size on UHoudiniParameterButton"); \ #define DUMPER7_ASSERTS_UHoudiniParameterButtonStrip \ static_assert(alignof(UHoudiniParameterButtonStrip) == 0x000008, "Wrong alignment on UHoudiniParameterButtonStrip"); \ static_assert(sizeof(UHoudiniParameterButtonStrip) == 0x000130, "Wrong size on UHoudiniParameterButtonStrip"); \ static_assert(offsetof(UHoudiniParameterButtonStrip, Count) == 0x000108, "Member 'UHoudiniParameterButtonStrip::Count' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterButtonStrip, Labels) == 0x000110, "Member 'UHoudiniParameterButtonStrip::Labels' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterButtonStrip, Values) == 0x000120, "Member 'UHoudiniParameterButtonStrip::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterChoice \ static_assert(alignof(UHoudiniParameterChoice) == 0x000008, "Wrong alignment on UHoudiniParameterChoice"); \ static_assert(sizeof(UHoudiniParameterChoice) == 0x000178, "Wrong size on UHoudiniParameterChoice"); \ static_assert(offsetof(UHoudiniParameterChoice, IntValue) == 0x000108, "Member 'UHoudiniParameterChoice::IntValue' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterChoice, DefaultIntValue) == 0x00010C, "Member 'UHoudiniParameterChoice::DefaultIntValue' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterChoice, StringValue) == 0x000110, "Member 'UHoudiniParameterChoice::StringValue' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterChoice, DefaultStringValue) == 0x000120, "Member 'UHoudiniParameterChoice::DefaultStringValue' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterChoice, StringChoiceValues) == 0x000130, "Member 'UHoudiniParameterChoice::StringChoiceValues' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterChoice, StringChoiceLabels) == 0x000140, "Member 'UHoudiniParameterChoice::StringChoiceLabels' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterChoice, bIsChildOfRamp) == 0x000160, "Member 'UHoudiniParameterChoice::bIsChildOfRamp' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterChoice, IntValuesArray) == 0x000168, "Member 'UHoudiniParameterChoice::IntValuesArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterColor \ static_assert(alignof(UHoudiniParameterColor) == 0x000008, "Wrong alignment on UHoudiniParameterColor"); \ static_assert(sizeof(UHoudiniParameterColor) == 0x000130, "Wrong size on UHoudiniParameterColor"); \ static_assert(offsetof(UHoudiniParameterColor, Color) == 0x000108, "Member 'UHoudiniParameterColor::Color' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterColor, DefaultColor) == 0x000118, "Member 'UHoudiniParameterColor::DefaultColor' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterColor, bIsChildOfRamp) == 0x000128, "Member 'UHoudiniParameterColor::bIsChildOfRamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterFile \ static_assert(alignof(UHoudiniParameterFile) == 0x000008, "Wrong alignment on UHoudiniParameterFile"); \ static_assert(sizeof(UHoudiniParameterFile) == 0x000140, "Wrong size on UHoudiniParameterFile"); \ static_assert(offsetof(UHoudiniParameterFile, Values) == 0x000108, "Member 'UHoudiniParameterFile::Values' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFile, DefaultValues) == 0x000118, "Member 'UHoudiniParameterFile::DefaultValues' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFile, Filters) == 0x000128, "Member 'UHoudiniParameterFile::Filters' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFile, bIsReadOnly) == 0x000138, "Member 'UHoudiniParameterFile::bIsReadOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterFloat \ static_assert(alignof(UHoudiniParameterFloat) == 0x000008, "Wrong alignment on UHoudiniParameterFloat"); \ static_assert(sizeof(UHoudiniParameterFloat) == 0x000158, "Wrong size on UHoudiniParameterFloat"); \ static_assert(offsetof(UHoudiniParameterFloat, Values) == 0x000108, "Member 'UHoudiniParameterFloat::Values' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, DefaultValues) == 0x000118, "Member 'UHoudiniParameterFloat::DefaultValues' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, Unit) == 0x000128, "Member 'UHoudiniParameterFloat::Unit' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, bNoSwap) == 0x000138, "Member 'UHoudiniParameterFloat::bNoSwap' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, bHasMin) == 0x000139, "Member 'UHoudiniParameterFloat::bHasMin' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, bHasMax) == 0x00013A, "Member 'UHoudiniParameterFloat::bHasMax' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, bHasUIMin) == 0x00013B, "Member 'UHoudiniParameterFloat::bHasUIMin' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, bHasUIMax) == 0x00013C, "Member 'UHoudiniParameterFloat::bHasUIMax' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, bIsLogarithmic) == 0x00013D, "Member 'UHoudiniParameterFloat::bIsLogarithmic' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, Min) == 0x000140, "Member 'UHoudiniParameterFloat::Min' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, Max) == 0x000144, "Member 'UHoudiniParameterFloat::Max' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, UIMin) == 0x000148, "Member 'UHoudiniParameterFloat::UIMin' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, UIMax) == 0x00014C, "Member 'UHoudiniParameterFloat::UIMax' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFloat, bIsChildOfRamp) == 0x000150, "Member 'UHoudiniParameterFloat::bIsChildOfRamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterFolder \ static_assert(alignof(UHoudiniParameterFolder) == 0x000008, "Wrong alignment on UHoudiniParameterFolder"); \ static_assert(sizeof(UHoudiniParameterFolder) == 0x000118, "Wrong size on UHoudiniParameterFolder"); \ static_assert(offsetof(UHoudiniParameterFolder, FolderType) == 0x000108, "Member 'UHoudiniParameterFolder::FolderType' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFolder, bExpanded) == 0x000109, "Member 'UHoudiniParameterFolder::bExpanded' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFolder, bChosen) == 0x00010A, "Member 'UHoudiniParameterFolder::bChosen' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFolder, ChildCounter) == 0x00010C, "Member 'UHoudiniParameterFolder::ChildCounter' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFolder, bIsContentShown) == 0x000110, "Member 'UHoudiniParameterFolder::bIsContentShown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterFolderList \ static_assert(alignof(UHoudiniParameterFolderList) == 0x000008, "Wrong alignment on UHoudiniParameterFolderList"); \ static_assert(sizeof(UHoudiniParameterFolderList) == 0x000120, "Wrong size on UHoudiniParameterFolderList"); \ static_assert(offsetof(UHoudiniParameterFolderList, bIsTabMenu) == 0x000108, "Member 'UHoudiniParameterFolderList::bIsTabMenu' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFolderList, bIsTabsShown) == 0x000109, "Member 'UHoudiniParameterFolderList::bIsTabsShown' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterFolderList, TabFolders) == 0x000110, "Member 'UHoudiniParameterFolderList::TabFolders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterInt \ static_assert(alignof(UHoudiniParameterInt) == 0x000008, "Wrong alignment on UHoudiniParameterInt"); \ static_assert(sizeof(UHoudiniParameterInt) == 0x000150, "Wrong size on UHoudiniParameterInt"); \ static_assert(offsetof(UHoudiniParameterInt, Values) == 0x000108, "Member 'UHoudiniParameterInt::Values' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterInt, DefaultValues) == 0x000118, "Member 'UHoudiniParameterInt::DefaultValues' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterInt, Unit) == 0x000128, "Member 'UHoudiniParameterInt::Unit' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterInt, bHasMin) == 0x000138, "Member 'UHoudiniParameterInt::bHasMin' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterInt, bHasMax) == 0x000139, "Member 'UHoudiniParameterInt::bHasMax' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterInt, bHasUIMin) == 0x00013A, "Member 'UHoudiniParameterInt::bHasUIMin' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterInt, bHasUIMax) == 0x00013B, "Member 'UHoudiniParameterInt::bHasUIMax' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterInt, bIsLogarithmic) == 0x00013C, "Member 'UHoudiniParameterInt::bIsLogarithmic' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterInt, Min) == 0x000140, "Member 'UHoudiniParameterInt::Min' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterInt, Max) == 0x000144, "Member 'UHoudiniParameterInt::Max' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterInt, UIMin) == 0x000148, "Member 'UHoudiniParameterInt::UIMin' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterInt, UIMax) == 0x00014C, "Member 'UHoudiniParameterInt::UIMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterLabel \ static_assert(alignof(UHoudiniParameterLabel) == 0x000008, "Wrong alignment on UHoudiniParameterLabel"); \ static_assert(sizeof(UHoudiniParameterLabel) == 0x000118, "Wrong size on UHoudiniParameterLabel"); \ static_assert(offsetof(UHoudiniParameterLabel, LabelStrings) == 0x000108, "Member 'UHoudiniParameterLabel::LabelStrings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterMultiParm \ static_assert(alignof(UHoudiniParameterMultiParm) == 0x000008, "Wrong alignment on UHoudiniParameterMultiParm"); \ static_assert(sizeof(UHoudiniParameterMultiParm) == 0x000150, "Wrong size on UHoudiniParameterMultiParm"); \ static_assert(offsetof(UHoudiniParameterMultiParm, bIsShown) == 0x000108, "Member 'UHoudiniParameterMultiParm::bIsShown' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterMultiParm, Value) == 0x00010C, "Member 'UHoudiniParameterMultiParm::Value' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterMultiParm, TemplateName) == 0x000110, "Member 'UHoudiniParameterMultiParm::TemplateName' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterMultiParm, MultiparmValue) == 0x000120, "Member 'UHoudiniParameterMultiParm::MultiparmValue' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceNum) == 0x000124, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceNum' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceLength) == 0x000128, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceLength' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceCount) == 0x00012C, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceCount' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterMultiParm, InstanceStartOffset) == 0x000130, "Member 'UHoudiniParameterMultiParm::InstanceStartOffset' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterMultiParm, MultiParmInstanceLastModifyArray) == 0x000138, "Member 'UHoudiniParameterMultiParm::MultiParmInstanceLastModifyArray' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterMultiParm, DefaultInstanceCount) == 0x000148, "Member 'UHoudiniParameterMultiParm::DefaultInstanceCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterOperatorPath \ static_assert(alignof(UHoudiniParameterOperatorPath) == 0x000008, "Wrong alignment on UHoudiniParameterOperatorPath"); \ static_assert(sizeof(UHoudiniParameterOperatorPath) == 0x000110, "Wrong size on UHoudiniParameterOperatorPath"); \ static_assert(offsetof(UHoudiniParameterOperatorPath, HoudiniInput) == 0x000108, "Member 'UHoudiniParameterOperatorPath::HoudiniInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterRampModificationEvent \ static_assert(alignof(UHoudiniParameterRampModificationEvent) == 0x000008, "Wrong alignment on UHoudiniParameterRampModificationEvent"); \ static_assert(sizeof(UHoudiniParameterRampModificationEvent) == 0x000050, "Wrong size on UHoudiniParameterRampModificationEvent"); \ static_assert(offsetof(UHoudiniParameterRampModificationEvent, bIsInsertEvent) == 0x000028, "Member 'UHoudiniParameterRampModificationEvent::bIsInsertEvent' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampModificationEvent, bIsFloatRamp) == 0x000029, "Member 'UHoudiniParameterRampModificationEvent::bIsFloatRamp' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampModificationEvent, DeleteInstanceIndex) == 0x00002C, "Member 'UHoudiniParameterRampModificationEvent::DeleteInstanceIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertPosition) == 0x000030, "Member 'UHoudiniParameterRampModificationEvent::InsertPosition' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertFloat) == 0x000034, "Member 'UHoudiniParameterRampModificationEvent::InsertFloat' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertColor) == 0x000038, "Member 'UHoudiniParameterRampModificationEvent::InsertColor' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampModificationEvent, InsertInterpolation) == 0x000048, "Member 'UHoudiniParameterRampModificationEvent::InsertInterpolation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterRampFloatPoint \ static_assert(alignof(UHoudiniParameterRampFloatPoint) == 0x000008, "Wrong alignment on UHoudiniParameterRampFloatPoint"); \ static_assert(sizeof(UHoudiniParameterRampFloatPoint) == 0x000050, "Wrong size on UHoudiniParameterRampFloatPoint"); \ static_assert(offsetof(UHoudiniParameterRampFloatPoint, position) == 0x000028, "Member 'UHoudiniParameterRampFloatPoint::position' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloatPoint, Value) == 0x00002C, "Member 'UHoudiniParameterRampFloatPoint::Value' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloatPoint, Interpolation) == 0x000030, "Member 'UHoudiniParameterRampFloatPoint::Interpolation' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloatPoint, InstanceIndex) == 0x000034, "Member 'UHoudiniParameterRampFloatPoint::InstanceIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloatPoint, PositionParentParm) == 0x000038, "Member 'UHoudiniParameterRampFloatPoint::PositionParentParm' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloatPoint, ValueParentParm) == 0x000040, "Member 'UHoudiniParameterRampFloatPoint::ValueParentParm' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloatPoint, InterpolationParentParm) == 0x000048, "Member 'UHoudiniParameterRampFloatPoint::InterpolationParentParm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterRampColorPoint \ static_assert(alignof(UHoudiniParameterRampColorPoint) == 0x000008, "Wrong alignment on UHoudiniParameterRampColorPoint"); \ static_assert(sizeof(UHoudiniParameterRampColorPoint) == 0x000060, "Wrong size on UHoudiniParameterRampColorPoint"); \ static_assert(offsetof(UHoudiniParameterRampColorPoint, position) == 0x000028, "Member 'UHoudiniParameterRampColorPoint::position' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColorPoint, Value) == 0x00002C, "Member 'UHoudiniParameterRampColorPoint::Value' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColorPoint, Interpolation) == 0x00003C, "Member 'UHoudiniParameterRampColorPoint::Interpolation' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColorPoint, InstanceIndex) == 0x000040, "Member 'UHoudiniParameterRampColorPoint::InstanceIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColorPoint, PositionParentParm) == 0x000048, "Member 'UHoudiniParameterRampColorPoint::PositionParentParm' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColorPoint, ValueParentParm) == 0x000050, "Member 'UHoudiniParameterRampColorPoint::ValueParentParm' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColorPoint, InterpolationParentParm) == 0x000058, "Member 'UHoudiniParameterRampColorPoint::InterpolationParentParm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterRampFloat \ static_assert(alignof(UHoudiniParameterRampFloat) == 0x000008, "Wrong alignment on UHoudiniParameterRampFloat"); \ static_assert(sizeof(UHoudiniParameterRampFloat) == 0x0001B8, "Wrong size on UHoudiniParameterRampFloat"); \ static_assert(offsetof(UHoudiniParameterRampFloat, Points) == 0x000150, "Member 'UHoudiniParameterRampFloat::Points' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloat, CachedPoints) == 0x000160, "Member 'UHoudiniParameterRampFloat::CachedPoints' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloat, DefaultPositions) == 0x000170, "Member 'UHoudiniParameterRampFloat::DefaultPositions' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloat, DefaultValues) == 0x000180, "Member 'UHoudiniParameterRampFloat::DefaultValues' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloat, DefaultChoices) == 0x000190, "Member 'UHoudiniParameterRampFloat::DefaultChoices' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloat, NumDefaultPoints) == 0x0001A0, "Member 'UHoudiniParameterRampFloat::NumDefaultPoints' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloat, bCaching) == 0x0001A4, "Member 'UHoudiniParameterRampFloat::bCaching' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampFloat, ModificationEvents) == 0x0001A8, "Member 'UHoudiniParameterRampFloat::ModificationEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterRampColor \ static_assert(alignof(UHoudiniParameterRampColor) == 0x000008, "Wrong alignment on UHoudiniParameterRampColor"); \ static_assert(sizeof(UHoudiniParameterRampColor) == 0x0001C0, "Wrong size on UHoudiniParameterRampColor"); \ static_assert(offsetof(UHoudiniParameterRampColor, Points) == 0x000150, "Member 'UHoudiniParameterRampColor::Points' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColor, bCaching) == 0x000160, "Member 'UHoudiniParameterRampColor::bCaching' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColor, CachedPoints) == 0x000168, "Member 'UHoudiniParameterRampColor::CachedPoints' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColor, DefaultPositions) == 0x000178, "Member 'UHoudiniParameterRampColor::DefaultPositions' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColor, DefaultValues) == 0x000188, "Member 'UHoudiniParameterRampColor::DefaultValues' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColor, DefaultChoices) == 0x000198, "Member 'UHoudiniParameterRampColor::DefaultChoices' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColor, NumDefaultPoints) == 0x0001A8, "Member 'UHoudiniParameterRampColor::NumDefaultPoints' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterRampColor, ModificationEvents) == 0x0001B0, "Member 'UHoudiniParameterRampColor::ModificationEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterSeparator \ static_assert(alignof(UHoudiniParameterSeparator) == 0x000008, "Wrong alignment on UHoudiniParameterSeparator"); \ static_assert(sizeof(UHoudiniParameterSeparator) == 0x000108, "Wrong size on UHoudiniParameterSeparator"); \ #define DUMPER7_ASSERTS_UHoudiniParameterString \ static_assert(alignof(UHoudiniParameterString) == 0x000008, "Wrong alignment on UHoudiniParameterString"); \ static_assert(sizeof(UHoudiniParameterString) == 0x000140, "Wrong size on UHoudiniParameterString"); \ static_assert(offsetof(UHoudiniParameterString, Values) == 0x000108, "Member 'UHoudiniParameterString::Values' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterString, DefaultValues) == 0x000118, "Member 'UHoudiniParameterString::DefaultValues' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterString, ChosenAssets) == 0x000128, "Member 'UHoudiniParameterString::ChosenAssets' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterString, bIsAssetRef) == 0x000138, "Member 'UHoudiniParameterString::bIsAssetRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniParameterToggle \ static_assert(alignof(UHoudiniParameterToggle) == 0x000008, "Wrong alignment on UHoudiniParameterToggle"); \ static_assert(sizeof(UHoudiniParameterToggle) == 0x000128, "Wrong size on UHoudiniParameterToggle"); \ static_assert(offsetof(UHoudiniParameterToggle, Values) == 0x000108, "Member 'UHoudiniParameterToggle::Values' has a wrong offset!"); \ static_assert(offsetof(UHoudiniParameterToggle, DefaultValues) == 0x000118, "Member 'UHoudiniParameterToggle::DefaultValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTOPNode \ static_assert(alignof(UTOPNode) == 0x000010, "Wrong alignment on UTOPNode"); \ static_assert(sizeof(UTOPNode) == 0x000420, "Wrong size on UTOPNode"); \ static_assert(offsetof(UTOPNode, NodeId) == 0x000028, "Member 'UTOPNode::NodeId' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, NodeName) == 0x000030, "Member 'UTOPNode::NodeName' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, NodePath) == 0x000040, "Member 'UTOPNode::NodePath' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, ParentName) == 0x000050, "Member 'UTOPNode::ParentName' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, WorkResultParent) == 0x000060, "Member 'UTOPNode::WorkResultParent' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, WorkResult) == 0x000068, "Member 'UTOPNode::WorkResult' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, bHidden) == 0x000078, "Member 'UTOPNode::bHidden' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, bAutoLoad) == 0x000079, "Member 'UTOPNode::bAutoLoad' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, NodeState) == 0x00007A, "Member 'UTOPNode::NodeState' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, bCachedHaveNotLoadedWorkResults) == 0x00007B, "Member 'UTOPNode::bCachedHaveNotLoadedWorkResults' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, bCachedHaveLoadedWorkResults) == 0x00007C, "Member 'UTOPNode::bCachedHaveLoadedWorkResults' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, bHasChildNodes) == 0x00007D, "Member 'UTOPNode::bHasChildNodes' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, ClearedLandscapeLayers) == 0x000080, "Member 'UTOPNode::ClearedLandscapeLayers' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, bShow) == 0x000150, "Member 'UTOPNode::bShow' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, BakedWorkResultObjectOutputs) == 0x000158, "Member 'UTOPNode::BakedWorkResultObjectOutputs' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, WorkItemTally) == 0x0001A8, "Member 'UTOPNode::WorkItemTally' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, AggregatedWorkItemTally) == 0x0003E0, "Member 'UTOPNode::AggregatedWorkItemTally' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, bHasReceivedCookCompleteEvent) == 0x000408, "Member 'UTOPNode::bHasReceivedCookCompleteEvent' has a wrong offset!"); \ static_assert(offsetof(UTOPNode, OutputActorOwner) == 0x000410, "Member 'UTOPNode::OutputActorOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTOPNetwork \ static_assert(alignof(UTOPNetwork) == 0x000008, "Wrong alignment on UTOPNetwork"); \ static_assert(sizeof(UTOPNetwork) == 0x000098, "Wrong size on UTOPNetwork"); \ static_assert(offsetof(UTOPNetwork, NodeId) == 0x000028, "Member 'UTOPNetwork::NodeId' has a wrong offset!"); \ static_assert(offsetof(UTOPNetwork, NodeName) == 0x000030, "Member 'UTOPNetwork::NodeName' has a wrong offset!"); \ static_assert(offsetof(UTOPNetwork, NodePath) == 0x000040, "Member 'UTOPNetwork::NodePath' has a wrong offset!"); \ static_assert(offsetof(UTOPNetwork, AllTOPNodes) == 0x000050, "Member 'UTOPNetwork::AllTOPNodes' has a wrong offset!"); \ static_assert(offsetof(UTOPNetwork, SelectedTOPIndex) == 0x000060, "Member 'UTOPNetwork::SelectedTOPIndex' has a wrong offset!"); \ static_assert(offsetof(UTOPNetwork, ParentName) == 0x000068, "Member 'UTOPNetwork::ParentName' has a wrong offset!"); \ static_assert(offsetof(UTOPNetwork, bShowResults) == 0x000078, "Member 'UTOPNetwork::bShowResults' has a wrong offset!"); \ static_assert(offsetof(UTOPNetwork, bAutoLoadResults) == 0x000079, "Member 'UTOPNetwork::bAutoLoadResults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniPDGAssetLink \ static_assert(alignof(UHoudiniPDGAssetLink) == 0x000008, "Wrong alignment on UHoudiniPDGAssetLink"); \ static_assert(sizeof(UHoudiniPDGAssetLink) == 0x000130, "Wrong size on UHoudiniPDGAssetLink"); \ static_assert(offsetof(UHoudiniPDGAssetLink, AssetName) == 0x000028, "Member 'UHoudiniPDGAssetLink::AssetName' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, AssetNodePath) == 0x000038, "Member 'UHoudiniPDGAssetLink::AssetNodePath' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, AssetId) == 0x000048, "Member 'UHoudiniPDGAssetLink::AssetId' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, AllTOPNetworks) == 0x000050, "Member 'UHoudiniPDGAssetLink::AllTOPNetworks' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, SelectedTOPNetworkIndex) == 0x000060, "Member 'UHoudiniPDGAssetLink::SelectedTOPNetworkIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, LinkState) == 0x000064, "Member 'UHoudiniPDGAssetLink::LinkState' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, bAutoCook) == 0x000065, "Member 'UHoudiniPDGAssetLink::bAutoCook' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, bUseTOPNodeFilter) == 0x000066, "Member 'UHoudiniPDGAssetLink::bUseTOPNodeFilter' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, bUseTOPOutputFilter) == 0x000067, "Member 'UHoudiniPDGAssetLink::bUseTOPOutputFilter' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, TOPNodeFilter) == 0x000068, "Member 'UHoudiniPDGAssetLink::TOPNodeFilter' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, TOPOutputFilter) == 0x000078, "Member 'UHoudiniPDGAssetLink::TOPOutputFilter' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, NumWorkItems) == 0x000088, "Member 'UHoudiniPDGAssetLink::NumWorkItems' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, WorkItemTally) == 0x000090, "Member 'UHoudiniPDGAssetLink::WorkItemTally' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, OutputCachePath) == 0x0000B8, "Member 'UHoudiniPDGAssetLink::OutputCachePath' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, bNeedsUIRefresh) == 0x0000C8, "Member 'UHoudiniPDGAssetLink::bNeedsUIRefresh' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, OutputParentActor) == 0x0000D0, "Member 'UHoudiniPDGAssetLink::OutputParentActor' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPDGAssetLink, BakeFolder) == 0x0000D8, "Member 'UHoudiniPDGAssetLink::BakeFolder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniRuntimeSettings \ static_assert(alignof(UHoudiniRuntimeSettings) == 0x000008, "Wrong alignment on UHoudiniRuntimeSettings"); \ static_assert(sizeof(UHoudiniRuntimeSettings) == 0x0002F0, "Wrong size on UHoudiniRuntimeSettings"); \ static_assert(offsetof(UHoudiniRuntimeSettings, SessionType) == 0x000028, "Member 'UHoudiniRuntimeSettings::SessionType' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, ServerHost) == 0x000030, "Member 'UHoudiniRuntimeSettings::ServerHost' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, ServerPort) == 0x000040, "Member 'UHoudiniRuntimeSettings::ServerPort' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, ServerPipeName) == 0x000048, "Member 'UHoudiniRuntimeSettings::ServerPipeName' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bStartAutomaticServer) == 0x000058, "Member 'UHoudiniRuntimeSettings::bStartAutomaticServer' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, AutomaticServerTimeout) == 0x00005C, "Member 'UHoudiniRuntimeSettings::AutomaticServerTimeout' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bSyncWithHoudiniCook) == 0x000060, "Member 'UHoudiniRuntimeSettings::bSyncWithHoudiniCook' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bCookUsingHoudiniTime) == 0x000061, "Member 'UHoudiniRuntimeSettings::bCookUsingHoudiniTime' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bSyncViewport) == 0x000062, "Member 'UHoudiniRuntimeSettings::bSyncViewport' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bSyncHoudiniViewport) == 0x000063, "Member 'UHoudiniRuntimeSettings::bSyncHoudiniViewport' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bSyncUnrealViewport) == 0x000064, "Member 'UHoudiniRuntimeSettings::bSyncUnrealViewport' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bShowMultiAssetDialog) == 0x000065, "Member 'UHoudiniRuntimeSettings::bShowMultiAssetDialog' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bPreferHdaMemoryCopyOverHdaSourceFile) == 0x000066, "Member 'UHoudiniRuntimeSettings::bPreferHdaMemoryCopyOverHdaSourceFile' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bPauseCookingOnStart) == 0x000067, "Member 'UHoudiniRuntimeSettings::bPauseCookingOnStart' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bDisplaySlateCookingNotifications) == 0x000068, "Member 'UHoudiniRuntimeSettings::bDisplaySlateCookingNotifications' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, DefaultTemporaryCookFolder) == 0x000070, "Member 'UHoudiniRuntimeSettings::DefaultTemporaryCookFolder' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, DefaultBakeFolder) == 0x000080, "Member 'UHoudiniRuntimeSettings::DefaultBakeFolder' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bEnableTheReferenceCountedInputSystem) == 0x000090, "Member 'UHoudiniRuntimeSettings::bEnableTheReferenceCountedInputSystem' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesUseDefaultUnrealScaling) == 0x000091, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesUseDefaultUnrealScaling' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesUseFullResolution) == 0x000092, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesUseFullResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForceMinMaxValues) == 0x000093, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForceMinMaxValues' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForcedMinValue) == 0x000094, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForcedMinValue' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForcedMaxValue) == 0x000098, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesForcedMaxValue' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bAddRotAndScaleAttributesOnCurves) == 0x00009C, "Member 'UHoudiniRuntimeSettings::bAddRotAndScaleAttributesOnCurves' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bUseLegacyInputCurves) == 0x00009D, "Member 'UHoudiniRuntimeSettings::bUseLegacyInputCurves' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingSplineResolution) == 0x0000A0, "Member 'UHoudiniRuntimeSettings::MarshallingSplineResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMesh) == 0x0000A4, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMesh' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bShowDefaultMesh) == 0x0000A5, "Member 'UHoudiniRuntimeSettings::bShowDefaultMesh' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMeshRefinementByTimer) == 0x0000A6, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMeshRefinementByTimer' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, ProxyMeshAutoRefineTimeoutSeconds) == 0x0000A8, "Member 'UHoudiniRuntimeSettings::ProxyMeshAutoRefineTimeoutSeconds' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMeshRefinementOnPreSaveWorld) == 0x0000AC, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMeshRefinementOnPreSaveWorld' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bEnableProxyStaticMeshRefinementOnPreBeginPIE) == 0x0000AD, "Member 'UHoudiniRuntimeSettings::bEnableProxyStaticMeshRefinementOnPreBeginPIE' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, PhysMaterial) == 0x0000B8, "Member 'UHoudiniRuntimeSettings::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, DefaultBodyInstance) == 0x0000C0, "Member 'UHoudiniRuntimeSettings::DefaultBodyInstance' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, CollisionTraceFlag) == 0x000218, "Member 'UHoudiniRuntimeSettings::CollisionTraceFlag' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, LightMapResolution) == 0x00021C, "Member 'UHoudiniRuntimeSettings::LightMapResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, LpvBiasMultiplier) == 0x000220, "Member 'UHoudiniRuntimeSettings::LpvBiasMultiplier' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, GeneratedDistanceFieldResolutionScale) == 0x000224, "Member 'UHoudiniRuntimeSettings::GeneratedDistanceFieldResolutionScale' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, WalkableSlopeOverride) == 0x000228, "Member 'UHoudiniRuntimeSettings::WalkableSlopeOverride' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, LightMapCoordinateIndex) == 0x000238, "Member 'UHoudiniRuntimeSettings::LightMapCoordinateIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, StreamingDistanceMultiplier) == 0x000240, "Member 'UHoudiniRuntimeSettings::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, FoliageDefaultSettings) == 0x000248, "Member 'UHoudiniRuntimeSettings::FoliageDefaultSettings' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, AssetUserData) == 0x000250, "Member 'UHoudiniRuntimeSettings::AssetUserData' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bUseFullPrecisionUVs) == 0x000260, "Member 'UHoudiniRuntimeSettings::bUseFullPrecisionUVs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, SrcLightmapIndex) == 0x000264, "Member 'UHoudiniRuntimeSettings::SrcLightmapIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, DstLightmapIndex) == 0x000268, "Member 'UHoudiniRuntimeSettings::DstLightmapIndex' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, MinLightmapResolution) == 0x00026C, "Member 'UHoudiniRuntimeSettings::MinLightmapResolution' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bRemoveDegenerates) == 0x000270, "Member 'UHoudiniRuntimeSettings::bRemoveDegenerates' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, GenerateLightmapUVsFlag) == 0x000271, "Member 'UHoudiniRuntimeSettings::GenerateLightmapUVsFlag' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, RecomputeNormalsFlag) == 0x000272, "Member 'UHoudiniRuntimeSettings::RecomputeNormalsFlag' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, RecomputeTangentsFlag) == 0x000273, "Member 'UHoudiniRuntimeSettings::RecomputeTangentsFlag' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bUseMikkTSpace) == 0x000274, "Member 'UHoudiniRuntimeSettings::bUseMikkTSpace' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bBuildAdjacencyBuffer) == 0x000275, "Member 'UHoudiniRuntimeSettings::bBuildAdjacencyBuffer' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, DistanceFieldResolutionScale) == 0x000278, "Member 'UHoudiniRuntimeSettings::DistanceFieldResolutionScale' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bPDGAsyncCommandletImportEnabled) == 0x00027D, "Member 'UHoudiniRuntimeSettings::bPDGAsyncCommandletImportEnabled' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bEnableBackwardCompatibility) == 0x00027E, "Member 'UHoudiniRuntimeSettings::bEnableBackwardCompatibility' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bAutomaticLegacyHDARebuild) == 0x00027F, "Member 'UHoudiniRuntimeSettings::bAutomaticLegacyHDARebuild' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, bUseCustomHoudiniLocation) == 0x000280, "Member 'UHoudiniRuntimeSettings::bUseCustomHoudiniLocation' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, CustomHoudiniLocation) == 0x000288, "Member 'UHoudiniRuntimeSettings::CustomHoudiniLocation' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, HoudiniExecutable) == 0x000298, "Member 'UHoudiniRuntimeSettings::HoudiniExecutable' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, CookingThreadStackSize) == 0x00029C, "Member 'UHoudiniRuntimeSettings::CookingThreadStackSize' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, HoudiniEnvironmentFiles) == 0x0002A0, "Member 'UHoudiniRuntimeSettings::HoudiniEnvironmentFiles' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, OtlSearchPath) == 0x0002B0, "Member 'UHoudiniRuntimeSettings::OtlSearchPath' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, DsoSearchPath) == 0x0002C0, "Member 'UHoudiniRuntimeSettings::DsoSearchPath' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, ImageDsoSearchPath) == 0x0002D0, "Member 'UHoudiniRuntimeSettings::ImageDsoSearchPath' has a wrong offset!"); \ static_assert(offsetof(UHoudiniRuntimeSettings, AudioDsoSearchPath) == 0x0002E0, "Member 'UHoudiniRuntimeSettings::AudioDsoSearchPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniSplineComponent \ static_assert(alignof(UHoudiniSplineComponent) == 0x000010, "Wrong alignment on UHoudiniSplineComponent"); \ static_assert(sizeof(UHoudiniSplineComponent) == 0x0004B0, "Wrong size on UHoudiniSplineComponent"); \ static_assert(offsetof(UHoudiniSplineComponent, CurvePoints) == 0x000210, "Member 'UHoudiniSplineComponent::CurvePoints' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, DisplayPoints) == 0x000220, "Member 'UHoudiniSplineComponent::DisplayPoints' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, DisplayPointIndexDivider) == 0x000230, "Member 'UHoudiniSplineComponent::DisplayPointIndexDivider' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, HoudiniSplineName) == 0x000240, "Member 'UHoudiniSplineComponent::HoudiniSplineName' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, bClosed) == 0x000250, "Member 'UHoudiniSplineComponent::bClosed' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, bReversed) == 0x000251, "Member 'UHoudiniSplineComponent::bReversed' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, CurveOrder) == 0x000254, "Member 'UHoudiniSplineComponent::CurveOrder' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, bIsHoudiniSplineVisible) == 0x000258, "Member 'UHoudiniSplineComponent::bIsHoudiniSplineVisible' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, CurveType) == 0x000259, "Member 'UHoudiniSplineComponent::CurveType' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, CurveMethod) == 0x00025A, "Member 'UHoudiniSplineComponent::CurveMethod' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, CurveBreakpointParameterization) == 0x00025B, "Member 'UHoudiniSplineComponent::CurveBreakpointParameterization' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, bIsOutputCurve) == 0x00025C, "Member 'UHoudiniSplineComponent::bIsOutputCurve' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, bCookOnCurveChanged) == 0x00025D, "Member 'UHoudiniSplineComponent::bCookOnCurveChanged' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, bIsLegacyInputCurve) == 0x00025E, "Member 'UHoudiniSplineComponent::bIsLegacyInputCurve' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, bHasChanged) == 0x000490, "Member 'UHoudiniSplineComponent::bHasChanged' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, bNeedsToTriggerUpdate) == 0x000491, "Member 'UHoudiniSplineComponent::bNeedsToTriggerUpdate' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, bIsInputCurve) == 0x000492, "Member 'UHoudiniSplineComponent::bIsInputCurve' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, bIsEditableOutputCurve) == 0x000493, "Member 'UHoudiniSplineComponent::bIsEditableOutputCurve' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, NodeId) == 0x000494, "Member 'UHoudiniSplineComponent::NodeId' has a wrong offset!"); \ static_assert(offsetof(UHoudiniSplineComponent, PartName) == 0x000498, "Member 'UHoudiniSplineComponent::PartName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_AddStaticMaterial \ static_assert(alignof(HoudiniStaticMesh_AddStaticMaterial) == 0x000008, "Wrong alignment on HoudiniStaticMesh_AddStaticMaterial"); \ static_assert(sizeof(HoudiniStaticMesh_AddStaticMaterial) == 0x000038, "Wrong size on HoudiniStaticMesh_AddStaticMaterial"); \ static_assert(offsetof(HoudiniStaticMesh_AddStaticMaterial, InStaticMaterial) == 0x000000, "Member 'HoudiniStaticMesh_AddStaticMaterial::InStaticMaterial' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_AddStaticMaterial, ReturnValue) == 0x000030, "Member 'HoudiniStaticMesh_AddStaticMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_CalculateNormals \ static_assert(alignof(HoudiniStaticMesh_CalculateNormals) == 0x000001, "Wrong alignment on HoudiniStaticMesh_CalculateNormals"); \ static_assert(sizeof(HoudiniStaticMesh_CalculateNormals) == 0x000001, "Wrong size on HoudiniStaticMesh_CalculateNormals"); \ static_assert(offsetof(HoudiniStaticMesh_CalculateNormals, bInComputeWeightedNormals) == 0x000000, "Member 'HoudiniStaticMesh_CalculateNormals::bInComputeWeightedNormals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_CalculateTangents \ static_assert(alignof(HoudiniStaticMesh_CalculateTangents) == 0x000001, "Wrong alignment on HoudiniStaticMesh_CalculateTangents"); \ static_assert(sizeof(HoudiniStaticMesh_CalculateTangents) == 0x000001, "Wrong size on HoudiniStaticMesh_CalculateTangents"); \ static_assert(offsetof(HoudiniStaticMesh_CalculateTangents, bInComputeWeightedNormals) == 0x000000, "Member 'HoudiniStaticMesh_CalculateTangents::bInComputeWeightedNormals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetMaterial \ static_assert(alignof(HoudiniStaticMesh_GetMaterial) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetMaterial"); \ static_assert(sizeof(HoudiniStaticMesh_GetMaterial) == 0x000010, "Wrong size on HoudiniStaticMesh_GetMaterial"); \ static_assert(offsetof(HoudiniStaticMesh_GetMaterial, InMaterialIndex) == 0x000000, "Member 'HoudiniStaticMesh_GetMaterial::InMaterialIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_GetMaterial, ReturnValue) == 0x000008, "Member 'HoudiniStaticMesh_GetMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_Initialize \ static_assert(alignof(HoudiniStaticMesh_Initialize) == 0x000004, "Wrong alignment on HoudiniStaticMesh_Initialize"); \ static_assert(sizeof(HoudiniStaticMesh_Initialize) == 0x000014, "Wrong size on HoudiniStaticMesh_Initialize"); \ static_assert(offsetof(HoudiniStaticMesh_Initialize, InNumVertices) == 0x000000, "Member 'HoudiniStaticMesh_Initialize::InNumVertices' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_Initialize, InNumTriangles) == 0x000004, "Member 'HoudiniStaticMesh_Initialize::InNumTriangles' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_Initialize, InNumUVLayers) == 0x000008, "Member 'HoudiniStaticMesh_Initialize::InNumUVLayers' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_Initialize, InInitialNumStaticMaterials) == 0x00000C, "Member 'HoudiniStaticMesh_Initialize::InInitialNumStaticMaterials' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_Initialize, bInHasNormals) == 0x000010, "Member 'HoudiniStaticMesh_Initialize::bInHasNormals' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_Initialize, bInHasTangents) == 0x000011, "Member 'HoudiniStaticMesh_Initialize::bInHasTangents' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_Initialize, bInHasColors) == 0x000012, "Member 'HoudiniStaticMesh_Initialize::bInHasColors' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_Initialize, bInHasPerFaceMaterials) == 0x000013, "Member 'HoudiniStaticMesh_Initialize::bInHasPerFaceMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetHasColors \ static_assert(alignof(HoudiniStaticMesh_SetHasColors) == 0x000001, "Wrong alignment on HoudiniStaticMesh_SetHasColors"); \ static_assert(sizeof(HoudiniStaticMesh_SetHasColors) == 0x000001, "Wrong size on HoudiniStaticMesh_SetHasColors"); \ static_assert(offsetof(HoudiniStaticMesh_SetHasColors, bInHasColors) == 0x000000, "Member 'HoudiniStaticMesh_SetHasColors::bInHasColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetHasNormals \ static_assert(alignof(HoudiniStaticMesh_SetHasNormals) == 0x000001, "Wrong alignment on HoudiniStaticMesh_SetHasNormals"); \ static_assert(sizeof(HoudiniStaticMesh_SetHasNormals) == 0x000001, "Wrong size on HoudiniStaticMesh_SetHasNormals"); \ static_assert(offsetof(HoudiniStaticMesh_SetHasNormals, bInHasNormals) == 0x000000, "Member 'HoudiniStaticMesh_SetHasNormals::bInHasNormals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetHasPerFaceMaterials \ static_assert(alignof(HoudiniStaticMesh_SetHasPerFaceMaterials) == 0x000001, "Wrong alignment on HoudiniStaticMesh_SetHasPerFaceMaterials"); \ static_assert(sizeof(HoudiniStaticMesh_SetHasPerFaceMaterials) == 0x000001, "Wrong size on HoudiniStaticMesh_SetHasPerFaceMaterials"); \ static_assert(offsetof(HoudiniStaticMesh_SetHasPerFaceMaterials, bInHasPerFaceMaterials) == 0x000000, "Member 'HoudiniStaticMesh_SetHasPerFaceMaterials::bInHasPerFaceMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetHasTangents \ static_assert(alignof(HoudiniStaticMesh_SetHasTangents) == 0x000001, "Wrong alignment on HoudiniStaticMesh_SetHasTangents"); \ static_assert(sizeof(HoudiniStaticMesh_SetHasTangents) == 0x000001, "Wrong size on HoudiniStaticMesh_SetHasTangents"); \ static_assert(offsetof(HoudiniStaticMesh_SetHasTangents, bInHasTangents) == 0x000000, "Member 'HoudiniStaticMesh_SetHasTangents::bInHasTangents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetNumStaticMaterials \ static_assert(alignof(HoudiniStaticMesh_SetNumStaticMaterials) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetNumStaticMaterials"); \ static_assert(sizeof(HoudiniStaticMesh_SetNumStaticMaterials) == 0x000004, "Wrong size on HoudiniStaticMesh_SetNumStaticMaterials"); \ static_assert(offsetof(HoudiniStaticMesh_SetNumStaticMaterials, InNumStaticMaterials) == 0x000000, "Member 'HoudiniStaticMesh_SetNumStaticMaterials::InNumStaticMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetNumUVLayers \ static_assert(alignof(HoudiniStaticMesh_SetNumUVLayers) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetNumUVLayers"); \ static_assert(sizeof(HoudiniStaticMesh_SetNumUVLayers) == 0x000004, "Wrong size on HoudiniStaticMesh_SetNumUVLayers"); \ static_assert(offsetof(HoudiniStaticMesh_SetNumUVLayers, InNumUVLayers) == 0x000000, "Member 'HoudiniStaticMesh_SetNumUVLayers::InNumUVLayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetStaticMaterial \ static_assert(alignof(HoudiniStaticMesh_SetStaticMaterial) == 0x000008, "Wrong alignment on HoudiniStaticMesh_SetStaticMaterial"); \ static_assert(sizeof(HoudiniStaticMesh_SetStaticMaterial) == 0x000038, "Wrong size on HoudiniStaticMesh_SetStaticMaterial"); \ static_assert(offsetof(HoudiniStaticMesh_SetStaticMaterial, InMaterialIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetStaticMaterial::InMaterialIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetStaticMaterial, InStaticMaterial) == 0x000008, "Member 'HoudiniStaticMesh_SetStaticMaterial::InStaticMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleMaterialID \ static_assert(alignof(HoudiniStaticMesh_SetTriangleMaterialID) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleMaterialID"); \ static_assert(sizeof(HoudiniStaticMesh_SetTriangleMaterialID) == 0x000008, "Wrong size on HoudiniStaticMesh_SetTriangleMaterialID"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleMaterialID, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleMaterialID::InTriangleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleMaterialID, InMaterialID) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleMaterialID::InMaterialID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexColor \ static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexColor) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexColor"); \ static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexColor) == 0x00000C, "Wrong size on HoudiniStaticMesh_SetTriangleVertexColor"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexColor, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexColor::InTriangleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexColor, InTriangleVertexIndex) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexColor::InTriangleVertexIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexColor, InColor) == 0x000008, "Member 'HoudiniStaticMesh_SetTriangleVertexColor::InColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexIndices \ static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexIndices) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexIndices"); \ static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexIndices) == 0x000010, "Wrong size on HoudiniStaticMesh_SetTriangleVertexIndices"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexIndices, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexIndices::InTriangleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexIndices, InTriangleVertexIndices) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexIndices::InTriangleVertexIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexNormal \ static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexNormal) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexNormal"); \ static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexNormal) == 0x000014, "Wrong size on HoudiniStaticMesh_SetTriangleVertexNormal"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexNormal, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexNormal::InTriangleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexNormal, InTriangleVertexIndex) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexNormal::InTriangleVertexIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexNormal, InNormal) == 0x000008, "Member 'HoudiniStaticMesh_SetTriangleVertexNormal::InNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexUTangent \ static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexUTangent) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexUTangent"); \ static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexUTangent) == 0x000014, "Wrong size on HoudiniStaticMesh_SetTriangleVertexUTangent"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUTangent, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexUTangent::InTriangleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUTangent, InTriangleVertexIndex) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexUTangent::InTriangleVertexIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUTangent, InUTangent) == 0x000008, "Member 'HoudiniStaticMesh_SetTriangleVertexUTangent::InUTangent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexUV \ static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexUV) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexUV"); \ static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexUV) == 0x000010, "Wrong size on HoudiniStaticMesh_SetTriangleVertexUV"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUV, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexUV::InTriangleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUV, InTriangleVertexIndex) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexUV::InTriangleVertexIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUV, InUVLayer) == 0x000005, "Member 'HoudiniStaticMesh_SetTriangleVertexUV::InUVLayer' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexUV, InUV) == 0x000008, "Member 'HoudiniStaticMesh_SetTriangleVertexUV::InUV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetTriangleVertexVTangent \ static_assert(alignof(HoudiniStaticMesh_SetTriangleVertexVTangent) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexVTangent"); \ static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexVTangent) == 0x000014, "Wrong size on HoudiniStaticMesh_SetTriangleVertexVTangent"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexVTangent, InTriangleIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetTriangleVertexVTangent::InTriangleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexVTangent, InTriangleVertexIndex) == 0x000004, "Member 'HoudiniStaticMesh_SetTriangleVertexVTangent::InTriangleVertexIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetTriangleVertexVTangent, InVTangent) == 0x000008, "Member 'HoudiniStaticMesh_SetTriangleVertexVTangent::InVTangent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_SetVertexPosition \ static_assert(alignof(HoudiniStaticMesh_SetVertexPosition) == 0x000004, "Wrong alignment on HoudiniStaticMesh_SetVertexPosition"); \ static_assert(sizeof(HoudiniStaticMesh_SetVertexPosition) == 0x000010, "Wrong size on HoudiniStaticMesh_SetVertexPosition"); \ static_assert(offsetof(HoudiniStaticMesh_SetVertexPosition, InVertexIndex) == 0x000000, "Member 'HoudiniStaticMesh_SetVertexPosition::InVertexIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_SetVertexPosition, InPosition) == 0x000004, "Member 'HoudiniStaticMesh_SetVertexPosition::InPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_CalcBounds \ static_assert(alignof(HoudiniStaticMesh_CalcBounds) == 0x000004, "Wrong alignment on HoudiniStaticMesh_CalcBounds"); \ static_assert(sizeof(HoudiniStaticMesh_CalcBounds) == 0x00001C, "Wrong size on HoudiniStaticMesh_CalcBounds"); \ static_assert(offsetof(HoudiniStaticMesh_CalcBounds, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_CalcBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetMaterialIDsPerTriangle \ static_assert(alignof(HoudiniStaticMesh_GetMaterialIDsPerTriangle) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetMaterialIDsPerTriangle"); \ static_assert(sizeof(HoudiniStaticMesh_GetMaterialIDsPerTriangle) == 0x000010, "Wrong size on HoudiniStaticMesh_GetMaterialIDsPerTriangle"); \ static_assert(offsetof(HoudiniStaticMesh_GetMaterialIDsPerTriangle, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetMaterialIDsPerTriangle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetMaterialIndex \ static_assert(alignof(HoudiniStaticMesh_GetMaterialIndex) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetMaterialIndex"); \ static_assert(sizeof(HoudiniStaticMesh_GetMaterialIndex) == 0x00000C, "Wrong size on HoudiniStaticMesh_GetMaterialIndex"); \ static_assert(offsetof(HoudiniStaticMesh_GetMaterialIndex, InMaterialSlotName) == 0x000000, "Member 'HoudiniStaticMesh_GetMaterialIndex::InMaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'HoudiniStaticMesh_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetNumStaticMaterials \ static_assert(alignof(HoudiniStaticMesh_GetNumStaticMaterials) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetNumStaticMaterials"); \ static_assert(sizeof(HoudiniStaticMesh_GetNumStaticMaterials) == 0x000004, "Wrong size on HoudiniStaticMesh_GetNumStaticMaterials"); \ static_assert(offsetof(HoudiniStaticMesh_GetNumStaticMaterials, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetNumStaticMaterials::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetNumTriangles \ static_assert(alignof(HoudiniStaticMesh_GetNumTriangles) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetNumTriangles"); \ static_assert(sizeof(HoudiniStaticMesh_GetNumTriangles) == 0x000004, "Wrong size on HoudiniStaticMesh_GetNumTriangles"); \ static_assert(offsetof(HoudiniStaticMesh_GetNumTriangles, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetNumTriangles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetNumUVLayers \ static_assert(alignof(HoudiniStaticMesh_GetNumUVLayers) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetNumUVLayers"); \ static_assert(sizeof(HoudiniStaticMesh_GetNumUVLayers) == 0x000004, "Wrong size on HoudiniStaticMesh_GetNumUVLayers"); \ static_assert(offsetof(HoudiniStaticMesh_GetNumUVLayers, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetNumUVLayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetNumVertexInstances \ static_assert(alignof(HoudiniStaticMesh_GetNumVertexInstances) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetNumVertexInstances"); \ static_assert(sizeof(HoudiniStaticMesh_GetNumVertexInstances) == 0x000004, "Wrong size on HoudiniStaticMesh_GetNumVertexInstances"); \ static_assert(offsetof(HoudiniStaticMesh_GetNumVertexInstances, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetNumVertexInstances::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetNumVertices \ static_assert(alignof(HoudiniStaticMesh_GetNumVertices) == 0x000004, "Wrong alignment on HoudiniStaticMesh_GetNumVertices"); \ static_assert(sizeof(HoudiniStaticMesh_GetNumVertices) == 0x000004, "Wrong size on HoudiniStaticMesh_GetNumVertices"); \ static_assert(offsetof(HoudiniStaticMesh_GetNumVertices, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetNumVertices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetStaticMaterials \ static_assert(alignof(HoudiniStaticMesh_GetStaticMaterials) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetStaticMaterials"); \ static_assert(sizeof(HoudiniStaticMesh_GetStaticMaterials) == 0x000010, "Wrong size on HoudiniStaticMesh_GetStaticMaterials"); \ static_assert(offsetof(HoudiniStaticMesh_GetStaticMaterials, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetStaticMaterials::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetTriangleIndices \ static_assert(alignof(HoudiniStaticMesh_GetTriangleIndices) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetTriangleIndices"); \ static_assert(sizeof(HoudiniStaticMesh_GetTriangleIndices) == 0x000010, "Wrong size on HoudiniStaticMesh_GetTriangleIndices"); \ static_assert(offsetof(HoudiniStaticMesh_GetTriangleIndices, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetTriangleIndices::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexInstanceColors \ static_assert(alignof(HoudiniStaticMesh_GetVertexInstanceColors) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexInstanceColors"); \ static_assert(sizeof(HoudiniStaticMesh_GetVertexInstanceColors) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexInstanceColors"); \ static_assert(offsetof(HoudiniStaticMesh_GetVertexInstanceColors, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexInstanceColors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexInstanceNormals \ static_assert(alignof(HoudiniStaticMesh_GetVertexInstanceNormals) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexInstanceNormals"); \ static_assert(sizeof(HoudiniStaticMesh_GetVertexInstanceNormals) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexInstanceNormals"); \ static_assert(offsetof(HoudiniStaticMesh_GetVertexInstanceNormals, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexInstanceNormals::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexInstanceUTangents \ static_assert(alignof(HoudiniStaticMesh_GetVertexInstanceUTangents) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexInstanceUTangents"); \ static_assert(sizeof(HoudiniStaticMesh_GetVertexInstanceUTangents) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexInstanceUTangents"); \ static_assert(offsetof(HoudiniStaticMesh_GetVertexInstanceUTangents, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexInstanceUTangents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexInstanceUVs \ static_assert(alignof(HoudiniStaticMesh_GetVertexInstanceUVs) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexInstanceUVs"); \ static_assert(sizeof(HoudiniStaticMesh_GetVertexInstanceUVs) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexInstanceUVs"); \ static_assert(offsetof(HoudiniStaticMesh_GetVertexInstanceUVs, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexInstanceUVs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexInstanceVTangents \ static_assert(alignof(HoudiniStaticMesh_GetVertexInstanceVTangents) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexInstanceVTangents"); \ static_assert(sizeof(HoudiniStaticMesh_GetVertexInstanceVTangents) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexInstanceVTangents"); \ static_assert(offsetof(HoudiniStaticMesh_GetVertexInstanceVTangents, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexInstanceVTangents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_GetVertexPositions \ static_assert(alignof(HoudiniStaticMesh_GetVertexPositions) == 0x000008, "Wrong alignment on HoudiniStaticMesh_GetVertexPositions"); \ static_assert(sizeof(HoudiniStaticMesh_GetVertexPositions) == 0x000010, "Wrong size on HoudiniStaticMesh_GetVertexPositions"); \ static_assert(offsetof(HoudiniStaticMesh_GetVertexPositions, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_GetVertexPositions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_HasColors \ static_assert(alignof(HoudiniStaticMesh_HasColors) == 0x000001, "Wrong alignment on HoudiniStaticMesh_HasColors"); \ static_assert(sizeof(HoudiniStaticMesh_HasColors) == 0x000001, "Wrong size on HoudiniStaticMesh_HasColors"); \ static_assert(offsetof(HoudiniStaticMesh_HasColors, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_HasColors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_HasNormals \ static_assert(alignof(HoudiniStaticMesh_HasNormals) == 0x000001, "Wrong alignment on HoudiniStaticMesh_HasNormals"); \ static_assert(sizeof(HoudiniStaticMesh_HasNormals) == 0x000001, "Wrong size on HoudiniStaticMesh_HasNormals"); \ static_assert(offsetof(HoudiniStaticMesh_HasNormals, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_HasNormals::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_HasPerFaceMaterials \ static_assert(alignof(HoudiniStaticMesh_HasPerFaceMaterials) == 0x000001, "Wrong alignment on HoudiniStaticMesh_HasPerFaceMaterials"); \ static_assert(sizeof(HoudiniStaticMesh_HasPerFaceMaterials) == 0x000001, "Wrong size on HoudiniStaticMesh_HasPerFaceMaterials"); \ static_assert(offsetof(HoudiniStaticMesh_HasPerFaceMaterials, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_HasPerFaceMaterials::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_HasTangents \ static_assert(alignof(HoudiniStaticMesh_HasTangents) == 0x000001, "Wrong alignment on HoudiniStaticMesh_HasTangents"); \ static_assert(sizeof(HoudiniStaticMesh_HasTangents) == 0x000001, "Wrong size on HoudiniStaticMesh_HasTangents"); \ static_assert(offsetof(HoudiniStaticMesh_HasTangents, ReturnValue) == 0x000000, "Member 'HoudiniStaticMesh_HasTangents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMesh_IsValid \ static_assert(alignof(HoudiniStaticMesh_IsValid) == 0x000001, "Wrong alignment on HoudiniStaticMesh_IsValid"); \ static_assert(sizeof(HoudiniStaticMesh_IsValid) == 0x000002, "Wrong size on HoudiniStaticMesh_IsValid"); \ static_assert(offsetof(HoudiniStaticMesh_IsValid, bInSkipVertexIndicesCheck) == 0x000000, "Member 'HoudiniStaticMesh_IsValid::bInSkipVertexIndicesCheck' has a wrong offset!"); \ static_assert(offsetof(HoudiniStaticMesh_IsValid, ReturnValue) == 0x000001, "Member 'HoudiniStaticMesh_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniStaticMesh \ static_assert(alignof(UHoudiniStaticMesh) == 0x000008, "Wrong alignment on UHoudiniStaticMesh"); \ static_assert(sizeof(UHoudiniStaticMesh) == 0x0000C8, "Wrong size on UHoudiniStaticMesh"); \ static_assert(offsetof(UHoudiniStaticMesh, bHasNormals) == 0x000028, "Member 'UHoudiniStaticMesh::bHasNormals' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, bHasTangents) == 0x000029, "Member 'UHoudiniStaticMesh::bHasTangents' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, bHasColors) == 0x00002A, "Member 'UHoudiniStaticMesh::bHasColors' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, NumUVLayers) == 0x00002C, "Member 'UHoudiniStaticMesh::NumUVLayers' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, bHasPerFaceMaterials) == 0x000030, "Member 'UHoudiniStaticMesh::bHasPerFaceMaterials' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, VertexPositions) == 0x000038, "Member 'UHoudiniStaticMesh::VertexPositions' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, TriangleIndices) == 0x000048, "Member 'UHoudiniStaticMesh::TriangleIndices' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceColors) == 0x000058, "Member 'UHoudiniStaticMesh::VertexInstanceColors' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceNormals) == 0x000068, "Member 'UHoudiniStaticMesh::VertexInstanceNormals' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceUTangents) == 0x000078, "Member 'UHoudiniStaticMesh::VertexInstanceUTangents' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceVTangents) == 0x000088, "Member 'UHoudiniStaticMesh::VertexInstanceVTangents' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, VertexInstanceUVs) == 0x000098, "Member 'UHoudiniStaticMesh::VertexInstanceUVs' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, MaterialIDsPerTriangle) == 0x0000A8, "Member 'UHoudiniStaticMesh::MaterialIDsPerTriangle' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMesh, StaticMaterials) == 0x0000B8, "Member 'UHoudiniStaticMesh::StaticMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMeshComponent_GetMesh \ static_assert(alignof(HoudiniStaticMeshComponent_GetMesh) == 0x000008, "Wrong alignment on HoudiniStaticMeshComponent_GetMesh"); \ static_assert(sizeof(HoudiniStaticMeshComponent_GetMesh) == 0x000008, "Wrong size on HoudiniStaticMeshComponent_GetMesh"); \ static_assert(offsetof(HoudiniStaticMeshComponent_GetMesh, ReturnValue) == 0x000000, "Member 'HoudiniStaticMeshComponent_GetMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMeshComponent_SetHoudiniIconVisible \ static_assert(alignof(HoudiniStaticMeshComponent_SetHoudiniIconVisible) == 0x000001, "Wrong alignment on HoudiniStaticMeshComponent_SetHoudiniIconVisible"); \ static_assert(sizeof(HoudiniStaticMeshComponent_SetHoudiniIconVisible) == 0x000001, "Wrong size on HoudiniStaticMeshComponent_SetHoudiniIconVisible"); \ static_assert(offsetof(HoudiniStaticMeshComponent_SetHoudiniIconVisible, bInHoudiniIconVisible) == 0x000000, "Member 'HoudiniStaticMeshComponent_SetHoudiniIconVisible::bInHoudiniIconVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMeshComponent_SetMesh \ static_assert(alignof(HoudiniStaticMeshComponent_SetMesh) == 0x000008, "Wrong alignment on HoudiniStaticMeshComponent_SetMesh"); \ static_assert(sizeof(HoudiniStaticMeshComponent_SetMesh) == 0x000008, "Wrong size on HoudiniStaticMeshComponent_SetMesh"); \ static_assert(offsetof(HoudiniStaticMeshComponent_SetMesh, InMesh) == 0x000000, "Member 'HoudiniStaticMeshComponent_SetMesh::InMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniStaticMeshComponent_IsHoudiniIconVisible \ static_assert(alignof(HoudiniStaticMeshComponent_IsHoudiniIconVisible) == 0x000001, "Wrong alignment on HoudiniStaticMeshComponent_IsHoudiniIconVisible"); \ static_assert(sizeof(HoudiniStaticMeshComponent_IsHoudiniIconVisible) == 0x000001, "Wrong size on HoudiniStaticMeshComponent_IsHoudiniIconVisible"); \ static_assert(offsetof(HoudiniStaticMeshComponent_IsHoudiniIconVisible, ReturnValue) == 0x000000, "Member 'HoudiniStaticMeshComponent_IsHoudiniIconVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniStaticMeshComponent \ static_assert(alignof(UHoudiniStaticMeshComponent) == 0x000010, "Wrong alignment on UHoudiniStaticMeshComponent"); \ static_assert(sizeof(UHoudiniStaticMeshComponent) == 0x0004B0, "Wrong size on UHoudiniStaticMeshComponent"); \ static_assert(offsetof(UHoudiniStaticMeshComponent, Mesh) == 0x000488, "Member 'UHoudiniStaticMeshComponent::Mesh' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMeshComponent, LocalBounds) == 0x000490, "Member 'UHoudiniStaticMeshComponent::LocalBounds' has a wrong offset!"); \ static_assert(offsetof(UHoudiniStaticMeshComponent, bHoudiniIconVisible) == 0x0004AC, "Member 'UHoudiniStaticMeshComponent::bHoudiniIconVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IHoudiniAssetStateEvents \ static_assert(alignof(IHoudiniAssetStateEvents) == 0x000001, "Wrong alignment on IHoudiniAssetStateEvents"); \ static_assert(sizeof(IHoudiniAssetStateEvents) == 0x000001, "Wrong size on IHoudiniAssetStateEvents"); \ #define DUMPER7_ASSERTS_FSunPositionData \ static_assert(alignof(FSunPositionData) == 0x000008, "Wrong alignment on FSunPositionData"); \ static_assert(sizeof(FSunPositionData) == 0x000028, "Wrong size on FSunPositionData"); \ static_assert(offsetof(FSunPositionData, Elevation) == 0x000000, "Member 'FSunPositionData::Elevation' has a wrong offset!"); \ static_assert(offsetof(FSunPositionData, CorrectedElevation) == 0x000004, "Member 'FSunPositionData::CorrectedElevation' has a wrong offset!"); \ static_assert(offsetof(FSunPositionData, Azimuth) == 0x000008, "Member 'FSunPositionData::Azimuth' has a wrong offset!"); \ static_assert(offsetof(FSunPositionData, SunriseTime) == 0x000010, "Member 'FSunPositionData::SunriseTime' has a wrong offset!"); \ static_assert(offsetof(FSunPositionData, SunsetTime) == 0x000018, "Member 'FSunPositionData::SunsetTime' has a wrong offset!"); \ static_assert(offsetof(FSunPositionData, SolarNoon) == 0x000020, "Member 'FSunPositionData::SolarNoon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SunPositionFunctionLibrary_GetSunPosition \ static_assert(alignof(SunPositionFunctionLibrary_GetSunPosition) == 0x000008, "Wrong alignment on SunPositionFunctionLibrary_GetSunPosition"); \ static_assert(sizeof(SunPositionFunctionLibrary_GetSunPosition) == 0x000050, "Wrong size on SunPositionFunctionLibrary_GetSunPosition"); \ static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Latitude) == 0x000000, "Member 'SunPositionFunctionLibrary_GetSunPosition::Latitude' has a wrong offset!"); \ static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Longitude) == 0x000004, "Member 'SunPositionFunctionLibrary_GetSunPosition::Longitude' has a wrong offset!"); \ static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, TimeZone) == 0x000008, "Member 'SunPositionFunctionLibrary_GetSunPosition::TimeZone' has a wrong offset!"); \ static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, bIsDaylightSavingTime) == 0x00000C, "Member 'SunPositionFunctionLibrary_GetSunPosition::bIsDaylightSavingTime' has a wrong offset!"); \ static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Year) == 0x000010, "Member 'SunPositionFunctionLibrary_GetSunPosition::Year' has a wrong offset!"); \ static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Month) == 0x000014, "Member 'SunPositionFunctionLibrary_GetSunPosition::Month' has a wrong offset!"); \ static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Day) == 0x000018, "Member 'SunPositionFunctionLibrary_GetSunPosition::Day' has a wrong offset!"); \ static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Hours) == 0x00001C, "Member 'SunPositionFunctionLibrary_GetSunPosition::Hours' has a wrong offset!"); \ static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Minutes) == 0x000020, "Member 'SunPositionFunctionLibrary_GetSunPosition::Minutes' has a wrong offset!"); \ static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, Seconds) == 0x000024, "Member 'SunPositionFunctionLibrary_GetSunPosition::Seconds' has a wrong offset!"); \ static_assert(offsetof(SunPositionFunctionLibrary_GetSunPosition, SunPositionData) == 0x000028, "Member 'SunPositionFunctionLibrary_GetSunPosition::SunPositionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USunPositionFunctionLibrary \ static_assert(alignof(USunPositionFunctionLibrary) == 0x000008, "Wrong alignment on USunPositionFunctionLibrary"); \ static_assert(sizeof(USunPositionFunctionLibrary) == 0x000028, "Wrong size on USunPositionFunctionLibrary"); \ #define DUMPER7_ASSERTS_FSoundModulationMixValue \ static_assert(alignof(FSoundModulationMixValue) == 0x000004, "Wrong alignment on FSoundModulationMixValue"); \ static_assert(sizeof(FSoundModulationMixValue) == 0x000020, "Wrong size on FSoundModulationMixValue"); \ static_assert(offsetof(FSoundModulationMixValue, TargetValue) == 0x000000, "Member 'FSoundModulationMixValue::TargetValue' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationMixValue, AttackTime) == 0x000004, "Member 'FSoundModulationMixValue::AttackTime' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationMixValue, ReleaseTime) == 0x000008, "Member 'FSoundModulationMixValue::ReleaseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundControlBusMixStage \ static_assert(alignof(FSoundControlBusMixStage) == 0x000008, "Wrong alignment on FSoundControlBusMixStage"); \ static_assert(sizeof(FSoundControlBusMixStage) == 0x000028, "Wrong size on FSoundControlBusMixStage"); \ static_assert(offsetof(FSoundControlBusMixStage, Bus) == 0x000000, "Member 'FSoundControlBusMixStage::Bus' has a wrong offset!"); \ static_assert(offsetof(FSoundControlBusMixStage, Value) == 0x000008, "Member 'FSoundControlBusMixStage::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvelopeFollowerGeneratorParams \ static_assert(alignof(FEnvelopeFollowerGeneratorParams) == 0x000008, "Wrong alignment on FEnvelopeFollowerGeneratorParams"); \ static_assert(sizeof(FEnvelopeFollowerGeneratorParams) == 0x000020, "Wrong size on FEnvelopeFollowerGeneratorParams"); \ static_assert(offsetof(FEnvelopeFollowerGeneratorParams, bBypass) == 0x000000, "Member 'FEnvelopeFollowerGeneratorParams::bBypass' has a wrong offset!"); \ static_assert(offsetof(FEnvelopeFollowerGeneratorParams, bInvert) == 0x000001, "Member 'FEnvelopeFollowerGeneratorParams::bInvert' has a wrong offset!"); \ static_assert(offsetof(FEnvelopeFollowerGeneratorParams, AudioBus) == 0x000008, "Member 'FEnvelopeFollowerGeneratorParams::AudioBus' has a wrong offset!"); \ static_assert(offsetof(FEnvelopeFollowerGeneratorParams, Gain) == 0x000010, "Member 'FEnvelopeFollowerGeneratorParams::Gain' has a wrong offset!"); \ static_assert(offsetof(FEnvelopeFollowerGeneratorParams, AttackTime) == 0x000014, "Member 'FEnvelopeFollowerGeneratorParams::AttackTime' has a wrong offset!"); \ static_assert(offsetof(FEnvelopeFollowerGeneratorParams, ReleaseTime) == 0x000018, "Member 'FEnvelopeFollowerGeneratorParams::ReleaseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundModulationLFOParams \ static_assert(alignof(FSoundModulationLFOParams) == 0x000004, "Wrong alignment on FSoundModulationLFOParams"); \ static_assert(sizeof(FSoundModulationLFOParams) == 0x000014, "Wrong size on FSoundModulationLFOParams"); \ static_assert(offsetof(FSoundModulationLFOParams, Shape) == 0x000000, "Member 'FSoundModulationLFOParams::Shape' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationLFOParams, Amplitude) == 0x000004, "Member 'FSoundModulationLFOParams::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationLFOParams, Frequency) == 0x000008, "Member 'FSoundModulationLFOParams::Frequency' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationLFOParams, Offset) == 0x00000C, "Member 'FSoundModulationLFOParams::Offset' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationLFOParams, bLooping) == 0x000010, "Member 'FSoundModulationLFOParams::bLooping' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationLFOParams, bBypass) == 0x000011, "Member 'FSoundModulationLFOParams::bBypass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundModulationParameterSettings \ static_assert(alignof(FSoundModulationParameterSettings) == 0x000004, "Wrong alignment on FSoundModulationParameterSettings"); \ static_assert(sizeof(FSoundModulationParameterSettings) == 0x000004, "Wrong size on FSoundModulationParameterSettings"); \ static_assert(offsetof(FSoundModulationParameterSettings, ValueNormalized) == 0x000000, "Member 'FSoundModulationParameterSettings::ValueNormalized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundModulationTransform \ static_assert(alignof(FSoundModulationTransform) == 0x000008, "Wrong alignment on FSoundModulationTransform"); \ static_assert(sizeof(FSoundModulationTransform) == 0x000090, "Wrong size on FSoundModulationTransform"); \ static_assert(offsetof(FSoundModulationTransform, Curve) == 0x000000, "Member 'FSoundModulationTransform::Curve' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationTransform, Scalar) == 0x000004, "Member 'FSoundModulationTransform::Scalar' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationTransform, CurveCustom) == 0x000008, "Member 'FSoundModulationTransform::CurveCustom' has a wrong offset!"); \ static_assert(offsetof(FSoundModulationTransform, CurveShared) == 0x000088, "Member 'FSoundModulationTransform::CurveShared' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundControlModulationInput \ static_assert(alignof(FSoundControlModulationInput) == 0x000008, "Wrong alignment on FSoundControlModulationInput"); \ static_assert(sizeof(FSoundControlModulationInput) == 0x0000A0, "Wrong size on FSoundControlModulationInput"); \ static_assert(offsetof(FSoundControlModulationInput, Transform) == 0x000008, "Member 'FSoundControlModulationInput::Transform' has a wrong offset!"); \ static_assert(offsetof(FSoundControlModulationInput, Bus) == 0x000098, "Member 'FSoundControlModulationInput::Bus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSoundControlModulationPatch \ static_assert(alignof(FSoundControlModulationPatch) == 0x000008, "Wrong alignment on FSoundControlModulationPatch"); \ static_assert(sizeof(FSoundControlModulationPatch) == 0x000020, "Wrong size on FSoundControlModulationPatch"); \ static_assert(offsetof(FSoundControlModulationPatch, bBypass) == 0x000000, "Member 'FSoundControlModulationPatch::bBypass' has a wrong offset!"); \ static_assert(offsetof(FSoundControlModulationPatch, OutputParameter) == 0x000008, "Member 'FSoundControlModulationPatch::OutputParameter' has a wrong offset!"); \ static_assert(offsetof(FSoundControlModulationPatch, Inputs) == 0x000010, "Member 'FSoundControlModulationPatch::Inputs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundModulationGenerator \ static_assert(alignof(USoundModulationGenerator) == 0x000008, "Wrong alignment on USoundModulationGenerator"); \ static_assert(sizeof(USoundModulationGenerator) == 0x000028, "Wrong size on USoundModulationGenerator"); \ #define DUMPER7_ASSERTS_USoundModulationGeneratorEnvelopeFollower \ static_assert(alignof(USoundModulationGeneratorEnvelopeFollower) == 0x000008, "Wrong alignment on USoundModulationGeneratorEnvelopeFollower"); \ static_assert(sizeof(USoundModulationGeneratorEnvelopeFollower) == 0x000048, "Wrong size on USoundModulationGeneratorEnvelopeFollower"); \ static_assert(offsetof(USoundModulationGeneratorEnvelopeFollower, Params_0) == 0x000028, "Member 'USoundModulationGeneratorEnvelopeFollower::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioModulationSettings \ static_assert(alignof(UAudioModulationSettings) == 0x000008, "Wrong alignment on UAudioModulationSettings"); \ static_assert(sizeof(UAudioModulationSettings) == 0x000048, "Wrong size on UAudioModulationSettings"); \ static_assert(offsetof(UAudioModulationSettings, Parameters) == 0x000038, "Member 'UAudioModulationSettings::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundModulationGeneratorLFO \ static_assert(alignof(USoundModulationGeneratorLFO) == 0x000008, "Wrong alignment on USoundModulationGeneratorLFO"); \ static_assert(sizeof(USoundModulationGeneratorLFO) == 0x000040, "Wrong size on USoundModulationGeneratorLFO"); \ static_assert(offsetof(USoundModulationGeneratorLFO, Params_0) == 0x000028, "Member 'USoundModulationGeneratorLFO::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_ActivateBus \ static_assert(alignof(AudioModulationStatics_ActivateBus) == 0x000008, "Wrong alignment on AudioModulationStatics_ActivateBus"); \ static_assert(sizeof(AudioModulationStatics_ActivateBus) == 0x000010, "Wrong size on AudioModulationStatics_ActivateBus"); \ static_assert(offsetof(AudioModulationStatics_ActivateBus, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_ActivateBus::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_ActivateBus, Bus) == 0x000008, "Member 'AudioModulationStatics_ActivateBus::Bus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_ActivateBusMix \ static_assert(alignof(AudioModulationStatics_ActivateBusMix) == 0x000008, "Wrong alignment on AudioModulationStatics_ActivateBusMix"); \ static_assert(sizeof(AudioModulationStatics_ActivateBusMix) == 0x000010, "Wrong size on AudioModulationStatics_ActivateBusMix"); \ static_assert(offsetof(AudioModulationStatics_ActivateBusMix, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_ActivateBusMix::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_ActivateBusMix, Mix) == 0x000008, "Member 'AudioModulationStatics_ActivateBusMix::Mix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_ActivateGenerator \ static_assert(alignof(AudioModulationStatics_ActivateGenerator) == 0x000008, "Wrong alignment on AudioModulationStatics_ActivateGenerator"); \ static_assert(sizeof(AudioModulationStatics_ActivateGenerator) == 0x000010, "Wrong size on AudioModulationStatics_ActivateGenerator"); \ static_assert(offsetof(AudioModulationStatics_ActivateGenerator, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_ActivateGenerator::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_ActivateGenerator, Generator) == 0x000008, "Member 'AudioModulationStatics_ActivateGenerator::Generator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_CreateBus \ static_assert(alignof(AudioModulationStatics_CreateBus) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateBus"); \ static_assert(sizeof(AudioModulationStatics_CreateBus) == 0x000028, "Wrong size on AudioModulationStatics_CreateBus"); \ static_assert(offsetof(AudioModulationStatics_CreateBus, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateBus::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBus, Name_0) == 0x000008, "Member 'AudioModulationStatics_CreateBus::Name_0' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBus, Parameter) == 0x000010, "Member 'AudioModulationStatics_CreateBus::Parameter' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBus, Activate) == 0x000018, "Member 'AudioModulationStatics_CreateBus::Activate' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBus, ReturnValue) == 0x000020, "Member 'AudioModulationStatics_CreateBus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_CreateBusMix \ static_assert(alignof(AudioModulationStatics_CreateBusMix) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateBusMix"); \ static_assert(sizeof(AudioModulationStatics_CreateBusMix) == 0x000030, "Wrong size on AudioModulationStatics_CreateBusMix"); \ static_assert(offsetof(AudioModulationStatics_CreateBusMix, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateBusMix::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBusMix, Name_0) == 0x000008, "Member 'AudioModulationStatics_CreateBusMix::Name_0' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBusMix, Stages) == 0x000010, "Member 'AudioModulationStatics_CreateBusMix::Stages' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBusMix, Activate) == 0x000020, "Member 'AudioModulationStatics_CreateBusMix::Activate' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBusMix, ReturnValue) == 0x000028, "Member 'AudioModulationStatics_CreateBusMix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_CreateBusMixStage \ static_assert(alignof(AudioModulationStatics_CreateBusMixStage) == 0x000008, "Wrong alignment on AudioModulationStatics_CreateBusMixStage"); \ static_assert(sizeof(AudioModulationStatics_CreateBusMixStage) == 0x000048, "Wrong size on AudioModulationStatics_CreateBusMixStage"); \ static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_CreateBusMixStage::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, Bus) == 0x000008, "Member 'AudioModulationStatics_CreateBusMixStage::Bus' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, Value) == 0x000010, "Member 'AudioModulationStatics_CreateBusMixStage::Value' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, AttackTime) == 0x000014, "Member 'AudioModulationStatics_CreateBusMixStage::AttackTime' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, ReleaseTime) == 0x000018, "Member 'AudioModulationStatics_CreateBusMixStage::ReleaseTime' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_CreateBusMixStage, ReturnValue) == 0x000020, "Member 'AudioModulationStatics_CreateBusMixStage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_DeactivateBus \ static_assert(alignof(AudioModulationStatics_DeactivateBus) == 0x000008, "Wrong alignment on AudioModulationStatics_DeactivateBus"); \ static_assert(sizeof(AudioModulationStatics_DeactivateBus) == 0x000010, "Wrong size on AudioModulationStatics_DeactivateBus"); \ static_assert(offsetof(AudioModulationStatics_DeactivateBus, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_DeactivateBus::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_DeactivateBus, Bus) == 0x000008, "Member 'AudioModulationStatics_DeactivateBus::Bus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_DeactivateBusMix \ static_assert(alignof(AudioModulationStatics_DeactivateBusMix) == 0x000008, "Wrong alignment on AudioModulationStatics_DeactivateBusMix"); \ static_assert(sizeof(AudioModulationStatics_DeactivateBusMix) == 0x000010, "Wrong size on AudioModulationStatics_DeactivateBusMix"); \ static_assert(offsetof(AudioModulationStatics_DeactivateBusMix, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_DeactivateBusMix::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_DeactivateBusMix, Mix) == 0x000008, "Member 'AudioModulationStatics_DeactivateBusMix::Mix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_DeactivateGenerator \ static_assert(alignof(AudioModulationStatics_DeactivateGenerator) == 0x000008, "Wrong alignment on AudioModulationStatics_DeactivateGenerator"); \ static_assert(sizeof(AudioModulationStatics_DeactivateGenerator) == 0x000010, "Wrong size on AudioModulationStatics_DeactivateGenerator"); \ static_assert(offsetof(AudioModulationStatics_DeactivateGenerator, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_DeactivateGenerator::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_DeactivateGenerator, Generator) == 0x000008, "Member 'AudioModulationStatics_DeactivateGenerator::Generator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_IsControlBusMixActive \ static_assert(alignof(AudioModulationStatics_IsControlBusMixActive) == 0x000008, "Wrong alignment on AudioModulationStatics_IsControlBusMixActive"); \ static_assert(sizeof(AudioModulationStatics_IsControlBusMixActive) == 0x000018, "Wrong size on AudioModulationStatics_IsControlBusMixActive"); \ static_assert(offsetof(AudioModulationStatics_IsControlBusMixActive, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_IsControlBusMixActive::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_IsControlBusMixActive, Mix) == 0x000008, "Member 'AudioModulationStatics_IsControlBusMixActive::Mix' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_IsControlBusMixActive, ReturnValue) == 0x000010, "Member 'AudioModulationStatics_IsControlBusMixActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_LoadMixFromProfile \ static_assert(alignof(AudioModulationStatics_LoadMixFromProfile) == 0x000008, "Wrong alignment on AudioModulationStatics_LoadMixFromProfile"); \ static_assert(sizeof(AudioModulationStatics_LoadMixFromProfile) == 0x000028, "Wrong size on AudioModulationStatics_LoadMixFromProfile"); \ static_assert(offsetof(AudioModulationStatics_LoadMixFromProfile, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_LoadMixFromProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_LoadMixFromProfile, Mix) == 0x000008, "Member 'AudioModulationStatics_LoadMixFromProfile::Mix' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_LoadMixFromProfile, bActivate) == 0x000010, "Member 'AudioModulationStatics_LoadMixFromProfile::bActivate' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_LoadMixFromProfile, ProfileIndex) == 0x000014, "Member 'AudioModulationStatics_LoadMixFromProfile::ProfileIndex' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_LoadMixFromProfile, ReturnValue) == 0x000018, "Member 'AudioModulationStatics_LoadMixFromProfile::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_SaveMixToProfile \ static_assert(alignof(AudioModulationStatics_SaveMixToProfile) == 0x000008, "Wrong alignment on AudioModulationStatics_SaveMixToProfile"); \ static_assert(sizeof(AudioModulationStatics_SaveMixToProfile) == 0x000018, "Wrong size on AudioModulationStatics_SaveMixToProfile"); \ static_assert(offsetof(AudioModulationStatics_SaveMixToProfile, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_SaveMixToProfile::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_SaveMixToProfile, Mix) == 0x000008, "Member 'AudioModulationStatics_SaveMixToProfile::Mix' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_SaveMixToProfile, ProfileIndex) == 0x000010, "Member 'AudioModulationStatics_SaveMixToProfile::ProfileIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_UpdateMix \ static_assert(alignof(AudioModulationStatics_UpdateMix) == 0x000008, "Wrong alignment on AudioModulationStatics_UpdateMix"); \ static_assert(sizeof(AudioModulationStatics_UpdateMix) == 0x000028, "Wrong size on AudioModulationStatics_UpdateMix"); \ static_assert(offsetof(AudioModulationStatics_UpdateMix, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_UpdateMix::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateMix, Mix) == 0x000008, "Member 'AudioModulationStatics_UpdateMix::Mix' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateMix, Stages) == 0x000010, "Member 'AudioModulationStatics_UpdateMix::Stages' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateMix, FadeTime) == 0x000020, "Member 'AudioModulationStatics_UpdateMix::FadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_UpdateMixByFilter \ static_assert(alignof(AudioModulationStatics_UpdateMixByFilter) == 0x000008, "Wrong alignment on AudioModulationStatics_UpdateMixByFilter"); \ static_assert(sizeof(AudioModulationStatics_UpdateMixByFilter) == 0x000038, "Wrong size on AudioModulationStatics_UpdateMixByFilter"); \ static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_UpdateMixByFilter::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, Mix) == 0x000008, "Member 'AudioModulationStatics_UpdateMixByFilter::Mix' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, AddressFilter) == 0x000010, "Member 'AudioModulationStatics_UpdateMixByFilter::AddressFilter' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, ParamClassFilter) == 0x000020, "Member 'AudioModulationStatics_UpdateMixByFilter::ParamClassFilter' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, ParamFilter) == 0x000028, "Member 'AudioModulationStatics_UpdateMixByFilter::ParamFilter' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, Value) == 0x000030, "Member 'AudioModulationStatics_UpdateMixByFilter::Value' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateMixByFilter, FadeTime) == 0x000034, "Member 'AudioModulationStatics_UpdateMixByFilter::FadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_UpdateMixFromObject \ static_assert(alignof(AudioModulationStatics_UpdateMixFromObject) == 0x000008, "Wrong alignment on AudioModulationStatics_UpdateMixFromObject"); \ static_assert(sizeof(AudioModulationStatics_UpdateMixFromObject) == 0x000018, "Wrong size on AudioModulationStatics_UpdateMixFromObject"); \ static_assert(offsetof(AudioModulationStatics_UpdateMixFromObject, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_UpdateMixFromObject::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateMixFromObject, Mix) == 0x000008, "Member 'AudioModulationStatics_UpdateMixFromObject::Mix' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateMixFromObject, FadeTime) == 0x000010, "Member 'AudioModulationStatics_UpdateMixFromObject::FadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStatics_UpdateModulator \ static_assert(alignof(AudioModulationStatics_UpdateModulator) == 0x000008, "Wrong alignment on AudioModulationStatics_UpdateModulator"); \ static_assert(sizeof(AudioModulationStatics_UpdateModulator) == 0x000010, "Wrong size on AudioModulationStatics_UpdateModulator"); \ static_assert(offsetof(AudioModulationStatics_UpdateModulator, WorldContextObject) == 0x000000, "Member 'AudioModulationStatics_UpdateModulator::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioModulationStatics_UpdateModulator, Modulator) == 0x000008, "Member 'AudioModulationStatics_UpdateModulator::Modulator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioModulationStatics \ static_assert(alignof(UAudioModulationStatics) == 0x000008, "Wrong alignment on UAudioModulationStatics"); \ static_assert(sizeof(UAudioModulationStatics) == 0x000028, "Wrong size on UAudioModulationStatics"); \ #define DUMPER7_ASSERTS_AudioModulationStyle_GetControlBusColor \ static_assert(alignof(AudioModulationStyle_GetControlBusColor) == 0x000004, "Wrong alignment on AudioModulationStyle_GetControlBusColor"); \ static_assert(sizeof(AudioModulationStyle_GetControlBusColor) == 0x000004, "Wrong size on AudioModulationStyle_GetControlBusColor"); \ static_assert(offsetof(AudioModulationStyle_GetControlBusColor, ReturnValue) == 0x000000, "Member 'AudioModulationStyle_GetControlBusColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStyle_GetControlBusMixColor \ static_assert(alignof(AudioModulationStyle_GetControlBusMixColor) == 0x000004, "Wrong alignment on AudioModulationStyle_GetControlBusMixColor"); \ static_assert(sizeof(AudioModulationStyle_GetControlBusMixColor) == 0x000004, "Wrong size on AudioModulationStyle_GetControlBusMixColor"); \ static_assert(offsetof(AudioModulationStyle_GetControlBusMixColor, ReturnValue) == 0x000000, "Member 'AudioModulationStyle_GetControlBusMixColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStyle_GetModulationGeneratorColor \ static_assert(alignof(AudioModulationStyle_GetModulationGeneratorColor) == 0x000004, "Wrong alignment on AudioModulationStyle_GetModulationGeneratorColor"); \ static_assert(sizeof(AudioModulationStyle_GetModulationGeneratorColor) == 0x000004, "Wrong size on AudioModulationStyle_GetModulationGeneratorColor"); \ static_assert(offsetof(AudioModulationStyle_GetModulationGeneratorColor, ReturnValue) == 0x000000, "Member 'AudioModulationStyle_GetModulationGeneratorColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStyle_GetParameterColor \ static_assert(alignof(AudioModulationStyle_GetParameterColor) == 0x000004, "Wrong alignment on AudioModulationStyle_GetParameterColor"); \ static_assert(sizeof(AudioModulationStyle_GetParameterColor) == 0x000004, "Wrong size on AudioModulationStyle_GetParameterColor"); \ static_assert(offsetof(AudioModulationStyle_GetParameterColor, ReturnValue) == 0x000000, "Member 'AudioModulationStyle_GetParameterColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioModulationStyle_GetPatchColor \ static_assert(alignof(AudioModulationStyle_GetPatchColor) == 0x000004, "Wrong alignment on AudioModulationStyle_GetPatchColor"); \ static_assert(sizeof(AudioModulationStyle_GetPatchColor) == 0x000004, "Wrong size on AudioModulationStyle_GetPatchColor"); \ static_assert(offsetof(AudioModulationStyle_GetPatchColor, ReturnValue) == 0x000000, "Member 'AudioModulationStyle_GetPatchColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioModulationStyle \ static_assert(alignof(UAudioModulationStyle) == 0x000008, "Wrong alignment on UAudioModulationStyle"); \ static_assert(sizeof(UAudioModulationStyle) == 0x000028, "Wrong size on UAudioModulationStyle"); \ #define DUMPER7_ASSERTS_USoundControlBus \ static_assert(alignof(USoundControlBus) == 0x000008, "Wrong alignment on USoundControlBus"); \ static_assert(sizeof(USoundControlBus) == 0x000058, "Wrong size on USoundControlBus"); \ static_assert(offsetof(USoundControlBus, bBypass) == 0x000028, "Member 'USoundControlBus::bBypass' has a wrong offset!"); \ static_assert(offsetof(USoundControlBus, Address) == 0x000030, "Member 'USoundControlBus::Address' has a wrong offset!"); \ static_assert(offsetof(USoundControlBus, Generators) == 0x000040, "Member 'USoundControlBus::Generators' has a wrong offset!"); \ static_assert(offsetof(USoundControlBus, Parameter) == 0x000050, "Member 'USoundControlBus::Parameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundControlBusMix \ static_assert(alignof(USoundControlBusMix) == 0x000008, "Wrong alignment on USoundControlBusMix"); \ static_assert(sizeof(USoundControlBusMix) == 0x000040, "Wrong size on USoundControlBusMix"); \ static_assert(offsetof(USoundControlBusMix, ProfileIndex) == 0x000028, "Member 'USoundControlBusMix::ProfileIndex' has a wrong offset!"); \ static_assert(offsetof(USoundControlBusMix, MixStages) == 0x000030, "Member 'USoundControlBusMix::MixStages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundModulationParameter \ static_assert(alignof(USoundModulationParameter) == 0x000008, "Wrong alignment on USoundModulationParameter"); \ static_assert(sizeof(USoundModulationParameter) == 0x000030, "Wrong size on USoundModulationParameter"); \ static_assert(offsetof(USoundModulationParameter, Settings) == 0x000028, "Member 'USoundModulationParameter::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundModulationParameterScaled \ static_assert(alignof(USoundModulationParameterScaled) == 0x000008, "Wrong alignment on USoundModulationParameterScaled"); \ static_assert(sizeof(USoundModulationParameterScaled) == 0x000038, "Wrong size on USoundModulationParameterScaled"); \ static_assert(offsetof(USoundModulationParameterScaled, UnitMin) == 0x000030, "Member 'USoundModulationParameterScaled::UnitMin' has a wrong offset!"); \ static_assert(offsetof(USoundModulationParameterScaled, UnitMax) == 0x000034, "Member 'USoundModulationParameterScaled::UnitMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundModulationParameterFrequencyBase \ static_assert(alignof(USoundModulationParameterFrequencyBase) == 0x000008, "Wrong alignment on USoundModulationParameterFrequencyBase"); \ static_assert(sizeof(USoundModulationParameterFrequencyBase) == 0x000030, "Wrong size on USoundModulationParameterFrequencyBase"); \ #define DUMPER7_ASSERTS_USoundModulationParameterFrequency \ static_assert(alignof(USoundModulationParameterFrequency) == 0x000008, "Wrong alignment on USoundModulationParameterFrequency"); \ static_assert(sizeof(USoundModulationParameterFrequency) == 0x000038, "Wrong size on USoundModulationParameterFrequency"); \ static_assert(offsetof(USoundModulationParameterFrequency, UnitMin) == 0x000030, "Member 'USoundModulationParameterFrequency::UnitMin' has a wrong offset!"); \ static_assert(offsetof(USoundModulationParameterFrequency, UnitMax) == 0x000034, "Member 'USoundModulationParameterFrequency::UnitMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundModulationParameterFilterFrequency \ static_assert(alignof(USoundModulationParameterFilterFrequency) == 0x000008, "Wrong alignment on USoundModulationParameterFilterFrequency"); \ static_assert(sizeof(USoundModulationParameterFilterFrequency) == 0x000030, "Wrong size on USoundModulationParameterFilterFrequency"); \ #define DUMPER7_ASSERTS_USoundModulationParameterLPFFrequency \ static_assert(alignof(USoundModulationParameterLPFFrequency) == 0x000008, "Wrong alignment on USoundModulationParameterLPFFrequency"); \ static_assert(sizeof(USoundModulationParameterLPFFrequency) == 0x000030, "Wrong size on USoundModulationParameterLPFFrequency"); \ #define DUMPER7_ASSERTS_USoundModulationParameterHPFFrequency \ static_assert(alignof(USoundModulationParameterHPFFrequency) == 0x000008, "Wrong alignment on USoundModulationParameterHPFFrequency"); \ static_assert(sizeof(USoundModulationParameterHPFFrequency) == 0x000030, "Wrong size on USoundModulationParameterHPFFrequency"); \ #define DUMPER7_ASSERTS_USoundModulationParameterBipolar \ static_assert(alignof(USoundModulationParameterBipolar) == 0x000008, "Wrong alignment on USoundModulationParameterBipolar"); \ static_assert(sizeof(USoundModulationParameterBipolar) == 0x000038, "Wrong size on USoundModulationParameterBipolar"); \ static_assert(offsetof(USoundModulationParameterBipolar, UnitRange) == 0x000030, "Member 'USoundModulationParameterBipolar::UnitRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundModulationParameterVolume \ static_assert(alignof(USoundModulationParameterVolume) == 0x000008, "Wrong alignment on USoundModulationParameterVolume"); \ static_assert(sizeof(USoundModulationParameterVolume) == 0x000038, "Wrong size on USoundModulationParameterVolume"); \ static_assert(offsetof(USoundModulationParameterVolume, MinVolume) == 0x000030, "Member 'USoundModulationParameterVolume::MinVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USoundModulationPatch \ static_assert(alignof(USoundModulationPatch) == 0x000008, "Wrong alignment on USoundModulationPatch"); \ static_assert(sizeof(USoundModulationPatch) == 0x000048, "Wrong size on USoundModulationPatch"); \ static_assert(offsetof(USoundModulationPatch, PatchSettings) == 0x000028, "Member 'USoundModulationPatch::PatchSettings' has a wrong offset!"); \ #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_UOcclusionPluginSourceSettingsBase \ static_assert(alignof(UOcclusionPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UOcclusionPluginSourceSettingsBase"); \ static_assert(sizeof(UOcclusionPluginSourceSettingsBase) == 0x000028, "Wrong size on UOcclusionPluginSourceSettingsBase"); \ #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_USoundfieldEndpointSettingsBase \ static_assert(alignof(USoundfieldEndpointSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEndpointSettingsBase"); \ static_assert(sizeof(USoundfieldEndpointSettingsBase) == 0x000028, "Wrong size on USoundfieldEndpointSettingsBase"); \ #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_USoundfieldEncodingSettingsBase \ static_assert(alignof(USoundfieldEncodingSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEncodingSettingsBase"); \ static_assert(sizeof(USoundfieldEncodingSettingsBase) == 0x000028, "Wrong size on USoundfieldEncodingSettingsBase"); \ #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_UReverbPluginSourceSettingsBase \ static_assert(alignof(UReverbPluginSourceSettingsBase) == 0x000008, "Wrong alignment on UReverbPluginSourceSettingsBase"); \ static_assert(sizeof(UReverbPluginSourceSettingsBase) == 0x000028, "Wrong size on UReverbPluginSourceSettingsBase"); \ #define DUMPER7_ASSERTS_USoundfieldEffectSettingsBase \ static_assert(alignof(USoundfieldEffectSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEffectSettingsBase"); \ static_assert(sizeof(USoundfieldEffectSettingsBase) == 0x000028, "Wrong size on USoundfieldEffectSettingsBase"); \ #define DUMPER7_ASSERTS_USoundfieldEffectBase \ static_assert(alignof(USoundfieldEffectBase) == 0x000008, "Wrong alignment on USoundfieldEffectBase"); \ static_assert(sizeof(USoundfieldEffectBase) == 0x000030, "Wrong size on USoundfieldEffectBase"); \ static_assert(offsetof(USoundfieldEffectBase, Settings) == 0x000028, "Member 'USoundfieldEffectBase::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback \ static_assert(alignof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback) == 0x000008, "Wrong alignment on BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback"); \ static_assert(sizeof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback) == 0x000070, "Wrong size on BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback, EntryPoint) == 0x000000, "Member 'BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback, CallFunc_GetPathName_ReturnValue) == 0x000008, "Member 'BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback, K2Node_EOCreateEvent_OutputDelegate) == 0x00004C, "Member 'BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback, K2Node_Event_Sender) == 0x000060, "Member 'BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback::K2Node_Event_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback, K2Node_Event_Event) == 0x000068, "Member 'BP_PlayerTrigger_ForceFeedback_C_ExecuteUbergraph_BP_PlayerTrigger_ForceFeedback::K2Node_Event_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_ForceFeedback_C_OnEnableTriggerEvent \ static_assert(alignof(BP_PlayerTrigger_ForceFeedback_C_OnEnableTriggerEvent) == 0x000008, "Wrong alignment on BP_PlayerTrigger_ForceFeedback_C_OnEnableTriggerEvent"); \ static_assert(sizeof(BP_PlayerTrigger_ForceFeedback_C_OnEnableTriggerEvent) == 0x000010, "Wrong size on BP_PlayerTrigger_ForceFeedback_C_OnEnableTriggerEvent"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnEnableTriggerEvent, Sender) == 0x000000, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnEnableTriggerEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnEnableTriggerEvent, Event) == 0x000008, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnEnableTriggerEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_ForceFeedback_C_SetEditorText \ static_assert(alignof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText) == 0x000008, "Wrong alignment on BP_PlayerTrigger_ForceFeedback_C_SetEditorText"); \ static_assert(sizeof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText) == 0x0001D8, "Wrong size on BP_PlayerTrigger_ForceFeedback_C_SetEditorText"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, CallFunc_Conv_BoolToText_ReturnValue) == 0x000000, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::CallFunc_Conv_BoolToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000058, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, CallFunc_Conv_NameToText_ReturnValue) == 0x000098, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, CallFunc_Conv_BoolToText_ReturnValue_1) == 0x0000B0, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::CallFunc_Conv_BoolToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000C8, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000108, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, CallFunc_GetDisplayName_ReturnValue) == 0x000148, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, CallFunc_Conv_StringToText_ReturnValue) == 0x000158, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, K2Node_MakeStruct_FormatArgumentData_4) == 0x000170, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, K2Node_MakeArray_Array) == 0x0001B0, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_SetEditorText, CallFunc_Format_ReturnValue) == 0x0001C0, "Member 'BP_PlayerTrigger_ForceFeedback_C_SetEditorText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_ForceFeedback_C_BroadcastStopForceFeedback \ static_assert(alignof(BP_PlayerTrigger_ForceFeedback_C_BroadcastStopForceFeedback) == 0x000001, "Wrong alignment on BP_PlayerTrigger_ForceFeedback_C_BroadcastStopForceFeedback"); \ static_assert(sizeof(BP_PlayerTrigger_ForceFeedback_C_BroadcastStopForceFeedback) == 0x000001, "Wrong size on BP_PlayerTrigger_ForceFeedback_C_BroadcastStopForceFeedback"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_BroadcastStopForceFeedback, Loc_SavedStart) == 0x000000, "Member 'BP_PlayerTrigger_ForceFeedback_C_BroadcastStopForceFeedback::Loc_SavedStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent \ static_assert(alignof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent) == 0x000008, "Wrong alignment on BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent"); \ static_assert(sizeof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent) == 0x000028, "Wrong size on BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent, Sender) == 0x000000, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent, Event) == 0x000008, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent, Loc_ReceivedEvent) == 0x000010, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent::Loc_ReceivedEvent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent, K2Node_DynamicCast_AsBPE_Force_Feedback) == 0x000018, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent::K2Node_DynamicCast_AsBPE_Force_Feedback' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000021, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000023, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent, CallFunc_NotEqual_NameName_ReturnValue) == 0x000024, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000025, "Member 'BP_PlayerTrigger_ForceFeedback_C_OnForceFeedbackEvent::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PlayerTrigger_ForceFeedback_C \ static_assert(alignof(ABP_PlayerTrigger_ForceFeedback_C) == 0x000008, "Wrong alignment on ABP_PlayerTrigger_ForceFeedback_C"); \ static_assert(sizeof(ABP_PlayerTrigger_ForceFeedback_C) == 0x000348, "Wrong size on ABP_PlayerTrigger_ForceFeedback_C"); \ static_assert(offsetof(ABP_PlayerTrigger_ForceFeedback_C, UberGraphFrame_BP_PlayerTrigger_ForceFeedback_C) == 0x000328, "Member 'ABP_PlayerTrigger_ForceFeedback_C::UberGraphFrame_BP_PlayerTrigger_ForceFeedback_C' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_ForceFeedback_C, ForceFeedback) == 0x000330, "Member 'ABP_PlayerTrigger_ForceFeedback_C::ForceFeedback' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_ForceFeedback_C, BPE_ForceFeedback) == 0x000338, "Member 'ABP_PlayerTrigger_ForceFeedback_C::BPE_ForceFeedback' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_ForceFeedback_C, ForceFeedbackStarted) == 0x000340, "Member 'ABP_PlayerTrigger_ForceFeedback_C::ForceFeedbackStarted' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_ForceFeedback_C, IsTrigger) == 0x000341, "Member 'ABP_PlayerTrigger_ForceFeedback_C::IsTrigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedDZ1_C \ static_assert(alignof(UOS_ACH_Bool_FinishedDZ1_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedDZ1_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedDZ1_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedDZ1_C"); \ #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) == 0x000D90, "Wrong size on UModularSynthComponent"); \ static_assert(offsetof(UModularSynthComponent, VoiceCount) == 0x0006D0, "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) == 0x0000D8, "Wrong size on UEnvelopeFollowerListener"); \ static_assert(offsetof(UEnvelopeFollowerListener, OnEnvelopeFollowerUpdate) == 0x0000B8, "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) == 0x000A90, "Wrong size on UGranularSynth"); \ static_assert(offsetof(UGranularSynth, GranulatedSoundWave) == 0x0006D0, "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) == 0x000E10, "Wrong size on USynthComponentMonoWaveTable"); \ static_assert(offsetof(USynthComponentMonoWaveTable, OnTableAltered) == 0x0006D0, "Member 'USynthComponentMonoWaveTable::OnTableAltered' has a wrong offset!"); \ static_assert(offsetof(USynthComponentMonoWaveTable, OnNumTablesChanged) == 0x0006E0, "Member 'USynthComponentMonoWaveTable::OnNumTablesChanged' has a wrong offset!"); \ static_assert(offsetof(USynthComponentMonoWaveTable, CurrentPreset) == 0x0006F0, "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) == 0x0006F0, "Wrong size on USynthComponentToneGenerator"); \ static_assert(offsetof(USynthComponentToneGenerator, Frequency) == 0x0006D0, "Member 'USynthComponentToneGenerator::Frequency' has a wrong offset!"); \ static_assert(offsetof(USynthComponentToneGenerator, Volume) == 0x0006D4, "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) == 0x000800, "Wrong size on USynthSamplePlayer"); \ static_assert(offsetof(USynthSamplePlayer, SoundWave) == 0x0006D0, "Member 'USynthSamplePlayer::SoundWave' has a wrong offset!"); \ static_assert(offsetof(USynthSamplePlayer, OnSampleLoaded) == 0x0006D8, "Member 'USynthSamplePlayer::OnSampleLoaded' has a wrong offset!"); \ static_assert(offsetof(USynthSamplePlayer, OnSamplePlaybackProgress) == 0x0006E8, "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_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_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_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_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) == 0x0006D0, "Wrong size on USynthComponent"); \ static_assert(offsetof(USynthComponent, AttenuationSettings) == 0x000210, "Member 'USynthComponent::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, AttenuationOverrides) == 0x000218, "Member 'USynthComponent::AttenuationOverrides' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, ConcurrencySettings) == 0x0005B8, "Member 'USynthComponent::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, ConcurrencySet) == 0x0005C0, "Member 'USynthComponent::ConcurrencySet' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SoundClass) == 0x000610, "Member 'USynthComponent::SoundClass' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SourceEffectChain) == 0x000618, "Member 'USynthComponent::SourceEffectChain' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SoundSubmix) == 0x000620, "Member 'USynthComponent::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, SoundSubmixSends) == 0x000628, "Member 'USynthComponent::SoundSubmixSends' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, BusSends) == 0x000638, "Member 'USynthComponent::BusSends' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, PreEffectBusSends) == 0x000648, "Member 'USynthComponent::PreEffectBusSends' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, EnvelopeFollowerAttackTime) == 0x00065C, "Member 'USynthComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, EnvelopeFollowerReleaseTime) == 0x000660, "Member 'USynthComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, OnAudioEnvelopeValue) == 0x000668, "Member 'USynthComponent::OnAudioEnvelopeValue' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, Synth) == 0x000698, "Member 'USynthComponent::Synth' has a wrong offset!"); \ static_assert(offsetof(USynthComponent, AudioComponent) == 0x0006A0, "Member 'USynthComponent::AudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioGenerator \ static_assert(alignof(UAudioGenerator) == 0x000008, "Wrong alignment on UAudioGenerator"); \ static_assert(sizeof(UAudioGenerator) == 0x0000A8, "Wrong size on UAudioGenerator"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddMasterSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_AddMasterSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain \ static_assert(alignof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain, Entry) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSourceEffectToPresetChain::Entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_AddSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_AddSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_AddSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_AddSubmixEffect, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_AddSubmixEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearMasterSubmixEffects \ static_assert(alignof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_ClearMasterSubmixEffects"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearMasterSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearMasterSubmixEffects::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride \ static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride, FadeTimeSec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ClearSubmixEffects \ static_assert(alignof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ClearSubmixEffects) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ClearSubmixEffects"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ClearSubmixEffects, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ClearSubmixEffects::SoundSubmix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies \ static_assert(alignof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Frequencies' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, Magnitudes) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::Magnitudes' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetMagnitudeForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain \ static_assert(alignof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_GetNumberOfEntriesInSourceEffectChain::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_GetPhaseForFrequencies \ static_assert(alignof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies) == 0x000030, "Wrong size on AudioMixerBlueprintLibrary_GetPhaseForFrequencies"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Frequencies) == 0x000008, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Frequencies' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, Phases) == 0x000018, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::Phases' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_GetPhaseForFrequencies, SubmixToAnalyze) == 0x000028, "Member 'AudioMixerBlueprintLibrary_GetPhaseForFrequencies::SubmixToAnalyze' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_IsAudioBusActive \ static_assert(alignof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_IsAudioBusActive) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_IsAudioBusActive"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::AudioBus' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_IsAudioBusActive, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_IsAudioBusActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings \ static_assert(alignof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InNumBands) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMinimumFrequency) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMinimumFrequency' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InMaximumFrequency) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InMaximumFrequency' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeFullSpectrumSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings \ static_assert(alignof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InNumSemitones) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InNumSemitones' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingMusicalNote) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingMusicalNote' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InStartingOctave) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InStartingOctave' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings, ReturnValue) == 0x000018, "Member 'AudioMixerBlueprintLibrary_MakeMusicalSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings \ static_assert(alignof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InBandPresetType) == 0x000000, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InBandPresetType' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InNumBands) == 0x000004, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InNumBands' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InAttackTimeMsec) == 0x000008, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InAttackTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, InReleaseTimeMsec) == 0x00000C, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::InReleaseTimeMsec' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings, ReturnValue) == 0x000010, "Member 'AudioMixerBlueprintLibrary_MakePresetSpectralAnalysisBandSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PauseRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_PauseRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_PauseRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PauseRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PauseRecordingOutput::SubmixToPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback \ static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback, SoundCue) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundCueForPlayback::SoundCue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_PrimeSoundForPlayback \ static_assert(alignof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_PrimeSoundForPlayback"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, SoundWave) == 0x000000, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::SoundWave' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_PrimeSoundForPlayback, OnLoadCompletion) == 0x000008, "Member 'AudioMixerBlueprintLibrary_PrimeSoundForPlayback::OnLoadCompletion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect, SubmixEffectPreset) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveMasterSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSourceEffectFromPresetChain::EntryIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffect) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffect, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectAtIndex::SubmixChainIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset, SubmixEffectPreset) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPreset::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex \ static_assert(alignof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_RemoveSubmixEffectPresetAtIndex::SubmixChainIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix \ static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::InSoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixChainIndex' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSoundEffectSubmix::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ReplaceSubmixEffect \ static_assert(alignof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_ReplaceSubmixEffect"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, InSoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::InSoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixChainIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixChainIndex' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ReplaceSubmixEffect, SubmixEffectPreset) == 0x000018, "Member 'AudioMixerBlueprintLibrary_ReplaceSubmixEffect::SubmixEffectPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_ResumeRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_ResumeRecordingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_ResumeRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_ResumeRecordingOutput, SubmixToPause) == 0x000008, "Member 'AudioMixerBlueprintLibrary_ResumeRecordingOutput::SubmixToPause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry \ static_assert(alignof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, PresetChain) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::PresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, EntryIndex) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry, bBypassed) == 0x000014, "Member 'AudioMixerBlueprintLibrary_SetBypassSourceEffectChainEntry::bBypassed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride \ static_assert(alignof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride) == 0x000028, "Wrong size on AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SoundSubmix) == 0x000008, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, SubmixEffectPresetChain) == 0x000010, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::SubmixEffectPresetChain' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride, FadeTimeSec) == 0x000020, "Member 'AudioMixerBlueprintLibrary_SetSubmixEffectChainOverride::FadeTimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAnalyzingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StartAnalyzingOutput) == 0x000020, "Wrong size on AudioMixerBlueprintLibrary_StartAnalyzingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SubmixToAnalyze) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SubmixToAnalyze' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, FFTSize) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::FFTSize' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, InterpolationMethod) == 0x000011, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::InterpolationMethod' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, WindowType) == 0x000012, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::WindowType' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, HopSize) == 0x000014, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::HopSize' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAnalyzingOutput, SpectrumType) == 0x000018, "Member 'AudioMixerBlueprintLibrary_StartAnalyzingOutput::SpectrumType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartAudioBus \ static_assert(alignof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartAudioBus"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StartAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StartAudioBus"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartAudioBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StartRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StartRecordingOutput) == 0x000018, "Wrong size on AudioMixerBlueprintLibrary_StartRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, ExpectedDuration) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::ExpectedDuration' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StartRecordingOutput, SubmixToRecord) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StartRecordingOutput::SubmixToRecord' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAnalyzingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StopAnalyzingOutput) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAnalyzingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAnalyzingOutput, SubmixToStopAnalyzing) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAnalyzingOutput::SubmixToStopAnalyzing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopAudioBus \ static_assert(alignof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopAudioBus"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StopAudioBus) == 0x000010, "Wrong size on AudioMixerBlueprintLibrary_StopAudioBus"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopAudioBus, AudioBus) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopAudioBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_StopRecordingOutput \ static_assert(alignof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000008, "Wrong alignment on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_StopRecordingOutput) == 0x000048, "Wrong size on AudioMixerBlueprintLibrary_StopRecordingOutput"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, WorldContextObject) == 0x000000, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExportType) == 0x000008, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExportType' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Name_0) == 0x000010, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Name_0' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, Path) == 0x000020, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::Path' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, SubmixToRecord) == 0x000030, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::SubmixToRecord' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ExistingSoundWaveToOverwrite) == 0x000038, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ExistingSoundWaveToOverwrite' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_StopRecordingOutput, ReturnValue) == 0x000040, "Member 'AudioMixerBlueprintLibrary_StopRecordingOutput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AudioMixerBlueprintLibrary_TrimAudioCache \ static_assert(alignof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000004, "Wrong alignment on AudioMixerBlueprintLibrary_TrimAudioCache"); \ static_assert(sizeof(AudioMixerBlueprintLibrary_TrimAudioCache) == 0x000008, "Wrong size on AudioMixerBlueprintLibrary_TrimAudioCache"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, InMegabytesToFree) == 0x000000, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::InMegabytesToFree' has a wrong offset!"); \ static_assert(offsetof(AudioMixerBlueprintLibrary_TrimAudioCache, ReturnValue) == 0x000004, "Member 'AudioMixerBlueprintLibrary_TrimAudioCache::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioMixerBlueprintLibrary \ static_assert(alignof(UAudioMixerBlueprintLibrary) == 0x000008, "Wrong alignment on UAudioMixerBlueprintLibrary"); \ static_assert(sizeof(UAudioMixerBlueprintLibrary) == 0x000028, "Wrong size on UAudioMixerBlueprintLibrary"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_GetCurrentTimestamp \ static_assert(alignof(QuartzClockHandle_GetCurrentTimestamp) == 0x000008, "Wrong alignment on QuartzClockHandle_GetCurrentTimestamp"); \ static_assert(sizeof(QuartzClockHandle_GetCurrentTimestamp) == 0x000018, "Wrong size on QuartzClockHandle_GetCurrentTimestamp"); \ static_assert(offsetof(QuartzClockHandle_GetCurrentTimestamp, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetCurrentTimestamp::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetCurrentTimestamp, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetCurrentTimestamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds \ static_assert(alignof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds) == 0x000008, "Wrong alignment on QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds"); \ static_assert(sizeof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds) == 0x000018, "Wrong size on QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds"); \ static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, QuantizationType) == 0x000008, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, Multiplier) == 0x00000C, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::Multiplier' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds, ReturnValue) == 0x000010, "Member 'QuartzClockHandle_GetDurationOfQuantizationTypeInSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_GetEstimatedRunTime \ static_assert(alignof(QuartzClockHandle_GetEstimatedRunTime) == 0x000008, "Wrong alignment on QuartzClockHandle_GetEstimatedRunTime"); \ static_assert(sizeof(QuartzClockHandle_GetEstimatedRunTime) == 0x000010, "Wrong size on QuartzClockHandle_GetEstimatedRunTime"); \ static_assert(offsetof(QuartzClockHandle_GetEstimatedRunTime, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetEstimatedRunTime::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetEstimatedRunTime, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetEstimatedRunTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_IsClockRunning \ static_assert(alignof(QuartzClockHandle_IsClockRunning) == 0x000008, "Wrong alignment on QuartzClockHandle_IsClockRunning"); \ static_assert(sizeof(QuartzClockHandle_IsClockRunning) == 0x000010, "Wrong size on QuartzClockHandle_IsClockRunning"); \ static_assert(offsetof(QuartzClockHandle_IsClockRunning, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_IsClockRunning::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_IsClockRunning, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_IsClockRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_PauseClock \ static_assert(alignof(QuartzClockHandle_PauseClock) == 0x000008, "Wrong alignment on QuartzClockHandle_PauseClock"); \ static_assert(sizeof(QuartzClockHandle_PauseClock) == 0x000010, "Wrong size on QuartzClockHandle_PauseClock"); \ static_assert(offsetof(QuartzClockHandle_PauseClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_PauseClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_PauseClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_PauseClock::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_ResetTransport \ static_assert(alignof(QuartzClockHandle_ResetTransport) == 0x000008, "Wrong alignment on QuartzClockHandle_ResetTransport"); \ static_assert(sizeof(QuartzClockHandle_ResetTransport) == 0x000018, "Wrong size on QuartzClockHandle_ResetTransport"); \ static_assert(offsetof(QuartzClockHandle_ResetTransport, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResetTransport::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_ResetTransport, InDelegate) == 0x000008, "Member 'QuartzClockHandle_ResetTransport::InDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_ResetTransportQuantized \ static_assert(alignof(QuartzClockHandle_ResetTransportQuantized) == 0x000008, "Wrong alignment on QuartzClockHandle_ResetTransportQuantized"); \ static_assert(sizeof(QuartzClockHandle_ResetTransportQuantized) == 0x000030, "Wrong size on QuartzClockHandle_ResetTransportQuantized"); \ static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResetTransportQuantized::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_ResetTransportQuantized::InQuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, InDelegate) == 0x000014, "Member 'QuartzClockHandle_ResetTransportQuantized::InDelegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_ResetTransportQuantized, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_ResetTransportQuantized::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_ResumeClock \ static_assert(alignof(QuartzClockHandle_ResumeClock) == 0x000008, "Wrong alignment on QuartzClockHandle_ResumeClock"); \ static_assert(sizeof(QuartzClockHandle_ResumeClock) == 0x000010, "Wrong size on QuartzClockHandle_ResumeClock"); \ static_assert(offsetof(QuartzClockHandle_ResumeClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_ResumeClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_ResumeClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_ResumeClock::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SetBeatsPerMinute \ static_assert(alignof(QuartzClockHandle_SetBeatsPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_SetBeatsPerMinute"); \ static_assert(sizeof(QuartzClockHandle_SetBeatsPerMinute) == 0x000038, "Wrong size on QuartzClockHandle_SetBeatsPerMinute"); \ static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetBeatsPerMinute::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetBeatsPerMinute::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetBeatsPerMinute::Delegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetBeatsPerMinute::ClockHandle' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetBeatsPerMinute, BeatsPerMinute) == 0x000030, "Member 'QuartzClockHandle_SetBeatsPerMinute::BeatsPerMinute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SetMillisecondsPerTick \ static_assert(alignof(QuartzClockHandle_SetMillisecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_SetMillisecondsPerTick"); \ static_assert(sizeof(QuartzClockHandle_SetMillisecondsPerTick) == 0x000038, "Wrong size on QuartzClockHandle_SetMillisecondsPerTick"); \ static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetMillisecondsPerTick::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetMillisecondsPerTick::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetMillisecondsPerTick::Delegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetMillisecondsPerTick::ClockHandle' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetMillisecondsPerTick, MillisecondsPerTick) == 0x000030, "Member 'QuartzClockHandle_SetMillisecondsPerTick::MillisecondsPerTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SetSecondsPerTick \ static_assert(alignof(QuartzClockHandle_SetSecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_SetSecondsPerTick"); \ static_assert(sizeof(QuartzClockHandle_SetSecondsPerTick) == 0x000038, "Wrong size on QuartzClockHandle_SetSecondsPerTick"); \ static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetSecondsPerTick::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetSecondsPerTick::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetSecondsPerTick::Delegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetSecondsPerTick::ClockHandle' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetSecondsPerTick, SecondsPerTick) == 0x000030, "Member 'QuartzClockHandle_SetSecondsPerTick::SecondsPerTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SetThirtySecondNotesPerMinute \ static_assert(alignof(QuartzClockHandle_SetThirtySecondNotesPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_SetThirtySecondNotesPerMinute"); \ static_assert(sizeof(QuartzClockHandle_SetThirtySecondNotesPerMinute) == 0x000038, "Wrong size on QuartzClockHandle_SetThirtySecondNotesPerMinute"); \ static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::Delegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::ClockHandle' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetThirtySecondNotesPerMinute, ThirtySecondsNotesPerMinute) == 0x000030, "Member 'QuartzClockHandle_SetThirtySecondNotesPerMinute::ThirtySecondsNotesPerMinute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SetTicksPerSecond \ static_assert(alignof(QuartzClockHandle_SetTicksPerSecond) == 0x000008, "Wrong alignment on QuartzClockHandle_SetTicksPerSecond"); \ static_assert(sizeof(QuartzClockHandle_SetTicksPerSecond) == 0x000038, "Wrong size on QuartzClockHandle_SetTicksPerSecond"); \ static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SetTicksPerSecond::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, QuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SetTicksPerSecond::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, Delegate) == 0x000014, "Member 'QuartzClockHandle_SetTicksPerSecond::Delegate' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, ClockHandle) == 0x000028, "Member 'QuartzClockHandle_SetTicksPerSecond::ClockHandle' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SetTicksPerSecond, TicksPerSecond) == 0x000030, "Member 'QuartzClockHandle_SetTicksPerSecond::TicksPerSecond' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_StartClock \ static_assert(alignof(QuartzClockHandle_StartClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StartClock"); \ static_assert(sizeof(QuartzClockHandle_StartClock) == 0x000010, "Wrong size on QuartzClockHandle_StartClock"); \ static_assert(offsetof(QuartzClockHandle_StartClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StartClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_StartClock, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_StartClock::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_StartOtherClock \ static_assert(alignof(QuartzClockHandle_StartOtherClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StartOtherClock"); \ static_assert(sizeof(QuartzClockHandle_StartOtherClock) == 0x000030, "Wrong size on QuartzClockHandle_StartOtherClock"); \ static_assert(offsetof(QuartzClockHandle_StartOtherClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StartOtherClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_StartOtherClock, OtherClockName) == 0x000008, "Member 'QuartzClockHandle_StartOtherClock::OtherClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_StartOtherClock, InQuantizationBoundary) == 0x000010, "Member 'QuartzClockHandle_StartOtherClock::InQuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_StartOtherClock, InDelegate) == 0x00001C, "Member 'QuartzClockHandle_StartOtherClock::InDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_StopClock \ static_assert(alignof(QuartzClockHandle_StopClock) == 0x000008, "Wrong alignment on QuartzClockHandle_StopClock"); \ static_assert(sizeof(QuartzClockHandle_StopClock) == 0x000018, "Wrong size on QuartzClockHandle_StopClock"); \ static_assert(offsetof(QuartzClockHandle_StopClock, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_StopClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_StopClock, CancelPendingEvents) == 0x000008, "Member 'QuartzClockHandle_StopClock::CancelPendingEvents' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_StopClock, ClockHandle) == 0x000010, "Member 'QuartzClockHandle_StopClock::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SubscribeToAllQuantizationEvents \ static_assert(alignof(QuartzClockHandle_SubscribeToAllQuantizationEvents) == 0x000008, "Wrong alignment on QuartzClockHandle_SubscribeToAllQuantizationEvents"); \ static_assert(sizeof(QuartzClockHandle_SubscribeToAllQuantizationEvents) == 0x000020, "Wrong size on QuartzClockHandle_SubscribeToAllQuantizationEvents"); \ static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, OnQuantizationEvent) == 0x000008, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::OnQuantizationEvent' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SubscribeToAllQuantizationEvents, ClockHandle) == 0x000018, "Member 'QuartzClockHandle_SubscribeToAllQuantizationEvents::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_SubscribeToQuantizationEvent \ static_assert(alignof(QuartzClockHandle_SubscribeToQuantizationEvent) == 0x000008, "Wrong alignment on QuartzClockHandle_SubscribeToQuantizationEvent"); \ static_assert(sizeof(QuartzClockHandle_SubscribeToQuantizationEvent) == 0x000028, "Wrong size on QuartzClockHandle_SubscribeToQuantizationEvent"); \ static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::InQuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, OnQuantizationEvent) == 0x00000C, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::OnQuantizationEvent' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_SubscribeToQuantizationEvent, ClockHandle) == 0x000020, "Member 'QuartzClockHandle_SubscribeToQuantizationEvent::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_UnsubscribeFromAllTimeDivisions \ static_assert(alignof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions) == 0x000008, "Wrong alignment on QuartzClockHandle_UnsubscribeFromAllTimeDivisions"); \ static_assert(sizeof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions) == 0x000010, "Wrong size on QuartzClockHandle_UnsubscribeFromAllTimeDivisions"); \ static_assert(offsetof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_UnsubscribeFromAllTimeDivisions::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_UnsubscribeFromAllTimeDivisions, ClockHandle) == 0x000008, "Member 'QuartzClockHandle_UnsubscribeFromAllTimeDivisions::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_UnsubscribeFromTimeDivision \ static_assert(alignof(QuartzClockHandle_UnsubscribeFromTimeDivision) == 0x000008, "Wrong alignment on QuartzClockHandle_UnsubscribeFromTimeDivision"); \ static_assert(sizeof(QuartzClockHandle_UnsubscribeFromTimeDivision) == 0x000018, "Wrong size on QuartzClockHandle_UnsubscribeFromTimeDivision"); \ static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, InQuantizationBoundary) == 0x000008, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::InQuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_UnsubscribeFromTimeDivision, ClockHandle) == 0x000010, "Member 'QuartzClockHandle_UnsubscribeFromTimeDivision::ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_GetBeatsPerMinute \ static_assert(alignof(QuartzClockHandle_GetBeatsPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_GetBeatsPerMinute"); \ static_assert(sizeof(QuartzClockHandle_GetBeatsPerMinute) == 0x000010, "Wrong size on QuartzClockHandle_GetBeatsPerMinute"); \ static_assert(offsetof(QuartzClockHandle_GetBeatsPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetBeatsPerMinute::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetBeatsPerMinute, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetBeatsPerMinute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_GetMillisecondsPerTick \ static_assert(alignof(QuartzClockHandle_GetMillisecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_GetMillisecondsPerTick"); \ static_assert(sizeof(QuartzClockHandle_GetMillisecondsPerTick) == 0x000010, "Wrong size on QuartzClockHandle_GetMillisecondsPerTick"); \ static_assert(offsetof(QuartzClockHandle_GetMillisecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetMillisecondsPerTick::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetMillisecondsPerTick, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetMillisecondsPerTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_GetSecondsPerTick \ static_assert(alignof(QuartzClockHandle_GetSecondsPerTick) == 0x000008, "Wrong alignment on QuartzClockHandle_GetSecondsPerTick"); \ static_assert(sizeof(QuartzClockHandle_GetSecondsPerTick) == 0x000010, "Wrong size on QuartzClockHandle_GetSecondsPerTick"); \ static_assert(offsetof(QuartzClockHandle_GetSecondsPerTick, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetSecondsPerTick::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetSecondsPerTick, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetSecondsPerTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_GetThirtySecondNotesPerMinute \ static_assert(alignof(QuartzClockHandle_GetThirtySecondNotesPerMinute) == 0x000008, "Wrong alignment on QuartzClockHandle_GetThirtySecondNotesPerMinute"); \ static_assert(sizeof(QuartzClockHandle_GetThirtySecondNotesPerMinute) == 0x000010, "Wrong size on QuartzClockHandle_GetThirtySecondNotesPerMinute"); \ static_assert(offsetof(QuartzClockHandle_GetThirtySecondNotesPerMinute, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetThirtySecondNotesPerMinute::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetThirtySecondNotesPerMinute, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetThirtySecondNotesPerMinute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzClockHandle_GetTicksPerSecond \ static_assert(alignof(QuartzClockHandle_GetTicksPerSecond) == 0x000008, "Wrong alignment on QuartzClockHandle_GetTicksPerSecond"); \ static_assert(sizeof(QuartzClockHandle_GetTicksPerSecond) == 0x000010, "Wrong size on QuartzClockHandle_GetTicksPerSecond"); \ static_assert(offsetof(QuartzClockHandle_GetTicksPerSecond, WorldContextObject) == 0x000000, "Member 'QuartzClockHandle_GetTicksPerSecond::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzClockHandle_GetTicksPerSecond, ReturnValue) == 0x000008, "Member 'QuartzClockHandle_GetTicksPerSecond::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuartzClockHandle \ static_assert(alignof(UQuartzClockHandle) == 0x000008, "Wrong alignment on UQuartzClockHandle"); \ static_assert(sizeof(UQuartzClockHandle) == 0x000190, "Wrong size on UQuartzClockHandle"); \ static_assert(offsetof(UQuartzClockHandle, QuartzSubsystem) == 0x000168, "Member 'UQuartzClockHandle::QuartzSubsystem' has a wrong offset!"); \ static_assert(offsetof(UQuartzClockHandle, WorldPtr) == 0x000188, "Member 'UQuartzClockHandle::WorldPtr' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetAudioBus \ static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetAudioBus) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetAudioBus"); \ static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetAudioBus) == 0x000008, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetAudioBus"); \ static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetAudioBus, AudioBus) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetAudioBus::AudioBus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetExternalSubmix \ static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetExternalSubmix"); \ static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix) == 0x000008, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetExternalSubmix"); \ static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetExternalSubmix, Submix) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetExternalSubmix::Submix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectDynamicsProcessorPreset_SetSettings \ static_assert(alignof(SubmixEffectDynamicsProcessorPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectDynamicsProcessorPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectDynamicsProcessorPreset_SetSettings) == 0x000060, "Wrong size on SubmixEffectDynamicsProcessorPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectDynamicsProcessorPreset_SetSettings, Settings_0) == 0x000000, "Member 'SubmixEffectDynamicsProcessorPreset_SetSettings::Settings_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectDynamicsProcessorPreset \ static_assert(alignof(USubmixEffectDynamicsProcessorPreset) == 0x000008, "Wrong alignment on USubmixEffectDynamicsProcessorPreset"); \ static_assert(sizeof(USubmixEffectDynamicsProcessorPreset) == 0x000150, "Wrong size on USubmixEffectDynamicsProcessorPreset"); \ static_assert(offsetof(USubmixEffectDynamicsProcessorPreset, Settings) == 0x0000F0, "Member 'USubmixEffectDynamicsProcessorPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectReverbPreset_SetSettings \ static_assert(alignof(SubmixEffectReverbPreset_SetSettings) == 0x000004, "Wrong alignment on SubmixEffectReverbPreset_SetSettings"); \ static_assert(sizeof(SubmixEffectReverbPreset_SetSettings) == 0x000040, "Wrong size on SubmixEffectReverbPreset_SetSettings"); \ static_assert(offsetof(SubmixEffectReverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectReverbPreset_SetSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SubmixEffectReverbPreset_SetSettingsWithReverbEffect \ static_assert(alignof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect) == 0x000008, "Wrong alignment on SubmixEffectReverbPreset_SetSettingsWithReverbEffect"); \ static_assert(sizeof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect) == 0x000010, "Wrong size on SubmixEffectReverbPreset_SetSettingsWithReverbEffect"); \ static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, InReverbEffect) == 0x000000, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::InReverbEffect' has a wrong offset!"); \ static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, WetLevel) == 0x000008, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::WetLevel' has a wrong offset!"); \ static_assert(offsetof(SubmixEffectReverbPreset_SetSettingsWithReverbEffect, DryLevel) == 0x00000C, "Member 'SubmixEffectReverbPreset_SetSettingsWithReverbEffect::DryLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USubmixEffectReverbPreset \ static_assert(alignof(USubmixEffectReverbPreset) == 0x000008, "Wrong alignment on USubmixEffectReverbPreset"); \ static_assert(sizeof(USubmixEffectReverbPreset) == 0x000110, "Wrong size on USubmixEffectReverbPreset"); \ static_assert(offsetof(USubmixEffectReverbPreset, Settings) == 0x0000D0, "Member 'USubmixEffectReverbPreset::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_CreateNewClock \ static_assert(alignof(QuartzSubsystem_CreateNewClock) == 0x000008, "Wrong alignment on QuartzSubsystem_CreateNewClock"); \ static_assert(sizeof(QuartzSubsystem_CreateNewClock) == 0x000040, "Wrong size on QuartzSubsystem_CreateNewClock"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_CreateNewClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, ClockName) == 0x000008, "Member 'QuartzSubsystem_CreateNewClock::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, InSettings) == 0x000010, "Member 'QuartzSubsystem_CreateNewClock::InSettings' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, bOverrideSettingsIfClockExists) == 0x000030, "Member 'QuartzSubsystem_CreateNewClock::bOverrideSettingsIfClockExists' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, bUseAudioEngineClockManager) == 0x000031, "Member 'QuartzSubsystem_CreateNewClock::bUseAudioEngineClockManager' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_CreateNewClock, ReturnValue) == 0x000038, "Member 'QuartzSubsystem_CreateNewClock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_DeleteClockByHandle \ static_assert(alignof(QuartzSubsystem_DeleteClockByHandle) == 0x000008, "Wrong alignment on QuartzSubsystem_DeleteClockByHandle"); \ static_assert(sizeof(QuartzSubsystem_DeleteClockByHandle) == 0x000010, "Wrong size on QuartzSubsystem_DeleteClockByHandle"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByHandle, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DeleteClockByHandle::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByHandle, InClockHandle) == 0x000008, "Member 'QuartzSubsystem_DeleteClockByHandle::InClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_DeleteClockByName \ static_assert(alignof(QuartzSubsystem_DeleteClockByName) == 0x000008, "Wrong alignment on QuartzSubsystem_DeleteClockByName"); \ static_assert(sizeof(QuartzSubsystem_DeleteClockByName) == 0x000010, "Wrong size on QuartzSubsystem_DeleteClockByName"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByName, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DeleteClockByName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DeleteClockByName, ClockName) == 0x000008, "Member 'QuartzSubsystem_DeleteClockByName::ClockName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_DoesClockExist \ static_assert(alignof(QuartzSubsystem_DoesClockExist) == 0x000008, "Wrong alignment on QuartzSubsystem_DoesClockExist"); \ static_assert(sizeof(QuartzSubsystem_DoesClockExist) == 0x000018, "Wrong size on QuartzSubsystem_DoesClockExist"); \ static_assert(offsetof(QuartzSubsystem_DoesClockExist, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_DoesClockExist::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DoesClockExist, ClockName) == 0x000008, "Member 'QuartzSubsystem_DoesClockExist::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_DoesClockExist, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_DoesClockExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency \ static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency"); \ static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency"); \ static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadAverageLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency \ static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency"); \ static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency"); \ static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadMaxLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency \ static_assert(alignof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency) == 0x000004, "Wrong alignment on QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency"); \ static_assert(sizeof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency) == 0x000004, "Wrong size on QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency"); \ static_assert(offsetof(QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_GetAudioRenderThreadToGameThreadMinLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetCurrentClockTimestamp \ static_assert(alignof(QuartzSubsystem_GetCurrentClockTimestamp) == 0x000008, "Wrong alignment on QuartzSubsystem_GetCurrentClockTimestamp"); \ static_assert(sizeof(QuartzSubsystem_GetCurrentClockTimestamp) == 0x000020, "Wrong size on QuartzSubsystem_GetCurrentClockTimestamp"); \ static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, InClockName) == 0x000008, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::InClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetCurrentClockTimestamp, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetCurrentClockTimestamp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds \ static_assert(alignof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds) == 0x000008, "Wrong alignment on QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds"); \ static_assert(sizeof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds) == 0x000020, "Wrong size on QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, ClockName) == 0x000008, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, QuantizationType) == 0x000010, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, Multiplier) == 0x000014, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::Multiplier' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds, ReturnValue) == 0x000018, "Member 'QuartzSubsystem_GetDurationOfQuantizationTypeInSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetEstimatedClockRunTime \ static_assert(alignof(QuartzSubsystem_GetEstimatedClockRunTime) == 0x000008, "Wrong alignment on QuartzSubsystem_GetEstimatedClockRunTime"); \ static_assert(sizeof(QuartzSubsystem_GetEstimatedClockRunTime) == 0x000018, "Wrong size on QuartzSubsystem_GetEstimatedClockRunTime"); \ static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, InClockName) == 0x000008, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::InClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetEstimatedClockRunTime, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetEstimatedClockRunTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency \ static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency"); \ static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadAverageLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency \ static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency"); \ static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMaxLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency \ static_assert(alignof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency"); \ static_assert(sizeof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetGameThreadToAudioRenderThreadMinLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetHandleForClock \ static_assert(alignof(QuartzSubsystem_GetHandleForClock) == 0x000008, "Wrong alignment on QuartzSubsystem_GetHandleForClock"); \ static_assert(sizeof(QuartzSubsystem_GetHandleForClock) == 0x000018, "Wrong size on QuartzSubsystem_GetHandleForClock"); \ static_assert(offsetof(QuartzSubsystem_GetHandleForClock, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetHandleForClock::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetHandleForClock, ClockName) == 0x000008, "Member 'QuartzSubsystem_GetHandleForClock::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetHandleForClock, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_GetHandleForClock::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripAverageLatency \ static_assert(alignof(QuartzSubsystem_GetRoundTripAverageLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripAverageLatency"); \ static_assert(sizeof(QuartzSubsystem_GetRoundTripAverageLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripAverageLatency"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripAverageLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripAverageLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripAverageLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripAverageLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripMaxLatency \ static_assert(alignof(QuartzSubsystem_GetRoundTripMaxLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripMaxLatency"); \ static_assert(sizeof(QuartzSubsystem_GetRoundTripMaxLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripMaxLatency"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMaxLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripMaxLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMaxLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripMaxLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_GetRoundTripMinLatency \ static_assert(alignof(QuartzSubsystem_GetRoundTripMinLatency) == 0x000008, "Wrong alignment on QuartzSubsystem_GetRoundTripMinLatency"); \ static_assert(sizeof(QuartzSubsystem_GetRoundTripMinLatency) == 0x000010, "Wrong size on QuartzSubsystem_GetRoundTripMinLatency"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMinLatency, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_GetRoundTripMinLatency::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_GetRoundTripMinLatency, ReturnValue) == 0x000008, "Member 'QuartzSubsystem_GetRoundTripMinLatency::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_IsClockRunning \ static_assert(alignof(QuartzSubsystem_IsClockRunning) == 0x000008, "Wrong alignment on QuartzSubsystem_IsClockRunning"); \ static_assert(sizeof(QuartzSubsystem_IsClockRunning) == 0x000018, "Wrong size on QuartzSubsystem_IsClockRunning"); \ static_assert(offsetof(QuartzSubsystem_IsClockRunning, WorldContextObject) == 0x000000, "Member 'QuartzSubsystem_IsClockRunning::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_IsClockRunning, ClockName) == 0x000008, "Member 'QuartzSubsystem_IsClockRunning::ClockName' has a wrong offset!"); \ static_assert(offsetof(QuartzSubsystem_IsClockRunning, ReturnValue) == 0x000010, "Member 'QuartzSubsystem_IsClockRunning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QuartzSubsystem_IsQuartzEnabled \ static_assert(alignof(QuartzSubsystem_IsQuartzEnabled) == 0x000001, "Wrong alignment on QuartzSubsystem_IsQuartzEnabled"); \ static_assert(sizeof(QuartzSubsystem_IsQuartzEnabled) == 0x000001, "Wrong size on QuartzSubsystem_IsQuartzEnabled"); \ static_assert(offsetof(QuartzSubsystem_IsQuartzEnabled, ReturnValue) == 0x000000, "Member 'QuartzSubsystem_IsQuartzEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQuartzSubsystem \ static_assert(alignof(UQuartzSubsystem) == 0x000008, "Wrong alignment on UQuartzSubsystem"); \ static_assert(sizeof(UQuartzSubsystem) == 0x000150, "Wrong size on UQuartzSubsystem"); \ #define DUMPER7_ASSERTS_USynthSound \ static_assert(alignof(USynthSound) == 0x000010, "Wrong alignment on USynthSound"); \ static_assert(sizeof(USynthSound) == 0x0004B0, "Wrong size on USynthSound"); \ static_assert(offsetof(USynthSound, OwningSynthComponent) == 0x000490, "Member 'USynthSound::OwningSynthComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieScene2DTransformMask \ static_assert(alignof(FMovieScene2DTransformMask) == 0x000004, "Wrong alignment on FMovieScene2DTransformMask"); \ static_assert(sizeof(FMovieScene2DTransformMask) == 0x000004, "Wrong size on FMovieScene2DTransformMask"); \ static_assert(offsetof(FMovieScene2DTransformMask, Mask) == 0x000000, "Member 'FMovieScene2DTransformMask::Mask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPaintContext \ static_assert(alignof(FPaintContext) == 0x000008, "Wrong alignment on FPaintContext"); \ static_assert(sizeof(FPaintContext) == 0x000030, "Wrong size on FPaintContext"); \ #define DUMPER7_ASSERTS_FEventReply \ static_assert(alignof(FEventReply) == 0x000008, "Wrong alignment on FEventReply"); \ static_assert(sizeof(FEventReply) == 0x0000B8, "Wrong size on FEventReply"); \ #define DUMPER7_ASSERTS_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_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_FAnchorData \ static_assert(alignof(FAnchorData) == 0x000004, "Wrong alignment on FAnchorData"); \ static_assert(sizeof(FAnchorData) == 0x000028, "Wrong size on FAnchorData"); \ static_assert(offsetof(FAnchorData, Offsets) == 0x000000, "Member 'FAnchorData::Offsets' has a wrong offset!"); \ static_assert(offsetof(FAnchorData, Anchors) == 0x000010, "Member 'FAnchorData::Anchors' has a wrong offset!"); \ static_assert(offsetof(FAnchorData, Alignment) == 0x000020, "Member 'FAnchorData::Alignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDynamicPropertyPath \ static_assert(alignof(FDynamicPropertyPath) == 0x000008, "Wrong alignment on FDynamicPropertyPath"); \ static_assert(sizeof(FDynamicPropertyPath) == 0x000028, "Wrong size on FDynamicPropertyPath"); \ #define DUMPER7_ASSERTS_FMovieSceneWidgetMaterialSectionTemplate \ static_assert(alignof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneWidgetMaterialSectionTemplate"); \ static_assert(sizeof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000090, "Wrong size on FMovieSceneWidgetMaterialSectionTemplate"); \ static_assert(offsetof(FMovieSceneWidgetMaterialSectionTemplate, BrushPropertyNamePath) == 0x000080, "Member 'FMovieSceneWidgetMaterialSectionTemplate::BrushPropertyNamePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRadialBoxSettings \ static_assert(alignof(FRadialBoxSettings) == 0x000004, "Wrong alignment on FRadialBoxSettings"); \ static_assert(sizeof(FRadialBoxSettings) == 0x000010, "Wrong size on FRadialBoxSettings"); \ static_assert(offsetof(FRadialBoxSettings, StartingAngle) == 0x000000, "Member 'FRadialBoxSettings::StartingAngle' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, bDistributeItemsEvenly) == 0x000004, "Member 'FRadialBoxSettings::bDistributeItemsEvenly' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, AngleBetweenItems) == 0x000008, "Member 'FRadialBoxSettings::AngleBetweenItems' has a wrong offset!"); \ static_assert(offsetof(FRadialBoxSettings, SectorCentralAngle) == 0x00000C, "Member 'FRadialBoxSettings::SectorCentralAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichTextStyleRow \ static_assert(alignof(FRichTextStyleRow) == 0x000008, "Wrong alignment on FRichTextStyleRow"); \ static_assert(sizeof(FRichTextStyleRow) == 0x000278, "Wrong size on FRichTextStyleRow"); \ static_assert(offsetof(FRichTextStyleRow, TextStyle) == 0x000008, "Member 'FRichTextStyleRow::TextStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRichImageRow \ static_assert(alignof(FRichImageRow) == 0x000008, "Wrong alignment on FRichImageRow"); \ static_assert(sizeof(FRichImageRow) == 0x000090, "Wrong size on FRichImageRow"); \ static_assert(offsetof(FRichImageRow, Brush) == 0x000008, "Member 'FRichImageRow::Brush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateMeshVertex \ static_assert(alignof(FSlateMeshVertex) == 0x000004, "Wrong alignment on FSlateMeshVertex"); \ static_assert(sizeof(FSlateMeshVertex) == 0x00003C, "Wrong size on FSlateMeshVertex"); \ static_assert(offsetof(FSlateMeshVertex, position) == 0x000000, "Member 'FSlateMeshVertex::position' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, Color) == 0x000008, "Member 'FSlateMeshVertex::Color' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV0) == 0x00000C, "Member 'FSlateMeshVertex::UV0' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV1) == 0x000014, "Member 'FSlateMeshVertex::UV1' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV2) == 0x00001C, "Member 'FSlateMeshVertex::UV2' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV3) == 0x000024, "Member 'FSlateMeshVertex::UV3' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV4) == 0x00002C, "Member 'FSlateMeshVertex::UV4' has a wrong offset!"); \ static_assert(offsetof(FSlateMeshVertex, UV5) == 0x000034, "Member 'FSlateMeshVertex::UV5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateChildSize \ static_assert(alignof(FSlateChildSize) == 0x000004, "Wrong alignment on FSlateChildSize"); \ static_assert(sizeof(FSlateChildSize) == 0x000008, "Wrong size on FSlateChildSize"); \ static_assert(offsetof(FSlateChildSize, Value) == 0x000000, "Member 'FSlateChildSize::Value' has a wrong offset!"); \ static_assert(offsetof(FSlateChildSize, SizeRule) == 0x000004, "Member 'FSlateChildSize::SizeRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedSlotBinding \ static_assert(alignof(FNamedSlotBinding) == 0x000008, "Wrong alignment on FNamedSlotBinding"); \ static_assert(sizeof(FNamedSlotBinding) == 0x000010, "Wrong size on FNamedSlotBinding"); \ static_assert(offsetof(FNamedSlotBinding, Name) == 0x000000, "Member 'FNamedSlotBinding::Name' has a wrong offset!"); \ static_assert(offsetof(FNamedSlotBinding, Content) == 0x000008, "Member 'FNamedSlotBinding::Content' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FUserWidgetPool \ static_assert(alignof(FUserWidgetPool) == 0x000008, "Wrong alignment on FUserWidgetPool"); \ static_assert(sizeof(FUserWidgetPool) == 0x000080, "Wrong size on FUserWidgetPool"); \ static_assert(offsetof(FUserWidgetPool, ActiveWidgets) == 0x000000, "Member 'FUserWidgetPool::ActiveWidgets' has a wrong offset!"); \ static_assert(offsetof(FUserWidgetPool, InactiveWidgets) == 0x000010, "Member 'FUserWidgetPool::InactiveWidgets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWidgetAnimationBinding \ static_assert(alignof(FWidgetAnimationBinding) == 0x000004, "Wrong alignment on FWidgetAnimationBinding"); \ static_assert(sizeof(FWidgetAnimationBinding) == 0x000024, "Wrong size on FWidgetAnimationBinding"); \ static_assert(offsetof(FWidgetAnimationBinding, WidgetName) == 0x000000, "Member 'FWidgetAnimationBinding::WidgetName' has a wrong offset!"); \ static_assert(offsetof(FWidgetAnimationBinding, SlotWidgetName) == 0x000008, "Member 'FWidgetAnimationBinding::SlotWidgetName' has a wrong offset!"); \ static_assert(offsetof(FWidgetAnimationBinding, AnimationGuid) == 0x000010, "Member 'FWidgetAnimationBinding::AnimationGuid' has a wrong offset!"); \ static_assert(offsetof(FWidgetAnimationBinding, bIsRootWidget) == 0x000020, "Member 'FWidgetAnimationBinding::bIsRootWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintWidgetAnimationDelegateBinding \ static_assert(alignof(FBlueprintWidgetAnimationDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintWidgetAnimationDelegateBinding"); \ static_assert(sizeof(FBlueprintWidgetAnimationDelegateBinding) == 0x00001C, "Wrong size on FBlueprintWidgetAnimationDelegateBinding"); \ static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, Action) == 0x000000, "Member 'FBlueprintWidgetAnimationDelegateBinding::Action' has a wrong offset!"); \ static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, AnimationToBind) == 0x000004, "Member 'FBlueprintWidgetAnimationDelegateBinding::AnimationToBind' has a wrong offset!"); \ static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, FunctionNameToBind) == 0x00000C, "Member 'FBlueprintWidgetAnimationDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ static_assert(offsetof(FBlueprintWidgetAnimationDelegateBinding, UserTag) == 0x000014, "Member 'FBlueprintWidgetAnimationDelegateBinding::UserTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDelegateRuntimeBinding \ static_assert(alignof(FDelegateRuntimeBinding) == 0x000008, "Wrong alignment on FDelegateRuntimeBinding"); \ static_assert(sizeof(FDelegateRuntimeBinding) == 0x000050, "Wrong size on FDelegateRuntimeBinding"); \ static_assert(offsetof(FDelegateRuntimeBinding, ObjectName) == 0x000000, "Member 'FDelegateRuntimeBinding::ObjectName' has a wrong offset!"); \ static_assert(offsetof(FDelegateRuntimeBinding, PropertyName) == 0x000010, "Member 'FDelegateRuntimeBinding::PropertyName' has a wrong offset!"); \ static_assert(offsetof(FDelegateRuntimeBinding, FunctionName) == 0x000018, "Member 'FDelegateRuntimeBinding::FunctionName' has a wrong offset!"); \ static_assert(offsetof(FDelegateRuntimeBinding, SourcePath) == 0x000020, "Member 'FDelegateRuntimeBinding::SourcePath' has a wrong offset!"); \ static_assert(offsetof(FDelegateRuntimeBinding, Kind) == 0x000048, "Member 'FDelegateRuntimeBinding::Kind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWidgetComponentInstanceData \ static_assert(alignof(FWidgetComponentInstanceData) == 0x000008, "Wrong alignment on FWidgetComponentInstanceData"); \ static_assert(sizeof(FWidgetComponentInstanceData) == 0x0000C8, "Wrong size on FWidgetComponentInstanceData"); \ #define DUMPER7_ASSERTS_FWidgetNavigationData \ static_assert(alignof(FWidgetNavigationData) == 0x000004, "Wrong alignment on FWidgetNavigationData"); \ static_assert(sizeof(FWidgetNavigationData) == 0x000024, "Wrong size on FWidgetNavigationData"); \ static_assert(offsetof(FWidgetNavigationData, Rule) == 0x000000, "Member 'FWidgetNavigationData::Rule' has a wrong offset!"); \ static_assert(offsetof(FWidgetNavigationData, WidgetToFocus) == 0x000004, "Member 'FWidgetNavigationData::WidgetToFocus' has a wrong offset!"); \ static_assert(offsetof(FWidgetNavigationData, Widget) == 0x00000C, "Member 'FWidgetNavigationData::Widget' has a wrong offset!"); \ static_assert(offsetof(FWidgetNavigationData, CustomDelegate) == 0x000014, "Member 'FWidgetNavigationData::CustomDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_ListViewBase_SetScrollbarVisibility \ static_assert(alignof(ListViewBase_SetScrollbarVisibility) == 0x000001, "Wrong alignment on ListViewBase_SetScrollbarVisibility"); \ static_assert(sizeof(ListViewBase_SetScrollbarVisibility) == 0x000001, "Wrong size on ListViewBase_SetScrollbarVisibility"); \ static_assert(offsetof(ListViewBase_SetScrollbarVisibility, InVisibility) == 0x000000, "Member 'ListViewBase_SetScrollbarVisibility::InVisibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListViewBase_SetScrollOffset \ static_assert(alignof(ListViewBase_SetScrollOffset) == 0x000004, "Wrong alignment on ListViewBase_SetScrollOffset"); \ static_assert(sizeof(ListViewBase_SetScrollOffset) == 0x000004, "Wrong size on ListViewBase_SetScrollOffset"); \ static_assert(offsetof(ListViewBase_SetScrollOffset, InScrollOffset) == 0x000000, "Member 'ListViewBase_SetScrollOffset::InScrollOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListViewBase_SetWheelScrollMultiplier \ static_assert(alignof(ListViewBase_SetWheelScrollMultiplier) == 0x000004, "Wrong alignment on ListViewBase_SetWheelScrollMultiplier"); \ static_assert(sizeof(ListViewBase_SetWheelScrollMultiplier) == 0x000004, "Wrong size on ListViewBase_SetWheelScrollMultiplier"); \ static_assert(offsetof(ListViewBase_SetWheelScrollMultiplier, NewWheelScrollMultiplier) == 0x000000, "Member 'ListViewBase_SetWheelScrollMultiplier::NewWheelScrollMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListViewBase_GetDisplayedEntryWidgets \ static_assert(alignof(ListViewBase_GetDisplayedEntryWidgets) == 0x000008, "Wrong alignment on ListViewBase_GetDisplayedEntryWidgets"); \ static_assert(sizeof(ListViewBase_GetDisplayedEntryWidgets) == 0x000010, "Wrong size on ListViewBase_GetDisplayedEntryWidgets"); \ static_assert(offsetof(ListViewBase_GetDisplayedEntryWidgets, ReturnValue) == 0x000000, "Member 'ListViewBase_GetDisplayedEntryWidgets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UListViewBase \ static_assert(alignof(UListViewBase) == 0x000008, "Wrong alignment on UListViewBase"); \ static_assert(sizeof(UListViewBase) == 0x000218, "Wrong size on UListViewBase"); \ static_assert(offsetof(UListViewBase, EntryWidgetClass) == 0x000108, "Member 'UListViewBase::EntryWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, WheelScrollMultiplier) == 0x000110, "Member 'UListViewBase::WheelScrollMultiplier' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, bEnableScrollAnimation) == 0x000114, "Member 'UListViewBase::bEnableScrollAnimation' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, bEnableFixedLineOffset) == 0x000115, "Member 'UListViewBase::bEnableFixedLineOffset' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, FixedLineScrollOffset) == 0x000118, "Member 'UListViewBase::FixedLineScrollOffset' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, BP_OnEntryGenerated) == 0x000120, "Member 'UListViewBase::BP_OnEntryGenerated' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, BP_OnEntryReleased) == 0x000130, "Member 'UListViewBase::BP_OnEntryReleased' has a wrong offset!"); \ static_assert(offsetof(UListViewBase, EntryWidgetPool) == 0x000140, "Member 'UListViewBase::EntryWidgetPool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_AddItem \ static_assert(alignof(ListView_AddItem) == 0x000008, "Wrong alignment on ListView_AddItem"); \ static_assert(sizeof(ListView_AddItem) == 0x000008, "Wrong size on ListView_AddItem"); \ static_assert(offsetof(ListView_AddItem, Item) == 0x000000, "Member 'ListView_AddItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_NavigateToItem \ static_assert(alignof(ListView_BP_NavigateToItem) == 0x000008, "Wrong alignment on ListView_BP_NavigateToItem"); \ static_assert(sizeof(ListView_BP_NavigateToItem) == 0x000008, "Wrong size on ListView_BP_NavigateToItem"); \ static_assert(offsetof(ListView_BP_NavigateToItem, Item) == 0x000000, "Member 'ListView_BP_NavigateToItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_ScrollItemIntoView \ static_assert(alignof(ListView_BP_ScrollItemIntoView) == 0x000008, "Wrong alignment on ListView_BP_ScrollItemIntoView"); \ static_assert(sizeof(ListView_BP_ScrollItemIntoView) == 0x000008, "Wrong size on ListView_BP_ScrollItemIntoView"); \ static_assert(offsetof(ListView_BP_ScrollItemIntoView, Item) == 0x000000, "Member 'ListView_BP_ScrollItemIntoView::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_SetItemSelection \ static_assert(alignof(ListView_BP_SetItemSelection) == 0x000008, "Wrong alignment on ListView_BP_SetItemSelection"); \ static_assert(sizeof(ListView_BP_SetItemSelection) == 0x000010, "Wrong size on ListView_BP_SetItemSelection"); \ static_assert(offsetof(ListView_BP_SetItemSelection, Item) == 0x000000, "Member 'ListView_BP_SetItemSelection::Item' has a wrong offset!"); \ static_assert(offsetof(ListView_BP_SetItemSelection, bSelected) == 0x000008, "Member 'ListView_BP_SetItemSelection::bSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_SetListItems \ static_assert(alignof(ListView_BP_SetListItems) == 0x000008, "Wrong alignment on ListView_BP_SetListItems"); \ static_assert(sizeof(ListView_BP_SetListItems) == 0x000010, "Wrong size on ListView_BP_SetListItems"); \ static_assert(offsetof(ListView_BP_SetListItems, InListItems) == 0x000000, "Member 'ListView_BP_SetListItems::InListItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_SetSelectedItem \ static_assert(alignof(ListView_BP_SetSelectedItem) == 0x000008, "Wrong alignment on ListView_BP_SetSelectedItem"); \ static_assert(sizeof(ListView_BP_SetSelectedItem) == 0x000008, "Wrong size on ListView_BP_SetSelectedItem"); \ static_assert(offsetof(ListView_BP_SetSelectedItem, Item) == 0x000000, "Member 'ListView_BP_SetSelectedItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_NavigateToIndex \ static_assert(alignof(ListView_NavigateToIndex) == 0x000004, "Wrong alignment on ListView_NavigateToIndex"); \ static_assert(sizeof(ListView_NavigateToIndex) == 0x000004, "Wrong size on ListView_NavigateToIndex"); \ static_assert(offsetof(ListView_NavigateToIndex, Index_0) == 0x000000, "Member 'ListView_NavigateToIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_RemoveItem \ static_assert(alignof(ListView_RemoveItem) == 0x000008, "Wrong alignment on ListView_RemoveItem"); \ static_assert(sizeof(ListView_RemoveItem) == 0x000008, "Wrong size on ListView_RemoveItem"); \ static_assert(offsetof(ListView_RemoveItem, Item) == 0x000000, "Member 'ListView_RemoveItem::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_ScrollIndexIntoView \ static_assert(alignof(ListView_ScrollIndexIntoView) == 0x000004, "Wrong alignment on ListView_ScrollIndexIntoView"); \ static_assert(sizeof(ListView_ScrollIndexIntoView) == 0x000004, "Wrong size on ListView_ScrollIndexIntoView"); \ static_assert(offsetof(ListView_ScrollIndexIntoView, Index_0) == 0x000000, "Member 'ListView_ScrollIndexIntoView::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_SetSelectedIndex \ static_assert(alignof(ListView_SetSelectedIndex) == 0x000004, "Wrong alignment on ListView_SetSelectedIndex"); \ static_assert(sizeof(ListView_SetSelectedIndex) == 0x000004, "Wrong size on ListView_SetSelectedIndex"); \ static_assert(offsetof(ListView_SetSelectedIndex, Index_0) == 0x000000, "Member 'ListView_SetSelectedIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_SetSelectionMode \ static_assert(alignof(ListView_SetSelectionMode) == 0x000001, "Wrong alignment on ListView_SetSelectionMode"); \ static_assert(sizeof(ListView_SetSelectionMode) == 0x000001, "Wrong size on ListView_SetSelectionMode"); \ static_assert(offsetof(ListView_SetSelectionMode, SelectionMode_0) == 0x000000, "Member 'ListView_SetSelectionMode::SelectionMode_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_GetNumItemsSelected \ static_assert(alignof(ListView_BP_GetNumItemsSelected) == 0x000004, "Wrong alignment on ListView_BP_GetNumItemsSelected"); \ static_assert(sizeof(ListView_BP_GetNumItemsSelected) == 0x000004, "Wrong size on ListView_BP_GetNumItemsSelected"); \ static_assert(offsetof(ListView_BP_GetNumItemsSelected, ReturnValue) == 0x000000, "Member 'ListView_BP_GetNumItemsSelected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_GetSelectedItem \ static_assert(alignof(ListView_BP_GetSelectedItem) == 0x000008, "Wrong alignment on ListView_BP_GetSelectedItem"); \ static_assert(sizeof(ListView_BP_GetSelectedItem) == 0x000008, "Wrong size on ListView_BP_GetSelectedItem"); \ static_assert(offsetof(ListView_BP_GetSelectedItem, ReturnValue) == 0x000000, "Member 'ListView_BP_GetSelectedItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_GetSelectedItems \ static_assert(alignof(ListView_BP_GetSelectedItems) == 0x000008, "Wrong alignment on ListView_BP_GetSelectedItems"); \ static_assert(sizeof(ListView_BP_GetSelectedItems) == 0x000018, "Wrong size on ListView_BP_GetSelectedItems"); \ static_assert(offsetof(ListView_BP_GetSelectedItems, Items) == 0x000000, "Member 'ListView_BP_GetSelectedItems::Items' has a wrong offset!"); \ static_assert(offsetof(ListView_BP_GetSelectedItems, ReturnValue) == 0x000010, "Member 'ListView_BP_GetSelectedItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_BP_IsItemVisible \ static_assert(alignof(ListView_BP_IsItemVisible) == 0x000008, "Wrong alignment on ListView_BP_IsItemVisible"); \ static_assert(sizeof(ListView_BP_IsItemVisible) == 0x000010, "Wrong size on ListView_BP_IsItemVisible"); \ static_assert(offsetof(ListView_BP_IsItemVisible, Item) == 0x000000, "Member 'ListView_BP_IsItemVisible::Item' has a wrong offset!"); \ static_assert(offsetof(ListView_BP_IsItemVisible, ReturnValue) == 0x000008, "Member 'ListView_BP_IsItemVisible::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetIndexForItem \ static_assert(alignof(ListView_GetIndexForItem) == 0x000008, "Wrong alignment on ListView_GetIndexForItem"); \ static_assert(sizeof(ListView_GetIndexForItem) == 0x000010, "Wrong size on ListView_GetIndexForItem"); \ static_assert(offsetof(ListView_GetIndexForItem, Item) == 0x000000, "Member 'ListView_GetIndexForItem::Item' has a wrong offset!"); \ static_assert(offsetof(ListView_GetIndexForItem, ReturnValue) == 0x000008, "Member 'ListView_GetIndexForItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetItemAt \ static_assert(alignof(ListView_GetItemAt) == 0x000008, "Wrong alignment on ListView_GetItemAt"); \ static_assert(sizeof(ListView_GetItemAt) == 0x000010, "Wrong size on ListView_GetItemAt"); \ static_assert(offsetof(ListView_GetItemAt, Index_0) == 0x000000, "Member 'ListView_GetItemAt::Index_0' has a wrong offset!"); \ static_assert(offsetof(ListView_GetItemAt, ReturnValue) == 0x000008, "Member 'ListView_GetItemAt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetListItems \ static_assert(alignof(ListView_GetListItems) == 0x000008, "Wrong alignment on ListView_GetListItems"); \ static_assert(sizeof(ListView_GetListItems) == 0x000010, "Wrong size on ListView_GetListItems"); \ static_assert(offsetof(ListView_GetListItems, ReturnValue) == 0x000000, "Member 'ListView_GetListItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_GetNumItems \ static_assert(alignof(ListView_GetNumItems) == 0x000004, "Wrong alignment on ListView_GetNumItems"); \ static_assert(sizeof(ListView_GetNumItems) == 0x000004, "Wrong size on ListView_GetNumItems"); \ static_assert(offsetof(ListView_GetNumItems, ReturnValue) == 0x000000, "Member 'ListView_GetNumItems::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ListView_IsRefreshPending \ static_assert(alignof(ListView_IsRefreshPending) == 0x000001, "Wrong alignment on ListView_IsRefreshPending"); \ static_assert(sizeof(ListView_IsRefreshPending) == 0x000001, "Wrong size on ListView_IsRefreshPending"); \ static_assert(offsetof(ListView_IsRefreshPending, ReturnValue) == 0x000000, "Member 'ListView_IsRefreshPending::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UListView \ static_assert(alignof(UListView) == 0x000008, "Wrong alignment on UListView"); \ static_assert(sizeof(UListView) == 0x000368, "Wrong size on UListView"); \ static_assert(offsetof(UListView, Orientation) == 0x0002D8, "Member 'UListView::Orientation' has a wrong offset!"); \ static_assert(offsetof(UListView, SelectionMode) == 0x0002D9, "Member 'UListView::SelectionMode' has a wrong offset!"); \ static_assert(offsetof(UListView, ConsumeMouseWheel) == 0x0002DA, "Member 'UListView::ConsumeMouseWheel' has a wrong offset!"); \ static_assert(offsetof(UListView, bClearSelectionOnClick) == 0x0002DB, "Member 'UListView::bClearSelectionOnClick' has a wrong offset!"); \ static_assert(offsetof(UListView, bIsFocusable) == 0x0002DC, "Member 'UListView::bIsFocusable' has a wrong offset!"); \ static_assert(offsetof(UListView, EntrySpacing) == 0x0002E0, "Member 'UListView::EntrySpacing' has a wrong offset!"); \ static_assert(offsetof(UListView, bReturnFocusToSelection) == 0x0002E4, "Member 'UListView::bReturnFocusToSelection' has a wrong offset!"); \ static_assert(offsetof(UListView, ListItems) == 0x0002E8, "Member 'UListView::ListItems' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnEntryInitialized) == 0x000308, "Member 'UListView::BP_OnEntryInitialized' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemClicked) == 0x000318, "Member 'UListView::BP_OnItemClicked' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemDoubleClicked) == 0x000328, "Member 'UListView::BP_OnItemDoubleClicked' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemIsHoveredChanged) == 0x000338, "Member 'UListView::BP_OnItemIsHoveredChanged' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemSelectionChanged) == 0x000348, "Member 'UListView::BP_OnItemSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UListView, BP_OnItemScrolledIntoView) == 0x000358, "Member 'UListView::BP_OnItemScrolledIntoView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_UserWidget_AddToPlayerScreen \ static_assert(alignof(UserWidget_AddToPlayerScreen) == 0x000004, "Wrong alignment on UserWidget_AddToPlayerScreen"); \ static_assert(sizeof(UserWidget_AddToPlayerScreen) == 0x000008, "Wrong size on UserWidget_AddToPlayerScreen"); \ static_assert(offsetof(UserWidget_AddToPlayerScreen, ZOrder) == 0x000000, "Member 'UserWidget_AddToPlayerScreen::ZOrder' has a wrong offset!"); \ static_assert(offsetof(UserWidget_AddToPlayerScreen, ReturnValue) == 0x000004, "Member 'UserWidget_AddToPlayerScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_AddToViewport \ static_assert(alignof(UserWidget_AddToViewport) == 0x000004, "Wrong alignment on UserWidget_AddToViewport"); \ static_assert(sizeof(UserWidget_AddToViewport) == 0x000004, "Wrong size on UserWidget_AddToViewport"); \ static_assert(offsetof(UserWidget_AddToViewport, ZOrder) == 0x000000, "Member 'UserWidget_AddToViewport::ZOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_BindToAnimationEvent \ static_assert(alignof(UserWidget_BindToAnimationEvent) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationEvent"); \ static_assert(sizeof(UserWidget_BindToAnimationEvent) == 0x000028, "Wrong size on UserWidget_BindToAnimationEvent"); \ static_assert(offsetof(UserWidget_BindToAnimationEvent, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationEvent::Animation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_BindToAnimationEvent, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationEvent::Delegate' has a wrong offset!"); \ static_assert(offsetof(UserWidget_BindToAnimationEvent, AnimationEvent) == 0x000018, "Member 'UserWidget_BindToAnimationEvent::AnimationEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_BindToAnimationEvent, UserTag) == 0x00001C, "Member 'UserWidget_BindToAnimationEvent::UserTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_BindToAnimationFinished \ static_assert(alignof(UserWidget_BindToAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationFinished"); \ static_assert(sizeof(UserWidget_BindToAnimationFinished) == 0x000018, "Wrong size on UserWidget_BindToAnimationFinished"); \ static_assert(offsetof(UserWidget_BindToAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationFinished::Animation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_BindToAnimationFinished, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationFinished::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_BindToAnimationStarted \ static_assert(alignof(UserWidget_BindToAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_BindToAnimationStarted"); \ static_assert(sizeof(UserWidget_BindToAnimationStarted) == 0x000018, "Wrong size on UserWidget_BindToAnimationStarted"); \ static_assert(offsetof(UserWidget_BindToAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_BindToAnimationStarted::Animation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_BindToAnimationStarted, Delegate) == 0x000008, "Member 'UserWidget_BindToAnimationStarted::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_IsAnimationPlayingForward \ static_assert(alignof(UserWidget_IsAnimationPlayingForward) == 0x000008, "Wrong alignment on UserWidget_IsAnimationPlayingForward"); \ static_assert(sizeof(UserWidget_IsAnimationPlayingForward) == 0x000010, "Wrong size on UserWidget_IsAnimationPlayingForward"); \ static_assert(offsetof(UserWidget_IsAnimationPlayingForward, InAnimation) == 0x000000, "Member 'UserWidget_IsAnimationPlayingForward::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_IsAnimationPlayingForward, ReturnValue) == 0x000008, "Member 'UserWidget_IsAnimationPlayingForward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_ListenForInputAction \ static_assert(alignof(UserWidget_ListenForInputAction) == 0x000004, "Wrong alignment on UserWidget_ListenForInputAction"); \ static_assert(sizeof(UserWidget_ListenForInputAction) == 0x00001C, "Wrong size on UserWidget_ListenForInputAction"); \ static_assert(offsetof(UserWidget_ListenForInputAction, ActionName) == 0x000000, "Member 'UserWidget_ListenForInputAction::ActionName' has a wrong offset!"); \ static_assert(offsetof(UserWidget_ListenForInputAction, EventType) == 0x000008, "Member 'UserWidget_ListenForInputAction::EventType' has a wrong offset!"); \ static_assert(offsetof(UserWidget_ListenForInputAction, bConsume) == 0x000009, "Member 'UserWidget_ListenForInputAction::bConsume' has a wrong offset!"); \ static_assert(offsetof(UserWidget_ListenForInputAction, Callback) == 0x00000C, "Member 'UserWidget_ListenForInputAction::Callback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnAddedToFocusPath \ static_assert(alignof(UserWidget_OnAddedToFocusPath) == 0x000004, "Wrong alignment on UserWidget_OnAddedToFocusPath"); \ static_assert(sizeof(UserWidget_OnAddedToFocusPath) == 0x000008, "Wrong size on UserWidget_OnAddedToFocusPath"); \ static_assert(offsetof(UserWidget_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'UserWidget_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnAnalogValueChanged \ static_assert(alignof(UserWidget_OnAnalogValueChanged) == 0x000008, "Wrong alignment on UserWidget_OnAnalogValueChanged"); \ static_assert(sizeof(UserWidget_OnAnalogValueChanged) == 0x000138, "Wrong size on UserWidget_OnAnalogValueChanged"); \ static_assert(offsetof(UserWidget_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'UserWidget_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnAnalogValueChanged, InAnalogInputEvent) == 0x000038, "Member 'UserWidget_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnAnalogValueChanged, ReturnValue) == 0x000080, "Member 'UserWidget_OnAnalogValueChanged::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnAnimationFinished \ static_assert(alignof(UserWidget_OnAnimationFinished) == 0x000008, "Wrong alignment on UserWidget_OnAnimationFinished"); \ static_assert(sizeof(UserWidget_OnAnimationFinished) == 0x000008, "Wrong size on UserWidget_OnAnimationFinished"); \ static_assert(offsetof(UserWidget_OnAnimationFinished, Animation) == 0x000000, "Member 'UserWidget_OnAnimationFinished::Animation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnAnimationStarted \ static_assert(alignof(UserWidget_OnAnimationStarted) == 0x000008, "Wrong alignment on UserWidget_OnAnimationStarted"); \ static_assert(sizeof(UserWidget_OnAnimationStarted) == 0x000008, "Wrong size on UserWidget_OnAnimationStarted"); \ static_assert(offsetof(UserWidget_OnAnimationStarted, Animation) == 0x000000, "Member 'UserWidget_OnAnimationStarted::Animation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDragCancelled \ static_assert(alignof(UserWidget_OnDragCancelled) == 0x000008, "Wrong alignment on UserWidget_OnDragCancelled"); \ static_assert(sizeof(UserWidget_OnDragCancelled) == 0x000080, "Wrong size on UserWidget_OnDragCancelled"); \ static_assert(offsetof(UserWidget_OnDragCancelled, PointerEvent) == 0x000000, "Member 'UserWidget_OnDragCancelled::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragCancelled, Operation) == 0x000078, "Member 'UserWidget_OnDragCancelled::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDragDetected \ static_assert(alignof(UserWidget_OnDragDetected) == 0x000008, "Wrong alignment on UserWidget_OnDragDetected"); \ static_assert(sizeof(UserWidget_OnDragDetected) == 0x0000B8, "Wrong size on UserWidget_OnDragDetected"); \ static_assert(offsetof(UserWidget_OnDragDetected, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragDetected::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragDetected, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragDetected::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragDetected, Operation) == 0x0000B0, "Member 'UserWidget_OnDragDetected::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDragEnter \ static_assert(alignof(UserWidget_OnDragEnter) == 0x000008, "Wrong alignment on UserWidget_OnDragEnter"); \ static_assert(sizeof(UserWidget_OnDragEnter) == 0x0000B8, "Wrong size on UserWidget_OnDragEnter"); \ static_assert(offsetof(UserWidget_OnDragEnter, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragEnter, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragEnter::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragEnter, Operation) == 0x0000B0, "Member 'UserWidget_OnDragEnter::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDragLeave \ static_assert(alignof(UserWidget_OnDragLeave) == 0x000008, "Wrong alignment on UserWidget_OnDragLeave"); \ static_assert(sizeof(UserWidget_OnDragLeave) == 0x000080, "Wrong size on UserWidget_OnDragLeave"); \ static_assert(offsetof(UserWidget_OnDragLeave, PointerEvent) == 0x000000, "Member 'UserWidget_OnDragLeave::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragLeave, Operation) == 0x000078, "Member 'UserWidget_OnDragLeave::Operation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDragOver \ static_assert(alignof(UserWidget_OnDragOver) == 0x000008, "Wrong alignment on UserWidget_OnDragOver"); \ static_assert(sizeof(UserWidget_OnDragOver) == 0x0000C0, "Wrong size on UserWidget_OnDragOver"); \ static_assert(offsetof(UserWidget_OnDragOver, MyGeometry) == 0x000000, "Member 'UserWidget_OnDragOver::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragOver, PointerEvent) == 0x000038, "Member 'UserWidget_OnDragOver::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragOver, Operation) == 0x0000B0, "Member 'UserWidget_OnDragOver::Operation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDragOver, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnDragOver::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnDrop \ static_assert(alignof(UserWidget_OnDrop) == 0x000008, "Wrong alignment on UserWidget_OnDrop"); \ static_assert(sizeof(UserWidget_OnDrop) == 0x0000C0, "Wrong size on UserWidget_OnDrop"); \ static_assert(offsetof(UserWidget_OnDrop, MyGeometry) == 0x000000, "Member 'UserWidget_OnDrop::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDrop, PointerEvent) == 0x000038, "Member 'UserWidget_OnDrop::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDrop, Operation) == 0x0000B0, "Member 'UserWidget_OnDrop::Operation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnDrop, ReturnValue) == 0x0000B8, "Member 'UserWidget_OnDrop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnFocusLost \ static_assert(alignof(UserWidget_OnFocusLost) == 0x000004, "Wrong alignment on UserWidget_OnFocusLost"); \ static_assert(sizeof(UserWidget_OnFocusLost) == 0x000008, "Wrong size on UserWidget_OnFocusLost"); \ static_assert(offsetof(UserWidget_OnFocusLost, InFocusEvent) == 0x000000, "Member 'UserWidget_OnFocusLost::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnFocusReceived \ static_assert(alignof(UserWidget_OnFocusReceived) == 0x000008, "Wrong alignment on UserWidget_OnFocusReceived"); \ static_assert(sizeof(UserWidget_OnFocusReceived) == 0x0000F8, "Wrong size on UserWidget_OnFocusReceived"); \ static_assert(offsetof(UserWidget_OnFocusReceived, MyGeometry) == 0x000000, "Member 'UserWidget_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'UserWidget_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnFocusReceived, ReturnValue) == 0x000040, "Member 'UserWidget_OnFocusReceived::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnKeyChar \ static_assert(alignof(UserWidget_OnKeyChar) == 0x000008, "Wrong alignment on UserWidget_OnKeyChar"); \ static_assert(sizeof(UserWidget_OnKeyChar) == 0x000118, "Wrong size on UserWidget_OnKeyChar"); \ static_assert(offsetof(UserWidget_OnKeyChar, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyChar::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyChar, InCharacterEvent) == 0x000038, "Member 'UserWidget_OnKeyChar::InCharacterEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyChar, ReturnValue) == 0x000060, "Member 'UserWidget_OnKeyChar::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnKeyDown \ static_assert(alignof(UserWidget_OnKeyDown) == 0x000008, "Wrong alignment on UserWidget_OnKeyDown"); \ static_assert(sizeof(UserWidget_OnKeyDown) == 0x000130, "Wrong size on UserWidget_OnKeyDown"); \ static_assert(offsetof(UserWidget_OnKeyDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyDown, InKeyEvent) == 0x000038, "Member 'UserWidget_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyDown, ReturnValue) == 0x000078, "Member 'UserWidget_OnKeyDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnKeyUp \ static_assert(alignof(UserWidget_OnKeyUp) == 0x000008, "Wrong alignment on UserWidget_OnKeyUp"); \ static_assert(sizeof(UserWidget_OnKeyUp) == 0x000130, "Wrong size on UserWidget_OnKeyUp"); \ static_assert(offsetof(UserWidget_OnKeyUp, MyGeometry) == 0x000000, "Member 'UserWidget_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyUp, InKeyEvent) == 0x000038, "Member 'UserWidget_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnKeyUp, ReturnValue) == 0x000078, "Member 'UserWidget_OnKeyUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMotionDetected \ static_assert(alignof(UserWidget_OnMotionDetected) == 0x000008, "Wrong alignment on UserWidget_OnMotionDetected"); \ static_assert(sizeof(UserWidget_OnMotionDetected) == 0x000140, "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) == 0x000088, "Member 'UserWidget_OnMotionDetected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseButtonDoubleClick \ static_assert(alignof(UserWidget_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonDoubleClick"); \ static_assert(sizeof(UserWidget_OnMouseButtonDoubleClick) == 0x000168, "Wrong size on UserWidget_OnMouseButtonDoubleClick"); \ static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseButtonDown \ static_assert(alignof(UserWidget_OnMouseButtonDown) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonDown"); \ static_assert(sizeof(UserWidget_OnMouseButtonDown) == 0x000168, "Wrong size on UserWidget_OnMouseButtonDown"); \ static_assert(offsetof(UserWidget_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonDown, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseButtonUp \ static_assert(alignof(UserWidget_OnMouseButtonUp) == 0x000008, "Wrong alignment on UserWidget_OnMouseButtonUp"); \ static_assert(sizeof(UserWidget_OnMouseButtonUp) == 0x000168, "Wrong size on UserWidget_OnMouseButtonUp"); \ static_assert(offsetof(UserWidget_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseButtonUp, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseEnter \ static_assert(alignof(UserWidget_OnMouseEnter) == 0x000008, "Wrong alignment on UserWidget_OnMouseEnter"); \ static_assert(sizeof(UserWidget_OnMouseEnter) == 0x0000B0, "Wrong size on UserWidget_OnMouseEnter"); \ static_assert(offsetof(UserWidget_OnMouseEnter, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseEnter, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseLeave \ static_assert(alignof(UserWidget_OnMouseLeave) == 0x000008, "Wrong alignment on UserWidget_OnMouseLeave"); \ static_assert(sizeof(UserWidget_OnMouseLeave) == 0x000078, "Wrong size on UserWidget_OnMouseLeave"); \ static_assert(offsetof(UserWidget_OnMouseLeave, MouseEvent) == 0x000000, "Member 'UserWidget_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseMove \ static_assert(alignof(UserWidget_OnMouseMove) == 0x000008, "Wrong alignment on UserWidget_OnMouseMove"); \ static_assert(sizeof(UserWidget_OnMouseMove) == 0x000168, "Wrong size on UserWidget_OnMouseMove"); \ static_assert(offsetof(UserWidget_OnMouseMove, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseMove::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseMove, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseMove::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseMove, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnMouseMove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnMouseWheel \ static_assert(alignof(UserWidget_OnMouseWheel) == 0x000008, "Wrong alignment on UserWidget_OnMouseWheel"); \ static_assert(sizeof(UserWidget_OnMouseWheel) == 0x000168, "Wrong size on UserWidget_OnMouseWheel"); \ static_assert(offsetof(UserWidget_OnMouseWheel, MyGeometry) == 0x000000, "Member 'UserWidget_OnMouseWheel::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseWheel, MouseEvent) == 0x000038, "Member 'UserWidget_OnMouseWheel::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnMouseWheel, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnMouseWheel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnPreviewKeyDown \ static_assert(alignof(UserWidget_OnPreviewKeyDown) == 0x000008, "Wrong alignment on UserWidget_OnPreviewKeyDown"); \ static_assert(sizeof(UserWidget_OnPreviewKeyDown) == 0x000130, "Wrong size on UserWidget_OnPreviewKeyDown"); \ static_assert(offsetof(UserWidget_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnPreviewKeyDown, InKeyEvent) == 0x000038, "Member 'UserWidget_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnPreviewKeyDown, ReturnValue) == 0x000078, "Member 'UserWidget_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnPreviewMouseButtonDown \ static_assert(alignof(UserWidget_OnPreviewMouseButtonDown) == 0x000008, "Wrong alignment on UserWidget_OnPreviewMouseButtonDown"); \ static_assert(sizeof(UserWidget_OnPreviewMouseButtonDown) == 0x000168, "Wrong size on UserWidget_OnPreviewMouseButtonDown"); \ static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, MyGeometry) == 0x000000, "Member 'UserWidget_OnPreviewMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, MouseEvent) == 0x000038, "Member 'UserWidget_OnPreviewMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnPreviewMouseButtonDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnRemovedFromFocusPath \ static_assert(alignof(UserWidget_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on UserWidget_OnRemovedFromFocusPath"); \ static_assert(sizeof(UserWidget_OnRemovedFromFocusPath) == 0x000008, "Wrong size on UserWidget_OnRemovedFromFocusPath"); \ static_assert(offsetof(UserWidget_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'UserWidget_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnTouchEnded \ static_assert(alignof(UserWidget_OnTouchEnded) == 0x000008, "Wrong alignment on UserWidget_OnTouchEnded"); \ static_assert(sizeof(UserWidget_OnTouchEnded) == 0x000168, "Wrong size on UserWidget_OnTouchEnded"); \ static_assert(offsetof(UserWidget_OnTouchEnded, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchEnded::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchEnded, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchEnded::InTouchEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchEnded, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnTouchEnded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnTouchForceChanged \ static_assert(alignof(UserWidget_OnTouchForceChanged) == 0x000008, "Wrong alignment on UserWidget_OnTouchForceChanged"); \ static_assert(sizeof(UserWidget_OnTouchForceChanged) == 0x000168, "Wrong size on UserWidget_OnTouchForceChanged"); \ static_assert(offsetof(UserWidget_OnTouchForceChanged, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchForceChanged::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchForceChanged, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchForceChanged::InTouchEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchForceChanged, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnTouchForceChanged::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnTouchGesture \ static_assert(alignof(UserWidget_OnTouchGesture) == 0x000008, "Wrong alignment on UserWidget_OnTouchGesture"); \ static_assert(sizeof(UserWidget_OnTouchGesture) == 0x000168, "Wrong size on UserWidget_OnTouchGesture"); \ static_assert(offsetof(UserWidget_OnTouchGesture, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchGesture::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchGesture, GestureEvent) == 0x000038, "Member 'UserWidget_OnTouchGesture::GestureEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchGesture, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnTouchGesture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnTouchMoved \ static_assert(alignof(UserWidget_OnTouchMoved) == 0x000008, "Wrong alignment on UserWidget_OnTouchMoved"); \ static_assert(sizeof(UserWidget_OnTouchMoved) == 0x000168, "Wrong size on UserWidget_OnTouchMoved"); \ static_assert(offsetof(UserWidget_OnTouchMoved, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchMoved::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchMoved, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchMoved::InTouchEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchMoved, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnTouchMoved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_OnTouchStarted \ static_assert(alignof(UserWidget_OnTouchStarted) == 0x000008, "Wrong alignment on UserWidget_OnTouchStarted"); \ static_assert(sizeof(UserWidget_OnTouchStarted) == 0x000168, "Wrong size on UserWidget_OnTouchStarted"); \ static_assert(offsetof(UserWidget_OnTouchStarted, MyGeometry) == 0x000000, "Member 'UserWidget_OnTouchStarted::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchStarted, InTouchEvent) == 0x000038, "Member 'UserWidget_OnTouchStarted::InTouchEvent' has a wrong offset!"); \ static_assert(offsetof(UserWidget_OnTouchStarted, ReturnValue) == 0x0000B0, "Member 'UserWidget_OnTouchStarted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PauseAnimation \ static_assert(alignof(UserWidget_PauseAnimation) == 0x000008, "Wrong alignment on UserWidget_PauseAnimation"); \ static_assert(sizeof(UserWidget_PauseAnimation) == 0x000010, "Wrong size on UserWidget_PauseAnimation"); \ static_assert(offsetof(UserWidget_PauseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PauseAnimation::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PauseAnimation, ReturnValue) == 0x000008, "Member 'UserWidget_PauseAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimation \ static_assert(alignof(UserWidget_PlayAnimation) == 0x000008, "Wrong alignment on UserWidget_PlayAnimation"); \ static_assert(sizeof(UserWidget_PlayAnimation) == 0x000028, "Wrong size on UserWidget_PlayAnimation"); \ static_assert(offsetof(UserWidget_PlayAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimation::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimation::StartAtTime' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, NumLoopsToPlay) == 0x00000C, "Member 'UserWidget_PlayAnimation::NumLoopsToPlay' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, PlayMode) == 0x000010, "Member 'UserWidget_PlayAnimation::PlayMode' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, PlaybackSpeed) == 0x000014, "Member 'UserWidget_PlayAnimation::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, bRestoreState) == 0x000018, "Member 'UserWidget_PlayAnimation::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimation, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimationForward \ static_assert(alignof(UserWidget_PlayAnimationForward) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationForward"); \ static_assert(sizeof(UserWidget_PlayAnimationForward) == 0x000018, "Wrong size on UserWidget_PlayAnimationForward"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationForward::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationForward::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationForward::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationForward, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationForward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimationReverse \ static_assert(alignof(UserWidget_PlayAnimationReverse) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationReverse"); \ static_assert(sizeof(UserWidget_PlayAnimationReverse) == 0x000018, "Wrong size on UserWidget_PlayAnimationReverse"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationReverse::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationReverse::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationReverse::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationReverse, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationReverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlayAnimationTimeRange \ static_assert(alignof(UserWidget_PlayAnimationTimeRange) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationTimeRange"); \ static_assert(sizeof(UserWidget_PlayAnimationTimeRange) == 0x000028, "Wrong size on UserWidget_PlayAnimationTimeRange"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationTimeRange::InAnimation' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimationTimeRange::StartAtTime' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, EndAtTime) == 0x00000C, "Member 'UserWidget_PlayAnimationTimeRange::EndAtTime' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, NumLoopsToPlay) == 0x000010, "Member 'UserWidget_PlayAnimationTimeRange::NumLoopsToPlay' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlayMode) == 0x000014, "Member 'UserWidget_PlayAnimationTimeRange::PlayMode' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlaybackSpeed) == 0x000018, "Member 'UserWidget_PlayAnimationTimeRange::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, bRestoreState) == 0x00001C, "Member 'UserWidget_PlayAnimationTimeRange::bRestoreState' has a wrong offset!"); \ static_assert(offsetof(UserWidget_PlayAnimationTimeRange, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimationTimeRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PlaySound \ static_assert(alignof(UserWidget_PlaySound) == 0x000008, "Wrong alignment on UserWidget_PlaySound"); \ static_assert(sizeof(UserWidget_PlaySound) == 0x000008, "Wrong size on UserWidget_PlaySound"); \ static_assert(offsetof(UserWidget_PlaySound, SoundToPlay) == 0x000000, "Member 'UserWidget_PlaySound::SoundToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_PreConstruct \ static_assert(alignof(UserWidget_PreConstruct) == 0x000001, "Wrong alignment on UserWidget_PreConstruct"); \ static_assert(sizeof(UserWidget_PreConstruct) == 0x000001, "Wrong size on UserWidget_PreConstruct"); \ static_assert(offsetof(UserWidget_PreConstruct, IsDesignTime) == 0x000000, "Member 'UserWidget_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserWidget_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_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_BackgroundBlurSlot_SetHorizontalAlignment \ static_assert(alignof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetHorizontalAlignment"); \ static_assert(sizeof(BackgroundBlurSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetHorizontalAlignment"); \ static_assert(offsetof(BackgroundBlurSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlurSlot_SetPadding \ static_assert(alignof(BackgroundBlurSlot_SetPadding) == 0x000004, "Wrong alignment on BackgroundBlurSlot_SetPadding"); \ static_assert(sizeof(BackgroundBlurSlot_SetPadding) == 0x000010, "Wrong size on BackgroundBlurSlot_SetPadding"); \ static_assert(offsetof(BackgroundBlurSlot_SetPadding, InPadding) == 0x000000, "Member 'BackgroundBlurSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BackgroundBlurSlot_SetVerticalAlignment \ static_assert(alignof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on BackgroundBlurSlot_SetVerticalAlignment"); \ static_assert(sizeof(BackgroundBlurSlot_SetVerticalAlignment) == 0x000001, "Wrong size on BackgroundBlurSlot_SetVerticalAlignment"); \ static_assert(offsetof(BackgroundBlurSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BackgroundBlurSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBackgroundBlurSlot \ static_assert(alignof(UBackgroundBlurSlot) == 0x000008, "Wrong alignment on UBackgroundBlurSlot"); \ static_assert(sizeof(UBackgroundBlurSlot) == 0x000060, "Wrong size on UBackgroundBlurSlot"); \ static_assert(offsetof(UBackgroundBlurSlot, Padding) == 0x000038, "Member 'UBackgroundBlurSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlurSlot, HorizontalAlignment) == 0x000048, "Member 'UBackgroundBlurSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBackgroundBlurSlot, VerticalAlignment) == 0x000049, "Member 'UBackgroundBlurSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BoolBinding_GetValue \ static_assert(alignof(BoolBinding_GetValue) == 0x000001, "Wrong alignment on BoolBinding_GetValue"); \ static_assert(sizeof(BoolBinding_GetValue) == 0x000001, "Wrong size on BoolBinding_GetValue"); \ static_assert(offsetof(BoolBinding_GetValue, ReturnValue) == 0x000000, "Member 'BoolBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBoolBinding \ static_assert(alignof(UBoolBinding) == 0x000008, "Wrong alignment on UBoolBinding"); \ static_assert(sizeof(UBoolBinding) == 0x000060, "Wrong size on UBoolBinding"); \ #define DUMPER7_ASSERTS_Border_GetDynamicMaterial \ static_assert(alignof(Border_GetDynamicMaterial) == 0x000008, "Wrong alignment on Border_GetDynamicMaterial"); \ static_assert(sizeof(Border_GetDynamicMaterial) == 0x000008, "Wrong size on Border_GetDynamicMaterial"); \ static_assert(offsetof(Border_GetDynamicMaterial, ReturnValue) == 0x000000, "Member 'Border_GetDynamicMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetBrush \ static_assert(alignof(Border_SetBrush) == 0x000008, "Wrong alignment on Border_SetBrush"); \ static_assert(sizeof(Border_SetBrush) == 0x000088, "Wrong size on Border_SetBrush"); \ static_assert(offsetof(Border_SetBrush, InBrush) == 0x000000, "Member 'Border_SetBrush::InBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetBrushColor \ static_assert(alignof(Border_SetBrushColor) == 0x000004, "Wrong alignment on Border_SetBrushColor"); \ static_assert(sizeof(Border_SetBrushColor) == 0x000010, "Wrong size on Border_SetBrushColor"); \ static_assert(offsetof(Border_SetBrushColor, InBrushColor) == 0x000000, "Member 'Border_SetBrushColor::InBrushColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetBrushFromAsset \ static_assert(alignof(Border_SetBrushFromAsset) == 0x000008, "Wrong alignment on Border_SetBrushFromAsset"); \ static_assert(sizeof(Border_SetBrushFromAsset) == 0x000008, "Wrong size on Border_SetBrushFromAsset"); \ static_assert(offsetof(Border_SetBrushFromAsset, Asset) == 0x000000, "Member 'Border_SetBrushFromAsset::Asset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetBrushFromMaterial \ static_assert(alignof(Border_SetBrushFromMaterial) == 0x000008, "Wrong alignment on Border_SetBrushFromMaterial"); \ static_assert(sizeof(Border_SetBrushFromMaterial) == 0x000008, "Wrong size on Border_SetBrushFromMaterial"); \ static_assert(offsetof(Border_SetBrushFromMaterial, Material) == 0x000000, "Member 'Border_SetBrushFromMaterial::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetBrushFromTexture \ static_assert(alignof(Border_SetBrushFromTexture) == 0x000008, "Wrong alignment on Border_SetBrushFromTexture"); \ static_assert(sizeof(Border_SetBrushFromTexture) == 0x000008, "Wrong size on Border_SetBrushFromTexture"); \ static_assert(offsetof(Border_SetBrushFromTexture, Texture) == 0x000000, "Member 'Border_SetBrushFromTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetContentColorAndOpacity \ static_assert(alignof(Border_SetContentColorAndOpacity) == 0x000004, "Wrong alignment on Border_SetContentColorAndOpacity"); \ static_assert(sizeof(Border_SetContentColorAndOpacity) == 0x000010, "Wrong size on Border_SetContentColorAndOpacity"); \ static_assert(offsetof(Border_SetContentColorAndOpacity, InContentColorAndOpacity) == 0x000000, "Member 'Border_SetContentColorAndOpacity::InContentColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetDesiredSizeScale \ static_assert(alignof(Border_SetDesiredSizeScale) == 0x000004, "Wrong alignment on Border_SetDesiredSizeScale"); \ static_assert(sizeof(Border_SetDesiredSizeScale) == 0x000008, "Wrong size on Border_SetDesiredSizeScale"); \ static_assert(offsetof(Border_SetDesiredSizeScale, InScale) == 0x000000, "Member 'Border_SetDesiredSizeScale::InScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetHorizontalAlignment \ static_assert(alignof(Border_SetHorizontalAlignment) == 0x000001, "Wrong alignment on Border_SetHorizontalAlignment"); \ static_assert(sizeof(Border_SetHorizontalAlignment) == 0x000001, "Wrong size on Border_SetHorizontalAlignment"); \ static_assert(offsetof(Border_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'Border_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetPadding \ static_assert(alignof(Border_SetPadding) == 0x000004, "Wrong alignment on Border_SetPadding"); \ static_assert(sizeof(Border_SetPadding) == 0x000010, "Wrong size on Border_SetPadding"); \ static_assert(offsetof(Border_SetPadding, InPadding) == 0x000000, "Member 'Border_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Border_SetVerticalAlignment \ static_assert(alignof(Border_SetVerticalAlignment) == 0x000001, "Wrong alignment on Border_SetVerticalAlignment"); \ static_assert(sizeof(Border_SetVerticalAlignment) == 0x000001, "Wrong size on Border_SetVerticalAlignment"); \ static_assert(offsetof(Border_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'Border_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBorder \ static_assert(alignof(UBorder) == 0x000008, "Wrong alignment on UBorder"); \ static_assert(sizeof(UBorder) == 0x000270, "Wrong size on UBorder"); \ static_assert(offsetof(UBorder, HorizontalAlignment) == 0x000120, "Member 'UBorder::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBorder, VerticalAlignment) == 0x000121, "Member 'UBorder::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBorder, ContentColorAndOpacity) == 0x000124, "Member 'UBorder::ContentColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UBorder, ContentColorAndOpacityDelegate) == 0x000134, "Member 'UBorder::ContentColorAndOpacityDelegate' has a wrong offset!"); \ static_assert(offsetof(UBorder, Padding) == 0x000144, "Member 'UBorder::Padding' has a wrong offset!"); \ static_assert(offsetof(UBorder, Background) == 0x000158, "Member 'UBorder::Background' has a wrong offset!"); \ static_assert(offsetof(UBorder, BackgroundDelegate) == 0x0001E0, "Member 'UBorder::BackgroundDelegate' has a wrong offset!"); \ static_assert(offsetof(UBorder, BrushColor) == 0x0001F0, "Member 'UBorder::BrushColor' has a wrong offset!"); \ static_assert(offsetof(UBorder, BrushColorDelegate) == 0x000200, "Member 'UBorder::BrushColorDelegate' has a wrong offset!"); \ static_assert(offsetof(UBorder, DesiredSizeScale) == 0x000210, "Member 'UBorder::DesiredSizeScale' has a wrong offset!"); \ static_assert(offsetof(UBorder, bFlipForRightToLeftFlowDirection) == 0x000218, "Member 'UBorder::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ static_assert(offsetof(UBorder, OnMouseButtonDownEvent) == 0x00021C, "Member 'UBorder::OnMouseButtonDownEvent' has a wrong offset!"); \ static_assert(offsetof(UBorder, OnMouseButtonUpEvent) == 0x00022C, "Member 'UBorder::OnMouseButtonUpEvent' has a wrong offset!"); \ static_assert(offsetof(UBorder, OnMouseMoveEvent) == 0x00023C, "Member 'UBorder::OnMouseMoveEvent' has a wrong offset!"); \ static_assert(offsetof(UBorder, OnMouseDoubleClickEvent) == 0x00024C, "Member 'UBorder::OnMouseDoubleClickEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BorderSlot_SetHorizontalAlignment \ static_assert(alignof(BorderSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on BorderSlot_SetHorizontalAlignment"); \ static_assert(sizeof(BorderSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on BorderSlot_SetHorizontalAlignment"); \ static_assert(offsetof(BorderSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'BorderSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BorderSlot_SetPadding \ static_assert(alignof(BorderSlot_SetPadding) == 0x000004, "Wrong alignment on BorderSlot_SetPadding"); \ static_assert(sizeof(BorderSlot_SetPadding) == 0x000010, "Wrong size on BorderSlot_SetPadding"); \ static_assert(offsetof(BorderSlot_SetPadding, InPadding) == 0x000000, "Member 'BorderSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BorderSlot_SetVerticalAlignment \ static_assert(alignof(BorderSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on BorderSlot_SetVerticalAlignment"); \ static_assert(sizeof(BorderSlot_SetVerticalAlignment) == 0x000001, "Wrong size on BorderSlot_SetVerticalAlignment"); \ static_assert(offsetof(BorderSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'BorderSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBorderSlot \ static_assert(alignof(UBorderSlot) == 0x000008, "Wrong alignment on UBorderSlot"); \ static_assert(sizeof(UBorderSlot) == 0x000060, "Wrong size on UBorderSlot"); \ static_assert(offsetof(UBorderSlot, Padding) == 0x000038, "Member 'UBorderSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UBorderSlot, HorizontalAlignment) == 0x000048, "Member 'UBorderSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UBorderSlot, VerticalAlignment) == 0x000049, "Member 'UBorderSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_CheckBox_SetCheckedState \ static_assert(alignof(CheckBox_SetCheckedState) == 0x000001, "Wrong alignment on CheckBox_SetCheckedState"); \ static_assert(sizeof(CheckBox_SetCheckedState) == 0x000001, "Wrong size on CheckBox_SetCheckedState"); \ static_assert(offsetof(CheckBox_SetCheckedState, InCheckedState) == 0x000000, "Member 'CheckBox_SetCheckedState::InCheckedState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetClickMethod \ static_assert(alignof(CheckBox_SetClickMethod) == 0x000001, "Wrong alignment on CheckBox_SetClickMethod"); \ static_assert(sizeof(CheckBox_SetClickMethod) == 0x000001, "Wrong size on CheckBox_SetClickMethod"); \ static_assert(offsetof(CheckBox_SetClickMethod, InClickMethod) == 0x000000, "Member 'CheckBox_SetClickMethod::InClickMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetIsChecked \ static_assert(alignof(CheckBox_SetIsChecked) == 0x000001, "Wrong alignment on CheckBox_SetIsChecked"); \ static_assert(sizeof(CheckBox_SetIsChecked) == 0x000001, "Wrong size on CheckBox_SetIsChecked"); \ static_assert(offsetof(CheckBox_SetIsChecked, InIsChecked) == 0x000000, "Member 'CheckBox_SetIsChecked::InIsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetPressMethod \ static_assert(alignof(CheckBox_SetPressMethod) == 0x000001, "Wrong alignment on CheckBox_SetPressMethod"); \ static_assert(sizeof(CheckBox_SetPressMethod) == 0x000001, "Wrong size on CheckBox_SetPressMethod"); \ static_assert(offsetof(CheckBox_SetPressMethod, InPressMethod) == 0x000000, "Member 'CheckBox_SetPressMethod::InPressMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_SetTouchMethod \ static_assert(alignof(CheckBox_SetTouchMethod) == 0x000001, "Wrong alignment on CheckBox_SetTouchMethod"); \ static_assert(sizeof(CheckBox_SetTouchMethod) == 0x000001, "Wrong size on CheckBox_SetTouchMethod"); \ static_assert(offsetof(CheckBox_SetTouchMethod, InTouchMethod) == 0x000000, "Member 'CheckBox_SetTouchMethod::InTouchMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_GetCheckedState \ static_assert(alignof(CheckBox_GetCheckedState) == 0x000001, "Wrong alignment on CheckBox_GetCheckedState"); \ static_assert(sizeof(CheckBox_GetCheckedState) == 0x000001, "Wrong size on CheckBox_GetCheckedState"); \ static_assert(offsetof(CheckBox_GetCheckedState, ReturnValue) == 0x000000, "Member 'CheckBox_GetCheckedState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_IsChecked \ static_assert(alignof(CheckBox_IsChecked) == 0x000001, "Wrong alignment on CheckBox_IsChecked"); \ static_assert(sizeof(CheckBox_IsChecked) == 0x000001, "Wrong size on CheckBox_IsChecked"); \ static_assert(offsetof(CheckBox_IsChecked, ReturnValue) == 0x000000, "Member 'CheckBox_IsChecked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckBox_IsPressed \ static_assert(alignof(CheckBox_IsPressed) == 0x000001, "Wrong alignment on CheckBox_IsPressed"); \ static_assert(sizeof(CheckBox_IsPressed) == 0x000001, "Wrong size on CheckBox_IsPressed"); \ static_assert(offsetof(CheckBox_IsPressed, ReturnValue) == 0x000000, "Member 'CheckBox_IsPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheckBox \ static_assert(alignof(UCheckBox) == 0x000008, "Wrong alignment on UCheckBox"); \ static_assert(sizeof(UCheckBox) == 0x000770, "Wrong size on UCheckBox"); \ static_assert(offsetof(UCheckBox, CheckedState) == 0x000120, "Member 'UCheckBox::CheckedState' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedStateDelegate) == 0x000124, "Member 'UCheckBox::CheckedStateDelegate' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, WidgetStyle) == 0x000138, "Member 'UCheckBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, Style) == 0x0006B8, "Member 'UCheckBox::Style' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UncheckedImage) == 0x0006C0, "Member 'UCheckBox::UncheckedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UncheckedHoveredImage) == 0x0006C8, "Member 'UCheckBox::UncheckedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UncheckedPressedImage) == 0x0006D0, "Member 'UCheckBox::UncheckedPressedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedImage) == 0x0006D8, "Member 'UCheckBox::CheckedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedHoveredImage) == 0x0006E0, "Member 'UCheckBox::CheckedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, CheckedPressedImage) == 0x0006E8, "Member 'UCheckBox::CheckedPressedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UndeterminedImage) == 0x0006F0, "Member 'UCheckBox::UndeterminedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UndeterminedHoveredImage) == 0x0006F8, "Member 'UCheckBox::UndeterminedHoveredImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, UndeterminedPressedImage) == 0x000700, "Member 'UCheckBox::UndeterminedPressedImage' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, HorizontalAlignment) == 0x000708, "Member 'UCheckBox::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, Padding) == 0x00070C, "Member 'UCheckBox::Padding' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, BorderBackgroundColor) == 0x000720, "Member 'UCheckBox::BorderBackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, ClickMethod) == 0x000748, "Member 'UCheckBox::ClickMethod' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, TouchMethod) == 0x000749, "Member 'UCheckBox::TouchMethod' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, PressMethod) == 0x00074A, "Member 'UCheckBox::PressMethod' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, IsFocusable) == 0x00074B, "Member 'UCheckBox::IsFocusable' has a wrong offset!"); \ static_assert(offsetof(UCheckBox, OnCheckStateChanged) == 0x000750, "Member 'UCheckBox::OnCheckStateChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CheckedStateBinding_GetValue \ static_assert(alignof(CheckedStateBinding_GetValue) == 0x000001, "Wrong alignment on CheckedStateBinding_GetValue"); \ static_assert(sizeof(CheckedStateBinding_GetValue) == 0x000001, "Wrong size on CheckedStateBinding_GetValue"); \ static_assert(offsetof(CheckedStateBinding_GetValue, ReturnValue) == 0x000000, "Member 'CheckedStateBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCheckedStateBinding \ static_assert(alignof(UCheckedStateBinding) == 0x000008, "Wrong alignment on UCheckedStateBinding"); \ static_assert(sizeof(UCheckedStateBinding) == 0x000068, "Wrong size on UCheckedStateBinding"); \ #define DUMPER7_ASSERTS_CircularThrobber_SetNumberOfPieces \ static_assert(alignof(CircularThrobber_SetNumberOfPieces) == 0x000004, "Wrong alignment on CircularThrobber_SetNumberOfPieces"); \ static_assert(sizeof(CircularThrobber_SetNumberOfPieces) == 0x000004, "Wrong size on CircularThrobber_SetNumberOfPieces"); \ static_assert(offsetof(CircularThrobber_SetNumberOfPieces, InNumberOfPieces) == 0x000000, "Member 'CircularThrobber_SetNumberOfPieces::InNumberOfPieces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CircularThrobber_SetPeriod \ static_assert(alignof(CircularThrobber_SetPeriod) == 0x000004, "Wrong alignment on CircularThrobber_SetPeriod"); \ static_assert(sizeof(CircularThrobber_SetPeriod) == 0x000004, "Wrong size on CircularThrobber_SetPeriod"); \ static_assert(offsetof(CircularThrobber_SetPeriod, InPeriod) == 0x000000, "Member 'CircularThrobber_SetPeriod::InPeriod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CircularThrobber_SetRadius \ static_assert(alignof(CircularThrobber_SetRadius) == 0x000004, "Wrong alignment on CircularThrobber_SetRadius"); \ static_assert(sizeof(CircularThrobber_SetRadius) == 0x000004, "Wrong size on CircularThrobber_SetRadius"); \ static_assert(offsetof(CircularThrobber_SetRadius, InRadius) == 0x000000, "Member 'CircularThrobber_SetRadius::InRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCircularThrobber \ static_assert(alignof(UCircularThrobber) == 0x000008, "Wrong alignment on UCircularThrobber"); \ static_assert(sizeof(UCircularThrobber) == 0x0001C0, "Wrong size on UCircularThrobber"); \ static_assert(offsetof(UCircularThrobber, NumberOfPieces) == 0x000108, "Member 'UCircularThrobber::NumberOfPieces' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, Period) == 0x00010C, "Member 'UCircularThrobber::Period' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, Radius) == 0x000110, "Member 'UCircularThrobber::Radius' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, PieceImage) == 0x000118, "Member 'UCircularThrobber::PieceImage' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, Image) == 0x000120, "Member 'UCircularThrobber::Image' has a wrong offset!"); \ static_assert(offsetof(UCircularThrobber, bEnableRadius) == 0x0001A8, "Member 'UCircularThrobber::bEnableRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000E10, "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!"); \ static_assert(offsetof(UComboBoxString, OnClosing) == 0x000DB0, "Member 'UComboBoxString::OnClosing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragDropOperation_DragCancelled \ static_assert(alignof(DragDropOperation_DragCancelled) == 0x000008, "Wrong alignment on DragDropOperation_DragCancelled"); \ static_assert(sizeof(DragDropOperation_DragCancelled) == 0x000078, "Wrong size on DragDropOperation_DragCancelled"); \ static_assert(offsetof(DragDropOperation_DragCancelled, PointerEvent) == 0x000000, "Member 'DragDropOperation_DragCancelled::PointerEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragDropOperation_Dragged \ static_assert(alignof(DragDropOperation_Dragged) == 0x000008, "Wrong alignment on DragDropOperation_Dragged"); \ static_assert(sizeof(DragDropOperation_Dragged) == 0x000078, "Wrong size on DragDropOperation_Dragged"); \ static_assert(offsetof(DragDropOperation_Dragged, PointerEvent) == 0x000000, "Member 'DragDropOperation_Dragged::PointerEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragDropOperation_Drop \ static_assert(alignof(DragDropOperation_Drop) == 0x000008, "Wrong alignment on DragDropOperation_Drop"); \ static_assert(sizeof(DragDropOperation_Drop) == 0x000078, "Wrong size on DragDropOperation_Drop"); \ static_assert(offsetof(DragDropOperation_Drop, PointerEvent) == 0x000000, "Member 'DragDropOperation_Drop::PointerEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDragDropOperation \ static_assert(alignof(UDragDropOperation) == 0x000008, "Wrong alignment on UDragDropOperation"); \ static_assert(sizeof(UDragDropOperation) == 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_EditableTextBox_SetError \ static_assert(alignof(EditableTextBox_SetError) == 0x000008, "Wrong alignment on EditableTextBox_SetError"); \ static_assert(sizeof(EditableTextBox_SetError) == 0x000018, "Wrong size on EditableTextBox_SetError"); \ static_assert(offsetof(EditableTextBox_SetError, InError) == 0x000000, "Member 'EditableTextBox_SetError::InError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_SetHintText \ static_assert(alignof(EditableTextBox_SetHintText) == 0x000008, "Wrong alignment on EditableTextBox_SetHintText"); \ static_assert(sizeof(EditableTextBox_SetHintText) == 0x000018, "Wrong size on EditableTextBox_SetHintText"); \ static_assert(offsetof(EditableTextBox_SetHintText, InText) == 0x000000, "Member 'EditableTextBox_SetHintText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_SetIsPassword \ static_assert(alignof(EditableTextBox_SetIsPassword) == 0x000001, "Wrong alignment on EditableTextBox_SetIsPassword"); \ static_assert(sizeof(EditableTextBox_SetIsPassword) == 0x000001, "Wrong size on EditableTextBox_SetIsPassword"); \ static_assert(offsetof(EditableTextBox_SetIsPassword, bIsPassword) == 0x000000, "Member 'EditableTextBox_SetIsPassword::bIsPassword' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_SetIsReadOnly \ static_assert(alignof(EditableTextBox_SetIsReadOnly) == 0x000001, "Wrong alignment on EditableTextBox_SetIsReadOnly"); \ static_assert(sizeof(EditableTextBox_SetIsReadOnly) == 0x000001, "Wrong size on EditableTextBox_SetIsReadOnly"); \ static_assert(offsetof(EditableTextBox_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'EditableTextBox_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_SetJustification \ static_assert(alignof(EditableTextBox_SetJustification) == 0x000001, "Wrong alignment on EditableTextBox_SetJustification"); \ static_assert(sizeof(EditableTextBox_SetJustification) == 0x000001, "Wrong size on EditableTextBox_SetJustification"); \ static_assert(offsetof(EditableTextBox_SetJustification, InJustification) == 0x000000, "Member 'EditableTextBox_SetJustification::InJustification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_SetText \ static_assert(alignof(EditableTextBox_SetText) == 0x000008, "Wrong alignment on EditableTextBox_SetText"); \ static_assert(sizeof(EditableTextBox_SetText) == 0x000018, "Wrong size on EditableTextBox_SetText"); \ static_assert(offsetof(EditableTextBox_SetText, InText) == 0x000000, "Member 'EditableTextBox_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_GetText \ static_assert(alignof(EditableTextBox_GetText) == 0x000008, "Wrong alignment on EditableTextBox_GetText"); \ static_assert(sizeof(EditableTextBox_GetText) == 0x000018, "Wrong size on EditableTextBox_GetText"); \ static_assert(offsetof(EditableTextBox_GetText, ReturnValue) == 0x000000, "Member 'EditableTextBox_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EditableTextBox_HasError \ static_assert(alignof(EditableTextBox_HasError) == 0x000001, "Wrong alignment on EditableTextBox_HasError"); \ static_assert(sizeof(EditableTextBox_HasError) == 0x000001, "Wrong size on EditableTextBox_HasError"); \ static_assert(offsetof(EditableTextBox_HasError, ReturnValue) == 0x000000, "Member 'EditableTextBox_HasError::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditableTextBox \ static_assert(alignof(UEditableTextBox) == 0x000008, "Wrong alignment on UEditableTextBox"); \ static_assert(sizeof(UEditableTextBox) == 0x000A38, "Wrong size on UEditableTextBox"); \ static_assert(offsetof(UEditableTextBox, Text) == 0x000108, "Member 'UEditableTextBox::Text' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, TextDelegate) == 0x000120, "Member 'UEditableTextBox::TextDelegate' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, WidgetStyle) == 0x000130, "Member 'UEditableTextBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, Style) == 0x000928, "Member 'UEditableTextBox::Style' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, HintText) == 0x000930, "Member 'UEditableTextBox::HintText' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, HintTextDelegate) == 0x000948, "Member 'UEditableTextBox::HintTextDelegate' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, Font) == 0x000958, "Member 'UEditableTextBox::Font' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, ForegroundColor) == 0x0009B0, "Member 'UEditableTextBox::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, BackgroundColor) == 0x0009C0, "Member 'UEditableTextBox::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, ReadOnlyForegroundColor) == 0x0009D0, "Member 'UEditableTextBox::ReadOnlyForegroundColor' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, IsReadOnly) == 0x0009E0, "Member 'UEditableTextBox::IsReadOnly' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, IsPassword) == 0x0009E1, "Member 'UEditableTextBox::IsPassword' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, MinimumDesiredWidth) == 0x0009E4, "Member 'UEditableTextBox::MinimumDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, Padding) == 0x0009E8, "Member 'UEditableTextBox::Padding' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, IsCaretMovedWhenGainFocus) == 0x0009F8, "Member 'UEditableTextBox::IsCaretMovedWhenGainFocus' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, SelectAllTextWhenFocused) == 0x0009F9, "Member 'UEditableTextBox::SelectAllTextWhenFocused' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, RevertTextOnEscape) == 0x0009FA, "Member 'UEditableTextBox::RevertTextOnEscape' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, ClearKeyboardFocusOnCommit) == 0x0009FB, "Member 'UEditableTextBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, SelectAllTextOnCommit) == 0x0009FC, "Member 'UEditableTextBox::SelectAllTextOnCommit' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, AllowContextMenu) == 0x0009FD, "Member 'UEditableTextBox::AllowContextMenu' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, KeyboardType) == 0x0009FE, "Member 'UEditableTextBox::KeyboardType' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, VirtualKeyboardOptions) == 0x0009FF, "Member 'UEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, VirtualKeyboardTrigger) == 0x000A00, "Member 'UEditableTextBox::VirtualKeyboardTrigger' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, VirtualKeyboardDismissAction) == 0x000A01, "Member 'UEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, Justification) == 0x000A02, "Member 'UEditableTextBox::Justification' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, ShapedTextOptions) == 0x000A03, "Member 'UEditableTextBox::ShapedTextOptions' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, OnTextChanged) == 0x000A08, "Member 'UEditableTextBox::OnTextChanged' has a wrong offset!"); \ static_assert(offsetof(UEditableTextBox, OnTextCommitted) == 0x000A18, "Member 'UEditableTextBox::OnTextCommitted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpandableArea_SetIsExpanded \ static_assert(alignof(ExpandableArea_SetIsExpanded) == 0x000001, "Wrong alignment on ExpandableArea_SetIsExpanded"); \ static_assert(sizeof(ExpandableArea_SetIsExpanded) == 0x000001, "Wrong size on ExpandableArea_SetIsExpanded"); \ static_assert(offsetof(ExpandableArea_SetIsExpanded, IsExpanded) == 0x000000, "Member 'ExpandableArea_SetIsExpanded::IsExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpandableArea_SetIsExpanded_Animated \ static_assert(alignof(ExpandableArea_SetIsExpanded_Animated) == 0x000001, "Wrong alignment on ExpandableArea_SetIsExpanded_Animated"); \ static_assert(sizeof(ExpandableArea_SetIsExpanded_Animated) == 0x000001, "Wrong size on ExpandableArea_SetIsExpanded_Animated"); \ static_assert(offsetof(ExpandableArea_SetIsExpanded_Animated, IsExpanded) == 0x000000, "Member 'ExpandableArea_SetIsExpanded_Animated::IsExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ExpandableArea_GetIsExpanded \ static_assert(alignof(ExpandableArea_GetIsExpanded) == 0x000001, "Wrong alignment on ExpandableArea_GetIsExpanded"); \ static_assert(sizeof(ExpandableArea_GetIsExpanded) == 0x000001, "Wrong size on ExpandableArea_GetIsExpanded"); \ static_assert(offsetof(ExpandableArea_GetIsExpanded, ReturnValue) == 0x000000, "Member 'ExpandableArea_GetIsExpanded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExpandableArea \ static_assert(alignof(UExpandableArea) == 0x000008, "Wrong alignment on UExpandableArea"); \ static_assert(sizeof(UExpandableArea) == 0x000338, "Wrong size on UExpandableArea"); \ static_assert(offsetof(UExpandableArea, Style) == 0x000110, "Member 'UExpandableArea::Style' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, BorderBrush) == 0x000230, "Member 'UExpandableArea::BorderBrush' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, BorderColor) == 0x0002B8, "Member 'UExpandableArea::BorderColor' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, bIsExpanded) == 0x0002E0, "Member 'UExpandableArea::bIsExpanded' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, MaxHeight) == 0x0002E4, "Member 'UExpandableArea::MaxHeight' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, HeaderPadding) == 0x0002E8, "Member 'UExpandableArea::HeaderPadding' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, AreaPadding) == 0x0002F8, "Member 'UExpandableArea::AreaPadding' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, OnExpansionChanged) == 0x000308, "Member 'UExpandableArea::OnExpansionChanged' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, HeaderContent) == 0x000318, "Member 'UExpandableArea::HeaderContent' has a wrong offset!"); \ static_assert(offsetof(UExpandableArea, BodyContent) == 0x000320, "Member 'UExpandableArea::BodyContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FloatBinding_GetValue \ static_assert(alignof(FloatBinding_GetValue) == 0x000004, "Wrong alignment on FloatBinding_GetValue"); \ static_assert(sizeof(FloatBinding_GetValue) == 0x000004, "Wrong size on FloatBinding_GetValue"); \ static_assert(offsetof(FloatBinding_GetValue, ReturnValue) == 0x000000, "Member 'FloatBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFloatBinding \ static_assert(alignof(UFloatBinding) == 0x000008, "Wrong alignment on UFloatBinding"); \ static_assert(sizeof(UFloatBinding) == 0x000060, "Wrong size on UFloatBinding"); \ #define DUMPER7_ASSERTS_GridPanel_AddChildToGrid \ static_assert(alignof(GridPanel_AddChildToGrid) == 0x000008, "Wrong alignment on GridPanel_AddChildToGrid"); \ static_assert(sizeof(GridPanel_AddChildToGrid) == 0x000018, "Wrong size on GridPanel_AddChildToGrid"); \ static_assert(offsetof(GridPanel_AddChildToGrid, Content) == 0x000000, "Member 'GridPanel_AddChildToGrid::Content' has a wrong offset!"); \ static_assert(offsetof(GridPanel_AddChildToGrid, InRow) == 0x000008, "Member 'GridPanel_AddChildToGrid::InRow' has a wrong offset!"); \ static_assert(offsetof(GridPanel_AddChildToGrid, InColumn) == 0x00000C, "Member 'GridPanel_AddChildToGrid::InColumn' has a wrong offset!"); \ static_assert(offsetof(GridPanel_AddChildToGrid, ReturnValue) == 0x000010, "Member 'GridPanel_AddChildToGrid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridPanel_SetColumnFill \ static_assert(alignof(GridPanel_SetColumnFill) == 0x000004, "Wrong alignment on GridPanel_SetColumnFill"); \ static_assert(sizeof(GridPanel_SetColumnFill) == 0x000008, "Wrong size on GridPanel_SetColumnFill"); \ static_assert(offsetof(GridPanel_SetColumnFill, ColumnIndex) == 0x000000, "Member 'GridPanel_SetColumnFill::ColumnIndex' has a wrong offset!"); \ static_assert(offsetof(GridPanel_SetColumnFill, Coefficient) == 0x000004, "Member 'GridPanel_SetColumnFill::Coefficient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridPanel_SetRowFill \ static_assert(alignof(GridPanel_SetRowFill) == 0x000004, "Wrong alignment on GridPanel_SetRowFill"); \ static_assert(sizeof(GridPanel_SetRowFill) == 0x000008, "Wrong size on GridPanel_SetRowFill"); \ static_assert(offsetof(GridPanel_SetRowFill, ColumnIndex) == 0x000000, "Member 'GridPanel_SetRowFill::ColumnIndex' has a wrong offset!"); \ static_assert(offsetof(GridPanel_SetRowFill, Coefficient) == 0x000004, "Member 'GridPanel_SetRowFill::Coefficient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGridPanel \ static_assert(alignof(UGridPanel) == 0x000008, "Wrong alignment on UGridPanel"); \ static_assert(sizeof(UGridPanel) == 0x000150, "Wrong size on UGridPanel"); \ static_assert(offsetof(UGridPanel, ColumnFill) == 0x000120, "Member 'UGridPanel::ColumnFill' has a wrong offset!"); \ static_assert(offsetof(UGridPanel, RowFill) == 0x000130, "Member 'UGridPanel::RowFill' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetColumn \ static_assert(alignof(GridSlot_SetColumn) == 0x000004, "Wrong alignment on GridSlot_SetColumn"); \ static_assert(sizeof(GridSlot_SetColumn) == 0x000004, "Wrong size on GridSlot_SetColumn"); \ static_assert(offsetof(GridSlot_SetColumn, InColumn) == 0x000000, "Member 'GridSlot_SetColumn::InColumn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetColumnSpan \ static_assert(alignof(GridSlot_SetColumnSpan) == 0x000004, "Wrong alignment on GridSlot_SetColumnSpan"); \ static_assert(sizeof(GridSlot_SetColumnSpan) == 0x000004, "Wrong size on GridSlot_SetColumnSpan"); \ static_assert(offsetof(GridSlot_SetColumnSpan, InColumnSpan) == 0x000000, "Member 'GridSlot_SetColumnSpan::InColumnSpan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetHorizontalAlignment \ static_assert(alignof(GridSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on GridSlot_SetHorizontalAlignment"); \ static_assert(sizeof(GridSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on GridSlot_SetHorizontalAlignment"); \ static_assert(offsetof(GridSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'GridSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetLayer \ static_assert(alignof(GridSlot_SetLayer) == 0x000004, "Wrong alignment on GridSlot_SetLayer"); \ static_assert(sizeof(GridSlot_SetLayer) == 0x000004, "Wrong size on GridSlot_SetLayer"); \ static_assert(offsetof(GridSlot_SetLayer, InLayer) == 0x000000, "Member 'GridSlot_SetLayer::InLayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetNudge \ static_assert(alignof(GridSlot_SetNudge) == 0x000004, "Wrong alignment on GridSlot_SetNudge"); \ static_assert(sizeof(GridSlot_SetNudge) == 0x000008, "Wrong size on GridSlot_SetNudge"); \ static_assert(offsetof(GridSlot_SetNudge, InNudge) == 0x000000, "Member 'GridSlot_SetNudge::InNudge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetPadding \ static_assert(alignof(GridSlot_SetPadding) == 0x000004, "Wrong alignment on GridSlot_SetPadding"); \ static_assert(sizeof(GridSlot_SetPadding) == 0x000010, "Wrong size on GridSlot_SetPadding"); \ static_assert(offsetof(GridSlot_SetPadding, InPadding) == 0x000000, "Member 'GridSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetRow \ static_assert(alignof(GridSlot_SetRow) == 0x000004, "Wrong alignment on GridSlot_SetRow"); \ static_assert(sizeof(GridSlot_SetRow) == 0x000004, "Wrong size on GridSlot_SetRow"); \ static_assert(offsetof(GridSlot_SetRow, InRow) == 0x000000, "Member 'GridSlot_SetRow::InRow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetRowSpan \ static_assert(alignof(GridSlot_SetRowSpan) == 0x000004, "Wrong alignment on GridSlot_SetRowSpan"); \ static_assert(sizeof(GridSlot_SetRowSpan) == 0x000004, "Wrong size on GridSlot_SetRowSpan"); \ static_assert(offsetof(GridSlot_SetRowSpan, InRowSpan) == 0x000000, "Member 'GridSlot_SetRowSpan::InRowSpan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GridSlot_SetVerticalAlignment \ static_assert(alignof(GridSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on GridSlot_SetVerticalAlignment"); \ static_assert(sizeof(GridSlot_SetVerticalAlignment) == 0x000001, "Wrong size on GridSlot_SetVerticalAlignment"); \ static_assert(offsetof(GridSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'GridSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGridSlot \ static_assert(alignof(UGridSlot) == 0x000008, "Wrong alignment on UGridSlot"); \ static_assert(sizeof(UGridSlot) == 0x000070, "Wrong size on UGridSlot"); \ static_assert(offsetof(UGridSlot, Padding) == 0x000038, "Member 'UGridSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UGridSlot, HorizontalAlignment) == 0x000048, "Member 'UGridSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UGridSlot, VerticalAlignment) == 0x000049, "Member 'UGridSlot::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UGridSlot, Row) == 0x00004C, "Member 'UGridSlot::Row' has a wrong offset!"); \ static_assert(offsetof(UGridSlot, RowSpan) == 0x000050, "Member 'UGridSlot::RowSpan' has a wrong offset!"); \ static_assert(offsetof(UGridSlot, Column) == 0x000054, "Member 'UGridSlot::Column' has a wrong offset!"); \ static_assert(offsetof(UGridSlot, ColumnSpan) == 0x000058, "Member 'UGridSlot::ColumnSpan' has a wrong offset!"); \ static_assert(offsetof(UGridSlot, Layer) == 0x00005C, "Member 'UGridSlot::Layer' has a wrong offset!"); \ static_assert(offsetof(UGridSlot, Nudge) == 0x000060, "Member 'UGridSlot::Nudge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HorizontalBox_AddChildToHorizontalBox \ static_assert(alignof(HorizontalBox_AddChildToHorizontalBox) == 0x000008, "Wrong alignment on HorizontalBox_AddChildToHorizontalBox"); \ static_assert(sizeof(HorizontalBox_AddChildToHorizontalBox) == 0x000010, "Wrong size on HorizontalBox_AddChildToHorizontalBox"); \ static_assert(offsetof(HorizontalBox_AddChildToHorizontalBox, Content) == 0x000000, "Member 'HorizontalBox_AddChildToHorizontalBox::Content' has a wrong offset!"); \ static_assert(offsetof(HorizontalBox_AddChildToHorizontalBox, ReturnValue) == 0x000008, "Member 'HorizontalBox_AddChildToHorizontalBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHorizontalBox \ static_assert(alignof(UHorizontalBox) == 0x000008, "Wrong alignment on UHorizontalBox"); \ static_assert(sizeof(UHorizontalBox) == 0x000130, "Wrong size on UHorizontalBox"); \ #define DUMPER7_ASSERTS_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_UserListEntry_BP_OnItemExpansionChanged \ static_assert(alignof(UserListEntry_BP_OnItemExpansionChanged) == 0x000001, "Wrong alignment on UserListEntry_BP_OnItemExpansionChanged"); \ static_assert(sizeof(UserListEntry_BP_OnItemExpansionChanged) == 0x000001, "Wrong size on UserListEntry_BP_OnItemExpansionChanged"); \ static_assert(offsetof(UserListEntry_BP_OnItemExpansionChanged, bIsExpanded) == 0x000000, "Member 'UserListEntry_BP_OnItemExpansionChanged::bIsExpanded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserListEntry_BP_OnItemSelectionChanged \ static_assert(alignof(UserListEntry_BP_OnItemSelectionChanged) == 0x000001, "Wrong alignment on UserListEntry_BP_OnItemSelectionChanged"); \ static_assert(sizeof(UserListEntry_BP_OnItemSelectionChanged) == 0x000001, "Wrong size on UserListEntry_BP_OnItemSelectionChanged"); \ static_assert(offsetof(UserListEntry_BP_OnItemSelectionChanged, bIsSelected) == 0x000000, "Member 'UserListEntry_BP_OnItemSelectionChanged::bIsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUserListEntry \ static_assert(alignof(IUserListEntry) == 0x000001, "Wrong alignment on IUserListEntry"); \ static_assert(sizeof(IUserListEntry) == 0x000001, "Wrong size on IUserListEntry"); \ #define DUMPER7_ASSERTS_UserListEntryLibrary_GetOwningListView \ static_assert(alignof(UserListEntryLibrary_GetOwningListView) == 0x000008, "Wrong alignment on UserListEntryLibrary_GetOwningListView"); \ static_assert(sizeof(UserListEntryLibrary_GetOwningListView) == 0x000018, "Wrong size on UserListEntryLibrary_GetOwningListView"); \ static_assert(offsetof(UserListEntryLibrary_GetOwningListView, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_GetOwningListView::UserListEntry' has a wrong offset!"); \ static_assert(offsetof(UserListEntryLibrary_GetOwningListView, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_GetOwningListView::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemExpanded \ static_assert(alignof(UserListEntryLibrary_IsListItemExpanded) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemExpanded"); \ static_assert(sizeof(UserListEntryLibrary_IsListItemExpanded) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemExpanded"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemExpanded::UserListEntry' has a wrong offset!"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemExpanded, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemExpanded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UserListEntryLibrary_IsListItemSelected \ static_assert(alignof(UserListEntryLibrary_IsListItemSelected) == 0x000008, "Wrong alignment on UserListEntryLibrary_IsListItemSelected"); \ static_assert(sizeof(UserListEntryLibrary_IsListItemSelected) == 0x000018, "Wrong size on UserListEntryLibrary_IsListItemSelected"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, UserListEntry) == 0x000000, "Member 'UserListEntryLibrary_IsListItemSelected::UserListEntry' has a wrong offset!"); \ static_assert(offsetof(UserListEntryLibrary_IsListItemSelected, ReturnValue) == 0x000010, "Member 'UserListEntryLibrary_IsListItemSelected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserListEntryLibrary \ static_assert(alignof(UUserListEntryLibrary) == 0x000008, "Wrong alignment on UUserListEntryLibrary"); \ static_assert(sizeof(UUserListEntryLibrary) == 0x000028, "Wrong size on UUserListEntryLibrary"); \ #define DUMPER7_ASSERTS_UserObjectListEntry_OnListItemObjectSet \ static_assert(alignof(UserObjectListEntry_OnListItemObjectSet) == 0x000008, "Wrong alignment on UserObjectListEntry_OnListItemObjectSet"); \ static_assert(sizeof(UserObjectListEntry_OnListItemObjectSet) == 0x000008, "Wrong size on UserObjectListEntry_OnListItemObjectSet"); \ static_assert(offsetof(UserObjectListEntry_OnListItemObjectSet, ListItemObject) == 0x000000, "Member 'UserObjectListEntry_OnListItemObjectSet::ListItemObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IUserObjectListEntry \ static_assert(alignof(IUserObjectListEntry) == 0x000001, "Wrong alignment on IUserObjectListEntry"); \ static_assert(sizeof(IUserObjectListEntry) == 0x000001, "Wrong size on IUserObjectListEntry"); \ #define DUMPER7_ASSERTS_UserObjectListEntryLibrary_GetListItemObject \ static_assert(alignof(UserObjectListEntryLibrary_GetListItemObject) == 0x000008, "Wrong alignment on UserObjectListEntryLibrary_GetListItemObject"); \ static_assert(sizeof(UserObjectListEntryLibrary_GetListItemObject) == 0x000018, "Wrong size on UserObjectListEntryLibrary_GetListItemObject"); \ static_assert(offsetof(UserObjectListEntryLibrary_GetListItemObject, UserObjectListEntry) == 0x000000, "Member 'UserObjectListEntryLibrary_GetListItemObject::UserObjectListEntry' has a wrong offset!"); \ static_assert(offsetof(UserObjectListEntryLibrary_GetListItemObject, ReturnValue) == 0x000010, "Member 'UserObjectListEntryLibrary_GetListItemObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUserObjectListEntryLibrary \ static_assert(alignof(UUserObjectListEntryLibrary) == 0x000008, "Wrong alignment on UUserObjectListEntryLibrary"); \ static_assert(sizeof(UUserObjectListEntryLibrary) == 0x000028, "Wrong size on UUserObjectListEntryLibrary"); \ #define DUMPER7_ASSERTS_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_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_UMovieSceneMarginPropertySystem \ static_assert(alignof(UMovieSceneMarginPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneMarginPropertySystem"); \ static_assert(sizeof(UMovieSceneMarginPropertySystem) == 0x000058, "Wrong size on UMovieSceneMarginPropertySystem"); \ #define DUMPER7_ASSERTS_UMovieSceneMarginSection \ static_assert(alignof(UMovieSceneMarginSection) == 0x000008, "Wrong alignment on UMovieSceneMarginSection"); \ static_assert(sizeof(UMovieSceneMarginSection) == 0x000370, "Wrong size on UMovieSceneMarginSection"); \ static_assert(offsetof(UMovieSceneMarginSection, TopCurve) == 0x0000F0, "Member 'UMovieSceneMarginSection::TopCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMarginSection, LeftCurve) == 0x000190, "Member 'UMovieSceneMarginSection::LeftCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMarginSection, RightCurve) == 0x000230, "Member 'UMovieSceneMarginSection::RightCurve' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneMarginSection, BottomCurve) == 0x0002D0, "Member 'UMovieSceneMarginSection::BottomCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneMarginTrack \ static_assert(alignof(UMovieSceneMarginTrack) == 0x000008, "Wrong alignment on UMovieSceneMarginTrack"); \ static_assert(sizeof(UMovieSceneMarginTrack) == 0x0000C0, "Wrong size on UMovieSceneMarginTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneWidgetMaterialTrack \ static_assert(alignof(UMovieSceneWidgetMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneWidgetMaterialTrack"); \ static_assert(sizeof(UMovieSceneWidgetMaterialTrack) == 0x0000C0, "Wrong size on UMovieSceneWidgetMaterialTrack"); \ static_assert(offsetof(UMovieSceneWidgetMaterialTrack, BrushPropertyNamePath) == 0x0000A8, "Member 'UMovieSceneWidgetMaterialTrack::BrushPropertyNamePath' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneWidgetMaterialTrack, TrackName) == 0x0000B8, "Member 'UMovieSceneWidgetMaterialTrack::TrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextLayoutWidget_SetJustification \ static_assert(alignof(TextLayoutWidget_SetJustification) == 0x000001, "Wrong alignment on TextLayoutWidget_SetJustification"); \ static_assert(sizeof(TextLayoutWidget_SetJustification) == 0x000001, "Wrong size on TextLayoutWidget_SetJustification"); \ static_assert(offsetof(TextLayoutWidget_SetJustification, InJustification) == 0x000000, "Member 'TextLayoutWidget_SetJustification::InJustification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextLayoutWidget \ static_assert(alignof(UTextLayoutWidget) == 0x000008, "Wrong alignment on UTextLayoutWidget"); \ static_assert(sizeof(UTextLayoutWidget) == 0x000128, "Wrong size on UTextLayoutWidget"); \ static_assert(offsetof(UTextLayoutWidget, ShapedTextOptions) == 0x000108, "Member 'UTextLayoutWidget::ShapedTextOptions' has a wrong offset!"); \ static_assert(offsetof(UTextLayoutWidget, Justification) == 0x00010B, "Member 'UTextLayoutWidget::Justification' has a wrong offset!"); \ static_assert(offsetof(UTextLayoutWidget, WrappingPolicy) == 0x00010C, "Member 'UTextLayoutWidget::WrappingPolicy' has a wrong offset!"); \ static_assert(offsetof(UTextLayoutWidget, WrapTextAt) == 0x000110, "Member 'UTextLayoutWidget::WrapTextAt' has a wrong offset!"); \ static_assert(offsetof(UTextLayoutWidget, Margin) == 0x000114, "Member 'UTextLayoutWidget::Margin' has a wrong offset!"); \ static_assert(offsetof(UTextLayoutWidget, LineHeightPercentage) == 0x000124, "Member 'UTextLayoutWidget::LineHeightPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_SetHintText \ static_assert(alignof(MultiLineEditableText_SetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetHintText"); \ static_assert(sizeof(MultiLineEditableText_SetHintText) == 0x000018, "Wrong size on MultiLineEditableText_SetHintText"); \ static_assert(offsetof(MultiLineEditableText_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableText_SetHintText::InHintText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_SetIsReadOnly \ static_assert(alignof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableText_SetIsReadOnly"); \ static_assert(sizeof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableText_SetIsReadOnly"); \ static_assert(offsetof(MultiLineEditableText_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableText_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_SetText \ static_assert(alignof(MultiLineEditableText_SetText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetText"); \ static_assert(sizeof(MultiLineEditableText_SetText) == 0x000018, "Wrong size on MultiLineEditableText_SetText"); \ static_assert(offsetof(MultiLineEditableText_SetText, InText) == 0x000000, "Member 'MultiLineEditableText_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_SetWidgetStyle \ static_assert(alignof(MultiLineEditableText_SetWidgetStyle) == 0x000008, "Wrong alignment on MultiLineEditableText_SetWidgetStyle"); \ static_assert(sizeof(MultiLineEditableText_SetWidgetStyle) == 0x000270, "Wrong size on MultiLineEditableText_SetWidgetStyle"); \ static_assert(offsetof(MultiLineEditableText_SetWidgetStyle, InWidgetStyle) == 0x000000, "Member 'MultiLineEditableText_SetWidgetStyle::InWidgetStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_GetHintText \ static_assert(alignof(MultiLineEditableText_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetHintText"); \ static_assert(sizeof(MultiLineEditableText_GetHintText) == 0x000018, "Wrong size on MultiLineEditableText_GetHintText"); \ static_assert(offsetof(MultiLineEditableText_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetHintText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableText_GetText \ static_assert(alignof(MultiLineEditableText_GetText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetText"); \ static_assert(sizeof(MultiLineEditableText_GetText) == 0x000018, "Wrong size on MultiLineEditableText_GetText"); \ static_assert(offsetof(MultiLineEditableText_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiLineEditableText \ static_assert(alignof(UMultiLineEditableText) == 0x000008, "Wrong alignment on UMultiLineEditableText"); \ static_assert(sizeof(UMultiLineEditableText) == 0x000470, "Wrong size on UMultiLineEditableText"); \ static_assert(offsetof(UMultiLineEditableText, Text) == 0x000128, "Member 'UMultiLineEditableText::Text' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, HintText) == 0x000140, "Member 'UMultiLineEditableText::HintText' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, HintTextDelegate) == 0x000158, "Member 'UMultiLineEditableText::HintTextDelegate' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, WidgetStyle) == 0x000168, "Member 'UMultiLineEditableText::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, bIsReadOnly) == 0x0003D8, "Member 'UMultiLineEditableText::bIsReadOnly' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, Font) == 0x0003E0, "Member 'UMultiLineEditableText::Font' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, SelectAllTextWhenFocused) == 0x000438, "Member 'UMultiLineEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, ClearTextSelectionOnFocusLoss) == 0x000439, "Member 'UMultiLineEditableText::ClearTextSelectionOnFocusLoss' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, RevertTextOnEscape) == 0x00043A, "Member 'UMultiLineEditableText::RevertTextOnEscape' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, ClearKeyboardFocusOnCommit) == 0x00043B, "Member 'UMultiLineEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, AllowContextMenu) == 0x00043C, "Member 'UMultiLineEditableText::AllowContextMenu' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardOptions) == 0x00043D, "Member 'UMultiLineEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardDismissAction) == 0x00043E, "Member 'UMultiLineEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, OnTextChanged) == 0x000440, "Member 'UMultiLineEditableText::OnTextChanged' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableText, OnTextCommitted) == 0x000450, "Member 'UMultiLineEditableText::OnTextCommitted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetError \ static_assert(alignof(MultiLineEditableTextBox_SetError) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetError"); \ static_assert(sizeof(MultiLineEditableTextBox_SetError) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetError"); \ static_assert(offsetof(MultiLineEditableTextBox_SetError, InError) == 0x000000, "Member 'MultiLineEditableTextBox_SetError::InError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetHintText \ static_assert(alignof(MultiLineEditableTextBox_SetHintText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetHintText"); \ static_assert(sizeof(MultiLineEditableTextBox_SetHintText) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetHintText"); \ static_assert(offsetof(MultiLineEditableTextBox_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableTextBox_SetHintText::InHintText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetIsReadOnly \ static_assert(alignof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableTextBox_SetIsReadOnly"); \ static_assert(sizeof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableTextBox_SetIsReadOnly"); \ static_assert(offsetof(MultiLineEditableTextBox_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableTextBox_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetText \ static_assert(alignof(MultiLineEditableTextBox_SetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetText"); \ static_assert(sizeof(MultiLineEditableTextBox_SetText) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetText"); \ static_assert(offsetof(MultiLineEditableTextBox_SetText, InText) == 0x000000, "Member 'MultiLineEditableTextBox_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetTextStyle \ static_assert(alignof(MultiLineEditableTextBox_SetTextStyle) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetTextStyle"); \ static_assert(sizeof(MultiLineEditableTextBox_SetTextStyle) == 0x000270, "Wrong size on MultiLineEditableTextBox_SetTextStyle"); \ static_assert(offsetof(MultiLineEditableTextBox_SetTextStyle, InTextStyle) == 0x000000, "Member 'MultiLineEditableTextBox_SetTextStyle::InTextStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetHintText \ static_assert(alignof(MultiLineEditableTextBox_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetHintText"); \ static_assert(sizeof(MultiLineEditableTextBox_GetHintText) == 0x000018, "Wrong size on MultiLineEditableTextBox_GetHintText"); \ static_assert(offsetof(MultiLineEditableTextBox_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetHintText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetText \ static_assert(alignof(MultiLineEditableTextBox_GetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetText"); \ static_assert(sizeof(MultiLineEditableTextBox_GetText) == 0x000018, "Wrong size on MultiLineEditableTextBox_GetText"); \ static_assert(offsetof(MultiLineEditableTextBox_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiLineEditableTextBox \ static_assert(alignof(UMultiLineEditableTextBox) == 0x000008, "Wrong alignment on UMultiLineEditableTextBox"); \ static_assert(sizeof(UMultiLineEditableTextBox) == 0x000C98, "Wrong size on UMultiLineEditableTextBox"); \ static_assert(offsetof(UMultiLineEditableTextBox, Text) == 0x000128, "Member 'UMultiLineEditableTextBox::Text' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, HintText) == 0x000140, "Member 'UMultiLineEditableTextBox::HintText' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, HintTextDelegate) == 0x000158, "Member 'UMultiLineEditableTextBox::HintTextDelegate' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, WidgetStyle) == 0x000168, "Member 'UMultiLineEditableTextBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, TextStyle) == 0x000960, "Member 'UMultiLineEditableTextBox::TextStyle' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, bIsReadOnly) == 0x000BD0, "Member 'UMultiLineEditableTextBox::bIsReadOnly' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, AllowContextMenu) == 0x000BD1, "Member 'UMultiLineEditableTextBox::AllowContextMenu' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardOptions) == 0x000BD2, "Member 'UMultiLineEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardDismissAction) == 0x000BD3, "Member 'UMultiLineEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, Style) == 0x000BD8, "Member 'UMultiLineEditableTextBox::Style' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, Font) == 0x000BE0, "Member 'UMultiLineEditableTextBox::Font' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, ForegroundColor) == 0x000C38, "Member 'UMultiLineEditableTextBox::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, BackgroundColor) == 0x000C48, "Member 'UMultiLineEditableTextBox::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, ReadOnlyForegroundColor) == 0x000C58, "Member 'UMultiLineEditableTextBox::ReadOnlyForegroundColor' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, OnTextChanged) == 0x000C68, "Member 'UMultiLineEditableTextBox::OnTextChanged' has a wrong offset!"); \ static_assert(offsetof(UMultiLineEditableTextBox, OnTextCommitted) == 0x000C78, "Member 'UMultiLineEditableTextBox::OnTextCommitted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNamedSlot \ static_assert(alignof(UNamedSlot) == 0x000008, "Wrong alignment on UNamedSlot"); \ static_assert(sizeof(UNamedSlot) == 0x000130, "Wrong size on UNamedSlot"); \ #define DUMPER7_ASSERTS_INamedSlotInterface \ static_assert(alignof(INamedSlotInterface) == 0x000001, "Wrong alignment on INamedSlotInterface"); \ static_assert(sizeof(INamedSlotInterface) == 0x000001, "Wrong size on INamedSlotInterface"); \ #define DUMPER7_ASSERTS_UNativeWidgetHost \ static_assert(alignof(UNativeWidgetHost) == 0x000008, "Wrong alignment on UNativeWidgetHost"); \ static_assert(sizeof(UNativeWidgetHost) == 0x000118, "Wrong size on UNativeWidgetHost"); \ #define DUMPER7_ASSERTS_Overlay_AddChildToOverlay \ static_assert(alignof(Overlay_AddChildToOverlay) == 0x000008, "Wrong alignment on Overlay_AddChildToOverlay"); \ static_assert(sizeof(Overlay_AddChildToOverlay) == 0x000010, "Wrong size on Overlay_AddChildToOverlay"); \ static_assert(offsetof(Overlay_AddChildToOverlay, Content) == 0x000000, "Member 'Overlay_AddChildToOverlay::Content' has a wrong offset!"); \ static_assert(offsetof(Overlay_AddChildToOverlay, ReturnValue) == 0x000008, "Member 'Overlay_AddChildToOverlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlay \ static_assert(alignof(UOverlay) == 0x000008, "Wrong alignment on UOverlay"); \ static_assert(sizeof(UOverlay) == 0x000130, "Wrong size on UOverlay"); \ #define DUMPER7_ASSERTS_OverlaySlot_SetHorizontalAlignment \ static_assert(alignof(OverlaySlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on OverlaySlot_SetHorizontalAlignment"); \ static_assert(sizeof(OverlaySlot_SetHorizontalAlignment) == 0x000001, "Wrong size on OverlaySlot_SetHorizontalAlignment"); \ static_assert(offsetof(OverlaySlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'OverlaySlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OverlaySlot_SetPadding \ static_assert(alignof(OverlaySlot_SetPadding) == 0x000004, "Wrong alignment on OverlaySlot_SetPadding"); \ static_assert(sizeof(OverlaySlot_SetPadding) == 0x000010, "Wrong size on OverlaySlot_SetPadding"); \ static_assert(offsetof(OverlaySlot_SetPadding, InPadding) == 0x000000, "Member 'OverlaySlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_OverlaySlot_SetVerticalAlignment \ static_assert(alignof(OverlaySlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on OverlaySlot_SetVerticalAlignment"); \ static_assert(sizeof(OverlaySlot_SetVerticalAlignment) == 0x000001, "Wrong size on OverlaySlot_SetVerticalAlignment"); \ static_assert(offsetof(OverlaySlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'OverlaySlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOverlaySlot \ static_assert(alignof(UOverlaySlot) == 0x000008, "Wrong alignment on UOverlaySlot"); \ static_assert(sizeof(UOverlaySlot) == 0x000058, "Wrong size on UOverlaySlot"); \ static_assert(offsetof(UOverlaySlot, Padding) == 0x000040, "Member 'UOverlaySlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UOverlaySlot, HorizontalAlignment) == 0x000050, "Member 'UOverlaySlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UOverlaySlot, VerticalAlignment) == 0x000051, "Member 'UOverlaySlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressBar_SetFillColorAndOpacity \ static_assert(alignof(ProgressBar_SetFillColorAndOpacity) == 0x000004, "Wrong alignment on ProgressBar_SetFillColorAndOpacity"); \ static_assert(sizeof(ProgressBar_SetFillColorAndOpacity) == 0x000010, "Wrong size on ProgressBar_SetFillColorAndOpacity"); \ static_assert(offsetof(ProgressBar_SetFillColorAndOpacity, InColor) == 0x000000, "Member 'ProgressBar_SetFillColorAndOpacity::InColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressBar_SetIsMarquee \ static_assert(alignof(ProgressBar_SetIsMarquee) == 0x000001, "Wrong alignment on ProgressBar_SetIsMarquee"); \ static_assert(sizeof(ProgressBar_SetIsMarquee) == 0x000001, "Wrong size on ProgressBar_SetIsMarquee"); \ static_assert(offsetof(ProgressBar_SetIsMarquee, InbIsMarquee) == 0x000000, "Member 'ProgressBar_SetIsMarquee::InbIsMarquee' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ProgressBar_SetPercent \ static_assert(alignof(ProgressBar_SetPercent) == 0x000004, "Wrong alignment on ProgressBar_SetPercent"); \ static_assert(sizeof(ProgressBar_SetPercent) == 0x000004, "Wrong size on ProgressBar_SetPercent"); \ static_assert(offsetof(ProgressBar_SetPercent, InPercent) == 0x000000, "Member 'ProgressBar_SetPercent::InPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProgressBar \ static_assert(alignof(UProgressBar) == 0x000008, "Wrong alignment on UProgressBar"); \ static_assert(sizeof(UProgressBar) == 0x000318, "Wrong size on UProgressBar"); \ static_assert(offsetof(UProgressBar, WidgetStyle) == 0x000108, "Member 'UProgressBar::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, Style) == 0x0002A8, "Member 'UProgressBar::Style' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, BackgroundImage) == 0x0002B0, "Member 'UProgressBar::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, FillImage) == 0x0002B8, "Member 'UProgressBar::FillImage' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, MarqueeImage) == 0x0002C0, "Member 'UProgressBar::MarqueeImage' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, Percent) == 0x0002C8, "Member 'UProgressBar::Percent' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, BarFillType) == 0x0002CC, "Member 'UProgressBar::BarFillType' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, bIsMarquee) == 0x0002CD, "Member 'UProgressBar::bIsMarquee' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, BorderPadding) == 0x0002D0, "Member 'UProgressBar::BorderPadding' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, PercentDelegate) == 0x0002D8, "Member 'UProgressBar::PercentDelegate' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, FillColorAndOpacity) == 0x0002E8, "Member 'UProgressBar::FillColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UProgressBar, FillColorAndOpacityDelegate) == 0x0002F8, "Member 'UProgressBar::FillColorAndOpacityDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RetainerBox_SetEffectMaterial \ static_assert(alignof(RetainerBox_SetEffectMaterial) == 0x000008, "Wrong alignment on RetainerBox_SetEffectMaterial"); \ static_assert(sizeof(RetainerBox_SetEffectMaterial) == 0x000008, "Wrong size on RetainerBox_SetEffectMaterial"); \ static_assert(offsetof(RetainerBox_SetEffectMaterial, EffectMaterial_0) == 0x000000, "Member 'RetainerBox_SetEffectMaterial::EffectMaterial_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RetainerBox_SetRenderingPhase \ static_assert(alignof(RetainerBox_SetRenderingPhase) == 0x000004, "Wrong alignment on RetainerBox_SetRenderingPhase"); \ static_assert(sizeof(RetainerBox_SetRenderingPhase) == 0x000008, "Wrong size on RetainerBox_SetRenderingPhase"); \ static_assert(offsetof(RetainerBox_SetRenderingPhase, RenderPhase) == 0x000000, "Member 'RetainerBox_SetRenderingPhase::RenderPhase' has a wrong offset!"); \ static_assert(offsetof(RetainerBox_SetRenderingPhase, TotalPhases) == 0x000004, "Member 'RetainerBox_SetRenderingPhase::TotalPhases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RetainerBox_SetRetainRendering \ static_assert(alignof(RetainerBox_SetRetainRendering) == 0x000001, "Wrong alignment on RetainerBox_SetRetainRendering"); \ static_assert(sizeof(RetainerBox_SetRetainRendering) == 0x000001, "Wrong size on RetainerBox_SetRetainRendering"); \ static_assert(offsetof(RetainerBox_SetRetainRendering, bInRetainRendering) == 0x000000, "Member 'RetainerBox_SetRetainRendering::bInRetainRendering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RetainerBox_SetTextureParameter \ static_assert(alignof(RetainerBox_SetTextureParameter) == 0x000004, "Wrong alignment on RetainerBox_SetTextureParameter"); \ static_assert(sizeof(RetainerBox_SetTextureParameter) == 0x000008, "Wrong size on RetainerBox_SetTextureParameter"); \ static_assert(offsetof(RetainerBox_SetTextureParameter, TextureParameter_0) == 0x000000, "Member 'RetainerBox_SetTextureParameter::TextureParameter_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RetainerBox_GetEffectMaterial \ static_assert(alignof(RetainerBox_GetEffectMaterial) == 0x000008, "Wrong alignment on RetainerBox_GetEffectMaterial"); \ static_assert(sizeof(RetainerBox_GetEffectMaterial) == 0x000008, "Wrong size on RetainerBox_GetEffectMaterial"); \ static_assert(offsetof(RetainerBox_GetEffectMaterial, ReturnValue) == 0x000000, "Member 'RetainerBox_GetEffectMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URetainerBox \ static_assert(alignof(URetainerBox) == 0x000008, "Wrong alignment on URetainerBox"); \ static_assert(sizeof(URetainerBox) == 0x000150, "Wrong size on URetainerBox"); \ static_assert(offsetof(URetainerBox, bRetainRender) == 0x000120, "Member 'URetainerBox::bRetainRender' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, RenderOnInvalidation) == 0x000121, "Member 'URetainerBox::RenderOnInvalidation' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, RenderOnPhase) == 0x000122, "Member 'URetainerBox::RenderOnPhase' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, Phase) == 0x000124, "Member 'URetainerBox::Phase' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, PhaseCount) == 0x000128, "Member 'URetainerBox::PhaseCount' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, EffectMaterial) == 0x000130, "Member 'URetainerBox::EffectMaterial' has a wrong offset!"); \ static_assert(offsetof(URetainerBox, TextureParameter) == 0x000138, "Member 'URetainerBox::TextureParameter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_GetDecoratorByClass \ static_assert(alignof(RichTextBlock_GetDecoratorByClass) == 0x000008, "Wrong alignment on RichTextBlock_GetDecoratorByClass"); \ static_assert(sizeof(RichTextBlock_GetDecoratorByClass) == 0x000010, "Wrong size on RichTextBlock_GetDecoratorByClass"); \ static_assert(offsetof(RichTextBlock_GetDecoratorByClass, DecoratorClass) == 0x000000, "Member 'RichTextBlock_GetDecoratorByClass::DecoratorClass' has a wrong offset!"); \ static_assert(offsetof(RichTextBlock_GetDecoratorByClass, ReturnValue) == 0x000008, "Member 'RichTextBlock_GetDecoratorByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RichTextBlock_OverrideDecoratorClass \ static_assert(alignof(RichTextBlock_OverrideDecoratorClass) == 0x000008, "Wrong alignment on RichTextBlock_OverrideDecoratorClass"); \ static_assert(sizeof(RichTextBlock_OverrideDecoratorClass) == 0x000008, "Wrong size on RichTextBlock_OverrideDecoratorClass"); \ static_assert(offsetof(RichTextBlock_OverrideDecoratorClass, DecoratorClassOverride) == 0x000000, "Member 'RichTextBlock_OverrideDecoratorClass::DecoratorClassOverride' 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_SetLineElementJustification \ static_assert(alignof(RichTextBlock_SetLineElementJustification) == 0x000001, "Wrong alignment on RichTextBlock_SetLineElementJustification"); \ static_assert(sizeof(RichTextBlock_SetLineElementJustification) == 0x000001, "Wrong size on RichTextBlock_SetLineElementJustification"); \ static_assert(offsetof(RichTextBlock_SetLineElementJustification, InJustificaiton) == 0x000000, "Member 'RichTextBlock_SetLineElementJustification::InJustificaiton' 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, LineElementJustification) == 0x0003D5, "Member 'URichTextBlock::LineElementJustification' 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_URichTextBlockDecorator \ static_assert(alignof(URichTextBlockDecorator) == 0x000008, "Wrong alignment on URichTextBlockDecorator"); \ static_assert(sizeof(URichTextBlockDecorator) == 0x000028, "Wrong size on URichTextBlockDecorator"); \ #define DUMPER7_ASSERTS_URichTextBlockImageDecorator \ static_assert(alignof(URichTextBlockImageDecorator) == 0x000008, "Wrong alignment on URichTextBlockImageDecorator"); \ static_assert(sizeof(URichTextBlockImageDecorator) == 0x000030, "Wrong size on URichTextBlockImageDecorator"); \ static_assert(offsetof(URichTextBlockImageDecorator, ImageSet) == 0x000028, "Member 'URichTextBlockImageDecorator::ImageSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SafeZone_SetSidesToPad \ static_assert(alignof(SafeZone_SetSidesToPad) == 0x000001, "Wrong alignment on SafeZone_SetSidesToPad"); \ static_assert(sizeof(SafeZone_SetSidesToPad) == 0x000004, "Wrong size on SafeZone_SetSidesToPad"); \ static_assert(offsetof(SafeZone_SetSidesToPad, InPadLeft) == 0x000000, "Member 'SafeZone_SetSidesToPad::InPadLeft' has a wrong offset!"); \ static_assert(offsetof(SafeZone_SetSidesToPad, InPadRight) == 0x000001, "Member 'SafeZone_SetSidesToPad::InPadRight' has a wrong offset!"); \ static_assert(offsetof(SafeZone_SetSidesToPad, InPadTop) == 0x000002, "Member 'SafeZone_SetSidesToPad::InPadTop' has a wrong offset!"); \ static_assert(offsetof(SafeZone_SetSidesToPad, InPadBottom) == 0x000003, "Member 'SafeZone_SetSidesToPad::InPadBottom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USafeZone \ static_assert(alignof(USafeZone) == 0x000008, "Wrong alignment on USafeZone"); \ static_assert(sizeof(USafeZone) == 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_SetAnimatScroll \ static_assert(alignof(ScrollBox_SetAnimatScroll) == 0x000001, "Wrong alignment on ScrollBox_SetAnimatScroll"); \ static_assert(sizeof(ScrollBox_SetAnimatScroll) == 0x000001, "Wrong size on ScrollBox_SetAnimatScroll"); \ static_assert(offsetof(ScrollBox_SetAnimatScroll, NewAnimateScroll) == 0x000000, "Member 'ScrollBox_SetAnimatScroll::NewAnimateScroll' 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_ScrollBox_IsScrollBarNeeded \ static_assert(alignof(ScrollBox_IsScrollBarNeeded) == 0x000001, "Wrong alignment on ScrollBox_IsScrollBarNeeded"); \ static_assert(sizeof(ScrollBox_IsScrollBarNeeded) == 0x000001, "Wrong size on ScrollBox_IsScrollBarNeeded"); \ static_assert(offsetof(ScrollBox_IsScrollBarNeeded, ReturnValue) == 0x000000, "Member 'ScrollBox_IsScrollBarNeeded::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_SizeBox_GetComputedDesiredHeight \ static_assert(alignof(SizeBox_GetComputedDesiredHeight) == 0x000004, "Wrong alignment on SizeBox_GetComputedDesiredHeight"); \ static_assert(sizeof(SizeBox_GetComputedDesiredHeight) == 0x000004, "Wrong size on SizeBox_GetComputedDesiredHeight"); \ static_assert(offsetof(SizeBox_GetComputedDesiredHeight, ReturnValue) == 0x000000, "Member 'SizeBox_GetComputedDesiredHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_GetComputedDesiredSize \ static_assert(alignof(SizeBox_GetComputedDesiredSize) == 0x000004, "Wrong alignment on SizeBox_GetComputedDesiredSize"); \ static_assert(sizeof(SizeBox_GetComputedDesiredSize) == 0x000008, "Wrong size on SizeBox_GetComputedDesiredSize"); \ static_assert(offsetof(SizeBox_GetComputedDesiredSize, ReturnValue) == 0x000000, "Member 'SizeBox_GetComputedDesiredSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_GetComputedDesiredWidth \ static_assert(alignof(SizeBox_GetComputedDesiredWidth) == 0x000004, "Wrong alignment on SizeBox_GetComputedDesiredWidth"); \ static_assert(sizeof(SizeBox_GetComputedDesiredWidth) == 0x000004, "Wrong size on SizeBox_GetComputedDesiredWidth"); \ static_assert(offsetof(SizeBox_GetComputedDesiredWidth, ReturnValue) == 0x000000, "Member 'SizeBox_GetComputedDesiredWidth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBox_GetUnmodifiedDesiredSize \ static_assert(alignof(SizeBox_GetUnmodifiedDesiredSize) == 0x000004, "Wrong alignment on SizeBox_GetUnmodifiedDesiredSize"); \ static_assert(sizeof(SizeBox_GetUnmodifiedDesiredSize) == 0x000008, "Wrong size on SizeBox_GetUnmodifiedDesiredSize"); \ static_assert(offsetof(SizeBox_GetUnmodifiedDesiredSize, ReturnValue) == 0x000000, "Member 'SizeBox_GetUnmodifiedDesiredSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USizeBox \ static_assert(alignof(USizeBox) == 0x000008, "Wrong alignment on USizeBox"); \ static_assert(sizeof(USizeBox) == 0x000158, "Wrong size on USizeBox"); \ static_assert(offsetof(USizeBox, WidthOverride) == 0x000130, "Member 'USizeBox::WidthOverride' has a wrong offset!"); \ static_assert(offsetof(USizeBox, HeightOverride) == 0x000134, "Member 'USizeBox::HeightOverride' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MinDesiredWidth) == 0x000138, "Member 'USizeBox::MinDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MinDesiredHeight) == 0x00013C, "Member 'USizeBox::MinDesiredHeight' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MaxDesiredWidth) == 0x000140, "Member 'USizeBox::MaxDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MaxDesiredHeight) == 0x000144, "Member 'USizeBox::MaxDesiredHeight' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MinAspectRatio) == 0x000148, "Member 'USizeBox::MinAspectRatio' has a wrong offset!"); \ static_assert(offsetof(USizeBox, MaxAspectRatio) == 0x00014C, "Member 'USizeBox::MaxAspectRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBoxSlot_SetHorizontalAlignment \ static_assert(alignof(SizeBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on SizeBoxSlot_SetHorizontalAlignment"); \ static_assert(sizeof(SizeBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on SizeBoxSlot_SetHorizontalAlignment"); \ static_assert(offsetof(SizeBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'SizeBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBoxSlot_SetPadding \ static_assert(alignof(SizeBoxSlot_SetPadding) == 0x000004, "Wrong alignment on SizeBoxSlot_SetPadding"); \ static_assert(sizeof(SizeBoxSlot_SetPadding) == 0x000010, "Wrong size on SizeBoxSlot_SetPadding"); \ static_assert(offsetof(SizeBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'SizeBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SizeBoxSlot_SetVerticalAlignment \ static_assert(alignof(SizeBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on SizeBoxSlot_SetVerticalAlignment"); \ static_assert(sizeof(SizeBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on SizeBoxSlot_SetVerticalAlignment"); \ static_assert(offsetof(SizeBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'SizeBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USizeBoxSlot \ static_assert(alignof(USizeBoxSlot) == 0x000008, "Wrong alignment on USizeBoxSlot"); \ static_assert(sizeof(USizeBoxSlot) == 0x000060, "Wrong size on USizeBoxSlot"); \ static_assert(offsetof(USizeBoxSlot, Padding) == 0x000038, "Member 'USizeBoxSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(USizeBoxSlot, HorizontalAlignment) == 0x000058, "Member 'USizeBoxSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(USizeBoxSlot, VerticalAlignment) == 0x000059, "Member 'USizeBoxSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_AbsoluteToLocal \ static_assert(alignof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToLocal"); \ static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000048, "Wrong size on SlateBlueprintLibrary_AbsoluteToLocal"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, AbsoluteCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::AbsoluteCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_AbsoluteToViewport \ static_assert(alignof(SlateBlueprintLibrary_AbsoluteToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToViewport"); \ static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToViewport) == 0x000020, "Wrong size on SlateBlueprintLibrary_AbsoluteToViewport"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, AbsoluteDesktopCoordinate) == 0x000008, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::AbsoluteDesktopCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, PixelPosition) == 0x000010, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::PixelPosition' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToViewport, ViewportPosition) == 0x000018, "Member 'SlateBlueprintLibrary_AbsoluteToViewport::ViewportPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_EqualEqual_SlateBrush \ static_assert(alignof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_EqualEqual_SlateBrush"); \ static_assert(sizeof(SlateBlueprintLibrary_EqualEqual_SlateBrush) == 0x000118, "Wrong size on SlateBlueprintLibrary_EqualEqual_SlateBrush"); \ static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, A) == 0x000000, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::A' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, B) == 0x000088, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::B' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_EqualEqual_SlateBrush, ReturnValue) == 0x000110, "Member 'SlateBlueprintLibrary_EqualEqual_SlateBrush::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetAbsoluteSize \ static_assert(alignof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetAbsoluteSize"); \ static_assert(sizeof(SlateBlueprintLibrary_GetAbsoluteSize) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetAbsoluteSize"); \ static_assert(offsetof(SlateBlueprintLibrary_GetAbsoluteSize, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetAbsoluteSize::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_GetAbsoluteSize, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetAbsoluteSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetLocalSize \ static_assert(alignof(SlateBlueprintLibrary_GetLocalSize) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetLocalSize"); \ static_assert(sizeof(SlateBlueprintLibrary_GetLocalSize) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetLocalSize"); \ static_assert(offsetof(SlateBlueprintLibrary_GetLocalSize, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetLocalSize::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_GetLocalSize, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetLocalSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_GetLocalTopLeft \ static_assert(alignof(SlateBlueprintLibrary_GetLocalTopLeft) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_GetLocalTopLeft"); \ static_assert(sizeof(SlateBlueprintLibrary_GetLocalTopLeft) == 0x000040, "Wrong size on SlateBlueprintLibrary_GetLocalTopLeft"); \ static_assert(offsetof(SlateBlueprintLibrary_GetLocalTopLeft, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_GetLocalTopLeft::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_GetLocalTopLeft, ReturnValue) == 0x000038, "Member 'SlateBlueprintLibrary_GetLocalTopLeft::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_IsUnderLocation \ static_assert(alignof(SlateBlueprintLibrary_IsUnderLocation) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_IsUnderLocation"); \ static_assert(sizeof(SlateBlueprintLibrary_IsUnderLocation) == 0x000044, "Wrong size on SlateBlueprintLibrary_IsUnderLocation"); \ static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_IsUnderLocation::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, AbsoluteCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_IsUnderLocation::AbsoluteCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_IsUnderLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_LocalToAbsolute \ static_assert(alignof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_LocalToAbsolute"); \ static_assert(sizeof(SlateBlueprintLibrary_LocalToAbsolute) == 0x000048, "Wrong size on SlateBlueprintLibrary_LocalToAbsolute"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_LocalToAbsolute::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, LocalCoordinate) == 0x000038, "Member 'SlateBlueprintLibrary_LocalToAbsolute::LocalCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_LocalToAbsolute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_LocalToViewport \ static_assert(alignof(SlateBlueprintLibrary_LocalToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_LocalToViewport"); \ static_assert(sizeof(SlateBlueprintLibrary_LocalToViewport) == 0x000058, "Wrong size on SlateBlueprintLibrary_LocalToViewport"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_LocalToViewport::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, Geometry) == 0x000008, "Member 'SlateBlueprintLibrary_LocalToViewport::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, LocalCoordinate) == 0x000040, "Member 'SlateBlueprintLibrary_LocalToViewport::LocalCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, PixelPosition) == 0x000048, "Member 'SlateBlueprintLibrary_LocalToViewport::PixelPosition' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, ViewportPosition) == 0x000050, "Member 'SlateBlueprintLibrary_LocalToViewport::ViewportPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToViewport \ static_assert(alignof(SlateBlueprintLibrary_ScreenToViewport) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToViewport"); \ static_assert(sizeof(SlateBlueprintLibrary_ScreenToViewport) == 0x000018, "Wrong size on SlateBlueprintLibrary_ScreenToViewport"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToViewport::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, ScreenPosition) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToViewport::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToViewport, ViewportPosition) == 0x000010, "Member 'SlateBlueprintLibrary_ScreenToViewport::ViewportPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToWidgetAbsolute \ static_assert(alignof(SlateBlueprintLibrary_ScreenToWidgetAbsolute) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToWidgetAbsolute"); \ static_assert(sizeof(SlateBlueprintLibrary_ScreenToWidgetAbsolute) == 0x000020, "Wrong size on SlateBlueprintLibrary_ScreenToWidgetAbsolute"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, ScreenPosition) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, AbsoluteCoordinate) == 0x000010, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::AbsoluteCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetAbsolute, bIncludeWindowPosition) == 0x000018, "Member 'SlateBlueprintLibrary_ScreenToWidgetAbsolute::bIncludeWindowPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_ScreenToWidgetLocal \ static_assert(alignof(SlateBlueprintLibrary_ScreenToWidgetLocal) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_ScreenToWidgetLocal"); \ static_assert(sizeof(SlateBlueprintLibrary_ScreenToWidgetLocal) == 0x000058, "Wrong size on SlateBlueprintLibrary_ScreenToWidgetLocal"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, WorldContextObject) == 0x000000, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, Geometry) == 0x000008, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, ScreenPosition) == 0x000040, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, LocalCoordinate) == 0x000048, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::LocalCoordinate' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, bIncludeWindowPosition) == 0x000050, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::bIncludeWindowPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarAbsoluteToLocal \ static_assert(alignof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformScalarAbsoluteToLocal"); \ static_assert(sizeof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000040, "Wrong size on SlateBlueprintLibrary_TransformScalarAbsoluteToLocal"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, AbsoluteScalar) == 0x000038, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::AbsoluteScalar' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarLocalToAbsolute \ static_assert(alignof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformScalarLocalToAbsolute"); \ static_assert(sizeof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000040, "Wrong size on SlateBlueprintLibrary_TransformScalarLocalToAbsolute"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, LocalScalar) == 0x000038, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::LocalScalar' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, ReturnValue) == 0x00003C, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformVectorAbsoluteToLocal \ static_assert(alignof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformVectorAbsoluteToLocal"); \ static_assert(sizeof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal) == 0x000048, "Wrong size on SlateBlueprintLibrary_TransformVectorAbsoluteToLocal"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, AbsoluteVector) == 0x000038, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::AbsoluteVector' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformVectorLocalToAbsolute \ static_assert(alignof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000004, "Wrong alignment on SlateBlueprintLibrary_TransformVectorLocalToAbsolute"); \ static_assert(sizeof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute) == 0x000048, "Wrong size on SlateBlueprintLibrary_TransformVectorLocalToAbsolute"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, Geometry) == 0x000000, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::Geometry' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, LocalVector) == 0x000038, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::LocalVector' has a wrong offset!"); \ static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, ReturnValue) == 0x000040, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlateBlueprintLibrary \ static_assert(alignof(USlateBlueprintLibrary) == 0x000008, "Wrong alignment on USlateBlueprintLibrary"); \ static_assert(sizeof(USlateBlueprintLibrary) == 0x000028, "Wrong size on USlateBlueprintLibrary"); \ #define DUMPER7_ASSERTS_USlateVectorArtData \ static_assert(alignof(USlateVectorArtData) == 0x000008, "Wrong alignment on USlateVectorArtData"); \ static_assert(sizeof(USlateVectorArtData) == 0x000060, "Wrong size on USlateVectorArtData"); \ static_assert(offsetof(USlateVectorArtData, VertexData) == 0x000028, "Member 'USlateVectorArtData::VertexData' has a wrong offset!"); \ static_assert(offsetof(USlateVectorArtData, IndexData) == 0x000038, "Member 'USlateVectorArtData::IndexData' has a wrong offset!"); \ static_assert(offsetof(USlateVectorArtData, Material) == 0x000048, "Member 'USlateVectorArtData::Material' has a wrong offset!"); \ static_assert(offsetof(USlateVectorArtData, ExtentMin) == 0x000050, "Member 'USlateVectorArtData::ExtentMin' has a wrong offset!"); \ static_assert(offsetof(USlateVectorArtData, ExtentMax) == 0x000058, "Member 'USlateVectorArtData::ExtentMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlateAccessibleWidgetData \ static_assert(alignof(USlateAccessibleWidgetData) == 0x000008, "Wrong alignment on USlateAccessibleWidgetData"); \ static_assert(sizeof(USlateAccessibleWidgetData) == 0x000080, "Wrong size on USlateAccessibleWidgetData"); \ static_assert(offsetof(USlateAccessibleWidgetData, bCanChildrenBeAccessible) == 0x000028, "Member 'USlateAccessibleWidgetData::bCanChildrenBeAccessible' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleBehavior) == 0x000029, "Member 'USlateAccessibleWidgetData::AccessibleBehavior' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryBehavior) == 0x00002A, "Member 'USlateAccessibleWidgetData::AccessibleSummaryBehavior' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleText) == 0x000030, "Member 'USlateAccessibleWidgetData::AccessibleText' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleTextDelegate) == 0x000048, "Member 'USlateAccessibleWidgetData::AccessibleTextDelegate' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryText) == 0x000058, "Member 'USlateAccessibleWidgetData::AccessibleSummaryText' has a wrong offset!"); \ static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryTextDelegate) == 0x000070, "Member 'USlateAccessibleWidgetData::AccessibleSummaryTextDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetIndentHandle \ static_assert(alignof(Slider_SetIndentHandle) == 0x000001, "Wrong alignment on Slider_SetIndentHandle"); \ static_assert(sizeof(Slider_SetIndentHandle) == 0x000001, "Wrong size on Slider_SetIndentHandle"); \ static_assert(offsetof(Slider_SetIndentHandle, InValue) == 0x000000, "Member 'Slider_SetIndentHandle::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetLocked \ static_assert(alignof(Slider_SetLocked) == 0x000001, "Wrong alignment on Slider_SetLocked"); \ static_assert(sizeof(Slider_SetLocked) == 0x000001, "Wrong size on Slider_SetLocked"); \ static_assert(offsetof(Slider_SetLocked, InValue) == 0x000000, "Member 'Slider_SetLocked::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetMaxValue \ static_assert(alignof(Slider_SetMaxValue) == 0x000004, "Wrong alignment on Slider_SetMaxValue"); \ static_assert(sizeof(Slider_SetMaxValue) == 0x000004, "Wrong size on Slider_SetMaxValue"); \ static_assert(offsetof(Slider_SetMaxValue, InValue) == 0x000000, "Member 'Slider_SetMaxValue::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetMinValue \ static_assert(alignof(Slider_SetMinValue) == 0x000004, "Wrong alignment on Slider_SetMinValue"); \ static_assert(sizeof(Slider_SetMinValue) == 0x000004, "Wrong size on Slider_SetMinValue"); \ static_assert(offsetof(Slider_SetMinValue, InValue) == 0x000000, "Member 'Slider_SetMinValue::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetSliderBarColor \ static_assert(alignof(Slider_SetSliderBarColor) == 0x000004, "Wrong alignment on Slider_SetSliderBarColor"); \ static_assert(sizeof(Slider_SetSliderBarColor) == 0x000010, "Wrong size on Slider_SetSliderBarColor"); \ static_assert(offsetof(Slider_SetSliderBarColor, InValue) == 0x000000, "Member 'Slider_SetSliderBarColor::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetSliderHandleColor \ static_assert(alignof(Slider_SetSliderHandleColor) == 0x000004, "Wrong alignment on Slider_SetSliderHandleColor"); \ static_assert(sizeof(Slider_SetSliderHandleColor) == 0x000010, "Wrong size on Slider_SetSliderHandleColor"); \ static_assert(offsetof(Slider_SetSliderHandleColor, InValue) == 0x000000, "Member 'Slider_SetSliderHandleColor::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetStepSize \ static_assert(alignof(Slider_SetStepSize) == 0x000004, "Wrong alignment on Slider_SetStepSize"); \ static_assert(sizeof(Slider_SetStepSize) == 0x000004, "Wrong size on Slider_SetStepSize"); \ static_assert(offsetof(Slider_SetStepSize, InValue) == 0x000000, "Member 'Slider_SetStepSize::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_SetValue \ static_assert(alignof(Slider_SetValue) == 0x000004, "Wrong alignment on Slider_SetValue"); \ static_assert(sizeof(Slider_SetValue) == 0x000004, "Wrong size on Slider_SetValue"); \ static_assert(offsetof(Slider_SetValue, InValue) == 0x000000, "Member 'Slider_SetValue::InValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_GetNormalizedValue \ static_assert(alignof(Slider_GetNormalizedValue) == 0x000004, "Wrong alignment on Slider_GetNormalizedValue"); \ static_assert(sizeof(Slider_GetNormalizedValue) == 0x000004, "Wrong size on Slider_GetNormalizedValue"); \ static_assert(offsetof(Slider_GetNormalizedValue, ReturnValue) == 0x000000, "Member 'Slider_GetNormalizedValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Slider_GetValue \ static_assert(alignof(Slider_GetValue) == 0x000004, "Wrong alignment on Slider_GetValue"); \ static_assert(sizeof(Slider_GetValue) == 0x000004, "Wrong size on Slider_GetValue"); \ static_assert(offsetof(Slider_GetValue, ReturnValue) == 0x000000, "Member 'Slider_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USlider \ static_assert(alignof(USlider) == 0x000008, "Wrong alignment on USlider"); \ static_assert(sizeof(USlider) == 0x0004F8, "Wrong size on USlider"); \ static_assert(offsetof(USlider, Value) == 0x000108, "Member 'USlider::Value' has a wrong offset!"); \ static_assert(offsetof(USlider, ValueDelegate) == 0x00010C, "Member 'USlider::ValueDelegate' has a wrong offset!"); \ static_assert(offsetof(USlider, MinValue) == 0x00011C, "Member 'USlider::MinValue' has a wrong offset!"); \ static_assert(offsetof(USlider, MaxValue) == 0x000120, "Member 'USlider::MaxValue' has a wrong offset!"); \ static_assert(offsetof(USlider, WidgetStyle) == 0x000128, "Member 'USlider::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(USlider, Orientation) == 0x000468, "Member 'USlider::Orientation' has a wrong offset!"); \ static_assert(offsetof(USlider, SliderBarColor) == 0x00046C, "Member 'USlider::SliderBarColor' has a wrong offset!"); \ static_assert(offsetof(USlider, SliderHandleColor) == 0x00047C, "Member 'USlider::SliderHandleColor' has a wrong offset!"); \ static_assert(offsetof(USlider, IndentHandle) == 0x00048C, "Member 'USlider::IndentHandle' has a wrong offset!"); \ static_assert(offsetof(USlider, Locked) == 0x00048D, "Member 'USlider::Locked' has a wrong offset!"); \ static_assert(offsetof(USlider, MouseUsesStep) == 0x00048E, "Member 'USlider::MouseUsesStep' has a wrong offset!"); \ static_assert(offsetof(USlider, RequiresControllerLock) == 0x00048F, "Member 'USlider::RequiresControllerLock' has a wrong offset!"); \ static_assert(offsetof(USlider, StepSize) == 0x000490, "Member 'USlider::StepSize' has a wrong offset!"); \ static_assert(offsetof(USlider, IsFocusable) == 0x000494, "Member 'USlider::IsFocusable' has a wrong offset!"); \ static_assert(offsetof(USlider, OnMouseCaptureBegin) == 0x000498, "Member 'USlider::OnMouseCaptureBegin' has a wrong offset!"); \ static_assert(offsetof(USlider, OnMouseCaptureEnd) == 0x0004A8, "Member 'USlider::OnMouseCaptureEnd' has a wrong offset!"); \ static_assert(offsetof(USlider, OnControllerCaptureBegin) == 0x0004B8, "Member 'USlider::OnControllerCaptureBegin' has a wrong offset!"); \ static_assert(offsetof(USlider, OnControllerCaptureEnd) == 0x0004C8, "Member 'USlider::OnControllerCaptureEnd' has a wrong offset!"); \ static_assert(offsetof(USlider, OnValueChanged) == 0x0004D8, "Member 'USlider::OnValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Spacer_SetSize \ static_assert(alignof(Spacer_SetSize) == 0x000004, "Wrong alignment on Spacer_SetSize"); \ static_assert(sizeof(Spacer_SetSize) == 0x000008, "Wrong size on Spacer_SetSize"); \ static_assert(offsetof(Spacer_SetSize, InSize) == 0x000000, "Member 'Spacer_SetSize::InSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpacer \ static_assert(alignof(USpacer) == 0x000008, "Wrong alignment on USpacer"); \ static_assert(sizeof(USpacer) == 0x000120, "Wrong size on USpacer"); \ static_assert(offsetof(USpacer, Size) == 0x000108, "Member 'USpacer::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetAlwaysUsesDeltaSnap \ static_assert(alignof(SpinBox_SetAlwaysUsesDeltaSnap) == 0x000001, "Wrong alignment on SpinBox_SetAlwaysUsesDeltaSnap"); \ static_assert(sizeof(SpinBox_SetAlwaysUsesDeltaSnap) == 0x000001, "Wrong size on SpinBox_SetAlwaysUsesDeltaSnap"); \ static_assert(offsetof(SpinBox_SetAlwaysUsesDeltaSnap, bNewValue) == 0x000000, "Member 'SpinBox_SetAlwaysUsesDeltaSnap::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetDelta \ static_assert(alignof(SpinBox_SetDelta) == 0x000004, "Wrong alignment on SpinBox_SetDelta"); \ static_assert(sizeof(SpinBox_SetDelta) == 0x000004, "Wrong size on SpinBox_SetDelta"); \ static_assert(offsetof(SpinBox_SetDelta, NewValue) == 0x000000, "Member 'SpinBox_SetDelta::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetForegroundColor \ static_assert(alignof(SpinBox_SetForegroundColor) == 0x000008, "Wrong alignment on SpinBox_SetForegroundColor"); \ static_assert(sizeof(SpinBox_SetForegroundColor) == 0x000028, "Wrong size on SpinBox_SetForegroundColor"); \ static_assert(offsetof(SpinBox_SetForegroundColor, InForegroundColor) == 0x000000, "Member 'SpinBox_SetForegroundColor::InForegroundColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMaxFractionalDigits \ static_assert(alignof(SpinBox_SetMaxFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_SetMaxFractionalDigits"); \ static_assert(sizeof(SpinBox_SetMaxFractionalDigits) == 0x000004, "Wrong size on SpinBox_SetMaxFractionalDigits"); \ static_assert(offsetof(SpinBox_SetMaxFractionalDigits, NewValue) == 0x000000, "Member 'SpinBox_SetMaxFractionalDigits::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMaxSliderValue \ static_assert(alignof(SpinBox_SetMaxSliderValue) == 0x000004, "Wrong alignment on SpinBox_SetMaxSliderValue"); \ static_assert(sizeof(SpinBox_SetMaxSliderValue) == 0x000004, "Wrong size on SpinBox_SetMaxSliderValue"); \ static_assert(offsetof(SpinBox_SetMaxSliderValue, NewValue) == 0x000000, "Member 'SpinBox_SetMaxSliderValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMaxValue \ static_assert(alignof(SpinBox_SetMaxValue) == 0x000004, "Wrong alignment on SpinBox_SetMaxValue"); \ static_assert(sizeof(SpinBox_SetMaxValue) == 0x000004, "Wrong size on SpinBox_SetMaxValue"); \ static_assert(offsetof(SpinBox_SetMaxValue, NewValue) == 0x000000, "Member 'SpinBox_SetMaxValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMinFractionalDigits \ static_assert(alignof(SpinBox_SetMinFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_SetMinFractionalDigits"); \ static_assert(sizeof(SpinBox_SetMinFractionalDigits) == 0x000004, "Wrong size on SpinBox_SetMinFractionalDigits"); \ static_assert(offsetof(SpinBox_SetMinFractionalDigits, NewValue) == 0x000000, "Member 'SpinBox_SetMinFractionalDigits::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMinSliderValue \ static_assert(alignof(SpinBox_SetMinSliderValue) == 0x000004, "Wrong alignment on SpinBox_SetMinSliderValue"); \ static_assert(sizeof(SpinBox_SetMinSliderValue) == 0x000004, "Wrong size on SpinBox_SetMinSliderValue"); \ static_assert(offsetof(SpinBox_SetMinSliderValue, NewValue) == 0x000000, "Member 'SpinBox_SetMinSliderValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetMinValue \ static_assert(alignof(SpinBox_SetMinValue) == 0x000004, "Wrong alignment on SpinBox_SetMinValue"); \ static_assert(sizeof(SpinBox_SetMinValue) == 0x000004, "Wrong size on SpinBox_SetMinValue"); \ static_assert(offsetof(SpinBox_SetMinValue, NewValue) == 0x000000, "Member 'SpinBox_SetMinValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_SetValue \ static_assert(alignof(SpinBox_SetValue) == 0x000004, "Wrong alignment on SpinBox_SetValue"); \ static_assert(sizeof(SpinBox_SetValue) == 0x000004, "Wrong size on SpinBox_SetValue"); \ static_assert(offsetof(SpinBox_SetValue, NewValue) == 0x000000, "Member 'SpinBox_SetValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetAlwaysUsesDeltaSnap \ static_assert(alignof(SpinBox_GetAlwaysUsesDeltaSnap) == 0x000001, "Wrong alignment on SpinBox_GetAlwaysUsesDeltaSnap"); \ static_assert(sizeof(SpinBox_GetAlwaysUsesDeltaSnap) == 0x000001, "Wrong size on SpinBox_GetAlwaysUsesDeltaSnap"); \ static_assert(offsetof(SpinBox_GetAlwaysUsesDeltaSnap, ReturnValue) == 0x000000, "Member 'SpinBox_GetAlwaysUsesDeltaSnap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetDelta \ static_assert(alignof(SpinBox_GetDelta) == 0x000004, "Wrong alignment on SpinBox_GetDelta"); \ static_assert(sizeof(SpinBox_GetDelta) == 0x000004, "Wrong size on SpinBox_GetDelta"); \ static_assert(offsetof(SpinBox_GetDelta, ReturnValue) == 0x000000, "Member 'SpinBox_GetDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMaxFractionalDigits \ static_assert(alignof(SpinBox_GetMaxFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_GetMaxFractionalDigits"); \ static_assert(sizeof(SpinBox_GetMaxFractionalDigits) == 0x000004, "Wrong size on SpinBox_GetMaxFractionalDigits"); \ static_assert(offsetof(SpinBox_GetMaxFractionalDigits, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxFractionalDigits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMaxSliderValue \ static_assert(alignof(SpinBox_GetMaxSliderValue) == 0x000004, "Wrong alignment on SpinBox_GetMaxSliderValue"); \ static_assert(sizeof(SpinBox_GetMaxSliderValue) == 0x000004, "Wrong size on SpinBox_GetMaxSliderValue"); \ static_assert(offsetof(SpinBox_GetMaxSliderValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxSliderValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMaxValue \ static_assert(alignof(SpinBox_GetMaxValue) == 0x000004, "Wrong alignment on SpinBox_GetMaxValue"); \ static_assert(sizeof(SpinBox_GetMaxValue) == 0x000004, "Wrong size on SpinBox_GetMaxValue"); \ static_assert(offsetof(SpinBox_GetMaxValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMaxValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMinFractionalDigits \ static_assert(alignof(SpinBox_GetMinFractionalDigits) == 0x000004, "Wrong alignment on SpinBox_GetMinFractionalDigits"); \ static_assert(sizeof(SpinBox_GetMinFractionalDigits) == 0x000004, "Wrong size on SpinBox_GetMinFractionalDigits"); \ static_assert(offsetof(SpinBox_GetMinFractionalDigits, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinFractionalDigits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMinSliderValue \ static_assert(alignof(SpinBox_GetMinSliderValue) == 0x000004, "Wrong alignment on SpinBox_GetMinSliderValue"); \ static_assert(sizeof(SpinBox_GetMinSliderValue) == 0x000004, "Wrong size on SpinBox_GetMinSliderValue"); \ static_assert(offsetof(SpinBox_GetMinSliderValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinSliderValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetMinValue \ static_assert(alignof(SpinBox_GetMinValue) == 0x000004, "Wrong alignment on SpinBox_GetMinValue"); \ static_assert(sizeof(SpinBox_GetMinValue) == 0x000004, "Wrong size on SpinBox_GetMinValue"); \ static_assert(offsetof(SpinBox_GetMinValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetMinValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SpinBox_GetValue \ static_assert(alignof(SpinBox_GetValue) == 0x000004, "Wrong alignment on SpinBox_GetValue"); \ static_assert(sizeof(SpinBox_GetValue) == 0x000004, "Wrong size on SpinBox_GetValue"); \ static_assert(offsetof(SpinBox_GetValue, ReturnValue) == 0x000000, "Member 'SpinBox_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpinBox \ static_assert(alignof(USpinBox) == 0x000008, "Wrong alignment on USpinBox"); \ static_assert(sizeof(USpinBox) == 0x000520, "Wrong size on USpinBox"); \ static_assert(offsetof(USpinBox, Value) == 0x000108, "Member 'USpinBox::Value' has a wrong offset!"); \ static_assert(offsetof(USpinBox, ValueDelegate) == 0x00010C, "Member 'USpinBox::ValueDelegate' has a wrong offset!"); \ static_assert(offsetof(USpinBox, WidgetStyle) == 0x000120, "Member 'USpinBox::WidgetStyle' has a wrong offset!"); \ static_assert(offsetof(USpinBox, Style) == 0x000408, "Member 'USpinBox::Style' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MinFractionalDigits) == 0x000410, "Member 'USpinBox::MinFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MaxFractionalDigits) == 0x000414, "Member 'USpinBox::MaxFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(USpinBox, bAlwaysUsesDeltaSnap) == 0x000418, "Member 'USpinBox::bAlwaysUsesDeltaSnap' has a wrong offset!"); \ static_assert(offsetof(USpinBox, Delta) == 0x00041C, "Member 'USpinBox::Delta' has a wrong offset!"); \ static_assert(offsetof(USpinBox, SliderExponent) == 0x000420, "Member 'USpinBox::SliderExponent' has a wrong offset!"); \ static_assert(offsetof(USpinBox, Font) == 0x000428, "Member 'USpinBox::Font' has a wrong offset!"); \ static_assert(offsetof(USpinBox, Justification) == 0x000480, "Member 'USpinBox::Justification' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MinDesiredWidth) == 0x000484, "Member 'USpinBox::MinDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(USpinBox, ClearKeyboardFocusOnCommit) == 0x000488, "Member 'USpinBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ static_assert(offsetof(USpinBox, SelectAllTextOnCommit) == 0x000489, "Member 'USpinBox::SelectAllTextOnCommit' has a wrong offset!"); \ static_assert(offsetof(USpinBox, ForegroundColor) == 0x000490, "Member 'USpinBox::ForegroundColor' has a wrong offset!"); \ static_assert(offsetof(USpinBox, OnValueChanged) == 0x0004B8, "Member 'USpinBox::OnValueChanged' has a wrong offset!"); \ static_assert(offsetof(USpinBox, OnValueCommitted) == 0x0004C8, "Member 'USpinBox::OnValueCommitted' has a wrong offset!"); \ static_assert(offsetof(USpinBox, OnBeginSliderMovement) == 0x0004D8, "Member 'USpinBox::OnBeginSliderMovement' has a wrong offset!"); \ static_assert(offsetof(USpinBox, OnEndSliderMovement) == 0x0004E8, "Member 'USpinBox::OnEndSliderMovement' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MinValue) == 0x0004FC, "Member 'USpinBox::MinValue' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MaxValue) == 0x000500, "Member 'USpinBox::MaxValue' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MinSliderValue) == 0x000504, "Member 'USpinBox::MinSliderValue' has a wrong offset!"); \ static_assert(offsetof(USpinBox, MaxSliderValue) == 0x000508, "Member 'USpinBox::MaxSliderValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBinding_GetStringValue \ static_assert(alignof(TextBinding_GetStringValue) == 0x000008, "Wrong alignment on TextBinding_GetStringValue"); \ static_assert(sizeof(TextBinding_GetStringValue) == 0x000010, "Wrong size on TextBinding_GetStringValue"); \ static_assert(offsetof(TextBinding_GetStringValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetStringValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBinding_GetTextValue \ static_assert(alignof(TextBinding_GetTextValue) == 0x000008, "Wrong alignment on TextBinding_GetTextValue"); \ static_assert(sizeof(TextBinding_GetTextValue) == 0x000018, "Wrong size on TextBinding_GetTextValue"); \ static_assert(offsetof(TextBinding_GetTextValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetTextValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTextBinding \ static_assert(alignof(UTextBinding) == 0x000008, "Wrong alignment on UTextBinding"); \ static_assert(sizeof(UTextBinding) == 0x000068, "Wrong size on UTextBinding"); \ #define DUMPER7_ASSERTS_TextBlock_GetDynamicFontMaterial \ static_assert(alignof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicFontMaterial"); \ static_assert(sizeof(TextBlock_GetDynamicFontMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicFontMaterial"); \ static_assert(offsetof(TextBlock_GetDynamicFontMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicFontMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_GetDynamicOutlineMaterial \ static_assert(alignof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong alignment on TextBlock_GetDynamicOutlineMaterial"); \ static_assert(sizeof(TextBlock_GetDynamicOutlineMaterial) == 0x000008, "Wrong size on TextBlock_GetDynamicOutlineMaterial"); \ static_assert(offsetof(TextBlock_GetDynamicOutlineMaterial, ReturnValue) == 0x000000, "Member 'TextBlock_GetDynamicOutlineMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetAutoWrapText \ static_assert(alignof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong alignment on TextBlock_SetAutoWrapText"); \ static_assert(sizeof(TextBlock_SetAutoWrapText) == 0x000001, "Wrong size on TextBlock_SetAutoWrapText"); \ static_assert(offsetof(TextBlock_SetAutoWrapText, InAutoTextWrap) == 0x000000, "Member 'TextBlock_SetAutoWrapText::InAutoTextWrap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetColorAndOpacity \ static_assert(alignof(TextBlock_SetColorAndOpacity) == 0x000008, "Wrong alignment on TextBlock_SetColorAndOpacity"); \ static_assert(sizeof(TextBlock_SetColorAndOpacity) == 0x000028, "Wrong size on TextBlock_SetColorAndOpacity"); \ static_assert(offsetof(TextBlock_SetColorAndOpacity, InColorAndOpacity) == 0x000000, "Member 'TextBlock_SetColorAndOpacity::InColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetFont \ static_assert(alignof(TextBlock_SetFont) == 0x000008, "Wrong alignment on TextBlock_SetFont"); \ static_assert(sizeof(TextBlock_SetFont) == 0x000058, "Wrong size on TextBlock_SetFont"); \ static_assert(offsetof(TextBlock_SetFont, InFontInfo) == 0x000000, "Member 'TextBlock_SetFont::InFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetMinDesiredWidth \ static_assert(alignof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on TextBlock_SetMinDesiredWidth"); \ static_assert(sizeof(TextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on TextBlock_SetMinDesiredWidth"); \ static_assert(offsetof(TextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'TextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetOpacity \ static_assert(alignof(TextBlock_SetOpacity) == 0x000004, "Wrong alignment on TextBlock_SetOpacity"); \ static_assert(sizeof(TextBlock_SetOpacity) == 0x000004, "Wrong size on TextBlock_SetOpacity"); \ static_assert(offsetof(TextBlock_SetOpacity, InOpacity) == 0x000000, "Member 'TextBlock_SetOpacity::InOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetShadowColorAndOpacity \ static_assert(alignof(TextBlock_SetShadowColorAndOpacity) == 0x000004, "Wrong alignment on TextBlock_SetShadowColorAndOpacity"); \ static_assert(sizeof(TextBlock_SetShadowColorAndOpacity) == 0x000010, "Wrong size on TextBlock_SetShadowColorAndOpacity"); \ static_assert(offsetof(TextBlock_SetShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'TextBlock_SetShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetShadowOffset \ static_assert(alignof(TextBlock_SetShadowOffset) == 0x000004, "Wrong alignment on TextBlock_SetShadowOffset"); \ static_assert(sizeof(TextBlock_SetShadowOffset) == 0x000008, "Wrong size on TextBlock_SetShadowOffset"); \ static_assert(offsetof(TextBlock_SetShadowOffset, InShadowOffset) == 0x000000, "Member 'TextBlock_SetShadowOffset::InShadowOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetStrikeBrush \ static_assert(alignof(TextBlock_SetStrikeBrush) == 0x000008, "Wrong alignment on TextBlock_SetStrikeBrush"); \ static_assert(sizeof(TextBlock_SetStrikeBrush) == 0x000088, "Wrong size on TextBlock_SetStrikeBrush"); \ static_assert(offsetof(TextBlock_SetStrikeBrush, InStrikeBrush) == 0x000000, "Member 'TextBlock_SetStrikeBrush::InStrikeBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetText \ static_assert(alignof(TextBlock_SetText) == 0x000008, "Wrong alignment on TextBlock_SetText"); \ static_assert(sizeof(TextBlock_SetText) == 0x000018, "Wrong size on TextBlock_SetText"); \ static_assert(offsetof(TextBlock_SetText, InText) == 0x000000, "Member 'TextBlock_SetText::InText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_SetTextTransformPolicy \ static_assert(alignof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong alignment on TextBlock_SetTextTransformPolicy"); \ static_assert(sizeof(TextBlock_SetTextTransformPolicy) == 0x000001, "Wrong size on TextBlock_SetTextTransformPolicy"); \ static_assert(offsetof(TextBlock_SetTextTransformPolicy, InTransformPolicy) == 0x000000, "Member 'TextBlock_SetTextTransformPolicy::InTransformPolicy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TextBlock_ComputeTextDesiredSize \ static_assert(alignof(TextBlock_ComputeTextDesiredSize) == 0x000008, "Wrong alignment on TextBlock_ComputeTextDesiredSize"); \ static_assert(sizeof(TextBlock_ComputeTextDesiredSize) == 0x000028, "Wrong size on TextBlock_ComputeTextDesiredSize"); \ static_assert(offsetof(TextBlock_ComputeTextDesiredSize, ForText) == 0x000000, "Member 'TextBlock_ComputeTextDesiredSize::ForText' has a wrong offset!"); \ static_assert(offsetof(TextBlock_ComputeTextDesiredSize, LayoutScaleMultiplier) == 0x000018, "Member 'TextBlock_ComputeTextDesiredSize::LayoutScaleMultiplier' has a wrong offset!"); \ static_assert(offsetof(TextBlock_ComputeTextDesiredSize, ReturnValue) == 0x00001C, "Member 'TextBlock_ComputeTextDesiredSize::ReturnValue' 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_TreeView_SetItemExpansion \ static_assert(alignof(TreeView_SetItemExpansion) == 0x000008, "Wrong alignment on TreeView_SetItemExpansion"); \ static_assert(sizeof(TreeView_SetItemExpansion) == 0x000010, "Wrong size on TreeView_SetItemExpansion"); \ static_assert(offsetof(TreeView_SetItemExpansion, Item) == 0x000000, "Member 'TreeView_SetItemExpansion::Item' has a wrong offset!"); \ static_assert(offsetof(TreeView_SetItemExpansion, bExpandItem) == 0x000008, "Member 'TreeView_SetItemExpansion::bExpandItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTreeView \ static_assert(alignof(UTreeView) == 0x000008, "Wrong alignment on UTreeView"); \ static_assert(sizeof(UTreeView) == 0x0003C0, "Wrong size on UTreeView"); \ static_assert(offsetof(UTreeView, BP_OnGetItemChildren) == 0x000378, "Member 'UTreeView::BP_OnGetItemChildren' has a wrong offset!"); \ static_assert(offsetof(UTreeView, BP_OnItemExpansionChanged) == 0x000388, "Member 'UTreeView::BP_OnItemExpansionChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGSequencePlayer_SetUserTag \ static_assert(alignof(UMGSequencePlayer_SetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_SetUserTag"); \ static_assert(sizeof(UMGSequencePlayer_SetUserTag) == 0x000008, "Wrong size on UMGSequencePlayer_SetUserTag"); \ static_assert(offsetof(UMGSequencePlayer_SetUserTag, InUserTag) == 0x000000, "Member 'UMGSequencePlayer_SetUserTag::InUserTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMGSequencePlayer_GetUserTag \ static_assert(alignof(UMGSequencePlayer_GetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_GetUserTag"); \ static_assert(sizeof(UMGSequencePlayer_GetUserTag) == 0x000008, "Wrong size on UMGSequencePlayer_GetUserTag"); \ static_assert(offsetof(UMGSequencePlayer_GetUserTag, ReturnValue) == 0x000000, "Member 'UMGSequencePlayer_GetUserTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMGSequencePlayer \ static_assert(alignof(UUMGSequencePlayer) == 0x000008, "Wrong alignment on UUMGSequencePlayer"); \ static_assert(sizeof(UUMGSequencePlayer) == 0x0003C8, "Wrong size on UUMGSequencePlayer"); \ static_assert(offsetof(UUMGSequencePlayer, Animation) == 0x000260, "Member 'UUMGSequencePlayer::Animation' has a wrong offset!"); \ static_assert(offsetof(UUMGSequencePlayer, RootTemplateInstance) == 0x000270, "Member 'UUMGSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUMGSequenceTickManager \ static_assert(alignof(UUMGSequenceTickManager) == 0x000008, "Wrong alignment on UUMGSequenceTickManager"); \ static_assert(sizeof(UUMGSequenceTickManager) == 0x000120, "Wrong size on UUMGSequenceTickManager"); \ static_assert(offsetof(UUMGSequenceTickManager, WeakUserWidgets) == 0x000028, "Member 'UUMGSequenceTickManager::WeakUserWidgets' has a wrong offset!"); \ static_assert(offsetof(UUMGSequenceTickManager, Linker) == 0x000078, "Member 'UUMGSequenceTickManager::Linker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_AddChildToUniformGrid \ static_assert(alignof(UniformGridPanel_AddChildToUniformGrid) == 0x000008, "Wrong alignment on UniformGridPanel_AddChildToUniformGrid"); \ static_assert(sizeof(UniformGridPanel_AddChildToUniformGrid) == 0x000018, "Wrong size on UniformGridPanel_AddChildToUniformGrid"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, Content) == 0x000000, "Member 'UniformGridPanel_AddChildToUniformGrid::Content' has a wrong offset!"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InRow) == 0x000008, "Member 'UniformGridPanel_AddChildToUniformGrid::InRow' has a wrong offset!"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, InColumn) == 0x00000C, "Member 'UniformGridPanel_AddChildToUniformGrid::InColumn' has a wrong offset!"); \ static_assert(offsetof(UniformGridPanel_AddChildToUniformGrid, ReturnValue) == 0x000010, "Member 'UniformGridPanel_AddChildToUniformGrid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotHeight \ static_assert(alignof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotHeight"); \ static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotHeight) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotHeight"); \ static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotHeight, InMinDesiredSlotHeight) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotHeight::InMinDesiredSlotHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_SetMinDesiredSlotWidth \ static_assert(alignof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong alignment on UniformGridPanel_SetMinDesiredSlotWidth"); \ static_assert(sizeof(UniformGridPanel_SetMinDesiredSlotWidth) == 0x000004, "Wrong size on UniformGridPanel_SetMinDesiredSlotWidth"); \ static_assert(offsetof(UniformGridPanel_SetMinDesiredSlotWidth, InMinDesiredSlotWidth) == 0x000000, "Member 'UniformGridPanel_SetMinDesiredSlotWidth::InMinDesiredSlotWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridPanel_SetSlotPadding \ static_assert(alignof(UniformGridPanel_SetSlotPadding) == 0x000004, "Wrong alignment on UniformGridPanel_SetSlotPadding"); \ static_assert(sizeof(UniformGridPanel_SetSlotPadding) == 0x000010, "Wrong size on UniformGridPanel_SetSlotPadding"); \ static_assert(offsetof(UniformGridPanel_SetSlotPadding, InSlotPadding) == 0x000000, "Member 'UniformGridPanel_SetSlotPadding::InSlotPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUniformGridPanel \ static_assert(alignof(UUniformGridPanel) == 0x000008, "Wrong alignment on UUniformGridPanel"); \ static_assert(sizeof(UUniformGridPanel) == 0x000148, "Wrong size on UUniformGridPanel"); \ static_assert(offsetof(UUniformGridPanel, SlotPadding) == 0x000120, "Member 'UUniformGridPanel::SlotPadding' has a wrong offset!"); \ static_assert(offsetof(UUniformGridPanel, MinDesiredSlotWidth) == 0x000130, "Member 'UUniformGridPanel::MinDesiredSlotWidth' has a wrong offset!"); \ static_assert(offsetof(UUniformGridPanel, MinDesiredSlotHeight) == 0x000134, "Member 'UUniformGridPanel::MinDesiredSlotHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridSlot_SetColumn \ static_assert(alignof(UniformGridSlot_SetColumn) == 0x000004, "Wrong alignment on UniformGridSlot_SetColumn"); \ static_assert(sizeof(UniformGridSlot_SetColumn) == 0x000004, "Wrong size on UniformGridSlot_SetColumn"); \ static_assert(offsetof(UniformGridSlot_SetColumn, InColumn) == 0x000000, "Member 'UniformGridSlot_SetColumn::InColumn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridSlot_SetHorizontalAlignment \ static_assert(alignof(UniformGridSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on UniformGridSlot_SetHorizontalAlignment"); \ static_assert(sizeof(UniformGridSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on UniformGridSlot_SetHorizontalAlignment"); \ static_assert(offsetof(UniformGridSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'UniformGridSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridSlot_SetRow \ static_assert(alignof(UniformGridSlot_SetRow) == 0x000004, "Wrong alignment on UniformGridSlot_SetRow"); \ static_assert(sizeof(UniformGridSlot_SetRow) == 0x000004, "Wrong size on UniformGridSlot_SetRow"); \ static_assert(offsetof(UniformGridSlot_SetRow, InRow) == 0x000000, "Member 'UniformGridSlot_SetRow::InRow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UniformGridSlot_SetVerticalAlignment \ static_assert(alignof(UniformGridSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on UniformGridSlot_SetVerticalAlignment"); \ static_assert(sizeof(UniformGridSlot_SetVerticalAlignment) == 0x000001, "Wrong size on UniformGridSlot_SetVerticalAlignment"); \ static_assert(offsetof(UniformGridSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'UniformGridSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUniformGridSlot \ static_assert(alignof(UUniformGridSlot) == 0x000008, "Wrong alignment on UUniformGridSlot"); \ static_assert(sizeof(UUniformGridSlot) == 0x000050, "Wrong size on UUniformGridSlot"); \ static_assert(offsetof(UUniformGridSlot, HorizontalAlignment) == 0x000038, "Member 'UUniformGridSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UUniformGridSlot, VerticalAlignment) == 0x000039, "Member 'UUniformGridSlot::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UUniformGridSlot, Row) == 0x00003C, "Member 'UUniformGridSlot::Row' has a wrong offset!"); \ static_assert(offsetof(UUniformGridSlot, Column) == 0x000040, "Member 'UUniformGridSlot::Column' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VerticalBox_AddChildToVerticalBox \ static_assert(alignof(VerticalBox_AddChildToVerticalBox) == 0x000008, "Wrong alignment on VerticalBox_AddChildToVerticalBox"); \ static_assert(sizeof(VerticalBox_AddChildToVerticalBox) == 0x000010, "Wrong size on VerticalBox_AddChildToVerticalBox"); \ static_assert(offsetof(VerticalBox_AddChildToVerticalBox, Content) == 0x000000, "Member 'VerticalBox_AddChildToVerticalBox::Content' has a wrong offset!"); \ static_assert(offsetof(VerticalBox_AddChildToVerticalBox, ReturnValue) == 0x000008, "Member 'VerticalBox_AddChildToVerticalBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVerticalBox \ static_assert(alignof(UVerticalBox) == 0x000008, "Wrong alignment on UVerticalBox"); \ static_assert(sizeof(UVerticalBox) == 0x000130, "Wrong size on UVerticalBox"); \ #define DUMPER7_ASSERTS_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_VisibilityBinding_GetValue \ static_assert(alignof(VisibilityBinding_GetValue) == 0x000001, "Wrong alignment on VisibilityBinding_GetValue"); \ static_assert(sizeof(VisibilityBinding_GetValue) == 0x000001, "Wrong size on VisibilityBinding_GetValue"); \ static_assert(offsetof(VisibilityBinding_GetValue, ReturnValue) == 0x000000, "Member 'VisibilityBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVisibilityBinding \ static_assert(alignof(UVisibilityBinding) == 0x000008, "Wrong alignment on UVisibilityBinding"); \ static_assert(sizeof(UVisibilityBinding) == 0x000060, "Wrong size on UVisibilityBinding"); \ #define DUMPER7_ASSERTS_WidgetAnimation_BindToAnimationFinished \ static_assert(alignof(WidgetAnimation_BindToAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_BindToAnimationFinished"); \ static_assert(sizeof(WidgetAnimation_BindToAnimationFinished) == 0x000018, "Wrong size on WidgetAnimation_BindToAnimationFinished"); \ static_assert(offsetof(WidgetAnimation_BindToAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_BindToAnimationFinished::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimation_BindToAnimationFinished, Delegate) == 0x000008, "Member 'WidgetAnimation_BindToAnimationFinished::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_BindToAnimationStarted \ static_assert(alignof(WidgetAnimation_BindToAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_BindToAnimationStarted"); \ static_assert(sizeof(WidgetAnimation_BindToAnimationStarted) == 0x000018, "Wrong size on WidgetAnimation_BindToAnimationStarted"); \ static_assert(offsetof(WidgetAnimation_BindToAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_BindToAnimationStarted::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimation_BindToAnimationStarted, Delegate) == 0x000008, "Member 'WidgetAnimation_BindToAnimationStarted::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_UnbindAllFromAnimationFinished \ static_assert(alignof(WidgetAnimation_UnbindAllFromAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindAllFromAnimationFinished"); \ static_assert(sizeof(WidgetAnimation_UnbindAllFromAnimationFinished) == 0x000008, "Wrong size on WidgetAnimation_UnbindAllFromAnimationFinished"); \ static_assert(offsetof(WidgetAnimation_UnbindAllFromAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindAllFromAnimationFinished::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_UnbindAllFromAnimationStarted \ static_assert(alignof(WidgetAnimation_UnbindAllFromAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindAllFromAnimationStarted"); \ static_assert(sizeof(WidgetAnimation_UnbindAllFromAnimationStarted) == 0x000008, "Wrong size on WidgetAnimation_UnbindAllFromAnimationStarted"); \ static_assert(offsetof(WidgetAnimation_UnbindAllFromAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindAllFromAnimationStarted::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_UnbindFromAnimationFinished \ static_assert(alignof(WidgetAnimation_UnbindFromAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindFromAnimationFinished"); \ static_assert(sizeof(WidgetAnimation_UnbindFromAnimationFinished) == 0x000018, "Wrong size on WidgetAnimation_UnbindFromAnimationFinished"); \ static_assert(offsetof(WidgetAnimation_UnbindFromAnimationFinished, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindFromAnimationFinished::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimation_UnbindFromAnimationFinished, Delegate) == 0x000008, "Member 'WidgetAnimation_UnbindFromAnimationFinished::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_UnbindFromAnimationStarted \ static_assert(alignof(WidgetAnimation_UnbindFromAnimationStarted) == 0x000008, "Wrong alignment on WidgetAnimation_UnbindFromAnimationStarted"); \ static_assert(sizeof(WidgetAnimation_UnbindFromAnimationStarted) == 0x000018, "Wrong size on WidgetAnimation_UnbindFromAnimationStarted"); \ static_assert(offsetof(WidgetAnimation_UnbindFromAnimationStarted, Widget) == 0x000000, "Member 'WidgetAnimation_UnbindFromAnimationStarted::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimation_UnbindFromAnimationStarted, Delegate) == 0x000008, "Member 'WidgetAnimation_UnbindFromAnimationStarted::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_GetEndTime \ static_assert(alignof(WidgetAnimation_GetEndTime) == 0x000004, "Wrong alignment on WidgetAnimation_GetEndTime"); \ static_assert(sizeof(WidgetAnimation_GetEndTime) == 0x000004, "Wrong size on WidgetAnimation_GetEndTime"); \ static_assert(offsetof(WidgetAnimation_GetEndTime, ReturnValue) == 0x000000, "Member 'WidgetAnimation_GetEndTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimation_GetStartTime \ static_assert(alignof(WidgetAnimation_GetStartTime) == 0x000004, "Wrong alignment on WidgetAnimation_GetStartTime"); \ static_assert(sizeof(WidgetAnimation_GetStartTime) == 0x000004, "Wrong size on WidgetAnimation_GetStartTime"); \ static_assert(offsetof(WidgetAnimation_GetStartTime, ReturnValue) == 0x000000, "Member 'WidgetAnimation_GetStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetAnimation \ static_assert(alignof(UWidgetAnimation) == 0x000008, "Wrong alignment on UWidgetAnimation"); \ static_assert(sizeof(UWidgetAnimation) == 0x000090, "Wrong size on UWidgetAnimation"); \ static_assert(offsetof(UWidgetAnimation, MovieScene) == 0x000060, "Member 'UWidgetAnimation::MovieScene' has a wrong offset!"); \ static_assert(offsetof(UWidgetAnimation, AnimationBindings) == 0x000068, "Member 'UWidgetAnimation::AnimationBindings' has a wrong offset!"); \ static_assert(offsetof(UWidgetAnimation, bLegacyFinishOnStop) == 0x000078, "Member 'UWidgetAnimation::bLegacyFinishOnStop' has a wrong offset!"); \ static_assert(offsetof(UWidgetAnimation, DisplayLabel) == 0x000080, "Member 'UWidgetAnimation::DisplayLabel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetAnimationDelegateBinding \ static_assert(alignof(UWidgetAnimationDelegateBinding) == 0x000008, "Wrong alignment on UWidgetAnimationDelegateBinding"); \ static_assert(sizeof(UWidgetAnimationDelegateBinding) == 0x000038, "Wrong size on UWidgetAnimationDelegateBinding"); \ static_assert(offsetof(UWidgetAnimationDelegateBinding, WidgetAnimationDelegateBindings) == 0x000028, "Member 'UWidgetAnimationDelegateBinding::WidgetAnimationDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject \ static_assert(alignof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject) == 0x000008, "Wrong alignment on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject"); \ static_assert(sizeof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject) == 0x000030, "Wrong size on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, Result) == 0x000000, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::Result' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, Widget) == 0x000008, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, InAnimation) == 0x000010, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::InAnimation' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, StartAtTime) == 0x000018, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::StartAtTime' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, NumLoopsToPlay) == 0x00001C, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::NumLoopsToPlay' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, PlayMode) == 0x000020, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::PlayMode' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, PlaybackSpeed) == 0x000024, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject, ReturnValue) == 0x000028, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationProxyObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject \ static_assert(alignof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject) == 0x000008, "Wrong alignment on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject"); \ static_assert(sizeof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject) == 0x000038, "Wrong size on WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, Result) == 0x000000, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::Result' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, Widget) == 0x000008, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, InAnimation) == 0x000010, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::InAnimation' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, StartAtTime) == 0x000018, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::StartAtTime' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, EndAtTime) == 0x00001C, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::EndAtTime' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, NumLoopsToPlay) == 0x000020, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::NumLoopsToPlay' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, PlayMode) == 0x000024, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::PlayMode' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, PlaybackSpeed) == 0x000028, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject, ReturnValue) == 0x000030, "Member 'WidgetAnimationPlayCallbackProxy_CreatePlayAnimationTimeRangeProxyObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetAnimationPlayCallbackProxy \ static_assert(alignof(UWidgetAnimationPlayCallbackProxy) == 0x000008, "Wrong alignment on UWidgetAnimationPlayCallbackProxy"); \ static_assert(sizeof(UWidgetAnimationPlayCallbackProxy) == 0x000048, "Wrong size on UWidgetAnimationPlayCallbackProxy"); \ static_assert(offsetof(UWidgetAnimationPlayCallbackProxy, Finished) == 0x000028, "Member 'UWidgetAnimationPlayCallbackProxy::Finished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBinding_GetValue \ static_assert(alignof(WidgetBinding_GetValue) == 0x000008, "Wrong alignment on WidgetBinding_GetValue"); \ static_assert(sizeof(WidgetBinding_GetValue) == 0x000008, "Wrong size on WidgetBinding_GetValue"); \ static_assert(offsetof(WidgetBinding_GetValue, ReturnValue) == 0x000000, "Member 'WidgetBinding_GetValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetBinding \ static_assert(alignof(UWidgetBinding) == 0x000008, "Wrong alignment on UWidgetBinding"); \ static_assert(sizeof(UWidgetBinding) == 0x000060, "Wrong size on UWidgetBinding"); \ #define DUMPER7_ASSERTS_UWidgetBlueprintGeneratedClass \ static_assert(alignof(UWidgetBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UWidgetBlueprintGeneratedClass"); \ static_assert(sizeof(UWidgetBlueprintGeneratedClass) == 0x000368, "Wrong size on UWidgetBlueprintGeneratedClass"); \ static_assert(offsetof(UWidgetBlueprintGeneratedClass, WidgetTree) == 0x000328, "Member 'UWidgetBlueprintGeneratedClass::WidgetTree' has a wrong offset!"); \ static_assert(offsetof(UWidgetBlueprintGeneratedClass, Bindings) == 0x000338, "Member 'UWidgetBlueprintGeneratedClass::Bindings' has a wrong offset!"); \ static_assert(offsetof(UWidgetBlueprintGeneratedClass, Animations) == 0x000348, "Member 'UWidgetBlueprintGeneratedClass::Animations' has a wrong offset!"); \ static_assert(offsetof(UWidgetBlueprintGeneratedClass, NamedSlots) == 0x000358, "Member 'UWidgetBlueprintGeneratedClass::NamedSlots' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_CaptureJoystick \ static_assert(alignof(WidgetBlueprintLibrary_CaptureJoystick) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_CaptureJoystick"); \ static_assert(sizeof(WidgetBlueprintLibrary_CaptureJoystick) == 0x000180, "Wrong size on WidgetBlueprintLibrary_CaptureJoystick"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_CaptureJoystick::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, CapturingWidget) == 0x0000B8, "Member 'WidgetBlueprintLibrary_CaptureJoystick::CapturingWidget' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, bInAllJoysticks) == 0x0000C0, "Member 'WidgetBlueprintLibrary_CaptureJoystick::bInAllJoysticks' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureJoystick, ReturnValue) == 0x0000C8, "Member 'WidgetBlueprintLibrary_CaptureJoystick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_CaptureMouse \ static_assert(alignof(WidgetBlueprintLibrary_CaptureMouse) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_CaptureMouse"); \ static_assert(sizeof(WidgetBlueprintLibrary_CaptureMouse) == 0x000178, "Wrong size on WidgetBlueprintLibrary_CaptureMouse"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureMouse, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_CaptureMouse::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureMouse, CapturingWidget) == 0x0000B8, "Member 'WidgetBlueprintLibrary_CaptureMouse::CapturingWidget' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CaptureMouse, ReturnValue) == 0x0000C0, "Member 'WidgetBlueprintLibrary_CaptureMouse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_ClearUserFocus \ static_assert(alignof(WidgetBlueprintLibrary_ClearUserFocus) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_ClearUserFocus"); \ static_assert(sizeof(WidgetBlueprintLibrary_ClearUserFocus) == 0x000178, "Wrong size on WidgetBlueprintLibrary_ClearUserFocus"); \ static_assert(offsetof(WidgetBlueprintLibrary_ClearUserFocus, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_ClearUserFocus::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_ClearUserFocus, bInAllUsers) == 0x0000B8, "Member 'WidgetBlueprintLibrary_ClearUserFocus::bInAllUsers' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_ClearUserFocus, ReturnValue) == 0x0000C0, "Member 'WidgetBlueprintLibrary_ClearUserFocus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_Create \ static_assert(alignof(WidgetBlueprintLibrary_Create) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_Create"); \ static_assert(sizeof(WidgetBlueprintLibrary_Create) == 0x000020, "Wrong size on WidgetBlueprintLibrary_Create"); \ static_assert(offsetof(WidgetBlueprintLibrary_Create, WorldContextObject) == 0x000000, "Member 'WidgetBlueprintLibrary_Create::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_Create, WidgetType) == 0x000008, "Member 'WidgetBlueprintLibrary_Create::WidgetType' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_Create, OwningPlayer) == 0x000010, "Member 'WidgetBlueprintLibrary_Create::OwningPlayer' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_Create, ReturnValue) == 0x000018, "Member 'WidgetBlueprintLibrary_Create::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_CreateDragDropOperation \ static_assert(alignof(WidgetBlueprintLibrary_CreateDragDropOperation) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_CreateDragDropOperation"); \ static_assert(sizeof(WidgetBlueprintLibrary_CreateDragDropOperation) == 0x000010, "Wrong size on WidgetBlueprintLibrary_CreateDragDropOperation"); \ static_assert(offsetof(WidgetBlueprintLibrary_CreateDragDropOperation, OperationClass) == 0x000000, "Member 'WidgetBlueprintLibrary_CreateDragDropOperation::OperationClass' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_CreateDragDropOperation, ReturnValue) == 0x000008, "Member 'WidgetBlueprintLibrary_CreateDragDropOperation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DetectDrag \ static_assert(alignof(WidgetBlueprintLibrary_DetectDrag) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DetectDrag"); \ static_assert(sizeof(WidgetBlueprintLibrary_DetectDrag) == 0x000190, "Wrong size on WidgetBlueprintLibrary_DetectDrag"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, Reply) == 0x000000, "Member 'WidgetBlueprintLibrary_DetectDrag::Reply' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, WidgetDetectingDrag) == 0x0000B8, "Member 'WidgetBlueprintLibrary_DetectDrag::WidgetDetectingDrag' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, DragKey) == 0x0000C0, "Member 'WidgetBlueprintLibrary_DetectDrag::DragKey' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDrag, ReturnValue) == 0x0000D8, "Member 'WidgetBlueprintLibrary_DetectDrag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DetectDragIfPressed \ static_assert(alignof(WidgetBlueprintLibrary_DetectDragIfPressed) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DetectDragIfPressed"); \ static_assert(sizeof(WidgetBlueprintLibrary_DetectDragIfPressed) == 0x000150, "Wrong size on WidgetBlueprintLibrary_DetectDragIfPressed"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, PointerEvent) == 0x000000, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::PointerEvent' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, WidgetDetectingDrag) == 0x000078, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::WidgetDetectingDrag' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, DragKey) == 0x000080, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::DragKey' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, ReturnValue) == 0x000098, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_DrawBox \ static_assert(alignof(WidgetBlueprintLibrary_DrawBox) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_DrawBox"); \ static_assert(sizeof(WidgetBlueprintLibrary_DrawBox) == 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_GetColorVisionDeficiencySeverity \ static_assert(alignof(WidgetBlueprintLibrary_GetColorVisionDeficiencySeverity) == 0x000004, "Wrong alignment on WidgetBlueprintLibrary_GetColorVisionDeficiencySeverity"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetColorVisionDeficiencySeverity) == 0x000004, "Wrong size on WidgetBlueprintLibrary_GetColorVisionDeficiencySeverity"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetColorVisionDeficiencySeverity, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_GetColorVisionDeficiencySeverity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetColorVisionDeficiencyType \ static_assert(alignof(WidgetBlueprintLibrary_GetColorVisionDeficiencyType) == 0x000001, "Wrong alignment on WidgetBlueprintLibrary_GetColorVisionDeficiencyType"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetColorVisionDeficiencyType) == 0x000001, "Wrong size on WidgetBlueprintLibrary_GetColorVisionDeficiencyType"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetColorVisionDeficiencyType, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_GetColorVisionDeficiencyType::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) == 0x000048, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromCharacterEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromCharacterEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent, ReturnValue) == 0x000028, "Member 'WidgetBlueprintLibrary_GetInputEventFromCharacterEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromKeyEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromKeyEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent) == 0x000060, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromKeyEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromKeyEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent, ReturnValue) == 0x000040, "Member 'WidgetBlueprintLibrary_GetInputEventFromKeyEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromNavigationEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromNavigationEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent) == 0x000048, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromNavigationEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromNavigationEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent, ReturnValue) == 0x000028, "Member 'WidgetBlueprintLibrary_GetInputEventFromNavigationEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromPointerEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromPointerEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent) == 0x000098, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromPointerEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromPointerEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent, ReturnValue) == 0x000078, "Member 'WidgetBlueprintLibrary_GetInputEventFromPointerEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent \ static_assert(alignof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent) == 0x000088, "Wrong size on WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent, ReturnValue) == 0x000048, "Member 'WidgetBlueprintLibrary_GetKeyEventFromAnalogInputEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetSafeZonePadding \ static_assert(alignof(WidgetBlueprintLibrary_GetSafeZonePadding) == 0x000010, "Wrong alignment on WidgetBlueprintLibrary_GetSafeZonePadding"); \ static_assert(sizeof(WidgetBlueprintLibrary_GetSafeZonePadding) == 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_IsWindowTitleBarVisible \ static_assert(alignof(WidgetBlueprintLibrary_IsWindowTitleBarVisible) == 0x000001, "Wrong alignment on WidgetBlueprintLibrary_IsWindowTitleBarVisible"); \ static_assert(sizeof(WidgetBlueprintLibrary_IsWindowTitleBarVisible) == 0x000001, "Wrong size on WidgetBlueprintLibrary_IsWindowTitleBarVisible"); \ static_assert(offsetof(WidgetBlueprintLibrary_IsWindowTitleBarVisible, ReturnValue) == 0x000000, "Member 'WidgetBlueprintLibrary_IsWindowTitleBarVisible::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) == 0x0005B0, "Wrong size on UWidgetComponent"); \ static_assert(offsetof(UWidgetComponent, Space) == 0x000488, "Member 'UWidgetComponent::Space' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TimingPolicy) == 0x000489, "Member 'UWidgetComponent::TimingPolicy' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, WidgetClass) == 0x000490, "Member 'UWidgetComponent::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, DrawSize) == 0x000498, "Member 'UWidgetComponent::DrawSize' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bManuallyRedraw) == 0x0004A0, "Member 'UWidgetComponent::bManuallyRedraw' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bRedrawRequested) == 0x0004A1, "Member 'UWidgetComponent::bRedrawRequested' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, RedrawTime) == 0x0004A4, "Member 'UWidgetComponent::RedrawTime' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, CurrentDrawSize) == 0x0004B0, "Member 'UWidgetComponent::CurrentDrawSize' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bDrawAtDesiredSize) == 0x0004B8, "Member 'UWidgetComponent::bDrawAtDesiredSize' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, Pivot) == 0x0004BC, "Member 'UWidgetComponent::Pivot' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bReceiveHardwareInput) == 0x0004C4, "Member 'UWidgetComponent::bReceiveHardwareInput' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bWindowFocusable) == 0x0004C5, "Member 'UWidgetComponent::bWindowFocusable' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, WindowVisibility) == 0x0004C6, "Member 'UWidgetComponent::WindowVisibility' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bApplyGammaCorrection) == 0x0004C7, "Member 'UWidgetComponent::bApplyGammaCorrection' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OwnerPlayer) == 0x0004C8, "Member 'UWidgetComponent::OwnerPlayer' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, BackgroundColor) == 0x0004D0, "Member 'UWidgetComponent::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TintColorAndOpacity) == 0x0004E0, "Member 'UWidgetComponent::TintColorAndOpacity' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OpacityFromTexture) == 0x0004F0, "Member 'UWidgetComponent::OpacityFromTexture' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, BlendMode) == 0x0004F4, "Member 'UWidgetComponent::BlendMode' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bIsTwoSided) == 0x0004F5, "Member 'UWidgetComponent::bIsTwoSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TickWhenOffscreen) == 0x0004F6, "Member 'UWidgetComponent::TickWhenOffscreen' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, BodySetup) == 0x0004F8, "Member 'UWidgetComponent::BodySetup' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TranslucentMaterial) == 0x000500, "Member 'UWidgetComponent::TranslucentMaterial' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TranslucentMaterial_OneSided) == 0x000508, "Member 'UWidgetComponent::TranslucentMaterial_OneSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OpaqueMaterial) == 0x000510, "Member 'UWidgetComponent::OpaqueMaterial' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, OpaqueMaterial_OneSided) == 0x000518, "Member 'UWidgetComponent::OpaqueMaterial_OneSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, MaskedMaterial) == 0x000520, "Member 'UWidgetComponent::MaskedMaterial' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, MaskedMaterial_OneSided) == 0x000528, "Member 'UWidgetComponent::MaskedMaterial_OneSided' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, RenderTarget) == 0x000530, "Member 'UWidgetComponent::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, MaterialInstance) == 0x000538, "Member 'UWidgetComponent::MaterialInstance' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bAddedToScreen) == 0x000540, "Member 'UWidgetComponent::bAddedToScreen' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, bEditTimeUsable) == 0x000541, "Member 'UWidgetComponent::bEditTimeUsable' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, SharedLayerName) == 0x000544, "Member 'UWidgetComponent::SharedLayerName' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, LayerZOrder) == 0x00054C, "Member 'UWidgetComponent::LayerZOrder' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, GeometryMode) == 0x000550, "Member 'UWidgetComponent::GeometryMode' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, CylinderArcAngle) == 0x000554, "Member 'UWidgetComponent::CylinderArcAngle' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, TickMode) == 0x000558, "Member 'UWidgetComponent::TickMode' has a wrong offset!"); \ static_assert(offsetof(UWidgetComponent, Widget) == 0x000580, "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) == 0x000400, "Wrong size on UWidgetInteractionComponent"); \ static_assert(offsetof(UWidgetInteractionComponent, OnHoveredWidgetChanged) == 0x000208, "Member 'UWidgetInteractionComponent::OnHoveredWidgetChanged' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, VirtualUserIndex) == 0x000228, "Member 'UWidgetInteractionComponent::VirtualUserIndex' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, PointerIndex) == 0x00022C, "Member 'UWidgetInteractionComponent::PointerIndex' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, TraceChannel) == 0x000230, "Member 'UWidgetInteractionComponent::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, InteractionDistance) == 0x000234, "Member 'UWidgetInteractionComponent::InteractionDistance' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, InteractionSource) == 0x000238, "Member 'UWidgetInteractionComponent::InteractionSource' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bEnableHitTesting) == 0x000239, "Member 'UWidgetInteractionComponent::bEnableHitTesting' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bShowDebug) == 0x00023A, "Member 'UWidgetInteractionComponent::bShowDebug' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, DebugSphereLineThickness) == 0x00023C, "Member 'UWidgetInteractionComponent::DebugSphereLineThickness' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, DebugLineThickness) == 0x000240, "Member 'UWidgetInteractionComponent::DebugLineThickness' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, DebugColor) == 0x000244, "Member 'UWidgetInteractionComponent::DebugColor' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, CustomHitResult) == 0x0002D0, "Member 'UWidgetInteractionComponent::CustomHitResult' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, LocalHitLocation) == 0x000358, "Member 'UWidgetInteractionComponent::LocalHitLocation' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, LastLocalHitLocation) == 0x000360, "Member 'UWidgetInteractionComponent::LastLocalHitLocation' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, HoveredWidgetComponent) == 0x000368, "Member 'UWidgetInteractionComponent::HoveredWidgetComponent' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, LastHitResult) == 0x000370, "Member 'UWidgetInteractionComponent::LastHitResult' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetInteractable) == 0x0003F8, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetInteractable' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetFocusable) == 0x0003F9, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetFocusable' has a wrong offset!"); \ static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetHitTestVisible) == 0x0003FA, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetHitTestVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionOnPlatform \ static_assert(alignof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000004, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionOnPlatform"); \ static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionOnPlatform) == 0x000008, "Wrong size on WidgetLayoutLibrary_GetMousePositionOnPlatform"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnPlatform, ReturnValue) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionOnPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionOnViewport \ static_assert(alignof(WidgetLayoutLibrary_GetMousePositionOnViewport) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionOnViewport"); \ static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionOnViewport) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetMousePositionOnViewport"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnViewport, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionOnViewport::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionOnViewport, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetMousePositionOnViewport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetMousePositionScaledByDPI \ static_assert(alignof(WidgetLayoutLibrary_GetMousePositionScaledByDPI) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetMousePositionScaledByDPI"); \ static_assert(sizeof(WidgetLayoutLibrary_GetMousePositionScaledByDPI) == 0x000018, "Wrong size on WidgetLayoutLibrary_GetMousePositionScaledByDPI"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, Player) == 0x000000, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::Player' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, LocationX) == 0x000008, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::LocationX' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, LocationY) == 0x00000C, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::LocationY' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetMousePositionScaledByDPI, ReturnValue) == 0x000010, "Member 'WidgetLayoutLibrary_GetMousePositionScaledByDPI::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry \ static_assert(alignof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry"); \ static_assert(sizeof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry) == 0x000040, "Wrong size on WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry"); \ static_assert(offsetof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry, PlayerController) == 0x000000, "Member 'WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry::PlayerController' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetPlayerScreenWidgetGeometry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportScale \ static_assert(alignof(WidgetLayoutLibrary_GetViewportScale) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportScale"); \ static_assert(sizeof(WidgetLayoutLibrary_GetViewportScale) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetViewportScale"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportScale, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportScale::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportScale, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportSize \ static_assert(alignof(WidgetLayoutLibrary_GetViewportSize) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportSize"); \ static_assert(sizeof(WidgetLayoutLibrary_GetViewportSize) == 0x000010, "Wrong size on WidgetLayoutLibrary_GetViewportSize"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportSize, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportSize::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportSize, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_GetViewportWidgetGeometry \ static_assert(alignof(WidgetLayoutLibrary_GetViewportWidgetGeometry) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_GetViewportWidgetGeometry"); \ static_assert(sizeof(WidgetLayoutLibrary_GetViewportWidgetGeometry) == 0x000040, "Wrong size on WidgetLayoutLibrary_GetViewportWidgetGeometry"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportWidgetGeometry, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_GetViewportWidgetGeometry::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_GetViewportWidgetGeometry, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_GetViewportWidgetGeometry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition \ static_assert(alignof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition"); \ static_assert(sizeof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition) == 0x000020, "Wrong size on WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition"); \ static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, PlayerController) == 0x000000, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::PlayerController' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, WorldLocation) == 0x000008, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, ScreenPosition) == 0x000014, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, bPlayerViewportRelative) == 0x00001C, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::bPlayerViewportRelative' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition, ReturnValue) == 0x00001D, "Member 'WidgetLayoutLibrary_ProjectWorldLocationToWidgetPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_RemoveAllWidgets \ static_assert(alignof(WidgetLayoutLibrary_RemoveAllWidgets) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_RemoveAllWidgets"); \ static_assert(sizeof(WidgetLayoutLibrary_RemoveAllWidgets) == 0x000008, "Wrong size on WidgetLayoutLibrary_RemoveAllWidgets"); \ static_assert(offsetof(WidgetLayoutLibrary_RemoveAllWidgets, WorldContextObject) == 0x000000, "Member 'WidgetLayoutLibrary_RemoveAllWidgets::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsBorderSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsBorderSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsBorderSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsBorderSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsBorderSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsBorderSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsBorderSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsBorderSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsBorderSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsCanvasSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsCanvasSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsCanvasSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsCanvasSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsCanvasSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsCanvasSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsCanvasSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsCanvasSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsCanvasSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsGridSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsGridSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsGridSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsGridSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsGridSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsGridSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsGridSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsGridSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsGridSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsHorizontalBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsHorizontalBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsHorizontalBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsHorizontalBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsHorizontalBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsHorizontalBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsOverlaySlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsOverlaySlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsOverlaySlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsOverlaySlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsOverlaySlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsOverlaySlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsOverlaySlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsOverlaySlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsOverlaySlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsSafeBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsSafeBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsSafeBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsSafeBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsSafeBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsSafeBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsSafeBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsSafeBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsSafeBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsScaleBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsScaleBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsScaleBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsScaleBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsScaleBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsScaleBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsScaleBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsScaleBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsScaleBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsScrollBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsScrollBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsScrollBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsScrollBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsScrollBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsScrollBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsScrollBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsScrollBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsScrollBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsSizeBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsSizeBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsSizeBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsSizeBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsSizeBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsSizeBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsSizeBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsSizeBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsSizeBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsUniformGridSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsUniformGridSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsUniformGridSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsUniformGridSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsUniformGridSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsUniformGridSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsUniformGridSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsUniformGridSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsUniformGridSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsVerticalBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsVerticalBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsVerticalBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsVerticalBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsVerticalBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsVerticalBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsWidgetSwitcherSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetLayoutLibrary_SlotAsWrapBoxSlot \ static_assert(alignof(WidgetLayoutLibrary_SlotAsWrapBoxSlot) == 0x000008, "Wrong alignment on WidgetLayoutLibrary_SlotAsWrapBoxSlot"); \ static_assert(sizeof(WidgetLayoutLibrary_SlotAsWrapBoxSlot) == 0x000010, "Wrong size on WidgetLayoutLibrary_SlotAsWrapBoxSlot"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsWrapBoxSlot, Widget) == 0x000000, "Member 'WidgetLayoutLibrary_SlotAsWrapBoxSlot::Widget' has a wrong offset!"); \ static_assert(offsetof(WidgetLayoutLibrary_SlotAsWrapBoxSlot, ReturnValue) == 0x000008, "Member 'WidgetLayoutLibrary_SlotAsWrapBoxSlot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetLayoutLibrary \ static_assert(alignof(UWidgetLayoutLibrary) == 0x000008, "Wrong alignment on UWidgetLayoutLibrary"); \ static_assert(sizeof(UWidgetLayoutLibrary) == 0x000028, "Wrong size on UWidgetLayoutLibrary"); \ #define DUMPER7_ASSERTS_UWidgetNavigation \ static_assert(alignof(UWidgetNavigation) == 0x000008, "Wrong alignment on UWidgetNavigation"); \ static_assert(sizeof(UWidgetNavigation) == 0x000100, "Wrong size on UWidgetNavigation"); \ static_assert(offsetof(UWidgetNavigation, Up) == 0x000028, "Member 'UWidgetNavigation::Up' has a wrong offset!"); \ static_assert(offsetof(UWidgetNavigation, Down) == 0x00004C, "Member 'UWidgetNavigation::Down' has a wrong offset!"); \ static_assert(offsetof(UWidgetNavigation, Left) == 0x000070, "Member 'UWidgetNavigation::Left' has a wrong offset!"); \ static_assert(offsetof(UWidgetNavigation, Right) == 0x000094, "Member 'UWidgetNavigation::Right' has a wrong offset!"); \ static_assert(offsetof(UWidgetNavigation, Next) == 0x0000B8, "Member 'UWidgetNavigation::Next' has a wrong offset!"); \ static_assert(offsetof(UWidgetNavigation, Previous) == 0x0000DC, "Member 'UWidgetNavigation::Previous' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_SetActiveWidget \ static_assert(alignof(WidgetSwitcher_SetActiveWidget) == 0x000008, "Wrong alignment on WidgetSwitcher_SetActiveWidget"); \ static_assert(sizeof(WidgetSwitcher_SetActiveWidget) == 0x000008, "Wrong size on WidgetSwitcher_SetActiveWidget"); \ static_assert(offsetof(WidgetSwitcher_SetActiveWidget, Widget) == 0x000000, "Member 'WidgetSwitcher_SetActiveWidget::Widget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_SetActiveWidgetIndex \ static_assert(alignof(WidgetSwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong alignment on WidgetSwitcher_SetActiveWidgetIndex"); \ static_assert(sizeof(WidgetSwitcher_SetActiveWidgetIndex) == 0x000004, "Wrong size on WidgetSwitcher_SetActiveWidgetIndex"); \ static_assert(offsetof(WidgetSwitcher_SetActiveWidgetIndex, Index_0) == 0x000000, "Member 'WidgetSwitcher_SetActiveWidgetIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_GetActiveWidget \ static_assert(alignof(WidgetSwitcher_GetActiveWidget) == 0x000008, "Wrong alignment on WidgetSwitcher_GetActiveWidget"); \ static_assert(sizeof(WidgetSwitcher_GetActiveWidget) == 0x000008, "Wrong size on WidgetSwitcher_GetActiveWidget"); \ static_assert(offsetof(WidgetSwitcher_GetActiveWidget, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetActiveWidget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_GetActiveWidgetIndex \ static_assert(alignof(WidgetSwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong alignment on WidgetSwitcher_GetActiveWidgetIndex"); \ static_assert(sizeof(WidgetSwitcher_GetActiveWidgetIndex) == 0x000004, "Wrong size on WidgetSwitcher_GetActiveWidgetIndex"); \ static_assert(offsetof(WidgetSwitcher_GetActiveWidgetIndex, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetActiveWidgetIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_GetNumWidgets \ static_assert(alignof(WidgetSwitcher_GetNumWidgets) == 0x000004, "Wrong alignment on WidgetSwitcher_GetNumWidgets"); \ static_assert(sizeof(WidgetSwitcher_GetNumWidgets) == 0x000004, "Wrong size on WidgetSwitcher_GetNumWidgets"); \ static_assert(offsetof(WidgetSwitcher_GetNumWidgets, ReturnValue) == 0x000000, "Member 'WidgetSwitcher_GetNumWidgets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcher_GetWidgetAtIndex \ static_assert(alignof(WidgetSwitcher_GetWidgetAtIndex) == 0x000008, "Wrong alignment on WidgetSwitcher_GetWidgetAtIndex"); \ static_assert(sizeof(WidgetSwitcher_GetWidgetAtIndex) == 0x000010, "Wrong size on WidgetSwitcher_GetWidgetAtIndex"); \ static_assert(offsetof(WidgetSwitcher_GetWidgetAtIndex, Index_0) == 0x000000, "Member 'WidgetSwitcher_GetWidgetAtIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(WidgetSwitcher_GetWidgetAtIndex, ReturnValue) == 0x000008, "Member 'WidgetSwitcher_GetWidgetAtIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetSwitcher \ static_assert(alignof(UWidgetSwitcher) == 0x000008, "Wrong alignment on UWidgetSwitcher"); \ static_assert(sizeof(UWidgetSwitcher) == 0x000138, "Wrong size on UWidgetSwitcher"); \ static_assert(offsetof(UWidgetSwitcher, ActiveWidgetIndex) == 0x000120, "Member 'UWidgetSwitcher::ActiveWidgetIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetHorizontalAlignment \ static_assert(alignof(WidgetSwitcherSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WidgetSwitcherSlot_SetHorizontalAlignment"); \ static_assert(sizeof(WidgetSwitcherSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WidgetSwitcherSlot_SetHorizontalAlignment"); \ static_assert(offsetof(WidgetSwitcherSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WidgetSwitcherSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetPadding \ static_assert(alignof(WidgetSwitcherSlot_SetPadding) == 0x000004, "Wrong alignment on WidgetSwitcherSlot_SetPadding"); \ static_assert(sizeof(WidgetSwitcherSlot_SetPadding) == 0x000010, "Wrong size on WidgetSwitcherSlot_SetPadding"); \ static_assert(offsetof(WidgetSwitcherSlot_SetPadding, InPadding) == 0x000000, "Member 'WidgetSwitcherSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetVerticalAlignment \ static_assert(alignof(WidgetSwitcherSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WidgetSwitcherSlot_SetVerticalAlignment"); \ static_assert(sizeof(WidgetSwitcherSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WidgetSwitcherSlot_SetVerticalAlignment"); \ static_assert(offsetof(WidgetSwitcherSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WidgetSwitcherSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetSwitcherSlot \ static_assert(alignof(UWidgetSwitcherSlot) == 0x000008, "Wrong alignment on UWidgetSwitcherSlot"); \ static_assert(sizeof(UWidgetSwitcherSlot) == 0x000058, "Wrong size on UWidgetSwitcherSlot"); \ static_assert(offsetof(UWidgetSwitcherSlot, Padding) == 0x000040, "Member 'UWidgetSwitcherSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UWidgetSwitcherSlot, HorizontalAlignment) == 0x000050, "Member 'UWidgetSwitcherSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UWidgetSwitcherSlot, VerticalAlignment) == 0x000051, "Member 'UWidgetSwitcherSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWidgetTree \ static_assert(alignof(UWidgetTree) == 0x000008, "Wrong alignment on UWidgetTree"); \ static_assert(sizeof(UWidgetTree) == 0x000030, "Wrong size on UWidgetTree"); \ static_assert(offsetof(UWidgetTree, RootWidget) == 0x000028, "Member 'UWidgetTree::RootWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindowTitleBarArea_SetHorizontalAlignment \ static_assert(alignof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetHorizontalAlignment"); \ static_assert(sizeof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetHorizontalAlignment"); \ static_assert(offsetof(WindowTitleBarArea_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindowTitleBarArea_SetPadding \ static_assert(alignof(WindowTitleBarArea_SetPadding) == 0x000004, "Wrong alignment on WindowTitleBarArea_SetPadding"); \ static_assert(sizeof(WindowTitleBarArea_SetPadding) == 0x000010, "Wrong size on WindowTitleBarArea_SetPadding"); \ static_assert(offsetof(WindowTitleBarArea_SetPadding, InPadding) == 0x000000, "Member 'WindowTitleBarArea_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindowTitleBarArea_SetVerticalAlignment \ static_assert(alignof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetVerticalAlignment"); \ static_assert(sizeof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetVerticalAlignment"); \ static_assert(offsetof(WindowTitleBarArea_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindowTitleBarArea \ static_assert(alignof(UWindowTitleBarArea) == 0x000008, "Wrong alignment on UWindowTitleBarArea"); \ static_assert(sizeof(UWindowTitleBarArea) == 0x000140, "Wrong size on UWindowTitleBarArea"); \ static_assert(offsetof(UWindowTitleBarArea, bWindowButtonsEnabled) == 0x000120, "Member 'UWindowTitleBarArea::bWindowButtonsEnabled' has a wrong offset!"); \ static_assert(offsetof(UWindowTitleBarArea, bDoubleClickTogglesFullscreen) == 0x000121, "Member 'UWindowTitleBarArea::bDoubleClickTogglesFullscreen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetHorizontalAlignment \ static_assert(alignof(WindowTitleBarAreaSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarAreaSlot_SetHorizontalAlignment"); \ static_assert(sizeof(WindowTitleBarAreaSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WindowTitleBarAreaSlot_SetHorizontalAlignment"); \ static_assert(offsetof(WindowTitleBarAreaSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetPadding \ static_assert(alignof(WindowTitleBarAreaSlot_SetPadding) == 0x000004, "Wrong alignment on WindowTitleBarAreaSlot_SetPadding"); \ static_assert(sizeof(WindowTitleBarAreaSlot_SetPadding) == 0x000010, "Wrong size on WindowTitleBarAreaSlot_SetPadding"); \ static_assert(offsetof(WindowTitleBarAreaSlot_SetPadding, InPadding) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetVerticalAlignment \ static_assert(alignof(WindowTitleBarAreaSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarAreaSlot_SetVerticalAlignment"); \ static_assert(sizeof(WindowTitleBarAreaSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WindowTitleBarAreaSlot_SetVerticalAlignment"); \ static_assert(offsetof(WindowTitleBarAreaSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWindowTitleBarAreaSlot \ static_assert(alignof(UWindowTitleBarAreaSlot) == 0x000008, "Wrong alignment on UWindowTitleBarAreaSlot"); \ static_assert(sizeof(UWindowTitleBarAreaSlot) == 0x000060, "Wrong size on UWindowTitleBarAreaSlot"); \ static_assert(offsetof(UWindowTitleBarAreaSlot, Padding) == 0x000038, "Member 'UWindowTitleBarAreaSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UWindowTitleBarAreaSlot, HorizontalAlignment) == 0x000048, "Member 'UWindowTitleBarAreaSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UWindowTitleBarAreaSlot, VerticalAlignment) == 0x000049, "Member 'UWindowTitleBarAreaSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBox_AddChildToWrapBox \ static_assert(alignof(WrapBox_AddChildToWrapBox) == 0x000008, "Wrong alignment on WrapBox_AddChildToWrapBox"); \ static_assert(sizeof(WrapBox_AddChildToWrapBox) == 0x000010, "Wrong size on WrapBox_AddChildToWrapBox"); \ static_assert(offsetof(WrapBox_AddChildToWrapBox, Content) == 0x000000, "Member 'WrapBox_AddChildToWrapBox::Content' has a wrong offset!"); \ static_assert(offsetof(WrapBox_AddChildToWrapBox, ReturnValue) == 0x000008, "Member 'WrapBox_AddChildToWrapBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBox_SetInnerSlotPadding \ static_assert(alignof(WrapBox_SetInnerSlotPadding) == 0x000004, "Wrong alignment on WrapBox_SetInnerSlotPadding"); \ static_assert(sizeof(WrapBox_SetInnerSlotPadding) == 0x000008, "Wrong size on WrapBox_SetInnerSlotPadding"); \ static_assert(offsetof(WrapBox_SetInnerSlotPadding, InPadding) == 0x000000, "Member 'WrapBox_SetInnerSlotPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWrapBox \ static_assert(alignof(UWrapBox) == 0x000008, "Wrong alignment on UWrapBox"); \ static_assert(sizeof(UWrapBox) == 0x000148, "Wrong size on UWrapBox"); \ static_assert(offsetof(UWrapBox, InnerSlotPadding) == 0x000120, "Member 'UWrapBox::InnerSlotPadding' has a wrong offset!"); \ static_assert(offsetof(UWrapBox, WrapWidth) == 0x000128, "Member 'UWrapBox::WrapWidth' has a wrong offset!"); \ static_assert(offsetof(UWrapBox, WrapSize) == 0x00012C, "Member 'UWrapBox::WrapSize' has a wrong offset!"); \ static_assert(offsetof(UWrapBox, bExplicitWrapWidth) == 0x000130, "Member 'UWrapBox::bExplicitWrapWidth' has a wrong offset!"); \ static_assert(offsetof(UWrapBox, bExplicitWrapSize) == 0x000131, "Member 'UWrapBox::bExplicitWrapSize' has a wrong offset!"); \ static_assert(offsetof(UWrapBox, Orientation) == 0x000132, "Member 'UWrapBox::Orientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBoxSlot_SetFillEmptySpace \ static_assert(alignof(WrapBoxSlot_SetFillEmptySpace) == 0x000001, "Wrong alignment on WrapBoxSlot_SetFillEmptySpace"); \ static_assert(sizeof(WrapBoxSlot_SetFillEmptySpace) == 0x000001, "Wrong size on WrapBoxSlot_SetFillEmptySpace"); \ static_assert(offsetof(WrapBoxSlot_SetFillEmptySpace, InbFillEmptySpace) == 0x000000, "Member 'WrapBoxSlot_SetFillEmptySpace::InbFillEmptySpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBoxSlot_SetFillSpanWhenLessThan \ static_assert(alignof(WrapBoxSlot_SetFillSpanWhenLessThan) == 0x000004, "Wrong alignment on WrapBoxSlot_SetFillSpanWhenLessThan"); \ static_assert(sizeof(WrapBoxSlot_SetFillSpanWhenLessThan) == 0x000004, "Wrong size on WrapBoxSlot_SetFillSpanWhenLessThan"); \ static_assert(offsetof(WrapBoxSlot_SetFillSpanWhenLessThan, InFillSpanWhenLessThan) == 0x000000, "Member 'WrapBoxSlot_SetFillSpanWhenLessThan::InFillSpanWhenLessThan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBoxSlot_SetHorizontalAlignment \ static_assert(alignof(WrapBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WrapBoxSlot_SetHorizontalAlignment"); \ static_assert(sizeof(WrapBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WrapBoxSlot_SetHorizontalAlignment"); \ static_assert(offsetof(WrapBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WrapBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBoxSlot_SetPadding \ static_assert(alignof(WrapBoxSlot_SetPadding) == 0x000004, "Wrong alignment on WrapBoxSlot_SetPadding"); \ static_assert(sizeof(WrapBoxSlot_SetPadding) == 0x000010, "Wrong size on WrapBoxSlot_SetPadding"); \ static_assert(offsetof(WrapBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'WrapBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WrapBoxSlot_SetVerticalAlignment \ static_assert(alignof(WrapBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WrapBoxSlot_SetVerticalAlignment"); \ static_assert(sizeof(WrapBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WrapBoxSlot_SetVerticalAlignment"); \ static_assert(offsetof(WrapBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WrapBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWrapBoxSlot \ static_assert(alignof(UWrapBoxSlot) == 0x000008, "Wrong alignment on UWrapBoxSlot"); \ static_assert(sizeof(UWrapBoxSlot) == 0x000060, "Wrong size on UWrapBoxSlot"); \ static_assert(offsetof(UWrapBoxSlot, Padding) == 0x000038, "Member 'UWrapBoxSlot::Padding' has a wrong offset!"); \ static_assert(offsetof(UWrapBoxSlot, bFillEmptySpace) == 0x000048, "Member 'UWrapBoxSlot::bFillEmptySpace' has a wrong offset!"); \ static_assert(offsetof(UWrapBoxSlot, FillSpanWhenLessThan) == 0x00004C, "Member 'UWrapBoxSlot::FillSpanWhenLessThan' has a wrong offset!"); \ static_assert(offsetof(UWrapBoxSlot, HorizontalAlignment) == 0x000050, "Member 'UWrapBoxSlot::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UWrapBoxSlot, VerticalAlignment) == 0x000051, "Member 'UWrapBoxSlot::VerticalAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_ChainComponent_ApplyForce \ static_assert(alignof(ChainComponent_ApplyForce) == 0x000008, "Wrong alignment on ChainComponent_ApplyForce"); \ static_assert(sizeof(ChainComponent_ApplyForce) == 0x000030, "Wrong size on ChainComponent_ApplyForce"); \ static_assert(offsetof(ChainComponent_ApplyForce, InPosition) == 0x000000, "Member 'ChainComponent_ApplyForce::InPosition' has a wrong offset!"); \ static_assert(offsetof(ChainComponent_ApplyForce, InRadius) == 0x00000C, "Member 'ChainComponent_ApplyForce::InRadius' has a wrong offset!"); \ static_assert(offsetof(ChainComponent_ApplyForce, InForce) == 0x000010, "Member 'ChainComponent_ApplyForce::InForce' has a wrong offset!"); \ static_assert(offsetof(ChainComponent_ApplyForce, ReturnValue) == 0x000020, "Member 'ChainComponent_ApplyForce::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChainComponent_getChainPoint \ static_assert(alignof(ChainComponent_getChainPoint) == 0x000004, "Wrong alignment on ChainComponent_getChainPoint"); \ static_assert(sizeof(ChainComponent_getChainPoint) == 0x000010, "Wrong size on ChainComponent_getChainPoint"); \ static_assert(offsetof(ChainComponent_getChainPoint, Index_0) == 0x000000, "Member 'ChainComponent_getChainPoint::Index_0' has a wrong offset!"); \ static_assert(offsetof(ChainComponent_getChainPoint, ReturnValue) == 0x000004, "Member 'ChainComponent_getChainPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChainComponent \ static_assert(alignof(UChainComponent) == 0x000010, "Wrong alignment on UChainComponent"); \ static_assert(sizeof(UChainComponent) == 0x000610, "Wrong size on UChainComponent"); \ static_assert(offsetof(UChainComponent, onSoundReached) == 0x000488, "Member 'UChainComponent::onSoundReached' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, onCollide) == 0x000498, "Member 'UChainComponent::onCollide' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, chainMesh) == 0x0004A8, "Member 'UChainComponent::chainMesh' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, Scale) == 0x0004B0, "Member 'UChainComponent::Scale' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, Segments) == 0x0004BC, "Member 'UChainComponent::Segments' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, additiveRotation) == 0x0004C0, "Member 'UChainComponent::additiveRotation' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, ChainLength) == 0x0004CC, "Member 'UChainComponent::ChainLength' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, endPoint) == 0x0004D0, "Member 'UChainComponent::endPoint' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, attachStart) == 0x0004DC, "Member 'UChainComponent::attachStart' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, attachStartTo) == 0x0004E0, "Member 'UChainComponent::attachStartTo' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, attachStartToSocket) == 0x000508, "Member 'UChainComponent::attachStartToSocket' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, attachEnd) == 0x000510, "Member 'UChainComponent::attachEnd' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, attachEndTo) == 0x000518, "Member 'UChainComponent::attachEndTo' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, attachEndToSocket) == 0x000540, "Member 'UChainComponent::attachEndToSocket' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, attachComponentToStart) == 0x000548, "Member 'UChainComponent::attachComponentToStart' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, rotateStartAttachment) == 0x000570, "Member 'UChainComponent::rotateStartAttachment' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, attachComponentToEnd) == 0x000578, "Member 'UChainComponent::attachComponentToEnd' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, rotateEndAttachment) == 0x0005A0, "Member 'UChainComponent::rotateEndAttachment' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, Gravity) == 0x0005A4, "Member 'UChainComponent::Gravity' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, Stiffness) == 0x0005A8, "Member 'UChainComponent::Stiffness' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, Friction) == 0x0005AC, "Member 'UChainComponent::Friction' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, chainWidth) == 0x0005B0, "Member 'UChainComponent::chainWidth' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, selfCollision) == 0x0005B4, "Member 'UChainComponent::selfCollision' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, selfCollisionWidth) == 0x0005B8, "Member 'UChainComponent::selfCollisionWidth' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, selfCollisionThreshold) == 0x0005BC, "Member 'UChainComponent::selfCollisionThreshold' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, Skip) == 0x0005C0, "Member 'UChainComponent::Skip' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, drawDebugger) == 0x0005C4, "Member 'UChainComponent::drawDebugger' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, instanceComponent) == 0x0005C8, "Member 'UChainComponent::instanceComponent' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, soundThreshold) == 0x0005D0, "Member 'UChainComponent::soundThreshold' has a wrong offset!"); \ static_assert(offsetof(UChainComponent, soundSkip) == 0x0005D4, "Member 'UChainComponent::soundSkip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USplineChainComponent \ static_assert(alignof(USplineChainComponent) == 0x000010, "Wrong alignment on USplineChainComponent"); \ static_assert(sizeof(USplineChainComponent) == 0x0006A0, "Wrong size on USplineChainComponent"); \ static_assert(offsetof(USplineChainComponent, SplineFollowWeight) == 0x000608, "Member 'USplineChainComponent::SplineFollowWeight' has a wrong offset!"); \ static_assert(offsetof(USplineChainComponent, SplineComponent) == 0x000690, "Member 'USplineChainComponent::SplineComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_ExecuteUbergraph_WBP_PauseMenu_FinishedTaskItem \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_ExecuteUbergraph_WBP_PauseMenu_FinishedTaskItem) == 0x000004, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_ExecuteUbergraph_WBP_PauseMenu_FinishedTaskItem"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_ExecuteUbergraph_WBP_PauseMenu_FinishedTaskItem) == 0x000004, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_ExecuteUbergraph_WBP_PauseMenu_FinishedTaskItem"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_ExecuteUbergraph_WBP_PauseMenu_FinishedTaskItem, EntryPoint) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_ExecuteUbergraph_WBP_PauseMenu_FinishedTaskItem::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_GetWidgetUpdateText \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_GetWidgetUpdateText) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_GetWidgetUpdateText"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_GetWidgetUpdateText) == 0x000020, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_GetWidgetUpdateText"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_GetWidgetUpdateText, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_GetWidgetUpdateText::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_GetWidgetUpdateText, CallFunc_TextIsEmpty_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_FinishedTaskItem_C_GetWidgetUpdateText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon) == 0x000120, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000088, "Member 'WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon, CallFunc_GetPlayerTaskStatusIcon_ResultIcon) == 0x000090, "Member 'WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon::CallFunc_GetPlayerTaskStatusIcon_ResultIcon' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon, K2Node_MakeStruct_SlateBrush) == 0x000098, "Member 'WBP_PauseMenu_FinishedTaskItem_C_GetWidgetStatusIcon::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_SetTaskName \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskName) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_SetTaskName"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskName) == 0x000020, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_SetTaskName"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskName, NewCurrTaskName) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_SetTaskName::NewCurrTaskName' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskName, CallFunc_NotEqual_TextText_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_FinishedTaskItem_C_SetTaskName::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_GetTaskName \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskName) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_GetTaskName"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskName) == 0x000018, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_GetTaskName"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskName, Result) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_GetTaskName::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_SetTaskDescription \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskDescription) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_SetTaskDescription"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskDescription) == 0x000020, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_SetTaskDescription"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskDescription, NewCurrTaskDescription) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_SetTaskDescription::NewCurrTaskDescription' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskDescription, CallFunc_NotEqual_TextText_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_FinishedTaskItem_C_SetTaskDescription::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_GetTaskDescription \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskDescription) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_GetTaskDescription"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskDescription) == 0x000018, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_GetTaskDescription"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskDescription, Result) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_GetTaskDescription::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_SetTaskClass \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskClass) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_SetTaskClass"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskClass) == 0x000010, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_SetTaskClass"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskClass, NewTaskClass) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_SetTaskClass::NewTaskClass' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskClass, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_FinishedTaskItem_C_SetTaskClass::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_GetTaskClass \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskClass) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_GetTaskClass"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskClass) == 0x000008, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_GetTaskClass"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskClass, Result) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_GetTaskClass::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_SetTaskStatus \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskStatus) == 0x000001, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_SetTaskStatus"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskStatus) == 0x000002, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_SetTaskStatus"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskStatus, NewTaskStatus) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_SetTaskStatus::NewTaskStatus' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskStatus, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_PauseMenu_FinishedTaskItem_C_SetTaskStatus::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_GetTaskStatus \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskStatus) == 0x000001, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_GetTaskStatus"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskStatus) == 0x000001, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_GetTaskStatus"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskStatus, Result) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_GetTaskStatus::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_MatchesTask \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_MatchesTask"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask) == 0x000020, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_MatchesTask"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask, PlayerTaskToCheck) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_MatchesTask::PlayerTaskToCheck' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask, Result) == 0x000008, "Member 'WBP_PauseMenu_FinishedTaskItem_C_MatchesTask::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_PauseMenu_FinishedTaskItem_C_MatchesTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask, CallFunc_EqualEqual_TextText_ReturnValue) == 0x00000A, "Member 'WBP_PauseMenu_FinishedTaskItem_C_MatchesTask::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_FinishedTaskItem_C_MatchesTask::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_FinishedTaskItem_C_MatchesTask::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask, CallFunc_IsValidClass_ReturnValue) == 0x000019, "Member 'WBP_PauseMenu_FinishedTaskItem_C_MatchesTask::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask, CallFunc_GetPlayerTaskStatus_ReturnValue) == 0x00001A, "Member 'WBP_PauseMenu_FinishedTaskItem_C_MatchesTask::CallFunc_GetPlayerTaskStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001B, "Member 'WBP_PauseMenu_FinishedTaskItem_C_MatchesTask::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_MatchesTask, CallFunc_EqualEqual_TextText_ReturnValue_1) == 0x00001C, "Member 'WBP_PauseMenu_FinishedTaskItem_C_MatchesTask::CallFunc_EqualEqual_TextText_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_SetTaskArchiveName \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskArchiveName) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_SetTaskArchiveName"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskArchiveName) == 0x000018, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_SetTaskArchiveName"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_SetTaskArchiveName, NewArchiveDesc) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_SetTaskArchiveName::NewArchiveDesc' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_GetTaskArchiveName \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskArchiveName) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_GetTaskArchiveName"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskArchiveName) == 0x000018, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_GetTaskArchiveName"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_GetTaskArchiveName, Result) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_GetTaskArchiveName::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike \ static_assert(alignof(WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike) == 0x000008, "Wrong alignment on WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike"); \ static_assert(sizeof(WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike) == 0x000028, "Wrong size on WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike, CallFunc_GetDesiredSize_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike, CallFunc_BreakVector2D_X) == 0x000010, "Member 'WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike, CallFunc_BreakVector2D_Y) == 0x000014, "Member 'WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike, CallFunc_MakeVector2D_ReturnValue) == 0x00001C, "Member 'WBP_PauseMenu_FinishedTaskItem_C_UpdateStrike::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_PauseMenu_FinishedTaskItem_C \ static_assert(alignof(UWBP_PauseMenu_FinishedTaskItem_C) == 0x000008, "Wrong alignment on UWBP_PauseMenu_FinishedTaskItem_C"); \ static_assert(sizeof(UWBP_PauseMenu_FinishedTaskItem_C) == 0x0002D0, "Wrong size on UWBP_PauseMenu_FinishedTaskItem_C"); \ static_assert(offsetof(UWBP_PauseMenu_FinishedTaskItem_C, UberGraphFrame) == 0x000260, "Member 'UWBP_PauseMenu_FinishedTaskItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_FinishedTaskItem_C, TaskText) == 0x000268, "Member 'UWBP_PauseMenu_FinishedTaskItem_C::TaskText' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_FinishedTaskItem_C, WidgetStrike) == 0x000270, "Member 'UWBP_PauseMenu_FinishedTaskItem_C::WidgetStrike' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_FinishedTaskItem_C, TaskNameParam) == 0x000278, "Member 'UWBP_PauseMenu_FinishedTaskItem_C::TaskNameParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_FinishedTaskItem_C, TaskDescriptionParam) == 0x000290, "Member 'UWBP_PauseMenu_FinishedTaskItem_C::TaskDescriptionParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_FinishedTaskItem_C, TaskClassParam) == 0x0002A8, "Member 'UWBP_PauseMenu_FinishedTaskItem_C::TaskClassParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_FinishedTaskItem_C, TaskStatusParam) == 0x0002B0, "Member 'UWBP_PauseMenu_FinishedTaskItem_C::TaskStatusParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_FinishedTaskItem_C, TaskArchiveNameParam) == 0x0002B8, "Member 'UWBP_PauseMenu_FinishedTaskItem_C::TaskArchiveNameParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_BaseOnInventoryItemRemoved_C \ static_assert(alignof(UBPE_BaseOnInventoryItemRemoved_C) == 0x000008, "Wrong alignment on UBPE_BaseOnInventoryItemRemoved_C"); \ static_assert(sizeof(UBPE_BaseOnInventoryItemRemoved_C) == 0x000040, "Wrong size on UBPE_BaseOnInventoryItemRemoved_C"); \ #define DUMPER7_ASSERTS_FTimeSynthEnvelopeFollowerSettings \ static_assert(alignof(FTimeSynthEnvelopeFollowerSettings) == 0x000004, "Wrong alignment on FTimeSynthEnvelopeFollowerSettings"); \ static_assert(sizeof(FTimeSynthEnvelopeFollowerSettings) == 0x00000C, "Wrong size on FTimeSynthEnvelopeFollowerSettings"); \ static_assert(offsetof(FTimeSynthEnvelopeFollowerSettings, AttackTime) == 0x000000, "Member 'FTimeSynthEnvelopeFollowerSettings::AttackTime' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthEnvelopeFollowerSettings, ReleaseTime) == 0x000004, "Member 'FTimeSynthEnvelopeFollowerSettings::ReleaseTime' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthEnvelopeFollowerSettings, PeakMode) == 0x000008, "Member 'FTimeSynthEnvelopeFollowerSettings::PeakMode' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthEnvelopeFollowerSettings, bIsAnalogMode) == 0x000009, "Member 'FTimeSynthEnvelopeFollowerSettings::bIsAnalogMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeSynthFilterSettings \ static_assert(alignof(FTimeSynthFilterSettings) == 0x000004, "Wrong alignment on FTimeSynthFilterSettings"); \ static_assert(sizeof(FTimeSynthFilterSettings) == 0x00000C, "Wrong size on FTimeSynthFilterSettings"); \ static_assert(offsetof(FTimeSynthFilterSettings, FilterType) == 0x000000, "Member 'FTimeSynthFilterSettings::FilterType' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthFilterSettings, CutoffFrequency) == 0x000004, "Member 'FTimeSynthFilterSettings::CutoffFrequency' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthFilterSettings, FilterQ) == 0x000008, "Member 'FTimeSynthFilterSettings::FilterQ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeSynthClipSound \ static_assert(alignof(FTimeSynthClipSound) == 0x000008, "Wrong alignment on FTimeSynthClipSound"); \ static_assert(sizeof(FTimeSynthClipSound) == 0x000018, "Wrong size on FTimeSynthClipSound"); \ static_assert(offsetof(FTimeSynthClipSound, SoundWave) == 0x000000, "Member 'FTimeSynthClipSound::SoundWave' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthClipSound, RandomWeight) == 0x000008, "Member 'FTimeSynthClipSound::RandomWeight' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthClipSound, DistanceRange) == 0x00000C, "Member 'FTimeSynthClipSound::DistanceRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeSynthClipHandle \ static_assert(alignof(FTimeSynthClipHandle) == 0x000004, "Wrong alignment on FTimeSynthClipHandle"); \ static_assert(sizeof(FTimeSynthClipHandle) == 0x00000C, "Wrong size on FTimeSynthClipHandle"); \ static_assert(offsetof(FTimeSynthClipHandle, ClipName) == 0x000000, "Member 'FTimeSynthClipHandle::ClipName' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthClipHandle, ClipId) == 0x000008, "Member 'FTimeSynthClipHandle::ClipId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeSynthTimeDef \ static_assert(alignof(FTimeSynthTimeDef) == 0x000004, "Wrong alignment on FTimeSynthTimeDef"); \ static_assert(sizeof(FTimeSynthTimeDef) == 0x000008, "Wrong size on FTimeSynthTimeDef"); \ static_assert(offsetof(FTimeSynthTimeDef, NumBars) == 0x000000, "Member 'FTimeSynthTimeDef::NumBars' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthTimeDef, NumBeats) == 0x000004, "Member 'FTimeSynthTimeDef::NumBeats' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeSynthQuantizationSettings \ static_assert(alignof(FTimeSynthQuantizationSettings) == 0x000004, "Wrong alignment on FTimeSynthQuantizationSettings"); \ static_assert(sizeof(FTimeSynthQuantizationSettings) == 0x000014, "Wrong size on FTimeSynthQuantizationSettings"); \ static_assert(offsetof(FTimeSynthQuantizationSettings, BeatsPerMinute) == 0x000000, "Member 'FTimeSynthQuantizationSettings::BeatsPerMinute' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthQuantizationSettings, BeatsPerBar) == 0x000004, "Member 'FTimeSynthQuantizationSettings::BeatsPerBar' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthQuantizationSettings, BeatDivision) == 0x000008, "Member 'FTimeSynthQuantizationSettings::BeatDivision' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthQuantizationSettings, EventDelaySeconds) == 0x00000C, "Member 'FTimeSynthQuantizationSettings::EventDelaySeconds' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthQuantizationSettings, GlobalQuantization) == 0x000010, "Member 'FTimeSynthQuantizationSettings::GlobalQuantization' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTimeSynthSpectralData \ static_assert(alignof(FTimeSynthSpectralData) == 0x000004, "Wrong alignment on FTimeSynthSpectralData"); \ static_assert(sizeof(FTimeSynthSpectralData) == 0x000008, "Wrong size on FTimeSynthSpectralData"); \ static_assert(offsetof(FTimeSynthSpectralData, FrequencyHz) == 0x000000, "Member 'FTimeSynthSpectralData::FrequencyHz' has a wrong offset!"); \ static_assert(offsetof(FTimeSynthSpectralData, Magnitude) == 0x000004, "Member 'FTimeSynthSpectralData::Magnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSynthVolumeGroup \ static_assert(alignof(UTimeSynthVolumeGroup) == 0x000008, "Wrong alignment on UTimeSynthVolumeGroup"); \ static_assert(sizeof(UTimeSynthVolumeGroup) == 0x000030, "Wrong size on UTimeSynthVolumeGroup"); \ static_assert(offsetof(UTimeSynthVolumeGroup, DefaultVolume) == 0x000028, "Member 'UTimeSynthVolumeGroup::DefaultVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSynthClip \ static_assert(alignof(UTimeSynthClip) == 0x000008, "Wrong alignment on UTimeSynthClip"); \ static_assert(sizeof(UTimeSynthClip) == 0x000068, "Wrong size on UTimeSynthClip"); \ static_assert(offsetof(UTimeSynthClip, Sounds) == 0x000028, "Member 'UTimeSynthClip::Sounds' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthClip, VolumeScaleDb) == 0x000038, "Member 'UTimeSynthClip::VolumeScaleDb' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthClip, PitchScaleSemitones) == 0x000040, "Member 'UTimeSynthClip::PitchScaleSemitones' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthClip, FadeInTime) == 0x000048, "Member 'UTimeSynthClip::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthClip, bApplyFadeOut) == 0x000050, "Member 'UTimeSynthClip::bApplyFadeOut' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthClip, FadeOutTime) == 0x000054, "Member 'UTimeSynthClip::FadeOutTime' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthClip, ClipDuration) == 0x00005C, "Member 'UTimeSynthClip::ClipDuration' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthClip, ClipQuantization) == 0x000064, "Member 'UTimeSynthClip::ClipQuantization' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_AddQuantizationEventDelegate \ static_assert(alignof(TimeSynthComponent_AddQuantizationEventDelegate) == 0x000004, "Wrong alignment on TimeSynthComponent_AddQuantizationEventDelegate"); \ static_assert(sizeof(TimeSynthComponent_AddQuantizationEventDelegate) == 0x000014, "Wrong size on TimeSynthComponent_AddQuantizationEventDelegate"); \ static_assert(offsetof(TimeSynthComponent_AddQuantizationEventDelegate, QuantizationType) == 0x000000, "Member 'TimeSynthComponent_AddQuantizationEventDelegate::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_AddQuantizationEventDelegate, OnQuantizationEvent) == 0x000004, "Member 'TimeSynthComponent_AddQuantizationEventDelegate::OnQuantizationEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_HasActiveClips \ static_assert(alignof(TimeSynthComponent_HasActiveClips) == 0x000001, "Wrong alignment on TimeSynthComponent_HasActiveClips"); \ static_assert(sizeof(TimeSynthComponent_HasActiveClips) == 0x000001, "Wrong size on TimeSynthComponent_HasActiveClips"); \ static_assert(offsetof(TimeSynthComponent_HasActiveClips, ReturnValue) == 0x000000, "Member 'TimeSynthComponent_HasActiveClips::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_PlayClip \ static_assert(alignof(TimeSynthComponent_PlayClip) == 0x000008, "Wrong alignment on TimeSynthComponent_PlayClip"); \ static_assert(sizeof(TimeSynthComponent_PlayClip) == 0x000020, "Wrong size on TimeSynthComponent_PlayClip"); \ static_assert(offsetof(TimeSynthComponent_PlayClip, InClip) == 0x000000, "Member 'TimeSynthComponent_PlayClip::InClip' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_PlayClip, InVolumeGroup) == 0x000008, "Member 'TimeSynthComponent_PlayClip::InVolumeGroup' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_PlayClip, ReturnValue) == 0x000010, "Member 'TimeSynthComponent_PlayClip::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_SetBPM \ static_assert(alignof(TimeSynthComponent_SetBPM) == 0x000004, "Wrong alignment on TimeSynthComponent_SetBPM"); \ static_assert(sizeof(TimeSynthComponent_SetBPM) == 0x000004, "Wrong size on TimeSynthComponent_SetBPM"); \ static_assert(offsetof(TimeSynthComponent_SetBPM, BeatsPerMinute) == 0x000000, "Member 'TimeSynthComponent_SetBPM::BeatsPerMinute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_SetEnvelopeFollowerEnabled \ static_assert(alignof(TimeSynthComponent_SetEnvelopeFollowerEnabled) == 0x000001, "Wrong alignment on TimeSynthComponent_SetEnvelopeFollowerEnabled"); \ static_assert(sizeof(TimeSynthComponent_SetEnvelopeFollowerEnabled) == 0x000001, "Wrong size on TimeSynthComponent_SetEnvelopeFollowerEnabled"); \ static_assert(offsetof(TimeSynthComponent_SetEnvelopeFollowerEnabled, bInIsEnabled) == 0x000000, "Member 'TimeSynthComponent_SetEnvelopeFollowerEnabled::bInIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_SetEnvelopeFollowerSettings \ static_assert(alignof(TimeSynthComponent_SetEnvelopeFollowerSettings) == 0x000004, "Wrong alignment on TimeSynthComponent_SetEnvelopeFollowerSettings"); \ static_assert(sizeof(TimeSynthComponent_SetEnvelopeFollowerSettings) == 0x00000C, "Wrong size on TimeSynthComponent_SetEnvelopeFollowerSettings"); \ static_assert(offsetof(TimeSynthComponent_SetEnvelopeFollowerSettings, InSettings) == 0x000000, "Member 'TimeSynthComponent_SetEnvelopeFollowerSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_SetFFTSize \ static_assert(alignof(TimeSynthComponent_SetFFTSize) == 0x000001, "Wrong alignment on TimeSynthComponent_SetFFTSize"); \ static_assert(sizeof(TimeSynthComponent_SetFFTSize) == 0x000001, "Wrong size on TimeSynthComponent_SetFFTSize"); \ static_assert(offsetof(TimeSynthComponent_SetFFTSize, InFFTSize) == 0x000000, "Member 'TimeSynthComponent_SetFFTSize::InFFTSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_SetFilterEnabled \ static_assert(alignof(TimeSynthComponent_SetFilterEnabled) == 0x000001, "Wrong alignment on TimeSynthComponent_SetFilterEnabled"); \ static_assert(sizeof(TimeSynthComponent_SetFilterEnabled) == 0x000002, "Wrong size on TimeSynthComponent_SetFilterEnabled"); \ static_assert(offsetof(TimeSynthComponent_SetFilterEnabled, Filter) == 0x000000, "Member 'TimeSynthComponent_SetFilterEnabled::Filter' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_SetFilterEnabled, bIsEnabled) == 0x000001, "Member 'TimeSynthComponent_SetFilterEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_SetFilterSettings \ static_assert(alignof(TimeSynthComponent_SetFilterSettings) == 0x000004, "Wrong alignment on TimeSynthComponent_SetFilterSettings"); \ static_assert(sizeof(TimeSynthComponent_SetFilterSettings) == 0x000010, "Wrong size on TimeSynthComponent_SetFilterSettings"); \ static_assert(offsetof(TimeSynthComponent_SetFilterSettings, Filter) == 0x000000, "Member 'TimeSynthComponent_SetFilterSettings::Filter' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_SetFilterSettings, InSettings) == 0x000004, "Member 'TimeSynthComponent_SetFilterSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_SetQuantizationSettings \ static_assert(alignof(TimeSynthComponent_SetQuantizationSettings) == 0x000004, "Wrong alignment on TimeSynthComponent_SetQuantizationSettings"); \ static_assert(sizeof(TimeSynthComponent_SetQuantizationSettings) == 0x000014, "Wrong size on TimeSynthComponent_SetQuantizationSettings"); \ static_assert(offsetof(TimeSynthComponent_SetQuantizationSettings, InQuantizationSettings) == 0x000000, "Member 'TimeSynthComponent_SetQuantizationSettings::InQuantizationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_SetSeed \ static_assert(alignof(TimeSynthComponent_SetSeed) == 0x000004, "Wrong alignment on TimeSynthComponent_SetSeed"); \ static_assert(sizeof(TimeSynthComponent_SetSeed) == 0x000004, "Wrong size on TimeSynthComponent_SetSeed"); \ static_assert(offsetof(TimeSynthComponent_SetSeed, InSeed) == 0x000000, "Member 'TimeSynthComponent_SetSeed::InSeed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_SetVolumeGroup \ static_assert(alignof(TimeSynthComponent_SetVolumeGroup) == 0x000008, "Wrong alignment on TimeSynthComponent_SetVolumeGroup"); \ static_assert(sizeof(TimeSynthComponent_SetVolumeGroup) == 0x000010, "Wrong size on TimeSynthComponent_SetVolumeGroup"); \ static_assert(offsetof(TimeSynthComponent_SetVolumeGroup, InVolumeGroup) == 0x000000, "Member 'TimeSynthComponent_SetVolumeGroup::InVolumeGroup' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_SetVolumeGroup, VolumeDb) == 0x000008, "Member 'TimeSynthComponent_SetVolumeGroup::VolumeDb' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_SetVolumeGroup, FadeTimeSec) == 0x00000C, "Member 'TimeSynthComponent_SetVolumeGroup::FadeTimeSec' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_StopClip \ static_assert(alignof(TimeSynthComponent_StopClip) == 0x000004, "Wrong alignment on TimeSynthComponent_StopClip"); \ static_assert(sizeof(TimeSynthComponent_StopClip) == 0x000010, "Wrong size on TimeSynthComponent_StopClip"); \ static_assert(offsetof(TimeSynthComponent_StopClip, InClipHandle) == 0x000000, "Member 'TimeSynthComponent_StopClip::InClipHandle' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_StopClip, EventQuantization) == 0x00000C, "Member 'TimeSynthComponent_StopClip::EventQuantization' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_StopClipWithFadeOverride \ static_assert(alignof(TimeSynthComponent_StopClipWithFadeOverride) == 0x000004, "Wrong alignment on TimeSynthComponent_StopClipWithFadeOverride"); \ static_assert(sizeof(TimeSynthComponent_StopClipWithFadeOverride) == 0x000018, "Wrong size on TimeSynthComponent_StopClipWithFadeOverride"); \ static_assert(offsetof(TimeSynthComponent_StopClipWithFadeOverride, InClipHandle) == 0x000000, "Member 'TimeSynthComponent_StopClipWithFadeOverride::InClipHandle' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_StopClipWithFadeOverride, EventQuantization) == 0x00000C, "Member 'TimeSynthComponent_StopClipWithFadeOverride::EventQuantization' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_StopClipWithFadeOverride, FadeTime) == 0x000010, "Member 'TimeSynthComponent_StopClipWithFadeOverride::FadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_StopSoundsOnVolumeGroup \ static_assert(alignof(TimeSynthComponent_StopSoundsOnVolumeGroup) == 0x000008, "Wrong alignment on TimeSynthComponent_StopSoundsOnVolumeGroup"); \ static_assert(sizeof(TimeSynthComponent_StopSoundsOnVolumeGroup) == 0x000010, "Wrong size on TimeSynthComponent_StopSoundsOnVolumeGroup"); \ static_assert(offsetof(TimeSynthComponent_StopSoundsOnVolumeGroup, InVolumeGroup) == 0x000000, "Member 'TimeSynthComponent_StopSoundsOnVolumeGroup::InVolumeGroup' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_StopSoundsOnVolumeGroup, EventQuantization) == 0x000008, "Member 'TimeSynthComponent_StopSoundsOnVolumeGroup::EventQuantization' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_StopSoundsOnVolumeGroupWithFadeOverride \ static_assert(alignof(TimeSynthComponent_StopSoundsOnVolumeGroupWithFadeOverride) == 0x000008, "Wrong alignment on TimeSynthComponent_StopSoundsOnVolumeGroupWithFadeOverride"); \ static_assert(sizeof(TimeSynthComponent_StopSoundsOnVolumeGroupWithFadeOverride) == 0x000018, "Wrong size on TimeSynthComponent_StopSoundsOnVolumeGroupWithFadeOverride"); \ static_assert(offsetof(TimeSynthComponent_StopSoundsOnVolumeGroupWithFadeOverride, InVolumeGroup) == 0x000000, "Member 'TimeSynthComponent_StopSoundsOnVolumeGroupWithFadeOverride::InVolumeGroup' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_StopSoundsOnVolumeGroupWithFadeOverride, EventQuantization) == 0x000008, "Member 'TimeSynthComponent_StopSoundsOnVolumeGroupWithFadeOverride::EventQuantization' has a wrong offset!"); \ static_assert(offsetof(TimeSynthComponent_StopSoundsOnVolumeGroupWithFadeOverride, FadeTime) == 0x00000C, "Member 'TimeSynthComponent_StopSoundsOnVolumeGroupWithFadeOverride::FadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_GetBPM \ static_assert(alignof(TimeSynthComponent_GetBPM) == 0x000004, "Wrong alignment on TimeSynthComponent_GetBPM"); \ static_assert(sizeof(TimeSynthComponent_GetBPM) == 0x000004, "Wrong size on TimeSynthComponent_GetBPM"); \ static_assert(offsetof(TimeSynthComponent_GetBPM, ReturnValue) == 0x000000, "Member 'TimeSynthComponent_GetBPM::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_GetEnvelopeFollowerValue \ static_assert(alignof(TimeSynthComponent_GetEnvelopeFollowerValue) == 0x000004, "Wrong alignment on TimeSynthComponent_GetEnvelopeFollowerValue"); \ static_assert(sizeof(TimeSynthComponent_GetEnvelopeFollowerValue) == 0x000004, "Wrong size on TimeSynthComponent_GetEnvelopeFollowerValue"); \ static_assert(offsetof(TimeSynthComponent_GetEnvelopeFollowerValue, ReturnValue) == 0x000000, "Member 'TimeSynthComponent_GetEnvelopeFollowerValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_GetMaxActiveClipLimit \ static_assert(alignof(TimeSynthComponent_GetMaxActiveClipLimit) == 0x000004, "Wrong alignment on TimeSynthComponent_GetMaxActiveClipLimit"); \ static_assert(sizeof(TimeSynthComponent_GetMaxActiveClipLimit) == 0x000004, "Wrong size on TimeSynthComponent_GetMaxActiveClipLimit"); \ static_assert(offsetof(TimeSynthComponent_GetMaxActiveClipLimit, ReturnValue) == 0x000000, "Member 'TimeSynthComponent_GetMaxActiveClipLimit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TimeSynthComponent_GetSpectralData \ static_assert(alignof(TimeSynthComponent_GetSpectralData) == 0x000008, "Wrong alignment on TimeSynthComponent_GetSpectralData"); \ static_assert(sizeof(TimeSynthComponent_GetSpectralData) == 0x000010, "Wrong size on TimeSynthComponent_GetSpectralData"); \ static_assert(offsetof(TimeSynthComponent_GetSpectralData, ReturnValue) == 0x000000, "Member 'TimeSynthComponent_GetSpectralData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTimeSynthComponent \ static_assert(alignof(UTimeSynthComponent) == 0x000010, "Wrong alignment on UTimeSynthComponent"); \ static_assert(sizeof(UTimeSynthComponent) == 0x001120, "Wrong size on UTimeSynthComponent"); \ static_assert(offsetof(UTimeSynthComponent, QuantizationSettings) == 0x0006D0, "Member 'UTimeSynthComponent::QuantizationSettings' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthComponent, FrequenciesToAnalyze) == 0x0006E8, "Member 'UTimeSynthComponent::FrequenciesToAnalyze' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthComponent, FFTSize) == 0x0006F8, "Member 'UTimeSynthComponent::FFTSize' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthComponent, OnPlaybackTime) == 0x000700, "Member 'UTimeSynthComponent::OnPlaybackTime' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthComponent, FilterASettings) == 0x000714, "Member 'UTimeSynthComponent::FilterASettings' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthComponent, FilterBSettings) == 0x000720, "Member 'UTimeSynthComponent::FilterBSettings' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthComponent, EnvelopeFollowerSettings) == 0x000730, "Member 'UTimeSynthComponent::EnvelopeFollowerSettings' has a wrong offset!"); \ static_assert(offsetof(UTimeSynthComponent, MaxPoolSize) == 0x00073C, "Member 'UTimeSynthComponent::MaxPoolSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetPHGameHelper \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetPHGameHelper) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetPHGameHelper"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetPHGameHelper) == 0x000018, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetPHGameHelper"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPHGameHelper, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPHGameHelper::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPHGameHelper, ReturnValue) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPHGameHelper::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPHGameHelper, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPHGameHelper::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController) == 0x000030, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CachedCorePlayerController) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_HasGameHelperBeenCached__HasBeenCached) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_HasGameHelperBeenCached__HasBeenCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_CacheGameHelper_WasPlayerControllerCached) == 0x00001A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_CacheGameHelper_WasPlayerControllerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_CacheGameHelper_WasPlayerCharacterCached) == 0x00001B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_CacheGameHelper_WasPlayerCharacterCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_CacheGameHelper_WasPlayerCameraManagerCached) == 0x00001C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_CacheGameHelper_WasPlayerCameraManagerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_CacheGameHelper_WasEnhancedInputCompCached) == 0x00001D, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_CacheGameHelper_WasEnhancedInputCompCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_CacheGameHelper_WasGameStateCached) == 0x00001E, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_CacheGameHelper_WasGameStateCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_CacheGameHelper_WasGameInstanceCached) == 0x00001F, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_CacheGameHelper_WasGameInstanceCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_CacheGameHelper_WasPlayerCapsuleCached) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_CacheGameHelper_WasPlayerCapsuleCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_CacheGameHelper_HasBeenFullyCached) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_CacheGameHelper_HasBeenFullyCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_CacheGameHelper_WasGameModeCached) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_CacheGameHelper_WasGameModeCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_CacheGameHelper_WasChapterDirectorCached) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_CacheGameHelper_WasChapterDirectorCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController, CallFunc_GetPHGameHelper_ReturnValue_1) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerController::CallFunc_GetPHGameHelper_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter) == 0x000030, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CachedCorePlayerCharacter) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_HasGameHelperBeenCached__HasBeenCached) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_HasGameHelperBeenCached__HasBeenCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_CacheGameHelper_WasPlayerControllerCached) == 0x00001A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_CacheGameHelper_WasPlayerControllerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_CacheGameHelper_WasPlayerCharacterCached) == 0x00001B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_CacheGameHelper_WasPlayerCharacterCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_CacheGameHelper_WasPlayerCameraManagerCached) == 0x00001C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_CacheGameHelper_WasPlayerCameraManagerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_CacheGameHelper_WasEnhancedInputCompCached) == 0x00001D, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_CacheGameHelper_WasEnhancedInputCompCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_CacheGameHelper_WasGameStateCached) == 0x00001E, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_CacheGameHelper_WasGameStateCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_CacheGameHelper_WasGameInstanceCached) == 0x00001F, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_CacheGameHelper_WasGameInstanceCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_CacheGameHelper_WasPlayerCapsuleCached) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_CacheGameHelper_WasPlayerCapsuleCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_CacheGameHelper_HasBeenFullyCached) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_CacheGameHelper_HasBeenFullyCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_CacheGameHelper_WasGameModeCached) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_CacheGameHelper_WasGameModeCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_CacheGameHelper_WasChapterDirectorCached) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_CacheGameHelper_WasChapterDirectorCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter, CallFunc_GetPHGameHelper_ReturnValue_1) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacter::CallFunc_GetPHGameHelper_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter) == 0x000038, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CachedCorePlayerController) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CachedCorePlayerCharacter) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_GetPHGameHelper_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_HasGameHelperBeenCached__HasBeenCached) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_HasGameHelperBeenCached__HasBeenCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_CacheGameHelper_WasPlayerControllerCached) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_CacheGameHelper_WasPlayerControllerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_CacheGameHelper_WasPlayerCharacterCached) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_CacheGameHelper_WasPlayerCharacterCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_CacheGameHelper_WasPlayerCameraManagerCached) == 0x000024, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_CacheGameHelper_WasPlayerCameraManagerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_CacheGameHelper_WasEnhancedInputCompCached) == 0x000025, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_CacheGameHelper_WasEnhancedInputCompCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_CacheGameHelper_WasGameStateCached) == 0x000026, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_CacheGameHelper_WasGameStateCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_CacheGameHelper_WasGameInstanceCached) == 0x000027, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_CacheGameHelper_WasGameInstanceCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_CacheGameHelper_WasPlayerCapsuleCached) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_CacheGameHelper_WasPlayerCapsuleCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_CacheGameHelper_HasBeenFullyCached) == 0x000029, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_CacheGameHelper_HasBeenFullyCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_CacheGameHelper_WasGameModeCached) == 0x00002A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_CacheGameHelper_WasGameModeCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_CacheGameHelper_WasChapterDirectorCached) == 0x00002B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_CacheGameHelper_WasChapterDirectorCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter, CallFunc_GetPHGameHelper_ReturnValue_1) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerControllerAndCharacter::CallFunc_GetPHGameHelper_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper) == 0x000110, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, WasPlayerControllerCached) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::WasPlayerControllerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, WasPlayerCharacterCached) == 0x000009, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::WasPlayerCharacterCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, WasPlayerCameraManagerCached) == 0x00000A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::WasPlayerCameraManagerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, WasEnhancedInputCompCached) == 0x00000B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::WasEnhancedInputCompCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, WasGameStateCached) == 0x00000C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::WasGameStateCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, WasGameInstanceCached) == 0x00000D, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::WasGameInstanceCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, WasPlayerCapsuleCached) == 0x00000E, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::WasPlayerCapsuleCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, HasBeenFullyCached) == 0x00000F, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::HasBeenFullyCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, WasGameModeCached) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::WasGameModeCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, WasChapterDirectorCached) == 0x000011, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::WasChapterDirectorCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, IsChapterDirectorCached) == 0x000012, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::IsChapterDirectorCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, IsGameModeCached) == 0x000013, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::IsGameModeCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, IsPlayerCapsuleCached) == 0x000014, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::IsPlayerCapsuleCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, IsGameInstanceCached) == 0x000015, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::IsGameInstanceCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, IsGameStateCached) == 0x000016, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::IsGameStateCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, IsEnhancedInputCompCached) == 0x000017, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::IsEnhancedInputCompCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, IsPlayerCameraManagerCached) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::IsPlayerCameraManagerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, IsPlayerCharacterCached) == 0x000019, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::IsPlayerCharacterCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, IsPlayerControllerCached) == 0x00001A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::IsPlayerControllerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPHGameHelper_ReturnValue) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPHGameHelper_ReturnValue_1) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPHGameHelper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetGameMode_ReturnValue) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_AsBP_Game_Mode) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_AsBP_Game_Mode' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPHGameHelper_ReturnValue_2) == 0x000050, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPHGameHelper_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPHGameHelper_ReturnValue_3) == 0x000058, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPHGameHelper_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetGameInstance_ReturnValue) == 0x000060, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetGameState_ReturnValue) == 0x000068, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetGameState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_AsBP_PHGame_Instance) == 0x000070, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_AsBP_PHGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_AsBP_PHGame_State) == 0x000080, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_AsBP_PHGame_State' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000090, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPlayerController_ReturnValue) == 0x000098, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_AsPHPlayer_Camera_Manager) == 0x0000A0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_AsPHPlayer_Camera_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_bSuccess_3) == 0x0000A8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_AsBP_Player_Controller) == 0x0000B0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_AsBP_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_bSuccess_4) == 0x0000B8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPlayerCharacter_ReturnValue) == 0x0000C0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPHGameHelper_ReturnValue_4) == 0x0000C8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPHGameHelper_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_AsBP_Player_Character) == 0x0000D0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, K2Node_DynamicCast_bSuccess_5) == 0x0000D8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_IsValid_ReturnValue_1) == 0x0000D9, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPHGameHelper_ReturnValue_5) == 0x0000E0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPHGameHelper_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPHGameHelper_ReturnValue_6) == 0x0000E8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPHGameHelper_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPHGameHelper_ReturnValue_7) == 0x0000F0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPHGameHelper_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPHGameHelper_ReturnValue_8) == 0x0000F8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPHGameHelper_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_GetPHGameHelper_ReturnValue_9) == 0x000100, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_GetPHGameHelper_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_BooleanAND_ReturnValue) == 0x000108, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_BooleanAND_ReturnValue_1) == 0x000109, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_BooleanAND_ReturnValue_2) == 0x00010A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper, CallFunc_BooleanAND_ReturnValue_3) == 0x00010B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_CacheGameHelper::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_ \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_, IsCached) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_::IsCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerControllerCached_::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_ \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_, IsCached) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_::IsCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCharacterCached_::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule) == 0x000030, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CachedPlayerCapsule) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CachedPlayerCapsule' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_HasGameHelperBeenCached__HasBeenCached) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_HasGameHelperBeenCached__HasBeenCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_CacheGameHelper_WasPlayerControllerCached) == 0x00001A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_CacheGameHelper_WasPlayerControllerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_CacheGameHelper_WasPlayerCharacterCached) == 0x00001B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_CacheGameHelper_WasPlayerCharacterCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_CacheGameHelper_WasPlayerCameraManagerCached) == 0x00001C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_CacheGameHelper_WasPlayerCameraManagerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_CacheGameHelper_WasEnhancedInputCompCached) == 0x00001D, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_CacheGameHelper_WasEnhancedInputCompCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_CacheGameHelper_WasGameStateCached) == 0x00001E, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_CacheGameHelper_WasGameStateCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_CacheGameHelper_WasGameInstanceCached) == 0x00001F, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_CacheGameHelper_WasGameInstanceCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_CacheGameHelper_WasPlayerCapsuleCached) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_CacheGameHelper_WasPlayerCapsuleCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_CacheGameHelper_HasBeenFullyCached) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_CacheGameHelper_HasBeenFullyCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_CacheGameHelper_WasGameModeCached) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_CacheGameHelper_WasGameModeCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_CacheGameHelper_WasChapterDirectorCached) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_CacheGameHelper_WasChapterDirectorCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule, CallFunc_GetPHGameHelper_ReturnValue_1) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCharacterCapsule::CallFunc_GetPHGameHelper_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera, CachedCorePlayerCamera) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera::CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager) == 0x000030, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CachedPlayerCameraManager) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CachedPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_HasGameHelperBeenCached__HasBeenCached) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_HasGameHelperBeenCached__HasBeenCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_CacheGameHelper_WasPlayerControllerCached) == 0x00001A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_CacheGameHelper_WasPlayerControllerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_CacheGameHelper_WasPlayerCharacterCached) == 0x00001B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_CacheGameHelper_WasPlayerCharacterCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_CacheGameHelper_WasPlayerCameraManagerCached) == 0x00001C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_CacheGameHelper_WasPlayerCameraManagerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_CacheGameHelper_WasEnhancedInputCompCached) == 0x00001D, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_CacheGameHelper_WasEnhancedInputCompCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_CacheGameHelper_WasGameStateCached) == 0x00001E, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_CacheGameHelper_WasGameStateCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_CacheGameHelper_WasGameInstanceCached) == 0x00001F, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_CacheGameHelper_WasGameInstanceCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_CacheGameHelper_WasPlayerCapsuleCached) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_CacheGameHelper_WasPlayerCapsuleCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_CacheGameHelper_HasBeenFullyCached) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_CacheGameHelper_HasBeenFullyCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_CacheGameHelper_WasGameModeCached) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_CacheGameHelper_WasGameModeCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_CacheGameHelper_WasChapterDirectorCached) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_CacheGameHelper_WasChapterDirectorCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager, CallFunc_GetPHGameHelper_ReturnValue_1) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerCameraManager::CallFunc_GetPHGameHelper_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_ \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_, IsCached) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_::IsCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCorePlayerCameraManagerCached_::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_ \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_, HasBeenCached) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_::HasBeenCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_HasGameHelperBeenCached_::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode) == 0x000030, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CachedGameMode) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CachedGameMode' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_HasGameHelperBeenCached__HasBeenCached) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_HasGameHelperBeenCached__HasBeenCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_CacheGameHelper_WasPlayerControllerCached) == 0x00001A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_CacheGameHelper_WasPlayerControllerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_CacheGameHelper_WasPlayerCharacterCached) == 0x00001B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_CacheGameHelper_WasPlayerCharacterCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_CacheGameHelper_WasPlayerCameraManagerCached) == 0x00001C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_CacheGameHelper_WasPlayerCameraManagerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_CacheGameHelper_WasEnhancedInputCompCached) == 0x00001D, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_CacheGameHelper_WasEnhancedInputCompCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_CacheGameHelper_WasGameStateCached) == 0x00001E, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_CacheGameHelper_WasGameStateCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_CacheGameHelper_WasGameInstanceCached) == 0x00001F, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_CacheGameHelper_WasGameInstanceCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_CacheGameHelper_WasPlayerCapsuleCached) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_CacheGameHelper_WasPlayerCapsuleCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_CacheGameHelper_HasBeenFullyCached) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_CacheGameHelper_HasBeenFullyCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_CacheGameHelper_WasGameModeCached) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_CacheGameHelper_WasGameModeCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_CacheGameHelper_WasChapterDirectorCached) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_CacheGameHelper_WasChapterDirectorCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode, CallFunc_GetPHGameHelper_ReturnValue_1) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameMode::CallFunc_GetPHGameHelper_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState) == 0x000030, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CachedGameState) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CachedGameState' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_HasGameHelperBeenCached__HasBeenCached) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_HasGameHelperBeenCached__HasBeenCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_CacheGameHelper_WasPlayerControllerCached) == 0x00001A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_CacheGameHelper_WasPlayerControllerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_CacheGameHelper_WasPlayerCharacterCached) == 0x00001B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_CacheGameHelper_WasPlayerCharacterCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_CacheGameHelper_WasPlayerCameraManagerCached) == 0x00001C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_CacheGameHelper_WasPlayerCameraManagerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_CacheGameHelper_WasEnhancedInputCompCached) == 0x00001D, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_CacheGameHelper_WasEnhancedInputCompCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_CacheGameHelper_WasGameStateCached) == 0x00001E, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_CacheGameHelper_WasGameStateCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_CacheGameHelper_WasGameInstanceCached) == 0x00001F, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_CacheGameHelper_WasGameInstanceCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_CacheGameHelper_WasPlayerCapsuleCached) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_CacheGameHelper_WasPlayerCapsuleCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_CacheGameHelper_HasBeenFullyCached) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_CacheGameHelper_HasBeenFullyCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_CacheGameHelper_WasGameModeCached) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_CacheGameHelper_WasGameModeCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_CacheGameHelper_WasChapterDirectorCached) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_CacheGameHelper_WasChapterDirectorCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState, CallFunc_GetPHGameHelper_ReturnValue_1) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameState::CallFunc_GetPHGameHelper_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance) == 0x000030, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CachedGameInstance) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_HasGameHelperBeenCached__HasBeenCached) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_HasGameHelperBeenCached__HasBeenCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_CacheGameHelper_WasPlayerControllerCached) == 0x00001A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_CacheGameHelper_WasPlayerControllerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_CacheGameHelper_WasPlayerCharacterCached) == 0x00001B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_CacheGameHelper_WasPlayerCharacterCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_CacheGameHelper_WasPlayerCameraManagerCached) == 0x00001C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_CacheGameHelper_WasPlayerCameraManagerCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_CacheGameHelper_WasEnhancedInputCompCached) == 0x00001D, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_CacheGameHelper_WasEnhancedInputCompCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_CacheGameHelper_WasGameStateCached) == 0x00001E, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_CacheGameHelper_WasGameStateCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_CacheGameHelper_WasGameInstanceCached) == 0x00001F, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_CacheGameHelper_WasGameInstanceCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_CacheGameHelper_WasPlayerCapsuleCached) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_CacheGameHelper_WasPlayerCapsuleCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_CacheGameHelper_HasBeenFullyCached) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_CacheGameHelper_HasBeenFullyCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_CacheGameHelper_WasGameModeCached) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_CacheGameHelper_WasGameModeCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_CacheGameHelper_WasChapterDirectorCached) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_CacheGameHelper_WasChapterDirectorCached' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance, CallFunc_GetPHGameHelper_ReturnValue_1) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedGameInstance::CallFunc_GetPHGameHelper_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem, CachedCoreAbilitySystemComponent) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem::CachedCoreAbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCoreAbilitySystem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled) == 0x000010, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled, Result) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled, CallFunc_StreamingCheatEnabled_ReturnValue) == 0x000009, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled::CallFunc_StreamingCheatEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled, CallFunc_IsPlayInEditor_ReturnValue) == 0x00000A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled::CallFunc_IsPlayInEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled, CallFunc_IsLoadingCheckpoint_ReturnValue) == 0x00000B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled::CallFunc_IsLoadingCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled, CallFunc_BooleanAND_ReturnValue) == 0x00000D, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled, CallFunc_BooleanAND_ReturnValue_1) == 0x00000E, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsCheatStreamingEnabled::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere) == 0x000018, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere, Result) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere, CallFunc_MirrorEditorLevelsOnPlayFromHere_ReturnValue) == 0x000009, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere::CallFunc_MirrorEditorLevelsOnPlayFromHere_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere, CallFunc_IsPlayFromHere_ReturnValue) == 0x00000A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere::CallFunc_IsPlayFromHere_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere, CallFunc_IsPlayInEditor_ReturnValue) == 0x00000B, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere::CallFunc_IsPlayInEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere, CallFunc_IsLoadingCheckpoint_ReturnValue) == 0x00000C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere::CallFunc_IsLoadingCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere, CallFunc_Not_PreBool_ReturnValue) == 0x00000D, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere, CallFunc_BooleanAND_ReturnValue_1) == 0x00000F, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere, CallFunc_BooleanAND_ReturnValue_2) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsMirroringEditorLevelsOnPlayFromHere::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_TimeSince \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_TimeSince) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_TimeSince"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_TimeSince) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_TimeSince"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_TimeSince, GameTimeSeconds) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_TimeSince::GameTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_TimeSince, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_TimeSince::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_TimeSince, Result) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_TimeSince::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_TimeSince, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000014, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_TimeSince::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_TimeSince, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_TimeSince::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince, GameTimeSeconds) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince::GameTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince, Result) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000014, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RealTimeSince::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation) == 0x000028, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation, Base) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation::Base' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation, Deviation) == 0x000004, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation::Deviation' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation, Result) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation, CallFunc_FMax_ReturnValue) == 0x00001C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation, CallFunc_RandomFloatInRange_ReturnValue) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_RandomFloatDeviation::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation) == 0x000018, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation, Use_Controller_Rotation_Pitch) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation::Use_Controller_Rotation_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation, Use_Controller_Rotation_Roll) == 0x000001, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation::Use_Controller_Rotation_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation, Use_Controller_Rotation_Yaw) == 0x000002, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation::Use_Controller_Rotation_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotation::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation, Use_Pawn_Control_Rotation) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation::Use_Pawn_Control_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerCameraUsePawnRotation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotationAndPawnRotation \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotationAndPawnRotation) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotationAndPawnRotation"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotationAndPawnRotation) == 0x000010, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotationAndPawnRotation"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotationAndPawnRotation, Use_Controller_And_Pawn_Rotation) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotationAndPawnRotation::Use_Controller_And_Pawn_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotationAndPawnRotation, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetCachedCorePlayerUseControllerRotationAndPawnRotation::__WorldContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_EnableInputWithCachedCorePlayerController \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_EnableInputWithCachedCorePlayerController) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_EnableInputWithCachedCorePlayerController"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_EnableInputWithCachedCorePlayerController) == 0x000018, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_EnableInputWithCachedCorePlayerController"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_EnableInputWithCachedCorePlayerController, Target) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_EnableInputWithCachedCorePlayerController::Target' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_EnableInputWithCachedCorePlayerController, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_EnableInputWithCachedCorePlayerController::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_EnableInputWithCachedCorePlayerController, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_EnableInputWithCachedCorePlayerController::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_DisableInputWithCachedCorePlayerController \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_DisableInputWithCachedCorePlayerController) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_DisableInputWithCachedCorePlayerController"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_DisableInputWithCachedCorePlayerController) == 0x000018, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_DisableInputWithCachedCorePlayerController"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_DisableInputWithCachedCorePlayerController, Target) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_DisableInputWithCachedCorePlayerController::Target' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_DisableInputWithCachedCorePlayerController, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_DisableInputWithCachedCorePlayerController::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_DisableInputWithCachedCorePlayerController, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_DisableInputWithCachedCorePlayerController::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_EnableCachedCorePlayerCharacterInput \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_EnableCachedCorePlayerCharacterInput) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_EnableCachedCorePlayerCharacterInput"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_EnableCachedCorePlayerCharacterInput) == 0x000010, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_EnableCachedCorePlayerCharacterInput"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_EnableCachedCorePlayerCharacterInput, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_EnableCachedCorePlayerCharacterInput::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_EnableCachedCorePlayerCharacterInput, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_EnableCachedCorePlayerCharacterInput::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_DisableCachedCorePlayerCharacterInput \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_DisableCachedCorePlayerCharacterInput) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_DisableCachedCorePlayerCharacterInput"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_DisableCachedCorePlayerCharacterInput) == 0x000010, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_DisableCachedCorePlayerCharacterInput"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_DisableCachedCorePlayerCharacterInput, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_DisableCachedCorePlayerCharacterInput::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_DisableCachedCorePlayerCharacterInput, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_DisableCachedCorePlayerCharacterInput::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation) == 0x000018, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation, Use_Controller_Rotation_Pitch) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation::Use_Controller_Rotation_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation, Use_Controller_Rotation_Roll) == 0x000009, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation::Use_Controller_Rotation_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation, Use_Controller_Rotation_Yaw) == 0x00000A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation::Use_Controller_Rotation_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedCorePlayerUseControllerRotation::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector, ReturnValue) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector, CallFunc_GetPHGameHelper_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCachedChapterDirector::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility) == 0x0000A8, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, NewVisibility) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::NewVisibility' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, Loc_PC) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::Loc_PC' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, CallFunc_MakeLiteralString_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, CallFunc_GetHUD_ReturnValue) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, K2Node_DynamicCast_AsBP_PHHUD) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::K2Node_DynamicCast_AsBP_PHHUD' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, CallFunc_IsValid_ReturnValue) == 0x000049, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, CallFunc_GetPathName_ReturnValue) == 0x000050, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, CallFunc_GetPlayerController_ReturnValue) == 0x000060, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, CallFunc_Conv_BoolToString_ReturnValue) == 0x000068, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000088, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000098, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_SetHUDMenuVisibility::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_PlayNavUIFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_PlayNavUIFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_PlayNavUIFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_PlayNavUIFx) == 0x000010, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_PlayNavUIFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayNavUIFx, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayNavUIFx::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayNavUIFx, CallFunc_IsInGameWorld_ReturnValue) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayNavUIFx::CallFunc_IsInGameWorld_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_PlayFocusNavUIFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_PlayFocusNavUIFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_PlayFocusNavUIFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_PlayFocusNavUIFx) == 0x000008, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_PlayFocusNavUIFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayFocusNavUIFx, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayFocusNavUIFx::__WorldContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_PlayKeyEventNavUIFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_PlayKeyEventNavUIFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_PlayKeyEventNavUIFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_PlayKeyEventNavUIFx) == 0x000050, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_PlayKeyEventNavUIFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayKeyEventNavUIFx, InKeyEvent) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayKeyEventNavUIFx::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayKeyEventNavUIFx, AllowHorizontalDir) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayKeyEventNavUIFx::AllowHorizontalDir' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayKeyEventNavUIFx, __WorldContext) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayKeyEventNavUIFx::__WorldContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_PlayAnalogEventNavUIFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_PlayAnalogEventNavUIFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_PlayAnalogEventNavUIFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_PlayAnalogEventNavUIFx) == 0x000050, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_PlayAnalogEventNavUIFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayAnalogEventNavUIFx, InAnalogEvent) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayAnalogEventNavUIFx::InAnalogEvent' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayAnalogEventNavUIFx, __WorldContext) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayAnalogEventNavUIFx::__WorldContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx) == 0x000048, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, OwningPC) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::OwningPC' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, Loc_LastUIClickTime) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::Loc_LastUIClickTime' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, CallFunc_GetPHGameHelper_ReturnValue) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, CallFunc_GetRealTimeSeconds_ReturnValue) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::CallFunc_GetRealTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, CallFunc_GetPHGameHelper_ReturnValue_1) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::CallFunc_GetPHGameHelper_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, CallFunc_RealTimeSince_Result) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::CallFunc_RealTimeSince_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00003C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, CallFunc_IsUsingKeyboardDevice_Result) == 0x00003D, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, CallFunc_Not_PreBool_ReturnValue) == 0x00003E, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, CallFunc_IsInGameWorld_ReturnValue) == 0x00003F, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::CallFunc_IsInGameWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickUIFx::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx) == 0x000028, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx, OwningPC) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx::OwningPC' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx, Loc_LastUIClickTime) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx::Loc_LastUIClickTime' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx, CallFunc_IsUsingKeyboardDevice_Result) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx, CallFunc_IsInGameWorld_ReturnValue) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx::CallFunc_IsInGameWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx, CallFunc_IsValid_ReturnValue) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmUIFx::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx) == 0x000028, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx, OwningPC) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx::OwningPC' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx, Loc_LastUIClickTime) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx::Loc_LastUIClickTime' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx, CallFunc_IsUsingKeyboardDevice_Result) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx, CallFunc_IsInGameWorld_ReturnValue) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx::CallFunc_IsInGameWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx, CallFunc_IsValid_ReturnValue) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickConfirmShortUIFx::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx) == 0x000028, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx, OwningPC) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx::OwningPC' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx, Loc_LastUIClickTime) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx::Loc_LastUIClickTime' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx, CallFunc_IsUsingKeyboardDevice_Result) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx, CallFunc_IsInGameWorld_ReturnValue) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx::CallFunc_IsInGameWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx, CallFunc_IsValid_ReturnValue) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickCancelUIFx::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx) == 0x000028, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx, OwningPC) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx::OwningPC' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx, Loc_LastUIClickTime) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx::Loc_LastUIClickTime' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx, CallFunc_GetPlayerController_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx, CallFunc_IsUsingKeyboardDevice_Result) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx, CallFunc_IsInGameWorld_ReturnValue) == 0x000022, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx::CallFunc_IsInGameWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx, CallFunc_IsValid_ReturnValue) == 0x000023, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickBackUIFx::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx) == 0x000018, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx, OwningPC) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx::OwningPC' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx, Loc_LastUISliderTime) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx::Loc_LastUISliderTime' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx, CallFunc_IsUsingKeyboardDevice_Result) == 0x000014, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx, CallFunc_IsInGameWorld_ReturnValue) == 0x000016, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx::CallFunc_IsInGameWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx, CallFunc_IsValid_ReturnValue) == 0x000017, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlaySliderUIFx::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx, AudioComponentVarRef) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx::AudioComponentVarRef' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx, Widget) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx::Widget' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx, __WorldContext) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx, CallFunc_IsInGameWorld_ReturnValue) == 0x000019, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx::CallFunc_IsInGameWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx, CallFunc_IsVisible_ReturnValue) == 0x00001A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_StartUIHoverFx::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_EndUIHoverFx \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_EndUIHoverFx) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_EndUIHoverFx"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_EndUIHoverFx) == 0x000010, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_EndUIHoverFx"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_EndUIHoverFx, AudioComponentVarRef) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_EndUIHoverFx::AudioComponentVarRef' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_EndUIHoverFx, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_EndUIHoverFx::__WorldContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType) == 0x000020, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType, ClickType) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType::ClickType' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType, OwningPC) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType::OwningPC' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType, __WorldContext) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_PlayClickType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator) == 0x000030, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator, RichTextBlock) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator::RichTextBlock' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator, CallFunc_GetGameInstance_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator, K2Node_DynamicCast_AsBP_PHGame_Instance) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator::K2Node_DynamicCast_AsBP_PHGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator, CallFunc_Get_Platform_Input_Mapping_Input_Mapping) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_UpdateRichTextBlockDecorator::CallFunc_Get_Platform_Input_Mapping_Input_Mapping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult) == 0x000028, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult, Resolution_GPU_Multiplier) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult::Resolution_GPU_Multiplier' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult, CallFunc_GetSystemResolution_ReturnValue) == 0x00000C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult::CallFunc_GetSystemResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult, CallFunc_Multiply_IntInt_ReturnValue) == 0x000014, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult, CallFunc_EvaluateCurveTableRow_OutResult) == 0x00001C, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult::CallFunc_EvaluateCurveTableRow_OutResult' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult, CallFunc_EvaluateCurveTableRow_OutXY) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult::CallFunc_EvaluateCurveTableRow_OutXY' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult, K2Node_SwitchEnum_CmpSuccess) == 0x000024, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetCurrentResolutionGPUMult::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice) == 0x000048, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice, Result) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice, CallFunc_MakeLiteralText_ReturnValue) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice, CallFunc_GetPlatformInputDeviceText_Result) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice::CallFunc_GetPlatformInputDeviceText_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_IsUsingKeyboardDevice::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText) == 0x0000C8, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, __WorldContext) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, Result) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, Loc_PC) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::Loc_PC' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, Loc_HardwareDevice) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::Loc_HardwareDevice' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, Loc_PlatformName) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::Loc_PlatformName' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, Loc_Result) == 0x000050, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_GetPlayerController_ReturnValue) == 0x000068, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000070, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000071, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_GetPlatformUserId_ReturnValue) == 0x000088, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_GetPlatformUserId_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_GetEngineSubsystem_ReturnValue) == 0x000090, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_GetEngineSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_GetMostRecentlyUsedHardwareDevice_ReturnValue) == 0x000098, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_GetMostRecentlyUsedHardwareDevice_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_TextIsEmpty_ReturnValue) == 0x0000B1, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_Not_PreBool_ReturnValue) == 0x0000B2, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000B3, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x0000B4, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_EqualEqual_StrStr_ReturnValue_2) == 0x0000B5, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_EqualEqual_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText, CallFunc_GetPlatformName_ReturnValue) == 0x0000B8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformInputDeviceText::CallFunc_GetPlatformName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText) == 0x000110, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText, TextToFormat) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText::TextToFormat' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText, InputDeviceName) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText::InputDeviceName' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText, InputDeviceIconSize) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText::InputDeviceIconSize' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText, __WorldContext) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText, Result) == 0x000050, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000A8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText, K2Node_MakeArray_Array) == 0x0000E8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText, CallFunc_Format_ReturnValue) == 0x0000F8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_FormatInputDeviceText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText) == 0x000098, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText, TextToFormat) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText::TextToFormat' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText, InputDeviceIconSize) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText::InputDeviceIconSize' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText, __WorldContext) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText, Result) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText, Loc_Result) == 0x000050, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText, CallFunc_GetPlatformInputDeviceText_Result) == 0x000068, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText::CallFunc_GetPlatformInputDeviceText_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText, CallFunc_FormatInputDeviceText_Result) == 0x000080, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetFormattedInputDeviceText::CallFunc_FormatInputDeviceText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText) == 0x000068, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText, PromptID) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText::PromptID' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText, Result) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText, Loc_UIGlobalDataClass) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText::Loc_UIGlobalDataClass' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText, CallFunc_IsUsingKeyboardDevice_Result) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText, CallFunc_GetDefaultObject_ReturnValue) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText, K2Node_DynamicCast_AsBP_UI_Global_Data) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText::K2Node_DynamicCast_AsBP_UI_Global_Data' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText, CallFunc_GetPromptIDText_Result) == 0x000050, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptText::CallFunc_GetPromptIDText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText) == 0x0000A8, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText, TextID) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText::TextID' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText, InputDeviceIconSize) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText::InputDeviceIconSize' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText, __WorldContext) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText, Result) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText, Loc_PromptText) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText::Loc_PromptText' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText, Loc_TextResult) == 0x000058, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText::Loc_TextResult' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText, CallFunc_GetPromptText_Result) == 0x000070, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText::CallFunc_GetPromptText_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000088, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText, CallFunc_GetFormattedInputDeviceText_Result) == 0x000090, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPromptInputDeviceFormattedText::CallFunc_GetFormattedInputDeviceText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo) == 0x000060, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo, TutorialBarID) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo::TutorialBarID' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo, IsValid) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo::IsValid' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo, Info) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo::Info' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo, K2Node_MakeStruct_S_TutorialBarInfo) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo::K2Node_MakeStruct_S_TutorialBarInfo' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo, CallFunc_GetDefaultObject_ReturnValue) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo, K2Node_DynamicCast_AsBP_UI_Global_Data) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo::K2Node_DynamicCast_AsBP_UI_Global_Data' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo, CallFunc_GetHUDTutorialBarIDInfo_IsValid) == 0x000049, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo::CallFunc_GetHUDTutorialBarIDInfo_IsValid' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo, CallFunc_GetHUDTutorialBarIDInfo_Info) == 0x000050, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarIDInfo::CallFunc_GetHUDTutorialBarIDInfo_Info' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText) == 0x000060, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText, HUDTutorialBarItemID) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText::HUDTutorialBarItemID' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText, Result) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText, CallFunc_IsUsingKeyboardDevice_Result) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText, CallFunc_GetDefaultObject_ReturnValue) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText, K2Node_DynamicCast_AsBP_UI_Global_Data) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText::K2Node_DynamicCast_AsBP_UI_Global_Data' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText, CallFunc_GetHUDTutorialBarItemIDText_Result) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialBarItemIDText::CallFunc_GetHUDTutorialBarItemIDText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText) == 0x000090, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText, TextID) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText::TextID' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText, InputDeviceIconSize) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText::InputDeviceIconSize' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText, __WorldContext) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText, Result) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText, Loc_TextResult) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText::Loc_TextResult' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText, CallFunc_GetTutorialBarItemIDText_Result) == 0x000058, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText::CallFunc_GetTutorialBarItemIDText_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000070, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText, CallFunc_GetFormattedInputDeviceText_Result) == 0x000078, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetTutorialInputDeviceFormattedText::CallFunc_GetFormattedInputDeviceText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText) == 0x000060, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText, ChapterID) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText::ChapterID' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText, Result) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText, Loc_UIGlobalDataClass) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText::Loc_UIGlobalDataClass' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText, CallFunc_GetDefaultObject_ReturnValue) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText, K2Node_DynamicCast_AsBP_UI_Global_Data) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText::K2Node_DynamicCast_AsBP_UI_Global_Data' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText, CallFunc_GetChapterIDText_Result) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetChapterText::CallFunc_GetChapterIDText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText) == 0x000060, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText, TextID) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText::TextID' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText, Result) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText, Loc_UIGlobalDataClass) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText::Loc_UIGlobalDataClass' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText, CallFunc_GetDefaultObject_ReturnValue) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText, K2Node_DynamicCast_AsBP_UI_Global_Data) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText::K2Node_DynamicCast_AsBP_UI_Global_Data' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText, CallFunc_GetMsgBoxIDText_Result) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxText::CallFunc_GetMsgBoxIDText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText) == 0x000060, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText, ButtonTextID) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText::ButtonTextID' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText, Result) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText, Loc_UIGlobalDataClass) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText::Loc_UIGlobalDataClass' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText, CallFunc_GetDefaultObject_ReturnValue) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText, K2Node_DynamicCast_AsBP_UI_Global_Data) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText::K2Node_DynamicCast_AsBP_UI_Global_Data' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText, CallFunc_GetMsgBoxButtonIDText_Result) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetMsgBoxButtonText::CallFunc_GetMsgBoxButtonIDText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText) == 0x000060, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText, SlotId) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText::SlotId' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText, Result) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText, Loc_UIGlobalDataClass) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText::Loc_UIGlobalDataClass' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText, CallFunc_GetDefaultObject_ReturnValue) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText, K2Node_DynamicCast_AsBP_UI_Global_Data) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText::K2Node_DynamicCast_AsBP_UI_Global_Data' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText, CallFunc_GetSlotTextFromID_Result) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetSlotText::CallFunc_GetSlotTextFromID_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText) == 0x000060, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText, SlotId) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText::SlotId' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText, __WorldContext) == 0x000008, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText, Result) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText, Loc_UIGlobalDataClass) == 0x000028, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText::Loc_UIGlobalDataClass' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText, CallFunc_GetDefaultObject_ReturnValue) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText, K2Node_DynamicCast_AsBP_UI_Global_Data) == 0x000038, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText::K2Node_DynamicCast_AsBP_UI_Global_Data' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText, CallFunc_GetOverwriteSlotTextFromID_Result) == 0x000048, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetOverwriteSlotText::CallFunc_GetOverwriteSlotTextFromID_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText) == 0x000160, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, DefaultText) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::DefaultText' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, ForPlatformCulture) == 0x000018, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::ForPlatformCulture' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, __WorldContext) == 0x000068, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, Result) == 0x000070, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, Loc_CurrPlatform) == 0x000088, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::Loc_CurrPlatform' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, Loc_CurrCultureEnum) == 0x000089, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::Loc_CurrCultureEnum' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, Loc_CurCultureStr) == 0x000090, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::Loc_CurCultureStr' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, CallFunc_Map_Find_Value) == 0x0000A0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, CallFunc_Map_Find_ReturnValue) == 0x0000F0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, CallFunc_GetPlatform_ReturnValue) == 0x0000F1, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, CallFunc_Map_Find_Value_1) == 0x0000F8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, CallFunc_Map_Find_ReturnValue_1) == 0x000110, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, CallFunc_Concat_StrStr_ReturnValue) == 0x000118, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, CallFunc_MakeLiteralString_ReturnValue) == 0x000128, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, CallFunc_GetDefaultObject_ReturnValue) == 0x000138, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, CallFunc_GetCurrentCulture_ReturnValue) == 0x000140, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::CallFunc_GetCurrentCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, K2Node_DynamicCast_AsBP_UI_Global_Data) == 0x000150, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::K2Node_DynamicCast_AsBP_UI_Global_Data' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, K2Node_DynamicCast_bSuccess) == 0x000158, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, CallFunc_Map_Find_Value_2) == 0x000159, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText, CallFunc_Map_Find_ReturnValue_2) == 0x00015A, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_GetPlatformCultureText::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray) == 0x000110, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, EOEventsArray) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::EOEventsArray' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, OutString) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::OutString' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, TitleName) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::TitleName' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, FirstElementPrefix) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::FirstElementPrefix' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, ElementPrefix) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::ElementPrefix' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, __WorldContext) == 0x000050, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, Loc_FistElementOutput) == 0x000058, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::Loc_FistElementOutput' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, Loc_ElementPrefix) == 0x000060, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::Loc_ElementPrefix' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_Array_Get_Item) == 0x000078, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_GetObjectClass_ReturnValue) == 0x000080, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_GetClassDisplayName_ReturnValue) == 0x000090, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_IsEmpty_ReturnValue) == 0x0000B0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_Array_Length_ReturnValue_1) == 0x0000CC, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_Greater_IntInt_ReturnValue) == 0x0000D0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000D8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, Temp_int_Loop_Counter_Variable) == 0x0000E8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000F0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_Less_IntInt_ReturnValue) == 0x000100, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_Add_IntInt_ReturnValue) == 0x000104, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray, CallFunc_Less_IntInt_ReturnValue_1) == 0x000108, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventObjectsArray::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray \ static_assert(alignof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray) == 0x000008, "Wrong alignment on BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray"); \ static_assert(sizeof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray) == 0x0000F8, "Wrong size on BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, EOEventClassesArray) == 0x000000, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::EOEventClassesArray' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, OutString) == 0x000010, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::OutString' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, TitleName) == 0x000020, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::TitleName' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, FirstElementPrefix) == 0x000030, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::FirstElementPrefix' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, ElementPrefix) == 0x000040, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::ElementPrefix' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, __WorldContext) == 0x000050, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, Loc_FistElementOutput) == 0x000058, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::Loc_FistElementOutput' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, Loc_ElementPrefix) == 0x000060, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::Loc_ElementPrefix' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_IsEmpty_ReturnValue) == 0x000088, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000090, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_Array_Length_ReturnValue_1) == 0x0000A4, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_Greater_IntInt_ReturnValue) == 0x0000A9, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, Temp_int_Array_Index_Variable) == 0x0000AC, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_GetClassDisplayName_ReturnValue) == 0x0000B8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_IsValidClass_ReturnValue) == 0x0000C8, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000D0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000E0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000F0, "Member 'BP_GameHelperSubsystemFunctionLibrary_C_ToStringEOEventClassesArray::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_GameHelperSubsystemFunctionLibrary_C \ static_assert(alignof(UBP_GameHelperSubsystemFunctionLibrary_C) == 0x000008, "Wrong alignment on UBP_GameHelperSubsystemFunctionLibrary_C"); \ static_assert(sizeof(UBP_GameHelperSubsystemFunctionLibrary_C) == 0x000028, "Wrong size on UBP_GameHelperSubsystemFunctionLibrary_C"); \ #define DUMPER7_ASSERTS_FMIDIDeviceInfo \ static_assert(alignof(FMIDIDeviceInfo) == 0x000008, "Wrong alignment on FMIDIDeviceInfo"); \ static_assert(sizeof(FMIDIDeviceInfo) == 0x000020, "Wrong size on FMIDIDeviceInfo"); \ static_assert(offsetof(FMIDIDeviceInfo, DeviceID) == 0x000000, "Member 'FMIDIDeviceInfo::DeviceID' has a wrong offset!"); \ static_assert(offsetof(FMIDIDeviceInfo, DeviceName) == 0x000008, "Member 'FMIDIDeviceInfo::DeviceName' has a wrong offset!"); \ static_assert(offsetof(FMIDIDeviceInfo, bIsAlreadyInUse) == 0x000018, "Member 'FMIDIDeviceInfo::bIsAlreadyInUse' has a wrong offset!"); \ static_assert(offsetof(FMIDIDeviceInfo, bIsDefaultDevice) == 0x000019, "Member 'FMIDIDeviceInfo::bIsDefaultDevice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFoundMIDIDevice \ static_assert(alignof(FFoundMIDIDevice) == 0x000008, "Wrong alignment on FFoundMIDIDevice"); \ static_assert(sizeof(FFoundMIDIDevice) == 0x000020, "Wrong size on FFoundMIDIDevice"); \ static_assert(offsetof(FFoundMIDIDevice, DeviceID) == 0x000000, "Member 'FFoundMIDIDevice::DeviceID' has a wrong offset!"); \ static_assert(offsetof(FFoundMIDIDevice, DeviceName) == 0x000008, "Member 'FFoundMIDIDevice::DeviceName' has a wrong offset!"); \ static_assert(offsetof(FFoundMIDIDevice, bCanReceiveFrom) == 0x000018, "Member 'FFoundMIDIDevice::bCanReceiveFrom' has a wrong offset!"); \ static_assert(offsetof(FFoundMIDIDevice, bCanSendTo) == 0x000019, "Member 'FFoundMIDIDevice::bCanSendTo' has a wrong offset!"); \ static_assert(offsetof(FFoundMIDIDevice, bIsAlreadyInUse) == 0x00001A, "Member 'FFoundMIDIDevice::bIsAlreadyInUse' has a wrong offset!"); \ static_assert(offsetof(FFoundMIDIDevice, bIsDefaultInputDevice) == 0x00001B, "Member 'FFoundMIDIDevice::bIsDefaultInputDevice' has a wrong offset!"); \ static_assert(offsetof(FFoundMIDIDevice, bIsDefaultOutputDevice) == 0x00001C, "Member 'FFoundMIDIDevice::bIsDefaultOutputDevice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMIDIDeviceControllerBase \ static_assert(alignof(UMIDIDeviceControllerBase) == 0x000008, "Wrong alignment on UMIDIDeviceControllerBase"); \ static_assert(sizeof(UMIDIDeviceControllerBase) == 0x000028, "Wrong size on UMIDIDeviceControllerBase"); \ #define DUMPER7_ASSERTS_UMIDIDeviceController \ static_assert(alignof(UMIDIDeviceController) == 0x000008, "Wrong alignment on UMIDIDeviceController"); \ static_assert(sizeof(UMIDIDeviceController) == 0x000060, "Wrong size on UMIDIDeviceController"); \ static_assert(offsetof(UMIDIDeviceController, OnMIDIEvent) == 0x000028, "Member 'UMIDIDeviceController::OnMIDIEvent' has a wrong offset!"); \ static_assert(offsetof(UMIDIDeviceController, DeviceID) == 0x000038, "Member 'UMIDIDeviceController::DeviceID' has a wrong offset!"); \ static_assert(offsetof(UMIDIDeviceController, DeviceName) == 0x000040, "Member 'UMIDIDeviceController::DeviceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMIDIDeviceInputController \ static_assert(alignof(UMIDIDeviceInputController) == 0x000008, "Wrong alignment on UMIDIDeviceInputController"); \ static_assert(sizeof(UMIDIDeviceInputController) == 0x0000D8, "Wrong size on UMIDIDeviceInputController"); \ static_assert(offsetof(UMIDIDeviceInputController, OnMIDINoteOn) == 0x000028, "Member 'UMIDIDeviceInputController::OnMIDINoteOn' has a wrong offset!"); \ static_assert(offsetof(UMIDIDeviceInputController, OnMIDINoteOff) == 0x000038, "Member 'UMIDIDeviceInputController::OnMIDINoteOff' has a wrong offset!"); \ static_assert(offsetof(UMIDIDeviceInputController, OnMIDIPitchBend) == 0x000048, "Member 'UMIDIDeviceInputController::OnMIDIPitchBend' has a wrong offset!"); \ static_assert(offsetof(UMIDIDeviceInputController, OnMIDIAftertouch) == 0x000058, "Member 'UMIDIDeviceInputController::OnMIDIAftertouch' has a wrong offset!"); \ static_assert(offsetof(UMIDIDeviceInputController, OnMIDIControlChange) == 0x000068, "Member 'UMIDIDeviceInputController::OnMIDIControlChange' has a wrong offset!"); \ static_assert(offsetof(UMIDIDeviceInputController, OnMIDIProgramChange) == 0x000078, "Member 'UMIDIDeviceInputController::OnMIDIProgramChange' has a wrong offset!"); \ static_assert(offsetof(UMIDIDeviceInputController, OnMIDIChannelAftertouch) == 0x000088, "Member 'UMIDIDeviceInputController::OnMIDIChannelAftertouch' has a wrong offset!"); \ static_assert(offsetof(UMIDIDeviceInputController, DeviceID) == 0x0000B0, "Member 'UMIDIDeviceInputController::DeviceID' has a wrong offset!"); \ static_assert(offsetof(UMIDIDeviceInputController, DeviceName) == 0x0000B8, "Member 'UMIDIDeviceInputController::DeviceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceManager_CreateMIDIDeviceController \ static_assert(alignof(MIDIDeviceManager_CreateMIDIDeviceController) == 0x000008, "Wrong alignment on MIDIDeviceManager_CreateMIDIDeviceController"); \ static_assert(sizeof(MIDIDeviceManager_CreateMIDIDeviceController) == 0x000010, "Wrong size on MIDIDeviceManager_CreateMIDIDeviceController"); \ static_assert(offsetof(MIDIDeviceManager_CreateMIDIDeviceController, DeviceID) == 0x000000, "Member 'MIDIDeviceManager_CreateMIDIDeviceController::DeviceID' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceManager_CreateMIDIDeviceController, MIDIBufferSize) == 0x000004, "Member 'MIDIDeviceManager_CreateMIDIDeviceController::MIDIBufferSize' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceManager_CreateMIDIDeviceController, ReturnValue) == 0x000008, "Member 'MIDIDeviceManager_CreateMIDIDeviceController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceManager_CreateMIDIDeviceInputController \ static_assert(alignof(MIDIDeviceManager_CreateMIDIDeviceInputController) == 0x000008, "Wrong alignment on MIDIDeviceManager_CreateMIDIDeviceInputController"); \ static_assert(sizeof(MIDIDeviceManager_CreateMIDIDeviceInputController) == 0x000010, "Wrong size on MIDIDeviceManager_CreateMIDIDeviceInputController"); \ static_assert(offsetof(MIDIDeviceManager_CreateMIDIDeviceInputController, DeviceID) == 0x000000, "Member 'MIDIDeviceManager_CreateMIDIDeviceInputController::DeviceID' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceManager_CreateMIDIDeviceInputController, MIDIBufferSize) == 0x000004, "Member 'MIDIDeviceManager_CreateMIDIDeviceInputController::MIDIBufferSize' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceManager_CreateMIDIDeviceInputController, ReturnValue) == 0x000008, "Member 'MIDIDeviceManager_CreateMIDIDeviceInputController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceManager_CreateMIDIDeviceOutputController \ static_assert(alignof(MIDIDeviceManager_CreateMIDIDeviceOutputController) == 0x000008, "Wrong alignment on MIDIDeviceManager_CreateMIDIDeviceOutputController"); \ static_assert(sizeof(MIDIDeviceManager_CreateMIDIDeviceOutputController) == 0x000010, "Wrong size on MIDIDeviceManager_CreateMIDIDeviceOutputController"); \ static_assert(offsetof(MIDIDeviceManager_CreateMIDIDeviceOutputController, DeviceID) == 0x000000, "Member 'MIDIDeviceManager_CreateMIDIDeviceOutputController::DeviceID' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceManager_CreateMIDIDeviceOutputController, ReturnValue) == 0x000008, "Member 'MIDIDeviceManager_CreateMIDIDeviceOutputController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceManager_FindAllMIDIDeviceInfo \ static_assert(alignof(MIDIDeviceManager_FindAllMIDIDeviceInfo) == 0x000008, "Wrong alignment on MIDIDeviceManager_FindAllMIDIDeviceInfo"); \ static_assert(sizeof(MIDIDeviceManager_FindAllMIDIDeviceInfo) == 0x000020, "Wrong size on MIDIDeviceManager_FindAllMIDIDeviceInfo"); \ static_assert(offsetof(MIDIDeviceManager_FindAllMIDIDeviceInfo, OutMIDIInputDevices) == 0x000000, "Member 'MIDIDeviceManager_FindAllMIDIDeviceInfo::OutMIDIInputDevices' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceManager_FindAllMIDIDeviceInfo, OutMIDIOutputDevices) == 0x000010, "Member 'MIDIDeviceManager_FindAllMIDIDeviceInfo::OutMIDIOutputDevices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceManager_FindMIDIDevices \ static_assert(alignof(MIDIDeviceManager_FindMIDIDevices) == 0x000008, "Wrong alignment on MIDIDeviceManager_FindMIDIDevices"); \ static_assert(sizeof(MIDIDeviceManager_FindMIDIDevices) == 0x000010, "Wrong size on MIDIDeviceManager_FindMIDIDevices"); \ static_assert(offsetof(MIDIDeviceManager_FindMIDIDevices, OutMIDIDevices) == 0x000000, "Member 'MIDIDeviceManager_FindMIDIDevices::OutMIDIDevices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceManager_GetDefaultMIDIInputDeviceID \ static_assert(alignof(MIDIDeviceManager_GetDefaultMIDIInputDeviceID) == 0x000004, "Wrong alignment on MIDIDeviceManager_GetDefaultMIDIInputDeviceID"); \ static_assert(sizeof(MIDIDeviceManager_GetDefaultMIDIInputDeviceID) == 0x000004, "Wrong size on MIDIDeviceManager_GetDefaultMIDIInputDeviceID"); \ static_assert(offsetof(MIDIDeviceManager_GetDefaultMIDIInputDeviceID, DeviceID) == 0x000000, "Member 'MIDIDeviceManager_GetDefaultMIDIInputDeviceID::DeviceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceManager_GetDefaultMIDIOutputDeviceID \ static_assert(alignof(MIDIDeviceManager_GetDefaultMIDIOutputDeviceID) == 0x000004, "Wrong alignment on MIDIDeviceManager_GetDefaultMIDIOutputDeviceID"); \ static_assert(sizeof(MIDIDeviceManager_GetDefaultMIDIOutputDeviceID) == 0x000004, "Wrong size on MIDIDeviceManager_GetDefaultMIDIOutputDeviceID"); \ static_assert(offsetof(MIDIDeviceManager_GetDefaultMIDIOutputDeviceID, DeviceID) == 0x000000, "Member 'MIDIDeviceManager_GetDefaultMIDIOutputDeviceID::DeviceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceManager_GetMIDIInputDeviceIDByName \ static_assert(alignof(MIDIDeviceManager_GetMIDIInputDeviceIDByName) == 0x000008, "Wrong alignment on MIDIDeviceManager_GetMIDIInputDeviceIDByName"); \ static_assert(sizeof(MIDIDeviceManager_GetMIDIInputDeviceIDByName) == 0x000018, "Wrong size on MIDIDeviceManager_GetMIDIInputDeviceIDByName"); \ static_assert(offsetof(MIDIDeviceManager_GetMIDIInputDeviceIDByName, DeviceName) == 0x000000, "Member 'MIDIDeviceManager_GetMIDIInputDeviceIDByName::DeviceName' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceManager_GetMIDIInputDeviceIDByName, DeviceID) == 0x000010, "Member 'MIDIDeviceManager_GetMIDIInputDeviceIDByName::DeviceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceManager_GetMIDIOutputDeviceIDByName \ static_assert(alignof(MIDIDeviceManager_GetMIDIOutputDeviceIDByName) == 0x000008, "Wrong alignment on MIDIDeviceManager_GetMIDIOutputDeviceIDByName"); \ static_assert(sizeof(MIDIDeviceManager_GetMIDIOutputDeviceIDByName) == 0x000018, "Wrong size on MIDIDeviceManager_GetMIDIOutputDeviceIDByName"); \ static_assert(offsetof(MIDIDeviceManager_GetMIDIOutputDeviceIDByName, DeviceName) == 0x000000, "Member 'MIDIDeviceManager_GetMIDIOutputDeviceIDByName::DeviceName' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceManager_GetMIDIOutputDeviceIDByName, DeviceID) == 0x000010, "Member 'MIDIDeviceManager_GetMIDIOutputDeviceIDByName::DeviceID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMIDIDeviceManager \ static_assert(alignof(UMIDIDeviceManager) == 0x000008, "Wrong alignment on UMIDIDeviceManager"); \ static_assert(sizeof(UMIDIDeviceManager) == 0x000028, "Wrong size on UMIDIDeviceManager"); \ #define DUMPER7_ASSERTS_MIDIDeviceOutputController_SendMIDIChannelAftertouch \ static_assert(alignof(MIDIDeviceOutputController_SendMIDIChannelAftertouch) == 0x000004, "Wrong alignment on MIDIDeviceOutputController_SendMIDIChannelAftertouch"); \ static_assert(sizeof(MIDIDeviceOutputController_SendMIDIChannelAftertouch) == 0x000008, "Wrong size on MIDIDeviceOutputController_SendMIDIChannelAftertouch"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIChannelAftertouch, Channel) == 0x000000, "Member 'MIDIDeviceOutputController_SendMIDIChannelAftertouch::Channel' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIChannelAftertouch, Amount) == 0x000004, "Member 'MIDIDeviceOutputController_SendMIDIChannelAftertouch::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceOutputController_SendMIDIControlChange \ static_assert(alignof(MIDIDeviceOutputController_SendMIDIControlChange) == 0x000004, "Wrong alignment on MIDIDeviceOutputController_SendMIDIControlChange"); \ static_assert(sizeof(MIDIDeviceOutputController_SendMIDIControlChange) == 0x00000C, "Wrong size on MIDIDeviceOutputController_SendMIDIControlChange"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIControlChange, Channel) == 0x000000, "Member 'MIDIDeviceOutputController_SendMIDIControlChange::Channel' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIControlChange, Type) == 0x000004, "Member 'MIDIDeviceOutputController_SendMIDIControlChange::Type' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIControlChange, Value) == 0x000008, "Member 'MIDIDeviceOutputController_SendMIDIControlChange::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceOutputController_SendMIDIEvent \ static_assert(alignof(MIDIDeviceOutputController_SendMIDIEvent) == 0x000004, "Wrong alignment on MIDIDeviceOutputController_SendMIDIEvent"); \ static_assert(sizeof(MIDIDeviceOutputController_SendMIDIEvent) == 0x000010, "Wrong size on MIDIDeviceOutputController_SendMIDIEvent"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIEvent, EventType) == 0x000000, "Member 'MIDIDeviceOutputController_SendMIDIEvent::EventType' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIEvent, Channel) == 0x000004, "Member 'MIDIDeviceOutputController_SendMIDIEvent::Channel' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIEvent, data1) == 0x000008, "Member 'MIDIDeviceOutputController_SendMIDIEvent::data1' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIEvent, data2) == 0x00000C, "Member 'MIDIDeviceOutputController_SendMIDIEvent::data2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceOutputController_SendMIDINoteAftertouch \ static_assert(alignof(MIDIDeviceOutputController_SendMIDINoteAftertouch) == 0x000004, "Wrong alignment on MIDIDeviceOutputController_SendMIDINoteAftertouch"); \ static_assert(sizeof(MIDIDeviceOutputController_SendMIDINoteAftertouch) == 0x00000C, "Wrong size on MIDIDeviceOutputController_SendMIDINoteAftertouch"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDINoteAftertouch, Channel) == 0x000000, "Member 'MIDIDeviceOutputController_SendMIDINoteAftertouch::Channel' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDINoteAftertouch, Note) == 0x000004, "Member 'MIDIDeviceOutputController_SendMIDINoteAftertouch::Note' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDINoteAftertouch, Amount) == 0x000008, "Member 'MIDIDeviceOutputController_SendMIDINoteAftertouch::Amount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceOutputController_SendMIDINoteOff \ static_assert(alignof(MIDIDeviceOutputController_SendMIDINoteOff) == 0x000004, "Wrong alignment on MIDIDeviceOutputController_SendMIDINoteOff"); \ static_assert(sizeof(MIDIDeviceOutputController_SendMIDINoteOff) == 0x00000C, "Wrong size on MIDIDeviceOutputController_SendMIDINoteOff"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDINoteOff, Channel) == 0x000000, "Member 'MIDIDeviceOutputController_SendMIDINoteOff::Channel' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDINoteOff, Note) == 0x000004, "Member 'MIDIDeviceOutputController_SendMIDINoteOff::Note' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDINoteOff, Velocity) == 0x000008, "Member 'MIDIDeviceOutputController_SendMIDINoteOff::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceOutputController_SendMIDINoteOn \ static_assert(alignof(MIDIDeviceOutputController_SendMIDINoteOn) == 0x000004, "Wrong alignment on MIDIDeviceOutputController_SendMIDINoteOn"); \ static_assert(sizeof(MIDIDeviceOutputController_SendMIDINoteOn) == 0x00000C, "Wrong size on MIDIDeviceOutputController_SendMIDINoteOn"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDINoteOn, Channel) == 0x000000, "Member 'MIDIDeviceOutputController_SendMIDINoteOn::Channel' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDINoteOn, Note) == 0x000004, "Member 'MIDIDeviceOutputController_SendMIDINoteOn::Note' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDINoteOn, Velocity) == 0x000008, "Member 'MIDIDeviceOutputController_SendMIDINoteOn::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceOutputController_SendMIDIPitchBend \ static_assert(alignof(MIDIDeviceOutputController_SendMIDIPitchBend) == 0x000004, "Wrong alignment on MIDIDeviceOutputController_SendMIDIPitchBend"); \ static_assert(sizeof(MIDIDeviceOutputController_SendMIDIPitchBend) == 0x000008, "Wrong size on MIDIDeviceOutputController_SendMIDIPitchBend"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIPitchBend, Channel) == 0x000000, "Member 'MIDIDeviceOutputController_SendMIDIPitchBend::Channel' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIPitchBend, Pitch) == 0x000004, "Member 'MIDIDeviceOutputController_SendMIDIPitchBend::Pitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MIDIDeviceOutputController_SendMIDIProgramChange \ static_assert(alignof(MIDIDeviceOutputController_SendMIDIProgramChange) == 0x000004, "Wrong alignment on MIDIDeviceOutputController_SendMIDIProgramChange"); \ static_assert(sizeof(MIDIDeviceOutputController_SendMIDIProgramChange) == 0x000008, "Wrong size on MIDIDeviceOutputController_SendMIDIProgramChange"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIProgramChange, Channel) == 0x000000, "Member 'MIDIDeviceOutputController_SendMIDIProgramChange::Channel' has a wrong offset!"); \ static_assert(offsetof(MIDIDeviceOutputController_SendMIDIProgramChange, ProgramNumber) == 0x000004, "Member 'MIDIDeviceOutputController_SendMIDIProgramChange::ProgramNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMIDIDeviceOutputController \ static_assert(alignof(UMIDIDeviceOutputController) == 0x000008, "Wrong alignment on UMIDIDeviceOutputController"); \ static_assert(sizeof(UMIDIDeviceOutputController) == 0x000048, "Wrong size on UMIDIDeviceOutputController"); \ static_assert(offsetof(UMIDIDeviceOutputController, DeviceID) == 0x000028, "Member 'UMIDIDeviceOutputController::DeviceID' has a wrong offset!"); \ static_assert(offsetof(UMIDIDeviceOutputController, DeviceName) == 0x000030, "Member 'UMIDIDeviceOutputController::DeviceName' has a wrong offset!"); \ #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) == 0x0001A0, "Wrong size on USoundSimple"); \ static_assert(offsetof(USoundSimple, Variations) == 0x000188, "Member 'USoundSimple::Variations' has a wrong offset!"); \ static_assert(offsetof(USoundSimple, SoundWave) == 0x000198, "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_ASM_AISplineMovementComponent_OnActorHit \ static_assert(alignof(ASM_AISplineMovementComponent_OnActorHit) == 0x000008, "Wrong alignment on ASM_AISplineMovementComponent_OnActorHit"); \ static_assert(sizeof(ASM_AISplineMovementComponent_OnActorHit) == 0x0000A8, "Wrong size on ASM_AISplineMovementComponent_OnActorHit"); \ static_assert(offsetof(ASM_AISplineMovementComponent_OnActorHit, SelfActor) == 0x000000, "Member 'ASM_AISplineMovementComponent_OnActorHit::SelfActor' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_OnActorHit, OtherActor) == 0x000008, "Member 'ASM_AISplineMovementComponent_OnActorHit::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_OnActorHit, NormalImpulse) == 0x000010, "Member 'ASM_AISplineMovementComponent_OnActorHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_OnActorHit, Hit) == 0x00001C, "Member 'ASM_AISplineMovementComponent_OnActorHit::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_AISplineMovementComponent_OnActorOverlap \ static_assert(alignof(ASM_AISplineMovementComponent_OnActorOverlap) == 0x000008, "Wrong alignment on ASM_AISplineMovementComponent_OnActorOverlap"); \ static_assert(sizeof(ASM_AISplineMovementComponent_OnActorOverlap) == 0x000010, "Wrong size on ASM_AISplineMovementComponent_OnActorOverlap"); \ static_assert(offsetof(ASM_AISplineMovementComponent_OnActorOverlap, OverlappedActor) == 0x000000, "Member 'ASM_AISplineMovementComponent_OnActorOverlap::OverlappedActor' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_OnActorOverlap, OtherActor) == 0x000008, "Member 'ASM_AISplineMovementComponent_OnActorOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_AISplineMovementComponent_OnPathUpdated \ static_assert(alignof(ASM_AISplineMovementComponent_OnPathUpdated) == 0x000008, "Wrong alignment on ASM_AISplineMovementComponent_OnPathUpdated"); \ static_assert(sizeof(ASM_AISplineMovementComponent_OnPathUpdated) == 0x000010, "Wrong size on ASM_AISplineMovementComponent_OnPathUpdated"); \ static_assert(offsetof(ASM_AISplineMovementComponent_OnPathUpdated, AffectedPath) == 0x000000, "Member 'ASM_AISplineMovementComponent_OnPathUpdated::AffectedPath' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_OnPathUpdated, PathEvent) == 0x000008, "Member 'ASM_AISplineMovementComponent_OnPathUpdated::PathEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_AISplineMovementComponent_SplineBasedMoveTo \ static_assert(alignof(ASM_AISplineMovementComponent_SplineBasedMoveTo) == 0x000008, "Wrong alignment on ASM_AISplineMovementComponent_SplineBasedMoveTo"); \ static_assert(sizeof(ASM_AISplineMovementComponent_SplineBasedMoveTo) == 0x000030, "Wrong size on ASM_AISplineMovementComponent_SplineBasedMoveTo"); \ static_assert(offsetof(ASM_AISplineMovementComponent_SplineBasedMoveTo, Destination) == 0x000000, "Member 'ASM_AISplineMovementComponent_SplineBasedMoveTo::Destination' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_SplineBasedMoveTo, TargetActor) == 0x000010, "Member 'ASM_AISplineMovementComponent_SplineBasedMoveTo::TargetActor' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_SplineBasedMoveTo, AcceptanceRadius) == 0x000018, "Member 'ASM_AISplineMovementComponent_SplineBasedMoveTo::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_SplineBasedMoveTo, FilterClass) == 0x000020, "Member 'ASM_AISplineMovementComponent_SplineBasedMoveTo::FilterClass' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_SplineBasedMoveTo, bAllowStrafe) == 0x000028, "Member 'ASM_AISplineMovementComponent_SplineBasedMoveTo::bAllowStrafe' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_SplineBasedMoveTo, bStopOnOverlap) == 0x000029, "Member 'ASM_AISplineMovementComponent_SplineBasedMoveTo::bStopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_SplineBasedMoveTo, bAllowPartialPath) == 0x00002A, "Member 'ASM_AISplineMovementComponent_SplineBasedMoveTo::bAllowPartialPath' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_SplineBasedMoveTo, bAllowSplineRepath) == 0x00002B, "Member 'ASM_AISplineMovementComponent_SplineBasedMoveTo::bAllowSplineRepath' has a wrong offset!"); \ static_assert(offsetof(ASM_AISplineMovementComponent_SplineBasedMoveTo, bTrackMovingGoal) == 0x00002C, "Member 'ASM_AISplineMovementComponent_SplineBasedMoveTo::bTrackMovingGoal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UASM_AISplineMovementComponent \ static_assert(alignof(UASM_AISplineMovementComponent) == 0x000008, "Wrong alignment on UASM_AISplineMovementComponent"); \ static_assert(sizeof(UASM_AISplineMovementComponent) == 0x000250, "Wrong size on UASM_AISplineMovementComponent"); \ static_assert(offsetof(UASM_AISplineMovementComponent, MovableSplineTarget) == 0x0000B8, "Member 'UASM_AISplineMovementComponent::MovableSplineTarget' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, SplineComponent) == 0x0000C0, "Member 'UASM_AISplineMovementComponent::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, TargetActorPtr) == 0x0000D0, "Member 'UASM_AISplineMovementComponent::TargetActorPtr' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, SplineBasedMoveToNodePtr) == 0x0000D8, "Member 'UASM_AISplineMovementComponent::SplineBasedMoveToNodePtr' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, OwningPawnPtr) == 0x0000E0, "Member 'UASM_AISplineMovementComponent::OwningPawnPtr' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, AIControllerPtr) == 0x0000E8, "Member 'UASM_AISplineMovementComponent::AIControllerPtr' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, MovementComponentPtr) == 0x0000F0, "Member 'UASM_AISplineMovementComponent::MovementComponentPtr' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, NavSystemPtr) == 0x0000F8, "Member 'UASM_AISplineMovementComponent::NavSystemPtr' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, NavPathPtr) == 0x000100, "Member 'UASM_AISplineMovementComponent::NavPathPtr' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, NavDataPtr) == 0x000108, "Member 'UASM_AISplineMovementComponent::NavDataPtr' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, DeltaDistanceToMove) == 0x0001A8, "Member 'UASM_AISplineMovementComponent::DeltaDistanceToMove' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, MinTetherDistance) == 0x0001AC, "Member 'UASM_AISplineMovementComponent::MinTetherDistance' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, MaxTetherDistance) == 0x0001B0, "Member 'UASM_AISplineMovementComponent::MaxTetherDistance' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, ObservedTargetTickInterval) == 0x0001B4, "Member 'UASM_AISplineMovementComponent::ObservedTargetTickInterval' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, bUsePathfindingWhileMoving) == 0x0001B8, "Member 'UASM_AISplineMovementComponent::bUsePathfindingWhileMoving' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, bEnableDebug) == 0x0001B9, "Member 'UASM_AISplineMovementComponent::bEnableDebug' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, SplineDebugColor) == 0x0001BC, "Member 'UASM_AISplineMovementComponent::SplineDebugColor' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, DebugMeshScale) == 0x0001CC, "Member 'UASM_AISplineMovementComponent::DebugMeshScale' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, DebugMesh) == 0x0001D8, "Member 'UASM_AISplineMovementComponent::DebugMesh' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, DebugMeshMaterial) == 0x0001E0, "Member 'UASM_AISplineMovementComponent::DebugMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, OnMovementSucceededDelegate) == 0x0001E8, "Member 'UASM_AISplineMovementComponent::OnMovementSucceededDelegate' has a wrong offset!"); \ static_assert(offsetof(UASM_AISplineMovementComponent, OnMovementFailedDelegate) == 0x0001F8, "Member 'UASM_AISplineMovementComponent::OnMovementFailedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_BTTask_SplineBasedMoveTo_OnMovementFailed \ static_assert(alignof(ASM_BTTask_SplineBasedMoveTo_OnMovementFailed) == 0x000001, "Wrong alignment on ASM_BTTask_SplineBasedMoveTo_OnMovementFailed"); \ static_assert(sizeof(ASM_BTTask_SplineBasedMoveTo_OnMovementFailed) == 0x000001, "Wrong size on ASM_BTTask_SplineBasedMoveTo_OnMovementFailed"); \ static_assert(offsetof(ASM_BTTask_SplineBasedMoveTo_OnMovementFailed, MovementResult) == 0x000000, "Member 'ASM_BTTask_SplineBasedMoveTo_OnMovementFailed::MovementResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_BTTask_SplineBasedMoveTo_OnMovementSucceeded \ static_assert(alignof(ASM_BTTask_SplineBasedMoveTo_OnMovementSucceeded) == 0x000001, "Wrong alignment on ASM_BTTask_SplineBasedMoveTo_OnMovementSucceeded"); \ static_assert(sizeof(ASM_BTTask_SplineBasedMoveTo_OnMovementSucceeded) == 0x000001, "Wrong size on ASM_BTTask_SplineBasedMoveTo_OnMovementSucceeded"); \ static_assert(offsetof(ASM_BTTask_SplineBasedMoveTo_OnMovementSucceeded, MovementResult) == 0x000000, "Member 'ASM_BTTask_SplineBasedMoveTo_OnMovementSucceeded::MovementResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UASM_BTTask_SplineBasedMoveTo \ static_assert(alignof(UASM_BTTask_SplineBasedMoveTo) == 0x000008, "Wrong alignment on UASM_BTTask_SplineBasedMoveTo"); \ static_assert(sizeof(UASM_BTTask_SplineBasedMoveTo) == 0x0000D0, "Wrong size on UASM_BTTask_SplineBasedMoveTo"); \ static_assert(offsetof(UASM_BTTask_SplineBasedMoveTo, OwnerCompPtr) == 0x0000A0, "Member 'UASM_BTTask_SplineBasedMoveTo::OwnerCompPtr' has a wrong offset!"); \ static_assert(offsetof(UASM_BTTask_SplineBasedMoveTo, AIController) == 0x0000A8, "Member 'UASM_BTTask_SplineBasedMoveTo::AIController' has a wrong offset!"); \ static_assert(offsetof(UASM_BTTask_SplineBasedMoveTo, AISplineMovementComponentPtr) == 0x0000B0, "Member 'UASM_BTTask_SplineBasedMoveTo::AISplineMovementComponentPtr' has a wrong offset!"); \ static_assert(offsetof(UASM_BTTask_SplineBasedMoveTo, AcceptableRadius) == 0x0000B8, "Member 'UASM_BTTask_SplineBasedMoveTo::AcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UASM_BTTask_SplineBasedMoveTo, FilterClass) == 0x0000C0, "Member 'UASM_BTTask_SplineBasedMoveTo::FilterClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AASM_MovableSplineTarget \ static_assert(alignof(AASM_MovableSplineTarget) == 0x000008, "Wrong alignment on AASM_MovableSplineTarget"); \ static_assert(sizeof(AASM_MovableSplineTarget) == 0x000260, "Wrong size on AASM_MovableSplineTarget"); \ static_assert(offsetof(AASM_MovableSplineTarget, Root) == 0x000230, "Member 'AASM_MovableSplineTarget::Root' has a wrong offset!"); \ static_assert(offsetof(AASM_MovableSplineTarget, DebugMeshComponent) == 0x000238, "Member 'AASM_MovableSplineTarget::DebugMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AASM_MovableSplineTarget, bEnableVisibility) == 0x000240, "Member 'AASM_MovableSplineTarget::bEnableVisibility' has a wrong offset!"); \ static_assert(offsetof(AASM_MovableSplineTarget, DebugMeshScale) == 0x000244, "Member 'AASM_MovableSplineTarget::DebugMeshScale' has a wrong offset!"); \ static_assert(offsetof(AASM_MovableSplineTarget, DebugMesh) == 0x000250, "Member 'AASM_MovableSplineTarget::DebugMesh' has a wrong offset!"); \ static_assert(offsetof(AASM_MovableSplineTarget, DebugMeshMaterial) == 0x000258, "Member 'AASM_MovableSplineTarget::DebugMeshMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_SplineBasedMoveTo_SplineBasedMoveTo \ static_assert(alignof(ASM_SplineBasedMoveTo_SplineBasedMoveTo) == 0x000008, "Wrong alignment on ASM_SplineBasedMoveTo_SplineBasedMoveTo"); \ static_assert(sizeof(ASM_SplineBasedMoveTo_SplineBasedMoveTo) == 0x000048, "Wrong size on ASM_SplineBasedMoveTo_SplineBasedMoveTo"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, WorldContextObject) == 0x000000, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, SplineMovementComponent) == 0x000008, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::SplineMovementComponent' has a wrong offset!"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, Destination) == 0x000010, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::Destination' has a wrong offset!"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, TargetActor) == 0x000020, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::TargetActor' has a wrong offset!"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, AcceptanceRadius) == 0x000028, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, FilterClass) == 0x000030, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::FilterClass' has a wrong offset!"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, bAllowStrafe) == 0x000038, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::bAllowStrafe' has a wrong offset!"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, bStopOnOverlap) == 0x000039, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::bStopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, bAllowPartialPath) == 0x00003A, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::bAllowPartialPath' has a wrong offset!"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, bAllowSplineRepath) == 0x00003B, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::bAllowSplineRepath' has a wrong offset!"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, bTrackMovingGoal) == 0x00003C, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::bTrackMovingGoal' has a wrong offset!"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_SplineBasedMoveTo, ReturnValue) == 0x000040, "Member 'ASM_SplineBasedMoveTo_SplineBasedMoveTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_SplineBasedMoveTo_OnMovementFailed \ static_assert(alignof(ASM_SplineBasedMoveTo_OnMovementFailed) == 0x000001, "Wrong alignment on ASM_SplineBasedMoveTo_OnMovementFailed"); \ static_assert(sizeof(ASM_SplineBasedMoveTo_OnMovementFailed) == 0x000001, "Wrong size on ASM_SplineBasedMoveTo_OnMovementFailed"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_OnMovementFailed, MovementResult) == 0x000000, "Member 'ASM_SplineBasedMoveTo_OnMovementFailed::MovementResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASM_SplineBasedMoveTo_OnMovementSucceeded \ static_assert(alignof(ASM_SplineBasedMoveTo_OnMovementSucceeded) == 0x000001, "Wrong alignment on ASM_SplineBasedMoveTo_OnMovementSucceeded"); \ static_assert(sizeof(ASM_SplineBasedMoveTo_OnMovementSucceeded) == 0x000001, "Wrong size on ASM_SplineBasedMoveTo_OnMovementSucceeded"); \ static_assert(offsetof(ASM_SplineBasedMoveTo_OnMovementSucceeded, MovementResult) == 0x000000, "Member 'ASM_SplineBasedMoveTo_OnMovementSucceeded::MovementResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UASM_SplineBasedMoveTo \ static_assert(alignof(UASM_SplineBasedMoveTo) == 0x000008, "Wrong alignment on UASM_SplineBasedMoveTo"); \ static_assert(sizeof(UASM_SplineBasedMoveTo) == 0x000088, "Wrong size on UASM_SplineBasedMoveTo"); \ static_assert(offsetof(UASM_SplineBasedMoveTo, AISplineMovementComponentPtr) == 0x000030, "Member 'UASM_SplineBasedMoveTo::AISplineMovementComponentPtr' has a wrong offset!"); \ static_assert(offsetof(UASM_SplineBasedMoveTo, TargetActorPtr) == 0x000038, "Member 'UASM_SplineBasedMoveTo::TargetActorPtr' has a wrong offset!"); \ static_assert(offsetof(UASM_SplineBasedMoveTo, OnSuccess) == 0x000060, "Member 'UASM_SplineBasedMoveTo::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UASM_SplineBasedMoveTo, OnFail) == 0x000070, "Member 'UASM_SplineBasedMoveTo::OnFail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAIRequestID \ static_assert(alignof(FAIRequestID) == 0x000004, "Wrong alignment on FAIRequestID"); \ static_assert(sizeof(FAIRequestID) == 0x000004, "Wrong size on FAIRequestID"); \ static_assert(offsetof(FAIRequestID, RequestID) == 0x000000, "Member 'FAIRequestID::RequestID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_FEnvQueryInstanceCache \ static_assert(alignof(FEnvQueryInstanceCache) == 0x000008, "Wrong alignment on FEnvQueryInstanceCache"); \ static_assert(sizeof(FEnvQueryInstanceCache) == 0x000178, "Wrong size on FEnvQueryInstanceCache"); \ static_assert(offsetof(FEnvQueryInstanceCache, Template) == 0x000000, "Member 'FEnvQueryInstanceCache::Template' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnvQueryRequest \ static_assert(alignof(FEnvQueryRequest) == 0x000008, "Wrong alignment on FEnvQueryRequest"); \ static_assert(sizeof(FEnvQueryRequest) == 0x000068, "Wrong size on FEnvQueryRequest"); \ static_assert(offsetof(FEnvQueryRequest, QueryTemplate) == 0x000000, "Member 'FEnvQueryRequest::QueryTemplate' has a wrong offset!"); \ static_assert(offsetof(FEnvQueryRequest, Owner) == 0x000008, "Member 'FEnvQueryRequest::Owner' has a wrong offset!"); \ static_assert(offsetof(FEnvQueryRequest, World) == 0x000010, "Member 'FEnvQueryRequest::World' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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) == 0x000338, "Wrong size on AAIController"); \ static_assert(offsetof(AAIController, PathFollowingComponent) == 0x0002E8, "Member 'AAIController::PathFollowingComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, BrainComponent) == 0x0002F0, "Member 'AAIController::BrainComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, PerceptionComponent) == 0x0002F8, "Member 'AAIController::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, ActionsComp) == 0x000300, "Member 'AAIController::ActionsComp' has a wrong offset!"); \ static_assert(offsetof(AAIController, Blackboard) == 0x000308, "Member 'AAIController::Blackboard' has a wrong offset!"); \ static_assert(offsetof(AAIController, CachedGameplayTasksComponent) == 0x000310, "Member 'AAIController::CachedGameplayTasksComponent' has a wrong offset!"); \ static_assert(offsetof(AAIController, DefaultNavigationFilterClass) == 0x000318, "Member 'AAIController::DefaultNavigationFilterClass' has a wrong offset!"); \ static_assert(offsetof(AAIController, ReceiveMoveCompleted) == 0x000320, "Member 'AAIController::ReceiveMoveCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISystem \ static_assert(alignof(UAISystem) == 0x000008, "Wrong alignment on UAISystem"); \ static_assert(sizeof(UAISystem) == 0x000130, "Wrong size on UAISystem"); \ static_assert(offsetof(UAISystem, PerceptionSystemClassName) == 0x000058, "Member 'UAISystem::PerceptionSystemClassName' has a wrong offset!"); \ static_assert(offsetof(UAISystem, HotSpotManagerClassName) == 0x000070, "Member 'UAISystem::HotSpotManagerClassName' has a wrong offset!"); \ static_assert(offsetof(UAISystem, AcceptanceRadius) == 0x000088, "Member 'UAISystem::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UAISystem, PathfollowingRegularPathPointAcceptanceRadius) == 0x00008C, "Member 'UAISystem::PathfollowingRegularPathPointAcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UAISystem, PathfollowingNavLinkAcceptanceRadius) == 0x000090, "Member 'UAISystem::PathfollowingNavLinkAcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bFinishMoveOnGoalOverlap) == 0x000094, "Member 'UAISystem::bFinishMoveOnGoalOverlap' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAcceptPartialPaths) == 0x000095, "Member 'UAISystem::bAcceptPartialPaths' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAllowStrafing) == 0x000096, "Member 'UAISystem::bAllowStrafing' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bEnableBTAITasks) == 0x000097, "Member 'UAISystem::bEnableBTAITasks' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAllowControllersAsEQSQuerier) == 0x000098, "Member 'UAISystem::bAllowControllersAsEQSQuerier' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bEnableDebuggerPlugin) == 0x000099, "Member 'UAISystem::bEnableDebuggerPlugin' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bForgetStaleActors) == 0x00009A, "Member 'UAISystem::bForgetStaleActors' has a wrong offset!"); \ static_assert(offsetof(UAISystem, bAddBlackboardSelfKey) == 0x00009B, "Member 'UAISystem::bAddBlackboardSelfKey' has a wrong offset!"); \ static_assert(offsetof(UAISystem, DefaultSightCollisionChannel) == 0x00009C, "Member 'UAISystem::DefaultSightCollisionChannel' has a wrong offset!"); \ static_assert(offsetof(UAISystem, BehaviorTreeManager) == 0x0000A0, "Member 'UAISystem::BehaviorTreeManager' has a wrong offset!"); \ static_assert(offsetof(UAISystem, EnvironmentQueryManager) == 0x0000A8, "Member 'UAISystem::EnvironmentQueryManager' has a wrong offset!"); \ static_assert(offsetof(UAISystem, PerceptionSystem) == 0x0000B0, "Member 'UAISystem::PerceptionSystem' has a wrong offset!"); \ static_assert(offsetof(UAISystem, AllProxyObjects) == 0x0000B8, "Member 'UAISystem::AllProxyObjects' has a wrong offset!"); \ static_assert(offsetof(UAISystem, HotSpotManager) == 0x0000C8, "Member 'UAISystem::HotSpotManager' has a wrong offset!"); \ static_assert(offsetof(UAISystem, NavLocalGrids) == 0x0000D0, "Member 'UAISystem::NavLocalGrids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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) == 0x000110, "Wrong size on UBrainComponent"); \ static_assert(offsetof(UBrainComponent, BlackboardComp) == 0x0000C0, "Member 'UBrainComponent::BlackboardComp' has a wrong offset!"); \ static_assert(offsetof(UBrainComponent, AIOwner) == 0x0000C8, "Member 'UBrainComponent::AIOwner' 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_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_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_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) == 0x0001C0, "Wrong size on UBlackboardComponent"); \ static_assert(offsetof(UBlackboardComponent, BrainComp) == 0x0000B8, "Member 'UBlackboardComponent::BrainComp' has a wrong offset!"); \ static_assert(offsetof(UBlackboardComponent, DefaultBlackboardAsset) == 0x0000C0, "Member 'UBlackboardComponent::DefaultBlackboardAsset' has a wrong offset!"); \ static_assert(offsetof(UBlackboardComponent, BlackboardAsset) == 0x0000C8, "Member 'UBlackboardComponent::BlackboardAsset' has a wrong offset!"); \ static_assert(offsetof(UBlackboardComponent, KeyInstances) == 0x0000F0, "Member 'UBlackboardComponent::KeyInstances' 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_GetSmartLinkComp \ static_assert(alignof(NavLinkProxy_GetSmartLinkComp) == 0x000008, "Wrong alignment on NavLinkProxy_GetSmartLinkComp"); \ static_assert(sizeof(NavLinkProxy_GetSmartLinkComp) == 0x000008, "Wrong size on NavLinkProxy_GetSmartLinkComp"); \ static_assert(offsetof(NavLinkProxy_GetSmartLinkComp, ReturnValue) == 0x000000, "Member 'NavLinkProxy_GetSmartLinkComp::ReturnValue' 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) == 0x000280, "Wrong size on ANavLinkProxy"); \ static_assert(offsetof(ANavLinkProxy, PointLinks) == 0x000240, "Member 'ANavLinkProxy::PointLinks' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, SegmentLinks) == 0x000250, "Member 'ANavLinkProxy::SegmentLinks' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, SmartLinkComp) == 0x000260, "Member 'ANavLinkProxy::SmartLinkComp' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, bSmartLinkIsRelevant) == 0x000268, "Member 'ANavLinkProxy::bSmartLinkIsRelevant' has a wrong offset!"); \ static_assert(offsetof(ANavLinkProxy, OnSmartLinkReached) == 0x000270, "Member 'ANavLinkProxy::OnSmartLinkReached' has a wrong offset!"); \ #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_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_UEnvQueryContext \ static_assert(alignof(UEnvQueryContext) == 0x000008, "Wrong alignment on UEnvQueryContext"); \ static_assert(sizeof(UEnvQueryContext) == 0x000028, "Wrong size on UEnvQueryContext"); \ #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_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_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!"); \ static_assert(offsetof(UAITask_MoveTo, MoveResult) == 0x000108, "Member 'UAITask_MoveTo::MoveResult' 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) == 0x000100, "Wrong size on UPawnSensingComponent"); \ static_assert(offsetof(UPawnSensingComponent, HearingThreshold) == 0x0000B8, "Member 'UPawnSensingComponent::HearingThreshold' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, LOSHearingThreshold) == 0x0000BC, "Member 'UPawnSensingComponent::LOSHearingThreshold' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, SightRadius) == 0x0000C0, "Member 'UPawnSensingComponent::SightRadius' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, SensingInterval) == 0x0000C4, "Member 'UPawnSensingComponent::SensingInterval' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, HearingMaxSoundAge) == 0x0000C8, "Member 'UPawnSensingComponent::HearingMaxSoundAge' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, OnSeePawn) == 0x0000D8, "Member 'UPawnSensingComponent::OnSeePawn' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, OnHearNoise) == 0x0000E8, "Member 'UPawnSensingComponent::OnHearNoise' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, PeripheralVisionAngle) == 0x0000F8, "Member 'UPawnSensingComponent::PeripheralVisionAngle' has a wrong offset!"); \ static_assert(offsetof(UPawnSensingComponent, PeripheralVisionCosine) == 0x0000FC, "Member 'UPawnSensingComponent::PeripheralVisionCosine' 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!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SimpleMoveToLocation, ReturnValue) == 0x000014, "Member 'AIBlueprintHelperLibrary_SimpleMoveToLocation::ReturnValue' 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) == 0x000050, "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, bSpawnInSubpersistentLevel) == 0x000040, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::bSpawnInSubpersistentLevel' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_SpawnAIFromClass, ReturnValue) == 0x000048, "Member 'AIBlueprintHelperLibrary_SpawnAIFromClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation \ static_assert(alignof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000008, "Wrong alignment on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ static_assert(sizeof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation) == 0x000010, "Wrong size on AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation"); \ static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, AnimInstance) == 0x000000, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::AnimInstance' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, bUnlockMovement) == 0x000008, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::bUnlockMovement' has a wrong offset!"); \ static_assert(offsetof(AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation, UnlockAILogic) == 0x000009, "Member 'AIBlueprintHelperLibrary_UnlockAIResourcesWithAnimation::UnlockAILogic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIBlueprintHelperLibrary \ static_assert(alignof(UAIBlueprintHelperLibrary) == 0x000008, "Wrong alignment on UAIBlueprintHelperLibrary"); \ static_assert(sizeof(UAIBlueprintHelperLibrary) == 0x000028, "Wrong size on UAIBlueprintHelperLibrary"); \ #define DUMPER7_ASSERTS_UAIDataProvider \ static_assert(alignof(UAIDataProvider) == 0x000008, "Wrong alignment on UAIDataProvider"); \ static_assert(sizeof(UAIDataProvider) == 0x000028, "Wrong size on UAIDataProvider"); \ #define DUMPER7_ASSERTS_UAIDataProvider_QueryParams \ static_assert(alignof(UAIDataProvider_QueryParams) == 0x000008, "Wrong alignment on UAIDataProvider_QueryParams"); \ static_assert(sizeof(UAIDataProvider_QueryParams) == 0x000040, "Wrong size on UAIDataProvider_QueryParams"); \ static_assert(offsetof(UAIDataProvider_QueryParams, ParamName) == 0x000028, "Member 'UAIDataProvider_QueryParams::ParamName' has a wrong offset!"); \ static_assert(offsetof(UAIDataProvider_QueryParams, FloatValue) == 0x000030, "Member 'UAIDataProvider_QueryParams::FloatValue' has a wrong offset!"); \ static_assert(offsetof(UAIDataProvider_QueryParams, IntValue) == 0x000034, "Member 'UAIDataProvider_QueryParams::IntValue' has a wrong offset!"); \ static_assert(offsetof(UAIDataProvider_QueryParams, BoolValue) == 0x000038, "Member 'UAIDataProvider_QueryParams::BoolValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIDataProvider_Random \ static_assert(alignof(UAIDataProvider_Random) == 0x000008, "Wrong alignment on UAIDataProvider_Random"); \ static_assert(sizeof(UAIDataProvider_Random) == 0x000050, "Wrong size on UAIDataProvider_Random"); \ static_assert(offsetof(UAIDataProvider_Random, Min) == 0x000040, "Member 'UAIDataProvider_Random::Min' has a wrong offset!"); \ static_assert(offsetof(UAIDataProvider_Random, Max) == 0x000044, "Member 'UAIDataProvider_Random::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAIHotSpotManager \ static_assert(alignof(UAIHotSpotManager) == 0x000008, "Wrong alignment on UAIHotSpotManager"); \ static_assert(sizeof(UAIHotSpotManager) == 0x000028, "Wrong size on UAIHotSpotManager"); \ #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) == 0x000198, "Wrong size on UAIPerceptionComponent"); \ static_assert(offsetof(UAIPerceptionComponent, SensesConfig) == 0x0000B8, "Member 'UAIPerceptionComponent::SensesConfig' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, DominantSense) == 0x0000C8, "Member 'UAIPerceptionComponent::DominantSense' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, AIOwner) == 0x0000E0, "Member 'UAIPerceptionComponent::AIOwner' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, OnPerceptionUpdated) == 0x000168, "Member 'UAIPerceptionComponent::OnPerceptionUpdated' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionUpdated) == 0x000178, "Member 'UAIPerceptionComponent::OnTargetPerceptionUpdated' has a wrong offset!"); \ static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionInfoUpdated) == 0x000188, "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) == 0x0000D0, "Wrong size on UAIPerceptionStimuliSourceComponent"); \ static_assert(offsetof(UAIPerceptionStimuliSourceComponent, RegisterAsSourceForSenses) == 0x0000C0, "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_Blueprint \ static_assert(alignof(UAISenseConfig_Blueprint) == 0x000008, "Wrong alignment on UAISenseConfig_Blueprint"); \ static_assert(sizeof(UAISenseConfig_Blueprint) == 0x000050, "Wrong size on UAISenseConfig_Blueprint"); \ static_assert(offsetof(UAISenseConfig_Blueprint, Implementation) == 0x000048, "Member 'UAISenseConfig_Blueprint::Implementation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Hearing \ static_assert(alignof(UAISenseConfig_Hearing) == 0x000008, "Wrong alignment on UAISenseConfig_Hearing"); \ static_assert(sizeof(UAISenseConfig_Hearing) == 0x000060, "Wrong size on UAISenseConfig_Hearing"); \ static_assert(offsetof(UAISenseConfig_Hearing, Implementation) == 0x000048, "Member 'UAISenseConfig_Hearing::Implementation' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Hearing, HearingRange) == 0x000050, "Member 'UAISenseConfig_Hearing::HearingRange' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Hearing, LoSHearingRange) == 0x000054, "Member 'UAISenseConfig_Hearing::LoSHearingRange' has a wrong offset!"); \ static_assert(offsetof(UAISenseConfig_Hearing, DetectionByAffiliation) == 0x00005C, "Member 'UAISenseConfig_Hearing::DetectionByAffiliation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAISenseConfig_Prediction \ static_assert(alignof(UAISenseConfig_Prediction) == 0x000008, "Wrong alignment on UAISenseConfig_Prediction"); \ static_assert(sizeof(UAISenseConfig_Prediction) == 0x000048, "Wrong size on UAISenseConfig_Prediction"); \ #define DUMPER7_ASSERTS_UAISenseConfig_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_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_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_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_BehaviorTreeComponent_AddCooldownTagDuration \ static_assert(alignof(BehaviorTreeComponent_AddCooldownTagDuration) == 0x000004, "Wrong alignment on BehaviorTreeComponent_AddCooldownTagDuration"); \ static_assert(sizeof(BehaviorTreeComponent_AddCooldownTagDuration) == 0x000010, "Wrong size on BehaviorTreeComponent_AddCooldownTagDuration"); \ static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, CooldownTag) == 0x000000, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::CooldownTag' has a wrong offset!"); \ static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, CooldownDuration) == 0x000008, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::CooldownDuration' has a wrong offset!"); \ static_assert(offsetof(BehaviorTreeComponent_AddCooldownTagDuration, bAddToExistingDuration) == 0x00000C, "Member 'BehaviorTreeComponent_AddCooldownTagDuration::bAddToExistingDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BehaviorTreeComponent_SetDynamicSubtree \ static_assert(alignof(BehaviorTreeComponent_SetDynamicSubtree) == 0x000008, "Wrong alignment on BehaviorTreeComponent_SetDynamicSubtree"); \ static_assert(sizeof(BehaviorTreeComponent_SetDynamicSubtree) == 0x000010, "Wrong size on BehaviorTreeComponent_SetDynamicSubtree"); \ static_assert(offsetof(BehaviorTreeComponent_SetDynamicSubtree, InjectTag) == 0x000000, "Member 'BehaviorTreeComponent_SetDynamicSubtree::InjectTag' has a wrong offset!"); \ static_assert(offsetof(BehaviorTreeComponent_SetDynamicSubtree, BehaviorAsset) == 0x000008, "Member 'BehaviorTreeComponent_SetDynamicSubtree::BehaviorAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BehaviorTreeComponent_GetTagCooldownEndTime \ static_assert(alignof(BehaviorTreeComponent_GetTagCooldownEndTime) == 0x000004, "Wrong alignment on BehaviorTreeComponent_GetTagCooldownEndTime"); \ static_assert(sizeof(BehaviorTreeComponent_GetTagCooldownEndTime) == 0x00000C, "Wrong size on BehaviorTreeComponent_GetTagCooldownEndTime"); \ static_assert(offsetof(BehaviorTreeComponent_GetTagCooldownEndTime, CooldownTag) == 0x000000, "Member 'BehaviorTreeComponent_GetTagCooldownEndTime::CooldownTag' has a wrong offset!"); \ static_assert(offsetof(BehaviorTreeComponent_GetTagCooldownEndTime, ReturnValue) == 0x000008, "Member 'BehaviorTreeComponent_GetTagCooldownEndTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBehaviorTreeComponent \ static_assert(alignof(UBehaviorTreeComponent) == 0x000008, "Wrong alignment on UBehaviorTreeComponent"); \ static_assert(sizeof(UBehaviorTreeComponent) == 0x0002A0, "Wrong size on UBehaviorTreeComponent"); \ static_assert(offsetof(UBehaviorTreeComponent, NodeInstances) == 0x000130, "Member 'UBehaviorTreeComponent::NodeInstances' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTreeComponent, DefaultBehaviorTreeAsset) == 0x000280, "Member 'UBehaviorTreeComponent::DefaultBehaviorTreeAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBehaviorTreeManager \ static_assert(alignof(UBehaviorTreeManager) == 0x000008, "Wrong alignment on UBehaviorTreeManager"); \ static_assert(sizeof(UBehaviorTreeManager) == 0x000050, "Wrong size on UBehaviorTreeManager"); \ static_assert(offsetof(UBehaviorTreeManager, MaxDebuggerSteps) == 0x000028, "Member 'UBehaviorTreeManager::MaxDebuggerSteps' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTreeManager, LoadedTemplates) == 0x000030, "Member 'UBehaviorTreeManager::LoadedTemplates' has a wrong offset!"); \ static_assert(offsetof(UBehaviorTreeManager, ActiveComponents) == 0x000040, "Member 'UBehaviorTreeManager::ActiveComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBehaviorTreeTypes \ static_assert(alignof(UBehaviorTreeTypes) == 0x000008, "Wrong alignment on UBehaviorTreeTypes"); \ static_assert(sizeof(UBehaviorTreeTypes) == 0x000028, "Wrong size on UBehaviorTreeTypes"); \ #define DUMPER7_ASSERTS_UBlackboardData \ static_assert(alignof(UBlackboardData) == 0x000008, "Wrong alignment on UBlackboardData"); \ static_assert(sizeof(UBlackboardData) == 0x000050, "Wrong size on UBlackboardData"); \ static_assert(offsetof(UBlackboardData, Parent) == 0x000030, "Member 'UBlackboardData::Parent' has a wrong offset!"); \ static_assert(offsetof(UBlackboardData, Keys) == 0x000038, "Member 'UBlackboardData::Keys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType \ static_assert(alignof(UBlackboardKeyType) == 0x000008, "Wrong alignment on UBlackboardKeyType"); \ static_assert(sizeof(UBlackboardKeyType) == 0x000030, "Wrong size on UBlackboardKeyType"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Bool \ static_assert(alignof(UBlackboardKeyType_Bool) == 0x000008, "Wrong alignment on UBlackboardKeyType_Bool"); \ static_assert(sizeof(UBlackboardKeyType_Bool) == 0x000030, "Wrong size on UBlackboardKeyType_Bool"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Class \ static_assert(alignof(UBlackboardKeyType_Class) == 0x000008, "Wrong alignment on UBlackboardKeyType_Class"); \ static_assert(sizeof(UBlackboardKeyType_Class) == 0x000038, "Wrong size on UBlackboardKeyType_Class"); \ static_assert(offsetof(UBlackboardKeyType_Class, BaseClass) == 0x000030, "Member 'UBlackboardKeyType_Class::BaseClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Enum \ static_assert(alignof(UBlackboardKeyType_Enum) == 0x000008, "Wrong alignment on UBlackboardKeyType_Enum"); \ static_assert(sizeof(UBlackboardKeyType_Enum) == 0x000050, "Wrong size on UBlackboardKeyType_Enum"); \ static_assert(offsetof(UBlackboardKeyType_Enum, EnumType) == 0x000030, "Member 'UBlackboardKeyType_Enum::EnumType' has a wrong offset!"); \ static_assert(offsetof(UBlackboardKeyType_Enum, EnumName) == 0x000038, "Member 'UBlackboardKeyType_Enum::EnumName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Float \ static_assert(alignof(UBlackboardKeyType_Float) == 0x000008, "Wrong alignment on UBlackboardKeyType_Float"); \ static_assert(sizeof(UBlackboardKeyType_Float) == 0x000030, "Wrong size on UBlackboardKeyType_Float"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Int \ static_assert(alignof(UBlackboardKeyType_Int) == 0x000008, "Wrong alignment on UBlackboardKeyType_Int"); \ static_assert(sizeof(UBlackboardKeyType_Int) == 0x000030, "Wrong size on UBlackboardKeyType_Int"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Name \ static_assert(alignof(UBlackboardKeyType_Name) == 0x000008, "Wrong alignment on UBlackboardKeyType_Name"); \ static_assert(sizeof(UBlackboardKeyType_Name) == 0x000030, "Wrong size on UBlackboardKeyType_Name"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_NativeEnum \ static_assert(alignof(UBlackboardKeyType_NativeEnum) == 0x000008, "Wrong alignment on UBlackboardKeyType_NativeEnum"); \ static_assert(sizeof(UBlackboardKeyType_NativeEnum) == 0x000048, "Wrong size on UBlackboardKeyType_NativeEnum"); \ static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumName) == 0x000030, "Member 'UBlackboardKeyType_NativeEnum::EnumName' has a wrong offset!"); \ static_assert(offsetof(UBlackboardKeyType_NativeEnum, EnumType) == 0x000040, "Member 'UBlackboardKeyType_NativeEnum::EnumType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Object \ static_assert(alignof(UBlackboardKeyType_Object) == 0x000008, "Wrong alignment on UBlackboardKeyType_Object"); \ static_assert(sizeof(UBlackboardKeyType_Object) == 0x000038, "Wrong size on UBlackboardKeyType_Object"); \ static_assert(offsetof(UBlackboardKeyType_Object, BaseClass) == 0x000030, "Member 'UBlackboardKeyType_Object::BaseClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Rotator \ static_assert(alignof(UBlackboardKeyType_Rotator) == 0x000008, "Wrong alignment on UBlackboardKeyType_Rotator"); \ static_assert(sizeof(UBlackboardKeyType_Rotator) == 0x000030, "Wrong size on UBlackboardKeyType_Rotator"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_String \ static_assert(alignof(UBlackboardKeyType_String) == 0x000008, "Wrong alignment on UBlackboardKeyType_String"); \ static_assert(sizeof(UBlackboardKeyType_String) == 0x000040, "Wrong size on UBlackboardKeyType_String"); \ static_assert(offsetof(UBlackboardKeyType_String, StringValue) == 0x000030, "Member 'UBlackboardKeyType_String::StringValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBlackboardKeyType_Vector \ static_assert(alignof(UBlackboardKeyType_Vector) == 0x000008, "Wrong alignment on UBlackboardKeyType_Vector"); \ static_assert(sizeof(UBlackboardKeyType_Vector) == 0x000030, "Wrong size on UBlackboardKeyType_Vector"); \ #define DUMPER7_ASSERTS_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_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_UBTService \ static_assert(alignof(UBTService) == 0x000008, "Wrong alignment on UBTService"); \ static_assert(sizeof(UBTService) == 0x000070, "Wrong size on UBTService"); \ static_assert(offsetof(UBTService, Interval) == 0x000060, "Member 'UBTService::Interval' has a wrong offset!"); \ static_assert(offsetof(UBTService, RandomDeviation) == 0x000064, "Member 'UBTService::RandomDeviation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_BlackboardBase \ static_assert(alignof(UBTService_BlackboardBase) == 0x000008, "Wrong alignment on UBTService_BlackboardBase"); \ static_assert(sizeof(UBTService_BlackboardBase) == 0x000098, "Wrong size on UBTService_BlackboardBase"); \ static_assert(offsetof(UBTService_BlackboardBase, BlackboardKey) == 0x000070, "Member 'UBTService_BlackboardBase::BlackboardKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveActivation \ static_assert(alignof(BTService_BlueprintBase_ReceiveActivation) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveActivation"); \ static_assert(sizeof(BTService_BlueprintBase_ReceiveActivation) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveActivation"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveActivation, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveActivation::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveActivationAI \ static_assert(alignof(BTService_BlueprintBase_ReceiveActivationAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveActivationAI"); \ static_assert(sizeof(BTService_BlueprintBase_ReceiveActivationAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveActivationAI"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveActivationAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveActivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveActivationAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveActivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveDeactivation \ static_assert(alignof(BTService_BlueprintBase_ReceiveDeactivation) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveDeactivation"); \ static_assert(sizeof(BTService_BlueprintBase_ReceiveDeactivation) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveDeactivation"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivation, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveDeactivation::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveDeactivationAI \ static_assert(alignof(BTService_BlueprintBase_ReceiveDeactivationAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveDeactivationAI"); \ static_assert(sizeof(BTService_BlueprintBase_ReceiveDeactivationAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveDeactivationAI"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivationAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveDeactivationAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveDeactivationAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveDeactivationAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveSearchStart \ static_assert(alignof(BTService_BlueprintBase_ReceiveSearchStart) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveSearchStart"); \ static_assert(sizeof(BTService_BlueprintBase_ReceiveSearchStart) == 0x000008, "Wrong size on BTService_BlueprintBase_ReceiveSearchStart"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStart, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveSearchStart::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveSearchStartAI \ static_assert(alignof(BTService_BlueprintBase_ReceiveSearchStartAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveSearchStartAI"); \ static_assert(sizeof(BTService_BlueprintBase_ReceiveSearchStartAI) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveSearchStartAI"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStartAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveSearchStartAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveSearchStartAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveSearchStartAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveTick \ static_assert(alignof(BTService_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveTick"); \ static_assert(sizeof(BTService_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTService_BlueprintBase_ReceiveTick"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_BlueprintBase_ReceiveTickAI \ static_assert(alignof(BTService_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTService_BlueprintBase_ReceiveTickAI"); \ static_assert(sizeof(BTService_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTService_BlueprintBase_ReceiveTickAI"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTService_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTService_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTService_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTService_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTService_BlueprintBase_IsServiceActive \ static_assert(alignof(BTService_BlueprintBase_IsServiceActive) == 0x000001, "Wrong alignment on BTService_BlueprintBase_IsServiceActive"); \ static_assert(sizeof(BTService_BlueprintBase_IsServiceActive) == 0x000001, "Wrong size on BTService_BlueprintBase_IsServiceActive"); \ static_assert(offsetof(BTService_BlueprintBase_IsServiceActive, ReturnValue) == 0x000000, "Member 'BTService_BlueprintBase_IsServiceActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_BlueprintBase \ static_assert(alignof(UBTService_BlueprintBase) == 0x000008, "Wrong alignment on UBTService_BlueprintBase"); \ static_assert(sizeof(UBTService_BlueprintBase) == 0x000098, "Wrong size on UBTService_BlueprintBase"); \ static_assert(offsetof(UBTService_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTService_BlueprintBase::AIOwner' has a wrong offset!"); \ static_assert(offsetof(UBTService_BlueprintBase, ActorOwner) == 0x000078, "Member 'UBTService_BlueprintBase::ActorOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_DefaultFocus \ static_assert(alignof(UBTService_DefaultFocus) == 0x000008, "Wrong alignment on UBTService_DefaultFocus"); \ static_assert(sizeof(UBTService_DefaultFocus) == 0x0000A0, "Wrong size on UBTService_DefaultFocus"); \ static_assert(offsetof(UBTService_DefaultFocus, FocusPriority) == 0x000098, "Member 'UBTService_DefaultFocus::FocusPriority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTService_RunEQS \ static_assert(alignof(UBTService_RunEQS) == 0x000008, "Wrong alignment on UBTService_RunEQS"); \ static_assert(sizeof(UBTService_RunEQS) == 0x0000F0, "Wrong size on UBTService_RunEQS"); \ static_assert(offsetof(UBTService_RunEQS, EQSRequest) == 0x000098, "Member 'UBTService_RunEQS::EQSRequest' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_FinishExecute \ static_assert(alignof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_FinishExecute"); \ static_assert(sizeof(BTTask_BlueprintBase_FinishExecute) == 0x000001, "Wrong size on BTTask_BlueprintBase_FinishExecute"); \ static_assert(offsetof(BTTask_BlueprintBase_FinishExecute, bSuccess) == 0x000000, "Member 'BTTask_BlueprintBase_FinishExecute::bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbort \ static_assert(alignof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbort"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbort) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveAbort"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbort, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbort::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveAbortAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveAbortAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveAbortAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveAbortAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveAbortAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveAbortAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecute \ static_assert(alignof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecute"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecute) == 0x000008, "Wrong size on BTTask_BlueprintBase_ReceiveExecute"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecute, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecute::OwnerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveExecuteAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveExecuteAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveExecuteAI) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveExecuteAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveExecuteAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveExecuteAI::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTick \ static_assert(alignof(BTTask_BlueprintBase_ReceiveTick) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTick"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveTick) == 0x000010, "Wrong size on BTTask_BlueprintBase_ReceiveTick"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, OwnerActor) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTick::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTick, DeltaSeconds) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_ReceiveTickAI \ static_assert(alignof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000008, "Wrong alignment on BTTask_BlueprintBase_ReceiveTickAI"); \ static_assert(sizeof(BTTask_BlueprintBase_ReceiveTickAI) == 0x000018, "Wrong size on BTTask_BlueprintBase_ReceiveTickAI"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, OwnerController) == 0x000000, "Member 'BTTask_BlueprintBase_ReceiveTickAI::OwnerController' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, ControlledPawn) == 0x000008, "Member 'BTTask_BlueprintBase_ReceiveTickAI::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_ReceiveTickAI, DeltaSeconds) == 0x000010, "Member 'BTTask_BlueprintBase_ReceiveTickAI::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessage \ static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessage"); \ static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessage) == 0x000008, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessage"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessage, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessage::MessageName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_SetFinishOnMessageWithId \ static_assert(alignof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x000004, "Wrong alignment on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ static_assert(sizeof(BTTask_BlueprintBase_SetFinishOnMessageWithId) == 0x00000C, "Wrong size on BTTask_BlueprintBase_SetFinishOnMessageWithId"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, MessageName) == 0x000000, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::MessageName' has a wrong offset!"); \ static_assert(offsetof(BTTask_BlueprintBase_SetFinishOnMessageWithId, RequestID) == 0x000008, "Member 'BTTask_BlueprintBase_SetFinishOnMessageWithId::RequestID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskAborting \ static_assert(alignof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskAborting"); \ static_assert(sizeof(BTTask_BlueprintBase_IsTaskAborting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskAborting"); \ static_assert(offsetof(BTTask_BlueprintBase_IsTaskAborting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskAborting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BTTask_BlueprintBase_IsTaskExecuting \ static_assert(alignof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong alignment on BTTask_BlueprintBase_IsTaskExecuting"); \ static_assert(sizeof(BTTask_BlueprintBase_IsTaskExecuting) == 0x000001, "Wrong size on BTTask_BlueprintBase_IsTaskExecuting"); \ static_assert(offsetof(BTTask_BlueprintBase_IsTaskExecuting, ReturnValue) == 0x000000, "Member 'BTTask_BlueprintBase_IsTaskExecuting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_BlueprintBase \ static_assert(alignof(UBTTask_BlueprintBase) == 0x000008, "Wrong alignment on UBTTask_BlueprintBase"); \ static_assert(sizeof(UBTTask_BlueprintBase) == 0x0000A8, "Wrong size on UBTTask_BlueprintBase"); \ static_assert(offsetof(UBTTask_BlueprintBase, AIOwner) == 0x000070, "Member 'UBTTask_BlueprintBase::AIOwner' has a wrong offset!"); \ static_assert(offsetof(UBTTask_BlueprintBase, ActorOwner) == 0x000078, "Member 'UBTTask_BlueprintBase::ActorOwner' has a wrong offset!"); \ static_assert(offsetof(UBTTask_BlueprintBase, TickInterval) == 0x000080, "Member 'UBTTask_BlueprintBase::TickInterval' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBTTask_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_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_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) == 0x000268, "Wrong size on UPathFollowingComponent"); \ static_assert(offsetof(UPathFollowingComponent, MovementComp) == 0x0000F0, "Member 'UPathFollowingComponent::MovementComp' has a wrong offset!"); \ static_assert(offsetof(UPathFollowingComponent, MyNavData) == 0x000100, "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) == 0x0002B0, "Wrong size on UCrowdFollowingComponent"); \ static_assert(offsetof(UCrowdFollowingComponent, CrowdAgentMoveDirection) == 0x000280, "Member 'UCrowdFollowingComponent::CrowdAgentMoveDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCrowdManager \ static_assert(alignof(UCrowdManager) == 0x000008, "Wrong alignment on UCrowdManager"); \ static_assert(sizeof(UCrowdManager) == 0x0000F0, "Wrong size on UCrowdManager"); \ static_assert(offsetof(UCrowdManager, MyNavData) == 0x000028, "Member 'UCrowdManager::MyNavData' has a wrong offset!"); \ static_assert(offsetof(UCrowdManager, AvoidanceConfig) == 0x000030, "Member 'UCrowdManager::AvoidanceConfig' has a wrong offset!"); \ static_assert(offsetof(UCrowdManager, SamplingPatterns) == 0x000040, "Member 'UCrowdManager::SamplingPatterns' has a wrong offset!"); \ static_assert(offsetof(UCrowdManager, MaxAgents) == 0x000050, "Member 'UCrowdManager::MaxAgents' has a wrong offset!"); \ static_assert(offsetof(UCrowdManager, MaxAgentRadius) == 0x000054, "Member 'UCrowdManager::MaxAgentRadius' has a wrong offset!"); \ static_assert(offsetof(UCrowdManager, MaxAvoidedAgents) == 0x000058, "Member 'UCrowdManager::MaxAvoidedAgents' has a wrong offset!"); \ static_assert(offsetof(UCrowdManager, MaxAvoidedWalls) == 0x00005C, "Member 'UCrowdManager::MaxAvoidedWalls' has a wrong offset!"); \ static_assert(offsetof(UCrowdManager, NavmeshCheckInterval) == 0x000060, "Member 'UCrowdManager::NavmeshCheckInterval' has a wrong offset!"); \ static_assert(offsetof(UCrowdManager, PathOptimizationInterval) == 0x000064, "Member 'UCrowdManager::PathOptimizationInterval' has a wrong offset!"); \ static_assert(offsetof(UCrowdManager, SeparationDirClamp) == 0x000068, "Member 'UCrowdManager::SeparationDirClamp' has a wrong offset!"); \ static_assert(offsetof(UCrowdManager, PathOffsetRadiusMultiplier) == 0x00006C, "Member 'UCrowdManager::PathOffsetRadiusMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADetourCrowdAIController \ static_assert(alignof(ADetourCrowdAIController) == 0x000008, "Wrong alignment on ADetourCrowdAIController"); \ static_assert(sizeof(ADetourCrowdAIController) == 0x000338, "Wrong size on ADetourCrowdAIController"); \ #define DUMPER7_ASSERTS_UEnvQuery \ static_assert(alignof(UEnvQuery) == 0x000008, "Wrong alignment on UEnvQuery"); \ static_assert(sizeof(UEnvQuery) == 0x000048, "Wrong size on UEnvQuery"); \ static_assert(offsetof(UEnvQuery, QueryName) == 0x000030, "Member 'UEnvQuery::QueryName' has a wrong offset!"); \ static_assert(offsetof(UEnvQuery, Options) == 0x000038, "Member 'UEnvQuery::Options' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideActorsSet \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideActorsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideActorsSet"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideLocationsSet \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideLocationsSet) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideLocationsSet"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideLocationsSet, ResultingLocationSet) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideLocationsSet::ResultingLocationSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleActor \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleActor) == 0x000018, "Wrong size on EnvQueryContext_BlueprintBase_ProvideSingleActor"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleActor, ResultingActor) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleActor::ResultingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnvQueryContext_BlueprintBase_ProvideSingleLocation \ static_assert(alignof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 0x000008, "Wrong alignment on EnvQueryContext_BlueprintBase_ProvideSingleLocation"); \ static_assert(sizeof(EnvQueryContext_BlueprintBase_ProvideSingleLocation) == 0x000020, "Wrong size on EnvQueryContext_BlueprintBase_ProvideSingleLocation"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, QuerierObject) == 0x000000, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, QuerierActor) == 0x000008, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EnvQueryContext_BlueprintBase_ProvideSingleLocation, ResultingLocation) == 0x000010, "Member 'EnvQueryContext_BlueprintBase_ProvideSingleLocation::ResultingLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnvQueryContext_BlueprintBase \ static_assert(alignof(UEnvQueryContext_BlueprintBase) == 0x000008, "Wrong alignment on UEnvQueryContext_BlueprintBase"); \ static_assert(sizeof(UEnvQueryContext_BlueprintBase) == 0x000030, "Wrong size on UEnvQueryContext_BlueprintBase"); \ #define DUMPER7_ASSERTS_UEnvQueryContext_Item \ static_assert(alignof(UEnvQueryContext_Item) == 0x000008, "Wrong alignment on UEnvQueryContext_Item"); \ static_assert(sizeof(UEnvQueryContext_Item) == 0x000028, "Wrong size on UEnvQueryContext_Item"); \ #define DUMPER7_ASSERTS_UEnvQueryContext_Querier \ static_assert(alignof(UEnvQueryContext_Querier) == 0x000008, "Wrong alignment on UEnvQueryContext_Querier"); \ static_assert(sizeof(UEnvQueryContext_Querier) == 0x000028, "Wrong size on UEnvQueryContext_Querier"); \ #define DUMPER7_ASSERTS_UEnvQueryDebugHelpers \ static_assert(alignof(UEnvQueryDebugHelpers) == 0x000008, "Wrong alignment on UEnvQueryDebugHelpers"); \ static_assert(sizeof(UEnvQueryDebugHelpers) == 0x000028, "Wrong size on UEnvQueryDebugHelpers"); \ #define DUMPER7_ASSERTS_UEnvQueryGenerator \ 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_GetNonDiscardedQueryResultsAsLocations \ static_assert(alignof(EnvQueryInstanceBlueprintWrapper_GetNonDiscardedQueryResultsAsLocations) == 0x000008, "Wrong alignment on EnvQueryInstanceBlueprintWrapper_GetNonDiscardedQueryResultsAsLocations"); \ static_assert(sizeof(EnvQueryInstanceBlueprintWrapper_GetNonDiscardedQueryResultsAsLocations) == 0x000018, "Wrong size on EnvQueryInstanceBlueprintWrapper_GetNonDiscardedQueryResultsAsLocations"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetNonDiscardedQueryResultsAsLocations, ResultLocations) == 0x000000, "Member 'EnvQueryInstanceBlueprintWrapper_GetNonDiscardedQueryResultsAsLocations::ResultLocations' has a wrong offset!"); \ static_assert(offsetof(EnvQueryInstanceBlueprintWrapper_GetNonDiscardedQueryResultsAsLocations, ReturnValue) == 0x000010, "Member 'EnvQueryInstanceBlueprintWrapper_GetNonDiscardedQueryResultsAsLocations::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_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) == 0x0004A0, "Wrong size on UEQSRenderingComponent"); \ #define DUMPER7_ASSERTS_AEQSTestingPawn \ static_assert(alignof(AEQSTestingPawn) == 0x000010, "Wrong alignment on AEQSTestingPawn"); \ static_assert(sizeof(AEQSTestingPawn) == 0x000580, "Wrong size on AEQSTestingPawn"); \ static_assert(offsetof(AEQSTestingPawn, QueryTemplate) == 0x0004E0, "Member 'AEQSTestingPawn::QueryTemplate' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, QueryParams) == 0x0004E8, "Member 'AEQSTestingPawn::QueryParams' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, QueryConfig) == 0x0004F8, "Member 'AEQSTestingPawn::QueryConfig' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, RuntimeQueryParamsOverride) == 0x000508, "Member 'AEQSTestingPawn::RuntimeQueryParamsOverride' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, TimeLimitPerStep) == 0x000518, "Member 'AEQSTestingPawn::TimeLimitPerStep' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, StepToDebugDraw) == 0x00051C, "Member 'AEQSTestingPawn::StepToDebugDraw' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, HighlightMode) == 0x000520, "Member 'AEQSTestingPawn::HighlightMode' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, QueryingMode) == 0x000528, "Member 'AEQSTestingPawn::QueryingMode' has a wrong offset!"); \ static_assert(offsetof(AEQSTestingPawn, NavAgentProperties) == 0x000530, "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) == 0x000338, "Wrong size on AGridPathAIController"); \ #define DUMPER7_ASSERTS_UGridPathFollowingComponent \ static_assert(alignof(UGridPathFollowingComponent) == 0x000008, "Wrong alignment on UGridPathFollowingComponent"); \ static_assert(sizeof(UGridPathFollowingComponent) == 0x000298, "Wrong size on UGridPathFollowingComponent"); \ static_assert(offsetof(UGridPathFollowingComponent, GridManager) == 0x000268, "Member 'UGridPathFollowingComponent::GridManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavFilter_AIControllerDefault \ static_assert(alignof(UNavFilter_AIControllerDefault) == 0x000008, "Wrong alignment on UNavFilter_AIControllerDefault"); \ static_assert(sizeof(UNavFilter_AIControllerDefault) == 0x000048, "Wrong size on UNavFilter_AIControllerDefault"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForBox \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForBox) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForBox"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForBox) == 0x000040, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForBox"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Location' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Extent) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Extent' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Rotation) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Rotation' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Radius2D) == 0x00002C, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, Height) == 0x000030, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, bRebuildGrids) == 0x000034, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForBox, ReturnValue) == 0x000038, "Member 'NavLocalGridManager_AddLocalNavigationGridForBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForCapsule \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForCapsule) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForCapsule"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForCapsule) == 0x000030, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForCapsule"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Location' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, CapsuleRadius) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, CapsuleHalfHeight) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::CapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Radius2D) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, Height) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, bRebuildGrids) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForCapsule, ReturnValue) == 0x000028, "Member 'NavLocalGridManager_AddLocalNavigationGridForCapsule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoint \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForPoint) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForPoint"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForPoint) == 0x000028, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForPoint"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Location) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Location' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Radius2D) == 0x000014, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, Height) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, bRebuildGrids) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoint, ReturnValue) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_AddLocalNavigationGridForPoints \ static_assert(alignof(NavLocalGridManager_AddLocalNavigationGridForPoints) == 0x000008, "Wrong alignment on NavLocalGridManager_AddLocalNavigationGridForPoints"); \ static_assert(sizeof(NavLocalGridManager_AddLocalNavigationGridForPoints) == 0x000028, "Wrong size on NavLocalGridManager_AddLocalNavigationGridForPoints"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Locations) == 0x000008, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Locations' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Radius2D) == 0x000018, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Radius2D' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, Height) == 0x00001C, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::Height' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, bRebuildGrids) == 0x000020, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::bRebuildGrids' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_AddLocalNavigationGridForPoints, ReturnValue) == 0x000024, "Member 'NavLocalGridManager_AddLocalNavigationGridForPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_FindLocalNavigationGridPath \ static_assert(alignof(NavLocalGridManager_FindLocalNavigationGridPath) == 0x000008, "Wrong alignment on NavLocalGridManager_FindLocalNavigationGridPath"); \ static_assert(sizeof(NavLocalGridManager_FindLocalNavigationGridPath) == 0x000038, "Wrong size on NavLocalGridManager_FindLocalNavigationGridPath"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, Start) == 0x000008, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::Start' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, End) == 0x000014, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::End' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, PathPoints) == 0x000020, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::PathPoints' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_FindLocalNavigationGridPath, ReturnValue) == 0x000030, "Member 'NavLocalGridManager_FindLocalNavigationGridPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_RemoveLocalNavigationGrid \ static_assert(alignof(NavLocalGridManager_RemoveLocalNavigationGrid) == 0x000008, "Wrong alignment on NavLocalGridManager_RemoveLocalNavigationGrid"); \ static_assert(sizeof(NavLocalGridManager_RemoveLocalNavigationGrid) == 0x000010, "Wrong size on NavLocalGridManager_RemoveLocalNavigationGrid"); \ static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, GridId) == 0x000008, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::GridId' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_RemoveLocalNavigationGrid, bRebuildGrids) == 0x00000C, "Member 'NavLocalGridManager_RemoveLocalNavigationGrid::bRebuildGrids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavLocalGridManager_SetLocalNavigationGridDensity \ static_assert(alignof(NavLocalGridManager_SetLocalNavigationGridDensity) == 0x000008, "Wrong alignment on NavLocalGridManager_SetLocalNavigationGridDensity"); \ static_assert(sizeof(NavLocalGridManager_SetLocalNavigationGridDensity) == 0x000010, "Wrong size on NavLocalGridManager_SetLocalNavigationGridDensity"); \ static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, WorldContextObject) == 0x000000, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, CellSize) == 0x000008, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::CellSize' has a wrong offset!"); \ static_assert(offsetof(NavLocalGridManager_SetLocalNavigationGridDensity, ReturnValue) == 0x00000C, "Member 'NavLocalGridManager_SetLocalNavigationGridDensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavLocalGridManager \ static_assert(alignof(UNavLocalGridManager) == 0x000008, "Wrong alignment on UNavLocalGridManager"); \ static_assert(sizeof(UNavLocalGridManager) == 0x000058, "Wrong size on UNavLocalGridManager"); \ #define DUMPER7_ASSERTS_UPathFollowingManager \ static_assert(alignof(UPathFollowingManager) == 0x000008, "Wrong alignment on UPathFollowingManager"); \ static_assert(sizeof(UPathFollowingManager) == 0x000028, "Wrong size on UPathFollowingManager"); \ #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_PawnAction_BlueprintBase_ActionFinished \ static_assert(alignof(PawnAction_BlueprintBase_ActionFinished) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionFinished"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionFinished) == 0x000010, "Wrong size on PawnAction_BlueprintBase_ActionFinished"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionFinished, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionFinished::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionFinished, WithResult) == 0x000008, "Member 'PawnAction_BlueprintBase_ActionFinished::WithResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionPause \ static_assert(alignof(PawnAction_BlueprintBase_ActionPause) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionPause"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionPause) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionPause"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionPause, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionPause::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionResume \ static_assert(alignof(PawnAction_BlueprintBase_ActionResume) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionResume"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionResume) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionResume"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionResume, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionResume::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionStart \ static_assert(alignof(PawnAction_BlueprintBase_ActionStart) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionStart"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionStart) == 0x000008, "Wrong size on PawnAction_BlueprintBase_ActionStart"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionStart, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionStart::ControlledPawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PawnAction_BlueprintBase_ActionTick \ static_assert(alignof(PawnAction_BlueprintBase_ActionTick) == 0x000008, "Wrong alignment on PawnAction_BlueprintBase_ActionTick"); \ static_assert(sizeof(PawnAction_BlueprintBase_ActionTick) == 0x000010, "Wrong size on PawnAction_BlueprintBase_ActionTick"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionTick, ControlledPawn) == 0x000000, "Member 'PawnAction_BlueprintBase_ActionTick::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(PawnAction_BlueprintBase_ActionTick, DeltaSeconds) == 0x000008, "Member 'PawnAction_BlueprintBase_ActionTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnAction_BlueprintBase \ static_assert(alignof(UPawnAction_BlueprintBase) == 0x000008, "Wrong alignment on UPawnAction_BlueprintBase"); \ static_assert(sizeof(UPawnAction_BlueprintBase) == 0x000090, "Wrong size on UPawnAction_BlueprintBase"); \ #define DUMPER7_ASSERTS_UPawnAction_Move \ static_assert(alignof(UPawnAction_Move) == 0x000008, "Wrong alignment on UPawnAction_Move"); \ static_assert(sizeof(UPawnAction_Move) == 0x0000E0, "Wrong size on UPawnAction_Move"); \ static_assert(offsetof(UPawnAction_Move, GoalActor) == 0x000090, "Member 'UPawnAction_Move::GoalActor' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Move, GoalLocation) == 0x000098, "Member 'UPawnAction_Move::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Move, AcceptableRadius) == 0x0000A4, "Member 'UPawnAction_Move::AcceptableRadius' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Move, FilterClass) == 0x0000A8, "Member 'UPawnAction_Move::FilterClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnAction_Repeat \ static_assert(alignof(UPawnAction_Repeat) == 0x000008, "Wrong alignment on UPawnAction_Repeat"); \ static_assert(sizeof(UPawnAction_Repeat) == 0x0000B0, "Wrong size on UPawnAction_Repeat"); \ static_assert(offsetof(UPawnAction_Repeat, ActionToRepeat) == 0x000090, "Member 'UPawnAction_Repeat::ActionToRepeat' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Repeat, RecentActionCopy) == 0x000098, "Member 'UPawnAction_Repeat::RecentActionCopy' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Repeat, ChildFailureHandlingMode) == 0x0000A0, "Member 'UPawnAction_Repeat::ChildFailureHandlingMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnAction_Sequence \ static_assert(alignof(UPawnAction_Sequence) == 0x000008, "Wrong alignment on UPawnAction_Sequence"); \ static_assert(sizeof(UPawnAction_Sequence) == 0x0000B8, "Wrong size on UPawnAction_Sequence"); \ static_assert(offsetof(UPawnAction_Sequence, ActionSequence) == 0x000090, "Member 'UPawnAction_Sequence::ActionSequence' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Sequence, ChildFailureHandlingMode) == 0x0000A0, "Member 'UPawnAction_Sequence::ChildFailureHandlingMode' has a wrong offset!"); \ static_assert(offsetof(UPawnAction_Sequence, RecentActionCopy) == 0x0000A8, "Member 'UPawnAction_Sequence::RecentActionCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPawnAction_Wait \ static_assert(alignof(UPawnAction_Wait) == 0x000008, "Wrong alignment on UPawnAction_Wait"); \ static_assert(sizeof(UPawnAction_Wait) == 0x0000A0, "Wrong size on UPawnAction_Wait"); \ static_assert(offsetof(UPawnAction_Wait, TimeToWait) == 0x000090, "Member 'UPawnAction_Wait::TimeToWait' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x0000F0, "Wrong size on UPawnActionsComponent"); \ static_assert(offsetof(UPawnActionsComponent, ControlledPawn) == 0x0000B8, "Member 'UPawnActionsComponent::ControlledPawn' has a wrong offset!"); \ static_assert(offsetof(UPawnActionsComponent, ActionStacks) == 0x0000C0, "Member 'UPawnActionsComponent::ActionStacks' has a wrong offset!"); \ static_assert(offsetof(UPawnActionsComponent, ActionEvents) == 0x0000D0, "Member 'UPawnActionsComponent::ActionEvents' has a wrong offset!"); \ static_assert(offsetof(UPawnActionsComponent, CurrentAction) == 0x0000E0, "Member 'UPawnActionsComponent::CurrentAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVisualLoggerExtension \ static_assert(alignof(UVisualLoggerExtension) == 0x000008, "Wrong alignment on UVisualLoggerExtension"); \ static_assert(sizeof(UVisualLoggerExtension) == 0x000028, "Wrong size on UVisualLoggerExtension"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000018, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_SleepSpell_Default_Medium_Alt1_NoAudio__USequenceDirector_C \ static_assert(alignof(Seq_SleepSpell_Default_Medium_Alt1_NoAudio::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_SleepSpell_Default_Medium_Alt1_NoAudio::USequenceDirector_C"); \ static_assert(sizeof(Seq_SleepSpell_Default_Medium_Alt1_NoAudio::USequenceDirector_C) == 0x000040, "Wrong size on Seq_SleepSpell_Default_Medium_Alt1_NoAudio::USequenceDirector_C"); \ static_assert(offsetof(Seq_SleepSpell_Default_Medium_Alt1_NoAudio::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_SleepSpell_Default_Medium_Alt1_NoAudio::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_ThrowAim_C_ExecuteUbergraph_GCA_ThrowAim \ static_assert(alignof(GCA_ThrowAim_C_ExecuteUbergraph_GCA_ThrowAim) == 0x000004, "Wrong alignment on GCA_ThrowAim_C_ExecuteUbergraph_GCA_ThrowAim"); \ static_assert(sizeof(GCA_ThrowAim_C_ExecuteUbergraph_GCA_ThrowAim) == 0x000008, "Wrong size on GCA_ThrowAim_C_ExecuteUbergraph_GCA_ThrowAim"); \ static_assert(offsetof(GCA_ThrowAim_C_ExecuteUbergraph_GCA_ThrowAim, EntryPoint) == 0x000000, "Member 'GCA_ThrowAim_C_ExecuteUbergraph_GCA_ThrowAim::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_ExecuteUbergraph_GCA_ThrowAim, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'GCA_ThrowAim_C_ExecuteUbergraph_GCA_ThrowAim::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_ThrowAim_C_ReceiveTick \ static_assert(alignof(GCA_ThrowAim_C_ReceiveTick) == 0x000004, "Wrong alignment on GCA_ThrowAim_C_ReceiveTick"); \ static_assert(sizeof(GCA_ThrowAim_C_ReceiveTick) == 0x000004, "Wrong size on GCA_ThrowAim_C_ReceiveTick"); \ static_assert(offsetof(GCA_ThrowAim_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GCA_ThrowAim_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_ThrowAim_C_OnActive \ static_assert(alignof(GCA_ThrowAim_C_OnActive) == 0x000008, "Wrong alignment on GCA_ThrowAim_C_OnActive"); \ static_assert(sizeof(GCA_ThrowAim_C_OnActive) == 0x0000E8, "Wrong size on GCA_ThrowAim_C_OnActive"); \ static_assert(offsetof(GCA_ThrowAim_C_OnActive, MyTarget) == 0x000000, "Member 'GCA_ThrowAim_C_OnActive::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_OnActive, Parameters) == 0x000008, "Member 'GCA_ThrowAim_C_OnActive::Parameters' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_OnActive, ReturnValue) == 0x0000C8, "Member 'GCA_ThrowAim_C_OnActive::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_OnActive, K2Node_DynamicCast_AsBP_Player_Character) == 0x0000D0, "Member 'GCA_ThrowAim_C_OnActive::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_OnActive, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'GCA_ThrowAim_C_OnActive::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_OnActive, CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute) == 0x0000D9, "Member 'GCA_ThrowAim_C_OnActive::CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_OnActive, CallFunc_GetFloatAttribute_ReturnValue) == 0x0000DC, "Member 'GCA_ThrowAim_C_OnActive::CallFunc_GetFloatAttribute_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_OnActive, CallFunc_Array_AddUnique_ReturnValue) == 0x0000E0, "Member 'GCA_ThrowAim_C_OnActive::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_OnActive, CallFunc_Array_AddUnique_ReturnValue_1) == 0x0000E4, "Member 'GCA_ThrowAim_C_OnActive::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_ThrowAim_C_OnRemove \ static_assert(alignof(GCA_ThrowAim_C_OnRemove) == 0x000008, "Wrong alignment on GCA_ThrowAim_C_OnRemove"); \ static_assert(sizeof(GCA_ThrowAim_C_OnRemove) == 0x0000D0, "Wrong size on GCA_ThrowAim_C_OnRemove"); \ static_assert(offsetof(GCA_ThrowAim_C_OnRemove, MyTarget) == 0x000000, "Member 'GCA_ThrowAim_C_OnRemove::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_OnRemove, Parameters) == 0x000008, "Member 'GCA_ThrowAim_C_OnRemove::Parameters' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_OnRemove, ReturnValue) == 0x0000C8, "Member 'GCA_ThrowAim_C_OnRemove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_ThrowAim_C_CreatePredictionSpline \ static_assert(alignof(GCA_ThrowAim_C_CreatePredictionSpline) == 0x000010, "Wrong alignment on GCA_ThrowAim_C_CreatePredictionSpline"); \ static_assert(sizeof(GCA_ThrowAim_C_CreatePredictionSpline) == 0x000080, "Wrong size on GCA_ThrowAim_C_CreatePredictionSpline"); \ static_assert(offsetof(GCA_ThrowAim_C_CreatePredictionSpline, CallFunc_MakeTransform_ReturnValue) == 0x000000, "Member 'GCA_ThrowAim_C_CreatePredictionSpline::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_CreatePredictionSpline, Temp_struct_Variable) == 0x000030, "Member 'GCA_ThrowAim_C_CreatePredictionSpline::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_CreatePredictionSpline, CallFunc_AddComponent_ReturnValue) == 0x000060, "Member 'GCA_ThrowAim_C_CreatePredictionSpline::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_CreatePredictionSpline, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000068, "Member 'GCA_ThrowAim_C_CreatePredictionSpline::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_CreatePredictionSpline, CallFunc_FinishSpawningActor_ReturnValue) == 0x000070, "Member 'GCA_ThrowAim_C_CreatePredictionSpline::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_ThrowAim_C_DrawPredictionSpline \ static_assert(alignof(GCA_ThrowAim_C_DrawPredictionSpline) == 0x000010, "Wrong alignment on GCA_ThrowAim_C_DrawPredictionSpline"); \ static_assert(sizeof(GCA_ThrowAim_C_DrawPredictionSpline) == 0x0003F0, "Wrong size on GCA_ThrowAim_C_DrawPredictionSpline"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, PredictionResult) == 0x000000, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::PredictionResult' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, PredictionPoints) == 0x000008, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::PredictionPoints' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, PredictionHit) == 0x000018, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::PredictionHit' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, MeshSizeRate) == 0x0000A0, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::MeshSizeRate' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, Index_0) == 0x0000A4, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::Index_0' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, ThrowOrigin) == 0x0000A8, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::ThrowOrigin' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_bBlockingHit) == 0x0000B0, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000B1, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_Time) == 0x0000B4, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_Distance) == 0x0000B8, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_Location) == 0x0000BC, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_ImpactPoint) == 0x0000C8, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_Normal) == 0x0000D4, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_ImpactNormal) == 0x0000E0, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_PhysMat) == 0x0000F0, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_HitActor) == 0x0000F8, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_HitComponent) == 0x000100, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_HitBoneName) == 0x000108, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_HitItem) == 0x000110, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_ElementIndex) == 0x000114, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_FaceIndex) == 0x000118, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_TraceStart) == 0x00011C, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_TraceEnd) == 0x000128, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BooleanAND_ReturnValue) == 0x000134, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, Temp_int_Variable) == 0x000138, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Add_IntInt_ReturnValue) == 0x00013C, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BooleanAND_ReturnValue_1) == 0x000140, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000144, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0001CC, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BooleanOR_ReturnValue) == 0x0001CD, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, Temp_struct_Variable) == 0x0001D0, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_IsValid_ReturnValue) == 0x000200, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_AddComponent_ReturnValue) == 0x000208, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Add_IntInt_ReturnValue_1) == 0x000210, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000214, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue) == 0x000218, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000224, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_ClampVectorSize_ReturnValue) == 0x000228, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_ClampVectorSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue_1) == 0x000234, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_GetTangentAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x000240, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_ClampVectorSize_ReturnValue_1) == 0x00024C, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_ClampVectorSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1) == 0x000258, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_GetSplineLength_ReturnValue) == 0x000264, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000268, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Array_Add_ReturnValue) == 0x00026C, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_FTrunc_ReturnValue) == 0x000270, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000274, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_GetForwardVector_ReturnValue) == 0x000278, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000284, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000290, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutHit) == 0x00029C, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutHit' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutPathPositions) == 0x000328, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutPathPositions' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutLastTraceDestination) == 0x000338, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_OutLastTraceDestination' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_ReturnValue) == 0x000344, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Blueprint_PredictProjectilePath_ByTraceChannel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000345, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000346, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_Time_1) == 0x000348, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_Distance_1) == 0x00034C, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_Location_1) == 0x000350, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_ImpactPoint_1) == 0x00035C, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_Normal_1) == 0x000368, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000374, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_PhysMat_1) == 0x000380, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_HitActor_1) == 0x000388, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_HitComponent_1) == 0x000390, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_HitBoneName_1) == 0x000398, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_HitItem_1) == 0x0003A0, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_ElementIndex_1) == 0x0003A4, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_FaceIndex_1) == 0x0003A8, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_TraceStart_1) == 0x0003AC, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_BreakHitResult_TraceEnd_1) == 0x0003B8, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_GetDisplayName_ReturnValue) == 0x0003C8, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DrawPredictionSpline, CallFunc_Concat_StrStr_ReturnValue) == 0x0003D8, "Member 'GCA_ThrowAim_C_DrawPredictionSpline::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_ThrowAim_C_DestroyPredictionSpline \ static_assert(alignof(GCA_ThrowAim_C_DestroyPredictionSpline) == 0x000001, "Wrong alignment on GCA_ThrowAim_C_DestroyPredictionSpline"); \ static_assert(sizeof(GCA_ThrowAim_C_DestroyPredictionSpline) == 0x000001, "Wrong size on GCA_ThrowAim_C_DestroyPredictionSpline"); \ static_assert(offsetof(GCA_ThrowAim_C_DestroyPredictionSpline, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GCA_ThrowAim_C_DestroyPredictionSpline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_ThrowAim_C_DestroyPredictionMeshes \ static_assert(alignof(GCA_ThrowAim_C_DestroyPredictionMeshes) == 0x000008, "Wrong alignment on GCA_ThrowAim_C_DestroyPredictionMeshes"); \ static_assert(sizeof(GCA_ThrowAim_C_DestroyPredictionMeshes) == 0x000020, "Wrong size on GCA_ThrowAim_C_DestroyPredictionMeshes"); \ static_assert(offsetof(GCA_ThrowAim_C_DestroyPredictionMeshes, Temp_int_Array_Index_Variable) == 0x000000, "Member 'GCA_ThrowAim_C_DestroyPredictionMeshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DestroyPredictionMeshes, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'GCA_ThrowAim_C_DestroyPredictionMeshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DestroyPredictionMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'GCA_ThrowAim_C_DestroyPredictionMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DestroyPredictionMeshes, CallFunc_Array_Get_Item) == 0x000010, "Member 'GCA_ThrowAim_C_DestroyPredictionMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DestroyPredictionMeshes, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'GCA_ThrowAim_C_DestroyPredictionMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_ThrowAim_C_DestroyPredictionMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'GCA_ThrowAim_C_DestroyPredictionMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGCA_ThrowAim_C \ static_assert(alignof(AGCA_ThrowAim_C) == 0x000008, "Wrong alignment on AGCA_ThrowAim_C"); \ static_assert(sizeof(AGCA_ThrowAim_C) == 0x000338, "Wrong size on AGCA_ThrowAim_C"); \ static_assert(offsetof(AGCA_ThrowAim_C, UberGraphFrame) == 0x000290, "Member 'AGCA_ThrowAim_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, DefaultSceneRoot) == 0x000298, "Member 'AGCA_ThrowAim_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, PlayerCharacter) == 0x0002A0, "Member 'AGCA_ThrowAim_C::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, ThrowSpeedAttribute) == 0x0002A8, "Member 'AGCA_ThrowAim_C::ThrowSpeedAttribute' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, ThrowSpeed) == 0x0002E0, "Member 'AGCA_ThrowAim_C::ThrowSpeed' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, PredictionSpline) == 0x0002E8, "Member 'AGCA_ThrowAim_C::PredictionSpline' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, PredictionEndPoint) == 0x0002F0, "Member 'AGCA_ThrowAim_C::PredictionEndPoint' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, PredictionSplineMeshes) == 0x0002F8, "Member 'AGCA_ThrowAim_C::PredictionSplineMeshes' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, ThrowableClass) == 0x000308, "Member 'AGCA_ThrowAim_C::ThrowableClass' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, PredictionEndPointClass) == 0x000310, "Member 'AGCA_ThrowAim_C::PredictionEndPointClass' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, PredictionIgnoredActors) == 0x000318, "Member 'AGCA_ThrowAim_C::PredictionIgnoredActors' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, PredictionPathScale) == 0x000328, "Member 'AGCA_ThrowAim_C::PredictionPathScale' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, ShouldDrawSpline) == 0x000330, "Member 'AGCA_ThrowAim_C::ShouldDrawSpline' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, ShouldDrawEndPoint) == 0x000331, "Member 'AGCA_ThrowAim_C::ShouldDrawEndPoint' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, ShouldDrawSplineMeshes) == 0x000332, "Member 'AGCA_ThrowAim_C::ShouldDrawSplineMeshes' has a wrong offset!"); \ static_assert(offsetof(AGCA_ThrowAim_C, Projectile_Radius) == 0x000334, "Member 'AGCA_ThrowAim_C::Projectile_Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActivePortalBinding \ static_assert(alignof(FActivePortalBinding) == 0x000008, "Wrong alignment on FActivePortalBinding"); \ static_assert(sizeof(FActivePortalBinding) == 0x000020, "Wrong size on FActivePortalBinding"); \ static_assert(offsetof(FActivePortalBinding, PortalComponent) == 0x000000, "Member 'FActivePortalBinding::PortalComponent' has a wrong offset!"); \ static_assert(offsetof(FActivePortalBinding, MaterialIndicies) == 0x000008, "Member 'FActivePortalBinding::MaterialIndicies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOBasePortalActor_AddActivePortalBinding \ static_assert(alignof(EOBasePortalActor_AddActivePortalBinding) == 0x000008, "Wrong alignment on EOBasePortalActor_AddActivePortalBinding"); \ static_assert(sizeof(EOBasePortalActor_AddActivePortalBinding) == 0x000020, "Wrong size on EOBasePortalActor_AddActivePortalBinding"); \ static_assert(offsetof(EOBasePortalActor_AddActivePortalBinding, PortalBinding) == 0x000000, "Member 'EOBasePortalActor_AddActivePortalBinding::PortalBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOBasePortalActor_GetActivePortalBindings \ static_assert(alignof(EOBasePortalActor_GetActivePortalBindings) == 0x000008, "Wrong alignment on EOBasePortalActor_GetActivePortalBindings"); \ static_assert(sizeof(EOBasePortalActor_GetActivePortalBindings) == 0x000010, "Wrong size on EOBasePortalActor_GetActivePortalBindings"); \ static_assert(offsetof(EOBasePortalActor_GetActivePortalBindings, OutArray) == 0x000000, "Member 'EOBasePortalActor_GetActivePortalBindings::OutArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOBasePortalActor_GetClipPlaneNormalAndPoint \ static_assert(alignof(EOBasePortalActor_GetClipPlaneNormalAndPoint) == 0x000004, "Wrong alignment on EOBasePortalActor_GetClipPlaneNormalAndPoint"); \ static_assert(sizeof(EOBasePortalActor_GetClipPlaneNormalAndPoint) == 0x000018, "Wrong size on EOBasePortalActor_GetClipPlaneNormalAndPoint"); \ static_assert(offsetof(EOBasePortalActor_GetClipPlaneNormalAndPoint, PlanePoint) == 0x000000, "Member 'EOBasePortalActor_GetClipPlaneNormalAndPoint::PlanePoint' has a wrong offset!"); \ static_assert(offsetof(EOBasePortalActor_GetClipPlaneNormalAndPoint, PlaneNormal) == 0x00000C, "Member 'EOBasePortalActor_GetClipPlaneNormalAndPoint::PlaneNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOBasePortalActor_GetPortalBounds \ static_assert(alignof(EOBasePortalActor_GetPortalBounds) == 0x000004, "Wrong alignment on EOBasePortalActor_GetPortalBounds"); \ static_assert(sizeof(EOBasePortalActor_GetPortalBounds) == 0x00001C, "Wrong size on EOBasePortalActor_GetPortalBounds"); \ static_assert(offsetof(EOBasePortalActor_GetPortalBounds, ReturnValue) == 0x000000, "Member 'EOBasePortalActor_GetPortalBounds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOBasePortalActor_MirrorTransformXY \ static_assert(alignof(EOBasePortalActor_MirrorTransformXY) == 0x000010, "Wrong alignment on EOBasePortalActor_MirrorTransformXY"); \ static_assert(sizeof(EOBasePortalActor_MirrorTransformXY) == 0x000060, "Wrong size on EOBasePortalActor_MirrorTransformXY"); \ static_assert(offsetof(EOBasePortalActor_MirrorTransformXY, Transform) == 0x000000, "Member 'EOBasePortalActor_MirrorTransformXY::Transform' has a wrong offset!"); \ static_assert(offsetof(EOBasePortalActor_MirrorTransformXY, ReturnValue) == 0x000030, "Member 'EOBasePortalActor_MirrorTransformXY::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOBasePortalActor_OnPortalCameraInteractableBegin \ static_assert(alignof(EOBasePortalActor_OnPortalCameraInteractableBegin) == 0x000008, "Wrong alignment on EOBasePortalActor_OnPortalCameraInteractableBegin"); \ static_assert(sizeof(EOBasePortalActor_OnPortalCameraInteractableBegin) == 0x000010, "Wrong size on EOBasePortalActor_OnPortalCameraInteractableBegin"); \ static_assert(offsetof(EOBasePortalActor_OnPortalCameraInteractableBegin, Sender) == 0x000000, "Member 'EOBasePortalActor_OnPortalCameraInteractableBegin::Sender' has a wrong offset!"); \ static_assert(offsetof(EOBasePortalActor_OnPortalCameraInteractableBegin, Event) == 0x000008, "Member 'EOBasePortalActor_OnPortalCameraInteractableBegin::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOBasePortalActor_RemovePortalBinding \ static_assert(alignof(EOBasePortalActor_RemovePortalBinding) == 0x000008, "Wrong alignment on EOBasePortalActor_RemovePortalBinding"); \ static_assert(sizeof(EOBasePortalActor_RemovePortalBinding) == 0x000008, "Wrong size on EOBasePortalActor_RemovePortalBinding"); \ static_assert(offsetof(EOBasePortalActor_RemovePortalBinding, PrimitiveToRemove) == 0x000000, "Member 'EOBasePortalActor_RemovePortalBinding::PrimitiveToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOBasePortalActor_SetClippingPlane \ static_assert(alignof(EOBasePortalActor_SetClippingPlane) == 0x000004, "Wrong alignment on EOBasePortalActor_SetClippingPlane"); \ static_assert(sizeof(EOBasePortalActor_SetClippingPlane) == 0x000018, "Wrong size on EOBasePortalActor_SetClippingPlane"); \ static_assert(offsetof(EOBasePortalActor_SetClippingPlane, PlanePoint) == 0x000000, "Member 'EOBasePortalActor_SetClippingPlane::PlanePoint' has a wrong offset!"); \ static_assert(offsetof(EOBasePortalActor_SetClippingPlane, PlaneNormal) == 0x00000C, "Member 'EOBasePortalActor_SetClippingPlane::PlaneNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOBasePortalActor_SetDestinationPortal \ static_assert(alignof(EOBasePortalActor_SetDestinationPortal) == 0x000008, "Wrong alignment on EOBasePortalActor_SetDestinationPortal"); \ static_assert(sizeof(EOBasePortalActor_SetDestinationPortal) == 0x000008, "Wrong size on EOBasePortalActor_SetDestinationPortal"); \ static_assert(offsetof(EOBasePortalActor_SetDestinationPortal, NewDestination) == 0x000000, "Member 'EOBasePortalActor_SetDestinationPortal::NewDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOBasePortalActor_UpdatePortalCapture \ static_assert(alignof(EOBasePortalActor_UpdatePortalCapture) == 0x000010, "Wrong alignment on EOBasePortalActor_UpdatePortalCapture"); \ static_assert(sizeof(EOBasePortalActor_UpdatePortalCapture) == 0x000040, "Wrong size on EOBasePortalActor_UpdatePortalCapture"); \ static_assert(offsetof(EOBasePortalActor_UpdatePortalCapture, SourcePortal) == 0x000000, "Member 'EOBasePortalActor_UpdatePortalCapture::SourcePortal' has a wrong offset!"); \ static_assert(offsetof(EOBasePortalActor_UpdatePortalCapture, PlayerCamera) == 0x000008, "Member 'EOBasePortalActor_UpdatePortalCapture::PlayerCamera' has a wrong offset!"); \ static_assert(offsetof(EOBasePortalActor_UpdatePortalCapture, UsedCameraTransform) == 0x000010, "Member 'EOBasePortalActor_UpdatePortalCapture::UsedCameraTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOBasePortalActor \ static_assert(alignof(AEOBasePortalActor) == 0x000008, "Wrong alignment on AEOBasePortalActor"); \ static_assert(sizeof(AEOBasePortalActor) == 0x000300, "Wrong size on AEOBasePortalActor"); \ static_assert(offsetof(AEOBasePortalActor, bUseSelfPortalCaptureUpdate) == 0x000230, "Member 'AEOBasePortalActor::bUseSelfPortalCaptureUpdate' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, bIsSeamlessTeleport) == 0x000231, "Member 'AEOBasePortalActor::bIsSeamlessTeleport' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, bUseCustomPortalMergePass) == 0x000232, "Member 'AEOBasePortalActor::bUseCustomPortalMergePass' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, bUseDepthOnPortalPlanes) == 0x000233, "Member 'AEOBasePortalActor::bUseDepthOnPortalPlanes' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, OnPortalEntered) == 0x000238, "Member 'AEOBasePortalActor::OnPortalEntered' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, bSendOnPortalEnteredEvents) == 0x000248, "Member 'AEOBasePortalActor::bSendOnPortalEnteredEvents' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, OnPortalEnteredEvents) == 0x000258, "Member 'AEOBasePortalActor::OnPortalEnteredEvents' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, bPlanePortal) == 0x000268, "Member 'AEOBasePortalActor::bPlanePortal' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, bSetAsActiveOnRender) == 0x000269, "Member 'AEOBasePortalActor::bSetAsActiveOnRender' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, LastRenderedTimeForVisibile) == 0x00026C, "Member 'AEOBasePortalActor::LastRenderedTimeForVisibile' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, ActivePortalBindings) == 0x000270, "Member 'AEOBasePortalActor::ActivePortalBindings' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, DestinationPortal) == 0x000280, "Member 'AEOBasePortalActor::DestinationPortal' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, bCanWalkThrough) == 0x000288, "Member 'AEOBasePortalActor::bCanWalkThrough' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, ClipPlaneOffset) == 0x00028C, "Member 'AEOBasePortalActor::ClipPlaneOffset' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, bOneWay) == 0x000290, "Member 'AEOBasePortalActor::bOneWay' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, OneWayEffect) == 0x000291, "Member 'AEOBasePortalActor::OneWayEffect' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, TimeUntilEffectEnd) == 0x000294, "Member 'AEOBasePortalActor::TimeUntilEffectEnd' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, FracturePortalGeo) == 0x000298, "Member 'AEOBasePortalActor::FracturePortalGeo' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, CameraInteractableConnection) == 0x0002A0, "Member 'AEOBasePortalActor::CameraInteractableConnection' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, EffectMaterialMID) == 0x0002D0, "Member 'AEOBasePortalActor::EffectMaterialMID' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, CurrentPlayerCamera) == 0x0002E0, "Member 'AEOBasePortalActor::CurrentPlayerCamera' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, PortalCapture) == 0x0002E8, "Member 'AEOBasePortalActor::PortalCapture' has a wrong offset!"); \ static_assert(offsetof(AEOBasePortalActor, NumRenderedPrimitives) == 0x0002F4, "Member 'AEOBasePortalActor::NumRenderedPrimitives' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPortalCaptureComponent \ static_assert(alignof(UPortalCaptureComponent) == 0x000010, "Wrong alignment on UPortalCaptureComponent"); \ static_assert(sizeof(UPortalCaptureComponent) == 0x000900, "Wrong size on UPortalCaptureComponent"); \ #define DUMPER7_ASSERTS_EOPortalCameraTraceComponent_SetPossessingController \ static_assert(alignof(EOPortalCameraTraceComponent_SetPossessingController) == 0x000008, "Wrong alignment on EOPortalCameraTraceComponent_SetPossessingController"); \ static_assert(sizeof(EOPortalCameraTraceComponent_SetPossessingController) == 0x000008, "Wrong size on EOPortalCameraTraceComponent_SetPossessingController"); \ static_assert(offsetof(EOPortalCameraTraceComponent_SetPossessingController, NewController) == 0x000000, "Member 'EOPortalCameraTraceComponent_SetPossessingController::NewController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOPortalCameraTraceComponent \ static_assert(alignof(UEOPortalCameraTraceComponent) == 0x000008, "Wrong alignment on UEOPortalCameraTraceComponent"); \ static_assert(sizeof(UEOPortalCameraTraceComponent) == 0x0000F8, "Wrong size on UEOPortalCameraTraceComponent"); \ static_assert(offsetof(UEOPortalCameraTraceComponent, bUseOnlyCameraPositionTrace) == 0x0000B8, "Member 'UEOPortalCameraTraceComponent::bUseOnlyCameraPositionTrace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOE_PortalCameraInteractableUsedEvent \ static_assert(alignof(UEOE_PortalCameraInteractableUsedEvent) == 0x000008, "Wrong alignment on UEOE_PortalCameraInteractableUsedEvent"); \ static_assert(sizeof(UEOE_PortalCameraInteractableUsedEvent) == 0x000030, "Wrong size on UEOE_PortalCameraInteractableUsedEvent"); \ static_assert(offsetof(UEOE_PortalCameraInteractableUsedEvent, AssociatedPortal) == 0x000028, "Member 'UEOE_PortalCameraInteractableUsedEvent::AssociatedPortal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOE_PortalCameraInteractableEndedEvent \ static_assert(alignof(UEOE_PortalCameraInteractableEndedEvent) == 0x000008, "Wrong alignment on UEOE_PortalCameraInteractableEndedEvent"); \ static_assert(sizeof(UEOE_PortalCameraInteractableEndedEvent) == 0x000028, "Wrong size on UEOE_PortalCameraInteractableEndedEvent"); \ #define DUMPER7_ASSERTS_EOPortalSubsystem_ForcePortal \ static_assert(alignof(EOPortalSubsystem_ForcePortal) == 0x000008, "Wrong alignment on EOPortalSubsystem_ForcePortal"); \ static_assert(sizeof(EOPortalSubsystem_ForcePortal) == 0x000008, "Wrong size on EOPortalSubsystem_ForcePortal"); \ static_assert(offsetof(EOPortalSubsystem_ForcePortal, SourcePortal) == 0x000000, "Member 'EOPortalSubsystem_ForcePortal::SourcePortal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPortalSubsystem_GetBasePortalMaterial \ static_assert(alignof(EOPortalSubsystem_GetBasePortalMaterial) == 0x000008, "Wrong alignment on EOPortalSubsystem_GetBasePortalMaterial"); \ static_assert(sizeof(EOPortalSubsystem_GetBasePortalMaterial) == 0x000008, "Wrong size on EOPortalSubsystem_GetBasePortalMaterial"); \ static_assert(offsetof(EOPortalSubsystem_GetBasePortalMaterial, ReturnValue) == 0x000000, "Member 'EOPortalSubsystem_GetBasePortalMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPortalSubsystem_GetOneDirectionPortalExitSFXMaterial \ static_assert(alignof(EOPortalSubsystem_GetOneDirectionPortalExitSFXMaterial) == 0x000008, "Wrong alignment on EOPortalSubsystem_GetOneDirectionPortalExitSFXMaterial"); \ static_assert(sizeof(EOPortalSubsystem_GetOneDirectionPortalExitSFXMaterial) == 0x000008, "Wrong size on EOPortalSubsystem_GetOneDirectionPortalExitSFXMaterial"); \ static_assert(offsetof(EOPortalSubsystem_GetOneDirectionPortalExitSFXMaterial, ReturnValue) == 0x000000, "Member 'EOPortalSubsystem_GetOneDirectionPortalExitSFXMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPortalSubsystem_IsForcingPortal \ static_assert(alignof(EOPortalSubsystem_IsForcingPortal) == 0x000001, "Wrong alignment on EOPortalSubsystem_IsForcingPortal"); \ static_assert(sizeof(EOPortalSubsystem_IsForcingPortal) == 0x000001, "Wrong size on EOPortalSubsystem_IsForcingPortal"); \ static_assert(offsetof(EOPortalSubsystem_IsForcingPortal, ReturnValue) == 0x000000, "Member 'EOPortalSubsystem_IsForcingPortal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPortalSubsystem_RegisterNonPlayerCamera \ static_assert(alignof(EOPortalSubsystem_RegisterNonPlayerCamera) == 0x000008, "Wrong alignment on EOPortalSubsystem_RegisterNonPlayerCamera"); \ static_assert(sizeof(EOPortalSubsystem_RegisterNonPlayerCamera) == 0x000010, "Wrong size on EOPortalSubsystem_RegisterNonPlayerCamera"); \ static_assert(offsetof(EOPortalSubsystem_RegisterNonPlayerCamera, Camera) == 0x000000, "Member 'EOPortalSubsystem_RegisterNonPlayerCamera::Camera' has a wrong offset!"); \ static_assert(offsetof(EOPortalSubsystem_RegisterNonPlayerCamera, bDontMoveBlendable) == 0x000008, "Member 'EOPortalSubsystem_RegisterNonPlayerCamera::bDontMoveBlendable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPortalSubsystem_RegisterPlayerCamera \ static_assert(alignof(EOPortalSubsystem_RegisterPlayerCamera) == 0x000008, "Wrong alignment on EOPortalSubsystem_RegisterPlayerCamera"); \ static_assert(sizeof(EOPortalSubsystem_RegisterPlayerCamera) == 0x000010, "Wrong size on EOPortalSubsystem_RegisterPlayerCamera"); \ static_assert(offsetof(EOPortalSubsystem_RegisterPlayerCamera, PlayerCamera) == 0x000000, "Member 'EOPortalSubsystem_RegisterPlayerCamera::PlayerCamera' has a wrong offset!"); \ static_assert(offsetof(EOPortalSubsystem_RegisterPlayerCamera, Player) == 0x000008, "Member 'EOPortalSubsystem_RegisterPlayerCamera::Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPortalSubsystem_UpdatePortalBlendAmount \ static_assert(alignof(EOPortalSubsystem_UpdatePortalBlendAmount) == 0x000004, "Wrong alignment on EOPortalSubsystem_UpdatePortalBlendAmount"); \ static_assert(sizeof(EOPortalSubsystem_UpdatePortalBlendAmount) == 0x000004, "Wrong size on EOPortalSubsystem_UpdatePortalBlendAmount"); \ static_assert(offsetof(EOPortalSubsystem_UpdatePortalBlendAmount, BlendAmount) == 0x000000, "Member 'EOPortalSubsystem_UpdatePortalBlendAmount::BlendAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPortalSubsystem_GetPortalMID \ static_assert(alignof(EOPortalSubsystem_GetPortalMID) == 0x000008, "Wrong alignment on EOPortalSubsystem_GetPortalMID"); \ static_assert(sizeof(EOPortalSubsystem_GetPortalMID) == 0x000008, "Wrong size on EOPortalSubsystem_GetPortalMID"); \ static_assert(offsetof(EOPortalSubsystem_GetPortalMID, ReturnValue) == 0x000000, "Member 'EOPortalSubsystem_GetPortalMID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPortalSubsystem_GetPortalRenderTarget \ static_assert(alignof(EOPortalSubsystem_GetPortalRenderTarget) == 0x000008, "Wrong alignment on EOPortalSubsystem_GetPortalRenderTarget"); \ static_assert(sizeof(EOPortalSubsystem_GetPortalRenderTarget) == 0x000008, "Wrong size on EOPortalSubsystem_GetPortalRenderTarget"); \ static_assert(offsetof(EOPortalSubsystem_GetPortalRenderTarget, ReturnValue) == 0x000000, "Member 'EOPortalSubsystem_GetPortalRenderTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOPortalSubsystem \ static_assert(alignof(UEOPortalSubsystem) == 0x000008, "Wrong alignment on UEOPortalSubsystem"); \ static_assert(sizeof(UEOPortalSubsystem) == 0x0000D8, "Wrong size on UEOPortalSubsystem"); \ static_assert(offsetof(UEOPortalSubsystem, bIsRenderTargetBound) == 0x000030, "Member 'UEOPortalSubsystem::bIsRenderTargetBound' has a wrong offset!"); \ static_assert(offsetof(UEOPortalSubsystem, PortalRenderTarget) == 0x000048, "Member 'UEOPortalSubsystem::PortalRenderTarget' has a wrong offset!"); \ static_assert(offsetof(UEOPortalSubsystem, BasicPortalMaterial) == 0x000050, "Member 'UEOPortalSubsystem::BasicPortalMaterial' has a wrong offset!"); \ static_assert(offsetof(UEOPortalSubsystem, OneWayPortalExitSFXMaterial) == 0x000058, "Member 'UEOPortalSubsystem::OneWayPortalExitSFXMaterial' has a wrong offset!"); \ static_assert(offsetof(UEOPortalSubsystem, PostProcessPortalMaterial) == 0x000060, "Member 'UEOPortalSubsystem::PostProcessPortalMaterial' has a wrong offset!"); \ static_assert(offsetof(UEOPortalSubsystem, PostProcessPortalMID) == 0x000068, "Member 'UEOPortalSubsystem::PostProcessPortalMID' has a wrong offset!"); \ static_assert(offsetof(UEOPortalSubsystem, PortalRenderingSubsystem) == 0x000070, "Member 'UEOPortalSubsystem::PortalRenderingSubsystem' has a wrong offset!"); \ static_assert(offsetof(UEOPortalSubsystem, SavedPlayerCamera) == 0x000098, "Member 'UEOPortalSubsystem::SavedPlayerCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPortalMaterialUpdateComponent \ static_assert(alignof(UPortalMaterialUpdateComponent) == 0x000008, "Wrong alignment on UPortalMaterialUpdateComponent"); \ static_assert(sizeof(UPortalMaterialUpdateComponent) == 0x0000C8, "Wrong size on UPortalMaterialUpdateComponent"); \ static_assert(offsetof(UPortalMaterialUpdateComponent, MaterialInstance) == 0x0000C0, "Member 'UPortalMaterialUpdateComponent::MaterialInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMPCP_Chladni_C \ static_assert(alignof(UMPCP_Chladni_C) == 0x000008, "Wrong alignment on UMPCP_Chladni_C"); \ static_assert(sizeof(UMPCP_Chladni_C) == 0x0000D0, "Wrong size on UMPCP_Chladni_C"); \ #define DUMPER7_ASSERTS_UGE_Interacting_C \ static_assert(alignof(UGE_Interacting_C) == 0x000008, "Wrong alignment on UGE_Interacting_C"); \ static_assert(sizeof(UGE_Interacting_C) == 0x000800, "Wrong size on UGE_Interacting_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedSI_C \ static_assert(alignof(UOS_ACH_Bool_FinishedSI_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedSI_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedSI_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedSI_C"); \ #define DUMPER7_ASSERTS_UEOEvent \ static_assert(alignof(UEOEvent) == 0x000008, "Wrong alignment on UEOEvent"); \ static_assert(sizeof(UEOEvent) == 0x000028, "Wrong size on UEOEvent"); \ #define DUMPER7_ASSERTS_EOEventDispatcherManager_BroadcastEOEvent \ static_assert(alignof(EOEventDispatcherManager_BroadcastEOEvent) == 0x000008, "Wrong alignment on EOEventDispatcherManager_BroadcastEOEvent"); \ static_assert(sizeof(EOEventDispatcherManager_BroadcastEOEvent) == 0x000020, "Wrong size on EOEventDispatcherManager_BroadcastEOEvent"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastEOEvent, WorldContextObject) == 0x000000, "Member 'EOEventDispatcherManager_BroadcastEOEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastEOEvent, Sender) == 0x000008, "Member 'EOEventDispatcherManager_BroadcastEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastEOEvent, Event) == 0x000010, "Member 'EOEventDispatcherManager_BroadcastEOEvent::Event' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastEOEvent, bNoLogging) == 0x000018, "Member 'EOEventDispatcherManager_BroadcastEOEvent::bNoLogging' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOEventDispatcherManager_BroadcastMultipleEOEvents \ static_assert(alignof(EOEventDispatcherManager_BroadcastMultipleEOEvents) == 0x000008, "Wrong alignment on EOEventDispatcherManager_BroadcastMultipleEOEvents"); \ static_assert(sizeof(EOEventDispatcherManager_BroadcastMultipleEOEvents) == 0x000020, "Wrong size on EOEventDispatcherManager_BroadcastMultipleEOEvents"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastMultipleEOEvents, WorldContextObject) == 0x000000, "Member 'EOEventDispatcherManager_BroadcastMultipleEOEvents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastMultipleEOEvents, Sender) == 0x000008, "Member 'EOEventDispatcherManager_BroadcastMultipleEOEvents::Sender' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastMultipleEOEvents, Events) == 0x000010, "Member 'EOEventDispatcherManager_BroadcastMultipleEOEvents::Events' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOEventDispatcherManager_BroadcastPersistentEOEvent \ static_assert(alignof(EOEventDispatcherManager_BroadcastPersistentEOEvent) == 0x000008, "Wrong alignment on EOEventDispatcherManager_BroadcastPersistentEOEvent"); \ static_assert(sizeof(EOEventDispatcherManager_BroadcastPersistentEOEvent) == 0x000020, "Wrong size on EOEventDispatcherManager_BroadcastPersistentEOEvent"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastPersistentEOEvent, WorldContextObject) == 0x000000, "Member 'EOEventDispatcherManager_BroadcastPersistentEOEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastPersistentEOEvent, Sender) == 0x000008, "Member 'EOEventDispatcherManager_BroadcastPersistentEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastPersistentEOEvent, Event) == 0x000010, "Member 'EOEventDispatcherManager_BroadcastPersistentEOEvent::Event' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastPersistentEOEvent, bReplaceExisting) == 0x000018, "Member 'EOEventDispatcherManager_BroadcastPersistentEOEvent::bReplaceExisting' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastPersistentEOEvent, bPersistOnMapChange) == 0x000019, "Member 'EOEventDispatcherManager_BroadcastPersistentEOEvent::bPersistOnMapChange' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_BroadcastPersistentEOEvent, bSilent) == 0x00001A, "Member 'EOEventDispatcherManager_BroadcastPersistentEOEvent::bSilent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOEventDispatcherManager_CreateEOEvent \ static_assert(alignof(EOEventDispatcherManager_CreateEOEvent) == 0x000008, "Wrong alignment on EOEventDispatcherManager_CreateEOEvent"); \ static_assert(sizeof(EOEventDispatcherManager_CreateEOEvent) == 0x000020, "Wrong size on EOEventDispatcherManager_CreateEOEvent"); \ static_assert(offsetof(EOEventDispatcherManager_CreateEOEvent, WorldContextObject) == 0x000000, "Member 'EOEventDispatcherManager_CreateEOEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_CreateEOEvent, EventClass) == 0x000008, "Member 'EOEventDispatcherManager_CreateEOEvent::EventClass' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_CreateEOEvent, OuterObject) == 0x000010, "Member 'EOEventDispatcherManager_CreateEOEvent::OuterObject' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_CreateEOEvent, ReturnValue) == 0x000018, "Member 'EOEventDispatcherManager_CreateEOEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOEventDispatcherManager_HasSubscribers \ static_assert(alignof(EOEventDispatcherManager_HasSubscribers) == 0x000008, "Wrong alignment on EOEventDispatcherManager_HasSubscribers"); \ static_assert(sizeof(EOEventDispatcherManager_HasSubscribers) == 0x000018, "Wrong size on EOEventDispatcherManager_HasSubscribers"); \ static_assert(offsetof(EOEventDispatcherManager_HasSubscribers, WorldContextObject) == 0x000000, "Member 'EOEventDispatcherManager_HasSubscribers::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_HasSubscribers, EventClass) == 0x000008, "Member 'EOEventDispatcherManager_HasSubscribers::EventClass' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_HasSubscribers, ReturnValue) == 0x000010, "Member 'EOEventDispatcherManager_HasSubscribers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOEventDispatcherManager_RegisterEOEvent \ static_assert(alignof(EOEventDispatcherManager_RegisterEOEvent) == 0x000008, "Wrong alignment on EOEventDispatcherManager_RegisterEOEvent"); \ static_assert(sizeof(EOEventDispatcherManager_RegisterEOEvent) == 0x000020, "Wrong size on EOEventDispatcherManager_RegisterEOEvent"); \ static_assert(offsetof(EOEventDispatcherManager_RegisterEOEvent, WorldContextObject) == 0x000000, "Member 'EOEventDispatcherManager_RegisterEOEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_RegisterEOEvent, EventClass) == 0x000008, "Member 'EOEventDispatcherManager_RegisterEOEvent::EventClass' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_RegisterEOEvent, Delegate) == 0x000010, "Member 'EOEventDispatcherManager_RegisterEOEvent::Delegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOEventDispatcherManager_RemovePersistentEOEvent \ static_assert(alignof(EOEventDispatcherManager_RemovePersistentEOEvent) == 0x000008, "Wrong alignment on EOEventDispatcherManager_RemovePersistentEOEvent"); \ static_assert(sizeof(EOEventDispatcherManager_RemovePersistentEOEvent) == 0x000010, "Wrong size on EOEventDispatcherManager_RemovePersistentEOEvent"); \ static_assert(offsetof(EOEventDispatcherManager_RemovePersistentEOEvent, WorldContextObject) == 0x000000, "Member 'EOEventDispatcherManager_RemovePersistentEOEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_RemovePersistentEOEvent, EventClass) == 0x000008, "Member 'EOEventDispatcherManager_RemovePersistentEOEvent::EventClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOEventDispatcherManager_UnregisterAllEOEventsForThisObject \ static_assert(alignof(EOEventDispatcherManager_UnregisterAllEOEventsForThisObject) == 0x000008, "Wrong alignment on EOEventDispatcherManager_UnregisterAllEOEventsForThisObject"); \ static_assert(sizeof(EOEventDispatcherManager_UnregisterAllEOEventsForThisObject) == 0x000008, "Wrong size on EOEventDispatcherManager_UnregisterAllEOEventsForThisObject"); \ static_assert(offsetof(EOEventDispatcherManager_UnregisterAllEOEventsForThisObject, WorldContextObject) == 0x000000, "Member 'EOEventDispatcherManager_UnregisterAllEOEventsForThisObject::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOEventDispatcherManager_UnregisterEOEventClass \ static_assert(alignof(EOEventDispatcherManager_UnregisterEOEventClass) == 0x000008, "Wrong alignment on EOEventDispatcherManager_UnregisterEOEventClass"); \ static_assert(sizeof(EOEventDispatcherManager_UnregisterEOEventClass) == 0x000010, "Wrong size on EOEventDispatcherManager_UnregisterEOEventClass"); \ static_assert(offsetof(EOEventDispatcherManager_UnregisterEOEventClass, WorldContextObject) == 0x000000, "Member 'EOEventDispatcherManager_UnregisterEOEventClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOEventDispatcherManager_UnregisterEOEventClass, EventClass) == 0x000008, "Member 'EOEventDispatcherManager_UnregisterEOEventClass::EventClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOEventDispatcherManager \ static_assert(alignof(UEOEventDispatcherManager) == 0x000008, "Wrong alignment on UEOEventDispatcherManager"); \ static_assert(sizeof(UEOEventDispatcherManager) == 0x000188, "Wrong size on UEOEventDispatcherManager"); \ #define DUMPER7_ASSERTS_EOEventTriggerBoxBase_NativeEventTest \ static_assert(alignof(EOEventTriggerBoxBase_NativeEventTest) == 0x000008, "Wrong alignment on EOEventTriggerBoxBase_NativeEventTest"); \ static_assert(sizeof(EOEventTriggerBoxBase_NativeEventTest) == 0x000010, "Wrong size on EOEventTriggerBoxBase_NativeEventTest"); \ static_assert(offsetof(EOEventTriggerBoxBase_NativeEventTest, Sender) == 0x000000, "Member 'EOEventTriggerBoxBase_NativeEventTest::Sender' has a wrong offset!"); \ static_assert(offsetof(EOEventTriggerBoxBase_NativeEventTest, Event) == 0x000008, "Member 'EOEventTriggerBoxBase_NativeEventTest::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOEventTriggerBoxBase \ static_assert(alignof(AEOEventTriggerBoxBase) == 0x000008, "Wrong alignment on AEOEventTriggerBoxBase"); \ static_assert(sizeof(AEOEventTriggerBoxBase) == 0x000248, "Wrong size on AEOEventTriggerBoxBase"); \ static_assert(offsetof(AEOEventTriggerBoxBase, BroadcastEvents) == 0x000238, "Member 'AEOEventTriggerBoxBase::BroadcastEvents' 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_UEOPortalRenderingSubsystem \ static_assert(alignof(UEOPortalRenderingSubsystem) == 0x000008, "Wrong alignment on UEOPortalRenderingSubsystem"); \ static_assert(sizeof(UEOPortalRenderingSubsystem) == 0x0000A0, "Wrong size on UEOPortalRenderingSubsystem"); \ #define DUMPER7_ASSERTS_UMPCP_Chladni_LowerRight_C \ static_assert(alignof(UMPCP_Chladni_LowerRight_C) == 0x000008, "Wrong alignment on UMPCP_Chladni_LowerRight_C"); \ static_assert(sizeof(UMPCP_Chladni_LowerRight_C) == 0x0000D0, "Wrong size on UMPCP_Chladni_LowerRight_C"); \ #define DUMPER7_ASSERTS_FEOCommonGameplayEffectContext \ static_assert(alignof(FEOCommonGameplayEffectContext) == 0x000008, "Wrong alignment on FEOCommonGameplayEffectContext"); \ static_assert(sizeof(FEOCommonGameplayEffectContext) == 0x000078, "Wrong size on FEOCommonGameplayEffectContext"); \ #define DUMPER7_ASSERTS_FInputActionBind \ static_assert(alignof(FInputActionBind) == 0x000008, "Wrong alignment on FInputActionBind"); \ static_assert(sizeof(FInputActionBind) == 0x000028, "Wrong size on FInputActionBind"); \ #define DUMPER7_ASSERTS_FAnimationPlayerDataStruct \ static_assert(alignof(FAnimationPlayerDataStruct) == 0x000008, "Wrong alignment on FAnimationPlayerDataStruct"); \ static_assert(sizeof(FAnimationPlayerDataStruct) == 0x000008, "Wrong size on FAnimationPlayerDataStruct"); \ static_assert(offsetof(FAnimationPlayerDataStruct, AnimPlayerData) == 0x000000, "Member 'FAnimationPlayerDataStruct::AnimPlayerData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOAnimationPlayerEntry \ static_assert(alignof(FEOAnimationPlayerEntry) == 0x000008, "Wrong alignment on FEOAnimationPlayerEntry"); \ static_assert(sizeof(FEOAnimationPlayerEntry) == 0x000028, "Wrong size on FEOAnimationPlayerEntry"); \ static_assert(offsetof(FEOAnimationPlayerEntry, Montage) == 0x000000, "Member 'FEOAnimationPlayerEntry::Montage' has a wrong offset!"); \ static_assert(offsetof(FEOAnimationPlayerEntry, ChanceToPlay) == 0x000008, "Member 'FEOAnimationPlayerEntry::ChanceToPlay' has a wrong offset!"); \ static_assert(offsetof(FEOAnimationPlayerEntry, MinLoopCount) == 0x00000C, "Member 'FEOAnimationPlayerEntry::MinLoopCount' has a wrong offset!"); \ static_assert(offsetof(FEOAnimationPlayerEntry, MaxLoopCount) == 0x000010, "Member 'FEOAnimationPlayerEntry::MaxLoopCount' has a wrong offset!"); \ static_assert(offsetof(FEOAnimationPlayerEntry, MinPlayRate) == 0x000014, "Member 'FEOAnimationPlayerEntry::MinPlayRate' has a wrong offset!"); \ static_assert(offsetof(FEOAnimationPlayerEntry, MaxPlayRate) == 0x000018, "Member 'FEOAnimationPlayerEntry::MaxPlayRate' has a wrong offset!"); \ static_assert(offsetof(FEOAnimationPlayerEntry, StartingPosition) == 0x00001C, "Member 'FEOAnimationPlayerEntry::StartingPosition' has a wrong offset!"); \ static_assert(offsetof(FEOAnimationPlayerEntry, StartingSection) == 0x000020, "Member 'FEOAnimationPlayerEntry::StartingSection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOAnimationPlayerRuntimeData \ static_assert(alignof(FEOAnimationPlayerRuntimeData) == 0x000008, "Wrong alignment on FEOAnimationPlayerRuntimeData"); \ static_assert(sizeof(FEOAnimationPlayerRuntimeData) == 0x000030, "Wrong size on FEOAnimationPlayerRuntimeData"); \ static_assert(offsetof(FEOAnimationPlayerRuntimeData, Entry) == 0x000000, "Member 'FEOAnimationPlayerRuntimeData::Entry' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOPlayerSpeedParams \ static_assert(alignof(FEOPlayerSpeedParams) == 0x000008, "Wrong alignment on FEOPlayerSpeedParams"); \ static_assert(sizeof(FEOPlayerSpeedParams) == 0x000038, "Wrong size on FEOPlayerSpeedParams"); \ static_assert(offsetof(FEOPlayerSpeedParams, PlayerSpeedDataAsset) == 0x000000, "Member 'FEOPlayerSpeedParams::PlayerSpeedDataAsset' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, Priority) == 0x000008, "Member 'FEOPlayerSpeedParams::Priority' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, BlendTimeOverride) == 0x00000C, "Member 'FEOPlayerSpeedParams::BlendTimeOverride' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, DurationOverride) == 0x000010, "Member 'FEOPlayerSpeedParams::DurationOverride' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, RecoveryBlendTimeOverride) == 0x000014, "Member 'FEOPlayerSpeedParams::RecoveryBlendTimeOverride' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, MoveSpeedScaleModifier) == 0x000018, "Member 'FEOPlayerSpeedParams::MoveSpeedScaleModifier' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, MaxMoveSpeedScaleModifier) == 0x00001C, "Member 'FEOPlayerSpeedParams::MaxMoveSpeedScaleModifier' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, MoveSpeedRateOverride) == 0x000020, "Member 'FEOPlayerSpeedParams::MoveSpeedRateOverride' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, MoveSpeedRateOverrideValue) == 0x000024, "Member 'FEOPlayerSpeedParams::MoveSpeedRateOverrideValue' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, SprintScaleModifier) == 0x000028, "Member 'FEOPlayerSpeedParams::SprintScaleModifier' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, MaxSprintScaleModifier) == 0x00002C, "Member 'FEOPlayerSpeedParams::MaxSprintScaleModifier' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, SprintScaleRateOverride) == 0x000030, "Member 'FEOPlayerSpeedParams::SprintScaleRateOverride' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedParams, SprintScaleRateOverrideValue) == 0x000034, "Member 'FEOPlayerSpeedParams::SprintScaleRateOverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOSoftSoundControlBusMixStage \ static_assert(alignof(FEOSoftSoundControlBusMixStage) == 0x000008, "Wrong alignment on FEOSoftSoundControlBusMixStage"); \ static_assert(sizeof(FEOSoftSoundControlBusMixStage) == 0x000050, "Wrong size on FEOSoftSoundControlBusMixStage"); \ static_assert(offsetof(FEOSoftSoundControlBusMixStage, BusSoftPtr) == 0x000000, "Member 'FEOSoftSoundControlBusMixStage::BusSoftPtr' has a wrong offset!"); \ static_assert(offsetof(FEOSoftSoundControlBusMixStage, BusHardRef) == 0x000028, "Member 'FEOSoftSoundControlBusMixStage::BusHardRef' has a wrong offset!"); \ static_assert(offsetof(FEOSoftSoundControlBusMixStage, Value) == 0x000030, "Member 'FEOSoftSoundControlBusMixStage::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCurrentActivity \ static_assert(alignof(FCurrentActivity) == 0x000008, "Wrong alignment on FCurrentActivity"); \ static_assert(sizeof(FCurrentActivity) == 0x000010, "Wrong size on FCurrentActivity"); \ static_assert(offsetof(FCurrentActivity, Activity) == 0x000000, "Member 'FCurrentActivity::Activity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Base \ static_assert(alignof(FEOCommon_OverrideType_Base) == 0x000001, "Wrong alignment on FEOCommon_OverrideType_Base"); \ static_assert(sizeof(FEOCommon_OverrideType_Base) == 0x000001, "Wrong size on FEOCommon_OverrideType_Base"); \ static_assert(offsetof(FEOCommon_OverrideType_Base, bOverride) == 0x000000, "Member 'FEOCommon_OverrideType_Base::bOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Class \ static_assert(alignof(FEOCommon_OverrideType_Class) == 0x000008, "Wrong alignment on FEOCommon_OverrideType_Class"); \ static_assert(sizeof(FEOCommon_OverrideType_Class) == 0x000010, "Wrong size on FEOCommon_OverrideType_Class"); \ static_assert(offsetof(FEOCommon_OverrideType_Class, OverrideValue) == 0x000008, "Member 'FEOCommon_OverrideType_Class::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_ActorArray \ static_assert(alignof(FEOCommon_OverrideType_ActorArray) == 0x000008, "Wrong alignment on FEOCommon_OverrideType_ActorArray"); \ static_assert(sizeof(FEOCommon_OverrideType_ActorArray) == 0x000018, "Wrong size on FEOCommon_OverrideType_ActorArray"); \ static_assert(offsetof(FEOCommon_OverrideType_ActorArray, OverrideValue) == 0x000008, "Member 'FEOCommon_OverrideType_ActorArray::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Actor \ static_assert(alignof(FEOCommon_OverrideType_Actor) == 0x000008, "Wrong alignment on FEOCommon_OverrideType_Actor"); \ static_assert(sizeof(FEOCommon_OverrideType_Actor) == 0x000010, "Wrong size on FEOCommon_OverrideType_Actor"); \ static_assert(offsetof(FEOCommon_OverrideType_Actor, OverrideValue) == 0x000008, "Member 'FEOCommon_OverrideType_Actor::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Object \ static_assert(alignof(FEOCommon_OverrideType_Object) == 0x000008, "Wrong alignment on FEOCommon_OverrideType_Object"); \ static_assert(sizeof(FEOCommon_OverrideType_Object) == 0x000010, "Wrong size on FEOCommon_OverrideType_Object"); \ static_assert(offsetof(FEOCommon_OverrideType_Object, OverrideValue) == 0x000008, "Member 'FEOCommon_OverrideType_Object::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_LinearColor \ static_assert(alignof(FEOCommon_OverrideType_LinearColor) == 0x000004, "Wrong alignment on FEOCommon_OverrideType_LinearColor"); \ static_assert(sizeof(FEOCommon_OverrideType_LinearColor) == 0x000014, "Wrong size on FEOCommon_OverrideType_LinearColor"); \ static_assert(offsetof(FEOCommon_OverrideType_LinearColor, OverrideValue) == 0x000004, "Member 'FEOCommon_OverrideType_LinearColor::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Color \ static_assert(alignof(FEOCommon_OverrideType_Color) == 0x000004, "Wrong alignment on FEOCommon_OverrideType_Color"); \ static_assert(sizeof(FEOCommon_OverrideType_Color) == 0x000008, "Wrong size on FEOCommon_OverrideType_Color"); \ static_assert(offsetof(FEOCommon_OverrideType_Color, OverrideValue) == 0x000004, "Member 'FEOCommon_OverrideType_Color::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDecalFootprintInfo \ static_assert(alignof(FDecalFootprintInfo) == 0x000008, "Wrong alignment on FDecalFootprintInfo"); \ static_assert(sizeof(FDecalFootprintInfo) == 0x000030, "Wrong size on FDecalFootprintInfo"); \ static_assert(offsetof(FDecalFootprintInfo, DecalMaterial) == 0x000000, "Member 'FDecalFootprintInfo::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(FDecalFootprintInfo, SortOrderOverride) == 0x000008, "Member 'FDecalFootprintInfo::SortOrderOverride' has a wrong offset!"); \ static_assert(offsetof(FDecalFootprintInfo, FadeScreenSizeOverride) == 0x00000C, "Member 'FDecalFootprintInfo::FadeScreenSizeOverride' has a wrong offset!"); \ static_assert(offsetof(FDecalFootprintInfo, FadeStartDelayOverride) == 0x000010, "Member 'FDecalFootprintInfo::FadeStartDelayOverride' has a wrong offset!"); \ static_assert(offsetof(FDecalFootprintInfo, FadeDurationOverride) == 0x000014, "Member 'FDecalFootprintInfo::FadeDurationOverride' has a wrong offset!"); \ static_assert(offsetof(FDecalFootprintInfo, FadeInDurationOverride) == 0x000018, "Member 'FDecalFootprintInfo::FadeInDurationOverride' has a wrong offset!"); \ static_assert(offsetof(FDecalFootprintInfo, FadeInStartDelayOverride) == 0x00001C, "Member 'FDecalFootprintInfo::FadeInStartDelayOverride' has a wrong offset!"); \ static_assert(offsetof(FDecalFootprintInfo, DecalSizeOverride) == 0x000020, "Member 'FDecalFootprintInfo::DecalSizeOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Transform \ static_assert(alignof(FEOCommon_OverrideType_Transform) == 0x000010, "Wrong alignment on FEOCommon_OverrideType_Transform"); \ static_assert(sizeof(FEOCommon_OverrideType_Transform) == 0x000040, "Wrong size on FEOCommon_OverrideType_Transform"); \ static_assert(offsetof(FEOCommon_OverrideType_Transform, OverrideValue) == 0x000010, "Member 'FEOCommon_OverrideType_Transform::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Rotator \ static_assert(alignof(FEOCommon_OverrideType_Rotator) == 0x000004, "Wrong alignment on FEOCommon_OverrideType_Rotator"); \ static_assert(sizeof(FEOCommon_OverrideType_Rotator) == 0x000010, "Wrong size on FEOCommon_OverrideType_Rotator"); \ static_assert(offsetof(FEOCommon_OverrideType_Rotator, OverrideValue) == 0x000004, "Member 'FEOCommon_OverrideType_Rotator::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Byte \ static_assert(alignof(FEOCommon_OverrideType_Byte) == 0x000001, "Wrong alignment on FEOCommon_OverrideType_Byte"); \ static_assert(sizeof(FEOCommon_OverrideType_Byte) == 0x000002, "Wrong size on FEOCommon_OverrideType_Byte"); \ static_assert(offsetof(FEOCommon_OverrideType_Byte, OverrideValue) == 0x000001, "Member 'FEOCommon_OverrideType_Byte::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Vector \ static_assert(alignof(FEOCommon_OverrideType_Vector) == 0x000004, "Wrong alignment on FEOCommon_OverrideType_Vector"); \ static_assert(sizeof(FEOCommon_OverrideType_Vector) == 0x000010, "Wrong size on FEOCommon_OverrideType_Vector"); \ static_assert(offsetof(FEOCommon_OverrideType_Vector, OverrideValue) == 0x000004, "Member 'FEOCommon_OverrideType_Vector::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Text \ static_assert(alignof(FEOCommon_OverrideType_Text) == 0x000008, "Wrong alignment on FEOCommon_OverrideType_Text"); \ static_assert(sizeof(FEOCommon_OverrideType_Text) == 0x000020, "Wrong size on FEOCommon_OverrideType_Text"); \ static_assert(offsetof(FEOCommon_OverrideType_Text, OverrideValue) == 0x000008, "Member 'FEOCommon_OverrideType_Text::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_String \ static_assert(alignof(FEOCommon_OverrideType_String) == 0x000008, "Wrong alignment on FEOCommon_OverrideType_String"); \ static_assert(sizeof(FEOCommon_OverrideType_String) == 0x000018, "Wrong size on FEOCommon_OverrideType_String"); \ static_assert(offsetof(FEOCommon_OverrideType_String, OverrideValue) == 0x000008, "Member 'FEOCommon_OverrideType_String::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Name \ static_assert(alignof(FEOCommon_OverrideType_Name) == 0x000004, "Wrong alignment on FEOCommon_OverrideType_Name"); \ static_assert(sizeof(FEOCommon_OverrideType_Name) == 0x00000C, "Wrong size on FEOCommon_OverrideType_Name"); \ static_assert(offsetof(FEOCommon_OverrideType_Name, OverrideValue) == 0x000004, "Member 'FEOCommon_OverrideType_Name::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRVTFootprintInfo \ static_assert(alignof(FRVTFootprintInfo) == 0x000008, "Wrong alignment on FRVTFootprintInfo"); \ static_assert(sizeof(FRVTFootprintInfo) == 0x000010, "Wrong size on FRVTFootprintInfo"); \ static_assert(offsetof(FRVTFootprintInfo, RVT_FootprintTextureOverride) == 0x000000, "Member 'FRVTFootprintInfo::RVT_FootprintTextureOverride' has a wrong offset!"); \ static_assert(offsetof(FRVTFootprintInfo, RVT_FootprintDurationOverride) == 0x000008, "Member 'FRVTFootprintInfo::RVT_FootprintDurationOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFootprintInfo \ static_assert(alignof(FFootprintInfo) == 0x000008, "Wrong alignment on FFootprintInfo"); \ static_assert(sizeof(FFootprintInfo) == 0x000048, "Wrong size on FFootprintInfo"); \ static_assert(offsetof(FFootprintInfo, EnableFootprint) == 0x000000, "Member 'FFootprintInfo::EnableFootprint' has a wrong offset!"); \ static_assert(offsetof(FFootprintInfo, FootprintType) == 0x000001, "Member 'FFootprintInfo::FootprintType' has a wrong offset!"); \ static_assert(offsetof(FFootprintInfo, RVT_FootprintInfo) == 0x000008, "Member 'FFootprintInfo::RVT_FootprintInfo' has a wrong offset!"); \ static_assert(offsetof(FFootprintInfo, Decal_FootprintInfo) == 0x000018, "Member 'FFootprintInfo::Decal_FootprintInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFootprintOverrideInfo \ static_assert(alignof(FFootprintOverrideInfo) == 0x000008, "Wrong alignment on FFootprintOverrideInfo"); \ static_assert(sizeof(FFootprintOverrideInfo) == 0x000048, "Wrong size on FFootprintOverrideInfo"); \ static_assert(offsetof(FFootprintOverrideInfo, FootPrint) == 0x000000, "Member 'FFootprintOverrideInfo::FootPrint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Float \ static_assert(alignof(FEOCommon_OverrideType_Float) == 0x000004, "Wrong alignment on FEOCommon_OverrideType_Float"); \ static_assert(sizeof(FEOCommon_OverrideType_Float) == 0x000008, "Wrong size on FEOCommon_OverrideType_Float"); \ static_assert(offsetof(FEOCommon_OverrideType_Float, OverrideValue) == 0x000004, "Member 'FEOCommon_OverrideType_Float::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Integer64 \ static_assert(alignof(FEOCommon_OverrideType_Integer64) == 0x000008, "Wrong alignment on FEOCommon_OverrideType_Integer64"); \ static_assert(sizeof(FEOCommon_OverrideType_Integer64) == 0x000010, "Wrong size on FEOCommon_OverrideType_Integer64"); \ static_assert(offsetof(FEOCommon_OverrideType_Integer64, OverrideValue) == 0x000008, "Member 'FEOCommon_OverrideType_Integer64::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Integer \ static_assert(alignof(FEOCommon_OverrideType_Integer) == 0x000004, "Wrong alignment on FEOCommon_OverrideType_Integer"); \ static_assert(sizeof(FEOCommon_OverrideType_Integer) == 0x000008, "Wrong size on FEOCommon_OverrideType_Integer"); \ static_assert(offsetof(FEOCommon_OverrideType_Integer, OverrideValue) == 0x000004, "Member 'FEOCommon_OverrideType_Integer::OverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCommon_OverrideType_Bool \ static_assert(alignof(FEOCommon_OverrideType_Bool) == 0x000001, "Wrong alignment on FEOCommon_OverrideType_Bool"); \ static_assert(sizeof(FEOCommon_OverrideType_Bool) == 0x000002, "Wrong size on FEOCommon_OverrideType_Bool"); \ static_assert(offsetof(FEOCommon_OverrideType_Bool, bOverrideValue) == 0x000001, "Member 'FEOCommon_OverrideType_Bool::bOverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOPlayerSpeedInfo \ static_assert(alignof(FEOPlayerSpeedInfo) == 0x000008, "Wrong alignment on FEOPlayerSpeedInfo"); \ static_assert(sizeof(FEOPlayerSpeedInfo) == 0x0000F8, "Wrong size on FEOPlayerSpeedInfo"); \ static_assert(offsetof(FEOPlayerSpeedInfo, PlayerSpeedDataAsset) == 0x000000, "Member 'FEOPlayerSpeedInfo::PlayerSpeedDataAsset' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, PlayerSpeedDataAssetNameStr) == 0x000008, "Member 'FEOPlayerSpeedInfo::PlayerSpeedDataAssetNameStr' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, Priority) == 0x000018, "Member 'FEOPlayerSpeedInfo::Priority' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, BlendTimeOverride) == 0x00001C, "Member 'FEOPlayerSpeedInfo::BlendTimeOverride' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, DurationOverride) == 0x000020, "Member 'FEOPlayerSpeedInfo::DurationOverride' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, RecoveryBlendTimeOverride) == 0x000024, "Member 'FEOPlayerSpeedInfo::RecoveryBlendTimeOverride' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, MoveSpeedScaleModifier) == 0x000028, "Member 'FEOPlayerSpeedInfo::MoveSpeedScaleModifier' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, MaxMoveSpeedScaleModifier) == 0x00002C, "Member 'FEOPlayerSpeedInfo::MaxMoveSpeedScaleModifier' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, MoveSpeedRateOverride) == 0x000030, "Member 'FEOPlayerSpeedInfo::MoveSpeedRateOverride' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, MoveSpeedRateOverrideValue) == 0x000034, "Member 'FEOPlayerSpeedInfo::MoveSpeedRateOverrideValue' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, SprintScaleModifier) == 0x000038, "Member 'FEOPlayerSpeedInfo::SprintScaleModifier' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, MaxSprintScaleModifier) == 0x00003C, "Member 'FEOPlayerSpeedInfo::MaxSprintScaleModifier' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, SprintScaleRateOverride) == 0x000040, "Member 'FEOPlayerSpeedInfo::SprintScaleRateOverride' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, SprintScaleRateOverrideValue) == 0x000044, "Member 'FEOPlayerSpeedInfo::SprintScaleRateOverrideValue' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, bDoNotSave) == 0x000048, "Member 'FEOPlayerSpeedInfo::bDoNotSave' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, FromObject) == 0x000050, "Member 'FEOPlayerSpeedInfo::FromObject' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, FromObjectPath) == 0x000058, "Member 'FEOPlayerSpeedInfo::FromObjectPath' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, StartingEffectHandle) == 0x000068, "Member 'FEOPlayerSpeedInfo::StartingEffectHandle' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, CurrentEffectHandle) == 0x000080, "Member 'FEOPlayerSpeedInfo::CurrentEffectHandle' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, ContextHandle) == 0x000098, "Member 'FEOPlayerSpeedInfo::ContextHandle' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, EffectSpecHandle) == 0x0000B0, "Member 'FEOPlayerSpeedInfo::EffectSpecHandle' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, CalculatedPlayerSpeed) == 0x0000C0, "Member 'FEOPlayerSpeedInfo::CalculatedPlayerSpeed' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, CalculatedMaxPlayerSpeed) == 0x0000C4, "Member 'FEOPlayerSpeedInfo::CalculatedMaxPlayerSpeed' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, CalculatedPlayerSpeedRate) == 0x0000C8, "Member 'FEOPlayerSpeedInfo::CalculatedPlayerSpeedRate' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, CalculatedRecoveryPlayerSpeedTarget) == 0x0000CC, "Member 'FEOPlayerSpeedInfo::CalculatedRecoveryPlayerSpeedTarget' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, CalculatedRecoveryPlayerSpeedRate) == 0x0000D0, "Member 'FEOPlayerSpeedInfo::CalculatedRecoveryPlayerSpeedRate' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, CalculatedSprintScale) == 0x0000D4, "Member 'FEOPlayerSpeedInfo::CalculatedSprintScale' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, CalculatedMaxSprintScale) == 0x0000D8, "Member 'FEOPlayerSpeedInfo::CalculatedMaxSprintScale' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, CalculatedSprintScaleRate) == 0x0000DC, "Member 'FEOPlayerSpeedInfo::CalculatedSprintScaleRate' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, CalculatedRecoverySprintScaleTarget) == 0x0000E0, "Member 'FEOPlayerSpeedInfo::CalculatedRecoverySprintScaleTarget' has a wrong offset!"); \ static_assert(offsetof(FEOPlayerSpeedInfo, CalculatedRecoverySprintScaleRate) == 0x0000E4, "Member 'FEOPlayerSpeedInfo::CalculatedRecoverySprintScaleRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOPlayerSpeedStack \ static_assert(alignof(FEOPlayerSpeedStack) == 0x000008, "Wrong alignment on FEOPlayerSpeedStack"); \ static_assert(sizeof(FEOPlayerSpeedStack) == 0x000010, "Wrong size on FEOPlayerSpeedStack"); \ static_assert(offsetof(FEOPlayerSpeedStack, Stack) == 0x000000, "Member 'FEOPlayerSpeedStack::Stack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFootstepSoundProperties \ static_assert(alignof(FFootstepSoundProperties) == 0x000008, "Wrong alignment on FFootstepSoundProperties"); \ static_assert(sizeof(FFootstepSoundProperties) == 0x000010, "Wrong size on FFootstepSoundProperties"); \ static_assert(offsetof(FFootstepSoundProperties, Sound) == 0x000000, "Member 'FFootstepSoundProperties::Sound' has a wrong offset!"); \ static_assert(offsetof(FFootstepSoundProperties, Volume) == 0x000008, "Member 'FFootstepSoundProperties::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFootstepResult \ static_assert(alignof(FFootstepResult) == 0x000008, "Wrong alignment on FFootstepResult"); \ static_assert(sizeof(FFootstepResult) == 0x000028, "Wrong size on FFootstepResult"); \ static_assert(offsetof(FFootstepResult, SoundProperties) == 0x000000, "Member 'FFootstepResult::SoundProperties' has a wrong offset!"); \ static_assert(offsetof(FFootstepResult, NoiseAmount) == 0x000010, "Member 'FFootstepResult::NoiseAmount' has a wrong offset!"); \ static_assert(offsetof(FFootstepResult, BroadcastEvents) == 0x000018, "Member 'FFootstepResult::BroadcastEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFootstepOverrideInfo \ static_assert(alignof(FFootstepOverrideInfo) == 0x000008, "Wrong alignment on FFootstepOverrideInfo"); \ static_assert(sizeof(FFootstepOverrideInfo) == 0x000050, "Wrong size on FFootstepOverrideInfo"); \ static_assert(offsetof(FFootstepOverrideInfo, FootstepMap) == 0x000000, "Member 'FFootstepOverrideInfo::FootstepMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEORenderQualitySettings \ static_assert(alignof(FEORenderQualitySettings) == 0x000008, "Wrong alignment on FEORenderQualitySettings"); \ static_assert(sizeof(FEORenderQualitySettings) == 0x000050, "Wrong size on FEORenderQualitySettings"); \ static_assert(offsetof(FEORenderQualitySettings, ResolutionQuality) == 0x000000, "Member 'FEORenderQualitySettings::ResolutionQuality' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, ViewDistanceQuality) == 0x000004, "Member 'FEORenderQualitySettings::ViewDistanceQuality' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, AntiAliasingQuality) == 0x000008, "Member 'FEORenderQualitySettings::AntiAliasingQuality' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, ShadowQuality) == 0x00000C, "Member 'FEORenderQualitySettings::ShadowQuality' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, PostProcessQuality) == 0x000010, "Member 'FEORenderQualitySettings::PostProcessQuality' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, TextureQuality) == 0x000014, "Member 'FEORenderQualitySettings::TextureQuality' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, EffectsQuality) == 0x000018, "Member 'FEORenderQualitySettings::EffectsQuality' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, FoliageQuality) == 0x00001C, "Member 'FEORenderQualitySettings::FoliageQuality' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, ShadingQuality) == 0x000020, "Member 'FEORenderQualitySettings::ShadingQuality' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, CPUBenchmarkResults) == 0x000024, "Member 'FEORenderQualitySettings::CPUBenchmarkResults' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, GPUBenchmarkResults) == 0x000028, "Member 'FEORenderQualitySettings::GPUBenchmarkResults' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, CPUBenchmarkSteps) == 0x000030, "Member 'FEORenderQualitySettings::CPUBenchmarkSteps' has a wrong offset!"); \ static_assert(offsetof(FEORenderQualitySettings, GPUBenchmarkSteps) == 0x000040, "Member 'FEORenderQualitySettings::GPUBenchmarkSteps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCustomRelocator_GetCachedBadSprite \ static_assert(alignof(EOCommonCustomRelocator_GetCachedBadSprite) == 0x000008, "Wrong alignment on EOCommonCustomRelocator_GetCachedBadSprite"); \ static_assert(sizeof(EOCommonCustomRelocator_GetCachedBadSprite) == 0x000008, "Wrong size on EOCommonCustomRelocator_GetCachedBadSprite"); \ static_assert(offsetof(EOCommonCustomRelocator_GetCachedBadSprite, ReturnValue) == 0x000000, "Member 'EOCommonCustomRelocator_GetCachedBadSprite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCustomRelocator_GetCachedCapsuleComponent \ static_assert(alignof(EOCommonCustomRelocator_GetCachedCapsuleComponent) == 0x000008, "Wrong alignment on EOCommonCustomRelocator_GetCachedCapsuleComponent"); \ static_assert(sizeof(EOCommonCustomRelocator_GetCachedCapsuleComponent) == 0x000008, "Wrong size on EOCommonCustomRelocator_GetCachedCapsuleComponent"); \ static_assert(offsetof(EOCommonCustomRelocator_GetCachedCapsuleComponent, ReturnValue) == 0x000000, "Member 'EOCommonCustomRelocator_GetCachedCapsuleComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCustomRelocator_GetCachedGoodSprite \ static_assert(alignof(EOCommonCustomRelocator_GetCachedGoodSprite) == 0x000008, "Wrong alignment on EOCommonCustomRelocator_GetCachedGoodSprite"); \ static_assert(sizeof(EOCommonCustomRelocator_GetCachedGoodSprite) == 0x000008, "Wrong size on EOCommonCustomRelocator_GetCachedGoodSprite"); \ static_assert(offsetof(EOCommonCustomRelocator_GetCachedGoodSprite, ReturnValue) == 0x000000, "Member 'EOCommonCustomRelocator_GetCachedGoodSprite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCustomRelocator_GetRelocatorBadSprite \ static_assert(alignof(EOCommonCustomRelocator_GetRelocatorBadSprite) == 0x000008, "Wrong alignment on EOCommonCustomRelocator_GetRelocatorBadSprite"); \ static_assert(sizeof(EOCommonCustomRelocator_GetRelocatorBadSprite) == 0x000008, "Wrong size on EOCommonCustomRelocator_GetRelocatorBadSprite"); \ static_assert(offsetof(EOCommonCustomRelocator_GetRelocatorBadSprite, ReturnValue) == 0x000000, "Member 'EOCommonCustomRelocator_GetRelocatorBadSprite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCustomRelocator_GetRelocatorCapsuleComponent \ static_assert(alignof(EOCommonCustomRelocator_GetRelocatorCapsuleComponent) == 0x000008, "Wrong alignment on EOCommonCustomRelocator_GetRelocatorCapsuleComponent"); \ static_assert(sizeof(EOCommonCustomRelocator_GetRelocatorCapsuleComponent) == 0x000008, "Wrong size on EOCommonCustomRelocator_GetRelocatorCapsuleComponent"); \ static_assert(offsetof(EOCommonCustomRelocator_GetRelocatorCapsuleComponent, ReturnValue) == 0x000000, "Member 'EOCommonCustomRelocator_GetRelocatorCapsuleComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCustomRelocator_GetRelocatorGoodSprite \ static_assert(alignof(EOCommonCustomRelocator_GetRelocatorGoodSprite) == 0x000008, "Wrong alignment on EOCommonCustomRelocator_GetRelocatorGoodSprite"); \ static_assert(sizeof(EOCommonCustomRelocator_GetRelocatorGoodSprite) == 0x000008, "Wrong size on EOCommonCustomRelocator_GetRelocatorGoodSprite"); \ static_assert(offsetof(EOCommonCustomRelocator_GetRelocatorGoodSprite, ReturnValue) == 0x000000, "Member 'EOCommonCustomRelocator_GetRelocatorGoodSprite::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOCommonCustomRelocator \ static_assert(alignof(AEOCommonCustomRelocator) == 0x000008, "Wrong alignment on AEOCommonCustomRelocator"); \ static_assert(sizeof(AEOCommonCustomRelocator) == 0x000248, "Wrong size on AEOCommonCustomRelocator"); \ static_assert(offsetof(AEOCommonCustomRelocator, CachedCapsuleComponent) == 0x000230, "Member 'AEOCommonCustomRelocator::CachedCapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(AEOCommonCustomRelocator, CachedGoodSprite) == 0x000238, "Member 'AEOCommonCustomRelocator::CachedGoodSprite' has a wrong offset!"); \ static_assert(offsetof(AEOCommonCustomRelocator, CachedBadSprite) == 0x000240, "Member 'AEOCommonCustomRelocator::CachedBadSprite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilityInputManagerComponent_BindAbilityToInput \ static_assert(alignof(EOAbilityInputManagerComponent_BindAbilityToInput) == 0x000008, "Wrong alignment on EOAbilityInputManagerComponent_BindAbilityToInput"); \ static_assert(sizeof(EOAbilityInputManagerComponent_BindAbilityToInput) == 0x000010, "Wrong size on EOAbilityInputManagerComponent_BindAbilityToInput"); \ static_assert(offsetof(EOAbilityInputManagerComponent_BindAbilityToInput, InputAction) == 0x000000, "Member 'EOAbilityInputManagerComponent_BindAbilityToInput::InputAction' has a wrong offset!"); \ static_assert(offsetof(EOAbilityInputManagerComponent_BindAbilityToInput, AbilityHandle) == 0x000008, "Member 'EOAbilityInputManagerComponent_BindAbilityToInput::AbilityHandle' has a wrong offset!"); \ static_assert(offsetof(EOAbilityInputManagerComponent_BindAbilityToInput, bCheckTriggered) == 0x00000C, "Member 'EOAbilityInputManagerComponent_BindAbilityToInput::bCheckTriggered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilityInputManagerComponent_RemoveInputAction \ static_assert(alignof(EOAbilityInputManagerComponent_RemoveInputAction) == 0x000008, "Wrong alignment on EOAbilityInputManagerComponent_RemoveInputAction"); \ static_assert(sizeof(EOAbilityInputManagerComponent_RemoveInputAction) == 0x000008, "Wrong size on EOAbilityInputManagerComponent_RemoveInputAction"); \ static_assert(offsetof(EOAbilityInputManagerComponent_RemoveInputAction, InputAction) == 0x000000, "Member 'EOAbilityInputManagerComponent_RemoveInputAction::InputAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAbilityInputManagerComponent \ static_assert(alignof(UEOAbilityInputManagerComponent) == 0x000008, "Wrong alignment on UEOAbilityInputManagerComponent"); \ static_assert(sizeof(UEOAbilityInputManagerComponent) == 0x000128, "Wrong size on UEOAbilityInputManagerComponent"); \ static_assert(offsetof(UEOAbilityInputManagerComponent, bDebugPrint) == 0x0000C0, "Member 'UEOAbilityInputManagerComponent::bDebugPrint' has a wrong offset!"); \ static_assert(offsetof(UEOAbilityInputManagerComponent, InputBindMap) == 0x0000D8, "Member 'UEOAbilityInputManagerComponent::InputBindMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCapsuleStandInComponent_ClearMirror \ static_assert(alignof(EOCommonCapsuleStandInComponent_ClearMirror) == 0x000001, "Wrong alignment on EOCommonCapsuleStandInComponent_ClearMirror"); \ static_assert(sizeof(EOCommonCapsuleStandInComponent_ClearMirror) == 0x000001, "Wrong size on EOCommonCapsuleStandInComponent_ClearMirror"); \ static_assert(offsetof(EOCommonCapsuleStandInComponent_ClearMirror, bForceUpdate) == 0x000000, "Member 'EOCommonCapsuleStandInComponent_ClearMirror::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCapsuleStandInComponent_GetMirroredCapsule \ static_assert(alignof(EOCommonCapsuleStandInComponent_GetMirroredCapsule) == 0x000008, "Wrong alignment on EOCommonCapsuleStandInComponent_GetMirroredCapsule"); \ static_assert(sizeof(EOCommonCapsuleStandInComponent_GetMirroredCapsule) == 0x000008, "Wrong size on EOCommonCapsuleStandInComponent_GetMirroredCapsule"); \ static_assert(offsetof(EOCommonCapsuleStandInComponent_GetMirroredCapsule, ReturnValue) == 0x000000, "Member 'EOCommonCapsuleStandInComponent_GetMirroredCapsule::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCapsuleStandInComponent_MirrorCapsule \ static_assert(alignof(EOCommonCapsuleStandInComponent_MirrorCapsule) == 0x000001, "Wrong alignment on EOCommonCapsuleStandInComponent_MirrorCapsule"); \ static_assert(sizeof(EOCommonCapsuleStandInComponent_MirrorCapsule) == 0x000001, "Wrong size on EOCommonCapsuleStandInComponent_MirrorCapsule"); \ static_assert(offsetof(EOCommonCapsuleStandInComponent_MirrorCapsule, bForceUpdate) == 0x000000, "Member 'EOCommonCapsuleStandInComponent_MirrorCapsule::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonCapsuleStandInComponent \ static_assert(alignof(UEOCommonCapsuleStandInComponent) == 0x000010, "Wrong alignment on UEOCommonCapsuleStandInComponent"); \ static_assert(sizeof(UEOCommonCapsuleStandInComponent) == 0x0004D0, "Wrong size on UEOCommonCapsuleStandInComponent"); \ static_assert(offsetof(UEOCommonCapsuleStandInComponent, MirrorActorClass) == 0x000480, "Member 'UEOCommonCapsuleStandInComponent::MirrorActorClass' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCapsuleStandInComponent, CapsuleClass) == 0x000488, "Member 'UEOCommonCapsuleStandInComponent::CapsuleClass' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCapsuleStandInComponent, CapsuleComponentName) == 0x000490, "Member 'UEOCommonCapsuleStandInComponent::CapsuleComponentName' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCapsuleStandInComponent, MirroredCapsuleRadiusOffset) == 0x000498, "Member 'UEOCommonCapsuleStandInComponent::MirroredCapsuleRadiusOffset' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCapsuleStandInComponent, MirroredCapsuleHeightOffset) == 0x00049C, "Member 'UEOCommonCapsuleStandInComponent::MirroredCapsuleHeightOffset' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCapsuleStandInComponent, CachedMirroredCapsule) == 0x0004A0, "Member 'UEOCommonCapsuleStandInComponent::CachedMirroredCapsule' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCapsuleStandInComponent, CachedMirroredCapsulePath) == 0x0004A8, "Member 'UEOCommonCapsuleStandInComponent::CachedMirroredCapsulePath' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCapsuleStandInComponent, CachedObjectName) == 0x0004B8, "Member 'UEOCommonCapsuleStandInComponent::CachedObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGUS_ApplyGamepadXSensitivity \ static_assert(alignof(UEOGUS_ApplyGamepadXSensitivity) == 0x000008, "Wrong alignment on UEOGUS_ApplyGamepadXSensitivity"); \ static_assert(sizeof(UEOGUS_ApplyGamepadXSensitivity) == 0x000030, "Wrong size on UEOGUS_ApplyGamepadXSensitivity"); \ static_assert(offsetof(UEOGUS_ApplyGamepadXSensitivity, SettingsValue) == 0x000028, "Member 'UEOGUS_ApplyGamepadXSensitivity::SettingsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ApplicationHelperSubsystem_IsEditor \ static_assert(alignof(ApplicationHelperSubsystem_IsEditor) == 0x000001, "Wrong alignment on ApplicationHelperSubsystem_IsEditor"); \ static_assert(sizeof(ApplicationHelperSubsystem_IsEditor) == 0x000001, "Wrong size on ApplicationHelperSubsystem_IsEditor"); \ static_assert(offsetof(ApplicationHelperSubsystem_IsEditor, ReturnValue) == 0x000000, "Member 'ApplicationHelperSubsystem_IsEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UApplicationHelperSubsystem \ static_assert(alignof(UApplicationHelperSubsystem) == 0x000008, "Wrong alignment on UApplicationHelperSubsystem"); \ static_assert(sizeof(UApplicationHelperSubsystem) == 0x000050, "Wrong size on UApplicationHelperSubsystem"); \ static_assert(offsetof(UApplicationHelperSubsystem, OnApplicationLostFocus) == 0x000030, "Member 'UApplicationHelperSubsystem::OnApplicationLostFocus' has a wrong offset!"); \ static_assert(offsetof(UApplicationHelperSubsystem, OnApplicationGainedFocus) == 0x000040, "Member 'UApplicationHelperSubsystem::OnApplicationGainedFocus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundEvent_GetEnqueTypeFlags \ static_assert(alignof(CharacterSoundEvent_GetEnqueTypeFlags) == 0x000001, "Wrong alignment on CharacterSoundEvent_GetEnqueTypeFlags"); \ static_assert(sizeof(CharacterSoundEvent_GetEnqueTypeFlags) == 0x000001, "Wrong size on CharacterSoundEvent_GetEnqueTypeFlags"); \ static_assert(offsetof(CharacterSoundEvent_GetEnqueTypeFlags, ReturnValue) == 0x000000, "Member 'CharacterSoundEvent_GetEnqueTypeFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundEvent_GetParentCharacterSoundSource \ static_assert(alignof(CharacterSoundEvent_GetParentCharacterSoundSource) == 0x000008, "Wrong alignment on CharacterSoundEvent_GetParentCharacterSoundSource"); \ static_assert(sizeof(CharacterSoundEvent_GetParentCharacterSoundSource) == 0x000008, "Wrong size on CharacterSoundEvent_GetParentCharacterSoundSource"); \ static_assert(offsetof(CharacterSoundEvent_GetParentCharacterSoundSource, ReturnValue) == 0x000000, "Member 'CharacterSoundEvent_GetParentCharacterSoundSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundEvent_GetPriority \ static_assert(alignof(CharacterSoundEvent_GetPriority) == 0x000004, "Wrong alignment on CharacterSoundEvent_GetPriority"); \ static_assert(sizeof(CharacterSoundEvent_GetPriority) == 0x000004, "Wrong size on CharacterSoundEvent_GetPriority"); \ static_assert(offsetof(CharacterSoundEvent_GetPriority, ReturnValue) == 0x000000, "Member 'CharacterSoundEvent_GetPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundEvent_GetSoundCue \ static_assert(alignof(CharacterSoundEvent_GetSoundCue) == 0x000008, "Wrong alignment on CharacterSoundEvent_GetSoundCue"); \ static_assert(sizeof(CharacterSoundEvent_GetSoundCue) == 0x000008, "Wrong size on CharacterSoundEvent_GetSoundCue"); \ static_assert(offsetof(CharacterSoundEvent_GetSoundCue, ReturnValue) == 0x000000, "Member 'CharacterSoundEvent_GetSoundCue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundEvent_OnEventChanged \ static_assert(alignof(CharacterSoundEvent_OnEventChanged) == 0x000008, "Wrong alignment on CharacterSoundEvent_OnEventChanged"); \ static_assert(sizeof(CharacterSoundEvent_OnEventChanged) == 0x000008, "Wrong size on CharacterSoundEvent_OnEventChanged"); \ static_assert(offsetof(CharacterSoundEvent_OnEventChanged, PreviousEvent) == 0x000000, "Member 'CharacterSoundEvent_OnEventChanged::PreviousEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCharacterSoundEvent \ static_assert(alignof(UCharacterSoundEvent) == 0x000008, "Wrong alignment on UCharacterSoundEvent"); \ static_assert(sizeof(UCharacterSoundEvent) == 0x000058, "Wrong size on UCharacterSoundEvent"); \ static_assert(offsetof(UCharacterSoundEvent, SoundEndBehavior) == 0x000030, "Member 'UCharacterSoundEvent::SoundEndBehavior' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundEvent, Priority) == 0x000034, "Member 'UCharacterSoundEvent::Priority' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundEvent, MinLoopDelay) == 0x000038, "Member 'UCharacterSoundEvent::MinLoopDelay' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundEvent, MaxLoopDelay) == 0x00003C, "Member 'UCharacterSoundEvent::MaxLoopDelay' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundEvent, MinExternalLoopDelayAdditive) == 0x000040, "Member 'UCharacterSoundEvent::MinExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundEvent, MaxExternalLoopDelayAdditive) == 0x000044, "Member 'UCharacterSoundEvent::MaxExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundEvent, Volume) == 0x000048, "Member 'UCharacterSoundEvent::Volume' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundEvent, LoopAfterCount) == 0x00004C, "Member 'UCharacterSoundEvent::LoopAfterCount' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundEvent, bDelayFirstSoundPlay) == 0x000050, "Member 'UCharacterSoundEvent::bDelayFirstSoundPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOCommonSettingOverrideVolume \ static_assert(alignof(AEOCommonSettingOverrideVolume) == 0x000008, "Wrong alignment on AEOCommonSettingOverrideVolume"); \ static_assert(sizeof(AEOCommonSettingOverrideVolume) == 0x000238, "Wrong size on AEOCommonSettingOverrideVolume"); \ static_assert(offsetof(AEOCommonSettingOverrideVolume, SettingOverrideComponent) == 0x000230, "Member 'AEOCommonSettingOverrideVolume::SettingOverrideComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundSourceComponent_AudioPercentChange \ static_assert(alignof(CharacterSoundSourceComponent_AudioPercentChange) == 0x000008, "Wrong alignment on CharacterSoundSourceComponent_AudioPercentChange"); \ static_assert(sizeof(CharacterSoundSourceComponent_AudioPercentChange) == 0x000010, "Wrong size on CharacterSoundSourceComponent_AudioPercentChange"); \ static_assert(offsetof(CharacterSoundSourceComponent_AudioPercentChange, CurrentPlayingWave) == 0x000000, "Member 'CharacterSoundSourceComponent_AudioPercentChange::CurrentPlayingWave' has a wrong offset!"); \ static_assert(offsetof(CharacterSoundSourceComponent_AudioPercentChange, Percentage) == 0x000008, "Member 'CharacterSoundSourceComponent_AudioPercentChange::Percentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundSourceComponent_EnqueueCharacterSoundEvent \ static_assert(alignof(CharacterSoundSourceComponent_EnqueueCharacterSoundEvent) == 0x000008, "Wrong alignment on CharacterSoundSourceComponent_EnqueueCharacterSoundEvent"); \ static_assert(sizeof(CharacterSoundSourceComponent_EnqueueCharacterSoundEvent) == 0x000008, "Wrong size on CharacterSoundSourceComponent_EnqueueCharacterSoundEvent"); \ static_assert(offsetof(CharacterSoundSourceComponent_EnqueueCharacterSoundEvent, SoundEvent) == 0x000000, "Member 'CharacterSoundSourceComponent_EnqueueCharacterSoundEvent::SoundEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundSourceComponent_EnqueueCharacterSoundEventClass \ static_assert(alignof(CharacterSoundSourceComponent_EnqueueCharacterSoundEventClass) == 0x000008, "Wrong alignment on CharacterSoundSourceComponent_EnqueueCharacterSoundEventClass"); \ static_assert(sizeof(CharacterSoundSourceComponent_EnqueueCharacterSoundEventClass) == 0x000008, "Wrong size on CharacterSoundSourceComponent_EnqueueCharacterSoundEventClass"); \ static_assert(offsetof(CharacterSoundSourceComponent_EnqueueCharacterSoundEventClass, SoundEventClass) == 0x000000, "Member 'CharacterSoundSourceComponent_EnqueueCharacterSoundEventClass::SoundEventClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundSourceComponent_GetCurrentSoundEvent \ static_assert(alignof(CharacterSoundSourceComponent_GetCurrentSoundEvent) == 0x000008, "Wrong alignment on CharacterSoundSourceComponent_GetCurrentSoundEvent"); \ static_assert(sizeof(CharacterSoundSourceComponent_GetCurrentSoundEvent) == 0x000008, "Wrong size on CharacterSoundSourceComponent_GetCurrentSoundEvent"); \ static_assert(offsetof(CharacterSoundSourceComponent_GetCurrentSoundEvent, ReturnValue) == 0x000000, "Member 'CharacterSoundSourceComponent_GetCurrentSoundEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundSourceComponent_GetCurrentSoundEventQueue \ static_assert(alignof(CharacterSoundSourceComponent_GetCurrentSoundEventQueue) == 0x000008, "Wrong alignment on CharacterSoundSourceComponent_GetCurrentSoundEventQueue"); \ static_assert(sizeof(CharacterSoundSourceComponent_GetCurrentSoundEventQueue) == 0x000010, "Wrong size on CharacterSoundSourceComponent_GetCurrentSoundEventQueue"); \ static_assert(offsetof(CharacterSoundSourceComponent_GetCurrentSoundEventQueue, ReturnValue) == 0x000000, "Member 'CharacterSoundSourceComponent_GetCurrentSoundEventQueue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundSourceComponent_SetDefaultSoundEventEnabled \ static_assert(alignof(CharacterSoundSourceComponent_SetDefaultSoundEventEnabled) == 0x000001, "Wrong alignment on CharacterSoundSourceComponent_SetDefaultSoundEventEnabled"); \ static_assert(sizeof(CharacterSoundSourceComponent_SetDefaultSoundEventEnabled) == 0x000002, "Wrong size on CharacterSoundSourceComponent_SetDefaultSoundEventEnabled"); \ static_assert(offsetof(CharacterSoundSourceComponent_SetDefaultSoundEventEnabled, bEnable) == 0x000000, "Member 'CharacterSoundSourceComponent_SetDefaultSoundEventEnabled::bEnable' has a wrong offset!"); \ static_assert(offsetof(CharacterSoundSourceComponent_SetDefaultSoundEventEnabled, bImmediate) == 0x000001, "Member 'CharacterSoundSourceComponent_SetDefaultSoundEventEnabled::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CharacterSoundSourceComponent_SetNextDefaultSoundEvent \ static_assert(alignof(CharacterSoundSourceComponent_SetNextDefaultSoundEvent) == 0x000008, "Wrong alignment on CharacterSoundSourceComponent_SetNextDefaultSoundEvent"); \ static_assert(sizeof(CharacterSoundSourceComponent_SetNextDefaultSoundEvent) == 0x000010, "Wrong size on CharacterSoundSourceComponent_SetNextDefaultSoundEvent"); \ static_assert(offsetof(CharacterSoundSourceComponent_SetNextDefaultSoundEvent, SoundEvent) == 0x000000, "Member 'CharacterSoundSourceComponent_SetNextDefaultSoundEvent::SoundEvent' has a wrong offset!"); \ static_assert(offsetof(CharacterSoundSourceComponent_SetNextDefaultSoundEvent, Immediate) == 0x000008, "Member 'CharacterSoundSourceComponent_SetNextDefaultSoundEvent::Immediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCharacterSoundSourceComponent \ static_assert(alignof(UCharacterSoundSourceComponent) == 0x000010, "Wrong alignment on UCharacterSoundSourceComponent"); \ static_assert(sizeof(UCharacterSoundSourceComponent) == 0x000260, "Wrong size on UCharacterSoundSourceComponent"); \ static_assert(offsetof(UCharacterSoundSourceComponent, DefaultSoundEvent) == 0x000228, "Member 'UCharacterSoundSourceComponent::DefaultSoundEvent' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundSourceComponent, AudioComponent) == 0x000230, "Member 'UCharacterSoundSourceComponent::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundSourceComponent, CurrentCharacterSoundEvent) == 0x000238, "Member 'UCharacterSoundSourceComponent::CurrentCharacterSoundEvent' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundSourceComponent, QueuedSoundEvents) == 0x000240, "Member 'UCharacterSoundSourceComponent::QueuedSoundEvents' has a wrong offset!"); \ static_assert(offsetof(UCharacterSoundSourceComponent, NextDefaultSoundEvent) == 0x000250, "Member 'UCharacterSoundSourceComponent::NextDefaultSoundEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAA_WaitGameplayTags \ static_assert(alignof(UEOAA_WaitGameplayTags) == 0x000008, "Wrong alignment on UEOAA_WaitGameplayTags"); \ static_assert(sizeof(UEOAA_WaitGameplayTags) == 0x000078, "Wrong size on UEOAA_WaitGameplayTags"); \ #define DUMPER7_ASSERTS_UEOGUS_OnGameUserSettingsSave \ static_assert(alignof(UEOGUS_OnGameUserSettingsSave) == 0x000008, "Wrong alignment on UEOGUS_OnGameUserSettingsSave"); \ static_assert(sizeof(UEOGUS_OnGameUserSettingsSave) == 0x000028, "Wrong size on UEOGUS_OnGameUserSettingsSave"); \ #define DUMPER7_ASSERTS_EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor \ static_assert(alignof(EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor) == 0x000008, "Wrong alignment on EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor"); \ static_assert(sizeof(EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor) == 0x000038, "Wrong size on EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor"); \ static_assert(offsetof(EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor, TargetActor) == 0x000000, "Member 'EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor::TargetActor' has a wrong offset!"); \ static_assert(offsetof(EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor, Tags) == 0x000008, "Member 'EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor::Tags' has a wrong offset!"); \ static_assert(offsetof(EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor, OnlyTriggerOnce) == 0x000028, "Member 'EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor::OnlyTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor, ReturnValue) == 0x000030, "Member 'EOAA_WaitGameplayTagsAdded_WaitGameplayTagsAddToActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAA_WaitGameplayTagsAdded \ static_assert(alignof(UEOAA_WaitGameplayTagsAdded) == 0x000008, "Wrong alignment on UEOAA_WaitGameplayTagsAdded"); \ static_assert(sizeof(UEOAA_WaitGameplayTagsAdded) == 0x000088, "Wrong size on UEOAA_WaitGameplayTagsAdded"); \ static_assert(offsetof(UEOAA_WaitGameplayTagsAdded, Added) == 0x000078, "Member 'UEOAA_WaitGameplayTagsAdded::Added' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonCheckpointManager \ static_assert(alignof(UEOCommonCheckpointManager) == 0x000008, "Wrong alignment on UEOCommonCheckpointManager"); \ static_assert(sizeof(UEOCommonCheckpointManager) == 0x000170, "Wrong size on UEOCommonCheckpointManager"); \ #define DUMPER7_ASSERTS_EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor \ static_assert(alignof(EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor) == 0x000008, "Wrong alignment on EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor"); \ static_assert(sizeof(EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor) == 0x000038, "Wrong size on EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor"); \ static_assert(offsetof(EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor, TargetActor) == 0x000000, "Member 'EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor::TargetActor' has a wrong offset!"); \ static_assert(offsetof(EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor, Tags) == 0x000008, "Member 'EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor::Tags' has a wrong offset!"); \ static_assert(offsetof(EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor, OnlyTriggerOnce) == 0x000028, "Member 'EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor::OnlyTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor, ReturnValue) == 0x000030, "Member 'EOAA_WaitGameplayTagsRemoved_WaitGameplayTagsRemoveFromActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAA_WaitGameplayTagsRemoved \ static_assert(alignof(UEOAA_WaitGameplayTagsRemoved) == 0x000008, "Wrong alignment on UEOAA_WaitGameplayTagsRemoved"); \ static_assert(sizeof(UEOAA_WaitGameplayTagsRemoved) == 0x000088, "Wrong size on UEOAA_WaitGameplayTagsRemoved"); \ static_assert(offsetof(UEOAA_WaitGameplayTagsRemoved, Removed) == 0x000078, "Member 'UEOAA_WaitGameplayTagsRemoved::Removed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_AddGameplayCueActors \ static_assert(alignof(EOAbilitySystemComponent_AddGameplayCueActors) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_AddGameplayCueActors"); \ static_assert(sizeof(EOAbilitySystemComponent_AddGameplayCueActors) == 0x000010, "Wrong size on EOAbilitySystemComponent_AddGameplayCueActors"); \ static_assert(offsetof(EOAbilitySystemComponent_AddGameplayCueActors, CueActorsToAdd) == 0x000000, "Member 'EOAbilitySystemComponent_AddGameplayCueActors::CueActorsToAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_AddGameplayCueStatics \ static_assert(alignof(EOAbilitySystemComponent_AddGameplayCueStatics) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_AddGameplayCueStatics"); \ static_assert(sizeof(EOAbilitySystemComponent_AddGameplayCueStatics) == 0x000010, "Wrong size on EOAbilitySystemComponent_AddGameplayCueStatics"); \ static_assert(offsetof(EOAbilitySystemComponent_AddGameplayCueStatics, StaticCuesToAdd) == 0x000000, "Member 'EOAbilitySystemComponent_AddGameplayCueStatics::StaticCuesToAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_CancelAbilityByClass \ static_assert(alignof(EOAbilitySystemComponent_CancelAbilityByClass) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_CancelAbilityByClass"); \ static_assert(sizeof(EOAbilitySystemComponent_CancelAbilityByClass) == 0x000010, "Wrong size on EOAbilitySystemComponent_CancelAbilityByClass"); \ static_assert(offsetof(EOAbilitySystemComponent_CancelAbilityByClass, AbilityClass) == 0x000000, "Member 'EOAbilitySystemComponent_CancelAbilityByClass::AbilityClass' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_CancelAbilityByClass, ReturnValue) == 0x000008, "Member 'EOAbilitySystemComponent_CancelAbilityByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_GetGameplayEffectTimeRemaining \ static_assert(alignof(EOAbilitySystemComponent_GetGameplayEffectTimeRemaining) == 0x000004, "Wrong alignment on EOAbilitySystemComponent_GetGameplayEffectTimeRemaining"); \ static_assert(sizeof(EOAbilitySystemComponent_GetGameplayEffectTimeRemaining) == 0x00000C, "Wrong size on EOAbilitySystemComponent_GetGameplayEffectTimeRemaining"); \ static_assert(offsetof(EOAbilitySystemComponent_GetGameplayEffectTimeRemaining, AssociatedGameplayEffectTag) == 0x000000, "Member 'EOAbilitySystemComponent_GetGameplayEffectTimeRemaining::AssociatedGameplayEffectTag' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_GetGameplayEffectTimeRemaining, ReturnValue) == 0x000008, "Member 'EOAbilitySystemComponent_GetGameplayEffectTimeRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_GrantAbility \ static_assert(alignof(EOAbilitySystemComponent_GrantAbility) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_GrantAbility"); \ static_assert(sizeof(EOAbilitySystemComponent_GrantAbility) == 0x000020, "Wrong size on EOAbilitySystemComponent_GrantAbility"); \ static_assert(offsetof(EOAbilitySystemComponent_GrantAbility, AbilityType) == 0x000000, "Member 'EOAbilitySystemComponent_GrantAbility::AbilityType' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_GrantAbility, bRemoveAfterActivation) == 0x000008, "Member 'EOAbilitySystemComponent_GrantAbility::bRemoveAfterActivation' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_GrantAbility, SourceObject) == 0x000010, "Member 'EOAbilitySystemComponent_GrantAbility::SourceObject' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_GrantAbility, ReturnValue) == 0x000018, "Member 'EOAbilitySystemComponent_GrantAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_HasAbilityOfClass \ static_assert(alignof(EOAbilitySystemComponent_HasAbilityOfClass) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_HasAbilityOfClass"); \ static_assert(sizeof(EOAbilitySystemComponent_HasAbilityOfClass) == 0x000010, "Wrong size on EOAbilitySystemComponent_HasAbilityOfClass"); \ static_assert(offsetof(EOAbilitySystemComponent_HasAbilityOfClass, AbilityType) == 0x000000, "Member 'EOAbilitySystemComponent_HasAbilityOfClass::AbilityType' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_HasAbilityOfClass, ReturnValue) == 0x000008, "Member 'EOAbilitySystemComponent_HasAbilityOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_IsAbilityClassActive \ static_assert(alignof(EOAbilitySystemComponent_IsAbilityClassActive) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_IsAbilityClassActive"); \ static_assert(sizeof(EOAbilitySystemComponent_IsAbilityClassActive) == 0x000010, "Wrong size on EOAbilitySystemComponent_IsAbilityClassActive"); \ static_assert(offsetof(EOAbilitySystemComponent_IsAbilityClassActive, AbilityType) == 0x000000, "Member 'EOAbilitySystemComponent_IsAbilityClassActive::AbilityType' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_IsAbilityClassActive, ReturnValue) == 0x000008, "Member 'EOAbilitySystemComponent_IsAbilityClassActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_RemoveAbility \ static_assert(alignof(EOAbilitySystemComponent_RemoveAbility) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_RemoveAbility"); \ static_assert(sizeof(EOAbilitySystemComponent_RemoveAbility) == 0x000010, "Wrong size on EOAbilitySystemComponent_RemoveAbility"); \ static_assert(offsetof(EOAbilitySystemComponent_RemoveAbility, AbilityType) == 0x000000, "Member 'EOAbilitySystemComponent_RemoveAbility::AbilityType' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_RemoveAbility, ReturnValue) == 0x000008, "Member 'EOAbilitySystemComponent_RemoveAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_RemoveGameplayCueActors \ static_assert(alignof(EOAbilitySystemComponent_RemoveGameplayCueActors) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_RemoveGameplayCueActors"); \ static_assert(sizeof(EOAbilitySystemComponent_RemoveGameplayCueActors) == 0x000010, "Wrong size on EOAbilitySystemComponent_RemoveGameplayCueActors"); \ static_assert(offsetof(EOAbilitySystemComponent_RemoveGameplayCueActors, CueActorsToRemove) == 0x000000, "Member 'EOAbilitySystemComponent_RemoveGameplayCueActors::CueActorsToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_RemoveGameplayCueStatics \ static_assert(alignof(EOAbilitySystemComponent_RemoveGameplayCueStatics) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_RemoveGameplayCueStatics"); \ static_assert(sizeof(EOAbilitySystemComponent_RemoveGameplayCueStatics) == 0x000010, "Wrong size on EOAbilitySystemComponent_RemoveGameplayCueStatics"); \ static_assert(offsetof(EOAbilitySystemComponent_RemoveGameplayCueStatics, StaticCuesToRemove) == 0x000000, "Member 'EOAbilitySystemComponent_RemoveGameplayCueStatics::StaticCuesToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_RemoveRefsToGameplayCueActorClasses \ static_assert(alignof(EOAbilitySystemComponent_RemoveRefsToGameplayCueActorClasses) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_RemoveRefsToGameplayCueActorClasses"); \ static_assert(sizeof(EOAbilitySystemComponent_RemoveRefsToGameplayCueActorClasses) == 0x000010, "Wrong size on EOAbilitySystemComponent_RemoveRefsToGameplayCueActorClasses"); \ static_assert(offsetof(EOAbilitySystemComponent_RemoveRefsToGameplayCueActorClasses, CueActorsToUnload) == 0x000000, "Member 'EOAbilitySystemComponent_RemoveRefsToGameplayCueActorClasses::CueActorsToUnload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_RemoveRefsToGameplayCueStaticClasses \ static_assert(alignof(EOAbilitySystemComponent_RemoveRefsToGameplayCueStaticClasses) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_RemoveRefsToGameplayCueStaticClasses"); \ static_assert(sizeof(EOAbilitySystemComponent_RemoveRefsToGameplayCueStaticClasses) == 0x000010, "Wrong size on EOAbilitySystemComponent_RemoveRefsToGameplayCueStaticClasses"); \ static_assert(offsetof(EOAbilitySystemComponent_RemoveRefsToGameplayCueStaticClasses, StaticCuesToUnload) == 0x000000, "Member 'EOAbilitySystemComponent_RemoveRefsToGameplayCueStaticClasses::StaticCuesToUnload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass \ static_assert(alignof(EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass"); \ static_assert(sizeof(EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass) == 0x000038, "Wrong size on EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass"); \ static_assert(offsetof(EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass, GameplayEffectClass) == 0x000000, "Member 'EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass::GameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass, Level) == 0x000008, "Member 'EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass::Level' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass, EffectContext) == 0x000010, "Member 'EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass::EffectContext' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass, GamePlayEffectSaveDataList) == 0x000028, "Member 'EOAbilitySystemComponent_RestoreGamePlayEffectSaveDataForClass::GamePlayEffectSaveDataList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_TryActivateAbilityByHandle \ static_assert(alignof(EOAbilitySystemComponent_TryActivateAbilityByHandle) == 0x000004, "Wrong alignment on EOAbilitySystemComponent_TryActivateAbilityByHandle"); \ static_assert(sizeof(EOAbilitySystemComponent_TryActivateAbilityByHandle) == 0x000008, "Wrong size on EOAbilitySystemComponent_TryActivateAbilityByHandle"); \ static_assert(offsetof(EOAbilitySystemComponent_TryActivateAbilityByHandle, AbilityToActivate) == 0x000000, "Member 'EOAbilitySystemComponent_TryActivateAbilityByHandle::AbilityToActivate' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_TryActivateAbilityByHandle, bAllowRemoteActivation) == 0x000004, "Member 'EOAbilitySystemComponent_TryActivateAbilityByHandle::bAllowRemoteActivation' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_TryActivateAbilityByHandle, ReturnValue) == 0x000005, "Member 'EOAbilitySystemComponent_TryActivateAbilityByHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemComponent_GetGameplayEffectSaveDataForClass \ static_assert(alignof(EOAbilitySystemComponent_GetGameplayEffectSaveDataForClass) == 0x000008, "Wrong alignment on EOAbilitySystemComponent_GetGameplayEffectSaveDataForClass"); \ static_assert(sizeof(EOAbilitySystemComponent_GetGameplayEffectSaveDataForClass) == 0x000018, "Wrong size on EOAbilitySystemComponent_GetGameplayEffectSaveDataForClass"); \ static_assert(offsetof(EOAbilitySystemComponent_GetGameplayEffectSaveDataForClass, SourceGameplayEffect) == 0x000000, "Member 'EOAbilitySystemComponent_GetGameplayEffectSaveDataForClass::SourceGameplayEffect' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemComponent_GetGameplayEffectSaveDataForClass, ReturnValue) == 0x000008, "Member 'EOAbilitySystemComponent_GetGameplayEffectSaveDataForClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAbilitySystemComponent \ static_assert(alignof(UEOAbilitySystemComponent) == 0x000008, "Wrong alignment on UEOAbilitySystemComponent"); \ static_assert(sizeof(UEOAbilitySystemComponent) == 0x0013C8, "Wrong size on UEOAbilitySystemComponent"); \ static_assert(offsetof(UEOAbilitySystemComponent, On_BP_AbilityGivenCallbacks) == 0x001330, "Member 'UEOAbilitySystemComponent::On_BP_AbilityGivenCallbacks' has a wrong offset!"); \ static_assert(offsetof(UEOAbilitySystemComponent, On_BP_AbilityRemoveCallbacks) == 0x001340, "Member 'UEOAbilitySystemComponent::On_BP_AbilityRemoveCallbacks' has a wrong offset!"); \ static_assert(offsetof(UEOAbilitySystemComponent, On_BP_AbilityActivatedCallbacks) == 0x001350, "Member 'UEOAbilitySystemComponent::On_BP_AbilityActivatedCallbacks' has a wrong offset!"); \ static_assert(offsetof(UEOAbilitySystemComponent, On_BP_AbilityEndedCallbacks) == 0x001360, "Member 'UEOAbilitySystemComponent::On_BP_AbilityEndedCallbacks' has a wrong offset!"); \ static_assert(offsetof(UEOAbilitySystemComponent, On_BP_GameplayTagChanged) == 0x001370, "Member 'UEOAbilitySystemComponent::On_BP_GameplayTagChanged' has a wrong offset!"); \ static_assert(offsetof(UEOAbilitySystemComponent, On_BP_GameplayEffectAppliedCallbacks) == 0x001380, "Member 'UEOAbilitySystemComponent::On_BP_GameplayEffectAppliedCallbacks' has a wrong offset!"); \ static_assert(offsetof(UEOAbilitySystemComponent, On_BP_GameplayEffectRemovedCallbacks) == 0x001390, "Member 'UEOAbilitySystemComponent::On_BP_GameplayEffectRemovedCallbacks' has a wrong offset!"); \ static_assert(offsetof(UEOAbilitySystemComponent, RuntimeCueSet) == 0x0013C0, "Member 'UEOAbilitySystemComponent::RuntimeCueSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonGameEngine \ static_assert(alignof(UEOCommonGameEngine) == 0x000008, "Wrong alignment on UEOCommonGameEngine"); \ static_assert(sizeof(UEOCommonGameEngine) == 0x000D90, "Wrong size on UEOCommonGameEngine"); \ #define DUMPER7_ASSERTS_EOAbilitySystemFnLibrary_ClearTargetData \ static_assert(alignof(EOAbilitySystemFnLibrary_ClearTargetData) == 0x000008, "Wrong alignment on EOAbilitySystemFnLibrary_ClearTargetData"); \ static_assert(sizeof(EOAbilitySystemFnLibrary_ClearTargetData) == 0x000028, "Wrong size on EOAbilitySystemFnLibrary_ClearTargetData"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_ClearTargetData, TargetData) == 0x000000, "Member 'EOAbilitySystemFnLibrary_ClearTargetData::TargetData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemFnLibrary_Conv_ActiveGameplayEffectHandle \ static_assert(alignof(EOAbilitySystemFnLibrary_Conv_ActiveGameplayEffectHandle) == 0x000008, "Wrong alignment on EOAbilitySystemFnLibrary_Conv_ActiveGameplayEffectHandle"); \ static_assert(sizeof(EOAbilitySystemFnLibrary_Conv_ActiveGameplayEffectHandle) == 0x000028, "Wrong size on EOAbilitySystemFnLibrary_Conv_ActiveGameplayEffectHandle"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_Conv_ActiveGameplayEffectHandle, ActiveHandle) == 0x000000, "Member 'EOAbilitySystemFnLibrary_Conv_ActiveGameplayEffectHandle::ActiveHandle' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_Conv_ActiveGameplayEffectHandle, ReturnValue) == 0x000018, "Member 'EOAbilitySystemFnLibrary_Conv_ActiveGameplayEffectHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemFnLibrary_Conv_GameplayEffectSaveData \ static_assert(alignof(EOAbilitySystemFnLibrary_Conv_GameplayEffectSaveData) == 0x000008, "Wrong alignment on EOAbilitySystemFnLibrary_Conv_GameplayEffectSaveData"); \ static_assert(sizeof(EOAbilitySystemFnLibrary_Conv_GameplayEffectSaveData) == 0x000030, "Wrong size on EOAbilitySystemFnLibrary_Conv_GameplayEffectSaveData"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_Conv_GameplayEffectSaveData, SaveData) == 0x000000, "Member 'EOAbilitySystemFnLibrary_Conv_GameplayEffectSaveData::SaveData' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_Conv_GameplayEffectSaveData, ReturnValue) == 0x000020, "Member 'EOAbilitySystemFnLibrary_Conv_GameplayEffectSaveData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemFnLibrary_Conv_GameplayEffectSpecHandle \ static_assert(alignof(EOAbilitySystemFnLibrary_Conv_GameplayEffectSpecHandle) == 0x000008, "Wrong alignment on EOAbilitySystemFnLibrary_Conv_GameplayEffectSpecHandle"); \ static_assert(sizeof(EOAbilitySystemFnLibrary_Conv_GameplayEffectSpecHandle) == 0x000020, "Wrong size on EOAbilitySystemFnLibrary_Conv_GameplayEffectSpecHandle"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_Conv_GameplayEffectSpecHandle, SpecHandle) == 0x000000, "Member 'EOAbilitySystemFnLibrary_Conv_GameplayEffectSpecHandle::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_Conv_GameplayEffectSpecHandle, ReturnValue) == 0x000010, "Member 'EOAbilitySystemFnLibrary_Conv_GameplayEffectSpecHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemFnLibrary_EqualEqual_ActiveGameplayEffectHandle \ static_assert(alignof(EOAbilitySystemFnLibrary_EqualEqual_ActiveGameplayEffectHandle) == 0x000004, "Wrong alignment on EOAbilitySystemFnLibrary_EqualEqual_ActiveGameplayEffectHandle"); \ static_assert(sizeof(EOAbilitySystemFnLibrary_EqualEqual_ActiveGameplayEffectHandle) == 0x000034, "Wrong size on EOAbilitySystemFnLibrary_EqualEqual_ActiveGameplayEffectHandle"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_EqualEqual_ActiveGameplayEffectHandle, ActiveHandleA) == 0x000000, "Member 'EOAbilitySystemFnLibrary_EqualEqual_ActiveGameplayEffectHandle::ActiveHandleA' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_EqualEqual_ActiveGameplayEffectHandle, ActiveHandleB) == 0x000018, "Member 'EOAbilitySystemFnLibrary_EqualEqual_ActiveGameplayEffectHandle::ActiveHandleB' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_EqualEqual_ActiveGameplayEffectHandle, ReturnValue) == 0x000030, "Member 'EOAbilitySystemFnLibrary_EqualEqual_ActiveGameplayEffectHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemFnLibrary_EqualEqual_GameplayEffectSpecHandle \ static_assert(alignof(EOAbilitySystemFnLibrary_EqualEqual_GameplayEffectSpecHandle) == 0x000008, "Wrong alignment on EOAbilitySystemFnLibrary_EqualEqual_GameplayEffectSpecHandle"); \ static_assert(sizeof(EOAbilitySystemFnLibrary_EqualEqual_GameplayEffectSpecHandle) == 0x000028, "Wrong size on EOAbilitySystemFnLibrary_EqualEqual_GameplayEffectSpecHandle"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_EqualEqual_GameplayEffectSpecHandle, SpecHandleA) == 0x000000, "Member 'EOAbilitySystemFnLibrary_EqualEqual_GameplayEffectSpecHandle::SpecHandleA' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_EqualEqual_GameplayEffectSpecHandle, SpecHandleB) == 0x000010, "Member 'EOAbilitySystemFnLibrary_EqualEqual_GameplayEffectSpecHandle::SpecHandleB' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_EqualEqual_GameplayEffectSpecHandle, ReturnValue) == 0x000020, "Member 'EOAbilitySystemFnLibrary_EqualEqual_GameplayEffectSpecHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemFnLibrary_IsValidActiveGameplayEffectHandle \ static_assert(alignof(EOAbilitySystemFnLibrary_IsValidActiveGameplayEffectHandle) == 0x000004, "Wrong alignment on EOAbilitySystemFnLibrary_IsValidActiveGameplayEffectHandle"); \ static_assert(sizeof(EOAbilitySystemFnLibrary_IsValidActiveGameplayEffectHandle) == 0x00001C, "Wrong size on EOAbilitySystemFnLibrary_IsValidActiveGameplayEffectHandle"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_IsValidActiveGameplayEffectHandle, ActiveHandle) == 0x000000, "Member 'EOAbilitySystemFnLibrary_IsValidActiveGameplayEffectHandle::ActiveHandle' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_IsValidActiveGameplayEffectHandle, ReturnValue) == 0x000018, "Member 'EOAbilitySystemFnLibrary_IsValidActiveGameplayEffectHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemFnLibrary_IsValidGameplayEffectSpecHandle \ static_assert(alignof(EOAbilitySystemFnLibrary_IsValidGameplayEffectSpecHandle) == 0x000008, "Wrong alignment on EOAbilitySystemFnLibrary_IsValidGameplayEffectSpecHandle"); \ static_assert(sizeof(EOAbilitySystemFnLibrary_IsValidGameplayEffectSpecHandle) == 0x000018, "Wrong size on EOAbilitySystemFnLibrary_IsValidGameplayEffectSpecHandle"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_IsValidGameplayEffectSpecHandle, SpecHandle) == 0x000000, "Member 'EOAbilitySystemFnLibrary_IsValidGameplayEffectSpecHandle::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_IsValidGameplayEffectSpecHandle, ReturnValue) == 0x000010, "Member 'EOAbilitySystemFnLibrary_IsValidGameplayEffectSpecHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemFnLibrary_NotEqual_ActiveGameplayEffectHandle \ static_assert(alignof(EOAbilitySystemFnLibrary_NotEqual_ActiveGameplayEffectHandle) == 0x000004, "Wrong alignment on EOAbilitySystemFnLibrary_NotEqual_ActiveGameplayEffectHandle"); \ static_assert(sizeof(EOAbilitySystemFnLibrary_NotEqual_ActiveGameplayEffectHandle) == 0x000034, "Wrong size on EOAbilitySystemFnLibrary_NotEqual_ActiveGameplayEffectHandle"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_NotEqual_ActiveGameplayEffectHandle, ActiveHandleA) == 0x000000, "Member 'EOAbilitySystemFnLibrary_NotEqual_ActiveGameplayEffectHandle::ActiveHandleA' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_NotEqual_ActiveGameplayEffectHandle, ActiveHandleB) == 0x000018, "Member 'EOAbilitySystemFnLibrary_NotEqual_ActiveGameplayEffectHandle::ActiveHandleB' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_NotEqual_ActiveGameplayEffectHandle, ReturnValue) == 0x000030, "Member 'EOAbilitySystemFnLibrary_NotEqual_ActiveGameplayEffectHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAbilitySystemFnLibrary_NotEqual_GameplayEffectSpecHandle \ static_assert(alignof(EOAbilitySystemFnLibrary_NotEqual_GameplayEffectSpecHandle) == 0x000008, "Wrong alignment on EOAbilitySystemFnLibrary_NotEqual_GameplayEffectSpecHandle"); \ static_assert(sizeof(EOAbilitySystemFnLibrary_NotEqual_GameplayEffectSpecHandle) == 0x000028, "Wrong size on EOAbilitySystemFnLibrary_NotEqual_GameplayEffectSpecHandle"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_NotEqual_GameplayEffectSpecHandle, SpecHandleA) == 0x000000, "Member 'EOAbilitySystemFnLibrary_NotEqual_GameplayEffectSpecHandle::SpecHandleA' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_NotEqual_GameplayEffectSpecHandle, SpecHandleB) == 0x000010, "Member 'EOAbilitySystemFnLibrary_NotEqual_GameplayEffectSpecHandle::SpecHandleB' has a wrong offset!"); \ static_assert(offsetof(EOAbilitySystemFnLibrary_NotEqual_GameplayEffectSpecHandle, ReturnValue) == 0x000020, "Member 'EOAbilitySystemFnLibrary_NotEqual_GameplayEffectSpecHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAbilitySystemFnLibrary \ static_assert(alignof(UEOAbilitySystemFnLibrary) == 0x000008, "Wrong alignment on UEOAbilitySystemFnLibrary"); \ static_assert(sizeof(UEOAbilitySystemFnLibrary) == 0x000028, "Wrong size on UEOAbilitySystemFnLibrary"); \ #define DUMPER7_ASSERTS_EOCommonGameMode_ForceDestroyPlayerController \ static_assert(alignof(EOCommonGameMode_ForceDestroyPlayerController) == 0x000008, "Wrong alignment on EOCommonGameMode_ForceDestroyPlayerController"); \ static_assert(sizeof(EOCommonGameMode_ForceDestroyPlayerController) == 0x000010, "Wrong size on EOCommonGameMode_ForceDestroyPlayerController"); \ static_assert(offsetof(EOCommonGameMode_ForceDestroyPlayerController, DestroyPC) == 0x000000, "Member 'EOCommonGameMode_ForceDestroyPlayerController::DestroyPC' has a wrong offset!"); \ static_assert(offsetof(EOCommonGameMode_ForceDestroyPlayerController, ReturnValue) == 0x000008, "Member 'EOCommonGameMode_ForceDestroyPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonGameMode_RespawnPlayerController \ static_assert(alignof(EOCommonGameMode_RespawnPlayerController) == 0x000008, "Wrong alignment on EOCommonGameMode_RespawnPlayerController"); \ static_assert(sizeof(EOCommonGameMode_RespawnPlayerController) == 0x000018, "Wrong size on EOCommonGameMode_RespawnPlayerController"); \ static_assert(offsetof(EOCommonGameMode_RespawnPlayerController, OldPC) == 0x000000, "Member 'EOCommonGameMode_RespawnPlayerController::OldPC' has a wrong offset!"); \ static_assert(offsetof(EOCommonGameMode_RespawnPlayerController, bDestroyOldPC) == 0x000008, "Member 'EOCommonGameMode_RespawnPlayerController::bDestroyOldPC' has a wrong offset!"); \ static_assert(offsetof(EOCommonGameMode_RespawnPlayerController, bDestroyOldPawn) == 0x000009, "Member 'EOCommonGameMode_RespawnPlayerController::bDestroyOldPawn' has a wrong offset!"); \ static_assert(offsetof(EOCommonGameMode_RespawnPlayerController, ReturnValue) == 0x000010, "Member 'EOCommonGameMode_RespawnPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOCommonGameMode \ static_assert(alignof(AEOCommonGameMode) == 0x000008, "Wrong alignment on AEOCommonGameMode"); \ static_assert(sizeof(AEOCommonGameMode) == 0x0002D0, "Wrong size on AEOCommonGameMode"); \ #define DUMPER7_ASSERTS_UEOAchievementBase \ static_assert(alignof(UEOAchievementBase) == 0x000008, "Wrong alignment on UEOAchievementBase"); \ static_assert(sizeof(UEOAchievementBase) == 0x000070, "Wrong size on UEOAchievementBase"); \ static_assert(offsetof(UEOAchievementBase, PlatformAchievementID) == 0x000030, "Member 'UEOAchievementBase::PlatformAchievementID' has a wrong offset!"); \ static_assert(offsetof(UEOAchievementBase, AchievementDisplayName) == 0x000038, "Member 'UEOAchievementBase::AchievementDisplayName' has a wrong offset!"); \ static_assert(offsetof(UEOAchievementBase, AchievementDescription) == 0x000050, "Member 'UEOAchievementBase::AchievementDescription' has a wrong offset!"); \ static_assert(offsetof(UEOAchievementBase, bSyncedToOnlineService) == 0x000068, "Member 'UEOAchievementBase::bSyncedToOnlineService' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonGlobalLightingActor_GetScenarioOptionsFunc \ static_assert(alignof(EOCommonGlobalLightingActor_GetScenarioOptionsFunc) == 0x000008, "Wrong alignment on EOCommonGlobalLightingActor_GetScenarioOptionsFunc"); \ static_assert(sizeof(EOCommonGlobalLightingActor_GetScenarioOptionsFunc) == 0x000010, "Wrong size on EOCommonGlobalLightingActor_GetScenarioOptionsFunc"); \ static_assert(offsetof(EOCommonGlobalLightingActor_GetScenarioOptionsFunc, ReturnValue) == 0x000000, "Member 'EOCommonGlobalLightingActor_GetScenarioOptionsFunc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOCommonGlobalLightingActor \ static_assert(alignof(AEOCommonGlobalLightingActor) == 0x000008, "Wrong alignment on AEOCommonGlobalLightingActor"); \ static_assert(sizeof(AEOCommonGlobalLightingActor) == 0x000250, "Wrong size on AEOCommonGlobalLightingActor"); \ static_assert(offsetof(AEOCommonGlobalLightingActor, Scenario) == 0x000230, "Member 'AEOCommonGlobalLightingActor::Scenario' has a wrong offset!"); \ static_assert(offsetof(AEOCommonGlobalLightingActor, Description) == 0x000240, "Member 'AEOCommonGlobalLightingActor::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOActivatable_Activate \ static_assert(alignof(EOActivatable_Activate) == 0x000008, "Wrong alignment on EOActivatable_Activate"); \ static_assert(sizeof(EOActivatable_Activate) == 0x000010, "Wrong size on EOActivatable_Activate"); \ static_assert(offsetof(EOActivatable_Activate, Activator) == 0x000000, "Member 'EOActivatable_Activate::Activator' has a wrong offset!"); \ static_assert(offsetof(EOActivatable_Activate, InteractType) == 0x000008, "Member 'EOActivatable_Activate::InteractType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOActivatable_Deactivate \ static_assert(alignof(EOActivatable_Deactivate) == 0x000008, "Wrong alignment on EOActivatable_Deactivate"); \ static_assert(sizeof(EOActivatable_Deactivate) == 0x000008, "Wrong size on EOActivatable_Deactivate"); \ static_assert(offsetof(EOActivatable_Deactivate, Deactivator) == 0x000000, "Member 'EOActivatable_Deactivate::Deactivator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOActivatable_CanActivate \ static_assert(alignof(EOActivatable_CanActivate) == 0x000001, "Wrong alignment on EOActivatable_CanActivate"); \ static_assert(sizeof(EOActivatable_CanActivate) == 0x000001, "Wrong size on EOActivatable_CanActivate"); \ static_assert(offsetof(EOActivatable_CanActivate, ReturnValue) == 0x000000, "Member 'EOActivatable_CanActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOActivatable_CanDeactivate \ static_assert(alignof(EOActivatable_CanDeactivate) == 0x000001, "Wrong alignment on EOActivatable_CanDeactivate"); \ static_assert(sizeof(EOActivatable_CanDeactivate) == 0x000001, "Wrong size on EOActivatable_CanDeactivate"); \ static_assert(offsetof(EOActivatable_CanDeactivate, ReturnValue) == 0x000000, "Member 'EOActivatable_CanDeactivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOActivatable_IsActivated \ static_assert(alignof(EOActivatable_IsActivated) == 0x000001, "Wrong alignment on EOActivatable_IsActivated"); \ static_assert(sizeof(EOActivatable_IsActivated) == 0x000001, "Wrong size on EOActivatable_IsActivated"); \ static_assert(offsetof(EOActivatable_IsActivated, ReturnValue) == 0x000000, "Member 'EOActivatable_IsActivated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOActivatable \ static_assert(alignof(IEOActivatable) == 0x000001, "Wrong alignment on IEOActivatable"); \ static_assert(sizeof(IEOActivatable) == 0x000001, "Wrong size on IEOActivatable"); \ #define DUMPER7_ASSERTS_EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask \ static_assert(alignof(EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask) == 0x000008, "Wrong alignment on EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask"); \ static_assert(sizeof(EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask) == 0x000030, "Wrong size on EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask, TaskOwner) == 0x000000, "Member 'EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask, InSkeletalMeshComponent) == 0x000010, "Member 'EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask::InSkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask, InAnimationsToPlay) == 0x000018, "Member 'EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask::InAnimationsToPlay' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask, InLoopAnimList) == 0x000020, "Member 'EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask::InLoopAnimList' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask, Priority) == 0x000021, "Member 'EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask::Priority' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask, ReturnValue) == 0x000028, "Member 'EOCommonGT_AnimationPlayer_AnimationPlayerGameplayTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonGT_AnimationPlayer_OnProxyCompleted \ static_assert(alignof(EOCommonGT_AnimationPlayer_OnProxyCompleted) == 0x000008, "Wrong alignment on EOCommonGT_AnimationPlayer_OnProxyCompleted"); \ static_assert(sizeof(EOCommonGT_AnimationPlayer_OnProxyCompleted) == 0x000018, "Wrong size on EOCommonGT_AnimationPlayer_OnProxyCompleted"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyCompleted, EntryIndex) == 0x000000, "Member 'EOCommonGT_AnimationPlayer_OnProxyCompleted::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyCompleted, Animation) == 0x000008, "Member 'EOCommonGT_AnimationPlayer_OnProxyCompleted::Animation' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyCompleted, NotifyName) == 0x000010, "Member 'EOCommonGT_AnimationPlayer_OnProxyCompleted::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonGT_AnimationPlayer_OnProxyEntryBlendout \ static_assert(alignof(EOCommonGT_AnimationPlayer_OnProxyEntryBlendout) == 0x000008, "Wrong alignment on EOCommonGT_AnimationPlayer_OnProxyEntryBlendout"); \ static_assert(sizeof(EOCommonGT_AnimationPlayer_OnProxyEntryBlendout) == 0x000018, "Wrong size on EOCommonGT_AnimationPlayer_OnProxyEntryBlendout"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryBlendout, EntryIndex) == 0x000000, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryBlendout::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryBlendout, Animation) == 0x000008, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryBlendout::Animation' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryBlendout, NotifyName) == 0x000010, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryBlendout::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonGT_AnimationPlayer_OnProxyEntryCompleted \ static_assert(alignof(EOCommonGT_AnimationPlayer_OnProxyEntryCompleted) == 0x000008, "Wrong alignment on EOCommonGT_AnimationPlayer_OnProxyEntryCompleted"); \ static_assert(sizeof(EOCommonGT_AnimationPlayer_OnProxyEntryCompleted) == 0x000018, "Wrong size on EOCommonGT_AnimationPlayer_OnProxyEntryCompleted"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryCompleted, EntryIndex) == 0x000000, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryCompleted::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryCompleted, Animation) == 0x000008, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryCompleted::Animation' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryCompleted, NotifyName) == 0x000010, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryCompleted::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonGT_AnimationPlayer_OnProxyEntryInterrupted \ static_assert(alignof(EOCommonGT_AnimationPlayer_OnProxyEntryInterrupted) == 0x000008, "Wrong alignment on EOCommonGT_AnimationPlayer_OnProxyEntryInterrupted"); \ static_assert(sizeof(EOCommonGT_AnimationPlayer_OnProxyEntryInterrupted) == 0x000018, "Wrong size on EOCommonGT_AnimationPlayer_OnProxyEntryInterrupted"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryInterrupted, EntryIndex) == 0x000000, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryInterrupted::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryInterrupted, Animation) == 0x000008, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryInterrupted::Animation' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryInterrupted, NotifyName) == 0x000010, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryInterrupted::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonGT_AnimationPlayer_OnProxyEntryNotifyBegin \ static_assert(alignof(EOCommonGT_AnimationPlayer_OnProxyEntryNotifyBegin) == 0x000008, "Wrong alignment on EOCommonGT_AnimationPlayer_OnProxyEntryNotifyBegin"); \ static_assert(sizeof(EOCommonGT_AnimationPlayer_OnProxyEntryNotifyBegin) == 0x000018, "Wrong size on EOCommonGT_AnimationPlayer_OnProxyEntryNotifyBegin"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryNotifyBegin, EntryIndex) == 0x000000, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryNotifyBegin::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryNotifyBegin, Animation) == 0x000008, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryNotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryNotifyBegin, NotifyName) == 0x000010, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryNotifyBegin::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonGT_AnimationPlayer_OnProxyEntryNotifyEnd \ static_assert(alignof(EOCommonGT_AnimationPlayer_OnProxyEntryNotifyEnd) == 0x000008, "Wrong alignment on EOCommonGT_AnimationPlayer_OnProxyEntryNotifyEnd"); \ static_assert(sizeof(EOCommonGT_AnimationPlayer_OnProxyEntryNotifyEnd) == 0x000018, "Wrong size on EOCommonGT_AnimationPlayer_OnProxyEntryNotifyEnd"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryNotifyEnd, EntryIndex) == 0x000000, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryNotifyEnd::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryNotifyEnd, Animation) == 0x000008, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryNotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryNotifyEnd, NotifyName) == 0x000010, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryNotifyEnd::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonGT_AnimationPlayer_OnProxyEntryStarted \ static_assert(alignof(EOCommonGT_AnimationPlayer_OnProxyEntryStarted) == 0x000008, "Wrong alignment on EOCommonGT_AnimationPlayer_OnProxyEntryStarted"); \ static_assert(sizeof(EOCommonGT_AnimationPlayer_OnProxyEntryStarted) == 0x000018, "Wrong size on EOCommonGT_AnimationPlayer_OnProxyEntryStarted"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryStarted, EntryIndex) == 0x000000, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryStarted::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryStarted, Animation) == 0x000008, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryStarted::Animation' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_AnimationPlayer_OnProxyEntryStarted, NotifyName) == 0x000010, "Member 'EOCommonGT_AnimationPlayer_OnProxyEntryStarted::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonGT_AnimationPlayer \ static_assert(alignof(UEOCommonGT_AnimationPlayer) == 0x000008, "Wrong alignment on UEOCommonGT_AnimationPlayer"); \ static_assert(sizeof(UEOCommonGT_AnimationPlayer) == 0x000108, "Wrong size on UEOCommonGT_AnimationPlayer"); \ static_assert(offsetof(UEOCommonGT_AnimationPlayer, OnEntryStarted) == 0x000068, "Member 'UEOCommonGT_AnimationPlayer::OnEntryStarted' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_AnimationPlayer, OnEntryCompleted) == 0x000078, "Member 'UEOCommonGT_AnimationPlayer::OnEntryCompleted' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_AnimationPlayer, OnEntryBlendOut) == 0x000088, "Member 'UEOCommonGT_AnimationPlayer::OnEntryBlendOut' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_AnimationPlayer, OnEntryInterrupted) == 0x000098, "Member 'UEOCommonGT_AnimationPlayer::OnEntryInterrupted' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_AnimationPlayer, OnEntryNotifyBegin) == 0x0000A8, "Member 'UEOCommonGT_AnimationPlayer::OnEntryNotifyBegin' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_AnimationPlayer, OnEntryNotifyEnd) == 0x0000B8, "Member 'UEOCommonGT_AnimationPlayer::OnEntryNotifyEnd' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_AnimationPlayer, OnCompleted) == 0x0000C8, "Member 'UEOCommonGT_AnimationPlayer::OnCompleted' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_AnimationPlayer, OnTaskTick) == 0x0000D8, "Member 'UEOCommonGT_AnimationPlayer::OnTaskTick' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_AnimationPlayer, SkelMeshComponent) == 0x0000E8, "Member 'UEOCommonGT_AnimationPlayer::SkelMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_AnimationPlayer, AnimationPlayerData) == 0x0000F0, "Member 'UEOCommonGT_AnimationPlayer::AnimationPlayerData' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_AnimationPlayer, ProxyAnimPlayer) == 0x000100, "Member 'UEOCommonGT_AnimationPlayer::ProxyAnimPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameplayAbility_SetAbilityLevel \ static_assert(alignof(EOGameplayAbility_SetAbilityLevel) == 0x000004, "Wrong alignment on EOGameplayAbility_SetAbilityLevel"); \ static_assert(sizeof(EOGameplayAbility_SetAbilityLevel) == 0x000004, "Wrong size on EOGameplayAbility_SetAbilityLevel"); \ static_assert(offsetof(EOGameplayAbility_SetAbilityLevel, NewLevel) == 0x000000, "Member 'EOGameplayAbility_SetAbilityLevel::NewLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameplayAbility_IsInputPressed \ static_assert(alignof(EOGameplayAbility_IsInputPressed) == 0x000001, "Wrong alignment on EOGameplayAbility_IsInputPressed"); \ static_assert(sizeof(EOGameplayAbility_IsInputPressed) == 0x000001, "Wrong size on EOGameplayAbility_IsInputPressed"); \ static_assert(offsetof(EOGameplayAbility_IsInputPressed, ReturnValue) == 0x000000, "Member 'EOGameplayAbility_IsInputPressed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGameplayAbility \ static_assert(alignof(UEOGameplayAbility) == 0x000008, "Wrong alignment on UEOGameplayAbility"); \ static_assert(sizeof(UEOGameplayAbility) == 0x0003D0, "Wrong size on UEOGameplayAbility"); \ static_assert(offsetof(UEOGameplayAbility, EndAbilityBlockedTags) == 0x0003B0, "Member 'UEOGameplayAbility::EndAbilityBlockedTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOActivityBase \ static_assert(alignof(UEOActivityBase) == 0x000008, "Wrong alignment on UEOActivityBase"); \ static_assert(sizeof(UEOActivityBase) == 0x000058, "Wrong size on UEOActivityBase"); \ static_assert(offsetof(UEOActivityBase, ActivityID) == 0x000030, "Member 'UEOActivityBase::ActivityID' has a wrong offset!"); \ static_assert(offsetof(UEOActivityBase, ActivityDisplayText) == 0x000038, "Member 'UEOActivityBase::ActivityDisplayText' has a wrong offset!"); \ static_assert(offsetof(UEOActivityBase, bSyncedToOnlineService) == 0x000050, "Member 'UEOActivityBase::bSyncedToOnlineService' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonGT_TimelineBase \ static_assert(alignof(UEOCommonGT_TimelineBase) == 0x000008, "Wrong alignment on UEOCommonGT_TimelineBase"); \ static_assert(sizeof(UEOCommonGT_TimelineBase) == 0x000080, "Wrong size on UEOCommonGT_TimelineBase"); \ #define DUMPER7_ASSERTS_EOActorTraceComponent_MultiTrace \ static_assert(alignof(EOActorTraceComponent_MultiTrace) == 0x000008, "Wrong alignment on EOActorTraceComponent_MultiTrace"); \ static_assert(sizeof(EOActorTraceComponent_MultiTrace) == 0x000038, "Wrong size on EOActorTraceComponent_MultiTrace"); \ static_assert(offsetof(EOActorTraceComponent_MultiTrace, EventName) == 0x000000, "Member 'EOActorTraceComponent_MultiTrace::EventName' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTrace, Start) == 0x000008, "Member 'EOActorTraceComponent_MultiTrace::Start' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTrace, End) == 0x000014, "Member 'EOActorTraceComponent_MultiTrace::End' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTrace, TraceChannel) == 0x000020, "Member 'EOActorTraceComponent_MultiTrace::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTrace, bTraceComplex) == 0x000021, "Member 'EOActorTraceComponent_MultiTrace::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTrace, ReturnHitPhysicalMaterial) == 0x000022, "Member 'EOActorTraceComponent_MultiTrace::ReturnHitPhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTrace, Instigator) == 0x000028, "Member 'EOActorTraceComponent_MultiTrace::Instigator' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTrace, UserIntData) == 0x000030, "Member 'EOActorTraceComponent_MultiTrace::UserIntData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOActorTraceComponent_MultiTraceByObjectStatic \ static_assert(alignof(EOActorTraceComponent_MultiTraceByObjectStatic) == 0x000008, "Wrong alignment on EOActorTraceComponent_MultiTraceByObjectStatic"); \ static_assert(sizeof(EOActorTraceComponent_MultiTraceByObjectStatic) == 0x000038, "Wrong size on EOActorTraceComponent_MultiTraceByObjectStatic"); \ static_assert(offsetof(EOActorTraceComponent_MultiTraceByObjectStatic, EventName) == 0x000000, "Member 'EOActorTraceComponent_MultiTraceByObjectStatic::EventName' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTraceByObjectStatic, Start) == 0x000008, "Member 'EOActorTraceComponent_MultiTraceByObjectStatic::Start' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTraceByObjectStatic, End) == 0x000014, "Member 'EOActorTraceComponent_MultiTraceByObjectStatic::End' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTraceByObjectStatic, ObjectType) == 0x000020, "Member 'EOActorTraceComponent_MultiTraceByObjectStatic::ObjectType' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTraceByObjectStatic, bTraceComplex) == 0x000021, "Member 'EOActorTraceComponent_MultiTraceByObjectStatic::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTraceByObjectStatic, ReturnHitPhysicalMaterial) == 0x000022, "Member 'EOActorTraceComponent_MultiTraceByObjectStatic::ReturnHitPhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTraceByObjectStatic, Instigator) == 0x000028, "Member 'EOActorTraceComponent_MultiTraceByObjectStatic::Instigator' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_MultiTraceByObjectStatic, UserIntData) == 0x000030, "Member 'EOActorTraceComponent_MultiTraceByObjectStatic::UserIntData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOActorTraceComponent_OnAsyncTracedEvent \ static_assert(alignof(EOActorTraceComponent_OnAsyncTracedEvent) == 0x000008, "Wrong alignment on EOActorTraceComponent_OnAsyncTracedEvent"); \ static_assert(sizeof(EOActorTraceComponent_OnAsyncTracedEvent) == 0x000018, "Wrong size on EOActorTraceComponent_OnAsyncTracedEvent"); \ static_assert(offsetof(EOActorTraceComponent_OnAsyncTracedEvent, AsyncTraceIndex) == 0x000000, "Member 'EOActorTraceComponent_OnAsyncTracedEvent::AsyncTraceIndex' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_OnAsyncTracedEvent, HitResult) == 0x000008, "Member 'EOActorTraceComponent_OnAsyncTracedEvent::HitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOActorTraceComponent_OnMultiTracedEvent \ static_assert(alignof(EOActorTraceComponent_OnMultiTracedEvent) == 0x000008, "Wrong alignment on EOActorTraceComponent_OnMultiTracedEvent"); \ static_assert(sizeof(EOActorTraceComponent_OnMultiTracedEvent) == 0x000028, "Wrong size on EOActorTraceComponent_OnMultiTracedEvent"); \ static_assert(offsetof(EOActorTraceComponent_OnMultiTracedEvent, EventName) == 0x000000, "Member 'EOActorTraceComponent_OnMultiTracedEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_OnMultiTracedEvent, HitResult) == 0x000008, "Member 'EOActorTraceComponent_OnMultiTracedEvent::HitResult' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_OnMultiTracedEvent, Instigator) == 0x000018, "Member 'EOActorTraceComponent_OnMultiTracedEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_OnMultiTracedEvent, UserIntData) == 0x000020, "Member 'EOActorTraceComponent_OnMultiTracedEvent::UserIntData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOActorTraceComponent_OnTracedEvent \ static_assert(alignof(EOActorTraceComponent_OnTracedEvent) == 0x000008, "Wrong alignment on EOActorTraceComponent_OnTracedEvent"); \ static_assert(sizeof(EOActorTraceComponent_OnTracedEvent) == 0x0000A0, "Wrong size on EOActorTraceComponent_OnTracedEvent"); \ static_assert(offsetof(EOActorTraceComponent_OnTracedEvent, EventName) == 0x000000, "Member 'EOActorTraceComponent_OnTracedEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_OnTracedEvent, HitResult) == 0x000008, "Member 'EOActorTraceComponent_OnTracedEvent::HitResult' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_OnTracedEvent, Instigator) == 0x000090, "Member 'EOActorTraceComponent_OnTracedEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_OnTracedEvent, UserIntData) == 0x000098, "Member 'EOActorTraceComponent_OnTracedEvent::UserIntData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOActorTraceComponent_Trace \ static_assert(alignof(EOActorTraceComponent_Trace) == 0x000008, "Wrong alignment on EOActorTraceComponent_Trace"); \ static_assert(sizeof(EOActorTraceComponent_Trace) == 0x000038, "Wrong size on EOActorTraceComponent_Trace"); \ static_assert(offsetof(EOActorTraceComponent_Trace, EventName) == 0x000000, "Member 'EOActorTraceComponent_Trace::EventName' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_Trace, Start) == 0x000008, "Member 'EOActorTraceComponent_Trace::Start' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_Trace, End) == 0x000014, "Member 'EOActorTraceComponent_Trace::End' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_Trace, TraceChannel) == 0x000020, "Member 'EOActorTraceComponent_Trace::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_Trace, bTraceComplex) == 0x000021, "Member 'EOActorTraceComponent_Trace::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_Trace, ReturnHitPhysicalMaterial) == 0x000022, "Member 'EOActorTraceComponent_Trace::ReturnHitPhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_Trace, Instigator) == 0x000028, "Member 'EOActorTraceComponent_Trace::Instigator' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_Trace, UserIntData) == 0x000030, "Member 'EOActorTraceComponent_Trace::UserIntData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOActorTraceComponent_TraceAsync \ static_assert(alignof(EOActorTraceComponent_TraceAsync) == 0x000004, "Wrong alignment on EOActorTraceComponent_TraceAsync"); \ static_assert(sizeof(EOActorTraceComponent_TraceAsync) == 0x00002C, "Wrong size on EOActorTraceComponent_TraceAsync"); \ static_assert(offsetof(EOActorTraceComponent_TraceAsync, EventName) == 0x000000, "Member 'EOActorTraceComponent_TraceAsync::EventName' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_TraceAsync, Start) == 0x000008, "Member 'EOActorTraceComponent_TraceAsync::Start' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_TraceAsync, End) == 0x000014, "Member 'EOActorTraceComponent_TraceAsync::End' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_TraceAsync, TraceChannel) == 0x000020, "Member 'EOActorTraceComponent_TraceAsync::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_TraceAsync, TraceType) == 0x000021, "Member 'EOActorTraceComponent_TraceAsync::TraceType' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_TraceAsync, AsyncTraceIndex) == 0x000024, "Member 'EOActorTraceComponent_TraceAsync::AsyncTraceIndex' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_TraceAsync, bTraceComplex) == 0x000028, "Member 'EOActorTraceComponent_TraceAsync::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(EOActorTraceComponent_TraceAsync, ReturnHitPhysicalMaterial) == 0x000029, "Member 'EOActorTraceComponent_TraceAsync::ReturnHitPhysicalMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOActorTraceComponent \ static_assert(alignof(UEOActorTraceComponent) == 0x000008, "Wrong alignment on UEOActorTraceComponent"); \ static_assert(sizeof(UEOActorTraceComponent) == 0x0000B8, "Wrong size on UEOActorTraceComponent"); \ #define DUMPER7_ASSERTS_EOCommonGT_TimelineFloat_TimelineFloatTask \ static_assert(alignof(EOCommonGT_TimelineFloat_TimelineFloatTask) == 0x000008, "Wrong alignment on EOCommonGT_TimelineFloat_TimelineFloatTask"); \ static_assert(sizeof(EOCommonGT_TimelineFloat_TimelineFloatTask) == 0x000030, "Wrong size on EOCommonGT_TimelineFloat_TimelineFloatTask"); \ static_assert(offsetof(EOCommonGT_TimelineFloat_TimelineFloatTask, TaskOwner) == 0x000000, "Member 'EOCommonGT_TimelineFloat_TimelineFloatTask::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineFloat_TimelineFloatTask, PlaybackRate) == 0x000010, "Member 'EOCommonGT_TimelineFloat_TimelineFloatTask::PlaybackRate' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineFloat_TimelineFloatTask, PlaybackDirection) == 0x000014, "Member 'EOCommonGT_TimelineFloat_TimelineFloatTask::PlaybackDirection' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineFloat_TimelineFloatTask, PlaybackCurve) == 0x000018, "Member 'EOCommonGT_TimelineFloat_TimelineFloatTask::PlaybackCurve' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineFloat_TimelineFloatTask, Priority) == 0x000020, "Member 'EOCommonGT_TimelineFloat_TimelineFloatTask::Priority' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineFloat_TimelineFloatTask, ReturnValue) == 0x000028, "Member 'EOCommonGT_TimelineFloat_TimelineFloatTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonGT_TimelineFloat \ static_assert(alignof(UEOCommonGT_TimelineFloat) == 0x000008, "Wrong alignment on UEOCommonGT_TimelineFloat"); \ static_assert(sizeof(UEOCommonGT_TimelineFloat) == 0x0000B8, "Wrong size on UEOCommonGT_TimelineFloat"); \ static_assert(offsetof(UEOCommonGT_TimelineFloat, OnStarted) == 0x000080, "Member 'UEOCommonGT_TimelineFloat::OnStarted' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_TimelineFloat, OnUpdate) == 0x000090, "Member 'UEOCommonGT_TimelineFloat::OnUpdate' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_TimelineFloat, OnFinished) == 0x0000A0, "Member 'UEOCommonGT_TimelineFloat::OnFinished' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_TimelineFloat, FloatCurve) == 0x0000B0, "Member 'UEOCommonGT_TimelineFloat::FloatCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FootstepSoundEvent_GetSoundCue \ static_assert(alignof(FootstepSoundEvent_GetSoundCue) == 0x000008, "Wrong alignment on FootstepSoundEvent_GetSoundCue"); \ static_assert(sizeof(FootstepSoundEvent_GetSoundCue) == 0x000008, "Wrong size on FootstepSoundEvent_GetSoundCue"); \ static_assert(offsetof(FootstepSoundEvent_GetSoundCue, ReturnValue) == 0x000000, "Member 'FootstepSoundEvent_GetSoundCue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FootstepSoundEvent_GetSourceCharacter \ static_assert(alignof(FootstepSoundEvent_GetSourceCharacter) == 0x000008, "Wrong alignment on FootstepSoundEvent_GetSourceCharacter"); \ static_assert(sizeof(FootstepSoundEvent_GetSourceCharacter) == 0x000008, "Wrong size on FootstepSoundEvent_GetSourceCharacter"); \ static_assert(offsetof(FootstepSoundEvent_GetSourceCharacter, ReturnValue) == 0x000000, "Member 'FootstepSoundEvent_GetSourceCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FootstepSoundEvent_GetSourceMovementComponent \ static_assert(alignof(FootstepSoundEvent_GetSourceMovementComponent) == 0x000008, "Wrong alignment on FootstepSoundEvent_GetSourceMovementComponent"); \ static_assert(sizeof(FootstepSoundEvent_GetSourceMovementComponent) == 0x000008, "Wrong size on FootstepSoundEvent_GetSourceMovementComponent"); \ static_assert(offsetof(FootstepSoundEvent_GetSourceMovementComponent, ReturnValue) == 0x000000, "Member 'FootstepSoundEvent_GetSourceMovementComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFootstepSoundEvent \ static_assert(alignof(UFootstepSoundEvent) == 0x000008, "Wrong alignment on UFootstepSoundEvent"); \ static_assert(sizeof(UFootstepSoundEvent) == 0x000038, "Wrong size on UFootstepSoundEvent"); \ #define DUMPER7_ASSERTS_EOAsyncTaskAttributeChanged_ListenForAttributeChange \ static_assert(alignof(EOAsyncTaskAttributeChanged_ListenForAttributeChange) == 0x000008, "Wrong alignment on EOAsyncTaskAttributeChanged_ListenForAttributeChange"); \ static_assert(sizeof(EOAsyncTaskAttributeChanged_ListenForAttributeChange) == 0x000048, "Wrong size on EOAsyncTaskAttributeChanged_ListenForAttributeChange"); \ static_assert(offsetof(EOAsyncTaskAttributeChanged_ListenForAttributeChange, AbilitySystemComponent_0) == 0x000000, "Member 'EOAsyncTaskAttributeChanged_ListenForAttributeChange::AbilitySystemComponent_0' has a wrong offset!"); \ static_assert(offsetof(EOAsyncTaskAttributeChanged_ListenForAttributeChange, Attribute) == 0x000008, "Member 'EOAsyncTaskAttributeChanged_ListenForAttributeChange::Attribute' has a wrong offset!"); \ static_assert(offsetof(EOAsyncTaskAttributeChanged_ListenForAttributeChange, ReturnValue) == 0x000040, "Member 'EOAsyncTaskAttributeChanged_ListenForAttributeChange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAsyncTaskAttributeChanged \ static_assert(alignof(UEOAsyncTaskAttributeChanged) == 0x000008, "Wrong alignment on UEOAsyncTaskAttributeChanged"); \ static_assert(sizeof(UEOAsyncTaskAttributeChanged) == 0x000080, "Wrong size on UEOAsyncTaskAttributeChanged"); \ static_assert(offsetof(UEOAsyncTaskAttributeChanged, OnAttributeChanged) == 0x000030, "Member 'UEOAsyncTaskAttributeChanged::OnAttributeChanged' has a wrong offset!"); \ static_assert(offsetof(UEOAsyncTaskAttributeChanged, AbilitySystemComponent) == 0x000040, "Member 'UEOAsyncTaskAttributeChanged::AbilitySystemComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonIncrementalLevelUnload_IncrementalLevelUnload \ static_assert(alignof(EOCommonIncrementalLevelUnload_IncrementalLevelUnload) == 0x000008, "Wrong alignment on EOCommonIncrementalLevelUnload_IncrementalLevelUnload"); \ static_assert(sizeof(EOCommonIncrementalLevelUnload_IncrementalLevelUnload) == 0x000028, "Wrong size on EOCommonIncrementalLevelUnload_IncrementalLevelUnload"); \ static_assert(offsetof(EOCommonIncrementalLevelUnload_IncrementalLevelUnload, InToUnload) == 0x000000, "Member 'EOCommonIncrementalLevelUnload_IncrementalLevelUnload::InToUnload' has a wrong offset!"); \ static_assert(offsetof(EOCommonIncrementalLevelUnload_IncrementalLevelUnload, InToLoad) == 0x000010, "Member 'EOCommonIncrementalLevelUnload_IncrementalLevelUnload::InToLoad' has a wrong offset!"); \ static_assert(offsetof(EOCommonIncrementalLevelUnload_IncrementalLevelUnload, Timeout) == 0x000020, "Member 'EOCommonIncrementalLevelUnload_IncrementalLevelUnload::Timeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonIncrementalLevelUnload \ static_assert(alignof(UEOCommonIncrementalLevelUnload) == 0x000008, "Wrong alignment on UEOCommonIncrementalLevelUnload"); \ static_assert(sizeof(UEOCommonIncrementalLevelUnload) == 0x000078, "Wrong size on UEOCommonIncrementalLevelUnload"); \ #define DUMPER7_ASSERTS_EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask \ static_assert(alignof(EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask) == 0x000008, "Wrong alignment on EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask"); \ static_assert(sizeof(EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask) == 0x000030, "Wrong size on EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask"); \ static_assert(offsetof(EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask, OwningAbility) == 0x000000, "Member 'EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask, TaskInstanceName) == 0x000008, "Member 'EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask, InSkelMeshComponent) == 0x000010, "Member 'EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask::InSkelMeshComponent' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask, InAnimationsToPlay) == 0x000018, "Member 'EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask::InAnimationsToPlay' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask, InLoopAnimList) == 0x000020, "Member 'EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask::InLoopAnimList' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask, bInStopWhenAbilityEnds) == 0x000021, "Member 'EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask::bInStopWhenAbilityEnds' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask, ReturnValue) == 0x000028, "Member 'EOAT_AnimationPlayer_AnimationPlayerGameplayAbilityTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_AnimationPlayer_OnProxyCompleted \ static_assert(alignof(EOAT_AnimationPlayer_OnProxyCompleted) == 0x000008, "Wrong alignment on EOAT_AnimationPlayer_OnProxyCompleted"); \ static_assert(sizeof(EOAT_AnimationPlayer_OnProxyCompleted) == 0x000018, "Wrong size on EOAT_AnimationPlayer_OnProxyCompleted"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyCompleted, EntryIndex) == 0x000000, "Member 'EOAT_AnimationPlayer_OnProxyCompleted::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyCompleted, Animation) == 0x000008, "Member 'EOAT_AnimationPlayer_OnProxyCompleted::Animation' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyCompleted, NotifyName) == 0x000010, "Member 'EOAT_AnimationPlayer_OnProxyCompleted::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_AnimationPlayer_OnProxyEntryBlendout \ static_assert(alignof(EOAT_AnimationPlayer_OnProxyEntryBlendout) == 0x000008, "Wrong alignment on EOAT_AnimationPlayer_OnProxyEntryBlendout"); \ static_assert(sizeof(EOAT_AnimationPlayer_OnProxyEntryBlendout) == 0x000018, "Wrong size on EOAT_AnimationPlayer_OnProxyEntryBlendout"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryBlendout, EntryIndex) == 0x000000, "Member 'EOAT_AnimationPlayer_OnProxyEntryBlendout::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryBlendout, Animation) == 0x000008, "Member 'EOAT_AnimationPlayer_OnProxyEntryBlendout::Animation' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryBlendout, NotifyName) == 0x000010, "Member 'EOAT_AnimationPlayer_OnProxyEntryBlendout::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_AnimationPlayer_OnProxyEntryCompleted \ static_assert(alignof(EOAT_AnimationPlayer_OnProxyEntryCompleted) == 0x000008, "Wrong alignment on EOAT_AnimationPlayer_OnProxyEntryCompleted"); \ static_assert(sizeof(EOAT_AnimationPlayer_OnProxyEntryCompleted) == 0x000018, "Wrong size on EOAT_AnimationPlayer_OnProxyEntryCompleted"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryCompleted, EntryIndex) == 0x000000, "Member 'EOAT_AnimationPlayer_OnProxyEntryCompleted::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryCompleted, Animation) == 0x000008, "Member 'EOAT_AnimationPlayer_OnProxyEntryCompleted::Animation' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryCompleted, NotifyName) == 0x000010, "Member 'EOAT_AnimationPlayer_OnProxyEntryCompleted::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_AnimationPlayer_OnProxyEntryInterrupted \ static_assert(alignof(EOAT_AnimationPlayer_OnProxyEntryInterrupted) == 0x000008, "Wrong alignment on EOAT_AnimationPlayer_OnProxyEntryInterrupted"); \ static_assert(sizeof(EOAT_AnimationPlayer_OnProxyEntryInterrupted) == 0x000018, "Wrong size on EOAT_AnimationPlayer_OnProxyEntryInterrupted"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryInterrupted, EntryIndex) == 0x000000, "Member 'EOAT_AnimationPlayer_OnProxyEntryInterrupted::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryInterrupted, Animation) == 0x000008, "Member 'EOAT_AnimationPlayer_OnProxyEntryInterrupted::Animation' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryInterrupted, NotifyName) == 0x000010, "Member 'EOAT_AnimationPlayer_OnProxyEntryInterrupted::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_AnimationPlayer_OnProxyEntryNotifyBegin \ static_assert(alignof(EOAT_AnimationPlayer_OnProxyEntryNotifyBegin) == 0x000008, "Wrong alignment on EOAT_AnimationPlayer_OnProxyEntryNotifyBegin"); \ static_assert(sizeof(EOAT_AnimationPlayer_OnProxyEntryNotifyBegin) == 0x000018, "Wrong size on EOAT_AnimationPlayer_OnProxyEntryNotifyBegin"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryNotifyBegin, EntryIndex) == 0x000000, "Member 'EOAT_AnimationPlayer_OnProxyEntryNotifyBegin::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryNotifyBegin, Animation) == 0x000008, "Member 'EOAT_AnimationPlayer_OnProxyEntryNotifyBegin::Animation' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryNotifyBegin, NotifyName) == 0x000010, "Member 'EOAT_AnimationPlayer_OnProxyEntryNotifyBegin::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_AnimationPlayer_OnProxyEntryNotifyEnd \ static_assert(alignof(EOAT_AnimationPlayer_OnProxyEntryNotifyEnd) == 0x000008, "Wrong alignment on EOAT_AnimationPlayer_OnProxyEntryNotifyEnd"); \ static_assert(sizeof(EOAT_AnimationPlayer_OnProxyEntryNotifyEnd) == 0x000018, "Wrong size on EOAT_AnimationPlayer_OnProxyEntryNotifyEnd"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryNotifyEnd, EntryIndex) == 0x000000, "Member 'EOAT_AnimationPlayer_OnProxyEntryNotifyEnd::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryNotifyEnd, Animation) == 0x000008, "Member 'EOAT_AnimationPlayer_OnProxyEntryNotifyEnd::Animation' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryNotifyEnd, NotifyName) == 0x000010, "Member 'EOAT_AnimationPlayer_OnProxyEntryNotifyEnd::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_AnimationPlayer_OnProxyEntryStarted \ static_assert(alignof(EOAT_AnimationPlayer_OnProxyEntryStarted) == 0x000008, "Wrong alignment on EOAT_AnimationPlayer_OnProxyEntryStarted"); \ static_assert(sizeof(EOAT_AnimationPlayer_OnProxyEntryStarted) == 0x000018, "Wrong size on EOAT_AnimationPlayer_OnProxyEntryStarted"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryStarted, EntryIndex) == 0x000000, "Member 'EOAT_AnimationPlayer_OnProxyEntryStarted::EntryIndex' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryStarted, Animation) == 0x000008, "Member 'EOAT_AnimationPlayer_OnProxyEntryStarted::Animation' has a wrong offset!"); \ static_assert(offsetof(EOAT_AnimationPlayer_OnProxyEntryStarted, NotifyName) == 0x000010, "Member 'EOAT_AnimationPlayer_OnProxyEntryStarted::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAT_AnimationPlayer \ static_assert(alignof(UEOAT_AnimationPlayer) == 0x000008, "Wrong alignment on UEOAT_AnimationPlayer"); \ static_assert(sizeof(UEOAT_AnimationPlayer) == 0x000128, "Wrong size on UEOAT_AnimationPlayer"); \ static_assert(offsetof(UEOAT_AnimationPlayer, OnEntryStarted) == 0x000080, "Member 'UEOAT_AnimationPlayer::OnEntryStarted' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, OnEntryCompleted) == 0x000090, "Member 'UEOAT_AnimationPlayer::OnEntryCompleted' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, OnEntryBlendOut) == 0x0000A0, "Member 'UEOAT_AnimationPlayer::OnEntryBlendOut' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, OnEntryInterrupted) == 0x0000B0, "Member 'UEOAT_AnimationPlayer::OnEntryInterrupted' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, OnEntryNotifyBegin) == 0x0000C0, "Member 'UEOAT_AnimationPlayer::OnEntryNotifyBegin' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, OnEntryNotifyEnd) == 0x0000D0, "Member 'UEOAT_AnimationPlayer::OnEntryNotifyEnd' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, OnCompleted) == 0x0000E0, "Member 'UEOAT_AnimationPlayer::OnCompleted' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, OnTaskTick) == 0x0000F0, "Member 'UEOAT_AnimationPlayer::OnTaskTick' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, SkelMeshComponent) == 0x000100, "Member 'UEOAT_AnimationPlayer::SkelMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, AnimationPlayerData) == 0x000108, "Member 'UEOAT_AnimationPlayer::AnimationPlayerData' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, bLoopAnimList) == 0x000110, "Member 'UEOAT_AnimationPlayer::bLoopAnimList' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, bStopWhenAbilityEnds) == 0x000111, "Member 'UEOAT_AnimationPlayer::bStopWhenAbilityEnds' has a wrong offset!"); \ static_assert(offsetof(UEOAT_AnimationPlayer, ProxyAnimPlayer) == 0x000118, "Member 'UEOAT_AnimationPlayer::ProxyAnimPlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitGameplayTagsBase_GameplayTagCallback \ static_assert(alignof(EOAT_WaitGameplayTagsBase_GameplayTagCallback) == 0x000004, "Wrong alignment on EOAT_WaitGameplayTagsBase_GameplayTagCallback"); \ static_assert(sizeof(EOAT_WaitGameplayTagsBase_GameplayTagCallback) == 0x00000C, "Wrong size on EOAT_WaitGameplayTagsBase_GameplayTagCallback"); \ static_assert(offsetof(EOAT_WaitGameplayTagsBase_GameplayTagCallback, Tag) == 0x000000, "Member 'EOAT_WaitGameplayTagsBase_GameplayTagCallback::Tag' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitGameplayTagsBase_GameplayTagCallback, NewCount) == 0x000008, "Member 'EOAT_WaitGameplayTagsBase_GameplayTagCallback::NewCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAT_WaitGameplayTagsBase \ static_assert(alignof(UEOAT_WaitGameplayTagsBase) == 0x000008, "Wrong alignment on UEOAT_WaitGameplayTagsBase"); \ static_assert(sizeof(UEOAT_WaitGameplayTagsBase) == 0x0000C0, "Wrong size on UEOAT_WaitGameplayTagsBase"); \ static_assert(offsetof(UEOAT_WaitGameplayTagsBase, OptionalExternalTarget) == 0x0000A8, "Member 'UEOAT_WaitGameplayTagsBase::OptionalExternalTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd \ static_assert(alignof(EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd) == 0x000008, "Wrong alignment on EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd"); \ static_assert(sizeof(EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd) == 0x000040, "Wrong size on EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd"); \ static_assert(offsetof(EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd, OwningAbility) == 0x000000, "Member 'EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd, Tags) == 0x000008, "Member 'EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd::Tags' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd, InOptionalExternalTarget) == 0x000028, "Member 'EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd::InOptionalExternalTarget' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd, OnlyTriggerOnce) == 0x000030, "Member 'EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd::OnlyTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd, ReturnValue) == 0x000038, "Member 'EOAT_WaitGameplayTagsAdded_WaitGameplayTagsAdd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAT_WaitGameplayTagsAdded \ static_assert(alignof(UEOAT_WaitGameplayTagsAdded) == 0x000008, "Wrong alignment on UEOAT_WaitGameplayTagsAdded"); \ static_assert(sizeof(UEOAT_WaitGameplayTagsAdded) == 0x0000D0, "Wrong size on UEOAT_WaitGameplayTagsAdded"); \ static_assert(offsetof(UEOAT_WaitGameplayTagsAdded, Added) == 0x0000C0, "Member 'UEOAT_WaitGameplayTagsAdded::Added' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGUS_ApplyMouseXSensitivity \ static_assert(alignof(UEOGUS_ApplyMouseXSensitivity) == 0x000008, "Wrong alignment on UEOGUS_ApplyMouseXSensitivity"); \ static_assert(sizeof(UEOGUS_ApplyMouseXSensitivity) == 0x000030, "Wrong size on UEOGUS_ApplyMouseXSensitivity"); \ static_assert(offsetof(UEOGUS_ApplyMouseXSensitivity, SettingsValue) == 0x000028, "Member 'UEOGUS_ApplyMouseXSensitivity::SettingsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonGUSGamepadXSensitivity \ static_assert(alignof(UEOCommonGUSGamepadXSensitivity) == 0x000008, "Wrong alignment on UEOCommonGUSGamepadXSensitivity"); \ static_assert(sizeof(UEOCommonGUSGamepadXSensitivity) == 0x000028, "Wrong size on UEOCommonGUSGamepadXSensitivity"); \ #define DUMPER7_ASSERTS_EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove \ static_assert(alignof(EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove) == 0x000008, "Wrong alignment on EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove"); \ static_assert(sizeof(EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove) == 0x000040, "Wrong size on EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove"); \ static_assert(offsetof(EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove, OwningAbility) == 0x000000, "Member 'EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove, Tags) == 0x000008, "Member 'EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove::Tags' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove, InOptionalExternalTarget) == 0x000028, "Member 'EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove::InOptionalExternalTarget' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove, OnlyTriggerOnce) == 0x000030, "Member 'EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove::OnlyTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove, ReturnValue) == 0x000038, "Member 'EOAT_WaitGameplayTagsRemoved_WaitGameplayTagsRemove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAT_WaitGameplayTagsRemoved \ static_assert(alignof(UEOAT_WaitGameplayTagsRemoved) == 0x000008, "Wrong alignment on UEOAT_WaitGameplayTagsRemoved"); \ static_assert(sizeof(UEOAT_WaitGameplayTagsRemoved) == 0x0000D0, "Wrong size on UEOAT_WaitGameplayTagsRemoved"); \ static_assert(offsetof(UEOAT_WaitGameplayTagsRemoved, Removed) == 0x0000C0, "Member 'UEOAT_WaitGameplayTagsRemoved::Removed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonGUSGamepadYSensitivity \ static_assert(alignof(UEOCommonGUSGamepadYSensitivity) == 0x000008, "Wrong alignment on UEOCommonGUSGamepadYSensitivity"); \ static_assert(sizeof(UEOCommonGUSGamepadYSensitivity) == 0x000028, "Wrong size on UEOCommonGUSGamepadYSensitivity"); \ #define DUMPER7_ASSERTS_EOAT_WaitInputAction_WaitInputAction \ static_assert(alignof(EOAT_WaitInputAction_WaitInputAction) == 0x000008, "Wrong alignment on EOAT_WaitInputAction_WaitInputAction"); \ static_assert(sizeof(EOAT_WaitInputAction_WaitInputAction) == 0x000030, "Wrong size on EOAT_WaitInputAction_WaitInputAction"); \ static_assert(offsetof(EOAT_WaitInputAction_WaitInputAction, OwningAbility) == 0x000000, "Member 'EOAT_WaitInputAction_WaitInputAction::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInputAction_WaitInputAction, WaitInputAction_0) == 0x000008, "Member 'EOAT_WaitInputAction_WaitInputAction::WaitInputAction_0' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInputAction_WaitInputAction, FromEnhancedInputComponent) == 0x000010, "Member 'EOAT_WaitInputAction_WaitInputAction::FromEnhancedInputComponent' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInputAction_WaitInputAction, FromEnchancedPlayerInput) == 0x000018, "Member 'EOAT_WaitInputAction_WaitInputAction::FromEnchancedPlayerInput' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInputAction_WaitInputAction, bTestInitialInputAction) == 0x000020, "Member 'EOAT_WaitInputAction_WaitInputAction::bTestInitialInputAction' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInputAction_WaitInputAction, ReturnValue) == 0x000028, "Member 'EOAT_WaitInputAction_WaitInputAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitInputAction_OnInputActionCanceledCB \ static_assert(alignof(EOAT_WaitInputAction_OnInputActionCanceledCB) == 0x000008, "Wrong alignment on EOAT_WaitInputAction_OnInputActionCanceledCB"); \ static_assert(sizeof(EOAT_WaitInputAction_OnInputActionCanceledCB) == 0x000070, "Wrong size on EOAT_WaitInputAction_OnInputActionCanceledCB"); \ static_assert(offsetof(EOAT_WaitInputAction_OnInputActionCanceledCB, InputActionInstance) == 0x000000, "Member 'EOAT_WaitInputAction_OnInputActionCanceledCB::InputActionInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitInputAction_OnInputActionCompletedCB \ static_assert(alignof(EOAT_WaitInputAction_OnInputActionCompletedCB) == 0x000008, "Wrong alignment on EOAT_WaitInputAction_OnInputActionCompletedCB"); \ static_assert(sizeof(EOAT_WaitInputAction_OnInputActionCompletedCB) == 0x000070, "Wrong size on EOAT_WaitInputAction_OnInputActionCompletedCB"); \ static_assert(offsetof(EOAT_WaitInputAction_OnInputActionCompletedCB, InputActionInstance) == 0x000000, "Member 'EOAT_WaitInputAction_OnInputActionCompletedCB::InputActionInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitInputAction_OnInputActionOngoingCB \ static_assert(alignof(EOAT_WaitInputAction_OnInputActionOngoingCB) == 0x000008, "Wrong alignment on EOAT_WaitInputAction_OnInputActionOngoingCB"); \ static_assert(sizeof(EOAT_WaitInputAction_OnInputActionOngoingCB) == 0x000070, "Wrong size on EOAT_WaitInputAction_OnInputActionOngoingCB"); \ static_assert(offsetof(EOAT_WaitInputAction_OnInputActionOngoingCB, InputActionInstance) == 0x000000, "Member 'EOAT_WaitInputAction_OnInputActionOngoingCB::InputActionInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitInputAction_OnInputActionStartedCB \ static_assert(alignof(EOAT_WaitInputAction_OnInputActionStartedCB) == 0x000008, "Wrong alignment on EOAT_WaitInputAction_OnInputActionStartedCB"); \ static_assert(sizeof(EOAT_WaitInputAction_OnInputActionStartedCB) == 0x000070, "Wrong size on EOAT_WaitInputAction_OnInputActionStartedCB"); \ static_assert(offsetof(EOAT_WaitInputAction_OnInputActionStartedCB, InputActionInstance) == 0x000000, "Member 'EOAT_WaitInputAction_OnInputActionStartedCB::InputActionInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitInputAction_OnInputActionTriggeredCB \ static_assert(alignof(EOAT_WaitInputAction_OnInputActionTriggeredCB) == 0x000008, "Wrong alignment on EOAT_WaitInputAction_OnInputActionTriggeredCB"); \ static_assert(sizeof(EOAT_WaitInputAction_OnInputActionTriggeredCB) == 0x000070, "Wrong size on EOAT_WaitInputAction_OnInputActionTriggeredCB"); \ static_assert(offsetof(EOAT_WaitInputAction_OnInputActionTriggeredCB, InputActionInstance) == 0x000000, "Member 'EOAT_WaitInputAction_OnInputActionTriggeredCB::InputActionInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAT_WaitInputAction \ static_assert(alignof(UEOAT_WaitInputAction) == 0x000008, "Wrong alignment on UEOAT_WaitInputAction"); \ static_assert(sizeof(UEOAT_WaitInputAction) == 0x000100, "Wrong size on UEOAT_WaitInputAction"); \ static_assert(offsetof(UEOAT_WaitInputAction, Started) == 0x000080, "Member 'UEOAT_WaitInputAction::Started' has a wrong offset!"); \ static_assert(offsetof(UEOAT_WaitInputAction, Triggered) == 0x000090, "Member 'UEOAT_WaitInputAction::Triggered' has a wrong offset!"); \ static_assert(offsetof(UEOAT_WaitInputAction, Ongoing) == 0x0000A0, "Member 'UEOAT_WaitInputAction::Ongoing' has a wrong offset!"); \ static_assert(offsetof(UEOAT_WaitInputAction, Completed) == 0x0000B0, "Member 'UEOAT_WaitInputAction::Completed' has a wrong offset!"); \ static_assert(offsetof(UEOAT_WaitInputAction, Canceled) == 0x0000C0, "Member 'UEOAT_WaitInputAction::Canceled' has a wrong offset!"); \ static_assert(offsetof(UEOAT_WaitInputAction, InputAction) == 0x0000E8, "Member 'UEOAT_WaitInputAction::InputAction' has a wrong offset!"); \ static_assert(offsetof(UEOAT_WaitInputAction, EnhancedInputComponent) == 0x0000F0, "Member 'UEOAT_WaitInputAction::EnhancedInputComponent' has a wrong offset!"); \ static_assert(offsetof(UEOAT_WaitInputAction, EnchancedPlayerInput) == 0x0000F8, "Member 'UEOAT_WaitInputAction::EnchancedPlayerInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonGUSMouseYSensitivity \ static_assert(alignof(UEOCommonGUSMouseYSensitivity) == 0x000008, "Wrong alignment on UEOCommonGUSMouseYSensitivity"); \ static_assert(sizeof(UEOCommonGUSMouseYSensitivity) == 0x000028, "Wrong size on UEOCommonGUSMouseYSensitivity"); \ #define DUMPER7_ASSERTS_EOAT_WaitInputPressWithTick_WaitInputPressWithTick \ static_assert(alignof(EOAT_WaitInputPressWithTick_WaitInputPressWithTick) == 0x000008, "Wrong alignment on EOAT_WaitInputPressWithTick_WaitInputPressWithTick"); \ static_assert(sizeof(EOAT_WaitInputPressWithTick_WaitInputPressWithTick) == 0x000018, "Wrong size on EOAT_WaitInputPressWithTick_WaitInputPressWithTick"); \ static_assert(offsetof(EOAT_WaitInputPressWithTick_WaitInputPressWithTick, OwningAbility) == 0x000000, "Member 'EOAT_WaitInputPressWithTick_WaitInputPressWithTick::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInputPressWithTick_WaitInputPressWithTick, bTestAlreadyReleased) == 0x000008, "Member 'EOAT_WaitInputPressWithTick_WaitInputPressWithTick::bTestAlreadyReleased' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInputPressWithTick_WaitInputPressWithTick, ReturnValue) == 0x000010, "Member 'EOAT_WaitInputPressWithTick_WaitInputPressWithTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAT_WaitInputPressWithTick \ static_assert(alignof(UEOAT_WaitInputPressWithTick) == 0x000008, "Wrong alignment on UEOAT_WaitInputPressWithTick"); \ static_assert(sizeof(UEOAT_WaitInputPressWithTick) == 0x0000B0, "Wrong size on UEOAT_WaitInputPressWithTick"); \ static_assert(offsetof(UEOAT_WaitInputPressWithTick, OnTick) == 0x0000A0, "Member 'UEOAT_WaitInputPressWithTick::OnTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitInputReleaseWithTick_WaitInputReleaseWithTick \ static_assert(alignof(EOAT_WaitInputReleaseWithTick_WaitInputReleaseWithTick) == 0x000008, "Wrong alignment on EOAT_WaitInputReleaseWithTick_WaitInputReleaseWithTick"); \ static_assert(sizeof(EOAT_WaitInputReleaseWithTick_WaitInputReleaseWithTick) == 0x000018, "Wrong size on EOAT_WaitInputReleaseWithTick_WaitInputReleaseWithTick"); \ static_assert(offsetof(EOAT_WaitInputReleaseWithTick_WaitInputReleaseWithTick, OwningAbility) == 0x000000, "Member 'EOAT_WaitInputReleaseWithTick_WaitInputReleaseWithTick::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInputReleaseWithTick_WaitInputReleaseWithTick, bTestAlreadyReleased) == 0x000008, "Member 'EOAT_WaitInputReleaseWithTick_WaitInputReleaseWithTick::bTestAlreadyReleased' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInputReleaseWithTick_WaitInputReleaseWithTick, ReturnValue) == 0x000010, "Member 'EOAT_WaitInputReleaseWithTick_WaitInputReleaseWithTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAT_WaitInputReleaseWithTick \ static_assert(alignof(UEOAT_WaitInputReleaseWithTick) == 0x000008, "Wrong alignment on UEOAT_WaitInputReleaseWithTick"); \ static_assert(sizeof(UEOAT_WaitInputReleaseWithTick) == 0x0000B8, "Wrong size on UEOAT_WaitInputReleaseWithTick"); \ static_assert(offsetof(UEOAT_WaitInputReleaseWithTick, OnTick) == 0x0000A0, "Member 'UEOAT_WaitInputReleaseWithTick::OnTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitOnCrouching_WaitOnCrouching \ static_assert(alignof(EOAT_WaitOnCrouching_WaitOnCrouching) == 0x000008, "Wrong alignment on EOAT_WaitOnCrouching_WaitOnCrouching"); \ static_assert(sizeof(EOAT_WaitOnCrouching_WaitOnCrouching) == 0x000020, "Wrong size on EOAT_WaitOnCrouching_WaitOnCrouching"); \ static_assert(offsetof(EOAT_WaitOnCrouching_WaitOnCrouching, OwningAbility) == 0x000000, "Member 'EOAT_WaitOnCrouching_WaitOnCrouching::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitOnCrouching_WaitOnCrouching, OwningCharacter) == 0x000008, "Member 'EOAT_WaitOnCrouching_WaitOnCrouching::OwningCharacter' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitOnCrouching_WaitOnCrouching, CrouchDuration) == 0x000010, "Member 'EOAT_WaitOnCrouching_WaitOnCrouching::CrouchDuration' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitOnCrouching_WaitOnCrouching, IsProgressive) == 0x000014, "Member 'EOAT_WaitOnCrouching_WaitOnCrouching::IsProgressive' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitOnCrouching_WaitOnCrouching, ReturnValue) == 0x000018, "Member 'EOAT_WaitOnCrouching_WaitOnCrouching::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitOnCrouching_OnInputPress \ static_assert(alignof(EOAT_WaitOnCrouching_OnInputPress) == 0x000004, "Wrong alignment on EOAT_WaitOnCrouching_OnInputPress"); \ static_assert(sizeof(EOAT_WaitOnCrouching_OnInputPress) == 0x000004, "Wrong size on EOAT_WaitOnCrouching_OnInputPress"); \ static_assert(offsetof(EOAT_WaitOnCrouching_OnInputPress, TimeHeld) == 0x000000, "Member 'EOAT_WaitOnCrouching_OnInputPress::TimeHeld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitOnCrouching_OnInputRelease \ static_assert(alignof(EOAT_WaitOnCrouching_OnInputRelease) == 0x000004, "Wrong alignment on EOAT_WaitOnCrouching_OnInputRelease"); \ static_assert(sizeof(EOAT_WaitOnCrouching_OnInputRelease) == 0x000008, "Wrong size on EOAT_WaitOnCrouching_OnInputRelease"); \ static_assert(offsetof(EOAT_WaitOnCrouching_OnInputRelease, TimeHeld) == 0x000000, "Member 'EOAT_WaitOnCrouching_OnInputRelease::TimeHeld' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitOnCrouching_OnInputRelease, InputDisabled) == 0x000004, "Member 'EOAT_WaitOnCrouching_OnInputRelease::InputDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAT_WaitOnCrouching \ static_assert(alignof(UEOAT_WaitOnCrouching) == 0x000008, "Wrong alignment on UEOAT_WaitOnCrouching"); \ static_assert(sizeof(UEOAT_WaitOnCrouching) == 0x000110, "Wrong size on UEOAT_WaitOnCrouching"); \ static_assert(offsetof(UEOAT_WaitOnCrouching, OnTick) == 0x000080, "Member 'UEOAT_WaitOnCrouching::OnTick' has a wrong offset!"); \ static_assert(offsetof(UEOAT_WaitOnCrouching, OnCompleted) == 0x000090, "Member 'UEOAT_WaitOnCrouching::OnCompleted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonLocalPlayer \ static_assert(alignof(UEOCommonLocalPlayer) == 0x000008, "Wrong alignment on UEOCommonLocalPlayer"); \ static_assert(sizeof(UEOCommonLocalPlayer) == 0x000280, "Wrong size on UEOCommonLocalPlayer"); \ #define DUMPER7_ASSERTS_UEOAT_WaitOverlappedObjects \ static_assert(alignof(UEOAT_WaitOverlappedObjects) == 0x000008, "Wrong alignment on UEOAT_WaitOverlappedObjects"); \ static_assert(sizeof(UEOAT_WaitOverlappedObjects) == 0x000080, "Wrong size on UEOAT_WaitOverlappedObjects"); \ #define DUMPER7_ASSERTS_UEOAT_WaitOverlapObjectsWithIntrf \ static_assert(alignof(UEOAT_WaitOverlapObjectsWithIntrf) == 0x000008, "Wrong alignment on UEOAT_WaitOverlapObjectsWithIntrf"); \ static_assert(sizeof(UEOAT_WaitOverlapObjectsWithIntrf) == 0x000080, "Wrong size on UEOAT_WaitOverlapObjectsWithIntrf"); \ #define DUMPER7_ASSERTS_EOAT_WaitTraceHit_WaitForTraceHit \ static_assert(alignof(EOAT_WaitTraceHit_WaitForTraceHit) == 0x000008, "Wrong alignment on EOAT_WaitTraceHit_WaitForTraceHit"); \ static_assert(sizeof(EOAT_WaitTraceHit_WaitForTraceHit) == 0x000040, "Wrong size on EOAT_WaitTraceHit_WaitForTraceHit"); \ static_assert(offsetof(EOAT_WaitTraceHit_WaitForTraceHit, OwningAbility) == 0x000000, "Member 'EOAT_WaitTraceHit_WaitForTraceHit::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHit_WaitForTraceHit, TraceChannel) == 0x000008, "Member 'EOAT_WaitTraceHit_WaitForTraceHit::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHit_WaitForTraceHit, TaskInstanceName) == 0x00000C, "Member 'EOAT_WaitTraceHit_WaitForTraceHit::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHit_WaitForTraceHit, SourceComponent) == 0x000018, "Member 'EOAT_WaitTraceHit_WaitForTraceHit::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHit_WaitForTraceHit, LocalTraceEnd) == 0x000020, "Member 'EOAT_WaitTraceHit_WaitForTraceHit::LocalTraceEnd' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHit_WaitForTraceHit, TraceRate) == 0x00002C, "Member 'EOAT_WaitTraceHit_WaitForTraceHit::TraceRate' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHit_WaitForTraceHit, DrawDebug) == 0x000030, "Member 'EOAT_WaitTraceHit_WaitForTraceHit::DrawDebug' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHit_WaitForTraceHit, ReturnValue) == 0x000038, "Member 'EOAT_WaitTraceHit_WaitForTraceHit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAT_WaitTraceHit \ static_assert(alignof(UEOAT_WaitTraceHit) == 0x000010, "Wrong alignment on UEOAT_WaitTraceHit"); \ static_assert(sizeof(UEOAT_WaitTraceHit) == 0x000180, "Wrong size on UEOAT_WaitTraceHit"); \ static_assert(offsetof(UEOAT_WaitTraceHit, FoundNewTraceTarget) == 0x000080, "Member 'UEOAT_WaitTraceHit::FoundNewTraceTarget' has a wrong offset!"); \ static_assert(offsetof(UEOAT_WaitTraceHit, LostTraceTarget) == 0x000090, "Member 'UEOAT_WaitTraceHit::LostTraceTarget' has a wrong offset!"); \ static_assert(offsetof(UEOAT_WaitTraceHit, TickTraceTarget) == 0x0000A0, "Member 'UEOAT_WaitTraceHit::TickTraceTarget' has a wrong offset!"); \ static_assert(offsetof(UEOAT_WaitTraceHit, TickTrace) == 0x0000B0, "Member 'UEOAT_WaitTraceHit::TickTrace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommon_MsgBoxOpenEvent \ static_assert(alignof(UEOCommon_MsgBoxOpenEvent) == 0x000008, "Wrong alignment on UEOCommon_MsgBoxOpenEvent"); \ static_assert(sizeof(UEOCommon_MsgBoxOpenEvent) == 0x0000D0, "Wrong size on UEOCommon_MsgBoxOpenEvent"); \ #define DUMPER7_ASSERTS_EOCommonSettingOverride_InitializeSettingOverride \ static_assert(alignof(EOCommonSettingOverride_InitializeSettingOverride) == 0x000008, "Wrong alignment on EOCommonSettingOverride_InitializeSettingOverride"); \ static_assert(sizeof(EOCommonSettingOverride_InitializeSettingOverride) == 0x000008, "Wrong size on EOCommonSettingOverride_InitializeSettingOverride"); \ static_assert(offsetof(EOCommonSettingOverride_InitializeSettingOverride, GameUserSettings) == 0x000000, "Member 'EOCommonSettingOverride_InitializeSettingOverride::GameUserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonSettingOverride \ static_assert(alignof(UEOCommonSettingOverride) == 0x000008, "Wrong alignment on UEOCommonSettingOverride"); \ static_assert(sizeof(UEOCommonSettingOverride) == 0x000030, "Wrong size on UEOCommonSettingOverride"); \ static_assert(offsetof(UEOCommonSettingOverride, CachedGameUserSettings) == 0x000028, "Member 'UEOCommonSettingOverride::CachedGameUserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface \ static_assert(alignof(EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface) == 0x000008, "Wrong alignment on EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface"); \ static_assert(sizeof(EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface) == 0x000048, "Wrong size on EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface"); \ static_assert(offsetof(EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface, OwningAbility) == 0x000000, "Member 'EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface, TraceChannel) == 0x000008, "Member 'EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface, TaskInstanceName) == 0x00000C, "Member 'EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface, Interface) == 0x000018, "Member 'EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface::Interface' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface, SourceComponent) == 0x000020, "Member 'EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface, LocalTraceEnd) == 0x000028, "Member 'EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface::LocalTraceEnd' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface, TraceRate) == 0x000034, "Member 'EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface::TraceRate' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface, DrawDebug) == 0x000038, "Member 'EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface::DrawDebug' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface, ReturnValue) == 0x000040, "Member 'EOAT_WaitTraceHitWithInterface_WaitForTraceHitWithInterface::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAT_WaitTraceHitWithInterface \ static_assert(alignof(UEOAT_WaitTraceHitWithInterface) == 0x000010, "Wrong alignment on UEOAT_WaitTraceHitWithInterface"); \ static_assert(sizeof(UEOAT_WaitTraceHitWithInterface) == 0x000190, "Wrong size on UEOAT_WaitTraceHitWithInterface"); \ #define DUMPER7_ASSERTS_EOCommonSkelMeshStandInComponent_ClearMirror \ static_assert(alignof(EOCommonSkelMeshStandInComponent_ClearMirror) == 0x000001, "Wrong alignment on EOCommonSkelMeshStandInComponent_ClearMirror"); \ static_assert(sizeof(EOCommonSkelMeshStandInComponent_ClearMirror) == 0x000001, "Wrong size on EOCommonSkelMeshStandInComponent_ClearMirror"); \ static_assert(offsetof(EOCommonSkelMeshStandInComponent_ClearMirror, bForceUpdate) == 0x000000, "Member 'EOCommonSkelMeshStandInComponent_ClearMirror::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonSkelMeshStandInComponent_GetMirroredSkelMesh \ static_assert(alignof(EOCommonSkelMeshStandInComponent_GetMirroredSkelMesh) == 0x000008, "Wrong alignment on EOCommonSkelMeshStandInComponent_GetMirroredSkelMesh"); \ static_assert(sizeof(EOCommonSkelMeshStandInComponent_GetMirroredSkelMesh) == 0x000008, "Wrong size on EOCommonSkelMeshStandInComponent_GetMirroredSkelMesh"); \ static_assert(offsetof(EOCommonSkelMeshStandInComponent_GetMirroredSkelMesh, ReturnValue) == 0x000000, "Member 'EOCommonSkelMeshStandInComponent_GetMirroredSkelMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonSkelMeshStandInComponent_MirrorRelativeLocation \ static_assert(alignof(EOCommonSkelMeshStandInComponent_MirrorRelativeLocation) == 0x000001, "Wrong alignment on EOCommonSkelMeshStandInComponent_MirrorRelativeLocation"); \ static_assert(sizeof(EOCommonSkelMeshStandInComponent_MirrorRelativeLocation) == 0x000001, "Wrong size on EOCommonSkelMeshStandInComponent_MirrorRelativeLocation"); \ static_assert(offsetof(EOCommonSkelMeshStandInComponent_MirrorRelativeLocation, bForceUpdate) == 0x000000, "Member 'EOCommonSkelMeshStandInComponent_MirrorRelativeLocation::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonSkelMeshStandInComponent_MirrorRelativeRotation \ static_assert(alignof(EOCommonSkelMeshStandInComponent_MirrorRelativeRotation) == 0x000001, "Wrong alignment on EOCommonSkelMeshStandInComponent_MirrorRelativeRotation"); \ static_assert(sizeof(EOCommonSkelMeshStandInComponent_MirrorRelativeRotation) == 0x000001, "Wrong size on EOCommonSkelMeshStandInComponent_MirrorRelativeRotation"); \ static_assert(offsetof(EOCommonSkelMeshStandInComponent_MirrorRelativeRotation, bForceUpdate) == 0x000000, "Member 'EOCommonSkelMeshStandInComponent_MirrorRelativeRotation::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonSkelMeshStandInComponent_MirrorRelativeScale \ static_assert(alignof(EOCommonSkelMeshStandInComponent_MirrorRelativeScale) == 0x000001, "Wrong alignment on EOCommonSkelMeshStandInComponent_MirrorRelativeScale"); \ static_assert(sizeof(EOCommonSkelMeshStandInComponent_MirrorRelativeScale) == 0x000001, "Wrong size on EOCommonSkelMeshStandInComponent_MirrorRelativeScale"); \ static_assert(offsetof(EOCommonSkelMeshStandInComponent_MirrorRelativeScale, bForceUpdate) == 0x000000, "Member 'EOCommonSkelMeshStandInComponent_MirrorRelativeScale::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonSkelMeshStandInComponent_MirrorSkelMesh \ static_assert(alignof(EOCommonSkelMeshStandInComponent_MirrorSkelMesh) == 0x000001, "Wrong alignment on EOCommonSkelMeshStandInComponent_MirrorSkelMesh"); \ static_assert(sizeof(EOCommonSkelMeshStandInComponent_MirrorSkelMesh) == 0x000001, "Wrong size on EOCommonSkelMeshStandInComponent_MirrorSkelMesh"); \ static_assert(offsetof(EOCommonSkelMeshStandInComponent_MirrorSkelMesh, bForceUpdate) == 0x000000, "Member 'EOCommonSkelMeshStandInComponent_MirrorSkelMesh::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonSkelMeshStandInComponent \ static_assert(alignof(UEOCommonSkelMeshStandInComponent) == 0x000010, "Wrong alignment on UEOCommonSkelMeshStandInComponent"); \ static_assert(sizeof(UEOCommonSkelMeshStandInComponent) == 0x000F40, "Wrong size on UEOCommonSkelMeshStandInComponent"); \ static_assert(offsetof(UEOCommonSkelMeshStandInComponent, ActorClass) == 0x000ED8, "Member 'UEOCommonSkelMeshStandInComponent::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSkelMeshStandInComponent, SkelMeshClass) == 0x000EE0, "Member 'UEOCommonSkelMeshStandInComponent::SkelMeshClass' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSkelMeshStandInComponent, SkelMeshComponentName) == 0x000EE8, "Member 'UEOCommonSkelMeshStandInComponent::SkelMeshComponentName' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSkelMeshStandInComponent, MirroredRelativeLocationOffset) == 0x000EF0, "Member 'UEOCommonSkelMeshStandInComponent::MirroredRelativeLocationOffset' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSkelMeshStandInComponent, MirroredRelativeRotationOffset) == 0x000EFC, "Member 'UEOCommonSkelMeshStandInComponent::MirroredRelativeRotationOffset' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSkelMeshStandInComponent, MirroredRelativeScaleOffset) == 0x000F08, "Member 'UEOCommonSkelMeshStandInComponent::MirroredRelativeScaleOffset' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSkelMeshStandInComponent, CachedMirroredSkelMesh) == 0x000F18, "Member 'UEOCommonSkelMeshStandInComponent::CachedMirroredSkelMesh' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSkelMeshStandInComponent, CachedMirroredSkelMeshPath) == 0x000F20, "Member 'UEOCommonSkelMeshStandInComponent::CachedMirroredSkelMeshPath' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSkelMeshStandInComponent, CachedObjectName) == 0x000F30, "Member 'UEOCommonSkelMeshStandInComponent::CachedObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOBaseAnimInstance_CanPlayMontage \ static_assert(alignof(EOBaseAnimInstance_CanPlayMontage) == 0x000001, "Wrong alignment on EOBaseAnimInstance_CanPlayMontage"); \ static_assert(sizeof(EOBaseAnimInstance_CanPlayMontage) == 0x000001, "Wrong size on EOBaseAnimInstance_CanPlayMontage"); \ static_assert(offsetof(EOBaseAnimInstance_CanPlayMontage, ReturnValue) == 0x000000, "Member 'EOBaseAnimInstance_CanPlayMontage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOBaseAnimInstance \ static_assert(alignof(UEOBaseAnimInstance) == 0x000010, "Wrong alignment on UEOBaseAnimInstance"); \ static_assert(sizeof(UEOBaseAnimInstance) == 0x0002C0, "Wrong size on UEOBaseAnimInstance"); \ #define DUMPER7_ASSERTS_UEOStatAchievement \ static_assert(alignof(UEOStatAchievement) == 0x000008, "Wrong alignment on UEOStatAchievement"); \ static_assert(sizeof(UEOStatAchievement) == 0x000070, "Wrong size on UEOStatAchievement"); \ #define DUMPER7_ASSERTS_UEOBaseAttributeSet \ static_assert(alignof(UEOBaseAttributeSet) == 0x000008, "Wrong alignment on UEOBaseAttributeSet"); \ static_assert(sizeof(UEOBaseAttributeSet) == 0x000030, "Wrong size on UEOBaseAttributeSet"); \ #define DUMPER7_ASSERTS_EOBoolAchievement_IsUnlocked \ static_assert(alignof(EOBoolAchievement_IsUnlocked) == 0x000001, "Wrong alignment on EOBoolAchievement_IsUnlocked"); \ static_assert(sizeof(EOBoolAchievement_IsUnlocked) == 0x000001, "Wrong size on EOBoolAchievement_IsUnlocked"); \ static_assert(offsetof(EOBoolAchievement_IsUnlocked, ReturnValue) == 0x000000, "Member 'EOBoolAchievement_IsUnlocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOBoolAchievement \ static_assert(alignof(UEOBoolAchievement) == 0x000008, "Wrong alignment on UEOBoolAchievement"); \ static_assert(sizeof(UEOBoolAchievement) == 0x000078, "Wrong size on UEOBoolAchievement"); \ static_assert(offsetof(UEOBoolAchievement, bUnlocked) == 0x000070, "Member 'UEOBoolAchievement::bUnlocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonAbilitySystemGlobals \ static_assert(alignof(UEOCommonAbilitySystemGlobals) == 0x000008, "Wrong alignment on UEOCommonAbilitySystemGlobals"); \ static_assert(sizeof(UEOCommonAbilitySystemGlobals) == 0x000260, "Wrong size on UEOCommonAbilitySystemGlobals"); \ #define DUMPER7_ASSERTS_UEOAnimationPlayerData \ static_assert(alignof(UEOAnimationPlayerData) == 0x000008, "Wrong alignment on UEOAnimationPlayerData"); \ static_assert(sizeof(UEOAnimationPlayerData) == 0x000080, "Wrong size on UEOAnimationPlayerData"); \ static_assert(offsetof(UEOAnimationPlayerData, PlaybackMode) == 0x000028, "Member 'UEOAnimationPlayerData::PlaybackMode' has a wrong offset!"); \ static_assert(offsetof(UEOAnimationPlayerData, Entries) == 0x000030, "Member 'UEOAnimationPlayerData::Entries' has a wrong offset!"); \ static_assert(offsetof(UEOAnimationPlayerData, bInitialized) == 0x000040, "Member 'UEOAnimationPlayerData::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer \ static_assert(alignof(EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer) == 0x000008, "Wrong alignment on EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer"); \ static_assert(sizeof(EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer) == 0x000020, "Wrong size on EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer"); \ static_assert(offsetof(EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer, InSkeletalMeshComponent) == 0x000000, "Member 'EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer::InSkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer, InAnimationsToPlay) == 0x000008, "Member 'EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer::InAnimationsToPlay' has a wrong offset!"); \ static_assert(offsetof(EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer, InLoopAnimList) == 0x000010, "Member 'EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer::InLoopAnimList' has a wrong offset!"); \ static_assert(offsetof(EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer, ReturnValue) == 0x000018, "Member 'EOAnimationPlayerProxy_CreateProxyObjectForAnimPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAnimationPlayerProxy_OnMontageBlendingOut \ static_assert(alignof(EOAnimationPlayerProxy_OnMontageBlendingOut) == 0x000008, "Wrong alignment on EOAnimationPlayerProxy_OnMontageBlendingOut"); \ static_assert(sizeof(EOAnimationPlayerProxy_OnMontageBlendingOut) == 0x000010, "Wrong size on EOAnimationPlayerProxy_OnMontageBlendingOut"); \ static_assert(offsetof(EOAnimationPlayerProxy_OnMontageBlendingOut, Montage) == 0x000000, "Member 'EOAnimationPlayerProxy_OnMontageBlendingOut::Montage' has a wrong offset!"); \ static_assert(offsetof(EOAnimationPlayerProxy_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'EOAnimationPlayerProxy_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAnimationPlayerProxy_OnMontageEnded \ static_assert(alignof(EOAnimationPlayerProxy_OnMontageEnded) == 0x000008, "Wrong alignment on EOAnimationPlayerProxy_OnMontageEnded"); \ static_assert(sizeof(EOAnimationPlayerProxy_OnMontageEnded) == 0x000010, "Wrong size on EOAnimationPlayerProxy_OnMontageEnded"); \ static_assert(offsetof(EOAnimationPlayerProxy_OnMontageEnded, Montage) == 0x000000, "Member 'EOAnimationPlayerProxy_OnMontageEnded::Montage' has a wrong offset!"); \ static_assert(offsetof(EOAnimationPlayerProxy_OnMontageEnded, bInterrupted) == 0x000008, "Member 'EOAnimationPlayerProxy_OnMontageEnded::bInterrupted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAnimationPlayerProxy_OnNotifyBeginReceived \ static_assert(alignof(EOAnimationPlayerProxy_OnNotifyBeginReceived) == 0x000008, "Wrong alignment on EOAnimationPlayerProxy_OnNotifyBeginReceived"); \ static_assert(sizeof(EOAnimationPlayerProxy_OnNotifyBeginReceived) == 0x000028, "Wrong size on EOAnimationPlayerProxy_OnNotifyBeginReceived"); \ static_assert(offsetof(EOAnimationPlayerProxy_OnNotifyBeginReceived, NotifyName) == 0x000000, "Member 'EOAnimationPlayerProxy_OnNotifyBeginReceived::NotifyName' has a wrong offset!"); \ static_assert(offsetof(EOAnimationPlayerProxy_OnNotifyBeginReceived, BranchingPointNotifyPayload) == 0x000008, "Member 'EOAnimationPlayerProxy_OnNotifyBeginReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAnimationPlayerProxy_OnNotifyEndReceived \ static_assert(alignof(EOAnimationPlayerProxy_OnNotifyEndReceived) == 0x000008, "Wrong alignment on EOAnimationPlayerProxy_OnNotifyEndReceived"); \ static_assert(sizeof(EOAnimationPlayerProxy_OnNotifyEndReceived) == 0x000028, "Wrong size on EOAnimationPlayerProxy_OnNotifyEndReceived"); \ static_assert(offsetof(EOAnimationPlayerProxy_OnNotifyEndReceived, NotifyName) == 0x000000, "Member 'EOAnimationPlayerProxy_OnNotifyEndReceived::NotifyName' has a wrong offset!"); \ static_assert(offsetof(EOAnimationPlayerProxy_OnNotifyEndReceived, BranchingPointNotifyPayload) == 0x000008, "Member 'EOAnimationPlayerProxy_OnNotifyEndReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAnimationPlayerProxy \ static_assert(alignof(UEOAnimationPlayerProxy) == 0x000008, "Wrong alignment on UEOAnimationPlayerProxy"); \ static_assert(sizeof(UEOAnimationPlayerProxy) == 0x000148, "Wrong size on UEOAnimationPlayerProxy"); \ static_assert(offsetof(UEOAnimationPlayerProxy, OnEntryStarted) == 0x000028, "Member 'UEOAnimationPlayerProxy::OnEntryStarted' has a wrong offset!"); \ static_assert(offsetof(UEOAnimationPlayerProxy, OnEntryCompleted) == 0x000038, "Member 'UEOAnimationPlayerProxy::OnEntryCompleted' has a wrong offset!"); \ static_assert(offsetof(UEOAnimationPlayerProxy, OnEntryBlendOut) == 0x000048, "Member 'UEOAnimationPlayerProxy::OnEntryBlendOut' has a wrong offset!"); \ static_assert(offsetof(UEOAnimationPlayerProxy, OnEntryInterrupted) == 0x000058, "Member 'UEOAnimationPlayerProxy::OnEntryInterrupted' has a wrong offset!"); \ static_assert(offsetof(UEOAnimationPlayerProxy, OnEntryNotifyBegin) == 0x000068, "Member 'UEOAnimationPlayerProxy::OnEntryNotifyBegin' has a wrong offset!"); \ static_assert(offsetof(UEOAnimationPlayerProxy, OnEntryNotifyEnd) == 0x000078, "Member 'UEOAnimationPlayerProxy::OnEntryNotifyEnd' has a wrong offset!"); \ static_assert(offsetof(UEOAnimationPlayerProxy, OnCompleted) == 0x000088, "Member 'UEOAnimationPlayerProxy::OnCompleted' has a wrong offset!"); \ static_assert(offsetof(UEOAnimationPlayerProxy, CurrentPlayData) == 0x0000C0, "Member 'UEOAnimationPlayerProxy::CurrentPlayData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EODamageInstagator_Damage \ static_assert(alignof(EODamageInstagator_Damage) == 0x000008, "Wrong alignment on EODamageInstagator_Damage"); \ static_assert(sizeof(EODamageInstagator_Damage) == 0x000010, "Wrong size on EODamageInstagator_Damage"); \ static_assert(offsetof(EODamageInstagator_Damage, DamageReceiver) == 0x000000, "Member 'EODamageInstagator_Damage::DamageReceiver' has a wrong offset!"); \ static_assert(offsetof(EODamageInstagator_Damage, DamageAmount) == 0x000008, "Member 'EODamageInstagator_Damage::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EODamageInstagator_ExecuteDamageEffect \ static_assert(alignof(EODamageInstagator_ExecuteDamageEffect) == 0x000008, "Wrong alignment on EODamageInstagator_ExecuteDamageEffect"); \ static_assert(sizeof(EODamageInstagator_ExecuteDamageEffect) == 0x000010, "Wrong size on EODamageInstagator_ExecuteDamageEffect"); \ static_assert(offsetof(EODamageInstagator_ExecuteDamageEffect, DamageReceiver) == 0x000000, "Member 'EODamageInstagator_ExecuteDamageEffect::DamageReceiver' has a wrong offset!"); \ static_assert(offsetof(EODamageInstagator_ExecuteDamageEffect, DamageAmount) == 0x000008, "Member 'EODamageInstagator_ExecuteDamageEffect::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EODamageInstagator_ExecuteKillEffect \ static_assert(alignof(EODamageInstagator_ExecuteKillEffect) == 0x000008, "Wrong alignment on EODamageInstagator_ExecuteKillEffect"); \ static_assert(sizeof(EODamageInstagator_ExecuteKillEffect) == 0x000010, "Wrong size on EODamageInstagator_ExecuteKillEffect"); \ static_assert(offsetof(EODamageInstagator_ExecuteKillEffect, KilledActor) == 0x000000, "Member 'EODamageInstagator_ExecuteKillEffect::KilledActor' has a wrong offset!"); \ static_assert(offsetof(EODamageInstagator_ExecuteKillEffect, DamageAmount) == 0x000008, "Member 'EODamageInstagator_ExecuteKillEffect::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EODamageInstagator_HasCustomDamageEffect \ static_assert(alignof(EODamageInstagator_HasCustomDamageEffect) == 0x000008, "Wrong alignment on EODamageInstagator_HasCustomDamageEffect"); \ static_assert(sizeof(EODamageInstagator_HasCustomDamageEffect) == 0x000010, "Wrong size on EODamageInstagator_HasCustomDamageEffect"); \ static_assert(offsetof(EODamageInstagator_HasCustomDamageEffect, DamageReceiver) == 0x000000, "Member 'EODamageInstagator_HasCustomDamageEffect::DamageReceiver' has a wrong offset!"); \ static_assert(offsetof(EODamageInstagator_HasCustomDamageEffect, DamageAmount) == 0x000008, "Member 'EODamageInstagator_HasCustomDamageEffect::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(EODamageInstagator_HasCustomDamageEffect, ReturnValue) == 0x00000C, "Member 'EODamageInstagator_HasCustomDamageEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EODamageInstagator_HasCustomKillEffect \ static_assert(alignof(EODamageInstagator_HasCustomKillEffect) == 0x000008, "Wrong alignment on EODamageInstagator_HasCustomKillEffect"); \ static_assert(sizeof(EODamageInstagator_HasCustomKillEffect) == 0x000010, "Wrong size on EODamageInstagator_HasCustomKillEffect"); \ static_assert(offsetof(EODamageInstagator_HasCustomKillEffect, KilledActor) == 0x000000, "Member 'EODamageInstagator_HasCustomKillEffect::KilledActor' has a wrong offset!"); \ static_assert(offsetof(EODamageInstagator_HasCustomKillEffect, DamageAmount) == 0x000008, "Member 'EODamageInstagator_HasCustomKillEffect::DamageAmount' has a wrong offset!"); \ static_assert(offsetof(EODamageInstagator_HasCustomKillEffect, ReturnValue) == 0x00000C, "Member 'EODamageInstagator_HasCustomKillEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EODamageInstagator_Kill \ static_assert(alignof(EODamageInstagator_Kill) == 0x000008, "Wrong alignment on EODamageInstagator_Kill"); \ static_assert(sizeof(EODamageInstagator_Kill) == 0x000010, "Wrong size on EODamageInstagator_Kill"); \ static_assert(offsetof(EODamageInstagator_Kill, KilledActor) == 0x000000, "Member 'EODamageInstagator_Kill::KilledActor' has a wrong offset!"); \ static_assert(offsetof(EODamageInstagator_Kill, DamageAmount) == 0x000008, "Member 'EODamageInstagator_Kill::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEODamageInstagator \ static_assert(alignof(IEODamageInstagator) == 0x000001, "Wrong alignment on IEODamageInstagator"); \ static_assert(sizeof(IEODamageInstagator) == 0x000001, "Wrong size on IEODamageInstagator"); \ #define DUMPER7_ASSERTS_UEOCommonAttributeSet \ static_assert(alignof(UEOCommonAttributeSet) == 0x000008, "Wrong alignment on UEOCommonAttributeSet"); \ static_assert(sizeof(UEOCommonAttributeSet) == 0x000110, "Wrong size on UEOCommonAttributeSet"); \ static_assert(offsetof(UEOCommonAttributeSet, CrouchDuration) == 0x000030, "Member 'UEOCommonAttributeSet::CrouchDuration' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, MoveSpeed) == 0x000040, "Member 'UEOCommonAttributeSet::MoveSpeed' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, MaxMoveSpeed) == 0x000050, "Member 'UEOCommonAttributeSet::MaxMoveSpeed' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, DefaultMaxMoveSpeed) == 0x000060, "Member 'UEOCommonAttributeSet::DefaultMaxMoveSpeed' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, TargetMoveSpeed) == 0x000070, "Member 'UEOCommonAttributeSet::TargetMoveSpeed' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, SpeedRecoveryRate) == 0x000080, "Member 'UEOCommonAttributeSet::SpeedRecoveryRate' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, MaxSpeedRecoveryRate) == 0x000090, "Member 'UEOCommonAttributeSet::MaxSpeedRecoveryRate' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, FlySpeed) == 0x0000A0, "Member 'UEOCommonAttributeSet::FlySpeed' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, MaxFlySpeed) == 0x0000B0, "Member 'UEOCommonAttributeSet::MaxFlySpeed' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, DefaultMaxSprintScale) == 0x0000C0, "Member 'UEOCommonAttributeSet::DefaultMaxSprintScale' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, MaxSprintScale) == 0x0000D0, "Member 'UEOCommonAttributeSet::MaxSprintScale' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, SprintScale) == 0x0000E0, "Member 'UEOCommonAttributeSet::SprintScale' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, TargetSprintScale) == 0x0000F0, "Member 'UEOCommonAttributeSet::TargetSprintScale' has a wrong offset!"); \ static_assert(offsetof(UEOCommonAttributeSet, SprintScaleRecoveryRate) == 0x000100, "Member 'UEOCommonAttributeSet::SprintScaleRecoveryRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOCommonBaseFootprintActor \ static_assert(alignof(AEOCommonBaseFootprintActor) == 0x000008, "Wrong alignment on AEOCommonBaseFootprintActor"); \ static_assert(sizeof(AEOCommonBaseFootprintActor) == 0x000230, "Wrong size on AEOCommonBaseFootprintActor"); \ #define DUMPER7_ASSERTS_UEOCommonResolutionInfo \ static_assert(alignof(UEOCommonResolutionInfo) == 0x000008, "Wrong alignment on UEOCommonResolutionInfo"); \ static_assert(sizeof(UEOCommonResolutionInfo) == 0x000030, "Wrong size on UEOCommonResolutionInfo"); \ #define DUMPER7_ASSERTS_UEOCommonBaseExtPhysMatOverrideType \ static_assert(alignof(UEOCommonBaseExtPhysMatOverrideType) == 0x000008, "Wrong alignment on UEOCommonBaseExtPhysMatOverrideType"); \ static_assert(sizeof(UEOCommonBaseExtPhysMatOverrideType) == 0x000028, "Wrong size on UEOCommonBaseExtPhysMatOverrideType"); \ #define DUMPER7_ASSERTS_EOVolumeBase_GetEditorDisplayComponent \ static_assert(alignof(EOVolumeBase_GetEditorDisplayComponent) == 0x000008, "Wrong alignment on EOVolumeBase_GetEditorDisplayComponent"); \ static_assert(sizeof(EOVolumeBase_GetEditorDisplayComponent) == 0x000008, "Wrong size on EOVolumeBase_GetEditorDisplayComponent"); \ static_assert(offsetof(EOVolumeBase_GetEditorDisplayComponent, ReturnValue) == 0x000000, "Member 'EOVolumeBase_GetEditorDisplayComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOVolumeBase_OnApplyWorldOffset \ static_assert(alignof(EOVolumeBase_OnApplyWorldOffset) == 0x000004, "Wrong alignment on EOVolumeBase_OnApplyWorldOffset"); \ static_assert(sizeof(EOVolumeBase_OnApplyWorldOffset) == 0x000010, "Wrong size on EOVolumeBase_OnApplyWorldOffset"); \ static_assert(offsetof(EOVolumeBase_OnApplyWorldOffset, InOffset) == 0x000000, "Member 'EOVolumeBase_OnApplyWorldOffset::InOffset' has a wrong offset!"); \ static_assert(offsetof(EOVolumeBase_OnApplyWorldOffset, bWorldShift) == 0x00000C, "Member 'EOVolumeBase_OnApplyWorldOffset::bWorldShift' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOVolumeBase \ static_assert(alignof(AEOVolumeBase) == 0x000008, "Wrong alignment on AEOVolumeBase"); \ static_assert(sizeof(AEOVolumeBase) == 0x000230, "Wrong size on AEOVolumeBase"); \ #define DUMPER7_ASSERTS_AEOCommonBasePlayerSpeedVolume \ static_assert(alignof(AEOCommonBasePlayerSpeedVolume) == 0x000008, "Wrong alignment on AEOCommonBasePlayerSpeedVolume"); \ static_assert(sizeof(AEOCommonBasePlayerSpeedVolume) == 0x000268, "Wrong size on AEOCommonBasePlayerSpeedVolume"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, PlayerSpeedDataAsset) == 0x000230, "Member 'AEOCommonBasePlayerSpeedVolume::PlayerSpeedDataAsset' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, Priority) == 0x000238, "Member 'AEOCommonBasePlayerSpeedVolume::Priority' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, BlendTimeOverride) == 0x00023C, "Member 'AEOCommonBasePlayerSpeedVolume::BlendTimeOverride' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, DurationOverride) == 0x000240, "Member 'AEOCommonBasePlayerSpeedVolume::DurationOverride' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, RecoveryBlendTimeOverride) == 0x000244, "Member 'AEOCommonBasePlayerSpeedVolume::RecoveryBlendTimeOverride' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, MoveSpeedScaleModifier) == 0x000248, "Member 'AEOCommonBasePlayerSpeedVolume::MoveSpeedScaleModifier' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, MaxMoveSpeedScaleModifier) == 0x00024C, "Member 'AEOCommonBasePlayerSpeedVolume::MaxMoveSpeedScaleModifier' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, MoveSpeedRateOverride) == 0x000250, "Member 'AEOCommonBasePlayerSpeedVolume::MoveSpeedRateOverride' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, MoveSpeedRateOverrideValue) == 0x000254, "Member 'AEOCommonBasePlayerSpeedVolume::MoveSpeedRateOverrideValue' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, SprintScaleModifier) == 0x000258, "Member 'AEOCommonBasePlayerSpeedVolume::SprintScaleModifier' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, MaxSprintScaleModifier) == 0x00025C, "Member 'AEOCommonBasePlayerSpeedVolume::MaxSprintScaleModifier' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, SprintScaleRateOverride) == 0x000260, "Member 'AEOCommonBasePlayerSpeedVolume::SprintScaleRateOverride' has a wrong offset!"); \ static_assert(offsetof(AEOCommonBasePlayerSpeedVolume, SprintScaleRateOverrideValue) == 0x000264, "Member 'AEOCommonBasePlayerSpeedVolume::SprintScaleRateOverrideValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_AddCameraPostProcess \ static_assert(alignof(EOCommonBlueprintLibrary_AddCameraPostProcess) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_AddCameraPostProcess"); \ static_assert(sizeof(EOCommonBlueprintLibrary_AddCameraPostProcess) == 0x000038, "Wrong size on EOCommonBlueprintLibrary_AddCameraPostProcess"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddCameraPostProcess, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_AddCameraPostProcess::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddCameraPostProcess, CameraComponent) == 0x000008, "Member 'EOCommonBlueprintLibrary_AddCameraPostProcess::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddCameraPostProcess, PostProcessMaterial) == 0x000010, "Member 'EOCommonBlueprintLibrary_AddCameraPostProcess::PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddCameraPostProcess, MID_OptionalName) == 0x000018, "Member 'EOCommonBlueprintLibrary_AddCameraPostProcess::MID_OptionalName' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddCameraPostProcess, MID_CreationFlags) == 0x000020, "Member 'EOCommonBlueprintLibrary_AddCameraPostProcess::MID_CreationFlags' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddCameraPostProcess, Weight) == 0x000024, "Member 'EOCommonBlueprintLibrary_AddCameraPostProcess::Weight' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddCameraPostProcess, bForceCreate) == 0x000028, "Member 'EOCommonBlueprintLibrary_AddCameraPostProcess::bForceCreate' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddCameraPostProcess, ReturnValue) == 0x000030, "Member 'EOCommonBlueprintLibrary_AddCameraPostProcess::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_AddViewSlaveLocation \ static_assert(alignof(EOCommonBlueprintLibrary_AddViewSlaveLocation) == 0x000004, "Wrong alignment on EOCommonBlueprintLibrary_AddViewSlaveLocation"); \ static_assert(sizeof(EOCommonBlueprintLibrary_AddViewSlaveLocation) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_AddViewSlaveLocation"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddViewSlaveLocation, SlaveLocation) == 0x000000, "Member 'EOCommonBlueprintLibrary_AddViewSlaveLocation::SlaveLocation' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddViewSlaveLocation, BoostFactor) == 0x00000C, "Member 'EOCommonBlueprintLibrary_AddViewSlaveLocation::BoostFactor' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddViewSlaveLocation, bOverrideLocation) == 0x000010, "Member 'EOCommonBlueprintLibrary_AddViewSlaveLocation::bOverrideLocation' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_AddViewSlaveLocation, Duration) == 0x000014, "Member 'EOCommonBlueprintLibrary_AddViewSlaveLocation::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_CacheFont \ static_assert(alignof(EOCommonBlueprintLibrary_CacheFont) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_CacheFont"); \ static_assert(sizeof(EOCommonBlueprintLibrary_CacheFont) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_CacheFont"); \ static_assert(offsetof(EOCommonBlueprintLibrary_CacheFont, ForFont) == 0x000000, "Member 'EOCommonBlueprintLibrary_CacheFont::ForFont' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_CacheFont, bCacheFallback) == 0x000008, "Member 'EOCommonBlueprintLibrary_CacheFont::bCacheFallback' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_CacheFont, bCacheSubTypes) == 0x000009, "Member 'EOCommonBlueprintLibrary_CacheFont::bCacheSubTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_CameraPostProcessExists \ static_assert(alignof(EOCommonBlueprintLibrary_CameraPostProcessExists) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_CameraPostProcessExists"); \ static_assert(sizeof(EOCommonBlueprintLibrary_CameraPostProcessExists) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_CameraPostProcessExists"); \ static_assert(offsetof(EOCommonBlueprintLibrary_CameraPostProcessExists, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_CameraPostProcessExists::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_CameraPostProcessExists, CameraComponent) == 0x000008, "Member 'EOCommonBlueprintLibrary_CameraPostProcessExists::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_CameraPostProcessExists, PostProcessMaterial) == 0x000010, "Member 'EOCommonBlueprintLibrary_CameraPostProcessExists::PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_CameraPostProcessExists, ReturnValue) == 0x000018, "Member 'EOCommonBlueprintLibrary_CameraPostProcessExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_ConditionalSendEOEvents \ static_assert(alignof(EOCommonBlueprintLibrary_ConditionalSendEOEvents) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_ConditionalSendEOEvents"); \ static_assert(sizeof(EOCommonBlueprintLibrary_ConditionalSendEOEvents) == 0x000028, "Wrong size on EOCommonBlueprintLibrary_ConditionalSendEOEvents"); \ static_assert(offsetof(EOCommonBlueprintLibrary_ConditionalSendEOEvents, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_ConditionalSendEOEvents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_ConditionalSendEOEvents, bSend) == 0x000008, "Member 'EOCommonBlueprintLibrary_ConditionalSendEOEvents::bSend' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_ConditionalSendEOEvents, EventsList) == 0x000010, "Member 'EOCommonBlueprintLibrary_ConditionalSendEOEvents::EventsList' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_ConditionalSendEOEvents, EventName) == 0x000020, "Member 'EOCommonBlueprintLibrary_ConditionalSendEOEvents::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_Conv_HitResult \ static_assert(alignof(EOCommonBlueprintLibrary_Conv_HitResult) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_Conv_HitResult"); \ static_assert(sizeof(EOCommonBlueprintLibrary_Conv_HitResult) == 0x000098, "Wrong size on EOCommonBlueprintLibrary_Conv_HitResult"); \ static_assert(offsetof(EOCommonBlueprintLibrary_Conv_HitResult, Hit) == 0x000000, "Member 'EOCommonBlueprintLibrary_Conv_HitResult::Hit' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_Conv_HitResult, ReturnValue) == 0x000088, "Member 'EOCommonBlueprintLibrary_Conv_HitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_DeactivateAllBusMixes \ static_assert(alignof(EOCommonBlueprintLibrary_DeactivateAllBusMixes) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_DeactivateAllBusMixes"); \ static_assert(sizeof(EOCommonBlueprintLibrary_DeactivateAllBusMixes) == 0x000008, "Wrong size on EOCommonBlueprintLibrary_DeactivateAllBusMixes"); \ static_assert(offsetof(EOCommonBlueprintLibrary_DeactivateAllBusMixes, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_DeactivateAllBusMixes::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_FindObjectsOfClass \ static_assert(alignof(EOCommonBlueprintLibrary_FindObjectsOfClass) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_FindObjectsOfClass"); \ static_assert(sizeof(EOCommonBlueprintLibrary_FindObjectsOfClass) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_FindObjectsOfClass"); \ static_assert(offsetof(EOCommonBlueprintLibrary_FindObjectsOfClass, ClassToLookFor) == 0x000000, "Member 'EOCommonBlueprintLibrary_FindObjectsOfClass::ClassToLookFor' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_FindObjectsOfClass, bIncludeDerivedClasses) == 0x000008, "Member 'EOCommonBlueprintLibrary_FindObjectsOfClass::bIncludeDerivedClasses' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_FindObjectsOfClass, ObjectArray) == 0x000010, "Member 'EOCommonBlueprintLibrary_FindObjectsOfClass::ObjectArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetAchievementForClass \ static_assert(alignof(EOCommonBlueprintLibrary_GetAchievementForClass) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetAchievementForClass"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetAchievementForClass) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_GetAchievementForClass"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetAchievementForClass, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetAchievementForClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetAchievementForClass, AchievementClass) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetAchievementForClass::AchievementClass' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetAchievementForClass, ReturnValue) == 0x000010, "Member 'EOCommonBlueprintLibrary_GetAchievementForClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetActorFeetLocation \ static_assert(alignof(EOCommonBlueprintLibrary_GetActorFeetLocation) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetActorFeetLocation"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetActorFeetLocation) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_GetActorFeetLocation"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetActorFeetLocation, ForActor) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetActorFeetLocation::ForActor' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetActorFeetLocation, OptionalSourceComponent) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetActorFeetLocation::OptionalSourceComponent' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetActorFeetLocation, ReturnValue) == 0x000010, "Member 'EOCommonBlueprintLibrary_GetActorFeetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetBuildConfiguration \ static_assert(alignof(EOCommonBlueprintLibrary_GetBuildConfiguration) == 0x000001, "Wrong alignment on EOCommonBlueprintLibrary_GetBuildConfiguration"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetBuildConfiguration) == 0x000001, "Wrong size on EOCommonBlueprintLibrary_GetBuildConfiguration"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetBuildConfiguration, ReturnValue) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetBuildConfiguration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetCameraPostProcessWeight \ static_assert(alignof(EOCommonBlueprintLibrary_GetCameraPostProcessWeight) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetCameraPostProcessWeight"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetCameraPostProcessWeight) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_GetCameraPostProcessWeight"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetCameraPostProcessWeight, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetCameraPostProcessWeight::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetCameraPostProcessWeight, CameraComponent) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetCameraPostProcessWeight::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetCameraPostProcessWeight, PostProcessMaterial) == 0x000010, "Member 'EOCommonBlueprintLibrary_GetCameraPostProcessWeight::PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetCameraPostProcessWeight, ReturnValue) == 0x000018, "Member 'EOCommonBlueprintLibrary_GetCameraPostProcessWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetChangelistNumber \ static_assert(alignof(EOCommonBlueprintLibrary_GetChangelistNumber) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetChangelistNumber"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetChangelistNumber) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_GetChangelistNumber"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetChangelistNumber, ReturnValue) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetChangelistNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetClassComponentTemplate \ static_assert(alignof(EOCommonBlueprintLibrary_GetClassComponentTemplate) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetClassComponentTemplate"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetClassComponentTemplate) == 0x000028, "Wrong size on EOCommonBlueprintLibrary_GetClassComponentTemplate"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetClassComponentTemplate, FoundComponentName) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetClassComponentTemplate::FoundComponentName' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetClassComponentTemplate, ActorClass) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetClassComponentTemplate::ActorClass' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetClassComponentTemplate, ComponentClass) == 0x000010, "Member 'EOCommonBlueprintLibrary_GetClassComponentTemplate::ComponentClass' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetClassComponentTemplate, ComponentName) == 0x000018, "Member 'EOCommonBlueprintLibrary_GetClassComponentTemplate::ComponentName' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetClassComponentTemplate, ReturnValue) == 0x000020, "Member 'EOCommonBlueprintLibrary_GetClassComponentTemplate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetClassComponentTemplates \ static_assert(alignof(EOCommonBlueprintLibrary_GetClassComponentTemplates) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetClassComponentTemplates"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetClassComponentTemplates) == 0x000030, "Wrong size on EOCommonBlueprintLibrary_GetClassComponentTemplates"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetClassComponentTemplates, FoundComponentNames) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetClassComponentTemplates::FoundComponentNames' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetClassComponentTemplates, ActorClass) == 0x000010, "Member 'EOCommonBlueprintLibrary_GetClassComponentTemplates::ActorClass' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetClassComponentTemplates, ComponentClass) == 0x000018, "Member 'EOCommonBlueprintLibrary_GetClassComponentTemplates::ComponentClass' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetClassComponentTemplates, ReturnValue) == 0x000020, "Member 'EOCommonBlueprintLibrary_GetClassComponentTemplates::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetDefaultObject \ static_assert(alignof(EOCommonBlueprintLibrary_GetDefaultObject) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetDefaultObject"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetDefaultObject) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_GetDefaultObject"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetDefaultObject, ObjectClass) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetDefaultObject::ObjectClass' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetDefaultObject, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetDefaultObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetEditorStreamingLevels \ static_assert(alignof(EOCommonBlueprintLibrary_GetEditorStreamingLevels) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetEditorStreamingLevels"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetEditorStreamingLevels) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_GetEditorStreamingLevels"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetEditorStreamingLevels, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetEditorStreamingLevels::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetEditorStreamingLevels, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetEditorStreamingLevels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetIntAchievementProgressByClass \ static_assert(alignof(EOCommonBlueprintLibrary_GetIntAchievementProgressByClass) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetIntAchievementProgressByClass"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetIntAchievementProgressByClass) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_GetIntAchievementProgressByClass"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetIntAchievementProgressByClass, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetIntAchievementProgressByClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetIntAchievementProgressByClass, AchievementClass) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetIntAchievementProgressByClass::AchievementClass' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetIntAchievementProgressByClass, ReturnValue) == 0x000010, "Member 'EOCommonBlueprintLibrary_GetIntAchievementProgressByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetLocalPlayerController \ static_assert(alignof(EOCommonBlueprintLibrary_GetLocalPlayerController) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetLocalPlayerController"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetLocalPlayerController) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_GetLocalPlayerController"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetLocalPlayerController, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetLocalPlayerController::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetLocalPlayerController, LocalPlayerIndex) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetLocalPlayerController::LocalPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetLocalPlayerController, ReturnValue) == 0x000010, "Member 'EOCommonBlueprintLibrary_GetLocalPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetMapNameOfObject \ static_assert(alignof(EOCommonBlueprintLibrary_GetMapNameOfObject) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetMapNameOfObject"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetMapNameOfObject) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_GetMapNameOfObject"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetMapNameOfObject, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetMapNameOfObject::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetMapNameOfObject, bRemovePrefixString) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetMapNameOfObject::bRemovePrefixString' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetMapNameOfObject, ReturnValue) == 0x000010, "Member 'EOCommonBlueprintLibrary_GetMapNameOfObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetNearClipPlane \ static_assert(alignof(EOCommonBlueprintLibrary_GetNearClipPlane) == 0x000004, "Wrong alignment on EOCommonBlueprintLibrary_GetNearClipPlane"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetNearClipPlane) == 0x000004, "Wrong size on EOCommonBlueprintLibrary_GetNearClipPlane"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetNearClipPlane, ReturnValue) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetNearClipPlane::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetObjLicenseeVer \ static_assert(alignof(EOCommonBlueprintLibrary_GetObjLicenseeVer) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetObjLicenseeVer"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetObjLicenseeVer) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_GetObjLicenseeVer"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetObjLicenseeVer, ForObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetObjLicenseeVer::ForObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetObjLicenseeVer, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetObjLicenseeVer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetPlatform \ static_assert(alignof(EOCommonBlueprintLibrary_GetPlatform) == 0x000001, "Wrong alignment on EOCommonBlueprintLibrary_GetPlatform"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetPlatform) == 0x000001, "Wrong size on EOCommonBlueprintLibrary_GetPlatform"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetPlatform, ReturnValue) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetShortenedName \ static_assert(alignof(EOCommonBlueprintLibrary_GetShortenedName) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetShortenedName"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetShortenedName) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_GetShortenedName"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetShortenedName, Object) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetShortenedName::Object' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetShortenedName, IncludePackagePath) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetShortenedName::IncludePackagePath' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetShortenedName, ReturnValue) == 0x000010, "Member 'EOCommonBlueprintLibrary_GetShortenedName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetSoftObjPtrPackageName \ static_assert(alignof(EOCommonBlueprintLibrary_GetSoftObjPtrPackageName) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetSoftObjPtrPackageName"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetSoftObjPtrPackageName) == 0x000048, "Wrong size on EOCommonBlueprintLibrary_GetSoftObjPtrPackageName"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetSoftObjPtrPackageName, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetSoftObjPtrPackageName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetSoftObjPtrPackageName, ForObject) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetSoftObjPtrPackageName::ForObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetSoftObjPtrPackageName, bConvertForPIE) == 0x000030, "Member 'EOCommonBlueprintLibrary_GetSoftObjPtrPackageName::bConvertForPIE' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetSoftObjPtrPackageName, ReturnValue) == 0x000038, "Member 'EOCommonBlueprintLibrary_GetSoftObjPtrPackageName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetStreamingLevels \ static_assert(alignof(EOCommonBlueprintLibrary_GetStreamingLevels) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetStreamingLevels"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetStreamingLevels) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_GetStreamingLevels"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetStreamingLevels, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetStreamingLevels::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetStreamingLevels, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetStreamingLevels::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_GetWaveFromDialogue \ static_assert(alignof(EOCommonBlueprintLibrary_GetWaveFromDialogue) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_GetWaveFromDialogue"); \ static_assert(sizeof(EOCommonBlueprintLibrary_GetWaveFromDialogue) == 0x000028, "Wrong size on EOCommonBlueprintLibrary_GetWaveFromDialogue"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetWaveFromDialogue, Dialogue) == 0x000000, "Member 'EOCommonBlueprintLibrary_GetWaveFromDialogue::Dialogue' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetWaveFromDialogue, Context) == 0x000008, "Member 'EOCommonBlueprintLibrary_GetWaveFromDialogue::Context' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_GetWaveFromDialogue, ReturnValue) == 0x000020, "Member 'EOCommonBlueprintLibrary_GetWaveFromDialogue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_HasSamePackage \ static_assert(alignof(EOCommonBlueprintLibrary_HasSamePackage) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_HasSamePackage"); \ static_assert(sizeof(EOCommonBlueprintLibrary_HasSamePackage) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_HasSamePackage"); \ static_assert(offsetof(EOCommonBlueprintLibrary_HasSamePackage, ObjectA) == 0x000000, "Member 'EOCommonBlueprintLibrary_HasSamePackage::ObjectA' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_HasSamePackage, ObjectB) == 0x000008, "Member 'EOCommonBlueprintLibrary_HasSamePackage::ObjectB' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_HasSamePackage, ReturnValue) == 0x000010, "Member 'EOCommonBlueprintLibrary_HasSamePackage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsConsolePlatform \ static_assert(alignof(EOCommonBlueprintLibrary_IsConsolePlatform) == 0x000001, "Wrong alignment on EOCommonBlueprintLibrary_IsConsolePlatform"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsConsolePlatform) == 0x000001, "Wrong size on EOCommonBlueprintLibrary_IsConsolePlatform"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsConsolePlatform, ReturnValue) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsConsolePlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsConsoleTypeXSXLockhart \ static_assert(alignof(EOCommonBlueprintLibrary_IsConsoleTypeXSXLockhart) == 0x000001, "Wrong alignment on EOCommonBlueprintLibrary_IsConsoleTypeXSXLockhart"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsConsoleTypeXSXLockhart) == 0x000001, "Wrong size on EOCommonBlueprintLibrary_IsConsoleTypeXSXLockhart"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsConsoleTypeXSXLockhart, ReturnValue) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsConsoleTypeXSXLockhart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsDefaultObject \ static_assert(alignof(EOCommonBlueprintLibrary_IsDefaultObject) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsDefaultObject"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsDefaultObject) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsDefaultObject"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsDefaultObject, ForObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsDefaultObject::ForObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsDefaultObject, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsDefaultObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsDesktopPlatform \ static_assert(alignof(EOCommonBlueprintLibrary_IsDesktopPlatform) == 0x000001, "Wrong alignment on EOCommonBlueprintLibrary_IsDesktopPlatform"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsDesktopPlatform) == 0x000001, "Wrong size on EOCommonBlueprintLibrary_IsDesktopPlatform"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsDesktopPlatform, ReturnValue) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsDesktopPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsEventReplyHandled \ static_assert(alignof(EOCommonBlueprintLibrary_IsEventReplyHandled) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsEventReplyHandled"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsEventReplyHandled) == 0x0000C0, "Wrong size on EOCommonBlueprintLibrary_IsEventReplyHandled"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsEventReplyHandled, ReplyToCheck) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsEventReplyHandled::ReplyToCheck' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsEventReplyHandled, ReturnValue) == 0x0000B8, "Member 'EOCommonBlueprintLibrary_IsEventReplyHandled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsInEditorWorld \ static_assert(alignof(EOCommonBlueprintLibrary_IsInEditorWorld) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsInEditorWorld"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsInEditorWorld) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsInEditorWorld"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsInEditorWorld, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsInEditorWorld::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsInEditorWorld, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsInEditorWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsInGameWorld \ static_assert(alignof(EOCommonBlueprintLibrary_IsInGameWorld) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsInGameWorld"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsInGameWorld) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsInGameWorld"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsInGameWorld, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsInGameWorld::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsInGameWorld, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsInGameWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsInTransientLevelPackage \ static_assert(alignof(EOCommonBlueprintLibrary_IsInTransientLevelPackage) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsInTransientLevelPackage"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsInTransientLevelPackage) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsInTransientLevelPackage"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsInTransientLevelPackage, TheObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsInTransientLevelPackage::TheObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsInTransientLevelPackage, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsInTransientLevelPackage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsInTransientPackage \ static_assert(alignof(EOCommonBlueprintLibrary_IsInTransientPackage) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsInTransientPackage"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsInTransientPackage) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsInTransientPackage"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsInTransientPackage, TheObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsInTransientPackage::TheObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsInTransientPackage, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsInTransientPackage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsKeyboardPlatform \ static_assert(alignof(EOCommonBlueprintLibrary_IsKeyboardPlatform) == 0x000001, "Wrong alignment on EOCommonBlueprintLibrary_IsKeyboardPlatform"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsKeyboardPlatform) == 0x000001, "Wrong size on EOCommonBlueprintLibrary_IsKeyboardPlatform"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsKeyboardPlatform, ReturnValue) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsKeyboardPlatform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsObjectBlueprintGeneratedClass \ static_assert(alignof(EOCommonBlueprintLibrary_IsObjectBlueprintGeneratedClass) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsObjectBlueprintGeneratedClass"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsObjectBlueprintGeneratedClass) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsObjectBlueprintGeneratedClass"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsObjectBlueprintGeneratedClass, ForObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsObjectBlueprintGeneratedClass::ForObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsObjectBlueprintGeneratedClass, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsObjectBlueprintGeneratedClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsPackageBuild \ static_assert(alignof(EOCommonBlueprintLibrary_IsPackageBuild) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsPackageBuild"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsPackageBuild) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsPackageBuild"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPackageBuild, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsPackageBuild::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPackageBuild, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsPackageBuild::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsPawnInputEnabled \ static_assert(alignof(EOCommonBlueprintLibrary_IsPawnInputEnabled) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsPawnInputEnabled"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsPawnInputEnabled) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_IsPawnInputEnabled"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPawnInputEnabled, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsPawnInputEnabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPawnInputEnabled, Pawn) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsPawnInputEnabled::Pawn' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPawnInputEnabled, ReturnValue) == 0x000010, "Member 'EOCommonBlueprintLibrary_IsPawnInputEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsPlayerControllerInputEnabled \ static_assert(alignof(EOCommonBlueprintLibrary_IsPlayerControllerInputEnabled) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsPlayerControllerInputEnabled"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsPlayerControllerInputEnabled) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_IsPlayerControllerInputEnabled"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPlayerControllerInputEnabled, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsPlayerControllerInputEnabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPlayerControllerInputEnabled, PC) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsPlayerControllerInputEnabled::PC' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPlayerControllerInputEnabled, ReturnValue) == 0x000010, "Member 'EOCommonBlueprintLibrary_IsPlayerControllerInputEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsPlayFromHere \ static_assert(alignof(EOCommonBlueprintLibrary_IsPlayFromHere) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsPlayFromHere"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsPlayFromHere) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsPlayFromHere"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPlayFromHere, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsPlayFromHere::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPlayFromHere, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsPlayFromHere::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsPlayInEditor \ static_assert(alignof(EOCommonBlueprintLibrary_IsPlayInEditor) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsPlayInEditor"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsPlayInEditor) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsPlayInEditor"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPlayInEditor, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsPlayInEditor::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPlayInEditor, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsPlayInEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsPlayInPreview \ static_assert(alignof(EOCommonBlueprintLibrary_IsPlayInPreview) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsPlayInPreview"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsPlayInPreview) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsPlayInPreview"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPlayInPreview, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsPlayInPreview::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsPlayInPreview, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsPlayInPreview::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsSoundLooping \ static_assert(alignof(EOCommonBlueprintLibrary_IsSoundLooping) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsSoundLooping"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsSoundLooping) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsSoundLooping"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsSoundLooping, Sound) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsSoundLooping::Sound' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsSoundLooping, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsSoundLooping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_IsWorldTearingDown \ static_assert(alignof(EOCommonBlueprintLibrary_IsWorldTearingDown) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_IsWorldTearingDown"); \ static_assert(sizeof(EOCommonBlueprintLibrary_IsWorldTearingDown) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_IsWorldTearingDown"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsWorldTearingDown, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_IsWorldTearingDown::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_IsWorldTearingDown, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_IsWorldTearingDown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_K2_IsInPersistentLevel \ static_assert(alignof(EOCommonBlueprintLibrary_K2_IsInPersistentLevel) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_K2_IsInPersistentLevel"); \ static_assert(sizeof(EOCommonBlueprintLibrary_K2_IsInPersistentLevel) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_K2_IsInPersistentLevel"); \ static_assert(offsetof(EOCommonBlueprintLibrary_K2_IsInPersistentLevel, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_K2_IsInPersistentLevel::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_K2_IsInPersistentLevel, bIncludeLevelStreamingPersistent) == 0x000008, "Member 'EOCommonBlueprintLibrary_K2_IsInPersistentLevel::bIncludeLevelStreamingPersistent' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_K2_IsInPersistentLevel, ReturnValue) == 0x000009, "Member 'EOCommonBlueprintLibrary_K2_IsInPersistentLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_LogEOEventList \ static_assert(alignof(EOCommonBlueprintLibrary_LogEOEventList) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_LogEOEventList"); \ static_assert(sizeof(EOCommonBlueprintLibrary_LogEOEventList) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_LogEOEventList"); \ static_assert(offsetof(EOCommonBlueprintLibrary_LogEOEventList, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_LogEOEventList::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_LogEOEventList, EventsList) == 0x000008, "Member 'EOCommonBlueprintLibrary_LogEOEventList::EventsList' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_LogEOEventList, bLogAsWarning) == 0x000018, "Member 'EOCommonBlueprintLibrary_LogEOEventList::bLogAsWarning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_MarkObjectPackageDirty \ static_assert(alignof(EOCommonBlueprintLibrary_MarkObjectPackageDirty) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_MarkObjectPackageDirty"); \ static_assert(sizeof(EOCommonBlueprintLibrary_MarkObjectPackageDirty) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_MarkObjectPackageDirty"); \ static_assert(offsetof(EOCommonBlueprintLibrary_MarkObjectPackageDirty, Object) == 0x000000, "Member 'EOCommonBlueprintLibrary_MarkObjectPackageDirty::Object' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_MarkObjectPackageDirty, ReturnValue) == 0x000008, "Member 'EOCommonBlueprintLibrary_MarkObjectPackageDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity \ static_assert(alignof(EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity"); \ static_assert(sizeof(EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity"); \ static_assert(offsetof(EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity, FrameVelocity) == 0x000008, "Member 'EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity::FrameVelocity' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity, BaseFPS) == 0x00000C, "Member 'EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity::BaseFPS' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity, ReturnValue) == 0x000010, "Member 'EOCommonBlueprintLibrary_PerFrameVelocityToFPSVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_RelativeTeleportActor \ static_assert(alignof(EOCommonBlueprintLibrary_RelativeTeleportActor) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_RelativeTeleportActor"); \ static_assert(sizeof(EOCommonBlueprintLibrary_RelativeTeleportActor) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_RelativeTeleportActor"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RelativeTeleportActor, ActorTeleport) == 0x000000, "Member 'EOCommonBlueprintLibrary_RelativeTeleportActor::ActorTeleport' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RelativeTeleportActor, FromActorRelative) == 0x000008, "Member 'EOCommonBlueprintLibrary_RelativeTeleportActor::FromActorRelative' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RelativeTeleportActor, ToActorRelative) == 0x000010, "Member 'EOCommonBlueprintLibrary_RelativeTeleportActor::ToActorRelative' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RelativeTeleportActor, ReturnValue) == 0x000018, "Member 'EOCommonBlueprintLibrary_RelativeTeleportActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_RelativeTeleportTransform \ static_assert(alignof(EOCommonBlueprintLibrary_RelativeTeleportTransform) == 0x000010, "Wrong alignment on EOCommonBlueprintLibrary_RelativeTeleportTransform"); \ static_assert(sizeof(EOCommonBlueprintLibrary_RelativeTeleportTransform) == 0x000080, "Wrong size on EOCommonBlueprintLibrary_RelativeTeleportTransform"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RelativeTeleportTransform, TelportActor) == 0x000000, "Member 'EOCommonBlueprintLibrary_RelativeTeleportTransform::TelportActor' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RelativeTeleportTransform, FromTransform) == 0x000010, "Member 'EOCommonBlueprintLibrary_RelativeTeleportTransform::FromTransform' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RelativeTeleportTransform, ToTransform) == 0x000040, "Member 'EOCommonBlueprintLibrary_RelativeTeleportTransform::ToTransform' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RelativeTeleportTransform, ReturnValue) == 0x000070, "Member 'EOCommonBlueprintLibrary_RelativeTeleportTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_RemoveCameraPostProcess \ static_assert(alignof(EOCommonBlueprintLibrary_RemoveCameraPostProcess) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_RemoveCameraPostProcess"); \ static_assert(sizeof(EOCommonBlueprintLibrary_RemoveCameraPostProcess) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_RemoveCameraPostProcess"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RemoveCameraPostProcess, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_RemoveCameraPostProcess::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RemoveCameraPostProcess, CameraComponent) == 0x000008, "Member 'EOCommonBlueprintLibrary_RemoveCameraPostProcess::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RemoveCameraPostProcess, PostProcessMaterial) == 0x000010, "Member 'EOCommonBlueprintLibrary_RemoveCameraPostProcess::PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_RemoveCameraPostProcess, ReturnValue) == 0x000018, "Member 'EOCommonBlueprintLibrary_RemoveCameraPostProcess::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_ReprocessSubtitlesAfterLocChange \ static_assert(alignof(EOCommonBlueprintLibrary_ReprocessSubtitlesAfterLocChange) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_ReprocessSubtitlesAfterLocChange"); \ static_assert(sizeof(EOCommonBlueprintLibrary_ReprocessSubtitlesAfterLocChange) == 0x000008, "Wrong size on EOCommonBlueprintLibrary_ReprocessSubtitlesAfterLocChange"); \ static_assert(offsetof(EOCommonBlueprintLibrary_ReprocessSubtitlesAfterLocChange, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_ReprocessSubtitlesAfterLocChange::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_ResetOcclusionTestLevelDefaults \ static_assert(alignof(EOCommonBlueprintLibrary_ResetOcclusionTestLevelDefaults) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_ResetOcclusionTestLevelDefaults"); \ static_assert(sizeof(EOCommonBlueprintLibrary_ResetOcclusionTestLevelDefaults) == 0x000008, "Wrong size on EOCommonBlueprintLibrary_ResetOcclusionTestLevelDefaults"); \ static_assert(offsetof(EOCommonBlueprintLibrary_ResetOcclusionTestLevelDefaults, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_ResetOcclusionTestLevelDefaults::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_ResetSoftObjectWeakPtr \ static_assert(alignof(EOCommonBlueprintLibrary_ResetSoftObjectWeakPtr) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_ResetSoftObjectWeakPtr"); \ static_assert(sizeof(EOCommonBlueprintLibrary_ResetSoftObjectWeakPtr) == 0x000028, "Wrong size on EOCommonBlueprintLibrary_ResetSoftObjectWeakPtr"); \ static_assert(offsetof(EOCommonBlueprintLibrary_ResetSoftObjectWeakPtr, Ref) == 0x000000, "Member 'EOCommonBlueprintLibrary_ResetSoftObjectWeakPtr::Ref' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SetCameraPostProcessWeight \ static_assert(alignof(EOCommonBlueprintLibrary_SetCameraPostProcessWeight) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_SetCameraPostProcessWeight"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SetCameraPostProcessWeight) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_SetCameraPostProcessWeight"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetCameraPostProcessWeight, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_SetCameraPostProcessWeight::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetCameraPostProcessWeight, CameraComponent) == 0x000008, "Member 'EOCommonBlueprintLibrary_SetCameraPostProcessWeight::CameraComponent' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetCameraPostProcessWeight, PostProcessMaterial) == 0x000010, "Member 'EOCommonBlueprintLibrary_SetCameraPostProcessWeight::PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetCameraPostProcessWeight, Weight) == 0x000018, "Member 'EOCommonBlueprintLibrary_SetCameraPostProcessWeight::Weight' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetCameraPostProcessWeight, ReturnValue) == 0x00001C, "Member 'EOCommonBlueprintLibrary_SetCameraPostProcessWeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SetFloatAchievementProgressByClass \ static_assert(alignof(EOCommonBlueprintLibrary_SetFloatAchievementProgressByClass) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_SetFloatAchievementProgressByClass"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SetFloatAchievementProgressByClass) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_SetFloatAchievementProgressByClass"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetFloatAchievementProgressByClass, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_SetFloatAchievementProgressByClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetFloatAchievementProgressByClass, AchievementClass) == 0x000008, "Member 'EOCommonBlueprintLibrary_SetFloatAchievementProgressByClass::AchievementClass' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetFloatAchievementProgressByClass, Progress) == 0x000010, "Member 'EOCommonBlueprintLibrary_SetFloatAchievementProgressByClass::Progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SetIntAchievementProgressByClass \ static_assert(alignof(EOCommonBlueprintLibrary_SetIntAchievementProgressByClass) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_SetIntAchievementProgressByClass"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SetIntAchievementProgressByClass) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_SetIntAchievementProgressByClass"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetIntAchievementProgressByClass, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_SetIntAchievementProgressByClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetIntAchievementProgressByClass, AchievementClass) == 0x000008, "Member 'EOCommonBlueprintLibrary_SetIntAchievementProgressByClass::AchievementClass' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetIntAchievementProgressByClass, Progress) == 0x000010, "Member 'EOCommonBlueprintLibrary_SetIntAchievementProgressByClass::Progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SetMaterialInstanceStaticSwitchParameterValue \ static_assert(alignof(EOCommonBlueprintLibrary_SetMaterialInstanceStaticSwitchParameterValue) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_SetMaterialInstanceStaticSwitchParameterValue"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SetMaterialInstanceStaticSwitchParameterValue) == 0x000018, "Wrong size on EOCommonBlueprintLibrary_SetMaterialInstanceStaticSwitchParameterValue"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetMaterialInstanceStaticSwitchParameterValue, MaterialInstance) == 0x000000, "Member 'EOCommonBlueprintLibrary_SetMaterialInstanceStaticSwitchParameterValue::MaterialInstance' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetMaterialInstanceStaticSwitchParameterValue, ParameterName) == 0x000008, "Member 'EOCommonBlueprintLibrary_SetMaterialInstanceStaticSwitchParameterValue::ParameterName' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetMaterialInstanceStaticSwitchParameterValue, NewValue) == 0x000010, "Member 'EOCommonBlueprintLibrary_SetMaterialInstanceStaticSwitchParameterValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SetOcclusionTestLevelDefaults \ static_assert(alignof(EOCommonBlueprintLibrary_SetOcclusionTestLevelDefaults) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_SetOcclusionTestLevelDefaults"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SetOcclusionTestLevelDefaults) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_SetOcclusionTestLevelDefaults"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetOcclusionTestLevelDefaults, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_SetOcclusionTestLevelDefaults::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetOcclusionTestLevelDefaults, NeverOcclusionTestDistance) == 0x000008, "Member 'EOCommonBlueprintLibrary_SetOcclusionTestLevelDefaults::NeverOcclusionTestDistance' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetOcclusionTestLevelDefaults, AllowOcclusionTestPrimitiveRadius) == 0x00000C, "Member 'EOCommonBlueprintLibrary_SetOcclusionTestLevelDefaults::AllowOcclusionTestPrimitiveRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SetSubmixAutoDisable \ static_assert(alignof(EOCommonBlueprintLibrary_SetSubmixAutoDisable) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_SetSubmixAutoDisable"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SetSubmixAutoDisable) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_SetSubmixAutoDisable"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetSubmixAutoDisable, SoundSubmix) == 0x000000, "Member 'EOCommonBlueprintLibrary_SetSubmixAutoDisable::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetSubmixAutoDisable, NewAutoDisable) == 0x000008, "Member 'EOCommonBlueprintLibrary_SetSubmixAutoDisable::NewAutoDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SetSubmixAutoDisableTime \ static_assert(alignof(EOCommonBlueprintLibrary_SetSubmixAutoDisableTime) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_SetSubmixAutoDisableTime"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SetSubmixAutoDisableTime) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_SetSubmixAutoDisableTime"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetSubmixAutoDisableTime, SoundSubmix) == 0x000000, "Member 'EOCommonBlueprintLibrary_SetSubmixAutoDisableTime::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetSubmixAutoDisableTime, NewAutoDisableTime) == 0x000008, "Member 'EOCommonBlueprintLibrary_SetSubmixAutoDisableTime::NewAutoDisableTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SetVSyncCVar \ static_assert(alignof(EOCommonBlueprintLibrary_SetVSyncCVar) == 0x000001, "Wrong alignment on EOCommonBlueprintLibrary_SetVSyncCVar"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SetVSyncCVar) == 0x000001, "Wrong size on EOCommonBlueprintLibrary_SetVSyncCVar"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SetVSyncCVar, NewValue) == 0x000000, "Member 'EOCommonBlueprintLibrary_SetVSyncCVar::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SmootDampVector \ static_assert(alignof(EOCommonBlueprintLibrary_SmootDampVector) == 0x000004, "Wrong alignment on EOCommonBlueprintLibrary_SmootDampVector"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SmootDampVector) == 0x00003C, "Wrong size on EOCommonBlueprintLibrary_SmootDampVector"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmootDampVector, Current) == 0x000000, "Member 'EOCommonBlueprintLibrary_SmootDampVector::Current' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmootDampVector, Target) == 0x00000C, "Member 'EOCommonBlueprintLibrary_SmootDampVector::Target' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmootDampVector, currentVelocity) == 0x000018, "Member 'EOCommonBlueprintLibrary_SmootDampVector::currentVelocity' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmootDampVector, smoothTime) == 0x000024, "Member 'EOCommonBlueprintLibrary_SmootDampVector::smoothTime' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmootDampVector, DeltaTime) == 0x000028, "Member 'EOCommonBlueprintLibrary_SmootDampVector::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmootDampVector, MaxSpeed) == 0x00002C, "Member 'EOCommonBlueprintLibrary_SmootDampVector::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmootDampVector, ReturnValue) == 0x000030, "Member 'EOCommonBlueprintLibrary_SmootDampVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SmoothDampFloat \ static_assert(alignof(EOCommonBlueprintLibrary_SmoothDampFloat) == 0x000004, "Wrong alignment on EOCommonBlueprintLibrary_SmoothDampFloat"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SmoothDampFloat) == 0x00001C, "Wrong size on EOCommonBlueprintLibrary_SmoothDampFloat"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmoothDampFloat, Current) == 0x000000, "Member 'EOCommonBlueprintLibrary_SmoothDampFloat::Current' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmoothDampFloat, Target) == 0x000004, "Member 'EOCommonBlueprintLibrary_SmoothDampFloat::Target' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmoothDampFloat, currentVelocity) == 0x000008, "Member 'EOCommonBlueprintLibrary_SmoothDampFloat::currentVelocity' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmoothDampFloat, smoothTime) == 0x00000C, "Member 'EOCommonBlueprintLibrary_SmoothDampFloat::smoothTime' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmoothDampFloat, DeltaTime) == 0x000010, "Member 'EOCommonBlueprintLibrary_SmoothDampFloat::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmoothDampFloat, MaxSpeed) == 0x000014, "Member 'EOCommonBlueprintLibrary_SmoothDampFloat::MaxSpeed' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SmoothDampFloat, ReturnValue) == 0x000018, "Member 'EOCommonBlueprintLibrary_SmoothDampFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SoftSoundControlBusMixStageArrayToHardRef \ static_assert(alignof(EOCommonBlueprintLibrary_SoftSoundControlBusMixStageArrayToHardRef) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_SoftSoundControlBusMixStageArrayToHardRef"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SoftSoundControlBusMixStageArrayToHardRef) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_SoftSoundControlBusMixStageArrayToHardRef"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SoftSoundControlBusMixStageArrayToHardRef, SourceSoftMixStages) == 0x000000, "Member 'EOCommonBlueprintLibrary_SoftSoundControlBusMixStageArrayToHardRef::SourceSoftMixStages' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SoftSoundControlBusMixStageArrayToHardRef, DestinationHardRefStages) == 0x000010, "Member 'EOCommonBlueprintLibrary_SoftSoundControlBusMixStageArrayToHardRef::DestinationHardRefStages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SortActorsByDistance \ static_assert(alignof(EOCommonBlueprintLibrary_SortActorsByDistance) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_SortActorsByDistance"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SortActorsByDistance) == 0x000028, "Wrong size on EOCommonBlueprintLibrary_SortActorsByDistance"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SortActorsByDistance, FromLocation) == 0x000000, "Member 'EOCommonBlueprintLibrary_SortActorsByDistance::FromLocation' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SortActorsByDistance, Actors) == 0x000010, "Member 'EOCommonBlueprintLibrary_SortActorsByDistance::Actors' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SortActorsByDistance, bSortByClosest) == 0x000020, "Member 'EOCommonBlueprintLibrary_SortActorsByDistance::bSortByClosest' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SortActorsByDistance, bRemoveInvalids) == 0x000021, "Member 'EOCommonBlueprintLibrary_SortActorsByDistance::bRemoveInvalids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SortSceneComponentsByDistance \ static_assert(alignof(EOCommonBlueprintLibrary_SortSceneComponentsByDistance) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_SortSceneComponentsByDistance"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SortSceneComponentsByDistance) == 0x000028, "Wrong size on EOCommonBlueprintLibrary_SortSceneComponentsByDistance"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SortSceneComponentsByDistance, FromLocation) == 0x000000, "Member 'EOCommonBlueprintLibrary_SortSceneComponentsByDistance::FromLocation' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SortSceneComponentsByDistance, SceneComponents) == 0x000010, "Member 'EOCommonBlueprintLibrary_SortSceneComponentsByDistance::SceneComponents' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SortSceneComponentsByDistance, bSortByClosest) == 0x000020, "Member 'EOCommonBlueprintLibrary_SortSceneComponentsByDistance::bSortByClosest' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SortSceneComponentsByDistance, bRemoveInvalids) == 0x000021, "Member 'EOCommonBlueprintLibrary_SortSceneComponentsByDistance::bRemoveInvalids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_SoundControlBusMixStageArrayToSoftRef \ static_assert(alignof(EOCommonBlueprintLibrary_SoundControlBusMixStageArrayToSoftRef) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_SoundControlBusMixStageArrayToSoftRef"); \ static_assert(sizeof(EOCommonBlueprintLibrary_SoundControlBusMixStageArrayToSoftRef) == 0x000020, "Wrong size on EOCommonBlueprintLibrary_SoundControlBusMixStageArrayToSoftRef"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SoundControlBusMixStageArrayToSoftRef, SourceMixStages) == 0x000000, "Member 'EOCommonBlueprintLibrary_SoundControlBusMixStageArrayToSoftRef::SourceMixStages' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_SoundControlBusMixStageArrayToSoftRef, DestinationSoftMixStages) == 0x000010, "Member 'EOCommonBlueprintLibrary_SoundControlBusMixStageArrayToSoftRef::DestinationSoftMixStages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_StopAllLatentActionsForObject \ static_assert(alignof(EOCommonBlueprintLibrary_StopAllLatentActionsForObject) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_StopAllLatentActionsForObject"); \ static_assert(sizeof(EOCommonBlueprintLibrary_StopAllLatentActionsForObject) == 0x000008, "Wrong size on EOCommonBlueprintLibrary_StopAllLatentActionsForObject"); \ static_assert(offsetof(EOCommonBlueprintLibrary_StopAllLatentActionsForObject, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_StopAllLatentActionsForObject::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_StopAllTimelinesForActor \ static_assert(alignof(EOCommonBlueprintLibrary_StopAllTimelinesForActor) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_StopAllTimelinesForActor"); \ static_assert(sizeof(EOCommonBlueprintLibrary_StopAllTimelinesForActor) == 0x000008, "Wrong size on EOCommonBlueprintLibrary_StopAllTimelinesForActor"); \ static_assert(offsetof(EOCommonBlueprintLibrary_StopAllTimelinesForActor, WorldContextActor) == 0x000000, "Member 'EOCommonBlueprintLibrary_StopAllTimelinesForActor::WorldContextActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_StopAllTimersForObject \ static_assert(alignof(EOCommonBlueprintLibrary_StopAllTimersForObject) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_StopAllTimersForObject"); \ static_assert(sizeof(EOCommonBlueprintLibrary_StopAllTimersForObject) == 0x000008, "Wrong size on EOCommonBlueprintLibrary_StopAllTimersForObject"); \ static_assert(offsetof(EOCommonBlueprintLibrary_StopAllTimersForObject, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_StopAllTimersForObject::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_TestActorTeleport \ static_assert(alignof(EOCommonBlueprintLibrary_TestActorTeleport) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_TestActorTeleport"); \ static_assert(sizeof(EOCommonBlueprintLibrary_TestActorTeleport) == 0x000030, "Wrong size on EOCommonBlueprintLibrary_TestActorTeleport"); \ static_assert(offsetof(EOCommonBlueprintLibrary_TestActorTeleport, ActorToTeleport) == 0x000000, "Member 'EOCommonBlueprintLibrary_TestActorTeleport::ActorToTeleport' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_TestActorTeleport, DestLocation) == 0x000008, "Member 'EOCommonBlueprintLibrary_TestActorTeleport::DestLocation' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_TestActorTeleport, DestRotation) == 0x000014, "Member 'EOCommonBlueprintLibrary_TestActorTeleport::DestRotation' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_TestActorTeleport, OutNewLocation) == 0x000020, "Member 'EOCommonBlueprintLibrary_TestActorTeleport::OutNewLocation' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_TestActorTeleport, ReturnValue) == 0x00002C, "Member 'EOCommonBlueprintLibrary_TestActorTeleport::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonBlueprintLibrary_UnlockAchievementByClass \ static_assert(alignof(EOCommonBlueprintLibrary_UnlockAchievementByClass) == 0x000008, "Wrong alignment on EOCommonBlueprintLibrary_UnlockAchievementByClass"); \ static_assert(sizeof(EOCommonBlueprintLibrary_UnlockAchievementByClass) == 0x000010, "Wrong size on EOCommonBlueprintLibrary_UnlockAchievementByClass"); \ static_assert(offsetof(EOCommonBlueprintLibrary_UnlockAchievementByClass, WorldContextObject) == 0x000000, "Member 'EOCommonBlueprintLibrary_UnlockAchievementByClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonBlueprintLibrary_UnlockAchievementByClass, AchievementClass) == 0x000008, "Member 'EOCommonBlueprintLibrary_UnlockAchievementByClass::AchievementClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonBlueprintLibrary \ static_assert(alignof(UEOCommonBlueprintLibrary) == 0x000008, "Wrong alignment on UEOCommonBlueprintLibrary"); \ static_assert(sizeof(UEOCommonBlueprintLibrary) == 0x000028, "Wrong size on UEOCommonBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UEOCommonCameraModCheatManagerExtension \ static_assert(alignof(UEOCommonCameraModCheatManagerExtension) == 0x000008, "Wrong alignment on UEOCommonCameraModCheatManagerExtension"); \ static_assert(sizeof(UEOCommonCameraModCheatManagerExtension) == 0x000030, "Wrong size on UEOCommonCameraModCheatManagerExtension"); \ static_assert(offsetof(UEOCommonCameraModCheatManagerExtension, Owner) == 0x000028, "Member 'UEOCommonCameraModCheatManagerExtension::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCameraModifierBase_OnAddedToCamera \ static_assert(alignof(EOCommonCameraModifierBase_OnAddedToCamera) == 0x000008, "Wrong alignment on EOCommonCameraModifierBase_OnAddedToCamera"); \ static_assert(sizeof(EOCommonCameraModifierBase_OnAddedToCamera) == 0x000008, "Wrong size on EOCommonCameraModifierBase_OnAddedToCamera"); \ static_assert(offsetof(EOCommonCameraModifierBase_OnAddedToCamera, Camera) == 0x000000, "Member 'EOCommonCameraModifierBase_OnAddedToCamera::Camera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCameraModifierBase_OnCheatManagerCreated \ static_assert(alignof(EOCommonCameraModifierBase_OnCheatManagerCreated) == 0x000008, "Wrong alignment on EOCommonCameraModifierBase_OnCheatManagerCreated"); \ static_assert(sizeof(EOCommonCameraModifierBase_OnCheatManagerCreated) == 0x000008, "Wrong size on EOCommonCameraModifierBase_OnCheatManagerCreated"); \ static_assert(offsetof(EOCommonCameraModifierBase_OnCheatManagerCreated, CheatManager) == 0x000000, "Member 'EOCommonCameraModifierBase_OnCheatManagerCreated::CheatManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCameraModifierBase_OnDisableModifier \ static_assert(alignof(EOCommonCameraModifierBase_OnDisableModifier) == 0x000001, "Wrong alignment on EOCommonCameraModifierBase_OnDisableModifier"); \ static_assert(sizeof(EOCommonCameraModifierBase_OnDisableModifier) == 0x000001, "Wrong size on EOCommonCameraModifierBase_OnDisableModifier"); \ static_assert(offsetof(EOCommonCameraModifierBase_OnDisableModifier, bImmediate) == 0x000000, "Member 'EOCommonCameraModifierBase_OnDisableModifier::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCameraModifierBase_OnProcessViewRotation \ static_assert(alignof(EOCommonCameraModifierBase_OnProcessViewRotation) == 0x000008, "Wrong alignment on EOCommonCameraModifierBase_OnProcessViewRotation"); \ static_assert(sizeof(EOCommonCameraModifierBase_OnProcessViewRotation) == 0x000040, "Wrong size on EOCommonCameraModifierBase_OnProcessViewRotation"); \ static_assert(offsetof(EOCommonCameraModifierBase_OnProcessViewRotation, ViewTarget) == 0x000000, "Member 'EOCommonCameraModifierBase_OnProcessViewRotation::ViewTarget' has a wrong offset!"); \ static_assert(offsetof(EOCommonCameraModifierBase_OnProcessViewRotation, DeltaTime) == 0x000008, "Member 'EOCommonCameraModifierBase_OnProcessViewRotation::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(EOCommonCameraModifierBase_OnProcessViewRotation, InViewRotation) == 0x00000C, "Member 'EOCommonCameraModifierBase_OnProcessViewRotation::InViewRotation' has a wrong offset!"); \ static_assert(offsetof(EOCommonCameraModifierBase_OnProcessViewRotation, InDeltaRot) == 0x000018, "Member 'EOCommonCameraModifierBase_OnProcessViewRotation::InDeltaRot' has a wrong offset!"); \ static_assert(offsetof(EOCommonCameraModifierBase_OnProcessViewRotation, OutViewRotation) == 0x000024, "Member 'EOCommonCameraModifierBase_OnProcessViewRotation::OutViewRotation' has a wrong offset!"); \ static_assert(offsetof(EOCommonCameraModifierBase_OnProcessViewRotation, OutDeltaRot) == 0x000030, "Member 'EOCommonCameraModifierBase_OnProcessViewRotation::OutDeltaRot' has a wrong offset!"); \ static_assert(offsetof(EOCommonCameraModifierBase_OnProcessViewRotation, ReturnValue) == 0x00003C, "Member 'EOCommonCameraModifierBase_OnProcessViewRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonCameraModifierBase \ static_assert(alignof(UEOCommonCameraModifierBase) == 0x000008, "Wrong alignment on UEOCommonCameraModifierBase"); \ static_assert(sizeof(UEOCommonCameraModifierBase) == 0x000050, "Wrong size on UEOCommonCameraModifierBase"); \ #define DUMPER7_ASSERTS_EOCommonCameraStandInComponent_ClearMirror \ static_assert(alignof(EOCommonCameraStandInComponent_ClearMirror) == 0x000001, "Wrong alignment on EOCommonCameraStandInComponent_ClearMirror"); \ static_assert(sizeof(EOCommonCameraStandInComponent_ClearMirror) == 0x000001, "Wrong size on EOCommonCameraStandInComponent_ClearMirror"); \ static_assert(offsetof(EOCommonCameraStandInComponent_ClearMirror, bForceUpdate) == 0x000000, "Member 'EOCommonCameraStandInComponent_ClearMirror::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCameraStandInComponent_GetMirroredCamera \ static_assert(alignof(EOCommonCameraStandInComponent_GetMirroredCamera) == 0x000008, "Wrong alignment on EOCommonCameraStandInComponent_GetMirroredCamera"); \ static_assert(sizeof(EOCommonCameraStandInComponent_GetMirroredCamera) == 0x000008, "Wrong size on EOCommonCameraStandInComponent_GetMirroredCamera"); \ static_assert(offsetof(EOCommonCameraStandInComponent_GetMirroredCamera, ReturnValue) == 0x000000, "Member 'EOCommonCameraStandInComponent_GetMirroredCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCameraStandInComponent_MirrorCamera \ static_assert(alignof(EOCommonCameraStandInComponent_MirrorCamera) == 0x000001, "Wrong alignment on EOCommonCameraStandInComponent_MirrorCamera"); \ static_assert(sizeof(EOCommonCameraStandInComponent_MirrorCamera) == 0x000001, "Wrong size on EOCommonCameraStandInComponent_MirrorCamera"); \ static_assert(offsetof(EOCommonCameraStandInComponent_MirrorCamera, bForceUpdate) == 0x000000, "Member 'EOCommonCameraStandInComponent_MirrorCamera::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCameraStandInComponent_MirrorRelativeLocation \ static_assert(alignof(EOCommonCameraStandInComponent_MirrorRelativeLocation) == 0x000001, "Wrong alignment on EOCommonCameraStandInComponent_MirrorRelativeLocation"); \ static_assert(sizeof(EOCommonCameraStandInComponent_MirrorRelativeLocation) == 0x000001, "Wrong size on EOCommonCameraStandInComponent_MirrorRelativeLocation"); \ static_assert(offsetof(EOCommonCameraStandInComponent_MirrorRelativeLocation, bForceUpdate) == 0x000000, "Member 'EOCommonCameraStandInComponent_MirrorRelativeLocation::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCameraStandInComponent_MirrorRelativeScale \ static_assert(alignof(EOCommonCameraStandInComponent_MirrorRelativeScale) == 0x000001, "Wrong alignment on EOCommonCameraStandInComponent_MirrorRelativeScale"); \ static_assert(sizeof(EOCommonCameraStandInComponent_MirrorRelativeScale) == 0x000001, "Wrong size on EOCommonCameraStandInComponent_MirrorRelativeScale"); \ static_assert(offsetof(EOCommonCameraStandInComponent_MirrorRelativeScale, bForceUpdate) == 0x000000, "Member 'EOCommonCameraStandInComponent_MirrorRelativeScale::bForceUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonCameraStandInComponent \ static_assert(alignof(UEOCommonCameraStandInComponent) == 0x000010, "Wrong alignment on UEOCommonCameraStandInComponent"); \ static_assert(sizeof(UEOCommonCameraStandInComponent) == 0x000840, "Wrong size on UEOCommonCameraStandInComponent"); \ static_assert(offsetof(UEOCommonCameraStandInComponent, ActorClass) == 0x0007E0, "Member 'UEOCommonCameraStandInComponent::ActorClass' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCameraStandInComponent, CameraClass) == 0x0007E8, "Member 'UEOCommonCameraStandInComponent::CameraClass' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCameraStandInComponent, CameraComponentName) == 0x0007F0, "Member 'UEOCommonCameraStandInComponent::CameraComponentName' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCameraStandInComponent, MirroredRelativeLocationOffset) == 0x0007F8, "Member 'UEOCommonCameraStandInComponent::MirroredRelativeLocationOffset' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCameraStandInComponent, MirroredRelativeScaleOffset) == 0x000804, "Member 'UEOCommonCameraStandInComponent::MirroredRelativeScaleOffset' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCameraStandInComponent, CachedMirroredCamera) == 0x000810, "Member 'UEOCommonCameraStandInComponent::CachedMirroredCamera' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCameraStandInComponent, CachedMirroredCameraPath) == 0x000818, "Member 'UEOCommonCameraStandInComponent::CachedMirroredCameraPath' has a wrong offset!"); \ static_assert(offsetof(UEOCommonCameraStandInComponent, CachedObjectName) == 0x000828, "Member 'UEOCommonCameraStandInComponent::CachedObjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCharacter_DisableTopSightTrace \ static_assert(alignof(EOCommonCharacter_DisableTopSightTrace) == 0x000001, "Wrong alignment on EOCommonCharacter_DisableTopSightTrace"); \ static_assert(sizeof(EOCommonCharacter_DisableTopSightTrace) == 0x000001, "Wrong size on EOCommonCharacter_DisableTopSightTrace"); \ static_assert(offsetof(EOCommonCharacter_DisableTopSightTrace, bDisable) == 0x000000, "Member 'EOCommonCharacter_DisableTopSightTrace::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCharacter_IsAlive \ static_assert(alignof(EOCommonCharacter_IsAlive) == 0x000001, "Wrong alignment on EOCommonCharacter_IsAlive"); \ static_assert(sizeof(EOCommonCharacter_IsAlive) == 0x000001, "Wrong size on EOCommonCharacter_IsAlive"); \ static_assert(offsetof(EOCommonCharacter_IsAlive, ReturnValue) == 0x000000, "Member 'EOCommonCharacter_IsAlive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCharacter_SetForceMaxAccel \ static_assert(alignof(EOCommonCharacter_SetForceMaxAccel) == 0x000001, "Wrong alignment on EOCommonCharacter_SetForceMaxAccel"); \ static_assert(sizeof(EOCommonCharacter_SetForceMaxAccel) == 0x000001, "Wrong size on EOCommonCharacter_SetForceMaxAccel"); \ static_assert(offsetof(EOCommonCharacter_SetForceMaxAccel, bForce) == 0x000000, "Member 'EOCommonCharacter_SetForceMaxAccel::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCharacter_GetCharacterFeetLocation \ static_assert(alignof(EOCommonCharacter_GetCharacterFeetLocation) == 0x000004, "Wrong alignment on EOCommonCharacter_GetCharacterFeetLocation"); \ static_assert(sizeof(EOCommonCharacter_GetCharacterFeetLocation) == 0x00000C, "Wrong size on EOCommonCharacter_GetCharacterFeetLocation"); \ static_assert(offsetof(EOCommonCharacter_GetCharacterFeetLocation, ReturnValue) == 0x000000, "Member 'EOCommonCharacter_GetCharacterFeetLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCharacter_GetHealth \ static_assert(alignof(EOCommonCharacter_GetHealth) == 0x000004, "Wrong alignment on EOCommonCharacter_GetHealth"); \ static_assert(sizeof(EOCommonCharacter_GetHealth) == 0x000004, "Wrong size on EOCommonCharacter_GetHealth"); \ static_assert(offsetof(EOCommonCharacter_GetHealth, ReturnValue) == 0x000000, "Member 'EOCommonCharacter_GetHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCharacter_GetMaxHealth \ static_assert(alignof(EOCommonCharacter_GetMaxHealth) == 0x000004, "Wrong alignment on EOCommonCharacter_GetMaxHealth"); \ static_assert(sizeof(EOCommonCharacter_GetMaxHealth) == 0x000004, "Wrong size on EOCommonCharacter_GetMaxHealth"); \ static_assert(offsetof(EOCommonCharacter_GetMaxHealth, ReturnValue) == 0x000000, "Member 'EOCommonCharacter_GetMaxHealth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCharacter_GetMoveSpeed \ static_assert(alignof(EOCommonCharacter_GetMoveSpeed) == 0x000004, "Wrong alignment on EOCommonCharacter_GetMoveSpeed"); \ static_assert(sizeof(EOCommonCharacter_GetMoveSpeed) == 0x000004, "Wrong size on EOCommonCharacter_GetMoveSpeed"); \ static_assert(offsetof(EOCommonCharacter_GetMoveSpeed, ReturnValue) == 0x000000, "Member 'EOCommonCharacter_GetMoveSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCharacter_GetSprintScale \ static_assert(alignof(EOCommonCharacter_GetSprintScale) == 0x000004, "Wrong alignment on EOCommonCharacter_GetSprintScale"); \ static_assert(sizeof(EOCommonCharacter_GetSprintScale) == 0x000004, "Wrong size on EOCommonCharacter_GetSprintScale"); \ static_assert(offsetof(EOCommonCharacter_GetSprintScale, ReturnValue) == 0x000000, "Member 'EOCommonCharacter_GetSprintScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonCharacter_IsAIPawn \ static_assert(alignof(EOCommonCharacter_IsAIPawn) == 0x000001, "Wrong alignment on EOCommonCharacter_IsAIPawn"); \ static_assert(sizeof(EOCommonCharacter_IsAIPawn) == 0x000001, "Wrong size on EOCommonCharacter_IsAIPawn"); \ static_assert(offsetof(EOCommonCharacter_IsAIPawn, ReturnValue) == 0x000000, "Member 'EOCommonCharacter_IsAIPawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOCommonCharacter \ static_assert(alignof(AEOCommonCharacter) == 0x000010, "Wrong alignment on AEOCommonCharacter"); \ static_assert(sizeof(AEOCommonCharacter) == 0x000560, "Wrong size on AEOCommonCharacter"); \ static_assert(offsetof(AEOCommonCharacter, AbilitySystemComponent) == 0x000500, "Member 'AEOCommonCharacter::AbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(AEOCommonCharacter, StartupEffects) == 0x000508, "Member 'AEOCommonCharacter::StartupEffects' has a wrong offset!"); \ static_assert(offsetof(AEOCommonCharacter, LastLOSHitActor) == 0x000518, "Member 'AEOCommonCharacter::LastLOSHitActor' has a wrong offset!"); \ static_assert(offsetof(AEOCommonCharacter, LastLOSHitComponent) == 0x000520, "Member 'AEOCommonCharacter::LastLOSHitComponent' has a wrong offset!"); \ static_assert(offsetof(AEOCommonCharacter, SocketEyesViewPoint) == 0x000528, "Member 'AEOCommonCharacter::SocketEyesViewPoint' has a wrong offset!"); \ static_assert(offsetof(AEOCommonCharacter, LineOfSightTopCapsuleScale) == 0x000530, "Member 'AEOCommonCharacter::LineOfSightTopCapsuleScale' has a wrong offset!"); \ static_assert(offsetof(AEOCommonCharacter, LineOfSightBottomCapsuleScale) == 0x000534, "Member 'AEOCommonCharacter::LineOfSightBottomCapsuleScale' has a wrong offset!"); \ static_assert(offsetof(AEOCommonCharacter, LineOfSightMidCapsuleOffset) == 0x000538, "Member 'AEOCommonCharacter::LineOfSightMidCapsuleOffset' has a wrong offset!"); \ static_assert(offsetof(AEOCommonCharacter, HealthAttributeSet) == 0x000540, "Member 'AEOCommonCharacter::HealthAttributeSet' has a wrong offset!"); \ static_assert(offsetof(AEOCommonCharacter, CommonAttributeSet) == 0x000548, "Member 'AEOCommonCharacter::CommonAttributeSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonEditorSelectComponent_OnOwnerSelectedTick \ static_assert(alignof(EOCommonEditorSelectComponent_OnOwnerSelectedTick) == 0x000004, "Wrong alignment on EOCommonEditorSelectComponent_OnOwnerSelectedTick"); \ static_assert(sizeof(EOCommonEditorSelectComponent_OnOwnerSelectedTick) == 0x000004, "Wrong size on EOCommonEditorSelectComponent_OnOwnerSelectedTick"); \ static_assert(offsetof(EOCommonEditorSelectComponent_OnOwnerSelectedTick, DeltaSeconds) == 0x000000, "Member 'EOCommonEditorSelectComponent_OnOwnerSelectedTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonEditorSelectComponent_OnOwnerSelectionChanged \ static_assert(alignof(EOCommonEditorSelectComponent_OnOwnerSelectionChanged) == 0x000001, "Wrong alignment on EOCommonEditorSelectComponent_OnOwnerSelectionChanged"); \ static_assert(sizeof(EOCommonEditorSelectComponent_OnOwnerSelectionChanged) == 0x000001, "Wrong size on EOCommonEditorSelectComponent_OnOwnerSelectionChanged"); \ static_assert(offsetof(EOCommonEditorSelectComponent_OnOwnerSelectionChanged, bSelected) == 0x000000, "Member 'EOCommonEditorSelectComponent_OnOwnerSelectionChanged::bSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonEditorSelectComponent \ static_assert(alignof(UEOCommonEditorSelectComponent) == 0x000008, "Wrong alignment on UEOCommonEditorSelectComponent"); \ static_assert(sizeof(UEOCommonEditorSelectComponent) == 0x0000B8, "Wrong size on UEOCommonEditorSelectComponent"); \ #define DUMPER7_ASSERTS_EOCommonEditorUserSettings_DisplayAIPerceptionOnEditorSelect \ static_assert(alignof(EOCommonEditorUserSettings_DisplayAIPerceptionOnEditorSelect) == 0x000001, "Wrong alignment on EOCommonEditorUserSettings_DisplayAIPerceptionOnEditorSelect"); \ static_assert(sizeof(EOCommonEditorUserSettings_DisplayAIPerceptionOnEditorSelect) == 0x000001, "Wrong size on EOCommonEditorUserSettings_DisplayAIPerceptionOnEditorSelect"); \ static_assert(offsetof(EOCommonEditorUserSettings_DisplayAIPerceptionOnEditorSelect, ReturnValue) == 0x000000, "Member 'EOCommonEditorUserSettings_DisplayAIPerceptionOnEditorSelect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonEditorUserSettings_MirrorEditorLevelsOnPlayFromHere \ static_assert(alignof(EOCommonEditorUserSettings_MirrorEditorLevelsOnPlayFromHere) == 0x000001, "Wrong alignment on EOCommonEditorUserSettings_MirrorEditorLevelsOnPlayFromHere"); \ static_assert(sizeof(EOCommonEditorUserSettings_MirrorEditorLevelsOnPlayFromHere) == 0x000001, "Wrong size on EOCommonEditorUserSettings_MirrorEditorLevelsOnPlayFromHere"); \ static_assert(offsetof(EOCommonEditorUserSettings_MirrorEditorLevelsOnPlayFromHere, ReturnValue) == 0x000000, "Member 'EOCommonEditorUserSettings_MirrorEditorLevelsOnPlayFromHere::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonEditorUserSettings_StreamingCheatEnabled \ static_assert(alignof(EOCommonEditorUserSettings_StreamingCheatEnabled) == 0x000001, "Wrong alignment on EOCommonEditorUserSettings_StreamingCheatEnabled"); \ static_assert(sizeof(EOCommonEditorUserSettings_StreamingCheatEnabled) == 0x000001, "Wrong size on EOCommonEditorUserSettings_StreamingCheatEnabled"); \ static_assert(offsetof(EOCommonEditorUserSettings_StreamingCheatEnabled, ReturnValue) == 0x000000, "Member 'EOCommonEditorUserSettings_StreamingCheatEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonEditorUserSettings \ static_assert(alignof(UEOCommonEditorUserSettings) == 0x000008, "Wrong alignment on UEOCommonEditorUserSettings"); \ static_assert(sizeof(UEOCommonEditorUserSettings) == 0x000040, "Wrong size on UEOCommonEditorUserSettings"); \ static_assert(offsetof(UEOCommonEditorUserSettings, bEnableStreamingCheat) == 0x000038, "Member 'UEOCommonEditorUserSettings::bEnableStreamingCheat' has a wrong offset!"); \ static_assert(offsetof(UEOCommonEditorUserSettings, bMirrorEditorLevelsOnPlayFromHere) == 0x000039, "Member 'UEOCommonEditorUserSettings::bMirrorEditorLevelsOnPlayFromHere' has a wrong offset!"); \ static_assert(offsetof(UEOCommonEditorUserSettings, bDisplayAIPerceptionOnEditorSelect) == 0x00003A, "Member 'UEOCommonEditorUserSettings::bDisplayAIPerceptionOnEditorSelect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_BeginActivity \ static_assert(alignof(EOCommmonGameInstance_BeginActivity) == 0x000008, "Wrong alignment on EOCommmonGameInstance_BeginActivity"); \ static_assert(sizeof(EOCommmonGameInstance_BeginActivity) == 0x000010, "Wrong size on EOCommmonGameInstance_BeginActivity"); \ static_assert(offsetof(EOCommmonGameInstance_BeginActivity, Activity) == 0x000000, "Member 'EOCommmonGameInstance_BeginActivity::Activity' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_BeginActivity, bIsChapter) == 0x000008, "Member 'EOCommmonGameInstance_BeginActivity::bIsChapter' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_BeginActivity, ChapterNum) == 0x00000C, "Member 'EOCommmonGameInstance_BeginActivity::ChapterNum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_BPOnMapPreLoad \ static_assert(alignof(EOCommmonGameInstance_BPOnMapPreLoad) == 0x000008, "Wrong alignment on EOCommmonGameInstance_BPOnMapPreLoad"); \ static_assert(sizeof(EOCommmonGameInstance_BPOnMapPreLoad) == 0x000030, "Wrong size on EOCommmonGameInstance_BPOnMapPreLoad"); \ static_assert(offsetof(EOCommmonGameInstance_BPOnMapPreLoad, UnloadedLevel) == 0x000000, "Member 'EOCommmonGameInstance_BPOnMapPreLoad::UnloadedLevel' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_BPOnMapPreLoad, CurrentURL) == 0x000008, "Member 'EOCommmonGameInstance_BPOnMapPreLoad::CurrentURL' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_BPOnMapPreLoad, Error) == 0x000018, "Member 'EOCommmonGameInstance_BPOnMapPreLoad::Error' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_BPOnMapPreLoad, bResult) == 0x000028, "Member 'EOCommmonGameInstance_BPOnMapPreLoad::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_BPOnMapUnloaded \ static_assert(alignof(EOCommmonGameInstance_BPOnMapUnloaded) == 0x000008, "Wrong alignment on EOCommmonGameInstance_BPOnMapUnloaded"); \ static_assert(sizeof(EOCommmonGameInstance_BPOnMapUnloaded) == 0x000030, "Wrong size on EOCommmonGameInstance_BPOnMapUnloaded"); \ static_assert(offsetof(EOCommmonGameInstance_BPOnMapUnloaded, UnloadedLevel) == 0x000000, "Member 'EOCommmonGameInstance_BPOnMapUnloaded::UnloadedLevel' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_BPOnMapUnloaded, CurrentURL) == 0x000008, "Member 'EOCommmonGameInstance_BPOnMapUnloaded::CurrentURL' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_BPOnMapUnloaded, Error) == 0x000018, "Member 'EOCommmonGameInstance_BPOnMapUnloaded::Error' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_BPOnMapUnloaded, bResult) == 0x000028, "Member 'EOCommmonGameInstance_BPOnMapUnloaded::bResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_EndCurrentActivity \ static_assert(alignof(EOCommmonGameInstance_EndCurrentActivity) == 0x000001, "Wrong alignment on EOCommmonGameInstance_EndCurrentActivity"); \ static_assert(sizeof(EOCommmonGameInstance_EndCurrentActivity) == 0x000001, "Wrong size on EOCommmonGameInstance_EndCurrentActivity"); \ static_assert(offsetof(EOCommmonGameInstance_EndCurrentActivity, bCancelled) == 0x000000, "Member 'EOCommmonGameInstance_EndCurrentActivity::bCancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_GetAchievementClasses \ static_assert(alignof(EOCommmonGameInstance_GetAchievementClasses) == 0x000008, "Wrong alignment on EOCommmonGameInstance_GetAchievementClasses"); \ static_assert(sizeof(EOCommmonGameInstance_GetAchievementClasses) == 0x000010, "Wrong size on EOCommmonGameInstance_GetAchievementClasses"); \ static_assert(offsetof(EOCommmonGameInstance_GetAchievementClasses, Achievements) == 0x000000, "Member 'EOCommmonGameInstance_GetAchievementClasses::Achievements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_GetAchievementForClass \ static_assert(alignof(EOCommmonGameInstance_GetAchievementForClass) == 0x000008, "Wrong alignment on EOCommmonGameInstance_GetAchievementForClass"); \ static_assert(sizeof(EOCommmonGameInstance_GetAchievementForClass) == 0x000010, "Wrong size on EOCommmonGameInstance_GetAchievementForClass"); \ static_assert(offsetof(EOCommmonGameInstance_GetAchievementForClass, Achievment) == 0x000000, "Member 'EOCommmonGameInstance_GetAchievementForClass::Achievment' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_GetAchievementForClass, ReturnValue) == 0x000008, "Member 'EOCommmonGameInstance_GetAchievementForClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_GetActivityForClass \ static_assert(alignof(EOCommmonGameInstance_GetActivityForClass) == 0x000008, "Wrong alignment on EOCommmonGameInstance_GetActivityForClass"); \ static_assert(sizeof(EOCommmonGameInstance_GetActivityForClass) == 0x000010, "Wrong size on EOCommmonGameInstance_GetActivityForClass"); \ static_assert(offsetof(EOCommmonGameInstance_GetActivityForClass, ActivityClass) == 0x000000, "Member 'EOCommmonGameInstance_GetActivityForClass::ActivityClass' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_GetActivityForClass, ReturnValue) == 0x000008, "Member 'EOCommmonGameInstance_GetActivityForClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_GetIntStatProgress \ static_assert(alignof(EOCommmonGameInstance_GetIntStatProgress) == 0x000004, "Wrong alignment on EOCommmonGameInstance_GetIntStatProgress"); \ static_assert(sizeof(EOCommmonGameInstance_GetIntStatProgress) == 0x000010, "Wrong size on EOCommmonGameInstance_GetIntStatProgress"); \ static_assert(offsetof(EOCommmonGameInstance_GetIntStatProgress, PlatformAchievementID) == 0x000000, "Member 'EOCommmonGameInstance_GetIntStatProgress::PlatformAchievementID' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_GetIntStatProgress, UseLeaderboardHack) == 0x000008, "Member 'EOCommmonGameInstance_GetIntStatProgress::UseLeaderboardHack' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_GetIntStatProgress, ReturnValue) == 0x00000C, "Member 'EOCommmonGameInstance_GetIntStatProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_GetStatClasses \ static_assert(alignof(EOCommmonGameInstance_GetStatClasses) == 0x000008, "Wrong alignment on EOCommmonGameInstance_GetStatClasses"); \ static_assert(sizeof(EOCommmonGameInstance_GetStatClasses) == 0x000010, "Wrong size on EOCommmonGameInstance_GetStatClasses"); \ static_assert(offsetof(EOCommmonGameInstance_GetStatClasses, Stats) == 0x000000, "Member 'EOCommmonGameInstance_GetStatClasses::Stats' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_GetStatForClass \ static_assert(alignof(EOCommmonGameInstance_GetStatForClass) == 0x000008, "Wrong alignment on EOCommmonGameInstance_GetStatForClass"); \ static_assert(sizeof(EOCommmonGameInstance_GetStatForClass) == 0x000010, "Wrong size on EOCommmonGameInstance_GetStatForClass"); \ static_assert(offsetof(EOCommmonGameInstance_GetStatForClass, Stat) == 0x000000, "Member 'EOCommmonGameInstance_GetStatForClass::Stat' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_GetStatForClass, ReturnValue) == 0x000008, "Member 'EOCommmonGameInstance_GetStatForClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_PopupIntStatProgress \ static_assert(alignof(EOCommmonGameInstance_PopupIntStatProgress) == 0x000004, "Wrong alignment on EOCommmonGameInstance_PopupIntStatProgress"); \ static_assert(sizeof(EOCommmonGameInstance_PopupIntStatProgress) == 0x000010, "Wrong size on EOCommmonGameInstance_PopupIntStatProgress"); \ static_assert(offsetof(EOCommmonGameInstance_PopupIntStatProgress, AchievementID) == 0x000000, "Member 'EOCommmonGameInstance_PopupIntStatProgress::AchievementID' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_PopupIntStatProgress, Progress) == 0x000008, "Member 'EOCommmonGameInstance_PopupIntStatProgress::Progress' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_PopupIntStatProgress, MaxProgress) == 0x00000C, "Member 'EOCommmonGameInstance_PopupIntStatProgress::MaxProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_ReadStatLeaderboardInt \ static_assert(alignof(EOCommmonGameInstance_ReadStatLeaderboardInt) == 0x000008, "Wrong alignment on EOCommmonGameInstance_ReadStatLeaderboardInt"); \ static_assert(sizeof(EOCommmonGameInstance_ReadStatLeaderboardInt) == 0x000010, "Wrong size on EOCommmonGameInstance_ReadStatLeaderboardInt"); \ static_assert(offsetof(EOCommmonGameInstance_ReadStatLeaderboardInt, StatClass) == 0x000000, "Member 'EOCommmonGameInstance_ReadStatLeaderboardInt::StatClass' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_ReadStatLeaderboardInt, ReturnValue) == 0x000008, "Member 'EOCommmonGameInstance_ReadStatLeaderboardInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_SetupOnlineServiceState \ static_assert(alignof(EOCommmonGameInstance_SetupOnlineServiceState) == 0x000001, "Wrong alignment on EOCommmonGameInstance_SetupOnlineServiceState"); \ static_assert(sizeof(EOCommmonGameInstance_SetupOnlineServiceState) == 0x000001, "Wrong size on EOCommmonGameInstance_SetupOnlineServiceState"); \ static_assert(offsetof(EOCommmonGameInstance_SetupOnlineServiceState, bLoginSuccess) == 0x000000, "Member 'EOCommmonGameInstance_SetupOnlineServiceState::bLoginSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_UpdateAchievementProgress \ static_assert(alignof(EOCommmonGameInstance_UpdateAchievementProgress) == 0x000004, "Wrong alignment on EOCommmonGameInstance_UpdateAchievementProgress"); \ static_assert(sizeof(EOCommmonGameInstance_UpdateAchievementProgress) == 0x00000C, "Wrong size on EOCommmonGameInstance_UpdateAchievementProgress"); \ static_assert(offsetof(EOCommmonGameInstance_UpdateAchievementProgress, AchievementID) == 0x000000, "Member 'EOCommmonGameInstance_UpdateAchievementProgress::AchievementID' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_UpdateAchievementProgress, PercentComplete) == 0x000008, "Member 'EOCommmonGameInstance_UpdateAchievementProgress::PercentComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_UpdateFloatStatProgress \ static_assert(alignof(EOCommmonGameInstance_UpdateFloatStatProgress) == 0x000004, "Wrong alignment on EOCommmonGameInstance_UpdateFloatStatProgress"); \ static_assert(sizeof(EOCommmonGameInstance_UpdateFloatStatProgress) == 0x00000C, "Wrong size on EOCommmonGameInstance_UpdateFloatStatProgress"); \ static_assert(offsetof(EOCommmonGameInstance_UpdateFloatStatProgress, StatID) == 0x000000, "Member 'EOCommmonGameInstance_UpdateFloatStatProgress::StatID' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_UpdateFloatStatProgress, Value) == 0x000008, "Member 'EOCommmonGameInstance_UpdateFloatStatProgress::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_UpdateIntAchievementProgress \ static_assert(alignof(EOCommmonGameInstance_UpdateIntAchievementProgress) == 0x000004, "Wrong alignment on EOCommmonGameInstance_UpdateIntAchievementProgress"); \ static_assert(sizeof(EOCommmonGameInstance_UpdateIntAchievementProgress) == 0x00000C, "Wrong size on EOCommmonGameInstance_UpdateIntAchievementProgress"); \ static_assert(offsetof(EOCommmonGameInstance_UpdateIntAchievementProgress, AchievementID) == 0x000000, "Member 'EOCommmonGameInstance_UpdateIntAchievementProgress::AchievementID' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_UpdateIntAchievementProgress, PercentComplete) == 0x000008, "Member 'EOCommmonGameInstance_UpdateIntAchievementProgress::PercentComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_UpdateIntStatProgressSteam \ static_assert(alignof(EOCommmonGameInstance_UpdateIntStatProgressSteam) == 0x000004, "Wrong alignment on EOCommmonGameInstance_UpdateIntStatProgressSteam"); \ static_assert(sizeof(EOCommmonGameInstance_UpdateIntStatProgressSteam) == 0x000010, "Wrong size on EOCommmonGameInstance_UpdateIntStatProgressSteam"); \ static_assert(offsetof(EOCommmonGameInstance_UpdateIntStatProgressSteam, StatID) == 0x000000, "Member 'EOCommmonGameInstance_UpdateIntStatProgressSteam::StatID' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_UpdateIntStatProgressSteam, Value) == 0x000008, "Member 'EOCommmonGameInstance_UpdateIntStatProgressSteam::Value' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_UpdateIntStatProgressSteam, ReturnValue) == 0x00000C, "Member 'EOCommmonGameInstance_UpdateIntStatProgressSteam::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommmonGameInstance_UpdateStatLeaderboardValue \ static_assert(alignof(EOCommmonGameInstance_UpdateStatLeaderboardValue) == 0x000008, "Wrong alignment on EOCommmonGameInstance_UpdateStatLeaderboardValue"); \ static_assert(sizeof(EOCommmonGameInstance_UpdateStatLeaderboardValue) == 0x000010, "Wrong size on EOCommmonGameInstance_UpdateStatLeaderboardValue"); \ static_assert(offsetof(EOCommmonGameInstance_UpdateStatLeaderboardValue, StatClass) == 0x000000, "Member 'EOCommmonGameInstance_UpdateStatLeaderboardValue::StatClass' has a wrong offset!"); \ static_assert(offsetof(EOCommmonGameInstance_UpdateStatLeaderboardValue, Value) == 0x000008, "Member 'EOCommmonGameInstance_UpdateStatLeaderboardValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommmonGameInstance \ static_assert(alignof(UEOCommmonGameInstance) == 0x000008, "Wrong alignment on UEOCommmonGameInstance"); \ static_assert(sizeof(UEOCommmonGameInstance) == 0x000328, "Wrong size on UEOCommmonGameInstance"); \ static_assert(offsetof(UEOCommmonGameInstance, LoginFinished) == 0x000208, "Member 'UEOCommmonGameInstance::LoginFinished' has a wrong offset!"); \ static_assert(offsetof(UEOCommmonGameInstance, AchievementsMap) == 0x000218, "Member 'UEOCommmonGameInstance::AchievementsMap' has a wrong offset!"); \ static_assert(offsetof(UEOCommmonGameInstance, StatsMap) == 0x000268, "Member 'UEOCommmonGameInstance::StatsMap' has a wrong offset!"); \ static_assert(offsetof(UEOCommmonGameInstance, ActivitiesMap) == 0x0002B8, "Member 'UEOCommmonGameInstance::ActivitiesMap' has a wrong offset!"); \ static_assert(offsetof(UEOCommmonGameInstance, CachedCommonSettings) == 0x000308, "Member 'UEOCommmonGameInstance::CachedCommonSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonGT_TimelineLinearColor_TimelineLinearColorTask \ static_assert(alignof(EOCommonGT_TimelineLinearColor_TimelineLinearColorTask) == 0x000008, "Wrong alignment on EOCommonGT_TimelineLinearColor_TimelineLinearColorTask"); \ static_assert(sizeof(EOCommonGT_TimelineLinearColor_TimelineLinearColorTask) == 0x000030, "Wrong size on EOCommonGT_TimelineLinearColor_TimelineLinearColorTask"); \ static_assert(offsetof(EOCommonGT_TimelineLinearColor_TimelineLinearColorTask, TaskOwner) == 0x000000, "Member 'EOCommonGT_TimelineLinearColor_TimelineLinearColorTask::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineLinearColor_TimelineLinearColorTask, PlaybackRate) == 0x000010, "Member 'EOCommonGT_TimelineLinearColor_TimelineLinearColorTask::PlaybackRate' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineLinearColor_TimelineLinearColorTask, PlaybackDirection) == 0x000014, "Member 'EOCommonGT_TimelineLinearColor_TimelineLinearColorTask::PlaybackDirection' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineLinearColor_TimelineLinearColorTask, PlaybackCurve) == 0x000018, "Member 'EOCommonGT_TimelineLinearColor_TimelineLinearColorTask::PlaybackCurve' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineLinearColor_TimelineLinearColorTask, Priority) == 0x000020, "Member 'EOCommonGT_TimelineLinearColor_TimelineLinearColorTask::Priority' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineLinearColor_TimelineLinearColorTask, ReturnValue) == 0x000028, "Member 'EOCommonGT_TimelineLinearColor_TimelineLinearColorTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonGT_TimelineLinearColor \ static_assert(alignof(UEOCommonGT_TimelineLinearColor) == 0x000008, "Wrong alignment on UEOCommonGT_TimelineLinearColor"); \ static_assert(sizeof(UEOCommonGT_TimelineLinearColor) == 0x0000B8, "Wrong size on UEOCommonGT_TimelineLinearColor"); \ static_assert(offsetof(UEOCommonGT_TimelineLinearColor, OnStarted) == 0x000080, "Member 'UEOCommonGT_TimelineLinearColor::OnStarted' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_TimelineLinearColor, OnUpdate) == 0x000090, "Member 'UEOCommonGT_TimelineLinearColor::OnUpdate' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_TimelineLinearColor, OnFinished) == 0x0000A0, "Member 'UEOCommonGT_TimelineLinearColor::OnFinished' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_TimelineLinearColor, LinearColorCurve) == 0x0000B0, "Member 'UEOCommonGT_TimelineLinearColor::LinearColorCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonGT_TimelineVector_TimelineVectorTask \ static_assert(alignof(EOCommonGT_TimelineVector_TimelineVectorTask) == 0x000008, "Wrong alignment on EOCommonGT_TimelineVector_TimelineVectorTask"); \ static_assert(sizeof(EOCommonGT_TimelineVector_TimelineVectorTask) == 0x000030, "Wrong size on EOCommonGT_TimelineVector_TimelineVectorTask"); \ static_assert(offsetof(EOCommonGT_TimelineVector_TimelineVectorTask, TaskOwner) == 0x000000, "Member 'EOCommonGT_TimelineVector_TimelineVectorTask::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineVector_TimelineVectorTask, PlaybackRate) == 0x000010, "Member 'EOCommonGT_TimelineVector_TimelineVectorTask::PlaybackRate' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineVector_TimelineVectorTask, PlaybackDirection) == 0x000014, "Member 'EOCommonGT_TimelineVector_TimelineVectorTask::PlaybackDirection' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineVector_TimelineVectorTask, PlaybackCurve) == 0x000018, "Member 'EOCommonGT_TimelineVector_TimelineVectorTask::PlaybackCurve' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineVector_TimelineVectorTask, Priority) == 0x000020, "Member 'EOCommonGT_TimelineVector_TimelineVectorTask::Priority' has a wrong offset!"); \ static_assert(offsetof(EOCommonGT_TimelineVector_TimelineVectorTask, ReturnValue) == 0x000028, "Member 'EOCommonGT_TimelineVector_TimelineVectorTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonGT_TimelineVector \ static_assert(alignof(UEOCommonGT_TimelineVector) == 0x000008, "Wrong alignment on UEOCommonGT_TimelineVector"); \ static_assert(sizeof(UEOCommonGT_TimelineVector) == 0x0000B8, "Wrong size on UEOCommonGT_TimelineVector"); \ static_assert(offsetof(UEOCommonGT_TimelineVector, OnStarted) == 0x000080, "Member 'UEOCommonGT_TimelineVector::OnStarted' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_TimelineVector, OnUpdate) == 0x000090, "Member 'UEOCommonGT_TimelineVector::OnUpdate' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_TimelineVector, OnFinished) == 0x0000A0, "Member 'UEOCommonGT_TimelineVector::OnFinished' has a wrong offset!"); \ static_assert(offsetof(UEOCommonGT_TimelineVector, VectorCurve) == 0x0000B0, "Member 'UEOCommonGT_TimelineVector::VectorCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonGUSMouseXSensitivity \ static_assert(alignof(UEOCommonGUSMouseXSensitivity) == 0x000008, "Wrong alignment on UEOCommonGUSMouseXSensitivity"); \ static_assert(sizeof(UEOCommonGUSMouseXSensitivity) == 0x000028, "Wrong size on UEOCommonGUSMouseXSensitivity"); \ #define DUMPER7_ASSERTS_UEOCommonGUSInvertLook \ static_assert(alignof(UEOCommonGUSInvertLook) == 0x000008, "Wrong alignment on UEOCommonGUSInvertLook"); \ static_assert(sizeof(UEOCommonGUSInvertLook) == 0x000028, "Wrong size on UEOCommonGUSInvertLook"); \ #define DUMPER7_ASSERTS_UEOCommon_MsgBoxCloseEvent \ static_assert(alignof(UEOCommon_MsgBoxCloseEvent) == 0x000008, "Wrong alignment on UEOCommon_MsgBoxCloseEvent"); \ static_assert(sizeof(UEOCommon_MsgBoxCloseEvent) == 0x000038, "Wrong size on UEOCommon_MsgBoxCloseEvent"); \ #define DUMPER7_ASSERTS_UEOCommon_MsgBoxSubsystem \ static_assert(alignof(UEOCommon_MsgBoxSubsystem) == 0x000008, "Wrong alignment on UEOCommon_MsgBoxSubsystem"); \ static_assert(sizeof(UEOCommon_MsgBoxSubsystem) == 0x000138, "Wrong size on UEOCommon_MsgBoxSubsystem"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActor \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActor) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActor"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActor) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActor"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActor, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActor::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActor, ReturnValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActorArray \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActorArray) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActorArray"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActorArray) == 0x000028, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActorArray"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActorArray, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActorArray::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActorArray, ReturnValue) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeActorArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeBoolean \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeBoolean) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeBoolean"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeBoolean) == 0x000018, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeBoolean"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeBoolean, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeBoolean::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeBoolean, ReturnValue) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeBoolean::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeByte \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeByte) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeByte"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeByte) == 0x000018, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeByte"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeByte, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeByte::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeByte, ReturnValue) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeClass \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeClass) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeClass"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeClass) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeClass"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeClass, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeClass::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeClass, ReturnValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeColor \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeColor) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeColor"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeColor) == 0x000018, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeColor"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeColor, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeColor::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeColor, ReturnValue) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeFloat \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeFloat) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeFloat"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeFloat) == 0x000018, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeFloat"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeFloat, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeFloat::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeFloat, ReturnValue) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger) == 0x000018, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger, ReturnValue) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger64 \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger64) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger64"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger64) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger64"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger64, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger64::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger64, ReturnValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeInteger64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeLinearColor \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeLinearColor) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeLinearColor"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeLinearColor) == 0x000028, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeLinearColor"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeLinearColor, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeLinearColor::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeLinearColor, ReturnValue) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeName \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeName) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeName"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeName) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeName"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeName, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeName::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeName, ReturnValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeObject \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeObject) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeObject"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeObject) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeObject"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeObject, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeObject::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeObject, ReturnValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeRotator \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeRotator) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeRotator"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeRotator) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeRotator"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeRotator, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeRotator::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeRotator, ReturnValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeString \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeString) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeString"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeString) == 0x000028, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeString"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeString, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeString::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeString, ReturnValue) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeText \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeText) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeText"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeText) == 0x000030, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeText"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeText, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeText::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeText, ReturnValue) == 0x000020, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeTransform \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeTransform) == 0x000010, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeTransform"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeTransform) == 0x000050, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeTransform"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeTransform, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeTransform::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeTransform, ReturnValue) == 0x000040, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeVector \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeVector) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeVector"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeVector) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeVector"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeVector, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeVector::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeVector, ReturnValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_Conv_OverrideTypeVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideActor \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideActor) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideActor"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideActor) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideActor"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideActor, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideActor::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideActor, OutValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_OverrideActor::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideActor, ReturnValue) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_OverrideActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideActorArray \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideActorArray) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideActorArray"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideActorArray) == 0x000030, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideActorArray"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideActorArray, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideActorArray::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideActorArray, OutValue) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_OverrideActorArray::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideActorArray, ReturnValue) == 0x000028, "Member 'EOCommonOverrideTypesBPLibrary_OverrideActorArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideBoolean \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideBoolean) == 0x000001, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideBoolean"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideBoolean) == 0x000004, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideBoolean"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideBoolean, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideBoolean::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideBoolean, OutValue) == 0x000002, "Member 'EOCommonOverrideTypesBPLibrary_OverrideBoolean::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideBoolean, ReturnValue) == 0x000003, "Member 'EOCommonOverrideTypesBPLibrary_OverrideBoolean::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideByte \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideByte) == 0x000001, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideByte"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideByte) == 0x000004, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideByte"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideByte, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideByte::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideByte, OutValue) == 0x000002, "Member 'EOCommonOverrideTypesBPLibrary_OverrideByte::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideByte, ReturnValue) == 0x000003, "Member 'EOCommonOverrideTypesBPLibrary_OverrideByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideClass \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideClass) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideClass"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideClass) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideClass"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideClass, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideClass::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideClass, OutValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_OverrideClass::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideClass, ReturnValue) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_OverrideClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideColor \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideColor) == 0x000004, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideColor"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideColor) == 0x000010, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideColor"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideColor, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideColor::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideColor, OutValue) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_OverrideColor::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideColor, ReturnValue) == 0x00000C, "Member 'EOCommonOverrideTypesBPLibrary_OverrideColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideFloat \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideFloat) == 0x000004, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideFloat"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideFloat) == 0x000010, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideFloat"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideFloat, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideFloat::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideFloat, OutValue) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_OverrideFloat::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideFloat, ReturnValue) == 0x00000C, "Member 'EOCommonOverrideTypesBPLibrary_OverrideFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideInteger \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideInteger) == 0x000004, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideInteger"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideInteger) == 0x000010, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideInteger"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideInteger, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideInteger::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideInteger, OutValue) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_OverrideInteger::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideInteger, ReturnValue) == 0x00000C, "Member 'EOCommonOverrideTypesBPLibrary_OverrideInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideInteger64 \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideInteger64) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideInteger64"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideInteger64) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideInteger64"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideInteger64, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideInteger64::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideInteger64, OutValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_OverrideInteger64::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideInteger64, ReturnValue) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_OverrideInteger64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideLinearColor \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideLinearColor) == 0x000004, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideLinearColor"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideLinearColor) == 0x000028, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideLinearColor"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideLinearColor, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideLinearColor::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideLinearColor, OutValue) == 0x000014, "Member 'EOCommonOverrideTypesBPLibrary_OverrideLinearColor::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideLinearColor, ReturnValue) == 0x000024, "Member 'EOCommonOverrideTypesBPLibrary_OverrideLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideName \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideName) == 0x000004, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideName"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideName) == 0x000018, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideName"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideName, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideName::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideName, OutValue) == 0x00000C, "Member 'EOCommonOverrideTypesBPLibrary_OverrideName::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideName, ReturnValue) == 0x000014, "Member 'EOCommonOverrideTypesBPLibrary_OverrideName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideObject \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideObject) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideObject"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideObject) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideObject"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideObject, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideObject::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideObject, OutValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_OverrideObject::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideObject, ReturnValue) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_OverrideObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideRotator \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideRotator) == 0x000004, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideRotator"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideRotator) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideRotator"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideRotator, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideRotator::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideRotator, OutValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_OverrideRotator::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideRotator, ReturnValue) == 0x00001C, "Member 'EOCommonOverrideTypesBPLibrary_OverrideRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideString \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideString) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideString"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideString) == 0x000030, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideString"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideString, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideString::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideString, OutValue) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_OverrideString::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideString, ReturnValue) == 0x000028, "Member 'EOCommonOverrideTypesBPLibrary_OverrideString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideText \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideText) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideText"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideText) == 0x000040, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideText"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideText, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideText::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideText, OutValue) == 0x000020, "Member 'EOCommonOverrideTypesBPLibrary_OverrideText::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideText, ReturnValue) == 0x000038, "Member 'EOCommonOverrideTypesBPLibrary_OverrideText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideTransform \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideTransform) == 0x000010, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideTransform"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideTransform) == 0x000080, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideTransform"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideTransform, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideTransform::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideTransform, OutValue) == 0x000040, "Member 'EOCommonOverrideTypesBPLibrary_OverrideTransform::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideTransform, ReturnValue) == 0x000070, "Member 'EOCommonOverrideTypesBPLibrary_OverrideTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_OverrideVector \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_OverrideVector) == 0x000004, "Wrong alignment on EOCommonOverrideTypesBPLibrary_OverrideVector"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_OverrideVector) == 0x000020, "Wrong size on EOCommonOverrideTypesBPLibrary_OverrideVector"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideVector, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_OverrideVector::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideVector, OutValue) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_OverrideVector::OutValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_OverrideVector, ReturnValue) == 0x00001C, "Member 'EOCommonOverrideTypesBPLibrary_OverrideVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringActor \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActor) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringActor"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActor) == 0x000050, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringActor"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActor, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringActor::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActor, Prefix) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringActor::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActor, ForName) == 0x000020, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringActor::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActor, Suffix) == 0x000030, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringActor::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActor, ReturnValue) == 0x000040, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray) == 0x000058, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray, Prefix) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray, ForName) == 0x000028, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray, Suffix) == 0x000038, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray, ReturnValue) == 0x000048, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringActorArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean) == 0x000048, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean, Prefix) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean, ForName) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean, Suffix) == 0x000028, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean, ReturnValue) == 0x000038, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringBoolean::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringByte \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringByte) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringByte"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringByte) == 0x000048, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringByte"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringByte, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringByte::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringByte, Prefix) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringByte::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringByte, ForName) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringByte::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringByte, Suffix) == 0x000028, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringByte::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringByte, ReturnValue) == 0x000038, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringClass \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringClass) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringClass"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringClass) == 0x000050, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringClass"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringClass, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringClass::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringClass, Prefix) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringClass::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringClass, ForName) == 0x000020, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringClass::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringClass, Suffix) == 0x000030, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringClass::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringClass, ReturnValue) == 0x000040, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringColor \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringColor) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringColor"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringColor) == 0x000048, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringColor"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringColor, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringColor::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringColor, Prefix) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringColor::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringColor, ForName) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringColor::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringColor, Suffix) == 0x000028, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringColor::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringColor, ReturnValue) == 0x000038, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat) == 0x000048, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat, Prefix) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat, ForName) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat, Suffix) == 0x000028, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat, ReturnValue) == 0x000038, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger) == 0x000048, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger, Prefix) == 0x000008, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger, ForName) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger, Suffix) == 0x000028, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger, ReturnValue) == 0x000038, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64 \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64) == 0x000050, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64, Prefix) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64, ForName) == 0x000020, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64, Suffix) == 0x000030, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64, ReturnValue) == 0x000040, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringInteger64::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor) == 0x000058, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor, Prefix) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor, ForName) == 0x000028, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor, Suffix) == 0x000038, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor, ReturnValue) == 0x000048, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringLinearColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringName \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringName) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringName"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringName) == 0x000050, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringName"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringName, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringName::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringName, Prefix) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringName::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringName, ForName) == 0x000020, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringName::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringName, Suffix) == 0x000030, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringName::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringName, ReturnValue) == 0x000040, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringObject \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringObject) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringObject"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringObject) == 0x000050, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringObject"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringObject, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringObject::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringObject, Prefix) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringObject::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringObject, ForName) == 0x000020, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringObject::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringObject, Suffix) == 0x000030, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringObject::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringObject, ReturnValue) == 0x000040, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator) == 0x000050, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator, Prefix) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator, ForName) == 0x000020, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator, Suffix) == 0x000030, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator, ReturnValue) == 0x000040, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringString \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringString) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringString"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringString) == 0x000058, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringString"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringString, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringString::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringString, Prefix) == 0x000018, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringString::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringString, ForName) == 0x000028, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringString::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringString, Suffix) == 0x000038, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringString::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringString, ReturnValue) == 0x000048, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringText \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringText) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringText"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringText) == 0x000060, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringText"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringText, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringText::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringText, Prefix) == 0x000020, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringText::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringText, ForName) == 0x000030, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringText::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringText, Suffix) == 0x000040, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringText::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringText, ReturnValue) == 0x000050, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform) == 0x000010, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform) == 0x000080, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform, Prefix) == 0x000040, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform, ForName) == 0x000050, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform, Suffix) == 0x000060, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform, ReturnValue) == 0x000070, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonOverrideTypesBPLibrary_ToOverrideStringVector \ static_assert(alignof(EOCommonOverrideTypesBPLibrary_ToOverrideStringVector) == 0x000008, "Wrong alignment on EOCommonOverrideTypesBPLibrary_ToOverrideStringVector"); \ static_assert(sizeof(EOCommonOverrideTypesBPLibrary_ToOverrideStringVector) == 0x000050, "Wrong size on EOCommonOverrideTypesBPLibrary_ToOverrideStringVector"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringVector, OverrideType) == 0x000000, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringVector::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringVector, Prefix) == 0x000010, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringVector::Prefix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringVector, ForName) == 0x000020, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringVector::ForName' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringVector, Suffix) == 0x000030, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringVector::Suffix' has a wrong offset!"); \ static_assert(offsetof(EOCommonOverrideTypesBPLibrary_ToOverrideStringVector, ReturnValue) == 0x000040, "Member 'EOCommonOverrideTypesBPLibrary_ToOverrideStringVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonOverrideTypesBPLibrary \ static_assert(alignof(UEOCommonOverrideTypesBPLibrary) == 0x000008, "Wrong alignment on UEOCommonOverrideTypesBPLibrary"); \ static_assert(sizeof(UEOCommonOverrideTypesBPLibrary) == 0x000028, "Wrong size on UEOCommonOverrideTypesBPLibrary"); \ #define DUMPER7_ASSERTS_UEOCommonPlayerSpeedDataAsset \ static_assert(alignof(UEOCommonPlayerSpeedDataAsset) == 0x000008, "Wrong alignment on UEOCommonPlayerSpeedDataAsset"); \ static_assert(sizeof(UEOCommonPlayerSpeedDataAsset) == 0x000058, "Wrong size on UEOCommonPlayerSpeedDataAsset"); \ static_assert(offsetof(UEOCommonPlayerSpeedDataAsset, BlendTime) == 0x000030, "Member 'UEOCommonPlayerSpeedDataAsset::BlendTime' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedDataAsset, Duration) == 0x000034, "Member 'UEOCommonPlayerSpeedDataAsset::Duration' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedDataAsset, RecoveryBlendTime) == 0x000038, "Member 'UEOCommonPlayerSpeedDataAsset::RecoveryBlendTime' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedDataAsset, MoveSpeedScale) == 0x00003C, "Member 'UEOCommonPlayerSpeedDataAsset::MoveSpeedScale' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedDataAsset, MaxMoveSpeedScale) == 0x000040, "Member 'UEOCommonPlayerSpeedDataAsset::MaxMoveSpeedScale' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedDataAsset, MoveSpeedRate) == 0x000044, "Member 'UEOCommonPlayerSpeedDataAsset::MoveSpeedRate' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedDataAsset, SprintScale) == 0x000048, "Member 'UEOCommonPlayerSpeedDataAsset::SprintScale' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedDataAsset, MaxSprintScale) == 0x00004C, "Member 'UEOCommonPlayerSpeedDataAsset::MaxSprintScale' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedDataAsset, SprintScaleRate) == 0x000050, "Member 'UEOCommonPlayerSpeedDataAsset::SprintScaleRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonE_OnPlayerSpeedChanged \ static_assert(alignof(UEOCommonE_OnPlayerSpeedChanged) == 0x000008, "Wrong alignment on UEOCommonE_OnPlayerSpeedChanged"); \ static_assert(sizeof(UEOCommonE_OnPlayerSpeedChanged) == 0x000028, "Wrong size on UEOCommonE_OnPlayerSpeedChanged"); \ #define DUMPER7_ASSERTS_EOCommonPlayerSpeedManager_DisplayPlayerSpeedManagerDebugInfoStatic \ static_assert(alignof(EOCommonPlayerSpeedManager_DisplayPlayerSpeedManagerDebugInfoStatic) == 0x000001, "Wrong alignment on EOCommonPlayerSpeedManager_DisplayPlayerSpeedManagerDebugInfoStatic"); \ static_assert(sizeof(EOCommonPlayerSpeedManager_DisplayPlayerSpeedManagerDebugInfoStatic) == 0x000001, "Wrong size on EOCommonPlayerSpeedManager_DisplayPlayerSpeedManagerDebugInfoStatic"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_DisplayPlayerSpeedManagerDebugInfoStatic, bShouldDisplay) == 0x000000, "Member 'EOCommonPlayerSpeedManager_DisplayPlayerSpeedManagerDebugInfoStatic::bShouldDisplay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonPlayerSpeedManager_StartPlayerSpeed \ static_assert(alignof(EOCommonPlayerSpeedManager_StartPlayerSpeed) == 0x000008, "Wrong alignment on EOCommonPlayerSpeedManager_StartPlayerSpeed"); \ static_assert(sizeof(EOCommonPlayerSpeedManager_StartPlayerSpeed) == 0x000060, "Wrong size on EOCommonPlayerSpeedManager_StartPlayerSpeed"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, WorldContextObject) == 0x000000, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InPlayerSpeedData) == 0x000008, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InPlayerSpeedData' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InPriority) == 0x000010, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InPriority' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InMoveSpeedScaleModifier) == 0x000014, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InMoveSpeedScaleModifier' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InMaxMoveSpeedScaleModifier) == 0x000018, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InMaxMoveSpeedScaleModifier' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InBlendTimeOverride) == 0x00001C, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InBlendTimeOverride' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InDurationOverride) == 0x000020, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InDurationOverride' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InMoveSpeedRateOverride) == 0x000024, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InMoveSpeedRateOverride' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InMoveSpeedRateOverrideValue) == 0x000028, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InMoveSpeedRateOverrideValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InRecoveryBlendTimeOverride) == 0x00002C, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InRecoveryBlendTimeOverride' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InSprintScaleModifier) == 0x000030, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InSprintScaleModifier' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InMaxSprintScaleModifier) == 0x000034, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InMaxSprintScaleModifier' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InSprintScaleRateOverride) == 0x000038, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InSprintScaleRateOverride' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InSprintScaleRateOverrideValue) == 0x00003C, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InSprintScaleRateOverrideValue' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, InDoNotSave) == 0x000040, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::InDoNotSave' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StartPlayerSpeed, ReturnValue) == 0x000044, "Member 'EOCommonPlayerSpeedManager_StartPlayerSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonPlayerSpeedManager_StopPlayerSpeed \ static_assert(alignof(EOCommonPlayerSpeedManager_StopPlayerSpeed) == 0x000008, "Wrong alignment on EOCommonPlayerSpeedManager_StopPlayerSpeed"); \ static_assert(sizeof(EOCommonPlayerSpeedManager_StopPlayerSpeed) == 0x000028, "Wrong size on EOCommonPlayerSpeedManager_StopPlayerSpeed"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StopPlayerSpeed, WorldContextObject) == 0x000000, "Member 'EOCommonPlayerSpeedManager_StopPlayerSpeed::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StopPlayerSpeed, InActiveHandle) == 0x000008, "Member 'EOCommonPlayerSpeedManager_StopPlayerSpeed::InActiveHandle' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StopPlayerSpeed, ReturnValue) == 0x000020, "Member 'EOCommonPlayerSpeedManager_StopPlayerSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonPlayerSpeedManager_StopPlayerSpeedForObject \ static_assert(alignof(EOCommonPlayerSpeedManager_StopPlayerSpeedForObject) == 0x000008, "Wrong alignment on EOCommonPlayerSpeedManager_StopPlayerSpeedForObject"); \ static_assert(sizeof(EOCommonPlayerSpeedManager_StopPlayerSpeedForObject) == 0x000018, "Wrong size on EOCommonPlayerSpeedManager_StopPlayerSpeedForObject"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StopPlayerSpeedForObject, WorldContextObject) == 0x000000, "Member 'EOCommonPlayerSpeedManager_StopPlayerSpeedForObject::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StopPlayerSpeedForObject, ForObject) == 0x000008, "Member 'EOCommonPlayerSpeedManager_StopPlayerSpeedForObject::ForObject' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_StopPlayerSpeedForObject, ReturnValue) == 0x000010, "Member 'EOCommonPlayerSpeedManager_StopPlayerSpeedForObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonPlayerSpeedManager_Cleanup \ static_assert(alignof(EOCommonPlayerSpeedManager_Cleanup) == 0x000001, "Wrong alignment on EOCommonPlayerSpeedManager_Cleanup"); \ static_assert(sizeof(EOCommonPlayerSpeedManager_Cleanup) == 0x000001, "Wrong size on EOCommonPlayerSpeedManager_Cleanup"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_Cleanup, bIsShuttingDown) == 0x000000, "Member 'EOCommonPlayerSpeedManager_Cleanup::bIsShuttingDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonPlayerSpeedManager_GetDefaultMaxSpeed \ static_assert(alignof(EOCommonPlayerSpeedManager_GetDefaultMaxSpeed) == 0x000004, "Wrong alignment on EOCommonPlayerSpeedManager_GetDefaultMaxSpeed"); \ static_assert(sizeof(EOCommonPlayerSpeedManager_GetDefaultMaxSpeed) == 0x000004, "Wrong size on EOCommonPlayerSpeedManager_GetDefaultMaxSpeed"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_GetDefaultMaxSpeed, ReturnValue) == 0x000000, "Member 'EOCommonPlayerSpeedManager_GetDefaultMaxSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonPlayerSpeedManager_OnCheckpointPostLevelLoadRegisteredObjects \ static_assert(alignof(EOCommonPlayerSpeedManager_OnCheckpointPostLevelLoadRegisteredObjects) == 0x000008, "Wrong alignment on EOCommonPlayerSpeedManager_OnCheckpointPostLevelLoadRegisteredObjects"); \ static_assert(sizeof(EOCommonPlayerSpeedManager_OnCheckpointPostLevelLoadRegisteredObjects) == 0x000010, "Wrong size on EOCommonPlayerSpeedManager_OnCheckpointPostLevelLoadRegisteredObjects"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_OnCheckpointPostLevelLoadRegisteredObjects, Sender) == 0x000000, "Member 'EOCommonPlayerSpeedManager_OnCheckpointPostLevelLoadRegisteredObjects::Sender' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_OnCheckpointPostLevelLoadRegisteredObjects, Event) == 0x000008, "Member 'EOCommonPlayerSpeedManager_OnCheckpointPostLevelLoadRegisteredObjects::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonPlayerSpeedManager_OnCheckpointSaveBegin \ static_assert(alignof(EOCommonPlayerSpeedManager_OnCheckpointSaveBegin) == 0x000008, "Wrong alignment on EOCommonPlayerSpeedManager_OnCheckpointSaveBegin"); \ static_assert(sizeof(EOCommonPlayerSpeedManager_OnCheckpointSaveBegin) == 0x000010, "Wrong size on EOCommonPlayerSpeedManager_OnCheckpointSaveBegin"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_OnCheckpointSaveBegin, Sender) == 0x000000, "Member 'EOCommonPlayerSpeedManager_OnCheckpointSaveBegin::Sender' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_OnCheckpointSaveBegin, Event) == 0x000008, "Member 'EOCommonPlayerSpeedManager_OnCheckpointSaveBegin::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonPlayerSpeedManager_OnCheckpointSaveFinished \ static_assert(alignof(EOCommonPlayerSpeedManager_OnCheckpointSaveFinished) == 0x000008, "Wrong alignment on EOCommonPlayerSpeedManager_OnCheckpointSaveFinished"); \ static_assert(sizeof(EOCommonPlayerSpeedManager_OnCheckpointSaveFinished) == 0x000010, "Wrong size on EOCommonPlayerSpeedManager_OnCheckpointSaveFinished"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_OnCheckpointSaveFinished, Sender) == 0x000000, "Member 'EOCommonPlayerSpeedManager_OnCheckpointSaveFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_OnCheckpointSaveFinished, Event) == 0x000008, "Member 'EOCommonPlayerSpeedManager_OnCheckpointSaveFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonPlayerSpeedManager_IsInitialized \ static_assert(alignof(EOCommonPlayerSpeedManager_IsInitialized) == 0x000001, "Wrong alignment on EOCommonPlayerSpeedManager_IsInitialized"); \ static_assert(sizeof(EOCommonPlayerSpeedManager_IsInitialized) == 0x000001, "Wrong size on EOCommonPlayerSpeedManager_IsInitialized"); \ static_assert(offsetof(EOCommonPlayerSpeedManager_IsInitialized, ReturnValue) == 0x000000, "Member 'EOCommonPlayerSpeedManager_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonPlayerSpeedManager \ static_assert(alignof(UEOCommonPlayerSpeedManager) == 0x000008, "Wrong alignment on UEOCommonPlayerSpeedManager"); \ static_assert(sizeof(UEOCommonPlayerSpeedManager) == 0x000540, "Wrong size on UEOCommonPlayerSpeedManager"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, PlayerSpeedGameplayEffectClass) == 0x000038, "Member 'UEOCommonPlayerSpeedManager::PlayerSpeedGameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, PlayerSpeedRecoverGameplayEffectClass) == 0x000040, "Member 'UEOCommonPlayerSpeedManager::PlayerSpeedRecoverGameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, DefaultMaxMoveSpeedOverrideGameplayEffectClass) == 0x000048, "Member 'UEOCommonPlayerSpeedManager::DefaultMaxMoveSpeedOverrideGameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, DefaultMoveSpeedOverrideGameplayEffectClass) == 0x000050, "Member 'UEOCommonPlayerSpeedManager::DefaultMoveSpeedOverrideGameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, MoveSpeedAttribute) == 0x000058, "Member 'UEOCommonPlayerSpeedManager::MoveSpeedAttribute' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, MaxMoveSpeedAttribute) == 0x000090, "Member 'UEOCommonPlayerSpeedManager::MaxMoveSpeedAttribute' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, DefaultMaxMoveSpeedAttribute) == 0x0000C8, "Member 'UEOCommonPlayerSpeedManager::DefaultMaxMoveSpeedAttribute' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, MoveSpeedSetByCallerTag) == 0x000100, "Member 'UEOCommonPlayerSpeedManager::MoveSpeedSetByCallerTag' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, MoveSpeedRateSetByCallerTag) == 0x000108, "Member 'UEOCommonPlayerSpeedManager::MoveSpeedRateSetByCallerTag' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, MaxMoveSpeedSetByCallerTag) == 0x000110, "Member 'UEOCommonPlayerSpeedManager::MaxMoveSpeedSetByCallerTag' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, MoveSpeedRecoveryRateSetByCallerTag) == 0x000118, "Member 'UEOCommonPlayerSpeedManager::MoveSpeedRecoveryRateSetByCallerTag' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, DefaultMaxMoveSpeedOverrideTag) == 0x000120, "Member 'UEOCommonPlayerSpeedManager::DefaultMaxMoveSpeedOverrideTag' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, SprintScaleAttribute) == 0x000128, "Member 'UEOCommonPlayerSpeedManager::SprintScaleAttribute' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, MaxSprintScaleAttribute) == 0x000160, "Member 'UEOCommonPlayerSpeedManager::MaxSprintScaleAttribute' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, DefaultSprintScaleSpeedAttribute) == 0x000198, "Member 'UEOCommonPlayerSpeedManager::DefaultSprintScaleSpeedAttribute' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, SprintScaleSetByCallerTag) == 0x0001D0, "Member 'UEOCommonPlayerSpeedManager::SprintScaleSetByCallerTag' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, SprintScaledRateSetByCallerTag) == 0x0001D8, "Member 'UEOCommonPlayerSpeedManager::SprintScaledRateSetByCallerTag' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, MaxSprintScaleSetByCallerTag) == 0x0001E0, "Member 'UEOCommonPlayerSpeedManager::MaxSprintScaleSetByCallerTag' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, SprintScaleRecoveryRateSetByCallerTag) == 0x0001E8, "Member 'UEOCommonPlayerSpeedManager::SprintScaleRecoveryRateSetByCallerTag' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, CurrentPlayerSpeed) == 0x0001F0, "Member 'UEOCommonPlayerSpeedManager::CurrentPlayerSpeed' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, PlayerSpeedStack) == 0x0002E8, "Member 'UEOCommonPlayerSpeedManager::PlayerSpeedStack' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, PrioritizedPlayerSpeedStack) == 0x0002F8, "Member 'UEOCommonPlayerSpeedManager::PrioritizedPlayerSpeedStack' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, SavedCurrentPlayerSpeed) == 0x000348, "Member 'UEOCommonPlayerSpeedManager::SavedCurrentPlayerSpeed' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, SavedPlayerSpeedStack) == 0x000440, "Member 'UEOCommonPlayerSpeedManager::SavedPlayerSpeedStack' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, SavedPrioritizedPlayerSpeedStack) == 0x000450, "Member 'UEOCommonPlayerSpeedManager::SavedPrioritizedPlayerSpeedStack' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, PlayerSpeedManagerEnabled) == 0x0004A3, "Member 'UEOCommonPlayerSpeedManager::PlayerSpeedManagerEnabled' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, CachedPlayerAbilitySystemComponent) == 0x0004A8, "Member 'UEOCommonPlayerSpeedManager::CachedPlayerAbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(UEOCommonPlayerSpeedManager, OnPlayerSpeedChangedEvent) == 0x0004B0, "Member 'UEOCommonPlayerSpeedManager::OnPlayerSpeedChangedEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonPrioritizedAudioComponent \ static_assert(alignof(UEOCommonPrioritizedAudioComponent) == 0x000010, "Wrong alignment on UEOCommonPrioritizedAudioComponent"); \ static_assert(sizeof(UEOCommonPrioritizedAudioComponent) == 0x000870, "Wrong size on UEOCommonPrioritizedAudioComponent"); \ #define DUMPER7_ASSERTS_UEOCommonRelocatorChildActorComponent \ static_assert(alignof(UEOCommonRelocatorChildActorComponent) == 0x000010, "Wrong alignment on UEOCommonRelocatorChildActorComponent"); \ static_assert(sizeof(UEOCommonRelocatorChildActorComponent) == 0x000260, "Wrong size on UEOCommonRelocatorChildActorComponent"); \ #define DUMPER7_ASSERTS_AEOCommonRelocatorStandIn \ static_assert(alignof(AEOCommonRelocatorStandIn) == 0x000008, "Wrong alignment on AEOCommonRelocatorStandIn"); \ static_assert(sizeof(AEOCommonRelocatorStandIn) == 0x000258, "Wrong size on AEOCommonRelocatorStandIn"); \ #define DUMPER7_ASSERTS_UEOCommonSettingOverrideComponent \ static_assert(alignof(UEOCommonSettingOverrideComponent) == 0x000008, "Wrong alignment on UEOCommonSettingOverrideComponent"); \ static_assert(sizeof(UEOCommonSettingOverrideComponent) == 0x0000C8, "Wrong size on UEOCommonSettingOverrideComponent"); \ static_assert(offsetof(UEOCommonSettingOverrideComponent, Settings) == 0x0000B8, "Member 'UEOCommonSettingOverrideComponent::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonSettingOverrideMotionBlur \ static_assert(alignof(UEOCommonSettingOverrideMotionBlur) == 0x000008, "Wrong alignment on UEOCommonSettingOverrideMotionBlur"); \ static_assert(sizeof(UEOCommonSettingOverrideMotionBlur) == 0x000048, "Wrong size on UEOCommonSettingOverrideMotionBlur"); \ static_assert(offsetof(UEOCommonSettingOverrideMotionBlur, bMotionBlurEnabled) == 0x000030, "Member 'UEOCommonSettingOverrideMotionBlur::bMotionBlurEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonSettings \ static_assert(alignof(UEOCommonSettings) == 0x000008, "Wrong alignment on UEOCommonSettings"); \ static_assert(sizeof(UEOCommonSettings) == 0x000058, "Wrong size on UEOCommonSettings"); \ static_assert(offsetof(UEOCommonSettings, Achievements) == 0x000028, "Member 'UEOCommonSettings::Achievements' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSettings, Stats) == 0x000038, "Member 'UEOCommonSettings::Stats' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSettings, Activities) == 0x000048, "Member 'UEOCommonSettings::Activities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonSyncedSettings \ static_assert(alignof(UEOCommonSyncedSettings) == 0x000008, "Wrong alignment on UEOCommonSyncedSettings"); \ static_assert(sizeof(UEOCommonSyncedSettings) == 0x000030, "Wrong size on UEOCommonSyncedSettings"); \ static_assert(offsetof(UEOCommonSyncedSettings, ActiveCheckpointSlotID) == 0x000028, "Member 'UEOCommonSyncedSettings::ActiveCheckpointSlotID' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSyncedSettings, Version) == 0x00002C, "Member 'UEOCommonSyncedSettings::Version' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonSyncedSettingsManager_OnUserGameSettingsSaveEvent \ static_assert(alignof(EOCommonSyncedSettingsManager_OnUserGameSettingsSaveEvent) == 0x000008, "Wrong alignment on EOCommonSyncedSettingsManager_OnUserGameSettingsSaveEvent"); \ static_assert(sizeof(EOCommonSyncedSettingsManager_OnUserGameSettingsSaveEvent) == 0x000010, "Wrong size on EOCommonSyncedSettingsManager_OnUserGameSettingsSaveEvent"); \ static_assert(offsetof(EOCommonSyncedSettingsManager_OnUserGameSettingsSaveEvent, Sender) == 0x000000, "Member 'EOCommonSyncedSettingsManager_OnUserGameSettingsSaveEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOCommonSyncedSettingsManager_OnUserGameSettingsSaveEvent, Event) == 0x000008, "Member 'EOCommonSyncedSettingsManager_OnUserGameSettingsSaveEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonSyncedSettingsManager_SetActiveCheckpointSlotID \ static_assert(alignof(EOCommonSyncedSettingsManager_SetActiveCheckpointSlotID) == 0x000004, "Wrong alignment on EOCommonSyncedSettingsManager_SetActiveCheckpointSlotID"); \ static_assert(sizeof(EOCommonSyncedSettingsManager_SetActiveCheckpointSlotID) == 0x000004, "Wrong size on EOCommonSyncedSettingsManager_SetActiveCheckpointSlotID"); \ static_assert(offsetof(EOCommonSyncedSettingsManager_SetActiveCheckpointSlotID, NewSlot) == 0x000000, "Member 'EOCommonSyncedSettingsManager_SetActiveCheckpointSlotID::NewSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCommonSyncedSettingsManager_GetActiveCheckpointSlotID \ static_assert(alignof(EOCommonSyncedSettingsManager_GetActiveCheckpointSlotID) == 0x000004, "Wrong alignment on EOCommonSyncedSettingsManager_GetActiveCheckpointSlotID"); \ static_assert(sizeof(EOCommonSyncedSettingsManager_GetActiveCheckpointSlotID) == 0x000004, "Wrong size on EOCommonSyncedSettingsManager_GetActiveCheckpointSlotID"); \ static_assert(offsetof(EOCommonSyncedSettingsManager_GetActiveCheckpointSlotID, ReturnValue) == 0x000000, "Member 'EOCommonSyncedSettingsManager_GetActiveCheckpointSlotID::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCommonSyncedSettingsManager \ static_assert(alignof(UEOCommonSyncedSettingsManager) == 0x000008, "Wrong alignment on UEOCommonSyncedSettingsManager"); \ static_assert(sizeof(UEOCommonSyncedSettingsManager) == 0x000050, "Wrong size on UEOCommonSyncedSettingsManager"); \ static_assert(offsetof(UEOCommonSyncedSettingsManager, SyncedSettings) == 0x000030, "Member 'UEOCommonSyncedSettingsManager::SyncedSettings' has a wrong offset!"); \ static_assert(offsetof(UEOCommonSyncedSettingsManager, CachedGameUserSettings) == 0x000038, "Member 'UEOCommonSyncedSettingsManager::CachedGameUserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EODamageable_Damaged \ static_assert(alignof(EODamageable_Damaged) == 0x000008, "Wrong alignment on EODamageable_Damaged"); \ static_assert(sizeof(EODamageable_Damaged) == 0x000010, "Wrong size on EODamageable_Damaged"); \ static_assert(offsetof(EODamageable_Damaged, DamageInstigator) == 0x000000, "Member 'EODamageable_Damaged::DamageInstigator' has a wrong offset!"); \ static_assert(offsetof(EODamageable_Damaged, DamageAmount) == 0x000008, "Member 'EODamageable_Damaged::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EODamageable_Killed \ static_assert(alignof(EODamageable_Killed) == 0x000008, "Wrong alignment on EODamageable_Killed"); \ static_assert(sizeof(EODamageable_Killed) == 0x000010, "Wrong size on EODamageable_Killed"); \ static_assert(offsetof(EODamageable_Killed, Killer) == 0x000000, "Member 'EODamageable_Killed::Killer' has a wrong offset!"); \ static_assert(offsetof(EODamageable_Killed, DamageAmount) == 0x000008, "Member 'EODamageable_Killed::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EODamageable_PostKilled \ static_assert(alignof(EODamageable_PostKilled) == 0x000008, "Wrong alignment on EODamageable_PostKilled"); \ static_assert(sizeof(EODamageable_PostKilled) == 0x000010, "Wrong size on EODamageable_PostKilled"); \ static_assert(offsetof(EODamageable_PostKilled, Killer) == 0x000000, "Member 'EODamageable_PostKilled::Killer' has a wrong offset!"); \ static_assert(offsetof(EODamageable_PostKilled, DamageAmount) == 0x000008, "Member 'EODamageable_PostKilled::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEODamageable \ static_assert(alignof(IEODamageable) == 0x000001, "Wrong alignment on IEODamageable"); \ static_assert(sizeof(IEODamageable) == 0x000001, "Wrong size on IEODamageable"); \ #define DUMPER7_ASSERTS_UEODamageExecCalculation \ static_assert(alignof(UEODamageExecCalculation) == 0x000008, "Wrong alignment on UEODamageExecCalculation"); \ static_assert(sizeof(UEODamageExecCalculation) == 0x000040, "Wrong size on UEODamageExecCalculation"); \ #define DUMPER7_ASSERTS_UEOExtendedPhysicalMaterialUtils \ static_assert(alignof(UEOExtendedPhysicalMaterialUtils) == 0x000008, "Wrong alignment on UEOExtendedPhysicalMaterialUtils"); \ static_assert(sizeof(UEOExtendedPhysicalMaterialUtils) == 0x000028, "Wrong size on UEOExtendedPhysicalMaterialUtils"); \ #define DUMPER7_ASSERTS_EOExtendedPhysicalMaterial_GetFootprintResult \ static_assert(alignof(EOExtendedPhysicalMaterial_GetFootprintResult) == 0x000008, "Wrong alignment on EOExtendedPhysicalMaterial_GetFootprintResult"); \ static_assert(sizeof(EOExtendedPhysicalMaterial_GetFootprintResult) == 0x000050, "Wrong size on EOExtendedPhysicalMaterial_GetFootprintResult"); \ static_assert(offsetof(EOExtendedPhysicalMaterial_GetFootprintResult, OverrideType) == 0x000000, "Member 'EOExtendedPhysicalMaterial_GetFootprintResult::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOExtendedPhysicalMaterial_GetFootprintResult, ReturnValue) == 0x000008, "Member 'EOExtendedPhysicalMaterial_GetFootprintResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOExtendedPhysicalMaterial_GetFootstepResult \ static_assert(alignof(EOExtendedPhysicalMaterial_GetFootstepResult) == 0x000008, "Wrong alignment on EOExtendedPhysicalMaterial_GetFootstepResult"); \ static_assert(sizeof(EOExtendedPhysicalMaterial_GetFootstepResult) == 0x000038, "Wrong size on EOExtendedPhysicalMaterial_GetFootstepResult"); \ static_assert(offsetof(EOExtendedPhysicalMaterial_GetFootstepResult, MoveType) == 0x000000, "Member 'EOExtendedPhysicalMaterial_GetFootstepResult::MoveType' has a wrong offset!"); \ static_assert(offsetof(EOExtendedPhysicalMaterial_GetFootstepResult, OverrideType) == 0x000008, "Member 'EOExtendedPhysicalMaterial_GetFootstepResult::OverrideType' has a wrong offset!"); \ static_assert(offsetof(EOExtendedPhysicalMaterial_GetFootstepResult, ReturnValue) == 0x000010, "Member 'EOExtendedPhysicalMaterial_GetFootstepResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOExtendedPhysicalMaterial \ static_assert(alignof(UEOExtendedPhysicalMaterial) == 0x000008, "Wrong alignment on UEOExtendedPhysicalMaterial"); \ static_assert(sizeof(UEOExtendedPhysicalMaterial) == 0x0001B8, "Wrong size on UEOExtendedPhysicalMaterial"); \ static_assert(offsetof(UEOExtendedPhysicalMaterial, FootstepMap) == 0x000080, "Member 'UEOExtendedPhysicalMaterial::FootstepMap' has a wrong offset!"); \ static_assert(offsetof(UEOExtendedPhysicalMaterial, FootstepOverrideMap) == 0x0000D0, "Member 'UEOExtendedPhysicalMaterial::FootstepOverrideMap' has a wrong offset!"); \ static_assert(offsetof(UEOExtendedPhysicalMaterial, FootPrint) == 0x000120, "Member 'UEOExtendedPhysicalMaterial::FootPrint' has a wrong offset!"); \ static_assert(offsetof(UEOExtendedPhysicalMaterial, FootPrintOverrideMap) == 0x000168, "Member 'UEOExtendedPhysicalMaterial::FootPrintOverrideMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameplayAbilityTickable_K2_OnAbilityTick \ static_assert(alignof(EOGameplayAbilityTickable_K2_OnAbilityTick) == 0x000004, "Wrong alignment on EOGameplayAbilityTickable_K2_OnAbilityTick"); \ static_assert(sizeof(EOGameplayAbilityTickable_K2_OnAbilityTick) == 0x000004, "Wrong size on EOGameplayAbilityTickable_K2_OnAbilityTick"); \ static_assert(offsetof(EOGameplayAbilityTickable_K2_OnAbilityTick, DeltaTime) == 0x000000, "Member 'EOGameplayAbilityTickable_K2_OnAbilityTick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGameplayAbilityTickable \ static_assert(alignof(UEOGameplayAbilityTickable) == 0x000008, "Wrong alignment on UEOGameplayAbilityTickable"); \ static_assert(sizeof(UEOGameplayAbilityTickable) == 0x0003D8, "Wrong size on UEOGameplayAbilityTickable"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyAudioVolumesToWorld \ static_assert(alignof(EOGameUserSettings_ApplyAudioVolumesToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyAudioVolumesToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyAudioVolumesToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyAudioVolumesToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyAudioVolumesToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyAudioVolumesToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyAudioVolumesToWorld, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_ApplyAudioVolumesToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyDisableDefaultCrosshair \ static_assert(alignof(EOGameUserSettings_ApplyDisableDefaultCrosshair) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyDisableDefaultCrosshair"); \ static_assert(sizeof(EOGameUserSettings_ApplyDisableDefaultCrosshair) == 0x000002, "Wrong size on EOGameUserSettings_ApplyDisableDefaultCrosshair"); \ static_assert(offsetof(EOGameUserSettings_ApplyDisableDefaultCrosshair, bForce) == 0x000000, "Member 'EOGameUserSettings_ApplyDisableDefaultCrosshair::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyDisableDefaultCrosshair, ReturnValue) == 0x000001, "Member 'EOGameUserSettings_ApplyDisableDefaultCrosshair::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyDisableDefaultCrosshairToWorld \ static_assert(alignof(EOGameUserSettings_ApplyDisableDefaultCrosshairToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyDisableDefaultCrosshairToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyDisableDefaultCrosshairToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyDisableDefaultCrosshairToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyDisableDefaultCrosshairToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyDisableDefaultCrosshairToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyDisableDefaultCrosshairToWorld, bForce) == 0x000008, "Member 'EOGameUserSettings_ApplyDisableDefaultCrosshairToWorld::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyDisableDefaultCrosshairToWorld, ReturnValue) == 0x000009, "Member 'EOGameUserSettings_ApplyDisableDefaultCrosshairToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyForceFeedbackScale \ static_assert(alignof(EOGameUserSettings_ApplyForceFeedbackScale) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyForceFeedbackScale"); \ static_assert(sizeof(EOGameUserSettings_ApplyForceFeedbackScale) == 0x000002, "Wrong size on EOGameUserSettings_ApplyForceFeedbackScale"); \ static_assert(offsetof(EOGameUserSettings_ApplyForceFeedbackScale, bForce) == 0x000000, "Member 'EOGameUserSettings_ApplyForceFeedbackScale::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyForceFeedbackScale, ReturnValue) == 0x000001, "Member 'EOGameUserSettings_ApplyForceFeedbackScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyForceFeedbackScaleToWorld \ static_assert(alignof(EOGameUserSettings_ApplyForceFeedbackScaleToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyForceFeedbackScaleToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyForceFeedbackScaleToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyForceFeedbackScaleToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyForceFeedbackScaleToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyForceFeedbackScaleToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyForceFeedbackScaleToWorld, bForce) == 0x000008, "Member 'EOGameUserSettings_ApplyForceFeedbackScaleToWorld::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyForceFeedbackScaleToWorld, ReturnValue) == 0x000009, "Member 'EOGameUserSettings_ApplyForceFeedbackScaleToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyGamepadSpeakerVolume \ static_assert(alignof(EOGameUserSettings_ApplyGamepadSpeakerVolume) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyGamepadSpeakerVolume"); \ static_assert(sizeof(EOGameUserSettings_ApplyGamepadSpeakerVolume) == 0x000002, "Wrong size on EOGameUserSettings_ApplyGamepadSpeakerVolume"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadSpeakerVolume, bForce) == 0x000000, "Member 'EOGameUserSettings_ApplyGamepadSpeakerVolume::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadSpeakerVolume, ReturnValue) == 0x000001, "Member 'EOGameUserSettings_ApplyGamepadSpeakerVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyGamepadSpeakerVolumeToWorld \ static_assert(alignof(EOGameUserSettings_ApplyGamepadSpeakerVolumeToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyGamepadSpeakerVolumeToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyGamepadSpeakerVolumeToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyGamepadSpeakerVolumeToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadSpeakerVolumeToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyGamepadSpeakerVolumeToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadSpeakerVolumeToWorld, bForce) == 0x000008, "Member 'EOGameUserSettings_ApplyGamepadSpeakerVolumeToWorld::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadSpeakerVolumeToWorld, ReturnValue) == 0x000009, "Member 'EOGameUserSettings_ApplyGamepadSpeakerVolumeToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyGamepadXSensitivity \ static_assert(alignof(EOGameUserSettings_ApplyGamepadXSensitivity) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyGamepadXSensitivity"); \ static_assert(sizeof(EOGameUserSettings_ApplyGamepadXSensitivity) == 0x000002, "Wrong size on EOGameUserSettings_ApplyGamepadXSensitivity"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadXSensitivity, bForce) == 0x000000, "Member 'EOGameUserSettings_ApplyGamepadXSensitivity::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadXSensitivity, ReturnValue) == 0x000001, "Member 'EOGameUserSettings_ApplyGamepadXSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyGamepadXSensitivityToWorld \ static_assert(alignof(EOGameUserSettings_ApplyGamepadXSensitivityToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyGamepadXSensitivityToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyGamepadXSensitivityToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyGamepadXSensitivityToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadXSensitivityToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyGamepadXSensitivityToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadXSensitivityToWorld, bForce) == 0x000008, "Member 'EOGameUserSettings_ApplyGamepadXSensitivityToWorld::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadXSensitivityToWorld, ReturnValue) == 0x000009, "Member 'EOGameUserSettings_ApplyGamepadXSensitivityToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyGamepadYSensitivity \ static_assert(alignof(EOGameUserSettings_ApplyGamepadYSensitivity) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyGamepadYSensitivity"); \ static_assert(sizeof(EOGameUserSettings_ApplyGamepadYSensitivity) == 0x000002, "Wrong size on EOGameUserSettings_ApplyGamepadYSensitivity"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadYSensitivity, bForce) == 0x000000, "Member 'EOGameUserSettings_ApplyGamepadYSensitivity::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadYSensitivity, ReturnValue) == 0x000001, "Member 'EOGameUserSettings_ApplyGamepadYSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyGamepadYSensitivityToWorld \ static_assert(alignof(EOGameUserSettings_ApplyGamepadYSensitivityToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyGamepadYSensitivityToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyGamepadYSensitivityToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyGamepadYSensitivityToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadYSensitivityToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyGamepadYSensitivityToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadYSensitivityToWorld, bForce) == 0x000008, "Member 'EOGameUserSettings_ApplyGamepadYSensitivityToWorld::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyGamepadYSensitivityToWorld, ReturnValue) == 0x000009, "Member 'EOGameUserSettings_ApplyGamepadYSensitivityToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyGammaDirect \ static_assert(alignof(EOGameUserSettings_ApplyGammaDirect) == 0x000004, "Wrong alignment on EOGameUserSettings_ApplyGammaDirect"); \ static_assert(sizeof(EOGameUserSettings_ApplyGammaDirect) == 0x000004, "Wrong size on EOGameUserSettings_ApplyGammaDirect"); \ static_assert(offsetof(EOGameUserSettings_ApplyGammaDirect, NewValue) == 0x000000, "Member 'EOGameUserSettings_ApplyGammaDirect::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyHDRDisplayOutput \ static_assert(alignof(EOGameUserSettings_ApplyHDRDisplayOutput) == 0x000004, "Wrong alignment on EOGameUserSettings_ApplyHDRDisplayOutput"); \ static_assert(sizeof(EOGameUserSettings_ApplyHDRDisplayOutput) == 0x00000C, "Wrong size on EOGameUserSettings_ApplyHDRDisplayOutput"); \ static_assert(offsetof(EOGameUserSettings_ApplyHDRDisplayOutput, bEnable) == 0x000000, "Member 'EOGameUserSettings_ApplyHDRDisplayOutput::bEnable' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyHDRDisplayOutput, DisplayNits) == 0x000004, "Member 'EOGameUserSettings_ApplyHDRDisplayOutput::DisplayNits' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyHDRDisplayOutput, bApplyResolutionSettings) == 0x000008, "Member 'EOGameUserSettings_ApplyHDRDisplayOutput::bApplyResolutionSettings' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyHDRDisplayOutput, ReturnValue) == 0x000009, "Member 'EOGameUserSettings_ApplyHDRDisplayOutput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyInvertLook \ static_assert(alignof(EOGameUserSettings_ApplyInvertLook) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyInvertLook"); \ static_assert(sizeof(EOGameUserSettings_ApplyInvertLook) == 0x000002, "Wrong size on EOGameUserSettings_ApplyInvertLook"); \ static_assert(offsetof(EOGameUserSettings_ApplyInvertLook, bForce) == 0x000000, "Member 'EOGameUserSettings_ApplyInvertLook::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyInvertLook, ReturnValue) == 0x000001, "Member 'EOGameUserSettings_ApplyInvertLook::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyInvertLookToWorld \ static_assert(alignof(EOGameUserSettings_ApplyInvertLookToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyInvertLookToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyInvertLookToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyInvertLookToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyInvertLookToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyInvertLookToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyInvertLookToWorld, bForce) == 0x000008, "Member 'EOGameUserSettings_ApplyInvertLookToWorld::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyInvertLookToWorld, ReturnValue) == 0x000009, "Member 'EOGameUserSettings_ApplyInvertLookToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyMasterVolume \ static_assert(alignof(EOGameUserSettings_ApplyMasterVolume) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyMasterVolume"); \ static_assert(sizeof(EOGameUserSettings_ApplyMasterVolume) == 0x000001, "Wrong size on EOGameUserSettings_ApplyMasterVolume"); \ static_assert(offsetof(EOGameUserSettings_ApplyMasterVolume, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_ApplyMasterVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyMasterVolumeToWorld \ static_assert(alignof(EOGameUserSettings_ApplyMasterVolumeToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyMasterVolumeToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyMasterVolumeToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyMasterVolumeToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyMasterVolumeToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyMasterVolumeToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyMasterVolumeToWorld, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_ApplyMasterVolumeToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyMouseXSensitivity \ static_assert(alignof(EOGameUserSettings_ApplyMouseXSensitivity) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyMouseXSensitivity"); \ static_assert(sizeof(EOGameUserSettings_ApplyMouseXSensitivity) == 0x000002, "Wrong size on EOGameUserSettings_ApplyMouseXSensitivity"); \ static_assert(offsetof(EOGameUserSettings_ApplyMouseXSensitivity, bForce) == 0x000000, "Member 'EOGameUserSettings_ApplyMouseXSensitivity::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyMouseXSensitivity, ReturnValue) == 0x000001, "Member 'EOGameUserSettings_ApplyMouseXSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyMouseXSensitivityToWorld \ static_assert(alignof(EOGameUserSettings_ApplyMouseXSensitivityToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyMouseXSensitivityToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyMouseXSensitivityToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyMouseXSensitivityToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyMouseXSensitivityToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyMouseXSensitivityToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyMouseXSensitivityToWorld, bForce) == 0x000008, "Member 'EOGameUserSettings_ApplyMouseXSensitivityToWorld::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyMouseXSensitivityToWorld, ReturnValue) == 0x000009, "Member 'EOGameUserSettings_ApplyMouseXSensitivityToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyMouseYSensitivity \ static_assert(alignof(EOGameUserSettings_ApplyMouseYSensitivity) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyMouseYSensitivity"); \ static_assert(sizeof(EOGameUserSettings_ApplyMouseYSensitivity) == 0x000002, "Wrong size on EOGameUserSettings_ApplyMouseYSensitivity"); \ static_assert(offsetof(EOGameUserSettings_ApplyMouseYSensitivity, bForce) == 0x000000, "Member 'EOGameUserSettings_ApplyMouseYSensitivity::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyMouseYSensitivity, ReturnValue) == 0x000001, "Member 'EOGameUserSettings_ApplyMouseYSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyMouseYSensitivityToWorld \ static_assert(alignof(EOGameUserSettings_ApplyMouseYSensitivityToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyMouseYSensitivityToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyMouseYSensitivityToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyMouseYSensitivityToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyMouseYSensitivityToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyMouseYSensitivityToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyMouseYSensitivityToWorld, bForce) == 0x000008, "Member 'EOGameUserSettings_ApplyMouseYSensitivityToWorld::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyMouseYSensitivityToWorld, ReturnValue) == 0x000009, "Member 'EOGameUserSettings_ApplyMouseYSensitivityToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyMusicVolume \ static_assert(alignof(EOGameUserSettings_ApplyMusicVolume) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyMusicVolume"); \ static_assert(sizeof(EOGameUserSettings_ApplyMusicVolume) == 0x000001, "Wrong size on EOGameUserSettings_ApplyMusicVolume"); \ static_assert(offsetof(EOGameUserSettings_ApplyMusicVolume, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_ApplyMusicVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyMusicVolumeToWorld \ static_assert(alignof(EOGameUserSettings_ApplyMusicVolumeToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyMusicVolumeToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyMusicVolumeToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyMusicVolumeToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyMusicVolumeToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyMusicVolumeToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyMusicVolumeToWorld, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_ApplyMusicVolumeToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyPostProcessColorGainScaleDirect \ static_assert(alignof(EOGameUserSettings_ApplyPostProcessColorGainScaleDirect) == 0x000004, "Wrong alignment on EOGameUserSettings_ApplyPostProcessColorGainScaleDirect"); \ static_assert(sizeof(EOGameUserSettings_ApplyPostProcessColorGainScaleDirect) == 0x000004, "Wrong size on EOGameUserSettings_ApplyPostProcessColorGainScaleDirect"); \ static_assert(offsetof(EOGameUserSettings_ApplyPostProcessColorGainScaleDirect, NewValue) == 0x000000, "Member 'EOGameUserSettings_ApplyPostProcessColorGainScaleDirect::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplySFXVolume \ static_assert(alignof(EOGameUserSettings_ApplySFXVolume) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplySFXVolume"); \ static_assert(sizeof(EOGameUserSettings_ApplySFXVolume) == 0x000001, "Wrong size on EOGameUserSettings_ApplySFXVolume"); \ static_assert(offsetof(EOGameUserSettings_ApplySFXVolume, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_ApplySFXVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplySFXVolumeToWorld \ static_assert(alignof(EOGameUserSettings_ApplySFXVolumeToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplySFXVolumeToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplySFXVolumeToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplySFXVolumeToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplySFXVolumeToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplySFXVolumeToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplySFXVolumeToWorld, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_ApplySFXVolumeToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplySmoothMouseDamping \ static_assert(alignof(EOGameUserSettings_ApplySmoothMouseDamping) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplySmoothMouseDamping"); \ static_assert(sizeof(EOGameUserSettings_ApplySmoothMouseDamping) == 0x000002, "Wrong size on EOGameUserSettings_ApplySmoothMouseDamping"); \ static_assert(offsetof(EOGameUserSettings_ApplySmoothMouseDamping, bForce) == 0x000000, "Member 'EOGameUserSettings_ApplySmoothMouseDamping::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplySmoothMouseDamping, ReturnValue) == 0x000001, "Member 'EOGameUserSettings_ApplySmoothMouseDamping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplySmoothMouseDampingToWorld \ static_assert(alignof(EOGameUserSettings_ApplySmoothMouseDampingToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplySmoothMouseDampingToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplySmoothMouseDampingToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplySmoothMouseDampingToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplySmoothMouseDampingToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplySmoothMouseDampingToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplySmoothMouseDampingToWorld, bForce) == 0x000008, "Member 'EOGameUserSettings_ApplySmoothMouseDampingToWorld::bForce' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplySmoothMouseDampingToWorld, ReturnValue) == 0x000009, "Member 'EOGameUserSettings_ApplySmoothMouseDampingToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyUIVolume \ static_assert(alignof(EOGameUserSettings_ApplyUIVolume) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyUIVolume"); \ static_assert(sizeof(EOGameUserSettings_ApplyUIVolume) == 0x000001, "Wrong size on EOGameUserSettings_ApplyUIVolume"); \ static_assert(offsetof(EOGameUserSettings_ApplyUIVolume, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_ApplyUIVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyUIVolumeToWorld \ static_assert(alignof(EOGameUserSettings_ApplyUIVolumeToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyUIVolumeToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyUIVolumeToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyUIVolumeToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyUIVolumeToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyUIVolumeToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyUIVolumeToWorld, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_ApplyUIVolumeToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyVOVolume \ static_assert(alignof(EOGameUserSettings_ApplyVOVolume) == 0x000001, "Wrong alignment on EOGameUserSettings_ApplyVOVolume"); \ static_assert(sizeof(EOGameUserSettings_ApplyVOVolume) == 0x000001, "Wrong size on EOGameUserSettings_ApplyVOVolume"); \ static_assert(offsetof(EOGameUserSettings_ApplyVOVolume, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_ApplyVOVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ApplyVOVolumeToWorld \ static_assert(alignof(EOGameUserSettings_ApplyVOVolumeToWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ApplyVOVolumeToWorld"); \ static_assert(sizeof(EOGameUserSettings_ApplyVOVolumeToWorld) == 0x000010, "Wrong size on EOGameUserSettings_ApplyVOVolumeToWorld"); \ static_assert(offsetof(EOGameUserSettings_ApplyVOVolumeToWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ApplyVOVolumeToWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_ApplyVOVolumeToWorld, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_ApplyVOVolumeToWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetAspectRatioConstraint \ static_assert(alignof(EOGameUserSettings_GetAspectRatioConstraint) == 0x000001, "Wrong alignment on EOGameUserSettings_GetAspectRatioConstraint"); \ static_assert(sizeof(EOGameUserSettings_GetAspectRatioConstraint) == 0x000001, "Wrong size on EOGameUserSettings_GetAspectRatioConstraint"); \ static_assert(offsetof(EOGameUserSettings_GetAspectRatioConstraint, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetAspectRatioConstraint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetAudioVibration \ static_assert(alignof(EOGameUserSettings_GetAudioVibration) == 0x000001, "Wrong alignment on EOGameUserSettings_GetAudioVibration"); \ static_assert(sizeof(EOGameUserSettings_GetAudioVibration) == 0x000001, "Wrong size on EOGameUserSettings_GetAudioVibration"); \ static_assert(offsetof(EOGameUserSettings_GetAudioVibration, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetAudioVibration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetColorVisionDeficiencyAmount \ static_assert(alignof(EOGameUserSettings_GetColorVisionDeficiencyAmount) == 0x000004, "Wrong alignment on EOGameUserSettings_GetColorVisionDeficiencyAmount"); \ static_assert(sizeof(EOGameUserSettings_GetColorVisionDeficiencyAmount) == 0x000004, "Wrong size on EOGameUserSettings_GetColorVisionDeficiencyAmount"); \ static_assert(offsetof(EOGameUserSettings_GetColorVisionDeficiencyAmount, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetColorVisionDeficiencyAmount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetColorVisionDeficiencyType \ static_assert(alignof(EOGameUserSettings_GetColorVisionDeficiencyType) == 0x000001, "Wrong alignment on EOGameUserSettings_GetColorVisionDeficiencyType"); \ static_assert(sizeof(EOGameUserSettings_GetColorVisionDeficiencyType) == 0x000001, "Wrong size on EOGameUserSettings_GetColorVisionDeficiencyType"); \ static_assert(offsetof(EOGameUserSettings_GetColorVisionDeficiencyType, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetColorVisionDeficiencyType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetDisableDefaultCrosshair \ static_assert(alignof(EOGameUserSettings_GetDisableDefaultCrosshair) == 0x000001, "Wrong alignment on EOGameUserSettings_GetDisableDefaultCrosshair"); \ static_assert(sizeof(EOGameUserSettings_GetDisableDefaultCrosshair) == 0x000001, "Wrong size on EOGameUserSettings_GetDisableDefaultCrosshair"); \ static_assert(offsetof(EOGameUserSettings_GetDisableDefaultCrosshair, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetDisableDefaultCrosshair::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetDisableMotionBlur \ static_assert(alignof(EOGameUserSettings_GetDisableMotionBlur) == 0x000001, "Wrong alignment on EOGameUserSettings_GetDisableMotionBlur"); \ static_assert(sizeof(EOGameUserSettings_GetDisableMotionBlur) == 0x000001, "Wrong size on EOGameUserSettings_GetDisableMotionBlur"); \ static_assert(offsetof(EOGameUserSettings_GetDisableMotionBlur, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetDisableMotionBlur::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetFidelityFXSuperResolutionQualityMode \ static_assert(alignof(EOGameUserSettings_GetFidelityFXSuperResolutionQualityMode) == 0x000004, "Wrong alignment on EOGameUserSettings_GetFidelityFXSuperResolutionQualityMode"); \ static_assert(sizeof(EOGameUserSettings_GetFidelityFXSuperResolutionQualityMode) == 0x000004, "Wrong size on EOGameUserSettings_GetFidelityFXSuperResolutionQualityMode"); \ static_assert(offsetof(EOGameUserSettings_GetFidelityFXSuperResolutionQualityMode, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetFidelityFXSuperResolutionQualityMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetForceFeedbackScale \ static_assert(alignof(EOGameUserSettings_GetForceFeedbackScale) == 0x000004, "Wrong alignment on EOGameUserSettings_GetForceFeedbackScale"); \ static_assert(sizeof(EOGameUserSettings_GetForceFeedbackScale) == 0x000004, "Wrong size on EOGameUserSettings_GetForceFeedbackScale"); \ static_assert(offsetof(EOGameUserSettings_GetForceFeedbackScale, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetForceFeedbackScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetGamepadSpeakerVolume \ static_assert(alignof(EOGameUserSettings_GetGamepadSpeakerVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_GetGamepadSpeakerVolume"); \ static_assert(sizeof(EOGameUserSettings_GetGamepadSpeakerVolume) == 0x000004, "Wrong size on EOGameUserSettings_GetGamepadSpeakerVolume"); \ static_assert(offsetof(EOGameUserSettings_GetGamepadSpeakerVolume, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetGamepadSpeakerVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetGamepadXSensitivity \ static_assert(alignof(EOGameUserSettings_GetGamepadXSensitivity) == 0x000004, "Wrong alignment on EOGameUserSettings_GetGamepadXSensitivity"); \ static_assert(sizeof(EOGameUserSettings_GetGamepadXSensitivity) == 0x000004, "Wrong size on EOGameUserSettings_GetGamepadXSensitivity"); \ static_assert(offsetof(EOGameUserSettings_GetGamepadXSensitivity, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetGamepadXSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetGamepadYSensitivity \ static_assert(alignof(EOGameUserSettings_GetGamepadYSensitivity) == 0x000004, "Wrong alignment on EOGameUserSettings_GetGamepadYSensitivity"); \ static_assert(sizeof(EOGameUserSettings_GetGamepadYSensitivity) == 0x000004, "Wrong size on EOGameUserSettings_GetGamepadYSensitivity"); \ static_assert(offsetof(EOGameUserSettings_GetGamepadYSensitivity, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetGamepadYSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetGamma \ static_assert(alignof(EOGameUserSettings_GetGamma) == 0x000004, "Wrong alignment on EOGameUserSettings_GetGamma"); \ static_assert(sizeof(EOGameUserSettings_GetGamma) == 0x000004, "Wrong size on EOGameUserSettings_GetGamma"); \ static_assert(offsetof(EOGameUserSettings_GetGamma, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetGamma::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetInvertLook \ static_assert(alignof(EOGameUserSettings_GetInvertLook) == 0x000001, "Wrong alignment on EOGameUserSettings_GetInvertLook"); \ static_assert(sizeof(EOGameUserSettings_GetInvertLook) == 0x000001, "Wrong size on EOGameUserSettings_GetInvertLook"); \ static_assert(offsetof(EOGameUserSettings_GetInvertLook, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetInvertLook::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetMasterVolume \ static_assert(alignof(EOGameUserSettings_GetMasterVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_GetMasterVolume"); \ static_assert(sizeof(EOGameUserSettings_GetMasterVolume) == 0x000004, "Wrong size on EOGameUserSettings_GetMasterVolume"); \ static_assert(offsetof(EOGameUserSettings_GetMasterVolume, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetMasterVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetMouseSmoothing \ static_assert(alignof(EOGameUserSettings_GetMouseSmoothing) == 0x000001, "Wrong alignment on EOGameUserSettings_GetMouseSmoothing"); \ static_assert(sizeof(EOGameUserSettings_GetMouseSmoothing) == 0x000001, "Wrong size on EOGameUserSettings_GetMouseSmoothing"); \ static_assert(offsetof(EOGameUserSettings_GetMouseSmoothing, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetMouseSmoothing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetMouseXSensitivity \ static_assert(alignof(EOGameUserSettings_GetMouseXSensitivity) == 0x000004, "Wrong alignment on EOGameUserSettings_GetMouseXSensitivity"); \ static_assert(sizeof(EOGameUserSettings_GetMouseXSensitivity) == 0x000004, "Wrong size on EOGameUserSettings_GetMouseXSensitivity"); \ static_assert(offsetof(EOGameUserSettings_GetMouseXSensitivity, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetMouseXSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetMouseYSensitivity \ static_assert(alignof(EOGameUserSettings_GetMouseYSensitivity) == 0x000004, "Wrong alignment on EOGameUserSettings_GetMouseYSensitivity"); \ static_assert(sizeof(EOGameUserSettings_GetMouseYSensitivity) == 0x000004, "Wrong size on EOGameUserSettings_GetMouseYSensitivity"); \ static_assert(offsetof(EOGameUserSettings_GetMouseYSensitivity, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetMouseYSensitivity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetMusicVolume \ static_assert(alignof(EOGameUserSettings_GetMusicVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_GetMusicVolume"); \ static_assert(sizeof(EOGameUserSettings_GetMusicVolume) == 0x000004, "Wrong size on EOGameUserSettings_GetMusicVolume"); \ static_assert(offsetof(EOGameUserSettings_GetMusicVolume, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetMusicVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetPostProcessColorGainScale \ static_assert(alignof(EOGameUserSettings_GetPostProcessColorGainScale) == 0x000004, "Wrong alignment on EOGameUserSettings_GetPostProcessColorGainScale"); \ static_assert(sizeof(EOGameUserSettings_GetPostProcessColorGainScale) == 0x000004, "Wrong size on EOGameUserSettings_GetPostProcessColorGainScale"); \ static_assert(offsetof(EOGameUserSettings_GetPostProcessColorGainScale, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetPostProcessColorGainScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark \ static_assert(alignof(EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark) == 0x000008, "Wrong alignment on EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark"); \ static_assert(sizeof(EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark) == 0x000060, "Wrong size on EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark"); \ static_assert(offsetof(EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark, WorkScale) == 0x000000, "Member 'EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark::WorkScale' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark, CPUMultiplier) == 0x000004, "Member 'EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark::CPUMultiplier' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark, GPUMultiplier) == 0x000008, "Member 'EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark::GPUMultiplier' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark, ReturnValue) == 0x000010, "Member 'EOGameUserSettings_GetQualitySettingsFromHardwareBenchmark::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetSFXVolume \ static_assert(alignof(EOGameUserSettings_GetSFXVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_GetSFXVolume"); \ static_assert(sizeof(EOGameUserSettings_GetSFXVolume) == 0x000004, "Wrong size on EOGameUserSettings_GetSFXVolume"); \ static_assert(offsetof(EOGameUserSettings_GetSFXVolume, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetSFXVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetSmoothMouseDamping \ static_assert(alignof(EOGameUserSettings_GetSmoothMouseDamping) == 0x000001, "Wrong alignment on EOGameUserSettings_GetSmoothMouseDamping"); \ static_assert(sizeof(EOGameUserSettings_GetSmoothMouseDamping) == 0x000001, "Wrong size on EOGameUserSettings_GetSmoothMouseDamping"); \ static_assert(offsetof(EOGameUserSettings_GetSmoothMouseDamping, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetSmoothMouseDamping::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetSubtitlesEnabled \ static_assert(alignof(EOGameUserSettings_GetSubtitlesEnabled) == 0x000001, "Wrong alignment on EOGameUserSettings_GetSubtitlesEnabled"); \ static_assert(sizeof(EOGameUserSettings_GetSubtitlesEnabled) == 0x000001, "Wrong size on EOGameUserSettings_GetSubtitlesEnabled"); \ static_assert(offsetof(EOGameUserSettings_GetSubtitlesEnabled, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetSubtitlesEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetUIVolume \ static_assert(alignof(EOGameUserSettings_GetUIVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_GetUIVolume"); \ static_assert(sizeof(EOGameUserSettings_GetUIVolume) == 0x000004, "Wrong size on EOGameUserSettings_GetUIVolume"); \ static_assert(offsetof(EOGameUserSettings_GetUIVolume, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetUIVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetVOVolume \ static_assert(alignof(EOGameUserSettings_GetVOVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_GetVOVolume"); \ static_assert(sizeof(EOGameUserSettings_GetVOVolume) == 0x000004, "Wrong size on EOGameUserSettings_GetVOVolume"); \ static_assert(offsetof(EOGameUserSettings_GetVOVolume, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetVOVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ResetMasterVolumeToCurrentSettingOfWorld \ static_assert(alignof(EOGameUserSettings_ResetMasterVolumeToCurrentSettingOfWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ResetMasterVolumeToCurrentSettingOfWorld"); \ static_assert(sizeof(EOGameUserSettings_ResetMasterVolumeToCurrentSettingOfWorld) == 0x000008, "Wrong size on EOGameUserSettings_ResetMasterVolumeToCurrentSettingOfWorld"); \ static_assert(offsetof(EOGameUserSettings_ResetMasterVolumeToCurrentSettingOfWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ResetMasterVolumeToCurrentSettingOfWorld::WorldObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ResetMusicVolumeToCurrentSettingOfWorld \ static_assert(alignof(EOGameUserSettings_ResetMusicVolumeToCurrentSettingOfWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ResetMusicVolumeToCurrentSettingOfWorld"); \ static_assert(sizeof(EOGameUserSettings_ResetMusicVolumeToCurrentSettingOfWorld) == 0x000008, "Wrong size on EOGameUserSettings_ResetMusicVolumeToCurrentSettingOfWorld"); \ static_assert(offsetof(EOGameUserSettings_ResetMusicVolumeToCurrentSettingOfWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ResetMusicVolumeToCurrentSettingOfWorld::WorldObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ResetSFXVolumeToCurrentSettingOfWorld \ static_assert(alignof(EOGameUserSettings_ResetSFXVolumeToCurrentSettingOfWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ResetSFXVolumeToCurrentSettingOfWorld"); \ static_assert(sizeof(EOGameUserSettings_ResetSFXVolumeToCurrentSettingOfWorld) == 0x000008, "Wrong size on EOGameUserSettings_ResetSFXVolumeToCurrentSettingOfWorld"); \ static_assert(offsetof(EOGameUserSettings_ResetSFXVolumeToCurrentSettingOfWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ResetSFXVolumeToCurrentSettingOfWorld::WorldObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ResetUIVolumeToCurrentSettingOfWorld \ static_assert(alignof(EOGameUserSettings_ResetUIVolumeToCurrentSettingOfWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ResetUIVolumeToCurrentSettingOfWorld"); \ static_assert(sizeof(EOGameUserSettings_ResetUIVolumeToCurrentSettingOfWorld) == 0x000008, "Wrong size on EOGameUserSettings_ResetUIVolumeToCurrentSettingOfWorld"); \ static_assert(offsetof(EOGameUserSettings_ResetUIVolumeToCurrentSettingOfWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ResetUIVolumeToCurrentSettingOfWorld::WorldObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ResetVOVolumeToCurrentSettingOfWorld \ static_assert(alignof(EOGameUserSettings_ResetVOVolumeToCurrentSettingOfWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_ResetVOVolumeToCurrentSettingOfWorld"); \ static_assert(sizeof(EOGameUserSettings_ResetVOVolumeToCurrentSettingOfWorld) == 0x000008, "Wrong size on EOGameUserSettings_ResetVOVolumeToCurrentSettingOfWorld"); \ static_assert(offsetof(EOGameUserSettings_ResetVOVolumeToCurrentSettingOfWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_ResetVOVolumeToCurrentSettingOfWorld::WorldObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetAspectRatioConstraint \ static_assert(alignof(EOGameUserSettings_SetAspectRatioConstraint) == 0x000001, "Wrong alignment on EOGameUserSettings_SetAspectRatioConstraint"); \ static_assert(sizeof(EOGameUserSettings_SetAspectRatioConstraint) == 0x000001, "Wrong size on EOGameUserSettings_SetAspectRatioConstraint"); \ static_assert(offsetof(EOGameUserSettings_SetAspectRatioConstraint, NewConstraint) == 0x000000, "Member 'EOGameUserSettings_SetAspectRatioConstraint::NewConstraint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetAudioVibration \ static_assert(alignof(EOGameUserSettings_SetAudioVibration) == 0x000001, "Wrong alignment on EOGameUserSettings_SetAudioVibration"); \ static_assert(sizeof(EOGameUserSettings_SetAudioVibration) == 0x000001, "Wrong size on EOGameUserSettings_SetAudioVibration"); \ static_assert(offsetof(EOGameUserSettings_SetAudioVibration, bEnable) == 0x000000, "Member 'EOGameUserSettings_SetAudioVibration::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetColorVisionDeficiencyAmount \ static_assert(alignof(EOGameUserSettings_SetColorVisionDeficiencyAmount) == 0x000004, "Wrong alignment on EOGameUserSettings_SetColorVisionDeficiencyAmount"); \ static_assert(sizeof(EOGameUserSettings_SetColorVisionDeficiencyAmount) == 0x000004, "Wrong size on EOGameUserSettings_SetColorVisionDeficiencyAmount"); \ static_assert(offsetof(EOGameUserSettings_SetColorVisionDeficiencyAmount, ColorBlindAmount) == 0x000000, "Member 'EOGameUserSettings_SetColorVisionDeficiencyAmount::ColorBlindAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetColorVisionDeficiencyType \ static_assert(alignof(EOGameUserSettings_SetColorVisionDeficiencyType) == 0x000001, "Wrong alignment on EOGameUserSettings_SetColorVisionDeficiencyType"); \ static_assert(sizeof(EOGameUserSettings_SetColorVisionDeficiencyType) == 0x000001, "Wrong size on EOGameUserSettings_SetColorVisionDeficiencyType"); \ static_assert(offsetof(EOGameUserSettings_SetColorVisionDeficiencyType, ColorBlindType) == 0x000000, "Member 'EOGameUserSettings_SetColorVisionDeficiencyType::ColorBlindType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetDisableDefaultCrosshair \ static_assert(alignof(EOGameUserSettings_SetDisableDefaultCrosshair) == 0x000001, "Wrong alignment on EOGameUserSettings_SetDisableDefaultCrosshair"); \ static_assert(sizeof(EOGameUserSettings_SetDisableDefaultCrosshair) == 0x000001, "Wrong size on EOGameUserSettings_SetDisableDefaultCrosshair"); \ static_assert(offsetof(EOGameUserSettings_SetDisableDefaultCrosshair, Disable) == 0x000000, "Member 'EOGameUserSettings_SetDisableDefaultCrosshair::Disable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetDisableMotionBlur \ static_assert(alignof(EOGameUserSettings_SetDisableMotionBlur) == 0x000001, "Wrong alignment on EOGameUserSettings_SetDisableMotionBlur"); \ static_assert(sizeof(EOGameUserSettings_SetDisableMotionBlur) == 0x000001, "Wrong size on EOGameUserSettings_SetDisableMotionBlur"); \ static_assert(offsetof(EOGameUserSettings_SetDisableMotionBlur, bIsDisabled) == 0x000000, "Member 'EOGameUserSettings_SetDisableMotionBlur::bIsDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetFidelityFXSuperResolutionQualityMode \ static_assert(alignof(EOGameUserSettings_SetFidelityFXSuperResolutionQualityMode) == 0x000004, "Wrong alignment on EOGameUserSettings_SetFidelityFXSuperResolutionQualityMode"); \ static_assert(sizeof(EOGameUserSettings_SetFidelityFXSuperResolutionQualityMode) == 0x000004, "Wrong size on EOGameUserSettings_SetFidelityFXSuperResolutionQualityMode"); \ static_assert(offsetof(EOGameUserSettings_SetFidelityFXSuperResolutionQualityMode, Mode) == 0x000000, "Member 'EOGameUserSettings_SetFidelityFXSuperResolutionQualityMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetForceFeedbackScale \ static_assert(alignof(EOGameUserSettings_SetForceFeedbackScale) == 0x000004, "Wrong alignment on EOGameUserSettings_SetForceFeedbackScale"); \ static_assert(sizeof(EOGameUserSettings_SetForceFeedbackScale) == 0x000004, "Wrong size on EOGameUserSettings_SetForceFeedbackScale"); \ static_assert(offsetof(EOGameUserSettings_SetForceFeedbackScale, NewScale) == 0x000000, "Member 'EOGameUserSettings_SetForceFeedbackScale::NewScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetGamepadSpeakerVolume \ static_assert(alignof(EOGameUserSettings_SetGamepadSpeakerVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_SetGamepadSpeakerVolume"); \ static_assert(sizeof(EOGameUserSettings_SetGamepadSpeakerVolume) == 0x000004, "Wrong size on EOGameUserSettings_SetGamepadSpeakerVolume"); \ static_assert(offsetof(EOGameUserSettings_SetGamepadSpeakerVolume, NewVolume) == 0x000000, "Member 'EOGameUserSettings_SetGamepadSpeakerVolume::NewVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetGamepadXSensitivity \ static_assert(alignof(EOGameUserSettings_SetGamepadXSensitivity) == 0x000004, "Wrong alignment on EOGameUserSettings_SetGamepadXSensitivity"); \ static_assert(sizeof(EOGameUserSettings_SetGamepadXSensitivity) == 0x000004, "Wrong size on EOGameUserSettings_SetGamepadXSensitivity"); \ static_assert(offsetof(EOGameUserSettings_SetGamepadXSensitivity, NewSensitivity) == 0x000000, "Member 'EOGameUserSettings_SetGamepadXSensitivity::NewSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetGamepadYSensitivity \ static_assert(alignof(EOGameUserSettings_SetGamepadYSensitivity) == 0x000004, "Wrong alignment on EOGameUserSettings_SetGamepadYSensitivity"); \ static_assert(sizeof(EOGameUserSettings_SetGamepadYSensitivity) == 0x000004, "Wrong size on EOGameUserSettings_SetGamepadYSensitivity"); \ static_assert(offsetof(EOGameUserSettings_SetGamepadYSensitivity, NewSensitivity) == 0x000000, "Member 'EOGameUserSettings_SetGamepadYSensitivity::NewSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetGamma \ static_assert(alignof(EOGameUserSettings_SetGamma) == 0x000004, "Wrong alignment on EOGameUserSettings_SetGamma"); \ static_assert(sizeof(EOGameUserSettings_SetGamma) == 0x000004, "Wrong size on EOGameUserSettings_SetGamma"); \ static_assert(offsetof(EOGameUserSettings_SetGamma, NewGamma) == 0x000000, "Member 'EOGameUserSettings_SetGamma::NewGamma' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetHasRanHardwareBenchmark \ static_assert(alignof(EOGameUserSettings_SetHasRanHardwareBenchmark) == 0x000001, "Wrong alignment on EOGameUserSettings_SetHasRanHardwareBenchmark"); \ static_assert(sizeof(EOGameUserSettings_SetHasRanHardwareBenchmark) == 0x000001, "Wrong size on EOGameUserSettings_SetHasRanHardwareBenchmark"); \ static_assert(offsetof(EOGameUserSettings_SetHasRanHardwareBenchmark, bRan) == 0x000000, "Member 'EOGameUserSettings_SetHasRanHardwareBenchmark::bRan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetHasRanInitialBrightnessScreen \ static_assert(alignof(EOGameUserSettings_SetHasRanInitialBrightnessScreen) == 0x000001, "Wrong alignment on EOGameUserSettings_SetHasRanInitialBrightnessScreen"); \ static_assert(sizeof(EOGameUserSettings_SetHasRanInitialBrightnessScreen) == 0x000001, "Wrong size on EOGameUserSettings_SetHasRanInitialBrightnessScreen"); \ static_assert(offsetof(EOGameUserSettings_SetHasRanInitialBrightnessScreen, bRan) == 0x000000, "Member 'EOGameUserSettings_SetHasRanInitialBrightnessScreen::bRan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetHDRDisplayOutputNits \ static_assert(alignof(EOGameUserSettings_SetHDRDisplayOutputNits) == 0x000004, "Wrong alignment on EOGameUserSettings_SetHDRDisplayOutputNits"); \ static_assert(sizeof(EOGameUserSettings_SetHDRDisplayOutputNits) == 0x000004, "Wrong size on EOGameUserSettings_SetHDRDisplayOutputNits"); \ static_assert(offsetof(EOGameUserSettings_SetHDRDisplayOutputNits, NewNit) == 0x000000, "Member 'EOGameUserSettings_SetHDRDisplayOutputNits::NewNit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetInvertLook \ static_assert(alignof(EOGameUserSettings_SetInvertLook) == 0x000001, "Wrong alignment on EOGameUserSettings_SetInvertLook"); \ static_assert(sizeof(EOGameUserSettings_SetInvertLook) == 0x000001, "Wrong size on EOGameUserSettings_SetInvertLook"); \ static_assert(offsetof(EOGameUserSettings_SetInvertLook, NewInvertLook) == 0x000000, "Member 'EOGameUserSettings_SetInvertLook::NewInvertLook' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetMasterVolume \ static_assert(alignof(EOGameUserSettings_SetMasterVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_SetMasterVolume"); \ static_assert(sizeof(EOGameUserSettings_SetMasterVolume) == 0x000004, "Wrong size on EOGameUserSettings_SetMasterVolume"); \ static_assert(offsetof(EOGameUserSettings_SetMasterVolume, Volume) == 0x000000, "Member 'EOGameUserSettings_SetMasterVolume::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetMouseSmoothing \ static_assert(alignof(EOGameUserSettings_SetMouseSmoothing) == 0x000001, "Wrong alignment on EOGameUserSettings_SetMouseSmoothing"); \ static_assert(sizeof(EOGameUserSettings_SetMouseSmoothing) == 0x000001, "Wrong size on EOGameUserSettings_SetMouseSmoothing"); \ static_assert(offsetof(EOGameUserSettings_SetMouseSmoothing, bEnable) == 0x000000, "Member 'EOGameUserSettings_SetMouseSmoothing::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetMouseXSensitivity \ static_assert(alignof(EOGameUserSettings_SetMouseXSensitivity) == 0x000004, "Wrong alignment on EOGameUserSettings_SetMouseXSensitivity"); \ static_assert(sizeof(EOGameUserSettings_SetMouseXSensitivity) == 0x000004, "Wrong size on EOGameUserSettings_SetMouseXSensitivity"); \ static_assert(offsetof(EOGameUserSettings_SetMouseXSensitivity, NewSensitivity) == 0x000000, "Member 'EOGameUserSettings_SetMouseXSensitivity::NewSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetMouseYSensitivity \ static_assert(alignof(EOGameUserSettings_SetMouseYSensitivity) == 0x000004, "Wrong alignment on EOGameUserSettings_SetMouseYSensitivity"); \ static_assert(sizeof(EOGameUserSettings_SetMouseYSensitivity) == 0x000004, "Wrong size on EOGameUserSettings_SetMouseYSensitivity"); \ static_assert(offsetof(EOGameUserSettings_SetMouseYSensitivity, NewSensitivity) == 0x000000, "Member 'EOGameUserSettings_SetMouseYSensitivity::NewSensitivity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetMusicVolume \ static_assert(alignof(EOGameUserSettings_SetMusicVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_SetMusicVolume"); \ static_assert(sizeof(EOGameUserSettings_SetMusicVolume) == 0x000004, "Wrong size on EOGameUserSettings_SetMusicVolume"); \ static_assert(offsetof(EOGameUserSettings_SetMusicVolume, Volume) == 0x000000, "Member 'EOGameUserSettings_SetMusicVolume::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetPostProcessColorGainScale \ static_assert(alignof(EOGameUserSettings_SetPostProcessColorGainScale) == 0x000004, "Wrong alignment on EOGameUserSettings_SetPostProcessColorGainScale"); \ static_assert(sizeof(EOGameUserSettings_SetPostProcessColorGainScale) == 0x000004, "Wrong size on EOGameUserSettings_SetPostProcessColorGainScale"); \ static_assert(offsetof(EOGameUserSettings_SetPostProcessColorGainScale, NewScale) == 0x000000, "Member 'EOGameUserSettings_SetPostProcessColorGainScale::NewScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetRequiresSaveDueToDirtyStartup \ static_assert(alignof(EOGameUserSettings_SetRequiresSaveDueToDirtyStartup) == 0x000008, "Wrong alignment on EOGameUserSettings_SetRequiresSaveDueToDirtyStartup"); \ static_assert(sizeof(EOGameUserSettings_SetRequiresSaveDueToDirtyStartup) == 0x000010, "Wrong size on EOGameUserSettings_SetRequiresSaveDueToDirtyStartup"); \ static_assert(offsetof(EOGameUserSettings_SetRequiresSaveDueToDirtyStartup, WorldContextObject) == 0x000000, "Member 'EOGameUserSettings_SetRequiresSaveDueToDirtyStartup::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_SetRequiresSaveDueToDirtyStartup, bRequireSave) == 0x000008, "Member 'EOGameUserSettings_SetRequiresSaveDueToDirtyStartup::bRequireSave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetResolutionGPUMultiplier \ static_assert(alignof(EOGameUserSettings_SetResolutionGPUMultiplier) == 0x000004, "Wrong alignment on EOGameUserSettings_SetResolutionGPUMultiplier"); \ static_assert(sizeof(EOGameUserSettings_SetResolutionGPUMultiplier) == 0x000004, "Wrong size on EOGameUserSettings_SetResolutionGPUMultiplier"); \ static_assert(offsetof(EOGameUserSettings_SetResolutionGPUMultiplier, Multiplier) == 0x000000, "Member 'EOGameUserSettings_SetResolutionGPUMultiplier::Multiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetSFXVolume \ static_assert(alignof(EOGameUserSettings_SetSFXVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_SetSFXVolume"); \ static_assert(sizeof(EOGameUserSettings_SetSFXVolume) == 0x000004, "Wrong size on EOGameUserSettings_SetSFXVolume"); \ static_assert(offsetof(EOGameUserSettings_SetSFXVolume, Volume) == 0x000000, "Member 'EOGameUserSettings_SetSFXVolume::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetSmoothMouseDamping \ static_assert(alignof(EOGameUserSettings_SetSmoothMouseDamping) == 0x000001, "Wrong alignment on EOGameUserSettings_SetSmoothMouseDamping"); \ static_assert(sizeof(EOGameUserSettings_SetSmoothMouseDamping) == 0x000001, "Wrong size on EOGameUserSettings_SetSmoothMouseDamping"); \ static_assert(offsetof(EOGameUserSettings_SetSmoothMouseDamping, bEnable) == 0x000000, "Member 'EOGameUserSettings_SetSmoothMouseDamping::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetSubtitlesEnabled \ static_assert(alignof(EOGameUserSettings_SetSubtitlesEnabled) == 0x000001, "Wrong alignment on EOGameUserSettings_SetSubtitlesEnabled"); \ static_assert(sizeof(EOGameUserSettings_SetSubtitlesEnabled) == 0x000001, "Wrong size on EOGameUserSettings_SetSubtitlesEnabled"); \ static_assert(offsetof(EOGameUserSettings_SetSubtitlesEnabled, EnableSubtitles) == 0x000000, "Member 'EOGameUserSettings_SetSubtitlesEnabled::EnableSubtitles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetUIVolume \ static_assert(alignof(EOGameUserSettings_SetUIVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_SetUIVolume"); \ static_assert(sizeof(EOGameUserSettings_SetUIVolume) == 0x000004, "Wrong size on EOGameUserSettings_SetUIVolume"); \ static_assert(offsetof(EOGameUserSettings_SetUIVolume, Volume) == 0x000000, "Member 'EOGameUserSettings_SetUIVolume::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_SetVOVolume \ static_assert(alignof(EOGameUserSettings_SetVOVolume) == 0x000004, "Wrong alignment on EOGameUserSettings_SetVOVolume"); \ static_assert(sizeof(EOGameUserSettings_SetVOVolume) == 0x000004, "Wrong size on EOGameUserSettings_SetVOVolume"); \ static_assert(offsetof(EOGameUserSettings_SetVOVolume, Volume) == 0x000000, "Member 'EOGameUserSettings_SetVOVolume::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_UpdateCachedScalabilityQualityFromBenchmarkResults \ static_assert(alignof(EOGameUserSettings_UpdateCachedScalabilityQualityFromBenchmarkResults) == 0x000008, "Wrong alignment on EOGameUserSettings_UpdateCachedScalabilityQualityFromBenchmarkResults"); \ static_assert(sizeof(EOGameUserSettings_UpdateCachedScalabilityQualityFromBenchmarkResults) == 0x000050, "Wrong size on EOGameUserSettings_UpdateCachedScalabilityQualityFromBenchmarkResults"); \ static_assert(offsetof(EOGameUserSettings_UpdateCachedScalabilityQualityFromBenchmarkResults, QualitySettings) == 0x000000, "Member 'EOGameUserSettings_UpdateCachedScalabilityQualityFromBenchmarkResults::QualitySettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_CalculateResolutionScaleFromLastBenchmarkResults \ static_assert(alignof(EOGameUserSettings_CalculateResolutionScaleFromLastBenchmarkResults) == 0x000004, "Wrong alignment on EOGameUserSettings_CalculateResolutionScaleFromLastBenchmarkResults"); \ static_assert(sizeof(EOGameUserSettings_CalculateResolutionScaleFromLastBenchmarkResults) == 0x000008, "Wrong size on EOGameUserSettings_CalculateResolutionScaleFromLastBenchmarkResults"); \ static_assert(offsetof(EOGameUserSettings_CalculateResolutionScaleFromLastBenchmarkResults, QualityLevel) == 0x000000, "Member 'EOGameUserSettings_CalculateResolutionScaleFromLastBenchmarkResults::QualityLevel' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_CalculateResolutionScaleFromLastBenchmarkResults, ReturnValue) == 0x000004, "Member 'EOGameUserSettings_CalculateResolutionScaleFromLastBenchmarkResults::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetCustomOverallScalabilityLevel \ static_assert(alignof(EOGameUserSettings_GetCustomOverallScalabilityLevel) == 0x000008, "Wrong alignment on EOGameUserSettings_GetCustomOverallScalabilityLevel"); \ static_assert(sizeof(EOGameUserSettings_GetCustomOverallScalabilityLevel) == 0x000058, "Wrong size on EOGameUserSettings_GetCustomOverallScalabilityLevel"); \ static_assert(offsetof(EOGameUserSettings_GetCustomOverallScalabilityLevel, CustomScalability) == 0x000000, "Member 'EOGameUserSettings_GetCustomOverallScalabilityLevel::CustomScalability' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_GetCustomOverallScalabilityLevel, ReturnValue) == 0x000050, "Member 'EOGameUserSettings_GetCustomOverallScalabilityLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetHasRanHardwareBenchmark \ static_assert(alignof(EOGameUserSettings_GetHasRanHardwareBenchmark) == 0x000001, "Wrong alignment on EOGameUserSettings_GetHasRanHardwareBenchmark"); \ static_assert(sizeof(EOGameUserSettings_GetHasRanHardwareBenchmark) == 0x000001, "Wrong size on EOGameUserSettings_GetHasRanHardwareBenchmark"); \ static_assert(offsetof(EOGameUserSettings_GetHasRanHardwareBenchmark, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetHasRanHardwareBenchmark::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetHasRanInitialBrightnessScreen \ static_assert(alignof(EOGameUserSettings_GetHasRanInitialBrightnessScreen) == 0x000001, "Wrong alignment on EOGameUserSettings_GetHasRanInitialBrightnessScreen"); \ static_assert(sizeof(EOGameUserSettings_GetHasRanInitialBrightnessScreen) == 0x000001, "Wrong size on EOGameUserSettings_GetHasRanInitialBrightnessScreen"); \ static_assert(offsetof(EOGameUserSettings_GetHasRanInitialBrightnessScreen, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetHasRanInitialBrightnessScreen::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetHDRDisplayOutputNits \ static_assert(alignof(EOGameUserSettings_GetHDRDisplayOutputNits) == 0x000004, "Wrong alignment on EOGameUserSettings_GetHDRDisplayOutputNits"); \ static_assert(sizeof(EOGameUserSettings_GetHDRDisplayOutputNits) == 0x000004, "Wrong size on EOGameUserSettings_GetHDRDisplayOutputNits"); \ static_assert(offsetof(EOGameUserSettings_GetHDRDisplayOutputNits, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetHDRDisplayOutputNits::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetQualityLevelsFromPreset \ static_assert(alignof(EOGameUserSettings_GetQualityLevelsFromPreset) == 0x000008, "Wrong alignment on EOGameUserSettings_GetQualityLevelsFromPreset"); \ static_assert(sizeof(EOGameUserSettings_GetQualityLevelsFromPreset) == 0x000058, "Wrong size on EOGameUserSettings_GetQualityLevelsFromPreset"); \ static_assert(offsetof(EOGameUserSettings_GetQualityLevelsFromPreset, QualityLevel) == 0x000000, "Member 'EOGameUserSettings_GetQualityLevelsFromPreset::QualityLevel' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_GetQualityLevelsFromPreset, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_GetQualityLevelsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_GetResoultionQuality \ static_assert(alignof(EOGameUserSettings_GetResoultionQuality) == 0x000004, "Wrong alignment on EOGameUserSettings_GetResoultionQuality"); \ static_assert(sizeof(EOGameUserSettings_GetResoultionQuality) == 0x000004, "Wrong size on EOGameUserSettings_GetResoultionQuality"); \ static_assert(offsetof(EOGameUserSettings_GetResoultionQuality, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_GetResoultionQuality::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_HasValidRecentGPUPerfResults \ static_assert(alignof(EOGameUserSettings_HasValidRecentGPUPerfResults) == 0x000001, "Wrong alignment on EOGameUserSettings_HasValidRecentGPUPerfResults"); \ static_assert(sizeof(EOGameUserSettings_HasValidRecentGPUPerfResults) == 0x000001, "Wrong size on EOGameUserSettings_HasValidRecentGPUPerfResults"); \ static_assert(offsetof(EOGameUserSettings_HasValidRecentGPUPerfResults, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_HasValidRecentGPUPerfResults::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsAspectRatioConstraintDirty \ static_assert(alignof(EOGameUserSettings_IsAspectRatioConstraintDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsAspectRatioConstraintDirty"); \ static_assert(sizeof(EOGameUserSettings_IsAspectRatioConstraintDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsAspectRatioConstraintDirty"); \ static_assert(offsetof(EOGameUserSettings_IsAspectRatioConstraintDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsAspectRatioConstraintDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsAudioVibrationDirty \ static_assert(alignof(EOGameUserSettings_IsAudioVibrationDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsAudioVibrationDirty"); \ static_assert(sizeof(EOGameUserSettings_IsAudioVibrationDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsAudioVibrationDirty"); \ static_assert(offsetof(EOGameUserSettings_IsAudioVibrationDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsAudioVibrationDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsColorVisionDeficiencyAmountDirty \ static_assert(alignof(EOGameUserSettings_IsColorVisionDeficiencyAmountDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsColorVisionDeficiencyAmountDirty"); \ static_assert(sizeof(EOGameUserSettings_IsColorVisionDeficiencyAmountDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsColorVisionDeficiencyAmountDirty"); \ static_assert(offsetof(EOGameUserSettings_IsColorVisionDeficiencyAmountDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsColorVisionDeficiencyAmountDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsColorVisionDeficiencyTypeDirty \ static_assert(alignof(EOGameUserSettings_IsColorVisionDeficiencyTypeDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsColorVisionDeficiencyTypeDirty"); \ static_assert(sizeof(EOGameUserSettings_IsColorVisionDeficiencyTypeDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsColorVisionDeficiencyTypeDirty"); \ static_assert(offsetof(EOGameUserSettings_IsColorVisionDeficiencyTypeDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsColorVisionDeficiencyTypeDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsDisableDefaultCrosshairDirty \ static_assert(alignof(EOGameUserSettings_IsDisableDefaultCrosshairDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsDisableDefaultCrosshairDirty"); \ static_assert(sizeof(EOGameUserSettings_IsDisableDefaultCrosshairDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsDisableDefaultCrosshairDirty"); \ static_assert(offsetof(EOGameUserSettings_IsDisableDefaultCrosshairDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsDisableDefaultCrosshairDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsDisableMotionBlurDirty \ static_assert(alignof(EOGameUserSettings_IsDisableMotionBlurDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsDisableMotionBlurDirty"); \ static_assert(sizeof(EOGameUserSettings_IsDisableMotionBlurDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsDisableMotionBlurDirty"); \ static_assert(offsetof(EOGameUserSettings_IsDisableMotionBlurDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsDisableMotionBlurDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsFidelityFXSuperResolutionQualityModeDirty \ static_assert(alignof(EOGameUserSettings_IsFidelityFXSuperResolutionQualityModeDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsFidelityFXSuperResolutionQualityModeDirty"); \ static_assert(sizeof(EOGameUserSettings_IsFidelityFXSuperResolutionQualityModeDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsFidelityFXSuperResolutionQualityModeDirty"); \ static_assert(offsetof(EOGameUserSettings_IsFidelityFXSuperResolutionQualityModeDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsFidelityFXSuperResolutionQualityModeDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsForceFeedbackScaleDirty \ static_assert(alignof(EOGameUserSettings_IsForceFeedbackScaleDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsForceFeedbackScaleDirty"); \ static_assert(sizeof(EOGameUserSettings_IsForceFeedbackScaleDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsForceFeedbackScaleDirty"); \ static_assert(offsetof(EOGameUserSettings_IsForceFeedbackScaleDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsForceFeedbackScaleDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsFrameRateLimitDirty \ static_assert(alignof(EOGameUserSettings_IsFrameRateLimitDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsFrameRateLimitDirty"); \ static_assert(sizeof(EOGameUserSettings_IsFrameRateLimitDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsFrameRateLimitDirty"); \ static_assert(offsetof(EOGameUserSettings_IsFrameRateLimitDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsFrameRateLimitDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsGamepadSpeakerVolumeDirty \ static_assert(alignof(EOGameUserSettings_IsGamepadSpeakerVolumeDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsGamepadSpeakerVolumeDirty"); \ static_assert(sizeof(EOGameUserSettings_IsGamepadSpeakerVolumeDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsGamepadSpeakerVolumeDirty"); \ static_assert(offsetof(EOGameUserSettings_IsGamepadSpeakerVolumeDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsGamepadSpeakerVolumeDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsGamepadXSensitivityDirty \ static_assert(alignof(EOGameUserSettings_IsGamepadXSensitivityDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsGamepadXSensitivityDirty"); \ static_assert(sizeof(EOGameUserSettings_IsGamepadXSensitivityDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsGamepadXSensitivityDirty"); \ static_assert(offsetof(EOGameUserSettings_IsGamepadXSensitivityDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsGamepadXSensitivityDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsGamepadYSensitivityDirty \ static_assert(alignof(EOGameUserSettings_IsGamepadYSensitivityDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsGamepadYSensitivityDirty"); \ static_assert(sizeof(EOGameUserSettings_IsGamepadYSensitivityDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsGamepadYSensitivityDirty"); \ static_assert(offsetof(EOGameUserSettings_IsGamepadYSensitivityDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsGamepadYSensitivityDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsGammaDirty \ static_assert(alignof(EOGameUserSettings_IsGammaDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsGammaDirty"); \ static_assert(sizeof(EOGameUserSettings_IsGammaDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsGammaDirty"); \ static_assert(offsetof(EOGameUserSettings_IsGammaDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsGammaDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsInvertLookDirty \ static_assert(alignof(EOGameUserSettings_IsInvertLookDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsInvertLookDirty"); \ static_assert(sizeof(EOGameUserSettings_IsInvertLookDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsInvertLookDirty"); \ static_assert(offsetof(EOGameUserSettings_IsInvertLookDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsInvertLookDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsMasterVolumeDirty \ static_assert(alignof(EOGameUserSettings_IsMasterVolumeDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsMasterVolumeDirty"); \ static_assert(sizeof(EOGameUserSettings_IsMasterVolumeDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsMasterVolumeDirty"); \ static_assert(offsetof(EOGameUserSettings_IsMasterVolumeDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsMasterVolumeDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsMasterVolumeDirtyForWorld \ static_assert(alignof(EOGameUserSettings_IsMasterVolumeDirtyForWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_IsMasterVolumeDirtyForWorld"); \ static_assert(sizeof(EOGameUserSettings_IsMasterVolumeDirtyForWorld) == 0x000010, "Wrong size on EOGameUserSettings_IsMasterVolumeDirtyForWorld"); \ static_assert(offsetof(EOGameUserSettings_IsMasterVolumeDirtyForWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_IsMasterVolumeDirtyForWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_IsMasterVolumeDirtyForWorld, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_IsMasterVolumeDirtyForWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsMouseSmoothingDirty \ static_assert(alignof(EOGameUserSettings_IsMouseSmoothingDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsMouseSmoothingDirty"); \ static_assert(sizeof(EOGameUserSettings_IsMouseSmoothingDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsMouseSmoothingDirty"); \ static_assert(offsetof(EOGameUserSettings_IsMouseSmoothingDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsMouseSmoothingDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsMouseXSensitivityDirty \ static_assert(alignof(EOGameUserSettings_IsMouseXSensitivityDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsMouseXSensitivityDirty"); \ static_assert(sizeof(EOGameUserSettings_IsMouseXSensitivityDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsMouseXSensitivityDirty"); \ static_assert(offsetof(EOGameUserSettings_IsMouseXSensitivityDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsMouseXSensitivityDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsMouseYSensitivityDirty \ static_assert(alignof(EOGameUserSettings_IsMouseYSensitivityDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsMouseYSensitivityDirty"); \ static_assert(sizeof(EOGameUserSettings_IsMouseYSensitivityDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsMouseYSensitivityDirty"); \ static_assert(offsetof(EOGameUserSettings_IsMouseYSensitivityDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsMouseYSensitivityDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsMusicVolumeDirty \ static_assert(alignof(EOGameUserSettings_IsMusicVolumeDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsMusicVolumeDirty"); \ static_assert(sizeof(EOGameUserSettings_IsMusicVolumeDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsMusicVolumeDirty"); \ static_assert(offsetof(EOGameUserSettings_IsMusicVolumeDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsMusicVolumeDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsMusicVolumeDirtyForWorld \ static_assert(alignof(EOGameUserSettings_IsMusicVolumeDirtyForWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_IsMusicVolumeDirtyForWorld"); \ static_assert(sizeof(EOGameUserSettings_IsMusicVolumeDirtyForWorld) == 0x000010, "Wrong size on EOGameUserSettings_IsMusicVolumeDirtyForWorld"); \ static_assert(offsetof(EOGameUserSettings_IsMusicVolumeDirtyForWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_IsMusicVolumeDirtyForWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_IsMusicVolumeDirtyForWorld, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_IsMusicVolumeDirtyForWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsPostProcessColorGainScaleDirty \ static_assert(alignof(EOGameUserSettings_IsPostProcessColorGainScaleDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsPostProcessColorGainScaleDirty"); \ static_assert(sizeof(EOGameUserSettings_IsPostProcessColorGainScaleDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsPostProcessColorGainScaleDirty"); \ static_assert(offsetof(EOGameUserSettings_IsPostProcessColorGainScaleDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsPostProcessColorGainScaleDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsSFXVolumeDirty \ static_assert(alignof(EOGameUserSettings_IsSFXVolumeDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsSFXVolumeDirty"); \ static_assert(sizeof(EOGameUserSettings_IsSFXVolumeDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsSFXVolumeDirty"); \ static_assert(offsetof(EOGameUserSettings_IsSFXVolumeDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsSFXVolumeDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsSFXVolumeDirtyForWorld \ static_assert(alignof(EOGameUserSettings_IsSFXVolumeDirtyForWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_IsSFXVolumeDirtyForWorld"); \ static_assert(sizeof(EOGameUserSettings_IsSFXVolumeDirtyForWorld) == 0x000010, "Wrong size on EOGameUserSettings_IsSFXVolumeDirtyForWorld"); \ static_assert(offsetof(EOGameUserSettings_IsSFXVolumeDirtyForWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_IsSFXVolumeDirtyForWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_IsSFXVolumeDirtyForWorld, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_IsSFXVolumeDirtyForWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsSmoothMouseDampingDirty \ static_assert(alignof(EOGameUserSettings_IsSmoothMouseDampingDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsSmoothMouseDampingDirty"); \ static_assert(sizeof(EOGameUserSettings_IsSmoothMouseDampingDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsSmoothMouseDampingDirty"); \ static_assert(offsetof(EOGameUserSettings_IsSmoothMouseDampingDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsSmoothMouseDampingDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsSubtitlesEnabledDirty \ static_assert(alignof(EOGameUserSettings_IsSubtitlesEnabledDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsSubtitlesEnabledDirty"); \ static_assert(sizeof(EOGameUserSettings_IsSubtitlesEnabledDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsSubtitlesEnabledDirty"); \ static_assert(offsetof(EOGameUserSettings_IsSubtitlesEnabledDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsSubtitlesEnabledDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsUIVolumeDirty \ static_assert(alignof(EOGameUserSettings_IsUIVolumeDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsUIVolumeDirty"); \ static_assert(sizeof(EOGameUserSettings_IsUIVolumeDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsUIVolumeDirty"); \ static_assert(offsetof(EOGameUserSettings_IsUIVolumeDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsUIVolumeDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsUIVolumeDirtyForWorld \ static_assert(alignof(EOGameUserSettings_IsUIVolumeDirtyForWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_IsUIVolumeDirtyForWorld"); \ static_assert(sizeof(EOGameUserSettings_IsUIVolumeDirtyForWorld) == 0x000010, "Wrong size on EOGameUserSettings_IsUIVolumeDirtyForWorld"); \ static_assert(offsetof(EOGameUserSettings_IsUIVolumeDirtyForWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_IsUIVolumeDirtyForWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_IsUIVolumeDirtyForWorld, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_IsUIVolumeDirtyForWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsVOVolumeDirty \ static_assert(alignof(EOGameUserSettings_IsVOVolumeDirty) == 0x000001, "Wrong alignment on EOGameUserSettings_IsVOVolumeDirty"); \ static_assert(sizeof(EOGameUserSettings_IsVOVolumeDirty) == 0x000001, "Wrong size on EOGameUserSettings_IsVOVolumeDirty"); \ static_assert(offsetof(EOGameUserSettings_IsVOVolumeDirty, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_IsVOVolumeDirty::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_IsVOVolumeDirtyForWorld \ static_assert(alignof(EOGameUserSettings_IsVOVolumeDirtyForWorld) == 0x000008, "Wrong alignment on EOGameUserSettings_IsVOVolumeDirtyForWorld"); \ static_assert(sizeof(EOGameUserSettings_IsVOVolumeDirtyForWorld) == 0x000010, "Wrong size on EOGameUserSettings_IsVOVolumeDirtyForWorld"); \ static_assert(offsetof(EOGameUserSettings_IsVOVolumeDirtyForWorld, WorldObject) == 0x000000, "Member 'EOGameUserSettings_IsVOVolumeDirtyForWorld::WorldObject' has a wrong offset!"); \ static_assert(offsetof(EOGameUserSettings_IsVOVolumeDirtyForWorld, ReturnValue) == 0x000008, "Member 'EOGameUserSettings_IsVOVolumeDirtyForWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_RequiresSaveDueToDirtyStartup \ static_assert(alignof(EOGameUserSettings_RequiresSaveDueToDirtyStartup) == 0x000001, "Wrong alignment on EOGameUserSettings_RequiresSaveDueToDirtyStartup"); \ static_assert(sizeof(EOGameUserSettings_RequiresSaveDueToDirtyStartup) == 0x000001, "Wrong size on EOGameUserSettings_RequiresSaveDueToDirtyStartup"); \ static_assert(offsetof(EOGameUserSettings_RequiresSaveDueToDirtyStartup, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_RequiresSaveDueToDirtyStartup::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGameUserSettings_ShouldForceFullscreenForHDR \ static_assert(alignof(EOGameUserSettings_ShouldForceFullscreenForHDR) == 0x000001, "Wrong alignment on EOGameUserSettings_ShouldForceFullscreenForHDR"); \ static_assert(sizeof(EOGameUserSettings_ShouldForceFullscreenForHDR) == 0x000001, "Wrong size on EOGameUserSettings_ShouldForceFullscreenForHDR"); \ static_assert(offsetof(EOGameUserSettings_ShouldForceFullscreenForHDR, ReturnValue) == 0x000000, "Member 'EOGameUserSettings_ShouldForceFullscreenForHDR::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGameUserSettings \ static_assert(alignof(UEOGameUserSettings) == 0x000008, "Wrong alignment on UEOGameUserSettings"); \ static_assert(sizeof(UEOGameUserSettings) == 0x000240, "Wrong size on UEOGameUserSettings"); \ static_assert(offsetof(UEOGameUserSettings, InstancedOnGameUserSettingsSaveEvent) == 0x000128, "Member 'UEOGameUserSettings::InstancedOnGameUserSettingsSaveEvent' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, bHasRanHardwareBenchmark) == 0x000130, "Member 'UEOGameUserSettings::bHasRanHardwareBenchmark' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, bHasRanInitialBrightnessScreen) == 0x00013C, "Member 'UEOGameUserSettings::bHasRanInitialBrightnessScreen' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, MasterVolumeSoundClass) == 0x000140, "Member 'UEOGameUserSettings::MasterVolumeSoundClass' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, MasterVolumeSoundMix) == 0x000148, "Member 'UEOGameUserSettings::MasterVolumeSoundMix' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, MasterVolume) == 0x000150, "Member 'UEOGameUserSettings::MasterVolume' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, MusicVolumeSoundClass) == 0x000158, "Member 'UEOGameUserSettings::MusicVolumeSoundClass' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, MusicVolumeSoundMix) == 0x000160, "Member 'UEOGameUserSettings::MusicVolumeSoundMix' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, MusicVolume) == 0x000168, "Member 'UEOGameUserSettings::MusicVolume' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, SFXVolumeSoundClass) == 0x000170, "Member 'UEOGameUserSettings::SFXVolumeSoundClass' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, SFXVolumeSoundMix) == 0x000178, "Member 'UEOGameUserSettings::SFXVolumeSoundMix' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, SFXVolume) == 0x000180, "Member 'UEOGameUserSettings::SFXVolume' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, VOVolumeSoundClass) == 0x000188, "Member 'UEOGameUserSettings::VOVolumeSoundClass' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, VOVolumeSoundMix) == 0x000190, "Member 'UEOGameUserSettings::VOVolumeSoundMix' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, VOVolume) == 0x000198, "Member 'UEOGameUserSettings::VOVolume' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, UIVolumeSoundClass) == 0x0001A0, "Member 'UEOGameUserSettings::UIVolumeSoundClass' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, UIVolumeSoundMix) == 0x0001A8, "Member 'UEOGameUserSettings::UIVolumeSoundMix' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, UIVolume) == 0x0001B0, "Member 'UEOGameUserSettings::UIVolume' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, ColorVisionDeficiencyType) == 0x0001B4, "Member 'UEOGameUserSettings::ColorVisionDeficiencyType' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, ColorVisionDeficiencyAmount) == 0x0001B8, "Member 'UEOGameUserSettings::ColorVisionDeficiencyAmount' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, bSubtitlesEnabled) == 0x0001BC, "Member 'UEOGameUserSettings::bSubtitlesEnabled' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, bDisableDefaultCrosshair) == 0x0001BD, "Member 'UEOGameUserSettings::bDisableDefaultCrosshair' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, ApplyDisableCrosshairEvent) == 0x0001C0, "Member 'UEOGameUserSettings::ApplyDisableCrosshairEvent' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, FidelityFXSuperResolutionQualityMode) == 0x0001C8, "Member 'UEOGameUserSettings::FidelityFXSuperResolutionQualityMode' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, Gamma) == 0x0001CC, "Member 'UEOGameUserSettings::Gamma' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, DisableMotionBlur) == 0x0001D0, "Member 'UEOGameUserSettings::DisableMotionBlur' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, GamepadSpeakerVolume) == 0x0001D4, "Member 'UEOGameUserSettings::GamepadSpeakerVolume' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, GamepadSpeakerVolumeEvent) == 0x0001D8, "Member 'UEOGameUserSettings::GamepadSpeakerVolumeEvent' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, ForceFeedbackScale) == 0x0001E0, "Member 'UEOGameUserSettings::ForceFeedbackScale' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, ForceFeedbackScaleEvent) == 0x0001E4, "Member 'UEOGameUserSettings::ForceFeedbackScaleEvent' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, bInvertLook) == 0x0001EC, "Member 'UEOGameUserSettings::bInvertLook' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, ApplyInvertLookEvent) == 0x0001F0, "Member 'UEOGameUserSettings::ApplyInvertLookEvent' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, MouseXSensitivity) == 0x0001F8, "Member 'UEOGameUserSettings::MouseXSensitivity' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, MouseXSensitivityEvent) == 0x0001FC, "Member 'UEOGameUserSettings::MouseXSensitivityEvent' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, MouseYSensitivity) == 0x000204, "Member 'UEOGameUserSettings::MouseYSensitivity' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, MouseYSensitivityEvent) == 0x000208, "Member 'UEOGameUserSettings::MouseYSensitivityEvent' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, GamepadXSensitivity) == 0x000210, "Member 'UEOGameUserSettings::GamepadXSensitivity' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, GamepadXSensitivityEvent) == 0x000214, "Member 'UEOGameUserSettings::GamepadXSensitivityEvent' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, GamepadYSensitivity) == 0x00021C, "Member 'UEOGameUserSettings::GamepadYSensitivity' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, GamepadYSensitivityEvent) == 0x000220, "Member 'UEOGameUserSettings::GamepadYSensitivityEvent' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, PostProcessColorGainScale) == 0x000228, "Member 'UEOGameUserSettings::PostProcessColorGainScale' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, bAudioVibrationEnabled) == 0x00022C, "Member 'UEOGameUserSettings::bAudioVibrationEnabled' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, bMouseSmoothingEnabled) == 0x00022D, "Member 'UEOGameUserSettings::bMouseSmoothingEnabled' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, bSmoothMouseDampingEnabled) == 0x00022E, "Member 'UEOGameUserSettings::bSmoothMouseDampingEnabled' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, SmoothMouseDampingEvent) == 0x000230, "Member 'UEOGameUserSettings::SmoothMouseDampingEvent' has a wrong offset!"); \ static_assert(offsetof(UEOGameUserSettings, AspectRatioConstraint) == 0x000238, "Member 'UEOGameUserSettings::AspectRatioConstraint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGUS_ApplyDisableCrosshair \ static_assert(alignof(UEOGUS_ApplyDisableCrosshair) == 0x000008, "Wrong alignment on UEOGUS_ApplyDisableCrosshair"); \ static_assert(sizeof(UEOGUS_ApplyDisableCrosshair) == 0x000030, "Wrong size on UEOGUS_ApplyDisableCrosshair"); \ static_assert(offsetof(UEOGUS_ApplyDisableCrosshair, SettingsValue) == 0x000028, "Member 'UEOGUS_ApplyDisableCrosshair::SettingsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGUS_ApplyForceFeedbackScale \ static_assert(alignof(UEOGUS_ApplyForceFeedbackScale) == 0x000008, "Wrong alignment on UEOGUS_ApplyForceFeedbackScale"); \ static_assert(sizeof(UEOGUS_ApplyForceFeedbackScale) == 0x000030, "Wrong size on UEOGUS_ApplyForceFeedbackScale"); \ static_assert(offsetof(UEOGUS_ApplyForceFeedbackScale, SettingsValue) == 0x000028, "Member 'UEOGUS_ApplyForceFeedbackScale::SettingsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGUS_ApplyInvertLook \ static_assert(alignof(UEOGUS_ApplyInvertLook) == 0x000008, "Wrong alignment on UEOGUS_ApplyInvertLook"); \ static_assert(sizeof(UEOGUS_ApplyInvertLook) == 0x000030, "Wrong size on UEOGUS_ApplyInvertLook"); \ static_assert(offsetof(UEOGUS_ApplyInvertLook, SettingsValue) == 0x000028, "Member 'UEOGUS_ApplyInvertLook::SettingsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGUS_ApplyMouseYSensitivity \ static_assert(alignof(UEOGUS_ApplyMouseYSensitivity) == 0x000008, "Wrong alignment on UEOGUS_ApplyMouseYSensitivity"); \ static_assert(sizeof(UEOGUS_ApplyMouseYSensitivity) == 0x000030, "Wrong size on UEOGUS_ApplyMouseYSensitivity"); \ static_assert(offsetof(UEOGUS_ApplyMouseYSensitivity, SettingsValue) == 0x000028, "Member 'UEOGUS_ApplyMouseYSensitivity::SettingsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGUS_ApplyGamepadYSensitivity \ static_assert(alignof(UEOGUS_ApplyGamepadYSensitivity) == 0x000008, "Wrong alignment on UEOGUS_ApplyGamepadYSensitivity"); \ static_assert(sizeof(UEOGUS_ApplyGamepadYSensitivity) == 0x000030, "Wrong size on UEOGUS_ApplyGamepadYSensitivity"); \ static_assert(offsetof(UEOGUS_ApplyGamepadYSensitivity, SettingsValue) == 0x000028, "Member 'UEOGUS_ApplyGamepadYSensitivity::SettingsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGUS_ApplySmoothMouseDamping \ static_assert(alignof(UEOGUS_ApplySmoothMouseDamping) == 0x000008, "Wrong alignment on UEOGUS_ApplySmoothMouseDamping"); \ static_assert(sizeof(UEOGUS_ApplySmoothMouseDamping) == 0x000030, "Wrong size on UEOGUS_ApplySmoothMouseDamping"); \ static_assert(offsetof(UEOGUS_ApplySmoothMouseDamping, SettingsValue) == 0x000028, "Member 'UEOGUS_ApplySmoothMouseDamping::SettingsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGameViewportClient \ static_assert(alignof(UEOGameViewportClient) == 0x000008, "Wrong alignment on UEOGameViewportClient"); \ static_assert(sizeof(UEOGameViewportClient) == 0x000380, "Wrong size on UEOGameViewportClient"); \ #define DUMPER7_ASSERTS_UEOGE_BasePlayerSpeed \ static_assert(alignof(UEOGE_BasePlayerSpeed) == 0x000008, "Wrong alignment on UEOGE_BasePlayerSpeed"); \ static_assert(sizeof(UEOGE_BasePlayerSpeed) == 0x000800, "Wrong size on UEOGE_BasePlayerSpeed"); \ #define DUMPER7_ASSERTS_UEOGE_BasePlayerSpeedRecover \ static_assert(alignof(UEOGE_BasePlayerSpeedRecover) == 0x000008, "Wrong alignment on UEOGE_BasePlayerSpeedRecover"); \ static_assert(sizeof(UEOGE_BasePlayerSpeedRecover) == 0x000800, "Wrong size on UEOGE_BasePlayerSpeedRecover"); \ #define DUMPER7_ASSERTS_UEOHealthAttributeSet \ static_assert(alignof(UEOHealthAttributeSet) == 0x000008, "Wrong alignment on UEOHealthAttributeSet"); \ static_assert(sizeof(UEOHealthAttributeSet) == 0x000080, "Wrong size on UEOHealthAttributeSet"); \ static_assert(offsetof(UEOHealthAttributeSet, Health) == 0x000030, "Member 'UEOHealthAttributeSet::Health' has a wrong offset!"); \ static_assert(offsetof(UEOHealthAttributeSet, MaxHealth) == 0x000040, "Member 'UEOHealthAttributeSet::MaxHealth' has a wrong offset!"); \ static_assert(offsetof(UEOHealthAttributeSet, HealthRegen) == 0x000050, "Member 'UEOHealthAttributeSet::HealthRegen' has a wrong offset!"); \ static_assert(offsetof(UEOHealthAttributeSet, MaxHealthRegen) == 0x000060, "Member 'UEOHealthAttributeSet::MaxHealthRegen' has a wrong offset!"); \ static_assert(offsetof(UEOHealthAttributeSet, Damage) == 0x000070, "Member 'UEOHealthAttributeSet::Damage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOOcclusionVolume \ static_assert(alignof(AEOOcclusionVolume) == 0x000008, "Wrong alignment on AEOOcclusionVolume"); \ static_assert(sizeof(AEOOcclusionVolume) == 0x000240, "Wrong size on AEOOcclusionVolume"); \ static_assert(offsetof(AEOOcclusionVolume, NeverOcclusionTestDistance) == 0x000230, "Member 'AEOOcclusionVolume::NeverOcclusionTestDistance' has a wrong offset!"); \ static_assert(offsetof(AEOOcclusionVolume, AllowOcclusionTestPrimitiveRadius) == 0x000234, "Member 'AEOOcclusionVolume::AllowOcclusionTestPrimitiveRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOOcclusionVolumeSubsystem \ static_assert(alignof(UEOOcclusionVolumeSubsystem) == 0x000008, "Wrong alignment on UEOOcclusionVolumeSubsystem"); \ static_assert(sizeof(UEOOcclusionVolumeSubsystem) == 0x000048, "Wrong size on UEOOcclusionVolumeSubsystem"); \ #define DUMPER7_ASSERTS_UEOProgressActivity \ static_assert(alignof(UEOProgressActivity) == 0x000008, "Wrong alignment on UEOProgressActivity"); \ static_assert(sizeof(UEOProgressActivity) == 0x0000B8, "Wrong size on UEOProgressActivity"); \ static_assert(offsetof(UEOProgressActivity, TasksMap) == 0x000058, "Member 'UEOProgressActivity::TasksMap' has a wrong offset!"); \ static_assert(offsetof(UEOProgressActivity, ChapterTaskIDPrefix) == 0x0000A8, "Member 'UEOProgressActivity::ChapterTaskIDPrefix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOSeparateRenderCapture2D \ static_assert(alignof(UEOSeparateRenderCapture2D) == 0x000010, "Wrong alignment on UEOSeparateRenderCapture2D"); \ static_assert(sizeof(UEOSeparateRenderCapture2D) == 0x000900, "Wrong size on UEOSeparateRenderCapture2D"); \ #define DUMPER7_ASSERTS_EOIntStatAchievement_GetProgress \ static_assert(alignof(EOIntStatAchievement_GetProgress) == 0x000004, "Wrong alignment on EOIntStatAchievement_GetProgress"); \ static_assert(sizeof(EOIntStatAchievement_GetProgress) == 0x000004, "Wrong size on EOIntStatAchievement_GetProgress"); \ static_assert(offsetof(EOIntStatAchievement_GetProgress, ReturnValue) == 0x000000, "Member 'EOIntStatAchievement_GetProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOIntStatAchievement \ static_assert(alignof(UEOIntStatAchievement) == 0x000008, "Wrong alignment on UEOIntStatAchievement"); \ static_assert(sizeof(UEOIntStatAchievement) == 0x000088, "Wrong size on UEOIntStatAchievement"); \ static_assert(offsetof(UEOIntStatAchievement, StatClass) == 0x000070, "Member 'UEOIntStatAchievement::StatClass' has a wrong offset!"); \ static_assert(offsetof(UEOIntStatAchievement, MaxProgress) == 0x000078, "Member 'UEOIntStatAchievement::MaxProgress' has a wrong offset!"); \ static_assert(offsetof(UEOIntStatAchievement, PopupProgressEvery) == 0x00007C, "Member 'UEOIntStatAchievement::PopupProgressEvery' has a wrong offset!"); \ static_assert(offsetof(UEOIntStatAchievement, LocalProgress) == 0x000080, "Member 'UEOIntStatAchievement::LocalProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFloatStatAchievement_GetProgress \ static_assert(alignof(EOFloatStatAchievement_GetProgress) == 0x000004, "Wrong alignment on EOFloatStatAchievement_GetProgress"); \ static_assert(sizeof(EOFloatStatAchievement_GetProgress) == 0x000004, "Wrong size on EOFloatStatAchievement_GetProgress"); \ static_assert(offsetof(EOFloatStatAchievement_GetProgress, ReturnValue) == 0x000000, "Member 'EOFloatStatAchievement_GetProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOFloatStatAchievement \ static_assert(alignof(UEOFloatStatAchievement) == 0x000008, "Wrong alignment on UEOFloatStatAchievement"); \ static_assert(sizeof(UEOFloatStatAchievement) == 0x000080, "Wrong size on UEOFloatStatAchievement"); \ static_assert(offsetof(UEOFloatStatAchievement, StatClass) == 0x000070, "Member 'UEOFloatStatAchievement::StatClass' has a wrong offset!"); \ static_assert(offsetof(UEOFloatStatAchievement, MaxValue) == 0x000078, "Member 'UEOFloatStatAchievement::MaxValue' has a wrong offset!"); \ static_assert(offsetof(UEOFloatStatAchievement, LocalProgress) == 0x00007C, "Member 'UEOFloatStatAchievement::LocalProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOStatBase \ static_assert(alignof(UEOStatBase) == 0x000008, "Wrong alignment on UEOStatBase"); \ static_assert(sizeof(UEOStatBase) == 0x000038, "Wrong size on UEOStatBase"); \ static_assert(offsetof(UEOStatBase, StatPlatformName) == 0x000030, "Member 'UEOStatBase::StatPlatformName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOIntStat \ static_assert(alignof(UEOIntStat) == 0x000008, "Wrong alignment on UEOIntStat"); \ static_assert(sizeof(UEOIntStat) == 0x000038, "Wrong size on UEOIntStat"); \ #define DUMPER7_ASSERTS_UEOFloatStat \ static_assert(alignof(UEOFloatStat) == 0x000008, "Wrong alignment on UEOFloatStat"); \ static_assert(sizeof(UEOFloatStat) == 0x000038, "Wrong size on UEOFloatStat"); \ #define DUMPER7_ASSERTS_MultiEventSubsystem_GenerateDelayMultiEvent \ static_assert(alignof(MultiEventSubsystem_GenerateDelayMultiEvent) == 0x000004, "Wrong alignment on MultiEventSubsystem_GenerateDelayMultiEvent"); \ static_assert(sizeof(MultiEventSubsystem_GenerateDelayMultiEvent) == 0x000018, "Wrong size on MultiEventSubsystem_GenerateDelayMultiEvent"); \ static_assert(offsetof(MultiEventSubsystem_GenerateDelayMultiEvent, EventName) == 0x000000, "Member 'MultiEventSubsystem_GenerateDelayMultiEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(MultiEventSubsystem_GenerateDelayMultiEvent, NumEvents) == 0x000008, "Member 'MultiEventSubsystem_GenerateDelayMultiEvent::NumEvents' has a wrong offset!"); \ static_assert(offsetof(MultiEventSubsystem_GenerateDelayMultiEvent, MinDelay) == 0x00000C, "Member 'MultiEventSubsystem_GenerateDelayMultiEvent::MinDelay' has a wrong offset!"); \ static_assert(offsetof(MultiEventSubsystem_GenerateDelayMultiEvent, MaxDelay) == 0x000010, "Member 'MultiEventSubsystem_GenerateDelayMultiEvent::MaxDelay' has a wrong offset!"); \ static_assert(offsetof(MultiEventSubsystem_GenerateDelayMultiEvent, ReturnValue) == 0x000014, "Member 'MultiEventSubsystem_GenerateDelayMultiEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MultiEventSubsystem_TriggeredEventInternal \ static_assert(alignof(MultiEventSubsystem_TriggeredEventInternal) == 0x000004, "Wrong alignment on MultiEventSubsystem_TriggeredEventInternal"); \ static_assert(sizeof(MultiEventSubsystem_TriggeredEventInternal) == 0x00000C, "Wrong size on MultiEventSubsystem_TriggeredEventInternal"); \ static_assert(offsetof(MultiEventSubsystem_TriggeredEventInternal, EventName) == 0x000000, "Member 'MultiEventSubsystem_TriggeredEventInternal::EventName' has a wrong offset!"); \ static_assert(offsetof(MultiEventSubsystem_TriggeredEventInternal, Index_0) == 0x000008, "Member 'MultiEventSubsystem_TriggeredEventInternal::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMultiEventSubsystem \ static_assert(alignof(UMultiEventSubsystem) == 0x000008, "Wrong alignment on UMultiEventSubsystem"); \ static_assert(sizeof(UMultiEventSubsystem) == 0x000040, "Wrong size on UMultiEventSubsystem"); \ static_assert(offsetof(UMultiEventSubsystem, TriggeredEvent) == 0x000030, "Member 'UMultiEventSubsystem::TriggeredEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectContextHandle \ static_assert(alignof(FGameplayEffectContextHandle) == 0x000008, "Wrong alignment on FGameplayEffectContextHandle"); \ static_assert(sizeof(FGameplayEffectContextHandle) == 0x000018, "Wrong size on FGameplayEffectContextHandle"); \ #define DUMPER7_ASSERTS_FGameplayAbilityTargetDataHandle \ static_assert(alignof(FGameplayAbilityTargetDataHandle) == 0x000008, "Wrong alignment on FGameplayAbilityTargetDataHandle"); \ static_assert(sizeof(FGameplayAbilityTargetDataHandle) == 0x000028, "Wrong size on FGameplayAbilityTargetDataHandle"); \ #define DUMPER7_ASSERTS_FGameplayEventData \ static_assert(alignof(FGameplayEventData) == 0x000008, "Wrong alignment on FGameplayEventData"); \ static_assert(sizeof(FGameplayEventData) == 0x0000B0, "Wrong size on FGameplayEventData"); \ static_assert(offsetof(FGameplayEventData, EventTag) == 0x000000, "Member 'FGameplayEventData::EventTag' has a wrong offset!"); \ static_assert(offsetof(FGameplayEventData, Instigator) == 0x000008, "Member 'FGameplayEventData::Instigator' has a wrong offset!"); \ static_assert(offsetof(FGameplayEventData, Target) == 0x000010, "Member 'FGameplayEventData::Target' has a wrong offset!"); \ static_assert(offsetof(FGameplayEventData, OptionalObject) == 0x000018, "Member 'FGameplayEventData::OptionalObject' has a wrong offset!"); \ static_assert(offsetof(FGameplayEventData, OptionalObject2) == 0x000020, "Member 'FGameplayEventData::OptionalObject2' has a wrong offset!"); \ static_assert(offsetof(FGameplayEventData, ContextHandle) == 0x000028, "Member 'FGameplayEventData::ContextHandle' has a wrong offset!"); \ static_assert(offsetof(FGameplayEventData, InstigatorTags) == 0x000040, "Member 'FGameplayEventData::InstigatorTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayEventData, TargetTags) == 0x000060, "Member 'FGameplayEventData::TargetTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayEventData, EventMagnitude) == 0x000080, "Member 'FGameplayEventData::EventMagnitude' has a wrong offset!"); \ static_assert(offsetof(FGameplayEventData, TargetData) == 0x000088, "Member 'FGameplayEventData::TargetData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveGameplayEffectHandle \ static_assert(alignof(FActiveGameplayEffectHandle) == 0x000004, "Wrong alignment on FActiveGameplayEffectHandle"); \ static_assert(sizeof(FActiveGameplayEffectHandle) == 0x000018, "Wrong size on FActiveGameplayEffectHandle"); \ static_assert(offsetof(FActiveGameplayEffectHandle, Handle) == 0x000000, "Member 'FActiveGameplayEffectHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayEffectHandle, bPassedFiltersAndWasExecuted) == 0x000004, "Member 'FActiveGameplayEffectHandle::bPassedFiltersAndWasExecuted' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayEffectHandle, Guid) == 0x000008, "Member 'FActiveGameplayEffectHandle::Guid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectRemovalInfo \ static_assert(alignof(FGameplayEffectRemovalInfo) == 0x000008, "Wrong alignment on FGameplayEffectRemovalInfo"); \ static_assert(sizeof(FGameplayEffectRemovalInfo) == 0x000020, "Wrong size on FGameplayEffectRemovalInfo"); \ static_assert(offsetof(FGameplayEffectRemovalInfo, bPrematureRemoval) == 0x000000, "Member 'FGameplayEffectRemovalInfo::bPrematureRemoval' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectRemovalInfo, StackCount) == 0x000004, "Member 'FGameplayEffectRemovalInfo::StackCount' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectRemovalInfo, EffectContext) == 0x000008, "Member 'FGameplayEffectRemovalInfo::EffectContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectSpecHandle \ static_assert(alignof(FGameplayEffectSpecHandle) == 0x000008, "Wrong alignment on FGameplayEffectSpecHandle"); \ static_assert(sizeof(FGameplayEffectSpecHandle) == 0x000010, "Wrong size on FGameplayEffectSpecHandle"); \ #define DUMPER7_ASSERTS_FGameplayTagRequirements \ static_assert(alignof(FGameplayTagRequirements) == 0x000008, "Wrong alignment on FGameplayTagRequirements"); \ static_assert(sizeof(FGameplayTagRequirements) == 0x000040, "Wrong size on FGameplayTagRequirements"); \ static_assert(offsetof(FGameplayTagRequirements, RequireTags) == 0x000000, "Member 'FGameplayTagRequirements::RequireTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagRequirements, IgnoreTags) == 0x000020, "Member 'FGameplayTagRequirements::IgnoreTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTargetDataFilterHandle \ static_assert(alignof(FGameplayTargetDataFilterHandle) == 0x000008, "Wrong alignment on FGameplayTargetDataFilterHandle"); \ static_assert(sizeof(FGameplayTargetDataFilterHandle) == 0x000010, "Wrong size on FGameplayTargetDataFilterHandle"); \ #define DUMPER7_ASSERTS_FGameplayAttribute \ static_assert(alignof(FGameplayAttribute) == 0x000008, "Wrong alignment on FGameplayAttribute"); \ static_assert(sizeof(FGameplayAttribute) == 0x000038, "Wrong size on FGameplayAttribute"); \ static_assert(offsetof(FGameplayAttribute, AttributeName) == 0x000000, "Member 'FGameplayAttribute::AttributeName' has a wrong offset!"); \ static_assert(offsetof(FGameplayAttribute, Attribute) == 0x000010, "Member 'FGameplayAttribute::Attribute' has a wrong offset!"); \ static_assert(offsetof(FGameplayAttribute, AttributeOwner) == 0x000030, "Member 'FGameplayAttribute::AttributeOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectModifiedAttribute \ static_assert(alignof(FGameplayEffectModifiedAttribute) == 0x000008, "Wrong alignment on FGameplayEffectModifiedAttribute"); \ static_assert(sizeof(FGameplayEffectModifiedAttribute) == 0x000040, "Wrong size on FGameplayEffectModifiedAttribute"); \ static_assert(offsetof(FGameplayEffectModifiedAttribute, Attribute) == 0x000000, "Member 'FGameplayEffectModifiedAttribute::Attribute' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectModifiedAttribute, TotalMagnitude) == 0x000038, "Member 'FGameplayEffectModifiedAttribute::TotalMagnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScalableFloat \ static_assert(alignof(FScalableFloat) == 0x000008, "Wrong alignment on FScalableFloat"); \ static_assert(sizeof(FScalableFloat) == 0x000028, "Wrong size on FScalableFloat"); \ static_assert(offsetof(FScalableFloat, Value) == 0x000000, "Member 'FScalableFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FScalableFloat, Curve) == 0x000008, "Member 'FScalableFloat::Curve' has a wrong offset!"); \ static_assert(offsetof(FScalableFloat, RegistryType) == 0x000018, "Member 'FScalableFloat::RegistryType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilitySpecHandle \ static_assert(alignof(FGameplayAbilitySpecHandle) == 0x000004, "Wrong alignment on FGameplayAbilitySpecHandle"); \ static_assert(sizeof(FGameplayAbilitySpecHandle) == 0x000004, "Wrong size on FGameplayAbilitySpecHandle"); \ static_assert(offsetof(FGameplayAbilitySpecHandle, Handle) == 0x000000, "Member 'FGameplayAbilitySpecHandle::Handle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilitySpecDef \ static_assert(alignof(FGameplayAbilitySpecDef) == 0x000008, "Wrong alignment on FGameplayAbilitySpecDef"); \ static_assert(sizeof(FGameplayAbilitySpecDef) == 0x000098, "Wrong size on FGameplayAbilitySpecDef"); \ static_assert(offsetof(FGameplayAbilitySpecDef, Ability) == 0x000000, "Member 'FGameplayAbilitySpecDef::Ability' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpecDef, LevelScalableFloat) == 0x000008, "Member 'FGameplayAbilitySpecDef::LevelScalableFloat' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpecDef, InputID) == 0x000030, "Member 'FGameplayAbilitySpecDef::InputID' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpecDef, RemovalPolicy) == 0x000034, "Member 'FGameplayAbilitySpecDef::RemovalPolicy' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpecDef, SourceObject) == 0x000038, "Member 'FGameplayAbilitySpecDef::SourceObject' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpecDef, AssignedHandle) == 0x000090, "Member 'FGameplayAbilitySpecDef::AssignedHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureDefinition \ static_assert(alignof(FGameplayEffectAttributeCaptureDefinition) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureDefinition"); \ static_assert(sizeof(FGameplayEffectAttributeCaptureDefinition) == 0x000040, "Wrong size on FGameplayEffectAttributeCaptureDefinition"); \ static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, AttributeToCapture) == 0x000000, "Member 'FGameplayEffectAttributeCaptureDefinition::AttributeToCapture' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, AttributeSource) == 0x000038, "Member 'FGameplayEffectAttributeCaptureDefinition::AttributeSource' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectAttributeCaptureDefinition, bSnapshot) == 0x000039, "Member 'FGameplayEffectAttributeCaptureDefinition::bSnapshot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureSpec \ static_assert(alignof(FGameplayEffectAttributeCaptureSpec) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureSpec"); \ static_assert(sizeof(FGameplayEffectAttributeCaptureSpec) == 0x000050, "Wrong size on FGameplayEffectAttributeCaptureSpec"); \ static_assert(offsetof(FGameplayEffectAttributeCaptureSpec, BackingDefinition) == 0x000000, "Member 'FGameplayEffectAttributeCaptureSpec::BackingDefinition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectAttributeCaptureSpecContainer \ static_assert(alignof(FGameplayEffectAttributeCaptureSpecContainer) == 0x000008, "Wrong alignment on FGameplayEffectAttributeCaptureSpecContainer"); \ static_assert(sizeof(FGameplayEffectAttributeCaptureSpecContainer) == 0x000028, "Wrong size on FGameplayEffectAttributeCaptureSpecContainer"); \ static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, SourceAttributes) == 0x000000, "Member 'FGameplayEffectAttributeCaptureSpecContainer::SourceAttributes' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, TargetAttributes) == 0x000010, "Member 'FGameplayEffectAttributeCaptureSpecContainer::TargetAttributes' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectAttributeCaptureSpecContainer, bHasNonSnapshottedAttributes) == 0x000020, "Member 'FGameplayEffectAttributeCaptureSpecContainer::bHasNonSnapshottedAttributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTagContainerAggregator \ static_assert(alignof(FTagContainerAggregator) == 0x000008, "Wrong alignment on FTagContainerAggregator"); \ static_assert(sizeof(FTagContainerAggregator) == 0x000088, "Wrong size on FTagContainerAggregator"); \ static_assert(offsetof(FTagContainerAggregator, CapturedActorTags) == 0x000000, "Member 'FTagContainerAggregator::CapturedActorTags' has a wrong offset!"); \ static_assert(offsetof(FTagContainerAggregator, CapturedSpecTags) == 0x000020, "Member 'FTagContainerAggregator::CapturedSpecTags' has a wrong offset!"); \ static_assert(offsetof(FTagContainerAggregator, ScopedTags) == 0x000040, "Member 'FTagContainerAggregator::ScopedTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FModifierSpec \ static_assert(alignof(FModifierSpec) == 0x000004, "Wrong alignment on FModifierSpec"); \ static_assert(sizeof(FModifierSpec) == 0x000004, "Wrong size on FModifierSpec"); \ static_assert(offsetof(FModifierSpec, EvaluatedMagnitude) == 0x000000, "Member 'FModifierSpec::EvaluatedMagnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectSpec \ static_assert(alignof(FGameplayEffectSpec) == 0x000008, "Wrong alignment on FGameplayEffectSpec"); \ static_assert(sizeof(FGameplayEffectSpec) == 0x000298, "Wrong size on FGameplayEffectSpec"); \ static_assert(offsetof(FGameplayEffectSpec, Def) == 0x000000, "Member 'FGameplayEffectSpec::Def' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, ModifiedAttributes) == 0x000008, "Member 'FGameplayEffectSpec::ModifiedAttributes' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, CapturedRelevantAttributes) == 0x000018, "Member 'FGameplayEffectSpec::CapturedRelevantAttributes' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, Duration) == 0x000050, "Member 'FGameplayEffectSpec::Duration' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, Period) == 0x000054, "Member 'FGameplayEffectSpec::Period' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, ChanceToApplyToTarget) == 0x000058, "Member 'FGameplayEffectSpec::ChanceToApplyToTarget' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, CapturedSourceTags) == 0x000060, "Member 'FGameplayEffectSpec::CapturedSourceTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, CapturedTargetTags) == 0x0000E8, "Member 'FGameplayEffectSpec::CapturedTargetTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, DynamicGrantedTags) == 0x000170, "Member 'FGameplayEffectSpec::DynamicGrantedTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, DynamicAssetTags) == 0x000190, "Member 'FGameplayEffectSpec::DynamicAssetTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, Modifiers) == 0x0001B0, "Member 'FGameplayEffectSpec::Modifiers' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, StackCount) == 0x0001C0, "Member 'FGameplayEffectSpec::StackCount' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, GrantedAbilitySpecs) == 0x0001C8, "Member 'FGameplayEffectSpec::GrantedAbilitySpecs' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, EffectContext) == 0x000278, "Member 'FGameplayEffectSpec::EffectContext' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpec, Level) == 0x000290, "Member 'FGameplayEffectSpec::Level' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPredictionKey \ static_assert(alignof(FPredictionKey) == 0x000008, "Wrong alignment on FPredictionKey"); \ static_assert(sizeof(FPredictionKey) == 0x000010, "Wrong size on FPredictionKey"); \ static_assert(offsetof(FPredictionKey, PredictiveConnection) == 0x000000, "Member 'FPredictionKey::PredictiveConnection' has a wrong offset!"); \ static_assert(offsetof(FPredictionKey, Current) == 0x000008, "Member 'FPredictionKey::Current' has a wrong offset!"); \ static_assert(offsetof(FPredictionKey, Base) == 0x00000A, "Member 'FPredictionKey::Base' has a wrong offset!"); \ static_assert(offsetof(FPredictionKey, bIsStale) == 0x00000C, "Member 'FPredictionKey::bIsStale' has a wrong offset!"); \ static_assert(offsetof(FPredictionKey, bIsServerInitiated) == 0x00000D, "Member 'FPredictionKey::bIsServerInitiated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveGameplayEffect \ static_assert(alignof(FActiveGameplayEffect) == 0x000008, "Wrong alignment on FActiveGameplayEffect"); \ static_assert(sizeof(FActiveGameplayEffect) == 0x000390, "Wrong size on FActiveGameplayEffect"); \ static_assert(offsetof(FActiveGameplayEffect, Spec) == 0x000028, "Member 'FActiveGameplayEffect::Spec' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayEffect, PredictionKey) == 0x0002C0, "Member 'FActiveGameplayEffect::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayEffect, StartServerWorldTime) == 0x0002D0, "Member 'FActiveGameplayEffect::StartServerWorldTime' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayEffect, CachedStartServerWorldTime) == 0x0002D4, "Member 'FActiveGameplayEffect::CachedStartServerWorldTime' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayEffect, StartWorldTime) == 0x0002D8, "Member 'FActiveGameplayEffect::StartWorldTime' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayEffect, bIsInhibited) == 0x0002DC, "Member 'FActiveGameplayEffect::bIsInhibited' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilityTargetData \ static_assert(alignof(FGameplayAbilityTargetData) == 0x000008, "Wrong alignment on FGameplayAbilityTargetData"); \ static_assert(sizeof(FGameplayAbilityTargetData) == 0x000008, "Wrong size on FGameplayAbilityTargetData"); \ #define DUMPER7_ASSERTS_FGameplayAbilityTargetData_SingleTargetHit \ static_assert(alignof(FGameplayAbilityTargetData_SingleTargetHit) == 0x000008, "Wrong alignment on FGameplayAbilityTargetData_SingleTargetHit"); \ static_assert(sizeof(FGameplayAbilityTargetData_SingleTargetHit) == 0x000098, "Wrong size on FGameplayAbilityTargetData_SingleTargetHit"); \ static_assert(offsetof(FGameplayAbilityTargetData_SingleTargetHit, HitResult) == 0x000008, "Member 'FGameplayAbilityTargetData_SingleTargetHit::HitResult' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityTargetData_SingleTargetHit, bHitReplaced) == 0x000090, "Member 'FGameplayAbilityTargetData_SingleTargetHit::bHitReplaced' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectSpecForRPC \ static_assert(alignof(FGameplayEffectSpecForRPC) == 0x000008, "Wrong alignment on FGameplayEffectSpecForRPC"); \ static_assert(sizeof(FGameplayEffectSpecForRPC) == 0x000078, "Wrong size on FGameplayEffectSpecForRPC"); \ static_assert(offsetof(FGameplayEffectSpecForRPC, Def) == 0x000000, "Member 'FGameplayEffectSpecForRPC::Def' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpecForRPC, ModifiedAttributes) == 0x000008, "Member 'FGameplayEffectSpecForRPC::ModifiedAttributes' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpecForRPC, EffectContext) == 0x000018, "Member 'FGameplayEffectSpecForRPC::EffectContext' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpecForRPC, AggregatedSourceTags) == 0x000030, "Member 'FGameplayEffectSpecForRPC::AggregatedSourceTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpecForRPC, AggregatedTargetTags) == 0x000050, "Member 'FGameplayEffectSpecForRPC::AggregatedTargetTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpecForRPC, Level) == 0x000070, "Member 'FGameplayEffectSpecForRPC::Level' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSpecForRPC, AbilityLevel) == 0x000074, "Member 'FGameplayEffectSpecForRPC::AbilityLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayCueParameters \ static_assert(alignof(FGameplayCueParameters) == 0x000008, "Wrong alignment on FGameplayCueParameters"); \ static_assert(sizeof(FGameplayCueParameters) == 0x0000C0, "Wrong size on FGameplayCueParameters"); \ static_assert(offsetof(FGameplayCueParameters, NormalizedMagnitude) == 0x000000, "Member 'FGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, RawMagnitude) == 0x000004, "Member 'FGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, EffectContext) == 0x000008, "Member 'FGameplayCueParameters::EffectContext' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, MatchedTagName) == 0x000020, "Member 'FGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, OriginalTag) == 0x000028, "Member 'FGameplayCueParameters::OriginalTag' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, AggregatedSourceTags) == 0x000030, "Member 'FGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, AggregatedTargetTags) == 0x000050, "Member 'FGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, Location) == 0x000070, "Member 'FGameplayCueParameters::Location' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, Normal) == 0x00007C, "Member 'FGameplayCueParameters::Normal' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, Instigator) == 0x000088, "Member 'FGameplayCueParameters::Instigator' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, EffectCauser) == 0x000090, "Member 'FGameplayCueParameters::EffectCauser' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, SourceObject) == 0x000098, "Member 'FGameplayCueParameters::SourceObject' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, PhysicalMaterial) == 0x0000A0, "Member 'FGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, GameplayEffectLevel) == 0x0000A8, "Member 'FGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, AbilityLevel) == 0x0000AC, "Member 'FGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, TargetAttachComponent) == 0x0000B0, "Member 'FGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0000B8, "Member 'FGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayCuePendingExecute \ static_assert(alignof(FGameplayCuePendingExecute) == 0x000008, "Wrong alignment on FGameplayCuePendingExecute"); \ static_assert(sizeof(FGameplayCuePendingExecute) == 0x000170, "Wrong size on FGameplayCuePendingExecute"); \ static_assert(offsetof(FGameplayCuePendingExecute, PredictionKey) == 0x000018, "Member 'FGameplayCuePendingExecute::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(FGameplayCuePendingExecute, PayloadType) == 0x000028, "Member 'FGameplayCuePendingExecute::PayloadType' has a wrong offset!"); \ static_assert(offsetof(FGameplayCuePendingExecute, OwningComponent) == 0x000030, "Member 'FGameplayCuePendingExecute::OwningComponent' has a wrong offset!"); \ static_assert(offsetof(FGameplayCuePendingExecute, FromSpec) == 0x000038, "Member 'FGameplayCuePendingExecute::FromSpec' has a wrong offset!"); \ static_assert(offsetof(FGameplayCuePendingExecute, CueParameters) == 0x0000B0, "Member 'FGameplayCuePendingExecute::CueParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReplicatedPredictionKeyItem \ static_assert(alignof(FReplicatedPredictionKeyItem) == 0x000008, "Wrong alignment on FReplicatedPredictionKeyItem"); \ static_assert(sizeof(FReplicatedPredictionKeyItem) == 0x000020, "Wrong size on FReplicatedPredictionKeyItem"); \ static_assert(offsetof(FReplicatedPredictionKeyItem, PredictionKey) == 0x000010, "Member 'FReplicatedPredictionKeyItem::PredictionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTargetDataFilter \ static_assert(alignof(FGameplayTargetDataFilter) == 0x000008, "Wrong alignment on FGameplayTargetDataFilter"); \ static_assert(sizeof(FGameplayTargetDataFilter) == 0x000020, "Wrong size on FGameplayTargetDataFilter"); \ static_assert(offsetof(FGameplayTargetDataFilter, SelfActor) == 0x000008, "Member 'FGameplayTargetDataFilter::SelfActor' has a wrong offset!"); \ static_assert(offsetof(FGameplayTargetDataFilter, RequiredActorClass) == 0x000010, "Member 'FGameplayTargetDataFilter::RequiredActorClass' has a wrong offset!"); \ static_assert(offsetof(FGameplayTargetDataFilter, SelfFilter) == 0x000018, "Member 'FGameplayTargetDataFilter::SelfFilter' has a wrong offset!"); \ static_assert(offsetof(FGameplayTargetDataFilter, bReverseFilter) == 0x000019, "Member 'FGameplayTargetDataFilter::bReverseFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilitySpecHandleAndPredictionKey \ static_assert(alignof(FGameplayAbilitySpecHandleAndPredictionKey) == 0x000004, "Wrong alignment on FGameplayAbilitySpecHandleAndPredictionKey"); \ static_assert(sizeof(FGameplayAbilitySpecHandleAndPredictionKey) == 0x000008, "Wrong size on FGameplayAbilitySpecHandleAndPredictionKey"); \ static_assert(offsetof(FGameplayAbilitySpecHandleAndPredictionKey, AbilityHandle) == 0x000000, "Member 'FGameplayAbilitySpecHandleAndPredictionKey::AbilityHandle' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpecHandleAndPredictionKey, PredictionKeyAtCreation) == 0x000004, "Member 'FGameplayAbilitySpecHandleAndPredictionKey::PredictionKeyAtCreation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilityLocalAnimMontage \ static_assert(alignof(FGameplayAbilityLocalAnimMontage) == 0x000008, "Wrong alignment on FGameplayAbilityLocalAnimMontage"); \ static_assert(sizeof(FGameplayAbilityLocalAnimMontage) == 0x000028, "Wrong size on FGameplayAbilityLocalAnimMontage"); \ static_assert(offsetof(FGameplayAbilityLocalAnimMontage, AnimMontage) == 0x000000, "Member 'FGameplayAbilityLocalAnimMontage::AnimMontage' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityLocalAnimMontage, PlayBit) == 0x000008, "Member 'FGameplayAbilityLocalAnimMontage::PlayBit' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityLocalAnimMontage, PredictionKey) == 0x000010, "Member 'FGameplayAbilityLocalAnimMontage::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityLocalAnimMontage, AnimatingAbility) == 0x000020, "Member 'FGameplayAbilityLocalAnimMontage::AnimatingAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConditionalGameplayEffect \ static_assert(alignof(FConditionalGameplayEffect) == 0x000008, "Wrong alignment on FConditionalGameplayEffect"); \ static_assert(sizeof(FConditionalGameplayEffect) == 0x000028, "Wrong size on FConditionalGameplayEffect"); \ static_assert(offsetof(FConditionalGameplayEffect, EffectClass) == 0x000000, "Member 'FConditionalGameplayEffect::EffectClass' has a wrong offset!"); \ static_assert(offsetof(FConditionalGameplayEffect, RequiredSourceTags) == 0x000008, "Member 'FConditionalGameplayEffect::RequiredSourceTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayModEvaluationChannelSettings \ static_assert(alignof(FGameplayModEvaluationChannelSettings) == 0x000001, "Wrong alignment on FGameplayModEvaluationChannelSettings"); \ static_assert(sizeof(FGameplayModEvaluationChannelSettings) == 0x000001, "Wrong size on FGameplayModEvaluationChannelSettings"); \ static_assert(offsetof(FGameplayModEvaluationChannelSettings, Channel) == 0x000000, "Member 'FGameplayModEvaluationChannelSettings::Channel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSetByCallerFloat \ static_assert(alignof(FSetByCallerFloat) == 0x000004, "Wrong alignment on FSetByCallerFloat"); \ static_assert(sizeof(FSetByCallerFloat) == 0x000010, "Wrong size on FSetByCallerFloat"); \ static_assert(offsetof(FSetByCallerFloat, DataName) == 0x000000, "Member 'FSetByCallerFloat::DataName' has a wrong offset!"); \ static_assert(offsetof(FSetByCallerFloat, DataTag) == 0x000008, "Member 'FSetByCallerFloat::DataTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAttributeBasedFloat \ static_assert(alignof(FAttributeBasedFloat) == 0x000008, "Wrong alignment on FAttributeBasedFloat"); \ static_assert(sizeof(FAttributeBasedFloat) == 0x000110, "Wrong size on FAttributeBasedFloat"); \ static_assert(offsetof(FAttributeBasedFloat, Coefficient) == 0x000000, "Member 'FAttributeBasedFloat::Coefficient' has a wrong offset!"); \ static_assert(offsetof(FAttributeBasedFloat, PreMultiplyAdditiveValue) == 0x000028, "Member 'FAttributeBasedFloat::PreMultiplyAdditiveValue' has a wrong offset!"); \ static_assert(offsetof(FAttributeBasedFloat, PostMultiplyAdditiveValue) == 0x000050, "Member 'FAttributeBasedFloat::PostMultiplyAdditiveValue' has a wrong offset!"); \ static_assert(offsetof(FAttributeBasedFloat, BackingAttribute) == 0x000078, "Member 'FAttributeBasedFloat::BackingAttribute' has a wrong offset!"); \ static_assert(offsetof(FAttributeBasedFloat, AttributeCurve) == 0x0000B8, "Member 'FAttributeBasedFloat::AttributeCurve' has a wrong offset!"); \ static_assert(offsetof(FAttributeBasedFloat, AttributeCalculationType) == 0x0000C8, "Member 'FAttributeBasedFloat::AttributeCalculationType' has a wrong offset!"); \ static_assert(offsetof(FAttributeBasedFloat, FinalChannel) == 0x0000C9, "Member 'FAttributeBasedFloat::FinalChannel' has a wrong offset!"); \ static_assert(offsetof(FAttributeBasedFloat, SourceTagFilter) == 0x0000D0, "Member 'FAttributeBasedFloat::SourceTagFilter' has a wrong offset!"); \ static_assert(offsetof(FAttributeBasedFloat, TargetTagFilter) == 0x0000F0, "Member 'FAttributeBasedFloat::TargetTagFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomCalculationBasedFloat \ static_assert(alignof(FCustomCalculationBasedFloat) == 0x000008, "Wrong alignment on FCustomCalculationBasedFloat"); \ static_assert(sizeof(FCustomCalculationBasedFloat) == 0x000090, "Wrong size on FCustomCalculationBasedFloat"); \ static_assert(offsetof(FCustomCalculationBasedFloat, CalculationClassMagnitude) == 0x000000, "Member 'FCustomCalculationBasedFloat::CalculationClassMagnitude' has a wrong offset!"); \ static_assert(offsetof(FCustomCalculationBasedFloat, Coefficient) == 0x000008, "Member 'FCustomCalculationBasedFloat::Coefficient' has a wrong offset!"); \ static_assert(offsetof(FCustomCalculationBasedFloat, PreMultiplyAdditiveValue) == 0x000030, "Member 'FCustomCalculationBasedFloat::PreMultiplyAdditiveValue' has a wrong offset!"); \ static_assert(offsetof(FCustomCalculationBasedFloat, PostMultiplyAdditiveValue) == 0x000058, "Member 'FCustomCalculationBasedFloat::PostMultiplyAdditiveValue' has a wrong offset!"); \ static_assert(offsetof(FCustomCalculationBasedFloat, FinalLookupCurve) == 0x000080, "Member 'FCustomCalculationBasedFloat::FinalLookupCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectModifierMagnitude \ static_assert(alignof(FGameplayEffectModifierMagnitude) == 0x000008, "Wrong alignment on FGameplayEffectModifierMagnitude"); \ static_assert(sizeof(FGameplayEffectModifierMagnitude) == 0x0001E0, "Wrong size on FGameplayEffectModifierMagnitude"); \ static_assert(offsetof(FGameplayEffectModifierMagnitude, MagnitudeCalculationType) == 0x000000, "Member 'FGameplayEffectModifierMagnitude::MagnitudeCalculationType' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectModifierMagnitude, ScalableFloatMagnitude) == 0x000008, "Member 'FGameplayEffectModifierMagnitude::ScalableFloatMagnitude' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectModifierMagnitude, AttributeBasedMagnitude) == 0x000030, "Member 'FGameplayEffectModifierMagnitude::AttributeBasedMagnitude' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectModifierMagnitude, CustomMagnitude) == 0x000140, "Member 'FGameplayEffectModifierMagnitude::CustomMagnitude' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectModifierMagnitude, SetByCallerMagnitude) == 0x0001D0, "Member 'FGameplayEffectModifierMagnitude::SetByCallerMagnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayModifierInfo \ static_assert(alignof(FGameplayModifierInfo) == 0x000008, "Wrong alignment on FGameplayModifierInfo"); \ static_assert(sizeof(FGameplayModifierInfo) == 0x0002D0, "Wrong size on FGameplayModifierInfo"); \ static_assert(offsetof(FGameplayModifierInfo, Attribute) == 0x000000, "Member 'FGameplayModifierInfo::Attribute' has a wrong offset!"); \ static_assert(offsetof(FGameplayModifierInfo, ModifierOp) == 0x000038, "Member 'FGameplayModifierInfo::ModifierOp' has a wrong offset!"); \ static_assert(offsetof(FGameplayModifierInfo, Magnitude) == 0x000040, "Member 'FGameplayModifierInfo::Magnitude' has a wrong offset!"); \ static_assert(offsetof(FGameplayModifierInfo, ModifierMagnitude) == 0x000068, "Member 'FGameplayModifierInfo::ModifierMagnitude' has a wrong offset!"); \ static_assert(offsetof(FGameplayModifierInfo, EvaluationChannelSettings) == 0x000248, "Member 'FGameplayModifierInfo::EvaluationChannelSettings' has a wrong offset!"); \ static_assert(offsetof(FGameplayModifierInfo, SourceTags) == 0x000250, "Member 'FGameplayModifierInfo::SourceTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayModifierInfo, TargetTags) == 0x000290, "Member 'FGameplayModifierInfo::TargetTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAttributeMetaData \ static_assert(alignof(FAttributeMetaData) == 0x000008, "Wrong alignment on FAttributeMetaData"); \ static_assert(sizeof(FAttributeMetaData) == 0x000030, "Wrong size on FAttributeMetaData"); \ static_assert(offsetof(FAttributeMetaData, BaseValue) == 0x000008, "Member 'FAttributeMetaData::BaseValue' has a wrong offset!"); \ static_assert(offsetof(FAttributeMetaData, MinValue) == 0x00000C, "Member 'FAttributeMetaData::MinValue' has a wrong offset!"); \ static_assert(offsetof(FAttributeMetaData, MaxValue) == 0x000010, "Member 'FAttributeMetaData::MaxValue' has a wrong offset!"); \ static_assert(offsetof(FAttributeMetaData, DerivedAttributeInfo) == 0x000018, "Member 'FAttributeMetaData::DerivedAttributeInfo' has a wrong offset!"); \ static_assert(offsetof(FAttributeMetaData, bCanStack) == 0x000028, "Member 'FAttributeMetaData::bCanStack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReplicatedPredictionKeyMap \ static_assert(alignof(FReplicatedPredictionKeyMap) == 0x000008, "Wrong alignment on FReplicatedPredictionKeyMap"); \ static_assert(sizeof(FReplicatedPredictionKeyMap) == 0x000118, "Wrong size on FReplicatedPredictionKeyMap"); \ static_assert(offsetof(FReplicatedPredictionKeyMap, PredictionKeys) == 0x000108, "Member 'FReplicatedPredictionKeyMap::PredictionKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayCueTag \ static_assert(alignof(FGameplayCueTag) == 0x000004, "Wrong alignment on FGameplayCueTag"); \ static_assert(sizeof(FGameplayCueTag) == 0x000008, "Wrong size on FGameplayCueTag"); \ static_assert(offsetof(FGameplayCueTag, GameplayCueTag) == 0x000000, "Member 'FGameplayCueTag::GameplayCueTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilityActivationInfo \ static_assert(alignof(FGameplayAbilityActivationInfo) == 0x000008, "Wrong alignment on FGameplayAbilityActivationInfo"); \ static_assert(sizeof(FGameplayAbilityActivationInfo) == 0x000018, "Wrong size on FGameplayAbilityActivationInfo"); \ static_assert(offsetof(FGameplayAbilityActivationInfo, ActivationMode) == 0x000000, "Member 'FGameplayAbilityActivationInfo::ActivationMode' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityActivationInfo, PredictionKeyWhenActivated) == 0x000008, "Member 'FGameplayAbilityActivationInfo::PredictionKeyWhenActivated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilityTargetingLocationInfo \ static_assert(alignof(FGameplayAbilityTargetingLocationInfo) == 0x000010, "Wrong alignment on FGameplayAbilityTargetingLocationInfo"); \ static_assert(sizeof(FGameplayAbilityTargetingLocationInfo) == 0x000070, "Wrong size on FGameplayAbilityTargetingLocationInfo"); \ static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, LocationType) == 0x000010, "Member 'FGameplayAbilityTargetingLocationInfo::LocationType' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, LiteralTransform) == 0x000020, "Member 'FGameplayAbilityTargetingLocationInfo::LiteralTransform' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceActor) == 0x000050, "Member 'FGameplayAbilityTargetingLocationInfo::SourceActor' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceComponent) == 0x000058, "Member 'FGameplayAbilityTargetingLocationInfo::SourceComponent' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceAbility) == 0x000060, "Member 'FGameplayAbilityTargetingLocationInfo::SourceAbility' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityTargetingLocationInfo, SourceSocketName) == 0x000068, "Member 'FGameplayAbilityTargetingLocationInfo::SourceSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilityTargetData_LocationInfo \ static_assert(alignof(FGameplayAbilityTargetData_LocationInfo) == 0x000010, "Wrong alignment on FGameplayAbilityTargetData_LocationInfo"); \ static_assert(sizeof(FGameplayAbilityTargetData_LocationInfo) == 0x0000F0, "Wrong size on FGameplayAbilityTargetData_LocationInfo"); \ static_assert(offsetof(FGameplayAbilityTargetData_LocationInfo, SourceLocation) == 0x000010, "Member 'FGameplayAbilityTargetData_LocationInfo::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityTargetData_LocationInfo, TargetLocation) == 0x000080, "Member 'FGameplayAbilityTargetData_LocationInfo::TargetLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveGameplayCue \ static_assert(alignof(FActiveGameplayCue) == 0x000008, "Wrong alignment on FActiveGameplayCue"); \ static_assert(sizeof(FActiveGameplayCue) == 0x0000F0, "Wrong size on FActiveGameplayCue"); \ static_assert(offsetof(FActiveGameplayCue, GameplayCueTag) == 0x00000C, "Member 'FActiveGameplayCue::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayCue, PredictionKey) == 0x000018, "Member 'FActiveGameplayCue::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayCue, Parameters) == 0x000028, "Member 'FActiveGameplayCue::Parameters' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayCue, bPredictivelyRemoved) == 0x0000E8, "Member 'FActiveGameplayCue::bPredictivelyRemoved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveGameplayCueContainer \ static_assert(alignof(FActiveGameplayCueContainer) == 0x000008, "Wrong alignment on FActiveGameplayCueContainer"); \ static_assert(sizeof(FActiveGameplayCueContainer) == 0x000128, "Wrong size on FActiveGameplayCueContainer"); \ static_assert(offsetof(FActiveGameplayCueContainer, GameplayCues) == 0x000108, "Member 'FActiveGameplayCueContainer::GameplayCues' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayCueContainer, Owner) == 0x000120, "Member 'FActiveGameplayCueContainer::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectQuery \ static_assert(alignof(FGameplayEffectQuery) == 0x000008, "Wrong alignment on FGameplayEffectQuery"); \ static_assert(sizeof(FGameplayEffectQuery) == 0x000150, "Wrong size on FGameplayEffectQuery"); \ static_assert(offsetof(FGameplayEffectQuery, CustomMatchDelegate_BP) == 0x000010, "Member 'FGameplayEffectQuery::CustomMatchDelegate_BP' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectQuery, OwningTagQuery) == 0x000020, "Member 'FGameplayEffectQuery::OwningTagQuery' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectQuery, EffectTagQuery) == 0x000068, "Member 'FGameplayEffectQuery::EffectTagQuery' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectQuery, SourceTagQuery) == 0x0000B0, "Member 'FGameplayEffectQuery::SourceTagQuery' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectQuery, ModifyingAttribute) == 0x0000F8, "Member 'FGameplayEffectQuery::ModifyingAttribute' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectQuery, EffectSource) == 0x000130, "Member 'FGameplayEffectQuery::EffectSource' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectQuery, EffectDefinition) == 0x000138, "Member 'FGameplayEffectQuery::EffectDefinition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayCueTranslatorNodeIndex \ static_assert(alignof(FGameplayCueTranslatorNodeIndex) == 0x000004, "Wrong alignment on FGameplayCueTranslatorNodeIndex"); \ static_assert(sizeof(FGameplayCueTranslatorNodeIndex) == 0x000004, "Wrong size on FGameplayCueTranslatorNodeIndex"); \ static_assert(offsetof(FGameplayCueTranslatorNodeIndex, Index) == 0x000000, "Member 'FGameplayCueTranslatorNodeIndex::Index' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAbilityTriggerData \ static_assert(alignof(FAbilityTriggerData) == 0x000004, "Wrong alignment on FAbilityTriggerData"); \ static_assert(sizeof(FAbilityTriggerData) == 0x00000C, "Wrong size on FAbilityTriggerData"); \ static_assert(offsetof(FAbilityTriggerData, TriggerTag) == 0x000000, "Member 'FAbilityTriggerData::TriggerTag' has a wrong offset!"); \ static_assert(offsetof(FAbilityTriggerData, TriggerSource) == 0x000008, "Member 'FAbilityTriggerData::TriggerSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbilities__FServerAbilityRPCBatch \ static_assert(alignof(GameplayAbilities::FServerAbilityRPCBatch) == 0x000008, "Wrong alignment on GameplayAbilities::FServerAbilityRPCBatch"); \ static_assert(sizeof(GameplayAbilities::FServerAbilityRPCBatch) == 0x000048, "Wrong size on GameplayAbilities::FServerAbilityRPCBatch"); \ static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, AbilitySpecHandle) == 0x000000, "Member 'GameplayAbilities::FServerAbilityRPCBatch::AbilitySpecHandle' has a wrong offset!"); \ static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, PredictionKey) == 0x000008, "Member 'GameplayAbilities::FServerAbilityRPCBatch::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, TargetData) == 0x000018, "Member 'GameplayAbilities::FServerAbilityRPCBatch::TargetData' has a wrong offset!"); \ static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, InputPressed) == 0x000040, "Member 'GameplayAbilities::FServerAbilityRPCBatch::InputPressed' has a wrong offset!"); \ static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, Ended) == 0x000041, "Member 'GameplayAbilities::FServerAbilityRPCBatch::Ended' has a wrong offset!"); \ static_assert(offsetof(GameplayAbilities::FServerAbilityRPCBatch, Started) == 0x000042, "Member 'GameplayAbilities::FServerAbilityRPCBatch::Started' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPreallocationInfo \ static_assert(alignof(FPreallocationInfo) == 0x000008, "Wrong alignment on FPreallocationInfo"); \ static_assert(sizeof(FPreallocationInfo) == 0x000068, "Wrong size on FPreallocationInfo"); \ static_assert(offsetof(FPreallocationInfo, ClassesNeedingPreallocation) == 0x000050, "Member 'FPreallocationInfo::ClassesNeedingPreallocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMinimalReplicationTagCountMap \ static_assert(alignof(FMinimalReplicationTagCountMap) == 0x000008, "Wrong alignment on FMinimalReplicationTagCountMap"); \ static_assert(sizeof(FMinimalReplicationTagCountMap) == 0x000060, "Wrong size on FMinimalReplicationTagCountMap"); \ static_assert(offsetof(FMinimalReplicationTagCountMap, Owner) == 0x000050, "Member 'FMinimalReplicationTagCountMap::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilityBindInfo \ static_assert(alignof(FGameplayAbilityBindInfo) == 0x000008, "Wrong alignment on FGameplayAbilityBindInfo"); \ static_assert(sizeof(FGameplayAbilityBindInfo) == 0x000010, "Wrong size on FGameplayAbilityBindInfo"); \ static_assert(offsetof(FGameplayAbilityBindInfo, Command) == 0x000000, "Member 'FGameplayAbilityBindInfo::Command' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityBindInfo, GameplayAbilityClass) == 0x000008, "Member 'FGameplayAbilityBindInfo::GameplayAbilityClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveGameplayEffectsContainer \ static_assert(alignof(FActiveGameplayEffectsContainer) == 0x000008, "Wrong alignment on FActiveGameplayEffectsContainer"); \ static_assert(sizeof(FActiveGameplayEffectsContainer) == 0x000478, "Wrong size on FActiveGameplayEffectsContainer"); \ static_assert(offsetof(FActiveGameplayEffectsContainer, GameplayEffects_Internal) == 0x000130, "Member 'FActiveGameplayEffectsContainer::GameplayEffects_Internal' has a wrong offset!"); \ static_assert(offsetof(FActiveGameplayEffectsContainer, ApplicationImmunityQueryEffects) == 0x000450, "Member 'FActiveGameplayEffectsContainer::ApplicationImmunityQueryEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilityRepAnimMontage \ static_assert(alignof(FGameplayAbilityRepAnimMontage) == 0x000008, "Wrong alignment on FGameplayAbilityRepAnimMontage"); \ static_assert(sizeof(FGameplayAbilityRepAnimMontage) == 0x000030, "Wrong size on FGameplayAbilityRepAnimMontage"); \ static_assert(offsetof(FGameplayAbilityRepAnimMontage, AnimMontage) == 0x000000, "Member 'FGameplayAbilityRepAnimMontage::AnimMontage' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityRepAnimMontage, PlayRate) == 0x000008, "Member 'FGameplayAbilityRepAnimMontage::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityRepAnimMontage, position) == 0x00000C, "Member 'FGameplayAbilityRepAnimMontage::position' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityRepAnimMontage, BlendTime) == 0x000010, "Member 'FGameplayAbilityRepAnimMontage::BlendTime' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityRepAnimMontage, NextSectionID) == 0x000014, "Member 'FGameplayAbilityRepAnimMontage::NextSectionID' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityRepAnimMontage, PredictionKey) == 0x000018, "Member 'FGameplayAbilityRepAnimMontage::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityRepAnimMontage, SectionIdToPlay) == 0x000028, "Member 'FGameplayAbilityRepAnimMontage::SectionIdToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilitySpec \ static_assert(alignof(FGameplayAbilitySpec) == 0x000008, "Wrong alignment on FGameplayAbilitySpec"); \ static_assert(sizeof(FGameplayAbilitySpec) == 0x0000F0, "Wrong size on FGameplayAbilitySpec"); \ static_assert(offsetof(FGameplayAbilitySpec, Handle) == 0x00000C, "Member 'FGameplayAbilitySpec::Handle' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpec, Ability) == 0x000010, "Member 'FGameplayAbilitySpec::Ability' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpec, Level) == 0x000018, "Member 'FGameplayAbilitySpec::Level' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpec, InputID) == 0x00001C, "Member 'FGameplayAbilitySpec::InputID' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpec, SourceObject) == 0x000020, "Member 'FGameplayAbilitySpec::SourceObject' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpec, ActiveCount) == 0x000028, "Member 'FGameplayAbilitySpec::ActiveCount' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpec, ActivationInfo) == 0x000030, "Member 'FGameplayAbilitySpec::ActivationInfo' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpec, DynamicAbilityTags) == 0x000048, "Member 'FGameplayAbilitySpec::DynamicAbilityTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpec, NonReplicatedInstances) == 0x000068, "Member 'FGameplayAbilitySpec::NonReplicatedInstances' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpec, ReplicatedInstances) == 0x000078, "Member 'FGameplayAbilitySpec::ReplicatedInstances' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpec, GameplayEffectHandle) == 0x000088, "Member 'FGameplayAbilitySpec::GameplayEffectHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilitySpecContainer \ static_assert(alignof(FGameplayAbilitySpecContainer) == 0x000008, "Wrong alignment on FGameplayAbilitySpecContainer"); \ static_assert(sizeof(FGameplayAbilitySpecContainer) == 0x000120, "Wrong size on FGameplayAbilitySpecContainer"); \ static_assert(offsetof(FGameplayAbilitySpecContainer, Items) == 0x000108, "Member 'FGameplayAbilitySpecContainer::Items' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilitySpecContainer, Owner) == 0x000118, "Member 'FGameplayAbilitySpecContainer::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilityTargetData_ActorArray \ static_assert(alignof(FGameplayAbilityTargetData_ActorArray) == 0x000010, "Wrong alignment on FGameplayAbilityTargetData_ActorArray"); \ static_assert(sizeof(FGameplayAbilityTargetData_ActorArray) == 0x000090, "Wrong size on FGameplayAbilityTargetData_ActorArray"); \ static_assert(offsetof(FGameplayAbilityTargetData_ActorArray, SourceLocation) == 0x000010, "Member 'FGameplayAbilityTargetData_ActorArray::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityTargetData_ActorArray, TargetActorArray) == 0x000080, "Member 'FGameplayAbilityTargetData_ActorArray::TargetActorArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAttributeDefaults \ static_assert(alignof(FAttributeDefaults) == 0x000008, "Wrong alignment on FAttributeDefaults"); \ static_assert(sizeof(FAttributeDefaults) == 0x000010, "Wrong size on FAttributeDefaults"); \ static_assert(offsetof(FAttributeDefaults, Attributes) == 0x000000, "Member 'FAttributeDefaults::Attributes' has a wrong offset!"); \ static_assert(offsetof(FAttributeDefaults, DefaultStartingTable) == 0x000008, "Member 'FAttributeDefaults::DefaultStartingTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAbilityEndedData \ static_assert(alignof(FAbilityEndedData) == 0x000008, "Wrong alignment on FAbilityEndedData"); \ static_assert(sizeof(FAbilityEndedData) == 0x000010, "Wrong size on FAbilityEndedData"); \ static_assert(offsetof(FAbilityEndedData, AbilityThatEnded) == 0x000000, "Member 'FAbilityEndedData::AbilityThatEnded' has a wrong offset!"); \ static_assert(offsetof(FAbilityEndedData, AbilitySpecHandle) == 0x000008, "Member 'FAbilityEndedData::AbilitySpecHandle' has a wrong offset!"); \ static_assert(offsetof(FAbilityEndedData, bReplicateEndAbility) == 0x00000C, "Member 'FAbilityEndedData::bReplicateEndAbility' has a wrong offset!"); \ static_assert(offsetof(FAbilityEndedData, bWasCancelled) == 0x00000D, "Member 'FAbilityEndedData::bWasCancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWorldReticleParameters \ static_assert(alignof(FWorldReticleParameters) == 0x000004, "Wrong alignment on FWorldReticleParameters"); \ static_assert(sizeof(FWorldReticleParameters) == 0x00000C, "Wrong size on FWorldReticleParameters"); \ static_assert(offsetof(FWorldReticleParameters, AOEScale) == 0x000000, "Member 'FWorldReticleParameters::AOEScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectContext \ static_assert(alignof(FGameplayEffectContext) == 0x000008, "Wrong alignment on FGameplayEffectContext"); \ static_assert(sizeof(FGameplayEffectContext) == 0x000070, "Wrong size on FGameplayEffectContext"); \ static_assert(offsetof(FGameplayEffectContext, Instigator) == 0x000008, "Member 'FGameplayEffectContext::Instigator' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectContext, EffectCauser) == 0x000010, "Member 'FGameplayEffectContext::EffectCauser' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectContext, AbilityCDO) == 0x000018, "Member 'FGameplayEffectContext::AbilityCDO' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectContext, AbilityInstanceNotReplicated) == 0x000020, "Member 'FGameplayEffectContext::AbilityInstanceNotReplicated' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectContext, AbilityLevel) == 0x000028, "Member 'FGameplayEffectContext::AbilityLevel' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectContext, SourceObject) == 0x00002C, "Member 'FGameplayEffectContext::SourceObject' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectContext, InstigatorAbilitySystemComponent) == 0x000034, "Member 'FGameplayEffectContext::InstigatorAbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectContext, Actors) == 0x000040, "Member 'FGameplayEffectContext::Actors' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectContext, WorldOrigin) == 0x000060, "Member 'FGameplayEffectContext::WorldOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNetSerializeScriptStructCache \ static_assert(alignof(FNetSerializeScriptStructCache) == 0x000008, "Wrong alignment on FNetSerializeScriptStructCache"); \ static_assert(sizeof(FNetSerializeScriptStructCache) == 0x000010, "Wrong size on FNetSerializeScriptStructCache"); \ static_assert(offsetof(FNetSerializeScriptStructCache, ScriptStructs) == 0x000000, "Member 'FNetSerializeScriptStructCache::ScriptStructs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAttributeData \ static_assert(alignof(FGameplayAttributeData) == 0x000008, "Wrong alignment on FGameplayAttributeData"); \ static_assert(sizeof(FGameplayAttributeData) == 0x000010, "Wrong size on FGameplayAttributeData"); \ static_assert(offsetof(FGameplayAttributeData, BaseValue) == 0x000008, "Member 'FGameplayAttributeData::BaseValue' has a wrong offset!"); \ static_assert(offsetof(FGameplayAttributeData, CurrentValue) == 0x00000C, "Member 'FGameplayAttributeData::CurrentValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAbilityTaskDebugMessage \ static_assert(alignof(FAbilityTaskDebugMessage) == 0x000008, "Wrong alignment on FAbilityTaskDebugMessage"); \ static_assert(sizeof(FAbilityTaskDebugMessage) == 0x000018, "Wrong size on FAbilityTaskDebugMessage"); \ static_assert(offsetof(FAbilityTaskDebugMessage, FromTask) == 0x000000, "Member 'FAbilityTaskDebugMessage::FromTask' has a wrong offset!"); \ static_assert(offsetof(FAbilityTaskDebugMessage, Message) == 0x000008, "Member 'FAbilityTaskDebugMessage::Message' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayAbilityActorInfo \ static_assert(alignof(FGameplayAbilityActorInfo) == 0x000008, "Wrong alignment on FGameplayAbilityActorInfo"); \ static_assert(sizeof(FGameplayAbilityActorInfo) == 0x000048, "Wrong size on FGameplayAbilityActorInfo"); \ static_assert(offsetof(FGameplayAbilityActorInfo, OwnerActor) == 0x000008, "Member 'FGameplayAbilityActorInfo::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityActorInfo, AvatarActor) == 0x000010, "Member 'FGameplayAbilityActorInfo::AvatarActor' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityActorInfo, PlayerController) == 0x000018, "Member 'FGameplayAbilityActorInfo::PlayerController' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityActorInfo, AbilitySystemComponent) == 0x000020, "Member 'FGameplayAbilityActorInfo::AbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityActorInfo, SkeletalMeshComponent) == 0x000028, "Member 'FGameplayAbilityActorInfo::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityActorInfo, AnimInstance) == 0x000030, "Member 'FGameplayAbilityActorInfo::AnimInstance' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityActorInfo, MovementComponent) == 0x000038, "Member 'FGameplayAbilityActorInfo::MovementComponent' has a wrong offset!"); \ static_assert(offsetof(FGameplayAbilityActorInfo, AffectedAnimInstanceTag) == 0x000040, "Member 'FGameplayAbilityActorInfo::AffectedAnimInstanceTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMinimalGameplayCueReplicationProxy \ static_assert(alignof(FMinimalGameplayCueReplicationProxy) == 0x000010, "Wrong alignment on FMinimalGameplayCueReplicationProxy"); \ static_assert(sizeof(FMinimalGameplayCueReplicationProxy) == 0x000290, "Wrong size on FMinimalGameplayCueReplicationProxy"); \ static_assert(offsetof(FMinimalGameplayCueReplicationProxy, Owner) == 0x000280, "Member 'FMinimalGameplayCueReplicationProxy::Owner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayCueObjectLibrary \ static_assert(alignof(FGameplayCueObjectLibrary) == 0x000008, "Wrong alignment on FGameplayCueObjectLibrary"); \ static_assert(sizeof(FGameplayCueObjectLibrary) == 0x000050, "Wrong size on FGameplayCueObjectLibrary"); \ static_assert(offsetof(FGameplayCueObjectLibrary, Paths) == 0x000000, "Member 'FGameplayCueObjectLibrary::Paths' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueObjectLibrary, ActorObjectLibrary) == 0x000030, "Member 'FGameplayCueObjectLibrary::ActorObjectLibrary' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueObjectLibrary, StaticObjectLibrary) == 0x000038, "Member 'FGameplayCueObjectLibrary::StaticObjectLibrary' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueObjectLibrary, CueSet) == 0x000040, "Member 'FGameplayCueObjectLibrary::CueSet' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueObjectLibrary, bShouldSyncScan) == 0x00004C, "Member 'FGameplayCueObjectLibrary::bShouldSyncScan' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueObjectLibrary, bShouldAsyncLoad) == 0x00004D, "Member 'FGameplayCueObjectLibrary::bShouldAsyncLoad' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueObjectLibrary, bShouldSyncLoad) == 0x00004E, "Member 'FGameplayCueObjectLibrary::bShouldSyncLoad' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueObjectLibrary, bHasBeenInitialized) == 0x00004F, "Member 'FGameplayCueObjectLibrary::bHasBeenInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayCueNotifyData \ static_assert(alignof(FGameplayCueNotifyData) == 0x000008, "Wrong alignment on FGameplayCueNotifyData"); \ static_assert(sizeof(FGameplayCueNotifyData) == 0x000030, "Wrong size on FGameplayCueNotifyData"); \ static_assert(offsetof(FGameplayCueNotifyData, GameplayCueTag) == 0x000000, "Member 'FGameplayCueNotifyData::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueNotifyData, GameplayCueNotifyObj) == 0x000008, "Member 'FGameplayCueNotifyData::GameplayCueNotifyObj' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueNotifyData, LoadedGameplayCueClass) == 0x000020, "Member 'FGameplayCueNotifyData::LoadedGameplayCueClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayCueTranslationLink \ static_assert(alignof(FGameplayCueTranslationLink) == 0x000008, "Wrong alignment on FGameplayCueTranslationLink"); \ static_assert(sizeof(FGameplayCueTranslationLink) == 0x000018, "Wrong size on FGameplayCueTranslationLink"); \ static_assert(offsetof(FGameplayCueTranslationLink, RulesCDO) == 0x000000, "Member 'FGameplayCueTranslationLink::RulesCDO' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayCueTranslatorNode \ static_assert(alignof(FGameplayCueTranslatorNode) == 0x000008, "Wrong alignment on FGameplayCueTranslatorNode"); \ static_assert(sizeof(FGameplayCueTranslatorNode) == 0x000078, "Wrong size on FGameplayCueTranslatorNode"); \ static_assert(offsetof(FGameplayCueTranslatorNode, Links) == 0x000000, "Member 'FGameplayCueTranslatorNode::Links' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueTranslatorNode, CachedIndex) == 0x000010, "Member 'FGameplayCueTranslatorNode::CachedIndex' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueTranslatorNode, CachedGameplayTag) == 0x000014, "Member 'FGameplayCueTranslatorNode::CachedGameplayTag' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueTranslatorNode, CachedGameplayTagName) == 0x00001C, "Member 'FGameplayCueTranslatorNode::CachedGameplayTagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayCueTranslationManager \ static_assert(alignof(FGameplayCueTranslationManager) == 0x000008, "Wrong alignment on FGameplayCueTranslationManager"); \ static_assert(sizeof(FGameplayCueTranslationManager) == 0x000080, "Wrong size on FGameplayCueTranslationManager"); \ static_assert(offsetof(FGameplayCueTranslationManager, TranslationLUT) == 0x000000, "Member 'FGameplayCueTranslationManager::TranslationLUT' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueTranslationManager, TranslationNameToIndexMap) == 0x000010, "Member 'FGameplayCueTranslationManager::TranslationNameToIndexMap' has a wrong offset!"); \ static_assert(offsetof(FGameplayCueTranslationManager, TagManager) == 0x000060, "Member 'FGameplayCueTranslationManager::TagManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActiveGameplayEffectQuery \ static_assert(alignof(FActiveGameplayEffectQuery) == 0x000008, "Wrong alignment on FActiveGameplayEffectQuery"); \ static_assert(sizeof(FActiveGameplayEffectQuery) == 0x000088, "Wrong size on FActiveGameplayEffectQuery"); \ #define DUMPER7_ASSERTS_FInheritedTagContainer \ static_assert(alignof(FInheritedTagContainer) == 0x000008, "Wrong alignment on FInheritedTagContainer"); \ static_assert(sizeof(FInheritedTagContainer) == 0x000060, "Wrong size on FInheritedTagContainer"); \ static_assert(offsetof(FInheritedTagContainer, CombinedTags) == 0x000000, "Member 'FInheritedTagContainer::CombinedTags' has a wrong offset!"); \ static_assert(offsetof(FInheritedTagContainer, Added) == 0x000020, "Member 'FInheritedTagContainer::Added' has a wrong offset!"); \ static_assert(offsetof(FInheritedTagContainer, Removed) == 0x000040, "Member 'FInheritedTagContainer::Removed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectCue \ static_assert(alignof(FGameplayEffectCue) == 0x000008, "Wrong alignment on FGameplayEffectCue"); \ static_assert(sizeof(FGameplayEffectCue) == 0x000060, "Wrong size on FGameplayEffectCue"); \ static_assert(offsetof(FGameplayEffectCue, MagnitudeAttribute) == 0x000000, "Member 'FGameplayEffectCue::MagnitudeAttribute' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectCue, MinLevel) == 0x000038, "Member 'FGameplayEffectCue::MinLevel' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectCue, MaxLevel) == 0x00003C, "Member 'FGameplayEffectCue::MaxLevel' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectCue, GameplayCueTags) == 0x000040, "Member 'FGameplayEffectCue::GameplayCueTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectExecutionScopedModifierInfo \ static_assert(alignof(FGameplayEffectExecutionScopedModifierInfo) == 0x000008, "Wrong alignment on FGameplayEffectExecutionScopedModifierInfo"); \ static_assert(sizeof(FGameplayEffectExecutionScopedModifierInfo) == 0x0002B8, "Wrong size on FGameplayEffectExecutionScopedModifierInfo"); \ static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, CapturedAttribute) == 0x000000, "Member 'FGameplayEffectExecutionScopedModifierInfo::CapturedAttribute' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, TransientAggregatorIdentifier) == 0x000040, "Member 'FGameplayEffectExecutionScopedModifierInfo::TransientAggregatorIdentifier' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, AggregatorType) == 0x000048, "Member 'FGameplayEffectExecutionScopedModifierInfo::AggregatorType' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, ModifierOp) == 0x000049, "Member 'FGameplayEffectExecutionScopedModifierInfo::ModifierOp' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, ModifierMagnitude) == 0x000050, "Member 'FGameplayEffectExecutionScopedModifierInfo::ModifierMagnitude' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, EvaluationChannelSettings) == 0x000230, "Member 'FGameplayEffectExecutionScopedModifierInfo::EvaluationChannelSettings' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, SourceTags) == 0x000238, "Member 'FGameplayEffectExecutionScopedModifierInfo::SourceTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectExecutionScopedModifierInfo, TargetTags) == 0x000278, "Member 'FGameplayEffectExecutionScopedModifierInfo::TargetTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectExecutionDefinition \ static_assert(alignof(FGameplayEffectExecutionDefinition) == 0x000008, "Wrong alignment on FGameplayEffectExecutionDefinition"); \ static_assert(sizeof(FGameplayEffectExecutionDefinition) == 0x000058, "Wrong size on FGameplayEffectExecutionDefinition"); \ static_assert(offsetof(FGameplayEffectExecutionDefinition, CalculationClass) == 0x000000, "Member 'FGameplayEffectExecutionDefinition::CalculationClass' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectExecutionDefinition, PassedInTags) == 0x000008, "Member 'FGameplayEffectExecutionDefinition::PassedInTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectExecutionDefinition, CalculationModifiers) == 0x000028, "Member 'FGameplayEffectExecutionDefinition::CalculationModifiers' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectExecutionDefinition, ConditionalGameplayEffectClasses) == 0x000038, "Member 'FGameplayEffectExecutionDefinition::ConditionalGameplayEffectClasses' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectExecutionDefinition, ConditionalGameplayEffects) == 0x000048, "Member 'FGameplayEffectExecutionDefinition::ConditionalGameplayEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayModifierEvaluatedData \ static_assert(alignof(FGameplayModifierEvaluatedData) == 0x000008, "Wrong alignment on FGameplayModifierEvaluatedData"); \ static_assert(sizeof(FGameplayModifierEvaluatedData) == 0x000060, "Wrong size on FGameplayModifierEvaluatedData"); \ static_assert(offsetof(FGameplayModifierEvaluatedData, Attribute) == 0x000000, "Member 'FGameplayModifierEvaluatedData::Attribute' has a wrong offset!"); \ static_assert(offsetof(FGameplayModifierEvaluatedData, ModifierOp) == 0x000038, "Member 'FGameplayModifierEvaluatedData::ModifierOp' has a wrong offset!"); \ static_assert(offsetof(FGameplayModifierEvaluatedData, Magnitude) == 0x00003C, "Member 'FGameplayModifierEvaluatedData::Magnitude' has a wrong offset!"); \ static_assert(offsetof(FGameplayModifierEvaluatedData, Handle) == 0x000040, "Member 'FGameplayModifierEvaluatedData::Handle' has a wrong offset!"); \ static_assert(offsetof(FGameplayModifierEvaluatedData, IsValid) == 0x000058, "Member 'FGameplayModifierEvaluatedData::IsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectCustomExecutionOutput \ static_assert(alignof(FGameplayEffectCustomExecutionOutput) == 0x000008, "Wrong alignment on FGameplayEffectCustomExecutionOutput"); \ static_assert(sizeof(FGameplayEffectCustomExecutionOutput) == 0x000018, "Wrong size on FGameplayEffectCustomExecutionOutput"); \ static_assert(offsetof(FGameplayEffectCustomExecutionOutput, OutputModifiers) == 0x000000, "Member 'FGameplayEffectCustomExecutionOutput::OutputModifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectCustomExecutionParameters \ static_assert(alignof(FGameplayEffectCustomExecutionParameters) == 0x000008, "Wrong alignment on FGameplayEffectCustomExecutionParameters"); \ static_assert(sizeof(FGameplayEffectCustomExecutionParameters) == 0x0000F0, "Wrong size on FGameplayEffectCustomExecutionParameters"); \ #define DUMPER7_ASSERTS_FGameplayTagBlueprintPropertyMapping \ static_assert(alignof(FGameplayTagBlueprintPropertyMapping) == 0x000008, "Wrong alignment on FGameplayTagBlueprintPropertyMapping"); \ static_assert(sizeof(FGameplayTagBlueprintPropertyMapping) == 0x000048, "Wrong size on FGameplayTagBlueprintPropertyMapping"); \ static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, TagToMap) == 0x000000, "Member 'FGameplayTagBlueprintPropertyMapping::TagToMap' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyToEdit) == 0x000008, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyToEdit' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyName) == 0x000028, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyName' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagBlueprintPropertyMapping, PropertyGuid) == 0x000030, "Member 'FGameplayTagBlueprintPropertyMapping::PropertyGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagBlueprintPropertyMap \ static_assert(alignof(FGameplayTagBlueprintPropertyMap) == 0x000008, "Wrong alignment on FGameplayTagBlueprintPropertyMap"); \ static_assert(sizeof(FGameplayTagBlueprintPropertyMap) == 0x000020, "Wrong size on FGameplayTagBlueprintPropertyMap"); \ static_assert(offsetof(FGameplayTagBlueprintPropertyMap, PropertyMappings) == 0x000010, "Member 'FGameplayTagBlueprintPropertyMap::PropertyMappings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayEffectSaveData \ static_assert(alignof(FGameplayEffectSaveData) == 0x000004, "Wrong alignment on FGameplayEffectSaveData"); \ static_assert(sizeof(FGameplayEffectSaveData) == 0x00001C, "Wrong size on FGameplayEffectSaveData"); \ static_assert(offsetof(FGameplayEffectSaveData, Handle) == 0x000000, "Member 'FGameplayEffectSaveData::Handle' has a wrong offset!"); \ static_assert(offsetof(FGameplayEffectSaveData, StackCount) == 0x000018, "Member 'FGameplayEffectSaveData::StackCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagReponsePair \ static_assert(alignof(FGameplayTagReponsePair) == 0x000008, "Wrong alignment on FGameplayTagReponsePair"); \ static_assert(sizeof(FGameplayTagReponsePair) == 0x000028, "Wrong size on FGameplayTagReponsePair"); \ static_assert(offsetof(FGameplayTagReponsePair, Tag) == 0x000000, "Member 'FGameplayTagReponsePair::Tag' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagReponsePair, ResponseGameplayEffect) == 0x000008, "Member 'FGameplayTagReponsePair::ResponseGameplayEffect' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagReponsePair, ResponseGameplayEffects) == 0x000010, "Member 'FGameplayTagReponsePair::ResponseGameplayEffects' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagReponsePair, SoftCountCap) == 0x000020, "Member 'FGameplayTagReponsePair::SoftCountCap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagResponseTableEntry \ static_assert(alignof(FGameplayTagResponseTableEntry) == 0x000008, "Wrong alignment on FGameplayTagResponseTableEntry"); \ static_assert(sizeof(FGameplayTagResponseTableEntry) == 0x000050, "Wrong size on FGameplayTagResponseTableEntry"); \ static_assert(offsetof(FGameplayTagResponseTableEntry, Positive) == 0x000000, "Member 'FGameplayTagResponseTableEntry::Positive' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagResponseTableEntry, Negative) == 0x000028, "Member 'FGameplayTagResponseTableEntry::Negative' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGameplayCueKey \ static_assert(alignof(FMovieSceneGameplayCueKey) == 0x000008, "Wrong alignment on FMovieSceneGameplayCueKey"); \ static_assert(sizeof(FMovieSceneGameplayCueKey) == 0x000078, "Wrong size on FMovieSceneGameplayCueKey"); \ static_assert(offsetof(FMovieSceneGameplayCueKey, Cue) == 0x000000, "Member 'FMovieSceneGameplayCueKey::Cue' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGameplayCueKey, Location) == 0x000008, "Member 'FMovieSceneGameplayCueKey::Location' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGameplayCueKey, Normal) == 0x000014, "Member 'FMovieSceneGameplayCueKey::Normal' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGameplayCueKey, AttachSocketName) == 0x000020, "Member 'FMovieSceneGameplayCueKey::AttachSocketName' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGameplayCueKey, NormalizedMagnitude) == 0x000028, "Member 'FMovieSceneGameplayCueKey::NormalizedMagnitude' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGameplayCueKey, Instigator) == 0x00002C, "Member 'FMovieSceneGameplayCueKey::Instigator' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGameplayCueKey, EffectCauser) == 0x000044, "Member 'FMovieSceneGameplayCueKey::EffectCauser' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGameplayCueKey, PhysicalMaterial) == 0x000060, "Member 'FMovieSceneGameplayCueKey::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGameplayCueKey, GameplayEffectLevel) == 0x000068, "Member 'FMovieSceneGameplayCueKey::GameplayEffectLevel' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGameplayCueKey, AbilityLevel) == 0x00006C, "Member 'FMovieSceneGameplayCueKey::AbilityLevel' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGameplayCueKey, bAttachToBinding) == 0x000070, "Member 'FMovieSceneGameplayCueKey::bAttachToBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGameplayCueChannel \ static_assert(alignof(FMovieSceneGameplayCueChannel) == 0x000008, "Wrong alignment on FMovieSceneGameplayCueChannel"); \ static_assert(sizeof(FMovieSceneGameplayCueChannel) == 0x000088, "Wrong size on FMovieSceneGameplayCueChannel"); \ static_assert(offsetof(FMovieSceneGameplayCueChannel, KeyTimes) == 0x000008, "Member 'FMovieSceneGameplayCueChannel::KeyTimes' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGameplayCueChannel, KeyValues) == 0x000018, "Member 'FMovieSceneGameplayCueChannel::KeyValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask \ static_assert(alignof(UAbilityTask) == 0x000008, "Wrong alignment on UAbilityTask"); \ static_assert(sizeof(UAbilityTask) == 0x000080, "Wrong size on UAbilityTask"); \ static_assert(offsetof(UAbilityTask, Ability) == 0x000068, "Member 'UAbilityTask::Ability' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask, AbilitySystemComponent) == 0x000070, "Member 'UAbilityTask::AbilitySystemComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_WaitTargetData \ static_assert(alignof(AbilityTask_WaitTargetData_WaitTargetData) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_WaitTargetData"); \ static_assert(sizeof(AbilityTask_WaitTargetData_WaitTargetData) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_WaitTargetData"); \ static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_WaitTargetData::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, TaskInstanceName) == 0x000008, "Member 'AbilityTask_WaitTargetData_WaitTargetData::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, ConfirmationType) == 0x000010, "Member 'AbilityTask_WaitTargetData_WaitTargetData::ConfirmationType' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, Class_0) == 0x000018, "Member 'AbilityTask_WaitTargetData_WaitTargetData::Class_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetData, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitTargetData_WaitTargetData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_WaitTargetDataUsingActor \ static_assert(alignof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_WaitTargetDataUsingActor"); \ static_assert(sizeof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_WaitTargetDataUsingActor"); \ static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, TaskInstanceName) == 0x000008, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, ConfirmationType) == 0x000010, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::ConfirmationType' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, TargetActor_0) == 0x000018, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::TargetActor_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_WaitTargetDataUsingActor, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitTargetData_WaitTargetDataUsingActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_BeginSpawningActor \ static_assert(alignof(AbilityTask_WaitTargetData_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_BeginSpawningActor"); \ static_assert(sizeof(AbilityTask_WaitTargetData_BeginSpawningActor) == 0x000020, "Wrong size on AbilityTask_WaitTargetData_BeginSpawningActor"); \ static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, Class_0) == 0x000008, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::Class_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, SpawnedActor) == 0x000010, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_BeginSpawningActor, ReturnValue) == 0x000018, "Member 'AbilityTask_WaitTargetData_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_FinishSpawningActor \ static_assert(alignof(AbilityTask_WaitTargetData_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_FinishSpawningActor"); \ static_assert(sizeof(AbilityTask_WaitTargetData_FinishSpawningActor) == 0x000010, "Wrong size on AbilityTask_WaitTargetData_FinishSpawningActor"); \ static_assert(offsetof(AbilityTask_WaitTargetData_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitTargetData_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'AbilityTask_WaitTargetData_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataCancelledCallback \ static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataCancelledCallback"); \ static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataCancelledCallback"); \ static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataCancelledCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataCancelledCallback::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataReadyCallback \ static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataReadyCallback"); \ static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback) == 0x000028, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataReadyCallback"); \ static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReadyCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataReadyCallback::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback \ static_assert(alignof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback"); \ static_assert(sizeof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback) == 0x000030, "Wrong size on AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback"); \ static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback, Data) == 0x000000, "Member 'AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback::Data' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback, ActivationTag) == 0x000028, "Member 'AbilityTask_WaitTargetData_OnTargetDataReplicatedCallback::ActivationTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitTargetData \ static_assert(alignof(UAbilityTask_WaitTargetData) == 0x000008, "Wrong alignment on UAbilityTask_WaitTargetData"); \ static_assert(sizeof(UAbilityTask_WaitTargetData) == 0x0000C0, "Wrong size on UAbilityTask_WaitTargetData"); \ static_assert(offsetof(UAbilityTask_WaitTargetData, ValidData) == 0x000080, "Member 'UAbilityTask_WaitTargetData::ValidData' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitTargetData, Cancelled) == 0x000090, "Member 'UAbilityTask_WaitTargetData::Cancelled' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitTargetData, TargetClass) == 0x0000A0, "Member 'UAbilityTask_WaitTargetData::TargetClass' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitTargetData, TargetActor) == 0x0000A8, "Member 'UAbilityTask_WaitTargetData::TargetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemGlobals_ServerActivatePlayerAbility \ static_assert(alignof(AbilitySystemGlobals_ServerActivatePlayerAbility) == 0x000008, "Wrong alignment on AbilitySystemGlobals_ServerActivatePlayerAbility"); \ static_assert(sizeof(AbilitySystemGlobals_ServerActivatePlayerAbility) == 0x000010, "Wrong size on AbilitySystemGlobals_ServerActivatePlayerAbility"); \ static_assert(offsetof(AbilitySystemGlobals_ServerActivatePlayerAbility, AbilityNameMatch) == 0x000000, "Member 'AbilitySystemGlobals_ServerActivatePlayerAbility::AbilityNameMatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemGlobals_ServerCancelPlayerAbility \ static_assert(alignof(AbilitySystemGlobals_ServerCancelPlayerAbility) == 0x000008, "Wrong alignment on AbilitySystemGlobals_ServerCancelPlayerAbility"); \ static_assert(sizeof(AbilitySystemGlobals_ServerCancelPlayerAbility) == 0x000010, "Wrong size on AbilitySystemGlobals_ServerCancelPlayerAbility"); \ static_assert(offsetof(AbilitySystemGlobals_ServerCancelPlayerAbility, AbilityNameMatch) == 0x000000, "Member 'AbilitySystemGlobals_ServerCancelPlayerAbility::AbilityNameMatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemGlobals_ServerEndPlayerAbility \ static_assert(alignof(AbilitySystemGlobals_ServerEndPlayerAbility) == 0x000008, "Wrong alignment on AbilitySystemGlobals_ServerEndPlayerAbility"); \ static_assert(sizeof(AbilitySystemGlobals_ServerEndPlayerAbility) == 0x000010, "Wrong size on AbilitySystemGlobals_ServerEndPlayerAbility"); \ static_assert(offsetof(AbilitySystemGlobals_ServerEndPlayerAbility, AbilityNameMatch) == 0x000000, "Member 'AbilitySystemGlobals_ServerEndPlayerAbility::AbilityNameMatch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilitySystemGlobals \ static_assert(alignof(UAbilitySystemGlobals) == 0x000008, "Wrong alignment on UAbilitySystemGlobals"); \ static_assert(sizeof(UAbilitySystemGlobals) == 0x000260, "Wrong size on UAbilitySystemGlobals"); \ static_assert(offsetof(UAbilitySystemGlobals, AbilitySystemGlobalsClassName) == 0x000028, "Member 'UAbilitySystemGlobals::AbilitySystemGlobalsClassName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailIsDeadTag) == 0x000068, "Member 'UAbilitySystemGlobals::ActivateFailIsDeadTag' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailIsDeadName) == 0x000070, "Member 'UAbilitySystemGlobals::ActivateFailIsDeadName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCooldownTag) == 0x000078, "Member 'UAbilitySystemGlobals::ActivateFailCooldownTag' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCooldownName) == 0x000080, "Member 'UAbilitySystemGlobals::ActivateFailCooldownName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCostTag) == 0x000088, "Member 'UAbilitySystemGlobals::ActivateFailCostTag' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailCostName) == 0x000090, "Member 'UAbilitySystemGlobals::ActivateFailCostName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsBlockedTag) == 0x000098, "Member 'UAbilitySystemGlobals::ActivateFailTagsBlockedTag' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsBlockedName) == 0x0000A0, "Member 'UAbilitySystemGlobals::ActivateFailTagsBlockedName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsMissingTag) == 0x0000A8, "Member 'UAbilitySystemGlobals::ActivateFailTagsMissingTag' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailTagsMissingName) == 0x0000B0, "Member 'UAbilitySystemGlobals::ActivateFailTagsMissingName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailNetworkingTag) == 0x0000B8, "Member 'UAbilitySystemGlobals::ActivateFailNetworkingTag' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, ActivateFailNetworkingName) == 0x0000C0, "Member 'UAbilitySystemGlobals::ActivateFailNetworkingName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, MinimalReplicationTagCountBits) == 0x0000C8, "Member 'UAbilitySystemGlobals::MinimalReplicationTagCountBits' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, TargetDataStructCache) == 0x0000D0, "Member 'UAbilitySystemGlobals::TargetDataStructCache' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, bAllowGameplayModEvaluationChannels) == 0x0000E0, "Member 'UAbilitySystemGlobals::bAllowGameplayModEvaluationChannels' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, DefaultGameplayModEvaluationChannel) == 0x0000E1, "Member 'UAbilitySystemGlobals::DefaultGameplayModEvaluationChannel' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GameplayModEvaluationChannelAliases) == 0x0000E4, "Member 'UAbilitySystemGlobals::GameplayModEvaluationChannelAliases' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GlobalCurveTableName) == 0x000138, "Member 'UAbilitySystemGlobals::GlobalCurveTableName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GlobalCurveTable) == 0x000150, "Member 'UAbilitySystemGlobals::GlobalCurveTable' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeMetaDataTableName) == 0x000158, "Member 'UAbilitySystemGlobals::GlobalAttributeMetaDataTableName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeMetaDataTable) == 0x000170, "Member 'UAbilitySystemGlobals::GlobalAttributeMetaDataTable' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeSetDefaultsTableName) == 0x000178, "Member 'UAbilitySystemGlobals::GlobalAttributeSetDefaultsTableName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeSetDefaultsTableNames) == 0x000190, "Member 'UAbilitySystemGlobals::GlobalAttributeSetDefaultsTableNames' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GlobalAttributeDefaultsTables) == 0x0001A0, "Member 'UAbilitySystemGlobals::GlobalAttributeDefaultsTables' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManagerClass) == 0x0001B0, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManagerClass' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManagerName) == 0x0001C8, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManagerName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GameplayCueNotifyPaths) == 0x0001E0, "Member 'UAbilitySystemGlobals::GameplayCueNotifyPaths' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GameplayTagResponseTableName) == 0x0001F0, "Member 'UAbilitySystemGlobals::GameplayTagResponseTableName' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GameplayTagResponseTable) == 0x000208, "Member 'UAbilitySystemGlobals::GameplayTagResponseTable' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, PredictTargetGameplayEffects) == 0x000210, "Member 'UAbilitySystemGlobals::PredictTargetGameplayEffects' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemGlobals, GlobalGameplayCueManager) == 0x000218, "Member 'UAbilitySystemGlobals::GlobalGameplayCueManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitCancel_WaitCancel \ static_assert(alignof(AbilityTask_WaitCancel_WaitCancel) == 0x000008, "Wrong alignment on AbilityTask_WaitCancel_WaitCancel"); \ static_assert(sizeof(AbilityTask_WaitCancel_WaitCancel) == 0x000010, "Wrong size on AbilityTask_WaitCancel_WaitCancel"); \ static_assert(offsetof(AbilityTask_WaitCancel_WaitCancel, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitCancel_WaitCancel::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitCancel_WaitCancel, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitCancel_WaitCancel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitCancel \ static_assert(alignof(UAbilityTask_WaitCancel) == 0x000008, "Wrong alignment on UAbilityTask_WaitCancel"); \ static_assert(sizeof(UAbilityTask_WaitCancel) == 0x000098, "Wrong size on UAbilityTask_WaitCancel"); \ static_assert(offsetof(UAbilityTask_WaitCancel, OnCancel) == 0x000080, "Member 'UAbilityTask_WaitCancel::OnCancel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitInputPress_WaitInputPress \ static_assert(alignof(AbilityTask_WaitInputPress_WaitInputPress) == 0x000008, "Wrong alignment on AbilityTask_WaitInputPress_WaitInputPress"); \ static_assert(sizeof(AbilityTask_WaitInputPress_WaitInputPress) == 0x000018, "Wrong size on AbilityTask_WaitInputPress_WaitInputPress"); \ static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitInputPress_WaitInputPress::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, bTestAlreadyPressed) == 0x000008, "Member 'AbilityTask_WaitInputPress_WaitInputPress::bTestAlreadyPressed' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitInputPress_WaitInputPress, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitInputPress_WaitInputPress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitInputPress \ static_assert(alignof(UAbilityTask_WaitInputPress) == 0x000008, "Wrong alignment on UAbilityTask_WaitInputPress"); \ static_assert(sizeof(UAbilityTask_WaitInputPress) == 0x0000A0, "Wrong size on UAbilityTask_WaitInputPress"); \ static_assert(offsetof(UAbilityTask_WaitInputPress, OnPress) == 0x000080, "Member 'UAbilityTask_WaitInputPress::OnPress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityAsync \ static_assert(alignof(UAbilityAsync) == 0x000008, "Wrong alignment on UAbilityAsync"); \ static_assert(sizeof(UAbilityAsync) == 0x000038, "Wrong size on UAbilityAsync"); \ #define DUMPER7_ASSERTS_AAbilitySystemDebugHUD \ static_assert(alignof(AAbilitySystemDebugHUD) == 0x000008, "Wrong alignment on AAbilitySystemDebugHUD"); \ static_assert(sizeof(AAbilitySystemDebugHUD) == 0x000320, "Wrong size on AAbilitySystemDebugHUD"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitVelocityChange_CreateWaitVelocityChange \ static_assert(alignof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange) == 0x000008, "Wrong alignment on AbilityTask_WaitVelocityChange_CreateWaitVelocityChange"); \ static_assert(sizeof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange) == 0x000020, "Wrong size on AbilityTask_WaitVelocityChange_CreateWaitVelocityChange"); \ static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, Direction) == 0x000008, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::Direction' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, MinimumMagnitude) == 0x000014, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::MinimumMagnitude' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitVelocityChange_CreateWaitVelocityChange, ReturnValue) == 0x000018, "Member 'AbilityTask_WaitVelocityChange_CreateWaitVelocityChange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitVelocityChange \ static_assert(alignof(UAbilityTask_WaitVelocityChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitVelocityChange"); \ static_assert(sizeof(UAbilityTask_WaitVelocityChange) == 0x0000A8, "Wrong size on UAbilityTask_WaitVelocityChange"); \ static_assert(offsetof(UAbilityTask_WaitVelocityChange, OnVelocityChage) == 0x000080, "Member 'UAbilityTask_WaitVelocityChange::OnVelocityChage' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitVelocityChange, CachedMovementComponent) == 0x000090, "Member 'UAbilityTask_WaitVelocityChange::CachedMovementComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayEffectCalculation \ static_assert(alignof(UGameplayEffectCalculation) == 0x000008, "Wrong alignment on UGameplayEffectCalculation"); \ static_assert(sizeof(UGameplayEffectCalculation) == 0x000038, "Wrong size on UGameplayEffectCalculation"); \ static_assert(offsetof(UGameplayEffectCalculation, RelevantAttributesToCapture) == 0x000028, "Member 'UGameplayEffectCalculation::RelevantAttributesToCapture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameplayAbilityTargetActor \ static_assert(alignof(AGameplayAbilityTargetActor) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor"); \ static_assert(sizeof(AGameplayAbilityTargetActor) == 0x000350, "Wrong size on AGameplayAbilityTargetActor"); \ static_assert(offsetof(AGameplayAbilityTargetActor, ShouldProduceTargetDataOnServer) == 0x000230, "Member 'AGameplayAbilityTargetActor::ShouldProduceTargetDataOnServer' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor, StartLocation) == 0x000240, "Member 'AGameplayAbilityTargetActor::StartLocation' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor, MasterPC) == 0x0002E0, "Member 'AGameplayAbilityTargetActor::MasterPC' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor, OwningAbility) == 0x0002E8, "Member 'AGameplayAbilityTargetActor::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor, bDestroyOnConfirmation) == 0x0002F0, "Member 'AGameplayAbilityTargetActor::bDestroyOnConfirmation' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor, SourceActor) == 0x0002F8, "Member 'AGameplayAbilityTargetActor::SourceActor' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor, ReticleParams) == 0x000300, "Member 'AGameplayAbilityTargetActor::ReticleParams' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor, ReticleClass) == 0x000310, "Member 'AGameplayAbilityTargetActor::ReticleClass' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor, Filter) == 0x000318, "Member 'AGameplayAbilityTargetActor::Filter' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor, bDebug) == 0x000328, "Member 'AGameplayAbilityTargetActor::bDebug' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor, GenericDelegateBoundASC) == 0x000340, "Member 'AGameplayAbilityTargetActor::GenericDelegateBoundASC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_Trace \ static_assert(alignof(AGameplayAbilityTargetActor_Trace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_Trace"); \ static_assert(sizeof(AGameplayAbilityTargetActor_Trace) == 0x000360, "Wrong size on AGameplayAbilityTargetActor_Trace"); \ static_assert(offsetof(AGameplayAbilityTargetActor_Trace, MaxRange) == 0x000348, "Member 'AGameplayAbilityTargetActor_Trace::MaxRange' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor_Trace, TraceProfile) == 0x00034C, "Member 'AGameplayAbilityTargetActor_Trace::TraceProfile' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor_Trace, bTraceAffectsAimPitch) == 0x000354, "Member 'AGameplayAbilityTargetActor_Trace::bTraceAffectsAimPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_BP_ApplyGameplayEffectToOwner \ static_assert(alignof(GameplayAbility_BP_ApplyGameplayEffectToOwner) == 0x000008, "Wrong alignment on GameplayAbility_BP_ApplyGameplayEffectToOwner"); \ static_assert(sizeof(GameplayAbility_BP_ApplyGameplayEffectToOwner) == 0x000028, "Wrong size on GameplayAbility_BP_ApplyGameplayEffectToOwner"); \ static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, GameplayEffectClass) == 0x000000, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::GameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, GameplayEffectLevel) == 0x000008, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::GameplayEffectLevel' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, Stacks) == 0x00000C, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::Stacks' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToOwner, ReturnValue) == 0x000010, "Member 'GameplayAbility_BP_ApplyGameplayEffectToOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_BP_ApplyGameplayEffectToTarget \ static_assert(alignof(GameplayAbility_BP_ApplyGameplayEffectToTarget) == 0x000008, "Wrong alignment on GameplayAbility_BP_ApplyGameplayEffectToTarget"); \ static_assert(sizeof(GameplayAbility_BP_ApplyGameplayEffectToTarget) == 0x000048, "Wrong size on GameplayAbility_BP_ApplyGameplayEffectToTarget"); \ static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, TargetData) == 0x000000, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::TargetData' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, GameplayEffectClass) == 0x000028, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::GameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, GameplayEffectLevel) == 0x000030, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::GameplayEffectLevel' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, Stacks) == 0x000034, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::Stacks' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_BP_ApplyGameplayEffectToTarget, ReturnValue) == 0x000038, "Member 'GameplayAbility_BP_ApplyGameplayEffectToTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags \ static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags) == 0x000008, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags"); \ static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags) == 0x000028, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags"); \ static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags, WithAssetTags) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags::WithAssetTags' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags, StacksToRemove) == 0x000020, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithAssetTags::StacksToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags \ static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags) == 0x000008, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags"); \ static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags) == 0x000028, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags"); \ static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags, WithGrantedTags) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags::WithGrantedTags' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags, StacksToRemove) == 0x000020, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithGrantedTags::StacksToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle \ static_assert(alignof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle) == 0x000004, "Wrong alignment on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle"); \ static_assert(sizeof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle) == 0x00001C, "Wrong size on GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle"); \ static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle, Handle) == 0x000000, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle::Handle' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle, StacksToRemove) == 0x000018, "Member 'GameplayAbility_BP_RemoveGameplayEffectFromOwnerWithHandle::StacksToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_CancelTaskByInstanceName \ static_assert(alignof(GameplayAbility_CancelTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_CancelTaskByInstanceName"); \ static_assert(sizeof(GameplayAbility_CancelTaskByInstanceName) == 0x000008, "Wrong size on GameplayAbility_CancelTaskByInstanceName"); \ static_assert(offsetof(GameplayAbility_CancelTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_CancelTaskByInstanceName::InstanceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_ConfirmTaskByInstanceName \ static_assert(alignof(GameplayAbility_ConfirmTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_ConfirmTaskByInstanceName"); \ static_assert(sizeof(GameplayAbility_ConfirmTaskByInstanceName) == 0x00000C, "Wrong size on GameplayAbility_ConfirmTaskByInstanceName"); \ static_assert(offsetof(GameplayAbility_ConfirmTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_ConfirmTaskByInstanceName::InstanceName' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_ConfirmTaskByInstanceName, bEndTask) == 0x000008, "Member 'GameplayAbility_ConfirmTaskByInstanceName::bEndTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_EndAbilityState \ static_assert(alignof(GameplayAbility_EndAbilityState) == 0x000004, "Wrong alignment on GameplayAbility_EndAbilityState"); \ static_assert(sizeof(GameplayAbility_EndAbilityState) == 0x000008, "Wrong size on GameplayAbility_EndAbilityState"); \ static_assert(offsetof(GameplayAbility_EndAbilityState, OptionalStateNameToEnd) == 0x000000, "Member 'GameplayAbility_EndAbilityState::OptionalStateNameToEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_EndTaskByInstanceName \ static_assert(alignof(GameplayAbility_EndTaskByInstanceName) == 0x000004, "Wrong alignment on GameplayAbility_EndTaskByInstanceName"); \ static_assert(sizeof(GameplayAbility_EndTaskByInstanceName) == 0x000008, "Wrong size on GameplayAbility_EndTaskByInstanceName"); \ static_assert(offsetof(GameplayAbility_EndTaskByInstanceName, InstanceName) == 0x000000, "Member 'GameplayAbility_EndTaskByInstanceName::InstanceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_ActivateAbilityFromEvent \ static_assert(alignof(GameplayAbility_K2_ActivateAbilityFromEvent) == 0x000008, "Wrong alignment on GameplayAbility_K2_ActivateAbilityFromEvent"); \ static_assert(sizeof(GameplayAbility_K2_ActivateAbilityFromEvent) == 0x0000B0, "Wrong size on GameplayAbility_K2_ActivateAbilityFromEvent"); \ static_assert(offsetof(GameplayAbility_K2_ActivateAbilityFromEvent, EventData) == 0x000000, "Member 'GameplayAbility_K2_ActivateAbilityFromEvent::EventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_AddGameplayCue \ static_assert(alignof(GameplayAbility_K2_AddGameplayCue) == 0x000008, "Wrong alignment on GameplayAbility_K2_AddGameplayCue"); \ static_assert(sizeof(GameplayAbility_K2_AddGameplayCue) == 0x000028, "Wrong size on GameplayAbility_K2_AddGameplayCue"); \ static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_AddGameplayCue::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, Context) == 0x000008, "Member 'GameplayAbility_K2_AddGameplayCue::Context' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_AddGameplayCue, bRemoveOnAbilityEnd) == 0x000020, "Member 'GameplayAbility_K2_AddGameplayCue::bRemoveOnAbilityEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_AddGameplayCueWithParams \ static_assert(alignof(GameplayAbility_K2_AddGameplayCueWithParams) == 0x000008, "Wrong alignment on GameplayAbility_K2_AddGameplayCueWithParams"); \ static_assert(sizeof(GameplayAbility_K2_AddGameplayCueWithParams) == 0x0000D0, "Wrong size on GameplayAbility_K2_AddGameplayCueWithParams"); \ static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, GameplayCueParameter) == 0x000008, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::GameplayCueParameter' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_AddGameplayCueWithParams, bRemoveOnAbilityEnd) == 0x0000C8, "Member 'GameplayAbility_K2_AddGameplayCueWithParams::bRemoveOnAbilityEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_ApplyGameplayEffectSpecToOwner \ static_assert(alignof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner) == 0x000008, "Wrong alignment on GameplayAbility_K2_ApplyGameplayEffectSpecToOwner"); \ static_assert(sizeof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner) == 0x000028, "Wrong size on GameplayAbility_K2_ApplyGameplayEffectSpecToOwner"); \ static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner, EffectSpecHandle) == 0x000000, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToOwner::EffectSpecHandle' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToOwner, ReturnValue) == 0x000010, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_ApplyGameplayEffectSpecToTarget \ static_assert(alignof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget) == 0x000008, "Wrong alignment on GameplayAbility_K2_ApplyGameplayEffectSpecToTarget"); \ static_assert(sizeof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget) == 0x000048, "Wrong size on GameplayAbility_K2_ApplyGameplayEffectSpecToTarget"); \ static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, EffectSpecHandle) == 0x000000, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::EffectSpecHandle' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, TargetData) == 0x000010, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::TargetData' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_ApplyGameplayEffectSpecToTarget, ReturnValue) == 0x000038, "Member 'GameplayAbility_K2_ApplyGameplayEffectSpecToTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_CheckAbilityCooldown \ static_assert(alignof(GameplayAbility_K2_CheckAbilityCooldown) == 0x000001, "Wrong alignment on GameplayAbility_K2_CheckAbilityCooldown"); \ static_assert(sizeof(GameplayAbility_K2_CheckAbilityCooldown) == 0x000001, "Wrong size on GameplayAbility_K2_CheckAbilityCooldown"); \ static_assert(offsetof(GameplayAbility_K2_CheckAbilityCooldown, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CheckAbilityCooldown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_CheckAbilityCost \ static_assert(alignof(GameplayAbility_K2_CheckAbilityCost) == 0x000001, "Wrong alignment on GameplayAbility_K2_CheckAbilityCost"); \ static_assert(sizeof(GameplayAbility_K2_CheckAbilityCost) == 0x000001, "Wrong size on GameplayAbility_K2_CheckAbilityCost"); \ static_assert(offsetof(GameplayAbility_K2_CheckAbilityCost, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CheckAbilityCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbility \ static_assert(alignof(GameplayAbility_K2_CommitAbility) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbility"); \ static_assert(sizeof(GameplayAbility_K2_CommitAbility) == 0x000001, "Wrong size on GameplayAbility_K2_CommitAbility"); \ static_assert(offsetof(GameplayAbility_K2_CommitAbility, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_CommitAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbilityCooldown \ static_assert(alignof(GameplayAbility_K2_CommitAbilityCooldown) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbilityCooldown"); \ static_assert(sizeof(GameplayAbility_K2_CommitAbilityCooldown) == 0x000003, "Wrong size on GameplayAbility_K2_CommitAbilityCooldown"); \ static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, BroadcastCommitEvent) == 0x000000, "Member 'GameplayAbility_K2_CommitAbilityCooldown::BroadcastCommitEvent' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, ForceCooldown) == 0x000001, "Member 'GameplayAbility_K2_CommitAbilityCooldown::ForceCooldown' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_CommitAbilityCooldown, ReturnValue) == 0x000002, "Member 'GameplayAbility_K2_CommitAbilityCooldown::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_CommitAbilityCost \ static_assert(alignof(GameplayAbility_K2_CommitAbilityCost) == 0x000001, "Wrong alignment on GameplayAbility_K2_CommitAbilityCost"); \ static_assert(sizeof(GameplayAbility_K2_CommitAbilityCost) == 0x000002, "Wrong size on GameplayAbility_K2_CommitAbilityCost"); \ static_assert(offsetof(GameplayAbility_K2_CommitAbilityCost, BroadcastCommitEvent) == 0x000000, "Member 'GameplayAbility_K2_CommitAbilityCost::BroadcastCommitEvent' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_CommitAbilityCost, ReturnValue) == 0x000001, "Member 'GameplayAbility_K2_CommitAbilityCost::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_ExecuteGameplayCue \ static_assert(alignof(GameplayAbility_K2_ExecuteGameplayCue) == 0x000008, "Wrong alignment on GameplayAbility_K2_ExecuteGameplayCue"); \ static_assert(sizeof(GameplayAbility_K2_ExecuteGameplayCue) == 0x000020, "Wrong size on GameplayAbility_K2_ExecuteGameplayCue"); \ static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_ExecuteGameplayCue::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCue, Context) == 0x000008, "Member 'GameplayAbility_K2_ExecuteGameplayCue::Context' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_ExecuteGameplayCueWithParams \ static_assert(alignof(GameplayAbility_K2_ExecuteGameplayCueWithParams) == 0x000008, "Wrong alignment on GameplayAbility_K2_ExecuteGameplayCueWithParams"); \ static_assert(sizeof(GameplayAbility_K2_ExecuteGameplayCueWithParams) == 0x0000C8, "Wrong size on GameplayAbility_K2_ExecuteGameplayCueWithParams"); \ static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCueWithParams, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_ExecuteGameplayCueWithParams::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_ExecuteGameplayCueWithParams, GameplayCueParameters) == 0x000008, "Member 'GameplayAbility_K2_ExecuteGameplayCueWithParams::GameplayCueParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_OnEndAbility \ static_assert(alignof(GameplayAbility_K2_OnEndAbility) == 0x000001, "Wrong alignment on GameplayAbility_K2_OnEndAbility"); \ static_assert(sizeof(GameplayAbility_K2_OnEndAbility) == 0x000001, "Wrong size on GameplayAbility_K2_OnEndAbility"); \ static_assert(offsetof(GameplayAbility_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GameplayAbility_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_RemoveGameplayCue \ static_assert(alignof(GameplayAbility_K2_RemoveGameplayCue) == 0x000004, "Wrong alignment on GameplayAbility_K2_RemoveGameplayCue"); \ static_assert(sizeof(GameplayAbility_K2_RemoveGameplayCue) == 0x000008, "Wrong size on GameplayAbility_K2_RemoveGameplayCue"); \ static_assert(offsetof(GameplayAbility_K2_RemoveGameplayCue, GameplayCueTag) == 0x000000, "Member 'GameplayAbility_K2_RemoveGameplayCue::GameplayCueTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_MakeTargetLocationInfoFromOwnerActor \ static_assert(alignof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor) == 0x000010, "Wrong alignment on GameplayAbility_MakeTargetLocationInfoFromOwnerActor"); \ static_assert(sizeof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor) == 0x000070, "Wrong size on GameplayAbility_MakeTargetLocationInfoFromOwnerActor"); \ static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerActor, ReturnValue) == 0x000000, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent \ static_assert(alignof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent) == 0x000010, "Wrong alignment on GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent"); \ static_assert(sizeof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent) == 0x000080, "Wrong size on GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent"); \ static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent, SocketName) == 0x000000, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent::SocketName' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent, ReturnValue) == 0x000010, "Member 'GameplayAbility_MakeTargetLocationInfoFromOwnerSkeletalMeshComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_MontageJumpToSection \ static_assert(alignof(GameplayAbility_MontageJumpToSection) == 0x000004, "Wrong alignment on GameplayAbility_MontageJumpToSection"); \ static_assert(sizeof(GameplayAbility_MontageJumpToSection) == 0x000008, "Wrong size on GameplayAbility_MontageJumpToSection"); \ static_assert(offsetof(GameplayAbility_MontageJumpToSection, SectionName) == 0x000000, "Member 'GameplayAbility_MontageJumpToSection::SectionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_MontageSetNextSectionName \ static_assert(alignof(GameplayAbility_MontageSetNextSectionName) == 0x000004, "Wrong alignment on GameplayAbility_MontageSetNextSectionName"); \ static_assert(sizeof(GameplayAbility_MontageSetNextSectionName) == 0x000010, "Wrong size on GameplayAbility_MontageSetNextSectionName"); \ static_assert(offsetof(GameplayAbility_MontageSetNextSectionName, FromSectionName) == 0x000000, "Member 'GameplayAbility_MontageSetNextSectionName::FromSectionName' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_MontageSetNextSectionName, ToSectionName) == 0x000008, "Member 'GameplayAbility_MontageSetNextSectionName::ToSectionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_MontageStop \ static_assert(alignof(GameplayAbility_MontageStop) == 0x000004, "Wrong alignment on GameplayAbility_MontageStop"); \ static_assert(sizeof(GameplayAbility_MontageStop) == 0x000004, "Wrong size on GameplayAbility_MontageStop"); \ static_assert(offsetof(GameplayAbility_MontageStop, OverrideBlendOutTime) == 0x000000, "Member 'GameplayAbility_MontageStop::OverrideBlendOutTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_SendGameplayEvent \ static_assert(alignof(GameplayAbility_SendGameplayEvent) == 0x000008, "Wrong alignment on GameplayAbility_SendGameplayEvent"); \ static_assert(sizeof(GameplayAbility_SendGameplayEvent) == 0x0000B8, "Wrong size on GameplayAbility_SendGameplayEvent"); \ static_assert(offsetof(GameplayAbility_SendGameplayEvent, EventTag) == 0x000000, "Member 'GameplayAbility_SendGameplayEvent::EventTag' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_SendGameplayEvent, Payload) == 0x000008, "Member 'GameplayAbility_SendGameplayEvent::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_SetCanBeCanceled \ static_assert(alignof(GameplayAbility_SetCanBeCanceled) == 0x000001, "Wrong alignment on GameplayAbility_SetCanBeCanceled"); \ static_assert(sizeof(GameplayAbility_SetCanBeCanceled) == 0x000001, "Wrong size on GameplayAbility_SetCanBeCanceled"); \ static_assert(offsetof(GameplayAbility_SetCanBeCanceled, bCanBeCanceled) == 0x000000, "Member 'GameplayAbility_SetCanBeCanceled::bCanBeCanceled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_SetShouldBlockOtherAbilities \ static_assert(alignof(GameplayAbility_SetShouldBlockOtherAbilities) == 0x000001, "Wrong alignment on GameplayAbility_SetShouldBlockOtherAbilities"); \ static_assert(sizeof(GameplayAbility_SetShouldBlockOtherAbilities) == 0x000001, "Wrong size on GameplayAbility_SetShouldBlockOtherAbilities"); \ static_assert(offsetof(GameplayAbility_SetShouldBlockOtherAbilities, bShouldBlockAbilities) == 0x000000, "Member 'GameplayAbility_SetShouldBlockOtherAbilities::bShouldBlockAbilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetAbilityLevel \ static_assert(alignof(GameplayAbility_GetAbilityLevel) == 0x000004, "Wrong alignment on GameplayAbility_GetAbilityLevel"); \ static_assert(sizeof(GameplayAbility_GetAbilityLevel) == 0x000004, "Wrong size on GameplayAbility_GetAbilityLevel"); \ static_assert(offsetof(GameplayAbility_GetAbilityLevel, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAbilityLevel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetAbilityLevel_BP \ static_assert(alignof(GameplayAbility_GetAbilityLevel_BP) == 0x000008, "Wrong alignment on GameplayAbility_GetAbilityLevel_BP"); \ static_assert(sizeof(GameplayAbility_GetAbilityLevel_BP) == 0x000058, "Wrong size on GameplayAbility_GetAbilityLevel_BP"); \ static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, Handle) == 0x000000, "Member 'GameplayAbility_GetAbilityLevel_BP::Handle' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, ActorInfo) == 0x000008, "Member 'GameplayAbility_GetAbilityLevel_BP::ActorInfo' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_GetAbilityLevel_BP, ReturnValue) == 0x000050, "Member 'GameplayAbility_GetAbilityLevel_BP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetAbilitySystemComponentFromActorInfo \ static_assert(alignof(GameplayAbility_GetAbilitySystemComponentFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetAbilitySystemComponentFromActorInfo"); \ static_assert(sizeof(GameplayAbility_GetAbilitySystemComponentFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetAbilitySystemComponentFromActorInfo"); \ static_assert(offsetof(GameplayAbility_GetAbilitySystemComponentFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAbilitySystemComponentFromActorInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetActorInfo \ static_assert(alignof(GameplayAbility_GetActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetActorInfo"); \ static_assert(sizeof(GameplayAbility_GetActorInfo) == 0x000048, "Wrong size on GameplayAbility_GetActorInfo"); \ static_assert(offsetof(GameplayAbility_GetActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetActorInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetAvatarActorFromActorInfo \ static_assert(alignof(GameplayAbility_GetAvatarActorFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetAvatarActorFromActorInfo"); \ static_assert(sizeof(GameplayAbility_GetAvatarActorFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetAvatarActorFromActorInfo"); \ static_assert(offsetof(GameplayAbility_GetAvatarActorFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetAvatarActorFromActorInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetContextFromOwner \ static_assert(alignof(GameplayAbility_GetContextFromOwner) == 0x000008, "Wrong alignment on GameplayAbility_GetContextFromOwner"); \ static_assert(sizeof(GameplayAbility_GetContextFromOwner) == 0x000040, "Wrong size on GameplayAbility_GetContextFromOwner"); \ static_assert(offsetof(GameplayAbility_GetContextFromOwner, OptionalTargetData) == 0x000000, "Member 'GameplayAbility_GetContextFromOwner::OptionalTargetData' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_GetContextFromOwner, ReturnValue) == 0x000028, "Member 'GameplayAbility_GetContextFromOwner::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetCooldownTimeRemaining \ static_assert(alignof(GameplayAbility_GetCooldownTimeRemaining) == 0x000004, "Wrong alignment on GameplayAbility_GetCooldownTimeRemaining"); \ static_assert(sizeof(GameplayAbility_GetCooldownTimeRemaining) == 0x000004, "Wrong size on GameplayAbility_GetCooldownTimeRemaining"); \ static_assert(offsetof(GameplayAbility_GetCooldownTimeRemaining, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCooldownTimeRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetCurrentMontage \ static_assert(alignof(GameplayAbility_GetCurrentMontage) == 0x000008, "Wrong alignment on GameplayAbility_GetCurrentMontage"); \ static_assert(sizeof(GameplayAbility_GetCurrentMontage) == 0x000008, "Wrong size on GameplayAbility_GetCurrentMontage"); \ static_assert(offsetof(GameplayAbility_GetCurrentMontage, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCurrentMontage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetCurrentSourceObject \ static_assert(alignof(GameplayAbility_GetCurrentSourceObject) == 0x000008, "Wrong alignment on GameplayAbility_GetCurrentSourceObject"); \ static_assert(sizeof(GameplayAbility_GetCurrentSourceObject) == 0x000008, "Wrong size on GameplayAbility_GetCurrentSourceObject"); \ static_assert(offsetof(GameplayAbility_GetCurrentSourceObject, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetCurrentSourceObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetGrantedByEffectContext \ static_assert(alignof(GameplayAbility_GetGrantedByEffectContext) == 0x000008, "Wrong alignment on GameplayAbility_GetGrantedByEffectContext"); \ static_assert(sizeof(GameplayAbility_GetGrantedByEffectContext) == 0x000018, "Wrong size on GameplayAbility_GetGrantedByEffectContext"); \ static_assert(offsetof(GameplayAbility_GetGrantedByEffectContext, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetGrantedByEffectContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetOwningActorFromActorInfo \ static_assert(alignof(GameplayAbility_GetOwningActorFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetOwningActorFromActorInfo"); \ static_assert(sizeof(GameplayAbility_GetOwningActorFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetOwningActorFromActorInfo"); \ static_assert(offsetof(GameplayAbility_GetOwningActorFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetOwningActorFromActorInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetOwningComponentFromActorInfo \ static_assert(alignof(GameplayAbility_GetOwningComponentFromActorInfo) == 0x000008, "Wrong alignment on GameplayAbility_GetOwningComponentFromActorInfo"); \ static_assert(sizeof(GameplayAbility_GetOwningComponentFromActorInfo) == 0x000008, "Wrong size on GameplayAbility_GetOwningComponentFromActorInfo"); \ static_assert(offsetof(GameplayAbility_GetOwningComponentFromActorInfo, ReturnValue) == 0x000000, "Member 'GameplayAbility_GetOwningComponentFromActorInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_GetSourceObject_BP \ static_assert(alignof(GameplayAbility_GetSourceObject_BP) == 0x000008, "Wrong alignment on GameplayAbility_GetSourceObject_BP"); \ static_assert(sizeof(GameplayAbility_GetSourceObject_BP) == 0x000058, "Wrong size on GameplayAbility_GetSourceObject_BP"); \ static_assert(offsetof(GameplayAbility_GetSourceObject_BP, Handle) == 0x000000, "Member 'GameplayAbility_GetSourceObject_BP::Handle' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_GetSourceObject_BP, ActorInfo) == 0x000008, "Member 'GameplayAbility_GetSourceObject_BP::ActorInfo' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_GetSourceObject_BP, ReturnValue) == 0x000050, "Member 'GameplayAbility_GetSourceObject_BP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_IsLocallyControlled \ static_assert(alignof(GameplayAbility_IsLocallyControlled) == 0x000001, "Wrong alignment on GameplayAbility_IsLocallyControlled"); \ static_assert(sizeof(GameplayAbility_IsLocallyControlled) == 0x000001, "Wrong size on GameplayAbility_IsLocallyControlled"); \ static_assert(offsetof(GameplayAbility_IsLocallyControlled, ReturnValue) == 0x000000, "Member 'GameplayAbility_IsLocallyControlled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_CanActivateAbility \ static_assert(alignof(GameplayAbility_K2_CanActivateAbility) == 0x000008, "Wrong alignment on GameplayAbility_K2_CanActivateAbility"); \ static_assert(sizeof(GameplayAbility_K2_CanActivateAbility) == 0x000078, "Wrong size on GameplayAbility_K2_CanActivateAbility"); \ static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, ActorInfo) == 0x000000, "Member 'GameplayAbility_K2_CanActivateAbility::ActorInfo' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, Handle) == 0x000048, "Member 'GameplayAbility_K2_CanActivateAbility::Handle' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, RelevantTags) == 0x000050, "Member 'GameplayAbility_K2_CanActivateAbility::RelevantTags' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_CanActivateAbility, ReturnValue) == 0x000070, "Member 'GameplayAbility_K2_CanActivateAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_HasAuthority \ static_assert(alignof(GameplayAbility_K2_HasAuthority) == 0x000001, "Wrong alignment on GameplayAbility_K2_HasAuthority"); \ static_assert(sizeof(GameplayAbility_K2_HasAuthority) == 0x000001, "Wrong size on GameplayAbility_K2_HasAuthority"); \ static_assert(offsetof(GameplayAbility_K2_HasAuthority, ReturnValue) == 0x000000, "Member 'GameplayAbility_K2_HasAuthority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_K2_ShouldAbilityRespondToEvent \ static_assert(alignof(GameplayAbility_K2_ShouldAbilityRespondToEvent) == 0x000008, "Wrong alignment on GameplayAbility_K2_ShouldAbilityRespondToEvent"); \ static_assert(sizeof(GameplayAbility_K2_ShouldAbilityRespondToEvent) == 0x000100, "Wrong size on GameplayAbility_K2_ShouldAbilityRespondToEvent"); \ static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, ActorInfo) == 0x000000, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::ActorInfo' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, Payload) == 0x000048, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::Payload' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_K2_ShouldAbilityRespondToEvent, ReturnValue) == 0x0000F8, "Member 'GameplayAbility_K2_ShouldAbilityRespondToEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbility_MakeOutgoingGameplayEffectSpec \ static_assert(alignof(GameplayAbility_MakeOutgoingGameplayEffectSpec) == 0x000008, "Wrong alignment on GameplayAbility_MakeOutgoingGameplayEffectSpec"); \ static_assert(sizeof(GameplayAbility_MakeOutgoingGameplayEffectSpec) == 0x000020, "Wrong size on GameplayAbility_MakeOutgoingGameplayEffectSpec"); \ static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, GameplayEffectClass) == 0x000000, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::GameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, Level) == 0x000008, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::Level' has a wrong offset!"); \ static_assert(offsetof(GameplayAbility_MakeOutgoingGameplayEffectSpec, ReturnValue) == 0x000010, "Member 'GameplayAbility_MakeOutgoingGameplayEffectSpec::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayAbility \ static_assert(alignof(UGameplayAbility) == 0x000008, "Wrong alignment on UGameplayAbility"); \ static_assert(sizeof(UGameplayAbility) == 0x0003B0, "Wrong size on UGameplayAbility"); \ static_assert(offsetof(UGameplayAbility, AbilityTags) == 0x0000A8, "Member 'UGameplayAbility::AbilityTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, bReplicateInputDirectly) == 0x0000C8, "Member 'UGameplayAbility::bReplicateInputDirectly' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, RemoteInstanceEnded) == 0x0000C9, "Member 'UGameplayAbility::RemoteInstanceEnded' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, ReplicationPolicy) == 0x0000CE, "Member 'UGameplayAbility::ReplicationPolicy' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, InstancingPolicy) == 0x0000CF, "Member 'UGameplayAbility::InstancingPolicy' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, bServerRespectsRemoteAbilityCancellation) == 0x0000D0, "Member 'UGameplayAbility::bServerRespectsRemoteAbilityCancellation' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, bRetriggerInstancedAbility) == 0x0000D1, "Member 'UGameplayAbility::bRetriggerInstancedAbility' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, CurrentActivationInfo) == 0x0000D8, "Member 'UGameplayAbility::CurrentActivationInfo' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, CurrentEventData) == 0x0000F0, "Member 'UGameplayAbility::CurrentEventData' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, NetExecutionPolicy) == 0x0001A0, "Member 'UGameplayAbility::NetExecutionPolicy' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, NetSecurityPolicy) == 0x0001A1, "Member 'UGameplayAbility::NetSecurityPolicy' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, CostGameplayEffectClass) == 0x0001A8, "Member 'UGameplayAbility::CostGameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, AbilityTriggers) == 0x0001B0, "Member 'UGameplayAbility::AbilityTriggers' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, CooldownGameplayEffectClass) == 0x0001C0, "Member 'UGameplayAbility::CooldownGameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, CancelAbilitiesWithTag) == 0x0001C8, "Member 'UGameplayAbility::CancelAbilitiesWithTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, BlockAbilitiesWithTag) == 0x0001E8, "Member 'UGameplayAbility::BlockAbilitiesWithTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, ActivationOwnedTags) == 0x000208, "Member 'UGameplayAbility::ActivationOwnedTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, ActivationRequiredTags) == 0x000228, "Member 'UGameplayAbility::ActivationRequiredTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, ActivationBlockedTags) == 0x000248, "Member 'UGameplayAbility::ActivationBlockedTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, SourceRequiredTags) == 0x000268, "Member 'UGameplayAbility::SourceRequiredTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, SourceBlockedTags) == 0x000288, "Member 'UGameplayAbility::SourceBlockedTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, TargetRequiredTags) == 0x0002A8, "Member 'UGameplayAbility::TargetRequiredTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, TargetBlockedTags) == 0x0002C8, "Member 'UGameplayAbility::TargetBlockedTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, ActiveTasks) == 0x000308, "Member 'UGameplayAbility::ActiveTasks' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, CurrentMontage) == 0x000328, "Member 'UGameplayAbility::CurrentMontage' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, bIsActive) == 0x000390, "Member 'UGameplayAbility::bIsActive' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, bIsAbilityEnding) == 0x000391, "Member 'UGameplayAbility::bIsAbilityEnding' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, bIsCancelable) == 0x000392, "Member 'UGameplayAbility::bIsCancelable' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, bIsBlockingOtherAbilities) == 0x000393, "Member 'UGameplayAbility::bIsBlockingOtherAbilities' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility, bMarkPendingKillOnAbilityEnd) == 0x0003A8, "Member 'UGameplayAbility::bMarkPendingKillOnAbilityEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf \ static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf"); \ static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf) == 0x000028, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf, SpecHandle) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf, ReturnValue) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToSelf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget \ static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget"); \ static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget) == 0x000030, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, SpecHandle) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, Target) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::Target' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget, ReturnValue) == 0x000018, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectSpecToTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectToSelf \ static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectToSelf"); \ static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf) == 0x000040, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectToSelf"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::GameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, Level) == 0x000008, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::Level' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, EffectContext) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToSelf, ReturnValue) == 0x000028, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToSelf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_BP_ApplyGameplayEffectToTarget \ static_assert(alignof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget) == 0x000008, "Wrong alignment on AbilitySystemComponent_BP_ApplyGameplayEffectToTarget"); \ static_assert(sizeof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget) == 0x000048, "Wrong size on AbilitySystemComponent_BP_ApplyGameplayEffectToTarget"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::GameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Target) == 0x000008, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Target' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Level) == 0x000010, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Level' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, Context) == 0x000018, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::Context' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_BP_ApplyGameplayEffectToTarget, ReturnValue) == 0x000030, "Member 'AbilitySystemComponent_BP_ApplyGameplayEffectToTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilityFailed \ static_assert(alignof(AbilitySystemComponent_ClientActivateAbilityFailed) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilityFailed"); \ static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilityFailed) == 0x000008, "Wrong size on AbilitySystemComponent_ClientActivateAbilityFailed"); \ static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilityFailed, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilityFailed::AbilityToActivate' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilityFailed, PredictionKey) == 0x000004, "Member 'AbilitySystemComponent_ClientActivateAbilityFailed::PredictionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilitySucceed \ static_assert(alignof(AbilitySystemComponent_ClientActivateAbilitySucceed) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilitySucceed"); \ static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilitySucceed) == 0x000018, "Wrong size on AbilitySystemComponent_ClientActivateAbilitySucceed"); \ static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceed, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceed::AbilityToActivate' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceed, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceed::PredictionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData \ static_assert(alignof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData"); \ static_assert(sizeof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData) == 0x0000C8, "Wrong size on AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData"); \ static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::AbilityToActivate' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData, TriggerEventData) == 0x000018, "Member 'AbilitySystemComponent_ClientActivateAbilitySucceedWithEventData::TriggerEventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ClientCancelAbility \ static_assert(alignof(AbilitySystemComponent_ClientCancelAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientCancelAbility"); \ static_assert(sizeof(AbilitySystemComponent_ClientCancelAbility) == 0x000020, "Wrong size on AbilitySystemComponent_ClientCancelAbility"); \ static_assert(offsetof(AbilitySystemComponent_ClientCancelAbility, AbilityToCancel) == 0x000000, "Member 'AbilitySystemComponent_ClientCancelAbility::AbilityToCancel' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ClientCancelAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ClientCancelAbility::ActivationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ClientEndAbility \ static_assert(alignof(AbilitySystemComponent_ClientEndAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientEndAbility"); \ static_assert(sizeof(AbilitySystemComponent_ClientEndAbility) == 0x000020, "Wrong size on AbilitySystemComponent_ClientEndAbility"); \ static_assert(offsetof(AbilitySystemComponent_ClientEndAbility, AbilityToEnd) == 0x000000, "Member 'AbilitySystemComponent_ClientEndAbility::AbilityToEnd' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ClientEndAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ClientEndAbility::ActivationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ClientPrintDebug_Response \ static_assert(alignof(AbilitySystemComponent_ClientPrintDebug_Response) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientPrintDebug_Response"); \ static_assert(sizeof(AbilitySystemComponent_ClientPrintDebug_Response) == 0x000018, "Wrong size on AbilitySystemComponent_ClientPrintDebug_Response"); \ static_assert(offsetof(AbilitySystemComponent_ClientPrintDebug_Response, Strings) == 0x000000, "Member 'AbilitySystemComponent_ClientPrintDebug_Response::Strings' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ClientPrintDebug_Response, GameFlags) == 0x000010, "Member 'AbilitySystemComponent_ClientPrintDebug_Response::GameFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ClientSetReplicatedEvent \ static_assert(alignof(AbilitySystemComponent_ClientSetReplicatedEvent) == 0x000008, "Wrong alignment on AbilitySystemComponent_ClientSetReplicatedEvent"); \ static_assert(sizeof(AbilitySystemComponent_ClientSetReplicatedEvent) == 0x000018, "Wrong size on AbilitySystemComponent_ClientSetReplicatedEvent"); \ static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, EventType) == 0x000000, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::EventType' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::AbilityHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ClientSetReplicatedEvent, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ClientSetReplicatedEvent::AbilityOriginalPredictionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ClientTryActivateAbility \ static_assert(alignof(AbilitySystemComponent_ClientTryActivateAbility) == 0x000004, "Wrong alignment on AbilitySystemComponent_ClientTryActivateAbility"); \ static_assert(sizeof(AbilitySystemComponent_ClientTryActivateAbility) == 0x000004, "Wrong size on AbilitySystemComponent_ClientTryActivateAbility"); \ static_assert(offsetof(AbilitySystemComponent_ClientTryActivateAbility, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ClientTryActivateAbility::AbilityToActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayEffectCount \ static_assert(alignof(AbilitySystemComponent_GetGameplayEffectCount) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayEffectCount"); \ static_assert(sizeof(AbilitySystemComponent_GetGameplayEffectCount) == 0x000018, "Wrong size on AbilitySystemComponent_GetGameplayEffectCount"); \ static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, SourceGameplayEffect) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayEffectCount::SourceGameplayEffect' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, OptionalInstigatorFilterComponent) == 0x000008, "Member 'AbilitySystemComponent_GetGameplayEffectCount::OptionalInstigatorFilterComponent' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, bEnforceOnGoingCheck) == 0x000010, "Member 'AbilitySystemComponent_GetGameplayEffectCount::bEnforceOnGoingCheck' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectCount, ReturnValue) == 0x000014, "Member 'AbilitySystemComponent_GetGameplayEffectCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_K2_InitStats \ static_assert(alignof(AbilitySystemComponent_K2_InitStats) == 0x000008, "Wrong alignment on AbilitySystemComponent_K2_InitStats"); \ static_assert(sizeof(AbilitySystemComponent_K2_InitStats) == 0x000010, "Wrong size on AbilitySystemComponent_K2_InitStats"); \ static_assert(offsetof(AbilitySystemComponent_K2_InitStats, Attributes) == 0x000000, "Member 'AbilitySystemComponent_K2_InitStats::Attributes' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_K2_InitStats, DataTable) == 0x000008, "Member 'AbilitySystemComponent_K2_InitStats::DataTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded \ static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded"); \ static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded) == 0x000030, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded, EffectContext) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded::EffectContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams \ static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams"); \ static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams) == 0x0000D8, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams, Parameters) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAdded_WithParams::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec \ static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec"); \ static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec) == 0x000088, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec, Spec) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec::Spec' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec, PredictionKey) == 0x000078, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_FromSpec::PredictionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams \ static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams"); \ static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams) == 0x0000D8, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams, GameplayCueParameters) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueAddedAndWhileActive_WithParams::GameplayCueParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted \ static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted"); \ static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted) == 0x000030, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted, EffectContext) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted::EffectContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec \ static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec"); \ static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec) == 0x000088, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec, Spec) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec::Spec' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec, PredictionKey) == 0x000078, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_FromSpec::PredictionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams \ static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams"); \ static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams) == 0x0000D8, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams, GameplayCueParameters) == 0x000018, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCueExecuted_WithParams::GameplayCueParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams \ static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams"); \ static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams) == 0x0000F0, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::GameplayCueTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams, GameplayCueParameters) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesAddedAndWhileActive_WithParams::GameplayCueParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted \ static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted"); \ static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted) == 0x000048, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::GameplayCueTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted, EffectContext) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted::EffectContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams \ static_assert(alignof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams) == 0x000008, "Wrong alignment on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams"); \ static_assert(sizeof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams) == 0x0000F0, "Wrong size on AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, GameplayCueTags) == 0x000000, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::GameplayCueTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams, GameplayCueParameters) == 0x000030, "Member 'AbilitySystemComponent_NetMulticast_InvokeGameplayCuesExecuted_WithParams::GameplayCueParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags \ static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags"); \ static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags::Tags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithAppliedTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags \ static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags"); \ static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags::Tags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithGrantedTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithSourceTags \ static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithSourceTags"); \ static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithSourceTags"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithSourceTags::Tags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithSourceTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithSourceTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveEffectsWithTags \ static_assert(alignof(AbilitySystemComponent_RemoveActiveEffectsWithTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveEffectsWithTags"); \ static_assert(sizeof(AbilitySystemComponent_RemoveActiveEffectsWithTags) == 0x000028, "Wrong size on AbilitySystemComponent_RemoveActiveEffectsWithTags"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithTags::Tags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveEffectsWithTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_RemoveActiveEffectsWithTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveGameplayEffect \ static_assert(alignof(AbilitySystemComponent_RemoveActiveGameplayEffect) == 0x000004, "Wrong alignment on AbilitySystemComponent_RemoveActiveGameplayEffect"); \ static_assert(sizeof(AbilitySystemComponent_RemoveActiveGameplayEffect) == 0x000020, "Wrong size on AbilitySystemComponent_RemoveActiveGameplayEffect"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, Handle) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::Handle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, StacksToRemove) == 0x000018, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::StacksToRemove' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffect, ReturnValue) == 0x00001C, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect \ static_assert(alignof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect) == 0x000008, "Wrong alignment on AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect"); \ static_assert(sizeof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect) == 0x000018, "Wrong size on AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, GameplayEffect) == 0x000000, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::GameplayEffect' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, InstigatorAbilitySystemComponent) == 0x000008, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::InstigatorAbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect, StacksToRemove) == 0x000010, "Member 'AbilitySystemComponent_RemoveActiveGameplayEffectBySourceEffect::StacksToRemove' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerAbilityRPCBatch \ static_assert(alignof(AbilitySystemComponent_ServerAbilityRPCBatch) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerAbilityRPCBatch"); \ static_assert(sizeof(AbilitySystemComponent_ServerAbilityRPCBatch) == 0x000048, "Wrong size on AbilitySystemComponent_ServerAbilityRPCBatch"); \ static_assert(offsetof(AbilitySystemComponent_ServerAbilityRPCBatch, BatchInfo) == 0x000000, "Member 'AbilitySystemComponent_ServerAbilityRPCBatch::BatchInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCancelAbility \ static_assert(alignof(AbilitySystemComponent_ServerCancelAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCancelAbility"); \ static_assert(sizeof(AbilitySystemComponent_ServerCancelAbility) == 0x000020, "Wrong size on AbilitySystemComponent_ServerCancelAbility"); \ static_assert(offsetof(AbilitySystemComponent_ServerCancelAbility, AbilityToCancel) == 0x000000, "Member 'AbilitySystemComponent_ServerCancelAbility::AbilityToCancel' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerCancelAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ServerCancelAbility::ActivationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageJumpToSectionName \ static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageJumpToSectionName"); \ static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName) == 0x000010, "Wrong size on AbilitySystemComponent_ServerCurrentMontageJumpToSectionName"); \ static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName, ClientAnimMontage) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageJumpToSectionName::ClientAnimMontage' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageJumpToSectionName, SectionName) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageJumpToSectionName::SectionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageSetNextSectionName \ static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageSetNextSectionName"); \ static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName) == 0x000020, "Wrong size on AbilitySystemComponent_ServerCurrentMontageSetNextSectionName"); \ static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, ClientAnimMontage) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::ClientAnimMontage' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, ClientPosition) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::ClientPosition' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, SectionName) == 0x00000C, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::SectionName' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetNextSectionName, NextSectionName) == 0x000014, "Member 'AbilitySystemComponent_ServerCurrentMontageSetNextSectionName::NextSectionName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerCurrentMontageSetPlayRate \ static_assert(alignof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerCurrentMontageSetPlayRate"); \ static_assert(sizeof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate) == 0x000010, "Wrong size on AbilitySystemComponent_ServerCurrentMontageSetPlayRate"); \ static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate, ClientAnimMontage) == 0x000000, "Member 'AbilitySystemComponent_ServerCurrentMontageSetPlayRate::ClientAnimMontage' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerCurrentMontageSetPlayRate, InPlayRate) == 0x000008, "Member 'AbilitySystemComponent_ServerCurrentMontageSetPlayRate::InPlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerEndAbility \ static_assert(alignof(AbilitySystemComponent_ServerEndAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerEndAbility"); \ static_assert(sizeof(AbilitySystemComponent_ServerEndAbility) == 0x000030, "Wrong size on AbilitySystemComponent_ServerEndAbility"); \ static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, AbilityToEnd) == 0x000000, "Member 'AbilitySystemComponent_ServerEndAbility::AbilityToEnd' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, ActivationInfo) == 0x000008, "Member 'AbilitySystemComponent_ServerEndAbility::ActivationInfo' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerEndAbility, PredictionKey) == 0x000020, "Member 'AbilitySystemComponent_ServerEndAbility::PredictionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerPrintDebug_RequestWithStrings \ static_assert(alignof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerPrintDebug_RequestWithStrings"); \ static_assert(sizeof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings) == 0x000010, "Wrong size on AbilitySystemComponent_ServerPrintDebug_RequestWithStrings"); \ static_assert(offsetof(AbilitySystemComponent_ServerPrintDebug_RequestWithStrings, Strings) == 0x000000, "Member 'AbilitySystemComponent_ServerPrintDebug_RequestWithStrings::Strings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetInputPressed \ static_assert(alignof(AbilitySystemComponent_ServerSetInputPressed) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerSetInputPressed"); \ static_assert(sizeof(AbilitySystemComponent_ServerSetInputPressed) == 0x000004, "Wrong size on AbilitySystemComponent_ServerSetInputPressed"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetInputPressed, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetInputPressed::AbilityHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetInputReleased \ static_assert(alignof(AbilitySystemComponent_ServerSetInputReleased) == 0x000004, "Wrong alignment on AbilitySystemComponent_ServerSetInputReleased"); \ static_assert(sizeof(AbilitySystemComponent_ServerSetInputReleased) == 0x000004, "Wrong size on AbilitySystemComponent_ServerSetInputReleased"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetInputReleased, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetInputReleased::AbilityHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedEvent \ static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedEvent) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedEvent"); \ static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedEvent) == 0x000028, "Wrong size on AbilitySystemComponent_ServerSetReplicatedEvent"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, EventType) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::EventType' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::AbilityHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::AbilityOriginalPredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEvent, CurrentPredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedEvent::CurrentPredictionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedEventWithPayload \ static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedEventWithPayload"); \ static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload) == 0x000038, "Wrong size on AbilitySystemComponent_ServerSetReplicatedEventWithPayload"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, EventType) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::EventType' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, AbilityHandle) == 0x000004, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::AbilityHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::AbilityOriginalPredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, CurrentPredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::CurrentPredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedEventWithPayload, VectorPayload) == 0x000028, "Member 'AbilitySystemComponent_ServerSetReplicatedEventWithPayload::VectorPayload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedTargetData \ static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedTargetData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedTargetData"); \ static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedTargetData) == 0x000058, "Wrong size on AbilitySystemComponent_ServerSetReplicatedTargetData"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::AbilityHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::AbilityOriginalPredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, ReplicatedTargetDataHandle) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::ReplicatedTargetDataHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, ApplicationTag) == 0x000040, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::ApplicationTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetData, CurrentPredictionKey) == 0x000048, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetData::CurrentPredictionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled \ static_assert(alignof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled"); \ static_assert(sizeof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled) == 0x000028, "Wrong size on AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, AbilityHandle) == 0x000000, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::AbilityHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, AbilityOriginalPredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::AbilityOriginalPredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled, CurrentPredictionKey) == 0x000018, "Member 'AbilitySystemComponent_ServerSetReplicatedTargetDataCancelled::CurrentPredictionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerTryActivateAbility \ static_assert(alignof(AbilitySystemComponent_ServerTryActivateAbility) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerTryActivateAbility"); \ static_assert(sizeof(AbilitySystemComponent_ServerTryActivateAbility) == 0x000018, "Wrong size on AbilitySystemComponent_ServerTryActivateAbility"); \ static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ServerTryActivateAbility::AbilityToActivate' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, InputPressed) == 0x000004, "Member 'AbilitySystemComponent_ServerTryActivateAbility::InputPressed' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbility, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerTryActivateAbility::PredictionKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_ServerTryActivateAbilityWithEventData \ static_assert(alignof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData) == 0x000008, "Wrong alignment on AbilitySystemComponent_ServerTryActivateAbilityWithEventData"); \ static_assert(sizeof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData) == 0x0000C8, "Wrong size on AbilitySystemComponent_ServerTryActivateAbilityWithEventData"); \ static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, AbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::AbilityToActivate' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, InputPressed) == 0x000004, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::InputPressed' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, PredictionKey) == 0x000008, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::PredictionKey' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_ServerTryActivateAbilityWithEventData, TriggerEventData) == 0x000018, "Member 'AbilitySystemComponent_ServerTryActivateAbilityWithEventData::TriggerEventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_SetActiveGameplayEffectLevel \ static_assert(alignof(AbilitySystemComponent_SetActiveGameplayEffectLevel) == 0x000004, "Wrong alignment on AbilitySystemComponent_SetActiveGameplayEffectLevel"); \ static_assert(sizeof(AbilitySystemComponent_SetActiveGameplayEffectLevel) == 0x00001C, "Wrong size on AbilitySystemComponent_SetActiveGameplayEffectLevel"); \ static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevel, ActiveHandle) == 0x000000, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevel::ActiveHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevel, NewLevel) == 0x000018, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevel::NewLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery \ static_assert(alignof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery) == 0x000008, "Wrong alignment on AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery"); \ static_assert(sizeof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery) == 0x000158, "Wrong size on AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery"); \ static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery, Query) == 0x000000, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery::Query' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery, NewLevel) == 0x000150, "Member 'AbilitySystemComponent_SetActiveGameplayEffectLevelUsingQuery::NewLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_SetUserAbilityActivationInhibited \ static_assert(alignof(AbilitySystemComponent_SetUserAbilityActivationInhibited) == 0x000001, "Wrong alignment on AbilitySystemComponent_SetUserAbilityActivationInhibited"); \ static_assert(sizeof(AbilitySystemComponent_SetUserAbilityActivationInhibited) == 0x000001, "Wrong size on AbilitySystemComponent_SetUserAbilityActivationInhibited"); \ static_assert(offsetof(AbilitySystemComponent_SetUserAbilityActivationInhibited, NewInhibit) == 0x000000, "Member 'AbilitySystemComponent_SetUserAbilityActivationInhibited::NewInhibit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_TryActivateAbilitiesByTag \ static_assert(alignof(AbilitySystemComponent_TryActivateAbilitiesByTag) == 0x000008, "Wrong alignment on AbilitySystemComponent_TryActivateAbilitiesByTag"); \ static_assert(sizeof(AbilitySystemComponent_TryActivateAbilitiesByTag) == 0x000028, "Wrong size on AbilitySystemComponent_TryActivateAbilitiesByTag"); \ static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, GameplayTagContainer) == 0x000000, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::GameplayTagContainer' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, bAllowRemoteActivation) == 0x000020, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::bAllowRemoteActivation' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_TryActivateAbilitiesByTag, ReturnValue) == 0x000021, "Member 'AbilitySystemComponent_TryActivateAbilitiesByTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_TryActivateAbilityByClass \ static_assert(alignof(AbilitySystemComponent_TryActivateAbilityByClass) == 0x000008, "Wrong alignment on AbilitySystemComponent_TryActivateAbilityByClass"); \ static_assert(sizeof(AbilitySystemComponent_TryActivateAbilityByClass) == 0x000010, "Wrong size on AbilitySystemComponent_TryActivateAbilityByClass"); \ static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, InAbilityToActivate) == 0x000000, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::InAbilityToActivate' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, bAllowRemoteActivation) == 0x000008, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::bAllowRemoteActivation' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_TryActivateAbilityByClass, ReturnValue) == 0x000009, "Member 'AbilitySystemComponent_TryActivateAbilityByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_GetActiveEffects \ static_assert(alignof(AbilitySystemComponent_GetActiveEffects) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetActiveEffects"); \ static_assert(sizeof(AbilitySystemComponent_GetActiveEffects) == 0x000160, "Wrong size on AbilitySystemComponent_GetActiveEffects"); \ static_assert(offsetof(AbilitySystemComponent_GetActiveEffects, Query) == 0x000000, "Member 'AbilitySystemComponent_GetActiveEffects::Query' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_GetActiveEffects, ReturnValue) == 0x000150, "Member 'AbilitySystemComponent_GetActiveEffects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_GetActiveEffectsWithAllTags \ static_assert(alignof(AbilitySystemComponent_GetActiveEffectsWithAllTags) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetActiveEffectsWithAllTags"); \ static_assert(sizeof(AbilitySystemComponent_GetActiveEffectsWithAllTags) == 0x000030, "Wrong size on AbilitySystemComponent_GetActiveEffectsWithAllTags"); \ static_assert(offsetof(AbilitySystemComponent_GetActiveEffectsWithAllTags, Tags) == 0x000000, "Member 'AbilitySystemComponent_GetActiveEffectsWithAllTags::Tags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_GetActiveEffectsWithAllTags, ReturnValue) == 0x000020, "Member 'AbilitySystemComponent_GetActiveEffectsWithAllTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_GetGameplayEffectMagnitude \ static_assert(alignof(AbilitySystemComponent_GetGameplayEffectMagnitude) == 0x000008, "Wrong alignment on AbilitySystemComponent_GetGameplayEffectMagnitude"); \ static_assert(sizeof(AbilitySystemComponent_GetGameplayEffectMagnitude) == 0x000058, "Wrong size on AbilitySystemComponent_GetGameplayEffectMagnitude"); \ static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, Handle) == 0x000000, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::Handle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, Attribute) == 0x000018, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::Attribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_GetGameplayEffectMagnitude, ReturnValue) == 0x000050, "Member 'AbilitySystemComponent_GetGameplayEffectMagnitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_GetUserAbilityActivationInhibited \ static_assert(alignof(AbilitySystemComponent_GetUserAbilityActivationInhibited) == 0x000001, "Wrong alignment on AbilitySystemComponent_GetUserAbilityActivationInhibited"); \ static_assert(sizeof(AbilitySystemComponent_GetUserAbilityActivationInhibited) == 0x000001, "Wrong size on AbilitySystemComponent_GetUserAbilityActivationInhibited"); \ static_assert(offsetof(AbilitySystemComponent_GetUserAbilityActivationInhibited, ReturnValue) == 0x000000, "Member 'AbilitySystemComponent_GetUserAbilityActivationInhibited::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_IsGameplayCueActive \ static_assert(alignof(AbilitySystemComponent_IsGameplayCueActive) == 0x000004, "Wrong alignment on AbilitySystemComponent_IsGameplayCueActive"); \ static_assert(sizeof(AbilitySystemComponent_IsGameplayCueActive) == 0x00000C, "Wrong size on AbilitySystemComponent_IsGameplayCueActive"); \ static_assert(offsetof(AbilitySystemComponent_IsGameplayCueActive, GameplayCueTag) == 0x000000, "Member 'AbilitySystemComponent_IsGameplayCueActive::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_IsGameplayCueActive, ReturnValue) == 0x000008, "Member 'AbilitySystemComponent_IsGameplayCueActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_MakeEffectContext \ static_assert(alignof(AbilitySystemComponent_MakeEffectContext) == 0x000008, "Wrong alignment on AbilitySystemComponent_MakeEffectContext"); \ static_assert(sizeof(AbilitySystemComponent_MakeEffectContext) == 0x000018, "Wrong size on AbilitySystemComponent_MakeEffectContext"); \ static_assert(offsetof(AbilitySystemComponent_MakeEffectContext, ReturnValue) == 0x000000, "Member 'AbilitySystemComponent_MakeEffectContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemComponent_MakeOutgoingSpec \ static_assert(alignof(AbilitySystemComponent_MakeOutgoingSpec) == 0x000008, "Wrong alignment on AbilitySystemComponent_MakeOutgoingSpec"); \ static_assert(sizeof(AbilitySystemComponent_MakeOutgoingSpec) == 0x000038, "Wrong size on AbilitySystemComponent_MakeOutgoingSpec"); \ static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, GameplayEffectClass) == 0x000000, "Member 'AbilitySystemComponent_MakeOutgoingSpec::GameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, Level) == 0x000008, "Member 'AbilitySystemComponent_MakeOutgoingSpec::Level' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, Context) == 0x000010, "Member 'AbilitySystemComponent_MakeOutgoingSpec::Context' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemComponent_MakeOutgoingSpec, ReturnValue) == 0x000028, "Member 'AbilitySystemComponent_MakeOutgoingSpec::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilitySystemComponent \ static_assert(alignof(UAbilitySystemComponent) == 0x000008, "Wrong alignment on UAbilitySystemComponent"); \ static_assert(sizeof(UAbilitySystemComponent) == 0x001330, "Wrong size on UAbilitySystemComponent"); \ static_assert(offsetof(UAbilitySystemComponent, DefaultStartingData) == 0x000138, "Member 'UAbilitySystemComponent::DefaultStartingData' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, SpawnedAttributes) == 0x000148, "Member 'UAbilitySystemComponent::SpawnedAttributes' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, AffectedAnimInstanceTag) == 0x000158, "Member 'UAbilitySystemComponent::AffectedAnimInstanceTag' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, OutgoingDuration) == 0x0002F8, "Member 'UAbilitySystemComponent::OutgoingDuration' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, IncomingDuration) == 0x0002FC, "Member 'UAbilitySystemComponent::IncomingDuration' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, ClientDebugStrings) == 0x000320, "Member 'UAbilitySystemComponent::ClientDebugStrings' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, ServerDebugStrings) == 0x000330, "Member 'UAbilitySystemComponent::ServerDebugStrings' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, UserAbilityActivationInhibited) == 0x000398, "Member 'UAbilitySystemComponent::UserAbilityActivationInhibited' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, ReplicationProxyEnabled) == 0x000399, "Member 'UAbilitySystemComponent::ReplicationProxyEnabled' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, bSuppressGrantAbility) == 0x00039A, "Member 'UAbilitySystemComponent::bSuppressGrantAbility' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, bSuppressGameplayCues) == 0x00039B, "Member 'UAbilitySystemComponent::bSuppressGameplayCues' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, SpawnedTargetActors) == 0x0003A0, "Member 'UAbilitySystemComponent::SpawnedTargetActors' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, OwnerActor) == 0x0003D8, "Member 'UAbilitySystemComponent::OwnerActor' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, AvatarActor) == 0x0003E0, "Member 'UAbilitySystemComponent::AvatarActor' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, ActivatableAbilities) == 0x0003F8, "Member 'UAbilitySystemComponent::ActivatableAbilities' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, AllReplicatedInstancedAbilities) == 0x000548, "Member 'UAbilitySystemComponent::AllReplicatedInstancedAbilities' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, RepAnimMontageInfo) == 0x000778, "Member 'UAbilitySystemComponent::RepAnimMontageInfo' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, bCachedIsNetSimulated) == 0x0007A8, "Member 'UAbilitySystemComponent::bCachedIsNetSimulated' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, bPendingMontageRep) == 0x0007A9, "Member 'UAbilitySystemComponent::bPendingMontageRep' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, LocalAnimMontageInfo) == 0x0007B0, "Member 'UAbilitySystemComponent::LocalAnimMontageInfo' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, ActiveGameplayEffects) == 0x000878, "Member 'UAbilitySystemComponent::ActiveGameplayEffects' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, ActiveGameplayCues) == 0x000CF0, "Member 'UAbilitySystemComponent::ActiveGameplayCues' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, MinimalReplicationGameplayCues) == 0x000E18, "Member 'UAbilitySystemComponent::MinimalReplicationGameplayCues' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, BlockedAbilityBindings) == 0x001068, "Member 'UAbilitySystemComponent::BlockedAbilityBindings' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, MinimalReplicationTags) == 0x0011A0, "Member 'UAbilitySystemComponent::MinimalReplicationTags' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemComponent, ReplicatedPredictionKeyMap) == 0x001218, "Member 'UAbilitySystemComponent::ReplicatedPredictionKeyMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy \ static_assert(alignof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy"); \ static_assert(sizeof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy) == 0x000038, "Wrong size on AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, OwningAbility) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, TaskInstanceName) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, MontageToPlay_0) == 0x000010, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::MontageToPlay_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, Rate_0) == 0x000018, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::Rate_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, StartSection_0) == 0x00001C, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::StartSection_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, bStopWhenAbilityEnds_0) == 0x000024, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::bStopWhenAbilityEnds_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, AnimRootMotionTranslationScale_0) == 0x000028, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::AnimRootMotionTranslationScale_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, StartTimeSeconds_0) == 0x00002C, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::StartTimeSeconds_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy, ReturnValue) == 0x000030, "Member 'AbilityTask_PlayMontageAndWait_CreatePlayMontageAndWaitProxy::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_OnMontageBlendingOut \ static_assert(alignof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_OnMontageBlendingOut"); \ static_assert(sizeof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut) == 0x000010, "Wrong size on AbilityTask_PlayMontageAndWait_OnMontageBlendingOut"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut, Montage) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_OnMontageBlendingOut::Montage' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_PlayMontageAndWait_OnMontageEnded \ static_assert(alignof(AbilityTask_PlayMontageAndWait_OnMontageEnded) == 0x000008, "Wrong alignment on AbilityTask_PlayMontageAndWait_OnMontageEnded"); \ static_assert(sizeof(AbilityTask_PlayMontageAndWait_OnMontageEnded) == 0x000010, "Wrong size on AbilityTask_PlayMontageAndWait_OnMontageEnded"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageEnded, Montage) == 0x000000, "Member 'AbilityTask_PlayMontageAndWait_OnMontageEnded::Montage' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_PlayMontageAndWait_OnMontageEnded, bInterrupted) == 0x000008, "Member 'AbilityTask_PlayMontageAndWait_OnMontageEnded::bInterrupted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_PlayMontageAndWait \ static_assert(alignof(UAbilityTask_PlayMontageAndWait) == 0x000008, "Wrong alignment on UAbilityTask_PlayMontageAndWait"); \ static_assert(sizeof(UAbilityTask_PlayMontageAndWait) == 0x000108, "Wrong size on UAbilityTask_PlayMontageAndWait"); \ static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnCompleted) == 0x000080, "Member 'UAbilityTask_PlayMontageAndWait::OnCompleted' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnBlendOut) == 0x000090, "Member 'UAbilityTask_PlayMontageAndWait::OnBlendOut' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnInterrupted) == 0x0000A0, "Member 'UAbilityTask_PlayMontageAndWait::OnInterrupted' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_PlayMontageAndWait, OnCancelled) == 0x0000B0, "Member 'UAbilityTask_PlayMontageAndWait::OnCancelled' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_PlayMontageAndWait, MontageToPlay) == 0x0000E8, "Member 'UAbilityTask_PlayMontageAndWait::MontageToPlay' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_PlayMontageAndWait, Rate) == 0x0000F0, "Member 'UAbilityTask_PlayMontageAndWait::Rate' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_PlayMontageAndWait, StartSection) == 0x0000F4, "Member 'UAbilityTask_PlayMontageAndWait::StartSection' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_PlayMontageAndWait, AnimRootMotionTranslationScale) == 0x0000FC, "Member 'UAbilityTask_PlayMontageAndWait::AnimRootMotionTranslationScale' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_PlayMontageAndWait, StartTimeSeconds) == 0x000100, "Member 'UAbilityTask_PlayMontageAndWait::StartTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_PlayMontageAndWait, bStopWhenAbilityEnds) == 0x000104, "Member 'UAbilityTask_PlayMontageAndWait::bStopWhenAbilityEnds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitInputRelease_WaitInputRelease \ static_assert(alignof(AbilityTask_WaitInputRelease_WaitInputRelease) == 0x000008, "Wrong alignment on AbilityTask_WaitInputRelease_WaitInputRelease"); \ static_assert(sizeof(AbilityTask_WaitInputRelease_WaitInputRelease) == 0x000018, "Wrong size on AbilityTask_WaitInputRelease_WaitInputRelease"); \ static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, bTestAlreadyReleased) == 0x000008, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::bTestAlreadyReleased' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitInputRelease_WaitInputRelease, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitInputRelease_WaitInputRelease::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitInputRelease \ static_assert(alignof(UAbilityTask_WaitInputRelease) == 0x000008, "Wrong alignment on UAbilityTask_WaitInputRelease"); \ static_assert(sizeof(UAbilityTask_WaitInputRelease) == 0x0000A0, "Wrong size on UAbilityTask_WaitInputRelease"); \ static_assert(offsetof(UAbilityTask_WaitInputRelease, OnRelease) == 0x000080, "Member 'UAbilityTask_WaitInputRelease::OnRelease' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotion_Base \ static_assert(alignof(UAbilityTask_ApplyRootMotion_Base) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotion_Base"); \ static_assert(sizeof(UAbilityTask_ApplyRootMotion_Base) == 0x0000B8, "Wrong size on UAbilityTask_ApplyRootMotion_Base"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, ForceName) == 0x000080, "Member 'UAbilityTask_ApplyRootMotion_Base::ForceName' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishVelocityMode) == 0x000088, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishVelocityMode' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishSetVelocity) == 0x00008C, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishSetVelocity' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, FinishClampVelocity) == 0x000098, "Member 'UAbilityTask_ApplyRootMotion_Base::FinishClampVelocity' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotion_Base, MovementComponent) == 0x0000A0, "Member 'UAbilityTask_ApplyRootMotion_Base::MovementComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAttributeSet \ static_assert(alignof(UAttributeSet) == 0x000008, "Wrong alignment on UAttributeSet"); \ static_assert(sizeof(UAttributeSet) == 0x000030, "Wrong size on UAttributeSet"); \ #define DUMPER7_ASSERTS_UAbilitySystemTestAttributeSet \ static_assert(alignof(UAbilitySystemTestAttributeSet) == 0x000008, "Wrong alignment on UAbilitySystemTestAttributeSet"); \ static_assert(sizeof(UAbilitySystemTestAttributeSet) == 0x000070, "Wrong size on UAbilitySystemTestAttributeSet"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, MaxHealth) == 0x000030, "Member 'UAbilitySystemTestAttributeSet::MaxHealth' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, Health) == 0x000034, "Member 'UAbilitySystemTestAttributeSet::Health' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, Mana) == 0x000038, "Member 'UAbilitySystemTestAttributeSet::Mana' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, MaxMana) == 0x00003C, "Member 'UAbilitySystemTestAttributeSet::MaxMana' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, Damage) == 0x000040, "Member 'UAbilitySystemTestAttributeSet::Damage' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, SpellDamage) == 0x000044, "Member 'UAbilitySystemTestAttributeSet::SpellDamage' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, PhysicalDamage) == 0x000048, "Member 'UAbilitySystemTestAttributeSet::PhysicalDamage' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, CritChance) == 0x00004C, "Member 'UAbilitySystemTestAttributeSet::CritChance' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, CritMultiplier) == 0x000050, "Member 'UAbilitySystemTestAttributeSet::CritMultiplier' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, ArmorDamageReduction) == 0x000054, "Member 'UAbilitySystemTestAttributeSet::ArmorDamageReduction' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, DodgeChance) == 0x000058, "Member 'UAbilitySystemTestAttributeSet::DodgeChance' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, LifeSteal) == 0x00005C, "Member 'UAbilitySystemTestAttributeSet::LifeSteal' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, Strength) == 0x000060, "Member 'UAbilitySystemTestAttributeSet::Strength' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, StackingAttribute1) == 0x000064, "Member 'UAbilitySystemTestAttributeSet::StackingAttribute1' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, StackingAttribute2) == 0x000068, "Member 'UAbilitySystemTestAttributeSet::StackingAttribute2' has a wrong offset!"); \ static_assert(offsetof(UAbilitySystemTestAttributeSet, NoStackAttribute) == 0x00006C, "Member 'UAbilitySystemTestAttributeSet::NoStackAttribute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayAbility_CharacterJump \ static_assert(alignof(UGameplayAbility_CharacterJump) == 0x000008, "Wrong alignment on UGameplayAbility_CharacterJump"); \ static_assert(sizeof(UGameplayAbility_CharacterJump) == 0x0003B0, "Wrong size on UGameplayAbility_CharacterJump"); \ #define DUMPER7_ASSERTS_GameplayEffectExecutionCalculation_Execute \ static_assert(alignof(GameplayEffectExecutionCalculation_Execute) == 0x000008, "Wrong alignment on GameplayEffectExecutionCalculation_Execute"); \ static_assert(sizeof(GameplayEffectExecutionCalculation_Execute) == 0x000108, "Wrong size on GameplayEffectExecutionCalculation_Execute"); \ static_assert(offsetof(GameplayEffectExecutionCalculation_Execute, ExecutionParams) == 0x000000, "Member 'GameplayEffectExecutionCalculation_Execute::ExecutionParams' has a wrong offset!"); \ static_assert(offsetof(GameplayEffectExecutionCalculation_Execute, OutExecutionOutput) == 0x0000F0, "Member 'GameplayEffectExecutionCalculation_Execute::OutExecutionOutput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayEffectExecutionCalculation \ static_assert(alignof(UGameplayEffectExecutionCalculation) == 0x000008, "Wrong alignment on UGameplayEffectExecutionCalculation"); \ static_assert(sizeof(UGameplayEffectExecutionCalculation) == 0x000040, "Wrong size on UGameplayEffectExecutionCalculation"); \ static_assert(offsetof(UGameplayEffectExecutionCalculation, bRequiresPassedInTags) == 0x000038, "Member 'UGameplayEffectExecutionCalculation::bRequiresPassedInTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAbilitySystemReplicationProxyInterface \ static_assert(alignof(IAbilitySystemReplicationProxyInterface) == 0x000001, "Wrong alignment on IAbilitySystemReplicationProxyInterface"); \ static_assert(sizeof(IAbilitySystemReplicationProxyInterface) == 0x000001, "Wrong size on IAbilitySystemReplicationProxyInterface"); \ #define DUMPER7_ASSERTS_UGameplayEffect \ static_assert(alignof(UGameplayEffect) == 0x000008, "Wrong alignment on UGameplayEffect"); \ static_assert(sizeof(UGameplayEffect) == 0x000800, "Wrong size on UGameplayEffect"); \ static_assert(offsetof(UGameplayEffect, DurationPolicy) == 0x000030, "Member 'UGameplayEffect::DurationPolicy' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, DurationMagnitude) == 0x000038, "Member 'UGameplayEffect::DurationMagnitude' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, Period) == 0x000218, "Member 'UGameplayEffect::Period' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, bExecutePeriodicEffectOnApplication) == 0x000240, "Member 'UGameplayEffect::bExecutePeriodicEffectOnApplication' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, PeriodicInhibitionPolicy) == 0x000241, "Member 'UGameplayEffect::PeriodicInhibitionPolicy' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, Modifiers) == 0x000248, "Member 'UGameplayEffect::Modifiers' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, Executions) == 0x000258, "Member 'UGameplayEffect::Executions' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, ChanceToApplyToTarget) == 0x000268, "Member 'UGameplayEffect::ChanceToApplyToTarget' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, ApplicationRequirements) == 0x000290, "Member 'UGameplayEffect::ApplicationRequirements' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, TargetEffectClasses) == 0x0002A0, "Member 'UGameplayEffect::TargetEffectClasses' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, ConditionalGameplayEffects) == 0x0002B0, "Member 'UGameplayEffect::ConditionalGameplayEffects' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, OverflowEffects) == 0x0002C0, "Member 'UGameplayEffect::OverflowEffects' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, bDenyOverflowApplication) == 0x0002D0, "Member 'UGameplayEffect::bDenyOverflowApplication' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, bClearStackOnOverflow) == 0x0002D1, "Member 'UGameplayEffect::bClearStackOnOverflow' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, PrematureExpirationEffectClasses) == 0x0002D8, "Member 'UGameplayEffect::PrematureExpirationEffectClasses' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, RoutineExpirationEffectClasses) == 0x0002E8, "Member 'UGameplayEffect::RoutineExpirationEffectClasses' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, bRequireModifierSuccessToTriggerCues) == 0x0002F8, "Member 'UGameplayEffect::bRequireModifierSuccessToTriggerCues' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, bSuppressStackingCues) == 0x0002F9, "Member 'UGameplayEffect::bSuppressStackingCues' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, GameplayCues) == 0x000300, "Member 'UGameplayEffect::GameplayCues' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, UIData) == 0x000310, "Member 'UGameplayEffect::UIData' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, InheritableGameplayEffectTags) == 0x000318, "Member 'UGameplayEffect::InheritableGameplayEffectTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, InheritableOwnedTagsContainer) == 0x000378, "Member 'UGameplayEffect::InheritableOwnedTagsContainer' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, OngoingTagRequirements) == 0x0003D8, "Member 'UGameplayEffect::OngoingTagRequirements' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, ApplicationTagRequirements) == 0x000418, "Member 'UGameplayEffect::ApplicationTagRequirements' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, RemovalTagRequirements) == 0x000458, "Member 'UGameplayEffect::RemovalTagRequirements' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, RemoveGameplayEffectsWithTags) == 0x000498, "Member 'UGameplayEffect::RemoveGameplayEffectsWithTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, GrantedApplicationImmunityTags) == 0x0004F8, "Member 'UGameplayEffect::GrantedApplicationImmunityTags' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, GrantedApplicationImmunityQuery) == 0x000538, "Member 'UGameplayEffect::GrantedApplicationImmunityQuery' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, RemoveGameplayEffectQuery) == 0x000690, "Member 'UGameplayEffect::RemoveGameplayEffectQuery' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, StackingType) == 0x0007E1, "Member 'UGameplayEffect::StackingType' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, StackLimitCount) == 0x0007E4, "Member 'UGameplayEffect::StackLimitCount' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, StackDurationRefreshPolicy) == 0x0007E8, "Member 'UGameplayEffect::StackDurationRefreshPolicy' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, StackPeriodResetPolicy) == 0x0007E9, "Member 'UGameplayEffect::StackPeriodResetPolicy' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, StackExpirationPolicy) == 0x0007EA, "Member 'UGameplayEffect::StackExpirationPolicy' has a wrong offset!"); \ static_assert(offsetof(UGameplayEffect, GrantedAbilities) == 0x0007F0, "Member 'UGameplayEffect::GrantedAbilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor \ static_assert(alignof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor"); \ static_assert(sizeof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor) == 0x0000A8, "Wrong size on AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TargetActor' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, SourceFilter) == 0x000008, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::SourceFilter' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, SourceTagRequirements) == 0x000018, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::SourceTagRequirements' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TargetTagRequirements) == 0x000058, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TargetTagRequirements' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, TriggerOnce) == 0x000098, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, ListenForPeriodicEffect) == 0x000099, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::ListenForPeriodicEffect' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor, ReturnValue) == 0x0000A0, "Member 'AbilityAsync_WaitGameplayEffectApplied_WaitGameplayEffectAppliedToActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayEffectApplied \ static_assert(alignof(UAbilityAsync_WaitGameplayEffectApplied) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayEffectApplied"); \ static_assert(sizeof(UAbilityAsync_WaitGameplayEffectApplied) == 0x0000F8, "Wrong size on UAbilityAsync_WaitGameplayEffectApplied"); \ static_assert(offsetof(UAbilityAsync_WaitGameplayEffectApplied, OnApplied) == 0x000038, "Member 'UAbilityAsync_WaitGameplayEffectApplied::OnApplied' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor \ static_assert(alignof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor"); \ static_assert(sizeof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::TargetActor' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, EventTag) == 0x000008, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::EventTag' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, OnlyTriggerOnce) == 0x000010, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::OnlyTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, OnlyMatchExact) == 0x000011, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::OnlyMatchExact' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayEvent_WaitGameplayEventToActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayEvent \ static_assert(alignof(UAbilityAsync_WaitGameplayEvent) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayEvent"); \ static_assert(sizeof(UAbilityAsync_WaitGameplayEvent) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayEvent"); \ static_assert(offsetof(UAbilityAsync_WaitGameplayEvent, EventReceived) == 0x000038, "Member 'UAbilityAsync_WaitGameplayEvent::EventReceived' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTag \ static_assert(alignof(UAbilityAsync_WaitGameplayTag) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTag"); \ static_assert(sizeof(UAbilityAsync_WaitGameplayTag) == 0x000050, "Wrong size on UAbilityAsync_WaitGameplayTag"); \ #define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor \ static_assert(alignof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor"); \ static_assert(sizeof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor"); \ static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::TargetActor' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, Tag) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::Tag' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, OnlyTriggerOnce) == 0x000010, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::OnlyTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayTagAdded_WaitGameplayTagAddToActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagAdded \ static_assert(alignof(UAbilityAsync_WaitGameplayTagAdded) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagAdded"); \ static_assert(sizeof(UAbilityAsync_WaitGameplayTagAdded) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayTagAdded"); \ static_assert(offsetof(UAbilityAsync_WaitGameplayTagAdded, Added) == 0x000050, "Member 'UAbilityAsync_WaitGameplayTagAdded::Added' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor \ static_assert(alignof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor) == 0x000008, "Wrong alignment on AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor"); \ static_assert(sizeof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor) == 0x000020, "Wrong size on AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor"); \ static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, TargetActor) == 0x000000, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::TargetActor' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, Tag) == 0x000008, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::Tag' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, OnlyTriggerOnce) == 0x000010, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::OnlyTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor, ReturnValue) == 0x000018, "Member 'AbilityAsync_WaitGameplayTagRemoved_WaitGameplayTagRemoveFromActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityAsync_WaitGameplayTagRemoved \ static_assert(alignof(UAbilityAsync_WaitGameplayTagRemoved) == 0x000008, "Wrong alignment on UAbilityAsync_WaitGameplayTagRemoved"); \ static_assert(sizeof(UAbilityAsync_WaitGameplayTagRemoved) == 0x000060, "Wrong size on UAbilityAsync_WaitGameplayTagRemoved"); \ static_assert(offsetof(UAbilityAsync_WaitGameplayTagRemoved, Removed) == 0x000050, "Member 'UAbilityAsync_WaitGameplayTagRemoved::Removed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor \ static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor::Actor' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray \ static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, ActorArray) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::ActorArray' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, OneTargetPerHandle) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::OneTargetPerHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromActorArray::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult \ static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult) == 0x0000B0, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult::HitResult' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult, ReturnValue) == 0x000088, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations \ static_assert(alignof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations) == 0x000110, "Wrong size on AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, SourceLocation) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::SourceLocation' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, TargetLocation) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations, ReturnValue) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_AbilityTargetDataFromLocations::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddAssetTag \ static_assert(alignof(AbilitySystemBlueprintLibrary_AddAssetTag) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddAssetTag"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AddAssetTag) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_AddAssetTag"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, NewGameplayTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::NewGameplayTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTag, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AddAssetTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddAssetTags \ static_assert(alignof(AbilitySystemBlueprintLibrary_AddAssetTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddAssetTags"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AddAssetTags) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AddAssetTags"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, NewGameplayTags) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::NewGameplayTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddAssetTags, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_AddAssetTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddGrantedTag \ static_assert(alignof(AbilitySystemBlueprintLibrary_AddGrantedTag) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddGrantedTag"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AddGrantedTag) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_AddGrantedTag"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, NewGameplayTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::NewGameplayTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTag, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddGrantedTags \ static_assert(alignof(AbilitySystemBlueprintLibrary_AddGrantedTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddGrantedTags"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AddGrantedTags) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_AddGrantedTags"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, NewGameplayTags) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::NewGameplayTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddGrantedTags, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_AddGrantedTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect \ static_assert(alignof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, LinkedGameplayEffect) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::LinkedGameplayEffect' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec \ static_assert(alignof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, LinkedGameplayEffectSpec) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::LinkedGameplayEffectSpec' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AddLinkedGameplayEffectSpec::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AppendTargetDataHandle \ static_assert(alignof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AppendTargetDataHandle"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_AppendTargetDataHandle"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, TargetHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::TargetHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, HandleToAdd) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::HandleToAdd' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AppendTargetDataHandle, ReturnValue) == 0x000050, "Member 'AbilitySystemBlueprintLibrary_AppendTargetDataHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude \ static_assert(alignof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, DataName) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::DataName' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, Magnitude) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::Magnitude' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AssignSetByCallerMagnitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude \ static_assert(alignof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, DataTag) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::DataTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, Magnitude) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::Magnitude' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_AssignTagSetByCallerMagnitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_BreakGameplayCueParameters \ static_assert(alignof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_BreakGameplayCueParameters"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters) == 0x000180, "Wrong size on AbilitySystemBlueprintLibrary_BreakGameplayCueParameters"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, NormalizedMagnitude) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, RawMagnitude) == 0x0000C4, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, EffectContext) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, MatchedTagName) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, OriginalTag) == 0x0000E8, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::OriginalTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AggregatedSourceTags) == 0x0000F0, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AggregatedTargetTags) == 0x000110, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Location) == 0x000130, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Location' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Normal) == 0x00013C, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Normal' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, Instigator) == 0x000148, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::Instigator' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, EffectCauser) == 0x000150, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::EffectCauser' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, SourceObject) == 0x000158, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::SourceObject' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, PhysicalMaterial) == 0x000160, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, GameplayEffectLevel) == 0x000168, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, AbilityLevel) == 0x00016C, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, TargetAttachComponent) == 0x000170, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_BreakGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x000178, "Member 'AbilitySystemBlueprintLibrary_BreakGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_CloneSpecHandle \ static_assert(alignof(AbilitySystemBlueprintLibrary_CloneSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_CloneSpecHandle"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_CloneSpecHandle) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_CloneSpecHandle"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, InNewInstigator) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::InNewInstigator' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, InEffectCauser) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::InEffectCauser' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, GameplayEffectSpecHandle_Clone) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::GameplayEffectSpecHandle_Clone' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_CloneSpecHandle, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_CloneSpecHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements \ static_assert(alignof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements) == 0x000148, "Wrong size on AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, SourceTagReqs) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::SourceTagReqs' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, TargetTagReqs) == 0x000100, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::TargetTagReqs' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements, ReturnValue) == 0x000140, "Member 'AbilitySystemBlueprintLibrary_DoesGameplayCueMeetTagRequirements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_DoesTargetDataContainActor \ static_assert(alignof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_DoesTargetDataContainActor"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_DoesTargetDataContainActor"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, Actor) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::Actor' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_DoesTargetDataContainActor, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_DoesTargetDataContainActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextAddHitResult \ static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextAddHitResult"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult) == 0x0000A8, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextAddHitResult"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, HitResult) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::HitResult' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextAddHitResult, bReset) == 0x0000A0, "Member 'AbilitySystemBlueprintLibrary_EffectContextAddHitResult::bReset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser \ static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetEffectCauser::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetHitResult \ static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetHitResult"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult) == 0x0000A0, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetHitResult"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetHitResult::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetHitResult, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor \ static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetInstigatorActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetOrigin \ static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetOrigin"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetOrigin"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOrigin::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOrigin, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor \ static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetOriginalInstigatorActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextGetSourceObject \ static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextGetSourceObject"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextGetSourceObject"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetSourceObject::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextGetSourceObject, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextGetSourceObject::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextHasHitResult \ static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextHasHitResult"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextHasHitResult"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextHasHitResult::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextHasHitResult, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextHasHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled \ static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsInstigatorLocallyControlled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextIsValid \ static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextIsValid) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextIsValid"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextIsValid) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextIsValid"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsValid, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsValid::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextIsValid, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextIsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EffectContextSetOrigin \ static_assert(alignof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EffectContextSetOrigin"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_EffectContextSetOrigin"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin, EffectContext) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EffectContextSetOrigin::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EffectContextSetOrigin, Origin) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_EffectContextSetOrigin::Origin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute \ static_assert(alignof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, AttributeA) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::AttributeA' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, AttributeB) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::AttributeB' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute, ReturnValue) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_EqualEqual_GameplayAttributeGameplayAttribute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags \ static_assert(alignof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags) == 0x000088, "Wrong size on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::AbilitySystem' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::Attribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, SourceTags) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::SourceTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, TargetTags) == 0x000060, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::TargetTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, bSuccess) == 0x000080, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::bSuccess' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags, ReturnValue) == 0x000084, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase \ static_assert(alignof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase) == 0x000090, "Wrong size on AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::AbilitySystem' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::Attribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, SourceTags) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::SourceTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, TargetTags) == 0x000060, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::TargetTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, BaseValue) == 0x000080, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::BaseValue' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, bSuccess) == 0x000084, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::bSuccess' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase, ReturnValue) == 0x000088, "Member 'AbilitySystemBlueprintLibrary_EvaluateAttributeValueWithTagsAndBase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_FilterTargetData \ static_assert(alignof(AbilitySystemBlueprintLibrary_FilterTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_FilterTargetData"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_FilterTargetData) == 0x000060, "Wrong size on AbilitySystemBlueprintLibrary_FilterTargetData"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, TargetDataHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::TargetDataHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, ActorFilterClass) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::ActorFilterClass' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_FilterTargetData, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_FilterTargetData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget \ static_assert(alignof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget) == 0x0000D8, "Wrong size on AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, TargetCueInterface) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::TargetCueInterface' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, EventType) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::EventType' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget, Parameters) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_ForwardGameplayCueToTarget::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAbilitySystemComponent \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAbilitySystemComponent"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent) == 0x000010, "Wrong size on AbilitySystemBlueprintLibrary_GetAbilitySystemComponent"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAbilitySystemComponent::Actor' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAbilitySystemComponent, ReturnValue) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString::ActiveHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectDebugString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime) == 0x00001C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime::ActiveHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectExpectedEndTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, WorldContextObject) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, ActiveHandle) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::ActiveHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectRemainingDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount) == 0x00001C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount::ActiveHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount) == 0x00001C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount::ActiveHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStackLimitCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime) == 0x00001C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime::ActiveHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration) == 0x000004, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration) == 0x00001C, "Wrong size on AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration, ActiveHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration::ActiveHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_GetActiveGameplayEffectTotalDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorByIndex \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorByIndex) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorByIndex"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorByIndex) == 0x0000D0, "Wrong size on AbilitySystemBlueprintLibrary_GetActorByIndex"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, Index_0) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorByIndex, ReturnValue) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_GetActorByIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorCount \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorCount) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorCount"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorCount) == 0x0000C8, "Wrong size on AbilitySystemBlueprintLibrary_GetActorCount"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorCount, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorCount::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorCount, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetActorCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetActorsFromTargetData \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetActorsFromTargetData"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_GetActorsFromTargetData"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetActorsFromTargetData, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetActorsFromTargetData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetAllActorsFromTargetData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetAllLinkedGameplayEffectSpecHandles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetDataCountFromTargetData \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetDataCountFromTargetData"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_GetDataCountFromTargetData"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetDataCountFromTargetData::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetDataCountFromTargetData, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetDataCountFromTargetData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetEffectContext \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetEffectContext) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetEffectContext"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetEffectContext) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_GetEffectContext"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetEffectContext, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetEffectContext::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetEffectContext, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetEffectContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttribute \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttribute"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttribute) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttribute"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::Actor' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::Attribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::bSuccessfullyFoundAttribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttribute, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttribute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeBase \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeBase"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeBase"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::Actor' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::Attribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::bSuccessfullyFoundAttribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBase, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, AbilitySystemComponent) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::AbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::Attribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::bSuccessfullyFoundAttribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeBaseFromAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent) == 0x000048, "Wrong size on AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, AbilitySystem) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::AbilitySystem' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, Attribute) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::Attribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, bSuccessfullyFoundAttribute) == 0x000040, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::bSuccessfullyFoundAttribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent, ReturnValue) == 0x000044, "Member 'AbilitySystemBlueprintLibrary_GetFloatAttributeFromAbilitySystemComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayCueDirection \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayCueDirection"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection) == 0x0000D8, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayCueDirection"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, TargetActor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::TargetActor' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, Parameters) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, Direction) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::Direction' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueDirection, ReturnValue) == 0x0000D4, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal) == 0x0000E8, "Wrong size on AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, TargetActor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::TargetActor' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Parameters) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Location) == 0x0000C8, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Location' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, Normal) == 0x0000D4, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::Normal' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal, ReturnValue) == 0x0000E0, "Member 'AbilitySystemBlueprintLibrary_GetGameplayCueEndLocationAndNormal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetHitResult \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetHitResult"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetHitResult) == 0x000148, "Wrong size on AbilitySystemBlueprintLibrary_GetHitResult"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResult, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetHitResult::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResult, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetHitResultFromTargetData \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetHitResultFromTargetData"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData) == 0x0000B8, "Wrong size on AbilitySystemBlueprintLibrary_GetHitResultFromTargetData"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::HitResult' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetHitResultFromTargetData, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_GetHitResultFromTargetData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetInstigatorActor \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetInstigatorActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetInstigatorActor"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetInstigatorActor) == 0x0000C8, "Wrong size on AbilitySystemBlueprintLibrary_GetInstigatorActor"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorActor, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorActor::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorActor, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetInstigatorTransform \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetInstigatorTransform) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetInstigatorTransform"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetInstigatorTransform) == 0x0000F0, "Wrong size on AbilitySystemBlueprintLibrary_GetInstigatorTransform"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorTransform, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorTransform::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetInstigatorTransform, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetInstigatorTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude) == 0x000050, "Wrong size on AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, Attribute) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::Attribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude, ReturnValue) == 0x000048, "Member 'AbilitySystemBlueprintLibrary_GetModifiedAttributeMagnitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetOrigin \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetOrigin"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetOrigin) == 0x0000D0, "Wrong size on AbilitySystemBlueprintLibrary_GetOrigin"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetOrigin, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetOrigin::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetOrigin, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_GetOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataEndPoint \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataEndPoint"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataEndPoint"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPoint, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform) == 0x000060, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataEndPointTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_GetTargetDataOrigin \ static_assert(alignof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin) == 0x000010, "Wrong alignment on AbilitySystemBlueprintLibrary_GetTargetDataOrigin"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin) == 0x000060, "Wrong size on AbilitySystemBlueprintLibrary_GetTargetDataOrigin"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_GetTargetDataOrigin, ReturnValue) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_GetTargetDataOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_HasHitResult \ static_assert(alignof(AbilitySystemBlueprintLibrary_HasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_HasHitResult"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_HasHitResult) == 0x0000C8, "Wrong size on AbilitySystemBlueprintLibrary_HasHitResult"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_HasHitResult, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_HasHitResult::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_HasHitResult, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_HasHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled \ static_assert(alignof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled) == 0x0000C8, "Wrong size on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer \ static_assert(alignof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer) == 0x0000C8, "Wrong size on AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer, Parameters) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer::Parameters' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_IsInstigatorLocallyControlledPlayer::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_IsValid \ static_assert(alignof(AbilitySystemBlueprintLibrary_IsValid) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_IsValid"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_IsValid) == 0x000040, "Wrong size on AbilitySystemBlueprintLibrary_IsValid"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_IsValid, Attribute) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_IsValid::Attribute' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_IsValid, ReturnValue) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeFilterHandle \ static_assert(alignof(AbilitySystemBlueprintLibrary_MakeFilterHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeFilterHandle"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeFilterHandle) == 0x000038, "Wrong size on AbilitySystemBlueprintLibrary_MakeFilterHandle"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, Filter) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::Filter' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, FilterActor) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::FilterActor' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeFilterHandle, ReturnValue) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_MakeFilterHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeGameplayCueParameters \ static_assert(alignof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeGameplayCueParameters"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters) == 0x000180, "Wrong size on AbilitySystemBlueprintLibrary_MakeGameplayCueParameters"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, NormalizedMagnitude) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::NormalizedMagnitude' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, RawMagnitude) == 0x000004, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::RawMagnitude' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, EffectContext) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::EffectContext' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, MatchedTagName) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::MatchedTagName' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, OriginalTag) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::OriginalTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AggregatedSourceTags) == 0x000030, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AggregatedSourceTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AggregatedTargetTags) == 0x000050, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AggregatedTargetTags' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Location) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Location' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Normal) == 0x00007C, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Normal' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, Instigator) == 0x000088, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::Instigator' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, EffectCauser) == 0x000090, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::EffectCauser' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, SourceObject) == 0x000098, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::SourceObject' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, PhysicalMaterial) == 0x0000A0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, GameplayEffectLevel) == 0x0000A8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::GameplayEffectLevel' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, AbilityLevel) == 0x0000AC, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::AbilityLevel' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, TargetAttachComponent) == 0x0000B0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::TargetAttachComponent' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, bReplicateLocationWhenUsingMinimalRepProxy) == 0x0000B8, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeGameplayCueParameters, ReturnValue) == 0x0000C0, "Member 'AbilitySystemBlueprintLibrary_MakeGameplayCueParameters::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_MakeSpecHandle \ static_assert(alignof(AbilitySystemBlueprintLibrary_MakeSpecHandle) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_MakeSpecHandle"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_MakeSpecHandle) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_MakeSpecHandle"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InGameplayEffect) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InGameplayEffect' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InInstigator) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InInstigator' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InEffectCauser) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InEffectCauser' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, InLevel) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::InLevel' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_MakeSpecHandle, ReturnValue) == 0x000020, "Member 'AbilitySystemBlueprintLibrary_MakeSpecHandle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute \ static_assert(alignof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute) == 0x000078, "Wrong size on AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, AttributeA) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::AttributeA' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, AttributeB) == 0x000038, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::AttributeB' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute, ReturnValue) == 0x000070, "Member 'AbilitySystemBlueprintLibrary_NotEqual_GameplayAttributeGameplayAttribute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SendGameplayEventToActor \ static_assert(alignof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SendGameplayEventToActor"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor) == 0x0000C0, "Wrong size on AbilitySystemBlueprintLibrary_SendGameplayEventToActor"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, Actor) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::Actor' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, EventTag) == 0x000008, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::EventTag' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_SendGameplayEventToActor, Payload) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SendGameplayEventToActor::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetDuration \ static_assert(alignof(AbilitySystemBlueprintLibrary_SetDuration) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetDuration"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_SetDuration) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_SetDuration"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetDuration::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, Duration) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetDuration::Duration' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_SetDuration, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_SetDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetStackCount \ static_assert(alignof(AbilitySystemBlueprintLibrary_SetStackCount) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetStackCount"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_SetStackCount) == 0x000028, "Wrong size on AbilitySystemBlueprintLibrary_SetStackCount"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, StackCount) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::StackCount' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCount, ReturnValue) == 0x000018, "Member 'AbilitySystemBlueprintLibrary_SetStackCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_SetStackCountToMax \ static_assert(alignof(AbilitySystemBlueprintLibrary_SetStackCountToMax) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_SetStackCountToMax"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_SetStackCountToMax) == 0x000020, "Wrong size on AbilitySystemBlueprintLibrary_SetStackCountToMax"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCountToMax, SpecHandle) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_SetStackCountToMax::SpecHandle' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_SetStackCountToMax, ReturnValue) == 0x000010, "Member 'AbilitySystemBlueprintLibrary_SetStackCountToMax::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasActor \ static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasActor) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasActor"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasActor) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasActor"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasActor, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasEndPoint \ static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasEndPoint"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasEndPoint"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasEndPoint, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasEndPoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasHitResult \ static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasHitResult"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasHitResult"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, HitResult) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::HitResult' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasHitResult, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasHitResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilitySystemBlueprintLibrary_TargetDataHasOrigin \ static_assert(alignof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin) == 0x000008, "Wrong alignment on AbilitySystemBlueprintLibrary_TargetDataHasOrigin"); \ static_assert(sizeof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin) == 0x000030, "Wrong size on AbilitySystemBlueprintLibrary_TargetDataHasOrigin"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, TargetData) == 0x000000, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, Index_0) == 0x000028, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::Index_0' has a wrong offset!"); \ static_assert(offsetof(AbilitySystemBlueprintLibrary_TargetDataHasOrigin, ReturnValue) == 0x00002C, "Member 'AbilitySystemBlueprintLibrary_TargetDataHasOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilitySystemBlueprintLibrary \ static_assert(alignof(UAbilitySystemBlueprintLibrary) == 0x000008, "Wrong alignment on UAbilitySystemBlueprintLibrary"); \ static_assert(sizeof(UAbilitySystemBlueprintLibrary) == 0x000028, "Wrong size on UAbilitySystemBlueprintLibrary"); \ #define DUMPER7_ASSERTS_IAbilitySystemInterface \ static_assert(alignof(IAbilitySystemInterface) == 0x000001, "Wrong alignment on IAbilitySystemInterface"); \ static_assert(sizeof(IAbilitySystemInterface) == 0x000001, "Wrong size on IAbilitySystemInterface"); \ #define DUMPER7_ASSERTS_AAbilitySystemTestPawn \ static_assert(alignof(AAbilitySystemTestPawn) == 0x000008, "Wrong alignment on AAbilitySystemTestPawn"); \ static_assert(sizeof(AAbilitySystemTestPawn) == 0x0002F0, "Wrong size on AAbilitySystemTestPawn"); \ static_assert(offsetof(AAbilitySystemTestPawn, AbilitySystemComponent) == 0x0002E8, "Member 'AAbilitySystemTestPawn::AbilitySystemComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce \ static_assert(alignof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce"); \ static_assert(sizeof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce) == 0x000050, "Wrong size on AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, WorldDirection_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::WorldDirection_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, Strength_0) == 0x00001C, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::Strength_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, Duration_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::Duration_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, bIsAdditive_0) == 0x000024, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::bIsAdditive_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, StrengthOverTime_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::StrengthOverTime_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, VelocityOnFinishMode) == 0x000030, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::VelocityOnFinishMode' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, SetVelocityOnFinish) == 0x000034, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::SetVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, ClampVelocityOnFinish) == 0x000040, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::ClampVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, bEnableGravity_0) == 0x000044, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::bEnableGravity_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce, ReturnValue) == 0x000048, "Member 'AbilityTask_ApplyRootMotionConstantForce_ApplyRootMotionConstantForce::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionConstantForce \ static_assert(alignof(UAbilityTask_ApplyRootMotionConstantForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionConstantForce"); \ static_assert(sizeof(UAbilityTask_ApplyRootMotionConstantForce) == 0x0000F0, "Wrong size on UAbilityTask_ApplyRootMotionConstantForce"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, OnFinish) == 0x0000B8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::OnFinish' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, WorldDirection) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::WorldDirection' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, Strength) == 0x0000D4, "Member 'UAbilityTask_ApplyRootMotionConstantForce::Strength' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, Duration) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::Duration' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, bIsAdditive) == 0x0000DC, "Member 'UAbilityTask_ApplyRootMotionConstantForce::bIsAdditive' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, StrengthOverTime) == 0x0000E0, "Member 'UAbilityTask_ApplyRootMotionConstantForce::StrengthOverTime' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionConstantForce, bEnableGravity) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionConstantForce::bEnableGravity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce \ static_assert(alignof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce"); \ static_assert(sizeof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce) == 0x000058, "Wrong size on AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Rotation_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Rotation_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Distance_0) == 0x00001C, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Distance_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Height_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Height_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, Duration_0) == 0x000024, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::Duration_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, MinimumLandedTriggerTime_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::MinimumLandedTriggerTime_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, bFinishOnLanded_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::bFinishOnLanded_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, VelocityOnFinishMode) == 0x00002D, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::VelocityOnFinishMode' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, SetVelocityOnFinish) == 0x000030, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::SetVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, ClampVelocityOnFinish) == 0x00003C, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::ClampVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, PathOffsetCurve_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::PathOffsetCurve_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, TimeMappingCurve_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::TimeMappingCurve_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce, ReturnValue) == 0x000050, "Member 'AbilityTask_ApplyRootMotionJumpForce_ApplyRootMotionJumpForce::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback \ static_assert(alignof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback) == 0x000004, "Wrong alignment on AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback"); \ static_assert(sizeof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback) == 0x000088, "Wrong size on AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback, Hit) == 0x000000, "Member 'AbilityTask_ApplyRootMotionJumpForce_OnLandedCallback::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionJumpForce \ static_assert(alignof(UAbilityTask_ApplyRootMotionJumpForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionJumpForce"); \ static_assert(sizeof(UAbilityTask_ApplyRootMotionJumpForce) == 0x000110, "Wrong size on UAbilityTask_ApplyRootMotionJumpForce"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, OnFinish) == 0x0000B8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::OnFinish' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, OnLanded) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::OnLanded' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Rotation) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Rotation' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Distance) == 0x0000E4, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Distance' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Height) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Height' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, Duration) == 0x0000EC, "Member 'UAbilityTask_ApplyRootMotionJumpForce::Duration' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, MinimumLandedTriggerTime) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionJumpForce::MinimumLandedTriggerTime' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, bFinishOnLanded) == 0x0000F4, "Member 'UAbilityTask_ApplyRootMotionJumpForce::bFinishOnLanded' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, PathOffsetCurve) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionJumpForce::PathOffsetCurve' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionJumpForce, TimeMappingCurve) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionJumpForce::TimeMappingCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce \ static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce"); \ static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce) == 0x000078, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetActor_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetActor_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLocationOffset_0) == 0x000018, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLocationOffset_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, OffsetAlignment_0) == 0x000024, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::OffsetAlignment_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, Duration_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::Duration_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLerpSpeedHorizontal) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLerpSpeedHorizontal' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TargetLerpSpeedVertical) == 0x000038, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TargetLerpSpeedVertical' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bSetNewMovementMode_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bSetNewMovementMode_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, MovementMode) == 0x000041, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::MovementMode' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bRestrictSpeedToExpected_0) == 0x000042, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, PathOffsetCurve_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::PathOffsetCurve_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, TimeMappingCurve_0) == 0x000050, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::TimeMappingCurve_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, VelocityOnFinishMode) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::VelocityOnFinishMode' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, SetVelocityOnFinish) == 0x00005C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::SetVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ClampVelocityOnFinish) == 0x000068, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ClampVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, bDisableDestinationReachedInterrupt_0) == 0x00006C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce, ReturnValue) == 0x000070, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToActorForce::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce \ static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce"); \ static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce) == 0x0000A0, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetDataHandle) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetDataHandle' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetDataIndex) == 0x000038, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetDataIndex' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetActorIndex) == 0x00003C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetActorIndex' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLocationOffset_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLocationOffset_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, OffsetAlignment_0) == 0x00004C, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::OffsetAlignment_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, Duration_0) == 0x000050, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::Duration_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLerpSpeedHorizontal) == 0x000058, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLerpSpeedHorizontal' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TargetLerpSpeedVertical) == 0x000060, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TargetLerpSpeedVertical' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bSetNewMovementMode_0) == 0x000068, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bSetNewMovementMode_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, MovementMode) == 0x000069, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::MovementMode' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bRestrictSpeedToExpected_0) == 0x00006A, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, PathOffsetCurve_0) == 0x000070, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::PathOffsetCurve_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, TimeMappingCurve_0) == 0x000078, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::TimeMappingCurve_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, VelocityOnFinishMode) == 0x000080, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::VelocityOnFinishMode' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, SetVelocityOnFinish) == 0x000084, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::SetVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ClampVelocityOnFinish) == 0x000090, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::ClampVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, bDisableDestinationReachedInterrupt_0) == 0x000094, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::bDisableDestinationReachedInterrupt_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce, ReturnValue) == 0x000098, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_ApplyRootMotionMoveToTargetDataActorForce::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped \ static_assert(alignof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped"); \ static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped) == 0x000010, "Wrong size on AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped, OriginalTarget) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped::OriginalTarget' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped, NewTarget) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToActorForce_OnTargetActorSwapped::NewTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionMoveToActorForce \ static_assert(alignof(UAbilityTask_ApplyRootMotionMoveToActorForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionMoveToActorForce"); \ static_assert(sizeof(UAbilityTask_ApplyRootMotionMoveToActorForce) == 0x000130, "Wrong size on UAbilityTask_ApplyRootMotionMoveToActorForce"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, OnFinished) == 0x0000B8, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::OnFinished' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, StartLocation) == 0x0000D0, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::StartLocation' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLocation) == 0x0000DC, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetActor) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetActor' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLocationOffset) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLocationOffset' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, OffsetAlignment) == 0x0000FC, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::OffsetAlignment' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, Duration) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::Duration' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bDisableDestinationReachedInterrupt) == 0x000104, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bDisableDestinationReachedInterrupt' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bSetNewMovementMode) == 0x000105, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bSetNewMovementMode' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, NewMovementMode) == 0x000106, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::NewMovementMode' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, bRestrictSpeedToExpected) == 0x000107, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::bRestrictSpeedToExpected' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, PathOffsetCurve) == 0x000108, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::PathOffsetCurve' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TimeMappingCurve) == 0x000110, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TimeMappingCurve' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLerpSpeedHorizontalCurve) == 0x000118, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLerpSpeedHorizontalCurve' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToActorForce, TargetLerpSpeedVerticalCurve) == 0x000120, "Member 'UAbilityTask_ApplyRootMotionMoveToActorForce::TargetLerpSpeedVerticalCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce \ static_assert(alignof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce"); \ static_assert(sizeof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce) == 0x000050, "Wrong size on AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, TargetLocation_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::TargetLocation_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, Duration_0) == 0x00001C, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::Duration_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, bSetNewMovementMode_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::bSetNewMovementMode_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, MovementMode) == 0x000021, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::MovementMode' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, bRestrictSpeedToExpected_0) == 0x000022, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::bRestrictSpeedToExpected_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, PathOffsetCurve_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::PathOffsetCurve_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, VelocityOnFinishMode) == 0x000030, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::VelocityOnFinishMode' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, SetVelocityOnFinish) == 0x000034, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::SetVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, ClampVelocityOnFinish) == 0x000040, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::ClampVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce, ReturnValue) == 0x000048, "Member 'AbilityTask_ApplyRootMotionMoveToForce_ApplyRootMotionMoveToForce::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionMoveToForce \ static_assert(alignof(UAbilityTask_ApplyRootMotionMoveToForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionMoveToForce"); \ static_assert(sizeof(UAbilityTask_ApplyRootMotionMoveToForce) == 0x000108, "Wrong size on UAbilityTask_ApplyRootMotionMoveToForce"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, OnTimedOut) == 0x0000B8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::OnTimedOut' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, OnTimedOutAndDestinationReached) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::OnTimedOutAndDestinationReached' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, StartLocation) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::StartLocation' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, TargetLocation) == 0x0000E4, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, Duration) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::Duration' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, bSetNewMovementMode) == 0x0000F4, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::bSetNewMovementMode' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, NewMovementMode) == 0x0000F5, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::NewMovementMode' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, bRestrictSpeedToExpected) == 0x0000F6, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::bRestrictSpeedToExpected' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionMoveToForce, PathOffsetCurve) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionMoveToForce::PathOffsetCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce \ static_assert(alignof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce) == 0x000008, "Wrong alignment on AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce"); \ static_assert(sizeof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce) == 0x000078, "Wrong size on AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, OwningAbility) == 0x000000, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, TaskInstanceName) == 0x000008, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Location_0) == 0x000010, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Location_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, LocationActor_0) == 0x000020, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::LocationActor_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Strength_0) == 0x000028, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Strength_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Duration_0) == 0x00002C, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Duration_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, Radius_0) == 0x000030, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::Radius_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bIsPush_0) == 0x000034, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bIsPush_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bIsAdditive_0) == 0x000035, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bIsAdditive_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bNoZForce_0) == 0x000036, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bNoZForce_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, StrengthDistanceFalloff_0) == 0x000038, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::StrengthDistanceFalloff_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, StrengthOverTime_0) == 0x000040, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::StrengthOverTime_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, bUseFixedWorldDirection_0) == 0x000048, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::bUseFixedWorldDirection_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, FixedWorldDirection_0) == 0x00004C, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::FixedWorldDirection_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, VelocityOnFinishMode) == 0x000058, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::VelocityOnFinishMode' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, SetVelocityOnFinish) == 0x00005C, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::SetVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, ClampVelocityOnFinish) == 0x000068, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::ClampVelocityOnFinish' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce, ReturnValue) == 0x000070, "Member 'AbilityTask_ApplyRootMotionRadialForce_ApplyRootMotionRadialForce::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_ApplyRootMotionRadialForce \ static_assert(alignof(UAbilityTask_ApplyRootMotionRadialForce) == 0x000008, "Wrong alignment on UAbilityTask_ApplyRootMotionRadialForce"); \ static_assert(sizeof(UAbilityTask_ApplyRootMotionRadialForce) == 0x000110, "Wrong size on UAbilityTask_ApplyRootMotionRadialForce"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, OnFinish) == 0x0000B8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::OnFinish' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Location) == 0x0000C8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Location' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, LocationActor) == 0x0000D8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::LocationActor' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Strength) == 0x0000E0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Strength' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Duration) == 0x0000E4, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Duration' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, Radius) == 0x0000E8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::Radius' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bIsPush) == 0x0000EC, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bIsPush' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bIsAdditive) == 0x0000ED, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bIsAdditive' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bNoZForce) == 0x0000EE, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bNoZForce' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, StrengthDistanceFalloff) == 0x0000F0, "Member 'UAbilityTask_ApplyRootMotionRadialForce::StrengthDistanceFalloff' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, StrengthOverTime) == 0x0000F8, "Member 'UAbilityTask_ApplyRootMotionRadialForce::StrengthOverTime' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, bUseFixedWorldDirection) == 0x000100, "Member 'UAbilityTask_ApplyRootMotionRadialForce::bUseFixedWorldDirection' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_ApplyRootMotionRadialForce, FixedWorldDirection) == 0x000104, "Member 'UAbilityTask_ApplyRootMotionRadialForce::FixedWorldDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_MoveToLocation_MoveToLocation \ static_assert(alignof(AbilityTask_MoveToLocation_MoveToLocation) == 0x000008, "Wrong alignment on AbilityTask_MoveToLocation_MoveToLocation"); \ static_assert(sizeof(AbilityTask_MoveToLocation_MoveToLocation) == 0x000038, "Wrong size on AbilityTask_MoveToLocation_MoveToLocation"); \ static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OwningAbility) == 0x000000, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, TaskInstanceName) == 0x000008, "Member 'AbilityTask_MoveToLocation_MoveToLocation::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, Location) == 0x000010, "Member 'AbilityTask_MoveToLocation_MoveToLocation::Location' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, Duration) == 0x00001C, "Member 'AbilityTask_MoveToLocation_MoveToLocation::Duration' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OptionalInterpolationCurve) == 0x000020, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OptionalInterpolationCurve' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, OptionalVectorInterpolationCurve) == 0x000028, "Member 'AbilityTask_MoveToLocation_MoveToLocation::OptionalVectorInterpolationCurve' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_MoveToLocation_MoveToLocation, ReturnValue) == 0x000030, "Member 'AbilityTask_MoveToLocation_MoveToLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_MoveToLocation \ static_assert(alignof(UAbilityTask_MoveToLocation) == 0x000008, "Wrong alignment on UAbilityTask_MoveToLocation"); \ static_assert(sizeof(UAbilityTask_MoveToLocation) == 0x0000C8, "Wrong size on UAbilityTask_MoveToLocation"); \ static_assert(offsetof(UAbilityTask_MoveToLocation, OnTargetLocationReached) == 0x000080, "Member 'UAbilityTask_MoveToLocation::OnTargetLocationReached' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_MoveToLocation, StartLocation) == 0x000094, "Member 'UAbilityTask_MoveToLocation::StartLocation' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_MoveToLocation, TargetLocation) == 0x0000A0, "Member 'UAbilityTask_MoveToLocation::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_MoveToLocation, DurationOfMovement) == 0x0000AC, "Member 'UAbilityTask_MoveToLocation::DurationOfMovement' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_MoveToLocation, LerpCurve) == 0x0000B8, "Member 'UAbilityTask_MoveToLocation::LerpCurve' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_MoveToLocation, LerpCurveVector) == 0x0000C0, "Member 'UAbilityTask_MoveToLocation::LerpCurveVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_NetworkSyncPoint_WaitNetSync \ static_assert(alignof(AbilityTask_NetworkSyncPoint_WaitNetSync) == 0x000008, "Wrong alignment on AbilityTask_NetworkSyncPoint_WaitNetSync"); \ static_assert(sizeof(AbilityTask_NetworkSyncPoint_WaitNetSync) == 0x000018, "Wrong size on AbilityTask_NetworkSyncPoint_WaitNetSync"); \ static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, OwningAbility) == 0x000000, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, SyncType) == 0x000008, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::SyncType' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_NetworkSyncPoint_WaitNetSync, ReturnValue) == 0x000010, "Member 'AbilityTask_NetworkSyncPoint_WaitNetSync::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_NetworkSyncPoint \ static_assert(alignof(UAbilityTask_NetworkSyncPoint) == 0x000008, "Wrong alignment on UAbilityTask_NetworkSyncPoint"); \ static_assert(sizeof(UAbilityTask_NetworkSyncPoint) == 0x000098, "Wrong size on UAbilityTask_NetworkSyncPoint"); \ static_assert(offsetof(UAbilityTask_NetworkSyncPoint, OnSync) == 0x000080, "Member 'UAbilityTask_NetworkSyncPoint::OnSync' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_Repeat_RepeatAction \ static_assert(alignof(AbilityTask_Repeat_RepeatAction) == 0x000008, "Wrong alignment on AbilityTask_Repeat_RepeatAction"); \ static_assert(sizeof(AbilityTask_Repeat_RepeatAction) == 0x000018, "Wrong size on AbilityTask_Repeat_RepeatAction"); \ static_assert(offsetof(AbilityTask_Repeat_RepeatAction, OwningAbility) == 0x000000, "Member 'AbilityTask_Repeat_RepeatAction::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_Repeat_RepeatAction, TimeBetweenActions) == 0x000008, "Member 'AbilityTask_Repeat_RepeatAction::TimeBetweenActions' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_Repeat_RepeatAction, TotalActionCount) == 0x00000C, "Member 'AbilityTask_Repeat_RepeatAction::TotalActionCount' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_Repeat_RepeatAction, ReturnValue) == 0x000010, "Member 'AbilityTask_Repeat_RepeatAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_Repeat \ static_assert(alignof(UAbilityTask_Repeat) == 0x000008, "Wrong alignment on UAbilityTask_Repeat"); \ static_assert(sizeof(UAbilityTask_Repeat) == 0x0000B8, "Wrong size on UAbilityTask_Repeat"); \ static_assert(offsetof(UAbilityTask_Repeat, OnPerformAction) == 0x000080, "Member 'UAbilityTask_Repeat::OnPerformAction' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_Repeat, OnFinished) == 0x000090, "Member 'UAbilityTask_Repeat::OnFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_SpawnActor_SpawnActor \ static_assert(alignof(AbilityTask_SpawnActor_SpawnActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_SpawnActor"); \ static_assert(sizeof(AbilityTask_SpawnActor_SpawnActor) == 0x000040, "Wrong size on AbilityTask_SpawnActor_SpawnActor"); \ static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_SpawnActor::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_SpawnActor::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, Class_0) == 0x000030, "Member 'AbilityTask_SpawnActor_SpawnActor::Class_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_SpawnActor_SpawnActor, ReturnValue) == 0x000038, "Member 'AbilityTask_SpawnActor_SpawnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_SpawnActor_BeginSpawningActor \ static_assert(alignof(AbilityTask_SpawnActor_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_BeginSpawningActor"); \ static_assert(sizeof(AbilityTask_SpawnActor_BeginSpawningActor) == 0x000048, "Wrong size on AbilityTask_SpawnActor_BeginSpawningActor"); \ static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, Class_0) == 0x000030, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::Class_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, SpawnedActor) == 0x000038, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, bSpawnInSubpersistentLevel) == 0x000040, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::bSpawnInSubpersistentLevel' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_SpawnActor_BeginSpawningActor, ReturnValue) == 0x000041, "Member 'AbilityTask_SpawnActor_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_SpawnActor_FinishSpawningActor \ static_assert(alignof(AbilityTask_SpawnActor_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_SpawnActor_FinishSpawningActor"); \ static_assert(sizeof(AbilityTask_SpawnActor_FinishSpawningActor) == 0x000038, "Wrong size on AbilityTask_SpawnActor_FinishSpawningActor"); \ static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, TargetData) == 0x000008, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::TargetData' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_SpawnActor_FinishSpawningActor, SpawnedActor) == 0x000030, "Member 'AbilityTask_SpawnActor_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_SpawnActor \ static_assert(alignof(UAbilityTask_SpawnActor) == 0x000008, "Wrong alignment on UAbilityTask_SpawnActor"); \ static_assert(sizeof(UAbilityTask_SpawnActor) == 0x0000C8, "Wrong size on UAbilityTask_SpawnActor"); \ static_assert(offsetof(UAbilityTask_SpawnActor, Success) == 0x000080, "Member 'UAbilityTask_SpawnActor::Success' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_SpawnActor, DidNotSpawn) == 0x000090, "Member 'UAbilityTask_SpawnActor::DidNotSpawn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_StartAbilityState_StartAbilityState \ static_assert(alignof(AbilityTask_StartAbilityState_StartAbilityState) == 0x000008, "Wrong alignment on AbilityTask_StartAbilityState_StartAbilityState"); \ static_assert(sizeof(AbilityTask_StartAbilityState_StartAbilityState) == 0x000020, "Wrong size on AbilityTask_StartAbilityState_StartAbilityState"); \ static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, OwningAbility) == 0x000000, "Member 'AbilityTask_StartAbilityState_StartAbilityState::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, StateName) == 0x000008, "Member 'AbilityTask_StartAbilityState_StartAbilityState::StateName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, bEndCurrentState) == 0x000010, "Member 'AbilityTask_StartAbilityState_StartAbilityState::bEndCurrentState' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_StartAbilityState_StartAbilityState, ReturnValue) == 0x000018, "Member 'AbilityTask_StartAbilityState_StartAbilityState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_StartAbilityState \ static_assert(alignof(UAbilityTask_StartAbilityState) == 0x000008, "Wrong alignment on UAbilityTask_StartAbilityState"); \ static_assert(sizeof(UAbilityTask_StartAbilityState) == 0x0000B8, "Wrong size on UAbilityTask_StartAbilityState"); \ static_assert(offsetof(UAbilityTask_StartAbilityState, OnStateEnded) == 0x000080, "Member 'UAbilityTask_StartAbilityState::OnStateEnded' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_StartAbilityState, OnStateInterrupted) == 0x000090, "Member 'UAbilityTask_StartAbilityState::OnStateInterrupted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_VisualizeTargeting \ static_assert(alignof(AbilityTask_VisualizeTargeting_VisualizeTargeting) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_VisualizeTargeting"); \ static_assert(sizeof(AbilityTask_VisualizeTargeting_VisualizeTargeting) == 0x000028, "Wrong size on AbilityTask_VisualizeTargeting_VisualizeTargeting"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, Class_0) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::Class_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, TaskInstanceName) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, Duration) == 0x000018, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::Duration' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargeting, ReturnValue) == 0x000020, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargeting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor \ static_assert(alignof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor"); \ static_assert(sizeof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor) == 0x000028, "Wrong size on AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, TargetActor) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::TargetActor' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, TaskInstanceName) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, Duration) == 0x000018, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::Duration' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor, ReturnValue) == 0x000020, "Member 'AbilityTask_VisualizeTargeting_VisualizeTargetingUsingActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_BeginSpawningActor \ static_assert(alignof(AbilityTask_VisualizeTargeting_BeginSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_BeginSpawningActor"); \ static_assert(sizeof(AbilityTask_VisualizeTargeting_BeginSpawningActor) == 0x000020, "Wrong size on AbilityTask_VisualizeTargeting_BeginSpawningActor"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, Class_0) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::Class_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, SpawnedActor) == 0x000010, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::SpawnedActor' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_BeginSpawningActor, ReturnValue) == 0x000018, "Member 'AbilityTask_VisualizeTargeting_BeginSpawningActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_VisualizeTargeting_FinishSpawningActor \ static_assert(alignof(AbilityTask_VisualizeTargeting_FinishSpawningActor) == 0x000008, "Wrong alignment on AbilityTask_VisualizeTargeting_FinishSpawningActor"); \ static_assert(sizeof(AbilityTask_VisualizeTargeting_FinishSpawningActor) == 0x000010, "Wrong size on AbilityTask_VisualizeTargeting_FinishSpawningActor"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_FinishSpawningActor, OwningAbility) == 0x000000, "Member 'AbilityTask_VisualizeTargeting_FinishSpawningActor::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_VisualizeTargeting_FinishSpawningActor, SpawnedActor) == 0x000008, "Member 'AbilityTask_VisualizeTargeting_FinishSpawningActor::SpawnedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_VisualizeTargeting \ static_assert(alignof(UAbilityTask_VisualizeTargeting) == 0x000008, "Wrong alignment on UAbilityTask_VisualizeTargeting"); \ static_assert(sizeof(UAbilityTask_VisualizeTargeting) == 0x0000A8, "Wrong size on UAbilityTask_VisualizeTargeting"); \ static_assert(offsetof(UAbilityTask_VisualizeTargeting, TimeElapsed) == 0x000080, "Member 'UAbilityTask_VisualizeTargeting::TimeElapsed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivate \ static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate"); \ static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate) == 0x000028, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, WithTag) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::WithTag' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, WithoutTag) == 0x000010, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::WithoutTag' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, IncludeTriggeredAbilities) == 0x000018, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::IncludeTriggeredAbilities' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, TriggerOnce) == 0x000019, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query \ static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query"); \ static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query) == 0x000060, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, Query) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::Query' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, IncludeTriggeredAbilities) == 0x000050, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::IncludeTriggeredAbilities' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, TriggerOnce) == 0x000051, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivate_Query::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements \ static_assert(alignof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements"); \ static_assert(sizeof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements) == 0x000058, "Wrong size on AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, TagRequirements) == 0x000008, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::TagRequirements' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, IncludeTriggeredAbilities) == 0x000048, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::IncludeTriggeredAbilities' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, TriggerOnce) == 0x000049, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements, ReturnValue) == 0x000050, "Member 'AbilityTask_WaitAbilityActivate_WaitForAbilityActivateWithTagRequirements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitAbilityActivate_OnAbilityActivate \ static_assert(alignof(AbilityTask_WaitAbilityActivate_OnAbilityActivate) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityActivate_OnAbilityActivate"); \ static_assert(sizeof(AbilityTask_WaitAbilityActivate_OnAbilityActivate) == 0x000008, "Wrong size on AbilityTask_WaitAbilityActivate_OnAbilityActivate"); \ static_assert(offsetof(AbilityTask_WaitAbilityActivate_OnAbilityActivate, ActivatedAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityActivate_OnAbilityActivate::ActivatedAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitAbilityActivate \ static_assert(alignof(UAbilityTask_WaitAbilityActivate) == 0x000008, "Wrong alignment on UAbilityTask_WaitAbilityActivate"); \ static_assert(sizeof(UAbilityTask_WaitAbilityActivate) == 0x000138, "Wrong size on UAbilityTask_WaitAbilityActivate"); \ static_assert(offsetof(UAbilityTask_WaitAbilityActivate, OnActivate) == 0x000080, "Member 'UAbilityTask_WaitAbilityActivate::OnActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_WaitForAbilityCommit \ static_assert(alignof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit"); \ static_assert(sizeof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit) == 0x000028, "Wrong size on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit"); \ static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, WithTag) == 0x000008, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::WithTag' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, WithoutTage) == 0x000010, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::WithoutTage' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, TriggerOnce) == 0x000018, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query \ static_assert(alignof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query"); \ static_assert(sizeof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query) == 0x000060, "Wrong size on AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query"); \ static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, Query) == 0x000008, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::Query' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, TriggerOnce) == 0x000050, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAbilityCommit_WaitForAbilityCommit_Query::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitAbilityCommit_OnAbilityCommit \ static_assert(alignof(AbilityTask_WaitAbilityCommit_OnAbilityCommit) == 0x000008, "Wrong alignment on AbilityTask_WaitAbilityCommit_OnAbilityCommit"); \ static_assert(sizeof(AbilityTask_WaitAbilityCommit_OnAbilityCommit) == 0x000008, "Wrong size on AbilityTask_WaitAbilityCommit_OnAbilityCommit"); \ static_assert(offsetof(AbilityTask_WaitAbilityCommit_OnAbilityCommit, ActivatedAbility) == 0x000000, "Member 'AbilityTask_WaitAbilityCommit_OnAbilityCommit::ActivatedAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitAbilityCommit \ static_assert(alignof(UAbilityTask_WaitAbilityCommit) == 0x000008, "Wrong alignment on UAbilityTask_WaitAbilityCommit"); \ static_assert(sizeof(UAbilityTask_WaitAbilityCommit) == 0x0000F8, "Wrong size on UAbilityTask_WaitAbilityCommit"); \ static_assert(offsetof(UAbilityTask_WaitAbilityCommit, OnCommit) == 0x000080, "Member 'UAbilityTask_WaitAbilityCommit::OnCommit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChange_WaitForAttributeChange \ static_assert(alignof(AbilityTask_WaitAttributeChange_WaitForAttributeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChange_WaitForAttributeChange"); \ static_assert(sizeof(AbilityTask_WaitAttributeChange_WaitForAttributeChange) == 0x000068, "Wrong size on AbilityTask_WaitAttributeChange_WaitForAttributeChange"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, Attribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::Attribute' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, WithSrcTag) == 0x000040, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::WithSrcTag' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, WithoutSrcTag) == 0x000048, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::WithoutSrcTag' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, TriggerOnce) == 0x000050, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, OptionalExternalOwner) == 0x000058, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::OptionalExternalOwner' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChange, ReturnValue) == 0x000060, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison \ static_assert(alignof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison"); \ static_assert(sizeof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison) == 0x000070, "Wrong size on AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InAttribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InAttribute' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InWithTag) == 0x000040, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InWithTag' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InWithoutTag) == 0x000048, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InWithoutTag' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InComparisonType) == 0x000050, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InComparisonType' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, InComparisonValue) == 0x000054, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::InComparisonValue' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, TriggerOnce) == 0x000058, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, OptionalExternalOwner) == 0x000060, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::OptionalExternalOwner' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison, ReturnValue) == 0x000068, "Member 'AbilityTask_WaitAttributeChange_WaitForAttributeChangeWithComparison::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChange \ static_assert(alignof(UAbilityTask_WaitAttributeChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChange"); \ static_assert(sizeof(UAbilityTask_WaitAttributeChange) == 0x0000F8, "Wrong size on UAbilityTask_WaitAttributeChange"); \ static_assert(offsetof(UAbilityTask_WaitAttributeChange, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChange::OnChange' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitAttributeChange, ExternalOwner) == 0x0000F0, "Member 'UAbilityTask_WaitAttributeChange::ExternalOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold \ static_assert(alignof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold"); \ static_assert(sizeof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold) == 0x000098, "Wrong size on AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, AttributeNumerator) == 0x000008, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::AttributeNumerator' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, AttributeDenominator) == 0x000040, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::AttributeDenominator' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ComparisonType) == 0x000078, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ComparisonType' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ComparisonValue) == 0x00007C, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ComparisonValue' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, bTriggerOnce) == 0x000080, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::bTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, OptionalExternalOwner) == 0x000088, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::OptionalExternalOwner' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold, ReturnValue) == 0x000090, "Member 'AbilityTask_WaitAttributeChangeRatioThreshold_WaitForAttributeChangeRatioThreshold::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChangeRatioThreshold \ static_assert(alignof(UAbilityTask_WaitAttributeChangeRatioThreshold) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChangeRatioThreshold"); \ static_assert(sizeof(UAbilityTask_WaitAttributeChangeRatioThreshold) == 0x000140, "Wrong size on UAbilityTask_WaitAttributeChangeRatioThreshold"); \ static_assert(offsetof(UAbilityTask_WaitAttributeChangeRatioThreshold, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChangeRatioThreshold::OnChange' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitAttributeChangeRatioThreshold, ExternalOwner) == 0x000138, "Member 'UAbilityTask_WaitAttributeChangeRatioThreshold::ExternalOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold \ static_assert(alignof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold) == 0x000008, "Wrong alignment on AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold"); \ static_assert(sizeof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold) == 0x000060, "Wrong size on AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, Attribute) == 0x000008, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::Attribute' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ComparisonType) == 0x000040, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ComparisonType' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ComparisonValue) == 0x000044, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ComparisonValue' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, bTriggerOnce) == 0x000048, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::bTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, OptionalExternalOwner) == 0x000050, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::OptionalExternalOwner' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold, ReturnValue) == 0x000058, "Member 'AbilityTask_WaitAttributeChangeThreshold_WaitForAttributeChangeThreshold::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitAttributeChangeThreshold \ static_assert(alignof(UAbilityTask_WaitAttributeChangeThreshold) == 0x000008, "Wrong alignment on UAbilityTask_WaitAttributeChangeThreshold"); \ static_assert(sizeof(UAbilityTask_WaitAttributeChangeThreshold) == 0x0000F0, "Wrong size on UAbilityTask_WaitAttributeChangeThreshold"); \ static_assert(offsetof(UAbilityTask_WaitAttributeChangeThreshold, OnChange) == 0x000080, "Member 'UAbilityTask_WaitAttributeChangeThreshold::OnChange' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitAttributeChangeThreshold, ExternalOwner) == 0x0000E8, "Member 'UAbilityTask_WaitAttributeChangeThreshold::ExternalOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitConfirm_WaitConfirm \ static_assert(alignof(AbilityTask_WaitConfirm_WaitConfirm) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirm_WaitConfirm"); \ static_assert(sizeof(AbilityTask_WaitConfirm_WaitConfirm) == 0x000010, "Wrong size on AbilityTask_WaitConfirm_WaitConfirm"); \ static_assert(offsetof(AbilityTask_WaitConfirm_WaitConfirm, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitConfirm_WaitConfirm::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitConfirm_WaitConfirm, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitConfirm_WaitConfirm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitConfirm_OnConfirmCallback \ static_assert(alignof(AbilityTask_WaitConfirm_OnConfirmCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirm_OnConfirmCallback"); \ static_assert(sizeof(AbilityTask_WaitConfirm_OnConfirmCallback) == 0x000008, "Wrong size on AbilityTask_WaitConfirm_OnConfirmCallback"); \ static_assert(offsetof(AbilityTask_WaitConfirm_OnConfirmCallback, InAbility) == 0x000000, "Member 'AbilityTask_WaitConfirm_OnConfirmCallback::InAbility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitConfirm \ static_assert(alignof(UAbilityTask_WaitConfirm) == 0x000008, "Wrong alignment on UAbilityTask_WaitConfirm"); \ static_assert(sizeof(UAbilityTask_WaitConfirm) == 0x0000A0, "Wrong size on UAbilityTask_WaitConfirm"); \ static_assert(offsetof(UAbilityTask_WaitConfirm, OnConfirm) == 0x000080, "Member 'UAbilityTask_WaitConfirm::OnConfirm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitConfirmCancel_WaitConfirmCancel \ static_assert(alignof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel) == 0x000008, "Wrong alignment on AbilityTask_WaitConfirmCancel_WaitConfirmCancel"); \ static_assert(sizeof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel) == 0x000010, "Wrong size on AbilityTask_WaitConfirmCancel_WaitConfirmCancel"); \ static_assert(offsetof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitConfirmCancel_WaitConfirmCancel::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitConfirmCancel_WaitConfirmCancel, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitConfirmCancel_WaitConfirmCancel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitConfirmCancel \ static_assert(alignof(UAbilityTask_WaitConfirmCancel) == 0x000008, "Wrong alignment on UAbilityTask_WaitConfirmCancel"); \ static_assert(sizeof(UAbilityTask_WaitConfirmCancel) == 0x0000A8, "Wrong size on UAbilityTask_WaitConfirmCancel"); \ static_assert(offsetof(UAbilityTask_WaitConfirmCancel, OnConfirm) == 0x000080, "Member 'UAbilityTask_WaitConfirmCancel::OnConfirm' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitConfirmCancel, OnCancel) == 0x000090, "Member 'UAbilityTask_WaitConfirmCancel::OnCancel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitDelay_WaitDelay \ static_assert(alignof(AbilityTask_WaitDelay_WaitDelay) == 0x000008, "Wrong alignment on AbilityTask_WaitDelay_WaitDelay"); \ static_assert(sizeof(AbilityTask_WaitDelay_WaitDelay) == 0x000018, "Wrong size on AbilityTask_WaitDelay_WaitDelay"); \ static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitDelay_WaitDelay::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, Time) == 0x000008, "Member 'AbilityTask_WaitDelay_WaitDelay::Time' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitDelay_WaitDelay, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitDelay_WaitDelay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitDelay \ static_assert(alignof(UAbilityTask_WaitDelay) == 0x000008, "Wrong alignment on UAbilityTask_WaitDelay"); \ static_assert(sizeof(UAbilityTask_WaitDelay) == 0x000098, "Wrong size on UAbilityTask_WaitDelay"); \ static_assert(offsetof(UAbilityTask_WaitDelay, OnFinish) == 0x000080, "Member 'UAbilityTask_WaitDelay::OnFinish' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback \ static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback"); \ static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback) == 0x0002B8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, Target) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::Target' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, SpecApplied) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::SpecApplied' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback, ActiveHandle) == 0x0002A0, "Member 'AbilityTask_WaitGameplayEffectApplied_OnApplyGameplayEffectCallback::ActiveHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied \ static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied"); \ static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied) == 0x0001B8, "Wrong size on UAbilityTask_WaitGameplayEffectApplied"); \ static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied, ExternalOwner) == 0x0001A8, "Member 'UAbilityTask_WaitGameplayEffectApplied::ExternalOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf \ static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf"); \ static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf) == 0x0000B8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::SourceFilter' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, SourceTagRequirements) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::SourceTagRequirements' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, TargetTagRequirements) == 0x000058, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::TargetTagRequirements' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, TriggerOnce) == 0x000098, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, OptionalExternalOwner) == 0x0000A0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::OptionalExternalOwner' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, ListenForPeriodicEffect) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::ListenForPeriodicEffect' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf, ReturnValue) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query \ static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query"); \ static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query) == 0x0000C8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::SourceFilter' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, SourceTagQuery) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::SourceTagQuery' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, TargetTagQuery) == 0x000060, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::TargetTagQuery' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, TriggerOnce) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, OptionalExternalOwner) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::OptionalExternalOwner' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, ListenForPeriodicEffect) == 0x0000B8, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::ListenForPeriodicEffect' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query, ReturnValue) == 0x0000C0, "Member 'AbilityTask_WaitGameplayEffectApplied_Self_WaitGameplayEffectAppliedToSelf_Query::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied_Self \ static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied_Self) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied_Self"); \ static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied_Self) == 0x0001D8, "Wrong size on UAbilityTask_WaitGameplayEffectApplied_Self"); \ static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied_Self, OnApplied) == 0x0001B8, "Member 'UAbilityTask_WaitGameplayEffectApplied_Self::OnApplied' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget \ static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget"); \ static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget) == 0x0000B8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TargetFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TargetFilter' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, SourceTagRequirements) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::SourceTagRequirements' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TargetTagRequirements) == 0x000058, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TargetTagRequirements' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, TriggerOnce) == 0x000098, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, OptionalExternalOwner) == 0x0000A0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::OptionalExternalOwner' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, ListenForPeriodicEffects) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::ListenForPeriodicEffects' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget, ReturnValue) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query \ static_assert(alignof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query"); \ static_assert(sizeof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query) == 0x0000C8, "Wrong size on AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, SourceFilter) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::SourceFilter' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, SourceTagQuery) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::SourceTagQuery' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, TargetTagQuery) == 0x000060, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::TargetTagQuery' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, TriggerOnce) == 0x0000A8, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::TriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, OptionalExternalOwner) == 0x0000B0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::OptionalExternalOwner' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, ListenForPeriodicEffect) == 0x0000B8, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::ListenForPeriodicEffect' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query, ReturnValue) == 0x0000C0, "Member 'AbilityTask_WaitGameplayEffectApplied_Target_WaitGameplayEffectAppliedToTarget_Query::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectApplied_Target \ static_assert(alignof(UAbilityTask_WaitGameplayEffectApplied_Target) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectApplied_Target"); \ static_assert(sizeof(UAbilityTask_WaitGameplayEffectApplied_Target) == 0x0001D8, "Wrong size on UAbilityTask_WaitGameplayEffectApplied_Target"); \ static_assert(offsetof(UAbilityTask_WaitGameplayEffectApplied_Target, OnApplied) == 0x0001B8, "Member 'UAbilityTask_WaitGameplayEffectApplied_Target::OnApplied' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity \ static_assert(alignof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity"); \ static_assert(sizeof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity) == 0x0000A0, "Wrong size on AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, SourceTagRequirements) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::SourceTagRequirements' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, TargetTagRequirements) == 0x000048, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::TargetTagRequirements' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OptionalExternalTarget) == 0x000088, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OptionalExternalTarget' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, OnlyTriggerOnce) == 0x000090, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::OnlyTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity, ReturnValue) == 0x000098, "Member 'AbilityTask_WaitGameplayEffectBlockedImmunity_WaitGameplayEffectBlockedByImmunity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectBlockedImmunity \ static_assert(alignof(UAbilityTask_WaitGameplayEffectBlockedImmunity) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectBlockedImmunity"); \ static_assert(sizeof(UAbilityTask_WaitGameplayEffectBlockedImmunity) == 0x000128, "Wrong size on UAbilityTask_WaitGameplayEffectBlockedImmunity"); \ static_assert(offsetof(UAbilityTask_WaitGameplayEffectBlockedImmunity, bLocked) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectBlockedImmunity::bLocked' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitGameplayEffectBlockedImmunity, ExternalOwner) == 0x000118, "Member 'UAbilityTask_WaitGameplayEffectBlockedImmunity::ExternalOwner' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved \ static_assert(alignof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved"); \ static_assert(sizeof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved) == 0x000028, "Wrong size on AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, Handle) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::Handle' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitGameplayEffectRemoved_WaitForGameplayEffectRemoved::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved \ static_assert(alignof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved"); \ static_assert(sizeof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved) == 0x000020, "Wrong size on AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved, InGameplayEffectRemovalInfo) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectRemoved_OnGameplayEffectRemoved::InGameplayEffectRemovalInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectRemoved \ static_assert(alignof(UAbilityTask_WaitGameplayEffectRemoved) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectRemoved"); \ static_assert(sizeof(UAbilityTask_WaitGameplayEffectRemoved) == 0x0000D0, "Wrong size on UAbilityTask_WaitGameplayEffectRemoved"); \ static_assert(offsetof(UAbilityTask_WaitGameplayEffectRemoved, OnRemoved) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectRemoved::OnRemoved' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitGameplayEffectRemoved, InvalidHandle) == 0x000090, "Member 'UAbilityTask_WaitGameplayEffectRemoved::InvalidHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange \ static_assert(alignof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange"); \ static_assert(sizeof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange) == 0x000028, "Wrong size on AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, Handle) == 0x000008, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::Handle' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitGameplayEffectStackChange_WaitForGameplayEffectStackChange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange \ static_assert(alignof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange) == 0x000004, "Wrong alignment on AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange"); \ static_assert(sizeof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange) == 0x000020, "Wrong size on AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, Handle) == 0x000000, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::Handle' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, NewCount) == 0x000018, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::NewCount' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange, OldCount) == 0x00001C, "Member 'AbilityTask_WaitGameplayEffectStackChange_OnGameplayEffectStackChange::OldCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEffectStackChange \ static_assert(alignof(UAbilityTask_WaitGameplayEffectStackChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEffectStackChange"); \ static_assert(sizeof(UAbilityTask_WaitGameplayEffectStackChange) == 0x0000C8, "Wrong size on UAbilityTask_WaitGameplayEffectStackChange"); \ static_assert(offsetof(UAbilityTask_WaitGameplayEffectStackChange, OnChange) == 0x000080, "Member 'UAbilityTask_WaitGameplayEffectStackChange::OnChange' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitGameplayEffectStackChange, InvalidHandle) == 0x000090, "Member 'UAbilityTask_WaitGameplayEffectStackChange::InvalidHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayEvent_WaitGameplayEvent \ static_assert(alignof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayEvent_WaitGameplayEvent"); \ static_assert(sizeof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent) == 0x000028, "Wrong size on AbilityTask_WaitGameplayEvent_WaitGameplayEvent"); \ static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, EventTag) == 0x000008, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::EventTag' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OptionalExternalTarget_0) == 0x000010, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OptionalExternalTarget_0' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OnlyTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, OnlyMatchExact) == 0x000019, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::OnlyMatchExact' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayEvent_WaitGameplayEvent, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitGameplayEvent_WaitGameplayEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayEvent \ static_assert(alignof(UAbilityTask_WaitGameplayEvent) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayEvent"); \ static_assert(sizeof(UAbilityTask_WaitGameplayEvent) == 0x0000B0, "Wrong size on UAbilityTask_WaitGameplayEvent"); \ static_assert(offsetof(UAbilityTask_WaitGameplayEvent, EventReceived) == 0x000080, "Member 'UAbilityTask_WaitGameplayEvent::EventReceived' has a wrong offset!"); \ static_assert(offsetof(UAbilityTask_WaitGameplayEvent, OptionalExternalTarget) == 0x000098, "Member 'UAbilityTask_WaitGameplayEvent::OptionalExternalTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTag_GameplayTagCallback \ static_assert(alignof(AbilityTask_WaitGameplayTag_GameplayTagCallback) == 0x000004, "Wrong alignment on AbilityTask_WaitGameplayTag_GameplayTagCallback"); \ static_assert(sizeof(AbilityTask_WaitGameplayTag_GameplayTagCallback) == 0x00000C, "Wrong size on AbilityTask_WaitGameplayTag_GameplayTagCallback"); \ static_assert(offsetof(AbilityTask_WaitGameplayTag_GameplayTagCallback, Tag) == 0x000000, "Member 'AbilityTask_WaitGameplayTag_GameplayTagCallback::Tag' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayTag_GameplayTagCallback, NewCount) == 0x000008, "Member 'AbilityTask_WaitGameplayTag_GameplayTagCallback::NewCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTag \ static_assert(alignof(UAbilityTask_WaitGameplayTag) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTag"); \ static_assert(sizeof(UAbilityTask_WaitGameplayTag) == 0x0000A8, "Wrong size on UAbilityTask_WaitGameplayTag"); \ static_assert(offsetof(UAbilityTask_WaitGameplayTag, OptionalExternalTarget) == 0x000090, "Member 'UAbilityTask_WaitGameplayTag::OptionalExternalTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd \ static_assert(alignof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd"); \ static_assert(sizeof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd) == 0x000028, "Wrong size on AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd"); \ static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, Tag) == 0x000008, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::Tag' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, InOptionalExternalTarget) == 0x000010, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::InOptionalExternalTarget' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::OnlyTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitGameplayTagAdded_WaitGameplayTagAdd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagAdded \ static_assert(alignof(UAbilityTask_WaitGameplayTagAdded) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagAdded"); \ static_assert(sizeof(UAbilityTask_WaitGameplayTagAdded) == 0x0000B8, "Wrong size on UAbilityTask_WaitGameplayTagAdded"); \ static_assert(offsetof(UAbilityTask_WaitGameplayTagAdded, Added) == 0x0000A8, "Member 'UAbilityTask_WaitGameplayTagAdded::Added' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove \ static_assert(alignof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove) == 0x000008, "Wrong alignment on AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove"); \ static_assert(sizeof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove) == 0x000028, "Wrong size on AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove"); \ static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, Tag) == 0x000008, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::Tag' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, InOptionalExternalTarget) == 0x000010, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::InOptionalExternalTarget' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, OnlyTriggerOnce) == 0x000018, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::OnlyTriggerOnce' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove, ReturnValue) == 0x000020, "Member 'AbilityTask_WaitGameplayTagRemoved_WaitGameplayTagRemove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitGameplayTagRemoved \ static_assert(alignof(UAbilityTask_WaitGameplayTagRemoved) == 0x000008, "Wrong alignment on UAbilityTask_WaitGameplayTagRemoved"); \ static_assert(sizeof(UAbilityTask_WaitGameplayTagRemoved) == 0x0000B8, "Wrong size on UAbilityTask_WaitGameplayTagRemoved"); \ static_assert(offsetof(UAbilityTask_WaitGameplayTagRemoved, Removed) == 0x0000A8, "Member 'UAbilityTask_WaitGameplayTagRemoved::Removed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange \ static_assert(alignof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange"); \ static_assert(sizeof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange) == 0x000018, "Wrong size on AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange"); \ static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, NewMode) == 0x000008, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::NewMode' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange, ReturnValue) == 0x000010, "Member 'AbilityTask_WaitMovementModeChange_CreateWaitMovementModeChange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitMovementModeChange_OnMovementModeChange \ static_assert(alignof(AbilityTask_WaitMovementModeChange_OnMovementModeChange) == 0x000008, "Wrong alignment on AbilityTask_WaitMovementModeChange_OnMovementModeChange"); \ static_assert(sizeof(AbilityTask_WaitMovementModeChange_OnMovementModeChange) == 0x000010, "Wrong size on AbilityTask_WaitMovementModeChange_OnMovementModeChange"); \ static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, Character) == 0x000000, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::Character' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, PrevMovementMode) == 0x000008, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::PrevMovementMode' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitMovementModeChange_OnMovementModeChange, PreviousCustomMode) == 0x000009, "Member 'AbilityTask_WaitMovementModeChange_OnMovementModeChange::PreviousCustomMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitMovementModeChange \ static_assert(alignof(UAbilityTask_WaitMovementModeChange) == 0x000008, "Wrong alignment on UAbilityTask_WaitMovementModeChange"); \ static_assert(sizeof(UAbilityTask_WaitMovementModeChange) == 0x0000A0, "Wrong size on UAbilityTask_WaitMovementModeChange"); \ static_assert(offsetof(UAbilityTask_WaitMovementModeChange, OnChange) == 0x000080, "Member 'UAbilityTask_WaitMovementModeChange::OnChange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitOverlap_WaitForOverlap \ static_assert(alignof(AbilityTask_WaitOverlap_WaitForOverlap) == 0x000008, "Wrong alignment on AbilityTask_WaitOverlap_WaitForOverlap"); \ static_assert(sizeof(AbilityTask_WaitOverlap_WaitForOverlap) == 0x000010, "Wrong size on AbilityTask_WaitOverlap_WaitForOverlap"); \ static_assert(offsetof(AbilityTask_WaitOverlap_WaitForOverlap, OwningAbility) == 0x000000, "Member 'AbilityTask_WaitOverlap_WaitForOverlap::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitOverlap_WaitForOverlap, ReturnValue) == 0x000008, "Member 'AbilityTask_WaitOverlap_WaitForOverlap::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AbilityTask_WaitOverlap_OnHitCallback \ static_assert(alignof(AbilityTask_WaitOverlap_OnHitCallback) == 0x000008, "Wrong alignment on AbilityTask_WaitOverlap_OnHitCallback"); \ static_assert(sizeof(AbilityTask_WaitOverlap_OnHitCallback) == 0x0000B0, "Wrong size on AbilityTask_WaitOverlap_OnHitCallback"); \ static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, HitComp) == 0x000000, "Member 'AbilityTask_WaitOverlap_OnHitCallback::HitComp' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, OtherActor) == 0x000008, "Member 'AbilityTask_WaitOverlap_OnHitCallback::OtherActor' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, OtherComp) == 0x000010, "Member 'AbilityTask_WaitOverlap_OnHitCallback::OtherComp' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, NormalImpulse) == 0x000018, "Member 'AbilityTask_WaitOverlap_OnHitCallback::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(AbilityTask_WaitOverlap_OnHitCallback, Hit) == 0x000024, "Member 'AbilityTask_WaitOverlap_OnHitCallback::Hit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAbilityTask_WaitOverlap \ static_assert(alignof(UAbilityTask_WaitOverlap) == 0x000008, "Wrong alignment on UAbilityTask_WaitOverlap"); \ static_assert(sizeof(UAbilityTask_WaitOverlap) == 0x000090, "Wrong size on UAbilityTask_WaitOverlap"); \ static_assert(offsetof(UAbilityTask_WaitOverlap, OnOverlap) == 0x000080, "Member 'UAbilityTask_WaitOverlap::OnOverlap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayAbility_Montage \ static_assert(alignof(UGameplayAbility_Montage) == 0x000008, "Wrong alignment on UGameplayAbility_Montage"); \ static_assert(sizeof(UGameplayAbility_Montage) == 0x0003E8, "Wrong size on UGameplayAbility_Montage"); \ static_assert(offsetof(UGameplayAbility_Montage, MontageToPlay) == 0x0003B0, "Member 'UGameplayAbility_Montage::MontageToPlay' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility_Montage, PlayRate) == 0x0003B8, "Member 'UGameplayAbility_Montage::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility_Montage, SectionName) == 0x0003BC, "Member 'UGameplayAbility_Montage::SectionName' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility_Montage, GameplayEffectClassesWhileAnimating) == 0x0003C8, "Member 'UGameplayAbility_Montage::GameplayEffectClassesWhileAnimating' has a wrong offset!"); \ static_assert(offsetof(UGameplayAbility_Montage, GameplayEffectsWhileAnimating) == 0x0003D8, "Member 'UGameplayAbility_Montage::GameplayEffectsWhileAnimating' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayAbilityBlueprint \ static_assert(alignof(UGameplayAbilityBlueprint) == 0x000008, "Wrong alignment on UGameplayAbilityBlueprint"); \ static_assert(sizeof(UGameplayAbilityBlueprint) == 0x0000A0, "Wrong size on UGameplayAbilityBlueprint"); \ #define DUMPER7_ASSERTS_UGameplayAbilitySet \ static_assert(alignof(UGameplayAbilitySet) == 0x000008, "Wrong alignment on UGameplayAbilitySet"); \ static_assert(sizeof(UGameplayAbilitySet) == 0x000040, "Wrong size on UGameplayAbilitySet"); \ static_assert(offsetof(UGameplayAbilitySet, Abilities) == 0x000030, "Member 'UGameplayAbilitySet::Abilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_GroundTrace \ static_assert(alignof(AGameplayAbilityTargetActor_GroundTrace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_GroundTrace"); \ static_assert(sizeof(AGameplayAbilityTargetActor_GroundTrace) == 0x000380, "Wrong size on AGameplayAbilityTargetActor_GroundTrace"); \ static_assert(offsetof(AGameplayAbilityTargetActor_GroundTrace, CollisionRadius) == 0x000360, "Member 'AGameplayAbilityTargetActor_GroundTrace::CollisionRadius' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor_GroundTrace, CollisionHeight) == 0x000364, "Member 'AGameplayAbilityTargetActor_GroundTrace::CollisionHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_ActorPlacement \ static_assert(alignof(AGameplayAbilityTargetActor_ActorPlacement) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_ActorPlacement"); \ static_assert(sizeof(AGameplayAbilityTargetActor_ActorPlacement) == 0x0003A0, "Wrong size on AGameplayAbilityTargetActor_ActorPlacement"); \ static_assert(offsetof(AGameplayAbilityTargetActor_ActorPlacement, PlacedActorClass) == 0x000380, "Member 'AGameplayAbilityTargetActor_ActorPlacement::PlacedActorClass' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityTargetActor_ActorPlacement, PlacedActorMaterial) == 0x000388, "Member 'AGameplayAbilityTargetActor_ActorPlacement::PlacedActorMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_Radius \ static_assert(alignof(AGameplayAbilityTargetActor_Radius) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_Radius"); \ static_assert(sizeof(AGameplayAbilityTargetActor_Radius) == 0x000350, "Wrong size on AGameplayAbilityTargetActor_Radius"); \ static_assert(offsetof(AGameplayAbilityTargetActor_Radius, Radius) == 0x000348, "Member 'AGameplayAbilityTargetActor_Radius::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameplayAbilityTargetActor_SingleLineTrace \ static_assert(alignof(AGameplayAbilityTargetActor_SingleLineTrace) == 0x000010, "Wrong alignment on AGameplayAbilityTargetActor_SingleLineTrace"); \ static_assert(sizeof(AGameplayAbilityTargetActor_SingleLineTrace) == 0x000360, "Wrong size on AGameplayAbilityTargetActor_SingleLineTrace"); \ #define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_FaceTowardSource \ static_assert(alignof(GameplayAbilityWorldReticle_FaceTowardSource) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_FaceTowardSource"); \ static_assert(sizeof(GameplayAbilityWorldReticle_FaceTowardSource) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_FaceTowardSource"); \ static_assert(offsetof(GameplayAbilityWorldReticle_FaceTowardSource, bFaceIn2D) == 0x000000, "Member 'GameplayAbilityWorldReticle_FaceTowardSource::bFaceIn2D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_OnTargetingAnActor \ static_assert(alignof(GameplayAbilityWorldReticle_OnTargetingAnActor) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_OnTargetingAnActor"); \ static_assert(sizeof(GameplayAbilityWorldReticle_OnTargetingAnActor) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_OnTargetingAnActor"); \ static_assert(offsetof(GameplayAbilityWorldReticle_OnTargetingAnActor, bNewValue) == 0x000000, "Member 'GameplayAbilityWorldReticle_OnTargetingAnActor::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_OnValidTargetChanged \ static_assert(alignof(GameplayAbilityWorldReticle_OnValidTargetChanged) == 0x000001, "Wrong alignment on GameplayAbilityWorldReticle_OnValidTargetChanged"); \ static_assert(sizeof(GameplayAbilityWorldReticle_OnValidTargetChanged) == 0x000001, "Wrong size on GameplayAbilityWorldReticle_OnValidTargetChanged"); \ static_assert(offsetof(GameplayAbilityWorldReticle_OnValidTargetChanged, bNewValue) == 0x000000, "Member 'GameplayAbilityWorldReticle_OnValidTargetChanged::bNewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_SetReticleMaterialParamFloat \ static_assert(alignof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat) == 0x000004, "Wrong alignment on GameplayAbilityWorldReticle_SetReticleMaterialParamFloat"); \ static_assert(sizeof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat) == 0x00000C, "Wrong size on GameplayAbilityWorldReticle_SetReticleMaterialParamFloat"); \ static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat, ParamName) == 0x000000, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamFloat::ParamName' has a wrong offset!"); \ static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamFloat, Value) == 0x000008, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayAbilityWorldReticle_SetReticleMaterialParamVector \ static_assert(alignof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector) == 0x000004, "Wrong alignment on GameplayAbilityWorldReticle_SetReticleMaterialParamVector"); \ static_assert(sizeof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector) == 0x000014, "Wrong size on GameplayAbilityWorldReticle_SetReticleMaterialParamVector"); \ static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector, ParamName) == 0x000000, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamVector::ParamName' has a wrong offset!"); \ static_assert(offsetof(GameplayAbilityWorldReticle_SetReticleMaterialParamVector, Value) == 0x000008, "Member 'GameplayAbilityWorldReticle_SetReticleMaterialParamVector::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameplayAbilityWorldReticle \ static_assert(alignof(AGameplayAbilityWorldReticle) == 0x000008, "Wrong alignment on AGameplayAbilityWorldReticle"); \ static_assert(sizeof(AGameplayAbilityWorldReticle) == 0x000250, "Wrong size on AGameplayAbilityWorldReticle"); \ static_assert(offsetof(AGameplayAbilityWorldReticle, Parameters) == 0x000230, "Member 'AGameplayAbilityWorldReticle::Parameters' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityWorldReticle, bFaceOwnerFlat) == 0x00023C, "Member 'AGameplayAbilityWorldReticle::bFaceOwnerFlat' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityWorldReticle, bSnapToTargetedActor) == 0x00023D, "Member 'AGameplayAbilityWorldReticle::bSnapToTargetedActor' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityWorldReticle, bIsTargetValid) == 0x00023E, "Member 'AGameplayAbilityWorldReticle::bIsTargetValid' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityWorldReticle, bIsTargetAnActor) == 0x00023F, "Member 'AGameplayAbilityWorldReticle::bIsTargetAnActor' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityWorldReticle, MasterPC) == 0x000240, "Member 'AGameplayAbilityWorldReticle::MasterPC' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityWorldReticle, TargetingActor) == 0x000248, "Member 'AGameplayAbilityWorldReticle::TargetingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameplayAbilityWorldReticle_ActorVisualization \ static_assert(alignof(AGameplayAbilityWorldReticle_ActorVisualization) == 0x000008, "Wrong alignment on AGameplayAbilityWorldReticle_ActorVisualization"); \ static_assert(sizeof(AGameplayAbilityWorldReticle_ActorVisualization) == 0x000268, "Wrong size on AGameplayAbilityWorldReticle_ActorVisualization"); \ static_assert(offsetof(AGameplayAbilityWorldReticle_ActorVisualization, CollisionComponent) == 0x000250, "Member 'AGameplayAbilityWorldReticle_ActorVisualization::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(AGameplayAbilityWorldReticle_ActorVisualization, VisualizationComponents) == 0x000258, "Member 'AGameplayAbilityWorldReticle_ActorVisualization::VisualizationComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueInterface_BlueprintCustomHandler \ static_assert(alignof(GameplayCueInterface_BlueprintCustomHandler) == 0x000008, "Wrong alignment on GameplayCueInterface_BlueprintCustomHandler"); \ static_assert(sizeof(GameplayCueInterface_BlueprintCustomHandler) == 0x0000C8, "Wrong size on GameplayCueInterface_BlueprintCustomHandler"); \ static_assert(offsetof(GameplayCueInterface_BlueprintCustomHandler, EventType) == 0x000000, "Member 'GameplayCueInterface_BlueprintCustomHandler::EventType' has a wrong offset!"); \ static_assert(offsetof(GameplayCueInterface_BlueprintCustomHandler, Parameters) == 0x000008, "Member 'GameplayCueInterface_BlueprintCustomHandler::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IGameplayCueInterface \ static_assert(alignof(IGameplayCueInterface) == 0x000001, "Wrong alignment on IGameplayCueInterface"); \ static_assert(sizeof(IGameplayCueInterface) == 0x000001, "Wrong size on IGameplayCueInterface"); \ #define DUMPER7_ASSERTS_UGameplayCueManager \ static_assert(alignof(UGameplayCueManager) == 0x000008, "Wrong alignment on UGameplayCueManager"); \ static_assert(sizeof(UGameplayCueManager) == 0x000310, "Wrong size on UGameplayCueManager"); \ static_assert(offsetof(UGameplayCueManager, RuntimeGameplayCueObjectLibrary) == 0x000048, "Member 'UGameplayCueManager::RuntimeGameplayCueObjectLibrary' has a wrong offset!"); \ static_assert(offsetof(UGameplayCueManager, EditorGameplayCueObjectLibrary) == 0x000098, "Member 'UGameplayCueManager::EditorGameplayCueObjectLibrary' has a wrong offset!"); \ static_assert(offsetof(UGameplayCueManager, LoadedGameplayCueNotifyClasses) == 0x0002B0, "Member 'UGameplayCueManager::LoadedGameplayCueNotifyClasses' has a wrong offset!"); \ static_assert(offsetof(UGameplayCueManager, GameplayCueClassesForPreallocation) == 0x0002C0, "Member 'UGameplayCueManager::GameplayCueClassesForPreallocation' has a wrong offset!"); \ static_assert(offsetof(UGameplayCueManager, PendingExecuteCues) == 0x0002D0, "Member 'UGameplayCueManager::PendingExecuteCues' has a wrong offset!"); \ static_assert(offsetof(UGameplayCueManager, GameplayCueSendContextCount) == 0x0002E0, "Member 'UGameplayCueManager::GameplayCueSendContextCount' has a wrong offset!"); \ static_assert(offsetof(UGameplayCueManager, PreallocationInfoList_Internal) == 0x0002E8, "Member 'UGameplayCueManager::PreallocationInfoList_Internal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueNotify_Actor_K2_HandleGameplayCue \ static_assert(alignof(GameplayCueNotify_Actor_K2_HandleGameplayCue) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_K2_HandleGameplayCue"); \ static_assert(sizeof(GameplayCueNotify_Actor_K2_HandleGameplayCue) == 0x0000D0, "Wrong size on GameplayCueNotify_Actor_K2_HandleGameplayCue"); \ static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, EventType) == 0x000008, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::EventType' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Actor_K2_HandleGameplayCue, Parameters) == 0x000010, "Member 'GameplayCueNotify_Actor_K2_HandleGameplayCue::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnActive \ static_assert(alignof(GameplayCueNotify_Actor_OnActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnActive"); \ static_assert(sizeof(GameplayCueNotify_Actor_OnActive) == 0x0000D0, "Wrong size on GameplayCueNotify_Actor_OnActive"); \ static_assert(offsetof(GameplayCueNotify_Actor_OnActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnActive::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Actor_OnActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnActive::Parameters' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Actor_OnActive, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Actor_OnActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnExecute \ static_assert(alignof(GameplayCueNotify_Actor_OnExecute) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnExecute"); \ static_assert(sizeof(GameplayCueNotify_Actor_OnExecute) == 0x0000D0, "Wrong size on GameplayCueNotify_Actor_OnExecute"); \ static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnExecute::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnExecute::Parameters' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Actor_OnExecute, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Actor_OnExecute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnOwnerDestroyed \ static_assert(alignof(GameplayCueNotify_Actor_OnOwnerDestroyed) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnOwnerDestroyed"); \ static_assert(sizeof(GameplayCueNotify_Actor_OnOwnerDestroyed) == 0x000008, "Wrong size on GameplayCueNotify_Actor_OnOwnerDestroyed"); \ static_assert(offsetof(GameplayCueNotify_Actor_OnOwnerDestroyed, DestroyedActor) == 0x000000, "Member 'GameplayCueNotify_Actor_OnOwnerDestroyed::DestroyedActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueNotify_Actor_OnRemove \ static_assert(alignof(GameplayCueNotify_Actor_OnRemove) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_OnRemove"); \ static_assert(sizeof(GameplayCueNotify_Actor_OnRemove) == 0x0000D0, "Wrong size on GameplayCueNotify_Actor_OnRemove"); \ static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_OnRemove::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_OnRemove::Parameters' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Actor_OnRemove, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Actor_OnRemove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueNotify_Actor_WhileActive \ static_assert(alignof(GameplayCueNotify_Actor_WhileActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Actor_WhileActive"); \ static_assert(sizeof(GameplayCueNotify_Actor_WhileActive) == 0x0000D0, "Wrong size on GameplayCueNotify_Actor_WhileActive"); \ static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Actor_WhileActive::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Actor_WhileActive::Parameters' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Actor_WhileActive, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Actor_WhileActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGameplayCueNotify_Actor \ static_assert(alignof(AGameplayCueNotify_Actor) == 0x000008, "Wrong alignment on AGameplayCueNotify_Actor"); \ static_assert(sizeof(AGameplayCueNotify_Actor) == 0x000290, "Wrong size on AGameplayCueNotify_Actor"); \ static_assert(offsetof(AGameplayCueNotify_Actor, bAutoDestroyOnRemove) == 0x000230, "Member 'AGameplayCueNotify_Actor::bAutoDestroyOnRemove' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, AutoDestroyDelay) == 0x000234, "Member 'AGameplayCueNotify_Actor::AutoDestroyDelay' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, WarnIfTimelineIsStillRunning) == 0x000238, "Member 'AGameplayCueNotify_Actor::WarnIfTimelineIsStillRunning' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, WarnIfLatentActionIsStillRunning) == 0x000239, "Member 'AGameplayCueNotify_Actor::WarnIfLatentActionIsStillRunning' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, GameplayCueTag) == 0x00023C, "Member 'AGameplayCueNotify_Actor::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, GameplayCueName) == 0x000244, "Member 'AGameplayCueNotify_Actor::GameplayCueName' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, bAutoAttachToOwner) == 0x00024C, "Member 'AGameplayCueNotify_Actor::bAutoAttachToOwner' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, IsOverride) == 0x00024D, "Member 'AGameplayCueNotify_Actor::IsOverride' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, bUniqueInstancePerInstigator) == 0x00024E, "Member 'AGameplayCueNotify_Actor::bUniqueInstancePerInstigator' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, bUniqueInstancePerSourceObject) == 0x00024F, "Member 'AGameplayCueNotify_Actor::bUniqueInstancePerSourceObject' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, bAllowMultipleOnActiveEvents) == 0x000250, "Member 'AGameplayCueNotify_Actor::bAllowMultipleOnActiveEvents' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, bAllowMultipleWhileActiveEvents) == 0x000251, "Member 'AGameplayCueNotify_Actor::bAllowMultipleWhileActiveEvents' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, bAllowMultipleOnRemoveEvents) == 0x000252, "Member 'AGameplayCueNotify_Actor::bAllowMultipleOnRemoveEvents' has a wrong offset!"); \ static_assert(offsetof(AGameplayCueNotify_Actor, NumPreallocatedInstances) == 0x000254, "Member 'AGameplayCueNotify_Actor::NumPreallocatedInstances' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueNotify_Static_K2_HandleGameplayCue \ static_assert(alignof(GameplayCueNotify_Static_K2_HandleGameplayCue) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_K2_HandleGameplayCue"); \ static_assert(sizeof(GameplayCueNotify_Static_K2_HandleGameplayCue) == 0x0000D0, "Wrong size on GameplayCueNotify_Static_K2_HandleGameplayCue"); \ static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, EventType) == 0x000008, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::EventType' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Static_K2_HandleGameplayCue, Parameters) == 0x000010, "Member 'GameplayCueNotify_Static_K2_HandleGameplayCue::Parameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnActive \ static_assert(alignof(GameplayCueNotify_Static_OnActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnActive"); \ static_assert(sizeof(GameplayCueNotify_Static_OnActive) == 0x0000D0, "Wrong size on GameplayCueNotify_Static_OnActive"); \ static_assert(offsetof(GameplayCueNotify_Static_OnActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnActive::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Static_OnActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnActive::Parameters' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Static_OnActive, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Static_OnActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnExecute \ static_assert(alignof(GameplayCueNotify_Static_OnExecute) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnExecute"); \ static_assert(sizeof(GameplayCueNotify_Static_OnExecute) == 0x0000D0, "Wrong size on GameplayCueNotify_Static_OnExecute"); \ static_assert(offsetof(GameplayCueNotify_Static_OnExecute, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnExecute::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Static_OnExecute, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnExecute::Parameters' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Static_OnExecute, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Static_OnExecute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueNotify_Static_OnRemove \ static_assert(alignof(GameplayCueNotify_Static_OnRemove) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_OnRemove"); \ static_assert(sizeof(GameplayCueNotify_Static_OnRemove) == 0x0000D0, "Wrong size on GameplayCueNotify_Static_OnRemove"); \ static_assert(offsetof(GameplayCueNotify_Static_OnRemove, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_OnRemove::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Static_OnRemove, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_OnRemove::Parameters' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Static_OnRemove, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Static_OnRemove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayCueNotify_Static_WhileActive \ static_assert(alignof(GameplayCueNotify_Static_WhileActive) == 0x000008, "Wrong alignment on GameplayCueNotify_Static_WhileActive"); \ static_assert(sizeof(GameplayCueNotify_Static_WhileActive) == 0x0000D0, "Wrong size on GameplayCueNotify_Static_WhileActive"); \ static_assert(offsetof(GameplayCueNotify_Static_WhileActive, MyTarget) == 0x000000, "Member 'GameplayCueNotify_Static_WhileActive::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Static_WhileActive, Parameters) == 0x000008, "Member 'GameplayCueNotify_Static_WhileActive::Parameters' has a wrong offset!"); \ static_assert(offsetof(GameplayCueNotify_Static_WhileActive, ReturnValue) == 0x0000C8, "Member 'GameplayCueNotify_Static_WhileActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayCueNotify_Static \ static_assert(alignof(UGameplayCueNotify_Static) == 0x000008, "Wrong alignment on UGameplayCueNotify_Static"); \ static_assert(sizeof(UGameplayCueNotify_Static) == 0x000040, "Wrong size on UGameplayCueNotify_Static"); \ static_assert(offsetof(UGameplayCueNotify_Static, GameplayCueTag) == 0x000028, "Member 'UGameplayCueNotify_Static::GameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(UGameplayCueNotify_Static, GameplayCueName) == 0x000030, "Member 'UGameplayCueNotify_Static::GameplayCueName' has a wrong offset!"); \ static_assert(offsetof(UGameplayCueNotify_Static, IsOverride) == 0x000038, "Member 'UGameplayCueNotify_Static::IsOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayCueNotify_HitImpact \ static_assert(alignof(UGameplayCueNotify_HitImpact) == 0x000008, "Wrong alignment on UGameplayCueNotify_HitImpact"); \ static_assert(sizeof(UGameplayCueNotify_HitImpact) == 0x000050, "Wrong size on UGameplayCueNotify_HitImpact"); \ static_assert(offsetof(UGameplayCueNotify_HitImpact, Sound) == 0x000040, "Member 'UGameplayCueNotify_HitImpact::Sound' has a wrong offset!"); \ static_assert(offsetof(UGameplayCueNotify_HitImpact, ParticleSystem) == 0x000048, "Member 'UGameplayCueNotify_HitImpact::ParticleSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayCueSet \ static_assert(alignof(UGameplayCueSet) == 0x000008, "Wrong alignment on UGameplayCueSet"); \ static_assert(sizeof(UGameplayCueSet) == 0x000090, "Wrong size on UGameplayCueSet"); \ static_assert(offsetof(UGameplayCueSet, GameplayCueData) == 0x000030, "Member 'UGameplayCueSet::GameplayCueData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayCueTranslator \ static_assert(alignof(UGameplayCueTranslator) == 0x000008, "Wrong alignment on UGameplayCueTranslator"); \ static_assert(sizeof(UGameplayCueTranslator) == 0x000028, "Wrong size on UGameplayCueTranslator"); \ #define DUMPER7_ASSERTS_UGameplayCueTranslator_Test \ static_assert(alignof(UGameplayCueTranslator_Test) == 0x000008, "Wrong alignment on UGameplayCueTranslator_Test"); \ static_assert(sizeof(UGameplayCueTranslator_Test) == 0x000028, "Wrong size on UGameplayCueTranslator_Test"); \ #define DUMPER7_ASSERTS_GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect \ static_assert(alignof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect) == 0x000008, "Wrong alignment on GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect"); \ static_assert(sizeof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect) == 0x0002B0, "Wrong size on GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect"); \ static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, GameplayEffect) == 0x000000, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::GameplayEffect' has a wrong offset!"); \ static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, Spec) == 0x000008, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::Spec' has a wrong offset!"); \ static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, ASC) == 0x0002A0, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::ASC' has a wrong offset!"); \ static_assert(offsetof(GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect, ReturnValue) == 0x0002A8, "Member 'GameplayEffectCustomApplicationRequirement_CanApplyGameplayEffect::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayEffectCustomApplicationRequirement \ static_assert(alignof(UGameplayEffectCustomApplicationRequirement) == 0x000008, "Wrong alignment on UGameplayEffectCustomApplicationRequirement"); \ static_assert(sizeof(UGameplayEffectCustomApplicationRequirement) == 0x000028, "Wrong size on UGameplayEffectCustomApplicationRequirement"); \ #define DUMPER7_ASSERTS_UGameplayEffectUIData \ static_assert(alignof(UGameplayEffectUIData) == 0x000008, "Wrong alignment on UGameplayEffectUIData"); \ static_assert(sizeof(UGameplayEffectUIData) == 0x000028, "Wrong size on UGameplayEffectUIData"); \ #define DUMPER7_ASSERTS_UGameplayEffectUIData_TextOnly \ static_assert(alignof(UGameplayEffectUIData_TextOnly) == 0x000008, "Wrong alignment on UGameplayEffectUIData_TextOnly"); \ static_assert(sizeof(UGameplayEffectUIData_TextOnly) == 0x000040, "Wrong size on UGameplayEffectUIData_TextOnly"); \ static_assert(offsetof(UGameplayEffectUIData_TextOnly, Description) == 0x000028, "Member 'UGameplayEffectUIData_TextOnly::Description' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayModMagnitudeCalculation_CalculateBaseMagnitude \ static_assert(alignof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude) == 0x000008, "Wrong alignment on GameplayModMagnitudeCalculation_CalculateBaseMagnitude"); \ static_assert(sizeof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude) == 0x0002A0, "Wrong size on GameplayModMagnitudeCalculation_CalculateBaseMagnitude"); \ static_assert(offsetof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude, Spec) == 0x000000, "Member 'GameplayModMagnitudeCalculation_CalculateBaseMagnitude::Spec' has a wrong offset!"); \ static_assert(offsetof(GameplayModMagnitudeCalculation_CalculateBaseMagnitude, ReturnValue) == 0x000298, "Member 'GameplayModMagnitudeCalculation_CalculateBaseMagnitude::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayModMagnitudeCalculation \ static_assert(alignof(UGameplayModMagnitudeCalculation) == 0x000008, "Wrong alignment on UGameplayModMagnitudeCalculation"); \ static_assert(sizeof(UGameplayModMagnitudeCalculation) == 0x000040, "Wrong size on UGameplayModMagnitudeCalculation"); \ static_assert(offsetof(UGameplayModMagnitudeCalculation, bAllowNonNetAuthorityDependencyRegistration) == 0x000038, "Member 'UGameplayModMagnitudeCalculation::bAllowNonNetAuthorityDependencyRegistration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GameplayTagReponseTable_TagResponseEvent \ static_assert(alignof(GameplayTagReponseTable_TagResponseEvent) == 0x000008, "Wrong alignment on GameplayTagReponseTable_TagResponseEvent"); \ static_assert(sizeof(GameplayTagReponseTable_TagResponseEvent) == 0x000020, "Wrong size on GameplayTagReponseTable_TagResponseEvent"); \ static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, Tag) == 0x000000, "Member 'GameplayTagReponseTable_TagResponseEvent::Tag' has a wrong offset!"); \ static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, NewCount) == 0x000008, "Member 'GameplayTagReponseTable_TagResponseEvent::NewCount' has a wrong offset!"); \ static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, ASC) == 0x000010, "Member 'GameplayTagReponseTable_TagResponseEvent::ASC' has a wrong offset!"); \ static_assert(offsetof(GameplayTagReponseTable_TagResponseEvent, idx) == 0x000018, "Member 'GameplayTagReponseTable_TagResponseEvent::idx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGameplayTagReponseTable \ static_assert(alignof(UGameplayTagReponseTable) == 0x000008, "Wrong alignment on UGameplayTagReponseTable"); \ static_assert(sizeof(UGameplayTagReponseTable) == 0x0001E8, "Wrong size on UGameplayTagReponseTable"); \ static_assert(offsetof(UGameplayTagReponseTable, Entries) == 0x000030, "Member 'UGameplayTagReponseTable::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneGameplayCueTriggerSection \ static_assert(alignof(UMovieSceneGameplayCueTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueTriggerSection"); \ static_assert(sizeof(UMovieSceneGameplayCueTriggerSection) == 0x000188, "Wrong size on UMovieSceneGameplayCueTriggerSection"); \ static_assert(offsetof(UMovieSceneGameplayCueTriggerSection, Channel) == 0x000100, "Member 'UMovieSceneGameplayCueTriggerSection::Channel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneGameplayCueSection \ static_assert(alignof(UMovieSceneGameplayCueSection) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueSection"); \ static_assert(sizeof(UMovieSceneGameplayCueSection) == 0x000178, "Wrong size on UMovieSceneGameplayCueSection"); \ static_assert(offsetof(UMovieSceneGameplayCueSection, Cue) == 0x000100, "Member 'UMovieSceneGameplayCueSection::Cue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MovieSceneGameplayCueTrack_SetSequencerTrackHandler \ static_assert(alignof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler) == 0x000004, "Wrong alignment on MovieSceneGameplayCueTrack_SetSequencerTrackHandler"); \ static_assert(sizeof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler) == 0x000010, "Wrong size on MovieSceneGameplayCueTrack_SetSequencerTrackHandler"); \ static_assert(offsetof(MovieSceneGameplayCueTrack_SetSequencerTrackHandler, InGameplayCueTrackHandler) == 0x000000, "Member 'MovieSceneGameplayCueTrack_SetSequencerTrackHandler::InGameplayCueTrackHandler' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneGameplayCueTrack \ static_assert(alignof(UMovieSceneGameplayCueTrack) == 0x000008, "Wrong alignment on UMovieSceneGameplayCueTrack"); \ static_assert(sizeof(UMovieSceneGameplayCueTrack) == 0x0000A0, "Wrong size on UMovieSceneGameplayCueTrack"); \ static_assert(offsetof(UMovieSceneGameplayCueTrack, Sections) == 0x000090, "Member 'UMovieSceneGameplayCueTrack::Sections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ITickableAttributeSetInterface \ static_assert(alignof(ITickableAttributeSetInterface) == 0x000001, "Wrong alignment on ITickableAttributeSetInterface"); \ static_assert(sizeof(ITickableAttributeSetInterface) == 0x000001, "Wrong size on ITickableAttributeSetInterface"); \ #define DUMPER7_ASSERTS_FGameplayResourceSet \ static_assert(alignof(FGameplayResourceSet) == 0x000002, "Wrong alignment on FGameplayResourceSet"); \ static_assert(sizeof(FGameplayResourceSet) == 0x000002, "Wrong size on FGameplayResourceSet"); \ #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) == 0x000128, "Wrong size on UGameplayTasksComponent"); \ static_assert(offsetof(UGameplayTasksComponent, SimulatedTasks) == 0x0000C8, "Member 'UGameplayTasksComponent::SimulatedTasks' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, TaskPriorityQueue) == 0x0000D8, "Member 'UGameplayTasksComponent::TaskPriorityQueue' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, TickingTasks) == 0x0000F8, "Member 'UGameplayTasksComponent::TickingTasks' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, KnownTasks) == 0x000108, "Member 'UGameplayTasksComponent::KnownTasks' has a wrong offset!"); \ static_assert(offsetof(UGameplayTasksComponent, OnClaimedResourcesChange) == 0x000118, "Member 'UGameplayTasksComponent::OnClaimedResourcesChange' has a wrong offset!"); \ #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_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_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, bSpawnInSubpersistentLevel) == 0x000010, "Member 'GameplayTask_SpawnActor_BeginSpawningActor::bSpawnInSubpersistentLevel' has a wrong offset!"); \ static_assert(offsetof(GameplayTask_SpawnActor_BeginSpawningActor, ReturnValue) == 0x000011, "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_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_ABP_CA_ChessPiece_C \ static_assert(alignof(ABP_CA_ChessPiece_C) == 0x000008, "Wrong alignment on ABP_CA_ChessPiece_C"); \ static_assert(sizeof(ABP_CA_ChessPiece_C) == 0x001BF0, "Wrong size on ABP_CA_ChessPiece_C"); \ #define DUMPER7_ASSERTS_FEOCheckpointAsyncLoadItem \ static_assert(alignof(FEOCheckpointAsyncLoadItem) == 0x000008, "Wrong alignment on FEOCheckpointAsyncLoadItem"); \ static_assert(sizeof(FEOCheckpointAsyncLoadItem) == 0x000028, "Wrong size on FEOCheckpointAsyncLoadItem"); \ #define DUMPER7_ASSERTS_FEOCheckpointObjectInstanceInfo \ static_assert(alignof(FEOCheckpointObjectInstanceInfo) == 0x000008, "Wrong alignment on FEOCheckpointObjectInstanceInfo"); \ static_assert(sizeof(FEOCheckpointObjectInstanceInfo) == 0x000018, "Wrong size on FEOCheckpointObjectInstanceInfo"); \ static_assert(offsetof(FEOCheckpointObjectInstanceInfo, Instance) == 0x000000, "Member 'FEOCheckpointObjectInstanceInfo::Instance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCheckpointDestroyedActorInfo \ static_assert(alignof(FEOCheckpointDestroyedActorInfo) == 0x000008, "Wrong alignment on FEOCheckpointDestroyedActorInfo"); \ static_assert(sizeof(FEOCheckpointDestroyedActorInfo) == 0x000150, "Wrong size on FEOCheckpointDestroyedActorInfo"); \ #define DUMPER7_ASSERTS_FEOCheckpointRecordBase \ static_assert(alignof(FEOCheckpointRecordBase) == 0x000008, "Wrong alignment on FEOCheckpointRecordBase"); \ static_assert(sizeof(FEOCheckpointRecordBase) == 0x000010, "Wrong size on FEOCheckpointRecordBase"); \ #define DUMPER7_ASSERTS_FEOCheckpointRecordObject \ static_assert(alignof(FEOCheckpointRecordObject) == 0x000008, "Wrong alignment on FEOCheckpointRecordObject"); \ static_assert(sizeof(FEOCheckpointRecordObject) == 0x000308, "Wrong size on FEOCheckpointRecordObject"); \ static_assert(offsetof(FEOCheckpointRecordObject, Class) == 0x000010, "Member 'FEOCheckpointRecordObject::Class' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointRecordObject, InstancedObject) == 0x000038, "Member 'FEOCheckpointRecordObject::InstancedObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCheckpointRecordComponent \ static_assert(alignof(FEOCheckpointRecordComponent) == 0x000010, "Wrong alignment on FEOCheckpointRecordComponent"); \ static_assert(sizeof(FEOCheckpointRecordComponent) == 0x0004C0, "Wrong size on FEOCheckpointRecordComponent"); \ #define DUMPER7_ASSERTS_FEOCheckpointRecordActor \ static_assert(alignof(FEOCheckpointRecordActor) == 0x000010, "Wrong alignment on FEOCheckpointRecordActor"); \ static_assert(sizeof(FEOCheckpointRecordActor) == 0x0004B0, "Wrong size on FEOCheckpointRecordActor"); \ static_assert(offsetof(FEOCheckpointRecordActor, ComponentRecords) == 0x0004A0, "Member 'FEOCheckpointRecordActor::ComponentRecords' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCheckpointRecordController \ static_assert(alignof(FEOCheckpointRecordController) == 0x000010, "Wrong alignment on FEOCheckpointRecordController"); \ static_assert(sizeof(FEOCheckpointRecordController) == 0x0004C0, "Wrong size on FEOCheckpointRecordController"); \ #define DUMPER7_ASSERTS_FEOCheckpointRecordPlayerController \ static_assert(alignof(FEOCheckpointRecordPlayerController) == 0x000010, "Wrong alignment on FEOCheckpointRecordPlayerController"); \ static_assert(sizeof(FEOCheckpointRecordPlayerController) == 0x0004C0, "Wrong size on FEOCheckpointRecordPlayerController"); \ #define DUMPER7_ASSERTS_FEOCheckpointRecordPlayerPawn \ static_assert(alignof(FEOCheckpointRecordPlayerPawn) == 0x000010, "Wrong alignment on FEOCheckpointRecordPlayerPawn"); \ static_assert(sizeof(FEOCheckpointRecordPlayerPawn) == 0x0004B0, "Wrong size on FEOCheckpointRecordPlayerPawn"); \ #define DUMPER7_ASSERTS_FEOCheckpointRecordAIController \ static_assert(alignof(FEOCheckpointRecordAIController) == 0x000010, "Wrong alignment on FEOCheckpointRecordAIController"); \ static_assert(sizeof(FEOCheckpointRecordAIController) == 0x0004C0, "Wrong size on FEOCheckpointRecordAIController"); \ #define DUMPER7_ASSERTS_FEOCheckpointRecordLevel \ static_assert(alignof(FEOCheckpointRecordLevel) == 0x000010, "Wrong alignment on FEOCheckpointRecordLevel"); \ static_assert(sizeof(FEOCheckpointRecordLevel) == 0x000570, "Wrong size on FEOCheckpointRecordLevel"); \ static_assert(offsetof(FEOCheckpointRecordLevel, LevelScript) == 0x000030, "Member 'FEOCheckpointRecordLevel::LevelScript' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointRecordLevel, Actors) == 0x0004E0, "Member 'FEOCheckpointRecordLevel::Actors' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointRecordLevel, PlayerControllers) == 0x0004F0, "Member 'FEOCheckpointRecordLevel::PlayerControllers' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointRecordLevel, PlayerPawns) == 0x000500, "Member 'FEOCheckpointRecordLevel::PlayerPawns' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointRecordLevel, AIControllers) == 0x000510, "Member 'FEOCheckpointRecordLevel::AIControllers' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointRecordLevel, LevelStreamingInstance) == 0x000520, "Member 'FEOCheckpointRecordLevel::LevelStreamingInstance' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointRecordLevel, LevelLoaded) == 0x000528, "Member 'FEOCheckpointRecordLevel::LevelLoaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCheckpointRecordLevelStreaming \ static_assert(alignof(FEOCheckpointRecordLevelStreaming) == 0x000010, "Wrong alignment on FEOCheckpointRecordLevelStreaming"); \ static_assert(sizeof(FEOCheckpointRecordLevelStreaming) == 0x000570, "Wrong size on FEOCheckpointRecordLevelStreaming"); \ #define DUMPER7_ASSERTS_FEOCheckpointRecordLevelPersistent \ static_assert(alignof(FEOCheckpointRecordLevelPersistent) == 0x000010, "Wrong alignment on FEOCheckpointRecordLevelPersistent"); \ static_assert(sizeof(FEOCheckpointRecordLevelPersistent) == 0x000570, "Wrong size on FEOCheckpointRecordLevelPersistent"); \ #define DUMPER7_ASSERTS_FEOCheckpointRenameItem \ static_assert(alignof(FEOCheckpointRenameItem) == 0x000008, "Wrong alignment on FEOCheckpointRenameItem"); \ static_assert(sizeof(FEOCheckpointRenameItem) == 0x000028, "Wrong size on FEOCheckpointRenameItem"); \ #define DUMPER7_ASSERTS_FEOCheckpointFileHeader \ static_assert(alignof(FEOCheckpointFileHeader) == 0x000008, "Wrong alignment on FEOCheckpointFileHeader"); \ static_assert(sizeof(FEOCheckpointFileHeader) == 0x000060, "Wrong size on FEOCheckpointFileHeader"); \ static_assert(offsetof(FEOCheckpointFileHeader, FileTypeTag) == 0x000000, "Member 'FEOCheckpointFileHeader::FileTypeTag' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointFileHeader, SaveGameFileVersion) == 0x000004, "Member 'FEOCheckpointFileHeader::SaveGameFileVersion' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointFileHeader, PackageFileUE4Version) == 0x000008, "Member 'FEOCheckpointFileHeader::PackageFileUE4Version' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointFileHeader, PackageFileUE4VersionLicensee) == 0x00000C, "Member 'FEOCheckpointFileHeader::PackageFileUE4VersionLicensee' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointFileHeader, CustomVersionFormat) == 0x000030, "Member 'FEOCheckpointFileHeader::CustomVersionFormat' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointFileHeader, SaveGameClassName) == 0x000048, "Member 'FEOCheckpointFileHeader::SaveGameClassName' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointFileHeader, bIsCompressed) == 0x000058, "Member 'FEOCheckpointFileHeader::bIsCompressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCheckpointObjectPath \ static_assert(alignof(FEOCheckpointObjectPath) == 0x000008, "Wrong alignment on FEOCheckpointObjectPath"); \ static_assert(sizeof(FEOCheckpointObjectPath) == 0x000138, "Wrong size on FEOCheckpointObjectPath"); \ static_assert(offsetof(FEOCheckpointObjectPath, bIsMapPackage) == 0x000000, "Member 'FEOCheckpointObjectPath::bIsMapPackage' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, bIsOuterMapPackage) == 0x000001, "Member 'FEOCheckpointObjectPath::bIsOuterMapPackage' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, bIsGameInstanceSubsystem) == 0x000002, "Member 'FEOCheckpointObjectPath::bIsGameInstanceSubsystem' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, bIsOuterGameInstanceSubsystem) == 0x000003, "Member 'FEOCheckpointObjectPath::bIsOuterGameInstanceSubsystem' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, bForceNoMapPrefix) == 0x000004, "Member 'FEOCheckpointObjectPath::bForceNoMapPrefix' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, bIsClassObject) == 0x000005, "Member 'FEOCheckpointObjectPath::bIsClassObject' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, ObjectPackagePath) == 0x000008, "Member 'FEOCheckpointObjectPath::ObjectPackagePath' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, ObjectPackageName) == 0x000018, "Member 'FEOCheckpointObjectPath::ObjectPackageName' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, ObjectPath) == 0x000028, "Member 'FEOCheckpointObjectPath::ObjectPath' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, ObjectName) == 0x000038, "Member 'FEOCheckpointObjectPath::ObjectName' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, ObjectFName) == 0x000048, "Member 'FEOCheckpointObjectPath::ObjectFName' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, ClassPath) == 0x000050, "Member 'FEOCheckpointObjectPath::ClassPath' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, ClassObjectName) == 0x000060, "Member 'FEOCheckpointObjectPath::ClassObjectName' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, ClassObjectFName) == 0x000070, "Member 'FEOCheckpointObjectPath::ClassObjectFName' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, OuterPath) == 0x000078, "Member 'FEOCheckpointObjectPath::OuterPath' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, OuterObjectName) == 0x000088, "Member 'FEOCheckpointObjectPath::OuterObjectName' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, OuterObjectFName) == 0x000098, "Member 'FEOCheckpointObjectPath::OuterObjectFName' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, OuterClassPath) == 0x0000A0, "Member 'FEOCheckpointObjectPath::OuterClassPath' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, OuterClassObjectName) == 0x0000B0, "Member 'FEOCheckpointObjectPath::OuterClassObjectName' has a wrong offset!"); \ static_assert(offsetof(FEOCheckpointObjectPath, OuterClassObjectFName) == 0x0000C0, "Member 'FEOCheckpointObjectPath::OuterClassObjectFName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointSaveEvent \ static_assert(alignof(UEOCheckpointSaveEvent) == 0x000008, "Wrong alignment on UEOCheckpointSaveEvent"); \ static_assert(sizeof(UEOCheckpointSaveEvent) == 0x000090, "Wrong size on UEOCheckpointSaveEvent"); \ static_assert(offsetof(UEOCheckpointSaveEvent, CheckpointName) == 0x000028, "Member 'UEOCheckpointSaveEvent::CheckpointName' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSaveEvent, CheckpointDescription) == 0x000040, "Member 'UEOCheckpointSaveEvent::CheckpointDescription' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSaveEvent, SaveMode) == 0x000058, "Member 'UEOCheckpointSaveEvent::SaveMode' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSaveEvent, WarpPointName) == 0x000060, "Member 'UEOCheckpointSaveEvent::WarpPointName' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSaveEvent, RespawnType) == 0x000070, "Member 'UEOCheckpointSaveEvent::RespawnType' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSaveEvent, TeleportToActor) == 0x000078, "Member 'UEOCheckpointSaveEvent::TeleportToActor' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSaveEvent, DeathClosetTeleportLevelActor) == 0x000080, "Member 'UEOCheckpointSaveEvent::DeathClosetTeleportLevelActor' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSaveEvent, DeathClosetLoadType) == 0x000088, "Member 'UEOCheckpointSaveEvent::DeathClosetLoadType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointSaveableObject \ static_assert(alignof(UEOCheckpointSaveableObject) == 0x000008, "Wrong alignment on UEOCheckpointSaveableObject"); \ static_assert(sizeof(UEOCheckpointSaveableObject) == 0x000030, "Wrong size on UEOCheckpointSaveableObject"); \ static_assert(offsetof(UEOCheckpointSaveableObject, bLoadedFromCheckpoint) == 0x000028, "Member 'UEOCheckpointSaveableObject::bLoadedFromCheckpoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointSaveBeginEvent \ static_assert(alignof(UEOCheckpointSaveBeginEvent) == 0x000008, "Wrong alignment on UEOCheckpointSaveBeginEvent"); \ static_assert(sizeof(UEOCheckpointSaveBeginEvent) == 0x000030, "Wrong size on UEOCheckpointSaveBeginEvent"); \ static_assert(offsetof(UEOCheckpointSaveBeginEvent, CheckpointSlotInfo) == 0x000028, "Member 'UEOCheckpointSaveBeginEvent::CheckpointSlotInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointGameInstance \ static_assert(alignof(UEOCheckpointGameInstance) == 0x000008, "Wrong alignment on UEOCheckpointGameInstance"); \ static_assert(sizeof(UEOCheckpointGameInstance) == 0x0001C8, "Wrong size on UEOCheckpointGameInstance"); \ #define DUMPER7_ASSERTS_UEOCheckpointSlotBase \ static_assert(alignof(UEOCheckpointSlotBase) == 0x000008, "Wrong alignment on UEOCheckpointSlotBase"); \ static_assert(sizeof(UEOCheckpointSlotBase) == 0x000088, "Wrong size on UEOCheckpointSlotBase"); \ static_assert(offsetof(UEOCheckpointSlotBase, FileHeader) == 0x000028, "Member 'UEOCheckpointSlotBase::FileHeader' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_GenerateWarpPointDataFilePath \ static_assert(alignof(EOCheckpointManager_GenerateWarpPointDataFilePath) == 0x000008, "Wrong alignment on EOCheckpointManager_GenerateWarpPointDataFilePath"); \ static_assert(sizeof(EOCheckpointManager_GenerateWarpPointDataFilePath) == 0x000038, "Wrong size on EOCheckpointManager_GenerateWarpPointDataFilePath"); \ static_assert(offsetof(EOCheckpointManager_GenerateWarpPointDataFilePath, WarpPointName) == 0x000000, "Member 'EOCheckpointManager_GenerateWarpPointDataFilePath::WarpPointName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GenerateWarpPointDataFilePath, WarpPointMapName) == 0x000010, "Member 'EOCheckpointManager_GenerateWarpPointDataFilePath::WarpPointMapName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GenerateWarpPointDataFilePath, bIsForPackageSave) == 0x000020, "Member 'EOCheckpointManager_GenerateWarpPointDataFilePath::bIsForPackageSave' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GenerateWarpPointDataFilePath, ReturnValue) == 0x000028, "Member 'EOCheckpointManager_GenerateWarpPointDataFilePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_GenerateWarpPointInfoFilePath \ static_assert(alignof(EOCheckpointManager_GenerateWarpPointInfoFilePath) == 0x000008, "Wrong alignment on EOCheckpointManager_GenerateWarpPointInfoFilePath"); \ static_assert(sizeof(EOCheckpointManager_GenerateWarpPointInfoFilePath) == 0x000038, "Wrong size on EOCheckpointManager_GenerateWarpPointInfoFilePath"); \ static_assert(offsetof(EOCheckpointManager_GenerateWarpPointInfoFilePath, WarpPointName) == 0x000000, "Member 'EOCheckpointManager_GenerateWarpPointInfoFilePath::WarpPointName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GenerateWarpPointInfoFilePath, WarpPointMapName) == 0x000010, "Member 'EOCheckpointManager_GenerateWarpPointInfoFilePath::WarpPointMapName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GenerateWarpPointInfoFilePath, bIsForPackageSave) == 0x000020, "Member 'EOCheckpointManager_GenerateWarpPointInfoFilePath::bIsForPackageSave' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GenerateWarpPointInfoFilePath, ReturnValue) == 0x000028, "Member 'EOCheckpointManager_GenerateWarpPointInfoFilePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_GetActiveCheckpointSlotIDStatic \ static_assert(alignof(EOCheckpointManager_GetActiveCheckpointSlotIDStatic) == 0x000004, "Wrong alignment on EOCheckpointManager_GetActiveCheckpointSlotIDStatic"); \ static_assert(sizeof(EOCheckpointManager_GetActiveCheckpointSlotIDStatic) == 0x000004, "Wrong size on EOCheckpointManager_GetActiveCheckpointSlotIDStatic"); \ static_assert(offsetof(EOCheckpointManager_GetActiveCheckpointSlotIDStatic, ReturnValue) == 0x000000, "Member 'EOCheckpointManager_GetActiveCheckpointSlotIDStatic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_GetCachedCheckpointSlotInfos \ static_assert(alignof(EOCheckpointManager_GetCachedCheckpointSlotInfos) == 0x000008, "Wrong alignment on EOCheckpointManager_GetCachedCheckpointSlotInfos"); \ static_assert(sizeof(EOCheckpointManager_GetCachedCheckpointSlotInfos) == 0x000010, "Wrong size on EOCheckpointManager_GetCachedCheckpointSlotInfos"); \ static_assert(offsetof(EOCheckpointManager_GetCachedCheckpointSlotInfos, ReturnValue) == 0x000000, "Member 'EOCheckpointManager_GetCachedCheckpointSlotInfos::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_GetLastCheckpointInfo \ static_assert(alignof(EOCheckpointManager_GetLastCheckpointInfo) == 0x000008, "Wrong alignment on EOCheckpointManager_GetLastCheckpointInfo"); \ static_assert(sizeof(EOCheckpointManager_GetLastCheckpointInfo) == 0x000008, "Wrong size on EOCheckpointManager_GetLastCheckpointInfo"); \ static_assert(offsetof(EOCheckpointManager_GetLastCheckpointInfo, ReturnValue) == 0x000000, "Member 'EOCheckpointManager_GetLastCheckpointInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_GetWarpPointDataNameFromFilePath \ static_assert(alignof(EOCheckpointManager_GetWarpPointDataNameFromFilePath) == 0x000008, "Wrong alignment on EOCheckpointManager_GetWarpPointDataNameFromFilePath"); \ static_assert(sizeof(EOCheckpointManager_GetWarpPointDataNameFromFilePath) == 0x000048, "Wrong size on EOCheckpointManager_GetWarpPointDataNameFromFilePath"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointDataNameFromFilePath, FilePath) == 0x000000, "Member 'EOCheckpointManager_GetWarpPointDataNameFromFilePath::FilePath' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointDataNameFromFilePath, OutWarpPointName) == 0x000010, "Member 'EOCheckpointManager_GetWarpPointDataNameFromFilePath::OutWarpPointName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointDataNameFromFilePath, OutWarpPointMapName) == 0x000020, "Member 'EOCheckpointManager_GetWarpPointDataNameFromFilePath::OutWarpPointMapName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointDataNameFromFilePath, OutWarpPointBaseFilename) == 0x000030, "Member 'EOCheckpointManager_GetWarpPointDataNameFromFilePath::OutWarpPointBaseFilename' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointDataNameFromFilePath, ReturnValue) == 0x000040, "Member 'EOCheckpointManager_GetWarpPointDataNameFromFilePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_GetWarpPointDataPostFix \ static_assert(alignof(EOCheckpointManager_GetWarpPointDataPostFix) == 0x000008, "Wrong alignment on EOCheckpointManager_GetWarpPointDataPostFix"); \ static_assert(sizeof(EOCheckpointManager_GetWarpPointDataPostFix) == 0x000010, "Wrong size on EOCheckpointManager_GetWarpPointDataPostFix"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointDataPostFix, ReturnValue) == 0x000000, "Member 'EOCheckpointManager_GetWarpPointDataPostFix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_GetWarpPointFiles \ static_assert(alignof(EOCheckpointManager_GetWarpPointFiles) == 0x000008, "Wrong alignment on EOCheckpointManager_GetWarpPointFiles"); \ static_assert(sizeof(EOCheckpointManager_GetWarpPointFiles) == 0x000030, "Wrong size on EOCheckpointManager_GetWarpPointFiles"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointFiles, OutFilePaths) == 0x000000, "Member 'EOCheckpointManager_GetWarpPointFiles::OutFilePaths' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointFiles, Type) == 0x000010, "Member 'EOCheckpointManager_GetWarpPointFiles::Type' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointFiles, MapFilter) == 0x000018, "Member 'EOCheckpointManager_GetWarpPointFiles::MapFilter' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointFiles, SortOrder) == 0x000028, "Member 'EOCheckpointManager_GetWarpPointFiles::SortOrder' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointFiles, ReturnValue) == 0x000029, "Member 'EOCheckpointManager_GetWarpPointFiles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_GetWarpPointInfoNameFromFilePath \ static_assert(alignof(EOCheckpointManager_GetWarpPointInfoNameFromFilePath) == 0x000008, "Wrong alignment on EOCheckpointManager_GetWarpPointInfoNameFromFilePath"); \ static_assert(sizeof(EOCheckpointManager_GetWarpPointInfoNameFromFilePath) == 0x000048, "Wrong size on EOCheckpointManager_GetWarpPointInfoNameFromFilePath"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointInfoNameFromFilePath, FilePath) == 0x000000, "Member 'EOCheckpointManager_GetWarpPointInfoNameFromFilePath::FilePath' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointInfoNameFromFilePath, OutWarpPointName) == 0x000010, "Member 'EOCheckpointManager_GetWarpPointInfoNameFromFilePath::OutWarpPointName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointInfoNameFromFilePath, OutWarpPointMapName) == 0x000020, "Member 'EOCheckpointManager_GetWarpPointInfoNameFromFilePath::OutWarpPointMapName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointInfoNameFromFilePath, OutWarpPointBaseFilename) == 0x000030, "Member 'EOCheckpointManager_GetWarpPointInfoNameFromFilePath::OutWarpPointBaseFilename' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointInfoNameFromFilePath, ReturnValue) == 0x000040, "Member 'EOCheckpointManager_GetWarpPointInfoNameFromFilePath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_GetWarpPointInfoPostFix \ static_assert(alignof(EOCheckpointManager_GetWarpPointInfoPostFix) == 0x000008, "Wrong alignment on EOCheckpointManager_GetWarpPointInfoPostFix"); \ static_assert(sizeof(EOCheckpointManager_GetWarpPointInfoPostFix) == 0x000010, "Wrong size on EOCheckpointManager_GetWarpPointInfoPostFix"); \ static_assert(offsetof(EOCheckpointManager_GetWarpPointInfoPostFix, ReturnValue) == 0x000000, "Member 'EOCheckpointManager_GetWarpPointInfoPostFix::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_IsCheckpointLoadingInBackground \ static_assert(alignof(EOCheckpointManager_IsCheckpointLoadingInBackground) == 0x000001, "Wrong alignment on EOCheckpointManager_IsCheckpointLoadingInBackground"); \ static_assert(sizeof(EOCheckpointManager_IsCheckpointLoadingInBackground) == 0x000001, "Wrong size on EOCheckpointManager_IsCheckpointLoadingInBackground"); \ static_assert(offsetof(EOCheckpointManager_IsCheckpointLoadingInBackground, ReturnValue) == 0x000000, "Member 'EOCheckpointManager_IsCheckpointLoadingInBackground::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_IsLoadingCheckpoint \ static_assert(alignof(EOCheckpointManager_IsLoadingCheckpoint) == 0x000001, "Wrong alignment on EOCheckpointManager_IsLoadingCheckpoint"); \ static_assert(sizeof(EOCheckpointManager_IsLoadingCheckpoint) == 0x000001, "Wrong size on EOCheckpointManager_IsLoadingCheckpoint"); \ static_assert(offsetof(EOCheckpointManager_IsLoadingCheckpoint, ReturnValue) == 0x000000, "Member 'EOCheckpointManager_IsLoadingCheckpoint::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_IsTrackingDestroyedActorsStatic \ static_assert(alignof(EOCheckpointManager_IsTrackingDestroyedActorsStatic) == 0x000001, "Wrong alignment on EOCheckpointManager_IsTrackingDestroyedActorsStatic"); \ static_assert(sizeof(EOCheckpointManager_IsTrackingDestroyedActorsStatic) == 0x000001, "Wrong size on EOCheckpointManager_IsTrackingDestroyedActorsStatic"); \ static_assert(offsetof(EOCheckpointManager_IsTrackingDestroyedActorsStatic, ReturnValue) == 0x000000, "Member 'EOCheckpointManager_IsTrackingDestroyedActorsStatic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_IsValidCheckpointSlotIDStatic \ static_assert(alignof(EOCheckpointManager_IsValidCheckpointSlotIDStatic) == 0x000004, "Wrong alignment on EOCheckpointManager_IsValidCheckpointSlotIDStatic"); \ static_assert(sizeof(EOCheckpointManager_IsValidCheckpointSlotIDStatic) == 0x000008, "Wrong size on EOCheckpointManager_IsValidCheckpointSlotIDStatic"); \ static_assert(offsetof(EOCheckpointManager_IsValidCheckpointSlotIDStatic, SlotId) == 0x000000, "Member 'EOCheckpointManager_IsValidCheckpointSlotIDStatic::SlotId' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_IsValidCheckpointSlotIDStatic, ReturnValue) == 0x000004, "Member 'EOCheckpointManager_IsValidCheckpointSlotIDStatic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_RegisterCheckpointObject \ static_assert(alignof(EOCheckpointManager_RegisterCheckpointObject) == 0x000008, "Wrong alignment on EOCheckpointManager_RegisterCheckpointObject"); \ static_assert(sizeof(EOCheckpointManager_RegisterCheckpointObject) == 0x000010, "Wrong size on EOCheckpointManager_RegisterCheckpointObject"); \ static_assert(offsetof(EOCheckpointManager_RegisterCheckpointObject, ObjectToSerialize) == 0x000000, "Member 'EOCheckpointManager_RegisterCheckpointObject::ObjectToSerialize' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_RegisterCheckpointObject, SerializationOrder) == 0x000008, "Member 'EOCheckpointManager_RegisterCheckpointObject::SerializationOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_SetActiveCheckpointSlotIDStatic \ static_assert(alignof(EOCheckpointManager_SetActiveCheckpointSlotIDStatic) == 0x000004, "Wrong alignment on EOCheckpointManager_SetActiveCheckpointSlotIDStatic"); \ static_assert(sizeof(EOCheckpointManager_SetActiveCheckpointSlotIDStatic) == 0x000008, "Wrong size on EOCheckpointManager_SetActiveCheckpointSlotIDStatic"); \ static_assert(offsetof(EOCheckpointManager_SetActiveCheckpointSlotIDStatic, NewSlotId) == 0x000000, "Member 'EOCheckpointManager_SetActiveCheckpointSlotIDStatic::NewSlotId' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_SetActiveCheckpointSlotIDStatic, ReturnValue) == 0x000004, "Member 'EOCheckpointManager_SetActiveCheckpointSlotIDStatic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_TrackDestroyedActorsStatic \ static_assert(alignof(EOCheckpointManager_TrackDestroyedActorsStatic) == 0x000008, "Wrong alignment on EOCheckpointManager_TrackDestroyedActorsStatic"); \ static_assert(sizeof(EOCheckpointManager_TrackDestroyedActorsStatic) == 0x000010, "Wrong size on EOCheckpointManager_TrackDestroyedActorsStatic"); \ static_assert(offsetof(EOCheckpointManager_TrackDestroyedActorsStatic, WorldContextObject) == 0x000000, "Member 'EOCheckpointManager_TrackDestroyedActorsStatic::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_TrackDestroyedActorsStatic, bTrack) == 0x000008, "Member 'EOCheckpointManager_TrackDestroyedActorsStatic::bTrack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_WarpPointLoadStatic \ static_assert(alignof(EOCheckpointManager_WarpPointLoadStatic) == 0x000008, "Wrong alignment on EOCheckpointManager_WarpPointLoadStatic"); \ static_assert(sizeof(EOCheckpointManager_WarpPointLoadStatic) == 0x000028, "Wrong size on EOCheckpointManager_WarpPointLoadStatic"); \ static_assert(offsetof(EOCheckpointManager_WarpPointLoadStatic, WarpPointName) == 0x000000, "Member 'EOCheckpointManager_WarpPointLoadStatic::WarpPointName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_WarpPointLoadStatic, WarpPointMapName) == 0x000010, "Member 'EOCheckpointManager_WarpPointLoadStatic::WarpPointMapName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_WarpPointLoadStatic, ReturnValue) == 0x000020, "Member 'EOCheckpointManager_WarpPointLoadStatic::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_CheckpointSave \ static_assert(alignof(EOCheckpointManager_CheckpointSave) == 0x000008, "Wrong alignment on EOCheckpointManager_CheckpointSave"); \ static_assert(sizeof(EOCheckpointManager_CheckpointSave) == 0x000038, "Wrong size on EOCheckpointManager_CheckpointSave"); \ static_assert(offsetof(EOCheckpointManager_CheckpointSave, CheckpointName) == 0x000000, "Member 'EOCheckpointManager_CheckpointSave::CheckpointName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_CheckpointSave, CheckpointDescription) == 0x000010, "Member 'EOCheckpointManager_CheckpointSave::CheckpointDescription' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_CheckpointSave, bAlsoSaveAsWarpPoint) == 0x000020, "Member 'EOCheckpointManager_CheckpointSave::bAlsoSaveAsWarpPoint' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_CheckpointSave, bWarpPointOnly) == 0x000021, "Member 'EOCheckpointManager_CheckpointSave::bWarpPointOnly' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_CheckpointSave, WarpPointName) == 0x000028, "Member 'EOCheckpointManager_CheckpointSave::WarpPointName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_CheckpointSlotId \ static_assert(alignof(EOCheckpointManager_CheckpointSlotId) == 0x000004, "Wrong alignment on EOCheckpointManager_CheckpointSlotId"); \ static_assert(sizeof(EOCheckpointManager_CheckpointSlotId) == 0x000004, "Wrong size on EOCheckpointManager_CheckpointSlotId"); \ static_assert(offsetof(EOCheckpointManager_CheckpointSlotId, NewSlotId) == 0x000000, "Member 'EOCheckpointManager_CheckpointSlotId::NewSlotId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_GetSettings \ static_assert(alignof(EOCheckpointManager_GetSettings) == 0x000008, "Wrong alignment on EOCheckpointManager_GetSettings"); \ static_assert(sizeof(EOCheckpointManager_GetSettings) == 0x000008, "Wrong size on EOCheckpointManager_GetSettings"); \ static_assert(offsetof(EOCheckpointManager_GetSettings, ReturnValue) == 0x000000, "Member 'EOCheckpointManager_GetSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_OnBackgroundCheckpointLoadResume \ static_assert(alignof(EOCheckpointManager_OnBackgroundCheckpointLoadResume) == 0x000008, "Wrong alignment on EOCheckpointManager_OnBackgroundCheckpointLoadResume"); \ static_assert(sizeof(EOCheckpointManager_OnBackgroundCheckpointLoadResume) == 0x000010, "Wrong size on EOCheckpointManager_OnBackgroundCheckpointLoadResume"); \ static_assert(offsetof(EOCheckpointManager_OnBackgroundCheckpointLoadResume, Sender) == 0x000000, "Member 'EOCheckpointManager_OnBackgroundCheckpointLoadResume::Sender' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_OnBackgroundCheckpointLoadResume, Event) == 0x000008, "Member 'EOCheckpointManager_OnBackgroundCheckpointLoadResume::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_OnCheatManagerCreated \ static_assert(alignof(EOCheckpointManager_OnCheatManagerCreated) == 0x000008, "Wrong alignment on EOCheckpointManager_OnCheatManagerCreated"); \ static_assert(sizeof(EOCheckpointManager_OnCheatManagerCreated) == 0x000008, "Wrong size on EOCheckpointManager_OnCheatManagerCreated"); \ static_assert(offsetof(EOCheckpointManager_OnCheatManagerCreated, CheatManager) == 0x000000, "Member 'EOCheckpointManager_OnCheatManagerCreated::CheatManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_OnCheckpointLoad \ static_assert(alignof(EOCheckpointManager_OnCheckpointLoad) == 0x000008, "Wrong alignment on EOCheckpointManager_OnCheckpointLoad"); \ static_assert(sizeof(EOCheckpointManager_OnCheckpointLoad) == 0x000010, "Wrong size on EOCheckpointManager_OnCheckpointLoad"); \ static_assert(offsetof(EOCheckpointManager_OnCheckpointLoad, Sender) == 0x000000, "Member 'EOCheckpointManager_OnCheckpointLoad::Sender' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_OnCheckpointLoad, Event) == 0x000008, "Member 'EOCheckpointManager_OnCheckpointLoad::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_OnCheckpointSave \ static_assert(alignof(EOCheckpointManager_OnCheckpointSave) == 0x000008, "Wrong alignment on EOCheckpointManager_OnCheckpointSave"); \ static_assert(sizeof(EOCheckpointManager_OnCheckpointSave) == 0x000010, "Wrong size on EOCheckpointManager_OnCheckpointSave"); \ static_assert(offsetof(EOCheckpointManager_OnCheckpointSave, Sender) == 0x000000, "Member 'EOCheckpointManager_OnCheckpointSave::Sender' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_OnCheckpointSave, Event) == 0x000008, "Member 'EOCheckpointManager_OnCheckpointSave::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_WarpPointLoad \ static_assert(alignof(EOCheckpointManager_WarpPointLoad) == 0x000008, "Wrong alignment on EOCheckpointManager_WarpPointLoad"); \ static_assert(sizeof(EOCheckpointManager_WarpPointLoad) == 0x000028, "Wrong size on EOCheckpointManager_WarpPointLoad"); \ static_assert(offsetof(EOCheckpointManager_WarpPointLoad, WarpPointName) == 0x000000, "Member 'EOCheckpointManager_WarpPointLoad::WarpPointName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_WarpPointLoad, WarpPointMapName) == 0x000010, "Member 'EOCheckpointManager_WarpPointLoad::WarpPointMapName' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_WarpPointLoad, bSkipMapLoad) == 0x000020, "Member 'EOCheckpointManager_WarpPointLoad::bSkipMapLoad' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_WarpPointLoad, bResaveAfterLoad) == 0x000021, "Member 'EOCheckpointManager_WarpPointLoad::bResaveAfterLoad' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointManager_WarpPointLoad, ReturnValue) == 0x000022, "Member 'EOCheckpointManager_WarpPointLoad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointManager_WarpPointSaveMode \ static_assert(alignof(EOCheckpointManager_WarpPointSaveMode) == 0x000004, "Wrong alignment on EOCheckpointManager_WarpPointSaveMode"); \ static_assert(sizeof(EOCheckpointManager_WarpPointSaveMode) == 0x000004, "Wrong size on EOCheckpointManager_WarpPointSaveMode"); \ static_assert(offsetof(EOCheckpointManager_WarpPointSaveMode, Mode) == 0x000000, "Member 'EOCheckpointManager_WarpPointSaveMode::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointManager \ static_assert(alignof(UEOCheckpointManager) == 0x000008, "Wrong alignment on UEOCheckpointManager"); \ static_assert(sizeof(UEOCheckpointManager) == 0x000168, "Wrong size on UEOCheckpointManager"); \ static_assert(offsetof(UEOCheckpointManager, RegisteredCheckpointObjectsPreLevelActors) == 0x000038, "Member 'UEOCheckpointManager::RegisteredCheckpointObjectsPreLevelActors' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, RegisteredCheckpointObjectsPostLevelActors) == 0x000048, "Member 'UEOCheckpointManager::RegisteredCheckpointObjectsPostLevelActors' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CurrentSlotInfo) == 0x0000A8, "Member 'UEOCheckpointManager::CurrentSlotInfo' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CurrentSlotData) == 0x0000B0, "Member 'UEOCheckpointManager::CurrentSlotData' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CachedSlotInfos) == 0x0000B8, "Member 'UEOCheckpointManager::CachedSlotInfos' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, TaskManager) == 0x0000C8, "Member 'UEOCheckpointManager::TaskManager' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CachedSettings) == 0x0000D0, "Member 'UEOCheckpointManager::CachedSettings' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CachedUserSettings) == 0x0000D8, "Member 'UEOCheckpointManager::CachedUserSettings' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CheckpointSaveBeginEvent) == 0x0000E0, "Member 'UEOCheckpointManager::CheckpointSaveBeginEvent' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CheckpointSaveFinishedEvent) == 0x0000E8, "Member 'UEOCheckpointManager::CheckpointSaveFinishedEvent' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CheckpointLoadPreMapLoadEvent) == 0x0000F0, "Member 'UEOCheckpointManager::CheckpointLoadPreMapLoadEvent' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CheckpointLoadBeginEvent) == 0x0000F8, "Member 'UEOCheckpointManager::CheckpointLoadBeginEvent' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CheckpointLoadFinishedEvent) == 0x000100, "Member 'UEOCheckpointManager::CheckpointLoadFinishedEvent' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CheckpointAsyncLoadPreviousMapUnloadedEvent) == 0x000108, "Member 'UEOCheckpointManager::CheckpointAsyncLoadPreviousMapUnloadedEvent' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CheckpointDeathClosetLoadFinishedEvent) == 0x000110, "Member 'UEOCheckpointManager::CheckpointDeathClosetLoadFinishedEvent' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CheckpointOnPreLevelLoadRegisteredObjectsEvent) == 0x000118, "Member 'UEOCheckpointManager::CheckpointOnPreLevelLoadRegisteredObjectsEvent' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, CheckpointOnPostLevelLoadRegisteredObjectsEvent) == 0x000120, "Member 'UEOCheckpointManager::CheckpointOnPostLevelLoadRegisteredObjectsEvent' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointManager, BackgroundCheckpointLoadStartFXEvent) == 0x000128, "Member 'UEOCheckpointManager::BackgroundCheckpointLoadStartFXEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointBPLibrary_Conv_EOCheckpointObjectPath \ static_assert(alignof(EOCheckpointBPLibrary_Conv_EOCheckpointObjectPath) == 0x000008, "Wrong alignment on EOCheckpointBPLibrary_Conv_EOCheckpointObjectPath"); \ static_assert(sizeof(EOCheckpointBPLibrary_Conv_EOCheckpointObjectPath) == 0x000148, "Wrong size on EOCheckpointBPLibrary_Conv_EOCheckpointObjectPath"); \ static_assert(offsetof(EOCheckpointBPLibrary_Conv_EOCheckpointObjectPath, CheckpointObjectPath) == 0x000000, "Member 'EOCheckpointBPLibrary_Conv_EOCheckpointObjectPath::CheckpointObjectPath' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointBPLibrary_Conv_EOCheckpointObjectPath, ReturnValue) == 0x000138, "Member 'EOCheckpointBPLibrary_Conv_EOCheckpointObjectPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointBPLibrary_IsValidCheckpointObjectPath \ static_assert(alignof(EOCheckpointBPLibrary_IsValidCheckpointObjectPath) == 0x000008, "Wrong alignment on EOCheckpointBPLibrary_IsValidCheckpointObjectPath"); \ static_assert(sizeof(EOCheckpointBPLibrary_IsValidCheckpointObjectPath) == 0x000140, "Wrong size on EOCheckpointBPLibrary_IsValidCheckpointObjectPath"); \ static_assert(offsetof(EOCheckpointBPLibrary_IsValidCheckpointObjectPath, CheckpointObjectPath) == 0x000000, "Member 'EOCheckpointBPLibrary_IsValidCheckpointObjectPath::CheckpointObjectPath' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointBPLibrary_IsValidCheckpointObjectPath, ReturnValue) == 0x000138, "Member 'EOCheckpointBPLibrary_IsValidCheckpointObjectPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointBPLibrary \ static_assert(alignof(UEOCheckpointBPLibrary) == 0x000008, "Wrong alignment on UEOCheckpointBPLibrary"); \ static_assert(sizeof(UEOCheckpointBPLibrary) == 0x000028, "Wrong size on UEOCheckpointBPLibrary"); \ #define DUMPER7_ASSERTS_UEOCheckpointSettings \ static_assert(alignof(UEOCheckpointSettings) == 0x000008, "Wrong alignment on UEOCheckpointSettings"); \ static_assert(sizeof(UEOCheckpointSettings) == 0x000098, "Wrong size on UEOCheckpointSettings"); \ static_assert(offsetof(UEOCheckpointSettings, CheckpointSaveEventClass) == 0x000028, "Member 'UEOCheckpointSettings::CheckpointSaveEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, CheckpointSaveBeginEventClass) == 0x000030, "Member 'UEOCheckpointSettings::CheckpointSaveBeginEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, CheckpointSaveFinishedEventClass) == 0x000038, "Member 'UEOCheckpointSettings::CheckpointSaveFinishedEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, CheckpointLoadEventClass) == 0x000040, "Member 'UEOCheckpointSettings::CheckpointLoadEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, CheckpointLoadPreMapLoadEventClass) == 0x000048, "Member 'UEOCheckpointSettings::CheckpointLoadPreMapLoadEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, CheckpointLoadBeginEventClass) == 0x000050, "Member 'UEOCheckpointSettings::CheckpointLoadBeginEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, CheckpointLoadFinishedEventClass) == 0x000058, "Member 'UEOCheckpointSettings::CheckpointLoadFinishedEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, CheckpointDeathClosetLoadFinishedEventClass) == 0x000060, "Member 'UEOCheckpointSettings::CheckpointDeathClosetLoadFinishedEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, CheckpointAsyncLoadPreviousMapUnloadedEventClass) == 0x000068, "Member 'UEOCheckpointSettings::CheckpointAsyncLoadPreviousMapUnloadedEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, CheckpointOnPreLevelLoadRegisteredObjectsEventClass) == 0x000070, "Member 'UEOCheckpointSettings::CheckpointOnPreLevelLoadRegisteredObjectsEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, CheckpointOnPostLevelLoadRegisteredObjectsEventClass) == 0x000078, "Member 'UEOCheckpointSettings::CheckpointOnPostLevelLoadRegisteredObjectsEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, SlotInfoClass) == 0x000080, "Member 'UEOCheckpointSettings::SlotInfoClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, SlotDataClass) == 0x000088, "Member 'UEOCheckpointSettings::SlotDataClass' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, MaxSlots) == 0x000090, "Member 'UEOCheckpointSettings::MaxSlots' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, bUseCompression) == 0x000094, "Member 'UEOCheckpointSettings::bUseCompression' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSettings, MultithreadedSerialization) == 0x000095, "Member 'UEOCheckpointSettings::MultithreadedSerialization' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointSaveFinishedEvent \ static_assert(alignof(UEOCheckpointSaveFinishedEvent) == 0x000008, "Wrong alignment on UEOCheckpointSaveFinishedEvent"); \ static_assert(sizeof(UEOCheckpointSaveFinishedEvent) == 0x000038, "Wrong size on UEOCheckpointSaveFinishedEvent"); \ static_assert(offsetof(UEOCheckpointSaveFinishedEvent, CheckpointSlotInfo) == 0x000028, "Member 'UEOCheckpointSaveFinishedEvent::CheckpointSlotInfo' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSaveFinishedEvent, bSaveSuccessful) == 0x000030, "Member 'UEOCheckpointSaveFinishedEvent::bSaveSuccessful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointLoadEvent \ static_assert(alignof(UEOCheckpointLoadEvent) == 0x000008, "Wrong alignment on UEOCheckpointLoadEvent"); \ static_assert(sizeof(UEOCheckpointLoadEvent) == 0x000078, "Wrong size on UEOCheckpointLoadEvent"); \ static_assert(offsetof(UEOCheckpointLoadEvent, IsLoadingFromDeathCloset) == 0x000028, "Member 'UEOCheckpointLoadEvent::IsLoadingFromDeathCloset' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointLoadEvent, LoadInBackground) == 0x000029, "Member 'UEOCheckpointLoadEvent::LoadInBackground' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointLoadEvent, SubLevelsToKeepOnBackgroundLoading) == 0x000030, "Member 'UEOCheckpointLoadEvent::SubLevelsToKeepOnBackgroundLoading' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointLoadEvent, SoundClassesToKeepOnBackgroundLoading) == 0x000040, "Member 'UEOCheckpointLoadEvent::SoundClassesToKeepOnBackgroundLoading' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointLoadEvent, LoadingImage) == 0x000050, "Member 'UEOCheckpointLoadEvent::LoadingImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOBackgroundCheckpointLoadStartFXEvent \ static_assert(alignof(UEOBackgroundCheckpointLoadStartFXEvent) == 0x000008, "Wrong alignment on UEOBackgroundCheckpointLoadStartFXEvent"); \ static_assert(sizeof(UEOBackgroundCheckpointLoadStartFXEvent) == 0x000030, "Wrong size on UEOBackgroundCheckpointLoadStartFXEvent"); \ static_assert(offsetof(UEOBackgroundCheckpointLoadStartFXEvent, bFXStarted) == 0x000028, "Member 'UEOBackgroundCheckpointLoadStartFXEvent::bFXStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointLoadPreMapLoadEvent \ static_assert(alignof(UEOCheckpointLoadPreMapLoadEvent) == 0x000008, "Wrong alignment on UEOCheckpointLoadPreMapLoadEvent"); \ static_assert(sizeof(UEOCheckpointLoadPreMapLoadEvent) == 0x000030, "Wrong size on UEOCheckpointLoadPreMapLoadEvent"); \ static_assert(offsetof(UEOCheckpointLoadPreMapLoadEvent, CheckpointSlotInfo) == 0x000028, "Member 'UEOCheckpointLoadPreMapLoadEvent::CheckpointSlotInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointLoadBeginEvent \ static_assert(alignof(UEOCheckpointLoadBeginEvent) == 0x000008, "Wrong alignment on UEOCheckpointLoadBeginEvent"); \ static_assert(sizeof(UEOCheckpointLoadBeginEvent) == 0x000030, "Wrong size on UEOCheckpointLoadBeginEvent"); \ static_assert(offsetof(UEOCheckpointLoadBeginEvent, CheckpointSlotInfo) == 0x000028, "Member 'UEOCheckpointLoadBeginEvent::CheckpointSlotInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointLoadFinishedEvent \ static_assert(alignof(UEOCheckpointLoadFinishedEvent) == 0x000008, "Wrong alignment on UEOCheckpointLoadFinishedEvent"); \ static_assert(sizeof(UEOCheckpointLoadFinishedEvent) == 0x000038, "Wrong size on UEOCheckpointLoadFinishedEvent"); \ static_assert(offsetof(UEOCheckpointLoadFinishedEvent, CheckpointSlotInfo) == 0x000028, "Member 'UEOCheckpointLoadFinishedEvent::CheckpointSlotInfo' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointLoadFinishedEvent, bLoadSuccessful) == 0x000030, "Member 'UEOCheckpointLoadFinishedEvent::bLoadSuccessful' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointLoadFinishedEvent, bIsLoadingFromDeathCloset) == 0x000031, "Member 'UEOCheckpointLoadFinishedEvent::bIsLoadingFromDeathCloset' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointLoadFinishedEvent, bLoadedInBackground) == 0x000032, "Member 'UEOCheckpointLoadFinishedEvent::bLoadedInBackground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointAsyncLoadPreviousMapUnloadedEvent \ static_assert(alignof(UEOCheckpointAsyncLoadPreviousMapUnloadedEvent) == 0x000008, "Wrong alignment on UEOCheckpointAsyncLoadPreviousMapUnloadedEvent"); \ static_assert(sizeof(UEOCheckpointAsyncLoadPreviousMapUnloadedEvent) == 0x000030, "Wrong size on UEOCheckpointAsyncLoadPreviousMapUnloadedEvent"); \ static_assert(offsetof(UEOCheckpointAsyncLoadPreviousMapUnloadedEvent, CheckpointSlotInfo) == 0x000028, "Member 'UEOCheckpointAsyncLoadPreviousMapUnloadedEvent::CheckpointSlotInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOCheckpointRespawnActorBase \ static_assert(alignof(AEOCheckpointRespawnActorBase) == 0x000008, "Wrong alignment on AEOCheckpointRespawnActorBase"); \ static_assert(sizeof(AEOCheckpointRespawnActorBase) == 0x000230, "Wrong size on AEOCheckpointRespawnActorBase"); \ #define DUMPER7_ASSERTS_AEOCheckpointRespawnTeleportActor \ static_assert(alignof(AEOCheckpointRespawnTeleportActor) == 0x000008, "Wrong alignment on AEOCheckpointRespawnTeleportActor"); \ static_assert(sizeof(AEOCheckpointRespawnTeleportActor) == 0x000230, "Wrong size on AEOCheckpointRespawnTeleportActor"); \ #define DUMPER7_ASSERTS_UEOCheckpointDeathClosetLoadFinishedEvent \ static_assert(alignof(UEOCheckpointDeathClosetLoadFinishedEvent) == 0x000008, "Wrong alignment on UEOCheckpointDeathClosetLoadFinishedEvent"); \ static_assert(sizeof(UEOCheckpointDeathClosetLoadFinishedEvent) == 0x000038, "Wrong size on UEOCheckpointDeathClosetLoadFinishedEvent"); \ static_assert(offsetof(UEOCheckpointDeathClosetLoadFinishedEvent, CheckpointSlotInfo) == 0x000028, "Member 'UEOCheckpointDeathClosetLoadFinishedEvent::CheckpointSlotInfo' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointDeathClosetLoadFinishedEvent, bLoadSuccessful) == 0x000030, "Member 'UEOCheckpointDeathClosetLoadFinishedEvent::bLoadSuccessful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointOnPreLevelLoadRegisteredObjectsEvent \ static_assert(alignof(UEOCheckpointOnPreLevelLoadRegisteredObjectsEvent) == 0x000008, "Wrong alignment on UEOCheckpointOnPreLevelLoadRegisteredObjectsEvent"); \ static_assert(sizeof(UEOCheckpointOnPreLevelLoadRegisteredObjectsEvent) == 0x000030, "Wrong size on UEOCheckpointOnPreLevelLoadRegisteredObjectsEvent"); \ static_assert(offsetof(UEOCheckpointOnPreLevelLoadRegisteredObjectsEvent, CheckpointSlotInfo) == 0x000028, "Member 'UEOCheckpointOnPreLevelLoadRegisteredObjectsEvent::CheckpointSlotInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointOnPostLevelLoadRegisteredObjectsEvent \ static_assert(alignof(UEOCheckpointOnPostLevelLoadRegisteredObjectsEvent) == 0x000008, "Wrong alignment on UEOCheckpointOnPostLevelLoadRegisteredObjectsEvent"); \ static_assert(sizeof(UEOCheckpointOnPostLevelLoadRegisteredObjectsEvent) == 0x000030, "Wrong size on UEOCheckpointOnPostLevelLoadRegisteredObjectsEvent"); \ static_assert(offsetof(UEOCheckpointOnPostLevelLoadRegisteredObjectsEvent, CheckpointSlotInfo) == 0x000028, "Member 'UEOCheckpointOnPostLevelLoadRegisteredObjectsEvent::CheckpointSlotInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOBackgroundCheckpointLoadResumeEvent \ static_assert(alignof(UEOBackgroundCheckpointLoadResumeEvent) == 0x000008, "Wrong alignment on UEOBackgroundCheckpointLoadResumeEvent"); \ static_assert(sizeof(UEOBackgroundCheckpointLoadResumeEvent) == 0x000028, "Wrong size on UEOBackgroundCheckpointLoadResumeEvent"); \ #define DUMPER7_ASSERTS_UEOCheckpointCheatManagerExtension \ static_assert(alignof(UEOCheckpointCheatManagerExtension) == 0x000008, "Wrong alignment on UEOCheckpointCheatManagerExtension"); \ static_assert(sizeof(UEOCheckpointCheatManagerExtension) == 0x000028, "Wrong size on UEOCheckpointCheatManagerExtension"); \ #define DUMPER7_ASSERTS_AEOCheckpointRespawnDeathClosetLevelActor \ static_assert(alignof(AEOCheckpointRespawnDeathClosetLevelActor) == 0x000008, "Wrong alignment on AEOCheckpointRespawnDeathClosetLevelActor"); \ static_assert(sizeof(AEOCheckpointRespawnDeathClosetLevelActor) == 0x000230, "Wrong size on AEOCheckpointRespawnDeathClosetLevelActor"); \ #define DUMPER7_ASSERTS_UEOCheckpointSlotData \ static_assert(alignof(UEOCheckpointSlotData) == 0x000010, "Wrong alignment on UEOCheckpointSlotData"); \ static_assert(sizeof(UEOCheckpointSlotData) == 0x000F00, "Wrong size on UEOCheckpointSlotData"); \ static_assert(offsetof(UEOCheckpointSlotData, ID) == 0x000088, "Member 'UEOCheckpointSlotData::ID' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, MapName) == 0x000090, "Member 'UEOCheckpointSlotData::MapName' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, MapDir) == 0x0000A0, "Member 'UEOCheckpointSlotData::MapDir' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, TimeSeconds) == 0x0000B0, "Member 'UEOCheckpointSlotData::TimeSeconds' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, WorldOrigin) == 0x0000B4, "Member 'UEOCheckpointSlotData::WorldOrigin' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, RequestedWorldOrigin) == 0x0000C0, "Member 'UEOCheckpointSlotData::RequestedWorldOrigin' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, WorldOriginOffset) == 0x0000CC, "Member 'UEOCheckpointSlotData::WorldOriginOffset' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, GameInstance) == 0x0000D8, "Member 'UEOCheckpointSlotData::GameInstance' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, MainLevel) == 0x0003E0, "Member 'UEOCheckpointSlotData::MainLevel' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, SubPersistentLevel) == 0x000950, "Member 'UEOCheckpointSlotData::SubPersistentLevel' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, RegisteredCheckpointObjectsPreLevelActors) == 0x000EC0, "Member 'UEOCheckpointSlotData::RegisteredCheckpointObjectsPreLevelActors' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, RegisteredCheckpointObjectsPostLevelActors) == 0x000ED0, "Member 'UEOCheckpointSlotData::RegisteredCheckpointObjectsPostLevelActors' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, SubLevels) == 0x000EE0, "Member 'UEOCheckpointSlotData::SubLevels' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotData, DestroyedActors) == 0x000EF0, "Member 'UEOCheckpointSlotData::DestroyedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat \ static_assert(alignof(EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat) == 0x000008, "Wrong alignment on EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat"); \ static_assert(sizeof(EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat) == 0x000020, "Wrong size on EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat, bOutNeedSubPersistentLevel) == 0x000000, "Member 'EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat::bOutNeedSubPersistentLevel' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat, bOutHasUnNeededSubPersistentLevel) == 0x000001, "Member 'EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat::bOutHasUnNeededSubPersistentLevel' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat, bLog) == 0x000002, "Member 'EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat::bLog' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat, LogPrefix) == 0x000008, "Member 'EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat::LogPrefix' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat, ReturnValue) == 0x000018, "Member 'EOCheckpointSlotInfo_IsCompatiblePersistentLevelFormat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointSlotInfo_IsValid \ static_assert(alignof(EOCheckpointSlotInfo_IsValid) == 0x000008, "Wrong alignment on EOCheckpointSlotInfo_IsValid"); \ static_assert(sizeof(EOCheckpointSlotInfo_IsValid) == 0x000020, "Wrong size on EOCheckpointSlotInfo_IsValid"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsValid, bLog) == 0x000000, "Member 'EOCheckpointSlotInfo_IsValid::bLog' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsValid, LogPrefix) == 0x000008, "Member 'EOCheckpointSlotInfo_IsValid::LogPrefix' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsValid, ReturnValue) == 0x000018, "Member 'EOCheckpointSlotInfo_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointSlotInfo_IsValidMinVersion \ static_assert(alignof(EOCheckpointSlotInfo_IsValidMinVersion) == 0x000008, "Wrong alignment on EOCheckpointSlotInfo_IsValidMinVersion"); \ static_assert(sizeof(EOCheckpointSlotInfo_IsValidMinVersion) == 0x000020, "Wrong size on EOCheckpointSlotInfo_IsValidMinVersion"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsValidMinVersion, OutMinVerRequired) == 0x000000, "Member 'EOCheckpointSlotInfo_IsValidMinVersion::OutMinVerRequired' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsValidMinVersion, bLog) == 0x000001, "Member 'EOCheckpointSlotInfo_IsValidMinVersion::bLog' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsValidMinVersion, LogPrefix) == 0x000008, "Member 'EOCheckpointSlotInfo_IsValidMinVersion::LogPrefix' has a wrong offset!"); \ static_assert(offsetof(EOCheckpointSlotInfo_IsValidMinVersion, ReturnValue) == 0x000018, "Member 'EOCheckpointSlotInfo_IsValidMinVersion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointSlotInfo_GetThumbnail \ static_assert(alignof(EOCheckpointSlotInfo_GetThumbnail) == 0x000008, "Wrong alignment on EOCheckpointSlotInfo_GetThumbnail"); \ static_assert(sizeof(EOCheckpointSlotInfo_GetThumbnail) == 0x000008, "Wrong size on EOCheckpointSlotInfo_GetThumbnail"); \ static_assert(offsetof(EOCheckpointSlotInfo_GetThumbnail, ReturnValue) == 0x000000, "Member 'EOCheckpointSlotInfo_GetThumbnail::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointSlotInfo_HasSavedDeathClosetLevelActor \ static_assert(alignof(EOCheckpointSlotInfo_HasSavedDeathClosetLevelActor) == 0x000001, "Wrong alignment on EOCheckpointSlotInfo_HasSavedDeathClosetLevelActor"); \ static_assert(sizeof(EOCheckpointSlotInfo_HasSavedDeathClosetLevelActor) == 0x000001, "Wrong size on EOCheckpointSlotInfo_HasSavedDeathClosetLevelActor"); \ static_assert(offsetof(EOCheckpointSlotInfo_HasSavedDeathClosetLevelActor, ReturnValue) == 0x000000, "Member 'EOCheckpointSlotInfo_HasSavedDeathClosetLevelActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointSlotInfo_HasSavedTeleportToActor \ static_assert(alignof(EOCheckpointSlotInfo_HasSavedTeleportToActor) == 0x000001, "Wrong alignment on EOCheckpointSlotInfo_HasSavedTeleportToActor"); \ static_assert(sizeof(EOCheckpointSlotInfo_HasSavedTeleportToActor) == 0x000001, "Wrong size on EOCheckpointSlotInfo_HasSavedTeleportToActor"); \ static_assert(offsetof(EOCheckpointSlotInfo_HasSavedTeleportToActor, ReturnValue) == 0x000000, "Member 'EOCheckpointSlotInfo_HasSavedTeleportToActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointSlotInfo_LogInfo \ static_assert(alignof(EOCheckpointSlotInfo_LogInfo) == 0x000008, "Wrong alignment on EOCheckpointSlotInfo_LogInfo"); \ static_assert(sizeof(EOCheckpointSlotInfo_LogInfo) == 0x000010, "Wrong size on EOCheckpointSlotInfo_LogInfo"); \ static_assert(offsetof(EOCheckpointSlotInfo_LogInfo, Indent) == 0x000000, "Member 'EOCheckpointSlotInfo_LogInfo::Indent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointSlotInfo \ static_assert(alignof(UEOCheckpointSlotInfo) == 0x000010, "Wrong alignment on UEOCheckpointSlotInfo"); \ static_assert(sizeof(UEOCheckpointSlotInfo) == 0x000580, "Wrong size on UEOCheckpointSlotInfo"); \ static_assert(offsetof(UEOCheckpointSlotInfo, ID) == 0x000088, "Member 'UEOCheckpointSlotInfo::ID' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, Name_0) == 0x000090, "Member 'UEOCheckpointSlotInfo::Name_0' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, Description) == 0x0000A8, "Member 'UEOCheckpointSlotInfo::Description' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, PlayedTime) == 0x0000C0, "Member 'UEOCheckpointSlotInfo::PlayedTime' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, SlotPlayedTime) == 0x0000C8, "Member 'UEOCheckpointSlotInfo::SlotPlayedTime' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, SaveDate) == 0x0000D0, "Member 'UEOCheckpointSlotInfo::SaveDate' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, LoadDate) == 0x0000D8, "Member 'UEOCheckpointSlotInfo::LoadDate' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, ChapterID) == 0x0000E0, "Member 'UEOCheckpointSlotInfo::ChapterID' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, ChapterName) == 0x0000E8, "Member 'UEOCheckpointSlotInfo::ChapterName' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, ChapterGoal) == 0x000100, "Member 'UEOCheckpointSlotInfo::ChapterGoal' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, ActivePlayerTaskName) == 0x000118, "Member 'UEOCheckpointSlotInfo::ActivePlayerTaskName' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, MapName) == 0x000130, "Member 'UEOCheckpointSlotInfo::MapName' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, MapDir) == 0x000140, "Member 'UEOCheckpointSlotInfo::MapDir' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, bIsSubPersistentMap) == 0x000150, "Member 'UEOCheckpointSlotInfo::bIsSubPersistentMap' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, SaveMode) == 0x000151, "Member 'UEOCheckpointSlotInfo::SaveMode' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, WarpPointName) == 0x000158, "Member 'UEOCheckpointSlotInfo::WarpPointName' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, SavedPlayerWorldTransform) == 0x000170, "Member 'UEOCheckpointSlotInfo::SavedPlayerWorldTransform' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, SavedPlayerRelativeTransform) == 0x0001A0, "Member 'UEOCheckpointSlotInfo::SavedPlayerRelativeTransform' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, SavedPlayerControlRotation) == 0x0001D0, "Member 'UEOCheckpointSlotInfo::SavedPlayerControlRotation' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, RespawnType) == 0x0001DC, "Member 'UEOCheckpointSlotInfo::RespawnType' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, TeleportToActor) == 0x0001E0, "Member 'UEOCheckpointSlotInfo::TeleportToActor' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, TeleportToActorObjectPath) == 0x0001E8, "Member 'UEOCheckpointSlotInfo::TeleportToActorObjectPath' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, TeleportToActorWorldTransform) == 0x000320, "Member 'UEOCheckpointSlotInfo::TeleportToActorWorldTransform' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, TeleportToActorRelativeTransform) == 0x000350, "Member 'UEOCheckpointSlotInfo::TeleportToActorRelativeTransform' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, DeathClosetTeleportLevelActor) == 0x000380, "Member 'UEOCheckpointSlotInfo::DeathClosetTeleportLevelActor' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, DeathClosetTeleportLevelActorObjectPath) == 0x000388, "Member 'UEOCheckpointSlotInfo::DeathClosetTeleportLevelActorObjectPath' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, DeathClosetTeleportLevelActorWorldTransform) == 0x0004C0, "Member 'UEOCheckpointSlotInfo::DeathClosetTeleportLevelActorWorldTransform' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, DeathClosetTeleportLevelActorRelativeTransform) == 0x0004F0, "Member 'UEOCheckpointSlotInfo::DeathClosetTeleportLevelActorRelativeTransform' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, DeathClosetLoadType) == 0x000520, "Member 'UEOCheckpointSlotInfo::DeathClosetLoadType' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, LoadingImage) == 0x000528, "Member 'UEOCheckpointSlotInfo::LoadingImage' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, ThumbnailPath) == 0x000558, "Member 'UEOCheckpointSlotInfo::ThumbnailPath' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, CachedThumbnail) == 0x000568, "Member 'UEOCheckpointSlotInfo::CachedThumbnail' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointSlotInfo, bIsValid) == 0x000570, "Member 'UEOCheckpointSlotInfo::bIsValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointTask \ static_assert(alignof(UEOCheckpointTask) == 0x000008, "Wrong alignment on UEOCheckpointTask"); \ static_assert(sizeof(UEOCheckpointTask) == 0x000038, "Wrong size on UEOCheckpointTask"); \ #define DUMPER7_ASSERTS_UEOCheckpointTaskLoad \ static_assert(alignof(UEOCheckpointTaskLoad) == 0x000008, "Wrong alignment on UEOCheckpointTaskLoad"); \ static_assert(sizeof(UEOCheckpointTaskLoad) == 0x000260, "Wrong size on UEOCheckpointTaskLoad"); \ static_assert(offsetof(UEOCheckpointTaskLoad, SubLevelsToKeepOnBackgroundLoading) == 0x000058, "Member 'UEOCheckpointTaskLoad::SubLevelsToKeepOnBackgroundLoading' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskLoad, SoundClassesToKeepOnBackgroundLoading) == 0x000068, "Member 'UEOCheckpointTaskLoad::SoundClassesToKeepOnBackgroundLoading' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskLoad, CachedSettings) == 0x0000B0, "Member 'UEOCheckpointTaskLoad::CachedSettings' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskLoad, SlotInfo) == 0x0000B8, "Member 'UEOCheckpointTaskLoad::SlotInfo' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskLoad, SlotData) == 0x0000C0, "Member 'UEOCheckpointTaskLoad::SlotData' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskLoad, NameToObjectMap) == 0x0000D8, "Member 'UEOCheckpointTaskLoad::NameToObjectMap' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskLoad, GuidToObjectMap) == 0x000128, "Member 'UEOCheckpointTaskLoad::GuidToObjectMap' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskLoad, ExistingPlayerController) == 0x000178, "Member 'UEOCheckpointTaskLoad::ExistingPlayerController' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskLoad, ExistingPlayerPawn) == 0x000180, "Member 'UEOCheckpointTaskLoad::ExistingPlayerPawn' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskLoad, LoadingImage) == 0x000188, "Member 'UEOCheckpointTaskLoad::LoadingImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointTaskManager \ static_assert(alignof(UEOCheckpointTaskManager) == 0x000008, "Wrong alignment on UEOCheckpointTaskManager"); \ static_assert(sizeof(UEOCheckpointTaskManager) == 0x000038, "Wrong size on UEOCheckpointTaskManager"); \ static_assert(offsetof(UEOCheckpointTaskManager, TaskQueue) == 0x000028, "Member 'UEOCheckpointTaskManager::TaskQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointTaskSave \ static_assert(alignof(UEOCheckpointTaskSave) == 0x000008, "Wrong alignment on UEOCheckpointTaskSave"); \ static_assert(sizeof(UEOCheckpointTaskSave) == 0x000188, "Wrong size on UEOCheckpointTaskSave"); \ static_assert(offsetof(UEOCheckpointTaskSave, TeleportToActor) == 0x0000B0, "Member 'UEOCheckpointTaskSave::TeleportToActor' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskSave, DeathClosetTeleportLevelActor) == 0x0000B8, "Member 'UEOCheckpointTaskSave::DeathClosetTeleportLevelActor' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskSave, CachedSettings) == 0x0000C8, "Member 'UEOCheckpointTaskSave::CachedSettings' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskSave, CachedUserSettings) == 0x0000D0, "Member 'UEOCheckpointTaskSave::CachedUserSettings' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskSave, SlotInfo) == 0x0000D8, "Member 'UEOCheckpointTaskSave::SlotInfo' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskSave, PreviousSlotInfo) == 0x0000E0, "Member 'UEOCheckpointTaskSave::PreviousSlotInfo' has a wrong offset!"); \ static_assert(offsetof(UEOCheckpointTaskSave, SlotData) == 0x0000E8, "Member 'UEOCheckpointTaskSave::SlotData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointUserSettings_GetWarpPointSaveMode \ static_assert(alignof(EOCheckpointUserSettings_GetWarpPointSaveMode) == 0x000001, "Wrong alignment on EOCheckpointUserSettings_GetWarpPointSaveMode"); \ static_assert(sizeof(EOCheckpointUserSettings_GetWarpPointSaveMode) == 0x000001, "Wrong size on EOCheckpointUserSettings_GetWarpPointSaveMode"); \ static_assert(offsetof(EOCheckpointUserSettings_GetWarpPointSaveMode, ReturnValue) == 0x000000, "Member 'EOCheckpointUserSettings_GetWarpPointSaveMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCheckpointUserSettings_WarpPointSavesEnabled \ static_assert(alignof(EOCheckpointUserSettings_WarpPointSavesEnabled) == 0x000001, "Wrong alignment on EOCheckpointUserSettings_WarpPointSavesEnabled"); \ static_assert(sizeof(EOCheckpointUserSettings_WarpPointSavesEnabled) == 0x000001, "Wrong size on EOCheckpointUserSettings_WarpPointSavesEnabled"); \ static_assert(offsetof(EOCheckpointUserSettings_WarpPointSavesEnabled, ReturnValue) == 0x000000, "Member 'EOCheckpointUserSettings_WarpPointSavesEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCheckpointUserSettings \ static_assert(alignof(UEOCheckpointUserSettings) == 0x000008, "Wrong alignment on UEOCheckpointUserSettings"); \ static_assert(sizeof(UEOCheckpointUserSettings) == 0x000040, "Wrong size on UEOCheckpointUserSettings"); \ static_assert(offsetof(UEOCheckpointUserSettings, WarpPointsSaveMode) == 0x000038, "Member 'UEOCheckpointUserSettings::WarpPointsSaveMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintInputDebugKeyDelegateBinding \ static_assert(alignof(FBlueprintInputDebugKeyDelegateBinding) == 0x000008, "Wrong alignment on FBlueprintInputDebugKeyDelegateBinding"); \ static_assert(sizeof(FBlueprintInputDebugKeyDelegateBinding) == 0x000030, "Wrong size on FBlueprintInputDebugKeyDelegateBinding"); \ static_assert(offsetof(FBlueprintInputDebugKeyDelegateBinding, InputChord) == 0x000000, "Member 'FBlueprintInputDebugKeyDelegateBinding::InputChord' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputDebugKeyDelegateBinding, InputKeyEvent) == 0x000020, "Member 'FBlueprintInputDebugKeyDelegateBinding::InputKeyEvent' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputDebugKeyDelegateBinding, FunctionNameToBind) == 0x000024, "Member 'FBlueprintInputDebugKeyDelegateBinding::FunctionNameToBind' has a wrong offset!"); \ static_assert(offsetof(FBlueprintInputDebugKeyDelegateBinding, bExecuteWhenPaused) == 0x00002C, "Member 'FBlueprintInputDebugKeyDelegateBinding::bExecuteWhenPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputActionValue \ static_assert(alignof(FInputActionValue) == 0x000004, "Wrong alignment on FInputActionValue"); \ static_assert(sizeof(FInputActionValue) == 0x000010, "Wrong size on FInputActionValue"); \ #define DUMPER7_ASSERTS_FEnhancedActionKeyMapping \ static_assert(alignof(FEnhancedActionKeyMapping) == 0x000008, "Wrong alignment on FEnhancedActionKeyMapping"); \ static_assert(sizeof(FEnhancedActionKeyMapping) == 0x000040, "Wrong size on FEnhancedActionKeyMapping"); \ static_assert(offsetof(FEnhancedActionKeyMapping, Action) == 0x000000, "Member 'FEnhancedActionKeyMapping::Action' has a wrong offset!"); \ static_assert(offsetof(FEnhancedActionKeyMapping, Key) == 0x000008, "Member 'FEnhancedActionKeyMapping::Key' has a wrong offset!"); \ static_assert(offsetof(FEnhancedActionKeyMapping, Triggers) == 0x000020, "Member 'FEnhancedActionKeyMapping::Triggers' has a wrong offset!"); \ static_assert(offsetof(FEnhancedActionKeyMapping, Modifiers) == 0x000030, "Member 'FEnhancedActionKeyMapping::Modifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlueprintEnhancedInputActionBinding \ static_assert(alignof(FBlueprintEnhancedInputActionBinding) == 0x000008, "Wrong alignment on FBlueprintEnhancedInputActionBinding"); \ static_assert(sizeof(FBlueprintEnhancedInputActionBinding) == 0x000018, "Wrong size on FBlueprintEnhancedInputActionBinding"); \ static_assert(offsetof(FBlueprintEnhancedInputActionBinding, InputAction) == 0x000000, "Member 'FBlueprintEnhancedInputActionBinding::InputAction' has a wrong offset!"); \ static_assert(offsetof(FBlueprintEnhancedInputActionBinding, TriggerEvent) == 0x000008, "Member 'FBlueprintEnhancedInputActionBinding::TriggerEvent' has a wrong offset!"); \ static_assert(offsetof(FBlueprintEnhancedInputActionBinding, FunctionNameToBind) == 0x00000C, "Member 'FBlueprintEnhancedInputActionBinding::FunctionNameToBind' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInputActionInstance \ static_assert(alignof(FInputActionInstance) == 0x000008, "Wrong alignment on FInputActionInstance"); \ static_assert(sizeof(FInputActionInstance) == 0x000070, "Wrong size on FInputActionInstance"); \ static_assert(offsetof(FInputActionInstance, SourceAction) == 0x000000, "Member 'FInputActionInstance::SourceAction' has a wrong offset!"); \ static_assert(offsetof(FInputActionInstance, Triggers) == 0x000010, "Member 'FInputActionInstance::Triggers' has a wrong offset!"); \ static_assert(offsetof(FInputActionInstance, Modifiers) == 0x000020, "Member 'FInputActionInstance::Modifiers' has a wrong offset!"); \ static_assert(offsetof(FInputActionInstance, PerInputModifiers) == 0x000030, "Member 'FInputActionInstance::PerInputModifiers' has a wrong offset!"); \ static_assert(offsetof(FInputActionInstance, FinalValueModifiers) == 0x000040, "Member 'FInputActionInstance::FinalValueModifiers' has a wrong offset!"); \ static_assert(offsetof(FInputActionInstance, ElapsedProcessedTime) == 0x000060, "Member 'FInputActionInstance::ElapsedProcessedTime' has a wrong offset!"); \ static_assert(offsetof(FInputActionInstance, ElapsedTriggeredTime) == 0x000064, "Member 'FInputActionInstance::ElapsedTriggeredTime' has a wrong offset!"); \ static_assert(offsetof(FInputActionInstance, TriggerEvent) == 0x000068, "Member 'FInputActionInstance::TriggerEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMappingQueryIssue \ static_assert(alignof(FMappingQueryIssue) == 0x000008, "Wrong alignment on FMappingQueryIssue"); \ static_assert(sizeof(FMappingQueryIssue) == 0x000018, "Wrong size on FMappingQueryIssue"); \ static_assert(offsetof(FMappingQueryIssue, Issue) == 0x000000, "Member 'FMappingQueryIssue::Issue' has a wrong offset!"); \ static_assert(offsetof(FMappingQueryIssue, BlockingContext) == 0x000008, "Member 'FMappingQueryIssue::BlockingContext' has a wrong offset!"); \ static_assert(offsetof(FMappingQueryIssue, BlockingAction) == 0x000010, "Member 'FMappingQueryIssue::BlockingAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputTrigger_UpdateState \ static_assert(alignof(InputTrigger_UpdateState) == 0x000008, "Wrong alignment on InputTrigger_UpdateState"); \ static_assert(sizeof(InputTrigger_UpdateState) == 0x000020, "Wrong size on InputTrigger_UpdateState"); \ static_assert(offsetof(InputTrigger_UpdateState, PlayerInput) == 0x000000, "Member 'InputTrigger_UpdateState::PlayerInput' has a wrong offset!"); \ static_assert(offsetof(InputTrigger_UpdateState, ModifiedValue) == 0x000008, "Member 'InputTrigger_UpdateState::ModifiedValue' has a wrong offset!"); \ static_assert(offsetof(InputTrigger_UpdateState, DeltaTime) == 0x000018, "Member 'InputTrigger_UpdateState::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(InputTrigger_UpdateState, ReturnValue) == 0x00001C, "Member 'InputTrigger_UpdateState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputTrigger_GetTriggerType \ static_assert(alignof(InputTrigger_GetTriggerType) == 0x000001, "Wrong alignment on InputTrigger_GetTriggerType"); \ static_assert(sizeof(InputTrigger_GetTriggerType) == 0x000001, "Wrong size on InputTrigger_GetTriggerType"); \ static_assert(offsetof(InputTrigger_GetTriggerType, ReturnValue) == 0x000000, "Member 'InputTrigger_GetTriggerType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputTrigger_IsActuated \ static_assert(alignof(InputTrigger_IsActuated) == 0x000004, "Wrong alignment on InputTrigger_IsActuated"); \ static_assert(sizeof(InputTrigger_IsActuated) == 0x000014, "Wrong size on InputTrigger_IsActuated"); \ static_assert(offsetof(InputTrigger_IsActuated, ForValue) == 0x000000, "Member 'InputTrigger_IsActuated::ForValue' has a wrong offset!"); \ static_assert(offsetof(InputTrigger_IsActuated, ReturnValue) == 0x000010, "Member 'InputTrigger_IsActuated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputTrigger \ static_assert(alignof(UInputTrigger) == 0x000008, "Wrong alignment on UInputTrigger"); \ static_assert(sizeof(UInputTrigger) == 0x000040, "Wrong size on UInputTrigger"); \ static_assert(offsetof(UInputTrigger, ActuationThreshold) == 0x000028, "Member 'UInputTrigger::ActuationThreshold' has a wrong offset!"); \ static_assert(offsetof(UInputTrigger, LastValue) == 0x00002C, "Member 'UInputTrigger::LastValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputTriggerTimedBase \ static_assert(alignof(UInputTriggerTimedBase) == 0x000008, "Wrong alignment on UInputTriggerTimedBase"); \ static_assert(sizeof(UInputTriggerTimedBase) == 0x000048, "Wrong size on UInputTriggerTimedBase"); \ static_assert(offsetof(UInputTriggerTimedBase, HeldDuration) == 0x000040, "Member 'UInputTriggerTimedBase::HeldDuration' has a wrong offset!"); \ static_assert(offsetof(UInputTriggerTimedBase, bAffectedByTimeDilation) == 0x000044, "Member 'UInputTriggerTimedBase::bAffectedByTimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputTriggerHoldAndRelease \ static_assert(alignof(UInputTriggerHoldAndRelease) == 0x000008, "Wrong alignment on UInputTriggerHoldAndRelease"); \ static_assert(sizeof(UInputTriggerHoldAndRelease) == 0x000050, "Wrong size on UInputTriggerHoldAndRelease"); \ static_assert(offsetof(UInputTriggerHoldAndRelease, HoldTimeThreshold) == 0x000048, "Member 'UInputTriggerHoldAndRelease::HoldTimeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputModifier_GetExecutionPhase \ static_assert(alignof(InputModifier_GetExecutionPhase) == 0x000001, "Wrong alignment on InputModifier_GetExecutionPhase"); \ static_assert(sizeof(InputModifier_GetExecutionPhase) == 0x000001, "Wrong size on InputModifier_GetExecutionPhase"); \ static_assert(offsetof(InputModifier_GetExecutionPhase, ReturnValue) == 0x000000, "Member 'InputModifier_GetExecutionPhase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputModifier_GetVisualizationColor \ static_assert(alignof(InputModifier_GetVisualizationColor) == 0x000004, "Wrong alignment on InputModifier_GetVisualizationColor"); \ static_assert(sizeof(InputModifier_GetVisualizationColor) == 0x000030, "Wrong size on InputModifier_GetVisualizationColor"); \ static_assert(offsetof(InputModifier_GetVisualizationColor, SampleValue) == 0x000000, "Member 'InputModifier_GetVisualizationColor::SampleValue' has a wrong offset!"); \ static_assert(offsetof(InputModifier_GetVisualizationColor, FinalValue) == 0x000010, "Member 'InputModifier_GetVisualizationColor::FinalValue' has a wrong offset!"); \ static_assert(offsetof(InputModifier_GetVisualizationColor, ReturnValue) == 0x000020, "Member 'InputModifier_GetVisualizationColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputModifier_ModifyRaw \ static_assert(alignof(InputModifier_ModifyRaw) == 0x000008, "Wrong alignment on InputModifier_ModifyRaw"); \ static_assert(sizeof(InputModifier_ModifyRaw) == 0x000030, "Wrong size on InputModifier_ModifyRaw"); \ static_assert(offsetof(InputModifier_ModifyRaw, PlayerInput) == 0x000000, "Member 'InputModifier_ModifyRaw::PlayerInput' has a wrong offset!"); \ static_assert(offsetof(InputModifier_ModifyRaw, CurrentValue) == 0x000008, "Member 'InputModifier_ModifyRaw::CurrentValue' has a wrong offset!"); \ static_assert(offsetof(InputModifier_ModifyRaw, DeltaTime) == 0x000018, "Member 'InputModifier_ModifyRaw::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(InputModifier_ModifyRaw, ReturnValue) == 0x00001C, "Member 'InputModifier_ModifyRaw::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputModifier \ static_assert(alignof(UInputModifier) == 0x000008, "Wrong alignment on UInputModifier"); \ static_assert(sizeof(UInputModifier) == 0x000028, "Wrong size on UInputModifier"); \ #define DUMPER7_ASSERTS_UEnhancedInputEngineSubsystem \ static_assert(alignof(UEnhancedInputEngineSubsystem) == 0x000008, "Wrong alignment on UEnhancedInputEngineSubsystem"); \ static_assert(sizeof(UEnhancedInputEngineSubsystem) == 0x0000E8, "Wrong size on UEnhancedInputEngineSubsystem"); \ static_assert(offsetof(UEnhancedInputEngineSubsystem, PlayerInput) == 0x0000E0, "Member 'UEnhancedInputEngineSubsystem::PlayerInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnhancedInputActionDelegateBinding \ static_assert(alignof(UEnhancedInputActionDelegateBinding) == 0x000008, "Wrong alignment on UEnhancedInputActionDelegateBinding"); \ static_assert(sizeof(UEnhancedInputActionDelegateBinding) == 0x000038, "Wrong size on UEnhancedInputActionDelegateBinding"); \ static_assert(offsetof(UEnhancedInputActionDelegateBinding, InputActionDelegateBindings) == 0x000028, "Member 'UEnhancedInputActionDelegateBinding::InputActionDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnhancedInputActionValueBinding \ static_assert(alignof(UEnhancedInputActionValueBinding) == 0x000008, "Wrong alignment on UEnhancedInputActionValueBinding"); \ static_assert(sizeof(UEnhancedInputActionValueBinding) == 0x000038, "Wrong size on UEnhancedInputActionValueBinding"); \ static_assert(offsetof(UEnhancedInputActionValueBinding, InputActionValueBindings) == 0x000028, "Member 'UEnhancedInputActionValueBinding::InputActionValueBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputComponent_GetBoundActionValue \ static_assert(alignof(EnhancedInputComponent_GetBoundActionValue) == 0x000008, "Wrong alignment on EnhancedInputComponent_GetBoundActionValue"); \ static_assert(sizeof(EnhancedInputComponent_GetBoundActionValue) == 0x000018, "Wrong size on EnhancedInputComponent_GetBoundActionValue"); \ static_assert(offsetof(EnhancedInputComponent_GetBoundActionValue, Action) == 0x000000, "Member 'EnhancedInputComponent_GetBoundActionValue::Action' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputComponent_GetBoundActionValue, ReturnValue) == 0x000008, "Member 'EnhancedInputComponent_GetBoundActionValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnhancedInputComponent \ static_assert(alignof(UEnhancedInputComponent) == 0x000008, "Wrong alignment on UEnhancedInputComponent"); \ static_assert(sizeof(UEnhancedInputComponent) == 0x000170, "Wrong size on UEnhancedInputComponent"); \ #define DUMPER7_ASSERTS_EnhancedInputLibrary_BreakInputActionValue \ static_assert(alignof(EnhancedInputLibrary_BreakInputActionValue) == 0x000004, "Wrong alignment on EnhancedInputLibrary_BreakInputActionValue"); \ static_assert(sizeof(EnhancedInputLibrary_BreakInputActionValue) == 0x00001C, "Wrong size on EnhancedInputLibrary_BreakInputActionValue"); \ static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, InActionValue) == 0x000000, "Member 'EnhancedInputLibrary_BreakInputActionValue::InActionValue' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, X) == 0x000010, "Member 'EnhancedInputLibrary_BreakInputActionValue::X' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, Y) == 0x000014, "Member 'EnhancedInputLibrary_BreakInputActionValue::Y' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, Z) == 0x000018, "Member 'EnhancedInputLibrary_BreakInputActionValue::Z' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToAxis1D \ static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D) == 0x000004, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToAxis1D"); \ static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D) == 0x000014, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToAxis1D"); \ static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D, InValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis1D::InValue' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis1D, ReturnValue) == 0x000010, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis1D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToAxis2D \ static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D) == 0x000004, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToAxis2D"); \ static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D) == 0x000018, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToAxis2D"); \ static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D, InValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis2D::InValue' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis2D, ReturnValue) == 0x000010, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToAxis3D \ static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D) == 0x000004, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToAxis3D"); \ static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D) == 0x00001C, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToAxis3D"); \ static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D, ActionValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis3D::ActionValue' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToAxis3D, ReturnValue) == 0x000010, "Member 'EnhancedInputLibrary_Conv_InputActionValueToAxis3D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputLibrary_Conv_InputActionValueToBool \ static_assert(alignof(EnhancedInputLibrary_Conv_InputActionValueToBool) == 0x000004, "Wrong alignment on EnhancedInputLibrary_Conv_InputActionValueToBool"); \ static_assert(sizeof(EnhancedInputLibrary_Conv_InputActionValueToBool) == 0x000014, "Wrong size on EnhancedInputLibrary_Conv_InputActionValueToBool"); \ static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToBool, InValue) == 0x000000, "Member 'EnhancedInputLibrary_Conv_InputActionValueToBool::InValue' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_Conv_InputActionValueToBool, ReturnValue) == 0x000010, "Member 'EnhancedInputLibrary_Conv_InputActionValueToBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputLibrary_GetBoundActionValue \ static_assert(alignof(EnhancedInputLibrary_GetBoundActionValue) == 0x000008, "Wrong alignment on EnhancedInputLibrary_GetBoundActionValue"); \ static_assert(sizeof(EnhancedInputLibrary_GetBoundActionValue) == 0x000020, "Wrong size on EnhancedInputLibrary_GetBoundActionValue"); \ static_assert(offsetof(EnhancedInputLibrary_GetBoundActionValue, Actor) == 0x000000, "Member 'EnhancedInputLibrary_GetBoundActionValue::Actor' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_GetBoundActionValue, Action) == 0x000008, "Member 'EnhancedInputLibrary_GetBoundActionValue::Action' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_GetBoundActionValue, ReturnValue) == 0x000010, "Member 'EnhancedInputLibrary_GetBoundActionValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputLibrary_MakeInputActionValue \ static_assert(alignof(EnhancedInputLibrary_MakeInputActionValue) == 0x000004, "Wrong alignment on EnhancedInputLibrary_MakeInputActionValue"); \ static_assert(sizeof(EnhancedInputLibrary_MakeInputActionValue) == 0x00002C, "Wrong size on EnhancedInputLibrary_MakeInputActionValue"); \ static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, X) == 0x000000, "Member 'EnhancedInputLibrary_MakeInputActionValue::X' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, Y) == 0x000004, "Member 'EnhancedInputLibrary_MakeInputActionValue::Y' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, Z) == 0x000008, "Member 'EnhancedInputLibrary_MakeInputActionValue::Z' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, MatchValueType) == 0x00000C, "Member 'EnhancedInputLibrary_MakeInputActionValue::MatchValueType' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, ReturnValue) == 0x00001C, "Member 'EnhancedInputLibrary_MakeInputActionValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext \ static_assert(alignof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext) == 0x000008, "Wrong alignment on EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext"); \ static_assert(sizeof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext) == 0x000010, "Wrong size on EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext"); \ static_assert(offsetof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext, Context) == 0x000000, "Member 'EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext::Context' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext, bForceImmediately) == 0x000008, "Member 'EnhancedInputLibrary_RequestRebuildControlMappingsUsingContext::bForceImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEnhancedInputLibrary \ static_assert(alignof(UEnhancedInputLibrary) == 0x000008, "Wrong alignment on UEnhancedInputLibrary"); \ static_assert(sizeof(UEnhancedInputLibrary) == 0x000028, "Wrong size on UEnhancedInputLibrary"); \ #define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_AddMappingContext \ static_assert(alignof(EnhancedInputSubsystemInterface_AddMappingContext) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_AddMappingContext"); \ static_assert(sizeof(EnhancedInputSubsystemInterface_AddMappingContext) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_AddMappingContext"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_AddMappingContext, MappingContext) == 0x000000, "Member 'EnhancedInputSubsystemInterface_AddMappingContext::MappingContext' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_AddMappingContext, Priority) == 0x000008, "Member 'EnhancedInputSubsystemInterface_AddMappingContext::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet \ static_assert(alignof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet"); \ static_assert(sizeof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet) == 0x000040, "Wrong size on EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, InputContext) == 0x000000, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::InputContext' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, Action) == 0x000008, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::Action' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, Key) == 0x000010, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::Key' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, OutIssues) == 0x000028, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::OutIssues' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, BlockingIssues) == 0x000038, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::BlockingIssues' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet, ReturnValue) == 0x000039, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInActiveContextSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_QueryMapKeyInContextSet \ static_assert(alignof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_QueryMapKeyInContextSet"); \ static_assert(sizeof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet) == 0x000050, "Wrong size on EnhancedInputSubsystemInterface_QueryMapKeyInContextSet"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, PrioritizedActiveContexts) == 0x000000, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::PrioritizedActiveContexts' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, InputContext) == 0x000010, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::InputContext' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, Action) == 0x000018, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::Action' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, Key) == 0x000020, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::Key' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, OutIssues) == 0x000038, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::OutIssues' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, BlockingIssues) == 0x000048, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::BlockingIssues' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryMapKeyInContextSet, ReturnValue) == 0x000049, "Member 'EnhancedInputSubsystemInterface_QueryMapKeyInContextSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_RemoveMappingContext \ static_assert(alignof(EnhancedInputSubsystemInterface_RemoveMappingContext) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_RemoveMappingContext"); \ static_assert(sizeof(EnhancedInputSubsystemInterface_RemoveMappingContext) == 0x000008, "Wrong size on EnhancedInputSubsystemInterface_RemoveMappingContext"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_RemoveMappingContext, MappingContext) == 0x000000, "Member 'EnhancedInputSubsystemInterface_RemoveMappingContext::MappingContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_RequestRebuildControlMappings \ static_assert(alignof(EnhancedInputSubsystemInterface_RequestRebuildControlMappings) == 0x000001, "Wrong alignment on EnhancedInputSubsystemInterface_RequestRebuildControlMappings"); \ static_assert(sizeof(EnhancedInputSubsystemInterface_RequestRebuildControlMappings) == 0x000001, "Wrong size on EnhancedInputSubsystemInterface_RequestRebuildControlMappings"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_RequestRebuildControlMappings, bForceImmediately) == 0x000000, "Member 'EnhancedInputSubsystemInterface_RequestRebuildControlMappings::bForceImmediately' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_HasMappingContext \ static_assert(alignof(EnhancedInputSubsystemInterface_HasMappingContext) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_HasMappingContext"); \ static_assert(sizeof(EnhancedInputSubsystemInterface_HasMappingContext) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_HasMappingContext"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_HasMappingContext, MappingContext) == 0x000000, "Member 'EnhancedInputSubsystemInterface_HasMappingContext::MappingContext' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_HasMappingContext, ReturnValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_HasMappingContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EnhancedInputSubsystemInterface_QueryKeysMappedToAction \ static_assert(alignof(EnhancedInputSubsystemInterface_QueryKeysMappedToAction) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_QueryKeysMappedToAction"); \ static_assert(sizeof(EnhancedInputSubsystemInterface_QueryKeysMappedToAction) == 0x000018, "Wrong size on EnhancedInputSubsystemInterface_QueryKeysMappedToAction"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryKeysMappedToAction, Action) == 0x000000, "Member 'EnhancedInputSubsystemInterface_QueryKeysMappedToAction::Action' has a wrong offset!"); \ static_assert(offsetof(EnhancedInputSubsystemInterface_QueryKeysMappedToAction, ReturnValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_QueryKeysMappedToAction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEnhancedInputSubsystemInterface \ static_assert(alignof(IEnhancedInputSubsystemInterface) == 0x000001, "Wrong alignment on IEnhancedInputSubsystemInterface"); \ static_assert(sizeof(IEnhancedInputSubsystemInterface) == 0x000001, "Wrong size on IEnhancedInputSubsystemInterface"); \ #define DUMPER7_ASSERTS_UEnhancedInputLocalPlayerSubsystem \ static_assert(alignof(UEnhancedInputLocalPlayerSubsystem) == 0x000008, "Wrong alignment on UEnhancedInputLocalPlayerSubsystem"); \ static_assert(sizeof(UEnhancedInputLocalPlayerSubsystem) == 0x0000E0, "Wrong size on UEnhancedInputLocalPlayerSubsystem"); \ #define DUMPER7_ASSERTS_UEnhancedPlayerInput \ static_assert(alignof(UEnhancedPlayerInput) == 0x000008, "Wrong alignment on UEnhancedPlayerInput"); \ static_assert(sizeof(UEnhancedPlayerInput) == 0x000598, "Wrong size on UEnhancedPlayerInput"); \ static_assert(offsetof(UEnhancedPlayerInput, AppliedInputContexts) == 0x0003A8, "Member 'UEnhancedPlayerInput::AppliedInputContexts' has a wrong offset!"); \ static_assert(offsetof(UEnhancedPlayerInput, EnhancedActionMappings) == 0x0003F8, "Member 'UEnhancedPlayerInput::EnhancedActionMappings' has a wrong offset!"); \ static_assert(offsetof(UEnhancedPlayerInput, ActionInstanceData) == 0x000458, "Member 'UEnhancedPlayerInput::ActionInstanceData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputAction \ static_assert(alignof(UInputAction) == 0x000008, "Wrong alignment on UInputAction"); \ static_assert(sizeof(UInputAction) == 0x000058, "Wrong size on UInputAction"); \ static_assert(offsetof(UInputAction, bConsumeInput) == 0x000030, "Member 'UInputAction::bConsumeInput' has a wrong offset!"); \ static_assert(offsetof(UInputAction, bTriggerWhenPaused) == 0x000031, "Member 'UInputAction::bTriggerWhenPaused' has a wrong offset!"); \ static_assert(offsetof(UInputAction, bReserveAllMappings) == 0x000032, "Member 'UInputAction::bReserveAllMappings' has a wrong offset!"); \ static_assert(offsetof(UInputAction, ValueType) == 0x000033, "Member 'UInputAction::ValueType' has a wrong offset!"); \ static_assert(offsetof(UInputAction, Triggers) == 0x000038, "Member 'UInputAction::Triggers' has a wrong offset!"); \ static_assert(offsetof(UInputAction, Modifiers) == 0x000048, "Member 'UInputAction::Modifiers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputDebugKeyDelegateBinding \ static_assert(alignof(UInputDebugKeyDelegateBinding) == 0x000008, "Wrong alignment on UInputDebugKeyDelegateBinding"); \ static_assert(sizeof(UInputDebugKeyDelegateBinding) == 0x000038, "Wrong size on UInputDebugKeyDelegateBinding"); \ static_assert(offsetof(UInputDebugKeyDelegateBinding, InputDebugKeyDelegateBindings) == 0x000028, "Member 'UInputDebugKeyDelegateBinding::InputDebugKeyDelegateBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputMappingContext_MapKey \ static_assert(alignof(InputMappingContext_MapKey) == 0x000008, "Wrong alignment on InputMappingContext_MapKey"); \ static_assert(sizeof(InputMappingContext_MapKey) == 0x000060, "Wrong size on InputMappingContext_MapKey"); \ static_assert(offsetof(InputMappingContext_MapKey, Action) == 0x000000, "Member 'InputMappingContext_MapKey::Action' has a wrong offset!"); \ static_assert(offsetof(InputMappingContext_MapKey, ToKey) == 0x000008, "Member 'InputMappingContext_MapKey::ToKey' has a wrong offset!"); \ static_assert(offsetof(InputMappingContext_MapKey, ReturnValue) == 0x000020, "Member 'InputMappingContext_MapKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputMappingContext_UnmapAction \ static_assert(alignof(InputMappingContext_UnmapAction) == 0x000008, "Wrong alignment on InputMappingContext_UnmapAction"); \ static_assert(sizeof(InputMappingContext_UnmapAction) == 0x000008, "Wrong size on InputMappingContext_UnmapAction"); \ static_assert(offsetof(InputMappingContext_UnmapAction, Action) == 0x000000, "Member 'InputMappingContext_UnmapAction::Action' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InputMappingContext_UnmapKey \ static_assert(alignof(InputMappingContext_UnmapKey) == 0x000008, "Wrong alignment on InputMappingContext_UnmapKey"); \ static_assert(sizeof(InputMappingContext_UnmapKey) == 0x000020, "Wrong size on InputMappingContext_UnmapKey"); \ static_assert(offsetof(InputMappingContext_UnmapKey, Action) == 0x000000, "Member 'InputMappingContext_UnmapKey::Action' has a wrong offset!"); \ static_assert(offsetof(InputMappingContext_UnmapKey, Key) == 0x000008, "Member 'InputMappingContext_UnmapKey::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputMappingContext \ static_assert(alignof(UInputMappingContext) == 0x000008, "Wrong alignment on UInputMappingContext"); \ static_assert(sizeof(UInputMappingContext) == 0x000068, "Wrong size on UInputMappingContext"); \ static_assert(offsetof(UInputMappingContext, Mappings) == 0x000030, "Member 'UInputMappingContext::Mappings' has a wrong offset!"); \ static_assert(offsetof(UInputMappingContext, PassThroughMappings) == 0x000040, "Member 'UInputMappingContext::PassThroughMappings' has a wrong offset!"); \ static_assert(offsetof(UInputMappingContext, ContextDescription) == 0x000050, "Member 'UInputMappingContext::ContextDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputModifierDeadZone \ static_assert(alignof(UInputModifierDeadZone) == 0x000008, "Wrong alignment on UInputModifierDeadZone"); \ static_assert(sizeof(UInputModifierDeadZone) == 0x000038, "Wrong size on UInputModifierDeadZone"); \ static_assert(offsetof(UInputModifierDeadZone, LowerThreshold) == 0x000028, "Member 'UInputModifierDeadZone::LowerThreshold' has a wrong offset!"); \ static_assert(offsetof(UInputModifierDeadZone, UpperThreshold) == 0x00002C, "Member 'UInputModifierDeadZone::UpperThreshold' has a wrong offset!"); \ static_assert(offsetof(UInputModifierDeadZone, Type) == 0x000030, "Member 'UInputModifierDeadZone::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputModifierScalar \ static_assert(alignof(UInputModifierScalar) == 0x000008, "Wrong alignment on UInputModifierScalar"); \ static_assert(sizeof(UInputModifierScalar) == 0x000038, "Wrong size on UInputModifierScalar"); \ static_assert(offsetof(UInputModifierScalar, Scalar) == 0x000028, "Member 'UInputModifierScalar::Scalar' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputModifierNegate \ static_assert(alignof(UInputModifierNegate) == 0x000008, "Wrong alignment on UInputModifierNegate"); \ static_assert(sizeof(UInputModifierNegate) == 0x000030, "Wrong size on UInputModifierNegate"); \ static_assert(offsetof(UInputModifierNegate, bX) == 0x000028, "Member 'UInputModifierNegate::bX' has a wrong offset!"); \ static_assert(offsetof(UInputModifierNegate, bY) == 0x000029, "Member 'UInputModifierNegate::bY' has a wrong offset!"); \ static_assert(offsetof(UInputModifierNegate, bZ) == 0x00002A, "Member 'UInputModifierNegate::bZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputModifierSmooth \ static_assert(alignof(UInputModifierSmooth) == 0x000008, "Wrong alignment on UInputModifierSmooth"); \ static_assert(sizeof(UInputModifierSmooth) == 0x000048, "Wrong size on UInputModifierSmooth"); \ #define DUMPER7_ASSERTS_UInputModifierResponseCurveExponential \ static_assert(alignof(UInputModifierResponseCurveExponential) == 0x000008, "Wrong alignment on UInputModifierResponseCurveExponential"); \ static_assert(sizeof(UInputModifierResponseCurveExponential) == 0x000038, "Wrong size on UInputModifierResponseCurveExponential"); \ static_assert(offsetof(UInputModifierResponseCurveExponential, CurveExponent) == 0x000028, "Member 'UInputModifierResponseCurveExponential::CurveExponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputModifierResponseCurveUser \ static_assert(alignof(UInputModifierResponseCurveUser) == 0x000008, "Wrong alignment on UInputModifierResponseCurveUser"); \ static_assert(sizeof(UInputModifierResponseCurveUser) == 0x000040, "Wrong size on UInputModifierResponseCurveUser"); \ static_assert(offsetof(UInputModifierResponseCurveUser, ResponseX) == 0x000028, "Member 'UInputModifierResponseCurveUser::ResponseX' has a wrong offset!"); \ static_assert(offsetof(UInputModifierResponseCurveUser, ResponseY) == 0x000030, "Member 'UInputModifierResponseCurveUser::ResponseY' has a wrong offset!"); \ static_assert(offsetof(UInputModifierResponseCurveUser, ResponseZ) == 0x000038, "Member 'UInputModifierResponseCurveUser::ResponseZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputModifierFOVScaling \ static_assert(alignof(UInputModifierFOVScaling) == 0x000008, "Wrong alignment on UInputModifierFOVScaling"); \ static_assert(sizeof(UInputModifierFOVScaling) == 0x000030, "Wrong size on UInputModifierFOVScaling"); \ static_assert(offsetof(UInputModifierFOVScaling, FOVScale) == 0x000028, "Member 'UInputModifierFOVScaling::FOVScale' has a wrong offset!"); \ static_assert(offsetof(UInputModifierFOVScaling, FOVScalingType) == 0x00002C, "Member 'UInputModifierFOVScaling::FOVScalingType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputModifierToWorldSpace \ static_assert(alignof(UInputModifierToWorldSpace) == 0x000008, "Wrong alignment on UInputModifierToWorldSpace"); \ static_assert(sizeof(UInputModifierToWorldSpace) == 0x000028, "Wrong size on UInputModifierToWorldSpace"); \ #define DUMPER7_ASSERTS_UInputModifierSwizzleAxis \ static_assert(alignof(UInputModifierSwizzleAxis) == 0x000008, "Wrong alignment on UInputModifierSwizzleAxis"); \ static_assert(sizeof(UInputModifierSwizzleAxis) == 0x000030, "Wrong size on UInputModifierSwizzleAxis"); \ static_assert(offsetof(UInputModifierSwizzleAxis, Order) == 0x000028, "Member 'UInputModifierSwizzleAxis::Order' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputModifierCollection \ static_assert(alignof(UInputModifierCollection) == 0x000008, "Wrong alignment on UInputModifierCollection"); \ static_assert(sizeof(UInputModifierCollection) == 0x000040, "Wrong size on UInputModifierCollection"); \ static_assert(offsetof(UInputModifierCollection, Modifiers) == 0x000028, "Member 'UInputModifierCollection::Modifiers' has a wrong offset!"); \ static_assert(offsetof(UInputModifierCollection, bPermitValueTypeModification) == 0x000038, "Member 'UInputModifierCollection::bPermitValueTypeModification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputTriggerDown \ static_assert(alignof(UInputTriggerDown) == 0x000008, "Wrong alignment on UInputTriggerDown"); \ static_assert(sizeof(UInputTriggerDown) == 0x000040, "Wrong size on UInputTriggerDown"); \ #define DUMPER7_ASSERTS_UInputTriggerPressed \ static_assert(alignof(UInputTriggerPressed) == 0x000008, "Wrong alignment on UInputTriggerPressed"); \ static_assert(sizeof(UInputTriggerPressed) == 0x000040, "Wrong size on UInputTriggerPressed"); \ #define DUMPER7_ASSERTS_UInputTriggerReleased \ static_assert(alignof(UInputTriggerReleased) == 0x000008, "Wrong alignment on UInputTriggerReleased"); \ static_assert(sizeof(UInputTriggerReleased) == 0x000040, "Wrong size on UInputTriggerReleased"); \ #define DUMPER7_ASSERTS_UInputTriggerHold \ static_assert(alignof(UInputTriggerHold) == 0x000008, "Wrong alignment on UInputTriggerHold"); \ static_assert(sizeof(UInputTriggerHold) == 0x000058, "Wrong size on UInputTriggerHold"); \ static_assert(offsetof(UInputTriggerHold, HoldTimeThreshold) == 0x00004C, "Member 'UInputTriggerHold::HoldTimeThreshold' has a wrong offset!"); \ static_assert(offsetof(UInputTriggerHold, bIsOneShot) == 0x000050, "Member 'UInputTriggerHold::bIsOneShot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputTriggerTap \ static_assert(alignof(UInputTriggerTap) == 0x000008, "Wrong alignment on UInputTriggerTap"); \ static_assert(sizeof(UInputTriggerTap) == 0x000050, "Wrong size on UInputTriggerTap"); \ static_assert(offsetof(UInputTriggerTap, TapReleaseTimeThreshold) == 0x000048, "Member 'UInputTriggerTap::TapReleaseTimeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputTriggerPulse \ static_assert(alignof(UInputTriggerPulse) == 0x000008, "Wrong alignment on UInputTriggerPulse"); \ static_assert(sizeof(UInputTriggerPulse) == 0x000058, "Wrong size on UInputTriggerPulse"); \ static_assert(offsetof(UInputTriggerPulse, bTriggerOnStart) == 0x00004C, "Member 'UInputTriggerPulse::bTriggerOnStart' has a wrong offset!"); \ static_assert(offsetof(UInputTriggerPulse, Interval) == 0x000050, "Member 'UInputTriggerPulse::Interval' has a wrong offset!"); \ static_assert(offsetof(UInputTriggerPulse, TriggerLimit) == 0x000054, "Member 'UInputTriggerPulse::TriggerLimit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputTriggerChordAction \ static_assert(alignof(UInputTriggerChordAction) == 0x000008, "Wrong alignment on UInputTriggerChordAction"); \ static_assert(sizeof(UInputTriggerChordAction) == 0x000048, "Wrong size on UInputTriggerChordAction"); \ static_assert(offsetof(UInputTriggerChordAction, ChordAction) == 0x000040, "Member 'UInputTriggerChordAction::ChordAction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInputTriggerChordBlocker \ static_assert(alignof(UInputTriggerChordBlocker) == 0x000008, "Wrong alignment on UInputTriggerChordBlocker"); \ static_assert(sizeof(UInputTriggerChordBlocker) == 0x000048, "Wrong size on UInputTriggerChordBlocker"); \ #define DUMPER7_ASSERTS_UInputTriggerModKeyAction \ static_assert(alignof(UInputTriggerModKeyAction) == 0x000008, "Wrong alignment on UInputTriggerModKeyAction"); \ static_assert(sizeof(UInputTriggerModKeyAction) == 0x000048, "Wrong size on UInputTriggerModKeyAction"); \ static_assert(offsetof(UInputTriggerModKeyAction, ModKey) == 0x000040, "Member 'UInputTriggerModKeyAction::ModKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOMsgBoxInfo \ static_assert(alignof(FEOMsgBoxInfo) == 0x000008, "Wrong alignment on FEOMsgBoxInfo"); \ static_assert(sizeof(FEOMsgBoxInfo) == 0x0000A8, "Wrong size on FEOMsgBoxInfo"); \ static_assert(offsetof(FEOMsgBoxInfo, Title) == 0x000000, "Member 'FEOMsgBoxInfo::Title' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, Message) == 0x000018, "Member 'FEOMsgBoxInfo::Message' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, Priority) == 0x000030, "Member 'FEOMsgBoxInfo::Priority' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, ButtonTitles) == 0x000038, "Member 'FEOMsgBoxInfo::ButtonTitles' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, MsgBoxResultDelegate) == 0x000048, "Member 'FEOMsgBoxInfo::MsgBoxResultDelegate' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, MsgBoxClass) == 0x000058, "Member 'FEOMsgBoxInfo::MsgBoxClass' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, InstancedMsgBox) == 0x000060, "Member 'FEOMsgBoxInfo::InstancedMsgBox' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, OwningPlayer) == 0x000068, "Member 'FEOMsgBoxInfo::OwningPlayer' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, ParentWidget) == 0x000070, "Member 'FEOMsgBoxInfo::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, WidgetToFocusOnClose) == 0x000078, "Member 'FEOMsgBoxInfo::WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, TagName) == 0x000080, "Member 'FEOMsgBoxInfo::TagName' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, BlindData) == 0x000088, "Member 'FEOMsgBoxInfo::BlindData' has a wrong offset!"); \ static_assert(offsetof(FEOMsgBoxInfo, ActiveMsgBox) == 0x000090, "Member 'FEOMsgBoxInfo::ActiveMsgBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOMBSE_MsgBoxOpenEvent \ static_assert(alignof(UEOMBSE_MsgBoxOpenEvent) == 0x000008, "Wrong alignment on UEOMBSE_MsgBoxOpenEvent"); \ static_assert(sizeof(UEOMBSE_MsgBoxOpenEvent) == 0x0000D0, "Wrong size on UEOMBSE_MsgBoxOpenEvent"); \ static_assert(offsetof(UEOMBSE_MsgBoxOpenEvent, MsgBoxToOpen) == 0x000028, "Member 'UEOMBSE_MsgBoxOpenEvent::MsgBoxToOpen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOMBSE_MsgBoxCloseEvent \ static_assert(alignof(UEOMBSE_MsgBoxCloseEvent) == 0x000008, "Wrong alignment on UEOMBSE_MsgBoxCloseEvent"); \ static_assert(sizeof(UEOMBSE_MsgBoxCloseEvent) == 0x000038, "Wrong size on UEOMBSE_MsgBoxCloseEvent"); \ static_assert(offsetof(UEOMBSE_MsgBoxCloseEvent, MsgBoxToClose) == 0x000028, "Member 'UEOMBSE_MsgBoxCloseEvent::MsgBoxToClose' has a wrong offset!"); \ static_assert(offsetof(UEOMBSE_MsgBoxCloseEvent, SelectedButtonIdx) == 0x000030, "Member 'UEOMBSE_MsgBoxCloseEvent::SelectedButtonIdx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOMsgBoxSubsystem_OnMsgBoxCloseEvent \ static_assert(alignof(EOMsgBoxSubsystem_OnMsgBoxCloseEvent) == 0x000008, "Wrong alignment on EOMsgBoxSubsystem_OnMsgBoxCloseEvent"); \ static_assert(sizeof(EOMsgBoxSubsystem_OnMsgBoxCloseEvent) == 0x000010, "Wrong size on EOMsgBoxSubsystem_OnMsgBoxCloseEvent"); \ static_assert(offsetof(EOMsgBoxSubsystem_OnMsgBoxCloseEvent, Sender) == 0x000000, "Member 'EOMsgBoxSubsystem_OnMsgBoxCloseEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOMsgBoxSubsystem_OnMsgBoxCloseEvent, Event) == 0x000008, "Member 'EOMsgBoxSubsystem_OnMsgBoxCloseEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOMsgBoxSubsystem_OnMsgBoxOpenEvent \ static_assert(alignof(EOMsgBoxSubsystem_OnMsgBoxOpenEvent) == 0x000008, "Wrong alignment on EOMsgBoxSubsystem_OnMsgBoxOpenEvent"); \ static_assert(sizeof(EOMsgBoxSubsystem_OnMsgBoxOpenEvent) == 0x000010, "Wrong size on EOMsgBoxSubsystem_OnMsgBoxOpenEvent"); \ static_assert(offsetof(EOMsgBoxSubsystem_OnMsgBoxOpenEvent, Sender) == 0x000000, "Member 'EOMsgBoxSubsystem_OnMsgBoxOpenEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOMsgBoxSubsystem_OnMsgBoxOpenEvent, Event) == 0x000008, "Member 'EOMsgBoxSubsystem_OnMsgBoxOpenEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOMsgBoxSubsystem \ static_assert(alignof(UEOMsgBoxSubsystem) == 0x000008, "Wrong alignment on UEOMsgBoxSubsystem"); \ static_assert(sizeof(UEOMsgBoxSubsystem) == 0x000138, "Wrong size on UEOMsgBoxSubsystem"); \ static_assert(offsetof(UEOMsgBoxSubsystem, bEOMsgBoxSubsystemEnabled) == 0x000030, "Member 'UEOMsgBoxSubsystem::bEOMsgBoxSubsystemEnabled' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxSubsystem, MsgBoxOpenEventClass) == 0x000038, "Member 'UEOMsgBoxSubsystem::MsgBoxOpenEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxSubsystem, MsgBoxCloseEventClass) == 0x000040, "Member 'UEOMsgBoxSubsystem::MsgBoxCloseEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxSubsystem, InstancedMsgBoxOpenEvent) == 0x000070, "Member 'UEOMsgBoxSubsystem::InstancedMsgBoxOpenEvent' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxSubsystem, InstancedMsgBoxCloseEvent) == 0x000078, "Member 'UEOMsgBoxSubsystem::InstancedMsgBoxCloseEvent' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxSubsystem, CurrentMsgBoxOpened) == 0x000080, "Member 'UEOMsgBoxSubsystem::CurrentMsgBoxOpened' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxSubsystem, MsgBoxQueue) == 0x000128, "Member 'UEOMsgBoxSubsystem::MsgBoxQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOMsgBoxBaseWidget_CloseMsgBox \ static_assert(alignof(EOMsgBoxBaseWidget_CloseMsgBox) == 0x000004, "Wrong alignment on EOMsgBoxBaseWidget_CloseMsgBox"); \ static_assert(sizeof(EOMsgBoxBaseWidget_CloseMsgBox) == 0x000004, "Wrong size on EOMsgBoxBaseWidget_CloseMsgBox"); \ static_assert(offsetof(EOMsgBoxBaseWidget_CloseMsgBox, SelectedButtonIdx) == 0x000000, "Member 'EOMsgBoxBaseWidget_CloseMsgBox::SelectedButtonIdx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOMsgBoxBaseWidget_HideMsgBox \ static_assert(alignof(EOMsgBoxBaseWidget_HideMsgBox) == 0x000001, "Wrong alignment on EOMsgBoxBaseWidget_HideMsgBox"); \ static_assert(sizeof(EOMsgBoxBaseWidget_HideMsgBox) == 0x000001, "Wrong size on EOMsgBoxBaseWidget_HideMsgBox"); \ static_assert(offsetof(EOMsgBoxBaseWidget_HideMsgBox, ReturnValue) == 0x000000, "Member 'EOMsgBoxBaseWidget_HideMsgBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOMsgBoxBaseWidget_OnMsgBoxClose \ static_assert(alignof(EOMsgBoxBaseWidget_OnMsgBoxClose) == 0x000004, "Wrong alignment on EOMsgBoxBaseWidget_OnMsgBoxClose"); \ static_assert(sizeof(EOMsgBoxBaseWidget_OnMsgBoxClose) == 0x000004, "Wrong size on EOMsgBoxBaseWidget_OnMsgBoxClose"); \ static_assert(offsetof(EOMsgBoxBaseWidget_OnMsgBoxClose, SelectedButtonIdx) == 0x000000, "Member 'EOMsgBoxBaseWidget_OnMsgBoxClose::SelectedButtonIdx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOMsgBoxBaseWidget_OpenMsgBox \ static_assert(alignof(EOMsgBoxBaseWidget_OpenMsgBox) == 0x000001, "Wrong alignment on EOMsgBoxBaseWidget_OpenMsgBox"); \ static_assert(sizeof(EOMsgBoxBaseWidget_OpenMsgBox) == 0x000001, "Wrong size on EOMsgBoxBaseWidget_OpenMsgBox"); \ static_assert(offsetof(EOMsgBoxBaseWidget_OpenMsgBox, ReturnValue) == 0x000000, "Member 'EOMsgBoxBaseWidget_OpenMsgBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOMsgBoxBaseWidget_ShowMsgBox \ static_assert(alignof(EOMsgBoxBaseWidget_ShowMsgBox) == 0x000001, "Wrong alignment on EOMsgBoxBaseWidget_ShowMsgBox"); \ static_assert(sizeof(EOMsgBoxBaseWidget_ShowMsgBox) == 0x000001, "Wrong size on EOMsgBoxBaseWidget_ShowMsgBox"); \ static_assert(offsetof(EOMsgBoxBaseWidget_ShowMsgBox, ReturnValue) == 0x000000, "Member 'EOMsgBoxBaseWidget_ShowMsgBox::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOMsgBoxBaseWidget_IsMsgBoxActive \ static_assert(alignof(EOMsgBoxBaseWidget_IsMsgBoxActive) == 0x000001, "Wrong alignment on EOMsgBoxBaseWidget_IsMsgBoxActive"); \ static_assert(sizeof(EOMsgBoxBaseWidget_IsMsgBoxActive) == 0x000001, "Wrong size on EOMsgBoxBaseWidget_IsMsgBoxActive"); \ static_assert(offsetof(EOMsgBoxBaseWidget_IsMsgBoxActive, ReturnValue) == 0x000000, "Member 'EOMsgBoxBaseWidget_IsMsgBoxActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOMsgBoxBaseWidget \ static_assert(alignof(UEOMsgBoxBaseWidget) == 0x000008, "Wrong alignment on UEOMsgBoxBaseWidget"); \ static_assert(sizeof(UEOMsgBoxBaseWidget) == 0x0002C8, "Wrong size on UEOMsgBoxBaseWidget"); \ static_assert(offsetof(UEOMsgBoxBaseWidget, MsgBoxStatus) == 0x000260, "Member 'UEOMsgBoxBaseWidget::MsgBoxStatus' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxBaseWidget, Title) == 0x000268, "Member 'UEOMsgBoxBaseWidget::Title' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxBaseWidget, Message) == 0x000280, "Member 'UEOMsgBoxBaseWidget::Message' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxBaseWidget, ButtonTitles) == 0x000298, "Member 'UEOMsgBoxBaseWidget::ButtonTitles' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxBaseWidget, TagName) == 0x0002A8, "Member 'UEOMsgBoxBaseWidget::TagName' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxBaseWidget, BlindData) == 0x0002B0, "Member 'UEOMsgBoxBaseWidget::BlindData' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxBaseWidget, ParentWidget) == 0x0002B8, "Member 'UEOMsgBoxBaseWidget::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(UEOMsgBoxBaseWidget, WidgetToFocusOnClose) == 0x0002C0, "Member 'UEOMsgBoxBaseWidget::WidgetToFocusOnClose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOMsgBoxBaseBlindData \ static_assert(alignof(UEOMsgBoxBaseBlindData) == 0x000008, "Wrong alignment on UEOMsgBoxBaseBlindData"); \ static_assert(sizeof(UEOMsgBoxBaseBlindData) == 0x000030, "Wrong size on UEOMsgBoxBaseBlindData"); \ #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_UPhysicalMaterialPropertyBase \ static_assert(alignof(UPhysicalMaterialPropertyBase) == 0x000008, "Wrong alignment on UPhysicalMaterialPropertyBase"); \ static_assert(sizeof(UPhysicalMaterialPropertyBase) == 0x000028, "Wrong size on UPhysicalMaterialPropertyBase"); \ #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_UBodySetupCore \ static_assert(alignof(UBodySetupCore) == 0x000008, "Wrong alignment on UBodySetupCore"); \ static_assert(sizeof(UBodySetupCore) == 0x000038, "Wrong size on UBodySetupCore"); \ static_assert(offsetof(UBodySetupCore, BoneName) == 0x000028, "Member 'UBodySetupCore::BoneName' has a wrong offset!"); \ static_assert(offsetof(UBodySetupCore, PhysicsType) == 0x000030, "Member 'UBodySetupCore::PhysicsType' has a wrong offset!"); \ static_assert(offsetof(UBodySetupCore, CollisionTraceFlag) == 0x000031, "Member 'UBodySetupCore::CollisionTraceFlag' has a wrong offset!"); \ static_assert(offsetof(UBodySetupCore, CollisionReponse) == 0x000032, "Member 'UBodySetupCore::CollisionReponse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosPhysicalMaterial \ static_assert(alignof(UChaosPhysicalMaterial) == 0x000008, "Wrong alignment on UChaosPhysicalMaterial"); \ static_assert(sizeof(UChaosPhysicalMaterial) == 0x000048, "Wrong size on UChaosPhysicalMaterial"); \ static_assert(offsetof(UChaosPhysicalMaterial, Friction) == 0x000028, "Member 'UChaosPhysicalMaterial::Friction' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, StaticFriction) == 0x00002C, "Member 'UChaosPhysicalMaterial::StaticFriction' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, Restitution) == 0x000030, "Member 'UChaosPhysicalMaterial::Restitution' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, LinearEtherDrag) == 0x000034, "Member 'UChaosPhysicalMaterial::LinearEtherDrag' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, AngularEtherDrag) == 0x000038, "Member 'UChaosPhysicalMaterial::AngularEtherDrag' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, SleepingLinearVelocityThreshold) == 0x00003C, "Member 'UChaosPhysicalMaterial::SleepingLinearVelocityThreshold' has a wrong offset!"); \ static_assert(offsetof(UChaosPhysicalMaterial, SleepingAngularVelocityThreshold) == 0x000040, "Member 'UChaosPhysicalMaterial::SleepingAngularVelocityThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsSettingsCore \ static_assert(alignof(UPhysicsSettingsCore) == 0x000008, "Wrong alignment on UPhysicsSettingsCore"); \ static_assert(sizeof(UPhysicsSettingsCore) == 0x0000E8, "Wrong size on UPhysicsSettingsCore"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultGravityZ) == 0x000038, "Member 'UPhysicsSettingsCore::DefaultGravityZ' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultTerminalVelocity) == 0x00003C, "Member 'UPhysicsSettingsCore::DefaultTerminalVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultFluidFriction) == 0x000040, "Member 'UPhysicsSettingsCore::DefaultFluidFriction' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, SimulateScratchMemorySize) == 0x000044, "Member 'UPhysicsSettingsCore::SimulateScratchMemorySize' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, RagdollAggregateThreshold) == 0x000048, "Member 'UPhysicsSettingsCore::RagdollAggregateThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, TriangleMeshTriangleMinAreaThreshold) == 0x00004C, "Member 'UPhysicsSettingsCore::TriangleMeshTriangleMinAreaThreshold' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnableShapeSharing) == 0x000050, "Member 'UPhysicsSettingsCore::bEnableShapeSharing' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnablePCM) == 0x000051, "Member 'UPhysicsSettingsCore::bEnablePCM' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnableStabilization) == 0x000052, "Member 'UPhysicsSettingsCore::bEnableStabilization' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bWarnMissingLocks) == 0x000053, "Member 'UPhysicsSettingsCore::bWarnMissingLocks' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bEnable2DPhysics) == 0x000054, "Member 'UPhysicsSettingsCore::bEnable2DPhysics' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bDefaultHasComplexCollision) == 0x000055, "Member 'UPhysicsSettingsCore::bDefaultHasComplexCollision' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, BounceThresholdVelocity) == 0x000058, "Member 'UPhysicsSettingsCore::BounceThresholdVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, FrictionCombineMode) == 0x00005C, "Member 'UPhysicsSettingsCore::FrictionCombineMode' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, RestitutionCombineMode) == 0x00005D, "Member 'UPhysicsSettingsCore::RestitutionCombineMode' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MaxAngularVelocity) == 0x000060, "Member 'UPhysicsSettingsCore::MaxAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MaxDepenetrationVelocity) == 0x000064, "Member 'UPhysicsSettingsCore::MaxDepenetrationVelocity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, ContactOffsetMultiplier) == 0x000068, "Member 'UPhysicsSettingsCore::ContactOffsetMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MinContactOffset) == 0x00006C, "Member 'UPhysicsSettingsCore::MinContactOffset' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, MaxContactOffset) == 0x000070, "Member 'UPhysicsSettingsCore::MaxContactOffset' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, bSimulateSkeletalMeshOnDedicatedServer) == 0x000074, "Member 'UPhysicsSettingsCore::bSimulateSkeletalMeshOnDedicatedServer' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, DefaultShapeComplexity) == 0x000075, "Member 'UPhysicsSettingsCore::DefaultShapeComplexity' has a wrong offset!"); \ static_assert(offsetof(UPhysicsSettingsCore, SolverOptions) == 0x000078, "Member 'UPhysicsSettingsCore::SolverOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDataRegistryCachePolicy \ static_assert(alignof(FDataRegistryCachePolicy) == 0x000004, "Wrong alignment on FDataRegistryCachePolicy"); \ static_assert(sizeof(FDataRegistryCachePolicy) == 0x000014, "Wrong size on FDataRegistryCachePolicy"); \ static_assert(offsetof(FDataRegistryCachePolicy, bCacheIsAlwaysVolatile) == 0x000000, "Member 'FDataRegistryCachePolicy::bCacheIsAlwaysVolatile' has a wrong offset!"); \ static_assert(offsetof(FDataRegistryCachePolicy, bUseCurveTableCacheVersion) == 0x000001, "Member 'FDataRegistryCachePolicy::bUseCurveTableCacheVersion' has a wrong offset!"); \ static_assert(offsetof(FDataRegistryCachePolicy, MinNumberKept) == 0x000004, "Member 'FDataRegistryCachePolicy::MinNumberKept' has a wrong offset!"); \ static_assert(offsetof(FDataRegistryCachePolicy, MaxNumberKept) == 0x000008, "Member 'FDataRegistryCachePolicy::MaxNumberKept' has a wrong offset!"); \ static_assert(offsetof(FDataRegistryCachePolicy, ForceKeepSeconds) == 0x00000C, "Member 'FDataRegistryCachePolicy::ForceKeepSeconds' has a wrong offset!"); \ static_assert(offsetof(FDataRegistryCachePolicy, ForceReleaseSeconds) == 0x000010, "Member 'FDataRegistryCachePolicy::ForceReleaseSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDataRegistryLookup \ static_assert(alignof(FDataRegistryLookup) == 0x000008, "Wrong alignment on FDataRegistryLookup"); \ static_assert(sizeof(FDataRegistryLookup) == 0x000020, "Wrong size on FDataRegistryLookup"); \ #define DUMPER7_ASSERTS_FDataRegistryType \ static_assert(alignof(FDataRegistryType) == 0x000004, "Wrong alignment on FDataRegistryType"); \ static_assert(sizeof(FDataRegistryType) == 0x000008, "Wrong size on FDataRegistryType"); \ static_assert(offsetof(FDataRegistryType, Name) == 0x000000, "Member 'FDataRegistryType::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDataRegistryId \ static_assert(alignof(FDataRegistryId) == 0x000004, "Wrong alignment on FDataRegistryId"); \ static_assert(sizeof(FDataRegistryId) == 0x000010, "Wrong size on FDataRegistryId"); \ static_assert(offsetof(FDataRegistryId, RegistryType) == 0x000000, "Member 'FDataRegistryId::RegistryType' has a wrong offset!"); \ static_assert(offsetof(FDataRegistryId, ItemName) == 0x000008, "Member 'FDataRegistryId::ItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDataRegistrySource_DataTableRules \ static_assert(alignof(FDataRegistrySource_DataTableRules) == 0x000004, "Wrong alignment on FDataRegistrySource_DataTableRules"); \ static_assert(sizeof(FDataRegistrySource_DataTableRules) == 0x000008, "Wrong size on FDataRegistrySource_DataTableRules"); \ static_assert(offsetof(FDataRegistrySource_DataTableRules, bPrecacheTable) == 0x000000, "Member 'FDataRegistrySource_DataTableRules::bPrecacheTable' has a wrong offset!"); \ static_assert(offsetof(FDataRegistrySource_DataTableRules, CachedTableKeepSeconds) == 0x000004, "Member 'FDataRegistrySource_DataTableRules::CachedTableKeepSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDataRegistrySourceItemId \ static_assert(alignof(FDataRegistrySourceItemId) == 0x000008, "Wrong alignment on FDataRegistrySourceItemId"); \ static_assert(sizeof(FDataRegistrySourceItemId) == 0x000040, "Wrong size on FDataRegistrySourceItemId"); \ #define DUMPER7_ASSERTS_FDataRegistryIdFormat \ static_assert(alignof(FDataRegistryIdFormat) == 0x000004, "Wrong alignment on FDataRegistryIdFormat"); \ static_assert(sizeof(FDataRegistryIdFormat) == 0x000008, "Wrong size on FDataRegistryIdFormat"); \ static_assert(offsetof(FDataRegistryIdFormat, BaseGameplayTag) == 0x000000, "Member 'FDataRegistryIdFormat::BaseGameplayTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataRegistry \ static_assert(alignof(UDataRegistry) == 0x000008, "Wrong alignment on UDataRegistry"); \ static_assert(sizeof(UDataRegistry) == 0x0000C0, "Wrong size on UDataRegistry"); \ static_assert(offsetof(UDataRegistry, RegistryType) == 0x000028, "Member 'UDataRegistry::RegistryType' has a wrong offset!"); \ static_assert(offsetof(UDataRegistry, IdFormat) == 0x000030, "Member 'UDataRegistry::IdFormat' has a wrong offset!"); \ static_assert(offsetof(UDataRegistry, ItemStruct) == 0x000038, "Member 'UDataRegistry::ItemStruct' has a wrong offset!"); \ static_assert(offsetof(UDataRegistry, DataSources) == 0x000040, "Member 'UDataRegistry::DataSources' has a wrong offset!"); \ static_assert(offsetof(UDataRegistry, RuntimeSources) == 0x000050, "Member 'UDataRegistry::RuntimeSources' has a wrong offset!"); \ static_assert(offsetof(UDataRegistry, TimerUpdateFrequency) == 0x000060, "Member 'UDataRegistry::TimerUpdateFrequency' has a wrong offset!"); \ static_assert(offsetof(UDataRegistry, DefaultCachePolicy) == 0x000064, "Member 'UDataRegistry::DefaultCachePolicy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataRegistrySettings \ static_assert(alignof(UDataRegistrySettings) == 0x000008, "Wrong alignment on UDataRegistrySettings"); \ static_assert(sizeof(UDataRegistrySettings) == 0x000050, "Wrong size on UDataRegistrySettings"); \ static_assert(offsetof(UDataRegistrySettings, DirectoriesToScan) == 0x000038, "Member 'UDataRegistrySettings::DirectoriesToScan' has a wrong offset!"); \ static_assert(offsetof(UDataRegistrySettings, bInitializeAllLoadedRegistries) == 0x000048, "Member 'UDataRegistrySettings::bInitializeAllLoadedRegistries' has a wrong offset!"); \ static_assert(offsetof(UDataRegistrySettings, bIgnoreMissingCookedAssetRegistryData) == 0x000049, "Member 'UDataRegistrySettings::bIgnoreMissingCookedAssetRegistryData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataRegistrySource \ static_assert(alignof(UDataRegistrySource) == 0x000008, "Wrong alignment on UDataRegistrySource"); \ static_assert(sizeof(UDataRegistrySource) == 0x000038, "Wrong size on UDataRegistrySource"); \ static_assert(offsetof(UDataRegistrySource, ParentSource) == 0x000030, "Member 'UDataRegistrySource::ParentSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMetaDataRegistrySource \ static_assert(alignof(UMetaDataRegistrySource) == 0x000008, "Wrong alignment on UMetaDataRegistrySource"); \ static_assert(sizeof(UMetaDataRegistrySource) == 0x000108, "Wrong size on UMetaDataRegistrySource"); \ static_assert(offsetof(UMetaDataRegistrySource, AssetUsage) == 0x000038, "Member 'UMetaDataRegistrySource::AssetUsage' has a wrong offset!"); \ static_assert(offsetof(UMetaDataRegistrySource, SearchRules) == 0x000040, "Member 'UMetaDataRegistrySource::SearchRules' has a wrong offset!"); \ static_assert(offsetof(UMetaDataRegistrySource, RuntimeChildren) == 0x000090, "Member 'UMetaDataRegistrySource::RuntimeChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataRegistrySource_CurveTable \ static_assert(alignof(UDataRegistrySource_CurveTable) == 0x000008, "Wrong alignment on UDataRegistrySource_CurveTable"); \ static_assert(sizeof(UDataRegistrySource_CurveTable) == 0x0000A0, "Wrong size on UDataRegistrySource_CurveTable"); \ static_assert(offsetof(UDataRegistrySource_CurveTable, SourceTable) == 0x000038, "Member 'UDataRegistrySource_CurveTable::SourceTable' has a wrong offset!"); \ static_assert(offsetof(UDataRegistrySource_CurveTable, TableRules) == 0x000060, "Member 'UDataRegistrySource_CurveTable::TableRules' has a wrong offset!"); \ static_assert(offsetof(UDataRegistrySource_CurveTable, CachedTable) == 0x000068, "Member 'UDataRegistrySource_CurveTable::CachedTable' has a wrong offset!"); \ static_assert(offsetof(UDataRegistrySource_CurveTable, PreloadTable) == 0x000070, "Member 'UDataRegistrySource_CurveTable::PreloadTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMetaDataRegistrySource_CurveTable \ static_assert(alignof(UMetaDataRegistrySource_CurveTable) == 0x000008, "Wrong alignment on UMetaDataRegistrySource_CurveTable"); \ static_assert(sizeof(UMetaDataRegistrySource_CurveTable) == 0x000118, "Wrong size on UMetaDataRegistrySource_CurveTable"); \ static_assert(offsetof(UMetaDataRegistrySource_CurveTable, CreatedSource) == 0x000108, "Member 'UMetaDataRegistrySource_CurveTable::CreatedSource' has a wrong offset!"); \ static_assert(offsetof(UMetaDataRegistrySource_CurveTable, TableRules) == 0x000110, "Member 'UMetaDataRegistrySource_CurveTable::TableRules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataRegistrySource_DataTable \ static_assert(alignof(UDataRegistrySource_DataTable) == 0x000008, "Wrong alignment on UDataRegistrySource_DataTable"); \ static_assert(sizeof(UDataRegistrySource_DataTable) == 0x0000A0, "Wrong size on UDataRegistrySource_DataTable"); \ static_assert(offsetof(UDataRegistrySource_DataTable, SourceTable) == 0x000038, "Member 'UDataRegistrySource_DataTable::SourceTable' has a wrong offset!"); \ static_assert(offsetof(UDataRegistrySource_DataTable, TableRules) == 0x000060, "Member 'UDataRegistrySource_DataTable::TableRules' has a wrong offset!"); \ static_assert(offsetof(UDataRegistrySource_DataTable, CachedTable) == 0x000068, "Member 'UDataRegistrySource_DataTable::CachedTable' has a wrong offset!"); \ static_assert(offsetof(UDataRegistrySource_DataTable, PreloadTable) == 0x000070, "Member 'UDataRegistrySource_DataTable::PreloadTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMetaDataRegistrySource_DataTable \ static_assert(alignof(UMetaDataRegistrySource_DataTable) == 0x000008, "Wrong alignment on UMetaDataRegistrySource_DataTable"); \ static_assert(sizeof(UMetaDataRegistrySource_DataTable) == 0x000118, "Wrong size on UMetaDataRegistrySource_DataTable"); \ static_assert(offsetof(UMetaDataRegistrySource_DataTable, CreatedSource) == 0x000108, "Member 'UMetaDataRegistrySource_DataTable::CreatedSource' has a wrong offset!"); \ static_assert(offsetof(UMetaDataRegistrySource_DataTable, TableRules) == 0x000110, "Member 'UMetaDataRegistrySource_DataTable::TableRules' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_AcquireItemBP \ static_assert(alignof(DataRegistrySubsystem_AcquireItemBP) == 0x000004, "Wrong alignment on DataRegistrySubsystem_AcquireItemBP"); \ static_assert(sizeof(DataRegistrySubsystem_AcquireItemBP) == 0x000024, "Wrong size on DataRegistrySubsystem_AcquireItemBP"); \ static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_AcquireItemBP::ItemId' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, AcquireCallback) == 0x000010, "Member 'DataRegistrySubsystem_AcquireItemBP::AcquireCallback' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_AcquireItemBP, ReturnValue) == 0x000020, "Member 'DataRegistrySubsystem_AcquireItemBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_Conv_DataRegistryIdToString \ static_assert(alignof(DataRegistrySubsystem_Conv_DataRegistryIdToString) == 0x000008, "Wrong alignment on DataRegistrySubsystem_Conv_DataRegistryIdToString"); \ static_assert(sizeof(DataRegistrySubsystem_Conv_DataRegistryIdToString) == 0x000020, "Wrong size on DataRegistrySubsystem_Conv_DataRegistryIdToString"); \ static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryIdToString, DataRegistryId) == 0x000000, "Member 'DataRegistrySubsystem_Conv_DataRegistryIdToString::DataRegistryId' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryIdToString, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_Conv_DataRegistryIdToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_Conv_DataRegistryTypeToString \ static_assert(alignof(DataRegistrySubsystem_Conv_DataRegistryTypeToString) == 0x000008, "Wrong alignment on DataRegistrySubsystem_Conv_DataRegistryTypeToString"); \ static_assert(sizeof(DataRegistrySubsystem_Conv_DataRegistryTypeToString) == 0x000018, "Wrong size on DataRegistrySubsystem_Conv_DataRegistryTypeToString"); \ static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryTypeToString, DataRegistryType) == 0x000000, "Member 'DataRegistrySubsystem_Conv_DataRegistryTypeToString::DataRegistryType' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_Conv_DataRegistryTypeToString, ReturnValue) == 0x000008, "Member 'DataRegistrySubsystem_Conv_DataRegistryTypeToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_EqualEqual_DataRegistryId \ static_assert(alignof(DataRegistrySubsystem_EqualEqual_DataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EqualEqual_DataRegistryId"); \ static_assert(sizeof(DataRegistrySubsystem_EqualEqual_DataRegistryId) == 0x000024, "Wrong size on DataRegistrySubsystem_EqualEqual_DataRegistryId"); \ static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, A) == 0x000000, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::A' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, B) == 0x000010, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::B' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryId, ReturnValue) == 0x000020, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_EqualEqual_DataRegistryType \ static_assert(alignof(DataRegistrySubsystem_EqualEqual_DataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EqualEqual_DataRegistryType"); \ static_assert(sizeof(DataRegistrySubsystem_EqualEqual_DataRegistryType) == 0x000014, "Wrong size on DataRegistrySubsystem_EqualEqual_DataRegistryType"); \ static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, A) == 0x000000, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::A' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, B) == 0x000008, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::B' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_EqualEqual_DataRegistryType, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_EqualEqual_DataRegistryType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_EvaluateDataRegistryCurve \ static_assert(alignof(DataRegistrySubsystem_EvaluateDataRegistryCurve) == 0x000004, "Wrong alignment on DataRegistrySubsystem_EvaluateDataRegistryCurve"); \ static_assert(sizeof(DataRegistrySubsystem_EvaluateDataRegistryCurve) == 0x000020, "Wrong size on DataRegistrySubsystem_EvaluateDataRegistryCurve"); \ static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::ItemId' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, InputValue) == 0x000010, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::InputValue' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, DefaultValue) == 0x000014, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, OutResult) == 0x000018, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::OutResult' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_EvaluateDataRegistryCurve, OutValue) == 0x00001C, "Member 'DataRegistrySubsystem_EvaluateDataRegistryCurve::OutValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_FindCachedItemBP \ static_assert(alignof(DataRegistrySubsystem_FindCachedItemBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_FindCachedItemBP"); \ static_assert(sizeof(DataRegistrySubsystem_FindCachedItemBP) == 0x000020, "Wrong size on DataRegistrySubsystem_FindCachedItemBP"); \ static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_FindCachedItemBP::ItemId' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, OutResult) == 0x000010, "Member 'DataRegistrySubsystem_FindCachedItemBP::OutResult' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_FindCachedItemBP, OutItem) == 0x000018, "Member 'DataRegistrySubsystem_FindCachedItemBP::OutItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_GetCachedItemBP \ static_assert(alignof(DataRegistrySubsystem_GetCachedItemBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_GetCachedItemBP"); \ static_assert(sizeof(DataRegistrySubsystem_GetCachedItemBP) == 0x000020, "Wrong size on DataRegistrySubsystem_GetCachedItemBP"); \ static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_GetCachedItemBP::ItemId' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, OutItem) == 0x000010, "Member 'DataRegistrySubsystem_GetCachedItemBP::OutItem' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_GetCachedItemBP, ReturnValue) == 0x000018, "Member 'DataRegistrySubsystem_GetCachedItemBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_GetCachedItemFromLookupBP \ static_assert(alignof(DataRegistrySubsystem_GetCachedItemFromLookupBP) == 0x000008, "Wrong alignment on DataRegistrySubsystem_GetCachedItemFromLookupBP"); \ static_assert(sizeof(DataRegistrySubsystem_GetCachedItemFromLookupBP) == 0x000040, "Wrong size on DataRegistrySubsystem_GetCachedItemFromLookupBP"); \ static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ItemId) == 0x000000, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ItemId' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ResolvedLookup) == 0x000010, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ResolvedLookup' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, OutItem) == 0x000030, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::OutItem' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_GetCachedItemFromLookupBP, ReturnValue) == 0x000038, "Member 'DataRegistrySubsystem_GetCachedItemFromLookupBP::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_IsValidDataRegistryId \ static_assert(alignof(DataRegistrySubsystem_IsValidDataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_IsValidDataRegistryId"); \ static_assert(sizeof(DataRegistrySubsystem_IsValidDataRegistryId) == 0x000014, "Wrong size on DataRegistrySubsystem_IsValidDataRegistryId"); \ static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryId, DataRegistryId) == 0x000000, "Member 'DataRegistrySubsystem_IsValidDataRegistryId::DataRegistryId' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryId, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_IsValidDataRegistryId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_IsValidDataRegistryType \ static_assert(alignof(DataRegistrySubsystem_IsValidDataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_IsValidDataRegistryType"); \ static_assert(sizeof(DataRegistrySubsystem_IsValidDataRegistryType) == 0x00000C, "Wrong size on DataRegistrySubsystem_IsValidDataRegistryType"); \ static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryType, DataRegistryType) == 0x000000, "Member 'DataRegistrySubsystem_IsValidDataRegistryType::DataRegistryType' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_IsValidDataRegistryType, ReturnValue) == 0x000008, "Member 'DataRegistrySubsystem_IsValidDataRegistryType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_NotEqual_DataRegistryId \ static_assert(alignof(DataRegistrySubsystem_NotEqual_DataRegistryId) == 0x000004, "Wrong alignment on DataRegistrySubsystem_NotEqual_DataRegistryId"); \ static_assert(sizeof(DataRegistrySubsystem_NotEqual_DataRegistryId) == 0x000024, "Wrong size on DataRegistrySubsystem_NotEqual_DataRegistryId"); \ static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, A) == 0x000000, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::A' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, B) == 0x000010, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::B' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryId, ReturnValue) == 0x000020, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataRegistrySubsystem_NotEqual_DataRegistryType \ static_assert(alignof(DataRegistrySubsystem_NotEqual_DataRegistryType) == 0x000004, "Wrong alignment on DataRegistrySubsystem_NotEqual_DataRegistryType"); \ static_assert(sizeof(DataRegistrySubsystem_NotEqual_DataRegistryType) == 0x000014, "Wrong size on DataRegistrySubsystem_NotEqual_DataRegistryType"); \ static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, A) == 0x000000, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::A' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, B) == 0x000008, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::B' has a wrong offset!"); \ static_assert(offsetof(DataRegistrySubsystem_NotEqual_DataRegistryType, ReturnValue) == 0x000010, "Member 'DataRegistrySubsystem_NotEqual_DataRegistryType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataRegistrySubsystem \ static_assert(alignof(UDataRegistrySubsystem) == 0x000008, "Wrong alignment on UDataRegistrySubsystem"); \ static_assert(sizeof(UDataRegistrySubsystem) == 0x0000C8, "Wrong size on UDataRegistrySubsystem"); \ #define DUMPER7_ASSERTS_FInAppPurchaseProductInfo \ static_assert(alignof(FInAppPurchaseProductInfo) == 0x000008, "Wrong alignment on FInAppPurchaseProductInfo"); \ static_assert(sizeof(FInAppPurchaseProductInfo) == 0x0000A8, "Wrong size on FInAppPurchaseProductInfo"); \ static_assert(offsetof(FInAppPurchaseProductInfo, Identifier) == 0x000000, "Member 'FInAppPurchaseProductInfo::Identifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, TransactionIdentifier) == 0x000010, "Member 'FInAppPurchaseProductInfo::TransactionIdentifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, DisplayName) == 0x000020, "Member 'FInAppPurchaseProductInfo::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, DisplayDescription) == 0x000030, "Member 'FInAppPurchaseProductInfo::DisplayDescription' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, DisplayPrice) == 0x000040, "Member 'FInAppPurchaseProductInfo::DisplayPrice' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, RawPrice) == 0x000050, "Member 'FInAppPurchaseProductInfo::RawPrice' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, CurrencyCode) == 0x000058, "Member 'FInAppPurchaseProductInfo::CurrencyCode' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, CurrencySymbol) == 0x000068, "Member 'FInAppPurchaseProductInfo::CurrencySymbol' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, DecimalSeparator) == 0x000078, "Member 'FInAppPurchaseProductInfo::DecimalSeparator' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, GroupingSeparator) == 0x000088, "Member 'FInAppPurchaseProductInfo::GroupingSeparator' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo, ReceiptData) == 0x000098, "Member 'FInAppPurchaseProductInfo::ReceiptData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseRestoreInfo \ static_assert(alignof(FInAppPurchaseRestoreInfo) == 0x000008, "Wrong alignment on FInAppPurchaseRestoreInfo"); \ static_assert(sizeof(FInAppPurchaseRestoreInfo) == 0x000030, "Wrong size on FInAppPurchaseRestoreInfo"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo, Identifier) == 0x000000, "Member 'FInAppPurchaseRestoreInfo::Identifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo, ReceiptData) == 0x000010, "Member 'FInAppPurchaseRestoreInfo::ReceiptData' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo, TransactionIdentifier) == 0x000020, "Member 'FInAppPurchaseRestoreInfo::TransactionIdentifier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedInterfaceDef \ static_assert(alignof(FNamedInterfaceDef) == 0x000008, "Wrong alignment on FNamedInterfaceDef"); \ static_assert(sizeof(FNamedInterfaceDef) == 0x000018, "Wrong size on FNamedInterfaceDef"); \ static_assert(offsetof(FNamedInterfaceDef, InterfaceName) == 0x000000, "Member 'FNamedInterfaceDef::InterfaceName' has a wrong offset!"); \ static_assert(offsetof(FNamedInterfaceDef, InterfaceClassName) == 0x000008, "Member 'FNamedInterfaceDef::InterfaceClassName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNamedInterface \ static_assert(alignof(FNamedInterface) == 0x000008, "Wrong alignment on FNamedInterface"); \ static_assert(sizeof(FNamedInterface) == 0x000010, "Wrong size on FNamedInterface"); \ static_assert(offsetof(FNamedInterface, InterfaceName) == 0x000000, "Member 'FNamedInterface::InterfaceName' has a wrong offset!"); \ static_assert(offsetof(FNamedInterface, InterfaceObject) == 0x000008, "Member 'FNamedInterface::InterfaceObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseProductRequest \ static_assert(alignof(FInAppPurchaseProductRequest) == 0x000008, "Wrong alignment on FInAppPurchaseProductRequest"); \ static_assert(sizeof(FInAppPurchaseProductRequest) == 0x000018, "Wrong size on FInAppPurchaseProductRequest"); \ static_assert(offsetof(FInAppPurchaseProductRequest, ProductIdentifier) == 0x000000, "Member 'FInAppPurchaseProductRequest::ProductIdentifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductRequest, bIsConsumable) == 0x000010, "Member 'FInAppPurchaseProductRequest::bIsConsumable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNamedInterfaces \ static_assert(alignof(UNamedInterfaces) == 0x000008, "Wrong alignment on UNamedInterfaces"); \ static_assert(sizeof(UNamedInterfaces) == 0x000060, "Wrong size on UNamedInterfaces"); \ static_assert(offsetof(UNamedInterfaces, NamedInterfaces) == 0x000028, "Member 'UNamedInterfaces::NamedInterfaces' has a wrong offset!"); \ static_assert(offsetof(UNamedInterfaces, NamedInterfaceDefs) == 0x000038, "Member 'UNamedInterfaces::NamedInterfaceDefs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TurnBasedMatchInterface_OnMatchEnded \ static_assert(alignof(TurnBasedMatchInterface_OnMatchEnded) == 0x000008, "Wrong alignment on TurnBasedMatchInterface_OnMatchEnded"); \ static_assert(sizeof(TurnBasedMatchInterface_OnMatchEnded) == 0x000010, "Wrong size on TurnBasedMatchInterface_OnMatchEnded"); \ static_assert(offsetof(TurnBasedMatchInterface_OnMatchEnded, Match) == 0x000000, "Member 'TurnBasedMatchInterface_OnMatchEnded::Match' has a wrong offset!"); \ #define DUMPER7_ASSERTS_TurnBasedMatchInterface_OnMatchReceivedTurn \ static_assert(alignof(TurnBasedMatchInterface_OnMatchReceivedTurn) == 0x000008, "Wrong alignment on TurnBasedMatchInterface_OnMatchReceivedTurn"); \ static_assert(sizeof(TurnBasedMatchInterface_OnMatchReceivedTurn) == 0x000018, "Wrong size on TurnBasedMatchInterface_OnMatchReceivedTurn"); \ static_assert(offsetof(TurnBasedMatchInterface_OnMatchReceivedTurn, Match) == 0x000000, "Member 'TurnBasedMatchInterface_OnMatchReceivedTurn::Match' has a wrong offset!"); \ static_assert(offsetof(TurnBasedMatchInterface_OnMatchReceivedTurn, bDidBecomeActive) == 0x000010, "Member 'TurnBasedMatchInterface_OnMatchReceivedTurn::bDidBecomeActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ITurnBasedMatchInterface \ static_assert(alignof(ITurnBasedMatchInterface) == 0x000001, "Wrong alignment on ITurnBasedMatchInterface"); \ static_assert(sizeof(ITurnBasedMatchInterface) == 0x000001, "Wrong size on ITurnBasedMatchInterface"); \ #define DUMPER7_ASSERTS_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_FBlueprintSessionResult \ static_assert(alignof(FBlueprintSessionResult) == 0x000008, "Wrong alignment on FBlueprintSessionResult"); \ static_assert(sizeof(FBlueprintSessionResult) == 0x000108, "Wrong size on FBlueprintSessionResult"); \ #define DUMPER7_ASSERTS_FInAppPurchaseProductRequest2 \ static_assert(alignof(FInAppPurchaseProductRequest2) == 0x000008, "Wrong alignment on FInAppPurchaseProductRequest2"); \ static_assert(sizeof(FInAppPurchaseProductRequest2) == 0x000018, "Wrong size on FInAppPurchaseProductRequest2"); \ static_assert(offsetof(FInAppPurchaseProductRequest2, ProductIdentifier) == 0x000000, "Member 'FInAppPurchaseProductRequest2::ProductIdentifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductRequest2, bIsConsumable) == 0x000010, "Member 'FInAppPurchaseProductRequest2::bIsConsumable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseReceiptInfo2 \ static_assert(alignof(FInAppPurchaseReceiptInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo2"); \ static_assert(sizeof(FInAppPurchaseReceiptInfo2) == 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_FInAppPurchaseRestoreInfo2 \ static_assert(alignof(FInAppPurchaseRestoreInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseRestoreInfo2"); \ static_assert(sizeof(FInAppPurchaseRestoreInfo2) == 0x000030, "Wrong size on FInAppPurchaseRestoreInfo2"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseRestoreInfo2::ItemName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseRestoreInfo2::ItemId' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseRestoreInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseRestoreInfo2::ValidationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseReceiptInfo \ static_assert(alignof(FInAppPurchaseReceiptInfo) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo"); \ static_assert(sizeof(FInAppPurchaseReceiptInfo) == 0x000030, "Wrong size on FInAppPurchaseReceiptInfo"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo::ItemName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo::ItemId' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseReceiptInfo, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo::ValidationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInAppPurchaseProductInfo2 \ static_assert(alignof(FInAppPurchaseProductInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseProductInfo2"); \ static_assert(sizeof(FInAppPurchaseProductInfo2) == 0x0000F8, "Wrong size on FInAppPurchaseProductInfo2"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, Identifier) == 0x000000, "Member 'FInAppPurchaseProductInfo2::Identifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, TransactionIdentifier) == 0x000010, "Member 'FInAppPurchaseProductInfo2::TransactionIdentifier' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, DisplayName) == 0x000020, "Member 'FInAppPurchaseProductInfo2::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, DisplayDescription) == 0x000030, "Member 'FInAppPurchaseProductInfo2::DisplayDescription' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, DisplayPrice) == 0x000040, "Member 'FInAppPurchaseProductInfo2::DisplayPrice' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, RawPrice) == 0x000050, "Member 'FInAppPurchaseProductInfo2::RawPrice' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, CurrencyCode) == 0x000058, "Member 'FInAppPurchaseProductInfo2::CurrencyCode' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, CurrencySymbol) == 0x000068, "Member 'FInAppPurchaseProductInfo2::CurrencySymbol' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, DecimalSeparator) == 0x000078, "Member 'FInAppPurchaseProductInfo2::DecimalSeparator' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, GroupingSeparator) == 0x000088, "Member 'FInAppPurchaseProductInfo2::GroupingSeparator' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, ReceiptData) == 0x000098, "Member 'FInAppPurchaseProductInfo2::ReceiptData' has a wrong offset!"); \ static_assert(offsetof(FInAppPurchaseProductInfo2, DynamicFields) == 0x0000A8, "Member 'FInAppPurchaseProductInfo2::DynamicFields' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlayerReservation \ static_assert(alignof(FPlayerReservation) == 0x000008, "Wrong alignment on FPlayerReservation"); \ static_assert(sizeof(FPlayerReservation) == 0x000050, "Wrong size on FPlayerReservation"); \ static_assert(offsetof(FPlayerReservation, UniqueId) == 0x000000, "Member 'FPlayerReservation::UniqueId' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, ValidationStr) == 0x000028, "Member 'FPlayerReservation::ValidationStr' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, Platform) == 0x000038, "Member 'FPlayerReservation::Platform' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, bAllowCrossplay) == 0x000048, "Member 'FPlayerReservation::bAllowCrossplay' has a wrong offset!"); \ static_assert(offsetof(FPlayerReservation, ElapsedTime) == 0x00004C, "Member 'FPlayerReservation::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPIELoginSettingsInternal \ static_assert(alignof(FPIELoginSettingsInternal) == 0x000008, "Wrong alignment on FPIELoginSettingsInternal"); \ static_assert(sizeof(FPIELoginSettingsInternal) == 0x000040, "Wrong size on FPIELoginSettingsInternal"); \ static_assert(offsetof(FPIELoginSettingsInternal, ID) == 0x000000, "Member 'FPIELoginSettingsInternal::ID' has a wrong offset!"); \ static_assert(offsetof(FPIELoginSettingsInternal, Token) == 0x000010, "Member 'FPIELoginSettingsInternal::Token' has a wrong offset!"); \ static_assert(offsetof(FPIELoginSettingsInternal, Type) == 0x000020, "Member 'FPIELoginSettingsInternal::Type' has a wrong offset!"); \ static_assert(offsetof(FPIELoginSettingsInternal, TokenBytes) == 0x000030, "Member 'FPIELoginSettingsInternal::TokenBytes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPartyBeaconCrossplayPlatformMapping \ static_assert(alignof(FPartyBeaconCrossplayPlatformMapping) == 0x000008, "Wrong alignment on FPartyBeaconCrossplayPlatformMapping"); \ static_assert(sizeof(FPartyBeaconCrossplayPlatformMapping) == 0x000020, "Wrong size on FPartyBeaconCrossplayPlatformMapping"); \ static_assert(offsetof(FPartyBeaconCrossplayPlatformMapping, PlatformName) == 0x000000, "Member 'FPartyBeaconCrossplayPlatformMapping::PlatformName' has a wrong offset!"); \ static_assert(offsetof(FPartyBeaconCrossplayPlatformMapping, PlatformType) == 0x000010, "Member 'FPartyBeaconCrossplayPlatformMapping::PlatformType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPartyReservation \ static_assert(alignof(FPartyReservation) == 0x000008, "Wrong alignment on FPartyReservation"); \ static_assert(sizeof(FPartyReservation) == 0x000050, "Wrong size on FPartyReservation"); \ static_assert(offsetof(FPartyReservation, TeamNum) == 0x000000, "Member 'FPartyReservation::TeamNum' has a wrong offset!"); \ static_assert(offsetof(FPartyReservation, PartyLeader) == 0x000008, "Member 'FPartyReservation::PartyLeader' has a wrong offset!"); \ static_assert(offsetof(FPartyReservation, PartyMembers) == 0x000030, "Member 'FPartyReservation::PartyMembers' has a wrong offset!"); \ static_assert(offsetof(FPartyReservation, RemovedPartyMembers) == 0x000040, "Member 'FPartyReservation::RemovedPartyMembers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSpectatorReservation \ static_assert(alignof(FSpectatorReservation) == 0x000008, "Wrong alignment on FSpectatorReservation"); \ static_assert(sizeof(FSpectatorReservation) == 0x000078, "Wrong size on FSpectatorReservation"); \ static_assert(offsetof(FSpectatorReservation, SpectatorId) == 0x000000, "Member 'FSpectatorReservation::SpectatorId' has a wrong offset!"); \ static_assert(offsetof(FSpectatorReservation, Spectator) == 0x000028, "Member 'FSpectatorReservation::Spectator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EndTurnCallbackProxy_EndTurn \ static_assert(alignof(EndTurnCallbackProxy_EndTurn) == 0x000008, "Wrong alignment on EndTurnCallbackProxy_EndTurn"); \ static_assert(sizeof(EndTurnCallbackProxy_EndTurn) == 0x000038, "Wrong size on EndTurnCallbackProxy_EndTurn"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, WorldContextObject) == 0x000000, "Member 'EndTurnCallbackProxy_EndTurn::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, PlayerController) == 0x000008, "Member 'EndTurnCallbackProxy_EndTurn::PlayerController' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, MatchID) == 0x000010, "Member 'EndTurnCallbackProxy_EndTurn::MatchID' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, TurnBasedMatchInterface) == 0x000020, "Member 'EndTurnCallbackProxy_EndTurn::TurnBasedMatchInterface' has a wrong offset!"); \ static_assert(offsetof(EndTurnCallbackProxy_EndTurn, ReturnValue) == 0x000030, "Member 'EndTurnCallbackProxy_EndTurn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEndTurnCallbackProxy \ static_assert(alignof(UEndTurnCallbackProxy) == 0x000008, "Wrong alignment on UEndTurnCallbackProxy"); \ static_assert(sizeof(UEndTurnCallbackProxy) == 0x000078, "Wrong size on UEndTurnCallbackProxy"); \ static_assert(offsetof(UEndTurnCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndTurnCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UEndTurnCallbackProxy, OnFailure) == 0x000040, "Member 'UEndTurnCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementDescription \ static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000070, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bFoundID) == 0x000018, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bFoundID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, Title) == 0x000020, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::Title' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, LockedDescription) == 0x000038, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::LockedDescription' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, UnlockedDescription) == 0x000050, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::UnlockedDescription' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bHidden) == 0x000068, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bHidden' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementProgress \ static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000020, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::AchievementID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, bFoundID) == 0x000018, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::bFoundID' has a wrong offset!"); \ static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementProgress, Progress) == 0x00001C, "Member 'AchievementBlueprintLibrary_GetCachedAchievementProgress::Progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementBlueprintLibrary \ static_assert(alignof(UAchievementBlueprintLibrary) == 0x000008, "Wrong alignment on UAchievementBlueprintLibrary"); \ static_assert(sizeof(UAchievementBlueprintLibrary) == 0x000028, "Wrong size on UAchievementBlueprintLibrary"); \ #define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievementDescriptions \ static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievementDescriptions) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievementDescriptions"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievementDescriptions, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievementDescriptions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementQueryCallbackProxy_CacheAchievements \ static_assert(alignof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000008, "Wrong alignment on AchievementQueryCallbackProxy_CacheAchievements"); \ static_assert(sizeof(AchievementQueryCallbackProxy_CacheAchievements) == 0x000018, "Wrong size on AchievementQueryCallbackProxy_CacheAchievements"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, WorldContextObject) == 0x000000, "Member 'AchievementQueryCallbackProxy_CacheAchievements::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, PlayerController) == 0x000008, "Member 'AchievementQueryCallbackProxy_CacheAchievements::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementQueryCallbackProxy_CacheAchievements, ReturnValue) == 0x000010, "Member 'AchievementQueryCallbackProxy_CacheAchievements::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementQueryCallbackProxy \ static_assert(alignof(UAchievementQueryCallbackProxy) == 0x000008, "Wrong alignment on UAchievementQueryCallbackProxy"); \ static_assert(sizeof(UAchievementQueryCallbackProxy) == 0x000068, "Wrong size on UAchievementQueryCallbackProxy"); \ static_assert(offsetof(UAchievementQueryCallbackProxy, OnSuccess) == 0x000030, "Member 'UAchievementQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UAchievementQueryCallbackProxy, OnFailure) == 0x000040, "Member 'UAchievementQueryCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AchievementWriteCallbackProxy_WriteAchievementProgress \ static_assert(alignof(AchievementWriteCallbackProxy_WriteAchievementProgress) == 0x000008, "Wrong alignment on AchievementWriteCallbackProxy_WriteAchievementProgress"); \ static_assert(sizeof(AchievementWriteCallbackProxy_WriteAchievementProgress) == 0x000028, "Wrong size on AchievementWriteCallbackProxy_WriteAchievementProgress"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, WorldContextObject) == 0x000000, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, PlayerController) == 0x000008, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::PlayerController' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, AchievementName) == 0x000010, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::AchievementName' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, Progress) == 0x000018, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::Progress' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, UserTag) == 0x00001C, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::UserTag' has a wrong offset!"); \ static_assert(offsetof(AchievementWriteCallbackProxy_WriteAchievementProgress, ReturnValue) == 0x000020, "Member 'AchievementWriteCallbackProxy_WriteAchievementProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAchievementWriteCallbackProxy \ static_assert(alignof(UAchievementWriteCallbackProxy) == 0x000008, "Wrong alignment on UAchievementWriteCallbackProxy"); \ static_assert(sizeof(UAchievementWriteCallbackProxy) == 0x000080, "Wrong size on UAchievementWriteCallbackProxy"); \ static_assert(offsetof(UAchievementWriteCallbackProxy, OnSuccess) == 0x000030, "Member 'UAchievementWriteCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UAchievementWriteCallbackProxy, OnFailure) == 0x000040, "Member 'UAchievementWriteCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ConnectionCallbackProxy_ConnectToService \ static_assert(alignof(ConnectionCallbackProxy_ConnectToService) == 0x000008, "Wrong alignment on ConnectionCallbackProxy_ConnectToService"); \ static_assert(sizeof(ConnectionCallbackProxy_ConnectToService) == 0x000018, "Wrong size on ConnectionCallbackProxy_ConnectToService"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, WorldContextObject) == 0x000000, "Member 'ConnectionCallbackProxy_ConnectToService::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, PlayerController) == 0x000008, "Member 'ConnectionCallbackProxy_ConnectToService::PlayerController' has a wrong offset!"); \ static_assert(offsetof(ConnectionCallbackProxy_ConnectToService, ReturnValue) == 0x000010, "Member 'ConnectionCallbackProxy_ConnectToService::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConnectionCallbackProxy \ static_assert(alignof(UConnectionCallbackProxy) == 0x000008, "Wrong alignment on UConnectionCallbackProxy"); \ static_assert(sizeof(UConnectionCallbackProxy) == 0x000078, "Wrong size on UConnectionCallbackProxy"); \ static_assert(offsetof(UConnectionCallbackProxy, OnSuccess) == 0x000030, "Member 'UConnectionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UConnectionCallbackProxy, OnFailure) == 0x000040, "Member 'UConnectionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CreateSessionCallbackProxy_CreateSession \ static_assert(alignof(CreateSessionCallbackProxy_CreateSession) == 0x000008, "Wrong alignment on CreateSessionCallbackProxy_CreateSession"); \ static_assert(sizeof(CreateSessionCallbackProxy_CreateSession) == 0x000020, "Wrong size on CreateSessionCallbackProxy_CreateSession"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, WorldContextObject) == 0x000000, "Member 'CreateSessionCallbackProxy_CreateSession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PlayerController) == 0x000008, "Member 'CreateSessionCallbackProxy_CreateSession::PlayerController' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, PublicConnections) == 0x000010, "Member 'CreateSessionCallbackProxy_CreateSession::PublicConnections' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, bUseLAN) == 0x000014, "Member 'CreateSessionCallbackProxy_CreateSession::bUseLAN' has a wrong offset!"); \ static_assert(offsetof(CreateSessionCallbackProxy_CreateSession, ReturnValue) == 0x000018, "Member 'CreateSessionCallbackProxy_CreateSession::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCreateSessionCallbackProxy \ static_assert(alignof(UCreateSessionCallbackProxy) == 0x000008, "Wrong alignment on UCreateSessionCallbackProxy"); \ static_assert(sizeof(UCreateSessionCallbackProxy) == 0x000098, "Wrong size on UCreateSessionCallbackProxy"); \ static_assert(offsetof(UCreateSessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UCreateSessionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UCreateSessionCallbackProxy, OnFailure) == 0x000040, "Member 'UCreateSessionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DestroySessionCallbackProxy_DestroySession \ static_assert(alignof(DestroySessionCallbackProxy_DestroySession) == 0x000008, "Wrong alignment on DestroySessionCallbackProxy_DestroySession"); \ static_assert(sizeof(DestroySessionCallbackProxy_DestroySession) == 0x000018, "Wrong size on DestroySessionCallbackProxy_DestroySession"); \ static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, WorldContextObject) == 0x000000, "Member 'DestroySessionCallbackProxy_DestroySession::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, PlayerController) == 0x000008, "Member 'DestroySessionCallbackProxy_DestroySession::PlayerController' has a wrong offset!"); \ static_assert(offsetof(DestroySessionCallbackProxy_DestroySession, ReturnValue) == 0x000010, "Member 'DestroySessionCallbackProxy_DestroySession::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDestroySessionCallbackProxy \ static_assert(alignof(UDestroySessionCallbackProxy) == 0x000008, "Wrong alignment on UDestroySessionCallbackProxy"); \ static_assert(sizeof(UDestroySessionCallbackProxy) == 0x000078, "Wrong size on UDestroySessionCallbackProxy"); \ static_assert(offsetof(UDestroySessionCallbackProxy, OnSuccess) == 0x000030, "Member 'UDestroySessionCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UDestroySessionCallbackProxy, OnFailure) == 0x000040, "Member 'UDestroySessionCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EndMatchCallbackProxy_EndMatch \ static_assert(alignof(EndMatchCallbackProxy_EndMatch) == 0x000008, "Wrong alignment on EndMatchCallbackProxy_EndMatch"); \ static_assert(sizeof(EndMatchCallbackProxy_EndMatch) == 0x000040, "Wrong size on EndMatchCallbackProxy_EndMatch"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, WorldContextObject) == 0x000000, "Member 'EndMatchCallbackProxy_EndMatch::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, PlayerController) == 0x000008, "Member 'EndMatchCallbackProxy_EndMatch::PlayerController' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchActor) == 0x000010, "Member 'EndMatchCallbackProxy_EndMatch::MatchActor' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, MatchID) == 0x000020, "Member 'EndMatchCallbackProxy_EndMatch::MatchID' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, LocalPlayerOutcome) == 0x000030, "Member 'EndMatchCallbackProxy_EndMatch::LocalPlayerOutcome' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, OtherPlayersOutcome) == 0x000031, "Member 'EndMatchCallbackProxy_EndMatch::OtherPlayersOutcome' has a wrong offset!"); \ static_assert(offsetof(EndMatchCallbackProxy_EndMatch, ReturnValue) == 0x000038, "Member 'EndMatchCallbackProxy_EndMatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEndMatchCallbackProxy \ static_assert(alignof(UEndMatchCallbackProxy) == 0x000008, "Wrong alignment on UEndMatchCallbackProxy"); \ static_assert(sizeof(UEndMatchCallbackProxy) == 0x000080, "Wrong size on UEndMatchCallbackProxy"); \ static_assert(offsetof(UEndMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UEndMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UEndMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UEndMatchCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_FindSessions \ static_assert(alignof(FindSessionsCallbackProxy_FindSessions) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_FindSessions"); \ static_assert(sizeof(FindSessionsCallbackProxy_FindSessions) == 0x000020, "Wrong size on FindSessionsCallbackProxy_FindSessions"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, WorldContextObject) == 0x000000, "Member 'FindSessionsCallbackProxy_FindSessions::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, PlayerController) == 0x000008, "Member 'FindSessionsCallbackProxy_FindSessions::PlayerController' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, MaxResults) == 0x000010, "Member 'FindSessionsCallbackProxy_FindSessions::MaxResults' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, bUseLAN) == 0x000014, "Member 'FindSessionsCallbackProxy_FindSessions::bUseLAN' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, ReturnValue) == 0x000018, "Member 'FindSessionsCallbackProxy_FindSessions::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetCurrentPlayers \ static_assert(alignof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetCurrentPlayers"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetCurrentPlayers"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetMaxPlayers \ static_assert(alignof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetMaxPlayers"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetMaxPlayers"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetPingInMs \ static_assert(alignof(FindSessionsCallbackProxy_GetPingInMs) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetPingInMs"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetPingInMs) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetPingInMs"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetPingInMs::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetPingInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetServerName \ static_assert(alignof(FindSessionsCallbackProxy_GetServerName) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetServerName"); \ static_assert(sizeof(FindSessionsCallbackProxy_GetServerName) == 0x000118, "Wrong size on FindSessionsCallbackProxy_GetServerName"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetServerName::Result' has a wrong offset!"); \ static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetServerName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFindSessionsCallbackProxy \ static_assert(alignof(UFindSessionsCallbackProxy) == 0x000008, "Wrong alignment on UFindSessionsCallbackProxy"); \ static_assert(sizeof(UFindSessionsCallbackProxy) == 0x000090, "Wrong size on UFindSessionsCallbackProxy"); \ static_assert(offsetof(UFindSessionsCallbackProxy, OnSuccess) == 0x000030, "Member 'UFindSessionsCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UFindSessionsCallbackProxy, OnFailure) == 0x000040, "Member 'UFindSessionsCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch \ static_assert(alignof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch) == 0x000008, "Wrong alignment on FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch"); \ static_assert(sizeof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch) == 0x000038, "Wrong size on FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, WorldContextObject) == 0x000000, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, PlayerController) == 0x000008, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::PlayerController' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MatchActor) == 0x000010, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MatchActor' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MinPlayers) == 0x000020, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MinPlayers' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, MaxPlayers) == 0x000024, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::MaxPlayers' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, PlayerGroup) == 0x000028, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::PlayerGroup' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, ShowExistingMatches) == 0x00002C, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::ShowExistingMatches' has a wrong offset!"); \ static_assert(offsetof(FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch, ReturnValue) == 0x000030, "Member 'FindTurnBasedMatchCallbackProxy_FindTurnBasedMatch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFindTurnBasedMatchCallbackProxy \ static_assert(alignof(UFindTurnBasedMatchCallbackProxy) == 0x000008, "Wrong alignment on UFindTurnBasedMatchCallbackProxy"); \ static_assert(sizeof(UFindTurnBasedMatchCallbackProxy) == 0x000088, "Wrong size on UFindTurnBasedMatchCallbackProxy"); \ static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnSuccess) == 0x000030, "Member 'UFindTurnBasedMatchCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UFindTurnBasedMatchCallbackProxy, OnFailure) == 0x000040, "Member 'UFindTurnBasedMatchCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase \ static_assert(alignof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase"); \ static_assert(sizeof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase) == 0x000028, "Wrong size on InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase"); \ static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, ProductRequest) == 0x000008, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::ProductRequest' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, ReturnValue) == 0x000020, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseCallbackProxy \ static_assert(alignof(UInAppPurchaseCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseCallbackProxy"); \ static_assert(sizeof(UInAppPurchaseCallbackProxy) == 0x000080, "Wrong size on UInAppPurchaseCallbackProxy"); \ static_assert(offsetof(UInAppPurchaseCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase \ static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000028, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ProductRequest) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ProductRequest' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ReturnValue) == 0x000020, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned \ static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases \ static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseCallbackProxy2 \ static_assert(alignof(UInAppPurchaseCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseCallbackProxy2"); \ static_assert(sizeof(UInAppPurchaseCallbackProxy2) == 0x0000A8, "Wrong size on UInAppPurchaseCallbackProxy2"); \ static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnSuccess) == 0x000028, "Member 'UInAppPurchaseCallbackProxy2::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseCallbackProxy2::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery \ static_assert(alignof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery) == 0x000008, "Wrong alignment on InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery"); \ static_assert(sizeof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery) == 0x000020, "Wrong size on InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, PlayerController) == 0x000000, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, ProductIdentifiers) == 0x000008, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::ProductIdentifiers' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, ReturnValue) == 0x000018, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseQueryCallbackProxy \ static_assert(alignof(UInAppPurchaseQueryCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseQueryCallbackProxy"); \ static_assert(sizeof(UInAppPurchaseQueryCallbackProxy) == 0x000090, "Wrong size on UInAppPurchaseQueryCallbackProxy"); \ static_assert(offsetof(UInAppPurchaseQueryCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseQueryCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseQueryCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery \ static_assert(alignof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000008, "Wrong alignment on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ static_assert(sizeof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000020, "Wrong size on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, PlayerController) == 0x000000, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ProductIdentifiers) == 0x000008, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ProductIdentifiers' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ReturnValue) == 0x000018, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseQueryCallbackProxy2 \ static_assert(alignof(UInAppPurchaseQueryCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseQueryCallbackProxy2"); \ static_assert(sizeof(UInAppPurchaseQueryCallbackProxy2) == 0x000068, "Wrong size on UInAppPurchaseQueryCallbackProxy2"); \ static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnSuccess) == 0x000028, "Member 'UInAppPurchaseQueryCallbackProxy2::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseQueryCallbackProxy2, OnFailure) == 0x000038, "Member 'UInAppPurchaseQueryCallbackProxy2::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore \ static_assert(alignof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore) == 0x000008, "Wrong alignment on InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore"); \ static_assert(sizeof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore) == 0x000020, "Wrong size on InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, ConsumableProductFlags) == 0x000000, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::ConsumableProductFlags' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, PlayerController) == 0x000010, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, ReturnValue) == 0x000018, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseRestoreCallbackProxy \ static_assert(alignof(UInAppPurchaseRestoreCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseRestoreCallbackProxy"); \ static_assert(sizeof(UInAppPurchaseRestoreCallbackProxy) == 0x000090, "Wrong size on UInAppPurchaseRestoreCallbackProxy"); \ static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseRestoreCallbackProxy::OnSuccess' has a wrong offset!"); \ static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseRestoreCallbackProxy::OnFailure' has a wrong offset!"); \ #define DUMPER7_ASSERTS_InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore \ static_assert(alignof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore) == 0x000008, "Wrong alignment on InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore"); \ static_assert(sizeof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore) == 0x000020, "Wrong size on InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, ConsumableProductFlags) == 0x000000, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::ConsumableProductFlags' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, PlayerController) == 0x000010, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::PlayerController' has a wrong offset!"); \ static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, ReturnValue) == 0x000018, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInAppPurchaseRestoreCallbackProxy2 \ static_assert(alignof(UInAppPurchaseRestoreCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseRestoreCallbackProxy2"); \ static_assert(sizeof(UInAppPurchaseRestoreCallbackProxy2) == 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_UIpConnection \ static_assert(alignof(UIpConnection) == 0x000008, "Wrong alignment on UIpConnection"); \ static_assert(sizeof(UIpConnection) == 0x001C48, "Wrong size on UIpConnection"); \ static_assert(offsetof(UIpConnection, SocketErrorDisconnectDelay) == 0x001BF8, "Member 'UIpConnection::SocketErrorDisconnectDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIpNetDriver \ static_assert(alignof(UIpNetDriver) == 0x000008, "Wrong alignment on UIpNetDriver"); \ static_assert(sizeof(UIpNetDriver) == 0x0007D0, "Wrong size on UIpNetDriver"); \ static_assert(offsetof(UIpNetDriver, MaxPortCountToTry) == 0x000764, "Member 'UIpNetDriver::MaxPortCountToTry' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ServerDesiredSocketReceiveBufferBytes) == 0x000774, "Member 'UIpNetDriver::ServerDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ServerDesiredSocketSendBufferBytes) == 0x000778, "Member 'UIpNetDriver::ServerDesiredSocketSendBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ClientDesiredSocketReceiveBufferBytes) == 0x00077C, "Member 'UIpNetDriver::ClientDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ClientDesiredSocketSendBufferBytes) == 0x000780, "Member 'UIpNetDriver::ClientDesiredSocketSendBufferBytes' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, MaxSecondsInReceive) == 0x000788, "Member 'UIpNetDriver::MaxSecondsInReceive' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, NbPacketsBetweenReceiveTimeTest) == 0x000790, "Member 'UIpNetDriver::NbPacketsBetweenReceiveTimeTest' has a wrong offset!"); \ static_assert(offsetof(UIpNetDriver, ResolutionConnectionTimeout) == 0x000794, "Member 'UIpNetDriver::ResolutionConnectionTimeout' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000260, "Wrong size on AOnlineBeacon"); \ static_assert(offsetof(AOnlineBeacon, BeaconConnectionInitialTimeout) == 0x000238, "Member 'AOnlineBeacon::BeaconConnectionInitialTimeout' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeacon, BeaconConnectionTimeout) == 0x00023C, "Member 'AOnlineBeacon::BeaconConnectionTimeout' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeacon, NetDriver) == 0x000240, "Member 'AOnlineBeacon::NetDriver' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeaconClient \ static_assert(alignof(AOnlineBeaconClient) == 0x000008, "Wrong alignment on AOnlineBeaconClient"); \ static_assert(sizeof(AOnlineBeaconClient) == 0x0002C0, "Wrong size on AOnlineBeaconClient"); \ static_assert(offsetof(AOnlineBeaconClient, BeaconOwner) == 0x000260, "Member 'AOnlineBeaconClient::BeaconOwner' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconClient, BeaconConnection) == 0x000268, "Member 'AOnlineBeaconClient::BeaconConnection' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconClient, ConnectionState) == 0x000270, "Member 'AOnlineBeaconClient::ConnectionState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeaconHost \ static_assert(alignof(AOnlineBeaconHost) == 0x000008, "Wrong alignment on AOnlineBeaconHost"); \ static_assert(sizeof(AOnlineBeaconHost) == 0x000318, "Wrong size on AOnlineBeaconHost"); \ static_assert(offsetof(AOnlineBeaconHost, ListenPort) == 0x000260, "Member 'AOnlineBeaconHost::ListenPort' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHost, ClientActors) == 0x000268, "Member 'AOnlineBeaconHost::ClientActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AOnlineBeaconHostObject \ static_assert(alignof(AOnlineBeaconHostObject) == 0x000008, "Wrong alignment on AOnlineBeaconHostObject"); \ static_assert(sizeof(AOnlineBeaconHostObject) == 0x000258, "Wrong size on AOnlineBeaconHostObject"); \ static_assert(offsetof(AOnlineBeaconHostObject, BeaconTypeName) == 0x000230, "Member 'AOnlineBeaconHostObject::BeaconTypeName' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHostObject, ClientBeaconActorClass) == 0x000240, "Member 'AOnlineBeaconHostObject::ClientBeaconActorClass' has a wrong offset!"); \ static_assert(offsetof(AOnlineBeaconHostObject, ClientActors) == 0x000248, "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) == 0x000380, "Wrong size on APartyBeaconClient"); \ static_assert(offsetof(APartyBeaconClient, DestSessionId) == 0x0002F0, "Member 'APartyBeaconClient::DestSessionId' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, PendingReservation) == 0x000300, "Member 'APartyBeaconClient::PendingReservation' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, RequestType) == 0x000350, "Member 'APartyBeaconClient::RequestType' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, bPendingReservationSent) == 0x000351, "Member 'APartyBeaconClient::bPendingReservationSent' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconClient, bCancelReservation) == 0x000352, "Member 'APartyBeaconClient::bCancelReservation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APartyBeaconHost \ static_assert(alignof(APartyBeaconHost) == 0x000008, "Wrong alignment on APartyBeaconHost"); \ static_assert(sizeof(APartyBeaconHost) == 0x0002D0, "Wrong size on APartyBeaconHost"); \ static_assert(offsetof(APartyBeaconHost, State) == 0x000258, "Member 'APartyBeaconHost::State' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, bLogoutOnSessionTimeout) == 0x0002C0, "Member 'APartyBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, SessionTimeoutSecs) == 0x0002C4, "Member 'APartyBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ static_assert(offsetof(APartyBeaconHost, TravelSessionTimeoutSecs) == 0x0002C8, "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) == 0x0003A8, "Wrong size on ASpectatorBeaconClient"); \ static_assert(offsetof(ASpectatorBeaconClient, DestSessionId) == 0x0002F0, "Member 'ASpectatorBeaconClient::DestSessionId' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, PendingReservation) == 0x000300, "Member 'ASpectatorBeaconClient::PendingReservation' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, RequestType) == 0x000378, "Member 'ASpectatorBeaconClient::RequestType' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, bPendingReservationSent) == 0x000379, "Member 'ASpectatorBeaconClient::bPendingReservationSent' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconClient, bCancelReservation) == 0x00037A, "Member 'ASpectatorBeaconClient::bCancelReservation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ASpectatorBeaconHost \ static_assert(alignof(ASpectatorBeaconHost) == 0x000008, "Wrong alignment on ASpectatorBeaconHost"); \ static_assert(sizeof(ASpectatorBeaconHost) == 0x0002D0, "Wrong size on ASpectatorBeaconHost"); \ static_assert(offsetof(ASpectatorBeaconHost, State) == 0x000258, "Member 'ASpectatorBeaconHost::State' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, bLogoutOnSessionTimeout) == 0x0002C0, "Member 'ASpectatorBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, SessionTimeoutSecs) == 0x0002C4, "Member 'ASpectatorBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ static_assert(offsetof(ASpectatorBeaconHost, TravelSessionTimeoutSecs) == 0x0002C8, "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) == 0x0002C0, "Wrong size on ATestBeaconClient"); \ #define DUMPER7_ASSERTS_ATestBeaconHost \ static_assert(alignof(ATestBeaconHost) == 0x000008, "Wrong alignment on ATestBeaconHost"); \ static_assert(sizeof(ATestBeaconHost) == 0x000258, "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) == 0x000730, "Wrong size on UVoipListenerSynthComponent"); \ #define DUMPER7_ASSERTS_FS_VoidShadowPersistentInfo \ static_assert(alignof(FS_VoidShadowPersistentInfo) == 0x000008, "Wrong alignment on FS_VoidShadowPersistentInfo"); \ static_assert(sizeof(FS_VoidShadowPersistentInfo) == 0x000040, "Wrong size on FS_VoidShadowPersistentInfo"); \ static_assert(offsetof(FS_VoidShadowPersistentInfo, Collected_1_4FC7272C42A61BCD480E2CBA2E38C34F) == 0x000000, "Member 'FS_VoidShadowPersistentInfo::Collected_1_4FC7272C42A61BCD480E2CBA2E38C34F' has a wrong offset!"); \ static_assert(offsetof(FS_VoidShadowPersistentInfo, Icon_4_93EB9EE946C2BB9ADD815C91FBD21C75) == 0x000008, "Member 'FS_VoidShadowPersistentInfo::Icon_4_93EB9EE946C2BB9ADD815C91FBD21C75' has a wrong offset!"); \ static_assert(offsetof(FS_VoidShadowPersistentInfo, UI_Name_9_5D799C724E67563109D9EBB2334008EC) == 0x000010, "Member 'FS_VoidShadowPersistentInfo::UI_Name_9_5D799C724E67563109D9EBB2334008EC' has a wrong offset!"); \ static_assert(offsetof(FS_VoidShadowPersistentInfo, UI_Description_7_04D6C615472327A2D8D8A095FEF28946) == 0x000028, "Member 'FS_VoidShadowPersistentInfo::UI_Description_7_04D6C615472327A2D8D8A095FEF28946' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCommonUserInitializeParams \ static_assert(alignof(FCommonUserInitializeParams) == 0x000004, "Wrong alignment on FCommonUserInitializeParams"); \ static_assert(sizeof(FCommonUserInitializeParams) == 0x000024, "Wrong size on FCommonUserInitializeParams"); \ static_assert(offsetof(FCommonUserInitializeParams, LocalPlayerIndex) == 0x000000, "Member 'FCommonUserInitializeParams::LocalPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(FCommonUserInitializeParams, ControllerId) == 0x000004, "Member 'FCommonUserInitializeParams::ControllerId' has a wrong offset!"); \ static_assert(offsetof(FCommonUserInitializeParams, PlatformUserIndex) == 0x000008, "Member 'FCommonUserInitializeParams::PlatformUserIndex' has a wrong offset!"); \ static_assert(offsetof(FCommonUserInitializeParams, RequestedPrivilege) == 0x00000C, "Member 'FCommonUserInitializeParams::RequestedPrivilege' has a wrong offset!"); \ static_assert(offsetof(FCommonUserInitializeParams, OnlineContext) == 0x00000D, "Member 'FCommonUserInitializeParams::OnlineContext' has a wrong offset!"); \ static_assert(offsetof(FCommonUserInitializeParams, bCanCreateNewLocalPlayer) == 0x00000E, "Member 'FCommonUserInitializeParams::bCanCreateNewLocalPlayer' has a wrong offset!"); \ static_assert(offsetof(FCommonUserInitializeParams, bCanUseGuestLogin) == 0x00000F, "Member 'FCommonUserInitializeParams::bCanUseGuestLogin' has a wrong offset!"); \ static_assert(offsetof(FCommonUserInitializeParams, bSuppressLoginErrors) == 0x000010, "Member 'FCommonUserInitializeParams::bSuppressLoginErrors' has a wrong offset!"); \ static_assert(offsetof(FCommonUserInitializeParams, OnUserInitializeComplete) == 0x000014, "Member 'FCommonUserInitializeParams::OnUserInitializeComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncAction_CommonUserInitialize_InitializeForLocalPlay \ static_assert(alignof(AsyncAction_CommonUserInitialize_InitializeForLocalPlay) == 0x000008, "Wrong alignment on AsyncAction_CommonUserInitialize_InitializeForLocalPlay"); \ static_assert(sizeof(AsyncAction_CommonUserInitialize_InitializeForLocalPlay) == 0x000020, "Wrong size on AsyncAction_CommonUserInitialize_InitializeForLocalPlay"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_InitializeForLocalPlay, Target) == 0x000000, "Member 'AsyncAction_CommonUserInitialize_InitializeForLocalPlay::Target' has a wrong offset!"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_InitializeForLocalPlay, LocalPlayerIndex) == 0x000008, "Member 'AsyncAction_CommonUserInitialize_InitializeForLocalPlay::LocalPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_InitializeForLocalPlay, ControllerId) == 0x00000C, "Member 'AsyncAction_CommonUserInitialize_InitializeForLocalPlay::ControllerId' has a wrong offset!"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_InitializeForLocalPlay, bCanUseGuestLogin) == 0x000010, "Member 'AsyncAction_CommonUserInitialize_InitializeForLocalPlay::bCanUseGuestLogin' has a wrong offset!"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_InitializeForLocalPlay, ReturnValue) == 0x000018, "Member 'AsyncAction_CommonUserInitialize_InitializeForLocalPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncAction_CommonUserInitialize_LoginForOnlinePlay \ static_assert(alignof(AsyncAction_CommonUserInitialize_LoginForOnlinePlay) == 0x000008, "Wrong alignment on AsyncAction_CommonUserInitialize_LoginForOnlinePlay"); \ static_assert(sizeof(AsyncAction_CommonUserInitialize_LoginForOnlinePlay) == 0x000018, "Wrong size on AsyncAction_CommonUserInitialize_LoginForOnlinePlay"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_LoginForOnlinePlay, Target) == 0x000000, "Member 'AsyncAction_CommonUserInitialize_LoginForOnlinePlay::Target' has a wrong offset!"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_LoginForOnlinePlay, LocalPlayerIndex) == 0x000008, "Member 'AsyncAction_CommonUserInitialize_LoginForOnlinePlay::LocalPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_LoginForOnlinePlay, ReturnValue) == 0x000010, "Member 'AsyncAction_CommonUserInitialize_LoginForOnlinePlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AsyncAction_CommonUserInitialize_HandleInitializationComplete \ static_assert(alignof(AsyncAction_CommonUserInitialize_HandleInitializationComplete) == 0x000008, "Wrong alignment on AsyncAction_CommonUserInitialize_HandleInitializationComplete"); \ static_assert(sizeof(AsyncAction_CommonUserInitialize_HandleInitializationComplete) == 0x000030, "Wrong size on AsyncAction_CommonUserInitialize_HandleInitializationComplete"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_HandleInitializationComplete, UserInfo) == 0x000000, "Member 'AsyncAction_CommonUserInitialize_HandleInitializationComplete::UserInfo' has a wrong offset!"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_HandleInitializationComplete, bSuccess) == 0x000008, "Member 'AsyncAction_CommonUserInitialize_HandleInitializationComplete::bSuccess' has a wrong offset!"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_HandleInitializationComplete, Error) == 0x000010, "Member 'AsyncAction_CommonUserInitialize_HandleInitializationComplete::Error' has a wrong offset!"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_HandleInitializationComplete, RequestedPrivilege) == 0x000028, "Member 'AsyncAction_CommonUserInitialize_HandleInitializationComplete::RequestedPrivilege' has a wrong offset!"); \ static_assert(offsetof(AsyncAction_CommonUserInitialize_HandleInitializationComplete, OnlineContext) == 0x000029, "Member 'AsyncAction_CommonUserInitialize_HandleInitializationComplete::OnlineContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAsyncAction_CommonUserInitialize \ static_assert(alignof(UAsyncAction_CommonUserInitialize) == 0x000008, "Wrong alignment on UAsyncAction_CommonUserInitialize"); \ static_assert(sizeof(UAsyncAction_CommonUserInitialize) == 0x000070, "Wrong size on UAsyncAction_CommonUserInitialize"); \ static_assert(offsetof(UAsyncAction_CommonUserInitialize, OnInitializationComplete) == 0x000030, "Member 'UAsyncAction_CommonUserInitialize::OnInitializationComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCommonSession_HostSessionRequest \ static_assert(alignof(UCommonSession_HostSessionRequest) == 0x000008, "Wrong alignment on UCommonSession_HostSessionRequest"); \ static_assert(sizeof(UCommonSession_HostSessionRequest) == 0x0000A8, "Wrong size on UCommonSession_HostSessionRequest"); \ static_assert(offsetof(UCommonSession_HostSessionRequest, OnlineMode) == 0x000028, "Member 'UCommonSession_HostSessionRequest::OnlineMode' has a wrong offset!"); \ static_assert(offsetof(UCommonSession_HostSessionRequest, bUseLobbies) == 0x000029, "Member 'UCommonSession_HostSessionRequest::bUseLobbies' has a wrong offset!"); \ static_assert(offsetof(UCommonSession_HostSessionRequest, ModeNameForAdvertisement) == 0x000030, "Member 'UCommonSession_HostSessionRequest::ModeNameForAdvertisement' has a wrong offset!"); \ static_assert(offsetof(UCommonSession_HostSessionRequest, MapID) == 0x000040, "Member 'UCommonSession_HostSessionRequest::MapID' has a wrong offset!"); \ static_assert(offsetof(UCommonSession_HostSessionRequest, ExtraArgs) == 0x000050, "Member 'UCommonSession_HostSessionRequest::ExtraArgs' has a wrong offset!"); \ static_assert(offsetof(UCommonSession_HostSessionRequest, MaxPlayerCount) == 0x0000A0, "Member 'UCommonSession_HostSessionRequest::MaxPlayerCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSession_SearchResult_GetDescription \ static_assert(alignof(CommonSession_SearchResult_GetDescription) == 0x000008, "Wrong alignment on CommonSession_SearchResult_GetDescription"); \ static_assert(sizeof(CommonSession_SearchResult_GetDescription) == 0x000010, "Wrong size on CommonSession_SearchResult_GetDescription"); \ static_assert(offsetof(CommonSession_SearchResult_GetDescription, ReturnValue) == 0x000000, "Member 'CommonSession_SearchResult_GetDescription::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSession_SearchResult_GetIntSetting \ static_assert(alignof(CommonSession_SearchResult_GetIntSetting) == 0x000004, "Wrong alignment on CommonSession_SearchResult_GetIntSetting"); \ static_assert(sizeof(CommonSession_SearchResult_GetIntSetting) == 0x000010, "Wrong size on CommonSession_SearchResult_GetIntSetting"); \ static_assert(offsetof(CommonSession_SearchResult_GetIntSetting, Key) == 0x000000, "Member 'CommonSession_SearchResult_GetIntSetting::Key' has a wrong offset!"); \ static_assert(offsetof(CommonSession_SearchResult_GetIntSetting, Value) == 0x000008, "Member 'CommonSession_SearchResult_GetIntSetting::Value' has a wrong offset!"); \ static_assert(offsetof(CommonSession_SearchResult_GetIntSetting, bFoundValue) == 0x00000C, "Member 'CommonSession_SearchResult_GetIntSetting::bFoundValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSession_SearchResult_GetMaxPublicConnections \ static_assert(alignof(CommonSession_SearchResult_GetMaxPublicConnections) == 0x000004, "Wrong alignment on CommonSession_SearchResult_GetMaxPublicConnections"); \ static_assert(sizeof(CommonSession_SearchResult_GetMaxPublicConnections) == 0x000004, "Wrong size on CommonSession_SearchResult_GetMaxPublicConnections"); \ static_assert(offsetof(CommonSession_SearchResult_GetMaxPublicConnections, ReturnValue) == 0x000000, "Member 'CommonSession_SearchResult_GetMaxPublicConnections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSession_SearchResult_GetNumOpenPrivateConnections \ static_assert(alignof(CommonSession_SearchResult_GetNumOpenPrivateConnections) == 0x000004, "Wrong alignment on CommonSession_SearchResult_GetNumOpenPrivateConnections"); \ static_assert(sizeof(CommonSession_SearchResult_GetNumOpenPrivateConnections) == 0x000004, "Wrong size on CommonSession_SearchResult_GetNumOpenPrivateConnections"); \ static_assert(offsetof(CommonSession_SearchResult_GetNumOpenPrivateConnections, ReturnValue) == 0x000000, "Member 'CommonSession_SearchResult_GetNumOpenPrivateConnections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSession_SearchResult_GetNumOpenPublicConnections \ static_assert(alignof(CommonSession_SearchResult_GetNumOpenPublicConnections) == 0x000004, "Wrong alignment on CommonSession_SearchResult_GetNumOpenPublicConnections"); \ static_assert(sizeof(CommonSession_SearchResult_GetNumOpenPublicConnections) == 0x000004, "Wrong size on CommonSession_SearchResult_GetNumOpenPublicConnections"); \ static_assert(offsetof(CommonSession_SearchResult_GetNumOpenPublicConnections, ReturnValue) == 0x000000, "Member 'CommonSession_SearchResult_GetNumOpenPublicConnections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSession_SearchResult_GetPingInMs \ static_assert(alignof(CommonSession_SearchResult_GetPingInMs) == 0x000004, "Wrong alignment on CommonSession_SearchResult_GetPingInMs"); \ static_assert(sizeof(CommonSession_SearchResult_GetPingInMs) == 0x000004, "Wrong size on CommonSession_SearchResult_GetPingInMs"); \ static_assert(offsetof(CommonSession_SearchResult_GetPingInMs, ReturnValue) == 0x000000, "Member 'CommonSession_SearchResult_GetPingInMs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSession_SearchResult_GetStringSetting \ static_assert(alignof(CommonSession_SearchResult_GetStringSetting) == 0x000008, "Wrong alignment on CommonSession_SearchResult_GetStringSetting"); \ static_assert(sizeof(CommonSession_SearchResult_GetStringSetting) == 0x000020, "Wrong size on CommonSession_SearchResult_GetStringSetting"); \ static_assert(offsetof(CommonSession_SearchResult_GetStringSetting, Key) == 0x000000, "Member 'CommonSession_SearchResult_GetStringSetting::Key' has a wrong offset!"); \ static_assert(offsetof(CommonSession_SearchResult_GetStringSetting, Value) == 0x000008, "Member 'CommonSession_SearchResult_GetStringSetting::Value' has a wrong offset!"); \ static_assert(offsetof(CommonSession_SearchResult_GetStringSetting, bFoundValue) == 0x000018, "Member 'CommonSession_SearchResult_GetStringSetting::bFoundValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCommonSession_SearchResult \ static_assert(alignof(UCommonSession_SearchResult) == 0x000008, "Wrong alignment on UCommonSession_SearchResult"); \ static_assert(sizeof(UCommonSession_SearchResult) == 0x000130, "Wrong size on UCommonSession_SearchResult"); \ #define DUMPER7_ASSERTS_UCommonSession_SearchSessionRequest \ static_assert(alignof(UCommonSession_SearchSessionRequest) == 0x000008, "Wrong alignment on UCommonSession_SearchSessionRequest"); \ static_assert(sizeof(UCommonSession_SearchSessionRequest) == 0x000068, "Wrong size on UCommonSession_SearchSessionRequest"); \ static_assert(offsetof(UCommonSession_SearchSessionRequest, OnlineMode) == 0x000028, "Member 'UCommonSession_SearchSessionRequest::OnlineMode' has a wrong offset!"); \ static_assert(offsetof(UCommonSession_SearchSessionRequest, bUseLobbies) == 0x000029, "Member 'UCommonSession_SearchSessionRequest::bUseLobbies' has a wrong offset!"); \ static_assert(offsetof(UCommonSession_SearchSessionRequest, Results) == 0x000030, "Member 'UCommonSession_SearchSessionRequest::Results' has a wrong offset!"); \ static_assert(offsetof(UCommonSession_SearchSessionRequest, K2_OnSearchFinished) == 0x000058, "Member 'UCommonSession_SearchSessionRequest::K2_OnSearchFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSessionSubsystem_CreateOnlineHostSessionRequest \ static_assert(alignof(CommonSessionSubsystem_CreateOnlineHostSessionRequest) == 0x000008, "Wrong alignment on CommonSessionSubsystem_CreateOnlineHostSessionRequest"); \ static_assert(sizeof(CommonSessionSubsystem_CreateOnlineHostSessionRequest) == 0x000008, "Wrong size on CommonSessionSubsystem_CreateOnlineHostSessionRequest"); \ static_assert(offsetof(CommonSessionSubsystem_CreateOnlineHostSessionRequest, ReturnValue) == 0x000000, "Member 'CommonSessionSubsystem_CreateOnlineHostSessionRequest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSessionSubsystem_CreateOnlineSearchSessionRequest \ static_assert(alignof(CommonSessionSubsystem_CreateOnlineSearchSessionRequest) == 0x000008, "Wrong alignment on CommonSessionSubsystem_CreateOnlineSearchSessionRequest"); \ static_assert(sizeof(CommonSessionSubsystem_CreateOnlineSearchSessionRequest) == 0x000008, "Wrong size on CommonSessionSubsystem_CreateOnlineSearchSessionRequest"); \ static_assert(offsetof(CommonSessionSubsystem_CreateOnlineSearchSessionRequest, ReturnValue) == 0x000000, "Member 'CommonSessionSubsystem_CreateOnlineSearchSessionRequest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSessionSubsystem_FindSessions \ static_assert(alignof(CommonSessionSubsystem_FindSessions) == 0x000008, "Wrong alignment on CommonSessionSubsystem_FindSessions"); \ static_assert(sizeof(CommonSessionSubsystem_FindSessions) == 0x000010, "Wrong size on CommonSessionSubsystem_FindSessions"); \ static_assert(offsetof(CommonSessionSubsystem_FindSessions, SearchingPlayer) == 0x000000, "Member 'CommonSessionSubsystem_FindSessions::SearchingPlayer' has a wrong offset!"); \ static_assert(offsetof(CommonSessionSubsystem_FindSessions, Request) == 0x000008, "Member 'CommonSessionSubsystem_FindSessions::Request' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSessionSubsystem_HostSession \ static_assert(alignof(CommonSessionSubsystem_HostSession) == 0x000008, "Wrong alignment on CommonSessionSubsystem_HostSession"); \ static_assert(sizeof(CommonSessionSubsystem_HostSession) == 0x000010, "Wrong size on CommonSessionSubsystem_HostSession"); \ static_assert(offsetof(CommonSessionSubsystem_HostSession, HostingPlayer) == 0x000000, "Member 'CommonSessionSubsystem_HostSession::HostingPlayer' has a wrong offset!"); \ static_assert(offsetof(CommonSessionSubsystem_HostSession, Request) == 0x000008, "Member 'CommonSessionSubsystem_HostSession::Request' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSessionSubsystem_JoinSession \ static_assert(alignof(CommonSessionSubsystem_JoinSession) == 0x000008, "Wrong alignment on CommonSessionSubsystem_JoinSession"); \ static_assert(sizeof(CommonSessionSubsystem_JoinSession) == 0x000010, "Wrong size on CommonSessionSubsystem_JoinSession"); \ static_assert(offsetof(CommonSessionSubsystem_JoinSession, JoiningPlayer) == 0x000000, "Member 'CommonSessionSubsystem_JoinSession::JoiningPlayer' has a wrong offset!"); \ static_assert(offsetof(CommonSessionSubsystem_JoinSession, Request) == 0x000008, "Member 'CommonSessionSubsystem_JoinSession::Request' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonSessionSubsystem_QuickPlaySession \ static_assert(alignof(CommonSessionSubsystem_QuickPlaySession) == 0x000008, "Wrong alignment on CommonSessionSubsystem_QuickPlaySession"); \ static_assert(sizeof(CommonSessionSubsystem_QuickPlaySession) == 0x000010, "Wrong size on CommonSessionSubsystem_QuickPlaySession"); \ static_assert(offsetof(CommonSessionSubsystem_QuickPlaySession, JoiningOrHostingPlayer) == 0x000000, "Member 'CommonSessionSubsystem_QuickPlaySession::JoiningOrHostingPlayer' has a wrong offset!"); \ static_assert(offsetof(CommonSessionSubsystem_QuickPlaySession, Request) == 0x000008, "Member 'CommonSessionSubsystem_QuickPlaySession::Request' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCommonSessionSubsystem \ static_assert(alignof(UCommonSessionSubsystem) == 0x000008, "Wrong alignment on UCommonSessionSubsystem"); \ static_assert(sizeof(UCommonSessionSubsystem) == 0x000068, "Wrong size on UCommonSessionSubsystem"); \ #define DUMPER7_ASSERTS_CommonUserInfo_GetCachedPrivilegeResult \ static_assert(alignof(CommonUserInfo_GetCachedPrivilegeResult) == 0x000001, "Wrong alignment on CommonUserInfo_GetCachedPrivilegeResult"); \ static_assert(sizeof(CommonUserInfo_GetCachedPrivilegeResult) == 0x000003, "Wrong size on CommonUserInfo_GetCachedPrivilegeResult"); \ static_assert(offsetof(CommonUserInfo_GetCachedPrivilegeResult, Privilege) == 0x000000, "Member 'CommonUserInfo_GetCachedPrivilegeResult::Privilege' has a wrong offset!"); \ static_assert(offsetof(CommonUserInfo_GetCachedPrivilegeResult, Context) == 0x000001, "Member 'CommonUserInfo_GetCachedPrivilegeResult::Context' has a wrong offset!"); \ static_assert(offsetof(CommonUserInfo_GetCachedPrivilegeResult, ReturnValue) == 0x000002, "Member 'CommonUserInfo_GetCachedPrivilegeResult::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserInfo_GetDebugString \ static_assert(alignof(CommonUserInfo_GetDebugString) == 0x000008, "Wrong alignment on CommonUserInfo_GetDebugString"); \ static_assert(sizeof(CommonUserInfo_GetDebugString) == 0x000010, "Wrong size on CommonUserInfo_GetDebugString"); \ static_assert(offsetof(CommonUserInfo_GetDebugString, ReturnValue) == 0x000000, "Member 'CommonUserInfo_GetDebugString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserInfo_GetNetId \ static_assert(alignof(CommonUserInfo_GetNetId) == 0x000008, "Wrong alignment on CommonUserInfo_GetNetId"); \ static_assert(sizeof(CommonUserInfo_GetNetId) == 0x000030, "Wrong size on CommonUserInfo_GetNetId"); \ static_assert(offsetof(CommonUserInfo_GetNetId, Context) == 0x000000, "Member 'CommonUserInfo_GetNetId::Context' has a wrong offset!"); \ static_assert(offsetof(CommonUserInfo_GetNetId, ReturnValue) == 0x000008, "Member 'CommonUserInfo_GetNetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserInfo_GetNickname \ static_assert(alignof(CommonUserInfo_GetNickname) == 0x000008, "Wrong alignment on CommonUserInfo_GetNickname"); \ static_assert(sizeof(CommonUserInfo_GetNickname) == 0x000010, "Wrong size on CommonUserInfo_GetNickname"); \ static_assert(offsetof(CommonUserInfo_GetNickname, ReturnValue) == 0x000000, "Member 'CommonUserInfo_GetNickname::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserInfo_GetPrivilegeAvailability \ static_assert(alignof(CommonUserInfo_GetPrivilegeAvailability) == 0x000001, "Wrong alignment on CommonUserInfo_GetPrivilegeAvailability"); \ static_assert(sizeof(CommonUserInfo_GetPrivilegeAvailability) == 0x000002, "Wrong size on CommonUserInfo_GetPrivilegeAvailability"); \ static_assert(offsetof(CommonUserInfo_GetPrivilegeAvailability, Privilege) == 0x000000, "Member 'CommonUserInfo_GetPrivilegeAvailability::Privilege' has a wrong offset!"); \ static_assert(offsetof(CommonUserInfo_GetPrivilegeAvailability, ReturnValue) == 0x000001, "Member 'CommonUserInfo_GetPrivilegeAvailability::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCommonUserInfo \ static_assert(alignof(UCommonUserInfo) == 0x000008, "Wrong alignment on UCommonUserInfo"); \ static_assert(sizeof(UCommonUserInfo) == 0x000088, "Wrong size on UCommonUserInfo"); \ static_assert(offsetof(UCommonUserInfo, PrimaryControllerId) == 0x000028, "Member 'UCommonUserInfo::PrimaryControllerId' has a wrong offset!"); \ static_assert(offsetof(UCommonUserInfo, PlatformUserIndex) == 0x00002C, "Member 'UCommonUserInfo::PlatformUserIndex' has a wrong offset!"); \ static_assert(offsetof(UCommonUserInfo, LocalPlayerIndex) == 0x000030, "Member 'UCommonUserInfo::LocalPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(UCommonUserInfo, bCanBeGuest) == 0x000034, "Member 'UCommonUserInfo::bCanBeGuest' has a wrong offset!"); \ static_assert(offsetof(UCommonUserInfo, bIsGuest) == 0x000035, "Member 'UCommonUserInfo::bIsGuest' has a wrong offset!"); \ static_assert(offsetof(UCommonUserInfo, InitializationState) == 0x000036, "Member 'UCommonUserInfo::InitializationState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_CancelUserInitialization \ static_assert(alignof(CommonUserSubsystem_CancelUserInitialization) == 0x000004, "Wrong alignment on CommonUserSubsystem_CancelUserInitialization"); \ static_assert(sizeof(CommonUserSubsystem_CancelUserInitialization) == 0x000008, "Wrong size on CommonUserSubsystem_CancelUserInitialization"); \ static_assert(offsetof(CommonUserSubsystem_CancelUserInitialization, LocalPlayerIndex) == 0x000000, "Member 'CommonUserSubsystem_CancelUserInitialization::LocalPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_CancelUserInitialization, ReturnValue) == 0x000004, "Member 'CommonUserSubsystem_CancelUserInitialization::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_ListenForLoginKeyInput \ static_assert(alignof(CommonUserSubsystem_ListenForLoginKeyInput) == 0x000008, "Wrong alignment on CommonUserSubsystem_ListenForLoginKeyInput"); \ static_assert(sizeof(CommonUserSubsystem_ListenForLoginKeyInput) == 0x000048, "Wrong size on CommonUserSubsystem_ListenForLoginKeyInput"); \ static_assert(offsetof(CommonUserSubsystem_ListenForLoginKeyInput, AnyUserKeys) == 0x000000, "Member 'CommonUserSubsystem_ListenForLoginKeyInput::AnyUserKeys' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_ListenForLoginKeyInput, NewUserKeys) == 0x000010, "Member 'CommonUserSubsystem_ListenForLoginKeyInput::NewUserKeys' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_ListenForLoginKeyInput, Params_0) == 0x000020, "Member 'CommonUserSubsystem_ListenForLoginKeyInput::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_SendSystemMessage \ static_assert(alignof(CommonUserSubsystem_SendSystemMessage) == 0x000008, "Wrong alignment on CommonUserSubsystem_SendSystemMessage"); \ static_assert(sizeof(CommonUserSubsystem_SendSystemMessage) == 0x000038, "Wrong size on CommonUserSubsystem_SendSystemMessage"); \ static_assert(offsetof(CommonUserSubsystem_SendSystemMessage, MessageType) == 0x000000, "Member 'CommonUserSubsystem_SendSystemMessage::MessageType' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_SendSystemMessage, TitleText) == 0x000008, "Member 'CommonUserSubsystem_SendSystemMessage::TitleText' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_SendSystemMessage, BodyText) == 0x000020, "Member 'CommonUserSubsystem_SendSystemMessage::BodyText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_SetMaxLocalPlayers \ static_assert(alignof(CommonUserSubsystem_SetMaxLocalPlayers) == 0x000004, "Wrong alignment on CommonUserSubsystem_SetMaxLocalPlayers"); \ static_assert(sizeof(CommonUserSubsystem_SetMaxLocalPlayers) == 0x000004, "Wrong size on CommonUserSubsystem_SetMaxLocalPlayers"); \ static_assert(offsetof(CommonUserSubsystem_SetMaxLocalPlayers, InMaxLocalPLayers) == 0x000000, "Member 'CommonUserSubsystem_SetMaxLocalPlayers::InMaxLocalPLayers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_TryToInitializeForLocalPlay \ static_assert(alignof(CommonUserSubsystem_TryToInitializeForLocalPlay) == 0x000004, "Wrong alignment on CommonUserSubsystem_TryToInitializeForLocalPlay"); \ static_assert(sizeof(CommonUserSubsystem_TryToInitializeForLocalPlay) == 0x00000C, "Wrong size on CommonUserSubsystem_TryToInitializeForLocalPlay"); \ static_assert(offsetof(CommonUserSubsystem_TryToInitializeForLocalPlay, LocalPlayerIndex) == 0x000000, "Member 'CommonUserSubsystem_TryToInitializeForLocalPlay::LocalPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_TryToInitializeForLocalPlay, ControllerId) == 0x000004, "Member 'CommonUserSubsystem_TryToInitializeForLocalPlay::ControllerId' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_TryToInitializeForLocalPlay, bCanUseGuestLogin) == 0x000008, "Member 'CommonUserSubsystem_TryToInitializeForLocalPlay::bCanUseGuestLogin' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_TryToInitializeForLocalPlay, ReturnValue) == 0x000009, "Member 'CommonUserSubsystem_TryToInitializeForLocalPlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_TryToInitializeUser \ static_assert(alignof(CommonUserSubsystem_TryToInitializeUser) == 0x000004, "Wrong alignment on CommonUserSubsystem_TryToInitializeUser"); \ static_assert(sizeof(CommonUserSubsystem_TryToInitializeUser) == 0x000028, "Wrong size on CommonUserSubsystem_TryToInitializeUser"); \ static_assert(offsetof(CommonUserSubsystem_TryToInitializeUser, Params_0) == 0x000000, "Member 'CommonUserSubsystem_TryToInitializeUser::Params_0' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_TryToInitializeUser, ReturnValue) == 0x000024, "Member 'CommonUserSubsystem_TryToInitializeUser::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_TryToLoginForOnlinePlay \ static_assert(alignof(CommonUserSubsystem_TryToLoginForOnlinePlay) == 0x000004, "Wrong alignment on CommonUserSubsystem_TryToLoginForOnlinePlay"); \ static_assert(sizeof(CommonUserSubsystem_TryToLoginForOnlinePlay) == 0x000008, "Wrong size on CommonUserSubsystem_TryToLoginForOnlinePlay"); \ static_assert(offsetof(CommonUserSubsystem_TryToLoginForOnlinePlay, LocalPlayerIndex) == 0x000000, "Member 'CommonUserSubsystem_TryToLoginForOnlinePlay::LocalPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_TryToLoginForOnlinePlay, ReturnValue) == 0x000004, "Member 'CommonUserSubsystem_TryToLoginForOnlinePlay::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_GetLocalPlayerInitializationState \ static_assert(alignof(CommonUserSubsystem_GetLocalPlayerInitializationState) == 0x000004, "Wrong alignment on CommonUserSubsystem_GetLocalPlayerInitializationState"); \ static_assert(sizeof(CommonUserSubsystem_GetLocalPlayerInitializationState) == 0x000008, "Wrong size on CommonUserSubsystem_GetLocalPlayerInitializationState"); \ static_assert(offsetof(CommonUserSubsystem_GetLocalPlayerInitializationState, LocalPlayerIndex) == 0x000000, "Member 'CommonUserSubsystem_GetLocalPlayerInitializationState::LocalPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_GetLocalPlayerInitializationState, ReturnValue) == 0x000004, "Member 'CommonUserSubsystem_GetLocalPlayerInitializationState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_GetMaxLocalPlayers \ static_assert(alignof(CommonUserSubsystem_GetMaxLocalPlayers) == 0x000004, "Wrong alignment on CommonUserSubsystem_GetMaxLocalPlayers"); \ static_assert(sizeof(CommonUserSubsystem_GetMaxLocalPlayers) == 0x000004, "Wrong size on CommonUserSubsystem_GetMaxLocalPlayers"); \ static_assert(offsetof(CommonUserSubsystem_GetMaxLocalPlayers, ReturnValue) == 0x000000, "Member 'CommonUserSubsystem_GetMaxLocalPlayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_GetNumLocalPlayers \ static_assert(alignof(CommonUserSubsystem_GetNumLocalPlayers) == 0x000004, "Wrong alignment on CommonUserSubsystem_GetNumLocalPlayers"); \ static_assert(sizeof(CommonUserSubsystem_GetNumLocalPlayers) == 0x000004, "Wrong size on CommonUserSubsystem_GetNumLocalPlayers"); \ static_assert(offsetof(CommonUserSubsystem_GetNumLocalPlayers, ReturnValue) == 0x000000, "Member 'CommonUserSubsystem_GetNumLocalPlayers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_GetUserInfoForControllerId \ static_assert(alignof(CommonUserSubsystem_GetUserInfoForControllerId) == 0x000008, "Wrong alignment on CommonUserSubsystem_GetUserInfoForControllerId"); \ static_assert(sizeof(CommonUserSubsystem_GetUserInfoForControllerId) == 0x000010, "Wrong size on CommonUserSubsystem_GetUserInfoForControllerId"); \ static_assert(offsetof(CommonUserSubsystem_GetUserInfoForControllerId, ControllerId) == 0x000000, "Member 'CommonUserSubsystem_GetUserInfoForControllerId::ControllerId' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_GetUserInfoForControllerId, ReturnValue) == 0x000008, "Member 'CommonUserSubsystem_GetUserInfoForControllerId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_GetUserInfoForLocalPlayerIndex \ static_assert(alignof(CommonUserSubsystem_GetUserInfoForLocalPlayerIndex) == 0x000008, "Wrong alignment on CommonUserSubsystem_GetUserInfoForLocalPlayerIndex"); \ static_assert(sizeof(CommonUserSubsystem_GetUserInfoForLocalPlayerIndex) == 0x000010, "Wrong size on CommonUserSubsystem_GetUserInfoForLocalPlayerIndex"); \ static_assert(offsetof(CommonUserSubsystem_GetUserInfoForLocalPlayerIndex, LocalPlayerIndex) == 0x000000, "Member 'CommonUserSubsystem_GetUserInfoForLocalPlayerIndex::LocalPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_GetUserInfoForLocalPlayerIndex, ReturnValue) == 0x000008, "Member 'CommonUserSubsystem_GetUserInfoForLocalPlayerIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_GetUserInfoForPlatformUserIndex \ static_assert(alignof(CommonUserSubsystem_GetUserInfoForPlatformUserIndex) == 0x000008, "Wrong alignment on CommonUserSubsystem_GetUserInfoForPlatformUserIndex"); \ static_assert(sizeof(CommonUserSubsystem_GetUserInfoForPlatformUserIndex) == 0x000010, "Wrong size on CommonUserSubsystem_GetUserInfoForPlatformUserIndex"); \ static_assert(offsetof(CommonUserSubsystem_GetUserInfoForPlatformUserIndex, PlatformUserIndex) == 0x000000, "Member 'CommonUserSubsystem_GetUserInfoForPlatformUserIndex::PlatformUserIndex' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_GetUserInfoForPlatformUserIndex, ReturnValue) == 0x000008, "Member 'CommonUserSubsystem_GetUserInfoForPlatformUserIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_GetUserInfoForUniqueNetId \ static_assert(alignof(CommonUserSubsystem_GetUserInfoForUniqueNetId) == 0x000008, "Wrong alignment on CommonUserSubsystem_GetUserInfoForUniqueNetId"); \ static_assert(sizeof(CommonUserSubsystem_GetUserInfoForUniqueNetId) == 0x000030, "Wrong size on CommonUserSubsystem_GetUserInfoForUniqueNetId"); \ static_assert(offsetof(CommonUserSubsystem_GetUserInfoForUniqueNetId, NetId) == 0x000000, "Member 'CommonUserSubsystem_GetUserInfoForUniqueNetId::NetId' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_GetUserInfoForUniqueNetId, ReturnValue) == 0x000028, "Member 'CommonUserSubsystem_GetUserInfoForUniqueNetId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_HasTraitTag \ static_assert(alignof(CommonUserSubsystem_HasTraitTag) == 0x000004, "Wrong alignment on CommonUserSubsystem_HasTraitTag"); \ static_assert(sizeof(CommonUserSubsystem_HasTraitTag) == 0x00000C, "Wrong size on CommonUserSubsystem_HasTraitTag"); \ static_assert(offsetof(CommonUserSubsystem_HasTraitTag, TraitTag) == 0x000000, "Member 'CommonUserSubsystem_HasTraitTag::TraitTag' has a wrong offset!"); \ static_assert(offsetof(CommonUserSubsystem_HasTraitTag, ReturnValue) == 0x000008, "Member 'CommonUserSubsystem_HasTraitTag::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CommonUserSubsystem_ShouldWaitForStartInput \ static_assert(alignof(CommonUserSubsystem_ShouldWaitForStartInput) == 0x000001, "Wrong alignment on CommonUserSubsystem_ShouldWaitForStartInput"); \ static_assert(sizeof(CommonUserSubsystem_ShouldWaitForStartInput) == 0x000001, "Wrong size on CommonUserSubsystem_ShouldWaitForStartInput"); \ static_assert(offsetof(CommonUserSubsystem_ShouldWaitForStartInput, ReturnValue) == 0x000000, "Member 'CommonUserSubsystem_ShouldWaitForStartInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCommonUserSubsystem \ static_assert(alignof(UCommonUserSubsystem) == 0x000008, "Wrong alignment on UCommonUserSubsystem"); \ static_assert(sizeof(UCommonUserSubsystem) == 0x000150, "Wrong size on UCommonUserSubsystem"); \ static_assert(offsetof(UCommonUserSubsystem, OnUserInitializeComplete) == 0x000030, "Member 'UCommonUserSubsystem::OnUserInitializeComplete' has a wrong offset!"); \ static_assert(offsetof(UCommonUserSubsystem, OnHandleSystemMessage) == 0x000040, "Member 'UCommonUserSubsystem::OnHandleSystemMessage' has a wrong offset!"); \ static_assert(offsetof(UCommonUserSubsystem, OnUserPrivilegeChanged) == 0x000050, "Member 'UCommonUserSubsystem::OnUserPrivilegeChanged' has a wrong offset!"); \ static_assert(offsetof(UCommonUserSubsystem, LocalUserInfos) == 0x0000C8, "Member 'UCommonUserSubsystem::LocalUserInfos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTip \ static_assert(alignof(FTip) == 0x000008, "Wrong alignment on FTip"); \ static_assert(sizeof(FTip) == 0x000030, "Wrong size on FTip"); \ static_assert(offsetof(FTip, TipTitle) == 0x000000, "Member 'FTip::TipTitle' has a wrong offset!"); \ static_assert(offsetof(FTip, TipText) == 0x000018, "Member 'FTip::TipText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOLoadingScreenDescription \ static_assert(alignof(FEOLoadingScreenDescription) == 0x000008, "Wrong alignment on FEOLoadingScreenDescription"); \ static_assert(sizeof(FEOLoadingScreenDescription) == 0x000080, "Wrong size on FEOLoadingScreenDescription"); \ static_assert(offsetof(FEOLoadingScreenDescription, MinimumLoadingScreenDisplayTime) == 0x000000, "Member 'FEOLoadingScreenDescription::MinimumLoadingScreenDisplayTime' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, bAutoCompleteWhenLoadingCompletes) == 0x00000C, "Member 'FEOLoadingScreenDescription::bAutoCompleteWhenLoadingCompletes' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, bMoviesAreSkippable) == 0x00000D, "Member 'FEOLoadingScreenDescription::bMoviesAreSkippable' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, bWaitForManualStop) == 0x00000E, "Member 'FEOLoadingScreenDescription::bWaitForManualStop' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, PlaybackType) == 0x000010, "Member 'FEOLoadingScreenDescription::PlaybackType' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, MoviePaths) == 0x000018, "Member 'FEOLoadingScreenDescription::MoviePaths' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, bShowUIOverlay) == 0x000028, "Member 'FEOLoadingScreenDescription::bShowUIOverlay' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, LoadingText) == 0x000030, "Member 'FEOLoadingScreenDescription::LoadingText' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, Images) == 0x000048, "Member 'FEOLoadingScreenDescription::Images' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, ImageStretch) == 0x000058, "Member 'FEOLoadingScreenDescription::ImageStretch' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, BackgroundColor) == 0x00005C, "Member 'FEOLoadingScreenDescription::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, TipBackgroundColor) == 0x00006C, "Member 'FEOLoadingScreenDescription::TipBackgroundColor' has a wrong offset!"); \ static_assert(offsetof(FEOLoadingScreenDescription, bShowVideoSubtitles) == 0x00007C, "Member 'FEOLoadingScreenDescription::bShowVideoSubtitles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_GetCurrentLoadingMovieDuration \ static_assert(alignof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieDuration) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_GetCurrentLoadingMovieDuration"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieDuration) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_GetCurrentLoadingMovieDuration"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieDuration, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_GetCurrentLoadingMovieDuration::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieDuration, ReturnValue) == 0x000008, "Member 'EOLoadingScreenBPLibrary_GetCurrentLoadingMovieDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_GetCurrentLoadingMovieName \ static_assert(alignof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieName) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_GetCurrentLoadingMovieName"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieName) == 0x000018, "Wrong size on EOLoadingScreenBPLibrary_GetCurrentLoadingMovieName"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieName, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_GetCurrentLoadingMovieName::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieName, ReturnValue) == 0x000008, "Member 'EOLoadingScreenBPLibrary_GetCurrentLoadingMovieName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_GetCurrentLoadingMoviePlaybackType \ static_assert(alignof(EOLoadingScreenBPLibrary_GetCurrentLoadingMoviePlaybackType) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_GetCurrentLoadingMoviePlaybackType"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_GetCurrentLoadingMoviePlaybackType) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_GetCurrentLoadingMoviePlaybackType"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_GetCurrentLoadingMoviePlaybackType, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_GetCurrentLoadingMoviePlaybackType::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_GetCurrentLoadingMoviePlaybackType, ReturnValue) == 0x000008, "Member 'EOLoadingScreenBPLibrary_GetCurrentLoadingMoviePlaybackType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_GetCurrentLoadingMovieTime \ static_assert(alignof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieTime) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_GetCurrentLoadingMovieTime"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieTime) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_GetCurrentLoadingMovieTime"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieTime, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_GetCurrentLoadingMovieTime::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieTime, ReturnValue) == 0x000008, "Member 'EOLoadingScreenBPLibrary_GetCurrentLoadingMovieTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_GetCurrentLoadingMovieVolume \ static_assert(alignof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieVolume) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_GetCurrentLoadingMovieVolume"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieVolume) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_GetCurrentLoadingMovieVolume"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieVolume, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_GetCurrentLoadingMovieVolume::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_GetCurrentLoadingMovieVolume, ReturnValue) == 0x000008, "Member 'EOLoadingScreenBPLibrary_GetCurrentLoadingMovieVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_IsAnyLoadingMoviePlaying \ static_assert(alignof(EOLoadingScreenBPLibrary_IsAnyLoadingMoviePlaying) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_IsAnyLoadingMoviePlaying"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_IsAnyLoadingMoviePlaying) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_IsAnyLoadingMoviePlaying"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_IsAnyLoadingMoviePlaying, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_IsAnyLoadingMoviePlaying::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_IsAnyLoadingMoviePlaying, ReturnValue) == 0x000008, "Member 'EOLoadingScreenBPLibrary_IsAnyLoadingMoviePlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_IsLastLoadingMovieInPlaylist \ static_assert(alignof(EOLoadingScreenBPLibrary_IsLastLoadingMovieInPlaylist) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_IsLastLoadingMovieInPlaylist"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_IsLastLoadingMovieInPlaylist) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_IsLastLoadingMovieInPlaylist"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_IsLastLoadingMovieInPlaylist, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_IsLastLoadingMovieInPlaylist::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_IsLastLoadingMovieInPlaylist, ReturnValue) == 0x000008, "Member 'EOLoadingScreenBPLibrary_IsLastLoadingMovieInPlaylist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_IsLoadingMovieDone \ static_assert(alignof(EOLoadingScreenBPLibrary_IsLoadingMovieDone) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_IsLoadingMovieDone"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_IsLoadingMovieDone) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_IsLoadingMovieDone"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_IsLoadingMovieDone, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_IsLoadingMovieDone::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_IsLoadingMovieDone, ReturnValue) == 0x000008, "Member 'EOLoadingScreenBPLibrary_IsLoadingMovieDone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_IsLoadingMoviePlaying \ static_assert(alignof(EOLoadingScreenBPLibrary_IsLoadingMoviePlaying) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_IsLoadingMoviePlaying"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_IsLoadingMoviePlaying) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_IsLoadingMoviePlaying"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_IsLoadingMoviePlaying, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_IsLoadingMoviePlaying::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_IsLoadingMoviePlaying, ReturnValue) == 0x000008, "Member 'EOLoadingScreenBPLibrary_IsLoadingMoviePlaying::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_PlayLoadingMovie \ static_assert(alignof(EOLoadingScreenBPLibrary_PlayLoadingMovie) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_PlayLoadingMovie"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_PlayLoadingMovie) == 0x000028, "Wrong size on EOLoadingScreenBPLibrary_PlayLoadingMovie"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovie, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovie::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovie, MovieFilePath) == 0x000008, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovie::MovieFilePath' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovie, bStartAsInvisible) == 0x000018, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovie::bStartAsInvisible' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovie, bSkippable) == 0x000019, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovie::bSkippable' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovie, bLooping) == 0x00001A, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovie::bLooping' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovie, bAllowEngineTick) == 0x00001B, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovie::bAllowEngineTick' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovie, bWaitForManualStop) == 0x00001C, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovie::bWaitForManualStop' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovie, bAutoCompleteWhenLoadingCompletes) == 0x00001D, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovie::bAutoCompleteWhenLoadingCompletes' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovie, StartingAudioVolume) == 0x000020, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovie::StartingAudioVolume' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovie, bAutoPlay) == 0x000024, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovie::bAutoPlay' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovie, ReturnValue) == 0x000025, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovie::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_PlayLoadingMovieExtra \ static_assert(alignof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_PlayLoadingMovieExtra"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra) == 0x000080, "Wrong size on EOLoadingScreenBPLibrary_PlayLoadingMovieExtra"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, MovieFilePath) == 0x000008, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::MovieFilePath' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, Images) == 0x000018, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::Images' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, ImageStretch) == 0x000028, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::ImageStretch' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, bStartAsInvisible) == 0x000029, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::bStartAsInvisible' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, bSkippable) == 0x00002A, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::bSkippable' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, bLooping) == 0x00002B, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::bLooping' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, bAllowEngineTick) == 0x00002C, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::bAllowEngineTick' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, bWaitForManualStop) == 0x00002D, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::bWaitForManualStop' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, bAutoCompleteWhenLoadingCompletes) == 0x00002E, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::bAutoCompleteWhenLoadingCompletes' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, StartingAudioVolume) == 0x000030, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::StartingAudioVolume' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, MinimumLoadingScreenDisplayTime) == 0x000034, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::MinimumLoadingScreenDisplayTime' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, bShowUIOverlay) == 0x000038, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::bShowUIOverlay' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, LoadingText) == 0x000040, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::LoadingText' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, BackgroundColor) == 0x000058, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, TipBackgroundColor) == 0x000068, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::TipBackgroundColor' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, bAutoPlay) == 0x000078, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::bAutoPlay' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieExtra, ReturnValue) == 0x000079, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieExtra::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_PlayLoadingMovieList \ static_assert(alignof(EOLoadingScreenBPLibrary_PlayLoadingMovieList) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_PlayLoadingMovieList"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_PlayLoadingMovieList) == 0x000028, "Wrong size on EOLoadingScreenBPLibrary_PlayLoadingMovieList"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieList, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieList::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieList, MovieFilePaths) == 0x000008, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieList::MovieFilePaths' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieList, bStartAsInvisible) == 0x000018, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieList::bStartAsInvisible' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieList, bSkippable) == 0x000019, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieList::bSkippable' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieList, PlaybackType) == 0x00001A, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieList::PlaybackType' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieList, bAllowEngineTick) == 0x00001B, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieList::bAllowEngineTick' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieList, bWaitForManualStop) == 0x00001C, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieList::bWaitForManualStop' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieList, bAutoCompleteWhenLoadingCompletes) == 0x00001D, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieList::bAutoCompleteWhenLoadingCompletes' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieList, StartingAudioVolume) == 0x000020, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieList::StartingAudioVolume' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieList, ReturnValue) == 0x000024, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieList::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra \ static_assert(alignof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra) == 0x000080, "Wrong size on EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, MovieFilePaths) == 0x000008, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::MovieFilePaths' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, Images) == 0x000018, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::Images' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, ImageStretch) == 0x000028, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::ImageStretch' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, bStartAsInvisible) == 0x000029, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::bStartAsInvisible' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, bSkippable) == 0x00002A, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::bSkippable' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, PlaybackType) == 0x00002B, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::PlaybackType' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, bAllowEngineTick) == 0x00002C, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::bAllowEngineTick' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, bWaitForManualStop) == 0x00002D, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::bWaitForManualStop' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, bAutoCompleteWhenLoadingCompletes) == 0x00002E, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::bAutoCompleteWhenLoadingCompletes' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, StartingAudioVolume) == 0x000030, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::StartingAudioVolume' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, MinimumLoadingScreenDisplayTime) == 0x000034, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::MinimumLoadingScreenDisplayTime' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, bShowUIOverlay) == 0x000038, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::bShowUIOverlay' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, LoadingText) == 0x000040, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::LoadingText' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, BackgroundColor) == 0x000058, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::BackgroundColor' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, TipBackgroundColor) == 0x000068, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::TipBackgroundColor' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, bAutoPlay) == 0x000078, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::bAutoPlay' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra, ReturnValue) == 0x000079, "Member 'EOLoadingScreenBPLibrary_PlayLoadingMovieListExtra::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_SetCurrentLoadingMovieVolume \ static_assert(alignof(EOLoadingScreenBPLibrary_SetCurrentLoadingMovieVolume) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_SetCurrentLoadingMovieVolume"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_SetCurrentLoadingMovieVolume) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_SetCurrentLoadingMovieVolume"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_SetCurrentLoadingMovieVolume, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_SetCurrentLoadingMovieVolume::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_SetCurrentLoadingMovieVolume, NewVolume) == 0x000008, "Member 'EOLoadingScreenBPLibrary_SetCurrentLoadingMovieVolume::NewVolume' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_SetCurrentLoadingMovieVolume, ReturnValue) == 0x00000C, "Member 'EOLoadingScreenBPLibrary_SetCurrentLoadingMovieVolume::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_SetLoadingMovieInvisible \ static_assert(alignof(EOLoadingScreenBPLibrary_SetLoadingMovieInvisible) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_SetLoadingMovieInvisible"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_SetLoadingMovieInvisible) == 0x000008, "Wrong size on EOLoadingScreenBPLibrary_SetLoadingMovieInvisible"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_SetLoadingMovieInvisible, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_SetLoadingMovieInvisible::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_SetLoadingMovieVolume \ static_assert(alignof(EOLoadingScreenBPLibrary_SetLoadingMovieVolume) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_SetLoadingMovieVolume"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_SetLoadingMovieVolume) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_SetLoadingMovieVolume"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_SetLoadingMovieVolume, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_SetLoadingMovieVolume::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_SetLoadingMovieVolume, NewVolume) == 0x000008, "Member 'EOLoadingScreenBPLibrary_SetLoadingMovieVolume::NewVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_StopLoadingMovie \ static_assert(alignof(EOLoadingScreenBPLibrary_StopLoadingMovie) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_StopLoadingMovie"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_StopLoadingMovie) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_StopLoadingMovie"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_StopLoadingMovie, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_StopLoadingMovie::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_StopLoadingMovie, bTickEngineWhileWaitingToFinish) == 0x000008, "Member 'EOLoadingScreenBPLibrary_StopLoadingMovie::bTickEngineWhileWaitingToFinish' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenBPLibrary_WaitForLoadingMovieToFinish \ static_assert(alignof(EOLoadingScreenBPLibrary_WaitForLoadingMovieToFinish) == 0x000008, "Wrong alignment on EOLoadingScreenBPLibrary_WaitForLoadingMovieToFinish"); \ static_assert(sizeof(EOLoadingScreenBPLibrary_WaitForLoadingMovieToFinish) == 0x000010, "Wrong size on EOLoadingScreenBPLibrary_WaitForLoadingMovieToFinish"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_WaitForLoadingMovieToFinish, WorldContextObject) == 0x000000, "Member 'EOLoadingScreenBPLibrary_WaitForLoadingMovieToFinish::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOLoadingScreenBPLibrary_WaitForLoadingMovieToFinish, bAllowEngineTick) == 0x000008, "Member 'EOLoadingScreenBPLibrary_WaitForLoadingMovieToFinish::bAllowEngineTick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOLoadingScreenBPLibrary \ static_assert(alignof(UEOLoadingScreenBPLibrary) == 0x000008, "Wrong alignment on UEOLoadingScreenBPLibrary"); \ static_assert(sizeof(UEOLoadingScreenBPLibrary) == 0x000028, "Wrong size on UEOLoadingScreenBPLibrary"); \ #define DUMPER7_ASSERTS_UEOLoadingMovieFinishedEvent \ static_assert(alignof(UEOLoadingMovieFinishedEvent) == 0x000008, "Wrong alignment on UEOLoadingMovieFinishedEvent"); \ static_assert(sizeof(UEOLoadingMovieFinishedEvent) == 0x000028, "Wrong size on UEOLoadingMovieFinishedEvent"); \ #define DUMPER7_ASSERTS_UEOLoadingMovieTickEvent \ static_assert(alignof(UEOLoadingMovieTickEvent) == 0x000008, "Wrong alignment on UEOLoadingMovieTickEvent"); \ static_assert(sizeof(UEOLoadingMovieTickEvent) == 0x000050, "Wrong size on UEOLoadingMovieTickEvent"); \ static_assert(offsetof(UEOLoadingMovieTickEvent, DeltaTime) == 0x000028, "Member 'UEOLoadingMovieTickEvent::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingMovieTickEvent, bIsPlayingMovie) == 0x00002C, "Member 'UEOLoadingMovieTickEvent::bIsPlayingMovie' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingMovieTickEvent, MovieName) == 0x000030, "Member 'UEOLoadingMovieTickEvent::MovieName' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingMovieTickEvent, Time) == 0x000040, "Member 'UEOLoadingMovieTickEvent::Time' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingMovieTickEvent, Duration) == 0x000044, "Member 'UEOLoadingMovieTickEvent::Duration' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingMovieTickEvent, IsLastMovie) == 0x000048, "Member 'UEOLoadingMovieTickEvent::IsLastMovie' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenManager_IsInitialized \ static_assert(alignof(EOLoadingScreenManager_IsInitialized) == 0x000001, "Wrong alignment on EOLoadingScreenManager_IsInitialized"); \ static_assert(sizeof(EOLoadingScreenManager_IsInitialized) == 0x000001, "Wrong size on EOLoadingScreenManager_IsInitialized"); \ static_assert(offsetof(EOLoadingScreenManager_IsInitialized, ReturnValue) == 0x000000, "Member 'EOLoadingScreenManager_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOLoadingScreenManager \ static_assert(alignof(UEOLoadingScreenManager) == 0x000008, "Wrong alignment on UEOLoadingScreenManager"); \ static_assert(sizeof(UEOLoadingScreenManager) == 0x000050, "Wrong size on UEOLoadingScreenManager"); \ static_assert(offsetof(UEOLoadingScreenManager, LoadingSCreenManagerEnabled) == 0x000039, "Member 'UEOLoadingScreenManager::LoadingSCreenManagerEnabled' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingScreenManager, LoadingMovieTickEvent) == 0x000048, "Member 'UEOLoadingScreenManager::LoadingMovieTickEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenMediaTexture_SetMovieCapture \ static_assert(alignof(EOLoadingScreenMediaTexture_SetMovieCapture) == 0x000001, "Wrong alignment on EOLoadingScreenMediaTexture_SetMovieCapture"); \ static_assert(sizeof(EOLoadingScreenMediaTexture_SetMovieCapture) == 0x000001, "Wrong size on EOLoadingScreenMediaTexture_SetMovieCapture"); \ static_assert(offsetof(EOLoadingScreenMediaTexture_SetMovieCapture, bEnable) == 0x000000, "Member 'EOLoadingScreenMediaTexture_SetMovieCapture::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOLoadingScreenMediaTexture_IsCapturingMovie \ static_assert(alignof(EOLoadingScreenMediaTexture_IsCapturingMovie) == 0x000001, "Wrong alignment on EOLoadingScreenMediaTexture_IsCapturingMovie"); \ static_assert(sizeof(EOLoadingScreenMediaTexture_IsCapturingMovie) == 0x000001, "Wrong size on EOLoadingScreenMediaTexture_IsCapturingMovie"); \ static_assert(offsetof(EOLoadingScreenMediaTexture_IsCapturingMovie, ReturnValue) == 0x000000, "Member 'EOLoadingScreenMediaTexture_IsCapturingMovie::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOLoadingScreenMediaTexture \ static_assert(alignof(UEOLoadingScreenMediaTexture) == 0x000010, "Wrong alignment on UEOLoadingScreenMediaTexture"); \ static_assert(sizeof(UEOLoadingScreenMediaTexture) == 0x000190, "Wrong size on UEOLoadingScreenMediaTexture"); \ static_assert(offsetof(UEOLoadingScreenMediaTexture, AddressX) == 0x000178, "Member 'UEOLoadingScreenMediaTexture::AddressX' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingScreenMediaTexture, AddressY) == 0x000179, "Member 'UEOLoadingScreenMediaTexture::AddressY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOLoadingScreenSettings \ static_assert(alignof(UEOLoadingScreenSettings) == 0x000008, "Wrong alignment on UEOLoadingScreenSettings"); \ static_assert(sizeof(UEOLoadingScreenSettings) == 0x000278, "Wrong size on UEOLoadingScreenSettings"); \ static_assert(offsetof(UEOLoadingScreenSettings, StartupScreen) == 0x000038, "Member 'UEOLoadingScreenSettings::StartupScreen' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingScreenSettings, DefaultScreen) == 0x0000B8, "Member 'UEOLoadingScreenSettings::DefaultScreen' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingScreenSettings, TipTitleFont) == 0x000138, "Member 'UEOLoadingScreenSettings::TipTitleFont' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingScreenSettings, TipFont) == 0x000190, "Member 'UEOLoadingScreenSettings::TipFont' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingScreenSettings, LoadingFont) == 0x0001E8, "Member 'UEOLoadingScreenSettings::LoadingFont' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingScreenSettings, TipWrapAt) == 0x000240, "Member 'UEOLoadingScreenSettings::TipWrapAt' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingScreenSettings, Tips) == 0x000248, "Member 'UEOLoadingScreenSettings::Tips' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingScreenSettings, LoadIconMaterial) == 0x000258, "Member 'UEOLoadingScreenSettings::LoadIconMaterial' has a wrong offset!"); \ static_assert(offsetof(UEOLoadingScreenSettings, MaterialScaleRelativeToFont) == 0x000270, "Member 'UEOLoadingScreenSettings::MaterialScaleRelativeToFont' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_InventoryStatusMsg_C \ static_assert(alignof(UBPE_Global_HUD_InventoryStatusMsg_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_InventoryStatusMsg_C"); \ static_assert(sizeof(UBPE_Global_HUD_InventoryStatusMsg_C) == 0x000048, "Wrong size on UBPE_Global_HUD_InventoryStatusMsg_C"); \ static_assert(offsetof(UBPE_Global_HUD_InventoryStatusMsg_C, InventoryStatus) == 0x000028, "Member 'UBPE_Global_HUD_InventoryStatusMsg_C::InventoryStatus' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_InventoryStatusMsg_C, InventoryItemName) == 0x000030, "Member 'UBPE_Global_HUD_InventoryStatusMsg_C::InventoryItemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOIDP_GamepadSpeakerAudioInfo \ static_assert(alignof(FEOIDP_GamepadSpeakerAudioInfo) == 0x000008, "Wrong alignment on FEOIDP_GamepadSpeakerAudioInfo"); \ static_assert(sizeof(FEOIDP_GamepadSpeakerAudioInfo) == 0x000048, "Wrong size on FEOIDP_GamepadSpeakerAudioInfo"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, Sound) == 0x000000, "Member 'FEOIDP_GamepadSpeakerAudioInfo::Sound' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, VolumeMultiplier) == 0x000008, "Member 'FEOIDP_GamepadSpeakerAudioInfo::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, PitchMultiplier) == 0x00000C, "Member 'FEOIDP_GamepadSpeakerAudioInfo::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, StartTime) == 0x000010, "Member 'FEOIDP_GamepadSpeakerAudioInfo::StartTime' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, FadeInTime) == 0x000014, "Member 'FEOIDP_GamepadSpeakerAudioInfo::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, FadeInVolume) == 0x000018, "Member 'FEOIDP_GamepadSpeakerAudioInfo::FadeInVolume' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, FadeInCurve) == 0x00001C, "Member 'FEOIDP_GamepadSpeakerAudioInfo::FadeInCurve' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, bIs2DSound) == 0x00001D, "Member 'FEOIDP_GamepadSpeakerAudioInfo::bIs2DSound' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, bAttachToOwner) == 0x00001E, "Member 'FEOIDP_GamepadSpeakerAudioInfo::bAttachToOwner' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, RelativeLocation) == 0x000020, "Member 'FEOIDP_GamepadSpeakerAudioInfo::RelativeLocation' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, RelativeRotation) == 0x00002C, "Member 'FEOIDP_GamepadSpeakerAudioInfo::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, ConcurrencySettings) == 0x000038, "Member 'FEOIDP_GamepadSpeakerAudioInfo::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(FEOIDP_GamepadSpeakerAudioInfo, AttenuationSettings) == 0x000040, "Member 'FEOIDP_GamepadSpeakerAudioInfo::AttenuationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOIDPGamepadDeviceSpeakerData \ static_assert(alignof(FEOIDPGamepadDeviceSpeakerData) == 0x000008, "Wrong alignment on FEOIDPGamepadDeviceSpeakerData"); \ static_assert(sizeof(FEOIDPGamepadDeviceSpeakerData) == 0x000048, "Wrong size on FEOIDPGamepadDeviceSpeakerData"); \ static_assert(offsetof(FEOIDPGamepadDeviceSpeakerData, GamepadSpeakerAudioOverride) == 0x000000, "Member 'FEOIDPGamepadDeviceSpeakerData::GamepadSpeakerAudioOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOIDPGamepadSpeakerData \ static_assert(alignof(FEOIDPGamepadSpeakerData) == 0x000008, "Wrong alignment on FEOIDPGamepadSpeakerData"); \ static_assert(sizeof(FEOIDPGamepadSpeakerData) == 0x000130, "Wrong size on FEOIDPGamepadSpeakerData"); \ static_assert(offsetof(FEOIDPGamepadSpeakerData, OutputTarget) == 0x000000, "Member 'FEOIDPGamepadSpeakerData::OutputTarget' has a wrong offset!"); \ static_assert(offsetof(FEOIDPGamepadSpeakerData, GamepadSpeakerAudio) == 0x000008, "Member 'FEOIDPGamepadSpeakerData::GamepadSpeakerAudio' has a wrong offset!"); \ static_assert(offsetof(FEOIDPGamepadSpeakerData, FallbackPlatformSpeakerAudio) == 0x000050, "Member 'FEOIDPGamepadSpeakerData::FallbackPlatformSpeakerAudio' has a wrong offset!"); \ static_assert(offsetof(FEOIDPGamepadSpeakerData, LayeredPlatformSpeakerAudio) == 0x000098, "Member 'FEOIDPGamepadSpeakerData::LayeredPlatformSpeakerAudio' has a wrong offset!"); \ static_assert(offsetof(FEOIDPGamepadSpeakerData, GamepadDevicesToPlayAudioOn) == 0x0000E0, "Member 'FEOIDPGamepadSpeakerData::GamepadDevicesToPlayAudioOn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOIDPDeviceTriggerMultiPositionalVibrationData_AmplitudeValue \ static_assert(alignof(FEOIDPDeviceTriggerMultiPositionalVibrationData_AmplitudeValue) == 0x000001, "Wrong alignment on FEOIDPDeviceTriggerMultiPositionalVibrationData_AmplitudeValue"); \ static_assert(sizeof(FEOIDPDeviceTriggerMultiPositionalVibrationData_AmplitudeValue) == 0x000002, "Wrong size on FEOIDPDeviceTriggerMultiPositionalVibrationData_AmplitudeValue"); \ static_assert(offsetof(FEOIDPDeviceTriggerMultiPositionalVibrationData_AmplitudeValue, position) == 0x000000, "Member 'FEOIDPDeviceTriggerMultiPositionalVibrationData_AmplitudeValue::position' has a wrong offset!"); \ static_assert(offsetof(FEOIDPDeviceTriggerMultiPositionalVibrationData_AmplitudeValue, AmplitudePositionValue) == 0x000001, "Member 'FEOIDPDeviceTriggerMultiPositionalVibrationData_AmplitudeValue::AmplitudePositionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOIDPDeviceTriggerMultiPositionalVibrationData \ static_assert(alignof(FEOIDPDeviceTriggerMultiPositionalVibrationData) == 0x000008, "Wrong alignment on FEOIDPDeviceTriggerMultiPositionalVibrationData"); \ static_assert(sizeof(FEOIDPDeviceTriggerMultiPositionalVibrationData) == 0x000018, "Wrong size on FEOIDPDeviceTriggerMultiPositionalVibrationData"); \ static_assert(offsetof(FEOIDPDeviceTriggerMultiPositionalVibrationData, FrequencyCurve) == 0x000000, "Member 'FEOIDPDeviceTriggerMultiPositionalVibrationData::FrequencyCurve' has a wrong offset!"); \ static_assert(offsetof(FEOIDPDeviceTriggerMultiPositionalVibrationData, AmplitudesAtPositions) == 0x000008, "Member 'FEOIDPDeviceTriggerMultiPositionalVibrationData::AmplitudesAtPositions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOIDPDeviceTriggerWeaponData \ static_assert(alignof(FEOIDPDeviceTriggerWeaponData) == 0x000004, "Wrong alignment on FEOIDPDeviceTriggerWeaponData"); \ static_assert(sizeof(FEOIDPDeviceTriggerWeaponData) == 0x000008, "Wrong size on FEOIDPDeviceTriggerWeaponData"); \ static_assert(offsetof(FEOIDPDeviceTriggerWeaponData, StartPosition) == 0x000000, "Member 'FEOIDPDeviceTriggerWeaponData::StartPosition' has a wrong offset!"); \ static_assert(offsetof(FEOIDPDeviceTriggerWeaponData, EndPosition) == 0x000001, "Member 'FEOIDPDeviceTriggerWeaponData::EndPosition' has a wrong offset!"); \ static_assert(offsetof(FEOIDPDeviceTriggerWeaponData, Strength) == 0x000002, "Member 'FEOIDPDeviceTriggerWeaponData::Strength' has a wrong offset!"); \ static_assert(offsetof(FEOIDPDeviceTriggerWeaponData, EffectDuration) == 0x000004, "Member 'FEOIDPDeviceTriggerWeaponData::EffectDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOIDPDeviceTriggerMultiPositionalFeedbackData_StrengthValue \ static_assert(alignof(FEOIDPDeviceTriggerMultiPositionalFeedbackData_StrengthValue) == 0x000001, "Wrong alignment on FEOIDPDeviceTriggerMultiPositionalFeedbackData_StrengthValue"); \ static_assert(sizeof(FEOIDPDeviceTriggerMultiPositionalFeedbackData_StrengthValue) == 0x000002, "Wrong size on FEOIDPDeviceTriggerMultiPositionalFeedbackData_StrengthValue"); \ static_assert(offsetof(FEOIDPDeviceTriggerMultiPositionalFeedbackData_StrengthValue, position) == 0x000000, "Member 'FEOIDPDeviceTriggerMultiPositionalFeedbackData_StrengthValue::position' has a wrong offset!"); \ static_assert(offsetof(FEOIDPDeviceTriggerMultiPositionalFeedbackData_StrengthValue, StrengthPositionValue) == 0x000001, "Member 'FEOIDPDeviceTriggerMultiPositionalFeedbackData_StrengthValue::StrengthPositionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOIDPDeviceTriggerMultiPositionalFeedbackData \ static_assert(alignof(FEOIDPDeviceTriggerMultiPositionalFeedbackData) == 0x000008, "Wrong alignment on FEOIDPDeviceTriggerMultiPositionalFeedbackData"); \ static_assert(sizeof(FEOIDPDeviceTriggerMultiPositionalFeedbackData) == 0x000018, "Wrong size on FEOIDPDeviceTriggerMultiPositionalFeedbackData"); \ static_assert(offsetof(FEOIDPDeviceTriggerMultiPositionalFeedbackData, StrengthAtPositions) == 0x000000, "Member 'FEOIDPDeviceTriggerMultiPositionalFeedbackData::StrengthAtPositions' has a wrong offset!"); \ static_assert(offsetof(FEOIDPDeviceTriggerMultiPositionalFeedbackData, EffectDuration) == 0x000010, "Member 'FEOIDPDeviceTriggerMultiPositionalFeedbackData::EffectDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOIDP_InputDeviceTriggerMultiPositionalFeedbackProperty \ static_assert(alignof(UEOIDP_InputDeviceTriggerMultiPositionalFeedbackProperty) == 0x000008, "Wrong alignment on UEOIDP_InputDeviceTriggerMultiPositionalFeedbackProperty"); \ static_assert(sizeof(UEOIDP_InputDeviceTriggerMultiPositionalFeedbackProperty) == 0x000088, "Wrong size on UEOIDP_InputDeviceTriggerMultiPositionalFeedbackProperty"); \ static_assert(offsetof(UEOIDP_InputDeviceTriggerMultiPositionalFeedbackProperty, TriggerData) == 0x000040, "Member 'UEOIDP_InputDeviceTriggerMultiPositionalFeedbackProperty::TriggerData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOIDP_InputDeviceTriggerWeaponProperty \ static_assert(alignof(UEOIDP_InputDeviceTriggerWeaponProperty) == 0x000008, "Wrong alignment on UEOIDP_InputDeviceTriggerWeaponProperty"); \ static_assert(sizeof(UEOIDP_InputDeviceTriggerWeaponProperty) == 0x000058, "Wrong size on UEOIDP_InputDeviceTriggerWeaponProperty"); \ static_assert(offsetof(UEOIDP_InputDeviceTriggerWeaponProperty, TriggerData) == 0x000040, "Member 'UEOIDP_InputDeviceTriggerWeaponProperty::TriggerData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOIDP_InputDeviceTriggerMultiPositionalVibrationProperty \ static_assert(alignof(UEOIDP_InputDeviceTriggerMultiPositionalVibrationProperty) == 0x000008, "Wrong alignment on UEOIDP_InputDeviceTriggerMultiPositionalVibrationProperty"); \ static_assert(sizeof(UEOIDP_InputDeviceTriggerMultiPositionalVibrationProperty) == 0x000088, "Wrong size on UEOIDP_InputDeviceTriggerMultiPositionalVibrationProperty"); \ static_assert(offsetof(UEOIDP_InputDeviceTriggerMultiPositionalVibrationProperty, TriggerData) == 0x000040, "Member 'UEOIDP_InputDeviceTriggerMultiPositionalVibrationProperty::TriggerData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOIDP_InputDeviceSpeakerAudioProperty \ static_assert(alignof(UEOIDP_InputDeviceSpeakerAudioProperty) == 0x000008, "Wrong alignment on UEOIDP_InputDeviceSpeakerAudioProperty"); \ static_assert(sizeof(UEOIDP_InputDeviceSpeakerAudioProperty) == 0x000160, "Wrong size on UEOIDP_InputDeviceSpeakerAudioProperty"); \ static_assert(offsetof(UEOIDP_InputDeviceSpeakerAudioProperty, Data) == 0x000030, "Member 'UEOIDP_InputDeviceSpeakerAudioProperty::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOIDPGUS_ApplyGamepadSpeakerVolume \ static_assert(alignof(UEOIDPGUS_ApplyGamepadSpeakerVolume) == 0x000008, "Wrong alignment on UEOIDPGUS_ApplyGamepadSpeakerVolume"); \ static_assert(sizeof(UEOIDPGUS_ApplyGamepadSpeakerVolume) == 0x000030, "Wrong size on UEOIDPGUS_ApplyGamepadSpeakerVolume"); \ static_assert(offsetof(UEOIDPGUS_ApplyGamepadSpeakerVolume, SettingsValue) == 0x000028, "Member 'UEOIDPGUS_ApplyGamepadSpeakerVolume::SettingsValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInputDevicePropertiesSubsystem_GetGamepadSpeakerVolumeScale \ static_assert(alignof(EOInputDevicePropertiesSubsystem_GetGamepadSpeakerVolumeScale) == 0x000004, "Wrong alignment on EOInputDevicePropertiesSubsystem_GetGamepadSpeakerVolumeScale"); \ static_assert(sizeof(EOInputDevicePropertiesSubsystem_GetGamepadSpeakerVolumeScale) == 0x000004, "Wrong size on EOInputDevicePropertiesSubsystem_GetGamepadSpeakerVolumeScale"); \ static_assert(offsetof(EOInputDevicePropertiesSubsystem_GetGamepadSpeakerVolumeScale, ReturnValue) == 0x000000, "Member 'EOInputDevicePropertiesSubsystem_GetGamepadSpeakerVolumeScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInputDevicePropertiesSubsystem_OnApplyGamepadSpeakerVolume \ static_assert(alignof(EOInputDevicePropertiesSubsystem_OnApplyGamepadSpeakerVolume) == 0x000008, "Wrong alignment on EOInputDevicePropertiesSubsystem_OnApplyGamepadSpeakerVolume"); \ static_assert(sizeof(EOInputDevicePropertiesSubsystem_OnApplyGamepadSpeakerVolume) == 0x000010, "Wrong size on EOInputDevicePropertiesSubsystem_OnApplyGamepadSpeakerVolume"); \ static_assert(offsetof(EOInputDevicePropertiesSubsystem_OnApplyGamepadSpeakerVolume, Sender) == 0x000000, "Member 'EOInputDevicePropertiesSubsystem_OnApplyGamepadSpeakerVolume::Sender' has a wrong offset!"); \ static_assert(offsetof(EOInputDevicePropertiesSubsystem_OnApplyGamepadSpeakerVolume, Event) == 0x000008, "Member 'EOInputDevicePropertiesSubsystem_OnApplyGamepadSpeakerVolume::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInputDevicePropertiesSubsystem \ static_assert(alignof(UEOInputDevicePropertiesSubsystem) == 0x000008, "Wrong alignment on UEOInputDevicePropertiesSubsystem"); \ static_assert(sizeof(UEOInputDevicePropertiesSubsystem) == 0x000048, "Wrong size on UEOInputDevicePropertiesSubsystem"); \ static_assert(offsetof(UEOInputDevicePropertiesSubsystem, bInputDevicePropertiesSubystemEnabled) == 0x000030, "Member 'UEOInputDevicePropertiesSubsystem::bInputDevicePropertiesSubystemEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_WoozyWalk_C \ static_assert(alignof(UGE_WoozyWalk_C) == 0x000008, "Wrong alignment on UGE_WoozyWalk_C"); \ static_assert(sizeof(UGE_WoozyWalk_C) == 0x000800, "Wrong size on UGE_WoozyWalk_C"); \ #define DUMPER7_ASSERTS_FTrackRenderData \ static_assert(alignof(FTrackRenderData) == 0x000010, "Wrong alignment on FTrackRenderData"); \ static_assert(sizeof(FTrackRenderData) == 0x000070, "Wrong size on FTrackRenderData"); \ #define DUMPER7_ASSERTS_FGeometryCacheMeshData \ static_assert(alignof(FGeometryCacheMeshData) == 0x000008, "Wrong alignment on FGeometryCacheMeshData"); \ static_assert(sizeof(FGeometryCacheMeshData) == 0x0000B0, "Wrong size on FGeometryCacheMeshData"); \ #define DUMPER7_ASSERTS_FGeometryCacheVertexInfo \ static_assert(alignof(FGeometryCacheVertexInfo) == 0x000001, "Wrong alignment on FGeometryCacheVertexInfo"); \ static_assert(sizeof(FGeometryCacheVertexInfo) == 0x000008, "Wrong size on FGeometryCacheVertexInfo"); \ #define DUMPER7_ASSERTS_FGeometryCacheMeshBatchInfo \ static_assert(alignof(FGeometryCacheMeshBatchInfo) == 0x000004, "Wrong alignment on FGeometryCacheMeshBatchInfo"); \ static_assert(sizeof(FGeometryCacheMeshBatchInfo) == 0x00000C, "Wrong size on FGeometryCacheMeshBatchInfo"); \ #define DUMPER7_ASSERTS_UGeometryCache \ static_assert(alignof(UGeometryCache) == 0x000008, "Wrong alignment on UGeometryCache"); \ static_assert(sizeof(UGeometryCache) == 0x000070, "Wrong size on UGeometryCache"); \ static_assert(offsetof(UGeometryCache, Materials) == 0x000030, "Member 'UGeometryCache::Materials' has a wrong offset!"); \ static_assert(offsetof(UGeometryCache, Tracks) == 0x000040, "Member 'UGeometryCache::Tracks' has a wrong offset!"); \ static_assert(offsetof(UGeometryCache, StartFrame) == 0x000060, "Member 'UGeometryCache::StartFrame' has a wrong offset!"); \ static_assert(offsetof(UGeometryCache, EndFrame) == 0x000064, "Member 'UGeometryCache::EndFrame' has a wrong offset!"); \ static_assert(offsetof(UGeometryCache, Hash) == 0x000068, "Member 'UGeometryCache::Hash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GeometryCacheActor_GetGeometryCacheComponent \ static_assert(alignof(GeometryCacheActor_GetGeometryCacheComponent) == 0x000008, "Wrong alignment on GeometryCacheActor_GetGeometryCacheComponent"); \ static_assert(sizeof(GeometryCacheActor_GetGeometryCacheComponent) == 0x000008, "Wrong size on GeometryCacheActor_GetGeometryCacheComponent"); \ static_assert(offsetof(GeometryCacheActor_GetGeometryCacheComponent, ReturnValue) == 0x000000, "Member 'GeometryCacheActor_GetGeometryCacheComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGeometryCacheActor \ static_assert(alignof(AGeometryCacheActor) == 0x000008, "Wrong alignment on AGeometryCacheActor"); \ static_assert(sizeof(AGeometryCacheActor) == 0x000238, "Wrong size on AGeometryCacheActor"); \ static_assert(offsetof(AGeometryCacheActor, GeometryCacheComponent) == 0x000230, "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) == 0x0004F0, "Wrong size on UGeometryCacheComponent"); \ static_assert(offsetof(UGeometryCacheComponent, GeometryCache) == 0x000488, "Member 'UGeometryCacheComponent::GeometryCache' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bRunning) == 0x000490, "Member 'UGeometryCacheComponent::bRunning' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bLooping) == 0x000491, "Member 'UGeometryCacheComponent::bLooping' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bExtrapolateFrames) == 0x000492, "Member 'UGeometryCacheComponent::bExtrapolateFrames' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, StartTimeOffset) == 0x000494, "Member 'UGeometryCacheComponent::StartTimeOffset' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, PlaybackSpeed) == 0x000498, "Member 'UGeometryCacheComponent::PlaybackSpeed' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, MotionVectorScale) == 0x00049C, "Member 'UGeometryCacheComponent::MotionVectorScale' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, NumTracks) == 0x0004A0, "Member 'UGeometryCacheComponent::NumTracks' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, ElapsedTime) == 0x0004A4, "Member 'UGeometryCacheComponent::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, Duration) == 0x0004DC, "Member 'UGeometryCacheComponent::Duration' has a wrong offset!"); \ static_assert(offsetof(UGeometryCacheComponent, bManualTick) == 0x0004E0, "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_WBP_CategorizedInGameMenu_C_ExecuteUbergraph_WBP_CategorizedInGameMenu \ static_assert(alignof(WBP_CategorizedInGameMenu_C_ExecuteUbergraph_WBP_CategorizedInGameMenu) == 0x000004, "Wrong alignment on WBP_CategorizedInGameMenu_C_ExecuteUbergraph_WBP_CategorizedInGameMenu"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_ExecuteUbergraph_WBP_CategorizedInGameMenu) == 0x000004, "Wrong size on WBP_CategorizedInGameMenu_C_ExecuteUbergraph_WBP_CategorizedInGameMenu"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ExecuteUbergraph_WBP_CategorizedInGameMenu, EntryPoint) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_ExecuteUbergraph_WBP_CategorizedInGameMenu::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu \ static_assert(alignof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu) == 0x0000E8, "Wrong size on WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, Loc_LoopCategoryTextBtn) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::Loc_LoopCategoryTextBtn' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, Loc_LoopCategoryWidget) == 0x000008, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::Loc_LoopCategoryWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, Loc_LoopCategoryClass) == 0x000010, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::Loc_LoopCategoryClass' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, Loc_ActiveCatIdx) == 0x000018, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::Loc_ActiveCatIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, Loc_LoopIdx) == 0x00001C, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::Loc_LoopIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_GetBuildConfiguration_ReturnValue) == 0x00002C, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_GetBuildConfiguration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00002D, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_GetDefaultObject_ReturnValue) == 0x000038, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, K2Node_DynamicCast_AsWBP_in_Game_Menu_Category) == 0x000048, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::K2Node_DynamicCast_AsWBP_in_Game_Menu_Category' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000051, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_BooleanOR_ReturnValue) == 0x000052, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000053, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, Temp_int_Variable) == 0x000054, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_Not_PreBool_ReturnValue_1) == 0x000058, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_BooleanAND_ReturnValue) == 0x000059, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_AddChild_ReturnValue) == 0x000060, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000068, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_IsValid_ReturnValue_1) == 0x000070, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_IsValid_ReturnValue_2) == 0x000071, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000074, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_GetOwningPlayer_ReturnValue) == 0x000088, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000090, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_Create_ReturnValue) == 0x000098, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_Create_ReturnValue_1) == 0x0000A0, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_MakeLiteralString_ReturnValue) == 0x0000A8, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_GetCategoryHorizontalBoxWidget_NewParam) == 0x0000B8, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_GetCategoryHorizontalBoxWidget_NewParam' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_MakeLiteralString_ReturnValue_1) == 0x0000C0, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_GetCategoryWidgetSwitcher_NewParam) == 0x0000D0, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_GetCategoryWidgetSwitcher_NewParam' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_Array_Get_Item) == 0x0000D8, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_Array_Length_ReturnValue) == 0x0000E0, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu, CallFunc_Less_IntInt_ReturnValue) == 0x0000E4, "Member 'WBP_CategorizedInGameMenu_C_ConstructCategorizedMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_OnCategorizedMenuBtnSelected \ static_assert(alignof(WBP_CategorizedInGameMenu_C_OnCategorizedMenuBtnSelected) == 0x000004, "Wrong alignment on WBP_CategorizedInGameMenu_C_OnCategorizedMenuBtnSelected"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_OnCategorizedMenuBtnSelected) == 0x000004, "Wrong size on WBP_CategorizedInGameMenu_C_OnCategorizedMenuBtnSelected"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnCategorizedMenuBtnSelected, CategoryIndex) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_OnCategorizedMenuBtnSelected::CategoryIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn \ static_assert(alignof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn) == 0x000048, "Wrong size on WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn, CallFunc_IsValidCategorizedMenu_Result) == 0x00000C, "Member 'WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn::CallFunc_IsValidCategorizedMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn, K2Node_DynamicCast_AsWBP_Category_Text) == 0x000038, "Member 'WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn::K2Node_DynamicCast_AsWBP_Category_Text' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_CategorizedInGameMenu_C_DeselectAllCategorizedMenuTextBtn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex \ static_assert(alignof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex) == 0x000040, "Wrong size on WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, NewIndex) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::NewIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, NoFocus) == 0x000004, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::NoFocus' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000006, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, CallFunc_Not_PreBool_ReturnValue) == 0x000007, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, CallFunc_GetActiveWidget_ReturnValue) == 0x000008, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, K2Node_DynamicCast_AsWBP_in_Game_Menu_Category) == 0x000010, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::K2Node_DynamicCast_AsWBP_in_Game_Menu_Category' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, CallFunc_Not_PreBool_ReturnValue_1) == 0x000019, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, CallFunc_GetChildAt_ReturnValue) == 0x000020, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, K2Node_DynamicCast_AsWBP_Category_Text) == 0x000028, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::K2Node_DynamicCast_AsWBP_Category_Text' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, CallFunc_GetChildrenCount_ReturnValue) == 0x000034, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, CallFunc_Percent_IntInt_ReturnValue) == 0x000038, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, CallFunc_IsValid_ReturnValue_1) == 0x00003C, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex, CallFunc_IsValidCategorizedMenu_Result) == 0x00003D, "Member 'WBP_CategorizedInGameMenu_C_SetCategorizedMenuIndex::CallFunc_IsValidCategorizedMenu_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_OnCategorizedMenuActivated \ static_assert(alignof(WBP_CategorizedInGameMenu_C_OnCategorizedMenuActivated) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_OnCategorizedMenuActivated"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_OnCategorizedMenuActivated) == 0x000008, "Wrong size on WBP_CategorizedInGameMenu_C_OnCategorizedMenuActivated"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnCategorizedMenuActivated, CategoryWidget) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_OnCategorizedMenuActivated::CategoryWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_OnCategorizedMenuDeactivated \ static_assert(alignof(WBP_CategorizedInGameMenu_C_OnCategorizedMenuDeactivated) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_OnCategorizedMenuDeactivated"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_OnCategorizedMenuDeactivated) == 0x000008, "Wrong size on WBP_CategorizedInGameMenu_C_OnCategorizedMenuDeactivated"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnCategorizedMenuDeactivated, CategoryWidget) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_OnCategorizedMenuDeactivated::CategoryWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_OpenMenu \ static_assert(alignof(WBP_CategorizedInGameMenu_C_OpenMenu) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_OpenMenu"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_OpenMenu) == 0x000018, "Wrong size on WBP_CategorizedInGameMenu_C_OpenMenu"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OpenMenu, ParentWidget) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_OpenMenu::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OpenMenu, WidgetToFocusOnClose) == 0x000008, "Member 'WBP_CategorizedInGameMenu_C_OpenMenu::WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OpenMenu, RemoveOnClose) == 0x000010, "Member 'WBP_CategorizedInGameMenu_C_OpenMenu::RemoveOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OpenMenu, NoPauseGame) == 0x000011, "Member 'WBP_CategorizedInGameMenu_C_OpenMenu::NoPauseGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_OnKeyUp \ static_assert(alignof(WBP_CategorizedInGameMenu_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_OnKeyUp"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_OnKeyUp) == 0x000468, "Wrong size on WBP_CategorizedInGameMenu_C_OnKeyUp"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, Loc_Key) == 0x000130, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::Loc_Key' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000148, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_IsNextCategoryKey_Result) == 0x000200, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_IsNextCategoryKey_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_IsPreviousCategoryKey_Result) == 0x000201, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_IsPreviousCategoryKey_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_GetChildrenCount_ReturnValue) == 0x000204, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_Subtract_IntInt_ReturnValue) == 0x000208, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00020C, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000210, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0002C8, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x0002D0, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_Add_IntInt_ReturnValue) == 0x000388, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000390, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_Unhandled_ReturnValue_1) == 0x0003A8, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_Unhandled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnKeyUp, CallFunc_IsValidCategorizedMenu_Result) == 0x000460, "Member 'WBP_CategorizedInGameMenu_C_OnKeyUp::CallFunc_IsValidCategorizedMenu_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen \ static_assert(alignof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen) == 0x000048, "Wrong size on WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen, CallFunc_IsValidCategorizedMenu_Result) == 0x00000C, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen::CallFunc_IsValidCategorizedMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen, K2Node_DynamicCast_AsWBP_in_Game_Menu_Category) == 0x000038, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen::K2Node_DynamicCast_AsWBP_in_Game_Menu_Category' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuOpen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose \ static_assert(alignof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose) == 0x000048, "Wrong size on WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose, CallFunc_IsValidCategorizedMenu_Result) == 0x00000C, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose::CallFunc_IsValidCategorizedMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose, K2Node_DynamicCast_AsWBP_in_Game_Menu_Category) == 0x000038, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose::K2Node_DynamicCast_AsWBP_in_Game_Menu_Category' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'WBP_CategorizedInGameMenu_C_NotifyCategoriesOfMenuClose::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_CloseMenu \ static_assert(alignof(WBP_CategorizedInGameMenu_C_CloseMenu) == 0x000001, "Wrong alignment on WBP_CategorizedInGameMenu_C_CloseMenu"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_CloseMenu) == 0x000002, "Wrong size on WBP_CategorizedInGameMenu_C_CloseMenu"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_CloseMenu, ForceClose) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_CloseMenu::ForceClose' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_CloseMenu, CloseParent) == 0x000001, "Member 'WBP_CategorizedInGameMenu_C_CloseMenu::CloseParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_OnFocusReceived \ static_assert(alignof(WBP_CategorizedInGameMenu_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_OnFocusReceived"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_OnFocusReceived) == 0x000268, "Wrong size on WBP_CategorizedInGameMenu_C_OnFocusReceived"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_CategorizedInGameMenu_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_CategorizedInGameMenu_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_CategorizedInGameMenu_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_OnFocusReceived, CallFunc_OnFocusReceived_ReturnValue) == 0x0001B0, "Member 'WBP_CategorizedInGameMenu_C_OnFocusReceived::CallFunc_OnFocusReceived_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu \ static_assert(alignof(WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu) == 0x000001, "Wrong alignment on WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu) == 0x000004, "Wrong size on WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu, Result) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'WBP_CategorizedInGameMenu_C_IsValidCategorizedMenu::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_GetSelectedCategorizedMenuIndex \ static_assert(alignof(WBP_CategorizedInGameMenu_C_GetSelectedCategorizedMenuIndex) == 0x000004, "Wrong alignment on WBP_CategorizedInGameMenu_C_GetSelectedCategorizedMenuIndex"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_GetSelectedCategorizedMenuIndex) == 0x000004, "Wrong size on WBP_CategorizedInGameMenu_C_GetSelectedCategorizedMenuIndex"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_GetSelectedCategorizedMenuIndex, Result) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_GetSelectedCategorizedMenuIndex::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_GetSelectedCategorizedWidget \ static_assert(alignof(WBP_CategorizedInGameMenu_C_GetSelectedCategorizedWidget) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_GetSelectedCategorizedWidget"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_GetSelectedCategorizedWidget) == 0x000008, "Wrong size on WBP_CategorizedInGameMenu_C_GetSelectedCategorizedWidget"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_GetSelectedCategorizedWidget, Result) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_GetSelectedCategorizedWidget::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget \ static_assert(alignof(WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget) == 0x000020, "Wrong size on WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget, Result) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget, CallFunc_GetCurrentFocusedWidget_Result) == 0x000008, "Member 'WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget::CallFunc_GetCurrentFocusedWidget_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget, CallFunc_GetCurrentFocusedWidget_Result_1) == 0x000010, "Member 'WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget::CallFunc_GetCurrentFocusedWidget_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_CategorizedInGameMenu_C_GetCurrentFocusedWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher \ static_assert(alignof(WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher) == 0x000008, "Wrong size on WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher, NewParam) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget \ static_assert(alignof(WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget) == 0x000008, "Wrong alignment on WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget"); \ static_assert(sizeof(WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget) == 0x000008, "Wrong size on WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget"); \ static_assert(offsetof(WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget, NewParam) == 0x000000, "Member 'WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_CategorizedInGameMenu_C \ static_assert(alignof(UWBP_CategorizedInGameMenu_C) == 0x000008, "Wrong alignment on UWBP_CategorizedInGameMenu_C"); \ static_assert(sizeof(UWBP_CategorizedInGameMenu_C) == 0x000378, "Wrong size on UWBP_CategorizedInGameMenu_C"); \ static_assert(offsetof(UWBP_CategorizedInGameMenu_C, UberGraphFrame_WBP_CategorizedInGameMenu_C) == 0x000340, "Member 'UWBP_CategorizedInGameMenu_C::UberGraphFrame_WBP_CategorizedInGameMenu_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedInGameMenu_C, InitialInGameMenuCategories) == 0x000348, "Member 'UWBP_CategorizedInGameMenu_C::InitialInGameMenuCategories' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedInGameMenu_C, SelectedCategorizedMenuIndex) == 0x000358, "Member 'UWBP_CategorizedInGameMenu_C::SelectedCategorizedMenuIndex' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedInGameMenu_C, SelectedCategorizedWidget) == 0x000360, "Member 'UWBP_CategorizedInGameMenu_C::SelectedCategorizedWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedInGameMenu_C, CachedCategorizedWidgetSwitcher) == 0x000368, "Member 'UWBP_CategorizedInGameMenu_C::CachedCategorizedWidgetSwitcher' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedInGameMenu_C, CachedCategorizedTextBtnHBox) == 0x000370, "Member 'UWBP_CategorizedInGameMenu_C::CachedCategorizedTextBtnHBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCameraBlendInfo \ static_assert(alignof(FEOCameraBlendInfo) == 0x000004, "Wrong alignment on FEOCameraBlendInfo"); \ static_assert(sizeof(FEOCameraBlendInfo) == 0x000010, "Wrong size on FEOCameraBlendInfo"); \ static_assert(offsetof(FEOCameraBlendInfo, Duration) == 0x000000, "Member 'FEOCameraBlendInfo::Duration' has a wrong offset!"); \ static_assert(offsetof(FEOCameraBlendInfo, Function) == 0x000004, "Member 'FEOCameraBlendInfo::Function' has a wrong offset!"); \ static_assert(offsetof(FEOCameraBlendInfo, Exponent) == 0x000008, "Member 'FEOCameraBlendInfo::Exponent' has a wrong offset!"); \ static_assert(offsetof(FEOCameraBlendInfo, LockOutgoing) == 0x00000C, "Member 'FEOCameraBlendInfo::LockOutgoing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseInteractStateComponent \ static_assert(alignof(UBaseInteractStateComponent) == 0x000008, "Wrong alignment on UBaseInteractStateComponent"); \ static_assert(sizeof(UBaseInteractStateComponent) == 0x0000B8, "Wrong size on UBaseInteractStateComponent"); \ #define DUMPER7_ASSERTS_EOAT_WaitInteractTraceHit_WaitForInteractTraceHit \ static_assert(alignof(EOAT_WaitInteractTraceHit_WaitForInteractTraceHit) == 0x000008, "Wrong alignment on EOAT_WaitInteractTraceHit_WaitForInteractTraceHit"); \ static_assert(sizeof(EOAT_WaitInteractTraceHit_WaitForInteractTraceHit) == 0x000040, "Wrong size on EOAT_WaitInteractTraceHit_WaitForInteractTraceHit"); \ static_assert(offsetof(EOAT_WaitInteractTraceHit_WaitForInteractTraceHit, OwningAbility) == 0x000000, "Member 'EOAT_WaitInteractTraceHit_WaitForInteractTraceHit::OwningAbility' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInteractTraceHit_WaitForInteractTraceHit, TraceChannel) == 0x000008, "Member 'EOAT_WaitInteractTraceHit_WaitForInteractTraceHit::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInteractTraceHit_WaitForInteractTraceHit, TaskInstanceName) == 0x00000C, "Member 'EOAT_WaitInteractTraceHit_WaitForInteractTraceHit::TaskInstanceName' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInteractTraceHit_WaitForInteractTraceHit, Interactor) == 0x000018, "Member 'EOAT_WaitInteractTraceHit_WaitForInteractTraceHit::Interactor' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInteractTraceHit_WaitForInteractTraceHit, LocalTraceEnd) == 0x000020, "Member 'EOAT_WaitInteractTraceHit_WaitForInteractTraceHit::LocalTraceEnd' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInteractTraceHit_WaitForInteractTraceHit, TraceRate) == 0x00002C, "Member 'EOAT_WaitInteractTraceHit_WaitForInteractTraceHit::TraceRate' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInteractTraceHit_WaitForInteractTraceHit, DrawDebug) == 0x000030, "Member 'EOAT_WaitInteractTraceHit_WaitForInteractTraceHit::DrawDebug' has a wrong offset!"); \ static_assert(offsetof(EOAT_WaitInteractTraceHit_WaitForInteractTraceHit, ReturnValue) == 0x000038, "Member 'EOAT_WaitInteractTraceHit_WaitForInteractTraceHit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAT_WaitInteractTraceHit \ static_assert(alignof(UEOAT_WaitInteractTraceHit) == 0x000010, "Wrong alignment on UEOAT_WaitInteractTraceHit"); \ static_assert(sizeof(UEOAT_WaitInteractTraceHit) == 0x000190, "Wrong size on UEOAT_WaitInteractTraceHit"); \ #define DUMPER7_ASSERTS_EOCameraInteractable_GetInteractableCamera \ static_assert(alignof(EOCameraInteractable_GetInteractableCamera) == 0x000008, "Wrong alignment on EOCameraInteractable_GetInteractableCamera"); \ static_assert(sizeof(EOCameraInteractable_GetInteractableCamera) == 0x000008, "Wrong size on EOCameraInteractable_GetInteractableCamera"); \ static_assert(offsetof(EOCameraInteractable_GetInteractableCamera, ReturnValue) == 0x000000, "Member 'EOCameraInteractable_GetInteractableCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCameraInteractable_GetInteractablePawn \ static_assert(alignof(EOCameraInteractable_GetInteractablePawn) == 0x000008, "Wrong alignment on EOCameraInteractable_GetInteractablePawn"); \ static_assert(sizeof(EOCameraInteractable_GetInteractablePawn) == 0x000008, "Wrong size on EOCameraInteractable_GetInteractablePawn"); \ static_assert(offsetof(EOCameraInteractable_GetInteractablePawn, ReturnValue) == 0x000000, "Member 'EOCameraInteractable_GetInteractablePawn::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCameraInteractable_GetInteractableViewTarget \ static_assert(alignof(EOCameraInteractable_GetInteractableViewTarget) == 0x000008, "Wrong alignment on EOCameraInteractable_GetInteractableViewTarget"); \ static_assert(sizeof(EOCameraInteractable_GetInteractableViewTarget) == 0x000008, "Wrong size on EOCameraInteractable_GetInteractableViewTarget"); \ static_assert(offsetof(EOCameraInteractable_GetInteractableViewTarget, ReturnValue) == 0x000000, "Member 'EOCameraInteractable_GetInteractableViewTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOCameraInteractable \ static_assert(alignof(IEOCameraInteractable) == 0x000001, "Wrong alignment on IEOCameraInteractable"); \ static_assert(sizeof(IEOCameraInteractable) == 0x000001, "Wrong size on IEOCameraInteractable"); \ #define DUMPER7_ASSERTS_EOCameraOwner_GetCamera \ static_assert(alignof(EOCameraOwner_GetCamera) == 0x000008, "Wrong alignment on EOCameraOwner_GetCamera"); \ static_assert(sizeof(EOCameraOwner_GetCamera) == 0x000008, "Wrong size on EOCameraOwner_GetCamera"); \ static_assert(offsetof(EOCameraOwner_GetCamera, ReturnValue) == 0x000000, "Member 'EOCameraOwner_GetCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCameraOwner_GetCurrentCameraLocation \ static_assert(alignof(EOCameraOwner_GetCurrentCameraLocation) == 0x000004, "Wrong alignment on EOCameraOwner_GetCurrentCameraLocation"); \ static_assert(sizeof(EOCameraOwner_GetCurrentCameraLocation) == 0x000010, "Wrong size on EOCameraOwner_GetCurrentCameraLocation"); \ static_assert(offsetof(EOCameraOwner_GetCurrentCameraLocation, CoordinateSpace) == 0x000000, "Member 'EOCameraOwner_GetCurrentCameraLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(EOCameraOwner_GetCurrentCameraLocation, ReturnValue) == 0x000004, "Member 'EOCameraOwner_GetCurrentCameraLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCameraOwner_GetCurrentCameraRotation \ static_assert(alignof(EOCameraOwner_GetCurrentCameraRotation) == 0x000004, "Wrong alignment on EOCameraOwner_GetCurrentCameraRotation"); \ static_assert(sizeof(EOCameraOwner_GetCurrentCameraRotation) == 0x000010, "Wrong size on EOCameraOwner_GetCurrentCameraRotation"); \ static_assert(offsetof(EOCameraOwner_GetCurrentCameraRotation, CoordinateSpace) == 0x000000, "Member 'EOCameraOwner_GetCurrentCameraRotation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(EOCameraOwner_GetCurrentCameraRotation, ReturnValue) == 0x000004, "Member 'EOCameraOwner_GetCurrentCameraRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCameraOwner_GetCurrentCameraScale \ static_assert(alignof(EOCameraOwner_GetCurrentCameraScale) == 0x000004, "Wrong alignment on EOCameraOwner_GetCurrentCameraScale"); \ static_assert(sizeof(EOCameraOwner_GetCurrentCameraScale) == 0x000010, "Wrong size on EOCameraOwner_GetCurrentCameraScale"); \ static_assert(offsetof(EOCameraOwner_GetCurrentCameraScale, CoordinateSpace) == 0x000000, "Member 'EOCameraOwner_GetCurrentCameraScale::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(EOCameraOwner_GetCurrentCameraScale, ReturnValue) == 0x000004, "Member 'EOCameraOwner_GetCurrentCameraScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCameraOwner_GetCurrentCameraTransform \ static_assert(alignof(EOCameraOwner_GetCurrentCameraTransform) == 0x000010, "Wrong alignment on EOCameraOwner_GetCurrentCameraTransform"); \ static_assert(sizeof(EOCameraOwner_GetCurrentCameraTransform) == 0x000040, "Wrong size on EOCameraOwner_GetCurrentCameraTransform"); \ static_assert(offsetof(EOCameraOwner_GetCurrentCameraTransform, CoordinateSpace) == 0x000000, "Member 'EOCameraOwner_GetCurrentCameraTransform::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(EOCameraOwner_GetCurrentCameraTransform, ReturnValue) == 0x000010, "Member 'EOCameraOwner_GetCurrentCameraTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCameraOwner_GetDefaultCameraLocation \ static_assert(alignof(EOCameraOwner_GetDefaultCameraLocation) == 0x000004, "Wrong alignment on EOCameraOwner_GetDefaultCameraLocation"); \ static_assert(sizeof(EOCameraOwner_GetDefaultCameraLocation) == 0x000010, "Wrong size on EOCameraOwner_GetDefaultCameraLocation"); \ static_assert(offsetof(EOCameraOwner_GetDefaultCameraLocation, CoordinateSpace) == 0x000000, "Member 'EOCameraOwner_GetDefaultCameraLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(EOCameraOwner_GetDefaultCameraLocation, ReturnValue) == 0x000004, "Member 'EOCameraOwner_GetDefaultCameraLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCameraOwner_GetDefaultCameraRotation \ static_assert(alignof(EOCameraOwner_GetDefaultCameraRotation) == 0x000004, "Wrong alignment on EOCameraOwner_GetDefaultCameraRotation"); \ static_assert(sizeof(EOCameraOwner_GetDefaultCameraRotation) == 0x000010, "Wrong size on EOCameraOwner_GetDefaultCameraRotation"); \ static_assert(offsetof(EOCameraOwner_GetDefaultCameraRotation, CoordinateSpace) == 0x000000, "Member 'EOCameraOwner_GetDefaultCameraRotation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(EOCameraOwner_GetDefaultCameraRotation, ReturnValue) == 0x000004, "Member 'EOCameraOwner_GetDefaultCameraRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCameraOwner_GetDefaultCameraScale \ static_assert(alignof(EOCameraOwner_GetDefaultCameraScale) == 0x000004, "Wrong alignment on EOCameraOwner_GetDefaultCameraScale"); \ static_assert(sizeof(EOCameraOwner_GetDefaultCameraScale) == 0x000010, "Wrong size on EOCameraOwner_GetDefaultCameraScale"); \ static_assert(offsetof(EOCameraOwner_GetDefaultCameraScale, CoordinateSpace) == 0x000000, "Member 'EOCameraOwner_GetDefaultCameraScale::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(EOCameraOwner_GetDefaultCameraScale, ReturnValue) == 0x000004, "Member 'EOCameraOwner_GetDefaultCameraScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCameraOwner_GetDefaultCameraTransform \ static_assert(alignof(EOCameraOwner_GetDefaultCameraTransform) == 0x000010, "Wrong alignment on EOCameraOwner_GetDefaultCameraTransform"); \ static_assert(sizeof(EOCameraOwner_GetDefaultCameraTransform) == 0x000040, "Wrong size on EOCameraOwner_GetDefaultCameraTransform"); \ static_assert(offsetof(EOCameraOwner_GetDefaultCameraTransform, CoordinateSpace) == 0x000000, "Member 'EOCameraOwner_GetDefaultCameraTransform::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(EOCameraOwner_GetDefaultCameraTransform, ReturnValue) == 0x000010, "Member 'EOCameraOwner_GetDefaultCameraTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCameraOwner_GetRelocator \ static_assert(alignof(EOCameraOwner_GetRelocator) == 0x000008, "Wrong alignment on EOCameraOwner_GetRelocator"); \ static_assert(sizeof(EOCameraOwner_GetRelocator) == 0x000008, "Wrong size on EOCameraOwner_GetRelocator"); \ static_assert(offsetof(EOCameraOwner_GetRelocator, ReturnValue) == 0x000000, "Member 'EOCameraOwner_GetRelocator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOCameraOwner \ static_assert(alignof(IEOCameraOwner) == 0x000001, "Wrong alignment on IEOCameraOwner"); \ static_assert(sizeof(IEOCameraOwner) == 0x000001, "Wrong size on IEOCameraOwner"); \ #define DUMPER7_ASSERTS_EOInteractable_Cancel \ static_assert(alignof(EOInteractable_Cancel) == 0x000008, "Wrong alignment on EOInteractable_Cancel"); \ static_assert(sizeof(EOInteractable_Cancel) == 0x000010, "Wrong size on EOInteractable_Cancel"); \ static_assert(offsetof(EOInteractable_Cancel, InteractedComponent) == 0x000000, "Member 'EOInteractable_Cancel::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_Cancel, InteractingActor) == 0x000008, "Member 'EOInteractable_Cancel::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_Confirm \ static_assert(alignof(EOInteractable_Confirm) == 0x000008, "Wrong alignment on EOInteractable_Confirm"); \ static_assert(sizeof(EOInteractable_Confirm) == 0x000010, "Wrong size on EOInteractable_Confirm"); \ static_assert(offsetof(EOInteractable_Confirm, InteractedComponent) == 0x000000, "Member 'EOInteractable_Confirm::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_Confirm, InteractingActor) == 0x000008, "Member 'EOInteractable_Confirm::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_EndInteract \ static_assert(alignof(EOInteractable_EndInteract) == 0x000008, "Wrong alignment on EOInteractable_EndInteract"); \ static_assert(sizeof(EOInteractable_EndInteract) == 0x000010, "Wrong size on EOInteractable_EndInteract"); \ static_assert(offsetof(EOInteractable_EndInteract, InteractedComponent) == 0x000000, "Member 'EOInteractable_EndInteract::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_EndInteract, InteractingActor) == 0x000008, "Member 'EOInteractable_EndInteract::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_GetInteractionActorAndComponent \ static_assert(alignof(EOInteractable_GetInteractionActorAndComponent) == 0x000008, "Wrong alignment on EOInteractable_GetInteractionActorAndComponent"); \ static_assert(sizeof(EOInteractable_GetInteractionActorAndComponent) == 0x000010, "Wrong size on EOInteractable_GetInteractionActorAndComponent"); \ static_assert(offsetof(EOInteractable_GetInteractionActorAndComponent, InteractionComponent) == 0x000000, "Member 'EOInteractable_GetInteractionActorAndComponent::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_GetInteractionActorAndComponent, InteractionActor) == 0x000008, "Member 'EOInteractable_GetInteractionActorAndComponent::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_GetInteractionCharacterAndComponent \ static_assert(alignof(EOInteractable_GetInteractionCharacterAndComponent) == 0x000008, "Wrong alignment on EOInteractable_GetInteractionCharacterAndComponent"); \ static_assert(sizeof(EOInteractable_GetInteractionCharacterAndComponent) == 0x000010, "Wrong size on EOInteractable_GetInteractionCharacterAndComponent"); \ static_assert(offsetof(EOInteractable_GetInteractionCharacterAndComponent, InteractionComponent) == 0x000000, "Member 'EOInteractable_GetInteractionCharacterAndComponent::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_GetInteractionCharacterAndComponent, InteractionCharacter) == 0x000008, "Member 'EOInteractable_GetInteractionCharacterAndComponent::InteractionCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_Interact \ static_assert(alignof(EOInteractable_Interact) == 0x000008, "Wrong alignment on EOInteractable_Interact"); \ static_assert(sizeof(EOInteractable_Interact) == 0x000010, "Wrong size on EOInteractable_Interact"); \ static_assert(offsetof(EOInteractable_Interact, InteractedComponent) == 0x000000, "Member 'EOInteractable_Interact::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_Interact, InteractingActor) == 0x000008, "Member 'EOInteractable_Interact::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_InteractHoverBegin \ static_assert(alignof(EOInteractable_InteractHoverBegin) == 0x000008, "Wrong alignment on EOInteractable_InteractHoverBegin"); \ static_assert(sizeof(EOInteractable_InteractHoverBegin) == 0x000010, "Wrong size on EOInteractable_InteractHoverBegin"); \ static_assert(offsetof(EOInteractable_InteractHoverBegin, InteractedComponent) == 0x000000, "Member 'EOInteractable_InteractHoverBegin::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_InteractHoverBegin, InteractingActor) == 0x000008, "Member 'EOInteractable_InteractHoverBegin::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_InteractHoverEnd \ static_assert(alignof(EOInteractable_InteractHoverEnd) == 0x000008, "Wrong alignment on EOInteractable_InteractHoverEnd"); \ static_assert(sizeof(EOInteractable_InteractHoverEnd) == 0x000018, "Wrong size on EOInteractable_InteractHoverEnd"); \ static_assert(offsetof(EOInteractable_InteractHoverEnd, InteractedComponent) == 0x000000, "Member 'EOInteractable_InteractHoverEnd::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_InteractHoverEnd, InteractingActor) == 0x000008, "Member 'EOInteractable_InteractHoverEnd::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_InteractHoverEnd, HoverEndType) == 0x000010, "Member 'EOInteractable_InteractHoverEnd::HoverEndType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_TryBeginInteract \ static_assert(alignof(EOInteractable_TryBeginInteract) == 0x000004, "Wrong alignment on EOInteractable_TryBeginInteract"); \ static_assert(sizeof(EOInteractable_TryBeginInteract) == 0x000008, "Wrong size on EOInteractable_TryBeginInteract"); \ static_assert(offsetof(EOInteractable_TryBeginInteract, PlayerIndex) == 0x000000, "Member 'EOInteractable_TryBeginInteract::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_TryBeginInteract, ReturnValue) == 0x000004, "Member 'EOInteractable_TryBeginInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_TryCancel \ static_assert(alignof(EOInteractable_TryCancel) == 0x000001, "Wrong alignment on EOInteractable_TryCancel"); \ static_assert(sizeof(EOInteractable_TryCancel) == 0x000001, "Wrong size on EOInteractable_TryCancel"); \ static_assert(offsetof(EOInteractable_TryCancel, ReturnValue) == 0x000000, "Member 'EOInteractable_TryCancel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_TryConfirm \ static_assert(alignof(EOInteractable_TryConfirm) == 0x000001, "Wrong alignment on EOInteractable_TryConfirm"); \ static_assert(sizeof(EOInteractable_TryConfirm) == 0x000001, "Wrong size on EOInteractable_TryConfirm"); \ static_assert(offsetof(EOInteractable_TryConfirm, ReturnValue) == 0x000000, "Member 'EOInteractable_TryConfirm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_TryEndInteract \ static_assert(alignof(EOInteractable_TryEndInteract) == 0x000001, "Wrong alignment on EOInteractable_TryEndInteract"); \ static_assert(sizeof(EOInteractable_TryEndInteract) == 0x000001, "Wrong size on EOInteractable_TryEndInteract"); \ static_assert(offsetof(EOInteractable_TryEndInteract, ReturnValue) == 0x000000, "Member 'EOInteractable_TryEndInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_CanCancel \ static_assert(alignof(EOInteractable_CanCancel) == 0x000008, "Wrong alignment on EOInteractable_CanCancel"); \ static_assert(sizeof(EOInteractable_CanCancel) == 0x000018, "Wrong size on EOInteractable_CanCancel"); \ static_assert(offsetof(EOInteractable_CanCancel, InteractedComponent) == 0x000000, "Member 'EOInteractable_CanCancel::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_CanCancel, InteractingActor) == 0x000008, "Member 'EOInteractable_CanCancel::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_CanCancel, ReturnValue) == 0x000010, "Member 'EOInteractable_CanCancel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_CanConfirm \ static_assert(alignof(EOInteractable_CanConfirm) == 0x000008, "Wrong alignment on EOInteractable_CanConfirm"); \ static_assert(sizeof(EOInteractable_CanConfirm) == 0x000018, "Wrong size on EOInteractable_CanConfirm"); \ static_assert(offsetof(EOInteractable_CanConfirm, InteractedComponent) == 0x000000, "Member 'EOInteractable_CanConfirm::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_CanConfirm, InteractingActor) == 0x000008, "Member 'EOInteractable_CanConfirm::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_CanConfirm, ReturnValue) == 0x000010, "Member 'EOInteractable_CanConfirm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_CanEndInteract \ static_assert(alignof(EOInteractable_CanEndInteract) == 0x000008, "Wrong alignment on EOInteractable_CanEndInteract"); \ static_assert(sizeof(EOInteractable_CanEndInteract) == 0x000018, "Wrong size on EOInteractable_CanEndInteract"); \ static_assert(offsetof(EOInteractable_CanEndInteract, InteractedComponent) == 0x000000, "Member 'EOInteractable_CanEndInteract::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_CanEndInteract, InteractingActor) == 0x000008, "Member 'EOInteractable_CanEndInteract::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_CanEndInteract, ReturnValue) == 0x000010, "Member 'EOInteractable_CanEndInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_CanHover \ static_assert(alignof(EOInteractable_CanHover) == 0x000008, "Wrong alignment on EOInteractable_CanHover"); \ static_assert(sizeof(EOInteractable_CanHover) == 0x000098, "Wrong size on EOInteractable_CanHover"); \ static_assert(offsetof(EOInteractable_CanHover, InteractingActor) == 0x000000, "Member 'EOInteractable_CanHover::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_CanHover, HitResult) == 0x000008, "Member 'EOInteractable_CanHover::HitResult' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_CanHover, ReturnValue) == 0x000090, "Member 'EOInteractable_CanHover::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_CanInteract \ static_assert(alignof(EOInteractable_CanInteract) == 0x000008, "Wrong alignment on EOInteractable_CanInteract"); \ static_assert(sizeof(EOInteractable_CanInteract) == 0x000018, "Wrong size on EOInteractable_CanInteract"); \ static_assert(offsetof(EOInteractable_CanInteract, InteractedComponent) == 0x000000, "Member 'EOInteractable_CanInteract::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_CanInteract, InteractingActor) == 0x000008, "Member 'EOInteractable_CanInteract::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(EOInteractable_CanInteract, ReturnValue) == 0x000010, "Member 'EOInteractable_CanInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_GetCurrentInteractableState \ static_assert(alignof(EOInteractable_GetCurrentInteractableState) == 0x000001, "Wrong alignment on EOInteractable_GetCurrentInteractableState"); \ static_assert(sizeof(EOInteractable_GetCurrentInteractableState) == 0x000001, "Wrong size on EOInteractable_GetCurrentInteractableState"); \ static_assert(offsetof(EOInteractable_GetCurrentInteractableState, ReturnValue) == 0x000000, "Member 'EOInteractable_GetCurrentInteractableState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_GetInteractDuration \ static_assert(alignof(EOInteractable_GetInteractDuration) == 0x000004, "Wrong alignment on EOInteractable_GetInteractDuration"); \ static_assert(sizeof(EOInteractable_GetInteractDuration) == 0x000004, "Wrong size on EOInteractable_GetInteractDuration"); \ static_assert(offsetof(EOInteractable_GetInteractDuration, ReturnValue) == 0x000000, "Member 'EOInteractable_GetInteractDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_GetInteractionActor \ static_assert(alignof(EOInteractable_GetInteractionActor) == 0x000008, "Wrong alignment on EOInteractable_GetInteractionActor"); \ static_assert(sizeof(EOInteractable_GetInteractionActor) == 0x000008, "Wrong size on EOInteractable_GetInteractionActor"); \ static_assert(offsetof(EOInteractable_GetInteractionActor, ReturnValue) == 0x000000, "Member 'EOInteractable_GetInteractionActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_GetInteractionCharacter \ static_assert(alignof(EOInteractable_GetInteractionCharacter) == 0x000008, "Wrong alignment on EOInteractable_GetInteractionCharacter"); \ static_assert(sizeof(EOInteractable_GetInteractionCharacter) == 0x000008, "Wrong size on EOInteractable_GetInteractionCharacter"); \ static_assert(offsetof(EOInteractable_GetInteractionCharacter, ReturnValue) == 0x000000, "Member 'EOInteractable_GetInteractionCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_GetInteractionComponent \ static_assert(alignof(EOInteractable_GetInteractionComponent) == 0x000008, "Wrong alignment on EOInteractable_GetInteractionComponent"); \ static_assert(sizeof(EOInteractable_GetInteractionComponent) == 0x000008, "Wrong size on EOInteractable_GetInteractionComponent"); \ static_assert(offsetof(EOInteractable_GetInteractionComponent, ReturnValue) == 0x000000, "Member 'EOInteractable_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_GetInteractionController \ static_assert(alignof(EOInteractable_GetInteractionController) == 0x000008, "Wrong alignment on EOInteractable_GetInteractionController"); \ static_assert(sizeof(EOInteractable_GetInteractionController) == 0x000008, "Wrong size on EOInteractable_GetInteractionController"); \ static_assert(offsetof(EOInteractable_GetInteractionController, ReturnValue) == 0x000000, "Member 'EOInteractable_GetInteractionController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_GetInteractionPlayerController \ static_assert(alignof(EOInteractable_GetInteractionPlayerController) == 0x000008, "Wrong alignment on EOInteractable_GetInteractionPlayerController"); \ static_assert(sizeof(EOInteractable_GetInteractionPlayerController) == 0x000008, "Wrong size on EOInteractable_GetInteractionPlayerController"); \ static_assert(offsetof(EOInteractable_GetInteractionPlayerController, ReturnValue) == 0x000000, "Member 'EOInteractable_GetInteractionPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_GetInteractType \ static_assert(alignof(EOInteractable_GetInteractType) == 0x000001, "Wrong alignment on EOInteractable_GetInteractType"); \ static_assert(sizeof(EOInteractable_GetInteractType) == 0x000001, "Wrong size on EOInteractable_GetInteractType"); \ static_assert(offsetof(EOInteractable_GetInteractType, ReturnValue) == 0x000000, "Member 'EOInteractable_GetInteractType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_IsHovering \ static_assert(alignof(EOInteractable_IsHovering) == 0x000001, "Wrong alignment on EOInteractable_IsHovering"); \ static_assert(sizeof(EOInteractable_IsHovering) == 0x000001, "Wrong size on EOInteractable_IsHovering"); \ static_assert(offsetof(EOInteractable_IsHovering, ReturnValue) == 0x000000, "Member 'EOInteractable_IsHovering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractable_IsInteracting \ static_assert(alignof(EOInteractable_IsInteracting) == 0x000001, "Wrong alignment on EOInteractable_IsInteracting"); \ static_assert(sizeof(EOInteractable_IsInteracting) == 0x000001, "Wrong size on EOInteractable_IsInteracting"); \ static_assert(offsetof(EOInteractable_IsInteracting, ReturnValue) == 0x000000, "Member 'EOInteractable_IsInteracting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOInteractable \ static_assert(alignof(IEOInteractable) == 0x000001, "Wrong alignment on IEOInteractable"); \ static_assert(sizeof(IEOInteractable) == 0x000001, "Wrong size on IEOInteractable"); \ #define DUMPER7_ASSERTS_EOInteractor_CanInteract \ static_assert(alignof(EOInteractor_CanInteract) == 0x000001, "Wrong alignment on EOInteractor_CanInteract"); \ static_assert(sizeof(EOInteractor_CanInteract) == 0x000001, "Wrong size on EOInteractor_CanInteract"); \ static_assert(offsetof(EOInteractor_CanInteract, ReturnValue) == 0x000000, "Member 'EOInteractor_CanInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_InteractBegan \ static_assert(alignof(EOInteractor_InteractBegan) == 0x000008, "Wrong alignment on EOInteractor_InteractBegan"); \ static_assert(sizeof(EOInteractor_InteractBegan) == 0x000008, "Wrong size on EOInteractor_InteractBegan"); \ static_assert(offsetof(EOInteractor_InteractBegan, InteractedComponent) == 0x000000, "Member 'EOInteractor_InteractBegan::InteractedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_InteractCanceled \ static_assert(alignof(EOInteractor_InteractCanceled) == 0x000008, "Wrong alignment on EOInteractor_InteractCanceled"); \ static_assert(sizeof(EOInteractor_InteractCanceled) == 0x000008, "Wrong size on EOInteractor_InteractCanceled"); \ static_assert(offsetof(EOInteractor_InteractCanceled, InteractedComponent) == 0x000000, "Member 'EOInteractor_InteractCanceled::InteractedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_InteractConfirmed \ static_assert(alignof(EOInteractor_InteractConfirmed) == 0x000008, "Wrong alignment on EOInteractor_InteractConfirmed"); \ static_assert(sizeof(EOInteractor_InteractConfirmed) == 0x000008, "Wrong size on EOInteractor_InteractConfirmed"); \ static_assert(offsetof(EOInteractor_InteractConfirmed, InteractedComponent) == 0x000000, "Member 'EOInteractor_InteractConfirmed::InteractedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_InteractEnded \ static_assert(alignof(EOInteractor_InteractEnded) == 0x000008, "Wrong alignment on EOInteractor_InteractEnded"); \ static_assert(sizeof(EOInteractor_InteractEnded) == 0x000008, "Wrong size on EOInteractor_InteractEnded"); \ static_assert(offsetof(EOInteractor_InteractEnded, InteractedComponent) == 0x000000, "Member 'EOInteractor_InteractEnded::InteractedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_InteractHoverBegan \ static_assert(alignof(EOInteractor_InteractHoverBegan) == 0x000008, "Wrong alignment on EOInteractor_InteractHoverBegan"); \ static_assert(sizeof(EOInteractor_InteractHoverBegan) == 0x000008, "Wrong size on EOInteractor_InteractHoverBegan"); \ static_assert(offsetof(EOInteractor_InteractHoverBegan, InteractedComponent) == 0x000000, "Member 'EOInteractor_InteractHoverBegan::InteractedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_InteractHoverEnded \ static_assert(alignof(EOInteractor_InteractHoverEnded) == 0x000008, "Wrong alignment on EOInteractor_InteractHoverEnded"); \ static_assert(sizeof(EOInteractor_InteractHoverEnded) == 0x000010, "Wrong size on EOInteractor_InteractHoverEnded"); \ static_assert(offsetof(EOInteractor_InteractHoverEnded, InteractedComponent) == 0x000000, "Member 'EOInteractor_InteractHoverEnded::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOInteractor_InteractHoverEnded, HoverEndType) == 0x000008, "Member 'EOInteractor_InteractHoverEnded::HoverEndType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_PopSequenceInteractable \ static_assert(alignof(EOInteractor_PopSequenceInteractable) == 0x000008, "Wrong alignment on EOInteractor_PopSequenceInteractable"); \ static_assert(sizeof(EOInteractor_PopSequenceInteractable) == 0x000008, "Wrong size on EOInteractor_PopSequenceInteractable"); \ static_assert(offsetof(EOInteractor_PopSequenceInteractable, ReturnValue) == 0x000000, "Member 'EOInteractor_PopSequenceInteractable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_PushInteractionInputContext \ static_assert(alignof(EOInteractor_PushInteractionInputContext) == 0x000008, "Wrong alignment on EOInteractor_PushInteractionInputContext"); \ static_assert(sizeof(EOInteractor_PushInteractionInputContext) == 0x000030, "Wrong size on EOInteractor_PushInteractionInputContext"); \ static_assert(offsetof(EOInteractor_PushInteractionInputContext, InputMappingContext) == 0x000000, "Member 'EOInteractor_PushInteractionInputContext::InputMappingContext' has a wrong offset!"); \ static_assert(offsetof(EOInteractor_PushInteractionInputContext, OverwriteAllActions) == 0x000008, "Member 'EOInteractor_PushInteractionInputContext::OverwriteAllActions' has a wrong offset!"); \ static_assert(offsetof(EOInteractor_PushInteractionInputContext, PassThroughActions) == 0x000010, "Member 'EOInteractor_PushInteractionInputContext::PassThroughActions' has a wrong offset!"); \ static_assert(offsetof(EOInteractor_PushInteractionInputContext, BlockedActions) == 0x000020, "Member 'EOInteractor_PushInteractionInputContext::BlockedActions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_PushSequenceInteractable \ static_assert(alignof(EOInteractor_PushSequenceInteractable) == 0x000008, "Wrong alignment on EOInteractor_PushSequenceInteractable"); \ static_assert(sizeof(EOInteractor_PushSequenceInteractable) == 0x000008, "Wrong size on EOInteractor_PushSequenceInteractable"); \ static_assert(offsetof(EOInteractor_PushSequenceInteractable, PushedInteractable) == 0x000000, "Member 'EOInteractor_PushSequenceInteractable::PushedInteractable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_AllowOthersToInteract \ static_assert(alignof(EOInteractor_AllowOthersToInteract) == 0x000001, "Wrong alignment on EOInteractor_AllowOthersToInteract"); \ static_assert(sizeof(EOInteractor_AllowOthersToInteract) == 0x000001, "Wrong size on EOInteractor_AllowOthersToInteract"); \ static_assert(offsetof(EOInteractor_AllowOthersToInteract, ReturnValue) == 0x000000, "Member 'EOInteractor_AllowOthersToInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_GetCurrentInputContext \ static_assert(alignof(EOInteractor_GetCurrentInputContext) == 0x000008, "Wrong alignment on EOInteractor_GetCurrentInputContext"); \ static_assert(sizeof(EOInteractor_GetCurrentInputContext) == 0x000008, "Wrong size on EOInteractor_GetCurrentInputContext"); \ static_assert(offsetof(EOInteractor_GetCurrentInputContext, ReturnValue) == 0x000000, "Member 'EOInteractor_GetCurrentInputContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_GetCurrentSequenceInteractable \ static_assert(alignof(EOInteractor_GetCurrentSequenceInteractable) == 0x000008, "Wrong alignment on EOInteractor_GetCurrentSequenceInteractable"); \ static_assert(sizeof(EOInteractor_GetCurrentSequenceInteractable) == 0x000008, "Wrong size on EOInteractor_GetCurrentSequenceInteractable"); \ static_assert(offsetof(EOInteractor_GetCurrentSequenceInteractable, ReturnValue) == 0x000000, "Member 'EOInteractor_GetCurrentSequenceInteractable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_GetInteractionComponent \ static_assert(alignof(EOInteractor_GetInteractionComponent) == 0x000008, "Wrong alignment on EOInteractor_GetInteractionComponent"); \ static_assert(sizeof(EOInteractor_GetInteractionComponent) == 0x000008, "Wrong size on EOInteractor_GetInteractionComponent"); \ static_assert(offsetof(EOInteractor_GetInteractionComponent, ReturnValue) == 0x000000, "Member 'EOInteractor_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_GetNumSequenceInteractablesOnStack \ static_assert(alignof(EOInteractor_GetNumSequenceInteractablesOnStack) == 0x000004, "Wrong alignment on EOInteractor_GetNumSequenceInteractablesOnStack"); \ static_assert(sizeof(EOInteractor_GetNumSequenceInteractablesOnStack) == 0x000004, "Wrong size on EOInteractor_GetNumSequenceInteractablesOnStack"); \ static_assert(offsetof(EOInteractor_GetNumSequenceInteractablesOnStack, ReturnValue) == 0x000000, "Member 'EOInteractor_GetNumSequenceInteractablesOnStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractor_IsInteracting \ static_assert(alignof(EOInteractor_IsInteracting) == 0x000001, "Wrong alignment on EOInteractor_IsInteracting"); \ static_assert(sizeof(EOInteractor_IsInteracting) == 0x000001, "Wrong size on EOInteractor_IsInteracting"); \ static_assert(offsetof(EOInteractor_IsInteracting, ReturnValue) == 0x000000, "Member 'EOInteractor_IsInteracting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOInteractor \ static_assert(alignof(IEOInteractor) == 0x000001, "Wrong alignment on IEOInteractor"); \ static_assert(sizeof(IEOInteractor) == 0x000001, "Wrong size on IEOInteractor"); \ #define DUMPER7_ASSERTS_EOSequence_ActivateChildSequenceActors \ static_assert(alignof(EOSequence_ActivateChildSequenceActors) == 0x000001, "Wrong alignment on EOSequence_ActivateChildSequenceActors"); \ static_assert(sizeof(EOSequence_ActivateChildSequenceActors) == 0x000001, "Wrong size on EOSequence_ActivateChildSequenceActors"); \ static_assert(offsetof(EOSequence_ActivateChildSequenceActors, ReturnValue) == 0x000000, "Member 'EOSequence_ActivateChildSequenceActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOSequence_DeactivateChildSequenceActors \ static_assert(alignof(EOSequence_DeactivateChildSequenceActors) == 0x000001, "Wrong alignment on EOSequence_DeactivateChildSequenceActors"); \ static_assert(sizeof(EOSequence_DeactivateChildSequenceActors) == 0x000001, "Wrong size on EOSequence_DeactivateChildSequenceActors"); \ static_assert(offsetof(EOSequence_DeactivateChildSequenceActors, ReturnValue) == 0x000000, "Member 'EOSequence_DeactivateChildSequenceActors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOSequence_OnSequenceBegin \ static_assert(alignof(EOSequence_OnSequenceBegin) == 0x000008, "Wrong alignment on EOSequence_OnSequenceBegin"); \ static_assert(sizeof(EOSequence_OnSequenceBegin) == 0x000010, "Wrong size on EOSequence_OnSequenceBegin"); \ static_assert(offsetof(EOSequence_OnSequenceBegin, InteractedComponent) == 0x000000, "Member 'EOSequence_OnSequenceBegin::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOSequence_OnSequenceBegin, InteractingActor) == 0x000008, "Member 'EOSequence_OnSequenceBegin::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOSequence_OnSequenceEnd \ static_assert(alignof(EOSequence_OnSequenceEnd) == 0x000008, "Wrong alignment on EOSequence_OnSequenceEnd"); \ static_assert(sizeof(EOSequence_OnSequenceEnd) == 0x000010, "Wrong size on EOSequence_OnSequenceEnd"); \ static_assert(offsetof(EOSequence_OnSequenceEnd, InteractedComponent) == 0x000000, "Member 'EOSequence_OnSequenceEnd::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOSequence_OnSequenceEnd, InteractingActor) == 0x000008, "Member 'EOSequence_OnSequenceEnd::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOSequence_PopSequence \ static_assert(alignof(EOSequence_PopSequence) == 0x000008, "Wrong alignment on EOSequence_PopSequence"); \ static_assert(sizeof(EOSequence_PopSequence) == 0x000018, "Wrong size on EOSequence_PopSequence"); \ static_assert(offsetof(EOSequence_PopSequence, InteractedComponent) == 0x000000, "Member 'EOSequence_PopSequence::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOSequence_PopSequence, InteractingActor) == 0x000008, "Member 'EOSequence_PopSequence::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(EOSequence_PopSequence, ReturnValue) == 0x000010, "Member 'EOSequence_PopSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOSequence_PushSequence \ static_assert(alignof(EOSequence_PushSequence) == 0x000008, "Wrong alignment on EOSequence_PushSequence"); \ static_assert(sizeof(EOSequence_PushSequence) == 0x000010, "Wrong size on EOSequence_PushSequence"); \ static_assert(offsetof(EOSequence_PushSequence, InteractedComponent) == 0x000000, "Member 'EOSequence_PushSequence::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOSequence_PushSequence, InteractingActor) == 0x000008, "Member 'EOSequence_PushSequence::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOSequence_CanPopSequence \ static_assert(alignof(EOSequence_CanPopSequence) == 0x000008, "Wrong alignment on EOSequence_CanPopSequence"); \ static_assert(sizeof(EOSequence_CanPopSequence) == 0x000018, "Wrong size on EOSequence_CanPopSequence"); \ static_assert(offsetof(EOSequence_CanPopSequence, InteractedComponent) == 0x000000, "Member 'EOSequence_CanPopSequence::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOSequence_CanPopSequence, InteractingActor) == 0x000008, "Member 'EOSequence_CanPopSequence::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(EOSequence_CanPopSequence, ReturnValue) == 0x000010, "Member 'EOSequence_CanPopSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOSequence_CanPushSequence \ static_assert(alignof(EOSequence_CanPushSequence) == 0x000008, "Wrong alignment on EOSequence_CanPushSequence"); \ static_assert(sizeof(EOSequence_CanPushSequence) == 0x000018, "Wrong size on EOSequence_CanPushSequence"); \ static_assert(offsetof(EOSequence_CanPushSequence, InteractedComponent) == 0x000000, "Member 'EOSequence_CanPushSequence::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(EOSequence_CanPushSequence, InteractingActor) == 0x000008, "Member 'EOSequence_CanPushSequence::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(EOSequence_CanPushSequence, ReturnValue) == 0x000010, "Member 'EOSequence_CanPushSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOSequence \ static_assert(alignof(IEOSequence) == 0x000001, "Wrong alignment on IEOSequence"); \ static_assert(sizeof(IEOSequence) == 0x000001, "Wrong size on IEOSequence"); \ #define DUMPER7_ASSERTS_ULerpTargetDataAsset \ static_assert(alignof(ULerpTargetDataAsset) == 0x000010, "Wrong alignment on ULerpTargetDataAsset"); \ static_assert(sizeof(ULerpTargetDataAsset) == 0x000060, "Wrong size on ULerpTargetDataAsset"); \ static_assert(offsetof(ULerpTargetDataAsset, LocalTransform) == 0x000030, "Member 'ULerpTargetDataAsset::LocalTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_BlockCrouch_C \ static_assert(alignof(UGE_BlockCrouch_C) == 0x000008, "Wrong alignment on UGE_BlockCrouch_C"); \ static_assert(sizeof(UGE_BlockCrouch_C) == 0x000800, "Wrong size on UGE_BlockCrouch_C"); \ #define DUMPER7_ASSERTS_FLiveLinkRoleProjectSetting \ static_assert(alignof(FLiveLinkRoleProjectSetting) == 0x000008, "Wrong alignment on FLiveLinkRoleProjectSetting"); \ static_assert(sizeof(FLiveLinkRoleProjectSetting) == 0x000028, "Wrong size on FLiveLinkRoleProjectSetting"); \ static_assert(offsetof(FLiveLinkRoleProjectSetting, Role) == 0x000000, "Member 'FLiveLinkRoleProjectSetting::Role' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkRoleProjectSetting, SettingClass) == 0x000008, "Member 'FLiveLinkRoleProjectSetting::SettingClass' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkRoleProjectSetting, FrameInterpolationProcessor) == 0x000010, "Member 'FLiveLinkRoleProjectSetting::FrameInterpolationProcessor' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkRoleProjectSetting, FramePreProcessors) == 0x000018, "Member 'FLiveLinkRoleProjectSetting::FramePreProcessors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_LiveLinkPose \ static_assert(alignof(FAnimNode_LiveLinkPose) == 0x000008, "Wrong alignment on FAnimNode_LiveLinkPose"); \ static_assert(sizeof(FAnimNode_LiveLinkPose) == 0x000050, "Wrong size on FAnimNode_LiveLinkPose"); \ static_assert(offsetof(FAnimNode_LiveLinkPose, InputPose) == 0x000010, "Member 'FAnimNode_LiveLinkPose::InputPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LiveLinkPose, LiveLinkSubjectName) == 0x000020, "Member 'FAnimNode_LiveLinkPose::LiveLinkSubjectName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LiveLinkPose, RetargetAsset) == 0x000028, "Member 'FAnimNode_LiveLinkPose::RetargetAsset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LiveLinkPose, CurrentRetargetAsset) == 0x000030, "Member 'FAnimNode_LiveLinkPose::CurrentRetargetAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkInstanceProxy \ static_assert(alignof(FLiveLinkInstanceProxy) == 0x000010, "Wrong alignment on FLiveLinkInstanceProxy"); \ static_assert(sizeof(FLiveLinkInstanceProxy) == 0x0007C0, "Wrong size on FLiveLinkInstanceProxy"); \ static_assert(offsetof(FLiveLinkInstanceProxy, PoseNode) == 0x000770, "Member 'FLiveLinkInstanceProxy::PoseNode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProviderPollResult \ static_assert(alignof(FProviderPollResult) == 0x000008, "Wrong alignment on FProviderPollResult"); \ static_assert(sizeof(FProviderPollResult) == 0x000038, "Wrong size on FProviderPollResult"); \ static_assert(offsetof(FProviderPollResult, Name) == 0x000010, "Member 'FProviderPollResult::Name' has a wrong offset!"); \ static_assert(offsetof(FProviderPollResult, MachineName) == 0x000020, "Member 'FProviderPollResult::MachineName' has a wrong offset!"); \ static_assert(offsetof(FProviderPollResult, MachineTimeOffset) == 0x000030, "Member 'FProviderPollResult::MachineTimeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkRetargetAssetReference \ static_assert(alignof(FLiveLinkRetargetAssetReference) == 0x000001, "Wrong alignment on FLiveLinkRetargetAssetReference"); \ static_assert(sizeof(FLiveLinkRetargetAssetReference) == 0x000001, "Wrong size on FLiveLinkRetargetAssetReference"); \ #define DUMPER7_ASSERTS_ULiveLinkTransformAxisSwitchPreProcessor \ static_assert(alignof(ULiveLinkTransformAxisSwitchPreProcessor) == 0x000008, "Wrong alignment on ULiveLinkTransformAxisSwitchPreProcessor"); \ static_assert(sizeof(ULiveLinkTransformAxisSwitchPreProcessor) == 0x000058, "Wrong size on ULiveLinkTransformAxisSwitchPreProcessor"); \ static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, FrontAxis) == 0x000028, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::FrontAxis' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, RightAxis) == 0x000029, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::RightAxis' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, UpAxis) == 0x00002A, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::UpAxis' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, bUseOffsetPosition) == 0x00002B, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::bUseOffsetPosition' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, bUseOffsetOrientation) == 0x00002C, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::bUseOffsetOrientation' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, OffsetPosition) == 0x000030, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::OffsetPosition' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkTransformAxisSwitchPreProcessor, OffsetOrientation) == 0x00003C, "Member 'ULiveLinkTransformAxisSwitchPreProcessor::OffsetOrientation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkAnimationAxisSwitchPreProcessor \ static_assert(alignof(ULiveLinkAnimationAxisSwitchPreProcessor) == 0x000008, "Wrong alignment on ULiveLinkAnimationAxisSwitchPreProcessor"); \ static_assert(sizeof(ULiveLinkAnimationAxisSwitchPreProcessor) == 0x000058, "Wrong size on ULiveLinkAnimationAxisSwitchPreProcessor"); \ #define DUMPER7_ASSERTS_ULiveLinkBasicFrameInterpolationProcessor \ static_assert(alignof(ULiveLinkBasicFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkBasicFrameInterpolationProcessor"); \ static_assert(sizeof(ULiveLinkBasicFrameInterpolationProcessor) == 0x000040, "Wrong size on ULiveLinkBasicFrameInterpolationProcessor"); \ static_assert(offsetof(ULiveLinkBasicFrameInterpolationProcessor, bInterpolatePropertyValues) == 0x000028, "Member 'ULiveLinkBasicFrameInterpolationProcessor::bInterpolatePropertyValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_ChildCount \ static_assert(alignof(LiveLinkBlueprintLibrary_ChildCount) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_ChildCount"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_ChildCount) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_ChildCount"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_ChildCount, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_ChildCount::LiveLinkTransform' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_ChildCount, ReturnValue) == 0x000020, "Member 'LiveLinkBlueprintLibrary_ChildCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_ComponentSpaceTransform \ static_assert(alignof(LiveLinkBlueprintLibrary_ComponentSpaceTransform) == 0x000010, "Wrong alignment on LiveLinkBlueprintLibrary_ComponentSpaceTransform"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_ComponentSpaceTransform) == 0x000050, "Wrong size on LiveLinkBlueprintLibrary_ComponentSpaceTransform"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_ComponentSpaceTransform, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_ComponentSpaceTransform::LiveLinkTransform' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_ComponentSpaceTransform, Transform) == 0x000020, "Member 'LiveLinkBlueprintLibrary_ComponentSpaceTransform::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame \ static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame, SubjectRepresentation) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame::SubjectRepresentation' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame, OutBlueprintData) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame::OutBlueprintData' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrame::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime \ static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime) == 0x000038, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::SubjectName' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, Role) == 0x000008, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::Role' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, SceneTime) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::SceneTime' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, OutBlueprintData) == 0x000028, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::OutBlueprintData' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime, ReturnValue) == 0x000030, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtSceneTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset \ static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::SubjectName' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, Role) == 0x000008, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::Role' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, WorldTimeOffset) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::WorldTimeOffset' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, OutBlueprintData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::OutBlueprintData' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset, ReturnValue) == 0x000020, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameAtWorldTimeOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole \ static_assert(alignof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::SubjectName' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, Role) == 0x000008, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::Role' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, OutBlueprintData) == 0x000010, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::OutBlueprintData' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_EvaluateLiveLinkFrameWithSpecificRole::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetAnimationFrameData \ static_assert(alignof(LiveLinkBlueprintLibrary_GetAnimationFrameData) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetAnimationFrameData"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetAnimationFrameData) == 0x0000D0, "Wrong size on LiveLinkBlueprintLibrary_GetAnimationFrameData"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationFrameData, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetAnimationFrameData::SubjectFrameHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationFrameData, AnimationFrameData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetAnimationFrameData::AnimationFrameData' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationFrameData, ReturnValue) == 0x0000C8, "Member 'LiveLinkBlueprintLibrary_GetAnimationFrameData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetAnimationStaticData \ static_assert(alignof(LiveLinkBlueprintLibrary_GetAnimationStaticData) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetAnimationStaticData"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetAnimationStaticData) == 0x000050, "Wrong size on LiveLinkBlueprintLibrary_GetAnimationStaticData"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationStaticData, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetAnimationStaticData::SubjectFrameHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationStaticData, AnimationStaticData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetAnimationStaticData::AnimationStaticData' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetAnimationStaticData, ReturnValue) == 0x000048, "Member 'LiveLinkBlueprintLibrary_GetAnimationStaticData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetBasicData \ static_assert(alignof(LiveLinkBlueprintLibrary_GetBasicData) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetBasicData"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetBasicData) == 0x0000D0, "Wrong size on LiveLinkBlueprintLibrary_GetBasicData"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetBasicData, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetBasicData::SubjectFrameHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetBasicData, BasicBlueprintData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetBasicData::BasicBlueprintData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetChildren \ static_assert(alignof(LiveLinkBlueprintLibrary_GetChildren) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetChildren"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetChildren) == 0x000030, "Wrong size on LiveLinkBlueprintLibrary_GetChildren"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetChildren, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetChildren::LiveLinkTransform' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetChildren, Children) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetChildren::Children' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetCurves \ static_assert(alignof(LiveLinkBlueprintLibrary_GetCurves) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetCurves"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetCurves) == 0x000068, "Wrong size on LiveLinkBlueprintLibrary_GetCurves"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetCurves, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetCurves::SubjectFrameHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetCurves, Curves) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetCurves::Curves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames \ static_assert(alignof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames) == 0x000018, "Wrong size on LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames, bIncludeVirtualSubject) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames::bIncludeVirtualSubject' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames, ReturnValue) == 0x000008, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkEnabledSubjectNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole \ static_assert(alignof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole) == 0x000010, "Wrong size on LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole::SubjectName' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole, ReturnValue) == 0x000008, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjectRole::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetLiveLinkSubjects \ static_assert(alignof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetLiveLinkSubjects"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects) == 0x000018, "Wrong size on LiveLinkBlueprintLibrary_GetLiveLinkSubjects"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects, bIncludeDisabledSubject) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjects::bIncludeDisabledSubject' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects, bIncludeVirtualSubject) == 0x000001, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjects::bIncludeVirtualSubject' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetLiveLinkSubjects, ReturnValue) == 0x000008, "Member 'LiveLinkBlueprintLibrary_GetLiveLinkSubjects::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetMetadata \ static_assert(alignof(LiveLinkBlueprintLibrary_GetMetadata) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetMetadata"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetMetadata) == 0x000088, "Wrong size on LiveLinkBlueprintLibrary_GetMetadata"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetMetadata, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetMetadata::SubjectFrameHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetMetadata, MetaData) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetMetadata::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetParent \ static_assert(alignof(LiveLinkBlueprintLibrary_GetParent) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetParent"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetParent) == 0x000040, "Wrong size on LiveLinkBlueprintLibrary_GetParent"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetParent, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetParent::LiveLinkTransform' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetParent, Parent) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetParent::Parent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetPropertyValue \ static_assert(alignof(LiveLinkBlueprintLibrary_GetPropertyValue) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetPropertyValue"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetPropertyValue) == 0x0000C8, "Wrong size on LiveLinkBlueprintLibrary_GetPropertyValue"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, BasicData) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::BasicData' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, PropertyName) == 0x0000B8, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::PropertyName' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, Value) == 0x0000C0, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::Value' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetPropertyValue, ReturnValue) == 0x0000C4, "Member 'LiveLinkBlueprintLibrary_GetPropertyValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetRootTransform \ static_assert(alignof(LiveLinkBlueprintLibrary_GetRootTransform) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetRootTransform"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetRootTransform) == 0x000038, "Wrong size on LiveLinkBlueprintLibrary_GetRootTransform"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetRootTransform, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetRootTransform::SubjectFrameHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetRootTransform, LiveLinkTransform) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetRootTransform::LiveLinkTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSourceMachineName \ static_assert(alignof(LiveLinkBlueprintLibrary_GetSourceMachineName) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSourceMachineName"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetSourceMachineName) == 0x000030, "Wrong size on LiveLinkBlueprintLibrary_GetSourceMachineName"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceMachineName, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSourceMachineName::SourceHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceMachineName, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetSourceMachineName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSourceStatus \ static_assert(alignof(LiveLinkBlueprintLibrary_GetSourceStatus) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSourceStatus"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetSourceStatus) == 0x000030, "Wrong size on LiveLinkBlueprintLibrary_GetSourceStatus"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceStatus, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSourceStatus::SourceHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceStatus, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetSourceStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSourceType \ static_assert(alignof(LiveLinkBlueprintLibrary_GetSourceType) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSourceType"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetSourceType) == 0x000030, "Wrong size on LiveLinkBlueprintLibrary_GetSourceType"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceType, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSourceType::SourceHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetSourceType, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetSourceType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole \ static_assert(alignof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole, SubjectKey) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole::SubjectKey' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetSpecificLiveLinkSubjectRole::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetTransformByIndex \ static_assert(alignof(LiveLinkBlueprintLibrary_GetTransformByIndex) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetTransformByIndex"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetTransformByIndex) == 0x000040, "Wrong size on LiveLinkBlueprintLibrary_GetTransformByIndex"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByIndex, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetTransformByIndex::SubjectFrameHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByIndex, TransformIndex) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetTransformByIndex::TransformIndex' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByIndex, LiveLinkTransform) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetTransformByIndex::LiveLinkTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_GetTransformByName \ static_assert(alignof(LiveLinkBlueprintLibrary_GetTransformByName) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_GetTransformByName"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_GetTransformByName) == 0x000040, "Wrong size on LiveLinkBlueprintLibrary_GetTransformByName"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByName, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_GetTransformByName::SubjectFrameHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByName, TransformName_0) == 0x000018, "Member 'LiveLinkBlueprintLibrary_GetTransformByName::TransformName_0' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_GetTransformByName, LiveLinkTransform) == 0x000020, "Member 'LiveLinkBlueprintLibrary_GetTransformByName::LiveLinkTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_HasParent \ static_assert(alignof(LiveLinkBlueprintLibrary_HasParent) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_HasParent"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_HasParent) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_HasParent"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_HasParent, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_HasParent::LiveLinkTransform' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_HasParent, ReturnValue) == 0x000020, "Member 'LiveLinkBlueprintLibrary_HasParent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled \ static_assert(alignof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled) == 0x00000C, "Wrong size on LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled, SubjectName) == 0x000000, "Member 'LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled::SubjectName' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled, ReturnValue) == 0x000008, "Member 'LiveLinkBlueprintLibrary_IsLiveLinkSubjectEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_IsSourceStillValid \ static_assert(alignof(LiveLinkBlueprintLibrary_IsSourceStillValid) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_IsSourceStillValid"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_IsSourceStillValid) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_IsSourceStillValid"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_IsSourceStillValid, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_IsSourceStillValid::SourceHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_IsSourceStillValid, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_IsSourceStillValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled \ static_assert(alignof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled) == 0x00001C, "Wrong size on LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled, SubjectKey) == 0x000000, "Member 'LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled::SubjectKey' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled, bForThisFrame) == 0x000018, "Member 'LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled::bForThisFrame' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled, ReturnValue) == 0x000019, "Member 'LiveLinkBlueprintLibrary_IsSpecificLiveLinkSubjectEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_NumberOfTransforms \ static_assert(alignof(LiveLinkBlueprintLibrary_NumberOfTransforms) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_NumberOfTransforms"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_NumberOfTransforms) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_NumberOfTransforms"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_NumberOfTransforms, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_NumberOfTransforms::SubjectFrameHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_NumberOfTransforms, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_NumberOfTransforms::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_ParentBoneSpaceTransform \ static_assert(alignof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform) == 0x000010, "Wrong alignment on LiveLinkBlueprintLibrary_ParentBoneSpaceTransform"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform) == 0x000050, "Wrong size on LiveLinkBlueprintLibrary_ParentBoneSpaceTransform"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_ParentBoneSpaceTransform::LiveLinkTransform' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_ParentBoneSpaceTransform, Transform) == 0x000020, "Member 'LiveLinkBlueprintLibrary_ParentBoneSpaceTransform::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_RemoveSource \ static_assert(alignof(LiveLinkBlueprintLibrary_RemoveSource) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_RemoveSource"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_RemoveSource) == 0x000020, "Wrong size on LiveLinkBlueprintLibrary_RemoveSource"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_RemoveSource, SourceHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_RemoveSource::SourceHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_RemoveSource, ReturnValue) == 0x000018, "Member 'LiveLinkBlueprintLibrary_RemoveSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled \ static_assert(alignof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled) == 0x000004, "Wrong alignment on LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled) == 0x00001C, "Wrong size on LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled, SubjectKey) == 0x000000, "Member 'LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled::SubjectKey' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled, bEnabled) == 0x000018, "Member 'LiveLinkBlueprintLibrary_SetLiveLinkSubjectEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_TransformName \ static_assert(alignof(LiveLinkBlueprintLibrary_TransformName) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_TransformName"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_TransformName) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_TransformName"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_TransformName, LiveLinkTransform) == 0x000000, "Member 'LiveLinkBlueprintLibrary_TransformName::LiveLinkTransform' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_TransformName, Name_0) == 0x000020, "Member 'LiveLinkBlueprintLibrary_TransformName::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintLibrary_TransformNames \ static_assert(alignof(LiveLinkBlueprintLibrary_TransformNames) == 0x000008, "Wrong alignment on LiveLinkBlueprintLibrary_TransformNames"); \ static_assert(sizeof(LiveLinkBlueprintLibrary_TransformNames) == 0x000028, "Wrong size on LiveLinkBlueprintLibrary_TransformNames"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_TransformNames, SubjectFrameHandle) == 0x000000, "Member 'LiveLinkBlueprintLibrary_TransformNames::SubjectFrameHandle' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintLibrary_TransformNames, TransformNames_0) == 0x000018, "Member 'LiveLinkBlueprintLibrary_TransformNames::TransformNames_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkBlueprintLibrary \ static_assert(alignof(ULiveLinkBlueprintLibrary) == 0x000008, "Wrong alignment on ULiveLinkBlueprintLibrary"); \ static_assert(sizeof(ULiveLinkBlueprintLibrary) == 0x000028, "Wrong size on ULiveLinkBlueprintLibrary"); \ #define DUMPER7_ASSERTS_ULiveLinkAnimationFrameInterpolationProcessor \ static_assert(alignof(ULiveLinkAnimationFrameInterpolationProcessor) == 0x000008, "Wrong alignment on ULiveLinkAnimationFrameInterpolationProcessor"); \ static_assert(sizeof(ULiveLinkAnimationFrameInterpolationProcessor) == 0x000050, "Wrong size on ULiveLinkAnimationFrameInterpolationProcessor"); \ #define DUMPER7_ASSERTS_ULiveLinkAnimationRoleToTransform \ static_assert(alignof(ULiveLinkAnimationRoleToTransform) == 0x000008, "Wrong alignment on ULiveLinkAnimationRoleToTransform"); \ static_assert(sizeof(ULiveLinkAnimationRoleToTransform) == 0x000040, "Wrong size on ULiveLinkAnimationRoleToTransform"); \ static_assert(offsetof(ULiveLinkAnimationRoleToTransform, BoneName) == 0x000028, "Member 'ULiveLinkAnimationRoleToTransform::BoneName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkAnimationVirtualSubject \ static_assert(alignof(ULiveLinkAnimationVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkAnimationVirtualSubject"); \ static_assert(sizeof(ULiveLinkAnimationVirtualSubject) == 0x000168, "Wrong size on ULiveLinkAnimationVirtualSubject"); \ static_assert(offsetof(ULiveLinkAnimationVirtualSubject, bAppendSubjectNameToBones) == 0x000161, "Member 'ULiveLinkAnimationVirtualSubject::bAppendSubjectNameToBones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal \ static_assert(alignof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal) == 0x000008, "Wrong alignment on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal"); \ static_assert(sizeof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal) == 0x0000A8, "Wrong size on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal"); \ static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal, InStruct) == 0x000000, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal::InStruct' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal, bInShouldStampCurrentTime) == 0x0000A0, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal::bInShouldStampCurrentTime' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal, ReturnValue) == 0x0000A1, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectFrameData_Internal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal \ static_assert(alignof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal) == 0x000008, "Wrong alignment on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal"); \ static_assert(sizeof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal) == 0x000018, "Wrong size on LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal"); \ static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal, InStruct) == 0x000000, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal::InStruct' has a wrong offset!"); \ static_assert(offsetof(LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal, ReturnValue) == 0x000010, "Member 'LiveLinkBlueprintVirtualSubject_UpdateVirtualSubjectStaticData_Internal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkBlueprintVirtualSubject \ static_assert(alignof(ULiveLinkBlueprintVirtualSubject) == 0x000008, "Wrong alignment on ULiveLinkBlueprintVirtualSubject"); \ static_assert(sizeof(ULiveLinkBlueprintVirtualSubject) == 0x000188, "Wrong size on ULiveLinkBlueprintVirtualSubject"); \ #define DUMPER7_ASSERTS_LiveLinkComponent_GetAvailableSubjectNames \ static_assert(alignof(LiveLinkComponent_GetAvailableSubjectNames) == 0x000008, "Wrong alignment on LiveLinkComponent_GetAvailableSubjectNames"); \ static_assert(sizeof(LiveLinkComponent_GetAvailableSubjectNames) == 0x000010, "Wrong size on LiveLinkComponent_GetAvailableSubjectNames"); \ static_assert(offsetof(LiveLinkComponent_GetAvailableSubjectNames, SubjectNames) == 0x000000, "Member 'LiveLinkComponent_GetAvailableSubjectNames::SubjectNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkComponent_GetSubjectData \ static_assert(alignof(LiveLinkComponent_GetSubjectData) == 0x000008, "Wrong alignment on LiveLinkComponent_GetSubjectData"); \ static_assert(sizeof(LiveLinkComponent_GetSubjectData) == 0x000028, "Wrong size on LiveLinkComponent_GetSubjectData"); \ static_assert(offsetof(LiveLinkComponent_GetSubjectData, SubjectName) == 0x000000, "Member 'LiveLinkComponent_GetSubjectData::SubjectName' has a wrong offset!"); \ static_assert(offsetof(LiveLinkComponent_GetSubjectData, bSuccess) == 0x000008, "Member 'LiveLinkComponent_GetSubjectData::bSuccess' has a wrong offset!"); \ static_assert(offsetof(LiveLinkComponent_GetSubjectData, SubjectFrameHandle) == 0x000010, "Member 'LiveLinkComponent_GetSubjectData::SubjectFrameHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkComponent_GetSubjectDataAtSceneTime \ static_assert(alignof(LiveLinkComponent_GetSubjectDataAtSceneTime) == 0x000008, "Wrong alignment on LiveLinkComponent_GetSubjectDataAtSceneTime"); \ static_assert(sizeof(LiveLinkComponent_GetSubjectDataAtSceneTime) == 0x000038, "Wrong size on LiveLinkComponent_GetSubjectDataAtSceneTime"); \ static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtSceneTime, SubjectName) == 0x000000, "Member 'LiveLinkComponent_GetSubjectDataAtSceneTime::SubjectName' has a wrong offset!"); \ static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtSceneTime, SceneTime) == 0x000008, "Member 'LiveLinkComponent_GetSubjectDataAtSceneTime::SceneTime' has a wrong offset!"); \ static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtSceneTime, bSuccess) == 0x00001C, "Member 'LiveLinkComponent_GetSubjectDataAtSceneTime::bSuccess' has a wrong offset!"); \ static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtSceneTime, SubjectFrameHandle) == 0x000020, "Member 'LiveLinkComponent_GetSubjectDataAtSceneTime::SubjectFrameHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkComponent_GetSubjectDataAtWorldTime \ static_assert(alignof(LiveLinkComponent_GetSubjectDataAtWorldTime) == 0x000008, "Wrong alignment on LiveLinkComponent_GetSubjectDataAtWorldTime"); \ static_assert(sizeof(LiveLinkComponent_GetSubjectDataAtWorldTime) == 0x000028, "Wrong size on LiveLinkComponent_GetSubjectDataAtWorldTime"); \ static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtWorldTime, SubjectName) == 0x000000, "Member 'LiveLinkComponent_GetSubjectDataAtWorldTime::SubjectName' has a wrong offset!"); \ static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtWorldTime, WorldTime) == 0x000008, "Member 'LiveLinkComponent_GetSubjectDataAtWorldTime::WorldTime' has a wrong offset!"); \ static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtWorldTime, bSuccess) == 0x00000C, "Member 'LiveLinkComponent_GetSubjectDataAtWorldTime::bSuccess' has a wrong offset!"); \ static_assert(offsetof(LiveLinkComponent_GetSubjectDataAtWorldTime, SubjectFrameHandle) == 0x000010, "Member 'LiveLinkComponent_GetSubjectDataAtWorldTime::SubjectFrameHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkComponent \ static_assert(alignof(ULiveLinkComponent) == 0x000008, "Wrong alignment on ULiveLinkComponent"); \ static_assert(sizeof(ULiveLinkComponent) == 0x0000D8, "Wrong size on ULiveLinkComponent"); \ static_assert(offsetof(ULiveLinkComponent, OnLiveLinkUpdated) == 0x0000B8, "Member 'ULiveLinkComponent::OnLiveLinkUpdated' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkDrivenComponent \ static_assert(alignof(ULiveLinkDrivenComponent) == 0x000008, "Wrong alignment on ULiveLinkDrivenComponent"); \ static_assert(sizeof(ULiveLinkDrivenComponent) == 0x0000D0, "Wrong size on ULiveLinkDrivenComponent"); \ static_assert(offsetof(ULiveLinkDrivenComponent, SubjectName) == 0x0000B8, "Member 'ULiveLinkDrivenComponent::SubjectName' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkDrivenComponent, ActorTransformBone) == 0x0000C0, "Member 'ULiveLinkDrivenComponent::ActorTransformBone' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkDrivenComponent, bModifyActorTransform) == 0x0000C8, "Member 'ULiveLinkDrivenComponent::bModifyActorTransform' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkDrivenComponent, bSetRelativeLocation) == 0x0000C9, "Member 'ULiveLinkDrivenComponent::bSetRelativeLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkInstance_SetRetargetAsset \ static_assert(alignof(LiveLinkInstance_SetRetargetAsset) == 0x000008, "Wrong alignment on LiveLinkInstance_SetRetargetAsset"); \ static_assert(sizeof(LiveLinkInstance_SetRetargetAsset) == 0x000008, "Wrong size on LiveLinkInstance_SetRetargetAsset"); \ static_assert(offsetof(LiveLinkInstance_SetRetargetAsset, RetargetAsset) == 0x000000, "Member 'LiveLinkInstance_SetRetargetAsset::RetargetAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkInstance_SetSubject \ static_assert(alignof(LiveLinkInstance_SetSubject) == 0x000004, "Wrong alignment on LiveLinkInstance_SetSubject"); \ static_assert(sizeof(LiveLinkInstance_SetSubject) == 0x000008, "Wrong size on LiveLinkInstance_SetSubject"); \ static_assert(offsetof(LiveLinkInstance_SetSubject, SubjectName) == 0x000000, "Member 'LiveLinkInstance_SetSubject::SubjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkInstance \ static_assert(alignof(ULiveLinkInstance) == 0x000010, "Wrong alignment on ULiveLinkInstance"); \ static_assert(sizeof(ULiveLinkInstance) == 0x0002C0, "Wrong size on ULiveLinkInstance"); \ static_assert(offsetof(ULiveLinkInstance, CurrentRetargetAsset) == 0x0002B8, "Member 'ULiveLinkInstance::CurrentRetargetAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkMessageBusFinder_ConnectToProvider \ static_assert(alignof(LiveLinkMessageBusFinder_ConnectToProvider) == 0x000008, "Wrong alignment on LiveLinkMessageBusFinder_ConnectToProvider"); \ static_assert(sizeof(LiveLinkMessageBusFinder_ConnectToProvider) == 0x000050, "Wrong size on LiveLinkMessageBusFinder_ConnectToProvider"); \ static_assert(offsetof(LiveLinkMessageBusFinder_ConnectToProvider, Provider) == 0x000000, "Member 'LiveLinkMessageBusFinder_ConnectToProvider::Provider' has a wrong offset!"); \ static_assert(offsetof(LiveLinkMessageBusFinder_ConnectToProvider, SourceHandle) == 0x000038, "Member 'LiveLinkMessageBusFinder_ConnectToProvider::SourceHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkMessageBusFinder_ConstructMessageBusFinder \ static_assert(alignof(LiveLinkMessageBusFinder_ConstructMessageBusFinder) == 0x000008, "Wrong alignment on LiveLinkMessageBusFinder_ConstructMessageBusFinder"); \ static_assert(sizeof(LiveLinkMessageBusFinder_ConstructMessageBusFinder) == 0x000008, "Wrong size on LiveLinkMessageBusFinder_ConstructMessageBusFinder"); \ static_assert(offsetof(LiveLinkMessageBusFinder_ConstructMessageBusFinder, ReturnValue) == 0x000000, "Member 'LiveLinkMessageBusFinder_ConstructMessageBusFinder::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkMessageBusFinder_GetAvailableProviders \ static_assert(alignof(LiveLinkMessageBusFinder_GetAvailableProviders) == 0x000008, "Wrong alignment on LiveLinkMessageBusFinder_GetAvailableProviders"); \ static_assert(sizeof(LiveLinkMessageBusFinder_GetAvailableProviders) == 0x000038, "Wrong size on LiveLinkMessageBusFinder_GetAvailableProviders"); \ static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, WorldContextObject) == 0x000000, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, LatentInfo) == 0x000008, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::LatentInfo' has a wrong offset!"); \ static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, Duration) == 0x000020, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::Duration' has a wrong offset!"); \ static_assert(offsetof(LiveLinkMessageBusFinder_GetAvailableProviders, AvailableProviders) == 0x000028, "Member 'LiveLinkMessageBusFinder_GetAvailableProviders::AvailableProviders' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkMessageBusFinder \ static_assert(alignof(ULiveLinkMessageBusFinder) == 0x000008, "Wrong alignment on ULiveLinkMessageBusFinder"); \ static_assert(sizeof(ULiveLinkMessageBusFinder) == 0x000080, "Wrong size on ULiveLinkMessageBusFinder"); \ #define DUMPER7_ASSERTS_ULiveLinkMessageBusSourceFactory \ static_assert(alignof(ULiveLinkMessageBusSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkMessageBusSourceFactory"); \ static_assert(sizeof(ULiveLinkMessageBusSourceFactory) == 0x000028, "Wrong size on ULiveLinkMessageBusSourceFactory"); \ #define DUMPER7_ASSERTS_ULiveLinkMessageBusSourceSettings \ static_assert(alignof(ULiveLinkMessageBusSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkMessageBusSourceSettings"); \ static_assert(sizeof(ULiveLinkMessageBusSourceSettings) == 0x0000A0, "Wrong size on ULiveLinkMessageBusSourceSettings"); \ #define DUMPER7_ASSERTS_LiveLinkPreset_AddToClient \ static_assert(alignof(LiveLinkPreset_AddToClient) == 0x000001, "Wrong alignment on LiveLinkPreset_AddToClient"); \ static_assert(sizeof(LiveLinkPreset_AddToClient) == 0x000002, "Wrong size on LiveLinkPreset_AddToClient"); \ static_assert(offsetof(LiveLinkPreset_AddToClient, bRecreatePresets) == 0x000000, "Member 'LiveLinkPreset_AddToClient::bRecreatePresets' has a wrong offset!"); \ static_assert(offsetof(LiveLinkPreset_AddToClient, ReturnValue) == 0x000001, "Member 'LiveLinkPreset_AddToClient::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkPreset_ApplyToClient \ static_assert(alignof(LiveLinkPreset_ApplyToClient) == 0x000001, "Wrong alignment on LiveLinkPreset_ApplyToClient"); \ static_assert(sizeof(LiveLinkPreset_ApplyToClient) == 0x000001, "Wrong size on LiveLinkPreset_ApplyToClient"); \ static_assert(offsetof(LiveLinkPreset_ApplyToClient, ReturnValue) == 0x000000, "Member 'LiveLinkPreset_ApplyToClient::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkPreset \ static_assert(alignof(ULiveLinkPreset) == 0x000008, "Wrong alignment on ULiveLinkPreset"); \ static_assert(sizeof(ULiveLinkPreset) == 0x000048, "Wrong size on ULiveLinkPreset"); \ static_assert(offsetof(ULiveLinkPreset, Sources) == 0x000028, "Member 'ULiveLinkPreset::Sources' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkPreset, Subjects) == 0x000038, "Member 'ULiveLinkPreset::Subjects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkRetargetAsset \ static_assert(alignof(ULiveLinkRetargetAsset) == 0x000008, "Wrong alignment on ULiveLinkRetargetAsset"); \ static_assert(sizeof(ULiveLinkRetargetAsset) == 0x000028, "Wrong size on ULiveLinkRetargetAsset"); \ #define DUMPER7_ASSERTS_LiveLinkRemapAsset_GetRemappedBoneName \ static_assert(alignof(LiveLinkRemapAsset_GetRemappedBoneName) == 0x000004, "Wrong alignment on LiveLinkRemapAsset_GetRemappedBoneName"); \ static_assert(sizeof(LiveLinkRemapAsset_GetRemappedBoneName) == 0x000010, "Wrong size on LiveLinkRemapAsset_GetRemappedBoneName"); \ static_assert(offsetof(LiveLinkRemapAsset_GetRemappedBoneName, BoneName) == 0x000000, "Member 'LiveLinkRemapAsset_GetRemappedBoneName::BoneName' has a wrong offset!"); \ static_assert(offsetof(LiveLinkRemapAsset_GetRemappedBoneName, ReturnValue) == 0x000008, "Member 'LiveLinkRemapAsset_GetRemappedBoneName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkRemapAsset_GetRemappedCurveName \ static_assert(alignof(LiveLinkRemapAsset_GetRemappedCurveName) == 0x000004, "Wrong alignment on LiveLinkRemapAsset_GetRemappedCurveName"); \ static_assert(sizeof(LiveLinkRemapAsset_GetRemappedCurveName) == 0x000010, "Wrong size on LiveLinkRemapAsset_GetRemappedCurveName"); \ static_assert(offsetof(LiveLinkRemapAsset_GetRemappedCurveName, CurveName) == 0x000000, "Member 'LiveLinkRemapAsset_GetRemappedCurveName::CurveName' has a wrong offset!"); \ static_assert(offsetof(LiveLinkRemapAsset_GetRemappedCurveName, ReturnValue) == 0x000008, "Member 'LiveLinkRemapAsset_GetRemappedCurveName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LiveLinkRemapAsset_RemapCurveElements \ static_assert(alignof(LiveLinkRemapAsset_RemapCurveElements) == 0x000008, "Wrong alignment on LiveLinkRemapAsset_RemapCurveElements"); \ static_assert(sizeof(LiveLinkRemapAsset_RemapCurveElements) == 0x000050, "Wrong size on LiveLinkRemapAsset_RemapCurveElements"); \ static_assert(offsetof(LiveLinkRemapAsset_RemapCurveElements, CurveItems) == 0x000000, "Member 'LiveLinkRemapAsset_RemapCurveElements::CurveItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkRemapAsset \ static_assert(alignof(ULiveLinkRemapAsset) == 0x000008, "Wrong alignment on ULiveLinkRemapAsset"); \ static_assert(sizeof(ULiveLinkRemapAsset) == 0x0000C8, "Wrong size on ULiveLinkRemapAsset"); \ #define DUMPER7_ASSERTS_ULiveLinkSettings \ static_assert(alignof(ULiveLinkSettings) == 0x000008, "Wrong alignment on ULiveLinkSettings"); \ static_assert(sizeof(ULiveLinkSettings) == 0x0000D0, "Wrong size on ULiveLinkSettings"); \ static_assert(offsetof(ULiveLinkSettings, DefaultRoleSettings) == 0x000028, "Member 'ULiveLinkSettings::DefaultRoleSettings' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, FrameInterpolationProcessor) == 0x000038, "Member 'ULiveLinkSettings::FrameInterpolationProcessor' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, DefaultLiveLinkPreset) == 0x000040, "Member 'ULiveLinkSettings::DefaultLiveLinkPreset' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, PresetSaveDir) == 0x000068, "Member 'ULiveLinkSettings::PresetSaveDir' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, ClockOffsetCorrectionStep) == 0x000078, "Member 'ULiveLinkSettings::ClockOffsetCorrectionStep' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, DefaultMessageBusSourceMode) == 0x00007C, "Member 'ULiveLinkSettings::DefaultMessageBusSourceMode' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, MessageBusPingRequestFrequency) == 0x000080, "Member 'ULiveLinkSettings::MessageBusPingRequestFrequency' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, MessageBusHeartbeatFrequency) == 0x000088, "Member 'ULiveLinkSettings::MessageBusHeartbeatFrequency' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, MessageBusHeartbeatTimeout) == 0x000090, "Member 'ULiveLinkSettings::MessageBusHeartbeatTimeout' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, MessageBusTimeBeforeRemovingInactiveSource) == 0x000098, "Member 'ULiveLinkSettings::MessageBusTimeBeforeRemovingInactiveSource' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, TimeWithoutFrameToBeConsiderAsInvalid) == 0x0000A0, "Member 'ULiveLinkSettings::TimeWithoutFrameToBeConsiderAsInvalid' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, ValidColor) == 0x0000A8, "Member 'ULiveLinkSettings::ValidColor' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, InvalidColor) == 0x0000B8, "Member 'ULiveLinkSettings::InvalidColor' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, TextSizeSource) == 0x0000C8, "Member 'ULiveLinkSettings::TextSizeSource' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkSettings, TextSizeSubject) == 0x0000C9, "Member 'ULiveLinkSettings::TextSizeSubject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkTimecodeProvider \ static_assert(alignof(ULiveLinkTimecodeProvider) == 0x000008, "Wrong alignment on ULiveLinkTimecodeProvider"); \ static_assert(sizeof(ULiveLinkTimecodeProvider) == 0x0000C0, "Wrong size on ULiveLinkTimecodeProvider"); \ static_assert(offsetof(ULiveLinkTimecodeProvider, SubjectKey) == 0x000030, "Member 'ULiveLinkTimecodeProvider::SubjectKey' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkTimecodeProvider, Evaluation) == 0x000048, "Member 'ULiveLinkTimecodeProvider::Evaluation' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkTimecodeProvider, bOverrideFrameRate) == 0x00004C, "Member 'ULiveLinkTimecodeProvider::bOverrideFrameRate' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkTimecodeProvider, OverrideFrameRate) == 0x000050, "Member 'ULiveLinkTimecodeProvider::OverrideFrameRate' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkTimecodeProvider, BufferSize) == 0x000058, "Member 'ULiveLinkTimecodeProvider::BufferSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkTimeSynchronizationSource \ static_assert(alignof(ULiveLinkTimeSynchronizationSource) == 0x000008, "Wrong alignment on ULiveLinkTimeSynchronizationSource"); \ static_assert(sizeof(ULiveLinkTimeSynchronizationSource) == 0x000080, "Wrong size on ULiveLinkTimeSynchronizationSource"); \ static_assert(offsetof(ULiveLinkTimeSynchronizationSource, SubjectName) == 0x000030, "Member 'ULiveLinkTimeSynchronizationSource::SubjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkVirtualSubjectSourceSettings \ static_assert(alignof(ULiveLinkVirtualSubjectSourceSettings) == 0x000008, "Wrong alignment on ULiveLinkVirtualSubjectSourceSettings"); \ static_assert(sizeof(ULiveLinkVirtualSubjectSourceSettings) == 0x0000A8, "Wrong size on ULiveLinkVirtualSubjectSourceSettings"); \ static_assert(offsetof(ULiveLinkVirtualSubjectSourceSettings, SourceName) == 0x0000A0, "Member 'ULiveLinkVirtualSubjectSourceSettings::SourceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_DTMPA_ToggleInteriorSpline_C \ static_assert(alignof(UBPE_A_DTMPA_ToggleInteriorSpline_C) == 0x000008, "Wrong alignment on UBPE_A_DTMPA_ToggleInteriorSpline_C"); \ static_assert(sizeof(UBPE_A_DTMPA_ToggleInteriorSpline_C) == 0x000038, "Wrong size on UBPE_A_DTMPA_ToggleInteriorSpline_C"); \ static_assert(offsetof(UBPE_A_DTMPA_ToggleInteriorSpline_C, InteriorSpline) == 0x000028, "Member 'UBPE_A_DTMPA_ToggleInteriorSpline_C::InteriorSpline' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_DTMPA_ToggleInteriorSpline_C, Enabled) == 0x000030, "Member 'UBPE_A_DTMPA_ToggleInteriorSpline_C::Enabled' 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) == 0x000288, "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, TrailMinSpeedToSpawn) == 0x000104, "Member 'UNiagaraDataInterfaceChaosDestruction::TrailMinSpeedToSpawn' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DataSortingType) == 0x000108, "Member 'UNiagaraDataInterfaceChaosDestruction::DataSortingType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bGetExternalCollisionData) == 0x000109, "Member 'UNiagaraDataInterfaceChaosDestruction::bGetExternalCollisionData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, DoSpatialHash) == 0x00010A, "Member 'UNiagaraDataInterfaceChaosDestruction::DoSpatialHash' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeMin) == 0x00010C, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeMin' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeMax) == 0x000118, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeMax' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, SpatialHashVolumeCellSize) == 0x000124, "Member 'UNiagaraDataInterfaceChaosDestruction::SpatialHashVolumeCellSize' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, MaxDataPerCell) == 0x000130, "Member 'UNiagaraDataInterfaceChaosDestruction::MaxDataPerCell' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceChaosDestruction, bApplyMaterialsFilter) == 0x000134, "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_FLiveLinkTransformControllerData \ static_assert(alignof(FLiveLinkTransformControllerData) == 0x000001, "Wrong alignment on FLiveLinkTransformControllerData"); \ static_assert(sizeof(FLiveLinkTransformControllerData) == 0x000006, "Wrong size on FLiveLinkTransformControllerData"); \ static_assert(offsetof(FLiveLinkTransformControllerData, bWorldTransform) == 0x000000, "Member 'FLiveLinkTransformControllerData::bWorldTransform' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTransformControllerData, bUseLocation) == 0x000001, "Member 'FLiveLinkTransformControllerData::bUseLocation' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTransformControllerData, bUseRotation) == 0x000002, "Member 'FLiveLinkTransformControllerData::bUseRotation' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTransformControllerData, bUseScale) == 0x000003, "Member 'FLiveLinkTransformControllerData::bUseScale' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTransformControllerData, bSweep) == 0x000004, "Member 'FLiveLinkTransformControllerData::bSweep' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkTransformControllerData, bTeleport) == 0x000005, "Member 'FLiveLinkTransformControllerData::bTeleport' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkComponentController \ static_assert(alignof(ULiveLinkComponentController) == 0x000008, "Wrong alignment on ULiveLinkComponentController"); \ static_assert(sizeof(ULiveLinkComponentController) == 0x000160, "Wrong size on ULiveLinkComponentController"); \ static_assert(offsetof(ULiveLinkComponentController, SubjectRepresentation) == 0x0000B8, "Member 'ULiveLinkComponentController::SubjectRepresentation' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkComponentController, ControllerMap) == 0x0000C8, "Member 'ULiveLinkComponentController::ControllerMap' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkComponentController, bUpdateInEditor) == 0x000118, "Member 'ULiveLinkComponentController::bUpdateInEditor' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkComponentController, OnLiveLinkUpdated) == 0x000120, "Member 'ULiveLinkComponentController::OnLiveLinkUpdated' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkComponentController, ComponentToControl) == 0x000130, "Member 'ULiveLinkComponentController::ComponentToControl' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkComponentController, bDisableEvaluateLiveLinkWhenSpawnable) == 0x000158, "Member 'ULiveLinkComponentController::bDisableEvaluateLiveLinkWhenSpawnable' has a wrong offset!"); \ static_assert(offsetof(ULiveLinkComponentController, bEvaluateLiveLink) == 0x000159, "Member 'ULiveLinkComponentController::bEvaluateLiveLink' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkComponentSettings \ static_assert(alignof(ULiveLinkComponentSettings) == 0x000008, "Wrong alignment on ULiveLinkComponentSettings"); \ static_assert(sizeof(ULiveLinkComponentSettings) == 0x000078, "Wrong size on ULiveLinkComponentSettings"); \ static_assert(offsetof(ULiveLinkComponentSettings, DefaultControllerForRole) == 0x000028, "Member 'ULiveLinkComponentSettings::DefaultControllerForRole' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULiveLinkControllerBase \ static_assert(alignof(ULiveLinkControllerBase) == 0x000008, "Wrong alignment on ULiveLinkControllerBase"); \ static_assert(sizeof(ULiveLinkControllerBase) == 0x000040, "Wrong size on ULiveLinkControllerBase"); \ #define DUMPER7_ASSERTS_ULiveLinkLightController \ static_assert(alignof(ULiveLinkLightController) == 0x000008, "Wrong alignment on ULiveLinkLightController"); \ static_assert(sizeof(ULiveLinkLightController) == 0x000040, "Wrong size on ULiveLinkLightController"); \ #define DUMPER7_ASSERTS_ULiveLinkTransformController \ static_assert(alignof(ULiveLinkTransformController) == 0x000008, "Wrong alignment on ULiveLinkTransformController"); \ static_assert(sizeof(ULiveLinkTransformController) == 0x000048, "Wrong size on ULiveLinkTransformController"); \ static_assert(offsetof(ULiveLinkTransformController, TransformData) == 0x000040, "Member 'ULiveLinkTransformController::TransformData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkPropertyData \ static_assert(alignof(FLiveLinkPropertyData) == 0x000008, "Wrong alignment on FLiveLinkPropertyData"); \ static_assert(sizeof(FLiveLinkPropertyData) == 0x000058, "Wrong size on FLiveLinkPropertyData"); \ static_assert(offsetof(FLiveLinkPropertyData, PropertyName) == 0x000000, "Member 'FLiveLinkPropertyData::PropertyName' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkPropertyData, FloatChannel) == 0x000008, "Member 'FLiveLinkPropertyData::FloatChannel' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkPropertyData, StringChannel) == 0x000018, "Member 'FLiveLinkPropertyData::StringChannel' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkPropertyData, IntegerChannel) == 0x000028, "Member 'FLiveLinkPropertyData::IntegerChannel' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkPropertyData, BoolChannel) == 0x000038, "Member 'FLiveLinkPropertyData::BoolChannel' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkPropertyData, ByteChannel) == 0x000048, "Member 'FLiveLinkPropertyData::ByteChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSubSectionData \ static_assert(alignof(FLiveLinkSubSectionData) == 0x000008, "Wrong alignment on FLiveLinkSubSectionData"); \ static_assert(sizeof(FLiveLinkSubSectionData) == 0x000010, "Wrong size on FLiveLinkSubSectionData"); \ static_assert(offsetof(FLiveLinkSubSectionData, Properties) == 0x000000, "Member 'FLiveLinkSubSectionData::Properties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneLiveLinkSectionTemplate \ static_assert(alignof(FMovieSceneLiveLinkSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneLiveLinkSectionTemplate"); \ static_assert(sizeof(FMovieSceneLiveLinkSectionTemplate) == 0x0000B8, "Wrong size on FMovieSceneLiveLinkSectionTemplate"); \ static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, SubjectPreset) == 0x000038, "Member 'FMovieSceneLiveLinkSectionTemplate::SubjectPreset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, ChannelMask) == 0x000070, "Member 'FMovieSceneLiveLinkSectionTemplate::ChannelMask' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneLiveLinkSectionTemplate, SubSectionsData) == 0x000080, "Member 'FMovieSceneLiveLinkSectionTemplate::SubSectionsData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneLiveLinkSection \ static_assert(alignof(UMovieSceneLiveLinkSection) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSection"); \ static_assert(sizeof(UMovieSceneLiveLinkSection) == 0x000228, "Wrong size on UMovieSceneLiveLinkSection"); \ static_assert(offsetof(UMovieSceneLiveLinkSection, SubjectPreset) == 0x0000E8, "Member 'UMovieSceneLiveLinkSection::SubjectPreset' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneLiveLinkSection, ChannelMask) == 0x000120, "Member 'UMovieSceneLiveLinkSection::ChannelMask' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneLiveLinkSection, SubSections) == 0x000130, "Member 'UMovieSceneLiveLinkSection::SubSections' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneLiveLinkSection, SubjectName) == 0x000150, "Member 'UMovieSceneLiveLinkSection::SubjectName' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneLiveLinkSection, TemplateToPush) == 0x000158, "Member 'UMovieSceneLiveLinkSection::TemplateToPush' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneLiveLinkSection, RefSkeleton) == 0x0001E8, "Member 'UMovieSceneLiveLinkSection::RefSkeleton' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneLiveLinkSection, CurveNames) == 0x000208, "Member 'UMovieSceneLiveLinkSection::CurveNames' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneLiveLinkSection, PropertyFloatChannels) == 0x000218, "Member 'UMovieSceneLiveLinkSection::PropertyFloatChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSection \ static_assert(alignof(UMovieSceneLiveLinkSubSection) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSection"); \ static_assert(sizeof(UMovieSceneLiveLinkSubSection) == 0x000050, "Wrong size on UMovieSceneLiveLinkSubSection"); \ static_assert(offsetof(UMovieSceneLiveLinkSubSection, SubSectionData) == 0x000028, "Member 'UMovieSceneLiveLinkSubSection::SubSectionData' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneLiveLinkSubSection, SubjectRole) == 0x000038, "Member 'UMovieSceneLiveLinkSubSection::SubjectRole' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionAnimation \ static_assert(alignof(UMovieSceneLiveLinkSubSectionAnimation) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionAnimation"); \ static_assert(sizeof(UMovieSceneLiveLinkSubSectionAnimation) == 0x000060, "Wrong size on UMovieSceneLiveLinkSubSectionAnimation"); \ #define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionBasicRole \ static_assert(alignof(UMovieSceneLiveLinkSubSectionBasicRole) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionBasicRole"); \ static_assert(sizeof(UMovieSceneLiveLinkSubSectionBasicRole) == 0x000060, "Wrong size on UMovieSceneLiveLinkSubSectionBasicRole"); \ #define DUMPER7_ASSERTS_UMovieSceneLiveLinkSubSectionProperties \ static_assert(alignof(UMovieSceneLiveLinkSubSectionProperties) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkSubSectionProperties"); \ static_assert(sizeof(UMovieSceneLiveLinkSubSectionProperties) == 0x000060, "Wrong size on UMovieSceneLiveLinkSubSectionProperties"); \ #define DUMPER7_ASSERTS_UMovieSceneLiveLinkTrack \ static_assert(alignof(UMovieSceneLiveLinkTrack) == 0x000008, "Wrong alignment on UMovieSceneLiveLinkTrack"); \ static_assert(sizeof(UMovieSceneLiveLinkTrack) == 0x0000D0, "Wrong size on UMovieSceneLiveLinkTrack"); \ static_assert(offsetof(UMovieSceneLiveLinkTrack, TrackRole) == 0x0000C8, "Member 'UMovieSceneLiveLinkTrack::TrackRole' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tremor_C_ExecuteUbergraph_BP_Tremor \ static_assert(alignof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor) == 0x000008, "Wrong alignment on BP_Tremor_C_ExecuteUbergraph_BP_Tremor"); \ static_assert(sizeof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor) == 0x000200, "Wrong size on BP_Tremor_C_ExecuteUbergraph_BP_Tremor"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, EntryPoint) == 0x000000, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000018, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_ComponentBoundEvent_OtherActor) == 0x000020, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_ComponentBoundEvent_OtherComp) == 0x000028, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000030, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_ComponentBoundEvent_bFromSweep) == 0x000034, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_ComponentBoundEvent_SweepResult) == 0x000038, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x0000C0, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000C8, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, Temp_int_Array_Index_Variable) == 0x0000CC, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0000D0, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_StartCameraShake_ReturnValue) == 0x0000D8, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue_2) == 0x0000E0, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_SwitchEnum_CmpSuccess) == 0x0000E8, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue_3) == 0x0000F0, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, Temp_int_Loop_Counter_Variable) == 0x0000F8, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_Add_IntInt_ReturnValue) == 0x0000FC, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000100, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_Not_PreBool_ReturnValue) == 0x000108, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_BooleanOR_ReturnValue) == 0x000109, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_Array_Length_ReturnValue) == 0x00010C, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_EOCreateEvent_OutputDelegate) == 0x000110, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_EOEvent_Sender_2) == 0x000120, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_EOEvent_Event_2) == 0x000128, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000130, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_Array_Get_Item) == 0x000140, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_Array_Length_ReturnValue_1) == 0x000148, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_Less_IntInt_ReturnValue) == 0x00014C, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_IsValidClass_ReturnValue) == 0x00014D, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_EOEvent_Sender_1) == 0x000150, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_EOEvent_Event_1) == 0x000158, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000164, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_EOEvent_Sender) == 0x000178, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_EOEvent_Event) == 0x000180, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000188, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, Temp_int_Array_Index_Variable_1) == 0x00018C, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue_5) == 0x000190, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_Array_Get_Item_1) == 0x000198, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_IsValidClass_ReturnValue_1) == 0x0001A0, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_IsValidClass_ReturnValue_2) == 0x0001A1, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_IsValidClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_IsValid_ReturnValue_1) == 0x0001A2, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_MakeLiteralByte_ReturnValue) == 0x0001A3, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_RandomFloatInRange_ReturnValue) == 0x0001A4, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue_6) == 0x0001A8, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, Temp_int_Loop_Counter_Variable_1) == 0x0001B0, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue_7) == 0x0001B8, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001C0, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_Add_IntInt_ReturnValue_1) == 0x0001C4, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue_8) == 0x0001C8, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, K2Node_CreateDelegate_OutputDelegate) == 0x0001D0, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001E0, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue_9) == 0x0001E8, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue_10) == 0x0001F0, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_ExecuteUbergraph_BP_Tremor, CallFunc_CreateEOEvent_ReturnValue_11) == 0x0001F8, "Member 'BP_Tremor_C_ExecuteUbergraph_BP_Tremor::CallFunc_CreateEOEvent_ReturnValue_11' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tremor_C_Tremor \ static_assert(alignof(BP_Tremor_C_Tremor) == 0x000008, "Wrong alignment on BP_Tremor_C_Tremor"); \ static_assert(sizeof(BP_Tremor_C_Tremor) == 0x000010, "Wrong size on BP_Tremor_C_Tremor"); \ static_assert(offsetof(BP_Tremor_C_Tremor, Sender) == 0x000000, "Member 'BP_Tremor_C_Tremor::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_Tremor, Event) == 0x000008, "Member 'BP_Tremor_C_Tremor::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tremor_C_OnDisableTriggerEvent \ static_assert(alignof(BP_Tremor_C_OnDisableTriggerEvent) == 0x000008, "Wrong alignment on BP_Tremor_C_OnDisableTriggerEvent"); \ static_assert(sizeof(BP_Tremor_C_OnDisableTriggerEvent) == 0x000010, "Wrong size on BP_Tremor_C_OnDisableTriggerEvent"); \ static_assert(offsetof(BP_Tremor_C_OnDisableTriggerEvent, Sender) == 0x000000, "Member 'BP_Tremor_C_OnDisableTriggerEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_OnDisableTriggerEvent, Event) == 0x000008, "Member 'BP_Tremor_C_OnDisableTriggerEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tremor_C_OnEnableTriggerEvent \ static_assert(alignof(BP_Tremor_C_OnEnableTriggerEvent) == 0x000008, "Wrong alignment on BP_Tremor_C_OnEnableTriggerEvent"); \ static_assert(sizeof(BP_Tremor_C_OnEnableTriggerEvent) == 0x000010, "Wrong size on BP_Tremor_C_OnEnableTriggerEvent"); \ static_assert(offsetof(BP_Tremor_C_OnEnableTriggerEvent, Sender) == 0x000000, "Member 'BP_Tremor_C_OnEnableTriggerEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_OnEnableTriggerEvent, Event) == 0x000008, "Member 'BP_Tremor_C_OnEnableTriggerEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_Tremor_C_BndEvt__BP_Tremor_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tremor_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_Tremor_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_Tremor_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_Tremor_C_OnCheckpointLoadFinished) == 0x000030, "Wrong size on BP_Tremor_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_Tremor_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_Tremor_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_Tremor_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_OnCheckpointLoadFinished, K2Node_MakeStruct_ActiveGameplayEffectHandle) == 0x000010, "Member 'BP_Tremor_C_OnCheckpointLoadFinished::K2Node_MakeStruct_ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_OnCheckpointLoadFinished, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000028, "Member 'BP_Tremor_C_OnCheckpointLoadFinished::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_OnCheckpointLoadFinished, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000029, "Member 'BP_Tremor_C_OnCheckpointLoadFinished::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tremor_C_SetPlayerSpeed \ static_assert(alignof(BP_Tremor_C_SetPlayerSpeed) == 0x000004, "Wrong alignment on BP_Tremor_C_SetPlayerSpeed"); \ static_assert(sizeof(BP_Tremor_C_SetPlayerSpeed) == 0x00001C, "Wrong size on BP_Tremor_C_SetPlayerSpeed"); \ static_assert(offsetof(BP_Tremor_C_SetPlayerSpeed, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000000, "Member 'BP_Tremor_C_SetPlayerSpeed::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_SetPlayerSpeed, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000001, "Member 'BP_Tremor_C_SetPlayerSpeed::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_SetPlayerSpeed, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_Tremor_C_SetPlayerSpeed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_SetPlayerSpeed, CallFunc_StartPlayerSpeed_ReturnValue) == 0x000004, "Member 'BP_Tremor_C_SetPlayerSpeed::CallFunc_StartPlayerSpeed_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Tremor_C_RemovePlayerSpeed \ static_assert(alignof(BP_Tremor_C_RemovePlayerSpeed) == 0x000004, "Wrong alignment on BP_Tremor_C_RemovePlayerSpeed"); \ static_assert(sizeof(BP_Tremor_C_RemovePlayerSpeed) == 0x00001C, "Wrong size on BP_Tremor_C_RemovePlayerSpeed"); \ static_assert(offsetof(BP_Tremor_C_RemovePlayerSpeed, K2Node_MakeStruct_ActiveGameplayEffectHandle) == 0x000000, "Member 'BP_Tremor_C_RemovePlayerSpeed::K2Node_MakeStruct_ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_RemovePlayerSpeed, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000018, "Member 'BP_Tremor_C_RemovePlayerSpeed::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Tremor_C_RemovePlayerSpeed, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000019, "Member 'BP_Tremor_C_RemovePlayerSpeed::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Tremor_C \ static_assert(alignof(ABP_Tremor_C) == 0x000008, "Wrong alignment on ABP_Tremor_C"); \ static_assert(sizeof(ABP_Tremor_C) == 0x000430, "Wrong size on ABP_Tremor_C"); \ static_assert(offsetof(ABP_Tremor_C, UberGraphFrame) == 0x000230, "Member 'ABP_Tremor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, ForceFeedback) == 0x000238, "Member 'ABP_Tremor_C::ForceFeedback' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, Billboard) == 0x000240, "Member 'ABP_Tremor_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, TwoDSound) == 0x000248, "Member 'ABP_Tremor_C::TwoDSound' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, Box) == 0x000250, "Member 'ABP_Tremor_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_Tremor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, Duration) == 0x000260, "Member 'ABP_Tremor_C::Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, Magnitude) == 0x000264, "Member 'ABP_Tremor_C::Magnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, FadeDurIn) == 0x000268, "Member 'ABP_Tremor_C::FadeDurIn' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, FadeOutDur) == 0x00026C, "Member 'ABP_Tremor_C::FadeOutDur' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, BaseSound) == 0x000270, "Member 'ABP_Tremor_C::BaseSound' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, EffortSoundBase) == 0x000278, "Member 'ABP_Tremor_C::EffortSoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, Transition_Breath_in_Sound) == 0x000280, "Member 'ABP_Tremor_C::Transition_Breath_in_Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, Shake_Class) == 0x000288, "Member 'ABP_Tremor_C::Shake_Class' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SoundMixQuakesDuck) == 0x000290, "Member 'ABP_Tremor_C::SoundMixQuakesDuck' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, DestroyTrigger) == 0x0002A0, "Member 'ABP_Tremor_C::DestroyTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, DurationLow) == 0x0002A4, "Member 'ABP_Tremor_C::DurationLow' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, DurationMed) == 0x0002A8, "Member 'ABP_Tremor_C::DurationMed' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, DurationHigh) == 0x0002AC, "Member 'ABP_Tremor_C::DurationHigh' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, MagnitudeLow) == 0x0002B0, "Member 'ABP_Tremor_C::MagnitudeLow' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, MagnitudeMed) == 0x0002B4, "Member 'ABP_Tremor_C::MagnitudeMed' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, MagnitudeHigh) == 0x0002B8, "Member 'ABP_Tremor_C::MagnitudeHigh' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, FadeDurLow) == 0x0002BC, "Member 'ABP_Tremor_C::FadeDurLow' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, FadeDurMed) == 0x0002C0, "Member 'ABP_Tremor_C::FadeDurMed' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, FadeDurHigh) == 0x0002C4, "Member 'ABP_Tremor_C::FadeDurHigh' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, ShakeClassLow) == 0x0002C8, "Member 'ABP_Tremor_C::ShakeClassLow' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, ShakeClassMed) == 0x0002D0, "Member 'ABP_Tremor_C::ShakeClassMed' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, ShakeClassHigh) == 0x0002D8, "Member 'ABP_Tremor_C::ShakeClassHigh' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SoundMixQuakesDuckLow) == 0x0002E0, "Member 'ABP_Tremor_C::SoundMixQuakesDuckLow' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SoundMixQuakesDuckMed) == 0x0002F0, "Member 'ABP_Tremor_C::SoundMixQuakesDuckMed' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SoundMixQuakesDuckHigh) == 0x000300, "Member 'ABP_Tremor_C::SoundMixQuakesDuckHigh' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, E_QuakeIntensity) == 0x000310, "Member 'ABP_Tremor_C::E_QuakeIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, ForceFeedbackLow) == 0x000318, "Member 'ABP_Tremor_C::ForceFeedbackLow' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, ForceFeedbackMed) == 0x000320, "Member 'ABP_Tremor_C::ForceFeedbackMed' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, ForceFeedbackHigh) == 0x000328, "Member 'ABP_Tremor_C::ForceFeedbackHigh' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, Actors) == 0x000330, "Member 'ABP_Tremor_C::Actors' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, TriggerActivated) == 0x000340, "Member 'ABP_Tremor_C::TriggerActivated' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, EOEventUpdated) == 0x000341, "Member 'ABP_Tremor_C::EOEventUpdated' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, RegisteredEnableEvents) == 0x000348, "Member 'ABP_Tremor_C::RegisteredEnableEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, RegisteredDisableEvents) == 0x000358, "Member 'ABP_Tremor_C::RegisteredDisableEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SlowDownPlayer) == 0x000368, "Member 'ABP_Tremor_C::SlowDownPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, ChangePlayerAnim) == 0x000369, "Member 'ABP_Tremor_C::ChangePlayerAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, PlayerSpeed) == 0x00036C, "Member 'ABP_Tremor_C::PlayerSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, DurationCustom) == 0x000384, "Member 'ABP_Tremor_C::DurationCustom' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, MagnitudeCustom) == 0x000388, "Member 'ABP_Tremor_C::MagnitudeCustom' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, FadeDurCustom) == 0x00038C, "Member 'ABP_Tremor_C::FadeDurCustom' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, PlayerSlowMultiplierCustom) == 0x000390, "Member 'ABP_Tremor_C::PlayerSlowMultiplierCustom' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, ForceFeedbackCustom) == 0x000398, "Member 'ABP_Tremor_C::ForceFeedbackCustom' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, ShakeCustom) == 0x0003A0, "Member 'ABP_Tremor_C::ShakeCustom' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, ShakeMixQuakesCustom) == 0x0003A8, "Member 'ABP_Tremor_C::ShakeMixQuakesCustom' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, GateTremorTriggering) == 0x0003B8, "Member 'ABP_Tremor_C::GateTremorTriggering' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, TremorGateOpen) == 0x0003B9, "Member 'ABP_Tremor_C::TremorGateOpen' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, TimerHandle) == 0x0003C0, "Member 'ABP_Tremor_C::TimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, TremorRetriggerTimer) == 0x0003C8, "Member 'ABP_Tremor_C::TremorRetriggerTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, PlayerSlowMultiplier) == 0x0003CC, "Member 'ABP_Tremor_C::PlayerSlowMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, PlayerSlowMultiplierLow) == 0x0003D0, "Member 'ABP_Tremor_C::PlayerSlowMultiplierLow' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, PlayerSlowMultiplierMed) == 0x0003D4, "Member 'ABP_Tremor_C::PlayerSlowMultiplierMed' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, PlayerSlowMultiplierHigh) == 0x0003D8, "Member 'ABP_Tremor_C::PlayerSlowMultiplierHigh' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, E_Quakes_SI) == 0x0003DC, "Member 'ABP_Tremor_C::E_Quakes_SI' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, E_Quakes_Ch_03) == 0x0003DD, "Member 'ABP_Tremor_C::E_Quakes_Ch_03' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, MagnitudeValue_) == 0x0003E0, "Member 'ABP_Tremor_C::MagnitudeValue_' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, Multiplier) == 0x0003E4, "Member 'ABP_Tremor_C::Multiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, PlayCameraShake) == 0x0003E8, "Member 'ABP_Tremor_C::PlayCameraShake' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, PlayForceFeedback) == 0x0003E9, "Member 'ABP_Tremor_C::PlayForceFeedback' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, InitialDelay) == 0x0003EC, "Member 'ABP_Tremor_C::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, HasAftershockQuake) == 0x0003F0, "Member 'ABP_Tremor_C::HasAftershockQuake' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, AftershockDelay) == 0x0003F4, "Member 'ABP_Tremor_C::AftershockDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, E_QuakeIntensity_Aftershock) == 0x0003F8, "Member 'ABP_Tremor_C::E_QuakeIntensity_Aftershock' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, BroadcastTremorEOEvent) == 0x000400, "Member 'ABP_Tremor_C::BroadcastTremorEOEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SprintBlockedPreTremor) == 0x000408, "Member 'ABP_Tremor_C::SprintBlockedPreTremor' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, BlockInteractWhileActive) == 0x000409, "Member 'ABP_Tremor_C::BlockInteractWhileActive' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SleepSpellAtStart) == 0x00040A, "Member 'ABP_Tremor_C::SleepSpellAtStart' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SleepSpellAtStartCurve) == 0x000410, "Member 'ABP_Tremor_C::SleepSpellAtStartCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SleepSpellAtStartPreset) == 0x000418, "Member 'ABP_Tremor_C::SleepSpellAtStartPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SleepSpellAtEnd) == 0x000419, "Member 'ABP_Tremor_C::SleepSpellAtEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SleepSpellAtEndPreset) == 0x00041A, "Member 'ABP_Tremor_C::SleepSpellAtEndPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SleepSpellAtEndCurve) == 0x000420, "Member 'ABP_Tremor_C::SleepSpellAtEndCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, SleepSpellAtStartInitialDelay) == 0x000428, "Member 'ABP_Tremor_C::SleepSpellAtStartInitialDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, Temp_bool_Has_Been_Initd_E43DC75744B9A516BFF891848A0AD1E2_Variable) == 0x00042C, "Member 'ABP_Tremor_C::Temp_bool_Has_Been_Initd_E43DC75744B9A516BFF891848A0AD1E2_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_Tremor_C, Temp_bool_IsClosed_E43DC75744B9A516BFF891848A0AD1E2_Variable) == 0x00042D, "Member 'ABP_Tremor_C::Temp_bool_IsClosed_E43DC75744B9A516BFF891848A0AD1E2_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_PlayerDeathStarted_C \ static_assert(alignof(UBPE_Global_PlayerDeathStarted_C) == 0x000008, "Wrong alignment on UBPE_Global_PlayerDeathStarted_C"); \ static_assert(sizeof(UBPE_Global_PlayerDeathStarted_C) == 0x000028, "Wrong size on UBPE_Global_PlayerDeathStarted_C"); \ #define DUMPER7_ASSERTS_FCacheEventBase \ static_assert(alignof(FCacheEventBase) == 0x000008, "Wrong alignment on FCacheEventBase"); \ static_assert(sizeof(FCacheEventBase) == 0x000008, "Wrong size on FCacheEventBase"); \ #define DUMPER7_ASSERTS_FCollisionEvent \ static_assert(alignof(FCollisionEvent) == 0x000008, "Wrong alignment on FCollisionEvent"); \ static_assert(sizeof(FCollisionEvent) == 0x000080, "Wrong size on FCollisionEvent"); \ static_assert(offsetof(FCollisionEvent, Location) == 0x000008, "Member 'FCollisionEvent::Location' has a wrong offset!"); \ static_assert(offsetof(FCollisionEvent, AccumulatedImpulse) == 0x000014, "Member 'FCollisionEvent::AccumulatedImpulse' has a wrong offset!"); \ static_assert(offsetof(FCollisionEvent, Normal) == 0x000020, "Member 'FCollisionEvent::Normal' has a wrong offset!"); \ static_assert(offsetof(FCollisionEvent, Velocity1) == 0x00002C, "Member 'FCollisionEvent::Velocity1' has a wrong offset!"); \ static_assert(offsetof(FCollisionEvent, Velocity2) == 0x000038, "Member 'FCollisionEvent::Velocity2' has a wrong offset!"); \ static_assert(offsetof(FCollisionEvent, DeltaVelocity1) == 0x000044, "Member 'FCollisionEvent::DeltaVelocity1' has a wrong offset!"); \ static_assert(offsetof(FCollisionEvent, DeltaVelocity2) == 0x000050, "Member 'FCollisionEvent::DeltaVelocity2' has a wrong offset!"); \ static_assert(offsetof(FCollisionEvent, AngularVelocity1) == 0x00005C, "Member 'FCollisionEvent::AngularVelocity1' has a wrong offset!"); \ static_assert(offsetof(FCollisionEvent, AngularVelocity2) == 0x000068, "Member 'FCollisionEvent::AngularVelocity2' has a wrong offset!"); \ static_assert(offsetof(FCollisionEvent, Mass1) == 0x000074, "Member 'FCollisionEvent::Mass1' has a wrong offset!"); \ static_assert(offsetof(FCollisionEvent, Mass2) == 0x000078, "Member 'FCollisionEvent::Mass2' has a wrong offset!"); \ static_assert(offsetof(FCollisionEvent, PenetrationDepth) == 0x00007C, "Member 'FCollisionEvent::PenetrationDepth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCacheEventTrack \ static_assert(alignof(FCacheEventTrack) == 0x000008, "Wrong alignment on FCacheEventTrack"); \ static_assert(sizeof(FCacheEventTrack) == 0x000038, "Wrong size on FCacheEventTrack"); \ static_assert(offsetof(FCacheEventTrack, Name) == 0x000000, "Member 'FCacheEventTrack::Name' has a wrong offset!"); \ static_assert(offsetof(FCacheEventTrack, Struct) == 0x000008, "Member 'FCacheEventTrack::Struct' has a wrong offset!"); \ static_assert(offsetof(FCacheEventTrack, TimeStamps) == 0x000010, "Member 'FCacheEventTrack::TimeStamps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBreakingEvent \ static_assert(alignof(FBreakingEvent) == 0x000008, "Wrong alignment on FBreakingEvent"); \ static_assert(sizeof(FBreakingEvent) == 0x000050, "Wrong size on FBreakingEvent"); \ static_assert(offsetof(FBreakingEvent, Index) == 0x000008, "Member 'FBreakingEvent::Index' has a wrong offset!"); \ static_assert(offsetof(FBreakingEvent, Location) == 0x00000C, "Member 'FBreakingEvent::Location' has a wrong offset!"); \ static_assert(offsetof(FBreakingEvent, Velocity) == 0x000018, "Member 'FBreakingEvent::Velocity' has a wrong offset!"); \ static_assert(offsetof(FBreakingEvent, AngularVelocity) == 0x000024, "Member 'FBreakingEvent::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FBreakingEvent, Mass) == 0x000030, "Member 'FBreakingEvent::Mass' has a wrong offset!"); \ static_assert(offsetof(FBreakingEvent, BoundingBoxMin) == 0x000034, "Member 'FBreakingEvent::BoundingBoxMin' has a wrong offset!"); \ static_assert(offsetof(FBreakingEvent, BoundingBoxMax) == 0x000040, "Member 'FBreakingEvent::BoundingBoxMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FObservedComponent \ static_assert(alignof(FObservedComponent) == 0x000010, "Wrong alignment on FObservedComponent"); \ static_assert(sizeof(FObservedComponent) == 0x0000F0, "Wrong size on FObservedComponent"); \ static_assert(offsetof(FObservedComponent, CacheName) == 0x000000, "Member 'FObservedComponent::CacheName' has a wrong offset!"); \ static_assert(offsetof(FObservedComponent, ComponentRef) == 0x000008, "Member 'FObservedComponent::ComponentRef' has a wrong offset!"); \ static_assert(offsetof(FObservedComponent, bIsSimulating) == 0x000030, "Member 'FObservedComponent::bIsSimulating' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCacheSpawnableTemplate \ static_assert(alignof(FCacheSpawnableTemplate) == 0x000010, "Wrong alignment on FCacheSpawnableTemplate"); \ static_assert(sizeof(FCacheSpawnableTemplate) == 0x000070, "Wrong size on FCacheSpawnableTemplate"); \ static_assert(offsetof(FCacheSpawnableTemplate, DuplicatedTemplate) == 0x000000, "Member 'FCacheSpawnableTemplate::DuplicatedTemplate' has a wrong offset!"); \ static_assert(offsetof(FCacheSpawnableTemplate, InitialTransform) == 0x000010, "Member 'FCacheSpawnableTemplate::InitialTransform' has a wrong offset!"); \ static_assert(offsetof(FCacheSpawnableTemplate, ComponentTransform) == 0x000040, "Member 'FCacheSpawnableTemplate::ComponentTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FParticleTransformTrack \ static_assert(alignof(FParticleTransformTrack) == 0x000008, "Wrong alignment on FParticleTransformTrack"); \ static_assert(sizeof(FParticleTransformTrack) == 0x000048, "Wrong size on FParticleTransformTrack"); \ static_assert(offsetof(FParticleTransformTrack, RawTransformTrack) == 0x000000, "Member 'FParticleTransformTrack::RawTransformTrack' has a wrong offset!"); \ static_assert(offsetof(FParticleTransformTrack, BeginOffset) == 0x000030, "Member 'FParticleTransformTrack::BeginOffset' has a wrong offset!"); \ static_assert(offsetof(FParticleTransformTrack, bDeactivateOnEnd) == 0x000034, "Member 'FParticleTransformTrack::bDeactivateOnEnd' has a wrong offset!"); \ static_assert(offsetof(FParticleTransformTrack, KeyTimestamps) == 0x000038, "Member 'FParticleTransformTrack::KeyTimestamps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerParticleCacheData \ static_assert(alignof(FPerParticleCacheData) == 0x000008, "Wrong alignment on FPerParticleCacheData"); \ static_assert(sizeof(FPerParticleCacheData) == 0x000098, "Wrong size on FPerParticleCacheData"); \ static_assert(offsetof(FPerParticleCacheData, TransformData) == 0x000000, "Member 'FPerParticleCacheData::TransformData' has a wrong offset!"); \ static_assert(offsetof(FPerParticleCacheData, CurveData) == 0x000048, "Member 'FPerParticleCacheData::CurveData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnableStateEvent \ static_assert(alignof(FEnableStateEvent) == 0x000008, "Wrong alignment on FEnableStateEvent"); \ static_assert(sizeof(FEnableStateEvent) == 0x000010, "Wrong size on FEnableStateEvent"); \ static_assert(offsetof(FEnableStateEvent, Index) == 0x000008, "Member 'FEnableStateEvent::Index' has a wrong offset!"); \ static_assert(offsetof(FEnableStateEvent, bEnable) == 0x00000C, "Member 'FEnableStateEvent::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosCacheCollection \ static_assert(alignof(UChaosCacheCollection) == 0x000008, "Wrong alignment on UChaosCacheCollection"); \ static_assert(sizeof(UChaosCacheCollection) == 0x000038, "Wrong size on UChaosCacheCollection"); \ static_assert(offsetof(UChaosCacheCollection, Caches) == 0x000028, "Member 'UChaosCacheCollection::Caches' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosCacheManager_ResetSingleTransform \ static_assert(alignof(ChaosCacheManager_ResetSingleTransform) == 0x000004, "Wrong alignment on ChaosCacheManager_ResetSingleTransform"); \ static_assert(sizeof(ChaosCacheManager_ResetSingleTransform) == 0x000004, "Wrong size on ChaosCacheManager_ResetSingleTransform"); \ static_assert(offsetof(ChaosCacheManager_ResetSingleTransform, InIndex) == 0x000000, "Member 'ChaosCacheManager_ResetSingleTransform::InIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosCacheManager_SetStartTime \ static_assert(alignof(ChaosCacheManager_SetStartTime) == 0x000004, "Wrong alignment on ChaosCacheManager_SetStartTime"); \ static_assert(sizeof(ChaosCacheManager_SetStartTime) == 0x000004, "Wrong size on ChaosCacheManager_SetStartTime"); \ static_assert(offsetof(ChaosCacheManager_SetStartTime, InStartTime) == 0x000000, "Member 'ChaosCacheManager_SetStartTime::InStartTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosCacheManager_TriggerComponent \ static_assert(alignof(ChaosCacheManager_TriggerComponent) == 0x000008, "Wrong alignment on ChaosCacheManager_TriggerComponent"); \ static_assert(sizeof(ChaosCacheManager_TriggerComponent) == 0x000008, "Wrong size on ChaosCacheManager_TriggerComponent"); \ static_assert(offsetof(ChaosCacheManager_TriggerComponent, InComponent) == 0x000000, "Member 'ChaosCacheManager_TriggerComponent::InComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosCacheManager_TriggerComponentByCache \ static_assert(alignof(ChaosCacheManager_TriggerComponentByCache) == 0x000004, "Wrong alignment on ChaosCacheManager_TriggerComponentByCache"); \ static_assert(sizeof(ChaosCacheManager_TriggerComponentByCache) == 0x000008, "Wrong size on ChaosCacheManager_TriggerComponentByCache"); \ static_assert(offsetof(ChaosCacheManager_TriggerComponentByCache, InCacheName) == 0x000000, "Member 'ChaosCacheManager_TriggerComponentByCache::InCacheName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AChaosCacheManager \ static_assert(alignof(AChaosCacheManager) == 0x000008, "Wrong alignment on AChaosCacheManager"); \ static_assert(sizeof(AChaosCacheManager) == 0x0002D8, "Wrong size on AChaosCacheManager"); \ static_assert(offsetof(AChaosCacheManager, CacheCollection) == 0x000230, "Member 'AChaosCacheManager::CacheCollection' has a wrong offset!"); \ static_assert(offsetof(AChaosCacheManager, CacheMode) == 0x000238, "Member 'AChaosCacheManager::CacheMode' has a wrong offset!"); \ static_assert(offsetof(AChaosCacheManager, StartMode) == 0x000239, "Member 'AChaosCacheManager::StartMode' has a wrong offset!"); \ static_assert(offsetof(AChaosCacheManager, StartTime) == 0x00023C, "Member 'AChaosCacheManager::StartTime' has a wrong offset!"); \ static_assert(offsetof(AChaosCacheManager, ObservedComponents) == 0x000248, "Member 'AChaosCacheManager::ObservedComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AChaosCachePlayer \ static_assert(alignof(AChaosCachePlayer) == 0x000008, "Wrong alignment on AChaosCachePlayer"); \ static_assert(sizeof(AChaosCachePlayer) == 0x0002D8, "Wrong size on AChaosCachePlayer"); \ #define DUMPER7_ASSERTS_UChaosCache \ static_assert(alignof(UChaosCache) == 0x000010, "Wrong alignment on UChaosCache"); \ static_assert(sizeof(UChaosCache) == 0x0001A0, "Wrong size on UChaosCache"); \ static_assert(offsetof(UChaosCache, RecordedDuration) == 0x000028, "Member 'UChaosCache::RecordedDuration' has a wrong offset!"); \ static_assert(offsetof(UChaosCache, NumRecordedFrames) == 0x00002C, "Member 'UChaosCache::NumRecordedFrames' has a wrong offset!"); \ static_assert(offsetof(UChaosCache, TrackToParticle) == 0x000030, "Member 'UChaosCache::TrackToParticle' has a wrong offset!"); \ static_assert(offsetof(UChaosCache, ParticleTracks) == 0x000040, "Member 'UChaosCache::ParticleTracks' has a wrong offset!"); \ static_assert(offsetof(UChaosCache, CurveData) == 0x000050, "Member 'UChaosCache::CurveData' has a wrong offset!"); \ static_assert(offsetof(UChaosCache, EventTracks) == 0x0000A0, "Member 'UChaosCache::EventTracks' has a wrong offset!"); \ static_assert(offsetof(UChaosCache, Spawnable) == 0x0000F0, "Member 'UChaosCache::Spawnable' has a wrong offset!"); \ static_assert(offsetof(UChaosCache, AdapterGuid) == 0x000160, "Member 'UChaosCache::AdapterGuid' has a wrong offset!"); \ static_assert(offsetof(UChaosCache, Version) == 0x000170, "Member 'UChaosCache::Version' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_WalkspeedChanger_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_WalkspeedChanger_C_OnCheckpointLoadFinished) == 0x000020, "Wrong size on BP_WalkspeedChanger_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_WalkspeedChanger_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_WalkspeedChanger_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_WalkspeedChanger_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_OnCheckpointLoadFinished, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000010, "Member 'BP_WalkspeedChanger_C_OnCheckpointLoadFinished::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_OnCheckpointLoadFinished, CallFunc_IsOverlappingActor_ReturnValue) == 0x000018, "Member 'BP_WalkspeedChanger_C_OnCheckpointLoadFinished::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_OnCheckpointLoadFinished, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_WalkspeedChanger_C_OnCheckpointLoadFinished::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_DisableCollision \ static_assert(alignof(BP_WalkspeedChanger_C_DisableCollision) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_DisableCollision"); \ static_assert(sizeof(BP_WalkspeedChanger_C_DisableCollision) == 0x000020, "Wrong size on BP_WalkspeedChanger_C_DisableCollision"); \ static_assert(offsetof(BP_WalkspeedChanger_C_DisableCollision, CallFunc_GetPathName_ReturnValue) == 0x000000, "Member 'BP_WalkspeedChanger_C_DisableCollision::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_DisableCollision, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_WalkspeedChanger_C_DisableCollision::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_EnableCollision \ static_assert(alignof(BP_WalkspeedChanger_C_EnableCollision) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_EnableCollision"); \ static_assert(sizeof(BP_WalkspeedChanger_C_EnableCollision) == 0x000020, "Wrong size on BP_WalkspeedChanger_C_EnableCollision"); \ static_assert(offsetof(BP_WalkspeedChanger_C_EnableCollision, CallFunc_GetPathName_ReturnValue) == 0x000000, "Member 'BP_WalkspeedChanger_C_EnableCollision::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_EnableCollision, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_WalkspeedChanger_C_EnableCollision::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_ForceDisableVolume \ static_assert(alignof(BP_WalkspeedChanger_C_ForceDisableVolume) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_ForceDisableVolume"); \ static_assert(sizeof(BP_WalkspeedChanger_C_ForceDisableVolume) == 0x000020, "Wrong size on BP_WalkspeedChanger_C_ForceDisableVolume"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ForceDisableVolume, CallFunc_GetPathName_ReturnValue) == 0x000000, "Member 'BP_WalkspeedChanger_C_ForceDisableVolume::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ForceDisableVolume, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_WalkspeedChanger_C_ForceDisableVolume::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_ForceEnableVolume \ static_assert(alignof(BP_WalkspeedChanger_C_ForceEnableVolume) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_ForceEnableVolume"); \ static_assert(sizeof(BP_WalkspeedChanger_C_ForceEnableVolume) == 0x000020, "Wrong size on BP_WalkspeedChanger_C_ForceEnableVolume"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ForceEnableVolume, CallFunc_GetPathName_ReturnValue) == 0x000000, "Member 'BP_WalkspeedChanger_C_ForceEnableVolume::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ForceEnableVolume, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_WalkspeedChanger_C_ForceEnableVolume::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_StopPlayerSpeedEffects \ static_assert(alignof(BP_WalkspeedChanger_C_StopPlayerSpeedEffects) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_StopPlayerSpeedEffects"); \ static_assert(sizeof(BP_WalkspeedChanger_C_StopPlayerSpeedEffects) == 0x000040, "Wrong size on BP_WalkspeedChanger_C_StopPlayerSpeedEffects"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopPlayerSpeedEffects, K2Node_MakeStruct_ActiveGameplayEffectHandle) == 0x000000, "Member 'BP_WalkspeedChanger_C_StopPlayerSpeedEffects::K2Node_MakeStruct_ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopPlayerSpeedEffects, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue) == 0x000018, "Member 'BP_WalkspeedChanger_C_StopPlayerSpeedEffects::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopPlayerSpeedEffects, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_WalkspeedChanger_C_StopPlayerSpeedEffects::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopPlayerSpeedEffects, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000038, "Member 'BP_WalkspeedChanger_C_StopPlayerSpeedEffects::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopPlayerSpeedEffects, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000039, "Member 'BP_WalkspeedChanger_C_StopPlayerSpeedEffects::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_StopSprintEffects \ static_assert(alignof(BP_WalkspeedChanger_C_StopSprintEffects) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_StopSprintEffects"); \ static_assert(sizeof(BP_WalkspeedChanger_C_StopSprintEffects) == 0x000080, "Wrong size on BP_WalkspeedChanger_C_StopSprintEffects"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopSprintEffects, K2Node_MakeStruct_ActiveGameplayEffectHandle) == 0x000000, "Member 'BP_WalkspeedChanger_C_StopSprintEffects::K2Node_MakeStruct_ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopSprintEffects, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000018, "Member 'BP_WalkspeedChanger_C_StopSprintEffects::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopSprintEffects, CallFunc_RemoveActiveGameplayEffect_ReturnValue) == 0x000020, "Member 'BP_WalkspeedChanger_C_StopSprintEffects::CallFunc_RemoveActiveGameplayEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopSprintEffects, CallFunc_GetPathName_ReturnValue) == 0x000028, "Member 'BP_WalkspeedChanger_C_StopSprintEffects::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopSprintEffects, CallFunc_GetDisplayName_ReturnValue) == 0x000038, "Member 'BP_WalkspeedChanger_C_StopSprintEffects::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopSprintEffects, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_WalkspeedChanger_C_StopSprintEffects::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopSprintEffects, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000058, "Member 'BP_WalkspeedChanger_C_StopSprintEffects::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopSprintEffects, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_WalkspeedChanger_C_StopSprintEffects::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StopSprintEffects, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'BP_WalkspeedChanger_C_StopSprintEffects::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_StartPlayerSpeedEffects \ static_assert(alignof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_StartPlayerSpeedEffects"); \ static_assert(sizeof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects) == 0x0000A8, "Wrong size on BP_WalkspeedChanger_C_StartPlayerSpeedEffects"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000000, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue) == 0x000008, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000018, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_StartPlayerSpeed_ReturnValue) == 0x000034, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_StartPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_GetPathName_ReturnValue) == 0x000050, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_GetDisplayName_ReturnValue) == 0x000060, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartPlayerSpeedEffects, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000098, "Member 'BP_WalkspeedChanger_C_StartPlayerSpeedEffects::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_StartSprintEffects \ static_assert(alignof(BP_WalkspeedChanger_C_StartSprintEffects) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_StartSprintEffects"); \ static_assert(sizeof(BP_WalkspeedChanger_C_StartSprintEffects) == 0x0000B8, "Wrong size on BP_WalkspeedChanger_C_StartSprintEffects"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue) == 0x000000, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000010, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000030, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, CallFunc_GetPathName_ReturnValue) == 0x000038, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, CallFunc_GetDisplayName_ReturnValue) == 0x000048, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, K2Node_MakeStruct_GameplayEffectContextHandle) == 0x000058, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::K2Node_MakeStruct_GameplayEffectContextHandle' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000090, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_StartSprintEffects, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x0000A0, "Member 'BP_WalkspeedChanger_C_StartSprintEffects::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_GetEditorDisplayComponent \ static_assert(alignof(BP_WalkspeedChanger_C_GetEditorDisplayComponent) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_GetEditorDisplayComponent"); \ static_assert(sizeof(BP_WalkspeedChanger_C_GetEditorDisplayComponent) == 0x000008, "Wrong size on BP_WalkspeedChanger_C_GetEditorDisplayComponent"); \ static_assert(offsetof(BP_WalkspeedChanger_C_GetEditorDisplayComponent, ReturnValue) == 0x000000, "Member 'BP_WalkspeedChanger_C_GetEditorDisplayComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_GetVolumeTypeTag \ static_assert(alignof(BP_WalkspeedChanger_C_GetVolumeTypeTag) == 0x000004, "Wrong alignment on BP_WalkspeedChanger_C_GetVolumeTypeTag"); \ static_assert(sizeof(BP_WalkspeedChanger_C_GetVolumeTypeTag) == 0x000008, "Wrong size on BP_WalkspeedChanger_C_GetVolumeTypeTag"); \ static_assert(offsetof(BP_WalkspeedChanger_C_GetVolumeTypeTag, VolumeTag) == 0x000000, "Member 'BP_WalkspeedChanger_C_GetVolumeTypeTag::VolumeTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_GetVolumeMaterial \ static_assert(alignof(BP_WalkspeedChanger_C_GetVolumeMaterial) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_GetVolumeMaterial"); \ static_assert(sizeof(BP_WalkspeedChanger_C_GetVolumeMaterial) == 0x000008, "Wrong size on BP_WalkspeedChanger_C_GetVolumeMaterial"); \ static_assert(offsetof(BP_WalkspeedChanger_C_GetVolumeMaterial, VolumeMaterial) == 0x000000, "Member 'BP_WalkspeedChanger_C_GetVolumeMaterial::VolumeMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_UserConstructionScript \ static_assert(alignof(BP_WalkspeedChanger_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_UserConstructionScript"); \ static_assert(sizeof(BP_WalkspeedChanger_C_UserConstructionScript) == 0x000058, "Wrong size on BP_WalkspeedChanger_C_UserConstructionScript"); \ static_assert(offsetof(BP_WalkspeedChanger_C_UserConstructionScript, CallFunc_GetDisplayName_ReturnValue) == 0x000000, "Member 'BP_WalkspeedChanger_C_UserConstructionScript::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_UserConstructionScript, CallFunc_GetVolumeTypeTag_VolumeTag) == 0x000010, "Member 'BP_WalkspeedChanger_C_UserConstructionScript::CallFunc_GetVolumeTypeTag_VolumeTag' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'BP_WalkspeedChanger_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_UserConstructionScript, CallFunc_Array_AddUnique_ReturnValue) == 0x000030, "Member 'BP_WalkspeedChanger_C_UserConstructionScript::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_UserConstructionScript, CallFunc_GetVolumeMaterial_VolumeMaterial) == 0x000038, "Member 'BP_WalkspeedChanger_C_UserConstructionScript::CallFunc_GetVolumeMaterial_VolumeMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_UserConstructionScript, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000040, "Member 'BP_WalkspeedChanger_C_UserConstructionScript::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_UserConstructionScript, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00004C, "Member 'BP_WalkspeedChanger_C_UserConstructionScript::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_WalkspeedChanger_C_BndEvt__BP_WalkspeedChanger_AreaMarkup_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_ReceiveEndPlay \ static_assert(alignof(BP_WalkspeedChanger_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_WalkspeedChanger_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_WalkspeedChanger_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_WalkspeedChanger_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_WalkspeedChanger_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger \ static_assert(alignof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger) == 0x000008, "Wrong alignment on BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger"); \ static_assert(sizeof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger) == 0x0001A8, "Wrong size on BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, EntryPoint) == 0x000000, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_GetPathName_ReturnValue) == 0x000008, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000028, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_ComponentBoundEvent_OtherActor) == 0x000030, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_ComponentBoundEvent_OtherComp) == 0x000038, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000040, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_DynamicCast_AsBP_Player_Character) == 0x000048, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_GetPathName_ReturnValue_1) == 0x000058, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_IsPackageBuild_ReturnValue) == 0x000078, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_IsPackageBuild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_Not_PreBool_ReturnValue) == 0x000079, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_Not_PreBool_ReturnValue_1) == 0x00007A, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_Event_EndPlayReason) == 0x00007B, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000080, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000090, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0000A0, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0000A8, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0000B0, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0000B8, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000BC, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_ComponentBoundEvent_SweepResult) == 0x0000C0, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000148, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_DynamicCast_AsBP_Player_Character_1) == 0x000158, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_DynamicCast_AsBP_Player_Character_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_DynamicCast_bSuccess_1) == 0x000160, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_GetPathName_ReturnValue_2) == 0x000168, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_GetPathName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000178, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_CreateEOEvent_ReturnValue) == 0x000188, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000190, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger, K2Node_EOCreateEvent_OutputDelegate) == 0x000198, "Member 'BP_WalkspeedChanger_C_ExecuteUbergraph_BP_WalkspeedChanger::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_WalkspeedChanger_C \ static_assert(alignof(ABP_WalkspeedChanger_C) == 0x000008, "Wrong alignment on ABP_WalkspeedChanger_C"); \ static_assert(sizeof(ABP_WalkspeedChanger_C) == 0x0002E0, "Wrong size on ABP_WalkspeedChanger_C"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, UberGraphFrame) == 0x000270, "Member 'ABP_WalkspeedChanger_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, TextRender) == 0x000278, "Member 'ABP_WalkspeedChanger_C::TextRender' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, EditorVisCube) == 0x000280, "Member 'ABP_WalkspeedChanger_C::EditorVisCube' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, AreaMarkup) == 0x000288, "Member 'ABP_WalkspeedChanger_C::AreaMarkup' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, IsEnabled) == 0x000290, "Member 'ABP_WalkspeedChanger_C::IsEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, PreventSprint) == 0x000291, "Member 'ABP_WalkspeedChanger_C::PreventSprint' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, GameplayEffectForDisableSprint) == 0x000298, "Member 'ABP_WalkspeedChanger_C::GameplayEffectForDisableSprint' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, VolumeMaterialInstance) == 0x0002A0, "Member 'ABP_WalkspeedChanger_C::VolumeMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, SprintActiveEffectHandle) == 0x0002A8, "Member 'ABP_WalkspeedChanger_C::SprintActiveEffectHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, PlayerSpeedActiveEffectHandle) == 0x0002C0, "Member 'ABP_WalkspeedChanger_C::PlayerSpeedActiveEffectHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, VisualizeVolumeInGame) == 0x0002D8, "Member 'ABP_WalkspeedChanger_C::VisualizeVolumeInGame' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, VerifyOverlapsOnCheckpoint) == 0x0002D9, "Member 'ABP_WalkspeedChanger_C::VerifyOverlapsOnCheckpoint' has a wrong offset!"); \ static_assert(offsetof(ABP_WalkspeedChanger_C, isIndoors) == 0x0002DA, "Member 'ABP_WalkspeedChanger_C::isIndoors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable \ static_assert(alignof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable"); \ static_assert(sizeof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable) == 0x000328, "Wrong size on BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, EntryPoint) == 0x000000, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractionComponent_3) == 0x000008, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractionComponent_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractionActor_3) == 0x000010, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractionActor_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_DynamicCast_AsBPI_Equipped_Action_Interactable_User) == 0x000018, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_DynamicCast_AsBPI_Equipped_Action_Interactable_User' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_CurrentlyEquippedEAI_EquippedEAI) == 0x000030, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_CurrentlyEquippedEAI_EquippedEAI' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_DoesImplementInterface_ReturnValue) == 0x000038, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_BooleanAND_ReturnValue) == 0x00003A, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractionComponent_2) == 0x000040, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractionComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractionActor_2) == 0x000048, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractionActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_EOEvent_Sender_2) == 0x000050, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_EOEvent_Event_2) == 0x000058, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_EOEvent_Sender_1) == 0x000060, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_EOEvent_Event_1) == 0x000068, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_DynamicCast_AsActor) == 0x000070, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_DynamicCast_bSuccess_1) == 0x000078, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_DynamicCast_AsActor_1) == 0x000080, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_DynamicCast_AsActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00008C, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000098, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0000A4, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Vector_Distance_ReturnValue) == 0x0000B0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0000B4, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000C0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Vector_Distance_ReturnValue_1) == 0x0000C4, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0000C8, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractionComponent_1) == 0x0000D0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractionActor_1) == 0x0000D8, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_BooleanAND_ReturnValue_1) == 0x0000E0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractedComponent) == 0x0000E8, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractingActor) == 0x0000F0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_HoverEndType) == 0x0000F8, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_HoverEndType' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractedComponent_1) == 0x000100, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractingActor_1) == 0x000108, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractingActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Array_Length_ReturnValue) == 0x000110, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000118, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_IsPlaying_ReturnValue) == 0x000120, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Not_PreBool_ReturnValue) == 0x000121, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_IsPlaying_ReturnValue_1) == 0x000122, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Not_PreBool_ReturnValue_1) == 0x000123, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractionComponent) == 0x000128, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_Event_InteractionActor) == 0x000130, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000138, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000140, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000148, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000150, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_ComponentBoundEvent_bFromSweep) == 0x000154, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_ComponentBoundEvent_SweepResult) == 0x000158, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0001E0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_ComponentBoundEvent_OtherActor) == 0x0001E8, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_ComponentBoundEvent_OtherComp) == 0x0001F0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0001F8, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_DynamicCast_AsBP_Player_Character) == 0x000200, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_DynamicCast_bSuccess_3) == 0x000208, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_DynamicCast_AsBP_Player_Character_1) == 0x000210, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_DynamicCast_AsBP_Player_Character_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_DynamicCast_bSuccess_4) == 0x000218, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_EOCreateEvent_OutputDelegate) == 0x00021C, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_EOCreateEvent_OutputDelegate_1) == 0x00022C, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000240, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_IsOverlappingActor_ReturnValue) == 0x000248, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_EOEvent_Sender) == 0x000250, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_EOEvent_Event) == 0x000258, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_MakeLiteralString_ReturnValue) == 0x000260, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000270, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_MakeLiteralString_ReturnValue_2) == 0x000280, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_MakeLiteralString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, Temp_int_Loop_Counter_Variable) == 0x000290, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Lerp_ReturnValue) == 0x000294, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Less_IntInt_ReturnValue) == 0x000298, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Add_IntInt_ReturnValue) == 0x00029C, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_MakeLiteralString_ReturnValue_3) == 0x0002A0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_MakeLiteralString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_MakeLiteralString_ReturnValue_4) == 0x0002B0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_MakeLiteralString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, Temp_int_Array_Index_Variable) == 0x0002C0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_MakeLiteralString_ReturnValue_5) == 0x0002C8, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_MakeLiteralString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Array_Get_Item) == 0x0002D8, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_MakeLiteralString_ReturnValue_6) == 0x0002E0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_MakeLiteralString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Lerp_ReturnValue_1) == 0x0002F0, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, K2Node_EOCreateEvent_OutputDelegate_2) == 0x0002F4, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000304, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Lerp_ReturnValue_2) == 0x000308, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_GetCachedGameInstance_CachedGameInstance_1) == 0x000310, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_GetCachedGameInstance_CachedGameInstance_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_GetCachedGameInstance_CachedGameInstance_2) == 0x000318, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_GetCachedGameInstance_CachedGameInstance_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable, CallFunc_Lerp_ReturnValue_3) == 0x000320, "Member 'BP_BaseInteractable_C_ExecuteUbergraph_BP_BaseInteractable::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_CheckHighlightCollisionOnCheckpoint \ static_assert(alignof(BP_BaseInteractable_C_CheckHighlightCollisionOnCheckpoint) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_CheckHighlightCollisionOnCheckpoint"); \ static_assert(sizeof(BP_BaseInteractable_C_CheckHighlightCollisionOnCheckpoint) == 0x000010, "Wrong size on BP_BaseInteractable_C_CheckHighlightCollisionOnCheckpoint"); \ static_assert(offsetof(BP_BaseInteractable_C_CheckHighlightCollisionOnCheckpoint, Sender) == 0x000000, "Member 'BP_BaseInteractable_C_CheckHighlightCollisionOnCheckpoint::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CheckHighlightCollisionOnCheckpoint, Event) == 0x000008, "Member 'BP_BaseInteractable_C_CheckHighlightCollisionOnCheckpoint::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_BaseInteractable_C_BndEvt__BP_BaseInteractable_UI_HighlightFarCollision_K2Node_ComponentBoundEvent_6_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_PassiveEndInteract \ static_assert(alignof(BP_BaseInteractable_C_PassiveEndInteract) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_PassiveEndInteract"); \ static_assert(sizeof(BP_BaseInteractable_C_PassiveEndInteract) == 0x000010, "Wrong size on BP_BaseInteractable_C_PassiveEndInteract"); \ static_assert(offsetof(BP_BaseInteractable_C_PassiveEndInteract, InteractionComponent) == 0x000000, "Member 'BP_BaseInteractable_C_PassiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_PassiveEndInteract, InteractionActor) == 0x000008, "Member 'BP_BaseInteractable_C_PassiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_PassiveBeginInteract \ static_assert(alignof(BP_BaseInteractable_C_PassiveBeginInteract) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_PassiveBeginInteract"); \ static_assert(sizeof(BP_BaseInteractable_C_PassiveBeginInteract) == 0x000010, "Wrong size on BP_BaseInteractable_C_PassiveBeginInteract"); \ static_assert(offsetof(BP_BaseInteractable_C_PassiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_BaseInteractable_C_PassiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_PassiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_BaseInteractable_C_PassiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_Global_ExternalHover_End \ static_assert(alignof(BP_BaseInteractable_C_Global_ExternalHover_End) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_Global_ExternalHover_End"); \ static_assert(sizeof(BP_BaseInteractable_C_Global_ExternalHover_End) == 0x000010, "Wrong size on BP_BaseInteractable_C_Global_ExternalHover_End"); \ static_assert(offsetof(BP_BaseInteractable_C_Global_ExternalHover_End, Sender) == 0x000000, "Member 'BP_BaseInteractable_C_Global_ExternalHover_End::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_Global_ExternalHover_End, Event) == 0x000008, "Member 'BP_BaseInteractable_C_Global_ExternalHover_End::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_Global_ExternalHover_Begin \ static_assert(alignof(BP_BaseInteractable_C_Global_ExternalHover_Begin) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_Global_ExternalHover_Begin"); \ static_assert(sizeof(BP_BaseInteractable_C_Global_ExternalHover_Begin) == 0x000010, "Wrong size on BP_BaseInteractable_C_Global_ExternalHover_Begin"); \ static_assert(offsetof(BP_BaseInteractable_C_Global_ExternalHover_Begin, Sender) == 0x000000, "Member 'BP_BaseInteractable_C_Global_ExternalHover_Begin::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_Global_ExternalHover_Begin, Event) == 0x000008, "Member 'BP_BaseInteractable_C_Global_ExternalHover_Begin::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ActiveEndInteract \ static_assert(alignof(BP_BaseInteractable_C_ActiveEndInteract) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ActiveEndInteract"); \ static_assert(sizeof(BP_BaseInteractable_C_ActiveEndInteract) == 0x000010, "Wrong size on BP_BaseInteractable_C_ActiveEndInteract"); \ static_assert(offsetof(BP_BaseInteractable_C_ActiveEndInteract, InteractionComponent) == 0x000000, "Member 'BP_BaseInteractable_C_ActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ActiveEndInteract, InteractionActor) == 0x000008, "Member 'BP_BaseInteractable_C_ActiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ActiveBeginInteract \ static_assert(alignof(BP_BaseInteractable_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_BaseInteractable_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_BaseInteractable_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_BaseInteractable_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_BaseInteractable_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_BaseInteractable_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_InteractHoverEnd \ static_assert(alignof(BP_BaseInteractable_C_InteractHoverEnd) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_InteractHoverEnd"); \ static_assert(sizeof(BP_BaseInteractable_C_InteractHoverEnd) == 0x000018, "Wrong size on BP_BaseInteractable_C_InteractHoverEnd"); \ static_assert(offsetof(BP_BaseInteractable_C_InteractHoverEnd, InteractedComponent_0) == 0x000000, "Member 'BP_BaseInteractable_C_InteractHoverEnd::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InteractHoverEnd, InteractingActor_0) == 0x000008, "Member 'BP_BaseInteractable_C_InteractHoverEnd::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InteractHoverEnd, HoverEndType) == 0x000010, "Member 'BP_BaseInteractable_C_InteractHoverEnd::HoverEndType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_InteractHoverBegin \ static_assert(alignof(BP_BaseInteractable_C_InteractHoverBegin) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_InteractHoverBegin"); \ static_assert(sizeof(BP_BaseInteractable_C_InteractHoverBegin) == 0x000010, "Wrong size on BP_BaseInteractable_C_InteractHoverBegin"); \ static_assert(offsetof(BP_BaseInteractable_C_InteractHoverBegin, InteractedComponent_0) == 0x000000, "Member 'BP_BaseInteractable_C_InteractHoverBegin::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InteractHoverBegin, InteractingActor_0) == 0x000008, "Member 'BP_BaseInteractable_C_InteractHoverBegin::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_UserConstructionScript \ static_assert(alignof(BP_BaseInteractable_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_BaseInteractable_C_UserConstructionScript"); \ static_assert(sizeof(BP_BaseInteractable_C_UserConstructionScript) == 0x000004, "Wrong size on BP_BaseInteractable_C_UserConstructionScript"); \ static_assert(offsetof(BP_BaseInteractable_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'BP_BaseInteractable_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'BP_BaseInteractable_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue_1) == 0x000003, "Member 'BP_BaseInteractable_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_GetMeshes \ static_assert(alignof(BP_BaseInteractable_C_GetMeshes) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_GetMeshes"); \ static_assert(sizeof(BP_BaseInteractable_C_GetMeshes) == 0x000068, "Wrong size on BP_BaseInteractable_C_GetMeshes"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, OutArray) == 0x000000, "Member 'BP_BaseInteractable_C_GetMeshes::OutArray' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_BaseInteractable_C_GetMeshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_BaseInteractable_C_GetMeshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_BaseInteractable_C_GetMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, Temp_name_Variable) == 0x00001C, "Member 'BP_BaseInteractable_C_GetMeshes::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, CallFunc_GetChildrenComponents_Children) == 0x000028, "Member 'BP_BaseInteractable_C_GetMeshes::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_BaseInteractable_C_GetMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_BaseInteractable_C_GetMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_BaseInteractable_C_GetMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x000050, "Member 'BP_BaseInteractable_C_GetMeshes::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_BaseInteractable_C_GetMeshes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, CallFunc_Array_AddUnique_ReturnValue) == 0x00005C, "Member 'BP_BaseInteractable_C_GetMeshes::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, CallFunc_Array_Contains_ReturnValue) == 0x000060, "Member 'BP_BaseInteractable_C_GetMeshes::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'BP_BaseInteractable_C_GetMeshes::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, CallFunc_Not_PreBool_ReturnValue_1) == 0x000062, "Member 'BP_BaseInteractable_C_GetMeshes::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, CallFunc_BooleanAND_ReturnValue) == 0x000063, "Member 'BP_BaseInteractable_C_GetMeshes::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetMeshes, CallFunc_BooleanAND_ReturnValue_1) == 0x000064, "Member 'BP_BaseInteractable_C_GetMeshes::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_CreateOutlineMeshes \ static_assert(alignof(BP_BaseInteractable_C_CreateOutlineMeshes) == 0x000010, "Wrong alignment on BP_BaseInteractable_C_CreateOutlineMeshes"); \ static_assert(sizeof(BP_BaseInteractable_C_CreateOutlineMeshes) == 0x000090, "Wrong size on BP_BaseInteractable_C_CreateOutlineMeshes"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, SM_ParentMesh) == 0x000000, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::SM_ParentMesh' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, SM_Outline) == 0x000008, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::SM_Outline' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, Temp_struct_Variable) == 0x000020, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_AddComponent_ReturnValue) == 0x000050, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_Array_AddUnique_ReturnValue) == 0x000058, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, Temp_int_Loop_Counter_Variable_1) == 0x00005C, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_GetMaterials_ReturnValue) == 0x000060, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_Array_Length_ReturnValue) == 0x000074, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000079, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_SetStaticMesh_ReturnValue) == 0x00007A, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_Array_Length_ReturnValue_1) == 0x000088, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CreateOutlineMeshes, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'BP_BaseInteractable_C_CreateOutlineMeshes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ClearOutlineMeshes \ static_assert(alignof(BP_BaseInteractable_C_ClearOutlineMeshes) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ClearOutlineMeshes"); \ static_assert(sizeof(BP_BaseInteractable_C_ClearOutlineMeshes) == 0x000020, "Wrong size on BP_BaseInteractable_C_ClearOutlineMeshes"); \ static_assert(offsetof(BP_BaseInteractable_C_ClearOutlineMeshes, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BaseInteractable_C_ClearOutlineMeshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ClearOutlineMeshes, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BaseInteractable_C_ClearOutlineMeshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ClearOutlineMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_BaseInteractable_C_ClearOutlineMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ClearOutlineMeshes, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_BaseInteractable_C_ClearOutlineMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ClearOutlineMeshes, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_BaseInteractable_C_ClearOutlineMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ClearOutlineMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_BaseInteractable_C_ClearOutlineMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ClearOutlineMeshes, CallFunc_SetStaticMesh_ReturnValue) == 0x00001D, "Member 'BP_BaseInteractable_C_ClearOutlineMeshes::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_EnableShimmerFX \ static_assert(alignof(BP_BaseInteractable_C_EnableShimmerFX) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_EnableShimmerFX"); \ static_assert(sizeof(BP_BaseInteractable_C_EnableShimmerFX) == 0x000028, "Wrong size on BP_BaseInteractable_C_EnableShimmerFX"); \ static_assert(offsetof(BP_BaseInteractable_C_EnableShimmerFX, Enabled) == 0x000000, "Member 'BP_BaseInteractable_C_EnableShimmerFX::Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_EnableShimmerFX, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_BaseInteractable_C_EnableShimmerFX::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_EnableShimmerFX, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_BaseInteractable_C_EnableShimmerFX::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_EnableShimmerFX, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_BaseInteractable_C_EnableShimmerFX::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_EnableShimmerFX, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_BaseInteractable_C_EnableShimmerFX::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_EnableShimmerFX, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_BaseInteractable_C_EnableShimmerFX::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_EnableShimmerFX, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_BaseInteractable_C_EnableShimmerFX::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ProgressionItemFXPickup \ static_assert(alignof(BP_BaseInteractable_C_ProgressionItemFXPickup) == 0x000001, "Wrong alignment on BP_BaseInteractable_C_ProgressionItemFXPickup"); \ static_assert(sizeof(BP_BaseInteractable_C_ProgressionItemFXPickup) == 0x000002, "Wrong size on BP_BaseInteractable_C_ProgressionItemFXPickup"); \ static_assert(offsetof(BP_BaseInteractable_C_ProgressionItemFXPickup, CallFunc_IsPlaying_ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_ProgressionItemFXPickup::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ProgressionItemFXPickup, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_BaseInteractable_C_ProgressionItemFXPickup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_StartProgressionFX \ static_assert(alignof(BP_BaseInteractable_C_StartProgressionFX) == 0x000001, "Wrong alignment on BP_BaseInteractable_C_StartProgressionFX"); \ static_assert(sizeof(BP_BaseInteractable_C_StartProgressionFX) == 0x000001, "Wrong size on BP_BaseInteractable_C_StartProgressionFX"); \ static_assert(offsetof(BP_BaseInteractable_C_StartProgressionFX, CallFunc_BooleanAND_ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_StartProgressionFX::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_OnInteractWithEquippedAction \ static_assert(alignof(BP_BaseInteractable_C_OnInteractWithEquippedAction) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_OnInteractWithEquippedAction"); \ static_assert(sizeof(BP_BaseInteractable_C_OnInteractWithEquippedAction) == 0x000008, "Wrong size on BP_BaseInteractable_C_OnInteractWithEquippedAction"); \ static_assert(offsetof(BP_BaseInteractable_C_OnInteractWithEquippedAction, EquippedInteractable) == 0x000000, "Member 'BP_BaseInteractable_C_OnInteractWithEquippedAction::EquippedInteractable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ToggleHoverOutline \ static_assert(alignof(BP_BaseInteractable_C_ToggleHoverOutline) == 0x000004, "Wrong alignment on BP_BaseInteractable_C_ToggleHoverOutline"); \ static_assert(sizeof(BP_BaseInteractable_C_ToggleHoverOutline) == 0x000008, "Wrong size on BP_BaseInteractable_C_ToggleHoverOutline"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleHoverOutline, Enable) == 0x000000, "Member 'BP_BaseInteractable_C_ToggleHoverOutline::Enable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleHoverOutline, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000004, "Member 'BP_BaseInteractable_C_ToggleHoverOutline::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ToggleOutline \ static_assert(alignof(BP_BaseInteractable_C_ToggleOutline) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ToggleOutline"); \ static_assert(sizeof(BP_BaseInteractable_C_ToggleOutline) == 0x000028, "Wrong size on BP_BaseInteractable_C_ToggleOutline"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleOutline, Enable) == 0x000000, "Member 'BP_BaseInteractable_C_ToggleOutline::Enable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleOutline, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_BaseInteractable_C_ToggleOutline::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleOutline, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_BaseInteractable_C_ToggleOutline::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleOutline, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_BaseInteractable_C_ToggleOutline::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleOutline, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_BaseInteractable_C_ToggleOutline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleOutline, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_BaseInteractable_C_ToggleOutline::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleOutline, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_BaseInteractable_C_ToggleOutline::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleOutline, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_BaseInteractable_C_ToggleOutline::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_FixupPersistentInteractableState \ static_assert(alignof(BP_BaseInteractable_C_FixupPersistentInteractableState) == 0x000004, "Wrong alignment on BP_BaseInteractable_C_FixupPersistentInteractableState"); \ static_assert(sizeof(BP_BaseInteractable_C_FixupPersistentInteractableState) == 0x000010, "Wrong size on BP_BaseInteractable_C_FixupPersistentInteractableState"); \ static_assert(offsetof(BP_BaseInteractable_C_FixupPersistentInteractableState, CallFunc_MarkObjectPackageDirty_ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_FixupPersistentInteractableState::CallFunc_MarkObjectPackageDirty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_FixupPersistentInteractableState, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_BaseInteractable_C_FixupPersistentInteractableState::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_FixupPersistentInteractableState, CallFunc_Array_Length_ReturnValue_1) == 0x000008, "Member 'BP_BaseInteractable_C_FixupPersistentInteractableState::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_FixupPersistentInteractableState, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_BaseInteractable_C_FixupPersistentInteractableState::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_FixupPersistentInteractableState, CallFunc_Greater_IntInt_ReturnValue) == 0x00000D, "Member 'BP_BaseInteractable_C_FixupPersistentInteractableState::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_FixupPersistentInteractableState, CallFunc_BooleanAND_ReturnValue) == 0x00000E, "Member 'BP_BaseInteractable_C_FixupPersistentInteractableState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ToggleClippingFix \ static_assert(alignof(BP_BaseInteractable_C_ToggleClippingFix) == 0x000004, "Wrong alignment on BP_BaseInteractable_C_ToggleClippingFix"); \ static_assert(sizeof(BP_BaseInteractable_C_ToggleClippingFix) == 0x000008, "Wrong size on BP_BaseInteractable_C_ToggleClippingFix"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleClippingFix, IsToggleOn) == 0x000000, "Member 'BP_BaseInteractable_C_ToggleClippingFix::IsToggleOn' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleClippingFix, InDuration) == 0x000004, "Member 'BP_BaseInteractable_C_ToggleClippingFix::InDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_InitClippingFix \ static_assert(alignof(BP_BaseInteractable_C_InitClippingFix) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_InitClippingFix"); \ static_assert(sizeof(BP_BaseInteractable_C_InitClippingFix) == 0x000078, "Wrong size on BP_BaseInteractable_C_InitClippingFix"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CurrMID) == 0x000000, "Member 'BP_BaseInteractable_C_InitClippingFix::CurrMID' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CurrMaterialIndex) == 0x000008, "Member 'BP_BaseInteractable_C_InitClippingFix::CurrMaterialIndex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CurrMesh) == 0x000010, "Member 'BP_BaseInteractable_C_InitClippingFix::CurrMesh' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, Temp_int_Loop_Counter_Variable) == 0x000018, "Member 'BP_BaseInteractable_C_InitClippingFix::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_BaseInteractable_C_InitClippingFix::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_IsValid_ReturnValue) == 0x000024, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, Temp_int_Array_Index_Variable_1) == 0x000028, "Member 'BP_BaseInteractable_C_InitClippingFix::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'BP_BaseInteractable_C_InitClippingFix::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_GetMaterials_ReturnValue) == 0x000030, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000050, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_Less_IntInt_ReturnValue_1) == 0x00006C, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitClippingFix, CallFunc_Array_Add_ReturnValue) == 0x000070, "Member 'BP_BaseInteractable_C_InitClippingFix::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ToggleDOFForeground \ static_assert(alignof(BP_BaseInteractable_C_ToggleDOFForeground) == 0x000004, "Wrong alignment on BP_BaseInteractable_C_ToggleDOFForeground"); \ static_assert(sizeof(BP_BaseInteractable_C_ToggleDOFForeground) == 0x000008, "Wrong size on BP_BaseInteractable_C_ToggleDOFForeground"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleDOFForeground, IsToggleOn) == 0x000000, "Member 'BP_BaseInteractable_C_ToggleDOFForeground::IsToggleOn' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleDOFForeground, Duration) == 0x000004, "Member 'BP_BaseInteractable_C_ToggleDOFForeground::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_InitExternalShimmerInteract \ static_assert(alignof(BP_BaseInteractable_C_InitExternalShimmerInteract) == 0x000004, "Wrong alignment on BP_BaseInteractable_C_InitExternalShimmerInteract"); \ static_assert(sizeof(BP_BaseInteractable_C_InitExternalShimmerInteract) == 0x000020, "Wrong size on BP_BaseInteractable_C_InitExternalShimmerInteract"); \ static_assert(offsetof(BP_BaseInteractable_C_InitExternalShimmerInteract, K2Node_EOCreateEvent_OutputDelegate) == 0x000000, "Member 'BP_BaseInteractable_C_InitExternalShimmerInteract::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_InitExternalShimmerInteract, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000010, "Member 'BP_BaseInteractable_C_InitExternalShimmerInteract::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ConstructUIBillboard \ static_assert(alignof(BP_BaseInteractable_C_ConstructUIBillboard) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ConstructUIBillboard"); \ static_assert(sizeof(BP_BaseInteractable_C_ConstructUIBillboard) == 0x000008, "Wrong size on BP_BaseInteractable_C_ConstructUIBillboard"); \ static_assert(offsetof(BP_BaseInteractable_C_ConstructUIBillboard, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_ConstructUIBillboard::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_InitUIHighlight \ static_assert(alignof(BP_BaseInteractable_C_InitUIHighlight) == 0x000001, "Wrong alignment on BP_BaseInteractable_C_InitUIHighlight"); \ static_assert(sizeof(BP_BaseInteractable_C_InitUIHighlight) == 0x000001, "Wrong size on BP_BaseInteractable_C_InitUIHighlight"); \ static_assert(offsetof(BP_BaseInteractable_C_InitUIHighlight, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_InitUIHighlight::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_SetUI_HighlightLocatingMethod \ static_assert(alignof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod) == 0x000004, "Wrong alignment on BP_BaseInteractable_C_SetUI_HighlightLocatingMethod"); \ static_assert(sizeof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod) == 0x0001A8, "Wrong size on BP_BaseInteractable_C_SetUI_HighlightLocatingMethod"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, Loc_MaxBoundsOriginRelativeLoc) == 0x000000, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::Loc_MaxBoundsOriginRelativeLoc' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, Loc_MaxExtentsRelativeLoc) == 0x00000C, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::Loc_MaxExtentsRelativeLoc' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, Loc_MaxExtentsWorldLoc) == 0x000018, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::Loc_MaxExtentsWorldLoc' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, Loc_CurrElementBounds) == 0x000024, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::Loc_CurrElementBounds' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, Loc_HasValidMesh) == 0x000040, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::Loc_HasValidMesh' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, Loc_MaxBounds) == 0x000044, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::Loc_MaxBounds' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_BreakVector_X) == 0x000060, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_BreakVector_Y) == 0x000064, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_BreakVector_Z) == 0x000068, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00006C, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_Add_FloatFloat_ReturnValue) == 0x000078, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_FClamp_ReturnValue) == 0x00007C, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000080, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_MakeVector_ReturnValue) == 0x00008C, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_Add_VectorVector_ReturnValue) == 0x00009C, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_GetInteractableMeshesMaxHeightBounds_Success) == 0x0000A8, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_GetInteractableMeshesMaxHeightBounds_Success' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_GetInteractableMeshesMaxHeightBounds_MaxHeightBounds) == 0x0000AC, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_GetInteractableMeshesMaxHeightBounds_MaxHeightBounds' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_GetComponentBounds_Origin) == 0x0000C8, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_GetComponentBounds_BoxExtent) == 0x0000D4, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_GetComponentBounds_SphereRadius) == 0x0000E0, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, K2Node_MakeStruct_BoxSphereBounds) == 0x0000E4, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::K2Node_MakeStruct_BoxSphereBounds' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, K2Node_MakeStruct_BoxSphereBounds_1) == 0x000100, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::K2Node_MakeStruct_BoxSphereBounds_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x00011C, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_IsValid_ReturnValue_1) == 0x0001A4, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SetUI_HighlightLocatingMethod, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001A5, "Member 'BP_BaseInteractable_C_SetUI_HighlightLocatingMethod::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_OnUIBillboardTransitionFinished \ static_assert(alignof(BP_BaseInteractable_C_OnUIBillboardTransitionFinished) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_OnUIBillboardTransitionFinished"); \ static_assert(sizeof(BP_BaseInteractable_C_OnUIBillboardTransitionFinished) == 0x000028, "Wrong size on BP_BaseInteractable_C_OnUIBillboardTransitionFinished"); \ static_assert(offsetof(BP_BaseInteractable_C_OnUIBillboardTransitionFinished, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_OnUIBillboardTransitionFinished::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_OnUIBillboardTransitionFinished, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_BaseInteractable_C_OnUIBillboardTransitionFinished::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_OnUIBillboardTransitionFinished, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_BaseInteractable_C_OnUIBillboardTransitionFinished::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline \ static_assert(alignof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline"); \ static_assert(sizeof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline) == 0x000208, "Wrong size on BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, ForTimeline) == 0x000000, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::ForTimeline' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, NewTargetValue) == 0x000008, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::NewTargetValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, TargetValueVarRef) == 0x00000C, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::TargetValueVarRef' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, StartValueVarRef) == 0x000010, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::StartValueVarRef' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, MIDParamName) == 0x000014, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::MIDParamName' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, Played) == 0x00001C, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::Played' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, Loc_CurrParamValue) == 0x000020, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::Loc_CurrParamValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Conv_FloatToString_ReturnValue) == 0x000028, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_GetDisplayName_ReturnValue) == 0x000038, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000058, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000088, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x000098, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000A8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Conv_FloatToString_ReturnValue_4) == 0x0000C8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Conv_FloatToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000D8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000E8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Conv_FloatToString_ReturnValue_5) == 0x0000F8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Conv_FloatToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000108, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000118, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_GetDisplayName_ReturnValue_2) == 0x000128, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000138, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000148, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000158, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000168, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000178, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000188, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Conv_FloatToString_ReturnValue_6) == 0x000198, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Conv_FloatToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_14) == 0x0001A8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_GetDisplayName_ReturnValue_3) == 0x0001B8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_15) == 0x0001C8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_16) == 0x0001D8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_Concat_StrStr_ReturnValue_17) == 0x0001E8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_Concat_StrStr_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0001F8, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x0001FC, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_K2_GetScalarParameterValue_ReturnValue_1) == 0x000200, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_K2_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x000204, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline, CallFunc_IsPlaying_ReturnValue) == 0x000205, "Member 'BP_BaseInteractable_C_ConditionalPlayUIBillboardTimeline::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_TransitionBillboardDisplay \ static_assert(alignof(BP_BaseInteractable_C_TransitionBillboardDisplay) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_TransitionBillboardDisplay"); \ static_assert(sizeof(BP_BaseInteractable_C_TransitionBillboardDisplay) == 0x000070, "Wrong size on BP_BaseInteractable_C_TransitionBillboardDisplay"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, IconTargetValue) == 0x000000, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::IconTargetValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, DOTTargetValue) == 0x000004, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::DOTTargetValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, Loc_PlayedTimeline) == 0x000008, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::Loc_PlayedTimeline' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, CallFunc_Conv_FloatToString_ReturnValue) == 0x000010, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000020, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, CallFunc_ConditionalPlayUIBillboardTimeline_Played) == 0x000068, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::CallFunc_ConditionalPlayUIBillboardTimeline_Played' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, CallFunc_BooleanOR_ReturnValue) == 0x000069, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_TransitionBillboardDisplay, CallFunc_ConditionalPlayUIBillboardTimeline_Played_1) == 0x00006A, "Member 'BP_BaseInteractable_C_TransitionBillboardDisplay::CallFunc_ConditionalPlayUIBillboardTimeline_Played_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ToggleUIHighlightVisibility \ static_assert(alignof(BP_BaseInteractable_C_ToggleUIHighlightVisibility) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ToggleUIHighlightVisibility"); \ static_assert(sizeof(BP_BaseInteractable_C_ToggleUIHighlightVisibility) == 0x000030, "Wrong size on BP_BaseInteractable_C_ToggleUIHighlightVisibility"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlightVisibility, IsVisible) == 0x000000, "Member 'BP_BaseInteractable_C_ToggleUIHighlightVisibility::IsVisible' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlightVisibility, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_BaseInteractable_C_ToggleUIHighlightVisibility::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlightVisibility, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_BaseInteractable_C_ToggleUIHighlightVisibility::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlightVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_BaseInteractable_C_ToggleUIHighlightVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ToggleUIHighlightCollision \ static_assert(alignof(BP_BaseInteractable_C_ToggleUIHighlightCollision) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ToggleUIHighlightCollision"); \ static_assert(sizeof(BP_BaseInteractable_C_ToggleUIHighlightCollision) == 0x000028, "Wrong size on BP_BaseInteractable_C_ToggleUIHighlightCollision"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlightCollision, EnableCollision) == 0x000000, "Member 'BP_BaseInteractable_C_ToggleUIHighlightCollision::EnableCollision' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlightCollision, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_BaseInteractable_C_ToggleUIHighlightCollision::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlightCollision, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_BaseInteractable_C_ToggleUIHighlightCollision::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_UpdateUIBillboardTexture \ static_assert(alignof(BP_BaseInteractable_C_UpdateUIBillboardTexture) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_UpdateUIBillboardTexture"); \ static_assert(sizeof(BP_BaseInteractable_C_UpdateUIBillboardTexture) == 0x000058, "Wrong size on BP_BaseInteractable_C_UpdateUIBillboardTexture"); \ static_assert(offsetof(BP_BaseInteractable_C_UpdateUIBillboardTexture, Loc_Tex) == 0x000000, "Member 'BP_BaseInteractable_C_UpdateUIBillboardTexture::Loc_Tex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_UpdateUIBillboardTexture, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_BaseInteractable_C_UpdateUIBillboardTexture::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_UpdateUIBillboardTexture, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_BaseInteractable_C_UpdateUIBillboardTexture::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_UpdateUIBillboardTexture, CallFunc_GetCurrentCrosshairInfo_ReturnValue) == 0x000028, "Member 'BP_BaseInteractable_C_UpdateUIBillboardTexture::CallFunc_GetCurrentCrosshairInfo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ResetUIHighlight \ static_assert(alignof(BP_BaseInteractable_C_ResetUIHighlight) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ResetUIHighlight"); \ static_assert(sizeof(BP_BaseInteractable_C_ResetUIHighlight) == 0x000010, "Wrong size on BP_BaseInteractable_C_ResetUIHighlight"); \ static_assert(offsetof(BP_BaseInteractable_C_ResetUIHighlight, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_ResetUIHighlight::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_SwitchUIHighlightState \ static_assert(alignof(BP_BaseInteractable_C_SwitchUIHighlightState) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_SwitchUIHighlightState"); \ static_assert(sizeof(BP_BaseInteractable_C_SwitchUIHighlightState) == 0x000050, "Wrong size on BP_BaseInteractable_C_SwitchUIHighlightState"); \ static_assert(offsetof(BP_BaseInteractable_C_SwitchUIHighlightState, NewState) == 0x000000, "Member 'BP_BaseInteractable_C_SwitchUIHighlightState::NewState' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SwitchUIHighlightState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_BaseInteractable_C_SwitchUIHighlightState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SwitchUIHighlightState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000018, "Member 'BP_BaseInteractable_C_SwitchUIHighlightState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SwitchUIHighlightState, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_BaseInteractable_C_SwitchUIHighlightState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SwitchUIHighlightState, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_BaseInteractable_C_SwitchUIHighlightState::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SwitchUIHighlightState, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'BP_BaseInteractable_C_SwitchUIHighlightState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_SwitchUIHighlightState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000049, "Member 'BP_BaseInteractable_C_SwitchUIHighlightState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ResetUIBillboard \ static_assert(alignof(BP_BaseInteractable_C_ResetUIBillboard) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ResetUIBillboard"); \ static_assert(sizeof(BP_BaseInteractable_C_ResetUIBillboard) == 0x000010, "Wrong size on BP_BaseInteractable_C_ResetUIBillboard"); \ static_assert(offsetof(BP_BaseInteractable_C_ResetUIBillboard, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_ResetUIBillboard::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ToggleUIHighlight \ static_assert(alignof(BP_BaseInteractable_C_ToggleUIHighlight) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ToggleUIHighlight"); \ static_assert(sizeof(BP_BaseInteractable_C_ToggleUIHighlight) == 0x000090, "Wrong size on BP_BaseInteractable_C_ToggleUIHighlight"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, EnableHighlight) == 0x000000, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::EnableHighlight' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, CallFunc_MakeLiteralString_ReturnValue) == 0x000008, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000018, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, CallFunc_MakeLiteralString_ReturnValue_2) == 0x000028, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::CallFunc_MakeLiteralString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, CallFunc_MakeLiteralString_ReturnValue_3) == 0x000038, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::CallFunc_MakeLiteralString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, CallFunc_MakeLiteralString_ReturnValue_4) == 0x000048, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::CallFunc_MakeLiteralString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, CallFunc_MakeLiteralString_ReturnValue_5) == 0x000058, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::CallFunc_MakeLiteralString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, CallFunc_MakeLiteralString_ReturnValue_6) == 0x000068, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::CallFunc_MakeLiteralString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, CallFunc_IsHovering_ReturnValue) == 0x000078, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::CallFunc_IsHovering_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000080, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, CallFunc_CanInteract_ReturnValue) == 0x000088, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::CallFunc_CanInteract_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ToggleUIHighlight, CallFunc_IsInteracting_ReturnValue) == 0x000089, "Member 'BP_BaseInteractable_C_ToggleUIHighlight::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds \ static_assert(alignof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds"); \ static_assert(sizeof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds) == 0x0000D8, "Wrong size on BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, Success) == 0x000000, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::Success' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, MaxHeightBounds) == 0x000004, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::MaxHeightBounds' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, Loc_MaxHeightBounds) == 0x000020, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::Loc_MaxHeightBounds' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, Loc_CurrElementBounds) == 0x00003C, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::Loc_CurrElementBounds' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, Loc_HasValidMesh) == 0x000058, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::Loc_HasValidMesh' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, Temp_int_Array_Index_Variable) == 0x00005C, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_X) == 0x000068, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_Y) == 0x00006C, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_Z) == 0x000070, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_X_1) == 0x000074, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_Y_1) == 0x000078, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_Z_1) == 0x00007C, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000080, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_IsValid_ReturnValue) == 0x000094, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Less_IntInt_ReturnValue) == 0x000095, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_GetComponentBounds_Origin) == 0x000098, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_GetComponentBounds_BoxExtent) == 0x0000A4, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_GetComponentBounds_SphereRadius) == 0x0000B0, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, K2Node_MakeStruct_BoxSphereBounds) == 0x0000B4, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::K2Node_MakeStruct_BoxSphereBounds' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Array_Length_ReturnValue_1) == 0x0000D0, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Greater_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_BaseInteractable_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_DetermineUIHighlightState \ static_assert(alignof(BP_BaseInteractable_C_DetermineUIHighlightState) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_DetermineUIHighlightState"); \ static_assert(sizeof(BP_BaseInteractable_C_DetermineUIHighlightState) == 0x000048, "Wrong size on BP_BaseInteractable_C_DetermineUIHighlightState"); \ static_assert(offsetof(BP_BaseInteractable_C_DetermineUIHighlightState, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_DetermineUIHighlightState::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_DetermineUIHighlightState, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'BP_BaseInteractable_C_DetermineUIHighlightState::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_DetermineUIHighlightState, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_BaseInteractable_C_DetermineUIHighlightState::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_DetermineUIHighlightState, CallFunc_IsInGameWorld_ReturnValue) == 0x000030, "Member 'BP_BaseInteractable_C_DetermineUIHighlightState::CallFunc_IsInGameWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_DetermineUIHighlightState, CallFunc_MakeLiteralBool_ReturnValue) == 0x000031, "Member 'BP_BaseInteractable_C_DetermineUIHighlightState::CallFunc_MakeLiteralBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_DetermineUIHighlightState, K2Node_SwitchEnum_CmpSuccess) == 0x000032, "Member 'BP_BaseInteractable_C_DetermineUIHighlightState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_DetermineUIHighlightState, Temp_bool_Variable) == 0x000033, "Member 'BP_BaseInteractable_C_DetermineUIHighlightState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_DetermineUIHighlightState, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000038, "Member 'BP_BaseInteractable_C_DetermineUIHighlightState::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_DetermineUIHighlightState, K2Node_Select_Default) == 0x000040, "Member 'BP_BaseInteractable_C_DetermineUIHighlightState::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_DetermineUIHighlightState, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'BP_BaseInteractable_C_DetermineUIHighlightState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_DeprecateInteractComponentVars \ static_assert(alignof(BP_BaseInteractable_C_DeprecateInteractComponentVars) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_DeprecateInteractComponentVars"); \ static_assert(sizeof(BP_BaseInteractable_C_DeprecateInteractComponentVars) == 0x000010, "Wrong size on BP_BaseInteractable_C_DeprecateInteractComponentVars"); \ static_assert(offsetof(BP_BaseInteractable_C_DeprecateInteractComponentVars, Loc_IsDefault) == 0x000000, "Member 'BP_BaseInteractable_C_DeprecateInteractComponentVars::Loc_IsDefault' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_DeprecateInteractComponentVars, Loc_FXComponent) == 0x000008, "Member 'BP_BaseInteractable_C_DeprecateInteractComponentVars::Loc_FXComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_OnLoadingVideoFadeInStarted \ static_assert(alignof(BP_BaseInteractable_C_OnLoadingVideoFadeInStarted) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_OnLoadingVideoFadeInStarted"); \ static_assert(sizeof(BP_BaseInteractable_C_OnLoadingVideoFadeInStarted) == 0x000010, "Wrong size on BP_BaseInteractable_C_OnLoadingVideoFadeInStarted"); \ static_assert(offsetof(BP_BaseInteractable_C_OnLoadingVideoFadeInStarted, Sender) == 0x000000, "Member 'BP_BaseInteractable_C_OnLoadingVideoFadeInStarted::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_OnLoadingVideoFadeInStarted, Event) == 0x000008, "Member 'BP_BaseInteractable_C_OnLoadingVideoFadeInStarted::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_OnLoadingVideoFinished \ static_assert(alignof(BP_BaseInteractable_C_OnLoadingVideoFinished) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_OnLoadingVideoFinished"); \ static_assert(sizeof(BP_BaseInteractable_C_OnLoadingVideoFinished) == 0x000010, "Wrong size on BP_BaseInteractable_C_OnLoadingVideoFinished"); \ static_assert(offsetof(BP_BaseInteractable_C_OnLoadingVideoFinished, Sender) == 0x000000, "Member 'BP_BaseInteractable_C_OnLoadingVideoFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_OnLoadingVideoFinished, Event) == 0x000008, "Member 'BP_BaseInteractable_C_OnLoadingVideoFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_ProcessCrouchStateEvent \ static_assert(alignof(BP_BaseInteractable_C_ProcessCrouchStateEvent) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_ProcessCrouchStateEvent"); \ static_assert(sizeof(BP_BaseInteractable_C_ProcessCrouchStateEvent) == 0x000010, "Wrong size on BP_BaseInteractable_C_ProcessCrouchStateEvent"); \ static_assert(offsetof(BP_BaseInteractable_C_ProcessCrouchStateEvent, CrouchEvent) == 0x000000, "Member 'BP_BaseInteractable_C_ProcessCrouchStateEvent::CrouchEvent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ProcessCrouchStateEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000008, "Member 'BP_BaseInteractable_C_ProcessCrouchStateEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ProcessCrouchStateEvent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000009, "Member 'BP_BaseInteractable_C_ProcessCrouchStateEvent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_ProcessCrouchStateEvent, CallFunc_IsPlayerInUIHighlightFarCollision_Result) == 0x00000A, "Member 'BP_BaseInteractable_C_ProcessCrouchStateEvent::CallFunc_IsPlayerInUIHighlightFarCollision_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_GetCrosshairTexture \ static_assert(alignof(BP_BaseInteractable_C_GetCrosshairTexture) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_GetCrosshairTexture"); \ static_assert(sizeof(BP_BaseInteractable_C_GetCrosshairTexture) == 0x000020, "Wrong size on BP_BaseInteractable_C_GetCrosshairTexture"); \ static_assert(offsetof(BP_BaseInteractable_C_GetCrosshairTexture, ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_GetCrosshairTexture::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetCrosshairTexture, CallFunc_IsInteracting_ReturnValue) == 0x000008, "Member 'BP_BaseInteractable_C_GetCrosshairTexture::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetCrosshairTexture, CallFunc_GetCrosshairTexture_ReturnValue) == 0x000010, "Member 'BP_BaseInteractable_C_GetCrosshairTexture::CallFunc_GetCrosshairTexture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetCrosshairTexture, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_BaseInteractable_C_GetCrosshairTexture::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_GetCrosshairMaterial \ static_assert(alignof(BP_BaseInteractable_C_GetCrosshairMaterial) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_GetCrosshairMaterial"); \ static_assert(sizeof(BP_BaseInteractable_C_GetCrosshairMaterial) == 0x000018, "Wrong size on BP_BaseInteractable_C_GetCrosshairMaterial"); \ static_assert(offsetof(BP_BaseInteractable_C_GetCrosshairMaterial, ReturnValue) == 0x000000, "Member 'BP_BaseInteractable_C_GetCrosshairMaterial::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetCrosshairMaterial, CallFunc_GetCrosshairMaterial_ReturnValue) == 0x000008, "Member 'BP_BaseInteractable_C_GetCrosshairMaterial::CallFunc_GetCrosshairMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetCrosshairMaterial, CallFunc_IsInteracting_ReturnValue) == 0x000010, "Member 'BP_BaseInteractable_C_GetCrosshairMaterial::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_GetCrosshairMaterial, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_BaseInteractable_C_GetCrosshairMaterial::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_IsPlayerInUIHighlightFarCollision \ static_assert(alignof(BP_BaseInteractable_C_IsPlayerInUIHighlightFarCollision) == 0x000001, "Wrong alignment on BP_BaseInteractable_C_IsPlayerInUIHighlightFarCollision"); \ static_assert(sizeof(BP_BaseInteractable_C_IsPlayerInUIHighlightFarCollision) == 0x000001, "Wrong size on BP_BaseInteractable_C_IsPlayerInUIHighlightFarCollision"); \ static_assert(offsetof(BP_BaseInteractable_C_IsPlayerInUIHighlightFarCollision, Result) == 0x000000, "Member 'BP_BaseInteractable_C_IsPlayerInUIHighlightFarCollision::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInteractable_C_CanInteract \ static_assert(alignof(BP_BaseInteractable_C_CanInteract) == 0x000008, "Wrong alignment on BP_BaseInteractable_C_CanInteract"); \ static_assert(sizeof(BP_BaseInteractable_C_CanInteract) == 0x000048, "Wrong size on BP_BaseInteractable_C_CanInteract"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, InteractedComponent_0) == 0x000000, "Member 'BP_BaseInteractable_C_CanInteract::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, InteractingActor_0) == 0x000008, "Member 'BP_BaseInteractable_C_CanInteract::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, ReturnValue) == 0x000010, "Member 'BP_BaseInteractable_C_CanInteract::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000018, "Member 'BP_BaseInteractable_C_CanInteract::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, CallFunc_CanInteract_ReturnValue) == 0x000020, "Member 'BP_BaseInteractable_C_CanInteract::CallFunc_CanInteract_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000028, "Member 'BP_BaseInteractable_C_CanInteract::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000030, "Member 'BP_BaseInteractable_C_CanInteract::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000040, "Member 'BP_BaseInteractable_C_CanInteract::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000041, "Member 'BP_BaseInteractable_C_CanInteract::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, CallFunc_Not_PreBool_ReturnValue) == 0x000042, "Member 'BP_BaseInteractable_C_CanInteract::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, CallFunc_BooleanOR_ReturnValue) == 0x000043, "Member 'BP_BaseInteractable_C_CanInteract::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInteractable_C_CanInteract, CallFunc_BooleanAND_ReturnValue) == 0x000044, "Member 'BP_BaseInteractable_C_CanInteract::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseInteractable_C \ static_assert(alignof(ABP_BaseInteractable_C) == 0x000008, "Wrong alignment on ABP_BaseInteractable_C"); \ static_assert(sizeof(ABP_BaseInteractable_C) == 0x001BD0, "Wrong size on ABP_BaseInteractable_C"); \ static_assert(offsetof(ABP_BaseInteractable_C, UberGraphFrame) == 0x0019A8, "Member 'ABP_BaseInteractable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UI_HighlightBillboard) == 0x0019B0, "Member 'ABP_BaseInteractable_C::UI_HighlightBillboard' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UI_HighlightSceneRoot) == 0x0019B8, "Member 'ABP_BaseInteractable_C::UI_HighlightSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UI_HighlightFarCollision) == 0x0019C0, "Member 'ABP_BaseInteractable_C::UI_HighlightFarCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ShimmerAudio) == 0x0019C8, "Member 'ABP_BaseInteractable_C::ShimmerAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, Progression_Found_FF) == 0x0019D0, "Member 'ABP_BaseInteractable_C::Progression_Found_FF' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, Progression_Finding_FF) == 0x0019D8, "Member 'ABP_BaseInteractable_C::Progression_Finding_FF' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, Progression_Finding_Audio) == 0x0019E0, "Member 'ABP_BaseInteractable_C::Progression_Finding_Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, DefaultSceneRoot) == 0x0019E8, "Member 'ABP_BaseInteractable_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardDOT_Timeline_Alpha_322D32C14AA4426CA794D8BD35C47728) == 0x0019F0, "Member 'ABP_BaseInteractable_C::UIBillboardDOT_Timeline_Alpha_322D32C14AA4426CA794D8BD35C47728' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardDOT_Timeline__Direction_322D32C14AA4426CA794D8BD35C47728) == 0x0019F4, "Member 'ABP_BaseInteractable_C::UIBillboardDOT_Timeline__Direction_322D32C14AA4426CA794D8BD35C47728' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardDOT_Timeline) == 0x0019F8, "Member 'ABP_BaseInteractable_C::UIBillboardDOT_Timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardIcon_Timeline_Alpha_B909FC8F4E55F31C8A6BF581607E2982) == 0x001A00, "Member 'ABP_BaseInteractable_C::UIBillboardIcon_Timeline_Alpha_B909FC8F4E55F31C8A6BF581607E2982' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardIcon_Timeline__Direction_B909FC8F4E55F31C8A6BF581607E2982) == 0x001A04, "Member 'ABP_BaseInteractable_C::UIBillboardIcon_Timeline__Direction_B909FC8F4E55F31C8A6BF581607E2982' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardIcon_Timeline) == 0x001A08, "Member 'ABP_BaseInteractable_C::UIBillboardIcon_Timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, DOF_ForegroundTL_Alpha_655A136E44B347AC710ADFAD24ABDCE8) == 0x001A10, "Member 'ABP_BaseInteractable_C::DOF_ForegroundTL_Alpha_655A136E44B347AC710ADFAD24ABDCE8' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, DOF_ForegroundTL__Direction_655A136E44B347AC710ADFAD24ABDCE8) == 0x001A14, "Member 'ABP_BaseInteractable_C::DOF_ForegroundTL__Direction_655A136E44B347AC710ADFAD24ABDCE8' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, DOF_ForegroundTL) == 0x001A18, "Member 'ABP_BaseInteractable_C::DOF_ForegroundTL' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ClippingFixTL_Alpha_8D7E4C964C70BF88B20DB7A7090BD906) == 0x001A20, "Member 'ABP_BaseInteractable_C::ClippingFixTL_Alpha_8D7E4C964C70BF88B20DB7A7090BD906' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ClippingFixTL__Direction_8D7E4C964C70BF88B20DB7A7090BD906) == 0x001A24, "Member 'ABP_BaseInteractable_C::ClippingFixTL__Direction_8D7E4C964C70BF88B20DB7A7090BD906' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ClippingFixTL) == 0x001A28, "Member 'ABP_BaseInteractable_C::ClippingFixTL' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, InteractableMeshes) == 0x001A30, "Member 'ABP_BaseInteractable_C::InteractableMeshes' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, OutlineMeshes) == 0x001A40, "Member 'ABP_BaseInteractable_C::OutlineMeshes' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, Enable_Interact_Shimmer_FX) == 0x001A50, "Member 'ABP_BaseInteractable_C::Enable_Interact_Shimmer_FX' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ProgressionItemFX) == 0x001A51, "Member 'ABP_BaseInteractable_C::ProgressionItemFX' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ProgressionItemAudioEnabled) == 0x001A52, "Member 'ABP_BaseInteractable_C::ProgressionItemAudioEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, PlayPathfindingAudio) == 0x001A53, "Member 'ABP_BaseInteractable_C::PlayPathfindingAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, PlayObjectiveCompleteAudio) == 0x001A54, "Member 'ABP_BaseInteractable_C::PlayObjectiveCompleteAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, PlayObjectiveTriangleUISound) == 0x001A55, "Member 'ABP_BaseInteractable_C::PlayObjectiveTriangleUISound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ProgressionItemSound_Finding) == 0x001A58, "Member 'ABP_BaseInteractable_C::ProgressionItemSound_Finding' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ProgressionItemSoundVolume) == 0x001A60, "Member 'ABP_BaseInteractable_C::ProgressionItemSoundVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ProgressionItemSoundPitch) == 0x001A64, "Member 'ABP_BaseInteractable_C::ProgressionItemSoundPitch' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ProgressionItemSoundATT_Finding) == 0x001A68, "Member 'ABP_BaseInteractable_C::ProgressionItemSoundATT_Finding' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ProgressionItemSound_Found) == 0x001A70, "Member 'ABP_BaseInteractable_C::ProgressionItemSound_Found' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ProgressionItemFFEnabled) == 0x001A78, "Member 'ABP_BaseInteractable_C::ProgressionItemFFEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, PlayPathfindingHaptic) == 0x001A79, "Member 'ABP_BaseInteractable_C::PlayPathfindingHaptic' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ProgressionItemFF_Finding) == 0x001A80, "Member 'ABP_BaseInteractable_C::ProgressionItemFF_Finding' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ProgressionItemFF_ATT_Finding) == 0x001A88, "Member 'ABP_BaseInteractable_C::ProgressionItemFF_ATT_Finding' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ProgressionItemFF_Found) == 0x001A90, "Member 'ABP_BaseInteractable_C::ProgressionItemFF_Found' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, FadeOutFindingDur) == 0x001A98, "Member 'ABP_BaseInteractable_C::FadeOutFindingDur' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ObjectiveUISound) == 0x001AA0, "Member 'ABP_BaseInteractable_C::ObjectiveUISound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, Can_Interact_Externally) == 0x001AA8, "Member 'ABP_BaseInteractable_C::Can_Interact_Externally' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, EnableShimmerOnExternalInteractInert) == 0x001AA9, "Member 'ABP_BaseInteractable_C::EnableShimmerOnExternalInteractInert' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, External_Interact_Distance) == 0x001AAC, "Member 'ABP_BaseInteractable_C::External_Interact_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ShimmerAudioEnabled) == 0x001AB0, "Member 'ABP_BaseInteractable_C::ShimmerAudioEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, IsActiveInteracting) == 0x001AB1, "Member 'ABP_BaseInteractable_C::IsActiveInteracting' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, OutlineMaterial) == 0x001AB8, "Member 'ABP_BaseInteractable_C::OutlineMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UI_HIghlightStaticMeshLocation) == 0x001AC0, "Member 'ABP_BaseInteractable_C::UI_HIghlightStaticMeshLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, EnableUIHighlight) == 0x001AC8, "Member 'ABP_BaseInteractable_C::EnableUIHighlight' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, HasPersistentInteractableStateDEPRECATED) == 0x001AC9, "Member 'ABP_BaseInteractable_C::HasPersistentInteractableStateDEPRECATED' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, OnFirsPersistentInteractEventsDEPRECATED) == 0x001AD0, "Member 'ABP_BaseInteractable_C::OnFirsPersistentInteractEventsDEPRECATED' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, EnableClippingFix) == 0x001AE0, "Member 'ABP_BaseInteractable_C::EnableClippingFix' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ClippingFixCachedMIDs) == 0x001AE8, "Member 'ABP_BaseInteractable_C::ClippingFixCachedMIDs' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, ClippingFixMeshes) == 0x001AF8, "Member 'ABP_BaseInteractable_C::ClippingFixMeshes' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, bUseInitialPassiveCrosshair) == 0x001B08, "Member 'ABP_BaseInteractable_C::bUseInitialPassiveCrosshair' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, bUseActiveAsInitialPassiveCrosshair) == 0x001B09, "Member 'ABP_BaseInteractable_C::bUseActiveAsInitialPassiveCrosshair' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, InitialPassiveCrosshair) == 0x001B10, "Member 'ABP_BaseInteractable_C::InitialPassiveCrosshair' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, DefaultPassiveCrosshair) == 0x001B40, "Member 'ABP_BaseInteractable_C::DefaultPassiveCrosshair' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, bUsingInitialPassiveCrosshair) == 0x001B70, "Member 'ABP_BaseInteractable_C::bUsingInitialPassiveCrosshair' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UI_HighlightLocatingMethod) == 0x001B71, "Member 'ABP_BaseInteractable_C::UI_HighlightLocatingMethod' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardMID) == 0x001B78, "Member 'ABP_BaseInteractable_C::UIBillboardMID' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardMID_DOTParam) == 0x001B80, "Member 'ABP_BaseInteractable_C::UIBillboardMID_DOTParam' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardMID_IconParam) == 0x001B88, "Member 'ABP_BaseInteractable_C::UIBillboardMID_IconParam' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardMID_IconTextureParam) == 0x001B90, "Member 'ABP_BaseInteractable_C::UIBillboardMID_IconTextureParam' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardMID_DepthOffsetParm) == 0x001B98, "Member 'ABP_BaseInteractable_C::UIBillboardMID_DepthOffsetParm' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardIcon_Timeline_StartValue) == 0x001BA0, "Member 'ABP_BaseInteractable_C::UIBillboardIcon_Timeline_StartValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardIcon_Timeline_TargetValue) == 0x001BA4, "Member 'ABP_BaseInteractable_C::UIBillboardIcon_Timeline_TargetValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardDOT_Timeline_StartValue) == 0x001BA8, "Member 'ABP_BaseInteractable_C::UIBillboardDOT_Timeline_StartValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardDOT_Timeline_TargetValue) == 0x001BAC, "Member 'ABP_BaseInteractable_C::UIBillboardDOT_Timeline_TargetValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UIBillboardTransitionTime) == 0x001BB0, "Member 'ABP_BaseInteractable_C::UIBillboardTransitionTime' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UI_HighlightMaxAutoPlacementHeight) == 0x001BB4, "Member 'ABP_BaseInteractable_C::UI_HighlightMaxAutoPlacementHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UI_HighlightDepthOffsetOverride) == 0x001BB8, "Member 'ABP_BaseInteractable_C::UI_HighlightDepthOffsetOverride' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UI_HighlightCurrentState) == 0x001BBC, "Member 'ABP_BaseInteractable_C::UI_HighlightCurrentState' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, PlayerInUIHighlightFarCollision) == 0x001BBD, "Member 'ABP_BaseInteractable_C::PlayerInUIHighlightFarCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, FXDeprecationVersion) == 0x001BC0, "Member 'ABP_BaseInteractable_C::FXDeprecationVersion' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, UI_HighlightProgItemFXPassiveEnable) == 0x001BC4, "Member 'ABP_BaseInteractable_C::UI_HighlightProgItemFXPassiveEnable' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, InteractCrouchType) == 0x001BC5, "Member 'ABP_BaseInteractable_C::InteractCrouchType' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, CurrentCroachState) == 0x001BC6, "Member 'ABP_BaseInteractable_C::CurrentCroachState' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, bCheckFarCollisionOnStart) == 0x001BC7, "Member 'ABP_BaseInteractable_C::bCheckFarCollisionOnStart' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, LogUIHighlightVerbose) == 0x001BC8, "Member 'ABP_BaseInteractable_C::LogUIHighlightVerbose' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, SetDOFBackground) == 0x001BC9, "Member 'ABP_BaseInteractable_C::SetDOFBackground' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInteractable_C, DOFBackgroundRadiusValue) == 0x001BCC, "Member 'ABP_BaseInteractable_C::DOFBackgroundRadiusValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigElementKeyCollection \ static_assert(alignof(FRigElementKeyCollection) == 0x000008, "Wrong alignment on FRigElementKeyCollection"); \ static_assert(sizeof(FRigElementKeyCollection) == 0x000010, "Wrong size on FRigElementKeyCollection"); \ #define DUMPER7_ASSERTS_FRigUnit \ static_assert(alignof(FRigUnit) == 0x000008, "Wrong alignment on FRigUnit"); \ static_assert(sizeof(FRigUnit) == 0x000008, "Wrong size on FRigUnit"); \ #define DUMPER7_ASSERTS_FRigUnit_BinaryFloatOp \ static_assert(alignof(FRigUnit_BinaryFloatOp) == 0x000008, "Wrong alignment on FRigUnit_BinaryFloatOp"); \ static_assert(sizeof(FRigUnit_BinaryFloatOp) == 0x000018, "Wrong size on FRigUnit_BinaryFloatOp"); \ static_assert(offsetof(FRigUnit_BinaryFloatOp, Argument0) == 0x000008, "Member 'FRigUnit_BinaryFloatOp::Argument0' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BinaryFloatOp, Argument1) == 0x00000C, "Member 'FRigUnit_BinaryFloatOp::Argument1' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BinaryFloatOp, Result) == 0x000010, "Member 'FRigUnit_BinaryFloatOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Add_FloatFloat \ static_assert(alignof(FRigUnit_Add_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Add_FloatFloat"); \ static_assert(sizeof(FRigUnit_Add_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Add_FloatFloat"); \ #define DUMPER7_ASSERTS_FControlRigAnimInstanceProxy \ static_assert(alignof(FControlRigAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigAnimInstanceProxy"); \ static_assert(sizeof(FControlRigAnimInstanceProxy) == 0x000810, "Wrong size on FControlRigAnimInstanceProxy"); \ #define DUMPER7_ASSERTS_FRigElementKey \ static_assert(alignof(FRigElementKey) == 0x000004, "Wrong alignment on FRigElementKey"); \ static_assert(sizeof(FRigElementKey) == 0x00000C, "Wrong size on FRigElementKey"); \ static_assert(offsetof(FRigElementKey, Type) == 0x000000, "Member 'FRigElementKey::Type' has a wrong offset!"); \ static_assert(offsetof(FRigElementKey, Name) == 0x000004, "Member 'FRigElementKey::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionBase \ static_assert(alignof(FRigUnit_CollectionBase) == 0x000008, "Wrong alignment on FRigUnit_CollectionBase"); \ static_assert(sizeof(FRigUnit_CollectionBase) == 0x000008, "Wrong size on FRigUnit_CollectionBase"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionItems \ static_assert(alignof(FRigUnit_CollectionItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionItems"); \ static_assert(sizeof(FRigUnit_CollectionItems) == 0x000028, "Wrong size on FRigUnit_CollectionItems"); \ static_assert(offsetof(FRigUnit_CollectionItems, Items) == 0x000008, "Member 'FRigUnit_CollectionItems::Items' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionItems, Collection) == 0x000018, "Member 'FRigUnit_CollectionItems::Collection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FitChainToCurve_DebugSettings \ static_assert(alignof(FRigUnit_FitChainToCurve_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurve_DebugSettings"); \ static_assert(sizeof(FRigUnit_FitChainToCurve_DebugSettings) == 0x000060, "Wrong size on FRigUnit_FitChainToCurve_DebugSettings"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_FitChainToCurve_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_FitChainToCurve_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_DebugSettings, CurveColor) == 0x000008, "Member 'FRigUnit_FitChainToCurve_DebugSettings::CurveColor' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_DebugSettings, SegmentsColor) == 0x000018, "Member 'FRigUnit_FitChainToCurve_DebugSettings::SegmentsColor' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_DebugSettings, WorldOffset) == 0x000030, "Member 'FRigUnit_FitChainToCurve_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigIOSettings \ static_assert(alignof(FControlRigIOSettings) == 0x000001, "Wrong alignment on FControlRigIOSettings"); \ static_assert(sizeof(FControlRigIOSettings) == 0x000002, "Wrong size on FControlRigIOSettings"); \ static_assert(offsetof(FControlRigIOSettings, bUpdatePose) == 0x000000, "Member 'FControlRigIOSettings::bUpdatePose' has a wrong offset!"); \ static_assert(offsetof(FControlRigIOSettings, bUpdateCurves) == 0x000001, "Member 'FControlRigIOSettings::bUpdateCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigExecuteContext \ static_assert(alignof(FControlRigExecuteContext) == 0x000008, "Wrong alignment on FControlRigExecuteContext"); \ static_assert(sizeof(FControlRigExecuteContext) == 0x000060, "Wrong size on FControlRigExecuteContext"); \ #define DUMPER7_ASSERTS_FRigUnitMutable \ static_assert(alignof(FRigUnitMutable) == 0x000008, "Wrong alignment on FRigUnitMutable"); \ static_assert(sizeof(FRigUnitMutable) == 0x000068, "Wrong size on FRigUnitMutable"); \ static_assert(offsetof(FRigUnitMutable, ExecuteContext) == 0x000008, "Member 'FRigUnitMutable::ExecuteContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionBaseMutable \ static_assert(alignof(FRigUnit_CollectionBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_CollectionBaseMutable"); \ static_assert(sizeof(FRigUnit_CollectionBaseMutable) == 0x000068, "Wrong size on FRigUnit_CollectionBaseMutable"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionLoop \ static_assert(alignof(FRigUnit_CollectionLoop) == 0x000008, "Wrong alignment on FRigUnit_CollectionLoop"); \ static_assert(sizeof(FRigUnit_CollectionLoop) == 0x0000F8, "Wrong size on FRigUnit_CollectionLoop"); \ static_assert(offsetof(FRigUnit_CollectionLoop, Collection) == 0x000068, "Member 'FRigUnit_CollectionLoop::Collection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionLoop, Item) == 0x000078, "Member 'FRigUnit_CollectionLoop::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionLoop, Index) == 0x000084, "Member 'FRigUnit_CollectionLoop::Index' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionLoop, Count) == 0x000088, "Member 'FRigUnit_CollectionLoop::Count' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionLoop, Ratio) == 0x00008C, "Member 'FRigUnit_CollectionLoop::Ratio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionLoop, Continue) == 0x000090, "Member 'FRigUnit_CollectionLoop::Continue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionLoop, Completed) == 0x000098, "Member 'FRigUnit_CollectionLoop::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBase \ static_assert(alignof(FRigUnit_MathBase) == 0x000008, "Wrong alignment on FRigUnit_MathBase"); \ static_assert(sizeof(FRigUnit_MathBase) == 0x000008, "Wrong size on FRigUnit_MathBase"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformBase \ static_assert(alignof(FRigUnit_MathTransformBase) == 0x000008, "Wrong alignment on FRigUnit_MathTransformBase"); \ static_assert(sizeof(FRigUnit_MathTransformBase) == 0x000008, "Wrong size on FRigUnit_MathTransformBase"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformUnaryOp \ static_assert(alignof(FRigUnit_MathTransformUnaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathTransformUnaryOp"); \ static_assert(sizeof(FRigUnit_MathTransformUnaryOp) == 0x000070, "Wrong size on FRigUnit_MathTransformUnaryOp"); \ static_assert(offsetof(FRigUnit_MathTransformUnaryOp, Value) == 0x000010, "Member 'FRigUnit_MathTransformUnaryOp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformUnaryOp, Result) == 0x000040, "Member 'FRigUnit_MathTransformUnaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformInverse \ static_assert(alignof(FRigUnit_MathTransformInverse) == 0x000010, "Wrong alignment on FRigUnit_MathTransformInverse"); \ static_assert(sizeof(FRigUnit_MathTransformInverse) == 0x000070, "Wrong size on FRigUnit_MathTransformInverse"); \ #define DUMPER7_ASSERTS_FRigElement \ static_assert(alignof(FRigElement) == 0x000008, "Wrong alignment on FRigElement"); \ static_assert(sizeof(FRigElement) == 0x000018, "Wrong size on FRigElement"); \ static_assert(offsetof(FRigElement, Name) == 0x000008, "Member 'FRigElement::Name' has a wrong offset!"); \ static_assert(offsetof(FRigElement, Index) == 0x000010, "Member 'FRigElement::Index' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigBone \ static_assert(alignof(FRigBone) == 0x000010, "Wrong alignment on FRigBone"); \ static_assert(sizeof(FRigBone) == 0x0000E0, "Wrong size on FRigBone"); \ static_assert(offsetof(FRigBone, ParentName) == 0x000018, "Member 'FRigBone::ParentName' has a wrong offset!"); \ static_assert(offsetof(FRigBone, ParentIndex) == 0x000020, "Member 'FRigBone::ParentIndex' has a wrong offset!"); \ static_assert(offsetof(FRigBone, InitialTransform) == 0x000030, "Member 'FRigBone::InitialTransform' has a wrong offset!"); \ static_assert(offsetof(FRigBone, GlobalTransform) == 0x000060, "Member 'FRigBone::GlobalTransform' has a wrong offset!"); \ static_assert(offsetof(FRigBone, LocalTransform) == 0x000090, "Member 'FRigBone::LocalTransform' has a wrong offset!"); \ static_assert(offsetof(FRigBone, Dependents) == 0x0000C0, "Member 'FRigBone::Dependents' has a wrong offset!"); \ static_assert(offsetof(FRigBone, Type) == 0x0000D0, "Member 'FRigBone::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathColorBase \ static_assert(alignof(FRigUnit_MathColorBase) == 0x000008, "Wrong alignment on FRigUnit_MathColorBase"); \ static_assert(sizeof(FRigUnit_MathColorBase) == 0x000008, "Wrong size on FRigUnit_MathColorBase"); \ #define DUMPER7_ASSERTS_FConstraintNodeData \ static_assert(alignof(FConstraintNodeData) == 0x000010, "Wrong alignment on FConstraintNodeData"); \ static_assert(sizeof(FConstraintNodeData) == 0x0000B0, "Wrong size on FConstraintNodeData"); \ static_assert(offsetof(FConstraintNodeData, RelativeParent) == 0x000000, "Member 'FConstraintNodeData::RelativeParent' has a wrong offset!"); \ static_assert(offsetof(FConstraintNodeData, ConstraintOffset) == 0x000030, "Member 'FConstraintNodeData::ConstraintOffset' has a wrong offset!"); \ static_assert(offsetof(FConstraintNodeData, LinkedNode) == 0x000090, "Member 'FConstraintNodeData::LinkedNode' has a wrong offset!"); \ static_assert(offsetof(FConstraintNodeData, Constraints) == 0x000098, "Member 'FConstraintNodeData::Constraints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationHierarchy \ static_assert(alignof(FAnimationHierarchy) == 0x000008, "Wrong alignment on FAnimationHierarchy"); \ static_assert(sizeof(FAnimationHierarchy) == 0x000088, "Wrong size on FAnimationHierarchy"); \ static_assert(offsetof(FAnimationHierarchy, UserData) == 0x000078, "Member 'FAnimationHierarchy::UserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DrawContainerSetColor \ static_assert(alignof(FRigUnit_DrawContainerSetColor) == 0x000008, "Wrong alignment on FRigUnit_DrawContainerSetColor"); \ static_assert(sizeof(FRigUnit_DrawContainerSetColor) == 0x000080, "Wrong size on FRigUnit_DrawContainerSetColor"); \ static_assert(offsetof(FRigUnit_DrawContainerSetColor, InstructionName) == 0x000068, "Member 'FRigUnit_DrawContainerSetColor::InstructionName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DrawContainerSetColor, Color) == 0x000070, "Member 'FRigUnit_DrawContainerSetColor::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigControlModifiedContext \ static_assert(alignof(FRigControlModifiedContext) == 0x000004, "Wrong alignment on FRigControlModifiedContext"); \ static_assert(sizeof(FRigControlModifiedContext) == 0x000010, "Wrong size on FRigControlModifiedContext"); \ #define DUMPER7_ASSERTS_FControlRigComponentMappedCurve \ static_assert(alignof(FControlRigComponentMappedCurve) == 0x000004, "Wrong alignment on FControlRigComponentMappedCurve"); \ static_assert(sizeof(FControlRigComponentMappedCurve) == 0x000010, "Wrong size on FControlRigComponentMappedCurve"); \ static_assert(offsetof(FControlRigComponentMappedCurve, Source) == 0x000000, "Member 'FControlRigComponentMappedCurve::Source' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedCurve, Target) == 0x000008, "Member 'FControlRigComponentMappedCurve::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatBase \ static_assert(alignof(FRigUnit_MathFloatBase) == 0x000008, "Wrong alignment on FRigUnit_MathFloatBase"); \ static_assert(sizeof(FRigUnit_MathFloatBase) == 0x000008, "Wrong size on FRigUnit_MathFloatBase"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatConstant \ static_assert(alignof(FRigUnit_MathFloatConstant) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstant"); \ static_assert(sizeof(FRigUnit_MathFloatConstant) == 0x000010, "Wrong size on FRigUnit_MathFloatConstant"); \ static_assert(offsetof(FRigUnit_MathFloatConstant, Value) == 0x000008, "Member 'FRigUnit_MathFloatConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigHierarchyRef \ static_assert(alignof(FRigHierarchyRef) == 0x000001, "Wrong alignment on FRigHierarchyRef"); \ static_assert(sizeof(FRigHierarchyRef) == 0x000001, "Wrong size on FRigHierarchyRef"); \ #define DUMPER7_ASSERTS_FAnimNode_ControlRigBase \ static_assert(alignof(FAnimNode_ControlRigBase) == 0x000008, "Wrong alignment on FAnimNode_ControlRigBase"); \ static_assert(sizeof(FAnimNode_ControlRigBase) == 0x000170, "Wrong size on FAnimNode_ControlRigBase"); \ static_assert(offsetof(FAnimNode_ControlRigBase, Source) == 0x000058, "Member 'FAnimNode_ControlRigBase::Source' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRigBase, ControlRigBoneMapping) == 0x000068, "Member 'FAnimNode_ControlRigBase::ControlRigBoneMapping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRigBase, ControlRigCurveMapping) == 0x0000B8, "Member 'FAnimNode_ControlRigBase::ControlRigCurveMapping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRigBase, InputToCurveMappingUIDs) == 0x000108, "Member 'FAnimNode_ControlRigBase::InputToCurveMappingUIDs' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRigBase, NodeMappingContainer) == 0x000158, "Member 'FAnimNode_ControlRigBase::NodeMappingContainer' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRigBase, InputSettings) == 0x000160, "Member 'FAnimNode_ControlRigBase::InputSettings' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRigBase, OutputSettings) == 0x000162, "Member 'FAnimNode_ControlRigBase::OutputSettings' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRigBase, bExecute) == 0x000164, "Member 'FAnimNode_ControlRigBase::bExecute' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ControlRig \ static_assert(alignof(FAnimNode_ControlRig) == 0x000008, "Wrong alignment on FAnimNode_ControlRig"); \ static_assert(sizeof(FAnimNode_ControlRig) == 0x000368, "Wrong size on FAnimNode_ControlRig"); \ static_assert(offsetof(FAnimNode_ControlRig, ControlRigClass) == 0x000170, "Member 'FAnimNode_ControlRig::ControlRigClass' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRig, ControlRig) == 0x000178, "Member 'FAnimNode_ControlRig::ControlRig' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRig, Alpha) == 0x000180, "Member 'FAnimNode_ControlRig::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRig, AlphaInputType) == 0x000184, "Member 'FAnimNode_ControlRig::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBias) == 0x000188, "Member 'FAnimNode_ControlRig::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRig, AlphaBoolBlend) == 0x000190, "Member 'FAnimNode_ControlRig::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRig, AlphaCurveName) == 0x0001D8, "Member 'FAnimNode_ControlRig::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBiasClamp) == 0x0001E0, "Member 'FAnimNode_ControlRig::AlphaScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRig, InputMapping) == 0x000210, "Member 'FAnimNode_ControlRig::InputMapping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRig, OutputMapping) == 0x000260, "Member 'FAnimNode_ControlRig::OutputMapping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ControlRig, LODThreshold) == 0x000360, "Member 'FAnimNode_ControlRig::LODThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatBinaryOp \ static_assert(alignof(FRigUnit_MathFloatBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatBinaryOp"); \ static_assert(sizeof(FRigUnit_MathFloatBinaryOp) == 0x000018, "Wrong size on FRigUnit_MathFloatBinaryOp"); \ static_assert(offsetof(FRigUnit_MathFloatBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathFloatBinaryOp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatBinaryOp, B) == 0x00000C, "Member 'FRigUnit_MathFloatBinaryOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatBinaryOp, Result) == 0x000010, "Member 'FRigUnit_MathFloatBinaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatPow \ static_assert(alignof(FRigUnit_MathFloatPow) == 0x000008, "Wrong alignment on FRigUnit_MathFloatPow"); \ static_assert(sizeof(FRigUnit_MathFloatPow) == 0x000018, "Wrong size on FRigUnit_MathFloatPow"); \ #define DUMPER7_ASSERTS_FRigControlValueStorage \ static_assert(alignof(FRigControlValueStorage) == 0x000004, "Wrong alignment on FRigControlValueStorage"); \ static_assert(sizeof(FRigControlValueStorage) == 0x000044, "Wrong size on FRigControlValueStorage"); \ static_assert(offsetof(FRigControlValueStorage, Float00) == 0x000000, "Member 'FRigControlValueStorage::Float00' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float01) == 0x000004, "Member 'FRigControlValueStorage::Float01' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float02) == 0x000008, "Member 'FRigControlValueStorage::Float02' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float03) == 0x00000C, "Member 'FRigControlValueStorage::Float03' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float10) == 0x000010, "Member 'FRigControlValueStorage::Float10' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float11) == 0x000014, "Member 'FRigControlValueStorage::Float11' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float12) == 0x000018, "Member 'FRigControlValueStorage::Float12' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float13) == 0x00001C, "Member 'FRigControlValueStorage::Float13' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float20) == 0x000020, "Member 'FRigControlValueStorage::Float20' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float21) == 0x000024, "Member 'FRigControlValueStorage::Float21' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float22) == 0x000028, "Member 'FRigControlValueStorage::Float22' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float23) == 0x00002C, "Member 'FRigControlValueStorage::Float23' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float30) == 0x000030, "Member 'FRigControlValueStorage::Float30' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float31) == 0x000034, "Member 'FRigControlValueStorage::Float31' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float32) == 0x000038, "Member 'FRigControlValueStorage::Float32' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, Float33) == 0x00003C, "Member 'FRigControlValueStorage::Float33' has a wrong offset!"); \ static_assert(offsetof(FRigControlValueStorage, bValid) == 0x000040, "Member 'FRigControlValueStorage::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigControlValue \ static_assert(alignof(FRigControlValue) == 0x000010, "Wrong alignment on FRigControlValue"); \ static_assert(sizeof(FRigControlValue) == 0x000080, "Wrong size on FRigControlValue"); \ static_assert(offsetof(FRigControlValue, FloatStorage) == 0x000000, "Member 'FRigControlValue::FloatStorage' has a wrong offset!"); \ static_assert(offsetof(FRigControlValue, Storage) == 0x000050, "Member 'FRigControlValue::Storage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigControl \ static_assert(alignof(FRigControl) == 0x000010, "Wrong alignment on FRigControl"); \ static_assert(sizeof(FRigControl) == 0x0002F0, "Wrong size on FRigControl"); \ static_assert(offsetof(FRigControl, ControlType) == 0x000018, "Member 'FRigControl::ControlType' has a wrong offset!"); \ static_assert(offsetof(FRigControl, DisplayName) == 0x00001C, "Member 'FRigControl::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FRigControl, ParentName) == 0x000024, "Member 'FRigControl::ParentName' has a wrong offset!"); \ static_assert(offsetof(FRigControl, ParentIndex) == 0x00002C, "Member 'FRigControl::ParentIndex' has a wrong offset!"); \ static_assert(offsetof(FRigControl, SpaceName) == 0x000030, "Member 'FRigControl::SpaceName' has a wrong offset!"); \ static_assert(offsetof(FRigControl, SpaceIndex) == 0x000038, "Member 'FRigControl::SpaceIndex' has a wrong offset!"); \ static_assert(offsetof(FRigControl, OffsetTransform) == 0x000040, "Member 'FRigControl::OffsetTransform' has a wrong offset!"); \ static_assert(offsetof(FRigControl, InitialValue) == 0x000070, "Member 'FRigControl::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FRigControl, Value) == 0x0000F0, "Member 'FRigControl::Value' has a wrong offset!"); \ static_assert(offsetof(FRigControl, PrimaryAxis) == 0x000170, "Member 'FRigControl::PrimaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigControl, bIsCurve) == 0x000171, "Member 'FRigControl::bIsCurve' has a wrong offset!"); \ static_assert(offsetof(FRigControl, bAnimatable) == 0x000172, "Member 'FRigControl::bAnimatable' has a wrong offset!"); \ static_assert(offsetof(FRigControl, bLimitTranslation) == 0x000173, "Member 'FRigControl::bLimitTranslation' has a wrong offset!"); \ static_assert(offsetof(FRigControl, bLimitRotation) == 0x000174, "Member 'FRigControl::bLimitRotation' has a wrong offset!"); \ static_assert(offsetof(FRigControl, bLimitScale) == 0x000175, "Member 'FRigControl::bLimitScale' has a wrong offset!"); \ static_assert(offsetof(FRigControl, bDrawLimits) == 0x000176, "Member 'FRigControl::bDrawLimits' has a wrong offset!"); \ static_assert(offsetof(FRigControl, MinimumValue) == 0x000180, "Member 'FRigControl::MinimumValue' has a wrong offset!"); \ static_assert(offsetof(FRigControl, MaximumValue) == 0x000200, "Member 'FRigControl::MaximumValue' has a wrong offset!"); \ static_assert(offsetof(FRigControl, bGizmoEnabled) == 0x000280, "Member 'FRigControl::bGizmoEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigControl, bGizmoVisible) == 0x000281, "Member 'FRigControl::bGizmoVisible' has a wrong offset!"); \ static_assert(offsetof(FRigControl, GizmoName) == 0x000284, "Member 'FRigControl::GizmoName' has a wrong offset!"); \ static_assert(offsetof(FRigControl, GizmoTransform) == 0x000290, "Member 'FRigControl::GizmoTransform' has a wrong offset!"); \ static_assert(offsetof(FRigControl, GizmoColor) == 0x0002C0, "Member 'FRigControl::GizmoColor' has a wrong offset!"); \ static_assert(offsetof(FRigControl, Dependents) == 0x0002D0, "Member 'FRigControl::Dependents' has a wrong offset!"); \ static_assert(offsetof(FRigControl, bIsTransientControl) == 0x0002E0, "Member 'FRigControl::bIsTransientControl' has a wrong offset!"); \ static_assert(offsetof(FRigControl, ControlEnum) == 0x0002E8, "Member 'FRigControl::ControlEnum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigControlHierarchy \ static_assert(alignof(FRigControlHierarchy) == 0x000008, "Wrong alignment on FRigControlHierarchy"); \ static_assert(sizeof(FRigControlHierarchy) == 0x000108, "Wrong size on FRigControlHierarchy"); \ static_assert(offsetof(FRigControlHierarchy, Controls) == 0x000098, "Member 'FRigControlHierarchy::Controls' has a wrong offset!"); \ static_assert(offsetof(FRigControlHierarchy, NameToIndexMapping) == 0x0000A8, "Member 'FRigControlHierarchy::NameToIndexMapping' has a wrong offset!"); \ static_assert(offsetof(FRigControlHierarchy, Selection) == 0x0000F8, "Member 'FRigControlHierarchy::Selection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigEventContext \ static_assert(alignof(FRigEventContext) == 0x000008, "Wrong alignment on FRigEventContext"); \ static_assert(sizeof(FRigEventContext) == 0x000028, "Wrong size on FRigEventContext"); \ #define DUMPER7_ASSERTS_FAnimNode_ControlRig_ExternalSource \ static_assert(alignof(FAnimNode_ControlRig_ExternalSource) == 0x000008, "Wrong alignment on FAnimNode_ControlRig_ExternalSource"); \ static_assert(sizeof(FAnimNode_ControlRig_ExternalSource) == 0x000178, "Wrong size on FAnimNode_ControlRig_ExternalSource"); \ static_assert(offsetof(FAnimNode_ControlRig_ExternalSource, ControlRig) == 0x000170, "Member 'FAnimNode_ControlRig_ExternalSource::ControlRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedRigElement \ static_assert(alignof(FCachedRigElement) == 0x000004, "Wrong alignment on FCachedRigElement"); \ static_assert(sizeof(FCachedRigElement) == 0x000014, "Wrong size on FCachedRigElement"); \ static_assert(offsetof(FCachedRigElement, Key) == 0x000000, "Member 'FCachedRigElement::Key' has a wrong offset!"); \ static_assert(offsetof(FCachedRigElement, Index) == 0x00000C, "Member 'FCachedRigElement::Index' has a wrong offset!"); \ static_assert(offsetof(FCachedRigElement, ContainerVersion) == 0x000010, "Member 'FCachedRigElement::ContainerVersion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SimBase \ static_assert(alignof(FRigUnit_SimBase) == 0x000008, "Wrong alignment on FRigUnit_SimBase"); \ static_assert(sizeof(FRigUnit_SimBase) == 0x000008, "Wrong size on FRigUnit_SimBase"); \ #define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousTransform \ static_assert(alignof(FRigUnit_DeltaFromPreviousTransform) == 0x000010, "Wrong alignment on FRigUnit_DeltaFromPreviousTransform"); \ static_assert(sizeof(FRigUnit_DeltaFromPreviousTransform) == 0x0000D0, "Wrong size on FRigUnit_DeltaFromPreviousTransform"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, Value) == 0x000010, "Member 'FRigUnit_DeltaFromPreviousTransform::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, Delta) == 0x000040, "Member 'FRigUnit_DeltaFromPreviousTransform::Delta' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, PreviousValue) == 0x000070, "Member 'FRigUnit_DeltaFromPreviousTransform::PreviousValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, Cache) == 0x0000A0, "Member 'FRigUnit_DeltaFromPreviousTransform::Cache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigPoseElement \ static_assert(alignof(FRigPoseElement) == 0x000010, "Wrong alignment on FRigPoseElement"); \ static_assert(sizeof(FRigPoseElement) == 0x000090, "Wrong size on FRigPoseElement"); \ static_assert(offsetof(FRigPoseElement, Index) == 0x000000, "Member 'FRigPoseElement::Index' has a wrong offset!"); \ static_assert(offsetof(FRigPoseElement, GlobalTransform) == 0x000020, "Member 'FRigPoseElement::GlobalTransform' has a wrong offset!"); \ static_assert(offsetof(FRigPoseElement, LocalTransform) == 0x000050, "Member 'FRigPoseElement::LocalTransform' has a wrong offset!"); \ static_assert(offsetof(FRigPoseElement, CurveValue) == 0x000080, "Member 'FRigPoseElement::CurveValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigPose \ static_assert(alignof(FRigPose) == 0x000008, "Wrong alignment on FRigPose"); \ static_assert(sizeof(FRigPose) == 0x000010, "Wrong size on FRigPose"); \ static_assert(offsetof(FRigPose, Elements) == 0x000000, "Member 'FRigPose::Elements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_BoneHarmonics_BoneTarget \ static_assert(alignof(FRigUnit_BoneHarmonics_BoneTarget) == 0x000004, "Wrong alignment on FRigUnit_BoneHarmonics_BoneTarget"); \ static_assert(sizeof(FRigUnit_BoneHarmonics_BoneTarget) == 0x00000C, "Wrong size on FRigUnit_BoneHarmonics_BoneTarget"); \ static_assert(offsetof(FRigUnit_BoneHarmonics_BoneTarget, Bone) == 0x000000, "Member 'FRigUnit_BoneHarmonics_BoneTarget::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics_BoneTarget, Ratio) == 0x000008, "Member 'FRigUnit_BoneHarmonics_BoneTarget::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigComponentMappedBone \ static_assert(alignof(FControlRigComponentMappedBone) == 0x000004, "Wrong alignment on FControlRigComponentMappedBone"); \ static_assert(sizeof(FControlRigComponentMappedBone) == 0x000010, "Wrong size on FControlRigComponentMappedBone"); \ static_assert(offsetof(FControlRigComponentMappedBone, Source) == 0x000000, "Member 'FControlRigComponentMappedBone::Source' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedBone, Target) == 0x000008, "Member 'FControlRigComponentMappedBone::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatLessEqual \ static_assert(alignof(FRigUnit_MathFloatLessEqual) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLessEqual"); \ static_assert(sizeof(FRigUnit_MathFloatLessEqual) == 0x000018, "Wrong size on FRigUnit_MathFloatLessEqual"); \ static_assert(offsetof(FRigUnit_MathFloatLessEqual, A) == 0x000008, "Member 'FRigUnit_MathFloatLessEqual::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLessEqual, B) == 0x00000C, "Member 'FRigUnit_MathFloatLessEqual::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLessEqual, Result) == 0x000010, "Member 'FRigUnit_MathFloatLessEqual::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigComponentMappedComponent \ static_assert(alignof(FControlRigComponentMappedComponent) == 0x000008, "Wrong alignment on FControlRigComponentMappedComponent"); \ static_assert(sizeof(FControlRigComponentMappedComponent) == 0x000018, "Wrong size on FControlRigComponentMappedComponent"); \ static_assert(offsetof(FControlRigComponentMappedComponent, Component) == 0x000000, "Member 'FControlRigComponentMappedComponent::Component' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedComponent, ElementName) == 0x000008, "Member 'FControlRigComponentMappedComponent::ElementName' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedComponent, ElementType) == 0x000010, "Member 'FControlRigComponentMappedComponent::ElementType' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedComponent, Direction) == 0x000011, "Member 'FControlRigComponentMappedComponent::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigInfluenceEntry \ static_assert(alignof(FRigInfluenceEntry) == 0x000008, "Wrong alignment on FRigInfluenceEntry"); \ static_assert(sizeof(FRigInfluenceEntry) == 0x000020, "Wrong size on FRigInfluenceEntry"); \ static_assert(offsetof(FRigInfluenceEntry, Source) == 0x000000, "Member 'FRigInfluenceEntry::Source' has a wrong offset!"); \ static_assert(offsetof(FRigInfluenceEntry, AffectedList) == 0x000010, "Member 'FRigInfluenceEntry::AffectedList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigInfluenceMap \ static_assert(alignof(FRigInfluenceMap) == 0x000008, "Wrong alignment on FRigInfluenceMap"); \ static_assert(sizeof(FRigInfluenceMap) == 0x000068, "Wrong size on FRigInfluenceMap"); \ static_assert(offsetof(FRigInfluenceMap, EventName) == 0x000000, "Member 'FRigInfluenceMap::EventName' has a wrong offset!"); \ static_assert(offsetof(FRigInfluenceMap, Entries) == 0x000008, "Member 'FRigInfluenceMap::Entries' has a wrong offset!"); \ static_assert(offsetof(FRigInfluenceMap, KeyToIndex) == 0x000018, "Member 'FRigInfluenceMap::KeyToIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigInfluenceMapPerEvent \ static_assert(alignof(FRigInfluenceMapPerEvent) == 0x000008, "Wrong alignment on FRigInfluenceMapPerEvent"); \ static_assert(sizeof(FRigInfluenceMapPerEvent) == 0x000060, "Wrong size on FRigInfluenceMapPerEvent"); \ static_assert(offsetof(FRigInfluenceMapPerEvent, Maps) == 0x000000, "Member 'FRigInfluenceMapPerEvent::Maps' has a wrong offset!"); \ static_assert(offsetof(FRigInfluenceMapPerEvent, EventToIndex) == 0x000010, "Member 'FRigInfluenceMapPerEvent::EventToIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AnimBase \ static_assert(alignof(FRigUnit_AnimBase) == 0x000008, "Wrong alignment on FRigUnit_AnimBase"); \ static_assert(sizeof(FRigUnit_AnimBase) == 0x000008, "Wrong size on FRigUnit_AnimBase"); \ #define DUMPER7_ASSERTS_FRigUnit_AnimRichCurve \ static_assert(alignof(FRigUnit_AnimRichCurve) == 0x000008, "Wrong alignment on FRigUnit_AnimRichCurve"); \ static_assert(sizeof(FRigUnit_AnimRichCurve) == 0x000090, "Wrong size on FRigUnit_AnimRichCurve"); \ static_assert(offsetof(FRigUnit_AnimRichCurve, Curve) == 0x000008, "Member 'FRigUnit_AnimRichCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigComponentMappedElement \ static_assert(alignof(FControlRigComponentMappedElement) == 0x000010, "Wrong alignment on FControlRigComponentMappedElement"); \ static_assert(sizeof(FControlRigComponentMappedElement) == 0x0000A0, "Wrong size on FControlRigComponentMappedElement"); \ static_assert(offsetof(FControlRigComponentMappedElement, ComponentReference) == 0x000000, "Member 'FControlRigComponentMappedElement::ComponentReference' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedElement, TransformIndex) == 0x000028, "Member 'FControlRigComponentMappedElement::TransformIndex' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedElement, TransformName) == 0x00002C, "Member 'FControlRigComponentMappedElement::TransformName' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedElement, ElementType) == 0x000034, "Member 'FControlRigComponentMappedElement::ElementType' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedElement, ElementName) == 0x000038, "Member 'FControlRigComponentMappedElement::ElementName' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedElement, Direction) == 0x000040, "Member 'FControlRigComponentMappedElement::Direction' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedElement, Offset) == 0x000050, "Member 'FControlRigComponentMappedElement::Offset' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedElement, Weight) == 0x000080, "Member 'FControlRigComponentMappedElement::Weight' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedElement, Space) == 0x000084, "Member 'FControlRigComponentMappedElement::Space' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedElement, SceneComponent) == 0x000088, "Member 'FControlRigComponentMappedElement::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedElement, ElementIndex) == 0x000090, "Member 'FControlRigComponentMappedElement::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(FControlRigComponentMappedElement, SubIndex) == 0x000094, "Member 'FControlRigComponentMappedElement::SubIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugTransformArrayMutable_WorkData \ static_assert(alignof(FRigUnit_DebugTransformArrayMutable_WorkData) == 0x000008, "Wrong alignment on FRigUnit_DebugTransformArrayMutable_WorkData"); \ static_assert(sizeof(FRigUnit_DebugTransformArrayMutable_WorkData) == 0x000010, "Wrong size on FRigUnit_DebugTransformArrayMutable_WorkData"); \ static_assert(offsetof(FRigUnit_DebugTransformArrayMutable_WorkData, DrawTransforms) == 0x000000, "Member 'FRigUnit_DebugTransformArrayMutable_WorkData::DrawTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Harmonics_TargetItem \ static_assert(alignof(FRigUnit_Harmonics_TargetItem) == 0x000004, "Wrong alignment on FRigUnit_Harmonics_TargetItem"); \ static_assert(sizeof(FRigUnit_Harmonics_TargetItem) == 0x000010, "Wrong size on FRigUnit_Harmonics_TargetItem"); \ static_assert(offsetof(FRigUnit_Harmonics_TargetItem, Item) == 0x000000, "Member 'FRigUnit_Harmonics_TargetItem::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Harmonics_TargetItem, Ratio) == 0x00000C, "Member 'FRigUnit_Harmonics_TargetItem::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_BoneHarmonics_WorkData \ static_assert(alignof(FRigUnit_BoneHarmonics_WorkData) == 0x000008, "Wrong alignment on FRigUnit_BoneHarmonics_WorkData"); \ static_assert(sizeof(FRigUnit_BoneHarmonics_WorkData) == 0x000020, "Wrong size on FRigUnit_BoneHarmonics_WorkData"); \ static_assert(offsetof(FRigUnit_BoneHarmonics_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_BoneHarmonics_WorkData::CachedItems' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics_WorkData, WaveTime) == 0x000010, "Member 'FRigUnit_BoneHarmonics_WorkData::WaveTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_HighlevelBaseMutable \ static_assert(alignof(FRigUnit_HighlevelBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_HighlevelBaseMutable"); \ static_assert(sizeof(FRigUnit_HighlevelBaseMutable) == 0x000068, "Wrong size on FRigUnit_HighlevelBaseMutable"); \ #define DUMPER7_ASSERTS_FRigUnit_ItemHarmonics \ static_assert(alignof(FRigUnit_ItemHarmonics) == 0x000008, "Wrong alignment on FRigUnit_ItemHarmonics"); \ static_assert(sizeof(FRigUnit_ItemHarmonics) == 0x0000E8, "Wrong size on FRigUnit_ItemHarmonics"); \ static_assert(offsetof(FRigUnit_ItemHarmonics, Targets) == 0x000068, "Member 'FRigUnit_ItemHarmonics::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemHarmonics, WaveSpeed) == 0x000078, "Member 'FRigUnit_ItemHarmonics::WaveSpeed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemHarmonics, WaveFrequency) == 0x000084, "Member 'FRigUnit_ItemHarmonics::WaveFrequency' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemHarmonics, WaveAmplitude) == 0x000090, "Member 'FRigUnit_ItemHarmonics::WaveAmplitude' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemHarmonics, WaveOffset) == 0x00009C, "Member 'FRigUnit_ItemHarmonics::WaveOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemHarmonics, WaveNoise) == 0x0000A8, "Member 'FRigUnit_ItemHarmonics::WaveNoise' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemHarmonics, WaveEase) == 0x0000B4, "Member 'FRigUnit_ItemHarmonics::WaveEase' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMinimum) == 0x0000B8, "Member 'FRigUnit_ItemHarmonics::WaveMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMaximum) == 0x0000BC, "Member 'FRigUnit_ItemHarmonics::WaveMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemHarmonics, RotationOrder) == 0x0000C0, "Member 'FRigUnit_ItemHarmonics::RotationOrder' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemHarmonics, WorkData) == 0x0000C8, "Member 'FRigUnit_ItemHarmonics::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigInfluenceEntryModifier \ static_assert(alignof(FRigInfluenceEntryModifier) == 0x000008, "Wrong alignment on FRigInfluenceEntryModifier"); \ static_assert(sizeof(FRigInfluenceEntryModifier) == 0x000010, "Wrong size on FRigInfluenceEntryModifier"); \ static_assert(offsetof(FRigInfluenceEntryModifier, AffectedList) == 0x000000, "Member 'FRigInfluenceEntryModifier::AffectedList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigDrawInstruction \ static_assert(alignof(FControlRigDrawInstruction) == 0x000010, "Wrong alignment on FControlRigDrawInstruction"); \ static_assert(sizeof(FControlRigDrawInstruction) == 0x0000A0, "Wrong size on FControlRigDrawInstruction"); \ static_assert(offsetof(FControlRigDrawInstruction, Name) == 0x000000, "Member 'FControlRigDrawInstruction::Name' has a wrong offset!"); \ static_assert(offsetof(FControlRigDrawInstruction, PrimitiveType) == 0x000008, "Member 'FControlRigDrawInstruction::PrimitiveType' has a wrong offset!"); \ static_assert(offsetof(FControlRigDrawInstruction, Positions) == 0x000010, "Member 'FControlRigDrawInstruction::Positions' has a wrong offset!"); \ static_assert(offsetof(FControlRigDrawInstruction, Color) == 0x000020, "Member 'FControlRigDrawInstruction::Color' has a wrong offset!"); \ static_assert(offsetof(FControlRigDrawInstruction, Thickness) == 0x000030, "Member 'FControlRigDrawInstruction::Thickness' has a wrong offset!"); \ static_assert(offsetof(FControlRigDrawInstruction, Transform) == 0x000040, "Member 'FControlRigDrawInstruction::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigDrawContainer \ static_assert(alignof(FControlRigDrawContainer) == 0x000008, "Wrong alignment on FControlRigDrawContainer"); \ static_assert(sizeof(FControlRigDrawContainer) == 0x000018, "Wrong size on FControlRigDrawContainer"); \ static_assert(offsetof(FControlRigDrawContainer, Instructions) == 0x000008, "Member 'FControlRigDrawContainer::Instructions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigDrawInterface \ static_assert(alignof(FControlRigDrawInterface) == 0x000008, "Wrong alignment on FControlRigDrawInterface"); \ static_assert(sizeof(FControlRigDrawInterface) == 0x000018, "Wrong size on FControlRigDrawInterface"); \ #define DUMPER7_ASSERTS_FRigUnit_CCDIK_RotationLimitPerItem \ static_assert(alignof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000004, "Wrong alignment on FRigUnit_CCDIK_RotationLimitPerItem"); \ static_assert(sizeof(FRigUnit_CCDIK_RotationLimitPerItem) == 0x000010, "Wrong size on FRigUnit_CCDIK_RotationLimitPerItem"); \ static_assert(offsetof(FRigUnit_CCDIK_RotationLimitPerItem, Item) == 0x000000, "Member 'FRigUnit_CCDIK_RotationLimitPerItem::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK_RotationLimitPerItem, Limit) == 0x00000C, "Member 'FRigUnit_CCDIK_RotationLimitPerItem::Limit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGizmoActorCreationParam \ static_assert(alignof(FGizmoActorCreationParam) == 0x000010, "Wrong alignment on FGizmoActorCreationParam"); \ static_assert(sizeof(FGizmoActorCreationParam) == 0x000120, "Wrong size on FGizmoActorCreationParam"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatClamp \ static_assert(alignof(FRigUnit_MathFloatClamp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatClamp"); \ static_assert(sizeof(FRigUnit_MathFloatClamp) == 0x000018, "Wrong size on FRigUnit_MathFloatClamp"); \ static_assert(offsetof(FRigUnit_MathFloatClamp, Value) == 0x000008, "Member 'FRigUnit_MathFloatClamp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatClamp, Minimum) == 0x00000C, "Member 'FRigUnit_MathFloatClamp::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatClamp, Maximum) == 0x000010, "Member 'FRigUnit_MathFloatClamp::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatClamp, Result) == 0x000014, "Member 'FRigUnit_MathFloatClamp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigGizmoDefinition \ static_assert(alignof(FControlRigGizmoDefinition) == 0x000010, "Wrong alignment on FControlRigGizmoDefinition"); \ static_assert(sizeof(FControlRigGizmoDefinition) == 0x000060, "Wrong size on FControlRigGizmoDefinition"); \ static_assert(offsetof(FControlRigGizmoDefinition, GizmoName) == 0x000000, "Member 'FControlRigGizmoDefinition::GizmoName' has a wrong offset!"); \ static_assert(offsetof(FControlRigGizmoDefinition, StaticMesh) == 0x000008, "Member 'FControlRigGizmoDefinition::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(FControlRigGizmoDefinition, Transform) == 0x000030, "Member 'FControlRigGizmoDefinition::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigLayerInstanceProxy \ static_assert(alignof(FControlRigLayerInstanceProxy) == 0x000010, "Wrong alignment on FControlRigLayerInstanceProxy"); \ static_assert(sizeof(FControlRigLayerInstanceProxy) == 0x000810, "Wrong size on FControlRigLayerInstanceProxy"); \ #define DUMPER7_ASSERTS_FAnimNode_ControlRigInputPose \ static_assert(alignof(FAnimNode_ControlRigInputPose) == 0x000008, "Wrong alignment on FAnimNode_ControlRigInputPose"); \ static_assert(sizeof(FAnimNode_ControlRigInputPose) == 0x000030, "Wrong size on FAnimNode_ControlRigInputPose"); \ static_assert(offsetof(FAnimNode_ControlRigInputPose, InputPose) == 0x000010, "Member 'FAnimNode_ControlRigInputPose::InputPose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DistributeRotation_Rotation \ static_assert(alignof(FRigUnit_DistributeRotation_Rotation) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotation_Rotation"); \ static_assert(sizeof(FRigUnit_DistributeRotation_Rotation) == 0x000020, "Wrong size on FRigUnit_DistributeRotation_Rotation"); \ static_assert(offsetof(FRigUnit_DistributeRotation_Rotation, Rotation) == 0x000000, "Member 'FRigUnit_DistributeRotation_Rotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotation_Rotation, Ratio) == 0x000010, "Member 'FRigUnit_DistributeRotation_Rotation::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DistributeRotation_WorkData \ static_assert(alignof(FRigUnit_DistributeRotation_WorkData) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotation_WorkData"); \ static_assert(sizeof(FRigUnit_DistributeRotation_WorkData) == 0x000050, "Wrong size on FRigUnit_DistributeRotation_WorkData"); \ static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_DistributeRotation_WorkData::CachedItems' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationA) == 0x000010, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationA' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationB) == 0x000020, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationB' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemRotationT) == 0x000030, "Member 'FRigUnit_DistributeRotation_WorkData::ItemRotationT' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotation_WorkData, ItemLocalTransforms) == 0x000040, "Member 'FRigUnit_DistributeRotation_WorkData::ItemLocalTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DistributeRotationForCollection \ static_assert(alignof(FRigUnit_DistributeRotationForCollection) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotationForCollection"); \ static_assert(sizeof(FRigUnit_DistributeRotationForCollection) == 0x0000E0, "Wrong size on FRigUnit_DistributeRotationForCollection"); \ static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Items) == 0x000068, "Member 'FRigUnit_DistributeRotationForCollection::Items' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Rotations) == 0x000078, "Member 'FRigUnit_DistributeRotationForCollection::Rotations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotationForCollection, RotationEaseType) == 0x000088, "Member 'FRigUnit_DistributeRotationForCollection::RotationEaseType' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Weight) == 0x00008C, "Member 'FRigUnit_DistributeRotationForCollection::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotationForCollection, WorkData) == 0x000090, "Member 'FRigUnit_DistributeRotationForCollection::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCRFourPointBezier \ static_assert(alignof(FCRFourPointBezier) == 0x000004, "Wrong alignment on FCRFourPointBezier"); \ static_assert(sizeof(FCRFourPointBezier) == 0x000030, "Wrong size on FCRFourPointBezier"); \ static_assert(offsetof(FCRFourPointBezier, A) == 0x000000, "Member 'FCRFourPointBezier::A' has a wrong offset!"); \ static_assert(offsetof(FCRFourPointBezier, B) == 0x00000C, "Member 'FCRFourPointBezier::B' has a wrong offset!"); \ static_assert(offsetof(FCRFourPointBezier, C) == 0x000018, "Member 'FCRFourPointBezier::C' has a wrong offset!"); \ static_assert(offsetof(FCRFourPointBezier, D) == 0x000024, "Member 'FCRFourPointBezier::D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigSequenceObjectReference \ static_assert(alignof(FControlRigSequenceObjectReference) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReference"); \ static_assert(sizeof(FControlRigSequenceObjectReference) == 0x000008, "Wrong size on FControlRigSequenceObjectReference"); \ static_assert(offsetof(FControlRigSequenceObjectReference, ControlRigClass) == 0x000000, "Member 'FControlRigSequenceObjectReference::ControlRigClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigSequenceObjectReferences \ static_assert(alignof(FControlRigSequenceObjectReferences) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReferences"); \ static_assert(sizeof(FControlRigSequenceObjectReferences) == 0x000010, "Wrong size on FControlRigSequenceObjectReferences"); \ static_assert(offsetof(FControlRigSequenceObjectReferences, Array) == 0x000000, "Member 'FControlRigSequenceObjectReferences::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigSequenceObjectReferenceMap \ static_assert(alignof(FControlRigSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FControlRigSequenceObjectReferenceMap"); \ static_assert(sizeof(FControlRigSequenceObjectReferenceMap) == 0x000020, "Wrong size on FControlRigSequenceObjectReferenceMap"); \ static_assert(offsetof(FControlRigSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FControlRigSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ static_assert(offsetof(FControlRigSequenceObjectReferenceMap, References) == 0x000010, "Member 'FControlRigSequenceObjectReferenceMap::References' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAimTarget \ static_assert(alignof(FAimTarget) == 0x000010, "Wrong alignment on FAimTarget"); \ static_assert(sizeof(FAimTarget) == 0x000050, "Wrong size on FAimTarget"); \ static_assert(offsetof(FAimTarget, Weight) == 0x000000, "Member 'FAimTarget::Weight' has a wrong offset!"); \ static_assert(offsetof(FAimTarget, Transform) == 0x000010, "Member 'FAimTarget::Transform' has a wrong offset!"); \ static_assert(offsetof(FAimTarget, AlignVector) == 0x000040, "Member 'FAimTarget::AlignVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AimConstraint_WorkData \ static_assert(alignof(FRigUnit_AimConstraint_WorkData) == 0x000008, "Wrong alignment on FRigUnit_AimConstraint_WorkData"); \ static_assert(sizeof(FRigUnit_AimConstraint_WorkData) == 0x000010, "Wrong size on FRigUnit_AimConstraint_WorkData"); \ static_assert(offsetof(FRigUnit_AimConstraint_WorkData, ConstraintData) == 0x000000, "Member 'FRigUnit_AimConstraint_WorkData::ConstraintData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AimConstraint \ static_assert(alignof(FRigUnit_AimConstraint) == 0x000008, "Wrong alignment on FRigUnit_AimConstraint"); \ static_assert(sizeof(FRigUnit_AimConstraint) == 0x0000C0, "Wrong size on FRigUnit_AimConstraint"); \ static_assert(offsetof(FRigUnit_AimConstraint, Joint) == 0x000068, "Member 'FRigUnit_AimConstraint::Joint' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimConstraint, AimMode) == 0x000070, "Member 'FRigUnit_AimConstraint::AimMode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimConstraint, UpMode) == 0x000071, "Member 'FRigUnit_AimConstraint::UpMode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimConstraint, AimVector) == 0x000074, "Member 'FRigUnit_AimConstraint::AimVector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimConstraint, UpVector) == 0x000080, "Member 'FRigUnit_AimConstraint::UpVector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimConstraint, AimTargets) == 0x000090, "Member 'FRigUnit_AimConstraint::AimTargets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimConstraint, UpTargets) == 0x0000A0, "Member 'FRigUnit_AimConstraint::UpTargets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimConstraint, WorkData) == 0x0000B0, "Member 'FRigUnit_AimConstraint::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatUnaryOp \ static_assert(alignof(FRigUnit_MathFloatUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatUnaryOp"); \ static_assert(sizeof(FRigUnit_MathFloatUnaryOp) == 0x000010, "Wrong size on FRigUnit_MathFloatUnaryOp"); \ static_assert(offsetof(FRigUnit_MathFloatUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathFloatUnaryOp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatUnaryOp, Result) == 0x00000C, "Member 'FRigUnit_MathFloatUnaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatSqrt \ static_assert(alignof(FRigUnit_MathFloatSqrt) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSqrt"); \ static_assert(sizeof(FRigUnit_MathFloatSqrt) == 0x000010, "Wrong size on FRigUnit_MathFloatSqrt"); \ #define DUMPER7_ASSERTS_FControlRigSequencerAnimInstanceProxy \ static_assert(alignof(FControlRigSequencerAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigSequencerAnimInstanceProxy"); \ static_assert(sizeof(FControlRigSequencerAnimInstanceProxy) == 0x000CC0, "Wrong size on FControlRigSequencerAnimInstanceProxy"); \ #define DUMPER7_ASSERTS_FControlRigSettingsPerPinBool \ static_assert(alignof(FControlRigSettingsPerPinBool) == 0x000008, "Wrong alignment on FControlRigSettingsPerPinBool"); \ static_assert(sizeof(FControlRigSettingsPerPinBool) == 0x000050, "Wrong size on FControlRigSettingsPerPinBool"); \ static_assert(offsetof(FControlRigSettingsPerPinBool, Values) == 0x000000, "Member 'FControlRigSettingsPerPinBool::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CCDIK_WorkData \ static_assert(alignof(FRigUnit_CCDIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_CCDIK_WorkData"); \ static_assert(sizeof(FRigUnit_CCDIK_WorkData) == 0x000058, "Wrong size on FRigUnit_CCDIK_WorkData"); \ static_assert(offsetof(FRigUnit_CCDIK_WorkData, Chain) == 0x000000, "Member 'FRigUnit_CCDIK_WorkData::Chain' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK_WorkData, CachedItems) == 0x000010, "Member 'FRigUnit_CCDIK_WorkData::CachedItems' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK_WorkData, RotationLimitIndex) == 0x000020, "Member 'FRigUnit_CCDIK_WorkData::RotationLimitIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK_WorkData, RotationLimitsPerItem) == 0x000030, "Member 'FRigUnit_CCDIK_WorkData::RotationLimitsPerItem' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK_WorkData, CachedEffector) == 0x000040, "Member 'FRigUnit_CCDIK_WorkData::CachedEffector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FControlRigValidationContext \ static_assert(alignof(FControlRigValidationContext) == 0x000008, "Wrong alignment on FControlRigValidationContext"); \ static_assert(sizeof(FControlRigValidationContext) == 0x000028, "Wrong size on FControlRigValidationContext"); \ #define DUMPER7_ASSERTS_FCRSimContainer \ static_assert(alignof(FCRSimContainer) == 0x000008, "Wrong alignment on FCRSimContainer"); \ static_assert(sizeof(FCRSimContainer) == 0x000018, "Wrong size on FCRSimContainer"); \ static_assert(offsetof(FCRSimContainer, TimeStep) == 0x000008, "Member 'FCRSimContainer::TimeStep' has a wrong offset!"); \ static_assert(offsetof(FCRSimContainer, AccumulatedTime) == 0x00000C, "Member 'FCRSimContainer::AccumulatedTime' has a wrong offset!"); \ static_assert(offsetof(FCRSimContainer, TimeLeftForStep) == 0x000010, "Member 'FCRSimContainer::TimeLeftForStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformFromSRT \ static_assert(alignof(FRigUnit_MathTransformFromSRT) == 0x000010, "Wrong alignment on FRigUnit_MathTransformFromSRT"); \ static_assert(sizeof(FRigUnit_MathTransformFromSRT) == 0x000090, "Wrong size on FRigUnit_MathTransformFromSRT"); \ static_assert(offsetof(FRigUnit_MathTransformFromSRT, Location) == 0x000008, "Member 'FRigUnit_MathTransformFromSRT::Location' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformFromSRT, Rotation) == 0x000014, "Member 'FRigUnit_MathTransformFromSRT::Rotation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformFromSRT, RotationOrder) == 0x000020, "Member 'FRigUnit_MathTransformFromSRT::RotationOrder' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformFromSRT, Scale) == 0x000024, "Member 'FRigUnit_MathTransformFromSRT::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformFromSRT, Transform) == 0x000030, "Member 'FRigUnit_MathTransformFromSRT::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformFromSRT, EulerTransform) == 0x000060, "Member 'FRigUnit_MathTransformFromSRT::EulerTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathColorBinaryOp \ static_assert(alignof(FRigUnit_MathColorBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathColorBinaryOp"); \ static_assert(sizeof(FRigUnit_MathColorBinaryOp) == 0x000038, "Wrong size on FRigUnit_MathColorBinaryOp"); \ static_assert(offsetof(FRigUnit_MathColorBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathColorBinaryOp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathColorBinaryOp, B) == 0x000018, "Member 'FRigUnit_MathColorBinaryOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathColorBinaryOp, Result) == 0x000028, "Member 'FRigUnit_MathColorBinaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCRSimLinearSpring \ static_assert(alignof(FCRSimLinearSpring) == 0x000004, "Wrong alignment on FCRSimLinearSpring"); \ static_assert(sizeof(FCRSimLinearSpring) == 0x000010, "Wrong size on FCRSimLinearSpring"); \ static_assert(offsetof(FCRSimLinearSpring, SubjectA) == 0x000000, "Member 'FCRSimLinearSpring::SubjectA' has a wrong offset!"); \ static_assert(offsetof(FCRSimLinearSpring, SubjectB) == 0x000004, "Member 'FCRSimLinearSpring::SubjectB' has a wrong offset!"); \ static_assert(offsetof(FCRSimLinearSpring, Coefficient) == 0x000008, "Member 'FCRSimLinearSpring::Coefficient' has a wrong offset!"); \ static_assert(offsetof(FCRSimLinearSpring, Equilibrium) == 0x00000C, "Member 'FCRSimLinearSpring::Equilibrium' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCRSimPoint \ static_assert(alignof(FCRSimPoint) == 0x000004, "Wrong alignment on FCRSimPoint"); \ static_assert(sizeof(FCRSimPoint) == 0x000028, "Wrong size on FCRSimPoint"); \ static_assert(offsetof(FCRSimPoint, Mass) == 0x000000, "Member 'FCRSimPoint::Mass' has a wrong offset!"); \ static_assert(offsetof(FCRSimPoint, Size) == 0x000004, "Member 'FCRSimPoint::Size' has a wrong offset!"); \ static_assert(offsetof(FCRSimPoint, LinearDamping) == 0x000008, "Member 'FCRSimPoint::LinearDamping' has a wrong offset!"); \ static_assert(offsetof(FCRSimPoint, InheritMotion) == 0x00000C, "Member 'FCRSimPoint::InheritMotion' has a wrong offset!"); \ static_assert(offsetof(FCRSimPoint, position) == 0x000010, "Member 'FCRSimPoint::position' has a wrong offset!"); \ static_assert(offsetof(FCRSimPoint, LinearVelocity) == 0x00001C, "Member 'FCRSimPoint::LinearVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugBaseMutable \ static_assert(alignof(FRigUnit_DebugBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_DebugBaseMutable"); \ static_assert(sizeof(FRigUnit_DebugBaseMutable) == 0x000068, "Wrong size on FRigUnit_DebugBaseMutable"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugLine \ static_assert(alignof(FRigUnit_DebugLine) == 0x000010, "Wrong alignment on FRigUnit_DebugLine"); \ static_assert(sizeof(FRigUnit_DebugLine) == 0x0000E0, "Wrong size on FRigUnit_DebugLine"); \ static_assert(offsetof(FRigUnit_DebugLine, A) == 0x000068, "Member 'FRigUnit_DebugLine::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLine, B) == 0x000074, "Member 'FRigUnit_DebugLine::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLine, Color) == 0x000080, "Member 'FRigUnit_DebugLine::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLine, Thickness) == 0x000090, "Member 'FRigUnit_DebugLine::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLine, Space) == 0x000094, "Member 'FRigUnit_DebugLine::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLine, WorldOffset) == 0x0000A0, "Member 'FRigUnit_DebugLine::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLine, bEnabled) == 0x0000D0, "Member 'FRigUnit_DebugLine::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCRSimPointConstraint \ static_assert(alignof(FCRSimPointConstraint) == 0x000004, "Wrong alignment on FCRSimPointConstraint"); \ static_assert(sizeof(FCRSimPointConstraint) == 0x000024, "Wrong size on FCRSimPointConstraint"); \ static_assert(offsetof(FCRSimPointConstraint, Type) == 0x000000, "Member 'FCRSimPointConstraint::Type' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointConstraint, SubjectA) == 0x000004, "Member 'FCRSimPointConstraint::SubjectA' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointConstraint, SubjectB) == 0x000008, "Member 'FCRSimPointConstraint::SubjectB' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointConstraint, DataA) == 0x00000C, "Member 'FCRSimPointConstraint::DataA' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointConstraint, DataB) == 0x000018, "Member 'FCRSimPointConstraint::DataB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Divide_FloatFloat \ static_assert(alignof(FRigUnit_Divide_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Divide_FloatFloat"); \ static_assert(sizeof(FRigUnit_Divide_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Divide_FloatFloat"); \ #define DUMPER7_ASSERTS_FCRSimPointForce \ static_assert(alignof(FCRSimPointForce) == 0x000004, "Wrong alignment on FCRSimPointForce"); \ static_assert(sizeof(FCRSimPointForce) == 0x000018, "Wrong size on FCRSimPointForce"); \ static_assert(offsetof(FCRSimPointForce, ForceType) == 0x000000, "Member 'FCRSimPointForce::ForceType' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointForce, Vector) == 0x000004, "Member 'FCRSimPointForce::Vector' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointForce, Coefficient) == 0x000010, "Member 'FCRSimPointForce::Coefficient' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointForce, bNormalize) == 0x000014, "Member 'FCRSimPointForce::bNormalize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCRSimSoftCollision \ static_assert(alignof(FCRSimSoftCollision) == 0x000010, "Wrong alignment on FCRSimSoftCollision"); \ static_assert(sizeof(FCRSimSoftCollision) == 0x000050, "Wrong size on FCRSimSoftCollision"); \ static_assert(offsetof(FCRSimSoftCollision, Transform) == 0x000000, "Member 'FCRSimSoftCollision::Transform' has a wrong offset!"); \ static_assert(offsetof(FCRSimSoftCollision, ShapeType) == 0x000030, "Member 'FCRSimSoftCollision::ShapeType' has a wrong offset!"); \ static_assert(offsetof(FCRSimSoftCollision, MinimumDistance) == 0x000034, "Member 'FCRSimSoftCollision::MinimumDistance' has a wrong offset!"); \ static_assert(offsetof(FCRSimSoftCollision, MaximumDistance) == 0x000038, "Member 'FCRSimSoftCollision::MaximumDistance' has a wrong offset!"); \ static_assert(offsetof(FCRSimSoftCollision, FalloffType) == 0x00003C, "Member 'FCRSimSoftCollision::FalloffType' has a wrong offset!"); \ static_assert(offsetof(FCRSimSoftCollision, Coefficient) == 0x000040, "Member 'FCRSimSoftCollision::Coefficient' has a wrong offset!"); \ static_assert(offsetof(FCRSimSoftCollision, bInverted) == 0x000044, "Member 'FCRSimSoftCollision::bInverted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCRSimPointContainer \ static_assert(alignof(FCRSimPointContainer) == 0x000008, "Wrong alignment on FCRSimPointContainer"); \ static_assert(sizeof(FCRSimPointContainer) == 0x000078, "Wrong size on FCRSimPointContainer"); \ static_assert(offsetof(FCRSimPointContainer, Points) == 0x000018, "Member 'FCRSimPointContainer::Points' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointContainer, Springs) == 0x000028, "Member 'FCRSimPointContainer::Springs' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointContainer, Forces) == 0x000038, "Member 'FCRSimPointContainer::Forces' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointContainer, CollisionVolumes) == 0x000048, "Member 'FCRSimPointContainer::CollisionVolumes' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointContainer, Constraints) == 0x000058, "Member 'FCRSimPointContainer::Constraints' has a wrong offset!"); \ static_assert(offsetof(FCRSimPointContainer, PreviousStep) == 0x000068, "Member 'FCRSimPointContainer::PreviousStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneControlRigInstanceData \ static_assert(alignof(FMovieSceneControlRigInstanceData) == 0x000008, "Wrong alignment on FMovieSceneControlRigInstanceData"); \ static_assert(sizeof(FMovieSceneControlRigInstanceData) == 0x0000D8, "Wrong size on FMovieSceneControlRigInstanceData"); \ static_assert(offsetof(FMovieSceneControlRigInstanceData, bAdditive) == 0x000008, "Member 'FMovieSceneControlRigInstanceData::bAdditive' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneControlRigInstanceData, bApplyBoneFilter) == 0x000009, "Member 'FMovieSceneControlRigInstanceData::bApplyBoneFilter' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneControlRigInstanceData, BoneFilter) == 0x000010, "Member 'FMovieSceneControlRigInstanceData::BoneFilter' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneControlRigInstanceData, Weight) == 0x000020, "Member 'FMovieSceneControlRigInstanceData::Weight' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneControlRigInstanceData, Operand) == 0x0000C0, "Member 'FMovieSceneControlRigInstanceData::Operand' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformMakeRelative \ static_assert(alignof(FRigUnit_MathTransformMakeRelative) == 0x000010, "Wrong alignment on FRigUnit_MathTransformMakeRelative"); \ static_assert(sizeof(FRigUnit_MathTransformMakeRelative) == 0x0000A0, "Wrong size on FRigUnit_MathTransformMakeRelative"); \ static_assert(offsetof(FRigUnit_MathTransformMakeRelative, Global) == 0x000010, "Member 'FRigUnit_MathTransformMakeRelative::Global' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformMakeRelative, Parent) == 0x000040, "Member 'FRigUnit_MathTransformMakeRelative::Parent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformMakeRelative, Local) == 0x000070, "Member 'FRigUnit_MathTransformMakeRelative::Local' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatAtan \ static_assert(alignof(FRigUnit_MathFloatAtan) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAtan"); \ static_assert(sizeof(FRigUnit_MathFloatAtan) == 0x000010, "Wrong size on FRigUnit_MathFloatAtan"); \ #define DUMPER7_ASSERTS_FChannelMapInfo \ static_assert(alignof(FChannelMapInfo) == 0x000004, "Wrong alignment on FChannelMapInfo"); \ static_assert(sizeof(FChannelMapInfo) == 0x000018, "Wrong size on FChannelMapInfo"); \ static_assert(offsetof(FChannelMapInfo, ControlIndex) == 0x000000, "Member 'FChannelMapInfo::ControlIndex' has a wrong offset!"); \ static_assert(offsetof(FChannelMapInfo, TotalChannelIndex) == 0x000004, "Member 'FChannelMapInfo::TotalChannelIndex' has a wrong offset!"); \ static_assert(offsetof(FChannelMapInfo, ChannelIndex) == 0x000008, "Member 'FChannelMapInfo::ChannelIndex' has a wrong offset!"); \ static_assert(offsetof(FChannelMapInfo, ParentControlIndex) == 0x00000C, "Member 'FChannelMapInfo::ParentControlIndex' has a wrong offset!"); \ static_assert(offsetof(FChannelMapInfo, ChannelTypeName) == 0x000010, "Member 'FChannelMapInfo::ChannelTypeName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FIntegerParameterNameAndCurve \ static_assert(alignof(FIntegerParameterNameAndCurve) == 0x000008, "Wrong alignment on FIntegerParameterNameAndCurve"); \ static_assert(sizeof(FIntegerParameterNameAndCurve) == 0x000098, "Wrong size on FIntegerParameterNameAndCurve"); \ static_assert(offsetof(FIntegerParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FIntegerParameterNameAndCurve::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FIntegerParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FIntegerParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Clamp_Float \ static_assert(alignof(FRigUnit_Clamp_Float) == 0x000008, "Wrong alignment on FRigUnit_Clamp_Float"); \ static_assert(sizeof(FRigUnit_Clamp_Float) == 0x000018, "Wrong size on FRigUnit_Clamp_Float"); \ static_assert(offsetof(FRigUnit_Clamp_Float, Value) == 0x000008, "Member 'FRigUnit_Clamp_Float::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Clamp_Float, Min) == 0x00000C, "Member 'FRigUnit_Clamp_Float::Min' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Clamp_Float, Max) == 0x000010, "Member 'FRigUnit_Clamp_Float::Max' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Clamp_Float, Result) == 0x000014, "Member 'FRigUnit_Clamp_Float::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEnumParameterNameAndCurve \ static_assert(alignof(FEnumParameterNameAndCurve) == 0x000008, "Wrong alignment on FEnumParameterNameAndCurve"); \ static_assert(sizeof(FEnumParameterNameAndCurve) == 0x0000A0, "Wrong size on FEnumParameterNameAndCurve"); \ static_assert(offsetof(FEnumParameterNameAndCurve, ParameterName) == 0x000000, "Member 'FEnumParameterNameAndCurve::ParameterName' has a wrong offset!"); \ static_assert(offsetof(FEnumParameterNameAndCurve, ParameterCurve) == 0x000008, "Member 'FEnumParameterNameAndCurve::ParameterCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformMakeAbsolute \ static_assert(alignof(FRigUnit_MathTransformMakeAbsolute) == 0x000010, "Wrong alignment on FRigUnit_MathTransformMakeAbsolute"); \ static_assert(sizeof(FRigUnit_MathTransformMakeAbsolute) == 0x0000A0, "Wrong size on FRigUnit_MathTransformMakeAbsolute"); \ static_assert(offsetof(FRigUnit_MathTransformMakeAbsolute, Local) == 0x000010, "Member 'FRigUnit_MathTransformMakeAbsolute::Local' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformMakeAbsolute, Parent) == 0x000040, "Member 'FRigUnit_MathTransformMakeAbsolute::Parent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformMakeAbsolute, Global) == 0x000070, "Member 'FRigUnit_MathTransformMakeAbsolute::Global' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneControlRigParameterTemplate \ static_assert(alignof(FMovieSceneControlRigParameterTemplate) == 0x000008, "Wrong alignment on FMovieSceneControlRigParameterTemplate"); \ static_assert(sizeof(FMovieSceneControlRigParameterTemplate) == 0x0000A0, "Wrong size on FMovieSceneControlRigParameterTemplate"); \ static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Enums) == 0x000080, "Member 'FMovieSceneControlRigParameterTemplate::Enums' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneControlRigParameterTemplate, Integers) == 0x000090, "Member 'FMovieSceneControlRigParameterTemplate::Integers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorBase \ static_assert(alignof(FRigUnit_MathVectorBase) == 0x000008, "Wrong alignment on FRigUnit_MathVectorBase"); \ static_assert(sizeof(FRigUnit_MathVectorBase) == 0x000008, "Wrong size on FRigUnit_MathVectorBase"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorClampSpatially \ static_assert(alignof(FRigUnit_MathVectorClampSpatially) == 0x000010, "Wrong alignment on FRigUnit_MathVectorClampSpatially"); \ static_assert(sizeof(FRigUnit_MathVectorClampSpatially) == 0x000080, "Wrong size on FRigUnit_MathVectorClampSpatially"); \ static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Value) == 0x000008, "Member 'FRigUnit_MathVectorClampSpatially::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Axis) == 0x000014, "Member 'FRigUnit_MathVectorClampSpatially::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Type) == 0x000015, "Member 'FRigUnit_MathVectorClampSpatially::Type' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Minimum) == 0x000018, "Member 'FRigUnit_MathVectorClampSpatially::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Maximum) == 0x00001C, "Member 'FRigUnit_MathVectorClampSpatially::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Space) == 0x000020, "Member 'FRigUnit_MathVectorClampSpatially::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampSpatially, bDrawDebug) == 0x000050, "Member 'FRigUnit_MathVectorClampSpatially::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampSpatially, DebugColor) == 0x000054, "Member 'FRigUnit_MathVectorClampSpatially::DebugColor' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampSpatially, DebugThickness) == 0x000064, "Member 'FRigUnit_MathVectorClampSpatially::DebugThickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Result) == 0x000068, "Member 'FRigUnit_MathVectorClampSpatially::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigBoneHierarchy \ static_assert(alignof(FRigBoneHierarchy) == 0x000008, "Wrong alignment on FRigBoneHierarchy"); \ static_assert(sizeof(FRigBoneHierarchy) == 0x000098, "Wrong size on FRigBoneHierarchy"); \ static_assert(offsetof(FRigBoneHierarchy, Bones) == 0x000020, "Member 'FRigBoneHierarchy::Bones' has a wrong offset!"); \ static_assert(offsetof(FRigBoneHierarchy, NameToIndexMapping) == 0x000030, "Member 'FRigBoneHierarchy::NameToIndexMapping' has a wrong offset!"); \ static_assert(offsetof(FRigBoneHierarchy, Selection) == 0x000080, "Member 'FRigBoneHierarchy::Selection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorUnaryOp \ static_assert(alignof(FRigUnit_MathVectorUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorUnaryOp"); \ static_assert(sizeof(FRigUnit_MathVectorUnaryOp) == 0x000020, "Wrong size on FRigUnit_MathVectorUnaryOp"); \ static_assert(offsetof(FRigUnit_MathVectorUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathVectorUnaryOp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorUnaryOp, Result) == 0x000014, "Member 'FRigUnit_MathVectorUnaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetControlFloat \ static_assert(alignof(FRigUnit_GetControlFloat) == 0x000008, "Wrong alignment on FRigUnit_GetControlFloat"); \ static_assert(sizeof(FRigUnit_GetControlFloat) == 0x000030, "Wrong size on FRigUnit_GetControlFloat"); \ static_assert(offsetof(FRigUnit_GetControlFloat, Control) == 0x000008, "Member 'FRigUnit_GetControlFloat::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlFloat, FloatValue) == 0x000010, "Member 'FRigUnit_GetControlFloat::FloatValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlFloat, Minimum) == 0x000014, "Member 'FRigUnit_GetControlFloat::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlFloat, Maximum) == 0x000018, "Member 'FRigUnit_GetControlFloat::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlFloat, CachedControlIndex) == 0x00001C, "Member 'FRigUnit_GetControlFloat::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMathRBFInterpolateQuatFloat_Target \ static_assert(alignof(FMathRBFInterpolateQuatFloat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatFloat_Target"); \ static_assert(sizeof(FMathRBFInterpolateQuatFloat_Target) == 0x000020, "Wrong size on FMathRBFInterpolateQuatFloat_Target"); \ static_assert(offsetof(FMathRBFInterpolateQuatFloat_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatFloat_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FMathRBFInterpolateQuatFloat_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateQuatFloat_Target::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugHierarchy \ static_assert(alignof(FRigUnit_DebugHierarchy) == 0x000010, "Wrong alignment on FRigUnit_DebugHierarchy"); \ static_assert(sizeof(FRigUnit_DebugHierarchy) == 0x0000C0, "Wrong size on FRigUnit_DebugHierarchy"); \ static_assert(offsetof(FRigUnit_DebugHierarchy, Scale) == 0x000068, "Member 'FRigUnit_DebugHierarchy::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugHierarchy, Color) == 0x00006C, "Member 'FRigUnit_DebugHierarchy::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugHierarchy, Thickness) == 0x00007C, "Member 'FRigUnit_DebugHierarchy::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugHierarchy, WorldOffset) == 0x000080, "Member 'FRigUnit_DebugHierarchy::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugHierarchy, bEnabled) == 0x0000B0, "Member 'FRigUnit_DebugHierarchy::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConvertVectorToRotation \ static_assert(alignof(FRigUnit_ConvertVectorToRotation) == 0x000008, "Wrong alignment on FRigUnit_ConvertVectorToRotation"); \ static_assert(sizeof(FRigUnit_ConvertVectorToRotation) == 0x000020, "Wrong size on FRigUnit_ConvertVectorToRotation"); \ static_assert(offsetof(FRigUnit_ConvertVectorToRotation, Input) == 0x000008, "Member 'FRigUnit_ConvertVectorToRotation::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConvertVectorToRotation, Result) == 0x000014, "Member 'FRigUnit_ConvertVectorToRotation::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigCurve \ static_assert(alignof(FRigCurve) == 0x000008, "Wrong alignment on FRigCurve"); \ static_assert(sizeof(FRigCurve) == 0x000020, "Wrong size on FRigCurve"); \ static_assert(offsetof(FRigCurve, Value) == 0x000018, "Member 'FRigCurve::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigCurveContainer \ static_assert(alignof(FRigCurveContainer) == 0x000008, "Wrong alignment on FRigCurveContainer"); \ static_assert(sizeof(FRigCurveContainer) == 0x000098, "Wrong size on FRigCurveContainer"); \ static_assert(offsetof(FRigCurveContainer, Curves) == 0x000020, "Member 'FRigCurveContainer::Curves' has a wrong offset!"); \ static_assert(offsetof(FRigCurveContainer, NameToIndexMapping) == 0x000030, "Member 'FRigCurveContainer::NameToIndexMapping' has a wrong offset!"); \ static_assert(offsetof(FRigCurveContainer, Selection) == 0x000080, "Member 'FRigCurveContainer::Selection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorSetLength \ static_assert(alignof(FRigUnit_MathVectorSetLength) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSetLength"); \ static_assert(sizeof(FRigUnit_MathVectorSetLength) == 0x000028, "Wrong size on FRigUnit_MathVectorSetLength"); \ static_assert(offsetof(FRigUnit_MathVectorSetLength, Value) == 0x000008, "Member 'FRigUnit_MathVectorSetLength::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorSetLength, Length) == 0x000014, "Member 'FRigUnit_MathVectorSetLength::Length' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorSetLength, Result) == 0x000018, "Member 'FRigUnit_MathVectorSetLength::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigSpace \ static_assert(alignof(FRigSpace) == 0x000010, "Wrong alignment on FRigSpace"); \ static_assert(sizeof(FRigSpace) == 0x000090, "Wrong size on FRigSpace"); \ static_assert(offsetof(FRigSpace, SpaceType) == 0x000018, "Member 'FRigSpace::SpaceType' has a wrong offset!"); \ static_assert(offsetof(FRigSpace, ParentName) == 0x00001C, "Member 'FRigSpace::ParentName' has a wrong offset!"); \ static_assert(offsetof(FRigSpace, ParentIndex) == 0x000024, "Member 'FRigSpace::ParentIndex' has a wrong offset!"); \ static_assert(offsetof(FRigSpace, InitialTransform) == 0x000030, "Member 'FRigSpace::InitialTransform' has a wrong offset!"); \ static_assert(offsetof(FRigSpace, LocalTransform) == 0x000060, "Member 'FRigSpace::LocalTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigSpaceHierarchy \ static_assert(alignof(FRigSpaceHierarchy) == 0x000008, "Wrong alignment on FRigSpaceHierarchy"); \ static_assert(sizeof(FRigSpaceHierarchy) == 0x000090, "Wrong size on FRigSpaceHierarchy"); \ static_assert(offsetof(FRigSpaceHierarchy, Spaces) == 0x000020, "Member 'FRigSpaceHierarchy::Spaces' has a wrong offset!"); \ static_assert(offsetof(FRigSpaceHierarchy, NameToIndexMapping) == 0x000030, "Member 'FRigSpaceHierarchy::NameToIndexMapping' has a wrong offset!"); \ static_assert(offsetof(FRigSpaceHierarchy, Selection) == 0x000080, "Member 'FRigSpaceHierarchy::Selection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigHierarchyContainer \ static_assert(alignof(FRigHierarchyContainer) == 0x000008, "Wrong alignment on FRigHierarchyContainer"); \ static_assert(sizeof(FRigHierarchyContainer) == 0x000368, "Wrong size on FRigHierarchyContainer"); \ static_assert(offsetof(FRigHierarchyContainer, BoneHierarchy) == 0x000000, "Member 'FRigHierarchyContainer::BoneHierarchy' has a wrong offset!"); \ static_assert(offsetof(FRigHierarchyContainer, SpaceHierarchy) == 0x000098, "Member 'FRigHierarchyContainer::SpaceHierarchy' has a wrong offset!"); \ static_assert(offsetof(FRigHierarchyContainer, ControlHierarchy) == 0x000128, "Member 'FRigHierarchyContainer::ControlHierarchy' has a wrong offset!"); \ static_assert(offsetof(FRigHierarchyContainer, CurveContainer) == 0x000230, "Member 'FRigHierarchyContainer::CurveContainer' has a wrong offset!"); \ static_assert(offsetof(FRigHierarchyContainer, Version) == 0x0002C8, "Member 'FRigHierarchyContainer::Version' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigMirrorSettings \ static_assert(alignof(FRigMirrorSettings) == 0x000008, "Wrong alignment on FRigMirrorSettings"); \ static_assert(sizeof(FRigMirrorSettings) == 0x000028, "Wrong size on FRigMirrorSettings"); \ static_assert(offsetof(FRigMirrorSettings, MirrorAxis) == 0x000000, "Member 'FRigMirrorSettings::MirrorAxis' has a wrong offset!"); \ static_assert(offsetof(FRigMirrorSettings, AxisToFlip) == 0x000001, "Member 'FRigMirrorSettings::AxisToFlip' has a wrong offset!"); \ static_assert(offsetof(FRigMirrorSettings, OldName) == 0x000008, "Member 'FRigMirrorSettings::OldName' has a wrong offset!"); \ static_assert(offsetof(FRigMirrorSettings, NewName) == 0x000018, "Member 'FRigMirrorSettings::NewName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugLineStrip \ static_assert(alignof(FRigUnit_DebugLineStrip) == 0x000010, "Wrong alignment on FRigUnit_DebugLineStrip"); \ static_assert(sizeof(FRigUnit_DebugLineStrip) == 0x0000E0, "Wrong size on FRigUnit_DebugLineStrip"); \ static_assert(offsetof(FRigUnit_DebugLineStrip, Points) == 0x000068, "Member 'FRigUnit_DebugLineStrip::Points' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStrip, Color) == 0x000078, "Member 'FRigUnit_DebugLineStrip::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStrip, Thickness) == 0x000088, "Member 'FRigUnit_DebugLineStrip::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStrip, Space) == 0x00008C, "Member 'FRigUnit_DebugLineStrip::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStrip, WorldOffset) == 0x0000A0, "Member 'FRigUnit_DebugLineStrip::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStrip, bEnabled) == 0x0000D0, "Member 'FRigUnit_DebugLineStrip::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigHierarchyCopyPasteContent \ static_assert(alignof(FRigHierarchyCopyPasteContent) == 0x000008, "Wrong alignment on FRigHierarchyCopyPasteContent"); \ static_assert(sizeof(FRigHierarchyCopyPasteContent) == 0x000040, "Wrong size on FRigHierarchyCopyPasteContent"); \ static_assert(offsetof(FRigHierarchyCopyPasteContent, Types) == 0x000000, "Member 'FRigHierarchyCopyPasteContent::Types' has a wrong offset!"); \ static_assert(offsetof(FRigHierarchyCopyPasteContent, Contents) == 0x000010, "Member 'FRigHierarchyCopyPasteContent::Contents' has a wrong offset!"); \ static_assert(offsetof(FRigHierarchyCopyPasteContent, LocalTransforms) == 0x000020, "Member 'FRigHierarchyCopyPasteContent::LocalTransforms' has a wrong offset!"); \ static_assert(offsetof(FRigHierarchyCopyPasteContent, GlobalTransforms) == 0x000030, "Member 'FRigHierarchyCopyPasteContent::GlobalTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DrawContainerSetTransform \ static_assert(alignof(FRigUnit_DrawContainerSetTransform) == 0x000010, "Wrong alignment on FRigUnit_DrawContainerSetTransform"); \ static_assert(sizeof(FRigUnit_DrawContainerSetTransform) == 0x0000A0, "Wrong size on FRigUnit_DrawContainerSetTransform"); \ static_assert(offsetof(FRigUnit_DrawContainerSetTransform, InstructionName) == 0x000068, "Member 'FRigUnit_DrawContainerSetTransform::InstructionName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DrawContainerSetTransform, Transform) == 0x000070, "Member 'FRigUnit_DrawContainerSetTransform::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateVectorRange \ static_assert(alignof(FRigUnit_AccumulateVectorRange) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorRange"); \ static_assert(sizeof(FRigUnit_AccumulateVectorRange) == 0x000048, "Wrong size on FRigUnit_AccumulateVectorRange"); \ static_assert(offsetof(FRigUnit_AccumulateVectorRange, Value) == 0x000008, "Member 'FRigUnit_AccumulateVectorRange::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorRange, Minimum) == 0x000014, "Member 'FRigUnit_AccumulateVectorRange::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorRange, Maximum) == 0x000020, "Member 'FRigUnit_AccumulateVectorRange::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorRange, AccumulatedMinimum) == 0x00002C, "Member 'FRigUnit_AccumulateVectorRange::AccumulatedMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorRange, AccumulatedMaximum) == 0x000038, "Member 'FRigUnit_AccumulateVectorRange::AccumulatedMaximum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatRange \ static_assert(alignof(FRigUnit_AccumulateFloatRange) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatRange"); \ static_assert(sizeof(FRigUnit_AccumulateFloatRange) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatRange"); \ static_assert(offsetof(FRigUnit_AccumulateFloatRange, Value) == 0x000008, "Member 'FRigUnit_AccumulateFloatRange::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatRange, Minimum) == 0x00000C, "Member 'FRigUnit_AccumulateFloatRange::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatRange, Maximum) == 0x000010, "Member 'FRigUnit_AccumulateFloatRange::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatRange, AccumulatedMinimum) == 0x000014, "Member 'FRigUnit_AccumulateFloatRange::AccumulatedMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatRange, AccumulatedMaximum) == 0x000018, "Member 'FRigUnit_AccumulateFloatRange::AccumulatedMaximum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolBase \ static_assert(alignof(FRigUnit_MathBoolBase) == 0x000008, "Wrong alignment on FRigUnit_MathBoolBase"); \ static_assert(sizeof(FRigUnit_MathBoolBase) == 0x000008, "Wrong size on FRigUnit_MathBoolBase"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolBinaryOp \ static_assert(alignof(FRigUnit_MathBoolBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathBoolBinaryOp"); \ static_assert(sizeof(FRigUnit_MathBoolBinaryOp) == 0x000010, "Wrong size on FRigUnit_MathBoolBinaryOp"); \ static_assert(offsetof(FRigUnit_MathBoolBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathBoolBinaryOp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathBoolBinaryOp, B) == 0x000009, "Member 'FRigUnit_MathBoolBinaryOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathBoolBinaryOp, Result) == 0x00000A, "Member 'FRigUnit_MathBoolBinaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolAnd \ static_assert(alignof(FRigUnit_MathBoolAnd) == 0x000008, "Wrong alignment on FRigUnit_MathBoolAnd"); \ static_assert(sizeof(FRigUnit_MathBoolAnd) == 0x000010, "Wrong size on FRigUnit_MathBoolAnd"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateTransformLerp \ static_assert(alignof(FRigUnit_AccumulateTransformLerp) == 0x000010, "Wrong alignment on FRigUnit_AccumulateTransformLerp"); \ static_assert(sizeof(FRigUnit_AccumulateTransformLerp) == 0x0000E0, "Wrong size on FRigUnit_AccumulateTransformLerp"); \ static_assert(offsetof(FRigUnit_AccumulateTransformLerp, TargetValue) == 0x000010, "Member 'FRigUnit_AccumulateTransformLerp::TargetValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateTransformLerp, InitialValue) == 0x000040, "Member 'FRigUnit_AccumulateTransformLerp::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateTransformLerp, Blend) == 0x000070, "Member 'FRigUnit_AccumulateTransformLerp::Blend' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateTransformLerp, bIntegrateDeltaTime) == 0x000074, "Member 'FRigUnit_AccumulateTransformLerp::bIntegrateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateTransformLerp, Result) == 0x000080, "Member 'FRigUnit_AccumulateTransformLerp::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateTransformLerp, AccumulatedValue) == 0x0000B0, "Member 'FRigUnit_AccumulateTransformLerp::AccumulatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateQuatLerp \ static_assert(alignof(FRigUnit_AccumulateQuatLerp) == 0x000010, "Wrong alignment on FRigUnit_AccumulateQuatLerp"); \ static_assert(sizeof(FRigUnit_AccumulateQuatLerp) == 0x000060, "Wrong size on FRigUnit_AccumulateQuatLerp"); \ static_assert(offsetof(FRigUnit_AccumulateQuatLerp, TargetValue) == 0x000010, "Member 'FRigUnit_AccumulateQuatLerp::TargetValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateQuatLerp, InitialValue) == 0x000020, "Member 'FRigUnit_AccumulateQuatLerp::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateQuatLerp, Blend) == 0x000030, "Member 'FRigUnit_AccumulateQuatLerp::Blend' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateQuatLerp, bIntegrateDeltaTime) == 0x000034, "Member 'FRigUnit_AccumulateQuatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateQuatLerp, Result) == 0x000040, "Member 'FRigUnit_AccumulateQuatLerp::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateQuatLerp, AccumulatedValue) == 0x000050, "Member 'FRigUnit_AccumulateQuatLerp::AccumulatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateVectorLerp \ static_assert(alignof(FRigUnit_AccumulateVectorLerp) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorLerp"); \ static_assert(sizeof(FRigUnit_AccumulateVectorLerp) == 0x000040, "Wrong size on FRigUnit_AccumulateVectorLerp"); \ static_assert(offsetof(FRigUnit_AccumulateVectorLerp, TargetValue) == 0x000008, "Member 'FRigUnit_AccumulateVectorLerp::TargetValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorLerp, InitialValue) == 0x000014, "Member 'FRigUnit_AccumulateVectorLerp::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorLerp, Blend) == 0x000020, "Member 'FRigUnit_AccumulateVectorLerp::Blend' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorLerp, bIntegrateDeltaTime) == 0x000024, "Member 'FRigUnit_AccumulateVectorLerp::bIntegrateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorLerp, Result) == 0x000028, "Member 'FRigUnit_AccumulateVectorLerp::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorLerp, AccumulatedValue) == 0x000034, "Member 'FRigUnit_AccumulateVectorLerp::AccumulatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConvertEulerTransform \ static_assert(alignof(FRigUnit_ConvertEulerTransform) == 0x000010, "Wrong alignment on FRigUnit_ConvertEulerTransform"); \ static_assert(sizeof(FRigUnit_ConvertEulerTransform) == 0x000060, "Wrong size on FRigUnit_ConvertEulerTransform"); \ static_assert(offsetof(FRigUnit_ConvertEulerTransform, Input) == 0x000008, "Member 'FRigUnit_ConvertEulerTransform::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConvertEulerTransform, Result) == 0x000030, "Member 'FRigUnit_ConvertEulerTransform::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatLerp \ static_assert(alignof(FRigUnit_AccumulateFloatLerp) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatLerp"); \ static_assert(sizeof(FRigUnit_AccumulateFloatLerp) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatLerp"); \ static_assert(offsetof(FRigUnit_AccumulateFloatLerp, TargetValue) == 0x000008, "Member 'FRigUnit_AccumulateFloatLerp::TargetValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatLerp, InitialValue) == 0x00000C, "Member 'FRigUnit_AccumulateFloatLerp::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatLerp, Blend) == 0x000010, "Member 'FRigUnit_AccumulateFloatLerp::Blend' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatLerp, bIntegrateDeltaTime) == 0x000014, "Member 'FRigUnit_AccumulateFloatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatLerp, Result) == 0x000018, "Member 'FRigUnit_AccumulateFloatLerp::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatLerp, AccumulatedValue) == 0x00001C, "Member 'FRigUnit_AccumulateFloatLerp::AccumulatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FitChainToCurve_Rotation \ static_assert(alignof(FRigUnit_FitChainToCurve_Rotation) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurve_Rotation"); \ static_assert(sizeof(FRigUnit_FitChainToCurve_Rotation) == 0x000020, "Wrong size on FRigUnit_FitChainToCurve_Rotation"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_Rotation, Rotation) == 0x000000, "Member 'FRigUnit_FitChainToCurve_Rotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_Rotation, Ratio) == 0x000010, "Member 'FRigUnit_FitChainToCurve_Rotation::Ratio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FitChainToCurve_WorkData \ static_assert(alignof(FRigUnit_FitChainToCurve_WorkData) == 0x000008, "Wrong alignment on FRigUnit_FitChainToCurve_WorkData"); \ static_assert(sizeof(FRigUnit_FitChainToCurve_WorkData) == 0x000098, "Wrong size on FRigUnit_FitChainToCurve_WorkData"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ChainLength) == 0x000000, "Member 'FRigUnit_FitChainToCurve_WorkData::ChainLength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemPositions) == 0x000008, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemPositions' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemSegments) == 0x000018, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemSegments' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, CurvePositions) == 0x000028, "Member 'FRigUnit_FitChainToCurve_WorkData::CurvePositions' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, CurveSegments) == 0x000038, "Member 'FRigUnit_FitChainToCurve_WorkData::CurveSegments' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, CachedItems) == 0x000048, "Member 'FRigUnit_FitChainToCurve_WorkData::CachedItems' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemRotationA) == 0x000058, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemRotationA' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemRotationB) == 0x000068, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemRotationB' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemRotationT) == 0x000078, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemRotationT' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve_WorkData, ItemLocalTransforms) == 0x000088, "Member 'FRigUnit_FitChainToCurve_WorkData::ItemLocalTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FitChainToCurvePerItem \ static_assert(alignof(FRigUnit_FitChainToCurvePerItem) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurvePerItem"); \ static_assert(sizeof(FRigUnit_FitChainToCurvePerItem) == 0x000200, "Wrong size on FRigUnit_FitChainToCurvePerItem"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Items) == 0x000068, "Member 'FRigUnit_FitChainToCurvePerItem::Items' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Bezier) == 0x000078, "Member 'FRigUnit_FitChainToCurvePerItem::Bezier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Alignment) == 0x0000A8, "Member 'FRigUnit_FitChainToCurvePerItem::Alignment' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Minimum) == 0x0000AC, "Member 'FRigUnit_FitChainToCurvePerItem::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Maximum) == 0x0000B0, "Member 'FRigUnit_FitChainToCurvePerItem::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SamplingPrecision) == 0x0000B4, "Member 'FRigUnit_FitChainToCurvePerItem::SamplingPrecision' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PrimaryAxis) == 0x0000B8, "Member 'FRigUnit_FitChainToCurvePerItem::PrimaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SecondaryAxis) == 0x0000C4, "Member 'FRigUnit_FitChainToCurvePerItem::SecondaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PoleVectorPosition) == 0x0000D0, "Member 'FRigUnit_FitChainToCurvePerItem::PoleVectorPosition' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Rotations) == 0x0000E0, "Member 'FRigUnit_FitChainToCurvePerItem::Rotations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, RotationEaseType) == 0x0000F0, "Member 'FRigUnit_FitChainToCurvePerItem::RotationEaseType' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Weight) == 0x0000F4, "Member 'FRigUnit_FitChainToCurvePerItem::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, bPropagateToChildren) == 0x0000F8, "Member 'FRigUnit_FitChainToCurvePerItem::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, DebugSettings) == 0x000100, "Member 'FRigUnit_FitChainToCurvePerItem::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, WorkData) == 0x000160, "Member 'FRigUnit_FitChainToCurvePerItem::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateTransformMul \ static_assert(alignof(FRigUnit_AccumulateTransformMul) == 0x000010, "Wrong alignment on FRigUnit_AccumulateTransformMul"); \ static_assert(sizeof(FRigUnit_AccumulateTransformMul) == 0x0000E0, "Wrong size on FRigUnit_AccumulateTransformMul"); \ static_assert(offsetof(FRigUnit_AccumulateTransformMul, Multiplier) == 0x000010, "Member 'FRigUnit_AccumulateTransformMul::Multiplier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateTransformMul, InitialValue) == 0x000040, "Member 'FRigUnit_AccumulateTransformMul::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateTransformMul, bFlipOrder) == 0x000070, "Member 'FRigUnit_AccumulateTransformMul::bFlipOrder' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateTransformMul, bIntegrateDeltaTime) == 0x000071, "Member 'FRigUnit_AccumulateTransformMul::bIntegrateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateTransformMul, Result) == 0x000080, "Member 'FRigUnit_AccumulateTransformMul::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateTransformMul, AccumulatedValue) == 0x0000B0, "Member 'FRigUnit_AccumulateTransformMul::AccumulatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateQuatMul \ static_assert(alignof(FRigUnit_AccumulateQuatMul) == 0x000010, "Wrong alignment on FRigUnit_AccumulateQuatMul"); \ static_assert(sizeof(FRigUnit_AccumulateQuatMul) == 0x000060, "Wrong size on FRigUnit_AccumulateQuatMul"); \ static_assert(offsetof(FRigUnit_AccumulateQuatMul, Multiplier) == 0x000010, "Member 'FRigUnit_AccumulateQuatMul::Multiplier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateQuatMul, InitialValue) == 0x000020, "Member 'FRigUnit_AccumulateQuatMul::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateQuatMul, bFlipOrder) == 0x000030, "Member 'FRigUnit_AccumulateQuatMul::bFlipOrder' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateQuatMul, bIntegrateDeltaTime) == 0x000031, "Member 'FRigUnit_AccumulateQuatMul::bIntegrateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateQuatMul, Result) == 0x000040, "Member 'FRigUnit_AccumulateQuatMul::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateQuatMul, AccumulatedValue) == 0x000050, "Member 'FRigUnit_AccumulateQuatMul::AccumulatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateVectorMul \ static_assert(alignof(FRigUnit_AccumulateVectorMul) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorMul"); \ static_assert(sizeof(FRigUnit_AccumulateVectorMul) == 0x000040, "Wrong size on FRigUnit_AccumulateVectorMul"); \ static_assert(offsetof(FRigUnit_AccumulateVectorMul, Multiplier) == 0x000008, "Member 'FRigUnit_AccumulateVectorMul::Multiplier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorMul, InitialValue) == 0x000014, "Member 'FRigUnit_AccumulateVectorMul::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorMul, bIntegrateDeltaTime) == 0x000020, "Member 'FRigUnit_AccumulateVectorMul::bIntegrateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorMul, Result) == 0x000024, "Member 'FRigUnit_AccumulateVectorMul::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorMul, AccumulatedValue) == 0x000030, "Member 'FRigUnit_AccumulateVectorMul::AccumulatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatMul \ static_assert(alignof(FRigUnit_AccumulateFloatMul) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatMul"); \ static_assert(sizeof(FRigUnit_AccumulateFloatMul) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatMul"); \ static_assert(offsetof(FRigUnit_AccumulateFloatMul, Multiplier) == 0x000008, "Member 'FRigUnit_AccumulateFloatMul::Multiplier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatMul, InitialValue) == 0x00000C, "Member 'FRigUnit_AccumulateFloatMul::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatMul, bIntegrateDeltaTime) == 0x000010, "Member 'FRigUnit_AccumulateFloatMul::bIntegrateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatMul, Result) == 0x000014, "Member 'FRigUnit_AccumulateFloatMul::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatMul, AccumulatedValue) == 0x000018, "Member 'FRigUnit_AccumulateFloatMul::AccumulatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetMultiControlRotator_Entry \ static_assert(alignof(FRigUnit_SetMultiControlRotator_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlRotator_Entry"); \ static_assert(sizeof(FRigUnit_SetMultiControlRotator_Entry) == 0x000018, "Wrong size on FRigUnit_SetMultiControlRotator_Entry"); \ static_assert(offsetof(FRigUnit_SetMultiControlRotator_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlRotator_Entry::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlRotator_Entry, Rotator) == 0x000008, "Member 'FRigUnit_SetMultiControlRotator_Entry::Rotator' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlRotator_Entry, Space) == 0x000014, "Member 'FRigUnit_SetMultiControlRotator_Entry::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetMultiControlRotator \ static_assert(alignof(FRigUnit_SetMultiControlRotator) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlRotator"); \ static_assert(sizeof(FRigUnit_SetMultiControlRotator) == 0x000090, "Wrong size on FRigUnit_SetMultiControlRotator"); \ static_assert(offsetof(FRigUnit_SetMultiControlRotator, Entries) == 0x000068, "Member 'FRigUnit_SetMultiControlRotator::Entries' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlRotator, Weight) == 0x000078, "Member 'FRigUnit_SetMultiControlRotator::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlRotator, CachedControlIndices) == 0x000080, "Member 'FRigUnit_SetMultiControlRotator::CachedControlIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateVectorAdd \ static_assert(alignof(FRigUnit_AccumulateVectorAdd) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorAdd"); \ static_assert(sizeof(FRigUnit_AccumulateVectorAdd) == 0x000040, "Wrong size on FRigUnit_AccumulateVectorAdd"); \ static_assert(offsetof(FRigUnit_AccumulateVectorAdd, Increment) == 0x000008, "Member 'FRigUnit_AccumulateVectorAdd::Increment' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorAdd, InitialValue) == 0x000014, "Member 'FRigUnit_AccumulateVectorAdd::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorAdd, bIntegrateDeltaTime) == 0x000020, "Member 'FRigUnit_AccumulateVectorAdd::bIntegrateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorAdd, Result) == 0x000024, "Member 'FRigUnit_AccumulateVectorAdd::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateVectorAdd, AccumulatedValue) == 0x000030, "Member 'FRigUnit_AccumulateVectorAdd::AccumulatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatAdd \ static_assert(alignof(FRigUnit_AccumulateFloatAdd) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatAdd"); \ static_assert(sizeof(FRigUnit_AccumulateFloatAdd) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatAdd"); \ static_assert(offsetof(FRigUnit_AccumulateFloatAdd, Increment) == 0x000008, "Member 'FRigUnit_AccumulateFloatAdd::Increment' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatAdd, InitialValue) == 0x00000C, "Member 'FRigUnit_AccumulateFloatAdd::InitialValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatAdd, bIntegrateDeltaTime) == 0x000010, "Member 'FRigUnit_AccumulateFloatAdd::bIntegrateDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatAdd, Result) == 0x000014, "Member 'FRigUnit_AccumulateFloatAdd::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AccumulateFloatAdd, AccumulatedValue) == 0x000018, "Member 'FRigUnit_AccumulateFloatAdd::AccumulatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetBoneRotation \ static_assert(alignof(FRigUnit_SetBoneRotation) == 0x000010, "Wrong alignment on FRigUnit_SetBoneRotation"); \ static_assert(sizeof(FRigUnit_SetBoneRotation) == 0x0000A0, "Wrong size on FRigUnit_SetBoneRotation"); \ static_assert(offsetof(FRigUnit_SetBoneRotation, Bone) == 0x000068, "Member 'FRigUnit_SetBoneRotation::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneRotation, Rotation) == 0x000070, "Member 'FRigUnit_SetBoneRotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneRotation, Space) == 0x000080, "Member 'FRigUnit_SetBoneRotation::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneRotation, Weight) == 0x000084, "Member 'FRigUnit_SetBoneRotation::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneRotation, bPropagateToChildren) == 0x000088, "Member 'FRigUnit_SetBoneRotation::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneRotation, CachedBone) == 0x00008C, "Member 'FRigUnit_SetBoneRotation::CachedBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AddBoneTransform \ static_assert(alignof(FRigUnit_AddBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_AddBoneTransform"); \ static_assert(sizeof(FRigUnit_AddBoneTransform) == 0x0000C0, "Wrong size on FRigUnit_AddBoneTransform"); \ static_assert(offsetof(FRigUnit_AddBoneTransform, Bone) == 0x000068, "Member 'FRigUnit_AddBoneTransform::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AddBoneTransform, Transform) == 0x000070, "Member 'FRigUnit_AddBoneTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AddBoneTransform, Weight) == 0x0000A0, "Member 'FRigUnit_AddBoneTransform::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AddBoneTransform, bPostMultiply) == 0x0000A4, "Member 'FRigUnit_AddBoneTransform::bPostMultiply' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AddBoneTransform, bPropagateToChildren) == 0x0000A5, "Member 'FRigUnit_AddBoneTransform::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AddBoneTransform, CachedBone) == 0x0000A8, "Member 'FRigUnit_AddBoneTransform::CachedBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_BinaryQuaternionOp \ static_assert(alignof(FRigUnit_BinaryQuaternionOp) == 0x000010, "Wrong alignment on FRigUnit_BinaryQuaternionOp"); \ static_assert(sizeof(FRigUnit_BinaryQuaternionOp) == 0x000040, "Wrong size on FRigUnit_BinaryQuaternionOp"); \ static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Argument0) == 0x000010, "Member 'FRigUnit_BinaryQuaternionOp::Argument0' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Argument1) == 0x000020, "Member 'FRigUnit_BinaryQuaternionOp::Argument1' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BinaryQuaternionOp, Result) == 0x000030, "Member 'FRigUnit_BinaryQuaternionOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MultiplyQuaternion \ static_assert(alignof(FRigUnit_MultiplyQuaternion) == 0x000010, "Wrong alignment on FRigUnit_MultiplyQuaternion"); \ static_assert(sizeof(FRigUnit_MultiplyQuaternion) == 0x000040, "Wrong size on FRigUnit_MultiplyQuaternion"); \ #define DUMPER7_ASSERTS_FRigUnit_AimItem_Target \ static_assert(alignof(FRigUnit_AimItem_Target) == 0x000004, "Wrong alignment on FRigUnit_AimItem_Target"); \ static_assert(sizeof(FRigUnit_AimItem_Target) == 0x00002C, "Wrong size on FRigUnit_AimItem_Target"); \ static_assert(offsetof(FRigUnit_AimItem_Target, Weight) == 0x000000, "Member 'FRigUnit_AimItem_Target::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem_Target, Axis) == 0x000004, "Member 'FRigUnit_AimItem_Target::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem_Target, Target) == 0x000010, "Member 'FRigUnit_AimItem_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem_Target, Kind) == 0x00001C, "Member 'FRigUnit_AimItem_Target::Kind' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem_Target, Space) == 0x000020, "Member 'FRigUnit_AimItem_Target::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AimBone_DebugSettings \ static_assert(alignof(FRigUnit_AimBone_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_AimBone_DebugSettings"); \ static_assert(sizeof(FRigUnit_AimBone_DebugSettings) == 0x000040, "Wrong size on FRigUnit_AimBone_DebugSettings"); \ static_assert(offsetof(FRigUnit_AimBone_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_AimBone_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_AimBone_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_AimBone_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AimItem \ static_assert(alignof(FRigUnit_AimItem) == 0x000010, "Wrong alignment on FRigUnit_AimItem"); \ static_assert(sizeof(FRigUnit_AimItem) == 0x000150, "Wrong size on FRigUnit_AimItem"); \ static_assert(offsetof(FRigUnit_AimItem, Item) == 0x000068, "Member 'FRigUnit_AimItem::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem, Primary) == 0x000074, "Member 'FRigUnit_AimItem::Primary' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem, Secondary) == 0x0000A0, "Member 'FRigUnit_AimItem::Secondary' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem, Weight) == 0x0000CC, "Member 'FRigUnit_AimItem::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem, DebugSettings) == 0x0000D0, "Member 'FRigUnit_AimItem::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem, CachedItem) == 0x000110, "Member 'FRigUnit_AimItem::CachedItem' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem, PrimaryCachedSpace) == 0x000124, "Member 'FRigUnit_AimItem::PrimaryCachedSpace' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimItem, SecondaryCachedSpace) == 0x000138, "Member 'FRigUnit_AimItem::SecondaryCachedSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetControlOffset \ static_assert(alignof(FRigUnit_SetControlOffset) == 0x000010, "Wrong alignment on FRigUnit_SetControlOffset"); \ static_assert(sizeof(FRigUnit_SetControlOffset) == 0x0000C0, "Wrong size on FRigUnit_SetControlOffset"); \ static_assert(offsetof(FRigUnit_SetControlOffset, Control) == 0x000068, "Member 'FRigUnit_SetControlOffset::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlOffset, Offset) == 0x000070, "Member 'FRigUnit_SetControlOffset::Offset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlOffset, Space) == 0x0000A0, "Member 'FRigUnit_SetControlOffset::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlOffset, CachedControlIndex) == 0x0000A4, "Member 'FRigUnit_SetControlOffset::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AimBone_Target \ static_assert(alignof(FRigUnit_AimBone_Target) == 0x000004, "Wrong alignment on FRigUnit_AimBone_Target"); \ static_assert(sizeof(FRigUnit_AimBone_Target) == 0x000028, "Wrong size on FRigUnit_AimBone_Target"); \ static_assert(offsetof(FRigUnit_AimBone_Target, Weight) == 0x000000, "Member 'FRigUnit_AimBone_Target::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone_Target, Axis) == 0x000004, "Member 'FRigUnit_AimBone_Target::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone_Target, Target) == 0x000010, "Member 'FRigUnit_AimBone_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone_Target, Kind) == 0x00001C, "Member 'FRigUnit_AimBone_Target::Kind' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone_Target, Space) == 0x000020, "Member 'FRigUnit_AimBone_Target::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AimBone \ static_assert(alignof(FRigUnit_AimBone) == 0x000010, "Wrong alignment on FRigUnit_AimBone"); \ static_assert(sizeof(FRigUnit_AimBone) == 0x000150, "Wrong size on FRigUnit_AimBone"); \ static_assert(offsetof(FRigUnit_AimBone, Bone) == 0x000068, "Member 'FRigUnit_AimBone::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone, Primary) == 0x000070, "Member 'FRigUnit_AimBone::Primary' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone, Secondary) == 0x000098, "Member 'FRigUnit_AimBone::Secondary' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone, Weight) == 0x0000C0, "Member 'FRigUnit_AimBone::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone, bPropagateToChildren) == 0x0000C4, "Member 'FRigUnit_AimBone::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone, DebugSettings) == 0x0000D0, "Member 'FRigUnit_AimBone::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone, CachedBoneIndex) == 0x000110, "Member 'FRigUnit_AimBone::CachedBoneIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone, PrimaryCachedSpace) == 0x000124, "Member 'FRigUnit_AimBone::PrimaryCachedSpace' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBone, SecondaryCachedSpace) == 0x000138, "Member 'FRigUnit_AimBone::SecondaryCachedSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetMultiControlInteger_Entry \ static_assert(alignof(FRigUnit_SetMultiControlInteger_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlInteger_Entry"); \ static_assert(sizeof(FRigUnit_SetMultiControlInteger_Entry) == 0x00000C, "Wrong size on FRigUnit_SetMultiControlInteger_Entry"); \ static_assert(offsetof(FRigUnit_SetMultiControlInteger_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlInteger_Entry::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlInteger_Entry, IntegerValue) == 0x000008, "Member 'FRigUnit_SetMultiControlInteger_Entry::IntegerValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_HighlevelBase \ static_assert(alignof(FRigUnit_HighlevelBase) == 0x000008, "Wrong alignment on FRigUnit_HighlevelBase"); \ static_assert(sizeof(FRigUnit_HighlevelBase) == 0x000008, "Wrong size on FRigUnit_HighlevelBase"); \ #define DUMPER7_ASSERTS_FRigUnit_SetControlRotator \ static_assert(alignof(FRigUnit_SetControlRotator) == 0x000008, "Wrong alignment on FRigUnit_SetControlRotator"); \ static_assert(sizeof(FRigUnit_SetControlRotator) == 0x000098, "Wrong size on FRigUnit_SetControlRotator"); \ static_assert(offsetof(FRigUnit_SetControlRotator, Control) == 0x000068, "Member 'FRigUnit_SetControlRotator::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlRotator, Weight) == 0x000070, "Member 'FRigUnit_SetControlRotator::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlRotator, Rotator) == 0x000074, "Member 'FRigUnit_SetControlRotator::Rotator' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlRotator, Space) == 0x000080, "Member 'FRigUnit_SetControlRotator::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlRotator, CachedControlIndex) == 0x000084, "Member 'FRigUnit_SetControlRotator::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AimBoneMath \ static_assert(alignof(FRigUnit_AimBoneMath) == 0x000010, "Wrong alignment on FRigUnit_AimBoneMath"); \ static_assert(sizeof(FRigUnit_AimBoneMath) == 0x000140, "Wrong size on FRigUnit_AimBoneMath"); \ static_assert(offsetof(FRigUnit_AimBoneMath, InputTransform) == 0x000010, "Member 'FRigUnit_AimBoneMath::InputTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBoneMath, Primary) == 0x000040, "Member 'FRigUnit_AimBoneMath::Primary' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBoneMath, Secondary) == 0x00006C, "Member 'FRigUnit_AimBoneMath::Secondary' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBoneMath, Weight) == 0x000098, "Member 'FRigUnit_AimBoneMath::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBoneMath, Result) == 0x0000A0, "Member 'FRigUnit_AimBoneMath::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBoneMath, DebugSettings) == 0x0000D0, "Member 'FRigUnit_AimBoneMath::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBoneMath, PrimaryCachedSpace) == 0x000110, "Member 'FRigUnit_AimBoneMath::PrimaryCachedSpace' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AimBoneMath, SecondaryCachedSpace) == 0x000124, "Member 'FRigUnit_AimBoneMath::SecondaryCachedSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetBoneTranslation \ static_assert(alignof(FRigUnit_SetBoneTranslation) == 0x000008, "Wrong alignment on FRigUnit_SetBoneTranslation"); \ static_assert(sizeof(FRigUnit_SetBoneTranslation) == 0x0000A0, "Wrong size on FRigUnit_SetBoneTranslation"); \ static_assert(offsetof(FRigUnit_SetBoneTranslation, Bone) == 0x000068, "Member 'FRigUnit_SetBoneTranslation::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneTranslation, Translation) == 0x000070, "Member 'FRigUnit_SetBoneTranslation::Translation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneTranslation, Space) == 0x00007C, "Member 'FRigUnit_SetBoneTranslation::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneTranslation, Weight) == 0x000080, "Member 'FRigUnit_SetBoneTranslation::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneTranslation, bPropagateToChildren) == 0x000084, "Member 'FRigUnit_SetBoneTranslation::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneTranslation, CachedBone) == 0x000088, "Member 'FRigUnit_SetBoneTranslation::CachedBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetControlVisibility \ static_assert(alignof(FRigUnit_SetControlVisibility) == 0x000008, "Wrong alignment on FRigUnit_SetControlVisibility"); \ static_assert(sizeof(FRigUnit_SetControlVisibility) == 0x0000A0, "Wrong size on FRigUnit_SetControlVisibility"); \ static_assert(offsetof(FRigUnit_SetControlVisibility, Item) == 0x000068, "Member 'FRigUnit_SetControlVisibility::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlVisibility, Pattern) == 0x000078, "Member 'FRigUnit_SetControlVisibility::Pattern' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlVisibility, bVisible) == 0x000088, "Member 'FRigUnit_SetControlVisibility::bVisible' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlVisibility, CachedControlIndices) == 0x000090, "Member 'FRigUnit_SetControlVisibility::CachedControlIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AlphaInterpVector \ static_assert(alignof(FRigUnit_AlphaInterpVector) == 0x000008, "Wrong alignment on FRigUnit_AlphaInterpVector"); \ static_assert(sizeof(FRigUnit_AlphaInterpVector) == 0x000088, "Wrong size on FRigUnit_AlphaInterpVector"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, Value) == 0x000008, "Member 'FRigUnit_AlphaInterpVector::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, Scale) == 0x000014, "Member 'FRigUnit_AlphaInterpVector::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, Bias) == 0x000018, "Member 'FRigUnit_AlphaInterpVector::Bias' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, bMapRange) == 0x00001C, "Member 'FRigUnit_AlphaInterpVector::bMapRange' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, InRange) == 0x000020, "Member 'FRigUnit_AlphaInterpVector::InRange' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, OutRange) == 0x000028, "Member 'FRigUnit_AlphaInterpVector::OutRange' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, bClampResult) == 0x000030, "Member 'FRigUnit_AlphaInterpVector::bClampResult' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, ClampMin) == 0x000034, "Member 'FRigUnit_AlphaInterpVector::ClampMin' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, ClampMax) == 0x000038, "Member 'FRigUnit_AlphaInterpVector::ClampMax' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, bInterpResult) == 0x00003C, "Member 'FRigUnit_AlphaInterpVector::bInterpResult' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, InterpSpeedIncreasing) == 0x000040, "Member 'FRigUnit_AlphaInterpVector::InterpSpeedIncreasing' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, InterpSpeedDecreasing) == 0x000044, "Member 'FRigUnit_AlphaInterpVector::InterpSpeedDecreasing' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, Result) == 0x000048, "Member 'FRigUnit_AlphaInterpVector::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterpVector, ScaleBiasClamp) == 0x000054, "Member 'FRigUnit_AlphaInterpVector::ScaleBiasClamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AlphaInterp \ static_assert(alignof(FRigUnit_AlphaInterp) == 0x000008, "Wrong alignment on FRigUnit_AlphaInterp"); \ static_assert(sizeof(FRigUnit_AlphaInterp) == 0x000078, "Wrong size on FRigUnit_AlphaInterp"); \ static_assert(offsetof(FRigUnit_AlphaInterp, Value) == 0x000008, "Member 'FRigUnit_AlphaInterp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, Scale) == 0x00000C, "Member 'FRigUnit_AlphaInterp::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, Bias) == 0x000010, "Member 'FRigUnit_AlphaInterp::Bias' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, bMapRange) == 0x000014, "Member 'FRigUnit_AlphaInterp::bMapRange' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, InRange) == 0x000018, "Member 'FRigUnit_AlphaInterp::InRange' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, OutRange) == 0x000020, "Member 'FRigUnit_AlphaInterp::OutRange' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, bClampResult) == 0x000028, "Member 'FRigUnit_AlphaInterp::bClampResult' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, ClampMin) == 0x00002C, "Member 'FRigUnit_AlphaInterp::ClampMin' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, ClampMax) == 0x000030, "Member 'FRigUnit_AlphaInterp::ClampMax' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, bInterpResult) == 0x000034, "Member 'FRigUnit_AlphaInterp::bInterpResult' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, InterpSpeedIncreasing) == 0x000038, "Member 'FRigUnit_AlphaInterp::InterpSpeedIncreasing' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, InterpSpeedDecreasing) == 0x00003C, "Member 'FRigUnit_AlphaInterp::InterpSpeedDecreasing' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, Result) == 0x000040, "Member 'FRigUnit_AlphaInterp::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AlphaInterp, ScaleBiasClamp) == 0x000044, "Member 'FRigUnit_AlphaInterp::ScaleBiasClamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetMultiControlFloat_Entry \ static_assert(alignof(FRigUnit_SetMultiControlFloat_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlFloat_Entry"); \ static_assert(sizeof(FRigUnit_SetMultiControlFloat_Entry) == 0x00000C, "Wrong size on FRigUnit_SetMultiControlFloat_Entry"); \ static_assert(offsetof(FRigUnit_SetMultiControlFloat_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlFloat_Entry::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlFloat_Entry, FloatValue) == 0x000008, "Member 'FRigUnit_SetMultiControlFloat_Entry::FloatValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetMultiControlFloat \ static_assert(alignof(FRigUnit_SetMultiControlFloat) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlFloat"); \ static_assert(sizeof(FRigUnit_SetMultiControlFloat) == 0x000090, "Wrong size on FRigUnit_SetMultiControlFloat"); \ static_assert(offsetof(FRigUnit_SetMultiControlFloat, Entries) == 0x000068, "Member 'FRigUnit_SetMultiControlFloat::Entries' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlFloat, Weight) == 0x000078, "Member 'FRigUnit_SetMultiControlFloat::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlFloat, CachedControlIndices) == 0x000080, "Member 'FRigUnit_SetMultiControlFloat::CachedControlIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AnimEasing \ static_assert(alignof(FRigUnit_AnimEasing) == 0x000008, "Wrong alignment on FRigUnit_AnimEasing"); \ static_assert(sizeof(FRigUnit_AnimEasing) == 0x000028, "Wrong size on FRigUnit_AnimEasing"); \ static_assert(offsetof(FRigUnit_AnimEasing, Value) == 0x000008, "Member 'FRigUnit_AnimEasing::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEasing, Type) == 0x00000C, "Member 'FRigUnit_AnimEasing::Type' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEasing, SourceMinimum) == 0x000010, "Member 'FRigUnit_AnimEasing::SourceMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEasing, SourceMaximum) == 0x000014, "Member 'FRigUnit_AnimEasing::SourceMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEasing, TargetMinimum) == 0x000018, "Member 'FRigUnit_AnimEasing::TargetMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEasing, TargetMaximum) == 0x00001C, "Member 'FRigUnit_AnimEasing::TargetMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEasing, Result) == 0x000020, "Member 'FRigUnit_AnimEasing::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetMultiControlVector2D_Entry \ static_assert(alignof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlVector2D_Entry"); \ static_assert(sizeof(FRigUnit_SetMultiControlVector2D_Entry) == 0x000010, "Wrong size on FRigUnit_SetMultiControlVector2D_Entry"); \ static_assert(offsetof(FRigUnit_SetMultiControlVector2D_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlVector2D_Entry::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlVector2D_Entry, Vector) == 0x000008, "Member 'FRigUnit_SetMultiControlVector2D_Entry::Vector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetMultiControlVector2D \ static_assert(alignof(FRigUnit_SetMultiControlVector2D) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlVector2D"); \ static_assert(sizeof(FRigUnit_SetMultiControlVector2D) == 0x000090, "Wrong size on FRigUnit_SetMultiControlVector2D"); \ static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Entries) == 0x000068, "Member 'FRigUnit_SetMultiControlVector2D::Entries' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Weight) == 0x000078, "Member 'FRigUnit_SetMultiControlVector2D::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlVector2D, CachedControlIndices) == 0x000080, "Member 'FRigUnit_SetMultiControlVector2D::CachedControlIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AnimEasingType \ static_assert(alignof(FRigUnit_AnimEasingType) == 0x000008, "Wrong alignment on FRigUnit_AnimEasingType"); \ static_assert(sizeof(FRigUnit_AnimEasingType) == 0x000010, "Wrong size on FRigUnit_AnimEasingType"); \ static_assert(offsetof(FRigUnit_AnimEasingType, Type) == 0x000008, "Member 'FRigUnit_AnimEasingType::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_AnimEvalRichCurve \ static_assert(alignof(FRigUnit_AnimEvalRichCurve) == 0x000008, "Wrong alignment on FRigUnit_AnimEvalRichCurve"); \ static_assert(sizeof(FRigUnit_AnimEvalRichCurve) == 0x0000B0, "Wrong size on FRigUnit_AnimEvalRichCurve"); \ static_assert(offsetof(FRigUnit_AnimEvalRichCurve, Value) == 0x000008, "Member 'FRigUnit_AnimEvalRichCurve::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEvalRichCurve, Curve) == 0x000010, "Member 'FRigUnit_AnimEvalRichCurve::Curve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEvalRichCurve, SourceMinimum) == 0x000098, "Member 'FRigUnit_AnimEvalRichCurve::SourceMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEvalRichCurve, SourceMaximum) == 0x00009C, "Member 'FRigUnit_AnimEvalRichCurve::SourceMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEvalRichCurve, TargetMinimum) == 0x0000A0, "Member 'FRigUnit_AnimEvalRichCurve::TargetMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEvalRichCurve, TargetMaximum) == 0x0000A4, "Member 'FRigUnit_AnimEvalRichCurve::TargetMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_AnimEvalRichCurve, Result) == 0x0000A8, "Member 'FRigUnit_AnimEvalRichCurve::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ApplyFK \ static_assert(alignof(FRigUnit_ApplyFK) == 0x000010, "Wrong alignment on FRigUnit_ApplyFK"); \ static_assert(sizeof(FRigUnit_ApplyFK) == 0x0000F0, "Wrong size on FRigUnit_ApplyFK"); \ static_assert(offsetof(FRigUnit_ApplyFK, Joint) == 0x000068, "Member 'FRigUnit_ApplyFK::Joint' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ApplyFK, Transform) == 0x000070, "Member 'FRigUnit_ApplyFK::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ApplyFK, Filter) == 0x0000A0, "Member 'FRigUnit_ApplyFK::Filter' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ApplyFK, ApplyTransformMode) == 0x0000A9, "Member 'FRigUnit_ApplyFK::ApplyTransformMode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ApplyFK, ApplyTransformSpace) == 0x0000AA, "Member 'FRigUnit_ApplyFK::ApplyTransformSpace' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ApplyFK, BaseTransform) == 0x0000B0, "Member 'FRigUnit_ApplyFK::BaseTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ApplyFK, BaseJoint) == 0x0000E0, "Member 'FRigUnit_ApplyFK::BaseJoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_BeginExecution \ static_assert(alignof(FRigUnit_BeginExecution) == 0x000008, "Wrong alignment on FRigUnit_BeginExecution"); \ static_assert(sizeof(FRigUnit_BeginExecution) == 0x000068, "Wrong size on FRigUnit_BeginExecution"); \ static_assert(offsetof(FRigUnit_BeginExecution, ExecuteContext) == 0x000008, "Member 'FRigUnit_BeginExecution::ExecuteContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBlendTarget \ static_assert(alignof(FBlendTarget) == 0x000010, "Wrong alignment on FBlendTarget"); \ static_assert(sizeof(FBlendTarget) == 0x000040, "Wrong size on FBlendTarget"); \ static_assert(offsetof(FBlendTarget, Transform) == 0x000000, "Member 'FBlendTarget::Transform' has a wrong offset!"); \ static_assert(offsetof(FBlendTarget, Weight) == 0x000030, "Member 'FBlendTarget::Weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_BlendTransform \ static_assert(alignof(FRigUnit_BlendTransform) == 0x000010, "Wrong alignment on FRigUnit_BlendTransform"); \ static_assert(sizeof(FRigUnit_BlendTransform) == 0x000080, "Wrong size on FRigUnit_BlendTransform"); \ static_assert(offsetof(FRigUnit_BlendTransform, Source) == 0x000010, "Member 'FRigUnit_BlendTransform::Source' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BlendTransform, Targets) == 0x000040, "Member 'FRigUnit_BlendTransform::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BlendTransform, Result) == 0x000050, "Member 'FRigUnit_BlendTransform::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetControlFloat \ static_assert(alignof(FRigUnit_SetControlFloat) == 0x000008, "Wrong alignment on FRigUnit_SetControlFloat"); \ static_assert(sizeof(FRigUnit_SetControlFloat) == 0x000090, "Wrong size on FRigUnit_SetControlFloat"); \ static_assert(offsetof(FRigUnit_SetControlFloat, Control) == 0x000068, "Member 'FRigUnit_SetControlFloat::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlFloat, Weight) == 0x000070, "Member 'FRigUnit_SetControlFloat::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlFloat, FloatValue) == 0x000074, "Member 'FRigUnit_SetControlFloat::FloatValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlFloat, CachedControlIndex) == 0x000078, "Member 'FRigUnit_SetControlFloat::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SecondsToFrames \ static_assert(alignof(FRigUnit_SecondsToFrames) == 0x000008, "Wrong alignment on FRigUnit_SecondsToFrames"); \ static_assert(sizeof(FRigUnit_SecondsToFrames) == 0x000010, "Wrong size on FRigUnit_SecondsToFrames"); \ static_assert(offsetof(FRigUnit_SecondsToFrames, Seconds) == 0x000008, "Member 'FRigUnit_SecondsToFrames::Seconds' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SecondsToFrames, Frames) == 0x00000C, "Member 'FRigUnit_SecondsToFrames::Frames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_BoneHarmonics \ static_assert(alignof(FRigUnit_BoneHarmonics) == 0x000008, "Wrong alignment on FRigUnit_BoneHarmonics"); \ static_assert(sizeof(FRigUnit_BoneHarmonics) == 0x0000E8, "Wrong size on FRigUnit_BoneHarmonics"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, Bones) == 0x000068, "Member 'FRigUnit_BoneHarmonics::Bones' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, WaveSpeed) == 0x000078, "Member 'FRigUnit_BoneHarmonics::WaveSpeed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, WaveFrequency) == 0x000084, "Member 'FRigUnit_BoneHarmonics::WaveFrequency' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, WaveAmplitude) == 0x000090, "Member 'FRigUnit_BoneHarmonics::WaveAmplitude' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, WaveOffset) == 0x00009C, "Member 'FRigUnit_BoneHarmonics::WaveOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, WaveNoise) == 0x0000A8, "Member 'FRigUnit_BoneHarmonics::WaveNoise' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, WaveEase) == 0x0000B4, "Member 'FRigUnit_BoneHarmonics::WaveEase' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMinimum) == 0x0000B8, "Member 'FRigUnit_BoneHarmonics::WaveMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMaximum) == 0x0000BC, "Member 'FRigUnit_BoneHarmonics::WaveMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, RotationOrder) == 0x0000C0, "Member 'FRigUnit_BoneHarmonics::RotationOrder' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, bPropagateToChildren) == 0x0000C1, "Member 'FRigUnit_BoneHarmonics::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BoneHarmonics, WorkData) == 0x0000C8, "Member 'FRigUnit_BoneHarmonics::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SlideChain_WorkData \ static_assert(alignof(FRigUnit_SlideChain_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SlideChain_WorkData"); \ static_assert(sizeof(FRigUnit_SlideChain_WorkData) == 0x000048, "Wrong size on FRigUnit_SlideChain_WorkData"); \ static_assert(offsetof(FRigUnit_SlideChain_WorkData, ChainLength) == 0x000000, "Member 'FRigUnit_SlideChain_WorkData::ChainLength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SlideChain_WorkData, ItemSegments) == 0x000008, "Member 'FRigUnit_SlideChain_WorkData::ItemSegments' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SlideChain_WorkData, CachedItems) == 0x000018, "Member 'FRigUnit_SlideChain_WorkData::CachedItems' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SlideChain_WorkData, Transforms) == 0x000028, "Member 'FRigUnit_SlideChain_WorkData::Transforms' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SlideChain_WorkData, BlendedTransforms) == 0x000038, "Member 'FRigUnit_SlideChain_WorkData::BlendedTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SlideChainPerItem \ static_assert(alignof(FRigUnit_SlideChainPerItem) == 0x000008, "Wrong alignment on FRigUnit_SlideChainPerItem"); \ static_assert(sizeof(FRigUnit_SlideChainPerItem) == 0x0000C8, "Wrong size on FRigUnit_SlideChainPerItem"); \ static_assert(offsetof(FRigUnit_SlideChainPerItem, Items) == 0x000068, "Member 'FRigUnit_SlideChainPerItem::Items' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SlideChainPerItem, SlideAmount) == 0x000078, "Member 'FRigUnit_SlideChainPerItem::SlideAmount' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SlideChainPerItem, bPropagateToChildren) == 0x00007C, "Member 'FRigUnit_SlideChainPerItem::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SlideChainPerItem, WorkData) == 0x000080, "Member 'FRigUnit_SlideChainPerItem::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ControlName \ static_assert(alignof(FRigUnit_ControlName) == 0x000008, "Wrong alignment on FRigUnit_ControlName"); \ static_assert(sizeof(FRigUnit_ControlName) == 0x000010, "Wrong size on FRigUnit_ControlName"); \ static_assert(offsetof(FRigUnit_ControlName, Control) == 0x000008, "Member 'FRigUnit_ControlName::Control' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SpaceName \ static_assert(alignof(FRigUnit_SpaceName) == 0x000008, "Wrong alignment on FRigUnit_SpaceName"); \ static_assert(sizeof(FRigUnit_SpaceName) == 0x000010, "Wrong size on FRigUnit_SpaceName"); \ static_assert(offsetof(FRigUnit_SpaceName, Space) == 0x000008, "Member 'FRigUnit_SpaceName::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetSpaceInitialTransform \ static_assert(alignof(FRigUnit_SetSpaceInitialTransform) == 0x000010, "Wrong alignment on FRigUnit_SetSpaceInitialTransform"); \ static_assert(sizeof(FRigUnit_SetSpaceInitialTransform) == 0x0000F0, "Wrong size on FRigUnit_SetSpaceInitialTransform"); \ static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, SpaceName) == 0x000068, "Member 'FRigUnit_SetSpaceInitialTransform::SpaceName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Transform) == 0x000070, "Member 'FRigUnit_SetSpaceInitialTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Result) == 0x0000A0, "Member 'FRigUnit_SetSpaceInitialTransform::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Space) == 0x0000D0, "Member 'FRigUnit_SetSpaceInitialTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, CachedSpaceIndex) == 0x0000D4, "Member 'FRigUnit_SetSpaceInitialTransform::CachedSpaceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_BoneName \ static_assert(alignof(FRigUnit_BoneName) == 0x000008, "Wrong alignment on FRigUnit_BoneName"); \ static_assert(sizeof(FRigUnit_BoneName) == 0x000010, "Wrong size on FRigUnit_BoneName"); \ static_assert(offsetof(FRigUnit_BoneName, Bone) == 0x000008, "Member 'FRigUnit_BoneName::Bone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Item \ static_assert(alignof(FRigUnit_Item) == 0x000008, "Wrong alignment on FRigUnit_Item"); \ static_assert(sizeof(FRigUnit_Item) == 0x000018, "Wrong size on FRigUnit_Item"); \ static_assert(offsetof(FRigUnit_Item, Item) == 0x000008, "Member 'FRigUnit_Item::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SpringIK_WorkData \ static_assert(alignof(FRigUnit_SpringIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_SpringIK_WorkData"); \ static_assert(sizeof(FRigUnit_SpringIK_WorkData) == 0x0000B0, "Wrong size on FRigUnit_SpringIK_WorkData"); \ static_assert(offsetof(FRigUnit_SpringIK_WorkData, CachedBones) == 0x000000, "Member 'FRigUnit_SpringIK_WorkData::CachedBones' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK_WorkData, CachedPoleVector) == 0x000010, "Member 'FRigUnit_SpringIK_WorkData::CachedPoleVector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK_WorkData, Transforms) == 0x000028, "Member 'FRigUnit_SpringIK_WorkData::Transforms' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK_WorkData, Simulation) == 0x000038, "Member 'FRigUnit_SpringIK_WorkData::Simulation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CCDIKPerItem \ static_assert(alignof(FRigUnit_CCDIKPerItem) == 0x000010, "Wrong alignment on FRigUnit_CCDIKPerItem"); \ static_assert(sizeof(FRigUnit_CCDIKPerItem) == 0x000140, "Wrong size on FRigUnit_CCDIKPerItem"); \ static_assert(offsetof(FRigUnit_CCDIKPerItem, Items) == 0x000068, "Member 'FRigUnit_CCDIKPerItem::Items' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIKPerItem, EffectorTransform) == 0x000080, "Member 'FRigUnit_CCDIKPerItem::EffectorTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIKPerItem, Precision) == 0x0000B0, "Member 'FRigUnit_CCDIKPerItem::Precision' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIKPerItem, Weight) == 0x0000B4, "Member 'FRigUnit_CCDIKPerItem::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIKPerItem, MaxIterations) == 0x0000B8, "Member 'FRigUnit_CCDIKPerItem::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIKPerItem, bStartFromTail) == 0x0000BC, "Member 'FRigUnit_CCDIKPerItem::bStartFromTail' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIKPerItem, BaseRotationLimit) == 0x0000C0, "Member 'FRigUnit_CCDIKPerItem::BaseRotationLimit' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIKPerItem, RotationLimits) == 0x0000C8, "Member 'FRigUnit_CCDIKPerItem::RotationLimits' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIKPerItem, bPropagateToChildren) == 0x0000D8, "Member 'FRigUnit_CCDIKPerItem::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIKPerItem, WorkData) == 0x0000E0, "Member 'FRigUnit_CCDIKPerItem::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Timeline \ static_assert(alignof(FRigUnit_Timeline) == 0x000008, "Wrong alignment on FRigUnit_Timeline"); \ static_assert(sizeof(FRigUnit_Timeline) == 0x000018, "Wrong size on FRigUnit_Timeline"); \ static_assert(offsetof(FRigUnit_Timeline, Speed) == 0x000008, "Member 'FRigUnit_Timeline::Speed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Timeline, Time) == 0x00000C, "Member 'FRigUnit_Timeline::Time' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Timeline, AccumulatedValue) == 0x000010, "Member 'FRigUnit_Timeline::AccumulatedValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CCDIK_RotationLimit \ static_assert(alignof(FRigUnit_CCDIK_RotationLimit) == 0x000004, "Wrong alignment on FRigUnit_CCDIK_RotationLimit"); \ static_assert(sizeof(FRigUnit_CCDIK_RotationLimit) == 0x00000C, "Wrong size on FRigUnit_CCDIK_RotationLimit"); \ static_assert(offsetof(FRigUnit_CCDIK_RotationLimit, Bone) == 0x000000, "Member 'FRigUnit_CCDIK_RotationLimit::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK_RotationLimit, Limit) == 0x000008, "Member 'FRigUnit_CCDIK_RotationLimit::Limit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CCDIK \ static_assert(alignof(FRigUnit_CCDIK) == 0x000010, "Wrong alignment on FRigUnit_CCDIK"); \ static_assert(sizeof(FRigUnit_CCDIK) == 0x000140, "Wrong size on FRigUnit_CCDIK"); \ static_assert(offsetof(FRigUnit_CCDIK, StartBone) == 0x000068, "Member 'FRigUnit_CCDIK::StartBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK, EffectorBone) == 0x000070, "Member 'FRigUnit_CCDIK::EffectorBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK, EffectorTransform) == 0x000080, "Member 'FRigUnit_CCDIK::EffectorTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK, Precision) == 0x0000B0, "Member 'FRigUnit_CCDIK::Precision' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK, Weight) == 0x0000B4, "Member 'FRigUnit_CCDIK::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK, MaxIterations) == 0x0000B8, "Member 'FRigUnit_CCDIK::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK, bStartFromTail) == 0x0000BC, "Member 'FRigUnit_CCDIK::bStartFromTail' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK, BaseRotationLimit) == 0x0000C0, "Member 'FRigUnit_CCDIK::BaseRotationLimit' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK, RotationLimits) == 0x0000C8, "Member 'FRigUnit_CCDIK::RotationLimits' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK, bPropagateToChildren) == 0x0000D8, "Member 'FRigUnit_CCDIK::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CCDIK, WorkData) == 0x0000E0, "Member 'FRigUnit_CCDIK::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SlideChain \ static_assert(alignof(FRigUnit_SlideChain) == 0x000008, "Wrong alignment on FRigUnit_SlideChain"); \ static_assert(sizeof(FRigUnit_SlideChain) == 0x0000C8, "Wrong size on FRigUnit_SlideChain"); \ static_assert(offsetof(FRigUnit_SlideChain, StartBone) == 0x000068, "Member 'FRigUnit_SlideChain::StartBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SlideChain, EndBone) == 0x000070, "Member 'FRigUnit_SlideChain::EndBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SlideChain, SlideAmount) == 0x000078, "Member 'FRigUnit_SlideChain::SlideAmount' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SlideChain, bPropagateToChildren) == 0x00007C, "Member 'FRigUnit_SlideChain::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SlideChain, WorkData) == 0x000080, "Member 'FRigUnit_SlideChain::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Reach \ static_assert(alignof(FRigUnit_ChainHarmonics_Reach) == 0x000004, "Wrong alignment on FRigUnit_ChainHarmonics_Reach"); \ static_assert(sizeof(FRigUnit_ChainHarmonics_Reach) == 0x000028, "Wrong size on FRigUnit_ChainHarmonics_Reach"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, bEnabled) == 0x000000, "Member 'FRigUnit_ChainHarmonics_Reach::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachTarget) == 0x000004, "Member 'FRigUnit_ChainHarmonics_Reach::ReachTarget' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachAxis) == 0x000010, "Member 'FRigUnit_ChainHarmonics_Reach::ReachAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachMinimum) == 0x00001C, "Member 'FRigUnit_ChainHarmonics_Reach::ReachMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachMaximum) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Reach::ReachMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Reach, ReachEase) == 0x000024, "Member 'FRigUnit_ChainHarmonics_Reach::ReachEase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Wave \ static_assert(alignof(FRigUnit_ChainHarmonics_Wave) == 0x000004, "Wrong alignment on FRigUnit_ChainHarmonics_Wave"); \ static_assert(sizeof(FRigUnit_ChainHarmonics_Wave) == 0x000040, "Wrong size on FRigUnit_ChainHarmonics_Wave"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, bEnabled) == 0x000000, "Member 'FRigUnit_ChainHarmonics_Wave::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveFrequency) == 0x000004, "Member 'FRigUnit_ChainHarmonics_Wave::WaveFrequency' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveAmplitude) == 0x000010, "Member 'FRigUnit_ChainHarmonics_Wave::WaveAmplitude' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveOffset) == 0x00001C, "Member 'FRigUnit_ChainHarmonics_Wave::WaveOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveNoise) == 0x000028, "Member 'FRigUnit_ChainHarmonics_Wave::WaveNoise' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMinimum) == 0x000034, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveMaximum) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Wave::WaveMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Wave, WaveEase) == 0x00003C, "Member 'FRigUnit_ChainHarmonics_Wave::WaveEase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_Pendulum \ static_assert(alignof(FRigUnit_ChainHarmonics_Pendulum) == 0x000004, "Wrong alignment on FRigUnit_ChainHarmonics_Pendulum"); \ static_assert(sizeof(FRigUnit_ChainHarmonics_Pendulum) == 0x00003C, "Wrong size on FRigUnit_ChainHarmonics_Pendulum"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, bEnabled) == 0x000000, "Member 'FRigUnit_ChainHarmonics_Pendulum::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumStiffness) == 0x000004, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumStiffness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumGravity) == 0x000008, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumGravity' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumBlend) == 0x000014, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumBlend' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumDrag) == 0x000018, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumDrag' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumMinimum) == 0x00001C, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumMaximum) == 0x000020, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, PendulumEase) == 0x000024, "Member 'FRigUnit_ChainHarmonics_Pendulum::PendulumEase' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindAxis) == 0x000028, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindMinimum) == 0x000034, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_Pendulum, UnwindMaximum) == 0x000038, "Member 'FRigUnit_ChainHarmonics_Pendulum::UnwindMaximum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics_WorkData \ static_assert(alignof(FRigUnit_ChainHarmonics_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ChainHarmonics_WorkData"); \ static_assert(sizeof(FRigUnit_ChainHarmonics_WorkData) == 0x000090, "Wrong size on FRigUnit_ChainHarmonics_WorkData"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, Time) == 0x000000, "Member 'FRigUnit_ChainHarmonics_WorkData::Time' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, Items) == 0x000010, "Member 'FRigUnit_ChainHarmonics_WorkData::Items' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, Ratio) == 0x000020, "Member 'FRigUnit_ChainHarmonics_WorkData::Ratio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, LocalTip) == 0x000030, "Member 'FRigUnit_ChainHarmonics_WorkData::LocalTip' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumTip) == 0x000040, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumTip' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumPosition) == 0x000050, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumPosition' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, PendulumVelocity) == 0x000060, "Member 'FRigUnit_ChainHarmonics_WorkData::PendulumVelocity' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, HierarchyLine) == 0x000070, "Member 'FRigUnit_ChainHarmonics_WorkData::HierarchyLine' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics_WorkData, VelocityLines) == 0x000080, "Member 'FRigUnit_ChainHarmonics_WorkData::VelocityLines' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ChainHarmonicsPerItem \ static_assert(alignof(FRigUnit_ChainHarmonicsPerItem) == 0x000010, "Wrong alignment on FRigUnit_ChainHarmonicsPerItem"); \ static_assert(sizeof(FRigUnit_ChainHarmonicsPerItem) == 0x000270, "Wrong size on FRigUnit_ChainHarmonicsPerItem"); \ static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, ChainRoot) == 0x000068, "Member 'FRigUnit_ChainHarmonicsPerItem::ChainRoot' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Speed) == 0x000074, "Member 'FRigUnit_ChainHarmonicsPerItem::Speed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Reach) == 0x000080, "Member 'FRigUnit_ChainHarmonicsPerItem::Reach' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Wave) == 0x0000A8, "Member 'FRigUnit_ChainHarmonicsPerItem::Wave' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WaveCurve) == 0x0000E8, "Member 'FRigUnit_ChainHarmonicsPerItem::WaveCurve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Pendulum) == 0x000170, "Member 'FRigUnit_ChainHarmonicsPerItem::Pendulum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, bDrawDebug) == 0x0001AC, "Member 'FRigUnit_ChainHarmonicsPerItem::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, DrawWorldOffset) == 0x0001B0, "Member 'FRigUnit_ChainHarmonicsPerItem::DrawWorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WorkData) == 0x0001E0, "Member 'FRigUnit_ChainHarmonicsPerItem::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_BinaryTransformOp \ static_assert(alignof(FRigUnit_BinaryTransformOp) == 0x000010, "Wrong alignment on FRigUnit_BinaryTransformOp"); \ static_assert(sizeof(FRigUnit_BinaryTransformOp) == 0x0000A0, "Wrong size on FRigUnit_BinaryTransformOp"); \ static_assert(offsetof(FRigUnit_BinaryTransformOp, Argument0) == 0x000010, "Member 'FRigUnit_BinaryTransformOp::Argument0' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BinaryTransformOp, Argument1) == 0x000040, "Member 'FRigUnit_BinaryTransformOp::Argument1' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BinaryTransformOp, Result) == 0x000070, "Member 'FRigUnit_BinaryTransformOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ChainHarmonics \ static_assert(alignof(FRigUnit_ChainHarmonics) == 0x000010, "Wrong alignment on FRigUnit_ChainHarmonics"); \ static_assert(sizeof(FRigUnit_ChainHarmonics) == 0x000270, "Wrong size on FRigUnit_ChainHarmonics"); \ static_assert(offsetof(FRigUnit_ChainHarmonics, ChainRoot) == 0x000068, "Member 'FRigUnit_ChainHarmonics::ChainRoot' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics, Speed) == 0x000070, "Member 'FRigUnit_ChainHarmonics::Speed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics, Reach) == 0x00007C, "Member 'FRigUnit_ChainHarmonics::Reach' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics, Wave) == 0x0000A4, "Member 'FRigUnit_ChainHarmonics::Wave' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics, WaveCurve) == 0x0000E8, "Member 'FRigUnit_ChainHarmonics::WaveCurve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics, Pendulum) == 0x000170, "Member 'FRigUnit_ChainHarmonics::Pendulum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics, bDrawDebug) == 0x0001AC, "Member 'FRigUnit_ChainHarmonics::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics, DrawWorldOffset) == 0x0001B0, "Member 'FRigUnit_ChainHarmonics::DrawWorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ChainHarmonics, WorkData) == 0x0001E0, "Member 'FRigUnit_ChainHarmonics::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TransformConstraint_WorkData \ static_assert(alignof(FRigUnit_TransformConstraint_WorkData) == 0x000008, "Wrong alignment on FRigUnit_TransformConstraint_WorkData"); \ static_assert(sizeof(FRigUnit_TransformConstraint_WorkData) == 0x000060, "Wrong size on FRigUnit_TransformConstraint_WorkData"); \ static_assert(offsetof(FRigUnit_TransformConstraint_WorkData, ConstraintData) == 0x000000, "Member 'FRigUnit_TransformConstraint_WorkData::ConstraintData' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraint_WorkData, ConstraintDataToTargets) == 0x000010, "Member 'FRigUnit_TransformConstraint_WorkData::ConstraintDataToTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TimeOffsetVector \ static_assert(alignof(FRigUnit_TimeOffsetVector) == 0x000008, "Wrong alignment on FRigUnit_TimeOffsetVector"); \ static_assert(sizeof(FRigUnit_TimeOffsetVector) == 0x000058, "Wrong size on FRigUnit_TimeOffsetVector"); \ static_assert(offsetof(FRigUnit_TimeOffsetVector, Value) == 0x000008, "Member 'FRigUnit_TimeOffsetVector::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetVector, SecondsAgo) == 0x000014, "Member 'FRigUnit_TimeOffsetVector::SecondsAgo' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetVector, BufferSize) == 0x000018, "Member 'FRigUnit_TimeOffsetVector::BufferSize' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetVector, TimeRange) == 0x00001C, "Member 'FRigUnit_TimeOffsetVector::TimeRange' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetVector, Result) == 0x000020, "Member 'FRigUnit_TimeOffsetVector::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetVector, Buffer) == 0x000030, "Member 'FRigUnit_TimeOffsetVector::Buffer' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetVector, DeltaTimes) == 0x000040, "Member 'FRigUnit_TimeOffsetVector::DeltaTimes' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetVector, LastInsertIndex) == 0x000050, "Member 'FRigUnit_TimeOffsetVector::LastInsertIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetVector, UpperBound) == 0x000054, "Member 'FRigUnit_TimeOffsetVector::UpperBound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionItemAtIndex \ static_assert(alignof(FRigUnit_CollectionItemAtIndex) == 0x000008, "Wrong alignment on FRigUnit_CollectionItemAtIndex"); \ static_assert(sizeof(FRigUnit_CollectionItemAtIndex) == 0x000028, "Wrong size on FRigUnit_CollectionItemAtIndex"); \ static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Collection) == 0x000008, "Member 'FRigUnit_CollectionItemAtIndex::Collection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Index) == 0x000018, "Member 'FRigUnit_CollectionItemAtIndex::Index' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionItemAtIndex, Item) == 0x00001C, "Member 'FRigUnit_CollectionItemAtIndex::Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionCount \ static_assert(alignof(FRigUnit_CollectionCount) == 0x000008, "Wrong alignment on FRigUnit_CollectionCount"); \ static_assert(sizeof(FRigUnit_CollectionCount) == 0x000020, "Wrong size on FRigUnit_CollectionCount"); \ static_assert(offsetof(FRigUnit_CollectionCount, Collection) == 0x000008, "Member 'FRigUnit_CollectionCount::Collection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionCount, Count) == 0x000018, "Member 'FRigUnit_CollectionCount::Count' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionReverse \ static_assert(alignof(FRigUnit_CollectionReverse) == 0x000008, "Wrong alignment on FRigUnit_CollectionReverse"); \ static_assert(sizeof(FRigUnit_CollectionReverse) == 0x000028, "Wrong size on FRigUnit_CollectionReverse"); \ static_assert(offsetof(FRigUnit_CollectionReverse, Collection) == 0x000008, "Member 'FRigUnit_CollectionReverse::Collection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionReverse, Reversed) == 0x000018, "Member 'FRigUnit_CollectionReverse::Reversed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SequenceExecution \ static_assert(alignof(FRigUnit_SequenceExecution) == 0x000008, "Wrong alignment on FRigUnit_SequenceExecution"); \ static_assert(sizeof(FRigUnit_SequenceExecution) == 0x0001E8, "Wrong size on FRigUnit_SequenceExecution"); \ static_assert(offsetof(FRigUnit_SequenceExecution, ExecuteContext) == 0x000008, "Member 'FRigUnit_SequenceExecution::ExecuteContext' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SequenceExecution, A) == 0x000068, "Member 'FRigUnit_SequenceExecution::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SequenceExecution, B) == 0x0000C8, "Member 'FRigUnit_SequenceExecution::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SequenceExecution, C) == 0x000128, "Member 'FRigUnit_SequenceExecution::C' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SequenceExecution, D) == 0x000188, "Member 'FRigUnit_SequenceExecution::D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionDifference \ static_assert(alignof(FRigUnit_CollectionDifference) == 0x000008, "Wrong alignment on FRigUnit_CollectionDifference"); \ static_assert(sizeof(FRigUnit_CollectionDifference) == 0x000038, "Wrong size on FRigUnit_CollectionDifference"); \ static_assert(offsetof(FRigUnit_CollectionDifference, A) == 0x000008, "Member 'FRigUnit_CollectionDifference::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionDifference, B) == 0x000018, "Member 'FRigUnit_CollectionDifference::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionDifference, Collection) == 0x000028, "Member 'FRigUnit_CollectionDifference::Collection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionIntersection \ static_assert(alignof(FRigUnit_CollectionIntersection) == 0x000008, "Wrong alignment on FRigUnit_CollectionIntersection"); \ static_assert(sizeof(FRigUnit_CollectionIntersection) == 0x000038, "Wrong size on FRigUnit_CollectionIntersection"); \ static_assert(offsetof(FRigUnit_CollectionIntersection, A) == 0x000008, "Member 'FRigUnit_CollectionIntersection::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionIntersection, B) == 0x000018, "Member 'FRigUnit_CollectionIntersection::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionIntersection, Collection) == 0x000028, "Member 'FRigUnit_CollectionIntersection::Collection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_UnaryQuaternionOp \ static_assert(alignof(FRigUnit_UnaryQuaternionOp) == 0x000010, "Wrong alignment on FRigUnit_UnaryQuaternionOp"); \ static_assert(sizeof(FRigUnit_UnaryQuaternionOp) == 0x000030, "Wrong size on FRigUnit_UnaryQuaternionOp"); \ static_assert(offsetof(FRigUnit_UnaryQuaternionOp, Argument) == 0x000010, "Member 'FRigUnit_UnaryQuaternionOp::Argument' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_UnaryQuaternionOp, Result) == 0x000020, "Member 'FRigUnit_UnaryQuaternionOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_InverseQuaterion \ static_assert(alignof(FRigUnit_InverseQuaterion) == 0x000010, "Wrong alignment on FRigUnit_InverseQuaterion"); \ static_assert(sizeof(FRigUnit_InverseQuaterion) == 0x000030, "Wrong size on FRigUnit_InverseQuaterion"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionUnion \ static_assert(alignof(FRigUnit_CollectionUnion) == 0x000008, "Wrong alignment on FRigUnit_CollectionUnion"); \ static_assert(sizeof(FRigUnit_CollectionUnion) == 0x000038, "Wrong size on FRigUnit_CollectionUnion"); \ static_assert(offsetof(FRigUnit_CollectionUnion, A) == 0x000008, "Member 'FRigUnit_CollectionUnion::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionUnion, B) == 0x000018, "Member 'FRigUnit_CollectionUnion::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionUnion, Collection) == 0x000028, "Member 'FRigUnit_CollectionUnion::Collection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionReplaceItems \ static_assert(alignof(FRigUnit_CollectionReplaceItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionReplaceItems"); \ static_assert(sizeof(FRigUnit_CollectionReplaceItems) == 0x000058, "Wrong size on FRigUnit_CollectionReplaceItems"); \ static_assert(offsetof(FRigUnit_CollectionReplaceItems, Items) == 0x000008, "Member 'FRigUnit_CollectionReplaceItems::Items' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionReplaceItems, Old) == 0x000018, "Member 'FRigUnit_CollectionReplaceItems::Old' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionReplaceItems, New) == 0x000020, "Member 'FRigUnit_CollectionReplaceItems::New' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionReplaceItems, RemoveInvalidItems) == 0x000028, "Member 'FRigUnit_CollectionReplaceItems::RemoveInvalidItems' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionReplaceItems, Collection) == 0x000030, "Member 'FRigUnit_CollectionReplaceItems::Collection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionReplaceItems, CachedCollection) == 0x000040, "Member 'FRigUnit_CollectionReplaceItems::CachedCollection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionReplaceItems, CachedHierarchyHash) == 0x000050, "Member 'FRigUnit_CollectionReplaceItems::CachedHierarchyHash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionChildren \ static_assert(alignof(FRigUnit_CollectionChildren) == 0x000008, "Wrong alignment on FRigUnit_CollectionChildren"); \ static_assert(sizeof(FRigUnit_CollectionChildren) == 0x000040, "Wrong size on FRigUnit_CollectionChildren"); \ static_assert(offsetof(FRigUnit_CollectionChildren, Parent) == 0x000008, "Member 'FRigUnit_CollectionChildren::Parent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionChildren, bIncludeParent) == 0x000014, "Member 'FRigUnit_CollectionChildren::bIncludeParent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionChildren, bRecursive) == 0x000015, "Member 'FRigUnit_CollectionChildren::bRecursive' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionChildren, TypeToSearch) == 0x000016, "Member 'FRigUnit_CollectionChildren::TypeToSearch' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionChildren, Collection) == 0x000018, "Member 'FRigUnit_CollectionChildren::Collection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionChildren, CachedCollection) == 0x000028, "Member 'FRigUnit_CollectionChildren::CachedCollection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionChildren, CachedHierarchyHash) == 0x000038, "Member 'FRigUnit_CollectionChildren::CachedHierarchyHash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_RandomFloat \ static_assert(alignof(FRigUnit_RandomFloat) == 0x000008, "Wrong alignment on FRigUnit_RandomFloat"); \ static_assert(sizeof(FRigUnit_RandomFloat) == 0x000028, "Wrong size on FRigUnit_RandomFloat"); \ static_assert(offsetof(FRigUnit_RandomFloat, Seed) == 0x000008, "Member 'FRigUnit_RandomFloat::Seed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomFloat, Minimum) == 0x00000C, "Member 'FRigUnit_RandomFloat::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomFloat, Maximum) == 0x000010, "Member 'FRigUnit_RandomFloat::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomFloat, Duration) == 0x000014, "Member 'FRigUnit_RandomFloat::Duration' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomFloat, Result) == 0x000018, "Member 'FRigUnit_RandomFloat::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomFloat, LastResult) == 0x00001C, "Member 'FRigUnit_RandomFloat::LastResult' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomFloat, LastSeed) == 0x000020, "Member 'FRigUnit_RandomFloat::LastSeed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomFloat, TimeLeft) == 0x000024, "Member 'FRigUnit_RandomFloat::TimeLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionNameSearch \ static_assert(alignof(FRigUnit_CollectionNameSearch) == 0x000008, "Wrong alignment on FRigUnit_CollectionNameSearch"); \ static_assert(sizeof(FRigUnit_CollectionNameSearch) == 0x000040, "Wrong size on FRigUnit_CollectionNameSearch"); \ static_assert(offsetof(FRigUnit_CollectionNameSearch, PartialName) == 0x000008, "Member 'FRigUnit_CollectionNameSearch::PartialName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionNameSearch, TypeToSearch) == 0x000010, "Member 'FRigUnit_CollectionNameSearch::TypeToSearch' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionNameSearch, Collection) == 0x000018, "Member 'FRigUnit_CollectionNameSearch::Collection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionNameSearch, CachedCollection) == 0x000028, "Member 'FRigUnit_CollectionNameSearch::CachedCollection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionNameSearch, CachedHierarchyHash) == 0x000038, "Member 'FRigUnit_CollectionNameSearch::CachedHierarchyHash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_CollectionChain \ static_assert(alignof(FRigUnit_CollectionChain) == 0x000008, "Wrong alignment on FRigUnit_CollectionChain"); \ static_assert(sizeof(FRigUnit_CollectionChain) == 0x000050, "Wrong size on FRigUnit_CollectionChain"); \ static_assert(offsetof(FRigUnit_CollectionChain, FirstItem) == 0x000008, "Member 'FRigUnit_CollectionChain::FirstItem' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionChain, LastItem) == 0x000014, "Member 'FRigUnit_CollectionChain::LastItem' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionChain, Reverse) == 0x000020, "Member 'FRigUnit_CollectionChain::Reverse' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionChain, Collection) == 0x000028, "Member 'FRigUnit_CollectionChain::Collection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionChain, CachedCollection) == 0x000038, "Member 'FRigUnit_CollectionChain::CachedCollection' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_CollectionChain, CachedHierarchyHash) == 0x000048, "Member 'FRigUnit_CollectionChain::CachedHierarchyHash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Control \ static_assert(alignof(FRigUnit_Control) == 0x000010, "Wrong alignment on FRigUnit_Control"); \ static_assert(sizeof(FRigUnit_Control) == 0x0000D0, "Wrong size on FRigUnit_Control"); \ static_assert(offsetof(FRigUnit_Control, Transform) == 0x000008, "Member 'FRigUnit_Control::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Control, Base) == 0x000030, "Member 'FRigUnit_Control::Base' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Control, InitTransform) == 0x000060, "Member 'FRigUnit_Control::InitTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Control, Result) == 0x000090, "Member 'FRigUnit_Control::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Control, Filter) == 0x0000C0, "Member 'FRigUnit_Control::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Control_StaticMesh \ static_assert(alignof(FRigUnit_Control_StaticMesh) == 0x000010, "Wrong alignment on FRigUnit_Control_StaticMesh"); \ static_assert(sizeof(FRigUnit_Control_StaticMesh) == 0x000100, "Wrong size on FRigUnit_Control_StaticMesh"); \ static_assert(offsetof(FRigUnit_Control_StaticMesh, MeshTransform) == 0x0000D0, "Member 'FRigUnit_Control_StaticMesh::MeshTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ToSwingAndTwist \ static_assert(alignof(FRigUnit_ToSwingAndTwist) == 0x000010, "Wrong alignment on FRigUnit_ToSwingAndTwist"); \ static_assert(sizeof(FRigUnit_ToSwingAndTwist) == 0x000050, "Wrong size on FRigUnit_ToSwingAndTwist"); \ static_assert(offsetof(FRigUnit_ToSwingAndTwist, Input) == 0x000010, "Member 'FRigUnit_ToSwingAndTwist::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ToSwingAndTwist, TwistAxis) == 0x000020, "Member 'FRigUnit_ToSwingAndTwist::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ToSwingAndTwist, Swing) == 0x000030, "Member 'FRigUnit_ToSwingAndTwist::Swing' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ToSwingAndTwist, Twist) == 0x000040, "Member 'FRigUnit_ToSwingAndTwist::Twist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConvertQuaternionToVector \ static_assert(alignof(FRigUnit_ConvertQuaternionToVector) == 0x000010, "Wrong alignment on FRigUnit_ConvertQuaternionToVector"); \ static_assert(sizeof(FRigUnit_ConvertQuaternionToVector) == 0x000030, "Wrong size on FRigUnit_ConvertQuaternionToVector"); \ static_assert(offsetof(FRigUnit_ConvertQuaternionToVector, Input) == 0x000010, "Member 'FRigUnit_ConvertQuaternionToVector::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConvertQuaternionToVector, Result) == 0x000020, "Member 'FRigUnit_ConvertQuaternionToVector::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConvertRotationToVector \ static_assert(alignof(FRigUnit_ConvertRotationToVector) == 0x000008, "Wrong alignment on FRigUnit_ConvertRotationToVector"); \ static_assert(sizeof(FRigUnit_ConvertRotationToVector) == 0x000020, "Wrong size on FRigUnit_ConvertRotationToVector"); \ static_assert(offsetof(FRigUnit_ConvertRotationToVector, Input) == 0x000008, "Member 'FRigUnit_ConvertRotationToVector::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConvertRotationToVector, Result) == 0x000014, "Member 'FRigUnit_ConvertRotationToVector::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConvertVectorToQuaternion \ static_assert(alignof(FRigUnit_ConvertVectorToQuaternion) == 0x000010, "Wrong alignment on FRigUnit_ConvertVectorToQuaternion"); \ static_assert(sizeof(FRigUnit_ConvertVectorToQuaternion) == 0x000030, "Wrong size on FRigUnit_ConvertVectorToQuaternion"); \ static_assert(offsetof(FRigUnit_ConvertVectorToQuaternion, Input) == 0x000008, "Member 'FRigUnit_ConvertVectorToQuaternion::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConvertVectorToQuaternion, Result) == 0x000020, "Member 'FRigUnit_ConvertVectorToQuaternion::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConvertQuaternion \ static_assert(alignof(FRigUnit_ConvertQuaternion) == 0x000010, "Wrong alignment on FRigUnit_ConvertQuaternion"); \ static_assert(sizeof(FRigUnit_ConvertQuaternion) == 0x000030, "Wrong size on FRigUnit_ConvertQuaternion"); \ static_assert(offsetof(FRigUnit_ConvertQuaternion, Input) == 0x000010, "Member 'FRigUnit_ConvertQuaternion::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConvertQuaternion, Result) == 0x000020, "Member 'FRigUnit_ConvertQuaternion::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConvertRotation \ static_assert(alignof(FRigUnit_ConvertRotation) == 0x000010, "Wrong alignment on FRigUnit_ConvertRotation"); \ static_assert(sizeof(FRigUnit_ConvertRotation) == 0x000030, "Wrong size on FRigUnit_ConvertRotation"); \ static_assert(offsetof(FRigUnit_ConvertRotation, Input) == 0x000008, "Member 'FRigUnit_ConvertRotation::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConvertRotation, Result) == 0x000020, "Member 'FRigUnit_ConvertRotation::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ConvertVectorRotation \ static_assert(alignof(FRigUnit_ConvertVectorRotation) == 0x000010, "Wrong alignment on FRigUnit_ConvertVectorRotation"); \ static_assert(sizeof(FRigUnit_ConvertVectorRotation) == 0x000030, "Wrong size on FRigUnit_ConvertVectorRotation"); \ #define DUMPER7_ASSERTS_FRigUnit_ConvertTransform \ static_assert(alignof(FRigUnit_ConvertTransform) == 0x000010, "Wrong alignment on FRigUnit_ConvertTransform"); \ static_assert(sizeof(FRigUnit_ConvertTransform) == 0x000070, "Wrong size on FRigUnit_ConvertTransform"); \ static_assert(offsetof(FRigUnit_ConvertTransform, Input) == 0x000010, "Member 'FRigUnit_ConvertTransform::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ConvertTransform, Result) == 0x000040, "Member 'FRigUnit_ConvertTransform::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugBase \ static_assert(alignof(FRigUnit_DebugBase) == 0x000008, "Wrong alignment on FRigUnit_DebugBase"); \ static_assert(sizeof(FRigUnit_DebugBase) == 0x000008, "Wrong size on FRigUnit_DebugBase"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugBezierItemSpace \ static_assert(alignof(FRigUnit_DebugBezierItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugBezierItemSpace"); \ static_assert(sizeof(FRigUnit_DebugBezierItemSpace) == 0x000110, "Wrong size on FRigUnit_DebugBezierItemSpace"); \ static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Bezier) == 0x000068, "Member 'FRigUnit_DebugBezierItemSpace::Bezier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezierItemSpace, MinimumU) == 0x000098, "Member 'FRigUnit_DebugBezierItemSpace::MinimumU' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezierItemSpace, MaximumU) == 0x00009C, "Member 'FRigUnit_DebugBezierItemSpace::MaximumU' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Color) == 0x0000A0, "Member 'FRigUnit_DebugBezierItemSpace::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Thickness) == 0x0000B0, "Member 'FRigUnit_DebugBezierItemSpace::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Detail) == 0x0000B4, "Member 'FRigUnit_DebugBezierItemSpace::Detail' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Space) == 0x0000B8, "Member 'FRigUnit_DebugBezierItemSpace::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezierItemSpace, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugBezierItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezierItemSpace, bEnabled) == 0x000100, "Member 'FRigUnit_DebugBezierItemSpace::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugBezier \ static_assert(alignof(FRigUnit_DebugBezier) == 0x000010, "Wrong alignment on FRigUnit_DebugBezier"); \ static_assert(sizeof(FRigUnit_DebugBezier) == 0x000100, "Wrong size on FRigUnit_DebugBezier"); \ static_assert(offsetof(FRigUnit_DebugBezier, Bezier) == 0x000068, "Member 'FRigUnit_DebugBezier::Bezier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezier, MinimumU) == 0x000098, "Member 'FRigUnit_DebugBezier::MinimumU' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezier, MaximumU) == 0x00009C, "Member 'FRigUnit_DebugBezier::MaximumU' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezier, Color) == 0x0000A0, "Member 'FRigUnit_DebugBezier::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezier, Thickness) == 0x0000B0, "Member 'FRigUnit_DebugBezier::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezier, Detail) == 0x0000B4, "Member 'FRigUnit_DebugBezier::Detail' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezier, Space) == 0x0000B8, "Member 'FRigUnit_DebugBezier::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezier, WorldOffset) == 0x0000C0, "Member 'FRigUnit_DebugBezier::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugBezier, bEnabled) == 0x0000F0, "Member 'FRigUnit_DebugBezier::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugLineItemSpace \ static_assert(alignof(FRigUnit_DebugLineItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugLineItemSpace"); \ static_assert(sizeof(FRigUnit_DebugLineItemSpace) == 0x0000E0, "Wrong size on FRigUnit_DebugLineItemSpace"); \ static_assert(offsetof(FRigUnit_DebugLineItemSpace, A) == 0x000068, "Member 'FRigUnit_DebugLineItemSpace::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineItemSpace, B) == 0x000074, "Member 'FRigUnit_DebugLineItemSpace::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineItemSpace, Color) == 0x000080, "Member 'FRigUnit_DebugLineItemSpace::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineItemSpace, Thickness) == 0x000090, "Member 'FRigUnit_DebugLineItemSpace::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineItemSpace, Space) == 0x000094, "Member 'FRigUnit_DebugLineItemSpace::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineItemSpace, WorldOffset) == 0x0000A0, "Member 'FRigUnit_DebugLineItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineItemSpace, bEnabled) == 0x0000D0, "Member 'FRigUnit_DebugLineItemSpace::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugLineStripItemSpace \ static_assert(alignof(FRigUnit_DebugLineStripItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugLineStripItemSpace"); \ static_assert(sizeof(FRigUnit_DebugLineStripItemSpace) == 0x0000E0, "Wrong size on FRigUnit_DebugLineStripItemSpace"); \ static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Points) == 0x000068, "Member 'FRigUnit_DebugLineStripItemSpace::Points' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Color) == 0x000078, "Member 'FRigUnit_DebugLineStripItemSpace::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Thickness) == 0x000088, "Member 'FRigUnit_DebugLineStripItemSpace::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Space) == 0x00008C, "Member 'FRigUnit_DebugLineStripItemSpace::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, WorldOffset) == 0x0000A0, "Member 'FRigUnit_DebugLineStripItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, bEnabled) == 0x0000D0, "Member 'FRigUnit_DebugLineStripItemSpace::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugPointMutable \ static_assert(alignof(FRigUnit_DebugPointMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugPointMutable"); \ static_assert(sizeof(FRigUnit_DebugPointMutable) == 0x0000E0, "Wrong size on FRigUnit_DebugPointMutable"); \ static_assert(offsetof(FRigUnit_DebugPointMutable, Vector) == 0x000068, "Member 'FRigUnit_DebugPointMutable::Vector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPointMutable, Mode) == 0x000074, "Member 'FRigUnit_DebugPointMutable::Mode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPointMutable, Color) == 0x000078, "Member 'FRigUnit_DebugPointMutable::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPointMutable, Scale) == 0x000088, "Member 'FRigUnit_DebugPointMutable::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPointMutable, Thickness) == 0x00008C, "Member 'FRigUnit_DebugPointMutable::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPointMutable, Space) == 0x000090, "Member 'FRigUnit_DebugPointMutable::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPointMutable, WorldOffset) == 0x0000A0, "Member 'FRigUnit_DebugPointMutable::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPointMutable, bEnabled) == 0x0000D0, "Member 'FRigUnit_DebugPointMutable::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugPoint \ static_assert(alignof(FRigUnit_DebugPoint) == 0x000010, "Wrong alignment on FRigUnit_DebugPoint"); \ static_assert(sizeof(FRigUnit_DebugPoint) == 0x000080, "Wrong size on FRigUnit_DebugPoint"); \ static_assert(offsetof(FRigUnit_DebugPoint, Vector) == 0x000008, "Member 'FRigUnit_DebugPoint::Vector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPoint, Mode) == 0x000014, "Member 'FRigUnit_DebugPoint::Mode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPoint, Color) == 0x000018, "Member 'FRigUnit_DebugPoint::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPoint, Scale) == 0x000028, "Member 'FRigUnit_DebugPoint::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPoint, Thickness) == 0x00002C, "Member 'FRigUnit_DebugPoint::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPoint, Space) == 0x000030, "Member 'FRigUnit_DebugPoint::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPoint, WorldOffset) == 0x000040, "Member 'FRigUnit_DebugPoint::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugPoint, bEnabled) == 0x000070, "Member 'FRigUnit_DebugPoint::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugArcItemSpace \ static_assert(alignof(FRigUnit_DebugArcItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugArcItemSpace"); \ static_assert(sizeof(FRigUnit_DebugArcItemSpace) == 0x000110, "Wrong size on FRigUnit_DebugArcItemSpace"); \ static_assert(offsetof(FRigUnit_DebugArcItemSpace, Transform) == 0x000070, "Member 'FRigUnit_DebugArcItemSpace::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArcItemSpace, Color) == 0x0000A0, "Member 'FRigUnit_DebugArcItemSpace::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArcItemSpace, Radius) == 0x0000B0, "Member 'FRigUnit_DebugArcItemSpace::Radius' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArcItemSpace, MinimumDegrees) == 0x0000B4, "Member 'FRigUnit_DebugArcItemSpace::MinimumDegrees' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArcItemSpace, MaximumDegrees) == 0x0000B8, "Member 'FRigUnit_DebugArcItemSpace::MaximumDegrees' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArcItemSpace, Thickness) == 0x0000BC, "Member 'FRigUnit_DebugArcItemSpace::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArcItemSpace, Detail) == 0x0000C0, "Member 'FRigUnit_DebugArcItemSpace::Detail' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArcItemSpace, Space) == 0x0000C4, "Member 'FRigUnit_DebugArcItemSpace::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArcItemSpace, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugArcItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArcItemSpace, bEnabled) == 0x000100, "Member 'FRigUnit_DebugArcItemSpace::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugArc \ static_assert(alignof(FRigUnit_DebugArc) == 0x000010, "Wrong alignment on FRigUnit_DebugArc"); \ static_assert(sizeof(FRigUnit_DebugArc) == 0x000110, "Wrong size on FRigUnit_DebugArc"); \ static_assert(offsetof(FRigUnit_DebugArc, Transform) == 0x000070, "Member 'FRigUnit_DebugArc::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArc, Color) == 0x0000A0, "Member 'FRigUnit_DebugArc::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArc, Radius) == 0x0000B0, "Member 'FRigUnit_DebugArc::Radius' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArc, MinimumDegrees) == 0x0000B4, "Member 'FRigUnit_DebugArc::MinimumDegrees' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArc, MaximumDegrees) == 0x0000B8, "Member 'FRigUnit_DebugArc::MaximumDegrees' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArc, Thickness) == 0x0000BC, "Member 'FRigUnit_DebugArc::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArc, Detail) == 0x0000C0, "Member 'FRigUnit_DebugArc::Detail' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArc, Space) == 0x0000C4, "Member 'FRigUnit_DebugArc::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArc, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugArc::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugArc, bEnabled) == 0x000100, "Member 'FRigUnit_DebugArc::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugRectangleItemSpace \ static_assert(alignof(FRigUnit_DebugRectangleItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugRectangleItemSpace"); \ static_assert(sizeof(FRigUnit_DebugRectangleItemSpace) == 0x000110, "Wrong size on FRigUnit_DebugRectangleItemSpace"); \ static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Transform) == 0x000070, "Member 'FRigUnit_DebugRectangleItemSpace::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Color) == 0x0000A0, "Member 'FRigUnit_DebugRectangleItemSpace::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Scale) == 0x0000B0, "Member 'FRigUnit_DebugRectangleItemSpace::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Thickness) == 0x0000B4, "Member 'FRigUnit_DebugRectangleItemSpace::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Space) == 0x0000B8, "Member 'FRigUnit_DebugRectangleItemSpace::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugRectangleItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, bEnabled) == 0x000100, "Member 'FRigUnit_DebugRectangleItemSpace::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugRectangle \ static_assert(alignof(FRigUnit_DebugRectangle) == 0x000010, "Wrong alignment on FRigUnit_DebugRectangle"); \ static_assert(sizeof(FRigUnit_DebugRectangle) == 0x000100, "Wrong size on FRigUnit_DebugRectangle"); \ static_assert(offsetof(FRigUnit_DebugRectangle, Transform) == 0x000070, "Member 'FRigUnit_DebugRectangle::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangle, Color) == 0x0000A0, "Member 'FRigUnit_DebugRectangle::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangle, Scale) == 0x0000B0, "Member 'FRigUnit_DebugRectangle::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangle, Thickness) == 0x0000B4, "Member 'FRigUnit_DebugRectangle::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangle, Space) == 0x0000B8, "Member 'FRigUnit_DebugRectangle::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangle, WorldOffset) == 0x0000C0, "Member 'FRigUnit_DebugRectangle::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugRectangle, bEnabled) == 0x0000F0, "Member 'FRigUnit_DebugRectangle::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugTransformArrayMutable \ static_assert(alignof(FRigUnit_DebugTransformArrayMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformArrayMutable"); \ static_assert(sizeof(FRigUnit_DebugTransformArrayMutable) == 0x0000F0, "Wrong size on FRigUnit_DebugTransformArrayMutable"); \ static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Transforms) == 0x000068, "Member 'FRigUnit_DebugTransformArrayMutable::Transforms' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Mode) == 0x000078, "Member 'FRigUnit_DebugTransformArrayMutable::Mode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Color) == 0x00007C, "Member 'FRigUnit_DebugTransformArrayMutable::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Thickness) == 0x00008C, "Member 'FRigUnit_DebugTransformArrayMutable::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Scale) == 0x000090, "Member 'FRigUnit_DebugTransformArrayMutable::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Space) == 0x000094, "Member 'FRigUnit_DebugTransformArrayMutable::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, WorldOffset) == 0x0000A0, "Member 'FRigUnit_DebugTransformArrayMutable::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, bEnabled) == 0x0000D0, "Member 'FRigUnit_DebugTransformArrayMutable::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, WorkData) == 0x0000D8, "Member 'FRigUnit_DebugTransformArrayMutable::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugTransformMutableItemSpace \ static_assert(alignof(FRigUnit_DebugTransformMutableItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformMutableItemSpace"); \ static_assert(sizeof(FRigUnit_DebugTransformMutableItemSpace) == 0x000110, "Wrong size on FRigUnit_DebugTransformMutableItemSpace"); \ static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Transform) == 0x000070, "Member 'FRigUnit_DebugTransformMutableItemSpace::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Mode) == 0x0000A0, "Member 'FRigUnit_DebugTransformMutableItemSpace::Mode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Color) == 0x0000A4, "Member 'FRigUnit_DebugTransformMutableItemSpace::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Thickness) == 0x0000B4, "Member 'FRigUnit_DebugTransformMutableItemSpace::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Scale) == 0x0000B8, "Member 'FRigUnit_DebugTransformMutableItemSpace::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Space) == 0x0000BC, "Member 'FRigUnit_DebugTransformMutableItemSpace::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugTransformMutableItemSpace::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, bEnabled) == 0x000100, "Member 'FRigUnit_DebugTransformMutableItemSpace::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugTransformMutable \ static_assert(alignof(FRigUnit_DebugTransformMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformMutable"); \ static_assert(sizeof(FRigUnit_DebugTransformMutable) == 0x000110, "Wrong size on FRigUnit_DebugTransformMutable"); \ static_assert(offsetof(FRigUnit_DebugTransformMutable, Transform) == 0x000070, "Member 'FRigUnit_DebugTransformMutable::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutable, Mode) == 0x0000A0, "Member 'FRigUnit_DebugTransformMutable::Mode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutable, Color) == 0x0000A4, "Member 'FRigUnit_DebugTransformMutable::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutable, Thickness) == 0x0000B4, "Member 'FRigUnit_DebugTransformMutable::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutable, Scale) == 0x0000B8, "Member 'FRigUnit_DebugTransformMutable::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutable, Space) == 0x0000BC, "Member 'FRigUnit_DebugTransformMutable::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutable, WorldOffset) == 0x0000D0, "Member 'FRigUnit_DebugTransformMutable::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransformMutable, bEnabled) == 0x000100, "Member 'FRigUnit_DebugTransformMutable::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DebugTransform \ static_assert(alignof(FRigUnit_DebugTransform) == 0x000010, "Wrong alignment on FRigUnit_DebugTransform"); \ static_assert(sizeof(FRigUnit_DebugTransform) == 0x0000B0, "Wrong size on FRigUnit_DebugTransform"); \ static_assert(offsetof(FRigUnit_DebugTransform, Transform) == 0x000010, "Member 'FRigUnit_DebugTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransform, Mode) == 0x000040, "Member 'FRigUnit_DebugTransform::Mode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransform, Color) == 0x000044, "Member 'FRigUnit_DebugTransform::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransform, Thickness) == 0x000054, "Member 'FRigUnit_DebugTransform::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransform, Scale) == 0x000058, "Member 'FRigUnit_DebugTransform::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransform, Space) == 0x00005C, "Member 'FRigUnit_DebugTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransform, WorldOffset) == 0x000070, "Member 'FRigUnit_DebugTransform::WorldOffset' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DebugTransform, bEnabled) == 0x0000A0, "Member 'FRigUnit_DebugTransform::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousQuat \ static_assert(alignof(FRigUnit_DeltaFromPreviousQuat) == 0x000010, "Wrong alignment on FRigUnit_DeltaFromPreviousQuat"); \ static_assert(sizeof(FRigUnit_DeltaFromPreviousQuat) == 0x000050, "Wrong size on FRigUnit_DeltaFromPreviousQuat"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, Value) == 0x000010, "Member 'FRigUnit_DeltaFromPreviousQuat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, Delta) == 0x000020, "Member 'FRigUnit_DeltaFromPreviousQuat::Delta' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, PreviousValue) == 0x000030, "Member 'FRigUnit_DeltaFromPreviousQuat::PreviousValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, Cache) == 0x000040, "Member 'FRigUnit_DeltaFromPreviousQuat::Cache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousVector \ static_assert(alignof(FRigUnit_DeltaFromPreviousVector) == 0x000008, "Wrong alignment on FRigUnit_DeltaFromPreviousVector"); \ static_assert(sizeof(FRigUnit_DeltaFromPreviousVector) == 0x000038, "Wrong size on FRigUnit_DeltaFromPreviousVector"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, Value) == 0x000008, "Member 'FRigUnit_DeltaFromPreviousVector::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, Delta) == 0x000014, "Member 'FRigUnit_DeltaFromPreviousVector::Delta' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, PreviousValue) == 0x000020, "Member 'FRigUnit_DeltaFromPreviousVector::PreviousValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, Cache) == 0x00002C, "Member 'FRigUnit_DeltaFromPreviousVector::Cache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousFloat \ static_assert(alignof(FRigUnit_DeltaFromPreviousFloat) == 0x000008, "Wrong alignment on FRigUnit_DeltaFromPreviousFloat"); \ static_assert(sizeof(FRigUnit_DeltaFromPreviousFloat) == 0x000018, "Wrong size on FRigUnit_DeltaFromPreviousFloat"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, Value) == 0x000008, "Member 'FRigUnit_DeltaFromPreviousFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, Delta) == 0x00000C, "Member 'FRigUnit_DeltaFromPreviousFloat::Delta' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, PreviousValue) == 0x000010, "Member 'FRigUnit_DeltaFromPreviousFloat::PreviousValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, Cache) == 0x000014, "Member 'FRigUnit_DeltaFromPreviousFloat::Cache' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DistributeRotation \ static_assert(alignof(FRigUnit_DistributeRotation) == 0x000008, "Wrong alignment on FRigUnit_DistributeRotation"); \ static_assert(sizeof(FRigUnit_DistributeRotation) == 0x0000E8, "Wrong size on FRigUnit_DistributeRotation"); \ static_assert(offsetof(FRigUnit_DistributeRotation, StartBone) == 0x000068, "Member 'FRigUnit_DistributeRotation::StartBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotation, EndBone) == 0x000070, "Member 'FRigUnit_DistributeRotation::EndBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotation, Rotations) == 0x000078, "Member 'FRigUnit_DistributeRotation::Rotations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotation, RotationEaseType) == 0x000088, "Member 'FRigUnit_DistributeRotation::RotationEaseType' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotation, Weight) == 0x00008C, "Member 'FRigUnit_DistributeRotation::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotation, bPropagateToChildren) == 0x000090, "Member 'FRigUnit_DistributeRotation::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DistributeRotation, WorkData) == 0x000098, "Member 'FRigUnit_DistributeRotation::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DrawContainerSetThickness \ static_assert(alignof(FRigUnit_DrawContainerSetThickness) == 0x000008, "Wrong alignment on FRigUnit_DrawContainerSetThickness"); \ static_assert(sizeof(FRigUnit_DrawContainerSetThickness) == 0x000078, "Wrong size on FRigUnit_DrawContainerSetThickness"); \ static_assert(offsetof(FRigUnit_DrawContainerSetThickness, InstructionName) == 0x000068, "Member 'FRigUnit_DrawContainerSetThickness::InstructionName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DrawContainerSetThickness, Thickness) == 0x000070, "Member 'FRigUnit_DrawContainerSetThickness::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_DrawContainerGetInstruction \ static_assert(alignof(FRigUnit_DrawContainerGetInstruction) == 0x000010, "Wrong alignment on FRigUnit_DrawContainerGetInstruction"); \ static_assert(sizeof(FRigUnit_DrawContainerGetInstruction) == 0x000050, "Wrong size on FRigUnit_DrawContainerGetInstruction"); \ static_assert(offsetof(FRigUnit_DrawContainerGetInstruction, InstructionName) == 0x000008, "Member 'FRigUnit_DrawContainerGetInstruction::InstructionName' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DrawContainerGetInstruction, Color) == 0x000010, "Member 'FRigUnit_DrawContainerGetInstruction::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_DrawContainerGetInstruction, Transform) == 0x000020, "Member 'FRigUnit_DrawContainerGetInstruction::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FABRIK_WorkData \ static_assert(alignof(FRigUnit_FABRIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_FABRIK_WorkData"); \ static_assert(sizeof(FRigUnit_FABRIK_WorkData) == 0x000038, "Wrong size on FRigUnit_FABRIK_WorkData"); \ static_assert(offsetof(FRigUnit_FABRIK_WorkData, Chain) == 0x000000, "Member 'FRigUnit_FABRIK_WorkData::Chain' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIK_WorkData, CachedItems) == 0x000010, "Member 'FRigUnit_FABRIK_WorkData::CachedItems' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIK_WorkData, CachedEffector) == 0x000020, "Member 'FRigUnit_FABRIK_WorkData::CachedEffector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FABRIKPerItem \ static_assert(alignof(FRigUnit_FABRIKPerItem) == 0x000010, "Wrong alignment on FRigUnit_FABRIKPerItem"); \ static_assert(sizeof(FRigUnit_FABRIKPerItem) == 0x000100, "Wrong size on FRigUnit_FABRIKPerItem"); \ static_assert(offsetof(FRigUnit_FABRIKPerItem, Items) == 0x000068, "Member 'FRigUnit_FABRIKPerItem::Items' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIKPerItem, EffectorTransform) == 0x000080, "Member 'FRigUnit_FABRIKPerItem::EffectorTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIKPerItem, Precision) == 0x0000B0, "Member 'FRigUnit_FABRIKPerItem::Precision' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIKPerItem, Weight) == 0x0000B4, "Member 'FRigUnit_FABRIKPerItem::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIKPerItem, bPropagateToChildren) == 0x0000B8, "Member 'FRigUnit_FABRIKPerItem::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIKPerItem, MaxIterations) == 0x0000BC, "Member 'FRigUnit_FABRIKPerItem::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIKPerItem, WorkData) == 0x0000C0, "Member 'FRigUnit_FABRIKPerItem::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FABRIK \ static_assert(alignof(FRigUnit_FABRIK) == 0x000010, "Wrong alignment on FRigUnit_FABRIK"); \ static_assert(sizeof(FRigUnit_FABRIK) == 0x000100, "Wrong size on FRigUnit_FABRIK"); \ static_assert(offsetof(FRigUnit_FABRIK, StartBone) == 0x000068, "Member 'FRigUnit_FABRIK::StartBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIK, EffectorBone) == 0x000070, "Member 'FRigUnit_FABRIK::EffectorBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIK, EffectorTransform) == 0x000080, "Member 'FRigUnit_FABRIK::EffectorTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIK, Precision) == 0x0000B0, "Member 'FRigUnit_FABRIK::Precision' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIK, Weight) == 0x0000B4, "Member 'FRigUnit_FABRIK::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIK, bPropagateToChildren) == 0x0000B8, "Member 'FRigUnit_FABRIK::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIK, MaxIterations) == 0x0000BC, "Member 'FRigUnit_FABRIK::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FABRIK, WorkData) == 0x0000C0, "Member 'FRigUnit_FABRIK::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FitChainToCurve \ static_assert(alignof(FRigUnit_FitChainToCurve) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurve"); \ static_assert(sizeof(FRigUnit_FitChainToCurve) == 0x000200, "Wrong size on FRigUnit_FitChainToCurve"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, StartBone) == 0x000068, "Member 'FRigUnit_FitChainToCurve::StartBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, EndBone) == 0x000070, "Member 'FRigUnit_FitChainToCurve::EndBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, Bezier) == 0x000078, "Member 'FRigUnit_FitChainToCurve::Bezier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, Alignment) == 0x0000A8, "Member 'FRigUnit_FitChainToCurve::Alignment' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, Minimum) == 0x0000AC, "Member 'FRigUnit_FitChainToCurve::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, Maximum) == 0x0000B0, "Member 'FRigUnit_FitChainToCurve::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, SamplingPrecision) == 0x0000B4, "Member 'FRigUnit_FitChainToCurve::SamplingPrecision' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, PrimaryAxis) == 0x0000B8, "Member 'FRigUnit_FitChainToCurve::PrimaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, SecondaryAxis) == 0x0000C4, "Member 'FRigUnit_FitChainToCurve::SecondaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, PoleVectorPosition) == 0x0000D0, "Member 'FRigUnit_FitChainToCurve::PoleVectorPosition' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, Rotations) == 0x0000E0, "Member 'FRigUnit_FitChainToCurve::Rotations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, RotationEaseType) == 0x0000F0, "Member 'FRigUnit_FitChainToCurve::RotationEaseType' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, Weight) == 0x0000F4, "Member 'FRigUnit_FitChainToCurve::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, bPropagateToChildren) == 0x0000F8, "Member 'FRigUnit_FitChainToCurve::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, DebugSettings) == 0x000100, "Member 'FRigUnit_FitChainToCurve::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FitChainToCurve, WorkData) == 0x000160, "Member 'FRigUnit_FitChainToCurve::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MapRange_Float \ static_assert(alignof(FRigUnit_MapRange_Float) == 0x000008, "Wrong alignment on FRigUnit_MapRange_Float"); \ static_assert(sizeof(FRigUnit_MapRange_Float) == 0x000020, "Wrong size on FRigUnit_MapRange_Float"); \ static_assert(offsetof(FRigUnit_MapRange_Float, Value) == 0x000008, "Member 'FRigUnit_MapRange_Float::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MapRange_Float, MinIn) == 0x00000C, "Member 'FRigUnit_MapRange_Float::MinIn' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MapRange_Float, MaxIn) == 0x000010, "Member 'FRigUnit_MapRange_Float::MaxIn' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MapRange_Float, MinOut) == 0x000014, "Member 'FRigUnit_MapRange_Float::MinOut' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MapRange_Float, MaxOut) == 0x000018, "Member 'FRigUnit_MapRange_Float::MaxOut' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MapRange_Float, Result) == 0x00001C, "Member 'FRigUnit_MapRange_Float::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Subtract_FloatFloat \ static_assert(alignof(FRigUnit_Subtract_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Subtract_FloatFloat"); \ static_assert(sizeof(FRigUnit_Subtract_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Subtract_FloatFloat"); \ #define DUMPER7_ASSERTS_FRigUnit_Multiply_FloatFloat \ static_assert(alignof(FRigUnit_Multiply_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Multiply_FloatFloat"); \ static_assert(sizeof(FRigUnit_Multiply_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Multiply_FloatFloat"); \ #define DUMPER7_ASSERTS_FRigUnit_ForLoopCount \ static_assert(alignof(FRigUnit_ForLoopCount) == 0x000008, "Wrong alignment on FRigUnit_ForLoopCount"); \ static_assert(sizeof(FRigUnit_ForLoopCount) == 0x0000D8, "Wrong size on FRigUnit_ForLoopCount"); \ static_assert(offsetof(FRigUnit_ForLoopCount, Count) == 0x000068, "Member 'FRigUnit_ForLoopCount::Count' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ForLoopCount, Index) == 0x00006C, "Member 'FRigUnit_ForLoopCount::Index' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ForLoopCount, Ratio) == 0x000070, "Member 'FRigUnit_ForLoopCount::Ratio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ForLoopCount, Continue) == 0x000074, "Member 'FRigUnit_ForLoopCount::Continue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ForLoopCount, Completed) == 0x000078, "Member 'FRigUnit_ForLoopCount::Completed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetBoneTransform \ static_assert(alignof(FRigUnit_GetBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetBoneTransform"); \ static_assert(sizeof(FRigUnit_GetBoneTransform) == 0x000070, "Wrong size on FRigUnit_GetBoneTransform"); \ static_assert(offsetof(FRigUnit_GetBoneTransform, Bone) == 0x000008, "Member 'FRigUnit_GetBoneTransform::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetBoneTransform, Space) == 0x000010, "Member 'FRigUnit_GetBoneTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_GetBoneTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetBoneTransform, CachedBone) == 0x000050, "Member 'FRigUnit_GetBoneTransform::CachedBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetControlInitialTransform \ static_assert(alignof(FRigUnit_GetControlInitialTransform) == 0x000010, "Wrong alignment on FRigUnit_GetControlInitialTransform"); \ static_assert(sizeof(FRigUnit_GetControlInitialTransform) == 0x000070, "Wrong size on FRigUnit_GetControlInitialTransform"); \ static_assert(offsetof(FRigUnit_GetControlInitialTransform, Control) == 0x000008, "Member 'FRigUnit_GetControlInitialTransform::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlInitialTransform, Space) == 0x000010, "Member 'FRigUnit_GetControlInitialTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlInitialTransform, Transform) == 0x000020, "Member 'FRigUnit_GetControlInitialTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlInitialTransform, CachedControlIndex) == 0x000050, "Member 'FRigUnit_GetControlInitialTransform::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetControlTransform \ static_assert(alignof(FRigUnit_GetControlTransform) == 0x000010, "Wrong alignment on FRigUnit_GetControlTransform"); \ static_assert(sizeof(FRigUnit_GetControlTransform) == 0x0000D0, "Wrong size on FRigUnit_GetControlTransform"); \ static_assert(offsetof(FRigUnit_GetControlTransform, Control) == 0x000008, "Member 'FRigUnit_GetControlTransform::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlTransform, Space) == 0x000010, "Member 'FRigUnit_GetControlTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlTransform, Transform) == 0x000020, "Member 'FRigUnit_GetControlTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlTransform, Minimum) == 0x000050, "Member 'FRigUnit_GetControlTransform::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlTransform, Maximum) == 0x000080, "Member 'FRigUnit_GetControlTransform::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlTransform, CachedControlIndex) == 0x0000B0, "Member 'FRigUnit_GetControlTransform::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorAngle \ static_assert(alignof(FRigUnit_MathVectorAngle) == 0x000008, "Wrong alignment on FRigUnit_MathVectorAngle"); \ static_assert(sizeof(FRigUnit_MathVectorAngle) == 0x000028, "Wrong size on FRigUnit_MathVectorAngle"); \ static_assert(offsetof(FRigUnit_MathVectorAngle, A) == 0x000008, "Member 'FRigUnit_MathVectorAngle::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorAngle, B) == 0x000014, "Member 'FRigUnit_MathVectorAngle::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorAngle, Result) == 0x000020, "Member 'FRigUnit_MathVectorAngle::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetControlRotator \ static_assert(alignof(FRigUnit_GetControlRotator) == 0x000008, "Wrong alignment on FRigUnit_GetControlRotator"); \ static_assert(sizeof(FRigUnit_GetControlRotator) == 0x000050, "Wrong size on FRigUnit_GetControlRotator"); \ static_assert(offsetof(FRigUnit_GetControlRotator, Control) == 0x000008, "Member 'FRigUnit_GetControlRotator::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlRotator, Space) == 0x000010, "Member 'FRigUnit_GetControlRotator::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlRotator, Rotator) == 0x000014, "Member 'FRigUnit_GetControlRotator::Rotator' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlRotator, Minimum) == 0x000020, "Member 'FRigUnit_GetControlRotator::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlRotator, Maximum) == 0x00002C, "Member 'FRigUnit_GetControlRotator::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlRotator, CachedControlIndex) == 0x000038, "Member 'FRigUnit_GetControlRotator::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetControlVector \ static_assert(alignof(FRigUnit_GetControlVector) == 0x000008, "Wrong alignment on FRigUnit_GetControlVector"); \ static_assert(sizeof(FRigUnit_GetControlVector) == 0x000050, "Wrong size on FRigUnit_GetControlVector"); \ static_assert(offsetof(FRigUnit_GetControlVector, Control) == 0x000008, "Member 'FRigUnit_GetControlVector::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlVector, Space) == 0x000010, "Member 'FRigUnit_GetControlVector::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlVector, Vector) == 0x000014, "Member 'FRigUnit_GetControlVector::Vector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlVector, Minimum) == 0x000020, "Member 'FRigUnit_GetControlVector::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlVector, Maximum) == 0x00002C, "Member 'FRigUnit_GetControlVector::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlVector, CachedControlIndex) == 0x000038, "Member 'FRigUnit_GetControlVector::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionBase \ static_assert(alignof(FRigUnit_MathQuaternionBase) == 0x000008, "Wrong alignment on FRigUnit_MathQuaternionBase"); \ static_assert(sizeof(FRigUnit_MathQuaternionBase) == 0x000008, "Wrong size on FRigUnit_MathQuaternionBase"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionToEuler \ static_assert(alignof(FRigUnit_MathQuaternionToEuler) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionToEuler"); \ static_assert(sizeof(FRigUnit_MathQuaternionToEuler) == 0x000030, "Wrong size on FRigUnit_MathQuaternionToEuler"); \ static_assert(offsetof(FRigUnit_MathQuaternionToEuler, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionToEuler::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionToEuler, RotationOrder) == 0x000020, "Member 'FRigUnit_MathQuaternionToEuler::RotationOrder' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionToEuler, Result) == 0x000024, "Member 'FRigUnit_MathQuaternionToEuler::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetControlVector2D \ static_assert(alignof(FRigUnit_GetControlVector2D) == 0x000008, "Wrong alignment on FRigUnit_GetControlVector2D"); \ static_assert(sizeof(FRigUnit_GetControlVector2D) == 0x000040, "Wrong size on FRigUnit_GetControlVector2D"); \ static_assert(offsetof(FRigUnit_GetControlVector2D, Control) == 0x000008, "Member 'FRigUnit_GetControlVector2D::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlVector2D, Vector) == 0x000010, "Member 'FRigUnit_GetControlVector2D::Vector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlVector2D, Minimum) == 0x000018, "Member 'FRigUnit_GetControlVector2D::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlVector2D, Maximum) == 0x000020, "Member 'FRigUnit_GetControlVector2D::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlVector2D, CachedControlIndex) == 0x000028, "Member 'FRigUnit_GetControlVector2D::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetControlInteger \ static_assert(alignof(FRigUnit_GetControlInteger) == 0x000008, "Wrong alignment on FRigUnit_GetControlInteger"); \ static_assert(sizeof(FRigUnit_GetControlInteger) == 0x000030, "Wrong size on FRigUnit_GetControlInteger"); \ static_assert(offsetof(FRigUnit_GetControlInteger, Control) == 0x000008, "Member 'FRigUnit_GetControlInteger::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlInteger, IntegerValue) == 0x000010, "Member 'FRigUnit_GetControlInteger::IntegerValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlInteger, Minimum) == 0x000014, "Member 'FRigUnit_GetControlInteger::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlInteger, Maximum) == 0x000018, "Member 'FRigUnit_GetControlInteger::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlInteger, CachedControlIndex) == 0x00001C, "Member 'FRigUnit_GetControlInteger::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetControlBool \ static_assert(alignof(FRigUnit_GetControlBool) == 0x000008, "Wrong alignment on FRigUnit_GetControlBool"); \ static_assert(sizeof(FRigUnit_GetControlBool) == 0x000028, "Wrong size on FRigUnit_GetControlBool"); \ static_assert(offsetof(FRigUnit_GetControlBool, Control) == 0x000008, "Member 'FRigUnit_GetControlBool::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlBool, BoolValue) == 0x000010, "Member 'FRigUnit_GetControlBool::BoolValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetControlBool, CachedControlIndex) == 0x000014, "Member 'FRigUnit_GetControlBool::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorOrthogonal \ static_assert(alignof(FRigUnit_MathVectorOrthogonal) == 0x000008, "Wrong alignment on FRigUnit_MathVectorOrthogonal"); \ static_assert(sizeof(FRigUnit_MathVectorOrthogonal) == 0x000028, "Wrong size on FRigUnit_MathVectorOrthogonal"); \ static_assert(offsetof(FRigUnit_MathVectorOrthogonal, A) == 0x000008, "Member 'FRigUnit_MathVectorOrthogonal::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorOrthogonal, B) == 0x000014, "Member 'FRigUnit_MathVectorOrthogonal::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorOrthogonal, Result) == 0x000020, "Member 'FRigUnit_MathVectorOrthogonal::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetCurveValue \ static_assert(alignof(FRigUnit_GetCurveValue) == 0x000008, "Wrong alignment on FRigUnit_GetCurveValue"); \ static_assert(sizeof(FRigUnit_GetCurveValue) == 0x000028, "Wrong size on FRigUnit_GetCurveValue"); \ static_assert(offsetof(FRigUnit_GetCurveValue, Curve) == 0x000008, "Member 'FRigUnit_GetCurveValue::Curve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetCurveValue, Value) == 0x000010, "Member 'FRigUnit_GetCurveValue::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetCurveValue, CachedCurveIndex) == 0x000014, "Member 'FRigUnit_GetCurveValue::CachedCurveIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetDeltaTime \ static_assert(alignof(FRigUnit_GetDeltaTime) == 0x000008, "Wrong alignment on FRigUnit_GetDeltaTime"); \ static_assert(sizeof(FRigUnit_GetDeltaTime) == 0x000010, "Wrong size on FRigUnit_GetDeltaTime"); \ static_assert(offsetof(FRigUnit_GetDeltaTime, Result) == 0x000008, "Member 'FRigUnit_GetDeltaTime::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionBinaryOp \ static_assert(alignof(FRigUnit_MathQuaternionBinaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionBinaryOp"); \ static_assert(sizeof(FRigUnit_MathQuaternionBinaryOp) == 0x000040, "Wrong size on FRigUnit_MathQuaternionBinaryOp"); \ static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, A) == 0x000010, "Member 'FRigUnit_MathQuaternionBinaryOp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, B) == 0x000020, "Member 'FRigUnit_MathQuaternionBinaryOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionBinaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionMul \ static_assert(alignof(FRigUnit_MathQuaternionMul) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionMul"); \ static_assert(sizeof(FRigUnit_MathQuaternionMul) == 0x000040, "Wrong size on FRigUnit_MathQuaternionMul"); \ #define DUMPER7_ASSERTS_FRigUnit_GetInitialBoneTransform \ static_assert(alignof(FRigUnit_GetInitialBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetInitialBoneTransform"); \ static_assert(sizeof(FRigUnit_GetInitialBoneTransform) == 0x000070, "Wrong size on FRigUnit_GetInitialBoneTransform"); \ static_assert(offsetof(FRigUnit_GetInitialBoneTransform, Bone) == 0x000008, "Member 'FRigUnit_GetInitialBoneTransform::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetInitialBoneTransform, Space) == 0x000010, "Member 'FRigUnit_GetInitialBoneTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetInitialBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_GetInitialBoneTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetInitialBoneTransform, CachedBone) == 0x000050, "Member 'FRigUnit_GetInitialBoneTransform::CachedBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetJointTransform \ static_assert(alignof(FRigUnit_GetJointTransform) == 0x000010, "Wrong alignment on FRigUnit_GetJointTransform"); \ static_assert(sizeof(FRigUnit_GetJointTransform) == 0x0000F0, "Wrong size on FRigUnit_GetJointTransform"); \ static_assert(offsetof(FRigUnit_GetJointTransform, Joint) == 0x000068, "Member 'FRigUnit_GetJointTransform::Joint' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetJointTransform, Type) == 0x000070, "Member 'FRigUnit_GetJointTransform::Type' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetJointTransform, TransformSpace) == 0x000071, "Member 'FRigUnit_GetJointTransform::TransformSpace' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetJointTransform, BaseTransform) == 0x000080, "Member 'FRigUnit_GetJointTransform::BaseTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetJointTransform, BaseJoint) == 0x0000B0, "Member 'FRigUnit_GetJointTransform::BaseJoint' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetJointTransform, Output) == 0x0000C0, "Member 'FRigUnit_GetJointTransform::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorWorkData \ static_assert(alignof(FRigUnit_MathRBFInterpolateVectorWorkData) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorWorkData"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorWorkData) == 0x000090, "Wrong size on FRigUnit_MathRBFInterpolateVectorWorkData"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateBase \ static_assert(alignof(FRigUnit_MathRBFInterpolateBase) == 0x000008, "Wrong alignment on FRigUnit_MathRBFInterpolateBase"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateBase) == 0x000008, "Wrong size on FRigUnit_MathRBFInterpolateBase"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorBase \ static_assert(alignof(FRigUnit_MathRBFInterpolateVectorBase) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorBase"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorBase) == 0x0000B0, "Wrong size on FRigUnit_MathRBFInterpolateVectorBase"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, Input) == 0x000008, "Member 'FRigUnit_MathRBFInterpolateVectorBase::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, DistanceFunction) == 0x000014, "Member 'FRigUnit_MathRBFInterpolateVectorBase::DistanceFunction' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, SmoothingFunction) == 0x000015, "Member 'FRigUnit_MathRBFInterpolateVectorBase::SmoothingFunction' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, SmoothingRadius) == 0x000018, "Member 'FRigUnit_MathRBFInterpolateVectorBase::SmoothingRadius' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, bNormalizeOutput) == 0x00001C, "Member 'FRigUnit_MathRBFInterpolateVectorBase::bNormalizeOutput' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, WorkData) == 0x000020, "Member 'FRigUnit_MathRBFInterpolateVectorBase::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetRelativeBoneTransform \ static_assert(alignof(FRigUnit_GetRelativeBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeBoneTransform"); \ static_assert(sizeof(FRigUnit_GetRelativeBoneTransform) == 0x000080, "Wrong size on FRigUnit_GetRelativeBoneTransform"); \ static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, Bone) == 0x000008, "Member 'FRigUnit_GetRelativeBoneTransform::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, Space) == 0x000010, "Member 'FRigUnit_GetRelativeBoneTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, Transform) == 0x000020, "Member 'FRigUnit_GetRelativeBoneTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, CachedBone) == 0x000050, "Member 'FRigUnit_GetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetRelativeBoneTransform, CachedSpace) == 0x000064, "Member 'FRigUnit_GetRelativeBoneTransform::CachedSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetRelativeTransformForItem \ static_assert(alignof(FRigUnit_GetRelativeTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeTransformForItem"); \ static_assert(sizeof(FRigUnit_GetRelativeTransformForItem) == 0x000090, "Wrong size on FRigUnit_GetRelativeTransformForItem"); \ static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, Child) == 0x000008, "Member 'FRigUnit_GetRelativeTransformForItem::Child' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, bChildInitial) == 0x000014, "Member 'FRigUnit_GetRelativeTransformForItem::bChildInitial' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, Parent) == 0x000018, "Member 'FRigUnit_GetRelativeTransformForItem::Parent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, bParentInitial) == 0x000024, "Member 'FRigUnit_GetRelativeTransformForItem::bParentInitial' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, RelativeTransform) == 0x000030, "Member 'FRigUnit_GetRelativeTransformForItem::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, CachedChild) == 0x000060, "Member 'FRigUnit_GetRelativeTransformForItem::CachedChild' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetRelativeTransformForItem, CachedParent) == 0x000074, "Member 'FRigUnit_GetRelativeTransformForItem::CachedParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionToAxisAndAngle \ static_assert(alignof(FRigUnit_MathQuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionToAxisAndAngle"); \ static_assert(sizeof(FRigUnit_MathQuaternionToAxisAndAngle) == 0x000030, "Wrong size on FRigUnit_MathQuaternionToAxisAndAngle"); \ static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Axis) == 0x000020, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Angle) == 0x00002C, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetSpaceTransform \ static_assert(alignof(FRigUnit_GetSpaceTransform) == 0x000010, "Wrong alignment on FRigUnit_GetSpaceTransform"); \ static_assert(sizeof(FRigUnit_GetSpaceTransform) == 0x000070, "Wrong size on FRigUnit_GetSpaceTransform"); \ static_assert(offsetof(FRigUnit_GetSpaceTransform, Space) == 0x000008, "Member 'FRigUnit_GetSpaceTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetSpaceTransform, SpaceType) == 0x000010, "Member 'FRigUnit_GetSpaceTransform::SpaceType' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetSpaceTransform, Transform) == 0x000020, "Member 'FRigUnit_GetSpaceTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetSpaceTransform, CachedSpaceIndex) == 0x000050, "Member 'FRigUnit_GetSpaceTransform::CachedSpaceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetTransform \ static_assert(alignof(FRigUnit_GetTransform) == 0x000010, "Wrong alignment on FRigUnit_GetTransform"); \ static_assert(sizeof(FRigUnit_GetTransform) == 0x000070, "Wrong size on FRigUnit_GetTransform"); \ static_assert(offsetof(FRigUnit_GetTransform, Item) == 0x000008, "Member 'FRigUnit_GetTransform::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetTransform, Space) == 0x000014, "Member 'FRigUnit_GetTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetTransform, bInitial) == 0x000015, "Member 'FRigUnit_GetTransform::bInitial' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetTransform, Transform) == 0x000020, "Member 'FRigUnit_GetTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetTransform, CachedIndex) == 0x000050, "Member 'FRigUnit_GetTransform::CachedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionUnaryOp \ static_assert(alignof(FRigUnit_MathQuaternionUnaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionUnaryOp"); \ static_assert(sizeof(FRigUnit_MathQuaternionUnaryOp) == 0x000030, "Wrong size on FRigUnit_MathQuaternionUnaryOp"); \ static_assert(offsetof(FRigUnit_MathQuaternionUnaryOp, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionUnaryOp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionUnaryOp, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionUnaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionInverse \ static_assert(alignof(FRigUnit_MathQuaternionInverse) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionInverse"); \ static_assert(sizeof(FRigUnit_MathQuaternionInverse) == 0x000030, "Wrong size on FRigUnit_MathQuaternionInverse"); \ #define DUMPER7_ASSERTS_FRigUnit_GetWorldTime \ static_assert(alignof(FRigUnit_GetWorldTime) == 0x000008, "Wrong alignment on FRigUnit_GetWorldTime"); \ static_assert(sizeof(FRigUnit_GetWorldTime) == 0x000028, "Wrong size on FRigUnit_GetWorldTime"); \ static_assert(offsetof(FRigUnit_GetWorldTime, Year) == 0x000008, "Member 'FRigUnit_GetWorldTime::Year' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetWorldTime, Month) == 0x00000C, "Member 'FRigUnit_GetWorldTime::Month' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetWorldTime, Day) == 0x000010, "Member 'FRigUnit_GetWorldTime::Day' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetWorldTime, WeekDay) == 0x000014, "Member 'FRigUnit_GetWorldTime::WeekDay' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetWorldTime, Hours) == 0x000018, "Member 'FRigUnit_GetWorldTime::Hours' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetWorldTime, Minutes) == 0x00001C, "Member 'FRigUnit_GetWorldTime::Minutes' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetWorldTime, Seconds) == 0x000020, "Member 'FRigUnit_GetWorldTime::Seconds' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_GetWorldTime, OverallSeconds) == 0x000024, "Member 'FRigUnit_GetWorldTime::OverallSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_HierarchyBase \ static_assert(alignof(FRigUnit_HierarchyBase) == 0x000008, "Wrong alignment on FRigUnit_HierarchyBase"); \ static_assert(sizeof(FRigUnit_HierarchyBase) == 0x000008, "Wrong size on FRigUnit_HierarchyBase"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromAxisAndAngle \ static_assert(alignof(FRigUnit_MathQuaternionFromAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromAxisAndAngle"); \ static_assert(sizeof(FRigUnit_MathQuaternionFromAxisAndAngle) == 0x000030, "Wrong size on FRigUnit_MathQuaternionFromAxisAndAngle"); \ static_assert(offsetof(FRigUnit_MathQuaternionFromAxisAndAngle, Axis) == 0x000008, "Member 'FRigUnit_MathQuaternionFromAxisAndAngle::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionFromAxisAndAngle, Angle) == 0x000014, "Member 'FRigUnit_MathQuaternionFromAxisAndAngle::Angle' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionFromAxisAndAngle, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionFromAxisAndAngle::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_HierarchyGetSiblings \ static_assert(alignof(FRigUnit_HierarchyGetSiblings) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetSiblings"); \ static_assert(sizeof(FRigUnit_HierarchyGetSiblings) == 0x000050, "Wrong size on FRigUnit_HierarchyGetSiblings"); \ static_assert(offsetof(FRigUnit_HierarchyGetSiblings, Item) == 0x000008, "Member 'FRigUnit_HierarchyGetSiblings::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetSiblings, bIncludeItem) == 0x000014, "Member 'FRigUnit_HierarchyGetSiblings::bIncludeItem' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetSiblings, Siblings) == 0x000018, "Member 'FRigUnit_HierarchyGetSiblings::Siblings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetSiblings, CachedItem) == 0x000028, "Member 'FRigUnit_HierarchyGetSiblings::CachedItem' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetSiblings, CachedSiblings) == 0x000040, "Member 'FRigUnit_HierarchyGetSiblings::CachedSiblings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_HierarchyGetChildren \ static_assert(alignof(FRigUnit_HierarchyGetChildren) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetChildren"); \ static_assert(sizeof(FRigUnit_HierarchyGetChildren) == 0x000050, "Wrong size on FRigUnit_HierarchyGetChildren"); \ static_assert(offsetof(FRigUnit_HierarchyGetChildren, Parent) == 0x000008, "Member 'FRigUnit_HierarchyGetChildren::Parent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetChildren, bIncludeParent) == 0x000014, "Member 'FRigUnit_HierarchyGetChildren::bIncludeParent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetChildren, bRecursive) == 0x000015, "Member 'FRigUnit_HierarchyGetChildren::bRecursive' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetChildren, Children) == 0x000018, "Member 'FRigUnit_HierarchyGetChildren::Children' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetChildren, CachedParent) == 0x000028, "Member 'FRigUnit_HierarchyGetChildren::CachedParent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetChildren, CachedChildren) == 0x000040, "Member 'FRigUnit_HierarchyGetChildren::CachedChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMathRBFInterpolateVectorVector_Target \ static_assert(alignof(FMathRBFInterpolateVectorVector_Target) == 0x000004, "Wrong alignment on FMathRBFInterpolateVectorVector_Target"); \ static_assert(sizeof(FMathRBFInterpolateVectorVector_Target) == 0x000018, "Wrong size on FMathRBFInterpolateVectorVector_Target"); \ static_assert(offsetof(FMathRBFInterpolateVectorVector_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorVector_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FMathRBFInterpolateVectorVector_Target, Value) == 0x00000C, "Member 'FMathRBFInterpolateVectorVector_Target::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorVector \ static_assert(alignof(FRigUnit_MathRBFInterpolateVectorVector) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorVector"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorVector) == 0x0000D0, "Wrong size on FRigUnit_MathRBFInterpolateVectorVector"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorVector, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorVector::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorVector, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorVector::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParents \ static_assert(alignof(FRigUnit_HierarchyGetParents) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParents"); \ static_assert(sizeof(FRigUnit_HierarchyGetParents) == 0x000050, "Wrong size on FRigUnit_HierarchyGetParents"); \ static_assert(offsetof(FRigUnit_HierarchyGetParents, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParents::Child' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetParents, bIncludeChild) == 0x000014, "Member 'FRigUnit_HierarchyGetParents::bIncludeChild' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetParents, bReverse) == 0x000015, "Member 'FRigUnit_HierarchyGetParents::bReverse' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetParents, Parents) == 0x000018, "Member 'FRigUnit_HierarchyGetParents::Parents' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetParents, CachedChild) == 0x000028, "Member 'FRigUnit_HierarchyGetParents::CachedChild' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetParents, CachedParents) == 0x000040, "Member 'FRigUnit_HierarchyGetParents::CachedParents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_HierarchyGetParent \ static_assert(alignof(FRigUnit_HierarchyGetParent) == 0x000008, "Wrong alignment on FRigUnit_HierarchyGetParent"); \ static_assert(sizeof(FRigUnit_HierarchyGetParent) == 0x000048, "Wrong size on FRigUnit_HierarchyGetParent"); \ static_assert(offsetof(FRigUnit_HierarchyGetParent, Child) == 0x000008, "Member 'FRigUnit_HierarchyGetParent::Child' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetParent, Parent) == 0x000014, "Member 'FRigUnit_HierarchyGetParent::Parent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetParent, CachedChild) == 0x000020, "Member 'FRigUnit_HierarchyGetParent::CachedChild' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_HierarchyGetParent, CachedParent) == 0x000034, "Member 'FRigUnit_HierarchyGetParent::CachedParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMathRBFInterpolateVectorXform_Target \ static_assert(alignof(FMathRBFInterpolateVectorXform_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateVectorXform_Target"); \ static_assert(sizeof(FMathRBFInterpolateVectorXform_Target) == 0x000040, "Wrong size on FMathRBFInterpolateVectorXform_Target"); \ static_assert(offsetof(FMathRBFInterpolateVectorXform_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorXform_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FMathRBFInterpolateVectorXform_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateVectorXform_Target::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorXform \ static_assert(alignof(FRigUnit_MathRBFInterpolateVectorXform) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorXform"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorXform) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateVectorXform"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorXform, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorXform::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorXform, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorXform::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_InverseExecution \ static_assert(alignof(FRigUnit_InverseExecution) == 0x000008, "Wrong alignment on FRigUnit_InverseExecution"); \ static_assert(sizeof(FRigUnit_InverseExecution) == 0x000068, "Wrong size on FRigUnit_InverseExecution"); \ static_assert(offsetof(FRigUnit_InverseExecution, ExecuteContext) == 0x000008, "Member 'FRigUnit_InverseExecution::ExecuteContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_IsInteracting \ static_assert(alignof(FRigUnit_IsInteracting) == 0x000008, "Wrong alignment on FRigUnit_IsInteracting"); \ static_assert(sizeof(FRigUnit_IsInteracting) == 0x000010, "Wrong size on FRigUnit_IsInteracting"); \ static_assert(offsetof(FRigUnit_IsInteracting, bIsInteracting) == 0x000008, "Member 'FRigUnit_IsInteracting::bIsInteracting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromRotator \ static_assert(alignof(FRigUnit_MathQuaternionFromRotator) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromRotator"); \ static_assert(sizeof(FRigUnit_MathQuaternionFromRotator) == 0x000030, "Wrong size on FRigUnit_MathQuaternionFromRotator"); \ static_assert(offsetof(FRigUnit_MathQuaternionFromRotator, Rotator) == 0x000008, "Member 'FRigUnit_MathQuaternionFromRotator::Rotator' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionFromRotator, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionFromRotator::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ItemBase \ static_assert(alignof(FRigUnit_ItemBase) == 0x000008, "Wrong alignment on FRigUnit_ItemBase"); \ static_assert(sizeof(FRigUnit_ItemBase) == 0x000008, "Wrong size on FRigUnit_ItemBase"); \ #define DUMPER7_ASSERTS_FRigUnit_ItemReplace \ static_assert(alignof(FRigUnit_ItemReplace) == 0x000008, "Wrong alignment on FRigUnit_ItemReplace"); \ static_assert(sizeof(FRigUnit_ItemReplace) == 0x000030, "Wrong size on FRigUnit_ItemReplace"); \ static_assert(offsetof(FRigUnit_ItemReplace, Item) == 0x000008, "Member 'FRigUnit_ItemReplace::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemReplace, Old) == 0x000014, "Member 'FRigUnit_ItemReplace::Old' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemReplace, New) == 0x00001C, "Member 'FRigUnit_ItemReplace::New' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemReplace, Result) == 0x000024, "Member 'FRigUnit_ItemReplace::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMathRBFInterpolateVectorColor_Target \ static_assert(alignof(FMathRBFInterpolateVectorColor_Target) == 0x000004, "Wrong alignment on FMathRBFInterpolateVectorColor_Target"); \ static_assert(sizeof(FMathRBFInterpolateVectorColor_Target) == 0x00001C, "Wrong size on FMathRBFInterpolateVectorColor_Target"); \ static_assert(offsetof(FMathRBFInterpolateVectorColor_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorColor_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FMathRBFInterpolateVectorColor_Target, Value) == 0x00000C, "Member 'FMathRBFInterpolateVectorColor_Target::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorColor \ static_assert(alignof(FRigUnit_MathRBFInterpolateVectorColor) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorColor"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorColor) == 0x0000D0, "Wrong size on FRigUnit_MathRBFInterpolateVectorColor"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorColor, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorColor::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorColor, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorColor::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ItemExists \ static_assert(alignof(FRigUnit_ItemExists) == 0x000008, "Wrong alignment on FRigUnit_ItemExists"); \ static_assert(sizeof(FRigUnit_ItemExists) == 0x000030, "Wrong size on FRigUnit_ItemExists"); \ static_assert(offsetof(FRigUnit_ItemExists, Item) == 0x000008, "Member 'FRigUnit_ItemExists::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemExists, Exists) == 0x000014, "Member 'FRigUnit_ItemExists::Exists' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ItemExists, CachedIndex) == 0x000018, "Member 'FRigUnit_ItemExists::CachedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ItemBaseMutable \ static_assert(alignof(FRigUnit_ItemBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_ItemBaseMutable"); \ static_assert(sizeof(FRigUnit_ItemBaseMutable) == 0x000068, "Wrong size on FRigUnit_ItemBaseMutable"); \ #define DUMPER7_ASSERTS_FMathRBFInterpolateQuatQuat_Target \ static_assert(alignof(FMathRBFInterpolateQuatQuat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatQuat_Target"); \ static_assert(sizeof(FMathRBFInterpolateQuatQuat_Target) == 0x000020, "Wrong size on FMathRBFInterpolateQuatQuat_Target"); \ static_assert(offsetof(FMathRBFInterpolateQuatQuat_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatQuat_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FMathRBFInterpolateQuatQuat_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateQuatQuat_Target::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatWorkData \ static_assert(alignof(FRigUnit_MathRBFInterpolateQuatWorkData) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatWorkData"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatWorkData) == 0x000090, "Wrong size on FRigUnit_MathRBFInterpolateQuatWorkData"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatBase \ static_assert(alignof(FRigUnit_MathRBFInterpolateQuatBase) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatBase"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatBase) == 0x0000D0, "Wrong size on FRigUnit_MathRBFInterpolateQuatBase"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, Input) == 0x000010, "Member 'FRigUnit_MathRBFInterpolateQuatBase::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, DistanceFunction) == 0x000020, "Member 'FRigUnit_MathRBFInterpolateQuatBase::DistanceFunction' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, SmoothingFunction) == 0x000021, "Member 'FRigUnit_MathRBFInterpolateQuatBase::SmoothingFunction' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, SmoothingAngle) == 0x000024, "Member 'FRigUnit_MathRBFInterpolateQuatBase::SmoothingAngle' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, bNormalizeOutput) == 0x000028, "Member 'FRigUnit_MathRBFInterpolateQuatBase::bNormalizeOutput' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, TwistAxis) == 0x00002C, "Member 'FRigUnit_MathRBFInterpolateQuatBase::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, WorkData) == 0x000040, "Member 'FRigUnit_MathRBFInterpolateQuatBase::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatQuat \ static_assert(alignof(FRigUnit_MathRBFInterpolateQuatQuat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatQuat"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatQuat) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateQuatQuat"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatQuat, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatQuat::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatQuat, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatQuat::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_KalmanTransform \ static_assert(alignof(FRigUnit_KalmanTransform) == 0x000010, "Wrong alignment on FRigUnit_KalmanTransform"); \ static_assert(sizeof(FRigUnit_KalmanTransform) == 0x0000A0, "Wrong size on FRigUnit_KalmanTransform"); \ static_assert(offsetof(FRigUnit_KalmanTransform, Value) == 0x000010, "Member 'FRigUnit_KalmanTransform::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanTransform, BufferSize) == 0x000040, "Member 'FRigUnit_KalmanTransform::BufferSize' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanTransform, Result) == 0x000050, "Member 'FRigUnit_KalmanTransform::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanTransform, Buffer) == 0x000080, "Member 'FRigUnit_KalmanTransform::Buffer' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanTransform, LastInsertIndex) == 0x000090, "Member 'FRigUnit_KalmanTransform::LastInsertIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_KalmanVector \ static_assert(alignof(FRigUnit_KalmanVector) == 0x000008, "Wrong alignment on FRigUnit_KalmanVector"); \ static_assert(sizeof(FRigUnit_KalmanVector) == 0x000040, "Wrong size on FRigUnit_KalmanVector"); \ static_assert(offsetof(FRigUnit_KalmanVector, Value) == 0x000008, "Member 'FRigUnit_KalmanVector::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanVector, BufferSize) == 0x000014, "Member 'FRigUnit_KalmanVector::BufferSize' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanVector, Result) == 0x000018, "Member 'FRigUnit_KalmanVector::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanVector, Buffer) == 0x000028, "Member 'FRigUnit_KalmanVector::Buffer' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanVector, LastInsertIndex) == 0x000038, "Member 'FRigUnit_KalmanVector::LastInsertIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMathRBFInterpolateVectorFloat_Target \ static_assert(alignof(FMathRBFInterpolateVectorFloat_Target) == 0x000004, "Wrong alignment on FMathRBFInterpolateVectorFloat_Target"); \ static_assert(sizeof(FMathRBFInterpolateVectorFloat_Target) == 0x000010, "Wrong size on FMathRBFInterpolateVectorFloat_Target"); \ static_assert(offsetof(FMathRBFInterpolateVectorFloat_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorFloat_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FMathRBFInterpolateVectorFloat_Target, Value) == 0x00000C, "Member 'FMathRBFInterpolateVectorFloat_Target::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorFloat \ static_assert(alignof(FRigUnit_MathRBFInterpolateVectorFloat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorFloat"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorFloat) == 0x0000D0, "Wrong size on FRigUnit_MathRBFInterpolateVectorFloat"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorFloat, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorFloat::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorFloat, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorFloat::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_KalmanFloat \ static_assert(alignof(FRigUnit_KalmanFloat) == 0x000008, "Wrong alignment on FRigUnit_KalmanFloat"); \ static_assert(sizeof(FRigUnit_KalmanFloat) == 0x000030, "Wrong size on FRigUnit_KalmanFloat"); \ static_assert(offsetof(FRigUnit_KalmanFloat, Value) == 0x000008, "Member 'FRigUnit_KalmanFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanFloat, BufferSize) == 0x00000C, "Member 'FRigUnit_KalmanFloat::BufferSize' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanFloat, Result) == 0x000010, "Member 'FRigUnit_KalmanFloat::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanFloat, Buffer) == 0x000018, "Member 'FRigUnit_KalmanFloat::Buffer' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_KalmanFloat, LastInsertIndex) == 0x000028, "Member 'FRigUnit_KalmanFloat::LastInsertIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMathRBFInterpolateVectorQuat_Target \ static_assert(alignof(FMathRBFInterpolateVectorQuat_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateVectorQuat_Target"); \ static_assert(sizeof(FMathRBFInterpolateVectorQuat_Target) == 0x000020, "Wrong size on FMathRBFInterpolateVectorQuat_Target"); \ static_assert(offsetof(FMathRBFInterpolateVectorQuat_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateVectorQuat_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FMathRBFInterpolateVectorQuat_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateVectorQuat_Target::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorQuat \ static_assert(alignof(FRigUnit_MathRBFInterpolateVectorQuat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorQuat"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorQuat) == 0x0000D0, "Wrong size on FRigUnit_MathRBFInterpolateVectorQuat"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorQuat, Targets) == 0x0000B0, "Member 'FRigUnit_MathRBFInterpolateVectorQuat::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorQuat, Output) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorQuat::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolNotEquals \ static_assert(alignof(FRigUnit_MathBoolNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathBoolNotEquals"); \ static_assert(sizeof(FRigUnit_MathBoolNotEquals) == 0x000010, "Wrong size on FRigUnit_MathBoolNotEquals"); \ static_assert(offsetof(FRigUnit_MathBoolNotEquals, A) == 0x000008, "Member 'FRigUnit_MathBoolNotEquals::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathBoolNotEquals, B) == 0x000009, "Member 'FRigUnit_MathBoolNotEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathBoolNotEquals, Result) == 0x00000A, "Member 'FRigUnit_MathBoolNotEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolEquals \ static_assert(alignof(FRigUnit_MathBoolEquals) == 0x000008, "Wrong alignment on FRigUnit_MathBoolEquals"); \ static_assert(sizeof(FRigUnit_MathBoolEquals) == 0x000010, "Wrong size on FRigUnit_MathBoolEquals"); \ static_assert(offsetof(FRigUnit_MathBoolEquals, A) == 0x000008, "Member 'FRigUnit_MathBoolEquals::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathBoolEquals, B) == 0x000009, "Member 'FRigUnit_MathBoolEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathBoolEquals, Result) == 0x00000A, "Member 'FRigUnit_MathBoolEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolOr \ static_assert(alignof(FRigUnit_MathBoolOr) == 0x000008, "Wrong alignment on FRigUnit_MathBoolOr"); \ static_assert(sizeof(FRigUnit_MathBoolOr) == 0x000010, "Wrong size on FRigUnit_MathBoolOr"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolNand \ static_assert(alignof(FRigUnit_MathBoolNand) == 0x000008, "Wrong alignment on FRigUnit_MathBoolNand"); \ static_assert(sizeof(FRigUnit_MathBoolNand) == 0x000010, "Wrong size on FRigUnit_MathBoolNand"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolUnaryOp \ static_assert(alignof(FRigUnit_MathBoolUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathBoolUnaryOp"); \ static_assert(sizeof(FRigUnit_MathBoolUnaryOp) == 0x000010, "Wrong size on FRigUnit_MathBoolUnaryOp"); \ static_assert(offsetof(FRigUnit_MathBoolUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathBoolUnaryOp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathBoolUnaryOp, Result) == 0x000009, "Member 'FRigUnit_MathBoolUnaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolNot \ static_assert(alignof(FRigUnit_MathBoolNot) == 0x000008, "Wrong alignment on FRigUnit_MathBoolNot"); \ static_assert(sizeof(FRigUnit_MathBoolNot) == 0x000010, "Wrong size on FRigUnit_MathBoolNot"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolConstant \ static_assert(alignof(FRigUnit_MathBoolConstant) == 0x000008, "Wrong alignment on FRigUnit_MathBoolConstant"); \ static_assert(sizeof(FRigUnit_MathBoolConstant) == 0x000010, "Wrong size on FRigUnit_MathBoolConstant"); \ static_assert(offsetof(FRigUnit_MathBoolConstant, Value) == 0x000008, "Member 'FRigUnit_MathBoolConstant::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatFloat \ static_assert(alignof(FRigUnit_MathRBFInterpolateQuatFloat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatFloat"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatFloat) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateQuatFloat"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatFloat, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatFloat::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatFloat, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatFloat::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolConstFalse \ static_assert(alignof(FRigUnit_MathBoolConstFalse) == 0x000008, "Wrong alignment on FRigUnit_MathBoolConstFalse"); \ static_assert(sizeof(FRigUnit_MathBoolConstFalse) == 0x000010, "Wrong size on FRigUnit_MathBoolConstFalse"); \ #define DUMPER7_ASSERTS_FRigUnit_MathBoolConstTrue \ static_assert(alignof(FRigUnit_MathBoolConstTrue) == 0x000008, "Wrong alignment on FRigUnit_MathBoolConstTrue"); \ static_assert(sizeof(FRigUnit_MathBoolConstTrue) == 0x000010, "Wrong size on FRigUnit_MathBoolConstTrue"); \ #define DUMPER7_ASSERTS_FRigUnit_MathColorLerp \ static_assert(alignof(FRigUnit_MathColorLerp) == 0x000008, "Wrong alignment on FRigUnit_MathColorLerp"); \ static_assert(sizeof(FRigUnit_MathColorLerp) == 0x000040, "Wrong size on FRigUnit_MathColorLerp"); \ static_assert(offsetof(FRigUnit_MathColorLerp, A) == 0x000008, "Member 'FRigUnit_MathColorLerp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathColorLerp, B) == 0x000018, "Member 'FRigUnit_MathColorLerp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathColorLerp, T) == 0x000028, "Member 'FRigUnit_MathColorLerp::T' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathColorLerp, Result) == 0x00002C, "Member 'FRigUnit_MathColorLerp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathColorMul \ static_assert(alignof(FRigUnit_MathColorMul) == 0x000008, "Wrong alignment on FRigUnit_MathColorMul"); \ static_assert(sizeof(FRigUnit_MathColorMul) == 0x000038, "Wrong size on FRigUnit_MathColorMul"); \ #define DUMPER7_ASSERTS_FMathRBFInterpolateQuatVector_Target \ static_assert(alignof(FMathRBFInterpolateQuatVector_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatVector_Target"); \ static_assert(sizeof(FMathRBFInterpolateQuatVector_Target) == 0x000020, "Wrong size on FMathRBFInterpolateQuatVector_Target"); \ static_assert(offsetof(FMathRBFInterpolateQuatVector_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatVector_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FMathRBFInterpolateQuatVector_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateQuatVector_Target::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatVector \ static_assert(alignof(FRigUnit_MathRBFInterpolateQuatVector) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatVector"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatVector) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateQuatVector"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatVector, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatVector::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatVector, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatVector::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathColorSub \ static_assert(alignof(FRigUnit_MathColorSub) == 0x000008, "Wrong alignment on FRigUnit_MathColorSub"); \ static_assert(sizeof(FRigUnit_MathColorSub) == 0x000038, "Wrong size on FRigUnit_MathColorSub"); \ #define DUMPER7_ASSERTS_FRigUnit_MathColorAdd \ static_assert(alignof(FRigUnit_MathColorAdd) == 0x000008, "Wrong alignment on FRigUnit_MathColorAdd"); \ static_assert(sizeof(FRigUnit_MathColorAdd) == 0x000038, "Wrong size on FRigUnit_MathColorAdd"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformLerp \ static_assert(alignof(FRigUnit_MathTransformLerp) == 0x000010, "Wrong alignment on FRigUnit_MathTransformLerp"); \ static_assert(sizeof(FRigUnit_MathTransformLerp) == 0x0000B0, "Wrong size on FRigUnit_MathTransformLerp"); \ static_assert(offsetof(FRigUnit_MathTransformLerp, A) == 0x000010, "Member 'FRigUnit_MathTransformLerp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformLerp, B) == 0x000040, "Member 'FRigUnit_MathTransformLerp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformLerp, T) == 0x000070, "Member 'FRigUnit_MathTransformLerp::T' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformLerp, Result) == 0x000080, "Member 'FRigUnit_MathTransformLerp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathColorFromFloat \ static_assert(alignof(FRigUnit_MathColorFromFloat) == 0x000008, "Wrong alignment on FRigUnit_MathColorFromFloat"); \ static_assert(sizeof(FRigUnit_MathColorFromFloat) == 0x000020, "Wrong size on FRigUnit_MathColorFromFloat"); \ static_assert(offsetof(FRigUnit_MathColorFromFloat, Value) == 0x000008, "Member 'FRigUnit_MathColorFromFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathColorFromFloat, Result) == 0x00000C, "Member 'FRigUnit_MathColorFromFloat::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntersectPlane \ static_assert(alignof(FRigUnit_MathIntersectPlane) == 0x000008, "Wrong alignment on FRigUnit_MathIntersectPlane"); \ static_assert(sizeof(FRigUnit_MathIntersectPlane) == 0x000048, "Wrong size on FRigUnit_MathIntersectPlane"); \ static_assert(offsetof(FRigUnit_MathIntersectPlane, Start) == 0x000008, "Member 'FRigUnit_MathIntersectPlane::Start' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntersectPlane, Direction) == 0x000014, "Member 'FRigUnit_MathIntersectPlane::Direction' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntersectPlane, PlanePoint) == 0x000020, "Member 'FRigUnit_MathIntersectPlane::PlanePoint' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntersectPlane, PlaneNormal) == 0x00002C, "Member 'FRigUnit_MathIntersectPlane::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntersectPlane, Result) == 0x000038, "Member 'FRigUnit_MathIntersectPlane::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntersectPlane, Distance) == 0x000044, "Member 'FRigUnit_MathIntersectPlane::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatLawOfCosine \ static_assert(alignof(FRigUnit_MathFloatLawOfCosine) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLawOfCosine"); \ static_assert(sizeof(FRigUnit_MathFloatLawOfCosine) == 0x000028, "Wrong size on FRigUnit_MathFloatLawOfCosine"); \ static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, A) == 0x000008, "Member 'FRigUnit_MathFloatLawOfCosine::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, B) == 0x00000C, "Member 'FRigUnit_MathFloatLawOfCosine::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, C) == 0x000010, "Member 'FRigUnit_MathFloatLawOfCosine::C' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, AlphaAngle) == 0x000014, "Member 'FRigUnit_MathFloatLawOfCosine::AlphaAngle' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, BetaAngle) == 0x000018, "Member 'FRigUnit_MathFloatLawOfCosine::BetaAngle' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, GammaAngle) == 0x00001C, "Member 'FRigUnit_MathFloatLawOfCosine::GammaAngle' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, bValid) == 0x000020, "Member 'FRigUnit_MathFloatLawOfCosine::bValid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatAcos \ static_assert(alignof(FRigUnit_MathFloatAcos) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAcos"); \ static_assert(sizeof(FRigUnit_MathFloatAcos) == 0x000010, "Wrong size on FRigUnit_MathFloatAcos"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformRotateVector \ static_assert(alignof(FRigUnit_MathTransformRotateVector) == 0x000010, "Wrong alignment on FRigUnit_MathTransformRotateVector"); \ static_assert(sizeof(FRigUnit_MathTransformRotateVector) == 0x000060, "Wrong size on FRigUnit_MathTransformRotateVector"); \ static_assert(offsetof(FRigUnit_MathTransformRotateVector, Transform) == 0x000010, "Member 'FRigUnit_MathTransformRotateVector::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformRotateVector, Direction) == 0x000040, "Member 'FRigUnit_MathTransformRotateVector::Direction' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformRotateVector, Result) == 0x00004C, "Member 'FRigUnit_MathTransformRotateVector::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatAsin \ static_assert(alignof(FRigUnit_MathFloatAsin) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAsin"); \ static_assert(sizeof(FRigUnit_MathFloatAsin) == 0x000010, "Wrong size on FRigUnit_MathFloatAsin"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatTan \ static_assert(alignof(FRigUnit_MathFloatTan) == 0x000008, "Wrong alignment on FRigUnit_MathFloatTan"); \ static_assert(sizeof(FRigUnit_MathFloatTan) == 0x000010, "Wrong size on FRigUnit_MathFloatTan"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformFromEulerTransform \ static_assert(alignof(FRigUnit_MathTransformFromEulerTransform) == 0x000010, "Wrong alignment on FRigUnit_MathTransformFromEulerTransform"); \ static_assert(sizeof(FRigUnit_MathTransformFromEulerTransform) == 0x000060, "Wrong size on FRigUnit_MathTransformFromEulerTransform"); \ static_assert(offsetof(FRigUnit_MathTransformFromEulerTransform, EulerTransform) == 0x000008, "Member 'FRigUnit_MathTransformFromEulerTransform::EulerTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformFromEulerTransform, Result) == 0x000030, "Member 'FRigUnit_MathTransformFromEulerTransform::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatCos \ static_assert(alignof(FRigUnit_MathFloatCos) == 0x000008, "Wrong alignment on FRigUnit_MathFloatCos"); \ static_assert(sizeof(FRigUnit_MathFloatCos) == 0x000010, "Wrong size on FRigUnit_MathFloatCos"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatSin \ static_assert(alignof(FRigUnit_MathFloatSin) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSin"); \ static_assert(sizeof(FRigUnit_MathFloatSin) == 0x000010, "Wrong size on FRigUnit_MathFloatSin"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorClampLength \ static_assert(alignof(FRigUnit_MathVectorClampLength) == 0x000008, "Wrong alignment on FRigUnit_MathVectorClampLength"); \ static_assert(sizeof(FRigUnit_MathVectorClampLength) == 0x000028, "Wrong size on FRigUnit_MathVectorClampLength"); \ static_assert(offsetof(FRigUnit_MathVectorClampLength, Value) == 0x000008, "Member 'FRigUnit_MathVectorClampLength::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampLength, MinimumLength) == 0x000014, "Member 'FRigUnit_MathVectorClampLength::MinimumLength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampLength, MaximumLength) == 0x000018, "Member 'FRigUnit_MathVectorClampLength::MaximumLength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClampLength, Result) == 0x00001C, "Member 'FRigUnit_MathVectorClampLength::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatRad \ static_assert(alignof(FRigUnit_MathFloatRad) == 0x000008, "Wrong alignment on FRigUnit_MathFloatRad"); \ static_assert(sizeof(FRigUnit_MathFloatRad) == 0x000010, "Wrong size on FRigUnit_MathFloatRad"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatDeg \ static_assert(alignof(FRigUnit_MathFloatDeg) == 0x000008, "Wrong alignment on FRigUnit_MathFloatDeg"); \ static_assert(sizeof(FRigUnit_MathFloatDeg) == 0x000010, "Wrong size on FRigUnit_MathFloatDeg"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorMakeBezierFourPoint \ static_assert(alignof(FRigUnit_MathVectorMakeBezierFourPoint) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMakeBezierFourPoint"); \ static_assert(sizeof(FRigUnit_MathVectorMakeBezierFourPoint) == 0x000038, "Wrong size on FRigUnit_MathVectorMakeBezierFourPoint"); \ static_assert(offsetof(FRigUnit_MathVectorMakeBezierFourPoint, Bezier) == 0x000008, "Member 'FRigUnit_MathVectorMakeBezierFourPoint::Bezier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatSelectBool \ static_assert(alignof(FRigUnit_MathFloatSelectBool) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSelectBool"); \ static_assert(sizeof(FRigUnit_MathFloatSelectBool) == 0x000018, "Wrong size on FRigUnit_MathFloatSelectBool"); \ static_assert(offsetof(FRigUnit_MathFloatSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathFloatSelectBool::Condition' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatSelectBool, IfTrue) == 0x00000C, "Member 'FRigUnit_MathFloatSelectBool::IfTrue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatSelectBool, IfFalse) == 0x000010, "Member 'FRigUnit_MathFloatSelectBool::IfFalse' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatSelectBool, Result) == 0x000014, "Member 'FRigUnit_MathFloatSelectBool::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatIsNearlyEqual \ static_assert(alignof(FRigUnit_MathFloatIsNearlyEqual) == 0x000008, "Wrong alignment on FRigUnit_MathFloatIsNearlyEqual"); \ static_assert(sizeof(FRigUnit_MathFloatIsNearlyEqual) == 0x000018, "Wrong size on FRigUnit_MathFloatIsNearlyEqual"); \ static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, A) == 0x000008, "Member 'FRigUnit_MathFloatIsNearlyEqual::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, B) == 0x00000C, "Member 'FRigUnit_MathFloatIsNearlyEqual::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, Tolerance) == 0x000010, "Member 'FRigUnit_MathFloatIsNearlyEqual::Tolerance' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, Result) == 0x000014, "Member 'FRigUnit_MathFloatIsNearlyEqual::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformBinaryOp \ static_assert(alignof(FRigUnit_MathTransformBinaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathTransformBinaryOp"); \ static_assert(sizeof(FRigUnit_MathTransformBinaryOp) == 0x0000A0, "Wrong size on FRigUnit_MathTransformBinaryOp"); \ static_assert(offsetof(FRigUnit_MathTransformBinaryOp, A) == 0x000010, "Member 'FRigUnit_MathTransformBinaryOp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformBinaryOp, B) == 0x000040, "Member 'FRigUnit_MathTransformBinaryOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformBinaryOp, Result) == 0x000070, "Member 'FRigUnit_MathTransformBinaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformMul \ static_assert(alignof(FRigUnit_MathTransformMul) == 0x000010, "Wrong alignment on FRigUnit_MathTransformMul"); \ static_assert(sizeof(FRigUnit_MathTransformMul) == 0x0000A0, "Wrong size on FRigUnit_MathTransformMul"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatIsNearlyZero \ static_assert(alignof(FRigUnit_MathFloatIsNearlyZero) == 0x000008, "Wrong alignment on FRigUnit_MathFloatIsNearlyZero"); \ static_assert(sizeof(FRigUnit_MathFloatIsNearlyZero) == 0x000018, "Wrong size on FRigUnit_MathFloatIsNearlyZero"); \ static_assert(offsetof(FRigUnit_MathFloatIsNearlyZero, Value) == 0x000008, "Member 'FRigUnit_MathFloatIsNearlyZero::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatIsNearlyZero, Tolerance) == 0x00000C, "Member 'FRigUnit_MathFloatIsNearlyZero::Tolerance' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatIsNearlyZero, Result) == 0x000010, "Member 'FRigUnit_MathFloatIsNearlyZero::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_StartProfilingTimer \ static_assert(alignof(FRigUnit_StartProfilingTimer) == 0x000008, "Wrong alignment on FRigUnit_StartProfilingTimer"); \ static_assert(sizeof(FRigUnit_StartProfilingTimer) == 0x000068, "Wrong size on FRigUnit_StartProfilingTimer"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatGreaterEqual \ static_assert(alignof(FRigUnit_MathFloatGreaterEqual) == 0x000008, "Wrong alignment on FRigUnit_MathFloatGreaterEqual"); \ static_assert(sizeof(FRigUnit_MathFloatGreaterEqual) == 0x000018, "Wrong size on FRigUnit_MathFloatGreaterEqual"); \ static_assert(offsetof(FRigUnit_MathFloatGreaterEqual, A) == 0x000008, "Member 'FRigUnit_MathFloatGreaterEqual::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatGreaterEqual, B) == 0x00000C, "Member 'FRigUnit_MathFloatGreaterEqual::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatGreaterEqual, Result) == 0x000010, "Member 'FRigUnit_MathFloatGreaterEqual::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatLess \ static_assert(alignof(FRigUnit_MathFloatLess) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLess"); \ static_assert(sizeof(FRigUnit_MathFloatLess) == 0x000018, "Wrong size on FRigUnit_MathFloatLess"); \ static_assert(offsetof(FRigUnit_MathFloatLess, A) == 0x000008, "Member 'FRigUnit_MathFloatLess::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLess, B) == 0x00000C, "Member 'FRigUnit_MathFloatLess::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLess, Result) == 0x000010, "Member 'FRigUnit_MathFloatLess::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorLength \ static_assert(alignof(FRigUnit_MathVectorLength) == 0x000008, "Wrong alignment on FRigUnit_MathVectorLength"); \ static_assert(sizeof(FRigUnit_MathVectorLength) == 0x000018, "Wrong size on FRigUnit_MathVectorLength"); \ static_assert(offsetof(FRigUnit_MathVectorLength, Value) == 0x000008, "Member 'FRigUnit_MathVectorLength::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorLength, Result) == 0x000014, "Member 'FRigUnit_MathVectorLength::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatGreater \ static_assert(alignof(FRigUnit_MathFloatGreater) == 0x000008, "Wrong alignment on FRigUnit_MathFloatGreater"); \ static_assert(sizeof(FRigUnit_MathFloatGreater) == 0x000018, "Wrong size on FRigUnit_MathFloatGreater"); \ static_assert(offsetof(FRigUnit_MathFloatGreater, A) == 0x000008, "Member 'FRigUnit_MathFloatGreater::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatGreater, B) == 0x00000C, "Member 'FRigUnit_MathFloatGreater::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatGreater, Result) == 0x000010, "Member 'FRigUnit_MathFloatGreater::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatNotEquals \ static_assert(alignof(FRigUnit_MathFloatNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathFloatNotEquals"); \ static_assert(sizeof(FRigUnit_MathFloatNotEquals) == 0x000018, "Wrong size on FRigUnit_MathFloatNotEquals"); \ static_assert(offsetof(FRigUnit_MathFloatNotEquals, A) == 0x000008, "Member 'FRigUnit_MathFloatNotEquals::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatNotEquals, B) == 0x00000C, "Member 'FRigUnit_MathFloatNotEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatNotEquals, Result) == 0x000010, "Member 'FRigUnit_MathFloatNotEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_QuaternionFromAxisAndAngle \ static_assert(alignof(FRigUnit_QuaternionFromAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionFromAxisAndAngle"); \ static_assert(sizeof(FRigUnit_QuaternionFromAxisAndAngle) == 0x000030, "Wrong size on FRigUnit_QuaternionFromAxisAndAngle"); \ static_assert(offsetof(FRigUnit_QuaternionFromAxisAndAngle, Axis) == 0x000008, "Member 'FRigUnit_QuaternionFromAxisAndAngle::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_QuaternionFromAxisAndAngle, Angle) == 0x000014, "Member 'FRigUnit_QuaternionFromAxisAndAngle::Angle' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_QuaternionFromAxisAndAngle, Result) == 0x000020, "Member 'FRigUnit_QuaternionFromAxisAndAngle::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatEquals \ static_assert(alignof(FRigUnit_MathFloatEquals) == 0x000008, "Wrong alignment on FRigUnit_MathFloatEquals"); \ static_assert(sizeof(FRigUnit_MathFloatEquals) == 0x000018, "Wrong size on FRigUnit_MathFloatEquals"); \ static_assert(offsetof(FRigUnit_MathFloatEquals, A) == 0x000008, "Member 'FRigUnit_MathFloatEquals::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatEquals, B) == 0x00000C, "Member 'FRigUnit_MathFloatEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatEquals, Result) == 0x000010, "Member 'FRigUnit_MathFloatEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatRemap \ static_assert(alignof(FRigUnit_MathFloatRemap) == 0x000008, "Wrong alignment on FRigUnit_MathFloatRemap"); \ static_assert(sizeof(FRigUnit_MathFloatRemap) == 0x000028, "Wrong size on FRigUnit_MathFloatRemap"); \ static_assert(offsetof(FRigUnit_MathFloatRemap, Value) == 0x000008, "Member 'FRigUnit_MathFloatRemap::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatRemap, SourceMinimum) == 0x00000C, "Member 'FRigUnit_MathFloatRemap::SourceMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatRemap, SourceMaximum) == 0x000010, "Member 'FRigUnit_MathFloatRemap::SourceMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatRemap, TargetMinimum) == 0x000014, "Member 'FRigUnit_MathFloatRemap::TargetMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatRemap, TargetMaximum) == 0x000018, "Member 'FRigUnit_MathFloatRemap::TargetMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatRemap, bClamp) == 0x00001C, "Member 'FRigUnit_MathFloatRemap::bClamp' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatRemap, Result) == 0x000020, "Member 'FRigUnit_MathFloatRemap::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_PrepareForExecution \ static_assert(alignof(FRigUnit_PrepareForExecution) == 0x000008, "Wrong alignment on FRigUnit_PrepareForExecution"); \ static_assert(sizeof(FRigUnit_PrepareForExecution) == 0x000068, "Wrong size on FRigUnit_PrepareForExecution"); \ static_assert(offsetof(FRigUnit_PrepareForExecution, ExecuteContext) == 0x000008, "Member 'FRigUnit_PrepareForExecution::ExecuteContext' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatLerp \ static_assert(alignof(FRigUnit_MathFloatLerp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLerp"); \ static_assert(sizeof(FRigUnit_MathFloatLerp) == 0x000018, "Wrong size on FRigUnit_MathFloatLerp"); \ static_assert(offsetof(FRigUnit_MathFloatLerp, A) == 0x000008, "Member 'FRigUnit_MathFloatLerp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLerp, B) == 0x00000C, "Member 'FRigUnit_MathFloatLerp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLerp, T) == 0x000010, "Member 'FRigUnit_MathFloatLerp::T' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatLerp, Result) == 0x000014, "Member 'FRigUnit_MathFloatLerp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorBinaryOp \ static_assert(alignof(FRigUnit_MathVectorBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorBinaryOp"); \ static_assert(sizeof(FRigUnit_MathVectorBinaryOp) == 0x000030, "Wrong size on FRigUnit_MathVectorBinaryOp"); \ static_assert(offsetof(FRigUnit_MathVectorBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathVectorBinaryOp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorBinaryOp, B) == 0x000014, "Member 'FRigUnit_MathVectorBinaryOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorBinaryOp, Result) == 0x000020, "Member 'FRigUnit_MathVectorBinaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorCross \ static_assert(alignof(FRigUnit_MathVectorCross) == 0x000008, "Wrong alignment on FRigUnit_MathVectorCross"); \ static_assert(sizeof(FRigUnit_MathVectorCross) == 0x000030, "Wrong size on FRigUnit_MathVectorCross"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatSign \ static_assert(alignof(FRigUnit_MathFloatSign) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSign"); \ static_assert(sizeof(FRigUnit_MathFloatSign) == 0x000010, "Wrong size on FRigUnit_MathFloatSign"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatToInt \ static_assert(alignof(FRigUnit_MathFloatToInt) == 0x000008, "Wrong alignment on FRigUnit_MathFloatToInt"); \ static_assert(sizeof(FRigUnit_MathFloatToInt) == 0x000010, "Wrong size on FRigUnit_MathFloatToInt"); \ static_assert(offsetof(FRigUnit_MathFloatToInt, Value) == 0x000008, "Member 'FRigUnit_MathFloatToInt::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatToInt, Result) == 0x00000C, "Member 'FRigUnit_MathFloatToInt::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorEquals \ static_assert(alignof(FRigUnit_MathVectorEquals) == 0x000008, "Wrong alignment on FRigUnit_MathVectorEquals"); \ static_assert(sizeof(FRigUnit_MathVectorEquals) == 0x000028, "Wrong size on FRigUnit_MathVectorEquals"); \ static_assert(offsetof(FRigUnit_MathVectorEquals, A) == 0x000008, "Member 'FRigUnit_MathVectorEquals::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorEquals, B) == 0x000014, "Member 'FRigUnit_MathVectorEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorEquals, Result) == 0x000020, "Member 'FRigUnit_MathVectorEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatRound \ static_assert(alignof(FRigUnit_MathFloatRound) == 0x000008, "Wrong alignment on FRigUnit_MathFloatRound"); \ static_assert(sizeof(FRigUnit_MathFloatRound) == 0x000018, "Wrong size on FRigUnit_MathFloatRound"); \ static_assert(offsetof(FRigUnit_MathFloatRound, Value) == 0x000008, "Member 'FRigUnit_MathFloatRound::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatRound, Result) == 0x00000C, "Member 'FRigUnit_MathFloatRound::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatRound, Int) == 0x000010, "Member 'FRigUnit_MathFloatRound::Int' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatCeil \ static_assert(alignof(FRigUnit_MathFloatCeil) == 0x000008, "Wrong alignment on FRigUnit_MathFloatCeil"); \ static_assert(sizeof(FRigUnit_MathFloatCeil) == 0x000018, "Wrong size on FRigUnit_MathFloatCeil"); \ static_assert(offsetof(FRigUnit_MathFloatCeil, Value) == 0x000008, "Member 'FRigUnit_MathFloatCeil::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatCeil, Result) == 0x00000C, "Member 'FRigUnit_MathFloatCeil::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatCeil, Int) == 0x000010, "Member 'FRigUnit_MathFloatCeil::Int' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorRad \ static_assert(alignof(FRigUnit_MathVectorRad) == 0x000008, "Wrong alignment on FRigUnit_MathVectorRad"); \ static_assert(sizeof(FRigUnit_MathVectorRad) == 0x000020, "Wrong size on FRigUnit_MathVectorRad"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatFloor \ static_assert(alignof(FRigUnit_MathFloatFloor) == 0x000008, "Wrong alignment on FRigUnit_MathFloatFloor"); \ static_assert(sizeof(FRigUnit_MathFloatFloor) == 0x000018, "Wrong size on FRigUnit_MathFloatFloor"); \ static_assert(offsetof(FRigUnit_MathFloatFloor, Value) == 0x000008, "Member 'FRigUnit_MathFloatFloor::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatFloor, Result) == 0x00000C, "Member 'FRigUnit_MathFloatFloor::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathFloatFloor, Int) == 0x000010, "Member 'FRigUnit_MathFloatFloor::Int' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatAbs \ static_assert(alignof(FRigUnit_MathFloatAbs) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAbs"); \ static_assert(sizeof(FRigUnit_MathFloatAbs) == 0x000010, "Wrong size on FRigUnit_MathFloatAbs"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorDot \ static_assert(alignof(FRigUnit_MathVectorDot) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDot"); \ static_assert(sizeof(FRigUnit_MathVectorDot) == 0x000028, "Wrong size on FRigUnit_MathVectorDot"); \ static_assert(offsetof(FRigUnit_MathVectorDot, A) == 0x000008, "Member 'FRigUnit_MathVectorDot::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorDot, B) == 0x000014, "Member 'FRigUnit_MathVectorDot::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorDot, Result) == 0x000020, "Member 'FRigUnit_MathVectorDot::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatNegate \ static_assert(alignof(FRigUnit_MathFloatNegate) == 0x000008, "Wrong alignment on FRigUnit_MathFloatNegate"); \ static_assert(sizeof(FRigUnit_MathFloatNegate) == 0x000010, "Wrong size on FRigUnit_MathFloatNegate"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorIsNearlyZero \ static_assert(alignof(FRigUnit_MathVectorIsNearlyZero) == 0x000008, "Wrong alignment on FRigUnit_MathVectorIsNearlyZero"); \ static_assert(sizeof(FRigUnit_MathVectorIsNearlyZero) == 0x000020, "Wrong size on FRigUnit_MathVectorIsNearlyZero"); \ static_assert(offsetof(FRigUnit_MathVectorIsNearlyZero, Value) == 0x000008, "Member 'FRigUnit_MathVectorIsNearlyZero::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorIsNearlyZero, Tolerance) == 0x000014, "Member 'FRigUnit_MathVectorIsNearlyZero::Tolerance' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorIsNearlyZero, Result) == 0x000018, "Member 'FRigUnit_MathVectorIsNearlyZero::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorAbs \ static_assert(alignof(FRigUnit_MathVectorAbs) == 0x000008, "Wrong alignment on FRigUnit_MathVectorAbs"); \ static_assert(sizeof(FRigUnit_MathVectorAbs) == 0x000020, "Wrong size on FRigUnit_MathVectorAbs"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatMax \ static_assert(alignof(FRigUnit_MathFloatMax) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMax"); \ static_assert(sizeof(FRigUnit_MathFloatMax) == 0x000018, "Wrong size on FRigUnit_MathFloatMax"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatMin \ static_assert(alignof(FRigUnit_MathFloatMin) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMin"); \ static_assert(sizeof(FRigUnit_MathFloatMin) == 0x000018, "Wrong size on FRigUnit_MathFloatMin"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorLerp \ static_assert(alignof(FRigUnit_MathVectorLerp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorLerp"); \ static_assert(sizeof(FRigUnit_MathVectorLerp) == 0x000030, "Wrong size on FRigUnit_MathVectorLerp"); \ static_assert(offsetof(FRigUnit_MathVectorLerp, A) == 0x000008, "Member 'FRigUnit_MathVectorLerp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorLerp, B) == 0x000014, "Member 'FRigUnit_MathVectorLerp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorLerp, T) == 0x000020, "Member 'FRigUnit_MathVectorLerp::T' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorLerp, Result) == 0x000024, "Member 'FRigUnit_MathVectorLerp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatMod \ static_assert(alignof(FRigUnit_MathFloatMod) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMod"); \ static_assert(sizeof(FRigUnit_MathFloatMod) == 0x000018, "Wrong size on FRigUnit_MathFloatMod"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatDiv \ static_assert(alignof(FRigUnit_MathFloatDiv) == 0x000008, "Wrong alignment on FRigUnit_MathFloatDiv"); \ static_assert(sizeof(FRigUnit_MathFloatDiv) == 0x000018, "Wrong size on FRigUnit_MathFloatDiv"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorSelectBool \ static_assert(alignof(FRigUnit_MathVectorSelectBool) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSelectBool"); \ static_assert(sizeof(FRigUnit_MathVectorSelectBool) == 0x000030, "Wrong size on FRigUnit_MathVectorSelectBool"); \ static_assert(offsetof(FRigUnit_MathVectorSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathVectorSelectBool::Condition' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorSelectBool, IfTrue) == 0x00000C, "Member 'FRigUnit_MathVectorSelectBool::IfTrue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorSelectBool, IfFalse) == 0x000018, "Member 'FRigUnit_MathVectorSelectBool::IfFalse' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorSelectBool, Result) == 0x000024, "Member 'FRigUnit_MathVectorSelectBool::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatMul \ static_assert(alignof(FRigUnit_MathFloatMul) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMul"); \ static_assert(sizeof(FRigUnit_MathFloatMul) == 0x000018, "Wrong size on FRigUnit_MathFloatMul"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatSub \ static_assert(alignof(FRigUnit_MathFloatSub) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSub"); \ static_assert(sizeof(FRigUnit_MathFloatSub) == 0x000018, "Wrong size on FRigUnit_MathFloatSub"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorCeil \ static_assert(alignof(FRigUnit_MathVectorCeil) == 0x000008, "Wrong alignment on FRigUnit_MathVectorCeil"); \ static_assert(sizeof(FRigUnit_MathVectorCeil) == 0x000020, "Wrong size on FRigUnit_MathVectorCeil"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatAdd \ static_assert(alignof(FRigUnit_MathFloatAdd) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAdd"); \ static_assert(sizeof(FRigUnit_MathFloatAdd) == 0x000018, "Wrong size on FRigUnit_MathFloatAdd"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorSub \ static_assert(alignof(FRigUnit_MathVectorSub) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSub"); \ static_assert(sizeof(FRigUnit_MathVectorSub) == 0x000030, "Wrong size on FRigUnit_MathVectorSub"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatConstTwoPi \ static_assert(alignof(FRigUnit_MathFloatConstTwoPi) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstTwoPi"); \ static_assert(sizeof(FRigUnit_MathFloatConstTwoPi) == 0x000010, "Wrong size on FRigUnit_MathFloatConstTwoPi"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatConstHalfPi \ static_assert(alignof(FRigUnit_MathFloatConstHalfPi) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstHalfPi"); \ static_assert(sizeof(FRigUnit_MathFloatConstHalfPi) == 0x000010, "Wrong size on FRigUnit_MathFloatConstHalfPi"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorMax \ static_assert(alignof(FRigUnit_MathVectorMax) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMax"); \ static_assert(sizeof(FRigUnit_MathVectorMax) == 0x000030, "Wrong size on FRigUnit_MathVectorMax"); \ #define DUMPER7_ASSERTS_FRigUnit_MathFloatConstPi \ static_assert(alignof(FRigUnit_MathFloatConstPi) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstPi"); \ static_assert(sizeof(FRigUnit_MathFloatConstPi) == 0x000010, "Wrong size on FRigUnit_MathFloatConstPi"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntBase \ static_assert(alignof(FRigUnit_MathIntBase) == 0x000008, "Wrong alignment on FRigUnit_MathIntBase"); \ static_assert(sizeof(FRigUnit_MathIntBase) == 0x000008, "Wrong size on FRigUnit_MathIntBase"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorSign \ static_assert(alignof(FRigUnit_MathVectorSign) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSign"); \ static_assert(sizeof(FRigUnit_MathVectorSign) == 0x000020, "Wrong size on FRigUnit_MathVectorSign"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntLessEqual \ static_assert(alignof(FRigUnit_MathIntLessEqual) == 0x000008, "Wrong alignment on FRigUnit_MathIntLessEqual"); \ static_assert(sizeof(FRigUnit_MathIntLessEqual) == 0x000018, "Wrong size on FRigUnit_MathIntLessEqual"); \ static_assert(offsetof(FRigUnit_MathIntLessEqual, A) == 0x000008, "Member 'FRigUnit_MathIntLessEqual::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntLessEqual, B) == 0x00000C, "Member 'FRigUnit_MathIntLessEqual::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntLessEqual, Result) == 0x000010, "Member 'FRigUnit_MathIntLessEqual::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntGreaterEqual \ static_assert(alignof(FRigUnit_MathIntGreaterEqual) == 0x000008, "Wrong alignment on FRigUnit_MathIntGreaterEqual"); \ static_assert(sizeof(FRigUnit_MathIntGreaterEqual) == 0x000018, "Wrong size on FRigUnit_MathIntGreaterEqual"); \ static_assert(offsetof(FRigUnit_MathIntGreaterEqual, A) == 0x000008, "Member 'FRigUnit_MathIntGreaterEqual::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntGreaterEqual, B) == 0x00000C, "Member 'FRigUnit_MathIntGreaterEqual::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntGreaterEqual, Result) == 0x000010, "Member 'FRigUnit_MathIntGreaterEqual::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMathRBFInterpolateQuatXform_Target \ static_assert(alignof(FMathRBFInterpolateQuatXform_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatXform_Target"); \ static_assert(sizeof(FMathRBFInterpolateQuatXform_Target) == 0x000040, "Wrong size on FMathRBFInterpolateQuatXform_Target"); \ static_assert(offsetof(FMathRBFInterpolateQuatXform_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatXform_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FMathRBFInterpolateQuatXform_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateQuatXform_Target::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatXform \ static_assert(alignof(FRigUnit_MathRBFInterpolateQuatXform) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatXform"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatXform) == 0x000110, "Wrong size on FRigUnit_MathRBFInterpolateQuatXform"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatXform, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatXform::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatXform, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatXform::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntLess \ static_assert(alignof(FRigUnit_MathIntLess) == 0x000008, "Wrong alignment on FRigUnit_MathIntLess"); \ static_assert(sizeof(FRigUnit_MathIntLess) == 0x000018, "Wrong size on FRigUnit_MathIntLess"); \ static_assert(offsetof(FRigUnit_MathIntLess, A) == 0x000008, "Member 'FRigUnit_MathIntLess::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntLess, B) == 0x00000C, "Member 'FRigUnit_MathIntLess::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntLess, Result) == 0x000010, "Member 'FRigUnit_MathIntLess::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntGreater \ static_assert(alignof(FRigUnit_MathIntGreater) == 0x000008, "Wrong alignment on FRigUnit_MathIntGreater"); \ static_assert(sizeof(FRigUnit_MathIntGreater) == 0x000018, "Wrong size on FRigUnit_MathIntGreater"); \ static_assert(offsetof(FRigUnit_MathIntGreater, A) == 0x000008, "Member 'FRigUnit_MathIntGreater::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntGreater, B) == 0x00000C, "Member 'FRigUnit_MathIntGreater::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntGreater, Result) == 0x000010, "Member 'FRigUnit_MathIntGreater::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ModifyTransforms_PerItem \ static_assert(alignof(FRigUnit_ModifyTransforms_PerItem) == 0x000010, "Wrong alignment on FRigUnit_ModifyTransforms_PerItem"); \ static_assert(sizeof(FRigUnit_ModifyTransforms_PerItem) == 0x000040, "Wrong size on FRigUnit_ModifyTransforms_PerItem"); \ static_assert(offsetof(FRigUnit_ModifyTransforms_PerItem, Item) == 0x000000, "Member 'FRigUnit_ModifyTransforms_PerItem::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyTransforms_PerItem, Transform) == 0x000010, "Member 'FRigUnit_ModifyTransforms_PerItem::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntNotEquals \ static_assert(alignof(FRigUnit_MathIntNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathIntNotEquals"); \ static_assert(sizeof(FRigUnit_MathIntNotEquals) == 0x000018, "Wrong size on FRigUnit_MathIntNotEquals"); \ static_assert(offsetof(FRigUnit_MathIntNotEquals, A) == 0x000008, "Member 'FRigUnit_MathIntNotEquals::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntNotEquals, B) == 0x00000C, "Member 'FRigUnit_MathIntNotEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntNotEquals, Result) == 0x000010, "Member 'FRigUnit_MathIntNotEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntEquals \ static_assert(alignof(FRigUnit_MathIntEquals) == 0x000008, "Wrong alignment on FRigUnit_MathIntEquals"); \ static_assert(sizeof(FRigUnit_MathIntEquals) == 0x000018, "Wrong size on FRigUnit_MathIntEquals"); \ static_assert(offsetof(FRigUnit_MathIntEquals, A) == 0x000008, "Member 'FRigUnit_MathIntEquals::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntEquals, B) == 0x00000C, "Member 'FRigUnit_MathIntEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntEquals, Result) == 0x000010, "Member 'FRigUnit_MathIntEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMathRBFInterpolateQuatColor_Target \ static_assert(alignof(FMathRBFInterpolateQuatColor_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatColor_Target"); \ static_assert(sizeof(FMathRBFInterpolateQuatColor_Target) == 0x000020, "Wrong size on FMathRBFInterpolateQuatColor_Target"); \ static_assert(offsetof(FMathRBFInterpolateQuatColor_Target, Target) == 0x000000, "Member 'FMathRBFInterpolateQuatColor_Target::Target' has a wrong offset!"); \ static_assert(offsetof(FMathRBFInterpolateQuatColor_Target, Value) == 0x000010, "Member 'FMathRBFInterpolateQuatColor_Target::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatColor \ static_assert(alignof(FRigUnit_MathRBFInterpolateQuatColor) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatColor"); \ static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatColor) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateQuatColor"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatColor, Targets) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateQuatColor::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatColor, Output) == 0x0000E0, "Member 'FRigUnit_MathRBFInterpolateQuatColor::Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntClamp \ static_assert(alignof(FRigUnit_MathIntClamp) == 0x000008, "Wrong alignment on FRigUnit_MathIntClamp"); \ static_assert(sizeof(FRigUnit_MathIntClamp) == 0x000018, "Wrong size on FRigUnit_MathIntClamp"); \ static_assert(offsetof(FRigUnit_MathIntClamp, Value) == 0x000008, "Member 'FRigUnit_MathIntClamp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntClamp, Minimum) == 0x00000C, "Member 'FRigUnit_MathIntClamp::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntClamp, Maximum) == 0x000010, "Member 'FRigUnit_MathIntClamp::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntClamp, Result) == 0x000014, "Member 'FRigUnit_MathIntClamp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntUnaryOp \ static_assert(alignof(FRigUnit_MathIntUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathIntUnaryOp"); \ static_assert(sizeof(FRigUnit_MathIntUnaryOp) == 0x000010, "Wrong size on FRigUnit_MathIntUnaryOp"); \ static_assert(offsetof(FRigUnit_MathIntUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathIntUnaryOp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntUnaryOp, Result) == 0x00000C, "Member 'FRigUnit_MathIntUnaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntSign \ static_assert(alignof(FRigUnit_MathIntSign) == 0x000008, "Wrong alignment on FRigUnit_MathIntSign"); \ static_assert(sizeof(FRigUnit_MathIntSign) == 0x000010, "Wrong size on FRigUnit_MathIntSign"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntToFloat \ static_assert(alignof(FRigUnit_MathIntToFloat) == 0x000008, "Wrong alignment on FRigUnit_MathIntToFloat"); \ static_assert(sizeof(FRigUnit_MathIntToFloat) == 0x000010, "Wrong size on FRigUnit_MathIntToFloat"); \ static_assert(offsetof(FRigUnit_MathIntToFloat, Value) == 0x000008, "Member 'FRigUnit_MathIntToFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntToFloat, Result) == 0x00000C, "Member 'FRigUnit_MathIntToFloat::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms_PerBone \ static_assert(alignof(FRigUnit_ModifyBoneTransforms_PerBone) == 0x000010, "Wrong alignment on FRigUnit_ModifyBoneTransforms_PerBone"); \ static_assert(sizeof(FRigUnit_ModifyBoneTransforms_PerBone) == 0x000040, "Wrong size on FRigUnit_ModifyBoneTransforms_PerBone"); \ static_assert(offsetof(FRigUnit_ModifyBoneTransforms_PerBone, Bone) == 0x000000, "Member 'FRigUnit_ModifyBoneTransforms_PerBone::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyBoneTransforms_PerBone, Transform) == 0x000010, "Member 'FRigUnit_ModifyBoneTransforms_PerBone::Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntAbs \ static_assert(alignof(FRigUnit_MathIntAbs) == 0x000008, "Wrong alignment on FRigUnit_MathIntAbs"); \ static_assert(sizeof(FRigUnit_MathIntAbs) == 0x000010, "Wrong size on FRigUnit_MathIntAbs"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntNegate \ static_assert(alignof(FRigUnit_MathIntNegate) == 0x000008, "Wrong alignment on FRigUnit_MathIntNegate"); \ static_assert(sizeof(FRigUnit_MathIntNegate) == 0x000010, "Wrong size on FRigUnit_MathIntNegate"); \ #define DUMPER7_ASSERTS_FRigUnit_NameBase \ static_assert(alignof(FRigUnit_NameBase) == 0x000008, "Wrong alignment on FRigUnit_NameBase"); \ static_assert(sizeof(FRigUnit_NameBase) == 0x000008, "Wrong size on FRigUnit_NameBase"); \ #define DUMPER7_ASSERTS_FRigUnit_NameReplace \ static_assert(alignof(FRigUnit_NameReplace) == 0x000008, "Wrong alignment on FRigUnit_NameReplace"); \ static_assert(sizeof(FRigUnit_NameReplace) == 0x000028, "Wrong size on FRigUnit_NameReplace"); \ static_assert(offsetof(FRigUnit_NameReplace, Name) == 0x000008, "Member 'FRigUnit_NameReplace::Name' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NameReplace, Old) == 0x000010, "Member 'FRigUnit_NameReplace::Old' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NameReplace, New) == 0x000018, "Member 'FRigUnit_NameReplace::New' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NameReplace, Result) == 0x000020, "Member 'FRigUnit_NameReplace::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntBinaryOp \ static_assert(alignof(FRigUnit_MathIntBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathIntBinaryOp"); \ static_assert(sizeof(FRigUnit_MathIntBinaryOp) == 0x000018, "Wrong size on FRigUnit_MathIntBinaryOp"); \ static_assert(offsetof(FRigUnit_MathIntBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathIntBinaryOp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntBinaryOp, B) == 0x00000C, "Member 'FRigUnit_MathIntBinaryOp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathIntBinaryOp, Result) == 0x000010, "Member 'FRigUnit_MathIntBinaryOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntPow \ static_assert(alignof(FRigUnit_MathIntPow) == 0x000008, "Wrong alignment on FRigUnit_MathIntPow"); \ static_assert(sizeof(FRigUnit_MathIntPow) == 0x000018, "Wrong size on FRigUnit_MathIntPow"); \ #define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK_WorkData \ static_assert(alignof(FRigUnit_MultiFABRIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_MultiFABRIK_WorkData"); \ static_assert(sizeof(FRigUnit_MultiFABRIK_WorkData) == 0x000060, "Wrong size on FRigUnit_MultiFABRIK_WorkData"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntMax \ static_assert(alignof(FRigUnit_MathIntMax) == 0x000008, "Wrong alignment on FRigUnit_MathIntMax"); \ static_assert(sizeof(FRigUnit_MathIntMax) == 0x000018, "Wrong size on FRigUnit_MathIntMax"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntMin \ static_assert(alignof(FRigUnit_MathIntMin) == 0x000008, "Wrong alignment on FRigUnit_MathIntMin"); \ static_assert(sizeof(FRigUnit_MathIntMin) == 0x000018, "Wrong size on FRigUnit_MathIntMin"); \ #define DUMPER7_ASSERTS_FRigUnit_ModifyTransforms_WorkData \ static_assert(alignof(FRigUnit_ModifyTransforms_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ModifyTransforms_WorkData"); \ static_assert(sizeof(FRigUnit_ModifyTransforms_WorkData) == 0x000010, "Wrong size on FRigUnit_ModifyTransforms_WorkData"); \ static_assert(offsetof(FRigUnit_ModifyTransforms_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_ModifyTransforms_WorkData::CachedItems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntMod \ static_assert(alignof(FRigUnit_MathIntMod) == 0x000008, "Wrong alignment on FRigUnit_MathIntMod"); \ static_assert(sizeof(FRigUnit_MathIntMod) == 0x000018, "Wrong size on FRigUnit_MathIntMod"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntDiv \ static_assert(alignof(FRigUnit_MathIntDiv) == 0x000008, "Wrong alignment on FRigUnit_MathIntDiv"); \ static_assert(sizeof(FRigUnit_MathIntDiv) == 0x000018, "Wrong size on FRigUnit_MathIntDiv"); \ #define DUMPER7_ASSERTS_FRigUnit_StartsWith \ static_assert(alignof(FRigUnit_StartsWith) == 0x000008, "Wrong alignment on FRigUnit_StartsWith"); \ static_assert(sizeof(FRigUnit_StartsWith) == 0x000020, "Wrong size on FRigUnit_StartsWith"); \ static_assert(offsetof(FRigUnit_StartsWith, Name) == 0x000008, "Member 'FRigUnit_StartsWith::Name' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_StartsWith, Start) == 0x000010, "Member 'FRigUnit_StartsWith::Start' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_StartsWith, Result) == 0x000018, "Member 'FRigUnit_StartsWith::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntMul \ static_assert(alignof(FRigUnit_MathIntMul) == 0x000008, "Wrong alignment on FRigUnit_MathIntMul"); \ static_assert(sizeof(FRigUnit_MathIntMul) == 0x000018, "Wrong size on FRigUnit_MathIntMul"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntSub \ static_assert(alignof(FRigUnit_MathIntSub) == 0x000008, "Wrong alignment on FRigUnit_MathIntSub"); \ static_assert(sizeof(FRigUnit_MathIntSub) == 0x000018, "Wrong size on FRigUnit_MathIntSub"); \ #define DUMPER7_ASSERTS_FRigUnit_PointSimulation_BoneTarget \ static_assert(alignof(FRigUnit_PointSimulation_BoneTarget) == 0x000004, "Wrong alignment on FRigUnit_PointSimulation_BoneTarget"); \ static_assert(sizeof(FRigUnit_PointSimulation_BoneTarget) == 0x000014, "Wrong size on FRigUnit_PointSimulation_BoneTarget"); \ static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, Bone) == 0x000000, "Member 'FRigUnit_PointSimulation_BoneTarget::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, TranslationPoint) == 0x000008, "Member 'FRigUnit_PointSimulation_BoneTarget::TranslationPoint' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, PrimaryAimPoint) == 0x00000C, "Member 'FRigUnit_PointSimulation_BoneTarget::PrimaryAimPoint' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation_BoneTarget, SecondaryAimPoint) == 0x000010, "Member 'FRigUnit_PointSimulation_BoneTarget::SecondaryAimPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_PointSimulation_DebugSettings \ static_assert(alignof(FRigUnit_PointSimulation_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_PointSimulation_DebugSettings"); \ static_assert(sizeof(FRigUnit_PointSimulation_DebugSettings) == 0x000050, "Wrong size on FRigUnit_PointSimulation_DebugSettings"); \ static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_PointSimulation_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_PointSimulation_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, CollisionScale) == 0x000008, "Member 'FRigUnit_PointSimulation_DebugSettings::CollisionScale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, bDrawPointsAsSpheres) == 0x00000C, "Member 'FRigUnit_PointSimulation_DebugSettings::bDrawPointsAsSpheres' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, Color) == 0x000010, "Member 'FRigUnit_PointSimulation_DebugSettings::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation_DebugSettings, WorldOffset) == 0x000020, "Member 'FRigUnit_PointSimulation_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_PointSimulation_WorkData \ static_assert(alignof(FRigUnit_PointSimulation_WorkData) == 0x000008, "Wrong alignment on FRigUnit_PointSimulation_WorkData"); \ static_assert(sizeof(FRigUnit_PointSimulation_WorkData) == 0x000088, "Wrong size on FRigUnit_PointSimulation_WorkData"); \ static_assert(offsetof(FRigUnit_PointSimulation_WorkData, Simulation) == 0x000000, "Member 'FRigUnit_PointSimulation_WorkData::Simulation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation_WorkData, BoneIndices) == 0x000078, "Member 'FRigUnit_PointSimulation_WorkData::BoneIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SimBaseMutable \ static_assert(alignof(FRigUnit_SimBaseMutable) == 0x000008, "Wrong alignment on FRigUnit_SimBaseMutable"); \ static_assert(sizeof(FRigUnit_SimBaseMutable) == 0x000068, "Wrong size on FRigUnit_SimBaseMutable"); \ #define DUMPER7_ASSERTS_FRigUnit_PointSimulation \ static_assert(alignof(FRigUnit_PointSimulation) == 0x000010, "Wrong alignment on FRigUnit_PointSimulation"); \ static_assert(sizeof(FRigUnit_PointSimulation) == 0x000200, "Wrong size on FRigUnit_PointSimulation"); \ static_assert(offsetof(FRigUnit_PointSimulation, Points) == 0x000068, "Member 'FRigUnit_PointSimulation::Points' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, Links) == 0x000078, "Member 'FRigUnit_PointSimulation::Links' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, Forces) == 0x000088, "Member 'FRigUnit_PointSimulation::Forces' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, CollisionVolumes) == 0x000098, "Member 'FRigUnit_PointSimulation::CollisionVolumes' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, SimulatedStepsPerSecond) == 0x0000A8, "Member 'FRigUnit_PointSimulation::SimulatedStepsPerSecond' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, IntegratorType) == 0x0000AC, "Member 'FRigUnit_PointSimulation::IntegratorType' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, VerletBlend) == 0x0000B0, "Member 'FRigUnit_PointSimulation::VerletBlend' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, BoneTargets) == 0x0000B8, "Member 'FRigUnit_PointSimulation::BoneTargets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, bLimitLocalPosition) == 0x0000C8, "Member 'FRigUnit_PointSimulation::bLimitLocalPosition' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, bPropagateToChildren) == 0x0000C9, "Member 'FRigUnit_PointSimulation::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, PrimaryAimAxis) == 0x0000CC, "Member 'FRigUnit_PointSimulation::PrimaryAimAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, SecondaryAimAxis) == 0x0000D8, "Member 'FRigUnit_PointSimulation::SecondaryAimAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, DebugSettings) == 0x0000F0, "Member 'FRigUnit_PointSimulation::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, Bezier) == 0x000140, "Member 'FRigUnit_PointSimulation::Bezier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PointSimulation, WorkData) == 0x000170, "Member 'FRigUnit_PointSimulation::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathIntAdd \ static_assert(alignof(FRigUnit_MathIntAdd) == 0x000008, "Wrong alignment on FRigUnit_MathIntAdd"); \ static_assert(sizeof(FRigUnit_MathIntAdd) == 0x000018, "Wrong size on FRigUnit_MathIntAdd"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionRotationOrder \ static_assert(alignof(FRigUnit_MathQuaternionRotationOrder) == 0x000008, "Wrong alignment on FRigUnit_MathQuaternionRotationOrder"); \ static_assert(sizeof(FRigUnit_MathQuaternionRotationOrder) == 0x000010, "Wrong size on FRigUnit_MathQuaternionRotationOrder"); \ static_assert(offsetof(FRigUnit_MathQuaternionRotationOrder, RotationOrder) == 0x000008, "Member 'FRigUnit_MathQuaternionRotationOrder::RotationOrder' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NameConcat \ static_assert(alignof(FRigUnit_NameConcat) == 0x000008, "Wrong alignment on FRigUnit_NameConcat"); \ static_assert(sizeof(FRigUnit_NameConcat) == 0x000020, "Wrong size on FRigUnit_NameConcat"); \ static_assert(offsetof(FRigUnit_NameConcat, A) == 0x000008, "Member 'FRigUnit_NameConcat::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NameConcat, B) == 0x000010, "Member 'FRigUnit_NameConcat::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NameConcat, Result) == 0x000018, "Member 'FRigUnit_NameConcat::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionSwingTwist \ static_assert(alignof(FRigUnit_MathQuaternionSwingTwist) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionSwingTwist"); \ static_assert(sizeof(FRigUnit_MathQuaternionSwingTwist) == 0x000050, "Wrong size on FRigUnit_MathQuaternionSwingTwist"); \ static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, Input) == 0x000010, "Member 'FRigUnit_MathQuaternionSwingTwist::Input' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, TwistAxis) == 0x000020, "Member 'FRigUnit_MathQuaternionSwingTwist::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, Swing) == 0x000030, "Member 'FRigUnit_MathQuaternionSwingTwist::Swing' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, Twist) == 0x000040, "Member 'FRigUnit_MathQuaternionSwingTwist::Twist' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionGetAxis \ static_assert(alignof(FRigUnit_MathQuaternionGetAxis) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionGetAxis"); \ static_assert(sizeof(FRigUnit_MathQuaternionGetAxis) == 0x000030, "Wrong size on FRigUnit_MathQuaternionGetAxis"); \ static_assert(offsetof(FRigUnit_MathQuaternionGetAxis, Quaternion) == 0x000010, "Member 'FRigUnit_MathQuaternionGetAxis::Quaternion' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionGetAxis, Axis) == 0x000020, "Member 'FRigUnit_MathQuaternionGetAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionGetAxis, Result) == 0x000024, "Member 'FRigUnit_MathQuaternionGetAxis::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionRotateVector \ static_assert(alignof(FRigUnit_MathQuaternionRotateVector) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionRotateVector"); \ static_assert(sizeof(FRigUnit_MathQuaternionRotateVector) == 0x000040, "Wrong size on FRigUnit_MathQuaternionRotateVector"); \ static_assert(offsetof(FRigUnit_MathQuaternionRotateVector, Quaternion) == 0x000010, "Member 'FRigUnit_MathQuaternionRotateVector::Quaternion' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionRotateVector, Vector) == 0x000020, "Member 'FRigUnit_MathQuaternionRotateVector::Vector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionRotateVector, Result) == 0x00002C, "Member 'FRigUnit_MathQuaternionRotateVector::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ParentSwitchConstraint \ static_assert(alignof(FRigUnit_ParentSwitchConstraint) == 0x000010, "Wrong alignment on FRigUnit_ParentSwitchConstraint"); \ static_assert(sizeof(FRigUnit_ParentSwitchConstraint) == 0x000160, "Wrong size on FRigUnit_ParentSwitchConstraint"); \ static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Subject) == 0x000068, "Member 'FRigUnit_ParentSwitchConstraint::Subject' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ParentSwitchConstraint, ParentIndex) == 0x000074, "Member 'FRigUnit_ParentSwitchConstraint::ParentIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Parents) == 0x000078, "Member 'FRigUnit_ParentSwitchConstraint::Parents' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ParentSwitchConstraint, InitialGlobalTransform) == 0x000090, "Member 'FRigUnit_ParentSwitchConstraint::InitialGlobalTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Weight) == 0x0000C0, "Member 'FRigUnit_ParentSwitchConstraint::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Transform) == 0x0000D0, "Member 'FRigUnit_ParentSwitchConstraint::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Switched) == 0x000100, "Member 'FRigUnit_ParentSwitchConstraint::Switched' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedSubject) == 0x000104, "Member 'FRigUnit_ParentSwitchConstraint::CachedSubject' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedParent) == 0x000118, "Member 'FRigUnit_ParentSwitchConstraint::CachedParent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ParentSwitchConstraint, RelativeOffset) == 0x000130, "Member 'FRigUnit_ParentSwitchConstraint::RelativeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionUnit \ static_assert(alignof(FRigUnit_MathQuaternionUnit) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionUnit"); \ static_assert(sizeof(FRigUnit_MathQuaternionUnit) == 0x000030, "Wrong size on FRigUnit_MathQuaternionUnit"); \ #define DUMPER7_ASSERTS_FRigUnit_PropagateTransform \ static_assert(alignof(FRigUnit_PropagateTransform) == 0x000008, "Wrong alignment on FRigUnit_PropagateTransform"); \ static_assert(sizeof(FRigUnit_PropagateTransform) == 0x000090, "Wrong size on FRigUnit_PropagateTransform"); \ static_assert(offsetof(FRigUnit_PropagateTransform, Item) == 0x000068, "Member 'FRigUnit_PropagateTransform::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PropagateTransform, bRecomputeGlobal) == 0x000074, "Member 'FRigUnit_PropagateTransform::bRecomputeGlobal' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PropagateTransform, bApplyToChildren) == 0x000075, "Member 'FRigUnit_PropagateTransform::bApplyToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PropagateTransform, bRecursive) == 0x000076, "Member 'FRigUnit_PropagateTransform::bRecursive' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_PropagateTransform, CachedIndex) == 0x000078, "Member 'FRigUnit_PropagateTransform::CachedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionDot \ static_assert(alignof(FRigUnit_MathQuaternionDot) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionDot"); \ static_assert(sizeof(FRigUnit_MathQuaternionDot) == 0x000040, "Wrong size on FRigUnit_MathQuaternionDot"); \ static_assert(offsetof(FRigUnit_MathQuaternionDot, A) == 0x000010, "Member 'FRigUnit_MathQuaternionDot::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionDot, B) == 0x000020, "Member 'FRigUnit_MathQuaternionDot::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionDot, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionDot::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionSelectBool \ static_assert(alignof(FRigUnit_MathQuaternionSelectBool) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionSelectBool"); \ static_assert(sizeof(FRigUnit_MathQuaternionSelectBool) == 0x000040, "Wrong size on FRigUnit_MathQuaternionSelectBool"); \ static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathQuaternionSelectBool::Condition' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, IfTrue) == 0x000010, "Member 'FRigUnit_MathQuaternionSelectBool::IfTrue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, IfFalse) == 0x000020, "Member 'FRigUnit_MathQuaternionSelectBool::IfFalse' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionSelectBool::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionNotEquals \ static_assert(alignof(FRigUnit_MathQuaternionNotEquals) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionNotEquals"); \ static_assert(sizeof(FRigUnit_MathQuaternionNotEquals) == 0x000040, "Wrong size on FRigUnit_MathQuaternionNotEquals"); \ static_assert(offsetof(FRigUnit_MathQuaternionNotEquals, A) == 0x000010, "Member 'FRigUnit_MathQuaternionNotEquals::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionNotEquals, B) == 0x000020, "Member 'FRigUnit_MathQuaternionNotEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionNotEquals, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionNotEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionEquals \ static_assert(alignof(FRigUnit_MathQuaternionEquals) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionEquals"); \ static_assert(sizeof(FRigUnit_MathQuaternionEquals) == 0x000040, "Wrong size on FRigUnit_MathQuaternionEquals"); \ static_assert(offsetof(FRigUnit_MathQuaternionEquals, A) == 0x000010, "Member 'FRigUnit_MathQuaternionEquals::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionEquals, B) == 0x000020, "Member 'FRigUnit_MathQuaternionEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionEquals, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NoiseFloat \ static_assert(alignof(FRigUnit_NoiseFloat) == 0x000008, "Wrong alignment on FRigUnit_NoiseFloat"); \ static_assert(sizeof(FRigUnit_NoiseFloat) == 0x000028, "Wrong size on FRigUnit_NoiseFloat"); \ static_assert(offsetof(FRigUnit_NoiseFloat, Value) == 0x000008, "Member 'FRigUnit_NoiseFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseFloat, Speed) == 0x00000C, "Member 'FRigUnit_NoiseFloat::Speed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseFloat, Frequency) == 0x000010, "Member 'FRigUnit_NoiseFloat::Frequency' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseFloat, Minimum) == 0x000014, "Member 'FRigUnit_NoiseFloat::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseFloat, Maximum) == 0x000018, "Member 'FRigUnit_NoiseFloat::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseFloat, Result) == 0x00001C, "Member 'FRigUnit_NoiseFloat::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseFloat, Time) == 0x000020, "Member 'FRigUnit_NoiseFloat::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionSlerp \ static_assert(alignof(FRigUnit_MathQuaternionSlerp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionSlerp"); \ static_assert(sizeof(FRigUnit_MathQuaternionSlerp) == 0x000050, "Wrong size on FRigUnit_MathQuaternionSlerp"); \ static_assert(offsetof(FRigUnit_MathQuaternionSlerp, A) == 0x000010, "Member 'FRigUnit_MathQuaternionSlerp::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionSlerp, B) == 0x000020, "Member 'FRigUnit_MathQuaternionSlerp::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionSlerp, T) == 0x000030, "Member 'FRigUnit_MathQuaternionSlerp::T' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionSlerp, Result) == 0x000040, "Member 'FRigUnit_MathQuaternionSlerp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionToRotator \ static_assert(alignof(FRigUnit_MathQuaternionToRotator) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionToRotator"); \ static_assert(sizeof(FRigUnit_MathQuaternionToRotator) == 0x000030, "Wrong size on FRigUnit_MathQuaternionToRotator"); \ static_assert(offsetof(FRigUnit_MathQuaternionToRotator, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionToRotator::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionToRotator, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionToRotator::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionScale \ static_assert(alignof(FRigUnit_MathQuaternionScale) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionScale"); \ static_assert(sizeof(FRigUnit_MathQuaternionScale) == 0x000030, "Wrong size on FRigUnit_MathQuaternionScale"); \ static_assert(offsetof(FRigUnit_MathQuaternionScale, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionScale::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionScale, Scale) == 0x000020, "Member 'FRigUnit_MathQuaternionScale::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromTwoVectors \ static_assert(alignof(FRigUnit_MathQuaternionFromTwoVectors) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromTwoVectors"); \ static_assert(sizeof(FRigUnit_MathQuaternionFromTwoVectors) == 0x000030, "Wrong size on FRigUnit_MathQuaternionFromTwoVectors"); \ static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, A) == 0x000008, "Member 'FRigUnit_MathQuaternionFromTwoVectors::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, B) == 0x000014, "Member 'FRigUnit_MathQuaternionFromTwoVectors::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionFromTwoVectors::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromEuler \ static_assert(alignof(FRigUnit_MathQuaternionFromEuler) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromEuler"); \ static_assert(sizeof(FRigUnit_MathQuaternionFromEuler) == 0x000030, "Wrong size on FRigUnit_MathQuaternionFromEuler"); \ static_assert(offsetof(FRigUnit_MathQuaternionFromEuler, Euler) == 0x000008, "Member 'FRigUnit_MathQuaternionFromEuler::Euler' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionFromEuler, RotationOrder) == 0x000014, "Member 'FRigUnit_MathQuaternionFromEuler::RotationOrder' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathQuaternionFromEuler, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionFromEuler::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformClampSpatially \ static_assert(alignof(FRigUnit_MathTransformClampSpatially) == 0x000010, "Wrong alignment on FRigUnit_MathTransformClampSpatially"); \ static_assert(sizeof(FRigUnit_MathTransformClampSpatially) == 0x0000D0, "Wrong size on FRigUnit_MathTransformClampSpatially"); \ static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Value) == 0x000010, "Member 'FRigUnit_MathTransformClampSpatially::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Axis) == 0x000040, "Member 'FRigUnit_MathTransformClampSpatially::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Type) == 0x000041, "Member 'FRigUnit_MathTransformClampSpatially::Type' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Minimum) == 0x000044, "Member 'FRigUnit_MathTransformClampSpatially::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Maximum) == 0x000048, "Member 'FRigUnit_MathTransformClampSpatially::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Space) == 0x000050, "Member 'FRigUnit_MathTransformClampSpatially::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformClampSpatially, bDrawDebug) == 0x000080, "Member 'FRigUnit_MathTransformClampSpatially::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformClampSpatially, DebugColor) == 0x000084, "Member 'FRigUnit_MathTransformClampSpatially::DebugColor' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformClampSpatially, DebugThickness) == 0x000094, "Member 'FRigUnit_MathTransformClampSpatially::DebugThickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Result) == 0x0000A0, "Member 'FRigUnit_MathTransformClampSpatially::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformTransformVector \ static_assert(alignof(FRigUnit_MathTransformTransformVector) == 0x000010, "Wrong alignment on FRigUnit_MathTransformTransformVector"); \ static_assert(sizeof(FRigUnit_MathTransformTransformVector) == 0x000060, "Wrong size on FRigUnit_MathTransformTransformVector"); \ static_assert(offsetof(FRigUnit_MathTransformTransformVector, Transform) == 0x000010, "Member 'FRigUnit_MathTransformTransformVector::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformTransformVector, Location) == 0x000040, "Member 'FRigUnit_MathTransformTransformVector::Location' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformTransformVector, Result) == 0x00004C, "Member 'FRigUnit_MathTransformTransformVector::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformSelectBool \ static_assert(alignof(FRigUnit_MathTransformSelectBool) == 0x000010, "Wrong alignment on FRigUnit_MathTransformSelectBool"); \ static_assert(sizeof(FRigUnit_MathTransformSelectBool) == 0x0000A0, "Wrong size on FRigUnit_MathTransformSelectBool"); \ static_assert(offsetof(FRigUnit_MathTransformSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathTransformSelectBool::Condition' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformSelectBool, IfTrue) == 0x000010, "Member 'FRigUnit_MathTransformSelectBool::IfTrue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformSelectBool, IfFalse) == 0x000040, "Member 'FRigUnit_MathTransformSelectBool::IfFalse' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformSelectBool, Result) == 0x000070, "Member 'FRigUnit_MathTransformSelectBool::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathTransformToEulerTransform \ static_assert(alignof(FRigUnit_MathTransformToEulerTransform) == 0x000010, "Wrong alignment on FRigUnit_MathTransformToEulerTransform"); \ static_assert(sizeof(FRigUnit_MathTransformToEulerTransform) == 0x000070, "Wrong size on FRigUnit_MathTransformToEulerTransform"); \ static_assert(offsetof(FRigUnit_MathTransformToEulerTransform, Value) == 0x000010, "Member 'FRigUnit_MathTransformToEulerTransform::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathTransformToEulerTransform, Result) == 0x000040, "Member 'FRigUnit_MathTransformToEulerTransform::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorBezierFourPoint \ static_assert(alignof(FRigUnit_MathVectorBezierFourPoint) == 0x000008, "Wrong alignment on FRigUnit_MathVectorBezierFourPoint"); \ static_assert(sizeof(FRigUnit_MathVectorBezierFourPoint) == 0x000058, "Wrong size on FRigUnit_MathVectorBezierFourPoint"); \ static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Bezier) == 0x000008, "Member 'FRigUnit_MathVectorBezierFourPoint::Bezier' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, T) == 0x000038, "Member 'FRigUnit_MathVectorBezierFourPoint::T' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Result) == 0x00003C, "Member 'FRigUnit_MathVectorBezierFourPoint::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Tangent) == 0x000048, "Member 'FRigUnit_MathVectorBezierFourPoint::Tangent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorParallel \ static_assert(alignof(FRigUnit_MathVectorParallel) == 0x000008, "Wrong alignment on FRigUnit_MathVectorParallel"); \ static_assert(sizeof(FRigUnit_MathVectorParallel) == 0x000028, "Wrong size on FRigUnit_MathVectorParallel"); \ static_assert(offsetof(FRigUnit_MathVectorParallel, A) == 0x000008, "Member 'FRigUnit_MathVectorParallel::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorParallel, B) == 0x000014, "Member 'FRigUnit_MathVectorParallel::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorParallel, Result) == 0x000020, "Member 'FRigUnit_MathVectorParallel::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorMirror \ static_assert(alignof(FRigUnit_MathVectorMirror) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMirror"); \ static_assert(sizeof(FRigUnit_MathVectorMirror) == 0x000030, "Wrong size on FRigUnit_MathVectorMirror"); \ static_assert(offsetof(FRigUnit_MathVectorMirror, Value) == 0x000008, "Member 'FRigUnit_MathVectorMirror::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorMirror, Normal) == 0x000014, "Member 'FRigUnit_MathVectorMirror::Normal' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorMirror, Result) == 0x000020, "Member 'FRigUnit_MathVectorMirror::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorUnit \ static_assert(alignof(FRigUnit_MathVectorUnit) == 0x000008, "Wrong alignment on FRigUnit_MathVectorUnit"); \ static_assert(sizeof(FRigUnit_MathVectorUnit) == 0x000020, "Wrong size on FRigUnit_MathVectorUnit"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorDistance \ static_assert(alignof(FRigUnit_MathVectorDistance) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDistance"); \ static_assert(sizeof(FRigUnit_MathVectorDistance) == 0x000028, "Wrong size on FRigUnit_MathVectorDistance"); \ static_assert(offsetof(FRigUnit_MathVectorDistance, A) == 0x000008, "Member 'FRigUnit_MathVectorDistance::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorDistance, B) == 0x000014, "Member 'FRigUnit_MathVectorDistance::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorDistance, Result) == 0x000020, "Member 'FRigUnit_MathVectorDistance::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorLengthSquared \ static_assert(alignof(FRigUnit_MathVectorLengthSquared) == 0x000008, "Wrong alignment on FRigUnit_MathVectorLengthSquared"); \ static_assert(sizeof(FRigUnit_MathVectorLengthSquared) == 0x000018, "Wrong size on FRigUnit_MathVectorLengthSquared"); \ static_assert(offsetof(FRigUnit_MathVectorLengthSquared, Value) == 0x000008, "Member 'FRigUnit_MathVectorLengthSquared::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorLengthSquared, Result) == 0x000014, "Member 'FRigUnit_MathVectorLengthSquared::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorDeg \ static_assert(alignof(FRigUnit_MathVectorDeg) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDeg"); \ static_assert(sizeof(FRigUnit_MathVectorDeg) == 0x000020, "Wrong size on FRigUnit_MathVectorDeg"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorIsNearlyEqual \ static_assert(alignof(FRigUnit_MathVectorIsNearlyEqual) == 0x000008, "Wrong alignment on FRigUnit_MathVectorIsNearlyEqual"); \ static_assert(sizeof(FRigUnit_MathVectorIsNearlyEqual) == 0x000028, "Wrong size on FRigUnit_MathVectorIsNearlyEqual"); \ static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, A) == 0x000008, "Member 'FRigUnit_MathVectorIsNearlyEqual::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, B) == 0x000014, "Member 'FRigUnit_MathVectorIsNearlyEqual::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, Tolerance) == 0x000020, "Member 'FRigUnit_MathVectorIsNearlyEqual::Tolerance' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, Result) == 0x000024, "Member 'FRigUnit_MathVectorIsNearlyEqual::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorNotEquals \ static_assert(alignof(FRigUnit_MathVectorNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathVectorNotEquals"); \ static_assert(sizeof(FRigUnit_MathVectorNotEquals) == 0x000028, "Wrong size on FRigUnit_MathVectorNotEquals"); \ static_assert(offsetof(FRigUnit_MathVectorNotEquals, A) == 0x000008, "Member 'FRigUnit_MathVectorNotEquals::A' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorNotEquals, B) == 0x000014, "Member 'FRigUnit_MathVectorNotEquals::B' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorNotEquals, Result) == 0x000020, "Member 'FRigUnit_MathVectorNotEquals::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorRemap \ static_assert(alignof(FRigUnit_MathVectorRemap) == 0x000008, "Wrong alignment on FRigUnit_MathVectorRemap"); \ static_assert(sizeof(FRigUnit_MathVectorRemap) == 0x000058, "Wrong size on FRigUnit_MathVectorRemap"); \ static_assert(offsetof(FRigUnit_MathVectorRemap, Value) == 0x000008, "Member 'FRigUnit_MathVectorRemap::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorRemap, SourceMinimum) == 0x000014, "Member 'FRigUnit_MathVectorRemap::SourceMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorRemap, SourceMaximum) == 0x000020, "Member 'FRigUnit_MathVectorRemap::SourceMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorRemap, TargetMinimum) == 0x00002C, "Member 'FRigUnit_MathVectorRemap::TargetMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorRemap, TargetMaximum) == 0x000038, "Member 'FRigUnit_MathVectorRemap::TargetMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorRemap, bClamp) == 0x000044, "Member 'FRigUnit_MathVectorRemap::bClamp' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorRemap, Result) == 0x000048, "Member 'FRigUnit_MathVectorRemap::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorClamp \ static_assert(alignof(FRigUnit_MathVectorClamp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorClamp"); \ static_assert(sizeof(FRigUnit_MathVectorClamp) == 0x000038, "Wrong size on FRigUnit_MathVectorClamp"); \ static_assert(offsetof(FRigUnit_MathVectorClamp, Value) == 0x000008, "Member 'FRigUnit_MathVectorClamp::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClamp, Minimum) == 0x000014, "Member 'FRigUnit_MathVectorClamp::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClamp, Maximum) == 0x000020, "Member 'FRigUnit_MathVectorClamp::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorClamp, Result) == 0x00002C, "Member 'FRigUnit_MathVectorClamp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorRound \ static_assert(alignof(FRigUnit_MathVectorRound) == 0x000008, "Wrong alignment on FRigUnit_MathVectorRound"); \ static_assert(sizeof(FRigUnit_MathVectorRound) == 0x000020, "Wrong size on FRigUnit_MathVectorRound"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorFloor \ static_assert(alignof(FRigUnit_MathVectorFloor) == 0x000008, "Wrong alignment on FRigUnit_MathVectorFloor"); \ static_assert(sizeof(FRigUnit_MathVectorFloor) == 0x000020, "Wrong size on FRigUnit_MathVectorFloor"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorNegate \ static_assert(alignof(FRigUnit_MathVectorNegate) == 0x000008, "Wrong alignment on FRigUnit_MathVectorNegate"); \ static_assert(sizeof(FRigUnit_MathVectorNegate) == 0x000020, "Wrong size on FRigUnit_MathVectorNegate"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorMin \ static_assert(alignof(FRigUnit_MathVectorMin) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMin"); \ static_assert(sizeof(FRigUnit_MathVectorMin) == 0x000030, "Wrong size on FRigUnit_MathVectorMin"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorMod \ static_assert(alignof(FRigUnit_MathVectorMod) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMod"); \ static_assert(sizeof(FRigUnit_MathVectorMod) == 0x000030, "Wrong size on FRigUnit_MathVectorMod"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorDiv \ static_assert(alignof(FRigUnit_MathVectorDiv) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDiv"); \ static_assert(sizeof(FRigUnit_MathVectorDiv) == 0x000030, "Wrong size on FRigUnit_MathVectorDiv"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorScale \ static_assert(alignof(FRigUnit_MathVectorScale) == 0x000008, "Wrong alignment on FRigUnit_MathVectorScale"); \ static_assert(sizeof(FRigUnit_MathVectorScale) == 0x000028, "Wrong size on FRigUnit_MathVectorScale"); \ static_assert(offsetof(FRigUnit_MathVectorScale, Value) == 0x000008, "Member 'FRigUnit_MathVectorScale::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorScale, Factor) == 0x000014, "Member 'FRigUnit_MathVectorScale::Factor' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorScale, Result) == 0x000018, "Member 'FRigUnit_MathVectorScale::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorMul \ static_assert(alignof(FRigUnit_MathVectorMul) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMul"); \ static_assert(sizeof(FRigUnit_MathVectorMul) == 0x000030, "Wrong size on FRigUnit_MathVectorMul"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorAdd \ static_assert(alignof(FRigUnit_MathVectorAdd) == 0x000008, "Wrong alignment on FRigUnit_MathVectorAdd"); \ static_assert(sizeof(FRigUnit_MathVectorAdd) == 0x000030, "Wrong size on FRigUnit_MathVectorAdd"); \ #define DUMPER7_ASSERTS_FRigUnit_MathVectorFromFloat \ static_assert(alignof(FRigUnit_MathVectorFromFloat) == 0x000008, "Wrong alignment on FRigUnit_MathVectorFromFloat"); \ static_assert(sizeof(FRigUnit_MathVectorFromFloat) == 0x000018, "Wrong size on FRigUnit_MathVectorFromFloat"); \ static_assert(offsetof(FRigUnit_MathVectorFromFloat, Value) == 0x000008, "Member 'FRigUnit_MathVectorFromFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MathVectorFromFloat, Result) == 0x00000C, "Member 'FRigUnit_MathVectorFromFloat::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms_WorkData \ static_assert(alignof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000008, "Wrong alignment on FRigUnit_ModifyBoneTransforms_WorkData"); \ static_assert(sizeof(FRigUnit_ModifyBoneTransforms_WorkData) == 0x000010, "Wrong size on FRigUnit_ModifyBoneTransforms_WorkData"); \ #define DUMPER7_ASSERTS_FRigUnit_ModifyBoneTransforms \ static_assert(alignof(FRigUnit_ModifyBoneTransforms) == 0x000008, "Wrong alignment on FRigUnit_ModifyBoneTransforms"); \ static_assert(sizeof(FRigUnit_ModifyBoneTransforms) == 0x000098, "Wrong size on FRigUnit_ModifyBoneTransforms"); \ static_assert(offsetof(FRigUnit_ModifyBoneTransforms, BoneToModify) == 0x000068, "Member 'FRigUnit_ModifyBoneTransforms::BoneToModify' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Weight) == 0x000078, "Member 'FRigUnit_ModifyBoneTransforms::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMinimum) == 0x00007C, "Member 'FRigUnit_ModifyBoneTransforms::WeightMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMaximum) == 0x000080, "Member 'FRigUnit_ModifyBoneTransforms::WeightMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Mode) == 0x000084, "Member 'FRigUnit_ModifyBoneTransforms::Mode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WorkData) == 0x000088, "Member 'FRigUnit_ModifyBoneTransforms::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ModifyTransforms \ static_assert(alignof(FRigUnit_ModifyTransforms) == 0x000008, "Wrong alignment on FRigUnit_ModifyTransforms"); \ static_assert(sizeof(FRigUnit_ModifyTransforms) == 0x000098, "Wrong size on FRigUnit_ModifyTransforms"); \ static_assert(offsetof(FRigUnit_ModifyTransforms, ItemToModify) == 0x000068, "Member 'FRigUnit_ModifyTransforms::ItemToModify' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyTransforms, Weight) == 0x000078, "Member 'FRigUnit_ModifyTransforms::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMinimum) == 0x00007C, "Member 'FRigUnit_ModifyTransforms::WeightMinimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMaximum) == 0x000080, "Member 'FRigUnit_ModifyTransforms::WeightMaximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyTransforms, Mode) == 0x000084, "Member 'FRigUnit_ModifyTransforms::Mode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ModifyTransforms, WorkData) == 0x000088, "Member 'FRigUnit_ModifyTransforms::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK_EndEffector \ static_assert(alignof(FRigUnit_MultiFABRIK_EndEffector) == 0x000004, "Wrong alignment on FRigUnit_MultiFABRIK_EndEffector"); \ static_assert(sizeof(FRigUnit_MultiFABRIK_EndEffector) == 0x000014, "Wrong size on FRigUnit_MultiFABRIK_EndEffector"); \ static_assert(offsetof(FRigUnit_MultiFABRIK_EndEffector, Bone) == 0x000000, "Member 'FRigUnit_MultiFABRIK_EndEffector::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MultiFABRIK_EndEffector, Location) == 0x000008, "Member 'FRigUnit_MultiFABRIK_EndEffector::Location' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_MultiFABRIK \ static_assert(alignof(FRigUnit_MultiFABRIK) == 0x000008, "Wrong alignment on FRigUnit_MultiFABRIK"); \ static_assert(sizeof(FRigUnit_MultiFABRIK) == 0x0000F0, "Wrong size on FRigUnit_MultiFABRIK"); \ static_assert(offsetof(FRigUnit_MultiFABRIK, RootBone) == 0x000068, "Member 'FRigUnit_MultiFABRIK::RootBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MultiFABRIK, Effectors) == 0x000070, "Member 'FRigUnit_MultiFABRIK::Effectors' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MultiFABRIK, Precision) == 0x000080, "Member 'FRigUnit_MultiFABRIK::Precision' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MultiFABRIK, bPropagateToChildren) == 0x000084, "Member 'FRigUnit_MultiFABRIK::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MultiFABRIK, MaxIterations) == 0x000088, "Member 'FRigUnit_MultiFABRIK::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_MultiFABRIK, WorkData) == 0x000090, "Member 'FRigUnit_MultiFABRIK::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Contains \ static_assert(alignof(FRigUnit_Contains) == 0x000008, "Wrong alignment on FRigUnit_Contains"); \ static_assert(sizeof(FRigUnit_Contains) == 0x000020, "Wrong size on FRigUnit_Contains"); \ static_assert(offsetof(FRigUnit_Contains, Name) == 0x000008, "Member 'FRigUnit_Contains::Name' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Contains, Search) == 0x000010, "Member 'FRigUnit_Contains::Search' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Contains, Result) == 0x000018, "Member 'FRigUnit_Contains::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_EndsWith \ static_assert(alignof(FRigUnit_EndsWith) == 0x000008, "Wrong alignment on FRigUnit_EndsWith"); \ static_assert(sizeof(FRigUnit_EndsWith) == 0x000020, "Wrong size on FRigUnit_EndsWith"); \ static_assert(offsetof(FRigUnit_EndsWith, Name) == 0x000008, "Member 'FRigUnit_EndsWith::Name' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_EndsWith, Ending) == 0x000010, "Member 'FRigUnit_EndsWith::Ending' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_EndsWith, Result) == 0x000018, "Member 'FRigUnit_EndsWith::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NameTruncate \ static_assert(alignof(FRigUnit_NameTruncate) == 0x000008, "Wrong alignment on FRigUnit_NameTruncate"); \ static_assert(sizeof(FRigUnit_NameTruncate) == 0x000028, "Wrong size on FRigUnit_NameTruncate"); \ static_assert(offsetof(FRigUnit_NameTruncate, Name) == 0x000008, "Member 'FRigUnit_NameTruncate::Name' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NameTruncate, Count) == 0x000010, "Member 'FRigUnit_NameTruncate::Count' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NameTruncate, FromEnd) == 0x000014, "Member 'FRigUnit_NameTruncate::FromEnd' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NameTruncate, Remainder) == 0x000018, "Member 'FRigUnit_NameTruncate::Remainder' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NameTruncate, Chopped) == 0x000020, "Member 'FRigUnit_NameTruncate::Chopped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_NoiseVector \ static_assert(alignof(FRigUnit_NoiseVector) == 0x000008, "Wrong alignment on FRigUnit_NoiseVector"); \ static_assert(sizeof(FRigUnit_NoiseVector) == 0x000050, "Wrong size on FRigUnit_NoiseVector"); \ static_assert(offsetof(FRigUnit_NoiseVector, position) == 0x000008, "Member 'FRigUnit_NoiseVector::position' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseVector, Speed) == 0x000014, "Member 'FRigUnit_NoiseVector::Speed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseVector, Frequency) == 0x000020, "Member 'FRigUnit_NoiseVector::Frequency' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseVector, Minimum) == 0x00002C, "Member 'FRigUnit_NoiseVector::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseVector, Maximum) == 0x000030, "Member 'FRigUnit_NoiseVector::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseVector, Result) == 0x000034, "Member 'FRigUnit_NoiseVector::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_NoiseVector, Time) == 0x000040, "Member 'FRigUnit_NoiseVector::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_OffsetTransformForItem \ static_assert(alignof(FRigUnit_OffsetTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_OffsetTransformForItem"); \ static_assert(sizeof(FRigUnit_OffsetTransformForItem) == 0x0000D0, "Wrong size on FRigUnit_OffsetTransformForItem"); \ static_assert(offsetof(FRigUnit_OffsetTransformForItem, Item) == 0x000068, "Member 'FRigUnit_OffsetTransformForItem::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_OffsetTransformForItem, OffsetTransform) == 0x000080, "Member 'FRigUnit_OffsetTransformForItem::OffsetTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_OffsetTransformForItem, Weight) == 0x0000B0, "Member 'FRigUnit_OffsetTransformForItem::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_OffsetTransformForItem, bPropagateToChildren) == 0x0000B4, "Member 'FRigUnit_OffsetTransformForItem::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_OffsetTransformForItem, CachedIndex) == 0x0000B8, "Member 'FRigUnit_OffsetTransformForItem::CachedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_EndProfilingTimer \ static_assert(alignof(FRigUnit_EndProfilingTimer) == 0x000008, "Wrong alignment on FRigUnit_EndProfilingTimer"); \ static_assert(sizeof(FRigUnit_EndProfilingTimer) == 0x000088, "Wrong size on FRigUnit_EndProfilingTimer"); \ static_assert(offsetof(FRigUnit_EndProfilingTimer, NumberOfMeasurements) == 0x000068, "Member 'FRigUnit_EndProfilingTimer::NumberOfMeasurements' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_EndProfilingTimer, Prefix) == 0x000070, "Member 'FRigUnit_EndProfilingTimer::Prefix' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_EndProfilingTimer, AccumulatedTime) == 0x000080, "Member 'FRigUnit_EndProfilingTimer::AccumulatedTime' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_EndProfilingTimer, MeasurementsLeft) == 0x000084, "Member 'FRigUnit_EndProfilingTimer::MeasurementsLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ProjectTransformToNewParent \ static_assert(alignof(FRigUnit_ProjectTransformToNewParent) == 0x000010, "Wrong alignment on FRigUnit_ProjectTransformToNewParent"); \ static_assert(sizeof(FRigUnit_ProjectTransformToNewParent) == 0x0000B0, "Wrong size on FRigUnit_ProjectTransformToNewParent"); \ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, Child) == 0x000008, "Member 'FRigUnit_ProjectTransformToNewParent::Child' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, bChildInitial) == 0x000014, "Member 'FRigUnit_ProjectTransformToNewParent::bChildInitial' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, OldParent) == 0x000018, "Member 'FRigUnit_ProjectTransformToNewParent::OldParent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, bOldParentInitial) == 0x000024, "Member 'FRigUnit_ProjectTransformToNewParent::bOldParentInitial' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, NewParent) == 0x000028, "Member 'FRigUnit_ProjectTransformToNewParent::NewParent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, bNewParentInitial) == 0x000034, "Member 'FRigUnit_ProjectTransformToNewParent::bNewParentInitial' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, Transform) == 0x000040, "Member 'FRigUnit_ProjectTransformToNewParent::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedChild) == 0x000070, "Member 'FRigUnit_ProjectTransformToNewParent::CachedChild' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedOldParent) == 0x000084, "Member 'FRigUnit_ProjectTransformToNewParent::CachedOldParent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ProjectTransformToNewParent, CachedNewParent) == 0x000098, "Member 'FRigUnit_ProjectTransformToNewParent::CachedNewParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_QuaternionToAngle \ static_assert(alignof(FRigUnit_QuaternionToAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionToAngle"); \ static_assert(sizeof(FRigUnit_QuaternionToAngle) == 0x000040, "Wrong size on FRigUnit_QuaternionToAngle"); \ static_assert(offsetof(FRigUnit_QuaternionToAngle, Axis) == 0x000008, "Member 'FRigUnit_QuaternionToAngle::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_QuaternionToAngle, Argument) == 0x000020, "Member 'FRigUnit_QuaternionToAngle::Argument' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_QuaternionToAngle, Angle) == 0x000030, "Member 'FRigUnit_QuaternionToAngle::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_QuaternionToAxisAndAngle \ static_assert(alignof(FRigUnit_QuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_QuaternionToAxisAndAngle"); \ static_assert(sizeof(FRigUnit_QuaternionToAxisAndAngle) == 0x000030, "Wrong size on FRigUnit_QuaternionToAxisAndAngle"); \ static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Argument) == 0x000010, "Member 'FRigUnit_QuaternionToAxisAndAngle::Argument' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Axis) == 0x000020, "Member 'FRigUnit_QuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_QuaternionToAxisAndAngle, Angle) == 0x00002C, "Member 'FRigUnit_QuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_RandomVector \ static_assert(alignof(FRigUnit_RandomVector) == 0x000008, "Wrong alignment on FRigUnit_RandomVector"); \ static_assert(sizeof(FRigUnit_RandomVector) == 0x000038, "Wrong size on FRigUnit_RandomVector"); \ static_assert(offsetof(FRigUnit_RandomVector, Seed) == 0x000008, "Member 'FRigUnit_RandomVector::Seed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomVector, Minimum) == 0x00000C, "Member 'FRigUnit_RandomVector::Minimum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomVector, Maximum) == 0x000010, "Member 'FRigUnit_RandomVector::Maximum' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomVector, Duration) == 0x000014, "Member 'FRigUnit_RandomVector::Duration' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomVector, Result) == 0x000018, "Member 'FRigUnit_RandomVector::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomVector, LastResult) == 0x000024, "Member 'FRigUnit_RandomVector::LastResult' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomVector, LastSeed) == 0x000030, "Member 'FRigUnit_RandomVector::LastSeed' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RandomVector, TimeLeft) == 0x000034, "Member 'FRigUnit_RandomVector::TimeLeft' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SendEvent \ static_assert(alignof(FRigUnit_SendEvent) == 0x000008, "Wrong alignment on FRigUnit_SendEvent"); \ static_assert(sizeof(FRigUnit_SendEvent) == 0x000080, "Wrong size on FRigUnit_SendEvent"); \ static_assert(offsetof(FRigUnit_SendEvent, Event) == 0x000068, "Member 'FRigUnit_SendEvent::Event' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SendEvent, Item) == 0x00006C, "Member 'FRigUnit_SendEvent::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SendEvent, OffsetInSeconds) == 0x000078, "Member 'FRigUnit_SendEvent::OffsetInSeconds' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SendEvent, bEnable) == 0x00007C, "Member 'FRigUnit_SendEvent::bEnable' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SendEvent, bOnlyDuringInteraction) == 0x00007D, "Member 'FRigUnit_SendEvent::bOnlyDuringInteraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetBoneInitialTransform \ static_assert(alignof(FRigUnit_SetBoneInitialTransform) == 0x000010, "Wrong alignment on FRigUnit_SetBoneInitialTransform"); \ static_assert(sizeof(FRigUnit_SetBoneInitialTransform) == 0x0000F0, "Wrong size on FRigUnit_SetBoneInitialTransform"); \ static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Bone) == 0x000068, "Member 'FRigUnit_SetBoneInitialTransform::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Transform) == 0x000070, "Member 'FRigUnit_SetBoneInitialTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Result) == 0x0000A0, "Member 'FRigUnit_SetBoneInitialTransform::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Space) == 0x0000D0, "Member 'FRigUnit_SetBoneInitialTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneInitialTransform, bPropagateToChildren) == 0x0000D1, "Member 'FRigUnit_SetBoneInitialTransform::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneInitialTransform, CachedBone) == 0x0000D4, "Member 'FRigUnit_SetBoneInitialTransform::CachedBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetBoneTransform \ static_assert(alignof(FRigUnit_SetBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_SetBoneTransform"); \ static_assert(sizeof(FRigUnit_SetBoneTransform) == 0x0000F0, "Wrong size on FRigUnit_SetBoneTransform"); \ static_assert(offsetof(FRigUnit_SetBoneTransform, Bone) == 0x000068, "Member 'FRigUnit_SetBoneTransform::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneTransform, Transform) == 0x000070, "Member 'FRigUnit_SetBoneTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneTransform, Result) == 0x0000A0, "Member 'FRigUnit_SetBoneTransform::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneTransform, Space) == 0x0000D0, "Member 'FRigUnit_SetBoneTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneTransform, Weight) == 0x0000D4, "Member 'FRigUnit_SetBoneTransform::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneTransform, bPropagateToChildren) == 0x0000D8, "Member 'FRigUnit_SetBoneTransform::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetBoneTransform, CachedBone) == 0x0000DC, "Member 'FRigUnit_SetBoneTransform::CachedBone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetControlColor \ static_assert(alignof(FRigUnit_SetControlColor) == 0x000008, "Wrong alignment on FRigUnit_SetControlColor"); \ static_assert(sizeof(FRigUnit_SetControlColor) == 0x000098, "Wrong size on FRigUnit_SetControlColor"); \ static_assert(offsetof(FRigUnit_SetControlColor, Control) == 0x000068, "Member 'FRigUnit_SetControlColor::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlColor, Color) == 0x000070, "Member 'FRigUnit_SetControlColor::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlColor, CachedControlIndex) == 0x000080, "Member 'FRigUnit_SetControlColor::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetControlTransform \ static_assert(alignof(FRigUnit_SetControlTransform) == 0x000010, "Wrong alignment on FRigUnit_SetControlTransform"); \ static_assert(sizeof(FRigUnit_SetControlTransform) == 0x0000D0, "Wrong size on FRigUnit_SetControlTransform"); \ static_assert(offsetof(FRigUnit_SetControlTransform, Control) == 0x000068, "Member 'FRigUnit_SetControlTransform::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlTransform, Weight) == 0x000070, "Member 'FRigUnit_SetControlTransform::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlTransform, Transform) == 0x000080, "Member 'FRigUnit_SetControlTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlTransform, Space) == 0x0000B0, "Member 'FRigUnit_SetControlTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlTransform, CachedControlIndex) == 0x0000B4, "Member 'FRigUnit_SetControlTransform::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetControlVector \ static_assert(alignof(FRigUnit_SetControlVector) == 0x000008, "Wrong alignment on FRigUnit_SetControlVector"); \ static_assert(sizeof(FRigUnit_SetControlVector) == 0x000098, "Wrong size on FRigUnit_SetControlVector"); \ static_assert(offsetof(FRigUnit_SetControlVector, Control) == 0x000068, "Member 'FRigUnit_SetControlVector::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlVector, Weight) == 0x000070, "Member 'FRigUnit_SetControlVector::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlVector, Vector) == 0x000074, "Member 'FRigUnit_SetControlVector::Vector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlVector, Space) == 0x000080, "Member 'FRigUnit_SetControlVector::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlVector, CachedControlIndex) == 0x000084, "Member 'FRigUnit_SetControlVector::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetControlVector2D \ static_assert(alignof(FRigUnit_SetControlVector2D) == 0x000008, "Wrong alignment on FRigUnit_SetControlVector2D"); \ static_assert(sizeof(FRigUnit_SetControlVector2D) == 0x000090, "Wrong size on FRigUnit_SetControlVector2D"); \ static_assert(offsetof(FRigUnit_SetControlVector2D, Control) == 0x000068, "Member 'FRigUnit_SetControlVector2D::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlVector2D, Weight) == 0x000070, "Member 'FRigUnit_SetControlVector2D::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlVector2D, Vector) == 0x000074, "Member 'FRigUnit_SetControlVector2D::Vector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlVector2D, CachedControlIndex) == 0x00007C, "Member 'FRigUnit_SetControlVector2D::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetMultiControlInteger \ static_assert(alignof(FRigUnit_SetMultiControlInteger) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlInteger"); \ static_assert(sizeof(FRigUnit_SetMultiControlInteger) == 0x000090, "Wrong size on FRigUnit_SetMultiControlInteger"); \ static_assert(offsetof(FRigUnit_SetMultiControlInteger, Entries) == 0x000068, "Member 'FRigUnit_SetMultiControlInteger::Entries' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlInteger, Weight) == 0x000078, "Member 'FRigUnit_SetMultiControlInteger::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlInteger, CachedControlIndices) == 0x000080, "Member 'FRigUnit_SetMultiControlInteger::CachedControlIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetControlInteger \ static_assert(alignof(FRigUnit_SetControlInteger) == 0x000008, "Wrong alignment on FRigUnit_SetControlInteger"); \ static_assert(sizeof(FRigUnit_SetControlInteger) == 0x000090, "Wrong size on FRigUnit_SetControlInteger"); \ static_assert(offsetof(FRigUnit_SetControlInteger, Control) == 0x000068, "Member 'FRigUnit_SetControlInteger::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlInteger, Weight) == 0x000070, "Member 'FRigUnit_SetControlInteger::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlInteger, IntegerValue) == 0x000074, "Member 'FRigUnit_SetControlInteger::IntegerValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlInteger, CachedControlIndex) == 0x000078, "Member 'FRigUnit_SetControlInteger::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetMultiControlBool_Entry \ static_assert(alignof(FRigUnit_SetMultiControlBool_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlBool_Entry"); \ static_assert(sizeof(FRigUnit_SetMultiControlBool_Entry) == 0x00000C, "Wrong size on FRigUnit_SetMultiControlBool_Entry"); \ static_assert(offsetof(FRigUnit_SetMultiControlBool_Entry, Control) == 0x000000, "Member 'FRigUnit_SetMultiControlBool_Entry::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlBool_Entry, BoolValue) == 0x000008, "Member 'FRigUnit_SetMultiControlBool_Entry::BoolValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetMultiControlBool \ static_assert(alignof(FRigUnit_SetMultiControlBool) == 0x000008, "Wrong alignment on FRigUnit_SetMultiControlBool"); \ static_assert(sizeof(FRigUnit_SetMultiControlBool) == 0x000088, "Wrong size on FRigUnit_SetMultiControlBool"); \ static_assert(offsetof(FRigUnit_SetMultiControlBool, Entries) == 0x000068, "Member 'FRigUnit_SetMultiControlBool::Entries' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetMultiControlBool, CachedControlIndices) == 0x000078, "Member 'FRigUnit_SetMultiControlBool::CachedControlIndices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetControlBool \ static_assert(alignof(FRigUnit_SetControlBool) == 0x000008, "Wrong alignment on FRigUnit_SetControlBool"); \ static_assert(sizeof(FRigUnit_SetControlBool) == 0x000088, "Wrong size on FRigUnit_SetControlBool"); \ static_assert(offsetof(FRigUnit_SetControlBool, Control) == 0x000068, "Member 'FRigUnit_SetControlBool::Control' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlBool, BoolValue) == 0x000070, "Member 'FRigUnit_SetControlBool::BoolValue' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetControlBool, CachedControlIndex) == 0x000074, "Member 'FRigUnit_SetControlBool::CachedControlIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetCurveValue \ static_assert(alignof(FRigUnit_SetCurveValue) == 0x000008, "Wrong alignment on FRigUnit_SetCurveValue"); \ static_assert(sizeof(FRigUnit_SetCurveValue) == 0x000088, "Wrong size on FRigUnit_SetCurveValue"); \ static_assert(offsetof(FRigUnit_SetCurveValue, Curve) == 0x000068, "Member 'FRigUnit_SetCurveValue::Curve' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetCurveValue, Value) == 0x000070, "Member 'FRigUnit_SetCurveValue::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetCurveValue, CachedCurveIndex) == 0x000074, "Member 'FRigUnit_SetCurveValue::CachedCurveIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetRelativeBoneTransform \ static_assert(alignof(FRigUnit_SetRelativeBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeBoneTransform"); \ static_assert(sizeof(FRigUnit_SetRelativeBoneTransform) == 0x0000E0, "Wrong size on FRigUnit_SetRelativeBoneTransform"); \ static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Bone) == 0x000068, "Member 'FRigUnit_SetRelativeBoneTransform::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Space) == 0x000070, "Member 'FRigUnit_SetRelativeBoneTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Transform) == 0x000080, "Member 'FRigUnit_SetRelativeBoneTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Weight) == 0x0000B0, "Member 'FRigUnit_SetRelativeBoneTransform::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bPropagateToChildren) == 0x0000B4, "Member 'FRigUnit_SetRelativeBoneTransform::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedBone) == 0x0000B8, "Member 'FRigUnit_SetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedSpaceIndex) == 0x0000CC, "Member 'FRigUnit_SetRelativeBoneTransform::CachedSpaceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetRelativeTransformForItem \ static_assert(alignof(FRigUnit_SetRelativeTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_SetRelativeTransformForItem"); \ static_assert(sizeof(FRigUnit_SetRelativeTransformForItem) == 0x0000F0, "Wrong size on FRigUnit_SetRelativeTransformForItem"); \ static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Child) == 0x000068, "Member 'FRigUnit_SetRelativeTransformForItem::Child' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Parent) == 0x000074, "Member 'FRigUnit_SetRelativeTransformForItem::Parent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bParentInitial) == 0x000080, "Member 'FRigUnit_SetRelativeTransformForItem::bParentInitial' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, RelativeTransform) == 0x000090, "Member 'FRigUnit_SetRelativeTransformForItem::RelativeTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Weight) == 0x0000C0, "Member 'FRigUnit_SetRelativeTransformForItem::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bPropagateToChildren) == 0x0000C4, "Member 'FRigUnit_SetRelativeTransformForItem::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedChild) == 0x0000C8, "Member 'FRigUnit_SetRelativeTransformForItem::CachedChild' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedParent) == 0x0000DC, "Member 'FRigUnit_SetRelativeTransformForItem::CachedParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetSpaceTransform \ static_assert(alignof(FRigUnit_SetSpaceTransform) == 0x000010, "Wrong alignment on FRigUnit_SetSpaceTransform"); \ static_assert(sizeof(FRigUnit_SetSpaceTransform) == 0x0000D0, "Wrong size on FRigUnit_SetSpaceTransform"); \ static_assert(offsetof(FRigUnit_SetSpaceTransform, Space) == 0x000068, "Member 'FRigUnit_SetSpaceTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetSpaceTransform, Weight) == 0x000070, "Member 'FRigUnit_SetSpaceTransform::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetSpaceTransform, Transform) == 0x000080, "Member 'FRigUnit_SetSpaceTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetSpaceTransform, SpaceType) == 0x0000B0, "Member 'FRigUnit_SetSpaceTransform::SpaceType' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetSpaceTransform, CachedSpaceIndex) == 0x0000B4, "Member 'FRigUnit_SetSpaceTransform::CachedSpaceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetScale \ static_assert(alignof(FRigUnit_SetScale) == 0x000008, "Wrong alignment on FRigUnit_SetScale"); \ static_assert(sizeof(FRigUnit_SetScale) == 0x0000A0, "Wrong size on FRigUnit_SetScale"); \ static_assert(offsetof(FRigUnit_SetScale, Item) == 0x000068, "Member 'FRigUnit_SetScale::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetScale, Space) == 0x000074, "Member 'FRigUnit_SetScale::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetScale, Scale) == 0x000078, "Member 'FRigUnit_SetScale::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetScale, Weight) == 0x000084, "Member 'FRigUnit_SetScale::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetScale, bPropagateToChildren) == 0x000088, "Member 'FRigUnit_SetScale::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetScale, CachedIndex) == 0x00008C, "Member 'FRigUnit_SetScale::CachedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetRotation \ static_assert(alignof(FRigUnit_SetRotation) == 0x000010, "Wrong alignment on FRigUnit_SetRotation"); \ static_assert(sizeof(FRigUnit_SetRotation) == 0x0000B0, "Wrong size on FRigUnit_SetRotation"); \ static_assert(offsetof(FRigUnit_SetRotation, Item) == 0x000068, "Member 'FRigUnit_SetRotation::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRotation, Space) == 0x000074, "Member 'FRigUnit_SetRotation::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRotation, Rotation) == 0x000080, "Member 'FRigUnit_SetRotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRotation, Weight) == 0x000090, "Member 'FRigUnit_SetRotation::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRotation, bPropagateToChildren) == 0x000094, "Member 'FRigUnit_SetRotation::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetRotation, CachedIndex) == 0x000098, "Member 'FRigUnit_SetRotation::CachedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetTranslation \ static_assert(alignof(FRigUnit_SetTranslation) == 0x000008, "Wrong alignment on FRigUnit_SetTranslation"); \ static_assert(sizeof(FRigUnit_SetTranslation) == 0x0000A0, "Wrong size on FRigUnit_SetTranslation"); \ static_assert(offsetof(FRigUnit_SetTranslation, Item) == 0x000068, "Member 'FRigUnit_SetTranslation::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetTranslation, Space) == 0x000074, "Member 'FRigUnit_SetTranslation::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetTranslation, Translation) == 0x000078, "Member 'FRigUnit_SetTranslation::Translation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetTranslation, Weight) == 0x000084, "Member 'FRigUnit_SetTranslation::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetTranslation, bPropagateToChildren) == 0x000088, "Member 'FRigUnit_SetTranslation::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetTranslation, CachedIndex) == 0x00008C, "Member 'FRigUnit_SetTranslation::CachedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SetTransform \ static_assert(alignof(FRigUnit_SetTransform) == 0x000010, "Wrong alignment on FRigUnit_SetTransform"); \ static_assert(sizeof(FRigUnit_SetTransform) == 0x0000D0, "Wrong size on FRigUnit_SetTransform"); \ static_assert(offsetof(FRigUnit_SetTransform, Item) == 0x000068, "Member 'FRigUnit_SetTransform::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetTransform, Space) == 0x000074, "Member 'FRigUnit_SetTransform::Space' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetTransform, bInitial) == 0x000075, "Member 'FRigUnit_SetTransform::bInitial' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetTransform, Transform) == 0x000080, "Member 'FRigUnit_SetTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetTransform, Weight) == 0x0000B0, "Member 'FRigUnit_SetTransform::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetTransform, bPropagateToChildren) == 0x0000B4, "Member 'FRigUnit_SetTransform::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SetTransform, CachedIndex) == 0x0000B8, "Member 'FRigUnit_SetTransform::CachedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SpringIK_DebugSettings \ static_assert(alignof(FRigUnit_SpringIK_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_SpringIK_DebugSettings"); \ static_assert(sizeof(FRigUnit_SpringIK_DebugSettings) == 0x000050, "Wrong size on FRigUnit_SpringIK_DebugSettings"); \ static_assert(offsetof(FRigUnit_SpringIK_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_SpringIK_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_SpringIK_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK_DebugSettings, Color) == 0x000008, "Member 'FRigUnit_SpringIK_DebugSettings::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK_DebugSettings, WorldOffset) == 0x000020, "Member 'FRigUnit_SpringIK_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SpringIK \ static_assert(alignof(FRigUnit_SpringIK) == 0x000010, "Wrong alignment on FRigUnit_SpringIK"); \ static_assert(sizeof(FRigUnit_SpringIK) == 0x0001D0, "Wrong size on FRigUnit_SpringIK"); \ static_assert(offsetof(FRigUnit_SpringIK, StartBone) == 0x000068, "Member 'FRigUnit_SpringIK::StartBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, EndBone) == 0x000070, "Member 'FRigUnit_SpringIK::EndBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, HierarchyStrength) == 0x000078, "Member 'FRigUnit_SpringIK::HierarchyStrength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, EffectorStrength) == 0x00007C, "Member 'FRigUnit_SpringIK::EffectorStrength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, EffectorRatio) == 0x000080, "Member 'FRigUnit_SpringIK::EffectorRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, RootStrength) == 0x000084, "Member 'FRigUnit_SpringIK::RootStrength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, RootRatio) == 0x000088, "Member 'FRigUnit_SpringIK::RootRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, Damping) == 0x00008C, "Member 'FRigUnit_SpringIK::Damping' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, PoleVector) == 0x000090, "Member 'FRigUnit_SpringIK::PoleVector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, bFlipPolePlane) == 0x00009C, "Member 'FRigUnit_SpringIK::bFlipPolePlane' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, PoleVectorKind) == 0x00009D, "Member 'FRigUnit_SpringIK::PoleVectorKind' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, PoleVectorSpace) == 0x0000A0, "Member 'FRigUnit_SpringIK::PoleVectorSpace' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, PrimaryAxis) == 0x0000A8, "Member 'FRigUnit_SpringIK::PrimaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, SecondaryAxis) == 0x0000B4, "Member 'FRigUnit_SpringIK::SecondaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, bLiveSimulation) == 0x0000C0, "Member 'FRigUnit_SpringIK::bLiveSimulation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, Iterations) == 0x0000C4, "Member 'FRigUnit_SpringIK::Iterations' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, bLimitLocalPosition) == 0x0000C8, "Member 'FRigUnit_SpringIK::bLimitLocalPosition' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, bPropagateToChildren) == 0x0000C9, "Member 'FRigUnit_SpringIK::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, DebugSettings) == 0x0000D0, "Member 'FRigUnit_SpringIK::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SpringIK, WorkData) == 0x000120, "Member 'FRigUnit_SpringIK::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FramesToSeconds \ static_assert(alignof(FRigUnit_FramesToSeconds) == 0x000008, "Wrong alignment on FRigUnit_FramesToSeconds"); \ static_assert(sizeof(FRigUnit_FramesToSeconds) == 0x000010, "Wrong size on FRigUnit_FramesToSeconds"); \ static_assert(offsetof(FRigUnit_FramesToSeconds, Frames) == 0x000008, "Member 'FRigUnit_FramesToSeconds::Frames' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FramesToSeconds, Seconds) == 0x00000C, "Member 'FRigUnit_FramesToSeconds::Seconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TimeOffsetTransform \ static_assert(alignof(FRigUnit_TimeOffsetTransform) == 0x000010, "Wrong alignment on FRigUnit_TimeOffsetTransform"); \ static_assert(sizeof(FRigUnit_TimeOffsetTransform) == 0x0000B0, "Wrong size on FRigUnit_TimeOffsetTransform"); \ static_assert(offsetof(FRigUnit_TimeOffsetTransform, Value) == 0x000010, "Member 'FRigUnit_TimeOffsetTransform::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetTransform, SecondsAgo) == 0x000040, "Member 'FRigUnit_TimeOffsetTransform::SecondsAgo' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetTransform, BufferSize) == 0x000044, "Member 'FRigUnit_TimeOffsetTransform::BufferSize' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetTransform, TimeRange) == 0x000048, "Member 'FRigUnit_TimeOffsetTransform::TimeRange' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetTransform, Result) == 0x000050, "Member 'FRigUnit_TimeOffsetTransform::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetTransform, Buffer) == 0x000080, "Member 'FRigUnit_TimeOffsetTransform::Buffer' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetTransform, DeltaTimes) == 0x000090, "Member 'FRigUnit_TimeOffsetTransform::DeltaTimes' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetTransform, LastInsertIndex) == 0x0000A0, "Member 'FRigUnit_TimeOffsetTransform::LastInsertIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetTransform, UpperBound) == 0x0000A4, "Member 'FRigUnit_TimeOffsetTransform::UpperBound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TimeOffsetFloat \ static_assert(alignof(FRigUnit_TimeOffsetFloat) == 0x000008, "Wrong alignment on FRigUnit_TimeOffsetFloat"); \ static_assert(sizeof(FRigUnit_TimeOffsetFloat) == 0x000048, "Wrong size on FRigUnit_TimeOffsetFloat"); \ static_assert(offsetof(FRigUnit_TimeOffsetFloat, Value) == 0x000008, "Member 'FRigUnit_TimeOffsetFloat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetFloat, SecondsAgo) == 0x00000C, "Member 'FRigUnit_TimeOffsetFloat::SecondsAgo' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetFloat, BufferSize) == 0x000010, "Member 'FRigUnit_TimeOffsetFloat::BufferSize' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetFloat, TimeRange) == 0x000014, "Member 'FRigUnit_TimeOffsetFloat::TimeRange' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetFloat, Result) == 0x000018, "Member 'FRigUnit_TimeOffsetFloat::Result' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetFloat, Buffer) == 0x000020, "Member 'FRigUnit_TimeOffsetFloat::Buffer' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetFloat, DeltaTimes) == 0x000030, "Member 'FRigUnit_TimeOffsetFloat::DeltaTimes' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetFloat, LastInsertIndex) == 0x000040, "Member 'FRigUnit_TimeOffsetFloat::LastInsertIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TimeOffsetFloat, UpperBound) == 0x000044, "Member 'FRigUnit_TimeOffsetFloat::UpperBound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_GetRelativeTransform \ static_assert(alignof(FRigUnit_GetRelativeTransform) == 0x000010, "Wrong alignment on FRigUnit_GetRelativeTransform"); \ static_assert(sizeof(FRigUnit_GetRelativeTransform) == 0x0000A0, "Wrong size on FRigUnit_GetRelativeTransform"); \ #define DUMPER7_ASSERTS_FRigUnit_MultiplyTransform \ static_assert(alignof(FRigUnit_MultiplyTransform) == 0x000010, "Wrong alignment on FRigUnit_MultiplyTransform"); \ static_assert(sizeof(FRigUnit_MultiplyTransform) == 0x0000A0, "Wrong size on FRigUnit_MultiplyTransform"); \ #define DUMPER7_ASSERTS_FConstraintTarget \ static_assert(alignof(FConstraintTarget) == 0x000010, "Wrong alignment on FConstraintTarget"); \ static_assert(sizeof(FConstraintTarget) == 0x000040, "Wrong size on FConstraintTarget"); \ static_assert(offsetof(FConstraintTarget, Transform) == 0x000000, "Member 'FConstraintTarget::Transform' has a wrong offset!"); \ static_assert(offsetof(FConstraintTarget, Weight) == 0x000030, "Member 'FConstraintTarget::Weight' has a wrong offset!"); \ static_assert(offsetof(FConstraintTarget, bMaintainOffset) == 0x000034, "Member 'FConstraintTarget::bMaintainOffset' has a wrong offset!"); \ static_assert(offsetof(FConstraintTarget, Filter) == 0x000035, "Member 'FConstraintTarget::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TransformConstraintPerItem \ static_assert(alignof(FRigUnit_TransformConstraintPerItem) == 0x000010, "Wrong alignment on FRigUnit_TransformConstraintPerItem"); \ static_assert(sizeof(FRigUnit_TransformConstraintPerItem) == 0x000140, "Wrong size on FRigUnit_TransformConstraintPerItem"); \ static_assert(offsetof(FRigUnit_TransformConstraintPerItem, Item) == 0x000068, "Member 'FRigUnit_TransformConstraintPerItem::Item' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseTransformSpace) == 0x000074, "Member 'FRigUnit_TransformConstraintPerItem::BaseTransformSpace' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseTransform) == 0x000080, "Member 'FRigUnit_TransformConstraintPerItem::BaseTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseItem) == 0x0000B0, "Member 'FRigUnit_TransformConstraintPerItem::BaseItem' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraintPerItem, Targets) == 0x0000C0, "Member 'FRigUnit_TransformConstraintPerItem::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraintPerItem, bUseInitialTransforms) == 0x0000D0, "Member 'FRigUnit_TransformConstraintPerItem::bUseInitialTransforms' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraintPerItem, WorkData) == 0x0000D8, "Member 'FRigUnit_TransformConstraintPerItem::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TransformConstraint \ static_assert(alignof(FRigUnit_TransformConstraint) == 0x000010, "Wrong alignment on FRigUnit_TransformConstraint"); \ static_assert(sizeof(FRigUnit_TransformConstraint) == 0x000130, "Wrong size on FRigUnit_TransformConstraint"); \ static_assert(offsetof(FRigUnit_TransformConstraint, Bone) == 0x000068, "Member 'FRigUnit_TransformConstraint::Bone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraint, BaseTransformSpace) == 0x000070, "Member 'FRigUnit_TransformConstraint::BaseTransformSpace' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraint, BaseTransform) == 0x000080, "Member 'FRigUnit_TransformConstraint::BaseTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraint, BaseBone) == 0x0000B0, "Member 'FRigUnit_TransformConstraint::BaseBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraint, Targets) == 0x0000B8, "Member 'FRigUnit_TransformConstraint::Targets' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraint, bUseInitialTransforms) == 0x0000C8, "Member 'FRigUnit_TransformConstraint::bUseInitialTransforms' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TransformConstraint, WorkData) == 0x0000D0, "Member 'FRigUnit_TransformConstraint::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwistBones_WorkData \ static_assert(alignof(FRigUnit_TwistBones_WorkData) == 0x000008, "Wrong alignment on FRigUnit_TwistBones_WorkData"); \ static_assert(sizeof(FRigUnit_TwistBones_WorkData) == 0x000030, "Wrong size on FRigUnit_TwistBones_WorkData"); \ static_assert(offsetof(FRigUnit_TwistBones_WorkData, CachedItems) == 0x000000, "Member 'FRigUnit_TwistBones_WorkData::CachedItems' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBones_WorkData, ItemRatios) == 0x000010, "Member 'FRigUnit_TwistBones_WorkData::ItemRatios' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBones_WorkData, ItemTransforms) == 0x000020, "Member 'FRigUnit_TwistBones_WorkData::ItemTransforms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwistBonesPerItem \ static_assert(alignof(FRigUnit_TwistBonesPerItem) == 0x000008, "Wrong alignment on FRigUnit_TwistBonesPerItem"); \ static_assert(sizeof(FRigUnit_TwistBonesPerItem) == 0x0000D0, "Wrong size on FRigUnit_TwistBonesPerItem"); \ static_assert(offsetof(FRigUnit_TwistBonesPerItem, Items) == 0x000068, "Member 'FRigUnit_TwistBonesPerItem::Items' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBonesPerItem, TwistAxis) == 0x000078, "Member 'FRigUnit_TwistBonesPerItem::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBonesPerItem, PoleAxis) == 0x000084, "Member 'FRigUnit_TwistBonesPerItem::PoleAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBonesPerItem, TwistEaseType) == 0x000090, "Member 'FRigUnit_TwistBonesPerItem::TwistEaseType' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBonesPerItem, Weight) == 0x000094, "Member 'FRigUnit_TwistBonesPerItem::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBonesPerItem, bPropagateToChildren) == 0x000098, "Member 'FRigUnit_TwistBonesPerItem::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBonesPerItem, WorkData) == 0x0000A0, "Member 'FRigUnit_TwistBonesPerItem::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwistBones \ static_assert(alignof(FRigUnit_TwistBones) == 0x000008, "Wrong alignment on FRigUnit_TwistBones"); \ static_assert(sizeof(FRigUnit_TwistBones) == 0x0000D0, "Wrong size on FRigUnit_TwistBones"); \ static_assert(offsetof(FRigUnit_TwistBones, StartBone) == 0x000068, "Member 'FRigUnit_TwistBones::StartBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBones, EndBone) == 0x000070, "Member 'FRigUnit_TwistBones::EndBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBones, TwistAxis) == 0x000078, "Member 'FRigUnit_TwistBones::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBones, PoleAxis) == 0x000084, "Member 'FRigUnit_TwistBones::PoleAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBones, TwistEaseType) == 0x000090, "Member 'FRigUnit_TwistBones::TwistEaseType' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBones, Weight) == 0x000094, "Member 'FRigUnit_TwistBones::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBones, bPropagateToChildren) == 0x000098, "Member 'FRigUnit_TwistBones::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwistBones, WorkData) == 0x0000A0, "Member 'FRigUnit_TwistBones::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKFK \ static_assert(alignof(FRigUnit_TwoBoneIKFK) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKFK"); \ static_assert(sizeof(FRigUnit_TwoBoneIKFK) == 0x000220, "Wrong size on FRigUnit_TwoBoneIKFK"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJoint) == 0x000068, "Member 'FRigUnit_TwoBoneIKFK::StartJoint' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJoint) == 0x000070, "Member 'FRigUnit_TwoBoneIKFK::EndJoint' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, PoleTarget) == 0x000078, "Member 'FRigUnit_TwoBoneIKFK::PoleTarget' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, Spin) == 0x000084, "Member 'FRigUnit_TwoBoneIKFK::Spin' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndEffector) == 0x000090, "Member 'FRigUnit_TwoBoneIKFK::EndEffector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, IKBlend) == 0x0000C0, "Member 'FRigUnit_TwoBoneIKFK::IKBlend' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointFKTransform) == 0x0000D0, "Member 'FRigUnit_TwoBoneIKFK::StartJointFKTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointFKTransform) == 0x000100, "Member 'FRigUnit_TwoBoneIKFK::MidJointFKTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointFKTransform) == 0x000130, "Member 'FRigUnit_TwoBoneIKFK::EndJointFKTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, PreviousFKIKBlend) == 0x000160, "Member 'FRigUnit_TwoBoneIKFK::PreviousFKIKBlend' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointIKTransform) == 0x000170, "Member 'FRigUnit_TwoBoneIKFK::StartJointIKTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointIKTransform) == 0x0001A0, "Member 'FRigUnit_TwoBoneIKFK::MidJointIKTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointIKTransform) == 0x0001D0, "Member 'FRigUnit_TwoBoneIKFK::EndJointIKTransform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointIndex) == 0x000200, "Member 'FRigUnit_TwoBoneIKFK::StartJointIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointIndex) == 0x000204, "Member 'FRigUnit_TwoBoneIKFK::MidJointIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointIndex) == 0x000208, "Member 'FRigUnit_TwoBoneIKFK::EndJointIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, UpperLimbLength) == 0x00020C, "Member 'FRigUnit_TwoBoneIKFK::UpperLimbLength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKFK, LowerLimbLength) == 0x000210, "Member 'FRigUnit_TwoBoneIKFK::LowerLimbLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimpleTransforms \ static_assert(alignof(FRigUnit_TwoBoneIKSimpleTransforms) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimpleTransforms"); \ static_assert(sizeof(FRigUnit_TwoBoneIKSimpleTransforms) == 0x0000E0, "Wrong size on FRigUnit_TwoBoneIKSimpleTransforms"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, Root) == 0x000010, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::Root' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, PoleVector) == 0x000040, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::PoleVector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, Effector) == 0x000050, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::Effector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, PrimaryAxis) == 0x000080, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::PrimaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, SecondaryAxis) == 0x00008C, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::SecondaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, SecondaryAxisWeight) == 0x000098, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::SecondaryAxisWeight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, bEnableStretch) == 0x00009C, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::bEnableStretch' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, StretchStartRatio) == 0x0000A0, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::StretchStartRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, StretchMaximumRatio) == 0x0000A4, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::StretchMaximumRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, BoneALength) == 0x0000A8, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::BoneALength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, BoneBLength) == 0x0000AC, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::BoneBLength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleTransforms, Elbow) == 0x0000B0, "Member 'FRigUnit_TwoBoneIKSimpleTransforms::Elbow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimpleVectors \ static_assert(alignof(FRigUnit_TwoBoneIKSimpleVectors) == 0x000008, "Wrong alignment on FRigUnit_TwoBoneIKSimpleVectors"); \ static_assert(sizeof(FRigUnit_TwoBoneIKSimpleVectors) == 0x000050, "Wrong size on FRigUnit_TwoBoneIKSimpleVectors"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, Root) == 0x000008, "Member 'FRigUnit_TwoBoneIKSimpleVectors::Root' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, PoleVector) == 0x000014, "Member 'FRigUnit_TwoBoneIKSimpleVectors::PoleVector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, Effector) == 0x000020, "Member 'FRigUnit_TwoBoneIKSimpleVectors::Effector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, bEnableStretch) == 0x00002C, "Member 'FRigUnit_TwoBoneIKSimpleVectors::bEnableStretch' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, StretchStartRatio) == 0x000030, "Member 'FRigUnit_TwoBoneIKSimpleVectors::StretchStartRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, StretchMaximumRatio) == 0x000034, "Member 'FRigUnit_TwoBoneIKSimpleVectors::StretchMaximumRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, BoneALength) == 0x000038, "Member 'FRigUnit_TwoBoneIKSimpleVectors::BoneALength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, BoneBLength) == 0x00003C, "Member 'FRigUnit_TwoBoneIKSimpleVectors::BoneBLength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimpleVectors, Elbow) == 0x000040, "Member 'FRigUnit_TwoBoneIKSimpleVectors::Elbow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimple_DebugSettings \ static_assert(alignof(FRigUnit_TwoBoneIKSimple_DebugSettings) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimple_DebugSettings"); \ static_assert(sizeof(FRigUnit_TwoBoneIKSimple_DebugSettings) == 0x000040, "Wrong size on FRigUnit_TwoBoneIKSimple_DebugSettings"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, bEnabled) == 0x000000, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, Scale) == 0x000004, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple_DebugSettings, WorldOffset) == 0x000010, "Member 'FRigUnit_TwoBoneIKSimple_DebugSettings::WorldOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimplePerItem \ static_assert(alignof(FRigUnit_TwoBoneIKSimplePerItem) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimplePerItem"); \ static_assert(sizeof(FRigUnit_TwoBoneIKSimplePerItem) == 0x0001B0, "Wrong size on FRigUnit_TwoBoneIKSimplePerItem"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemA) == 0x000068, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemA' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemB) == 0x000074, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemB' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, EffectorItem) == 0x000080, "Member 'FRigUnit_TwoBoneIKSimplePerItem::EffectorItem' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Effector) == 0x000090, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Effector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PrimaryAxis) == 0x0000C0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PrimaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxis) == 0x0000CC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxisWeight) == 0x0000D8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxisWeight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVector) == 0x0000DC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorKind) == 0x0000E8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorKind' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorSpace) == 0x0000EC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorSpace' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bEnableStretch) == 0x0000F8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bEnableStretch' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchStartRatio) == 0x0000FC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchStartRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchMaximumRatio) == 0x000100, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchMaximumRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Weight) == 0x000104, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemALength) == 0x000108, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemALength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemBLength) == 0x00010C, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemBLength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bPropagateToChildren) == 0x000110, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, DebugSettings) == 0x000120, "Member 'FRigUnit_TwoBoneIKSimplePerItem::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemAIndex) == 0x000160, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemAIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemBIndex) == 0x000174, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemBIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedEffectorItemIndex) == 0x000188, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedEffectorItemIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedPoleVectorSpaceIndex) == 0x00019C, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedPoleVectorSpaceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKSimple \ static_assert(alignof(FRigUnit_TwoBoneIKSimple) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKSimple"); \ static_assert(sizeof(FRigUnit_TwoBoneIKSimple) == 0x000190, "Wrong size on FRigUnit_TwoBoneIKSimple"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneA) == 0x000068, "Member 'FRigUnit_TwoBoneIKSimple::BoneA' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneB) == 0x000070, "Member 'FRigUnit_TwoBoneIKSimple::BoneB' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, EffectorBone) == 0x000078, "Member 'FRigUnit_TwoBoneIKSimple::EffectorBone' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Effector) == 0x000080, "Member 'FRigUnit_TwoBoneIKSimple::Effector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PrimaryAxis) == 0x0000B0, "Member 'FRigUnit_TwoBoneIKSimple::PrimaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxis) == 0x0000BC, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxis' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxisWeight) == 0x0000C8, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxisWeight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVector) == 0x0000CC, "Member 'FRigUnit_TwoBoneIKSimple::PoleVector' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorKind) == 0x0000D8, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorKind' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorSpace) == 0x0000DC, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorSpace' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bEnableStretch) == 0x0000E4, "Member 'FRigUnit_TwoBoneIKSimple::bEnableStretch' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchStartRatio) == 0x0000E8, "Member 'FRigUnit_TwoBoneIKSimple::StretchStartRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchMaximumRatio) == 0x0000EC, "Member 'FRigUnit_TwoBoneIKSimple::StretchMaximumRatio' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Weight) == 0x0000F0, "Member 'FRigUnit_TwoBoneIKSimple::Weight' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneALength) == 0x0000F4, "Member 'FRigUnit_TwoBoneIKSimple::BoneALength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneBLength) == 0x0000F8, "Member 'FRigUnit_TwoBoneIKSimple::BoneBLength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bPropagateToChildren) == 0x0000FC, "Member 'FRigUnit_TwoBoneIKSimple::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, DebugSettings) == 0x000100, "Member 'FRigUnit_TwoBoneIKSimple::DebugSettings' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneAIndex) == 0x000140, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneAIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneBIndex) == 0x000154, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneBIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedEffectorBoneIndex) == 0x000168, "Member 'FRigUnit_TwoBoneIKSimple::CachedEffectorBoneIndex' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedPoleVectorSpaceIndex) == 0x00017C, "Member 'FRigUnit_TwoBoneIKSimple::CachedPoleVectorSpaceIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Distance_VectorVector \ static_assert(alignof(FRigUnit_Distance_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Distance_VectorVector"); \ static_assert(sizeof(FRigUnit_Distance_VectorVector) == 0x000028, "Wrong size on FRigUnit_Distance_VectorVector"); \ static_assert(offsetof(FRigUnit_Distance_VectorVector, Argument0) == 0x000008, "Member 'FRigUnit_Distance_VectorVector::Argument0' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Distance_VectorVector, Argument1) == 0x000014, "Member 'FRigUnit_Distance_VectorVector::Argument1' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_Distance_VectorVector, Result) == 0x000020, "Member 'FRigUnit_Distance_VectorVector::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_BinaryVectorOp \ static_assert(alignof(FRigUnit_BinaryVectorOp) == 0x000008, "Wrong alignment on FRigUnit_BinaryVectorOp"); \ static_assert(sizeof(FRigUnit_BinaryVectorOp) == 0x000030, "Wrong size on FRigUnit_BinaryVectorOp"); \ static_assert(offsetof(FRigUnit_BinaryVectorOp, Argument0) == 0x000008, "Member 'FRigUnit_BinaryVectorOp::Argument0' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BinaryVectorOp, Argument1) == 0x000014, "Member 'FRigUnit_BinaryVectorOp::Argument1' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_BinaryVectorOp, Result) == 0x000020, "Member 'FRigUnit_BinaryVectorOp::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_Divide_VectorVector \ static_assert(alignof(FRigUnit_Divide_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Divide_VectorVector"); \ static_assert(sizeof(FRigUnit_Divide_VectorVector) == 0x000030, "Wrong size on FRigUnit_Divide_VectorVector"); \ #define DUMPER7_ASSERTS_FRigUnit_Subtract_VectorVector \ static_assert(alignof(FRigUnit_Subtract_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Subtract_VectorVector"); \ static_assert(sizeof(FRigUnit_Subtract_VectorVector) == 0x000030, "Wrong size on FRigUnit_Subtract_VectorVector"); \ #define DUMPER7_ASSERTS_FRigUnit_Add_VectorVector \ static_assert(alignof(FRigUnit_Add_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Add_VectorVector"); \ static_assert(sizeof(FRigUnit_Add_VectorVector) == 0x000030, "Wrong size on FRigUnit_Add_VectorVector"); \ #define DUMPER7_ASSERTS_FRigUnit_Multiply_VectorVector \ static_assert(alignof(FRigUnit_Multiply_VectorVector) == 0x000008, "Wrong alignment on FRigUnit_Multiply_VectorVector"); \ static_assert(sizeof(FRigUnit_Multiply_VectorVector) == 0x000030, "Wrong size on FRigUnit_Multiply_VectorVector"); \ #define DUMPER7_ASSERTS_FRigUnit_VerletIntegrateVector \ static_assert(alignof(FRigUnit_VerletIntegrateVector) == 0x000008, "Wrong alignment on FRigUnit_VerletIntegrateVector"); \ static_assert(sizeof(FRigUnit_VerletIntegrateVector) == 0x000070, "Wrong size on FRigUnit_VerletIntegrateVector"); \ static_assert(offsetof(FRigUnit_VerletIntegrateVector, Target) == 0x000008, "Member 'FRigUnit_VerletIntegrateVector::Target' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VerletIntegrateVector, Strength) == 0x000014, "Member 'FRigUnit_VerletIntegrateVector::Strength' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VerletIntegrateVector, Damp) == 0x000018, "Member 'FRigUnit_VerletIntegrateVector::Damp' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VerletIntegrateVector, Blend) == 0x00001C, "Member 'FRigUnit_VerletIntegrateVector::Blend' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VerletIntegrateVector, position) == 0x000020, "Member 'FRigUnit_VerletIntegrateVector::position' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VerletIntegrateVector, Velocity) == 0x00002C, "Member 'FRigUnit_VerletIntegrateVector::Velocity' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VerletIntegrateVector, Acceleration) == 0x000038, "Member 'FRigUnit_VerletIntegrateVector::Acceleration' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VerletIntegrateVector, Point) == 0x000044, "Member 'FRigUnit_VerletIntegrateVector::Point' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VerletIntegrateVector, bInitialized) == 0x00006C, "Member 'FRigUnit_VerletIntegrateVector::bInitialized' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_VisualDebugTransformItemSpace \ static_assert(alignof(FRigUnit_VisualDebugTransformItemSpace) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugTransformItemSpace"); \ static_assert(sizeof(FRigUnit_VisualDebugTransformItemSpace) == 0x000060, "Wrong size on FRigUnit_VisualDebugTransformItemSpace"); \ static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Value) == 0x000010, "Member 'FRigUnit_VisualDebugTransformItemSpace::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, bEnabled) == 0x000040, "Member 'FRigUnit_VisualDebugTransformItemSpace::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Thickness) == 0x000044, "Member 'FRigUnit_VisualDebugTransformItemSpace::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Scale) == 0x000048, "Member 'FRigUnit_VisualDebugTransformItemSpace::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugTransformItemSpace, Space) == 0x00004C, "Member 'FRigUnit_VisualDebugTransformItemSpace::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_VisualDebugTransform \ static_assert(alignof(FRigUnit_VisualDebugTransform) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugTransform"); \ static_assert(sizeof(FRigUnit_VisualDebugTransform) == 0x000060, "Wrong size on FRigUnit_VisualDebugTransform"); \ static_assert(offsetof(FRigUnit_VisualDebugTransform, Value) == 0x000010, "Member 'FRigUnit_VisualDebugTransform::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugTransform, bEnabled) == 0x000040, "Member 'FRigUnit_VisualDebugTransform::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugTransform, Thickness) == 0x000044, "Member 'FRigUnit_VisualDebugTransform::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugTransform, Scale) == 0x000048, "Member 'FRigUnit_VisualDebugTransform::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugTransform, BoneSpace) == 0x00004C, "Member 'FRigUnit_VisualDebugTransform::BoneSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_VisualDebugQuatItemSpace \ static_assert(alignof(FRigUnit_VisualDebugQuatItemSpace) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugQuatItemSpace"); \ static_assert(sizeof(FRigUnit_VisualDebugQuatItemSpace) == 0x000040, "Wrong size on FRigUnit_VisualDebugQuatItemSpace"); \ static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Value) == 0x000010, "Member 'FRigUnit_VisualDebugQuatItemSpace::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, bEnabled) == 0x000020, "Member 'FRigUnit_VisualDebugQuatItemSpace::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Thickness) == 0x000024, "Member 'FRigUnit_VisualDebugQuatItemSpace::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Scale) == 0x000028, "Member 'FRigUnit_VisualDebugQuatItemSpace::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugQuatItemSpace, Space) == 0x00002C, "Member 'FRigUnit_VisualDebugQuatItemSpace::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_VisualDebugQuat \ static_assert(alignof(FRigUnit_VisualDebugQuat) == 0x000010, "Wrong alignment on FRigUnit_VisualDebugQuat"); \ static_assert(sizeof(FRigUnit_VisualDebugQuat) == 0x000040, "Wrong size on FRigUnit_VisualDebugQuat"); \ static_assert(offsetof(FRigUnit_VisualDebugQuat, Value) == 0x000010, "Member 'FRigUnit_VisualDebugQuat::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugQuat, bEnabled) == 0x000020, "Member 'FRigUnit_VisualDebugQuat::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugQuat, Thickness) == 0x000024, "Member 'FRigUnit_VisualDebugQuat::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugQuat, Scale) == 0x000028, "Member 'FRigUnit_VisualDebugQuat::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugQuat, BoneSpace) == 0x00002C, "Member 'FRigUnit_VisualDebugQuat::BoneSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_VisualDebugVectorItemSpace \ static_assert(alignof(FRigUnit_VisualDebugVectorItemSpace) == 0x000008, "Wrong alignment on FRigUnit_VisualDebugVectorItemSpace"); \ static_assert(sizeof(FRigUnit_VisualDebugVectorItemSpace) == 0x000040, "Wrong size on FRigUnit_VisualDebugVectorItemSpace"); \ static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Value) == 0x000008, "Member 'FRigUnit_VisualDebugVectorItemSpace::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, bEnabled) == 0x000014, "Member 'FRigUnit_VisualDebugVectorItemSpace::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Mode) == 0x000015, "Member 'FRigUnit_VisualDebugVectorItemSpace::Mode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Color) == 0x000018, "Member 'FRigUnit_VisualDebugVectorItemSpace::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Thickness) == 0x000028, "Member 'FRigUnit_VisualDebugVectorItemSpace::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Scale) == 0x00002C, "Member 'FRigUnit_VisualDebugVectorItemSpace::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVectorItemSpace, Space) == 0x000030, "Member 'FRigUnit_VisualDebugVectorItemSpace::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_VisualDebugVector \ static_assert(alignof(FRigUnit_VisualDebugVector) == 0x000008, "Wrong alignment on FRigUnit_VisualDebugVector"); \ static_assert(sizeof(FRigUnit_VisualDebugVector) == 0x000038, "Wrong size on FRigUnit_VisualDebugVector"); \ static_assert(offsetof(FRigUnit_VisualDebugVector, Value) == 0x000008, "Member 'FRigUnit_VisualDebugVector::Value' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVector, bEnabled) == 0x000014, "Member 'FRigUnit_VisualDebugVector::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVector, Mode) == 0x000015, "Member 'FRigUnit_VisualDebugVector::Mode' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVector, Color) == 0x000018, "Member 'FRigUnit_VisualDebugVector::Color' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVector, Thickness) == 0x000028, "Member 'FRigUnit_VisualDebugVector::Thickness' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVector, Scale) == 0x00002C, "Member 'FRigUnit_VisualDebugVector::Scale' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_VisualDebugVector, BoneSpace) == 0x000030, "Member 'FRigUnit_VisualDebugVector::BoneSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_SphereTraceWorld \ static_assert(alignof(FRigUnit_SphereTraceWorld) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceWorld"); \ static_assert(sizeof(FRigUnit_SphereTraceWorld) == 0x000048, "Wrong size on FRigUnit_SphereTraceWorld"); \ static_assert(offsetof(FRigUnit_SphereTraceWorld, Start) == 0x000008, "Member 'FRigUnit_SphereTraceWorld::Start' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SphereTraceWorld, End) == 0x000014, "Member 'FRigUnit_SphereTraceWorld::End' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SphereTraceWorld, Channel) == 0x000020, "Member 'FRigUnit_SphereTraceWorld::Channel' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SphereTraceWorld, Radius) == 0x000024, "Member 'FRigUnit_SphereTraceWorld::Radius' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SphereTraceWorld, bHit) == 0x000028, "Member 'FRigUnit_SphereTraceWorld::bHit' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SphereTraceWorld, HitLocation) == 0x00002C, "Member 'FRigUnit_SphereTraceWorld::HitLocation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_SphereTraceWorld, HitNormal) == 0x000038, "Member 'FRigUnit_SphereTraceWorld::HitNormal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Rotation \ static_assert(alignof(FRigUnit_ToRigSpace_Rotation) == 0x000010, "Wrong alignment on FRigUnit_ToRigSpace_Rotation"); \ static_assert(sizeof(FRigUnit_ToRigSpace_Rotation) == 0x000030, "Wrong size on FRigUnit_ToRigSpace_Rotation"); \ static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Rotation) == 0x000010, "Member 'FRigUnit_ToRigSpace_Rotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Global) == 0x000020, "Member 'FRigUnit_ToRigSpace_Rotation::Global' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Rotation \ static_assert(alignof(FRigUnit_ToWorldSpace_Rotation) == 0x000010, "Wrong alignment on FRigUnit_ToWorldSpace_Rotation"); \ static_assert(sizeof(FRigUnit_ToWorldSpace_Rotation) == 0x000030, "Wrong size on FRigUnit_ToWorldSpace_Rotation"); \ static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, Rotation) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Rotation::Rotation' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, World) == 0x000020, "Member 'FRigUnit_ToWorldSpace_Rotation::World' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Location \ static_assert(alignof(FRigUnit_ToRigSpace_Location) == 0x000008, "Wrong alignment on FRigUnit_ToRigSpace_Location"); \ static_assert(sizeof(FRigUnit_ToRigSpace_Location) == 0x000020, "Wrong size on FRigUnit_ToRigSpace_Location"); \ static_assert(offsetof(FRigUnit_ToRigSpace_Location, Location) == 0x000008, "Member 'FRigUnit_ToRigSpace_Location::Location' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ToRigSpace_Location, Global) == 0x000014, "Member 'FRigUnit_ToRigSpace_Location::Global' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Location \ static_assert(alignof(FRigUnit_ToWorldSpace_Location) == 0x000008, "Wrong alignment on FRigUnit_ToWorldSpace_Location"); \ static_assert(sizeof(FRigUnit_ToWorldSpace_Location) == 0x000020, "Wrong size on FRigUnit_ToWorldSpace_Location"); \ static_assert(offsetof(FRigUnit_ToWorldSpace_Location, Location) == 0x000008, "Member 'FRigUnit_ToWorldSpace_Location::Location' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ToWorldSpace_Location, World) == 0x000014, "Member 'FRigUnit_ToWorldSpace_Location::World' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ToRigSpace_Transform \ static_assert(alignof(FRigUnit_ToRigSpace_Transform) == 0x000010, "Wrong alignment on FRigUnit_ToRigSpace_Transform"); \ static_assert(sizeof(FRigUnit_ToRigSpace_Transform) == 0x000070, "Wrong size on FRigUnit_ToRigSpace_Transform"); \ static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Transform) == 0x000010, "Member 'FRigUnit_ToRigSpace_Transform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ToRigSpace_Transform, Global) == 0x000040, "Member 'FRigUnit_ToRigSpace_Transform::Global' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_ToWorldSpace_Transform \ static_assert(alignof(FRigUnit_ToWorldSpace_Transform) == 0x000010, "Wrong alignment on FRigUnit_ToWorldSpace_Transform"); \ static_assert(sizeof(FRigUnit_ToWorldSpace_Transform) == 0x000070, "Wrong size on FRigUnit_ToWorldSpace_Transform"); \ static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, Transform) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Transform::Transform' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_ToWorldSpace_Transform, World) == 0x000040, "Member 'FRigUnit_ToWorldSpace_Transform::World' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStructReference \ static_assert(alignof(FStructReference) == 0x000008, "Wrong alignment on FStructReference"); \ static_assert(sizeof(FStructReference) == 0x000008, "Wrong size on FStructReference"); \ #define DUMPER7_ASSERTS_UControlRigBlueprintGeneratedClass \ static_assert(alignof(UControlRigBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UControlRigBlueprintGeneratedClass"); \ static_assert(sizeof(UControlRigBlueprintGeneratedClass) == 0x000328, "Wrong size on UControlRigBlueprintGeneratedClass"); \ #define DUMPER7_ASSERTS_ControlRig_SetInteractionRig \ static_assert(alignof(ControlRig_SetInteractionRig) == 0x000008, "Wrong alignment on ControlRig_SetInteractionRig"); \ static_assert(sizeof(ControlRig_SetInteractionRig) == 0x000008, "Wrong size on ControlRig_SetInteractionRig"); \ static_assert(offsetof(ControlRig_SetInteractionRig, InInteractionRig) == 0x000000, "Member 'ControlRig_SetInteractionRig::InInteractionRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRig_SetInteractionRigClass \ static_assert(alignof(ControlRig_SetInteractionRigClass) == 0x000008, "Wrong alignment on ControlRig_SetInteractionRigClass"); \ static_assert(sizeof(ControlRig_SetInteractionRigClass) == 0x000008, "Wrong size on ControlRig_SetInteractionRigClass"); \ static_assert(offsetof(ControlRig_SetInteractionRigClass, InInteractionRigClass) == 0x000000, "Member 'ControlRig_SetInteractionRigClass::InInteractionRigClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRig_GetInteractionRig \ static_assert(alignof(ControlRig_GetInteractionRig) == 0x000008, "Wrong alignment on ControlRig_GetInteractionRig"); \ static_assert(sizeof(ControlRig_GetInteractionRig) == 0x000008, "Wrong size on ControlRig_GetInteractionRig"); \ static_assert(offsetof(ControlRig_GetInteractionRig, ReturnValue) == 0x000000, "Member 'ControlRig_GetInteractionRig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRig_GetInteractionRigClass \ static_assert(alignof(ControlRig_GetInteractionRigClass) == 0x000008, "Wrong alignment on ControlRig_GetInteractionRigClass"); \ static_assert(sizeof(ControlRig_GetInteractionRigClass) == 0x000008, "Wrong size on ControlRig_GetInteractionRigClass"); \ static_assert(offsetof(ControlRig_GetInteractionRigClass, ReturnValue) == 0x000000, "Member 'ControlRig_GetInteractionRigClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlRig \ static_assert(alignof(UControlRig) == 0x000008, "Wrong alignment on UControlRig"); \ static_assert(sizeof(UControlRig) == 0x000650, "Wrong size on UControlRig"); \ static_assert(offsetof(UControlRig, ExecutionType) == 0x000045, "Member 'UControlRig::ExecutionType' has a wrong offset!"); \ static_assert(offsetof(UControlRig, VM) == 0x000048, "Member 'UControlRig::VM' has a wrong offset!"); \ static_assert(offsetof(UControlRig, Hierarchy) == 0x000050, "Member 'UControlRig::Hierarchy' has a wrong offset!"); \ static_assert(offsetof(UControlRig, GizmoLibrary) == 0x0003B8, "Member 'UControlRig::GizmoLibrary' has a wrong offset!"); \ static_assert(offsetof(UControlRig, InputProperties) == 0x0003F0, "Member 'UControlRig::InputProperties' has a wrong offset!"); \ static_assert(offsetof(UControlRig, OutputProperties) == 0x000440, "Member 'UControlRig::OutputProperties' has a wrong offset!"); \ static_assert(offsetof(UControlRig, DrawContainer) == 0x000490, "Member 'UControlRig::DrawContainer' has a wrong offset!"); \ static_assert(offsetof(UControlRig, DataSourceRegistry) == 0x0004C0, "Member 'UControlRig::DataSourceRegistry' has a wrong offset!"); \ static_assert(offsetof(UControlRig, EventQueue) == 0x0004C8, "Member 'UControlRig::EventQueue' has a wrong offset!"); \ static_assert(offsetof(UControlRig, Influences) == 0x000550, "Member 'UControlRig::Influences' has a wrong offset!"); \ static_assert(offsetof(UControlRig, InteractionRig) == 0x0005B0, "Member 'UControlRig::InteractionRig' has a wrong offset!"); \ static_assert(offsetof(UControlRig, InteractionRigClass) == 0x0005B8, "Member 'UControlRig::InteractionRigClass' has a wrong offset!"); \ static_assert(offsetof(UControlRig, AssetUserData) == 0x0005C0, "Member 'UControlRig::AssetUserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_AddMappedCompleteSkeletalMesh \ static_assert(alignof(ControlRigComponent_AddMappedCompleteSkeletalMesh) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedCompleteSkeletalMesh"); \ static_assert(sizeof(ControlRigComponent_AddMappedCompleteSkeletalMesh) == 0x000008, "Wrong size on ControlRigComponent_AddMappedCompleteSkeletalMesh"); \ static_assert(offsetof(ControlRigComponent_AddMappedCompleteSkeletalMesh, SkeletalMeshComponent) == 0x000000, "Member 'ControlRigComponent_AddMappedCompleteSkeletalMesh::SkeletalMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_AddMappedComponents \ static_assert(alignof(ControlRigComponent_AddMappedComponents) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedComponents"); \ static_assert(sizeof(ControlRigComponent_AddMappedComponents) == 0x000010, "Wrong size on ControlRigComponent_AddMappedComponents"); \ static_assert(offsetof(ControlRigComponent_AddMappedComponents, Components) == 0x000000, "Member 'ControlRigComponent_AddMappedComponents::Components' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_AddMappedElements \ static_assert(alignof(ControlRigComponent_AddMappedElements) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedElements"); \ static_assert(sizeof(ControlRigComponent_AddMappedElements) == 0x000010, "Wrong size on ControlRigComponent_AddMappedElements"); \ static_assert(offsetof(ControlRigComponent_AddMappedElements, NewMappedElements) == 0x000000, "Member 'ControlRigComponent_AddMappedElements::NewMappedElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_AddMappedSkeletalMesh \ static_assert(alignof(ControlRigComponent_AddMappedSkeletalMesh) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedSkeletalMesh"); \ static_assert(sizeof(ControlRigComponent_AddMappedSkeletalMesh) == 0x000028, "Wrong size on ControlRigComponent_AddMappedSkeletalMesh"); \ static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, SkeletalMeshComponent) == 0x000000, "Member 'ControlRigComponent_AddMappedSkeletalMesh::SkeletalMeshComponent' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, Bones) == 0x000008, "Member 'ControlRigComponent_AddMappedSkeletalMesh::Bones' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, Curves) == 0x000018, "Member 'ControlRigComponent_AddMappedSkeletalMesh::Curves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_DoesElementExist \ static_assert(alignof(ControlRigComponent_DoesElementExist) == 0x000004, "Wrong alignment on ControlRigComponent_DoesElementExist"); \ static_assert(sizeof(ControlRigComponent_DoesElementExist) == 0x00000C, "Wrong size on ControlRigComponent_DoesElementExist"); \ static_assert(offsetof(ControlRigComponent_DoesElementExist, Name_0) == 0x000000, "Member 'ControlRigComponent_DoesElementExist::Name_0' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_DoesElementExist, ElementType) == 0x000008, "Member 'ControlRigComponent_DoesElementExist::ElementType' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_DoesElementExist, ReturnValue) == 0x000009, "Member 'ControlRigComponent_DoesElementExist::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetBoneTransform \ static_assert(alignof(ControlRigComponent_GetBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetBoneTransform"); \ static_assert(sizeof(ControlRigComponent_GetBoneTransform) == 0x000040, "Wrong size on ControlRigComponent_GetBoneTransform"); \ static_assert(offsetof(ControlRigComponent_GetBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_GetBoneTransform::BoneName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetBoneTransform, Space) == 0x000008, "Member 'ControlRigComponent_GetBoneTransform::Space' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetBoneTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetBoneTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetControlBool \ static_assert(alignof(ControlRigComponent_GetControlBool) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlBool"); \ static_assert(sizeof(ControlRigComponent_GetControlBool) == 0x00000C, "Wrong size on ControlRigComponent_GetControlBool"); \ static_assert(offsetof(ControlRigComponent_GetControlBool, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlBool::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlBool, ReturnValue) == 0x000008, "Member 'ControlRigComponent_GetControlBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetControlFloat \ static_assert(alignof(ControlRigComponent_GetControlFloat) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlFloat"); \ static_assert(sizeof(ControlRigComponent_GetControlFloat) == 0x00000C, "Wrong size on ControlRigComponent_GetControlFloat"); \ static_assert(offsetof(ControlRigComponent_GetControlFloat, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlFloat::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlFloat, ReturnValue) == 0x000008, "Member 'ControlRigComponent_GetControlFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetControlInt \ static_assert(alignof(ControlRigComponent_GetControlInt) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlInt"); \ static_assert(sizeof(ControlRigComponent_GetControlInt) == 0x00000C, "Wrong size on ControlRigComponent_GetControlInt"); \ static_assert(offsetof(ControlRigComponent_GetControlInt, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlInt::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlInt, ReturnValue) == 0x000008, "Member 'ControlRigComponent_GetControlInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetControlOffset \ static_assert(alignof(ControlRigComponent_GetControlOffset) == 0x000010, "Wrong alignment on ControlRigComponent_GetControlOffset"); \ static_assert(sizeof(ControlRigComponent_GetControlOffset) == 0x000040, "Wrong size on ControlRigComponent_GetControlOffset"); \ static_assert(offsetof(ControlRigComponent_GetControlOffset, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlOffset::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlOffset, Space) == 0x000008, "Member 'ControlRigComponent_GetControlOffset::Space' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlOffset, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetControlPosition \ static_assert(alignof(ControlRigComponent_GetControlPosition) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlPosition"); \ static_assert(sizeof(ControlRigComponent_GetControlPosition) == 0x000018, "Wrong size on ControlRigComponent_GetControlPosition"); \ static_assert(offsetof(ControlRigComponent_GetControlPosition, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlPosition::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlPosition, Space) == 0x000008, "Member 'ControlRigComponent_GetControlPosition::Space' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlPosition, ReturnValue) == 0x00000C, "Member 'ControlRigComponent_GetControlPosition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetControlRig \ static_assert(alignof(ControlRigComponent_GetControlRig) == 0x000008, "Wrong alignment on ControlRigComponent_GetControlRig"); \ static_assert(sizeof(ControlRigComponent_GetControlRig) == 0x000008, "Wrong size on ControlRigComponent_GetControlRig"); \ static_assert(offsetof(ControlRigComponent_GetControlRig, ReturnValue) == 0x000000, "Member 'ControlRigComponent_GetControlRig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetControlRotator \ static_assert(alignof(ControlRigComponent_GetControlRotator) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlRotator"); \ static_assert(sizeof(ControlRigComponent_GetControlRotator) == 0x000018, "Wrong size on ControlRigComponent_GetControlRotator"); \ static_assert(offsetof(ControlRigComponent_GetControlRotator, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlRotator::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlRotator, Space) == 0x000008, "Member 'ControlRigComponent_GetControlRotator::Space' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlRotator, ReturnValue) == 0x00000C, "Member 'ControlRigComponent_GetControlRotator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetControlScale \ static_assert(alignof(ControlRigComponent_GetControlScale) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlScale"); \ static_assert(sizeof(ControlRigComponent_GetControlScale) == 0x000018, "Wrong size on ControlRigComponent_GetControlScale"); \ static_assert(offsetof(ControlRigComponent_GetControlScale, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlScale::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlScale, Space) == 0x000008, "Member 'ControlRigComponent_GetControlScale::Space' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlScale, ReturnValue) == 0x00000C, "Member 'ControlRigComponent_GetControlScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetControlTransform \ static_assert(alignof(ControlRigComponent_GetControlTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetControlTransform"); \ static_assert(sizeof(ControlRigComponent_GetControlTransform) == 0x000040, "Wrong size on ControlRigComponent_GetControlTransform"); \ static_assert(offsetof(ControlRigComponent_GetControlTransform, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlTransform::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlTransform, Space) == 0x000008, "Member 'ControlRigComponent_GetControlTransform::Space' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetControlTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetControlVector2D \ static_assert(alignof(ControlRigComponent_GetControlVector2D) == 0x000004, "Wrong alignment on ControlRigComponent_GetControlVector2D"); \ static_assert(sizeof(ControlRigComponent_GetControlVector2D) == 0x000010, "Wrong size on ControlRigComponent_GetControlVector2D"); \ static_assert(offsetof(ControlRigComponent_GetControlVector2D, ControlName) == 0x000000, "Member 'ControlRigComponent_GetControlVector2D::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetControlVector2D, ReturnValue) == 0x000008, "Member 'ControlRigComponent_GetControlVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetElementNames \ static_assert(alignof(ControlRigComponent_GetElementNames) == 0x000008, "Wrong alignment on ControlRigComponent_GetElementNames"); \ static_assert(sizeof(ControlRigComponent_GetElementNames) == 0x000018, "Wrong size on ControlRigComponent_GetElementNames"); \ static_assert(offsetof(ControlRigComponent_GetElementNames, ElementType) == 0x000000, "Member 'ControlRigComponent_GetElementNames::ElementType' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetElementNames, ReturnValue) == 0x000008, "Member 'ControlRigComponent_GetElementNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetInitialBoneTransform \ static_assert(alignof(ControlRigComponent_GetInitialBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetInitialBoneTransform"); \ static_assert(sizeof(ControlRigComponent_GetInitialBoneTransform) == 0x000040, "Wrong size on ControlRigComponent_GetInitialBoneTransform"); \ static_assert(offsetof(ControlRigComponent_GetInitialBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_GetInitialBoneTransform::BoneName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetInitialBoneTransform, Space) == 0x000008, "Member 'ControlRigComponent_GetInitialBoneTransform::Space' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetInitialBoneTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetInitialBoneTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetInitialSpaceTransform \ static_assert(alignof(ControlRigComponent_GetInitialSpaceTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetInitialSpaceTransform"); \ static_assert(sizeof(ControlRigComponent_GetInitialSpaceTransform) == 0x000040, "Wrong size on ControlRigComponent_GetInitialSpaceTransform"); \ static_assert(offsetof(ControlRigComponent_GetInitialSpaceTransform, SpaceName) == 0x000000, "Member 'ControlRigComponent_GetInitialSpaceTransform::SpaceName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetInitialSpaceTransform, Space) == 0x000008, "Member 'ControlRigComponent_GetInitialSpaceTransform::Space' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetInitialSpaceTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetInitialSpaceTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetSpaceTransform \ static_assert(alignof(ControlRigComponent_GetSpaceTransform) == 0x000010, "Wrong alignment on ControlRigComponent_GetSpaceTransform"); \ static_assert(sizeof(ControlRigComponent_GetSpaceTransform) == 0x000040, "Wrong size on ControlRigComponent_GetSpaceTransform"); \ static_assert(offsetof(ControlRigComponent_GetSpaceTransform, SpaceName) == 0x000000, "Member 'ControlRigComponent_GetSpaceTransform::SpaceName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetSpaceTransform, Space) == 0x000008, "Member 'ControlRigComponent_GetSpaceTransform::Space' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_GetSpaceTransform, ReturnValue) == 0x000010, "Member 'ControlRigComponent_GetSpaceTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_OnPostInitialize \ static_assert(alignof(ControlRigComponent_OnPostInitialize) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostInitialize"); \ static_assert(sizeof(ControlRigComponent_OnPostInitialize) == 0x000008, "Wrong size on ControlRigComponent_OnPostInitialize"); \ static_assert(offsetof(ControlRigComponent_OnPostInitialize, Component) == 0x000000, "Member 'ControlRigComponent_OnPostInitialize::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_OnPostSetup \ static_assert(alignof(ControlRigComponent_OnPostSetup) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostSetup"); \ static_assert(sizeof(ControlRigComponent_OnPostSetup) == 0x000008, "Wrong size on ControlRigComponent_OnPostSetup"); \ static_assert(offsetof(ControlRigComponent_OnPostSetup, Component) == 0x000000, "Member 'ControlRigComponent_OnPostSetup::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_OnPostUpdate \ static_assert(alignof(ControlRigComponent_OnPostUpdate) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostUpdate"); \ static_assert(sizeof(ControlRigComponent_OnPostUpdate) == 0x000008, "Wrong size on ControlRigComponent_OnPostUpdate"); \ static_assert(offsetof(ControlRigComponent_OnPostUpdate, Component) == 0x000000, "Member 'ControlRigComponent_OnPostUpdate::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_OnPreSetup \ static_assert(alignof(ControlRigComponent_OnPreSetup) == 0x000008, "Wrong alignment on ControlRigComponent_OnPreSetup"); \ static_assert(sizeof(ControlRigComponent_OnPreSetup) == 0x000008, "Wrong size on ControlRigComponent_OnPreSetup"); \ static_assert(offsetof(ControlRigComponent_OnPreSetup, Component) == 0x000000, "Member 'ControlRigComponent_OnPreSetup::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_OnPreUpdate \ static_assert(alignof(ControlRigComponent_OnPreUpdate) == 0x000008, "Wrong alignment on ControlRigComponent_OnPreUpdate"); \ static_assert(sizeof(ControlRigComponent_OnPreUpdate) == 0x000008, "Wrong size on ControlRigComponent_OnPreUpdate"); \ static_assert(offsetof(ControlRigComponent_OnPreUpdate, Component) == 0x000000, "Member 'ControlRigComponent_OnPreUpdate::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh \ static_assert(alignof(ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh) == 0x000008, "Wrong alignment on ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh"); \ static_assert(sizeof(ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh) == 0x000008, "Wrong size on ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh"); \ static_assert(offsetof(ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh, InSkeletalMesh) == 0x000000, "Member 'ControlRigComponent_SetBoneInitialTransformsFromSkeletalMesh::InSkeletalMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetBoneTransform \ static_assert(alignof(ControlRigComponent_SetBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetBoneTransform"); \ static_assert(sizeof(ControlRigComponent_SetBoneTransform) == 0x000050, "Wrong size on ControlRigComponent_SetBoneTransform"); \ static_assert(offsetof(ControlRigComponent_SetBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_SetBoneTransform::BoneName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetBoneTransform, Transform) == 0x000010, "Member 'ControlRigComponent_SetBoneTransform::Transform' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetBoneTransform, Space) == 0x000040, "Member 'ControlRigComponent_SetBoneTransform::Space' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetBoneTransform, Weight) == 0x000044, "Member 'ControlRigComponent_SetBoneTransform::Weight' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetBoneTransform, bPropagateToChildren) == 0x000048, "Member 'ControlRigComponent_SetBoneTransform::bPropagateToChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetControlBool \ static_assert(alignof(ControlRigComponent_SetControlBool) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlBool"); \ static_assert(sizeof(ControlRigComponent_SetControlBool) == 0x00000C, "Wrong size on ControlRigComponent_SetControlBool"); \ static_assert(offsetof(ControlRigComponent_SetControlBool, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlBool::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlBool, Value) == 0x000008, "Member 'ControlRigComponent_SetControlBool::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetControlFloat \ static_assert(alignof(ControlRigComponent_SetControlFloat) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlFloat"); \ static_assert(sizeof(ControlRigComponent_SetControlFloat) == 0x00000C, "Wrong size on ControlRigComponent_SetControlFloat"); \ static_assert(offsetof(ControlRigComponent_SetControlFloat, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlFloat::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlFloat, Value) == 0x000008, "Member 'ControlRigComponent_SetControlFloat::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetControlInt \ static_assert(alignof(ControlRigComponent_SetControlInt) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlInt"); \ static_assert(sizeof(ControlRigComponent_SetControlInt) == 0x00000C, "Wrong size on ControlRigComponent_SetControlInt"); \ static_assert(offsetof(ControlRigComponent_SetControlInt, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlInt::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlInt, Value) == 0x000008, "Member 'ControlRigComponent_SetControlInt::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetControlOffset \ static_assert(alignof(ControlRigComponent_SetControlOffset) == 0x000010, "Wrong alignment on ControlRigComponent_SetControlOffset"); \ static_assert(sizeof(ControlRigComponent_SetControlOffset) == 0x000050, "Wrong size on ControlRigComponent_SetControlOffset"); \ static_assert(offsetof(ControlRigComponent_SetControlOffset, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlOffset::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlOffset, OffsetTransform) == 0x000010, "Member 'ControlRigComponent_SetControlOffset::OffsetTransform' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlOffset, Space) == 0x000040, "Member 'ControlRigComponent_SetControlOffset::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetControlPosition \ static_assert(alignof(ControlRigComponent_SetControlPosition) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlPosition"); \ static_assert(sizeof(ControlRigComponent_SetControlPosition) == 0x000018, "Wrong size on ControlRigComponent_SetControlPosition"); \ static_assert(offsetof(ControlRigComponent_SetControlPosition, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlPosition::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlPosition, Value) == 0x000008, "Member 'ControlRigComponent_SetControlPosition::Value' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlPosition, Space) == 0x000014, "Member 'ControlRigComponent_SetControlPosition::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetControlRotator \ static_assert(alignof(ControlRigComponent_SetControlRotator) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlRotator"); \ static_assert(sizeof(ControlRigComponent_SetControlRotator) == 0x000018, "Wrong size on ControlRigComponent_SetControlRotator"); \ static_assert(offsetof(ControlRigComponent_SetControlRotator, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlRotator::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlRotator, Value) == 0x000008, "Member 'ControlRigComponent_SetControlRotator::Value' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlRotator, Space) == 0x000014, "Member 'ControlRigComponent_SetControlRotator::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetControlScale \ static_assert(alignof(ControlRigComponent_SetControlScale) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlScale"); \ static_assert(sizeof(ControlRigComponent_SetControlScale) == 0x000018, "Wrong size on ControlRigComponent_SetControlScale"); \ static_assert(offsetof(ControlRigComponent_SetControlScale, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlScale::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlScale, Value) == 0x000008, "Member 'ControlRigComponent_SetControlScale::Value' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlScale, Space) == 0x000014, "Member 'ControlRigComponent_SetControlScale::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetControlTransform \ static_assert(alignof(ControlRigComponent_SetControlTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetControlTransform"); \ static_assert(sizeof(ControlRigComponent_SetControlTransform) == 0x000050, "Wrong size on ControlRigComponent_SetControlTransform"); \ static_assert(offsetof(ControlRigComponent_SetControlTransform, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlTransform::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlTransform, Value) == 0x000010, "Member 'ControlRigComponent_SetControlTransform::Value' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlTransform, Space) == 0x000040, "Member 'ControlRigComponent_SetControlTransform::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetControlVector2D \ static_assert(alignof(ControlRigComponent_SetControlVector2D) == 0x000004, "Wrong alignment on ControlRigComponent_SetControlVector2D"); \ static_assert(sizeof(ControlRigComponent_SetControlVector2D) == 0x000010, "Wrong size on ControlRigComponent_SetControlVector2D"); \ static_assert(offsetof(ControlRigComponent_SetControlVector2D, ControlName) == 0x000000, "Member 'ControlRigComponent_SetControlVector2D::ControlName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetControlVector2D, Value) == 0x000008, "Member 'ControlRigComponent_SetControlVector2D::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetInitialBoneTransform \ static_assert(alignof(ControlRigComponent_SetInitialBoneTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetInitialBoneTransform"); \ static_assert(sizeof(ControlRigComponent_SetInitialBoneTransform) == 0x000050, "Wrong size on ControlRigComponent_SetInitialBoneTransform"); \ static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, BoneName) == 0x000000, "Member 'ControlRigComponent_SetInitialBoneTransform::BoneName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, InitialTransform) == 0x000010, "Member 'ControlRigComponent_SetInitialBoneTransform::InitialTransform' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, Space) == 0x000040, "Member 'ControlRigComponent_SetInitialBoneTransform::Space' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetInitialBoneTransform, bPropagateToChildren) == 0x000041, "Member 'ControlRigComponent_SetInitialBoneTransform::bPropagateToChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetInitialSpaceTransform \ static_assert(alignof(ControlRigComponent_SetInitialSpaceTransform) == 0x000010, "Wrong alignment on ControlRigComponent_SetInitialSpaceTransform"); \ static_assert(sizeof(ControlRigComponent_SetInitialSpaceTransform) == 0x000050, "Wrong size on ControlRigComponent_SetInitialSpaceTransform"); \ static_assert(offsetof(ControlRigComponent_SetInitialSpaceTransform, SpaceName) == 0x000000, "Member 'ControlRigComponent_SetInitialSpaceTransform::SpaceName' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetInitialSpaceTransform, InitialTransform) == 0x000010, "Member 'ControlRigComponent_SetInitialSpaceTransform::InitialTransform' has a wrong offset!"); \ static_assert(offsetof(ControlRigComponent_SetInitialSpaceTransform, Space) == 0x000040, "Member 'ControlRigComponent_SetInitialSpaceTransform::Space' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_SetMappedElements \ static_assert(alignof(ControlRigComponent_SetMappedElements) == 0x000008, "Wrong alignment on ControlRigComponent_SetMappedElements"); \ static_assert(sizeof(ControlRigComponent_SetMappedElements) == 0x000010, "Wrong size on ControlRigComponent_SetMappedElements"); \ static_assert(offsetof(ControlRigComponent_SetMappedElements, NewMappedElements) == 0x000000, "Member 'ControlRigComponent_SetMappedElements::NewMappedElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_Update \ static_assert(alignof(ControlRigComponent_Update) == 0x000004, "Wrong alignment on ControlRigComponent_Update"); \ static_assert(sizeof(ControlRigComponent_Update) == 0x000004, "Wrong size on ControlRigComponent_Update"); \ static_assert(offsetof(ControlRigComponent_Update, DeltaTime) == 0x000000, "Member 'ControlRigComponent_Update::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigComponent_GetAbsoluteTime \ static_assert(alignof(ControlRigComponent_GetAbsoluteTime) == 0x000004, "Wrong alignment on ControlRigComponent_GetAbsoluteTime"); \ static_assert(sizeof(ControlRigComponent_GetAbsoluteTime) == 0x000004, "Wrong size on ControlRigComponent_GetAbsoluteTime"); \ static_assert(offsetof(ControlRigComponent_GetAbsoluteTime, ReturnValue) == 0x000000, "Member 'ControlRigComponent_GetAbsoluteTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlRigComponent \ static_assert(alignof(UControlRigComponent) == 0x000010, "Wrong alignment on UControlRigComponent"); \ static_assert(sizeof(UControlRigComponent) == 0x000540, "Wrong size on UControlRigComponent"); \ static_assert(offsetof(UControlRigComponent, ControlRigClass) == 0x000460, "Member 'UControlRigComponent::ControlRigClass' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, OnPostInitializeDelegate) == 0x000468, "Member 'UControlRigComponent::OnPostInitializeDelegate' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, OnPreSetupDelegate) == 0x000478, "Member 'UControlRigComponent::OnPreSetupDelegate' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, OnPostSetupDelegate) == 0x000488, "Member 'UControlRigComponent::OnPostSetupDelegate' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, OnPreUpdateDelegate) == 0x000498, "Member 'UControlRigComponent::OnPreUpdateDelegate' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, OnPostUpdateDelegate) == 0x0004A8, "Member 'UControlRigComponent::OnPostUpdateDelegate' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, MappedElements) == 0x0004B8, "Member 'UControlRigComponent::MappedElements' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bResetTransformBeforeTick) == 0x0004C8, "Member 'UControlRigComponent::bResetTransformBeforeTick' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bResetInitialsBeforeSetup) == 0x0004C9, "Member 'UControlRigComponent::bResetInitialsBeforeSetup' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bUpdateRigOnTick) == 0x0004CA, "Member 'UControlRigComponent::bUpdateRigOnTick' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bUpdateInEditor) == 0x0004CB, "Member 'UControlRigComponent::bUpdateInEditor' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bDrawBones) == 0x0004CC, "Member 'UControlRigComponent::bDrawBones' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, bShowDebugDrawing) == 0x0004CD, "Member 'UControlRigComponent::bShowDebugDrawing' has a wrong offset!"); \ static_assert(offsetof(UControlRigComponent, ControlRig) == 0x0004D0, "Member 'UControlRigComponent::ControlRig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAdditiveControlRig \ static_assert(alignof(UAdditiveControlRig) == 0x000008, "Wrong alignment on UAdditiveControlRig"); \ static_assert(sizeof(UAdditiveControlRig) == 0x000660, "Wrong size on UAdditiveControlRig"); \ #define DUMPER7_ASSERTS_AControlRigControlActor \ static_assert(alignof(AControlRigControlActor) == 0x000008, "Wrong alignment on AControlRigControlActor"); \ static_assert(sizeof(AControlRigControlActor) == 0x0002C8, "Wrong size on AControlRigControlActor"); \ static_assert(offsetof(AControlRigControlActor, ActorToTrack) == 0x000230, "Member 'AControlRigControlActor::ActorToTrack' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ControlRigClass) == 0x000238, "Member 'AControlRigControlActor::ControlRigClass' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, bRefreshOnTick) == 0x000240, "Member 'AControlRigControlActor::bRefreshOnTick' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, bIsSelectable) == 0x000241, "Member 'AControlRigControlActor::bIsSelectable' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, MaterialOverride) == 0x000248, "Member 'AControlRigControlActor::MaterialOverride' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ColorParameter) == 0x000250, "Member 'AControlRigControlActor::ColorParameter' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, bCastShadows) == 0x000260, "Member 'AControlRigControlActor::bCastShadows' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ActorRootComponent) == 0x000268, "Member 'AControlRigControlActor::ActorRootComponent' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ControlRig) == 0x000270, "Member 'AControlRigControlActor::ControlRig' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ControlNames) == 0x000278, "Member 'AControlRigControlActor::ControlNames' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, GizmoTransforms) == 0x000288, "Member 'AControlRigControlActor::GizmoTransforms' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, Components) == 0x000298, "Member 'AControlRigControlActor::Components' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, Materials) == 0x0002A8, "Member 'AControlRigControlActor::Materials' has a wrong offset!"); \ static_assert(offsetof(AControlRigControlActor, ColorParameterName) == 0x0002B8, "Member 'AControlRigControlActor::ColorParameterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlRigAnimInstance \ static_assert(alignof(UControlRigAnimInstance) == 0x000010, "Wrong alignment on UControlRigAnimInstance"); \ static_assert(sizeof(UControlRigAnimInstance) == 0x0002C0, "Wrong size on UControlRigAnimInstance"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_OnEnabledChanged \ static_assert(alignof(ControlRigGizmoActor_OnEnabledChanged) == 0x000001, "Wrong alignment on ControlRigGizmoActor_OnEnabledChanged"); \ static_assert(sizeof(ControlRigGizmoActor_OnEnabledChanged) == 0x000001, "Wrong size on ControlRigGizmoActor_OnEnabledChanged"); \ static_assert(offsetof(ControlRigGizmoActor_OnEnabledChanged, bIsEnabled) == 0x000000, "Member 'ControlRigGizmoActor_OnEnabledChanged::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_OnHoveredChanged \ static_assert(alignof(ControlRigGizmoActor_OnHoveredChanged) == 0x000001, "Wrong alignment on ControlRigGizmoActor_OnHoveredChanged"); \ static_assert(sizeof(ControlRigGizmoActor_OnHoveredChanged) == 0x000001, "Wrong size on ControlRigGizmoActor_OnHoveredChanged"); \ static_assert(offsetof(ControlRigGizmoActor_OnHoveredChanged, bIsSelected) == 0x000000, "Member 'ControlRigGizmoActor_OnHoveredChanged::bIsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_OnManipulatingChanged \ static_assert(alignof(ControlRigGizmoActor_OnManipulatingChanged) == 0x000001, "Wrong alignment on ControlRigGizmoActor_OnManipulatingChanged"); \ static_assert(sizeof(ControlRigGizmoActor_OnManipulatingChanged) == 0x000001, "Wrong size on ControlRigGizmoActor_OnManipulatingChanged"); \ static_assert(offsetof(ControlRigGizmoActor_OnManipulatingChanged, bIsManipulating) == 0x000000, "Member 'ControlRigGizmoActor_OnManipulatingChanged::bIsManipulating' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_OnSelectionChanged \ static_assert(alignof(ControlRigGizmoActor_OnSelectionChanged) == 0x000001, "Wrong alignment on ControlRigGizmoActor_OnSelectionChanged"); \ static_assert(sizeof(ControlRigGizmoActor_OnSelectionChanged) == 0x000001, "Wrong size on ControlRigGizmoActor_OnSelectionChanged"); \ static_assert(offsetof(ControlRigGizmoActor_OnSelectionChanged, bIsSelected) == 0x000000, "Member 'ControlRigGizmoActor_OnSelectionChanged::bIsSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_OnTransformChanged \ static_assert(alignof(ControlRigGizmoActor_OnTransformChanged) == 0x000010, "Wrong alignment on ControlRigGizmoActor_OnTransformChanged"); \ static_assert(sizeof(ControlRigGizmoActor_OnTransformChanged) == 0x000030, "Wrong size on ControlRigGizmoActor_OnTransformChanged"); \ static_assert(offsetof(ControlRigGizmoActor_OnTransformChanged, NewTransform) == 0x000000, "Member 'ControlRigGizmoActor_OnTransformChanged::NewTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_SetEnabled \ static_assert(alignof(ControlRigGizmoActor_SetEnabled) == 0x000001, "Wrong alignment on ControlRigGizmoActor_SetEnabled"); \ static_assert(sizeof(ControlRigGizmoActor_SetEnabled) == 0x000001, "Wrong size on ControlRigGizmoActor_SetEnabled"); \ static_assert(offsetof(ControlRigGizmoActor_SetEnabled, bInEnabled) == 0x000000, "Member 'ControlRigGizmoActor_SetEnabled::bInEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_SetGlobalTransform \ static_assert(alignof(ControlRigGizmoActor_SetGlobalTransform) == 0x000010, "Wrong alignment on ControlRigGizmoActor_SetGlobalTransform"); \ static_assert(sizeof(ControlRigGizmoActor_SetGlobalTransform) == 0x000030, "Wrong size on ControlRigGizmoActor_SetGlobalTransform"); \ static_assert(offsetof(ControlRigGizmoActor_SetGlobalTransform, InTransform) == 0x000000, "Member 'ControlRigGizmoActor_SetGlobalTransform::InTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_SetHovered \ static_assert(alignof(ControlRigGizmoActor_SetHovered) == 0x000001, "Wrong alignment on ControlRigGizmoActor_SetHovered"); \ static_assert(sizeof(ControlRigGizmoActor_SetHovered) == 0x000001, "Wrong size on ControlRigGizmoActor_SetHovered"); \ static_assert(offsetof(ControlRigGizmoActor_SetHovered, bInHovered) == 0x000000, "Member 'ControlRigGizmoActor_SetHovered::bInHovered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_SetSelectable \ static_assert(alignof(ControlRigGizmoActor_SetSelectable) == 0x000001, "Wrong alignment on ControlRigGizmoActor_SetSelectable"); \ static_assert(sizeof(ControlRigGizmoActor_SetSelectable) == 0x000001, "Wrong size on ControlRigGizmoActor_SetSelectable"); \ static_assert(offsetof(ControlRigGizmoActor_SetSelectable, bInSelectable) == 0x000000, "Member 'ControlRigGizmoActor_SetSelectable::bInSelectable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_SetSelected \ static_assert(alignof(ControlRigGizmoActor_SetSelected) == 0x000001, "Wrong alignment on ControlRigGizmoActor_SetSelected"); \ static_assert(sizeof(ControlRigGizmoActor_SetSelected) == 0x000001, "Wrong size on ControlRigGizmoActor_SetSelected"); \ static_assert(offsetof(ControlRigGizmoActor_SetSelected, bInSelected) == 0x000000, "Member 'ControlRigGizmoActor_SetSelected::bInSelected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_GetGlobalTransform \ static_assert(alignof(ControlRigGizmoActor_GetGlobalTransform) == 0x000010, "Wrong alignment on ControlRigGizmoActor_GetGlobalTransform"); \ static_assert(sizeof(ControlRigGizmoActor_GetGlobalTransform) == 0x000030, "Wrong size on ControlRigGizmoActor_GetGlobalTransform"); \ static_assert(offsetof(ControlRigGizmoActor_GetGlobalTransform, ReturnValue) == 0x000000, "Member 'ControlRigGizmoActor_GetGlobalTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_IsEnabled \ static_assert(alignof(ControlRigGizmoActor_IsEnabled) == 0x000001, "Wrong alignment on ControlRigGizmoActor_IsEnabled"); \ static_assert(sizeof(ControlRigGizmoActor_IsEnabled) == 0x000001, "Wrong size on ControlRigGizmoActor_IsEnabled"); \ static_assert(offsetof(ControlRigGizmoActor_IsEnabled, ReturnValue) == 0x000000, "Member 'ControlRigGizmoActor_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_IsHovered \ static_assert(alignof(ControlRigGizmoActor_IsHovered) == 0x000001, "Wrong alignment on ControlRigGizmoActor_IsHovered"); \ static_assert(sizeof(ControlRigGizmoActor_IsHovered) == 0x000001, "Wrong size on ControlRigGizmoActor_IsHovered"); \ static_assert(offsetof(ControlRigGizmoActor_IsHovered, ReturnValue) == 0x000000, "Member 'ControlRigGizmoActor_IsHovered::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ControlRigGizmoActor_IsSelectedInEditor \ static_assert(alignof(ControlRigGizmoActor_IsSelectedInEditor) == 0x000001, "Wrong alignment on ControlRigGizmoActor_IsSelectedInEditor"); \ static_assert(sizeof(ControlRigGizmoActor_IsSelectedInEditor) == 0x000001, "Wrong size on ControlRigGizmoActor_IsSelectedInEditor"); \ static_assert(offsetof(ControlRigGizmoActor_IsSelectedInEditor, ReturnValue) == 0x000000, "Member 'ControlRigGizmoActor_IsSelectedInEditor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AControlRigGizmoActor \ static_assert(alignof(AControlRigGizmoActor) == 0x000008, "Wrong alignment on AControlRigGizmoActor"); \ static_assert(sizeof(AControlRigGizmoActor) == 0x000258, "Wrong size on AControlRigGizmoActor"); \ static_assert(offsetof(AControlRigGizmoActor, ActorRootComponent) == 0x000230, "Member 'AControlRigGizmoActor::ActorRootComponent' has a wrong offset!"); \ static_assert(offsetof(AControlRigGizmoActor, StaticMeshComponent) == 0x000238, "Member 'AControlRigGizmoActor::StaticMeshComponent' has a wrong offset!"); \ static_assert(offsetof(AControlRigGizmoActor, ControlRigIndex) == 0x000240, "Member 'AControlRigGizmoActor::ControlRigIndex' has a wrong offset!"); \ static_assert(offsetof(AControlRigGizmoActor, ControlName) == 0x000244, "Member 'AControlRigGizmoActor::ControlName' has a wrong offset!"); \ static_assert(offsetof(AControlRigGizmoActor, ColorParameterName) == 0x00024C, "Member 'AControlRigGizmoActor::ColorParameterName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlRigGizmoLibrary \ static_assert(alignof(UControlRigGizmoLibrary) == 0x000010, "Wrong alignment on UControlRigGizmoLibrary"); \ static_assert(sizeof(UControlRigGizmoLibrary) == 0x0000E0, "Wrong size on UControlRigGizmoLibrary"); \ static_assert(offsetof(UControlRigGizmoLibrary, DefaultGizmo) == 0x000030, "Member 'UControlRigGizmoLibrary::DefaultGizmo' has a wrong offset!"); \ static_assert(offsetof(UControlRigGizmoLibrary, DefaultMaterial) == 0x000090, "Member 'UControlRigGizmoLibrary::DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UControlRigGizmoLibrary, MaterialColorParameter) == 0x0000B8, "Member 'UControlRigGizmoLibrary::MaterialColorParameter' has a wrong offset!"); \ static_assert(offsetof(UControlRigGizmoLibrary, Gizmos) == 0x0000C0, "Member 'UControlRigGizmoLibrary::Gizmos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlRigLayerInstance \ static_assert(alignof(UControlRigLayerInstance) == 0x000010, "Wrong alignment on UControlRigLayerInstance"); \ static_assert(sizeof(UControlRigLayerInstance) == 0x0002C0, "Wrong size on UControlRigLayerInstance"); \ #define DUMPER7_ASSERTS_UControlRigValidationPass \ static_assert(alignof(UControlRigValidationPass) == 0x000008, "Wrong alignment on UControlRigValidationPass"); \ static_assert(sizeof(UControlRigValidationPass) == 0x000028, "Wrong size on UControlRigValidationPass"); \ #define DUMPER7_ASSERTS_UControlRigNumericalValidationPass \ static_assert(alignof(UControlRigNumericalValidationPass) == 0x000008, "Wrong alignment on UControlRigNumericalValidationPass"); \ static_assert(sizeof(UControlRigNumericalValidationPass) == 0x000060, "Wrong size on UControlRigNumericalValidationPass"); \ static_assert(offsetof(UControlRigNumericalValidationPass, bCheckControls) == 0x000028, "Member 'UControlRigNumericalValidationPass::bCheckControls' has a wrong offset!"); \ static_assert(offsetof(UControlRigNumericalValidationPass, bCheckBones) == 0x000029, "Member 'UControlRigNumericalValidationPass::bCheckBones' has a wrong offset!"); \ static_assert(offsetof(UControlRigNumericalValidationPass, bCheckCurves) == 0x00002A, "Member 'UControlRigNumericalValidationPass::bCheckCurves' has a wrong offset!"); \ static_assert(offsetof(UControlRigNumericalValidationPass, TranslationPrecision) == 0x00002C, "Member 'UControlRigNumericalValidationPass::TranslationPrecision' has a wrong offset!"); \ static_assert(offsetof(UControlRigNumericalValidationPass, RotationPrecision) == 0x000030, "Member 'UControlRigNumericalValidationPass::RotationPrecision' has a wrong offset!"); \ static_assert(offsetof(UControlRigNumericalValidationPass, ScalePrecision) == 0x000034, "Member 'UControlRigNumericalValidationPass::ScalePrecision' has a wrong offset!"); \ static_assert(offsetof(UControlRigNumericalValidationPass, CurvePrecision) == 0x000038, "Member 'UControlRigNumericalValidationPass::CurvePrecision' has a wrong offset!"); \ static_assert(offsetof(UControlRigNumericalValidationPass, EventNameA) == 0x00003C, "Member 'UControlRigNumericalValidationPass::EventNameA' has a wrong offset!"); \ static_assert(offsetof(UControlRigNumericalValidationPass, EventNameB) == 0x000044, "Member 'UControlRigNumericalValidationPass::EventNameB' has a wrong offset!"); \ static_assert(offsetof(UControlRigNumericalValidationPass, Pose) == 0x000050, "Member 'UControlRigNumericalValidationPass::Pose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlRigObjectHolder \ static_assert(alignof(UControlRigObjectHolder) == 0x000008, "Wrong alignment on UControlRigObjectHolder"); \ static_assert(sizeof(UControlRigObjectHolder) == 0x000038, "Wrong size on UControlRigObjectHolder"); \ static_assert(offsetof(UControlRigObjectHolder, Objects) == 0x000028, "Member 'UControlRigObjectHolder::Objects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlRigSequence \ static_assert(alignof(UControlRigSequence) == 0x000008, "Wrong alignment on UControlRigSequence"); \ static_assert(sizeof(UControlRigSequence) == 0x000220, "Wrong size on UControlRigSequence"); \ static_assert(offsetof(UControlRigSequence, LastExportedToAnimationSequence) == 0x0001C8, "Member 'UControlRigSequence::LastExportedToAnimationSequence' has a wrong offset!"); \ static_assert(offsetof(UControlRigSequence, LastExportedUsingSkeletalMesh) == 0x0001F0, "Member 'UControlRigSequence::LastExportedUsingSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UControlRigSequence, LastExportedFrameRate) == 0x000218, "Member 'UControlRigSequence::LastExportedFrameRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlRigSequencerAnimInstance \ static_assert(alignof(UControlRigSequencerAnimInstance) == 0x000010, "Wrong alignment on UControlRigSequencerAnimInstance"); \ static_assert(sizeof(UControlRigSequencerAnimInstance) == 0x0002D0, "Wrong size on UControlRigSequencerAnimInstance"); \ #define DUMPER7_ASSERTS_UControlRigSettings \ static_assert(alignof(UControlRigSettings) == 0x000008, "Wrong alignment on UControlRigSettings"); \ static_assert(sizeof(UControlRigSettings) == 0x000038, "Wrong size on UControlRigSettings"); \ #define DUMPER7_ASSERTS_UControlRigValidator \ static_assert(alignof(UControlRigValidator) == 0x000008, "Wrong alignment on UControlRigValidator"); \ static_assert(sizeof(UControlRigValidator) == 0x000068, "Wrong size on UControlRigValidator"); \ static_assert(offsetof(UControlRigValidator, Passes) == 0x000028, "Member 'UControlRigValidator::Passes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFKControlRig \ static_assert(alignof(UFKControlRig) == 0x000008, "Wrong alignment on UFKControlRig"); \ static_assert(sizeof(UFKControlRig) == 0x000668, "Wrong size on UFKControlRig"); \ static_assert(offsetof(UFKControlRig, IsControlActive) == 0x000650, "Member 'UFKControlRig::IsControlActive' has a wrong offset!"); \ static_assert(offsetof(UFKControlRig, ApplyMode) == 0x000660, "Member 'UFKControlRig::ApplyMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneControlRigParameterSection \ static_assert(alignof(UMovieSceneControlRigParameterSection) == 0x000008, "Wrong alignment on UMovieSceneControlRigParameterSection"); \ static_assert(sizeof(UMovieSceneControlRigParameterSection) == 0x0002E8, "Wrong size on UMovieSceneControlRigParameterSection"); \ static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlRig) == 0x000148, "Member 'UMovieSceneControlRigParameterSection::ControlRig' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlRigClass) == 0x000150, "Member 'UMovieSceneControlRigParameterSection::ControlRigClass' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlsMask) == 0x000158, "Member 'UMovieSceneControlRigParameterSection::ControlsMask' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneControlRigParameterSection, TransformMask) == 0x000168, "Member 'UMovieSceneControlRigParameterSection::TransformMask' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneControlRigParameterSection, Weight) == 0x000170, "Member 'UMovieSceneControlRigParameterSection::Weight' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlChannelMap) == 0x000210, "Member 'UMovieSceneControlRigParameterSection::ControlChannelMap' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneControlRigParameterSection, EnumParameterNamesAndCurves) == 0x000260, "Member 'UMovieSceneControlRigParameterSection::EnumParameterNamesAndCurves' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneControlRigParameterSection, IntegerParameterNamesAndCurves) == 0x000270, "Member 'UMovieSceneControlRigParameterSection::IntegerParameterNamesAndCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneControlRigParameterTrack \ static_assert(alignof(UMovieSceneControlRigParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneControlRigParameterTrack"); \ static_assert(sizeof(UMovieSceneControlRigParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneControlRigParameterTrack"); \ static_assert(offsetof(UMovieSceneControlRigParameterTrack, ControlRig) == 0x0000A0, "Member 'UMovieSceneControlRigParameterTrack::ControlRig' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneControlRigParameterTrack, SectionToKey) == 0x0000A8, "Member 'UMovieSceneControlRigParameterTrack::SectionToKey' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneControlRigParameterTrack, Sections) == 0x0000B0, "Member 'UMovieSceneControlRigParameterTrack::Sections' has a wrong offset!"); \ static_assert(offsetof(UMovieSceneControlRigParameterTrack, TrackName) == 0x0000C0, "Member 'UMovieSceneControlRigParameterTrack::TrackName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSimulationStageMetaData \ static_assert(alignof(FSimulationStageMetaData) == 0x000008, "Wrong alignment on FSimulationStageMetaData"); \ static_assert(sizeof(FSimulationStageMetaData) == 0x000030, "Wrong size on FSimulationStageMetaData"); \ static_assert(offsetof(FSimulationStageMetaData, SimulationStageName) == 0x000000, "Member 'FSimulationStageMetaData::SimulationStageName' has a wrong offset!"); \ static_assert(offsetof(FSimulationStageMetaData, IterationSource) == 0x000008, "Member 'FSimulationStageMetaData::IterationSource' has a wrong offset!"); \ static_assert(offsetof(FSimulationStageMetaData, OutputDestinations) == 0x000018, "Member 'FSimulationStageMetaData::OutputDestinations' has a wrong offset!"); \ static_assert(offsetof(FSimulationStageMetaData, MinStage) == 0x000028, "Member 'FSimulationStageMetaData::MinStage' has a wrong offset!"); \ static_assert(offsetof(FSimulationStageMetaData, MaxStage) == 0x00002C, "Member 'FSimulationStageMetaData::MaxStage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDataInterfaceGeneratedFunction \ static_assert(alignof(FNiagaraDataInterfaceGeneratedFunction) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGeneratedFunction"); \ static_assert(sizeof(FNiagaraDataInterfaceGeneratedFunction) == 0x000028, "Wrong size on FNiagaraDataInterfaceGeneratedFunction"); \ #define DUMPER7_ASSERTS_FNiagaraDataInterfaceGPUParamInfo \ static_assert(alignof(FNiagaraDataInterfaceGPUParamInfo) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGPUParamInfo"); \ static_assert(sizeof(FNiagaraDataInterfaceGPUParamInfo) == 0x000030, "Wrong size on FNiagaraDataInterfaceGPUParamInfo"); \ static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, DataInterfaceHLSLSymbol) == 0x000000, "Member 'FNiagaraDataInterfaceGPUParamInfo::DataInterfaceHLSLSymbol' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, DIClassName) == 0x000010, "Member 'FNiagaraDataInterfaceGPUParamInfo::DIClassName' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, GeneratedFunctions) == 0x000020, "Member 'FNiagaraDataInterfaceGPUParamInfo::GeneratedFunctions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraCompileEvent \ static_assert(alignof(FNiagaraCompileEvent) == 0x000008, "Wrong alignment on FNiagaraCompileEvent"); \ static_assert(sizeof(FNiagaraCompileEvent) == 0x000060, "Wrong size on FNiagaraCompileEvent"); \ static_assert(offsetof(FNiagaraCompileEvent, Severity) == 0x000000, "Member 'FNiagaraCompileEvent::Severity' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, Message) == 0x000008, "Member 'FNiagaraCompileEvent::Message' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, ShortDescription) == 0x000018, "Member 'FNiagaraCompileEvent::ShortDescription' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, bDismissable) == 0x000028, "Member 'FNiagaraCompileEvent::bDismissable' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, NodeGuid) == 0x00002C, "Member 'FNiagaraCompileEvent::NodeGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, PinGuid) == 0x00003C, "Member 'FNiagaraCompileEvent::PinGuid' has a wrong offset!"); \ static_assert(offsetof(FNiagaraCompileEvent, StackGuids) == 0x000050, "Member 'FNiagaraCompileEvent::StackGuids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraScriptBase \ static_assert(alignof(UNiagaraScriptBase) == 0x000008, "Wrong alignment on UNiagaraScriptBase"); \ static_assert(sizeof(UNiagaraScriptBase) == 0x000028, "Wrong size on UNiagaraScriptBase"); \ #define DUMPER7_ASSERTS_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_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_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_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) == 0x0002B8, "Wrong size on ALevelSequenceActor"); \ static_assert(offsetof(ALevelSequenceActor, PlaybackSettings) == 0x000248, "Member 'ALevelSequenceActor::PlaybackSettings' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, SequencePlayer) == 0x000260, "Member 'ALevelSequenceActor::SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, LevelSequence) == 0x000268, "Member 'ALevelSequenceActor::LevelSequence' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, CameraSettings) == 0x000280, "Member 'ALevelSequenceActor::CameraSettings' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BurnInOptions) == 0x000288, "Member 'ALevelSequenceActor::BurnInOptions' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BindingOverrides) == 0x000290, "Member 'ALevelSequenceActor::BindingOverrides' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, DefaultInstanceData) == 0x0002A0, "Member 'ALevelSequenceActor::DefaultInstanceData' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, BurnInInstance) == 0x0002A8, "Member 'ALevelSequenceActor::BurnInInstance' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceActor, bShowBurnin) == 0x0002B0, "Member 'ALevelSequenceActor::bShowBurnin' 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_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_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) == 0x000258, "Wrong size on ALevelSequenceMediaController"); \ static_assert(offsetof(ALevelSequenceMediaController, Sequence) == 0x000238, "Member 'ALevelSequenceMediaController::Sequence' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceMediaController, MediaComponent) == 0x000240, "Member 'ALevelSequenceMediaController::MediaComponent' has a wrong offset!"); \ static_assert(offsetof(ALevelSequenceMediaController, ServerStartTimeSeconds) == 0x000248, "Member 'ALevelSequenceMediaController::ServerStartTimeSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00 \ static_assert(alignof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00) == 0x000008, "Wrong alignment on BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00"); \ static_assert(sizeof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00) == 0x0000D0, "Wrong size on BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, EntryPoint) == 0x000000, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000020, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000028, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000030, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000038, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_EOEvent_Sender_1) == 0x000040, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_EOEvent_Event_1) == 0x000048, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_EOCreateEvent_OutputDelegate) == 0x000050, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_EOEvent_Sender) == 0x000060, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_EOEvent_Event) == 0x000068, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_DynamicCast_AsBPE_A_Music_System_Trigger_KA0) == 0x000070, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_DynamicCast_AsBPE_A_Music_System_Trigger_KA0' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_SwitchEnum_CmpSuccess) == 0x000079, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, CallFunc_SubscribeToQuantizationEvent_ClockHandle) == 0x000080, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::CallFunc_SubscribeToQuantizationEvent_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_CustomEvent_ClockName) == 0x000088, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_CustomEvent_ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_CustomEvent_QuantizationType) == 0x000090, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_CustomEvent_QuantizationType' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_CustomEvent_NumBars) == 0x000094, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_CustomEvent_NumBars' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_CustomEvent_Beat) == 0x000098, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_CustomEvent_Beat' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, K2Node_CustomEvent_BeatFraction) == 0x00009C, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::K2Node_CustomEvent_BeatFraction' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_5) == 0x0000A0, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, CallFunc_Conv_IntToString_ReturnValue) == 0x0000B0, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_6) == 0x0000C0, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000C8, "Member 'BP_AudioManager_Ch00_C_ExecuteUbergraph_BP_AudioManager_Ch00::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_Ch00_C_CountUntilTransition \ static_assert(alignof(BP_AudioManager_Ch00_C_CountUntilTransition) == 0x000004, "Wrong alignment on BP_AudioManager_Ch00_C_CountUntilTransition"); \ static_assert(sizeof(BP_AudioManager_Ch00_C_CountUntilTransition) == 0x000018, "Wrong size on BP_AudioManager_Ch00_C_CountUntilTransition"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_CountUntilTransition, ClockName) == 0x000000, "Member 'BP_AudioManager_Ch00_C_CountUntilTransition::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_CountUntilTransition, QuantizationType) == 0x000008, "Member 'BP_AudioManager_Ch00_C_CountUntilTransition::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_CountUntilTransition, NumBars) == 0x00000C, "Member 'BP_AudioManager_Ch00_C_CountUntilTransition::NumBars' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_CountUntilTransition, Beat) == 0x000010, "Member 'BP_AudioManager_Ch00_C_CountUntilTransition::Beat' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_CountUntilTransition, BeatFraction) == 0x000014, "Member 'BP_AudioManager_Ch00_C_CountUntilTransition::BeatFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_Ch00_C_MusicSystemTrigger \ static_assert(alignof(BP_AudioManager_Ch00_C_MusicSystemTrigger) == 0x000008, "Wrong alignment on BP_AudioManager_Ch00_C_MusicSystemTrigger"); \ static_assert(sizeof(BP_AudioManager_Ch00_C_MusicSystemTrigger) == 0x000010, "Wrong size on BP_AudioManager_Ch00_C_MusicSystemTrigger"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_MusicSystemTrigger, Sender) == 0x000000, "Member 'BP_AudioManager_Ch00_C_MusicSystemTrigger::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_MusicSystemTrigger, Event) == 0x000008, "Member 'BP_AudioManager_Ch00_C_MusicSystemTrigger::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioManager_Ch00_C_KA0_MusicLogic \ static_assert(alignof(BP_AudioManager_Ch00_C_KA0_MusicLogic) == 0x000008, "Wrong alignment on BP_AudioManager_Ch00_C_KA0_MusicLogic"); \ static_assert(sizeof(BP_AudioManager_Ch00_C_KA0_MusicLogic) == 0x000010, "Wrong size on BP_AudioManager_Ch00_C_KA0_MusicLogic"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_KA0_MusicLogic, Sender) == 0x000000, "Member 'BP_AudioManager_Ch00_C_KA0_MusicLogic::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_AudioManager_Ch00_C_KA0_MusicLogic, Event) == 0x000008, "Member 'BP_AudioManager_Ch00_C_KA0_MusicLogic::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AudioManager_Ch00_C \ static_assert(alignof(ABP_AudioManager_Ch00_C) == 0x000008, "Wrong alignment on ABP_AudioManager_Ch00_C"); \ static_assert(sizeof(ABP_AudioManager_Ch00_C) == 0x000DB0, "Wrong size on ABP_AudioManager_Ch00_C"); \ static_assert(offsetof(ABP_AudioManager_Ch00_C, UberGraphFrame_BP_AudioManager_Ch00_C) == 0x000B30, "Member 'ABP_AudioManager_Ch00_C::UberGraphFrame_BP_AudioManager_Ch00_C' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_Ch00_C, ST_Quartz_Clock_Info_3) == 0x000B38, "Member 'ABP_AudioManager_Ch00_C::ST_Quartz_Clock_Info_3' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_Ch00_C, ClockExplore) == 0x000B90, "Member 'ABP_AudioManager_Ch00_C::ClockExplore' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_Ch00_C, ExploreLayers) == 0x000BE8, "Member 'ABP_AudioManager_Ch00_C::ExploreLayers' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_Ch00_C, ClockSleepSpell_01) == 0x000BF8, "Member 'ABP_AudioManager_Ch00_C::ClockSleepSpell_01' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_Ch00_C, ClockPostSleepSpell) == 0x000C50, "Member 'ABP_AudioManager_Ch00_C::ClockPostSleepSpell' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_Ch00_C, ClockSleepSpell_02) == 0x000CA8, "Member 'ABP_AudioManager_Ch00_C::ClockSleepSpell_02' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_Ch00_C, ClockEarthquake) == 0x000D00, "Member 'ABP_AudioManager_Ch00_C::ClockEarthquake' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioManager_Ch00_C, ClockTransitionToVideo) == 0x000D58, "Member 'ABP_AudioManager_Ch00_C::ClockTransitionToVideo' 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_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_FAnimNode_SkeletalControlBase \ static_assert(alignof(FAnimNode_SkeletalControlBase) == 0x000008, "Wrong alignment on FAnimNode_SkeletalControlBase"); \ static_assert(sizeof(FAnimNode_SkeletalControlBase) == 0x0000C8, "Wrong size on FAnimNode_SkeletalControlBase"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, ComponentPose) == 0x000010, "Member 'FAnimNode_SkeletalControlBase::ComponentPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, LODThreshold) == 0x000020, "Member 'FAnimNode_SkeletalControlBase::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, ActualAlpha) == 0x000024, "Member 'FAnimNode_SkeletalControlBase::ActualAlpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaInputType) == 0x000028, "Member 'FAnimNode_SkeletalControlBase::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, bAlphaBoolEnabled) == 0x000029, "Member 'FAnimNode_SkeletalControlBase::bAlphaBoolEnabled' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, Alpha) == 0x00002C, "Member 'FAnimNode_SkeletalControlBase::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaScaleBias) == 0x000030, "Member 'FAnimNode_SkeletalControlBase::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaBoolBlend) == 0x000038, "Member 'FAnimNode_SkeletalControlBase::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaCurveName) == 0x000080, "Member 'FAnimNode_SkeletalControlBase::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SkeletalControlBase, AlphaScaleBiasClamp) == 0x000088, "Member 'FAnimNode_SkeletalControlBase::AlphaScaleBiasClamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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_FAnimSequencerInstanceProxy \ static_assert(alignof(FAnimSequencerInstanceProxy) == 0x000010, "Wrong alignment on FAnimSequencerInstanceProxy"); \ static_assert(sizeof(FAnimSequencerInstanceProxy) == 0x000A10, "Wrong size on FAnimSequencerInstanceProxy"); \ #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_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_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_FRotationRetargetingInfo \ static_assert(alignof(FRotationRetargetingInfo) == 0x000010, "Wrong alignment on FRotationRetargetingInfo"); \ static_assert(sizeof(FRotationRetargetingInfo) == 0x000130, "Wrong size on FRotationRetargetingInfo"); \ static_assert(offsetof(FRotationRetargetingInfo, bEnabled) == 0x000000, "Member 'FRotationRetargetingInfo::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, Source) == 0x000010, "Member 'FRotationRetargetingInfo::Source' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, Target) == 0x000040, "Member 'FRotationRetargetingInfo::Target' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, RotationComponent) == 0x000070, "Member 'FRotationRetargetingInfo::RotationComponent' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, TwistAxis) == 0x000074, "Member 'FRotationRetargetingInfo::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, bUseAbsoluteAngle) == 0x000080, "Member 'FRotationRetargetingInfo::bUseAbsoluteAngle' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, SourceMinimum) == 0x000084, "Member 'FRotationRetargetingInfo::SourceMinimum' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, SourceMaximum) == 0x000088, "Member 'FRotationRetargetingInfo::SourceMaximum' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, TargetMinimum) == 0x00008C, "Member 'FRotationRetargetingInfo::TargetMinimum' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, TargetMaximum) == 0x000090, "Member 'FRotationRetargetingInfo::TargetMaximum' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, EasingType) == 0x000094, "Member 'FRotationRetargetingInfo::EasingType' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, CustomCurve) == 0x000098, "Member 'FRotationRetargetingInfo::CustomCurve' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, bFlipEasing) == 0x000120, "Member 'FRotationRetargetingInfo::bFlipEasing' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, EasingWeight) == 0x000124, "Member 'FRotationRetargetingInfo::EasingWeight' has a wrong offset!"); \ static_assert(offsetof(FRotationRetargetingInfo, bClamp) == 0x000128, "Member 'FRotationRetargetingInfo::bClamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_AnimDynamics \ static_assert(alignof(FAnimNode_AnimDynamics) == 0x000010, "Wrong alignment on FAnimNode_AnimDynamics"); \ static_assert(sizeof(FAnimNode_AnimDynamics) == 0x000440, "Wrong size on FAnimNode_AnimDynamics"); \ static_assert(offsetof(FAnimNode_AnimDynamics, LinearDampingOverride) == 0x0000C8, "Member 'FAnimNode_AnimDynamics::LinearDampingOverride' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, AngularDampingOverride) == 0x0000CC, "Member 'FAnimNode_AnimDynamics::AngularDampingOverride' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, RelativeSpaceBone) == 0x000130, "Member 'FAnimNode_AnimDynamics::RelativeSpaceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, BoundBone) == 0x000140, "Member 'FAnimNode_AnimDynamics::BoundBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ChainEnd) == 0x000150, "Member 'FAnimNode_AnimDynamics::ChainEnd' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, BoxExtents) == 0x000160, "Member 'FAnimNode_AnimDynamics::BoxExtents' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, LocalJointOffset) == 0x00016C, "Member 'FAnimNode_AnimDynamics::LocalJointOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, GravityScale) == 0x000178, "Member 'FAnimNode_AnimDynamics::GravityScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, GravityOverride) == 0x00017C, "Member 'FAnimNode_AnimDynamics::GravityOverride' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, LinearSpringConstant) == 0x000188, "Member 'FAnimNode_AnimDynamics::LinearSpringConstant' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, AngularSpringConstant) == 0x00018C, "Member 'FAnimNode_AnimDynamics::AngularSpringConstant' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, WindScale) == 0x000190, "Member 'FAnimNode_AnimDynamics::WindScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearAccScale) == 0x000194, "Member 'FAnimNode_AnimDynamics::ComponentLinearAccScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearVelScale) == 0x0001A0, "Member 'FAnimNode_AnimDynamics::ComponentLinearVelScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ComponentAppliedLinearAccClamp) == 0x0001AC, "Member 'FAnimNode_AnimDynamics::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, AngularBiasOverride) == 0x0001B8, "Member 'FAnimNode_AnimDynamics::AngularBiasOverride' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPreUpdate) == 0x0001BC, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPreUpdate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPostUpdate) == 0x0001C0, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPostUpdate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ConstraintSetup) == 0x0001C4, "Member 'FAnimNode_AnimDynamics::ConstraintSetup' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, SphericalLimits) == 0x000210, "Member 'FAnimNode_AnimDynamics::SphericalLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, SphereCollisionRadius) == 0x000220, "Member 'FAnimNode_AnimDynamics::SphereCollisionRadius' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, ExternalForce) == 0x000224, "Member 'FAnimNode_AnimDynamics::ExternalForce' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, PlanarLimits) == 0x000230, "Member 'FAnimNode_AnimDynamics::PlanarLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, CollisionType) == 0x000240, "Member 'FAnimNode_AnimDynamics::CollisionType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, SimulationSpace) == 0x000241, "Member 'FAnimNode_AnimDynamics::SimulationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AnimDynamics, RetargetingSettings) == 0x000250, "Member 'FAnimNode_AnimDynamics::RetargetingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_ApplyAdditive \ static_assert(alignof(FAnimNode_ApplyAdditive) == 0x000008, "Wrong alignment on FAnimNode_ApplyAdditive"); \ static_assert(sizeof(FAnimNode_ApplyAdditive) == 0x0000C8, "Wrong size on FAnimNode_ApplyAdditive"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, Base) == 0x000010, "Member 'FAnimNode_ApplyAdditive::Base' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, Additive) == 0x000020, "Member 'FAnimNode_ApplyAdditive::Additive' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, Alpha) == 0x000030, "Member 'FAnimNode_ApplyAdditive::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBias) == 0x000034, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, LODThreshold) == 0x00003C, "Member 'FAnimNode_ApplyAdditive::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_ApplyAdditive::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaCurveName) == 0x000088, "Member 'FAnimNode_ApplyAdditive::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaScaleBiasClamp) == 0x000090, "Member 'FAnimNode_ApplyAdditive::AlphaScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, AlphaInputType) == 0x0000C4, "Member 'FAnimNode_ApplyAdditive::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyAdditive, bAlphaBoolEnabled) == 0x0000C5, "Member 'FAnimNode_ApplyAdditive::bAlphaBoolEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAngularRangeLimit \ static_assert(alignof(FAngularRangeLimit) == 0x000004, "Wrong alignment on FAngularRangeLimit"); \ static_assert(sizeof(FAngularRangeLimit) == 0x000028, "Wrong size on FAngularRangeLimit"); \ static_assert(offsetof(FAngularRangeLimit, LimitMin) == 0x000000, "Member 'FAngularRangeLimit::LimitMin' has a wrong offset!"); \ static_assert(offsetof(FAngularRangeLimit, LimitMax) == 0x00000C, "Member 'FAngularRangeLimit::LimitMax' has a wrong offset!"); \ static_assert(offsetof(FAngularRangeLimit, Bone) == 0x000018, "Member 'FAngularRangeLimit::Bone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ApplyLimits \ static_assert(alignof(FAnimNode_ApplyLimits) == 0x000008, "Wrong alignment on FAnimNode_ApplyLimits"); \ static_assert(sizeof(FAnimNode_ApplyLimits) == 0x0000E8, "Wrong size on FAnimNode_ApplyLimits"); \ static_assert(offsetof(FAnimNode_ApplyLimits, AngularRangeLimits) == 0x0000C8, "Member 'FAnimNode_ApplyLimits::AngularRangeLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ApplyLimits, AngularOffsets) == 0x0000D8, "Member 'FAnimNode_ApplyLimits::AngularOffsets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendListByBool \ static_assert(alignof(FAnimNode_BlendListByBool) == 0x000008, "Wrong alignment on FAnimNode_BlendListByBool"); \ static_assert(sizeof(FAnimNode_BlendListByBool) == 0x0000A0, "Wrong size on FAnimNode_BlendListByBool"); \ static_assert(offsetof(FAnimNode_BlendListByBool, bActiveValue) == 0x000098, "Member 'FAnimNode_BlendListByBool::bActiveValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BlendListByEnum \ static_assert(alignof(FAnimNode_BlendListByEnum) == 0x000008, "Wrong alignment on FAnimNode_BlendListByEnum"); \ static_assert(sizeof(FAnimNode_BlendListByEnum) == 0x0000B0, "Wrong size on FAnimNode_BlendListByEnum"); \ static_assert(offsetof(FAnimNode_BlendListByEnum, EnumToPoseIndex) == 0x000098, "Member 'FAnimNode_BlendListByEnum::EnumToPoseIndex' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BlendListByEnum, ActiveEnumValue) == 0x0000A8, "Member 'FAnimNode_BlendListByEnum::ActiveEnumValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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_CCDIK \ static_assert(alignof(FAnimNode_CCDIK) == 0x000010, "Wrong alignment on FAnimNode_CCDIK"); \ static_assert(sizeof(FAnimNode_CCDIK) == 0x000180, "Wrong size on FAnimNode_CCDIK"); \ static_assert(offsetof(FAnimNode_CCDIK, EffectorLocation) == 0x0000C8, "Member 'FAnimNode_CCDIK::EffectorLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, EffectorLocationSpace) == 0x0000D4, "Member 'FAnimNode_CCDIK::EffectorLocationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, EffectorTarget) == 0x0000E0, "Member 'FAnimNode_CCDIK::EffectorTarget' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, TipBone) == 0x000140, "Member 'FAnimNode_CCDIK::TipBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, RootBone) == 0x000150, "Member 'FAnimNode_CCDIK::RootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, Precision) == 0x000160, "Member 'FAnimNode_CCDIK::Precision' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, MaxIterations) == 0x000164, "Member 'FAnimNode_CCDIK::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, bStartFromTail) == 0x000168, "Member 'FAnimNode_CCDIK::bStartFromTail' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, bEnableRotationLimit) == 0x000169, "Member 'FAnimNode_CCDIK::bEnableRotationLimit' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CCDIK, RotationLimitPerJoints) == 0x000170, "Member 'FAnimNode_CCDIK::RotationLimitPerJoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FConstraint \ static_assert(alignof(FConstraint) == 0x000004, "Wrong alignment on FConstraint"); \ static_assert(sizeof(FConstraint) == 0x00001C, "Wrong size on FConstraint"); \ static_assert(offsetof(FConstraint, TargetBone) == 0x000000, "Member 'FConstraint::TargetBone' has a wrong offset!"); \ static_assert(offsetof(FConstraint, OffsetOption) == 0x000010, "Member 'FConstraint::OffsetOption' has a wrong offset!"); \ static_assert(offsetof(FConstraint, TransformType) == 0x000011, "Member 'FConstraint::TransformType' has a wrong offset!"); \ static_assert(offsetof(FConstraint, PerAxis) == 0x000012, "Member 'FConstraint::PerAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_Constraint \ static_assert(alignof(FAnimNode_Constraint) == 0x000008, "Wrong alignment on FAnimNode_Constraint"); \ static_assert(sizeof(FAnimNode_Constraint) == 0x000108, "Wrong size on FAnimNode_Constraint"); \ static_assert(offsetof(FAnimNode_Constraint, BoneToModify) == 0x0000C8, "Member 'FAnimNode_Constraint::BoneToModify' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Constraint, ConstraintSetup) == 0x0000D8, "Member 'FAnimNode_Constraint::ConstraintSetup' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Constraint, ConstraintWeights) == 0x0000E8, "Member 'FAnimNode_Constraint::ConstraintWeights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_CopyBone \ static_assert(alignof(FAnimNode_CopyBone) == 0x000008, "Wrong alignment on FAnimNode_CopyBone"); \ static_assert(sizeof(FAnimNode_CopyBone) == 0x0000F0, "Wrong size on FAnimNode_CopyBone"); \ static_assert(offsetof(FAnimNode_CopyBone, SourceBone) == 0x0000C8, "Member 'FAnimNode_CopyBone::SourceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBone, TargetBone) == 0x0000D8, "Member 'FAnimNode_CopyBone::TargetBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBone, bCopyTranslation) == 0x0000E8, "Member 'FAnimNode_CopyBone::bCopyTranslation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBone, bCopyRotation) == 0x0000E9, "Member 'FAnimNode_CopyBone::bCopyRotation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBone, bCopyScale) == 0x0000EA, "Member 'FAnimNode_CopyBone::bCopyScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBone, ControlSpace) == 0x0000EB, "Member 'FAnimNode_CopyBone::ControlSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_CopyBoneDelta \ static_assert(alignof(FAnimNode_CopyBoneDelta) == 0x000008, "Wrong alignment on FAnimNode_CopyBoneDelta"); \ static_assert(sizeof(FAnimNode_CopyBoneDelta) == 0x0000F8, "Wrong size on FAnimNode_CopyBoneDelta"); \ static_assert(offsetof(FAnimNode_CopyBoneDelta, SourceBone) == 0x0000C8, "Member 'FAnimNode_CopyBoneDelta::SourceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBoneDelta, TargetBone) == 0x0000D8, "Member 'FAnimNode_CopyBoneDelta::TargetBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyTranslation) == 0x0000E8, "Member 'FAnimNode_CopyBoneDelta::bCopyTranslation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyRotation) == 0x0000E9, "Member 'FAnimNode_CopyBoneDelta::bCopyRotation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBoneDelta, bCopyScale) == 0x0000EA, "Member 'FAnimNode_CopyBoneDelta::bCopyScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBoneDelta, CopyMode) == 0x0000EB, "Member 'FAnimNode_CopyBoneDelta::CopyMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBoneDelta, TranslationMultiplier) == 0x0000EC, "Member 'FAnimNode_CopyBoneDelta::TranslationMultiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBoneDelta, RotationMultiplier) == 0x0000F0, "Member 'FAnimNode_CopyBoneDelta::RotationMultiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyBoneDelta, ScaleMultiplier) == 0x0000F4, "Member 'FAnimNode_CopyBoneDelta::ScaleMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_CopyPoseFromMesh \ static_assert(alignof(FAnimNode_CopyPoseFromMesh) == 0x000008, "Wrong alignment on FAnimNode_CopyPoseFromMesh"); \ static_assert(sizeof(FAnimNode_CopyPoseFromMesh) == 0x0001D8, "Wrong size on FAnimNode_CopyPoseFromMesh"); \ static_assert(offsetof(FAnimNode_CopyPoseFromMesh, SourceMeshComponent) == 0x000010, "Member 'FAnimNode_CopyPoseFromMesh::SourceMeshComponent' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyPoseFromMesh, bCopyCustomAttributes) == 0x000019, "Member 'FAnimNode_CopyPoseFromMesh::bCopyCustomAttributes' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CopyPoseFromMesh, RootBoneToCopy) == 0x00001C, "Member 'FAnimNode_CopyPoseFromMesh::RootBoneToCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_CurveSource \ static_assert(alignof(FAnimNode_CurveSource) == 0x000008, "Wrong alignment on FAnimNode_CurveSource"); \ static_assert(sizeof(FAnimNode_CurveSource) == 0x000040, "Wrong size on FAnimNode_CurveSource"); \ static_assert(offsetof(FAnimNode_CurveSource, SourcePose) == 0x000010, "Member 'FAnimNode_CurveSource::SourcePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CurveSource, SourceBinding) == 0x000020, "Member 'FAnimNode_CurveSource::SourceBinding' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CurveSource, Alpha) == 0x000028, "Member 'FAnimNode_CurveSource::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_CurveSource, CurveSource) == 0x000030, "Member 'FAnimNode_CurveSource::CurveSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_Fabrik \ static_assert(alignof(FAnimNode_Fabrik) == 0x000010, "Wrong alignment on FAnimNode_Fabrik"); \ static_assert(sizeof(FAnimNode_Fabrik) == 0x000190, "Wrong size on FAnimNode_Fabrik"); \ static_assert(offsetof(FAnimNode_Fabrik, EffectorTransform) == 0x0000D0, "Member 'FAnimNode_Fabrik::EffectorTransform' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, EffectorTarget) == 0x000100, "Member 'FAnimNode_Fabrik::EffectorTarget' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, TipBone) == 0x000160, "Member 'FAnimNode_Fabrik::TipBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, RootBone) == 0x000170, "Member 'FAnimNode_Fabrik::RootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, Precision) == 0x000180, "Member 'FAnimNode_Fabrik::Precision' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, MaxIterations) == 0x000184, "Member 'FAnimNode_Fabrik::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, EffectorTransformSpace) == 0x000188, "Member 'FAnimNode_Fabrik::EffectorTransformSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Fabrik, EffectorRotationSource) == 0x000189, "Member 'FAnimNode_Fabrik::EffectorRotationSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_HandIKRetargeting \ static_assert(alignof(FAnimNode_HandIKRetargeting) == 0x000008, "Wrong alignment on FAnimNode_HandIKRetargeting"); \ static_assert(sizeof(FAnimNode_HandIKRetargeting) == 0x000120, "Wrong size on FAnimNode_HandIKRetargeting"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandFK) == 0x0000C8, "Member 'FAnimNode_HandIKRetargeting::RightHandFK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandFK) == 0x0000D8, "Member 'FAnimNode_HandIKRetargeting::LeftHandFK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, RightHandIK) == 0x0000E8, "Member 'FAnimNode_HandIKRetargeting::RightHandIK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, LeftHandIK) == 0x0000F8, "Member 'FAnimNode_HandIKRetargeting::LeftHandIK' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, IKBonesToMove) == 0x000108, "Member 'FAnimNode_HandIKRetargeting::IKBonesToMove' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_HandIKRetargeting, HandFKWeight) == 0x000118, "Member 'FAnimNode_HandIKRetargeting::HandFKWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_LayeredBoneBlend \ static_assert(alignof(FAnimNode_LayeredBoneBlend) == 0x000008, "Wrong alignment on FAnimNode_LayeredBoneBlend"); \ static_assert(sizeof(FAnimNode_LayeredBoneBlend) == 0x0000C0, "Wrong size on FAnimNode_LayeredBoneBlend"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, BasePose) == 0x000010, "Member 'FAnimNode_LayeredBoneBlend::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendPoses) == 0x000020, "Member 'FAnimNode_LayeredBoneBlend::BlendPoses' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, LayerSetup) == 0x000030, "Member 'FAnimNode_LayeredBoneBlend::LayerSetup' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, BlendWeights) == 0x000040, "Member 'FAnimNode_LayeredBoneBlend::BlendWeights' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceRotationBlend) == 0x000050, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceRotationBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, bMeshSpaceScaleBlend) == 0x000051, "Member 'FAnimNode_LayeredBoneBlend::bMeshSpaceScaleBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, CurveBlendOption) == 0x000052, "Member 'FAnimNode_LayeredBoneBlend::CurveBlendOption' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, bBlendRootMotionBasedOnRootBone) == 0x000053, "Member 'FAnimNode_LayeredBoneBlend::bBlendRootMotionBasedOnRootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, LODThreshold) == 0x000058, "Member 'FAnimNode_LayeredBoneBlend::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, PerBoneBlendWeights) == 0x000060, "Member 'FAnimNode_LayeredBoneBlend::PerBoneBlendWeights' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, SkeletonGuid) == 0x000070, "Member 'FAnimNode_LayeredBoneBlend::SkeletonGuid' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LayeredBoneBlend, VirtualBoneGuid) == 0x000080, "Member 'FAnimNode_LayeredBoneBlend::VirtualBoneGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimLegIKDefinition \ static_assert(alignof(FAnimLegIKDefinition) == 0x000004, "Wrong alignment on FAnimLegIKDefinition"); \ static_assert(sizeof(FAnimLegIKDefinition) == 0x00002C, "Wrong size on FAnimLegIKDefinition"); \ static_assert(offsetof(FAnimLegIKDefinition, IKFootBone) == 0x000000, "Member 'FAnimLegIKDefinition::IKFootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, FKFootBone) == 0x000010, "Member 'FAnimLegIKDefinition::FKFootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, NumBonesInLimb) == 0x000020, "Member 'FAnimLegIKDefinition::NumBonesInLimb' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, MinRotationAngle) == 0x000024, "Member 'FAnimLegIKDefinition::MinRotationAngle' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, FootBoneForwardAxis) == 0x000028, "Member 'FAnimLegIKDefinition::FootBoneForwardAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, HingeRotationAxis) == 0x000029, "Member 'FAnimLegIKDefinition::HingeRotationAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, bEnableRotationLimit) == 0x00002A, "Member 'FAnimLegIKDefinition::bEnableRotationLimit' has a wrong offset!"); \ static_assert(offsetof(FAnimLegIKDefinition, bEnableKneeTwistCorrection) == 0x00002B, "Member 'FAnimLegIKDefinition::bEnableKneeTwistCorrection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_LegIK \ static_assert(alignof(FAnimNode_LegIK) == 0x000008, "Wrong alignment on FAnimNode_LegIK"); \ static_assert(sizeof(FAnimNode_LegIK) == 0x0000F8, "Wrong size on FAnimNode_LegIK"); \ static_assert(offsetof(FAnimNode_LegIK, ReachPrecision) == 0x0000C8, "Member 'FAnimNode_LegIK::ReachPrecision' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LegIK, MaxIterations) == 0x0000CC, "Member 'FAnimNode_LegIK::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LegIK, LegsDefinition) == 0x0000D0, "Member 'FAnimNode_LegIK::LegsDefinition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimLegIKData \ static_assert(alignof(FAnimLegIKData) == 0x000010, "Wrong alignment on FAnimLegIKData"); \ static_assert(sizeof(FAnimLegIKData) == 0x0000A0, "Wrong size on FAnimLegIKData"); \ #define DUMPER7_ASSERTS_FIKChain \ static_assert(alignof(FIKChain) == 0x000008, "Wrong alignment on FIKChain"); \ static_assert(sizeof(FIKChain) == 0x000038, "Wrong size on FIKChain"); \ #define DUMPER7_ASSERTS_FIKChainLink \ static_assert(alignof(FIKChainLink) == 0x000004, "Wrong alignment on FIKChainLink"); \ static_assert(sizeof(FIKChainLink) == 0x00003C, "Wrong size on FIKChainLink"); \ #define DUMPER7_ASSERTS_FAnimNode_LookAt \ static_assert(alignof(FAnimNode_LookAt) == 0x000010, "Wrong alignment on FAnimNode_LookAt"); \ static_assert(sizeof(FAnimNode_LookAt) == 0x0001B0, "Wrong size on FAnimNode_LookAt"); \ static_assert(offsetof(FAnimNode_LookAt, BoneToModify) == 0x0000C8, "Member 'FAnimNode_LookAt::BoneToModify' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookAtTarget) == 0x0000E0, "Member 'FAnimNode_LookAt::LookAtTarget' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookAtLocation) == 0x000140, "Member 'FAnimNode_LookAt::LookAtLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookAt_Axis) == 0x00014C, "Member 'FAnimNode_LookAt::LookAt_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, bUseLookUpAxis) == 0x00015C, "Member 'FAnimNode_LookAt::bUseLookUpAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, InterpolationType) == 0x00015D, "Member 'FAnimNode_LookAt::InterpolationType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookUp_Axis) == 0x000160, "Member 'FAnimNode_LookAt::LookUp_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, LookAtClamp) == 0x000170, "Member 'FAnimNode_LookAt::LookAtClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, InterpolationTime) == 0x000174, "Member 'FAnimNode_LookAt::InterpolationTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_LookAt, InterpolationTriggerThreashold) == 0x000178, "Member 'FAnimNode_LookAt::InterpolationTriggerThreashold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_MakeDynamicAdditive \ static_assert(alignof(FAnimNode_MakeDynamicAdditive) == 0x000008, "Wrong alignment on FAnimNode_MakeDynamicAdditive"); \ static_assert(sizeof(FAnimNode_MakeDynamicAdditive) == 0x000038, "Wrong size on FAnimNode_MakeDynamicAdditive"); \ static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Base) == 0x000010, "Member 'FAnimNode_MakeDynamicAdditive::Base' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MakeDynamicAdditive, Additive) == 0x000020, "Member 'FAnimNode_MakeDynamicAdditive::Additive' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MakeDynamicAdditive, bMeshSpaceAdditive) == 0x000030, "Member 'FAnimNode_MakeDynamicAdditive::bMeshSpaceAdditive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ModifyCurve \ static_assert(alignof(FAnimNode_ModifyCurve) == 0x000008, "Wrong alignment on FAnimNode_ModifyCurve"); \ static_assert(sizeof(FAnimNode_ModifyCurve) == 0x000058, "Wrong size on FAnimNode_ModifyCurve"); \ static_assert(offsetof(FAnimNode_ModifyCurve, SourcePose) == 0x000010, "Member 'FAnimNode_ModifyCurve::SourcePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyCurve, CurveValues) == 0x000020, "Member 'FAnimNode_ModifyCurve::CurveValues' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyCurve, CurveNames) == 0x000030, "Member 'FAnimNode_ModifyCurve::CurveNames' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyCurve, Alpha) == 0x000050, "Member 'FAnimNode_ModifyCurve::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ModifyCurve, ApplyMode) == 0x000054, "Member 'FAnimNode_ModifyCurve::ApplyMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_MultiWayBlend \ static_assert(alignof(FAnimNode_MultiWayBlend) == 0x000008, "Wrong alignment on FAnimNode_MultiWayBlend"); \ static_assert(sizeof(FAnimNode_MultiWayBlend) == 0x000050, "Wrong size on FAnimNode_MultiWayBlend"); \ static_assert(offsetof(FAnimNode_MultiWayBlend, Poses) == 0x000010, "Member 'FAnimNode_MultiWayBlend::Poses' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MultiWayBlend, DesiredAlphas) == 0x000020, "Member 'FAnimNode_MultiWayBlend::DesiredAlphas' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MultiWayBlend, AlphaScaleBias) == 0x000040, "Member 'FAnimNode_MultiWayBlend::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MultiWayBlend, bAdditiveNode) == 0x000048, "Member 'FAnimNode_MultiWayBlend::bAdditiveNode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_MultiWayBlend, bNormalizeAlpha) == 0x000049, "Member 'FAnimNode_MultiWayBlend::bNormalizeAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ObserveBone \ static_assert(alignof(FAnimNode_ObserveBone) == 0x000008, "Wrong alignment on FAnimNode_ObserveBone"); \ static_assert(sizeof(FAnimNode_ObserveBone) == 0x000100, "Wrong size on FAnimNode_ObserveBone"); \ static_assert(offsetof(FAnimNode_ObserveBone, BoneToObserve) == 0x0000C8, "Member 'FAnimNode_ObserveBone::BoneToObserve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ObserveBone, DisplaySpace) == 0x0000D8, "Member 'FAnimNode_ObserveBone::DisplaySpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ObserveBone, bRelativeToRefPose) == 0x0000D9, "Member 'FAnimNode_ObserveBone::bRelativeToRefPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ObserveBone, Translation) == 0x0000DC, "Member 'FAnimNode_ObserveBone::Translation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ObserveBone, Rotation) == 0x0000E8, "Member 'FAnimNode_ObserveBone::Rotation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ObserveBone, Scale) == 0x0000F4, "Member 'FAnimNode_ObserveBone::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_PoseHandler \ static_assert(alignof(FAnimNode_PoseHandler) == 0x000008, "Wrong alignment on FAnimNode_PoseHandler"); \ static_assert(sizeof(FAnimNode_PoseHandler) == 0x000080, "Wrong size on FAnimNode_PoseHandler"); \ static_assert(offsetof(FAnimNode_PoseHandler, PoseAsset) == 0x000038, "Member 'FAnimNode_PoseHandler::PoseAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_PoseBlendNode \ static_assert(alignof(FAnimNode_PoseBlendNode) == 0x000008, "Wrong alignment on FAnimNode_PoseBlendNode"); \ static_assert(sizeof(FAnimNode_PoseBlendNode) == 0x0000A0, "Wrong size on FAnimNode_PoseBlendNode"); \ static_assert(offsetof(FAnimNode_PoseBlendNode, SourcePose) == 0x000080, "Member 'FAnimNode_PoseBlendNode::SourcePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseBlendNode, BlendOption) == 0x000090, "Member 'FAnimNode_PoseBlendNode::BlendOption' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseBlendNode, CustomCurve) == 0x000098, "Member 'FAnimNode_PoseBlendNode::CustomCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_PoseByName \ static_assert(alignof(FAnimNode_PoseByName) == 0x000008, "Wrong alignment on FAnimNode_PoseByName"); \ static_assert(sizeof(FAnimNode_PoseByName) == 0x000098, "Wrong size on FAnimNode_PoseByName"); \ static_assert(offsetof(FAnimNode_PoseByName, PoseName) == 0x000080, "Member 'FAnimNode_PoseByName::PoseName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseByName, PoseWeight) == 0x000088, "Member 'FAnimNode_PoseByName::PoseWeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_PoseSnapshot \ static_assert(alignof(FAnimNode_PoseSnapshot) == 0x000008, "Wrong alignment on FAnimNode_PoseSnapshot"); \ static_assert(sizeof(FAnimNode_PoseSnapshot) == 0x000090, "Wrong size on FAnimNode_PoseSnapshot"); \ static_assert(offsetof(FAnimNode_PoseSnapshot, SnapshotName) == 0x000010, "Member 'FAnimNode_PoseSnapshot::SnapshotName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseSnapshot, Snapshot) == 0x000018, "Member 'FAnimNode_PoseSnapshot::Snapshot' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_PoseSnapshot, Mode) == 0x000050, "Member 'FAnimNode_PoseSnapshot::Mode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRandomPlayerSequenceEntry \ static_assert(alignof(FRandomPlayerSequenceEntry) == 0x000008, "Wrong alignment on FRandomPlayerSequenceEntry"); \ static_assert(sizeof(FRandomPlayerSequenceEntry) == 0x000050, "Wrong size on FRandomPlayerSequenceEntry"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, Sequence) == 0x000000, "Member 'FRandomPlayerSequenceEntry::Sequence' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, ChanceToPlay) == 0x000008, "Member 'FRandomPlayerSequenceEntry::ChanceToPlay' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MinLoopCount) == 0x00000C, "Member 'FRandomPlayerSequenceEntry::MinLoopCount' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MaxLoopCount) == 0x000010, "Member 'FRandomPlayerSequenceEntry::MaxLoopCount' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MinPlayRate) == 0x000014, "Member 'FRandomPlayerSequenceEntry::MinPlayRate' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, MaxPlayRate) == 0x000018, "Member 'FRandomPlayerSequenceEntry::MaxPlayRate' has a wrong offset!"); \ static_assert(offsetof(FRandomPlayerSequenceEntry, BlendIn) == 0x000020, "Member 'FRandomPlayerSequenceEntry::BlendIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_RandomPlayer \ static_assert(alignof(FAnimNode_RandomPlayer) == 0x000008, "Wrong alignment on FAnimNode_RandomPlayer"); \ static_assert(sizeof(FAnimNode_RandomPlayer) == 0x0000A0, "Wrong size on FAnimNode_RandomPlayer"); \ static_assert(offsetof(FAnimNode_RandomPlayer, Entries) == 0x000038, "Member 'FAnimNode_RandomPlayer::Entries' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RandomPlayer, bShuffleMode) == 0x000098, "Member 'FAnimNode_RandomPlayer::bShuffleMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_MeshSpaceRefPose \ static_assert(alignof(FAnimNode_MeshSpaceRefPose) == 0x000008, "Wrong alignment on FAnimNode_MeshSpaceRefPose"); \ static_assert(sizeof(FAnimNode_MeshSpaceRefPose) == 0x000010, "Wrong size on FAnimNode_MeshSpaceRefPose"); \ #define DUMPER7_ASSERTS_FAnimNode_RefPose \ static_assert(alignof(FAnimNode_RefPose) == 0x000008, "Wrong alignment on FAnimNode_RefPose"); \ static_assert(sizeof(FAnimNode_RefPose) == 0x000018, "Wrong size on FAnimNode_RefPose"); \ static_assert(offsetof(FAnimNode_RefPose, RefPoseType) == 0x000010, "Member 'FAnimNode_RefPose::RefPoseType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ResetRoot \ static_assert(alignof(FAnimNode_ResetRoot) == 0x000008, "Wrong alignment on FAnimNode_ResetRoot"); \ static_assert(sizeof(FAnimNode_ResetRoot) == 0x0000D8, "Wrong size on FAnimNode_ResetRoot"); \ #define DUMPER7_ASSERTS_FSimSpaceSettings \ static_assert(alignof(FSimSpaceSettings) == 0x000004, "Wrong alignment on FSimSpaceSettings"); \ static_assert(sizeof(FSimSpaceSettings) == 0x000040, "Wrong size on FSimSpaceSettings"); \ static_assert(offsetof(FSimSpaceSettings, MasterAlpha) == 0x000000, "Member 'FSimSpaceSettings::MasterAlpha' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, VelocityScaleZ) == 0x000004, "Member 'FSimSpaceSettings::VelocityScaleZ' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, MaxLinearVelocity) == 0x000008, "Member 'FSimSpaceSettings::MaxLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, MaxAngularVelocity) == 0x00000C, "Member 'FSimSpaceSettings::MaxAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, MaxLinearAcceleration) == 0x000010, "Member 'FSimSpaceSettings::MaxLinearAcceleration' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, MaxAngularAcceleration) == 0x000014, "Member 'FSimSpaceSettings::MaxAngularAcceleration' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, ExternalLinearDrag) == 0x000018, "Member 'FSimSpaceSettings::ExternalLinearDrag' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, ExternalLinearDragV) == 0x00001C, "Member 'FSimSpaceSettings::ExternalLinearDragV' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, ExternalLinearVelocity) == 0x000028, "Member 'FSimSpaceSettings::ExternalLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(FSimSpaceSettings, ExternalAngularVelocity) == 0x000034, "Member 'FSimSpaceSettings::ExternalAngularVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_RigidBody \ static_assert(alignof(FAnimNode_RigidBody) == 0x000010, "Wrong alignment on FAnimNode_RigidBody"); \ static_assert(sizeof(FAnimNode_RigidBody) == 0x000840, "Wrong size on FAnimNode_RigidBody"); \ static_assert(offsetof(FAnimNode_RigidBody, OverridePhysicsAsset) == 0x0000C8, "Member 'FAnimNode_RigidBody::OverridePhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, OverrideWorldGravity) == 0x000168, "Member 'FAnimNode_RigidBody::OverrideWorldGravity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, ExternalForce) == 0x000174, "Member 'FAnimNode_RigidBody::ExternalForce' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearAccScale) == 0x000180, "Member 'FAnimNode_RigidBody::ComponentLinearAccScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearVelScale) == 0x00018C, "Member 'FAnimNode_RigidBody::ComponentLinearVelScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, ComponentAppliedLinearAccClamp) == 0x000198, "Member 'FAnimNode_RigidBody::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, SimSpaceSettings) == 0x0001A4, "Member 'FAnimNode_RigidBody::SimSpaceSettings' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, CachedBoundsScale) == 0x0001E4, "Member 'FAnimNode_RigidBody::CachedBoundsScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, BaseBoneRef) == 0x0001E8, "Member 'FAnimNode_RigidBody::BaseBoneRef' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, OverlapChannel) == 0x0001F8, "Member 'FAnimNode_RigidBody::OverlapChannel' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, SimulationSpace) == 0x0001F9, "Member 'FAnimNode_RigidBody::SimulationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, bForceDisableCollisionBetweenConstraintBodies) == 0x0001FA, "Member 'FAnimNode_RigidBody::bForceDisableCollisionBetweenConstraintBodies' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, WorldSpaceMinimumScale) == 0x000200, "Member 'FAnimNode_RigidBody::WorldSpaceMinimumScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RigidBody, EvaluationResetTime) == 0x000204, "Member 'FAnimNode_RigidBody::EvaluationResetTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_RotateRootBone \ static_assert(alignof(FAnimNode_RotateRootBone) == 0x000008, "Wrong alignment on FAnimNode_RotateRootBone"); \ static_assert(sizeof(FAnimNode_RotateRootBone) == 0x0000A0, "Wrong size on FAnimNode_RotateRootBone"); \ static_assert(offsetof(FAnimNode_RotateRootBone, BasePose) == 0x000010, "Member 'FAnimNode_RotateRootBone::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotateRootBone, Pitch) == 0x000020, "Member 'FAnimNode_RotateRootBone::Pitch' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotateRootBone, Yaw) == 0x000024, "Member 'FAnimNode_RotateRootBone::Yaw' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotateRootBone, PitchScaleBiasClamp) == 0x000028, "Member 'FAnimNode_RotateRootBone::PitchScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotateRootBone, YawScaleBiasClamp) == 0x000058, "Member 'FAnimNode_RotateRootBone::YawScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotateRootBone, MeshToComponent) == 0x000088, "Member 'FAnimNode_RotateRootBone::MeshToComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_RotationMultiplier \ static_assert(alignof(FAnimNode_RotationMultiplier) == 0x000008, "Wrong alignment on FAnimNode_RotationMultiplier"); \ static_assert(sizeof(FAnimNode_RotationMultiplier) == 0x0000F0, "Wrong size on FAnimNode_RotationMultiplier"); \ static_assert(offsetof(FAnimNode_RotationMultiplier, TargetBone) == 0x0000C8, "Member 'FAnimNode_RotationMultiplier::TargetBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationMultiplier, SourceBone) == 0x0000D8, "Member 'FAnimNode_RotationMultiplier::SourceBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationMultiplier, Multiplier) == 0x0000E8, "Member 'FAnimNode_RotationMultiplier::Multiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationMultiplier, RotationAxisToRefer) == 0x0000EC, "Member 'FAnimNode_RotationMultiplier::RotationAxisToRefer' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationMultiplier, bIsAdditive) == 0x0000ED, "Member 'FAnimNode_RotationMultiplier::bIsAdditive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_RotationOffsetBlendSpace \ static_assert(alignof(FAnimNode_RotationOffsetBlendSpace) == 0x000008, "Wrong alignment on FAnimNode_RotationOffsetBlendSpace"); \ static_assert(sizeof(FAnimNode_RotationOffsetBlendSpace) == 0x000190, "Wrong size on FAnimNode_RotationOffsetBlendSpace"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, BasePose) == 0x0000E8, "Member 'FAnimNode_RotationOffsetBlendSpace::BasePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, LODThreshold) == 0x0000F8, "Member 'FAnimNode_RotationOffsetBlendSpace::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, Alpha) == 0x0000FC, "Member 'FAnimNode_RotationOffsetBlendSpace::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBias) == 0x000100, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaBoolBlend) == 0x000108, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaCurveName) == 0x000150, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBiasClamp) == 0x000158, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBiasClamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaInputType) == 0x00018C, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, bAlphaBoolEnabled) == 0x00018D, "Member 'FAnimNode_RotationOffsetBlendSpace::bAlphaBoolEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_ScaleChainLength \ static_assert(alignof(FAnimNode_ScaleChainLength) == 0x000008, "Wrong alignment on FAnimNode_ScaleChainLength"); \ static_assert(sizeof(FAnimNode_ScaleChainLength) == 0x000078, "Wrong size on FAnimNode_ScaleChainLength"); \ static_assert(offsetof(FAnimNode_ScaleChainLength, InputPose) == 0x000010, "Member 'FAnimNode_ScaleChainLength::InputPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ScaleChainLength, DefaultChainLength) == 0x000020, "Member 'FAnimNode_ScaleChainLength::DefaultChainLength' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ScaleChainLength, ChainStartBone) == 0x000024, "Member 'FAnimNode_ScaleChainLength::ChainStartBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ScaleChainLength, ChainEndBone) == 0x000034, "Member 'FAnimNode_ScaleChainLength::ChainEndBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ScaleChainLength, TargetLocation) == 0x000044, "Member 'FAnimNode_ScaleChainLength::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ScaleChainLength, Alpha) == 0x000050, "Member 'FAnimNode_ScaleChainLength::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ScaleChainLength, AlphaScaleBias) == 0x000058, "Member 'FAnimNode_ScaleChainLength::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_ScaleChainLength, ChainInitialLength) == 0x000060, "Member 'FAnimNode_ScaleChainLength::ChainInitialLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_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_Slot \ static_assert(alignof(FAnimNode_Slot) == 0x000008, "Wrong alignment on FAnimNode_Slot"); \ static_assert(sizeof(FAnimNode_Slot) == 0x000048, "Wrong size on FAnimNode_Slot"); \ static_assert(offsetof(FAnimNode_Slot, Source) == 0x000010, "Member 'FAnimNode_Slot::Source' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Slot, SlotName) == 0x000020, "Member 'FAnimNode_Slot::SlotName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Slot, bAlwaysUpdateSourcePose) == 0x000028, "Member 'FAnimNode_Slot::bAlwaysUpdateSourcePose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_SplineIK \ static_assert(alignof(FAnimNode_SplineIK) == 0x000008, "Wrong alignment on FAnimNode_SplineIK"); \ static_assert(sizeof(FAnimNode_SplineIK) == 0x000270, "Wrong size on FAnimNode_SplineIK"); \ static_assert(offsetof(FAnimNode_SplineIK, StartBone) == 0x0000C8, "Member 'FAnimNode_SplineIK::StartBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, EndBone) == 0x0000D8, "Member 'FAnimNode_SplineIK::EndBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, BoneAxis) == 0x0000E8, "Member 'FAnimNode_SplineIK::BoneAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, bAutoCalculateSpline) == 0x0000E9, "Member 'FAnimNode_SplineIK::bAutoCalculateSpline' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, PointCount) == 0x0000EC, "Member 'FAnimNode_SplineIK::PointCount' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, ControlPoints) == 0x0000F0, "Member 'FAnimNode_SplineIK::ControlPoints' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, Roll) == 0x000100, "Member 'FAnimNode_SplineIK::Roll' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, TwistStart) == 0x000104, "Member 'FAnimNode_SplineIK::TwistStart' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, TwistEnd) == 0x000108, "Member 'FAnimNode_SplineIK::TwistEnd' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, TwistBlend) == 0x000110, "Member 'FAnimNode_SplineIK::TwistBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, Stretch) == 0x000140, "Member 'FAnimNode_SplineIK::Stretch' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SplineIK, Offset) == 0x000144, "Member 'FAnimNode_SplineIK::Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSplineIKCachedBoneData \ static_assert(alignof(FSplineIKCachedBoneData) == 0x000004, "Wrong alignment on FSplineIKCachedBoneData"); \ static_assert(sizeof(FSplineIKCachedBoneData) == 0x000014, "Wrong size on FSplineIKCachedBoneData"); \ static_assert(offsetof(FSplineIKCachedBoneData, Bone) == 0x000000, "Member 'FSplineIKCachedBoneData::Bone' has a wrong offset!"); \ static_assert(offsetof(FSplineIKCachedBoneData, RefSkeletonIndex) == 0x000010, "Member 'FSplineIKCachedBoneData::RefSkeletonIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_SpringBone \ static_assert(alignof(FAnimNode_SpringBone) == 0x000008, "Wrong alignment on FAnimNode_SpringBone"); \ static_assert(sizeof(FAnimNode_SpringBone) == 0x000128, "Wrong size on FAnimNode_SpringBone"); \ static_assert(offsetof(FAnimNode_SpringBone, SpringBone) == 0x0000C8, "Member 'FAnimNode_SpringBone::SpringBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SpringBone, MaxDisplacement) == 0x0000D8, "Member 'FAnimNode_SpringBone::MaxDisplacement' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SpringBone, SpringStiffness) == 0x0000DC, "Member 'FAnimNode_SpringBone::SpringStiffness' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SpringBone, SpringDamping) == 0x0000E0, "Member 'FAnimNode_SpringBone::SpringDamping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SpringBone, ErrorResetThresh) == 0x0000E4, "Member 'FAnimNode_SpringBone::ErrorResetThresh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_StateResult \ static_assert(alignof(FAnimNode_StateResult) == 0x000008, "Wrong alignment on FAnimNode_StateResult"); \ static_assert(sizeof(FAnimNode_StateResult) == 0x000030, "Wrong size on FAnimNode_StateResult"); \ #define DUMPER7_ASSERTS_FRotationLimit \ static_assert(alignof(FRotationLimit) == 0x000004, "Wrong alignment on FRotationLimit"); \ static_assert(sizeof(FRotationLimit) == 0x000018, "Wrong size on FRotationLimit"); \ static_assert(offsetof(FRotationLimit, LimitMin) == 0x000000, "Member 'FRotationLimit::LimitMin' has a wrong offset!"); \ static_assert(offsetof(FRotationLimit, LimitMax) == 0x00000C, "Member 'FRotationLimit::LimitMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_Trail \ static_assert(alignof(FAnimNode_Trail) == 0x000010, "Wrong alignment on FAnimNode_Trail"); \ static_assert(sizeof(FAnimNode_Trail) == 0x000260, "Wrong size on FAnimNode_Trail"); \ static_assert(offsetof(FAnimNode_Trail, TrailBone) == 0x000100, "Member 'FAnimNode_Trail::TrailBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, ChainLength) == 0x000110, "Member 'FAnimNode_Trail::ChainLength' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, ChainBoneAxis) == 0x000114, "Member 'FAnimNode_Trail::ChainBoneAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, MaxDeltaTime) == 0x000118, "Member 'FAnimNode_Trail::MaxDeltaTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScale) == 0x00011C, "Member 'FAnimNode_Trail::RelaxationSpeedScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, TrailRelaxationSpeed) == 0x000120, "Member 'FAnimNode_Trail::TrailRelaxationSpeed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, RelaxationSpeedScaleInputProcessor) == 0x0001A8, "Member 'FAnimNode_Trail::RelaxationSpeedScaleInputProcessor' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, RotationLimits) == 0x0001D8, "Member 'FAnimNode_Trail::RotationLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, RotationOffsets) == 0x0001E8, "Member 'FAnimNode_Trail::RotationOffsets' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, PlanarLimits) == 0x0001F8, "Member 'FAnimNode_Trail::PlanarLimits' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, StretchLimit) == 0x000208, "Member 'FAnimNode_Trail::StretchLimit' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, FakeVelocity) == 0x00020C, "Member 'FAnimNode_Trail::FakeVelocity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, BaseJoint) == 0x000218, "Member 'FAnimNode_Trail::BaseJoint' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_Trail, LastBoneRotationAnimAlphaBlend) == 0x000228, "Member 'FAnimNode_Trail::LastBoneRotationAnimAlphaBlend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReferenceBoneFrame \ static_assert(alignof(FReferenceBoneFrame) == 0x000004, "Wrong alignment on FReferenceBoneFrame"); \ static_assert(sizeof(FReferenceBoneFrame) == 0x000020, "Wrong size on FReferenceBoneFrame"); \ static_assert(offsetof(FReferenceBoneFrame, Bone) == 0x000000, "Member 'FReferenceBoneFrame::Bone' has a wrong offset!"); \ static_assert(offsetof(FReferenceBoneFrame, Axis) == 0x000010, "Member 'FReferenceBoneFrame::Axis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_TwistCorrectiveNode \ static_assert(alignof(FAnimNode_TwistCorrectiveNode) == 0x000008, "Wrong alignment on FAnimNode_TwistCorrectiveNode"); \ static_assert(sizeof(FAnimNode_TwistCorrectiveNode) == 0x000138, "Wrong size on FAnimNode_TwistCorrectiveNode"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, BaseFrame) == 0x0000C8, "Member 'FAnimNode_TwistCorrectiveNode::BaseFrame' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, TwistFrame) == 0x0000E8, "Member 'FAnimNode_TwistCorrectiveNode::TwistFrame' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, TwistPlaneNormalAxis) == 0x000108, "Member 'FAnimNode_TwistCorrectiveNode::TwistPlaneNormalAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RangeMax) == 0x000118, "Member 'FAnimNode_TwistCorrectiveNode::RangeMax' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMin) == 0x00011C, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMin' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, RemappedMax) == 0x000120, "Member 'FAnimNode_TwistCorrectiveNode::RemappedMax' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwistCorrectiveNode, Curve) == 0x000124, "Member 'FAnimNode_TwistCorrectiveNode::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_TwoBoneIK \ static_assert(alignof(FAnimNode_TwoBoneIK) == 0x000010, "Wrong alignment on FAnimNode_TwoBoneIK"); \ static_assert(sizeof(FAnimNode_TwoBoneIK) == 0x0001E0, "Wrong size on FAnimNode_TwoBoneIK"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, IKBone) == 0x0000C8, "Member 'FAnimNode_TwoBoneIK::IKBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, StartStretchRatio) == 0x0000D8, "Member 'FAnimNode_TwoBoneIK::StartStretchRatio' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, MaxStretchScale) == 0x0000DC, "Member 'FAnimNode_TwoBoneIK::MaxStretchScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocation) == 0x0000E0, "Member 'FAnimNode_TwoBoneIK::EffectorLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorTarget) == 0x0000F0, "Member 'FAnimNode_TwoBoneIK::EffectorTarget' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocation) == 0x000150, "Member 'FAnimNode_TwoBoneIK::JointTargetLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, JointTarget) == 0x000160, "Member 'FAnimNode_TwoBoneIK::JointTarget' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, TwistAxis) == 0x0001C0, "Member 'FAnimNode_TwoBoneIK::TwistAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocationSpace) == 0x0001D0, "Member 'FAnimNode_TwoBoneIK::EffectorLocationSpace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocationSpace) == 0x0001D1, "Member 'FAnimNode_TwoBoneIK::JointTargetLocationSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_TwoWayBlend \ static_assert(alignof(FAnimNode_TwoWayBlend) == 0x000008, "Wrong alignment on FAnimNode_TwoWayBlend"); \ static_assert(sizeof(FAnimNode_TwoWayBlend) == 0x0000C8, "Wrong size on FAnimNode_TwoWayBlend"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, A) == 0x000010, "Member 'FAnimNode_TwoWayBlend::A' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, B) == 0x000020, "Member 'FAnimNode_TwoWayBlend::B' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaInputType) == 0x000030, "Member 'FAnimNode_TwoWayBlend::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, Alpha) == 0x000034, "Member 'FAnimNode_TwoWayBlend::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaScaleBias) == 0x000038, "Member 'FAnimNode_TwoWayBlend::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaBoolBlend) == 0x000040, "Member 'FAnimNode_TwoWayBlend::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaCurveName) == 0x000088, "Member 'FAnimNode_TwoWayBlend::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_TwoWayBlend, AlphaScaleBiasClamp) == 0x000090, "Member 'FAnimNode_TwoWayBlend::AlphaScaleBiasClamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPositionHistory \ static_assert(alignof(FPositionHistory) == 0x000008, "Wrong alignment on FPositionHistory"); \ static_assert(sizeof(FPositionHistory) == 0x000030, "Wrong size on FPositionHistory"); \ static_assert(offsetof(FPositionHistory, Positions) == 0x000000, "Member 'FPositionHistory::Positions' has a wrong offset!"); \ static_assert(offsetof(FPositionHistory, Range) == 0x000010, "Member 'FPositionHistory::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRBFEntry \ static_assert(alignof(FRBFEntry) == 0x000008, "Wrong alignment on FRBFEntry"); \ static_assert(sizeof(FRBFEntry) == 0x000010, "Wrong size on FRBFEntry"); \ static_assert(offsetof(FRBFEntry, Values) == 0x000000, "Member 'FRBFEntry::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRBFTarget \ static_assert(alignof(FRBFTarget) == 0x000008, "Wrong alignment on FRBFTarget"); \ static_assert(sizeof(FRBFTarget) == 0x0000A0, "Wrong size on FRBFTarget"); \ static_assert(offsetof(FRBFTarget, ScaleFactor) == 0x000010, "Member 'FRBFTarget::ScaleFactor' has a wrong offset!"); \ static_assert(offsetof(FRBFTarget, bApplyCustomCurve) == 0x000014, "Member 'FRBFTarget::bApplyCustomCurve' has a wrong offset!"); \ static_assert(offsetof(FRBFTarget, CustomCurve) == 0x000018, "Member 'FRBFTarget::CustomCurve' has a wrong offset!"); \ static_assert(offsetof(FRBFTarget, DistanceMethod) == 0x000098, "Member 'FRBFTarget::DistanceMethod' has a wrong offset!"); \ static_assert(offsetof(FRBFTarget, FunctionType) == 0x000099, "Member 'FRBFTarget::FunctionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSequencerInstance \ static_assert(alignof(UAnimSequencerInstance) == 0x000010, "Wrong alignment on UAnimSequencerInstance"); \ static_assert(sizeof(UAnimSequencerInstance) == 0x0002C0, "Wrong size on UAnimSequencerInstance"); \ #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_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_FHairGroupInfo \ static_assert(alignof(FHairGroupInfo) == 0x000004, "Wrong alignment on FHairGroupInfo"); \ static_assert(sizeof(FHairGroupInfo) == 0x000018, "Wrong size on FHairGroupInfo"); \ static_assert(offsetof(FHairGroupInfo, GroupID) == 0x000000, "Member 'FHairGroupInfo::GroupID' has a wrong offset!"); \ static_assert(offsetof(FHairGroupInfo, NumCurves) == 0x000004, "Member 'FHairGroupInfo::NumCurves' has a wrong offset!"); \ static_assert(offsetof(FHairGroupInfo, NumGuides) == 0x000008, "Member 'FHairGroupInfo::NumGuides' has a wrong offset!"); \ static_assert(offsetof(FHairGroupInfo, NumCurveVertices) == 0x00000C, "Member 'FHairGroupInfo::NumCurveVertices' has a wrong offset!"); \ static_assert(offsetof(FHairGroupInfo, NumGuideVertices) == 0x000010, "Member 'FHairGroupInfo::NumGuideVertices' has a wrong offset!"); \ static_assert(offsetof(FHairGroupInfo, MaxCurveLength) == 0x000014, "Member 'FHairGroupInfo::MaxCurveLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupInfoWithVisibility \ static_assert(alignof(FHairGroupInfoWithVisibility) == 0x000004, "Wrong alignment on FHairGroupInfoWithVisibility"); \ static_assert(sizeof(FHairGroupInfoWithVisibility) == 0x00001C, "Wrong size on FHairGroupInfoWithVisibility"); \ static_assert(offsetof(FHairGroupInfoWithVisibility, bIsVisible) == 0x000018, "Member 'FHairGroupInfoWithVisibility::bIsVisible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupsMaterial \ static_assert(alignof(FHairGroupsMaterial) == 0x000008, "Wrong alignment on FHairGroupsMaterial"); \ static_assert(sizeof(FHairGroupsMaterial) == 0x000010, "Wrong size on FHairGroupsMaterial"); \ static_assert(offsetof(FHairGroupsMaterial, Material) == 0x000000, "Member 'FHairGroupsMaterial::Material' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsMaterial, SlotName) == 0x000008, "Member 'FHairGroupsMaterial::SlotName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairCardsClusterSettings \ static_assert(alignof(FHairCardsClusterSettings) == 0x000004, "Wrong alignment on FHairCardsClusterSettings"); \ static_assert(sizeof(FHairCardsClusterSettings) == 0x000008, "Wrong size on FHairCardsClusterSettings"); \ static_assert(offsetof(FHairCardsClusterSettings, ClusterDecimation) == 0x000000, "Member 'FHairCardsClusterSettings::ClusterDecimation' has a wrong offset!"); \ static_assert(offsetof(FHairCardsClusterSettings, Type) == 0x000004, "Member 'FHairCardsClusterSettings::Type' has a wrong offset!"); \ static_assert(offsetof(FHairCardsClusterSettings, bUseGuide) == 0x000005, "Member 'FHairCardsClusterSettings::bUseGuide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairCardsGeometrySettings \ static_assert(alignof(FHairCardsGeometrySettings) == 0x000004, "Wrong alignment on FHairCardsGeometrySettings"); \ static_assert(sizeof(FHairCardsGeometrySettings) == 0x00001C, "Wrong size on FHairCardsGeometrySettings"); \ static_assert(offsetof(FHairCardsGeometrySettings, GenerationType) == 0x000000, "Member 'FHairCardsGeometrySettings::GenerationType' has a wrong offset!"); \ static_assert(offsetof(FHairCardsGeometrySettings, CardsCount) == 0x000004, "Member 'FHairCardsGeometrySettings::CardsCount' has a wrong offset!"); \ static_assert(offsetof(FHairCardsGeometrySettings, ClusterType) == 0x000008, "Member 'FHairCardsGeometrySettings::ClusterType' has a wrong offset!"); \ static_assert(offsetof(FHairCardsGeometrySettings, MinSegmentLength) == 0x00000C, "Member 'FHairCardsGeometrySettings::MinSegmentLength' has a wrong offset!"); \ static_assert(offsetof(FHairCardsGeometrySettings, AngularThreshold) == 0x000010, "Member 'FHairCardsGeometrySettings::AngularThreshold' has a wrong offset!"); \ static_assert(offsetof(FHairCardsGeometrySettings, MinCardsLength) == 0x000014, "Member 'FHairCardsGeometrySettings::MinCardsLength' has a wrong offset!"); \ static_assert(offsetof(FHairCardsGeometrySettings, MaxCardsLength) == 0x000018, "Member 'FHairCardsGeometrySettings::MaxCardsLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairCardsTextureSettings \ static_assert(alignof(FHairCardsTextureSettings) == 0x000004, "Wrong alignment on FHairCardsTextureSettings"); \ static_assert(sizeof(FHairCardsTextureSettings) == 0x000010, "Wrong size on FHairCardsTextureSettings"); \ static_assert(offsetof(FHairCardsTextureSettings, AtlasMaxResolution) == 0x000000, "Member 'FHairCardsTextureSettings::AtlasMaxResolution' has a wrong offset!"); \ static_assert(offsetof(FHairCardsTextureSettings, PixelPerCentimeters) == 0x000004, "Member 'FHairCardsTextureSettings::PixelPerCentimeters' has a wrong offset!"); \ static_assert(offsetof(FHairCardsTextureSettings, LengthTextureCount) == 0x000008, "Member 'FHairCardsTextureSettings::LengthTextureCount' has a wrong offset!"); \ static_assert(offsetof(FHairCardsTextureSettings, DensityTextureCount) == 0x00000C, "Member 'FHairCardsTextureSettings::DensityTextureCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupsProceduralCards \ static_assert(alignof(FHairGroupsProceduralCards) == 0x000004, "Wrong alignment on FHairGroupsProceduralCards"); \ static_assert(sizeof(FHairGroupsProceduralCards) == 0x000038, "Wrong size on FHairGroupsProceduralCards"); \ static_assert(offsetof(FHairGroupsProceduralCards, ClusterSettings) == 0x000000, "Member 'FHairGroupsProceduralCards::ClusterSettings' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsProceduralCards, GeometrySettings) == 0x000008, "Member 'FHairGroupsProceduralCards::GeometrySettings' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsProceduralCards, TextureSettings) == 0x000024, "Member 'FHairGroupsProceduralCards::TextureSettings' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsProceduralCards, Version) == 0x000034, "Member 'FHairGroupsProceduralCards::Version' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupCardsTextures \ static_assert(alignof(FHairGroupCardsTextures) == 0x000008, "Wrong alignment on FHairGroupCardsTextures"); \ static_assert(sizeof(FHairGroupCardsTextures) == 0x000030, "Wrong size on FHairGroupCardsTextures"); \ static_assert(offsetof(FHairGroupCardsTextures, DepthTexture) == 0x000000, "Member 'FHairGroupCardsTextures::DepthTexture' has a wrong offset!"); \ static_assert(offsetof(FHairGroupCardsTextures, CoverageTexture) == 0x000008, "Member 'FHairGroupCardsTextures::CoverageTexture' has a wrong offset!"); \ static_assert(offsetof(FHairGroupCardsTextures, TangentTexture) == 0x000010, "Member 'FHairGroupCardsTextures::TangentTexture' has a wrong offset!"); \ static_assert(offsetof(FHairGroupCardsTextures, AttributeTexture) == 0x000018, "Member 'FHairGroupCardsTextures::AttributeTexture' has a wrong offset!"); \ static_assert(offsetof(FHairGroupCardsTextures, AuxilaryDataTexture) == 0x000020, "Member 'FHairGroupCardsTextures::AuxilaryDataTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupCardsInfo \ static_assert(alignof(FHairGroupCardsInfo) == 0x000004, "Wrong alignment on FHairGroupCardsInfo"); \ static_assert(sizeof(FHairGroupCardsInfo) == 0x000008, "Wrong size on FHairGroupCardsInfo"); \ static_assert(offsetof(FHairGroupCardsInfo, NumCards) == 0x000000, "Member 'FHairGroupCardsInfo::NumCards' has a wrong offset!"); \ static_assert(offsetof(FHairGroupCardsInfo, NumCardVertices) == 0x000004, "Member 'FHairGroupCardsInfo::NumCardVertices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupsCardsSourceDescription \ static_assert(alignof(FHairGroupsCardsSourceDescription) == 0x000008, "Wrong alignment on FHairGroupsCardsSourceDescription"); \ static_assert(sizeof(FHairGroupsCardsSourceDescription) == 0x0000C0, "Wrong size on FHairGroupsCardsSourceDescription"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, Material) == 0x000000, "Member 'FHairGroupsCardsSourceDescription::Material' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, MaterialSlotName) == 0x000008, "Member 'FHairGroupsCardsSourceDescription::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, SourceType) == 0x000010, "Member 'FHairGroupsCardsSourceDescription::SourceType' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, ProceduralMesh) == 0x000018, "Member 'FHairGroupsCardsSourceDescription::ProceduralMesh' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, ProceduralMeshKey) == 0x000020, "Member 'FHairGroupsCardsSourceDescription::ProceduralMeshKey' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, ImportedMesh) == 0x000030, "Member 'FHairGroupsCardsSourceDescription::ImportedMesh' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, ProceduralSettings) == 0x000038, "Member 'FHairGroupsCardsSourceDescription::ProceduralSettings' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, Textures) == 0x000070, "Member 'FHairGroupsCardsSourceDescription::Textures' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, GroupIndex) == 0x0000A0, "Member 'FHairGroupsCardsSourceDescription::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, LODIndex) == 0x0000A4, "Member 'FHairGroupsCardsSourceDescription::LODIndex' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, CardsInfo) == 0x0000A8, "Member 'FHairGroupsCardsSourceDescription::CardsInfo' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsCardsSourceDescription, ImportedMeshKey) == 0x0000B0, "Member 'FHairGroupsCardsSourceDescription::ImportedMeshKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairLODSettings \ static_assert(alignof(FHairLODSettings) == 0x000004, "Wrong alignment on FHairLODSettings"); \ static_assert(sizeof(FHairLODSettings) == 0x000018, "Wrong size on FHairLODSettings"); \ static_assert(offsetof(FHairLODSettings, CurveDecimation) == 0x000000, "Member 'FHairLODSettings::CurveDecimation' has a wrong offset!"); \ static_assert(offsetof(FHairLODSettings, VertexDecimation) == 0x000004, "Member 'FHairLODSettings::VertexDecimation' has a wrong offset!"); \ static_assert(offsetof(FHairLODSettings, AngularThreshold) == 0x000008, "Member 'FHairLODSettings::AngularThreshold' has a wrong offset!"); \ static_assert(offsetof(FHairLODSettings, ScreenSize) == 0x00000C, "Member 'FHairLODSettings::ScreenSize' has a wrong offset!"); \ static_assert(offsetof(FHairLODSettings, ThicknessScale) == 0x000010, "Member 'FHairLODSettings::ThicknessScale' has a wrong offset!"); \ static_assert(offsetof(FHairLODSettings, bVisible) == 0x000014, "Member 'FHairLODSettings::bVisible' has a wrong offset!"); \ static_assert(offsetof(FHairLODSettings, GeometryType) == 0x000015, "Member 'FHairLODSettings::GeometryType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupsLOD \ static_assert(alignof(FHairGroupsLOD) == 0x000008, "Wrong alignment on FHairGroupsLOD"); \ static_assert(sizeof(FHairGroupsLOD) == 0x000018, "Wrong size on FHairGroupsLOD"); \ static_assert(offsetof(FHairGroupsLOD, LODs) == 0x000000, "Member 'FHairGroupsLOD::LODs' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsLOD, ClusterWorldSize) == 0x000010, "Member 'FHairGroupsLOD::ClusterWorldSize' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsLOD, ClusterScreenSizeScale) == 0x000014, "Member 'FHairGroupsLOD::ClusterScreenSizeScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairDecimationSettings \ static_assert(alignof(FHairDecimationSettings) == 0x000004, "Wrong alignment on FHairDecimationSettings"); \ static_assert(sizeof(FHairDecimationSettings) == 0x000008, "Wrong size on FHairDecimationSettings"); \ static_assert(offsetof(FHairDecimationSettings, CurveDecimation) == 0x000000, "Member 'FHairDecimationSettings::CurveDecimation' has a wrong offset!"); \ static_assert(offsetof(FHairDecimationSettings, VertexDecimation) == 0x000004, "Member 'FHairDecimationSettings::VertexDecimation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairInterpolationSettings \ static_assert(alignof(FHairInterpolationSettings) == 0x000004, "Wrong alignment on FHairInterpolationSettings"); \ static_assert(sizeof(FHairInterpolationSettings) == 0x00000C, "Wrong size on FHairInterpolationSettings"); \ static_assert(offsetof(FHairInterpolationSettings, bOverrideGuides) == 0x000000, "Member 'FHairInterpolationSettings::bOverrideGuides' has a wrong offset!"); \ static_assert(offsetof(FHairInterpolationSettings, HairToGuideDensity) == 0x000004, "Member 'FHairInterpolationSettings::HairToGuideDensity' has a wrong offset!"); \ static_assert(offsetof(FHairInterpolationSettings, InterpolationQuality) == 0x000008, "Member 'FHairInterpolationSettings::InterpolationQuality' has a wrong offset!"); \ static_assert(offsetof(FHairInterpolationSettings, InterpolationDistance) == 0x000009, "Member 'FHairInterpolationSettings::InterpolationDistance' has a wrong offset!"); \ static_assert(offsetof(FHairInterpolationSettings, bRandomizeGuide) == 0x00000A, "Member 'FHairInterpolationSettings::bRandomizeGuide' has a wrong offset!"); \ static_assert(offsetof(FHairInterpolationSettings, bUseUniqueGuide) == 0x00000B, "Member 'FHairInterpolationSettings::bUseUniqueGuide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupsInterpolation \ static_assert(alignof(FHairGroupsInterpolation) == 0x000004, "Wrong alignment on FHairGroupsInterpolation"); \ static_assert(sizeof(FHairGroupsInterpolation) == 0x000014, "Wrong size on FHairGroupsInterpolation"); \ static_assert(offsetof(FHairGroupsInterpolation, DecimationSettings) == 0x000000, "Member 'FHairGroupsInterpolation::DecimationSettings' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsInterpolation, InterpolationSettings) == 0x000008, "Member 'FHairGroupsInterpolation::InterpolationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroomCacheImportSettings \ static_assert(alignof(FGroomCacheImportSettings) == 0x000008, "Wrong alignment on FGroomCacheImportSettings"); \ static_assert(sizeof(FGroomCacheImportSettings) == 0x000020, "Wrong size on FGroomCacheImportSettings"); \ static_assert(offsetof(FGroomCacheImportSettings, bImportGroomCache) == 0x000000, "Member 'FGroomCacheImportSettings::bImportGroomCache' has a wrong offset!"); \ static_assert(offsetof(FGroomCacheImportSettings, bImportGroomAsset) == 0x000001, "Member 'FGroomCacheImportSettings::bImportGroomAsset' has a wrong offset!"); \ static_assert(offsetof(FGroomCacheImportSettings, GroomAsset) == 0x000008, "Member 'FGroomCacheImportSettings::GroomAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupsMeshesSourceDescription \ static_assert(alignof(FHairGroupsMeshesSourceDescription) == 0x000008, "Wrong alignment on FHairGroupsMeshesSourceDescription"); \ static_assert(sizeof(FHairGroupsMeshesSourceDescription) == 0x000060, "Wrong size on FHairGroupsMeshesSourceDescription"); \ static_assert(offsetof(FHairGroupsMeshesSourceDescription, Material) == 0x000000, "Member 'FHairGroupsMeshesSourceDescription::Material' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsMeshesSourceDescription, MaterialSlotName) == 0x000008, "Member 'FHairGroupsMeshesSourceDescription::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsMeshesSourceDescription, ImportedMesh) == 0x000010, "Member 'FHairGroupsMeshesSourceDescription::ImportedMesh' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsMeshesSourceDescription, Textures) == 0x000018, "Member 'FHairGroupsMeshesSourceDescription::Textures' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsMeshesSourceDescription, GroupIndex) == 0x000048, "Member 'FHairGroupsMeshesSourceDescription::GroupIndex' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsMeshesSourceDescription, LODIndex) == 0x00004C, "Member 'FHairGroupsMeshesSourceDescription::LODIndex' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsMeshesSourceDescription, ImportedMeshKey) == 0x000050, "Member 'FHairGroupsMeshesSourceDescription::ImportedMeshKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairSolverSettings \ static_assert(alignof(FHairSolverSettings) == 0x000008, "Wrong alignment on FHairSolverSettings"); \ static_assert(sizeof(FHairSolverSettings) == 0x000038, "Wrong size on FHairSolverSettings"); \ static_assert(offsetof(FHairSolverSettings, EnableSimulation) == 0x000000, "Member 'FHairSolverSettings::EnableSimulation' has a wrong offset!"); \ static_assert(offsetof(FHairSolverSettings, NiagaraSolver) == 0x000001, "Member 'FHairSolverSettings::NiagaraSolver' has a wrong offset!"); \ static_assert(offsetof(FHairSolverSettings, CustomSystem) == 0x000008, "Member 'FHairSolverSettings::CustomSystem' has a wrong offset!"); \ static_assert(offsetof(FHairSolverSettings, SubSteps) == 0x000030, "Member 'FHairSolverSettings::SubSteps' has a wrong offset!"); \ static_assert(offsetof(FHairSolverSettings, IterationCount) == 0x000034, "Member 'FHairSolverSettings::IterationCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairExternalForces \ static_assert(alignof(FHairExternalForces) == 0x000004, "Wrong alignment on FHairExternalForces"); \ static_assert(sizeof(FHairExternalForces) == 0x00001C, "Wrong size on FHairExternalForces"); \ static_assert(offsetof(FHairExternalForces, GravityVector) == 0x000000, "Member 'FHairExternalForces::GravityVector' has a wrong offset!"); \ static_assert(offsetof(FHairExternalForces, AirDrag) == 0x00000C, "Member 'FHairExternalForces::AirDrag' has a wrong offset!"); \ static_assert(offsetof(FHairExternalForces, AirVelocity) == 0x000010, "Member 'FHairExternalForces::AirVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairBendConstraint \ static_assert(alignof(FHairBendConstraint) == 0x000008, "Wrong alignment on FHairBendConstraint"); \ static_assert(sizeof(FHairBendConstraint) == 0x000098, "Wrong size on FHairBendConstraint"); \ static_assert(offsetof(FHairBendConstraint, SolveBend) == 0x000000, "Member 'FHairBendConstraint::SolveBend' has a wrong offset!"); \ static_assert(offsetof(FHairBendConstraint, ProjectBend) == 0x000001, "Member 'FHairBendConstraint::ProjectBend' has a wrong offset!"); \ static_assert(offsetof(FHairBendConstraint, BendDamping) == 0x000004, "Member 'FHairBendConstraint::BendDamping' has a wrong offset!"); \ static_assert(offsetof(FHairBendConstraint, BendStiffness) == 0x000008, "Member 'FHairBendConstraint::BendStiffness' has a wrong offset!"); \ static_assert(offsetof(FHairBendConstraint, BendScale) == 0x000010, "Member 'FHairBendConstraint::BendScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairStretchConstraint \ static_assert(alignof(FHairStretchConstraint) == 0x000008, "Wrong alignment on FHairStretchConstraint"); \ static_assert(sizeof(FHairStretchConstraint) == 0x000098, "Wrong size on FHairStretchConstraint"); \ static_assert(offsetof(FHairStretchConstraint, SolveStretch) == 0x000000, "Member 'FHairStretchConstraint::SolveStretch' has a wrong offset!"); \ static_assert(offsetof(FHairStretchConstraint, ProjectStretch) == 0x000001, "Member 'FHairStretchConstraint::ProjectStretch' has a wrong offset!"); \ static_assert(offsetof(FHairStretchConstraint, StretchDamping) == 0x000004, "Member 'FHairStretchConstraint::StretchDamping' has a wrong offset!"); \ static_assert(offsetof(FHairStretchConstraint, StretchStiffness) == 0x000008, "Member 'FHairStretchConstraint::StretchStiffness' has a wrong offset!"); \ static_assert(offsetof(FHairStretchConstraint, StretchScale) == 0x000010, "Member 'FHairStretchConstraint::StretchScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairCollisionConstraint \ static_assert(alignof(FHairCollisionConstraint) == 0x000008, "Wrong alignment on FHairCollisionConstraint"); \ static_assert(sizeof(FHairCollisionConstraint) == 0x0000A8, "Wrong size on FHairCollisionConstraint"); \ static_assert(offsetof(FHairCollisionConstraint, SolveCollision) == 0x000000, "Member 'FHairCollisionConstraint::SolveCollision' has a wrong offset!"); \ static_assert(offsetof(FHairCollisionConstraint, ProjectCollision) == 0x000001, "Member 'FHairCollisionConstraint::ProjectCollision' has a wrong offset!"); \ static_assert(offsetof(FHairCollisionConstraint, StaticFriction) == 0x000004, "Member 'FHairCollisionConstraint::StaticFriction' has a wrong offset!"); \ static_assert(offsetof(FHairCollisionConstraint, KineticFriction) == 0x000008, "Member 'FHairCollisionConstraint::KineticFriction' has a wrong offset!"); \ static_assert(offsetof(FHairCollisionConstraint, StrandsViscosity) == 0x00000C, "Member 'FHairCollisionConstraint::StrandsViscosity' has a wrong offset!"); \ static_assert(offsetof(FHairCollisionConstraint, GridDimension) == 0x000010, "Member 'FHairCollisionConstraint::GridDimension' has a wrong offset!"); \ static_assert(offsetof(FHairCollisionConstraint, CollisionRadius) == 0x00001C, "Member 'FHairCollisionConstraint::CollisionRadius' has a wrong offset!"); \ static_assert(offsetof(FHairCollisionConstraint, RadiusScale) == 0x000020, "Member 'FHairCollisionConstraint::RadiusScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairMaterialConstraints \ static_assert(alignof(FHairMaterialConstraints) == 0x000008, "Wrong alignment on FHairMaterialConstraints"); \ static_assert(sizeof(FHairMaterialConstraints) == 0x0001D8, "Wrong size on FHairMaterialConstraints"); \ static_assert(offsetof(FHairMaterialConstraints, BendConstraint) == 0x000000, "Member 'FHairMaterialConstraints::BendConstraint' has a wrong offset!"); \ static_assert(offsetof(FHairMaterialConstraints, StretchConstraint) == 0x000098, "Member 'FHairMaterialConstraints::StretchConstraint' has a wrong offset!"); \ static_assert(offsetof(FHairMaterialConstraints, CollisionConstraint) == 0x000130, "Member 'FHairMaterialConstraints::CollisionConstraint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairStrandsParameters \ static_assert(alignof(FHairStrandsParameters) == 0x000008, "Wrong alignment on FHairStrandsParameters"); \ static_assert(sizeof(FHairStrandsParameters) == 0x000098, "Wrong size on FHairStrandsParameters"); \ static_assert(offsetof(FHairStrandsParameters, StrandsSize) == 0x000000, "Member 'FHairStrandsParameters::StrandsSize' has a wrong offset!"); \ static_assert(offsetof(FHairStrandsParameters, StrandsDensity) == 0x000004, "Member 'FHairStrandsParameters::StrandsDensity' has a wrong offset!"); \ static_assert(offsetof(FHairStrandsParameters, StrandsSmoothing) == 0x000008, "Member 'FHairStrandsParameters::StrandsSmoothing' has a wrong offset!"); \ static_assert(offsetof(FHairStrandsParameters, StrandsThickness) == 0x00000C, "Member 'FHairStrandsParameters::StrandsThickness' has a wrong offset!"); \ static_assert(offsetof(FHairStrandsParameters, ThicknessScale) == 0x000010, "Member 'FHairStrandsParameters::ThicknessScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupsPhysics \ static_assert(alignof(FHairGroupsPhysics) == 0x000008, "Wrong alignment on FHairGroupsPhysics"); \ static_assert(sizeof(FHairGroupsPhysics) == 0x0002C8, "Wrong size on FHairGroupsPhysics"); \ static_assert(offsetof(FHairGroupsPhysics, SolverSettings) == 0x000000, "Member 'FHairGroupsPhysics::SolverSettings' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsPhysics, ExternalForces) == 0x000038, "Member 'FHairGroupsPhysics::ExternalForces' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsPhysics, MaterialConstraints) == 0x000058, "Member 'FHairGroupsPhysics::MaterialConstraints' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsPhysics, StrandsParameters) == 0x000230, "Member 'FHairGroupsPhysics::StrandsParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroomBuildSettings \ static_assert(alignof(FGroomBuildSettings) == 0x000004, "Wrong alignment on FGroomBuildSettings"); \ static_assert(sizeof(FGroomBuildSettings) == 0x00000C, "Wrong size on FGroomBuildSettings"); \ static_assert(offsetof(FGroomBuildSettings, bOverrideGuides) == 0x000000, "Member 'FGroomBuildSettings::bOverrideGuides' has a wrong offset!"); \ static_assert(offsetof(FGroomBuildSettings, HairToGuideDensity) == 0x000004, "Member 'FGroomBuildSettings::HairToGuideDensity' has a wrong offset!"); \ static_assert(offsetof(FGroomBuildSettings, InterpolationQuality) == 0x000008, "Member 'FGroomBuildSettings::InterpolationQuality' has a wrong offset!"); \ static_assert(offsetof(FGroomBuildSettings, InterpolationDistance) == 0x000009, "Member 'FGroomBuildSettings::InterpolationDistance' has a wrong offset!"); \ static_assert(offsetof(FGroomBuildSettings, bRandomizeGuide) == 0x00000A, "Member 'FGroomBuildSettings::bRandomizeGuide' has a wrong offset!"); \ static_assert(offsetof(FGroomBuildSettings, bUseUniqueGuide) == 0x00000B, "Member 'FGroomBuildSettings::bUseUniqueGuide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGroomCacheParams \ static_assert(alignof(FMovieSceneGroomCacheParams) == 0x000008, "Wrong alignment on FMovieSceneGroomCacheParams"); \ static_assert(sizeof(FMovieSceneGroomCacheParams) == 0x000020, "Wrong size on FMovieSceneGroomCacheParams"); \ static_assert(offsetof(FMovieSceneGroomCacheParams, GroomCache) == 0x000000, "Member 'FMovieSceneGroomCacheParams::GroomCache' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGroomCacheParams, FirstLoopStartFrameOffset) == 0x000008, "Member 'FMovieSceneGroomCacheParams::FirstLoopStartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGroomCacheParams, StartFrameOffset) == 0x00000C, "Member 'FMovieSceneGroomCacheParams::StartFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGroomCacheParams, EndFrameOffset) == 0x000010, "Member 'FMovieSceneGroomCacheParams::EndFrameOffset' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGroomCacheParams, PlayRate) == 0x000014, "Member 'FMovieSceneGroomCacheParams::PlayRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGroomCacheSectionTemplateParameters \ static_assert(alignof(FMovieSceneGroomCacheSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneGroomCacheSectionTemplateParameters"); \ static_assert(sizeof(FMovieSceneGroomCacheSectionTemplateParameters) == 0x000028, "Wrong size on FMovieSceneGroomCacheSectionTemplateParameters"); \ static_assert(offsetof(FMovieSceneGroomCacheSectionTemplateParameters, SectionStartTime) == 0x000020, "Member 'FMovieSceneGroomCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneGroomCacheSectionTemplateParameters, SectionEndTime) == 0x000024, "Member 'FMovieSceneGroomCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGeometrySettings \ static_assert(alignof(FHairGeometrySettings) == 0x000004, "Wrong alignment on FHairGeometrySettings"); \ static_assert(sizeof(FHairGeometrySettings) == 0x000010, "Wrong size on FHairGeometrySettings"); \ static_assert(offsetof(FHairGeometrySettings, HairWidth) == 0x000000, "Member 'FHairGeometrySettings::HairWidth' has a wrong offset!"); \ static_assert(offsetof(FHairGeometrySettings, HairRootScale) == 0x000004, "Member 'FHairGeometrySettings::HairRootScale' has a wrong offset!"); \ static_assert(offsetof(FHairGeometrySettings, HairTipScale) == 0x000008, "Member 'FHairGeometrySettings::HairTipScale' has a wrong offset!"); \ static_assert(offsetof(FHairGeometrySettings, HairClipScale) == 0x00000C, "Member 'FHairGeometrySettings::HairClipScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairShadowSettings \ static_assert(alignof(FHairShadowSettings) == 0x000004, "Wrong alignment on FHairShadowSettings"); \ static_assert(sizeof(FHairShadowSettings) == 0x00000C, "Wrong size on FHairShadowSettings"); \ static_assert(offsetof(FHairShadowSettings, HairShadowDensity) == 0x000000, "Member 'FHairShadowSettings::HairShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FHairShadowSettings, HairRaytracingRadiusScale) == 0x000004, "Member 'FHairShadowSettings::HairRaytracingRadiusScale' has a wrong offset!"); \ static_assert(offsetof(FHairShadowSettings, bUseHairRaytracingGeometry) == 0x000008, "Member 'FHairShadowSettings::bUseHairRaytracingGeometry' has a wrong offset!"); \ static_assert(offsetof(FHairShadowSettings, bVoxelize) == 0x000009, "Member 'FHairShadowSettings::bVoxelize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairAdvancedRenderingSettings \ static_assert(alignof(FHairAdvancedRenderingSettings) == 0x000001, "Wrong alignment on FHairAdvancedRenderingSettings"); \ static_assert(sizeof(FHairAdvancedRenderingSettings) == 0x000002, "Wrong size on FHairAdvancedRenderingSettings"); \ static_assert(offsetof(FHairAdvancedRenderingSettings, bUseStableRasterization) == 0x000000, "Member 'FHairAdvancedRenderingSettings::bUseStableRasterization' has a wrong offset!"); \ static_assert(offsetof(FHairAdvancedRenderingSettings, bScatterSceneLighting) == 0x000001, "Member 'FHairAdvancedRenderingSettings::bScatterSceneLighting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupsRendering \ static_assert(alignof(FHairGroupsRendering) == 0x000008, "Wrong alignment on FHairGroupsRendering"); \ static_assert(sizeof(FHairGroupsRendering) == 0x000030, "Wrong size on FHairGroupsRendering"); \ static_assert(offsetof(FHairGroupsRendering, MaterialSlotName) == 0x000000, "Member 'FHairGroupsRendering::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsRendering, Material) == 0x000008, "Member 'FHairGroupsRendering::Material' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsRendering, GeometrySettings) == 0x000010, "Member 'FHairGroupsRendering::GeometrySettings' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsRendering, ShadowSettings) == 0x000020, "Member 'FHairGroupsRendering::ShadowSettings' has a wrong offset!"); \ static_assert(offsetof(FHairGroupsRendering, AdvancedSettings) == 0x00002C, "Member 'FHairGroupsRendering::AdvancedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroomConversionSettings \ static_assert(alignof(FGroomConversionSettings) == 0x000004, "Wrong alignment on FGroomConversionSettings"); \ static_assert(sizeof(FGroomConversionSettings) == 0x000018, "Wrong size on FGroomConversionSettings"); \ static_assert(offsetof(FGroomConversionSettings, Rotation) == 0x000000, "Member 'FGroomConversionSettings::Rotation' has a wrong offset!"); \ static_assert(offsetof(FGroomConversionSettings, Scale) == 0x00000C, "Member 'FGroomConversionSettings::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGoomBindingGroupInfo \ static_assert(alignof(FGoomBindingGroupInfo) == 0x000004, "Wrong alignment on FGoomBindingGroupInfo"); \ static_assert(sizeof(FGoomBindingGroupInfo) == 0x000010, "Wrong size on FGoomBindingGroupInfo"); \ static_assert(offsetof(FGoomBindingGroupInfo, RenRootCount) == 0x000000, "Member 'FGoomBindingGroupInfo::RenRootCount' has a wrong offset!"); \ static_assert(offsetof(FGoomBindingGroupInfo, RenLODCount) == 0x000004, "Member 'FGoomBindingGroupInfo::RenLODCount' has a wrong offset!"); \ static_assert(offsetof(FGoomBindingGroupInfo, SimRootCount) == 0x000008, "Member 'FGoomBindingGroupInfo::SimRootCount' has a wrong offset!"); \ static_assert(offsetof(FGoomBindingGroupInfo, SimLODCount) == 0x00000C, "Member 'FGoomBindingGroupInfo::SimLODCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroomAnimationInfo \ static_assert(alignof(FGroomAnimationInfo) == 0x000004, "Wrong alignment on FGroomAnimationInfo"); \ static_assert(sizeof(FGroomAnimationInfo) == 0x000020, "Wrong size on FGroomAnimationInfo"); \ static_assert(offsetof(FGroomAnimationInfo, NumFrames) == 0x000000, "Member 'FGroomAnimationInfo::NumFrames' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, SecondsPerFrame) == 0x000004, "Member 'FGroomAnimationInfo::SecondsPerFrame' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, Duration) == 0x000008, "Member 'FGroomAnimationInfo::Duration' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, StartTime) == 0x00000C, "Member 'FGroomAnimationInfo::StartTime' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, EndTime) == 0x000010, "Member 'FGroomAnimationInfo::EndTime' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, StartFrame) == 0x000014, "Member 'FGroomAnimationInfo::StartFrame' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, EndFrame) == 0x000018, "Member 'FGroomAnimationInfo::EndFrame' has a wrong offset!"); \ static_assert(offsetof(FGroomAnimationInfo, Attributes) == 0x00001C, "Member 'FGroomAnimationInfo::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroomCacheInfo \ static_assert(alignof(FGroomCacheInfo) == 0x000004, "Wrong alignment on FGroomCacheInfo"); \ static_assert(sizeof(FGroomCacheInfo) == 0x000028, "Wrong size on FGroomCacheInfo"); \ static_assert(offsetof(FGroomCacheInfo, Version) == 0x000000, "Member 'FGroomCacheInfo::Version' has a wrong offset!"); \ static_assert(offsetof(FGroomCacheInfo, Type) == 0x000004, "Member 'FGroomCacheInfo::Type' has a wrong offset!"); \ static_assert(offsetof(FGroomCacheInfo, AnimationInfo) == 0x000008, "Member 'FGroomCacheInfo::AnimationInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFollicleMaskOptions \ static_assert(alignof(FFollicleMaskOptions) == 0x000008, "Wrong alignment on FFollicleMaskOptions"); \ static_assert(sizeof(FFollicleMaskOptions) == 0x000010, "Wrong size on FFollicleMaskOptions"); \ static_assert(offsetof(FFollicleMaskOptions, Groom) == 0x000000, "Member 'FFollicleMaskOptions::Groom' has a wrong offset!"); \ static_assert(offsetof(FFollicleMaskOptions, Channel) == 0x000008, "Member 'FFollicleMaskOptions::Channel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHairGroupDesc \ static_assert(alignof(FHairGroupDesc) == 0x000004, "Wrong alignment on FHairGroupDesc"); \ static_assert(sizeof(FHairGroupDesc) == 0x000044, "Wrong size on FHairGroupDesc"); \ static_assert(offsetof(FHairGroupDesc, HairLength) == 0x000000, "Member 'FHairGroupDesc::HairLength' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairWidth) == 0x000004, "Member 'FHairGroupDesc::HairWidth' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairWidth_Override) == 0x000008, "Member 'FHairGroupDesc::HairWidth_Override' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairRootScale) == 0x00000C, "Member 'FHairGroupDesc::HairRootScale' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairRootScale_Override) == 0x000010, "Member 'FHairGroupDesc::HairRootScale_Override' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairTipScale) == 0x000014, "Member 'FHairGroupDesc::HairTipScale' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairTipScale_Override) == 0x000018, "Member 'FHairGroupDesc::HairTipScale_Override' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairClipScale) == 0x00001C, "Member 'FHairGroupDesc::HairClipScale' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairClipScale_Override) == 0x000020, "Member 'FHairGroupDesc::HairClipScale_Override' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairShadowDensity) == 0x000024, "Member 'FHairGroupDesc::HairShadowDensity' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairShadowDensity_Override) == 0x000028, "Member 'FHairGroupDesc::HairShadowDensity_Override' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairRaytracingRadiusScale) == 0x00002C, "Member 'FHairGroupDesc::HairRaytracingRadiusScale' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, HairRaytracingRadiusScale_Override) == 0x000030, "Member 'FHairGroupDesc::HairRaytracingRadiusScale_Override' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, bUseHairRaytracingGeometry) == 0x000031, "Member 'FHairGroupDesc::bUseHairRaytracingGeometry' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, bUseHairRaytracingGeometry_Override) == 0x000032, "Member 'FHairGroupDesc::bUseHairRaytracingGeometry_Override' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, LODBias) == 0x000034, "Member 'FHairGroupDesc::LODBias' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, bUseStableRasterization) == 0x000038, "Member 'FHairGroupDesc::bUseStableRasterization' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, bUseStableRasterization_Override) == 0x000039, "Member 'FHairGroupDesc::bUseStableRasterization_Override' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, bScatterSceneLighting) == 0x00003A, "Member 'FHairGroupDesc::bScatterSceneLighting' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, bScatterSceneLighting_Override) == 0x00003B, "Member 'FHairGroupDesc::bScatterSceneLighting_Override' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, bSupportVoxelization) == 0x00003C, "Member 'FHairGroupDesc::bSupportVoxelization' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, bSupportVoxelization_Override) == 0x00003D, "Member 'FHairGroupDesc::bSupportVoxelization_Override' has a wrong offset!"); \ static_assert(offsetof(FHairGroupDesc, LODForcedIndex) == 0x000040, "Member 'FHairGroupDesc::LODForcedIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGroomHairGroupPreview \ static_assert(alignof(FGroomHairGroupPreview) == 0x000004, "Wrong alignment on FGroomHairGroupPreview"); \ static_assert(sizeof(FGroomHairGroupPreview) == 0x000020, "Wrong size on FGroomHairGroupPreview"); \ static_assert(offsetof(FGroomHairGroupPreview, GroupID) == 0x000000, "Member 'FGroomHairGroupPreview::GroupID' has a wrong offset!"); \ static_assert(offsetof(FGroomHairGroupPreview, CurveCount) == 0x000004, "Member 'FGroomHairGroupPreview::CurveCount' has a wrong offset!"); \ static_assert(offsetof(FGroomHairGroupPreview, GuideCount) == 0x000008, "Member 'FGroomHairGroupPreview::GuideCount' has a wrong offset!"); \ static_assert(offsetof(FGroomHairGroupPreview, InterpolationSettings) == 0x00000C, "Member 'FGroomHairGroupPreview::InterpolationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneGroomCacheSectionTemplate \ static_assert(alignof(FMovieSceneGroomCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGroomCacheSectionTemplate"); \ static_assert(sizeof(FMovieSceneGroomCacheSectionTemplate) == 0x000048, "Wrong size on FMovieSceneGroomCacheSectionTemplate"); \ static_assert(offsetof(FMovieSceneGroomCacheSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneGroomCacheSectionTemplate::Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomCacheImportData \ static_assert(alignof(UGroomCacheImportData) == 0x000008, "Wrong alignment on UGroomCacheImportData"); \ static_assert(sizeof(UGroomCacheImportData) == 0x000048, "Wrong size on UGroomCacheImportData"); \ static_assert(offsetof(UGroomCacheImportData, Settings) == 0x000028, "Member 'UGroomCacheImportData::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGroomActor \ static_assert(alignof(AGroomActor) == 0x000008, "Wrong alignment on AGroomActor"); \ static_assert(sizeof(AGroomActor) == 0x000238, "Wrong size on AGroomActor"); \ static_assert(offsetof(AGroomActor, GroomComponent) == 0x000230, "Member 'AGroomActor::GroomComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomAsset \ static_assert(alignof(UGroomAsset) == 0x000008, "Wrong alignment on UGroomAsset"); \ static_assert(sizeof(UGroomAsset) == 0x0000F8, "Wrong size on UGroomAsset"); \ static_assert(offsetof(UGroomAsset, HairGroupsInfo) == 0x000030, "Member 'UGroomAsset::HairGroupsInfo' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, HairGroupsRendering) == 0x000040, "Member 'UGroomAsset::HairGroupsRendering' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, HairGroupsPhysics) == 0x000050, "Member 'UGroomAsset::HairGroupsPhysics' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, HairGroupsInterpolation) == 0x000060, "Member 'UGroomAsset::HairGroupsInterpolation' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, HairGroupsLOD) == 0x000070, "Member 'UGroomAsset::HairGroupsLOD' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, HairGroupsCards) == 0x000080, "Member 'UGroomAsset::HairGroupsCards' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, HairGroupsMeshes) == 0x000090, "Member 'UGroomAsset::HairGroupsMeshes' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, HairGroupsMaterials) == 0x0000A0, "Member 'UGroomAsset::HairGroupsMaterials' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, EnableGlobalInterpolation) == 0x0000C0, "Member 'UGroomAsset::EnableGlobalInterpolation' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, HairInterpolationType) == 0x0000C1, "Member 'UGroomAsset::HairInterpolationType' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, LODSelectionType) == 0x0000C2, "Member 'UGroomAsset::LODSelectionType' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, MinLOD) == 0x0000C4, "Member 'UGroomAsset::MinLOD' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, DisableBelowMinLodStripping) == 0x0000C8, "Member 'UGroomAsset::DisableBelowMinLodStripping' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, EffectiveLODBias) == 0x0000D0, "Member 'UGroomAsset::EffectiveLODBias' has a wrong offset!"); \ static_assert(offsetof(UGroomAsset, AssetUserData) == 0x0000E0, "Member 'UGroomAsset::AssetUserData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomAssetImportData \ static_assert(alignof(UGroomAssetImportData) == 0x000008, "Wrong alignment on UGroomAssetImportData"); \ static_assert(sizeof(UGroomAssetImportData) == 0x000030, "Wrong size on UGroomAssetImportData"); \ static_assert(offsetof(UGroomAssetImportData, ImportOptions) == 0x000028, "Member 'UGroomAssetImportData::ImportOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomBindingAsset \ static_assert(alignof(UGroomBindingAsset) == 0x000010, "Wrong alignment on UGroomBindingAsset"); \ static_assert(sizeof(UGroomBindingAsset) == 0x0000B0, "Wrong size on UGroomBindingAsset"); \ static_assert(offsetof(UGroomBindingAsset, GroomBindingType) == 0x000028, "Member 'UGroomBindingAsset::GroomBindingType' has a wrong offset!"); \ static_assert(offsetof(UGroomBindingAsset, Groom) == 0x000030, "Member 'UGroomBindingAsset::Groom' has a wrong offset!"); \ static_assert(offsetof(UGroomBindingAsset, SourceSkeletalMesh) == 0x000038, "Member 'UGroomBindingAsset::SourceSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UGroomBindingAsset, TargetSkeletalMesh) == 0x000040, "Member 'UGroomBindingAsset::TargetSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UGroomBindingAsset, SourceGeometryCache) == 0x000048, "Member 'UGroomBindingAsset::SourceGeometryCache' has a wrong offset!"); \ static_assert(offsetof(UGroomBindingAsset, TargetGeometryCache) == 0x000050, "Member 'UGroomBindingAsset::TargetGeometryCache' has a wrong offset!"); \ static_assert(offsetof(UGroomBindingAsset, NumInterpolationPoints) == 0x000058, "Member 'UGroomBindingAsset::NumInterpolationPoints' has a wrong offset!"); \ static_assert(offsetof(UGroomBindingAsset, MatchingSection) == 0x00005C, "Member 'UGroomBindingAsset::MatchingSection' has a wrong offset!"); \ static_assert(offsetof(UGroomBindingAsset, GroupInfos) == 0x000060, "Member 'UGroomBindingAsset::GroupInfos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset \ static_assert(alignof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset"); \ static_assert(sizeof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset) == 0x000030, "Wrong size on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, GroomAsset) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::GroomAsset' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, GeometryCache) == 0x000008, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::GeometryCache' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, NumInterpolationPoints) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::NumInterpolationPoints' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, SourceGeometryCacheForTransfer) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::SourceGeometryCacheForTransfer' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, MatchingSection) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::MatchingSection' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset, ReturnValue) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath \ static_assert(alignof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath"); \ static_assert(sizeof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath) == 0x000040, "Wrong size on GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, DesiredPackagePath) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::DesiredPackagePath' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, GroomAsset) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::GroomAsset' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, GeometryCache) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::GeometryCache' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, NumInterpolationPoints) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::NumInterpolationPoints' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, SourceGeometryCacheForTransfer) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::SourceGeometryCacheForTransfer' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, MatchingSection) == 0x000030, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::MatchingSection' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath, ReturnValue) == 0x000038, "Member 'GroomBlueprintLibrary_CreateNewGeometryCacheGroomBindingAssetWithPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGroomBindingAsset \ static_assert(alignof(GroomBlueprintLibrary_CreateNewGroomBindingAsset) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGroomBindingAsset"); \ static_assert(sizeof(GroomBlueprintLibrary_CreateNewGroomBindingAsset) == 0x000030, "Wrong size on GroomBlueprintLibrary_CreateNewGroomBindingAsset"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InGroomAsset) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InGroomAsset' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InSkeletalMesh) == 0x000008, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InNumInterpolationPoints) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InNumInterpolationPoints' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InSourceSkeletalMeshForTransfer) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InSourceSkeletalMeshForTransfer' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, InMatchingSection) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::InMatchingSection' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAsset, ReturnValue) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath \ static_assert(alignof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath) == 0x000008, "Wrong alignment on GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath"); \ static_assert(sizeof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath) == 0x000040, "Wrong size on GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InDesiredPackagePath) == 0x000000, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InDesiredPackagePath' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InGroomAsset) == 0x000010, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InGroomAsset' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InSkeletalMesh) == 0x000018, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InNumInterpolationPoints) == 0x000020, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InNumInterpolationPoints' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InSourceSkeletalMeshForTransfer) == 0x000028, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InSourceSkeletalMeshForTransfer' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, InMatchingSection) == 0x000030, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::InMatchingSection' has a wrong offset!"); \ static_assert(offsetof(GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath, ReturnValue) == 0x000038, "Member 'GroomBlueprintLibrary_CreateNewGroomBindingAssetWithPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomBlueprintLibrary \ static_assert(alignof(UGroomBlueprintLibrary) == 0x000008, "Wrong alignment on UGroomBlueprintLibrary"); \ static_assert(sizeof(UGroomBlueprintLibrary) == 0x000028, "Wrong size on UGroomBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UGroomCache \ static_assert(alignof(UGroomCache) == 0x000008, "Wrong alignment on UGroomCache"); \ static_assert(sizeof(UGroomCache) == 0x000068, "Wrong size on UGroomCache"); \ static_assert(offsetof(UGroomCache, GroomCacheInfo) == 0x000030, "Member 'UGroomCache::GroomCacheInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomCacheImportOptions \ static_assert(alignof(UGroomCacheImportOptions) == 0x000008, "Wrong alignment on UGroomCacheImportOptions"); \ static_assert(sizeof(UGroomCacheImportOptions) == 0x000048, "Wrong size on UGroomCacheImportOptions"); \ static_assert(offsetof(UGroomCacheImportOptions, ImportSettings) == 0x000028, "Member 'UGroomCacheImportOptions::ImportSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GroomComponent_SetBindingAsset \ static_assert(alignof(GroomComponent_SetBindingAsset) == 0x000008, "Wrong alignment on GroomComponent_SetBindingAsset"); \ static_assert(sizeof(GroomComponent_SetBindingAsset) == 0x000008, "Wrong size on GroomComponent_SetBindingAsset"); \ static_assert(offsetof(GroomComponent_SetBindingAsset, InBinding) == 0x000000, "Member 'GroomComponent_SetBindingAsset::InBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GroomComponent_SetGroomAsset \ static_assert(alignof(GroomComponent_SetGroomAsset) == 0x000008, "Wrong alignment on GroomComponent_SetGroomAsset"); \ static_assert(sizeof(GroomComponent_SetGroomAsset) == 0x000008, "Wrong size on GroomComponent_SetGroomAsset"); \ static_assert(offsetof(GroomComponent_SetGroomAsset, Asset) == 0x000000, "Member 'GroomComponent_SetGroomAsset::Asset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomComponent \ static_assert(alignof(UGroomComponent) == 0x000010, "Wrong alignment on UGroomComponent"); \ static_assert(sizeof(UGroomComponent) == 0x0005B0, "Wrong size on UGroomComponent"); \ static_assert(offsetof(UGroomComponent, GroomAsset) == 0x000490, "Member 'UGroomComponent::GroomAsset' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, GroomCache) == 0x000498, "Member 'UGroomComponent::GroomCache' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, NiagaraComponents) == 0x0004A0, "Member 'UGroomComponent::NiagaraComponents' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, SourceSkeletalMesh) == 0x0004B0, "Member 'UGroomComponent::SourceSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, BindingAsset) == 0x0004B8, "Member 'UGroomComponent::BindingAsset' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, PhysicsAsset) == 0x0004C0, "Member 'UGroomComponent::PhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, Strands_DebugMaterial) == 0x0004C8, "Member 'UGroomComponent::Strands_DebugMaterial' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, Strands_DefaultMaterial) == 0x0004D0, "Member 'UGroomComponent::Strands_DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, Cards_DefaultMaterial) == 0x0004D8, "Member 'UGroomComponent::Cards_DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, Meshes_DefaultMaterial) == 0x0004E0, "Member 'UGroomComponent::Meshes_DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, AngularSpringsSystem) == 0x0004E8, "Member 'UGroomComponent::AngularSpringsSystem' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, CosseratRodsSystem) == 0x0004F0, "Member 'UGroomComponent::CosseratRodsSystem' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, AttachmentName) == 0x0004F8, "Member 'UGroomComponent::AttachmentName' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, GroomGroupsDesc) == 0x000550, "Member 'UGroomComponent::GroomGroupsDesc' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, bRunning) == 0x000560, "Member 'UGroomComponent::bRunning' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, bLooping) == 0x000561, "Member 'UGroomComponent::bLooping' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, bManualTick) == 0x000562, "Member 'UGroomComponent::bManualTick' has a wrong offset!"); \ static_assert(offsetof(UGroomComponent, ElapsedTime) == 0x000564, "Member 'UGroomComponent::ElapsedTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomCreateBindingOptions \ static_assert(alignof(UGroomCreateBindingOptions) == 0x000008, "Wrong alignment on UGroomCreateBindingOptions"); \ static_assert(sizeof(UGroomCreateBindingOptions) == 0x000058, "Wrong size on UGroomCreateBindingOptions"); \ static_assert(offsetof(UGroomCreateBindingOptions, GroomBindingType) == 0x000028, "Member 'UGroomCreateBindingOptions::GroomBindingType' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateBindingOptions, SourceSkeletalMesh) == 0x000030, "Member 'UGroomCreateBindingOptions::SourceSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateBindingOptions, TargetSkeletalMesh) == 0x000038, "Member 'UGroomCreateBindingOptions::TargetSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateBindingOptions, SourceGeometryCache) == 0x000040, "Member 'UGroomCreateBindingOptions::SourceGeometryCache' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateBindingOptions, TargetGeometryCache) == 0x000048, "Member 'UGroomCreateBindingOptions::TargetGeometryCache' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateBindingOptions, NumInterpolationPoints) == 0x000050, "Member 'UGroomCreateBindingOptions::NumInterpolationPoints' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateBindingOptions, MatchingSection) == 0x000054, "Member 'UGroomCreateBindingOptions::MatchingSection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomCreateFollicleMaskOptions \ static_assert(alignof(UGroomCreateFollicleMaskOptions) == 0x000008, "Wrong alignment on UGroomCreateFollicleMaskOptions"); \ static_assert(sizeof(UGroomCreateFollicleMaskOptions) == 0x000040, "Wrong size on UGroomCreateFollicleMaskOptions"); \ static_assert(offsetof(UGroomCreateFollicleMaskOptions, Resolution) == 0x000028, "Member 'UGroomCreateFollicleMaskOptions::Resolution' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateFollicleMaskOptions, RootRadius) == 0x00002C, "Member 'UGroomCreateFollicleMaskOptions::RootRadius' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateFollicleMaskOptions, Grooms) == 0x000030, "Member 'UGroomCreateFollicleMaskOptions::Grooms' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomCreateStrandsTexturesOptions \ static_assert(alignof(UGroomCreateStrandsTexturesOptions) == 0x000008, "Wrong alignment on UGroomCreateStrandsTexturesOptions"); \ static_assert(sizeof(UGroomCreateStrandsTexturesOptions) == 0x000068, "Wrong size on UGroomCreateStrandsTexturesOptions"); \ static_assert(offsetof(UGroomCreateStrandsTexturesOptions, Resolution) == 0x000028, "Member 'UGroomCreateStrandsTexturesOptions::Resolution' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateStrandsTexturesOptions, TraceType) == 0x00002C, "Member 'UGroomCreateStrandsTexturesOptions::TraceType' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateStrandsTexturesOptions, TraceDistance) == 0x000030, "Member 'UGroomCreateStrandsTexturesOptions::TraceDistance' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateStrandsTexturesOptions, MeshType) == 0x000034, "Member 'UGroomCreateStrandsTexturesOptions::MeshType' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateStrandsTexturesOptions, StaticMesh) == 0x000038, "Member 'UGroomCreateStrandsTexturesOptions::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateStrandsTexturesOptions, SkeletalMesh) == 0x000040, "Member 'UGroomCreateStrandsTexturesOptions::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateStrandsTexturesOptions, LODIndex) == 0x000048, "Member 'UGroomCreateStrandsTexturesOptions::LODIndex' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateStrandsTexturesOptions, SectionIndex) == 0x00004C, "Member 'UGroomCreateStrandsTexturesOptions::SectionIndex' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateStrandsTexturesOptions, UVChannelIndex) == 0x000050, "Member 'UGroomCreateStrandsTexturesOptions::UVChannelIndex' has a wrong offset!"); \ static_assert(offsetof(UGroomCreateStrandsTexturesOptions, GroupIndex) == 0x000058, "Member 'UGroomCreateStrandsTexturesOptions::GroupIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomImportOptions \ static_assert(alignof(UGroomImportOptions) == 0x000008, "Wrong alignment on UGroomImportOptions"); \ static_assert(sizeof(UGroomImportOptions) == 0x000050, "Wrong size on UGroomImportOptions"); \ static_assert(offsetof(UGroomImportOptions, ConversionSettings) == 0x000028, "Member 'UGroomImportOptions::ConversionSettings' has a wrong offset!"); \ static_assert(offsetof(UGroomImportOptions, InterpolationSettings) == 0x000040, "Member 'UGroomImportOptions::InterpolationSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomHairGroupsPreview \ static_assert(alignof(UGroomHairGroupsPreview) == 0x000008, "Wrong alignment on UGroomHairGroupsPreview"); \ static_assert(sizeof(UGroomHairGroupsPreview) == 0x000038, "Wrong size on UGroomHairGroupsPreview"); \ static_assert(offsetof(UGroomHairGroupsPreview, Groups) == 0x000028, "Member 'UGroomHairGroupsPreview::Groups' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroomPluginSettings \ static_assert(alignof(UGroomPluginSettings) == 0x000008, "Wrong alignment on UGroomPluginSettings"); \ static_assert(sizeof(UGroomPluginSettings) == 0x000030, "Wrong size on UGroomPluginSettings"); \ static_assert(offsetof(UGroomPluginSettings, GroomCacheLookAheadBuffer) == 0x000028, "Member 'UGroomPluginSettings::GroomCacheLookAheadBuffer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneGroomCacheSection \ static_assert(alignof(UMovieSceneGroomCacheSection) == 0x000008, "Wrong alignment on UMovieSceneGroomCacheSection"); \ static_assert(sizeof(UMovieSceneGroomCacheSection) == 0x000108, "Wrong size on UMovieSceneGroomCacheSection"); \ static_assert(offsetof(UMovieSceneGroomCacheSection, Params_0) == 0x0000E8, "Member 'UMovieSceneGroomCacheSection::Params_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieSceneGroomCacheTrack \ static_assert(alignof(UMovieSceneGroomCacheTrack) == 0x000008, "Wrong alignment on UMovieSceneGroomCacheTrack"); \ static_assert(sizeof(UMovieSceneGroomCacheTrack) == 0x0000A8, "Wrong size on UMovieSceneGroomCacheTrack"); \ static_assert(offsetof(UMovieSceneGroomCacheTrack, AnimationSections) == 0x000098, "Member 'UMovieSceneGroomCacheTrack::AnimationSections' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceHairStrands \ static_assert(alignof(UNiagaraDataInterfaceHairStrands) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceHairStrands"); \ static_assert(sizeof(UNiagaraDataInterfaceHairStrands) == 0x000050, "Wrong size on UNiagaraDataInterfaceHairStrands"); \ static_assert(offsetof(UNiagaraDataInterfaceHairStrands, DefaultSource) == 0x000038, "Member 'UNiagaraDataInterfaceHairStrands::DefaultSource' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceHairStrands, SourceActor) == 0x000040, "Member 'UNiagaraDataInterfaceHairStrands::SourceActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfacePhysicsAsset \ static_assert(alignof(UNiagaraDataInterfacePhysicsAsset) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePhysicsAsset"); \ static_assert(sizeof(UNiagaraDataInterfacePhysicsAsset) == 0x000068, "Wrong size on UNiagaraDataInterfacePhysicsAsset"); \ static_assert(offsetof(UNiagaraDataInterfacePhysicsAsset, DefaultSource) == 0x000038, "Member 'UNiagaraDataInterfacePhysicsAsset::DefaultSource' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfacePhysicsAsset, SourceActor) == 0x000040, "Member 'UNiagaraDataInterfacePhysicsAsset::SourceActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceVelocityGrid \ static_assert(alignof(UNiagaraDataInterfaceVelocityGrid) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceVelocityGrid"); \ static_assert(sizeof(UNiagaraDataInterfaceVelocityGrid) == 0x0000E8, "Wrong size on UNiagaraDataInterfaceVelocityGrid"); \ static_assert(offsetof(UNiagaraDataInterfaceVelocityGrid, GridSize) == 0x0000D8, "Member 'UNiagaraDataInterfaceVelocityGrid::GridSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfacePressureGrid \ static_assert(alignof(UNiagaraDataInterfacePressureGrid) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePressureGrid"); \ static_assert(sizeof(UNiagaraDataInterfacePressureGrid) == 0x0000E8, "Wrong size on UNiagaraDataInterfacePressureGrid"); \ #define DUMPER7_ASSERTS_FLobbyPlayerStateActorInfo \ static_assert(alignof(FLobbyPlayerStateActorInfo) == 0x000008, "Wrong alignment on FLobbyPlayerStateActorInfo"); \ static_assert(sizeof(FLobbyPlayerStateActorInfo) == 0x000018, "Wrong size on FLobbyPlayerStateActorInfo"); \ static_assert(offsetof(FLobbyPlayerStateActorInfo, LobbyPlayerState) == 0x000010, "Member 'FLobbyPlayerStateActorInfo::LobbyPlayerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLobbyPlayerStateInfoArray \ static_assert(alignof(FLobbyPlayerStateInfoArray) == 0x000008, "Wrong alignment on FLobbyPlayerStateInfoArray"); \ static_assert(sizeof(FLobbyPlayerStateInfoArray) == 0x000120, "Wrong size on FLobbyPlayerStateInfoArray"); \ static_assert(offsetof(FLobbyPlayerStateInfoArray, Players) == 0x000108, "Member 'FLobbyPlayerStateInfoArray::Players' has a wrong offset!"); \ static_assert(offsetof(FLobbyPlayerStateInfoArray, ParentState) == 0x000118, "Member 'FLobbyPlayerStateInfoArray::ParentState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LobbyBeaconClient_ClientLoginComplete \ static_assert(alignof(LobbyBeaconClient_ClientLoginComplete) == 0x000008, "Wrong alignment on LobbyBeaconClient_ClientLoginComplete"); \ static_assert(sizeof(LobbyBeaconClient_ClientLoginComplete) == 0x000030, "Wrong size on LobbyBeaconClient_ClientLoginComplete"); \ static_assert(offsetof(LobbyBeaconClient_ClientLoginComplete, InUniqueId) == 0x000000, "Member 'LobbyBeaconClient_ClientLoginComplete::InUniqueId' has a wrong offset!"); \ static_assert(offsetof(LobbyBeaconClient_ClientLoginComplete, bWasSuccessful) == 0x000028, "Member 'LobbyBeaconClient_ClientLoginComplete::bWasSuccessful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LobbyBeaconClient_ClientPlayerJoined \ static_assert(alignof(LobbyBeaconClient_ClientPlayerJoined) == 0x000008, "Wrong alignment on LobbyBeaconClient_ClientPlayerJoined"); \ static_assert(sizeof(LobbyBeaconClient_ClientPlayerJoined) == 0x000040, "Wrong size on LobbyBeaconClient_ClientPlayerJoined"); \ static_assert(offsetof(LobbyBeaconClient_ClientPlayerJoined, NewPlayerName) == 0x000000, "Member 'LobbyBeaconClient_ClientPlayerJoined::NewPlayerName' has a wrong offset!"); \ static_assert(offsetof(LobbyBeaconClient_ClientPlayerJoined, InUniqueId) == 0x000018, "Member 'LobbyBeaconClient_ClientPlayerJoined::InUniqueId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LobbyBeaconClient_ClientPlayerLeft \ static_assert(alignof(LobbyBeaconClient_ClientPlayerLeft) == 0x000008, "Wrong alignment on LobbyBeaconClient_ClientPlayerLeft"); \ static_assert(sizeof(LobbyBeaconClient_ClientPlayerLeft) == 0x000028, "Wrong size on LobbyBeaconClient_ClientPlayerLeft"); \ static_assert(offsetof(LobbyBeaconClient_ClientPlayerLeft, InUniqueId) == 0x000000, "Member 'LobbyBeaconClient_ClientPlayerLeft::InUniqueId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LobbyBeaconClient_ClientSetInviteFlags \ static_assert(alignof(LobbyBeaconClient_ClientSetInviteFlags) == 0x000004, "Wrong alignment on LobbyBeaconClient_ClientSetInviteFlags"); \ static_assert(sizeof(LobbyBeaconClient_ClientSetInviteFlags) == 0x000014, "Wrong size on LobbyBeaconClient_ClientSetInviteFlags"); \ static_assert(offsetof(LobbyBeaconClient_ClientSetInviteFlags, Settings) == 0x000000, "Member 'LobbyBeaconClient_ClientSetInviteFlags::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LobbyBeaconClient_ClientWasKicked \ static_assert(alignof(LobbyBeaconClient_ClientWasKicked) == 0x000008, "Wrong alignment on LobbyBeaconClient_ClientWasKicked"); \ static_assert(sizeof(LobbyBeaconClient_ClientWasKicked) == 0x000018, "Wrong size on LobbyBeaconClient_ClientWasKicked"); \ static_assert(offsetof(LobbyBeaconClient_ClientWasKicked, KickReason) == 0x000000, "Member 'LobbyBeaconClient_ClientWasKicked::KickReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LobbyBeaconClient_ServerCheat \ static_assert(alignof(LobbyBeaconClient_ServerCheat) == 0x000008, "Wrong alignment on LobbyBeaconClient_ServerCheat"); \ static_assert(sizeof(LobbyBeaconClient_ServerCheat) == 0x000010, "Wrong size on LobbyBeaconClient_ServerCheat"); \ static_assert(offsetof(LobbyBeaconClient_ServerCheat, Msg) == 0x000000, "Member 'LobbyBeaconClient_ServerCheat::Msg' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LobbyBeaconClient_ServerKickPlayer \ static_assert(alignof(LobbyBeaconClient_ServerKickPlayer) == 0x000008, "Wrong alignment on LobbyBeaconClient_ServerKickPlayer"); \ static_assert(sizeof(LobbyBeaconClient_ServerKickPlayer) == 0x000040, "Wrong size on LobbyBeaconClient_ServerKickPlayer"); \ static_assert(offsetof(LobbyBeaconClient_ServerKickPlayer, PlayerToKick) == 0x000000, "Member 'LobbyBeaconClient_ServerKickPlayer::PlayerToKick' has a wrong offset!"); \ static_assert(offsetof(LobbyBeaconClient_ServerKickPlayer, Reason) == 0x000028, "Member 'LobbyBeaconClient_ServerKickPlayer::Reason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LobbyBeaconClient_ServerLoginPlayer \ static_assert(alignof(LobbyBeaconClient_ServerLoginPlayer) == 0x000008, "Wrong alignment on LobbyBeaconClient_ServerLoginPlayer"); \ static_assert(sizeof(LobbyBeaconClient_ServerLoginPlayer) == 0x000048, "Wrong size on LobbyBeaconClient_ServerLoginPlayer"); \ static_assert(offsetof(LobbyBeaconClient_ServerLoginPlayer, InSessionId) == 0x000000, "Member 'LobbyBeaconClient_ServerLoginPlayer::InSessionId' has a wrong offset!"); \ static_assert(offsetof(LobbyBeaconClient_ServerLoginPlayer, InUniqueId) == 0x000010, "Member 'LobbyBeaconClient_ServerLoginPlayer::InUniqueId' has a wrong offset!"); \ static_assert(offsetof(LobbyBeaconClient_ServerLoginPlayer, UrlString) == 0x000038, "Member 'LobbyBeaconClient_ServerLoginPlayer::UrlString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LobbyBeaconClient_ServerSetPartyOwner \ static_assert(alignof(LobbyBeaconClient_ServerSetPartyOwner) == 0x000008, "Wrong alignment on LobbyBeaconClient_ServerSetPartyOwner"); \ static_assert(sizeof(LobbyBeaconClient_ServerSetPartyOwner) == 0x000050, "Wrong size on LobbyBeaconClient_ServerSetPartyOwner"); \ static_assert(offsetof(LobbyBeaconClient_ServerSetPartyOwner, InUniqueId) == 0x000000, "Member 'LobbyBeaconClient_ServerSetPartyOwner::InUniqueId' has a wrong offset!"); \ static_assert(offsetof(LobbyBeaconClient_ServerSetPartyOwner, InPartyOwnerId) == 0x000028, "Member 'LobbyBeaconClient_ServerSetPartyOwner::InPartyOwnerId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALobbyBeaconClient \ static_assert(alignof(ALobbyBeaconClient) == 0x000008, "Wrong alignment on ALobbyBeaconClient"); \ static_assert(sizeof(ALobbyBeaconClient) == 0x000348, "Wrong size on ALobbyBeaconClient"); \ static_assert(offsetof(ALobbyBeaconClient, LobbyState) == 0x0002C0, "Member 'ALobbyBeaconClient::LobbyState' has a wrong offset!"); \ static_assert(offsetof(ALobbyBeaconClient, PlayerState) == 0x0002C8, "Member 'ALobbyBeaconClient::PlayerState' has a wrong offset!"); \ static_assert(offsetof(ALobbyBeaconClient, LobbyJoinServerState) == 0x0002D1, "Member 'ALobbyBeaconClient::LobbyJoinServerState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALobbyBeaconHost \ static_assert(alignof(ALobbyBeaconHost) == 0x000008, "Wrong alignment on ALobbyBeaconHost"); \ static_assert(sizeof(ALobbyBeaconHost) == 0x000290, "Wrong size on ALobbyBeaconHost"); \ static_assert(offsetof(ALobbyBeaconHost, LobbyStateClass) == 0x000260, "Member 'ALobbyBeaconHost::LobbyStateClass' has a wrong offset!"); \ static_assert(offsetof(ALobbyBeaconHost, LobbyState) == 0x000288, "Member 'ALobbyBeaconHost::LobbyState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALobbyBeaconPlayerState \ static_assert(alignof(ALobbyBeaconPlayerState) == 0x000008, "Wrong alignment on ALobbyBeaconPlayerState"); \ static_assert(sizeof(ALobbyBeaconPlayerState) == 0x0002F0, "Wrong size on ALobbyBeaconPlayerState"); \ static_assert(offsetof(ALobbyBeaconPlayerState, DisplayName) == 0x000230, "Member 'ALobbyBeaconPlayerState::DisplayName' has a wrong offset!"); \ static_assert(offsetof(ALobbyBeaconPlayerState, UniqueId) == 0x000248, "Member 'ALobbyBeaconPlayerState::UniqueId' has a wrong offset!"); \ static_assert(offsetof(ALobbyBeaconPlayerState, PartyOwnerUniqueId) == 0x000270, "Member 'ALobbyBeaconPlayerState::PartyOwnerUniqueId' has a wrong offset!"); \ static_assert(offsetof(ALobbyBeaconPlayerState, bInLobby) == 0x000298, "Member 'ALobbyBeaconPlayerState::bInLobby' has a wrong offset!"); \ static_assert(offsetof(ALobbyBeaconPlayerState, ClientActor) == 0x0002A0, "Member 'ALobbyBeaconPlayerState::ClientActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALobbyBeaconState \ static_assert(alignof(ALobbyBeaconState) == 0x000008, "Wrong alignment on ALobbyBeaconState"); \ static_assert(sizeof(ALobbyBeaconState) == 0x0003D8, "Wrong size on ALobbyBeaconState"); \ static_assert(offsetof(ALobbyBeaconState, MaxPlayers) == 0x000230, "Member 'ALobbyBeaconState::MaxPlayers' has a wrong offset!"); \ static_assert(offsetof(ALobbyBeaconState, LobbyBeaconPlayerStateClass) == 0x000238, "Member 'ALobbyBeaconState::LobbyBeaconPlayerStateClass' has a wrong offset!"); \ static_assert(offsetof(ALobbyBeaconState, bLobbyStarted) == 0x000248, "Member 'ALobbyBeaconState::bLobbyStarted' has a wrong offset!"); \ static_assert(offsetof(ALobbyBeaconState, WaitForPlayersTimeRemaining) == 0x00024C, "Member 'ALobbyBeaconState::WaitForPlayersTimeRemaining' has a wrong offset!"); \ static_assert(offsetof(ALobbyBeaconState, Players) == 0x000250, "Member 'ALobbyBeaconState::Players' 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_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_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_FMovieSceneNiagaraBoolParameterSectionTemplate \ static_assert(alignof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x0000D0, "Wrong size on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneNiagaraBoolParameterSectionTemplate, BoolChannel) == 0x000040, "Member 'FMovieSceneNiagaraBoolParameterSectionTemplate::BoolChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraColorParameterSectionTemplate \ static_assert(alignof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraColorParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x0002C0, "Wrong size on FMovieSceneNiagaraColorParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, RedChannel) == 0x000040, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::RedChannel' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, GreenChannel) == 0x0000E0, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::GreenChannel' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, BlueChannel) == 0x000180, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::BlueChannel' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, AlphaChannel) == 0x000220, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::AlphaChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraFloatParameterSectionTemplate \ static_assert(alignof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraFloatParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x0000E0, "Wrong size on FMovieSceneNiagaraFloatParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneNiagaraFloatParameterSectionTemplate, FloatChannel) == 0x000040, "Member 'FMovieSceneNiagaraFloatParameterSectionTemplate::FloatChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraIntegerParameterSectionTemplate \ static_assert(alignof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ static_assert(sizeof(FMovieSceneNiagaraIntegerParameterSectionTemplate) == 0x0000D0, "Wrong size on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ static_assert(offsetof(FMovieSceneNiagaraIntegerParameterSectionTemplate, IntegerChannel) == 0x000040, "Member 'FMovieSceneNiagaraIntegerParameterSectionTemplate::IntegerChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMovieSceneNiagaraSystemTrackImplementation \ static_assert(alignof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneNiagaraSystemTrackImplementation"); \ static_assert(sizeof(FMovieSceneNiagaraSystemTrackImplementation) == 0x000028, "Wrong size on FMovieSceneNiagaraSystemTrackImplementation"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionStartFrame) == 0x000010, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionStartFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEndFrame) == 0x000014, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEndFrame' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionStartBehavior) == 0x000018, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionStartBehavior' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEvaluateBehavior) == 0x00001C, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEvaluateBehavior' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, SpawnSectionEndBehavior) == 0x000020, "Member 'FMovieSceneNiagaraSystemTrackImplementation::SpawnSectionEndBehavior' has a wrong offset!"); \ static_assert(offsetof(FMovieSceneNiagaraSystemTrackImplementation, AgeUpdateMode) == 0x000024, "Member 'FMovieSceneNiagaraSystemTrackImplementation::AgeUpdateMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FNiagaraDebugHUDVariable \ static_assert(alignof(FNiagaraDebugHUDVariable) == 0x000008, "Wrong alignment on FNiagaraDebugHUDVariable"); \ static_assert(sizeof(FNiagaraDebugHUDVariable) == 0x000018, "Wrong size on FNiagaraDebugHUDVariable"); \ static_assert(offsetof(FNiagaraDebugHUDVariable, bEnabled) == 0x000000, "Member 'FNiagaraDebugHUDVariable::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FNiagaraDebugHUDVariable, Name) == 0x000008, "Member 'FNiagaraDebugHUDVariable::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FNiagaraDebugHUDSettingsData \ static_assert(alignof(FNiagaraDebugHUDSettingsData) == 0x000008, "Wrong alignment on FNiagaraDebugHUDSettingsData"); \ static_assert(sizeof(FNiagaraDebugHUDSettingsData) == 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_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_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_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_UMovieSceneNiagaraBoolParameterTrack \ static_assert(alignof(UMovieSceneNiagaraBoolParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraBoolParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraBoolParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraBoolParameterTrack"); \ #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_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_UNiagaraParameterDefinitionsBase \ static_assert(alignof(UNiagaraParameterDefinitionsBase) == 0x000008, "Wrong alignment on UNiagaraParameterDefinitionsBase"); \ static_assert(sizeof(UNiagaraParameterDefinitionsBase) == 0x000028, "Wrong size on UNiagaraParameterDefinitionsBase"); \ #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_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_UMovieSceneNiagaraColorParameterTrack \ static_assert(alignof(UMovieSceneNiagaraColorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraColorParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraColorParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraColorParameterTrack"); \ #define DUMPER7_ASSERTS_UMovieSceneNiagaraFloatParameterTrack \ static_assert(alignof(UMovieSceneNiagaraFloatParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraFloatParameterTrack"); \ static_assert(sizeof(UMovieSceneNiagaraFloatParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraFloatParameterTrack"); \ #define DUMPER7_ASSERTS_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) == 0x000240, "Wrong size on ANiagaraActor"); \ static_assert(offsetof(ANiagaraActor, NiagaraComponent) == 0x000230, "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) == 0x000610, "Wrong size on UNiagaraComponent"); \ static_assert(offsetof(UNiagaraComponent, Asset) == 0x000460, "Member 'UNiagaraComponent::Asset' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, TickBehavior) == 0x000468, "Member 'UNiagaraComponent::TickBehavior' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, RandomSeedOffset) == 0x00046C, "Member 'UNiagaraComponent::RandomSeedOffset' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, OverrideParameters) == 0x000470, "Member 'UNiagaraComponent::OverrideParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, MaxTimeBeforeForceUpdateTransform) == 0x00056C, "Member 'UNiagaraComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, EmitterMaterials) == 0x000570, "Member 'UNiagaraComponent::EmitterMaterials' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, OnSystemFinished) == 0x000588, "Member 'UNiagaraComponent::OnSystemFinished' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachParent) == 0x000598, "Member 'UNiagaraComponent::AutoAttachParent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachSocketName) == 0x0005A0, "Member 'UNiagaraComponent::AutoAttachSocketName' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachLocationRule) == 0x0005A8, "Member 'UNiagaraComponent::AutoAttachLocationRule' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachRotationRule) == 0x0005A9, "Member 'UNiagaraComponent::AutoAttachRotationRule' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponent, AutoAttachScaleRule) == 0x0005AA, "Member 'UNiagaraComponent::AutoAttachScaleRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraPreviewAxis_ApplyToPreview \ static_assert(alignof(NiagaraPreviewAxis_ApplyToPreview) == 0x000008, "Wrong alignment on NiagaraPreviewAxis_ApplyToPreview"); \ static_assert(sizeof(NiagaraPreviewAxis_ApplyToPreview) == 0x000020, "Wrong size on NiagaraPreviewAxis_ApplyToPreview"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewComponent) == 0x000000, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewComponent' has a wrong offset!"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, PreviewIndex) == 0x000008, "Member 'NiagaraPreviewAxis_ApplyToPreview::PreviewIndex' has a wrong offset!"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, bIsXAxis) == 0x00000C, "Member 'NiagaraPreviewAxis_ApplyToPreview::bIsXAxis' has a wrong offset!"); \ static_assert(offsetof(NiagaraPreviewAxis_ApplyToPreview, OutLabelText) == 0x000010, "Member 'NiagaraPreviewAxis_ApplyToPreview::OutLabelText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraPreviewAxis_Num \ static_assert(alignof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong alignment on NiagaraPreviewAxis_Num"); \ static_assert(sizeof(NiagaraPreviewAxis_Num) == 0x000004, "Wrong size on NiagaraPreviewAxis_Num"); \ static_assert(offsetof(NiagaraPreviewAxis_Num, ReturnValue) == 0x000000, "Member 'NiagaraPreviewAxis_Num::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis \ static_assert(alignof(UNiagaraPreviewAxis) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis"); \ static_assert(sizeof(UNiagaraPreviewAxis) == 0x000028, "Wrong size on UNiagaraPreviewAxis"); \ #define DUMPER7_ASSERTS_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_UNiagaraComponentPool \ static_assert(alignof(UNiagaraComponentPool) == 0x000008, "Wrong alignment on UNiagaraComponentPool"); \ static_assert(sizeof(UNiagaraComponentPool) == 0x000080, "Wrong size on UNiagaraComponentPool"); \ static_assert(offsetof(UNiagaraComponentPool, WorldParticleSystemPools) == 0x000028, "Member 'UNiagaraComponentPool::WorldParticleSystemPools' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraRendererProperties \ static_assert(alignof(UNiagaraRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRendererProperties"); \ static_assert(sizeof(UNiagaraRendererProperties) == 0x000078, "Wrong size on UNiagaraRendererProperties"); \ static_assert(offsetof(UNiagaraRendererProperties, Platforms) == 0x000028, "Member 'UNiagaraRendererProperties::Platforms' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRendererProperties, SortOrderHint) == 0x000058, "Member 'UNiagaraRendererProperties::SortOrderHint' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRendererProperties, MotionVectorSetting) == 0x00005C, "Member 'UNiagaraRendererProperties::MotionVectorSetting' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRendererProperties, bIsEnabled) == 0x000060, "Member 'UNiagaraRendererProperties::bIsEnabled' has a wrong offset!"); \ static_assert(offsetof(UNiagaraRendererProperties, bMotionBlurEnabled) == 0x000061, "Member 'UNiagaraRendererProperties::bMotionBlurEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraComponentRendererProperties \ static_assert(alignof(UNiagaraComponentRendererProperties) == 0x000008, "Wrong alignment on UNiagaraComponentRendererProperties"); \ static_assert(sizeof(UNiagaraComponentRendererProperties) == 0x0001B0, "Wrong size on UNiagaraComponentRendererProperties"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentType) == 0x000078, "Member 'UNiagaraComponentRendererProperties::ComponentType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentCountLimit) == 0x000080, "Member 'UNiagaraComponentRendererProperties::ComponentCountLimit' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, EnabledBinding) == 0x000088, "Member 'UNiagaraComponentRendererProperties::EnabledBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibilityTagBinding) == 0x0000E0, "Member 'UNiagaraComponentRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, bAssignComponentsOnParticleID) == 0x000138, "Member 'UNiagaraComponentRendererProperties::bAssignComponentsOnParticleID' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, bOnlyCreateComponentsOnParticleSpawn) == 0x000139, "Member 'UNiagaraComponentRendererProperties::bOnlyCreateComponentsOnParticleSpawn' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibility) == 0x00013C, "Member 'UNiagaraComponentRendererProperties::RendererVisibility' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, TemplateComponent) == 0x000140, "Member 'UNiagaraComponentRendererProperties::TemplateComponent' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentRendererProperties, PropertyBindings) == 0x000148, "Member 'UNiagaraComponentRendererProperties::PropertyBindings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraComponentSettings \ static_assert(alignof(UNiagaraComponentSettings) == 0x000008, "Wrong alignment on UNiagaraComponentSettings"); \ static_assert(sizeof(UNiagaraComponentSettings) == 0x000118, "Wrong size on UNiagaraComponentSettings"); \ static_assert(offsetof(UNiagaraComponentSettings, SuppressActivationList) == 0x000028, "Member 'UNiagaraComponentSettings::SuppressActivationList' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentSettings, ForceAutoPooolingList) == 0x000078, "Member 'UNiagaraComponentSettings::ForceAutoPooolingList' has a wrong offset!"); \ static_assert(offsetof(UNiagaraComponentSettings, SuppressEmitterList) == 0x0000C8, "Member 'UNiagaraComponentSettings::SuppressEmitterList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraConvertInPlaceUtilityBase \ static_assert(alignof(UNiagaraConvertInPlaceUtilityBase) == 0x000008, "Wrong alignment on UNiagaraConvertInPlaceUtilityBase"); \ static_assert(sizeof(UNiagaraConvertInPlaceUtilityBase) == 0x000028, "Wrong size on UNiagaraConvertInPlaceUtilityBase"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterface2DArrayTexture \ static_assert(alignof(UNiagaraDataInterface2DArrayTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterface2DArrayTexture"); \ static_assert(sizeof(UNiagaraDataInterface2DArrayTexture) == 0x000050, "Wrong size on UNiagaraDataInterface2DArrayTexture"); \ static_assert(offsetof(UNiagaraDataInterface2DArrayTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterface2DArrayTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceArray \ static_assert(alignof(UNiagaraDataInterfaceArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArray"); \ static_assert(sizeof(UNiagaraDataInterfaceArray) == 0x000050, "Wrong size on UNiagaraDataInterfaceArray"); \ static_assert(offsetof(UNiagaraDataInterfaceArray, MaxElements) == 0x000040, "Member 'UNiagaraDataInterfaceArray::MaxElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat \ static_assert(alignof(UNiagaraDataInterfaceArrayFloat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat"); \ static_assert(sizeof(UNiagaraDataInterfaceArrayFloat) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat"); \ static_assert(offsetof(UNiagaraDataInterfaceArrayFloat, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat::FloatData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat2 \ static_assert(alignof(UNiagaraDataInterfaceArrayFloat2) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat2"); \ static_assert(sizeof(UNiagaraDataInterfaceArrayFloat2) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat2"); \ static_assert(offsetof(UNiagaraDataInterfaceArrayFloat2, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat2::FloatData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat3 \ static_assert(alignof(UNiagaraDataInterfaceArrayFloat3) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat3"); \ static_assert(sizeof(UNiagaraDataInterfaceArrayFloat3) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat3"); \ static_assert(offsetof(UNiagaraDataInterfaceArrayFloat3, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat3::FloatData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat4 \ static_assert(alignof(UNiagaraDataInterfaceArrayFloat4) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat4"); \ static_assert(sizeof(UNiagaraDataInterfaceArrayFloat4) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayFloat4"); \ static_assert(offsetof(UNiagaraDataInterfaceArrayFloat4, FloatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayFloat4::FloatData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayColor \ static_assert(alignof(UNiagaraDataInterfaceArrayColor) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayColor"); \ static_assert(sizeof(UNiagaraDataInterfaceArrayColor) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayColor"); \ static_assert(offsetof(UNiagaraDataInterfaceArrayColor, ColorData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayColor::ColorData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayQuat \ static_assert(alignof(UNiagaraDataInterfaceArrayQuat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayQuat"); \ static_assert(sizeof(UNiagaraDataInterfaceArrayQuat) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayQuat"); \ static_assert(offsetof(UNiagaraDataInterfaceArrayQuat, QuatData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayQuat::QuatData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayBoolValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayColorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayFloatValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32 \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayInt32Value::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue, ReturnValue) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayQuatValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector2DValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4 \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4, ReturnValue) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value) == 0x000030, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value, ReturnValue) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVector4Value::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue, ReturnValue) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_GetNiagaraArrayVectorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBool::ArrayData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue) == 0x000018, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::Value' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue, bSizeToFit) == 0x000015, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayBoolValue::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColor::ArrayData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::Value' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue, bSizeToFit) == 0x000024, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayColorValue::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloat::ArrayData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::Value' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue, bSizeToFit) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayFloatValue::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32 \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32::ArrayData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::Value' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value, bSizeToFit) == 0x000018, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayInt32Value::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuat::ArrayData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue) == 0x000040, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, Value) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::Value' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue, bSizeToFit) == 0x000030, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayQuatValue::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector::ArrayData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2D::ArrayData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::Value' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue, bSizeToFit) == 0x00001C, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector2DValue::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4 \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4) == 0x000020, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4, ArrayData) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4::ArrayData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value) == 0x000010, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value) == 0x000040, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, Value) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::Value' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value, bSizeToFit) == 0x000030, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVector4Value::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue \ static_assert(alignof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue) == 0x000008, "Wrong alignment on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue"); \ static_assert(sizeof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue) == 0x000028, "Wrong size on NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, NiagaraSystem) == 0x000000, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, OverrideName) == 0x000008, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, Index_0) == 0x000010, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::Index_0' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, Value) == 0x000014, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::Value' has a wrong offset!"); \ static_assert(offsetof(NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue, bSizeToFit) == 0x000020, "Member 'NiagaraDataInterfaceArrayFunctionLibrary_SetNiagaraArrayVectorValue::bSizeToFit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFunctionLibrary \ static_assert(alignof(UNiagaraDataInterfaceArrayFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFunctionLibrary"); \ static_assert(sizeof(UNiagaraDataInterfaceArrayFunctionLibrary) == 0x000028, "Wrong size on UNiagaraDataInterfaceArrayFunctionLibrary"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayInt32 \ static_assert(alignof(UNiagaraDataInterfaceArrayInt32) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayInt32"); \ static_assert(sizeof(UNiagaraDataInterfaceArrayInt32) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayInt32"); \ static_assert(offsetof(UNiagaraDataInterfaceArrayInt32, IntData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayInt32::IntData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayBool \ static_assert(alignof(UNiagaraDataInterfaceArrayBool) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayBool"); \ static_assert(sizeof(UNiagaraDataInterfaceArrayBool) == 0x000060, "Wrong size on UNiagaraDataInterfaceArrayBool"); \ static_assert(offsetof(UNiagaraDataInterfaceArrayBool, BoolData) == 0x000050, "Member 'UNiagaraDataInterfaceArrayBool::BoolData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioSubmix \ static_assert(alignof(UNiagaraDataInterfaceAudioSubmix) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSubmix"); \ static_assert(sizeof(UNiagaraDataInterfaceAudioSubmix) == 0x000040, "Wrong size on UNiagaraDataInterfaceAudioSubmix"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioSubmix, Submix) == 0x000038, "Member 'UNiagaraDataInterfaceAudioSubmix::Submix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioOscilloscope \ static_assert(alignof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioOscilloscope"); \ static_assert(sizeof(UNiagaraDataInterfaceAudioOscilloscope) == 0x000048, "Wrong size on UNiagaraDataInterfaceAudioOscilloscope"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Submix) == 0x000038, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Submix' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, Resolution) == 0x000040, "Member 'UNiagaraDataInterfaceAudioOscilloscope::Resolution' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioOscilloscope, ScopeInMilliseconds) == 0x000044, "Member 'UNiagaraDataInterfaceAudioOscilloscope::ScopeInMilliseconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioPlayer \ static_assert(alignof(UNiagaraDataInterfaceAudioPlayer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioPlayer"); \ static_assert(sizeof(UNiagaraDataInterfaceAudioPlayer) == 0x000070, "Wrong size on UNiagaraDataInterfaceAudioPlayer"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, SoundToPlay) == 0x000038, "Member 'UNiagaraDataInterfaceAudioPlayer::SoundToPlay' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Attenuation) == 0x000040, "Member 'UNiagaraDataInterfaceAudioPlayer::Attenuation' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, Concurrency) == 0x000048, "Member 'UNiagaraDataInterfaceAudioPlayer::Concurrency' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, ParameterNames) == 0x000050, "Member 'UNiagaraDataInterfaceAudioPlayer::ParameterNames' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bLimitPlaysPerTick) == 0x000060, "Member 'UNiagaraDataInterfaceAudioPlayer::bLimitPlaysPerTick' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, MaxPlaysPerTick) == 0x000064, "Member 'UNiagaraDataInterfaceAudioPlayer::MaxPlaysPerTick' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bStopWhenComponentIsDestroyed) == 0x000068, "Member 'UNiagaraDataInterfaceAudioPlayer::bStopWhenComponentIsDestroyed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceAudioSpectrum \ static_assert(alignof(UNiagaraDataInterfaceAudioSpectrum) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioSpectrum"); \ static_assert(sizeof(UNiagaraDataInterfaceAudioSpectrum) == 0x000050, "Wrong size on UNiagaraDataInterfaceAudioSpectrum"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, Resolution) == 0x000040, "Member 'UNiagaraDataInterfaceAudioSpectrum::Resolution' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MinimumFrequency) == 0x000044, "Member 'UNiagaraDataInterfaceAudioSpectrum::MinimumFrequency' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, MaximumFrequency) == 0x000048, "Member 'UNiagaraDataInterfaceAudioSpectrum::MaximumFrequency' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceAudioSpectrum, NoiseFloorDb) == 0x00004C, "Member 'UNiagaraDataInterfaceAudioSpectrum::NoiseFloorDb' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceCamera \ static_assert(alignof(UNiagaraDataInterfaceCamera) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCamera"); \ static_assert(sizeof(UNiagaraDataInterfaceCamera) == 0x000040, "Wrong size on UNiagaraDataInterfaceCamera"); \ static_assert(offsetof(UNiagaraDataInterfaceCamera, PlayerControllerIndex) == 0x000038, "Member 'UNiagaraDataInterfaceCamera::PlayerControllerIndex' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCamera, bRequireCurrentFrameData) == 0x00003C, "Member 'UNiagaraDataInterfaceCamera::bRequireCurrentFrameData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceCollisionQuery \ static_assert(alignof(UNiagaraDataInterfaceCollisionQuery) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCollisionQuery"); \ static_assert(sizeof(UNiagaraDataInterfaceCollisionQuery) == 0x000048, "Wrong size on UNiagaraDataInterfaceCollisionQuery"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurveBase \ static_assert(alignof(UNiagaraDataInterfaceCurveBase) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurveBase"); \ static_assert(sizeof(UNiagaraDataInterfaceCurveBase) == 0x000070, "Wrong size on UNiagaraDataInterfaceCurveBase"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ShaderLUT) == 0x000038, "Member 'UNiagaraDataInterfaceCurveBase::ShaderLUT' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMinTime) == 0x000048, "Member 'UNiagaraDataInterfaceCurveBase::LUTMinTime' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTMaxTime) == 0x00004C, "Member 'UNiagaraDataInterfaceCurveBase::LUTMaxTime' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTInvTimeRange) == 0x000050, "Member 'UNiagaraDataInterfaceCurveBase::LUTInvTimeRange' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, LUTNumSamplesMinusOne) == 0x000054, "Member 'UNiagaraDataInterfaceCurveBase::LUTNumSamplesMinusOne' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ExposedName) == 0x00005C, "Member 'UNiagaraDataInterfaceCurveBase::ExposedName' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceCurveBase, ExposedTexture) == 0x000068, "Member 'UNiagaraDataInterfaceCurveBase::ExposedTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceColorCurve \ static_assert(alignof(UNiagaraDataInterfaceColorCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceColorCurve"); \ static_assert(sizeof(UNiagaraDataInterfaceColorCurve) == 0x000270, "Wrong size on UNiagaraDataInterfaceColorCurve"); \ static_assert(offsetof(UNiagaraDataInterfaceColorCurve, RedCurve) == 0x000070, "Member 'UNiagaraDataInterfaceColorCurve::RedCurve' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceColorCurve, GreenCurve) == 0x0000F0, "Member 'UNiagaraDataInterfaceColorCurve::GreenCurve' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceColorCurve, BlueCurve) == 0x000170, "Member 'UNiagaraDataInterfaceColorCurve::BlueCurve' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceColorCurve, AlphaCurve) == 0x0001F0, "Member 'UNiagaraDataInterfaceColorCurve::AlphaCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceCubeTexture \ static_assert(alignof(UNiagaraDataInterfaceCubeTexture) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCubeTexture"); \ static_assert(sizeof(UNiagaraDataInterfaceCubeTexture) == 0x000048, "Wrong size on UNiagaraDataInterfaceCubeTexture"); \ static_assert(offsetof(UNiagaraDataInterfaceCubeTexture, Texture) == 0x000038, "Member 'UNiagaraDataInterfaceCubeTexture::Texture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurlNoise \ static_assert(alignof(UNiagaraDataInterfaceCurlNoise) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurlNoise"); \ static_assert(sizeof(UNiagaraDataInterfaceCurlNoise) == 0x000048, "Wrong size on UNiagaraDataInterfaceCurlNoise"); \ static_assert(offsetof(UNiagaraDataInterfaceCurlNoise, Seed) == 0x000038, "Member 'UNiagaraDataInterfaceCurlNoise::Seed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceCurve \ static_assert(alignof(UNiagaraDataInterfaceCurve) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceCurve"); \ static_assert(sizeof(UNiagaraDataInterfaceCurve) == 0x0000F0, "Wrong size on UNiagaraDataInterfaceCurve"); \ static_assert(offsetof(UNiagaraDataInterfaceCurve, Curve) == 0x000070, "Member 'UNiagaraDataInterfaceCurve::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceDebugDraw \ static_assert(alignof(UNiagaraDataInterfaceDebugDraw) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceDebugDraw"); \ static_assert(sizeof(UNiagaraDataInterfaceDebugDraw) == 0x000038, "Wrong size on UNiagaraDataInterfaceDebugDraw"); \ #define DUMPER7_ASSERTS_NiagaraParticleCallbackHandler_ReceiveParticleData \ static_assert(alignof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000008, "Wrong alignment on NiagaraParticleCallbackHandler_ReceiveParticleData"); \ static_assert(sizeof(NiagaraParticleCallbackHandler_ReceiveParticleData) == 0x000018, "Wrong size on NiagaraParticleCallbackHandler_ReceiveParticleData"); \ static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, Data) == 0x000000, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::Data' has a wrong offset!"); \ static_assert(offsetof(NiagaraParticleCallbackHandler_ReceiveParticleData, NiagaraSystem) == 0x000010, "Member 'NiagaraParticleCallbackHandler_ReceiveParticleData::NiagaraSystem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INiagaraParticleCallbackHandler \ static_assert(alignof(INiagaraParticleCallbackHandler) == 0x000001, "Wrong alignment on INiagaraParticleCallbackHandler"); \ static_assert(sizeof(INiagaraParticleCallbackHandler) == 0x000001, "Wrong size on INiagaraParticleCallbackHandler"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceExport \ static_assert(alignof(UNiagaraDataInterfaceExport) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceExport"); \ static_assert(sizeof(UNiagaraDataInterfaceExport) == 0x000068, "Wrong size on UNiagaraDataInterfaceExport"); \ static_assert(offsetof(UNiagaraDataInterfaceExport, CallbackHandlerParameter) == 0x000038, "Member 'UNiagaraDataInterfaceExport::CallbackHandlerParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationMode) == 0x000058, "Member 'UNiagaraDataInterfaceExport::GPUAllocationMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationFixedSize) == 0x00005C, "Member 'UNiagaraDataInterfaceExport::GPUAllocationFixedSize' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceExport, GPUAllocationPerParticleSize) == 0x000060, "Member 'UNiagaraDataInterfaceExport::GPUAllocationPerParticleSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceGBuffer \ static_assert(alignof(UNiagaraDataInterfaceGBuffer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGBuffer"); \ static_assert(sizeof(UNiagaraDataInterfaceGBuffer) == 0x000038, "Wrong size on UNiagaraDataInterfaceGBuffer"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_UNiagaraDataInterfaceRenderTargetVolume \ static_assert(alignof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetVolume"); \ static_assert(sizeof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000158, "Wrong size on UNiagaraDataInterfaceRenderTargetVolume"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, Size) == 0x0000D8, "Member 'UNiagaraDataInterfaceRenderTargetVolume::Size' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, OverrideRenderTargetFormat) == 0x0000E4, "Member 'UNiagaraDataInterfaceRenderTargetVolume::OverrideRenderTargetFormat' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, RenderTargetUserParameter) == 0x0000E8, "Member 'UNiagaraDataInterfaceRenderTargetVolume::RenderTargetUserParameter' has a wrong offset!"); \ static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, ManagedRenderTargets) == 0x000108, "Member 'UNiagaraDataInterfaceRenderTargetVolume::ManagedRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceSimpleCounter \ static_assert(alignof(UNiagaraDataInterfaceSimpleCounter) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSimpleCounter"); \ static_assert(sizeof(UNiagaraDataInterfaceSimpleCounter) == 0x000038, "Wrong size on UNiagaraDataInterfaceSimpleCounter"); \ #define DUMPER7_ASSERTS_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_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_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_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) == 0x000240, "Wrong size on ANiagaraPerfBaselineActor"); \ static_assert(offsetof(ANiagaraPerfBaselineActor, Controller) == 0x000230, "Member 'ANiagaraPerfBaselineActor::Controller' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPerfBaselineActor, Label) == 0x000238, "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) == 0x000230, "Wrong size on ANiagaraPreviewBase"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamFloat \ static_assert(alignof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamFloat"); \ static_assert(sizeof(UNiagaraPreviewAxis_InterpParamFloat) == 0x000040, "Wrong size on UNiagaraPreviewAxis_InterpParamFloat"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Min' has a wrong offset!"); \ static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, Max) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Max' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraPreviewAxis_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_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) == 0x000280, "Wrong size on ANiagaraPreviewGrid"); \ static_assert(offsetof(ANiagaraPreviewGrid, System) == 0x000230, "Member 'ANiagaraPreviewGrid::System' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, ResetMode) == 0x000238, "Member 'ANiagaraPreviewGrid::ResetMode' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisX) == 0x000240, "Member 'ANiagaraPreviewGrid::PreviewAxisX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisY) == 0x000248, "Member 'ANiagaraPreviewGrid::PreviewAxisY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewClass) == 0x000250, "Member 'ANiagaraPreviewGrid::PreviewClass' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, SpacingX) == 0x000258, "Member 'ANiagaraPreviewGrid::SpacingX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, SpacingY) == 0x00025C, "Member 'ANiagaraPreviewGrid::SpacingY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, NumX) == 0x000260, "Member 'ANiagaraPreviewGrid::NumX' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, NumY) == 0x000264, "Member 'ANiagaraPreviewGrid::NumY' has a wrong offset!"); \ static_assert(offsetof(ANiagaraPreviewGrid, PreviewComponents) == 0x000268, "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_UNiagaraSpriteRendererProperties \ static_assert(alignof(UNiagaraSpriteRendererProperties) == 0x000008, "Wrong alignment on UNiagaraSpriteRendererProperties"); \ static_assert(sizeof(UNiagaraSpriteRendererProperties) == 0x000AB0, "Wrong size on UNiagaraSpriteRendererProperties"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, Material) == 0x000078, "Member 'UNiagaraSpriteRendererProperties::Material' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SourceMode) == 0x000080, "Member 'UNiagaraSpriteRendererProperties::SourceMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialUserParamBinding) == 0x000088, "Member 'UNiagaraSpriteRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, Alignment) == 0x0000A8, "Member 'UNiagaraSpriteRendererProperties::Alignment' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, FacingMode) == 0x0000A9, "Member 'UNiagaraSpriteRendererProperties::FacingMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotInUVSpace) == 0x0000AC, "Member 'UNiagaraSpriteRendererProperties::PivotInUVSpace' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SortMode) == 0x0000B4, "Member 'UNiagaraSpriteRendererProperties::SortMode' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageSize) == 0x0000B8, "Member 'UNiagaraSpriteRendererProperties::SubImageSize' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MinFacingCameraBlendDistance) == 0x0000C4, "Member 'UNiagaraSpriteRendererProperties::MinFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxFacingCameraBlendDistance) == 0x0000C8, "Member 'UNiagaraSpriteRendererProperties::MaxFacingCameraBlendDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MinCameraDistance) == 0x0000D0, "Member 'UNiagaraSpriteRendererProperties::MinCameraDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxCameraDistance) == 0x0000D4, "Member 'UNiagaraSpriteRendererProperties::MaxCameraDistance' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibility) == 0x0000D8, "Member 'UNiagaraSpriteRendererProperties::RendererVisibility' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PositionBinding) == 0x0000E0, "Member 'UNiagaraSpriteRendererProperties::PositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, ColorBinding) == 0x000138, "Member 'UNiagaraSpriteRendererProperties::ColorBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, VelocityBinding) == 0x000190, "Member 'UNiagaraSpriteRendererProperties::VelocityBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteRotationBinding) == 0x0001E8, "Member 'UNiagaraSpriteRendererProperties::SpriteRotationBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteSizeBinding) == 0x000240, "Member 'UNiagaraSpriteRendererProperties::SpriteSizeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteFacingBinding) == 0x000298, "Member 'UNiagaraSpriteRendererProperties::SpriteFacingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteAlignmentBinding) == 0x0002F0, "Member 'UNiagaraSpriteRendererProperties::SpriteAlignmentBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageIndexBinding) == 0x000348, "Member 'UNiagaraSpriteRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterialBinding) == 0x0003A0, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial1Binding) == 0x0003F8, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial2Binding) == 0x000450, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial3Binding) == 0x0004A8, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, CameraOffsetBinding) == 0x000500, "Member 'UNiagaraSpriteRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, UVScaleBinding) == 0x000558, "Member 'UNiagaraSpriteRendererProperties::UVScaleBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotOffsetBinding) == 0x0005B0, "Member 'UNiagaraSpriteRendererProperties::PivotOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialRandomBinding) == 0x000608, "Member 'UNiagaraSpriteRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, CustomSortingBinding) == 0x000660, "Member 'UNiagaraSpriteRendererProperties::CustomSortingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, NormalizedAgeBinding) == 0x0006B8, "Member 'UNiagaraSpriteRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibilityTagBinding) == 0x000710, "Member 'UNiagaraSpriteRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialParameterBindings) == 0x000768, "Member 'UNiagaraSpriteRendererProperties::MaterialParameterBindings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPositionBinding) == 0x000778, "Member 'UNiagaraSpriteRendererProperties::PrevPositionBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevVelocityBinding) == 0x0007D0, "Member 'UNiagaraSpriteRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteRotationBinding) == 0x000828, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteRotationBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteSizeBinding) == 0x000880, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteSizeBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteFacingBinding) == 0x0008D8, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteFacingBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteAlignmentBinding) == 0x000930, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteAlignmentBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevCameraOffsetBinding) == 0x000988, "Member 'UNiagaraSpriteRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPivotOffsetBinding) == 0x0009E0, "Member 'UNiagaraSpriteRendererProperties::PrevPivotOffsetBinding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraSystem \ static_assert(alignof(UNiagaraSystem) == 0x000008, "Wrong alignment on UNiagaraSystem"); \ static_assert(sizeof(UNiagaraSystem) == 0x000498, "Wrong size on UNiagaraSystem"); \ static_assert(offsetof(UNiagaraSystem, bDumpDebugSystemInfo) == 0x000030, "Member 'UNiagaraSystem::bDumpDebugSystemInfo' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bDumpDebugEmitterInfo) == 0x000031, "Member 'UNiagaraSystem::bDumpDebugEmitterInfo' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bRequireCurrentFrameData) == 0x000033, "Member 'UNiagaraSystem::bRequireCurrentFrameData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, EffectType) == 0x000038, "Member 'UNiagaraSystem::EffectType' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bOverrideScalabilitySettings) == 0x000040, "Member 'UNiagaraSystem::bOverrideScalabilitySettings' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, ScalabilityOverrides) == 0x000048, "Member 'UNiagaraSystem::ScalabilityOverrides' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, SystemScalabilityOverrides) == 0x000058, "Member 'UNiagaraSystem::SystemScalabilityOverrides' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, EmitterHandles) == 0x000068, "Member 'UNiagaraSystem::EmitterHandles' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, ParameterCollectionOverrides) == 0x000078, "Member 'UNiagaraSystem::ParameterCollectionOverrides' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, SystemSpawnScript) == 0x000088, "Member 'UNiagaraSystem::SystemSpawnScript' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, SystemUpdateScript) == 0x000090, "Member 'UNiagaraSystem::SystemUpdateScript' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, SystemCompiledData) == 0x0000A8, "Member 'UNiagaraSystem::SystemCompiledData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, ExposedParameters) == 0x0002C0, "Member 'UNiagaraSystem::ExposedParameters' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, FixedBounds) == 0x000388, "Member 'UNiagaraSystem::FixedBounds' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bAutoDeactivate) == 0x0003A4, "Member 'UNiagaraSystem::bAutoDeactivate' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, WarmupTime) == 0x0003A8, "Member 'UNiagaraSystem::WarmupTime' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, WarmupTickCount) == 0x0003AC, "Member 'UNiagaraSystem::WarmupTickCount' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, WarmupTickDelta) == 0x0003B0, "Member 'UNiagaraSystem::WarmupTickDelta' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bHasSystemScriptDIsWithPerInstanceData) == 0x0003B4, "Member 'UNiagaraSystem::bHasSystemScriptDIsWithPerInstanceData' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, bNeedsGPUContextInitForDataInterfaces) == 0x0003B5, "Member 'UNiagaraSystem::bNeedsGPUContextInitForDataInterfaces' has a wrong offset!"); \ static_assert(offsetof(UNiagaraSystem, UserDINamesReadInSystemScripts) == 0x0003B8, "Member 'UNiagaraSystem::UserDINamesReadInSystemScripts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_ExecuteUbergraph_WBP_CategorizedPauseMenu \ static_assert(alignof(WBP_CategorizedPauseMenu_C_ExecuteUbergraph_WBP_CategorizedPauseMenu) == 0x000004, "Wrong alignment on WBP_CategorizedPauseMenu_C_ExecuteUbergraph_WBP_CategorizedPauseMenu"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_ExecuteUbergraph_WBP_CategorizedPauseMenu) == 0x000024, "Wrong size on WBP_CategorizedPauseMenu_C_ExecuteUbergraph_WBP_CategorizedPauseMenu"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_ExecuteUbergraph_WBP_CategorizedPauseMenu, EntryPoint) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_ExecuteUbergraph_WBP_CategorizedPauseMenu::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_ExecuteUbergraph_WBP_CategorizedPauseMenu, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'WBP_CategorizedPauseMenu_C_ExecuteUbergraph_WBP_CategorizedPauseMenu::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_ExecuteUbergraph_WBP_CategorizedPauseMenu, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000014, "Member 'WBP_CategorizedPauseMenu_C_ExecuteUbergraph_WBP_CategorizedPauseMenu::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_ConstructPauseMenu \ static_assert(alignof(WBP_CategorizedPauseMenu_C_ConstructPauseMenu) == 0x000004, "Wrong alignment on WBP_CategorizedPauseMenu_C_ConstructPauseMenu"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_ConstructPauseMenu) == 0x000010, "Wrong size on WBP_CategorizedPauseMenu_C_ConstructPauseMenu"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_ConstructPauseMenu, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_ConstructPauseMenu::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_OnKeyUp \ static_assert(alignof(WBP_CategorizedPauseMenu_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_CategorizedPauseMenu_C_OnKeyUp"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_OnKeyUp) == 0x0005D0, "Wrong size on WBP_CategorizedPauseMenu_C_OnKeyUp"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, Loc_InputDisabled) == 0x000130, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::Loc_InputDisabled' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, Loc_SelectedCategoryWidget) == 0x000138, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::Loc_SelectedCategoryWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, Loc_Key) == 0x000140, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::Loc_Key' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, Loc_ParentReply) == 0x000158, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::Loc_ParentReply' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Conv_BoolToString_ReturnValue) == 0x000210, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Key_GetDisplayName_ReturnValue) == 0x000220, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Key_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Conv_TextToString_ReturnValue) == 0x000238, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000248, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue) == 0x000258, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000268, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x000278, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000280, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_IsInputDisabled_Result) == 0x000290, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000298, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0002A8, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x0002B8, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_OnKeyUp_ReturnValue) == 0x000370, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_OnKeyUp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue_1) == 0x000428, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_BooleanAND_ReturnValue) == 0x000429, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue) == 0x000430, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000438, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x0004F0, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Array_Contains_ReturnValue) == 0x0005A8, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x0005B0, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_IsEventReplyHandled_ReturnValue) == 0x0005C8, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_IsEventReplyHandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue_2) == 0x0005C9, "Member 'WBP_CategorizedPauseMenu_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_SetOverallChapterProgress \ static_assert(alignof(WBP_CategorizedPauseMenu_C_SetOverallChapterProgress) == 0x000001, "Wrong alignment on WBP_CategorizedPauseMenu_C_SetOverallChapterProgress"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_SetOverallChapterProgress) == 0x000002, "Wrong size on WBP_CategorizedPauseMenu_C_SetOverallChapterProgress"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_SetOverallChapterProgress, NewProgress) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_SetOverallChapterProgress::NewProgress' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_SetOverallChapterProgress, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_CategorizedPauseMenu_C_SetOverallChapterProgress::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_GetOverallChapterProgress \ static_assert(alignof(WBP_CategorizedPauseMenu_C_GetOverallChapterProgress) == 0x000008, "Wrong alignment on WBP_CategorizedPauseMenu_C_GetOverallChapterProgress"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_GetOverallChapterProgress) == 0x000050, "Wrong size on WBP_CategorizedPauseMenu_C_GetOverallChapterProgress"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_GetOverallChapterProgress, ReturnValue) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_GetOverallChapterProgress::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_GetOverallChapterProgress, CallFunc_GetChapterText_Result) == 0x000018, "Member 'WBP_CategorizedPauseMenu_C_GetOverallChapterProgress::CallFunc_GetChapterText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_GetOverallChapterProgress, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000030, "Member 'WBP_CategorizedPauseMenu_C_GetOverallChapterProgress::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_GetOverallChapterProgress, CallFunc_TextToUpper_ReturnValue) == 0x000038, "Member 'WBP_CategorizedPauseMenu_C_GetOverallChapterProgress::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent \ static_assert(alignof(WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent) == 0x000008, "Wrong alignment on WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent) == 0x000038, "Wrong size on WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent, Sender) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent, Event) == 0x000008, "Member 'WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent, K2Node_DynamicCast_AsBPE_Global_Set_Chapter_Progress) == 0x000010, "Member 'WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent::K2Node_DynamicCast_AsBPE_Global_Set_Chapter_Progress' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent, CallFunc_GetOverallChapterProgress_ReturnValue) == 0x000020, "Member 'WBP_CategorizedPauseMenu_C_OnSetChapterProgressEvent::CallFunc_GetOverallChapterProgress_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent \ static_assert(alignof(WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent) == 0x000008, "Wrong alignment on WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent) == 0x000020, "Wrong size on WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent, Sender) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent, Event) == 0x000008, "Member 'WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent, K2Node_DynamicCast_AsBPE_Set_Chapter_Goal) == 0x000010, "Member 'WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent::K2Node_DynamicCast_AsBPE_Set_Chapter_Goal' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_CategorizedPauseMenu_C_OnSetChapterGoalEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_GetChapterGoal \ static_assert(alignof(WBP_CategorizedPauseMenu_C_GetChapterGoal) == 0x000008, "Wrong alignment on WBP_CategorizedPauseMenu_C_GetChapterGoal"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_GetChapterGoal) == 0x000018, "Wrong size on WBP_CategorizedPauseMenu_C_GetChapterGoal"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_GetChapterGoal, Result) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_GetChapterGoal::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_HandleClose \ static_assert(alignof(WBP_CategorizedPauseMenu_C_HandleClose) == 0x000008, "Wrong alignment on WBP_CategorizedPauseMenu_C_HandleClose"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_HandleClose) == 0x000088, "Wrong size on WBP_CategorizedPauseMenu_C_HandleClose"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, ForceClose) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::ForceClose' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, CloseParent) == 0x000001, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::CloseParent' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, Loc_MenuCategory) == 0x000008, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::Loc_MenuCategory' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, CallFunc_MakeLiteralString_ReturnValue) == 0x000020, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, CallFunc_GetPathName_ReturnValue) == 0x000030, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, CallFunc_ShouldGameMenuCategoryHandleClose_Result) == 0x000051, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::CallFunc_ShouldGameMenuCategoryHandleClose_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, CallFunc_GetAllChildren_ReturnValue) == 0x000058, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, K2Node_DynamicCast_AsWBP_in_Game_Menu_Category) == 0x000078, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::K2Node_DynamicCast_AsWBP_in_Game_Menu_Category' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_HandleClose, CallFunc_Less_IntInt_ReturnValue) == 0x000081, "Member 'WBP_CategorizedPauseMenu_C_HandleClose::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_OpenMenu \ static_assert(alignof(WBP_CategorizedPauseMenu_C_OpenMenu) == 0x000008, "Wrong alignment on WBP_CategorizedPauseMenu_C_OpenMenu"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_OpenMenu) == 0x000018, "Wrong size on WBP_CategorizedPauseMenu_C_OpenMenu"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OpenMenu, ParentWidget) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_OpenMenu::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OpenMenu, WidgetToFocusOnClose) == 0x000008, "Member 'WBP_CategorizedPauseMenu_C_OpenMenu::WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OpenMenu, RemoveOnClose) == 0x000010, "Member 'WBP_CategorizedPauseMenu_C_OpenMenu::RemoveOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OpenMenu, NoPauseGame) == 0x000011, "Member 'WBP_CategorizedPauseMenu_C_OpenMenu::NoPauseGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_CloseMenu \ static_assert(alignof(WBP_CategorizedPauseMenu_C_CloseMenu) == 0x000001, "Wrong alignment on WBP_CategorizedPauseMenu_C_CloseMenu"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_CloseMenu) == 0x000002, "Wrong size on WBP_CategorizedPauseMenu_C_CloseMenu"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_CloseMenu, ForceClose) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_CloseMenu::ForceClose' has a wrong offset!"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_CloseMenu, CloseParent) == 0x000001, "Member 'WBP_CategorizedPauseMenu_C_CloseMenu::CloseParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_OnAbortCloseParentCategorizedMenu \ static_assert(alignof(WBP_CategorizedPauseMenu_C_OnAbortCloseParentCategorizedMenu) == 0x000008, "Wrong alignment on WBP_CategorizedPauseMenu_C_OnAbortCloseParentCategorizedMenu"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_OnAbortCloseParentCategorizedMenu) == 0x000010, "Wrong size on WBP_CategorizedPauseMenu_C_OnAbortCloseParentCategorizedMenu"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_OnAbortCloseParentCategorizedMenu, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_OnAbortCloseParentCategorizedMenu::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_GetCategoryWidgetSwitcher \ static_assert(alignof(WBP_CategorizedPauseMenu_C_GetCategoryWidgetSwitcher) == 0x000008, "Wrong alignment on WBP_CategorizedPauseMenu_C_GetCategoryWidgetSwitcher"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_GetCategoryWidgetSwitcher) == 0x000008, "Wrong size on WBP_CategorizedPauseMenu_C_GetCategoryWidgetSwitcher"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_GetCategoryWidgetSwitcher, NewParam) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_GetCategoryWidgetSwitcher::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategorizedPauseMenu_C_GetCategoryHorizontalBoxWidget \ static_assert(alignof(WBP_CategorizedPauseMenu_C_GetCategoryHorizontalBoxWidget) == 0x000008, "Wrong alignment on WBP_CategorizedPauseMenu_C_GetCategoryHorizontalBoxWidget"); \ static_assert(sizeof(WBP_CategorizedPauseMenu_C_GetCategoryHorizontalBoxWidget) == 0x000008, "Wrong size on WBP_CategorizedPauseMenu_C_GetCategoryHorizontalBoxWidget"); \ static_assert(offsetof(WBP_CategorizedPauseMenu_C_GetCategoryHorizontalBoxWidget, NewParam) == 0x000000, "Member 'WBP_CategorizedPauseMenu_C_GetCategoryHorizontalBoxWidget::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_CategorizedPauseMenu_C \ static_assert(alignof(UWBP_CategorizedPauseMenu_C) == 0x000008, "Wrong alignment on UWBP_CategorizedPauseMenu_C"); \ static_assert(sizeof(UWBP_CategorizedPauseMenu_C) == 0x0003F0, "Wrong size on UWBP_CategorizedPauseMenu_C"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, UberGraphFrame_WBP_CategorizedPauseMenu_C) == 0x000378, "Member 'UWBP_CategorizedPauseMenu_C::UberGraphFrame_WBP_CategorizedPauseMenu_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, BackButton) == 0x000380, "Member 'UWBP_CategorizedPauseMenu_C::BackButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, CategoryLabelHBox) == 0x000388, "Member 'UWBP_CategorizedPauseMenu_C::CategoryLabelHBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, CategoryNextTutorialIcon) == 0x000390, "Member 'UWBP_CategorizedPauseMenu_C::CategoryNextTutorialIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, CategoryPrevTutorialIcon) == 0x000398, "Member 'UWBP_CategorizedPauseMenu_C::CategoryPrevTutorialIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, CategorySwitcher) == 0x0003A0, "Member 'UWBP_CategorizedPauseMenu_C::CategorySwitcher' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, ChapterGoalText) == 0x0003A8, "Member 'UWBP_CategorizedPauseMenu_C::ChapterGoalText' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, ChapterText) == 0x0003B0, "Member 'UWBP_CategorizedPauseMenu_C::ChapterText' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, RetainerBox_WRef) == 0x0003B8, "Member 'UWBP_CategorizedPauseMenu_C::RetainerBox_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, BackKeys) == 0x0003C0, "Member 'UWBP_CategorizedPauseMenu_C::BackKeys' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, ChapterGoal) == 0x0003D0, "Member 'UWBP_CategorizedPauseMenu_C::ChapterGoal' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, OverallChapterProgress) == 0x0003E8, "Member 'UWBP_CategorizedPauseMenu_C::OverallChapterProgress' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategorizedPauseMenu_C, IsClosing) == 0x0003E9, "Member 'UWBP_CategorizedPauseMenu_C::IsClosing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineFilenameResolveParams \ static_assert(alignof(FMoviePipelineFilenameResolveParams) == 0x000008, "Wrong alignment on FMoviePipelineFilenameResolveParams"); \ static_assert(sizeof(FMoviePipelineFilenameResolveParams) == 0x000100, "Wrong size on FMoviePipelineFilenameResolveParams"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumber) == 0x000000, "Member 'FMoviePipelineFilenameResolveParams::FrameNumber' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberShot) == 0x000004, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberShot' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberRel) == 0x000008, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberRel' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberShotRel) == 0x00000C, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberShotRel' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, CameraNameOverride) == 0x000010, "Member 'FMoviePipelineFilenameResolveParams::CameraNameOverride' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, ShotNameOverride) == 0x000020, "Member 'FMoviePipelineFilenameResolveParams::ShotNameOverride' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, ZeroPadFrameNumberCount) == 0x000030, "Member 'FMoviePipelineFilenameResolveParams::ZeroPadFrameNumberCount' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, bForceRelativeFrameNumbers) == 0x000034, "Member 'FMoviePipelineFilenameResolveParams::bForceRelativeFrameNumbers' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FileNameFormatOverrides) == 0x000038, "Member 'FMoviePipelineFilenameResolveParams::FileNameFormatOverrides' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, FileMetadata) == 0x000088, "Member 'FMoviePipelineFilenameResolveParams::FileMetadata' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, InitializationTime) == 0x0000D8, "Member 'FMoviePipelineFilenameResolveParams::InitializationTime' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, InitializationVersion) == 0x0000E0, "Member 'FMoviePipelineFilenameResolveParams::InitializationVersion' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, Job) == 0x0000E8, "Member 'FMoviePipelineFilenameResolveParams::Job' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, ShotOverride) == 0x0000F0, "Member 'FMoviePipelineFilenameResolveParams::ShotOverride' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFilenameResolveParams, AdditionalFrameNumberOffset) == 0x0000F8, "Member 'FMoviePipelineFilenameResolveParams::AdditionalFrameNumberOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelinePassIdentifier \ static_assert(alignof(FMoviePipelinePassIdentifier) == 0x000008, "Wrong alignment on FMoviePipelinePassIdentifier"); \ static_assert(sizeof(FMoviePipelinePassIdentifier) == 0x000010, "Wrong size on FMoviePipelinePassIdentifier"); \ static_assert(offsetof(FMoviePipelinePassIdentifier, Name) == 0x000000, "Member 'FMoviePipelinePassIdentifier::Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineRenderPassOutputData \ static_assert(alignof(FMoviePipelineRenderPassOutputData) == 0x000008, "Wrong alignment on FMoviePipelineRenderPassOutputData"); \ static_assert(sizeof(FMoviePipelineRenderPassOutputData) == 0x000010, "Wrong size on FMoviePipelineRenderPassOutputData"); \ static_assert(offsetof(FMoviePipelineRenderPassOutputData, FilePaths) == 0x000000, "Member 'FMoviePipelineRenderPassOutputData::FilePaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineShotOutputData \ static_assert(alignof(FMoviePipelineShotOutputData) == 0x000008, "Wrong alignment on FMoviePipelineShotOutputData"); \ static_assert(sizeof(FMoviePipelineShotOutputData) == 0x000058, "Wrong size on FMoviePipelineShotOutputData"); \ static_assert(offsetof(FMoviePipelineShotOutputData, Shot) == 0x000000, "Member 'FMoviePipelineShotOutputData::Shot' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineShotOutputData, RenderPassData) == 0x000008, "Member 'FMoviePipelineShotOutputData::RenderPassData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineOutputData \ static_assert(alignof(FMoviePipelineOutputData) == 0x000008, "Wrong alignment on FMoviePipelineOutputData"); \ static_assert(sizeof(FMoviePipelineOutputData) == 0x000028, "Wrong size on FMoviePipelineOutputData"); \ static_assert(offsetof(FMoviePipelineOutputData, Pipeline) == 0x000000, "Member 'FMoviePipelineOutputData::Pipeline' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineOutputData, Job) == 0x000008, "Member 'FMoviePipelineOutputData::Job' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineOutputData, bSuccess) == 0x000010, "Member 'FMoviePipelineOutputData::bSuccess' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineOutputData, ShotData) == 0x000018, "Member 'FMoviePipelineOutputData::ShotData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineCameraCutInfo \ static_assert(alignof(FMoviePipelineCameraCutInfo) == 0x000008, "Wrong alignment on FMoviePipelineCameraCutInfo"); \ static_assert(sizeof(FMoviePipelineCameraCutInfo) == 0x000098, "Wrong size on FMoviePipelineCameraCutInfo"); \ #define DUMPER7_ASSERTS_FMoviePipelineFormatArgs \ static_assert(alignof(FMoviePipelineFormatArgs) == 0x000008, "Wrong alignment on FMoviePipelineFormatArgs"); \ static_assert(sizeof(FMoviePipelineFormatArgs) == 0x0000A8, "Wrong size on FMoviePipelineFormatArgs"); \ static_assert(offsetof(FMoviePipelineFormatArgs, FilenameArguments) == 0x000000, "Member 'FMoviePipelineFormatArgs::FilenameArguments' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFormatArgs, FileMetadata) == 0x000050, "Member 'FMoviePipelineFormatArgs::FileMetadata' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineFormatArgs, InJob) == 0x0000A0, "Member 'FMoviePipelineFormatArgs::InJob' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelineSegmentWorkMetrics \ static_assert(alignof(FMoviePipelineSegmentWorkMetrics) == 0x000008, "Wrong alignment on FMoviePipelineSegmentWorkMetrics"); \ static_assert(sizeof(FMoviePipelineSegmentWorkMetrics) == 0x000028, "Wrong size on FMoviePipelineSegmentWorkMetrics"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, SegmentName) == 0x000000, "Member 'FMoviePipelineSegmentWorkMetrics::SegmentName' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, OutputFrameIndex) == 0x000010, "Member 'FMoviePipelineSegmentWorkMetrics::OutputFrameIndex' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalOutputFrameCount) == 0x000014, "Member 'FMoviePipelineSegmentWorkMetrics::TotalOutputFrameCount' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, OutputSubSampleIndex) == 0x000018, "Member 'FMoviePipelineSegmentWorkMetrics::OutputSubSampleIndex' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalSubSampleCount) == 0x00001C, "Member 'FMoviePipelineSegmentWorkMetrics::TotalSubSampleCount' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, EngineWarmUpFrameIndex) == 0x000020, "Member 'FMoviePipelineSegmentWorkMetrics::EngineWarmUpFrameIndex' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalEngineWarmUpFrameCount) == 0x000024, "Member 'FMoviePipelineSegmentWorkMetrics::TotalEngineWarmUpFrameCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_Initialize \ static_assert(alignof(MoviePipeline_Initialize) == 0x000008, "Wrong alignment on MoviePipeline_Initialize"); \ static_assert(sizeof(MoviePipeline_Initialize) == 0x000008, "Wrong size on MoviePipeline_Initialize"); \ static_assert(offsetof(MoviePipeline_Initialize, InJob) == 0x000000, "Member 'MoviePipeline_Initialize::InJob' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_RequestShutdown \ static_assert(alignof(MoviePipeline_RequestShutdown) == 0x000001, "Wrong alignment on MoviePipeline_RequestShutdown"); \ static_assert(sizeof(MoviePipeline_RequestShutdown) == 0x000001, "Wrong size on MoviePipeline_RequestShutdown"); \ static_assert(offsetof(MoviePipeline_RequestShutdown, bIsError) == 0x000000, "Member 'MoviePipeline_RequestShutdown::bIsError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_Shutdown \ static_assert(alignof(MoviePipeline_Shutdown) == 0x000001, "Wrong alignment on MoviePipeline_Shutdown"); \ static_assert(sizeof(MoviePipeline_Shutdown) == 0x000001, "Wrong size on MoviePipeline_Shutdown"); \ static_assert(offsetof(MoviePipeline_Shutdown, bError) == 0x000000, "Member 'MoviePipeline_Shutdown::bError' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_GetPipelineMasterConfig \ static_assert(alignof(MoviePipeline_GetPipelineMasterConfig) == 0x000008, "Wrong alignment on MoviePipeline_GetPipelineMasterConfig"); \ static_assert(sizeof(MoviePipeline_GetPipelineMasterConfig) == 0x000008, "Wrong size on MoviePipeline_GetPipelineMasterConfig"); \ static_assert(offsetof(MoviePipeline_GetPipelineMasterConfig, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetPipelineMasterConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_GetPreviewTexture \ static_assert(alignof(MoviePipeline_GetPreviewTexture) == 0x000008, "Wrong alignment on MoviePipeline_GetPreviewTexture"); \ static_assert(sizeof(MoviePipeline_GetPreviewTexture) == 0x000008, "Wrong size on MoviePipeline_GetPreviewTexture"); \ static_assert(offsetof(MoviePipeline_GetPreviewTexture, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetPreviewTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipeline_IsShutdownRequested \ static_assert(alignof(MoviePipeline_IsShutdownRequested) == 0x000001, "Wrong alignment on MoviePipeline_IsShutdownRequested"); \ static_assert(sizeof(MoviePipeline_IsShutdownRequested) == 0x000001, "Wrong size on MoviePipeline_IsShutdownRequested"); \ static_assert(offsetof(MoviePipeline_IsShutdownRequested, ReturnValue) == 0x000000, "Member 'MoviePipeline_IsShutdownRequested::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipeline \ static_assert(alignof(UMoviePipeline) == 0x000008, "Wrong alignment on UMoviePipeline"); \ static_assert(sizeof(UMoviePipeline) == 0x0002E0, "Wrong size on UMoviePipeline"); \ static_assert(offsetof(UMoviePipeline, OnMoviePipelineFinishedDelegate) == 0x000028, "Member 'UMoviePipeline::OnMoviePipelineFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, OnMoviePipelineWorkFinishedDelegate) == 0x000038, "Member 'UMoviePipeline::OnMoviePipelineWorkFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, OnMoviePipelineShotWorkFinishedDelegate) == 0x000048, "Member 'UMoviePipeline::OnMoviePipelineShotWorkFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, CustomTimeStep) == 0x000058, "Member 'UMoviePipeline::CustomTimeStep' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, CachedPrevCustomTimeStep) == 0x000070, "Member 'UMoviePipeline::CachedPrevCustomTimeStep' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, TargetSequence) == 0x000078, "Member 'UMoviePipeline::TargetSequence' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, LevelSequenceActor) == 0x000080, "Member 'UMoviePipeline::LevelSequenceActor' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, DebugWidget) == 0x000088, "Member 'UMoviePipeline::DebugWidget' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, PreviewTexture) == 0x000090, "Member 'UMoviePipeline::PreviewTexture' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, DebugWidgetClass) == 0x0002A0, "Member 'UMoviePipeline::DebugWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UMoviePipeline, CurrentJob) == 0x0002A8, "Member 'UMoviePipeline::CurrentJob' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineCustomTimeStep \ static_assert(alignof(UMoviePipelineCustomTimeStep) == 0x000008, "Wrong alignment on UMoviePipelineCustomTimeStep"); \ static_assert(sizeof(UMoviePipelineCustomTimeStep) == 0x000030, "Wrong size on UMoviePipelineCustomTimeStep"); \ #define DUMPER7_ASSERTS_MoviePipelineSetting_BuildNewProcessCommandLine \ static_assert(alignof(MoviePipelineSetting_BuildNewProcessCommandLine) == 0x000008, "Wrong alignment on MoviePipelineSetting_BuildNewProcessCommandLine"); \ static_assert(sizeof(MoviePipelineSetting_BuildNewProcessCommandLine) == 0x000020, "Wrong size on MoviePipelineSetting_BuildNewProcessCommandLine"); \ static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLine, InOutUnrealURLParams) == 0x000000, "Member 'MoviePipelineSetting_BuildNewProcessCommandLine::InOutUnrealURLParams' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineSetting_BuildNewProcessCommandLine, InOutCommandLineArgs) == 0x000010, "Member 'MoviePipelineSetting_BuildNewProcessCommandLine::InOutCommandLineArgs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineSetting \ static_assert(alignof(UMoviePipelineSetting) == 0x000008, "Wrong alignment on UMoviePipelineSetting"); \ static_assert(sizeof(UMoviePipelineSetting) == 0x000048, "Wrong size on UMoviePipelineSetting"); \ static_assert(offsetof(UMoviePipelineSetting, CachedPipeline) == 0x000028, "Member 'UMoviePipelineSetting::CachedPipeline' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineSetting, bEnabled) == 0x000030, "Member 'UMoviePipelineSetting::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineAntiAliasingSetting \ static_assert(alignof(UMoviePipelineAntiAliasingSetting) == 0x000008, "Wrong alignment on UMoviePipelineAntiAliasingSetting"); \ static_assert(sizeof(UMoviePipelineAntiAliasingSetting) == 0x000068, "Wrong size on UMoviePipelineAntiAliasingSetting"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, SpatialSampleCount) == 0x000048, "Member 'UMoviePipelineAntiAliasingSetting::SpatialSampleCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, TemporalSampleCount) == 0x00004C, "Member 'UMoviePipelineAntiAliasingSetting::TemporalSampleCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bOverrideAntiAliasing) == 0x000050, "Member 'UMoviePipelineAntiAliasingSetting::bOverrideAntiAliasing' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, AntiAliasingMethod) == 0x000051, "Member 'UMoviePipelineAntiAliasingSetting::AntiAliasingMethod' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, RenderWarmUpCount) == 0x000054, "Member 'UMoviePipelineAntiAliasingSetting::RenderWarmUpCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bUseCameraCutForWarmUp) == 0x000058, "Member 'UMoviePipelineAntiAliasingSetting::bUseCameraCutForWarmUp' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, EngineWarmUpCount) == 0x00005C, "Member 'UMoviePipelineAntiAliasingSetting::EngineWarmUpCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineAntiAliasingSetting, bRenderWarmUpFrames) == 0x000060, "Member 'UMoviePipelineAntiAliasingSetting::bRenderWarmUpFrames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_DuplicateSequence \ static_assert(alignof(MoviePipelineBlueprintLibrary_DuplicateSequence) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_DuplicateSequence"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_DuplicateSequence) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_DuplicateSequence"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_DuplicateSequence, Outer_0) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_DuplicateSequence::Outer_0' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_DuplicateSequence, InSequence) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_DuplicateSequence::InSequence' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_DuplicateSequence, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_DuplicateSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot \ static_assert(alignof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, InSettingType) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InSettingType' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, InMasterConfig) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InMasterConfig' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, InShot) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InShot' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, ReturnValue) == 0x000018, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCompletionPercentage \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCompletionPercentage) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCompletionPercentage"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCompletionPercentage) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCompletionPercentage"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCompletionPercentage, InPipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCompletionPercentage::InPipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCompletionPercentage, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCompletionPercentage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentAperture \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentAperture) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentAperture"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentAperture) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentAperture"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentAperture, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentAperture::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentAperture, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentAperture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentFocalLength \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentFocalLength"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentFocalLength"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocalLength::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocalLength, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocalLength::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentFocusDistance \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentFocusDistance"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentFocusDistance"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocusDistance::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentFocusDistance, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentFocusDistance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentSegmentName \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSegmentName"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName) == 0x000038, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentName"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, OutOuterName) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::OutOuterName' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, OutInnerName) == 0x000020, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::OutInnerName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentSegmentState \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSegmentState"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentState"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentState::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics) == 0x000030, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentShotTimecode \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentShotTimecode"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentShotTimecode"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotTimecode::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentShotTimecode, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentShotTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution, InMasterConfig) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::InMasterConfig' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution, InPipelineExecutorShot) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::InPipelineExecutorShot' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, InPipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::InPipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, OutEstimate) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::OutEstimate' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobAuthor \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobAuthor) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobAuthor"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobAuthor) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetJobAuthor"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobAuthor, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobAuthor::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobAuthor, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobAuthor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobInitializationTime \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobInitializationTime) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobInitializationTime"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobInitializationTime) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetJobInitializationTime"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobInitializationTime, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobInitializationTime::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobInitializationTime, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobInitializationTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobName \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobName) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobName"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobName) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetJobName"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobName, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobName::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobName, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMapPackageName \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetMapPackageName) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMapPackageName"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMapPackageName) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetMapPackageName"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMapPackageName, InJob) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMapPackageName::InJob' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMapPackageName, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMapPackageName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMasterFrameNumber \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMasterFrameNumber"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetMasterFrameNumber"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMasterFrameNumber::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMasterFrameNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMasterTimecode \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetMasterTimecode) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMasterTimecode"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMasterTimecode) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetMasterTimecode"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterTimecode, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMasterTimecode::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterTimecode, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMasterTimecode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetOverallOutputFrames \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetOverallOutputFrames"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetOverallOutputFrames"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetOverallOutputFrames::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames, OutCurrentIndex) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetOverallOutputFrames::OutCurrentIndex' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallOutputFrames, OutTotalCount) == 0x00000C, "Member 'MoviePipelineBlueprintLibrary_GetOverallOutputFrames::OutTotalCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetOverallSegmentCounts \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetOverallSegmentCounts"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetOverallSegmentCounts"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetOverallSegmentCounts::InMoviePipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts, OutCurrentIndex) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetOverallSegmentCounts::OutCurrentIndex' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetOverallSegmentCounts, OutTotalCount) == 0x00000C, "Member 'MoviePipelineBlueprintLibrary_GetOverallSegmentCounts::OutTotalCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetPipelineState \ static_assert(alignof(MoviePipelineBlueprintLibrary_GetPipelineState) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetPipelineState"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_GetPipelineState) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetPipelineState"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetPipelineState, InPipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetPipelineState::InPipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_GetPipelineState, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetPipelineState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments \ static_assert(alignof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments) == 0x0001C8, "Wrong size on MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, InFormatString) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::InFormatString' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, InParams) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::InParams' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, OutFinalPath) == 0x000110, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::OutFinalPath' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, OutMergedFormatArgs) == 0x000120, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::OutMergedFormatArgs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_ResolveVersionNumber \ static_assert(alignof(MoviePipelineBlueprintLibrary_ResolveVersionNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_ResolveVersionNumber"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_ResolveVersionNumber) == 0x000108, "Wrong size on MoviePipelineBlueprintLibrary_ResolveVersionNumber"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveVersionNumber, InParams) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_ResolveVersionNumber::InParams' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveVersionNumber, ReturnValue) == 0x000100, "Member 'MoviePipelineBlueprintLibrary_ResolveVersionNumber::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence \ static_assert(alignof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence"); \ static_assert(sizeof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, InSequence) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::InSequence' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, InJob) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::InJob' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, bShotsChanged) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::bShotsChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineBlueprintLibrary \ static_assert(alignof(UMoviePipelineBlueprintLibrary) == 0x000008, "Wrong alignment on UMoviePipelineBlueprintLibrary"); \ static_assert(sizeof(UMoviePipelineBlueprintLibrary) == 0x000028, "Wrong size on UMoviePipelineBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UMoviePipelineCameraSetting \ static_assert(alignof(UMoviePipelineCameraSetting) == 0x000008, "Wrong alignment on UMoviePipelineCameraSetting"); \ static_assert(sizeof(UMoviePipelineCameraSetting) == 0x000050, "Wrong size on UMoviePipelineCameraSetting"); \ static_assert(offsetof(UMoviePipelineCameraSetting, ShutterTiming) == 0x000048, "Member 'UMoviePipelineCameraSetting::ShutterTiming' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCameraSetting, OverscanPercentage) == 0x00004C, "Member 'UMoviePipelineCameraSetting::OverscanPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineColorSetting \ static_assert(alignof(UMoviePipelineColorSetting) == 0x000008, "Wrong alignment on UMoviePipelineColorSetting"); \ static_assert(sizeof(UMoviePipelineColorSetting) == 0x0000B0, "Wrong size on UMoviePipelineColorSetting"); \ static_assert(offsetof(UMoviePipelineColorSetting, OCIOConfiguration) == 0x000048, "Member 'UMoviePipelineColorSetting::OCIOConfiguration' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineColorSetting, bDisableToneCurve) == 0x0000A8, "Member 'UMoviePipelineColorSetting::bDisableToneCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineCommandLineEncoder \ static_assert(alignof(UMoviePipelineCommandLineEncoder) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoder"); \ static_assert(sizeof(UMoviePipelineCommandLineEncoder) == 0x000088, "Wrong size on UMoviePipelineCommandLineEncoder"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, FileNameFormatOverride) == 0x000048, "Member 'UMoviePipelineCommandLineEncoder::FileNameFormatOverride' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, Quality) == 0x000058, "Member 'UMoviePipelineCommandLineEncoder::Quality' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, AdditionalCommandLineArgs) == 0x000060, "Member 'UMoviePipelineCommandLineEncoder::AdditionalCommandLineArgs' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, bDeleteSourceFiles) == 0x000070, "Member 'UMoviePipelineCommandLineEncoder::bDeleteSourceFiles' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoder, bSkipEncodeOnRenderCanceled) == 0x000071, "Member 'UMoviePipelineCommandLineEncoder::bSkipEncodeOnRenderCanceled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineCommandLineEncoderSettings \ static_assert(alignof(UMoviePipelineCommandLineEncoderSettings) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoderSettings"); \ static_assert(sizeof(UMoviePipelineCommandLineEncoderSettings) == 0x000100, "Wrong size on UMoviePipelineCommandLineEncoderSettings"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, ExecutablePath) == 0x000038, "Member 'UMoviePipelineCommandLineEncoderSettings::ExecutablePath' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, CodecHelpText) == 0x000048, "Member 'UMoviePipelineCommandLineEncoderSettings::CodecHelpText' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, VideoCodec) == 0x000060, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoCodec' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioCodec) == 0x000070, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioCodec' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, OutputFileExtension) == 0x000080, "Member 'UMoviePipelineCommandLineEncoderSettings::OutputFileExtension' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, CommandLineFormat) == 0x000090, "Member 'UMoviePipelineCommandLineEncoderSettings::CommandLineFormat' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, VideoInputStringFormat) == 0x0000A0, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoInputStringFormat' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioInputStringFormat) == 0x0000B0, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioInputStringFormat' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Low) == 0x0000C0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Low' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Med) == 0x0000D0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Med' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_High) == 0x0000E0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_High' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Epic) == 0x0000F0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Epic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_CopyFrom \ static_assert(alignof(MoviePipelineConfigBase_CopyFrom) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_CopyFrom"); \ static_assert(sizeof(MoviePipelineConfigBase_CopyFrom) == 0x000008, "Wrong size on MoviePipelineConfigBase_CopyFrom"); \ static_assert(offsetof(MoviePipelineConfigBase_CopyFrom, InConfig) == 0x000000, "Member 'MoviePipelineConfigBase_CopyFrom::InConfig' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindOrAddSettingByClass \ static_assert(alignof(MoviePipelineConfigBase_FindOrAddSettingByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindOrAddSettingByClass"); \ static_assert(sizeof(MoviePipelineConfigBase_FindOrAddSettingByClass) == 0x000018, "Wrong size on MoviePipelineConfigBase_FindOrAddSettingByClass"); \ static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::InClass' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::bIncludeDisabledSettings' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_RemoveSetting \ static_assert(alignof(MoviePipelineConfigBase_RemoveSetting) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_RemoveSetting"); \ static_assert(sizeof(MoviePipelineConfigBase_RemoveSetting) == 0x000008, "Wrong size on MoviePipelineConfigBase_RemoveSetting"); \ static_assert(offsetof(MoviePipelineConfigBase_RemoveSetting, InSetting) == 0x000000, "Member 'MoviePipelineConfigBase_RemoveSetting::InSetting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindSettingByClass \ static_assert(alignof(MoviePipelineConfigBase_FindSettingByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindSettingByClass"); \ static_assert(sizeof(MoviePipelineConfigBase_FindSettingByClass) == 0x000018, "Wrong size on MoviePipelineConfigBase_FindSettingByClass"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindSettingByClass::InClass' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindSettingByClass::bIncludeDisabledSettings' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindSettingByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindSettingsByClass \ static_assert(alignof(MoviePipelineConfigBase_FindSettingsByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindSettingsByClass"); \ static_assert(sizeof(MoviePipelineConfigBase_FindSettingsByClass) == 0x000020, "Wrong size on MoviePipelineConfigBase_FindSettingsByClass"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindSettingsByClass::InClass' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindSettingsByClass::bIncludeDisabledSettings' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindSettingsByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineConfigBase_GetUserSettings \ static_assert(alignof(MoviePipelineConfigBase_GetUserSettings) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_GetUserSettings"); \ static_assert(sizeof(MoviePipelineConfigBase_GetUserSettings) == 0x000010, "Wrong size on MoviePipelineConfigBase_GetUserSettings"); \ static_assert(offsetof(MoviePipelineConfigBase_GetUserSettings, ReturnValue) == 0x000000, "Member 'MoviePipelineConfigBase_GetUserSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineConfigBase \ static_assert(alignof(UMoviePipelineConfigBase) == 0x000008, "Wrong alignment on UMoviePipelineConfigBase"); \ static_assert(sizeof(UMoviePipelineConfigBase) == 0x000050, "Wrong size on UMoviePipelineConfigBase"); \ static_assert(offsetof(UMoviePipelineConfigBase, DisplayName) == 0x000028, "Member 'UMoviePipelineConfigBase::DisplayName' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineConfigBase, Settings) == 0x000038, "Member 'UMoviePipelineConfigBase::Settings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineDebugSettings \ static_assert(alignof(UMoviePipelineDebugSettings) == 0x000008, "Wrong alignment on UMoviePipelineDebugSettings"); \ static_assert(sizeof(UMoviePipelineDebugSettings) == 0x000058, "Wrong size on UMoviePipelineDebugSettings"); \ static_assert(offsetof(UMoviePipelineDebugSettings, bWriteAllSamples) == 0x000048, "Member 'UMoviePipelineDebugSettings::bWriteAllSamples' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDebugSettings, bCaptureFramesWithRenderDoc) == 0x000049, "Member 'UMoviePipelineDebugSettings::bCaptureFramesWithRenderDoc' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDebugSettings, CaptureFrame) == 0x00004C, "Member 'UMoviePipelineDebugSettings::CaptureFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_ConnectSocket \ static_assert(alignof(MoviePipelineExecutorBase_ConnectSocket) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_ConnectSocket"); \ static_assert(sizeof(MoviePipelineExecutorBase_ConnectSocket) == 0x000018, "Wrong size on MoviePipelineExecutorBase_ConnectSocket"); \ static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, InHostName) == 0x000000, "Member 'MoviePipelineExecutorBase_ConnectSocket::InHostName' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, InPort) == 0x000010, "Member 'MoviePipelineExecutorBase_ConnectSocket::InPort' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, ReturnValue) == 0x000014, "Member 'MoviePipelineExecutorBase_ConnectSocket::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_Execute \ static_assert(alignof(MoviePipelineExecutorBase_Execute) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_Execute"); \ static_assert(sizeof(MoviePipelineExecutorBase_Execute) == 0x000008, "Wrong size on MoviePipelineExecutorBase_Execute"); \ static_assert(offsetof(MoviePipelineExecutorBase_Execute, InPipelineQueue) == 0x000000, "Member 'MoviePipelineExecutorBase_Execute::InPipelineQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_OnExecutorErroredImpl \ static_assert(alignof(MoviePipelineExecutorBase_OnExecutorErroredImpl) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_OnExecutorErroredImpl"); \ static_assert(sizeof(MoviePipelineExecutorBase_OnExecutorErroredImpl) == 0x000028, "Wrong size on MoviePipelineExecutorBase_OnExecutorErroredImpl"); \ static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, ErroredPipeline) == 0x000000, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::ErroredPipeline' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, bFatal) == 0x000008, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::bFatal' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, ErrorReason) == 0x000010, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::ErrorReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SendHTTPRequest \ static_assert(alignof(MoviePipelineExecutorBase_SendHTTPRequest) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SendHTTPRequest"); \ static_assert(sizeof(MoviePipelineExecutorBase_SendHTTPRequest) == 0x000088, "Wrong size on MoviePipelineExecutorBase_SendHTTPRequest"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InURL) == 0x000000, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InURL' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InVerb) == 0x000010, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InVerb' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InMessage) == 0x000020, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InMessage' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InHeaders) == 0x000030, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InHeaders' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, ReturnValue) == 0x000080, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SendSocketMessage \ static_assert(alignof(MoviePipelineExecutorBase_SendSocketMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SendSocketMessage"); \ static_assert(sizeof(MoviePipelineExecutorBase_SendSocketMessage) == 0x000018, "Wrong size on MoviePipelineExecutorBase_SendSocketMessage"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendSocketMessage, InMessage) == 0x000000, "Member 'MoviePipelineExecutorBase_SendSocketMessage::InMessage' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorBase_SendSocketMessage, ReturnValue) == 0x000010, "Member 'MoviePipelineExecutorBase_SendSocketMessage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetMoviePipelineClass \ static_assert(alignof(MoviePipelineExecutorBase_SetMoviePipelineClass) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SetMoviePipelineClass"); \ static_assert(sizeof(MoviePipelineExecutorBase_SetMoviePipelineClass) == 0x000008, "Wrong size on MoviePipelineExecutorBase_SetMoviePipelineClass"); \ static_assert(offsetof(MoviePipelineExecutorBase_SetMoviePipelineClass, InPipelineClass) == 0x000000, "Member 'MoviePipelineExecutorBase_SetMoviePipelineClass::InPipelineClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetStatusMessage \ static_assert(alignof(MoviePipelineExecutorBase_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorBase_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorBase_SetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorBase_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorBase_SetStatusMessage::InStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetStatusProgress \ static_assert(alignof(MoviePipelineExecutorBase_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorBase_SetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorBase_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorBase_SetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorBase_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorBase_SetStatusProgress::InProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_GetStatusMessage \ static_assert(alignof(MoviePipelineExecutorBase_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_GetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorBase_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorBase_GetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorBase_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_GetStatusMessage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_GetStatusProgress \ static_assert(alignof(MoviePipelineExecutorBase_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorBase_GetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorBase_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorBase_GetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorBase_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_GetStatusProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_IsRendering \ static_assert(alignof(MoviePipelineExecutorBase_IsRendering) == 0x000001, "Wrong alignment on MoviePipelineExecutorBase_IsRendering"); \ static_assert(sizeof(MoviePipelineExecutorBase_IsRendering) == 0x000001, "Wrong size on MoviePipelineExecutorBase_IsRendering"); \ static_assert(offsetof(MoviePipelineExecutorBase_IsRendering, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_IsRendering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorBase_IsSocketConnected \ static_assert(alignof(MoviePipelineExecutorBase_IsSocketConnected) == 0x000001, "Wrong alignment on MoviePipelineExecutorBase_IsSocketConnected"); \ static_assert(sizeof(MoviePipelineExecutorBase_IsSocketConnected) == 0x000001, "Wrong size on MoviePipelineExecutorBase_IsSocketConnected"); \ static_assert(offsetof(MoviePipelineExecutorBase_IsSocketConnected, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_IsSocketConnected::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineExecutorBase \ static_assert(alignof(UMoviePipelineExecutorBase) == 0x000008, "Wrong alignment on UMoviePipelineExecutorBase"); \ static_assert(sizeof(UMoviePipelineExecutorBase) == 0x000108, "Wrong size on UMoviePipelineExecutorBase"); \ static_assert(offsetof(UMoviePipelineExecutorBase, OnExecutorFinishedDelegate) == 0x000028, "Member 'UMoviePipelineExecutorBase::OnExecutorFinishedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, OnExecutorErroredDelegate) == 0x000050, "Member 'UMoviePipelineExecutorBase::OnExecutorErroredDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, SocketMessageRecievedDelegate) == 0x000080, "Member 'UMoviePipelineExecutorBase::SocketMessageRecievedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, HTTPResponseRecievedDelegate) == 0x000090, "Member 'UMoviePipelineExecutorBase::HTTPResponseRecievedDelegate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, DebugWidgetClass) == 0x0000A0, "Member 'UMoviePipelineExecutorBase::DebugWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, UserData) == 0x0000A8, "Member 'UMoviePipelineExecutorBase::UserData' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorBase, TargetPipelineClass) == 0x0000B8, "Member 'UMoviePipelineExecutorBase::TargetPipelineClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineOutputBase \ static_assert(alignof(UMoviePipelineOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineOutputBase"); \ static_assert(sizeof(UMoviePipelineOutputBase) == 0x000048, "Wrong size on UMoviePipelineOutputBase"); \ #define DUMPER7_ASSERTS_UMoviePipelineFCPXMLExporter \ static_assert(alignof(UMoviePipelineFCPXMLExporter) == 0x000008, "Wrong alignment on UMoviePipelineFCPXMLExporter"); \ static_assert(sizeof(UMoviePipelineFCPXMLExporter) == 0x000080, "Wrong size on UMoviePipelineFCPXMLExporter"); \ static_assert(offsetof(UMoviePipelineFCPXMLExporter, FileNameFormatOverride) == 0x000050, "Member 'UMoviePipelineFCPXMLExporter::FileNameFormatOverride' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineFCPXMLExporter, DataSource) == 0x000060, "Member 'UMoviePipelineFCPXMLExporter::DataSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMoviePipelineGameMode \ static_assert(alignof(AMoviePipelineGameMode) == 0x000008, "Wrong alignment on AMoviePipelineGameMode"); \ static_assert(sizeof(AMoviePipelineGameMode) == 0x0002D0, "Wrong size on AMoviePipelineGameMode"); \ #define DUMPER7_ASSERTS_UMoviePipelineGameOverrideSetting \ static_assert(alignof(UMoviePipelineGameOverrideSetting) == 0x000008, "Wrong alignment on UMoviePipelineGameOverrideSetting"); \ static_assert(sizeof(UMoviePipelineGameOverrideSetting) == 0x000108, "Wrong size on UMoviePipelineGameOverrideSetting"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, GameModeOverride) == 0x000048, "Member 'UMoviePipelineGameOverrideSetting::GameModeOverride' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bCinematicQualitySettings) == 0x000050, "Member 'UMoviePipelineGameOverrideSetting::bCinematicQualitySettings' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, TextureStreaming) == 0x000051, "Member 'UMoviePipelineGameOverrideSetting::TextureStreaming' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bUseLODZero) == 0x000052, "Member 'UMoviePipelineGameOverrideSetting::bUseLODZero' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bDisableHLODs) == 0x000053, "Member 'UMoviePipelineGameOverrideSetting::bDisableHLODs' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bUseHighQualityShadows) == 0x000054, "Member 'UMoviePipelineGameOverrideSetting::bUseHighQualityShadows' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, ShadowDistanceScale) == 0x000058, "Member 'UMoviePipelineGameOverrideSetting::ShadowDistanceScale' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, ShadowRadiusThreshold) == 0x00005C, "Member 'UMoviePipelineGameOverrideSetting::ShadowRadiusThreshold' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bOverrideViewDistanceScale) == 0x000060, "Member 'UMoviePipelineGameOverrideSetting::bOverrideViewDistanceScale' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, ViewDistanceScale) == 0x000064, "Member 'UMoviePipelineGameOverrideSetting::ViewDistanceScale' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineGameOverrideSetting, bFlushGrassStreaming) == 0x000068, "Member 'UMoviePipelineGameOverrideSetting::bFlushGrassStreaming' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineHighResSetting \ static_assert(alignof(UMoviePipelineHighResSetting) == 0x000008, "Wrong alignment on UMoviePipelineHighResSetting"); \ static_assert(sizeof(UMoviePipelineHighResSetting) == 0x000060, "Wrong size on UMoviePipelineHighResSetting"); \ static_assert(offsetof(UMoviePipelineHighResSetting, TileCount) == 0x000048, "Member 'UMoviePipelineHighResSetting::TileCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineHighResSetting, TextureSharpnessBias) == 0x00004C, "Member 'UMoviePipelineHighResSetting::TextureSharpnessBias' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineHighResSetting, OverlapRatio) == 0x000050, "Member 'UMoviePipelineHighResSetting::OverlapRatio' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineHighResSetting, bOverrideSubSurfaceScattering) == 0x000054, "Member 'UMoviePipelineHighResSetting::bOverrideSubSurfaceScattering' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineHighResSetting, BurleySampleCount) == 0x000058, "Member 'UMoviePipelineHighResSetting::BurleySampleCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineLinearExecutorBase \ static_assert(alignof(UMoviePipelineLinearExecutorBase) == 0x000008, "Wrong alignment on UMoviePipelineLinearExecutorBase"); \ static_assert(sizeof(UMoviePipelineLinearExecutorBase) == 0x000130, "Wrong size on UMoviePipelineLinearExecutorBase"); \ static_assert(offsetof(UMoviePipelineLinearExecutorBase, Queue) == 0x000108, "Member 'UMoviePipelineLinearExecutorBase::Queue' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineLinearExecutorBase, ActiveMoviePipeline) == 0x000110, "Member 'UMoviePipelineLinearExecutorBase::ActiveMoviePipeline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineInProcessExecutor \ static_assert(alignof(UMoviePipelineInProcessExecutor) == 0x000008, "Wrong alignment on UMoviePipelineInProcessExecutor"); \ static_assert(sizeof(UMoviePipelineInProcessExecutor) == 0x000168, "Wrong size on UMoviePipelineInProcessExecutor"); \ static_assert(offsetof(UMoviePipelineInProcessExecutor, bUseCurrentLevel) == 0x000130, "Member 'UMoviePipelineInProcessExecutor::bUseCurrentLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineInProcessExecutorSettings \ static_assert(alignof(UMoviePipelineInProcessExecutorSettings) == 0x000008, "Wrong alignment on UMoviePipelineInProcessExecutorSettings"); \ static_assert(sizeof(UMoviePipelineInProcessExecutorSettings) == 0x000068, "Wrong size on UMoviePipelineInProcessExecutorSettings"); \ static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, bCloseEditor) == 0x000038, "Member 'UMoviePipelineInProcessExecutorSettings::bCloseEditor' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, AdditionalCommandLineArguments) == 0x000040, "Member 'UMoviePipelineInProcessExecutorSettings::AdditionalCommandLineArguments' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, InheritedCommandLineArguments) == 0x000050, "Member 'UMoviePipelineInProcessExecutorSettings::InheritedCommandLineArguments' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineInProcessExecutorSettings, InitialDelayFrameCount) == 0x000060, "Member 'UMoviePipelineInProcessExecutorSettings::InitialDelayFrameCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetAllSettings \ static_assert(alignof(MoviePipelineMasterConfig_GetAllSettings) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetAllSettings"); \ static_assert(sizeof(MoviePipelineMasterConfig_GetAllSettings) == 0x000018, "Wrong size on MoviePipelineMasterConfig_GetAllSettings"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, bIncludeDisabledSettings) == 0x000000, "Member 'MoviePipelineMasterConfig_GetAllSettings::bIncludeDisabledSettings' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, bIncludeTransientSettings) == 0x000001, "Member 'MoviePipelineMasterConfig_GetAllSettings::bIncludeTransientSettings' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, ReturnValue) == 0x000008, "Member 'MoviePipelineMasterConfig_GetAllSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetEffectiveFrameRate \ static_assert(alignof(MoviePipelineMasterConfig_GetEffectiveFrameRate) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetEffectiveFrameRate"); \ static_assert(sizeof(MoviePipelineMasterConfig_GetEffectiveFrameRate) == 0x000010, "Wrong size on MoviePipelineMasterConfig_GetEffectiveFrameRate"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetEffectiveFrameRate, InSequence) == 0x000000, "Member 'MoviePipelineMasterConfig_GetEffectiveFrameRate::InSequence' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetEffectiveFrameRate, ReturnValue) == 0x000008, "Member 'MoviePipelineMasterConfig_GetEffectiveFrameRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetTransientSettings \ static_assert(alignof(MoviePipelineMasterConfig_GetTransientSettings) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetTransientSettings"); \ static_assert(sizeof(MoviePipelineMasterConfig_GetTransientSettings) == 0x000010, "Wrong size on MoviePipelineMasterConfig_GetTransientSettings"); \ static_assert(offsetof(MoviePipelineMasterConfig_GetTransientSettings, ReturnValue) == 0x000000, "Member 'MoviePipelineMasterConfig_GetTransientSettings::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineMasterConfig \ static_assert(alignof(UMoviePipelineMasterConfig) == 0x000008, "Wrong alignment on UMoviePipelineMasterConfig"); \ static_assert(sizeof(UMoviePipelineMasterConfig) == 0x0000B8, "Wrong size on UMoviePipelineMasterConfig"); \ static_assert(offsetof(UMoviePipelineMasterConfig, PerShotConfigMapping) == 0x000050, "Member 'UMoviePipelineMasterConfig::PerShotConfigMapping' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineMasterConfig, OutputSetting) == 0x0000A0, "Member 'UMoviePipelineMasterConfig::OutputSetting' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineMasterConfig, TransientSettings) == 0x0000A8, "Member 'UMoviePipelineMasterConfig::TransientSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineOutputSetting \ static_assert(alignof(UMoviePipelineOutputSetting) == 0x000008, "Wrong alignment on UMoviePipelineOutputSetting"); \ static_assert(sizeof(UMoviePipelineOutputSetting) == 0x0000B0, "Wrong size on UMoviePipelineOutputSetting"); \ static_assert(offsetof(UMoviePipelineOutputSetting, OutputDirectory) == 0x000048, "Member 'UMoviePipelineOutputSetting::OutputDirectory' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, FilenameFormat) == 0x000058, "Member 'UMoviePipelineOutputSetting::FilenameFormat' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, OutputResolution) == 0x000068, "Member 'UMoviePipelineOutputSetting::OutputResolution' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, bUseCustomFrameRate) == 0x000070, "Member 'UMoviePipelineOutputSetting::bUseCustomFrameRate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, OutputFrameRate) == 0x000074, "Member 'UMoviePipelineOutputSetting::OutputFrameRate' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, bOverrideExistingOutput) == 0x000080, "Member 'UMoviePipelineOutputSetting::bOverrideExistingOutput' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, HandleFrameCount) == 0x000084, "Member 'UMoviePipelineOutputSetting::HandleFrameCount' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, OutputFrameStep) == 0x000088, "Member 'UMoviePipelineOutputSetting::OutputFrameStep' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, bUseCustomPlaybackRange) == 0x00008C, "Member 'UMoviePipelineOutputSetting::bUseCustomPlaybackRange' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, CustomStartFrame) == 0x000090, "Member 'UMoviePipelineOutputSetting::CustomStartFrame' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, CustomEndFrame) == 0x000094, "Member 'UMoviePipelineOutputSetting::CustomEndFrame' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, VersionNumber) == 0x000098, "Member 'UMoviePipelineOutputSetting::VersionNumber' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, bAutoVersion) == 0x00009C, "Member 'UMoviePipelineOutputSetting::bAutoVersion' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, ZeroPadFrameNumbers) == 0x0000A0, "Member 'UMoviePipelineOutputSetting::ZeroPadFrameNumbers' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, FrameNumberOffset) == 0x0000A4, "Member 'UMoviePipelineOutputSetting::FrameNumberOffset' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineOutputSetting, bFlushDiskWritesPerShot) == 0x0000A8, "Member 'UMoviePipelineOutputSetting::bFlushDiskWritesPerShot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_ExecuteDelayed \ static_assert(alignof(MoviePipelinePythonHostExecutor_ExecuteDelayed) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_ExecuteDelayed"); \ static_assert(sizeof(MoviePipelinePythonHostExecutor_ExecuteDelayed) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_ExecuteDelayed"); \ static_assert(offsetof(MoviePipelinePythonHostExecutor_ExecuteDelayed, InPipelineQueue) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_ExecuteDelayed::InPipelineQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_OnMapLoad \ static_assert(alignof(MoviePipelinePythonHostExecutor_OnMapLoad) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_OnMapLoad"); \ static_assert(sizeof(MoviePipelinePythonHostExecutor_OnMapLoad) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_OnMapLoad"); \ static_assert(offsetof(MoviePipelinePythonHostExecutor_OnMapLoad, InWorld) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_OnMapLoad::InWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelinePythonHostExecutor_GetLastLoadedWorld \ static_assert(alignof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld) == 0x000008, "Wrong alignment on MoviePipelinePythonHostExecutor_GetLastLoadedWorld"); \ static_assert(sizeof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld) == 0x000008, "Wrong size on MoviePipelinePythonHostExecutor_GetLastLoadedWorld"); \ static_assert(offsetof(MoviePipelinePythonHostExecutor_GetLastLoadedWorld, ReturnValue) == 0x000000, "Member 'MoviePipelinePythonHostExecutor_GetLastLoadedWorld::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelinePythonHostExecutor \ static_assert(alignof(UMoviePipelinePythonHostExecutor) == 0x000008, "Wrong alignment on UMoviePipelinePythonHostExecutor"); \ static_assert(sizeof(UMoviePipelinePythonHostExecutor) == 0x000120, "Wrong size on UMoviePipelinePythonHostExecutor"); \ static_assert(offsetof(UMoviePipelinePythonHostExecutor, ExecutorClass) == 0x000108, "Member 'UMoviePipelinePythonHostExecutor::ExecutorClass' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelinePythonHostExecutor, PipelineQueue) == 0x000110, "Member 'UMoviePipelinePythonHostExecutor::PipelineQueue' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelinePythonHostExecutor, LastLoadedWorld) == 0x000118, "Member 'UMoviePipelinePythonHostExecutor::LastLoadedWorld' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_AllocateNewShotOverrideConfig \ static_assert(alignof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_AllocateNewShotOverrideConfig"); \ static_assert(sizeof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig) == 0x000010, "Wrong size on MoviePipelineExecutorShot_AllocateNewShotOverrideConfig"); \ static_assert(offsetof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig, InConfigType) == 0x000000, "Member 'MoviePipelineExecutorShot_AllocateNewShotOverrideConfig::InConfigType' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig, ReturnValue) == 0x000008, "Member 'MoviePipelineExecutorShot_AllocateNewShotOverrideConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetShotOverrideConfiguration \ static_assert(alignof(MoviePipelineExecutorShot_SetShotOverrideConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetShotOverrideConfiguration"); \ static_assert(sizeof(MoviePipelineExecutorShot_SetShotOverrideConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorShot_SetShotOverrideConfiguration"); \ static_assert(offsetof(MoviePipelineExecutorShot_SetShotOverrideConfiguration, InPreset) == 0x000000, "Member 'MoviePipelineExecutorShot_SetShotOverrideConfiguration::InPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetShotOverridePresetOrigin \ static_assert(alignof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetShotOverridePresetOrigin"); \ static_assert(sizeof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorShot_SetShotOverridePresetOrigin"); \ static_assert(offsetof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin, InPreset) == 0x000000, "Member 'MoviePipelineExecutorShot_SetShotOverridePresetOrigin::InPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetStatusMessage \ static_assert(alignof(MoviePipelineExecutorShot_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorShot_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorShot_SetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorShot_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorShot_SetStatusMessage::InStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetStatusProgress \ static_assert(alignof(MoviePipelineExecutorShot_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorShot_SetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorShot_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorShot_SetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorShot_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorShot_SetStatusProgress::InProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetShotOverrideConfiguration \ static_assert(alignof(MoviePipelineExecutorShot_GetShotOverrideConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetShotOverrideConfiguration"); \ static_assert(sizeof(MoviePipelineExecutorShot_GetShotOverrideConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorShot_GetShotOverrideConfiguration"); \ static_assert(offsetof(MoviePipelineExecutorShot_GetShotOverrideConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetShotOverrideConfiguration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetShotOverridePresetOrigin \ static_assert(alignof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetShotOverridePresetOrigin"); \ static_assert(sizeof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorShot_GetShotOverridePresetOrigin"); \ static_assert(offsetof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetShotOverridePresetOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetStatusMessage \ static_assert(alignof(MoviePipelineExecutorShot_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorShot_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorShot_GetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorShot_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetStatusMessage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetStatusProgress \ static_assert(alignof(MoviePipelineExecutorShot_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorShot_GetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorShot_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorShot_GetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorShot_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetStatusProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorShot_ShouldRender \ static_assert(alignof(MoviePipelineExecutorShot_ShouldRender) == 0x000001, "Wrong alignment on MoviePipelineExecutorShot_ShouldRender"); \ static_assert(sizeof(MoviePipelineExecutorShot_ShouldRender) == 0x000001, "Wrong size on MoviePipelineExecutorShot_ShouldRender"); \ static_assert(offsetof(MoviePipelineExecutorShot_ShouldRender, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_ShouldRender::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineExecutorShot \ static_assert(alignof(UMoviePipelineExecutorShot) == 0x000008, "Wrong alignment on UMoviePipelineExecutorShot"); \ static_assert(sizeof(UMoviePipelineExecutorShot) == 0x000130, "Wrong size on UMoviePipelineExecutorShot"); \ static_assert(offsetof(UMoviePipelineExecutorShot, bEnabled) == 0x000028, "Member 'UMoviePipelineExecutorShot::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, OuterName) == 0x000030, "Member 'UMoviePipelineExecutorShot::OuterName' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, InnerName) == 0x000040, "Member 'UMoviePipelineExecutorShot::InnerName' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, Progress) == 0x0000E8, "Member 'UMoviePipelineExecutorShot::Progress' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, StatusMessage) == 0x0000F0, "Member 'UMoviePipelineExecutorShot::StatusMessage' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverrideConfig) == 0x000100, "Member 'UMoviePipelineExecutorShot::ShotOverrideConfig' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverridePresetOrigin) == 0x000108, "Member 'UMoviePipelineExecutorShot::ShotOverridePresetOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetConfiguration \ static_assert(alignof(MoviePipelineExecutorJob_SetConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetConfiguration"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorJob_SetConfiguration"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetConfiguration, InPreset) == 0x000000, "Member 'MoviePipelineExecutorJob_SetConfiguration::InPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetConsumed \ static_assert(alignof(MoviePipelineExecutorJob_SetConsumed) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_SetConsumed"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetConsumed) == 0x000001, "Wrong size on MoviePipelineExecutorJob_SetConsumed"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetConsumed, bInConsumed) == 0x000000, "Member 'MoviePipelineExecutorJob_SetConsumed::bInConsumed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetPresetOrigin \ static_assert(alignof(MoviePipelineExecutorJob_SetPresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetPresetOrigin"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetPresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorJob_SetPresetOrigin"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetPresetOrigin, InPreset) == 0x000000, "Member 'MoviePipelineExecutorJob_SetPresetOrigin::InPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetSequence \ static_assert(alignof(MoviePipelineExecutorJob_SetSequence) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetSequence"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetSequence) == 0x000018, "Wrong size on MoviePipelineExecutorJob_SetSequence"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetSequence, InSequence) == 0x000000, "Member 'MoviePipelineExecutorJob_SetSequence::InSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetStatusMessage \ static_assert(alignof(MoviePipelineExecutorJob_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorJob_SetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorJob_SetStatusMessage::InStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetStatusProgress \ static_assert(alignof(MoviePipelineExecutorJob_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorJob_SetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorJob_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorJob_SetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorJob_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorJob_SetStatusProgress::InProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetConfiguration \ static_assert(alignof(MoviePipelineExecutorJob_GetConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetConfiguration"); \ static_assert(sizeof(MoviePipelineExecutorJob_GetConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorJob_GetConfiguration"); \ static_assert(offsetof(MoviePipelineExecutorJob_GetConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetConfiguration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetPresetOrigin \ static_assert(alignof(MoviePipelineExecutorJob_GetPresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetPresetOrigin"); \ static_assert(sizeof(MoviePipelineExecutorJob_GetPresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorJob_GetPresetOrigin"); \ static_assert(offsetof(MoviePipelineExecutorJob_GetPresetOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetPresetOrigin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetStatusMessage \ static_assert(alignof(MoviePipelineExecutorJob_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetStatusMessage"); \ static_assert(sizeof(MoviePipelineExecutorJob_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorJob_GetStatusMessage"); \ static_assert(offsetof(MoviePipelineExecutorJob_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetStatusMessage::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetStatusProgress \ static_assert(alignof(MoviePipelineExecutorJob_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorJob_GetStatusProgress"); \ static_assert(sizeof(MoviePipelineExecutorJob_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorJob_GetStatusProgress"); \ static_assert(offsetof(MoviePipelineExecutorJob_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetStatusProgress::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineExecutorJob_IsConsumed \ static_assert(alignof(MoviePipelineExecutorJob_IsConsumed) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_IsConsumed"); \ static_assert(sizeof(MoviePipelineExecutorJob_IsConsumed) == 0x000001, "Wrong size on MoviePipelineExecutorJob_IsConsumed"); \ static_assert(offsetof(MoviePipelineExecutorJob_IsConsumed, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_IsConsumed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineExecutorJob \ static_assert(alignof(UMoviePipelineExecutorJob) == 0x000008, "Wrong alignment on UMoviePipelineExecutorJob"); \ static_assert(sizeof(UMoviePipelineExecutorJob) == 0x0000E0, "Wrong size on UMoviePipelineExecutorJob"); \ static_assert(offsetof(UMoviePipelineExecutorJob, JobName) == 0x000028, "Member 'UMoviePipelineExecutorJob::JobName' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, Sequence) == 0x000038, "Member 'UMoviePipelineExecutorJob::Sequence' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, Map) == 0x000050, "Member 'UMoviePipelineExecutorJob::Map' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, Author) == 0x000068, "Member 'UMoviePipelineExecutorJob::Author' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, ShotInfo) == 0x000078, "Member 'UMoviePipelineExecutorJob::ShotInfo' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, UserData) == 0x000088, "Member 'UMoviePipelineExecutorJob::UserData' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, StatusMessage) == 0x000098, "Member 'UMoviePipelineExecutorJob::StatusMessage' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, StatusProgress) == 0x0000A8, "Member 'UMoviePipelineExecutorJob::StatusProgress' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, bIsConsumed) == 0x0000AC, "Member 'UMoviePipelineExecutorJob::bIsConsumed' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, Configuration) == 0x0000B0, "Member 'UMoviePipelineExecutorJob::Configuration' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineExecutorJob, PresetOrigin) == 0x0000B8, "Member 'UMoviePipelineExecutorJob::PresetOrigin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueue_AllocateNewJob \ static_assert(alignof(MoviePipelineQueue_AllocateNewJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_AllocateNewJob"); \ static_assert(sizeof(MoviePipelineQueue_AllocateNewJob) == 0x000010, "Wrong size on MoviePipelineQueue_AllocateNewJob"); \ static_assert(offsetof(MoviePipelineQueue_AllocateNewJob, InJobType) == 0x000000, "Member 'MoviePipelineQueue_AllocateNewJob::InJobType' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineQueue_AllocateNewJob, ReturnValue) == 0x000008, "Member 'MoviePipelineQueue_AllocateNewJob::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueue_CopyFrom \ static_assert(alignof(MoviePipelineQueue_CopyFrom) == 0x000008, "Wrong alignment on MoviePipelineQueue_CopyFrom"); \ static_assert(sizeof(MoviePipelineQueue_CopyFrom) == 0x000008, "Wrong size on MoviePipelineQueue_CopyFrom"); \ static_assert(offsetof(MoviePipelineQueue_CopyFrom, InQueue) == 0x000000, "Member 'MoviePipelineQueue_CopyFrom::InQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueue_DeleteJob \ static_assert(alignof(MoviePipelineQueue_DeleteJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_DeleteJob"); \ static_assert(sizeof(MoviePipelineQueue_DeleteJob) == 0x000008, "Wrong size on MoviePipelineQueue_DeleteJob"); \ static_assert(offsetof(MoviePipelineQueue_DeleteJob, InJob) == 0x000000, "Member 'MoviePipelineQueue_DeleteJob::InJob' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueue_DuplicateJob \ static_assert(alignof(MoviePipelineQueue_DuplicateJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_DuplicateJob"); \ static_assert(sizeof(MoviePipelineQueue_DuplicateJob) == 0x000010, "Wrong size on MoviePipelineQueue_DuplicateJob"); \ static_assert(offsetof(MoviePipelineQueue_DuplicateJob, InJob) == 0x000000, "Member 'MoviePipelineQueue_DuplicateJob::InJob' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineQueue_DuplicateJob, ReturnValue) == 0x000008, "Member 'MoviePipelineQueue_DuplicateJob::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueue_GetJobs \ static_assert(alignof(MoviePipelineQueue_GetJobs) == 0x000008, "Wrong alignment on MoviePipelineQueue_GetJobs"); \ static_assert(sizeof(MoviePipelineQueue_GetJobs) == 0x000010, "Wrong size on MoviePipelineQueue_GetJobs"); \ static_assert(offsetof(MoviePipelineQueue_GetJobs, ReturnValue) == 0x000000, "Member 'MoviePipelineQueue_GetJobs::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineQueue \ static_assert(alignof(UMoviePipelineQueue) == 0x000008, "Wrong alignment on UMoviePipelineQueue"); \ static_assert(sizeof(UMoviePipelineQueue) == 0x000040, "Wrong size on UMoviePipelineQueue"); \ static_assert(offsetof(UMoviePipelineQueue, Jobs) == 0x000028, "Member 'UMoviePipelineQueue::Jobs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor \ static_assert(alignof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor"); \ static_assert(sizeof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor) == 0x000010, "Wrong size on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor, InExecutorType) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor::InExecutorType' has a wrong offset!"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor, ReturnValue) == 0x000008, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance \ static_assert(alignof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance"); \ static_assert(sizeof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance, InExecutor) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance::InExecutor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_GetActiveExecutor \ static_assert(alignof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_GetActiveExecutor"); \ static_assert(sizeof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_GetActiveExecutor"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_GetActiveExecutor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_GetQueue \ static_assert(alignof(MoviePipelineQueueEngineSubsystem_GetQueue) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_GetQueue"); \ static_assert(sizeof(MoviePipelineQueueEngineSubsystem_GetQueue) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_GetQueue"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_GetQueue, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_GetQueue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_IsRendering \ static_assert(alignof(MoviePipelineQueueEngineSubsystem_IsRendering) == 0x000001, "Wrong alignment on MoviePipelineQueueEngineSubsystem_IsRendering"); \ static_assert(sizeof(MoviePipelineQueueEngineSubsystem_IsRendering) == 0x000001, "Wrong size on MoviePipelineQueueEngineSubsystem_IsRendering"); \ static_assert(offsetof(MoviePipelineQueueEngineSubsystem_IsRendering, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_IsRendering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineQueueEngineSubsystem \ static_assert(alignof(UMoviePipelineQueueEngineSubsystem) == 0x000008, "Wrong alignment on UMoviePipelineQueueEngineSubsystem"); \ static_assert(sizeof(UMoviePipelineQueueEngineSubsystem) == 0x000040, "Wrong size on UMoviePipelineQueueEngineSubsystem"); \ static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, ActiveExecutor) == 0x000030, "Member 'UMoviePipelineQueueEngineSubsystem::ActiveExecutor' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, CurrentQueue) == 0x000038, "Member 'UMoviePipelineQueueEngineSubsystem::CurrentQueue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineRenderPass \ static_assert(alignof(UMoviePipelineRenderPass) == 0x000008, "Wrong alignment on UMoviePipelineRenderPass"); \ static_assert(sizeof(UMoviePipelineRenderPass) == 0x000048, "Wrong size on UMoviePipelineRenderPass"); \ #define DUMPER7_ASSERTS_UMoviePipelineShotConfig \ static_assert(alignof(UMoviePipelineShotConfig) == 0x000008, "Wrong alignment on UMoviePipelineShotConfig"); \ static_assert(sizeof(UMoviePipelineShotConfig) == 0x000050, "Wrong size on UMoviePipelineShotConfig"); \ #define DUMPER7_ASSERTS_UMoviePipelineVideoOutputBase \ static_assert(alignof(UMoviePipelineVideoOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineVideoOutputBase"); \ static_assert(sizeof(UMoviePipelineVideoOutputBase) == 0x000088, "Wrong size on UMoviePipelineVideoOutputBase"); \ #define DUMPER7_ASSERTS_UMoviePipelineViewFamilySetting \ static_assert(alignof(UMoviePipelineViewFamilySetting) == 0x000008, "Wrong alignment on UMoviePipelineViewFamilySetting"); \ static_assert(sizeof(UMoviePipelineViewFamilySetting) == 0x000048, "Wrong size on UMoviePipelineViewFamilySetting"); \ #define DUMPER7_ASSERTS_MovieRenderDebugWidget_OnInitializedForPipeline \ static_assert(alignof(MovieRenderDebugWidget_OnInitializedForPipeline) == 0x000008, "Wrong alignment on MovieRenderDebugWidget_OnInitializedForPipeline"); \ static_assert(sizeof(MovieRenderDebugWidget_OnInitializedForPipeline) == 0x000008, "Wrong size on MovieRenderDebugWidget_OnInitializedForPipeline"); \ static_assert(offsetof(MovieRenderDebugWidget_OnInitializedForPipeline, ForPipeline) == 0x000000, "Member 'MovieRenderDebugWidget_OnInitializedForPipeline::ForPipeline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMovieRenderDebugWidget \ static_assert(alignof(UMovieRenderDebugWidget) == 0x000008, "Wrong alignment on UMovieRenderDebugWidget"); \ static_assert(sizeof(UMovieRenderDebugWidget) == 0x000260, "Wrong size on UMovieRenderDebugWidget"); \ #define DUMPER7_ASSERTS_UBPE_A_MusicSystemTrigger_KA0_C \ static_assert(alignof(UBPE_A_MusicSystemTrigger_KA0_C) == 0x000008, "Wrong alignment on UBPE_A_MusicSystemTrigger_KA0_C"); \ static_assert(sizeof(UBPE_A_MusicSystemTrigger_KA0_C) == 0x000030, "Wrong size on UBPE_A_MusicSystemTrigger_KA0_C"); \ static_assert(offsetof(UBPE_A_MusicSystemTrigger_KA0_C, MusicTrigger) == 0x000028, "Member 'UBPE_A_MusicSystemTrigger_KA0_C::MusicTrigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_UIInputDeviceChanged_C \ static_assert(alignof(UBPE_Global_UIInputDeviceChanged_C) == 0x000008, "Wrong alignment on UBPE_Global_UIInputDeviceChanged_C"); \ static_assert(sizeof(UBPE_Global_UIInputDeviceChanged_C) == 0x000048, "Wrong size on UBPE_Global_UIInputDeviceChanged_C"); \ static_assert(offsetof(UBPE_Global_UIInputDeviceChanged_C, NewInputDeviceName) == 0x000028, "Member 'UBPE_Global_UIInputDeviceChanged_C::NewInputDeviceName' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_UIInputDeviceChanged_C, IsGamepad) == 0x000040, "Member 'UBPE_Global_UIInputDeviceChanged_C::IsGamepad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineBurnInSetting \ static_assert(alignof(UMoviePipelineBurnInSetting) == 0x000008, "Wrong alignment on UMoviePipelineBurnInSetting"); \ static_assert(sizeof(UMoviePipelineBurnInSetting) == 0x0000A0, "Wrong size on UMoviePipelineBurnInSetting"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInClass) == 0x000048, "Member 'UMoviePipelineBurnInSetting::BurnInClass' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, bCompositeOntoFinalImage) == 0x000060, "Member 'UMoviePipelineBurnInSetting::bCompositeOntoFinalImage' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, RenderTarget) == 0x000090, "Member 'UMoviePipelineBurnInSetting::RenderTarget' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInWidgetInstance) == 0x000098, "Member 'UMoviePipelineBurnInSetting::BurnInWidgetInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_MoviePipelineBurnInWidget_OnOutputFrameStarted \ static_assert(alignof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong alignment on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ static_assert(sizeof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong size on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ static_assert(offsetof(MoviePipelineBurnInWidget_OnOutputFrameStarted, ForPipeline) == 0x000000, "Member 'MoviePipelineBurnInWidget_OnOutputFrameStarted::ForPipeline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineBurnInWidget \ static_assert(alignof(UMoviePipelineBurnInWidget) == 0x000008, "Wrong alignment on UMoviePipelineBurnInWidget"); \ static_assert(sizeof(UMoviePipelineBurnInWidget) == 0x000260, "Wrong size on UMoviePipelineBurnInWidget"); \ #define DUMPER7_ASSERTS_UMoviePipelineConsoleVariableSetting \ static_assert(alignof(UMoviePipelineConsoleVariableSetting) == 0x000008, "Wrong alignment on UMoviePipelineConsoleVariableSetting"); \ static_assert(sizeof(UMoviePipelineConsoleVariableSetting) == 0x0000C8, "Wrong size on UMoviePipelineConsoleVariableSetting"); \ static_assert(offsetof(UMoviePipelineConsoleVariableSetting, ConsoleVariables) == 0x000048, "Member 'UMoviePipelineConsoleVariableSetting::ConsoleVariables' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineConsoleVariableSetting, StartConsoleCommands) == 0x000098, "Member 'UMoviePipelineConsoleVariableSetting::StartConsoleCommands' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineConsoleVariableSetting, EndConsoleCommands) == 0x0000A8, "Member 'UMoviePipelineConsoleVariableSetting::EndConsoleCommands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineWidgetRenderer \ static_assert(alignof(UMoviePipelineWidgetRenderer) == 0x000008, "Wrong alignment on UMoviePipelineWidgetRenderer"); \ static_assert(sizeof(UMoviePipelineWidgetRenderer) == 0x000068, "Wrong size on UMoviePipelineWidgetRenderer"); \ static_assert(offsetof(UMoviePipelineWidgetRenderer, bCompositeOntoFinalImage) == 0x000048, "Member 'UMoviePipelineWidgetRenderer::bCompositeOntoFinalImage' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineWidgetRenderer, RenderTarget) == 0x000060, "Member 'UMoviePipelineWidgetRenderer::RenderTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMoviePipelinePostProcessPass \ static_assert(alignof(FMoviePipelinePostProcessPass) == 0x000008, "Wrong alignment on FMoviePipelinePostProcessPass"); \ static_assert(sizeof(FMoviePipelinePostProcessPass) == 0x000030, "Wrong size on FMoviePipelinePostProcessPass"); \ static_assert(offsetof(FMoviePipelinePostProcessPass, bEnabled) == 0x000000, "Member 'FMoviePipelinePostProcessPass::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FMoviePipelinePostProcessPass, Material) == 0x000008, "Member 'FMoviePipelinePostProcessPass::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineImagePassBase \ static_assert(alignof(UMoviePipelineImagePassBase) == 0x000008, "Wrong alignment on UMoviePipelineImagePassBase"); \ static_assert(sizeof(UMoviePipelineImagePassBase) == 0x0000C8, "Wrong size on UMoviePipelineImagePassBase"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPassBase \ static_assert(alignof(UMoviePipelineDeferredPassBase) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPassBase"); \ static_assert(sizeof(UMoviePipelineDeferredPassBase) == 0x000170, "Wrong size on UMoviePipelineDeferredPassBase"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, bAccumulatorIncludesAlpha) == 0x0000C8, "Member 'UMoviePipelineDeferredPassBase::bAccumulatorIncludesAlpha' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, bDisableMultisampleEffects) == 0x0000C9, "Member 'UMoviePipelineDeferredPassBase::bDisableMultisampleEffects' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, bUse32BitPostProcessMaterials) == 0x0000CA, "Member 'UMoviePipelineDeferredPassBase::bUse32BitPostProcessMaterials' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, AdditionalPostProcessMaterials) == 0x0000D0, "Member 'UMoviePipelineDeferredPassBase::AdditionalPostProcessMaterials' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, bAddDefaultLayer) == 0x0000E0, "Member 'UMoviePipelineDeferredPassBase::bAddDefaultLayer' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, StencilLayers) == 0x0000E8, "Member 'UMoviePipelineDeferredPassBase::StencilLayers' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, ActivePostProcessMaterials) == 0x0000F8, "Member 'UMoviePipelineDeferredPassBase::ActivePostProcessMaterials' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, StencilLayerMaterial) == 0x000108, "Member 'UMoviePipelineDeferredPassBase::StencilLayerMaterial' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineDeferredPassBase, TileRenderTargets) == 0x000110, "Member 'UMoviePipelineDeferredPassBase::TileRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_Unlit \ static_assert(alignof(UMoviePipelineDeferredPass_Unlit) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_Unlit"); \ static_assert(sizeof(UMoviePipelineDeferredPass_Unlit) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_Unlit"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_DetailLighting \ static_assert(alignof(UMoviePipelineDeferredPass_DetailLighting) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_DetailLighting"); \ static_assert(sizeof(UMoviePipelineDeferredPass_DetailLighting) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_DetailLighting"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_LightingOnly \ static_assert(alignof(UMoviePipelineDeferredPass_LightingOnly) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_LightingOnly"); \ static_assert(sizeof(UMoviePipelineDeferredPass_LightingOnly) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_LightingOnly"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_ReflectionsOnly \ static_assert(alignof(UMoviePipelineDeferredPass_ReflectionsOnly) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_ReflectionsOnly"); \ static_assert(sizeof(UMoviePipelineDeferredPass_ReflectionsOnly) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_ReflectionsOnly"); \ #define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_PathTracer \ static_assert(alignof(UMoviePipelineDeferredPass_PathTracer) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_PathTracer"); \ static_assert(sizeof(UMoviePipelineDeferredPass_PathTracer) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_PathTracer"); \ #define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutputBase \ static_assert(alignof(UMoviePipelineImageSequenceOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutputBase"); \ static_assert(sizeof(UMoviePipelineImageSequenceOutputBase) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutputBase"); \ #define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_EXR \ static_assert(alignof(UMoviePipelineImageSequenceOutput_EXR) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_EXR"); \ static_assert(sizeof(UMoviePipelineImageSequenceOutput_EXR) == 0x000070, "Wrong size on UMoviePipelineImageSequenceOutput_EXR"); \ static_assert(offsetof(UMoviePipelineImageSequenceOutput_EXR, Compression) == 0x000068, "Member 'UMoviePipelineImageSequenceOutput_EXR::Compression' has a wrong offset!"); \ static_assert(offsetof(UMoviePipelineImageSequenceOutput_EXR, bMultilayer) == 0x000069, "Member 'UMoviePipelineImageSequenceOutput_EXR::bMultilayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_BMP \ static_assert(alignof(UMoviePipelineImageSequenceOutput_BMP) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_BMP"); \ static_assert(sizeof(UMoviePipelineImageSequenceOutput_BMP) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutput_BMP"); \ #define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_PNG \ static_assert(alignof(UMoviePipelineImageSequenceOutput_PNG) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_PNG"); \ static_assert(sizeof(UMoviePipelineImageSequenceOutput_PNG) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutput_PNG"); \ #define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_JPG \ static_assert(alignof(UMoviePipelineImageSequenceOutput_JPG) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_JPG"); \ static_assert(sizeof(UMoviePipelineImageSequenceOutput_JPG) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutput_JPG"); \ #define DUMPER7_ASSERTS_UMoviePipelineWaveOutput \ static_assert(alignof(UMoviePipelineWaveOutput) == 0x000008, "Wrong alignment on UMoviePipelineWaveOutput"); \ static_assert(sizeof(UMoviePipelineWaveOutput) == 0x0000B8, "Wrong size on UMoviePipelineWaveOutput"); \ static_assert(offsetof(UMoviePipelineWaveOutput, FileNameFormatOverride) == 0x000048, "Member 'UMoviePipelineWaveOutput::FileNameFormatOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVertexLayout \ static_assert(alignof(FVertexLayout) == 0x000004, "Wrong alignment on FVertexLayout"); \ static_assert(sizeof(FVertexLayout) == 0x00000C, "Wrong size on FVertexLayout"); \ static_assert(offsetof(FVertexLayout, position) == 0x000000, "Member 'FVertexLayout::position' has a wrong offset!"); \ static_assert(offsetof(FVertexLayout, TextureCoordinate) == 0x000004, "Member 'FVertexLayout::TextureCoordinate' has a wrong offset!"); \ static_assert(offsetof(FVertexLayout, Normal) == 0x000008, "Member 'FVertexLayout::Normal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTextureCoordinate \ static_assert(alignof(FTextureCoordinate) == 0x000004, "Wrong alignment on FTextureCoordinate"); \ static_assert(sizeof(FTextureCoordinate) == 0x000008, "Wrong size on FTextureCoordinate"); \ static_assert(offsetof(FTextureCoordinate, U) == 0x000000, "Member 'FTextureCoordinate::U' has a wrong offset!"); \ static_assert(offsetof(FTextureCoordinate, V) == 0x000004, "Member 'FTextureCoordinate::V' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMeshBlendShapeChannelMapping \ static_assert(alignof(FMeshBlendShapeChannelMapping) == 0x000004, "Wrong alignment on FMeshBlendShapeChannelMapping"); \ static_assert(sizeof(FMeshBlendShapeChannelMapping) == 0x000008, "Wrong size on FMeshBlendShapeChannelMapping"); \ static_assert(offsetof(FMeshBlendShapeChannelMapping, MeshIndex) == 0x000000, "Member 'FMeshBlendShapeChannelMapping::MeshIndex' has a wrong offset!"); \ static_assert(offsetof(FMeshBlendShapeChannelMapping, BlendShapeChannelIndex) == 0x000004, "Member 'FMeshBlendShapeChannelMapping::BlendShapeChannelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCoordinateSystem \ static_assert(alignof(FCoordinateSystem) == 0x000001, "Wrong alignment on FCoordinateSystem"); \ static_assert(sizeof(FCoordinateSystem) == 0x000003, "Wrong size on FCoordinateSystem"); \ static_assert(offsetof(FCoordinateSystem, XAxis) == 0x000000, "Member 'FCoordinateSystem::XAxis' has a wrong offset!"); \ static_assert(offsetof(FCoordinateSystem, YAxis) == 0x000001, "Member 'FCoordinateSystem::YAxis' has a wrong offset!"); \ static_assert(offsetof(FCoordinateSystem, ZAxis) == 0x000002, "Member 'FCoordinateSystem::ZAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_RigLogic_IntArray \ static_assert(alignof(FRigUnit_RigLogic_IntArray) == 0x000008, "Wrong alignment on FRigUnit_RigLogic_IntArray"); \ static_assert(sizeof(FRigUnit_RigLogic_IntArray) == 0x000010, "Wrong size on FRigUnit_RigLogic_IntArray"); \ static_assert(offsetof(FRigUnit_RigLogic_IntArray, Values) == 0x000000, "Member 'FRigUnit_RigLogic_IntArray::Values' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_RigLogic_Data \ static_assert(alignof(FRigUnit_RigLogic_Data) == 0x000008, "Wrong alignment on FRigUnit_RigLogic_Data"); \ static_assert(sizeof(FRigUnit_RigLogic_Data) == 0x000080, "Wrong size on FRigUnit_RigLogic_Data"); \ static_assert(offsetof(FRigUnit_RigLogic_Data, SkelMeshComponent) == 0x000000, "Member 'FRigUnit_RigLogic_Data::SkelMeshComponent' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RigLogic_Data, InputCurveIndices) == 0x000018, "Member 'FRigUnit_RigLogic_Data::InputCurveIndices' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RigLogic_Data, HierarchyBoneIndices) == 0x000028, "Member 'FRigUnit_RigLogic_Data::HierarchyBoneIndices' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RigLogic_Data, MorphTargetCurveIndices) == 0x000038, "Member 'FRigUnit_RigLogic_Data::MorphTargetCurveIndices' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RigLogic_Data, BlendShapeIndices) == 0x000048, "Member 'FRigUnit_RigLogic_Data::BlendShapeIndices' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RigLogic_Data, CurveContainerIndicesForAnimMaps) == 0x000058, "Member 'FRigUnit_RigLogic_Data::CurveContainerIndicesForAnimMaps' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RigLogic_Data, RigLogicIndicesForAnimMaps) == 0x000068, "Member 'FRigUnit_RigLogic_Data::RigLogicIndicesForAnimMaps' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_RigLogic_Data, CurrentLOD) == 0x000078, "Member 'FRigUnit_RigLogic_Data::CurrentLOD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_RigLogic \ static_assert(alignof(FRigUnit_RigLogic) == 0x000008, "Wrong alignment on FRigUnit_RigLogic"); \ static_assert(sizeof(FRigUnit_RigLogic) == 0x0000E8, "Wrong size on FRigUnit_RigLogic"); \ static_assert(offsetof(FRigUnit_RigLogic, Data) == 0x000068, "Member 'FRigUnit_RigLogic::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDNAAsset \ static_assert(alignof(UDNAAsset) == 0x000008, "Wrong alignment on UDNAAsset"); \ static_assert(sizeof(UDNAAsset) == 0x000078, "Wrong size on UDNAAsset"); \ static_assert(offsetof(UDNAAsset, DNAFileName) == 0x000028, "Member 'UDNAAsset::DNAFileName' 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_IsSeeking \ static_assert(alignof(BinkMediaPlayer_IsSeeking) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsSeeking"); \ static_assert(sizeof(BinkMediaPlayer_IsSeeking) == 0x000001, "Wrong size on BinkMediaPlayer_IsSeeking"); \ static_assert(offsetof(BinkMediaPlayer_IsSeeking, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsSeeking::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!"); \ static_assert(offsetof(UBinkMoviePlayerSettings, BinkDecodeSRGBOnRenderTargets) == 0x000041, "Member 'UBinkMoviePlayerSettings::BinkDecodeSRGBOnRenderTargets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOObjectiveAndTaskHistoryItem \ static_assert(alignof(FEOObjectiveAndTaskHistoryItem) == 0x000008, "Wrong alignment on FEOObjectiveAndTaskHistoryItem"); \ static_assert(sizeof(FEOObjectiveAndTaskHistoryItem) == 0x000010, "Wrong size on FEOObjectiveAndTaskHistoryItem"); \ static_assert(offsetof(FEOObjectiveAndTaskHistoryItem, Objective) == 0x000000, "Member 'FEOObjectiveAndTaskHistoryItem::Objective' has a wrong offset!"); \ static_assert(offsetof(FEOObjectiveAndTaskHistoryItem, PlayerTask) == 0x000008, "Member 'FEOObjectiveAndTaskHistoryItem::PlayerTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_OnObjectiveAdded \ static_assert(alignof(EOObjectiveBase_OnObjectiveAdded) == 0x000008, "Wrong alignment on EOObjectiveBase_OnObjectiveAdded"); \ static_assert(sizeof(EOObjectiveBase_OnObjectiveAdded) == 0x000010, "Wrong size on EOObjectiveBase_OnObjectiveAdded"); \ static_assert(offsetof(EOObjectiveBase_OnObjectiveAdded, FromPlayerTask) == 0x000000, "Member 'EOObjectiveBase_OnObjectiveAdded::FromPlayerTask' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveBase_OnObjectiveAdded, CustomData) == 0x000008, "Member 'EOObjectiveBase_OnObjectiveAdded::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_OnObjectiveRemoved \ static_assert(alignof(EOObjectiveBase_OnObjectiveRemoved) == 0x000008, "Wrong alignment on EOObjectiveBase_OnObjectiveRemoved"); \ static_assert(sizeof(EOObjectiveBase_OnObjectiveRemoved) == 0x000010, "Wrong size on EOObjectiveBase_OnObjectiveRemoved"); \ static_assert(offsetof(EOObjectiveBase_OnObjectiveRemoved, bIsShuttingDown) == 0x000000, "Member 'EOObjectiveBase_OnObjectiveRemoved::bIsShuttingDown' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveBase_OnObjectiveRemoved, CustomData) == 0x000008, "Member 'EOObjectiveBase_OnObjectiveRemoved::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_OnObjectiveStatusChanged \ static_assert(alignof(EOObjectiveBase_OnObjectiveStatusChanged) == 0x000008, "Wrong alignment on EOObjectiveBase_OnObjectiveStatusChanged"); \ static_assert(sizeof(EOObjectiveBase_OnObjectiveStatusChanged) == 0x000010, "Wrong size on EOObjectiveBase_OnObjectiveStatusChanged"); \ static_assert(offsetof(EOObjectiveBase_OnObjectiveStatusChanged, OldStatus) == 0x000000, "Member 'EOObjectiveBase_OnObjectiveStatusChanged::OldStatus' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveBase_OnObjectiveStatusChanged, NewStatus) == 0x000001, "Member 'EOObjectiveBase_OnObjectiveStatusChanged::NewStatus' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveBase_OnObjectiveStatusChanged, CustomData) == 0x000008, "Member 'EOObjectiveBase_OnObjectiveStatusChanged::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_GetAssociatedPlayerTaskClass \ static_assert(alignof(EOObjectiveBase_GetAssociatedPlayerTaskClass) == 0x000008, "Wrong alignment on EOObjectiveBase_GetAssociatedPlayerTaskClass"); \ static_assert(sizeof(EOObjectiveBase_GetAssociatedPlayerTaskClass) == 0x000008, "Wrong size on EOObjectiveBase_GetAssociatedPlayerTaskClass"); \ static_assert(offsetof(EOObjectiveBase_GetAssociatedPlayerTaskClass, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_GetAssociatedPlayerTaskClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_GetObjectiveStartTime \ static_assert(alignof(EOObjectiveBase_GetObjectiveStartTime) == 0x000004, "Wrong alignment on EOObjectiveBase_GetObjectiveStartTime"); \ static_assert(sizeof(EOObjectiveBase_GetObjectiveStartTime) == 0x000004, "Wrong size on EOObjectiveBase_GetObjectiveStartTime"); \ static_assert(offsetof(EOObjectiveBase_GetObjectiveStartTime, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_GetObjectiveStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_GetObjectiveStatus \ static_assert(alignof(EOObjectiveBase_GetObjectiveStatus) == 0x000001, "Wrong alignment on EOObjectiveBase_GetObjectiveStatus"); \ static_assert(sizeof(EOObjectiveBase_GetObjectiveStatus) == 0x000001, "Wrong size on EOObjectiveBase_GetObjectiveStatus"); \ static_assert(offsetof(EOObjectiveBase_GetObjectiveStatus, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_GetObjectiveStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_GetObjectiveStatusStartTime \ static_assert(alignof(EOObjectiveBase_GetObjectiveStatusStartTime) == 0x000004, "Wrong alignment on EOObjectiveBase_GetObjectiveStatusStartTime"); \ static_assert(sizeof(EOObjectiveBase_GetObjectiveStatusStartTime) == 0x000004, "Wrong size on EOObjectiveBase_GetObjectiveStatusStartTime"); \ static_assert(offsetof(EOObjectiveBase_GetObjectiveStatusStartTime, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_GetObjectiveStatusStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_GetObjectiveStatusString \ static_assert(alignof(EOObjectiveBase_GetObjectiveStatusString) == 0x000008, "Wrong alignment on EOObjectiveBase_GetObjectiveStatusString"); \ static_assert(sizeof(EOObjectiveBase_GetObjectiveStatusString) == 0x000010, "Wrong size on EOObjectiveBase_GetObjectiveStatusString"); \ static_assert(offsetof(EOObjectiveBase_GetObjectiveStatusString, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_GetObjectiveStatusString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_GetParentPlayerTask \ static_assert(alignof(EOObjectiveBase_GetParentPlayerTask) == 0x000008, "Wrong alignment on EOObjectiveBase_GetParentPlayerTask"); \ static_assert(sizeof(EOObjectiveBase_GetParentPlayerTask) == 0x000008, "Wrong size on EOObjectiveBase_GetParentPlayerTask"); \ static_assert(offsetof(EOObjectiveBase_GetParentPlayerTask, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_GetParentPlayerTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_GetPreviousObjectiveStatus \ static_assert(alignof(EOObjectiveBase_GetPreviousObjectiveStatus) == 0x000001, "Wrong alignment on EOObjectiveBase_GetPreviousObjectiveStatus"); \ static_assert(sizeof(EOObjectiveBase_GetPreviousObjectiveStatus) == 0x000001, "Wrong size on EOObjectiveBase_GetPreviousObjectiveStatus"); \ static_assert(offsetof(EOObjectiveBase_GetPreviousObjectiveStatus, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_GetPreviousObjectiveStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_GetPreviousObjectiveStatusStartTime \ static_assert(alignof(EOObjectiveBase_GetPreviousObjectiveStatusStartTime) == 0x000004, "Wrong alignment on EOObjectiveBase_GetPreviousObjectiveStatusStartTime"); \ static_assert(sizeof(EOObjectiveBase_GetPreviousObjectiveStatusStartTime) == 0x000004, "Wrong size on EOObjectiveBase_GetPreviousObjectiveStatusStartTime"); \ static_assert(offsetof(EOObjectiveBase_GetPreviousObjectiveStatusStartTime, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_GetPreviousObjectiveStatusStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_IsObjectiveFinished \ static_assert(alignof(EOObjectiveBase_IsObjectiveFinished) == 0x000001, "Wrong alignment on EOObjectiveBase_IsObjectiveFinished"); \ static_assert(sizeof(EOObjectiveBase_IsObjectiveFinished) == 0x000001, "Wrong size on EOObjectiveBase_IsObjectiveFinished"); \ static_assert(offsetof(EOObjectiveBase_IsObjectiveFinished, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_IsObjectiveFinished::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_IsObjectiveSuccesful \ static_assert(alignof(EOObjectiveBase_IsObjectiveSuccesful) == 0x000001, "Wrong alignment on EOObjectiveBase_IsObjectiveSuccesful"); \ static_assert(sizeof(EOObjectiveBase_IsObjectiveSuccesful) == 0x000001, "Wrong size on EOObjectiveBase_IsObjectiveSuccesful"); \ static_assert(offsetof(EOObjectiveBase_IsObjectiveSuccesful, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_IsObjectiveSuccesful::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_IsOptional \ static_assert(alignof(EOObjectiveBase_IsOptional) == 0x000001, "Wrong alignment on EOObjectiveBase_IsOptional"); \ static_assert(sizeof(EOObjectiveBase_IsOptional) == 0x000001, "Wrong size on EOObjectiveBase_IsOptional"); \ static_assert(offsetof(EOObjectiveBase_IsOptional, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_IsOptional::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveBase_ToString \ static_assert(alignof(EOObjectiveBase_ToString) == 0x000008, "Wrong alignment on EOObjectiveBase_ToString"); \ static_assert(sizeof(EOObjectiveBase_ToString) == 0x000010, "Wrong size on EOObjectiveBase_ToString"); \ static_assert(offsetof(EOObjectiveBase_ToString, ReturnValue) == 0x000000, "Member 'EOObjectiveBase_ToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveBase \ static_assert(alignof(UEOObjectiveBase) == 0x000008, "Wrong alignment on UEOObjectiveBase"); \ static_assert(sizeof(UEOObjectiveBase) == 0x000070, "Wrong size on UEOObjectiveBase"); \ static_assert(offsetof(UEOObjectiveBase, UIDescription) == 0x000030, "Member 'UEOObjectiveBase::UIDescription' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveBase, bIsOptional) == 0x000048, "Member 'UEOObjectiveBase::bIsOptional' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveBase, ParentPlayerTask) == 0x000050, "Member 'UEOObjectiveBase::ParentPlayerTask' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveBase, ObjectiveStartTime) == 0x000058, "Member 'UEOObjectiveBase::ObjectiveStartTime' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveBase, CurrentStatus) == 0x00005C, "Member 'UEOObjectiveBase::CurrentStatus' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveBase, PreviousStatus) == 0x00005D, "Member 'UEOObjectiveBase::PreviousStatus' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveBase, CurrentStatusStartTime) == 0x000060, "Member 'UEOObjectiveBase::CurrentStatusStartTime' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveBase, PreviousStatusStartTime) == 0x000064, "Member 'UEOObjectiveBase::PreviousStatusStartTime' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveBase, AssociatedPlayerTaskClass) == 0x000068, "Member 'UEOObjectiveBase::AssociatedPlayerTaskClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveEventBase \ static_assert(alignof(UEOObjectiveEventBase) == 0x000008, "Wrong alignment on UEOObjectiveEventBase"); \ static_assert(sizeof(UEOObjectiveEventBase) == 0x000028, "Wrong size on UEOObjectiveEventBase"); \ #define DUMPER7_ASSERTS_UEOObjectiveAddEvent \ static_assert(alignof(UEOObjectiveAddEvent) == 0x000008, "Wrong alignment on UEOObjectiveAddEvent"); \ static_assert(sizeof(UEOObjectiveAddEvent) == 0x000038, "Wrong size on UEOObjectiveAddEvent"); \ static_assert(offsetof(UEOObjectiveAddEvent, ObjectiveClassToAdd) == 0x000028, "Member 'UEOObjectiveAddEvent::ObjectiveClassToAdd' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveAddEvent, CustomData) == 0x000030, "Member 'UEOObjectiveAddEvent::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveOnAddedEvent \ static_assert(alignof(UEOObjectiveOnAddedEvent) == 0x000008, "Wrong alignment on UEOObjectiveOnAddedEvent"); \ static_assert(sizeof(UEOObjectiveOnAddedEvent) == 0x000030, "Wrong size on UEOObjectiveOnAddedEvent"); \ static_assert(offsetof(UEOObjectiveOnAddedEvent, ObjectiveAdded) == 0x000028, "Member 'UEOObjectiveOnAddedEvent::ObjectiveAdded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveRemoveEvent \ static_assert(alignof(UEOObjectiveRemoveEvent) == 0x000008, "Wrong alignment on UEOObjectiveRemoveEvent"); \ static_assert(sizeof(UEOObjectiveRemoveEvent) == 0x000038, "Wrong size on UEOObjectiveRemoveEvent"); \ static_assert(offsetof(UEOObjectiveRemoveEvent, ObjectiveClassToRemove) == 0x000028, "Member 'UEOObjectiveRemoveEvent::ObjectiveClassToRemove' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveRemoveEvent, CustomData) == 0x000030, "Member 'UEOObjectiveRemoveEvent::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveOnRemovedEvent \ static_assert(alignof(UEOObjectiveOnRemovedEvent) == 0x000008, "Wrong alignment on UEOObjectiveOnRemovedEvent"); \ static_assert(sizeof(UEOObjectiveOnRemovedEvent) == 0x000030, "Wrong size on UEOObjectiveOnRemovedEvent"); \ static_assert(offsetof(UEOObjectiveOnRemovedEvent, ObjectiveRemoved) == 0x000028, "Member 'UEOObjectiveOnRemovedEvent::ObjectiveRemoved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveSetStatusEvent \ static_assert(alignof(UEOObjectiveSetStatusEvent) == 0x000008, "Wrong alignment on UEOObjectiveSetStatusEvent"); \ static_assert(sizeof(UEOObjectiveSetStatusEvent) == 0x000040, "Wrong size on UEOObjectiveSetStatusEvent"); \ static_assert(offsetof(UEOObjectiveSetStatusEvent, ObjectiveClassToSet) == 0x000028, "Member 'UEOObjectiveSetStatusEvent::ObjectiveClassToSet' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveSetStatusEvent, ObjectiveStatus) == 0x000030, "Member 'UEOObjectiveSetStatusEvent::ObjectiveStatus' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveSetStatusEvent, CustomData) == 0x000038, "Member 'UEOObjectiveSetStatusEvent::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveOnStatusChangedEvent \ static_assert(alignof(UEOObjectiveOnStatusChangedEvent) == 0x000008, "Wrong alignment on UEOObjectiveOnStatusChangedEvent"); \ static_assert(sizeof(UEOObjectiveOnStatusChangedEvent) == 0x000038, "Wrong size on UEOObjectiveOnStatusChangedEvent"); \ static_assert(offsetof(UEOObjectiveOnStatusChangedEvent, ObjectiveStatusChanged) == 0x000028, "Member 'UEOObjectiveOnStatusChangedEvent::ObjectiveStatusChanged' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveOnStatusChangedEvent, PreviousObjectiveStatus) == 0x000030, "Member 'UEOObjectiveOnStatusChangedEvent::PreviousObjectiveStatus' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveOnStatusChangedEvent, NewObjectiveStatus) == 0x000031, "Member 'UEOObjectiveOnStatusChangedEvent::NewObjectiveStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveOnPlayerTaskAddedEvent \ static_assert(alignof(UEOObjectiveOnPlayerTaskAddedEvent) == 0x000008, "Wrong alignment on UEOObjectiveOnPlayerTaskAddedEvent"); \ static_assert(sizeof(UEOObjectiveOnPlayerTaskAddedEvent) == 0x000030, "Wrong size on UEOObjectiveOnPlayerTaskAddedEvent"); \ static_assert(offsetof(UEOObjectiveOnPlayerTaskAddedEvent, PlayerTaskAdded) == 0x000028, "Member 'UEOObjectiveOnPlayerTaskAddedEvent::PlayerTaskAdded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveOnPlayerTaskRemovedEvent \ static_assert(alignof(UEOObjectiveOnPlayerTaskRemovedEvent) == 0x000008, "Wrong alignment on UEOObjectiveOnPlayerTaskRemovedEvent"); \ static_assert(sizeof(UEOObjectiveOnPlayerTaskRemovedEvent) == 0x000030, "Wrong size on UEOObjectiveOnPlayerTaskRemovedEvent"); \ static_assert(offsetof(UEOObjectiveOnPlayerTaskRemovedEvent, PlayerTaskRemoved) == 0x000028, "Member 'UEOObjectiveOnPlayerTaskRemovedEvent::PlayerTaskRemoved' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveOnPlayerTaskStatusChangedEvent \ static_assert(alignof(UEOObjectiveOnPlayerTaskStatusChangedEvent) == 0x000008, "Wrong alignment on UEOObjectiveOnPlayerTaskStatusChangedEvent"); \ static_assert(sizeof(UEOObjectiveOnPlayerTaskStatusChangedEvent) == 0x000038, "Wrong size on UEOObjectiveOnPlayerTaskStatusChangedEvent"); \ static_assert(offsetof(UEOObjectiveOnPlayerTaskStatusChangedEvent, PlayerTaskStatusChanged) == 0x000028, "Member 'UEOObjectiveOnPlayerTaskStatusChangedEvent::PlayerTaskStatusChanged' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveOnPlayerTaskStatusChangedEvent, PreviousPlayerTaskStatus) == 0x000030, "Member 'UEOObjectiveOnPlayerTaskStatusChangedEvent::PreviousPlayerTaskStatus' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveOnPlayerTaskStatusChangedEvent, NewPlayerTaskStatus) == 0x000031, "Member 'UEOObjectiveOnPlayerTaskStatusChangedEvent::NewPlayerTaskStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_AddObjective \ static_assert(alignof(EOObjectiveManager_AddObjective) == 0x000008, "Wrong alignment on EOObjectiveManager_AddObjective"); \ static_assert(sizeof(EOObjectiveManager_AddObjective) == 0x000018, "Wrong size on EOObjectiveManager_AddObjective"); \ static_assert(offsetof(EOObjectiveManager_AddObjective, ObjectiveClassToAdd) == 0x000000, "Member 'EOObjectiveManager_AddObjective::ObjectiveClassToAdd' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_AddObjective, CustomData) == 0x000008, "Member 'EOObjectiveManager_AddObjective::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_AddObjective, ReturnValue) == 0x000010, "Member 'EOObjectiveManager_AddObjective::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_GetActiveAndFinishedObjectives \ static_assert(alignof(EOObjectiveManager_GetActiveAndFinishedObjectives) == 0x000008, "Wrong alignment on EOObjectiveManager_GetActiveAndFinishedObjectives"); \ static_assert(sizeof(EOObjectiveManager_GetActiveAndFinishedObjectives) == 0x000010, "Wrong size on EOObjectiveManager_GetActiveAndFinishedObjectives"); \ static_assert(offsetof(EOObjectiveManager_GetActiveAndFinishedObjectives, ReturnValue) == 0x000000, "Member 'EOObjectiveManager_GetActiveAndFinishedObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_GetActiveObjectives \ static_assert(alignof(EOObjectiveManager_GetActiveObjectives) == 0x000008, "Wrong alignment on EOObjectiveManager_GetActiveObjectives"); \ static_assert(sizeof(EOObjectiveManager_GetActiveObjectives) == 0x000010, "Wrong size on EOObjectiveManager_GetActiveObjectives"); \ static_assert(offsetof(EOObjectiveManager_GetActiveObjectives, ReturnValue) == 0x000000, "Member 'EOObjectiveManager_GetActiveObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_GetCurrentPlayerTask \ static_assert(alignof(EOObjectiveManager_GetCurrentPlayerTask) == 0x000008, "Wrong alignment on EOObjectiveManager_GetCurrentPlayerTask"); \ static_assert(sizeof(EOObjectiveManager_GetCurrentPlayerTask) == 0x000008, "Wrong size on EOObjectiveManager_GetCurrentPlayerTask"); \ static_assert(offsetof(EOObjectiveManager_GetCurrentPlayerTask, ReturnValue) == 0x000000, "Member 'EOObjectiveManager_GetCurrentPlayerTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_GetFinishedTasksAndObjectivesHistory \ static_assert(alignof(EOObjectiveManager_GetFinishedTasksAndObjectivesHistory) == 0x000008, "Wrong alignment on EOObjectiveManager_GetFinishedTasksAndObjectivesHistory"); \ static_assert(sizeof(EOObjectiveManager_GetFinishedTasksAndObjectivesHistory) == 0x000010, "Wrong size on EOObjectiveManager_GetFinishedTasksAndObjectivesHistory"); \ static_assert(offsetof(EOObjectiveManager_GetFinishedTasksAndObjectivesHistory, ReturnValue) == 0x000000, "Member 'EOObjectiveManager_GetFinishedTasksAndObjectivesHistory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_GetNumFinishedTasksAndObjectivesHistory \ static_assert(alignof(EOObjectiveManager_GetNumFinishedTasksAndObjectivesHistory) == 0x000004, "Wrong alignment on EOObjectiveManager_GetNumFinishedTasksAndObjectivesHistory"); \ static_assert(sizeof(EOObjectiveManager_GetNumFinishedTasksAndObjectivesHistory) == 0x000004, "Wrong size on EOObjectiveManager_GetNumFinishedTasksAndObjectivesHistory"); \ static_assert(offsetof(EOObjectiveManager_GetNumFinishedTasksAndObjectivesHistory, ReturnValue) == 0x000000, "Member 'EOObjectiveManager_GetNumFinishedTasksAndObjectivesHistory::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_GetObjective \ static_assert(alignof(EOObjectiveManager_GetObjective) == 0x000008, "Wrong alignment on EOObjectiveManager_GetObjective"); \ static_assert(sizeof(EOObjectiveManager_GetObjective) == 0x000010, "Wrong size on EOObjectiveManager_GetObjective"); \ static_assert(offsetof(EOObjectiveManager_GetObjective, ObjectiveExactClass) == 0x000000, "Member 'EOObjectiveManager_GetObjective::ObjectiveExactClass' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_GetObjective, ReturnValue) == 0x000008, "Member 'EOObjectiveManager_GetObjective::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_GetObjectiveStatus \ static_assert(alignof(EOObjectiveManager_GetObjectiveStatus) == 0x000008, "Wrong alignment on EOObjectiveManager_GetObjectiveStatus"); \ static_assert(sizeof(EOObjectiveManager_GetObjectiveStatus) == 0x000010, "Wrong size on EOObjectiveManager_GetObjectiveStatus"); \ static_assert(offsetof(EOObjectiveManager_GetObjectiveStatus, ObjectiveExactClass) == 0x000000, "Member 'EOObjectiveManager_GetObjectiveStatus::ObjectiveExactClass' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_GetObjectiveStatus, ReturnValue) == 0x000008, "Member 'EOObjectiveManager_GetObjectiveStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_GetPlayerTask \ static_assert(alignof(EOObjectiveManager_GetPlayerTask) == 0x000008, "Wrong alignment on EOObjectiveManager_GetPlayerTask"); \ static_assert(sizeof(EOObjectiveManager_GetPlayerTask) == 0x000010, "Wrong size on EOObjectiveManager_GetPlayerTask"); \ static_assert(offsetof(EOObjectiveManager_GetPlayerTask, PlayerTaskExactClass) == 0x000000, "Member 'EOObjectiveManager_GetPlayerTask::PlayerTaskExactClass' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_GetPlayerTask, ReturnValue) == 0x000008, "Member 'EOObjectiveManager_GetPlayerTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_GetPlayerTaskStatus \ static_assert(alignof(EOObjectiveManager_GetPlayerTaskStatus) == 0x000008, "Wrong alignment on EOObjectiveManager_GetPlayerTaskStatus"); \ static_assert(sizeof(EOObjectiveManager_GetPlayerTaskStatus) == 0x000010, "Wrong size on EOObjectiveManager_GetPlayerTaskStatus"); \ static_assert(offsetof(EOObjectiveManager_GetPlayerTaskStatus, PlayerTaskExactClass) == 0x000000, "Member 'EOObjectiveManager_GetPlayerTaskStatus::PlayerTaskExactClass' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_GetPlayerTaskStatus, ReturnValue) == 0x000008, "Member 'EOObjectiveManager_GetPlayerTaskStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_GetRecentlyFinishedTask \ static_assert(alignof(EOObjectiveManager_GetRecentlyFinishedTask) == 0x000008, "Wrong alignment on EOObjectiveManager_GetRecentlyFinishedTask"); \ static_assert(sizeof(EOObjectiveManager_GetRecentlyFinishedTask) == 0x000008, "Wrong size on EOObjectiveManager_GetRecentlyFinishedTask"); \ static_assert(offsetof(EOObjectiveManager_GetRecentlyFinishedTask, ReturnValue) == 0x000000, "Member 'EOObjectiveManager_GetRecentlyFinishedTask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_RemoveObjective \ static_assert(alignof(EOObjectiveManager_RemoveObjective) == 0x000008, "Wrong alignment on EOObjectiveManager_RemoveObjective"); \ static_assert(sizeof(EOObjectiveManager_RemoveObjective) == 0x000018, "Wrong size on EOObjectiveManager_RemoveObjective"); \ static_assert(offsetof(EOObjectiveManager_RemoveObjective, ObjectiveClassToRemove) == 0x000000, "Member 'EOObjectiveManager_RemoveObjective::ObjectiveClassToRemove' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_RemoveObjective, CustomData) == 0x000008, "Member 'EOObjectiveManager_RemoveObjective::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_RemoveObjective, ReturnValue) == 0x000010, "Member 'EOObjectiveManager_RemoveObjective::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_SetObjectiveStatus \ static_assert(alignof(EOObjectiveManager_SetObjectiveStatus) == 0x000008, "Wrong alignment on EOObjectiveManager_SetObjectiveStatus"); \ static_assert(sizeof(EOObjectiveManager_SetObjectiveStatus) == 0x000020, "Wrong size on EOObjectiveManager_SetObjectiveStatus"); \ static_assert(offsetof(EOObjectiveManager_SetObjectiveStatus, ObjectiveClassToSetStatus) == 0x000000, "Member 'EOObjectiveManager_SetObjectiveStatus::ObjectiveClassToSetStatus' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_SetObjectiveStatus, NewEventObjectiveStatus) == 0x000008, "Member 'EOObjectiveManager_SetObjectiveStatus::NewEventObjectiveStatus' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_SetObjectiveStatus, CustomData) == 0x000010, "Member 'EOObjectiveManager_SetObjectiveStatus::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_SetObjectiveStatus, ReturnValue) == 0x000018, "Member 'EOObjectiveManager_SetObjectiveStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_Cleanup \ static_assert(alignof(EOObjectiveManager_Cleanup) == 0x000001, "Wrong alignment on EOObjectiveManager_Cleanup"); \ static_assert(sizeof(EOObjectiveManager_Cleanup) == 0x000001, "Wrong size on EOObjectiveManager_Cleanup"); \ static_assert(offsetof(EOObjectiveManager_Cleanup, bIsShuttingDown) == 0x000000, "Member 'EOObjectiveManager_Cleanup::bIsShuttingDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_OnObjectiveAddEvent \ static_assert(alignof(EOObjectiveManager_OnObjectiveAddEvent) == 0x000008, "Wrong alignment on EOObjectiveManager_OnObjectiveAddEvent"); \ static_assert(sizeof(EOObjectiveManager_OnObjectiveAddEvent) == 0x000010, "Wrong size on EOObjectiveManager_OnObjectiveAddEvent"); \ static_assert(offsetof(EOObjectiveManager_OnObjectiveAddEvent, Sender) == 0x000000, "Member 'EOObjectiveManager_OnObjectiveAddEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_OnObjectiveAddEvent, Event) == 0x000008, "Member 'EOObjectiveManager_OnObjectiveAddEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_OnObjectiveRemoveEvent \ static_assert(alignof(EOObjectiveManager_OnObjectiveRemoveEvent) == 0x000008, "Wrong alignment on EOObjectiveManager_OnObjectiveRemoveEvent"); \ static_assert(sizeof(EOObjectiveManager_OnObjectiveRemoveEvent) == 0x000010, "Wrong size on EOObjectiveManager_OnObjectiveRemoveEvent"); \ static_assert(offsetof(EOObjectiveManager_OnObjectiveRemoveEvent, Sender) == 0x000000, "Member 'EOObjectiveManager_OnObjectiveRemoveEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_OnObjectiveRemoveEvent, Event) == 0x000008, "Member 'EOObjectiveManager_OnObjectiveRemoveEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectiveManager_OnObjectiveSetStatusEvent \ static_assert(alignof(EOObjectiveManager_OnObjectiveSetStatusEvent) == 0x000008, "Wrong alignment on EOObjectiveManager_OnObjectiveSetStatusEvent"); \ static_assert(sizeof(EOObjectiveManager_OnObjectiveSetStatusEvent) == 0x000010, "Wrong size on EOObjectiveManager_OnObjectiveSetStatusEvent"); \ static_assert(offsetof(EOObjectiveManager_OnObjectiveSetStatusEvent, Sender) == 0x000000, "Member 'EOObjectiveManager_OnObjectiveSetStatusEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOObjectiveManager_OnObjectiveSetStatusEvent, Event) == 0x000008, "Member 'EOObjectiveManager_OnObjectiveSetStatusEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveManager \ static_assert(alignof(UEOObjectiveManager) == 0x000008, "Wrong alignment on UEOObjectiveManager"); \ static_assert(sizeof(UEOObjectiveManager) == 0x0000D8, "Wrong size on UEOObjectiveManager"); \ static_assert(offsetof(UEOObjectiveManager, CurrentPlayerTask) == 0x000040, "Member 'UEOObjectiveManager::CurrentPlayerTask' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveManager, PendingPlayerTasks) == 0x000048, "Member 'UEOObjectiveManager::PendingPlayerTasks' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveManager, FinishedPlayerTasks) == 0x000058, "Member 'UEOObjectiveManager::FinishedPlayerTasks' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveManager, FinishedTasksAndObjectivesHistory) == 0x000068, "Member 'UEOObjectiveManager::FinishedTasksAndObjectivesHistory' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveManager, OnObjectiveAddedEvent) == 0x000078, "Member 'UEOObjectiveManager::OnObjectiveAddedEvent' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveManager, OnObjectiveRemovedEvent) == 0x000080, "Member 'UEOObjectiveManager::OnObjectiveRemovedEvent' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveManager, OnObjectiveStatusChangedEvent) == 0x000088, "Member 'UEOObjectiveManager::OnObjectiveStatusChangedEvent' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveManager, OnPlayerTaskAddedEvent) == 0x000090, "Member 'UEOObjectiveManager::OnPlayerTaskAddedEvent' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveManager, OnPlayerTaskRemovedEvent) == 0x000098, "Member 'UEOObjectiveManager::OnPlayerTaskRemovedEvent' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveManager, OnPlayerTaskStatusChangedEvent) == 0x0000A0, "Member 'UEOObjectiveManager::OnPlayerTaskStatusChangedEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_OnPlayerTaskAdded \ static_assert(alignof(EOObjectivePlayerTaskBase_OnPlayerTaskAdded) == 0x000008, "Wrong alignment on EOObjectivePlayerTaskBase_OnPlayerTaskAdded"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_OnPlayerTaskAdded) == 0x000010, "Wrong size on EOObjectivePlayerTaskBase_OnPlayerTaskAdded"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_OnPlayerTaskAdded, FromObjectiveManager) == 0x000000, "Member 'EOObjectivePlayerTaskBase_OnPlayerTaskAdded::FromObjectiveManager' has a wrong offset!"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_OnPlayerTaskAdded, CustomData) == 0x000008, "Member 'EOObjectivePlayerTaskBase_OnPlayerTaskAdded::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_OnPlayerTaskRemoved \ static_assert(alignof(EOObjectivePlayerTaskBase_OnPlayerTaskRemoved) == 0x000008, "Wrong alignment on EOObjectivePlayerTaskBase_OnPlayerTaskRemoved"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_OnPlayerTaskRemoved) == 0x000010, "Wrong size on EOObjectivePlayerTaskBase_OnPlayerTaskRemoved"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_OnPlayerTaskRemoved, bIsShuttingDown) == 0x000000, "Member 'EOObjectivePlayerTaskBase_OnPlayerTaskRemoved::bIsShuttingDown' has a wrong offset!"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_OnPlayerTaskRemoved, CustomData) == 0x000008, "Member 'EOObjectivePlayerTaskBase_OnPlayerTaskRemoved::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_OnPlayerTaskStatusChanged \ static_assert(alignof(EOObjectivePlayerTaskBase_OnPlayerTaskStatusChanged) == 0x000008, "Wrong alignment on EOObjectivePlayerTaskBase_OnPlayerTaskStatusChanged"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_OnPlayerTaskStatusChanged) == 0x000010, "Wrong size on EOObjectivePlayerTaskBase_OnPlayerTaskStatusChanged"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_OnPlayerTaskStatusChanged, OldStatus) == 0x000000, "Member 'EOObjectivePlayerTaskBase_OnPlayerTaskStatusChanged::OldStatus' has a wrong offset!"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_OnPlayerTaskStatusChanged, NewStatus) == 0x000001, "Member 'EOObjectivePlayerTaskBase_OnPlayerTaskStatusChanged::NewStatus' has a wrong offset!"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_OnPlayerTaskStatusChanged, CustomData) == 0x000008, "Member 'EOObjectivePlayerTaskBase_OnPlayerTaskStatusChanged::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_SetPlayerTaskStatus \ static_assert(alignof(EOObjectivePlayerTaskBase_SetPlayerTaskStatus) == 0x000008, "Wrong alignment on EOObjectivePlayerTaskBase_SetPlayerTaskStatus"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_SetPlayerTaskStatus) == 0x000010, "Wrong size on EOObjectivePlayerTaskBase_SetPlayerTaskStatus"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_SetPlayerTaskStatus, NewStatus) == 0x000000, "Member 'EOObjectivePlayerTaskBase_SetPlayerTaskStatus::NewStatus' has a wrong offset!"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_SetPlayerTaskStatus, CustomData) == 0x000008, "Member 'EOObjectivePlayerTaskBase_SetPlayerTaskStatus::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetActiveObjectives \ static_assert(alignof(EOObjectivePlayerTaskBase_GetActiveObjectives) == 0x000008, "Wrong alignment on EOObjectivePlayerTaskBase_GetActiveObjectives"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetActiveObjectives) == 0x000010, "Wrong size on EOObjectivePlayerTaskBase_GetActiveObjectives"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetActiveObjectives, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetActiveObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetFinishedObjectives \ static_assert(alignof(EOObjectivePlayerTaskBase_GetFinishedObjectives) == 0x000008, "Wrong alignment on EOObjectivePlayerTaskBase_GetFinishedObjectives"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetFinishedObjectives) == 0x000010, "Wrong size on EOObjectivePlayerTaskBase_GetFinishedObjectives"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetFinishedObjectives, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetFinishedObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetNumOfActiveNonOptionalObjectives \ static_assert(alignof(EOObjectivePlayerTaskBase_GetNumOfActiveNonOptionalObjectives) == 0x000004, "Wrong alignment on EOObjectivePlayerTaskBase_GetNumOfActiveNonOptionalObjectives"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetNumOfActiveNonOptionalObjectives) == 0x000004, "Wrong size on EOObjectivePlayerTaskBase_GetNumOfActiveNonOptionalObjectives"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetNumOfActiveNonOptionalObjectives, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetNumOfActiveNonOptionalObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetNumOfActiveOptionalObjectives \ static_assert(alignof(EOObjectivePlayerTaskBase_GetNumOfActiveOptionalObjectives) == 0x000004, "Wrong alignment on EOObjectivePlayerTaskBase_GetNumOfActiveOptionalObjectives"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetNumOfActiveOptionalObjectives) == 0x000004, "Wrong size on EOObjectivePlayerTaskBase_GetNumOfActiveOptionalObjectives"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetNumOfActiveOptionalObjectives, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetNumOfActiveOptionalObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetNumOfFailedOptionalObjectives \ static_assert(alignof(EOObjectivePlayerTaskBase_GetNumOfFailedOptionalObjectives) == 0x000004, "Wrong alignment on EOObjectivePlayerTaskBase_GetNumOfFailedOptionalObjectives"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetNumOfFailedOptionalObjectives) == 0x000004, "Wrong size on EOObjectivePlayerTaskBase_GetNumOfFailedOptionalObjectives"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetNumOfFailedOptionalObjectives, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetNumOfFailedOptionalObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetNumOfFinishedNonOptionalObjectives \ static_assert(alignof(EOObjectivePlayerTaskBase_GetNumOfFinishedNonOptionalObjectives) == 0x000004, "Wrong alignment on EOObjectivePlayerTaskBase_GetNumOfFinishedNonOptionalObjectives"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetNumOfFinishedNonOptionalObjectives) == 0x000004, "Wrong size on EOObjectivePlayerTaskBase_GetNumOfFinishedNonOptionalObjectives"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetNumOfFinishedNonOptionalObjectives, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetNumOfFinishedNonOptionalObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetNumOfFinishedOptionalObjectives \ static_assert(alignof(EOObjectivePlayerTaskBase_GetNumOfFinishedOptionalObjectives) == 0x000004, "Wrong alignment on EOObjectivePlayerTaskBase_GetNumOfFinishedOptionalObjectives"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetNumOfFinishedOptionalObjectives) == 0x000004, "Wrong size on EOObjectivePlayerTaskBase_GetNumOfFinishedOptionalObjectives"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetNumOfFinishedOptionalObjectives, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetNumOfFinishedOptionalObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetNumOfObjectives \ static_assert(alignof(EOObjectivePlayerTaskBase_GetNumOfObjectives) == 0x000004, "Wrong alignment on EOObjectivePlayerTaskBase_GetNumOfObjectives"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetNumOfObjectives) == 0x000004, "Wrong size on EOObjectivePlayerTaskBase_GetNumOfObjectives"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetNumOfObjectives, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetNumOfObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetNumOfSuccesfulOptionalObjectives \ static_assert(alignof(EOObjectivePlayerTaskBase_GetNumOfSuccesfulOptionalObjectives) == 0x000004, "Wrong alignment on EOObjectivePlayerTaskBase_GetNumOfSuccesfulOptionalObjectives"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetNumOfSuccesfulOptionalObjectives) == 0x000004, "Wrong size on EOObjectivePlayerTaskBase_GetNumOfSuccesfulOptionalObjectives"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetNumOfSuccesfulOptionalObjectives, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetNumOfSuccesfulOptionalObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetObjective \ static_assert(alignof(EOObjectivePlayerTaskBase_GetObjective) == 0x000008, "Wrong alignment on EOObjectivePlayerTaskBase_GetObjective"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetObjective) == 0x000010, "Wrong size on EOObjectivePlayerTaskBase_GetObjective"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetObjective, ObjectiveClass) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetObjective::ObjectiveClass' has a wrong offset!"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetObjective, ReturnValue) == 0x000008, "Member 'EOObjectivePlayerTaskBase_GetObjective::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetObjectiveManager \ static_assert(alignof(EOObjectivePlayerTaskBase_GetObjectiveManager) == 0x000008, "Wrong alignment on EOObjectivePlayerTaskBase_GetObjectiveManager"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetObjectiveManager) == 0x000008, "Wrong size on EOObjectivePlayerTaskBase_GetObjectiveManager"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetObjectiveManager, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetObjectiveManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetPendingObjectives \ static_assert(alignof(EOObjectivePlayerTaskBase_GetPendingObjectives) == 0x000008, "Wrong alignment on EOObjectivePlayerTaskBase_GetPendingObjectives"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetPendingObjectives) == 0x000010, "Wrong size on EOObjectivePlayerTaskBase_GetPendingObjectives"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetPendingObjectives, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetPendingObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetPlayerStatusString \ static_assert(alignof(EOObjectivePlayerTaskBase_GetPlayerStatusString) == 0x000008, "Wrong alignment on EOObjectivePlayerTaskBase_GetPlayerStatusString"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetPlayerStatusString) == 0x000010, "Wrong size on EOObjectivePlayerTaskBase_GetPlayerStatusString"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetPlayerStatusString, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetPlayerStatusString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetPlayerTaskStartTime \ static_assert(alignof(EOObjectivePlayerTaskBase_GetPlayerTaskStartTime) == 0x000004, "Wrong alignment on EOObjectivePlayerTaskBase_GetPlayerTaskStartTime"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetPlayerTaskStartTime) == 0x000004, "Wrong size on EOObjectivePlayerTaskBase_GetPlayerTaskStartTime"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetPlayerTaskStartTime, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetPlayerTaskStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetPlayerTaskStatus \ static_assert(alignof(EOObjectivePlayerTaskBase_GetPlayerTaskStatus) == 0x000001, "Wrong alignment on EOObjectivePlayerTaskBase_GetPlayerTaskStatus"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetPlayerTaskStatus) == 0x000001, "Wrong size on EOObjectivePlayerTaskBase_GetPlayerTaskStatus"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetPlayerTaskStatus, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetPlayerTaskStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetPlayerTaskStatusStartTime \ static_assert(alignof(EOObjectivePlayerTaskBase_GetPlayerTaskStatusStartTime) == 0x000004, "Wrong alignment on EOObjectivePlayerTaskBase_GetPlayerTaskStatusStartTime"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetPlayerTaskStatusStartTime) == 0x000004, "Wrong size on EOObjectivePlayerTaskBase_GetPlayerTaskStatusStartTime"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetPlayerTaskStatusStartTime, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetPlayerTaskStatusStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatus \ static_assert(alignof(EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatus) == 0x000001, "Wrong alignment on EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatus"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatus) == 0x000001, "Wrong size on EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatus"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatus, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatusStartTime \ static_assert(alignof(EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatusStartTime) == 0x000004, "Wrong alignment on EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatusStartTime"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatusStartTime) == 0x000004, "Wrong size on EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatusStartTime"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatusStartTime, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_GetPreviousPlayerTaskStatusStartTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_HasAnyObjectives \ static_assert(alignof(EOObjectivePlayerTaskBase_HasAnyObjectives) == 0x000001, "Wrong alignment on EOObjectivePlayerTaskBase_HasAnyObjectives"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_HasAnyObjectives) == 0x000001, "Wrong size on EOObjectivePlayerTaskBase_HasAnyObjectives"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_HasAnyObjectives, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_HasAnyObjectives::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_IsPlayerTaskFinished \ static_assert(alignof(EOObjectivePlayerTaskBase_IsPlayerTaskFinished) == 0x000001, "Wrong alignment on EOObjectivePlayerTaskBase_IsPlayerTaskFinished"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_IsPlayerTaskFinished) == 0x000001, "Wrong size on EOObjectivePlayerTaskBase_IsPlayerTaskFinished"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_IsPlayerTaskFinished, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_IsPlayerTaskFinished::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_IsPlayerTaskSuccesful \ static_assert(alignof(EOObjectivePlayerTaskBase_IsPlayerTaskSuccesful) == 0x000001, "Wrong alignment on EOObjectivePlayerTaskBase_IsPlayerTaskSuccesful"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_IsPlayerTaskSuccesful) == 0x000001, "Wrong size on EOObjectivePlayerTaskBase_IsPlayerTaskSuccesful"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_IsPlayerTaskSuccesful, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_IsPlayerTaskSuccesful::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOObjectivePlayerTaskBase_ToString \ static_assert(alignof(EOObjectivePlayerTaskBase_ToString) == 0x000008, "Wrong alignment on EOObjectivePlayerTaskBase_ToString"); \ static_assert(sizeof(EOObjectivePlayerTaskBase_ToString) == 0x000010, "Wrong size on EOObjectivePlayerTaskBase_ToString"); \ static_assert(offsetof(EOObjectivePlayerTaskBase_ToString, ReturnValue) == 0x000000, "Member 'EOObjectivePlayerTaskBase_ToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectivePlayerTaskBase \ static_assert(alignof(UEOObjectivePlayerTaskBase) == 0x000008, "Wrong alignment on UEOObjectivePlayerTaskBase"); \ static_assert(sizeof(UEOObjectivePlayerTaskBase) == 0x0000A8, "Wrong size on UEOObjectivePlayerTaskBase"); \ static_assert(offsetof(UEOObjectivePlayerTaskBase, UIDisplayName) == 0x000030, "Member 'UEOObjectivePlayerTaskBase::UIDisplayName' has a wrong offset!"); \ static_assert(offsetof(UEOObjectivePlayerTaskBase, UIDescription) == 0x000048, "Member 'UEOObjectivePlayerTaskBase::UIDescription' has a wrong offset!"); \ static_assert(offsetof(UEOObjectivePlayerTaskBase, ObjectiveManager) == 0x000060, "Member 'UEOObjectivePlayerTaskBase::ObjectiveManager' has a wrong offset!"); \ static_assert(offsetof(UEOObjectivePlayerTaskBase, PlayerTaskStartTime) == 0x000068, "Member 'UEOObjectivePlayerTaskBase::PlayerTaskStartTime' has a wrong offset!"); \ static_assert(offsetof(UEOObjectivePlayerTaskBase, CurrentStatus) == 0x00006C, "Member 'UEOObjectivePlayerTaskBase::CurrentStatus' has a wrong offset!"); \ static_assert(offsetof(UEOObjectivePlayerTaskBase, PreviousStatus) == 0x00006D, "Member 'UEOObjectivePlayerTaskBase::PreviousStatus' has a wrong offset!"); \ static_assert(offsetof(UEOObjectivePlayerTaskBase, CurrentStatusStartTime) == 0x000070, "Member 'UEOObjectivePlayerTaskBase::CurrentStatusStartTime' has a wrong offset!"); \ static_assert(offsetof(UEOObjectivePlayerTaskBase, PreviousStatusStartTime) == 0x000074, "Member 'UEOObjectivePlayerTaskBase::PreviousStatusStartTime' has a wrong offset!"); \ static_assert(offsetof(UEOObjectivePlayerTaskBase, PendingObjectives) == 0x000078, "Member 'UEOObjectivePlayerTaskBase::PendingObjectives' has a wrong offset!"); \ static_assert(offsetof(UEOObjectivePlayerTaskBase, ActiveObjectives) == 0x000088, "Member 'UEOObjectivePlayerTaskBase::ActiveObjectives' has a wrong offset!"); \ static_assert(offsetof(UEOObjectivePlayerTaskBase, FinishedObjectives) == 0x000098, "Member 'UEOObjectivePlayerTaskBase::FinishedObjectives' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveSettings \ static_assert(alignof(UEOObjectiveSettings) == 0x000008, "Wrong alignment on UEOObjectiveSettings"); \ static_assert(sizeof(UEOObjectiveSettings) == 0x000070, "Wrong size on UEOObjectiveSettings"); \ static_assert(offsetof(UEOObjectiveSettings, ObjectiveAddEventClass) == 0x000028, "Member 'UEOObjectiveSettings::ObjectiveAddEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveSettings, ObjectiveAddedEventClass) == 0x000030, "Member 'UEOObjectiveSettings::ObjectiveAddedEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveSettings, ObjectiveRemoveEventClass) == 0x000038, "Member 'UEOObjectiveSettings::ObjectiveRemoveEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveSettings, ObjectiveRemovedEventClass) == 0x000040, "Member 'UEOObjectiveSettings::ObjectiveRemovedEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveSettings, ObjectiveSetStatusEventClass) == 0x000048, "Member 'UEOObjectiveSettings::ObjectiveSetStatusEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveSettings, ObjectiveStatusChangedEventClass) == 0x000050, "Member 'UEOObjectiveSettings::ObjectiveStatusChangedEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveSettings, PlayerTaskAddedEventClass) == 0x000058, "Member 'UEOObjectiveSettings::PlayerTaskAddedEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveSettings, PlayerTaskRemovedEventClass) == 0x000060, "Member 'UEOObjectiveSettings::PlayerTaskRemovedEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOObjectiveSettings, PlayerTaskStatusChangedEventClass) == 0x000068, "Member 'UEOObjectiveSettings::PlayerTaskStatusChangedEventClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOObjectiveCustomData \ static_assert(alignof(UEOObjectiveCustomData) == 0x000008, "Wrong alignment on UEOObjectiveCustomData"); \ static_assert(sizeof(UEOObjectiveCustomData) == 0x000028, "Wrong size on UEOObjectiveCustomData"); \ #define DUMPER7_ASSERTS_EOInventoryComponent_GetInventoryManager \ static_assert(alignof(EOInventoryComponent_GetInventoryManager) == 0x000008, "Wrong alignment on EOInventoryComponent_GetInventoryManager"); \ static_assert(sizeof(EOInventoryComponent_GetInventoryManager) == 0x000008, "Wrong size on EOInventoryComponent_GetInventoryManager"); \ static_assert(offsetof(EOInventoryComponent_GetInventoryManager, ReturnValue) == 0x000000, "Member 'EOInventoryComponent_GetInventoryManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventoryComponent \ static_assert(alignof(UEOInventoryComponent) == 0x000008, "Wrong alignment on UEOInventoryComponent"); \ static_assert(sizeof(UEOInventoryComponent) == 0x0000C0, "Wrong size on UEOInventoryComponent"); \ static_assert(offsetof(UEOInventoryComponent, InventoryManagerInstance) == 0x0000B8, "Member 'UEOInventoryComponent::InventoryManagerInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventoryEventBase \ static_assert(alignof(UEOInventoryEventBase) == 0x000008, "Wrong alignment on UEOInventoryEventBase"); \ static_assert(sizeof(UEOInventoryEventBase) == 0x000030, "Wrong size on UEOInventoryEventBase"); \ static_assert(offsetof(UEOInventoryEventBase, bNoHUDDisplay) == 0x000028, "Member 'UEOInventoryEventBase::bNoHUDDisplay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryAddItemEvent_GetCustomData \ static_assert(alignof(EOInventoryAddItemEvent_GetCustomData) == 0x000008, "Wrong alignment on EOInventoryAddItemEvent_GetCustomData"); \ static_assert(sizeof(EOInventoryAddItemEvent_GetCustomData) == 0x000008, "Wrong size on EOInventoryAddItemEvent_GetCustomData"); \ static_assert(offsetof(EOInventoryAddItemEvent_GetCustomData, ReturnValue) == 0x000000, "Member 'EOInventoryAddItemEvent_GetCustomData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryAddItemEvent_GetInventoryItemClassToAdd \ static_assert(alignof(EOInventoryAddItemEvent_GetInventoryItemClassToAdd) == 0x000008, "Wrong alignment on EOInventoryAddItemEvent_GetInventoryItemClassToAdd"); \ static_assert(sizeof(EOInventoryAddItemEvent_GetInventoryItemClassToAdd) == 0x000008, "Wrong size on EOInventoryAddItemEvent_GetInventoryItemClassToAdd"); \ static_assert(offsetof(EOInventoryAddItemEvent_GetInventoryItemClassToAdd, ReturnValue) == 0x000000, "Member 'EOInventoryAddItemEvent_GetInventoryItemClassToAdd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventoryAddItemEvent \ static_assert(alignof(UEOInventoryAddItemEvent) == 0x000008, "Wrong alignment on UEOInventoryAddItemEvent"); \ static_assert(sizeof(UEOInventoryAddItemEvent) == 0x000038, "Wrong size on UEOInventoryAddItemEvent"); \ static_assert(offsetof(UEOInventoryAddItemEvent, AdditionalItemCount) == 0x000030, "Member 'UEOInventoryAddItemEvent::AdditionalItemCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryRemoveItemEvent_GetCustomData \ static_assert(alignof(EOInventoryRemoveItemEvent_GetCustomData) == 0x000008, "Wrong alignment on EOInventoryRemoveItemEvent_GetCustomData"); \ static_assert(sizeof(EOInventoryRemoveItemEvent_GetCustomData) == 0x000008, "Wrong size on EOInventoryRemoveItemEvent_GetCustomData"); \ static_assert(offsetof(EOInventoryRemoveItemEvent_GetCustomData, ReturnValue) == 0x000000, "Member 'EOInventoryRemoveItemEvent_GetCustomData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryRemoveItemEvent_GetInventoryItemToRemove \ static_assert(alignof(EOInventoryRemoveItemEvent_GetInventoryItemToRemove) == 0x000008, "Wrong alignment on EOInventoryRemoveItemEvent_GetInventoryItemToRemove"); \ static_assert(sizeof(EOInventoryRemoveItemEvent_GetInventoryItemToRemove) == 0x000008, "Wrong size on EOInventoryRemoveItemEvent_GetInventoryItemToRemove"); \ static_assert(offsetof(EOInventoryRemoveItemEvent_GetInventoryItemToRemove, ReturnValue) == 0x000000, "Member 'EOInventoryRemoveItemEvent_GetInventoryItemToRemove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventoryRemoveItemEvent \ static_assert(alignof(UEOInventoryRemoveItemEvent) == 0x000008, "Wrong alignment on UEOInventoryRemoveItemEvent"); \ static_assert(sizeof(UEOInventoryRemoveItemEvent) == 0x000030, "Wrong size on UEOInventoryRemoveItemEvent"); \ #define DUMPER7_ASSERTS_EOInventorySetItemEvent_GetCustomData \ static_assert(alignof(EOInventorySetItemEvent_GetCustomData) == 0x000008, "Wrong alignment on EOInventorySetItemEvent_GetCustomData"); \ static_assert(sizeof(EOInventorySetItemEvent_GetCustomData) == 0x000008, "Wrong size on EOInventorySetItemEvent_GetCustomData"); \ static_assert(offsetof(EOInventorySetItemEvent_GetCustomData, ReturnValue) == 0x000000, "Member 'EOInventorySetItemEvent_GetCustomData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventorySetItemEvent_GetInventoryItemToSet \ static_assert(alignof(EOInventorySetItemEvent_GetInventoryItemToSet) == 0x000008, "Wrong alignment on EOInventorySetItemEvent_GetInventoryItemToSet"); \ static_assert(sizeof(EOInventorySetItemEvent_GetInventoryItemToSet) == 0x000008, "Wrong size on EOInventorySetItemEvent_GetInventoryItemToSet"); \ static_assert(offsetof(EOInventorySetItemEvent_GetInventoryItemToSet, ReturnValue) == 0x000000, "Member 'EOInventorySetItemEvent_GetInventoryItemToSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventorySetItemEvent \ static_assert(alignof(UEOInventorySetItemEvent) == 0x000008, "Wrong alignment on UEOInventorySetItemEvent"); \ static_assert(sizeof(UEOInventorySetItemEvent) == 0x000038, "Wrong size on UEOInventorySetItemEvent"); \ static_assert(offsetof(UEOInventorySetItemEvent, AdditionalItemCount) == 0x000030, "Member 'UEOInventorySetItemEvent::AdditionalItemCount' has a wrong offset!"); \ static_assert(offsetof(UEOInventorySetItemEvent, bAutoAdd) == 0x000034, "Member 'UEOInventorySetItemEvent::bAutoAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventoryOnItemAddedEvent \ static_assert(alignof(UEOInventoryOnItemAddedEvent) == 0x000008, "Wrong alignment on UEOInventoryOnItemAddedEvent"); \ static_assert(sizeof(UEOInventoryOnItemAddedEvent) == 0x000048, "Wrong size on UEOInventoryOnItemAddedEvent"); \ static_assert(offsetof(UEOInventoryOnItemAddedEvent, InventoryItemAdded) == 0x000030, "Member 'UEOInventoryOnItemAddedEvent::InventoryItemAdded' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryOnItemAddedEvent, AdditionalItemCount) == 0x000038, "Member 'UEOInventoryOnItemAddedEvent::AdditionalItemCount' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryOnItemAddedEvent, CustomData) == 0x000040, "Member 'UEOInventoryOnItemAddedEvent::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventoryOnItemRemovedEvent \ static_assert(alignof(UEOInventoryOnItemRemovedEvent) == 0x000008, "Wrong alignment on UEOInventoryOnItemRemovedEvent"); \ static_assert(sizeof(UEOInventoryOnItemRemovedEvent) == 0x000040, "Wrong size on UEOInventoryOnItemRemovedEvent"); \ static_assert(offsetof(UEOInventoryOnItemRemovedEvent, InventoryItemRemoved) == 0x000030, "Member 'UEOInventoryOnItemRemovedEvent::InventoryItemRemoved' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryOnItemRemovedEvent, CustomData) == 0x000038, "Member 'UEOInventoryOnItemRemovedEvent::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventoryOnItemSetEvent \ static_assert(alignof(UEOInventoryOnItemSetEvent) == 0x000008, "Wrong alignment on UEOInventoryOnItemSetEvent"); \ static_assert(sizeof(UEOInventoryOnItemSetEvent) == 0x000048, "Wrong size on UEOInventoryOnItemSetEvent"); \ static_assert(offsetof(UEOInventoryOnItemSetEvent, InventoryItemThatWasSet) == 0x000030, "Member 'UEOInventoryOnItemSetEvent::InventoryItemThatWasSet' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryOnItemSetEvent, AdditionalItemCount) == 0x000038, "Member 'UEOInventoryOnItemSetEvent::AdditionalItemCount' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryOnItemSetEvent, CustomData) == 0x000040, "Member 'UEOInventoryOnItemSetEvent::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_AddItemCount \ static_assert(alignof(EOInventoryItem_AddItemCount) == 0x000004, "Wrong alignment on EOInventoryItem_AddItemCount"); \ static_assert(sizeof(EOInventoryItem_AddItemCount) == 0x000004, "Wrong size on EOInventoryItem_AddItemCount"); \ static_assert(offsetof(EOInventoryItem_AddItemCount, NumToAdd) == 0x000000, "Member 'EOInventoryItem_AddItemCount::NumToAdd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_OnAddItemEvent \ static_assert(alignof(EOInventoryItem_OnAddItemEvent) == 0x000008, "Wrong alignment on EOInventoryItem_OnAddItemEvent"); \ static_assert(sizeof(EOInventoryItem_OnAddItemEvent) == 0x000010, "Wrong size on EOInventoryItem_OnAddItemEvent"); \ static_assert(offsetof(EOInventoryItem_OnAddItemEvent, Sender) == 0x000000, "Member 'EOInventoryItem_OnAddItemEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOInventoryItem_OnAddItemEvent, Event) == 0x000008, "Member 'EOInventoryItem_OnAddItemEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_OnInventoryItemAdded \ static_assert(alignof(EOInventoryItem_OnInventoryItemAdded) == 0x000008, "Wrong alignment on EOInventoryItem_OnInventoryItemAdded"); \ static_assert(sizeof(EOInventoryItem_OnInventoryItemAdded) == 0x000018, "Wrong size on EOInventoryItem_OnInventoryItemAdded"); \ static_assert(offsetof(EOInventoryItem_OnInventoryItemAdded, AdditionalItemCount) == 0x000000, "Member 'EOInventoryItem_OnInventoryItemAdded::AdditionalItemCount' has a wrong offset!"); \ static_assert(offsetof(EOInventoryItem_OnInventoryItemAdded, CustomData) == 0x000008, "Member 'EOInventoryItem_OnInventoryItemAdded::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOInventoryItem_OnInventoryItemAdded, bNoHUDDisplay) == 0x000010, "Member 'EOInventoryItem_OnInventoryItemAdded::bNoHUDDisplay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_OnInventoryItemRemoved \ static_assert(alignof(EOInventoryItem_OnInventoryItemRemoved) == 0x000008, "Wrong alignment on EOInventoryItem_OnInventoryItemRemoved"); \ static_assert(sizeof(EOInventoryItem_OnInventoryItemRemoved) == 0x000018, "Wrong size on EOInventoryItem_OnInventoryItemRemoved"); \ static_assert(offsetof(EOInventoryItem_OnInventoryItemRemoved, bIsShuttingDown) == 0x000000, "Member 'EOInventoryItem_OnInventoryItemRemoved::bIsShuttingDown' has a wrong offset!"); \ static_assert(offsetof(EOInventoryItem_OnInventoryItemRemoved, CustomData) == 0x000008, "Member 'EOInventoryItem_OnInventoryItemRemoved::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOInventoryItem_OnInventoryItemRemoved, bNoHUDDisplay) == 0x000010, "Member 'EOInventoryItem_OnInventoryItemRemoved::bNoHUDDisplay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_OnInventoryItemSet \ static_assert(alignof(EOInventoryItem_OnInventoryItemSet) == 0x000008, "Wrong alignment on EOInventoryItem_OnInventoryItemSet"); \ static_assert(sizeof(EOInventoryItem_OnInventoryItemSet) == 0x000018, "Wrong size on EOInventoryItem_OnInventoryItemSet"); \ static_assert(offsetof(EOInventoryItem_OnInventoryItemSet, AdditionalItemCount) == 0x000000, "Member 'EOInventoryItem_OnInventoryItemSet::AdditionalItemCount' has a wrong offset!"); \ static_assert(offsetof(EOInventoryItem_OnInventoryItemSet, CustomData) == 0x000008, "Member 'EOInventoryItem_OnInventoryItemSet::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOInventoryItem_OnInventoryItemSet, bNoHUDDisplay) == 0x000010, "Member 'EOInventoryItem_OnInventoryItemSet::bNoHUDDisplay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_OnRemoveItemEvent \ static_assert(alignof(EOInventoryItem_OnRemoveItemEvent) == 0x000008, "Wrong alignment on EOInventoryItem_OnRemoveItemEvent"); \ static_assert(sizeof(EOInventoryItem_OnRemoveItemEvent) == 0x000010, "Wrong size on EOInventoryItem_OnRemoveItemEvent"); \ static_assert(offsetof(EOInventoryItem_OnRemoveItemEvent, Sender) == 0x000000, "Member 'EOInventoryItem_OnRemoveItemEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOInventoryItem_OnRemoveItemEvent, Event) == 0x000008, "Member 'EOInventoryItem_OnRemoveItemEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_OnSetItemEvent \ static_assert(alignof(EOInventoryItem_OnSetItemEvent) == 0x000008, "Wrong alignment on EOInventoryItem_OnSetItemEvent"); \ static_assert(sizeof(EOInventoryItem_OnSetItemEvent) == 0x000010, "Wrong size on EOInventoryItem_OnSetItemEvent"); \ static_assert(offsetof(EOInventoryItem_OnSetItemEvent, Sender) == 0x000000, "Member 'EOInventoryItem_OnSetItemEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOInventoryItem_OnSetItemEvent, Event) == 0x000008, "Member 'EOInventoryItem_OnSetItemEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_SetItemCount \ static_assert(alignof(EOInventoryItem_SetItemCount) == 0x000004, "Wrong alignment on EOInventoryItem_SetItemCount"); \ static_assert(sizeof(EOInventoryItem_SetItemCount) == 0x000004, "Wrong size on EOInventoryItem_SetItemCount"); \ static_assert(offsetof(EOInventoryItem_SetItemCount, NewItemCount) == 0x000000, "Member 'EOInventoryItem_SetItemCount::NewItemCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_SubstractItemCount \ static_assert(alignof(EOInventoryItem_SubstractItemCount) == 0x000004, "Wrong alignment on EOInventoryItem_SubstractItemCount"); \ static_assert(sizeof(EOInventoryItem_SubstractItemCount) == 0x000004, "Wrong size on EOInventoryItem_SubstractItemCount"); \ static_assert(offsetof(EOInventoryItem_SubstractItemCount, NumToSubstract) == 0x000000, "Member 'EOInventoryItem_SubstractItemCount::NumToSubstract' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_GetAssociatedInventoryManagerTaskClass \ static_assert(alignof(EOInventoryItem_GetAssociatedInventoryManagerTaskClass) == 0x000008, "Wrong alignment on EOInventoryItem_GetAssociatedInventoryManagerTaskClass"); \ static_assert(sizeof(EOInventoryItem_GetAssociatedInventoryManagerTaskClass) == 0x000008, "Wrong size on EOInventoryItem_GetAssociatedInventoryManagerTaskClass"); \ static_assert(offsetof(EOInventoryItem_GetAssociatedInventoryManagerTaskClass, ReturnValue) == 0x000000, "Member 'EOInventoryItem_GetAssociatedInventoryManagerTaskClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_GetItemCount \ static_assert(alignof(EOInventoryItem_GetItemCount) == 0x000004, "Wrong alignment on EOInventoryItem_GetItemCount"); \ static_assert(sizeof(EOInventoryItem_GetItemCount) == 0x000004, "Wrong size on EOInventoryItem_GetItemCount"); \ static_assert(offsetof(EOInventoryItem_GetItemCount, ReturnValue) == 0x000000, "Member 'EOInventoryItem_GetItemCount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_GetParentInventoryManager \ static_assert(alignof(EOInventoryItem_GetParentInventoryManager) == 0x000008, "Wrong alignment on EOInventoryItem_GetParentInventoryManager"); \ static_assert(sizeof(EOInventoryItem_GetParentInventoryManager) == 0x000008, "Wrong size on EOInventoryItem_GetParentInventoryManager"); \ static_assert(offsetof(EOInventoryItem_GetParentInventoryManager, ReturnValue) == 0x000000, "Member 'EOInventoryItem_GetParentInventoryManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryItem_ToString \ static_assert(alignof(EOInventoryItem_ToString) == 0x000008, "Wrong alignment on EOInventoryItem_ToString"); \ static_assert(sizeof(EOInventoryItem_ToString) == 0x000010, "Wrong size on EOInventoryItem_ToString"); \ static_assert(offsetof(EOInventoryItem_ToString, ReturnValue) == 0x000000, "Member 'EOInventoryItem_ToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventoryItem \ static_assert(alignof(UEOInventoryItem) == 0x000008, "Wrong alignment on UEOInventoryItem"); \ static_assert(sizeof(UEOInventoryItem) == 0x000078, "Wrong size on UEOInventoryItem"); \ static_assert(offsetof(UEOInventoryItem, UIName) == 0x000030, "Member 'UEOInventoryItem::UIName' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryItem, UIDescription) == 0x000048, "Member 'UEOInventoryItem::UIDescription' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryItem, ParentInventoryManager) == 0x000060, "Member 'UEOInventoryItem::ParentInventoryManager' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryItem, ItemCount) == 0x000068, "Member 'UEOInventoryItem::ItemCount' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryItem, AssociatedInventoryManagerClass) == 0x000070, "Member 'UEOInventoryItem::AssociatedInventoryManagerClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_AddInventoryItem \ static_assert(alignof(EOInventoryManager_AddInventoryItem) == 0x000008, "Wrong alignment on EOInventoryManager_AddInventoryItem"); \ static_assert(sizeof(EOInventoryManager_AddInventoryItem) == 0x000028, "Wrong size on EOInventoryManager_AddInventoryItem"); \ static_assert(offsetof(EOInventoryManager_AddInventoryItem, ItemClassToAdd) == 0x000000, "Member 'EOInventoryManager_AddInventoryItem::ItemClassToAdd' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_AddInventoryItem, AdditionalItemCount) == 0x000008, "Member 'EOInventoryManager_AddInventoryItem::AdditionalItemCount' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_AddInventoryItem, CustomData) == 0x000010, "Member 'EOInventoryManager_AddInventoryItem::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_AddInventoryItem, bNoHUDDisplay) == 0x000018, "Member 'EOInventoryManager_AddInventoryItem::bNoHUDDisplay' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_AddInventoryItem, ReturnValue) == 0x000020, "Member 'EOInventoryManager_AddInventoryItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_AddItemEvent \ static_assert(alignof(EOInventoryManager_AddItemEvent) == 0x000008, "Wrong alignment on EOInventoryManager_AddItemEvent"); \ static_assert(sizeof(EOInventoryManager_AddItemEvent) == 0x000010, "Wrong size on EOInventoryManager_AddItemEvent"); \ static_assert(offsetof(EOInventoryManager_AddItemEvent, Sender) == 0x000000, "Member 'EOInventoryManager_AddItemEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_AddItemEvent, Event) == 0x000008, "Member 'EOInventoryManager_AddItemEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_GetAllInventoryItemOfBaseClass \ static_assert(alignof(EOInventoryManager_GetAllInventoryItemOfBaseClass) == 0x000008, "Wrong alignment on EOInventoryManager_GetAllInventoryItemOfBaseClass"); \ static_assert(sizeof(EOInventoryManager_GetAllInventoryItemOfBaseClass) == 0x000018, "Wrong size on EOInventoryManager_GetAllInventoryItemOfBaseClass"); \ static_assert(offsetof(EOInventoryManager_GetAllInventoryItemOfBaseClass, ItemBaseClassToGet) == 0x000000, "Member 'EOInventoryManager_GetAllInventoryItemOfBaseClass::ItemBaseClassToGet' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_GetAllInventoryItemOfBaseClass, ReturnValue) == 0x000008, "Member 'EOInventoryManager_GetAllInventoryItemOfBaseClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_GetInventoryItemOfClass \ static_assert(alignof(EOInventoryManager_GetInventoryItemOfClass) == 0x000008, "Wrong alignment on EOInventoryManager_GetInventoryItemOfClass"); \ static_assert(sizeof(EOInventoryManager_GetInventoryItemOfClass) == 0x000010, "Wrong size on EOInventoryManager_GetInventoryItemOfClass"); \ static_assert(offsetof(EOInventoryManager_GetInventoryItemOfClass, ExactItemClassToGet) == 0x000000, "Member 'EOInventoryManager_GetInventoryItemOfClass::ExactItemClassToGet' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_GetInventoryItemOfClass, ReturnValue) == 0x000008, "Member 'EOInventoryManager_GetInventoryItemOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_HasInventoryItemOfClass \ static_assert(alignof(EOInventoryManager_HasInventoryItemOfClass) == 0x000008, "Wrong alignment on EOInventoryManager_HasInventoryItemOfClass"); \ static_assert(sizeof(EOInventoryManager_HasInventoryItemOfClass) == 0x000010, "Wrong size on EOInventoryManager_HasInventoryItemOfClass"); \ static_assert(offsetof(EOInventoryManager_HasInventoryItemOfClass, ExactItemClass) == 0x000000, "Member 'EOInventoryManager_HasInventoryItemOfClass::ExactItemClass' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_HasInventoryItemOfClass, ReturnValue) == 0x000008, "Member 'EOInventoryManager_HasInventoryItemOfClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_OnAddItemEvent \ static_assert(alignof(EOInventoryManager_OnAddItemEvent) == 0x000008, "Wrong alignment on EOInventoryManager_OnAddItemEvent"); \ static_assert(sizeof(EOInventoryManager_OnAddItemEvent) == 0x000018, "Wrong size on EOInventoryManager_OnAddItemEvent"); \ static_assert(offsetof(EOInventoryManager_OnAddItemEvent, Sender) == 0x000000, "Member 'EOInventoryManager_OnAddItemEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnAddItemEvent, Event) == 0x000008, "Member 'EOInventoryManager_OnAddItemEvent::Event' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnAddItemEvent, AddedItem) == 0x000010, "Member 'EOInventoryManager_OnAddItemEvent::AddedItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_OnBroadcastItemAdded \ static_assert(alignof(EOInventoryManager_OnBroadcastItemAdded) == 0x000008, "Wrong alignment on EOInventoryManager_OnBroadcastItemAdded"); \ static_assert(sizeof(EOInventoryManager_OnBroadcastItemAdded) == 0x000018, "Wrong size on EOInventoryManager_OnBroadcastItemAdded"); \ static_assert(offsetof(EOInventoryManager_OnBroadcastItemAdded, ItemAddedEventToBroadcast) == 0x000000, "Member 'EOInventoryManager_OnBroadcastItemAdded::ItemAddedEventToBroadcast' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnBroadcastItemAdded, ReceivedAddItemEvent) == 0x000008, "Member 'EOInventoryManager_OnBroadcastItemAdded::ReceivedAddItemEvent' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnBroadcastItemAdded, ReceivedAddItemSender) == 0x000010, "Member 'EOInventoryManager_OnBroadcastItemAdded::ReceivedAddItemSender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_OnBroadcastItemRemoved \ static_assert(alignof(EOInventoryManager_OnBroadcastItemRemoved) == 0x000008, "Wrong alignment on EOInventoryManager_OnBroadcastItemRemoved"); \ static_assert(sizeof(EOInventoryManager_OnBroadcastItemRemoved) == 0x000018, "Wrong size on EOInventoryManager_OnBroadcastItemRemoved"); \ static_assert(offsetof(EOInventoryManager_OnBroadcastItemRemoved, ItemRemovedEventToBroadcast) == 0x000000, "Member 'EOInventoryManager_OnBroadcastItemRemoved::ItemRemovedEventToBroadcast' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnBroadcastItemRemoved, ReceivedRemoveItemEvent) == 0x000008, "Member 'EOInventoryManager_OnBroadcastItemRemoved::ReceivedRemoveItemEvent' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnBroadcastItemRemoved, ReceivedRemoveItemSender) == 0x000010, "Member 'EOInventoryManager_OnBroadcastItemRemoved::ReceivedRemoveItemSender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_OnBroadcastItemSet \ static_assert(alignof(EOInventoryManager_OnBroadcastItemSet) == 0x000008, "Wrong alignment on EOInventoryManager_OnBroadcastItemSet"); \ static_assert(sizeof(EOInventoryManager_OnBroadcastItemSet) == 0x000018, "Wrong size on EOInventoryManager_OnBroadcastItemSet"); \ static_assert(offsetof(EOInventoryManager_OnBroadcastItemSet, ItemSetEventToBroadcast) == 0x000000, "Member 'EOInventoryManager_OnBroadcastItemSet::ItemSetEventToBroadcast' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnBroadcastItemSet, ReceivedSetItemEvent) == 0x000008, "Member 'EOInventoryManager_OnBroadcastItemSet::ReceivedSetItemEvent' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnBroadcastItemSet, ReceivedSetItemSender) == 0x000010, "Member 'EOInventoryManager_OnBroadcastItemSet::ReceivedSetItemSender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_OnInventoryItemAdded \ static_assert(alignof(EOInventoryManager_OnInventoryItemAdded) == 0x000008, "Wrong alignment on EOInventoryManager_OnInventoryItemAdded"); \ static_assert(sizeof(EOInventoryManager_OnInventoryItemAdded) == 0x000020, "Wrong size on EOInventoryManager_OnInventoryItemAdded"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemAdded, AddedItem) == 0x000000, "Member 'EOInventoryManager_OnInventoryItemAdded::AddedItem' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemAdded, AdditionalItemCount) == 0x000008, "Member 'EOInventoryManager_OnInventoryItemAdded::AdditionalItemCount' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemAdded, CustomData) == 0x000010, "Member 'EOInventoryManager_OnInventoryItemAdded::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemAdded, bNoHUDDisplay) == 0x000018, "Member 'EOInventoryManager_OnInventoryItemAdded::bNoHUDDisplay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_OnInventoryItemRemoved \ static_assert(alignof(EOInventoryManager_OnInventoryItemRemoved) == 0x000008, "Wrong alignment on EOInventoryManager_OnInventoryItemRemoved"); \ static_assert(sizeof(EOInventoryManager_OnInventoryItemRemoved) == 0x000020, "Wrong size on EOInventoryManager_OnInventoryItemRemoved"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemRemoved, RemovedItem) == 0x000000, "Member 'EOInventoryManager_OnInventoryItemRemoved::RemovedItem' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemRemoved, bIsShuttingDown) == 0x000008, "Member 'EOInventoryManager_OnInventoryItemRemoved::bIsShuttingDown' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemRemoved, CustomData) == 0x000010, "Member 'EOInventoryManager_OnInventoryItemRemoved::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemRemoved, bNoHUDDisplay) == 0x000018, "Member 'EOInventoryManager_OnInventoryItemRemoved::bNoHUDDisplay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_OnInventoryItemSet \ static_assert(alignof(EOInventoryManager_OnInventoryItemSet) == 0x000008, "Wrong alignment on EOInventoryManager_OnInventoryItemSet"); \ static_assert(sizeof(EOInventoryManager_OnInventoryItemSet) == 0x000020, "Wrong size on EOInventoryManager_OnInventoryItemSet"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemSet, ItemSet) == 0x000000, "Member 'EOInventoryManager_OnInventoryItemSet::ItemSet' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemSet, AdditionalItemCount) == 0x000008, "Member 'EOInventoryManager_OnInventoryItemSet::AdditionalItemCount' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemSet, CustomData) == 0x000010, "Member 'EOInventoryManager_OnInventoryItemSet::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnInventoryItemSet, bNoHUDDisplay) == 0x000018, "Member 'EOInventoryManager_OnInventoryItemSet::bNoHUDDisplay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_OnRemoveItemEvent \ static_assert(alignof(EOInventoryManager_OnRemoveItemEvent) == 0x000008, "Wrong alignment on EOInventoryManager_OnRemoveItemEvent"); \ static_assert(sizeof(EOInventoryManager_OnRemoveItemEvent) == 0x000018, "Wrong size on EOInventoryManager_OnRemoveItemEvent"); \ static_assert(offsetof(EOInventoryManager_OnRemoveItemEvent, Sender) == 0x000000, "Member 'EOInventoryManager_OnRemoveItemEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnRemoveItemEvent, Event) == 0x000008, "Member 'EOInventoryManager_OnRemoveItemEvent::Event' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnRemoveItemEvent, RemovedItem) == 0x000010, "Member 'EOInventoryManager_OnRemoveItemEvent::RemovedItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_OnSetItemEvent \ static_assert(alignof(EOInventoryManager_OnSetItemEvent) == 0x000008, "Wrong alignment on EOInventoryManager_OnSetItemEvent"); \ static_assert(sizeof(EOInventoryManager_OnSetItemEvent) == 0x000018, "Wrong size on EOInventoryManager_OnSetItemEvent"); \ static_assert(offsetof(EOInventoryManager_OnSetItemEvent, Sender) == 0x000000, "Member 'EOInventoryManager_OnSetItemEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnSetItemEvent, Event) == 0x000008, "Member 'EOInventoryManager_OnSetItemEvent::Event' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_OnSetItemEvent, ItemSet) == 0x000010, "Member 'EOInventoryManager_OnSetItemEvent::ItemSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_RemoveInventoryItem \ static_assert(alignof(EOInventoryManager_RemoveInventoryItem) == 0x000008, "Wrong alignment on EOInventoryManager_RemoveInventoryItem"); \ static_assert(sizeof(EOInventoryManager_RemoveInventoryItem) == 0x000028, "Wrong size on EOInventoryManager_RemoveInventoryItem"); \ static_assert(offsetof(EOInventoryManager_RemoveInventoryItem, ItemClassToRemove) == 0x000000, "Member 'EOInventoryManager_RemoveInventoryItem::ItemClassToRemove' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_RemoveInventoryItem, bIsShuttingDown) == 0x000008, "Member 'EOInventoryManager_RemoveInventoryItem::bIsShuttingDown' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_RemoveInventoryItem, CustomData) == 0x000010, "Member 'EOInventoryManager_RemoveInventoryItem::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_RemoveInventoryItem, bNoHUDDisplay) == 0x000018, "Member 'EOInventoryManager_RemoveInventoryItem::bNoHUDDisplay' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_RemoveInventoryItem, ReturnValue) == 0x000020, "Member 'EOInventoryManager_RemoveInventoryItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_RemoveItemEvent \ static_assert(alignof(EOInventoryManager_RemoveItemEvent) == 0x000008, "Wrong alignment on EOInventoryManager_RemoveItemEvent"); \ static_assert(sizeof(EOInventoryManager_RemoveItemEvent) == 0x000010, "Wrong size on EOInventoryManager_RemoveItemEvent"); \ static_assert(offsetof(EOInventoryManager_RemoveItemEvent, Sender) == 0x000000, "Member 'EOInventoryManager_RemoveItemEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_RemoveItemEvent, Event) == 0x000008, "Member 'EOInventoryManager_RemoveItemEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_SetInventoryItem \ static_assert(alignof(EOInventoryManager_SetInventoryItem) == 0x000008, "Wrong alignment on EOInventoryManager_SetInventoryItem"); \ static_assert(sizeof(EOInventoryManager_SetInventoryItem) == 0x000028, "Wrong size on EOInventoryManager_SetInventoryItem"); \ static_assert(offsetof(EOInventoryManager_SetInventoryItem, ItemClassToSet) == 0x000000, "Member 'EOInventoryManager_SetInventoryItem::ItemClassToSet' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_SetInventoryItem, AdditionalItemCount) == 0x000008, "Member 'EOInventoryManager_SetInventoryItem::AdditionalItemCount' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_SetInventoryItem, CustomData) == 0x000010, "Member 'EOInventoryManager_SetInventoryItem::CustomData' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_SetInventoryItem, bAutoAdd) == 0x000018, "Member 'EOInventoryManager_SetInventoryItem::bAutoAdd' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_SetInventoryItem, bNoHUDDisplay) == 0x000019, "Member 'EOInventoryManager_SetInventoryItem::bNoHUDDisplay' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_SetInventoryItem, ReturnValue) == 0x000020, "Member 'EOInventoryManager_SetInventoryItem::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_SetItemEvent \ static_assert(alignof(EOInventoryManager_SetItemEvent) == 0x000008, "Wrong alignment on EOInventoryManager_SetItemEvent"); \ static_assert(sizeof(EOInventoryManager_SetItemEvent) == 0x000010, "Wrong size on EOInventoryManager_SetItemEvent"); \ static_assert(offsetof(EOInventoryManager_SetItemEvent, Sender) == 0x000000, "Member 'EOInventoryManager_SetItemEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(EOInventoryManager_SetItemEvent, Event) == 0x000008, "Member 'EOInventoryManager_SetItemEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_IsInitialized \ static_assert(alignof(EOInventoryManager_IsInitialized) == 0x000001, "Wrong alignment on EOInventoryManager_IsInitialized"); \ static_assert(sizeof(EOInventoryManager_IsInitialized) == 0x000001, "Wrong size on EOInventoryManager_IsInitialized"); \ static_assert(offsetof(EOInventoryManager_IsInitialized, ReturnValue) == 0x000000, "Member 'EOInventoryManager_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventoryManager_ToString \ static_assert(alignof(EOInventoryManager_ToString) == 0x000008, "Wrong alignment on EOInventoryManager_ToString"); \ static_assert(sizeof(EOInventoryManager_ToString) == 0x000010, "Wrong size on EOInventoryManager_ToString"); \ static_assert(offsetof(EOInventoryManager_ToString, ReturnValue) == 0x000000, "Member 'EOInventoryManager_ToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventoryManager \ static_assert(alignof(UEOInventoryManager) == 0x000008, "Wrong alignment on UEOInventoryManager"); \ static_assert(sizeof(UEOInventoryManager) == 0x000120, "Wrong size on UEOInventoryManager"); \ static_assert(offsetof(UEOInventoryManager, bInitialized) == 0x000030, "Member 'UEOInventoryManager::bInitialized' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, bAutoInstantiateInitialInventoryItems) == 0x000031, "Member 'UEOInventoryManager::bAutoInstantiateInitialInventoryItems' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, bAutoListenForEvents) == 0x000032, "Member 'UEOInventoryManager::bAutoListenForEvents' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, bAutoSendEvents) == 0x000033, "Member 'UEOInventoryManager::bAutoSendEvents' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, InventoryItemsMap) == 0x000038, "Member 'UEOInventoryManager::InventoryItemsMap' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, InitialInventoryItems) == 0x000088, "Member 'UEOInventoryManager::InitialInventoryItems' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, AddItemEventClassToListenFor) == 0x000098, "Member 'UEOInventoryManager::AddItemEventClassToListenFor' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, RemoveItemEventClassToListenFor) == 0x0000A0, "Member 'UEOInventoryManager::RemoveItemEventClassToListenFor' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, SetItemEventClassToListenFor) == 0x0000A8, "Member 'UEOInventoryManager::SetItemEventClassToListenFor' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, OnItemAddedEventClassToSend) == 0x0000B0, "Member 'UEOInventoryManager::OnItemAddedEventClassToSend' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, OnItemRemovedEventClassToSend) == 0x0000B8, "Member 'UEOInventoryManager::OnItemRemovedEventClassToSend' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, OnItemSetEventClassToSend) == 0x0000C0, "Member 'UEOInventoryManager::OnItemSetEventClassToSend' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, OnItemAddedEventToSend) == 0x0000C8, "Member 'UEOInventoryManager::OnItemAddedEventToSend' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, OnItemRemovedEventToSend) == 0x0000D0, "Member 'UEOInventoryManager::OnItemRemovedEventToSend' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, OnItemSetEventToSend) == 0x0000D8, "Member 'UEOInventoryManager::OnItemSetEventToSend' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, ReceivedEvent) == 0x0000E0, "Member 'UEOInventoryManager::ReceivedEvent' has a wrong offset!"); \ static_assert(offsetof(UEOInventoryManager, ReceivedSender) == 0x0000E8, "Member 'UEOInventoryManager::ReceivedSender' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventoryManagerPersistent \ static_assert(alignof(UEOInventoryManagerPersistent) == 0x000008, "Wrong alignment on UEOInventoryManagerPersistent"); \ static_assert(sizeof(UEOInventoryManagerPersistent) == 0x000120, "Wrong size on UEOInventoryManagerPersistent"); \ #define DUMPER7_ASSERTS_UEOInventoryManagerTransient \ static_assert(alignof(UEOInventoryManagerTransient) == 0x000008, "Wrong alignment on UEOInventoryManagerTransient"); \ static_assert(sizeof(UEOInventoryManagerTransient) == 0x000120, "Wrong size on UEOInventoryManagerTransient"); \ #define DUMPER7_ASSERTS_UEOInventorySettings \ static_assert(alignof(UEOInventorySettings) == 0x000008, "Wrong alignment on UEOInventorySettings"); \ static_assert(sizeof(UEOInventorySettings) == 0x000058, "Wrong size on UEOInventorySettings"); \ static_assert(offsetof(UEOInventorySettings, AddInventoryItemEventClass) == 0x000028, "Member 'UEOInventorySettings::AddInventoryItemEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOInventorySettings, OnInventoryItemAddedEventClass) == 0x000030, "Member 'UEOInventorySettings::OnInventoryItemAddedEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOInventorySettings, RemoveInventoryItemEventClass) == 0x000038, "Member 'UEOInventorySettings::RemoveInventoryItemEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOInventorySettings, OnInventoryItemRemovedEventClass) == 0x000040, "Member 'UEOInventorySettings::OnInventoryItemRemovedEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOInventorySettings, SetInventoryItemEventClass) == 0x000048, "Member 'UEOInventorySettings::SetInventoryItemEventClass' has a wrong offset!"); \ static_assert(offsetof(UEOInventorySettings, OnInventoryItemSetEventClass) == 0x000050, "Member 'UEOInventorySettings::OnInventoryItemSetEventClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventorySubsystem_GetPersistentInventoryManager \ static_assert(alignof(EOInventorySubsystem_GetPersistentInventoryManager) == 0x000008, "Wrong alignment on EOInventorySubsystem_GetPersistentInventoryManager"); \ static_assert(sizeof(EOInventorySubsystem_GetPersistentInventoryManager) == 0x000010, "Wrong size on EOInventorySubsystem_GetPersistentInventoryManager"); \ static_assert(offsetof(EOInventorySubsystem_GetPersistentInventoryManager, ManagerClass) == 0x000000, "Member 'EOInventorySubsystem_GetPersistentInventoryManager::ManagerClass' has a wrong offset!"); \ static_assert(offsetof(EOInventorySubsystem_GetPersistentInventoryManager, ReturnValue) == 0x000008, "Member 'EOInventorySubsystem_GetPersistentInventoryManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInventorySubsystem_IsInitialized \ static_assert(alignof(EOInventorySubsystem_IsInitialized) == 0x000001, "Wrong alignment on EOInventorySubsystem_IsInitialized"); \ static_assert(sizeof(EOInventorySubsystem_IsInitialized) == 0x000001, "Wrong size on EOInventorySubsystem_IsInitialized"); \ static_assert(offsetof(EOInventorySubsystem_IsInitialized, ReturnValue) == 0x000000, "Member 'EOInventorySubsystem_IsInitialized::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventorySubsystem \ static_assert(alignof(UEOInventorySubsystem) == 0x000008, "Wrong alignment on UEOInventorySubsystem"); \ static_assert(sizeof(UEOInventorySubsystem) == 0x0000A0, "Wrong size on UEOInventorySubsystem"); \ static_assert(offsetof(UEOInventorySubsystem, InventorySystemEnabled) == 0x000039, "Member 'UEOInventorySubsystem::InventorySystemEnabled' has a wrong offset!"); \ static_assert(offsetof(UEOInventorySubsystem, InitialPersistentInventoryManagers) == 0x000040, "Member 'UEOInventorySubsystem::InitialPersistentInventoryManagers' has a wrong offset!"); \ static_assert(offsetof(UEOInventorySubsystem, PersistentInventoryManagers) == 0x000050, "Member 'UEOInventorySubsystem::PersistentInventoryManagers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOInventoryCustomData \ static_assert(alignof(UEOInventoryCustomData) == 0x000008, "Wrong alignment on UEOInventoryCustomData"); \ static_assert(sizeof(UEOInventoryCustomData) == 0x000028, "Wrong size on UEOInventoryCustomData"); \ #define DUMPER7_ASSERTS_FS_PlatformCultureText \ static_assert(alignof(FS_PlatformCultureText) == 0x000008, "Wrong alignment on FS_PlatformCultureText"); \ static_assert(sizeof(FS_PlatformCultureText) == 0x000050, "Wrong size on FS_PlatformCultureText"); \ static_assert(offsetof(FS_PlatformCultureText, PlatformCultureMap_4_1DDE6DD54009673F5DE83AA7D9CC4E75) == 0x000000, "Member 'FS_PlatformCultureText::PlatformCultureMap_4_1DDE6DD54009673F5DE83AA7D9CC4E75' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOCustomLensFlareGhostSettings \ static_assert(alignof(FEOCustomLensFlareGhostSettings) == 0x000004, "Wrong alignment on FEOCustomLensFlareGhostSettings"); \ static_assert(sizeof(FEOCustomLensFlareGhostSettings) == 0x000014, "Wrong size on FEOCustomLensFlareGhostSettings"); \ static_assert(offsetof(FEOCustomLensFlareGhostSettings, Color) == 0x000000, "Member 'FEOCustomLensFlareGhostSettings::Color' has a wrong offset!"); \ static_assert(offsetof(FEOCustomLensFlareGhostSettings, Scale) == 0x000010, "Member 'FEOCustomLensFlareGhostSettings::Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCustomPostProcessLensFlareAsset \ static_assert(alignof(UEOCustomPostProcessLensFlareAsset) == 0x000008, "Wrong alignment on UEOCustomPostProcessLensFlareAsset"); \ static_assert(sizeof(UEOCustomPostProcessLensFlareAsset) == 0x000138, "Wrong size on UEOCustomPostProcessLensFlareAsset"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, FlareIntensity) == 0x000030, "Member 'UEOCustomPostProcessLensFlareAsset::FlareIntensity' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, FlareTint) == 0x000034, "Member 'UEOCustomPostProcessLensFlareAsset::FlareTint' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, FlareGradient) == 0x000048, "Member 'UEOCustomPostProcessLensFlareAsset::FlareGradient' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, GhostIntensity) == 0x000050, "Member 'UEOCustomPostProcessLensFlareAsset::GhostIntensity' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, GhostChromaShift) == 0x000054, "Member 'UEOCustomPostProcessLensFlareAsset::GhostChromaShift' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, Ghost1) == 0x000058, "Member 'UEOCustomPostProcessLensFlareAsset::Ghost1' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, Ghost2) == 0x00006C, "Member 'UEOCustomPostProcessLensFlareAsset::Ghost2' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, Ghost3) == 0x000080, "Member 'UEOCustomPostProcessLensFlareAsset::Ghost3' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, Ghost4) == 0x000094, "Member 'UEOCustomPostProcessLensFlareAsset::Ghost4' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, Ghost5) == 0x0000A8, "Member 'UEOCustomPostProcessLensFlareAsset::Ghost5' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, Ghost6) == 0x0000BC, "Member 'UEOCustomPostProcessLensFlareAsset::Ghost6' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, Ghost7) == 0x0000D0, "Member 'UEOCustomPostProcessLensFlareAsset::Ghost7' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, Ghost8) == 0x0000E4, "Member 'UEOCustomPostProcessLensFlareAsset::Ghost8' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, HaloIntensity) == 0x0000F8, "Member 'UEOCustomPostProcessLensFlareAsset::HaloIntensity' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, HaloWidth) == 0x0000FC, "Member 'UEOCustomPostProcessLensFlareAsset::HaloWidth' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, HaloMask) == 0x000100, "Member 'UEOCustomPostProcessLensFlareAsset::HaloMask' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, HaloCompression) == 0x000104, "Member 'UEOCustomPostProcessLensFlareAsset::HaloCompression' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, HaloChromaShift) == 0x000108, "Member 'UEOCustomPostProcessLensFlareAsset::HaloChromaShift' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, GlareIntensity) == 0x00010C, "Member 'UEOCustomPostProcessLensFlareAsset::GlareIntensity' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, GlareDivider) == 0x000110, "Member 'UEOCustomPostProcessLensFlareAsset::GlareDivider' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, GlareScale) == 0x000114, "Member 'UEOCustomPostProcessLensFlareAsset::GlareScale' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, GlareTint) == 0x000120, "Member 'UEOCustomPostProcessLensFlareAsset::GlareTint' has a wrong offset!"); \ static_assert(offsetof(UEOCustomPostProcessLensFlareAsset, GlareLineMask) == 0x000130, "Member 'UEOCustomPostProcessLensFlareAsset::GlareLineMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOPostProcessSubsystem \ static_assert(alignof(UEOPostProcessSubsystem) == 0x000008, "Wrong alignment on UEOPostProcessSubsystem"); \ static_assert(sizeof(UEOPostProcessSubsystem) == 0x000098, "Wrong size on UEOPostProcessSubsystem"); \ static_assert(offsetof(UEOPostProcessSubsystem, PostProcessAsset) == 0x000070, "Member 'UEOPostProcessSubsystem::PostProcessAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSphericalPontoon \ static_assert(alignof(FSphericalPontoon) == 0x000010, "Wrong alignment on FSphericalPontoon"); \ static_assert(sizeof(FSphericalPontoon) == 0x000220, "Wrong size on FSphericalPontoon"); \ static_assert(offsetof(FSphericalPontoon, CenterSocket) == 0x000000, "Member 'FSphericalPontoon::CenterSocket' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, RelativeLocation) == 0x000008, "Member 'FSphericalPontoon::RelativeLocation' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, Radius) == 0x000014, "Member 'FSphericalPontoon::Radius' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, LocalForce) == 0x000018, "Member 'FSphericalPontoon::LocalForce' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, CenterLocation) == 0x000024, "Member 'FSphericalPontoon::CenterLocation' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, SocketRotation) == 0x000030, "Member 'FSphericalPontoon::SocketRotation' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, Offset) == 0x000040, "Member 'FSphericalPontoon::Offset' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, WaterHeight) == 0x000050, "Member 'FSphericalPontoon::WaterHeight' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, WaterDepth) == 0x000054, "Member 'FSphericalPontoon::WaterDepth' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, ImmersionDepth) == 0x000058, "Member 'FSphericalPontoon::ImmersionDepth' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, WaterPlaneLocation) == 0x00005C, "Member 'FSphericalPontoon::WaterPlaneLocation' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, WaterPlaneNormal) == 0x000068, "Member 'FSphericalPontoon::WaterPlaneNormal' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, WaterSurfacePosition) == 0x000074, "Member 'FSphericalPontoon::WaterSurfacePosition' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, WaterVelocity) == 0x000080, "Member 'FSphericalPontoon::WaterVelocity' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, WaterBodyIndex) == 0x00008C, "Member 'FSphericalPontoon::WaterBodyIndex' has a wrong offset!"); \ static_assert(offsetof(FSphericalPontoon, CurrentWaterBody) == 0x000208, "Member 'FSphericalPontoon::CurrentWaterBody' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUnderwaterPostProcessSettings \ static_assert(alignof(FUnderwaterPostProcessSettings) == 0x000010, "Wrong alignment on FUnderwaterPostProcessSettings"); \ static_assert(sizeof(FUnderwaterPostProcessSettings) == 0x000580, "Wrong size on FUnderwaterPostProcessSettings"); \ static_assert(offsetof(FUnderwaterPostProcessSettings, bEnabled) == 0x000000, "Member 'FUnderwaterPostProcessSettings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FUnderwaterPostProcessSettings, Priority) == 0x000004, "Member 'FUnderwaterPostProcessSettings::Priority' has a wrong offset!"); \ static_assert(offsetof(FUnderwaterPostProcessSettings, BlendRadius) == 0x000008, "Member 'FUnderwaterPostProcessSettings::BlendRadius' has a wrong offset!"); \ static_assert(offsetof(FUnderwaterPostProcessSettings, BlendWeight) == 0x00000C, "Member 'FUnderwaterPostProcessSettings::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(FUnderwaterPostProcessSettings, PostProcessSettings) == 0x000010, "Member 'FUnderwaterPostProcessSettings::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(FUnderwaterPostProcessSettings, UnderwaterPostProcessMaterial) == 0x000570, "Member 'FUnderwaterPostProcessSettings::UnderwaterPostProcessMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBuoyancyData \ static_assert(alignof(FBuoyancyData) == 0x000008, "Wrong alignment on FBuoyancyData"); \ static_assert(sizeof(FBuoyancyData) == 0x000050, "Wrong size on FBuoyancyData"); \ static_assert(offsetof(FBuoyancyData, Pontoons) == 0x000000, "Member 'FBuoyancyData::Pontoons' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, BuoyancyCoefficient) == 0x000010, "Member 'FBuoyancyData::BuoyancyCoefficient' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, BuoyancyDamp) == 0x000014, "Member 'FBuoyancyData::BuoyancyDamp' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, BuoyancyDamp2) == 0x000018, "Member 'FBuoyancyData::BuoyancyDamp2' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, BuoyancyRampMinVelocity) == 0x00001C, "Member 'FBuoyancyData::BuoyancyRampMinVelocity' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, BuoyancyRampMaxVelocity) == 0x000020, "Member 'FBuoyancyData::BuoyancyRampMaxVelocity' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, BuoyancyRampMax) == 0x000024, "Member 'FBuoyancyData::BuoyancyRampMax' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, MaxBuoyantForce) == 0x000028, "Member 'FBuoyancyData::MaxBuoyantForce' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, WaterShorePushFactor) == 0x00002C, "Member 'FBuoyancyData::WaterShorePushFactor' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, WaterVelocityStrength) == 0x000030, "Member 'FBuoyancyData::WaterVelocityStrength' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, MaxWaterForce) == 0x000034, "Member 'FBuoyancyData::MaxWaterForce' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, DragCoefficient) == 0x000038, "Member 'FBuoyancyData::DragCoefficient' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, DragCoefficient2) == 0x00003C, "Member 'FBuoyancyData::DragCoefficient2' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, AngularDragCoefficient) == 0x000040, "Member 'FBuoyancyData::AngularDragCoefficient' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, MaxDragSpeed) == 0x000044, "Member 'FBuoyancyData::MaxDragSpeed' has a wrong offset!"); \ static_assert(offsetof(FBuoyancyData, bApplyDragForcesInWater) == 0x000048, "Member 'FBuoyancyData::bApplyDragForcesInWater' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGerstnerWaveOctave \ static_assert(alignof(FGerstnerWaveOctave) == 0x000004, "Wrong alignment on FGerstnerWaveOctave"); \ static_assert(sizeof(FGerstnerWaveOctave) == 0x000014, "Wrong size on FGerstnerWaveOctave"); \ static_assert(offsetof(FGerstnerWaveOctave, NumWaves) == 0x000000, "Member 'FGerstnerWaveOctave::NumWaves' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWaveOctave, AmplitudeScale) == 0x000004, "Member 'FGerstnerWaveOctave::AmplitudeScale' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWaveOctave, MainDirection) == 0x000008, "Member 'FGerstnerWaveOctave::MainDirection' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWaveOctave, SpreadAngle) == 0x00000C, "Member 'FGerstnerWaveOctave::SpreadAngle' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWaveOctave, bUniformSpread) == 0x000010, "Member 'FGerstnerWaveOctave::bUniformSpread' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGerstnerWave \ static_assert(alignof(FGerstnerWave) == 0x000004, "Wrong alignment on FGerstnerWave"); \ static_assert(sizeof(FGerstnerWave) == 0x000030, "Wrong size on FGerstnerWave"); \ static_assert(offsetof(FGerstnerWave, WaveLength) == 0x000000, "Member 'FGerstnerWave::WaveLength' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, Amplitude) == 0x000004, "Member 'FGerstnerWave::Amplitude' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, Steepness) == 0x000008, "Member 'FGerstnerWave::Steepness' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, Direction) == 0x00000C, "Member 'FGerstnerWave::Direction' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, WaveVector) == 0x000018, "Member 'FGerstnerWave::WaveVector' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, WaveSpeed) == 0x000020, "Member 'FGerstnerWave::WaveSpeed' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, WKA) == 0x000024, "Member 'FGerstnerWave::WKA' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, Q) == 0x000028, "Member 'FGerstnerWave::Q' has a wrong offset!"); \ static_assert(offsetof(FGerstnerWave, PhaseOffset) == 0x00002C, "Member 'FGerstnerWave::PhaseOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterFalloffSettings \ static_assert(alignof(FWaterFalloffSettings) == 0x000004, "Wrong alignment on FWaterFalloffSettings"); \ static_assert(sizeof(FWaterFalloffSettings) == 0x000014, "Wrong size on FWaterFalloffSettings"); \ static_assert(offsetof(FWaterFalloffSettings, FalloffMode) == 0x000000, "Member 'FWaterFalloffSettings::FalloffMode' has a wrong offset!"); \ static_assert(offsetof(FWaterFalloffSettings, FalloffAngle) == 0x000004, "Member 'FWaterFalloffSettings::FalloffAngle' has a wrong offset!"); \ static_assert(offsetof(FWaterFalloffSettings, FalloffWidth) == 0x000008, "Member 'FWaterFalloffSettings::FalloffWidth' has a wrong offset!"); \ static_assert(offsetof(FWaterFalloffSettings, EdgeOffset) == 0x00000C, "Member 'FWaterFalloffSettings::EdgeOffset' has a wrong offset!"); \ static_assert(offsetof(FWaterFalloffSettings, ZOffset) == 0x000010, "Member 'FWaterFalloffSettings::ZOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterBrushEffectBlurring \ static_assert(alignof(FWaterBrushEffectBlurring) == 0x000004, "Wrong alignment on FWaterBrushEffectBlurring"); \ static_assert(sizeof(FWaterBrushEffectBlurring) == 0x000008, "Wrong size on FWaterBrushEffectBlurring"); \ static_assert(offsetof(FWaterBrushEffectBlurring, bBlurShape) == 0x000000, "Member 'FWaterBrushEffectBlurring::bBlurShape' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectBlurring, Radius) == 0x000004, "Member 'FWaterBrushEffectBlurring::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterBrushEffectCurlNoise \ static_assert(alignof(FWaterBrushEffectCurlNoise) == 0x000004, "Wrong alignment on FWaterBrushEffectCurlNoise"); \ static_assert(sizeof(FWaterBrushEffectCurlNoise) == 0x000010, "Wrong size on FWaterBrushEffectCurlNoise"); \ static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl1Amount) == 0x000000, "Member 'FWaterBrushEffectCurlNoise::Curl1Amount' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl2Amount) == 0x000004, "Member 'FWaterBrushEffectCurlNoise::Curl2Amount' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl1Tiling) == 0x000008, "Member 'FWaterBrushEffectCurlNoise::Curl1Tiling' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectCurlNoise, Curl2Tiling) == 0x00000C, "Member 'FWaterBrushEffectCurlNoise::Curl2Tiling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterBrushEffectDisplacement \ static_assert(alignof(FWaterBrushEffectDisplacement) == 0x000008, "Wrong alignment on FWaterBrushEffectDisplacement"); \ static_assert(sizeof(FWaterBrushEffectDisplacement) == 0x000028, "Wrong size on FWaterBrushEffectDisplacement"); \ static_assert(offsetof(FWaterBrushEffectDisplacement, DisplacementHeight) == 0x000000, "Member 'FWaterBrushEffectDisplacement::DisplacementHeight' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectDisplacement, DisplacementTiling) == 0x000004, "Member 'FWaterBrushEffectDisplacement::DisplacementTiling' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectDisplacement, Texture) == 0x000008, "Member 'FWaterBrushEffectDisplacement::Texture' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectDisplacement, Midpoint) == 0x000010, "Member 'FWaterBrushEffectDisplacement::Midpoint' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectDisplacement, Channel) == 0x000014, "Member 'FWaterBrushEffectDisplacement::Channel' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectDisplacement, WeightmapInfluence) == 0x000024, "Member 'FWaterBrushEffectDisplacement::WeightmapInfluence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterBrushEffectSmoothBlending \ static_assert(alignof(FWaterBrushEffectSmoothBlending) == 0x000004, "Wrong alignment on FWaterBrushEffectSmoothBlending"); \ static_assert(sizeof(FWaterBrushEffectSmoothBlending) == 0x000008, "Wrong size on FWaterBrushEffectSmoothBlending"); \ static_assert(offsetof(FWaterBrushEffectSmoothBlending, InnerSmoothDistance) == 0x000000, "Member 'FWaterBrushEffectSmoothBlending::InnerSmoothDistance' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectSmoothBlending, OuterSmoothDistance) == 0x000004, "Member 'FWaterBrushEffectSmoothBlending::OuterSmoothDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterBrushEffectTerracing \ static_assert(alignof(FWaterBrushEffectTerracing) == 0x000004, "Wrong alignment on FWaterBrushEffectTerracing"); \ static_assert(sizeof(FWaterBrushEffectTerracing) == 0x000014, "Wrong size on FWaterBrushEffectTerracing"); \ static_assert(offsetof(FWaterBrushEffectTerracing, TerraceAlpha) == 0x000000, "Member 'FWaterBrushEffectTerracing::TerraceAlpha' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectTerracing, TerraceSpacing) == 0x000004, "Member 'FWaterBrushEffectTerracing::TerraceSpacing' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectTerracing, TerraceSmoothness) == 0x000008, "Member 'FWaterBrushEffectTerracing::TerraceSmoothness' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectTerracing, MaskLength) == 0x00000C, "Member 'FWaterBrushEffectTerracing::MaskLength' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectTerracing, MaskStartOffset) == 0x000010, "Member 'FWaterBrushEffectTerracing::MaskStartOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterBrushEffects \ static_assert(alignof(FWaterBrushEffects) == 0x000008, "Wrong alignment on FWaterBrushEffects"); \ static_assert(sizeof(FWaterBrushEffects) == 0x000060, "Wrong size on FWaterBrushEffects"); \ static_assert(offsetof(FWaterBrushEffects, Blurring) == 0x000000, "Member 'FWaterBrushEffects::Blurring' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffects, CurlNoise) == 0x000008, "Member 'FWaterBrushEffects::CurlNoise' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffects, Displacement) == 0x000018, "Member 'FWaterBrushEffects::Displacement' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffects, SmoothBlending) == 0x000040, "Member 'FWaterBrushEffects::SmoothBlending' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffects, Terracing) == 0x000048, "Member 'FWaterBrushEffects::Terracing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterBodyHeightmapSettings \ static_assert(alignof(FWaterBodyHeightmapSettings) == 0x000008, "Wrong alignment on FWaterBodyHeightmapSettings"); \ static_assert(sizeof(FWaterBodyHeightmapSettings) == 0x000080, "Wrong size on FWaterBodyHeightmapSettings"); \ static_assert(offsetof(FWaterBodyHeightmapSettings, BlendMode) == 0x000000, "Member 'FWaterBodyHeightmapSettings::BlendMode' has a wrong offset!"); \ static_assert(offsetof(FWaterBodyHeightmapSettings, bInvertShape) == 0x000001, "Member 'FWaterBodyHeightmapSettings::bInvertShape' has a wrong offset!"); \ static_assert(offsetof(FWaterBodyHeightmapSettings, FalloffSettings) == 0x000004, "Member 'FWaterBodyHeightmapSettings::FalloffSettings' has a wrong offset!"); \ static_assert(offsetof(FWaterBodyHeightmapSettings, Effects) == 0x000018, "Member 'FWaterBodyHeightmapSettings::Effects' has a wrong offset!"); \ static_assert(offsetof(FWaterBodyHeightmapSettings, Priority) == 0x000078, "Member 'FWaterBodyHeightmapSettings::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterBodyWeightmapSettings \ static_assert(alignof(FWaterBodyWeightmapSettings) == 0x000008, "Wrong alignment on FWaterBodyWeightmapSettings"); \ static_assert(sizeof(FWaterBodyWeightmapSettings) == 0x000020, "Wrong size on FWaterBodyWeightmapSettings"); \ static_assert(offsetof(FWaterBodyWeightmapSettings, FalloffWidth) == 0x000000, "Member 'FWaterBodyWeightmapSettings::FalloffWidth' has a wrong offset!"); \ static_assert(offsetof(FWaterBodyWeightmapSettings, EdgeOffset) == 0x000004, "Member 'FWaterBodyWeightmapSettings::EdgeOffset' has a wrong offset!"); \ static_assert(offsetof(FWaterBodyWeightmapSettings, ModulationTexture) == 0x000008, "Member 'FWaterBodyWeightmapSettings::ModulationTexture' has a wrong offset!"); \ static_assert(offsetof(FWaterBodyWeightmapSettings, TextureTiling) == 0x000010, "Member 'FWaterBodyWeightmapSettings::TextureTiling' has a wrong offset!"); \ static_assert(offsetof(FWaterBodyWeightmapSettings, TextureInfluence) == 0x000014, "Member 'FWaterBodyWeightmapSettings::TextureInfluence' has a wrong offset!"); \ static_assert(offsetof(FWaterBodyWeightmapSettings, Midpoint) == 0x000018, "Member 'FWaterBodyWeightmapSettings::Midpoint' has a wrong offset!"); \ static_assert(offsetof(FWaterBodyWeightmapSettings, FinalOpacity) == 0x00001C, "Member 'FWaterBodyWeightmapSettings::FinalOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterBrushEffectCurves \ static_assert(alignof(FWaterBrushEffectCurves) == 0x000008, "Wrong alignment on FWaterBrushEffectCurves"); \ static_assert(sizeof(FWaterBrushEffectCurves) == 0x000020, "Wrong size on FWaterBrushEffectCurves"); \ static_assert(offsetof(FWaterBrushEffectCurves, bUseCurveChannel) == 0x000000, "Member 'FWaterBrushEffectCurves::bUseCurveChannel' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectCurves, ElevationCurveAsset) == 0x000008, "Member 'FWaterBrushEffectCurves::ElevationCurveAsset' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectCurves, ChannelEdgeOffset) == 0x000010, "Member 'FWaterBrushEffectCurves::ChannelEdgeOffset' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectCurves, ChannelDepth) == 0x000014, "Member 'FWaterBrushEffectCurves::ChannelDepth' has a wrong offset!"); \ static_assert(offsetof(FWaterBrushEffectCurves, CurveRampWidth) == 0x000018, "Member 'FWaterBrushEffectCurves::CurveRampWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterCurveSettings \ static_assert(alignof(FWaterCurveSettings) == 0x000008, "Wrong alignment on FWaterCurveSettings"); \ static_assert(sizeof(FWaterCurveSettings) == 0x000020, "Wrong size on FWaterCurveSettings"); \ static_assert(offsetof(FWaterCurveSettings, bUseCurveChannel) == 0x000000, "Member 'FWaterCurveSettings::bUseCurveChannel' has a wrong offset!"); \ static_assert(offsetof(FWaterCurveSettings, ElevationCurveAsset) == 0x000008, "Member 'FWaterCurveSettings::ElevationCurveAsset' has a wrong offset!"); \ static_assert(offsetof(FWaterCurveSettings, ChannelEdgeOffset) == 0x000010, "Member 'FWaterCurveSettings::ChannelEdgeOffset' has a wrong offset!"); \ static_assert(offsetof(FWaterCurveSettings, ChannelDepth) == 0x000014, "Member 'FWaterCurveSettings::ChannelDepth' has a wrong offset!"); \ static_assert(offsetof(FWaterCurveSettings, CurveRampWidth) == 0x000018, "Member 'FWaterCurveSettings::CurveRampWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWaterSplineCurveDefaults \ static_assert(alignof(FWaterSplineCurveDefaults) == 0x000004, "Wrong alignment on FWaterSplineCurveDefaults"); \ static_assert(sizeof(FWaterSplineCurveDefaults) == 0x000010, "Wrong size on FWaterSplineCurveDefaults"); \ static_assert(offsetof(FWaterSplineCurveDefaults, DefaultDepth) == 0x000000, "Member 'FWaterSplineCurveDefaults::DefaultDepth' has a wrong offset!"); \ static_assert(offsetof(FWaterSplineCurveDefaults, DefaultWidth) == 0x000004, "Member 'FWaterSplineCurveDefaults::DefaultWidth' has a wrong offset!"); \ static_assert(offsetof(FWaterSplineCurveDefaults, DefaultVelocity) == 0x000008, "Member 'FWaterSplineCurveDefaults::DefaultVelocity' has a wrong offset!"); \ static_assert(offsetof(FWaterSplineCurveDefaults, DefaultAudioIntensity) == 0x00000C, "Member 'FWaterSplineCurveDefaults::DefaultAudioIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves \ static_assert(alignof(GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves) == 0x000008, "Wrong alignment on GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves"); \ static_assert(sizeof(GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves) == 0x000010, "Wrong size on GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves"); \ static_assert(offsetof(GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves, OutWaves) == 0x000000, "Member 'GerstnerWaterWaveGeneratorBase_GenerateGerstnerWaves::OutWaves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGerstnerWaterWaveGeneratorBase \ static_assert(alignof(UGerstnerWaterWaveGeneratorBase) == 0x000008, "Wrong alignment on UGerstnerWaterWaveGeneratorBase"); \ static_assert(sizeof(UGerstnerWaterWaveGeneratorBase) == 0x000028, "Wrong size on UGerstnerWaterWaveGeneratorBase"); \ #define DUMPER7_ASSERTS_UGerstnerWaterWaveGeneratorSimple \ static_assert(alignof(UGerstnerWaterWaveGeneratorSimple) == 0x000008, "Wrong alignment on UGerstnerWaterWaveGeneratorSimple"); \ static_assert(sizeof(UGerstnerWaterWaveGeneratorSimple) == 0x000060, "Wrong size on UGerstnerWaterWaveGeneratorSimple"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, NumWaves) == 0x000028, "Member 'UGerstnerWaterWaveGeneratorSimple::NumWaves' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, Seed) == 0x00002C, "Member 'UGerstnerWaterWaveGeneratorSimple::Seed' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, Randomness) == 0x000030, "Member 'UGerstnerWaterWaveGeneratorSimple::Randomness' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MinWavelength) == 0x000034, "Member 'UGerstnerWaterWaveGeneratorSimple::MinWavelength' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MaxWavelength) == 0x000038, "Member 'UGerstnerWaterWaveGeneratorSimple::MaxWavelength' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, WavelengthFalloff) == 0x00003C, "Member 'UGerstnerWaterWaveGeneratorSimple::WavelengthFalloff' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MinAmplitude) == 0x000040, "Member 'UGerstnerWaterWaveGeneratorSimple::MinAmplitude' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, MaxAmplitude) == 0x000044, "Member 'UGerstnerWaterWaveGeneratorSimple::MaxAmplitude' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, AmplitudeFalloff) == 0x000048, "Member 'UGerstnerWaterWaveGeneratorSimple::AmplitudeFalloff' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, WindAngleDeg) == 0x00004C, "Member 'UGerstnerWaterWaveGeneratorSimple::WindAngleDeg' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, DirectionAngularSpreadDeg) == 0x000050, "Member 'UGerstnerWaterWaveGeneratorSimple::DirectionAngularSpreadDeg' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, SmallWaveSteepness) == 0x000054, "Member 'UGerstnerWaterWaveGeneratorSimple::SmallWaveSteepness' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, LargeWaveSteepness) == 0x000058, "Member 'UGerstnerWaterWaveGeneratorSimple::LargeWaveSteepness' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSimple, SteepnessFalloff) == 0x00005C, "Member 'UGerstnerWaterWaveGeneratorSimple::SteepnessFalloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BuoyancyComponent_GetLastWaterSurfaceInfo \ static_assert(alignof(BuoyancyComponent_GetLastWaterSurfaceInfo) == 0x000004, "Wrong alignment on BuoyancyComponent_GetLastWaterSurfaceInfo"); \ static_assert(sizeof(BuoyancyComponent_GetLastWaterSurfaceInfo) == 0x000038, "Wrong size on BuoyancyComponent_GetLastWaterSurfaceInfo"); \ static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterPlaneLocation) == 0x000000, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterPlaneLocation' has a wrong offset!"); \ static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterPlaneNormal) == 0x00000C, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterPlaneNormal' has a wrong offset!"); \ static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterSurfacePosition) == 0x000018, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterSurfacePosition' has a wrong offset!"); \ static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterDepth) == 0x000024, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterDepth' has a wrong offset!"); \ static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterBodyIdx) == 0x000028, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterBodyIdx' has a wrong offset!"); \ static_assert(offsetof(BuoyancyComponent_GetLastWaterSurfaceInfo, OutWaterVelocity) == 0x00002C, "Member 'BuoyancyComponent_GetLastWaterSurfaceInfo::OutWaterVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BuoyancyComponent_OnPontoonEnteredWater \ static_assert(alignof(BuoyancyComponent_OnPontoonEnteredWater) == 0x000010, "Wrong alignment on BuoyancyComponent_OnPontoonEnteredWater"); \ static_assert(sizeof(BuoyancyComponent_OnPontoonEnteredWater) == 0x000220, "Wrong size on BuoyancyComponent_OnPontoonEnteredWater"); \ static_assert(offsetof(BuoyancyComponent_OnPontoonEnteredWater, Pontoon) == 0x000000, "Member 'BuoyancyComponent_OnPontoonEnteredWater::Pontoon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BuoyancyComponent_OnPontoonExitedWater \ static_assert(alignof(BuoyancyComponent_OnPontoonExitedWater) == 0x000010, "Wrong alignment on BuoyancyComponent_OnPontoonExitedWater"); \ static_assert(sizeof(BuoyancyComponent_OnPontoonExitedWater) == 0x000220, "Wrong size on BuoyancyComponent_OnPontoonExitedWater"); \ static_assert(offsetof(BuoyancyComponent_OnPontoonExitedWater, Pontoon) == 0x000000, "Member 'BuoyancyComponent_OnPontoonExitedWater::Pontoon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BuoyancyComponent_IsInWaterBody \ static_assert(alignof(BuoyancyComponent_IsInWaterBody) == 0x000001, "Wrong alignment on BuoyancyComponent_IsInWaterBody"); \ static_assert(sizeof(BuoyancyComponent_IsInWaterBody) == 0x000001, "Wrong size on BuoyancyComponent_IsInWaterBody"); \ static_assert(offsetof(BuoyancyComponent_IsInWaterBody, ReturnValue) == 0x000000, "Member 'BuoyancyComponent_IsInWaterBody::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBuoyancyComponent \ static_assert(alignof(UBuoyancyComponent) == 0x000008, "Wrong alignment on UBuoyancyComponent"); \ static_assert(sizeof(UBuoyancyComponent) == 0x0001E0, "Wrong size on UBuoyancyComponent"); \ static_assert(offsetof(UBuoyancyComponent, Pontoons) == 0x0000B8, "Member 'UBuoyancyComponent::Pontoons' has a wrong offset!"); \ static_assert(offsetof(UBuoyancyComponent, OnEnteredWaterDelegate) == 0x0000C8, "Member 'UBuoyancyComponent::OnEnteredWaterDelegate' has a wrong offset!"); \ static_assert(offsetof(UBuoyancyComponent, OnExitedWaterDelegate) == 0x0000D8, "Member 'UBuoyancyComponent::OnExitedWaterDelegate' has a wrong offset!"); \ static_assert(offsetof(UBuoyancyComponent, BuoyancyData) == 0x0000E8, "Member 'UBuoyancyComponent::BuoyancyData' has a wrong offset!"); \ static_assert(offsetof(UBuoyancyComponent, CurrentWaterBodies) == 0x000138, "Member 'UBuoyancyComponent::CurrentWaterBodies' has a wrong offset!"); \ static_assert(offsetof(UBuoyancyComponent, SimulatingComponent) == 0x000148, "Member 'UBuoyancyComponent::SimulatingComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGerstnerWaterWaveGeneratorSpectrum \ static_assert(alignof(UGerstnerWaterWaveGeneratorSpectrum) == 0x000008, "Wrong alignment on UGerstnerWaterWaveGeneratorSpectrum"); \ static_assert(sizeof(UGerstnerWaterWaveGeneratorSpectrum) == 0x000040, "Wrong size on UGerstnerWaterWaveGeneratorSpectrum"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSpectrum, SpectrumType) == 0x000028, "Member 'UGerstnerWaterWaveGeneratorSpectrum::SpectrumType' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaveGeneratorSpectrum, Octaves) == 0x000030, "Member 'UGerstnerWaterWaveGeneratorSpectrum::Octaves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BuoyancyManager_GetBuoyancyComponentManager \ static_assert(alignof(BuoyancyManager_GetBuoyancyComponentManager) == 0x000008, "Wrong alignment on BuoyancyManager_GetBuoyancyComponentManager"); \ static_assert(sizeof(BuoyancyManager_GetBuoyancyComponentManager) == 0x000018, "Wrong size on BuoyancyManager_GetBuoyancyComponentManager"); \ static_assert(offsetof(BuoyancyManager_GetBuoyancyComponentManager, WorldContextObject) == 0x000000, "Member 'BuoyancyManager_GetBuoyancyComponentManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(BuoyancyManager_GetBuoyancyComponentManager, Manager) == 0x000008, "Member 'BuoyancyManager_GetBuoyancyComponentManager::Manager' has a wrong offset!"); \ static_assert(offsetof(BuoyancyManager_GetBuoyancyComponentManager, ReturnValue) == 0x000010, "Member 'BuoyancyManager_GetBuoyancyComponentManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABuoyancyManager \ static_assert(alignof(ABuoyancyManager) == 0x000008, "Wrong alignment on ABuoyancyManager"); \ static_assert(sizeof(ABuoyancyManager) == 0x0002E8, "Wrong size on ABuoyancyManager"); \ static_assert(offsetof(ABuoyancyManager, BuoyancyComponents) == 0x000280, "Member 'ABuoyancyManager::BuoyancyComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConvertWaterBodyActorsCommandlet \ static_assert(alignof(UConvertWaterBodyActorsCommandlet) == 0x000008, "Wrong alignment on UConvertWaterBodyActorsCommandlet"); \ static_assert(sizeof(UConvertWaterBodyActorsCommandlet) == 0x000080, "Wrong size on UConvertWaterBodyActorsCommandlet"); \ #define DUMPER7_ASSERTS_UEnvQueryTest_InsideWaterBody \ static_assert(alignof(UEnvQueryTest_InsideWaterBody) == 0x000008, "Wrong alignment on UEnvQueryTest_InsideWaterBody"); \ static_assert(sizeof(UEnvQueryTest_InsideWaterBody) == 0x000200, "Wrong size on UEnvQueryTest_InsideWaterBody"); \ static_assert(offsetof(UEnvQueryTest_InsideWaterBody, bIncludeWaves) == 0x0001F8, "Member 'UEnvQueryTest_InsideWaterBody::bIncludeWaves' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_InsideWaterBody, bSimpleWaves) == 0x0001F9, "Member 'UEnvQueryTest_InsideWaterBody::bSimpleWaves' has a wrong offset!"); \ static_assert(offsetof(UEnvQueryTest_InsideWaterBody, bIgnoreExclusionVolumes) == 0x0001FA, "Member 'UEnvQueryTest_InsideWaterBody::bIgnoreExclusionVolumes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaterWavesBase \ static_assert(alignof(UWaterWavesBase) == 0x000008, "Wrong alignment on UWaterWavesBase"); \ static_assert(sizeof(UWaterWavesBase) == 0x000028, "Wrong size on UWaterWavesBase"); \ #define DUMPER7_ASSERTS_UWaterWaves \ static_assert(alignof(UWaterWaves) == 0x000008, "Wrong alignment on UWaterWaves"); \ static_assert(sizeof(UWaterWaves) == 0x000028, "Wrong size on UWaterWaves"); \ #define DUMPER7_ASSERTS_UGerstnerWaterWaves \ static_assert(alignof(UGerstnerWaterWaves) == 0x000008, "Wrong alignment on UGerstnerWaterWaves"); \ static_assert(sizeof(UGerstnerWaterWaves) == 0x000048, "Wrong size on UGerstnerWaterWaves"); \ static_assert(offsetof(UGerstnerWaterWaves, GerstnerWaveGenerator) == 0x000028, "Member 'UGerstnerWaterWaves::GerstnerWaveGenerator' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaves, GerstnerWaves) == 0x000030, "Member 'UGerstnerWaterWaves::GerstnerWaves' has a wrong offset!"); \ static_assert(offsetof(UGerstnerWaterWaves, MaxWaveHeight) == 0x000040, "Member 'UGerstnerWaterWaves::MaxWaveHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGerstnerWaterWaveSubsystem \ static_assert(alignof(UGerstnerWaterWaveSubsystem) == 0x000008, "Wrong alignment on UGerstnerWaterWaveSubsystem"); \ static_assert(sizeof(UGerstnerWaterWaveSubsystem) == 0x000048, "Wrong size on UGerstnerWaterWaveSubsystem"); \ #define DUMPER7_ASSERTS_ULakeCollisionComponent \ static_assert(alignof(ULakeCollisionComponent) == 0x000010, "Wrong alignment on ULakeCollisionComponent"); \ static_assert(sizeof(ULakeCollisionComponent) == 0x000480, "Wrong size on ULakeCollisionComponent"); \ static_assert(offsetof(ULakeCollisionComponent, CachedBodySetup) == 0x000460, "Member 'ULakeCollisionComponent::CachedBodySetup' has a wrong offset!"); \ static_assert(offsetof(ULakeCollisionComponent, BoxExtent) == 0x000468, "Member 'ULakeCollisionComponent::BoxExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceWater \ static_assert(alignof(UNiagaraDataInterfaceWater) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceWater"); \ static_assert(sizeof(UNiagaraDataInterfaceWater) == 0x000040, "Wrong size on UNiagaraDataInterfaceWater"); \ static_assert(offsetof(UNiagaraDataInterfaceWater, SourceBody) == 0x000038, "Member 'UNiagaraDataInterfaceWater::SourceBody' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NiagaraWaterFunctionLibrary_SetWaterBody \ static_assert(alignof(NiagaraWaterFunctionLibrary_SetWaterBody) == 0x000008, "Wrong alignment on NiagaraWaterFunctionLibrary_SetWaterBody"); \ static_assert(sizeof(NiagaraWaterFunctionLibrary_SetWaterBody) == 0x000020, "Wrong size on NiagaraWaterFunctionLibrary_SetWaterBody"); \ static_assert(offsetof(NiagaraWaterFunctionLibrary_SetWaterBody, NiagaraSystem) == 0x000000, "Member 'NiagaraWaterFunctionLibrary_SetWaterBody::NiagaraSystem' has a wrong offset!"); \ static_assert(offsetof(NiagaraWaterFunctionLibrary_SetWaterBody, OverrideName) == 0x000008, "Member 'NiagaraWaterFunctionLibrary_SetWaterBody::OverrideName' has a wrong offset!"); \ static_assert(offsetof(NiagaraWaterFunctionLibrary_SetWaterBody, WaterBody) == 0x000018, "Member 'NiagaraWaterFunctionLibrary_SetWaterBody::WaterBody' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraWaterFunctionLibrary \ static_assert(alignof(UNiagaraWaterFunctionLibrary) == 0x000008, "Wrong alignment on UNiagaraWaterFunctionLibrary"); \ static_assert(sizeof(UNiagaraWaterFunctionLibrary) == 0x000028, "Wrong size on UNiagaraWaterFunctionLibrary"); \ #define DUMPER7_ASSERTS_UOceanCollisionComponent \ static_assert(alignof(UOceanCollisionComponent) == 0x000010, "Wrong alignment on UOceanCollisionComponent"); \ static_assert(sizeof(UOceanCollisionComponent) == 0x000490, "Wrong size on UOceanCollisionComponent"); \ static_assert(offsetof(UOceanCollisionComponent, CachedBodySetup) == 0x000460, "Member 'UOceanCollisionComponent::CachedBodySetup' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOceanBoxCollisionComponent \ static_assert(alignof(UOceanBoxCollisionComponent) == 0x000010, "Wrong alignment on UOceanBoxCollisionComponent"); \ static_assert(sizeof(UOceanBoxCollisionComponent) == 0x000490, "Wrong size on UOceanBoxCollisionComponent"); \ #define DUMPER7_ASSERTS_WaterBody_GetRiverToLakeTransitionMaterialInstance \ static_assert(alignof(WaterBody_GetRiverToLakeTransitionMaterialInstance) == 0x000008, "Wrong alignment on WaterBody_GetRiverToLakeTransitionMaterialInstance"); \ static_assert(sizeof(WaterBody_GetRiverToLakeTransitionMaterialInstance) == 0x000008, "Wrong size on WaterBody_GetRiverToLakeTransitionMaterialInstance"); \ static_assert(offsetof(WaterBody_GetRiverToLakeTransitionMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBody_GetRiverToLakeTransitionMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterBody_GetRiverToOceanTransitionMaterialInstance \ static_assert(alignof(WaterBody_GetRiverToOceanTransitionMaterialInstance) == 0x000008, "Wrong alignment on WaterBody_GetRiverToOceanTransitionMaterialInstance"); \ static_assert(sizeof(WaterBody_GetRiverToOceanTransitionMaterialInstance) == 0x000008, "Wrong size on WaterBody_GetRiverToOceanTransitionMaterialInstance"); \ static_assert(offsetof(WaterBody_GetRiverToOceanTransitionMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBody_GetRiverToOceanTransitionMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterBody_GetUnderwaterPostProcessMaterialInstance \ static_assert(alignof(WaterBody_GetUnderwaterPostProcessMaterialInstance) == 0x000008, "Wrong alignment on WaterBody_GetUnderwaterPostProcessMaterialInstance"); \ static_assert(sizeof(WaterBody_GetUnderwaterPostProcessMaterialInstance) == 0x000008, "Wrong size on WaterBody_GetUnderwaterPostProcessMaterialInstance"); \ static_assert(offsetof(WaterBody_GetUnderwaterPostProcessMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBody_GetUnderwaterPostProcessMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterBody_GetWaterMaterialInstance \ static_assert(alignof(WaterBody_GetWaterMaterialInstance) == 0x000008, "Wrong alignment on WaterBody_GetWaterMaterialInstance"); \ static_assert(sizeof(WaterBody_GetWaterMaterialInstance) == 0x000008, "Wrong size on WaterBody_GetWaterMaterialInstance"); \ static_assert(offsetof(WaterBody_GetWaterMaterialInstance, ReturnValue) == 0x000000, "Member 'WaterBody_GetWaterMaterialInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterBody_OnWaterBodyChanged \ static_assert(alignof(WaterBody_OnWaterBodyChanged) == 0x000001, "Wrong alignment on WaterBody_OnWaterBodyChanged"); \ static_assert(sizeof(WaterBody_OnWaterBodyChanged) == 0x000002, "Wrong size on WaterBody_OnWaterBodyChanged"); \ static_assert(offsetof(WaterBody_OnWaterBodyChanged, bShapeOrPositionChanged) == 0x000000, "Member 'WaterBody_OnWaterBodyChanged::bShapeOrPositionChanged' has a wrong offset!"); \ static_assert(offsetof(WaterBody_OnWaterBodyChanged, bWeightmapSettingsChanged) == 0x000001, "Member 'WaterBody_OnWaterBodyChanged::bWeightmapSettingsChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterBody_SetWaterWaves \ static_assert(alignof(WaterBody_SetWaterWaves) == 0x000008, "Wrong alignment on WaterBody_SetWaterWaves"); \ static_assert(sizeof(WaterBody_SetWaterWaves) == 0x000008, "Wrong size on WaterBody_SetWaterWaves"); \ static_assert(offsetof(WaterBody_SetWaterWaves, InWaterWaves) == 0x000000, "Member 'WaterBody_SetWaterWaves::InWaterWaves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterBody_GetExclusionVolumes \ static_assert(alignof(WaterBody_GetExclusionVolumes) == 0x000008, "Wrong alignment on WaterBody_GetExclusionVolumes"); \ static_assert(sizeof(WaterBody_GetExclusionVolumes) == 0x000010, "Wrong size on WaterBody_GetExclusionVolumes"); \ static_assert(offsetof(WaterBody_GetExclusionVolumes, ReturnValue) == 0x000000, "Member 'WaterBody_GetExclusionVolumes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterBody_GetIslands \ static_assert(alignof(WaterBody_GetIslands) == 0x000008, "Wrong alignment on WaterBody_GetIslands"); \ static_assert(sizeof(WaterBody_GetIslands) == 0x000010, "Wrong size on WaterBody_GetIslands"); \ static_assert(offsetof(WaterBody_GetIslands, ReturnValue) == 0x000000, "Member 'WaterBody_GetIslands::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterBody_GetMaxWaveHeight \ static_assert(alignof(WaterBody_GetMaxWaveHeight) == 0x000004, "Wrong alignment on WaterBody_GetMaxWaveHeight"); \ static_assert(sizeof(WaterBody_GetMaxWaveHeight) == 0x000004, "Wrong size on WaterBody_GetMaxWaveHeight"); \ static_assert(offsetof(WaterBody_GetMaxWaveHeight, ReturnValue) == 0x000000, "Member 'WaterBody_GetMaxWaveHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterBody_GetWaterMaterial \ static_assert(alignof(WaterBody_GetWaterMaterial) == 0x000008, "Wrong alignment on WaterBody_GetWaterMaterial"); \ static_assert(sizeof(WaterBody_GetWaterMaterial) == 0x000008, "Wrong size on WaterBody_GetWaterMaterial"); \ static_assert(offsetof(WaterBody_GetWaterMaterial, ReturnValue) == 0x000000, "Member 'WaterBody_GetWaterMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterBody_GetWaterSpline \ static_assert(alignof(WaterBody_GetWaterSpline) == 0x000008, "Wrong alignment on WaterBody_GetWaterSpline"); \ static_assert(sizeof(WaterBody_GetWaterSpline) == 0x000008, "Wrong size on WaterBody_GetWaterSpline"); \ static_assert(offsetof(WaterBody_GetWaterSpline, ReturnValue) == 0x000000, "Member 'WaterBody_GetWaterSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterBody \ static_assert(alignof(AWaterBody) == 0x000010, "Wrong alignment on AWaterBody"); \ static_assert(sizeof(AWaterBody) == 0x000E00, "Wrong size on AWaterBody"); \ static_assert(offsetof(AWaterBody, PhysicalMaterial) == 0x000240, "Member 'AWaterBody::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, TargetWaveMaskDepth) == 0x000248, "Member 'AWaterBody::TargetWaveMaskDepth' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, MaxWaveHeightOffset) == 0x00024C, "Member 'AWaterBody::MaxWaveHeightOffset' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, WaterBodyIndex) == 0x000250, "Member 'AWaterBody::WaterBodyIndex' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, bFillCollisionUnderWaterBodiesForNavmesh) == 0x000254, "Member 'AWaterBody::bFillCollisionUnderWaterBodiesForNavmesh' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, UnderwaterPostProcessSettings) == 0x000260, "Member 'AWaterBody::UnderwaterPostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, WaterBodyType) == 0x0007E0, "Member 'AWaterBody::WaterBodyType' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, CurveSettings) == 0x0007E8, "Member 'AWaterBody::CurveSettings' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, WaterMaterial) == 0x000808, "Member 'AWaterBody::WaterMaterial' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, UnderwaterPostProcessMaterial) == 0x000810, "Member 'AWaterBody::UnderwaterPostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, bAffectsLandscape) == 0x000818, "Member 'AWaterBody::bAffectsLandscape' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, bGenerateCollisions) == 0x000819, "Member 'AWaterBody::bGenerateCollisions' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, bOverrideWaterMesh) == 0x00081A, "Member 'AWaterBody::bOverrideWaterMesh' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, WaterMeshOverride) == 0x000820, "Member 'AWaterBody::WaterMeshOverride' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, OverlapMaterialPriority) == 0x000828, "Member 'AWaterBody::OverlapMaterialPriority' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, CollisionProfileName) == 0x00082C, "Member 'AWaterBody::CollisionProfileName' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, SplineComp) == 0x000838, "Member 'AWaterBody::SplineComp' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, WaterSplineMetadata) == 0x000840, "Member 'AWaterBody::WaterSplineMetadata' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, WaterMID) == 0x000848, "Member 'AWaterBody::WaterMID' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, UnderwaterPostProcessMID) == 0x000850, "Member 'AWaterBody::UnderwaterPostProcessMID' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, Islands) == 0x000858, "Member 'AWaterBody::Islands' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, ExclusionVolumes) == 0x000868, "Member 'AWaterBody::ExclusionVolumes' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, Landscape) == 0x000878, "Member 'AWaterBody::Landscape' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, CurrentPostProcessSettings) == 0x000880, "Member 'AWaterBody::CurrentPostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, bCanAffectNavigation) == 0x000DE0, "Member 'AWaterBody::bCanAffectNavigation' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, WaterNavAreaClass) == 0x000DE8, "Member 'AWaterBody::WaterNavAreaClass' has a wrong offset!"); \ static_assert(offsetof(AWaterBody, WaterWaves) == 0x000DF0, "Member 'AWaterBody::WaterWaves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaterBodyGenerator \ static_assert(alignof(UWaterBodyGenerator) == 0x000008, "Wrong alignment on UWaterBodyGenerator"); \ static_assert(sizeof(UWaterBodyGenerator) == 0x000028, "Wrong size on UWaterBodyGenerator"); \ #define DUMPER7_ASSERTS_UCustomMeshGenerator \ static_assert(alignof(UCustomMeshGenerator) == 0x000008, "Wrong alignment on UCustomMeshGenerator"); \ static_assert(sizeof(UCustomMeshGenerator) == 0x000030, "Wrong size on UCustomMeshGenerator"); \ static_assert(offsetof(UCustomMeshGenerator, MeshComp) == 0x000028, "Member 'UCustomMeshGenerator::MeshComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterBodyCustom \ static_assert(alignof(AWaterBodyCustom) == 0x000010, "Wrong alignment on AWaterBodyCustom"); \ static_assert(sizeof(AWaterBodyCustom) == 0x000E00, "Wrong size on AWaterBodyCustom"); \ static_assert(offsetof(AWaterBodyCustom, CustomGenerator) == 0x000DF8, "Member 'AWaterBodyCustom::CustomGenerator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterBodyExclusionVolume \ static_assert(alignof(AWaterBodyExclusionVolume) == 0x000008, "Wrong alignment on AWaterBodyExclusionVolume"); \ static_assert(sizeof(AWaterBodyExclusionVolume) == 0x000290, "Wrong size on AWaterBodyExclusionVolume"); \ static_assert(offsetof(AWaterBodyExclusionVolume, bIgnoreAllOverlappingWaterBodies) == 0x000278, "Member 'AWaterBodyExclusionVolume::bIgnoreAllOverlappingWaterBodies' has a wrong offset!"); \ static_assert(offsetof(AWaterBodyExclusionVolume, WaterBodiesToIgnore) == 0x000280, "Member 'AWaterBodyExclusionVolume::WaterBodiesToIgnore' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterBodyIsland_GetWaterSpline \ static_assert(alignof(WaterBodyIsland_GetWaterSpline) == 0x000008, "Wrong alignment on WaterBodyIsland_GetWaterSpline"); \ static_assert(sizeof(WaterBodyIsland_GetWaterSpline) == 0x000008, "Wrong size on WaterBodyIsland_GetWaterSpline"); \ static_assert(offsetof(WaterBodyIsland_GetWaterSpline, ReturnValue) == 0x000000, "Member 'WaterBodyIsland_GetWaterSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterBodyIsland \ static_assert(alignof(AWaterBodyIsland) == 0x000008, "Wrong alignment on AWaterBodyIsland"); \ static_assert(sizeof(AWaterBodyIsland) == 0x000240, "Wrong size on AWaterBodyIsland"); \ static_assert(offsetof(AWaterBodyIsland, SplineComp) == 0x000238, "Member 'AWaterBodyIsland::SplineComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULakeGenerator \ static_assert(alignof(ULakeGenerator) == 0x000008, "Wrong alignment on ULakeGenerator"); \ static_assert(sizeof(ULakeGenerator) == 0x000040, "Wrong size on ULakeGenerator"); \ static_assert(offsetof(ULakeGenerator, LakeMeshComp) == 0x000028, "Member 'ULakeGenerator::LakeMeshComp' has a wrong offset!"); \ static_assert(offsetof(ULakeGenerator, LakeCollisionComp) == 0x000030, "Member 'ULakeGenerator::LakeCollisionComp' has a wrong offset!"); \ static_assert(offsetof(ULakeGenerator, LakeCollision) == 0x000038, "Member 'ULakeGenerator::LakeCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterBodyLake \ static_assert(alignof(AWaterBodyLake) == 0x000010, "Wrong alignment on AWaterBodyLake"); \ static_assert(sizeof(AWaterBodyLake) == 0x000E00, "Wrong size on AWaterBodyLake"); \ static_assert(offsetof(AWaterBodyLake, LakeGenerator) == 0x000DF8, "Member 'AWaterBodyLake::LakeGenerator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOceanGenerator \ static_assert(alignof(UOceanGenerator) == 0x000008, "Wrong alignment on UOceanGenerator"); \ static_assert(sizeof(UOceanGenerator) == 0x000048, "Wrong size on UOceanGenerator"); \ static_assert(offsetof(UOceanGenerator, CollisionBoxes) == 0x000028, "Member 'UOceanGenerator::CollisionBoxes' has a wrong offset!"); \ static_assert(offsetof(UOceanGenerator, CollisionHullSets) == 0x000038, "Member 'UOceanGenerator::CollisionHullSets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterBodyOcean \ static_assert(alignof(AWaterBodyOcean) == 0x000010, "Wrong alignment on AWaterBodyOcean"); \ static_assert(sizeof(AWaterBodyOcean) == 0x000E10, "Wrong size on AWaterBodyOcean"); \ static_assert(offsetof(AWaterBodyOcean, OceanGenerator) == 0x000DF8, "Member 'AWaterBodyOcean::OceanGenerator' has a wrong offset!"); \ static_assert(offsetof(AWaterBodyOcean, CollisionExtents) == 0x000E00, "Member 'AWaterBodyOcean::CollisionExtents' has a wrong offset!"); \ static_assert(offsetof(AWaterBodyOcean, HeightOffset) == 0x000E0C, "Member 'AWaterBodyOcean::HeightOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URiverGenerator \ static_assert(alignof(URiverGenerator) == 0x000008, "Wrong alignment on URiverGenerator"); \ static_assert(sizeof(URiverGenerator) == 0x000038, "Wrong size on URiverGenerator"); \ static_assert(offsetof(URiverGenerator, SplineMeshComponents) == 0x000028, "Member 'URiverGenerator::SplineMeshComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWaterBodyRiver \ static_assert(alignof(AWaterBodyRiver) == 0x000010, "Wrong alignment on AWaterBodyRiver"); \ static_assert(sizeof(AWaterBodyRiver) == 0x000E20, "Wrong size on AWaterBodyRiver"); \ static_assert(offsetof(AWaterBodyRiver, RiverGenerator) == 0x000DF8, "Member 'AWaterBodyRiver::RiverGenerator' has a wrong offset!"); \ static_assert(offsetof(AWaterBodyRiver, LakeTransitionMaterial) == 0x000E00, "Member 'AWaterBodyRiver::LakeTransitionMaterial' has a wrong offset!"); \ static_assert(offsetof(AWaterBodyRiver, LakeTransitionMID) == 0x000E08, "Member 'AWaterBodyRiver::LakeTransitionMID' has a wrong offset!"); \ static_assert(offsetof(AWaterBodyRiver, OceanTransitionMaterial) == 0x000E10, "Member 'AWaterBodyRiver::OceanTransitionMaterial' has a wrong offset!"); \ static_assert(offsetof(AWaterBodyRiver, OceanTransitionMID) == 0x000E18, "Member 'AWaterBodyRiver::OceanTransitionMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IWaterBrushActorInterface \ static_assert(alignof(IWaterBrushActorInterface) == 0x000001, "Wrong alignment on IWaterBrushActorInterface"); \ static_assert(sizeof(IWaterBrushActorInterface) == 0x000001, "Wrong size on IWaterBrushActorInterface"); \ #define DUMPER7_ASSERTS_AWaterMeshActor \ static_assert(alignof(AWaterMeshActor) == 0x000008, "Wrong alignment on AWaterMeshActor"); \ static_assert(sizeof(AWaterMeshActor) == 0x000240, "Wrong size on AWaterMeshActor"); \ static_assert(offsetof(AWaterMeshActor, WaterVelocityTexture) == 0x000230, "Member 'AWaterMeshActor::WaterVelocityTexture' has a wrong offset!"); \ static_assert(offsetof(AWaterMeshActor, WaterMesh) == 0x000238, "Member 'AWaterMeshActor::WaterMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterMeshComponent_IsEnabled \ static_assert(alignof(WaterMeshComponent_IsEnabled) == 0x000001, "Wrong alignment on WaterMeshComponent_IsEnabled"); \ static_assert(sizeof(WaterMeshComponent_IsEnabled) == 0x000001, "Wrong size on WaterMeshComponent_IsEnabled"); \ static_assert(offsetof(WaterMeshComponent_IsEnabled, ReturnValue) == 0x000000, "Member 'WaterMeshComponent_IsEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaterMeshComponent \ static_assert(alignof(UWaterMeshComponent) == 0x000010, "Wrong alignment on UWaterMeshComponent"); \ static_assert(sizeof(UWaterMeshComponent) == 0x0005B0, "Wrong size on UWaterMeshComponent"); \ static_assert(offsetof(UWaterMeshComponent, ForceCollapseDensityLevel) == 0x000488, "Member 'UWaterMeshComponent::ForceCollapseDensityLevel' has a wrong offset!"); \ static_assert(offsetof(UWaterMeshComponent, TileSize) == 0x00048C, "Member 'UWaterMeshComponent::TileSize' has a wrong offset!"); \ static_assert(offsetof(UWaterMeshComponent, ExtentInTiles) == 0x000490, "Member 'UWaterMeshComponent::ExtentInTiles' has a wrong offset!"); \ static_assert(offsetof(UWaterMeshComponent, FarDistanceMaterial) == 0x000498, "Member 'UWaterMeshComponent::FarDistanceMaterial' has a wrong offset!"); \ static_assert(offsetof(UWaterMeshComponent, FarDistanceMeshExtent) == 0x0004A0, "Member 'UWaterMeshComponent::FarDistanceMeshExtent' has a wrong offset!"); \ static_assert(offsetof(UWaterMeshComponent, RTWorldLocation) == 0x0004A4, "Member 'UWaterMeshComponent::RTWorldLocation' has a wrong offset!"); \ static_assert(offsetof(UWaterMeshComponent, RTWorldSizeVector) == 0x0004B0, "Member 'UWaterMeshComponent::RTWorldSizeVector' has a wrong offset!"); \ static_assert(offsetof(UWaterMeshComponent, UsedMaterials) == 0x000520, "Member 'UWaterMeshComponent::UsedMaterials' has a wrong offset!"); \ static_assert(offsetof(UWaterMeshComponent, TessellationFactor) == 0x0005A0, "Member 'UWaterMeshComponent::TessellationFactor' has a wrong offset!"); \ static_assert(offsetof(UWaterMeshComponent, LODScale) == 0x0005A4, "Member 'UWaterMeshComponent::LODScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaterRuntimeSettings \ static_assert(alignof(UWaterRuntimeSettings) == 0x000008, "Wrong alignment on UWaterRuntimeSettings"); \ static_assert(sizeof(UWaterRuntimeSettings) == 0x000078, "Wrong size on UWaterRuntimeSettings"); \ static_assert(offsetof(UWaterRuntimeSettings, CollisionChannelForWaterTraces) == 0x000038, "Member 'UWaterRuntimeSettings::CollisionChannelForWaterTraces' has a wrong offset!"); \ static_assert(offsetof(UWaterRuntimeSettings, MaterialParameterCollection) == 0x000040, "Member 'UWaterRuntimeSettings::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(UWaterRuntimeSettings, WaterBodyIconWorldSize) == 0x000068, "Member 'UWaterRuntimeSettings::WaterBodyIconWorldSize' has a wrong offset!"); \ static_assert(offsetof(UWaterRuntimeSettings, WaterBodyIconWorldZOffset) == 0x00006C, "Member 'UWaterRuntimeSettings::WaterBodyIconWorldZOffset' has a wrong offset!"); \ static_assert(offsetof(UWaterRuntimeSettings, DefaultWaterCollisionProfileName) == 0x000070, "Member 'UWaterRuntimeSettings::DefaultWaterCollisionProfileName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaterSplineComponent \ static_assert(alignof(UWaterSplineComponent) == 0x000010, "Wrong alignment on UWaterSplineComponent"); \ static_assert(sizeof(UWaterSplineComponent) == 0x000580, "Wrong size on UWaterSplineComponent"); \ static_assert(offsetof(UWaterSplineComponent, WaterSplineDefaults) == 0x000558, "Member 'UWaterSplineComponent::WaterSplineDefaults' has a wrong offset!"); \ static_assert(offsetof(UWaterSplineComponent, PreviousWaterSplineDefaults) == 0x000568, "Member 'UWaterSplineComponent::PreviousWaterSplineDefaults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaterSplineMetadata \ static_assert(alignof(UWaterSplineMetadata) == 0x000008, "Wrong alignment on UWaterSplineMetadata"); \ static_assert(sizeof(UWaterSplineMetadata) == 0x0000A0, "Wrong size on UWaterSplineMetadata"); \ static_assert(offsetof(UWaterSplineMetadata, Depth) == 0x000028, "Member 'UWaterSplineMetadata::Depth' has a wrong offset!"); \ static_assert(offsetof(UWaterSplineMetadata, WaterVelocityScalar) == 0x000040, "Member 'UWaterSplineMetadata::WaterVelocityScalar' has a wrong offset!"); \ static_assert(offsetof(UWaterSplineMetadata, RiverWidth) == 0x000058, "Member 'UWaterSplineMetadata::RiverWidth' has a wrong offset!"); \ static_assert(offsetof(UWaterSplineMetadata, AudioIntensity) == 0x000070, "Member 'UWaterSplineMetadata::AudioIntensity' has a wrong offset!"); \ static_assert(offsetof(UWaterSplineMetadata, WaterVelocity) == 0x000088, "Member 'UWaterSplineMetadata::WaterVelocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_GetShallowWaterMaxDynamicForces \ static_assert(alignof(WaterSubsystem_GetShallowWaterMaxDynamicForces) == 0x000004, "Wrong alignment on WaterSubsystem_GetShallowWaterMaxDynamicForces"); \ static_assert(sizeof(WaterSubsystem_GetShallowWaterMaxDynamicForces) == 0x000004, "Wrong size on WaterSubsystem_GetShallowWaterMaxDynamicForces"); \ static_assert(offsetof(WaterSubsystem_GetShallowWaterMaxDynamicForces, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetShallowWaterMaxDynamicForces::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_GetShallowWaterMaxImpulseForces \ static_assert(alignof(WaterSubsystem_GetShallowWaterMaxImpulseForces) == 0x000004, "Wrong alignment on WaterSubsystem_GetShallowWaterMaxImpulseForces"); \ static_assert(sizeof(WaterSubsystem_GetShallowWaterMaxImpulseForces) == 0x000004, "Wrong size on WaterSubsystem_GetShallowWaterMaxImpulseForces"); \ static_assert(offsetof(WaterSubsystem_GetShallowWaterMaxImpulseForces, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetShallowWaterMaxImpulseForces::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_GetShallowWaterSimulationRenderTargetSize \ static_assert(alignof(WaterSubsystem_GetShallowWaterSimulationRenderTargetSize) == 0x000004, "Wrong alignment on WaterSubsystem_GetShallowWaterSimulationRenderTargetSize"); \ static_assert(sizeof(WaterSubsystem_GetShallowWaterSimulationRenderTargetSize) == 0x000004, "Wrong size on WaterSubsystem_GetShallowWaterSimulationRenderTargetSize"); \ static_assert(offsetof(WaterSubsystem_GetShallowWaterSimulationRenderTargetSize, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetShallowWaterSimulationRenderTargetSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_PrintToWaterLog \ static_assert(alignof(WaterSubsystem_PrintToWaterLog) == 0x000008, "Wrong alignment on WaterSubsystem_PrintToWaterLog"); \ static_assert(sizeof(WaterSubsystem_PrintToWaterLog) == 0x000018, "Wrong size on WaterSubsystem_PrintToWaterLog"); \ static_assert(offsetof(WaterSubsystem_PrintToWaterLog, Message) == 0x000000, "Member 'WaterSubsystem_PrintToWaterLog::Message' has a wrong offset!"); \ static_assert(offsetof(WaterSubsystem_PrintToWaterLog, bWarning) == 0x000010, "Member 'WaterSubsystem_PrintToWaterLog::bWarning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_SetOceanFloodHeight \ static_assert(alignof(WaterSubsystem_SetOceanFloodHeight) == 0x000004, "Wrong alignment on WaterSubsystem_SetOceanFloodHeight"); \ static_assert(sizeof(WaterSubsystem_SetOceanFloodHeight) == 0x000004, "Wrong size on WaterSubsystem_SetOceanFloodHeight"); \ static_assert(offsetof(WaterSubsystem_SetOceanFloodHeight, InFloodHeight) == 0x000000, "Member 'WaterSubsystem_SetOceanFloodHeight::InFloodHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_GetCameraUnderwaterDepth \ static_assert(alignof(WaterSubsystem_GetCameraUnderwaterDepth) == 0x000004, "Wrong alignment on WaterSubsystem_GetCameraUnderwaterDepth"); \ static_assert(sizeof(WaterSubsystem_GetCameraUnderwaterDepth) == 0x000004, "Wrong size on WaterSubsystem_GetCameraUnderwaterDepth"); \ static_assert(offsetof(WaterSubsystem_GetCameraUnderwaterDepth, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetCameraUnderwaterDepth::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_GetOceanBaseHeight \ static_assert(alignof(WaterSubsystem_GetOceanBaseHeight) == 0x000004, "Wrong alignment on WaterSubsystem_GetOceanBaseHeight"); \ static_assert(sizeof(WaterSubsystem_GetOceanBaseHeight) == 0x000004, "Wrong size on WaterSubsystem_GetOceanBaseHeight"); \ static_assert(offsetof(WaterSubsystem_GetOceanBaseHeight, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetOceanBaseHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_GetOceanFloodHeight \ static_assert(alignof(WaterSubsystem_GetOceanFloodHeight) == 0x000004, "Wrong alignment on WaterSubsystem_GetOceanFloodHeight"); \ static_assert(sizeof(WaterSubsystem_GetOceanFloodHeight) == 0x000004, "Wrong size on WaterSubsystem_GetOceanFloodHeight"); \ static_assert(offsetof(WaterSubsystem_GetOceanFloodHeight, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetOceanFloodHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_GetOceanTotalHeight \ static_assert(alignof(WaterSubsystem_GetOceanTotalHeight) == 0x000004, "Wrong alignment on WaterSubsystem_GetOceanTotalHeight"); \ static_assert(sizeof(WaterSubsystem_GetOceanTotalHeight) == 0x000004, "Wrong size on WaterSubsystem_GetOceanTotalHeight"); \ static_assert(offsetof(WaterSubsystem_GetOceanTotalHeight, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetOceanTotalHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_GetSmoothedWorldTimeSeconds \ static_assert(alignof(WaterSubsystem_GetSmoothedWorldTimeSeconds) == 0x000004, "Wrong alignment on WaterSubsystem_GetSmoothedWorldTimeSeconds"); \ static_assert(sizeof(WaterSubsystem_GetSmoothedWorldTimeSeconds) == 0x000004, "Wrong size on WaterSubsystem_GetSmoothedWorldTimeSeconds"); \ static_assert(offsetof(WaterSubsystem_GetSmoothedWorldTimeSeconds, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetSmoothedWorldTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_GetWaterTimeSeconds \ static_assert(alignof(WaterSubsystem_GetWaterTimeSeconds) == 0x000004, "Wrong alignment on WaterSubsystem_GetWaterTimeSeconds"); \ static_assert(sizeof(WaterSubsystem_GetWaterTimeSeconds) == 0x000004, "Wrong size on WaterSubsystem_GetWaterTimeSeconds"); \ static_assert(offsetof(WaterSubsystem_GetWaterTimeSeconds, ReturnValue) == 0x000000, "Member 'WaterSubsystem_GetWaterTimeSeconds::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_IsShallowWaterSimulationEnabled \ static_assert(alignof(WaterSubsystem_IsShallowWaterSimulationEnabled) == 0x000001, "Wrong alignment on WaterSubsystem_IsShallowWaterSimulationEnabled"); \ static_assert(sizeof(WaterSubsystem_IsShallowWaterSimulationEnabled) == 0x000001, "Wrong size on WaterSubsystem_IsShallowWaterSimulationEnabled"); \ static_assert(offsetof(WaterSubsystem_IsShallowWaterSimulationEnabled, ReturnValue) == 0x000000, "Member 'WaterSubsystem_IsShallowWaterSimulationEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_IsUnderwaterPostProcessEnabled \ static_assert(alignof(WaterSubsystem_IsUnderwaterPostProcessEnabled) == 0x000001, "Wrong alignment on WaterSubsystem_IsUnderwaterPostProcessEnabled"); \ static_assert(sizeof(WaterSubsystem_IsUnderwaterPostProcessEnabled) == 0x000001, "Wrong size on WaterSubsystem_IsUnderwaterPostProcessEnabled"); \ static_assert(offsetof(WaterSubsystem_IsUnderwaterPostProcessEnabled, ReturnValue) == 0x000000, "Member 'WaterSubsystem_IsUnderwaterPostProcessEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WaterSubsystem_IsWaterRenderingEnabled \ static_assert(alignof(WaterSubsystem_IsWaterRenderingEnabled) == 0x000001, "Wrong alignment on WaterSubsystem_IsWaterRenderingEnabled"); \ static_assert(sizeof(WaterSubsystem_IsWaterRenderingEnabled) == 0x000001, "Wrong size on WaterSubsystem_IsWaterRenderingEnabled"); \ static_assert(offsetof(WaterSubsystem_IsWaterRenderingEnabled, ReturnValue) == 0x000000, "Member 'WaterSubsystem_IsWaterRenderingEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaterSubsystem \ static_assert(alignof(UWaterSubsystem) == 0x000008, "Wrong alignment on UWaterSubsystem"); \ static_assert(sizeof(UWaterSubsystem) == 0x000108, "Wrong size on UWaterSubsystem"); \ static_assert(offsetof(UWaterSubsystem, BuoyancyManager) == 0x000078, "Member 'UWaterSubsystem::BuoyancyManager' has a wrong offset!"); \ static_assert(offsetof(UWaterSubsystem, OnCameraUnderwaterStateChanged) == 0x000080, "Member 'UWaterSubsystem::OnCameraUnderwaterStateChanged' has a wrong offset!"); \ static_assert(offsetof(UWaterSubsystem, OnWaterScalabilityChanged) == 0x000090, "Member 'UWaterSubsystem::OnWaterScalabilityChanged' has a wrong offset!"); \ static_assert(offsetof(UWaterSubsystem, DefaultRiverMesh) == 0x0000A0, "Member 'UWaterSubsystem::DefaultRiverMesh' has a wrong offset!"); \ static_assert(offsetof(UWaterSubsystem, DefaultLakeMesh) == 0x0000A8, "Member 'UWaterSubsystem::DefaultLakeMesh' has a wrong offset!"); \ static_assert(offsetof(UWaterSubsystem, WaterMeshActor) == 0x0000B0, "Member 'UWaterSubsystem::WaterMeshActor' has a wrong offset!"); \ static_assert(offsetof(UWaterSubsystem, MaterialParameterCollection) == 0x0000E0, "Member 'UWaterSubsystem::MaterialParameterCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaterWavesAsset \ static_assert(alignof(UWaterWavesAsset) == 0x000008, "Wrong alignment on UWaterWavesAsset"); \ static_assert(sizeof(UWaterWavesAsset) == 0x000030, "Wrong size on UWaterWavesAsset"); \ static_assert(offsetof(UWaterWavesAsset, WaterWaves) == 0x000028, "Member 'UWaterWavesAsset::WaterWaves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWaterWavesAssetReference \ static_assert(alignof(UWaterWavesAssetReference) == 0x000008, "Wrong alignment on UWaterWavesAssetReference"); \ static_assert(sizeof(UWaterWavesAssetReference) == 0x000030, "Wrong size on UWaterWavesAssetReference"); \ static_assert(offsetof(UWaterWavesAssetReference, WaterWavesAsset) == 0x000028, "Member 'UWaterWavesAssetReference::WaterWavesAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPointIndexes \ static_assert(alignof(FPointIndexes) == 0x000008, "Wrong alignment on FPointIndexes"); \ static_assert(sizeof(FPointIndexes) == 0x000010, "Wrong size on FPointIndexes"); \ static_assert(offsetof(FPointIndexes, SampleIndexes) == 0x000000, "Member 'FPointIndexes::SampleIndexes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHoudiniEvent \ static_assert(alignof(FHoudiniEvent) == 0x000004, "Wrong alignment on FHoudiniEvent"); \ static_assert(sizeof(FHoudiniEvent) == 0x000048, "Wrong size on FHoudiniEvent"); \ static_assert(offsetof(FHoudiniEvent, position) == 0x000000, "Member 'FHoudiniEvent::position' has a wrong offset!"); \ static_assert(offsetof(FHoudiniEvent, Normal) == 0x00000C, "Member 'FHoudiniEvent::Normal' has a wrong offset!"); \ static_assert(offsetof(FHoudiniEvent, Impulse) == 0x000018, "Member 'FHoudiniEvent::Impulse' has a wrong offset!"); \ static_assert(offsetof(FHoudiniEvent, Velocity) == 0x00001C, "Member 'FHoudiniEvent::Velocity' has a wrong offset!"); \ static_assert(offsetof(FHoudiniEvent, POINTID) == 0x000028, "Member 'FHoudiniEvent::POINTID' has a wrong offset!"); \ static_assert(offsetof(FHoudiniEvent, Time) == 0x00002C, "Member 'FHoudiniEvent::Time' has a wrong offset!"); \ static_assert(offsetof(FHoudiniEvent, LIFE) == 0x000030, "Member 'FHoudiniEvent::LIFE' has a wrong offset!"); \ static_assert(offsetof(FHoudiniEvent, Color) == 0x000034, "Member 'FHoudiniEvent::Color' has a wrong offset!"); \ static_assert(offsetof(FHoudiniEvent, Type) == 0x000044, "Member 'FHoudiniEvent::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetAttributeIndexInArrayFromString \ static_assert(alignof(HoudiniPointCache_GetAttributeIndexInArrayFromString) == 0x000008, "Wrong alignment on HoudiniPointCache_GetAttributeIndexInArrayFromString"); \ static_assert(sizeof(HoudiniPointCache_GetAttributeIndexInArrayFromString) == 0x000028, "Wrong size on HoudiniPointCache_GetAttributeIndexInArrayFromString"); \ static_assert(offsetof(HoudiniPointCache_GetAttributeIndexInArrayFromString, InAttribute) == 0x000000, "Member 'HoudiniPointCache_GetAttributeIndexInArrayFromString::InAttribute' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetAttributeIndexInArrayFromString, InAttributeArray) == 0x000010, "Member 'HoudiniPointCache_GetAttributeIndexInArrayFromString::InAttributeArray' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetAttributeIndexInArrayFromString, OutAttributeIndex) == 0x000020, "Member 'HoudiniPointCache_GetAttributeIndexInArrayFromString::OutAttributeIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetAttributeIndexInArrayFromString, ReturnValue) == 0x000024, "Member 'HoudiniPointCache_GetAttributeIndexInArrayFromString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_SetUseCustomCSVTitleRow \ static_assert(alignof(HoudiniPointCache_SetUseCustomCSVTitleRow) == 0x000001, "Wrong alignment on HoudiniPointCache_SetUseCustomCSVTitleRow"); \ static_assert(sizeof(HoudiniPointCache_SetUseCustomCSVTitleRow) == 0x000001, "Wrong size on HoudiniPointCache_SetUseCustomCSVTitleRow"); \ static_assert(offsetof(HoudiniPointCache_SetUseCustomCSVTitleRow, bInUseCustomCSVTitleRow) == 0x000000, "Member 'HoudiniPointCache_SetUseCustomCSVTitleRow::bInUseCustomCSVTitleRow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetAttributeIndexFromString \ static_assert(alignof(HoudiniPointCache_GetAttributeIndexFromString) == 0x000008, "Wrong alignment on HoudiniPointCache_GetAttributeIndexFromString"); \ static_assert(sizeof(HoudiniPointCache_GetAttributeIndexFromString) == 0x000018, "Wrong size on HoudiniPointCache_GetAttributeIndexFromString"); \ static_assert(offsetof(HoudiniPointCache_GetAttributeIndexFromString, Attribute) == 0x000000, "Member 'HoudiniPointCache_GetAttributeIndexFromString::Attribute' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetAttributeIndexFromString, AttributeIndex) == 0x000010, "Member 'HoudiniPointCache_GetAttributeIndexFromString::AttributeIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetAttributeIndexFromString, ReturnValue) == 0x000014, "Member 'HoudiniPointCache_GetAttributeIndexFromString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetColorValue \ static_assert(alignof(HoudiniPointCache_GetColorValue) == 0x000004, "Wrong alignment on HoudiniPointCache_GetColorValue"); \ static_assert(sizeof(HoudiniPointCache_GetColorValue) == 0x000018, "Wrong size on HoudiniPointCache_GetColorValue"); \ static_assert(offsetof(HoudiniPointCache_GetColorValue, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetColorValue::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetColorValue, Value) == 0x000004, "Member 'HoudiniPointCache_GetColorValue::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetColorValue, ReturnValue) == 0x000014, "Member 'HoudiniPointCache_GetColorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetFloatSampleData \ static_assert(alignof(HoudiniPointCache_GetFloatSampleData) == 0x000008, "Wrong alignment on HoudiniPointCache_GetFloatSampleData"); \ static_assert(sizeof(HoudiniPointCache_GetFloatSampleData) == 0x000010, "Wrong size on HoudiniPointCache_GetFloatSampleData"); \ static_assert(offsetof(HoudiniPointCache_GetFloatSampleData, ReturnValue) == 0x000000, "Member 'HoudiniPointCache_GetFloatSampleData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetFloatValue \ static_assert(alignof(HoudiniPointCache_GetFloatValue) == 0x000004, "Wrong alignment on HoudiniPointCache_GetFloatValue"); \ static_assert(sizeof(HoudiniPointCache_GetFloatValue) == 0x000010, "Wrong size on HoudiniPointCache_GetFloatValue"); \ static_assert(offsetof(HoudiniPointCache_GetFloatValue, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetFloatValue::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetFloatValue, attrIndex) == 0x000004, "Member 'HoudiniPointCache_GetFloatValue::attrIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetFloatValue, Value) == 0x000008, "Member 'HoudiniPointCache_GetFloatValue::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetFloatValue, ReturnValue) == 0x00000C, "Member 'HoudiniPointCache_GetFloatValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetFloatValueForString \ static_assert(alignof(HoudiniPointCache_GetFloatValueForString) == 0x000008, "Wrong alignment on HoudiniPointCache_GetFloatValueForString"); \ static_assert(sizeof(HoudiniPointCache_GetFloatValueForString) == 0x000020, "Wrong size on HoudiniPointCache_GetFloatValueForString"); \ static_assert(offsetof(HoudiniPointCache_GetFloatValueForString, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetFloatValueForString::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetFloatValueForString, Attribute) == 0x000008, "Member 'HoudiniPointCache_GetFloatValueForString::Attribute' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetFloatValueForString, Value) == 0x000018, "Member 'HoudiniPointCache_GetFloatValueForString::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetFloatValueForString, ReturnValue) == 0x00001C, "Member 'HoudiniPointCache_GetFloatValueForString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetImpulseValue \ static_assert(alignof(HoudiniPointCache_GetImpulseValue) == 0x000004, "Wrong alignment on HoudiniPointCache_GetImpulseValue"); \ static_assert(sizeof(HoudiniPointCache_GetImpulseValue) == 0x00000C, "Wrong size on HoudiniPointCache_GetImpulseValue"); \ static_assert(offsetof(HoudiniPointCache_GetImpulseValue, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetImpulseValue::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetImpulseValue, Value) == 0x000004, "Member 'HoudiniPointCache_GetImpulseValue::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetImpulseValue, ReturnValue) == 0x000008, "Member 'HoudiniPointCache_GetImpulseValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetLastPointIDToSpawnAtTime \ static_assert(alignof(HoudiniPointCache_GetLastPointIDToSpawnAtTime) == 0x000004, "Wrong alignment on HoudiniPointCache_GetLastPointIDToSpawnAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetLastPointIDToSpawnAtTime) == 0x00000C, "Wrong size on HoudiniPointCache_GetLastPointIDToSpawnAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetLastPointIDToSpawnAtTime, Time) == 0x000000, "Member 'HoudiniPointCache_GetLastPointIDToSpawnAtTime::Time' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetLastPointIDToSpawnAtTime, lastID) == 0x000004, "Member 'HoudiniPointCache_GetLastPointIDToSpawnAtTime::lastID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetLastPointIDToSpawnAtTime, ReturnValue) == 0x000008, "Member 'HoudiniPointCache_GetLastPointIDToSpawnAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetLastSampleIndexAtTime \ static_assert(alignof(HoudiniPointCache_GetLastSampleIndexAtTime) == 0x000004, "Wrong alignment on HoudiniPointCache_GetLastSampleIndexAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetLastSampleIndexAtTime) == 0x00000C, "Wrong size on HoudiniPointCache_GetLastSampleIndexAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetLastSampleIndexAtTime, desiredTime) == 0x000000, "Member 'HoudiniPointCache_GetLastSampleIndexAtTime::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetLastSampleIndexAtTime, lastSampleIndex) == 0x000004, "Member 'HoudiniPointCache_GetLastSampleIndexAtTime::lastSampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetLastSampleIndexAtTime, ReturnValue) == 0x000008, "Member 'HoudiniPointCache_GetLastSampleIndexAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetLifeValues \ static_assert(alignof(HoudiniPointCache_GetLifeValues) == 0x000008, "Wrong alignment on HoudiniPointCache_GetLifeValues"); \ static_assert(sizeof(HoudiniPointCache_GetLifeValues) == 0x000010, "Wrong size on HoudiniPointCache_GetLifeValues"); \ static_assert(offsetof(HoudiniPointCache_GetLifeValues, ReturnValue) == 0x000000, "Member 'HoudiniPointCache_GetLifeValues::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetNormalValue \ static_assert(alignof(HoudiniPointCache_GetNormalValue) == 0x000004, "Wrong alignment on HoudiniPointCache_GetNormalValue"); \ static_assert(sizeof(HoudiniPointCache_GetNormalValue) == 0x000014, "Wrong size on HoudiniPointCache_GetNormalValue"); \ static_assert(offsetof(HoudiniPointCache_GetNormalValue, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetNormalValue::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetNormalValue, Value) == 0x000004, "Member 'HoudiniPointCache_GetNormalValue::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetNormalValue, ReturnValue) == 0x000010, "Member 'HoudiniPointCache_GetNormalValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetNumberOfAttributes \ static_assert(alignof(HoudiniPointCache_GetNumberOfAttributes) == 0x000004, "Wrong alignment on HoudiniPointCache_GetNumberOfAttributes"); \ static_assert(sizeof(HoudiniPointCache_GetNumberOfAttributes) == 0x000004, "Wrong size on HoudiniPointCache_GetNumberOfAttributes"); \ static_assert(offsetof(HoudiniPointCache_GetNumberOfAttributes, ReturnValue) == 0x000000, "Member 'HoudiniPointCache_GetNumberOfAttributes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetNumberOfPoints \ static_assert(alignof(HoudiniPointCache_GetNumberOfPoints) == 0x000004, "Wrong alignment on HoudiniPointCache_GetNumberOfPoints"); \ static_assert(sizeof(HoudiniPointCache_GetNumberOfPoints) == 0x000004, "Wrong size on HoudiniPointCache_GetNumberOfPoints"); \ static_assert(offsetof(HoudiniPointCache_GetNumberOfPoints, ReturnValue) == 0x000000, "Member 'HoudiniPointCache_GetNumberOfPoints::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetNumberOfSamples \ static_assert(alignof(HoudiniPointCache_GetNumberOfSamples) == 0x000004, "Wrong alignment on HoudiniPointCache_GetNumberOfSamples"); \ static_assert(sizeof(HoudiniPointCache_GetNumberOfSamples) == 0x000004, "Wrong size on HoudiniPointCache_GetNumberOfSamples"); \ static_assert(offsetof(HoudiniPointCache_GetNumberOfSamples, ReturnValue) == 0x000000, "Member 'HoudiniPointCache_GetNumberOfSamples::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointFloatValueAtTime \ static_assert(alignof(HoudiniPointCache_GetPointFloatValueAtTime) == 0x000004, "Wrong alignment on HoudiniPointCache_GetPointFloatValueAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetPointFloatValueAtTime) == 0x000014, "Wrong size on HoudiniPointCache_GetPointFloatValueAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetPointFloatValueAtTime, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointFloatValueAtTime::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointFloatValueAtTime, AttributeIndex) == 0x000004, "Member 'HoudiniPointCache_GetPointFloatValueAtTime::AttributeIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointFloatValueAtTime, desiredTime) == 0x000008, "Member 'HoudiniPointCache_GetPointFloatValueAtTime::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointFloatValueAtTime, Value) == 0x00000C, "Member 'HoudiniPointCache_GetPointFloatValueAtTime::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointFloatValueAtTime, ReturnValue) == 0x000010, "Member 'HoudiniPointCache_GetPointFloatValueAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointIDsToSpawnAtTime \ static_assert(alignof(HoudiniPointCache_GetPointIDsToSpawnAtTime) == 0x000004, "Wrong alignment on HoudiniPointCache_GetPointIDsToSpawnAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetPointIDsToSpawnAtTime) == 0x000020, "Wrong size on HoudiniPointCache_GetPointIDsToSpawnAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetPointIDsToSpawnAtTime, desiredTime) == 0x000000, "Member 'HoudiniPointCache_GetPointIDsToSpawnAtTime::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointIDsToSpawnAtTime, MinID) == 0x000004, "Member 'HoudiniPointCache_GetPointIDsToSpawnAtTime::MinID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointIDsToSpawnAtTime, MaxID) == 0x000008, "Member 'HoudiniPointCache_GetPointIDsToSpawnAtTime::MaxID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointIDsToSpawnAtTime, Count) == 0x00000C, "Member 'HoudiniPointCache_GetPointIDsToSpawnAtTime::Count' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointIDsToSpawnAtTime, LastSpawnedPointID) == 0x000010, "Member 'HoudiniPointCache_GetPointIDsToSpawnAtTime::LastSpawnedPointID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointIDsToSpawnAtTime, LastSpawnTime) == 0x000014, "Member 'HoudiniPointCache_GetPointIDsToSpawnAtTime::LastSpawnTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointIDsToSpawnAtTime, LastSpawnTimeRequest) == 0x000018, "Member 'HoudiniPointCache_GetPointIDsToSpawnAtTime::LastSpawnTimeRequest' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointIDsToSpawnAtTime, ReturnValue) == 0x00001C, "Member 'HoudiniPointCache_GetPointIDsToSpawnAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointInt32ValueAtTime \ static_assert(alignof(HoudiniPointCache_GetPointInt32ValueAtTime) == 0x000004, "Wrong alignment on HoudiniPointCache_GetPointInt32ValueAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetPointInt32ValueAtTime) == 0x000014, "Wrong size on HoudiniPointCache_GetPointInt32ValueAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetPointInt32ValueAtTime, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointInt32ValueAtTime::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointInt32ValueAtTime, AttributeIndex) == 0x000004, "Member 'HoudiniPointCache_GetPointInt32ValueAtTime::AttributeIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointInt32ValueAtTime, desiredTime) == 0x000008, "Member 'HoudiniPointCache_GetPointInt32ValueAtTime::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointInt32ValueAtTime, Value) == 0x00000C, "Member 'HoudiniPointCache_GetPointInt32ValueAtTime::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointInt32ValueAtTime, ReturnValue) == 0x000010, "Member 'HoudiniPointCache_GetPointInt32ValueAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointLife \ static_assert(alignof(HoudiniPointCache_GetPointLife) == 0x000004, "Wrong alignment on HoudiniPointCache_GetPointLife"); \ static_assert(sizeof(HoudiniPointCache_GetPointLife) == 0x00000C, "Wrong size on HoudiniPointCache_GetPointLife"); \ static_assert(offsetof(HoudiniPointCache_GetPointLife, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointLife::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointLife, Value) == 0x000004, "Member 'HoudiniPointCache_GetPointLife::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointLife, ReturnValue) == 0x000008, "Member 'HoudiniPointCache_GetPointLife::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointLifeAtTime \ static_assert(alignof(HoudiniPointCache_GetPointLifeAtTime) == 0x000004, "Wrong alignment on HoudiniPointCache_GetPointLifeAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetPointLifeAtTime) == 0x000010, "Wrong size on HoudiniPointCache_GetPointLifeAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetPointLifeAtTime, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointLifeAtTime::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointLifeAtTime, desiredTime) == 0x000004, "Member 'HoudiniPointCache_GetPointLifeAtTime::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointLifeAtTime, Value) == 0x000008, "Member 'HoudiniPointCache_GetPointLifeAtTime::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointLifeAtTime, ReturnValue) == 0x00000C, "Member 'HoudiniPointCache_GetPointLifeAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointPositionAtTime \ static_assert(alignof(HoudiniPointCache_GetPointPositionAtTime) == 0x000004, "Wrong alignment on HoudiniPointCache_GetPointPositionAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetPointPositionAtTime) == 0x000018, "Wrong size on HoudiniPointCache_GetPointPositionAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetPointPositionAtTime, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointPositionAtTime::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointPositionAtTime, desiredTime) == 0x000004, "Member 'HoudiniPointCache_GetPointPositionAtTime::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointPositionAtTime, Vector) == 0x000008, "Member 'HoudiniPointCache_GetPointPositionAtTime::Vector' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointPositionAtTime, ReturnValue) == 0x000014, "Member 'HoudiniPointCache_GetPointPositionAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointQuatValueAtTime \ static_assert(alignof(HoudiniPointCache_GetPointQuatValueAtTime) == 0x000010, "Wrong alignment on HoudiniPointCache_GetPointQuatValueAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetPointQuatValueAtTime) == 0x000030, "Wrong size on HoudiniPointCache_GetPointQuatValueAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTime, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointQuatValueAtTime::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTime, AttributeIndex) == 0x000004, "Member 'HoudiniPointCache_GetPointQuatValueAtTime::AttributeIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTime, desiredTime) == 0x000008, "Member 'HoudiniPointCache_GetPointQuatValueAtTime::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTime, Quat) == 0x000010, "Member 'HoudiniPointCache_GetPointQuatValueAtTime::Quat' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTime, DoHoudiniToUnrealConversion) == 0x000020, "Member 'HoudiniPointCache_GetPointQuatValueAtTime::DoHoudiniToUnrealConversion' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTime, ReturnValue) == 0x000021, "Member 'HoudiniPointCache_GetPointQuatValueAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointQuatValueAtTimeForString \ static_assert(alignof(HoudiniPointCache_GetPointQuatValueAtTimeForString) == 0x000010, "Wrong alignment on HoudiniPointCache_GetPointQuatValueAtTimeForString"); \ static_assert(sizeof(HoudiniPointCache_GetPointQuatValueAtTimeForString) == 0x000040, "Wrong size on HoudiniPointCache_GetPointQuatValueAtTimeForString"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTimeForString, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointQuatValueAtTimeForString::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTimeForString, Attribute) == 0x000008, "Member 'HoudiniPointCache_GetPointQuatValueAtTimeForString::Attribute' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTimeForString, desiredTime) == 0x000018, "Member 'HoudiniPointCache_GetPointQuatValueAtTimeForString::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTimeForString, Quat) == 0x000020, "Member 'HoudiniPointCache_GetPointQuatValueAtTimeForString::Quat' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTimeForString, DoHoudiniToUnrealConversion) == 0x000030, "Member 'HoudiniPointCache_GetPointQuatValueAtTimeForString::DoHoudiniToUnrealConversion' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointQuatValueAtTimeForString, ReturnValue) == 0x000031, "Member 'HoudiniPointCache_GetPointQuatValueAtTimeForString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointType \ static_assert(alignof(HoudiniPointCache_GetPointType) == 0x000004, "Wrong alignment on HoudiniPointCache_GetPointType"); \ static_assert(sizeof(HoudiniPointCache_GetPointType) == 0x00000C, "Wrong size on HoudiniPointCache_GetPointType"); \ static_assert(offsetof(HoudiniPointCache_GetPointType, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointType::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointType, Value) == 0x000004, "Member 'HoudiniPointCache_GetPointType::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointType, ReturnValue) == 0x000008, "Member 'HoudiniPointCache_GetPointType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointTypes \ static_assert(alignof(HoudiniPointCache_GetPointTypes) == 0x000008, "Wrong alignment on HoudiniPointCache_GetPointTypes"); \ static_assert(sizeof(HoudiniPointCache_GetPointTypes) == 0x000010, "Wrong size on HoudiniPointCache_GetPointTypes"); \ static_assert(offsetof(HoudiniPointCache_GetPointTypes, ReturnValue) == 0x000000, "Member 'HoudiniPointCache_GetPointTypes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointValueAtTime \ static_assert(alignof(HoudiniPointCache_GetPointValueAtTime) == 0x000004, "Wrong alignment on HoudiniPointCache_GetPointValueAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetPointValueAtTime) == 0x000014, "Wrong size on HoudiniPointCache_GetPointValueAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetPointValueAtTime, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointValueAtTime::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointValueAtTime, AttributeIndex) == 0x000004, "Member 'HoudiniPointCache_GetPointValueAtTime::AttributeIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointValueAtTime, desiredTime) == 0x000008, "Member 'HoudiniPointCache_GetPointValueAtTime::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointValueAtTime, Value) == 0x00000C, "Member 'HoudiniPointCache_GetPointValueAtTime::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointValueAtTime, ReturnValue) == 0x000010, "Member 'HoudiniPointCache_GetPointValueAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointValueAtTimeForString \ static_assert(alignof(HoudiniPointCache_GetPointValueAtTimeForString) == 0x000008, "Wrong alignment on HoudiniPointCache_GetPointValueAtTimeForString"); \ static_assert(sizeof(HoudiniPointCache_GetPointValueAtTimeForString) == 0x000028, "Wrong size on HoudiniPointCache_GetPointValueAtTimeForString"); \ static_assert(offsetof(HoudiniPointCache_GetPointValueAtTimeForString, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointValueAtTimeForString::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointValueAtTimeForString, Attribute) == 0x000008, "Member 'HoudiniPointCache_GetPointValueAtTimeForString::Attribute' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointValueAtTimeForString, desiredTime) == 0x000018, "Member 'HoudiniPointCache_GetPointValueAtTimeForString::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointValueAtTimeForString, Value) == 0x00001C, "Member 'HoudiniPointCache_GetPointValueAtTimeForString::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointValueAtTimeForString, ReturnValue) == 0x000020, "Member 'HoudiniPointCache_GetPointValueAtTimeForString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointValueIndexes \ static_assert(alignof(HoudiniPointCache_GetPointValueIndexes) == 0x000008, "Wrong alignment on HoudiniPointCache_GetPointValueIndexes"); \ static_assert(sizeof(HoudiniPointCache_GetPointValueIndexes) == 0x000010, "Wrong size on HoudiniPointCache_GetPointValueIndexes"); \ static_assert(offsetof(HoudiniPointCache_GetPointValueIndexes, ReturnValue) == 0x000000, "Member 'HoudiniPointCache_GetPointValueIndexes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointVector4ValueAtTime \ static_assert(alignof(HoudiniPointCache_GetPointVector4ValueAtTime) == 0x000010, "Wrong alignment on HoudiniPointCache_GetPointVector4ValueAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetPointVector4ValueAtTime) == 0x000030, "Wrong size on HoudiniPointCache_GetPointVector4ValueAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetPointVector4ValueAtTime, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointVector4ValueAtTime::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVector4ValueAtTime, AttributeIndex) == 0x000004, "Member 'HoudiniPointCache_GetPointVector4ValueAtTime::AttributeIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVector4ValueAtTime, desiredTime) == 0x000008, "Member 'HoudiniPointCache_GetPointVector4ValueAtTime::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVector4ValueAtTime, Vector) == 0x000010, "Member 'HoudiniPointCache_GetPointVector4ValueAtTime::Vector' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVector4ValueAtTime, ReturnValue) == 0x000020, "Member 'HoudiniPointCache_GetPointVector4ValueAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointVector4ValueAtTimeForString \ static_assert(alignof(HoudiniPointCache_GetPointVector4ValueAtTimeForString) == 0x000010, "Wrong alignment on HoudiniPointCache_GetPointVector4ValueAtTimeForString"); \ static_assert(sizeof(HoudiniPointCache_GetPointVector4ValueAtTimeForString) == 0x000040, "Wrong size on HoudiniPointCache_GetPointVector4ValueAtTimeForString"); \ static_assert(offsetof(HoudiniPointCache_GetPointVector4ValueAtTimeForString, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointVector4ValueAtTimeForString::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVector4ValueAtTimeForString, Attribute) == 0x000008, "Member 'HoudiniPointCache_GetPointVector4ValueAtTimeForString::Attribute' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVector4ValueAtTimeForString, desiredTime) == 0x000018, "Member 'HoudiniPointCache_GetPointVector4ValueAtTimeForString::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVector4ValueAtTimeForString, Vector) == 0x000020, "Member 'HoudiniPointCache_GetPointVector4ValueAtTimeForString::Vector' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVector4ValueAtTimeForString, ReturnValue) == 0x000030, "Member 'HoudiniPointCache_GetPointVector4ValueAtTimeForString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointVectorValueAtTime \ static_assert(alignof(HoudiniPointCache_GetPointVectorValueAtTime) == 0x000004, "Wrong alignment on HoudiniPointCache_GetPointVectorValueAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetPointVectorValueAtTime) == 0x00001C, "Wrong size on HoudiniPointCache_GetPointVectorValueAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTime, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointVectorValueAtTime::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTime, AttributeIndex) == 0x000004, "Member 'HoudiniPointCache_GetPointVectorValueAtTime::AttributeIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTime, desiredTime) == 0x000008, "Member 'HoudiniPointCache_GetPointVectorValueAtTime::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTime, Vector) == 0x00000C, "Member 'HoudiniPointCache_GetPointVectorValueAtTime::Vector' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTime, DoSwap) == 0x000018, "Member 'HoudiniPointCache_GetPointVectorValueAtTime::DoSwap' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTime, DoScale) == 0x000019, "Member 'HoudiniPointCache_GetPointVectorValueAtTime::DoScale' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTime, ReturnValue) == 0x00001A, "Member 'HoudiniPointCache_GetPointVectorValueAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPointVectorValueAtTimeForString \ static_assert(alignof(HoudiniPointCache_GetPointVectorValueAtTimeForString) == 0x000008, "Wrong alignment on HoudiniPointCache_GetPointVectorValueAtTimeForString"); \ static_assert(sizeof(HoudiniPointCache_GetPointVectorValueAtTimeForString) == 0x000030, "Wrong size on HoudiniPointCache_GetPointVectorValueAtTimeForString"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTimeForString, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetPointVectorValueAtTimeForString::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTimeForString, Attribute) == 0x000008, "Member 'HoudiniPointCache_GetPointVectorValueAtTimeForString::Attribute' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTimeForString, desiredTime) == 0x000018, "Member 'HoudiniPointCache_GetPointVectorValueAtTimeForString::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTimeForString, Vector) == 0x00001C, "Member 'HoudiniPointCache_GetPointVectorValueAtTimeForString::Vector' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTimeForString, DoSwap) == 0x000028, "Member 'HoudiniPointCache_GetPointVectorValueAtTimeForString::DoSwap' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTimeForString, DoScale) == 0x000029, "Member 'HoudiniPointCache_GetPointVectorValueAtTimeForString::DoScale' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPointVectorValueAtTimeForString, ReturnValue) == 0x00002A, "Member 'HoudiniPointCache_GetPointVectorValueAtTimeForString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetPositionValue \ static_assert(alignof(HoudiniPointCache_GetPositionValue) == 0x000004, "Wrong alignment on HoudiniPointCache_GetPositionValue"); \ static_assert(sizeof(HoudiniPointCache_GetPositionValue) == 0x000014, "Wrong size on HoudiniPointCache_GetPositionValue"); \ static_assert(offsetof(HoudiniPointCache_GetPositionValue, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetPositionValue::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPositionValue, Value) == 0x000004, "Member 'HoudiniPointCache_GetPositionValue::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetPositionValue, ReturnValue) == 0x000010, "Member 'HoudiniPointCache_GetPositionValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetQuatValue \ static_assert(alignof(HoudiniPointCache_GetQuatValue) == 0x000010, "Wrong alignment on HoudiniPointCache_GetQuatValue"); \ static_assert(sizeof(HoudiniPointCache_GetQuatValue) == 0x000030, "Wrong size on HoudiniPointCache_GetQuatValue"); \ static_assert(offsetof(HoudiniPointCache_GetQuatValue, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetQuatValue::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetQuatValue, attrIndex) == 0x000004, "Member 'HoudiniPointCache_GetQuatValue::attrIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetQuatValue, Value) == 0x000010, "Member 'HoudiniPointCache_GetQuatValue::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetQuatValue, DoHoudiniToUnrealConversion) == 0x000020, "Member 'HoudiniPointCache_GetQuatValue::DoHoudiniToUnrealConversion' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetQuatValue, ReturnValue) == 0x000021, "Member 'HoudiniPointCache_GetQuatValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetQuatValueForString \ static_assert(alignof(HoudiniPointCache_GetQuatValueForString) == 0x000010, "Wrong alignment on HoudiniPointCache_GetQuatValueForString"); \ static_assert(sizeof(HoudiniPointCache_GetQuatValueForString) == 0x000040, "Wrong size on HoudiniPointCache_GetQuatValueForString"); \ static_assert(offsetof(HoudiniPointCache_GetQuatValueForString, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetQuatValueForString::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetQuatValueForString, Attribute) == 0x000008, "Member 'HoudiniPointCache_GetQuatValueForString::Attribute' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetQuatValueForString, Value) == 0x000020, "Member 'HoudiniPointCache_GetQuatValueForString::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetQuatValueForString, DoHoudiniToUnrealConversion) == 0x000030, "Member 'HoudiniPointCache_GetQuatValueForString::DoHoudiniToUnrealConversion' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetQuatValueForString, ReturnValue) == 0x000031, "Member 'HoudiniPointCache_GetQuatValueForString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetSampleIndexesForPointAtTime \ static_assert(alignof(HoudiniPointCache_GetSampleIndexesForPointAtTime) == 0x000004, "Wrong alignment on HoudiniPointCache_GetSampleIndexesForPointAtTime"); \ static_assert(sizeof(HoudiniPointCache_GetSampleIndexesForPointAtTime) == 0x000018, "Wrong size on HoudiniPointCache_GetSampleIndexesForPointAtTime"); \ static_assert(offsetof(HoudiniPointCache_GetSampleIndexesForPointAtTime, POINTID) == 0x000000, "Member 'HoudiniPointCache_GetSampleIndexesForPointAtTime::POINTID' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetSampleIndexesForPointAtTime, desiredTime) == 0x000004, "Member 'HoudiniPointCache_GetSampleIndexesForPointAtTime::desiredTime' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetSampleIndexesForPointAtTime, PrevSampleIndex) == 0x000008, "Member 'HoudiniPointCache_GetSampleIndexesForPointAtTime::PrevSampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetSampleIndexesForPointAtTime, NextSampleIndex) == 0x00000C, "Member 'HoudiniPointCache_GetSampleIndexesForPointAtTime::NextSampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetSampleIndexesForPointAtTime, PrevWeight) == 0x000010, "Member 'HoudiniPointCache_GetSampleIndexesForPointAtTime::PrevWeight' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetSampleIndexesForPointAtTime, ReturnValue) == 0x000014, "Member 'HoudiniPointCache_GetSampleIndexesForPointAtTime::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetSpawnTimes \ static_assert(alignof(HoudiniPointCache_GetSpawnTimes) == 0x000008, "Wrong alignment on HoudiniPointCache_GetSpawnTimes"); \ static_assert(sizeof(HoudiniPointCache_GetSpawnTimes) == 0x000010, "Wrong size on HoudiniPointCache_GetSpawnTimes"); \ static_assert(offsetof(HoudiniPointCache_GetSpawnTimes, ReturnValue) == 0x000000, "Member 'HoudiniPointCache_GetSpawnTimes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetSpecialAttributeIndexes \ static_assert(alignof(HoudiniPointCache_GetSpecialAttributeIndexes) == 0x000008, "Wrong alignment on HoudiniPointCache_GetSpecialAttributeIndexes"); \ static_assert(sizeof(HoudiniPointCache_GetSpecialAttributeIndexes) == 0x000010, "Wrong size on HoudiniPointCache_GetSpecialAttributeIndexes"); \ static_assert(offsetof(HoudiniPointCache_GetSpecialAttributeIndexes, ReturnValue) == 0x000000, "Member 'HoudiniPointCache_GetSpecialAttributeIndexes::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetTimeValue \ static_assert(alignof(HoudiniPointCache_GetTimeValue) == 0x000004, "Wrong alignment on HoudiniPointCache_GetTimeValue"); \ static_assert(sizeof(HoudiniPointCache_GetTimeValue) == 0x00000C, "Wrong size on HoudiniPointCache_GetTimeValue"); \ static_assert(offsetof(HoudiniPointCache_GetTimeValue, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetTimeValue::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetTimeValue, Value) == 0x000004, "Member 'HoudiniPointCache_GetTimeValue::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetTimeValue, ReturnValue) == 0x000008, "Member 'HoudiniPointCache_GetTimeValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetUseCustomCSVTitleRow \ static_assert(alignof(HoudiniPointCache_GetUseCustomCSVTitleRow) == 0x000001, "Wrong alignment on HoudiniPointCache_GetUseCustomCSVTitleRow"); \ static_assert(sizeof(HoudiniPointCache_GetUseCustomCSVTitleRow) == 0x000001, "Wrong size on HoudiniPointCache_GetUseCustomCSVTitleRow"); \ static_assert(offsetof(HoudiniPointCache_GetUseCustomCSVTitleRow, ReturnValue) == 0x000000, "Member 'HoudiniPointCache_GetUseCustomCSVTitleRow::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetVector4Value \ static_assert(alignof(HoudiniPointCache_GetVector4Value) == 0x000010, "Wrong alignment on HoudiniPointCache_GetVector4Value"); \ static_assert(sizeof(HoudiniPointCache_GetVector4Value) == 0x000030, "Wrong size on HoudiniPointCache_GetVector4Value"); \ static_assert(offsetof(HoudiniPointCache_GetVector4Value, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetVector4Value::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVector4Value, attrIndex) == 0x000004, "Member 'HoudiniPointCache_GetVector4Value::attrIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVector4Value, Value) == 0x000010, "Member 'HoudiniPointCache_GetVector4Value::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVector4Value, ReturnValue) == 0x000020, "Member 'HoudiniPointCache_GetVector4Value::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetVector4ValueForString \ static_assert(alignof(HoudiniPointCache_GetVector4ValueForString) == 0x000010, "Wrong alignment on HoudiniPointCache_GetVector4ValueForString"); \ static_assert(sizeof(HoudiniPointCache_GetVector4ValueForString) == 0x000040, "Wrong size on HoudiniPointCache_GetVector4ValueForString"); \ static_assert(offsetof(HoudiniPointCache_GetVector4ValueForString, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetVector4ValueForString::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVector4ValueForString, Attribute) == 0x000008, "Member 'HoudiniPointCache_GetVector4ValueForString::Attribute' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVector4ValueForString, Value) == 0x000020, "Member 'HoudiniPointCache_GetVector4ValueForString::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVector4ValueForString, ReturnValue) == 0x000030, "Member 'HoudiniPointCache_GetVector4ValueForString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetVectorValue \ static_assert(alignof(HoudiniPointCache_GetVectorValue) == 0x000004, "Wrong alignment on HoudiniPointCache_GetVectorValue"); \ static_assert(sizeof(HoudiniPointCache_GetVectorValue) == 0x000018, "Wrong size on HoudiniPointCache_GetVectorValue"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValue, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetVectorValue::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValue, attrIndex) == 0x000004, "Member 'HoudiniPointCache_GetVectorValue::attrIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValue, Value) == 0x000008, "Member 'HoudiniPointCache_GetVectorValue::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValue, DoSwap) == 0x000014, "Member 'HoudiniPointCache_GetVectorValue::DoSwap' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValue, DoScale) == 0x000015, "Member 'HoudiniPointCache_GetVectorValue::DoScale' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValue, ReturnValue) == 0x000016, "Member 'HoudiniPointCache_GetVectorValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetVectorValueForString \ static_assert(alignof(HoudiniPointCache_GetVectorValueForString) == 0x000008, "Wrong alignment on HoudiniPointCache_GetVectorValueForString"); \ static_assert(sizeof(HoudiniPointCache_GetVectorValueForString) == 0x000028, "Wrong size on HoudiniPointCache_GetVectorValueForString"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValueForString, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetVectorValueForString::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValueForString, Attribute) == 0x000008, "Member 'HoudiniPointCache_GetVectorValueForString::Attribute' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValueForString, Value) == 0x000018, "Member 'HoudiniPointCache_GetVectorValueForString::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValueForString, DoSwap) == 0x000024, "Member 'HoudiniPointCache_GetVectorValueForString::DoSwap' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValueForString, DoScale) == 0x000025, "Member 'HoudiniPointCache_GetVectorValueForString::DoScale' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVectorValueForString, ReturnValue) == 0x000026, "Member 'HoudiniPointCache_GetVectorValueForString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_HoudiniPointCache_GetVelocityValue \ static_assert(alignof(HoudiniPointCache_GetVelocityValue) == 0x000004, "Wrong alignment on HoudiniPointCache_GetVelocityValue"); \ static_assert(sizeof(HoudiniPointCache_GetVelocityValue) == 0x000014, "Wrong size on HoudiniPointCache_GetVelocityValue"); \ static_assert(offsetof(HoudiniPointCache_GetVelocityValue, SampleIndex) == 0x000000, "Member 'HoudiniPointCache_GetVelocityValue::SampleIndex' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVelocityValue, Value) == 0x000004, "Member 'HoudiniPointCache_GetVelocityValue::Value' has a wrong offset!"); \ static_assert(offsetof(HoudiniPointCache_GetVelocityValue, ReturnValue) == 0x000010, "Member 'HoudiniPointCache_GetVelocityValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoudiniPointCache \ static_assert(alignof(UHoudiniPointCache) == 0x000008, "Wrong alignment on UHoudiniPointCache"); \ static_assert(sizeof(UHoudiniPointCache) == 0x0000E8, "Wrong size on UHoudiniPointCache"); \ static_assert(offsetof(UHoudiniPointCache, Filename) == 0x000028, "Member 'UHoudiniPointCache::Filename' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, NumberOfSamples) == 0x000038, "Member 'UHoudiniPointCache::NumberOfSamples' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, NumberOfAttributes) == 0x00003C, "Member 'UHoudiniPointCache::NumberOfAttributes' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, NumberOfPoints) == 0x000040, "Member 'UHoudiniPointCache::NumberOfPoints' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, NumberOfFrames) == 0x000044, "Member 'UHoudiniPointCache::NumberOfFrames' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, FirstFrame) == 0x000048, "Member 'UHoudiniPointCache::FirstFrame' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, LastFrame) == 0x00004C, "Member 'UHoudiniPointCache::LastFrame' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, MinSampleTime) == 0x000050, "Member 'UHoudiniPointCache::MinSampleTime' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, MaxSampleTime) == 0x000054, "Member 'UHoudiniPointCache::MaxSampleTime' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, SourceCSVTitleRow) == 0x000058, "Member 'UHoudiniPointCache::SourceCSVTitleRow' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, AttributeArray) == 0x000068, "Member 'UHoudiniPointCache::AttributeArray' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, FloatSampleData) == 0x000080, "Member 'UHoudiniPointCache::FloatSampleData' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, SpawnTimes) == 0x000090, "Member 'UHoudiniPointCache::SpawnTimes' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, LifeValues) == 0x0000A0, "Member 'UHoudiniPointCache::LifeValues' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, PointTypes) == 0x0000B0, "Member 'UHoudiniPointCache::PointTypes' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, SpecialAttributeIndexes) == 0x0000C0, "Member 'UHoudiniPointCache::SpecialAttributeIndexes' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, PointValueIndexes) == 0x0000D0, "Member 'UHoudiniPointCache::PointValueIndexes' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, UseCustomCSVTitleRow) == 0x0000E0, "Member 'UHoudiniPointCache::UseCustomCSVTitleRow' has a wrong offset!"); \ static_assert(offsetof(UHoudiniPointCache, FileType) == 0x0000E1, "Member 'UHoudiniPointCache::FileType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNiagaraDataInterfaceHoudini \ static_assert(alignof(UNiagaraDataInterfaceHoudini) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceHoudini"); \ static_assert(sizeof(UNiagaraDataInterfaceHoudini) == 0x000040, "Wrong size on UNiagaraDataInterfaceHoudini"); \ static_assert(offsetof(UNiagaraDataInterfaceHoudini, HoudiniPointCacheAsset) == 0x000038, "Member 'UNiagaraDataInterfaceHoudini::HoudiniPointCacheAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableSaveFunctionLibrary_ClearDataTable \ static_assert(alignof(DataTableSaveFunctionLibrary_ClearDataTable) == 0x000008, "Wrong alignment on DataTableSaveFunctionLibrary_ClearDataTable"); \ static_assert(sizeof(DataTableSaveFunctionLibrary_ClearDataTable) == 0x000008, "Wrong size on DataTableSaveFunctionLibrary_ClearDataTable"); \ static_assert(offsetof(DataTableSaveFunctionLibrary_ClearDataTable, Table) == 0x000000, "Member 'DataTableSaveFunctionLibrary_ClearDataTable::Table' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableSaveFunctionLibrary_GetDataTable \ static_assert(alignof(DataTableSaveFunctionLibrary_GetDataTable) == 0x000008, "Wrong alignment on DataTableSaveFunctionLibrary_GetDataTable"); \ static_assert(sizeof(DataTableSaveFunctionLibrary_GetDataTable) == 0x000020, "Wrong size on DataTableSaveFunctionLibrary_GetDataTable"); \ static_assert(offsetof(DataTableSaveFunctionLibrary_GetDataTable, WorldContextObject) == 0x000000, "Member 'DataTableSaveFunctionLibrary_GetDataTable::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(DataTableSaveFunctionLibrary_GetDataTable, TablePath) == 0x000008, "Member 'DataTableSaveFunctionLibrary_GetDataTable::TablePath' has a wrong offset!"); \ static_assert(offsetof(DataTableSaveFunctionLibrary_GetDataTable, ReturnValue) == 0x000018, "Member 'DataTableSaveFunctionLibrary_GetDataTable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableSaveFunctionLibrary_RemoveDataTableRowFromName \ static_assert(alignof(DataTableSaveFunctionLibrary_RemoveDataTableRowFromName) == 0x000008, "Wrong alignment on DataTableSaveFunctionLibrary_RemoveDataTableRowFromName"); \ static_assert(sizeof(DataTableSaveFunctionLibrary_RemoveDataTableRowFromName) == 0x000010, "Wrong size on DataTableSaveFunctionLibrary_RemoveDataTableRowFromName"); \ static_assert(offsetof(DataTableSaveFunctionLibrary_RemoveDataTableRowFromName, Table) == 0x000000, "Member 'DataTableSaveFunctionLibrary_RemoveDataTableRowFromName::Table' has a wrong offset!"); \ static_assert(offsetof(DataTableSaveFunctionLibrary_RemoveDataTableRowFromName, RowName) == 0x000008, "Member 'DataTableSaveFunctionLibrary_RemoveDataTableRowFromName::RowName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableSaveFunctionLibrary_SaveDataTable \ static_assert(alignof(DataTableSaveFunctionLibrary_SaveDataTable) == 0x000008, "Wrong alignment on DataTableSaveFunctionLibrary_SaveDataTable"); \ static_assert(sizeof(DataTableSaveFunctionLibrary_SaveDataTable) == 0x000008, "Wrong size on DataTableSaveFunctionLibrary_SaveDataTable"); \ static_assert(offsetof(DataTableSaveFunctionLibrary_SaveDataTable, Table) == 0x000000, "Member 'DataTableSaveFunctionLibrary_SaveDataTable::Table' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DataTableSaveFunctionLibrary_SaveDataTableRowFromName \ static_assert(alignof(DataTableSaveFunctionLibrary_SaveDataTableRowFromName) == 0x000008, "Wrong alignment on DataTableSaveFunctionLibrary_SaveDataTableRowFromName"); \ static_assert(sizeof(DataTableSaveFunctionLibrary_SaveDataTableRowFromName) == 0x000018, "Wrong size on DataTableSaveFunctionLibrary_SaveDataTableRowFromName"); \ static_assert(offsetof(DataTableSaveFunctionLibrary_SaveDataTableRowFromName, Table) == 0x000000, "Member 'DataTableSaveFunctionLibrary_SaveDataTableRowFromName::Table' has a wrong offset!"); \ static_assert(offsetof(DataTableSaveFunctionLibrary_SaveDataTableRowFromName, RowName) == 0x000008, "Member 'DataTableSaveFunctionLibrary_SaveDataTableRowFromName::RowName' has a wrong offset!"); \ static_assert(offsetof(DataTableSaveFunctionLibrary_SaveDataTableRowFromName, Value) == 0x000010, "Member 'DataTableSaveFunctionLibrary_SaveDataTableRowFromName::Value' has a wrong offset!"); \ static_assert(offsetof(DataTableSaveFunctionLibrary_SaveDataTableRowFromName, ReturnValue) == 0x000014, "Member 'DataTableSaveFunctionLibrary_SaveDataTableRowFromName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDataTableSaveFunctionLibrary \ static_assert(alignof(UDataTableSaveFunctionLibrary) == 0x000008, "Wrong alignment on UDataTableSaveFunctionLibrary"); \ static_assert(sizeof(UDataTableSaveFunctionLibrary) == 0x000028, "Wrong size on UDataTableSaveFunctionLibrary"); \ #define DUMPER7_ASSERTS_FCachedFontMeshes \ static_assert(alignof(FCachedFontMeshes) == 0x000008, "Wrong alignment on FCachedFontMeshes"); \ static_assert(sizeof(FCachedFontMeshes) == 0x000060, "Wrong size on FCachedFontMeshes"); \ static_assert(offsetof(FCachedFontMeshes, Glyphs) == 0x000000, "Member 'FCachedFontMeshes::Glyphs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCachedFontData \ static_assert(alignof(FCachedFontData) == 0x000008, "Wrong alignment on FCachedFontData"); \ static_assert(sizeof(FCachedFontData) == 0x0000E8, "Wrong size on FCachedFontData"); \ static_assert(offsetof(FCachedFontData, Font) == 0x000000, "Member 'FCachedFontData::Font' has a wrong offset!"); \ static_assert(offsetof(FCachedFontData, Meshes) == 0x000008, "Member 'FCachedFontData::Meshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AText3DActor \ static_assert(alignof(AText3DActor) == 0x000008, "Wrong alignment on AText3DActor"); \ static_assert(sizeof(AText3DActor) == 0x000238, "Wrong size on AText3DActor"); \ static_assert(offsetof(AText3DActor, Text3DComponent) == 0x000230, "Member 'AText3DActor::Text3DComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetLocationDistance \ static_assert(alignof(Text3DCharacterTransform_SetLocationDistance) == 0x000004, "Wrong alignment on Text3DCharacterTransform_SetLocationDistance"); \ static_assert(sizeof(Text3DCharacterTransform_SetLocationDistance) == 0x00000C, "Wrong size on Text3DCharacterTransform_SetLocationDistance"); \ static_assert(offsetof(Text3DCharacterTransform_SetLocationDistance, Distance) == 0x000000, "Member 'Text3DCharacterTransform_SetLocationDistance::Distance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetLocationEnabled \ static_assert(alignof(Text3DCharacterTransform_SetLocationEnabled) == 0x000001, "Wrong alignment on Text3DCharacterTransform_SetLocationEnabled"); \ static_assert(sizeof(Text3DCharacterTransform_SetLocationEnabled) == 0x000001, "Wrong size on Text3DCharacterTransform_SetLocationEnabled"); \ static_assert(offsetof(Text3DCharacterTransform_SetLocationEnabled, bEnabled) == 0x000000, "Member 'Text3DCharacterTransform_SetLocationEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetLocationOrder \ static_assert(alignof(Text3DCharacterTransform_SetLocationOrder) == 0x000001, "Wrong alignment on Text3DCharacterTransform_SetLocationOrder"); \ static_assert(sizeof(Text3DCharacterTransform_SetLocationOrder) == 0x000001, "Wrong size on Text3DCharacterTransform_SetLocationOrder"); \ static_assert(offsetof(Text3DCharacterTransform_SetLocationOrder, Order) == 0x000000, "Member 'Text3DCharacterTransform_SetLocationOrder::Order' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetLocationProgress \ static_assert(alignof(Text3DCharacterTransform_SetLocationProgress) == 0x000004, "Wrong alignment on Text3DCharacterTransform_SetLocationProgress"); \ static_assert(sizeof(Text3DCharacterTransform_SetLocationProgress) == 0x000004, "Wrong size on Text3DCharacterTransform_SetLocationProgress"); \ static_assert(offsetof(Text3DCharacterTransform_SetLocationProgress, Progress) == 0x000000, "Member 'Text3DCharacterTransform_SetLocationProgress::Progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetLocationRange \ static_assert(alignof(Text3DCharacterTransform_SetLocationRange) == 0x000004, "Wrong alignment on Text3DCharacterTransform_SetLocationRange"); \ static_assert(sizeof(Text3DCharacterTransform_SetLocationRange) == 0x000004, "Wrong size on Text3DCharacterTransform_SetLocationRange"); \ static_assert(offsetof(Text3DCharacterTransform_SetLocationRange, Range) == 0x000000, "Member 'Text3DCharacterTransform_SetLocationRange::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetRotateBegin \ static_assert(alignof(Text3DCharacterTransform_SetRotateBegin) == 0x000004, "Wrong alignment on Text3DCharacterTransform_SetRotateBegin"); \ static_assert(sizeof(Text3DCharacterTransform_SetRotateBegin) == 0x00000C, "Wrong size on Text3DCharacterTransform_SetRotateBegin"); \ static_assert(offsetof(Text3DCharacterTransform_SetRotateBegin, Value) == 0x000000, "Member 'Text3DCharacterTransform_SetRotateBegin::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetRotateEnabled \ static_assert(alignof(Text3DCharacterTransform_SetRotateEnabled) == 0x000001, "Wrong alignment on Text3DCharacterTransform_SetRotateEnabled"); \ static_assert(sizeof(Text3DCharacterTransform_SetRotateEnabled) == 0x000001, "Wrong size on Text3DCharacterTransform_SetRotateEnabled"); \ static_assert(offsetof(Text3DCharacterTransform_SetRotateEnabled, bEnabled) == 0x000000, "Member 'Text3DCharacterTransform_SetRotateEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetRotateEnd \ static_assert(alignof(Text3DCharacterTransform_SetRotateEnd) == 0x000004, "Wrong alignment on Text3DCharacterTransform_SetRotateEnd"); \ static_assert(sizeof(Text3DCharacterTransform_SetRotateEnd) == 0x00000C, "Wrong size on Text3DCharacterTransform_SetRotateEnd"); \ static_assert(offsetof(Text3DCharacterTransform_SetRotateEnd, Value) == 0x000000, "Member 'Text3DCharacterTransform_SetRotateEnd::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetRotateOrder \ static_assert(alignof(Text3DCharacterTransform_SetRotateOrder) == 0x000001, "Wrong alignment on Text3DCharacterTransform_SetRotateOrder"); \ static_assert(sizeof(Text3DCharacterTransform_SetRotateOrder) == 0x000001, "Wrong size on Text3DCharacterTransform_SetRotateOrder"); \ static_assert(offsetof(Text3DCharacterTransform_SetRotateOrder, Order) == 0x000000, "Member 'Text3DCharacterTransform_SetRotateOrder::Order' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetRotateProgress \ static_assert(alignof(Text3DCharacterTransform_SetRotateProgress) == 0x000004, "Wrong alignment on Text3DCharacterTransform_SetRotateProgress"); \ static_assert(sizeof(Text3DCharacterTransform_SetRotateProgress) == 0x000004, "Wrong size on Text3DCharacterTransform_SetRotateProgress"); \ static_assert(offsetof(Text3DCharacterTransform_SetRotateProgress, Progress) == 0x000000, "Member 'Text3DCharacterTransform_SetRotateProgress::Progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetRotateRange \ static_assert(alignof(Text3DCharacterTransform_SetRotateRange) == 0x000004, "Wrong alignment on Text3DCharacterTransform_SetRotateRange"); \ static_assert(sizeof(Text3DCharacterTransform_SetRotateRange) == 0x000004, "Wrong size on Text3DCharacterTransform_SetRotateRange"); \ static_assert(offsetof(Text3DCharacterTransform_SetRotateRange, Range) == 0x000000, "Member 'Text3DCharacterTransform_SetRotateRange::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetScaleBegin \ static_assert(alignof(Text3DCharacterTransform_SetScaleBegin) == 0x000004, "Wrong alignment on Text3DCharacterTransform_SetScaleBegin"); \ static_assert(sizeof(Text3DCharacterTransform_SetScaleBegin) == 0x00000C, "Wrong size on Text3DCharacterTransform_SetScaleBegin"); \ static_assert(offsetof(Text3DCharacterTransform_SetScaleBegin, Value) == 0x000000, "Member 'Text3DCharacterTransform_SetScaleBegin::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetScaleEnabled \ static_assert(alignof(Text3DCharacterTransform_SetScaleEnabled) == 0x000001, "Wrong alignment on Text3DCharacterTransform_SetScaleEnabled"); \ static_assert(sizeof(Text3DCharacterTransform_SetScaleEnabled) == 0x000001, "Wrong size on Text3DCharacterTransform_SetScaleEnabled"); \ static_assert(offsetof(Text3DCharacterTransform_SetScaleEnabled, bEnabled) == 0x000000, "Member 'Text3DCharacterTransform_SetScaleEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetScaleEnd \ static_assert(alignof(Text3DCharacterTransform_SetScaleEnd) == 0x000004, "Wrong alignment on Text3DCharacterTransform_SetScaleEnd"); \ static_assert(sizeof(Text3DCharacterTransform_SetScaleEnd) == 0x00000C, "Wrong size on Text3DCharacterTransform_SetScaleEnd"); \ static_assert(offsetof(Text3DCharacterTransform_SetScaleEnd, Value) == 0x000000, "Member 'Text3DCharacterTransform_SetScaleEnd::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetScaleOrder \ static_assert(alignof(Text3DCharacterTransform_SetScaleOrder) == 0x000001, "Wrong alignment on Text3DCharacterTransform_SetScaleOrder"); \ static_assert(sizeof(Text3DCharacterTransform_SetScaleOrder) == 0x000001, "Wrong size on Text3DCharacterTransform_SetScaleOrder"); \ static_assert(offsetof(Text3DCharacterTransform_SetScaleOrder, Order) == 0x000000, "Member 'Text3DCharacterTransform_SetScaleOrder::Order' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetScaleProgress \ static_assert(alignof(Text3DCharacterTransform_SetScaleProgress) == 0x000004, "Wrong alignment on Text3DCharacterTransform_SetScaleProgress"); \ static_assert(sizeof(Text3DCharacterTransform_SetScaleProgress) == 0x000004, "Wrong size on Text3DCharacterTransform_SetScaleProgress"); \ static_assert(offsetof(Text3DCharacterTransform_SetScaleProgress, Progress) == 0x000000, "Member 'Text3DCharacterTransform_SetScaleProgress::Progress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DCharacterTransform_SetScaleRange \ static_assert(alignof(Text3DCharacterTransform_SetScaleRange) == 0x000004, "Wrong alignment on Text3DCharacterTransform_SetScaleRange"); \ static_assert(sizeof(Text3DCharacterTransform_SetScaleRange) == 0x000004, "Wrong size on Text3DCharacterTransform_SetScaleRange"); \ static_assert(offsetof(Text3DCharacterTransform_SetScaleRange, Range) == 0x000000, "Member 'Text3DCharacterTransform_SetScaleRange::Range' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UText3DCharacterTransform \ static_assert(alignof(UText3DCharacterTransform) == 0x000010, "Wrong alignment on UText3DCharacterTransform"); \ static_assert(sizeof(UText3DCharacterTransform) == 0x000280, "Wrong size on UText3DCharacterTransform"); \ static_assert(offsetof(UText3DCharacterTransform, bLocationEnabled) == 0x000208, "Member 'UText3DCharacterTransform::bLocationEnabled' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, LocationProgress) == 0x00020C, "Member 'UText3DCharacterTransform::LocationProgress' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, LocationOrder) == 0x000210, "Member 'UText3DCharacterTransform::LocationOrder' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, LocationRange) == 0x000214, "Member 'UText3DCharacterTransform::LocationRange' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, LocationDistance) == 0x000218, "Member 'UText3DCharacterTransform::LocationDistance' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, bScaleEnabled) == 0x000224, "Member 'UText3DCharacterTransform::bScaleEnabled' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, ScaleProgress) == 0x000228, "Member 'UText3DCharacterTransform::ScaleProgress' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, ScaleOrder) == 0x00022C, "Member 'UText3DCharacterTransform::ScaleOrder' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, ScaleRange) == 0x000230, "Member 'UText3DCharacterTransform::ScaleRange' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, ScaleBegin) == 0x000234, "Member 'UText3DCharacterTransform::ScaleBegin' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, ScaleEnd) == 0x000240, "Member 'UText3DCharacterTransform::ScaleEnd' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, bRotateEnabled) == 0x00024C, "Member 'UText3DCharacterTransform::bRotateEnabled' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, RotateProgress) == 0x000250, "Member 'UText3DCharacterTransform::RotateProgress' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, RotateOrder) == 0x000254, "Member 'UText3DCharacterTransform::RotateOrder' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, RotateRange) == 0x000258, "Member 'UText3DCharacterTransform::RotateRange' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, RotateBegin) == 0x00025C, "Member 'UText3DCharacterTransform::RotateBegin' has a wrong offset!"); \ static_assert(offsetof(UText3DCharacterTransform, RotateEnd) == 0x000268, "Member 'UText3DCharacterTransform::RotateEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetBackMaterial \ static_assert(alignof(Text3DComponent_SetBackMaterial) == 0x000008, "Wrong alignment on Text3DComponent_SetBackMaterial"); \ static_assert(sizeof(Text3DComponent_SetBackMaterial) == 0x000008, "Wrong size on Text3DComponent_SetBackMaterial"); \ static_assert(offsetof(Text3DComponent_SetBackMaterial, Value) == 0x000000, "Member 'Text3DComponent_SetBackMaterial::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetBevel \ static_assert(alignof(Text3DComponent_SetBevel) == 0x000004, "Wrong alignment on Text3DComponent_SetBevel"); \ static_assert(sizeof(Text3DComponent_SetBevel) == 0x000004, "Wrong size on Text3DComponent_SetBevel"); \ static_assert(offsetof(Text3DComponent_SetBevel, Value) == 0x000000, "Member 'Text3DComponent_SetBevel::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetBevelMaterial \ static_assert(alignof(Text3DComponent_SetBevelMaterial) == 0x000008, "Wrong alignment on Text3DComponent_SetBevelMaterial"); \ static_assert(sizeof(Text3DComponent_SetBevelMaterial) == 0x000008, "Wrong size on Text3DComponent_SetBevelMaterial"); \ static_assert(offsetof(Text3DComponent_SetBevelMaterial, Value) == 0x000000, "Member 'Text3DComponent_SetBevelMaterial::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetBevelSegments \ static_assert(alignof(Text3DComponent_SetBevelSegments) == 0x000004, "Wrong alignment on Text3DComponent_SetBevelSegments"); \ static_assert(sizeof(Text3DComponent_SetBevelSegments) == 0x000004, "Wrong size on Text3DComponent_SetBevelSegments"); \ static_assert(offsetof(Text3DComponent_SetBevelSegments, Value) == 0x000000, "Member 'Text3DComponent_SetBevelSegments::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetBevelType \ static_assert(alignof(Text3DComponent_SetBevelType) == 0x000001, "Wrong alignment on Text3DComponent_SetBevelType"); \ static_assert(sizeof(Text3DComponent_SetBevelType) == 0x000001, "Wrong size on Text3DComponent_SetBevelType"); \ static_assert(offsetof(Text3DComponent_SetBevelType, Value) == 0x000000, "Member 'Text3DComponent_SetBevelType::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetExtrude \ static_assert(alignof(Text3DComponent_SetExtrude) == 0x000004, "Wrong alignment on Text3DComponent_SetExtrude"); \ static_assert(sizeof(Text3DComponent_SetExtrude) == 0x000004, "Wrong size on Text3DComponent_SetExtrude"); \ static_assert(offsetof(Text3DComponent_SetExtrude, Value) == 0x000000, "Member 'Text3DComponent_SetExtrude::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetExtrudeMaterial \ static_assert(alignof(Text3DComponent_SetExtrudeMaterial) == 0x000008, "Wrong alignment on Text3DComponent_SetExtrudeMaterial"); \ static_assert(sizeof(Text3DComponent_SetExtrudeMaterial) == 0x000008, "Wrong size on Text3DComponent_SetExtrudeMaterial"); \ static_assert(offsetof(Text3DComponent_SetExtrudeMaterial, Value) == 0x000000, "Member 'Text3DComponent_SetExtrudeMaterial::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetFont \ static_assert(alignof(Text3DComponent_SetFont) == 0x000008, "Wrong alignment on Text3DComponent_SetFont"); \ static_assert(sizeof(Text3DComponent_SetFont) == 0x000008, "Wrong size on Text3DComponent_SetFont"); \ static_assert(offsetof(Text3DComponent_SetFont, InFont) == 0x000000, "Member 'Text3DComponent_SetFont::InFont' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetFreeze \ static_assert(alignof(Text3DComponent_SetFreeze) == 0x000001, "Wrong alignment on Text3DComponent_SetFreeze"); \ static_assert(sizeof(Text3DComponent_SetFreeze) == 0x000001, "Wrong size on Text3DComponent_SetFreeze"); \ static_assert(offsetof(Text3DComponent_SetFreeze, bFreeze) == 0x000000, "Member 'Text3DComponent_SetFreeze::bFreeze' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetFrontMaterial \ static_assert(alignof(Text3DComponent_SetFrontMaterial) == 0x000008, "Wrong alignment on Text3DComponent_SetFrontMaterial"); \ static_assert(sizeof(Text3DComponent_SetFrontMaterial) == 0x000008, "Wrong size on Text3DComponent_SetFrontMaterial"); \ static_assert(offsetof(Text3DComponent_SetFrontMaterial, Value) == 0x000000, "Member 'Text3DComponent_SetFrontMaterial::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetHasMaxHeight \ static_assert(alignof(Text3DComponent_SetHasMaxHeight) == 0x000001, "Wrong alignment on Text3DComponent_SetHasMaxHeight"); \ static_assert(sizeof(Text3DComponent_SetHasMaxHeight) == 0x000001, "Wrong size on Text3DComponent_SetHasMaxHeight"); \ static_assert(offsetof(Text3DComponent_SetHasMaxHeight, Value) == 0x000000, "Member 'Text3DComponent_SetHasMaxHeight::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetHasMaxWidth \ static_assert(alignof(Text3DComponent_SetHasMaxWidth) == 0x000001, "Wrong alignment on Text3DComponent_SetHasMaxWidth"); \ static_assert(sizeof(Text3DComponent_SetHasMaxWidth) == 0x000001, "Wrong size on Text3DComponent_SetHasMaxWidth"); \ static_assert(offsetof(Text3DComponent_SetHasMaxWidth, Value) == 0x000000, "Member 'Text3DComponent_SetHasMaxWidth::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetHorizontalAlignment \ static_assert(alignof(Text3DComponent_SetHorizontalAlignment) == 0x000001, "Wrong alignment on Text3DComponent_SetHorizontalAlignment"); \ static_assert(sizeof(Text3DComponent_SetHorizontalAlignment) == 0x000001, "Wrong size on Text3DComponent_SetHorizontalAlignment"); \ static_assert(offsetof(Text3DComponent_SetHorizontalAlignment, Value) == 0x000000, "Member 'Text3DComponent_SetHorizontalAlignment::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetKerning \ static_assert(alignof(Text3DComponent_SetKerning) == 0x000004, "Wrong alignment on Text3DComponent_SetKerning"); \ static_assert(sizeof(Text3DComponent_SetKerning) == 0x000004, "Wrong size on Text3DComponent_SetKerning"); \ static_assert(offsetof(Text3DComponent_SetKerning, Value) == 0x000000, "Member 'Text3DComponent_SetKerning::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetLineSpacing \ static_assert(alignof(Text3DComponent_SetLineSpacing) == 0x000004, "Wrong alignment on Text3DComponent_SetLineSpacing"); \ static_assert(sizeof(Text3DComponent_SetLineSpacing) == 0x000004, "Wrong size on Text3DComponent_SetLineSpacing"); \ static_assert(offsetof(Text3DComponent_SetLineSpacing, Value) == 0x000000, "Member 'Text3DComponent_SetLineSpacing::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetMaxHeight \ static_assert(alignof(Text3DComponent_SetMaxHeight) == 0x000004, "Wrong alignment on Text3DComponent_SetMaxHeight"); \ static_assert(sizeof(Text3DComponent_SetMaxHeight) == 0x000004, "Wrong size on Text3DComponent_SetMaxHeight"); \ static_assert(offsetof(Text3DComponent_SetMaxHeight, Value) == 0x000000, "Member 'Text3DComponent_SetMaxHeight::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetMaxWidth \ static_assert(alignof(Text3DComponent_SetMaxWidth) == 0x000004, "Wrong alignment on Text3DComponent_SetMaxWidth"); \ static_assert(sizeof(Text3DComponent_SetMaxWidth) == 0x000004, "Wrong size on Text3DComponent_SetMaxWidth"); \ static_assert(offsetof(Text3DComponent_SetMaxWidth, Value) == 0x000000, "Member 'Text3DComponent_SetMaxWidth::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetOutline \ static_assert(alignof(Text3DComponent_SetOutline) == 0x000001, "Wrong alignment on Text3DComponent_SetOutline"); \ static_assert(sizeof(Text3DComponent_SetOutline) == 0x000001, "Wrong size on Text3DComponent_SetOutline"); \ static_assert(offsetof(Text3DComponent_SetOutline, bValue) == 0x000000, "Member 'Text3DComponent_SetOutline::bValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetScaleProportionally \ static_assert(alignof(Text3DComponent_SetScaleProportionally) == 0x000001, "Wrong alignment on Text3DComponent_SetScaleProportionally"); \ static_assert(sizeof(Text3DComponent_SetScaleProportionally) == 0x000001, "Wrong size on Text3DComponent_SetScaleProportionally"); \ static_assert(offsetof(Text3DComponent_SetScaleProportionally, Value) == 0x000000, "Member 'Text3DComponent_SetScaleProportionally::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetText \ static_assert(alignof(Text3DComponent_SetText) == 0x000008, "Wrong alignment on Text3DComponent_SetText"); \ static_assert(sizeof(Text3DComponent_SetText) == 0x000018, "Wrong size on Text3DComponent_SetText"); \ static_assert(offsetof(Text3DComponent_SetText, Value) == 0x000000, "Member 'Text3DComponent_SetText::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetVerticalAlignment \ static_assert(alignof(Text3DComponent_SetVerticalAlignment) == 0x000001, "Wrong alignment on Text3DComponent_SetVerticalAlignment"); \ static_assert(sizeof(Text3DComponent_SetVerticalAlignment) == 0x000001, "Wrong size on Text3DComponent_SetVerticalAlignment"); \ static_assert(offsetof(Text3DComponent_SetVerticalAlignment, Value) == 0x000000, "Member 'Text3DComponent_SetVerticalAlignment::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Text3DComponent_SetWordSpacing \ static_assert(alignof(Text3DComponent_SetWordSpacing) == 0x000004, "Wrong alignment on Text3DComponent_SetWordSpacing"); \ static_assert(sizeof(Text3DComponent_SetWordSpacing) == 0x000004, "Wrong size on Text3DComponent_SetWordSpacing"); \ static_assert(offsetof(Text3DComponent_SetWordSpacing, Value) == 0x000000, "Member 'Text3DComponent_SetWordSpacing::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UText3DComponent \ static_assert(alignof(UText3DComponent) == 0x000010, "Wrong alignment on UText3DComponent"); \ static_assert(sizeof(UText3DComponent) == 0x0002F0, "Wrong size on UText3DComponent"); \ static_assert(offsetof(UText3DComponent, Text) == 0x000208, "Member 'UText3DComponent::Text' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, Extrude) == 0x000220, "Member 'UText3DComponent::Extrude' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, Bevel) == 0x000224, "Member 'UText3DComponent::Bevel' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, BevelType) == 0x000228, "Member 'UText3DComponent::BevelType' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, BevelSegments) == 0x00022C, "Member 'UText3DComponent::BevelSegments' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, bOutline) == 0x000230, "Member 'UText3DComponent::bOutline' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, FrontMaterial) == 0x000238, "Member 'UText3DComponent::FrontMaterial' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, BevelMaterial) == 0x000240, "Member 'UText3DComponent::BevelMaterial' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, ExtrudeMaterial) == 0x000248, "Member 'UText3DComponent::ExtrudeMaterial' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, BackMaterial) == 0x000250, "Member 'UText3DComponent::BackMaterial' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, Font) == 0x000258, "Member 'UText3DComponent::Font' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, HorizontalAlignment) == 0x000260, "Member 'UText3DComponent::HorizontalAlignment' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, VerticalAlignment) == 0x000261, "Member 'UText3DComponent::VerticalAlignment' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, Kerning) == 0x000264, "Member 'UText3DComponent::Kerning' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, LineSpacing) == 0x000268, "Member 'UText3DComponent::LineSpacing' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, WordSpacing) == 0x00026C, "Member 'UText3DComponent::WordSpacing' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, bHasMaxWidth) == 0x000270, "Member 'UText3DComponent::bHasMaxWidth' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, MaxWidth) == 0x000274, "Member 'UText3DComponent::MaxWidth' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, bHasMaxHeight) == 0x000278, "Member 'UText3DComponent::bHasMaxHeight' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, MaxHeight) == 0x00027C, "Member 'UText3DComponent::MaxHeight' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, bScaleProportionally) == 0x000280, "Member 'UText3DComponent::bScaleProportionally' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, TextRoot) == 0x000288, "Member 'UText3DComponent::TextRoot' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, CharacterKernings) == 0x0002D0, "Member 'UText3DComponent::CharacterKernings' has a wrong offset!"); \ static_assert(offsetof(UText3DComponent, CharacterMeshes) == 0x0002E0, "Member 'UText3DComponent::CharacterMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UText3DEngineSubsystem \ static_assert(alignof(UText3DEngineSubsystem) == 0x000008, "Wrong alignment on UText3DEngineSubsystem"); \ static_assert(sizeof(UText3DEngineSubsystem) == 0x000090, "Wrong size on UText3DEngineSubsystem"); \ static_assert(offsetof(UText3DEngineSubsystem, DefaultMaterial) == 0x000030, "Member 'UText3DEngineSubsystem::DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(UText3DEngineSubsystem, CachedFonts) == 0x000038, "Member 'UText3DEngineSubsystem::CachedFonts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQosRegionInfo \ static_assert(alignof(FQosRegionInfo) == 0x000008, "Wrong alignment on FQosRegionInfo"); \ static_assert(sizeof(FQosRegionInfo) == 0x000030, "Wrong size on FQosRegionInfo"); \ static_assert(offsetof(FQosRegionInfo, DisplayName) == 0x000000, "Member 'FQosRegionInfo::DisplayName' has a wrong offset!"); \ static_assert(offsetof(FQosRegionInfo, RegionId) == 0x000018, "Member 'FQosRegionInfo::RegionId' has a wrong offset!"); \ static_assert(offsetof(FQosRegionInfo, bEnabled) == 0x000028, "Member 'FQosRegionInfo::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FQosRegionInfo, bVisible) == 0x000029, "Member 'FQosRegionInfo::bVisible' has a wrong offset!"); \ static_assert(offsetof(FQosRegionInfo, bAutoAssignable) == 0x00002A, "Member 'FQosRegionInfo::bAutoAssignable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQosPingServerInfo \ static_assert(alignof(FQosPingServerInfo) == 0x000008, "Wrong alignment on FQosPingServerInfo"); \ static_assert(sizeof(FQosPingServerInfo) == 0x000018, "Wrong size on FQosPingServerInfo"); \ static_assert(offsetof(FQosPingServerInfo, Address) == 0x000000, "Member 'FQosPingServerInfo::Address' has a wrong offset!"); \ static_assert(offsetof(FQosPingServerInfo, Port) == 0x000010, "Member 'FQosPingServerInfo::Port' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FQosDatacenterInfo \ static_assert(alignof(FQosDatacenterInfo) == 0x000008, "Wrong alignment on FQosDatacenterInfo"); \ static_assert(sizeof(FQosDatacenterInfo) == 0x000038, "Wrong size on FQosDatacenterInfo"); \ static_assert(offsetof(FQosDatacenterInfo, ID) == 0x000000, "Member 'FQosDatacenterInfo::ID' has a wrong offset!"); \ static_assert(offsetof(FQosDatacenterInfo, RegionId) == 0x000010, "Member 'FQosDatacenterInfo::RegionId' has a wrong offset!"); \ static_assert(offsetof(FQosDatacenterInfo, bEnabled) == 0x000020, "Member 'FQosDatacenterInfo::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FQosDatacenterInfo, Servers) == 0x000028, "Member 'FQosDatacenterInfo::Servers' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatacenterQosInstance \ static_assert(alignof(FDatacenterQosInstance) == 0x000008, "Wrong alignment on FDatacenterQosInstance"); \ static_assert(sizeof(FDatacenterQosInstance) == 0x000068, "Wrong size on FDatacenterQosInstance"); \ static_assert(offsetof(FDatacenterQosInstance, Definition) == 0x000000, "Member 'FDatacenterQosInstance::Definition' has a wrong offset!"); \ static_assert(offsetof(FDatacenterQosInstance, Result) == 0x000038, "Member 'FDatacenterQosInstance::Result' has a wrong offset!"); \ static_assert(offsetof(FDatacenterQosInstance, AvgPingMs) == 0x00003C, "Member 'FDatacenterQosInstance::AvgPingMs' has a wrong offset!"); \ static_assert(offsetof(FDatacenterQosInstance, PingResults) == 0x000040, "Member 'FDatacenterQosInstance::PingResults' has a wrong offset!"); \ static_assert(offsetof(FDatacenterQosInstance, LastCheckTimestamp) == 0x000058, "Member 'FDatacenterQosInstance::LastCheckTimestamp' has a wrong offset!"); \ static_assert(offsetof(FDatacenterQosInstance, bUsable) == 0x000060, "Member 'FDatacenterQosInstance::bUsable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRegionQosInstance \ static_assert(alignof(FRegionQosInstance) == 0x000008, "Wrong alignment on FRegionQosInstance"); \ static_assert(sizeof(FRegionQosInstance) == 0x000040, "Wrong size on FRegionQosInstance"); \ static_assert(offsetof(FRegionQosInstance, Definition) == 0x000000, "Member 'FRegionQosInstance::Definition' has a wrong offset!"); \ static_assert(offsetof(FRegionQosInstance, DatacenterOptions) == 0x000030, "Member 'FRegionQosInstance::DatacenterOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QosBeaconClient_ClientQosResponse \ static_assert(alignof(QosBeaconClient_ClientQosResponse) == 0x000001, "Wrong alignment on QosBeaconClient_ClientQosResponse"); \ static_assert(sizeof(QosBeaconClient_ClientQosResponse) == 0x000001, "Wrong size on QosBeaconClient_ClientQosResponse"); \ static_assert(offsetof(QosBeaconClient_ClientQosResponse, Response) == 0x000000, "Member 'QosBeaconClient_ClientQosResponse::Response' has a wrong offset!"); \ #define DUMPER7_ASSERTS_QosBeaconClient_ServerQosRequest \ static_assert(alignof(QosBeaconClient_ServerQosRequest) == 0x000008, "Wrong alignment on QosBeaconClient_ServerQosRequest"); \ static_assert(sizeof(QosBeaconClient_ServerQosRequest) == 0x000010, "Wrong size on QosBeaconClient_ServerQosRequest"); \ static_assert(offsetof(QosBeaconClient_ServerQosRequest, InSessionId) == 0x000000, "Member 'QosBeaconClient_ServerQosRequest::InSessionId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AQosBeaconClient \ static_assert(alignof(AQosBeaconClient) == 0x000008, "Wrong alignment on AQosBeaconClient"); \ static_assert(sizeof(AQosBeaconClient) == 0x0002F8, "Wrong size on AQosBeaconClient"); \ #define DUMPER7_ASSERTS_AQosBeaconHost \ static_assert(alignof(AQosBeaconHost) == 0x000008, "Wrong alignment on AQosBeaconHost"); \ static_assert(sizeof(AQosBeaconHost) == 0x000268, "Wrong size on AQosBeaconHost"); \ #define DUMPER7_ASSERTS_UQosEvaluator \ static_assert(alignof(UQosEvaluator) == 0x000008, "Wrong alignment on UQosEvaluator"); \ static_assert(sizeof(UQosEvaluator) == 0x000080, "Wrong size on UQosEvaluator"); \ static_assert(offsetof(UQosEvaluator, bInProgress) == 0x000048, "Member 'UQosEvaluator::bInProgress' has a wrong offset!"); \ static_assert(offsetof(UQosEvaluator, bCancelOperation) == 0x000049, "Member 'UQosEvaluator::bCancelOperation' has a wrong offset!"); \ static_assert(offsetof(UQosEvaluator, Datacenters) == 0x000050, "Member 'UQosEvaluator::Datacenters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UQosRegionManager \ static_assert(alignof(UQosRegionManager) == 0x000008, "Wrong alignment on UQosRegionManager"); \ static_assert(sizeof(UQosRegionManager) == 0x0000C0, "Wrong size on UQosRegionManager"); \ static_assert(offsetof(UQosRegionManager, NumTestsPerRegion) == 0x000028, "Member 'UQosRegionManager::NumTestsPerRegion' has a wrong offset!"); \ static_assert(offsetof(UQosRegionManager, PingTimeout) == 0x00002C, "Member 'UQosRegionManager::PingTimeout' has a wrong offset!"); \ static_assert(offsetof(UQosRegionManager, RegionDefinitions) == 0x000030, "Member 'UQosRegionManager::RegionDefinitions' has a wrong offset!"); \ static_assert(offsetof(UQosRegionManager, DatacenterDefinitions) == 0x000040, "Member 'UQosRegionManager::DatacenterDefinitions' has a wrong offset!"); \ static_assert(offsetof(UQosRegionManager, LastCheckTimestamp) == 0x000050, "Member 'UQosRegionManager::LastCheckTimestamp' has a wrong offset!"); \ static_assert(offsetof(UQosRegionManager, Evaluator) == 0x000058, "Member 'UQosRegionManager::Evaluator' has a wrong offset!"); \ static_assert(offsetof(UQosRegionManager, QosEvalResult) == 0x000060, "Member 'UQosRegionManager::QosEvalResult' has a wrong offset!"); \ static_assert(offsetof(UQosRegionManager, RegionOptions) == 0x000068, "Member 'UQosRegionManager::RegionOptions' has a wrong offset!"); \ static_assert(offsetof(UQosRegionManager, ForceRegionId) == 0x000078, "Member 'UQosRegionManager::ForceRegionId' has a wrong offset!"); \ static_assert(offsetof(UQosRegionManager, bRegionForcedViaCommandline) == 0x000088, "Member 'UQosRegionManager::bRegionForcedViaCommandline' has a wrong offset!"); \ static_assert(offsetof(UQosRegionManager, SelectedRegionId) == 0x000090, "Member 'UQosRegionManager::SelectedRegionId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FOnlinePartyRepDataBase \ static_assert(alignof(FOnlinePartyRepDataBase) == 0x000008, "Wrong alignment on FOnlinePartyRepDataBase"); \ static_assert(sizeof(FOnlinePartyRepDataBase) == 0x000018, "Wrong size on FOnlinePartyRepDataBase"); \ #define DUMPER7_ASSERTS_FSocialPlatformDescription \ static_assert(alignof(FSocialPlatformDescription) == 0x000008, "Wrong alignment on FSocialPlatformDescription"); \ static_assert(sizeof(FSocialPlatformDescription) == 0x000058, "Wrong size on FSocialPlatformDescription"); \ static_assert(offsetof(FSocialPlatformDescription, Name) == 0x000000, "Member 'FSocialPlatformDescription::Name' has a wrong offset!"); \ static_assert(offsetof(FSocialPlatformDescription, PlatformType) == 0x000010, "Member 'FSocialPlatformDescription::PlatformType' has a wrong offset!"); \ static_assert(offsetof(FSocialPlatformDescription, OnlineSubsystem) == 0x000020, "Member 'FSocialPlatformDescription::OnlineSubsystem' has a wrong offset!"); \ static_assert(offsetof(FSocialPlatformDescription, SessionType) == 0x000028, "Member 'FSocialPlatformDescription::SessionType' has a wrong offset!"); \ static_assert(offsetof(FSocialPlatformDescription, ExternalAccountType) == 0x000038, "Member 'FSocialPlatformDescription::ExternalAccountType' has a wrong offset!"); \ static_assert(offsetof(FSocialPlatformDescription, CrossplayPool) == 0x000048, "Member 'FSocialPlatformDescription::CrossplayPool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUserPlatform \ static_assert(alignof(FUserPlatform) == 0x000008, "Wrong alignment on FUserPlatform"); \ static_assert(sizeof(FUserPlatform) == 0x000058, "Wrong size on FUserPlatform"); \ static_assert(offsetof(FUserPlatform, PlatformDescription) == 0x000000, "Member 'FUserPlatform::PlatformDescription' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPartyMemberRepData \ static_assert(alignof(FPartyMemberRepData) == 0x000008, "Wrong alignment on FPartyMemberRepData"); \ static_assert(sizeof(FPartyMemberRepData) == 0x000178, "Wrong size on FPartyMemberRepData"); \ static_assert(offsetof(FPartyMemberRepData, Platform) == 0x000020, "Member 'FPartyMemberRepData::Platform' has a wrong offset!"); \ static_assert(offsetof(FPartyMemberRepData, PlatformUniqueId) == 0x0000A8, "Member 'FPartyMemberRepData::PlatformUniqueId' has a wrong offset!"); \ static_assert(offsetof(FPartyMemberRepData, PlatformSessionId) == 0x000100, "Member 'FPartyMemberRepData::PlatformSessionId' has a wrong offset!"); \ static_assert(offsetof(FPartyMemberRepData, CrossplayPreference) == 0x000140, "Member 'FPartyMemberRepData::CrossplayPreference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPartyPrivacySettings \ static_assert(alignof(FPartyPrivacySettings) == 0x000001, "Wrong alignment on FPartyPrivacySettings"); \ static_assert(sizeof(FPartyPrivacySettings) == 0x000003, "Wrong size on FPartyPrivacySettings"); \ static_assert(offsetof(FPartyPrivacySettings, PartyType) == 0x000000, "Member 'FPartyPrivacySettings::PartyType' has a wrong offset!"); \ static_assert(offsetof(FPartyPrivacySettings, PartyInviteRestriction) == 0x000001, "Member 'FPartyPrivacySettings::PartyInviteRestriction' has a wrong offset!"); \ static_assert(offsetof(FPartyPrivacySettings, bOnlyLeaderFriendsCanJoin) == 0x000002, "Member 'FPartyPrivacySettings::bOnlyLeaderFriendsCanJoin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPartyPlatformSessionInfo \ static_assert(alignof(FPartyPlatformSessionInfo) == 0x000008, "Wrong alignment on FPartyPlatformSessionInfo"); \ static_assert(sizeof(FPartyPlatformSessionInfo) == 0x000048, "Wrong size on FPartyPlatformSessionInfo"); \ static_assert(offsetof(FPartyPlatformSessionInfo, SessionType) == 0x000000, "Member 'FPartyPlatformSessionInfo::SessionType' has a wrong offset!"); \ static_assert(offsetof(FPartyPlatformSessionInfo, SessionId) == 0x000010, "Member 'FPartyPlatformSessionInfo::SessionId' has a wrong offset!"); \ static_assert(offsetof(FPartyPlatformSessionInfo, OwnerPrimaryId) == 0x000020, "Member 'FPartyPlatformSessionInfo::OwnerPrimaryId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocialChatChannelConfig \ static_assert(alignof(FSocialChatChannelConfig) == 0x000008, "Wrong alignment on FSocialChatChannelConfig"); \ static_assert(sizeof(FSocialChatChannelConfig) == 0x000040, "Wrong size on FSocialChatChannelConfig"); \ static_assert(offsetof(FSocialChatChannelConfig, SocialUser) == 0x000000, "Member 'FSocialChatChannelConfig::SocialUser' has a wrong offset!"); \ static_assert(offsetof(FSocialChatChannelConfig, ListenChannels) == 0x000018, "Member 'FSocialChatChannelConfig::ListenChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPartyRepData \ static_assert(alignof(FPartyRepData) == 0x000008, "Wrong alignment on FPartyRepData"); \ static_assert(sizeof(FPartyRepData) == 0x000080, "Wrong size on FPartyRepData"); \ static_assert(offsetof(FPartyRepData, PrivacySettings) == 0x000020, "Member 'FPartyRepData::PrivacySettings' has a wrong offset!"); \ static_assert(offsetof(FPartyRepData, PlatformSessions) == 0x000058, "Member 'FPartyRepData::PlatformSessions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChatroom \ static_assert(alignof(UChatroom) == 0x000008, "Wrong alignment on UChatroom"); \ static_assert(sizeof(UChatroom) == 0x000058, "Wrong size on UChatroom"); \ static_assert(offsetof(UChatroom, CurrentChatRoomId) == 0x000028, "Member 'UChatroom::CurrentChatRoomId' has a wrong offset!"); \ static_assert(offsetof(UChatroom, MaxChatRoomRetries) == 0x000038, "Member 'UChatroom::MaxChatRoomRetries' has a wrong offset!"); \ static_assert(offsetof(UChatroom, NumChatRoomRetries) == 0x00003C, "Member 'UChatroom::NumChatRoomRetries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialManager \ static_assert(alignof(USocialManager) == 0x000008, "Wrong alignment on USocialManager"); \ static_assert(sizeof(USocialManager) == 0x0001A8, "Wrong size on USocialManager"); \ static_assert(offsetof(USocialManager, SocialToolkits) == 0x000050, "Member 'USocialManager::SocialToolkits' has a wrong offset!"); \ static_assert(offsetof(USocialManager, SocialDebugTools) == 0x000060, "Member 'USocialManager::SocialDebugTools' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialParty \ static_assert(alignof(USocialParty) == 0x000010, "Wrong alignment on USocialParty"); \ static_assert(sizeof(USocialParty) == 0x0002C0, "Wrong size on USocialParty"); \ static_assert(offsetof(USocialParty, ReservationBeaconClientClass) == 0x000058, "Member 'USocialParty::ReservationBeaconClientClass' has a wrong offset!"); \ static_assert(offsetof(USocialParty, SpectatorBeaconClientClass) == 0x000060, "Member 'USocialParty::SpectatorBeaconClientClass' has a wrong offset!"); \ static_assert(offsetof(USocialParty, OwningLocalUserId) == 0x000078, "Member 'USocialParty::OwningLocalUserId' has a wrong offset!"); \ static_assert(offsetof(USocialParty, CurrentLeaderId) == 0x0000A0, "Member 'USocialParty::CurrentLeaderId' has a wrong offset!"); \ static_assert(offsetof(USocialParty, PartyMembersById) == 0x0000C8, "Member 'USocialParty::PartyMembersById' has a wrong offset!"); \ static_assert(offsetof(USocialParty, bEnableAutomaticPartyRejoin) == 0x000118, "Member 'USocialParty::bEnableAutomaticPartyRejoin' has a wrong offset!"); \ static_assert(offsetof(USocialParty, ReservationBeaconClient) == 0x000190, "Member 'USocialParty::ReservationBeaconClient' has a wrong offset!"); \ static_assert(offsetof(USocialParty, SpectatorBeaconClient) == 0x0001A0, "Member 'USocialParty::SpectatorBeaconClient' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPartyMember \ static_assert(alignof(UPartyMember) == 0x000008, "Wrong alignment on UPartyMember"); \ static_assert(sizeof(UPartyMember) == 0x0000F0, "Wrong size on UPartyMember"); \ static_assert(offsetof(UPartyMember, SocialUser) == 0x000068, "Member 'UPartyMember::SocialUser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialToolkit \ static_assert(alignof(USocialToolkit) == 0x000008, "Wrong alignment on USocialToolkit"); \ static_assert(sizeof(USocialToolkit) == 0x0001F8, "Wrong size on USocialToolkit"); \ static_assert(offsetof(USocialToolkit, LocalUser) == 0x000068, "Member 'USocialToolkit::LocalUser' has a wrong offset!"); \ static_assert(offsetof(USocialToolkit, AllUsers) == 0x000070, "Member 'USocialToolkit::AllUsers' has a wrong offset!"); \ static_assert(offsetof(USocialToolkit, LocalPlayerOwner) == 0x0000D0, "Member 'USocialToolkit::LocalPlayerOwner' has a wrong offset!"); \ static_assert(offsetof(USocialToolkit, SocialChatManager) == 0x0000D8, "Member 'USocialToolkit::SocialChatManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialChatManager \ static_assert(alignof(USocialChatManager) == 0x000008, "Wrong alignment on USocialChatManager"); \ static_assert(sizeof(USocialChatManager) == 0x000220, "Wrong size on USocialChatManager"); \ static_assert(offsetof(USocialChatManager, DirectChannelsByTargetUser) == 0x000078, "Member 'USocialChatManager::DirectChannelsByTargetUser' has a wrong offset!"); \ static_assert(offsetof(USocialChatManager, ChatRoomsById) == 0x0000C8, "Member 'USocialChatManager::ChatRoomsById' has a wrong offset!"); \ static_assert(offsetof(USocialChatManager, ReadOnlyChannelsByDisplayName) == 0x000118, "Member 'USocialChatManager::ReadOnlyChannelsByDisplayName' has a wrong offset!"); \ static_assert(offsetof(USocialChatManager, bEnableChatSlashCommands) == 0x000168, "Member 'USocialChatManager::bEnableChatSlashCommands' has a wrong offset!"); \ static_assert(offsetof(USocialChatManager, GroupChannels) == 0x000170, "Member 'USocialChatManager::GroupChannels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialChatChannel \ static_assert(alignof(USocialChatChannel) == 0x000008, "Wrong alignment on USocialChatChannel"); \ static_assert(sizeof(USocialChatChannel) == 0x0000E8, "Wrong size on USocialChatChannel"); \ #define DUMPER7_ASSERTS_USocialChatRoom \ static_assert(alignof(USocialChatRoom) == 0x000008, "Wrong alignment on USocialChatRoom"); \ static_assert(sizeof(USocialChatRoom) == 0x0000F8, "Wrong size on USocialChatRoom"); \ #define DUMPER7_ASSERTS_USocialDebugTools \ static_assert(alignof(USocialDebugTools) == 0x000008, "Wrong alignment on USocialDebugTools"); \ static_assert(sizeof(USocialDebugTools) == 0x000088, "Wrong size on USocialDebugTools"); \ #define DUMPER7_ASSERTS_USocialGroupChannel \ static_assert(alignof(USocialGroupChannel) == 0x000008, "Wrong alignment on USocialGroupChannel"); \ static_assert(sizeof(USocialGroupChannel) == 0x000090, "Wrong size on USocialGroupChannel"); \ static_assert(offsetof(USocialGroupChannel, SocialUser) == 0x000028, "Member 'USocialGroupChannel::SocialUser' has a wrong offset!"); \ static_assert(offsetof(USocialGroupChannel, GroupID) == 0x000030, "Member 'USocialGroupChannel::GroupID' has a wrong offset!"); \ static_assert(offsetof(USocialGroupChannel, DisplayName) == 0x000058, "Member 'USocialGroupChannel::DisplayName' has a wrong offset!"); \ static_assert(offsetof(USocialGroupChannel, Members) == 0x000070, "Member 'USocialGroupChannel::Members' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialPartyChatRoom \ static_assert(alignof(USocialPartyChatRoom) == 0x000008, "Wrong alignment on USocialPartyChatRoom"); \ static_assert(sizeof(USocialPartyChatRoom) == 0x0000F8, "Wrong size on USocialPartyChatRoom"); \ #define DUMPER7_ASSERTS_USocialPrivateMessageChannel \ static_assert(alignof(USocialPrivateMessageChannel) == 0x000008, "Wrong alignment on USocialPrivateMessageChannel"); \ static_assert(sizeof(USocialPrivateMessageChannel) == 0x0000F0, "Wrong size on USocialPrivateMessageChannel"); \ static_assert(offsetof(USocialPrivateMessageChannel, TargetUser) == 0x0000E8, "Member 'USocialPrivateMessageChannel::TargetUser' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialReadOnlyChatChannel \ static_assert(alignof(USocialReadOnlyChatChannel) == 0x000008, "Wrong alignment on USocialReadOnlyChatChannel"); \ static_assert(sizeof(USocialReadOnlyChatChannel) == 0x0000E8, "Wrong size on USocialReadOnlyChatChannel"); \ #define DUMPER7_ASSERTS_USocialSettings \ static_assert(alignof(USocialSettings) == 0x000008, "Wrong alignment on USocialSettings"); \ static_assert(sizeof(USocialSettings) == 0x000060, "Wrong size on USocialSettings"); \ static_assert(offsetof(USocialSettings, OssNamesWithEnvironmentIdPrefix) == 0x000028, "Member 'USocialSettings::OssNamesWithEnvironmentIdPrefix' has a wrong offset!"); \ static_assert(offsetof(USocialSettings, DefaultMaxPartySize) == 0x000038, "Member 'USocialSettings::DefaultMaxPartySize' has a wrong offset!"); \ static_assert(offsetof(USocialSettings, bPreferPlatformInvites) == 0x00003C, "Member 'USocialSettings::bPreferPlatformInvites' has a wrong offset!"); \ static_assert(offsetof(USocialSettings, bMustSendPrimaryInvites) == 0x00003D, "Member 'USocialSettings::bMustSendPrimaryInvites' has a wrong offset!"); \ static_assert(offsetof(USocialSettings, bLeavePartyOnDisconnect) == 0x00003E, "Member 'USocialSettings::bLeavePartyOnDisconnect' has a wrong offset!"); \ static_assert(offsetof(USocialSettings, bSetDesiredPrivacyOnLocalPlayerBecomesLeader) == 0x00003F, "Member 'USocialSettings::bSetDesiredPrivacyOnLocalPlayerBecomesLeader' has a wrong offset!"); \ static_assert(offsetof(USocialSettings, UserListAutoUpdateRate) == 0x000040, "Member 'USocialSettings::UserListAutoUpdateRate' has a wrong offset!"); \ static_assert(offsetof(USocialSettings, MinNicknameLength) == 0x000044, "Member 'USocialSettings::MinNicknameLength' has a wrong offset!"); \ static_assert(offsetof(USocialSettings, MaxNicknameLength) == 0x000048, "Member 'USocialSettings::MaxNicknameLength' has a wrong offset!"); \ static_assert(offsetof(USocialSettings, SocialPlatformDescriptions) == 0x000050, "Member 'USocialSettings::SocialPlatformDescriptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USocialUser \ static_assert(alignof(USocialUser) == 0x000008, "Wrong alignment on USocialUser"); \ static_assert(sizeof(USocialUser) == 0x000168, "Wrong size on USocialUser"); \ #define DUMPER7_ASSERTS_UOnlineHotfixManager \ static_assert(alignof(UOnlineHotfixManager) == 0x000008, "Wrong alignment on UOnlineHotfixManager"); \ static_assert(sizeof(UOnlineHotfixManager) == 0x000228, "Wrong size on UOnlineHotfixManager"); \ static_assert(offsetof(UOnlineHotfixManager, OSSName) == 0x0001E8, "Member 'UOnlineHotfixManager::OSSName' has a wrong offset!"); \ static_assert(offsetof(UOnlineHotfixManager, HotfixManagerClassName) == 0x0001F8, "Member 'UOnlineHotfixManager::HotfixManagerClassName' has a wrong offset!"); \ static_assert(offsetof(UOnlineHotfixManager, DebugPrefix) == 0x000208, "Member 'UOnlineHotfixManager::DebugPrefix' has a wrong offset!"); \ static_assert(offsetof(UOnlineHotfixManager, AssetsHotfixedFromIniFiles) == 0x000218, "Member 'UOnlineHotfixManager::AssetsHotfixedFromIniFiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUpdateManager \ static_assert(alignof(UUpdateManager) == 0x000008, "Wrong alignment on UUpdateManager"); \ static_assert(sizeof(UUpdateManager) == 0x000110, "Wrong size on UUpdateManager"); \ static_assert(offsetof(UUpdateManager, HotfixCheckCompleteDelay) == 0x000088, "Member 'UUpdateManager::HotfixCheckCompleteDelay' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, UpdateCheckCompleteDelay) == 0x00008C, "Member 'UUpdateManager::UpdateCheckCompleteDelay' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, HotfixAvailabilityCheckCompleteDelay) == 0x000090, "Member 'UUpdateManager::HotfixAvailabilityCheckCompleteDelay' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, UpdateCheckAvailabilityCompleteDelay) == 0x000094, "Member 'UUpdateManager::UpdateCheckAvailabilityCompleteDelay' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, AppSuspendedUpdateCheckTimeSeconds) == 0x00009C, "Member 'UUpdateManager::AppSuspendedUpdateCheckTimeSeconds' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, bPlatformEnvironmentDetected) == 0x0000A8, "Member 'UUpdateManager::bPlatformEnvironmentDetected' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, bInitialUpdateFinished) == 0x0000A9, "Member 'UUpdateManager::bInitialUpdateFinished' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, bCheckHotfixAvailabilityOnly) == 0x0000AA, "Member 'UUpdateManager::bCheckHotfixAvailabilityOnly' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, CurrentUpdateState) == 0x0000AB, "Member 'UUpdateManager::CurrentUpdateState' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, WorstNumFilesPendingLoadViewed) == 0x0000AC, "Member 'UUpdateManager::WorstNumFilesPendingLoadViewed' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, LastHotfixResult) == 0x0000B4, "Member 'UUpdateManager::LastHotfixResult' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, LastUpdateCheck) == 0x0000D8, "Member 'UUpdateManager::LastUpdateCheck' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, LastCompletionResult) == 0x0000E8, "Member 'UUpdateManager::LastCompletionResult' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, UpdateStateEnum) == 0x000100, "Member 'UUpdateManager::UpdateStateEnum' has a wrong offset!"); \ static_assert(offsetof(UUpdateManager, UpdateCompletionEnum) == 0x000108, "Member 'UUpdateManager::UpdateCompletionEnum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CI_HatchMarks_C \ static_assert(alignof(ABP_CI_HatchMarks_C) == 0x000010, "Wrong alignment on ABP_CI_HatchMarks_C"); \ static_assert(sizeof(ABP_CI_HatchMarks_C) == 0x001B60, "Wrong size on ABP_CI_HatchMarks_C"); \ #define DUMPER7_ASSERTS_URejoinCheck \ static_assert(alignof(URejoinCheck) == 0x000008, "Wrong alignment on URejoinCheck"); \ static_assert(sizeof(URejoinCheck) == 0x000170, "Wrong size on URejoinCheck"); \ static_assert(offsetof(URejoinCheck, LastKnownStatus) == 0x000028, "Member 'URejoinCheck::LastKnownStatus' has a wrong offset!"); \ static_assert(offsetof(URejoinCheck, bRejoinAfterCheck) == 0x000029, "Member 'URejoinCheck::bRejoinAfterCheck' has a wrong offset!"); \ static_assert(offsetof(URejoinCheck, bAttemptingRejoin) == 0x00002A, "Member 'URejoinCheck::bAttemptingRejoin' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDualShockExternalEndpointSettings \ static_assert(alignof(UDualShockExternalEndpointSettings) == 0x000008, "Wrong alignment on UDualShockExternalEndpointSettings"); \ static_assert(sizeof(UDualShockExternalEndpointSettings) == 0x000030, "Wrong size on UDualShockExternalEndpointSettings"); \ static_assert(offsetof(UDualShockExternalEndpointSettings, ControllerIndex) == 0x000028, "Member 'UDualShockExternalEndpointSettings::ControllerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDualShockSoundfieldEndpointSettings \ static_assert(alignof(UDualShockSoundfieldEndpointSettings) == 0x000008, "Wrong alignment on UDualShockSoundfieldEndpointSettings"); \ static_assert(sizeof(UDualShockSoundfieldEndpointSettings) == 0x000030, "Wrong size on UDualShockSoundfieldEndpointSettings"); \ static_assert(offsetof(UDualShockSoundfieldEndpointSettings, ControllerIndex) == 0x000028, "Member 'UDualShockSoundfieldEndpointSettings::ControllerIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDualShockSpatializationSettings \ static_assert(alignof(UDualShockSpatializationSettings) == 0x000008, "Wrong alignment on UDualShockSpatializationSettings"); \ static_assert(sizeof(UDualShockSpatializationSettings) == 0x000038, "Wrong size on UDualShockSpatializationSettings"); \ static_assert(offsetof(UDualShockSpatializationSettings, Spread) == 0x000028, "Member 'UDualShockSpatializationSettings::Spread' has a wrong offset!"); \ static_assert(offsetof(UDualShockSpatializationSettings, Priority) == 0x00002C, "Member 'UDualShockSpatializationSettings::Priority' has a wrong offset!"); \ static_assert(offsetof(UDualShockSpatializationSettings, Passthrough) == 0x000030, "Member 'UDualShockSpatializationSettings::Passthrough' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFootLockLimbDefinition \ static_assert(alignof(FFootLockLimbDefinition) == 0x000010, "Wrong alignment on FFootLockLimbDefinition"); \ static_assert(sizeof(FFootLockLimbDefinition) == 0x0000B0, "Wrong size on FFootLockLimbDefinition"); \ static_assert(offsetof(FFootLockLimbDefinition, FootBone) == 0x000000, "Member 'FFootLockLimbDefinition::FootBone' has a wrong offset!"); \ static_assert(offsetof(FFootLockLimbDefinition, ToeBone) == 0x000010, "Member 'FFootLockLimbDefinition::ToeBone' has a wrong offset!"); \ static_assert(offsetof(FFootLockLimbDefinition, IkTarget) == 0x000020, "Member 'FFootLockLimbDefinition::IkTarget' has a wrong offset!"); \ static_assert(offsetof(FFootLockLimbDefinition, LimbBoneCount) == 0x000030, "Member 'FFootLockLimbDefinition::LimbBoneCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneChainLink \ static_assert(alignof(FBoneChainLink) == 0x000004, "Wrong alignment on FBoneChainLink"); \ static_assert(sizeof(FBoneChainLink) == 0x000018, "Wrong size on FBoneChainLink"); \ static_assert(offsetof(FBoneChainLink, Bone) == 0x000000, "Member 'FBoneChainLink::Bone' has a wrong offset!"); \ static_assert(offsetof(FBoneChainLink, Weight) == 0x000010, "Member 'FBoneChainLink::Weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStriderBoneChain \ static_assert(alignof(FStriderBoneChain) == 0x000008, "Wrong alignment on FStriderBoneChain"); \ static_assert(sizeof(FStriderBoneChain) == 0x000020, "Wrong size on FStriderBoneChain"); \ static_assert(offsetof(FStriderBoneChain, BoneChain) == 0x000000, "Member 'FStriderBoneChain::BoneChain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_AccelerationWarp \ static_assert(alignof(FAnimNode_AccelerationWarp) == 0x000008, "Wrong alignment on FAnimNode_AccelerationWarp"); \ static_assert(sizeof(FAnimNode_AccelerationWarp) == 0x000070, "Wrong size on FAnimNode_AccelerationWarp"); \ static_assert(offsetof(FAnimNode_AccelerationWarp, InputPose) == 0x000010, "Member 'FAnimNode_AccelerationWarp::InputPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AccelerationWarp, Acceleration) == 0x000020, "Member 'FAnimNode_AccelerationWarp::Acceleration' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AccelerationWarp, Direction) == 0x000024, "Member 'FAnimNode_AccelerationWarp::Direction' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AccelerationWarp, Alpha) == 0x000028, "Member 'FAnimNode_AccelerationWarp::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AccelerationWarp, UpAxis) == 0x00002C, "Member 'FAnimNode_AccelerationWarp::UpAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AccelerationWarp, TorsoBendRatio) == 0x000038, "Member 'FAnimNode_AccelerationWarp::TorsoBendRatio' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AccelerationWarp, MaxTorsoBend) == 0x00003C, "Member 'FAnimNode_AccelerationWarp::MaxTorsoBend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AccelerationWarp, Smoothing) == 0x000040, "Member 'FAnimNode_AccelerationWarp::Smoothing' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_AccelerationWarp, SpineChain) == 0x000048, "Member 'FAnimNode_AccelerationWarp::SpineChain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_OrientationWarp \ static_assert(alignof(FAnimNode_OrientationWarp) == 0x000008, "Wrong alignment on FAnimNode_OrientationWarp"); \ static_assert(sizeof(FAnimNode_OrientationWarp) == 0x000090, "Wrong size on FAnimNode_OrientationWarp"); \ static_assert(offsetof(FAnimNode_OrientationWarp, InputPose) == 0x000010, "Member 'FAnimNode_OrientationWarp::InputPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_OrientationWarp, Direction) == 0x000020, "Member 'FAnimNode_OrientationWarp::Direction' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_OrientationWarp, Offset) == 0x000024, "Member 'FAnimNode_OrientationWarp::Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_OrientationWarp, UpperBodyAlpha) == 0x000028, "Member 'FAnimNode_OrientationWarp::UpperBodyAlpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_OrientationWarp, UpAxis) == 0x00002C, "Member 'FAnimNode_OrientationWarp::UpAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_OrientationWarp, Alpha) == 0x000038, "Member 'FAnimNode_OrientationWarp::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_OrientationWarp, MaxWarpDelta) == 0x00003C, "Member 'FAnimNode_OrientationWarp::MaxWarpDelta' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_OrientationWarp, Smoothing) == 0x000040, "Member 'FAnimNode_OrientationWarp::Smoothing' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_OrientationWarp, RootBone) == 0x000044, "Member 'FAnimNode_OrientationWarp::RootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_OrientationWarp, SpineChain) == 0x000058, "Member 'FAnimNode_OrientationWarp::SpineChain' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_OrientationWarp, RootBonesToCounterAdjust) == 0x000078, "Member 'FAnimNode_OrientationWarp::RootBonesToCounterAdjust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLimbDefinition \ static_assert(alignof(FLimbDefinition) == 0x000010, "Wrong alignment on FLimbDefinition"); \ static_assert(sizeof(FLimbDefinition) == 0x000080, "Wrong size on FLimbDefinition"); \ static_assert(offsetof(FLimbDefinition, Tip) == 0x000000, "Member 'FLimbDefinition::Tip' has a wrong offset!"); \ static_assert(offsetof(FLimbDefinition, IkTarget) == 0x000010, "Member 'FLimbDefinition::IkTarget' has a wrong offset!"); \ static_assert(offsetof(FLimbDefinition, BoneCount) == 0x000020, "Member 'FLimbDefinition::BoneCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FHipAdjustment \ static_assert(alignof(FHipAdjustment) == 0x000004, "Wrong alignment on FHipAdjustment"); \ static_assert(sizeof(FHipAdjustment) == 0x000018, "Wrong size on FHipAdjustment"); \ static_assert(offsetof(FHipAdjustment, Hips) == 0x000000, "Member 'FHipAdjustment::Hips' has a wrong offset!"); \ static_assert(offsetof(FHipAdjustment, AdjustmentRatio) == 0x000010, "Member 'FHipAdjustment::AdjustmentRatio' has a wrong offset!"); \ static_assert(offsetof(FHipAdjustment, MaxRecoveryRate) == 0x000014, "Member 'FHipAdjustment::MaxRecoveryRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_SlopeWarp \ static_assert(alignof(FAnimNode_SlopeWarp) == 0x000010, "Wrong alignment on FAnimNode_SlopeWarp"); \ static_assert(sizeof(FAnimNode_SlopeWarp) == 0x0001B0, "Wrong size on FAnimNode_SlopeWarp"); \ static_assert(offsetof(FAnimNode_SlopeWarp, SlopeNormal) == 0x0000C8, "Member 'FAnimNode_SlopeWarp::SlopeNormal' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, SlopePoint) == 0x0000D4, "Member 'FAnimNode_SlopeWarp::SlopePoint' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, SlopeDetectionMode) == 0x0000E0, "Member 'FAnimNode_SlopeWarp::SlopeDetectionMode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, SlopeRollCompensation) == 0x0000E1, "Member 'FAnimNode_SlopeWarp::SlopeRollCompensation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, IKRootLeftVector) == 0x0000E4, "Member 'FAnimNode_SlopeWarp::IKRootLeftVector' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, MaxSlopeAngle) == 0x0000F0, "Member 'FAnimNode_SlopeWarp::MaxSlopeAngle' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, HeightOffset) == 0x0000F4, "Member 'FAnimNode_SlopeWarp::HeightOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, SlopeSmoothingRate) == 0x0000F8, "Member 'FAnimNode_SlopeWarp::SlopeSmoothingRate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, AllowExtensionPercent) == 0x0000FC, "Member 'FAnimNode_SlopeWarp::AllowExtensionPercent' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, DownSlopeShiftRate) == 0x000100, "Member 'FAnimNode_SlopeWarp::DownSlopeShiftRate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, IkRoot) == 0x000104, "Member 'FAnimNode_SlopeWarp::IkRoot' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, HipAdjustment) == 0x000114, "Member 'FAnimNode_SlopeWarp::HipAdjustment' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, Limbs) == 0x000130, "Member 'FAnimNode_SlopeWarp::Limbs' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_SlopeWarp, AdditionalBonesToAdjustWithHips) == 0x000140, "Member 'FAnimNode_SlopeWarp::AdditionalBonesToAdjustWithHips' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_BankWarp \ static_assert(alignof(FAnimNode_BankWarp) == 0x000008, "Wrong alignment on FAnimNode_BankWarp"); \ static_assert(sizeof(FAnimNode_BankWarp) == 0x0000A0, "Wrong size on FAnimNode_BankWarp"); \ static_assert(offsetof(FAnimNode_BankWarp, InputPose) == 0x000010, "Member 'FAnimNode_BankWarp::InputPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, BankValue) == 0x000020, "Member 'FAnimNode_BankWarp::BankValue' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, Alpha) == 0x000024, "Member 'FAnimNode_BankWarp::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, UpAxis) == 0x000028, "Member 'FAnimNode_BankWarp::UpAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, ForwardAxis) == 0x000034, "Member 'FAnimNode_BankWarp::ForwardAxis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, TwistRate) == 0x000040, "Member 'FAnimNode_BankWarp::TwistRate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, MaxTwist) == 0x000044, "Member 'FAnimNode_BankWarp::MaxTwist' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, LeanRate) == 0x000048, "Member 'FAnimNode_BankWarp::LeanRate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, MaxLean) == 0x00004C, "Member 'FAnimNode_BankWarp::MaxLean' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, Smoothing) == 0x000050, "Member 'FAnimNode_BankWarp::Smoothing' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, RootBone) == 0x000054, "Member 'FAnimNode_BankWarp::RootBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, SpineChain) == 0x000068, "Member 'FAnimNode_BankWarp::SpineChain' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_BankWarp, RootBonesToAdjust) == 0x000088, "Member 'FAnimNode_BankWarp::RootBonesToAdjust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_FootLocker \ static_assert(alignof(FAnimNode_FootLocker) == 0x000010, "Wrong alignment on FAnimNode_FootLocker"); \ static_assert(sizeof(FAnimNode_FootLocker) == 0x000280, "Wrong size on FAnimNode_FootLocker"); \ static_assert(offsetof(FAnimNode_FootLocker, bLeftFootLock) == 0x0000C8, "Member 'FAnimNode_FootLocker::bLeftFootLock' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_FootLocker, bRightFootLock) == 0x0000C9, "Member 'FAnimNode_FootLocker::bRightFootLock' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_FootLocker, LegHyperExtensionFixMethod) == 0x0000CA, "Member 'FAnimNode_FootLocker::LegHyperExtensionFixMethod' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_FootLocker, AllowLegExtensionRatio) == 0x0000CC, "Member 'FAnimNode_FootLocker::AllowLegExtensionRatio' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_FootLocker, LockReleaseSmoothTime) == 0x0000D0, "Member 'FAnimNode_FootLocker::LockReleaseSmoothTime' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_FootLocker, LeftFootDefinition) == 0x0000E0, "Member 'FAnimNode_FootLocker::LeftFootDefinition' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_FootLocker, RightFootDefinition) == 0x000190, "Member 'FAnimNode_FootLocker::RightFootDefinition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStridePivot \ static_assert(alignof(FStridePivot) == 0x000010, "Wrong alignment on FStridePivot"); \ static_assert(sizeof(FStridePivot) == 0x000060, "Wrong size on FStridePivot"); \ static_assert(offsetof(FStridePivot, Root) == 0x000000, "Member 'FStridePivot::Root' has a wrong offset!"); \ static_assert(offsetof(FStridePivot, bProjectToGround) == 0x000010, "Member 'FStridePivot::bProjectToGround' has a wrong offset!"); \ static_assert(offsetof(FStridePivot, Offset) == 0x000014, "Member 'FStridePivot::Offset' has a wrong offset!"); \ static_assert(offsetof(FStridePivot, StrideVectorMethod) == 0x000018, "Member 'FStridePivot::StrideVectorMethod' has a wrong offset!"); \ static_assert(offsetof(FStridePivot, Smoothing) == 0x00001C, "Member 'FStridePivot::Smoothing' has a wrong offset!"); \ static_assert(offsetof(FStridePivot, bChooseNearestAxis) == 0x000020, "Member 'FStridePivot::bChooseNearestAxis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_StrideWarp \ static_assert(alignof(FAnimNode_StrideWarp) == 0x000010, "Wrong alignment on FAnimNode_StrideWarp"); \ static_assert(sizeof(FAnimNode_StrideWarp) == 0x000190, "Wrong size on FAnimNode_StrideWarp"); \ static_assert(offsetof(FAnimNode_StrideWarp, StrideScale) == 0x0000C8, "Member 'FAnimNode_StrideWarp::StrideScale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarp, Direction) == 0x0000CC, "Member 'FAnimNode_StrideWarp::Direction' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarp, Twist) == 0x0000D0, "Member 'FAnimNode_StrideWarp::Twist' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarp, AllowExtensionPercent) == 0x0000D4, "Member 'FAnimNode_StrideWarp::AllowExtensionPercent' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarp, StridePivot) == 0x0000E0, "Member 'FAnimNode_StrideWarp::StridePivot' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarp, HipAdjustment) == 0x000140, "Member 'FAnimNode_StrideWarp::HipAdjustment' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarp, Limbs) == 0x000158, "Member 'FAnimNode_StrideWarp::Limbs' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_StrideWarp, AdditionalBonesToAdjustWithHips) == 0x000168, "Member 'FAnimNode_StrideWarp::AdditionalBonesToAdjustWithHips' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFootLockData \ static_assert(alignof(FFootLockData) == 0x000004, "Wrong alignment on FFootLockData"); \ static_assert(sizeof(FFootLockData) == 0x000008, "Wrong size on FFootLockData"); \ static_assert(offsetof(FFootLockData, LockState) == 0x000000, "Member 'FFootLockData::LockState' has a wrong offset!"); \ static_assert(offsetof(FFootLockData, RemainingLockTime) == 0x000004, "Member 'FFootLockData::RemainingLockTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_FootLockSingle \ static_assert(alignof(UAnimNotify_FootLockSingle) == 0x000008, "Wrong alignment on UAnimNotify_FootLockSingle"); \ static_assert(sizeof(UAnimNotify_FootLockSingle) == 0x000040, "Wrong size on UAnimNotify_FootLockSingle"); \ static_assert(offsetof(UAnimNotify_FootLockSingle, FootLockId) == 0x000038, "Member 'UAnimNotify_FootLockSingle::FootLockId' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_FootLockSingle, bSetLocked) == 0x000039, "Member 'UAnimNotify_FootLockSingle::bSetLocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimNotify_FootLockTimer \ static_assert(alignof(UAnimNotify_FootLockTimer) == 0x000008, "Wrong alignment on UAnimNotify_FootLockTimer"); \ static_assert(sizeof(UAnimNotify_FootLockTimer) == 0x000040, "Wrong size on UAnimNotify_FootLockTimer"); \ static_assert(offsetof(UAnimNotify_FootLockTimer, FootLockId) == 0x000038, "Member 'UAnimNotify_FootLockTimer::FootLockId' has a wrong offset!"); \ static_assert(offsetof(UAnimNotify_FootLockTimer, GroundingTime) == 0x00003C, "Member 'UAnimNotify_FootLockTimer::GroundingTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FootLockManager_LockFoot \ static_assert(alignof(FootLockManager_LockFoot) == 0x000004, "Wrong alignment on FootLockManager_LockFoot"); \ static_assert(sizeof(FootLockManager_LockFoot) == 0x000008, "Wrong size on FootLockManager_LockFoot"); \ static_assert(offsetof(FootLockManager_LockFoot, FootId) == 0x000000, "Member 'FootLockManager_LockFoot::FootId' has a wrong offset!"); \ static_assert(offsetof(FootLockManager_LockFoot, Duration) == 0x000004, "Member 'FootLockManager_LockFoot::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FootLockManager_UnlockFoot \ static_assert(alignof(FootLockManager_UnlockFoot) == 0x000001, "Wrong alignment on FootLockManager_UnlockFoot"); \ static_assert(sizeof(FootLockManager_UnlockFoot) == 0x000001, "Wrong size on FootLockManager_UnlockFoot"); \ static_assert(offsetof(FootLockManager_UnlockFoot, FootId) == 0x000000, "Member 'FootLockManager_UnlockFoot::FootId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FootLockManager_IsFootLocked \ static_assert(alignof(FootLockManager_IsFootLocked) == 0x000001, "Wrong alignment on FootLockManager_IsFootLocked"); \ static_assert(sizeof(FootLockManager_IsFootLocked) == 0x000002, "Wrong size on FootLockManager_IsFootLocked"); \ static_assert(offsetof(FootLockManager_IsFootLocked, FootId) == 0x000000, "Member 'FootLockManager_IsFootLocked::FootId' has a wrong offset!"); \ static_assert(offsetof(FootLockManager_IsFootLocked, ReturnValue) == 0x000001, "Member 'FootLockManager_IsFootLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFootLockManager \ static_assert(alignof(UFootLockManager) == 0x000008, "Wrong alignment on UFootLockManager"); \ static_assert(sizeof(UFootLockManager) == 0x000108, "Wrong size on UFootLockManager"); \ static_assert(offsetof(UFootLockManager, FootLockMap) == 0x0000B8, "Member 'UFootLockManager::FootLockMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_AngleBetween \ static_assert(alignof(StriderMath_AngleBetween) == 0x000004, "Wrong alignment on StriderMath_AngleBetween"); \ static_assert(sizeof(StriderMath_AngleBetween) == 0x00001C, "Wrong size on StriderMath_AngleBetween"); \ static_assert(offsetof(StriderMath_AngleBetween, A) == 0x000000, "Member 'StriderMath_AngleBetween::A' has a wrong offset!"); \ static_assert(offsetof(StriderMath_AngleBetween, B) == 0x00000C, "Member 'StriderMath_AngleBetween::B' has a wrong offset!"); \ static_assert(offsetof(StriderMath_AngleBetween, ReturnValue) == 0x000018, "Member 'StriderMath_AngleBetween::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_CalculateCircleStrafeDirectionDelta \ static_assert(alignof(StriderMath_CalculateCircleStrafeDirectionDelta) == 0x000004, "Wrong alignment on StriderMath_CalculateCircleStrafeDirectionDelta"); \ static_assert(sizeof(StriderMath_CalculateCircleStrafeDirectionDelta) == 0x000010, "Wrong size on StriderMath_CalculateCircleStrafeDirectionDelta"); \ static_assert(offsetof(StriderMath_CalculateCircleStrafeDirectionDelta, LastDirection) == 0x000000, "Member 'StriderMath_CalculateCircleStrafeDirectionDelta::LastDirection' has a wrong offset!"); \ static_assert(offsetof(StriderMath_CalculateCircleStrafeDirectionDelta, Direction) == 0x000004, "Member 'StriderMath_CalculateCircleStrafeDirectionDelta::Direction' has a wrong offset!"); \ static_assert(offsetof(StriderMath_CalculateCircleStrafeDirectionDelta, DeltaTime) == 0x000008, "Member 'StriderMath_CalculateCircleStrafeDirectionDelta::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(StriderMath_CalculateCircleStrafeDirectionDelta, ReturnValue) == 0x00000C, "Member 'StriderMath_CalculateCircleStrafeDirectionDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_CalculatePlayRate \ static_assert(alignof(StriderMath_CalculatePlayRate) == 0x000004, "Wrong alignment on StriderMath_CalculatePlayRate"); \ static_assert(sizeof(StriderMath_CalculatePlayRate) == 0x000014, "Wrong size on StriderMath_CalculatePlayRate"); \ static_assert(offsetof(StriderMath_CalculatePlayRate, TotalSpeedScale) == 0x000000, "Member 'StriderMath_CalculatePlayRate::TotalSpeedScale' has a wrong offset!"); \ static_assert(offsetof(StriderMath_CalculatePlayRate, PlaybackWeight) == 0x000004, "Member 'StriderMath_CalculatePlayRate::PlaybackWeight' has a wrong offset!"); \ static_assert(offsetof(StriderMath_CalculatePlayRate, MinPlayRate) == 0x000008, "Member 'StriderMath_CalculatePlayRate::MinPlayRate' has a wrong offset!"); \ static_assert(offsetof(StriderMath_CalculatePlayRate, MaxPlayRate) == 0x00000C, "Member 'StriderMath_CalculatePlayRate::MaxPlayRate' has a wrong offset!"); \ static_assert(offsetof(StriderMath_CalculatePlayRate, ReturnValue) == 0x000010, "Member 'StriderMath_CalculatePlayRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_CalculateStrideScale \ static_assert(alignof(StriderMath_CalculateStrideScale) == 0x000004, "Wrong alignment on StriderMath_CalculateStrideScale"); \ static_assert(sizeof(StriderMath_CalculateStrideScale) == 0x00000C, "Wrong size on StriderMath_CalculateStrideScale"); \ static_assert(offsetof(StriderMath_CalculateStrideScale, TotalSpeedScale) == 0x000000, "Member 'StriderMath_CalculateStrideScale::TotalSpeedScale' has a wrong offset!"); \ static_assert(offsetof(StriderMath_CalculateStrideScale, PlayRate) == 0x000004, "Member 'StriderMath_CalculateStrideScale::PlayRate' has a wrong offset!"); \ static_assert(offsetof(StriderMath_CalculateStrideScale, ReturnValue) == 0x000008, "Member 'StriderMath_CalculateStrideScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_GetAngleDelta \ static_assert(alignof(StriderMath_GetAngleDelta) == 0x000004, "Wrong alignment on StriderMath_GetAngleDelta"); \ static_assert(sizeof(StriderMath_GetAngleDelta) == 0x00000C, "Wrong size on StriderMath_GetAngleDelta"); \ static_assert(offsetof(StriderMath_GetAngleDelta, StartAngle) == 0x000000, "Member 'StriderMath_GetAngleDelta::StartAngle' has a wrong offset!"); \ static_assert(offsetof(StriderMath_GetAngleDelta, EndAngle) == 0x000004, "Member 'StriderMath_GetAngleDelta::EndAngle' has a wrong offset!"); \ static_assert(offsetof(StriderMath_GetAngleDelta, ReturnValue) == 0x000008, "Member 'StriderMath_GetAngleDelta::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_GetNextCardinalDirection \ static_assert(alignof(StriderMath_GetNextCardinalDirection) == 0x000004, "Wrong alignment on StriderMath_GetNextCardinalDirection"); \ static_assert(sizeof(StriderMath_GetNextCardinalDirection) == 0x000014, "Wrong size on StriderMath_GetNextCardinalDirection"); \ static_assert(offsetof(StriderMath_GetNextCardinalDirection, CurrentCardinalDirection) == 0x000000, "Member 'StriderMath_GetNextCardinalDirection::CurrentCardinalDirection' has a wrong offset!"); \ static_assert(offsetof(StriderMath_GetNextCardinalDirection, RelativeDirection) == 0x000004, "Member 'StriderMath_GetNextCardinalDirection::RelativeDirection' has a wrong offset!"); \ static_assert(offsetof(StriderMath_GetNextCardinalDirection, StepDelta) == 0x000008, "Member 'StriderMath_GetNextCardinalDirection::StepDelta' has a wrong offset!"); \ static_assert(offsetof(StriderMath_GetNextCardinalDirection, SkipDelta) == 0x00000C, "Member 'StriderMath_GetNextCardinalDirection::SkipDelta' has a wrong offset!"); \ static_assert(offsetof(StriderMath_GetNextCardinalDirection, ReturnValue) == 0x000010, "Member 'StriderMath_GetNextCardinalDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_GetRotationRelativeToVelocity \ static_assert(alignof(StriderMath_GetRotationRelativeToVelocity) == 0x000008, "Wrong alignment on StriderMath_GetRotationRelativeToVelocity"); \ static_assert(sizeof(StriderMath_GetRotationRelativeToVelocity) == 0x000010, "Wrong size on StriderMath_GetRotationRelativeToVelocity"); \ static_assert(offsetof(StriderMath_GetRotationRelativeToVelocity, Actor) == 0x000000, "Member 'StriderMath_GetRotationRelativeToVelocity::Actor' has a wrong offset!"); \ static_assert(offsetof(StriderMath_GetRotationRelativeToVelocity, ReturnValue) == 0x000008, "Member 'StriderMath_GetRotationRelativeToVelocity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_MoveComponentsToward \ static_assert(alignof(StriderMath_MoveComponentsToward) == 0x000004, "Wrong alignment on StriderMath_MoveComponentsToward"); \ static_assert(sizeof(StriderMath_MoveComponentsToward) == 0x00001C, "Wrong size on StriderMath_MoveComponentsToward"); \ static_assert(offsetof(StriderMath_MoveComponentsToward, InStart) == 0x000000, "Member 'StriderMath_MoveComponentsToward::InStart' has a wrong offset!"); \ static_assert(offsetof(StriderMath_MoveComponentsToward, End) == 0x00000C, "Member 'StriderMath_MoveComponentsToward::End' has a wrong offset!"); \ static_assert(offsetof(StriderMath_MoveComponentsToward, MaxDelta) == 0x000018, "Member 'StriderMath_MoveComponentsToward::MaxDelta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_MoveToward \ static_assert(alignof(StriderMath_MoveToward) == 0x000004, "Wrong alignment on StriderMath_MoveToward"); \ static_assert(sizeof(StriderMath_MoveToward) == 0x000010, "Wrong size on StriderMath_MoveToward"); \ static_assert(offsetof(StriderMath_MoveToward, Start) == 0x000000, "Member 'StriderMath_MoveToward::Start' has a wrong offset!"); \ static_assert(offsetof(StriderMath_MoveToward, End) == 0x000004, "Member 'StriderMath_MoveToward::End' has a wrong offset!"); \ static_assert(offsetof(StriderMath_MoveToward, MaxDelta) == 0x000008, "Member 'StriderMath_MoveToward::MaxDelta' has a wrong offset!"); \ static_assert(offsetof(StriderMath_MoveToward, ReturnValue) == 0x00000C, "Member 'StriderMath_MoveToward::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_MoveTowardAngle \ static_assert(alignof(StriderMath_MoveTowardAngle) == 0x000004, "Wrong alignment on StriderMath_MoveTowardAngle"); \ static_assert(sizeof(StriderMath_MoveTowardAngle) == 0x000010, "Wrong size on StriderMath_MoveTowardAngle"); \ static_assert(offsetof(StriderMath_MoveTowardAngle, StartAngle) == 0x000000, "Member 'StriderMath_MoveTowardAngle::StartAngle' has a wrong offset!"); \ static_assert(offsetof(StriderMath_MoveTowardAngle, EndAngle) == 0x000004, "Member 'StriderMath_MoveTowardAngle::EndAngle' has a wrong offset!"); \ static_assert(offsetof(StriderMath_MoveTowardAngle, MaxDelta) == 0x000008, "Member 'StriderMath_MoveTowardAngle::MaxDelta' has a wrong offset!"); \ static_assert(offsetof(StriderMath_MoveTowardAngle, ReturnValue) == 0x00000C, "Member 'StriderMath_MoveTowardAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_MoveTowardVector \ static_assert(alignof(StriderMath_MoveTowardVector) == 0x000004, "Wrong alignment on StriderMath_MoveTowardVector"); \ static_assert(sizeof(StriderMath_MoveTowardVector) == 0x00001C, "Wrong size on StriderMath_MoveTowardVector"); \ static_assert(offsetof(StriderMath_MoveTowardVector, InStart) == 0x000000, "Member 'StriderMath_MoveTowardVector::InStart' has a wrong offset!"); \ static_assert(offsetof(StriderMath_MoveTowardVector, End) == 0x00000C, "Member 'StriderMath_MoveTowardVector::End' has a wrong offset!"); \ static_assert(offsetof(StriderMath_MoveTowardVector, MaxDelta) == 0x000018, "Member 'StriderMath_MoveTowardVector::MaxDelta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_StriderMath_WrapAngle \ static_assert(alignof(StriderMath_WrapAngle) == 0x000004, "Wrong alignment on StriderMath_WrapAngle"); \ static_assert(sizeof(StriderMath_WrapAngle) == 0x000008, "Wrong size on StriderMath_WrapAngle"); \ static_assert(offsetof(StriderMath_WrapAngle, Angle) == 0x000000, "Member 'StriderMath_WrapAngle::Angle' has a wrong offset!"); \ static_assert(offsetof(StriderMath_WrapAngle, ReturnValue) == 0x000004, "Member 'StriderMath_WrapAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStriderMath \ static_assert(alignof(UStriderMath) == 0x000008, "Wrong alignment on UStriderMath"); \ static_assert(sizeof(UStriderMath) == 0x000028, "Wrong size on UStriderMath"); \ #define DUMPER7_ASSERTS_UBPE_Ch02_Cymatic_WrongSlotFilled_C \ static_assert(alignof(UBPE_Ch02_Cymatic_WrongSlotFilled_C) == 0x000008, "Wrong alignment on UBPE_Ch02_Cymatic_WrongSlotFilled_C"); \ static_assert(sizeof(UBPE_Ch02_Cymatic_WrongSlotFilled_C) == 0x000030, "Wrong size on UBPE_Ch02_Cymatic_WrongSlotFilled_C"); \ static_assert(offsetof(UBPE_Ch02_Cymatic_WrongSlotFilled_C, Tuner_Position) == 0x000028, "Member 'UBPE_Ch02_Cymatic_WrongSlotFilled_C::Tuner_Position' has a wrong offset!"); \ static_assert(offsetof(UBPE_Ch02_Cymatic_WrongSlotFilled_C, Tuner_Wrong_Slot_Spin_Duration) == 0x00002C, "Member 'UBPE_Ch02_Cymatic_WrongSlotFilled_C::Tuner_Wrong_Slot_Spin_Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_ToggleDisablePause_C \ static_assert(alignof(UBPE_Global_ToggleDisablePause_C) == 0x000008, "Wrong alignment on UBPE_Global_ToggleDisablePause_C"); \ static_assert(sizeof(UBPE_Global_ToggleDisablePause_C) == 0x000030, "Wrong size on UBPE_Global_ToggleDisablePause_C"); \ static_assert(offsetof(UBPE_Global_ToggleDisablePause_C, IsDisabled) == 0x000028, "Member 'UBPE_Global_ToggleDisablePause_C::IsDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_DragonControlBase \ static_assert(alignof(FAnimNode_DragonControlBase) == 0x000008, "Wrong alignment on FAnimNode_DragonControlBase"); \ static_assert(sizeof(FAnimNode_DragonControlBase) == 0x0000C8, "Wrong size on FAnimNode_DragonControlBase"); \ static_assert(offsetof(FAnimNode_DragonControlBase, ComponentPose) == 0x000010, "Member 'FAnimNode_DragonControlBase::ComponentPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonControlBase, LODThreshold) == 0x000020, "Member 'FAnimNode_DragonControlBase::LODThreshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonControlBase, ActualAlpha) == 0x000024, "Member 'FAnimNode_DragonControlBase::ActualAlpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonControlBase, AlphaInputType) == 0x000028, "Member 'FAnimNode_DragonControlBase::AlphaInputType' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonControlBase, bAlphaBoolEnabled) == 0x000029, "Member 'FAnimNode_DragonControlBase::bAlphaBoolEnabled' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonControlBase, Alpha) == 0x00002C, "Member 'FAnimNode_DragonControlBase::Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonControlBase, AlphaScaleBias) == 0x000030, "Member 'FAnimNode_DragonControlBase::AlphaScaleBias' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonControlBase, AlphaBoolBlend) == 0x000038, "Member 'FAnimNode_DragonControlBase::AlphaBoolBlend' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonControlBase, AlphaCurveName) == 0x000080, "Member 'FAnimNode_DragonControlBase::AlphaCurveName' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonControlBase, AlphaScaleBiasClamp) == 0x000088, "Member 'FAnimNode_DragonControlBase::AlphaScaleBiasClamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_ArmsData \ static_assert(alignof(FDragonData_ArmsData) == 0x000004, "Wrong alignment on FDragonData_ArmsData"); \ static_assert(sizeof(FDragonData_ArmsData) == 0x00013C, "Wrong size on FDragonData_ArmsData"); \ static_assert(offsetof(FDragonData_ArmsData, Clavicle_Bone) == 0x000000, "Member 'FDragonData_ArmsData::Clavicle_Bone' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Shoulder_Bone_Name) == 0x000010, "Member 'FDragonData_ArmsData::Shoulder_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Elbow_Bone_Name) == 0x000020, "Member 'FDragonData_ArmsData::Elbow_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Hand_Bone_Name) == 0x000030, "Member 'FDragonData_ArmsData::Hand_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, is_this_right_hand) == 0x000040, "Member 'FDragonData_ArmsData::is_this_right_hand' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, invert_lower_twist) == 0x000041, "Member 'FDragonData_ArmsData::invert_lower_twist' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, invert_upper_twist) == 0x000042, "Member 'FDragonData_ArmsData::invert_upper_twist' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Twist_Forearm_Bone) == 0x000044, "Member 'FDragonData_ArmsData::Twist_Forearm_Bone' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Twist_Shoulder_Bone) == 0x000054, "Member 'FDragonData_ArmsData::Twist_Shoulder_Bone' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Local_Direction_Axis) == 0x000064, "Member 'FDragonData_ArmsData::Local_Direction_Axis' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Arm_Aiming_Offset) == 0x000070, "Member 'FDragonData_ArmsData::Arm_Aiming_Offset' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, accurate_hand_rotation) == 0x00007C, "Member 'FDragonData_ArmsData::accurate_hand_rotation' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, relative_axis) == 0x00007D, "Member 'FDragonData_ArmsData::relative_axis' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Maximum_Extension) == 0x000080, "Member 'FDragonData_ArmsData::Maximum_Extension' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Minimum_Extension) == 0x000084, "Member 'FDragonData_ArmsData::Minimum_Extension' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Max_Stretch_Ratio) == 0x000088, "Member 'FDragonData_ArmsData::Max_Stretch_Ratio' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Stretch_lower_arm_Priorty) == 0x00008C, "Member 'FDragonData_ArmsData::Stretch_lower_arm_Priorty' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Elbow_Pole_Offset) == 0x000090, "Member 'FDragonData_ArmsData::Elbow_Pole_Offset' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, North_Pole_Offset) == 0x00009C, "Member 'FDragonData_ArmsData::North_Pole_Offset' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, South_Pole_Offset) == 0x0000A8, "Member 'FDragonData_ArmsData::South_Pole_Offset' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, West_Pole_Offset) == 0x0000B4, "Member 'FDragonData_ArmsData::West_Pole_Offset' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, East_Pole_Offset) == 0x0000C0, "Member 'FDragonData_ArmsData::East_Pole_Offset' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, override_limits) == 0x0000CC, "Member 'FDragonData_ArmsData::override_limits' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Max_Arm_H_Angle) == 0x0000D0, "Member 'FDragonData_ArmsData::Max_Arm_H_Angle' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Max_Arm_V_Angle) == 0x0000D8, "Member 'FDragonData_ArmsData::Max_Arm_V_Angle' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Inner_Clavicle_Side_Limit) == 0x0000E0, "Member 'FDragonData_ArmsData::Inner_Clavicle_Side_Limit' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Inner_Clavicle_Vertical_Limit) == 0x0000E8, "Member 'FDragonData_ArmsData::Inner_Clavicle_Vertical_Limit' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Outer_Clavicle_Side_Limit) == 0x0000F0, "Member 'FDragonData_ArmsData::Outer_Clavicle_Side_Limit' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Outer_Clavicle_Vertical_Limit) == 0x0000F8, "Member 'FDragonData_ArmsData::Outer_Clavicle_Vertical_Limit' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Shoulder_Inner_Clamp) == 0x000100, "Member 'FDragonData_ArmsData::Shoulder_Inner_Clamp' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Shoulder_Outer_Clamp) == 0x000108, "Member 'FDragonData_ArmsData::Shoulder_Outer_Clamp' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, ForeArm_Angle_Limit) == 0x000110, "Member 'FDragonData_ArmsData::ForeArm_Angle_Limit' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmsData, Twist_Offset_Reverse) == 0x000118, "Member 'FDragonData_ArmsData::Twist_Offset_Reverse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_FingerData \ static_assert(alignof(FDragonData_FingerData) == 0x000004, "Wrong alignment on FDragonData_FingerData"); \ static_assert(sizeof(FDragonData_FingerData) == 0x000020, "Wrong size on FDragonData_FingerData"); \ static_assert(offsetof(FDragonData_FingerData, Finger_Bone_Name) == 0x000000, "Member 'FDragonData_FingerData::Finger_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FingerData, Trace_Scale) == 0x000008, "Member 'FDragonData_FingerData::Trace_Scale' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FingerData, Trace_Offset) == 0x00000C, "Member 'FDragonData_FingerData::Trace_Offset' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FingerData, Is_Finger_Backward) == 0x000018, "Member 'FDragonData_FingerData::Is_Finger_Backward' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_FootData \ static_assert(alignof(FDragonData_FootData) == 0x000008, "Wrong alignment on FDragonData_FootData"); \ static_assert(sizeof(FDragonData_FootData) == 0x000088, "Wrong size on FDragonData_FootData"); \ static_assert(offsetof(FDragonData_FootData, Feet_Bone_Name) == 0x000000, "Member 'FDragonData_FootData::Feet_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Knee_Bone_Name) == 0x000008, "Member 'FDragonData_FootData::Knee_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Thigh_Bone_Name) == 0x000010, "Member 'FDragonData_FootData::Thigh_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Feet_Rotation_Offset) == 0x000018, "Member 'FDragonData_FootData::Feet_Rotation_Offset' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Fixed_Pole) == 0x000024, "Member 'FDragonData_FootData::Fixed_Pole' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Knee_Direction_Offset) == 0x000028, "Member 'FDragonData_FootData::Knee_Direction_Offset' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Feet_Trace_Offset) == 0x000034, "Member 'FDragonData_FootData::Feet_Trace_Offset' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Front_Trace_Point_Spacing) == 0x000040, "Member 'FDragonData_FootData::Front_Trace_Point_Spacing' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Side_Traces_Spacing) == 0x000044, "Member 'FDragonData_FootData::Side_Traces_Spacing' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Feet_Rotation_Limit) == 0x000048, "Member 'FDragonData_FootData::Feet_Rotation_Limit' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Fixed_Foot_Height) == 0x00004C, "Member 'FDragonData_FootData::Fixed_Foot_Height' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Feet_Heights) == 0x000050, "Member 'FDragonData_FootData::Feet_Heights' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Feet_Alpha) == 0x000054, "Member 'FDragonData_FootData::Feet_Alpha' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Min_Feet_Extension) == 0x000058, "Member 'FDragonData_FootData::Min_Feet_Extension' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Max_Feet_Extension) == 0x00005C, "Member 'FDragonData_FootData::Max_Feet_Extension' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Feet_Upslope_Offset_Multiplier) == 0x000060, "Member 'FDragonData_FootData::Feet_Upslope_Offset_Multiplier' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Feet_Downslope_Offset_Multiplier) == 0x000064, "Member 'FDragonData_FootData::Feet_Downslope_Offset_Multiplier' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Feet_Slope_Offset_Clamp_Radius) == 0x000068, "Member 'FDragonData_FootData::Feet_Slope_Offset_Clamp_Radius' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Max_Feet_Lift) == 0x00006C, "Member 'FDragonData_FootData::Max_Feet_Lift' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Overrided_Trace_Radius) == 0x000070, "Member 'FDragonData_FootData::Overrided_Trace_Radius' has a wrong offset!"); \ static_assert(offsetof(FDragonData_FootData, Finger_Array) == 0x000078, "Member 'FDragonData_FootData::Finger_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_MultiInput \ static_assert(alignof(FDragonData_MultiInput) == 0x000008, "Wrong alignment on FDragonData_MultiInput"); \ static_assert(sizeof(FDragonData_MultiInput) == 0x000020, "Wrong size on FDragonData_MultiInput"); \ static_assert(offsetof(FDragonData_MultiInput, Start_Spine) == 0x000000, "Member 'FDragonData_MultiInput::Start_Spine' has a wrong offset!"); \ static_assert(offsetof(FDragonData_MultiInput, Pelvis) == 0x000008, "Member 'FDragonData_MultiInput::Pelvis' has a wrong offset!"); \ static_assert(offsetof(FDragonData_MultiInput, FeetBones) == 0x000010, "Member 'FDragonData_MultiInput::FeetBones' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_SingleArmElement \ static_assert(alignof(FDragonData_SingleArmElement) == 0x000010, "Wrong alignment on FDragonData_SingleArmElement"); \ static_assert(sizeof(FDragonData_SingleArmElement) == 0x000040, "Wrong size on FDragonData_SingleArmElement"); \ static_assert(offsetof(FDragonData_SingleArmElement, Overrided_Arm_Transform) == 0x000000, "Member 'FDragonData_SingleArmElement::Overrided_Arm_Transform' has a wrong offset!"); \ static_assert(offsetof(FDragonData_SingleArmElement, Arm_Alpha) == 0x000030, "Member 'FDragonData_SingleArmElement::Arm_Alpha' has a wrong offset!"); \ static_assert(offsetof(FDragonData_SingleArmElement, rotation_offset) == 0x000034, "Member 'FDragonData_SingleArmElement::rotation_offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_Overrided_Location_Data \ static_assert(alignof(FDragonData_Overrided_Location_Data) == 0x000008, "Wrong alignment on FDragonData_Overrided_Location_Data"); \ static_assert(sizeof(FDragonData_Overrided_Location_Data) == 0x000010, "Wrong size on FDragonData_Overrided_Location_Data"); \ static_assert(offsetof(FDragonData_Overrided_Location_Data, Arm_TargetLocation_Overrides) == 0x000000, "Member 'FDragonData_Overrided_Location_Data::Arm_TargetLocation_Overrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_ArmSizeStruct \ static_assert(alignof(FDragonData_ArmSizeStruct) == 0x000004, "Wrong alignment on FDragonData_ArmSizeStruct"); \ static_assert(sizeof(FDragonData_ArmSizeStruct) == 0x00000C, "Wrong size on FDragonData_ArmSizeStruct"); \ static_assert(offsetof(FDragonData_ArmSizeStruct, Use_Custom_Arm_Sizes) == 0x000000, "Member 'FDragonData_ArmSizeStruct::Use_Custom_Arm_Sizes' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmSizeStruct, custom_upperArm_length) == 0x000004, "Member 'FDragonData_ArmSizeStruct::custom_upperArm_length' has a wrong offset!"); \ static_assert(offsetof(FDragonData_ArmSizeStruct, custom_lowerArm_length) == 0x000008, "Member 'FDragonData_ArmSizeStruct::custom_lowerArm_length' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_CustomArmLengths \ static_assert(alignof(FDragonData_CustomArmLengths) == 0x000008, "Wrong alignment on FDragonData_CustomArmLengths"); \ static_assert(sizeof(FDragonData_CustomArmLengths) == 0x000010, "Wrong size on FDragonData_CustomArmLengths"); \ static_assert(offsetof(FDragonData_CustomArmLengths, CustomArmSizeArray) == 0x000000, "Member 'FDragonData_CustomArmLengths::CustomArmSizeArray' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_DragonAimSolver \ static_assert(alignof(FAnimNode_DragonAimSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonAimSolver"); \ static_assert(sizeof(FAnimNode_DragonAimSolver) == 0x000A10, "Wrong size on FAnimNode_DragonAimSolver"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Use_FName_Bone_Input) == 0x0000C8, "Member 'FAnimNode_DragonAimSolver::Use_FName_Bone_Input' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, EndSplineBone) == 0x0000CC, "Member 'FAnimNode_DragonAimSolver::EndSplineBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, StartSplineBone) == 0x0000DC, "Member 'FAnimNode_DragonAimSolver::StartSplineBone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Name_EndSpline_Bone) == 0x0000EC, "Member 'FAnimNode_DragonAimSolver::Name_EndSpline_Bone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Name_StartSpline_Bone) == 0x0000F4, "Member 'FAnimNode_DragonAimSolver::Name_StartSpline_Bone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, LookAtLocation) == 0x000100, "Member 'FAnimNode_DragonAimSolver::LookAtLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, dragon_input_data) == 0x000130, "Member 'FAnimNode_DragonAimSolver::dragon_input_data' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Aiming_Hand_Limbs) == 0x0001D8, "Member 'FAnimNode_DragonAimSolver::Aiming_Hand_Limbs' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Arm_TargetLocation_Overrides) == 0x0001F8, "Member 'FAnimNode_DragonAimSolver::Arm_TargetLocation_Overrides' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Use_Separate_Targets) == 0x000208, "Member 'FAnimNode_DragonAimSolver::Use_Separate_Targets' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Override_Hand_Rotation) == 0x000209, "Member 'FAnimNode_DragonAimSolver::Override_Hand_Rotation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, enable_head_aim) == 0x00020A, "Member 'FAnimNode_DragonAimSolver::enable_head_aim' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, bAllowHandStretching) == 0x00020B, "Member 'FAnimNode_DragonAimSolver::bAllowHandStretching' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Extra_Elbow_Pole_Array) == 0x000210, "Member 'FAnimNode_DragonAimSolver::Extra_Elbow_Pole_Array' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, reach_instead) == 0x000220, "Member 'FAnimNode_DragonAimSolver::reach_instead' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Aggregate_Hand_Body) == 0x000221, "Member 'FAnimNode_DragonAimSolver::Aggregate_Hand_Body' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Let_Arm_Twist_With_Hand) == 0x000222, "Member 'FAnimNode_DragonAimSolver::Let_Arm_Twist_With_Hand' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, pole_system_input) == 0x000223, "Member 'FAnimNode_DragonAimSolver::pole_system_input' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, arm_twist_axis) == 0x000224, "Member 'FAnimNode_DragonAimSolver::arm_twist_axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, hand_rotation_method) == 0x000225, "Member 'FAnimNode_DragonAimSolver::hand_rotation_method' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Override_Head_Rotation) == 0x000226, "Member 'FAnimNode_DragonAimSolver::Override_Head_Rotation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Enable_Hand_Interpolation) == 0x000227, "Member 'FAnimNode_DragonAimSolver::Enable_Hand_Interpolation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Hand_Interpolation_Speed) == 0x000228, "Member 'FAnimNode_DragonAimSolver::Hand_Interpolation_Speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, custom_arm_lengths) == 0x000230, "Member 'FAnimNode_DragonAimSolver::custom_arm_lengths' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, arm_transform_space) == 0x000240, "Member 'FAnimNode_DragonAimSolver::arm_transform_space' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Main_Arm_Index) == 0x000244, "Member 'FAnimNode_DragonAimSolver::Main_Arm_Index' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Lookat_Radius) == 0x0002E0, "Member 'FAnimNode_DragonAimSolver::Lookat_Radius' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Inner_Body_Clamp) == 0x0002E4, "Member 'FAnimNode_DragonAimSolver::Inner_Body_Clamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Lookat_Clamp) == 0x0002F0, "Member 'FAnimNode_DragonAimSolver::Lookat_Clamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Limbs_Clamp) == 0x0002F4, "Member 'FAnimNode_DragonAimSolver::Limbs_Clamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Downward_Dip_Multiplier) == 0x0002F8, "Member 'FAnimNode_DragonAimSolver::Downward_Dip_Multiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Inverted_Dip_Multiplier) == 0x0002FC, "Member 'FAnimNode_DragonAimSolver::Inverted_Dip_Multiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Vertical_Dip_Treshold) == 0x000300, "Member 'FAnimNode_DragonAimSolver::Vertical_Dip_Treshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Side_Move_Multiplier) == 0x000304, "Member 'FAnimNode_DragonAimSolver::Side_Move_Multiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Side_Down_Multiplier) == 0x000308, "Member 'FAnimNode_DragonAimSolver::Side_Down_Multiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Up_Rot_Clamp) == 0x00030C, "Member 'FAnimNode_DragonAimSolver::Up_Rot_Clamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Verticle_Range_Angles) == 0x000310, "Member 'FAnimNode_DragonAimSolver::Verticle_Range_Angles' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Horizontal_Range_Angles) == 0x000318, "Member 'FAnimNode_DragonAimSolver::Horizontal_Range_Angles' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Look_Bending_Curve) == 0x000320, "Member 'FAnimNode_DragonAimSolver::Look_Bending_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Look_Multiplier_Curve) == 0x0003A8, "Member 'FAnimNode_DragonAimSolver::Look_Multiplier_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, look_transform_space) == 0x000430, "Member 'FAnimNode_DragonAimSolver::look_transform_space' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Lock_Legs) == 0x000431, "Member 'FAnimNode_DragonAimSolver::Lock_Legs' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, ignore_elbow_modification) == 0x000432, "Member 'FAnimNode_DragonAimSolver::ignore_elbow_modification' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, ignore_separate_hand_solving) == 0x000433, "Member 'FAnimNode_DragonAimSolver::ignore_separate_hand_solving' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Use_Natural_Method) == 0x000434, "Member 'FAnimNode_DragonAimSolver::Use_Natural_Method' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Head_Use_Separate_Clamp) == 0x000435, "Member 'FAnimNode_DragonAimSolver::Head_Use_Separate_Clamp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Is_Head_Accurate) == 0x000436, "Member 'FAnimNode_DragonAimSolver::Is_Head_Accurate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, automatic_leg_make) == 0x000437, "Member 'FAnimNode_DragonAimSolver::automatic_leg_make' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, enable_solver) == 0x000439, "Member 'FAnimNode_DragonAimSolver::enable_solver' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Work_Outside_PIE) == 0x00043A, "Member 'FAnimNode_DragonAimSolver::Work_Outside_PIE' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Use_Physics_Adaptation) == 0x00043B, "Member 'FAnimNode_DragonAimSolver::Use_Physics_Adaptation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, physics_root_reference) == 0x00043C, "Member 'FAnimNode_DragonAimSolver::physics_root_reference' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Adaptive_Terrain_Tail) == 0x000444, "Member 'FAnimNode_DragonAimSolver::Adaptive_Terrain_Tail' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Trace_Channel) == 0x000445, "Member 'FAnimNode_DragonAimSolver::Trace_Channel' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Trace_Up_Height) == 0x000448, "Member 'FAnimNode_DragonAimSolver::Trace_Up_Height' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Trace_Down_Height) == 0x00044C, "Member 'FAnimNode_DragonAimSolver::Trace_Down_Height' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, loc_interp_type) == 0x0004DC, "Member 'FAnimNode_DragonAimSolver::loc_interp_type' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Enable_Interpolation) == 0x0004E5, "Member 'FAnimNode_DragonAimSolver::Enable_Interpolation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Interpolation_Speed) == 0x0004E8, "Member 'FAnimNode_DragonAimSolver::Interpolation_Speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Toggle_Interpolation_Speed) == 0x0004EC, "Member 'FAnimNode_DragonAimSolver::Toggle_Interpolation_Speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, LookAt_Axis) == 0x000548, "Member 'FAnimNode_DragonAimSolver::LookAt_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Upward_Axis) == 0x000554, "Member 'FAnimNode_DragonAimSolver::Upward_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, TargetOffset) == 0x000560, "Member 'FAnimNode_DragonAimSolver::TargetOffset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Use_Reference_Forward_Axis) == 0x00056C, "Member 'FAnimNode_DragonAimSolver::Use_Reference_Forward_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Reference_Constant_Forward_Axis) == 0x000570, "Member 'FAnimNode_DragonAimSolver::Reference_Constant_Forward_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, DisplayLineTrace) == 0x00065D, "Member 'FAnimNode_DragonAimSolver::DisplayLineTrace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Debug_LookAtLocation) == 0x000660, "Member 'FAnimNode_DragonAimSolver::Debug_LookAtLocation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonAimSolver, Debug_Hand_Locations) == 0x000690, "Member 'FAnimNode_DragonAimSolver::Debug_Hand_Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSocketDragonReference \ static_assert(alignof(FSocketDragonReference) == 0x000010, "Wrong alignment on FSocketDragonReference"); \ static_assert(sizeof(FSocketDragonReference) == 0x000040, "Wrong size on FSocketDragonReference"); \ static_assert(offsetof(FSocketDragonReference, SocketName) == 0x000030, "Member 'FSocketDragonReference::SocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBoneDragonSocketTarget \ static_assert(alignof(FBoneDragonSocketTarget) == 0x000010, "Wrong alignment on FBoneDragonSocketTarget"); \ static_assert(sizeof(FBoneDragonSocketTarget) == 0x000060, "Wrong size on FBoneDragonSocketTarget"); \ static_assert(offsetof(FBoneDragonSocketTarget, bUseSocket) == 0x000000, "Member 'FBoneDragonSocketTarget::bUseSocket' has a wrong offset!"); \ static_assert(offsetof(FBoneDragonSocketTarget, BoneReference) == 0x000004, "Member 'FBoneDragonSocketTarget::BoneReference' has a wrong offset!"); \ static_assert(offsetof(FBoneDragonSocketTarget, SocketReference) == 0x000020, "Member 'FBoneDragonSocketTarget::SocketReference' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_DragonFabrikSolver \ static_assert(alignof(FAnimNode_DragonFabrikSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonFabrikSolver"); \ static_assert(sizeof(FAnimNode_DragonFabrikSolver) == 0x000180, "Wrong size on FAnimNode_DragonFabrikSolver"); \ static_assert(offsetof(FAnimNode_DragonFabrikSolver, TipBone_Input) == 0x0000C8, "Member 'FAnimNode_DragonFabrikSolver::TipBone_Input' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFabrikSolver, RootBone_Input) == 0x0000D8, "Member 'FAnimNode_DragonFabrikSolver::RootBone_Input' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFabrikSolver, Precision) == 0x0000E8, "Member 'FAnimNode_DragonFabrikSolver::Precision' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFabrikSolver, MaxIterations) == 0x0000EC, "Member 'FAnimNode_DragonFabrikSolver::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFabrikSolver, Target_Transform) == 0x0000F0, "Member 'FAnimNode_DragonFabrikSolver::Target_Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_FeetAlpha_Struct \ static_assert(alignof(FDragonData_FeetAlpha_Struct) == 0x000008, "Wrong alignment on FDragonData_FeetAlpha_Struct"); \ static_assert(sizeof(FDragonData_FeetAlpha_Struct) == 0x000010, "Wrong size on FDragonData_FeetAlpha_Struct"); \ static_assert(offsetof(FDragonData_FeetAlpha_Struct, feet_IK_alpha_array) == 0x000000, "Member 'FDragonData_FeetAlpha_Struct::feet_IK_alpha_array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_StickySocketStruct \ static_assert(alignof(FDragonData_StickySocketStruct) == 0x000008, "Wrong alignment on FDragonData_StickySocketStruct"); \ static_assert(sizeof(FDragonData_StickySocketStruct) == 0x000010, "Wrong size on FDragonData_StickySocketStruct"); \ static_assert(offsetof(FDragonData_StickySocketStruct, sticky_socket_array) == 0x000000, "Member 'FDragonData_StickySocketStruct::sticky_socket_array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_FeetOffset_Struct \ static_assert(alignof(FDragonData_FeetOffset_Struct) == 0x000008, "Wrong alignment on FDragonData_FeetOffset_Struct"); \ static_assert(sizeof(FDragonData_FeetOffset_Struct) == 0x000010, "Wrong size on FDragonData_FeetOffset_Struct"); \ static_assert(offsetof(FDragonData_FeetOffset_Struct, feet_extra_offset_array) == 0x000000, "Member 'FDragonData_FeetOffset_Struct::feet_extra_offset_array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_StickyFeetStruct \ static_assert(alignof(FDragonData_StickyFeetStruct) == 0x000008, "Wrong alignment on FDragonData_StickyFeetStruct"); \ static_assert(sizeof(FDragonData_StickyFeetStruct) == 0x000010, "Wrong size on FDragonData_StickyFeetStruct"); \ static_assert(offsetof(FDragonData_StickyFeetStruct, sticky_feet_array) == 0x000000, "Member 'FDragonData_StickyFeetStruct::sticky_feet_array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_DragonFeetSolver \ static_assert(alignof(FAnimNode_DragonFeetSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonFeetSolver"); \ static_assert(sizeof(FAnimNode_DragonFeetSolver) == 0x0008A0, "Wrong size on FAnimNode_DragonFeetSolver"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, dragon_input_data) == 0x0000C8, "Member 'FAnimNode_DragonFeetSolver::dragon_input_data' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, ik_type) == 0x000160, "Member 'FAnimNode_DragonFeetSolver::ik_type' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, trace_type) == 0x000161, "Member 'FAnimNode_DragonFeetSolver::trace_type' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Trace_Radius) == 0x000164, "Member 'FAnimNode_DragonFeetSolver::Trace_Radius' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, line_trace_hit_complex) == 0x000168, "Member 'FAnimNode_DragonFeetSolver::line_trace_hit_complex' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, trace_interval_duration) == 0x000174, "Member 'FAnimNode_DragonFeetSolver::trace_interval_duration' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_LOD_Specific_Intervals) == 0x000178, "Member 'FAnimNode_DragonFeetSolver::Use_LOD_Specific_Intervals' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, LOD0_Interval) == 0x00017C, "Member 'FAnimNode_DragonFeetSolver::LOD0_Interval' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, LOD1_Interval) == 0x000180, "Member 'FAnimNode_DragonFeetSolver::LOD1_Interval' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, LOD2_Interval) == 0x000184, "Member 'FAnimNode_DragonFeetSolver::LOD2_Interval' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_Trace_Distance_Adapting) == 0x000188, "Member 'FAnimNode_DragonFeetSolver::Use_Trace_Distance_Adapting' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Trace_Max_Distance) == 0x00018C, "Member 'FAnimNode_DragonFeetSolver::Trace_Max_Distance' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_Interval_Velocity_Curve) == 0x000190, "Member 'FAnimNode_DragonFeetSolver::Use_Interval_Velocity_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Interval_Velocity_Curve) == 0x000198, "Member 'FAnimNode_DragonFeetSolver::Interval_Velocity_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Override_Curve_Velocity) == 0x000220, "Member 'FAnimNode_DragonFeetSolver::Override_Curve_Velocity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, custom_velocity) == 0x000224, "Member 'FAnimNode_DragonFeetSolver::custom_velocity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, loc_interp_type) == 0x000228, "Member 'FAnimNode_DragonFeetSolver::loc_interp_type' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, rot_interp_type) == 0x000234, "Member 'FAnimNode_DragonFeetSolver::rot_interp_type' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, virtual_scale) == 0x000238, "Member 'FAnimNode_DragonFeetSolver::virtual_scale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, feet_alpha_multiplier_array) == 0x000240, "Member 'FAnimNode_DragonFeetSolver::feet_alpha_multiplier_array' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, feet_extra_offset_array) == 0x000250, "Member 'FAnimNode_DragonFeetSolver::feet_extra_offset_array' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, automatic_leg_make) == 0x000260, "Member 'FAnimNode_DragonFeetSolver::automatic_leg_make' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_OptionalRef_Feet_As_Ref) == 0x000261, "Member 'FAnimNode_DragonFeetSolver::Use_OptionalRef_Feet_As_Ref' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, enable_solver) == 0x000262, "Member 'FAnimNode_DragonFeetSolver::enable_solver' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Work_Outside_PIE) == 0x000263, "Member 'FAnimNode_DragonFeetSolver::Work_Outside_PIE' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, OptionalRefPose) == 0x000268, "Member 'FAnimNode_DragonFeetSolver::OptionalRefPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, interpolate_only_z) == 0x000278, "Member 'FAnimNode_DragonFeetSolver::interpolate_only_z' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, shift_speed) == 0x00027C, "Member 'FAnimNode_DragonFeetSolver::shift_speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Location_Lerp_Speed) == 0x000288, "Member 'FAnimNode_DragonFeetSolver::Location_Lerp_Speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, feet_rotation_speed) == 0x00028C, "Member 'FAnimNode_DragonFeetSolver::feet_rotation_speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, ignore_shift_speed) == 0x000290, "Member 'FAnimNode_DragonFeetSolver::ignore_shift_speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Ignore_Lerping) == 0x000291, "Member 'FAnimNode_DragonFeetSolver::Ignore_Lerping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Ignore_Location_Lerping) == 0x000292, "Member 'FAnimNode_DragonFeetSolver::Ignore_Location_Lerping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Interpolation_Velocity_Curve) == 0x000298, "Member 'FAnimNode_DragonFeetSolver::Interpolation_Velocity_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Enable_Complex_Rotation_Method) == 0x000320, "Member 'FAnimNode_DragonFeetSolver::Enable_Complex_Rotation_Method' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, ComplexSimpleFoot_Velocity_Curve) == 0x000328, "Member 'FAnimNode_DragonFeetSolver::ComplexSimpleFoot_Velocity_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Trace_Channel) == 0x0003F0, "Member 'FAnimNode_DragonFeetSolver::Trace_Channel' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Anti_Trace_Channel) == 0x0003F1, "Member 'FAnimNode_DragonFeetSolver::Anti_Trace_Channel' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, FPS_Lerp_Treshold) == 0x0003F4, "Member 'FAnimNode_DragonFeetSolver::FPS_Lerp_Treshold' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, line_trace_upper_height) == 0x000564, "Member 'FAnimNode_DragonFeetSolver::line_trace_upper_height' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, line_trace_down_height) == 0x000568, "Member 'FAnimNode_DragonFeetSolver::line_trace_down_height' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Trace_Down_Multiplier_Curve) == 0x000570, "Member 'FAnimNode_DragonFeetSolver::Trace_Down_Multiplier_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_Anti_Channel) == 0x0005F8, "Member 'FAnimNode_DragonFeetSolver::Use_Anti_Channel' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, use_footstep_listening) == 0x0005F9, "Member 'FAnimNode_DragonFeetSolver::use_footstep_listening' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Should_Rotate_Feet) == 0x000608, "Member 'FAnimNode_DragonFeetSolver::Should_Rotate_Feet' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, show_trace_in_game) == 0x00060A, "Member 'FAnimNode_DragonFeetSolver::show_trace_in_game' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, execute_in_preview) == 0x00060B, "Member 'FAnimNode_DragonFeetSolver::execute_in_preview' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Enable_Pitch) == 0x000628, "Member 'FAnimNode_DragonFeetSolver::Enable_Pitch' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Enable_Roll) == 0x000629, "Member 'FAnimNode_DragonFeetSolver::Enable_Roll' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, character_direction_vector_CS) == 0x00062C, "Member 'FAnimNode_DragonFeetSolver::character_direction_vector_CS' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, character_forward_direction_vector_CS) == 0x000638, "Member 'FAnimNode_DragonFeetSolver::character_forward_direction_vector_CS' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, poles_forward_direction_vector_CS) == 0x000644, "Member 'FAnimNode_DragonFeetSolver::poles_forward_direction_vector_CS' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Use_Four_Point_Feets) == 0x000650, "Member 'FAnimNode_DragonFeetSolver::Use_Four_Point_Feets' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Enable_Foot_Lift_Limit) == 0x000651, "Member 'FAnimNode_DragonFeetSolver::Enable_Foot_Lift_Limit' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Affect_Toes_Always) == 0x000652, "Member 'FAnimNode_DragonFeetSolver::Affect_Toes_Always' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Finger_Alpha_Velocity_Curve) == 0x000658, "Member 'FAnimNode_DragonFeetSolver::Finger_Alpha_Velocity_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Max_Limb_Radius) == 0x0006E0, "Member 'FAnimNode_DragonFeetSolver::Max_Limb_Radius' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Feet_Lift_Warping) == 0x0006E4, "Member 'FAnimNode_DragonFeetSolver::Feet_Lift_Warping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Feet_Lift_Warp_Multiplier) == 0x0006E8, "Member 'FAnimNode_DragonFeetSolver::Feet_Lift_Warp_Multiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, feet_vertical_size) == 0x0006EC, "Member 'FAnimNode_DragonFeetSolver::feet_vertical_size' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Feet_Lift_Limit) == 0x0006F0, "Member 'FAnimNode_DragonFeetSolver::Feet_Lift_Limit' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_feet_mode) == 0x0006F4, "Member 'FAnimNode_DragonFeetSolver::sticky_feet_mode' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_feet_on_speed) == 0x0006F8, "Member 'FAnimNode_DragonFeetSolver::sticky_feet_on_speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_feet_off_speed) == 0x0006FC, "Member 'FAnimNode_DragonFeetSolver::sticky_feet_off_speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Sticky_Feet_Range) == 0x000700, "Member 'FAnimNode_DragonFeetSolver::Sticky_Feet_Range' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_feets_data) == 0x000708, "Member 'FAnimNode_DragonFeetSolver::sticky_feets_data' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_floor_detection) == 0x000718, "Member 'FAnimNode_DragonFeetSolver::sticky_floor_detection' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, floor_value) == 0x00071C, "Member 'FAnimNode_DragonFeetSolver::floor_value' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Auto_Sticky_Toggle) == 0x000720, "Member 'FAnimNode_DragonFeetSolver::Auto_Sticky_Toggle' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, sticky_sockets_data) == 0x000728, "Member 'FAnimNode_DragonFeetSolver::sticky_sockets_data' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Foot_01_Height_Offset) == 0x000890, "Member 'FAnimNode_DragonFeetSolver::Foot_01_Height_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Foot_02_Height_Offset) == 0x000894, "Member 'FAnimNode_DragonFeetSolver::Foot_02_Height_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Foot_03_Height_Offset) == 0x000898, "Member 'FAnimNode_DragonFeetSolver::Foot_03_Height_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonFeetSolver, Foot_04_Height_Offset) == 0x00089C, "Member 'FAnimNode_DragonFeetSolver::Foot_04_Height_Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_DragonPhysicsSolver \ static_assert(alignof(FAnimNode_DragonPhysicsSolver) == 0x000008, "Wrong alignment on FAnimNode_DragonPhysicsSolver"); \ static_assert(sizeof(FAnimNode_DragonPhysicsSolver) == 0x000110, "Wrong size on FAnimNode_DragonPhysicsSolver"); \ static_assert(offsetof(FAnimNode_DragonPhysicsSolver, physanim_tag_index) == 0x000108, "Member 'FAnimNode_DragonPhysicsSolver::physanim_tag_index' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_PhysicsBoneStrip \ static_assert(alignof(FDragonData_PhysicsBoneStrip) == 0x000004, "Wrong alignment on FDragonData_PhysicsBoneStrip"); \ static_assert(sizeof(FDragonData_PhysicsBoneStrip) == 0x000020, "Wrong size on FDragonData_PhysicsBoneStrip"); \ static_assert(offsetof(FDragonData_PhysicsBoneStrip, Bone_Chain_Start) == 0x000000, "Member 'FDragonData_PhysicsBoneStrip::Bone_Chain_Start' has a wrong offset!"); \ static_assert(offsetof(FDragonData_PhysicsBoneStrip, Bone_Chain_End) == 0x000010, "Member 'FDragonData_PhysicsBoneStrip::Bone_Chain_End' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_DragonSpineSolver \ static_assert(alignof(FAnimNode_DragonSpineSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonSpineSolver"); \ static_assert(sizeof(FAnimNode_DragonSpineSolver) == 0x000B60, "Wrong size on FAnimNode_DragonSpineSolver"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, dragon_input_data) == 0x0000C8, "Member 'FAnimNode_DragonSpineSolver::dragon_input_data' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Precision) == 0x000158, "Member 'FAnimNode_DragonSpineSolver::Precision' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, MaximumPitch) == 0x00015C, "Member 'FAnimNode_DragonSpineSolver::MaximumPitch' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, MinimumPitch) == 0x000160, "Member 'FAnimNode_DragonSpineSolver::MinimumPitch' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, MaximumRoll) == 0x000164, "Member 'FAnimNode_DragonSpineSolver::MaximumRoll' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, MinimumRoll) == 0x000168, "Member 'FAnimNode_DragonSpineSolver::MinimumRoll' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, MaxIterations) == 0x00016C, "Member 'FAnimNode_DragonSpineSolver::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, shift_speed) == 0x000174, "Member 'FAnimNode_DragonSpineSolver::shift_speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Trace_Channel) == 0x000178, "Member 'FAnimNode_DragonSpineSolver::Trace_Channel' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Anti_Trace_Channel) == 0x000179, "Member 'FAnimNode_DragonSpineSolver::Anti_Trace_Channel' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, trace_type) == 0x00017A, "Member 'FAnimNode_DragonSpineSolver::trace_type' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Trace_Radius) == 0x00017C, "Member 'FAnimNode_DragonSpineSolver::Trace_Radius' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, line_trace_hit_complex) == 0x000180, "Member 'FAnimNode_DragonSpineSolver::line_trace_hit_complex' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, trace_interval_duration) == 0x000190, "Member 'FAnimNode_DragonSpineSolver::trace_interval_duration' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_LOD_Specific_Intervals) == 0x000194, "Member 'FAnimNode_DragonSpineSolver::Use_LOD_Specific_Intervals' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, LOD0_Interval) == 0x000198, "Member 'FAnimNode_DragonSpineSolver::LOD0_Interval' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, LOD1_Interval) == 0x00019C, "Member 'FAnimNode_DragonSpineSolver::LOD1_Interval' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, LOD2_Interval) == 0x0001A0, "Member 'FAnimNode_DragonSpineSolver::LOD2_Interval' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Trace_Distance_Adapting) == 0x0001A4, "Member 'FAnimNode_DragonSpineSolver::Use_Trace_Distance_Adapting' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Trace_Max_Distance) == 0x0001A8, "Member 'FAnimNode_DragonSpineSolver::Trace_Max_Distance' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Interval_Velocity_Curve) == 0x0001AC, "Member 'FAnimNode_DragonSpineSolver::Use_Interval_Velocity_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Interval_Velocity_Curve) == 0x0001B0, "Member 'FAnimNode_DragonSpineSolver::Interval_Velocity_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Override_Curve_Velocity) == 0x000238, "Member 'FAnimNode_DragonSpineSolver::Override_Curve_Velocity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, custom_velocity) == 0x00023C, "Member 'FAnimNode_DragonSpineSolver::custom_velocity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Rotate_Around_Translate) == 0x000240, "Member 'FAnimNode_DragonSpineSolver::Rotate_Around_Translate' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, complexity_type) == 0x000241, "Member 'FAnimNode_DragonSpineSolver::complexity_type' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Ignore_Lerping) == 0x000242, "Member 'FAnimNode_DragonSpineSolver::Ignore_Lerping' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, virtual_scale) == 0x000254, "Member 'FAnimNode_DragonSpineSolver::virtual_scale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, line_trace_downward_height) == 0x000258, "Member 'FAnimNode_DragonSpineSolver::line_trace_downward_height' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, line_trace_upper_height) == 0x00025C, "Member 'FAnimNode_DragonSpineSolver::line_trace_upper_height' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Anti_Channel) == 0x000260, "Member 'FAnimNode_DragonSpineSolver::Use_Anti_Channel' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, stabilize_pelvis_legs) == 0x000274, "Member 'FAnimNode_DragonSpineSolver::stabilize_pelvis_legs' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_UpSlopeStabilization_Alpha) == 0x000278, "Member 'FAnimNode_DragonSpineSolver::Pelvis_UpSlopeStabilization_Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_DownSlopeStabilization_Alpha) == 0x00027C, "Member 'FAnimNode_DragonSpineSolver::Pelvis_DownSlopeStabilization_Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, stabilize_chest_legs) == 0x000280, "Member 'FAnimNode_DragonSpineSolver::stabilize_chest_legs' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_UpSlopeStabilization_Alpha) == 0x000284, "Member 'FAnimNode_DragonSpineSolver::Chest_UpSlopeStabilization_Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_DownslopeStabilization_Alpha) == 0x000288, "Member 'FAnimNode_DragonSpineSolver::Chest_DownslopeStabilization_Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Stabilization_Head_Bone) == 0x00028C, "Member 'FAnimNode_DragonSpineSolver::Stabilization_Head_Bone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Stabilization_Tail_Bone) == 0x00029C, "Member 'FAnimNode_DragonSpineSolver::Stabilization_Tail_Bone' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Ducking_Feature) == 0x0002AC, "Member 'FAnimNode_DragonSpineSolver::Use_Ducking_Feature' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Ducking_Trace_Channel) == 0x0002AD, "Member 'FAnimNode_DragonSpineSolver::Ducking_Trace_Channel' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Ducking_Limit) == 0x0002B0, "Member 'FAnimNode_DragonSpineSolver::Ducking_Limit' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_Crouch_Height) == 0x0002B4, "Member 'FAnimNode_DragonSpineSolver::Pelvis_Crouch_Height' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_Crouch_Rotation_Intensity) == 0x0002B8, "Member 'FAnimNode_DragonSpineSolver::Pelvis_Crouch_Rotation_Intensity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Duck_Pelvis_Trace_Offset) == 0x0002BC, "Member 'FAnimNode_DragonSpineSolver::Duck_Pelvis_Trace_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Crouch_Height) == 0x0002C8, "Member 'FAnimNode_DragonSpineSolver::Chest_Crouch_Height' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Crouch_Rotation_Intensity) == 0x0002CC, "Member 'FAnimNode_DragonSpineSolver::Chest_Crouch_Rotation_Intensity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Duck_Chest_Trace_Offset) == 0x0002D0, "Member 'FAnimNode_DragonSpineSolver::Duck_Chest_Trace_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Slanted_Height_Up_Offset) == 0x00041C, "Member 'FAnimNode_DragonSpineSolver::Slanted_Height_Up_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Slanted_Height_Down_Offset) == 0x000424, "Member 'FAnimNode_DragonSpineSolver::Slanted_Height_Down_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, dip_multiplier) == 0x000428, "Member 'FAnimNode_DragonSpineSolver::dip_multiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, pelvis_adaptive_gravity) == 0x00042C, "Member 'FAnimNode_DragonSpineSolver::pelvis_adaptive_gravity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, reverse_fabrik) == 0x000430, "Member 'FAnimNode_DragonSpineSolver::reverse_fabrik' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Calculation_To_RefPose) == 0x000438, "Member 'FAnimNode_DragonSpineSolver::Calculation_To_RefPose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Slanted_Height_Up_Offset) == 0x00043C, "Member 'FAnimNode_DragonSpineSolver::Chest_Slanted_Height_Up_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Slanted_Height_Down_Offset) == 0x000440, "Member 'FAnimNode_DragonSpineSolver::Chest_Slanted_Height_Down_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, chest_side_dip_multiplier) == 0x000444, "Member 'FAnimNode_DragonSpineSolver::chest_side_dip_multiplier' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, chest_adaptive_gravity) == 0x000448, "Member 'FAnimNode_DragonSpineSolver::chest_adaptive_gravity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Base_Offset) == 0x00044C, "Member 'FAnimNode_DragonSpineSolver::Chest_Base_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_Base_Offset) == 0x000450, "Member 'FAnimNode_DragonSpineSolver::Pelvis_Base_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, virtual_leg_width) == 0x000454, "Member 'FAnimNode_DragonSpineSolver::virtual_leg_width' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Maximum_Dip_Height) == 0x000458, "Member 'FAnimNode_DragonSpineSolver::Maximum_Dip_Height' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_Height_Multiplier_Curve) == 0x000460, "Member 'FAnimNode_DragonSpineSolver::Pelvis_Height_Multiplier_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Maximum_Dip_Height_Chest) == 0x0004E8, "Member 'FAnimNode_DragonSpineSolver::Maximum_Dip_Height_Chest' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Height_Multiplier_Curve) == 0x0004F0, "Member 'FAnimNode_DragonSpineSolver::Chest_Height_Multiplier_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, rotation_power_between) == 0x000584, "Member 'FAnimNode_DragonSpineSolver::rotation_power_between' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Automatic_Fabrik_Selection) == 0x000588, "Member 'FAnimNode_DragonSpineSolver::Use_Automatic_Fabrik_Selection' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Trace_Lerp_Speed) == 0x00058C, "Member 'FAnimNode_DragonSpineSolver::Trace_Lerp_Speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Location_Lerp_Speed) == 0x000590, "Member 'FAnimNode_DragonSpineSolver::Location_Lerp_Speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Rotation_Lerp_Speed) == 0x0005A4, "Member 'FAnimNode_DragonSpineSolver::Rotation_Lerp_Speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Interpolation_Multiplier_Curve) == 0x0005B0, "Member 'FAnimNode_DragonSpineSolver::Interpolation_Multiplier_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Influence_Alpha) == 0x000638, "Member 'FAnimNode_DragonSpineSolver::Chest_Influence_Alpha' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_ForwardRotation_Intensity) == 0x00063C, "Member 'FAnimNode_DragonSpineSolver::Pelvis_ForwardRotation_Intensity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_UpwardForwardRotation_Intensity) == 0x000640, "Member 'FAnimNode_DragonSpineSolver::Pelvis_UpwardForwardRotation_Intensity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Body_Rotation_Intensity) == 0x000644, "Member 'FAnimNode_DragonSpineSolver::Body_Rotation_Intensity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Pelvis_Rotation_Offset_Rotator) == 0x000648, "Member 'FAnimNode_DragonSpineSolver::Pelvis_Rotation_Offset_Rotator' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_ForwardRotation_Intensity) == 0x000654, "Member 'FAnimNode_DragonSpineSolver::Chest_ForwardRotation_Intensity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_UpwardForwardRotation_Intensity) == 0x000658, "Member 'FAnimNode_DragonSpineSolver::Chest_UpwardForwardRotation_Intensity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_SidewardRotation_Intensity) == 0x00065C, "Member 'FAnimNode_DragonSpineSolver::Chest_SidewardRotation_Intensity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Chest_Rotation_Offset_Rotator) == 0x000660, "Member 'FAnimNode_DragonSpineSolver::Chest_Rotation_Offset_Rotator' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Full_Extended_Spine) == 0x0006A0, "Member 'FAnimNode_DragonSpineSolver::Full_Extended_Spine' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, max_extension_ratio) == 0x0006A4, "Member 'FAnimNode_DragonSpineSolver::max_extension_ratio' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, min_extension_ratio) == 0x0006A8, "Member 'FAnimNode_DragonSpineSolver::min_extension_ratio' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, extension_switch_speed) == 0x0006AC, "Member 'FAnimNode_DragonSpineSolver::extension_switch_speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, enable_solver) == 0x0006B4, "Member 'FAnimNode_DragonSpineSolver::enable_solver' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Work_Outside_PIE) == 0x0006B5, "Member 'FAnimNode_DragonSpineSolver::Work_Outside_PIE' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Fake_Chest_Rotations) == 0x0006B6, "Member 'FAnimNode_DragonSpineSolver::Use_Fake_Chest_Rotations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Use_Fake_Pelvis_Rotations) == 0x0006B7, "Member 'FAnimNode_DragonSpineSolver::Use_Fake_Pelvis_Rotations' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Force_Activation) == 0x0006BC, "Member 'FAnimNode_DragonSpineSolver::Force_Activation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, accurate_feet_placement) == 0x0006BD, "Member 'FAnimNode_DragonSpineSolver::accurate_feet_placement' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Accurate_Foot_Curve) == 0x0006C0, "Member 'FAnimNode_DragonSpineSolver::Accurate_Foot_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, use_crosshair_trace_also_for_fail_distance) == 0x000748, "Member 'FAnimNode_DragonSpineSolver::use_crosshair_trace_also_for_fail_distance' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Only_Root_Solve) == 0x000749, "Member 'FAnimNode_DragonSpineSolver::Only_Root_Solve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Ignore_Chest_Solve) == 0x00074A, "Member 'FAnimNode_DragonSpineSolver::Ignore_Chest_Solve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Overall_PostSolved_Offset) == 0x000754, "Member 'FAnimNode_DragonSpineSolver::Overall_PostSolved_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, character_direction_vector_CS) == 0x000760, "Member 'FAnimNode_DragonSpineSolver::character_direction_vector_CS' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Forward_Direction_Vector) == 0x00076C, "Member 'FAnimNode_DragonSpineSolver::Forward_Direction_Vector' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, flip_forward_and_right) == 0x000778, "Member 'FAnimNode_DragonSpineSolver::flip_forward_and_right' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, SolverReferencePose) == 0x000788, "Member 'FAnimNode_DragonSpineSolver::SolverReferencePose' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Spine_Feet_Connect) == 0x000789, "Member 'FAnimNode_DragonSpineSolver::Spine_Feet_Connect' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Snake_Joint_Speed) == 0x000A94, "Member 'FAnimNode_DragonSpineSolver::Snake_Joint_Speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Enable_Snake_Interpolation) == 0x000A98, "Member 'FAnimNode_DragonSpineSolver::Enable_Snake_Interpolation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, is_snake) == 0x000A99, "Member 'FAnimNode_DragonSpineSolver::is_snake' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Ignore_End_Points) == 0x000A9A, "Member 'FAnimNode_DragonSpineSolver::Ignore_End_Points' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Maximum_Feet_Distance) == 0x000A9C, "Member 'FAnimNode_DragonSpineSolver::Maximum_Feet_Distance' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, Minimum_Feet_Distance) == 0x000AA0, "Member 'FAnimNode_DragonSpineSolver::Minimum_Feet_Distance' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonSpineSolver, DisplayLineTrace) == 0x000AA4, "Member 'FAnimNode_DragonSpineSolver::DisplayLineTrace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_DragonTwistArmSolver \ static_assert(alignof(FAnimNode_DragonTwistArmSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonTwistArmSolver"); \ static_assert(sizeof(FAnimNode_DragonTwistArmSolver) == 0x0006C0, "Wrong size on FAnimNode_DragonTwistArmSolver"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Hand_Input_Info) == 0x0000DC, "Member 'FAnimNode_DragonTwistArmSolver::Hand_Input_Info' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Target_Transform) == 0x000230, "Member 'FAnimNode_DragonTwistArmSolver::Target_Transform' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Extra_Elbow_Pole_Offset) == 0x000260, "Member 'FAnimNode_DragonTwistArmSolver::Extra_Elbow_Pole_Offset' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, pole_system_input) == 0x00026F, "Member 'FAnimNode_DragonTwistArmSolver::pole_system_input' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, arm_twist_axis) == 0x000270, "Member 'FAnimNode_DragonTwistArmSolver::arm_twist_axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, hand_rotation_method) == 0x000271, "Member 'FAnimNode_DragonTwistArmSolver::hand_rotation_method' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Let_Arm_Twist_With_Hand) == 0x000315, "Member 'FAnimNode_DragonTwistArmSolver::Let_Arm_Twist_With_Hand' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, allow_arm_stretch) == 0x000316, "Member 'FAnimNode_DragonTwistArmSolver::allow_arm_stretch' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Enable_Interpolation) == 0x0003B5, "Member 'FAnimNode_DragonTwistArmSolver::Enable_Interpolation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Interpolation_Speed) == 0x0003B8, "Member 'FAnimNode_DragonTwistArmSolver::Interpolation_Speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, LookAt_Axis) == 0x000410, "Member 'FAnimNode_DragonTwistArmSolver::LookAt_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Upward_Axis) == 0x00041C, "Member 'FAnimNode_DragonTwistArmSolver::Upward_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Use_Physics_Adaptation) == 0x000428, "Member 'FAnimNode_DragonTwistArmSolver::Use_Physics_Adaptation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, physics_root_reference) == 0x00042C, "Member 'FAnimNode_DragonTwistArmSolver::physics_root_reference' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, DisplayLineTrace) == 0x00050C, "Member 'FAnimNode_DragonTwistArmSolver::DisplayLineTrace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonTwistArmSolver, Debug_Hand_Locations) == 0x000510, "Member 'FAnimNode_DragonTwistArmSolver::Debug_Hand_Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_WarpLimbsData \ static_assert(alignof(FDragonData_WarpLimbsData) == 0x000004, "Wrong alignment on FDragonData_WarpLimbsData"); \ static_assert(sizeof(FDragonData_WarpLimbsData) == 0x00002C, "Wrong size on FDragonData_WarpLimbsData"); \ static_assert(offsetof(FDragonData_WarpLimbsData, Foot_Bone_Name) == 0x000000, "Member 'FDragonData_WarpLimbsData::Foot_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_WarpLimbsData, Knee_Bone_Name) == 0x000008, "Member 'FDragonData_WarpLimbsData::Knee_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_WarpLimbsData, Thigh_Bone_Name) == 0x000010, "Member 'FDragonData_WarpLimbsData::Thigh_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_WarpLimbsData, Warp_Lift_Reference_Location) == 0x000018, "Member 'FDragonData_WarpLimbsData::Warp_Lift_Reference_Location' has a wrong offset!"); \ static_assert(offsetof(FDragonData_WarpLimbsData, Warp_Param_Adder) == 0x00001C, "Member 'FDragonData_WarpLimbsData::Warp_Param_Adder' has a wrong offset!"); \ static_assert(offsetof(FDragonData_WarpLimbsData, Min_Max_Warp) == 0x000020, "Member 'FDragonData_WarpLimbsData::Min_Max_Warp' has a wrong offset!"); \ static_assert(offsetof(FDragonData_WarpLimbsData, max_extra_compression_height) == 0x000028, "Member 'FDragonData_WarpLimbsData::max_extra_compression_height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_DragonWarpSolver \ static_assert(alignof(FAnimNode_DragonWarpSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonWarpSolver"); \ static_assert(sizeof(FAnimNode_DragonWarpSolver) == 0x000550, "Wrong size on FAnimNode_DragonWarpSolver"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, dragon_limb_input) == 0x0000C8, "Member 'FAnimNode_DragonWarpSolver::dragon_limb_input' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, Hip_Bone_Name) == 0x0000D8, "Member 'FAnimNode_DragonWarpSolver::Hip_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, enable_solver) == 0x000124, "Member 'FAnimNode_DragonWarpSolver::enable_solver' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, character_direction_vector_CS) == 0x000244, "Member 'FAnimNode_DragonWarpSolver::character_direction_vector_CS' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, forward_vector_CS) == 0x000250, "Member 'FAnimNode_DragonWarpSolver::forward_vector_CS' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, speed_warping_const) == 0x00025C, "Member 'FAnimNode_DragonWarpSolver::speed_warping_const' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, enable_slope_warp) == 0x000260, "Member 'FAnimNode_DragonWarpSolver::enable_slope_warp' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, automatic_speed_warping_const) == 0x000264, "Member 'FAnimNode_DragonWarpSolver::automatic_speed_warping_const' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, slope_detection_tolerance) == 0x000268, "Member 'FAnimNode_DragonWarpSolver::slope_detection_tolerance' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, Warp_Slope_Interpolation) == 0x00026C, "Member 'FAnimNode_DragonWarpSolver::Warp_Slope_Interpolation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, Trace_Channel) == 0x0002A0, "Member 'FAnimNode_DragonWarpSolver::Trace_Channel' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, line_trace_downward_height) == 0x0002A4, "Member 'FAnimNode_DragonWarpSolver::line_trace_downward_height' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, line_trace_upper_height) == 0x0002A8, "Member 'FAnimNode_DragonWarpSolver::line_trace_upper_height' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, virtual_leg_width) == 0x0002AC, "Member 'FAnimNode_DragonWarpSolver::virtual_leg_width' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, virtual_scale) == 0x0002B0, "Member 'FAnimNode_DragonWarpSolver::virtual_scale' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, DisplayLineTrace) == 0x0002B8, "Member 'FAnimNode_DragonWarpSolver::DisplayLineTrace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, Limb_Compression_Intensity) == 0x0002BC, "Member 'FAnimNode_DragonWarpSolver::Limb_Compression_Intensity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, Limb_Lifting_Curve) == 0x0002C0, "Member 'FAnimNode_DragonWarpSolver::Limb_Lifting_Curve' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, Hip_Change_Intensity) == 0x000348, "Member 'FAnimNode_DragonWarpSolver::Hip_Change_Intensity' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWarpSolver, Hip_Lifting_Curve) == 0x000350, "Member 'FAnimNode_DragonWarpSolver::Hip_Lifting_Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_DragonWeaponArmSolver \ static_assert(alignof(FAnimNode_DragonWeaponArmSolver) == 0x000010, "Wrong alignment on FAnimNode_DragonWeaponArmSolver"); \ static_assert(sizeof(FAnimNode_DragonWeaponArmSolver) == 0x000620, "Wrong size on FAnimNode_DragonWeaponArmSolver"); \ static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Physweapon_Component_Tag) == 0x000114, "Member 'FAnimNode_DragonWeaponArmSolver::Physweapon_Component_Tag' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Aiming_Hand_Limbs) == 0x000118, "Member 'FAnimNode_DragonWeaponArmSolver::Aiming_Hand_Limbs' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, arm_twist_axis) == 0x00017C, "Member 'FAnimNode_DragonWeaponArmSolver::arm_twist_axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Let_Arm_Twist_With_Hand) == 0x000215, "Member 'FAnimNode_DragonWeaponArmSolver::Let_Arm_Twist_With_Hand' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Enable_Interpolation) == 0x0002B5, "Member 'FAnimNode_DragonWeaponArmSolver::Enable_Interpolation' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Interpolation_Speed) == 0x0002B8, "Member 'FAnimNode_DragonWeaponArmSolver::Interpolation_Speed' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, LookAt_Axis) == 0x000340, "Member 'FAnimNode_DragonWeaponArmSolver::LookAt_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Upward_Axis) == 0x00034C, "Member 'FAnimNode_DragonWeaponArmSolver::Upward_Axis' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, DisplayLineTrace) == 0x000470, "Member 'FAnimNode_DragonWeaponArmSolver::DisplayLineTrace' has a wrong offset!"); \ static_assert(offsetof(FAnimNode_DragonWeaponArmSolver, Debug_Hand_Locations) == 0x000478, "Member 'FAnimNode_DragonWeaponArmSolver::Debug_Hand_Locations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCCDIK_Modified_ChainLink \ static_assert(alignof(FCCDIK_Modified_ChainLink) == 0x000010, "Wrong alignment on FCCDIK_Modified_ChainLink"); \ static_assert(sizeof(FCCDIK_Modified_ChainLink) == 0x000070, "Wrong size on FCCDIK_Modified_ChainLink"); \ #define DUMPER7_ASSERTS_FDragonData_PhysicsHandleMultiplier \ static_assert(alignof(FDragonData_PhysicsHandleMultiplier) == 0x000004, "Wrong alignment on FDragonData_PhysicsHandleMultiplier"); \ static_assert(sizeof(FDragonData_PhysicsHandleMultiplier) == 0x00000C, "Wrong size on FDragonData_PhysicsHandleMultiplier"); \ static_assert(offsetof(FDragonData_PhysicsHandleMultiplier, bone_name) == 0x000000, "Member 'FDragonData_PhysicsHandleMultiplier::bone_name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_PhysicsHandleMultiplier, bone_strength) == 0x000008, "Member 'FDragonData_PhysicsHandleMultiplier::bone_strength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDragonData_PhysicsParentRelationship \ static_assert(alignof(FDragonData_PhysicsParentRelationship) == 0x000004, "Wrong alignment on FDragonData_PhysicsParentRelationship"); \ static_assert(sizeof(FDragonData_PhysicsParentRelationship) == 0x000010, "Wrong size on FDragonData_PhysicsParentRelationship"); \ static_assert(offsetof(FDragonData_PhysicsParentRelationship, child_bone_name) == 0x000000, "Member 'FDragonData_PhysicsParentRelationship::child_bone_name' has a wrong offset!"); \ static_assert(offsetof(FDragonData_PhysicsParentRelationship, parent_bone_name) == 0x000008, "Member 'FDragonData_PhysicsParentRelationship::parent_bone_name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIK_Library_CustomLookRotation \ static_assert(alignof(DragonIK_Library_CustomLookRotation) == 0x000004, "Wrong alignment on DragonIK_Library_CustomLookRotation"); \ static_assert(sizeof(DragonIK_Library_CustomLookRotation) == 0x000024, "Wrong size on DragonIK_Library_CustomLookRotation"); \ static_assert(offsetof(DragonIK_Library_CustomLookRotation, lookAt) == 0x000000, "Member 'DragonIK_Library_CustomLookRotation::lookAt' has a wrong offset!"); \ static_assert(offsetof(DragonIK_Library_CustomLookRotation, upDirection) == 0x00000C, "Member 'DragonIK_Library_CustomLookRotation::upDirection' has a wrong offset!"); \ static_assert(offsetof(DragonIK_Library_CustomLookRotation, ReturnValue) == 0x000018, "Member 'DragonIK_Library_CustomLookRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIK_Library_LookAtRotation_V3 \ static_assert(alignof(DragonIK_Library_LookAtRotation_V3) == 0x000004, "Wrong alignment on DragonIK_Library_LookAtRotation_V3"); \ static_assert(sizeof(DragonIK_Library_LookAtRotation_V3) == 0x000030, "Wrong size on DragonIK_Library_LookAtRotation_V3"); \ static_assert(offsetof(DragonIK_Library_LookAtRotation_V3, Source) == 0x000000, "Member 'DragonIK_Library_LookAtRotation_V3::Source' has a wrong offset!"); \ static_assert(offsetof(DragonIK_Library_LookAtRotation_V3, Target) == 0x00000C, "Member 'DragonIK_Library_LookAtRotation_V3::Target' has a wrong offset!"); \ static_assert(offsetof(DragonIK_Library_LookAtRotation_V3, UpVector) == 0x000018, "Member 'DragonIK_Library_LookAtRotation_V3::UpVector' has a wrong offset!"); \ static_assert(offsetof(DragonIK_Library_LookAtRotation_V3, ReturnValue) == 0x000024, "Member 'DragonIK_Library_LookAtRotation_V3::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIK_Library_LookAtVector_V2 \ static_assert(alignof(DragonIK_Library_LookAtVector_V2) == 0x000004, "Wrong alignment on DragonIK_Library_LookAtVector_V2"); \ static_assert(sizeof(DragonIK_Library_LookAtVector_V2) == 0x000030, "Wrong size on DragonIK_Library_LookAtVector_V2"); \ static_assert(offsetof(DragonIK_Library_LookAtVector_V2, Source_Location) == 0x000000, "Member 'DragonIK_Library_LookAtVector_V2::Source_Location' has a wrong offset!"); \ static_assert(offsetof(DragonIK_Library_LookAtVector_V2, lookAt) == 0x00000C, "Member 'DragonIK_Library_LookAtVector_V2::lookAt' has a wrong offset!"); \ static_assert(offsetof(DragonIK_Library_LookAtVector_V2, upDirection) == 0x000018, "Member 'DragonIK_Library_LookAtVector_V2::upDirection' has a wrong offset!"); \ static_assert(offsetof(DragonIK_Library_LookAtVector_V2, ReturnValue) == 0x000024, "Member 'DragonIK_Library_LookAtVector_V2::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIK_Library_QuatLookXatLocation \ static_assert(alignof(DragonIK_Library_QuatLookXatLocation) == 0x000010, "Wrong alignment on DragonIK_Library_QuatLookXatLocation"); \ static_assert(sizeof(DragonIK_Library_QuatLookXatLocation) == 0x000070, "Wrong size on DragonIK_Library_QuatLookXatLocation"); \ static_assert(offsetof(DragonIK_Library_QuatLookXatLocation, LookAtFromTransform) == 0x000000, "Member 'DragonIK_Library_QuatLookXatLocation::LookAtFromTransform' has a wrong offset!"); \ static_assert(offsetof(DragonIK_Library_QuatLookXatLocation, LookAtTarget) == 0x000030, "Member 'DragonIK_Library_QuatLookXatLocation::LookAtTarget' has a wrong offset!"); \ static_assert(offsetof(DragonIK_Library_QuatLookXatLocation, ReturnValue) == 0x000040, "Member 'DragonIK_Library_QuatLookXatLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDragonIK_Library \ static_assert(alignof(UDragonIK_Library) == 0x000008, "Wrong alignment on UDragonIK_Library"); \ static_assert(sizeof(UDragonIK_Library) == 0x000030, "Wrong size on UDragonIK_Library"); \ #define DUMPER7_ASSERTS_DragonIKFootStepsComponent_CallFootSteps \ static_assert(alignof(DragonIKFootStepsComponent_CallFootSteps) == 0x000010, "Wrong alignment on DragonIKFootStepsComponent_CallFootSteps"); \ static_assert(sizeof(DragonIKFootStepsComponent_CallFootSteps) == 0x0000D0, "Wrong size on DragonIKFootStepsComponent_CallFootSteps"); \ static_assert(offsetof(DragonIKFootStepsComponent_CallFootSteps, bone_name) == 0x000000, "Member 'DragonIKFootStepsComponent_CallFootSteps::bone_name' has a wrong offset!"); \ static_assert(offsetof(DragonIKFootStepsComponent_CallFootSteps, foot_transform) == 0x000010, "Member 'DragonIKFootStepsComponent_CallFootSteps::foot_transform' has a wrong offset!"); \ static_assert(offsetof(DragonIKFootStepsComponent_CallFootSteps, height_difference) == 0x000040, "Member 'DragonIKFootStepsComponent_CallFootSteps::height_difference' has a wrong offset!"); \ static_assert(offsetof(DragonIKFootStepsComponent_CallFootSteps, hit_info) == 0x000044, "Member 'DragonIKFootStepsComponent_CallFootSteps::hit_info' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDragonIKFootStepsComponent \ static_assert(alignof(UDragonIKFootStepsComponent) == 0x000010, "Wrong alignment on UDragonIKFootStepsComponent"); \ static_assert(sizeof(UDragonIKFootStepsComponent) == 0x0001B0, "Wrong size on UDragonIKFootStepsComponent"); \ static_assert(offsetof(UDragonIKFootStepsComponent, OnCharacterFootStep) == 0x0000B8, "Member 'UDragonIKFootStepsComponent::OnCharacterFootStep' has a wrong offset!"); \ static_assert(offsetof(UDragonIKFootStepsComponent, read_this) == 0x000190, "Member 'UDragonIKFootStepsComponent::read_this' has a wrong offset!"); \ static_assert(offsetof(UDragonIKFootStepsComponent, foot_socket) == 0x000198, "Member 'UDragonIKFootStepsComponent::foot_socket' has a wrong offset!"); \ static_assert(offsetof(UDragonIKFootStepsComponent, foot_enter_height) == 0x0001A8, "Member 'UDragonIKFootStepsComponent::foot_enter_height' has a wrong offset!"); \ static_assert(offsetof(UDragonIKFootStepsComponent, foot_exit_height) == 0x0001AC, "Member 'UDragonIKFootStepsComponent::foot_exit_height' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Control_Bone_Handle \ static_assert(alignof(DragonIKPhysicsComponent_Control_Bone_Handle) == 0x000010, "Wrong alignment on DragonIKPhysicsComponent_Control_Bone_Handle"); \ static_assert(sizeof(DragonIKPhysicsComponent_Control_Bone_Handle) == 0x000050, "Wrong size on DragonIKPhysicsComponent_Control_Bone_Handle"); \ static_assert(offsetof(DragonIKPhysicsComponent_Control_Bone_Handle, bone_name) == 0x000000, "Member 'DragonIKPhysicsComponent_Control_Bone_Handle::bone_name' has a wrong offset!"); \ static_assert(offsetof(DragonIKPhysicsComponent_Control_Bone_Handle, override_transform) == 0x000010, "Member 'DragonIKPhysicsComponent_Control_Bone_Handle::override_transform' has a wrong offset!"); \ static_assert(offsetof(DragonIKPhysicsComponent_Control_Bone_Handle, Enable) == 0x000040, "Member 'DragonIKPhysicsComponent_Control_Bone_Handle::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKPhysicsComponent_FirstTimeInitialization \ static_assert(alignof(DragonIKPhysicsComponent_FirstTimeInitialization) == 0x000008, "Wrong alignment on DragonIKPhysicsComponent_FirstTimeInitialization"); \ static_assert(sizeof(DragonIKPhysicsComponent_FirstTimeInitialization) == 0x000008, "Wrong size on DragonIKPhysicsComponent_FirstTimeInitialization"); \ static_assert(offsetof(DragonIKPhysicsComponent_FirstTimeInitialization, skeleton_input) == 0x000000, "Member 'DragonIKPhysicsComponent_FirstTimeInitialization::skeleton_input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKPhysicsComponent_Modify_Reset_Bone_Info \ static_assert(alignof(DragonIKPhysicsComponent_Modify_Reset_Bone_Info) == 0x000008, "Wrong alignment on DragonIKPhysicsComponent_Modify_Reset_Bone_Info"); \ static_assert(sizeof(DragonIKPhysicsComponent_Modify_Reset_Bone_Info) == 0x000010, "Wrong size on DragonIKPhysicsComponent_Modify_Reset_Bone_Info"); \ static_assert(offsetof(DragonIKPhysicsComponent_Modify_Reset_Bone_Info, bone_list) == 0x000000, "Member 'DragonIKPhysicsComponent_Modify_Reset_Bone_Info::bone_list' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKPhysicsComponent_OnHitCallback \ static_assert(alignof(DragonIKPhysicsComponent_OnHitCallback) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_OnHitCallback"); \ static_assert(sizeof(DragonIKPhysicsComponent_OnHitCallback) == 0x0000B0, "Wrong size on DragonIKPhysicsComponent_OnHitCallback"); \ static_assert(offsetof(DragonIKPhysicsComponent_OnHitCallback, Hit) == 0x000000, "Member 'DragonIKPhysicsComponent_OnHitCallback::Hit' has a wrong offset!"); \ static_assert(offsetof(DragonIKPhysicsComponent_OnHitCallback, Optional_Override_Hit_Bone_Name) == 0x000088, "Member 'DragonIKPhysicsComponent_OnHitCallback::Optional_Override_Hit_Bone_Name' has a wrong offset!"); \ static_assert(offsetof(DragonIKPhysicsComponent_OnHitCallback, hit_location) == 0x000090, "Member 'DragonIKPhysicsComponent_OnHitCallback::hit_location' has a wrong offset!"); \ static_assert(offsetof(DragonIKPhysicsComponent_OnHitCallback, hit_impulse_direction) == 0x00009C, "Member 'DragonIKPhysicsComponent_OnHitCallback::hit_impulse_direction' has a wrong offset!"); \ static_assert(offsetof(DragonIKPhysicsComponent_OnHitCallback, hit_bone_name) == 0x0000A8, "Member 'DragonIKPhysicsComponent_OnHitCallback::hit_bone_name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKPhysicsComponent_PerformActiveRagdoll \ static_assert(alignof(DragonIKPhysicsComponent_PerformActiveRagdoll) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_PerformActiveRagdoll"); \ static_assert(sizeof(DragonIKPhysicsComponent_PerformActiveRagdoll) == 0x000004, "Wrong size on DragonIKPhysicsComponent_PerformActiveRagdoll"); \ static_assert(offsetof(DragonIKPhysicsComponent_PerformActiveRagdoll, pelvis_mass_override) == 0x000000, "Member 'DragonIKPhysicsComponent_PerformActiveRagdoll::pelvis_mass_override' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKPhysicsComponent_ReGrabAllHandles \ static_assert(alignof(DragonIKPhysicsComponent_ReGrabAllHandles) == 0x000001, "Wrong alignment on DragonIKPhysicsComponent_ReGrabAllHandles"); \ static_assert(sizeof(DragonIKPhysicsComponent_ReGrabAllHandles) == 0x000001, "Wrong size on DragonIKPhysicsComponent_ReGrabAllHandles"); \ static_assert(offsetof(DragonIKPhysicsComponent_ReGrabAllHandles, exit_ragdoll) == 0x000000, "Member 'DragonIKPhysicsComponent_ReGrabAllHandles::exit_ragdoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKPhysicsComponent_ReleaseAllHandles \ static_assert(alignof(DragonIKPhysicsComponent_ReleaseAllHandles) == 0x000001, "Wrong alignment on DragonIKPhysicsComponent_ReleaseAllHandles"); \ static_assert(sizeof(DragonIKPhysicsComponent_ReleaseAllHandles) == 0x000001, "Wrong size on DragonIKPhysicsComponent_ReleaseAllHandles"); \ static_assert(offsetof(DragonIKPhysicsComponent_ReleaseAllHandles, go_ragdoll) == 0x000000, "Member 'DragonIKPhysicsComponent_ReleaseAllHandles::go_ragdoll' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKPhysicsComponent_SetInterpolation \ static_assert(alignof(DragonIKPhysicsComponent_SetInterpolation) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_SetInterpolation"); \ static_assert(sizeof(DragonIKPhysicsComponent_SetInterpolation) == 0x000004, "Wrong size on DragonIKPhysicsComponent_SetInterpolation"); \ static_assert(offsetof(DragonIKPhysicsComponent_SetInterpolation, inter_value) == 0x000000, "Member 'DragonIKPhysicsComponent_SetInterpolation::inter_value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKPhysicsComponent_UpdatePhysanimData \ static_assert(alignof(DragonIKPhysicsComponent_UpdatePhysanimData) == 0x000004, "Wrong alignment on DragonIKPhysicsComponent_UpdatePhysanimData"); \ static_assert(sizeof(DragonIKPhysicsComponent_UpdatePhysanimData) == 0x000010, "Wrong size on DragonIKPhysicsComponent_UpdatePhysanimData"); \ static_assert(offsetof(DragonIKPhysicsComponent_UpdatePhysanimData, LinearStrength) == 0x000000, "Member 'DragonIKPhysicsComponent_UpdatePhysanimData::LinearStrength' has a wrong offset!"); \ static_assert(offsetof(DragonIKPhysicsComponent_UpdatePhysanimData, AngularStrength) == 0x000004, "Member 'DragonIKPhysicsComponent_UpdatePhysanimData::AngularStrength' has a wrong offset!"); \ static_assert(offsetof(DragonIKPhysicsComponent_UpdatePhysanimData, LinearDamp) == 0x000008, "Member 'DragonIKPhysicsComponent_UpdatePhysanimData::LinearDamp' has a wrong offset!"); \ static_assert(offsetof(DragonIKPhysicsComponent_UpdatePhysanimData, AngularDamp) == 0x00000C, "Member 'DragonIKPhysicsComponent_UpdatePhysanimData::AngularDamp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDragonIKPhysicsComponent \ static_assert(alignof(UDragonIKPhysicsComponent) == 0x000010, "Wrong alignment on UDragonIKPhysicsComponent"); \ static_assert(sizeof(UDragonIKPhysicsComponent) == 0x0003E0, "Wrong size on UDragonIKPhysicsComponent"); \ static_assert(offsetof(UDragonIKPhysicsComponent, physanim_tag_index) == 0x0000D8, "Member 'UDragonIKPhysicsComponent::physanim_tag_index' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Custom_Root_Bone) == 0x0000DC, "Member 'UDragonIKPhysicsComponent::Custom_Root_Bone' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, individual_bone_selection) == 0x0000E8, "Member 'UDragonIKPhysicsComponent::individual_bone_selection' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Influence_Stopping_Bones) == 0x000118, "Member 'UDragonIKPhysicsComponent::Influence_Stopping_Bones' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Override_Handle_Strength_Multiplier) == 0x000128, "Member 'UDragonIKPhysicsComponent::Override_Handle_Strength_Multiplier' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Linear_Strength) == 0x000168, "Member 'UDragonIKPhysicsComponent::Linear_Strength' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Angular_Strength) == 0x00016C, "Member 'UDragonIKPhysicsComponent::Angular_Strength' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Linear_Damp) == 0x000170, "Member 'UDragonIKPhysicsComponent::Linear_Damp' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Angular_Damp) == 0x000174, "Member 'UDragonIKPhysicsComponent::Angular_Damp' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Interpolation_Speed) == 0x000178, "Member 'UDragonIKPhysicsComponent::Interpolation_Speed' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, parent_child_ragdoll_state) == 0x00017C, "Member 'UDragonIKPhysicsComponent::parent_child_ragdoll_state' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Parent_Child_Connection_Array) == 0x000180, "Member 'UDragonIKPhysicsComponent::Parent_Child_Connection_Array' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, use_auto_blending_logic) == 0x0001D0, "Member 'UDragonIKPhysicsComponent::use_auto_blending_logic' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Autoblendalpha) == 0x0001D4, "Member 'UDragonIKPhysicsComponent::Autoblendalpha' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, modify_physics_states) == 0x0001D9, "Member 'UDragonIKPhysicsComponent::modify_physics_states' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Hit_Enable_Speed) == 0x0001DC, "Member 'UDragonIKPhysicsComponent::Hit_Enable_Speed' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Hit_Disable_Speed) == 0x0001E0, "Member 'UDragonIKPhysicsComponent::Hit_Disable_Speed' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, hit_delay_time) == 0x0001E4, "Member 'UDragonIKPhysicsComponent::hit_delay_time' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, Physanim_Enter_Curve) == 0x0001F0, "Member 'UDragonIKPhysicsComponent::Physanim_Enter_Curve' has a wrong offset!"); \ static_assert(offsetof(UDragonIKPhysicsComponent, blend_to_zero) == 0x000278, "Member 'UDragonIKPhysicsComponent::blend_to_zero' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADragonIKPhysicsHolder \ static_assert(alignof(ADragonIKPhysicsHolder) == 0x000008, "Wrong alignment on ADragonIKPhysicsHolder"); \ static_assert(sizeof(ADragonIKPhysicsHolder) == 0x000248, "Wrong size on ADragonIKPhysicsHolder"); \ static_assert(offsetof(ADragonIKPhysicsHolder, connected_actor) == 0x000240, "Member 'ADragonIKPhysicsHolder::connected_actor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Attach_Hand_Only \ static_assert(alignof(DragonIKWeaponPhysicsComponent_Attach_Hand_Only) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Attach_Hand_Only"); \ static_assert(sizeof(DragonIKWeaponPhysicsComponent_Attach_Hand_Only) == 0x00000C, "Wrong size on DragonIKWeaponPhysicsComponent_Attach_Hand_Only"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Attach_Hand_Only, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Attach_Hand_Only::hand_bone' has a wrong offset!"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Attach_Hand_Only, arm_position_recalibrate) == 0x000008, "Member 'DragonIKWeaponPhysicsComponent_Attach_Hand_Only::arm_position_recalibrate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_FirstTimeInitialization \ static_assert(alignof(DragonIKWeaponPhysicsComponent_FirstTimeInitialization) == 0x000008, "Wrong alignment on DragonIKWeaponPhysicsComponent_FirstTimeInitialization"); \ static_assert(sizeof(DragonIKWeaponPhysicsComponent_FirstTimeInitialization) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_FirstTimeInitialization"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_FirstTimeInitialization, skeleton_input) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_FirstTimeInitialization::skeleton_input' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function \ static_assert(alignof(DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function"); \ static_assert(sizeof(DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Freeze_Elbows_Function::hand_bone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Grab_Weapon \ static_assert(alignof(DragonIKWeaponPhysicsComponent_Grab_Weapon) == 0x000008, "Wrong alignment on DragonIKWeaponPhysicsComponent_Grab_Weapon"); \ static_assert(sizeof(DragonIKWeaponPhysicsComponent_Grab_Weapon) == 0x000018, "Wrong size on DragonIKWeaponPhysicsComponent_Grab_Weapon"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Grab_Weapon, weapon_mesh_input) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Grab_Weapon::weapon_mesh_input' has a wrong offset!"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Grab_Weapon, grabbed_bone) == 0x000008, "Member 'DragonIKWeaponPhysicsComponent_Grab_Weapon::grabbed_bone' has a wrong offset!"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Grab_Weapon, simulate_physics) == 0x000010, "Member 'DragonIKWeaponPhysicsComponent_Grab_Weapon::simulate_physics' has a wrong offset!"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Grab_Weapon, use_gravity) == 0x000011, "Member 'DragonIKWeaponPhysicsComponent_Grab_Weapon::use_gravity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Release_Hand_Only \ static_assert(alignof(DragonIKWeaponPhysicsComponent_Release_Hand_Only) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Release_Hand_Only"); \ static_assert(sizeof(DragonIKWeaponPhysicsComponent_Release_Hand_Only) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Release_Hand_Only"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Hand_Only, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Release_Hand_Only::hand_bone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override \ static_assert(alignof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override) == 0x000010, "Wrong alignment on DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override"); \ static_assert(sizeof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override) == 0x000050, "Wrong size on DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override::hand_bone' has a wrong offset!"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override, hand_transform) == 0x000010, "Member 'DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override::hand_transform' has a wrong offset!"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override, override_hand_location) == 0x000040, "Member 'DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override::override_hand_location' has a wrong offset!"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override, Override_Hand_Rotation) == 0x000041, "Member 'DragonIKWeaponPhysicsComponent_Release_Hand_Plus_Override::Override_Hand_Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Release_Weapon \ static_assert(alignof(DragonIKWeaponPhysicsComponent_Release_Weapon) == 0x000001, "Wrong alignment on DragonIKWeaponPhysicsComponent_Release_Weapon"); \ static_assert(sizeof(DragonIKWeaponPhysicsComponent_Release_Weapon) == 0x000003, "Wrong size on DragonIKWeaponPhysicsComponent_Release_Weapon"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Weapon, should_simulatephysics) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Release_Weapon::should_simulatephysics' has a wrong offset!"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Weapon, use_gravity) == 0x000001, "Member 'DragonIKWeaponPhysicsComponent_Release_Weapon::use_gravity' has a wrong offset!"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Release_Weapon, bKeep_Attachment) == 0x000002, "Member 'DragonIKWeaponPhysicsComponent_Release_Weapon::bKeep_Attachment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function \ static_assert(alignof(DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function) == 0x000004, "Wrong alignment on DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function"); \ static_assert(sizeof(DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function) == 0x000008, "Wrong size on DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function, hand_bone) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Unfreeze_Elbows_Function::hand_bone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DragonIKWeaponPhysicsComponent_Weapon_Transform_Override \ static_assert(alignof(DragonIKWeaponPhysicsComponent_Weapon_Transform_Override) == 0x000010, "Wrong alignment on DragonIKWeaponPhysicsComponent_Weapon_Transform_Override"); \ static_assert(sizeof(DragonIKWeaponPhysicsComponent_Weapon_Transform_Override) == 0x000040, "Wrong size on DragonIKWeaponPhysicsComponent_Weapon_Transform_Override"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Weapon_Transform_Override, Weapon_Transform) == 0x000000, "Member 'DragonIKWeaponPhysicsComponent_Weapon_Transform_Override::Weapon_Transform' has a wrong offset!"); \ static_assert(offsetof(DragonIKWeaponPhysicsComponent_Weapon_Transform_Override, bShould_Override_Weapon_Transform) == 0x000030, "Member 'DragonIKWeaponPhysicsComponent_Weapon_Transform_Override::bShould_Override_Weapon_Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDragonIKWeaponPhysicsComponent \ static_assert(alignof(UDragonIKWeaponPhysicsComponent) == 0x000008, "Wrong alignment on UDragonIKWeaponPhysicsComponent"); \ static_assert(sizeof(UDragonIKWeaponPhysicsComponent) == 0x000370, "Wrong size on UDragonIKWeaponPhysicsComponent"); \ static_assert(offsetof(UDragonIKWeaponPhysicsComponent, read_this) == 0x0002F8, "Member 'UDragonIKWeaponPhysicsComponent::read_this' has a wrong offset!"); \ static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Max_Arm_Length_Percent) == 0x000300, "Member 'UDragonIKWeaponPhysicsComponent::Max_Arm_Length_Percent' has a wrong offset!"); \ static_assert(offsetof(UDragonIKWeaponPhysicsComponent, physanim_tag_index) == 0x000304, "Member 'UDragonIKWeaponPhysicsComponent::physanim_tag_index' has a wrong offset!"); \ static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Linear_Strength) == 0x000308, "Member 'UDragonIKWeaponPhysicsComponent::Linear_Strength' has a wrong offset!"); \ static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Angular_Strength) == 0x00030C, "Member 'UDragonIKWeaponPhysicsComponent::Angular_Strength' has a wrong offset!"); \ static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Linear_Damp) == 0x000310, "Member 'UDragonIKWeaponPhysicsComponent::Linear_Damp' has a wrong offset!"); \ static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Angular_Damp) == 0x000314, "Member 'UDragonIKWeaponPhysicsComponent::Angular_Damp' has a wrong offset!"); \ static_assert(offsetof(UDragonIKWeaponPhysicsComponent, Interpolation_Speed) == 0x000318, "Member 'UDragonIKWeaponPhysicsComponent::Interpolation_Speed' has a wrong offset!"); \ static_assert(offsetof(UDragonIKWeaponPhysicsComponent, unfreeze_speed) == 0x00031C, "Member 'UDragonIKWeaponPhysicsComponent::unfreeze_speed' has a wrong offset!"); \ static_assert(offsetof(UDragonIKWeaponPhysicsComponent, is_grabbing) == 0x000320, "Member 'UDragonIKWeaponPhysicsComponent::is_grabbing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFSR2Settings \ static_assert(alignof(UFSR2Settings) == 0x000008, "Wrong alignment on UFSR2Settings"); \ static_assert(sizeof(UFSR2Settings) == 0x000090, "Wrong size on UFSR2Settings"); \ static_assert(offsetof(UFSR2Settings, bEnabled) == 0x000038, "Member 'UFSR2Settings::bEnabled' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, AutoExposure) == 0x000039, "Member 'UFSR2Settings::AutoExposure' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, EnabledInEditorViewport) == 0x00003A, "Member 'UFSR2Settings::EnabledInEditorViewport' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, UseSSRExperimentalDenoiser) == 0x00003B, "Member 'UFSR2Settings::UseSSRExperimentalDenoiser' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, UseNativeDX12) == 0x00003C, "Member 'UFSR2Settings::UseNativeDX12' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, UseNativeVulkan) == 0x00003D, "Member 'UFSR2Settings::UseNativeVulkan' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, QualityMode) == 0x000040, "Member 'UFSR2Settings::QualityMode' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, HistoryFormat) == 0x000044, "Member 'UFSR2Settings::HistoryFormat' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, DeDither) == 0x000048, "Member 'UFSR2Settings::DeDither' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, Sharpness) == 0x00004C, "Member 'UFSR2Settings::Sharpness' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, AdjustMipBias) == 0x000050, "Member 'UFSR2Settings::AdjustMipBias' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, ReactiveMask) == 0x000051, "Member 'UFSR2Settings::ReactiveMask' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, ForceVertexDeformationOutputsVelocity) == 0x000052, "Member 'UFSR2Settings::ForceVertexDeformationOutputsVelocity' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, ForceLandscapeHISMMobility) == 0x000054, "Member 'UFSR2Settings::ForceLandscapeHISMMobility' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, ReflectionScale) == 0x000058, "Member 'UFSR2Settings::ReflectionScale' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, ReflectionLuminanceBias) == 0x00005C, "Member 'UFSR2Settings::ReflectionLuminanceBias' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, RoughnessScale) == 0x000060, "Member 'UFSR2Settings::RoughnessScale' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, RoughnessBias) == 0x000064, "Member 'UFSR2Settings::RoughnessBias' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, RoughnessMaxDistance) == 0x000068, "Member 'UFSR2Settings::RoughnessMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, ReactiveMaskRoughnessForceMaxDistance) == 0x00006C, "Member 'UFSR2Settings::ReactiveMaskRoughnessForceMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, TranslucencyBias) == 0x000070, "Member 'UFSR2Settings::TranslucencyBias' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, TranslucencyLuminanceBias) == 0x000074, "Member 'UFSR2Settings::TranslucencyLuminanceBias' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, TranslucencyMaxDistance) == 0x000078, "Member 'UFSR2Settings::TranslucencyMaxDistance' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, PreDOFTranslucencyScale) == 0x00007C, "Member 'UFSR2Settings::PreDOFTranslucencyScale' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, PreDOFTranslucencyMax) == 0x000080, "Member 'UFSR2Settings::PreDOFTranslucencyMax' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, ReactiveShadingModelID) == 0x000081, "Member 'UFSR2Settings::ReactiveShadingModelID' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, ForceReactiveMaterialValue) == 0x000084, "Member 'UFSR2Settings::ForceReactiveMaterialValue' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, ReactiveHistoryTranslucencyBias) == 0x000088, "Member 'UFSR2Settings::ReactiveHistoryTranslucencyBias' has a wrong offset!"); \ static_assert(offsetof(UFSR2Settings, ReactiveHistoryTranslucencyLumaBias) == 0x00008C, "Member 'UFSR2Settings::ReactiveHistoryTranslucencyLumaBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHandlerComponentFactory \ static_assert(alignof(UHandlerComponentFactory) == 0x000008, "Wrong alignment on UHandlerComponentFactory"); \ static_assert(sizeof(UHandlerComponentFactory) == 0x000028, "Wrong size on UHandlerComponentFactory"); \ #define DUMPER7_ASSERTS_UPacketHandlerProfileConfig \ static_assert(alignof(UPacketHandlerProfileConfig) == 0x000008, "Wrong alignment on UPacketHandlerProfileConfig"); \ static_assert(sizeof(UPacketHandlerProfileConfig) == 0x000038, "Wrong size on UPacketHandlerProfileConfig"); \ static_assert(offsetof(UPacketHandlerProfileConfig, Components) == 0x000028, "Member 'UPacketHandlerProfileConfig::Components' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMPCP_Chladni_Active_C \ static_assert(alignof(UMPCP_Chladni_Active_C) == 0x000008, "Wrong alignment on UMPCP_Chladni_Active_C"); \ static_assert(sizeof(UMPCP_Chladni_Active_C) == 0x0000D0, "Wrong size on UMPCP_Chladni_Active_C"); \ #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_USteamNetDriver \ static_assert(alignof(USteamNetDriver) == 0x000008, "Wrong alignment on USteamNetDriver"); \ static_assert(sizeof(USteamNetDriver) == 0x0007D8, "Wrong size on USteamNetDriver"); \ #define DUMPER7_ASSERTS_FEOAIAnimTurnParameters \ static_assert(alignof(FEOAIAnimTurnParameters) == 0x000008, "Wrong alignment on FEOAIAnimTurnParameters"); \ static_assert(sizeof(FEOAIAnimTurnParameters) == 0x000018, "Wrong size on FEOAIAnimTurnParameters"); \ static_assert(offsetof(FEOAIAnimTurnParameters, TurnType) == 0x000000, "Member 'FEOAIAnimTurnParameters::TurnType' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurnParameters, TurnTime) == 0x000004, "Member 'FEOAIAnimTurnParameters::TurnTime' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurnParameters, MinNoTurnAngle) == 0x000008, "Member 'FEOAIAnimTurnParameters::MinNoTurnAngle' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurnParameters, MinNoAnimAngle) == 0x00000C, "Member 'FEOAIAnimTurnParameters::MinNoAnimAngle' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurnParameters, TurnDataAsset) == 0x000010, "Member 'FEOAIAnimTurnParameters::TurnDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOAIAnimTurn \ static_assert(alignof(FEOAIAnimTurn) == 0x000008, "Wrong alignment on FEOAIAnimTurn"); \ static_assert(sizeof(FEOAIAnimTurn) == 0x0000D8, "Wrong size on FEOAIAnimTurn"); \ static_assert(offsetof(FEOAIAnimTurn, ObjectOwner) == 0x000000, "Member 'FEOAIAnimTurn::ObjectOwner' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurn, AICOwner) == 0x000008, "Member 'FEOAIAnimTurn::AICOwner' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurn, CharacterOwner) == 0x000010, "Member 'FEOAIAnimTurn::CharacterOwner' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurn, CharacterMovement) == 0x000018, "Member 'FEOAIAnimTurn::CharacterMovement' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurn, SkelMesh) == 0x000020, "Member 'FEOAIAnimTurn::SkelMesh' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurn, TurnAnim) == 0x000028, "Member 'FEOAIAnimTurn::TurnAnim' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurn, TargetActor) == 0x000030, "Member 'FEOAIAnimTurn::TargetActor' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurn, TargetLocation) == 0x000038, "Member 'FEOAIAnimTurn::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurn, TurnTime) == 0x000044, "Member 'FEOAIAnimTurn::TurnTime' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurn, TurnParams) == 0x000048, "Member 'FEOAIAnimTurn::TurnParams' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurn, TurnData) == 0x000060, "Member 'FEOAIAnimTurn::TurnData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEOAIAnimTurnAnimEntry \ static_assert(alignof(FEOAIAnimTurnAnimEntry) == 0x000008, "Wrong alignment on FEOAIAnimTurnAnimEntry"); \ static_assert(sizeof(FEOAIAnimTurnAnimEntry) == 0x000010, "Wrong size on FEOAIAnimTurnAnimEntry"); \ static_assert(offsetof(FEOAIAnimTurnAnimEntry, PlayRate) == 0x000000, "Member 'FEOAIAnimTurnAnimEntry::PlayRate' has a wrong offset!"); \ static_assert(offsetof(FEOAIAnimTurnAnimEntry, Montage) == 0x000008, "Member 'FEOAIAnimTurnAnimEntry::Montage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSquad \ static_assert(alignof(FSquad) == 0x000008, "Wrong alignment on FSquad"); \ static_assert(sizeof(FSquad) == 0x000010, "Wrong size on FSquad"); \ #define DUMPER7_ASSERTS_AEOAIDestinationPoint \ static_assert(alignof(AEOAIDestinationPoint) == 0x000008, "Wrong alignment on AEOAIDestinationPoint"); \ static_assert(sizeof(AEOAIDestinationPoint) == 0x000230, "Wrong size on AEOAIDestinationPoint"); \ #define DUMPER7_ASSERTS_UEOAIAnimTurnDataAsset \ static_assert(alignof(UEOAIAnimTurnDataAsset) == 0x000008, "Wrong alignment on UEOAIAnimTurnDataAsset"); \ static_assert(sizeof(UEOAIAnimTurnDataAsset) == 0x0000B0, "Wrong size on UEOAIAnimTurnDataAsset"); \ static_assert(offsetof(UEOAIAnimTurnDataAsset, Anim_Left45) == 0x000030, "Member 'UEOAIAnimTurnDataAsset::Anim_Left45' has a wrong offset!"); \ static_assert(offsetof(UEOAIAnimTurnDataAsset, Anim_Left90) == 0x000040, "Member 'UEOAIAnimTurnDataAsset::Anim_Left90' has a wrong offset!"); \ static_assert(offsetof(UEOAIAnimTurnDataAsset, Anim_Left135) == 0x000050, "Member 'UEOAIAnimTurnDataAsset::Anim_Left135' has a wrong offset!"); \ static_assert(offsetof(UEOAIAnimTurnDataAsset, Anim_Left180) == 0x000060, "Member 'UEOAIAnimTurnDataAsset::Anim_Left180' has a wrong offset!"); \ static_assert(offsetof(UEOAIAnimTurnDataAsset, Anim_Right45) == 0x000070, "Member 'UEOAIAnimTurnDataAsset::Anim_Right45' has a wrong offset!"); \ static_assert(offsetof(UEOAIAnimTurnDataAsset, Anim_Right90) == 0x000080, "Member 'UEOAIAnimTurnDataAsset::Anim_Right90' has a wrong offset!"); \ static_assert(offsetof(UEOAIAnimTurnDataAsset, Anim_Right135) == 0x000090, "Member 'UEOAIAnimTurnDataAsset::Anim_Right135' has a wrong offset!"); \ static_assert(offsetof(UEOAIAnimTurnDataAsset, Anim_Right180) == 0x0000A0, "Member 'UEOAIAnimTurnDataAsset::Anim_Right180' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints \ static_assert(alignof(EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints) == 0x000008, "Wrong alignment on EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints"); \ static_assert(sizeof(EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints) == 0x000050, "Wrong size on EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints, PointsToTest) == 0x000000, "Member 'EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints::PointsToTest' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints, SourcePoint) == 0x000010, "Member 'EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints::SourcePoint' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints, SourceDirection) == 0x00001C, "Member 'EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints::SourceDirection' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints, FrontRadius) == 0x000028, "Member 'EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints::FrontRadius' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints, RearRadius) == 0x00002C, "Member 'EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints::RearRadius' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints, InstigatorLocation) == 0x000030, "Member 'EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints::InstigatorLocation' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints, OutResults) == 0x000040, "Member 'EOAIEQTest_DirectedExclusionRadius_GetDirectedRadiusPoints::OutResults' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius \ static_assert(alignof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius) == 0x000004, "Wrong alignment on EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius"); \ static_assert(sizeof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius) == 0x00003C, "Wrong size on EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius, PointToTest) == 0x000000, "Member 'EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius::PointToTest' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius, SourcePoint) == 0x00000C, "Member 'EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius::SourcePoint' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius, SourceDirection) == 0x000018, "Member 'EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius::SourceDirection' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius, FrontRadius) == 0x000024, "Member 'EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius::FrontRadius' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius, RearRadius) == 0x000028, "Member 'EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius::RearRadius' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius, InstigatorLocation) == 0x00002C, "Member 'EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius::InstigatorLocation' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius, ReturnValue) == 0x000038, "Member 'EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromDirectedRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius \ static_assert(alignof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius) == 0x000004, "Wrong alignment on EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius"); \ static_assert(sizeof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius) == 0x000020, "Wrong size on EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius, PointToTest) == 0x000000, "Member 'EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius::PointToTest' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius, SourcePoint) == 0x00000C, "Member 'EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius::SourcePoint' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius, SourceRadius) == 0x000018, "Member 'EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius, ReturnValue) == 0x00001C, "Member 'EOAIEQTest_DirectedExclusionRadius_IsPointExcludedFromRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAIEQTest_DirectedExclusionRadius \ static_assert(alignof(UEOAIEQTest_DirectedExclusionRadius) == 0x000008, "Wrong alignment on UEOAIEQTest_DirectedExclusionRadius"); \ static_assert(sizeof(UEOAIEQTest_DirectedExclusionRadius) == 0x0002E8, "Wrong size on UEOAIEQTest_DirectedExclusionRadius"); \ static_assert(offsetof(UEOAIEQTest_DirectedExclusionRadius, BoolValueDoTest) == 0x0001F8, "Member 'UEOAIEQTest_DirectedExclusionRadius::BoolValueDoTest' has a wrong offset!"); \ static_assert(offsetof(UEOAIEQTest_DirectedExclusionRadius, BoolValueFrontRadiusExlusionOnly) == 0x000230, "Member 'UEOAIEQTest_DirectedExclusionRadius::BoolValueFrontRadiusExlusionOnly' has a wrong offset!"); \ static_assert(offsetof(UEOAIEQTest_DirectedExclusionRadius, FloatValueFrontExclusionRadius) == 0x000268, "Member 'UEOAIEQTest_DirectedExclusionRadius::FloatValueFrontExclusionRadius' has a wrong offset!"); \ static_assert(offsetof(UEOAIEQTest_DirectedExclusionRadius, FloatValueRearExclusionRadius) == 0x0002A0, "Member 'UEOAIEQTest_DirectedExclusionRadius::FloatValueRearExclusionRadius' has a wrong offset!"); \ static_assert(offsetof(UEOAIEQTest_DirectedExclusionRadius, Direction) == 0x0002D8, "Member 'UEOAIEQTest_DirectedExclusionRadius::Direction' has a wrong offset!"); \ static_assert(offsetof(UEOAIEQTest_DirectedExclusionRadius, SourceLocation) == 0x0002E0, "Member 'UEOAIEQTest_DirectedExclusionRadius::SourceLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAIBaseAIMeterObject \ static_assert(alignof(UEOAIBaseAIMeterObject) == 0x000008, "Wrong alignment on UEOAIBaseAIMeterObject"); \ static_assert(sizeof(UEOAIBaseAIMeterObject) == 0x000028, "Wrong size on UEOAIBaseAIMeterObject"); \ #define DUMPER7_ASSERTS_UEOAIBaseAnimInstance \ static_assert(alignof(UEOAIBaseAnimInstance) == 0x000010, "Wrong alignment on UEOAIBaseAnimInstance"); \ static_assert(sizeof(UEOAIBaseAnimInstance) == 0x0002C0, "Wrong size on UEOAIBaseAnimInstance"); \ #define DUMPER7_ASSERTS_UEOAIEQCtx_RotatorItemTypeBase \ static_assert(alignof(UEOAIEQCtx_RotatorItemTypeBase) == 0x000008, "Wrong alignment on UEOAIEQCtx_RotatorItemTypeBase"); \ static_assert(sizeof(UEOAIEQCtx_RotatorItemTypeBase) == 0x000028, "Wrong size on UEOAIEQCtx_RotatorItemTypeBase"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_AIPerceptionUpdate \ static_assert(alignof(EOAIBlueprintLibrary_AIPerceptionUpdate) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_AIPerceptionUpdate"); \ static_assert(sizeof(EOAIBlueprintLibrary_AIPerceptionUpdate) == 0x000010, "Wrong size on EOAIBlueprintLibrary_AIPerceptionUpdate"); \ static_assert(offsetof(EOAIBlueprintLibrary_AIPerceptionUpdate, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_AIPerceptionUpdate::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_AIPerceptionUpdate, ReturnValue) == 0x000008, "Member 'EOAIBlueprintLibrary_AIPerceptionUpdate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_AIStimulusToString \ static_assert(alignof(EOAIBlueprintLibrary_AIStimulusToString) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_AIStimulusToString"); \ static_assert(sizeof(EOAIBlueprintLibrary_AIStimulusToString) == 0x000050, "Wrong size on EOAIBlueprintLibrary_AIStimulusToString"); \ static_assert(offsetof(EOAIBlueprintLibrary_AIStimulusToString, AIStimulus) == 0x000000, "Member 'EOAIBlueprintLibrary_AIStimulusToString::AIStimulus' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_AIStimulusToString, ReturnValue) == 0x000040, "Member 'EOAIBlueprintLibrary_AIStimulusToString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization \ static_assert(alignof(EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization"); \ static_assert(sizeof(EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization) == 0x000028, "Wrong size on EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization, WorldContextObject) == 0x000000, "Member 'EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization, PerceptionComponent) == 0x000008, "Member 'EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization, ConeColor) == 0x000010, "Member 'EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization::ConeColor' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization, ConeLineThickness) == 0x000020, "Member 'EOAIBlueprintLibrary_DrawAIPerceptionLOSVisualization::ConeLineThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_DrawLOSVisualization \ static_assert(alignof(EOAIBlueprintLibrary_DrawLOSVisualization) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_DrawLOSVisualization"); \ static_assert(sizeof(EOAIBlueprintLibrary_DrawLOSVisualization) == 0x000048, "Wrong size on EOAIBlueprintLibrary_DrawLOSVisualization"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawLOSVisualization, WorldContextObject) == 0x000000, "Member 'EOAIBlueprintLibrary_DrawLOSVisualization::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawLOSVisualization, Location) == 0x000008, "Member 'EOAIBlueprintLibrary_DrawLOSVisualization::Location' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawLOSVisualization, Direction) == 0x000014, "Member 'EOAIBlueprintLibrary_DrawLOSVisualization::Direction' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawLOSVisualization, PeripheralVisionAngleDegrees) == 0x000020, "Member 'EOAIBlueprintLibrary_DrawLOSVisualization::PeripheralVisionAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawLOSVisualization, SightRadius) == 0x000024, "Member 'EOAIBlueprintLibrary_DrawLOSVisualization::SightRadius' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawLOSVisualization, NearClippingRadius) == 0x000028, "Member 'EOAIBlueprintLibrary_DrawLOSVisualization::NearClippingRadius' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawLOSVisualization, PointOfViewBackwardOffset) == 0x00002C, "Member 'EOAIBlueprintLibrary_DrawLOSVisualization::PointOfViewBackwardOffset' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawLOSVisualization, ConeColor) == 0x000030, "Member 'EOAIBlueprintLibrary_DrawLOSVisualization::ConeColor' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_DrawLOSVisualization, ConeLineThickness) == 0x000040, "Member 'EOAIBlueprintLibrary_DrawLOSVisualization::ConeLineThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_GetAIPerceptionHearingRange \ static_assert(alignof(EOAIBlueprintLibrary_GetAIPerceptionHearingRange) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_GetAIPerceptionHearingRange"); \ static_assert(sizeof(EOAIBlueprintLibrary_GetAIPerceptionHearingRange) == 0x000010, "Wrong size on EOAIBlueprintLibrary_GetAIPerceptionHearingRange"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionHearingRange, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_GetAIPerceptionHearingRange::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionHearingRange, ReturnValue) == 0x000008, "Member 'EOAIBlueprintLibrary_GetAIPerceptionHearingRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_GetAIPerceptionHearingSenseConfig \ static_assert(alignof(EOAIBlueprintLibrary_GetAIPerceptionHearingSenseConfig) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_GetAIPerceptionHearingSenseConfig"); \ static_assert(sizeof(EOAIBlueprintLibrary_GetAIPerceptionHearingSenseConfig) == 0x000010, "Wrong size on EOAIBlueprintLibrary_GetAIPerceptionHearingSenseConfig"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionHearingSenseConfig, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_GetAIPerceptionHearingSenseConfig::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionHearingSenseConfig, ReturnValue) == 0x000008, "Member 'EOAIBlueprintLibrary_GetAIPerceptionHearingSenseConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_GetAIPerceptionLoseSightRadius \ static_assert(alignof(EOAIBlueprintLibrary_GetAIPerceptionLoseSightRadius) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_GetAIPerceptionLoseSightRadius"); \ static_assert(sizeof(EOAIBlueprintLibrary_GetAIPerceptionLoseSightRadius) == 0x000010, "Wrong size on EOAIBlueprintLibrary_GetAIPerceptionLoseSightRadius"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionLoseSightRadius, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_GetAIPerceptionLoseSightRadius::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionLoseSightRadius, ReturnValue) == 0x000008, "Member 'EOAIBlueprintLibrary_GetAIPerceptionLoseSightRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_GetAIPerceptionPeripheralVisionAngleDegrees \ static_assert(alignof(EOAIBlueprintLibrary_GetAIPerceptionPeripheralVisionAngleDegrees) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_GetAIPerceptionPeripheralVisionAngleDegrees"); \ static_assert(sizeof(EOAIBlueprintLibrary_GetAIPerceptionPeripheralVisionAngleDegrees) == 0x000010, "Wrong size on EOAIBlueprintLibrary_GetAIPerceptionPeripheralVisionAngleDegrees"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionPeripheralVisionAngleDegrees, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_GetAIPerceptionPeripheralVisionAngleDegrees::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionPeripheralVisionAngleDegrees, ReturnValue) == 0x000008, "Member 'EOAIBlueprintLibrary_GetAIPerceptionPeripheralVisionAngleDegrees::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_GetAIPerceptionSenseConfig \ static_assert(alignof(EOAIBlueprintLibrary_GetAIPerceptionSenseConfig) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_GetAIPerceptionSenseConfig"); \ static_assert(sizeof(EOAIBlueprintLibrary_GetAIPerceptionSenseConfig) == 0x000018, "Wrong size on EOAIBlueprintLibrary_GetAIPerceptionSenseConfig"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionSenseConfig, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_GetAIPerceptionSenseConfig::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionSenseConfig, SenseClass) == 0x000008, "Member 'EOAIBlueprintLibrary_GetAIPerceptionSenseConfig::SenseClass' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionSenseConfig, ReturnValue) == 0x000010, "Member 'EOAIBlueprintLibrary_GetAIPerceptionSenseConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_GetAIPerceptionSenseFromConfigClass \ static_assert(alignof(EOAIBlueprintLibrary_GetAIPerceptionSenseFromConfigClass) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_GetAIPerceptionSenseFromConfigClass"); \ static_assert(sizeof(EOAIBlueprintLibrary_GetAIPerceptionSenseFromConfigClass) == 0x000018, "Wrong size on EOAIBlueprintLibrary_GetAIPerceptionSenseFromConfigClass"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionSenseFromConfigClass, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_GetAIPerceptionSenseFromConfigClass::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionSenseFromConfigClass, SenseConfigClass) == 0x000008, "Member 'EOAIBlueprintLibrary_GetAIPerceptionSenseFromConfigClass::SenseConfigClass' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionSenseFromConfigClass, ReturnValue) == 0x000010, "Member 'EOAIBlueprintLibrary_GetAIPerceptionSenseFromConfigClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_GetAIPerceptionSightRadius \ static_assert(alignof(EOAIBlueprintLibrary_GetAIPerceptionSightRadius) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_GetAIPerceptionSightRadius"); \ static_assert(sizeof(EOAIBlueprintLibrary_GetAIPerceptionSightRadius) == 0x000010, "Wrong size on EOAIBlueprintLibrary_GetAIPerceptionSightRadius"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionSightRadius, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_GetAIPerceptionSightRadius::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionSightRadius, ReturnValue) == 0x000008, "Member 'EOAIBlueprintLibrary_GetAIPerceptionSightRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_GetAIPerceptionSightSenseConfig \ static_assert(alignof(EOAIBlueprintLibrary_GetAIPerceptionSightSenseConfig) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_GetAIPerceptionSightSenseConfig"); \ static_assert(sizeof(EOAIBlueprintLibrary_GetAIPerceptionSightSenseConfig) == 0x000010, "Wrong size on EOAIBlueprintLibrary_GetAIPerceptionSightSenseConfig"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionSightSenseConfig, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_GetAIPerceptionSightSenseConfig::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_GetAIPerceptionSightSenseConfig, ReturnValue) == 0x000008, "Member 'EOAIBlueprintLibrary_GetAIPerceptionSightSenseConfig::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_SetAIDynamicParam \ static_assert(alignof(EOAIBlueprintLibrary_SetAIDynamicParam) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_SetAIDynamicParam"); \ static_assert(sizeof(EOAIBlueprintLibrary_SetAIDynamicParam) == 0x000070, "Wrong size on EOAIBlueprintLibrary_SetAIDynamicParam"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIDynamicParam, OutDynamicParam) == 0x000000, "Member 'EOAIBlueprintLibrary_SetAIDynamicParam::OutDynamicParam' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIDynamicParam, ParamName) == 0x000038, "Member 'EOAIBlueprintLibrary_SetAIDynamicParam::ParamName' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIDynamicParam, ParamType) == 0x000040, "Member 'EOAIBlueprintLibrary_SetAIDynamicParam::ParamType' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIDynamicParam, Value) == 0x000044, "Member 'EOAIBlueprintLibrary_SetAIDynamicParam::Value' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIDynamicParam, BBKey) == 0x000048, "Member 'EOAIBlueprintLibrary_SetAIDynamicParam::BBKey' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_SetAIPerceptionHearingRange \ static_assert(alignof(EOAIBlueprintLibrary_SetAIPerceptionHearingRange) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_SetAIPerceptionHearingRange"); \ static_assert(sizeof(EOAIBlueprintLibrary_SetAIPerceptionHearingRange) == 0x000010, "Wrong size on EOAIBlueprintLibrary_SetAIPerceptionHearingRange"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionHearingRange, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_SetAIPerceptionHearingRange::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionHearingRange, NewHearingRange) == 0x000008, "Member 'EOAIBlueprintLibrary_SetAIPerceptionHearingRange::NewHearingRange' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionHearingRange, UpdatePerception) == 0x00000C, "Member 'EOAIBlueprintLibrary_SetAIPerceptionHearingRange::UpdatePerception' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionHearingRange, ReturnValue) == 0x00000D, "Member 'EOAIBlueprintLibrary_SetAIPerceptionHearingRange::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius \ static_assert(alignof(EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius"); \ static_assert(sizeof(EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius) == 0x000010, "Wrong size on EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius, NewLoseSightRadius) == 0x000008, "Member 'EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius::NewLoseSightRadius' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius, UpdatePerception) == 0x00000C, "Member 'EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius::UpdatePerception' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius, ReturnValue) == 0x00000D, "Member 'EOAIBlueprintLibrary_SetAIPerceptionLoseSightRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees \ static_assert(alignof(EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees"); \ static_assert(sizeof(EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees) == 0x000010, "Wrong size on EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees, NewPeripheralVisionAngleDegrees) == 0x000008, "Member 'EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees::NewPeripheralVisionAngleDegrees' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees, UpdatePerception) == 0x00000C, "Member 'EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees::UpdatePerception' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees, ReturnValue) == 0x00000D, "Member 'EOAIBlueprintLibrary_SetAIPerceptionPeripheralVisionAngleDegrees::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIBlueprintLibrary_SetAIPerceptionSightRadius \ static_assert(alignof(EOAIBlueprintLibrary_SetAIPerceptionSightRadius) == 0x000008, "Wrong alignment on EOAIBlueprintLibrary_SetAIPerceptionSightRadius"); \ static_assert(sizeof(EOAIBlueprintLibrary_SetAIPerceptionSightRadius) == 0x000010, "Wrong size on EOAIBlueprintLibrary_SetAIPerceptionSightRadius"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionSightRadius, PerceptionComponent) == 0x000000, "Member 'EOAIBlueprintLibrary_SetAIPerceptionSightRadius::PerceptionComponent' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionSightRadius, NewSightRadius) == 0x000008, "Member 'EOAIBlueprintLibrary_SetAIPerceptionSightRadius::NewSightRadius' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionSightRadius, UpdatePerception) == 0x00000C, "Member 'EOAIBlueprintLibrary_SetAIPerceptionSightRadius::UpdatePerception' has a wrong offset!"); \ static_assert(offsetof(EOAIBlueprintLibrary_SetAIPerceptionSightRadius, ReturnValue) == 0x00000D, "Member 'EOAIBlueprintLibrary_SetAIPerceptionSightRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAIBlueprintLibrary \ static_assert(alignof(UEOAIBlueprintLibrary) == 0x000008, "Wrong alignment on UEOAIBlueprintLibrary"); \ static_assert(sizeof(UEOAIBlueprintLibrary) == 0x000028, "Wrong size on UEOAIBlueprintLibrary"); \ #define DUMPER7_ASSERTS_EOAICharacter_CanInteractWithNavLink \ static_assert(alignof(EOAICharacter_CanInteractWithNavLink) == 0x000008, "Wrong alignment on EOAICharacter_CanInteractWithNavLink"); \ static_assert(sizeof(EOAICharacter_CanInteractWithNavLink) == 0x000010, "Wrong size on EOAICharacter_CanInteractWithNavLink"); \ static_assert(offsetof(EOAICharacter_CanInteractWithNavLink, NavLink) == 0x000000, "Member 'EOAICharacter_CanInteractWithNavLink::NavLink' has a wrong offset!"); \ static_assert(offsetof(EOAICharacter_CanInteractWithNavLink, ReturnValue) == 0x000008, "Member 'EOAICharacter_CanInteractWithNavLink::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOAICharacter \ static_assert(alignof(AEOAICharacter) == 0x000010, "Wrong alignment on AEOAICharacter"); \ static_assert(sizeof(AEOAICharacter) == 0x000560, "Wrong size on AEOAICharacter"); \ #define DUMPER7_ASSERTS_EOAIController_CanPathTo \ static_assert(alignof(EOAIController_CanPathTo) == 0x000008, "Wrong alignment on EOAIController_CanPathTo"); \ static_assert(sizeof(EOAIController_CanPathTo) == 0x000028, "Wrong size on EOAIController_CanPathTo"); \ static_assert(offsetof(EOAIController_CanPathTo, GoalLocation) == 0x000000, "Member 'EOAIController_CanPathTo::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(EOAIController_CanPathTo, GoalActor) == 0x000010, "Member 'EOAIController_CanPathTo::GoalActor' has a wrong offset!"); \ static_assert(offsetof(EOAIController_CanPathTo, AcceptanceRadius) == 0x000018, "Member 'EOAIController_CanPathTo::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(EOAIController_CanPathTo, StopOnOverlap) == 0x00001C, "Member 'EOAIController_CanPathTo::StopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(EOAIController_CanPathTo, AcceptPartialPath) == 0x00001D, "Member 'EOAIController_CanPathTo::AcceptPartialPath' has a wrong offset!"); \ static_assert(offsetof(EOAIController_CanPathTo, bUsePathfinding) == 0x00001E, "Member 'EOAIController_CanPathTo::bUsePathfinding' has a wrong offset!"); \ static_assert(offsetof(EOAIController_CanPathTo, bDirectPath) == 0x00001F, "Member 'EOAIController_CanPathTo::bDirectPath' has a wrong offset!"); \ static_assert(offsetof(EOAIController_CanPathTo, bUseStringPulling) == 0x000020, "Member 'EOAIController_CanPathTo::bUseStringPulling' has a wrong offset!"); \ static_assert(offsetof(EOAIController_CanPathTo, CanStrafe) == 0x000021, "Member 'EOAIController_CanPathTo::CanStrafe' has a wrong offset!"); \ static_assert(offsetof(EOAIController_CanPathTo, ReturnValue) == 0x000022, "Member 'EOAIController_CanPathTo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_HasReachedGoal \ static_assert(alignof(EOAIController_HasReachedGoal) == 0x000008, "Wrong alignment on EOAIController_HasReachedGoal"); \ static_assert(sizeof(EOAIController_HasReachedGoal) == 0x000020, "Wrong size on EOAIController_HasReachedGoal"); \ static_assert(offsetof(EOAIController_HasReachedGoal, GoalLocation) == 0x000000, "Member 'EOAIController_HasReachedGoal::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(EOAIController_HasReachedGoal, GoalActor) == 0x000010, "Member 'EOAIController_HasReachedGoal::GoalActor' has a wrong offset!"); \ static_assert(offsetof(EOAIController_HasReachedGoal, AcceptanceRadius) == 0x000018, "Member 'EOAIController_HasReachedGoal::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(EOAIController_HasReachedGoal, StopOnOverlap) == 0x00001C, "Member 'EOAIController_HasReachedGoal::StopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(EOAIController_HasReachedGoal, AcceptPartialPath) == 0x00001D, "Member 'EOAIController_HasReachedGoal::AcceptPartialPath' has a wrong offset!"); \ static_assert(offsetof(EOAIController_HasReachedGoal, bUsePathfinding) == 0x00001E, "Member 'EOAIController_HasReachedGoal::bUsePathfinding' has a wrong offset!"); \ static_assert(offsetof(EOAIController_HasReachedGoal, ReturnValue) == 0x00001F, "Member 'EOAIController_HasReachedGoal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_PauseCurrentMove \ static_assert(alignof(EOAIController_PauseCurrentMove) == 0x000001, "Wrong alignment on EOAIController_PauseCurrentMove"); \ static_assert(sizeof(EOAIController_PauseCurrentMove) == 0x000002, "Wrong size on EOAIController_PauseCurrentMove"); \ static_assert(offsetof(EOAIController_PauseCurrentMove, bResetVelocity) == 0x000000, "Member 'EOAIController_PauseCurrentMove::bResetVelocity' has a wrong offset!"); \ static_assert(offsetof(EOAIController_PauseCurrentMove, ReturnValue) == 0x000001, "Member 'EOAIController_PauseCurrentMove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_ResumeCurrentMove \ static_assert(alignof(EOAIController_ResumeCurrentMove) == 0x000001, "Wrong alignment on EOAIController_ResumeCurrentMove"); \ static_assert(sizeof(EOAIController_ResumeCurrentMove) == 0x000001, "Wrong size on EOAIController_ResumeCurrentMove"); \ static_assert(offsetof(EOAIController_ResumeCurrentMove, ReturnValue) == 0x000000, "Member 'EOAIController_ResumeCurrentMove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_SetBlockDetection \ static_assert(alignof(EOAIController_SetBlockDetection) == 0x000004, "Wrong alignment on EOAIController_SetBlockDetection"); \ static_assert(sizeof(EOAIController_SetBlockDetection) == 0x00000C, "Wrong size on EOAIController_SetBlockDetection"); \ static_assert(offsetof(EOAIController_SetBlockDetection, DistanceThreshold) == 0x000000, "Member 'EOAIController_SetBlockDetection::DistanceThreshold' has a wrong offset!"); \ static_assert(offsetof(EOAIController_SetBlockDetection, Interval) == 0x000004, "Member 'EOAIController_SetBlockDetection::Interval' has a wrong offset!"); \ static_assert(offsetof(EOAIController_SetBlockDetection, NumSamples) == 0x000008, "Member 'EOAIController_SetBlockDetection::NumSamples' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_CalculateAttitudeTowardsActor \ static_assert(alignof(EOAIController_CalculateAttitudeTowardsActor) == 0x000008, "Wrong alignment on EOAIController_CalculateAttitudeTowardsActor"); \ static_assert(sizeof(EOAIController_CalculateAttitudeTowardsActor) == 0x000010, "Wrong size on EOAIController_CalculateAttitudeTowardsActor"); \ static_assert(offsetof(EOAIController_CalculateAttitudeTowardsActor, OtherActor) == 0x000000, "Member 'EOAIController_CalculateAttitudeTowardsActor::OtherActor' has a wrong offset!"); \ static_assert(offsetof(EOAIController_CalculateAttitudeTowardsActor, ReturnValue) == 0x000008, "Member 'EOAIController_CalculateAttitudeTowardsActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_GetBehaviorialNavLinkOnPathAhead \ static_assert(alignof(EOAIController_GetBehaviorialNavLinkOnPathAhead) == 0x000008, "Wrong alignment on EOAIController_GetBehaviorialNavLinkOnPathAhead"); \ static_assert(sizeof(EOAIController_GetBehaviorialNavLinkOnPathAhead) == 0x000008, "Wrong size on EOAIController_GetBehaviorialNavLinkOnPathAhead"); \ static_assert(offsetof(EOAIController_GetBehaviorialNavLinkOnPathAhead, ReturnValue) == 0x000000, "Member 'EOAIController_GetBehaviorialNavLinkOnPathAhead::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_GetCalculatedCurrentMoveInput \ static_assert(alignof(EOAIController_GetCalculatedCurrentMoveInput) == 0x000004, "Wrong alignment on EOAIController_GetCalculatedCurrentMoveInput"); \ static_assert(sizeof(EOAIController_GetCalculatedCurrentMoveInput) == 0x00000C, "Wrong size on EOAIController_GetCalculatedCurrentMoveInput"); \ static_assert(offsetof(EOAIController_GetCalculatedCurrentMoveInput, ReturnValue) == 0x000000, "Member 'EOAIController_GetCalculatedCurrentMoveInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_GetCurrentPathDirection \ static_assert(alignof(EOAIController_GetCurrentPathDirection) == 0x000004, "Wrong alignment on EOAIController_GetCurrentPathDirection"); \ static_assert(sizeof(EOAIController_GetCurrentPathDirection) == 0x00000C, "Wrong size on EOAIController_GetCurrentPathDirection"); \ static_assert(offsetof(EOAIController_GetCurrentPathDirection, ReturnValue) == 0x000000, "Member 'EOAIController_GetCurrentPathDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_GetPathCurrentDirection \ static_assert(alignof(EOAIController_GetPathCurrentDirection) == 0x000004, "Wrong alignment on EOAIController_GetPathCurrentDirection"); \ static_assert(sizeof(EOAIController_GetPathCurrentDirection) == 0x00000C, "Wrong size on EOAIController_GetPathCurrentDirection"); \ static_assert(offsetof(EOAIController_GetPathCurrentDirection, ReturnValue) == 0x000000, "Member 'EOAIController_GetPathCurrentDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_GetPathCurrentMoveInput \ static_assert(alignof(EOAIController_GetPathCurrentMoveInput) == 0x000004, "Wrong alignment on EOAIController_GetPathCurrentMoveInput"); \ static_assert(sizeof(EOAIController_GetPathCurrentMoveInput) == 0x00000C, "Wrong size on EOAIController_GetPathCurrentMoveInput"); \ static_assert(offsetof(EOAIController_GetPathCurrentMoveInput, ReturnValue) == 0x000000, "Member 'EOAIController_GetPathCurrentMoveInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_GetPathStatus \ static_assert(alignof(EOAIController_GetPathStatus) == 0x000001, "Wrong alignment on EOAIController_GetPathStatus"); \ static_assert(sizeof(EOAIController_GetPathStatus) == 0x000001, "Wrong size on EOAIController_GetPathStatus"); \ static_assert(offsetof(EOAIController_GetPathStatus, ReturnValue) == 0x000000, "Member 'EOAIController_GetPathStatus::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_GetTeamIDByte \ static_assert(alignof(EOAIController_GetTeamIDByte) == 0x000001, "Wrong alignment on EOAIController_GetTeamIDByte"); \ static_assert(sizeof(EOAIController_GetTeamIDByte) == 0x000001, "Wrong size on EOAIController_GetTeamIDByte"); \ static_assert(offsetof(EOAIController_GetTeamIDByte, ReturnValue) == 0x000000, "Member 'EOAIController_GetTeamIDByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIController_IsAvoidingObstacles \ static_assert(alignof(EOAIController_IsAvoidingObstacles) == 0x000001, "Wrong alignment on EOAIController_IsAvoidingObstacles"); \ static_assert(sizeof(EOAIController_IsAvoidingObstacles) == 0x000001, "Wrong size on EOAIController_IsAvoidingObstacles"); \ static_assert(offsetof(EOAIController_IsAvoidingObstacles, ReturnValue) == 0x000000, "Member 'EOAIController_IsAvoidingObstacles::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOAIController \ static_assert(alignof(AEOAIController) == 0x000008, "Wrong alignment on AEOAIController"); \ static_assert(sizeof(AEOAIController) == 0x000338, "Wrong size on AEOAIController"); \ #define DUMPER7_ASSERTS_EOAIEQCtx_BlueprintRotatorItemTypeBase_ProvideRotator \ static_assert(alignof(EOAIEQCtx_BlueprintRotatorItemTypeBase_ProvideRotator) == 0x000008, "Wrong alignment on EOAIEQCtx_BlueprintRotatorItemTypeBase_ProvideRotator"); \ static_assert(sizeof(EOAIEQCtx_BlueprintRotatorItemTypeBase_ProvideRotator) == 0x000020, "Wrong size on EOAIEQCtx_BlueprintRotatorItemTypeBase_ProvideRotator"); \ static_assert(offsetof(EOAIEQCtx_BlueprintRotatorItemTypeBase_ProvideRotator, QuerierObject) == 0x000000, "Member 'EOAIEQCtx_BlueprintRotatorItemTypeBase_ProvideRotator::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EOAIEQCtx_BlueprintRotatorItemTypeBase_ProvideRotator, QuerierActor) == 0x000008, "Member 'EOAIEQCtx_BlueprintRotatorItemTypeBase_ProvideRotator::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EOAIEQCtx_BlueprintRotatorItemTypeBase_ProvideRotator, ResultingRotator) == 0x000010, "Member 'EOAIEQCtx_BlueprintRotatorItemTypeBase_ProvideRotator::ResultingRotator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAIEQCtx_BlueprintRotatorItemTypeBase \ static_assert(alignof(UEOAIEQCtx_BlueprintRotatorItemTypeBase) == 0x000008, "Wrong alignment on UEOAIEQCtx_BlueprintRotatorItemTypeBase"); \ static_assert(sizeof(UEOAIEQCtx_BlueprintRotatorItemTypeBase) == 0x000028, "Wrong size on UEOAIEQCtx_BlueprintRotatorItemTypeBase"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdAffectFallingVelocity \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdAffectFallingVelocity) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdAffectFallingVelocity"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdAffectFallingVelocity) == 0x000001, "Wrong size on EOAIControllerDetourCrowd_SetCrowdAffectFallingVelocity"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdAffectFallingVelocity, bEnable) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdAffectFallingVelocity::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdAnticipateTurns \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdAnticipateTurns) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdAnticipateTurns"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdAnticipateTurns) == 0x000002, "Wrong size on EOAIControllerDetourCrowd_SetCrowdAnticipateTurns"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdAnticipateTurns, bEnable) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdAnticipateTurns::bEnable' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdAnticipateTurns, bUpdateAgent) == 0x000001, "Member 'EOAIControllerDetourCrowd_SetCrowdAnticipateTurns::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdAvoidanceGroup \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdAvoidanceGroup) == 0x000004, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdAvoidanceGroup"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdAvoidanceGroup) == 0x000008, "Wrong size on EOAIControllerDetourCrowd_SetCrowdAvoidanceGroup"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdAvoidanceGroup, GroupFlags) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdAvoidanceGroup::GroupFlags' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdAvoidanceGroup, bUpdateAgent) == 0x000004, "Member 'EOAIControllerDetourCrowd_SetCrowdAvoidanceGroup::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdAvoidanceQuality \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdAvoidanceQuality) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdAvoidanceQuality"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdAvoidanceQuality) == 0x000002, "Wrong size on EOAIControllerDetourCrowd_SetCrowdAvoidanceQuality"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdAvoidanceQuality, Quality) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdAvoidanceQuality::Quality' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdAvoidanceQuality, bUpdateAgent) == 0x000001, "Member 'EOAIControllerDetourCrowd_SetCrowdAvoidanceQuality::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdAvoidanceRangeMultiplier \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdAvoidanceRangeMultiplier) == 0x000004, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdAvoidanceRangeMultiplier"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdAvoidanceRangeMultiplier) == 0x000008, "Wrong size on EOAIControllerDetourCrowd_SetCrowdAvoidanceRangeMultiplier"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdAvoidanceRangeMultiplier, Multiplier) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdAvoidanceRangeMultiplier::Multiplier' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdAvoidanceRangeMultiplier, bUpdateAgent) == 0x000004, "Member 'EOAIControllerDetourCrowd_SetCrowdAvoidanceRangeMultiplier::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdCollisionQueryRange \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdCollisionQueryRange) == 0x000004, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdCollisionQueryRange"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdCollisionQueryRange) == 0x000008, "Wrong size on EOAIControllerDetourCrowd_SetCrowdCollisionQueryRange"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdCollisionQueryRange, Range) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdCollisionQueryRange::Range' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdCollisionQueryRange, bUpdateAgent) == 0x000004, "Member 'EOAIControllerDetourCrowd_SetCrowdCollisionQueryRange::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdGroupsToAvoid \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdGroupsToAvoid) == 0x000004, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdGroupsToAvoid"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdGroupsToAvoid) == 0x000008, "Wrong size on EOAIControllerDetourCrowd_SetCrowdGroupsToAvoid"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdGroupsToAvoid, GroupFlags) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdGroupsToAvoid::GroupFlags' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdGroupsToAvoid, bUpdateAgent) == 0x000004, "Member 'EOAIControllerDetourCrowd_SetCrowdGroupsToAvoid::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdGroupsToIgnore \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdGroupsToIgnore) == 0x000004, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdGroupsToIgnore"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdGroupsToIgnore) == 0x000008, "Wrong size on EOAIControllerDetourCrowd_SetCrowdGroupsToIgnore"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdGroupsToIgnore, GroupFlags) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdGroupsToIgnore::GroupFlags' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdGroupsToIgnore, bUpdateAgent) == 0x000004, "Member 'EOAIControllerDetourCrowd_SetCrowdGroupsToIgnore::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdObstacleAvoidance \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdObstacleAvoidance) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdObstacleAvoidance"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdObstacleAvoidance) == 0x000002, "Wrong size on EOAIControllerDetourCrowd_SetCrowdObstacleAvoidance"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdObstacleAvoidance, bEnable) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdObstacleAvoidance::bEnable' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdObstacleAvoidance, bUpdateAgent) == 0x000001, "Member 'EOAIControllerDetourCrowd_SetCrowdObstacleAvoidance::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdOptimizeTopology \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdOptimizeTopology) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdOptimizeTopology"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdOptimizeTopology) == 0x000002, "Wrong size on EOAIControllerDetourCrowd_SetCrowdOptimizeTopology"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdOptimizeTopology, bEnable) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdOptimizeTopology::bEnable' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdOptimizeTopology, bUpdateAgent) == 0x000001, "Member 'EOAIControllerDetourCrowd_SetCrowdOptimizeTopology::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdOptimizeVisibility \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdOptimizeVisibility) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdOptimizeVisibility"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdOptimizeVisibility) == 0x000002, "Wrong size on EOAIControllerDetourCrowd_SetCrowdOptimizeVisibility"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdOptimizeVisibility, bEnable) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdOptimizeVisibility::bEnable' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdOptimizeVisibility, bUpdateAgent) == 0x000001, "Member 'EOAIControllerDetourCrowd_SetCrowdOptimizeVisibility::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdPathOffset \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdPathOffset) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdPathOffset"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdPathOffset) == 0x000002, "Wrong size on EOAIControllerDetourCrowd_SetCrowdPathOffset"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdPathOffset, bEnable) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdPathOffset::bEnable' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdPathOffset, bUpdateAgent) == 0x000001, "Member 'EOAIControllerDetourCrowd_SetCrowdPathOffset::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdPathOptimizationRange \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdPathOptimizationRange) == 0x000004, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdPathOptimizationRange"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdPathOptimizationRange) == 0x000008, "Wrong size on EOAIControllerDetourCrowd_SetCrowdPathOptimizationRange"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdPathOptimizationRange, Range) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdPathOptimizationRange::Range' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdPathOptimizationRange, bUpdateAgent) == 0x000004, "Member 'EOAIControllerDetourCrowd_SetCrowdPathOptimizationRange::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdRotateToVelocity \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdRotateToVelocity) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdRotateToVelocity"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdRotateToVelocity) == 0x000001, "Wrong size on EOAIControllerDetourCrowd_SetCrowdRotateToVelocity"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdRotateToVelocity, bEnable) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdRotateToVelocity::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdSeparation \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdSeparation) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdSeparation"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdSeparation) == 0x000002, "Wrong size on EOAIControllerDetourCrowd_SetCrowdSeparation"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdSeparation, bEnable) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdSeparation::bEnable' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdSeparation, bUpdateAgent) == 0x000001, "Member 'EOAIControllerDetourCrowd_SetCrowdSeparation::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdSeparationWeight \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdSeparationWeight) == 0x000004, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdSeparationWeight"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdSeparationWeight) == 0x000008, "Wrong size on EOAIControllerDetourCrowd_SetCrowdSeparationWeight"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdSeparationWeight, Weight) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdSeparationWeight::Weight' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdSeparationWeight, bUpdateAgent) == 0x000004, "Member 'EOAIControllerDetourCrowd_SetCrowdSeparationWeight::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdSimulationState \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdSimulationState) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdSimulationState"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdSimulationState) == 0x000001, "Wrong size on EOAIControllerDetourCrowd_SetCrowdSimulationState"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdSimulationState, NewState) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdSimulationState::NewState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SetCrowdSlowdownAtGoal \ static_assert(alignof(EOAIControllerDetourCrowd_SetCrowdSlowdownAtGoal) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SetCrowdSlowdownAtGoal"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SetCrowdSlowdownAtGoal) == 0x000002, "Wrong size on EOAIControllerDetourCrowd_SetCrowdSlowdownAtGoal"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdSlowdownAtGoal, bEnable) == 0x000000, "Member 'EOAIControllerDetourCrowd_SetCrowdSlowdownAtGoal::bEnable' has a wrong offset!"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SetCrowdSlowdownAtGoal, bUpdateAgent) == 0x000001, "Member 'EOAIControllerDetourCrowd_SetCrowdSlowdownAtGoal::bUpdateAgent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_SuspendCrowdSteering \ static_assert(alignof(EOAIControllerDetourCrowd_SuspendCrowdSteering) == 0x000001, "Wrong alignment on EOAIControllerDetourCrowd_SuspendCrowdSteering"); \ static_assert(sizeof(EOAIControllerDetourCrowd_SuspendCrowdSteering) == 0x000001, "Wrong size on EOAIControllerDetourCrowd_SuspendCrowdSteering"); \ static_assert(offsetof(EOAIControllerDetourCrowd_SuspendCrowdSteering, bSuspend) == 0x000000, "Member 'EOAIControllerDetourCrowd_SuspendCrowdSteering::bSuspend' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIControllerDetourCrowd_GetCrowdFollowingComponent \ static_assert(alignof(EOAIControllerDetourCrowd_GetCrowdFollowingComponent) == 0x000008, "Wrong alignment on EOAIControllerDetourCrowd_GetCrowdFollowingComponent"); \ static_assert(sizeof(EOAIControllerDetourCrowd_GetCrowdFollowingComponent) == 0x000008, "Wrong size on EOAIControllerDetourCrowd_GetCrowdFollowingComponent"); \ static_assert(offsetof(EOAIControllerDetourCrowd_GetCrowdFollowingComponent, ReturnValue) == 0x000000, "Member 'EOAIControllerDetourCrowd_GetCrowdFollowingComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOAIControllerDetourCrowd \ static_assert(alignof(AEOAIControllerDetourCrowd) == 0x000008, "Wrong alignment on AEOAIControllerDetourCrowd"); \ static_assert(sizeof(AEOAIControllerDetourCrowd) == 0x000340, "Wrong size on AEOAIControllerDetourCrowd"); \ #define DUMPER7_ASSERTS_UEOAIEQCtx_BlackBoardRotator \ static_assert(alignof(UEOAIEQCtx_BlackBoardRotator) == 0x000008, "Wrong alignment on UEOAIEQCtx_BlackBoardRotator"); \ static_assert(sizeof(UEOAIEQCtx_BlackBoardRotator) == 0x000030, "Wrong size on UEOAIEQCtx_BlackBoardRotator"); \ static_assert(offsetof(UEOAIEQCtx_BlackBoardRotator, BlackBoardKeyName) == 0x000028, "Member 'UEOAIEQCtx_BlackBoardRotator::BlackBoardKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAIEQCtx_VectorItemTypeBase \ static_assert(alignof(UEOAIEQCtx_VectorItemTypeBase) == 0x000008, "Wrong alignment on UEOAIEQCtx_VectorItemTypeBase"); \ static_assert(sizeof(UEOAIEQCtx_VectorItemTypeBase) == 0x000028, "Wrong size on UEOAIEQCtx_VectorItemTypeBase"); \ #define DUMPER7_ASSERTS_UEOAIEQCtx_BlackBoardVector \ static_assert(alignof(UEOAIEQCtx_BlackBoardVector) == 0x000008, "Wrong alignment on UEOAIEQCtx_BlackBoardVector"); \ static_assert(sizeof(UEOAIEQCtx_BlackBoardVector) == 0x000030, "Wrong size on UEOAIEQCtx_BlackBoardVector"); \ static_assert(offsetof(UEOAIEQCtx_BlackBoardVector, BlackBoardKeyName) == 0x000028, "Member 'UEOAIEQCtx_BlackBoardVector::BlackBoardKeyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAIEQCtx_BlueprintVectorItemTypeBase_ProvideVector \ static_assert(alignof(EOAIEQCtx_BlueprintVectorItemTypeBase_ProvideVector) == 0x000008, "Wrong alignment on EOAIEQCtx_BlueprintVectorItemTypeBase_ProvideVector"); \ static_assert(sizeof(EOAIEQCtx_BlueprintVectorItemTypeBase_ProvideVector) == 0x000020, "Wrong size on EOAIEQCtx_BlueprintVectorItemTypeBase_ProvideVector"); \ static_assert(offsetof(EOAIEQCtx_BlueprintVectorItemTypeBase_ProvideVector, QuerierObject) == 0x000000, "Member 'EOAIEQCtx_BlueprintVectorItemTypeBase_ProvideVector::QuerierObject' has a wrong offset!"); \ static_assert(offsetof(EOAIEQCtx_BlueprintVectorItemTypeBase_ProvideVector, QuerierActor) == 0x000008, "Member 'EOAIEQCtx_BlueprintVectorItemTypeBase_ProvideVector::QuerierActor' has a wrong offset!"); \ static_assert(offsetof(EOAIEQCtx_BlueprintVectorItemTypeBase_ProvideVector, ResultingVector) == 0x000010, "Member 'EOAIEQCtx_BlueprintVectorItemTypeBase_ProvideVector::ResultingVector' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAIEQCtx_BlueprintVectorItemTypeBase \ static_assert(alignof(UEOAIEQCtx_BlueprintVectorItemTypeBase) == 0x000008, "Wrong alignment on UEOAIEQCtx_BlueprintVectorItemTypeBase"); \ static_assert(sizeof(UEOAIEQCtx_BlueprintVectorItemTypeBase) == 0x000028, "Wrong size on UEOAIEQCtx_BlueprintVectorItemTypeBase"); \ #define DUMPER7_ASSERTS_UEOAINavArea_Toggleable \ static_assert(alignof(UEOAINavArea_Toggleable) == 0x000008, "Wrong alignment on UEOAINavArea_Toggleable"); \ static_assert(sizeof(UEOAINavArea_Toggleable) == 0x000048, "Wrong size on UEOAINavArea_Toggleable"); \ #define DUMPER7_ASSERTS_UEOAINavigationBlueprintUtils \ static_assert(alignof(UEOAINavigationBlueprintUtils) == 0x000008, "Wrong alignment on UEOAINavigationBlueprintUtils"); \ static_assert(sizeof(UEOAINavigationBlueprintUtils) == 0x000030, "Wrong size on UEOAINavigationBlueprintUtils"); \ #define DUMPER7_ASSERTS_EOAINavLinkComponentBase_IsValidForPathFollowing \ static_assert(alignof(EOAINavLinkComponentBase_IsValidForPathFollowing) == 0x000008, "Wrong alignment on EOAINavLinkComponentBase_IsValidForPathFollowing"); \ static_assert(sizeof(EOAINavLinkComponentBase_IsValidForPathFollowing) == 0x000010, "Wrong size on EOAINavLinkComponentBase_IsValidForPathFollowing"); \ static_assert(offsetof(EOAINavLinkComponentBase_IsValidForPathFollowing, ForQuerier) == 0x000000, "Member 'EOAINavLinkComponentBase_IsValidForPathFollowing::ForQuerier' has a wrong offset!"); \ static_assert(offsetof(EOAINavLinkComponentBase_IsValidForPathFollowing, ReturnValue) == 0x000008, "Member 'EOAINavLinkComponentBase_IsValidForPathFollowing::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAINavLinkComponentBase \ static_assert(alignof(UEOAINavLinkComponentBase) == 0x000008, "Wrong alignment on UEOAINavLinkComponentBase"); \ static_assert(sizeof(UEOAINavLinkComponentBase) == 0x0001B0, "Wrong size on UEOAINavLinkComponentBase"); \ #define DUMPER7_ASSERTS_EOAINavLinkComponentBehaviorial_IsDisableBehaviorExecuted \ static_assert(alignof(EOAINavLinkComponentBehaviorial_IsDisableBehaviorExecuted) == 0x000001, "Wrong alignment on EOAINavLinkComponentBehaviorial_IsDisableBehaviorExecuted"); \ static_assert(sizeof(EOAINavLinkComponentBehaviorial_IsDisableBehaviorExecuted) == 0x000001, "Wrong size on EOAINavLinkComponentBehaviorial_IsDisableBehaviorExecuted"); \ static_assert(offsetof(EOAINavLinkComponentBehaviorial_IsDisableBehaviorExecuted, ReturnValue) == 0x000000, "Member 'EOAINavLinkComponentBehaviorial_IsDisableBehaviorExecuted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAINavLinkComponentBehaviorial_IsEnableBehaviorExecuted \ static_assert(alignof(EOAINavLinkComponentBehaviorial_IsEnableBehaviorExecuted) == 0x000001, "Wrong alignment on EOAINavLinkComponentBehaviorial_IsEnableBehaviorExecuted"); \ static_assert(sizeof(EOAINavLinkComponentBehaviorial_IsEnableBehaviorExecuted) == 0x000001, "Wrong size on EOAINavLinkComponentBehaviorial_IsEnableBehaviorExecuted"); \ static_assert(offsetof(EOAINavLinkComponentBehaviorial_IsEnableBehaviorExecuted, ReturnValue) == 0x000000, "Member 'EOAINavLinkComponentBehaviorial_IsEnableBehaviorExecuted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAINavLinkComponentBehaviorial_SetDisableBehaviorExecuted \ static_assert(alignof(EOAINavLinkComponentBehaviorial_SetDisableBehaviorExecuted) == 0x000001, "Wrong alignment on EOAINavLinkComponentBehaviorial_SetDisableBehaviorExecuted"); \ static_assert(sizeof(EOAINavLinkComponentBehaviorial_SetDisableBehaviorExecuted) == 0x000001, "Wrong size on EOAINavLinkComponentBehaviorial_SetDisableBehaviorExecuted"); \ static_assert(offsetof(EOAINavLinkComponentBehaviorial_SetDisableBehaviorExecuted, bExecuted) == 0x000000, "Member 'EOAINavLinkComponentBehaviorial_SetDisableBehaviorExecuted::bExecuted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAINavLinkComponentBehaviorial_SetEnableBehaviorExecuted \ static_assert(alignof(EOAINavLinkComponentBehaviorial_SetEnableBehaviorExecuted) == 0x000001, "Wrong alignment on EOAINavLinkComponentBehaviorial_SetEnableBehaviorExecuted"); \ static_assert(sizeof(EOAINavLinkComponentBehaviorial_SetEnableBehaviorExecuted) == 0x000001, "Wrong size on EOAINavLinkComponentBehaviorial_SetEnableBehaviorExecuted"); \ static_assert(offsetof(EOAINavLinkComponentBehaviorial_SetEnableBehaviorExecuted, bExecuted) == 0x000000, "Member 'EOAINavLinkComponentBehaviorial_SetEnableBehaviorExecuted::bExecuted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAINavLinkComponentBehaviorial_GetClaimedByAgent \ static_assert(alignof(EOAINavLinkComponentBehaviorial_GetClaimedByAgent) == 0x000008, "Wrong alignment on EOAINavLinkComponentBehaviorial_GetClaimedByAgent"); \ static_assert(sizeof(EOAINavLinkComponentBehaviorial_GetClaimedByAgent) == 0x000008, "Wrong size on EOAINavLinkComponentBehaviorial_GetClaimedByAgent"); \ static_assert(offsetof(EOAINavLinkComponentBehaviorial_GetClaimedByAgent, ReturnValue) == 0x000000, "Member 'EOAINavLinkComponentBehaviorial_GetClaimedByAgent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAINavLinkComponentBehaviorial_IsRegisteredPathFollowingAgent \ static_assert(alignof(EOAINavLinkComponentBehaviorial_IsRegisteredPathFollowingAgent) == 0x000008, "Wrong alignment on EOAINavLinkComponentBehaviorial_IsRegisteredPathFollowingAgent"); \ static_assert(sizeof(EOAINavLinkComponentBehaviorial_IsRegisteredPathFollowingAgent) == 0x000010, "Wrong size on EOAINavLinkComponentBehaviorial_IsRegisteredPathFollowingAgent"); \ static_assert(offsetof(EOAINavLinkComponentBehaviorial_IsRegisteredPathFollowingAgent, Agent) == 0x000000, "Member 'EOAINavLinkComponentBehaviorial_IsRegisteredPathFollowingAgent::Agent' has a wrong offset!"); \ static_assert(offsetof(EOAINavLinkComponentBehaviorial_IsRegisteredPathFollowingAgent, ReturnValue) == 0x000008, "Member 'EOAINavLinkComponentBehaviorial_IsRegisteredPathFollowingAgent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAINavLinkComponentBehaviorial \ static_assert(alignof(UEOAINavLinkComponentBehaviorial) == 0x000008, "Wrong alignment on UEOAINavLinkComponentBehaviorial"); \ static_assert(sizeof(UEOAINavLinkComponentBehaviorial) == 0x0001D0, "Wrong size on UEOAINavLinkComponentBehaviorial"); \ static_assert(offsetof(UEOAINavLinkComponentBehaviorial, ClaimedByAgent) == 0x0001B4, "Member 'UEOAINavLinkComponentBehaviorial::ClaimedByAgent' has a wrong offset!"); \ static_assert(offsetof(UEOAINavLinkComponentBehaviorial, RegisteredPathFollowingAgents) == 0x0001C0, "Member 'UEOAINavLinkComponentBehaviorial::RegisteredPathFollowingAgents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAINavLinkComponentToggleable \ static_assert(alignof(UEOAINavLinkComponentToggleable) == 0x000008, "Wrong alignment on UEOAINavLinkComponentToggleable"); \ static_assert(sizeof(UEOAINavLinkComponentToggleable) == 0x0001B0, "Wrong size on UEOAINavLinkComponentToggleable"); \ #define DUMPER7_ASSERTS_EOAINavLinkProxyBase_OnEONavLinkCheckpointLoadFinished \ static_assert(alignof(EOAINavLinkProxyBase_OnEONavLinkCheckpointLoadFinished) == 0x000008, "Wrong alignment on EOAINavLinkProxyBase_OnEONavLinkCheckpointLoadFinished"); \ static_assert(sizeof(EOAINavLinkProxyBase_OnEONavLinkCheckpointLoadFinished) == 0x000010, "Wrong size on EOAINavLinkProxyBase_OnEONavLinkCheckpointLoadFinished"); \ static_assert(offsetof(EOAINavLinkProxyBase_OnEONavLinkCheckpointLoadFinished, Sender) == 0x000000, "Member 'EOAINavLinkProxyBase_OnEONavLinkCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(EOAINavLinkProxyBase_OnEONavLinkCheckpointLoadFinished, Event) == 0x000008, "Member 'EOAINavLinkProxyBase_OnEONavLinkCheckpointLoadFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveBegin \ static_assert(alignof(EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveBegin) == 0x000008, "Wrong alignment on EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveBegin"); \ static_assert(sizeof(EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveBegin) == 0x000010, "Wrong size on EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveBegin"); \ static_assert(offsetof(EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveBegin, Sender) == 0x000000, "Member 'EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveBegin::Sender' has a wrong offset!"); \ static_assert(offsetof(EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveBegin, Event) == 0x000008, "Member 'EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveBegin::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveFinished \ static_assert(alignof(EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveFinished) == 0x000008, "Wrong alignment on EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveFinished"); \ static_assert(sizeof(EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveFinished) == 0x000010, "Wrong size on EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveFinished"); \ static_assert(offsetof(EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveFinished, Sender) == 0x000000, "Member 'EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveFinished, Event) == 0x000008, "Member 'EOAINavLinkProxyBase_OnEONavLinkCheckpointSaveFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget \ static_assert(alignof(EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget) == 0x000008, "Wrong alignment on EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget"); \ static_assert(sizeof(EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget) == 0x000018, "Wrong size on EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget"); \ static_assert(offsetof(EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget, AgentPawn) == 0x000000, "Member 'EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget::AgentPawn' has a wrong offset!"); \ static_assert(offsetof(EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget, Target) == 0x000008, "Member 'EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget::Target' has a wrong offset!"); \ static_assert(offsetof(EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget, AgentMaxDistToLink) == 0x000010, "Member 'EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget::AgentMaxDistToLink' has a wrong offset!"); \ static_assert(offsetof(EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget, ReturnValue) == 0x000014, "Member 'EOAINavLinkProxyBase_IsAgentBehindNavLinkAndTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOAINavLinkProxyBase \ static_assert(alignof(AEOAINavLinkProxyBase) == 0x000008, "Wrong alignment on AEOAINavLinkProxyBase"); \ static_assert(sizeof(AEOAINavLinkProxyBase) == 0x0002D8, "Wrong size on AEOAINavLinkProxyBase"); \ static_assert(offsetof(AEOAINavLinkProxyBase, bSavedSmarkLinkIsEnabled) == 0x0002B0, "Member 'AEOAINavLinkProxyBase::bSavedSmarkLinkIsEnabled' has a wrong offset!"); \ static_assert(offsetof(AEOAINavLinkProxyBase, OnSmartLinkEnabledEvents) == 0x0002B8, "Member 'AEOAINavLinkProxyBase::OnSmartLinkEnabledEvents' has a wrong offset!"); \ static_assert(offsetof(AEOAINavLinkProxyBase, OnSmartLinkDisabledEvents) == 0x0002C8, "Member 'AEOAINavLinkProxyBase::OnSmartLinkDisabledEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAINavLinkProxyBehaviorial_GetClaimedByAgent \ static_assert(alignof(EOAINavLinkProxyBehaviorial_GetClaimedByAgent) == 0x000008, "Wrong alignment on EOAINavLinkProxyBehaviorial_GetClaimedByAgent"); \ static_assert(sizeof(EOAINavLinkProxyBehaviorial_GetClaimedByAgent) == 0x000008, "Wrong size on EOAINavLinkProxyBehaviorial_GetClaimedByAgent"); \ static_assert(offsetof(EOAINavLinkProxyBehaviorial_GetClaimedByAgent, ReturnValue) == 0x000000, "Member 'EOAINavLinkProxyBehaviorial_GetClaimedByAgent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAINavLinkProxyBehaviorial_IsRegisteredPathFollowingAgent \ static_assert(alignof(EOAINavLinkProxyBehaviorial_IsRegisteredPathFollowingAgent) == 0x000008, "Wrong alignment on EOAINavLinkProxyBehaviorial_IsRegisteredPathFollowingAgent"); \ static_assert(sizeof(EOAINavLinkProxyBehaviorial_IsRegisteredPathFollowingAgent) == 0x000010, "Wrong size on EOAINavLinkProxyBehaviorial_IsRegisteredPathFollowingAgent"); \ static_assert(offsetof(EOAINavLinkProxyBehaviorial_IsRegisteredPathFollowingAgent, Agent) == 0x000000, "Member 'EOAINavLinkProxyBehaviorial_IsRegisteredPathFollowingAgent::Agent' has a wrong offset!"); \ static_assert(offsetof(EOAINavLinkProxyBehaviorial_IsRegisteredPathFollowingAgent, ReturnValue) == 0x000008, "Member 'EOAINavLinkProxyBehaviorial_IsRegisteredPathFollowingAgent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOAINavLinkProxyBehaviorial \ static_assert(alignof(AEOAINavLinkProxyBehaviorial) == 0x000008, "Wrong alignment on AEOAINavLinkProxyBehaviorial"); \ static_assert(sizeof(AEOAINavLinkProxyBehaviorial) == 0x0002D8, "Wrong size on AEOAINavLinkProxyBehaviorial"); \ #define DUMPER7_ASSERTS_AEOAINavLinkProxyToggleable \ static_assert(alignof(AEOAINavLinkProxyToggleable) == 0x000008, "Wrong alignment on AEOAINavLinkProxyToggleable"); \ static_assert(sizeof(AEOAINavLinkProxyToggleable) == 0x0002D8, "Wrong size on AEOAINavLinkProxyToggleable"); \ #define DUMPER7_ASSERTS_EOAISquadSystem_DeclareNewSquad \ static_assert(alignof(EOAISquadSystem_DeclareNewSquad) == 0x000004, "Wrong alignment on EOAISquadSystem_DeclareNewSquad"); \ static_assert(sizeof(EOAISquadSystem_DeclareNewSquad) == 0x000004, "Wrong size on EOAISquadSystem_DeclareNewSquad"); \ static_assert(offsetof(EOAISquadSystem_DeclareNewSquad, ReturnValue) == 0x000000, "Member 'EOAISquadSystem_DeclareNewSquad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAISquadSystem_JoinSquad \ static_assert(alignof(EOAISquadSystem_JoinSquad) == 0x000008, "Wrong alignment on EOAISquadSystem_JoinSquad"); \ static_assert(sizeof(EOAISquadSystem_JoinSquad) == 0x000018, "Wrong size on EOAISquadSystem_JoinSquad"); \ static_assert(offsetof(EOAISquadSystem_JoinSquad, SquadIndex) == 0x000000, "Member 'EOAISquadSystem_JoinSquad::SquadIndex' has a wrong offset!"); \ static_assert(offsetof(EOAISquadSystem_JoinSquad, JoiningCharacter) == 0x000008, "Member 'EOAISquadSystem_JoinSquad::JoiningCharacter' has a wrong offset!"); \ static_assert(offsetof(EOAISquadSystem_JoinSquad, ReturnValue) == 0x000010, "Member 'EOAISquadSystem_JoinSquad::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAISquadSystem_LeaveSquad \ static_assert(alignof(EOAISquadSystem_LeaveSquad) == 0x000008, "Wrong alignment on EOAISquadSystem_LeaveSquad"); \ static_assert(sizeof(EOAISquadSystem_LeaveSquad) == 0x000018, "Wrong size on EOAISquadSystem_LeaveSquad"); \ static_assert(offsetof(EOAISquadSystem_LeaveSquad, SquadIndex) == 0x000000, "Member 'EOAISquadSystem_LeaveSquad::SquadIndex' has a wrong offset!"); \ static_assert(offsetof(EOAISquadSystem_LeaveSquad, LeavingCharacter) == 0x000008, "Member 'EOAISquadSystem_LeaveSquad::LeavingCharacter' has a wrong offset!"); \ static_assert(offsetof(EOAISquadSystem_LeaveSquad, bRemoveOnEmpty) == 0x000010, "Member 'EOAISquadSystem_LeaveSquad::bRemoveOnEmpty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAISquadSystem_MergeSquadInto \ static_assert(alignof(EOAISquadSystem_MergeSquadInto) == 0x000004, "Wrong alignment on EOAISquadSystem_MergeSquadInto"); \ static_assert(sizeof(EOAISquadSystem_MergeSquadInto) == 0x00000C, "Wrong size on EOAISquadSystem_MergeSquadInto"); \ static_assert(offsetof(EOAISquadSystem_MergeSquadInto, SourceSquadIndex) == 0x000000, "Member 'EOAISquadSystem_MergeSquadInto::SourceSquadIndex' has a wrong offset!"); \ static_assert(offsetof(EOAISquadSystem_MergeSquadInto, DestSquadIndex) == 0x000004, "Member 'EOAISquadSystem_MergeSquadInto::DestSquadIndex' has a wrong offset!"); \ static_assert(offsetof(EOAISquadSystem_MergeSquadInto, bRemoveSourceSquad) == 0x000008, "Member 'EOAISquadSystem_MergeSquadInto::bRemoveSourceSquad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAISquadSystem_OnSquadDeclared \ static_assert(alignof(EOAISquadSystem_OnSquadDeclared) == 0x000004, "Wrong alignment on EOAISquadSystem_OnSquadDeclared"); \ static_assert(sizeof(EOAISquadSystem_OnSquadDeclared) == 0x000004, "Wrong size on EOAISquadSystem_OnSquadDeclared"); \ static_assert(offsetof(EOAISquadSystem_OnSquadDeclared, SquadIndex) == 0x000000, "Member 'EOAISquadSystem_OnSquadDeclared::SquadIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAISquadSystem_OnSquadRemoved \ static_assert(alignof(EOAISquadSystem_OnSquadRemoved) == 0x000004, "Wrong alignment on EOAISquadSystem_OnSquadRemoved"); \ static_assert(sizeof(EOAISquadSystem_OnSquadRemoved) == 0x000004, "Wrong size on EOAISquadSystem_OnSquadRemoved"); \ static_assert(offsetof(EOAISquadSystem_OnSquadRemoved, SquadIndex) == 0x000000, "Member 'EOAISquadSystem_OnSquadRemoved::SquadIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAISquadSystem_RemoveSquad \ static_assert(alignof(EOAISquadSystem_RemoveSquad) == 0x000004, "Wrong alignment on EOAISquadSystem_RemoveSquad"); \ static_assert(sizeof(EOAISquadSystem_RemoveSquad) == 0x000004, "Wrong size on EOAISquadSystem_RemoveSquad"); \ static_assert(offsetof(EOAISquadSystem_RemoveSquad, SquadIndex) == 0x000000, "Member 'EOAISquadSystem_RemoveSquad::SquadIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAISquadSystem_SquadUpdated \ static_assert(alignof(EOAISquadSystem_SquadUpdated) == 0x000008, "Wrong alignment on EOAISquadSystem_SquadUpdated"); \ static_assert(sizeof(EOAISquadSystem_SquadUpdated) == 0x000018, "Wrong size on EOAISquadSystem_SquadUpdated"); \ static_assert(offsetof(EOAISquadSystem_SquadUpdated, SquadIndex) == 0x000000, "Member 'EOAISquadSystem_SquadUpdated::SquadIndex' has a wrong offset!"); \ static_assert(offsetof(EOAISquadSystem_SquadUpdated, Members) == 0x000008, "Member 'EOAISquadSystem_SquadUpdated::Members' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAISquadSystem_GetNumSquads \ static_assert(alignof(EOAISquadSystem_GetNumSquads) == 0x000004, "Wrong alignment on EOAISquadSystem_GetNumSquads"); \ static_assert(sizeof(EOAISquadSystem_GetNumSquads) == 0x000004, "Wrong size on EOAISquadSystem_GetNumSquads"); \ static_assert(offsetof(EOAISquadSystem_GetNumSquads, ReturnValue) == 0x000000, "Member 'EOAISquadSystem_GetNumSquads::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOAISquadSystem \ static_assert(alignof(AEOAISquadSystem) == 0x000008, "Wrong alignment on AEOAISquadSystem"); \ static_assert(sizeof(AEOAISquadSystem) == 0x000258, "Wrong size on AEOAISquadSystem"); \ static_assert(offsetof(AEOAISquadSystem, MaxSquads) == 0x000230, "Member 'AEOAISquadSystem::MaxSquads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAITask_FaceTarget_EOAITask_FaceTarget \ static_assert(alignof(EOAITask_FaceTarget_EOAITask_FaceTarget) == 0x000008, "Wrong alignment on EOAITask_FaceTarget_EOAITask_FaceTarget"); \ static_assert(sizeof(EOAITask_FaceTarget_EOAITask_FaceTarget) == 0x000040, "Wrong size on EOAITask_FaceTarget_EOAITask_FaceTarget"); \ static_assert(offsetof(EOAITask_FaceTarget_EOAITask_FaceTarget, Controller) == 0x000000, "Member 'EOAITask_FaceTarget_EOAITask_FaceTarget::Controller' has a wrong offset!"); \ static_assert(offsetof(EOAITask_FaceTarget_EOAITask_FaceTarget, TargetActor) == 0x000008, "Member 'EOAITask_FaceTarget_EOAITask_FaceTarget::TargetActor' has a wrong offset!"); \ static_assert(offsetof(EOAITask_FaceTarget_EOAITask_FaceTarget, TargetLocation) == 0x000010, "Member 'EOAITask_FaceTarget_EOAITask_FaceTarget::TargetLocation' has a wrong offset!"); \ static_assert(offsetof(EOAITask_FaceTarget_EOAITask_FaceTarget, TurnParameters) == 0x000020, "Member 'EOAITask_FaceTarget_EOAITask_FaceTarget::TurnParameters' has a wrong offset!"); \ static_assert(offsetof(EOAITask_FaceTarget_EOAITask_FaceTarget, ReturnValue) == 0x000038, "Member 'EOAITask_FaceTarget_EOAITask_FaceTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAITask_FaceTarget_OnAnimTurnFinished \ static_assert(alignof(EOAITask_FaceTarget_OnAnimTurnFinished) == 0x000001, "Wrong alignment on EOAITask_FaceTarget_OnAnimTurnFinished"); \ static_assert(sizeof(EOAITask_FaceTarget_OnAnimTurnFinished) == 0x000001, "Wrong size on EOAITask_FaceTarget_OnAnimTurnFinished"); \ static_assert(offsetof(EOAITask_FaceTarget_OnAnimTurnFinished, bInterrupted) == 0x000000, "Member 'EOAITask_FaceTarget_OnAnimTurnFinished::bInterrupted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAITask_FaceTarget \ static_assert(alignof(UEOAITask_FaceTarget) == 0x000008, "Wrong alignment on UEOAITask_FaceTarget"); \ static_assert(sizeof(UEOAITask_FaceTarget) == 0x000188, "Wrong size on UEOAITask_FaceTarget"); \ static_assert(offsetof(UEOAITask_FaceTarget, OnFaceTargetFinished) == 0x000070, "Member 'UEOAITask_FaceTarget::OnFaceTargetFinished' has a wrong offset!"); \ static_assert(offsetof(UEOAITask_FaceTarget, AnimTurn) == 0x000080, "Member 'UEOAITask_FaceTarget::AnimTurn' has a wrong offset!"); \ static_assert(offsetof(UEOAITask_FaceTarget, FaceTargetActor) == 0x000158, "Member 'UEOAITask_FaceTarget::FaceTargetActor' has a wrong offset!"); \ static_assert(offsetof(UEOAITask_FaceTarget, FaceTargetLocation) == 0x000160, "Member 'UEOAITask_FaceTarget::FaceTargetLocation' has a wrong offset!"); \ static_assert(offsetof(UEOAITask_FaceTarget, FaceTurnParameters) == 0x000170, "Member 'UEOAITask_FaceTarget::FaceTurnParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAITask_MoveToWithTick_EOAITask_MoveToWithTick \ static_assert(alignof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick) == 0x000008, "Wrong alignment on EOAITask_MoveToWithTick_EOAITask_MoveToWithTick"); \ static_assert(sizeof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick) == 0x000050, "Wrong size on EOAITask_MoveToWithTick_EOAITask_MoveToWithTick"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, Controller) == 0x000000, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::Controller' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, TurnToPathParameters) == 0x000008, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::TurnToPathParameters' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, GoalLocation) == 0x000020, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::GoalLocation' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, GoalActor) == 0x000030, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::GoalActor' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, AcceptanceRadius) == 0x000038, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::AcceptanceRadius' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, StopOnOverlap) == 0x00003C, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::StopOnOverlap' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, AcceptPartialPath) == 0x00003D, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::AcceptPartialPath' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, bUsePathfinding) == 0x00003E, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::bUsePathfinding' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, bLockAILogic) == 0x00003F, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::bLockAILogic' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, bUseContinuosGoalTracking) == 0x000040, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::bUseContinuosGoalTracking' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, ProjectGoalOnNavigation) == 0x000041, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::ProjectGoalOnNavigation' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, bUseStringPulling) == 0x000042, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::bUseStringPulling' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, CanStrafe) == 0x000043, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::CanStrafe' has a wrong offset!"); \ static_assert(offsetof(EOAITask_MoveToWithTick_EOAITask_MoveToWithTick, ReturnValue) == 0x000048, "Member 'EOAITask_MoveToWithTick_EOAITask_MoveToWithTick::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOAITask_MoveToWithTick_OnAnimTurnFinished \ static_assert(alignof(EOAITask_MoveToWithTick_OnAnimTurnFinished) == 0x000001, "Wrong alignment on EOAITask_MoveToWithTick_OnAnimTurnFinished"); \ static_assert(sizeof(EOAITask_MoveToWithTick_OnAnimTurnFinished) == 0x000001, "Wrong size on EOAITask_MoveToWithTick_OnAnimTurnFinished"); \ static_assert(offsetof(EOAITask_MoveToWithTick_OnAnimTurnFinished, bInterrupted) == 0x000000, "Member 'EOAITask_MoveToWithTick_OnAnimTurnFinished::bInterrupted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOAITask_MoveToWithTick \ static_assert(alignof(UEOAITask_MoveToWithTick) == 0x000008, "Wrong alignment on UEOAITask_MoveToWithTick"); \ static_assert(sizeof(UEOAITask_MoveToWithTick) == 0x000220, "Wrong size on UEOAITask_MoveToWithTick"); \ static_assert(offsetof(UEOAITask_MoveToWithTick, OnMoveTick) == 0x000110, "Member 'UEOAITask_MoveToWithTick::OnMoveTick' has a wrong offset!"); \ static_assert(offsetof(UEOAITask_MoveToWithTick, AnimTurn) == 0x000120, "Member 'UEOAITask_MoveToWithTick::AnimTurn' has a wrong offset!"); \ static_assert(offsetof(UEOAITask_MoveToWithTick, TurnParameters) == 0x0001F8, "Member 'UEOAITask_MoveToWithTick::TurnParameters' has a wrong offset!"); \ static_assert(offsetof(UEOAITask_MoveToWithTick, LastPathDirection) == 0x000210, "Member 'UEOAITask_MoveToWithTick::LastPathDirection' 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) == 0x000078, "Wrong size on FNavLinkCustomInstanceData"); \ static_assert(offsetof(FNavLinkCustomInstanceData, CustomLinkId) == 0x000068, "Member 'FNavLinkCustomInstanceData::CustomLinkId' has a wrong offset!"); \ static_assert(offsetof(FNavLinkCustomInstanceData, AuxiliaryCustomLinkId) == 0x000070, "Member 'FNavLinkCustomInstanceData::AuxiliaryCustomLinkId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRecastNavMeshGenerationProperties \ static_assert(alignof(FRecastNavMeshGenerationProperties) == 0x000004, "Wrong alignment on FRecastNavMeshGenerationProperties"); \ static_assert(sizeof(FRecastNavMeshGenerationProperties) == 0x000040, "Wrong size on FRecastNavMeshGenerationProperties"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, TilePoolSize) == 0x000000, "Member 'FRecastNavMeshGenerationProperties::TilePoolSize' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, TileSizeUU) == 0x000004, "Member 'FRecastNavMeshGenerationProperties::TileSizeUU' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, CellSize) == 0x000008, "Member 'FRecastNavMeshGenerationProperties::CellSize' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, CellHeight) == 0x00000C, "Member 'FRecastNavMeshGenerationProperties::CellHeight' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentRadius) == 0x000010, "Member 'FRecastNavMeshGenerationProperties::AgentRadius' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentHeight) == 0x000014, "Member 'FRecastNavMeshGenerationProperties::AgentHeight' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxSlope) == 0x000018, "Member 'FRecastNavMeshGenerationProperties::AgentMaxSlope' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxStepHeight) == 0x00001C, "Member 'FRecastNavMeshGenerationProperties::AgentMaxStepHeight' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, MinRegionArea) == 0x000020, "Member 'FRecastNavMeshGenerationProperties::MinRegionArea' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, MergeRegionSize) == 0x000024, "Member 'FRecastNavMeshGenerationProperties::MergeRegionSize' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, MaxSimplificationError) == 0x000028, "Member 'FRecastNavMeshGenerationProperties::MaxSimplificationError' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, TileNumberHardLimit) == 0x00002C, "Member 'FRecastNavMeshGenerationProperties::TileNumberHardLimit' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionPartitioning) == 0x000030, "Member 'FRecastNavMeshGenerationProperties::RegionPartitioning' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerPartitioning) == 0x000031, "Member 'FRecastNavMeshGenerationProperties::LayerPartitioning' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionChunkSplits) == 0x000034, "Member 'FRecastNavMeshGenerationProperties::RegionChunkSplits' has a wrong offset!"); \ static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerChunkSplits) == 0x000038, "Member 'FRecastNavMeshGenerationProperties::LayerChunkSplits' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavLinkRenderingComponent \ static_assert(alignof(UNavLinkRenderingComponent) == 0x000010, "Wrong alignment on UNavLinkRenderingComponent"); \ static_assert(sizeof(UNavLinkRenderingComponent) == 0x000460, "Wrong size on UNavLinkRenderingComponent"); \ #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_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) == 0x0000E8, "Wrong size on UNavRelevantComponent"); \ static_assert(offsetof(UNavRelevantComponent, CachedNavParent) == 0x0000E0, "Member 'UNavRelevantComponent::CachedNavParent' has a wrong offset!"); \ #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_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_UNavLinkCustomComponent \ static_assert(alignof(UNavLinkCustomComponent) == 0x000008, "Wrong alignment on UNavLinkCustomComponent"); \ static_assert(sizeof(UNavLinkCustomComponent) == 0x0001A8, "Wrong size on UNavLinkCustomComponent"); \ static_assert(offsetof(UNavLinkCustomComponent, NavLinkUserId) == 0x0000F0, "Member 'UNavLinkCustomComponent::NavLinkUserId' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, CustomLinkId) == 0x0000F8, "Member 'UNavLinkCustomComponent::CustomLinkId' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, AuxiliaryCustomLinkId) == 0x000100, "Member 'UNavLinkCustomComponent::AuxiliaryCustomLinkId' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, EnabledAreaClass) == 0x000108, "Member 'UNavLinkCustomComponent::EnabledAreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, DisabledAreaClass) == 0x000110, "Member 'UNavLinkCustomComponent::DisabledAreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, SupportedAgents) == 0x000118, "Member 'UNavLinkCustomComponent::SupportedAgents' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeStart) == 0x00011C, "Member 'UNavLinkCustomComponent::LinkRelativeStart' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeEnd) == 0x000128, "Member 'UNavLinkCustomComponent::LinkRelativeEnd' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, LinkDirection) == 0x000134, "Member 'UNavLinkCustomComponent::LinkDirection' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, ObstacleOffset) == 0x00013C, "Member 'UNavLinkCustomComponent::ObstacleOffset' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, ObstacleExtent) == 0x000148, "Member 'UNavLinkCustomComponent::ObstacleExtent' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, ObstacleAreaClass) == 0x000158, "Member 'UNavLinkCustomComponent::ObstacleAreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, BroadcastRadius) == 0x000160, "Member 'UNavLinkCustomComponent::BroadcastRadius' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, BroadcastInterval) == 0x000164, "Member 'UNavLinkCustomComponent::BroadcastInterval' has a wrong offset!"); \ static_assert(offsetof(UNavLinkCustomComponent, BroadcastChannel) == 0x000168, "Member 'UNavLinkCustomComponent::BroadcastChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavigationData \ static_assert(alignof(ANavigationData) == 0x000008, "Wrong alignment on ANavigationData"); \ static_assert(sizeof(ANavigationData) == 0x000438, "Wrong size on ANavigationData"); \ static_assert(offsetof(ANavigationData, RenderingComp) == 0x000238, "Member 'ANavigationData::RenderingComp' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, NavDataConfig) == 0x000240, "Member 'ANavigationData::NavDataConfig' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, RuntimeGeneration) == 0x0002BC, "Member 'ANavigationData::RuntimeGeneration' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, ObservedPathsTickInterval) == 0x0002C0, "Member 'ANavigationData::ObservedPathsTickInterval' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, DataVersion) == 0x0002C4, "Member 'ANavigationData::DataVersion' has a wrong offset!"); \ static_assert(offsetof(ANavigationData, SupportedAreas) == 0x0003D0, "Member 'ANavigationData::SupportedAreas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AAbstractNavData \ static_assert(alignof(AAbstractNavData) == 0x000008, "Wrong alignment on AAbstractNavData"); \ static_assert(sizeof(AAbstractNavData) == 0x000438, "Wrong size on AAbstractNavData"); \ #define DUMPER7_ASSERTS_UCrowdManagerBase \ static_assert(alignof(UCrowdManagerBase) == 0x000008, "Wrong alignment on UCrowdManagerBase"); \ static_assert(sizeof(UCrowdManagerBase) == 0x000028, "Wrong size on UCrowdManagerBase"); \ #define DUMPER7_ASSERTS_UNavArea_Null \ static_assert(alignof(UNavArea_Null) == 0x000008, "Wrong alignment on UNavArea_Null"); \ static_assert(sizeof(UNavArea_Null) == 0x000048, "Wrong size on UNavArea_Null"); \ #define DUMPER7_ASSERTS_UNavArea_Obstacle \ static_assert(alignof(UNavArea_Obstacle) == 0x000008, "Wrong alignment on UNavArea_Obstacle"); \ static_assert(sizeof(UNavArea_Obstacle) == 0x000048, "Wrong size on UNavArea_Obstacle"); \ #define DUMPER7_ASSERTS_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) == 0x000438, "Wrong size on ANavigationGraph"); \ #define DUMPER7_ASSERTS_ANavigationGraphNode \ static_assert(alignof(ANavigationGraphNode) == 0x000008, "Wrong alignment on ANavigationGraphNode"); \ static_assert(sizeof(ANavigationGraphNode) == 0x000230, "Wrong size on ANavigationGraphNode"); \ #define DUMPER7_ASSERTS_UNavigationGraphNodeComponent \ static_assert(alignof(UNavigationGraphNodeComponent) == 0x000010, "Wrong alignment on UNavigationGraphNodeComponent"); \ static_assert(sizeof(UNavigationGraphNodeComponent) == 0x000230, "Wrong size on UNavigationGraphNodeComponent"); \ static_assert(offsetof(UNavigationGraphNodeComponent, Node) == 0x000208, "Member 'UNavigationGraphNodeComponent::Node' has a wrong offset!"); \ static_assert(offsetof(UNavigationGraphNodeComponent, NextNodeComponent) == 0x000220, "Member 'UNavigationGraphNodeComponent::NextNodeComponent' has a wrong offset!"); \ static_assert(offsetof(UNavigationGraphNodeComponent, PrevNodeComponent) == 0x000228, "Member 'UNavigationGraphNodeComponent::PrevNodeComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavigationInvokerComponent \ static_assert(alignof(UNavigationInvokerComponent) == 0x000008, "Wrong alignment on UNavigationInvokerComponent"); \ static_assert(sizeof(UNavigationInvokerComponent) == 0x0000C0, "Wrong size on UNavigationInvokerComponent"); \ static_assert(offsetof(UNavigationInvokerComponent, TileGenerationRadius) == 0x0000B8, "Member 'UNavigationInvokerComponent::TileGenerationRadius' has a wrong offset!"); \ static_assert(offsetof(UNavigationInvokerComponent, TileRemovalRadius) == 0x0000BC, "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) == 0x001630, "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) == 0x00160C, "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) == 0x000320, "Wrong size on ANavigationTestingActor"); \ static_assert(offsetof(ANavigationTestingActor, CapsuleComponent) == 0x000240, "Member 'ANavigationTestingActor::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, InvokerComponent) == 0x000248, "Member 'ANavigationTestingActor::InvokerComponent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, NavAgentProps) == 0x000258, "Member 'ANavigationTestingActor::NavAgentProps' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, QueryingExtent) == 0x000288, "Member 'ANavigationTestingActor::QueryingExtent' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, MyNavData) == 0x000298, "Member 'ANavigationTestingActor::MyNavData' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, ProjectedLocation) == 0x0002A0, "Member 'ANavigationTestingActor::ProjectedLocation' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, CostLimitFactor) == 0x0002B0, "Member 'ANavigationTestingActor::CostLimitFactor' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, MinimumCostLimit) == 0x0002B4, "Member 'ANavigationTestingActor::MinimumCostLimit' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, CostDisplayMode) == 0x0002BC, "Member 'ANavigationTestingActor::CostDisplayMode' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, TextCanvasOffset) == 0x0002C0, "Member 'ANavigationTestingActor::TextCanvasOffset' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathfindingTime) == 0x0002CC, "Member 'ANavigationTestingActor::PathfindingTime' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathCost) == 0x0002D0, "Member 'ANavigationTestingActor::PathCost' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, PathfindingSteps) == 0x0002D4, "Member 'ANavigationTestingActor::PathfindingSteps' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, OtherActor) == 0x0002D8, "Member 'ANavigationTestingActor::OtherActor' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, FilterClass) == 0x0002E0, "Member 'ANavigationTestingActor::FilterClass' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, ShowStepIndex) == 0x0002E8, "Member 'ANavigationTestingActor::ShowStepIndex' has a wrong offset!"); \ static_assert(offsetof(ANavigationTestingActor, OffsetFromCornersDistance) == 0x0002EC, "Member 'ANavigationTestingActor::OffsetFromCornersDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavLinkComponent \ static_assert(alignof(UNavLinkComponent) == 0x000010, "Wrong alignment on UNavLinkComponent"); \ static_assert(sizeof(UNavLinkComponent) == 0x000480, "Wrong size on UNavLinkComponent"); \ static_assert(offsetof(UNavLinkComponent, Links) == 0x000468, "Member 'UNavLinkComponent::Links' 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_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) == 0x000270, "Wrong size on ANavMeshBoundsVolume"); \ static_assert(offsetof(ANavMeshBoundsVolume, SupportedAgents) == 0x000268, "Member 'ANavMeshBoundsVolume::SupportedAgents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavMeshRenderingComponent \ static_assert(alignof(UNavMeshRenderingComponent) == 0x000010, "Wrong alignment on UNavMeshRenderingComponent"); \ static_assert(sizeof(UNavMeshRenderingComponent) == 0x000470, "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) == 0x000150, "Wrong size on UNavModifierComponent"); \ static_assert(offsetof(UNavModifierComponent, AreaClass) == 0x0000E8, "Member 'UNavModifierComponent::AreaClass' has a wrong offset!"); \ static_assert(offsetof(UNavModifierComponent, FailsafeExtent) == 0x0000F0, "Member 'UNavModifierComponent::FailsafeExtent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_NavModifierVolume_SetAreaClass \ static_assert(alignof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong alignment on NavModifierVolume_SetAreaClass"); \ static_assert(sizeof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong size on NavModifierVolume_SetAreaClass"); \ static_assert(offsetof(NavModifierVolume_SetAreaClass, NewAreaClass) == 0x000000, "Member 'NavModifierVolume_SetAreaClass::NewAreaClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ANavModifierVolume \ static_assert(alignof(ANavModifierVolume) == 0x000008, "Wrong alignment on ANavModifierVolume"); \ static_assert(sizeof(ANavModifierVolume) == 0x000280, "Wrong size on ANavModifierVolume"); \ static_assert(offsetof(ANavModifierVolume, AreaClass) == 0x000270, "Member 'ANavModifierVolume::AreaClass' has a wrong offset!"); \ static_assert(offsetof(ANavModifierVolume, bMaskFillCollisionUnderneathForNavmesh) == 0x000278, "Member 'ANavModifierVolume::bMaskFillCollisionUnderneathForNavmesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_INavNodeInterface \ static_assert(alignof(INavNodeInterface) == 0x000001, "Wrong alignment on INavNodeInterface"); \ static_assert(sizeof(INavNodeInterface) == 0x000001, "Wrong size on INavNodeInterface"); \ #define DUMPER7_ASSERTS_ANavSystemConfigOverride \ static_assert(alignof(ANavSystemConfigOverride) == 0x000008, "Wrong alignment on ANavSystemConfigOverride"); \ static_assert(sizeof(ANavSystemConfigOverride) == 0x000240, "Wrong size on ANavSystemConfigOverride"); \ static_assert(offsetof(ANavSystemConfigOverride, NavigationSystemConfig) == 0x000230, "Member 'ANavSystemConfigOverride::NavigationSystemConfig' has a wrong offset!"); \ static_assert(offsetof(ANavSystemConfigOverride, OverridePolicy) == 0x000238, "Member 'ANavSystemConfigOverride::OverridePolicy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNavTestRenderingComponent \ static_assert(alignof(UNavTestRenderingComponent) == 0x000010, "Wrong alignment on UNavTestRenderingComponent"); \ static_assert(sizeof(UNavTestRenderingComponent) == 0x000460, "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) == 0x0004E8, "Wrong size on ARecastNavMesh"); \ static_assert(offsetof(ARecastNavMesh, DrawOffset) == 0x00043C, "Member 'ARecastNavMesh::DrawOffset' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TilePoolSize) == 0x000444, "Member 'ARecastNavMesh::TilePoolSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileSizeUU) == 0x000448, "Member 'ARecastNavMesh::TileSizeUU' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, CellSize) == 0x00044C, "Member 'ARecastNavMesh::CellSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, CellHeight) == 0x000450, "Member 'ARecastNavMesh::CellHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentRadius) == 0x000454, "Member 'ARecastNavMesh::AgentRadius' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentHeight) == 0x000458, "Member 'ARecastNavMesh::AgentHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentMaxSlope) == 0x00045C, "Member 'ARecastNavMesh::AgentMaxSlope' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, AgentMaxStepHeight) == 0x000460, "Member 'ARecastNavMesh::AgentMaxStepHeight' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MinRegionArea) == 0x000464, "Member 'ARecastNavMesh::MinRegionArea' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MergeRegionSize) == 0x000468, "Member 'ARecastNavMesh::MergeRegionSize' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MaxSimplificationError) == 0x00046C, "Member 'ARecastNavMesh::MaxSimplificationError' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, MaxSimultaneousTileGenerationJobsCount) == 0x000470, "Member 'ARecastNavMesh::MaxSimultaneousTileGenerationJobsCount' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileNumberHardLimit) == 0x000474, "Member 'ARecastNavMesh::TileNumberHardLimit' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefTileBits) == 0x000478, "Member 'ARecastNavMesh::PolyRefTileBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefNavPolyBits) == 0x00047C, "Member 'ARecastNavMesh::PolyRefNavPolyBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, PolyRefSaltBits) == 0x000480, "Member 'ARecastNavMesh::PolyRefSaltBits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, NavMeshOriginOffset) == 0x000484, "Member 'ARecastNavMesh::NavMeshOriginOffset' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultDrawDistance) == 0x000490, "Member 'ARecastNavMesh::DefaultDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultMaxSearchNodes) == 0x000494, "Member 'ARecastNavMesh::DefaultMaxSearchNodes' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, DefaultMaxHierarchicalSearchNodes) == 0x000498, "Member 'ARecastNavMesh::DefaultMaxHierarchicalSearchNodes' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, RegionPartitioning) == 0x00049C, "Member 'ARecastNavMesh::RegionPartitioning' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, LayerPartitioning) == 0x00049D, "Member 'ARecastNavMesh::LayerPartitioning' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, RegionChunkSplits) == 0x0004A0, "Member 'ARecastNavMesh::RegionChunkSplits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, LayerChunkSplits) == 0x0004A4, "Member 'ARecastNavMesh::LayerChunkSplits' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, TileSetUpdateInterval) == 0x0004AC, "Member 'ARecastNavMesh::TileSetUpdateInterval' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, HeuristicScale) == 0x0004B0, "Member 'ARecastNavMesh::HeuristicScale' has a wrong offset!"); \ static_assert(offsetof(ARecastNavMesh, VerticalDeviationFromGroundCompensation) == 0x0004B4, "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_EOPlayerController_OnApplyForceFeedbackScale \ static_assert(alignof(EOPlayerController_OnApplyForceFeedbackScale) == 0x000008, "Wrong alignment on EOPlayerController_OnApplyForceFeedbackScale"); \ static_assert(sizeof(EOPlayerController_OnApplyForceFeedbackScale) == 0x000010, "Wrong size on EOPlayerController_OnApplyForceFeedbackScale"); \ static_assert(offsetof(EOPlayerController_OnApplyForceFeedbackScale, Sender) == 0x000000, "Member 'EOPlayerController_OnApplyForceFeedbackScale::Sender' has a wrong offset!"); \ static_assert(offsetof(EOPlayerController_OnApplyForceFeedbackScale, Event) == 0x000008, "Member 'EOPlayerController_OnApplyForceFeedbackScale::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPlayerController_CalculateAttitudeTowardsActor \ static_assert(alignof(EOPlayerController_CalculateAttitudeTowardsActor) == 0x000008, "Wrong alignment on EOPlayerController_CalculateAttitudeTowardsActor"); \ static_assert(sizeof(EOPlayerController_CalculateAttitudeTowardsActor) == 0x000010, "Wrong size on EOPlayerController_CalculateAttitudeTowardsActor"); \ static_assert(offsetof(EOPlayerController_CalculateAttitudeTowardsActor, OtherActor) == 0x000000, "Member 'EOPlayerController_CalculateAttitudeTowardsActor::OtherActor' has a wrong offset!"); \ static_assert(offsetof(EOPlayerController_CalculateAttitudeTowardsActor, ReturnValue) == 0x000008, "Member 'EOPlayerController_CalculateAttitudeTowardsActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPlayerController_GetTeamIDByte \ static_assert(alignof(EOPlayerController_GetTeamIDByte) == 0x000001, "Wrong alignment on EOPlayerController_GetTeamIDByte"); \ static_assert(sizeof(EOPlayerController_GetTeamIDByte) == 0x000001, "Wrong size on EOPlayerController_GetTeamIDByte"); \ static_assert(offsetof(EOPlayerController_GetTeamIDByte, ReturnValue) == 0x000000, "Member 'EOPlayerController_GetTeamIDByte::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOPlayerController \ static_assert(alignof(AEOPlayerController) == 0x000008, "Wrong alignment on AEOPlayerController"); \ static_assert(sizeof(AEOPlayerController) == 0x0005A8, "Wrong size on AEOPlayerController"); \ #define DUMPER7_ASSERTS_UEOPlayerInventorySubsystem \ static_assert(alignof(UEOPlayerInventorySubsystem) == 0x000008, "Wrong alignment on UEOPlayerInventorySubsystem"); \ static_assert(sizeof(UEOPlayerInventorySubsystem) == 0x000030, "Wrong size on UEOPlayerInventorySubsystem"); \ #define DUMPER7_ASSERTS_BP_OTI_LookAtDurReached_C_ExecuteUbergraph_BP_OTI_LookAtDurReached \ static_assert(alignof(BP_OTI_LookAtDurReached_C_ExecuteUbergraph_BP_OTI_LookAtDurReached) == 0x000008, "Wrong alignment on BP_OTI_LookAtDurReached_C_ExecuteUbergraph_BP_OTI_LookAtDurReached"); \ static_assert(sizeof(BP_OTI_LookAtDurReached_C_ExecuteUbergraph_BP_OTI_LookAtDurReached) == 0x000018, "Wrong size on BP_OTI_LookAtDurReached_C_ExecuteUbergraph_BP_OTI_LookAtDurReached"); \ static_assert(offsetof(BP_OTI_LookAtDurReached_C_ExecuteUbergraph_BP_OTI_LookAtDurReached, EntryPoint) == 0x000000, "Member 'BP_OTI_LookAtDurReached_C_ExecuteUbergraph_BP_OTI_LookAtDurReached::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_OTI_LookAtDurReached_C_ExecuteUbergraph_BP_OTI_LookAtDurReached, K2Node_Event_InteractionComponent) == 0x000008, "Member 'BP_OTI_LookAtDurReached_C_ExecuteUbergraph_BP_OTI_LookAtDurReached::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_OTI_LookAtDurReached_C_ExecuteUbergraph_BP_OTI_LookAtDurReached, K2Node_Event_InteractionActor) == 0x000010, "Member 'BP_OTI_LookAtDurReached_C_ExecuteUbergraph_BP_OTI_LookAtDurReached::K2Node_Event_InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_OTI_LookAtDurReached_C_ActiveBeginInteract \ static_assert(alignof(BP_OTI_LookAtDurReached_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_OTI_LookAtDurReached_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_OTI_LookAtDurReached_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_OTI_LookAtDurReached_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_OTI_LookAtDurReached_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_OTI_LookAtDurReached_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_OTI_LookAtDurReached_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_OTI_LookAtDurReached_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OTI_LookAtDurReached_C \ static_assert(alignof(ABP_OTI_LookAtDurReached_C) == 0x000008, "Wrong alignment on ABP_OTI_LookAtDurReached_C"); \ static_assert(sizeof(ABP_OTI_LookAtDurReached_C) == 0x001BF0, "Wrong size on ABP_OTI_LookAtDurReached_C"); \ static_assert(offsetof(ABP_OTI_LookAtDurReached_C, UberGraphFrame_BP_OTI_LookAtDurReached_C) == 0x001BD0, "Member 'ABP_OTI_LookAtDurReached_C::UberGraphFrame_BP_OTI_LookAtDurReached_C' has a wrong offset!"); \ static_assert(offsetof(ABP_OTI_LookAtDurReached_C, Box) == 0x001BD8, "Member 'ABP_OTI_LookAtDurReached_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_OTI_LookAtDurReached_C, OnLookAtInteracted) == 0x001BE0, "Member 'ABP_OTI_LookAtDurReached_C::OnLookAtInteracted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHCrosshairInfo \ static_assert(alignof(FPHCrosshairInfo) == 0x000008, "Wrong alignment on FPHCrosshairInfo"); \ static_assert(sizeof(FPHCrosshairInfo) == 0x000030, "Wrong size on FPHCrosshairInfo"); \ static_assert(offsetof(FPHCrosshairInfo, Texture) == 0x000000, "Member 'FPHCrosshairInfo::Texture' has a wrong offset!"); \ static_assert(offsetof(FPHCrosshairInfo, Material) == 0x000008, "Member 'FPHCrosshairInfo::Material' has a wrong offset!"); \ static_assert(offsetof(FPHCrosshairInfo, Color) == 0x000010, "Member 'FPHCrosshairInfo::Color' has a wrong offset!"); \ static_assert(offsetof(FPHCrosshairInfo, Size) == 0x000020, "Member 'FPHCrosshairInfo::Size' has a wrong offset!"); \ static_assert(offsetof(FPHCrosshairInfo, CrosshairFX) == 0x000028, "Member 'FPHCrosshairInfo::CrosshairFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAbilityInputBinding \ static_assert(alignof(FAbilityInputBinding) == 0x000008, "Wrong alignment on FAbilityInputBinding"); \ static_assert(sizeof(FAbilityInputBinding) == 0x000018, "Wrong size on FAbilityInputBinding"); \ static_assert(offsetof(FAbilityInputBinding, GameplayAbilityClass) == 0x000000, "Member 'FAbilityInputBinding::GameplayAbilityClass' has a wrong offset!"); \ static_assert(offsetof(FAbilityInputBinding, InputAction) == 0x000008, "Member 'FAbilityInputBinding::InputAction' has a wrong offset!"); \ static_assert(offsetof(FAbilityInputBinding, StartActivated) == 0x000010, "Member 'FAbilityInputBinding::StartActivated' has a wrong offset!"); \ static_assert(offsetof(FAbilityInputBinding, CheckTriggered) == 0x000011, "Member 'FAbilityInputBinding::CheckTriggered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTraceTimer \ static_assert(alignof(FTraceTimer) == 0x000008, "Wrong alignment on FTraceTimer"); \ static_assert(sizeof(FTraceTimer) == 0x000010, "Wrong size on FTraceTimer"); \ static_assert(offsetof(FTraceTimer, TraceStrategy) == 0x000000, "Member 'FTraceTimer::TraceStrategy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOBaseInteractTraceStrategy \ static_assert(alignof(UEOBaseInteractTraceStrategy) == 0x000008, "Wrong alignment on UEOBaseInteractTraceStrategy"); \ static_assert(sizeof(UEOBaseInteractTraceStrategy) == 0x0000E0, "Wrong size on UEOBaseInteractTraceStrategy"); \ static_assert(offsetof(UEOBaseInteractTraceStrategy, bTraceComplex) == 0x000028, "Member 'UEOBaseInteractTraceStrategy::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(UEOBaseInteractTraceStrategy, bOverlapOnly) == 0x000029, "Member 'UEOBaseInteractTraceStrategy::bOverlapOnly' has a wrong offset!"); \ static_assert(offsetof(UEOBaseInteractTraceStrategy, bUseInteractButton) == 0x00002A, "Member 'UEOBaseInteractTraceStrategy::bUseInteractButton' has a wrong offset!"); \ static_assert(offsetof(UEOBaseInteractTraceStrategy, TraceName) == 0x00002C, "Member 'UEOBaseInteractTraceStrategy::TraceName' has a wrong offset!"); \ static_assert(offsetof(UEOBaseInteractTraceStrategy, bDrawDebug) == 0x000050, "Member 'UEOBaseInteractTraceStrategy::bDrawDebug' has a wrong offset!"); \ static_assert(offsetof(UEOBaseInteractTraceStrategy, DebugTraceColor) == 0x000054, "Member 'UEOBaseInteractTraceStrategy::DebugTraceColor' has a wrong offset!"); \ static_assert(offsetof(UEOBaseInteractTraceStrategy, DebugTraceColorHit) == 0x000064, "Member 'UEOBaseInteractTraceStrategy::DebugTraceColorHit' has a wrong offset!"); \ static_assert(offsetof(UEOBaseInteractTraceStrategy, DebugTraceDrawTime) == 0x000074, "Member 'UEOBaseInteractTraceStrategy::DebugTraceDrawTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairFX_Begin \ static_assert(alignof(EOCrosshairFX_Begin) == 0x000008, "Wrong alignment on EOCrosshairFX_Begin"); \ static_assert(sizeof(EOCrosshairFX_Begin) == 0x000008, "Wrong size on EOCrosshairFX_Begin"); \ static_assert(offsetof(EOCrosshairFX_Begin, ParentWidget) == 0x000000, "Member 'EOCrosshairFX_Begin::ParentWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairFX_End \ static_assert(alignof(EOCrosshairFX_End) == 0x000001, "Wrong alignment on EOCrosshairFX_End"); \ static_assert(sizeof(EOCrosshairFX_End) == 0x000001, "Wrong size on EOCrosshairFX_End"); \ static_assert(offsetof(EOCrosshairFX_End, bForce) == 0x000000, "Member 'EOCrosshairFX_End::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairFX_SetIsLatent \ static_assert(alignof(EOCrosshairFX_SetIsLatent) == 0x000001, "Wrong alignment on EOCrosshairFX_SetIsLatent"); \ static_assert(sizeof(EOCrosshairFX_SetIsLatent) == 0x000001, "Wrong size on EOCrosshairFX_SetIsLatent"); \ static_assert(offsetof(EOCrosshairFX_SetIsLatent, bLatent) == 0x000000, "Member 'EOCrosshairFX_SetIsLatent::bLatent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairFX_SetIsTickable \ static_assert(alignof(EOCrosshairFX_SetIsTickable) == 0x000001, "Wrong alignment on EOCrosshairFX_SetIsTickable"); \ static_assert(sizeof(EOCrosshairFX_SetIsTickable) == 0x000001, "Wrong size on EOCrosshairFX_SetIsTickable"); \ static_assert(offsetof(EOCrosshairFX_SetIsTickable, bTickable) == 0x000000, "Member 'EOCrosshairFX_SetIsTickable::bTickable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairFX_Tick \ static_assert(alignof(EOCrosshairFX_Tick) == 0x000004, "Wrong alignment on EOCrosshairFX_Tick"); \ static_assert(sizeof(EOCrosshairFX_Tick) == 0x000004, "Wrong size on EOCrosshairFX_Tick"); \ static_assert(offsetof(EOCrosshairFX_Tick, DeltaTime) == 0x000000, "Member 'EOCrosshairFX_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairFX_IsLatent \ static_assert(alignof(EOCrosshairFX_IsLatent) == 0x000001, "Wrong alignment on EOCrosshairFX_IsLatent"); \ static_assert(sizeof(EOCrosshairFX_IsLatent) == 0x000001, "Wrong size on EOCrosshairFX_IsLatent"); \ static_assert(offsetof(EOCrosshairFX_IsLatent, ReturnValue) == 0x000000, "Member 'EOCrosshairFX_IsLatent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairFX_IsTickable \ static_assert(alignof(EOCrosshairFX_IsTickable) == 0x000001, "Wrong alignment on EOCrosshairFX_IsTickable"); \ static_assert(sizeof(EOCrosshairFX_IsTickable) == 0x000001, "Wrong size on EOCrosshairFX_IsTickable"); \ static_assert(offsetof(EOCrosshairFX_IsTickable, ReturnValue) == 0x000000, "Member 'EOCrosshairFX_IsTickable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOCrosshairFX \ static_assert(alignof(UEOCrosshairFX) == 0x000008, "Wrong alignment on UEOCrosshairFX"); \ static_assert(sizeof(UEOCrosshairFX) == 0x000030, "Wrong size on UEOCrosshairFX"); \ static_assert(offsetof(UEOCrosshairFX, bInternalIsTickable) == 0x000028, "Member 'UEOCrosshairFX::bInternalIsTickable' has a wrong offset!"); \ static_assert(offsetof(UEOCrosshairFX, bInternalIsLatent) == 0x000029, "Member 'UEOCrosshairFX::bInternalIsLatent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairTarget_GetCrosshairColor \ static_assert(alignof(EOCrosshairTarget_GetCrosshairColor) == 0x000004, "Wrong alignment on EOCrosshairTarget_GetCrosshairColor"); \ static_assert(sizeof(EOCrosshairTarget_GetCrosshairColor) == 0x000010, "Wrong size on EOCrosshairTarget_GetCrosshairColor"); \ static_assert(offsetof(EOCrosshairTarget_GetCrosshairColor, ReturnValue) == 0x000000, "Member 'EOCrosshairTarget_GetCrosshairColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairTarget_GetCrosshairFX \ static_assert(alignof(EOCrosshairTarget_GetCrosshairFX) == 0x000008, "Wrong alignment on EOCrosshairTarget_GetCrosshairFX"); \ static_assert(sizeof(EOCrosshairTarget_GetCrosshairFX) == 0x000008, "Wrong size on EOCrosshairTarget_GetCrosshairFX"); \ static_assert(offsetof(EOCrosshairTarget_GetCrosshairFX, ReturnValue) == 0x000000, "Member 'EOCrosshairTarget_GetCrosshairFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairTarget_GetCrosshairMaterial \ static_assert(alignof(EOCrosshairTarget_GetCrosshairMaterial) == 0x000008, "Wrong alignment on EOCrosshairTarget_GetCrosshairMaterial"); \ static_assert(sizeof(EOCrosshairTarget_GetCrosshairMaterial) == 0x000008, "Wrong size on EOCrosshairTarget_GetCrosshairMaterial"); \ static_assert(offsetof(EOCrosshairTarget_GetCrosshairMaterial, ReturnValue) == 0x000000, "Member 'EOCrosshairTarget_GetCrosshairMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairTarget_GetCrosshairSize \ static_assert(alignof(EOCrosshairTarget_GetCrosshairSize) == 0x000004, "Wrong alignment on EOCrosshairTarget_GetCrosshairSize"); \ static_assert(sizeof(EOCrosshairTarget_GetCrosshairSize) == 0x000008, "Wrong size on EOCrosshairTarget_GetCrosshairSize"); \ static_assert(offsetof(EOCrosshairTarget_GetCrosshairSize, ReturnValue) == 0x000000, "Member 'EOCrosshairTarget_GetCrosshairSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairTarget_GetCrosshairTexture \ static_assert(alignof(EOCrosshairTarget_GetCrosshairTexture) == 0x000008, "Wrong alignment on EOCrosshairTarget_GetCrosshairTexture"); \ static_assert(sizeof(EOCrosshairTarget_GetCrosshairTexture) == 0x000008, "Wrong size on EOCrosshairTarget_GetCrosshairTexture"); \ static_assert(offsetof(EOCrosshairTarget_GetCrosshairTexture, ReturnValue) == 0x000000, "Member 'EOCrosshairTarget_GetCrosshairTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOCrosshairTarget_IsCrosshairTargetActive \ static_assert(alignof(EOCrosshairTarget_IsCrosshairTargetActive) == 0x000001, "Wrong alignment on EOCrosshairTarget_IsCrosshairTargetActive"); \ static_assert(sizeof(EOCrosshairTarget_IsCrosshairTargetActive) == 0x000001, "Wrong size on EOCrosshairTarget_IsCrosshairTargetActive"); \ static_assert(offsetof(EOCrosshairTarget_IsCrosshairTargetActive, ReturnValue) == 0x000000, "Member 'EOCrosshairTarget_IsCrosshairTargetActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOCrosshairTarget \ static_assert(alignof(IEOCrosshairTarget) == 0x000001, "Wrong alignment on IEOCrosshairTarget"); \ static_assert(sizeof(IEOCrosshairTarget) == 0x000001, "Wrong size on IEOCrosshairTarget"); \ #define DUMPER7_ASSERTS_EOFirstPersonBPLibrary_Conv_CrosshairInfo \ static_assert(alignof(EOFirstPersonBPLibrary_Conv_CrosshairInfo) == 0x000008, "Wrong alignment on EOFirstPersonBPLibrary_Conv_CrosshairInfo"); \ static_assert(sizeof(EOFirstPersonBPLibrary_Conv_CrosshairInfo) == 0x000040, "Wrong size on EOFirstPersonBPLibrary_Conv_CrosshairInfo"); \ static_assert(offsetof(EOFirstPersonBPLibrary_Conv_CrosshairInfo, CrosshairInfo) == 0x000000, "Member 'EOFirstPersonBPLibrary_Conv_CrosshairInfo::CrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonBPLibrary_Conv_CrosshairInfo, ReturnValue) == 0x000030, "Member 'EOFirstPersonBPLibrary_Conv_CrosshairInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOFirstPersonBPLibrary \ static_assert(alignof(UEOFirstPersonBPLibrary) == 0x000008, "Wrong alignment on UEOFirstPersonBPLibrary"); \ static_assert(sizeof(UEOFirstPersonBPLibrary) == 0x000028, "Wrong size on UEOFirstPersonBPLibrary"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_BindAbility \ static_assert(alignof(EOFirstPersonCharacter_BindAbility) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_BindAbility"); \ static_assert(sizeof(EOFirstPersonCharacter_BindAbility) == 0x000018, "Wrong size on EOFirstPersonCharacter_BindAbility"); \ static_assert(offsetof(EOFirstPersonCharacter_BindAbility, AbilityClass) == 0x000000, "Member 'EOFirstPersonCharacter_BindAbility::AbilityClass' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_BindAbility, InputAction) == 0x000008, "Member 'EOFirstPersonCharacter_BindAbility::InputAction' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_BindAbility, bTryToActivateAbility) == 0x000010, "Member 'EOFirstPersonCharacter_BindAbility::bTryToActivateAbility' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_BindAbility, bCheckTriggered) == 0x000011, "Member 'EOFirstPersonCharacter_BindAbility::bCheckTriggered' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_GetBoundKeysForAction \ static_assert(alignof(EOFirstPersonCharacter_GetBoundKeysForAction) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_GetBoundKeysForAction"); \ static_assert(sizeof(EOFirstPersonCharacter_GetBoundKeysForAction) == 0x000018, "Wrong size on EOFirstPersonCharacter_GetBoundKeysForAction"); \ static_assert(offsetof(EOFirstPersonCharacter_GetBoundKeysForAction, Action) == 0x000000, "Member 'EOFirstPersonCharacter_GetBoundKeysForAction::Action' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_GetBoundKeysForAction, OutKeys) == 0x000008, "Member 'EOFirstPersonCharacter_GetBoundKeysForAction::OutKeys' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_GetLookUpGamePadInput \ static_assert(alignof(EOFirstPersonCharacter_GetLookUpGamePadInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_GetLookUpGamePadInput"); \ static_assert(sizeof(EOFirstPersonCharacter_GetLookUpGamePadInput) == 0x000008, "Wrong size on EOFirstPersonCharacter_GetLookUpGamePadInput"); \ static_assert(offsetof(EOFirstPersonCharacter_GetLookUpGamePadInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_GetLookUpGamePadInput::ActionValue' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_GetLookUpGamePadInput, ReturnValue) == 0x000004, "Member 'EOFirstPersonCharacter_GetLookUpGamePadInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_GetLookUpMouseInput \ static_assert(alignof(EOFirstPersonCharacter_GetLookUpMouseInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_GetLookUpMouseInput"); \ static_assert(sizeof(EOFirstPersonCharacter_GetLookUpMouseInput) == 0x000008, "Wrong size on EOFirstPersonCharacter_GetLookUpMouseInput"); \ static_assert(offsetof(EOFirstPersonCharacter_GetLookUpMouseInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_GetLookUpMouseInput::ActionValue' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_GetLookUpMouseInput, ReturnValue) == 0x000004, "Member 'EOFirstPersonCharacter_GetLookUpMouseInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_GetTurnRightGamePadInput \ static_assert(alignof(EOFirstPersonCharacter_GetTurnRightGamePadInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_GetTurnRightGamePadInput"); \ static_assert(sizeof(EOFirstPersonCharacter_GetTurnRightGamePadInput) == 0x000008, "Wrong size on EOFirstPersonCharacter_GetTurnRightGamePadInput"); \ static_assert(offsetof(EOFirstPersonCharacter_GetTurnRightGamePadInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_GetTurnRightGamePadInput::ActionValue' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_GetTurnRightGamePadInput, ReturnValue) == 0x000004, "Member 'EOFirstPersonCharacter_GetTurnRightGamePadInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_GetTurnRightMouseInput \ static_assert(alignof(EOFirstPersonCharacter_GetTurnRightMouseInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_GetTurnRightMouseInput"); \ static_assert(sizeof(EOFirstPersonCharacter_GetTurnRightMouseInput) == 0x000008, "Wrong size on EOFirstPersonCharacter_GetTurnRightMouseInput"); \ static_assert(offsetof(EOFirstPersonCharacter_GetTurnRightMouseInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_GetTurnRightMouseInput::ActionValue' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_GetTurnRightMouseInput, ReturnValue) == 0x000004, "Member 'EOFirstPersonCharacter_GetTurnRightMouseInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_IsAbilityBoundToAnyInput \ static_assert(alignof(EOFirstPersonCharacter_IsAbilityBoundToAnyInput) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_IsAbilityBoundToAnyInput"); \ static_assert(sizeof(EOFirstPersonCharacter_IsAbilityBoundToAnyInput) == 0x000010, "Wrong size on EOFirstPersonCharacter_IsAbilityBoundToAnyInput"); \ static_assert(offsetof(EOFirstPersonCharacter_IsAbilityBoundToAnyInput, AbilityClass) == 0x000000, "Member 'EOFirstPersonCharacter_IsAbilityBoundToAnyInput::AbilityClass' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_IsAbilityBoundToAnyInput, ReturnValue) == 0x000008, "Member 'EOFirstPersonCharacter_IsAbilityBoundToAnyInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_LookUpGamePadInput \ static_assert(alignof(EOFirstPersonCharacter_LookUpGamePadInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_LookUpGamePadInput"); \ static_assert(sizeof(EOFirstPersonCharacter_LookUpGamePadInput) == 0x000010, "Wrong size on EOFirstPersonCharacter_LookUpGamePadInput"); \ static_assert(offsetof(EOFirstPersonCharacter_LookUpGamePadInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_LookUpGamePadInput::ActionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_LookUpMouseInput \ static_assert(alignof(EOFirstPersonCharacter_LookUpMouseInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_LookUpMouseInput"); \ static_assert(sizeof(EOFirstPersonCharacter_LookUpMouseInput) == 0x000010, "Wrong size on EOFirstPersonCharacter_LookUpMouseInput"); \ static_assert(offsetof(EOFirstPersonCharacter_LookUpMouseInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_LookUpMouseInput::ActionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_MoveForwardGamePadInput \ static_assert(alignof(EOFirstPersonCharacter_MoveForwardGamePadInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_MoveForwardGamePadInput"); \ static_assert(sizeof(EOFirstPersonCharacter_MoveForwardGamePadInput) == 0x000010, "Wrong size on EOFirstPersonCharacter_MoveForwardGamePadInput"); \ static_assert(offsetof(EOFirstPersonCharacter_MoveForwardGamePadInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_MoveForwardGamePadInput::ActionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_MoveForwardKeyboardInput \ static_assert(alignof(EOFirstPersonCharacter_MoveForwardKeyboardInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_MoveForwardKeyboardInput"); \ static_assert(sizeof(EOFirstPersonCharacter_MoveForwardKeyboardInput) == 0x000010, "Wrong size on EOFirstPersonCharacter_MoveForwardKeyboardInput"); \ static_assert(offsetof(EOFirstPersonCharacter_MoveForwardKeyboardInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_MoveForwardKeyboardInput::ActionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_MoveRightGamePadInput \ static_assert(alignof(EOFirstPersonCharacter_MoveRightGamePadInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_MoveRightGamePadInput"); \ static_assert(sizeof(EOFirstPersonCharacter_MoveRightGamePadInput) == 0x000010, "Wrong size on EOFirstPersonCharacter_MoveRightGamePadInput"); \ static_assert(offsetof(EOFirstPersonCharacter_MoveRightGamePadInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_MoveRightGamePadInput::ActionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_MoveRightKeyboardInput \ static_assert(alignof(EOFirstPersonCharacter_MoveRightKeyboardInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_MoveRightKeyboardInput"); \ static_assert(sizeof(EOFirstPersonCharacter_MoveRightKeyboardInput) == 0x000010, "Wrong size on EOFirstPersonCharacter_MoveRightKeyboardInput"); \ static_assert(offsetof(EOFirstPersonCharacter_MoveRightKeyboardInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_MoveRightKeyboardInput::ActionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_OnApplyGamepadXSensitivity \ static_assert(alignof(EOFirstPersonCharacter_OnApplyGamepadXSensitivity) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_OnApplyGamepadXSensitivity"); \ static_assert(sizeof(EOFirstPersonCharacter_OnApplyGamepadXSensitivity) == 0x000010, "Wrong size on EOFirstPersonCharacter_OnApplyGamepadXSensitivity"); \ static_assert(offsetof(EOFirstPersonCharacter_OnApplyGamepadXSensitivity, Sender) == 0x000000, "Member 'EOFirstPersonCharacter_OnApplyGamepadXSensitivity::Sender' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_OnApplyGamepadXSensitivity, Event) == 0x000008, "Member 'EOFirstPersonCharacter_OnApplyGamepadXSensitivity::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_OnApplyGamepadYSensitivity \ static_assert(alignof(EOFirstPersonCharacter_OnApplyGamepadYSensitivity) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_OnApplyGamepadYSensitivity"); \ static_assert(sizeof(EOFirstPersonCharacter_OnApplyGamepadYSensitivity) == 0x000010, "Wrong size on EOFirstPersonCharacter_OnApplyGamepadYSensitivity"); \ static_assert(offsetof(EOFirstPersonCharacter_OnApplyGamepadYSensitivity, Sender) == 0x000000, "Member 'EOFirstPersonCharacter_OnApplyGamepadYSensitivity::Sender' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_OnApplyGamepadYSensitivity, Event) == 0x000008, "Member 'EOFirstPersonCharacter_OnApplyGamepadYSensitivity::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_OnApplyInvertLook \ static_assert(alignof(EOFirstPersonCharacter_OnApplyInvertLook) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_OnApplyInvertLook"); \ static_assert(sizeof(EOFirstPersonCharacter_OnApplyInvertLook) == 0x000010, "Wrong size on EOFirstPersonCharacter_OnApplyInvertLook"); \ static_assert(offsetof(EOFirstPersonCharacter_OnApplyInvertLook, Sender) == 0x000000, "Member 'EOFirstPersonCharacter_OnApplyInvertLook::Sender' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_OnApplyInvertLook, Event) == 0x000008, "Member 'EOFirstPersonCharacter_OnApplyInvertLook::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_OnApplyMouseXSensitivity \ static_assert(alignof(EOFirstPersonCharacter_OnApplyMouseXSensitivity) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_OnApplyMouseXSensitivity"); \ static_assert(sizeof(EOFirstPersonCharacter_OnApplyMouseXSensitivity) == 0x000010, "Wrong size on EOFirstPersonCharacter_OnApplyMouseXSensitivity"); \ static_assert(offsetof(EOFirstPersonCharacter_OnApplyMouseXSensitivity, Sender) == 0x000000, "Member 'EOFirstPersonCharacter_OnApplyMouseXSensitivity::Sender' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_OnApplyMouseXSensitivity, Event) == 0x000008, "Member 'EOFirstPersonCharacter_OnApplyMouseXSensitivity::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_OnApplyMouseYSensitivity \ static_assert(alignof(EOFirstPersonCharacter_OnApplyMouseYSensitivity) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_OnApplyMouseYSensitivity"); \ static_assert(sizeof(EOFirstPersonCharacter_OnApplyMouseYSensitivity) == 0x000010, "Wrong size on EOFirstPersonCharacter_OnApplyMouseYSensitivity"); \ static_assert(offsetof(EOFirstPersonCharacter_OnApplyMouseYSensitivity, Sender) == 0x000000, "Member 'EOFirstPersonCharacter_OnApplyMouseYSensitivity::Sender' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_OnApplyMouseYSensitivity, Event) == 0x000008, "Member 'EOFirstPersonCharacter_OnApplyMouseYSensitivity::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_PushInputContext \ static_assert(alignof(EOFirstPersonCharacter_PushInputContext) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_PushInputContext"); \ static_assert(sizeof(EOFirstPersonCharacter_PushInputContext) == 0x000030, "Wrong size on EOFirstPersonCharacter_PushInputContext"); \ static_assert(offsetof(EOFirstPersonCharacter_PushInputContext, Context) == 0x000000, "Member 'EOFirstPersonCharacter_PushInputContext::Context' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_PushInputContext, OverwriteAllActions) == 0x000008, "Member 'EOFirstPersonCharacter_PushInputContext::OverwriteAllActions' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_PushInputContext, PassThroughActions) == 0x000010, "Member 'EOFirstPersonCharacter_PushInputContext::PassThroughActions' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_PushInputContext, BlockedActions) == 0x000020, "Member 'EOFirstPersonCharacter_PushInputContext::BlockedActions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_SetLookInputType \ static_assert(alignof(EOFirstPersonCharacter_SetLookInputType) == 0x000001, "Wrong alignment on EOFirstPersonCharacter_SetLookInputType"); \ static_assert(sizeof(EOFirstPersonCharacter_SetLookInputType) == 0x000001, "Wrong size on EOFirstPersonCharacter_SetLookInputType"); \ static_assert(offsetof(EOFirstPersonCharacter_SetLookInputType, NewInputType) == 0x000000, "Member 'EOFirstPersonCharacter_SetLookInputType::NewInputType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_SetMoveInputType \ static_assert(alignof(EOFirstPersonCharacter_SetMoveInputType) == 0x000001, "Wrong alignment on EOFirstPersonCharacter_SetMoveInputType"); \ static_assert(sizeof(EOFirstPersonCharacter_SetMoveInputType) == 0x000001, "Wrong size on EOFirstPersonCharacter_SetMoveInputType"); \ static_assert(offsetof(EOFirstPersonCharacter_SetMoveInputType, NewInputType) == 0x000000, "Member 'EOFirstPersonCharacter_SetMoveInputType::NewInputType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_TeleportToLastLedge \ static_assert(alignof(EOFirstPersonCharacter_TeleportToLastLedge) == 0x000001, "Wrong alignment on EOFirstPersonCharacter_TeleportToLastLedge"); \ static_assert(sizeof(EOFirstPersonCharacter_TeleportToLastLedge) == 0x000001, "Wrong size on EOFirstPersonCharacter_TeleportToLastLedge"); \ static_assert(offsetof(EOFirstPersonCharacter_TeleportToLastLedge, ReturnValue) == 0x000000, "Member 'EOFirstPersonCharacter_TeleportToLastLedge::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_TeleportToLastValidGround \ static_assert(alignof(EOFirstPersonCharacter_TeleportToLastValidGround) == 0x000001, "Wrong alignment on EOFirstPersonCharacter_TeleportToLastValidGround"); \ static_assert(sizeof(EOFirstPersonCharacter_TeleportToLastValidGround) == 0x000001, "Wrong size on EOFirstPersonCharacter_TeleportToLastValidGround"); \ static_assert(offsetof(EOFirstPersonCharacter_TeleportToLastValidGround, ReturnValue) == 0x000000, "Member 'EOFirstPersonCharacter_TeleportToLastValidGround::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_TurnRightGamePadInput \ static_assert(alignof(EOFirstPersonCharacter_TurnRightGamePadInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_TurnRightGamePadInput"); \ static_assert(sizeof(EOFirstPersonCharacter_TurnRightGamePadInput) == 0x000010, "Wrong size on EOFirstPersonCharacter_TurnRightGamePadInput"); \ static_assert(offsetof(EOFirstPersonCharacter_TurnRightGamePadInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_TurnRightGamePadInput::ActionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_TurnRightMouseInput \ static_assert(alignof(EOFirstPersonCharacter_TurnRightMouseInput) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_TurnRightMouseInput"); \ static_assert(sizeof(EOFirstPersonCharacter_TurnRightMouseInput) == 0x000010, "Wrong size on EOFirstPersonCharacter_TurnRightMouseInput"); \ static_assert(offsetof(EOFirstPersonCharacter_TurnRightMouseInput, ActionValue) == 0x000000, "Member 'EOFirstPersonCharacter_TurnRightMouseInput::ActionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_UnbindAbility \ static_assert(alignof(EOFirstPersonCharacter_UnbindAbility) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_UnbindAbility"); \ static_assert(sizeof(EOFirstPersonCharacter_UnbindAbility) == 0x000010, "Wrong size on EOFirstPersonCharacter_UnbindAbility"); \ static_assert(offsetof(EOFirstPersonCharacter_UnbindAbility, AbilityClass) == 0x000000, "Member 'EOFirstPersonCharacter_UnbindAbility::AbilityClass' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_UnbindAbility, bCancel) == 0x000008, "Member 'EOFirstPersonCharacter_UnbindAbility::bCancel' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_UnbindAbility, ReturnValue) == 0x000009, "Member 'EOFirstPersonCharacter_UnbindAbility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_GetActiveInputContext \ static_assert(alignof(EOFirstPersonCharacter_GetActiveInputContext) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_GetActiveInputContext"); \ static_assert(sizeof(EOFirstPersonCharacter_GetActiveInputContext) == 0x000008, "Wrong size on EOFirstPersonCharacter_GetActiveInputContext"); \ static_assert(offsetof(EOFirstPersonCharacter_GetActiveInputContext, ReturnValue) == 0x000000, "Member 'EOFirstPersonCharacter_GetActiveInputContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_GetInputContextStack \ static_assert(alignof(EOFirstPersonCharacter_GetInputContextStack) == 0x000008, "Wrong alignment on EOFirstPersonCharacter_GetInputContextStack"); \ static_assert(sizeof(EOFirstPersonCharacter_GetInputContextStack) == 0x000010, "Wrong size on EOFirstPersonCharacter_GetInputContextStack"); \ static_assert(offsetof(EOFirstPersonCharacter_GetInputContextStack, ReturnValue) == 0x000000, "Member 'EOFirstPersonCharacter_GetInputContextStack::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_GetLookInputType \ static_assert(alignof(EOFirstPersonCharacter_GetLookInputType) == 0x000001, "Wrong alignment on EOFirstPersonCharacter_GetLookInputType"); \ static_assert(sizeof(EOFirstPersonCharacter_GetLookInputType) == 0x000001, "Wrong size on EOFirstPersonCharacter_GetLookInputType"); \ static_assert(offsetof(EOFirstPersonCharacter_GetLookInputType, ReturnValue) == 0x000000, "Member 'EOFirstPersonCharacter_GetLookInputType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_GetMoveInputType \ static_assert(alignof(EOFirstPersonCharacter_GetMoveInputType) == 0x000001, "Wrong alignment on EOFirstPersonCharacter_GetMoveInputType"); \ static_assert(sizeof(EOFirstPersonCharacter_GetMoveInputType) == 0x000001, "Wrong size on EOFirstPersonCharacter_GetMoveInputType"); \ static_assert(offsetof(EOFirstPersonCharacter_GetMoveInputType, ReturnValue) == 0x000000, "Member 'EOFirstPersonCharacter_GetMoveInputType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_GetValidGroundTracking \ static_assert(alignof(EOFirstPersonCharacter_GetValidGroundTracking) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_GetValidGroundTracking"); \ static_assert(sizeof(EOFirstPersonCharacter_GetValidGroundTracking) == 0x000028, "Wrong size on EOFirstPersonCharacter_GetValidGroundTracking"); \ static_assert(offsetof(EOFirstPersonCharacter_GetValidGroundTracking, OutHasValidGroundTracking) == 0x000000, "Member 'EOFirstPersonCharacter_GetValidGroundTracking::OutHasValidGroundTracking' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_GetValidGroundTracking, OutLastValidGroundLocation) == 0x000004, "Member 'EOFirstPersonCharacter_GetValidGroundTracking::OutLastValidGroundLocation' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_GetValidGroundTracking, OutLastValidGroundRotation) == 0x000010, "Member 'EOFirstPersonCharacter_GetValidGroundTracking::OutLastValidGroundRotation' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_GetValidGroundTracking, OutLastValidGroundControlRotation) == 0x00001C, "Member 'EOFirstPersonCharacter_GetValidGroundTracking::OutLastValidGroundControlRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_GetValidLedgeTracking \ static_assert(alignof(EOFirstPersonCharacter_GetValidLedgeTracking) == 0x000004, "Wrong alignment on EOFirstPersonCharacter_GetValidLedgeTracking"); \ static_assert(sizeof(EOFirstPersonCharacter_GetValidLedgeTracking) == 0x000028, "Wrong size on EOFirstPersonCharacter_GetValidLedgeTracking"); \ static_assert(offsetof(EOFirstPersonCharacter_GetValidLedgeTracking, OutHasValidLedgeTracking) == 0x000000, "Member 'EOFirstPersonCharacter_GetValidLedgeTracking::OutHasValidLedgeTracking' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_GetValidLedgeTracking, OutLastValidLedgeLocation) == 0x000004, "Member 'EOFirstPersonCharacter_GetValidLedgeTracking::OutLastValidLedgeLocation' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_GetValidLedgeTracking, OutLastValidLedgeRotation) == 0x000010, "Member 'EOFirstPersonCharacter_GetValidLedgeTracking::OutLastValidLedgeRotation' has a wrong offset!"); \ static_assert(offsetof(EOFirstPersonCharacter_GetValidLedgeTracking, OutLastValidLedgeControlRotation) == 0x00001C, "Member 'EOFirstPersonCharacter_GetValidLedgeTracking::OutLastValidLedgeControlRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_IsCrouching \ static_assert(alignof(EOFirstPersonCharacter_IsCrouching) == 0x000001, "Wrong alignment on EOFirstPersonCharacter_IsCrouching"); \ static_assert(sizeof(EOFirstPersonCharacter_IsCrouching) == 0x000001, "Wrong size on EOFirstPersonCharacter_IsCrouching"); \ static_assert(offsetof(EOFirstPersonCharacter_IsCrouching, ReturnValue) == 0x000000, "Member 'EOFirstPersonCharacter_IsCrouching::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFirstPersonCharacter_IsSprinting \ static_assert(alignof(EOFirstPersonCharacter_IsSprinting) == 0x000001, "Wrong alignment on EOFirstPersonCharacter_IsSprinting"); \ static_assert(sizeof(EOFirstPersonCharacter_IsSprinting) == 0x000001, "Wrong size on EOFirstPersonCharacter_IsSprinting"); \ static_assert(offsetof(EOFirstPersonCharacter_IsSprinting, ReturnValue) == 0x000000, "Member 'EOFirstPersonCharacter_IsSprinting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AEOFirstPersonCharacter \ static_assert(alignof(AEOFirstPersonCharacter) == 0x000010, "Wrong alignment on AEOFirstPersonCharacter"); \ static_assert(sizeof(AEOFirstPersonCharacter) == 0x0006D0, "Wrong size on AEOFirstPersonCharacter"); \ static_assert(offsetof(AEOFirstPersonCharacter, SprintStateTag) == 0x000558, "Member 'AEOFirstPersonCharacter::SprintStateTag' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, CrouchStateTag) == 0x000560, "Member 'AEOFirstPersonCharacter::CrouchStateTag' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, LookUpRate) == 0x000568, "Member 'AEOFirstPersonCharacter::LookUpRate' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, TurnRightRate) == 0x00056C, "Member 'AEOFirstPersonCharacter::TurnRightRate' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, MovementDirectionsToSink) == 0x000570, "Member 'AEOFirstPersonCharacter::MovementDirectionsToSink' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, ForwardBackwardSinkValue) == 0x000574, "Member 'AEOFirstPersonCharacter::ForwardBackwardSinkValue' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, RightLeftSinkValue) == 0x000578, "Member 'AEOFirstPersonCharacter::RightLeftSinkValue' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, InitialMappingContext) == 0x000580, "Member 'AEOFirstPersonCharacter::InitialMappingContext' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, InitialMappingContextPriority) == 0x000588, "Member 'AEOFirstPersonCharacter::InitialMappingContextPriority' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, BoundAbilities) == 0x000590, "Member 'AEOFirstPersonCharacter::BoundAbilities' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, EnhancedInputComponent) == 0x0005A0, "Member 'AEOFirstPersonCharacter::EnhancedInputComponent' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, AbilityInputManagerComponent) == 0x0005A8, "Member 'AEOFirstPersonCharacter::AbilityInputManagerComponent' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, LookUpMouseAction) == 0x0005B8, "Member 'AEOFirstPersonCharacter::LookUpMouseAction' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, LookUpGamePadAction) == 0x0005C0, "Member 'AEOFirstPersonCharacter::LookUpGamePadAction' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, TurnRightMouseAction) == 0x0005C8, "Member 'AEOFirstPersonCharacter::TurnRightMouseAction' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, TurnRightGamePadAction) == 0x0005D0, "Member 'AEOFirstPersonCharacter::TurnRightGamePadAction' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, MoveForwardKeyboardAction) == 0x0005D8, "Member 'AEOFirstPersonCharacter::MoveForwardKeyboardAction' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, MoveForwardGamePadAction) == 0x0005E0, "Member 'AEOFirstPersonCharacter::MoveForwardGamePadAction' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, MoveRightKeyboardAction) == 0x0005E8, "Member 'AEOFirstPersonCharacter::MoveRightKeyboardAction' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, MoveRightGamePadAction) == 0x0005F0, "Member 'AEOFirstPersonCharacter::MoveRightGamePadAction' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, InputContextStack) == 0x0005F8, "Member 'AEOFirstPersonCharacter::InputContextStack' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, GlobalInputRate) == 0x000608, "Member 'AEOFirstPersonCharacter::GlobalInputRate' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, LookInputType) == 0x000670, "Member 'AEOFirstPersonCharacter::LookInputType' has a wrong offset!"); \ static_assert(offsetof(AEOFirstPersonCharacter, MoveInputType) == 0x000671, "Member 'AEOFirstPersonCharacter::MoveInputType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPlayerInteractionComponent_AddTrace \ static_assert(alignof(EOPlayerInteractionComponent_AddTrace) == 0x000008, "Wrong alignment on EOPlayerInteractionComponent_AddTrace"); \ static_assert(sizeof(EOPlayerInteractionComponent_AddTrace) == 0x000010, "Wrong size on EOPlayerInteractionComponent_AddTrace"); \ static_assert(offsetof(EOPlayerInteractionComponent_AddTrace, Rate) == 0x000000, "Member 'EOPlayerInteractionComponent_AddTrace::Rate' has a wrong offset!"); \ static_assert(offsetof(EOPlayerInteractionComponent_AddTrace, TraceStrategy) == 0x000008, "Member 'EOPlayerInteractionComponent_AddTrace::TraceStrategy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPlayerInteractionComponent_PauseAllTraces \ static_assert(alignof(EOPlayerInteractionComponent_PauseAllTraces) == 0x000001, "Wrong alignment on EOPlayerInteractionComponent_PauseAllTraces"); \ static_assert(sizeof(EOPlayerInteractionComponent_PauseAllTraces) == 0x000001, "Wrong size on EOPlayerInteractionComponent_PauseAllTraces"); \ static_assert(offsetof(EOPlayerInteractionComponent_PauseAllTraces, EmptyTracedActors) == 0x000000, "Member 'EOPlayerInteractionComponent_PauseAllTraces::EmptyTracedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOPlayerInteractionComponent_RemoveTrace \ static_assert(alignof(EOPlayerInteractionComponent_RemoveTrace) == 0x000004, "Wrong alignment on EOPlayerInteractionComponent_RemoveTrace"); \ static_assert(sizeof(EOPlayerInteractionComponent_RemoveTrace) == 0x000008, "Wrong size on EOPlayerInteractionComponent_RemoveTrace"); \ static_assert(offsetof(EOPlayerInteractionComponent_RemoveTrace, TraceName) == 0x000000, "Member 'EOPlayerInteractionComponent_RemoveTrace::TraceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOPlayerInteractionComponent \ static_assert(alignof(UEOPlayerInteractionComponent) == 0x000008, "Wrong alignment on UEOPlayerInteractionComponent"); \ static_assert(sizeof(UEOPlayerInteractionComponent) == 0x000118, "Wrong size on UEOPlayerInteractionComponent"); \ static_assert(offsetof(UEOPlayerInteractionComponent, InteractTraceTimers) == 0x0000B8, "Member 'UEOPlayerInteractionComponent::InteractTraceTimers' has a wrong offset!"); \ static_assert(offsetof(UEOPlayerInteractionComponent, CurrentTraceNames) == 0x000108, "Member 'UEOPlayerInteractionComponent::CurrentTraceNames' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractableInterface_EndActorInteractTrace \ static_assert(alignof(EOInteractableInterface_EndActorInteractTrace) == 0x000004, "Wrong alignment on EOInteractableInterface_EndActorInteractTrace"); \ static_assert(sizeof(EOInteractableInterface_EndActorInteractTrace) == 0x000008, "Wrong size on EOInteractableInterface_EndActorInteractTrace"); \ static_assert(offsetof(EOInteractableInterface_EndActorInteractTrace, TraceName) == 0x000000, "Member 'EOInteractableInterface_EndActorInteractTrace::TraceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractableInterface_EndComponentInteractTrace \ static_assert(alignof(EOInteractableInterface_EndComponentInteractTrace) == 0x000008, "Wrong alignment on EOInteractableInterface_EndComponentInteractTrace"); \ static_assert(sizeof(EOInteractableInterface_EndComponentInteractTrace) == 0x000010, "Wrong size on EOInteractableInterface_EndComponentInteractTrace"); \ static_assert(offsetof(EOInteractableInterface_EndComponentInteractTrace, TraceName) == 0x000000, "Member 'EOInteractableInterface_EndComponentInteractTrace::TraceName' has a wrong offset!"); \ static_assert(offsetof(EOInteractableInterface_EndComponentInteractTrace, Component) == 0x000008, "Member 'EOInteractableInterface_EndComponentInteractTrace::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractableInterface_GetHeldComponent \ static_assert(alignof(EOInteractableInterface_GetHeldComponent) == 0x000008, "Wrong alignment on EOInteractableInterface_GetHeldComponent"); \ static_assert(sizeof(EOInteractableInterface_GetHeldComponent) == 0x000008, "Wrong size on EOInteractableInterface_GetHeldComponent"); \ static_assert(offsetof(EOInteractableInterface_GetHeldComponent, ReturnValue) == 0x000000, "Member 'EOInteractableInterface_GetHeldComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractableInterface_GetInteractableComponents \ static_assert(alignof(EOInteractableInterface_GetInteractableComponents) == 0x000008, "Wrong alignment on EOInteractableInterface_GetInteractableComponents"); \ static_assert(sizeof(EOInteractableInterface_GetInteractableComponents) == 0x000010, "Wrong size on EOInteractableInterface_GetInteractableComponents"); \ static_assert(offsetof(EOInteractableInterface_GetInteractableComponents, ReturnValue) == 0x000000, "Member 'EOInteractableInterface_GetInteractableComponents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractableInterface_GetInteractHUDTexture \ static_assert(alignof(EOInteractableInterface_GetInteractHUDTexture) == 0x000008, "Wrong alignment on EOInteractableInterface_GetInteractHUDTexture"); \ static_assert(sizeof(EOInteractableInterface_GetInteractHUDTexture) == 0x000008, "Wrong size on EOInteractableInterface_GetInteractHUDTexture"); \ static_assert(offsetof(EOInteractableInterface_GetInteractHUDTexture, ReturnValue) == 0x000000, "Member 'EOInteractableInterface_GetInteractHUDTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractableInterface_InteractPressed \ static_assert(alignof(EOInteractableInterface_InteractPressed) == 0x000008, "Wrong alignment on EOInteractableInterface_InteractPressed"); \ static_assert(sizeof(EOInteractableInterface_InteractPressed) == 0x000010, "Wrong size on EOInteractableInterface_InteractPressed"); \ static_assert(offsetof(EOInteractableInterface_InteractPressed, TraceName) == 0x000000, "Member 'EOInteractableInterface_InteractPressed::TraceName' has a wrong offset!"); \ static_assert(offsetof(EOInteractableInterface_InteractPressed, TracedComponent) == 0x000008, "Member 'EOInteractableInterface_InteractPressed::TracedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractableInterface_InteractReleased \ static_assert(alignof(EOInteractableInterface_InteractReleased) == 0x000008, "Wrong alignment on EOInteractableInterface_InteractReleased"); \ static_assert(sizeof(EOInteractableInterface_InteractReleased) == 0x000010, "Wrong size on EOInteractableInterface_InteractReleased"); \ static_assert(offsetof(EOInteractableInterface_InteractReleased, TraceName) == 0x000000, "Member 'EOInteractableInterface_InteractReleased::TraceName' has a wrong offset!"); \ static_assert(offsetof(EOInteractableInterface_InteractReleased, TracedComponent) == 0x000008, "Member 'EOInteractableInterface_InteractReleased::TracedComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractableInterface_IsComponentInteracted \ static_assert(alignof(EOInteractableInterface_IsComponentInteracted) == 0x000008, "Wrong alignment on EOInteractableInterface_IsComponentInteracted"); \ static_assert(sizeof(EOInteractableInterface_IsComponentInteracted) == 0x000018, "Wrong size on EOInteractableInterface_IsComponentInteracted"); \ static_assert(offsetof(EOInteractableInterface_IsComponentInteracted, TraceName) == 0x000000, "Member 'EOInteractableInterface_IsComponentInteracted::TraceName' has a wrong offset!"); \ static_assert(offsetof(EOInteractableInterface_IsComponentInteracted, Component) == 0x000008, "Member 'EOInteractableInterface_IsComponentInteracted::Component' has a wrong offset!"); \ static_assert(offsetof(EOInteractableInterface_IsComponentInteracted, ReturnValue) == 0x000010, "Member 'EOInteractableInterface_IsComponentInteracted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractableInterface_IsInteractEnabled \ static_assert(alignof(EOInteractableInterface_IsInteractEnabled) == 0x000001, "Wrong alignment on EOInteractableInterface_IsInteractEnabled"); \ static_assert(sizeof(EOInteractableInterface_IsInteractEnabled) == 0x000001, "Wrong size on EOInteractableInterface_IsInteractEnabled"); \ static_assert(offsetof(EOInteractableInterface_IsInteractEnabled, ReturnValue) == 0x000000, "Member 'EOInteractableInterface_IsInteractEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractableInterface_StartActorInteractTrace \ static_assert(alignof(EOInteractableInterface_StartActorInteractTrace) == 0x000004, "Wrong alignment on EOInteractableInterface_StartActorInteractTrace"); \ static_assert(sizeof(EOInteractableInterface_StartActorInteractTrace) == 0x000008, "Wrong size on EOInteractableInterface_StartActorInteractTrace"); \ static_assert(offsetof(EOInteractableInterface_StartActorInteractTrace, TraceName) == 0x000000, "Member 'EOInteractableInterface_StartActorInteractTrace::TraceName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOInteractableInterface_StartComponentInteractTrace \ static_assert(alignof(EOInteractableInterface_StartComponentInteractTrace) == 0x000008, "Wrong alignment on EOInteractableInterface_StartComponentInteractTrace"); \ static_assert(sizeof(EOInteractableInterface_StartComponentInteractTrace) == 0x000010, "Wrong size on EOInteractableInterface_StartComponentInteractTrace"); \ static_assert(offsetof(EOInteractableInterface_StartComponentInteractTrace, TraceName) == 0x000000, "Member 'EOInteractableInterface_StartComponentInteractTrace::TraceName' has a wrong offset!"); \ static_assert(offsetof(EOInteractableInterface_StartComponentInteractTrace, Component) == 0x000008, "Member 'EOInteractableInterface_StartComponentInteractTrace::Component' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOInteractableInterface \ static_assert(alignof(IEOInteractableInterface) == 0x000001, "Wrong alignment on IEOInteractableInterface"); \ static_assert(sizeof(IEOInteractableInterface) == 0x000001, "Wrong size on IEOInteractableInterface"); \ #define DUMPER7_ASSERTS_UEOLUTGeneratorSettings \ static_assert(alignof(UEOLUTGeneratorSettings) == 0x000008, "Wrong alignment on UEOLUTGeneratorSettings"); \ static_assert(sizeof(UEOLUTGeneratorSettings) == 0x000088, "Wrong size on UEOLUTGeneratorSettings"); \ static_assert(offsetof(UEOLUTGeneratorSettings, LUT) == 0x000038, "Member 'UEOLUTGeneratorSettings::LUT' has a wrong offset!"); \ static_assert(offsetof(UEOLUTGeneratorSettings, MaterialParameterCollection) == 0x000060, "Member 'UEOLUTGeneratorSettings::MaterialParameterCollection' 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_UMovieSceneMatineeCameraShakeEvaluator \ static_assert(alignof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneMatineeCameraShakeEvaluator"); \ static_assert(sizeof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneMatineeCameraShakeEvaluator"); \ #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_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_UOodleNetworkTrainerCommandlet \ static_assert(alignof(UOodleNetworkTrainerCommandlet) == 0x000008, "Wrong alignment on UOodleNetworkTrainerCommandlet"); \ static_assert(sizeof(UOodleNetworkTrainerCommandlet) == 0x0000A0, "Wrong size on UOodleNetworkTrainerCommandlet"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, bCompressionTest) == 0x000080, "Member 'UOodleNetworkTrainerCommandlet::bCompressionTest' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, HashTableSize) == 0x000084, "Member 'UOodleNetworkTrainerCommandlet::HashTableSize' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, DictionarySize) == 0x000088, "Member 'UOodleNetworkTrainerCommandlet::DictionarySize' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, DictionaryTrials) == 0x00008C, "Member 'UOodleNetworkTrainerCommandlet::DictionaryTrials' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, TrialRandomness) == 0x000090, "Member 'UOodleNetworkTrainerCommandlet::TrialRandomness' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, TrialGenerations) == 0x000094, "Member 'UOodleNetworkTrainerCommandlet::TrialGenerations' has a wrong offset!"); \ static_assert(offsetof(UOodleNetworkTrainerCommandlet, bNoTrials) == 0x000098, "Member 'UOodleNetworkTrainerCommandlet::bNoTrials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTickAnimationSharingFunction \ static_assert(alignof(FTickAnimationSharingFunction) == 0x000008, "Wrong alignment on FTickAnimationSharingFunction"); \ static_assert(sizeof(FTickAnimationSharingFunction) == 0x000030, "Wrong size on FTickAnimationSharingFunction"); \ #define DUMPER7_ASSERTS_FAnimationSharingScalability \ static_assert(alignof(FAnimationSharingScalability) == 0x000004, "Wrong alignment on FAnimationSharingScalability"); \ static_assert(sizeof(FAnimationSharingScalability) == 0x000010, "Wrong size on FAnimationSharingScalability"); \ static_assert(offsetof(FAnimationSharingScalability, UseBlendTransitions) == 0x000000, "Member 'FAnimationSharingScalability::UseBlendTransitions' has a wrong offset!"); \ static_assert(offsetof(FAnimationSharingScalability, BlendSignificanceValue) == 0x000004, "Member 'FAnimationSharingScalability::BlendSignificanceValue' has a wrong offset!"); \ static_assert(offsetof(FAnimationSharingScalability, MaximumNumberConcurrentBlends) == 0x000008, "Member 'FAnimationSharingScalability::MaximumNumberConcurrentBlends' has a wrong offset!"); \ static_assert(offsetof(FAnimationSharingScalability, TickSignificanceValue) == 0x00000C, "Member 'FAnimationSharingScalability::TickSignificanceValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationSetup \ static_assert(alignof(FAnimationSetup) == 0x000008, "Wrong alignment on FAnimationSetup"); \ static_assert(sizeof(FAnimationSetup) == 0x000018, "Wrong size on FAnimationSetup"); \ static_assert(offsetof(FAnimationSetup, AnimSequence) == 0x000000, "Member 'FAnimationSetup::AnimSequence' has a wrong offset!"); \ static_assert(offsetof(FAnimationSetup, AnimBlueprint) == 0x000008, "Member 'FAnimationSetup::AnimBlueprint' has a wrong offset!"); \ static_assert(offsetof(FAnimationSetup, NumRandomizedInstances) == 0x000010, "Member 'FAnimationSetup::NumRandomizedInstances' has a wrong offset!"); \ static_assert(offsetof(FAnimationSetup, Enabled) == 0x000014, "Member 'FAnimationSetup::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimationStateEntry \ static_assert(alignof(FAnimationStateEntry) == 0x000008, "Wrong alignment on FAnimationStateEntry"); \ static_assert(sizeof(FAnimationStateEntry) == 0x000030, "Wrong size on FAnimationStateEntry"); \ static_assert(offsetof(FAnimationStateEntry, State) == 0x000000, "Member 'FAnimationStateEntry::State' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, AnimationSetups) == 0x000008, "Member 'FAnimationStateEntry::AnimationSetups' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, bOnDemand) == 0x000018, "Member 'FAnimationStateEntry::bOnDemand' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, bAdditive) == 0x000019, "Member 'FAnimationStateEntry::bAdditive' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, BlendTime) == 0x00001C, "Member 'FAnimationStateEntry::BlendTime' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, bReturnToPreviousState) == 0x000020, "Member 'FAnimationStateEntry::bReturnToPreviousState' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, bSetNextState) == 0x000021, "Member 'FAnimationStateEntry::bSetNextState' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, NextState) == 0x000022, "Member 'FAnimationStateEntry::NextState' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, MaximumNumberOfConcurrentInstances) == 0x000024, "Member 'FAnimationStateEntry::MaximumNumberOfConcurrentInstances' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, WiggleTimePercentage) == 0x000028, "Member 'FAnimationStateEntry::WiggleTimePercentage' has a wrong offset!"); \ static_assert(offsetof(FAnimationStateEntry, bRequiresCurves) == 0x00002C, "Member 'FAnimationStateEntry::bRequiresCurves' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerSkeletonAnimationSharingSetup \ static_assert(alignof(FPerSkeletonAnimationSharingSetup) == 0x000008, "Wrong alignment on FPerSkeletonAnimationSharingSetup"); \ static_assert(sizeof(FPerSkeletonAnimationSharingSetup) == 0x000038, "Wrong size on FPerSkeletonAnimationSharingSetup"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, Skeleton) == 0x000000, "Member 'FPerSkeletonAnimationSharingSetup::Skeleton' has a wrong offset!"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, SkeletalMesh) == 0x000008, "Member 'FPerSkeletonAnimationSharingSetup::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, BlendAnimBlueprint) == 0x000010, "Member 'FPerSkeletonAnimationSharingSetup::BlendAnimBlueprint' has a wrong offset!"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, AdditiveAnimBlueprint) == 0x000018, "Member 'FPerSkeletonAnimationSharingSetup::AdditiveAnimBlueprint' has a wrong offset!"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, StateProcessorClass) == 0x000020, "Member 'FPerSkeletonAnimationSharingSetup::StateProcessorClass' has a wrong offset!"); \ static_assert(offsetof(FPerSkeletonAnimationSharingSetup, AnimationStates) == 0x000028, "Member 'FPerSkeletonAnimationSharingSetup::AnimationStates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimSharingStateInstance_GetInstancedActors \ static_assert(alignof(AnimSharingStateInstance_GetInstancedActors) == 0x000008, "Wrong alignment on AnimSharingStateInstance_GetInstancedActors"); \ static_assert(sizeof(AnimSharingStateInstance_GetInstancedActors) == 0x000010, "Wrong size on AnimSharingStateInstance_GetInstancedActors"); \ static_assert(offsetof(AnimSharingStateInstance_GetInstancedActors, Actors) == 0x000000, "Member 'AnimSharingStateInstance_GetInstancedActors::Actors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSharingStateInstance \ static_assert(alignof(UAnimSharingStateInstance) == 0x000010, "Wrong alignment on UAnimSharingStateInstance"); \ static_assert(sizeof(UAnimSharingStateInstance) == 0x0002E0, "Wrong size on UAnimSharingStateInstance"); \ static_assert(offsetof(UAnimSharingStateInstance, AnimationToPlay) == 0x0002B8, "Member 'UAnimSharingStateInstance::AnimationToPlay' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingStateInstance, PermutationTimeOffset) == 0x0002C0, "Member 'UAnimSharingStateInstance::PermutationTimeOffset' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingStateInstance, PlayRate) == 0x0002C4, "Member 'UAnimSharingStateInstance::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingStateInstance, bStateBool) == 0x0002C8, "Member 'UAnimSharingStateInstance::bStateBool' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingStateInstance, Instance) == 0x0002D0, "Member 'UAnimSharingStateInstance::Instance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSharingTransitionInstance \ static_assert(alignof(UAnimSharingTransitionInstance) == 0x000010, "Wrong alignment on UAnimSharingTransitionInstance"); \ static_assert(sizeof(UAnimSharingTransitionInstance) == 0x0002D0, "Wrong size on UAnimSharingTransitionInstance"); \ static_assert(offsetof(UAnimSharingTransitionInstance, FromComponent) == 0x0002B8, "Member 'UAnimSharingTransitionInstance::FromComponent' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingTransitionInstance, ToComponent) == 0x0002C0, "Member 'UAnimSharingTransitionInstance::ToComponent' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingTransitionInstance, BlendTime) == 0x0002C8, "Member 'UAnimSharingTransitionInstance::BlendTime' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingTransitionInstance, bBlendBool) == 0x0002CC, "Member 'UAnimSharingTransitionInstance::bBlendBool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSharingAdditiveInstance \ static_assert(alignof(UAnimSharingAdditiveInstance) == 0x000010, "Wrong alignment on UAnimSharingAdditiveInstance"); \ static_assert(sizeof(UAnimSharingAdditiveInstance) == 0x0002D0, "Wrong size on UAnimSharingAdditiveInstance"); \ static_assert(offsetof(UAnimSharingAdditiveInstance, BaseComponent) == 0x0002B8, "Member 'UAnimSharingAdditiveInstance::BaseComponent' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingAdditiveInstance, AdditiveAnimation) == 0x0002C0, "Member 'UAnimSharingAdditiveInstance::AdditiveAnimation' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingAdditiveInstance, Alpha) == 0x0002C8, "Member 'UAnimSharingAdditiveInstance::Alpha' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingAdditiveInstance, bStateBool) == 0x0002CC, "Member 'UAnimSharingAdditiveInstance::bStateBool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimSharingInstance \ static_assert(alignof(UAnimSharingInstance) == 0x000008, "Wrong alignment on UAnimSharingInstance"); \ static_assert(sizeof(UAnimSharingInstance) == 0x000118, "Wrong size on UAnimSharingInstance"); \ static_assert(offsetof(UAnimSharingInstance, RegisteredActors) == 0x000028, "Member 'UAnimSharingInstance::RegisteredActors' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, StateProcessor) == 0x000088, "Member 'UAnimSharingInstance::StateProcessor' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, UsedAnimationSequences) == 0x0000C8, "Member 'UAnimSharingInstance::UsedAnimationSequences' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, StateEnum) == 0x0000E8, "Member 'UAnimSharingInstance::StateEnum' has a wrong offset!"); \ static_assert(offsetof(UAnimSharingInstance, SharingActor) == 0x0000F0, "Member 'UAnimSharingInstance::SharingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_AnimationSharingEnabled \ static_assert(alignof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong alignment on AnimationSharingManager_AnimationSharingEnabled"); \ static_assert(sizeof(AnimationSharingManager_AnimationSharingEnabled) == 0x000001, "Wrong size on AnimationSharingManager_AnimationSharingEnabled"); \ static_assert(offsetof(AnimationSharingManager_AnimationSharingEnabled, ReturnValue) == 0x000000, "Member 'AnimationSharingManager_AnimationSharingEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_CreateAnimationSharingManager \ static_assert(alignof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_CreateAnimationSharingManager"); \ static_assert(sizeof(AnimationSharingManager_CreateAnimationSharingManager) == 0x000018, "Wrong size on AnimationSharingManager_CreateAnimationSharingManager"); \ static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_CreateAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, Setup) == 0x000008, "Member 'AnimationSharingManager_CreateAnimationSharingManager::Setup' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_CreateAnimationSharingManager, ReturnValue) == 0x000010, "Member 'AnimationSharingManager_CreateAnimationSharingManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_GetAnimationSharingManager \ static_assert(alignof(AnimationSharingManager_GetAnimationSharingManager) == 0x000008, "Wrong alignment on AnimationSharingManager_GetAnimationSharingManager"); \ static_assert(sizeof(AnimationSharingManager_GetAnimationSharingManager) == 0x000010, "Wrong size on AnimationSharingManager_GetAnimationSharingManager"); \ static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, WorldContextObject) == 0x000000, "Member 'AnimationSharingManager_GetAnimationSharingManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_GetAnimationSharingManager, ReturnValue) == 0x000008, "Member 'AnimationSharingManager_GetAnimationSharingManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingManager_RegisterActorWithSkeletonBP \ static_assert(alignof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000008, "Wrong alignment on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ static_assert(sizeof(AnimationSharingManager_RegisterActorWithSkeletonBP) == 0x000010, "Wrong size on AnimationSharingManager_RegisterActorWithSkeletonBP"); \ static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, InActor) == 0x000000, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::InActor' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingManager_RegisterActorWithSkeletonBP, SharingSkeleton) == 0x000008, "Member 'AnimationSharingManager_RegisterActorWithSkeletonBP::SharingSkeleton' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationSharingManager \ static_assert(alignof(UAnimationSharingManager) == 0x000008, "Wrong alignment on UAnimationSharingManager"); \ static_assert(sizeof(UAnimationSharingManager) == 0x000088, "Wrong size on UAnimationSharingManager"); \ static_assert(offsetof(UAnimationSharingManager, Skeletons) == 0x000028, "Member 'UAnimationSharingManager::Skeletons' has a wrong offset!"); \ static_assert(offsetof(UAnimationSharingManager, PerSkeletonData) == 0x000038, "Member 'UAnimationSharingManager::PerSkeletonData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationSharingSetup \ static_assert(alignof(UAnimationSharingSetup) == 0x000008, "Wrong alignment on UAnimationSharingSetup"); \ static_assert(sizeof(UAnimationSharingSetup) == 0x000048, "Wrong size on UAnimationSharingSetup"); \ static_assert(offsetof(UAnimationSharingSetup, SkeletonSetups) == 0x000028, "Member 'UAnimationSharingSetup::SkeletonSetups' has a wrong offset!"); \ static_assert(offsetof(UAnimationSharingSetup, ScalabilitySettings) == 0x000038, "Member 'UAnimationSharingSetup::ScalabilitySettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingStateProcessor_GetAnimationStateEnum \ static_assert(alignof(AnimationSharingStateProcessor_GetAnimationStateEnum) == 0x000008, "Wrong alignment on AnimationSharingStateProcessor_GetAnimationStateEnum"); \ static_assert(sizeof(AnimationSharingStateProcessor_GetAnimationStateEnum) == 0x000008, "Wrong size on AnimationSharingStateProcessor_GetAnimationStateEnum"); \ static_assert(offsetof(AnimationSharingStateProcessor_GetAnimationStateEnum, ReturnValue) == 0x000000, "Member 'AnimationSharingStateProcessor_GetAnimationStateEnum::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AnimationSharingStateProcessor_ProcessActorState \ static_assert(alignof(AnimationSharingStateProcessor_ProcessActorState) == 0x000008, "Wrong alignment on AnimationSharingStateProcessor_ProcessActorState"); \ static_assert(sizeof(AnimationSharingStateProcessor_ProcessActorState) == 0x000018, "Wrong size on AnimationSharingStateProcessor_ProcessActorState"); \ static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, OutState) == 0x000000, "Member 'AnimationSharingStateProcessor_ProcessActorState::OutState' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, InActor) == 0x000008, "Member 'AnimationSharingStateProcessor_ProcessActorState::InActor' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, CurrentState) == 0x000010, "Member 'AnimationSharingStateProcessor_ProcessActorState::CurrentState' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, OnDemandState) == 0x000011, "Member 'AnimationSharingStateProcessor_ProcessActorState::OnDemandState' has a wrong offset!"); \ static_assert(offsetof(AnimationSharingStateProcessor_ProcessActorState, bShouldProcess) == 0x000012, "Member 'AnimationSharingStateProcessor_ProcessActorState::bShouldProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAnimationSharingStateProcessor \ static_assert(alignof(UAnimationSharingStateProcessor) == 0x000008, "Wrong alignment on UAnimationSharingStateProcessor"); \ static_assert(sizeof(UAnimationSharingStateProcessor) == 0x000050, "Wrong size on UAnimationSharingStateProcessor"); \ static_assert(offsetof(UAnimationSharingStateProcessor, AnimationStateEnum) == 0x000028, "Member 'UAnimationSharingStateProcessor::AnimationStateEnum' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI \ static_assert(alignof(WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI) == 0x000004, "Wrong alignment on WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI"); \ static_assert(sizeof(WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI) == 0x000044, "Wrong size on WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI"); \ static_assert(offsetof(WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI, EntryPoint) == 0x000000, "Member 'WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI, K2Node_Event_MyGeometry) == 0x000008, "Member 'WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI, K2Node_Event_InDeltaTime) == 0x000040, "Member 'WBP_LookAtUI_C_ExecuteUbergraph_WBP_LookAtUI::K2Node_Event_InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_LookAtUI_C_Tick \ static_assert(alignof(WBP_LookAtUI_C_Tick) == 0x000004, "Wrong alignment on WBP_LookAtUI_C_Tick"); \ static_assert(sizeof(WBP_LookAtUI_C_Tick) == 0x00003C, "Wrong size on WBP_LookAtUI_C_Tick"); \ static_assert(offsetof(WBP_LookAtUI_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_LookAtUI_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_LookAtUI_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_LookAtUI_C_PreConstruct \ static_assert(alignof(WBP_LookAtUI_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_LookAtUI_C_PreConstruct"); \ static_assert(sizeof(WBP_LookAtUI_C_PreConstruct) == 0x000001, "Wrong size on WBP_LookAtUI_C_PreConstruct"); \ static_assert(offsetof(WBP_LookAtUI_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_LookAtUI_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_LookAtUI_C_SetUIContent \ static_assert(alignof(WBP_LookAtUI_C_SetUIContent) == 0x000008, "Wrong alignment on WBP_LookAtUI_C_SetUIContent"); \ static_assert(sizeof(WBP_LookAtUI_C_SetUIContent) == 0x000090, "Wrong size on WBP_LookAtUI_C_SetUIContent"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIContent, K2Node_MakeStruct_SlateBrush) == 0x000000, "Member 'WBP_LookAtUI_C_SetUIContent::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIContent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000088, "Member 'WBP_LookAtUI_C_SetUIContent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIContent, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000089, "Member 'WBP_LookAtUI_C_SetUIContent::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle \ static_assert(alignof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle) == 0x000008, "Wrong alignment on WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle"); \ static_assert(sizeof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle) == 0x000060, "Wrong size on WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle, UI_Opacity) == 0x000000, "Member 'WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle::UI_Opacity' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle, K2Node_MakeStruct_LinearColor) == 0x000004, "Member 'WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle, K2Node_MakeStruct_SlateColor) == 0x000018, "Member 'WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000040, "Member 'WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000044, "Member 'WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000048, "Member 'WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00004C, "Member 'WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000050, "Member 'WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000054, "Member 'WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000058, "Member 'WBP_LookAtUI_C_SetUIOpacityWithLookAtAngle::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_LookAtUI_C \ static_assert(alignof(UWBP_LookAtUI_C) == 0x000008, "Wrong alignment on UWBP_LookAtUI_C"); \ static_assert(sizeof(UWBP_LookAtUI_C) == 0x0002B8, "Wrong size on UWBP_LookAtUI_C"); \ static_assert(offsetof(UWBP_LookAtUI_C, UberGraphFrame) == 0x000260, "Member 'UWBP_LookAtUI_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_LookAtUI_C, Image) == 0x000268, "Member 'UWBP_LookAtUI_C::Image' has a wrong offset!"); \ static_assert(offsetof(UWBP_LookAtUI_C, RichText) == 0x000270, "Member 'UWBP_LookAtUI_C::RichText' has a wrong offset!"); \ static_assert(offsetof(UWBP_LookAtUI_C, Root) == 0x000278, "Member 'UWBP_LookAtUI_C::Root' has a wrong offset!"); \ static_assert(offsetof(UWBP_LookAtUI_C, LookAtAngle) == 0x000280, "Member 'UWBP_LookAtUI_C::LookAtAngle' has a wrong offset!"); \ static_assert(offsetof(UWBP_LookAtUI_C, MaxAngle) == 0x000284, "Member 'UWBP_LookAtUI_C::MaxAngle' has a wrong offset!"); \ static_assert(offsetof(UWBP_LookAtUI_C, UIType) == 0x000288, "Member 'UWBP_LookAtUI_C::UIType' has a wrong offset!"); \ static_assert(offsetof(UWBP_LookAtUI_C, RichTextContent) == 0x000290, "Member 'UWBP_LookAtUI_C::RichTextContent' has a wrong offset!"); \ static_assert(offsetof(UWBP_LookAtUI_C, ImageContent) == 0x0002A8, "Member 'UWBP_LookAtUI_C::ImageContent' has a wrong offset!"); \ static_assert(offsetof(UWBP_LookAtUI_C, ImageSize) == 0x0002B0, "Member 'UWBP_LookAtUI_C::ImageSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_TaskStatusMsg_C \ static_assert(alignof(UBPE_Global_HUD_TaskStatusMsg_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_TaskStatusMsg_C"); \ static_assert(sizeof(UBPE_Global_HUD_TaskStatusMsg_C) == 0x000068, "Wrong size on UBPE_Global_HUD_TaskStatusMsg_C"); \ static_assert(offsetof(UBPE_Global_HUD_TaskStatusMsg_C, TaskStatus) == 0x000028, "Member 'UBPE_Global_HUD_TaskStatusMsg_C::TaskStatus' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_TaskStatusMsg_C, TaskName) == 0x000030, "Member 'UBPE_Global_HUD_TaskStatusMsg_C::TaskName' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_TaskStatusMsg_C, ArchivedTaskName) == 0x000048, "Member 'UBPE_Global_HUD_TaskStatusMsg_C::ArchivedTaskName' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_TaskStatusMsg_C, HideInHUD) == 0x000060, "Member 'UBPE_Global_HUD_TaskStatusMsg_C::HideInHUD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAudioCurveSourceComponent \ static_assert(alignof(UAudioCurveSourceComponent) == 0x000010, "Wrong alignment on UAudioCurveSourceComponent"); \ static_assert(sizeof(UAudioCurveSourceComponent) == 0x0008B0, "Wrong size on UAudioCurveSourceComponent"); \ static_assert(offsetof(UAudioCurveSourceComponent, CurveSourceBindingName) == 0x000878, "Member 'UAudioCurveSourceComponent::CurveSourceBindingName' has a wrong offset!"); \ static_assert(offsetof(UAudioCurveSourceComponent, CurveSyncOffset) == 0x000880, "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_FDatasmithAssetImportOptions \ static_assert(alignof(FDatasmithAssetImportOptions) == 0x000004, "Wrong alignment on FDatasmithAssetImportOptions"); \ static_assert(sizeof(FDatasmithAssetImportOptions) == 0x000008, "Wrong size on FDatasmithAssetImportOptions"); \ static_assert(offsetof(FDatasmithAssetImportOptions, PackagePath) == 0x000000, "Member 'FDatasmithAssetImportOptions::PackagePath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithStaticMeshImportOptions \ static_assert(alignof(FDatasmithStaticMeshImportOptions) == 0x000001, "Wrong alignment on FDatasmithStaticMeshImportOptions"); \ static_assert(sizeof(FDatasmithStaticMeshImportOptions) == 0x000004, "Wrong size on FDatasmithStaticMeshImportOptions"); \ static_assert(offsetof(FDatasmithStaticMeshImportOptions, MinLightmapResolution) == 0x000000, "Member 'FDatasmithStaticMeshImportOptions::MinLightmapResolution' has a wrong offset!"); \ static_assert(offsetof(FDatasmithStaticMeshImportOptions, MaxLightmapResolution) == 0x000001, "Member 'FDatasmithStaticMeshImportOptions::MaxLightmapResolution' has a wrong offset!"); \ static_assert(offsetof(FDatasmithStaticMeshImportOptions, bGenerateLightmapUVs) == 0x000002, "Member 'FDatasmithStaticMeshImportOptions::bGenerateLightmapUVs' has a wrong offset!"); \ static_assert(offsetof(FDatasmithStaticMeshImportOptions, bRemoveDegenerates) == 0x000003, "Member 'FDatasmithStaticMeshImportOptions::bRemoveDegenerates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithImportBaseOptions \ static_assert(alignof(FDatasmithImportBaseOptions) == 0x000004, "Wrong alignment on FDatasmithImportBaseOptions"); \ static_assert(sizeof(FDatasmithImportBaseOptions) == 0x000014, "Wrong size on FDatasmithImportBaseOptions"); \ static_assert(offsetof(FDatasmithImportBaseOptions, SceneHandling) == 0x000000, "Member 'FDatasmithImportBaseOptions::SceneHandling' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeGeometry) == 0x000001, "Member 'FDatasmithImportBaseOptions::bIncludeGeometry' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeMaterial) == 0x000002, "Member 'FDatasmithImportBaseOptions::bIncludeMaterial' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeLight) == 0x000003, "Member 'FDatasmithImportBaseOptions::bIncludeLight' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeCamera) == 0x000004, "Member 'FDatasmithImportBaseOptions::bIncludeCamera' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, bIncludeAnimation) == 0x000005, "Member 'FDatasmithImportBaseOptions::bIncludeAnimation' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, AssetOptions) == 0x000008, "Member 'FDatasmithImportBaseOptions::AssetOptions' has a wrong offset!"); \ static_assert(offsetof(FDatasmithImportBaseOptions, StaticMeshOptions) == 0x000010, "Member 'FDatasmithImportBaseOptions::StaticMeshOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithReimportOptions \ static_assert(alignof(FDatasmithReimportOptions) == 0x000001, "Wrong alignment on FDatasmithReimportOptions"); \ static_assert(sizeof(FDatasmithReimportOptions) == 0x000002, "Wrong size on FDatasmithReimportOptions"); \ static_assert(offsetof(FDatasmithReimportOptions, bUpdateActors) == 0x000000, "Member 'FDatasmithReimportOptions::bUpdateActors' has a wrong offset!"); \ static_assert(offsetof(FDatasmithReimportOptions, bRespawnDeletedActors) == 0x000001, "Member 'FDatasmithReimportOptions::bRespawnDeletedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithStaticParameterSetTemplate \ static_assert(alignof(FDatasmithStaticParameterSetTemplate) == 0x000008, "Wrong alignment on FDatasmithStaticParameterSetTemplate"); \ static_assert(sizeof(FDatasmithStaticParameterSetTemplate) == 0x000050, "Wrong size on FDatasmithStaticParameterSetTemplate"); \ static_assert(offsetof(FDatasmithStaticParameterSetTemplate, StaticSwitchParameters) == 0x000000, "Member 'FDatasmithStaticParameterSetTemplate::StaticSwitchParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithMeshSectionInfoTemplate \ static_assert(alignof(FDatasmithMeshSectionInfoTemplate) == 0x000004, "Wrong alignment on FDatasmithMeshSectionInfoTemplate"); \ static_assert(sizeof(FDatasmithMeshSectionInfoTemplate) == 0x000004, "Wrong size on FDatasmithMeshSectionInfoTemplate"); \ static_assert(offsetof(FDatasmithMeshSectionInfoTemplate, MaterialIndex) == 0x000000, "Member 'FDatasmithMeshSectionInfoTemplate::MaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithMeshSectionInfoMapTemplate \ static_assert(alignof(FDatasmithMeshSectionInfoMapTemplate) == 0x000008, "Wrong alignment on FDatasmithMeshSectionInfoMapTemplate"); \ static_assert(sizeof(FDatasmithMeshSectionInfoMapTemplate) == 0x000050, "Wrong size on FDatasmithMeshSectionInfoMapTemplate"); \ static_assert(offsetof(FDatasmithMeshSectionInfoMapTemplate, Map) == 0x000000, "Member 'FDatasmithMeshSectionInfoMapTemplate::Map' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithStaticMaterialTemplate \ static_assert(alignof(FDatasmithStaticMaterialTemplate) == 0x000008, "Wrong alignment on FDatasmithStaticMaterialTemplate"); \ static_assert(sizeof(FDatasmithStaticMaterialTemplate) == 0x000010, "Wrong size on FDatasmithStaticMaterialTemplate"); \ static_assert(offsetof(FDatasmithStaticMaterialTemplate, MaterialSlotName) == 0x000000, "Member 'FDatasmithStaticMaterialTemplate::MaterialSlotName' has a wrong offset!"); \ static_assert(offsetof(FDatasmithStaticMaterialTemplate, MaterialInterface) == 0x000008, "Member 'FDatasmithStaticMaterialTemplate::MaterialInterface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDatasmithMeshBuildSettingsTemplate \ static_assert(alignof(FDatasmithMeshBuildSettingsTemplate) == 0x000004, "Wrong alignment on FDatasmithMeshBuildSettingsTemplate"); \ static_assert(sizeof(FDatasmithMeshBuildSettingsTemplate) == 0x000010, "Wrong size on FDatasmithMeshBuildSettingsTemplate"); \ static_assert(offsetof(FDatasmithMeshBuildSettingsTemplate, MinLightmapResolution) == 0x000004, "Member 'FDatasmithMeshBuildSettingsTemplate::MinLightmapResolution' has a wrong offset!"); \ static_assert(offsetof(FDatasmithMeshBuildSettingsTemplate, SrcLightmapIndex) == 0x000008, "Member 'FDatasmithMeshBuildSettingsTemplate::SrcLightmapIndex' has a wrong offset!"); \ static_assert(offsetof(FDatasmithMeshBuildSettingsTemplate, DstLightmapIndex) == 0x00000C, "Member 'FDatasmithMeshBuildSettingsTemplate::DstLightmapIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithObjectTemplate \ static_assert(alignof(UDatasmithObjectTemplate) == 0x000008, "Wrong alignment on UDatasmithObjectTemplate"); \ static_assert(sizeof(UDatasmithObjectTemplate) == 0x000030, "Wrong size on UDatasmithObjectTemplate"); \ #define DUMPER7_ASSERTS_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) == 0x000288, "Wrong size on ADatasmithAreaLightActor"); \ static_assert(offsetof(ADatasmithAreaLightActor, Mobility) == 0x000230, "Member 'ADatasmithAreaLightActor::Mobility' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, LightType) == 0x000231, "Member 'ADatasmithAreaLightActor::LightType' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, LightShape) == 0x000232, "Member 'ADatasmithAreaLightActor::LightShape' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Dimensions) == 0x000234, "Member 'ADatasmithAreaLightActor::Dimensions' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Intensity) == 0x00023C, "Member 'ADatasmithAreaLightActor::Intensity' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IntensityUnits) == 0x000240, "Member 'ADatasmithAreaLightActor::IntensityUnits' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Color) == 0x000244, "Member 'ADatasmithAreaLightActor::Color' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Temperature) == 0x000254, "Member 'ADatasmithAreaLightActor::Temperature' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IESTexture) == 0x000258, "Member 'ADatasmithAreaLightActor::IESTexture' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, bUseIESBrightness) == 0x000260, "Member 'ADatasmithAreaLightActor::bUseIESBrightness' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, IESBrightnessScale) == 0x000264, "Member 'ADatasmithAreaLightActor::IESBrightnessScale' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, Rotation) == 0x000268, "Member 'ADatasmithAreaLightActor::Rotation' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SourceRadius) == 0x000274, "Member 'ADatasmithAreaLightActor::SourceRadius' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SourceLength) == 0x000278, "Member 'ADatasmithAreaLightActor::SourceLength' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, AttenuationRadius) == 0x00027C, "Member 'ADatasmithAreaLightActor::AttenuationRadius' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SpotlightInnerAngle) == 0x000280, "Member 'ADatasmithAreaLightActor::SpotlightInnerAngle' has a wrong offset!"); \ static_assert(offsetof(ADatasmithAreaLightActor, SpotlightOuterAngle) == 0x000284, "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_UDatasmithAssetImportData \ static_assert(alignof(UDatasmithAssetImportData) == 0x000008, "Wrong alignment on UDatasmithAssetImportData"); \ static_assert(sizeof(UDatasmithAssetImportData) == 0x000028, "Wrong size on UDatasmithAssetImportData"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshImportData \ static_assert(alignof(UDatasmithStaticMeshImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshImportData"); \ static_assert(sizeof(UDatasmithStaticMeshImportData) == 0x000028, "Wrong size on UDatasmithStaticMeshImportData"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshCADImportData \ static_assert(alignof(UDatasmithStaticMeshCADImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshCADImportData"); \ static_assert(sizeof(UDatasmithStaticMeshCADImportData) == 0x000028, "Wrong size on UDatasmithStaticMeshCADImportData"); \ #define DUMPER7_ASSERTS_UDatasmithSceneImportData \ static_assert(alignof(UDatasmithSceneImportData) == 0x000008, "Wrong alignment on UDatasmithSceneImportData"); \ static_assert(sizeof(UDatasmithSceneImportData) == 0x000028, "Wrong size on UDatasmithSceneImportData"); \ #define DUMPER7_ASSERTS_UDatasmithTranslatedSceneImportData \ static_assert(alignof(UDatasmithTranslatedSceneImportData) == 0x000008, "Wrong alignment on UDatasmithTranslatedSceneImportData"); \ static_assert(sizeof(UDatasmithTranslatedSceneImportData) == 0x000028, "Wrong size on UDatasmithTranslatedSceneImportData"); \ #define DUMPER7_ASSERTS_UDatasmithCADImportSceneData \ static_assert(alignof(UDatasmithCADImportSceneData) == 0x000008, "Wrong alignment on UDatasmithCADImportSceneData"); \ static_assert(sizeof(UDatasmithCADImportSceneData) == 0x000028, "Wrong size on UDatasmithCADImportSceneData"); \ #define DUMPER7_ASSERTS_UDatasmithMDLSceneImportData \ static_assert(alignof(UDatasmithMDLSceneImportData) == 0x000008, "Wrong alignment on UDatasmithMDLSceneImportData"); \ static_assert(sizeof(UDatasmithMDLSceneImportData) == 0x000028, "Wrong size on UDatasmithMDLSceneImportData"); \ #define DUMPER7_ASSERTS_UDatasmithGLTFSceneImportData \ static_assert(alignof(UDatasmithGLTFSceneImportData) == 0x000008, "Wrong alignment on UDatasmithGLTFSceneImportData"); \ static_assert(sizeof(UDatasmithGLTFSceneImportData) == 0x000070, "Wrong size on UDatasmithGLTFSceneImportData"); \ static_assert(offsetof(UDatasmithGLTFSceneImportData, Generator) == 0x000028, "Member 'UDatasmithGLTFSceneImportData::Generator' has a wrong offset!"); \ static_assert(offsetof(UDatasmithGLTFSceneImportData, Version) == 0x000038, "Member 'UDatasmithGLTFSceneImportData::Version' has a wrong offset!"); \ static_assert(offsetof(UDatasmithGLTFSceneImportData, Author) == 0x000040, "Member 'UDatasmithGLTFSceneImportData::Author' has a wrong offset!"); \ static_assert(offsetof(UDatasmithGLTFSceneImportData, License) == 0x000050, "Member 'UDatasmithGLTFSceneImportData::License' has a wrong offset!"); \ static_assert(offsetof(UDatasmithGLTFSceneImportData, Source) == 0x000060, "Member 'UDatasmithGLTFSceneImportData::Source' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshGLTFImportData \ static_assert(alignof(UDatasmithStaticMeshGLTFImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshGLTFImportData"); \ static_assert(sizeof(UDatasmithStaticMeshGLTFImportData) == 0x000038, "Wrong size on UDatasmithStaticMeshGLTFImportData"); \ static_assert(offsetof(UDatasmithStaticMeshGLTFImportData, SourceMeshName) == 0x000028, "Member 'UDatasmithStaticMeshGLTFImportData::SourceMeshName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithFBXSceneImportData \ static_assert(alignof(UDatasmithFBXSceneImportData) == 0x000008, "Wrong alignment on UDatasmithFBXSceneImportData"); \ static_assert(sizeof(UDatasmithFBXSceneImportData) == 0x000048, "Wrong size on UDatasmithFBXSceneImportData"); \ static_assert(offsetof(UDatasmithFBXSceneImportData, bGenerateLightmapUVs) == 0x000028, "Member 'UDatasmithFBXSceneImportData::bGenerateLightmapUVs' has a wrong offset!"); \ static_assert(offsetof(UDatasmithFBXSceneImportData, TexturesDir) == 0x000030, "Member 'UDatasmithFBXSceneImportData::TexturesDir' has a wrong offset!"); \ static_assert(offsetof(UDatasmithFBXSceneImportData, IntermediateSerialization) == 0x000040, "Member 'UDatasmithFBXSceneImportData::IntermediateSerialization' has a wrong offset!"); \ static_assert(offsetof(UDatasmithFBXSceneImportData, bColorizeMaterials) == 0x000041, "Member 'UDatasmithFBXSceneImportData::bColorizeMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithDeltaGenAssetImportData \ static_assert(alignof(UDatasmithDeltaGenAssetImportData) == 0x000008, "Wrong alignment on UDatasmithDeltaGenAssetImportData"); \ static_assert(sizeof(UDatasmithDeltaGenAssetImportData) == 0x000028, "Wrong size on UDatasmithDeltaGenAssetImportData"); \ #define DUMPER7_ASSERTS_UDatasmithDeltaGenSceneImportData \ static_assert(alignof(UDatasmithDeltaGenSceneImportData) == 0x000008, "Wrong alignment on UDatasmithDeltaGenSceneImportData"); \ static_assert(sizeof(UDatasmithDeltaGenSceneImportData) == 0x000090, "Wrong size on UDatasmithDeltaGenSceneImportData"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bMergeNodes) == 0x000048, "Member 'UDatasmithDeltaGenSceneImportData::bMergeNodes' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bOptimizeDuplicatedNodes) == 0x000049, "Member 'UDatasmithDeltaGenSceneImportData::bOptimizeDuplicatedNodes' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bRemoveInvisibleNodes) == 0x00004A, "Member 'UDatasmithDeltaGenSceneImportData::bRemoveInvisibleNodes' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bSimplifyNodeHierarchy) == 0x00004B, "Member 'UDatasmithDeltaGenSceneImportData::bSimplifyNodeHierarchy' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bImportVar) == 0x00004C, "Member 'UDatasmithDeltaGenSceneImportData::bImportVar' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, VarPath) == 0x000050, "Member 'UDatasmithDeltaGenSceneImportData::VarPath' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bImportPos) == 0x000060, "Member 'UDatasmithDeltaGenSceneImportData::bImportPos' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, PosPath) == 0x000068, "Member 'UDatasmithDeltaGenSceneImportData::PosPath' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, bImportTml) == 0x000078, "Member 'UDatasmithDeltaGenSceneImportData::bImportTml' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDeltaGenSceneImportData, TmlPath) == 0x000080, "Member 'UDatasmithDeltaGenSceneImportData::TmlPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithVREDAssetImportData \ static_assert(alignof(UDatasmithVREDAssetImportData) == 0x000008, "Wrong alignment on UDatasmithVREDAssetImportData"); \ static_assert(sizeof(UDatasmithVREDAssetImportData) == 0x000028, "Wrong size on UDatasmithVREDAssetImportData"); \ #define DUMPER7_ASSERTS_UDatasmithVREDSceneImportData \ static_assert(alignof(UDatasmithVREDSceneImportData) == 0x000008, "Wrong alignment on UDatasmithVREDSceneImportData"); \ static_assert(sizeof(UDatasmithVREDSceneImportData) == 0x0000A8, "Wrong size on UDatasmithVREDSceneImportData"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bMergeNodes) == 0x000048, "Member 'UDatasmithVREDSceneImportData::bMergeNodes' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bOptimizeDuplicatedNodes) == 0x000049, "Member 'UDatasmithVREDSceneImportData::bOptimizeDuplicatedNodes' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bImportMats) == 0x00004A, "Member 'UDatasmithVREDSceneImportData::bImportMats' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, MatsPath) == 0x000050, "Member 'UDatasmithVREDSceneImportData::MatsPath' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bImportVar) == 0x000060, "Member 'UDatasmithVREDSceneImportData::bImportVar' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bCleanVar) == 0x000061, "Member 'UDatasmithVREDSceneImportData::bCleanVar' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, VarPath) == 0x000068, "Member 'UDatasmithVREDSceneImportData::VarPath' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bImportLightInfo) == 0x000078, "Member 'UDatasmithVREDSceneImportData::bImportLightInfo' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, LightInfoPath) == 0x000080, "Member 'UDatasmithVREDSceneImportData::LightInfoPath' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, bImportClipInfo) == 0x000090, "Member 'UDatasmithVREDSceneImportData::bImportClipInfo' has a wrong offset!"); \ static_assert(offsetof(UDatasmithVREDSceneImportData, ClipInfoPath) == 0x000098, "Member 'UDatasmithVREDSceneImportData::ClipInfoPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithIFCSceneImportData \ static_assert(alignof(UDatasmithIFCSceneImportData) == 0x000008, "Wrong alignment on UDatasmithIFCSceneImportData"); \ static_assert(sizeof(UDatasmithIFCSceneImportData) == 0x000028, "Wrong size on UDatasmithIFCSceneImportData"); \ #define DUMPER7_ASSERTS_UDatasmithStaticMeshIFCImportData \ static_assert(alignof(UDatasmithStaticMeshIFCImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshIFCImportData"); \ static_assert(sizeof(UDatasmithStaticMeshIFCImportData) == 0x000038, "Wrong size on UDatasmithStaticMeshIFCImportData"); \ static_assert(offsetof(UDatasmithStaticMeshIFCImportData, SourceGlobalId) == 0x000028, "Member 'UDatasmithStaticMeshIFCImportData::SourceGlobalId' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithAssetUserData \ static_assert(alignof(UDatasmithAssetUserData) == 0x000008, "Wrong alignment on UDatasmithAssetUserData"); \ static_assert(sizeof(UDatasmithAssetUserData) == 0x000078, "Wrong size on UDatasmithAssetUserData"); \ static_assert(offsetof(UDatasmithAssetUserData, MetaData) == 0x000028, "Member 'UDatasmithAssetUserData::MetaData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithCineCameraActorTemplate \ static_assert(alignof(UDatasmithCineCameraActorTemplate) == 0x000008, "Wrong alignment on UDatasmithCineCameraActorTemplate"); \ static_assert(sizeof(UDatasmithCineCameraActorTemplate) == 0x000060, "Wrong size on UDatasmithCineCameraActorTemplate"); \ static_assert(offsetof(UDatasmithCineCameraActorTemplate, LookatTrackingSettings) == 0x000030, "Member 'UDatasmithCineCameraActorTemplate::LookatTrackingSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithCineCameraComponentTemplate \ static_assert(alignof(UDatasmithCineCameraComponentTemplate) == 0x000010, "Wrong alignment on UDatasmithCineCameraComponentTemplate"); \ static_assert(sizeof(UDatasmithCineCameraComponentTemplate) == 0x000090, "Wrong size on UDatasmithCineCameraComponentTemplate"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, FilmbackSettings) == 0x000030, "Member 'UDatasmithCineCameraComponentTemplate::FilmbackSettings' has a wrong offset!"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, LensSettings) == 0x000038, "Member 'UDatasmithCineCameraComponentTemplate::LensSettings' has a wrong offset!"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, FocusSettings) == 0x00003C, "Member 'UDatasmithCineCameraComponentTemplate::FocusSettings' has a wrong offset!"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, CurrentFocalLength) == 0x000044, "Member 'UDatasmithCineCameraComponentTemplate::CurrentFocalLength' has a wrong offset!"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, CurrentAperture) == 0x000048, "Member 'UDatasmithCineCameraComponentTemplate::CurrentAperture' has a wrong offset!"); \ static_assert(offsetof(UDatasmithCineCameraComponentTemplate, PostProcessSettings) == 0x000050, "Member 'UDatasmithCineCameraComponentTemplate::PostProcessSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserData \ static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserData) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserData"); \ static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserData) == 0x000010, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserData"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserData, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserData::Object' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserData, ReturnValue) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue \ static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue"); \ static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue) == 0x000038, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::Object' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, StringToMatch) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::StringToMatch' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, OutKeys) == 0x000018, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::OutKeys' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue, OutValues) == 0x000028, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataKeysAndValuesForValue::OutValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey \ static_assert(alignof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey) == 0x000008, "Wrong alignment on DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey"); \ static_assert(sizeof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey) == 0x000020, "Wrong size on DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, Object) == 0x000000, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::Object' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, Key) == 0x000008, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::Key' has a wrong offset!"); \ static_assert(offsetof(DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey, ReturnValue) == 0x000010, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDatasmithContentBlueprintLibrary \ static_assert(alignof(UDatasmithContentBlueprintLibrary) == 0x000008, "Wrong alignment on UDatasmithContentBlueprintLibrary"); \ static_assert(sizeof(UDatasmithContentBlueprintLibrary) == 0x000028, "Wrong size on UDatasmithContentBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UDatasmithCustomActionBase \ static_assert(alignof(UDatasmithCustomActionBase) == 0x000008, "Wrong alignment on UDatasmithCustomActionBase"); \ static_assert(sizeof(UDatasmithCustomActionBase) == 0x000030, "Wrong size on UDatasmithCustomActionBase"); \ #define DUMPER7_ASSERTS_UDatasmithDecalComponentTemplate \ static_assert(alignof(UDatasmithDecalComponentTemplate) == 0x000008, "Wrong alignment on UDatasmithDecalComponentTemplate"); \ static_assert(sizeof(UDatasmithDecalComponentTemplate) == 0x000048, "Wrong size on UDatasmithDecalComponentTemplate"); \ static_assert(offsetof(UDatasmithDecalComponentTemplate, SortOrder) == 0x000030, "Member 'UDatasmithDecalComponentTemplate::SortOrder' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDecalComponentTemplate, DecalSize) == 0x000034, "Member 'UDatasmithDecalComponentTemplate::DecalSize' has a wrong offset!"); \ static_assert(offsetof(UDatasmithDecalComponentTemplate, Material) == 0x000040, "Member 'UDatasmithDecalComponentTemplate::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DatasmithImportedSequencesActor_PlayLevelSequence \ static_assert(alignof(DatasmithImportedSequencesActor_PlayLevelSequence) == 0x000008, "Wrong alignment on DatasmithImportedSequencesActor_PlayLevelSequence"); \ static_assert(sizeof(DatasmithImportedSequencesActor_PlayLevelSequence) == 0x000008, "Wrong size on DatasmithImportedSequencesActor_PlayLevelSequence"); \ static_assert(offsetof(DatasmithImportedSequencesActor_PlayLevelSequence, SequenceToPlay) == 0x000000, "Member 'DatasmithImportedSequencesActor_PlayLevelSequence::SequenceToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ADatasmithImportedSequencesActor \ static_assert(alignof(ADatasmithImportedSequencesActor) == 0x000008, "Wrong alignment on ADatasmithImportedSequencesActor"); \ static_assert(sizeof(ADatasmithImportedSequencesActor) == 0x000240, "Wrong size on ADatasmithImportedSequencesActor"); \ static_assert(offsetof(ADatasmithImportedSequencesActor, ImportedSequences) == 0x000230, "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) == 0x000288, "Wrong size on ADatasmithSceneActor"); \ static_assert(offsetof(ADatasmithSceneActor, Scene) == 0x000230, "Member 'ADatasmithSceneActor::Scene' has a wrong offset!"); \ static_assert(offsetof(ADatasmithSceneActor, RelatedActors) == 0x000238, "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_BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume \ static_assert(alignof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume) == 0x000008, "Wrong alignment on BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume"); \ static_assert(sizeof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume) == 0x000200, "Wrong size on BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, EntryPoint) == 0x000000, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_WasRecentlyRendered_ReturnValue) == 0x000005, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_WasRecentlyRendered_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_DynamicCast_AsBP_OTI_Look_at_Dur_Reached) == 0x000008, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_DynamicCast_AsBP_OTI_Look_at_Dur_Reached' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Conv_FloatToString_ReturnValue) == 0x000028, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_GetObjectName_ReturnValue) == 0x000038, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000058, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000088, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000098, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000A8, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_IsEnabled_IsEnabled) == 0x0000B8, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_IsEnabled_IsEnabled' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000B9, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_GetObjectName_ReturnValue_1) == 0x0000C0, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000D0, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x0000E0, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000F0, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000100, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x000110, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000120, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000124, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Conv_FloatToString_ReturnValue_4) == 0x000128, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Conv_FloatToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000138, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000140, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_FClamp_ReturnValue) == 0x000150, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Less_FloatFloat_ReturnValue) == 0x000154, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Not_PreBool_ReturnValue_2) == 0x000155, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_BooleanAND_ReturnValue) == 0x000156, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000158, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Lerp_ReturnValue) == 0x00015C, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_MapRangeClamped_ReturnValue) == 0x000160, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_Event_DeltaSeconds) == 0x000164, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_UpdateViewState_Distance) == 0x000168, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_UpdateViewState_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_UpdateViewState_ViewAngle) == 0x00016C, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_UpdateViewState_ViewAngle' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_GetFloatValue_ReturnValue) == 0x000170, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000174, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_MakeStruct_SubmixEffectFilterSettings) == 0x000178, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_MakeStruct_SubmixEffectFilterSettings' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000184, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000185, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_BooleanOR_ReturnValue) == 0x000186, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000187, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_IsFeedbackFXEnabled_Enabled) == 0x000188, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_IsFeedbackFXEnabled_Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Not_PreBool_ReturnValue_3) == 0x000189, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_CustomEvent_Distance) == 0x00018C, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_CustomEvent_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_CustomEvent_AngleFromDirectLook) == 0x000190, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_CustomEvent_AngleFromDirectLook' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_CustomEvent_Duration) == 0x000194, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_CustomEvent_DurationOfView) == 0x000198, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_CustomEvent_DurationOfView' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_GetObjectName_ReturnValue_2) == 0x0001A0, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_GetObjectName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0001B0, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0001C0, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, CallFunc_Not_PreBool_ReturnValue_4) == 0x0001D0, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_EOCreateEvent_OutputDelegate) == 0x0001D4, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_Event_Deactivator) == 0x0001E8, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_Event_Deactivator' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_Event_Activator) == 0x0001F0, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_Event_Activator' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume, K2Node_Event_InteractType) == 0x0001F8, "Member 'BP_LookAtVolume_C_ExecuteUbergraph_BP_LookAtVolume::K2Node_Event_InteractType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_Activate \ static_assert(alignof(BP_LookAtVolume_C_Activate) == 0x000008, "Wrong alignment on BP_LookAtVolume_C_Activate"); \ static_assert(sizeof(BP_LookAtVolume_C_Activate) == 0x000010, "Wrong size on BP_LookAtVolume_C_Activate"); \ static_assert(offsetof(BP_LookAtVolume_C_Activate, Activator) == 0x000000, "Member 'BP_LookAtVolume_C_Activate::Activator' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_Activate, InteractType) == 0x000008, "Member 'BP_LookAtVolume_C_Activate::InteractType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_Deactivate \ static_assert(alignof(BP_LookAtVolume_C_Deactivate) == 0x000008, "Wrong alignment on BP_LookAtVolume_C_Deactivate"); \ static_assert(sizeof(BP_LookAtVolume_C_Deactivate) == 0x000008, "Wrong size on BP_LookAtVolume_C_Deactivate"); \ static_assert(offsetof(BP_LookAtVolume_C_Deactivate, Deactivator) == 0x000000, "Member 'BP_LookAtVolume_C_Deactivate::Deactivator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_EndView_Event \ static_assert(alignof(BP_LookAtVolume_C_EndView_Event) == 0x000004, "Wrong alignment on BP_LookAtVolume_C_EndView_Event"); \ static_assert(sizeof(BP_LookAtVolume_C_EndView_Event) == 0x000004, "Wrong size on BP_LookAtVolume_C_EndView_Event"); \ static_assert(offsetof(BP_LookAtVolume_C_EndView_Event, DurationOfView) == 0x000000, "Member 'BP_LookAtVolume_C_EndView_Event::DurationOfView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_ViewTick_Event \ static_assert(alignof(BP_LookAtVolume_C_ViewTick_Event) == 0x000004, "Wrong alignment on BP_LookAtVolume_C_ViewTick_Event"); \ static_assert(sizeof(BP_LookAtVolume_C_ViewTick_Event) == 0x00000C, "Wrong size on BP_LookAtVolume_C_ViewTick_Event"); \ static_assert(offsetof(BP_LookAtVolume_C_ViewTick_Event, Distance) == 0x000000, "Member 'BP_LookAtVolume_C_ViewTick_Event::Distance' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ViewTick_Event, AngleFromDirectLook) == 0x000004, "Member 'BP_LookAtVolume_C_ViewTick_Event::AngleFromDirectLook' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_ViewTick_Event, Duration) == 0x000008, "Member 'BP_LookAtVolume_C_ViewTick_Event::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_ReceiveTick \ static_assert(alignof(BP_LookAtVolume_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_LookAtVolume_C_ReceiveTick"); \ static_assert(sizeof(BP_LookAtVolume_C_ReceiveTick) == 0x000004, "Wrong size on BP_LookAtVolume_C_ReceiveTick"); \ static_assert(offsetof(BP_LookAtVolume_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_LookAtVolume_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_UserConstructionScript \ static_assert(alignof(BP_LookAtVolume_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_LookAtVolume_C_UserConstructionScript"); \ static_assert(sizeof(BP_LookAtVolume_C_UserConstructionScript) == 0x00000C, "Wrong size on BP_LookAtVolume_C_UserConstructionScript"); \ static_assert(offsetof(BP_LookAtVolume_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_LookAtVolume_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_UpdateViewState \ static_assert(alignof(BP_LookAtVolume_C_UpdateViewState) == 0x000008, "Wrong alignment on BP_LookAtVolume_C_UpdateViewState"); \ static_assert(sizeof(BP_LookAtVolume_C_UpdateViewState) == 0x000070, "Wrong size on BP_LookAtVolume_C_UpdateViewState"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, DeltaTime) == 0x000000, "Member 'BP_LookAtVolume_C_UpdateViewState::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, Distance) == 0x000004, "Member 'BP_LookAtVolume_C_UpdateViewState::Distance' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, ViewAngle) == 0x000008, "Member 'BP_LookAtVolume_C_UpdateViewState::ViewAngle' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, LocViewAngleResult) == 0x00000C, "Member 'BP_LookAtVolume_C_UpdateViewState::LocViewAngleResult' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000014, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, K2Node_SwitchEnum_CmpSuccess) == 0x000024, "Member 'BP_LookAtVolume_C_UpdateViewState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_GetLookAtCamera_OutCam) == 0x000028, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_GetLookAtCamera_OutCam' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_GetForwardVector_ReturnValue) == 0x000030, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_Add_FloatFloat_ReturnValue) == 0x00003C, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000040, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00004C, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_VSize_ReturnValue) == 0x000058, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_Normal_ReturnValue) == 0x00005C, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_Dot_VectorVector_ReturnValue) == 0x000068, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateViewState, CallFunc_DegAcos_ReturnValue) == 0x00006C, "Member 'BP_LookAtVolume_C_UpdateViewState::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_GetVolumeTypeTag \ static_assert(alignof(BP_LookAtVolume_C_GetVolumeTypeTag) == 0x000004, "Wrong alignment on BP_LookAtVolume_C_GetVolumeTypeTag"); \ static_assert(sizeof(BP_LookAtVolume_C_GetVolumeTypeTag) == 0x000008, "Wrong size on BP_LookAtVolume_C_GetVolumeTypeTag"); \ static_assert(offsetof(BP_LookAtVolume_C_GetVolumeTypeTag, VolumeTag) == 0x000000, "Member 'BP_LookAtVolume_C_GetVolumeTypeTag::VolumeTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_SetSatus \ static_assert(alignof(BP_LookAtVolume_C_SetSatus) == 0x000001, "Wrong alignment on BP_LookAtVolume_C_SetSatus"); \ static_assert(sizeof(BP_LookAtVolume_C_SetSatus) == 0x000001, "Wrong size on BP_LookAtVolume_C_SetSatus"); \ static_assert(offsetof(BP_LookAtVolume_C_SetSatus, CallFunc_IsEnabled_IsEnabled) == 0x000000, "Member 'BP_LookAtVolume_C_SetSatus::CallFunc_IsEnabled_IsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_GetVolumeMaterial \ static_assert(alignof(BP_LookAtVolume_C_GetVolumeMaterial) == 0x000008, "Wrong alignment on BP_LookAtVolume_C_GetVolumeMaterial"); \ static_assert(sizeof(BP_LookAtVolume_C_GetVolumeMaterial) == 0x000008, "Wrong size on BP_LookAtVolume_C_GetVolumeMaterial"); \ static_assert(offsetof(BP_LookAtVolume_C_GetVolumeMaterial, VolumeMaterial) == 0x000000, "Member 'BP_LookAtVolume_C_GetVolumeMaterial::VolumeMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_EnableTrigger \ static_assert(alignof(BP_LookAtVolume_C_EnableTrigger) == 0x000008, "Wrong alignment on BP_LookAtVolume_C_EnableTrigger"); \ static_assert(sizeof(BP_LookAtVolume_C_EnableTrigger) == 0x0000D0, "Wrong size on BP_LookAtVolume_C_EnableTrigger"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, ShouldEnable) == 0x000000, "Member 'BP_LookAtVolume_C_EnableTrigger::ShouldEnable' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, Force) == 0x000001, "Member 'BP_LookAtVolume_C_EnableTrigger::Force' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_IsEnabled_IsEnabled) == 0x000002, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_IsEnabled_IsEnabled' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000003, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_GetPathName_ReturnValue) == 0x000008, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_Conv_BoolToString_ReturnValue) == 0x000020, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_Not_PreBool_ReturnValue_1) == 0x000030, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_Not_PreBool_ReturnValue_2) == 0x000068, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x000069, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000070, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_BooleanOR_ReturnValue_1) == 0x000080, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000088, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000098, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_GetPathName_ReturnValue_1) == 0x0000A8, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000B8, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_IsActorTickEnabled_ReturnValue) == 0x0000C8, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_IsActorTickEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_NotEqual_BoolBool_ReturnValue_2) == 0x0000C9, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_NotEqual_BoolBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_EnableTrigger, CallFunc_BooleanOR_ReturnValue_2) == 0x0000CA, "Member 'BP_LookAtVolume_C_EnableTrigger::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_InitializePostProcessMaterial \ static_assert(alignof(BP_LookAtVolume_C_InitializePostProcessMaterial) == 0x000008, "Wrong alignment on BP_LookAtVolume_C_InitializePostProcessMaterial"); \ static_assert(sizeof(BP_LookAtVolume_C_InitializePostProcessMaterial) == 0x000038, "Wrong size on BP_LookAtVolume_C_InitializePostProcessMaterial"); \ static_assert(offsetof(BP_LookAtVolume_C_InitializePostProcessMaterial, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_LookAtVolume_C_InitializePostProcessMaterial::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_InitializePostProcessMaterial, CallFunc_GetObjectName_ReturnValue) == 0x000008, "Member 'BP_LookAtVolume_C_InitializePostProcessMaterial::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_InitializePostProcessMaterial, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_LookAtVolume_C_InitializePostProcessMaterial::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_InitializePostProcessMaterial, CallFunc_Conv_StringToName_ReturnValue) == 0x000028, "Member 'BP_LookAtVolume_C_InitializePostProcessMaterial::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_InitializePostProcessMaterial, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000030, "Member 'BP_LookAtVolume_C_InitializePostProcessMaterial::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_AddFeedbackFX \ static_assert(alignof(BP_LookAtVolume_C_AddFeedbackFX) == 0x000008, "Wrong alignment on BP_LookAtVolume_C_AddFeedbackFX"); \ static_assert(sizeof(BP_LookAtVolume_C_AddFeedbackFX) == 0x000028, "Wrong size on BP_LookAtVolume_C_AddFeedbackFX"); \ static_assert(offsetof(BP_LookAtVolume_C_AddFeedbackFX, K2Node_MakeStruct_WeightedBlendable) == 0x000000, "Member 'BP_LookAtVolume_C_AddFeedbackFX::K2Node_MakeStruct_WeightedBlendable' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_AddFeedbackFX, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_LookAtVolume_C_AddFeedbackFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_AddFeedbackFX, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000018, "Member 'BP_LookAtVolume_C_AddFeedbackFX::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_AddFeedbackFX, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_LookAtVolume_C_AddFeedbackFX::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_AddFeedbackFX, CallFunc_Array_AddUnique_ReturnValue) == 0x000024, "Member 'BP_LookAtVolume_C_AddFeedbackFX::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_RemoveFeedbackFX \ static_assert(alignof(BP_LookAtVolume_C_RemoveFeedbackFX) == 0x000008, "Wrong alignment on BP_LookAtVolume_C_RemoveFeedbackFX"); \ static_assert(sizeof(BP_LookAtVolume_C_RemoveFeedbackFX) == 0x000028, "Wrong size on BP_LookAtVolume_C_RemoveFeedbackFX"); \ static_assert(offsetof(BP_LookAtVolume_C_RemoveFeedbackFX, K2Node_MakeStruct_WeightedBlendable) == 0x000000, "Member 'BP_LookAtVolume_C_RemoveFeedbackFX::K2Node_MakeStruct_WeightedBlendable' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_RemoveFeedbackFX, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_LookAtVolume_C_RemoveFeedbackFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_RemoveFeedbackFX, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000018, "Member 'BP_LookAtVolume_C_RemoveFeedbackFX::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_RemoveFeedbackFX, CallFunc_Array_RemoveItem_ReturnValue) == 0x000020, "Member 'BP_LookAtVolume_C_RemoveFeedbackFX::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_UpdateFeedbackFX \ static_assert(alignof(BP_LookAtVolume_C_UpdateFeedbackFX) == 0x000004, "Wrong alignment on BP_LookAtVolume_C_UpdateFeedbackFX"); \ static_assert(sizeof(BP_LookAtVolume_C_UpdateFeedbackFX) == 0x00003C, "Wrong size on BP_LookAtVolume_C_UpdateFeedbackFX"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, Distance) == 0x000000, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::Distance' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, Loc_DistanceCheck) == 0x000004, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::Loc_DistanceCheck' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, CallFunc_IsFeedbackFXEnabled_Enabled) == 0x00000C, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::CallFunc_IsFeedbackFXEnabled_Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, CallFunc_GetFloatValue_ReturnValue) == 0x000010, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, K2Node_MakeStruct_SubmixEffectFilterSettings) == 0x000018, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::K2Node_MakeStruct_SubmixEffectFilterSettings' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000024, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000028, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, CallFunc_Less_FloatFloat_ReturnValue) == 0x00002D, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, CallFunc_FMin_ReturnValue) == 0x000030, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_UpdateFeedbackFX, CallFunc_Lerp_ReturnValue) == 0x000038, "Member 'BP_LookAtVolume_C_UpdateFeedbackFX::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_TryToggleTick \ static_assert(alignof(BP_LookAtVolume_C_TryToggleTick) == 0x000001, "Wrong alignment on BP_LookAtVolume_C_TryToggleTick"); \ static_assert(sizeof(BP_LookAtVolume_C_TryToggleTick) == 0x000001, "Wrong size on BP_LookAtVolume_C_TryToggleTick"); \ static_assert(offsetof(BP_LookAtVolume_C_TryToggleTick, bEnabled) == 0x000000, "Member 'BP_LookAtVolume_C_TryToggleTick::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_GetLookAtCamera \ static_assert(alignof(BP_LookAtVolume_C_GetLookAtCamera) == 0x000008, "Wrong alignment on BP_LookAtVolume_C_GetLookAtCamera"); \ static_assert(sizeof(BP_LookAtVolume_C_GetLookAtCamera) == 0x000010, "Wrong size on BP_LookAtVolume_C_GetLookAtCamera"); \ static_assert(offsetof(BP_LookAtVolume_C_GetLookAtCamera, OutCam) == 0x000000, "Member 'BP_LookAtVolume_C_GetLookAtCamera::OutCam' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_GetLookAtCamera, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x000008, "Member 'BP_LookAtVolume_C_GetLookAtCamera::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_SetUpViewBinds \ static_assert(alignof(BP_LookAtVolume_C_SetUpViewBinds) == 0x000004, "Wrong alignment on BP_LookAtVolume_C_SetUpViewBinds"); \ static_assert(sizeof(BP_LookAtVolume_C_SetUpViewBinds) == 0x000040, "Wrong size on BP_LookAtVolume_C_SetUpViewBinds"); \ static_assert(offsetof(BP_LookAtVolume_C_SetUpViewBinds, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_LookAtVolume_C_SetUpViewBinds::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_SetUpViewBinds, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_LookAtVolume_C_SetUpViewBinds::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_SetUpViewBinds, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'BP_LookAtVolume_C_SetUpViewBinds::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_SetUpViewBinds, K2Node_CreateDelegate_OutputDelegate_3) == 0x000030, "Member 'BP_LookAtVolume_C_SetUpViewBinds::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_LookAtVolume_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_LookAtVolume_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_LookAtVolume_C_OnCheckpointLoadFinished) == 0x000010, "Wrong size on BP_LookAtVolume_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_LookAtVolume_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_LookAtVolume_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_LookAtVolume_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_IsFeedbackFXEnabled \ static_assert(alignof(BP_LookAtVolume_C_IsFeedbackFXEnabled) == 0x000001, "Wrong alignment on BP_LookAtVolume_C_IsFeedbackFXEnabled"); \ static_assert(sizeof(BP_LookAtVolume_C_IsFeedbackFXEnabled) == 0x000001, "Wrong size on BP_LookAtVolume_C_IsFeedbackFXEnabled"); \ static_assert(offsetof(BP_LookAtVolume_C_IsFeedbackFXEnabled, Enabled) == 0x000000, "Member 'BP_LookAtVolume_C_IsFeedbackFXEnabled::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_CanDeactivate \ static_assert(alignof(BP_LookAtVolume_C_CanDeactivate) == 0x000001, "Wrong alignment on BP_LookAtVolume_C_CanDeactivate"); \ static_assert(sizeof(BP_LookAtVolume_C_CanDeactivate) == 0x000001, "Wrong size on BP_LookAtVolume_C_CanDeactivate"); \ static_assert(offsetof(BP_LookAtVolume_C_CanDeactivate, ReturnValue) == 0x000000, "Member 'BP_LookAtVolume_C_CanDeactivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_CanActivate \ static_assert(alignof(BP_LookAtVolume_C_CanActivate) == 0x000001, "Wrong alignment on BP_LookAtVolume_C_CanActivate"); \ static_assert(sizeof(BP_LookAtVolume_C_CanActivate) == 0x000001, "Wrong size on BP_LookAtVolume_C_CanActivate"); \ static_assert(offsetof(BP_LookAtVolume_C_CanActivate, ReturnValue) == 0x000000, "Member 'BP_LookAtVolume_C_CanActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtVolume_C_IsActivated \ static_assert(alignof(BP_LookAtVolume_C_IsActivated) == 0x000001, "Wrong alignment on BP_LookAtVolume_C_IsActivated"); \ static_assert(sizeof(BP_LookAtVolume_C_IsActivated) == 0x000002, "Wrong size on BP_LookAtVolume_C_IsActivated"); \ static_assert(offsetof(BP_LookAtVolume_C_IsActivated, ReturnValue) == 0x000000, "Member 'BP_LookAtVolume_C_IsActivated::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtVolume_C_IsActivated, CallFunc_IsEnabled_IsEnabled) == 0x000001, "Member 'BP_LookAtVolume_C_IsActivated::CallFunc_IsEnabled_IsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LookAtVolume_C \ static_assert(alignof(ABP_LookAtVolume_C) == 0x000008, "Wrong alignment on ABP_LookAtVolume_C"); \ static_assert(sizeof(ABP_LookAtVolume_C) == 0x0003F8, "Wrong size on ABP_LookAtVolume_C"); \ static_assert(offsetof(ABP_LookAtVolume_C, UberGraphFrame_BP_LookAtVolume_C) == 0x0002A8, "Member 'ABP_LookAtVolume_C::UberGraphFrame_BP_LookAtVolume_C' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, LookInteractable) == 0x0002B0, "Member 'ABP_LookAtVolume_C::LookInteractable' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, Audio) == 0x0002B8, "Member 'ABP_LookAtVolume_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, LookAtCube) == 0x0002C0, "Member 'ABP_LookAtVolume_C::LookAtCube' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, LookAtFadeOutTimeline_NormalizedAlpha_834DB85F4B8CF6CE90D0348CA6517F1B) == 0x0002C8, "Member 'ABP_LookAtVolume_C::LookAtFadeOutTimeline_NormalizedAlpha_834DB85F4B8CF6CE90D0348CA6517F1B' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, LookAtFadeOutTimeline__Direction_834DB85F4B8CF6CE90D0348CA6517F1B) == 0x0002CC, "Member 'ABP_LookAtVolume_C::LookAtFadeOutTimeline__Direction_834DB85F4B8CF6CE90D0348CA6517F1B' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, LookAtFadeOutTimeline) == 0x0002D0, "Member 'ABP_LookAtVolume_C::LookAtFadeOutTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, BeginView) == 0x0002D8, "Member 'ABP_LookAtVolume_C::BeginView' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, EndView) == 0x0002E8, "Member 'ABP_LookAtVolume_C::EndView' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, RenderedTick) == 0x0002F8, "Member 'ABP_LookAtVolume_C::RenderedTick' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, ViewTick) == 0x000308, "Member 'ABP_LookAtVolume_C::ViewTick' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, CurrentlyViewed) == 0x000318, "Member 'ABP_LookAtVolume_C::CurrentlyViewed' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, CurrentViewAngle) == 0x00031C, "Member 'ABP_LookAtVolume_C::CurrentViewAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, CurrentDistance) == 0x000320, "Member 'ABP_LookAtVolume_C::CurrentDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, CurrentViewDuration) == 0x000324, "Member 'ABP_LookAtVolume_C::CurrentViewDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, MaxAngle) == 0x000328, "Member 'ABP_LookAtVolume_C::MaxAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, MaxDistance) == 0x00032C, "Member 'ABP_LookAtVolume_C::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, DesiredLookAtDuration) == 0x000330, "Member 'ABP_LookAtVolume_C::DesiredLookAtDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, ViewDurationReached) == 0x000338, "Member 'ABP_LookAtVolume_C::ViewDurationReached' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, TriggerViewDurationOnce) == 0x000348, "Member 'ABP_LookAtVolume_C::TriggerViewDurationOnce' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, SendViewReachedEvents) == 0x000349, "Member 'ABP_LookAtVolume_C::SendViewReachedEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, ViewReachedEvents) == 0x000350, "Member 'ABP_LookAtVolume_C::ViewReachedEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, LookAtDebugMode) == 0x000360, "Member 'ABP_LookAtVolume_C::LookAtDebugMode' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, LookAtTriggerType) == 0x000361, "Member 'ABP_LookAtVolume_C::LookAtTriggerType' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, RecentlyRenderedTolerance) == 0x000364, "Member 'ABP_LookAtVolume_C::RecentlyRenderedTolerance' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, LookAtSound) == 0x000368, "Member 'ABP_LookAtVolume_C::LookAtSound' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, LookAtLightColor) == 0x000370, "Member 'ABP_LookAtVolume_C::LookAtLightColor' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, InteractableOnViewDurReached) == 0x000380, "Member 'ABP_LookAtVolume_C::InteractableOnViewDurReached' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, As_BP_OTI_Look_At_Dur_Reached) == 0x000388, "Member 'ABP_LookAtVolume_C::As_BP_OTI_Look_At_Dur_Reached' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, LookAtInteracted) == 0x000390, "Member 'ABP_LookAtVolume_C::LookAtInteracted' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, CurrentViewDuration_Normalized) == 0x0003A0, "Member 'ABP_LookAtVolume_C::CurrentViewDuration_Normalized' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, EnableFeedbackFX) == 0x0003A4, "Member 'ABP_LookAtVolume_C::EnableFeedbackFX' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, MinFeedbackFXDistance) == 0x0003A8, "Member 'ABP_LookAtVolume_C::MinFeedbackFXDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, LookAwayNormalizationRate) == 0x0003AC, "Member 'ABP_LookAtVolume_C::LookAwayNormalizationRate' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, InitializedMaterials) == 0x0003B0, "Member 'ABP_LookAtVolume_C::InitializedMaterials' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, Post_Process_Material) == 0x0003B8, "Member 'ABP_LookAtVolume_C::Post_Process_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, Mid) == 0x0003C0, "Member 'ABP_LookAtVolume_C::Mid' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, Weighted_Blendable) == 0x0003C8, "Member 'ABP_LookAtVolume_C::Weighted_Blendable' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, IsDoneAndFadingOut) == 0x0003D8, "Member 'ABP_LookAtVolume_C::IsDoneAndFadingOut' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, StartingPPFadeValue) == 0x0003DC, "Member 'ABP_LookAtVolume_C::StartingPPFadeValue' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, SubFX_LookFX_LPF) == 0x0003E0, "Member 'ABP_LookAtVolume_C::SubFX_LookFX_LPF' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, CUR_LookAtFilterCurve) == 0x0003E8, "Member 'ABP_LookAtVolume_C::CUR_LookAtFilterCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtVolume_C, ViewDurationReachedBlocked) == 0x0003F0, "Member 'ABP_LookAtVolume_C::ViewDurationReachedBlocked' 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) == 0x000298, "Wrong size on ALevelVariantSetsActor"); \ static_assert(offsetof(ALevelVariantSetsActor, LevelVariantSets) == 0x000230, "Member 'ALevelVariantSetsActor::LevelVariantSets' has a wrong offset!"); \ static_assert(offsetof(ALevelVariantSetsActor, DirectorInstances) == 0x000248, "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) == 0x000258, "Wrong size on ASwitchActor"); \ static_assert(offsetof(ASwitchActor, SceneComponent) == 0x000248, "Member 'ASwitchActor::SceneComponent' has a wrong offset!"); \ static_assert(offsetof(ASwitchActor, LastSelectedOption) == 0x000250, "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_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_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_UClothSharedSimConfigBase \ static_assert(alignof(UClothSharedSimConfigBase) == 0x000008, "Wrong alignment on UClothSharedSimConfigBase"); \ static_assert(sizeof(UClothSharedSimConfigBase) == 0x000028, "Wrong size on UClothSharedSimConfigBase"); \ #define DUMPER7_ASSERTS_UClothingAssetBase \ static_assert(alignof(UClothingAssetBase) == 0x000008, "Wrong alignment on UClothingAssetBase"); \ static_assert(sizeof(UClothingAssetBase) == 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_FClothTetherData \ static_assert(alignof(FClothTetherData) == 0x000008, "Wrong alignment on FClothTetherData"); \ static_assert(sizeof(FClothTetherData) == 0x000010, "Wrong size on FClothTetherData"); \ #define DUMPER7_ASSERTS_FClothPhysicalMeshData \ static_assert(alignof(FClothPhysicalMeshData) == 0x000008, "Wrong alignment on FClothPhysicalMeshData"); \ static_assert(sizeof(FClothPhysicalMeshData) == 0x0000D8, "Wrong size on FClothPhysicalMeshData"); \ static_assert(offsetof(FClothPhysicalMeshData, Vertices) == 0x000000, "Member 'FClothPhysicalMeshData::Vertices' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, Normals) == 0x000010, "Member 'FClothPhysicalMeshData::Normals' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, Indices) == 0x000020, "Member 'FClothPhysicalMeshData::Indices' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, WeightMaps) == 0x000030, "Member 'FClothPhysicalMeshData::WeightMaps' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, InverseMasses) == 0x000080, "Member 'FClothPhysicalMeshData::InverseMasses' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, BoneData) == 0x000090, "Member 'FClothPhysicalMeshData::BoneData' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, SelfCollisionIndices) == 0x0000A0, "Member 'FClothPhysicalMeshData::SelfCollisionIndices' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, EuclideanTethers) == 0x0000B0, "Member 'FClothPhysicalMeshData::EuclideanTethers' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, GeodesicTethers) == 0x0000C0, "Member 'FClothPhysicalMeshData::GeodesicTethers' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, MaxBoneWeights) == 0x0000D0, "Member 'FClothPhysicalMeshData::MaxBoneWeights' has a wrong offset!"); \ static_assert(offsetof(FClothPhysicalMeshData, NumFixedVerts) == 0x0000D4, "Member 'FClothPhysicalMeshData::NumFixedVerts' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothLODDataCommon \ static_assert(alignof(FClothLODDataCommon) == 0x000008, "Wrong alignment on FClothLODDataCommon"); \ static_assert(sizeof(FClothLODDataCommon) == 0x000140, "Wrong size on FClothLODDataCommon"); \ static_assert(offsetof(FClothLODDataCommon, PhysicalMeshData) == 0x000000, "Member 'FClothLODDataCommon::PhysicalMeshData' has a wrong offset!"); \ static_assert(offsetof(FClothLODDataCommon, CollisionData) == 0x0000D8, "Member 'FClothLODDataCommon::CollisionData' has a wrong offset!"); \ static_assert(offsetof(FClothLODDataCommon, bUseMultipleInfluences) == 0x000118, "Member 'FClothLODDataCommon::bUseMultipleInfluences' has a wrong offset!"); \ static_assert(offsetof(FClothLODDataCommon, SkinningKernelRadius) == 0x00011C, "Member 'FClothLODDataCommon::SkinningKernelRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FClothParameterMask_Legacy \ static_assert(alignof(FClothParameterMask_Legacy) == 0x000008, "Wrong alignment on FClothParameterMask_Legacy"); \ static_assert(sizeof(FClothParameterMask_Legacy) == 0x000030, "Wrong size on FClothParameterMask_Legacy"); \ static_assert(offsetof(FClothParameterMask_Legacy, MaskName) == 0x000000, "Member 'FClothParameterMask_Legacy::MaskName' has a wrong offset!"); \ static_assert(offsetof(FClothParameterMask_Legacy, CurrentTarget) == 0x000008, "Member 'FClothParameterMask_Legacy::CurrentTarget' has a wrong offset!"); \ static_assert(offsetof(FClothParameterMask_Legacy, MaxValue) == 0x00000C, "Member 'FClothParameterMask_Legacy::MaxValue' has a wrong offset!"); \ static_assert(offsetof(FClothParameterMask_Legacy, MinValue) == 0x000010, "Member 'FClothParameterMask_Legacy::MinValue' has a wrong offset!"); \ static_assert(offsetof(FClothParameterMask_Legacy, Values) == 0x000018, "Member 'FClothParameterMask_Legacy::Values' has a wrong offset!"); \ static_assert(offsetof(FClothParameterMask_Legacy, bEnabled) == 0x000028, "Member 'FClothParameterMask_Legacy::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothConfigCommon \ static_assert(alignof(UClothConfigCommon) == 0x000008, "Wrong alignment on UClothConfigCommon"); \ static_assert(sizeof(UClothConfigCommon) == 0x000028, "Wrong size on UClothConfigCommon"); \ #define DUMPER7_ASSERTS_UClothSharedConfigCommon \ static_assert(alignof(UClothSharedConfigCommon) == 0x000008, "Wrong alignment on UClothSharedConfigCommon"); \ static_assert(sizeof(UClothSharedConfigCommon) == 0x000028, "Wrong size on UClothSharedConfigCommon"); \ #define DUMPER7_ASSERTS_UClothingAssetCustomData \ static_assert(alignof(UClothingAssetCustomData) == 0x000008, "Wrong alignment on UClothingAssetCustomData"); \ static_assert(sizeof(UClothingAssetCustomData) == 0x000028, "Wrong size on UClothingAssetCustomData"); \ #define DUMPER7_ASSERTS_UClothingAssetCommon \ static_assert(alignof(UClothingAssetCommon) == 0x000008, "Wrong alignment on UClothingAssetCommon"); \ static_assert(sizeof(UClothingAssetCommon) == 0x0000F0, "Wrong size on UClothingAssetCommon"); \ static_assert(offsetof(UClothingAssetCommon, PhysicsAsset) == 0x000048, "Member 'UClothingAssetCommon::PhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, ClothConfigs) == 0x000050, "Member 'UClothingAssetCommon::ClothConfigs' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, LODData) == 0x0000A0, "Member 'UClothingAssetCommon::LODData' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, LodMap) == 0x0000B0, "Member 'UClothingAssetCommon::LodMap' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, UsedBoneNames) == 0x0000C0, "Member 'UClothingAssetCommon::UsedBoneNames' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, UsedBoneIndices) == 0x0000D0, "Member 'UClothingAssetCommon::UsedBoneIndices' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, ReferenceBoneIndex) == 0x0000E0, "Member 'UClothingAssetCommon::ReferenceBoneIndex' has a wrong offset!"); \ static_assert(offsetof(UClothingAssetCommon, CustomData) == 0x0000E8, "Member 'UClothingAssetCommon::CustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UClothLODDataCommon_Legacy \ static_assert(alignof(UClothLODDataCommon_Legacy) == 0x000008, "Wrong alignment on UClothLODDataCommon_Legacy"); \ static_assert(sizeof(UClothLODDataCommon_Legacy) == 0x000168, "Wrong size on UClothLODDataCommon_Legacy"); \ static_assert(offsetof(UClothLODDataCommon_Legacy, PhysicalMeshData) == 0x000028, "Member 'UClothLODDataCommon_Legacy::PhysicalMeshData' has a wrong offset!"); \ static_assert(offsetof(UClothLODDataCommon_Legacy, ClothPhysicalMeshData) == 0x000030, "Member 'UClothLODDataCommon_Legacy::ClothPhysicalMeshData' has a wrong offset!"); \ static_assert(offsetof(UClothLODDataCommon_Legacy, CollisionData) == 0x000108, "Member 'UClothLODDataCommon_Legacy::CollisionData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_BP_InventorySubsystem_C_ExecuteUbergraph_BP_InventorySubsystem \ static_assert(alignof(BP_InventorySubsystem_C_ExecuteUbergraph_BP_InventorySubsystem) == 0x000004, "Wrong alignment on BP_InventorySubsystem_C_ExecuteUbergraph_BP_InventorySubsystem"); \ static_assert(sizeof(BP_InventorySubsystem_C_ExecuteUbergraph_BP_InventorySubsystem) == 0x000014, "Wrong size on BP_InventorySubsystem_C_ExecuteUbergraph_BP_InventorySubsystem"); \ static_assert(offsetof(BP_InventorySubsystem_C_ExecuteUbergraph_BP_InventorySubsystem, EntryPoint) == 0x000000, "Member 'BP_InventorySubsystem_C_ExecuteUbergraph_BP_InventorySubsystem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_InventorySubsystem_C_ExecuteUbergraph_BP_InventorySubsystem, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_InventorySubsystem_C_ExecuteUbergraph_BP_InventorySubsystem::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InventorySubsystem_C_OnNewGameEvent \ static_assert(alignof(BP_InventorySubsystem_C_OnNewGameEvent) == 0x000008, "Wrong alignment on BP_InventorySubsystem_C_OnNewGameEvent"); \ static_assert(sizeof(BP_InventorySubsystem_C_OnNewGameEvent) == 0x000020, "Wrong size on BP_InventorySubsystem_C_OnNewGameEvent"); \ static_assert(offsetof(BP_InventorySubsystem_C_OnNewGameEvent, Sender) == 0x000000, "Member 'BP_InventorySubsystem_C_OnNewGameEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_InventorySubsystem_C_OnNewGameEvent, Event) == 0x000008, "Member 'BP_InventorySubsystem_C_OnNewGameEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_InventorySubsystem_C_OnNewGameEvent, CallFunc_MakeLiteralString_ReturnValue) == 0x000010, "Member 'BP_InventorySubsystem_C_OnNewGameEvent::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_InventorySubsystem_C \ static_assert(alignof(UBP_InventorySubsystem_C) == 0x000008, "Wrong alignment on UBP_InventorySubsystem_C"); \ static_assert(sizeof(UBP_InventorySubsystem_C) == 0x0000A8, "Wrong size on UBP_InventorySubsystem_C"); \ static_assert(offsetof(UBP_InventorySubsystem_C, UberGraphFrame) == 0x0000A0, "Member 'UBP_InventorySubsystem_C::UberGraphFrame' 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_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_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_UMultiSelectionTool \ static_assert(alignof(UMultiSelectionTool) == 0x000008, "Wrong alignment on UMultiSelectionTool"); \ static_assert(sizeof(UMultiSelectionTool) == 0x000090, "Wrong size on UMultiSelectionTool"); \ #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_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_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_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_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_UInteractionMechanic \ static_assert(alignof(UInteractionMechanic) == 0x000008, "Wrong alignment on UInteractionMechanic"); \ static_assert(sizeof(UInteractionMechanic) == 0x000030, "Wrong size on UInteractionMechanic"); \ #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_USingleSelectionTool \ static_assert(alignof(USingleSelectionTool) == 0x000008, "Wrong alignment on USingleSelectionTool"); \ static_assert(sizeof(USingleSelectionTool) == 0x000088, "Wrong size on USingleSelectionTool"); \ #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_USingleClickTool \ static_assert(alignof(USingleClickTool) == 0x000008, "Wrong alignment on USingleClickTool"); \ static_assert(sizeof(USingleClickTool) == 0x000088, "Wrong size on USingleClickTool"); \ #define DUMPER7_ASSERTS_AInternalToolFrameworkActor \ static_assert(alignof(AInternalToolFrameworkActor) == 0x000008, "Wrong alignment on AInternalToolFrameworkActor"); \ static_assert(sizeof(AInternalToolFrameworkActor) == 0x000230, "Wrong size on AInternalToolFrameworkActor"); \ #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) == 0x000480, "Wrong size on UGizmoBaseComponent"); \ static_assert(offsetof(UGizmoBaseComponent, Color) == 0x000460, "Member 'UGizmoBaseComponent::Color' has a wrong offset!"); \ static_assert(offsetof(UGizmoBaseComponent, HoverSizeMultiplier) == 0x000470, "Member 'UGizmoBaseComponent::HoverSizeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UGizmoBaseComponent, PixelHitDistanceThreshold) == 0x000474, "Member 'UGizmoBaseComponent::PixelHitDistanceThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoCircleComponent \ static_assert(alignof(UGizmoCircleComponent) == 0x000010, "Wrong alignment on UGizmoCircleComponent"); \ static_assert(sizeof(UGizmoCircleComponent) == 0x0004A0, "Wrong size on UGizmoCircleComponent"); \ static_assert(offsetof(UGizmoCircleComponent, Normal) == 0x000480, "Member 'UGizmoCircleComponent::Normal' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, Radius) == 0x00048C, "Member 'UGizmoCircleComponent::Radius' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, Thickness) == 0x000490, "Member 'UGizmoCircleComponent::Thickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, NumSides) == 0x000494, "Member 'UGizmoCircleComponent::NumSides' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, bViewAligned) == 0x000498, "Member 'UGizmoCircleComponent::bViewAligned' has a wrong offset!"); \ static_assert(offsetof(UGizmoCircleComponent, bOnlyAllowFrontFacingHits) == 0x000499, "Member 'UGizmoCircleComponent::bOnlyAllowFrontFacingHits' 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_UMeshSurfacePointToolBuilder \ static_assert(alignof(UMeshSurfacePointToolBuilder) == 0x000008, "Wrong alignment on UMeshSurfacePointToolBuilder"); \ static_assert(sizeof(UMeshSurfacePointToolBuilder) == 0x000030, "Wrong size on UMeshSurfacePointToolBuilder"); \ #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_UMeshSurfacePointTool \ static_assert(alignof(UMeshSurfacePointTool) == 0x000008, "Wrong alignment on UMeshSurfacePointTool"); \ static_assert(sizeof(UMeshSurfacePointTool) == 0x0000C0, "Wrong size on UMeshSurfacePointTool"); \ #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_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_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_UClickDragToolBuilder \ static_assert(alignof(UClickDragToolBuilder) == 0x000008, "Wrong alignment on UClickDragToolBuilder"); \ static_assert(sizeof(UClickDragToolBuilder) == 0x000028, "Wrong size on UClickDragToolBuilder"); \ #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_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_UAnyButtonInputBehavior \ static_assert(alignof(UAnyButtonInputBehavior) == 0x000008, "Wrong alignment on UAnyButtonInputBehavior"); \ static_assert(sizeof(UAnyButtonInputBehavior) == 0x000080, "Wrong size on UAnyButtonInputBehavior"); \ #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_UGizmoComponentAxisSource \ static_assert(alignof(UGizmoComponentAxisSource) == 0x000008, "Wrong alignment on UGizmoComponentAxisSource"); \ static_assert(sizeof(UGizmoComponentAxisSource) == 0x000040, "Wrong size on UGizmoComponentAxisSource"); \ static_assert(offsetof(UGizmoComponentAxisSource, Component) == 0x000030, "Member 'UGizmoComponentAxisSource::Component' has a wrong offset!"); \ static_assert(offsetof(UGizmoComponentAxisSource, AxisIndex) == 0x000038, "Member 'UGizmoComponentAxisSource::AxisIndex' has a wrong offset!"); \ static_assert(offsetof(UGizmoComponentAxisSource, bLocalAxes) == 0x00003C, "Member 'UGizmoComponentAxisSource::bLocalAxes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBrushStampIndicatorBuilder \ static_assert(alignof(UBrushStampIndicatorBuilder) == 0x000008, "Wrong alignment on UBrushStampIndicatorBuilder"); \ static_assert(sizeof(UBrushStampIndicatorBuilder) == 0x000028, "Wrong size on UBrushStampIndicatorBuilder"); \ #define DUMPER7_ASSERTS_UBrushStampIndicator \ static_assert(alignof(UBrushStampIndicator) == 0x000008, "Wrong alignment on UBrushStampIndicator"); \ static_assert(sizeof(UBrushStampIndicator) == 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_UClickDragTool \ static_assert(alignof(UClickDragTool) == 0x000008, "Wrong alignment on UClickDragTool"); \ static_assert(sizeof(UClickDragTool) == 0x000088, "Wrong size on UClickDragTool"); \ #define DUMPER7_ASSERTS_AGizmoActor \ static_assert(alignof(AGizmoActor) == 0x000008, "Wrong alignment on AGizmoActor"); \ static_assert(sizeof(AGizmoActor) == 0x000230, "Wrong size on AGizmoActor"); \ #define DUMPER7_ASSERTS_UGizmoArrowComponent \ static_assert(alignof(UGizmoArrowComponent) == 0x000010, "Wrong alignment on UGizmoArrowComponent"); \ static_assert(sizeof(UGizmoArrowComponent) == 0x0004A0, "Wrong size on UGizmoArrowComponent"); \ static_assert(offsetof(UGizmoArrowComponent, Direction) == 0x000480, "Member 'UGizmoArrowComponent::Direction' has a wrong offset!"); \ static_assert(offsetof(UGizmoArrowComponent, Gap) == 0x00048C, "Member 'UGizmoArrowComponent::Gap' has a wrong offset!"); \ static_assert(offsetof(UGizmoArrowComponent, Length) == 0x000490, "Member 'UGizmoArrowComponent::Length' has a wrong offset!"); \ static_assert(offsetof(UGizmoArrowComponent, Thickness) == 0x000494, "Member 'UGizmoArrowComponent::Thickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoBoxComponent \ static_assert(alignof(UGizmoBoxComponent) == 0x000010, "Wrong alignment on UGizmoBoxComponent"); \ static_assert(sizeof(UGizmoBoxComponent) == 0x0004C0, "Wrong size on UGizmoBoxComponent"); \ static_assert(offsetof(UGizmoBoxComponent, Origin) == 0x000480, "Member 'UGizmoBoxComponent::Origin' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, Rotation) == 0x000490, "Member 'UGizmoBoxComponent::Rotation' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, Dimensions) == 0x0004A0, "Member 'UGizmoBoxComponent::Dimensions' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, LineThickness) == 0x0004AC, "Member 'UGizmoBoxComponent::LineThickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, bRemoveHiddenLines) == 0x0004B0, "Member 'UGizmoBoxComponent::bRemoveHiddenLines' has a wrong offset!"); \ static_assert(offsetof(UGizmoBoxComponent, bEnableAxisFlip) == 0x0004B1, "Member 'UGizmoBoxComponent::bEnableAxisFlip' 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) == 0x0004B0, "Wrong size on UGizmoLineHandleComponent"); \ static_assert(offsetof(UGizmoLineHandleComponent, Normal) == 0x000480, "Member 'UGizmoLineHandleComponent::Normal' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, HandleSize) == 0x00048C, "Member 'UGizmoLineHandleComponent::HandleSize' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, Thickness) == 0x000490, "Member 'UGizmoLineHandleComponent::Thickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, Direction) == 0x000494, "Member 'UGizmoLineHandleComponent::Direction' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, Length) == 0x0004A0, "Member 'UGizmoLineHandleComponent::Length' has a wrong offset!"); \ static_assert(offsetof(UGizmoLineHandleComponent, bImageScale) == 0x0004A4, "Member 'UGizmoLineHandleComponent::bImageScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGizmoRectangleComponent \ static_assert(alignof(UGizmoRectangleComponent) == 0x000010, "Wrong alignment on UGizmoRectangleComponent"); \ static_assert(sizeof(UGizmoRectangleComponent) == 0x0004B0, "Wrong size on UGizmoRectangleComponent"); \ static_assert(offsetof(UGizmoRectangleComponent, DirectionX) == 0x000480, "Member 'UGizmoRectangleComponent::DirectionX' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, DirectionY) == 0x00048C, "Member 'UGizmoRectangleComponent::DirectionY' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, OffsetX) == 0x000498, "Member 'UGizmoRectangleComponent::OffsetX' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, OffsetY) == 0x00049C, "Member 'UGizmoRectangleComponent::OffsetY' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, LengthX) == 0x0004A0, "Member 'UGizmoRectangleComponent::LengthX' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, LengthY) == 0x0004A4, "Member 'UGizmoRectangleComponent::LengthY' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, Thickness) == 0x0004A8, "Member 'UGizmoRectangleComponent::Thickness' has a wrong offset!"); \ static_assert(offsetof(UGizmoRectangleComponent, SegmentFlags) == 0x0004AC, "Member 'UGizmoRectangleComponent::SegmentFlags' has a wrong offset!"); \ #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_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_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_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_IToolFrameworkComponent \ static_assert(alignof(IToolFrameworkComponent) == 0x000001, "Wrong alignment on IToolFrameworkComponent"); \ static_assert(sizeof(IToolFrameworkComponent) == 0x000001, "Wrong size on IToolFrameworkComponent"); \ #define DUMPER7_ASSERTS_AIntervalGizmoActor \ static_assert(alignof(AIntervalGizmoActor) == 0x000008, "Wrong alignment on AIntervalGizmoActor"); \ static_assert(sizeof(AIntervalGizmoActor) == 0x000248, "Wrong size on AIntervalGizmoActor"); \ static_assert(offsetof(AIntervalGizmoActor, UpIntervalComponent) == 0x000230, "Member 'AIntervalGizmoActor::UpIntervalComponent' has a wrong offset!"); \ static_assert(offsetof(AIntervalGizmoActor, DownIntervalComponent) == 0x000238, "Member 'AIntervalGizmoActor::DownIntervalComponent' has a wrong offset!"); \ static_assert(offsetof(AIntervalGizmoActor, ForwardIntervalComponent) == 0x000240, "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_UKeyAsModifierInputBehavior \ static_assert(alignof(UKeyAsModifierInputBehavior) == 0x000008, "Wrong alignment on UKeyAsModifierInputBehavior"); \ static_assert(sizeof(UKeyAsModifierInputBehavior) == 0x000110, "Wrong size on UKeyAsModifierInputBehavior"); \ #define DUMPER7_ASSERTS_UMouseHoverBehavior \ static_assert(alignof(UMouseHoverBehavior) == 0x000008, "Wrong alignment on UMouseHoverBehavior"); \ static_assert(sizeof(UMouseHoverBehavior) == 0x000098, "Wrong size on UMouseHoverBehavior"); \ #define DUMPER7_ASSERTS_UMultiClickSequenceInputBehavior \ static_assert(alignof(UMultiClickSequenceInputBehavior) == 0x000008, "Wrong alignment on UMultiClickSequenceInputBehavior"); \ static_assert(sizeof(UMultiClickSequenceInputBehavior) == 0x000130, "Wrong size on UMultiClickSequenceInputBehavior"); \ #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_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) == 0x0002B0, "Wrong size on ATransformGizmoActor"); \ static_assert(offsetof(ATransformGizmoActor, TranslateX) == 0x000230, "Member 'ATransformGizmoActor::TranslateX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateY) == 0x000238, "Member 'ATransformGizmoActor::TranslateY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateZ) == 0x000240, "Member 'ATransformGizmoActor::TranslateZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateYZ) == 0x000248, "Member 'ATransformGizmoActor::TranslateYZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateXZ) == 0x000250, "Member 'ATransformGizmoActor::TranslateXZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, TranslateXY) == 0x000258, "Member 'ATransformGizmoActor::TranslateXY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateX) == 0x000260, "Member 'ATransformGizmoActor::RotateX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateY) == 0x000268, "Member 'ATransformGizmoActor::RotateY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, RotateZ) == 0x000270, "Member 'ATransformGizmoActor::RotateZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, UniformScale) == 0x000278, "Member 'ATransformGizmoActor::UniformScale' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleX) == 0x000280, "Member 'ATransformGizmoActor::AxisScaleX' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleY) == 0x000288, "Member 'ATransformGizmoActor::AxisScaleY' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, AxisScaleZ) == 0x000290, "Member 'ATransformGizmoActor::AxisScaleZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleYZ) == 0x000298, "Member 'ATransformGizmoActor::PlaneScaleYZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleXZ) == 0x0002A0, "Member 'ATransformGizmoActor::PlaneScaleXZ' has a wrong offset!"); \ static_assert(offsetof(ATransformGizmoActor, PlaneScaleXY) == 0x0002A8, "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_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_FRenderableTriangleVertex \ static_assert(alignof(FRenderableTriangleVertex) == 0x000004, "Wrong alignment on FRenderableTriangleVertex"); \ static_assert(sizeof(FRenderableTriangleVertex) == 0x000024, "Wrong size on FRenderableTriangleVertex"); \ static_assert(offsetof(FRenderableTriangleVertex, position) == 0x000000, "Member 'FRenderableTriangleVertex::position' has a wrong offset!"); \ static_assert(offsetof(FRenderableTriangleVertex, UV) == 0x00000C, "Member 'FRenderableTriangleVertex::UV' has a wrong offset!"); \ static_assert(offsetof(FRenderableTriangleVertex, Normal) == 0x000014, "Member 'FRenderableTriangleVertex::Normal' has a wrong offset!"); \ static_assert(offsetof(FRenderableTriangleVertex, Color) == 0x000020, "Member 'FRenderableTriangleVertex::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRenderableTriangle \ static_assert(alignof(FRenderableTriangle) == 0x000008, "Wrong alignment on FRenderableTriangle"); \ static_assert(sizeof(FRenderableTriangle) == 0x000078, "Wrong size on FRenderableTriangle"); \ static_assert(offsetof(FRenderableTriangle, Material) == 0x000000, "Member 'FRenderableTriangle::Material' has a wrong offset!"); \ static_assert(offsetof(FRenderableTriangle, Vertex0) == 0x000008, "Member 'FRenderableTriangle::Vertex0' has a wrong offset!"); \ static_assert(offsetof(FRenderableTriangle, Vertex1) == 0x00002C, "Member 'FRenderableTriangle::Vertex1' has a wrong offset!"); \ static_assert(offsetof(FRenderableTriangle, Vertex2) == 0x000050, "Member 'FRenderableTriangle::Vertex2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseDynamicMeshComponent \ static_assert(alignof(UBaseDynamicMeshComponent) == 0x000010, "Wrong alignment on UBaseDynamicMeshComponent"); \ static_assert(sizeof(UBaseDynamicMeshComponent) == 0x0004D0, "Wrong size on UBaseDynamicMeshComponent"); \ #define DUMPER7_ASSERTS_UBaseCreateFromSelectedToolBuilder \ static_assert(alignof(UBaseCreateFromSelectedToolBuilder) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedToolBuilder"); \ static_assert(sizeof(UBaseCreateFromSelectedToolBuilder) == 0x000030, "Wrong size on UBaseCreateFromSelectedToolBuilder"); \ #define DUMPER7_ASSERTS_UOnAcceptHandleSourcesProperties \ static_assert(alignof(UOnAcceptHandleSourcesProperties) == 0x000008, "Wrong alignment on UOnAcceptHandleSourcesProperties"); \ static_assert(sizeof(UOnAcceptHandleSourcesProperties) == 0x000068, "Wrong size on UOnAcceptHandleSourcesProperties"); \ static_assert(offsetof(UOnAcceptHandleSourcesProperties, OnToolAccept) == 0x000060, "Member 'UOnAcceptHandleSourcesProperties::OnToolAccept' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseMeshProcessingTool \ static_assert(alignof(UBaseMeshProcessingTool) == 0x000010, "Wrong alignment on UBaseMeshProcessingTool"); \ static_assert(sizeof(UBaseMeshProcessingTool) == 0x000400, "Wrong size on UBaseMeshProcessingTool"); \ static_assert(offsetof(UBaseMeshProcessingTool, Preview) == 0x0000B0, "Member 'UBaseMeshProcessingTool::Preview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseCreateFromSelectedHandleSourceProperties \ static_assert(alignof(UBaseCreateFromSelectedHandleSourceProperties) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedHandleSourceProperties"); \ static_assert(sizeof(UBaseCreateFromSelectedHandleSourceProperties) == 0x000090, "Wrong size on UBaseCreateFromSelectedHandleSourceProperties"); \ static_assert(offsetof(UBaseCreateFromSelectedHandleSourceProperties, WriteOutputTo) == 0x000068, "Member 'UBaseCreateFromSelectedHandleSourceProperties::WriteOutputTo' has a wrong offset!"); \ static_assert(offsetof(UBaseCreateFromSelectedHandleSourceProperties, OutputName) == 0x000070, "Member 'UBaseCreateFromSelectedHandleSourceProperties::OutputName' has a wrong offset!"); \ static_assert(offsetof(UBaseCreateFromSelectedHandleSourceProperties, OutputAsset) == 0x000080, "Member 'UBaseCreateFromSelectedHandleSourceProperties::OutputAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformInputsToolProperties \ static_assert(alignof(UTransformInputsToolProperties) == 0x000008, "Wrong alignment on UTransformInputsToolProperties"); \ static_assert(sizeof(UTransformInputsToolProperties) == 0x000068, "Wrong size on UTransformInputsToolProperties"); \ static_assert(offsetof(UTransformInputsToolProperties, bShowTransformUI) == 0x000060, "Member 'UTransformInputsToolProperties::bShowTransformUI' has a wrong offset!"); \ static_assert(offsetof(UTransformInputsToolProperties, bSnapToWorldGrid) == 0x000061, "Member 'UTransformInputsToolProperties::bSnapToWorldGrid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseCreateFromSelectedTool \ static_assert(alignof(UBaseCreateFromSelectedTool) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedTool"); \ static_assert(sizeof(UBaseCreateFromSelectedTool) == 0x0000F0, "Wrong size on UBaseCreateFromSelectedTool"); \ static_assert(offsetof(UBaseCreateFromSelectedTool, TransformProperties) == 0x000098, "Member 'UBaseCreateFromSelectedTool::TransformProperties' has a wrong offset!"); \ static_assert(offsetof(UBaseCreateFromSelectedTool, HandleSourcesProperties) == 0x0000A0, "Member 'UBaseCreateFromSelectedTool::HandleSourcesProperties' has a wrong offset!"); \ static_assert(offsetof(UBaseCreateFromSelectedTool, Preview) == 0x0000A8, "Member 'UBaseCreateFromSelectedTool::Preview' has a wrong offset!"); \ static_assert(offsetof(UBaseCreateFromSelectedTool, TransformProxies) == 0x0000B0, "Member 'UBaseCreateFromSelectedTool::TransformProxies' has a wrong offset!"); \ static_assert(offsetof(UBaseCreateFromSelectedTool, TransformGizmos) == 0x0000C0, "Member 'UBaseCreateFromSelectedTool::TransformGizmos' has a wrong offset!"); \ static_assert(offsetof(UBaseCreateFromSelectedTool, TransformInitialScales) == 0x0000D0, "Member 'UBaseCreateFromSelectedTool::TransformInitialScales' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBaseMeshProcessingToolBuilder \ static_assert(alignof(UBaseMeshProcessingToolBuilder) == 0x000008, "Wrong alignment on UBaseMeshProcessingToolBuilder"); \ static_assert(sizeof(UBaseMeshProcessingToolBuilder) == 0x000028, "Wrong size on UBaseMeshProcessingToolBuilder"); \ #define DUMPER7_ASSERTS_UBaseVoxelTool \ static_assert(alignof(UBaseVoxelTool) == 0x000008, "Wrong alignment on UBaseVoxelTool"); \ static_assert(sizeof(UBaseVoxelTool) == 0x000108, "Wrong size on UBaseVoxelTool"); \ static_assert(offsetof(UBaseVoxelTool, VoxProperties) == 0x0000F0, "Member 'UBaseVoxelTool::VoxProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCollectSurfacePathMechanic \ static_assert(alignof(UCollectSurfacePathMechanic) == 0x000008, "Wrong alignment on UCollectSurfacePathMechanic"); \ static_assert(sizeof(UCollectSurfacePathMechanic) == 0x000550, "Wrong size on UCollectSurfacePathMechanic"); \ #define DUMPER7_ASSERTS_UConstructionPlaneMechanic \ static_assert(alignof(UConstructionPlaneMechanic) == 0x000010, "Wrong alignment on UConstructionPlaneMechanic"); \ static_assert(sizeof(UConstructionPlaneMechanic) == 0x0000F0, "Wrong size on UConstructionPlaneMechanic"); \ static_assert(offsetof(UConstructionPlaneMechanic, PlaneTransformGizmo) == 0x0000C8, "Member 'UConstructionPlaneMechanic::PlaneTransformGizmo' has a wrong offset!"); \ static_assert(offsetof(UConstructionPlaneMechanic, PlaneTransformProxy) == 0x0000D0, "Member 'UConstructionPlaneMechanic::PlaneTransformProxy' has a wrong offset!"); \ static_assert(offsetof(UConstructionPlaneMechanic, ClickToSetPlaneBehavior) == 0x0000E8, "Member 'UConstructionPlaneMechanic::ClickToSetPlaneBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCurveControlPointsMechanic \ static_assert(alignof(UCurveControlPointsMechanic) == 0x000010, "Wrong alignment on UCurveControlPointsMechanic"); \ static_assert(sizeof(UCurveControlPointsMechanic) == 0x000650, "Wrong size on UCurveControlPointsMechanic"); \ static_assert(offsetof(UCurveControlPointsMechanic, ClickBehavior) == 0x000040, "Member 'UCurveControlPointsMechanic::ClickBehavior' has a wrong offset!"); \ static_assert(offsetof(UCurveControlPointsMechanic, HoverBehavior) == 0x000048, "Member 'UCurveControlPointsMechanic::HoverBehavior' has a wrong offset!"); \ static_assert(offsetof(UCurveControlPointsMechanic, PreviewGeometryActor) == 0x0004E8, "Member 'UCurveControlPointsMechanic::PreviewGeometryActor' has a wrong offset!"); \ static_assert(offsetof(UCurveControlPointsMechanic, DrawnControlPoints) == 0x0004F0, "Member 'UCurveControlPointsMechanic::DrawnControlPoints' has a wrong offset!"); \ static_assert(offsetof(UCurveControlPointsMechanic, DrawnControlSegments) == 0x0004F8, "Member 'UCurveControlPointsMechanic::DrawnControlSegments' has a wrong offset!"); \ static_assert(offsetof(UCurveControlPointsMechanic, PreviewPoint) == 0x000500, "Member 'UCurveControlPointsMechanic::PreviewPoint' has a wrong offset!"); \ static_assert(offsetof(UCurveControlPointsMechanic, PreviewSegment) == 0x000508, "Member 'UCurveControlPointsMechanic::PreviewSegment' has a wrong offset!"); \ static_assert(offsetof(UCurveControlPointsMechanic, PointTransformProxy) == 0x000588, "Member 'UCurveControlPointsMechanic::PointTransformProxy' has a wrong offset!"); \ static_assert(offsetof(UCurveControlPointsMechanic, PointTransformGizmo) == 0x000590, "Member 'UCurveControlPointsMechanic::PointTransformGizmo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicMeshReplacementChangeTarget \ static_assert(alignof(UDynamicMeshReplacementChangeTarget) == 0x000008, "Wrong alignment on UDynamicMeshReplacementChangeTarget"); \ static_assert(sizeof(UDynamicMeshReplacementChangeTarget) == 0x000058, "Wrong size on UDynamicMeshReplacementChangeTarget"); \ #define DUMPER7_ASSERTS_ULineSetComponent \ static_assert(alignof(ULineSetComponent) == 0x000010, "Wrong alignment on ULineSetComponent"); \ static_assert(sizeof(ULineSetComponent) == 0x0004F0, "Wrong size on ULineSetComponent"); \ static_assert(offsetof(ULineSetComponent, LineMaterial) == 0x000488, "Member 'ULineSetComponent::LineMaterial' has a wrong offset!"); \ static_assert(offsetof(ULineSetComponent, Bounds) == 0x000490, "Member 'ULineSetComponent::Bounds' has a wrong offset!"); \ static_assert(offsetof(ULineSetComponent, bBoundsDirty) == 0x0004AC, "Member 'ULineSetComponent::bBoundsDirty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMeshCommandChangeTarget \ static_assert(alignof(IMeshCommandChangeTarget) == 0x000001, "Wrong alignment on IMeshCommandChangeTarget"); \ static_assert(sizeof(IMeshCommandChangeTarget) == 0x000001, "Wrong size on IMeshCommandChangeTarget"); \ #define DUMPER7_ASSERTS_UMeshOpPreviewWithBackgroundCompute \ static_assert(alignof(UMeshOpPreviewWithBackgroundCompute) == 0x000008, "Wrong alignment on UMeshOpPreviewWithBackgroundCompute"); \ static_assert(sizeof(UMeshOpPreviewWithBackgroundCompute) == 0x000090, "Wrong size on UMeshOpPreviewWithBackgroundCompute"); \ static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, PreviewMesh) == 0x000058, "Member 'UMeshOpPreviewWithBackgroundCompute::PreviewMesh' has a wrong offset!"); \ static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, StandardMaterials) == 0x000060, "Member 'UMeshOpPreviewWithBackgroundCompute::StandardMaterials' has a wrong offset!"); \ static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, OverrideMaterial) == 0x000070, "Member 'UMeshOpPreviewWithBackgroundCompute::OverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(UMeshOpPreviewWithBackgroundCompute, WorkingMaterial) == 0x000078, "Member 'UMeshOpPreviewWithBackgroundCompute::WorkingMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IMeshReplacementCommandChangeTarget \ static_assert(alignof(IMeshReplacementCommandChangeTarget) == 0x000001, "Wrong alignment on IMeshReplacementCommandChangeTarget"); \ static_assert(sizeof(IMeshReplacementCommandChangeTarget) == 0x000001, "Wrong size on IMeshReplacementCommandChangeTarget"); \ #define DUMPER7_ASSERTS_IMeshVertexCommandChangeTarget \ static_assert(alignof(IMeshVertexCommandChangeTarget) == 0x000001, "Wrong alignment on IMeshVertexCommandChangeTarget"); \ static_assert(sizeof(IMeshVertexCommandChangeTarget) == 0x000001, "Wrong size on IMeshVertexCommandChangeTarget"); \ #define DUMPER7_ASSERTS_UMultiTransformer \ static_assert(alignof(UMultiTransformer) == 0x000010, "Wrong alignment on UMultiTransformer"); \ static_assert(sizeof(UMultiTransformer) == 0x000140, "Wrong size on UMultiTransformer"); \ static_assert(offsetof(UMultiTransformer, GizmoManager) == 0x000070, "Member 'UMultiTransformer::GizmoManager' has a wrong offset!"); \ static_assert(offsetof(UMultiTransformer, TransformGizmo) == 0x0000E0, "Member 'UMultiTransformer::TransformGizmo' has a wrong offset!"); \ static_assert(offsetof(UMultiTransformer, TransformProxy) == 0x0000E8, "Member 'UMultiTransformer::TransformProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOctreeDynamicMeshComponent \ static_assert(alignof(UOctreeDynamicMeshComponent) == 0x000010, "Wrong alignment on UOctreeDynamicMeshComponent"); \ static_assert(sizeof(UOctreeDynamicMeshComponent) == 0x0005E0, "Wrong size on UOctreeDynamicMeshComponent"); \ static_assert(offsetof(UOctreeDynamicMeshComponent, bExplicitShowWireframe) == 0x0004E8, "Member 'UOctreeDynamicMeshComponent::bExplicitShowWireframe' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaneDistanceFromHitMechanic \ static_assert(alignof(UPlaneDistanceFromHitMechanic) == 0x000008, "Wrong alignment on UPlaneDistanceFromHitMechanic"); \ static_assert(sizeof(UPlaneDistanceFromHitMechanic) == 0x0004A0, "Wrong size on UPlaneDistanceFromHitMechanic"); \ #define DUMPER7_ASSERTS_UPointSetComponent \ static_assert(alignof(UPointSetComponent) == 0x000010, "Wrong alignment on UPointSetComponent"); \ static_assert(sizeof(UPointSetComponent) == 0x0004F0, "Wrong size on UPointSetComponent"); \ static_assert(offsetof(UPointSetComponent, PointMaterial) == 0x000488, "Member 'UPointSetComponent::PointMaterial' has a wrong offset!"); \ static_assert(offsetof(UPointSetComponent, Bounds) == 0x000490, "Member 'UPointSetComponent::Bounds' has a wrong offset!"); \ static_assert(offsetof(UPointSetComponent, bBoundsDirty) == 0x0004AC, "Member 'UPointSetComponent::bBoundsDirty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPreviewMesh \ static_assert(alignof(UPreviewMesh) == 0x000008, "Wrong alignment on UPreviewMesh"); \ static_assert(sizeof(UPreviewMesh) == 0x0000E0, "Wrong size on UPreviewMesh"); \ static_assert(offsetof(UPreviewMesh, bBuildSpatialDataStructure) == 0x000040, "Member 'UPreviewMesh::bBuildSpatialDataStructure' has a wrong offset!"); \ static_assert(offsetof(UPreviewMesh, bDrawOnTop) == 0x000041, "Member 'UPreviewMesh::bDrawOnTop' has a wrong offset!"); \ static_assert(offsetof(UPreviewMesh, DynamicMeshComponent) == 0x000050, "Member 'UPreviewMesh::DynamicMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPolyEditPreviewMesh \ static_assert(alignof(UPolyEditPreviewMesh) == 0x000008, "Wrong alignment on UPolyEditPreviewMesh"); \ static_assert(sizeof(UPolyEditPreviewMesh) == 0x0004D0, "Wrong size on UPolyEditPreviewMesh"); \ #define DUMPER7_ASSERTS_UPolygonSelectionMechanicProperties \ static_assert(alignof(UPolygonSelectionMechanicProperties) == 0x000008, "Wrong alignment on UPolygonSelectionMechanicProperties"); \ static_assert(sizeof(UPolygonSelectionMechanicProperties) == 0x000068, "Wrong size on UPolygonSelectionMechanicProperties"); \ static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectFaces) == 0x000060, "Member 'UPolygonSelectionMechanicProperties::bSelectFaces' has a wrong offset!"); \ static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectEdges) == 0x000061, "Member 'UPolygonSelectionMechanicProperties::bSelectEdges' has a wrong offset!"); \ static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectVertices) == 0x000062, "Member 'UPolygonSelectionMechanicProperties::bSelectVertices' has a wrong offset!"); \ static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectEdgeLoops) == 0x000063, "Member 'UPolygonSelectionMechanicProperties::bSelectEdgeLoops' has a wrong offset!"); \ static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectEdgeRings) == 0x000064, "Member 'UPolygonSelectionMechanicProperties::bSelectEdgeRings' has a wrong offset!"); \ static_assert(offsetof(UPolygonSelectionMechanicProperties, bPreferProjectedElement) == 0x000065, "Member 'UPolygonSelectionMechanicProperties::bPreferProjectedElement' has a wrong offset!"); \ static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectDownRay) == 0x000066, "Member 'UPolygonSelectionMechanicProperties::bSelectDownRay' has a wrong offset!"); \ static_assert(offsetof(UPolygonSelectionMechanicProperties, bIgnoreOcclusion) == 0x000067, "Member 'UPolygonSelectionMechanicProperties::bIgnoreOcclusion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPolygonSelectionMechanic \ static_assert(alignof(UPolygonSelectionMechanic) == 0x000010, "Wrong alignment on UPolygonSelectionMechanic"); \ static_assert(sizeof(UPolygonSelectionMechanic) == 0x000830, "Wrong size on UPolygonSelectionMechanic"); \ static_assert(offsetof(UPolygonSelectionMechanic, Properties) == 0x000050, "Member 'UPolygonSelectionMechanic::Properties' has a wrong offset!"); \ static_assert(offsetof(UPolygonSelectionMechanic, PreviewGeometryActor) == 0x000520, "Member 'UPolygonSelectionMechanic::PreviewGeometryActor' has a wrong offset!"); \ static_assert(offsetof(UPolygonSelectionMechanic, DrawnTriangleSetComponent) == 0x000528, "Member 'UPolygonSelectionMechanic::DrawnTriangleSetComponent' has a wrong offset!"); \ static_assert(offsetof(UPolygonSelectionMechanic, HighlightedFaceMaterial) == 0x000580, "Member 'UPolygonSelectionMechanic::HighlightedFaceMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APreviewGeometryActor \ static_assert(alignof(APreviewGeometryActor) == 0x000008, "Wrong alignment on APreviewGeometryActor"); \ static_assert(sizeof(APreviewGeometryActor) == 0x000230, "Wrong size on APreviewGeometryActor"); \ #define DUMPER7_ASSERTS_PreviewGeometry_AddLineSet \ static_assert(alignof(PreviewGeometry_AddLineSet) == 0x000008, "Wrong alignment on PreviewGeometry_AddLineSet"); \ static_assert(sizeof(PreviewGeometry_AddLineSet) == 0x000018, "Wrong size on PreviewGeometry_AddLineSet"); \ static_assert(offsetof(PreviewGeometry_AddLineSet, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_AddLineSet::LineSetIdentifier' has a wrong offset!"); \ static_assert(offsetof(PreviewGeometry_AddLineSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_AddLineSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PreviewGeometry_CreateInWorld \ static_assert(alignof(PreviewGeometry_CreateInWorld) == 0x000010, "Wrong alignment on PreviewGeometry_CreateInWorld"); \ static_assert(sizeof(PreviewGeometry_CreateInWorld) == 0x000040, "Wrong size on PreviewGeometry_CreateInWorld"); \ static_assert(offsetof(PreviewGeometry_CreateInWorld, World) == 0x000000, "Member 'PreviewGeometry_CreateInWorld::World' has a wrong offset!"); \ static_assert(offsetof(PreviewGeometry_CreateInWorld, WithTransform) == 0x000010, "Member 'PreviewGeometry_CreateInWorld::WithTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PreviewGeometry_FindLineSet \ static_assert(alignof(PreviewGeometry_FindLineSet) == 0x000008, "Wrong alignment on PreviewGeometry_FindLineSet"); \ static_assert(sizeof(PreviewGeometry_FindLineSet) == 0x000018, "Wrong size on PreviewGeometry_FindLineSet"); \ static_assert(offsetof(PreviewGeometry_FindLineSet, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_FindLineSet::LineSetIdentifier' has a wrong offset!"); \ static_assert(offsetof(PreviewGeometry_FindLineSet, ReturnValue) == 0x000010, "Member 'PreviewGeometry_FindLineSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PreviewGeometry_RemoveAllLineSets \ static_assert(alignof(PreviewGeometry_RemoveAllLineSets) == 0x000001, "Wrong alignment on PreviewGeometry_RemoveAllLineSets"); \ static_assert(sizeof(PreviewGeometry_RemoveAllLineSets) == 0x000001, "Wrong size on PreviewGeometry_RemoveAllLineSets"); \ static_assert(offsetof(PreviewGeometry_RemoveAllLineSets, bDestroy) == 0x000000, "Member 'PreviewGeometry_RemoveAllLineSets::bDestroy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PreviewGeometry_RemoveLineSet \ static_assert(alignof(PreviewGeometry_RemoveLineSet) == 0x000008, "Wrong alignment on PreviewGeometry_RemoveLineSet"); \ static_assert(sizeof(PreviewGeometry_RemoveLineSet) == 0x000018, "Wrong size on PreviewGeometry_RemoveLineSet"); \ static_assert(offsetof(PreviewGeometry_RemoveLineSet, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_RemoveLineSet::LineSetIdentifier' has a wrong offset!"); \ static_assert(offsetof(PreviewGeometry_RemoveLineSet, bDestroy) == 0x000010, "Member 'PreviewGeometry_RemoveLineSet::bDestroy' has a wrong offset!"); \ static_assert(offsetof(PreviewGeometry_RemoveLineSet, ReturnValue) == 0x000011, "Member 'PreviewGeometry_RemoveLineSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PreviewGeometry_SetAllLineSetsMaterial \ static_assert(alignof(PreviewGeometry_SetAllLineSetsMaterial) == 0x000008, "Wrong alignment on PreviewGeometry_SetAllLineSetsMaterial"); \ static_assert(sizeof(PreviewGeometry_SetAllLineSetsMaterial) == 0x000008, "Wrong size on PreviewGeometry_SetAllLineSetsMaterial"); \ static_assert(offsetof(PreviewGeometry_SetAllLineSetsMaterial, Material) == 0x000000, "Member 'PreviewGeometry_SetAllLineSetsMaterial::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PreviewGeometry_SetLineSetMaterial \ static_assert(alignof(PreviewGeometry_SetLineSetMaterial) == 0x000008, "Wrong alignment on PreviewGeometry_SetLineSetMaterial"); \ static_assert(sizeof(PreviewGeometry_SetLineSetMaterial) == 0x000020, "Wrong size on PreviewGeometry_SetLineSetMaterial"); \ static_assert(offsetof(PreviewGeometry_SetLineSetMaterial, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_SetLineSetMaterial::LineSetIdentifier' has a wrong offset!"); \ static_assert(offsetof(PreviewGeometry_SetLineSetMaterial, NewMaterial) == 0x000010, "Member 'PreviewGeometry_SetLineSetMaterial::NewMaterial' has a wrong offset!"); \ static_assert(offsetof(PreviewGeometry_SetLineSetMaterial, ReturnValue) == 0x000018, "Member 'PreviewGeometry_SetLineSetMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PreviewGeometry_SetLineSetVisibility \ static_assert(alignof(PreviewGeometry_SetLineSetVisibility) == 0x000008, "Wrong alignment on PreviewGeometry_SetLineSetVisibility"); \ static_assert(sizeof(PreviewGeometry_SetLineSetVisibility) == 0x000018, "Wrong size on PreviewGeometry_SetLineSetVisibility"); \ static_assert(offsetof(PreviewGeometry_SetLineSetVisibility, LineSetIdentifier) == 0x000000, "Member 'PreviewGeometry_SetLineSetVisibility::LineSetIdentifier' has a wrong offset!"); \ static_assert(offsetof(PreviewGeometry_SetLineSetVisibility, bVisible) == 0x000010, "Member 'PreviewGeometry_SetLineSetVisibility::bVisible' has a wrong offset!"); \ static_assert(offsetof(PreviewGeometry_SetLineSetVisibility, ReturnValue) == 0x000011, "Member 'PreviewGeometry_SetLineSetVisibility::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PreviewGeometry_GetActor \ static_assert(alignof(PreviewGeometry_GetActor) == 0x000008, "Wrong alignment on PreviewGeometry_GetActor"); \ static_assert(sizeof(PreviewGeometry_GetActor) == 0x000008, "Wrong size on PreviewGeometry_GetActor"); \ static_assert(offsetof(PreviewGeometry_GetActor, ReturnValue) == 0x000000, "Member 'PreviewGeometry_GetActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPreviewGeometry \ static_assert(alignof(UPreviewGeometry) == 0x000008, "Wrong alignment on UPreviewGeometry"); \ static_assert(sizeof(UPreviewGeometry) == 0x000080, "Wrong size on UPreviewGeometry"); \ static_assert(offsetof(UPreviewGeometry, ParentActor) == 0x000028, "Member 'UPreviewGeometry::ParentActor' has a wrong offset!"); \ static_assert(offsetof(UPreviewGeometry, LineSets) == 0x000030, "Member 'UPreviewGeometry::LineSets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APreviewMeshActor \ static_assert(alignof(APreviewMeshActor) == 0x000008, "Wrong alignment on APreviewMeshActor"); \ static_assert(sizeof(APreviewMeshActor) == 0x000230, "Wrong size on APreviewMeshActor"); \ #define DUMPER7_ASSERTS_USimpleDynamicMeshComponent \ static_assert(alignof(USimpleDynamicMeshComponent) == 0x000010, "Wrong alignment on USimpleDynamicMeshComponent"); \ static_assert(sizeof(USimpleDynamicMeshComponent) == 0x000620, "Wrong size on USimpleDynamicMeshComponent"); \ static_assert(offsetof(USimpleDynamicMeshComponent, TangentsType) == 0x0004D0, "Member 'USimpleDynamicMeshComponent::TangentsType' has a wrong offset!"); \ static_assert(offsetof(USimpleDynamicMeshComponent, bInvalidateProxyOnChange) == 0x0004D1, "Member 'USimpleDynamicMeshComponent::bInvalidateProxyOnChange' has a wrong offset!"); \ static_assert(offsetof(USimpleDynamicMeshComponent, bExplicitShowWireframe) == 0x000508, "Member 'USimpleDynamicMeshComponent::bExplicitShowWireframe' has a wrong offset!"); \ static_assert(offsetof(USimpleDynamicMeshComponent, bDrawOnTop) == 0x000550, "Member 'USimpleDynamicMeshComponent::bDrawOnTop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpaceCurveDeformationMechanicPropertySet \ static_assert(alignof(USpaceCurveDeformationMechanicPropertySet) == 0x000008, "Wrong alignment on USpaceCurveDeformationMechanicPropertySet"); \ static_assert(sizeof(USpaceCurveDeformationMechanicPropertySet) == 0x000070, "Wrong size on USpaceCurveDeformationMechanicPropertySet"); \ static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, TransformMode) == 0x000060, "Member 'USpaceCurveDeformationMechanicPropertySet::TransformMode' has a wrong offset!"); \ static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, TransformOrigin) == 0x000064, "Member 'USpaceCurveDeformationMechanicPropertySet::TransformOrigin' has a wrong offset!"); \ static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, Softness) == 0x000068, "Member 'USpaceCurveDeformationMechanicPropertySet::Softness' has a wrong offset!"); \ static_assert(offsetof(USpaceCurveDeformationMechanicPropertySet, SoftFalloff) == 0x00006C, "Member 'USpaceCurveDeformationMechanicPropertySet::SoftFalloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpaceCurveDeformationMechanic \ static_assert(alignof(USpaceCurveDeformationMechanic) == 0x000010, "Wrong alignment on USpaceCurveDeformationMechanic"); \ static_assert(sizeof(USpaceCurveDeformationMechanic) == 0x0002B0, "Wrong size on USpaceCurveDeformationMechanic"); \ static_assert(offsetof(USpaceCurveDeformationMechanic, ClickBehavior) == 0x000040, "Member 'USpaceCurveDeformationMechanic::ClickBehavior' has a wrong offset!"); \ static_assert(offsetof(USpaceCurveDeformationMechanic, HoverBehavior) == 0x000048, "Member 'USpaceCurveDeformationMechanic::HoverBehavior' has a wrong offset!"); \ static_assert(offsetof(USpaceCurveDeformationMechanic, TransformProperties) == 0x000068, "Member 'USpaceCurveDeformationMechanic::TransformProperties' has a wrong offset!"); \ static_assert(offsetof(USpaceCurveDeformationMechanic, PreviewGeometryActor) == 0x000168, "Member 'USpaceCurveDeformationMechanic::PreviewGeometryActor' has a wrong offset!"); \ static_assert(offsetof(USpaceCurveDeformationMechanic, RenderPoints) == 0x000170, "Member 'USpaceCurveDeformationMechanic::RenderPoints' has a wrong offset!"); \ static_assert(offsetof(USpaceCurveDeformationMechanic, RenderSegments) == 0x000178, "Member 'USpaceCurveDeformationMechanic::RenderSegments' has a wrong offset!"); \ static_assert(offsetof(USpaceCurveDeformationMechanic, PointTransformProxy) == 0x0001B8, "Member 'USpaceCurveDeformationMechanic::PointTransformProxy' has a wrong offset!"); \ static_assert(offsetof(USpaceCurveDeformationMechanic, PointTransformGizmo) == 0x0001C0, "Member 'USpaceCurveDeformationMechanic::PointTransformGizmo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpatialCurveDistanceMechanic \ static_assert(alignof(USpatialCurveDistanceMechanic) == 0x000008, "Wrong alignment on USpatialCurveDistanceMechanic"); \ static_assert(sizeof(USpatialCurveDistanceMechanic) == 0x0003F0, "Wrong size on USpatialCurveDistanceMechanic"); \ #define DUMPER7_ASSERTS_UTriangleSetComponent \ static_assert(alignof(UTriangleSetComponent) == 0x000010, "Wrong alignment on UTriangleSetComponent"); \ static_assert(sizeof(UTriangleSetComponent) == 0x000570, "Wrong size on UTriangleSetComponent"); \ static_assert(offsetof(UTriangleSetComponent, Bounds) == 0x000488, "Member 'UTriangleSetComponent::Bounds' has a wrong offset!"); \ static_assert(offsetof(UTriangleSetComponent, bBoundsDirty) == 0x0004A4, "Member 'UTriangleSetComponent::bBoundsDirty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUVLayoutPreviewProperties \ static_assert(alignof(UUVLayoutPreviewProperties) == 0x000008, "Wrong alignment on UUVLayoutPreviewProperties"); \ static_assert(sizeof(UUVLayoutPreviewProperties) == 0x000078, "Wrong size on UUVLayoutPreviewProperties"); \ static_assert(offsetof(UUVLayoutPreviewProperties, bVisible) == 0x000060, "Member 'UUVLayoutPreviewProperties::bVisible' has a wrong offset!"); \ static_assert(offsetof(UUVLayoutPreviewProperties, ScaleFactor) == 0x000064, "Member 'UUVLayoutPreviewProperties::ScaleFactor' has a wrong offset!"); \ static_assert(offsetof(UUVLayoutPreviewProperties, WhichSide) == 0x000068, "Member 'UUVLayoutPreviewProperties::WhichSide' has a wrong offset!"); \ static_assert(offsetof(UUVLayoutPreviewProperties, bShowWireframe) == 0x00006C, "Member 'UUVLayoutPreviewProperties::bShowWireframe' has a wrong offset!"); \ static_assert(offsetof(UUVLayoutPreviewProperties, Shift) == 0x000070, "Member 'UUVLayoutPreviewProperties::Shift' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUVLayoutPreview \ static_assert(alignof(UUVLayoutPreview) == 0x000010, "Wrong alignment on UUVLayoutPreview"); \ static_assert(sizeof(UUVLayoutPreview) == 0x000140, "Wrong size on UUVLayoutPreview"); \ static_assert(offsetof(UUVLayoutPreview, Settings) == 0x000028, "Member 'UUVLayoutPreview::Settings' has a wrong offset!"); \ static_assert(offsetof(UUVLayoutPreview, PreviewMesh) == 0x000030, "Member 'UUVLayoutPreview::PreviewMesh' has a wrong offset!"); \ static_assert(offsetof(UUVLayoutPreview, TriangleComponent) == 0x000038, "Member 'UUVLayoutPreview::TriangleComponent' has a wrong offset!"); \ static_assert(offsetof(UUVLayoutPreview, bShowBackingRectangle) == 0x000040, "Member 'UUVLayoutPreview::bShowBackingRectangle' has a wrong offset!"); \ static_assert(offsetof(UUVLayoutPreview, BackingRectangleMaterial) == 0x000048, "Member 'UUVLayoutPreview::BackingRectangleMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVoxelProperties \ static_assert(alignof(UVoxelProperties) == 0x000008, "Wrong alignment on UVoxelProperties"); \ static_assert(sizeof(UVoxelProperties) == 0x000078, "Wrong size on UVoxelProperties"); \ static_assert(offsetof(UVoxelProperties, VoxelCount) == 0x000060, "Member 'UVoxelProperties::VoxelCount' has a wrong offset!"); \ static_assert(offsetof(UVoxelProperties, bAutoSimplify) == 0x000064, "Member 'UVoxelProperties::bAutoSimplify' has a wrong offset!"); \ static_assert(offsetof(UVoxelProperties, bRemoveInternalSurfaces) == 0x000065, "Member 'UVoxelProperties::bRemoveInternalSurfaces' has a wrong offset!"); \ static_assert(offsetof(UVoxelProperties, SimplifyMaxErrorFactor) == 0x000068, "Member 'UVoxelProperties::SimplifyMaxErrorFactor' has a wrong offset!"); \ static_assert(offsetof(UVoxelProperties, CubeRootMinComponentVolume) == 0x000070, "Member 'UVoxelProperties::CubeRootMinComponentVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WeightMapSetProperties_GetWeightMapsFunc \ static_assert(alignof(WeightMapSetProperties_GetWeightMapsFunc) == 0x000008, "Wrong alignment on WeightMapSetProperties_GetWeightMapsFunc"); \ static_assert(sizeof(WeightMapSetProperties_GetWeightMapsFunc) == 0x000010, "Wrong size on WeightMapSetProperties_GetWeightMapsFunc"); \ static_assert(offsetof(WeightMapSetProperties_GetWeightMapsFunc, ReturnValue) == 0x000000, "Member 'WeightMapSetProperties_GetWeightMapsFunc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWeightMapSetProperties \ static_assert(alignof(UWeightMapSetProperties) == 0x000008, "Wrong alignment on UWeightMapSetProperties"); \ static_assert(sizeof(UWeightMapSetProperties) == 0x000080, "Wrong size on UWeightMapSetProperties"); \ static_assert(offsetof(UWeightMapSetProperties, WeightMap) == 0x000060, "Member 'UWeightMapSetProperties::WeightMap' has a wrong offset!"); \ static_assert(offsetof(UWeightMapSetProperties, WeightMapsList) == 0x000068, "Member 'UWeightMapSetProperties::WeightMapsList' has a wrong offset!"); \ static_assert(offsetof(UWeightMapSetProperties, bInvertWeightMap) == 0x000078, "Member 'UWeightMapSetProperties::bInvertWeightMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA0_Reading1stMicrofiche_C \ static_assert(alignof(UBPE_KA0_Reading1stMicrofiche_C) == 0x000008, "Wrong alignment on UBPE_KA0_Reading1stMicrofiche_C"); \ static_assert(sizeof(UBPE_KA0_Reading1stMicrofiche_C) == 0x000028, "Wrong size on UBPE_KA0_Reading1stMicrofiche_C"); \ #define DUMPER7_ASSERTS_FPhysicsConvexData \ static_assert(alignof(FPhysicsConvexData) == 0x000008, "Wrong alignment on FPhysicsConvexData"); \ static_assert(sizeof(FPhysicsConvexData) == 0x000038, "Wrong size on FPhysicsConvexData"); \ static_assert(offsetof(FPhysicsConvexData, NumVertices) == 0x000000, "Member 'FPhysicsConvexData::NumVertices' has a wrong offset!"); \ static_assert(offsetof(FPhysicsConvexData, NumFaces) == 0x000004, "Member 'FPhysicsConvexData::NumFaces' has a wrong offset!"); \ static_assert(offsetof(FPhysicsConvexData, Element) == 0x000008, "Member 'FPhysicsConvexData::Element' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsCapsuleData \ static_assert(alignof(FPhysicsCapsuleData) == 0x000010, "Wrong alignment on FPhysicsCapsuleData"); \ static_assert(sizeof(FPhysicsCapsuleData) == 0x000070, "Wrong size on FPhysicsCapsuleData"); \ static_assert(offsetof(FPhysicsCapsuleData, Radius) == 0x000000, "Member 'FPhysicsCapsuleData::Radius' has a wrong offset!"); \ static_assert(offsetof(FPhysicsCapsuleData, Length) == 0x000004, "Member 'FPhysicsCapsuleData::Length' has a wrong offset!"); \ static_assert(offsetof(FPhysicsCapsuleData, Transform) == 0x000010, "Member 'FPhysicsCapsuleData::Transform' has a wrong offset!"); \ static_assert(offsetof(FPhysicsCapsuleData, Element) == 0x000040, "Member 'FPhysicsCapsuleData::Element' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsBoxData \ static_assert(alignof(FPhysicsBoxData) == 0x000010, "Wrong alignment on FPhysicsBoxData"); \ static_assert(sizeof(FPhysicsBoxData) == 0x000070, "Wrong size on FPhysicsBoxData"); \ static_assert(offsetof(FPhysicsBoxData, Dimensions) == 0x000000, "Member 'FPhysicsBoxData::Dimensions' has a wrong offset!"); \ static_assert(offsetof(FPhysicsBoxData, Transform) == 0x000010, "Member 'FPhysicsBoxData::Transform' has a wrong offset!"); \ static_assert(offsetof(FPhysicsBoxData, Element) == 0x000040, "Member 'FPhysicsBoxData::Element' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPhysicsSphereData \ static_assert(alignof(FPhysicsSphereData) == 0x000010, "Wrong alignment on FPhysicsSphereData"); \ static_assert(sizeof(FPhysicsSphereData) == 0x000070, "Wrong size on FPhysicsSphereData"); \ static_assert(offsetof(FPhysicsSphereData, Radius) == 0x000000, "Member 'FPhysicsSphereData::Radius' has a wrong offset!"); \ static_assert(offsetof(FPhysicsSphereData, Transform) == 0x000010, "Member 'FPhysicsSphereData::Transform' has a wrong offset!"); \ static_assert(offsetof(FPhysicsSphereData, Element) == 0x000040, "Member 'FPhysicsSphereData::Element' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPerlinLayerProperties \ static_assert(alignof(FPerlinLayerProperties) == 0x000004, "Wrong alignment on FPerlinLayerProperties"); \ static_assert(sizeof(FPerlinLayerProperties) == 0x000008, "Wrong size on FPerlinLayerProperties"); \ static_assert(offsetof(FPerlinLayerProperties, Frequency) == 0x000000, "Member 'FPerlinLayerProperties::Frequency' has a wrong offset!"); \ static_assert(offsetof(FPerlinLayerProperties, Intensity) == 0x000004, "Member 'FPerlinLayerProperties::Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditPivotTarget \ static_assert(alignof(FEditPivotTarget) == 0x000008, "Wrong alignment on FEditPivotTarget"); \ static_assert(sizeof(FEditPivotTarget) == 0x000010, "Wrong size on FEditPivotTarget"); \ static_assert(offsetof(FEditPivotTarget, TransformProxy) == 0x000000, "Member 'FEditPivotTarget::TransformProxy' has a wrong offset!"); \ static_assert(offsetof(FEditPivotTarget, TransformGizmo) == 0x000008, "Member 'FEditPivotTarget::TransformGizmo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformMeshesTarget \ static_assert(alignof(FTransformMeshesTarget) == 0x000008, "Wrong alignment on FTransformMeshesTarget"); \ static_assert(sizeof(FTransformMeshesTarget) == 0x000010, "Wrong size on FTransformMeshesTarget"); \ static_assert(offsetof(FTransformMeshesTarget, TransformProxy) == 0x000000, "Member 'FTransformMeshesTarget::TransformProxy' has a wrong offset!"); \ static_assert(offsetof(FTransformMeshesTarget, TransformGizmo) == 0x000008, "Member 'FTransformMeshesTarget::TransformGizmo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshAttributePaintToolProperties \ static_assert(alignof(UMeshAttributePaintToolProperties) == 0x000008, "Wrong alignment on UMeshAttributePaintToolProperties"); \ static_assert(sizeof(UMeshAttributePaintToolProperties) == 0x000088, "Wrong size on UMeshAttributePaintToolProperties"); \ static_assert(offsetof(UMeshAttributePaintToolProperties, Attributes) == 0x000060, "Member 'UMeshAttributePaintToolProperties::Attributes' has a wrong offset!"); \ static_assert(offsetof(UMeshAttributePaintToolProperties, SelectedAttribute) == 0x000070, "Member 'UMeshAttributePaintToolProperties::SelectedAttribute' has a wrong offset!"); \ static_assert(offsetof(UMeshAttributePaintToolProperties, AttributeName) == 0x000078, "Member 'UMeshAttributePaintToolProperties::AttributeName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralShapeToolProperties \ static_assert(alignof(UProceduralShapeToolProperties) == 0x000008, "Wrong alignment on UProceduralShapeToolProperties"); \ static_assert(sizeof(UProceduralShapeToolProperties) == 0x000070, "Wrong size on UProceduralShapeToolProperties"); \ static_assert(offsetof(UProceduralShapeToolProperties, bInstanceIfPossible) == 0x000060, "Member 'UProceduralShapeToolProperties::bInstanceIfPossible' has a wrong offset!"); \ static_assert(offsetof(UProceduralShapeToolProperties, PolygroupMode) == 0x000061, "Member 'UProceduralShapeToolProperties::PolygroupMode' has a wrong offset!"); \ static_assert(offsetof(UProceduralShapeToolProperties, PlaceMode) == 0x000062, "Member 'UProceduralShapeToolProperties::PlaceMode' has a wrong offset!"); \ static_assert(offsetof(UProceduralShapeToolProperties, bSnapToGrid) == 0x000063, "Member 'UProceduralShapeToolProperties::bSnapToGrid' has a wrong offset!"); \ static_assert(offsetof(UProceduralShapeToolProperties, PivotLocation) == 0x000064, "Member 'UProceduralShapeToolProperties::PivotLocation' has a wrong offset!"); \ static_assert(offsetof(UProceduralShapeToolProperties, Rotation) == 0x000068, "Member 'UProceduralShapeToolProperties::Rotation' has a wrong offset!"); \ static_assert(offsetof(UProceduralShapeToolProperties, bAlignShapeToPlacementSurface) == 0x00006C, "Member 'UProceduralShapeToolProperties::bAlignShapeToPlacementSurface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralRectangleToolProperties \ static_assert(alignof(UProceduralRectangleToolProperties) == 0x000008, "Wrong alignment on UProceduralRectangleToolProperties"); \ static_assert(sizeof(UProceduralRectangleToolProperties) == 0x000080, "Wrong size on UProceduralRectangleToolProperties"); \ static_assert(offsetof(UProceduralRectangleToolProperties, Width) == 0x000070, "Member 'UProceduralRectangleToolProperties::Width' has a wrong offset!"); \ static_assert(offsetof(UProceduralRectangleToolProperties, Depth) == 0x000074, "Member 'UProceduralRectangleToolProperties::Depth' has a wrong offset!"); \ static_assert(offsetof(UProceduralRectangleToolProperties, WidthSubdivisions) == 0x000078, "Member 'UProceduralRectangleToolProperties::WidthSubdivisions' has a wrong offset!"); \ static_assert(offsetof(UProceduralRectangleToolProperties, DepthSubdivisions) == 0x00007C, "Member 'UProceduralRectangleToolProperties::DepthSubdivisions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralRoundedRectangleToolProperties \ static_assert(alignof(UProceduralRoundedRectangleToolProperties) == 0x000008, "Wrong alignment on UProceduralRoundedRectangleToolProperties"); \ static_assert(sizeof(UProceduralRoundedRectangleToolProperties) == 0x000088, "Wrong size on UProceduralRoundedRectangleToolProperties"); \ static_assert(offsetof(UProceduralRoundedRectangleToolProperties, CornerRadius) == 0x000080, "Member 'UProceduralRoundedRectangleToolProperties::CornerRadius' has a wrong offset!"); \ static_assert(offsetof(UProceduralRoundedRectangleToolProperties, CornerSlices) == 0x000084, "Member 'UProceduralRoundedRectangleToolProperties::CornerSlices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshSculptBrushOpProps \ static_assert(alignof(UMeshSculptBrushOpProps) == 0x000008, "Wrong alignment on UMeshSculptBrushOpProps"); \ static_assert(sizeof(UMeshSculptBrushOpProps) == 0x000060, "Wrong size on UMeshSculptBrushOpProps"); \ #define DUMPER7_ASSERTS_UAddPatchToolBuilder \ static_assert(alignof(UAddPatchToolBuilder) == 0x000008, "Wrong alignment on UAddPatchToolBuilder"); \ static_assert(sizeof(UAddPatchToolBuilder) == 0x000030, "Wrong size on UAddPatchToolBuilder"); \ #define DUMPER7_ASSERTS_UAddPatchToolProperties \ static_assert(alignof(UAddPatchToolProperties) == 0x000008, "Wrong alignment on UAddPatchToolProperties"); \ static_assert(sizeof(UAddPatchToolProperties) == 0x000070, "Wrong size on UAddPatchToolProperties"); \ static_assert(offsetof(UAddPatchToolProperties, Width) == 0x000060, "Member 'UAddPatchToolProperties::Width' has a wrong offset!"); \ static_assert(offsetof(UAddPatchToolProperties, Rotation) == 0x000064, "Member 'UAddPatchToolProperties::Rotation' has a wrong offset!"); \ static_assert(offsetof(UAddPatchToolProperties, Subdivisions) == 0x000068, "Member 'UAddPatchToolProperties::Subdivisions' has a wrong offset!"); \ static_assert(offsetof(UAddPatchToolProperties, Shift) == 0x00006C, "Member 'UAddPatchToolProperties::Shift' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAddPatchTool \ static_assert(alignof(UAddPatchTool) == 0x000008, "Wrong alignment on UAddPatchTool"); \ static_assert(sizeof(UAddPatchTool) == 0x000100, "Wrong size on UAddPatchTool"); \ static_assert(offsetof(UAddPatchTool, ShapeSettings) == 0x000090, "Member 'UAddPatchTool::ShapeSettings' has a wrong offset!"); \ static_assert(offsetof(UAddPatchTool, MaterialProperties) == 0x000098, "Member 'UAddPatchTool::MaterialProperties' has a wrong offset!"); \ static_assert(offsetof(UAddPatchTool, PreviewMesh) == 0x0000A0, "Member 'UAddPatchTool::PreviewMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDeformMeshPolygonsTransformProperties \ static_assert(alignof(UDeformMeshPolygonsTransformProperties) == 0x000008, "Wrong alignment on UDeformMeshPolygonsTransformProperties"); \ static_assert(sizeof(UDeformMeshPolygonsTransformProperties) == 0x000080, "Wrong size on UDeformMeshPolygonsTransformProperties"); \ static_assert(offsetof(UDeformMeshPolygonsTransformProperties, DeformationStrategy) == 0x000060, "Member 'UDeformMeshPolygonsTransformProperties::DeformationStrategy' has a wrong offset!"); \ static_assert(offsetof(UDeformMeshPolygonsTransformProperties, TransformMode) == 0x000061, "Member 'UDeformMeshPolygonsTransformProperties::TransformMode' has a wrong offset!"); \ static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bSelectFaces) == 0x000062, "Member 'UDeformMeshPolygonsTransformProperties::bSelectFaces' has a wrong offset!"); \ static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bSelectEdges) == 0x000063, "Member 'UDeformMeshPolygonsTransformProperties::bSelectEdges' has a wrong offset!"); \ static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bSelectVertices) == 0x000064, "Member 'UDeformMeshPolygonsTransformProperties::bSelectVertices' has a wrong offset!"); \ static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bSnapToWorldGrid) == 0x000065, "Member 'UDeformMeshPolygonsTransformProperties::bSnapToWorldGrid' has a wrong offset!"); \ static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bShowWireframe) == 0x000066, "Member 'UDeformMeshPolygonsTransformProperties::bShowWireframe' has a wrong offset!"); \ static_assert(offsetof(UDeformMeshPolygonsTransformProperties, SelectedWeightScheme) == 0x000068, "Member 'UDeformMeshPolygonsTransformProperties::SelectedWeightScheme' has a wrong offset!"); \ static_assert(offsetof(UDeformMeshPolygonsTransformProperties, HandleWeight) == 0x000070, "Member 'UDeformMeshPolygonsTransformProperties::HandleWeight' has a wrong offset!"); \ static_assert(offsetof(UDeformMeshPolygonsTransformProperties, bPostFixHandles) == 0x000078, "Member 'UDeformMeshPolygonsTransformProperties::bPostFixHandles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExtractCollisionGeometryTool \ static_assert(alignof(UExtractCollisionGeometryTool) == 0x000008, "Wrong alignment on UExtractCollisionGeometryTool"); \ static_assert(sizeof(UExtractCollisionGeometryTool) == 0x000330, "Wrong size on UExtractCollisionGeometryTool"); \ static_assert(offsetof(UExtractCollisionGeometryTool, VizSettings) == 0x000088, "Member 'UExtractCollisionGeometryTool::VizSettings' has a wrong offset!"); \ static_assert(offsetof(UExtractCollisionGeometryTool, ObjectProps) == 0x000090, "Member 'UExtractCollisionGeometryTool::ObjectProps' has a wrong offset!"); \ static_assert(offsetof(UExtractCollisionGeometryTool, PreviewElements) == 0x000098, "Member 'UExtractCollisionGeometryTool::PreviewElements' has a wrong offset!"); \ static_assert(offsetof(UExtractCollisionGeometryTool, PreviewMesh) == 0x0000A0, "Member 'UExtractCollisionGeometryTool::PreviewMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAddPrimitiveToolBuilder \ static_assert(alignof(UAddPrimitiveToolBuilder) == 0x000008, "Wrong alignment on UAddPrimitiveToolBuilder"); \ static_assert(sizeof(UAddPrimitiveToolBuilder) == 0x000038, "Wrong size on UAddPrimitiveToolBuilder"); \ #define DUMPER7_ASSERTS_UDisplaceMeshSineWaveProperties \ static_assert(alignof(UDisplaceMeshSineWaveProperties) == 0x000008, "Wrong alignment on UDisplaceMeshSineWaveProperties"); \ static_assert(sizeof(UDisplaceMeshSineWaveProperties) == 0x000078, "Wrong size on UDisplaceMeshSineWaveProperties"); \ static_assert(offsetof(UDisplaceMeshSineWaveProperties, SineWaveFrequency) == 0x000060, "Member 'UDisplaceMeshSineWaveProperties::SineWaveFrequency' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshSineWaveProperties, SineWavePhaseShift) == 0x000064, "Member 'UDisplaceMeshSineWaveProperties::SineWavePhaseShift' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshSineWaveProperties, SineWaveDirection) == 0x000068, "Member 'UDisplaceMeshSineWaveProperties::SineWaveDirection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemeshMeshTool \ static_assert(alignof(URemeshMeshTool) == 0x000008, "Wrong alignment on URemeshMeshTool"); \ static_assert(sizeof(URemeshMeshTool) == 0x0000E8, "Wrong size on URemeshMeshTool"); \ static_assert(offsetof(URemeshMeshTool, BasicProperties) == 0x000098, "Member 'URemeshMeshTool::BasicProperties' has a wrong offset!"); \ static_assert(offsetof(URemeshMeshTool, MeshStatisticsProperties) == 0x0000A0, "Member 'URemeshMeshTool::MeshStatisticsProperties' has a wrong offset!"); \ static_assert(offsetof(URemeshMeshTool, Preview) == 0x0000A8, "Member 'URemeshMeshTool::Preview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProjectToTargetTool \ static_assert(alignof(UProjectToTargetTool) == 0x000008, "Wrong alignment on UProjectToTargetTool"); \ static_assert(sizeof(UProjectToTargetTool) == 0x0000F8, "Wrong size on UProjectToTargetTool"); \ #define DUMPER7_ASSERTS_UCSGMeshesToolBuilder \ static_assert(alignof(UCSGMeshesToolBuilder) == 0x000008, "Wrong alignment on UCSGMeshesToolBuilder"); \ static_assert(sizeof(UCSGMeshesToolBuilder) == 0x000030, "Wrong size on UCSGMeshesToolBuilder"); \ #define DUMPER7_ASSERTS_UProceduralBoxToolProperties \ static_assert(alignof(UProceduralBoxToolProperties) == 0x000008, "Wrong alignment on UProceduralBoxToolProperties"); \ static_assert(sizeof(UProceduralBoxToolProperties) == 0x000088, "Wrong size on UProceduralBoxToolProperties"); \ static_assert(offsetof(UProceduralBoxToolProperties, Height) == 0x000080, "Member 'UProceduralBoxToolProperties::Height' has a wrong offset!"); \ static_assert(offsetof(UProceduralBoxToolProperties, HeightSubdivisions) == 0x000084, "Member 'UProceduralBoxToolProperties::HeightSubdivisions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralDiscToolProperties \ static_assert(alignof(UProceduralDiscToolProperties) == 0x000008, "Wrong alignment on UProceduralDiscToolProperties"); \ static_assert(sizeof(UProceduralDiscToolProperties) == 0x000080, "Wrong size on UProceduralDiscToolProperties"); \ static_assert(offsetof(UProceduralDiscToolProperties, Radius) == 0x000070, "Member 'UProceduralDiscToolProperties::Radius' has a wrong offset!"); \ static_assert(offsetof(UProceduralDiscToolProperties, RadialSlices) == 0x000074, "Member 'UProceduralDiscToolProperties::RadialSlices' has a wrong offset!"); \ static_assert(offsetof(UProceduralDiscToolProperties, RadialSubdivisions) == 0x000078, "Member 'UProceduralDiscToolProperties::RadialSubdivisions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoveOccludedTrianglesAdvancedProperties \ static_assert(alignof(URemoveOccludedTrianglesAdvancedProperties) == 0x000008, "Wrong alignment on URemoveOccludedTrianglesAdvancedProperties"); \ static_assert(sizeof(URemoveOccludedTrianglesAdvancedProperties) == 0x000068, "Wrong size on URemoveOccludedTrianglesAdvancedProperties"); \ #define DUMPER7_ASSERTS_UProceduralPuncturedDiscToolProperties \ static_assert(alignof(UProceduralPuncturedDiscToolProperties) == 0x000008, "Wrong alignment on UProceduralPuncturedDiscToolProperties"); \ static_assert(sizeof(UProceduralPuncturedDiscToolProperties) == 0x000088, "Wrong size on UProceduralPuncturedDiscToolProperties"); \ static_assert(offsetof(UProceduralPuncturedDiscToolProperties, HoleRadius) == 0x000080, "Member 'UProceduralPuncturedDiscToolProperties::HoleRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralTorusToolProperties \ static_assert(alignof(UProceduralTorusToolProperties) == 0x000008, "Wrong alignment on UProceduralTorusToolProperties"); \ static_assert(sizeof(UProceduralTorusToolProperties) == 0x000080, "Wrong size on UProceduralTorusToolProperties"); \ static_assert(offsetof(UProceduralTorusToolProperties, MajorRadius) == 0x000070, "Member 'UProceduralTorusToolProperties::MajorRadius' has a wrong offset!"); \ static_assert(offsetof(UProceduralTorusToolProperties, MinorRadius) == 0x000074, "Member 'UProceduralTorusToolProperties::MinorRadius' has a wrong offset!"); \ static_assert(offsetof(UProceduralTorusToolProperties, TubeSlices) == 0x000078, "Member 'UProceduralTorusToolProperties::TubeSlices' has a wrong offset!"); \ static_assert(offsetof(UProceduralTorusToolProperties, CrossSectionSlices) == 0x00007C, "Member 'UProceduralTorusToolProperties::CrossSectionSlices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDisplaceMeshToolBuilder \ static_assert(alignof(UDisplaceMeshToolBuilder) == 0x000008, "Wrong alignment on UDisplaceMeshToolBuilder"); \ static_assert(sizeof(UDisplaceMeshToolBuilder) == 0x000028, "Wrong size on UDisplaceMeshToolBuilder"); \ #define DUMPER7_ASSERTS_UHoleFillToolActions \ static_assert(alignof(UHoleFillToolActions) == 0x000008, "Wrong alignment on UHoleFillToolActions"); \ static_assert(sizeof(UHoleFillToolActions) == 0x000068, "Wrong size on UHoleFillToolActions"); \ #define DUMPER7_ASSERTS_UProceduralCylinderToolProperties \ static_assert(alignof(UProceduralCylinderToolProperties) == 0x000008, "Wrong alignment on UProceduralCylinderToolProperties"); \ static_assert(sizeof(UProceduralCylinderToolProperties) == 0x000080, "Wrong size on UProceduralCylinderToolProperties"); \ static_assert(offsetof(UProceduralCylinderToolProperties, Radius) == 0x000070, "Member 'UProceduralCylinderToolProperties::Radius' has a wrong offset!"); \ static_assert(offsetof(UProceduralCylinderToolProperties, Height) == 0x000074, "Member 'UProceduralCylinderToolProperties::Height' has a wrong offset!"); \ static_assert(offsetof(UProceduralCylinderToolProperties, RadialSlices) == 0x000078, "Member 'UProceduralCylinderToolProperties::RadialSlices' has a wrong offset!"); \ static_assert(offsetof(UProceduralCylinderToolProperties, HeightSubdivisions) == 0x00007C, "Member 'UProceduralCylinderToolProperties::HeightSubdivisions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralConeToolProperties \ static_assert(alignof(UProceduralConeToolProperties) == 0x000008, "Wrong alignment on UProceduralConeToolProperties"); \ static_assert(sizeof(UProceduralConeToolProperties) == 0x000080, "Wrong size on UProceduralConeToolProperties"); \ static_assert(offsetof(UProceduralConeToolProperties, Radius) == 0x000070, "Member 'UProceduralConeToolProperties::Radius' has a wrong offset!"); \ static_assert(offsetof(UProceduralConeToolProperties, Height) == 0x000074, "Member 'UProceduralConeToolProperties::Height' has a wrong offset!"); \ static_assert(offsetof(UProceduralConeToolProperties, RadialSlices) == 0x000078, "Member 'UProceduralConeToolProperties::RadialSlices' has a wrong offset!"); \ static_assert(offsetof(UProceduralConeToolProperties, HeightSubdivisions) == 0x00007C, "Member 'UProceduralConeToolProperties::HeightSubdivisions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URevolveBoundaryOperatorFactory \ static_assert(alignof(URevolveBoundaryOperatorFactory) == 0x000008, "Wrong alignment on URevolveBoundaryOperatorFactory"); \ static_assert(sizeof(URevolveBoundaryOperatorFactory) == 0x000038, "Wrong size on URevolveBoundaryOperatorFactory"); \ static_assert(offsetof(URevolveBoundaryOperatorFactory, RevolveBoundaryTool) == 0x000030, "Member 'URevolveBoundaryOperatorFactory::RevolveBoundaryTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralArrowToolProperties \ static_assert(alignof(UProceduralArrowToolProperties) == 0x000008, "Wrong alignment on UProceduralArrowToolProperties"); \ static_assert(sizeof(UProceduralArrowToolProperties) == 0x000088, "Wrong size on UProceduralArrowToolProperties"); \ static_assert(offsetof(UProceduralArrowToolProperties, ShaftRadius) == 0x000070, "Member 'UProceduralArrowToolProperties::ShaftRadius' has a wrong offset!"); \ static_assert(offsetof(UProceduralArrowToolProperties, ShaftHeight) == 0x000074, "Member 'UProceduralArrowToolProperties::ShaftHeight' has a wrong offset!"); \ static_assert(offsetof(UProceduralArrowToolProperties, HeadRadius) == 0x000078, "Member 'UProceduralArrowToolProperties::HeadRadius' has a wrong offset!"); \ static_assert(offsetof(UProceduralArrowToolProperties, HeadHeight) == 0x00007C, "Member 'UProceduralArrowToolProperties::HeadHeight' has a wrong offset!"); \ static_assert(offsetof(UProceduralArrowToolProperties, RadialSlices) == 0x000080, "Member 'UProceduralArrowToolProperties::RadialSlices' has a wrong offset!"); \ static_assert(offsetof(UProceduralArrowToolProperties, TotalSubdivisions) == 0x000084, "Member 'UProceduralArrowToolProperties::TotalSubdivisions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDisplaceMeshDirectionalFilterProperties \ static_assert(alignof(UDisplaceMeshDirectionalFilterProperties) == 0x000008, "Wrong alignment on UDisplaceMeshDirectionalFilterProperties"); \ static_assert(sizeof(UDisplaceMeshDirectionalFilterProperties) == 0x000078, "Wrong size on UDisplaceMeshDirectionalFilterProperties"); \ static_assert(offsetof(UDisplaceMeshDirectionalFilterProperties, bEnableFilter) == 0x000060, "Member 'UDisplaceMeshDirectionalFilterProperties::bEnableFilter' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshDirectionalFilterProperties, FilterDirection) == 0x000064, "Member 'UDisplaceMeshDirectionalFilterProperties::FilterDirection' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshDirectionalFilterProperties, FilterWidth) == 0x000070, "Member 'UDisplaceMeshDirectionalFilterProperties::FilterWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralSphereToolProperties \ static_assert(alignof(UProceduralSphereToolProperties) == 0x000008, "Wrong alignment on UProceduralSphereToolProperties"); \ static_assert(sizeof(UProceduralSphereToolProperties) == 0x000080, "Wrong size on UProceduralSphereToolProperties"); \ static_assert(offsetof(UProceduralSphereToolProperties, Radius) == 0x000070, "Member 'UProceduralSphereToolProperties::Radius' has a wrong offset!"); \ static_assert(offsetof(UProceduralSphereToolProperties, LatitudeSlices) == 0x000074, "Member 'UProceduralSphereToolProperties::LatitudeSlices' has a wrong offset!"); \ static_assert(offsetof(UProceduralSphereToolProperties, LongitudeSlices) == 0x000078, "Member 'UProceduralSphereToolProperties::LongitudeSlices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UNewMeshMaterialProperties \ static_assert(alignof(UNewMeshMaterialProperties) == 0x000008, "Wrong alignment on UNewMeshMaterialProperties"); \ static_assert(sizeof(UNewMeshMaterialProperties) == 0x000070, "Wrong size on UNewMeshMaterialProperties"); \ static_assert(offsetof(UNewMeshMaterialProperties, Material) == 0x000060, "Member 'UNewMeshMaterialProperties::Material' has a wrong offset!"); \ static_assert(offsetof(UNewMeshMaterialProperties, UVScale) == 0x000068, "Member 'UNewMeshMaterialProperties::UVScale' has a wrong offset!"); \ static_assert(offsetof(UNewMeshMaterialProperties, bWorldSpaceUVScale) == 0x00006C, "Member 'UNewMeshMaterialProperties::bWorldSpaceUVScale' has a wrong offset!"); \ static_assert(offsetof(UNewMeshMaterialProperties, bWireframe) == 0x00006D, "Member 'UNewMeshMaterialProperties::bWireframe' has a wrong offset!"); \ static_assert(offsetof(UNewMeshMaterialProperties, bShowExtendedOptions) == 0x00006E, "Member 'UNewMeshMaterialProperties::bShowExtendedOptions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralSphericalBoxToolProperties \ static_assert(alignof(UProceduralSphericalBoxToolProperties) == 0x000008, "Wrong alignment on UProceduralSphericalBoxToolProperties"); \ static_assert(sizeof(UProceduralSphericalBoxToolProperties) == 0x000078, "Wrong size on UProceduralSphericalBoxToolProperties"); \ static_assert(offsetof(UProceduralSphericalBoxToolProperties, Radius) == 0x000070, "Member 'UProceduralSphericalBoxToolProperties::Radius' has a wrong offset!"); \ static_assert(offsetof(UProceduralSphericalBoxToolProperties, Subdivisions) == 0x000074, "Member 'UProceduralSphericalBoxToolProperties::Subdivisions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULastActorInfo \ static_assert(alignof(ULastActorInfo) == 0x000008, "Wrong alignment on ULastActorInfo"); \ static_assert(sizeof(ULastActorInfo) == 0x000058, "Wrong size on ULastActorInfo"); \ static_assert(offsetof(ULastActorInfo, Actor) == 0x000038, "Member 'ULastActorInfo::Actor' has a wrong offset!"); \ static_assert(offsetof(ULastActorInfo, StaticMesh) == 0x000040, "Member 'ULastActorInfo::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ULastActorInfo, ShapeSettings) == 0x000048, "Member 'ULastActorInfo::ShapeSettings' has a wrong offset!"); \ static_assert(offsetof(ULastActorInfo, MaterialProperties) == 0x000050, "Member 'ULastActorInfo::MaterialProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USeamSculptToolProperties \ static_assert(alignof(USeamSculptToolProperties) == 0x000008, "Wrong alignment on USeamSculptToolProperties"); \ static_assert(sizeof(USeamSculptToolProperties) == 0x000068, "Wrong size on USeamSculptToolProperties"); \ static_assert(offsetof(USeamSculptToolProperties, bShowWireframe) == 0x000060, "Member 'USeamSculptToolProperties::bShowWireframe' has a wrong offset!"); \ static_assert(offsetof(USeamSculptToolProperties, bHitBackFaces) == 0x000061, "Member 'USeamSculptToolProperties::bHitBackFaces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAddPrimitiveTool \ static_assert(alignof(UAddPrimitiveTool) == 0x000008, "Wrong alignment on UAddPrimitiveTool"); \ static_assert(sizeof(UAddPrimitiveTool) == 0x0000F0, "Wrong size on UAddPrimitiveTool"); \ static_assert(offsetof(UAddPrimitiveTool, ShapeSettings) == 0x000090, "Member 'UAddPrimitiveTool::ShapeSettings' has a wrong offset!"); \ static_assert(offsetof(UAddPrimitiveTool, MaterialProperties) == 0x000098, "Member 'UAddPrimitiveTool::MaterialProperties' has a wrong offset!"); \ static_assert(offsetof(UAddPrimitiveTool, PreviewMesh) == 0x0000A0, "Member 'UAddPrimitiveTool::PreviewMesh' has a wrong offset!"); \ static_assert(offsetof(UAddPrimitiveTool, LastGenerated) == 0x0000A8, "Member 'UAddPrimitiveTool::LastGenerated' has a wrong offset!"); \ static_assert(offsetof(UAddPrimitiveTool, AssetName) == 0x0000B0, "Member 'UAddPrimitiveTool::AssetName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDisplaceMeshTool \ static_assert(alignof(UDisplaceMeshTool) == 0x000008, "Wrong alignment on UDisplaceMeshTool"); \ static_assert(sizeof(UDisplaceMeshTool) == 0x0003F0, "Wrong size on UDisplaceMeshTool"); \ static_assert(offsetof(UDisplaceMeshTool, CommonProperties) == 0x000088, "Member 'UDisplaceMeshTool::CommonProperties' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshTool, DirectionalFilterProperties) == 0x000090, "Member 'UDisplaceMeshTool::DirectionalFilterProperties' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshTool, TextureMapProperties) == 0x000098, "Member 'UDisplaceMeshTool::TextureMapProperties' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshTool, NoiseProperties) == 0x0000A0, "Member 'UDisplaceMeshTool::NoiseProperties' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshTool, SineWaveProperties) == 0x0000A8, "Member 'UDisplaceMeshTool::SineWaveProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAddBoxPrimitiveTool \ static_assert(alignof(UAddBoxPrimitiveTool) == 0x000008, "Wrong alignment on UAddBoxPrimitiveTool"); \ static_assert(sizeof(UAddBoxPrimitiveTool) == 0x0000F0, "Wrong size on UAddBoxPrimitiveTool"); \ #define DUMPER7_ASSERTS_UBaseKelvinletBrushOpProps \ static_assert(alignof(UBaseKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UBaseKelvinletBrushOpProps"); \ static_assert(sizeof(UBaseKelvinletBrushOpProps) == 0x000070, "Wrong size on UBaseKelvinletBrushOpProps"); \ static_assert(offsetof(UBaseKelvinletBrushOpProps, Stiffness) == 0x000060, "Member 'UBaseKelvinletBrushOpProps::Stiffness' has a wrong offset!"); \ static_assert(offsetof(UBaseKelvinletBrushOpProps, Incompressiblity) == 0x000064, "Member 'UBaseKelvinletBrushOpProps::Incompressiblity' has a wrong offset!"); \ static_assert(offsetof(UBaseKelvinletBrushOpProps, BrushSteps) == 0x000068, "Member 'UBaseKelvinletBrushOpProps::BrushSteps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USharpPullKelvinletBrushOpProps \ static_assert(alignof(USharpPullKelvinletBrushOpProps) == 0x000008, "Wrong alignment on USharpPullKelvinletBrushOpProps"); \ static_assert(sizeof(USharpPullKelvinletBrushOpProps) == 0x000078, "Wrong size on USharpPullKelvinletBrushOpProps"); \ static_assert(offsetof(USharpPullKelvinletBrushOpProps, Falloff) == 0x000070, "Member 'USharpPullKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(USharpPullKelvinletBrushOpProps, Depth) == 0x000074, "Member 'USharpPullKelvinletBrushOpProps::Depth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAddCylinderPrimitiveTool \ static_assert(alignof(UAddCylinderPrimitiveTool) == 0x000008, "Wrong alignment on UAddCylinderPrimitiveTool"); \ static_assert(sizeof(UAddCylinderPrimitiveTool) == 0x0000F0, "Wrong size on UAddCylinderPrimitiveTool"); \ #define DUMPER7_ASSERTS_UAddConePrimitiveTool \ static_assert(alignof(UAddConePrimitiveTool) == 0x000008, "Wrong alignment on UAddConePrimitiveTool"); \ static_assert(sizeof(UAddConePrimitiveTool) == 0x0000F0, "Wrong size on UAddConePrimitiveTool"); \ #define DUMPER7_ASSERTS_UMeshSelectionToolBuilder \ static_assert(alignof(UMeshSelectionToolBuilder) == 0x000008, "Wrong alignment on UMeshSelectionToolBuilder"); \ static_assert(sizeof(UMeshSelectionToolBuilder) == 0x000038, "Wrong size on UMeshSelectionToolBuilder"); \ #define DUMPER7_ASSERTS_UAddRectanglePrimitiveTool \ static_assert(alignof(UAddRectanglePrimitiveTool) == 0x000008, "Wrong alignment on UAddRectanglePrimitiveTool"); \ static_assert(sizeof(UAddRectanglePrimitiveTool) == 0x0000F0, "Wrong size on UAddRectanglePrimitiveTool"); \ #define DUMPER7_ASSERTS_UAddRoundedRectanglePrimitiveTool \ static_assert(alignof(UAddRoundedRectanglePrimitiveTool) == 0x000008, "Wrong alignment on UAddRoundedRectanglePrimitiveTool"); \ static_assert(sizeof(UAddRoundedRectanglePrimitiveTool) == 0x0000F0, "Wrong size on UAddRoundedRectanglePrimitiveTool"); \ #define DUMPER7_ASSERTS_UBasePlaneBrushOpProps \ static_assert(alignof(UBasePlaneBrushOpProps) == 0x000008, "Wrong alignment on UBasePlaneBrushOpProps"); \ static_assert(sizeof(UBasePlaneBrushOpProps) == 0x000060, "Wrong size on UBasePlaneBrushOpProps"); \ #define DUMPER7_ASSERTS_UFixedPlaneBrushOpProps \ static_assert(alignof(UFixedPlaneBrushOpProps) == 0x000008, "Wrong alignment on UFixedPlaneBrushOpProps"); \ static_assert(sizeof(UFixedPlaneBrushOpProps) == 0x000070, "Wrong size on UFixedPlaneBrushOpProps"); \ static_assert(offsetof(UFixedPlaneBrushOpProps, Strength) == 0x000060, "Member 'UFixedPlaneBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UFixedPlaneBrushOpProps, Falloff) == 0x000064, "Member 'UFixedPlaneBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(UFixedPlaneBrushOpProps, Depth) == 0x000068, "Member 'UFixedPlaneBrushOpProps::Depth' has a wrong offset!"); \ static_assert(offsetof(UFixedPlaneBrushOpProps, WhichSide) == 0x00006C, "Member 'UFixedPlaneBrushOpProps::WhichSide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAddDiscPrimitiveTool \ static_assert(alignof(UAddDiscPrimitiveTool) == 0x000008, "Wrong alignment on UAddDiscPrimitiveTool"); \ static_assert(sizeof(UAddDiscPrimitiveTool) == 0x0000F0, "Wrong size on UAddDiscPrimitiveTool"); \ #define DUMPER7_ASSERTS_UAddPuncturedDiscPrimitiveTool \ static_assert(alignof(UAddPuncturedDiscPrimitiveTool) == 0x000008, "Wrong alignment on UAddPuncturedDiscPrimitiveTool"); \ static_assert(sizeof(UAddPuncturedDiscPrimitiveTool) == 0x0000F0, "Wrong size on UAddPuncturedDiscPrimitiveTool"); \ #define DUMPER7_ASSERTS_UMeshSelectionToolProperties \ static_assert(alignof(UMeshSelectionToolProperties) == 0x000008, "Wrong alignment on UMeshSelectionToolProperties"); \ static_assert(sizeof(UMeshSelectionToolProperties) == 0x000070, "Wrong size on UMeshSelectionToolProperties"); \ static_assert(offsetof(UMeshSelectionToolProperties, SelectionMode) == 0x000060, "Member 'UMeshSelectionToolProperties::SelectionMode' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionToolProperties, AngleTolerance) == 0x000064, "Member 'UMeshSelectionToolProperties::AngleTolerance' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionToolProperties, bHitBackFaces) == 0x000068, "Member 'UMeshSelectionToolProperties::bHitBackFaces' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionToolProperties, bShowWireframe) == 0x000069, "Member 'UMeshSelectionToolProperties::bShowWireframe' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionToolProperties, FaceColorMode) == 0x00006C, "Member 'UMeshSelectionToolProperties::FaceColorMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAddTorusPrimitiveTool \ static_assert(alignof(UAddTorusPrimitiveTool) == 0x000008, "Wrong alignment on UAddTorusPrimitiveTool"); \ static_assert(sizeof(UAddTorusPrimitiveTool) == 0x0000F0, "Wrong size on UAddTorusPrimitiveTool"); \ #define DUMPER7_ASSERTS_UAddArrowPrimitiveTool \ static_assert(alignof(UAddArrowPrimitiveTool) == 0x000008, "Wrong alignment on UAddArrowPrimitiveTool"); \ static_assert(sizeof(UAddArrowPrimitiveTool) == 0x0000F0, "Wrong size on UAddArrowPrimitiveTool"); \ #define DUMPER7_ASSERTS_UDynamicMeshBrushTool \ static_assert(alignof(UDynamicMeshBrushTool) == 0x000008, "Wrong alignment on UDynamicMeshBrushTool"); \ static_assert(sizeof(UDynamicMeshBrushTool) == 0x0001F8, "Wrong size on UDynamicMeshBrushTool"); \ static_assert(offsetof(UDynamicMeshBrushTool, PreviewMesh) == 0x0001B8, "Member 'UDynamicMeshBrushTool::PreviewMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAddSpherePrimitiveTool \ static_assert(alignof(UAddSpherePrimitiveTool) == 0x000008, "Wrong alignment on UAddSpherePrimitiveTool"); \ static_assert(sizeof(UAddSpherePrimitiveTool) == 0x0000F0, "Wrong size on UAddSpherePrimitiveTool"); \ #define DUMPER7_ASSERTS_UAddSphericalBoxPrimitiveTool \ static_assert(alignof(UAddSphericalBoxPrimitiveTool) == 0x000008, "Wrong alignment on UAddSphericalBoxPrimitiveTool"); \ static_assert(sizeof(UAddSphericalBoxPrimitiveTool) == 0x0000F0, "Wrong size on UAddSphericalBoxPrimitiveTool"); \ #define DUMPER7_ASSERTS_UBaseSmoothBrushOpProps \ static_assert(alignof(UBaseSmoothBrushOpProps) == 0x000008, "Wrong alignment on UBaseSmoothBrushOpProps"); \ static_assert(sizeof(UBaseSmoothBrushOpProps) == 0x000060, "Wrong size on UBaseSmoothBrushOpProps"); \ #define DUMPER7_ASSERTS_USecondarySmoothBrushOpProps \ static_assert(alignof(USecondarySmoothBrushOpProps) == 0x000008, "Wrong alignment on USecondarySmoothBrushOpProps"); \ static_assert(sizeof(USecondarySmoothBrushOpProps) == 0x000070, "Wrong size on USecondarySmoothBrushOpProps"); \ static_assert(offsetof(USecondarySmoothBrushOpProps, Strength) == 0x000060, "Member 'USecondarySmoothBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(USecondarySmoothBrushOpProps, Falloff) == 0x000064, "Member 'USecondarySmoothBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(USecondarySmoothBrushOpProps, bPreserveUVFlow) == 0x000068, "Member 'USecondarySmoothBrushOpProps::bPreserveUVFlow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAlignObjectsToolBuilder \ static_assert(alignof(UAlignObjectsToolBuilder) == 0x000008, "Wrong alignment on UAlignObjectsToolBuilder"); \ static_assert(sizeof(UAlignObjectsToolBuilder) == 0x000028, "Wrong size on UAlignObjectsToolBuilder"); \ #define DUMPER7_ASSERTS_UAlignObjectsToolProperties \ static_assert(alignof(UAlignObjectsToolProperties) == 0x000008, "Wrong alignment on UAlignObjectsToolProperties"); \ static_assert(sizeof(UAlignObjectsToolProperties) == 0x000070, "Wrong size on UAlignObjectsToolProperties"); \ static_assert(offsetof(UAlignObjectsToolProperties, AlignType) == 0x000060, "Member 'UAlignObjectsToolProperties::AlignType' has a wrong offset!"); \ static_assert(offsetof(UAlignObjectsToolProperties, AlignTo) == 0x000064, "Member 'UAlignObjectsToolProperties::AlignTo' has a wrong offset!"); \ static_assert(offsetof(UAlignObjectsToolProperties, BoxPosition) == 0x000068, "Member 'UAlignObjectsToolProperties::BoxPosition' has a wrong offset!"); \ static_assert(offsetof(UAlignObjectsToolProperties, bAlignX) == 0x00006C, "Member 'UAlignObjectsToolProperties::bAlignX' has a wrong offset!"); \ static_assert(offsetof(UAlignObjectsToolProperties, bAlignY) == 0x00006D, "Member 'UAlignObjectsToolProperties::bAlignY' has a wrong offset!"); \ static_assert(offsetof(UAlignObjectsToolProperties, bAlignZ) == 0x00006E, "Member 'UAlignObjectsToolProperties::bAlignZ' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USculptMaxBrushProperties \ static_assert(alignof(USculptMaxBrushProperties) == 0x000008, "Wrong alignment on USculptMaxBrushProperties"); \ static_assert(sizeof(USculptMaxBrushProperties) == 0x000068, "Wrong size on USculptMaxBrushProperties"); \ static_assert(offsetof(USculptMaxBrushProperties, MaxHeight) == 0x000060, "Member 'USculptMaxBrushProperties::MaxHeight' has a wrong offset!"); \ static_assert(offsetof(USculptMaxBrushProperties, bFreezeCurrentHeight) == 0x000064, "Member 'USculptMaxBrushProperties::bFreezeCurrentHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAlignObjectsTool \ static_assert(alignof(UAlignObjectsTool) == 0x000008, "Wrong alignment on UAlignObjectsTool"); \ static_assert(sizeof(UAlignObjectsTool) == 0x000140, "Wrong size on UAlignObjectsTool"); \ static_assert(offsetof(UAlignObjectsTool, AlignProps) == 0x000098, "Member 'UAlignObjectsTool::AlignProps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakeMeshAttributeMapsToolBuilder \ static_assert(alignof(UBakeMeshAttributeMapsToolBuilder) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolBuilder"); \ static_assert(sizeof(UBakeMeshAttributeMapsToolBuilder) == 0x000030, "Wrong size on UBakeMeshAttributeMapsToolBuilder"); \ #define DUMPER7_ASSERTS_UMeshSpaceDeformerToolBuilder \ static_assert(alignof(UMeshSpaceDeformerToolBuilder) == 0x000008, "Wrong alignment on UMeshSpaceDeformerToolBuilder"); \ static_assert(sizeof(UMeshSpaceDeformerToolBuilder) == 0x000030, "Wrong size on UMeshSpaceDeformerToolBuilder"); \ #define DUMPER7_ASSERTS_BakeMeshAttributeMapsToolProperties_GetUVLayerNamesFunc \ static_assert(alignof(BakeMeshAttributeMapsToolProperties_GetUVLayerNamesFunc) == 0x000008, "Wrong alignment on BakeMeshAttributeMapsToolProperties_GetUVLayerNamesFunc"); \ static_assert(sizeof(BakeMeshAttributeMapsToolProperties_GetUVLayerNamesFunc) == 0x000010, "Wrong size on BakeMeshAttributeMapsToolProperties_GetUVLayerNamesFunc"); \ static_assert(offsetof(BakeMeshAttributeMapsToolProperties_GetUVLayerNamesFunc, ReturnValue) == 0x000000, "Member 'BakeMeshAttributeMapsToolProperties_GetUVLayerNamesFunc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakeMeshAttributeMapsToolProperties \ static_assert(alignof(UBakeMeshAttributeMapsToolProperties) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolProperties"); \ static_assert(sizeof(UBakeMeshAttributeMapsToolProperties) == 0x0000A0, "Wrong size on UBakeMeshAttributeMapsToolProperties"); \ static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, MapType) == 0x000060, "Member 'UBakeMeshAttributeMapsToolProperties::MapType' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, Resolution) == 0x000064, "Member 'UBakeMeshAttributeMapsToolProperties::Resolution' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, bUseWorldSpace) == 0x000068, "Member 'UBakeMeshAttributeMapsToolProperties::bUseWorldSpace' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, Thickness) == 0x00006C, "Member 'UBakeMeshAttributeMapsToolProperties::Thickness' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, UVLayer) == 0x000070, "Member 'UBakeMeshAttributeMapsToolProperties::UVLayer' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, UVLayerNamesList) == 0x000080, "Member 'UBakeMeshAttributeMapsToolProperties::UVLayerNamesList' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsToolProperties, Result) == 0x000090, "Member 'UBakeMeshAttributeMapsToolProperties::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakedNormalMapToolProperties \ static_assert(alignof(UBakedNormalMapToolProperties) == 0x000008, "Wrong alignment on UBakedNormalMapToolProperties"); \ static_assert(sizeof(UBakedNormalMapToolProperties) == 0x000060, "Wrong size on UBakedNormalMapToolProperties"); \ #define DUMPER7_ASSERTS_UPinchBrushOpProps \ static_assert(alignof(UPinchBrushOpProps) == 0x000008, "Wrong alignment on UPinchBrushOpProps"); \ static_assert(sizeof(UPinchBrushOpProps) == 0x000070, "Wrong size on UPinchBrushOpProps"); \ static_assert(offsetof(UPinchBrushOpProps, Strength) == 0x000060, "Member 'UPinchBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UPinchBrushOpProps, Falloff) == 0x000064, "Member 'UPinchBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(UPinchBrushOpProps, Depth) == 0x000068, "Member 'UPinchBrushOpProps::Depth' has a wrong offset!"); \ static_assert(offsetof(UPinchBrushOpProps, bPerpDamping) == 0x00006C, "Member 'UPinchBrushOpProps::bPerpDamping' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakedOcclusionMapToolProperties \ static_assert(alignof(UBakedOcclusionMapToolProperties) == 0x000008, "Wrong alignment on UBakedOcclusionMapToolProperties"); \ static_assert(sizeof(UBakedOcclusionMapToolProperties) == 0x000088, "Wrong size on UBakedOcclusionMapToolProperties"); \ static_assert(offsetof(UBakedOcclusionMapToolProperties, Preview) == 0x000060, "Member 'UBakedOcclusionMapToolProperties::Preview' has a wrong offset!"); \ static_assert(offsetof(UBakedOcclusionMapToolProperties, OcclusionRays) == 0x000064, "Member 'UBakedOcclusionMapToolProperties::OcclusionRays' has a wrong offset!"); \ static_assert(offsetof(UBakedOcclusionMapToolProperties, MaxDistance) == 0x000068, "Member 'UBakedOcclusionMapToolProperties::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(UBakedOcclusionMapToolProperties, SpreadAngle) == 0x00006C, "Member 'UBakedOcclusionMapToolProperties::SpreadAngle' has a wrong offset!"); \ static_assert(offsetof(UBakedOcclusionMapToolProperties, Distribution) == 0x000070, "Member 'UBakedOcclusionMapToolProperties::Distribution' has a wrong offset!"); \ static_assert(offsetof(UBakedOcclusionMapToolProperties, bGaussianBlur) == 0x000074, "Member 'UBakedOcclusionMapToolProperties::bGaussianBlur' has a wrong offset!"); \ static_assert(offsetof(UBakedOcclusionMapToolProperties, BlurRadius) == 0x000078, "Member 'UBakedOcclusionMapToolProperties::BlurRadius' has a wrong offset!"); \ static_assert(offsetof(UBakedOcclusionMapToolProperties, BiasAngle) == 0x00007C, "Member 'UBakedOcclusionMapToolProperties::BiasAngle' has a wrong offset!"); \ static_assert(offsetof(UBakedOcclusionMapToolProperties, NormalSpace) == 0x000080, "Member 'UBakedOcclusionMapToolProperties::NormalSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakedOcclusionMapVisualizationProperties \ static_assert(alignof(UBakedOcclusionMapVisualizationProperties) == 0x000008, "Wrong alignment on UBakedOcclusionMapVisualizationProperties"); \ static_assert(sizeof(UBakedOcclusionMapVisualizationProperties) == 0x000068, "Wrong size on UBakedOcclusionMapVisualizationProperties"); \ static_assert(offsetof(UBakedOcclusionMapVisualizationProperties, BaseGrayLevel) == 0x000060, "Member 'UBakedOcclusionMapVisualizationProperties::BaseGrayLevel' has a wrong offset!"); \ static_assert(offsetof(UBakedOcclusionMapVisualizationProperties, OcclusionMultiplier) == 0x000064, "Member 'UBakedOcclusionMapVisualizationProperties::OcclusionMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditUVIslandsTool \ static_assert(alignof(UEditUVIslandsTool) == 0x000010, "Wrong alignment on UEditUVIslandsTool"); \ static_assert(sizeof(UEditUVIslandsTool) == 0x000380, "Wrong size on UEditUVIslandsTool"); \ static_assert(offsetof(UEditUVIslandsTool, MaterialSettings) == 0x0000C8, "Member 'UEditUVIslandsTool::MaterialSettings' has a wrong offset!"); \ static_assert(offsetof(UEditUVIslandsTool, CheckerMaterial) == 0x0000D0, "Member 'UEditUVIslandsTool::CheckerMaterial' has a wrong offset!"); \ static_assert(offsetof(UEditUVIslandsTool, DynamicMeshComponent) == 0x0000D8, "Member 'UEditUVIslandsTool::DynamicMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UEditUVIslandsTool, SelectionMechanic) == 0x0000E0, "Member 'UEditUVIslandsTool::SelectionMechanic' has a wrong offset!"); \ static_assert(offsetof(UEditUVIslandsTool, MultiTransformer) == 0x0000F0, "Member 'UEditUVIslandsTool::MultiTransformer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakedCurvatureMapToolProperties \ static_assert(alignof(UBakedCurvatureMapToolProperties) == 0x000008, "Wrong alignment on UBakedCurvatureMapToolProperties"); \ static_assert(sizeof(UBakedCurvatureMapToolProperties) == 0x000080, "Wrong size on UBakedCurvatureMapToolProperties"); \ static_assert(offsetof(UBakedCurvatureMapToolProperties, CurvatureType) == 0x000060, "Member 'UBakedCurvatureMapToolProperties::CurvatureType' has a wrong offset!"); \ static_assert(offsetof(UBakedCurvatureMapToolProperties, ColorMode) == 0x000064, "Member 'UBakedCurvatureMapToolProperties::ColorMode' has a wrong offset!"); \ static_assert(offsetof(UBakedCurvatureMapToolProperties, RangeMultiplier) == 0x000068, "Member 'UBakedCurvatureMapToolProperties::RangeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UBakedCurvatureMapToolProperties, MinRangeMultiplier) == 0x00006C, "Member 'UBakedCurvatureMapToolProperties::MinRangeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UBakedCurvatureMapToolProperties, Clamping) == 0x000070, "Member 'UBakedCurvatureMapToolProperties::Clamping' has a wrong offset!"); \ static_assert(offsetof(UBakedCurvatureMapToolProperties, bGaussianBlur) == 0x000074, "Member 'UBakedCurvatureMapToolProperties::bGaussianBlur' has a wrong offset!"); \ static_assert(offsetof(UBakedCurvatureMapToolProperties, BlurRadius) == 0x000078, "Member 'UBakedCurvatureMapToolProperties::BlurRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakedTexture2DImageProperties \ static_assert(alignof(UBakedTexture2DImageProperties) == 0x000008, "Wrong alignment on UBakedTexture2DImageProperties"); \ static_assert(sizeof(UBakedTexture2DImageProperties) == 0x000070, "Wrong size on UBakedTexture2DImageProperties"); \ static_assert(offsetof(UBakedTexture2DImageProperties, SourceTexture) == 0x000060, "Member 'UBakedTexture2DImageProperties::SourceTexture' has a wrong offset!"); \ static_assert(offsetof(UBakedTexture2DImageProperties, UVLayer) == 0x000068, "Member 'UBakedTexture2DImageProperties::UVLayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakeMeshAttributeMapsTool \ static_assert(alignof(UBakeMeshAttributeMapsTool) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsTool"); \ static_assert(sizeof(UBakeMeshAttributeMapsTool) == 0x0004F8, "Wrong size on UBakeMeshAttributeMapsTool"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, Settings) == 0x000090, "Member 'UBakeMeshAttributeMapsTool::Settings' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, NormalMapProps) == 0x000098, "Member 'UBakeMeshAttributeMapsTool::NormalMapProps' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, OcclusionMapProps) == 0x0000A0, "Member 'UBakeMeshAttributeMapsTool::OcclusionMapProps' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, CurvatureMapProps) == 0x0000A8, "Member 'UBakeMeshAttributeMapsTool::CurvatureMapProps' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, Texture2DProps) == 0x0000B0, "Member 'UBakeMeshAttributeMapsTool::Texture2DProps' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, VisualizationProps) == 0x0000B8, "Member 'UBakeMeshAttributeMapsTool::VisualizationProps' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, PreviewMaterial) == 0x0000D0, "Member 'UBakeMeshAttributeMapsTool::PreviewMaterial' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, BentNormalPreviewMaterial) == 0x0000D8, "Member 'UBakeMeshAttributeMapsTool::BentNormalPreviewMaterial' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, CachedNormalMap) == 0x000440, "Member 'UBakeMeshAttributeMapsTool::CachedNormalMap' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, CachedOcclusionMap) == 0x000470, "Member 'UBakeMeshAttributeMapsTool::CachedOcclusionMap' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, CachedBentNormalMap) == 0x000478, "Member 'UBakeMeshAttributeMapsTool::CachedBentNormalMap' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, CachedCurvatureMap) == 0x0004A8, "Member 'UBakeMeshAttributeMapsTool::CachedCurvatureMap' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, CachedMeshPropertyMap) == 0x0004C0, "Member 'UBakeMeshAttributeMapsTool::CachedMeshPropertyMap' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, CachedTexture2DImageMap) == 0x0004D8, "Member 'UBakeMeshAttributeMapsTool::CachedTexture2DImageMap' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, EmptyNormalMap) == 0x0004E0, "Member 'UBakeMeshAttributeMapsTool::EmptyNormalMap' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, EmptyColorMapBlack) == 0x0004E8, "Member 'UBakeMeshAttributeMapsTool::EmptyColorMapBlack' has a wrong offset!"); \ static_assert(offsetof(UBakeMeshAttributeMapsTool, EmptyColorMapWhite) == 0x0004F0, "Member 'UBakeMeshAttributeMapsTool::EmptyColorMapWhite' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakeTransformToolBuilder \ static_assert(alignof(UBakeTransformToolBuilder) == 0x000008, "Wrong alignment on UBakeTransformToolBuilder"); \ static_assert(sizeof(UBakeTransformToolBuilder) == 0x000030, "Wrong size on UBakeTransformToolBuilder"); \ #define DUMPER7_ASSERTS_UDeformMeshPolygonsTool \ static_assert(alignof(UDeformMeshPolygonsTool) == 0x000010, "Wrong alignment on UDeformMeshPolygonsTool"); \ static_assert(sizeof(UDeformMeshPolygonsTool) == 0x0013C0, "Wrong size on UDeformMeshPolygonsTool"); \ static_assert(offsetof(UDeformMeshPolygonsTool, DynamicMeshComponent) == 0x0000C8, "Member 'UDeformMeshPolygonsTool::DynamicMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UDeformMeshPolygonsTool, TransformProps) == 0x0000D0, "Member 'UDeformMeshPolygonsTool::TransformProps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroupEdgeInsertionProperties \ static_assert(alignof(UGroupEdgeInsertionProperties) == 0x000008, "Wrong alignment on UGroupEdgeInsertionProperties"); \ static_assert(sizeof(UGroupEdgeInsertionProperties) == 0x000070, "Wrong size on UGroupEdgeInsertionProperties"); \ static_assert(offsetof(UGroupEdgeInsertionProperties, InsertionMode) == 0x000060, "Member 'UGroupEdgeInsertionProperties::InsertionMode' has a wrong offset!"); \ static_assert(offsetof(UGroupEdgeInsertionProperties, bWireframe) == 0x000064, "Member 'UGroupEdgeInsertionProperties::bWireframe' has a wrong offset!"); \ static_assert(offsetof(UGroupEdgeInsertionProperties, VertexTolerance) == 0x000068, "Member 'UGroupEdgeInsertionProperties::VertexTolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakeTransformToolProperties \ static_assert(alignof(UBakeTransformToolProperties) == 0x000008, "Wrong alignment on UBakeTransformToolProperties"); \ static_assert(sizeof(UBakeTransformToolProperties) == 0x000068, "Wrong size on UBakeTransformToolProperties"); \ static_assert(offsetof(UBakeTransformToolProperties, bBakeRotation) == 0x000060, "Member 'UBakeTransformToolProperties::bBakeRotation' has a wrong offset!"); \ static_assert(offsetof(UBakeTransformToolProperties, BakeScale) == 0x000061, "Member 'UBakeTransformToolProperties::BakeScale' has a wrong offset!"); \ static_assert(offsetof(UBakeTransformToolProperties, bRecenterPivot) == 0x000062, "Member 'UBakeTransformToolProperties::bRecenterPivot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBakeTransformTool \ static_assert(alignof(UBakeTransformTool) == 0x000008, "Wrong alignment on UBakeTransformTool"); \ static_assert(sizeof(UBakeTransformTool) == 0x0000B8, "Wrong size on UBakeTransformTool"); \ static_assert(offsetof(UBakeTransformTool, BasicProperties) == 0x000090, "Member 'UBakeTransformTool::BasicProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPhysicsObjectToolPropertySet \ static_assert(alignof(UPhysicsObjectToolPropertySet) == 0x000008, "Wrong alignment on UPhysicsObjectToolPropertySet"); \ static_assert(sizeof(UPhysicsObjectToolPropertySet) == 0x0000B8, "Wrong size on UPhysicsObjectToolPropertySet"); \ static_assert(offsetof(UPhysicsObjectToolPropertySet, ObjectName) == 0x000060, "Member 'UPhysicsObjectToolPropertySet::ObjectName' has a wrong offset!"); \ static_assert(offsetof(UPhysicsObjectToolPropertySet, CollisionType) == 0x000070, "Member 'UPhysicsObjectToolPropertySet::CollisionType' has a wrong offset!"); \ static_assert(offsetof(UPhysicsObjectToolPropertySet, Spheres) == 0x000078, "Member 'UPhysicsObjectToolPropertySet::Spheres' has a wrong offset!"); \ static_assert(offsetof(UPhysicsObjectToolPropertySet, Boxes) == 0x000088, "Member 'UPhysicsObjectToolPropertySet::Boxes' has a wrong offset!"); \ static_assert(offsetof(UPhysicsObjectToolPropertySet, Capsules) == 0x000098, "Member 'UPhysicsObjectToolPropertySet::Capsules' has a wrong offset!"); \ static_assert(offsetof(UPhysicsObjectToolPropertySet, Convexes) == 0x0000A8, "Member 'UPhysicsObjectToolPropertySet::Convexes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCollisionGeometryVisualizationProperties \ static_assert(alignof(UCollisionGeometryVisualizationProperties) == 0x000008, "Wrong alignment on UCollisionGeometryVisualizationProperties"); \ static_assert(sizeof(UCollisionGeometryVisualizationProperties) == 0x000070, "Wrong size on UCollisionGeometryVisualizationProperties"); \ static_assert(offsetof(UCollisionGeometryVisualizationProperties, LineThickness) == 0x000060, "Member 'UCollisionGeometryVisualizationProperties::LineThickness' has a wrong offset!"); \ static_assert(offsetof(UCollisionGeometryVisualizationProperties, bShowHidden) == 0x000064, "Member 'UCollisionGeometryVisualizationProperties::bShowHidden' has a wrong offset!"); \ static_assert(offsetof(UCollisionGeometryVisualizationProperties, Color) == 0x000068, "Member 'UCollisionGeometryVisualizationProperties::Color' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDisplaceMeshPerlinNoiseProperties \ static_assert(alignof(UDisplaceMeshPerlinNoiseProperties) == 0x000008, "Wrong alignment on UDisplaceMeshPerlinNoiseProperties"); \ static_assert(sizeof(UDisplaceMeshPerlinNoiseProperties) == 0x000070, "Wrong size on UDisplaceMeshPerlinNoiseProperties"); \ static_assert(offsetof(UDisplaceMeshPerlinNoiseProperties, PerlinLayerProperties) == 0x000060, "Member 'UDisplaceMeshPerlinNoiseProperties::PerlinLayerProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USmoothHoleFillProperties \ static_assert(alignof(USmoothHoleFillProperties) == 0x000008, "Wrong alignment on USmoothHoleFillProperties"); \ static_assert(sizeof(USmoothHoleFillProperties) == 0x000088, "Wrong size on USmoothHoleFillProperties"); \ static_assert(offsetof(USmoothHoleFillProperties, bConstrainToHoleInterior) == 0x000060, "Member 'USmoothHoleFillProperties::bConstrainToHoleInterior' has a wrong offset!"); \ static_assert(offsetof(USmoothHoleFillProperties, RemeshingExteriorRegionWidth) == 0x000064, "Member 'USmoothHoleFillProperties::RemeshingExteriorRegionWidth' has a wrong offset!"); \ static_assert(offsetof(USmoothHoleFillProperties, SmoothingExteriorRegionWidth) == 0x000068, "Member 'USmoothHoleFillProperties::SmoothingExteriorRegionWidth' has a wrong offset!"); \ static_assert(offsetof(USmoothHoleFillProperties, SmoothingInteriorRegionWidth) == 0x00006C, "Member 'USmoothHoleFillProperties::SmoothingInteriorRegionWidth' has a wrong offset!"); \ static_assert(offsetof(USmoothHoleFillProperties, InteriorSmoothness) == 0x000070, "Member 'USmoothHoleFillProperties::InteriorSmoothness' has a wrong offset!"); \ static_assert(offsetof(USmoothHoleFillProperties, FillDensityScalar) == 0x000078, "Member 'USmoothHoleFillProperties::FillDensityScalar' has a wrong offset!"); \ static_assert(offsetof(USmoothHoleFillProperties, bProjectDuringRemesh) == 0x000080, "Member 'USmoothHoleFillProperties::bProjectDuringRemesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCombineMeshesToolBuilder \ static_assert(alignof(UCombineMeshesToolBuilder) == 0x000008, "Wrong alignment on UCombineMeshesToolBuilder"); \ static_assert(sizeof(UCombineMeshesToolBuilder) == 0x000038, "Wrong size on UCombineMeshesToolBuilder"); \ #define DUMPER7_ASSERTS_UCombineMeshesToolProperties \ static_assert(alignof(UCombineMeshesToolProperties) == 0x000008, "Wrong alignment on UCombineMeshesToolProperties"); \ static_assert(sizeof(UCombineMeshesToolProperties) == 0x000088, "Wrong size on UCombineMeshesToolProperties"); \ static_assert(offsetof(UCombineMeshesToolProperties, bIsDuplicateMode) == 0x000060, "Member 'UCombineMeshesToolProperties::bIsDuplicateMode' has a wrong offset!"); \ static_assert(offsetof(UCombineMeshesToolProperties, WriteOutputTo) == 0x000064, "Member 'UCombineMeshesToolProperties::WriteOutputTo' has a wrong offset!"); \ static_assert(offsetof(UCombineMeshesToolProperties, OutputName) == 0x000068, "Member 'UCombineMeshesToolProperties::OutputName' has a wrong offset!"); \ static_assert(offsetof(UCombineMeshesToolProperties, OutputAsset) == 0x000078, "Member 'UCombineMeshesToolProperties::OutputAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshSpaceDeformerTool \ static_assert(alignof(UMeshSpaceDeformerTool) == 0x000010, "Wrong alignment on UMeshSpaceDeformerTool"); \ static_assert(sizeof(UMeshSpaceDeformerTool) == 0x0001C0, "Wrong size on UMeshSpaceDeformerTool"); \ static_assert(offsetof(UMeshSpaceDeformerTool, SelectedOperationType) == 0x0000C0, "Member 'UMeshSpaceDeformerTool::SelectedOperationType' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, UpperBoundsInterval) == 0x0000C4, "Member 'UMeshSpaceDeformerTool::UpperBoundsInterval' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, LowerBoundsInterval) == 0x0000C8, "Member 'UMeshSpaceDeformerTool::LowerBoundsInterval' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, ModifierPercent) == 0x0000CC, "Member 'UMeshSpaceDeformerTool::ModifierPercent' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, bSnapToWorldGrid) == 0x0000D0, "Member 'UMeshSpaceDeformerTool::bSnapToWorldGrid' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, StateTarget) == 0x0000D8, "Member 'UMeshSpaceDeformerTool::StateTarget' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, Preview) == 0x0000E8, "Member 'UMeshSpaceDeformerTool::Preview' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, GizmoCenter) == 0x000110, "Member 'UMeshSpaceDeformerTool::GizmoCenter' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, GizmoOrientation) == 0x000120, "Member 'UMeshSpaceDeformerTool::GizmoOrientation' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, IntervalGizmo) == 0x000130, "Member 'UMeshSpaceDeformerTool::IntervalGizmo' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, TransformGizmo) == 0x000138, "Member 'UMeshSpaceDeformerTool::TransformGizmo' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, TransformProxy) == 0x000140, "Member 'UMeshSpaceDeformerTool::TransformProxy' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, UpIntervalSource) == 0x000148, "Member 'UMeshSpaceDeformerTool::UpIntervalSource' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, DownIntervalSource) == 0x000150, "Member 'UMeshSpaceDeformerTool::DownIntervalSource' has a wrong offset!"); \ static_assert(offsetof(UMeshSpaceDeformerTool, ForwardIntervalSource) == 0x000158, "Member 'UMeshSpaceDeformerTool::ForwardIntervalSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCombineMeshesTool \ static_assert(alignof(UCombineMeshesTool) == 0x000008, "Wrong alignment on UCombineMeshesTool"); \ static_assert(sizeof(UCombineMeshesTool) == 0x0000B8, "Wrong size on UCombineMeshesTool"); \ static_assert(offsetof(UCombineMeshesTool, BasicProperties) == 0x000090, "Member 'UCombineMeshesTool::BasicProperties' has a wrong offset!"); \ static_assert(offsetof(UCombineMeshesTool, HandleSourceProperties) == 0x000098, "Member 'UCombineMeshesTool::HandleSourceProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_DisplaceMeshCommonProperties_GetWeightMapsFunc \ static_assert(alignof(DisplaceMeshCommonProperties_GetWeightMapsFunc) == 0x000008, "Wrong alignment on DisplaceMeshCommonProperties_GetWeightMapsFunc"); \ static_assert(sizeof(DisplaceMeshCommonProperties_GetWeightMapsFunc) == 0x000010, "Wrong size on DisplaceMeshCommonProperties_GetWeightMapsFunc"); \ static_assert(offsetof(DisplaceMeshCommonProperties_GetWeightMapsFunc, ReturnValue) == 0x000000, "Member 'DisplaceMeshCommonProperties_GetWeightMapsFunc::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDisplaceMeshCommonProperties \ static_assert(alignof(UDisplaceMeshCommonProperties) == 0x000008, "Wrong alignment on UDisplaceMeshCommonProperties"); \ static_assert(sizeof(UDisplaceMeshCommonProperties) == 0x000090, "Wrong size on UDisplaceMeshCommonProperties"); \ static_assert(offsetof(UDisplaceMeshCommonProperties, DisplacementType) == 0x000060, "Member 'UDisplaceMeshCommonProperties::DisplacementType' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshCommonProperties, DisplaceIntensity) == 0x000064, "Member 'UDisplaceMeshCommonProperties::DisplaceIntensity' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshCommonProperties, RandomSeed) == 0x000068, "Member 'UDisplaceMeshCommonProperties::RandomSeed' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshCommonProperties, Subdivisions) == 0x00006C, "Member 'UDisplaceMeshCommonProperties::Subdivisions' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshCommonProperties, WeightMap) == 0x000070, "Member 'UDisplaceMeshCommonProperties::WeightMap' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshCommonProperties, WeightMapsList) == 0x000078, "Member 'UDisplaceMeshCommonProperties::WeightMapsList' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshCommonProperties, bInvertWeightMap) == 0x000088, "Member 'UDisplaceMeshCommonProperties::bInvertWeightMap' has a wrong offset!"); \ static_assert(offsetof(UDisplaceMeshCommonProperties, bDisableSizeWarning) == 0x000089, "Member 'UDisplaceMeshCommonProperties::bDisableSizeWarning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConvertToPolygonsToolBuilder \ static_assert(alignof(UConvertToPolygonsToolBuilder) == 0x000008, "Wrong alignment on UConvertToPolygonsToolBuilder"); \ static_assert(sizeof(UConvertToPolygonsToolBuilder) == 0x000028, "Wrong size on UConvertToPolygonsToolBuilder"); \ #define DUMPER7_ASSERTS_UHoleFillOperatorFactory \ static_assert(alignof(UHoleFillOperatorFactory) == 0x000008, "Wrong alignment on UHoleFillOperatorFactory"); \ static_assert(sizeof(UHoleFillOperatorFactory) == 0x000038, "Wrong size on UHoleFillOperatorFactory"); \ static_assert(offsetof(UHoleFillOperatorFactory, FillTool) == 0x000030, "Member 'UHoleFillOperatorFactory::FillTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConvertToPolygonsToolProperties \ static_assert(alignof(UConvertToPolygonsToolProperties) == 0x000008, "Wrong alignment on UConvertToPolygonsToolProperties"); \ static_assert(sizeof(UConvertToPolygonsToolProperties) == 0x000070, "Wrong size on UConvertToPolygonsToolProperties"); \ static_assert(offsetof(UConvertToPolygonsToolProperties, ConversionMode) == 0x000060, "Member 'UConvertToPolygonsToolProperties::ConversionMode' has a wrong offset!"); \ static_assert(offsetof(UConvertToPolygonsToolProperties, AngleTolerance) == 0x000064, "Member 'UConvertToPolygonsToolProperties::AngleTolerance' has a wrong offset!"); \ static_assert(offsetof(UConvertToPolygonsToolProperties, bCalculateNormals) == 0x000068, "Member 'UConvertToPolygonsToolProperties::bCalculateNormals' has a wrong offset!"); \ static_assert(offsetof(UConvertToPolygonsToolProperties, bShowGroupColors) == 0x000069, "Member 'UConvertToPolygonsToolProperties::bShowGroupColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UConvertToPolygonsTool \ static_assert(alignof(UConvertToPolygonsTool) == 0x000008, "Wrong alignment on UConvertToPolygonsTool"); \ static_assert(sizeof(UConvertToPolygonsTool) == 0x0003E0, "Wrong size on UConvertToPolygonsTool"); \ static_assert(offsetof(UConvertToPolygonsTool, Settings) == 0x000088, "Member 'UConvertToPolygonsTool::Settings' has a wrong offset!"); \ static_assert(offsetof(UConvertToPolygonsTool, PreviewMesh) == 0x000090, "Member 'UConvertToPolygonsTool::PreviewMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshSelectionToolActionPropertySet \ static_assert(alignof(UMeshSelectionToolActionPropertySet) == 0x000008, "Wrong alignment on UMeshSelectionToolActionPropertySet"); \ static_assert(sizeof(UMeshSelectionToolActionPropertySet) == 0x000068, "Wrong size on UMeshSelectionToolActionPropertySet"); \ #define DUMPER7_ASSERTS_UMeshSelectionEditActions \ static_assert(alignof(UMeshSelectionEditActions) == 0x000008, "Wrong alignment on UMeshSelectionEditActions"); \ static_assert(sizeof(UMeshSelectionEditActions) == 0x000068, "Wrong size on UMeshSelectionEditActions"); \ #define DUMPER7_ASSERTS_UCSGMeshesToolProperties \ static_assert(alignof(UCSGMeshesToolProperties) == 0x000008, "Wrong alignment on UCSGMeshesToolProperties"); \ static_assert(sizeof(UCSGMeshesToolProperties) == 0x000068, "Wrong size on UCSGMeshesToolProperties"); \ static_assert(offsetof(UCSGMeshesToolProperties, Operation) == 0x000060, "Member 'UCSGMeshesToolProperties::Operation' has a wrong offset!"); \ static_assert(offsetof(UCSGMeshesToolProperties, bShowNewBoundaryEdges) == 0x000061, "Member 'UCSGMeshesToolProperties::bShowNewBoundaryEdges' has a wrong offset!"); \ static_assert(offsetof(UCSGMeshesToolProperties, bAttemptFixHoles) == 0x000062, "Member 'UCSGMeshesToolProperties::bAttemptFixHoles' has a wrong offset!"); \ static_assert(offsetof(UCSGMeshesToolProperties, bOnlyUseFirstMeshMaterials) == 0x000063, "Member 'UCSGMeshesToolProperties::bOnlyUseFirstMeshMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCSGMeshesTool \ static_assert(alignof(UCSGMeshesTool) == 0x000008, "Wrong alignment on UCSGMeshesTool"); \ static_assert(sizeof(UCSGMeshesTool) == 0x000120, "Wrong size on UCSGMeshesTool"); \ static_assert(offsetof(UCSGMeshesTool, CSGProperties) == 0x0000F0, "Member 'UCSGMeshesTool::CSGProperties' has a wrong offset!"); \ static_assert(offsetof(UCSGMeshesTool, DrawnLineSet) == 0x000108, "Member 'UCSGMeshesTool::DrawnLineSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDeformMeshPolygonsToolBuilder \ static_assert(alignof(UDeformMeshPolygonsToolBuilder) == 0x000008, "Wrong alignment on UDeformMeshPolygonsToolBuilder"); \ static_assert(sizeof(UDeformMeshPolygonsToolBuilder) == 0x000030, "Wrong size on UDeformMeshPolygonsToolBuilder"); \ #define DUMPER7_ASSERTS_UDisplaceMeshTextureMapProperties \ static_assert(alignof(UDisplaceMeshTextureMapProperties) == 0x000008, "Wrong alignment on UDisplaceMeshTextureMapProperties"); \ static_assert(sizeof(UDisplaceMeshTextureMapProperties) == 0x000068, "Wrong size on UDisplaceMeshTextureMapProperties"); \ static_assert(offsetof(UDisplaceMeshTextureMapProperties, DisplacementMap) == 0x000060, "Member 'UDisplaceMeshTextureMapProperties::DisplacementMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawAndRevolveToolBuilder \ static_assert(alignof(UDrawAndRevolveToolBuilder) == 0x000008, "Wrong alignment on UDrawAndRevolveToolBuilder"); \ static_assert(sizeof(UDrawAndRevolveToolBuilder) == 0x000030, "Wrong size on UDrawAndRevolveToolBuilder"); \ #define DUMPER7_ASSERTS_URevolveProperties \ static_assert(alignof(URevolveProperties) == 0x000008, "Wrong alignment on URevolveProperties"); \ static_assert(sizeof(URevolveProperties) == 0x0000B0, "Wrong size on URevolveProperties"); \ static_assert(offsetof(URevolveProperties, RevolutionDegrees) == 0x000060, "Member 'URevolveProperties::RevolutionDegrees' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, RevolutionDegreesOffset) == 0x000068, "Member 'URevolveProperties::RevolutionDegreesOffset' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, Steps) == 0x000070, "Member 'URevolveProperties::Steps' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, bReverseRevolutionDirection) == 0x000074, "Member 'URevolveProperties::bReverseRevolutionDirection' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, bFlipMesh) == 0x000075, "Member 'URevolveProperties::bFlipMesh' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, bProfileIsCrossSectionOfSide) == 0x000076, "Member 'URevolveProperties::bProfileIsCrossSectionOfSide' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, PolygroupMode) == 0x000077, "Member 'URevolveProperties::PolygroupMode' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, QuadSplitMode) == 0x000078, "Member 'URevolveProperties::QuadSplitMode' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, DiagonalProportionTolerance) == 0x000080, "Member 'URevolveProperties::DiagonalProportionTolerance' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, CapFillMode) == 0x000088, "Member 'URevolveProperties::CapFillMode' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, bWeldFullRevolution) == 0x000089, "Member 'URevolveProperties::bWeldFullRevolution' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, bWeldVertsOnAxis) == 0x00008A, "Member 'URevolveProperties::bWeldVertsOnAxis' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, AxisWeldTolerance) == 0x000090, "Member 'URevolveProperties::AxisWeldTolerance' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, bSharpNormals) == 0x000098, "Member 'URevolveProperties::bSharpNormals' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, SharpNormalAngleTolerance) == 0x0000A0, "Member 'URevolveProperties::SharpNormalAngleTolerance' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, bFlipVs) == 0x0000A8, "Member 'URevolveProperties::bFlipVs' has a wrong offset!"); \ static_assert(offsetof(URevolveProperties, bUVsSkipFullyWeldedEdges) == 0x0000A9, "Member 'URevolveProperties::bUVsSkipFullyWeldedEdges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URevolveToolProperties \ static_assert(alignof(URevolveToolProperties) == 0x000008, "Wrong alignment on URevolveToolProperties"); \ static_assert(sizeof(URevolveToolProperties) == 0x0000D0, "Wrong size on URevolveToolProperties"); \ static_assert(offsetof(URevolveToolProperties, bConnectOpenProfileToAxis) == 0x0000B0, "Member 'URevolveToolProperties::bConnectOpenProfileToAxis' has a wrong offset!"); \ static_assert(offsetof(URevolveToolProperties, bSnapToWorldGrid) == 0x0000B1, "Member 'URevolveToolProperties::bSnapToWorldGrid' has a wrong offset!"); \ static_assert(offsetof(URevolveToolProperties, DrawPlaneOrigin) == 0x0000B4, "Member 'URevolveToolProperties::DrawPlaneOrigin' has a wrong offset!"); \ static_assert(offsetof(URevolveToolProperties, DrawPlaneOrientation) == 0x0000C0, "Member 'URevolveToolProperties::DrawPlaneOrientation' has a wrong offset!"); \ static_assert(offsetof(URevolveToolProperties, bEnableSnapping) == 0x0000CC, "Member 'URevolveToolProperties::bEnableSnapping' has a wrong offset!"); \ static_assert(offsetof(URevolveToolProperties, bAllowedToEditDrawPlane) == 0x0000CD, "Member 'URevolveToolProperties::bAllowedToEditDrawPlane' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URevolveOperatorFactory \ static_assert(alignof(URevolveOperatorFactory) == 0x000008, "Wrong alignment on URevolveOperatorFactory"); \ static_assert(sizeof(URevolveOperatorFactory) == 0x000038, "Wrong size on URevolveOperatorFactory"); \ static_assert(offsetof(URevolveOperatorFactory, RevolveTool) == 0x000030, "Member 'URevolveOperatorFactory::RevolveTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawAndRevolveTool \ static_assert(alignof(UDrawAndRevolveTool) == 0x000010, "Wrong alignment on UDrawAndRevolveTool"); \ static_assert(sizeof(UDrawAndRevolveTool) == 0x000120, "Wrong size on UDrawAndRevolveTool"); \ static_assert(offsetof(UDrawAndRevolveTool, ControlPointsMechanic) == 0x0000F8, "Member 'UDrawAndRevolveTool::ControlPointsMechanic' has a wrong offset!"); \ static_assert(offsetof(UDrawAndRevolveTool, PlaneMechanic) == 0x000100, "Member 'UDrawAndRevolveTool::PlaneMechanic' has a wrong offset!"); \ static_assert(offsetof(UDrawAndRevolveTool, Settings) == 0x000108, "Member 'UDrawAndRevolveTool::Settings' has a wrong offset!"); \ static_assert(offsetof(UDrawAndRevolveTool, MaterialProperties) == 0x000110, "Member 'UDrawAndRevolveTool::MaterialProperties' has a wrong offset!"); \ static_assert(offsetof(UDrawAndRevolveTool, Preview) == 0x000118, "Member 'UDrawAndRevolveTool::Preview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawPolygonToolBuilder \ static_assert(alignof(UDrawPolygonToolBuilder) == 0x000008, "Wrong alignment on UDrawPolygonToolBuilder"); \ static_assert(sizeof(UDrawPolygonToolBuilder) == 0x000030, "Wrong size on UDrawPolygonToolBuilder"); \ #define DUMPER7_ASSERTS_UDrawPolygonToolStandardProperties \ static_assert(alignof(UDrawPolygonToolStandardProperties) == 0x000008, "Wrong alignment on UDrawPolygonToolStandardProperties"); \ static_assert(sizeof(UDrawPolygonToolStandardProperties) == 0x000078, "Wrong size on UDrawPolygonToolStandardProperties"); \ static_assert(offsetof(UDrawPolygonToolStandardProperties, PolygonType) == 0x000060, "Member 'UDrawPolygonToolStandardProperties::PolygonType' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolStandardProperties, OutputMode) == 0x000061, "Member 'UDrawPolygonToolStandardProperties::OutputMode' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolStandardProperties, FeatureSizeRatio) == 0x000064, "Member 'UDrawPolygonToolStandardProperties::FeatureSizeRatio' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolStandardProperties, ExtrudeHeight) == 0x000068, "Member 'UDrawPolygonToolStandardProperties::ExtrudeHeight' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolStandardProperties, Steps) == 0x00006C, "Member 'UDrawPolygonToolStandardProperties::Steps' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolStandardProperties, bAllowSelfIntersections) == 0x000070, "Member 'UDrawPolygonToolStandardProperties::bAllowSelfIntersections' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolStandardProperties, bShowGizmo) == 0x000071, "Member 'UDrawPolygonToolStandardProperties::bShowGizmo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawPolygonToolSnapProperties \ static_assert(alignof(UDrawPolygonToolSnapProperties) == 0x000008, "Wrong alignment on UDrawPolygonToolSnapProperties"); \ static_assert(sizeof(UDrawPolygonToolSnapProperties) == 0x000078, "Wrong size on UDrawPolygonToolSnapProperties"); \ static_assert(offsetof(UDrawPolygonToolSnapProperties, bEnableSnapping) == 0x000060, "Member 'UDrawPolygonToolSnapProperties::bEnableSnapping' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolSnapProperties, bSnapToWorldGrid) == 0x000061, "Member 'UDrawPolygonToolSnapProperties::bSnapToWorldGrid' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolSnapProperties, bSnapToVertices) == 0x000062, "Member 'UDrawPolygonToolSnapProperties::bSnapToVertices' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolSnapProperties, bSnapToEdges) == 0x000063, "Member 'UDrawPolygonToolSnapProperties::bSnapToEdges' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolSnapProperties, bSnapToAngles) == 0x000064, "Member 'UDrawPolygonToolSnapProperties::bSnapToAngles' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolSnapProperties, bSnapToLengths) == 0x000065, "Member 'UDrawPolygonToolSnapProperties::bSnapToLengths' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolSnapProperties, SegmentLength) == 0x000068, "Member 'UDrawPolygonToolSnapProperties::SegmentLength' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolSnapProperties, bHitSceneObjects) == 0x00006C, "Member 'UDrawPolygonToolSnapProperties::bHitSceneObjects' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonToolSnapProperties, HitNormalOffset) == 0x000070, "Member 'UDrawPolygonToolSnapProperties::HitNormalOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawPolygonTool \ static_assert(alignof(UDrawPolygonTool) == 0x000010, "Wrong alignment on UDrawPolygonTool"); \ static_assert(sizeof(UDrawPolygonTool) == 0x000570, "Wrong size on UDrawPolygonTool"); \ static_assert(offsetof(UDrawPolygonTool, PolygonProperties) == 0x000088, "Member 'UDrawPolygonTool::PolygonProperties' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonTool, SnapProperties) == 0x000090, "Member 'UDrawPolygonTool::SnapProperties' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonTool, MaterialProperties) == 0x000098, "Member 'UDrawPolygonTool::MaterialProperties' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonTool, PreviewMesh) == 0x000150, "Member 'UDrawPolygonTool::PreviewMesh' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonTool, PlaneTransformGizmo) == 0x000158, "Member 'UDrawPolygonTool::PlaneTransformGizmo' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonTool, PlaneTransformProxy) == 0x000160, "Member 'UDrawPolygonTool::PlaneTransformProxy' has a wrong offset!"); \ static_assert(offsetof(UDrawPolygonTool, HeightMechanic) == 0x000540, "Member 'UDrawPolygonTool::HeightMechanic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawPolyPathToolBuilder \ static_assert(alignof(UDrawPolyPathToolBuilder) == 0x000008, "Wrong alignment on UDrawPolyPathToolBuilder"); \ static_assert(sizeof(UDrawPolyPathToolBuilder) == 0x000038, "Wrong size on UDrawPolyPathToolBuilder"); \ #define DUMPER7_ASSERTS_UDrawPolyPathProperties \ static_assert(alignof(UDrawPolyPathProperties) == 0x000008, "Wrong alignment on UDrawPolyPathProperties"); \ static_assert(sizeof(UDrawPolyPathProperties) == 0x000080, "Wrong size on UDrawPolyPathProperties"); \ static_assert(offsetof(UDrawPolyPathProperties, OutputType) == 0x000060, "Member 'UDrawPolyPathProperties::OutputType' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathProperties, WidthMode) == 0x000064, "Member 'UDrawPolyPathProperties::WidthMode' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathProperties, Width) == 0x000068, "Member 'UDrawPolyPathProperties::Width' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathProperties, HeightMode) == 0x00006C, "Member 'UDrawPolyPathProperties::HeightMode' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathProperties, Height) == 0x000070, "Member 'UDrawPolyPathProperties::Height' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathProperties, RampStartRatio) == 0x000074, "Member 'UDrawPolyPathProperties::RampStartRatio' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathProperties, bSnapToWorldGrid) == 0x000078, "Member 'UDrawPolyPathProperties::bSnapToWorldGrid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawPolyPathExtrudeProperties \ static_assert(alignof(UDrawPolyPathExtrudeProperties) == 0x000008, "Wrong alignment on UDrawPolyPathExtrudeProperties"); \ static_assert(sizeof(UDrawPolyPathExtrudeProperties) == 0x000068, "Wrong size on UDrawPolyPathExtrudeProperties"); \ static_assert(offsetof(UDrawPolyPathExtrudeProperties, Direction) == 0x000060, "Member 'UDrawPolyPathExtrudeProperties::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDrawPolyPathTool \ static_assert(alignof(UDrawPolyPathTool) == 0x000010, "Wrong alignment on UDrawPolyPathTool"); \ static_assert(sizeof(UDrawPolyPathTool) == 0x000210, "Wrong size on UDrawPolyPathTool"); \ static_assert(offsetof(UDrawPolyPathTool, TransformProps) == 0x0000A0, "Member 'UDrawPolyPathTool::TransformProps' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathTool, ExtrudeProperties) == 0x0000A8, "Member 'UDrawPolyPathTool::ExtrudeProperties' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathTool, MaterialProperties) == 0x0000B0, "Member 'UDrawPolyPathTool::MaterialProperties' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathTool, PlaneMechanic) == 0x000140, "Member 'UDrawPolyPathTool::PlaneMechanic' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathTool, EditPreview) == 0x0001E8, "Member 'UDrawPolyPathTool::EditPreview' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathTool, ExtrudeHeightMechanic) == 0x0001F0, "Member 'UDrawPolyPathTool::ExtrudeHeightMechanic' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathTool, CurveDistMechanic) == 0x0001F8, "Member 'UDrawPolyPathTool::CurveDistMechanic' has a wrong offset!"); \ static_assert(offsetof(UDrawPolyPathTool, SurfacePathMechanic) == 0x000200, "Member 'UDrawPolyPathTool::SurfacePathMechanic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicMeshSculptToolBuilder \ static_assert(alignof(UDynamicMeshSculptToolBuilder) == 0x000008, "Wrong alignment on UDynamicMeshSculptToolBuilder"); \ static_assert(sizeof(UDynamicMeshSculptToolBuilder) == 0x000038, "Wrong size on UDynamicMeshSculptToolBuilder"); \ #define DUMPER7_ASSERTS_UBrushSculptProperties \ static_assert(alignof(UBrushSculptProperties) == 0x000008, "Wrong alignment on UBrushSculptProperties"); \ static_assert(sizeof(UBrushSculptProperties) == 0x000078, "Wrong size on UBrushSculptProperties"); \ static_assert(offsetof(UBrushSculptProperties, bIsRemeshingEnabled) == 0x000060, "Member 'UBrushSculptProperties::bIsRemeshingEnabled' has a wrong offset!"); \ static_assert(offsetof(UBrushSculptProperties, PrimaryBrushType) == 0x000061, "Member 'UBrushSculptProperties::PrimaryBrushType' has a wrong offset!"); \ static_assert(offsetof(UBrushSculptProperties, PrimaryBrushSpeed) == 0x000064, "Member 'UBrushSculptProperties::PrimaryBrushSpeed' has a wrong offset!"); \ static_assert(offsetof(UBrushSculptProperties, bPreserveUVFlow) == 0x000068, "Member 'UBrushSculptProperties::bPreserveUVFlow' has a wrong offset!"); \ static_assert(offsetof(UBrushSculptProperties, bFreezeTarget) == 0x000069, "Member 'UBrushSculptProperties::bFreezeTarget' has a wrong offset!"); \ static_assert(offsetof(UBrushSculptProperties, SmoothBrushSpeed) == 0x00006C, "Member 'UBrushSculptProperties::SmoothBrushSpeed' has a wrong offset!"); \ static_assert(offsetof(UBrushSculptProperties, bDetailPreservingSmooth) == 0x000070, "Member 'UBrushSculptProperties::bDetailPreservingSmooth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicSculptToolActions \ static_assert(alignof(UDynamicSculptToolActions) == 0x000008, "Wrong alignment on UDynamicSculptToolActions"); \ static_assert(sizeof(UDynamicSculptToolActions) == 0x000068, "Wrong size on UDynamicSculptToolActions"); \ #define DUMPER7_ASSERTS_UMeshConstraintProperties \ static_assert(alignof(UMeshConstraintProperties) == 0x000008, "Wrong alignment on UMeshConstraintProperties"); \ static_assert(sizeof(UMeshConstraintProperties) == 0x000068, "Wrong size on UMeshConstraintProperties"); \ static_assert(offsetof(UMeshConstraintProperties, bPreserveSharpEdges) == 0x000060, "Member 'UMeshConstraintProperties::bPreserveSharpEdges' has a wrong offset!"); \ static_assert(offsetof(UMeshConstraintProperties, MeshBoundaryConstraint) == 0x000061, "Member 'UMeshConstraintProperties::MeshBoundaryConstraint' has a wrong offset!"); \ static_assert(offsetof(UMeshConstraintProperties, GroupBoundaryConstraint) == 0x000062, "Member 'UMeshConstraintProperties::GroupBoundaryConstraint' has a wrong offset!"); \ static_assert(offsetof(UMeshConstraintProperties, MaterialBoundaryConstraint) == 0x000063, "Member 'UMeshConstraintProperties::MaterialBoundaryConstraint' has a wrong offset!"); \ static_assert(offsetof(UMeshConstraintProperties, bPreventNormalFlips) == 0x000064, "Member 'UMeshConstraintProperties::bPreventNormalFlips' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemeshProperties \ static_assert(alignof(URemeshProperties) == 0x000008, "Wrong alignment on URemeshProperties"); \ static_assert(sizeof(URemeshProperties) == 0x000070, "Wrong size on URemeshProperties"); \ static_assert(offsetof(URemeshProperties, SmoothingStrength) == 0x000068, "Member 'URemeshProperties::SmoothingStrength' has a wrong offset!"); \ static_assert(offsetof(URemeshProperties, bFlips) == 0x00006C, "Member 'URemeshProperties::bFlips' has a wrong offset!"); \ static_assert(offsetof(URemeshProperties, bSplits) == 0x00006D, "Member 'URemeshProperties::bSplits' has a wrong offset!"); \ static_assert(offsetof(URemeshProperties, bCollapses) == 0x00006E, "Member 'URemeshProperties::bCollapses' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBrushRemeshProperties \ static_assert(alignof(UBrushRemeshProperties) == 0x000008, "Wrong alignment on UBrushRemeshProperties"); \ static_assert(sizeof(UBrushRemeshProperties) == 0x000080, "Wrong size on UBrushRemeshProperties"); \ static_assert(offsetof(UBrushRemeshProperties, bEnableRemeshing) == 0x000070, "Member 'UBrushRemeshProperties::bEnableRemeshing' has a wrong offset!"); \ static_assert(offsetof(UBrushRemeshProperties, TriangleSize) == 0x000074, "Member 'UBrushRemeshProperties::TriangleSize' has a wrong offset!"); \ static_assert(offsetof(UBrushRemeshProperties, PreserveDetail) == 0x000078, "Member 'UBrushRemeshProperties::PreserveDetail' has a wrong offset!"); \ static_assert(offsetof(UBrushRemeshProperties, Iterations) == 0x00007C, "Member 'UBrushRemeshProperties::Iterations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFixedPlaneBrushProperties \ static_assert(alignof(UFixedPlaneBrushProperties) == 0x000010, "Wrong alignment on UFixedPlaneBrushProperties"); \ static_assert(sizeof(UFixedPlaneBrushProperties) == 0x000080, "Wrong size on UFixedPlaneBrushProperties"); \ static_assert(offsetof(UFixedPlaneBrushProperties, bPropertySetEnabled) == 0x000060, "Member 'UFixedPlaneBrushProperties::bPropertySetEnabled' has a wrong offset!"); \ static_assert(offsetof(UFixedPlaneBrushProperties, bShowGizmo) == 0x000061, "Member 'UFixedPlaneBrushProperties::bShowGizmo' has a wrong offset!"); \ static_assert(offsetof(UFixedPlaneBrushProperties, bSnapToGrid) == 0x000062, "Member 'UFixedPlaneBrushProperties::bSnapToGrid' has a wrong offset!"); \ static_assert(offsetof(UFixedPlaneBrushProperties, position) == 0x000064, "Member 'UFixedPlaneBrushProperties::position' has a wrong offset!"); \ static_assert(offsetof(UFixedPlaneBrushProperties, Rotation) == 0x000070, "Member 'UFixedPlaneBrushProperties::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDynamicMeshSculptTool \ static_assert(alignof(UDynamicMeshSculptTool) == 0x000010, "Wrong alignment on UDynamicMeshSculptTool"); \ static_assert(sizeof(UDynamicMeshSculptTool) == 0x000D20, "Wrong size on UDynamicMeshSculptTool"); \ static_assert(offsetof(UDynamicMeshSculptTool, BrushProperties) == 0x0000C0, "Member 'UDynamicMeshSculptTool::BrushProperties' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, SculptProperties) == 0x0000C8, "Member 'UDynamicMeshSculptTool::SculptProperties' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, SculptMaxBrushProperties) == 0x0000D0, "Member 'UDynamicMeshSculptTool::SculptMaxBrushProperties' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, KelvinBrushProperties) == 0x0000D8, "Member 'UDynamicMeshSculptTool::KelvinBrushProperties' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, RemeshProperties) == 0x0000E0, "Member 'UDynamicMeshSculptTool::RemeshProperties' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, GizmoProperties) == 0x0000E8, "Member 'UDynamicMeshSculptTool::GizmoProperties' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, ViewProperties) == 0x0000F0, "Member 'UDynamicMeshSculptTool::ViewProperties' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, SculptToolActions) == 0x0000F8, "Member 'UDynamicMeshSculptTool::SculptToolActions' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicator) == 0x000140, "Member 'UDynamicMeshSculptTool::BrushIndicator' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicatorMaterial) == 0x000148, "Member 'UDynamicMeshSculptTool::BrushIndicatorMaterial' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicatorMesh) == 0x000150, "Member 'UDynamicMeshSculptTool::BrushIndicatorMesh' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, DynamicMeshComponent) == 0x000158, "Member 'UDynamicMeshSculptTool::DynamicMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, ActiveOverrideMaterial) == 0x000160, "Member 'UDynamicMeshSculptTool::ActiveOverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, PlaneTransformGizmo) == 0x000D08, "Member 'UDynamicMeshSculptTool::PlaneTransformGizmo' has a wrong offset!"); \ static_assert(offsetof(UDynamicMeshSculptTool, PlaneTransformProxy) == 0x000D10, "Member 'UDynamicMeshSculptTool::PlaneTransformProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEdgeLoopInsertionToolBuilder \ static_assert(alignof(UEdgeLoopInsertionToolBuilder) == 0x000008, "Wrong alignment on UEdgeLoopInsertionToolBuilder"); \ static_assert(sizeof(UEdgeLoopInsertionToolBuilder) == 0x000030, "Wrong size on UEdgeLoopInsertionToolBuilder"); \ #define DUMPER7_ASSERTS_UEdgeLoopInsertionProperties \ static_assert(alignof(UEdgeLoopInsertionProperties) == 0x000008, "Wrong alignment on UEdgeLoopInsertionProperties"); \ static_assert(sizeof(UEdgeLoopInsertionProperties) == 0x000090, "Wrong size on UEdgeLoopInsertionProperties"); \ static_assert(offsetof(UEdgeLoopInsertionProperties, PositionMode) == 0x000060, "Member 'UEdgeLoopInsertionProperties::PositionMode' has a wrong offset!"); \ static_assert(offsetof(UEdgeLoopInsertionProperties, InsertionMode) == 0x000064, "Member 'UEdgeLoopInsertionProperties::InsertionMode' has a wrong offset!"); \ static_assert(offsetof(UEdgeLoopInsertionProperties, NumLoops) == 0x000068, "Member 'UEdgeLoopInsertionProperties::NumLoops' has a wrong offset!"); \ static_assert(offsetof(UEdgeLoopInsertionProperties, ProportionOffset) == 0x000070, "Member 'UEdgeLoopInsertionProperties::ProportionOffset' has a wrong offset!"); \ static_assert(offsetof(UEdgeLoopInsertionProperties, DistanceOffset) == 0x000078, "Member 'UEdgeLoopInsertionProperties::DistanceOffset' has a wrong offset!"); \ static_assert(offsetof(UEdgeLoopInsertionProperties, bInteractive) == 0x000080, "Member 'UEdgeLoopInsertionProperties::bInteractive' has a wrong offset!"); \ static_assert(offsetof(UEdgeLoopInsertionProperties, bFlipOffsetDirection) == 0x000081, "Member 'UEdgeLoopInsertionProperties::bFlipOffsetDirection' has a wrong offset!"); \ static_assert(offsetof(UEdgeLoopInsertionProperties, bWireframe) == 0x000082, "Member 'UEdgeLoopInsertionProperties::bWireframe' has a wrong offset!"); \ static_assert(offsetof(UEdgeLoopInsertionProperties, VertexTolerance) == 0x000088, "Member 'UEdgeLoopInsertionProperties::VertexTolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEdgeLoopInsertionOperatorFactory \ static_assert(alignof(UEdgeLoopInsertionOperatorFactory) == 0x000008, "Wrong alignment on UEdgeLoopInsertionOperatorFactory"); \ static_assert(sizeof(UEdgeLoopInsertionOperatorFactory) == 0x000038, "Wrong size on UEdgeLoopInsertionOperatorFactory"); \ static_assert(offsetof(UEdgeLoopInsertionOperatorFactory, Tool) == 0x000030, "Member 'UEdgeLoopInsertionOperatorFactory::Tool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEdgeLoopInsertionTool \ static_assert(alignof(UEdgeLoopInsertionTool) == 0x000010, "Wrong alignment on UEdgeLoopInsertionTool"); \ static_assert(sizeof(UEdgeLoopInsertionTool) == 0x000500, "Wrong size on UEdgeLoopInsertionTool"); \ static_assert(offsetof(UEdgeLoopInsertionTool, Settings) == 0x000098, "Member 'UEdgeLoopInsertionTool::Settings' has a wrong offset!"); \ static_assert(offsetof(UEdgeLoopInsertionTool, Preview) == 0x000300, "Member 'UEdgeLoopInsertionTool::Preview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditMeshPolygonsToolBuilder \ static_assert(alignof(UEditMeshPolygonsToolBuilder) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolBuilder"); \ static_assert(sizeof(UEditMeshPolygonsToolBuilder) == 0x000038, "Wrong size on UEditMeshPolygonsToolBuilder"); \ #define DUMPER7_ASSERTS_UPolyEditCommonProperties \ static_assert(alignof(UPolyEditCommonProperties) == 0x000008, "Wrong alignment on UPolyEditCommonProperties"); \ static_assert(sizeof(UPolyEditCommonProperties) == 0x000070, "Wrong size on UPolyEditCommonProperties"); \ static_assert(offsetof(UPolyEditCommonProperties, bShowWireframe) == 0x000060, "Member 'UPolyEditCommonProperties::bShowWireframe' has a wrong offset!"); \ static_assert(offsetof(UPolyEditCommonProperties, LocalFrameMode) == 0x000064, "Member 'UPolyEditCommonProperties::LocalFrameMode' has a wrong offset!"); \ static_assert(offsetof(UPolyEditCommonProperties, bLockRotation) == 0x000068, "Member 'UPolyEditCommonProperties::bLockRotation' has a wrong offset!"); \ static_assert(offsetof(UPolyEditCommonProperties, bSnapToWorldGrid) == 0x000069, "Member 'UPolyEditCommonProperties::bSnapToWorldGrid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditMeshPolygonsToolActionPropertySet \ static_assert(alignof(UEditMeshPolygonsToolActionPropertySet) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolActionPropertySet"); \ static_assert(sizeof(UEditMeshPolygonsToolActionPropertySet) == 0x000068, "Wrong size on UEditMeshPolygonsToolActionPropertySet"); \ #define DUMPER7_ASSERTS_UEditMeshPolygonsToolActions \ static_assert(alignof(UEditMeshPolygonsToolActions) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolActions"); \ static_assert(sizeof(UEditMeshPolygonsToolActions) == 0x000068, "Wrong size on UEditMeshPolygonsToolActions"); \ #define DUMPER7_ASSERTS_UEditMeshPolygonsToolActions_Triangles \ static_assert(alignof(UEditMeshPolygonsToolActions_Triangles) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolActions_Triangles"); \ static_assert(sizeof(UEditMeshPolygonsToolActions_Triangles) == 0x000068, "Wrong size on UEditMeshPolygonsToolActions_Triangles"); \ #define DUMPER7_ASSERTS_UEditMeshPolygonsToolUVActions \ static_assert(alignof(UEditMeshPolygonsToolUVActions) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolUVActions"); \ static_assert(sizeof(UEditMeshPolygonsToolUVActions) == 0x000068, "Wrong size on UEditMeshPolygonsToolUVActions"); \ #define DUMPER7_ASSERTS_UEditMeshPolygonsToolEdgeActions \ static_assert(alignof(UEditMeshPolygonsToolEdgeActions) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolEdgeActions"); \ static_assert(sizeof(UEditMeshPolygonsToolEdgeActions) == 0x000068, "Wrong size on UEditMeshPolygonsToolEdgeActions"); \ #define DUMPER7_ASSERTS_UEditMeshPolygonsToolEdgeActions_Triangles \ static_assert(alignof(UEditMeshPolygonsToolEdgeActions_Triangles) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolEdgeActions_Triangles"); \ static_assert(sizeof(UEditMeshPolygonsToolEdgeActions_Triangles) == 0x000068, "Wrong size on UEditMeshPolygonsToolEdgeActions_Triangles"); \ #define DUMPER7_ASSERTS_UPolyEditExtrudeProperties \ static_assert(alignof(UPolyEditExtrudeProperties) == 0x000008, "Wrong alignment on UPolyEditExtrudeProperties"); \ static_assert(sizeof(UPolyEditExtrudeProperties) == 0x000068, "Wrong size on UPolyEditExtrudeProperties"); \ static_assert(offsetof(UPolyEditExtrudeProperties, Direction) == 0x000060, "Member 'UPolyEditExtrudeProperties::Direction' has a wrong offset!"); \ static_assert(offsetof(UPolyEditExtrudeProperties, bShellsToSolids) == 0x000064, "Member 'UPolyEditExtrudeProperties::bShellsToSolids' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPolyEditOffsetProperties \ static_assert(alignof(UPolyEditOffsetProperties) == 0x000008, "Wrong alignment on UPolyEditOffsetProperties"); \ static_assert(sizeof(UPolyEditOffsetProperties) == 0x000068, "Wrong size on UPolyEditOffsetProperties"); \ static_assert(offsetof(UPolyEditOffsetProperties, bUseFaceNormals) == 0x000060, "Member 'UPolyEditOffsetProperties::bUseFaceNormals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPolyEditInsetProperties \ static_assert(alignof(UPolyEditInsetProperties) == 0x000008, "Wrong alignment on UPolyEditInsetProperties"); \ static_assert(sizeof(UPolyEditInsetProperties) == 0x000070, "Wrong size on UPolyEditInsetProperties"); \ static_assert(offsetof(UPolyEditInsetProperties, bReproject) == 0x000060, "Member 'UPolyEditInsetProperties::bReproject' has a wrong offset!"); \ static_assert(offsetof(UPolyEditInsetProperties, Softness) == 0x000064, "Member 'UPolyEditInsetProperties::Softness' has a wrong offset!"); \ static_assert(offsetof(UPolyEditInsetProperties, bBoundaryOnly) == 0x000068, "Member 'UPolyEditInsetProperties::bBoundaryOnly' has a wrong offset!"); \ static_assert(offsetof(UPolyEditInsetProperties, AreaScale) == 0x00006C, "Member 'UPolyEditInsetProperties::AreaScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPolyEditOutsetProperties \ static_assert(alignof(UPolyEditOutsetProperties) == 0x000008, "Wrong alignment on UPolyEditOutsetProperties"); \ static_assert(sizeof(UPolyEditOutsetProperties) == 0x000070, "Wrong size on UPolyEditOutsetProperties"); \ static_assert(offsetof(UPolyEditOutsetProperties, Softness) == 0x000060, "Member 'UPolyEditOutsetProperties::Softness' has a wrong offset!"); \ static_assert(offsetof(UPolyEditOutsetProperties, bBoundaryOnly) == 0x000064, "Member 'UPolyEditOutsetProperties::bBoundaryOnly' has a wrong offset!"); \ static_assert(offsetof(UPolyEditOutsetProperties, AreaScale) == 0x000068, "Member 'UPolyEditOutsetProperties::AreaScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPolyEditCutProperties \ static_assert(alignof(UPolyEditCutProperties) == 0x000008, "Wrong alignment on UPolyEditCutProperties"); \ static_assert(sizeof(UPolyEditCutProperties) == 0x000068, "Wrong size on UPolyEditCutProperties"); \ static_assert(offsetof(UPolyEditCutProperties, Orientation) == 0x000060, "Member 'UPolyEditCutProperties::Orientation' has a wrong offset!"); \ static_assert(offsetof(UPolyEditCutProperties, bSnapToVertices) == 0x000064, "Member 'UPolyEditCutProperties::bSnapToVertices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPolyEditSetUVProperties \ static_assert(alignof(UPolyEditSetUVProperties) == 0x000008, "Wrong alignment on UPolyEditSetUVProperties"); \ static_assert(sizeof(UPolyEditSetUVProperties) == 0x000068, "Wrong size on UPolyEditSetUVProperties"); \ static_assert(offsetof(UPolyEditSetUVProperties, bShowMaterial) == 0x000060, "Member 'UPolyEditSetUVProperties::bShowMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditMeshPolygonsTool \ static_assert(alignof(UEditMeshPolygonsTool) == 0x000010, "Wrong alignment on UEditMeshPolygonsTool"); \ static_assert(sizeof(UEditMeshPolygonsTool) == 0x0007D0, "Wrong size on UEditMeshPolygonsTool"); \ static_assert(offsetof(UEditMeshPolygonsTool, DynamicMeshComponent) == 0x0000D0, "Member 'UEditMeshPolygonsTool::DynamicMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, CommonProps) == 0x0000D8, "Member 'UEditMeshPolygonsTool::CommonProps' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, EditActions) == 0x0000E0, "Member 'UEditMeshPolygonsTool::EditActions' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, EditActions_Triangles) == 0x0000E8, "Member 'UEditMeshPolygonsTool::EditActions_Triangles' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, EditEdgeActions) == 0x0000F0, "Member 'UEditMeshPolygonsTool::EditEdgeActions' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, EditEdgeActions_Triangles) == 0x0000F8, "Member 'UEditMeshPolygonsTool::EditEdgeActions_Triangles' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, EditUVActions) == 0x000100, "Member 'UEditMeshPolygonsTool::EditUVActions' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, ExtrudeProperties) == 0x000108, "Member 'UEditMeshPolygonsTool::ExtrudeProperties' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, OffsetProperties) == 0x000110, "Member 'UEditMeshPolygonsTool::OffsetProperties' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, InsetProperties) == 0x000118, "Member 'UEditMeshPolygonsTool::InsetProperties' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, OutsetProperties) == 0x000120, "Member 'UEditMeshPolygonsTool::OutsetProperties' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, CutProperties) == 0x000128, "Member 'UEditMeshPolygonsTool::CutProperties' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, SetUVProperties) == 0x000130, "Member 'UEditMeshPolygonsTool::SetUVProperties' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, SelectionMechanic) == 0x000138, "Member 'UEditMeshPolygonsTool::SelectionMechanic' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, MultiTransformer) == 0x000148, "Member 'UEditMeshPolygonsTool::MultiTransformer' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, EditPreview) == 0x0004A0, "Member 'UEditMeshPolygonsTool::EditPreview' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, ExtrudeHeightMechanic) == 0x0004B0, "Member 'UEditMeshPolygonsTool::ExtrudeHeightMechanic' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, CurveDistMechanic) == 0x0004B8, "Member 'UEditMeshPolygonsTool::CurveDistMechanic' has a wrong offset!"); \ static_assert(offsetof(UEditMeshPolygonsTool, SurfacePathMechanic) == 0x0004C0, "Member 'UEditMeshPolygonsTool::SurfacePathMechanic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditNormalsToolBuilder \ static_assert(alignof(UEditNormalsToolBuilder) == 0x000008, "Wrong alignment on UEditNormalsToolBuilder"); \ static_assert(sizeof(UEditNormalsToolBuilder) == 0x000030, "Wrong size on UEditNormalsToolBuilder"); \ #define DUMPER7_ASSERTS_UEditNormalsToolProperties \ static_assert(alignof(UEditNormalsToolProperties) == 0x000008, "Wrong alignment on UEditNormalsToolProperties"); \ static_assert(sizeof(UEditNormalsToolProperties) == 0x000070, "Wrong size on UEditNormalsToolProperties"); \ static_assert(offsetof(UEditNormalsToolProperties, bRecomputeNormals) == 0x000060, "Member 'UEditNormalsToolProperties::bRecomputeNormals' has a wrong offset!"); \ static_assert(offsetof(UEditNormalsToolProperties, NormalCalculationMethod) == 0x000061, "Member 'UEditNormalsToolProperties::NormalCalculationMethod' has a wrong offset!"); \ static_assert(offsetof(UEditNormalsToolProperties, bFixInconsistentNormals) == 0x000062, "Member 'UEditNormalsToolProperties::bFixInconsistentNormals' has a wrong offset!"); \ static_assert(offsetof(UEditNormalsToolProperties, bInvertNormals) == 0x000063, "Member 'UEditNormalsToolProperties::bInvertNormals' has a wrong offset!"); \ static_assert(offsetof(UEditNormalsToolProperties, SplitNormalMethod) == 0x000064, "Member 'UEditNormalsToolProperties::SplitNormalMethod' has a wrong offset!"); \ static_assert(offsetof(UEditNormalsToolProperties, SharpEdgeAngleThreshold) == 0x000068, "Member 'UEditNormalsToolProperties::SharpEdgeAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(UEditNormalsToolProperties, bAllowSharpVertices) == 0x00006C, "Member 'UEditNormalsToolProperties::bAllowSharpVertices' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditNormalsAdvancedProperties \ static_assert(alignof(UEditNormalsAdvancedProperties) == 0x000008, "Wrong alignment on UEditNormalsAdvancedProperties"); \ static_assert(sizeof(UEditNormalsAdvancedProperties) == 0x000060, "Wrong size on UEditNormalsAdvancedProperties"); \ #define DUMPER7_ASSERTS_UEditNormalsOperatorFactory \ static_assert(alignof(UEditNormalsOperatorFactory) == 0x000008, "Wrong alignment on UEditNormalsOperatorFactory"); \ static_assert(sizeof(UEditNormalsOperatorFactory) == 0x000040, "Wrong size on UEditNormalsOperatorFactory"); \ static_assert(offsetof(UEditNormalsOperatorFactory, Tool) == 0x000030, "Member 'UEditNormalsOperatorFactory::Tool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditNormalsTool \ static_assert(alignof(UEditNormalsTool) == 0x000010, "Wrong alignment on UEditNormalsTool"); \ static_assert(sizeof(UEditNormalsTool) == 0x000100, "Wrong size on UEditNormalsTool"); \ static_assert(offsetof(UEditNormalsTool, BasicProperties) == 0x000090, "Member 'UEditNormalsTool::BasicProperties' has a wrong offset!"); \ static_assert(offsetof(UEditNormalsTool, AdvancedProperties) == 0x000098, "Member 'UEditNormalsTool::AdvancedProperties' has a wrong offset!"); \ static_assert(offsetof(UEditNormalsTool, Previews) == 0x0000A0, "Member 'UEditNormalsTool::Previews' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditPivotToolBuilder \ static_assert(alignof(UEditPivotToolBuilder) == 0x000008, "Wrong alignment on UEditPivotToolBuilder"); \ static_assert(sizeof(UEditPivotToolBuilder) == 0x000028, "Wrong size on UEditPivotToolBuilder"); \ #define DUMPER7_ASSERTS_UEditPivotToolProperties \ static_assert(alignof(UEditPivotToolProperties) == 0x000008, "Wrong alignment on UEditPivotToolProperties"); \ static_assert(sizeof(UEditPivotToolProperties) == 0x000068, "Wrong size on UEditPivotToolProperties"); \ static_assert(offsetof(UEditPivotToolProperties, bEnableSnapDragging) == 0x000060, "Member 'UEditPivotToolProperties::bEnableSnapDragging' has a wrong offset!"); \ static_assert(offsetof(UEditPivotToolProperties, RotationMode) == 0x000061, "Member 'UEditPivotToolProperties::RotationMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditPivotToolActionPropertySet \ static_assert(alignof(UEditPivotToolActionPropertySet) == 0x000008, "Wrong alignment on UEditPivotToolActionPropertySet"); \ static_assert(sizeof(UEditPivotToolActionPropertySet) == 0x000070, "Wrong size on UEditPivotToolActionPropertySet"); \ static_assert(offsetof(UEditPivotToolActionPropertySet, bUseWorldBox) == 0x000068, "Member 'UEditPivotToolActionPropertySet::bUseWorldBox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditPivotTool \ static_assert(alignof(UEditPivotTool) == 0x000010, "Wrong alignment on UEditPivotTool"); \ static_assert(sizeof(UEditPivotTool) == 0x000200, "Wrong size on UEditPivotTool"); \ static_assert(offsetof(UEditPivotTool, TransformProps) == 0x000098, "Member 'UEditPivotTool::TransformProps' has a wrong offset!"); \ static_assert(offsetof(UEditPivotTool, EditPivotActions) == 0x0000A0, "Member 'UEditPivotTool::EditPivotActions' has a wrong offset!"); \ static_assert(offsetof(UEditPivotTool, ActiveGizmos) == 0x000178, "Member 'UEditPivotTool::ActiveGizmos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEditUVIslandsToolBuilder \ static_assert(alignof(UEditUVIslandsToolBuilder) == 0x000008, "Wrong alignment on UEditUVIslandsToolBuilder"); \ static_assert(sizeof(UEditUVIslandsToolBuilder) == 0x000030, "Wrong size on UEditUVIslandsToolBuilder"); \ #define DUMPER7_ASSERTS_UExtractCollisionGeometryToolBuilder \ static_assert(alignof(UExtractCollisionGeometryToolBuilder) == 0x000008, "Wrong alignment on UExtractCollisionGeometryToolBuilder"); \ static_assert(sizeof(UExtractCollisionGeometryToolBuilder) == 0x000030, "Wrong size on UExtractCollisionGeometryToolBuilder"); \ #define DUMPER7_ASSERTS_UGroupEdgeInsertionToolBuilder \ static_assert(alignof(UGroupEdgeInsertionToolBuilder) == 0x000008, "Wrong alignment on UGroupEdgeInsertionToolBuilder"); \ static_assert(sizeof(UGroupEdgeInsertionToolBuilder) == 0x000030, "Wrong size on UGroupEdgeInsertionToolBuilder"); \ #define DUMPER7_ASSERTS_UGroupEdgeInsertionOperatorFactory \ static_assert(alignof(UGroupEdgeInsertionOperatorFactory) == 0x000008, "Wrong alignment on UGroupEdgeInsertionOperatorFactory"); \ static_assert(sizeof(UGroupEdgeInsertionOperatorFactory) == 0x000038, "Wrong size on UGroupEdgeInsertionOperatorFactory"); \ static_assert(offsetof(UGroupEdgeInsertionOperatorFactory, Tool) == 0x000030, "Member 'UGroupEdgeInsertionOperatorFactory::Tool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGroupEdgeInsertionTool \ static_assert(alignof(UGroupEdgeInsertionTool) == 0x000010, "Wrong alignment on UGroupEdgeInsertionTool"); \ static_assert(sizeof(UGroupEdgeInsertionTool) == 0x000550, "Wrong size on UGroupEdgeInsertionTool"); \ static_assert(offsetof(UGroupEdgeInsertionTool, Settings) == 0x000098, "Member 'UGroupEdgeInsertionTool::Settings' has a wrong offset!"); \ static_assert(offsetof(UGroupEdgeInsertionTool, Preview) == 0x0000A0, "Member 'UGroupEdgeInsertionTool::Preview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoleFillToolBuilder \ static_assert(alignof(UHoleFillToolBuilder) == 0x000008, "Wrong alignment on UHoleFillToolBuilder"); \ static_assert(sizeof(UHoleFillToolBuilder) == 0x000028, "Wrong size on UHoleFillToolBuilder"); \ #define DUMPER7_ASSERTS_UHoleFillToolProperties \ static_assert(alignof(UHoleFillToolProperties) == 0x000008, "Wrong alignment on UHoleFillToolProperties"); \ static_assert(sizeof(UHoleFillToolProperties) == 0x000068, "Wrong size on UHoleFillToolProperties"); \ static_assert(offsetof(UHoleFillToolProperties, FillType) == 0x000060, "Member 'UHoleFillToolProperties::FillType' has a wrong offset!"); \ static_assert(offsetof(UHoleFillToolProperties, bRemoveIsolatedTriangles) == 0x000061, "Member 'UHoleFillToolProperties::bRemoveIsolatedTriangles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoleFillStatisticsProperties \ static_assert(alignof(UHoleFillStatisticsProperties) == 0x000008, "Wrong alignment on UHoleFillStatisticsProperties"); \ static_assert(sizeof(UHoleFillStatisticsProperties) == 0x0000B0, "Wrong size on UHoleFillStatisticsProperties"); \ static_assert(offsetof(UHoleFillStatisticsProperties, InitialHoles) == 0x000060, "Member 'UHoleFillStatisticsProperties::InitialHoles' has a wrong offset!"); \ static_assert(offsetof(UHoleFillStatisticsProperties, SelectedHoles) == 0x000070, "Member 'UHoleFillStatisticsProperties::SelectedHoles' has a wrong offset!"); \ static_assert(offsetof(UHoleFillStatisticsProperties, SuccessfulFills) == 0x000080, "Member 'UHoleFillStatisticsProperties::SuccessfulFills' has a wrong offset!"); \ static_assert(offsetof(UHoleFillStatisticsProperties, FailedFills) == 0x000090, "Member 'UHoleFillStatisticsProperties::FailedFills' has a wrong offset!"); \ static_assert(offsetof(UHoleFillStatisticsProperties, RemainingHoles) == 0x0000A0, "Member 'UHoleFillStatisticsProperties::RemainingHoles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UHoleFillTool \ static_assert(alignof(UHoleFillTool) == 0x000008, "Wrong alignment on UHoleFillTool"); \ static_assert(sizeof(UHoleFillTool) == 0x0001E0, "Wrong size on UHoleFillTool"); \ static_assert(offsetof(UHoleFillTool, SmoothHoleFillProperties) == 0x000098, "Member 'UHoleFillTool::SmoothHoleFillProperties' has a wrong offset!"); \ static_assert(offsetof(UHoleFillTool, Properties) == 0x0000A0, "Member 'UHoleFillTool::Properties' has a wrong offset!"); \ static_assert(offsetof(UHoleFillTool, Actions) == 0x0000A8, "Member 'UHoleFillTool::Actions' has a wrong offset!"); \ static_assert(offsetof(UHoleFillTool, Statistics) == 0x0000B0, "Member 'UHoleFillTool::Statistics' has a wrong offset!"); \ static_assert(offsetof(UHoleFillTool, Preview) == 0x0000B8, "Member 'UHoleFillTool::Preview' has a wrong offset!"); \ static_assert(offsetof(UHoleFillTool, SelectionMechanic) == 0x0000C0, "Member 'UHoleFillTool::SelectionMechanic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UScaleKelvinletBrushOpProps \ static_assert(alignof(UScaleKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UScaleKelvinletBrushOpProps"); \ static_assert(sizeof(UScaleKelvinletBrushOpProps) == 0x000078, "Wrong size on UScaleKelvinletBrushOpProps"); \ static_assert(offsetof(UScaleKelvinletBrushOpProps, Strength) == 0x000070, "Member 'UScaleKelvinletBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UScaleKelvinletBrushOpProps, Falloff) == 0x000074, "Member 'UScaleKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPullKelvinletBrushOpProps \ static_assert(alignof(UPullKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UPullKelvinletBrushOpProps"); \ static_assert(sizeof(UPullKelvinletBrushOpProps) == 0x000078, "Wrong size on UPullKelvinletBrushOpProps"); \ static_assert(offsetof(UPullKelvinletBrushOpProps, Falloff) == 0x000070, "Member 'UPullKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(UPullKelvinletBrushOpProps, Depth) == 0x000074, "Member 'UPullKelvinletBrushOpProps::Depth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTwistKelvinletBrushOpProps \ static_assert(alignof(UTwistKelvinletBrushOpProps) == 0x000008, "Wrong alignment on UTwistKelvinletBrushOpProps"); \ static_assert(sizeof(UTwistKelvinletBrushOpProps) == 0x000078, "Wrong size on UTwistKelvinletBrushOpProps"); \ static_assert(offsetof(UTwistKelvinletBrushOpProps, Strength) == 0x000070, "Member 'UTwistKelvinletBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UTwistKelvinletBrushOpProps, Falloff) == 0x000074, "Member 'UTwistKelvinletBrushOpProps::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshAnalysisProperties \ static_assert(alignof(UMeshAnalysisProperties) == 0x000008, "Wrong alignment on UMeshAnalysisProperties"); \ static_assert(sizeof(UMeshAnalysisProperties) == 0x000080, "Wrong size on UMeshAnalysisProperties"); \ static_assert(offsetof(UMeshAnalysisProperties, SurfaceArea) == 0x000060, "Member 'UMeshAnalysisProperties::SurfaceArea' has a wrong offset!"); \ static_assert(offsetof(UMeshAnalysisProperties, Volume) == 0x000070, "Member 'UMeshAnalysisProperties::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshAttributePaintToolBuilder \ static_assert(alignof(UMeshAttributePaintToolBuilder) == 0x000008, "Wrong alignment on UMeshAttributePaintToolBuilder"); \ static_assert(sizeof(UMeshAttributePaintToolBuilder) == 0x000080, "Wrong size on UMeshAttributePaintToolBuilder"); \ #define DUMPER7_ASSERTS_UMeshAttributePaintEditActions \ static_assert(alignof(UMeshAttributePaintEditActions) == 0x000008, "Wrong alignment on UMeshAttributePaintEditActions"); \ static_assert(sizeof(UMeshAttributePaintEditActions) == 0x000068, "Wrong size on UMeshAttributePaintEditActions"); \ #define DUMPER7_ASSERTS_UMeshAttributePaintTool \ static_assert(alignof(UMeshAttributePaintTool) == 0x000010, "Wrong alignment on UMeshAttributePaintTool"); \ static_assert(sizeof(UMeshAttributePaintTool) == 0x000610, "Wrong size on UMeshAttributePaintTool"); \ static_assert(offsetof(UMeshAttributePaintTool, AttribProps) == 0x0001F8, "Member 'UMeshAttributePaintTool::AttribProps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshBoundaryToolBase \ static_assert(alignof(UMeshBoundaryToolBase) == 0x000008, "Wrong alignment on UMeshBoundaryToolBase"); \ static_assert(sizeof(UMeshBoundaryToolBase) == 0x000150, "Wrong size on UMeshBoundaryToolBase"); \ static_assert(offsetof(UMeshBoundaryToolBase, SelectionMechanic) == 0x000138, "Member 'UMeshBoundaryToolBase::SelectionMechanic' has a wrong offset!"); \ static_assert(offsetof(UMeshBoundaryToolBase, LoopSelectClickBehavior) == 0x000140, "Member 'UMeshBoundaryToolBase::LoopSelectClickBehavior' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInflateBrushOpProps \ static_assert(alignof(UInflateBrushOpProps) == 0x000008, "Wrong alignment on UInflateBrushOpProps"); \ static_assert(sizeof(UInflateBrushOpProps) == 0x000068, "Wrong size on UInflateBrushOpProps"); \ static_assert(offsetof(UInflateBrushOpProps, Strength) == 0x000060, "Member 'UInflateBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UInflateBrushOpProps, Falloff) == 0x000064, "Member 'UInflateBrushOpProps::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshInspectorToolBuilder \ static_assert(alignof(UMeshInspectorToolBuilder) == 0x000008, "Wrong alignment on UMeshInspectorToolBuilder"); \ static_assert(sizeof(UMeshInspectorToolBuilder) == 0x000028, "Wrong size on UMeshInspectorToolBuilder"); \ #define DUMPER7_ASSERTS_UMeshInspectorProperties \ static_assert(alignof(UMeshInspectorProperties) == 0x000008, "Wrong alignment on UMeshInspectorProperties"); \ static_assert(sizeof(UMeshInspectorProperties) == 0x000078, "Wrong size on UMeshInspectorProperties"); \ static_assert(offsetof(UMeshInspectorProperties, bWireframe) == 0x000060, "Member 'UMeshInspectorProperties::bWireframe' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorProperties, bBoundaryEdges) == 0x000061, "Member 'UMeshInspectorProperties::bBoundaryEdges' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorProperties, bBowtieVertices) == 0x000062, "Member 'UMeshInspectorProperties::bBowtieVertices' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorProperties, bPolygonBorders) == 0x000063, "Member 'UMeshInspectorProperties::bPolygonBorders' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorProperties, bUVSeams) == 0x000064, "Member 'UMeshInspectorProperties::bUVSeams' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorProperties, bUVBowties) == 0x000065, "Member 'UMeshInspectorProperties::bUVBowties' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorProperties, bNormalSeams) == 0x000066, "Member 'UMeshInspectorProperties::bNormalSeams' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorProperties, bNormalVectors) == 0x000067, "Member 'UMeshInspectorProperties::bNormalVectors' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorProperties, bTangentVectors) == 0x000068, "Member 'UMeshInspectorProperties::bTangentVectors' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorProperties, NormalLength) == 0x00006C, "Member 'UMeshInspectorProperties::NormalLength' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorProperties, TangentLength) == 0x000070, "Member 'UMeshInspectorProperties::TangentLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshInspectorTool \ static_assert(alignof(UMeshInspectorTool) == 0x000008, "Wrong alignment on UMeshInspectorTool"); \ static_assert(sizeof(UMeshInspectorTool) == 0x000128, "Wrong size on UMeshInspectorTool"); \ static_assert(offsetof(UMeshInspectorTool, Settings) == 0x000088, "Member 'UMeshInspectorTool::Settings' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorTool, MaterialSettings) == 0x000090, "Member 'UMeshInspectorTool::MaterialSettings' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorTool, PreviewMesh) == 0x0000A0, "Member 'UMeshInspectorTool::PreviewMesh' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorTool, DrawnLineSet) == 0x0000A8, "Member 'UMeshInspectorTool::DrawnLineSet' has a wrong offset!"); \ static_assert(offsetof(UMeshInspectorTool, DefaultMaterial) == 0x0000B0, "Member 'UMeshInspectorTool::DefaultMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UExistingMeshMaterialProperties \ static_assert(alignof(UExistingMeshMaterialProperties) == 0x000008, "Wrong alignment on UExistingMeshMaterialProperties"); \ static_assert(sizeof(UExistingMeshMaterialProperties) == 0x000078, "Wrong size on UExistingMeshMaterialProperties"); \ static_assert(offsetof(UExistingMeshMaterialProperties, MaterialMode) == 0x000060, "Member 'UExistingMeshMaterialProperties::MaterialMode' has a wrong offset!"); \ static_assert(offsetof(UExistingMeshMaterialProperties, CheckerDensity) == 0x000064, "Member 'UExistingMeshMaterialProperties::CheckerDensity' has a wrong offset!"); \ static_assert(offsetof(UExistingMeshMaterialProperties, OverrideMaterial) == 0x000068, "Member 'UExistingMeshMaterialProperties::OverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(UExistingMeshMaterialProperties, CheckerMaterial) == 0x000070, "Member 'UExistingMeshMaterialProperties::CheckerMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshEditingViewProperties \ static_assert(alignof(UMeshEditingViewProperties) == 0x000008, "Wrong alignment on UMeshEditingViewProperties"); \ static_assert(sizeof(UMeshEditingViewProperties) == 0x000088, "Wrong size on UMeshEditingViewProperties"); \ static_assert(offsetof(UMeshEditingViewProperties, bShowWireframe) == 0x000060, "Member 'UMeshEditingViewProperties::bShowWireframe' has a wrong offset!"); \ static_assert(offsetof(UMeshEditingViewProperties, MaterialMode) == 0x000064, "Member 'UMeshEditingViewProperties::MaterialMode' has a wrong offset!"); \ static_assert(offsetof(UMeshEditingViewProperties, bFlatShading) == 0x000068, "Member 'UMeshEditingViewProperties::bFlatShading' has a wrong offset!"); \ static_assert(offsetof(UMeshEditingViewProperties, Color) == 0x00006C, "Member 'UMeshEditingViewProperties::Color' has a wrong offset!"); \ static_assert(offsetof(UMeshEditingViewProperties, Image) == 0x000080, "Member 'UMeshEditingViewProperties::Image' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMoveBrushOpProps \ static_assert(alignof(UMoveBrushOpProps) == 0x000008, "Wrong alignment on UMoveBrushOpProps"); \ static_assert(sizeof(UMoveBrushOpProps) == 0x000070, "Wrong size on UMoveBrushOpProps"); \ static_assert(offsetof(UMoveBrushOpProps, Strength) == 0x000060, "Member 'UMoveBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UMoveBrushOpProps, Falloff) == 0x000064, "Member 'UMoveBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(UMoveBrushOpProps, Depth) == 0x000068, "Member 'UMoveBrushOpProps::Depth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaneBrushOpProps \ static_assert(alignof(UPlaneBrushOpProps) == 0x000008, "Wrong alignment on UPlaneBrushOpProps"); \ static_assert(sizeof(UPlaneBrushOpProps) == 0x000070, "Wrong size on UPlaneBrushOpProps"); \ static_assert(offsetof(UPlaneBrushOpProps, Strength) == 0x000060, "Member 'UPlaneBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UPlaneBrushOpProps, Falloff) == 0x000064, "Member 'UPlaneBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(UPlaneBrushOpProps, Depth) == 0x000068, "Member 'UPlaneBrushOpProps::Depth' has a wrong offset!"); \ static_assert(offsetof(UPlaneBrushOpProps, WhichSide) == 0x00006C, "Member 'UPlaneBrushOpProps::WhichSide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UViewAlignedPlaneBrushOpProps \ static_assert(alignof(UViewAlignedPlaneBrushOpProps) == 0x000008, "Wrong alignment on UViewAlignedPlaneBrushOpProps"); \ static_assert(sizeof(UViewAlignedPlaneBrushOpProps) == 0x000070, "Wrong size on UViewAlignedPlaneBrushOpProps"); \ static_assert(offsetof(UViewAlignedPlaneBrushOpProps, Strength) == 0x000060, "Member 'UViewAlignedPlaneBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UViewAlignedPlaneBrushOpProps, Falloff) == 0x000064, "Member 'UViewAlignedPlaneBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(UViewAlignedPlaneBrushOpProps, Depth) == 0x000068, "Member 'UViewAlignedPlaneBrushOpProps::Depth' has a wrong offset!"); \ static_assert(offsetof(UViewAlignedPlaneBrushOpProps, WhichSide) == 0x00006C, "Member 'UViewAlignedPlaneBrushOpProps::WhichSide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UStandardSculptBrushOpProps \ static_assert(alignof(UStandardSculptBrushOpProps) == 0x000008, "Wrong alignment on UStandardSculptBrushOpProps"); \ static_assert(sizeof(UStandardSculptBrushOpProps) == 0x000068, "Wrong size on UStandardSculptBrushOpProps"); \ static_assert(offsetof(UStandardSculptBrushOpProps, Strength) == 0x000060, "Member 'UStandardSculptBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UStandardSculptBrushOpProps, Falloff) == 0x000064, "Member 'UStandardSculptBrushOpProps::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UViewAlignedSculptBrushOpProps \ static_assert(alignof(UViewAlignedSculptBrushOpProps) == 0x000008, "Wrong alignment on UViewAlignedSculptBrushOpProps"); \ static_assert(sizeof(UViewAlignedSculptBrushOpProps) == 0x000068, "Wrong size on UViewAlignedSculptBrushOpProps"); \ static_assert(offsetof(UViewAlignedSculptBrushOpProps, Strength) == 0x000060, "Member 'UViewAlignedSculptBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UViewAlignedSculptBrushOpProps, Falloff) == 0x000064, "Member 'UViewAlignedSculptBrushOpProps::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USculptMaxBrushOpProps \ static_assert(alignof(USculptMaxBrushOpProps) == 0x000008, "Wrong alignment on USculptMaxBrushOpProps"); \ static_assert(sizeof(USculptMaxBrushOpProps) == 0x000078, "Wrong size on USculptMaxBrushOpProps"); \ static_assert(offsetof(USculptMaxBrushOpProps, Strength) == 0x000060, "Member 'USculptMaxBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(USculptMaxBrushOpProps, Falloff) == 0x000064, "Member 'USculptMaxBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(USculptMaxBrushOpProps, MaxHeight) == 0x000068, "Member 'USculptMaxBrushOpProps::MaxHeight' has a wrong offset!"); \ static_assert(offsetof(USculptMaxBrushOpProps, bUseFixedHeight) == 0x00006C, "Member 'USculptMaxBrushOpProps::bUseFixedHeight' has a wrong offset!"); \ static_assert(offsetof(USculptMaxBrushOpProps, FixedHeight) == 0x000070, "Member 'USculptMaxBrushOpProps::FixedHeight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USculptBrushProperties \ static_assert(alignof(USculptBrushProperties) == 0x000008, "Wrong alignment on USculptBrushProperties"); \ static_assert(sizeof(USculptBrushProperties) == 0x000088, "Wrong size on USculptBrushProperties"); \ static_assert(offsetof(USculptBrushProperties, Depth) == 0x000078, "Member 'USculptBrushProperties::Depth' has a wrong offset!"); \ static_assert(offsetof(USculptBrushProperties, bHitBackFaces) == 0x00007C, "Member 'USculptBrushProperties::bHitBackFaces' has a wrong offset!"); \ static_assert(offsetof(USculptBrushProperties, Lazyness) == 0x000080, "Member 'USculptBrushProperties::Lazyness' has a wrong offset!"); \ static_assert(offsetof(USculptBrushProperties, bShowPerBrushProps) == 0x000084, "Member 'USculptBrushProperties::bShowPerBrushProps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UKelvinBrushProperties \ static_assert(alignof(UKelvinBrushProperties) == 0x000008, "Wrong alignment on UKelvinBrushProperties"); \ static_assert(sizeof(UKelvinBrushProperties) == 0x000070, "Wrong size on UKelvinBrushProperties"); \ static_assert(offsetof(UKelvinBrushProperties, FalloffDistance) == 0x000060, "Member 'UKelvinBrushProperties::FalloffDistance' has a wrong offset!"); \ static_assert(offsetof(UKelvinBrushProperties, Stiffness) == 0x000064, "Member 'UKelvinBrushProperties::Stiffness' has a wrong offset!"); \ static_assert(offsetof(UKelvinBrushProperties, Incompressiblity) == 0x000068, "Member 'UKelvinBrushProperties::Incompressiblity' has a wrong offset!"); \ static_assert(offsetof(UKelvinBrushProperties, BrushSteps) == 0x00006C, "Member 'UKelvinBrushProperties::BrushSteps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWorkPlaneProperties \ static_assert(alignof(UWorkPlaneProperties) == 0x000010, "Wrong alignment on UWorkPlaneProperties"); \ static_assert(sizeof(UWorkPlaneProperties) == 0x000080, "Wrong size on UWorkPlaneProperties"); \ static_assert(offsetof(UWorkPlaneProperties, bPropertySetEnabled) == 0x000060, "Member 'UWorkPlaneProperties::bPropertySetEnabled' has a wrong offset!"); \ static_assert(offsetof(UWorkPlaneProperties, bShowGizmo) == 0x000061, "Member 'UWorkPlaneProperties::bShowGizmo' has a wrong offset!"); \ static_assert(offsetof(UWorkPlaneProperties, bSnapToGrid) == 0x000062, "Member 'UWorkPlaneProperties::bSnapToGrid' has a wrong offset!"); \ static_assert(offsetof(UWorkPlaneProperties, position) == 0x000064, "Member 'UWorkPlaneProperties::position' has a wrong offset!"); \ static_assert(offsetof(UWorkPlaneProperties, Rotation) == 0x000070, "Member 'UWorkPlaneProperties::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshSculptToolBase \ static_assert(alignof(UMeshSculptToolBase) == 0x000010, "Wrong alignment on UMeshSculptToolBase"); \ static_assert(sizeof(UMeshSculptToolBase) == 0x0009E0, "Wrong size on UMeshSculptToolBase"); \ static_assert(offsetof(UMeshSculptToolBase, BrushProperties) == 0x0000C0, "Member 'UMeshSculptToolBase::BrushProperties' has a wrong offset!"); \ static_assert(offsetof(UMeshSculptToolBase, GizmoProperties) == 0x0000C8, "Member 'UMeshSculptToolBase::GizmoProperties' has a wrong offset!"); \ static_assert(offsetof(UMeshSculptToolBase, BrushOpPropSets) == 0x0001B0, "Member 'UMeshSculptToolBase::BrushOpPropSets' has a wrong offset!"); \ static_assert(offsetof(UMeshSculptToolBase, SecondaryBrushOpPropSets) == 0x000250, "Member 'UMeshSculptToolBase::SecondaryBrushOpPropSets' has a wrong offset!"); \ static_assert(offsetof(UMeshSculptToolBase, ViewProperties) == 0x000870, "Member 'UMeshSculptToolBase::ViewProperties' has a wrong offset!"); \ static_assert(offsetof(UMeshSculptToolBase, ActiveOverrideMaterial) == 0x000878, "Member 'UMeshSculptToolBase::ActiveOverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(UMeshSculptToolBase, BrushIndicator) == 0x000880, "Member 'UMeshSculptToolBase::BrushIndicator' has a wrong offset!"); \ static_assert(offsetof(UMeshSculptToolBase, BrushIndicatorMaterial) == 0x000888, "Member 'UMeshSculptToolBase::BrushIndicatorMaterial' has a wrong offset!"); \ static_assert(offsetof(UMeshSculptToolBase, BrushIndicatorMesh) == 0x000890, "Member 'UMeshSculptToolBase::BrushIndicatorMesh' has a wrong offset!"); \ static_assert(offsetof(UMeshSculptToolBase, PlaneTransformGizmo) == 0x000898, "Member 'UMeshSculptToolBase::PlaneTransformGizmo' has a wrong offset!"); \ static_assert(offsetof(UMeshSculptToolBase, PlaneTransformProxy) == 0x0008A0, "Member 'UMeshSculptToolBase::PlaneTransformProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshSelectionMeshEditActions \ static_assert(alignof(UMeshSelectionMeshEditActions) == 0x000008, "Wrong alignment on UMeshSelectionMeshEditActions"); \ static_assert(sizeof(UMeshSelectionMeshEditActions) == 0x000068, "Wrong size on UMeshSelectionMeshEditActions"); \ #define DUMPER7_ASSERTS_UMeshSelectionTool \ static_assert(alignof(UMeshSelectionTool) == 0x000008, "Wrong alignment on UMeshSelectionTool"); \ static_assert(sizeof(UMeshSelectionTool) == 0x000490, "Wrong size on UMeshSelectionTool"); \ static_assert(offsetof(UMeshSelectionTool, SelectionProps) == 0x0001F8, "Member 'UMeshSelectionTool::SelectionProps' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionTool, SelectionActions) == 0x000200, "Member 'UMeshSelectionTool::SelectionActions' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionTool, EditActions) == 0x000208, "Member 'UMeshSelectionTool::EditActions' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionTool, Selection) == 0x000210, "Member 'UMeshSelectionTool::Selection' has a wrong offset!"); \ static_assert(offsetof(UMeshSelectionTool, SpawnedActors) == 0x000218, "Member 'UMeshSelectionTool::SpawnedActors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USmoothBrushOpProps \ static_assert(alignof(USmoothBrushOpProps) == 0x000008, "Wrong alignment on USmoothBrushOpProps"); \ static_assert(sizeof(USmoothBrushOpProps) == 0x000070, "Wrong size on USmoothBrushOpProps"); \ static_assert(offsetof(USmoothBrushOpProps, Strength) == 0x000060, "Member 'USmoothBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(USmoothBrushOpProps, Falloff) == 0x000064, "Member 'USmoothBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(USmoothBrushOpProps, bPreserveUVFlow) == 0x000068, "Member 'USmoothBrushOpProps::bPreserveUVFlow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USmoothFillBrushOpProps \ static_assert(alignof(USmoothFillBrushOpProps) == 0x000008, "Wrong alignment on USmoothFillBrushOpProps"); \ static_assert(sizeof(USmoothFillBrushOpProps) == 0x000070, "Wrong size on USmoothFillBrushOpProps"); \ static_assert(offsetof(USmoothFillBrushOpProps, Strength) == 0x000060, "Member 'USmoothFillBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(USmoothFillBrushOpProps, Falloff) == 0x000064, "Member 'USmoothFillBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(USmoothFillBrushOpProps, bPreserveUVFlow) == 0x000068, "Member 'USmoothFillBrushOpProps::bPreserveUVFlow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFlattenBrushOpProps \ static_assert(alignof(UFlattenBrushOpProps) == 0x000008, "Wrong alignment on UFlattenBrushOpProps"); \ static_assert(sizeof(UFlattenBrushOpProps) == 0x000070, "Wrong size on UFlattenBrushOpProps"); \ static_assert(offsetof(UFlattenBrushOpProps, Strength) == 0x000060, "Member 'UFlattenBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UFlattenBrushOpProps, Falloff) == 0x000064, "Member 'UFlattenBrushOpProps::Falloff' has a wrong offset!"); \ static_assert(offsetof(UFlattenBrushOpProps, Depth) == 0x000068, "Member 'UFlattenBrushOpProps::Depth' has a wrong offset!"); \ static_assert(offsetof(UFlattenBrushOpProps, WhichSide) == 0x00006C, "Member 'UFlattenBrushOpProps::WhichSide' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEraseBrushOpProps \ static_assert(alignof(UEraseBrushOpProps) == 0x000008, "Wrong alignment on UEraseBrushOpProps"); \ static_assert(sizeof(UEraseBrushOpProps) == 0x000068, "Wrong size on UEraseBrushOpProps"); \ static_assert(offsetof(UEraseBrushOpProps, Strength) == 0x000060, "Member 'UEraseBrushOpProps::Strength' has a wrong offset!"); \ static_assert(offsetof(UEraseBrushOpProps, Falloff) == 0x000064, "Member 'UEraseBrushOpProps::Falloff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USpaceDeformerOperatorFactory \ static_assert(alignof(USpaceDeformerOperatorFactory) == 0x000008, "Wrong alignment on USpaceDeformerOperatorFactory"); \ static_assert(sizeof(USpaceDeformerOperatorFactory) == 0x000038, "Wrong size on USpaceDeformerOperatorFactory"); \ static_assert(offsetof(USpaceDeformerOperatorFactory, SpaceDeformerTool) == 0x000030, "Member 'USpaceDeformerOperatorFactory::SpaceDeformerTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshStatisticsProperties \ static_assert(alignof(UMeshStatisticsProperties) == 0x000008, "Wrong alignment on UMeshStatisticsProperties"); \ static_assert(sizeof(UMeshStatisticsProperties) == 0x000090, "Wrong size on UMeshStatisticsProperties"); \ static_assert(offsetof(UMeshStatisticsProperties, Mesh) == 0x000060, "Member 'UMeshStatisticsProperties::Mesh' has a wrong offset!"); \ static_assert(offsetof(UMeshStatisticsProperties, UV) == 0x000070, "Member 'UMeshStatisticsProperties::UV' has a wrong offset!"); \ static_assert(offsetof(UMeshStatisticsProperties, Attributes) == 0x000080, "Member 'UMeshStatisticsProperties::Attributes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshVertexSculptToolBuilder \ static_assert(alignof(UMeshVertexSculptToolBuilder) == 0x000008, "Wrong alignment on UMeshVertexSculptToolBuilder"); \ static_assert(sizeof(UMeshVertexSculptToolBuilder) == 0x000030, "Wrong size on UMeshVertexSculptToolBuilder"); \ #define DUMPER7_ASSERTS_UVertexBrushSculptProperties \ static_assert(alignof(UVertexBrushSculptProperties) == 0x000008, "Wrong alignment on UVertexBrushSculptProperties"); \ static_assert(sizeof(UVertexBrushSculptProperties) == 0x000068, "Wrong size on UVertexBrushSculptProperties"); \ static_assert(offsetof(UVertexBrushSculptProperties, PrimaryBrushType) == 0x000060, "Member 'UVertexBrushSculptProperties::PrimaryBrushType' has a wrong offset!"); \ static_assert(offsetof(UVertexBrushSculptProperties, PrimaryFalloffType) == 0x000061, "Member 'UVertexBrushSculptProperties::PrimaryFalloffType' has a wrong offset!"); \ static_assert(offsetof(UVertexBrushSculptProperties, bFreezeTarget) == 0x000062, "Member 'UVertexBrushSculptProperties::bFreezeTarget' has a wrong offset!"); \ static_assert(offsetof(UVertexBrushSculptProperties, bSmoothErases) == 0x000063, "Member 'UVertexBrushSculptProperties::bSmoothErases' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMeshVertexSculptTool \ static_assert(alignof(UMeshVertexSculptTool) == 0x000010, "Wrong alignment on UMeshVertexSculptTool"); \ static_assert(sizeof(UMeshVertexSculptTool) == 0x001230, "Wrong size on UMeshVertexSculptTool"); \ static_assert(offsetof(UMeshVertexSculptTool, SculptProperties) == 0x0009D8, "Member 'UMeshVertexSculptTool::SculptProperties' has a wrong offset!"); \ static_assert(offsetof(UMeshVertexSculptTool, DynamicMeshComponent) == 0x0009E0, "Member 'UMeshVertexSculptTool::DynamicMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMirrorToolBuilder \ static_assert(alignof(UMirrorToolBuilder) == 0x000008, "Wrong alignment on UMirrorToolBuilder"); \ static_assert(sizeof(UMirrorToolBuilder) == 0x000030, "Wrong size on UMirrorToolBuilder"); \ #define DUMPER7_ASSERTS_UMirrorToolProperties \ static_assert(alignof(UMirrorToolProperties) == 0x000008, "Wrong alignment on UMirrorToolProperties"); \ static_assert(sizeof(UMirrorToolProperties) == 0x000070, "Wrong size on UMirrorToolProperties"); \ static_assert(offsetof(UMirrorToolProperties, OperationMode) == 0x000060, "Member 'UMirrorToolProperties::OperationMode' has a wrong offset!"); \ static_assert(offsetof(UMirrorToolProperties, bCropAlongMirrorPlaneFirst) == 0x000061, "Member 'UMirrorToolProperties::bCropAlongMirrorPlaneFirst' has a wrong offset!"); \ static_assert(offsetof(UMirrorToolProperties, bWeldVerticesOnMirrorPlane) == 0x000062, "Member 'UMirrorToolProperties::bWeldVerticesOnMirrorPlane' has a wrong offset!"); \ static_assert(offsetof(UMirrorToolProperties, bAllowBowtieVertexCreation) == 0x000063, "Member 'UMirrorToolProperties::bAllowBowtieVertexCreation' has a wrong offset!"); \ static_assert(offsetof(UMirrorToolProperties, bSnapToWorldGrid) == 0x000064, "Member 'UMirrorToolProperties::bSnapToWorldGrid' has a wrong offset!"); \ static_assert(offsetof(UMirrorToolProperties, CtrlClickBehavior) == 0x000065, "Member 'UMirrorToolProperties::CtrlClickBehavior' has a wrong offset!"); \ static_assert(offsetof(UMirrorToolProperties, bButtonsOnlyChangeOrientation) == 0x000066, "Member 'UMirrorToolProperties::bButtonsOnlyChangeOrientation' has a wrong offset!"); \ static_assert(offsetof(UMirrorToolProperties, bShowPreview) == 0x000067, "Member 'UMirrorToolProperties::bShowPreview' has a wrong offset!"); \ static_assert(offsetof(UMirrorToolProperties, SaveMode) == 0x000068, "Member 'UMirrorToolProperties::SaveMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMirrorOperatorFactory \ static_assert(alignof(UMirrorOperatorFactory) == 0x000008, "Wrong alignment on UMirrorOperatorFactory"); \ static_assert(sizeof(UMirrorOperatorFactory) == 0x000040, "Wrong size on UMirrorOperatorFactory"); \ static_assert(offsetof(UMirrorOperatorFactory, MirrorTool) == 0x000030, "Member 'UMirrorOperatorFactory::MirrorTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMirrorToolActionPropertySet \ static_assert(alignof(UMirrorToolActionPropertySet) == 0x000008, "Wrong alignment on UMirrorToolActionPropertySet"); \ static_assert(sizeof(UMirrorToolActionPropertySet) == 0x000068, "Wrong size on UMirrorToolActionPropertySet"); \ #define DUMPER7_ASSERTS_UMirrorTool \ static_assert(alignof(UMirrorTool) == 0x000008, "Wrong alignment on UMirrorTool"); \ static_assert(sizeof(UMirrorTool) == 0x000138, "Wrong size on UMirrorTool"); \ static_assert(offsetof(UMirrorTool, Settings) == 0x000098, "Member 'UMirrorTool::Settings' has a wrong offset!"); \ static_assert(offsetof(UMirrorTool, ToolActions) == 0x0000A0, "Member 'UMirrorTool::ToolActions' has a wrong offset!"); \ static_assert(offsetof(UMirrorTool, MeshesToMirror) == 0x0000A8, "Member 'UMirrorTool::MeshesToMirror' has a wrong offset!"); \ static_assert(offsetof(UMirrorTool, Previews) == 0x0000B8, "Member 'UMirrorTool::Previews' has a wrong offset!"); \ static_assert(offsetof(UMirrorTool, PlaneMechanic) == 0x000110, "Member 'UMirrorTool::PlaneMechanic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOffsetMeshToolProperties \ static_assert(alignof(UOffsetMeshToolProperties) == 0x000008, "Wrong alignment on UOffsetMeshToolProperties"); \ static_assert(sizeof(UOffsetMeshToolProperties) == 0x000070, "Wrong size on UOffsetMeshToolProperties"); \ static_assert(offsetof(UOffsetMeshToolProperties, OffsetType) == 0x000060, "Member 'UOffsetMeshToolProperties::OffsetType' has a wrong offset!"); \ static_assert(offsetof(UOffsetMeshToolProperties, Distance) == 0x000064, "Member 'UOffsetMeshToolProperties::Distance' has a wrong offset!"); \ static_assert(offsetof(UOffsetMeshToolProperties, bCreateShell) == 0x000068, "Member 'UOffsetMeshToolProperties::bCreateShell' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOffsetWeightMapSetProperties \ static_assert(alignof(UOffsetWeightMapSetProperties) == 0x000008, "Wrong alignment on UOffsetWeightMapSetProperties"); \ static_assert(sizeof(UOffsetWeightMapSetProperties) == 0x000088, "Wrong size on UOffsetWeightMapSetProperties"); \ static_assert(offsetof(UOffsetWeightMapSetProperties, MinDistance) == 0x000080, "Member 'UOffsetWeightMapSetProperties::MinDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIterativeOffsetProperties \ static_assert(alignof(UIterativeOffsetProperties) == 0x000008, "Wrong alignment on UIterativeOffsetProperties"); \ static_assert(sizeof(UIterativeOffsetProperties) == 0x000070, "Wrong size on UIterativeOffsetProperties"); \ static_assert(offsetof(UIterativeOffsetProperties, Steps) == 0x000060, "Member 'UIterativeOffsetProperties::Steps' has a wrong offset!"); \ static_assert(offsetof(UIterativeOffsetProperties, bOffsetBoundaries) == 0x000064, "Member 'UIterativeOffsetProperties::bOffsetBoundaries' has a wrong offset!"); \ static_assert(offsetof(UIterativeOffsetProperties, SmoothingPerStep) == 0x000068, "Member 'UIterativeOffsetProperties::SmoothingPerStep' has a wrong offset!"); \ static_assert(offsetof(UIterativeOffsetProperties, bReprojectSmooth) == 0x00006C, "Member 'UIterativeOffsetProperties::bReprojectSmooth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImplicitOffsetProperties \ static_assert(alignof(UImplicitOffsetProperties) == 0x000008, "Wrong alignment on UImplicitOffsetProperties"); \ static_assert(sizeof(UImplicitOffsetProperties) == 0x000068, "Wrong size on UImplicitOffsetProperties"); \ static_assert(offsetof(UImplicitOffsetProperties, Smoothness) == 0x000060, "Member 'UImplicitOffsetProperties::Smoothness' has a wrong offset!"); \ static_assert(offsetof(UImplicitOffsetProperties, bPreserveUVs) == 0x000064, "Member 'UImplicitOffsetProperties::bPreserveUVs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOffsetMeshTool \ static_assert(alignof(UOffsetMeshTool) == 0x000010, "Wrong alignment on UOffsetMeshTool"); \ static_assert(sizeof(UOffsetMeshTool) == 0x000420, "Wrong size on UOffsetMeshTool"); \ static_assert(offsetof(UOffsetMeshTool, OffsetProperties) == 0x000400, "Member 'UOffsetMeshTool::OffsetProperties' has a wrong offset!"); \ static_assert(offsetof(UOffsetMeshTool, IterativeProperties) == 0x000408, "Member 'UOffsetMeshTool::IterativeProperties' has a wrong offset!"); \ static_assert(offsetof(UOffsetMeshTool, ImplicitProperties) == 0x000410, "Member 'UOffsetMeshTool::ImplicitProperties' has a wrong offset!"); \ static_assert(offsetof(UOffsetMeshTool, WeightMapProperties) == 0x000418, "Member 'UOffsetMeshTool::WeightMapProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOffsetMeshToolBuilder \ static_assert(alignof(UOffsetMeshToolBuilder) == 0x000008, "Wrong alignment on UOffsetMeshToolBuilder"); \ static_assert(sizeof(UOffsetMeshToolBuilder) == 0x000028, "Wrong size on UOffsetMeshToolBuilder"); \ #define DUMPER7_ASSERTS_UPhysicsInspectorToolBuilder \ static_assert(alignof(UPhysicsInspectorToolBuilder) == 0x000008, "Wrong alignment on UPhysicsInspectorToolBuilder"); \ static_assert(sizeof(UPhysicsInspectorToolBuilder) == 0x000028, "Wrong size on UPhysicsInspectorToolBuilder"); \ #define DUMPER7_ASSERTS_UPhysicsInspectorTool \ static_assert(alignof(UPhysicsInspectorTool) == 0x000008, "Wrong alignment on UPhysicsInspectorTool"); \ static_assert(sizeof(UPhysicsInspectorTool) == 0x0000D8, "Wrong size on UPhysicsInspectorTool"); \ static_assert(offsetof(UPhysicsInspectorTool, VizSettings) == 0x000090, "Member 'UPhysicsInspectorTool::VizSettings' has a wrong offset!"); \ static_assert(offsetof(UPhysicsInspectorTool, ObjectData) == 0x000098, "Member 'UPhysicsInspectorTool::ObjectData' has a wrong offset!"); \ static_assert(offsetof(UPhysicsInspectorTool, LineMaterial) == 0x0000A8, "Member 'UPhysicsInspectorTool::LineMaterial' has a wrong offset!"); \ static_assert(offsetof(UPhysicsInspectorTool, PreviewElements) == 0x0000B0, "Member 'UPhysicsInspectorTool::PreviewElements' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaneCutToolBuilder \ static_assert(alignof(UPlaneCutToolBuilder) == 0x000008, "Wrong alignment on UPlaneCutToolBuilder"); \ static_assert(sizeof(UPlaneCutToolBuilder) == 0x000030, "Wrong size on UPlaneCutToolBuilder"); \ #define DUMPER7_ASSERTS_UAcceptOutputProperties \ static_assert(alignof(UAcceptOutputProperties) == 0x000008, "Wrong alignment on UAcceptOutputProperties"); \ static_assert(sizeof(UAcceptOutputProperties) == 0x000068, "Wrong size on UAcceptOutputProperties"); \ static_assert(offsetof(UAcceptOutputProperties, bExportSeparatedPiecesAsNewMeshAssets) == 0x000060, "Member 'UAcceptOutputProperties::bExportSeparatedPiecesAsNewMeshAssets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaneCutToolProperties \ static_assert(alignof(UPlaneCutToolProperties) == 0x000008, "Wrong alignment on UPlaneCutToolProperties"); \ static_assert(sizeof(UPlaneCutToolProperties) == 0x000070, "Wrong size on UPlaneCutToolProperties"); \ static_assert(offsetof(UPlaneCutToolProperties, bSnapToWorldGrid) == 0x000060, "Member 'UPlaneCutToolProperties::bSnapToWorldGrid' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutToolProperties, bKeepBothHalves) == 0x000061, "Member 'UPlaneCutToolProperties::bKeepBothHalves' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutToolProperties, SpacingBetweenHalves) == 0x000064, "Member 'UPlaneCutToolProperties::SpacingBetweenHalves' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutToolProperties, bFillCutHole) == 0x000068, "Member 'UPlaneCutToolProperties::bFillCutHole' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutToolProperties, bShowPreview) == 0x000069, "Member 'UPlaneCutToolProperties::bShowPreview' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutToolProperties, bFillSpans) == 0x00006A, "Member 'UPlaneCutToolProperties::bFillSpans' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaneCutOperatorFactory \ static_assert(alignof(UPlaneCutOperatorFactory) == 0x000008, "Wrong alignment on UPlaneCutOperatorFactory"); \ static_assert(sizeof(UPlaneCutOperatorFactory) == 0x000040, "Wrong size on UPlaneCutOperatorFactory"); \ static_assert(offsetof(UPlaneCutOperatorFactory, CutTool) == 0x000030, "Member 'UPlaneCutOperatorFactory::CutTool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPlaneCutTool \ static_assert(alignof(UPlaneCutTool) == 0x000010, "Wrong alignment on UPlaneCutTool"); \ static_assert(sizeof(UPlaneCutTool) == 0x000160, "Wrong size on UPlaneCutTool"); \ static_assert(offsetof(UPlaneCutTool, BasicProperties) == 0x000098, "Member 'UPlaneCutTool::BasicProperties' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutTool, AcceptProperties) == 0x0000A0, "Member 'UPlaneCutTool::AcceptProperties' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutTool, CutPlaneOrigin) == 0x0000A8, "Member 'UPlaneCutTool::CutPlaneOrigin' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutTool, CutPlaneOrientation) == 0x0000C0, "Member 'UPlaneCutTool::CutPlaneOrientation' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutTool, Previews) == 0x0000D0, "Member 'UPlaneCutTool::Previews' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutTool, MeshesToCut) == 0x0000E0, "Member 'UPlaneCutTool::MeshesToCut' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutTool, PlaneTransformGizmo) == 0x000148, "Member 'UPlaneCutTool::PlaneTransformGizmo' has a wrong offset!"); \ static_assert(offsetof(UPlaneCutTool, PlaneTransformProxy) == 0x000150, "Member 'UPlaneCutTool::PlaneTransformProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPositionPlaneGizmoBuilder \ static_assert(alignof(UPositionPlaneGizmoBuilder) == 0x000008, "Wrong alignment on UPositionPlaneGizmoBuilder"); \ static_assert(sizeof(UPositionPlaneGizmoBuilder) == 0x000028, "Wrong size on UPositionPlaneGizmoBuilder"); \ #define DUMPER7_ASSERTS_UPositionPlaneGizmo \ static_assert(alignof(UPositionPlaneGizmo) == 0x000010, "Wrong alignment on UPositionPlaneGizmo"); \ static_assert(sizeof(UPositionPlaneGizmo) == 0x000520, "Wrong size on UPositionPlaneGizmo"); \ static_assert(offsetof(UPositionPlaneGizmo, CenterBallShape) == 0x000088, "Member 'UPositionPlaneGizmo::CenterBallShape' has a wrong offset!"); \ static_assert(offsetof(UPositionPlaneGizmo, CenterBallMaterial) == 0x000090, "Member 'UPositionPlaneGizmo::CenterBallMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPositionPlaneOnSceneInputBehavior \ static_assert(alignof(UPositionPlaneOnSceneInputBehavior) == 0x000008, "Wrong alignment on UPositionPlaneOnSceneInputBehavior"); \ static_assert(sizeof(UPositionPlaneOnSceneInputBehavior) == 0x0000B0, "Wrong size on UPositionPlaneOnSceneInputBehavior"); \ #define DUMPER7_ASSERTS_UProjectToTargetToolBuilder \ static_assert(alignof(UProjectToTargetToolBuilder) == 0x000008, "Wrong alignment on UProjectToTargetToolBuilder"); \ static_assert(sizeof(UProjectToTargetToolBuilder) == 0x000030, "Wrong size on UProjectToTargetToolBuilder"); \ #define DUMPER7_ASSERTS_URemeshMeshToolProperties \ static_assert(alignof(URemeshMeshToolProperties) == 0x000008, "Wrong alignment on URemeshMeshToolProperties"); \ static_assert(sizeof(URemeshMeshToolProperties) == 0x000090, "Wrong size on URemeshMeshToolProperties"); \ static_assert(offsetof(URemeshMeshToolProperties, TargetTriangleCount) == 0x000070, "Member 'URemeshMeshToolProperties::TargetTriangleCount' has a wrong offset!"); \ static_assert(offsetof(URemeshMeshToolProperties, SmoothingType) == 0x000074, "Member 'URemeshMeshToolProperties::SmoothingType' has a wrong offset!"); \ static_assert(offsetof(URemeshMeshToolProperties, bDiscardAttributes) == 0x000075, "Member 'URemeshMeshToolProperties::bDiscardAttributes' has a wrong offset!"); \ static_assert(offsetof(URemeshMeshToolProperties, bShowWireframe) == 0x000076, "Member 'URemeshMeshToolProperties::bShowWireframe' has a wrong offset!"); \ static_assert(offsetof(URemeshMeshToolProperties, bShowGroupColors) == 0x000077, "Member 'URemeshMeshToolProperties::bShowGroupColors' has a wrong offset!"); \ static_assert(offsetof(URemeshMeshToolProperties, RemeshType) == 0x000078, "Member 'URemeshMeshToolProperties::RemeshType' has a wrong offset!"); \ static_assert(offsetof(URemeshMeshToolProperties, RemeshIterations) == 0x00007C, "Member 'URemeshMeshToolProperties::RemeshIterations' has a wrong offset!"); \ static_assert(offsetof(URemeshMeshToolProperties, bUseTargetEdgeLength) == 0x000080, "Member 'URemeshMeshToolProperties::bUseTargetEdgeLength' has a wrong offset!"); \ static_assert(offsetof(URemeshMeshToolProperties, TargetEdgeLength) == 0x000084, "Member 'URemeshMeshToolProperties::TargetEdgeLength' has a wrong offset!"); \ static_assert(offsetof(URemeshMeshToolProperties, bReproject) == 0x000088, "Member 'URemeshMeshToolProperties::bReproject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProjectToTargetToolProperties \ static_assert(alignof(UProjectToTargetToolProperties) == 0x000008, "Wrong alignment on UProjectToTargetToolProperties"); \ static_assert(sizeof(UProjectToTargetToolProperties) == 0x000090, "Wrong size on UProjectToTargetToolProperties"); \ #define DUMPER7_ASSERTS_URemeshMeshToolBuilder \ static_assert(alignof(URemeshMeshToolBuilder) == 0x000008, "Wrong alignment on URemeshMeshToolBuilder"); \ static_assert(sizeof(URemeshMeshToolBuilder) == 0x000030, "Wrong size on URemeshMeshToolBuilder"); \ #define DUMPER7_ASSERTS_URemoveOccludedTrianglesToolBuilder \ static_assert(alignof(URemoveOccludedTrianglesToolBuilder) == 0x000008, "Wrong alignment on URemoveOccludedTrianglesToolBuilder"); \ static_assert(sizeof(URemoveOccludedTrianglesToolBuilder) == 0x000030, "Wrong size on URemoveOccludedTrianglesToolBuilder"); \ #define DUMPER7_ASSERTS_URemoveOccludedTrianglesToolProperties \ static_assert(alignof(URemoveOccludedTrianglesToolProperties) == 0x000008, "Wrong alignment on URemoveOccludedTrianglesToolProperties"); \ static_assert(sizeof(URemoveOccludedTrianglesToolProperties) == 0x000080, "Wrong size on URemoveOccludedTrianglesToolProperties"); \ static_assert(offsetof(URemoveOccludedTrianglesToolProperties, OcclusionTestMethod) == 0x000060, "Member 'URemoveOccludedTrianglesToolProperties::OcclusionTestMethod' has a wrong offset!"); \ static_assert(offsetof(URemoveOccludedTrianglesToolProperties, TriangleSampling) == 0x000061, "Member 'URemoveOccludedTrianglesToolProperties::TriangleSampling' has a wrong offset!"); \ static_assert(offsetof(URemoveOccludedTrianglesToolProperties, WindingIsoValue) == 0x000068, "Member 'URemoveOccludedTrianglesToolProperties::WindingIsoValue' has a wrong offset!"); \ static_assert(offsetof(URemoveOccludedTrianglesToolProperties, AddRandomRays) == 0x000070, "Member 'URemoveOccludedTrianglesToolProperties::AddRandomRays' has a wrong offset!"); \ static_assert(offsetof(URemoveOccludedTrianglesToolProperties, AddTriangleSamples) == 0x000074, "Member 'URemoveOccludedTrianglesToolProperties::AddTriangleSamples' has a wrong offset!"); \ static_assert(offsetof(URemoveOccludedTrianglesToolProperties, bOnlySelfOcclude) == 0x000078, "Member 'URemoveOccludedTrianglesToolProperties::bOnlySelfOcclude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoveOccludedTrianglesOperatorFactory \ static_assert(alignof(URemoveOccludedTrianglesOperatorFactory) == 0x000008, "Wrong alignment on URemoveOccludedTrianglesOperatorFactory"); \ static_assert(sizeof(URemoveOccludedTrianglesOperatorFactory) == 0x000040, "Wrong size on URemoveOccludedTrianglesOperatorFactory"); \ static_assert(offsetof(URemoveOccludedTrianglesOperatorFactory, Tool) == 0x000030, "Member 'URemoveOccludedTrianglesOperatorFactory::Tool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URemoveOccludedTrianglesTool \ static_assert(alignof(URemoveOccludedTrianglesTool) == 0x000010, "Wrong alignment on URemoveOccludedTrianglesTool"); \ static_assert(sizeof(URemoveOccludedTrianglesTool) == 0x000150, "Wrong size on URemoveOccludedTrianglesTool"); \ static_assert(offsetof(URemoveOccludedTrianglesTool, BasicProperties) == 0x000090, "Member 'URemoveOccludedTrianglesTool::BasicProperties' has a wrong offset!"); \ static_assert(offsetof(URemoveOccludedTrianglesTool, AdvancedProperties) == 0x000098, "Member 'URemoveOccludedTrianglesTool::AdvancedProperties' has a wrong offset!"); \ static_assert(offsetof(URemoveOccludedTrianglesTool, Previews) == 0x0000A0, "Member 'URemoveOccludedTrianglesTool::Previews' has a wrong offset!"); \ static_assert(offsetof(URemoveOccludedTrianglesTool, PreviewCopies) == 0x0000B0, "Member 'URemoveOccludedTrianglesTool::PreviewCopies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URevolveBoundaryToolBuilder \ static_assert(alignof(URevolveBoundaryToolBuilder) == 0x000008, "Wrong alignment on URevolveBoundaryToolBuilder"); \ static_assert(sizeof(URevolveBoundaryToolBuilder) == 0x000030, "Wrong size on URevolveBoundaryToolBuilder"); \ #define DUMPER7_ASSERTS_URevolveBoundaryToolProperties \ static_assert(alignof(URevolveBoundaryToolProperties) == 0x000008, "Wrong alignment on URevolveBoundaryToolProperties"); \ static_assert(sizeof(URevolveBoundaryToolProperties) == 0x0000D0, "Wrong size on URevolveBoundaryToolProperties"); \ static_assert(offsetof(URevolveBoundaryToolProperties, bDisplayOriginalMesh) == 0x0000B0, "Member 'URevolveBoundaryToolProperties::bDisplayOriginalMesh' has a wrong offset!"); \ static_assert(offsetof(URevolveBoundaryToolProperties, AxisOrigin) == 0x0000B4, "Member 'URevolveBoundaryToolProperties::AxisOrigin' has a wrong offset!"); \ static_assert(offsetof(URevolveBoundaryToolProperties, AxisYaw) == 0x0000C0, "Member 'URevolveBoundaryToolProperties::AxisYaw' has a wrong offset!"); \ static_assert(offsetof(URevolveBoundaryToolProperties, AxisPitch) == 0x0000C4, "Member 'URevolveBoundaryToolProperties::AxisPitch' has a wrong offset!"); \ static_assert(offsetof(URevolveBoundaryToolProperties, bSnapToWorldGrid) == 0x0000C8, "Member 'URevolveBoundaryToolProperties::bSnapToWorldGrid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URevolveBoundaryTool \ static_assert(alignof(URevolveBoundaryTool) == 0x000008, "Wrong alignment on URevolveBoundaryTool"); \ static_assert(sizeof(URevolveBoundaryTool) == 0x0001B0, "Wrong size on URevolveBoundaryTool"); \ static_assert(offsetof(URevolveBoundaryTool, Settings) == 0x000160, "Member 'URevolveBoundaryTool::Settings' has a wrong offset!"); \ static_assert(offsetof(URevolveBoundaryTool, MaterialProperties) == 0x000168, "Member 'URevolveBoundaryTool::MaterialProperties' has a wrong offset!"); \ static_assert(offsetof(URevolveBoundaryTool, PlaneMechanic) == 0x000170, "Member 'URevolveBoundaryTool::PlaneMechanic' has a wrong offset!"); \ static_assert(offsetof(URevolveBoundaryTool, Preview) == 0x000178, "Member 'URevolveBoundaryTool::Preview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USeamSculptToolBuilder \ static_assert(alignof(USeamSculptToolBuilder) == 0x000008, "Wrong alignment on USeamSculptToolBuilder"); \ static_assert(sizeof(USeamSculptToolBuilder) == 0x000030, "Wrong size on USeamSculptToolBuilder"); \ #define DUMPER7_ASSERTS_USeamSculptTool \ static_assert(alignof(USeamSculptTool) == 0x000008, "Wrong alignment on USeamSculptTool"); \ static_assert(sizeof(USeamSculptTool) == 0x0002D8, "Wrong size on USeamSculptTool"); \ static_assert(offsetof(USeamSculptTool, Settings) == 0x0001F8, "Member 'USeamSculptTool::Settings' has a wrong offset!"); \ static_assert(offsetof(USeamSculptTool, PreviewGeom) == 0x000200, "Member 'USeamSculptTool::PreviewGeom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfUnionMeshesToolProperties \ static_assert(alignof(USelfUnionMeshesToolProperties) == 0x000008, "Wrong alignment on USelfUnionMeshesToolProperties"); \ static_assert(sizeof(USelfUnionMeshesToolProperties) == 0x000078, "Wrong size on USelfUnionMeshesToolProperties"); \ static_assert(offsetof(USelfUnionMeshesToolProperties, bAttemptFixHoles) == 0x000060, "Member 'USelfUnionMeshesToolProperties::bAttemptFixHoles' has a wrong offset!"); \ static_assert(offsetof(USelfUnionMeshesToolProperties, bShowNewBoundaryEdges) == 0x000061, "Member 'USelfUnionMeshesToolProperties::bShowNewBoundaryEdges' has a wrong offset!"); \ static_assert(offsetof(USelfUnionMeshesToolProperties, bTrimFlaps) == 0x000062, "Member 'USelfUnionMeshesToolProperties::bTrimFlaps' has a wrong offset!"); \ static_assert(offsetof(USelfUnionMeshesToolProperties, WindingNumberThreshold) == 0x000068, "Member 'USelfUnionMeshesToolProperties::WindingNumberThreshold' has a wrong offset!"); \ static_assert(offsetof(USelfUnionMeshesToolProperties, bOnlyUseFirstMeshMaterials) == 0x000070, "Member 'USelfUnionMeshesToolProperties::bOnlyUseFirstMeshMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfUnionMeshesTool \ static_assert(alignof(USelfUnionMeshesTool) == 0x000008, "Wrong alignment on USelfUnionMeshesTool"); \ static_assert(sizeof(USelfUnionMeshesTool) == 0x000120, "Wrong size on USelfUnionMeshesTool"); \ static_assert(offsetof(USelfUnionMeshesTool, Properties) == 0x0000F0, "Member 'USelfUnionMeshesTool::Properties' has a wrong offset!"); \ static_assert(offsetof(USelfUnionMeshesTool, DrawnLineSet) == 0x0000F8, "Member 'USelfUnionMeshesTool::DrawnLineSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USelfUnionMeshesToolBuilder \ static_assert(alignof(USelfUnionMeshesToolBuilder) == 0x000008, "Wrong alignment on USelfUnionMeshesToolBuilder"); \ static_assert(sizeof(USelfUnionMeshesToolBuilder) == 0x000030, "Wrong size on USelfUnionMeshesToolBuilder"); \ #define DUMPER7_ASSERTS_USetCollisionGeometryToolBuilder \ static_assert(alignof(USetCollisionGeometryToolBuilder) == 0x000008, "Wrong alignment on USetCollisionGeometryToolBuilder"); \ static_assert(sizeof(USetCollisionGeometryToolBuilder) == 0x000028, "Wrong size on USetCollisionGeometryToolBuilder"); \ #define DUMPER7_ASSERTS_USetCollisionGeometryToolProperties \ static_assert(alignof(USetCollisionGeometryToolProperties) == 0x000008, "Wrong alignment on USetCollisionGeometryToolProperties"); \ static_assert(sizeof(USetCollisionGeometryToolProperties) == 0x000090, "Wrong size on USetCollisionGeometryToolProperties"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, GeometryType) == 0x000060, "Member 'USetCollisionGeometryToolProperties::GeometryType' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, InputMode) == 0x000064, "Member 'USetCollisionGeometryToolProperties::InputMode' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, bUseWorldSpace) == 0x000068, "Member 'USetCollisionGeometryToolProperties::bUseWorldSpace' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, bRemoveContained) == 0x000069, "Member 'USetCollisionGeometryToolProperties::bRemoveContained' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, bEnableMaxCount) == 0x00006A, "Member 'USetCollisionGeometryToolProperties::bEnableMaxCount' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, MaxCount) == 0x00006C, "Member 'USetCollisionGeometryToolProperties::MaxCount' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, MinThickness) == 0x000070, "Member 'USetCollisionGeometryToolProperties::MinThickness' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectBoxes) == 0x000074, "Member 'USetCollisionGeometryToolProperties::bDetectBoxes' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectSpheres) == 0x000075, "Member 'USetCollisionGeometryToolProperties::bDetectSpheres' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectCapsules) == 0x000076, "Member 'USetCollisionGeometryToolProperties::bDetectCapsules' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, bSimplifyHulls) == 0x000077, "Member 'USetCollisionGeometryToolProperties::bSimplifyHulls' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, HullTargetFaceCount) == 0x000078, "Member 'USetCollisionGeometryToolProperties::HullTargetFaceCount' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, bSimplifyPolygons) == 0x00007C, "Member 'USetCollisionGeometryToolProperties::bSimplifyPolygons' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, HullTolerance) == 0x000080, "Member 'USetCollisionGeometryToolProperties::HullTolerance' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, SweepAxis) == 0x000084, "Member 'USetCollisionGeometryToolProperties::SweepAxis' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, bAppendToExisting) == 0x000088, "Member 'USetCollisionGeometryToolProperties::bAppendToExisting' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryToolProperties, SetCollisionType) == 0x00008C, "Member 'USetCollisionGeometryToolProperties::SetCollisionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USetCollisionGeometryTool \ static_assert(alignof(USetCollisionGeometryTool) == 0x000010, "Wrong alignment on USetCollisionGeometryTool"); \ static_assert(sizeof(USetCollisionGeometryTool) == 0x0001C0, "Wrong size on USetCollisionGeometryTool"); \ static_assert(offsetof(USetCollisionGeometryTool, Settings) == 0x000090, "Member 'USetCollisionGeometryTool::Settings' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryTool, VizSettings) == 0x000098, "Member 'USetCollisionGeometryTool::VizSettings' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryTool, CollisionProps) == 0x0000A0, "Member 'USetCollisionGeometryTool::CollisionProps' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryTool, LineMaterial) == 0x0000A8, "Member 'USetCollisionGeometryTool::LineMaterial' has a wrong offset!"); \ static_assert(offsetof(USetCollisionGeometryTool, PreviewGeom) == 0x0000B0, "Member 'USetCollisionGeometryTool::PreviewGeom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USmoothMeshToolProperties \ static_assert(alignof(USmoothMeshToolProperties) == 0x000008, "Wrong alignment on USmoothMeshToolProperties"); \ static_assert(sizeof(USmoothMeshToolProperties) == 0x000068, "Wrong size on USmoothMeshToolProperties"); \ static_assert(offsetof(USmoothMeshToolProperties, SmoothingType) == 0x000060, "Member 'USmoothMeshToolProperties::SmoothingType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UIterativeSmoothProperties \ static_assert(alignof(UIterativeSmoothProperties) == 0x000008, "Wrong alignment on UIterativeSmoothProperties"); \ static_assert(sizeof(UIterativeSmoothProperties) == 0x000070, "Wrong size on UIterativeSmoothProperties"); \ static_assert(offsetof(UIterativeSmoothProperties, SmoothingPerStep) == 0x000060, "Member 'UIterativeSmoothProperties::SmoothingPerStep' has a wrong offset!"); \ static_assert(offsetof(UIterativeSmoothProperties, Steps) == 0x000064, "Member 'UIterativeSmoothProperties::Steps' has a wrong offset!"); \ static_assert(offsetof(UIterativeSmoothProperties, bSmoothBoundary) == 0x000068, "Member 'UIterativeSmoothProperties::bSmoothBoundary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UDiffusionSmoothProperties \ static_assert(alignof(UDiffusionSmoothProperties) == 0x000008, "Wrong alignment on UDiffusionSmoothProperties"); \ static_assert(sizeof(UDiffusionSmoothProperties) == 0x000070, "Wrong size on UDiffusionSmoothProperties"); \ static_assert(offsetof(UDiffusionSmoothProperties, SmoothingPerStep) == 0x000060, "Member 'UDiffusionSmoothProperties::SmoothingPerStep' has a wrong offset!"); \ static_assert(offsetof(UDiffusionSmoothProperties, Steps) == 0x000064, "Member 'UDiffusionSmoothProperties::Steps' has a wrong offset!"); \ static_assert(offsetof(UDiffusionSmoothProperties, bPreserveUVs) == 0x000068, "Member 'UDiffusionSmoothProperties::bPreserveUVs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UImplicitSmoothProperties \ static_assert(alignof(UImplicitSmoothProperties) == 0x000008, "Wrong alignment on UImplicitSmoothProperties"); \ static_assert(sizeof(UImplicitSmoothProperties) == 0x000070, "Wrong size on UImplicitSmoothProperties"); \ static_assert(offsetof(UImplicitSmoothProperties, SmoothSpeed) == 0x000060, "Member 'UImplicitSmoothProperties::SmoothSpeed' has a wrong offset!"); \ static_assert(offsetof(UImplicitSmoothProperties, Smoothness) == 0x000064, "Member 'UImplicitSmoothProperties::Smoothness' has a wrong offset!"); \ static_assert(offsetof(UImplicitSmoothProperties, bPreserveUVs) == 0x000068, "Member 'UImplicitSmoothProperties::bPreserveUVs' has a wrong offset!"); \ static_assert(offsetof(UImplicitSmoothProperties, VolumeCorrection) == 0x00006C, "Member 'UImplicitSmoothProperties::VolumeCorrection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USmoothWeightMapSetProperties \ static_assert(alignof(USmoothWeightMapSetProperties) == 0x000008, "Wrong alignment on USmoothWeightMapSetProperties"); \ static_assert(sizeof(USmoothWeightMapSetProperties) == 0x000088, "Wrong size on USmoothWeightMapSetProperties"); \ static_assert(offsetof(USmoothWeightMapSetProperties, MinSmoothMultiplier) == 0x000080, "Member 'USmoothWeightMapSetProperties::MinSmoothMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USmoothMeshTool \ static_assert(alignof(USmoothMeshTool) == 0x000010, "Wrong alignment on USmoothMeshTool"); \ static_assert(sizeof(USmoothMeshTool) == 0x000430, "Wrong size on USmoothMeshTool"); \ static_assert(offsetof(USmoothMeshTool, SmoothProperties) == 0x000400, "Member 'USmoothMeshTool::SmoothProperties' has a wrong offset!"); \ static_assert(offsetof(USmoothMeshTool, IterativeProperties) == 0x000408, "Member 'USmoothMeshTool::IterativeProperties' has a wrong offset!"); \ static_assert(offsetof(USmoothMeshTool, DiffusionProperties) == 0x000410, "Member 'USmoothMeshTool::DiffusionProperties' has a wrong offset!"); \ static_assert(offsetof(USmoothMeshTool, ImplicitProperties) == 0x000418, "Member 'USmoothMeshTool::ImplicitProperties' has a wrong offset!"); \ static_assert(offsetof(USmoothMeshTool, WeightMapProperties) == 0x000420, "Member 'USmoothMeshTool::WeightMapProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USmoothMeshToolBuilder \ static_assert(alignof(USmoothMeshToolBuilder) == 0x000008, "Wrong alignment on USmoothMeshToolBuilder"); \ static_assert(sizeof(USmoothMeshToolBuilder) == 0x000028, "Wrong size on USmoothMeshToolBuilder"); \ #define DUMPER7_ASSERTS_UTransformMeshesToolBuilder \ static_assert(alignof(UTransformMeshesToolBuilder) == 0x000008, "Wrong alignment on UTransformMeshesToolBuilder"); \ static_assert(sizeof(UTransformMeshesToolBuilder) == 0x000028, "Wrong size on UTransformMeshesToolBuilder"); \ #define DUMPER7_ASSERTS_UTransformMeshesToolProperties \ static_assert(alignof(UTransformMeshesToolProperties) == 0x000008, "Wrong alignment on UTransformMeshesToolProperties"); \ static_assert(sizeof(UTransformMeshesToolProperties) == 0x000068, "Wrong size on UTransformMeshesToolProperties"); \ static_assert(offsetof(UTransformMeshesToolProperties, TransformMode) == 0x000060, "Member 'UTransformMeshesToolProperties::TransformMode' has a wrong offset!"); \ static_assert(offsetof(UTransformMeshesToolProperties, bSetPivot) == 0x000061, "Member 'UTransformMeshesToolProperties::bSetPivot' has a wrong offset!"); \ static_assert(offsetof(UTransformMeshesToolProperties, bEnableSnapDragging) == 0x000062, "Member 'UTransformMeshesToolProperties::bEnableSnapDragging' has a wrong offset!"); \ static_assert(offsetof(UTransformMeshesToolProperties, SnapDragSource) == 0x000063, "Member 'UTransformMeshesToolProperties::SnapDragSource' has a wrong offset!"); \ static_assert(offsetof(UTransformMeshesToolProperties, RotationMode) == 0x000064, "Member 'UTransformMeshesToolProperties::RotationMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTransformMeshesTool \ static_assert(alignof(UTransformMeshesTool) == 0x000010, "Wrong alignment on UTransformMeshesTool"); \ static_assert(sizeof(UTransformMeshesTool) == 0x000140, "Wrong size on UTransformMeshesTool"); \ static_assert(offsetof(UTransformMeshesTool, TransformProps) == 0x000098, "Member 'UTransformMeshesTool::TransformProps' has a wrong offset!"); \ static_assert(offsetof(UTransformMeshesTool, ActiveGizmos) == 0x0000B0, "Member 'UTransformMeshesTool::ActiveGizmos' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUVProjectionToolBuilder \ static_assert(alignof(UUVProjectionToolBuilder) == 0x000008, "Wrong alignment on UUVProjectionToolBuilder"); \ static_assert(sizeof(UUVProjectionToolBuilder) == 0x000030, "Wrong size on UUVProjectionToolBuilder"); \ #define DUMPER7_ASSERTS_UUVProjectionToolProperties \ static_assert(alignof(UUVProjectionToolProperties) == 0x000008, "Wrong alignment on UUVProjectionToolProperties"); \ static_assert(sizeof(UUVProjectionToolProperties) == 0x000088, "Wrong size on UUVProjectionToolProperties"); \ static_assert(offsetof(UUVProjectionToolProperties, UVProjectionMethod) == 0x000060, "Member 'UUVProjectionToolProperties::UVProjectionMethod' has a wrong offset!"); \ static_assert(offsetof(UUVProjectionToolProperties, ProjectionPrimitiveScale) == 0x000064, "Member 'UUVProjectionToolProperties::ProjectionPrimitiveScale' has a wrong offset!"); \ static_assert(offsetof(UUVProjectionToolProperties, CylinderProjectToTopOrBottomAngleThreshold) == 0x000070, "Member 'UUVProjectionToolProperties::CylinderProjectToTopOrBottomAngleThreshold' has a wrong offset!"); \ static_assert(offsetof(UUVProjectionToolProperties, UVScale) == 0x000074, "Member 'UUVProjectionToolProperties::UVScale' has a wrong offset!"); \ static_assert(offsetof(UUVProjectionToolProperties, UVOffset) == 0x00007C, "Member 'UUVProjectionToolProperties::UVOffset' has a wrong offset!"); \ static_assert(offsetof(UUVProjectionToolProperties, bWorldSpaceUVScale) == 0x000084, "Member 'UUVProjectionToolProperties::bWorldSpaceUVScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUVProjectionAdvancedProperties \ static_assert(alignof(UUVProjectionAdvancedProperties) == 0x000008, "Wrong alignment on UUVProjectionAdvancedProperties"); \ static_assert(sizeof(UUVProjectionAdvancedProperties) == 0x000060, "Wrong size on UUVProjectionAdvancedProperties"); \ #define DUMPER7_ASSERTS_UUVProjectionOperatorFactory \ static_assert(alignof(UUVProjectionOperatorFactory) == 0x000008, "Wrong alignment on UUVProjectionOperatorFactory"); \ static_assert(sizeof(UUVProjectionOperatorFactory) == 0x000040, "Wrong size on UUVProjectionOperatorFactory"); \ static_assert(offsetof(UUVProjectionOperatorFactory, Tool) == 0x000030, "Member 'UUVProjectionOperatorFactory::Tool' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUVProjectionTool \ static_assert(alignof(UUVProjectionTool) == 0x000010, "Wrong alignment on UUVProjectionTool"); \ static_assert(sizeof(UUVProjectionTool) == 0x000220, "Wrong size on UUVProjectionTool"); \ static_assert(offsetof(UUVProjectionTool, BasicProperties) == 0x000090, "Member 'UUVProjectionTool::BasicProperties' has a wrong offset!"); \ static_assert(offsetof(UUVProjectionTool, AdvancedProperties) == 0x000098, "Member 'UUVProjectionTool::AdvancedProperties' has a wrong offset!"); \ static_assert(offsetof(UUVProjectionTool, MaterialSettings) == 0x0000A0, "Member 'UUVProjectionTool::MaterialSettings' has a wrong offset!"); \ static_assert(offsetof(UUVProjectionTool, Previews) == 0x0000A8, "Member 'UUVProjectionTool::Previews' has a wrong offset!"); \ static_assert(offsetof(UUVProjectionTool, CheckerMaterial) == 0x0000B8, "Member 'UUVProjectionTool::CheckerMaterial' has a wrong offset!"); \ static_assert(offsetof(UUVProjectionTool, TransformGizmos) == 0x0000C0, "Member 'UUVProjectionTool::TransformGizmos' has a wrong offset!"); \ static_assert(offsetof(UUVProjectionTool, TransformProxies) == 0x0000D0, "Member 'UUVProjectionTool::TransformProxies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVoxelBlendMeshesToolProperties \ static_assert(alignof(UVoxelBlendMeshesToolProperties) == 0x000008, "Wrong alignment on UVoxelBlendMeshesToolProperties"); \ static_assert(sizeof(UVoxelBlendMeshesToolProperties) == 0x000080, "Wrong size on UVoxelBlendMeshesToolProperties"); \ static_assert(offsetof(UVoxelBlendMeshesToolProperties, BlendPower) == 0x000060, "Member 'UVoxelBlendMeshesToolProperties::BlendPower' has a wrong offset!"); \ static_assert(offsetof(UVoxelBlendMeshesToolProperties, BlendFalloff) == 0x000068, "Member 'UVoxelBlendMeshesToolProperties::BlendFalloff' has a wrong offset!"); \ static_assert(offsetof(UVoxelBlendMeshesToolProperties, bSolidifyInput) == 0x000070, "Member 'UVoxelBlendMeshesToolProperties::bSolidifyInput' has a wrong offset!"); \ static_assert(offsetof(UVoxelBlendMeshesToolProperties, bRemoveInternalsAfterSolidify) == 0x000071, "Member 'UVoxelBlendMeshesToolProperties::bRemoveInternalsAfterSolidify' has a wrong offset!"); \ static_assert(offsetof(UVoxelBlendMeshesToolProperties, OffsetSolidifySurface) == 0x000078, "Member 'UVoxelBlendMeshesToolProperties::OffsetSolidifySurface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVoxelBlendMeshesTool \ static_assert(alignof(UVoxelBlendMeshesTool) == 0x000008, "Wrong alignment on UVoxelBlendMeshesTool"); \ static_assert(sizeof(UVoxelBlendMeshesTool) == 0x000110, "Wrong size on UVoxelBlendMeshesTool"); \ static_assert(offsetof(UVoxelBlendMeshesTool, BlendProperties) == 0x000108, "Member 'UVoxelBlendMeshesTool::BlendProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVoxelBlendMeshesToolBuilder \ static_assert(alignof(UVoxelBlendMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelBlendMeshesToolBuilder"); \ static_assert(sizeof(UVoxelBlendMeshesToolBuilder) == 0x000030, "Wrong size on UVoxelBlendMeshesToolBuilder"); \ #define DUMPER7_ASSERTS_UVoxelMorphologyMeshesToolProperties \ static_assert(alignof(UVoxelMorphologyMeshesToolProperties) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesToolProperties"); \ static_assert(sizeof(UVoxelMorphologyMeshesToolProperties) == 0x000080, "Wrong size on UVoxelMorphologyMeshesToolProperties"); \ static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, Operation) == 0x000060, "Member 'UVoxelMorphologyMeshesToolProperties::Operation' has a wrong offset!"); \ static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, Distance) == 0x000068, "Member 'UVoxelMorphologyMeshesToolProperties::Distance' has a wrong offset!"); \ static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, bSolidifyInput) == 0x000070, "Member 'UVoxelMorphologyMeshesToolProperties::bSolidifyInput' has a wrong offset!"); \ static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, bRemoveInternalsAfterSolidify) == 0x000071, "Member 'UVoxelMorphologyMeshesToolProperties::bRemoveInternalsAfterSolidify' has a wrong offset!"); \ static_assert(offsetof(UVoxelMorphologyMeshesToolProperties, OffsetSolidifySurface) == 0x000078, "Member 'UVoxelMorphologyMeshesToolProperties::OffsetSolidifySurface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVoxelMorphologyMeshesTool \ static_assert(alignof(UVoxelMorphologyMeshesTool) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesTool"); \ static_assert(sizeof(UVoxelMorphologyMeshesTool) == 0x000110, "Wrong size on UVoxelMorphologyMeshesTool"); \ static_assert(offsetof(UVoxelMorphologyMeshesTool, MorphologyProperties) == 0x000108, "Member 'UVoxelMorphologyMeshesTool::MorphologyProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVoxelMorphologyMeshesToolBuilder \ static_assert(alignof(UVoxelMorphologyMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesToolBuilder"); \ static_assert(sizeof(UVoxelMorphologyMeshesToolBuilder) == 0x000030, "Wrong size on UVoxelMorphologyMeshesToolBuilder"); \ #define DUMPER7_ASSERTS_UVoxelSolidifyMeshesToolProperties \ static_assert(alignof(UVoxelSolidifyMeshesToolProperties) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesToolProperties"); \ static_assert(sizeof(UVoxelSolidifyMeshesToolProperties) == 0x000080, "Wrong size on UVoxelSolidifyMeshesToolProperties"); \ static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, WindingThreshold) == 0x000060, "Member 'UVoxelSolidifyMeshesToolProperties::WindingThreshold' has a wrong offset!"); \ static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, ExtendBounds) == 0x000068, "Member 'UVoxelSolidifyMeshesToolProperties::ExtendBounds' has a wrong offset!"); \ static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, SurfaceSearchSteps) == 0x000070, "Member 'UVoxelSolidifyMeshesToolProperties::SurfaceSearchSteps' has a wrong offset!"); \ static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, bSolidAtBoundaries) == 0x000074, "Member 'UVoxelSolidifyMeshesToolProperties::bSolidAtBoundaries' has a wrong offset!"); \ static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, bMakeOffsetSurfaces) == 0x000075, "Member 'UVoxelSolidifyMeshesToolProperties::bMakeOffsetSurfaces' has a wrong offset!"); \ static_assert(offsetof(UVoxelSolidifyMeshesToolProperties, OffsetThickness) == 0x000078, "Member 'UVoxelSolidifyMeshesToolProperties::OffsetThickness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVoxelSolidifyMeshesTool \ static_assert(alignof(UVoxelSolidifyMeshesTool) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesTool"); \ static_assert(sizeof(UVoxelSolidifyMeshesTool) == 0x000110, "Wrong size on UVoxelSolidifyMeshesTool"); \ static_assert(offsetof(UVoxelSolidifyMeshesTool, SolidifyProperties) == 0x000108, "Member 'UVoxelSolidifyMeshesTool::SolidifyProperties' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVoxelSolidifyMeshesToolBuilder \ static_assert(alignof(UVoxelSolidifyMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesToolBuilder"); \ static_assert(sizeof(UVoxelSolidifyMeshesToolBuilder) == 0x000030, "Wrong size on UVoxelSolidifyMeshesToolBuilder"); \ #define DUMPER7_ASSERTS_UWeldMeshEdgesToolBuilder \ static_assert(alignof(UWeldMeshEdgesToolBuilder) == 0x000008, "Wrong alignment on UWeldMeshEdgesToolBuilder"); \ static_assert(sizeof(UWeldMeshEdgesToolBuilder) == 0x000028, "Wrong size on UWeldMeshEdgesToolBuilder"); \ #define DUMPER7_ASSERTS_UWeldMeshEdgesTool \ static_assert(alignof(UWeldMeshEdgesTool) == 0x000008, "Wrong alignment on UWeldMeshEdgesTool"); \ static_assert(sizeof(UWeldMeshEdgesTool) == 0x000300, "Wrong size on UWeldMeshEdgesTool"); \ static_assert(offsetof(UWeldMeshEdgesTool, Tolerance) == 0x000088, "Member 'UWeldMeshEdgesTool::Tolerance' has a wrong offset!"); \ static_assert(offsetof(UWeldMeshEdgesTool, bOnlyUnique) == 0x00008C, "Member 'UWeldMeshEdgesTool::bOnlyUnique' has a wrong offset!"); \ #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) == 0x000790, "Wrong size on USynthComponentMoto"); \ static_assert(offsetof(USynthComponentMoto, MotoSynthPreset) == 0x0006D0, "Member 'USynthComponentMoto::MotoSynthPreset' has a wrong offset!"); \ static_assert(offsetof(USynthComponentMoto, RPM) == 0x0006D8, "Member 'USynthComponentMoto::RPM' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UTcpMessagingSettings \ static_assert(alignof(UTcpMessagingSettings) == 0x000008, "Wrong alignment on UTcpMessagingSettings"); \ static_assert(sizeof(UTcpMessagingSettings) == 0x000058, "Wrong size on UTcpMessagingSettings"); \ static_assert(offsetof(UTcpMessagingSettings, EnableTransport) == 0x000028, "Member 'UTcpMessagingSettings::EnableTransport' has a wrong offset!"); \ static_assert(offsetof(UTcpMessagingSettings, ListenEndpoint) == 0x000030, "Member 'UTcpMessagingSettings::ListenEndpoint' has a wrong offset!"); \ static_assert(offsetof(UTcpMessagingSettings, ConnectToEndpoints) == 0x000040, "Member 'UTcpMessagingSettings::ConnectToEndpoints' has a wrong offset!"); \ static_assert(offsetof(UTcpMessagingSettings, ConnectionRetryDelay) == 0x000050, "Member 'UTcpMessagingSettings::ConnectionRetryDelay' has a wrong offset!"); \ static_assert(offsetof(UTcpMessagingSettings, bStopServiceWhenAppDeactivates) == 0x000054, "Member 'UTcpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FUdpMockMessage \ static_assert(alignof(FUdpMockMessage) == 0x000008, "Wrong alignment on FUdpMockMessage"); \ static_assert(sizeof(FUdpMockMessage) == 0x000010, "Wrong size on FUdpMockMessage"); \ static_assert(offsetof(FUdpMockMessage, Data) == 0x000000, "Member 'FUdpMockMessage::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UUdpMessagingSettings \ static_assert(alignof(UUdpMessagingSettings) == 0x000008, "Wrong alignment on UUdpMessagingSettings"); \ static_assert(sizeof(UUdpMessagingSettings) == 0x0000A8, "Wrong size on UUdpMessagingSettings"); \ static_assert(offsetof(UUdpMessagingSettings, EnabledByDefault) == 0x000028, "Member 'UUdpMessagingSettings::EnabledByDefault' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, EnableTransport) == 0x000029, "Member 'UUdpMessagingSettings::EnableTransport' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, bAutoRepair) == 0x00002A, "Member 'UUdpMessagingSettings::bAutoRepair' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, MaxSendRate) == 0x00002C, "Member 'UUdpMessagingSettings::MaxSendRate' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, AutoRepairAttemptLimit) == 0x000030, "Member 'UUdpMessagingSettings::AutoRepairAttemptLimit' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, bStopServiceWhenAppDeactivates) == 0x000034, "Member 'UUdpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, UnicastEndpoint) == 0x000038, "Member 'UUdpMessagingSettings::UnicastEndpoint' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, MulticastEndpoint) == 0x000048, "Member 'UUdpMessagingSettings::MulticastEndpoint' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, MessageFormat) == 0x000058, "Member 'UUdpMessagingSettings::MessageFormat' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, MulticastTimeToLive) == 0x000059, "Member 'UUdpMessagingSettings::MulticastTimeToLive' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, StaticEndpoints) == 0x000060, "Member 'UUdpMessagingSettings::StaticEndpoints' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, EnableTunnel) == 0x000070, "Member 'UUdpMessagingSettings::EnableTunnel' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, TunnelUnicastEndpoint) == 0x000078, "Member 'UUdpMessagingSettings::TunnelUnicastEndpoint' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, TunnelMulticastEndpoint) == 0x000088, "Member 'UUdpMessagingSettings::TunnelMulticastEndpoint' has a wrong offset!"); \ static_assert(offsetof(UUdpMessagingSettings, RemoteTunnelEndpoints) == 0x000098, "Member 'UUdpMessagingSettings::RemoteTunnelEndpoints' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA0_TriggerKitchenGPOI_C \ static_assert(alignof(UBPE_KA0_TriggerKitchenGPOI_C) == 0x000008, "Wrong alignment on UBPE_KA0_TriggerKitchenGPOI_C"); \ static_assert(sizeof(UBPE_KA0_TriggerKitchenGPOI_C) == 0x000028, "Wrong size on UBPE_KA0_TriggerKitchenGPOI_C"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReference \ static_assert(alignof(FActorSequenceObjectReference) == 0x000008, "Wrong alignment on FActorSequenceObjectReference"); \ static_assert(sizeof(FActorSequenceObjectReference) == 0x000028, "Wrong size on FActorSequenceObjectReference"); \ static_assert(offsetof(FActorSequenceObjectReference, Type) == 0x000000, "Member 'FActorSequenceObjectReference::Type' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReference, ActorId) == 0x000004, "Member 'FActorSequenceObjectReference::ActorId' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReference, PathToComponent) == 0x000018, "Member 'FActorSequenceObjectReference::PathToComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReferences \ static_assert(alignof(FActorSequenceObjectReferences) == 0x000008, "Wrong alignment on FActorSequenceObjectReferences"); \ static_assert(sizeof(FActorSequenceObjectReferences) == 0x000010, "Wrong size on FActorSequenceObjectReferences"); \ static_assert(offsetof(FActorSequenceObjectReferences, Array) == 0x000000, "Member 'FActorSequenceObjectReferences::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FActorSequenceObjectReferenceMap \ static_assert(alignof(FActorSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FActorSequenceObjectReferenceMap"); \ static_assert(sizeof(FActorSequenceObjectReferenceMap) == 0x000020, "Wrong size on FActorSequenceObjectReferenceMap"); \ static_assert(offsetof(FActorSequenceObjectReferenceMap, BindingIds) == 0x000000, "Member 'FActorSequenceObjectReferenceMap::BindingIds' has a wrong offset!"); \ static_assert(offsetof(FActorSequenceObjectReferenceMap, References) == 0x000010, "Member 'FActorSequenceObjectReferenceMap::References' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSequence \ static_assert(alignof(UActorSequence) == 0x000008, "Wrong alignment on UActorSequence"); \ static_assert(sizeof(UActorSequence) == 0x000088, "Wrong size on UActorSequence"); \ static_assert(offsetof(UActorSequence, MovieScene) == 0x000060, "Member 'UActorSequence::MovieScene' has a wrong offset!"); \ static_assert(offsetof(UActorSequence, ObjectReferences) == 0x000068, "Member 'UActorSequence::ObjectReferences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UActorSequenceComponent \ static_assert(alignof(UActorSequenceComponent) == 0x000008, "Wrong alignment on UActorSequenceComponent"); \ static_assert(sizeof(UActorSequenceComponent) == 0x0000E0, "Wrong size on UActorSequenceComponent"); \ static_assert(offsetof(UActorSequenceComponent, PlaybackSettings) == 0x0000B8, "Member 'UActorSequenceComponent::PlaybackSettings' has a wrong offset!"); \ static_assert(offsetof(UActorSequenceComponent, Sequence) == 0x0000D0, "Member 'UActorSequenceComponent::Sequence' has a wrong offset!"); \ static_assert(offsetof(UActorSequenceComponent, SequencePlayer) == 0x0000D8, "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_FST_MicrofilmTarget \ static_assert(alignof(FST_MicrofilmTarget) == 0x000004, "Wrong alignment on FST_MicrofilmTarget"); \ static_assert(sizeof(FST_MicrofilmTarget) == 0x000008, "Wrong size on FST_MicrofilmTarget"); \ static_assert(offsetof(FST_MicrofilmTarget, X_3_9FE97DA44B9338E9561A1AA39932BE2F) == 0x000000, "Member 'FST_MicrofilmTarget::X_3_9FE97DA44B9338E9561A1AA39932BE2F' has a wrong offset!"); \ static_assert(offsetof(FST_MicrofilmTarget, Y_4_9A9EA5D645591856CF57A882C2157378) == 0x000004, "Member 'FST_MicrofilmTarget::Y_4_9A9EA5D645591856CF57A882C2157378' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX \ static_assert(alignof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX) == 0x000008, "Wrong alignment on BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX"); \ static_assert(sizeof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX) == 0x000120, "Wrong size on BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, EntryPoint) == 0x000000, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, K2Node_Event_DeltaTime) == 0x000004, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::K2Node_Event_DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_IsLatent_ReturnValue) == 0x000009, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_IsLatent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_IsValidClass_ReturnValue) == 0x00000B, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_CreateWidgetOfClass_NewWidget) == 0x000010, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_CreateWidgetOfClass_NewWidget' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, K2Node_DynamicCast_AsWBP_Base_Crosshair_FX) == 0x000018, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::K2Node_DynamicCast_AsWBP_Base_Crosshair_FX' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_IsValidClass_ReturnValue_1) == 0x000022, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_IsValid_ReturnValue_2) == 0x000023, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_BooleanAND_ReturnValue) == 0x000024, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_Not_PreBool_ReturnValue_1) == 0x000025, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_Not_PreBool_ReturnValue_2) == 0x000026, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_Not_PreBool_ReturnValue_3) == 0x000027, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_IsValid_ReturnValue_3) == 0x000028, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_IsLatent_ReturnValue_1) == 0x000029, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_IsLatent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, K2Node_Event_bForce) == 0x00002A, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::K2Node_Event_bForce' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_AddChild_ReturnValue) == 0x000030, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_GetPathName_ReturnValue) == 0x000038, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, K2Node_Event_ParentWidget) == 0x000048, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::K2Node_Event_ParentWidget' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_GetPathName_ReturnValue_1) == 0x000060, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_GetPathName_ReturnValue_2) == 0x000070, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_GetPathName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000090, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_GetPathName_ReturnValue_3) == 0x0000A0, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_GetPathName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_GetPathName_ReturnValue_4) == 0x0000B0, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_GetPathName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000C0, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000D0, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_GetPathName_ReturnValue_5) == 0x0000E0, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_GetPathName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_GetPathName_ReturnValue_6) == 0x0000F0, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_GetPathName_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000100, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000110, "Member 'BP_BaseCrosshairFX_C_ExecuteUbergraph_BP_BaseCrosshairFX::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCrosshairFX_C_Tick \ static_assert(alignof(BP_BaseCrosshairFX_C_Tick) == 0x000004, "Wrong alignment on BP_BaseCrosshairFX_C_Tick"); \ static_assert(sizeof(BP_BaseCrosshairFX_C_Tick) == 0x000004, "Wrong size on BP_BaseCrosshairFX_C_Tick"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_Tick, DeltaTime) == 0x000000, "Member 'BP_BaseCrosshairFX_C_Tick::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCrosshairFX_C_End \ static_assert(alignof(BP_BaseCrosshairFX_C_End) == 0x000001, "Wrong alignment on BP_BaseCrosshairFX_C_End"); \ static_assert(sizeof(BP_BaseCrosshairFX_C_End) == 0x000001, "Wrong size on BP_BaseCrosshairFX_C_End"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_End, bForce) == 0x000000, "Member 'BP_BaseCrosshairFX_C_End::bForce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCrosshairFX_C_Begin \ static_assert(alignof(BP_BaseCrosshairFX_C_Begin) == 0x000008, "Wrong alignment on BP_BaseCrosshairFX_C_Begin"); \ static_assert(sizeof(BP_BaseCrosshairFX_C_Begin) == 0x000008, "Wrong size on BP_BaseCrosshairFX_C_Begin"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_Begin, ParentWidget) == 0x000000, "Member 'BP_BaseCrosshairFX_C_Begin::ParentWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCrosshairFX_C_CacheData \ static_assert(alignof(BP_BaseCrosshairFX_C_CacheData) == 0x000008, "Wrong alignment on BP_BaseCrosshairFX_C_CacheData"); \ static_assert(sizeof(BP_BaseCrosshairFX_C_CacheData) == 0x000018, "Wrong size on BP_BaseCrosshairFX_C_CacheData"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_CacheData, ParentWidget) == 0x000000, "Member 'BP_BaseCrosshairFX_C_CacheData::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_CacheData, K2Node_DynamicCast_AsWBP_HUD) == 0x000008, "Member 'BP_BaseCrosshairFX_C_CacheData::K2Node_DynamicCast_AsWBP_HUD' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_CacheData, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_BaseCrosshairFX_C_CacheData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCrosshairFX_C_ToggleDefaultCrosshair \ static_assert(alignof(BP_BaseCrosshairFX_C_ToggleDefaultCrosshair) == 0x000001, "Wrong alignment on BP_BaseCrosshairFX_C_ToggleDefaultCrosshair"); \ static_assert(sizeof(BP_BaseCrosshairFX_C_ToggleDefaultCrosshair) == 0x000002, "Wrong size on BP_BaseCrosshairFX_C_ToggleDefaultCrosshair"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ToggleDefaultCrosshair, Visible) == 0x000000, "Member 'BP_BaseCrosshairFX_C_ToggleDefaultCrosshair::Visible' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_ToggleDefaultCrosshair, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_BaseCrosshairFX_C_ToggleDefaultCrosshair::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCrosshairFX_C_Cleanup \ static_assert(alignof(BP_BaseCrosshairFX_C_Cleanup) == 0x000008, "Wrong alignment on BP_BaseCrosshairFX_C_Cleanup"); \ static_assert(sizeof(BP_BaseCrosshairFX_C_Cleanup) == 0x000078, "Wrong size on BP_BaseCrosshairFX_C_Cleanup"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_Cleanup, CallFunc_GetPathName_ReturnValue) == 0x000000, "Member 'BP_BaseCrosshairFX_C_Cleanup::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_Cleanup, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_BaseCrosshairFX_C_Cleanup::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_Cleanup, CallFunc_GetPathName_ReturnValue_1) == 0x000020, "Member 'BP_BaseCrosshairFX_C_Cleanup::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_Cleanup, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000030, "Member 'BP_BaseCrosshairFX_C_Cleanup::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_Cleanup, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_BaseCrosshairFX_C_Cleanup::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_Cleanup, CallFunc_IsValidClass_ReturnValue) == 0x000041, "Member 'BP_BaseCrosshairFX_C_Cleanup::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_Cleanup, CallFunc_RemoveChild_ReturnValue) == 0x000042, "Member 'BP_BaseCrosshairFX_C_Cleanup::CallFunc_RemoveChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_Cleanup, CallFunc_BooleanAND_ReturnValue) == 0x000043, "Member 'BP_BaseCrosshairFX_C_Cleanup::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCrosshairFX_C_Cleanup, K2Node_MakeStruct_PHCrosshairInfo) == 0x000048, "Member 'BP_BaseCrosshairFX_C_Cleanup::K2Node_MakeStruct_PHCrosshairInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_BaseCrosshairFX_C \ static_assert(alignof(UBP_BaseCrosshairFX_C) == 0x000008, "Wrong alignment on UBP_BaseCrosshairFX_C"); \ static_assert(sizeof(UBP_BaseCrosshairFX_C) == 0x000090, "Wrong size on UBP_BaseCrosshairFX_C"); \ static_assert(offsetof(UBP_BaseCrosshairFX_C, UberGraphFrame) == 0x000030, "Member 'UBP_BaseCrosshairFX_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseCrosshairFX_C, HUD) == 0x000038, "Member 'UBP_BaseCrosshairFX_C::HUD' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseCrosshairFX_C, HideDefaultCrosshair) == 0x000040, "Member 'UBP_BaseCrosshairFX_C::HideDefaultCrosshair' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseCrosshairFX_C, CrosshairInfo) == 0x000048, "Member 'UBP_BaseCrosshairFX_C::CrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseCrosshairFX_C, CrosshairWidgetClass) == 0x000078, "Member 'UBP_BaseCrosshairFX_C::CrosshairWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseCrosshairFX_C, BaseCrosshairWidget) == 0x000080, "Member 'UBP_BaseCrosshairFX_C::BaseCrosshairWidget' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseCrosshairFX_C, HasStarted) == 0x000088, "Member 'UBP_BaseCrosshairFX_C::HasStarted' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseCrosshairFX_C, IsEnding) == 0x000089, "Member 'UBP_BaseCrosshairFX_C::IsEnding' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetTagsSubsystem_CollectionExists \ static_assert(alignof(AssetTagsSubsystem_CollectionExists) == 0x000004, "Wrong alignment on AssetTagsSubsystem_CollectionExists"); \ static_assert(sizeof(AssetTagsSubsystem_CollectionExists) == 0x00000C, "Wrong size on AssetTagsSubsystem_CollectionExists"); \ static_assert(offsetof(AssetTagsSubsystem_CollectionExists, Name_0) == 0x000000, "Member 'AssetTagsSubsystem_CollectionExists::Name_0' has a wrong offset!"); \ static_assert(offsetof(AssetTagsSubsystem_CollectionExists, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_CollectionExists::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetTagsSubsystem_GetAssetsInCollection \ static_assert(alignof(AssetTagsSubsystem_GetAssetsInCollection) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetAssetsInCollection"); \ static_assert(sizeof(AssetTagsSubsystem_GetAssetsInCollection) == 0x000018, "Wrong size on AssetTagsSubsystem_GetAssetsInCollection"); \ static_assert(offsetof(AssetTagsSubsystem_GetAssetsInCollection, Name_0) == 0x000000, "Member 'AssetTagsSubsystem_GetAssetsInCollection::Name_0' has a wrong offset!"); \ static_assert(offsetof(AssetTagsSubsystem_GetAssetsInCollection, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_GetAssetsInCollection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollections \ static_assert(alignof(AssetTagsSubsystem_GetCollections) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollections"); \ static_assert(sizeof(AssetTagsSubsystem_GetCollections) == 0x000010, "Wrong size on AssetTagsSubsystem_GetCollections"); \ static_assert(offsetof(AssetTagsSubsystem_GetCollections, ReturnValue) == 0x000000, "Member 'AssetTagsSubsystem_GetCollections::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAsset \ static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAsset) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAsset"); \ static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAsset) == 0x000018, "Wrong size on AssetTagsSubsystem_GetCollectionsContainingAsset"); \ static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAsset, AssetPathName) == 0x000000, "Member 'AssetTagsSubsystem_GetCollectionsContainingAsset::AssetPathName' has a wrong offset!"); \ static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAsset, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_GetCollectionsContainingAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAssetData \ static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAssetData) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAssetData"); \ static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAssetData) == 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_UBPE_A_Play2DSFX_C \ static_assert(alignof(UBPE_A_Play2DSFX_C) == 0x000008, "Wrong alignment on UBPE_A_Play2DSFX_C"); \ static_assert(sizeof(UBPE_A_Play2DSFX_C) == 0x000040, "Wrong size on UBPE_A_Play2DSFX_C"); \ static_assert(offsetof(UBPE_A_Play2DSFX_C, Sound) == 0x000028, "Member 'UBPE_A_Play2DSFX_C::Sound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Play2DSFX_C, Volume) == 0x000030, "Member 'UBPE_A_Play2DSFX_C::Volume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Play2DSFX_C, InitialDelay) == 0x000034, "Member 'UBPE_A_Play2DSFX_C::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Play2DSFX_C, InitialDelayTime) == 0x000038, "Member 'UBPE_A_Play2DSFX_C::InitialDelayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACableActor \ static_assert(alignof(ACableActor) == 0x000008, "Wrong alignment on ACableActor"); \ static_assert(sizeof(ACableActor) == 0x000238, "Wrong size on ACableActor"); \ static_assert(offsetof(ACableActor, CableComponent) == 0x000230, "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) == 0x000520, "Wrong size on UCableComponent"); \ static_assert(offsetof(UCableComponent, bAttachStart) == 0x000488, "Member 'UCableComponent::bAttachStart' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bAttachEnd) == 0x000489, "Member 'UCableComponent::bAttachEnd' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, attachEndTo) == 0x000490, "Member 'UCableComponent::attachEndTo' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, AttachEndToSocketName) == 0x0004B8, "Member 'UCableComponent::AttachEndToSocketName' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, EndLocation) == 0x0004C0, "Member 'UCableComponent::EndLocation' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bDontCreateCableAtStart) == 0x0004CC, "Member 'UCableComponent::bDontCreateCableAtStart' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableLength) == 0x0004D0, "Member 'UCableComponent::CableLength' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, NumSegments) == 0x0004D4, "Member 'UCableComponent::NumSegments' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, SubstepTime) == 0x0004D8, "Member 'UCableComponent::SubstepTime' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, SolverIterations) == 0x0004DC, "Member 'UCableComponent::SolverIterations' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bEnableStiffness) == 0x0004E0, "Member 'UCableComponent::bEnableStiffness' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bUseSubstepping) == 0x0004E1, "Member 'UCableComponent::bUseSubstepping' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotVisible) == 0x0004E2, "Member 'UCableComponent::bSkipCableUpdateWhenNotVisible' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotOwnerRecentlyRendered) == 0x0004E3, "Member 'UCableComponent::bSkipCableUpdateWhenNotOwnerRecentlyRendered' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, bEnableCollision) == 0x0004E4, "Member 'UCableComponent::bEnableCollision' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CollisionFriction) == 0x0004E8, "Member 'UCableComponent::CollisionFriction' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableForce) == 0x0004EC, "Member 'UCableComponent::CableForce' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableGravityScale) == 0x0004F8, "Member 'UCableComponent::CableGravityScale' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, CableWidth) == 0x0004FC, "Member 'UCableComponent::CableWidth' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, NumSides) == 0x000500, "Member 'UCableComponent::NumSides' has a wrong offset!"); \ static_assert(offsetof(UCableComponent, TileMaterial) == 0x000504, "Member 'UCableComponent::TileMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_CardinalMovementBlends \ static_assert(alignof(FS_CardinalMovementBlends) == 0x000008, "Wrong alignment on FS_CardinalMovementBlends"); \ static_assert(sizeof(FS_CardinalMovementBlends) == 0x000020, "Wrong size on FS_CardinalMovementBlends"); \ static_assert(offsetof(FS_CardinalMovementBlends, Forward_13_FA9A62EC4E361505DF562FA9D7969668) == 0x000000, "Member 'FS_CardinalMovementBlends::Forward_13_FA9A62EC4E361505DF562FA9D7969668' has a wrong offset!"); \ static_assert(offsetof(FS_CardinalMovementBlends, Backward_14_D63A70374DD5F90DCD103787E581A7AD) == 0x000008, "Member 'FS_CardinalMovementBlends::Backward_14_D63A70374DD5F90DCD103787E581A7AD' has a wrong offset!"); \ static_assert(offsetof(FS_CardinalMovementBlends, Left_15_E3CC3E434A2D3AB6C5090FBE0D240559) == 0x000010, "Member 'FS_CardinalMovementBlends::Left_15_E3CC3E434A2D3AB6C5090FBE0D240559' has a wrong offset!"); \ static_assert(offsetof(FS_CardinalMovementBlends, Right_16_EA9B63FB4B83E9CC3202BD834081F673) == 0x000018, "Member 'FS_CardinalMovementBlends::Right_16_EA9B63FB4B83E9CC3202BD834081F673' 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) == 0x0004A0, "Wrong size on UCustomMeshComponent"); \ #define DUMPER7_ASSERTS_ULiveLinkOpenXRHandTrackingSourceFactory \ static_assert(alignof(ULiveLinkOpenXRHandTrackingSourceFactory) == 0x000008, "Wrong alignment on ULiveLinkOpenXRHandTrackingSourceFactory"); \ static_assert(sizeof(ULiveLinkOpenXRHandTrackingSourceFactory) == 0x000038, "Wrong size on ULiveLinkOpenXRHandTrackingSourceFactory"); \ #define DUMPER7_ASSERTS_UOpenXRHandTrackingLiveLinkRemapAsset \ static_assert(alignof(UOpenXRHandTrackingLiveLinkRemapAsset) == 0x000008, "Wrong alignment on UOpenXRHandTrackingLiveLinkRemapAsset"); \ static_assert(sizeof(UOpenXRHandTrackingLiveLinkRemapAsset) == 0x000080, "Wrong size on UOpenXRHandTrackingLiveLinkRemapAsset"); \ static_assert(offsetof(UOpenXRHandTrackingLiveLinkRemapAsset, bHasMetacarpals) == 0x000028, "Member 'UOpenXRHandTrackingLiveLinkRemapAsset::bHasMetacarpals' has a wrong offset!"); \ static_assert(offsetof(UOpenXRHandTrackingLiveLinkRemapAsset, bRetargetRotationOnly) == 0x000029, "Member 'UOpenXRHandTrackingLiveLinkRemapAsset::bRetargetRotationOnly' has a wrong offset!"); \ static_assert(offsetof(UOpenXRHandTrackingLiveLinkRemapAsset, SwizzleX) == 0x00002A, "Member 'UOpenXRHandTrackingLiveLinkRemapAsset::SwizzleX' has a wrong offset!"); \ static_assert(offsetof(UOpenXRHandTrackingLiveLinkRemapAsset, SwizzleY) == 0x00002B, "Member 'UOpenXRHandTrackingLiveLinkRemapAsset::SwizzleY' has a wrong offset!"); \ static_assert(offsetof(UOpenXRHandTrackingLiveLinkRemapAsset, SwizzleZ) == 0x00002C, "Member 'UOpenXRHandTrackingLiveLinkRemapAsset::SwizzleZ' has a wrong offset!"); \ static_assert(offsetof(UOpenXRHandTrackingLiveLinkRemapAsset, SwizzleW) == 0x00002D, "Member 'UOpenXRHandTrackingLiveLinkRemapAsset::SwizzleW' has a wrong offset!"); \ static_assert(offsetof(UOpenXRHandTrackingLiveLinkRemapAsset, HandTrackingBoneNameMap) == 0x000030, "Member 'UOpenXRHandTrackingLiveLinkRemapAsset::HandTrackingBoneNameMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnimNode_WheelHandler \ static_assert(alignof(FAnimNode_WheelHandler) == 0x000008, "Wrong alignment on FAnimNode_WheelHandler"); \ static_assert(sizeof(FAnimNode_WheelHandler) == 0x0000E0, "Wrong size on FAnimNode_WheelHandler"); \ #define DUMPER7_ASSERTS_FTireConfigMaterialFriction \ static_assert(alignof(FTireConfigMaterialFriction) == 0x000008, "Wrong alignment on FTireConfigMaterialFriction"); \ static_assert(sizeof(FTireConfigMaterialFriction) == 0x000010, "Wrong size on FTireConfigMaterialFriction"); \ static_assert(offsetof(FTireConfigMaterialFriction, PhysicalMaterial) == 0x000000, "Member 'FTireConfigMaterialFriction::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(FTireConfigMaterialFriction, FrictionScale) == 0x000008, "Member 'FTireConfigMaterialFriction::FrictionScale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVehicleAnimInstanceProxy \ static_assert(alignof(FVehicleAnimInstanceProxy) == 0x000010, "Wrong alignment on FVehicleAnimInstanceProxy"); \ static_assert(sizeof(FVehicleAnimInstanceProxy) == 0x000780, "Wrong size on FVehicleAnimInstanceProxy"); \ #define DUMPER7_ASSERTS_FVehicleInputRate \ static_assert(alignof(FVehicleInputRate) == 0x000004, "Wrong alignment on FVehicleInputRate"); \ static_assert(sizeof(FVehicleInputRate) == 0x000008, "Wrong size on FVehicleInputRate"); \ static_assert(offsetof(FVehicleInputRate, RiseRate) == 0x000000, "Member 'FVehicleInputRate::RiseRate' has a wrong offset!"); \ static_assert(offsetof(FVehicleInputRate, FallRate) == 0x000004, "Member 'FVehicleInputRate::FallRate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FReplicatedVehicleState \ static_assert(alignof(FReplicatedVehicleState) == 0x000004, "Wrong alignment on FReplicatedVehicleState"); \ static_assert(sizeof(FReplicatedVehicleState) == 0x000014, "Wrong size on FReplicatedVehicleState"); \ static_assert(offsetof(FReplicatedVehicleState, SteeringInput) == 0x000000, "Member 'FReplicatedVehicleState::SteeringInput' has a wrong offset!"); \ static_assert(offsetof(FReplicatedVehicleState, ThrottleInput) == 0x000004, "Member 'FReplicatedVehicleState::ThrottleInput' has a wrong offset!"); \ static_assert(offsetof(FReplicatedVehicleState, BrakeInput) == 0x000008, "Member 'FReplicatedVehicleState::BrakeInput' has a wrong offset!"); \ static_assert(offsetof(FReplicatedVehicleState, HandbrakeInput) == 0x00000C, "Member 'FReplicatedVehicleState::HandbrakeInput' has a wrong offset!"); \ static_assert(offsetof(FReplicatedVehicleState, CurrentGear) == 0x000010, "Member 'FReplicatedVehicleState::CurrentGear' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWheelSetup \ static_assert(alignof(FWheelSetup) == 0x000008, "Wrong alignment on FWheelSetup"); \ static_assert(sizeof(FWheelSetup) == 0x000020, "Wrong size on FWheelSetup"); \ static_assert(offsetof(FWheelSetup, WheelClass) == 0x000000, "Member 'FWheelSetup::WheelClass' has a wrong offset!"); \ static_assert(offsetof(FWheelSetup, BoneName) == 0x000008, "Member 'FWheelSetup::BoneName' has a wrong offset!"); \ static_assert(offsetof(FWheelSetup, AdditionalOffset) == 0x000010, "Member 'FWheelSetup::AdditionalOffset' has a wrong offset!"); \ static_assert(offsetof(FWheelSetup, bDisableSteering) == 0x00001C, "Member 'FWheelSetup::bDisableSteering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVehicleGearData \ static_assert(alignof(FVehicleGearData) == 0x000004, "Wrong alignment on FVehicleGearData"); \ static_assert(sizeof(FVehicleGearData) == 0x00000C, "Wrong size on FVehicleGearData"); \ static_assert(offsetof(FVehicleGearData, Ratio) == 0x000000, "Member 'FVehicleGearData::Ratio' has a wrong offset!"); \ static_assert(offsetof(FVehicleGearData, DownRatio) == 0x000004, "Member 'FVehicleGearData::DownRatio' has a wrong offset!"); \ static_assert(offsetof(FVehicleGearData, UpRatio) == 0x000008, "Member 'FVehicleGearData::UpRatio' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVehicleTransmissionData \ static_assert(alignof(FVehicleTransmissionData) == 0x000008, "Wrong alignment on FVehicleTransmissionData"); \ static_assert(sizeof(FVehicleTransmissionData) == 0x000030, "Wrong size on FVehicleTransmissionData"); \ static_assert(offsetof(FVehicleTransmissionData, bUseGearAutoBox) == 0x000000, "Member 'FVehicleTransmissionData::bUseGearAutoBox' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, GearSwitchTime) == 0x000004, "Member 'FVehicleTransmissionData::GearSwitchTime' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, GearAutoBoxLatency) == 0x000008, "Member 'FVehicleTransmissionData::GearAutoBoxLatency' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, FinalRatio) == 0x00000C, "Member 'FVehicleTransmissionData::FinalRatio' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, ForwardGears) == 0x000010, "Member 'FVehicleTransmissionData::ForwardGears' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, ReverseGearRatio) == 0x000020, "Member 'FVehicleTransmissionData::ReverseGearRatio' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, NeutralGearUpRatio) == 0x000024, "Member 'FVehicleTransmissionData::NeutralGearUpRatio' has a wrong offset!"); \ static_assert(offsetof(FVehicleTransmissionData, ClutchStrength) == 0x000028, "Member 'FVehicleTransmissionData::ClutchStrength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVehicleEngineData \ static_assert(alignof(FVehicleEngineData) == 0x000008, "Wrong alignment on FVehicleEngineData"); \ static_assert(sizeof(FVehicleEngineData) == 0x0000A0, "Wrong size on FVehicleEngineData"); \ static_assert(offsetof(FVehicleEngineData, TorqueCurve) == 0x000000, "Member 'FVehicleEngineData::TorqueCurve' has a wrong offset!"); \ static_assert(offsetof(FVehicleEngineData, MaxRPM) == 0x000088, "Member 'FVehicleEngineData::MaxRPM' has a wrong offset!"); \ static_assert(offsetof(FVehicleEngineData, MOI) == 0x00008C, "Member 'FVehicleEngineData::MOI' has a wrong offset!"); \ static_assert(offsetof(FVehicleEngineData, DampingRateFullThrottle) == 0x000090, "Member 'FVehicleEngineData::DampingRateFullThrottle' has a wrong offset!"); \ static_assert(offsetof(FVehicleEngineData, DampingRateZeroThrottleClutchEngaged) == 0x000094, "Member 'FVehicleEngineData::DampingRateZeroThrottleClutchEngaged' has a wrong offset!"); \ static_assert(offsetof(FVehicleEngineData, DampingRateZeroThrottleClutchDisengaged) == 0x000098, "Member 'FVehicleEngineData::DampingRateZeroThrottleClutchDisengaged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FVehicleDifferential4WData \ static_assert(alignof(FVehicleDifferential4WData) == 0x000004, "Wrong alignment on FVehicleDifferential4WData"); \ static_assert(sizeof(FVehicleDifferential4WData) == 0x00001C, "Wrong size on FVehicleDifferential4WData"); \ static_assert(offsetof(FVehicleDifferential4WData, DifferentialType) == 0x000000, "Member 'FVehicleDifferential4WData::DifferentialType' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, FrontRearSplit) == 0x000004, "Member 'FVehicleDifferential4WData::FrontRearSplit' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, FrontLeftRightSplit) == 0x000008, "Member 'FVehicleDifferential4WData::FrontLeftRightSplit' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, RearLeftRightSplit) == 0x00000C, "Member 'FVehicleDifferential4WData::RearLeftRightSplit' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, CentreBias) == 0x000010, "Member 'FVehicleDifferential4WData::CentreBias' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, FrontBias) == 0x000014, "Member 'FVehicleDifferential4WData::FrontBias' has a wrong offset!"); \ static_assert(offsetof(FVehicleDifferential4WData, RearBias) == 0x000018, "Member 'FVehicleDifferential4WData::RearBias' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_ServerUpdateState \ static_assert(alignof(WheeledVehicleMovementComponent_ServerUpdateState) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_ServerUpdateState"); \ static_assert(sizeof(WheeledVehicleMovementComponent_ServerUpdateState) == 0x000014, "Wrong size on WheeledVehicleMovementComponent_ServerUpdateState"); \ static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InSteeringInput) == 0x000000, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InSteeringInput' has a wrong offset!"); \ static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InThrottleInput) == 0x000004, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InThrottleInput' has a wrong offset!"); \ static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InBrakeInput) == 0x000008, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InBrakeInput' has a wrong offset!"); \ static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, InHandbrakeInput) == 0x00000C, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::InHandbrakeInput' has a wrong offset!"); \ static_assert(offsetof(WheeledVehicleMovementComponent_ServerUpdateState, CurrentGear) == 0x000010, "Member 'WheeledVehicleMovementComponent_ServerUpdateState::CurrentGear' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceEnabled \ static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceEnabled"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceEnabled) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceEnabled"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceEnabled, bEnable) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceEnabled::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceGroup \ static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceGroup"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceGroup) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceGroup"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceGroup, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceGroup::GroupFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetAvoidanceGroupMask \ static_assert(alignof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetAvoidanceGroupMask"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetAvoidanceGroupMask"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetAvoidanceGroupMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetAvoidanceGroupMask::GroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetBrakeInput \ static_assert(alignof(WheeledVehicleMovementComponent_SetBrakeInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetBrakeInput"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetBrakeInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetBrakeInput"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetBrakeInput, Brake) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetBrakeInput::Brake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGearDown \ static_assert(alignof(WheeledVehicleMovementComponent_SetGearDown) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetGearDown"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGearDown) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetGearDown"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGearDown, bNewGearDown) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGearDown::bNewGearDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGearUp \ static_assert(alignof(WheeledVehicleMovementComponent_SetGearUp) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetGearUp"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGearUp) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetGearUp"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGearUp, bNewGearUp) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGearUp::bNewGearUp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToAvoid \ static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToAvoid"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToAvoid) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToAvoid"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToAvoid, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToAvoid::GroupFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToAvoidMask \ static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToAvoidMask"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToAvoidMask"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToAvoidMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToAvoidMask::GroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToIgnore \ static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToIgnore"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToIgnore) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToIgnore"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToIgnore, GroupFlags) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToIgnore::GroupFlags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetGroupsToIgnoreMask \ static_assert(alignof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetGroupsToIgnoreMask"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetGroupsToIgnoreMask"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetGroupsToIgnoreMask, GroupMask) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetGroupsToIgnoreMask::GroupMask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetHandbrakeInput \ static_assert(alignof(WheeledVehicleMovementComponent_SetHandbrakeInput) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetHandbrakeInput"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetHandbrakeInput) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetHandbrakeInput"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetHandbrakeInput, bNewHandbrake) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetHandbrakeInput::bNewHandbrake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetSteeringInput \ static_assert(alignof(WheeledVehicleMovementComponent_SetSteeringInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetSteeringInput"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetSteeringInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetSteeringInput"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetSteeringInput, Steering) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetSteeringInput::Steering' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetTargetGear \ static_assert(alignof(WheeledVehicleMovementComponent_SetTargetGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetTargetGear"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetTargetGear) == 0x000008, "Wrong size on WheeledVehicleMovementComponent_SetTargetGear"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetTargetGear, GearNum) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetTargetGear::GearNum' has a wrong offset!"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetTargetGear, bImmediate) == 0x000004, "Member 'WheeledVehicleMovementComponent_SetTargetGear::bImmediate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetThrottleInput \ static_assert(alignof(WheeledVehicleMovementComponent_SetThrottleInput) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_SetThrottleInput"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetThrottleInput) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_SetThrottleInput"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetThrottleInput, Throttle) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetThrottleInput::Throttle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_SetUseAutoGears \ static_assert(alignof(WheeledVehicleMovementComponent_SetUseAutoGears) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_SetUseAutoGears"); \ static_assert(sizeof(WheeledVehicleMovementComponent_SetUseAutoGears) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_SetUseAutoGears"); \ static_assert(offsetof(WheeledVehicleMovementComponent_SetUseAutoGears, bUseAuto) == 0x000000, "Member 'WheeledVehicleMovementComponent_SetUseAutoGears::bUseAuto' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetCurrentGear \ static_assert(alignof(WheeledVehicleMovementComponent_GetCurrentGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetCurrentGear"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetCurrentGear) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetCurrentGear"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetCurrentGear, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetCurrentGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed \ static_assert(alignof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetEngineMaxRotationSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetEngineRotationSpeed \ static_assert(alignof(WheeledVehicleMovementComponent_GetEngineRotationSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetEngineRotationSpeed"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetEngineRotationSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetEngineRotationSpeed"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetEngineRotationSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetEngineRotationSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetForwardSpeed \ static_assert(alignof(WheeledVehicleMovementComponent_GetForwardSpeed) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetForwardSpeed"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetForwardSpeed) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetForwardSpeed"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetForwardSpeed, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetForwardSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetTargetGear \ static_assert(alignof(WheeledVehicleMovementComponent_GetTargetGear) == 0x000004, "Wrong alignment on WheeledVehicleMovementComponent_GetTargetGear"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetTargetGear) == 0x000004, "Wrong size on WheeledVehicleMovementComponent_GetTargetGear"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetTargetGear, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetTargetGear::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WheeledVehicleMovementComponent_GetUseAutoGears \ static_assert(alignof(WheeledVehicleMovementComponent_GetUseAutoGears) == 0x000001, "Wrong alignment on WheeledVehicleMovementComponent_GetUseAutoGears"); \ static_assert(sizeof(WheeledVehicleMovementComponent_GetUseAutoGears) == 0x000001, "Wrong size on WheeledVehicleMovementComponent_GetUseAutoGears"); \ static_assert(offsetof(WheeledVehicleMovementComponent_GetUseAutoGears, ReturnValue) == 0x000000, "Member 'WheeledVehicleMovementComponent_GetUseAutoGears::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWheeledVehicleMovementComponent \ static_assert(alignof(UWheeledVehicleMovementComponent) == 0x000008, "Wrong alignment on UWheeledVehicleMovementComponent"); \ static_assert(sizeof(UWheeledVehicleMovementComponent) == 0x000298, "Wrong size on UWheeledVehicleMovementComponent"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, Mass) == 0x000150, "Member 'UWheeledVehicleMovementComponent::Mass' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, WheelSetups) == 0x000158, "Member 'UWheeledVehicleMovementComponent::WheelSetups' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, DragCoefficient) == 0x000168, "Member 'UWheeledVehicleMovementComponent::DragCoefficient' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ChassisWidth) == 0x00016C, "Member 'UWheeledVehicleMovementComponent::ChassisWidth' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ChassisHeight) == 0x000170, "Member 'UWheeledVehicleMovementComponent::ChassisHeight' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, DragArea) == 0x000174, "Member 'UWheeledVehicleMovementComponent::DragArea' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, EstimatedMaxEngineSpeed) == 0x000178, "Member 'UWheeledVehicleMovementComponent::EstimatedMaxEngineSpeed' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, MaxEngineRPM) == 0x00017C, "Member 'UWheeledVehicleMovementComponent::MaxEngineRPM' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, DebugDragMagnitude) == 0x000180, "Member 'UWheeledVehicleMovementComponent::DebugDragMagnitude' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, InertiaTensorScale) == 0x000184, "Member 'UWheeledVehicleMovementComponent::InertiaTensorScale' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, MinNormalizedTireLoad) == 0x000190, "Member 'UWheeledVehicleMovementComponent::MinNormalizedTireLoad' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, MinNormalizedTireLoadFiltered) == 0x000194, "Member 'UWheeledVehicleMovementComponent::MinNormalizedTireLoadFiltered' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, MaxNormalizedTireLoad) == 0x000198, "Member 'UWheeledVehicleMovementComponent::MaxNormalizedTireLoad' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, MaxNormalizedTireLoadFiltered) == 0x00019C, "Member 'UWheeledVehicleMovementComponent::MaxNormalizedTireLoadFiltered' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ThresholdLongitudinalSpeed) == 0x0001A0, "Member 'UWheeledVehicleMovementComponent::ThresholdLongitudinalSpeed' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, LowForwardSpeedSubStepCount) == 0x0001A4, "Member 'UWheeledVehicleMovementComponent::LowForwardSpeedSubStepCount' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, HighForwardSpeedSubStepCount) == 0x0001A8, "Member 'UWheeledVehicleMovementComponent::HighForwardSpeedSubStepCount' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, Wheels) == 0x0001B0, "Member 'UWheeledVehicleMovementComponent::Wheels' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RVOAvoidanceRadius) == 0x0001D8, "Member 'UWheeledVehicleMovementComponent::RVOAvoidanceRadius' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RVOAvoidanceHeight) == 0x0001DC, "Member 'UWheeledVehicleMovementComponent::RVOAvoidanceHeight' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceConsiderationRadius) == 0x0001E0, "Member 'UWheeledVehicleMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RVOSteeringStep) == 0x0001E4, "Member 'UWheeledVehicleMovementComponent::RVOSteeringStep' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RVOThrottleStep) == 0x0001E8, "Member 'UWheeledVehicleMovementComponent::RVOThrottleStep' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceUID) == 0x0001EC, "Member 'UWheeledVehicleMovementComponent::AvoidanceUID' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceGroup) == 0x0001F0, "Member 'UWheeledVehicleMovementComponent::AvoidanceGroup' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, GroupsToAvoid) == 0x0001F4, "Member 'UWheeledVehicleMovementComponent::GroupsToAvoid' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, GroupsToIgnore) == 0x0001F8, "Member 'UWheeledVehicleMovementComponent::GroupsToIgnore' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, AvoidanceWeight) == 0x0001FC, "Member 'UWheeledVehicleMovementComponent::AvoidanceWeight' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, PendingLaunchVelocity) == 0x000200, "Member 'UWheeledVehicleMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ReplicatedState) == 0x00020C, "Member 'UWheeledVehicleMovementComponent::ReplicatedState' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RawSteeringInput) == 0x000224, "Member 'UWheeledVehicleMovementComponent::RawSteeringInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RawThrottleInput) == 0x000228, "Member 'UWheeledVehicleMovementComponent::RawThrottleInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, RawBrakeInput) == 0x00022C, "Member 'UWheeledVehicleMovementComponent::RawBrakeInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, SteeringInput) == 0x000230, "Member 'UWheeledVehicleMovementComponent::SteeringInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ThrottleInput) == 0x000234, "Member 'UWheeledVehicleMovementComponent::ThrottleInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, BrakeInput) == 0x000238, "Member 'UWheeledVehicleMovementComponent::BrakeInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, HandbrakeInput) == 0x00023C, "Member 'UWheeledVehicleMovementComponent::HandbrakeInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, IdleBrakeInput) == 0x000240, "Member 'UWheeledVehicleMovementComponent::IdleBrakeInput' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, StopThreshold) == 0x000244, "Member 'UWheeledVehicleMovementComponent::StopThreshold' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, WrongDirectionThreshold) == 0x000248, "Member 'UWheeledVehicleMovementComponent::WrongDirectionThreshold' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, ThrottleInputRate) == 0x00024C, "Member 'UWheeledVehicleMovementComponent::ThrottleInputRate' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, BrakeInputRate) == 0x000254, "Member 'UWheeledVehicleMovementComponent::BrakeInputRate' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, HandbrakeInputRate) == 0x00025C, "Member 'UWheeledVehicleMovementComponent::HandbrakeInputRate' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, SteeringInputRate) == 0x000264, "Member 'UWheeledVehicleMovementComponent::SteeringInputRate' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent, OverrideController) == 0x000290, "Member 'UWheeledVehicleMovementComponent::OverrideController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetBrakeTorque \ static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetBrakeTorque"); \ static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetBrakeTorque"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque, BrakeTorque) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetBrakeTorque::BrakeTorque' has a wrong offset!"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetBrakeTorque, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetBrakeTorque::WheelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetDriveTorque \ static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetDriveTorque) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetDriveTorque"); \ static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetDriveTorque) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetDriveTorque"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetDriveTorque, DriveTorque) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetDriveTorque::DriveTorque' has a wrong offset!"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetDriveTorque, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetDriveTorque::WheelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SimpleWheeledVehicleMovementComponent_SetSteerAngle \ static_assert(alignof(SimpleWheeledVehicleMovementComponent_SetSteerAngle) == 0x000004, "Wrong alignment on SimpleWheeledVehicleMovementComponent_SetSteerAngle"); \ static_assert(sizeof(SimpleWheeledVehicleMovementComponent_SetSteerAngle) == 0x000008, "Wrong size on SimpleWheeledVehicleMovementComponent_SetSteerAngle"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetSteerAngle, SteerAngle) == 0x000000, "Member 'SimpleWheeledVehicleMovementComponent_SetSteerAngle::SteerAngle' has a wrong offset!"); \ static_assert(offsetof(SimpleWheeledVehicleMovementComponent_SetSteerAngle, WheelIndex) == 0x000004, "Member 'SimpleWheeledVehicleMovementComponent_SetSteerAngle::WheelIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_USimpleWheeledVehicleMovementComponent \ static_assert(alignof(USimpleWheeledVehicleMovementComponent) == 0x000008, "Wrong alignment on USimpleWheeledVehicleMovementComponent"); \ static_assert(sizeof(USimpleWheeledVehicleMovementComponent) == 0x000298, "Wrong size on USimpleWheeledVehicleMovementComponent"); \ #define DUMPER7_ASSERTS_UTireConfig \ static_assert(alignof(UTireConfig) == 0x000008, "Wrong alignment on UTireConfig"); \ static_assert(sizeof(UTireConfig) == 0x000050, "Wrong size on UTireConfig"); \ static_assert(offsetof(UTireConfig, FrictionScale) == 0x000030, "Member 'UTireConfig::FrictionScale' has a wrong offset!"); \ static_assert(offsetof(UTireConfig, TireFrictionScales) == 0x000038, "Member 'UTireConfig::TireFrictionScales' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VehicleAnimInstance_GetVehicle \ static_assert(alignof(VehicleAnimInstance_GetVehicle) == 0x000008, "Wrong alignment on VehicleAnimInstance_GetVehicle"); \ static_assert(sizeof(VehicleAnimInstance_GetVehicle) == 0x000008, "Wrong size on VehicleAnimInstance_GetVehicle"); \ static_assert(offsetof(VehicleAnimInstance_GetVehicle, ReturnValue) == 0x000000, "Member 'VehicleAnimInstance_GetVehicle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVehicleAnimInstance \ static_assert(alignof(UVehicleAnimInstance) == 0x000010, "Wrong alignment on UVehicleAnimInstance"); \ static_assert(sizeof(UVehicleAnimInstance) == 0x000A60, "Wrong size on UVehicleAnimInstance"); \ static_assert(offsetof(UVehicleAnimInstance, WheeledVehicleMovementComponent) == 0x000A50, "Member 'UVehicleAnimInstance::WheeledVehicleMovementComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VehicleWheel_GetRotationAngle \ static_assert(alignof(VehicleWheel_GetRotationAngle) == 0x000004, "Wrong alignment on VehicleWheel_GetRotationAngle"); \ static_assert(sizeof(VehicleWheel_GetRotationAngle) == 0x000004, "Wrong size on VehicleWheel_GetRotationAngle"); \ static_assert(offsetof(VehicleWheel_GetRotationAngle, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetRotationAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VehicleWheel_GetSteerAngle \ static_assert(alignof(VehicleWheel_GetSteerAngle) == 0x000004, "Wrong alignment on VehicleWheel_GetSteerAngle"); \ static_assert(sizeof(VehicleWheel_GetSteerAngle) == 0x000004, "Wrong size on VehicleWheel_GetSteerAngle"); \ static_assert(offsetof(VehicleWheel_GetSteerAngle, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetSteerAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VehicleWheel_GetSuspensionOffset \ static_assert(alignof(VehicleWheel_GetSuspensionOffset) == 0x000004, "Wrong alignment on VehicleWheel_GetSuspensionOffset"); \ static_assert(sizeof(VehicleWheel_GetSuspensionOffset) == 0x000004, "Wrong size on VehicleWheel_GetSuspensionOffset"); \ static_assert(offsetof(VehicleWheel_GetSuspensionOffset, ReturnValue) == 0x000000, "Member 'VehicleWheel_GetSuspensionOffset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_VehicleWheel_IsInAir \ static_assert(alignof(VehicleWheel_IsInAir) == 0x000001, "Wrong alignment on VehicleWheel_IsInAir"); \ static_assert(sizeof(VehicleWheel_IsInAir) == 0x000001, "Wrong size on VehicleWheel_IsInAir"); \ static_assert(offsetof(VehicleWheel_IsInAir, ReturnValue) == 0x000000, "Member 'VehicleWheel_IsInAir::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UVehicleWheel \ static_assert(alignof(UVehicleWheel) == 0x000008, "Wrong alignment on UVehicleWheel"); \ static_assert(sizeof(UVehicleWheel) == 0x0000F0, "Wrong size on UVehicleWheel"); \ static_assert(offsetof(UVehicleWheel, CollisionMesh) == 0x000028, "Member 'UVehicleWheel::CollisionMesh' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, bDontCreateShape) == 0x000030, "Member 'UVehicleWheel::bDontCreateShape' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, bAutoAdjustCollisionSize) == 0x000031, "Member 'UVehicleWheel::bAutoAdjustCollisionSize' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, Offset) == 0x000034, "Member 'UVehicleWheel::Offset' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, ShapeRadius) == 0x000040, "Member 'UVehicleWheel::ShapeRadius' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, ShapeWidth) == 0x000044, "Member 'UVehicleWheel::ShapeWidth' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, Mass) == 0x000048, "Member 'UVehicleWheel::Mass' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DampingRate) == 0x00004C, "Member 'UVehicleWheel::DampingRate' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SteerAngle) == 0x000050, "Member 'UVehicleWheel::SteerAngle' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, bAffectedByHandbrake) == 0x000054, "Member 'UVehicleWheel::bAffectedByHandbrake' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, TireType) == 0x000058, "Member 'UVehicleWheel::TireType' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, TireConfig) == 0x000060, "Member 'UVehicleWheel::TireConfig' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, LatStiffMaxLoad) == 0x000068, "Member 'UVehicleWheel::LatStiffMaxLoad' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, LatStiffValue) == 0x00006C, "Member 'UVehicleWheel::LatStiffValue' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, LongStiffValue) == 0x000070, "Member 'UVehicleWheel::LongStiffValue' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SuspensionForceOffset) == 0x000074, "Member 'UVehicleWheel::SuspensionForceOffset' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SuspensionMaxRaise) == 0x000078, "Member 'UVehicleWheel::SuspensionMaxRaise' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SuspensionMaxDrop) == 0x00007C, "Member 'UVehicleWheel::SuspensionMaxDrop' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SuspensionNaturalFrequency) == 0x000080, "Member 'UVehicleWheel::SuspensionNaturalFrequency' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SuspensionDampingRatio) == 0x000084, "Member 'UVehicleWheel::SuspensionDampingRatio' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, SweepType) == 0x000088, "Member 'UVehicleWheel::SweepType' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, MaxBrakeTorque) == 0x00008C, "Member 'UVehicleWheel::MaxBrakeTorque' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, MaxHandBrakeTorque) == 0x000090, "Member 'UVehicleWheel::MaxHandBrakeTorque' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, VehicleSim) == 0x000098, "Member 'UVehicleWheel::VehicleSim' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, WheelIndex) == 0x0000A0, "Member 'UVehicleWheel::WheelIndex' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugLongSlip) == 0x0000A4, "Member 'UVehicleWheel::DebugLongSlip' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugLatSlip) == 0x0000A8, "Member 'UVehicleWheel::DebugLatSlip' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugNormalizedTireLoad) == 0x0000AC, "Member 'UVehicleWheel::DebugNormalizedTireLoad' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugWheelTorque) == 0x0000B4, "Member 'UVehicleWheel::DebugWheelTorque' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugLongForce) == 0x0000B8, "Member 'UVehicleWheel::DebugLongForce' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, DebugLatForce) == 0x0000BC, "Member 'UVehicleWheel::DebugLatForce' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, Location) == 0x0000C0, "Member 'UVehicleWheel::Location' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, OldLocation) == 0x0000CC, "Member 'UVehicleWheel::OldLocation' has a wrong offset!"); \ static_assert(offsetof(UVehicleWheel, Velocity) == 0x0000D8, "Member 'UVehicleWheel::Velocity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AWheeledVehicle \ static_assert(alignof(AWheeledVehicle) == 0x000008, "Wrong alignment on AWheeledVehicle"); \ static_assert(sizeof(AWheeledVehicle) == 0x0002B8, "Wrong size on AWheeledVehicle"); \ static_assert(offsetof(AWheeledVehicle, Mesh) == 0x0002A8, "Member 'AWheeledVehicle::Mesh' has a wrong offset!"); \ static_assert(offsetof(AWheeledVehicle, VehicleMovement) == 0x0002B0, "Member 'AWheeledVehicle::VehicleMovement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWheeledVehicleMovementComponent4W \ static_assert(alignof(UWheeledVehicleMovementComponent4W) == 0x000008, "Wrong alignment on UWheeledVehicleMovementComponent4W"); \ static_assert(sizeof(UWheeledVehicleMovementComponent4W) == 0x000410, "Wrong size on UWheeledVehicleMovementComponent4W"); \ static_assert(offsetof(UWheeledVehicleMovementComponent4W, EngineSetup) == 0x000298, "Member 'UWheeledVehicleMovementComponent4W::EngineSetup' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent4W, DifferentialSetup) == 0x000338, "Member 'UWheeledVehicleMovementComponent4W::DifferentialSetup' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent4W, AckermannAccuracy) == 0x000354, "Member 'UWheeledVehicleMovementComponent4W::AckermannAccuracy' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent4W, TransmissionSetup) == 0x000358, "Member 'UWheeledVehicleMovementComponent4W::TransmissionSetup' has a wrong offset!"); \ static_assert(offsetof(UWheeledVehicleMovementComponent4W, SteeringCurve) == 0x000388, "Member 'UWheeledVehicleMovementComponent4W::SteeringCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_OnPlayerTaskRemoved_C \ static_assert(alignof(UBPE_OnPlayerTaskRemoved_C) == 0x000008, "Wrong alignment on UBPE_OnPlayerTaskRemoved_C"); \ static_assert(sizeof(UBPE_OnPlayerTaskRemoved_C) == 0x000030, "Wrong size on UBPE_OnPlayerTaskRemoved_C"); \ #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_UOS_ACH_Bool_FinishedDZ2_C \ static_assert(alignof(UOS_ACH_Bool_FinishedDZ2_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedDZ2_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedDZ2_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedDZ2_C"); \ #define DUMPER7_ASSERTS_FPHPersistentInteractableInfo \ static_assert(alignof(FPHPersistentInteractableInfo) == 0x000008, "Wrong alignment on FPHPersistentInteractableInfo"); \ static_assert(sizeof(FPHPersistentInteractableInfo) == 0x000028, "Wrong size on FPHPersistentInteractableInfo"); \ static_assert(offsetof(FPHPersistentInteractableInfo, InteractableGUID) == 0x000000, "Member 'FPHPersistentInteractableInfo::InteractableGUID' has a wrong offset!"); \ static_assert(offsetof(FPHPersistentInteractableInfo, InteractablePath) == 0x000010, "Member 'FPHPersistentInteractableInfo::InteractablePath' has a wrong offset!"); \ static_assert(offsetof(FPHPersistentInteractableInfo, NumInteract) == 0x000020, "Member 'FPHPersistentInteractableInfo::NumInteract' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHCinematicModeSettings \ static_assert(alignof(FPHCinematicModeSettings) == 0x000001, "Wrong alignment on FPHCinematicModeSettings"); \ static_assert(sizeof(FPHCinematicModeSettings) == 0x000005, "Wrong size on FPHCinematicModeSettings"); \ static_assert(offsetof(FPHCinematicModeSettings, bCinematicMode) == 0x000000, "Member 'FPHCinematicModeSettings::bCinematicMode' has a wrong offset!"); \ static_assert(offsetof(FPHCinematicModeSettings, bDisableMovementInput) == 0x000001, "Member 'FPHCinematicModeSettings::bDisableMovementInput' has a wrong offset!"); \ static_assert(offsetof(FPHCinematicModeSettings, bDisableLookAtInput) == 0x000002, "Member 'FPHCinematicModeSettings::bDisableLookAtInput' has a wrong offset!"); \ static_assert(offsetof(FPHCinematicModeSettings, bHidePlayer) == 0x000003, "Member 'FPHCinematicModeSettings::bHidePlayer' has a wrong offset!"); \ static_assert(offsetof(FPHCinematicModeSettings, bHideHud) == 0x000004, "Member 'FPHCinematicModeSettings::bHideHud' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FExponentialHeightFogInfo \ static_assert(alignof(FExponentialHeightFogInfo) == 0x000008, "Wrong alignment on FExponentialHeightFogInfo"); \ static_assert(sizeof(FExponentialHeightFogInfo) == 0x0000A8, "Wrong size on FExponentialHeightFogInfo"); \ static_assert(offsetof(FExponentialHeightFogInfo, Location) == 0x000000, "Member 'FExponentialHeightFogInfo::Location' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, FogDensity) == 0x00000C, "Member 'FExponentialHeightFogInfo::FogDensity' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, FogHeightFalloff) == 0x000010, "Member 'FExponentialHeightFogInfo::FogHeightFalloff' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, SecondFogData) == 0x000014, "Member 'FExponentialHeightFogInfo::SecondFogData' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, FogInscatteringColor) == 0x000020, "Member 'FExponentialHeightFogInfo::FogInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, InscatteringColorCubemap) == 0x000030, "Member 'FExponentialHeightFogInfo::InscatteringColorCubemap' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, InscatteringColorCubemapAngle) == 0x000038, "Member 'FExponentialHeightFogInfo::InscatteringColorCubemapAngle' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, InscatteringTextureTint) == 0x00003C, "Member 'FExponentialHeightFogInfo::InscatteringTextureTint' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, FullyDirectionalInscatteringColorDistance) == 0x00004C, "Member 'FExponentialHeightFogInfo::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, NonDirectionalInscatteringColorDistance) == 0x000050, "Member 'FExponentialHeightFogInfo::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, DirectionalInscatteringExponent) == 0x000054, "Member 'FExponentialHeightFogInfo::DirectionalInscatteringExponent' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, DirectionalInscatteringStartDistance) == 0x000058, "Member 'FExponentialHeightFogInfo::DirectionalInscatteringStartDistance' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, DirectionalInscatteringColor) == 0x00005C, "Member 'FExponentialHeightFogInfo::DirectionalInscatteringColor' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, FogMaxOpacity) == 0x00006C, "Member 'FExponentialHeightFogInfo::FogMaxOpacity' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, StartDistance) == 0x000070, "Member 'FExponentialHeightFogInfo::StartDistance' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, FogCutoffDistance) == 0x000074, "Member 'FExponentialHeightFogInfo::FogCutoffDistance' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, bEnableVolumetricFog) == 0x000078, "Member 'FExponentialHeightFogInfo::bEnableVolumetricFog' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, VolumetricFogScatteringDistribution) == 0x00007C, "Member 'FExponentialHeightFogInfo::VolumetricFogScatteringDistribution' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, VolumetricFogAlbedo) == 0x000080, "Member 'FExponentialHeightFogInfo::VolumetricFogAlbedo' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, VolumetricFogEmissive) == 0x000084, "Member 'FExponentialHeightFogInfo::VolumetricFogEmissive' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, VolumetricFogExtinctionScale) == 0x000094, "Member 'FExponentialHeightFogInfo::VolumetricFogExtinctionScale' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, VolumetricFogDistance) == 0x000098, "Member 'FExponentialHeightFogInfo::VolumetricFogDistance' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, VolumetricFogStaticLightingScatteringIntensity) == 0x00009C, "Member 'FExponentialHeightFogInfo::VolumetricFogStaticLightingScatteringIntensity' has a wrong offset!"); \ static_assert(offsetof(FExponentialHeightFogInfo, bOverrideLightColorsWithFogInscatteringColors) == 0x0000A0, "Member 'FExponentialHeightFogInfo::bOverrideLightColorsWithFogInscatteringColors' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFogActorData \ static_assert(alignof(FFogActorData) == 0x000008, "Wrong alignment on FFogActorData"); \ static_assert(sizeof(FFogActorData) == 0x000170, "Wrong size on FFogActorData"); \ static_assert(offsetof(FFogActorData, FogActor) == 0x000000, "Member 'FFogActorData::FogActor' has a wrong offset!"); \ static_assert(offsetof(FFogActorData, FogComp) == 0x000008, "Member 'FFogActorData::FogComp' has a wrong offset!"); \ static_assert(offsetof(FFogActorData, ProfileName) == 0x000010, "Member 'FFogActorData::ProfileName' has a wrong offset!"); \ static_assert(offsetof(FFogActorData, NextProfileName) == 0x000011, "Member 'FFogActorData::NextProfileName' has a wrong offset!"); \ static_assert(offsetof(FFogActorData, Timer) == 0x000014, "Member 'FFogActorData::Timer' has a wrong offset!"); \ static_assert(offsetof(FFogActorData, Duration) == 0x000018, "Member 'FFogActorData::Duration' has a wrong offset!"); \ static_assert(offsetof(FFogActorData, CurrentInfo) == 0x000020, "Member 'FFogActorData::CurrentInfo' has a wrong offset!"); \ static_assert(offsetof(FFogActorData, NextInfo) == 0x0000C8, "Member 'FFogActorData::NextInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHCondition \ static_assert(alignof(FPHCondition) == 0x000008, "Wrong alignment on FPHCondition"); \ static_assert(sizeof(FPHCondition) == 0x000010, "Wrong size on FPHCondition"); \ static_assert(offsetof(FPHCondition, ConditionEventClassType) == 0x000000, "Member 'FPHCondition::ConditionEventClassType' has a wrong offset!"); \ static_assert(offsetof(FPHCondition, bEventCalled) == 0x000008, "Member 'FPHCondition::bEventCalled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHConditionReaction \ static_assert(alignof(FPHConditionReaction) == 0x000008, "Wrong alignment on FPHConditionReaction"); \ static_assert(sizeof(FPHConditionReaction) == 0x000030, "Wrong size on FPHConditionReaction"); \ static_assert(offsetof(FPHConditionReaction, ConditionReactionNote) == 0x000000, "Member 'FPHConditionReaction::ConditionReactionNote' has a wrong offset!"); \ static_assert(offsetof(FPHConditionReaction, ConditionCollection) == 0x000010, "Member 'FPHConditionReaction::ConditionCollection' has a wrong offset!"); \ static_assert(offsetof(FPHConditionReaction, ReactionCollection) == 0x000020, "Member 'FPHConditionReaction::ReactionCollection' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHFlashlightPowerModeData \ static_assert(alignof(FPHFlashlightPowerModeData) == 0x000008, "Wrong alignment on FPHFlashlightPowerModeData"); \ static_assert(sizeof(FPHFlashlightPowerModeData) == 0x000010, "Wrong size on FPHFlashlightPowerModeData"); \ static_assert(offsetof(FPHFlashlightPowerModeData, PowerMode) == 0x000000, "Member 'FPHFlashlightPowerModeData::PowerMode' has a wrong offset!"); \ static_assert(offsetof(FPHFlashlightPowerModeData, Duration) == 0x000004, "Member 'FPHFlashlightPowerModeData::Duration' has a wrong offset!"); \ static_assert(offsetof(FPHFlashlightPowerModeData, Curve) == 0x000008, "Member 'FPHFlashlightPowerModeData::Curve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FInteractableSequenceEntry \ static_assert(alignof(FInteractableSequenceEntry) == 0x000001, "Wrong alignment on FInteractableSequenceEntry"); \ static_assert(sizeof(FInteractableSequenceEntry) == 0x000001, "Wrong size on FInteractableSequenceEntry"); \ static_assert(offsetof(FInteractableSequenceEntry, State) == 0x000000, "Member 'FInteractableSequenceEntry::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHPlayerInfo \ static_assert(alignof(FPHPlayerInfo) == 0x000004, "Wrong alignment on FPHPlayerInfo"); \ static_assert(sizeof(FPHPlayerInfo) == 0x000020, "Wrong size on FPHPlayerInfo"); \ static_assert(offsetof(FPHPlayerInfo, PlayerController) == 0x000000, "Member 'FPHPlayerInfo::PlayerController' has a wrong offset!"); \ static_assert(offsetof(FPHPlayerInfo, PlayerCharacter) == 0x000008, "Member 'FPHPlayerInfo::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(FPHPlayerInfo, PlayerCameraManager) == 0x000010, "Member 'FPHPlayerInfo::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(FPHPlayerInfo, PlayerCamera) == 0x000018, "Member 'FPHPlayerInfo::PlayerCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHGameplayTagBroadcastInfo \ static_assert(alignof(FPHGameplayTagBroadcastInfo) == 0x000008, "Wrong alignment on FPHGameplayTagBroadcastInfo"); \ static_assert(sizeof(FPHGameplayTagBroadcastInfo) == 0x000028, "Wrong size on FPHGameplayTagBroadcastInfo"); \ static_assert(offsetof(FPHGameplayTagBroadcastInfo, bOnlySendEventTagsOnce) == 0x000000, "Member 'FPHGameplayTagBroadcastInfo::bOnlySendEventTagsOnce' has a wrong offset!"); \ static_assert(offsetof(FPHGameplayTagBroadcastInfo, BroadcastEventTags) == 0x000008, "Member 'FPHGameplayTagBroadcastInfo::BroadcastEventTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHDOFAdjustmentInfo \ static_assert(alignof(FPHDOFAdjustmentInfo) == 0x000004, "Wrong alignment on FPHDOFAdjustmentInfo"); \ static_assert(sizeof(FPHDOFAdjustmentInfo) == 0x00002C, "Wrong size on FPHDOFAdjustmentInfo"); \ static_assert(offsetof(FPHDOFAdjustmentInfo, InterpSpeed) == 0x000000, "Member 'FPHDOFAdjustmentInfo::InterpSpeed' has a wrong offset!"); \ static_assert(offsetof(FPHDOFAdjustmentInfo, bShouldAutoFocus) == 0x000004, "Member 'FPHDOFAdjustmentInfo::bShouldAutoFocus' has a wrong offset!"); \ static_assert(offsetof(FPHDOFAdjustmentInfo, ManualFocalDistance) == 0x000008, "Member 'FPHDOFAdjustmentInfo::ManualFocalDistance' has a wrong offset!"); \ static_assert(offsetof(FPHDOFAdjustmentInfo, DefaultAutoFocusDistance) == 0x00000C, "Member 'FPHDOFAdjustmentInfo::DefaultAutoFocusDistance' has a wrong offset!"); \ static_assert(offsetof(FPHDOFAdjustmentInfo, TraceDistance) == 0x000010, "Member 'FPHDOFAdjustmentInfo::TraceDistance' has a wrong offset!"); \ static_assert(offsetof(FPHDOFAdjustmentInfo, FastSpeedRate) == 0x000014, "Member 'FPHDOFAdjustmentInfo::FastSpeedRate' has a wrong offset!"); \ static_assert(offsetof(FPHDOFAdjustmentInfo, SlowSpeedRate) == 0x000018, "Member 'FPHDOFAdjustmentInfo::SlowSpeedRate' has a wrong offset!"); \ static_assert(offsetof(FPHDOFAdjustmentInfo, ThresholdDistance) == 0x00001C, "Member 'FPHDOFAdjustmentInfo::ThresholdDistance' has a wrong offset!"); \ static_assert(offsetof(FPHDOFAdjustmentInfo, DistanceOffset) == 0x000020, "Member 'FPHDOFAdjustmentInfo::DistanceOffset' has a wrong offset!"); \ static_assert(offsetof(FPHDOFAdjustmentInfo, TraceChannel) == 0x000024, "Member 'FPHDOFAdjustmentInfo::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(FPHDOFAdjustmentInfo, CurrentCalculatedDistance) == 0x000028, "Member 'FPHDOFAdjustmentInfo::CurrentCalculatedDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHChapterStateProgressionInfo \ static_assert(alignof(FPHChapterStateProgressionInfo) == 0x000008, "Wrong alignment on FPHChapterStateProgressionInfo"); \ static_assert(sizeof(FPHChapterStateProgressionInfo) == 0x000038, "Wrong size on FPHChapterStateProgressionInfo"); \ static_assert(offsetof(FPHChapterStateProgressionInfo, ActivationTags) == 0x000008, "Member 'FPHChapterStateProgressionInfo::ActivationTags' has a wrong offset!"); \ static_assert(offsetof(FPHChapterStateProgressionInfo, OnInteractBeganTags) == 0x000018, "Member 'FPHChapterStateProgressionInfo::OnInteractBeganTags' has a wrong offset!"); \ static_assert(offsetof(FPHChapterStateProgressionInfo, OnInteractEndTags) == 0x000028, "Member 'FPHChapterStateProgressionInfo::OnInteractEndTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHSoundEffect \ static_assert(alignof(FPHSoundEffect) == 0x000008, "Wrong alignment on FPHSoundEffect"); \ static_assert(sizeof(FPHSoundEffect) == 0x000048, "Wrong size on FPHSoundEffect"); \ static_assert(offsetof(FPHSoundEffect, Sound) == 0x000000, "Member 'FPHSoundEffect::Sound' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffect, VolumeMultiplier) == 0x000008, "Member 'FPHSoundEffect::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffect, PitchMultiplier) == 0x00000C, "Member 'FPHSoundEffect::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffect, StartTime) == 0x000010, "Member 'FPHSoundEffect::StartTime' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffect, bIs2DSound) == 0x000014, "Member 'FPHSoundEffect::bIs2DSound' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffect, bIsUISound) == 0x000015, "Member 'FPHSoundEffect::bIsUISound' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffect, RelativeLocation) == 0x000018, "Member 'FPHSoundEffect::RelativeLocation' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffect, RelativeRotation) == 0x000024, "Member 'FPHSoundEffect::RelativeRotation' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffect, ConcurrencySettings) == 0x000030, "Member 'FPHSoundEffect::ConcurrencySettings' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffect, AttenuationSettings) == 0x000038, "Member 'FPHSoundEffect::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffect, PlayingSound) == 0x000040, "Member 'FPHSoundEffect::PlayingSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHDialogueSound \ static_assert(alignof(FPHDialogueSound) == 0x000008, "Wrong alignment on FPHDialogueSound"); \ static_assert(sizeof(FPHDialogueSound) == 0x000058, "Wrong size on FPHDialogueSound"); \ static_assert(offsetof(FPHDialogueSound, Dialogue) == 0x000000, "Member 'FPHDialogueSound::Dialogue' has a wrong offset!"); \ static_assert(offsetof(FPHDialogueSound, Context) == 0x000008, "Member 'FPHDialogueSound::Context' has a wrong offset!"); \ static_assert(offsetof(FPHDialogueSound, bIs2DSound) == 0x000020, "Member 'FPHDialogueSound::bIs2DSound' has a wrong offset!"); \ static_assert(offsetof(FPHDialogueSound, bPlayOnInteractor) == 0x000021, "Member 'FPHDialogueSound::bPlayOnInteractor' has a wrong offset!"); \ static_assert(offsetof(FPHDialogueSound, Location) == 0x000024, "Member 'FPHDialogueSound::Location' has a wrong offset!"); \ static_assert(offsetof(FPHDialogueSound, Rotation) == 0x000030, "Member 'FPHDialogueSound::Rotation' has a wrong offset!"); \ static_assert(offsetof(FPHDialogueSound, VolumeMultiplier) == 0x00003C, "Member 'FPHDialogueSound::VolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(FPHDialogueSound, PitchMultiplier) == 0x000040, "Member 'FPHDialogueSound::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(FPHDialogueSound, StartTime) == 0x000044, "Member 'FPHDialogueSound::StartTime' has a wrong offset!"); \ static_assert(offsetof(FPHDialogueSound, AttenuationSettings) == 0x000048, "Member 'FPHDialogueSound::AttenuationSettings' has a wrong offset!"); \ static_assert(offsetof(FPHDialogueSound, PlayingDialogue) == 0x000050, "Member 'FPHDialogueSound::PlayingDialogue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHSoundEffectSet \ static_assert(alignof(FPHSoundEffectSet) == 0x000008, "Wrong alignment on FPHSoundEffectSet"); \ static_assert(sizeof(FPHSoundEffectSet) == 0x0000F0, "Wrong size on FPHSoundEffectSet"); \ static_assert(offsetof(FPHSoundEffectSet, bPlaySoundEffects) == 0x000000, "Member 'FPHSoundEffectSet::bPlaySoundEffects' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffectSet, Tonal) == 0x000008, "Member 'FPHSoundEffectSet::Tonal' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffectSet, Foley) == 0x000050, "Member 'FPHSoundEffectSet::Foley' has a wrong offset!"); \ static_assert(offsetof(FPHSoundEffectSet, VO) == 0x000098, "Member 'FPHSoundEffectSet::VO' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHInteractableStateProperties \ static_assert(alignof(FPHInteractableStateProperties) == 0x000008, "Wrong alignment on FPHInteractableStateProperties"); \ static_assert(sizeof(FPHInteractableStateProperties) == 0x0003C8, "Wrong size on FPHInteractableStateProperties"); \ static_assert(offsetof(FPHInteractableStateProperties, InteractableState) == 0x000001, "Member 'FPHInteractableStateProperties::InteractableState' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, InteractionMode) == 0x000002, "Member 'FPHInteractableStateProperties::InteractionMode' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, bEnableInteraction) == 0x000003, "Member 'FPHInteractableStateProperties::bEnableInteraction' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, bForcePlayerInteraction) == 0x000004, "Member 'FPHInteractableStateProperties::bForcePlayerInteraction' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, InteractorPlayerIndex) == 0x000008, "Member 'FPHInteractableStateProperties::InteractorPlayerIndex' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, bInteractionTriggersOnce) == 0x00000C, "Member 'FPHInteractableStateProperties::bInteractionTriggersOnce' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, bInteractionWasTriggered) == 0x00000D, "Member 'FPHInteractableStateProperties::bInteractionWasTriggered' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, bEndInteractionWasTriggered) == 0x00000E, "Member 'FPHInteractableStateProperties::bEndInteractionWasTriggered' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, bInteractionHasCooldown) == 0x00000F, "Member 'FPHInteractableStateProperties::bInteractionHasCooldown' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, InteractionCooldownDuration) == 0x000010, "Member 'FPHInteractableStateProperties::InteractionCooldownDuration' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, LastEndInteractGameTime) == 0x000014, "Member 'FPHInteractableStateProperties::LastEndInteractGameTime' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, bTransitionToNewState) == 0x000018, "Member 'FPHInteractableStateProperties::bTransitionToNewState' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, NewTransitionState) == 0x000019, "Member 'FPHInteractableStateProperties::NewTransitionState' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, bKeepHoverStateOnInteract) == 0x00001A, "Member 'FPHInteractableStateProperties::bKeepHoverStateOnInteract' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, RegisteredInteractableEvents) == 0x000020, "Member 'FPHInteractableStateProperties::RegisteredInteractableEvents' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, ReceivedInteractableEventHistory) == 0x000030, "Member 'FPHInteractableStateProperties::ReceivedInteractableEventHistory' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, RegisteredChapterEvents) == 0x000050, "Member 'FPHInteractableStateProperties::RegisteredChapterEvents' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, ReceivedChapterEventHistory) == 0x000060, "Member 'FPHInteractableStateProperties::ReceivedChapterEventHistory' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, RegisteredInteractableEOEvents) == 0x000080, "Member 'FPHInteractableStateProperties::RegisteredInteractableEOEvents' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, ReceivedInteractableEOEvents) == 0x000090, "Member 'FPHInteractableStateProperties::ReceivedInteractableEOEvents' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, RegisteredChapterEOEvents) == 0x0000A0, "Member 'FPHInteractableStateProperties::RegisteredChapterEOEvents' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, ReceivedChapterEOEvents) == 0x0000B0, "Member 'FPHInteractableStateProperties::ReceivedChapterEOEvents' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, EventBlockerTags) == 0x0000C0, "Member 'FPHInteractableStateProperties::EventBlockerTags' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, EOEventBlockers) == 0x0000E0, "Member 'FPHInteractableStateProperties::EOEventBlockers' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, BroadcastOnInteractBeginEvents) == 0x0000F0, "Member 'FPHInteractableStateProperties::BroadcastOnInteractBeginEvents' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, BroadcastOnInteractEndEvents) == 0x000110, "Member 'FPHInteractableStateProperties::BroadcastOnInteractEndEvents' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, OnInteractBeginEffects) == 0x000130, "Member 'FPHInteractableStateProperties::OnInteractBeginEffects' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, OnInteractEndEffects) == 0x000140, "Member 'FPHInteractableStateProperties::OnInteractEndEffects' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, HoverTraceDistance) == 0x000150, "Member 'FPHInteractableStateProperties::HoverTraceDistance' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, DefaultCrosshair) == 0x000158, "Member 'FPHInteractableStateProperties::DefaultCrosshair' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, InteractingCrosshair) == 0x000188, "Member 'FPHInteractableStateProperties::InteractingCrosshair' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, TriggeredCrosshair) == 0x0001B8, "Member 'FPHInteractableStateProperties::TriggeredCrosshair' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, OnInteractBeginSoundEffects) == 0x0001E8, "Member 'FPHInteractableStateProperties::OnInteractBeginSoundEffects' has a wrong offset!"); \ static_assert(offsetof(FPHInteractableStateProperties, OnInteractEndSoundEffects) == 0x0002D8, "Member 'FPHInteractableStateProperties::OnInteractEndSoundEffects' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPostWorkTick \ static_assert(alignof(FPostWorkTick) == 0x000008, "Wrong alignment on FPostWorkTick"); \ static_assert(sizeof(FPostWorkTick) == 0x000030, "Wrong size on FPostWorkTick"); \ #define DUMPER7_ASSERTS_FPHChapterStatesArray \ static_assert(alignof(FPHChapterStatesArray) == 0x000008, "Wrong alignment on FPHChapterStatesArray"); \ static_assert(sizeof(FPHChapterStatesArray) == 0x000010, "Wrong size on FPHChapterStatesArray"); \ static_assert(offsetof(FPHChapterStatesArray, States) == 0x000000, "Member 'FPHChapterStatesArray::States' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHChapterStateTableRow \ static_assert(alignof(FPHChapterStateTableRow) == 0x000008, "Wrong alignment on FPHChapterStateTableRow"); \ static_assert(sizeof(FPHChapterStateTableRow) == 0x000018, "Wrong size on FPHChapterStateTableRow"); \ static_assert(offsetof(FPHChapterStateTableRow, ChapterTag) == 0x000008, "Member 'FPHChapterStateTableRow::ChapterTag' has a wrong offset!"); \ static_assert(offsetof(FPHChapterStateTableRow, ChapterTable) == 0x000010, "Member 'FPHChapterStateTableRow::ChapterTable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHSceneRow \ static_assert(alignof(FPHSceneRow) == 0x000008, "Wrong alignment on FPHSceneRow"); \ static_assert(sizeof(FPHSceneRow) == 0x000010, "Wrong size on FPHSceneRow"); \ static_assert(offsetof(FPHSceneRow, Chapter) == 0x000008, "Member 'FPHSceneRow::Chapter' has a wrong offset!"); \ static_assert(offsetof(FPHSceneRow, Act) == 0x000009, "Member 'FPHSceneRow::Act' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHChapterRow \ static_assert(alignof(FPHChapterRow) == 0x000008, "Wrong alignment on FPHChapterRow"); \ static_assert(sizeof(FPHChapterRow) == 0x000010, "Wrong size on FPHChapterRow"); \ static_assert(offsetof(FPHChapterRow, Act) == 0x000008, "Member 'FPHChapterRow::Act' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHChapterStateItem \ static_assert(alignof(FPHChapterStateItem) == 0x000004, "Wrong alignment on FPHChapterStateItem"); \ static_assert(sizeof(FPHChapterStateItem) == 0x00000C, "Wrong size on FPHChapterStateItem"); \ static_assert(offsetof(FPHChapterStateItem, Name) == 0x000000, "Member 'FPHChapterStateItem::Name' has a wrong offset!"); \ static_assert(offsetof(FPHChapterStateItem, Status) == 0x000008, "Member 'FPHChapterStateItem::Status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPHChapterStateRow \ static_assert(alignof(FPHChapterStateRow) == 0x000008, "Wrong alignment on FPHChapterStateRow"); \ static_assert(sizeof(FPHChapterStateRow) == 0x000018, "Wrong size on FPHChapterStateRow"); \ static_assert(offsetof(FPHChapterStateRow, Name) == 0x000008, "Member 'FPHChapterStateRow::Name' has a wrong offset!"); \ static_assert(offsetof(FPHChapterStateRow, Index) == 0x000010, "Member 'FPHChapterStateRow::Index' has a wrong offset!"); \ static_assert(offsetof(FPHChapterStateRow, Status) == 0x000011, "Member 'FPHChapterStateRow::Status' has a wrong offset!"); \ static_assert(offsetof(FPHChapterStateRow, Scene) == 0x000012, "Member 'FPHChapterStateRow::Scene' has a wrong offset!"); \ static_assert(offsetof(FPHChapterStateRow, Chapter) == 0x000013, "Member 'FPHChapterStateRow::Chapter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHGameEngine \ static_assert(alignof(UPHGameEngine) == 0x000008, "Wrong alignment on UPHGameEngine"); \ static_assert(sizeof(UPHGameEngine) == 0x000D90, "Wrong size on UPHGameEngine"); \ #define DUMPER7_ASSERTS_EOFootstepOverlapper_BlockFootstepSound \ static_assert(alignof(EOFootstepOverlapper_BlockFootstepSound) == 0x000008, "Wrong alignment on EOFootstepOverlapper_BlockFootstepSound"); \ static_assert(sizeof(EOFootstepOverlapper_BlockFootstepSound) == 0x000020, "Wrong size on EOFootstepOverlapper_BlockFootstepSound"); \ static_assert(offsetof(EOFootstepOverlapper_BlockFootstepSound, Location) == 0x000000, "Member 'EOFootstepOverlapper_BlockFootstepSound::Location' has a wrong offset!"); \ static_assert(offsetof(EOFootstepOverlapper_BlockFootstepSound, PhysicalSurface) == 0x00000C, "Member 'EOFootstepOverlapper_BlockFootstepSound::PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(EOFootstepOverlapper_BlockFootstepSound, FootstepSourceActor) == 0x000010, "Member 'EOFootstepOverlapper_BlockFootstepSound::FootstepSourceActor' has a wrong offset!"); \ static_assert(offsetof(EOFootstepOverlapper_BlockFootstepSound, ReturnValue) == 0x000018, "Member 'EOFootstepOverlapper_BlockFootstepSound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive \ static_assert(alignof(EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive) == 0x000008, "Wrong alignment on EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive"); \ static_assert(sizeof(EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive) == 0x000020, "Wrong size on EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive"); \ static_assert(offsetof(EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive, Location) == 0x000000, "Member 'EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive::Location' has a wrong offset!"); \ static_assert(offsetof(EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive, PhysicalSurface) == 0x00000C, "Member 'EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive::PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive, FootstepSourceActor) == 0x000010, "Member 'EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive::FootstepSourceActor' has a wrong offset!"); \ static_assert(offsetof(EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive, ReturnValue) == 0x000018, "Member 'EOFootstepOverlapper_FootstepSurfaceSoundVolumeAdditive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFootstepOverlapper_GetFootstepOverlapPriority \ static_assert(alignof(EOFootstepOverlapper_GetFootstepOverlapPriority) == 0x000004, "Wrong alignment on EOFootstepOverlapper_GetFootstepOverlapPriority"); \ static_assert(sizeof(EOFootstepOverlapper_GetFootstepOverlapPriority) == 0x000004, "Wrong size on EOFootstepOverlapper_GetFootstepOverlapPriority"); \ static_assert(offsetof(EOFootstepOverlapper_GetFootstepOverlapPriority, ReturnValue) == 0x000000, "Member 'EOFootstepOverlapper_GetFootstepOverlapPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFootstepOverlapper_OnFootstepOverlap \ static_assert(alignof(EOFootstepOverlapper_OnFootstepOverlap) == 0x000008, "Wrong alignment on EOFootstepOverlapper_OnFootstepOverlap"); \ static_assert(sizeof(EOFootstepOverlapper_OnFootstepOverlap) == 0x000018, "Wrong size on EOFootstepOverlapper_OnFootstepOverlap"); \ static_assert(offsetof(EOFootstepOverlapper_OnFootstepOverlap, Location) == 0x000000, "Member 'EOFootstepOverlapper_OnFootstepOverlap::Location' has a wrong offset!"); \ static_assert(offsetof(EOFootstepOverlapper_OnFootstepOverlap, PhysicalSurface) == 0x00000C, "Member 'EOFootstepOverlapper_OnFootstepOverlap::PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(EOFootstepOverlapper_OnFootstepOverlap, FootstepSourceActor) == 0x000010, "Member 'EOFootstepOverlapper_OnFootstepOverlap::FootstepSourceActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOFootstepOverlapper_OverrideFootstepNoise \ static_assert(alignof(EOFootstepOverlapper_OverrideFootstepNoise) == 0x000008, "Wrong alignment on EOFootstepOverlapper_OverrideFootstepNoise"); \ static_assert(sizeof(EOFootstepOverlapper_OverrideFootstepNoise) == 0x000020, "Wrong size on EOFootstepOverlapper_OverrideFootstepNoise"); \ static_assert(offsetof(EOFootstepOverlapper_OverrideFootstepNoise, Location) == 0x000000, "Member 'EOFootstepOverlapper_OverrideFootstepNoise::Location' has a wrong offset!"); \ static_assert(offsetof(EOFootstepOverlapper_OverrideFootstepNoise, PhysicalSurface) == 0x00000C, "Member 'EOFootstepOverlapper_OverrideFootstepNoise::PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(EOFootstepOverlapper_OverrideFootstepNoise, FootstepSourceActor) == 0x000010, "Member 'EOFootstepOverlapper_OverrideFootstepNoise::FootstepSourceActor' has a wrong offset!"); \ static_assert(offsetof(EOFootstepOverlapper_OverrideFootstepNoise, ReturnValue) == 0x000018, "Member 'EOFootstepOverlapper_OverrideFootstepNoise::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IEOFootstepOverlapper \ static_assert(alignof(IEOFootstepOverlapper) == 0x000001, "Wrong alignment on IEOFootstepOverlapper"); \ static_assert(sizeof(IEOFootstepOverlapper) == 0x000001, "Wrong size on IEOFootstepOverlapper"); \ #define DUMPER7_ASSERTS_PHInteractableBase_ActiveBeginInteract \ static_assert(alignof(PHInteractableBase_ActiveBeginInteract) == 0x000008, "Wrong alignment on PHInteractableBase_ActiveBeginInteract"); \ static_assert(sizeof(PHInteractableBase_ActiveBeginInteract) == 0x000010, "Wrong size on PHInteractableBase_ActiveBeginInteract"); \ static_assert(offsetof(PHInteractableBase_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'PHInteractableBase_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'PHInteractableBase_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_ActiveEndInteract \ static_assert(alignof(PHInteractableBase_ActiveEndInteract) == 0x000008, "Wrong alignment on PHInteractableBase_ActiveEndInteract"); \ static_assert(sizeof(PHInteractableBase_ActiveEndInteract) == 0x000010, "Wrong size on PHInteractableBase_ActiveEndInteract"); \ static_assert(offsetof(PHInteractableBase_ActiveEndInteract, InteractionComponent) == 0x000000, "Member 'PHInteractableBase_ActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_ActiveEndInteract, InteractionActor) == 0x000008, "Member 'PHInteractableBase_ActiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_ConditionalSendEvents \ static_assert(alignof(PHInteractableBase_ConditionalSendEvents) == 0x000008, "Wrong alignment on PHInteractableBase_ConditionalSendEvents"); \ static_assert(sizeof(PHInteractableBase_ConditionalSendEvents) == 0x000020, "Wrong size on PHInteractableBase_ConditionalSendEvents"); \ static_assert(offsetof(PHInteractableBase_ConditionalSendEvents, bSend) == 0x000000, "Member 'PHInteractableBase_ConditionalSendEvents::bSend' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_ConditionalSendEvents, EventsList) == 0x000008, "Member 'PHInteractableBase_ConditionalSendEvents::EventsList' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_ConditionalSendEvents, EventName) == 0x000018, "Member 'PHInteractableBase_ConditionalSendEvents::EventName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_DecrementSequenceIndex \ static_assert(alignof(PHInteractableBase_DecrementSequenceIndex) == 0x000001, "Wrong alignment on PHInteractableBase_DecrementSequenceIndex"); \ static_assert(sizeof(PHInteractableBase_DecrementSequenceIndex) == 0x000001, "Wrong size on PHInteractableBase_DecrementSequenceIndex"); \ static_assert(offsetof(PHInteractableBase_DecrementSequenceIndex, bWrapAround) == 0x000000, "Member 'PHInteractableBase_DecrementSequenceIndex::bWrapAround' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_GetCurrentSequenceIndex \ static_assert(alignof(PHInteractableBase_GetCurrentSequenceIndex) == 0x000004, "Wrong alignment on PHInteractableBase_GetCurrentSequenceIndex"); \ static_assert(sizeof(PHInteractableBase_GetCurrentSequenceIndex) == 0x000004, "Wrong size on PHInteractableBase_GetCurrentSequenceIndex"); \ static_assert(offsetof(PHInteractableBase_GetCurrentSequenceIndex, ReturnValue) == 0x000000, "Member 'PHInteractableBase_GetCurrentSequenceIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_IncrementSequenceIndex \ static_assert(alignof(PHInteractableBase_IncrementSequenceIndex) == 0x000001, "Wrong alignment on PHInteractableBase_IncrementSequenceIndex"); \ static_assert(sizeof(PHInteractableBase_IncrementSequenceIndex) == 0x000001, "Wrong size on PHInteractableBase_IncrementSequenceIndex"); \ static_assert(offsetof(PHInteractableBase_IncrementSequenceIndex, bWrapAround) == 0x000000, "Member 'PHInteractableBase_IncrementSequenceIndex::bWrapAround' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_InertBeginInteract \ static_assert(alignof(PHInteractableBase_InertBeginInteract) == 0x000008, "Wrong alignment on PHInteractableBase_InertBeginInteract"); \ static_assert(sizeof(PHInteractableBase_InertBeginInteract) == 0x000010, "Wrong size on PHInteractableBase_InertBeginInteract"); \ static_assert(offsetof(PHInteractableBase_InertBeginInteract, InteractionComponent) == 0x000000, "Member 'PHInteractableBase_InertBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_InertBeginInteract, InteractionActor) == 0x000008, "Member 'PHInteractableBase_InertBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_InertEndInteract \ static_assert(alignof(PHInteractableBase_InertEndInteract) == 0x000008, "Wrong alignment on PHInteractableBase_InertEndInteract"); \ static_assert(sizeof(PHInteractableBase_InertEndInteract) == 0x000010, "Wrong size on PHInteractableBase_InertEndInteract"); \ static_assert(offsetof(PHInteractableBase_InertEndInteract, InteractionComponent) == 0x000000, "Member 'PHInteractableBase_InertEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_InertEndInteract, InteractionActor) == 0x000008, "Member 'PHInteractableBase_InertEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_K2_PostChapterStateWasCompleted \ static_assert(alignof(PHInteractableBase_K2_PostChapterStateWasCompleted) == 0x000004, "Wrong alignment on PHInteractableBase_K2_PostChapterStateWasCompleted"); \ static_assert(sizeof(PHInteractableBase_K2_PostChapterStateWasCompleted) == 0x000008, "Wrong size on PHInteractableBase_K2_PostChapterStateWasCompleted"); \ static_assert(offsetof(PHInteractableBase_K2_PostChapterStateWasCompleted, StateTag) == 0x000000, "Member 'PHInteractableBase_K2_PostChapterStateWasCompleted::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_K2_PostTryCompleteBlockerEOEvent \ static_assert(alignof(PHInteractableBase_K2_PostTryCompleteBlockerEOEvent) == 0x000008, "Wrong alignment on PHInteractableBase_K2_PostTryCompleteBlockerEOEvent"); \ static_assert(sizeof(PHInteractableBase_K2_PostTryCompleteBlockerEOEvent) == 0x000010, "Wrong size on PHInteractableBase_K2_PostTryCompleteBlockerEOEvent"); \ static_assert(offsetof(PHInteractableBase_K2_PostTryCompleteBlockerEOEvent, Sender) == 0x000000, "Member 'PHInteractableBase_K2_PostTryCompleteBlockerEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_K2_PostTryCompleteBlockerEOEvent, Event) == 0x000008, "Member 'PHInteractableBase_K2_PostTryCompleteBlockerEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_K2_PostTryCompleteChapterEOEvent \ static_assert(alignof(PHInteractableBase_K2_PostTryCompleteChapterEOEvent) == 0x000008, "Wrong alignment on PHInteractableBase_K2_PostTryCompleteChapterEOEvent"); \ static_assert(sizeof(PHInteractableBase_K2_PostTryCompleteChapterEOEvent) == 0x000010, "Wrong size on PHInteractableBase_K2_PostTryCompleteChapterEOEvent"); \ static_assert(offsetof(PHInteractableBase_K2_PostTryCompleteChapterEOEvent, Sender) == 0x000000, "Member 'PHInteractableBase_K2_PostTryCompleteChapterEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_K2_PostTryCompleteChapterEOEvent, Event) == 0x000008, "Member 'PHInteractableBase_K2_PostTryCompleteChapterEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_K2_PostTryCompleteChapterState \ static_assert(alignof(PHInteractableBase_K2_PostTryCompleteChapterState) == 0x000004, "Wrong alignment on PHInteractableBase_K2_PostTryCompleteChapterState"); \ static_assert(sizeof(PHInteractableBase_K2_PostTryCompleteChapterState) == 0x000008, "Wrong size on PHInteractableBase_K2_PostTryCompleteChapterState"); \ static_assert(offsetof(PHInteractableBase_K2_PostTryCompleteChapterState, StateTag) == 0x000000, "Member 'PHInteractableBase_K2_PostTryCompleteChapterState::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_K2_PostTryCompleteInteractableEOEvent \ static_assert(alignof(PHInteractableBase_K2_PostTryCompleteInteractableEOEvent) == 0x000008, "Wrong alignment on PHInteractableBase_K2_PostTryCompleteInteractableEOEvent"); \ static_assert(sizeof(PHInteractableBase_K2_PostTryCompleteInteractableEOEvent) == 0x000010, "Wrong size on PHInteractableBase_K2_PostTryCompleteInteractableEOEvent"); \ static_assert(offsetof(PHInteractableBase_K2_PostTryCompleteInteractableEOEvent, Sender) == 0x000000, "Member 'PHInteractableBase_K2_PostTryCompleteInteractableEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_K2_PostTryCompleteInteractableEOEvent, Event) == 0x000008, "Member 'PHInteractableBase_K2_PostTryCompleteInteractableEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_LogDebug \ static_assert(alignof(PHInteractableBase_LogDebug) == 0x000008, "Wrong alignment on PHInteractableBase_LogDebug"); \ static_assert(sizeof(PHInteractableBase_LogDebug) == 0x000038, "Wrong size on PHInteractableBase_LogDebug"); \ static_assert(offsetof(PHInteractableBase_LogDebug, Tag) == 0x000000, "Member 'PHInteractableBase_LogDebug::Tag' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_LogDebug, inString) == 0x000010, "Member 'PHInteractableBase_LogDebug::inString' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_LogDebug, bPrintToScreen) == 0x000020, "Member 'PHInteractableBase_LogDebug::bPrintToScreen' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_LogDebug, bPrintToLog) == 0x000021, "Member 'PHInteractableBase_LogDebug::bPrintToLog' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_LogDebug, TextColor) == 0x000024, "Member 'PHInteractableBase_LogDebug::TextColor' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_LogDebug, Duration) == 0x000034, "Member 'PHInteractableBase_LogDebug::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_OnChapterStateWasCompleted \ static_assert(alignof(PHInteractableBase_OnChapterStateWasCompleted) == 0x000008, "Wrong alignment on PHInteractableBase_OnChapterStateWasCompleted"); \ static_assert(sizeof(PHInteractableBase_OnChapterStateWasCompleted) == 0x000010, "Wrong size on PHInteractableBase_OnChapterStateWasCompleted"); \ static_assert(offsetof(PHInteractableBase_OnChapterStateWasCompleted, Sender) == 0x000000, "Member 'PHInteractableBase_OnChapterStateWasCompleted::Sender' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_OnChapterStateWasCompleted, Event) == 0x000008, "Member 'PHInteractableBase_OnChapterStateWasCompleted::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_OnReceivedRegisteredBlockerEOEvent \ static_assert(alignof(PHInteractableBase_OnReceivedRegisteredBlockerEOEvent) == 0x000008, "Wrong alignment on PHInteractableBase_OnReceivedRegisteredBlockerEOEvent"); \ static_assert(sizeof(PHInteractableBase_OnReceivedRegisteredBlockerEOEvent) == 0x000010, "Wrong size on PHInteractableBase_OnReceivedRegisteredBlockerEOEvent"); \ static_assert(offsetof(PHInteractableBase_OnReceivedRegisteredBlockerEOEvent, Sender) == 0x000000, "Member 'PHInteractableBase_OnReceivedRegisteredBlockerEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_OnReceivedRegisteredBlockerEOEvent, Event) == 0x000008, "Member 'PHInteractableBase_OnReceivedRegisteredBlockerEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_OnReceivedRegisteredChapterEOEvent \ static_assert(alignof(PHInteractableBase_OnReceivedRegisteredChapterEOEvent) == 0x000008, "Wrong alignment on PHInteractableBase_OnReceivedRegisteredChapterEOEvent"); \ static_assert(sizeof(PHInteractableBase_OnReceivedRegisteredChapterEOEvent) == 0x000010, "Wrong size on PHInteractableBase_OnReceivedRegisteredChapterEOEvent"); \ static_assert(offsetof(PHInteractableBase_OnReceivedRegisteredChapterEOEvent, Sender) == 0x000000, "Member 'PHInteractableBase_OnReceivedRegisteredChapterEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_OnReceivedRegisteredChapterEOEvent, Event) == 0x000008, "Member 'PHInteractableBase_OnReceivedRegisteredChapterEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_OnReceivedRegisteredInteractableEOEvent \ static_assert(alignof(PHInteractableBase_OnReceivedRegisteredInteractableEOEvent) == 0x000008, "Wrong alignment on PHInteractableBase_OnReceivedRegisteredInteractableEOEvent"); \ static_assert(sizeof(PHInteractableBase_OnReceivedRegisteredInteractableEOEvent) == 0x000010, "Wrong size on PHInteractableBase_OnReceivedRegisteredInteractableEOEvent"); \ static_assert(offsetof(PHInteractableBase_OnReceivedRegisteredInteractableEOEvent, Sender) == 0x000000, "Member 'PHInteractableBase_OnReceivedRegisteredInteractableEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_OnReceivedRegisteredInteractableEOEvent, Event) == 0x000008, "Member 'PHInteractableBase_OnReceivedRegisteredInteractableEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_OnSequenceIndexChanged \ static_assert(alignof(PHInteractableBase_OnSequenceIndexChanged) == 0x000004, "Wrong alignment on PHInteractableBase_OnSequenceIndexChanged"); \ static_assert(sizeof(PHInteractableBase_OnSequenceIndexChanged) == 0x000008, "Wrong size on PHInteractableBase_OnSequenceIndexChanged"); \ static_assert(offsetof(PHInteractableBase_OnSequenceIndexChanged, PreviousIndex) == 0x000000, "Member 'PHInteractableBase_OnSequenceIndexChanged::PreviousIndex' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_OnSequenceIndexChanged, NextIndex) == 0x000004, "Member 'PHInteractableBase_OnSequenceIndexChanged::NextIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_OnTryCompleteChapterState \ static_assert(alignof(PHInteractableBase_OnTryCompleteChapterState) == 0x000008, "Wrong alignment on PHInteractableBase_OnTryCompleteChapterState"); \ static_assert(sizeof(PHInteractableBase_OnTryCompleteChapterState) == 0x000010, "Wrong size on PHInteractableBase_OnTryCompleteChapterState"); \ static_assert(offsetof(PHInteractableBase_OnTryCompleteChapterState, Sender) == 0x000000, "Member 'PHInteractableBase_OnTryCompleteChapterState::Sender' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_OnTryCompleteChapterState, Event) == 0x000008, "Member 'PHInteractableBase_OnTryCompleteChapterState::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_PassiveBeginInteract \ static_assert(alignof(PHInteractableBase_PassiveBeginInteract) == 0x000008, "Wrong alignment on PHInteractableBase_PassiveBeginInteract"); \ static_assert(sizeof(PHInteractableBase_PassiveBeginInteract) == 0x000010, "Wrong size on PHInteractableBase_PassiveBeginInteract"); \ static_assert(offsetof(PHInteractableBase_PassiveBeginInteract, InteractionComponent) == 0x000000, "Member 'PHInteractableBase_PassiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_PassiveBeginInteract, InteractionActor) == 0x000008, "Member 'PHInteractableBase_PassiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_PassiveEndInteract \ static_assert(alignof(PHInteractableBase_PassiveEndInteract) == 0x000008, "Wrong alignment on PHInteractableBase_PassiveEndInteract"); \ static_assert(sizeof(PHInteractableBase_PassiveEndInteract) == 0x000010, "Wrong size on PHInteractableBase_PassiveEndInteract"); \ static_assert(offsetof(PHInteractableBase_PassiveEndInteract, InteractionComponent) == 0x000000, "Member 'PHInteractableBase_PassiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_PassiveEndInteract, InteractionActor) == 0x000008, "Member 'PHInteractableBase_PassiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_PlayInteractableSoundEffects \ static_assert(alignof(PHInteractableBase_PlayInteractableSoundEffects) == 0x000008, "Wrong alignment on PHInteractableBase_PlayInteractableSoundEffects"); \ static_assert(sizeof(PHInteractableBase_PlayInteractableSoundEffects) == 0x0000F0, "Wrong size on PHInteractableBase_PlayInteractableSoundEffects"); \ static_assert(offsetof(PHInteractableBase_PlayInteractableSoundEffects, SoundEffectSet) == 0x000000, "Member 'PHInteractableBase_PlayInteractableSoundEffects::SoundEffectSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_PopInteractableInputMappingContext \ static_assert(alignof(PHInteractableBase_PopInteractableInputMappingContext) == 0x000008, "Wrong alignment on PHInteractableBase_PopInteractableInputMappingContext"); \ static_assert(sizeof(PHInteractableBase_PopInteractableInputMappingContext) == 0x000010, "Wrong size on PHInteractableBase_PopInteractableInputMappingContext"); \ static_assert(offsetof(PHInteractableBase_PopInteractableInputMappingContext, Interactor) == 0x000000, "Member 'PHInteractableBase_PopInteractableInputMappingContext::Interactor' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_PopInteractableInputMappingContext, ReturnValue) == 0x000008, "Member 'PHInteractableBase_PopInteractableInputMappingContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_PostChapterStateWasCompleted \ static_assert(alignof(PHInteractableBase_PostChapterStateWasCompleted) == 0x000004, "Wrong alignment on PHInteractableBase_PostChapterStateWasCompleted"); \ static_assert(sizeof(PHInteractableBase_PostChapterStateWasCompleted) == 0x000008, "Wrong size on PHInteractableBase_PostChapterStateWasCompleted"); \ static_assert(offsetof(PHInteractableBase_PostChapterStateWasCompleted, StateTag) == 0x000000, "Member 'PHInteractableBase_PostChapterStateWasCompleted::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_PostTryCompleteChapterState \ static_assert(alignof(PHInteractableBase_PostTryCompleteChapterState) == 0x000004, "Wrong alignment on PHInteractableBase_PostTryCompleteChapterState"); \ static_assert(sizeof(PHInteractableBase_PostTryCompleteChapterState) == 0x000008, "Wrong size on PHInteractableBase_PostTryCompleteChapterState"); \ static_assert(offsetof(PHInteractableBase_PostTryCompleteChapterState, StateTag) == 0x000000, "Member 'PHInteractableBase_PostTryCompleteChapterState::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_PushInteractableInputMappingContext \ static_assert(alignof(PHInteractableBase_PushInteractableInputMappingContext) == 0x000008, "Wrong alignment on PHInteractableBase_PushInteractableInputMappingContext"); \ static_assert(sizeof(PHInteractableBase_PushInteractableInputMappingContext) == 0x000010, "Wrong size on PHInteractableBase_PushInteractableInputMappingContext"); \ static_assert(offsetof(PHInteractableBase_PushInteractableInputMappingContext, Interactor) == 0x000000, "Member 'PHInteractableBase_PushInteractableInputMappingContext::Interactor' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_PushInteractableInputMappingContext, ReturnValue) == 0x000008, "Member 'PHInteractableBase_PushInteractableInputMappingContext::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetCurrentInteractableState \ static_assert(alignof(PHInteractableBase_SetCurrentInteractableState) == 0x000001, "Wrong alignment on PHInteractableBase_SetCurrentInteractableState"); \ static_assert(sizeof(PHInteractableBase_SetCurrentInteractableState) == 0x000001, "Wrong size on PHInteractableBase_SetCurrentInteractableState"); \ static_assert(offsetof(PHInteractableBase_SetCurrentInteractableState, Value) == 0x000000, "Member 'PHInteractableBase_SetCurrentInteractableState::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetInteractableType \ static_assert(alignof(PHInteractableBase_SetInteractableType) == 0x000001, "Wrong alignment on PHInteractableBase_SetInteractableType"); \ static_assert(sizeof(PHInteractableBase_SetInteractableType) == 0x000001, "Wrong size on PHInteractableBase_SetInteractableType"); \ static_assert(offsetof(PHInteractableBase_SetInteractableType, Value) == 0x000000, "Member 'PHInteractableBase_SetInteractableType::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetInteractDuration \ static_assert(alignof(PHInteractableBase_SetInteractDuration) == 0x000004, "Wrong alignment on PHInteractableBase_SetInteractDuration"); \ static_assert(sizeof(PHInteractableBase_SetInteractDuration) == 0x000004, "Wrong size on PHInteractableBase_SetInteractDuration"); \ static_assert(offsetof(PHInteractableBase_SetInteractDuration, Value) == 0x000000, "Member 'PHInteractableBase_SetInteractDuration::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetInteractionActor \ static_assert(alignof(PHInteractableBase_SetInteractionActor) == 0x000008, "Wrong alignment on PHInteractableBase_SetInteractionActor"); \ static_assert(sizeof(PHInteractableBase_SetInteractionActor) == 0x000008, "Wrong size on PHInteractableBase_SetInteractionActor"); \ static_assert(offsetof(PHInteractableBase_SetInteractionActor, InteractionActor) == 0x000000, "Member 'PHInteractableBase_SetInteractionActor::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetInteractionActorAndComponent \ static_assert(alignof(PHInteractableBase_SetInteractionActorAndComponent) == 0x000008, "Wrong alignment on PHInteractableBase_SetInteractionActorAndComponent"); \ static_assert(sizeof(PHInteractableBase_SetInteractionActorAndComponent) == 0x000010, "Wrong size on PHInteractableBase_SetInteractionActorAndComponent"); \ static_assert(offsetof(PHInteractableBase_SetInteractionActorAndComponent, InteractionComponent) == 0x000000, "Member 'PHInteractableBase_SetInteractionActorAndComponent::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_SetInteractionActorAndComponent, InteractionActor) == 0x000008, "Member 'PHInteractableBase_SetInteractionActorAndComponent::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetInteractionCharacter \ static_assert(alignof(PHInteractableBase_SetInteractionCharacter) == 0x000008, "Wrong alignment on PHInteractableBase_SetInteractionCharacter"); \ static_assert(sizeof(PHInteractableBase_SetInteractionCharacter) == 0x000008, "Wrong size on PHInteractableBase_SetInteractionCharacter"); \ static_assert(offsetof(PHInteractableBase_SetInteractionCharacter, InteractionCharacter) == 0x000000, "Member 'PHInteractableBase_SetInteractionCharacter::InteractionCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetInteractionCharacterAndComponent \ static_assert(alignof(PHInteractableBase_SetInteractionCharacterAndComponent) == 0x000008, "Wrong alignment on PHInteractableBase_SetInteractionCharacterAndComponent"); \ static_assert(sizeof(PHInteractableBase_SetInteractionCharacterAndComponent) == 0x000010, "Wrong size on PHInteractableBase_SetInteractionCharacterAndComponent"); \ static_assert(offsetof(PHInteractableBase_SetInteractionCharacterAndComponent, InteractionComponent) == 0x000000, "Member 'PHInteractableBase_SetInteractionCharacterAndComponent::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_SetInteractionCharacterAndComponent, InteractionCharacter) == 0x000008, "Member 'PHInteractableBase_SetInteractionCharacterAndComponent::InteractionCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetInteractionComponent \ static_assert(alignof(PHInteractableBase_SetInteractionComponent) == 0x000008, "Wrong alignment on PHInteractableBase_SetInteractionComponent"); \ static_assert(sizeof(PHInteractableBase_SetInteractionComponent) == 0x000008, "Wrong size on PHInteractableBase_SetInteractionComponent"); \ static_assert(offsetof(PHInteractableBase_SetInteractionComponent, InteractionComponent) == 0x000000, "Member 'PHInteractableBase_SetInteractionComponent::InteractionComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetInteractionController \ static_assert(alignof(PHInteractableBase_SetInteractionController) == 0x000008, "Wrong alignment on PHInteractableBase_SetInteractionController"); \ static_assert(sizeof(PHInteractableBase_SetInteractionController) == 0x000008, "Wrong size on PHInteractableBase_SetInteractionController"); \ static_assert(offsetof(PHInteractableBase_SetInteractionController, InteractionController) == 0x000000, "Member 'PHInteractableBase_SetInteractionController::InteractionController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetInteractType \ static_assert(alignof(PHInteractableBase_SetInteractType) == 0x000001, "Wrong alignment on PHInteractableBase_SetInteractType"); \ static_assert(sizeof(PHInteractableBase_SetInteractType) == 0x000001, "Wrong size on PHInteractableBase_SetInteractType"); \ static_assert(offsetof(PHInteractableBase_SetInteractType, Value) == 0x000000, "Member 'PHInteractableBase_SetInteractType::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetIsActivated \ static_assert(alignof(PHInteractableBase_SetIsActivated) == 0x000001, "Wrong alignment on PHInteractableBase_SetIsActivated"); \ static_assert(sizeof(PHInteractableBase_SetIsActivated) == 0x000001, "Wrong size on PHInteractableBase_SetIsActivated"); \ static_assert(offsetof(PHInteractableBase_SetIsActivated, Value) == 0x000000, "Member 'PHInteractableBase_SetIsActivated::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetIsHovering \ static_assert(alignof(PHInteractableBase_SetIsHovering) == 0x000001, "Wrong alignment on PHInteractableBase_SetIsHovering"); \ static_assert(sizeof(PHInteractableBase_SetIsHovering) == 0x000001, "Wrong size on PHInteractableBase_SetIsHovering"); \ static_assert(offsetof(PHInteractableBase_SetIsHovering, Value) == 0x000000, "Member 'PHInteractableBase_SetIsHovering::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetIsInteracting \ static_assert(alignof(PHInteractableBase_SetIsInteracting) == 0x000001, "Wrong alignment on PHInteractableBase_SetIsInteracting"); \ static_assert(sizeof(PHInteractableBase_SetIsInteracting) == 0x000001, "Wrong size on PHInteractableBase_SetIsInteracting"); \ static_assert(offsetof(PHInteractableBase_SetIsInteracting, Value) == 0x000000, "Member 'PHInteractableBase_SetIsInteracting::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SetSequenceIndex \ static_assert(alignof(PHInteractableBase_SetSequenceIndex) == 0x000004, "Wrong alignment on PHInteractableBase_SetSequenceIndex"); \ static_assert(sizeof(PHInteractableBase_SetSequenceIndex) == 0x000004, "Wrong size on PHInteractableBase_SetSequenceIndex"); \ static_assert(offsetof(PHInteractableBase_SetSequenceIndex, SequenceIndex_0) == 0x000000, "Member 'PHInteractableBase_SetSequenceIndex::SequenceIndex_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_StopInteractableSoundEffects \ static_assert(alignof(PHInteractableBase_StopInteractableSoundEffects) == 0x000008, "Wrong alignment on PHInteractableBase_StopInteractableSoundEffects"); \ static_assert(sizeof(PHInteractableBase_StopInteractableSoundEffects) == 0x0000F0, "Wrong size on PHInteractableBase_StopInteractableSoundEffects"); \ static_assert(offsetof(PHInteractableBase_StopInteractableSoundEffects, SoundEffectSet) == 0x000000, "Member 'PHInteractableBase_StopInteractableSoundEffects::SoundEffectSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_StopLoopingInteractableSoundEffects \ static_assert(alignof(PHInteractableBase_StopLoopingInteractableSoundEffects) == 0x000008, "Wrong alignment on PHInteractableBase_StopLoopingInteractableSoundEffects"); \ static_assert(sizeof(PHInteractableBase_StopLoopingInteractableSoundEffects) == 0x0000F0, "Wrong size on PHInteractableBase_StopLoopingInteractableSoundEffects"); \ static_assert(offsetof(PHInteractableBase_StopLoopingInteractableSoundEffects, SoundEffectSet) == 0x000000, "Member 'PHInteractableBase_StopLoopingInteractableSoundEffects::SoundEffectSet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_SwitchState \ static_assert(alignof(PHInteractableBase_SwitchState) == 0x000001, "Wrong alignment on PHInteractableBase_SwitchState"); \ static_assert(sizeof(PHInteractableBase_SwitchState) == 0x000002, "Wrong size on PHInteractableBase_SwitchState"); \ static_assert(offsetof(PHInteractableBase_SwitchState, NewState) == 0x000000, "Member 'PHInteractableBase_SwitchState::NewState' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_SwitchState, bForceSwitch) == 0x000001, "Member 'PHInteractableBase_SwitchState::bForceSwitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_TeleportInteractorToRelocatorActor \ static_assert(alignof(PHInteractableBase_TeleportInteractorToRelocatorActor) == 0x000008, "Wrong alignment on PHInteractableBase_TeleportInteractorToRelocatorActor"); \ static_assert(sizeof(PHInteractableBase_TeleportInteractorToRelocatorActor) == 0x000008, "Wrong size on PHInteractableBase_TeleportInteractorToRelocatorActor"); \ static_assert(offsetof(PHInteractableBase_TeleportInteractorToRelocatorActor, Relocator) == 0x000000, "Member 'PHInteractableBase_TeleportInteractorToRelocatorActor::Relocator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_TeleportInteractorToRelocatorComponent \ static_assert(alignof(PHInteractableBase_TeleportInteractorToRelocatorComponent) == 0x000008, "Wrong alignment on PHInteractableBase_TeleportInteractorToRelocatorComponent"); \ static_assert(sizeof(PHInteractableBase_TeleportInteractorToRelocatorComponent) == 0x000008, "Wrong size on PHInteractableBase_TeleportInteractorToRelocatorComponent"); \ static_assert(offsetof(PHInteractableBase_TeleportInteractorToRelocatorComponent, Relocator) == 0x000000, "Member 'PHInteractableBase_TeleportInteractorToRelocatorComponent::Relocator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_TickActiveState \ static_assert(alignof(PHInteractableBase_TickActiveState) == 0x000004, "Wrong alignment on PHInteractableBase_TickActiveState"); \ static_assert(sizeof(PHInteractableBase_TickActiveState) == 0x000004, "Wrong size on PHInteractableBase_TickActiveState"); \ static_assert(offsetof(PHInteractableBase_TickActiveState, DeltaSeconds) == 0x000000, "Member 'PHInteractableBase_TickActiveState::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_TickInertState \ static_assert(alignof(PHInteractableBase_TickInertState) == 0x000004, "Wrong alignment on PHInteractableBase_TickInertState"); \ static_assert(sizeof(PHInteractableBase_TickInertState) == 0x000004, "Wrong size on PHInteractableBase_TickInertState"); \ static_assert(offsetof(PHInteractableBase_TickInertState, DeltaSeconds) == 0x000000, "Member 'PHInteractableBase_TickInertState::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_TickPassiveState \ static_assert(alignof(PHInteractableBase_TickPassiveState) == 0x000004, "Wrong alignment on PHInteractableBase_TickPassiveState"); \ static_assert(sizeof(PHInteractableBase_TickPassiveState) == 0x000004, "Wrong size on PHInteractableBase_TickPassiveState"); \ static_assert(offsetof(PHInteractableBase_TickPassiveState, DeltaSeconds) == 0x000000, "Member 'PHInteractableBase_TickPassiveState::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_TryTriggerStateSwitchEOEvent \ static_assert(alignof(PHInteractableBase_TryTriggerStateSwitchEOEvent) == 0x000008, "Wrong alignment on PHInteractableBase_TryTriggerStateSwitchEOEvent"); \ static_assert(sizeof(PHInteractableBase_TryTriggerStateSwitchEOEvent) == 0x0003E0, "Wrong size on PHInteractableBase_TryTriggerStateSwitchEOEvent"); \ static_assert(offsetof(PHInteractableBase_TryTriggerStateSwitchEOEvent, Sender) == 0x000000, "Member 'PHInteractableBase_TryTriggerStateSwitchEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_TryTriggerStateSwitchEOEvent, Event) == 0x000008, "Member 'PHInteractableBase_TryTriggerStateSwitchEOEvent::Event' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_TryTriggerStateSwitchEOEvent, StateProperties) == 0x000010, "Member 'PHInteractableBase_TryTriggerStateSwitchEOEvent::StateProperties' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_TryTriggerStateSwitchEOEvent, bIsDirectorEvent) == 0x0003D8, "Member 'PHInteractableBase_TryTriggerStateSwitchEOEvent::bIsDirectorEvent' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_TryTriggerStateSwitchEOEvent, ReturnValue) == 0x0003D9, "Member 'PHInteractableBase_TryTriggerStateSwitchEOEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_TryTriggerStateSwitchEvent \ static_assert(alignof(PHInteractableBase_TryTriggerStateSwitchEvent) == 0x000008, "Wrong alignment on PHInteractableBase_TryTriggerStateSwitchEvent"); \ static_assert(sizeof(PHInteractableBase_TryTriggerStateSwitchEvent) == 0x0003D8, "Wrong size on PHInteractableBase_TryTriggerStateSwitchEvent"); \ static_assert(offsetof(PHInteractableBase_TryTriggerStateSwitchEvent, Tag) == 0x000000, "Member 'PHInteractableBase_TryTriggerStateSwitchEvent::Tag' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_TryTriggerStateSwitchEvent, StateProperties) == 0x000008, "Member 'PHInteractableBase_TryTriggerStateSwitchEvent::StateProperties' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_TryTriggerStateSwitchEvent, bIsDirectorEvent) == 0x0003D0, "Member 'PHInteractableBase_TryTriggerStateSwitchEvent::bIsDirectorEvent' has a wrong offset!"); \ static_assert(offsetof(PHInteractableBase_TryTriggerStateSwitchEvent, ReturnValue) == 0x0003D1, "Member 'PHInteractableBase_TryTriggerStateSwitchEvent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableBase_GetCurrentCrosshairInfo \ static_assert(alignof(PHInteractableBase_GetCurrentCrosshairInfo) == 0x000008, "Wrong alignment on PHInteractableBase_GetCurrentCrosshairInfo"); \ static_assert(sizeof(PHInteractableBase_GetCurrentCrosshairInfo) == 0x000030, "Wrong size on PHInteractableBase_GetCurrentCrosshairInfo"); \ static_assert(offsetof(PHInteractableBase_GetCurrentCrosshairInfo, ReturnValue) == 0x000000, "Member 'PHInteractableBase_GetCurrentCrosshairInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHInteractableBase \ static_assert(alignof(APHInteractableBase) == 0x000008, "Wrong alignment on APHInteractableBase"); \ static_assert(sizeof(APHInteractableBase) == 0x0019A8, "Wrong size on APHInteractableBase"); \ static_assert(offsetof(APHInteractableBase, HoveringActor) == 0x000258, "Member 'APHInteractableBase::HoveringActor' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, HoveredComponent) == 0x000260, "Member 'APHInteractableBase::HoveredComponent' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InitialInteractableState) == 0x000270, "Member 'APHInteractableBase::InitialInteractableState' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, CurrentInteractableState) == 0x000271, "Member 'APHInteractableBase::CurrentInteractableState' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bAllowOthersToInteract) == 0x000272, "Member 'APHInteractableBase::bAllowOthersToInteract' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, ActiveStateProperties) == 0x000278, "Member 'APHInteractableBase::ActiveStateProperties' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, PassiveStateProperties) == 0x000640, "Member 'APHInteractableBase::PassiveStateProperties' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InertStateProperties) == 0x000A08, "Member 'APHInteractableBase::InertStateProperties' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, DisabledStateProperties) == 0x000DD0, "Member 'APHInteractableBase::DisabledStateProperties' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, ReceivedInteractableEvents) == 0x001198, "Member 'APHInteractableBase::ReceivedInteractableEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, ReceivedChapterDirectorEvents) == 0x0011B8, "Member 'APHInteractableBase::ReceivedChapterDirectorEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, SequenceEntries) == 0x0011D8, "Member 'APHInteractableBase::SequenceEntries' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractingActor) == 0x0011E8, "Member 'APHInteractableBase::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractingCharacter) == 0x0011F0, "Member 'APHInteractableBase::InteractingCharacter' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractingController) == 0x0011F8, "Member 'APHInteractableBase::InteractingController' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractedComponent) == 0x001200, "Member 'APHInteractableBase::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bShouldPrintToScreen) == 0x001209, "Member 'APHInteractableBase::bShouldPrintToScreen' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bShouldPrintToLog) == 0x00120A, "Member 'APHInteractableBase::bShouldPrintToLog' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bLogDebug) == 0x00120B, "Member 'APHInteractableBase::bLogDebug' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, LogDebugTag) == 0x001210, "Member 'APHInteractableBase::LogDebugTag' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, CachedObjectName) == 0x001220, "Member 'APHInteractableBase::CachedObjectName' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bIsActivated) == 0x001230, "Member 'APHInteractableBase::bIsActivated' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, AbilitySystemComponent) == 0x001238, "Member 'APHInteractableBase::AbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractProxyComponents) == 0x001240, "Member 'APHInteractableBase::InteractProxyComponents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractionInputMappingContext) == 0x001250, "Member 'APHInteractableBase::InteractionInputMappingContext' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractionInputOverwriteAllActions) == 0x001258, "Member 'APHInteractableBase::InteractionInputOverwriteAllActions' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractionInputPassThroughActions) == 0x001260, "Member 'APHInteractableBase::InteractionInputPassThroughActions' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractionInputBlockedActions) == 0x001270, "Member 'APHInteractableBase::InteractionInputBlockedActions' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractableTonal) == 0x001280, "Member 'APHInteractableBase::InteractableTonal' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractableFoley) == 0x001288, "Member 'APHInteractableBase::InteractableFoley' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractableTonalVolume) == 0x001290, "Member 'APHInteractableBase::InteractableTonalVolume' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, InteractableFoleyVolume) == 0x001294, "Member 'APHInteractableBase::InteractableFoleyVolume' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnInteractSFX) == 0x001298, "Member 'APHInteractableBase::OnInteractSFX' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnEndInteractSFX) == 0x0012A0, "Member 'APHInteractableBase::OnEndInteractSFX' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, SFXVolumeMultiplier) == 0x0012A8, "Member 'APHInteractableBase::SFXVolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, SFXPitchMultiplier) == 0x0012AC, "Member 'APHInteractableBase::SFXPitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, PassiveAudio) == 0x0012B0, "Member 'APHInteractableBase::PassiveAudio' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnHoverBeginSoundEffects) == 0x0012B8, "Member 'APHInteractableBase::OnHoverBeginSoundEffects' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnHoverEndSoundEffects) == 0x0013A8, "Member 'APHInteractableBase::OnHoverEndSoundEffects' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnActivateSoundEffects) == 0x001498, "Member 'APHInteractableBase::OnActivateSoundEffects' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnDeactivateSoundEffects) == 0x001588, "Member 'APHInteractableBase::OnDeactivateSoundEffects' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnConfirmSoundEffects) == 0x001678, "Member 'APHInteractableBase::OnConfirmSoundEffects' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnCancelSoundEffects) == 0x001768, "Member 'APHInteractableBase::OnCancelSoundEffects' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, BeginInteractTag) == 0x001858, "Member 'APHInteractableBase::BeginInteractTag' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, EndInteractTag) == 0x001860, "Member 'APHInteractableBase::EndInteractTag' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bSendOnHoverBeginEvents) == 0x001888, "Member 'APHInteractableBase::bSendOnHoverBeginEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnHoverBeginEvents) == 0x001890, "Member 'APHInteractableBase::OnHoverBeginEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bSendOnHoverEndEvents) == 0x0018A8, "Member 'APHInteractableBase::bSendOnHoverEndEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnHoverEndEvents) == 0x0018B0, "Member 'APHInteractableBase::OnHoverEndEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bOnlySendInteractEventsOnce) == 0x0018C8, "Member 'APHInteractableBase::bOnlySendInteractEventsOnce' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bSendOnInteractBeginEvents) == 0x0018C9, "Member 'APHInteractableBase::bSendOnInteractBeginEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnInteractBeginEvents) == 0x0018D0, "Member 'APHInteractableBase::OnInteractBeginEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bSendOnInteractEndEvents) == 0x0018E8, "Member 'APHInteractableBase::bSendOnInteractEndEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnInteractEndEvents) == 0x0018F0, "Member 'APHInteractableBase::OnInteractEndEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, StartingSequenceIndex) == 0x001908, "Member 'APHInteractableBase::StartingSequenceIndex' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, SequenceIndex) == 0x00190C, "Member 'APHInteractableBase::SequenceIndex' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bSendOnActivateEvents) == 0x001910, "Member 'APHInteractableBase::bSendOnActivateEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnActivateEvents) == 0x001918, "Member 'APHInteractableBase::OnActivateEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bSendOnDeactivateEvents) == 0x001928, "Member 'APHInteractableBase::bSendOnDeactivateEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnDeactivateEvents) == 0x001930, "Member 'APHInteractableBase::OnDeactivateEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bOverrideFocalDistance) == 0x001940, "Member 'APHInteractableBase::bOverrideFocalDistance' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OverrideFocalDistance) == 0x001944, "Member 'APHInteractableBase::OverrideFocalDistance' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, FocalDistanceChangeRate) == 0x001948, "Member 'APHInteractableBase::FocalDistanceChangeRate' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bSendOnConfirmEvents) == 0x00194C, "Member 'APHInteractableBase::bSendOnConfirmEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnConfirmEvents) == 0x001950, "Member 'APHInteractableBase::OnConfirmEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bSendOnCancelEvents) == 0x001968, "Member 'APHInteractableBase::bSendOnCancelEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnCancelEvents) == 0x001970, "Member 'APHInteractableBase::OnCancelEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, bHasPersistentInteractableState) == 0x001988, "Member 'APHInteractableBase::bHasPersistentInteractableState' has a wrong offset!"); \ static_assert(offsetof(APHInteractableBase, OnFirstPersistentInteractEvents) == 0x001998, "Member 'APHInteractableBase::OnFirstPersistentInteractEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraInteractable_BeginViewTargetBlend \ static_assert(alignof(PHCameraInteractable_BeginViewTargetBlend) == 0x000001, "Wrong alignment on PHCameraInteractable_BeginViewTargetBlend"); \ static_assert(sizeof(PHCameraInteractable_BeginViewTargetBlend) == 0x000001, "Wrong size on PHCameraInteractable_BeginViewTargetBlend"); \ static_assert(offsetof(PHCameraInteractable_BeginViewTargetBlend, TargetBlendType) == 0x000000, "Member 'PHCameraInteractable_BeginViewTargetBlend::TargetBlendType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraInteractable_OnInputRotateLeft \ static_assert(alignof(PHCameraInteractable_OnInputRotateLeft) == 0x000004, "Wrong alignment on PHCameraInteractable_OnInputRotateLeft"); \ static_assert(sizeof(PHCameraInteractable_OnInputRotateLeft) == 0x000008, "Wrong size on PHCameraInteractable_OnInputRotateLeft"); \ static_assert(offsetof(PHCameraInteractable_OnInputRotateLeft, RotationValue) == 0x000000, "Member 'PHCameraInteractable_OnInputRotateLeft::RotationValue' has a wrong offset!"); \ static_assert(offsetof(PHCameraInteractable_OnInputRotateLeft, InputDevice) == 0x000004, "Member 'PHCameraInteractable_OnInputRotateLeft::InputDevice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraInteractable_OnInputRotateUp \ static_assert(alignof(PHCameraInteractable_OnInputRotateUp) == 0x000004, "Wrong alignment on PHCameraInteractable_OnInputRotateUp"); \ static_assert(sizeof(PHCameraInteractable_OnInputRotateUp) == 0x000008, "Wrong size on PHCameraInteractable_OnInputRotateUp"); \ static_assert(offsetof(PHCameraInteractable_OnInputRotateUp, RotationValue) == 0x000000, "Member 'PHCameraInteractable_OnInputRotateUp::RotationValue' has a wrong offset!"); \ static_assert(offsetof(PHCameraInteractable_OnInputRotateUp, InputDevice) == 0x000004, "Member 'PHCameraInteractable_OnInputRotateUp::InputDevice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraInteractable_OnViewTargetBlendToInteractableComplete \ static_assert(alignof(PHCameraInteractable_OnViewTargetBlendToInteractableComplete) == 0x000010, "Wrong alignment on PHCameraInteractable_OnViewTargetBlendToInteractableComplete"); \ static_assert(sizeof(PHCameraInteractable_OnViewTargetBlendToInteractableComplete) == 0x000620, "Wrong size on PHCameraInteractable_OnViewTargetBlendToInteractableComplete"); \ static_assert(offsetof(PHCameraInteractable_OnViewTargetBlendToInteractableComplete, PlayerCameraManager) == 0x000000, "Member 'PHCameraInteractable_OnViewTargetBlendToInteractableComplete::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(PHCameraInteractable_OnViewTargetBlendToInteractableComplete, ViewTarget) == 0x000010, "Member 'PHCameraInteractable_OnViewTargetBlendToInteractableComplete::ViewTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraInteractable_OnViewTargetBlendToInteractorComplete \ static_assert(alignof(PHCameraInteractable_OnViewTargetBlendToInteractorComplete) == 0x000010, "Wrong alignment on PHCameraInteractable_OnViewTargetBlendToInteractorComplete"); \ static_assert(sizeof(PHCameraInteractable_OnViewTargetBlendToInteractorComplete) == 0x000620, "Wrong size on PHCameraInteractable_OnViewTargetBlendToInteractorComplete"); \ static_assert(offsetof(PHCameraInteractable_OnViewTargetBlendToInteractorComplete, PlayerCameraManager) == 0x000000, "Member 'PHCameraInteractable_OnViewTargetBlendToInteractorComplete::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(PHCameraInteractable_OnViewTargetBlendToInteractorComplete, ViewTarget) == 0x000010, "Member 'PHCameraInteractable_OnViewTargetBlendToInteractorComplete::ViewTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraInteractable_TryToRotateCamera \ static_assert(alignof(PHCameraInteractable_TryToRotateCamera) == 0x000004, "Wrong alignment on PHCameraInteractable_TryToRotateCamera"); \ static_assert(sizeof(PHCameraInteractable_TryToRotateCamera) == 0x000008, "Wrong size on PHCameraInteractable_TryToRotateCamera"); \ static_assert(offsetof(PHCameraInteractable_TryToRotateCamera, RotationValue) == 0x000000, "Member 'PHCameraInteractable_TryToRotateCamera::RotationValue' has a wrong offset!"); \ static_assert(offsetof(PHCameraInteractable_TryToRotateCamera, Axis) == 0x000004, "Member 'PHCameraInteractable_TryToRotateCamera::Axis' has a wrong offset!"); \ static_assert(offsetof(PHCameraInteractable_TryToRotateCamera, InputDevice) == 0x000005, "Member 'PHCameraInteractable_TryToRotateCamera::InputDevice' has a wrong offset!"); \ static_assert(offsetof(PHCameraInteractable_TryToRotateCamera, ReturnValue) == 0x000006, "Member 'PHCameraInteractable_TryToRotateCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraInteractable_GetViewTargetBlendDestination \ static_assert(alignof(PHCameraInteractable_GetViewTargetBlendDestination) == 0x000001, "Wrong alignment on PHCameraInteractable_GetViewTargetBlendDestination"); \ static_assert(sizeof(PHCameraInteractable_GetViewTargetBlendDestination) == 0x000001, "Wrong size on PHCameraInteractable_GetViewTargetBlendDestination"); \ static_assert(offsetof(PHCameraInteractable_GetViewTargetBlendDestination, ReturnValue) == 0x000000, "Member 'PHCameraInteractable_GetViewTargetBlendDestination::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraInteractable_IsViewTargetBlending \ static_assert(alignof(PHCameraInteractable_IsViewTargetBlending) == 0x000001, "Wrong alignment on PHCameraInteractable_IsViewTargetBlending"); \ static_assert(sizeof(PHCameraInteractable_IsViewTargetBlending) == 0x000001, "Wrong size on PHCameraInteractable_IsViewTargetBlending"); \ static_assert(offsetof(PHCameraInteractable_IsViewTargetBlending, ReturnValue) == 0x000000, "Member 'PHCameraInteractable_IsViewTargetBlending::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHCameraInteractable \ static_assert(alignof(APHCameraInteractable) == 0x000010, "Wrong alignment on APHCameraInteractable"); \ static_assert(sizeof(APHCameraInteractable) == 0x001AB0, "Wrong size on APHCameraInteractable"); \ static_assert(offsetof(APHCameraInteractable, OnBlendToInteractableCompleteGameplayEvents) == 0x0019B8, "Member 'APHCameraInteractable::OnBlendToInteractableCompleteGameplayEvents' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, OnBlendToInteractorCompleteGameplayEvents) == 0x0019C8, "Member 'APHCameraInteractable::OnBlendToInteractorCompleteGameplayEvents' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, Scene) == 0x0019E8, "Member 'APHCameraInteractable::Scene' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, Camera) == 0x0019F0, "Member 'APHCameraInteractable::Camera' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, bShouldDisablePlayerInputBeforeBlend) == 0x0019F8, "Member 'APHCameraInteractable::bShouldDisablePlayerInputBeforeBlend' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, bHidePlayer) == 0x0019F9, "Member 'APHCameraInteractable::bHidePlayer' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, bUseWithCurrentPortal) == 0x0019FA, "Member 'APHCameraInteractable::bUseWithCurrentPortal' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, CinematicSettings) == 0x0019FB, "Member 'APHCameraInteractable::CinematicSettings' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, ViewTargetTransitionInfo) == 0x001A00, "Member 'APHCameraInteractable::ViewTargetTransitionInfo' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, bUseBlendToInteractorTransitionParams) == 0x001A10, "Member 'APHCameraInteractable::bUseBlendToInteractorTransitionParams' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, BlendToInteractorTransitionInfo) == 0x001A14, "Member 'APHCameraInteractable::BlendToInteractorTransitionInfo' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, AllowedCameraRotationAxes) == 0x001A90, "Member 'APHCameraInteractable::AllowedCameraRotationAxes' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, RateInputMultiplier) == 0x001A94, "Member 'APHCameraInteractable::RateInputMultiplier' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, CameraPitchRange) == 0x001A98, "Member 'APHCameraInteractable::CameraPitchRange' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, CameraYawRange) == 0x001A9C, "Member 'APHCameraInteractable::CameraYawRange' has a wrong offset!"); \ static_assert(offsetof(APHCameraInteractable, CameraRollRange) == 0x001AA0, "Member 'APHCameraInteractable::CameraRollRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHCinematicInteractable \ static_assert(alignof(APHCinematicInteractable) == 0x000010, "Wrong alignment on APHCinematicInteractable"); \ static_assert(sizeof(APHCinematicInteractable) == 0x001B00, "Wrong size on APHCinematicInteractable"); \ static_assert(offsetof(APHCinematicInteractable, InteractionBlocker) == 0x001AA8, "Member 'APHCinematicInteractable::InteractionBlocker' has a wrong offset!"); \ static_assert(offsetof(APHCinematicInteractable, CinematicCameraActor) == 0x001AB0, "Member 'APHCinematicInteractable::CinematicCameraActor' has a wrong offset!"); \ static_assert(offsetof(APHCinematicInteractable, LevelSequenceActor) == 0x001AB8, "Member 'APHCinematicInteractable::LevelSequenceActor' has a wrong offset!"); \ static_assert(offsetof(APHCinematicInteractable, PlaybackParams) == 0x001AC0, "Member 'APHCinematicInteractable::PlaybackParams' has a wrong offset!"); \ static_assert(offsetof(APHCinematicInteractable, Relocator) == 0x001AE8, "Member 'APHCinematicInteractable::Relocator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFogProfiles \ static_assert(alignof(UFogProfiles) == 0x000008, "Wrong alignment on UFogProfiles"); \ static_assert(sizeof(UFogProfiles) == 0x000080, "Wrong size on UFogProfiles"); \ static_assert(offsetof(UFogProfiles, Profiles) == 0x000030, "Member 'UFogProfiles::Profiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHBasePhysMatOverrideType \ static_assert(alignof(UPHBasePhysMatOverrideType) == 0x000008, "Wrong alignment on UPHBasePhysMatOverrideType"); \ static_assert(sizeof(UPHBasePhysMatOverrideType) == 0x000028, "Wrong size on UPHBasePhysMatOverrideType"); \ #define DUMPER7_ASSERTS_EOGlobalEffectsManager_InitFogInfo \ static_assert(alignof(EOGlobalEffectsManager_InitFogInfo) == 0x000008, "Wrong alignment on EOGlobalEffectsManager_InitFogInfo"); \ static_assert(sizeof(EOGlobalEffectsManager_InitFogInfo) == 0x000178, "Wrong size on EOGlobalEffectsManager_InitFogInfo"); \ static_assert(offsetof(EOGlobalEffectsManager_InitFogInfo, FogActor) == 0x000000, "Member 'EOGlobalEffectsManager_InitFogInfo::FogActor' has a wrong offset!"); \ static_assert(offsetof(EOGlobalEffectsManager_InitFogInfo, FogInfo) == 0x000008, "Member 'EOGlobalEffectsManager_InitFogInfo::FogInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGlobalEffectsManager_InitializeFogManager \ static_assert(alignof(EOGlobalEffectsManager_InitializeFogManager) == 0x000008, "Wrong alignment on EOGlobalEffectsManager_InitializeFogManager"); \ static_assert(sizeof(EOGlobalEffectsManager_InitializeFogManager) == 0x000018, "Wrong size on EOGlobalEffectsManager_InitializeFogManager"); \ static_assert(offsetof(EOGlobalEffectsManager_InitializeFogManager, FogProfilesAsset) == 0x000000, "Member 'EOGlobalEffectsManager_InitializeFogManager::FogProfilesAsset' has a wrong offset!"); \ static_assert(offsetof(EOGlobalEffectsManager_InitializeFogManager, LevelFogActor) == 0x000008, "Member 'EOGlobalEffectsManager_InitializeFogManager::LevelFogActor' has a wrong offset!"); \ static_assert(offsetof(EOGlobalEffectsManager_InitializeFogManager, PortalFogActor) == 0x000010, "Member 'EOGlobalEffectsManager_InitializeFogManager::PortalFogActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGlobalEffectsManager_SetFogActor \ static_assert(alignof(EOGlobalEffectsManager_SetFogActor) == 0x000008, "Wrong alignment on EOGlobalEffectsManager_SetFogActor"); \ static_assert(sizeof(EOGlobalEffectsManager_SetFogActor) == 0x000010, "Wrong size on EOGlobalEffectsManager_SetFogActor"); \ static_assert(offsetof(EOGlobalEffectsManager_SetFogActor, FogName) == 0x000000, "Member 'EOGlobalEffectsManager_SetFogActor::FogName' has a wrong offset!"); \ static_assert(offsetof(EOGlobalEffectsManager_SetFogActor, FogActor) == 0x000008, "Member 'EOGlobalEffectsManager_SetFogActor::FogActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOGlobalEffectsManager_TransitionFogTo \ static_assert(alignof(EOGlobalEffectsManager_TransitionFogTo) == 0x000004, "Wrong alignment on EOGlobalEffectsManager_TransitionFogTo"); \ static_assert(sizeof(EOGlobalEffectsManager_TransitionFogTo) == 0x000008, "Wrong size on EOGlobalEffectsManager_TransitionFogTo"); \ static_assert(offsetof(EOGlobalEffectsManager_TransitionFogTo, FogName) == 0x000000, "Member 'EOGlobalEffectsManager_TransitionFogTo::FogName' has a wrong offset!"); \ static_assert(offsetof(EOGlobalEffectsManager_TransitionFogTo, NextProfile) == 0x000001, "Member 'EOGlobalEffectsManager_TransitionFogTo::NextProfile' has a wrong offset!"); \ static_assert(offsetof(EOGlobalEffectsManager_TransitionFogTo, Duration) == 0x000004, "Member 'EOGlobalEffectsManager_TransitionFogTo::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOGlobalEffectsManager \ static_assert(alignof(UEOGlobalEffectsManager) == 0x000008, "Wrong alignment on UEOGlobalEffectsManager"); \ static_assert(sizeof(UEOGlobalEffectsManager) == 0x000320, "Wrong size on UEOGlobalEffectsManager"); \ static_assert(offsetof(UEOGlobalEffectsManager, LevelFog) == 0x000038, "Member 'UEOGlobalEffectsManager::LevelFog' has a wrong offset!"); \ static_assert(offsetof(UEOGlobalEffectsManager, PortalFog) == 0x0001A8, "Member 'UEOGlobalEffectsManager::PortalFog' has a wrong offset!"); \ static_assert(offsetof(UEOGlobalEffectsManager, FogProfiles) == 0x000318, "Member 'UEOGlobalEffectsManager::FogProfiles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHEditorUserSettings \ static_assert(alignof(UPHEditorUserSettings) == 0x000008, "Wrong alignment on UPHEditorUserSettings"); \ static_assert(sizeof(UPHEditorUserSettings) == 0x000040, "Wrong size on UPHEditorUserSettings"); \ #define DUMPER7_ASSERTS_UPHE_MsgBoxCloseEvent \ static_assert(alignof(UPHE_MsgBoxCloseEvent) == 0x000008, "Wrong alignment on UPHE_MsgBoxCloseEvent"); \ static_assert(sizeof(UPHE_MsgBoxCloseEvent) == 0x000038, "Wrong size on UPHE_MsgBoxCloseEvent"); \ #define DUMPER7_ASSERTS_IEOLightRelevance \ static_assert(alignof(IEOLightRelevance) == 0x000001, "Wrong alignment on IEOLightRelevance"); \ static_assert(sizeof(IEOLightRelevance) == 0x000001, "Wrong size on IEOLightRelevance"); \ #define DUMPER7_ASSERTS_APHAICharacter \ static_assert(alignof(APHAICharacter) == 0x000010, "Wrong alignment on APHAICharacter"); \ static_assert(sizeof(APHAICharacter) == 0x000560, "Wrong size on APHAICharacter"); \ #define DUMPER7_ASSERTS_IEOSleepAttributeOwner \ static_assert(alignof(IEOSleepAttributeOwner) == 0x000001, "Wrong alignment on IEOSleepAttributeOwner"); \ static_assert(sizeof(IEOSleepAttributeOwner) == 0x000001, "Wrong size on IEOSleepAttributeOwner"); \ #define DUMPER7_ASSERTS_APHFlyingPawn \ static_assert(alignof(APHFlyingPawn) == 0x000010, "Wrong alignment on APHFlyingPawn"); \ static_assert(sizeof(APHFlyingPawn) == 0x0006D0, "Wrong size on APHFlyingPawn"); \ #define DUMPER7_ASSERTS_UPHE_OnPlayerTaskRemoved \ static_assert(alignof(UPHE_OnPlayerTaskRemoved) == 0x000008, "Wrong alignment on UPHE_OnPlayerTaskRemoved"); \ static_assert(sizeof(UPHE_OnPlayerTaskRemoved) == 0x000030, "Wrong size on UPHE_OnPlayerTaskRemoved"); \ #define DUMPER7_ASSERTS_UEOSleepAttributeSet \ static_assert(alignof(UEOSleepAttributeSet) == 0x000008, "Wrong alignment on UEOSleepAttributeSet"); \ static_assert(sizeof(UEOSleepAttributeSet) == 0x000050, "Wrong size on UEOSleepAttributeSet"); \ static_assert(offsetof(UEOSleepAttributeSet, Sleep) == 0x000030, "Member 'UEOSleepAttributeSet::Sleep' has a wrong offset!"); \ static_assert(offsetof(UEOSleepAttributeSet, MaxSleep) == 0x000040, "Member 'UEOSleepAttributeSet::MaxSleep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHFlashlightComponent_SetFlashlightEnabled \ static_assert(alignof(PHFlashlightComponent_SetFlashlightEnabled) == 0x000001, "Wrong alignment on PHFlashlightComponent_SetFlashlightEnabled"); \ static_assert(sizeof(PHFlashlightComponent_SetFlashlightEnabled) == 0x000001, "Wrong size on PHFlashlightComponent_SetFlashlightEnabled"); \ static_assert(offsetof(PHFlashlightComponent_SetFlashlightEnabled, bEnabled) == 0x000000, "Member 'PHFlashlightComponent_SetFlashlightEnabled::bEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHFlashlightComponent_SetFlashlightEnabledWithMode \ static_assert(alignof(PHFlashlightComponent_SetFlashlightEnabledWithMode) == 0x000001, "Wrong alignment on PHFlashlightComponent_SetFlashlightEnabledWithMode"); \ static_assert(sizeof(PHFlashlightComponent_SetFlashlightEnabledWithMode) == 0x000002, "Wrong size on PHFlashlightComponent_SetFlashlightEnabledWithMode"); \ static_assert(offsetof(PHFlashlightComponent_SetFlashlightEnabledWithMode, bEnabled) == 0x000000, "Member 'PHFlashlightComponent_SetFlashlightEnabledWithMode::bEnabled' has a wrong offset!"); \ static_assert(offsetof(PHFlashlightComponent_SetFlashlightEnabledWithMode, PowerMode) == 0x000001, "Member 'PHFlashlightComponent_SetFlashlightEnabledWithMode::PowerMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHFlashlightComponent_GetFlashlightEnabled \ static_assert(alignof(PHFlashlightComponent_GetFlashlightEnabled) == 0x000001, "Wrong alignment on PHFlashlightComponent_GetFlashlightEnabled"); \ static_assert(sizeof(PHFlashlightComponent_GetFlashlightEnabled) == 0x000001, "Wrong size on PHFlashlightComponent_GetFlashlightEnabled"); \ static_assert(offsetof(PHFlashlightComponent_GetFlashlightEnabled, ReturnValue) == 0x000000, "Member 'PHFlashlightComponent_GetFlashlightEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHFlashlightComponent_GetPowerModeData \ static_assert(alignof(PHFlashlightComponent_GetPowerModeData) == 0x000008, "Wrong alignment on PHFlashlightComponent_GetPowerModeData"); \ static_assert(sizeof(PHFlashlightComponent_GetPowerModeData) == 0x000018, "Wrong size on PHFlashlightComponent_GetPowerModeData"); \ static_assert(offsetof(PHFlashlightComponent_GetPowerModeData, PowerMode) == 0x000000, "Member 'PHFlashlightComponent_GetPowerModeData::PowerMode' has a wrong offset!"); \ static_assert(offsetof(PHFlashlightComponent_GetPowerModeData, PowerModeData) == 0x000008, "Member 'PHFlashlightComponent_GetPowerModeData::PowerModeData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHFlashlightComponent \ static_assert(alignof(UPHFlashlightComponent) == 0x000010, "Wrong alignment on UPHFlashlightComponent"); \ static_assert(sizeof(UPHFlashlightComponent) == 0x0003D0, "Wrong size on UPHFlashlightComponent"); \ static_assert(offsetof(UPHFlashlightComponent, PowerModeDataMap) == 0x000380, "Member 'UPHFlashlightComponent::PowerModeDataMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOSplineFunctionLibrary_GetSplinePointAtInputKey \ static_assert(alignof(EOSplineFunctionLibrary_GetSplinePointAtInputKey) == 0x000008, "Wrong alignment on EOSplineFunctionLibrary_GetSplinePointAtInputKey"); \ static_assert(sizeof(EOSplineFunctionLibrary_GetSplinePointAtInputKey) == 0x000058, "Wrong size on EOSplineFunctionLibrary_GetSplinePointAtInputKey"); \ static_assert(offsetof(EOSplineFunctionLibrary_GetSplinePointAtInputKey, SplineComponent) == 0x000000, "Member 'EOSplineFunctionLibrary_GetSplinePointAtInputKey::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(EOSplineFunctionLibrary_GetSplinePointAtInputKey, InKey) == 0x000008, "Member 'EOSplineFunctionLibrary_GetSplinePointAtInputKey::InKey' has a wrong offset!"); \ static_assert(offsetof(EOSplineFunctionLibrary_GetSplinePointAtInputKey, CoordinateSpace) == 0x00000C, "Member 'EOSplineFunctionLibrary_GetSplinePointAtInputKey::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(EOSplineFunctionLibrary_GetSplinePointAtInputKey, ReturnValue) == 0x000010, "Member 'EOSplineFunctionLibrary_GetSplinePointAtInputKey::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EOSplineFunctionLibrary_GetSplinePointByIndex \ static_assert(alignof(EOSplineFunctionLibrary_GetSplinePointByIndex) == 0x000008, "Wrong alignment on EOSplineFunctionLibrary_GetSplinePointByIndex"); \ static_assert(sizeof(EOSplineFunctionLibrary_GetSplinePointByIndex) == 0x000050, "Wrong size on EOSplineFunctionLibrary_GetSplinePointByIndex"); \ static_assert(offsetof(EOSplineFunctionLibrary_GetSplinePointByIndex, SplineComponent) == 0x000000, "Member 'EOSplineFunctionLibrary_GetSplinePointByIndex::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(EOSplineFunctionLibrary_GetSplinePointByIndex, Index_0) == 0x000008, "Member 'EOSplineFunctionLibrary_GetSplinePointByIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(EOSplineFunctionLibrary_GetSplinePointByIndex, ReturnValue) == 0x00000C, "Member 'EOSplineFunctionLibrary_GetSplinePointByIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOSplineFunctionLibrary \ static_assert(alignof(UEOSplineFunctionLibrary) == 0x000008, "Wrong alignment on UEOSplineFunctionLibrary"); \ static_assert(sizeof(UEOSplineFunctionLibrary) == 0x000028, "Wrong size on UEOSplineFunctionLibrary"); \ #define DUMPER7_ASSERTS_UPHE_OnObjectiveAdded \ static_assert(alignof(UPHE_OnObjectiveAdded) == 0x000008, "Wrong alignment on UPHE_OnObjectiveAdded"); \ static_assert(sizeof(UPHE_OnObjectiveAdded) == 0x000030, "Wrong size on UPHE_OnObjectiveAdded"); \ #define DUMPER7_ASSERTS_UEOStealthAttributeSet \ static_assert(alignof(UEOStealthAttributeSet) == 0x000008, "Wrong alignment on UEOStealthAttributeSet"); \ static_assert(sizeof(UEOStealthAttributeSet) == 0x000070, "Wrong size on UEOStealthAttributeSet"); \ static_assert(offsetof(UEOStealthAttributeSet, Breath) == 0x000030, "Member 'UEOStealthAttributeSet::Breath' has a wrong offset!"); \ static_assert(offsetof(UEOStealthAttributeSet, MaxBreath) == 0x000040, "Member 'UEOStealthAttributeSet::MaxBreath' has a wrong offset!"); \ static_assert(offsetof(UEOStealthAttributeSet, BreathRegen) == 0x000050, "Member 'UEOStealthAttributeSet::BreathRegen' has a wrong offset!"); \ static_assert(offsetof(UEOStealthAttributeSet, MaxBreathRegen) == 0x000060, "Member 'UEOStealthAttributeSet::MaxBreathRegen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBaseChapterManager_K2_PostChapterStateWasCompleted \ static_assert(alignof(PHBaseChapterManager_K2_PostChapterStateWasCompleted) == 0x000004, "Wrong alignment on PHBaseChapterManager_K2_PostChapterStateWasCompleted"); \ static_assert(sizeof(PHBaseChapterManager_K2_PostChapterStateWasCompleted) == 0x000008, "Wrong size on PHBaseChapterManager_K2_PostChapterStateWasCompleted"); \ static_assert(offsetof(PHBaseChapterManager_K2_PostChapterStateWasCompleted, StateTag) == 0x000000, "Member 'PHBaseChapterManager_K2_PostChapterStateWasCompleted::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBaseChapterManager_K2_PostTryCompleteChapterState \ static_assert(alignof(PHBaseChapterManager_K2_PostTryCompleteChapterState) == 0x000004, "Wrong alignment on PHBaseChapterManager_K2_PostTryCompleteChapterState"); \ static_assert(sizeof(PHBaseChapterManager_K2_PostTryCompleteChapterState) == 0x000008, "Wrong size on PHBaseChapterManager_K2_PostTryCompleteChapterState"); \ static_assert(offsetof(PHBaseChapterManager_K2_PostTryCompleteChapterState, StateTag) == 0x000000, "Member 'PHBaseChapterManager_K2_PostTryCompleteChapterState::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBaseChapterManager_OnChapterStateWasCompleted \ static_assert(alignof(PHBaseChapterManager_OnChapterStateWasCompleted) == 0x000008, "Wrong alignment on PHBaseChapterManager_OnChapterStateWasCompleted"); \ static_assert(sizeof(PHBaseChapterManager_OnChapterStateWasCompleted) == 0x000010, "Wrong size on PHBaseChapterManager_OnChapterStateWasCompleted"); \ static_assert(offsetof(PHBaseChapterManager_OnChapterStateWasCompleted, Sender) == 0x000000, "Member 'PHBaseChapterManager_OnChapterStateWasCompleted::Sender' has a wrong offset!"); \ static_assert(offsetof(PHBaseChapterManager_OnChapterStateWasCompleted, Event) == 0x000008, "Member 'PHBaseChapterManager_OnChapterStateWasCompleted::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBaseChapterManager_OnTryCompleteChapterState \ static_assert(alignof(PHBaseChapterManager_OnTryCompleteChapterState) == 0x000008, "Wrong alignment on PHBaseChapterManager_OnTryCompleteChapterState"); \ static_assert(sizeof(PHBaseChapterManager_OnTryCompleteChapterState) == 0x000010, "Wrong size on PHBaseChapterManager_OnTryCompleteChapterState"); \ static_assert(offsetof(PHBaseChapterManager_OnTryCompleteChapterState, Sender) == 0x000000, "Member 'PHBaseChapterManager_OnTryCompleteChapterState::Sender' has a wrong offset!"); \ static_assert(offsetof(PHBaseChapterManager_OnTryCompleteChapterState, Event) == 0x000008, "Member 'PHBaseChapterManager_OnTryCompleteChapterState::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHBaseChapterManager \ static_assert(alignof(APHBaseChapterManager) == 0x000008, "Wrong alignment on APHBaseChapterManager"); \ static_assert(sizeof(APHBaseChapterManager) == 0x0002B0, "Wrong size on APHBaseChapterManager"); \ static_assert(offsetof(APHBaseChapterManager, ChapterTag) == 0x000230, "Member 'APHBaseChapterManager::ChapterTag' has a wrong offset!"); \ static_assert(offsetof(APHBaseChapterManager, ReceivedInteractableEventHistory) == 0x000238, "Member 'APHBaseChapterManager::ReceivedInteractableEventHistory' has a wrong offset!"); \ static_assert(offsetof(APHBaseChapterManager, ReceivedChapterEventHistory) == 0x000258, "Member 'APHBaseChapterManager::ReceivedChapterEventHistory' has a wrong offset!"); \ static_assert(offsetof(APHBaseChapterManager, Icon) == 0x0002A8, "Member 'APHBaseChapterManager::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEOThrowingAttributeSet \ static_assert(alignof(UEOThrowingAttributeSet) == 0x000008, "Wrong alignment on UEOThrowingAttributeSet"); \ static_assert(sizeof(UEOThrowingAttributeSet) == 0x000060, "Wrong size on UEOThrowingAttributeSet"); \ static_assert(offsetof(UEOThrowingAttributeSet, ThrowSpeed) == 0x000030, "Member 'UEOThrowingAttributeSet::ThrowSpeed' has a wrong offset!"); \ static_assert(offsetof(UEOThrowingAttributeSet, ThrowAmmo) == 0x000040, "Member 'UEOThrowingAttributeSet::ThrowAmmo' has a wrong offset!"); \ static_assert(offsetof(UEOThrowingAttributeSet, MaxThrowAmmo) == 0x000050, "Member 'UEOThrowingAttributeSet::MaxThrowAmmo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHE_GameplayTag \ static_assert(alignof(UPHE_GameplayTag) == 0x000008, "Wrong alignment on UPHE_GameplayTag"); \ static_assert(sizeof(UPHE_GameplayTag) == 0x000030, "Wrong size on UPHE_GameplayTag"); \ static_assert(offsetof(UPHE_GameplayTag, Tag) == 0x000028, "Member 'UPHE_GameplayTag::Tag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHE_SkipToChapterState \ static_assert(alignof(UPHE_SkipToChapterState) == 0x000008, "Wrong alignment on UPHE_SkipToChapterState"); \ static_assert(sizeof(UPHE_SkipToChapterState) == 0x000030, "Wrong size on UPHE_SkipToChapterState"); \ #define DUMPER7_ASSERTS_UPHMatParamCollectionPreset \ static_assert(alignof(UPHMatParamCollectionPreset) == 0x000008, "Wrong alignment on UPHMatParamCollectionPreset"); \ static_assert(sizeof(UPHMatParamCollectionPreset) == 0x0000D0, "Wrong size on UPHMatParamCollectionPreset"); \ static_assert(offsetof(UPHMatParamCollectionPreset, Collection) == 0x000028, "Member 'UPHMatParamCollectionPreset::Collection' has a wrong offset!"); \ static_assert(offsetof(UPHMatParamCollectionPreset, ScalarParameters) == 0x000030, "Member 'UPHMatParamCollectionPreset::ScalarParameters' has a wrong offset!"); \ static_assert(offsetof(UPHMatParamCollectionPreset, VectorParameters) == 0x000080, "Member 'UPHMatParamCollectionPreset::VectorParameters' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHAbilitySystemBlueprintLibrary \ static_assert(alignof(UPHAbilitySystemBlueprintLibrary) == 0x000008, "Wrong alignment on UPHAbilitySystemBlueprintLibrary"); \ static_assert(sizeof(UPHAbilitySystemBlueprintLibrary) == 0x000028, "Wrong size on UPHAbilitySystemBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UPHAbilitySystemGlobals \ static_assert(alignof(UPHAbilitySystemGlobals) == 0x000008, "Wrong alignment on UPHAbilitySystemGlobals"); \ static_assert(sizeof(UPHAbilitySystemGlobals) == 0x000260, "Wrong size on UPHAbilitySystemGlobals"); \ #define DUMPER7_ASSERTS_APHAIController \ static_assert(alignof(APHAIController) == 0x000008, "Wrong alignment on APHAIController"); \ static_assert(sizeof(APHAIController) == 0x000338, "Wrong size on APHAIController"); \ #define DUMPER7_ASSERTS_UPHAssetManager \ static_assert(alignof(UPHAssetManager) == 0x000008, "Wrong alignment on UPHAssetManager"); \ static_assert(sizeof(UPHAssetManager) == 0x000478, "Wrong size on UPHAssetManager"); \ #define DUMPER7_ASSERTS_UPHBaseChapterManagerEvent \ static_assert(alignof(UPHBaseChapterManagerEvent) == 0x000008, "Wrong alignment on UPHBaseChapterManagerEvent"); \ static_assert(sizeof(UPHBaseChapterManagerEvent) == 0x000038, "Wrong size on UPHBaseChapterManagerEvent"); \ static_assert(offsetof(UPHBaseChapterManagerEvent, Chapter) == 0x000028, "Member 'UPHBaseChapterManagerEvent::Chapter' has a wrong offset!"); \ static_assert(offsetof(UPHBaseChapterManagerEvent, State) == 0x00002C, "Member 'UPHBaseChapterManagerEvent::State' has a wrong offset!"); \ static_assert(offsetof(UPHBaseChapterManagerEvent, Status) == 0x000034, "Member 'UPHBaseChapterManagerEvent::Status' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHBasePlayerSpeedVolume \ static_assert(alignof(APHBasePlayerSpeedVolume) == 0x000008, "Wrong alignment on APHBasePlayerSpeedVolume"); \ static_assert(sizeof(APHBasePlayerSpeedVolume) == 0x000268, "Wrong size on APHBasePlayerSpeedVolume"); \ #define DUMPER7_ASSERTS_PHBPFunctionLibrary_CombineRotatorsByBitmask \ static_assert(alignof(PHBPFunctionLibrary_CombineRotatorsByBitmask) == 0x000004, "Wrong alignment on PHBPFunctionLibrary_CombineRotatorsByBitmask"); \ static_assert(sizeof(PHBPFunctionLibrary_CombineRotatorsByBitmask) == 0x000028, "Wrong size on PHBPFunctionLibrary_CombineRotatorsByBitmask"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineRotatorsByBitmask, Base) == 0x000000, "Member 'PHBPFunctionLibrary_CombineRotatorsByBitmask::Base' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineRotatorsByBitmask, Stamp) == 0x00000C, "Member 'PHBPFunctionLibrary_CombineRotatorsByBitmask::Stamp' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineRotatorsByBitmask, BitMask) == 0x000018, "Member 'PHBPFunctionLibrary_CombineRotatorsByBitmask::BitMask' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineRotatorsByBitmask, ReturnValue) == 0x00001C, "Member 'PHBPFunctionLibrary_CombineRotatorsByBitmask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBPFunctionLibrary_CombineTransformsByBitmask \ static_assert(alignof(PHBPFunctionLibrary_CombineTransformsByBitmask) == 0x000010, "Wrong alignment on PHBPFunctionLibrary_CombineTransformsByBitmask"); \ static_assert(sizeof(PHBPFunctionLibrary_CombineTransformsByBitmask) == 0x0000A0, "Wrong size on PHBPFunctionLibrary_CombineTransformsByBitmask"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineTransformsByBitmask, Base) == 0x000000, "Member 'PHBPFunctionLibrary_CombineTransformsByBitmask::Base' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineTransformsByBitmask, Stamp) == 0x000030, "Member 'PHBPFunctionLibrary_CombineTransformsByBitmask::Stamp' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineTransformsByBitmask, LocationBitmask) == 0x000060, "Member 'PHBPFunctionLibrary_CombineTransformsByBitmask::LocationBitmask' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineTransformsByBitmask, RotationBitmask) == 0x000064, "Member 'PHBPFunctionLibrary_CombineTransformsByBitmask::RotationBitmask' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineTransformsByBitmask, ScaleBitmask) == 0x000068, "Member 'PHBPFunctionLibrary_CombineTransformsByBitmask::ScaleBitmask' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineTransformsByBitmask, ReturnValue) == 0x000070, "Member 'PHBPFunctionLibrary_CombineTransformsByBitmask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBPFunctionLibrary_CombineVectorsByBitmask \ static_assert(alignof(PHBPFunctionLibrary_CombineVectorsByBitmask) == 0x000004, "Wrong alignment on PHBPFunctionLibrary_CombineVectorsByBitmask"); \ static_assert(sizeof(PHBPFunctionLibrary_CombineVectorsByBitmask) == 0x000028, "Wrong size on PHBPFunctionLibrary_CombineVectorsByBitmask"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineVectorsByBitmask, Base) == 0x000000, "Member 'PHBPFunctionLibrary_CombineVectorsByBitmask::Base' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineVectorsByBitmask, Stamp) == 0x00000C, "Member 'PHBPFunctionLibrary_CombineVectorsByBitmask::Stamp' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineVectorsByBitmask, BitMask) == 0x000018, "Member 'PHBPFunctionLibrary_CombineVectorsByBitmask::BitMask' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_CombineVectorsByBitmask, ReturnValue) == 0x00001C, "Member 'PHBPFunctionLibrary_CombineVectorsByBitmask::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBPFunctionLibrary_IsLogAILOSEnabled \ static_assert(alignof(PHBPFunctionLibrary_IsLogAILOSEnabled) == 0x000008, "Wrong alignment on PHBPFunctionLibrary_IsLogAILOSEnabled"); \ static_assert(sizeof(PHBPFunctionLibrary_IsLogAILOSEnabled) == 0x000010, "Wrong size on PHBPFunctionLibrary_IsLogAILOSEnabled"); \ static_assert(offsetof(PHBPFunctionLibrary_IsLogAILOSEnabled, WorldContextObject) == 0x000000, "Member 'PHBPFunctionLibrary_IsLogAILOSEnabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_IsLogAILOSEnabled, ReturnValue) == 0x000008, "Member 'PHBPFunctionLibrary_IsLogAILOSEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBPFunctionLibrary_IsLogAINOIEnabled \ static_assert(alignof(PHBPFunctionLibrary_IsLogAINOIEnabled) == 0x000008, "Wrong alignment on PHBPFunctionLibrary_IsLogAINOIEnabled"); \ static_assert(sizeof(PHBPFunctionLibrary_IsLogAINOIEnabled) == 0x000010, "Wrong size on PHBPFunctionLibrary_IsLogAINOIEnabled"); \ static_assert(offsetof(PHBPFunctionLibrary_IsLogAINOIEnabled, WorldContextObject) == 0x000000, "Member 'PHBPFunctionLibrary_IsLogAINOIEnabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_IsLogAINOIEnabled, ReturnValue) == 0x000008, "Member 'PHBPFunctionLibrary_IsLogAINOIEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBPFunctionLibrary_IsLogAIPlayerNosieEnabled \ static_assert(alignof(PHBPFunctionLibrary_IsLogAIPlayerNosieEnabled) == 0x000008, "Wrong alignment on PHBPFunctionLibrary_IsLogAIPlayerNosieEnabled"); \ static_assert(sizeof(PHBPFunctionLibrary_IsLogAIPlayerNosieEnabled) == 0x000010, "Wrong size on PHBPFunctionLibrary_IsLogAIPlayerNosieEnabled"); \ static_assert(offsetof(PHBPFunctionLibrary_IsLogAIPlayerNosieEnabled, WorldContextObject) == 0x000000, "Member 'PHBPFunctionLibrary_IsLogAIPlayerNosieEnabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_IsLogAIPlayerNosieEnabled, ReturnValue) == 0x000008, "Member 'PHBPFunctionLibrary_IsLogAIPlayerNosieEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBPFunctionLibrary_IsPerActorAIDebugDisplayEnabled \ static_assert(alignof(PHBPFunctionLibrary_IsPerActorAIDebugDisplayEnabled) == 0x000008, "Wrong alignment on PHBPFunctionLibrary_IsPerActorAIDebugDisplayEnabled"); \ static_assert(sizeof(PHBPFunctionLibrary_IsPerActorAIDebugDisplayEnabled) == 0x000010, "Wrong size on PHBPFunctionLibrary_IsPerActorAIDebugDisplayEnabled"); \ static_assert(offsetof(PHBPFunctionLibrary_IsPerActorAIDebugDisplayEnabled, WorldContextObject) == 0x000000, "Member 'PHBPFunctionLibrary_IsPerActorAIDebugDisplayEnabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_IsPerActorAIDebugDisplayEnabled, ReturnValue) == 0x000008, "Member 'PHBPFunctionLibrary_IsPerActorAIDebugDisplayEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBPFunctionLibrary_IsPerActorAIPerceptionDisplayEnabled \ static_assert(alignof(PHBPFunctionLibrary_IsPerActorAIPerceptionDisplayEnabled) == 0x000008, "Wrong alignment on PHBPFunctionLibrary_IsPerActorAIPerceptionDisplayEnabled"); \ static_assert(sizeof(PHBPFunctionLibrary_IsPerActorAIPerceptionDisplayEnabled) == 0x000010, "Wrong size on PHBPFunctionLibrary_IsPerActorAIPerceptionDisplayEnabled"); \ static_assert(offsetof(PHBPFunctionLibrary_IsPerActorAIPerceptionDisplayEnabled, WorldContextObject) == 0x000000, "Member 'PHBPFunctionLibrary_IsPerActorAIPerceptionDisplayEnabled::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_IsPerActorAIPerceptionDisplayEnabled, ReturnValue) == 0x000008, "Member 'PHBPFunctionLibrary_IsPerActorAIPerceptionDisplayEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHBPFunctionLibrary_SnapDirectionToClosestActorAxis \ static_assert(alignof(PHBPFunctionLibrary_SnapDirectionToClosestActorAxis) == 0x000008, "Wrong alignment on PHBPFunctionLibrary_SnapDirectionToClosestActorAxis"); \ static_assert(sizeof(PHBPFunctionLibrary_SnapDirectionToClosestActorAxis) == 0x000020, "Wrong size on PHBPFunctionLibrary_SnapDirectionToClosestActorAxis"); \ static_assert(offsetof(PHBPFunctionLibrary_SnapDirectionToClosestActorAxis, ClosestAxis) == 0x000000, "Member 'PHBPFunctionLibrary_SnapDirectionToClosestActorAxis::ClosestAxis' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_SnapDirectionToClosestActorAxis, bIsInverted) == 0x000001, "Member 'PHBPFunctionLibrary_SnapDirectionToClosestActorAxis::bIsInverted' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_SnapDirectionToClosestActorAxis, Direction) == 0x000004, "Member 'PHBPFunctionLibrary_SnapDirectionToClosestActorAxis::Direction' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_SnapDirectionToClosestActorAxis, Actor) == 0x000010, "Member 'PHBPFunctionLibrary_SnapDirectionToClosestActorAxis::Actor' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_SnapDirectionToClosestActorAxis, bExcludeZ) == 0x000018, "Member 'PHBPFunctionLibrary_SnapDirectionToClosestActorAxis::bExcludeZ' has a wrong offset!"); \ static_assert(offsetof(PHBPFunctionLibrary_SnapDirectionToClosestActorAxis, ReturnValue) == 0x000019, "Member 'PHBPFunctionLibrary_SnapDirectionToClosestActorAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHBPFunctionLibrary \ static_assert(alignof(UPHBPFunctionLibrary) == 0x000008, "Wrong alignment on UPHBPFunctionLibrary"); \ static_assert(sizeof(UPHBPFunctionLibrary) == 0x000028, "Wrong size on UPHBPFunctionLibrary"); \ #define DUMPER7_ASSERTS_APHCameraActor \ static_assert(alignof(APHCameraActor) == 0x000010, "Wrong alignment on APHCameraActor"); \ static_assert(sizeof(APHCameraActor) == 0x0007C0, "Wrong size on APHCameraActor"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_AddClampedCameraRotationPitch \ static_assert(alignof(PHCameraLibrary_AddClampedCameraRotationPitch) == 0x000008, "Wrong alignment on PHCameraLibrary_AddClampedCameraRotationPitch"); \ static_assert(sizeof(PHCameraLibrary_AddClampedCameraRotationPitch) == 0x000020, "Wrong size on PHCameraLibrary_AddClampedCameraRotationPitch"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationPitch, Camera) == 0x000000, "Member 'PHCameraLibrary_AddClampedCameraRotationPitch::Camera' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationPitch, RotationValue) == 0x000008, "Member 'PHCameraLibrary_AddClampedCameraRotationPitch::RotationValue' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationPitch, RotationRange) == 0x00000C, "Member 'PHCameraLibrary_AddClampedCameraRotationPitch::RotationRange' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationPitch, BaseRotation) == 0x000010, "Member 'PHCameraLibrary_AddClampedCameraRotationPitch::BaseRotation' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationPitch, CoordinateSpace) == 0x00001C, "Member 'PHCameraLibrary_AddClampedCameraRotationPitch::CoordinateSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_AddClampedCameraRotationRoll \ static_assert(alignof(PHCameraLibrary_AddClampedCameraRotationRoll) == 0x000008, "Wrong alignment on PHCameraLibrary_AddClampedCameraRotationRoll"); \ static_assert(sizeof(PHCameraLibrary_AddClampedCameraRotationRoll) == 0x000020, "Wrong size on PHCameraLibrary_AddClampedCameraRotationRoll"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationRoll, Camera) == 0x000000, "Member 'PHCameraLibrary_AddClampedCameraRotationRoll::Camera' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationRoll, RotationValue) == 0x000008, "Member 'PHCameraLibrary_AddClampedCameraRotationRoll::RotationValue' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationRoll, RotationRange) == 0x00000C, "Member 'PHCameraLibrary_AddClampedCameraRotationRoll::RotationRange' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationRoll, BaseRotation) == 0x000010, "Member 'PHCameraLibrary_AddClampedCameraRotationRoll::BaseRotation' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationRoll, CoordinateSpace) == 0x00001C, "Member 'PHCameraLibrary_AddClampedCameraRotationRoll::CoordinateSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_AddClampedCameraRotationYaw \ static_assert(alignof(PHCameraLibrary_AddClampedCameraRotationYaw) == 0x000008, "Wrong alignment on PHCameraLibrary_AddClampedCameraRotationYaw"); \ static_assert(sizeof(PHCameraLibrary_AddClampedCameraRotationYaw) == 0x000020, "Wrong size on PHCameraLibrary_AddClampedCameraRotationYaw"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationYaw, Camera) == 0x000000, "Member 'PHCameraLibrary_AddClampedCameraRotationYaw::Camera' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationYaw, RotationValue) == 0x000008, "Member 'PHCameraLibrary_AddClampedCameraRotationYaw::RotationValue' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationYaw, RotationRange) == 0x00000C, "Member 'PHCameraLibrary_AddClampedCameraRotationYaw::RotationRange' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationYaw, BaseRotation) == 0x000010, "Member 'PHCameraLibrary_AddClampedCameraRotationYaw::BaseRotation' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_AddClampedCameraRotationYaw, CoordinateSpace) == 0x00001C, "Member 'PHCameraLibrary_AddClampedCameraRotationYaw::CoordinateSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_CalculateDepthOfFieldAdjustment \ static_assert(alignof(PHCameraLibrary_CalculateDepthOfFieldAdjustment) == 0x000008, "Wrong alignment on PHCameraLibrary_CalculateDepthOfFieldAdjustment"); \ static_assert(sizeof(PHCameraLibrary_CalculateDepthOfFieldAdjustment) == 0x000040, "Wrong size on PHCameraLibrary_CalculateDepthOfFieldAdjustment"); \ static_assert(offsetof(PHCameraLibrary_CalculateDepthOfFieldAdjustment, WorldContext) == 0x000000, "Member 'PHCameraLibrary_CalculateDepthOfFieldAdjustment::WorldContext' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_CalculateDepthOfFieldAdjustment, CurrentCamera) == 0x000008, "Member 'PHCameraLibrary_CalculateDepthOfFieldAdjustment::CurrentCamera' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_CalculateDepthOfFieldAdjustment, DOFAdjustment) == 0x000010, "Member 'PHCameraLibrary_CalculateDepthOfFieldAdjustment::DOFAdjustment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_ClampCameraRotationPitch \ static_assert(alignof(PHCameraLibrary_ClampCameraRotationPitch) == 0x000004, "Wrong alignment on PHCameraLibrary_ClampCameraRotationPitch"); \ static_assert(sizeof(PHCameraLibrary_ClampCameraRotationPitch) == 0x00002C, "Wrong size on PHCameraLibrary_ClampCameraRotationPitch"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationPitch, RotationValue) == 0x000000, "Member 'PHCameraLibrary_ClampCameraRotationPitch::RotationValue' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationPitch, RotationRange) == 0x000004, "Member 'PHCameraLibrary_ClampCameraRotationPitch::RotationRange' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationPitch, BaseRotation) == 0x000008, "Member 'PHCameraLibrary_ClampCameraRotationPitch::BaseRotation' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationPitch, CurrentRotation) == 0x000014, "Member 'PHCameraLibrary_ClampCameraRotationPitch::CurrentRotation' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationPitch, ReturnValue) == 0x000020, "Member 'PHCameraLibrary_ClampCameraRotationPitch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_ClampCameraRotationRoll \ static_assert(alignof(PHCameraLibrary_ClampCameraRotationRoll) == 0x000004, "Wrong alignment on PHCameraLibrary_ClampCameraRotationRoll"); \ static_assert(sizeof(PHCameraLibrary_ClampCameraRotationRoll) == 0x00002C, "Wrong size on PHCameraLibrary_ClampCameraRotationRoll"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationRoll, RotationValue) == 0x000000, "Member 'PHCameraLibrary_ClampCameraRotationRoll::RotationValue' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationRoll, RotationRange) == 0x000004, "Member 'PHCameraLibrary_ClampCameraRotationRoll::RotationRange' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationRoll, BaseRotation) == 0x000008, "Member 'PHCameraLibrary_ClampCameraRotationRoll::BaseRotation' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationRoll, CurrentRotation) == 0x000014, "Member 'PHCameraLibrary_ClampCameraRotationRoll::CurrentRotation' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationRoll, ReturnValue) == 0x000020, "Member 'PHCameraLibrary_ClampCameraRotationRoll::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_ClampCameraRotationYaw \ static_assert(alignof(PHCameraLibrary_ClampCameraRotationYaw) == 0x000004, "Wrong alignment on PHCameraLibrary_ClampCameraRotationYaw"); \ static_assert(sizeof(PHCameraLibrary_ClampCameraRotationYaw) == 0x00002C, "Wrong size on PHCameraLibrary_ClampCameraRotationYaw"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationYaw, RotationValue) == 0x000000, "Member 'PHCameraLibrary_ClampCameraRotationYaw::RotationValue' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationYaw, RotationRange) == 0x000004, "Member 'PHCameraLibrary_ClampCameraRotationYaw::RotationRange' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationYaw, BaseRotation) == 0x000008, "Member 'PHCameraLibrary_ClampCameraRotationYaw::BaseRotation' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationYaw, CurrentRotation) == 0x000014, "Member 'PHCameraLibrary_ClampCameraRotationYaw::CurrentRotation' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_ClampCameraRotationYaw, ReturnValue) == 0x000020, "Member 'PHCameraLibrary_ClampCameraRotationYaw::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_CopyCameraSettings \ static_assert(alignof(PHCameraLibrary_CopyCameraSettings) == 0x000008, "Wrong alignment on PHCameraLibrary_CopyCameraSettings"); \ static_assert(sizeof(PHCameraLibrary_CopyCameraSettings) == 0x000010, "Wrong size on PHCameraLibrary_CopyCameraSettings"); \ static_assert(offsetof(PHCameraLibrary_CopyCameraSettings, SourceCamera) == 0x000000, "Member 'PHCameraLibrary_CopyCameraSettings::SourceCamera' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_CopyCameraSettings, TargetCamera) == 0x000008, "Member 'PHCameraLibrary_CopyCameraSettings::TargetCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_DepthOfFieldAdjustment \ static_assert(alignof(PHCameraLibrary_DepthOfFieldAdjustment) == 0x000008, "Wrong alignment on PHCameraLibrary_DepthOfFieldAdjustment"); \ static_assert(sizeof(PHCameraLibrary_DepthOfFieldAdjustment) == 0x000028, "Wrong size on PHCameraLibrary_DepthOfFieldAdjustment"); \ static_assert(offsetof(PHCameraLibrary_DepthOfFieldAdjustment, WorldContext) == 0x000000, "Member 'PHCameraLibrary_DepthOfFieldAdjustment::WorldContext' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_DepthOfFieldAdjustment, CurrentCamera) == 0x000008, "Member 'PHCameraLibrary_DepthOfFieldAdjustment::CurrentCamera' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_DepthOfFieldAdjustment, CurrentInterpSpeed) == 0x000010, "Member 'PHCameraLibrary_DepthOfFieldAdjustment::CurrentInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_DepthOfFieldAdjustment, FastInterpSpeed) == 0x000014, "Member 'PHCameraLibrary_DepthOfFieldAdjustment::FastInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_DepthOfFieldAdjustment, SlowInterpSpeedRate) == 0x000018, "Member 'PHCameraLibrary_DepthOfFieldAdjustment::SlowInterpSpeedRate' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_DepthOfFieldAdjustment, InterpSpeedThresholdDistance) == 0x00001C, "Member 'PHCameraLibrary_DepthOfFieldAdjustment::InterpSpeedThresholdDistance' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_DepthOfFieldAdjustment, TraceDistance) == 0x000020, "Member 'PHCameraLibrary_DepthOfFieldAdjustment::TraceDistance' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_DepthOfFieldAdjustment, TraceChannel) == 0x000024, "Member 'PHCameraLibrary_DepthOfFieldAdjustment::TraceChannel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_GetClampedCameraRotationAngle \ static_assert(alignof(PHCameraLibrary_GetClampedCameraRotationAngle) == 0x000004, "Wrong alignment on PHCameraLibrary_GetClampedCameraRotationAngle"); \ static_assert(sizeof(PHCameraLibrary_GetClampedCameraRotationAngle) == 0x000010, "Wrong size on PHCameraLibrary_GetClampedCameraRotationAngle"); \ static_assert(offsetof(PHCameraLibrary_GetClampedCameraRotationAngle, InputValue) == 0x000000, "Member 'PHCameraLibrary_GetClampedCameraRotationAngle::InputValue' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_GetClampedCameraRotationAngle, RotationRange) == 0x000004, "Member 'PHCameraLibrary_GetClampedCameraRotationAngle::RotationRange' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_GetClampedCameraRotationAngle, RotationBase) == 0x000008, "Member 'PHCameraLibrary_GetClampedCameraRotationAngle::RotationBase' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_GetClampedCameraRotationAngle, ReturnValue) == 0x00000C, "Member 'PHCameraLibrary_GetClampedCameraRotationAngle::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_InCinematicMode \ static_assert(alignof(PHCameraLibrary_InCinematicMode) == 0x000008, "Wrong alignment on PHCameraLibrary_InCinematicMode"); \ static_assert(sizeof(PHCameraLibrary_InCinematicMode) == 0x000010, "Wrong size on PHCameraLibrary_InCinematicMode"); \ static_assert(offsetof(PHCameraLibrary_InCinematicMode, PlayerController) == 0x000000, "Member 'PHCameraLibrary_InCinematicMode::PlayerController' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_InCinematicMode, ReturnValue) == 0x000008, "Member 'PHCameraLibrary_InCinematicMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_SetProjectHCinematicMode \ static_assert(alignof(PHCameraLibrary_SetProjectHCinematicMode) == 0x000008, "Wrong alignment on PHCameraLibrary_SetProjectHCinematicMode"); \ static_assert(sizeof(PHCameraLibrary_SetProjectHCinematicMode) == 0x000018, "Wrong size on PHCameraLibrary_SetProjectHCinematicMode"); \ static_assert(offsetof(PHCameraLibrary_SetProjectHCinematicMode, WorldContext) == 0x000000, "Member 'PHCameraLibrary_SetProjectHCinematicMode::WorldContext' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetProjectHCinematicMode, PlayerController) == 0x000008, "Member 'PHCameraLibrary_SetProjectHCinematicMode::PlayerController' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetProjectHCinematicMode, bInCinematicMode) == 0x000010, "Member 'PHCameraLibrary_SetProjectHCinematicMode::bInCinematicMode' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetProjectHCinematicMode, bHidePlayer) == 0x000011, "Member 'PHCameraLibrary_SetProjectHCinematicMode::bHidePlayer' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetProjectHCinematicMode, bAffectsHUD) == 0x000012, "Member 'PHCameraLibrary_SetProjectHCinematicMode::bAffectsHUD' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetProjectHCinematicMode, bAffectsMovement) == 0x000013, "Member 'PHCameraLibrary_SetProjectHCinematicMode::bAffectsMovement' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetProjectHCinematicMode, bAffectsTurning) == 0x000014, "Member 'PHCameraLibrary_SetProjectHCinematicMode::bAffectsTurning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_SetViewPitchRange \ static_assert(alignof(PHCameraLibrary_SetViewPitchRange) == 0x000008, "Wrong alignment on PHCameraLibrary_SetViewPitchRange"); \ static_assert(sizeof(PHCameraLibrary_SetViewPitchRange) == 0x000010, "Wrong size on PHCameraLibrary_SetViewPitchRange"); \ static_assert(offsetof(PHCameraLibrary_SetViewPitchRange, PlayerCameraManager) == 0x000000, "Member 'PHCameraLibrary_SetViewPitchRange::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetViewPitchRange, InViewPitchMin) == 0x000008, "Member 'PHCameraLibrary_SetViewPitchRange::InViewPitchMin' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetViewPitchRange, InViewPitchMax) == 0x00000C, "Member 'PHCameraLibrary_SetViewPitchRange::InViewPitchMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_SetViewRollRange \ static_assert(alignof(PHCameraLibrary_SetViewRollRange) == 0x000008, "Wrong alignment on PHCameraLibrary_SetViewRollRange"); \ static_assert(sizeof(PHCameraLibrary_SetViewRollRange) == 0x000010, "Wrong size on PHCameraLibrary_SetViewRollRange"); \ static_assert(offsetof(PHCameraLibrary_SetViewRollRange, PlayerCameraManager) == 0x000000, "Member 'PHCameraLibrary_SetViewRollRange::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetViewRollRange, InViewRollMin) == 0x000008, "Member 'PHCameraLibrary_SetViewRollRange::InViewRollMin' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetViewRollRange, InViewRollMax) == 0x00000C, "Member 'PHCameraLibrary_SetViewRollRange::InViewRollMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCameraLibrary_SetViewYawRange \ static_assert(alignof(PHCameraLibrary_SetViewYawRange) == 0x000008, "Wrong alignment on PHCameraLibrary_SetViewYawRange"); \ static_assert(sizeof(PHCameraLibrary_SetViewYawRange) == 0x000010, "Wrong size on PHCameraLibrary_SetViewYawRange"); \ static_assert(offsetof(PHCameraLibrary_SetViewYawRange, PlayerCameraManager) == 0x000000, "Member 'PHCameraLibrary_SetViewYawRange::PlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetViewYawRange, InViewYawMin) == 0x000008, "Member 'PHCameraLibrary_SetViewYawRange::InViewYawMin' has a wrong offset!"); \ static_assert(offsetof(PHCameraLibrary_SetViewYawRange, InViewYawMax) == 0x00000C, "Member 'PHCameraLibrary_SetViewYawRange::InViewYawMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHCameraLibrary \ static_assert(alignof(UPHCameraLibrary) == 0x000008, "Wrong alignment on UPHCameraLibrary"); \ static_assert(sizeof(UPHCameraLibrary) == 0x000028, "Wrong size on UPHCameraLibrary"); \ #define DUMPER7_ASSERTS_UPHCameraModifierBase \ static_assert(alignof(UPHCameraModifierBase) == 0x000008, "Wrong alignment on UPHCameraModifierBase"); \ static_assert(sizeof(UPHCameraModifierBase) == 0x000050, "Wrong size on UPHCameraModifierBase"); \ #define DUMPER7_ASSERTS_UPHCameraModifierRotationDampening \ static_assert(alignof(UPHCameraModifierRotationDampening) == 0x000008, "Wrong alignment on UPHCameraModifierRotationDampening"); \ static_assert(sizeof(UPHCameraModifierRotationDampening) == 0x000050, "Wrong size on UPHCameraModifierRotationDampening"); \ #define DUMPER7_ASSERTS_UPHCameraStandInComponent \ static_assert(alignof(UPHCameraStandInComponent) == 0x000010, "Wrong alignment on UPHCameraStandInComponent"); \ static_assert(sizeof(UPHCameraStandInComponent) == 0x000840, "Wrong size on UPHCameraStandInComponent"); \ #define DUMPER7_ASSERTS_APHCameraTerminal \ static_assert(alignof(APHCameraTerminal) == 0x000010, "Wrong alignment on APHCameraTerminal"); \ static_assert(sizeof(APHCameraTerminal) == 0x0002C0, "Wrong size on APHCameraTerminal"); \ static_assert(offsetof(APHCameraTerminal, Scene) == 0x000238, "Member 'APHCameraTerminal::Scene' has a wrong offset!"); \ static_assert(offsetof(APHCameraTerminal, Camera) == 0x000240, "Member 'APHCameraTerminal::Camera' has a wrong offset!"); \ static_assert(offsetof(APHCameraTerminal, TriggerVolume) == 0x000248, "Member 'APHCameraTerminal::TriggerVolume' has a wrong offset!"); \ static_assert(offsetof(APHCameraTerminal, Relocator) == 0x000250, "Member 'APHCameraTerminal::Relocator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHCandleFlickerDataAsset \ static_assert(alignof(UPHCandleFlickerDataAsset) == 0x000008, "Wrong alignment on UPHCandleFlickerDataAsset"); \ static_assert(sizeof(UPHCandleFlickerDataAsset) == 0x000040, "Wrong size on UPHCandleFlickerDataAsset"); \ static_assert(offsetof(UPHCandleFlickerDataAsset, Divisor) == 0x000030, "Member 'UPHCandleFlickerDataAsset::Divisor' has a wrong offset!"); \ static_assert(offsetof(UPHCandleFlickerDataAsset, SineMinRange) == 0x000034, "Member 'UPHCandleFlickerDataAsset::SineMinRange' has a wrong offset!"); \ static_assert(offsetof(UPHCandleFlickerDataAsset, Speed) == 0x000038, "Member 'UPHCandleFlickerDataAsset::Speed' has a wrong offset!"); \ static_assert(offsetof(UPHCandleFlickerDataAsset, TimeOffset) == 0x00003C, "Member 'UPHCandleFlickerDataAsset::TimeOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHChapterDirector_K2_PostChapterStateCompleted \ static_assert(alignof(PHChapterDirector_K2_PostChapterStateCompleted) == 0x000004, "Wrong alignment on PHChapterDirector_K2_PostChapterStateCompleted"); \ static_assert(sizeof(PHChapterDirector_K2_PostChapterStateCompleted) == 0x000008, "Wrong size on PHChapterDirector_K2_PostChapterStateCompleted"); \ static_assert(offsetof(PHChapterDirector_K2_PostChapterStateCompleted, StateTag) == 0x000000, "Member 'PHChapterDirector_K2_PostChapterStateCompleted::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHChapterDirector_OnTryCompleteChapterState \ static_assert(alignof(PHChapterDirector_OnTryCompleteChapterState) == 0x000008, "Wrong alignment on PHChapterDirector_OnTryCompleteChapterState"); \ static_assert(sizeof(PHChapterDirector_OnTryCompleteChapterState) == 0x000010, "Wrong size on PHChapterDirector_OnTryCompleteChapterState"); \ static_assert(offsetof(PHChapterDirector_OnTryCompleteChapterState, Sender) == 0x000000, "Member 'PHChapterDirector_OnTryCompleteChapterState::Sender' has a wrong offset!"); \ static_assert(offsetof(PHChapterDirector_OnTryCompleteChapterState, Event) == 0x000008, "Member 'PHChapterDirector_OnTryCompleteChapterState::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHChapterDirector_GetRecentChapterState \ static_assert(alignof(PHChapterDirector_GetRecentChapterState) == 0x000004, "Wrong alignment on PHChapterDirector_GetRecentChapterState"); \ static_assert(sizeof(PHChapterDirector_GetRecentChapterState) == 0x000008, "Wrong size on PHChapterDirector_GetRecentChapterState"); \ static_assert(offsetof(PHChapterDirector_GetRecentChapterState, ReturnValue) == 0x000000, "Member 'PHChapterDirector_GetRecentChapterState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHChapterDirector \ static_assert(alignof(APHChapterDirector) == 0x000008, "Wrong alignment on APHChapterDirector"); \ static_assert(sizeof(APHChapterDirector) == 0x0002E8, "Wrong size on APHChapterDirector"); \ static_assert(offsetof(APHChapterDirector, ChapterTag) == 0x000230, "Member 'APHChapterDirector::ChapterTag' has a wrong offset!"); \ static_assert(offsetof(APHChapterDirector, BroadcastOnBeginPlayEvents) == 0x000238, "Member 'APHChapterDirector::BroadcastOnBeginPlayEvents' has a wrong offset!"); \ static_assert(offsetof(APHChapterDirector, StatesStatusMap) == 0x000278, "Member 'APHChapterDirector::StatesStatusMap' has a wrong offset!"); \ static_assert(offsetof(APHChapterDirector, ChapterStatesTable) == 0x0002C8, "Member 'APHChapterDirector::ChapterStatesTable' has a wrong offset!"); \ static_assert(offsetof(APHChapterDirector, RecentChapterState) == 0x0002D0, "Member 'APHChapterDirector::RecentChapterState' has a wrong offset!"); \ static_assert(offsetof(APHChapterDirector, AllChaptersTable) == 0x0002D8, "Member 'APHChapterDirector::AllChaptersTable' has a wrong offset!"); \ static_assert(offsetof(APHChapterDirector, Icon) == 0x0002E0, "Member 'APHChapterDirector::Icon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCharacterMovementComponent_GetCurrentSprintSpeed \ static_assert(alignof(PHCharacterMovementComponent_GetCurrentSprintSpeed) == 0x000004, "Wrong alignment on PHCharacterMovementComponent_GetCurrentSprintSpeed"); \ static_assert(sizeof(PHCharacterMovementComponent_GetCurrentSprintSpeed) == 0x000004, "Wrong size on PHCharacterMovementComponent_GetCurrentSprintSpeed"); \ static_assert(offsetof(PHCharacterMovementComponent_GetCurrentSprintSpeed, ReturnValue) == 0x000000, "Member 'PHCharacterMovementComponent_GetCurrentSprintSpeed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHCharacterMovementComponent \ static_assert(alignof(UPHCharacterMovementComponent) == 0x000010, "Wrong alignment on UPHCharacterMovementComponent"); \ static_assert(sizeof(UPHCharacterMovementComponent) == 0x000B20, "Wrong size on UPHCharacterMovementComponent"); \ static_assert(offsetof(UPHCharacterMovementComponent, FlyingSpeedMultiplier) == 0x000B00, "Member 'UPHCharacterMovementComponent::FlyingSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPHCharacterMovementComponent, SprintSpeedMultiplier) == 0x000B04, "Member 'UPHCharacterMovementComponent::SprintSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPHCharacterMovementComponent, JogModeSpeedMultiplier) == 0x000B08, "Member 'UPHCharacterMovementComponent::JogModeSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPHCharacterMovementComponent, FlyingSprintSpeedMultiplier) == 0x000B0C, "Member 'UPHCharacterMovementComponent::FlyingSprintSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPHCharacterMovementComponent, CrouchSpeedMultiplier) == 0x000B10, "Member 'UPHCharacterMovementComponent::CrouchSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPHCharacterMovementComponent, HoldBreathSpeedMultiplier) == 0x000B14, "Member 'UPHCharacterMovementComponent::HoldBreathSpeedMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCheatManager_HammerCPUPerfMainThread \ static_assert(alignof(PHCheatManager_HammerCPUPerfMainThread) == 0x000004, "Wrong alignment on PHCheatManager_HammerCPUPerfMainThread"); \ static_assert(sizeof(PHCheatManager_HammerCPUPerfMainThread) == 0x000004, "Wrong size on PHCheatManager_HammerCPUPerfMainThread"); \ static_assert(offsetof(PHCheatManager_HammerCPUPerfMainThread, MillionOps) == 0x000000, "Member 'PHCheatManager_HammerCPUPerfMainThread::MillionOps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCheatManager_HammerCPUPerfMultiThread \ static_assert(alignof(PHCheatManager_HammerCPUPerfMultiThread) == 0x000004, "Wrong alignment on PHCheatManager_HammerCPUPerfMultiThread"); \ static_assert(sizeof(PHCheatManager_HammerCPUPerfMultiThread) == 0x000008, "Wrong size on PHCheatManager_HammerCPUPerfMultiThread"); \ static_assert(offsetof(PHCheatManager_HammerCPUPerfMultiThread, MillionOps) == 0x000000, "Member 'PHCheatManager_HammerCPUPerfMultiThread::MillionOps' has a wrong offset!"); \ static_assert(offsetof(PHCheatManager_HammerCPUPerfMultiThread, NumThreads) == 0x000004, "Member 'PHCheatManager_HammerCPUPerfMultiThread::NumThreads' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCheatManager_IsGodModeEnabled \ static_assert(alignof(PHCheatManager_IsGodModeEnabled) == 0x000001, "Wrong alignment on PHCheatManager_IsGodModeEnabled"); \ static_assert(sizeof(PHCheatManager_IsGodModeEnabled) == 0x000001, "Wrong size on PHCheatManager_IsGodModeEnabled"); \ static_assert(offsetof(PHCheatManager_IsGodModeEnabled, ReturnValue) == 0x000000, "Member 'PHCheatManager_IsGodModeEnabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCheatManager_SetGodMode \ static_assert(alignof(PHCheatManager_SetGodMode) == 0x000001, "Wrong alignment on PHCheatManager_SetGodMode"); \ static_assert(sizeof(PHCheatManager_SetGodMode) == 0x000001, "Wrong size on PHCheatManager_SetGodMode"); \ static_assert(offsetof(PHCheatManager_SetGodMode, bEnable) == 0x000000, "Member 'PHCheatManager_SetGodMode::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCheatManager_SetTimeDilation \ static_assert(alignof(PHCheatManager_SetTimeDilation) == 0x000004, "Wrong alignment on PHCheatManager_SetTimeDilation"); \ static_assert(sizeof(PHCheatManager_SetTimeDilation) == 0x000008, "Wrong size on PHCheatManager_SetTimeDilation"); \ static_assert(offsetof(PHCheatManager_SetTimeDilation, NewTimeDilation) == 0x000000, "Member 'PHCheatManager_SetTimeDilation::NewTimeDilation' has a wrong offset!"); \ static_assert(offsetof(PHCheatManager_SetTimeDilation, ReturnValue) == 0x000004, "Member 'PHCheatManager_SetTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCheatManager_TimerBasedCPUHammering \ static_assert(alignof(PHCheatManager_TimerBasedCPUHammering) == 0x000004, "Wrong alignment on PHCheatManager_TimerBasedCPUHammering"); \ static_assert(sizeof(PHCheatManager_TimerBasedCPUHammering) == 0x000004, "Wrong size on PHCheatManager_TimerBasedCPUHammering"); \ static_assert(offsetof(PHCheatManager_TimerBasedCPUHammering, MillionOps) == 0x000000, "Member 'PHCheatManager_TimerBasedCPUHammering::MillionOps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCheatManager_GetMaxTimeDilation \ static_assert(alignof(PHCheatManager_GetMaxTimeDilation) == 0x000004, "Wrong alignment on PHCheatManager_GetMaxTimeDilation"); \ static_assert(sizeof(PHCheatManager_GetMaxTimeDilation) == 0x000004, "Wrong size on PHCheatManager_GetMaxTimeDilation"); \ static_assert(offsetof(PHCheatManager_GetMaxTimeDilation, ReturnValue) == 0x000000, "Member 'PHCheatManager_GetMaxTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCheatManager_GetMinTimeDilation \ static_assert(alignof(PHCheatManager_GetMinTimeDilation) == 0x000004, "Wrong alignment on PHCheatManager_GetMinTimeDilation"); \ static_assert(sizeof(PHCheatManager_GetMinTimeDilation) == 0x000004, "Wrong size on PHCheatManager_GetMinTimeDilation"); \ static_assert(offsetof(PHCheatManager_GetMinTimeDilation, ReturnValue) == 0x000000, "Member 'PHCheatManager_GetMinTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCheatManager_GetTimeDilation \ static_assert(alignof(PHCheatManager_GetTimeDilation) == 0x000004, "Wrong alignment on PHCheatManager_GetTimeDilation"); \ static_assert(sizeof(PHCheatManager_GetTimeDilation) == 0x000004, "Wrong size on PHCheatManager_GetTimeDilation"); \ static_assert(offsetof(PHCheatManager_GetTimeDilation, ReturnValue) == 0x000000, "Member 'PHCheatManager_GetTimeDilation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHCheatManager \ static_assert(alignof(UPHCheatManager) == 0x000008, "Wrong alignment on UPHCheatManager"); \ static_assert(sizeof(UPHCheatManager) == 0x0000D0, "Wrong size on UPHCheatManager"); \ #define DUMPER7_ASSERTS_UPHCheckpointSlotInfo \ static_assert(alignof(UPHCheckpointSlotInfo) == 0x000010, "Wrong alignment on UPHCheckpointSlotInfo"); \ static_assert(sizeof(UPHCheckpointSlotInfo) == 0x000580, "Wrong size on UPHCheckpointSlotInfo"); \ #define DUMPER7_ASSERTS_UPHCheckpointSlotData \ static_assert(alignof(UPHCheckpointSlotData) == 0x000010, "Wrong alignment on UPHCheckpointSlotData"); \ static_assert(sizeof(UPHCheckpointSlotData) == 0x000F00, "Wrong size on UPHCheckpointSlotData"); \ #define DUMPER7_ASSERTS_UPHE_SaveCheckpoint \ static_assert(alignof(UPHE_SaveCheckpoint) == 0x000008, "Wrong alignment on UPHE_SaveCheckpoint"); \ static_assert(sizeof(UPHE_SaveCheckpoint) == 0x000090, "Wrong size on UPHE_SaveCheckpoint"); \ #define DUMPER7_ASSERTS_UPHE_OnCheckpointSaveBegin \ static_assert(alignof(UPHE_OnCheckpointSaveBegin) == 0x000008, "Wrong alignment on UPHE_OnCheckpointSaveBegin"); \ static_assert(sizeof(UPHE_OnCheckpointSaveBegin) == 0x000030, "Wrong size on UPHE_OnCheckpointSaveBegin"); \ #define DUMPER7_ASSERTS_UPHE_OnCheckpointSaveFinished \ static_assert(alignof(UPHE_OnCheckpointSaveFinished) == 0x000008, "Wrong alignment on UPHE_OnCheckpointSaveFinished"); \ static_assert(sizeof(UPHE_OnCheckpointSaveFinished) == 0x000038, "Wrong size on UPHE_OnCheckpointSaveFinished"); \ #define DUMPER7_ASSERTS_UPHE_LoadCheckpoint \ static_assert(alignof(UPHE_LoadCheckpoint) == 0x000008, "Wrong alignment on UPHE_LoadCheckpoint"); \ static_assert(sizeof(UPHE_LoadCheckpoint) == 0x000078, "Wrong size on UPHE_LoadCheckpoint"); \ #define DUMPER7_ASSERTS_UPHE_OnCheckpointLoadPreMapLoad \ static_assert(alignof(UPHE_OnCheckpointLoadPreMapLoad) == 0x000008, "Wrong alignment on UPHE_OnCheckpointLoadPreMapLoad"); \ static_assert(sizeof(UPHE_OnCheckpointLoadPreMapLoad) == 0x000030, "Wrong size on UPHE_OnCheckpointLoadPreMapLoad"); \ #define DUMPER7_ASSERTS_UPHE_OnCheckpointLoadBegin \ static_assert(alignof(UPHE_OnCheckpointLoadBegin) == 0x000008, "Wrong alignment on UPHE_OnCheckpointLoadBegin"); \ static_assert(sizeof(UPHE_OnCheckpointLoadBegin) == 0x000030, "Wrong size on UPHE_OnCheckpointLoadBegin"); \ #define DUMPER7_ASSERTS_UPHE_OnCheckpointLoadFinished \ static_assert(alignof(UPHE_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on UPHE_OnCheckpointLoadFinished"); \ static_assert(sizeof(UPHE_OnCheckpointLoadFinished) == 0x000038, "Wrong size on UPHE_OnCheckpointLoadFinished"); \ #define DUMPER7_ASSERTS_UPHE_OnCheckpointAsyncLoadPreviousMapUnloaded \ static_assert(alignof(UPHE_OnCheckpointAsyncLoadPreviousMapUnloaded) == 0x000008, "Wrong alignment on UPHE_OnCheckpointAsyncLoadPreviousMapUnloaded"); \ static_assert(sizeof(UPHE_OnCheckpointAsyncLoadPreviousMapUnloaded) == 0x000030, "Wrong size on UPHE_OnCheckpointAsyncLoadPreviousMapUnloaded"); \ #define DUMPER7_ASSERTS_UPHE_OnCheckpointDeathClosetLoadFinished \ static_assert(alignof(UPHE_OnCheckpointDeathClosetLoadFinished) == 0x000008, "Wrong alignment on UPHE_OnCheckpointDeathClosetLoadFinished"); \ static_assert(sizeof(UPHE_OnCheckpointDeathClosetLoadFinished) == 0x000038, "Wrong size on UPHE_OnCheckpointDeathClosetLoadFinished"); \ #define DUMPER7_ASSERTS_UPHE_OnCheckpointPreLevelLoadRegisteredObjects \ static_assert(alignof(UPHE_OnCheckpointPreLevelLoadRegisteredObjects) == 0x000008, "Wrong alignment on UPHE_OnCheckpointPreLevelLoadRegisteredObjects"); \ static_assert(sizeof(UPHE_OnCheckpointPreLevelLoadRegisteredObjects) == 0x000030, "Wrong size on UPHE_OnCheckpointPreLevelLoadRegisteredObjects"); \ #define DUMPER7_ASSERTS_UPHE_OnCheckpointPostLevelLoadRegisteredObjects \ static_assert(alignof(UPHE_OnCheckpointPostLevelLoadRegisteredObjects) == 0x000008, "Wrong alignment on UPHE_OnCheckpointPostLevelLoadRegisteredObjects"); \ static_assert(sizeof(UPHE_OnCheckpointPostLevelLoadRegisteredObjects) == 0x000030, "Wrong size on UPHE_OnCheckpointPostLevelLoadRegisteredObjects"); \ #define DUMPER7_ASSERTS_UPHCheckpointManager \ static_assert(alignof(UPHCheckpointManager) == 0x000008, "Wrong alignment on UPHCheckpointManager"); \ static_assert(sizeof(UPHCheckpointManager) == 0x000170, "Wrong size on UPHCheckpointManager"); \ #define DUMPER7_ASSERTS_APHCheckpointRespawnTeleportActor \ static_assert(alignof(APHCheckpointRespawnTeleportActor) == 0x000008, "Wrong alignment on APHCheckpointRespawnTeleportActor"); \ static_assert(sizeof(APHCheckpointRespawnTeleportActor) == 0x000230, "Wrong size on APHCheckpointRespawnTeleportActor"); \ #define DUMPER7_ASSERTS_APHCheckpointRespawnDeathClosetActor \ static_assert(alignof(APHCheckpointRespawnDeathClosetActor) == 0x000008, "Wrong alignment on APHCheckpointRespawnDeathClosetActor"); \ static_assert(sizeof(APHCheckpointRespawnDeathClosetActor) == 0x000230, "Wrong size on APHCheckpointRespawnDeathClosetActor"); \ #define DUMPER7_ASSERTS_PHCollidingClothActor_OnComponentBeginOverlap \ static_assert(alignof(PHCollidingClothActor_OnComponentBeginOverlap) == 0x000008, "Wrong alignment on PHCollidingClothActor_OnComponentBeginOverlap"); \ static_assert(sizeof(PHCollidingClothActor_OnComponentBeginOverlap) == 0x0000A8, "Wrong size on PHCollidingClothActor_OnComponentBeginOverlap"); \ static_assert(offsetof(PHCollidingClothActor_OnComponentBeginOverlap, OverlappedComp) == 0x000000, "Member 'PHCollidingClothActor_OnComponentBeginOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(PHCollidingClothActor_OnComponentBeginOverlap, Other) == 0x000008, "Member 'PHCollidingClothActor_OnComponentBeginOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(PHCollidingClothActor_OnComponentBeginOverlap, OtherComp) == 0x000010, "Member 'PHCollidingClothActor_OnComponentBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(PHCollidingClothActor_OnComponentBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'PHCollidingClothActor_OnComponentBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(PHCollidingClothActor_OnComponentBeginOverlap, bFromSweep) == 0x00001C, "Member 'PHCollidingClothActor_OnComponentBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(PHCollidingClothActor_OnComponentBeginOverlap, OverlapInfo) == 0x000020, "Member 'PHCollidingClothActor_OnComponentBeginOverlap::OverlapInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHCollidingClothActor_OnComponentEndOverlap \ static_assert(alignof(PHCollidingClothActor_OnComponentEndOverlap) == 0x000008, "Wrong alignment on PHCollidingClothActor_OnComponentEndOverlap"); \ static_assert(sizeof(PHCollidingClothActor_OnComponentEndOverlap) == 0x000020, "Wrong size on PHCollidingClothActor_OnComponentEndOverlap"); \ static_assert(offsetof(PHCollidingClothActor_OnComponentEndOverlap, OverlappedComp) == 0x000000, "Member 'PHCollidingClothActor_OnComponentEndOverlap::OverlappedComp' has a wrong offset!"); \ static_assert(offsetof(PHCollidingClothActor_OnComponentEndOverlap, Other) == 0x000008, "Member 'PHCollidingClothActor_OnComponentEndOverlap::Other' has a wrong offset!"); \ static_assert(offsetof(PHCollidingClothActor_OnComponentEndOverlap, OtherComp) == 0x000010, "Member 'PHCollidingClothActor_OnComponentEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(PHCollidingClothActor_OnComponentEndOverlap, OtherBodyIndex) == 0x000018, "Member 'PHCollidingClothActor_OnComponentEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHCollidingClothActor \ static_assert(alignof(APHCollidingClothActor) == 0x000008, "Wrong alignment on APHCollidingClothActor"); \ static_assert(sizeof(APHCollidingClothActor) == 0x000260, "Wrong size on APHCollidingClothActor"); \ static_assert(offsetof(APHCollidingClothActor, SkeletalMesh) == 0x000230, "Member 'APHCollidingClothActor::SkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(APHCollidingClothActor, BodyProxy) == 0x000238, "Member 'APHCollidingClothActor::BodyProxy' has a wrong offset!"); \ static_assert(offsetof(APHCollidingClothActor, PlayerCollider) == 0x000240, "Member 'APHCollidingClothActor::PlayerCollider' has a wrong offset!"); \ static_assert(offsetof(APHCollidingClothActor, PlayerAttachmentSocketName) == 0x000248, "Member 'APHCollidingClothActor::PlayerAttachmentSocketName' has a wrong offset!"); \ static_assert(offsetof(APHCollidingClothActor, InitialBodyProxyLocation) == 0x000250, "Member 'APHCollidingClothActor::InitialBodyProxyLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHCollidingClothAnimInstance \ static_assert(alignof(UPHCollidingClothAnimInstance) == 0x000010, "Wrong alignment on UPHCollidingClothAnimInstance"); \ static_assert(sizeof(UPHCollidingClothAnimInstance) == 0x0002D0, "Wrong size on UPHCollidingClothAnimInstance"); \ static_assert(offsetof(UPHCollidingClothAnimInstance, ProxyLocation) == 0x0002B8, "Member 'UPHCollidingClothAnimInstance::ProxyLocation' has a wrong offset!"); \ static_assert(offsetof(UPHCollidingClothAnimInstance, BodyProxy) == 0x0002C4, "Member 'UPHCollidingClothAnimInstance::BodyProxy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHCrosshairFX \ static_assert(alignof(UPHCrosshairFX) == 0x000008, "Wrong alignment on UPHCrosshairFX"); \ static_assert(sizeof(UPHCrosshairFX) == 0x000030, "Wrong size on UPHCrosshairFX"); \ #define DUMPER7_ASSERTS_UPHDefaultHideSkeletalMeshComponent \ static_assert(alignof(UPHDefaultHideSkeletalMeshComponent) == 0x000010, "Wrong alignment on UPHDefaultHideSkeletalMeshComponent"); \ static_assert(sizeof(UPHDefaultHideSkeletalMeshComponent) == 0x000EE0, "Wrong size on UPHDefaultHideSkeletalMeshComponent"); \ #define DUMPER7_ASSERTS_UPHE_ChapterStateWasCompleted \ static_assert(alignof(UPHE_ChapterStateWasCompleted) == 0x000008, "Wrong alignment on UPHE_ChapterStateWasCompleted"); \ static_assert(sizeof(UPHE_ChapterStateWasCompleted) == 0x000030, "Wrong size on UPHE_ChapterStateWasCompleted"); \ #define DUMPER7_ASSERTS_UPHE_GameplayTagContainer \ static_assert(alignof(UPHE_GameplayTagContainer) == 0x000008, "Wrong alignment on UPHE_GameplayTagContainer"); \ static_assert(sizeof(UPHE_GameplayTagContainer) == 0x000048, "Wrong size on UPHE_GameplayTagContainer"); \ static_assert(offsetof(UPHE_GameplayTagContainer, Tags) == 0x000028, "Member 'UPHE_GameplayTagContainer::Tags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHE_TryCompleteChapterState \ static_assert(alignof(UPHE_TryCompleteChapterState) == 0x000008, "Wrong alignment on UPHE_TryCompleteChapterState"); \ static_assert(sizeof(UPHE_TryCompleteChapterState) == 0x000030, "Wrong size on UPHE_TryCompleteChapterState"); \ #define DUMPER7_ASSERTS_UGSEngineSubsystem \ static_assert(alignof(UGSEngineSubsystem) == 0x000008, "Wrong alignment on UGSEngineSubsystem"); \ static_assert(sizeof(UGSEngineSubsystem) == 0x000030, "Wrong size on UGSEngineSubsystem"); \ #define DUMPER7_ASSERTS_PHEnhancedInputCameraRotationComponent_Initialize \ static_assert(alignof(PHEnhancedInputCameraRotationComponent_Initialize) == 0x000008, "Wrong alignment on PHEnhancedInputCameraRotationComponent_Initialize"); \ static_assert(sizeof(PHEnhancedInputCameraRotationComponent_Initialize) == 0x000008, "Wrong size on PHEnhancedInputCameraRotationComponent_Initialize"); \ static_assert(offsetof(PHEnhancedInputCameraRotationComponent_Initialize, InCamera) == 0x000000, "Member 'PHEnhancedInputCameraRotationComponent_Initialize::InCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHEnhancedInputCameraRotationComponent_RotateCamera \ static_assert(alignof(PHEnhancedInputCameraRotationComponent_RotateCamera) == 0x000004, "Wrong alignment on PHEnhancedInputCameraRotationComponent_RotateCamera"); \ static_assert(sizeof(PHEnhancedInputCameraRotationComponent_RotateCamera) == 0x00000C, "Wrong size on PHEnhancedInputCameraRotationComponent_RotateCamera"); \ static_assert(offsetof(PHEnhancedInputCameraRotationComponent_RotateCamera, InputDevice) == 0x000000, "Member 'PHEnhancedInputCameraRotationComponent_RotateCamera::InputDevice' has a wrong offset!"); \ static_assert(offsetof(PHEnhancedInputCameraRotationComponent_RotateCamera, RotationValue) == 0x000004, "Member 'PHEnhancedInputCameraRotationComponent_RotateCamera::RotationValue' has a wrong offset!"); \ static_assert(offsetof(PHEnhancedInputCameraRotationComponent_RotateCamera, Axis) == 0x000008, "Member 'PHEnhancedInputCameraRotationComponent_RotateCamera::Axis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHEnhancedInputCameraRotationComponent_TryToRotateCamera \ static_assert(alignof(PHEnhancedInputCameraRotationComponent_TryToRotateCamera) == 0x000004, "Wrong alignment on PHEnhancedInputCameraRotationComponent_TryToRotateCamera"); \ static_assert(sizeof(PHEnhancedInputCameraRotationComponent_TryToRotateCamera) == 0x000008, "Wrong size on PHEnhancedInputCameraRotationComponent_TryToRotateCamera"); \ static_assert(offsetof(PHEnhancedInputCameraRotationComponent_TryToRotateCamera, RotationValue) == 0x000000, "Member 'PHEnhancedInputCameraRotationComponent_TryToRotateCamera::RotationValue' has a wrong offset!"); \ static_assert(offsetof(PHEnhancedInputCameraRotationComponent_TryToRotateCamera, Axis) == 0x000004, "Member 'PHEnhancedInputCameraRotationComponent_TryToRotateCamera::Axis' has a wrong offset!"); \ static_assert(offsetof(PHEnhancedInputCameraRotationComponent_TryToRotateCamera, InputDevice) == 0x000005, "Member 'PHEnhancedInputCameraRotationComponent_TryToRotateCamera::InputDevice' has a wrong offset!"); \ static_assert(offsetof(PHEnhancedInputCameraRotationComponent_TryToRotateCamera, ReturnValue) == 0x000006, "Member 'PHEnhancedInputCameraRotationComponent_TryToRotateCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHEnhancedInputCameraRotationComponent_CanRotateCamera \ static_assert(alignof(PHEnhancedInputCameraRotationComponent_CanRotateCamera) == 0x000001, "Wrong alignment on PHEnhancedInputCameraRotationComponent_CanRotateCamera"); \ static_assert(sizeof(PHEnhancedInputCameraRotationComponent_CanRotateCamera) == 0x000002, "Wrong size on PHEnhancedInputCameraRotationComponent_CanRotateCamera"); \ static_assert(offsetof(PHEnhancedInputCameraRotationComponent_CanRotateCamera, Axis) == 0x000000, "Member 'PHEnhancedInputCameraRotationComponent_CanRotateCamera::Axis' has a wrong offset!"); \ static_assert(offsetof(PHEnhancedInputCameraRotationComponent_CanRotateCamera, ReturnValue) == 0x000001, "Member 'PHEnhancedInputCameraRotationComponent_CanRotateCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHEnhancedInputCameraRotationComponent \ static_assert(alignof(UPHEnhancedInputCameraRotationComponent) == 0x000010, "Wrong alignment on UPHEnhancedInputCameraRotationComponent"); \ static_assert(sizeof(UPHEnhancedInputCameraRotationComponent) == 0x000110, "Wrong size on UPHEnhancedInputCameraRotationComponent"); \ static_assert(offsetof(UPHEnhancedInputCameraRotationComponent, CurrentCamera) == 0x0000B8, "Member 'UPHEnhancedInputCameraRotationComponent::CurrentCamera' has a wrong offset!"); \ static_assert(offsetof(UPHEnhancedInputCameraRotationComponent, bCanRotateCamera) == 0x0000C0, "Member 'UPHEnhancedInputCameraRotationComponent::bCanRotateCamera' has a wrong offset!"); \ static_assert(offsetof(UPHEnhancedInputCameraRotationComponent, AllowedCameraRotationAxes) == 0x0000C1, "Member 'UPHEnhancedInputCameraRotationComponent::AllowedCameraRotationAxes' has a wrong offset!"); \ static_assert(offsetof(UPHEnhancedInputCameraRotationComponent, RateInputMultiplier) == 0x0000C4, "Member 'UPHEnhancedInputCameraRotationComponent::RateInputMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPHEnhancedInputCameraRotationComponent, RotationRanges) == 0x0000C8, "Member 'UPHEnhancedInputCameraRotationComponent::RotationRanges' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHEOEventFunctionLibrary_SendChapterStateWasCompletedEvent \ static_assert(alignof(PHEOEventFunctionLibrary_SendChapterStateWasCompletedEvent) == 0x000008, "Wrong alignment on PHEOEventFunctionLibrary_SendChapterStateWasCompletedEvent"); \ static_assert(sizeof(PHEOEventFunctionLibrary_SendChapterStateWasCompletedEvent) == 0x000018, "Wrong size on PHEOEventFunctionLibrary_SendChapterStateWasCompletedEvent"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendChapterStateWasCompletedEvent, WorldContextObject) == 0x000000, "Member 'PHEOEventFunctionLibrary_SendChapterStateWasCompletedEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendChapterStateWasCompletedEvent, Tag) == 0x000008, "Member 'PHEOEventFunctionLibrary_SendChapterStateWasCompletedEvent::Tag' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendChapterStateWasCompletedEvent, isPersistent) == 0x000010, "Member 'PHEOEventFunctionLibrary_SendChapterStateWasCompletedEvent::isPersistent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHEOEventFunctionLibrary_SendGameplayTagContainerEvent \ static_assert(alignof(PHEOEventFunctionLibrary_SendGameplayTagContainerEvent) == 0x000008, "Wrong alignment on PHEOEventFunctionLibrary_SendGameplayTagContainerEvent"); \ static_assert(sizeof(PHEOEventFunctionLibrary_SendGameplayTagContainerEvent) == 0x000030, "Wrong size on PHEOEventFunctionLibrary_SendGameplayTagContainerEvent"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendGameplayTagContainerEvent, WorldContextObject) == 0x000000, "Member 'PHEOEventFunctionLibrary_SendGameplayTagContainerEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendGameplayTagContainerEvent, Tags) == 0x000008, "Member 'PHEOEventFunctionLibrary_SendGameplayTagContainerEvent::Tags' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendGameplayTagContainerEvent, isPersistent) == 0x000028, "Member 'PHEOEventFunctionLibrary_SendGameplayTagContainerEvent::isPersistent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHEOEventFunctionLibrary_SendGameplayTagEvent \ static_assert(alignof(PHEOEventFunctionLibrary_SendGameplayTagEvent) == 0x000008, "Wrong alignment on PHEOEventFunctionLibrary_SendGameplayTagEvent"); \ static_assert(sizeof(PHEOEventFunctionLibrary_SendGameplayTagEvent) == 0x000018, "Wrong size on PHEOEventFunctionLibrary_SendGameplayTagEvent"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendGameplayTagEvent, WorldContextObject) == 0x000000, "Member 'PHEOEventFunctionLibrary_SendGameplayTagEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendGameplayTagEvent, Tag) == 0x000008, "Member 'PHEOEventFunctionLibrary_SendGameplayTagEvent::Tag' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendGameplayTagEvent, isPersistent) == 0x000010, "Member 'PHEOEventFunctionLibrary_SendGameplayTagEvent::isPersistent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHEOEventFunctionLibrary_SendMultipleChapterStateWasCompletedEvents \ static_assert(alignof(PHEOEventFunctionLibrary_SendMultipleChapterStateWasCompletedEvents) == 0x000008, "Wrong alignment on PHEOEventFunctionLibrary_SendMultipleChapterStateWasCompletedEvents"); \ static_assert(sizeof(PHEOEventFunctionLibrary_SendMultipleChapterStateWasCompletedEvents) == 0x000030, "Wrong size on PHEOEventFunctionLibrary_SendMultipleChapterStateWasCompletedEvents"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendMultipleChapterStateWasCompletedEvents, WorldContextObject) == 0x000000, "Member 'PHEOEventFunctionLibrary_SendMultipleChapterStateWasCompletedEvents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendMultipleChapterStateWasCompletedEvents, Tags) == 0x000008, "Member 'PHEOEventFunctionLibrary_SendMultipleChapterStateWasCompletedEvents::Tags' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendMultipleChapterStateWasCompletedEvents, isPersistent) == 0x000028, "Member 'PHEOEventFunctionLibrary_SendMultipleChapterStateWasCompletedEvents::isPersistent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHEOEventFunctionLibrary_SendMultipleGameplayTagEvents \ static_assert(alignof(PHEOEventFunctionLibrary_SendMultipleGameplayTagEvents) == 0x000008, "Wrong alignment on PHEOEventFunctionLibrary_SendMultipleGameplayTagEvents"); \ static_assert(sizeof(PHEOEventFunctionLibrary_SendMultipleGameplayTagEvents) == 0x000030, "Wrong size on PHEOEventFunctionLibrary_SendMultipleGameplayTagEvents"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendMultipleGameplayTagEvents, WorldContextObject) == 0x000000, "Member 'PHEOEventFunctionLibrary_SendMultipleGameplayTagEvents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendMultipleGameplayTagEvents, Tags) == 0x000008, "Member 'PHEOEventFunctionLibrary_SendMultipleGameplayTagEvents::Tags' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendMultipleGameplayTagEvents, isPersistent) == 0x000028, "Member 'PHEOEventFunctionLibrary_SendMultipleGameplayTagEvents::isPersistent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHEOEventFunctionLibrary_SendMultipleTryCompleteChapterStateEvents \ static_assert(alignof(PHEOEventFunctionLibrary_SendMultipleTryCompleteChapterStateEvents) == 0x000008, "Wrong alignment on PHEOEventFunctionLibrary_SendMultipleTryCompleteChapterStateEvents"); \ static_assert(sizeof(PHEOEventFunctionLibrary_SendMultipleTryCompleteChapterStateEvents) == 0x000030, "Wrong size on PHEOEventFunctionLibrary_SendMultipleTryCompleteChapterStateEvents"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendMultipleTryCompleteChapterStateEvents, WorldContextObject) == 0x000000, "Member 'PHEOEventFunctionLibrary_SendMultipleTryCompleteChapterStateEvents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendMultipleTryCompleteChapterStateEvents, Tags) == 0x000008, "Member 'PHEOEventFunctionLibrary_SendMultipleTryCompleteChapterStateEvents::Tags' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendMultipleTryCompleteChapterStateEvents, isPersistent) == 0x000028, "Member 'PHEOEventFunctionLibrary_SendMultipleTryCompleteChapterStateEvents::isPersistent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHEOEventFunctionLibrary_SendTryCompleteChapterStateEvent \ static_assert(alignof(PHEOEventFunctionLibrary_SendTryCompleteChapterStateEvent) == 0x000008, "Wrong alignment on PHEOEventFunctionLibrary_SendTryCompleteChapterStateEvent"); \ static_assert(sizeof(PHEOEventFunctionLibrary_SendTryCompleteChapterStateEvent) == 0x000018, "Wrong size on PHEOEventFunctionLibrary_SendTryCompleteChapterStateEvent"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendTryCompleteChapterStateEvent, WorldContextObject) == 0x000000, "Member 'PHEOEventFunctionLibrary_SendTryCompleteChapterStateEvent::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendTryCompleteChapterStateEvent, Tag) == 0x000008, "Member 'PHEOEventFunctionLibrary_SendTryCompleteChapterStateEvent::Tag' has a wrong offset!"); \ static_assert(offsetof(PHEOEventFunctionLibrary_SendTryCompleteChapterStateEvent, isPersistent) == 0x000010, "Member 'PHEOEventFunctionLibrary_SendTryCompleteChapterStateEvent::isPersistent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHEOEventFunctionLibrary \ static_assert(alignof(UPHEOEventFunctionLibrary) == 0x000008, "Wrong alignment on UPHEOEventFunctionLibrary"); \ static_assert(sizeof(UPHEOEventFunctionLibrary) == 0x000028, "Wrong size on UPHEOEventFunctionLibrary"); \ #define DUMPER7_ASSERTS_UPHGameHelperSubsystem \ static_assert(alignof(UPHGameHelperSubsystem) == 0x000008, "Wrong alignment on UPHGameHelperSubsystem"); \ static_assert(sizeof(UPHGameHelperSubsystem) == 0x000038, "Wrong size on UPHGameHelperSubsystem"); \ static_assert(offsetof(UPHGameHelperSubsystem, GameHelperEnabled) == 0x000030, "Member 'UPHGameHelperSubsystem::GameHelperEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameInstance_FindOrAddPersistentInteractableState \ static_assert(alignof(PHGameInstance_FindOrAddPersistentInteractableState) == 0x000008, "Wrong alignment on PHGameInstance_FindOrAddPersistentInteractableState"); \ static_assert(sizeof(PHGameInstance_FindOrAddPersistentInteractableState) == 0x000030, "Wrong size on PHGameInstance_FindOrAddPersistentInteractableState"); \ static_assert(offsetof(PHGameInstance_FindOrAddPersistentInteractableState, ForInteractable) == 0x000000, "Member 'PHGameInstance_FindOrAddPersistentInteractableState::ForInteractable' has a wrong offset!"); \ static_assert(offsetof(PHGameInstance_FindOrAddPersistentInteractableState, ReturnValue) == 0x000008, "Member 'PHGameInstance_FindOrAddPersistentInteractableState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameInstance_GetPersistentNumInteract \ static_assert(alignof(PHGameInstance_GetPersistentNumInteract) == 0x000008, "Wrong alignment on PHGameInstance_GetPersistentNumInteract"); \ static_assert(sizeof(PHGameInstance_GetPersistentNumInteract) == 0x000010, "Wrong size on PHGameInstance_GetPersistentNumInteract"); \ static_assert(offsetof(PHGameInstance_GetPersistentNumInteract, ForInteractable) == 0x000000, "Member 'PHGameInstance_GetPersistentNumInteract::ForInteractable' has a wrong offset!"); \ static_assert(offsetof(PHGameInstance_GetPersistentNumInteract, ReturnValue) == 0x000008, "Member 'PHGameInstance_GetPersistentNumInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameInstance_IncrementPersistentNumInteract \ static_assert(alignof(PHGameInstance_IncrementPersistentNumInteract) == 0x000008, "Wrong alignment on PHGameInstance_IncrementPersistentNumInteract"); \ static_assert(sizeof(PHGameInstance_IncrementPersistentNumInteract) == 0x000010, "Wrong size on PHGameInstance_IncrementPersistentNumInteract"); \ static_assert(offsetof(PHGameInstance_IncrementPersistentNumInteract, ForInteractable) == 0x000000, "Member 'PHGameInstance_IncrementPersistentNumInteract::ForInteractable' has a wrong offset!"); \ static_assert(offsetof(PHGameInstance_IncrementPersistentNumInteract, ReturnValue) == 0x000008, "Member 'PHGameInstance_IncrementPersistentNumInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameInstance_OnPlayGoDialogClosed \ static_assert(alignof(PHGameInstance_OnPlayGoDialogClosed) == 0x000001, "Wrong alignment on PHGameInstance_OnPlayGoDialogClosed"); \ static_assert(sizeof(PHGameInstance_OnPlayGoDialogClosed) == 0x000001, "Wrong size on PHGameInstance_OnPlayGoDialogClosed"); \ static_assert(offsetof(PHGameInstance_OnPlayGoDialogClosed, bDownloadFinished) == 0x000000, "Member 'PHGameInstance_OnPlayGoDialogClosed::bDownloadFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameInstance_OnPlayGoDialogEnded \ static_assert(alignof(PHGameInstance_OnPlayGoDialogEnded) == 0x000001, "Wrong alignment on PHGameInstance_OnPlayGoDialogEnded"); \ static_assert(sizeof(PHGameInstance_OnPlayGoDialogEnded) == 0x000001, "Wrong size on PHGameInstance_OnPlayGoDialogEnded"); \ static_assert(offsetof(PHGameInstance_OnPlayGoDialogEnded, bDownloaded) == 0x000000, "Member 'PHGameInstance_OnPlayGoDialogEnded::bDownloaded' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameInstance_OpenPlayGoDialogForChapter \ static_assert(alignof(PHGameInstance_OpenPlayGoDialogForChapter) == 0x000004, "Wrong alignment on PHGameInstance_OpenPlayGoDialogForChapter"); \ static_assert(sizeof(PHGameInstance_OpenPlayGoDialogForChapter) == 0x000008, "Wrong size on PHGameInstance_OpenPlayGoDialogForChapter"); \ static_assert(offsetof(PHGameInstance_OpenPlayGoDialogForChapter, ChapterNum) == 0x000000, "Member 'PHGameInstance_OpenPlayGoDialogForChapter::ChapterNum' has a wrong offset!"); \ static_assert(offsetof(PHGameInstance_OpenPlayGoDialogForChapter, ReturnValue) == 0x000004, "Member 'PHGameInstance_OpenPlayGoDialogForChapter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameInstance_OpenPlayGoDialogForChunk \ static_assert(alignof(PHGameInstance_OpenPlayGoDialogForChunk) == 0x000004, "Wrong alignment on PHGameInstance_OpenPlayGoDialogForChunk"); \ static_assert(sizeof(PHGameInstance_OpenPlayGoDialogForChunk) == 0x000008, "Wrong size on PHGameInstance_OpenPlayGoDialogForChunk"); \ static_assert(offsetof(PHGameInstance_OpenPlayGoDialogForChunk, ChunkNum) == 0x000000, "Member 'PHGameInstance_OpenPlayGoDialogForChunk::ChunkNum' has a wrong offset!"); \ static_assert(offsetof(PHGameInstance_OpenPlayGoDialogForChunk, ReturnValue) == 0x000004, "Member 'PHGameInstance_OpenPlayGoDialogForChunk::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameInstance_ResetPersistentInteractableStates \ static_assert(alignof(PHGameInstance_ResetPersistentInteractableStates) == 0x000008, "Wrong alignment on PHGameInstance_ResetPersistentInteractableStates"); \ static_assert(sizeof(PHGameInstance_ResetPersistentInteractableStates) == 0x000008, "Wrong size on PHGameInstance_ResetPersistentInteractableStates"); \ static_assert(offsetof(PHGameInstance_ResetPersistentInteractableStates, WorldContextObject) == 0x000000, "Member 'PHGameInstance_ResetPersistentInteractableStates::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameInstance_GetChunkIDForChapter \ static_assert(alignof(PHGameInstance_GetChunkIDForChapter) == 0x000004, "Wrong alignment on PHGameInstance_GetChunkIDForChapter"); \ static_assert(sizeof(PHGameInstance_GetChunkIDForChapter) == 0x000008, "Wrong size on PHGameInstance_GetChunkIDForChapter"); \ static_assert(offsetof(PHGameInstance_GetChunkIDForChapter, ChapterNum) == 0x000000, "Member 'PHGameInstance_GetChunkIDForChapter::ChapterNum' has a wrong offset!"); \ static_assert(offsetof(PHGameInstance_GetChunkIDForChapter, ReturnValue) == 0x000004, "Member 'PHGameInstance_GetChunkIDForChapter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameInstance_IsChapterAvailable \ static_assert(alignof(PHGameInstance_IsChapterAvailable) == 0x000004, "Wrong alignment on PHGameInstance_IsChapterAvailable"); \ static_assert(sizeof(PHGameInstance_IsChapterAvailable) == 0x000008, "Wrong size on PHGameInstance_IsChapterAvailable"); \ static_assert(offsetof(PHGameInstance_IsChapterAvailable, ChapterNum) == 0x000000, "Member 'PHGameInstance_IsChapterAvailable::ChapterNum' has a wrong offset!"); \ static_assert(offsetof(PHGameInstance_IsChapterAvailable, ReturnValue) == 0x000004, "Member 'PHGameInstance_IsChapterAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameInstance_IsChunkAvailable \ static_assert(alignof(PHGameInstance_IsChunkAvailable) == 0x000004, "Wrong alignment on PHGameInstance_IsChunkAvailable"); \ static_assert(sizeof(PHGameInstance_IsChunkAvailable) == 0x000008, "Wrong size on PHGameInstance_IsChunkAvailable"); \ static_assert(offsetof(PHGameInstance_IsChunkAvailable, ChunkNum) == 0x000000, "Member 'PHGameInstance_IsChunkAvailable::ChunkNum' has a wrong offset!"); \ static_assert(offsetof(PHGameInstance_IsChunkAvailable, ReturnValue) == 0x000004, "Member 'PHGameInstance_IsChunkAvailable::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHGameInstance \ static_assert(alignof(UPHGameInstance) == 0x000008, "Wrong alignment on UPHGameInstance"); \ static_assert(sizeof(UPHGameInstance) == 0x0004C0, "Wrong size on UPHGameInstance"); \ static_assert(offsetof(UPHGameInstance, InteractTraceNarrowName) == 0x000328, "Member 'UPHGameInstance::InteractTraceNarrowName' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, InteractTraceBroadName) == 0x000330, "Member 'UPHGameInstance::InteractTraceBroadName' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, InteractTraceAutoaimName) == 0x000338, "Member 'UPHGameInstance::InteractTraceAutoaimName' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, bIsCheatStreaming) == 0x000340, "Member 'UPHGameInstance::bIsCheatStreaming' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, PCControllerMapWidgetClassSoftRef) == 0x000348, "Member 'UPHGameInstance::PCControllerMapWidgetClassSoftRef' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, PS5ControllerMapWidgetClassSoftRef) == 0x000370, "Member 'UPHGameInstance::PS5ControllerMapWidgetClassSoftRef' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, XSXControllerMapWidgetClassSoftRef) == 0x000398, "Member 'UPHGameInstance::XSXControllerMapWidgetClassSoftRef' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, PCInputDecoratorSoftRef) == 0x0003C0, "Member 'UPHGameInstance::PCInputDecoratorSoftRef' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, PS5InputDecoratorSoftRef) == 0x0003E8, "Member 'UPHGameInstance::PS5InputDecoratorSoftRef' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, XSXInputDecoratorSoftRef) == 0x000410, "Member 'UPHGameInstance::XSXInputDecoratorSoftRef' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, OnPlayGoDialogInstanceClosed) == 0x000438, "Member 'UPHGameInstance::OnPlayGoDialogInstanceClosed' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, PersistentInteractableStates) == 0x000448, "Member 'UPHGameInstance::PersistentInteractableStates' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, EditorUserSettingClass) == 0x000498, "Member 'UPHGameInstance::EditorUserSettingClass' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, SubsystemReferences) == 0x0004A0, "Member 'UPHGameInstance::SubsystemReferences' has a wrong offset!"); \ static_assert(offsetof(UPHGameInstance, CurrentLevelText) == 0x0004B0, "Member 'UPHGameInstance::CurrentLevelText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHGameMode \ static_assert(alignof(APHGameMode) == 0x000008, "Wrong alignment on APHGameMode"); \ static_assert(sizeof(APHGameMode) == 0x0002D0, "Wrong size on APHGameMode"); \ #define DUMPER7_ASSERTS_UPHGameplayAbility \ static_assert(alignof(UPHGameplayAbility) == 0x000008, "Wrong alignment on UPHGameplayAbility"); \ static_assert(sizeof(UPHGameplayAbility) == 0x0003F0, "Wrong size on UPHGameplayAbility"); \ static_assert(offsetof(UPHGameplayAbility, OnActivateAbilityEOEvents) == 0x0003D0, "Member 'UPHGameplayAbility::OnActivateAbilityEOEvents' has a wrong offset!"); \ static_assert(offsetof(UPHGameplayAbility, OnEndAbilityEOEvents) == 0x0003E0, "Member 'UPHGameplayAbility::OnEndAbilityEOEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_DisablePlayerCharacterInput \ static_assert(alignof(PHGameplayStatics_DisablePlayerCharacterInput) == 0x000008, "Wrong alignment on PHGameplayStatics_DisablePlayerCharacterInput"); \ static_assert(sizeof(PHGameplayStatics_DisablePlayerCharacterInput) == 0x000010, "Wrong size on PHGameplayStatics_DisablePlayerCharacterInput"); \ static_assert(offsetof(PHGameplayStatics_DisablePlayerCharacterInput, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_DisablePlayerCharacterInput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_DisablePlayerCharacterInput, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_DisablePlayerCharacterInput::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_DisablePlayerCharacterInput, ReturnValue) == 0x00000C, "Member 'PHGameplayStatics_DisablePlayerCharacterInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_DisablePlayerInputOnActor \ static_assert(alignof(PHGameplayStatics_DisablePlayerInputOnActor) == 0x000008, "Wrong alignment on PHGameplayStatics_DisablePlayerInputOnActor"); \ static_assert(sizeof(PHGameplayStatics_DisablePlayerInputOnActor) == 0x000010, "Wrong size on PHGameplayStatics_DisablePlayerInputOnActor"); \ static_assert(offsetof(PHGameplayStatics_DisablePlayerInputOnActor, Target) == 0x000000, "Member 'PHGameplayStatics_DisablePlayerInputOnActor::Target' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_DisablePlayerInputOnActor, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_DisablePlayerInputOnActor::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_DisablePlayerInputOnActor, ReturnValue) == 0x00000C, "Member 'PHGameplayStatics_DisablePlayerInputOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_EnablePlayerCharacterInput \ static_assert(alignof(PHGameplayStatics_EnablePlayerCharacterInput) == 0x000008, "Wrong alignment on PHGameplayStatics_EnablePlayerCharacterInput"); \ static_assert(sizeof(PHGameplayStatics_EnablePlayerCharacterInput) == 0x000010, "Wrong size on PHGameplayStatics_EnablePlayerCharacterInput"); \ static_assert(offsetof(PHGameplayStatics_EnablePlayerCharacterInput, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_EnablePlayerCharacterInput::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_EnablePlayerCharacterInput, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_EnablePlayerCharacterInput::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_EnablePlayerCharacterInput, ReturnValue) == 0x00000C, "Member 'PHGameplayStatics_EnablePlayerCharacterInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_EnablePlayerInputOnActor \ static_assert(alignof(PHGameplayStatics_EnablePlayerInputOnActor) == 0x000008, "Wrong alignment on PHGameplayStatics_EnablePlayerInputOnActor"); \ static_assert(sizeof(PHGameplayStatics_EnablePlayerInputOnActor) == 0x000010, "Wrong size on PHGameplayStatics_EnablePlayerInputOnActor"); \ static_assert(offsetof(PHGameplayStatics_EnablePlayerInputOnActor, Target) == 0x000000, "Member 'PHGameplayStatics_EnablePlayerInputOnActor::Target' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_EnablePlayerInputOnActor, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_EnablePlayerInputOnActor::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_EnablePlayerInputOnActor, ReturnValue) == 0x00000C, "Member 'PHGameplayStatics_EnablePlayerInputOnActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_GetPlayerCamera \ static_assert(alignof(PHGameplayStatics_GetPlayerCamera) == 0x000008, "Wrong alignment on PHGameplayStatics_GetPlayerCamera"); \ static_assert(sizeof(PHGameplayStatics_GetPlayerCamera) == 0x000018, "Wrong size on PHGameplayStatics_GetPlayerCamera"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerCamera, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_GetPlayerCamera::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerCamera, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_GetPlayerCamera::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerCamera, ReturnValue) == 0x000010, "Member 'PHGameplayStatics_GetPlayerCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_GetPlayerCameraManager \ static_assert(alignof(PHGameplayStatics_GetPlayerCameraManager) == 0x000008, "Wrong alignment on PHGameplayStatics_GetPlayerCameraManager"); \ static_assert(sizeof(PHGameplayStatics_GetPlayerCameraManager) == 0x000018, "Wrong size on PHGameplayStatics_GetPlayerCameraManager"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerCameraManager, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_GetPlayerCameraManager::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerCameraManager, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_GetPlayerCameraManager::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerCameraManager, ReturnValue) == 0x000010, "Member 'PHGameplayStatics_GetPlayerCameraManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_GetPlayerCharacter \ static_assert(alignof(PHGameplayStatics_GetPlayerCharacter) == 0x000008, "Wrong alignment on PHGameplayStatics_GetPlayerCharacter"); \ static_assert(sizeof(PHGameplayStatics_GetPlayerCharacter) == 0x000018, "Wrong size on PHGameplayStatics_GetPlayerCharacter"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerCharacter, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_GetPlayerCharacter::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerCharacter, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_GetPlayerCharacter::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerCharacter, ReturnValue) == 0x000010, "Member 'PHGameplayStatics_GetPlayerCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_GetPlayerController \ static_assert(alignof(PHGameplayStatics_GetPlayerController) == 0x000008, "Wrong alignment on PHGameplayStatics_GetPlayerController"); \ static_assert(sizeof(PHGameplayStatics_GetPlayerController) == 0x000018, "Wrong size on PHGameplayStatics_GetPlayerController"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerController, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_GetPlayerController::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerController, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_GetPlayerController::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerController, ReturnValue) == 0x000010, "Member 'PHGameplayStatics_GetPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_GetPlayerInfo \ static_assert(alignof(PHGameplayStatics_GetPlayerInfo) == 0x000008, "Wrong alignment on PHGameplayStatics_GetPlayerInfo"); \ static_assert(sizeof(PHGameplayStatics_GetPlayerInfo) == 0x000030, "Wrong size on PHGameplayStatics_GetPlayerInfo"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerInfo, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_GetPlayerInfo::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerInfo, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_GetPlayerInfo::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_GetPlayerInfo, PlayerInfo) == 0x00000C, "Member 'PHGameplayStatics_GetPlayerInfo::PlayerInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_HidePlayerMesh \ static_assert(alignof(PHGameplayStatics_HidePlayerMesh) == 0x000008, "Wrong alignment on PHGameplayStatics_HidePlayerMesh"); \ static_assert(sizeof(PHGameplayStatics_HidePlayerMesh) == 0x000008, "Wrong size on PHGameplayStatics_HidePlayerMesh"); \ static_assert(offsetof(PHGameplayStatics_HidePlayerMesh, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_HidePlayerMesh::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_SetPlayerCameraUsePawnControlRotation \ static_assert(alignof(PHGameplayStatics_SetPlayerCameraUsePawnControlRotation) == 0x000008, "Wrong alignment on PHGameplayStatics_SetPlayerCameraUsePawnControlRotation"); \ static_assert(sizeof(PHGameplayStatics_SetPlayerCameraUsePawnControlRotation) == 0x000010, "Wrong size on PHGameplayStatics_SetPlayerCameraUsePawnControlRotation"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerCameraUsePawnControlRotation, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_SetPlayerCameraUsePawnControlRotation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerCameraUsePawnControlRotation, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_SetPlayerCameraUsePawnControlRotation::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerCameraUsePawnControlRotation, bUsePawnControlRotation) == 0x00000C, "Member 'PHGameplayStatics_SetPlayerCameraUsePawnControlRotation::bUsePawnControlRotation' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerCameraUsePawnControlRotation, ReturnValue) == 0x00000D, "Member 'PHGameplayStatics_SetPlayerCameraUsePawnControlRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation \ static_assert(alignof(PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation) == 0x000008, "Wrong alignment on PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation"); \ static_assert(sizeof(PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation) == 0x000010, "Wrong size on PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation, bUseControllerRotation) == 0x00000C, "Member 'PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation::bUseControllerRotation' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation, ReturnValue) == 0x00000D, "Member 'PHGameplayStatics_SetPlayerCharacterUseControllerYawRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation \ static_assert(alignof(PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation) == 0x000008, "Wrong alignment on PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation"); \ static_assert(sizeof(PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation) == 0x000010, "Wrong size on PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation, PlayerIndex) == 0x000008, "Member 'PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation, bUseRotation) == 0x00000C, "Member 'PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation::bUseRotation' has a wrong offset!"); \ static_assert(offsetof(PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation, ReturnValue) == 0x00000D, "Member 'PHGameplayStatics_SetPlayerUseControllerYawAndPawnControlRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameplayStatics_ShowPlayerMesh \ static_assert(alignof(PHGameplayStatics_ShowPlayerMesh) == 0x000008, "Wrong alignment on PHGameplayStatics_ShowPlayerMesh"); \ static_assert(sizeof(PHGameplayStatics_ShowPlayerMesh) == 0x000008, "Wrong size on PHGameplayStatics_ShowPlayerMesh"); \ static_assert(offsetof(PHGameplayStatics_ShowPlayerMesh, WorldContextObject) == 0x000000, "Member 'PHGameplayStatics_ShowPlayerMesh::WorldContextObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHGameplayStatics \ static_assert(alignof(UPHGameplayStatics) == 0x000008, "Wrong alignment on UPHGameplayStatics"); \ static_assert(sizeof(UPHGameplayStatics) == 0x000028, "Wrong size on UPHGameplayStatics"); \ #define DUMPER7_ASSERTS_APHGameState \ static_assert(alignof(APHGameState) == 0x000008, "Wrong alignment on APHGameState"); \ static_assert(sizeof(APHGameState) == 0x000280, "Wrong size on APHGameState"); \ #define DUMPER7_ASSERTS_PHGameUserSettings_GetSystemResolution \ static_assert(alignof(PHGameUserSettings_GetSystemResolution) == 0x000004, "Wrong alignment on PHGameUserSettings_GetSystemResolution"); \ static_assert(sizeof(PHGameUserSettings_GetSystemResolution) == 0x000008, "Wrong size on PHGameUserSettings_GetSystemResolution"); \ static_assert(offsetof(PHGameUserSettings_GetSystemResolution, ReturnValue) == 0x000000, "Member 'PHGameUserSettings_GetSystemResolution::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameUserSettings_GetHasPlayedFromStart \ static_assert(alignof(PHGameUserSettings_GetHasPlayedFromStart) == 0x000001, "Wrong alignment on PHGameUserSettings_GetHasPlayedFromStart"); \ static_assert(sizeof(PHGameUserSettings_GetHasPlayedFromStart) == 0x000001, "Wrong size on PHGameUserSettings_GetHasPlayedFromStart"); \ static_assert(offsetof(PHGameUserSettings_GetHasPlayedFromStart, ReturnValue) == 0x000000, "Member 'PHGameUserSettings_GetHasPlayedFromStart::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGameUserSettings_SetHasPlayedFromStart \ static_assert(alignof(PHGameUserSettings_SetHasPlayedFromStart) == 0x000001, "Wrong alignment on PHGameUserSettings_SetHasPlayedFromStart"); \ static_assert(sizeof(PHGameUserSettings_SetHasPlayedFromStart) == 0x000001, "Wrong size on PHGameUserSettings_SetHasPlayedFromStart"); \ static_assert(offsetof(PHGameUserSettings_SetHasPlayedFromStart, HasPlayedFromStart) == 0x000000, "Member 'PHGameUserSettings_SetHasPlayedFromStart::HasPlayedFromStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHGameUserSettings \ static_assert(alignof(UPHGameUserSettings) == 0x000008, "Wrong alignment on UPHGameUserSettings"); \ static_assert(sizeof(UPHGameUserSettings) == 0x000248, "Wrong size on UPHGameUserSettings"); \ static_assert(offsetof(UPHGameUserSettings, bHasPlayedFromStart) == 0x000240, "Member 'UPHGameUserSettings::bHasPlayedFromStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHGE_BasePlayerSpeed \ static_assert(alignof(UPHGE_BasePlayerSpeed) == 0x000008, "Wrong alignment on UPHGE_BasePlayerSpeed"); \ static_assert(sizeof(UPHGE_BasePlayerSpeed) == 0x000800, "Wrong size on UPHGE_BasePlayerSpeed"); \ #define DUMPER7_ASSERTS_UPHGE_BasePlayerSpeedRecover \ static_assert(alignof(UPHGE_BasePlayerSpeedRecover) == 0x000008, "Wrong alignment on UPHGE_BasePlayerSpeedRecover"); \ static_assert(sizeof(UPHGE_BasePlayerSpeedRecover) == 0x000800, "Wrong size on UPHGE_BasePlayerSpeedRecover"); \ #define DUMPER7_ASSERTS_APHGlobalLightingActor \ static_assert(alignof(APHGlobalLightingActor) == 0x000008, "Wrong alignment on APHGlobalLightingActor"); \ static_assert(sizeof(APHGlobalLightingActor) == 0x000250, "Wrong size on APHGlobalLightingActor"); \ #define DUMPER7_ASSERTS_PHGotePawnSensingComponent_DoEchoLocation \ static_assert(alignof(PHGotePawnSensingComponent_DoEchoLocation) == 0x000008, "Wrong alignment on PHGotePawnSensingComponent_DoEchoLocation"); \ static_assert(sizeof(PHGotePawnSensingComponent_DoEchoLocation) == 0x000018, "Wrong size on PHGotePawnSensingComponent_DoEchoLocation"); \ static_assert(offsetof(PHGotePawnSensingComponent_DoEchoLocation, Distance) == 0x000000, "Member 'PHGotePawnSensingComponent_DoEchoLocation::Distance' has a wrong offset!"); \ static_assert(offsetof(PHGotePawnSensingComponent_DoEchoLocation, NoiseAmount) == 0x000004, "Member 'PHGotePawnSensingComponent_DoEchoLocation::NoiseAmount' has a wrong offset!"); \ static_assert(offsetof(PHGotePawnSensingComponent_DoEchoLocation, falloffCurve) == 0x000008, "Member 'PHGotePawnSensingComponent_DoEchoLocation::falloffCurve' has a wrong offset!"); \ static_assert(offsetof(PHGotePawnSensingComponent_DoEchoLocation, ReturnValue) == 0x000010, "Member 'PHGotePawnSensingComponent_DoEchoLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHGotePawnSensingComponent \ static_assert(alignof(UPHGotePawnSensingComponent) == 0x000008, "Wrong alignment on UPHGotePawnSensingComponent"); \ static_assert(sizeof(UPHGotePawnSensingComponent) == 0x000100, "Wrong size on UPHGotePawnSensingComponent"); \ #define DUMPER7_ASSERTS_PHGT_BlendViewTarget_BlendViewTarget \ static_assert(alignof(PHGT_BlendViewTarget_BlendViewTarget) == 0x000008, "Wrong alignment on PHGT_BlendViewTarget_BlendViewTarget"); \ static_assert(sizeof(PHGT_BlendViewTarget_BlendViewTarget) == 0x000030, "Wrong size on PHGT_BlendViewTarget_BlendViewTarget"); \ static_assert(offsetof(PHGT_BlendViewTarget_BlendViewTarget, TaskOwner) == 0x000000, "Member 'PHGT_BlendViewTarget_BlendViewTarget::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(PHGT_BlendViewTarget_BlendViewTarget, NewViewTarget) == 0x000010, "Member 'PHGT_BlendViewTarget_BlendViewTarget::NewViewTarget' has a wrong offset!"); \ static_assert(offsetof(PHGT_BlendViewTarget_BlendViewTarget, BlendTime) == 0x000018, "Member 'PHGT_BlendViewTarget_BlendViewTarget::BlendTime' has a wrong offset!"); \ static_assert(offsetof(PHGT_BlendViewTarget_BlendViewTarget, BlendFunc) == 0x00001C, "Member 'PHGT_BlendViewTarget_BlendViewTarget::BlendFunc' has a wrong offset!"); \ static_assert(offsetof(PHGT_BlendViewTarget_BlendViewTarget, BlendExp) == 0x000020, "Member 'PHGT_BlendViewTarget_BlendViewTarget::BlendExp' has a wrong offset!"); \ static_assert(offsetof(PHGT_BlendViewTarget_BlendViewTarget, bLockOutgoing) == 0x000024, "Member 'PHGT_BlendViewTarget_BlendViewTarget::bLockOutgoing' has a wrong offset!"); \ static_assert(offsetof(PHGT_BlendViewTarget_BlendViewTarget, Priority) == 0x000025, "Member 'PHGT_BlendViewTarget_BlendViewTarget::Priority' has a wrong offset!"); \ static_assert(offsetof(PHGT_BlendViewTarget_BlendViewTarget, ReturnValue) == 0x000028, "Member 'PHGT_BlendViewTarget_BlendViewTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGT_BlendViewTarget_OnViewTargetBlendComplete \ static_assert(alignof(PHGT_BlendViewTarget_OnViewTargetBlendComplete) == 0x000010, "Wrong alignment on PHGT_BlendViewTarget_OnViewTargetBlendComplete"); \ static_assert(sizeof(PHGT_BlendViewTarget_OnViewTargetBlendComplete) == 0x000620, "Wrong size on PHGT_BlendViewTarget_OnViewTargetBlendComplete"); \ static_assert(offsetof(PHGT_BlendViewTarget_OnViewTargetBlendComplete, InPlayerCameraManager) == 0x000000, "Member 'PHGT_BlendViewTarget_OnViewTargetBlendComplete::InPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(PHGT_BlendViewTarget_OnViewTargetBlendComplete, ViewTarget) == 0x000010, "Member 'PHGT_BlendViewTarget_OnViewTargetBlendComplete::ViewTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHGT_BlendViewTarget \ static_assert(alignof(UPHGT_BlendViewTarget) == 0x000008, "Wrong alignment on UPHGT_BlendViewTarget"); \ static_assert(sizeof(UPHGT_BlendViewTarget) == 0x0000B0, "Wrong size on UPHGT_BlendViewTarget"); \ static_assert(offsetof(UPHGT_BlendViewTarget, OnCompleted) == 0x000068, "Member 'UPHGT_BlendViewTarget::OnCompleted' has a wrong offset!"); \ static_assert(offsetof(UPHGT_BlendViewTarget, OnFailed) == 0x000078, "Member 'UPHGT_BlendViewTarget::OnFailed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGT_LerpControlRotation_LerpControlRotation \ static_assert(alignof(PHGT_LerpControlRotation_LerpControlRotation) == 0x000008, "Wrong alignment on PHGT_LerpControlRotation_LerpControlRotation"); \ static_assert(sizeof(PHGT_LerpControlRotation_LerpControlRotation) == 0x000038, "Wrong size on PHGT_LerpControlRotation_LerpControlRotation"); \ static_assert(offsetof(PHGT_LerpControlRotation_LerpControlRotation, TaskOwner) == 0x000000, "Member 'PHGT_LerpControlRotation_LerpControlRotation::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(PHGT_LerpControlRotation_LerpControlRotation, NewRotation) == 0x000010, "Member 'PHGT_LerpControlRotation_LerpControlRotation::NewRotation' has a wrong offset!"); \ static_assert(offsetof(PHGT_LerpControlRotation_LerpControlRotation, Duration) == 0x00001C, "Member 'PHGT_LerpControlRotation_LerpControlRotation::Duration' has a wrong offset!"); \ static_assert(offsetof(PHGT_LerpControlRotation_LerpControlRotation, OptionalInterpolationCurve) == 0x000020, "Member 'PHGT_LerpControlRotation_LerpControlRotation::OptionalInterpolationCurve' has a wrong offset!"); \ static_assert(offsetof(PHGT_LerpControlRotation_LerpControlRotation, Priority) == 0x000028, "Member 'PHGT_LerpControlRotation_LerpControlRotation::Priority' has a wrong offset!"); \ static_assert(offsetof(PHGT_LerpControlRotation_LerpControlRotation, ReturnValue) == 0x000030, "Member 'PHGT_LerpControlRotation_LerpControlRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHGT_LerpControlRotation \ static_assert(alignof(UPHGT_LerpControlRotation) == 0x000008, "Wrong alignment on UPHGT_LerpControlRotation"); \ static_assert(sizeof(UPHGT_LerpControlRotation) == 0x0000D8, "Wrong size on UPHGT_LerpControlRotation"); \ static_assert(offsetof(UPHGT_LerpControlRotation, OnFinished) == 0x000088, "Member 'UPHGT_LerpControlRotation::OnFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin \ static_assert(alignof(PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin) == 0x000008, "Wrong alignment on PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin"); \ static_assert(sizeof(PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin) == 0x000030, "Wrong size on PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin"); \ static_assert(offsetof(PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin, TaskOwner) == 0x000000, "Member 'PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin, Duration) == 0x000010, "Member 'PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin::Duration' has a wrong offset!"); \ static_assert(offsetof(PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin, OptionalInterpolationCurve) == 0x000018, "Member 'PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin::OptionalInterpolationCurve' has a wrong offset!"); \ static_assert(offsetof(PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin, Priority) == 0x000020, "Member 'PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin::Priority' has a wrong offset!"); \ static_assert(offsetof(PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin, ReturnValue) == 0x000028, "Member 'PHGT_PreparePlayerForSequenceBegin_PreparePlayerForSequenceBegin::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHGT_PreparePlayerForSequenceBegin \ static_assert(alignof(UPHGT_PreparePlayerForSequenceBegin) == 0x000008, "Wrong alignment on UPHGT_PreparePlayerForSequenceBegin"); \ static_assert(sizeof(UPHGT_PreparePlayerForSequenceBegin) == 0x0000B8, "Wrong size on UPHGT_PreparePlayerForSequenceBegin"); \ static_assert(offsetof(UPHGT_PreparePlayerForSequenceBegin, OnFinished) == 0x000068, "Member 'UPHGT_PreparePlayerForSequenceBegin::OnFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd \ static_assert(alignof(PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd) == 0x000008, "Wrong alignment on PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd"); \ static_assert(sizeof(PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd) == 0x000030, "Wrong size on PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd"); \ static_assert(offsetof(PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd, TaskOwner) == 0x000000, "Member 'PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd, Duration) == 0x000010, "Member 'PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd::Duration' has a wrong offset!"); \ static_assert(offsetof(PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd, OptionalInterpolationCurve) == 0x000018, "Member 'PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd::OptionalInterpolationCurve' has a wrong offset!"); \ static_assert(offsetof(PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd, Priority) == 0x000020, "Member 'PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd::Priority' has a wrong offset!"); \ static_assert(offsetof(PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd, ReturnValue) == 0x000028, "Member 'PHGT_PreparePlayerForSequenceEnd_PreparePlayerForSequenceEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHGT_PreparePlayerForSequenceEnd \ static_assert(alignof(UPHGT_PreparePlayerForSequenceEnd) == 0x000008, "Wrong alignment on UPHGT_PreparePlayerForSequenceEnd"); \ static_assert(sizeof(UPHGT_PreparePlayerForSequenceEnd) == 0x0000B8, "Wrong size on UPHGT_PreparePlayerForSequenceEnd"); \ static_assert(offsetof(UPHGT_PreparePlayerForSequenceEnd, OnFinished) == 0x000068, "Member 'UPHGT_PreparePlayerForSequenceEnd::OnFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHGT_QuickTimeline_QuickTimeline \ static_assert(alignof(PHGT_QuickTimeline_QuickTimeline) == 0x000008, "Wrong alignment on PHGT_QuickTimeline_QuickTimeline"); \ static_assert(sizeof(PHGT_QuickTimeline_QuickTimeline) == 0x000030, "Wrong size on PHGT_QuickTimeline_QuickTimeline"); \ static_assert(offsetof(PHGT_QuickTimeline_QuickTimeline, TaskOwner) == 0x000000, "Member 'PHGT_QuickTimeline_QuickTimeline::TaskOwner' has a wrong offset!"); \ static_assert(offsetof(PHGT_QuickTimeline_QuickTimeline, PlaybackDuration) == 0x000010, "Member 'PHGT_QuickTimeline_QuickTimeline::PlaybackDuration' has a wrong offset!"); \ static_assert(offsetof(PHGT_QuickTimeline_QuickTimeline, PlaybackDirection) == 0x000014, "Member 'PHGT_QuickTimeline_QuickTimeline::PlaybackDirection' has a wrong offset!"); \ static_assert(offsetof(PHGT_QuickTimeline_QuickTimeline, PlaybackCurve) == 0x000018, "Member 'PHGT_QuickTimeline_QuickTimeline::PlaybackCurve' has a wrong offset!"); \ static_assert(offsetof(PHGT_QuickTimeline_QuickTimeline, Priority) == 0x000020, "Member 'PHGT_QuickTimeline_QuickTimeline::Priority' has a wrong offset!"); \ static_assert(offsetof(PHGT_QuickTimeline_QuickTimeline, ReturnValue) == 0x000028, "Member 'PHGT_QuickTimeline_QuickTimeline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHGT_QuickTimeline \ static_assert(alignof(UPHGT_QuickTimeline) == 0x000008, "Wrong alignment on UPHGT_QuickTimeline"); \ static_assert(sizeof(UPHGT_QuickTimeline) == 0x0000B8, "Wrong size on UPHGT_QuickTimeline"); \ static_assert(offsetof(UPHGT_QuickTimeline, OnStarted) == 0x000068, "Member 'UPHGT_QuickTimeline::OnStarted' has a wrong offset!"); \ static_assert(offsetof(UPHGT_QuickTimeline, OnUpdate) == 0x000078, "Member 'UPHGT_QuickTimeline::OnUpdate' has a wrong offset!"); \ static_assert(offsetof(UPHGT_QuickTimeline, OnFinished) == 0x000088, "Member 'UPHGT_QuickTimeline::OnFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHHUD \ static_assert(alignof(APHHUD) == 0x000008, "Wrong alignment on APHHUD"); \ static_assert(sizeof(APHHUD) == 0x000320, "Wrong size on APHHUD"); \ #define DUMPER7_ASSERTS_UPHInformChapterManagerEvent \ static_assert(alignof(UPHInformChapterManagerEvent) == 0x000008, "Wrong alignment on UPHInformChapterManagerEvent"); \ static_assert(sizeof(UPHInformChapterManagerEvent) == 0x000038, "Wrong size on UPHInformChapterManagerEvent"); \ #define DUMPER7_ASSERTS_UPHInputDevicePropertiesSubsystem \ static_assert(alignof(UPHInputDevicePropertiesSubsystem) == 0x000008, "Wrong alignment on UPHInputDevicePropertiesSubsystem"); \ static_assert(sizeof(UPHInputDevicePropertiesSubsystem) == 0x000048, "Wrong size on UPHInputDevicePropertiesSubsystem"); \ #define DUMPER7_ASSERTS_PHInspectionComponent_BeginInspection \ static_assert(alignof(PHInspectionComponent_BeginInspection) == 0x000010, "Wrong alignment on PHInspectionComponent_BeginInspection"); \ static_assert(sizeof(PHInspectionComponent_BeginInspection) == 0x000040, "Wrong size on PHInspectionComponent_BeginInspection"); \ static_assert(offsetof(PHInspectionComponent_BeginInspection, InspectionTransform) == 0x000000, "Member 'PHInspectionComponent_BeginInspection::InspectionTransform' has a wrong offset!"); \ static_assert(offsetof(PHInspectionComponent_BeginInspection, ComponentToInspect) == 0x000030, "Member 'PHInspectionComponent_BeginInspection::ComponentToInspect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInspectionComponent_EndInspection \ static_assert(alignof(PHInspectionComponent_EndInspection) == 0x000010, "Wrong alignment on PHInspectionComponent_EndInspection"); \ static_assert(sizeof(PHInspectionComponent_EndInspection) == 0x000040, "Wrong size on PHInspectionComponent_EndInspection"); \ static_assert(offsetof(PHInspectionComponent_EndInspection, bOverrideDestination) == 0x000000, "Member 'PHInspectionComponent_EndInspection::bOverrideDestination' has a wrong offset!"); \ static_assert(offsetof(PHInspectionComponent_EndInspection, OverrideDestinationXForm) == 0x000010, "Member 'PHInspectionComponent_EndInspection::OverrideDestinationXForm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInspectionComponent_HeldRotate \ static_assert(alignof(PHInspectionComponent_HeldRotate) == 0x000004, "Wrong alignment on PHInspectionComponent_HeldRotate"); \ static_assert(sizeof(PHInspectionComponent_HeldRotate) == 0x000008, "Wrong size on PHInspectionComponent_HeldRotate"); \ static_assert(offsetof(PHInspectionComponent_HeldRotate, ActionValue) == 0x000000, "Member 'PHInspectionComponent_HeldRotate::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHInspectionComponent_HeldRotate, Axis) == 0x000004, "Member 'PHInspectionComponent_HeldRotate::Axis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInspectionComponent_HeldZoomIn \ static_assert(alignof(PHInspectionComponent_HeldZoomIn) == 0x000004, "Wrong alignment on PHInspectionComponent_HeldZoomIn"); \ static_assert(sizeof(PHInspectionComponent_HeldZoomIn) == 0x000004, "Wrong size on PHInspectionComponent_HeldZoomIn"); \ static_assert(offsetof(PHInspectionComponent_HeldZoomIn, ActionValue) == 0x000000, "Member 'PHInspectionComponent_HeldZoomIn::ActionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInspectionComponent_OnInspectTimelineUpdate \ static_assert(alignof(PHInspectionComponent_OnInspectTimelineUpdate) == 0x000004, "Wrong alignment on PHInspectionComponent_OnInspectTimelineUpdate"); \ static_assert(sizeof(PHInspectionComponent_OnInspectTimelineUpdate) == 0x000004, "Wrong size on PHInspectionComponent_OnInspectTimelineUpdate"); \ static_assert(offsetof(PHInspectionComponent_OnInspectTimelineUpdate, Alpha) == 0x000000, "Member 'PHInspectionComponent_OnInspectTimelineUpdate::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInspectionComponent_CanBeginInspection \ static_assert(alignof(PHInspectionComponent_CanBeginInspection) == 0x000001, "Wrong alignment on PHInspectionComponent_CanBeginInspection"); \ static_assert(sizeof(PHInspectionComponent_CanBeginInspection) == 0x000001, "Wrong size on PHInspectionComponent_CanBeginInspection"); \ static_assert(offsetof(PHInspectionComponent_CanBeginInspection, ReturnValue) == 0x000000, "Member 'PHInspectionComponent_CanBeginInspection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInspectionComponent_CanEndInspection \ static_assert(alignof(PHInspectionComponent_CanEndInspection) == 0x000001, "Wrong alignment on PHInspectionComponent_CanEndInspection"); \ static_assert(sizeof(PHInspectionComponent_CanEndInspection) == 0x000001, "Wrong size on PHInspectionComponent_CanEndInspection"); \ static_assert(offsetof(PHInspectionComponent_CanEndInspection, ReturnValue) == 0x000000, "Member 'PHInspectionComponent_CanEndInspection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInspectionComponent_IsInspectionActive \ static_assert(alignof(PHInspectionComponent_IsInspectionActive) == 0x000001, "Wrong alignment on PHInspectionComponent_IsInspectionActive"); \ static_assert(sizeof(PHInspectionComponent_IsInspectionActive) == 0x000001, "Wrong size on PHInspectionComponent_IsInspectionActive"); \ static_assert(offsetof(PHInspectionComponent_IsInspectionActive, ReturnValue) == 0x000000, "Member 'PHInspectionComponent_IsInspectionActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHInspectionComponent \ static_assert(alignof(UPHInspectionComponent) == 0x000010, "Wrong alignment on UPHInspectionComponent"); \ static_assert(sizeof(UPHInspectionComponent) == 0x000390, "Wrong size on UPHInspectionComponent"); \ static_assert(offsetof(UPHInspectionComponent, K2_OnInspectionBegan) == 0x0000B8, "Member 'UPHInspectionComponent::K2_OnInspectionBegan' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, K2_OnInspectionEnded) == 0x0000C8, "Member 'UPHInspectionComponent::K2_OnInspectionEnded' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, K2_OnInspectMaxDurationReached) == 0x0000D8, "Member 'UPHInspectionComponent::K2_OnInspectMaxDurationReached' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, K2_OnInspectTimelineUpdate) == 0x0000E8, "Member 'UPHInspectionComponent::K2_OnInspectTimelineUpdate' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, K2_OnInspectTimelineFinished) == 0x0000F8, "Member 'UPHInspectionComponent::K2_OnInspectTimelineFinished' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, bShouldEnableCinematicMode) == 0x000108, "Member 'UPHInspectionComponent::bShouldEnableCinematicMode' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, bHidePlayer) == 0x000109, "Member 'UPHInspectionComponent::bHidePlayer' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, bAffectsHUD) == 0x00010A, "Member 'UPHInspectionComponent::bAffectsHUD' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, bAffectsMovement) == 0x00010B, "Member 'UPHInspectionComponent::bAffectsMovement' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, bAffectsTurning) == 0x00010C, "Member 'UPHInspectionComponent::bAffectsTurning' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, MinInspectionDuration) == 0x000110, "Member 'UPHInspectionComponent::MinInspectionDuration' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, MinInspectionTimer) == 0x000118, "Member 'UPHInspectionComponent::MinInspectionTimer' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, bMinInspectionDurationReached) == 0x000120, "Member 'UPHInspectionComponent::bMinInspectionDurationReached' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, MaxInspectionDuration) == 0x000124, "Member 'UPHInspectionComponent::MaxInspectionDuration' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, MaxInspectionTimer) == 0x000128, "Member 'UPHInspectionComponent::MaxInspectionTimer' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, bMaxInspectionDurationReached) == 0x000130, "Member 'UPHInspectionComponent::bMaxInspectionDurationReached' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, AllowedRotationAxes) == 0x000131, "Member 'UPHInspectionComponent::AllowedRotationAxes' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, RotateRate) == 0x000134, "Member 'UPHInspectionComponent::RotateRate' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, InspectedComponent) == 0x000140, "Member 'UPHInspectionComponent::InspectedComponent' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, InspectionRoot) == 0x000148, "Member 'UPHInspectionComponent::InspectionRoot' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, MinZoom) == 0x0002B8, "Member 'UPHInspectionComponent::MinZoom' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, MaxZoom) == 0x0002BC, "Member 'UPHInspectionComponent::MaxZoom' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, ZoomRate) == 0x0002C0, "Member 'UPHInspectionComponent::ZoomRate' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, InspectTimelineDuration) == 0x0002C4, "Member 'UPHInspectionComponent::InspectTimelineDuration' has a wrong offset!"); \ static_assert(offsetof(UPHInspectionComponent, InspectCurveFloat) == 0x0002C8, "Member 'UPHInspectionComponent::InspectCurveFloat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHInteractableActorBase \ static_assert(alignof(APHInteractableActorBase) == 0x000008, "Wrong alignment on APHInteractableActorBase"); \ static_assert(sizeof(APHInteractableActorBase) == 0x000300, "Wrong size on APHInteractableActorBase"); \ static_assert(offsetof(APHInteractableActorBase, bSendOnHoverBeginEvents) == 0x000240, "Member 'APHInteractableActorBase::bSendOnHoverBeginEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, OnHoverBeginEvents) == 0x000248, "Member 'APHInteractableActorBase::OnHoverBeginEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, bSendOnHoverEndEvents) == 0x000258, "Member 'APHInteractableActorBase::bSendOnHoverEndEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, OnHoverEndEvents) == 0x000260, "Member 'APHInteractableActorBase::OnHoverEndEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, bSendOnInteractBeginEvents) == 0x000270, "Member 'APHInteractableActorBase::bSendOnInteractBeginEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, OnInteractBeginEvents) == 0x000278, "Member 'APHInteractableActorBase::OnInteractBeginEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, bSendOnInteractEndEvents) == 0x000288, "Member 'APHInteractableActorBase::bSendOnInteractEndEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, OnInteractEndEvents) == 0x000290, "Member 'APHInteractableActorBase::OnInteractEndEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, bSendOnActivateEvents) == 0x0002A0, "Member 'APHInteractableActorBase::bSendOnActivateEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, OnActivateEvents) == 0x0002A8, "Member 'APHInteractableActorBase::OnActivateEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, bSendOnDeactivateEvents) == 0x0002B8, "Member 'APHInteractableActorBase::bSendOnDeactivateEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, OnDeactivateEvents) == 0x0002C0, "Member 'APHInteractableActorBase::OnDeactivateEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, bSendOnConfirmEvents) == 0x0002D0, "Member 'APHInteractableActorBase::bSendOnConfirmEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, OnConfirmEvents) == 0x0002D8, "Member 'APHInteractableActorBase::OnConfirmEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, bSendOnCancelEvents) == 0x0002E8, "Member 'APHInteractableActorBase::bSendOnCancelEvents' has a wrong offset!"); \ static_assert(offsetof(APHInteractableActorBase, OnCancelEvents) == 0x0002F0, "Member 'APHInteractableActorBase::OnCancelEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableEventListenerComponent_OnChapterStateWasCompleted \ static_assert(alignof(PHInteractableEventListenerComponent_OnChapterStateWasCompleted) == 0x000008, "Wrong alignment on PHInteractableEventListenerComponent_OnChapterStateWasCompleted"); \ static_assert(sizeof(PHInteractableEventListenerComponent_OnChapterStateWasCompleted) == 0x000010, "Wrong size on PHInteractableEventListenerComponent_OnChapterStateWasCompleted"); \ static_assert(offsetof(PHInteractableEventListenerComponent_OnChapterStateWasCompleted, Sender) == 0x000000, "Member 'PHInteractableEventListenerComponent_OnChapterStateWasCompleted::Sender' has a wrong offset!"); \ static_assert(offsetof(PHInteractableEventListenerComponent_OnChapterStateWasCompleted, Event) == 0x000008, "Member 'PHInteractableEventListenerComponent_OnChapterStateWasCompleted::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractableEventListenerComponent_OnTryCompleteChapterState \ static_assert(alignof(PHInteractableEventListenerComponent_OnTryCompleteChapterState) == 0x000008, "Wrong alignment on PHInteractableEventListenerComponent_OnTryCompleteChapterState"); \ static_assert(sizeof(PHInteractableEventListenerComponent_OnTryCompleteChapterState) == 0x000010, "Wrong size on PHInteractableEventListenerComponent_OnTryCompleteChapterState"); \ static_assert(offsetof(PHInteractableEventListenerComponent_OnTryCompleteChapterState, Sender) == 0x000000, "Member 'PHInteractableEventListenerComponent_OnTryCompleteChapterState::Sender' has a wrong offset!"); \ static_assert(offsetof(PHInteractableEventListenerComponent_OnTryCompleteChapterState, Event) == 0x000008, "Member 'PHInteractableEventListenerComponent_OnTryCompleteChapterState::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHInteractableEventListenerComponent \ static_assert(alignof(UPHInteractableEventListenerComponent) == 0x000008, "Wrong alignment on UPHInteractableEventListenerComponent"); \ static_assert(sizeof(UPHInteractableEventListenerComponent) == 0x000138, "Wrong size on UPHInteractableEventListenerComponent"); \ static_assert(offsetof(UPHInteractableEventListenerComponent, OnInteractableEvent) == 0x0000D8, "Member 'UPHInteractableEventListenerComponent::OnInteractableEvent' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableEventListenerComponent, OnChapterStateCompleteEvent) == 0x0000E8, "Member 'UPHInteractableEventListenerComponent::OnChapterStateCompleteEvent' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableEventListenerComponent, ReceivedInteractableEvents) == 0x0000F8, "Member 'UPHInteractableEventListenerComponent::ReceivedInteractableEvents' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableEventListenerComponent, ReceivedChapterDirectorEvents) == 0x000118, "Member 'UPHInteractableEventListenerComponent::ReceivedChapterDirectorEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractablesFunctionLibrary_Conv_PHPersistentInteractableInfo \ static_assert(alignof(PHInteractablesFunctionLibrary_Conv_PHPersistentInteractableInfo) == 0x000008, "Wrong alignment on PHInteractablesFunctionLibrary_Conv_PHPersistentInteractableInfo"); \ static_assert(sizeof(PHInteractablesFunctionLibrary_Conv_PHPersistentInteractableInfo) == 0x000038, "Wrong size on PHInteractablesFunctionLibrary_Conv_PHPersistentInteractableInfo"); \ static_assert(offsetof(PHInteractablesFunctionLibrary_Conv_PHPersistentInteractableInfo, PersistentInfo) == 0x000000, "Member 'PHInteractablesFunctionLibrary_Conv_PHPersistentInteractableInfo::PersistentInfo' has a wrong offset!"); \ static_assert(offsetof(PHInteractablesFunctionLibrary_Conv_PHPersistentInteractableInfo, ReturnValue) == 0x000028, "Member 'PHInteractablesFunctionLibrary_Conv_PHPersistentInteractableInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractablesFunctionLibrary_RemoveMatchedTagsFromContainerByQuery \ static_assert(alignof(PHInteractablesFunctionLibrary_RemoveMatchedTagsFromContainerByQuery) == 0x000008, "Wrong alignment on PHInteractablesFunctionLibrary_RemoveMatchedTagsFromContainerByQuery"); \ static_assert(sizeof(PHInteractablesFunctionLibrary_RemoveMatchedTagsFromContainerByQuery) == 0x000070, "Wrong size on PHInteractablesFunctionLibrary_RemoveMatchedTagsFromContainerByQuery"); \ static_assert(offsetof(PHInteractablesFunctionLibrary_RemoveMatchedTagsFromContainerByQuery, Container) == 0x000000, "Member 'PHInteractablesFunctionLibrary_RemoveMatchedTagsFromContainerByQuery::Container' has a wrong offset!"); \ static_assert(offsetof(PHInteractablesFunctionLibrary_RemoveMatchedTagsFromContainerByQuery, Query) == 0x000020, "Member 'PHInteractablesFunctionLibrary_RemoveMatchedTagsFromContainerByQuery::Query' has a wrong offset!"); \ static_assert(offsetof(PHInteractablesFunctionLibrary_RemoveMatchedTagsFromContainerByQuery, ReturnValue) == 0x000068, "Member 'PHInteractablesFunctionLibrary_RemoveMatchedTagsFromContainerByQuery::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractablesFunctionLibrary_TryBroadcastGameplayTagEvents \ static_assert(alignof(PHInteractablesFunctionLibrary_TryBroadcastGameplayTagEvents) == 0x000008, "Wrong alignment on PHInteractablesFunctionLibrary_TryBroadcastGameplayTagEvents"); \ static_assert(sizeof(PHInteractablesFunctionLibrary_TryBroadcastGameplayTagEvents) == 0x000038, "Wrong size on PHInteractablesFunctionLibrary_TryBroadcastGameplayTagEvents"); \ static_assert(offsetof(PHInteractablesFunctionLibrary_TryBroadcastGameplayTagEvents, WorldContextObject) == 0x000000, "Member 'PHInteractablesFunctionLibrary_TryBroadcastGameplayTagEvents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHInteractablesFunctionLibrary_TryBroadcastGameplayTagEvents, GameplayTagEventInfo) == 0x000008, "Member 'PHInteractablesFunctionLibrary_TryBroadcastGameplayTagEvents::GameplayTagEventInfo' has a wrong offset!"); \ static_assert(offsetof(PHInteractablesFunctionLibrary_TryBroadcastGameplayTagEvents, ReturnValue) == 0x000030, "Member 'PHInteractablesFunctionLibrary_TryBroadcastGameplayTagEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractablesFunctionLibrary_TryBroadcastInteractableTagEvents \ static_assert(alignof(PHInteractablesFunctionLibrary_TryBroadcastInteractableTagEvents) == 0x000008, "Wrong alignment on PHInteractablesFunctionLibrary_TryBroadcastInteractableTagEvents"); \ static_assert(sizeof(PHInteractablesFunctionLibrary_TryBroadcastInteractableTagEvents) == 0x000038, "Wrong size on PHInteractablesFunctionLibrary_TryBroadcastInteractableTagEvents"); \ static_assert(offsetof(PHInteractablesFunctionLibrary_TryBroadcastInteractableTagEvents, WorldContextObject) == 0x000000, "Member 'PHInteractablesFunctionLibrary_TryBroadcastInteractableTagEvents::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHInteractablesFunctionLibrary_TryBroadcastInteractableTagEvents, GameplayTagEventInfo) == 0x000008, "Member 'PHInteractablesFunctionLibrary_TryBroadcastInteractableTagEvents::GameplayTagEventInfo' has a wrong offset!"); \ static_assert(offsetof(PHInteractablesFunctionLibrary_TryBroadcastInteractableTagEvents, ReturnValue) == 0x000030, "Member 'PHInteractablesFunctionLibrary_TryBroadcastInteractableTagEvents::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHInteractablesFunctionLibrary \ static_assert(alignof(UPHInteractablesFunctionLibrary) == 0x000008, "Wrong alignment on UPHInteractablesFunctionLibrary"); \ static_assert(sizeof(UPHInteractablesFunctionLibrary) == 0x000028, "Wrong size on UPHInteractablesFunctionLibrary"); \ #define DUMPER7_ASSERTS_UPHInteractableStateObject \ static_assert(alignof(UPHInteractableStateObject) == 0x000008, "Wrong alignment on UPHInteractableStateObject"); \ static_assert(sizeof(UPHInteractableStateObject) == 0x000160, "Wrong size on UPHInteractableStateObject"); \ static_assert(offsetof(UPHInteractableStateObject, InteractableState) == 0x000030, "Member 'UPHInteractableStateObject::InteractableState' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, InteractionMode) == 0x000031, "Member 'UPHInteractableStateObject::InteractionMode' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, bEnableInteraction) == 0x000032, "Member 'UPHInteractableStateObject::bEnableInteraction' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, bInteractionTriggersOnce) == 0x000033, "Member 'UPHInteractableStateObject::bInteractionTriggersOnce' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, bInteractionWasTriggered) == 0x000034, "Member 'UPHInteractableStateObject::bInteractionWasTriggered' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, bInteractionHasCooldown) == 0x000035, "Member 'UPHInteractableStateObject::bInteractionHasCooldown' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, InteractionCooldownDuration) == 0x000038, "Member 'UPHInteractableStateObject::InteractionCooldownDuration' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, bTransitionToNewState) == 0x00003C, "Member 'UPHInteractableStateObject::bTransitionToNewState' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, NewTransitionState) == 0x00003D, "Member 'UPHInteractableStateObject::NewTransitionState' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, InteractableTriggerQueries) == 0x000040, "Member 'UPHInteractableStateObject::InteractableTriggerQueries' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, InteractableTriggeredTags) == 0x000050, "Member 'UPHInteractableStateObject::InteractableTriggeredTags' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, ChapterDirectorTriggerQueries) == 0x000070, "Member 'UPHInteractableStateObject::ChapterDirectorTriggerQueries' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, ChapterDirectorTriggeredTags) == 0x000080, "Member 'UPHInteractableStateObject::ChapterDirectorTriggeredTags' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, TriggerBlockedTags) == 0x0000A0, "Member 'UPHInteractableStateObject::TriggerBlockedTags' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, OnInteractionBeginEvents) == 0x0000C0, "Member 'UPHInteractableStateObject::OnInteractionBeginEvents' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, OnInteractionEndEvents) == 0x0000E0, "Member 'UPHInteractableStateObject::OnInteractionEndEvents' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, DefaultCrosshair) == 0x000100, "Member 'UPHInteractableStateObject::DefaultCrosshair' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateObject, TriggeredCrosshair) == 0x000130, "Member 'UPHInteractableStateObject::TriggeredCrosshair' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHInteractableStateSet \ static_assert(alignof(UPHInteractableStateSet) == 0x000008, "Wrong alignment on UPHInteractableStateSet"); \ static_assert(sizeof(UPHInteractableStateSet) == 0x000F50, "Wrong size on UPHInteractableStateSet"); \ static_assert(offsetof(UPHInteractableStateSet, ActiveState) == 0x000030, "Member 'UPHInteractableStateSet::ActiveState' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateSet, PassiveState) == 0x0003F8, "Member 'UPHInteractableStateSet::PassiveState' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateSet, InertState) == 0x0007C0, "Member 'UPHInteractableStateSet::InertState' has a wrong offset!"); \ static_assert(offsetof(UPHInteractableStateSet, DisabledState) == 0x000B88, "Member 'UPHInteractableStateSet::DisabledState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PostActiveBeginInteract \ static_assert(alignof(PHInteractProxyComponent_PostActiveBeginInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PostActiveBeginInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PostActiveBeginInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PostActiveBeginInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PostActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PostActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PostActiveBeginInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PostActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PostActiveEndInteract \ static_assert(alignof(PHInteractProxyComponent_PostActiveEndInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PostActiveEndInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PostActiveEndInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PostActiveEndInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PostActiveEndInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PostActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PostActiveEndInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PostActiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PostActiveStateTick \ static_assert(alignof(PHInteractProxyComponent_PostActiveStateTick) == 0x000004, "Wrong alignment on PHInteractProxyComponent_PostActiveStateTick"); \ static_assert(sizeof(PHInteractProxyComponent_PostActiveStateTick) == 0x000004, "Wrong size on PHInteractProxyComponent_PostActiveStateTick"); \ static_assert(offsetof(PHInteractProxyComponent_PostActiveStateTick, DeltaSeconds) == 0x000000, "Member 'PHInteractProxyComponent_PostActiveStateTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PostInertBeginInteract \ static_assert(alignof(PHInteractProxyComponent_PostInertBeginInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PostInertBeginInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PostInertBeginInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PostInertBeginInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PostInertBeginInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PostInertBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PostInertBeginInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PostInertBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PostInertEndInteract \ static_assert(alignof(PHInteractProxyComponent_PostInertEndInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PostInertEndInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PostInertEndInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PostInertEndInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PostInertEndInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PostInertEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PostInertEndInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PostInertEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PostInertStateTick \ static_assert(alignof(PHInteractProxyComponent_PostInertStateTick) == 0x000004, "Wrong alignment on PHInteractProxyComponent_PostInertStateTick"); \ static_assert(sizeof(PHInteractProxyComponent_PostInertStateTick) == 0x000004, "Wrong size on PHInteractProxyComponent_PostInertStateTick"); \ static_assert(offsetof(PHInteractProxyComponent_PostInertStateTick, DeltaSeconds) == 0x000000, "Member 'PHInteractProxyComponent_PostInertStateTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PostInteractHoverBegin \ static_assert(alignof(PHInteractProxyComponent_PostInteractHoverBegin) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PostInteractHoverBegin"); \ static_assert(sizeof(PHInteractProxyComponent_PostInteractHoverBegin) == 0x000010, "Wrong size on PHInteractProxyComponent_PostInteractHoverBegin"); \ static_assert(offsetof(PHInteractProxyComponent_PostInteractHoverBegin, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PostInteractHoverBegin::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PostInteractHoverBegin, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PostInteractHoverBegin::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PostInteractHoverEnd \ static_assert(alignof(PHInteractProxyComponent_PostInteractHoverEnd) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PostInteractHoverEnd"); \ static_assert(sizeof(PHInteractProxyComponent_PostInteractHoverEnd) == 0x000010, "Wrong size on PHInteractProxyComponent_PostInteractHoverEnd"); \ static_assert(offsetof(PHInteractProxyComponent_PostInteractHoverEnd, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PostInteractHoverEnd::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PostInteractHoverEnd, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PostInteractHoverEnd::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PostPassiveBeginInteract \ static_assert(alignof(PHInteractProxyComponent_PostPassiveBeginInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PostPassiveBeginInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PostPassiveBeginInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PostPassiveBeginInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PostPassiveBeginInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PostPassiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PostPassiveBeginInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PostPassiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PostPassiveEndInteract \ static_assert(alignof(PHInteractProxyComponent_PostPassiveEndInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PostPassiveEndInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PostPassiveEndInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PostPassiveEndInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PostPassiveEndInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PostPassiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PostPassiveEndInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PostPassiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PostPassiveStateTick \ static_assert(alignof(PHInteractProxyComponent_PostPassiveStateTick) == 0x000004, "Wrong alignment on PHInteractProxyComponent_PostPassiveStateTick"); \ static_assert(sizeof(PHInteractProxyComponent_PostPassiveStateTick) == 0x000004, "Wrong size on PHInteractProxyComponent_PostPassiveStateTick"); \ static_assert(offsetof(PHInteractProxyComponent_PostPassiveStateTick, DeltaSeconds) == 0x000000, "Member 'PHInteractProxyComponent_PostPassiveStateTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PreActiveBeginInteract \ static_assert(alignof(PHInteractProxyComponent_PreActiveBeginInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PreActiveBeginInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PreActiveBeginInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PreActiveBeginInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PreActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PreActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PreActiveBeginInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PreActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PreActiveEndInteract \ static_assert(alignof(PHInteractProxyComponent_PreActiveEndInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PreActiveEndInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PreActiveEndInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PreActiveEndInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PreActiveEndInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PreActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PreActiveEndInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PreActiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PreActiveStateTick \ static_assert(alignof(PHInteractProxyComponent_PreActiveStateTick) == 0x000004, "Wrong alignment on PHInteractProxyComponent_PreActiveStateTick"); \ static_assert(sizeof(PHInteractProxyComponent_PreActiveStateTick) == 0x000004, "Wrong size on PHInteractProxyComponent_PreActiveStateTick"); \ static_assert(offsetof(PHInteractProxyComponent_PreActiveStateTick, DeltaSeconds) == 0x000000, "Member 'PHInteractProxyComponent_PreActiveStateTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PreInertBeginInteract \ static_assert(alignof(PHInteractProxyComponent_PreInertBeginInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PreInertBeginInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PreInertBeginInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PreInertBeginInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PreInertBeginInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PreInertBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PreInertBeginInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PreInertBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PreInertEndInteract \ static_assert(alignof(PHInteractProxyComponent_PreInertEndInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PreInertEndInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PreInertEndInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PreInertEndInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PreInertEndInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PreInertEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PreInertEndInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PreInertEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PreInertStateTick \ static_assert(alignof(PHInteractProxyComponent_PreInertStateTick) == 0x000004, "Wrong alignment on PHInteractProxyComponent_PreInertStateTick"); \ static_assert(sizeof(PHInteractProxyComponent_PreInertStateTick) == 0x000004, "Wrong size on PHInteractProxyComponent_PreInertStateTick"); \ static_assert(offsetof(PHInteractProxyComponent_PreInertStateTick, DeltaSeconds) == 0x000000, "Member 'PHInteractProxyComponent_PreInertStateTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PreInteractHoverBegin \ static_assert(alignof(PHInteractProxyComponent_PreInteractHoverBegin) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PreInteractHoverBegin"); \ static_assert(sizeof(PHInteractProxyComponent_PreInteractHoverBegin) == 0x000010, "Wrong size on PHInteractProxyComponent_PreInteractHoverBegin"); \ static_assert(offsetof(PHInteractProxyComponent_PreInteractHoverBegin, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PreInteractHoverBegin::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PreInteractHoverBegin, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PreInteractHoverBegin::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PreInteractHoverEnd \ static_assert(alignof(PHInteractProxyComponent_PreInteractHoverEnd) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PreInteractHoverEnd"); \ static_assert(sizeof(PHInteractProxyComponent_PreInteractHoverEnd) == 0x000010, "Wrong size on PHInteractProxyComponent_PreInteractHoverEnd"); \ static_assert(offsetof(PHInteractProxyComponent_PreInteractHoverEnd, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PreInteractHoverEnd::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PreInteractHoverEnd, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PreInteractHoverEnd::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PrePassiveBeginInteract \ static_assert(alignof(PHInteractProxyComponent_PrePassiveBeginInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PrePassiveBeginInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PrePassiveBeginInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PrePassiveBeginInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PrePassiveBeginInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PrePassiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PrePassiveBeginInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PrePassiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PrePassiveEndInteract \ static_assert(alignof(PHInteractProxyComponent_PrePassiveEndInteract) == 0x000008, "Wrong alignment on PHInteractProxyComponent_PrePassiveEndInteract"); \ static_assert(sizeof(PHInteractProxyComponent_PrePassiveEndInteract) == 0x000010, "Wrong size on PHInteractProxyComponent_PrePassiveEndInteract"); \ static_assert(offsetof(PHInteractProxyComponent_PrePassiveEndInteract, InteractionComponent) == 0x000000, "Member 'PHInteractProxyComponent_PrePassiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(PHInteractProxyComponent_PrePassiveEndInteract, InteractionActor) == 0x000008, "Member 'PHInteractProxyComponent_PrePassiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHInteractProxyComponent_PrePassiveStateTick \ static_assert(alignof(PHInteractProxyComponent_PrePassiveStateTick) == 0x000004, "Wrong alignment on PHInteractProxyComponent_PrePassiveStateTick"); \ static_assert(sizeof(PHInteractProxyComponent_PrePassiveStateTick) == 0x000004, "Wrong size on PHInteractProxyComponent_PrePassiveStateTick"); \ static_assert(offsetof(PHInteractProxyComponent_PrePassiveStateTick, DeltaSeconds) == 0x000000, "Member 'PHInteractProxyComponent_PrePassiveStateTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHInteractProxyComponent \ static_assert(alignof(UPHInteractProxyComponent) == 0x000008, "Wrong alignment on UPHInteractProxyComponent"); \ static_assert(sizeof(UPHInteractProxyComponent) == 0x0000B8, "Wrong size on UPHInteractProxyComponent"); \ #define DUMPER7_ASSERTS_UPHInventoryComponent \ static_assert(alignof(UPHInventoryComponent) == 0x000008, "Wrong alignment on UPHInventoryComponent"); \ static_assert(sizeof(UPHInventoryComponent) == 0x0000C0, "Wrong size on UPHInventoryComponent"); \ #define DUMPER7_ASSERTS_UPHE_AddInventoryItem \ static_assert(alignof(UPHE_AddInventoryItem) == 0x000008, "Wrong alignment on UPHE_AddInventoryItem"); \ static_assert(sizeof(UPHE_AddInventoryItem) == 0x000038, "Wrong size on UPHE_AddInventoryItem"); \ #define DUMPER7_ASSERTS_UPHE_RemoveInventoryItem \ static_assert(alignof(UPHE_RemoveInventoryItem) == 0x000008, "Wrong alignment on UPHE_RemoveInventoryItem"); \ static_assert(sizeof(UPHE_RemoveInventoryItem) == 0x000030, "Wrong size on UPHE_RemoveInventoryItem"); \ #define DUMPER7_ASSERTS_UPHE_SetInventoryItem \ static_assert(alignof(UPHE_SetInventoryItem) == 0x000008, "Wrong alignment on UPHE_SetInventoryItem"); \ static_assert(sizeof(UPHE_SetInventoryItem) == 0x000038, "Wrong size on UPHE_SetInventoryItem"); \ #define DUMPER7_ASSERTS_UPHE_OnInventoryItemAdded \ static_assert(alignof(UPHE_OnInventoryItemAdded) == 0x000008, "Wrong alignment on UPHE_OnInventoryItemAdded"); \ static_assert(sizeof(UPHE_OnInventoryItemAdded) == 0x000048, "Wrong size on UPHE_OnInventoryItemAdded"); \ #define DUMPER7_ASSERTS_UPHE_OnInventoryItemRemoved \ static_assert(alignof(UPHE_OnInventoryItemRemoved) == 0x000008, "Wrong alignment on UPHE_OnInventoryItemRemoved"); \ static_assert(sizeof(UPHE_OnInventoryItemRemoved) == 0x000040, "Wrong size on UPHE_OnInventoryItemRemoved"); \ #define DUMPER7_ASSERTS_UPHE_OnInventoryItemSet \ static_assert(alignof(UPHE_OnInventoryItemSet) == 0x000008, "Wrong alignment on UPHE_OnInventoryItemSet"); \ static_assert(sizeof(UPHE_OnInventoryItemSet) == 0x000048, "Wrong size on UPHE_OnInventoryItemSet"); \ #define DUMPER7_ASSERTS_UPHInventoryItem \ static_assert(alignof(UPHInventoryItem) == 0x000008, "Wrong alignment on UPHInventoryItem"); \ static_assert(sizeof(UPHInventoryItem) == 0x000078, "Wrong size on UPHInventoryItem"); \ #define DUMPER7_ASSERTS_UPHInventoryManagerPersistent \ static_assert(alignof(UPHInventoryManagerPersistent) == 0x000008, "Wrong alignment on UPHInventoryManagerPersistent"); \ static_assert(sizeof(UPHInventoryManagerPersistent) == 0x000120, "Wrong size on UPHInventoryManagerPersistent"); \ #define DUMPER7_ASSERTS_UPHInventoryManagerTransient \ static_assert(alignof(UPHInventoryManagerTransient) == 0x000008, "Wrong alignment on UPHInventoryManagerTransient"); \ static_assert(sizeof(UPHInventoryManagerTransient) == 0x000120, "Wrong size on UPHInventoryManagerTransient"); \ #define DUMPER7_ASSERTS_UPHInventorySubsystem \ static_assert(alignof(UPHInventorySubsystem) == 0x000008, "Wrong alignment on UPHInventorySubsystem"); \ static_assert(sizeof(UPHInventorySubsystem) == 0x0000A0, "Wrong size on UPHInventorySubsystem"); \ #define DUMPER7_ASSERTS_UPHInventoryCustomData \ static_assert(alignof(UPHInventoryCustomData) == 0x000008, "Wrong alignment on UPHInventoryCustomData"); \ static_assert(sizeof(UPHInventoryCustomData) == 0x000028, "Wrong size on UPHInventoryCustomData"); \ #define DUMPER7_ASSERTS_PHSplineInteractable_GetDistanceAlongSpline \ static_assert(alignof(PHSplineInteractable_GetDistanceAlongSpline) == 0x000004, "Wrong alignment on PHSplineInteractable_GetDistanceAlongSpline"); \ static_assert(sizeof(PHSplineInteractable_GetDistanceAlongSpline) == 0x000004, "Wrong size on PHSplineInteractable_GetDistanceAlongSpline"); \ static_assert(offsetof(PHSplineInteractable_GetDistanceAlongSpline, ReturnValue) == 0x000000, "Member 'PHSplineInteractable_GetDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHSplineInteractable_GetExitSide \ static_assert(alignof(PHSplineInteractable_GetExitSide) == 0x000001, "Wrong alignment on PHSplineInteractable_GetExitSide"); \ static_assert(sizeof(PHSplineInteractable_GetExitSide) == 0x000001, "Wrong size on PHSplineInteractable_GetExitSide"); \ static_assert(offsetof(PHSplineInteractable_GetExitSide, ReturnValue) == 0x000000, "Member 'PHSplineInteractable_GetExitSide::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHSplineInteractable_HandleNoRelocatorExitingFromEndSide \ static_assert(alignof(PHSplineInteractable_HandleNoRelocatorExitingFromEndSide) == 0x000001, "Wrong alignment on PHSplineInteractable_HandleNoRelocatorExitingFromEndSide"); \ static_assert(sizeof(PHSplineInteractable_HandleNoRelocatorExitingFromEndSide) == 0x000001, "Wrong size on PHSplineInteractable_HandleNoRelocatorExitingFromEndSide"); \ static_assert(offsetof(PHSplineInteractable_HandleNoRelocatorExitingFromEndSide, ReturnValue) == 0x000000, "Member 'PHSplineInteractable_HandleNoRelocatorExitingFromEndSide::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHSplineInteractable_OnSplineStepTimelineUpdate \ static_assert(alignof(PHSplineInteractable_OnSplineStepTimelineUpdate) == 0x000004, "Wrong alignment on PHSplineInteractable_OnSplineStepTimelineUpdate"); \ static_assert(sizeof(PHSplineInteractable_OnSplineStepTimelineUpdate) == 0x000004, "Wrong size on PHSplineInteractable_OnSplineStepTimelineUpdate"); \ static_assert(offsetof(PHSplineInteractable_OnSplineStepTimelineUpdate, Alpha) == 0x000000, "Member 'PHSplineInteractable_OnSplineStepTimelineUpdate::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHSplineInteractable_SetDistanceAlongSpline \ static_assert(alignof(PHSplineInteractable_SetDistanceAlongSpline) == 0x000004, "Wrong alignment on PHSplineInteractable_SetDistanceAlongSpline"); \ static_assert(sizeof(PHSplineInteractable_SetDistanceAlongSpline) == 0x000004, "Wrong size on PHSplineInteractable_SetDistanceAlongSpline"); \ static_assert(offsetof(PHSplineInteractable_SetDistanceAlongSpline, Value) == 0x000000, "Member 'PHSplineInteractable_SetDistanceAlongSpline::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHSplineInteractable_TraverseSpline \ static_assert(alignof(PHSplineInteractable_TraverseSpline) == 0x000004, "Wrong alignment on PHSplineInteractable_TraverseSpline"); \ static_assert(sizeof(PHSplineInteractable_TraverseSpline) == 0x000004, "Wrong size on PHSplineInteractable_TraverseSpline"); \ static_assert(offsetof(PHSplineInteractable_TraverseSpline, ActionValue) == 0x000000, "Member 'PHSplineInteractable_TraverseSpline::ActionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHSplineInteractable \ static_assert(alignof(APHSplineInteractable) == 0x000010, "Wrong alignment on APHSplineInteractable"); \ static_assert(sizeof(APHSplineInteractable) == 0x001C00, "Wrong size on APHSplineInteractable"); \ static_assert(offsetof(APHSplineInteractable, BeginningRelocator) == 0x001AA8, "Member 'APHSplineInteractable::BeginningRelocator' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, EndRelocator) == 0x001AB0, "Member 'APHSplineInteractable::EndRelocator' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, bBlockNoRelocatorExitingFromEndSide) == 0x001AB8, "Member 'APHSplineInteractable::bBlockNoRelocatorExitingFromEndSide' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, bOnlyAllowOneDirection) == 0x001AB9, "Member 'APHSplineInteractable::bOnlyAllowOneDirection' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, AllowedMovementDirection) == 0x001ABA, "Member 'APHSplineInteractable::AllowedMovementDirection' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, bEnableDummyCollision) == 0x001ABB, "Member 'APHSplineInteractable::bEnableDummyCollision' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, Spline) == 0x001AC0, "Member 'APHSplineInteractable::Spline' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, SplineStepTimeline) == 0x001AC8, "Member 'APHSplineInteractable::SplineStepTimeline' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, DummyCapsuleComponent) == 0x001AD0, "Member 'APHSplineInteractable::DummyCapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, K2_OnSplineStepTimelineFinished) == 0x001AD8, "Member 'APHSplineInteractable::K2_OnSplineStepTimelineFinished' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, ExitType) == 0x001B08, "Member 'APHSplineInteractable::ExitType' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, BroadcastOnExitingFromEitherSide) == 0x001B10, "Member 'APHSplineInteractable::BroadcastOnExitingFromEitherSide' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, BroadcastOnExitingFromBeginningSide) == 0x001B30, "Member 'APHSplineInteractable::BroadcastOnExitingFromBeginningSide' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, BroadcastOnExitingFromEndSide) == 0x001B50, "Member 'APHSplineInteractable::BroadcastOnExitingFromEndSide' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, EOEventBroadcastOnExitingFromEitherSide) == 0x001B70, "Member 'APHSplineInteractable::EOEventBroadcastOnExitingFromEitherSide' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, EOEventBroadcastOnExitingFromBeginningSide) == 0x001B80, "Member 'APHSplineInteractable::EOEventBroadcastOnExitingFromBeginningSide' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, EOEventBroadcastOnExitingFromEndSide) == 0x001B90, "Member 'APHSplineInteractable::EOEventBroadcastOnExitingFromEndSide' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, SplineTraversalMode) == 0x001BA0, "Member 'APHSplineInteractable::SplineTraversalMode' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, SplineStepCurve) == 0x001BA8, "Member 'APHSplineInteractable::SplineStepCurve' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, SplineStepSoundEffect) == 0x001BB0, "Member 'APHSplineInteractable::SplineStepSoundEffect' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, CameraSplineOffset) == 0x001BB8, "Member 'APHSplineInteractable::CameraSplineOffset' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, SplineStepLength) == 0x001BC4, "Member 'APHSplineInteractable::SplineStepLength' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, SplineStepDuration) == 0x001BC8, "Member 'APHSplineInteractable::SplineStepDuration' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, TraversalInputRate) == 0x001BCC, "Member 'APHSplineInteractable::TraversalInputRate' has a wrong offset!"); \ static_assert(offsetof(APHSplineInteractable, bShouldInvertInput) == 0x001BD0, "Member 'APHSplineInteractable::bShouldInvertInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHLadderInteractable \ static_assert(alignof(APHLadderInteractable) == 0x000010, "Wrong alignment on APHLadderInteractable"); \ static_assert(sizeof(APHLadderInteractable) == 0x001C10, "Wrong size on APHLadderInteractable"); \ static_assert(offsetof(APHLadderInteractable, LadderMesh) == 0x001C00, "Member 'APHLadderInteractable::LadderMesh' has a wrong offset!"); \ static_assert(offsetof(APHLadderInteractable, bIsTwoWayLadder) == 0x001C08, "Member 'APHLadderInteractable::bIsTwoWayLadder' has a wrong offset!"); \ static_assert(offsetof(APHLadderInteractable, OneWayDismountPosition) == 0x001C09, "Member 'APHLadderInteractable::OneWayDismountPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelScriptActor_GetPresenceText \ static_assert(alignof(PHLevelScriptActor_GetPresenceText) == 0x000008, "Wrong alignment on PHLevelScriptActor_GetPresenceText"); \ static_assert(sizeof(PHLevelScriptActor_GetPresenceText) == 0x000010, "Wrong size on PHLevelScriptActor_GetPresenceText"); \ static_assert(offsetof(PHLevelScriptActor_GetPresenceText, ReturnValue) == 0x000000, "Member 'PHLevelScriptActor_GetPresenceText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHLevelScriptActor \ static_assert(alignof(APHLevelScriptActor) == 0x000008, "Wrong alignment on APHLevelScriptActor"); \ static_assert(sizeof(APHLevelScriptActor) == 0x000238, "Wrong size on APHLevelScriptActor"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_CanBeginLevelSequence \ static_assert(alignof(PHLevelSequenceActor_CanBeginLevelSequence) == 0x000001, "Wrong alignment on PHLevelSequenceActor_CanBeginLevelSequence"); \ static_assert(sizeof(PHLevelSequenceActor_CanBeginLevelSequence) == 0x000001, "Wrong size on PHLevelSequenceActor_CanBeginLevelSequence"); \ static_assert(offsetof(PHLevelSequenceActor_CanBeginLevelSequence, ReturnValue) == 0x000000, "Member 'PHLevelSequenceActor_CanBeginLevelSequence::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_CancelLevelSequence \ static_assert(alignof(PHLevelSequenceActor_CancelLevelSequence) == 0x000001, "Wrong alignment on PHLevelSequenceActor_CancelLevelSequence"); \ static_assert(sizeof(PHLevelSequenceActor_CancelLevelSequence) == 0x000001, "Wrong size on PHLevelSequenceActor_CancelLevelSequence"); \ static_assert(offsetof(PHLevelSequenceActor_CancelLevelSequence, bShouldGoToEndAndStop) == 0x000000, "Member 'PHLevelSequenceActor_CancelLevelSequence::bShouldGoToEndAndStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_EndLevelSequence \ static_assert(alignof(PHLevelSequenceActor_EndLevelSequence) == 0x000001, "Wrong alignment on PHLevelSequenceActor_EndLevelSequence"); \ static_assert(sizeof(PHLevelSequenceActor_EndLevelSequence) == 0x000001, "Wrong size on PHLevelSequenceActor_EndLevelSequence"); \ static_assert(offsetof(PHLevelSequenceActor_EndLevelSequence, bWasCancelled) == 0x000000, "Member 'PHLevelSequenceActor_EndLevelSequence::bWasCancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_LogDebug \ static_assert(alignof(PHLevelSequenceActor_LogDebug) == 0x000008, "Wrong alignment on PHLevelSequenceActor_LogDebug"); \ static_assert(sizeof(PHLevelSequenceActor_LogDebug) == 0x000038, "Wrong size on PHLevelSequenceActor_LogDebug"); \ static_assert(offsetof(PHLevelSequenceActor_LogDebug, Tag) == 0x000000, "Member 'PHLevelSequenceActor_LogDebug::Tag' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_LogDebug, inString) == 0x000010, "Member 'PHLevelSequenceActor_LogDebug::inString' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_LogDebug, bPrintToScreen) == 0x000020, "Member 'PHLevelSequenceActor_LogDebug::bPrintToScreen' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_LogDebug, bPrintToLog) == 0x000021, "Member 'PHLevelSequenceActor_LogDebug::bPrintToLog' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_LogDebug, TextColor) == 0x000024, "Member 'PHLevelSequenceActor_LogDebug::TextColor' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_LogDebug, Duration) == 0x000034, "Member 'PHLevelSequenceActor_LogDebug::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_OnChapterStateTagEvent \ static_assert(alignof(PHLevelSequenceActor_OnChapterStateTagEvent) == 0x000008, "Wrong alignment on PHLevelSequenceActor_OnChapterStateTagEvent"); \ static_assert(sizeof(PHLevelSequenceActor_OnChapterStateTagEvent) == 0x000010, "Wrong size on PHLevelSequenceActor_OnChapterStateTagEvent"); \ static_assert(offsetof(PHLevelSequenceActor_OnChapterStateTagEvent, Sender) == 0x000000, "Member 'PHLevelSequenceActor_OnChapterStateTagEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_OnChapterStateTagEvent, Event) == 0x000008, "Member 'PHLevelSequenceActor_OnChapterStateTagEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_OnInteractableTagEvent \ static_assert(alignof(PHLevelSequenceActor_OnInteractableTagEvent) == 0x000008, "Wrong alignment on PHLevelSequenceActor_OnInteractableTagEvent"); \ static_assert(sizeof(PHLevelSequenceActor_OnInteractableTagEvent) == 0x000010, "Wrong size on PHLevelSequenceActor_OnInteractableTagEvent"); \ static_assert(offsetof(PHLevelSequenceActor_OnInteractableTagEvent, Sender) == 0x000000, "Member 'PHLevelSequenceActor_OnInteractableTagEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_OnInteractableTagEvent, Event) == 0x000008, "Member 'PHLevelSequenceActor_OnInteractableTagEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_OnLevelSequenceCanceled \ static_assert(alignof(PHLevelSequenceActor_OnLevelSequenceCanceled) == 0x000001, "Wrong alignment on PHLevelSequenceActor_OnLevelSequenceCanceled"); \ static_assert(sizeof(PHLevelSequenceActor_OnLevelSequenceCanceled) == 0x000001, "Wrong size on PHLevelSequenceActor_OnLevelSequenceCanceled"); \ static_assert(offsetof(PHLevelSequenceActor_OnLevelSequenceCanceled, bShouldGoToEndAndStop) == 0x000000, "Member 'PHLevelSequenceActor_OnLevelSequenceCanceled::bShouldGoToEndAndStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_OnReceivedSequenceBeginEOEvent \ static_assert(alignof(PHLevelSequenceActor_OnReceivedSequenceBeginEOEvent) == 0x000008, "Wrong alignment on PHLevelSequenceActor_OnReceivedSequenceBeginEOEvent"); \ static_assert(sizeof(PHLevelSequenceActor_OnReceivedSequenceBeginEOEvent) == 0x000010, "Wrong size on PHLevelSequenceActor_OnReceivedSequenceBeginEOEvent"); \ static_assert(offsetof(PHLevelSequenceActor_OnReceivedSequenceBeginEOEvent, Sender) == 0x000000, "Member 'PHLevelSequenceActor_OnReceivedSequenceBeginEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_OnReceivedSequenceBeginEOEvent, Event) == 0x000008, "Member 'PHLevelSequenceActor_OnReceivedSequenceBeginEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_OnReceivedSequenceCancelEOEvent \ static_assert(alignof(PHLevelSequenceActor_OnReceivedSequenceCancelEOEvent) == 0x000008, "Wrong alignment on PHLevelSequenceActor_OnReceivedSequenceCancelEOEvent"); \ static_assert(sizeof(PHLevelSequenceActor_OnReceivedSequenceCancelEOEvent) == 0x000010, "Wrong size on PHLevelSequenceActor_OnReceivedSequenceCancelEOEvent"); \ static_assert(offsetof(PHLevelSequenceActor_OnReceivedSequenceCancelEOEvent, Sender) == 0x000000, "Member 'PHLevelSequenceActor_OnReceivedSequenceCancelEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_OnReceivedSequenceCancelEOEvent, Event) == 0x000008, "Member 'PHLevelSequenceActor_OnReceivedSequenceCancelEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_OnReceivedSequencePauseEOEvent \ static_assert(alignof(PHLevelSequenceActor_OnReceivedSequencePauseEOEvent) == 0x000008, "Wrong alignment on PHLevelSequenceActor_OnReceivedSequencePauseEOEvent"); \ static_assert(sizeof(PHLevelSequenceActor_OnReceivedSequencePauseEOEvent) == 0x000010, "Wrong size on PHLevelSequenceActor_OnReceivedSequencePauseEOEvent"); \ static_assert(offsetof(PHLevelSequenceActor_OnReceivedSequencePauseEOEvent, Sender) == 0x000000, "Member 'PHLevelSequenceActor_OnReceivedSequencePauseEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_OnReceivedSequencePauseEOEvent, Event) == 0x000008, "Member 'PHLevelSequenceActor_OnReceivedSequencePauseEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_OnReceivedSequenceResumeEOEvent \ static_assert(alignof(PHLevelSequenceActor_OnReceivedSequenceResumeEOEvent) == 0x000008, "Wrong alignment on PHLevelSequenceActor_OnReceivedSequenceResumeEOEvent"); \ static_assert(sizeof(PHLevelSequenceActor_OnReceivedSequenceResumeEOEvent) == 0x000010, "Wrong size on PHLevelSequenceActor_OnReceivedSequenceResumeEOEvent"); \ static_assert(offsetof(PHLevelSequenceActor_OnReceivedSequenceResumeEOEvent, Sender) == 0x000000, "Member 'PHLevelSequenceActor_OnReceivedSequenceResumeEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_OnReceivedSequenceResumeEOEvent, Event) == 0x000008, "Member 'PHLevelSequenceActor_OnReceivedSequenceResumeEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_OnSequenceBeginEOEvent \ static_assert(alignof(PHLevelSequenceActor_OnSequenceBeginEOEvent) == 0x000008, "Wrong alignment on PHLevelSequenceActor_OnSequenceBeginEOEvent"); \ static_assert(sizeof(PHLevelSequenceActor_OnSequenceBeginEOEvent) == 0x000010, "Wrong size on PHLevelSequenceActor_OnSequenceBeginEOEvent"); \ static_assert(offsetof(PHLevelSequenceActor_OnSequenceBeginEOEvent, Sender) == 0x000000, "Member 'PHLevelSequenceActor_OnSequenceBeginEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_OnSequenceBeginEOEvent, Event) == 0x000008, "Member 'PHLevelSequenceActor_OnSequenceBeginEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_OnSequenceCancelEOEvent \ static_assert(alignof(PHLevelSequenceActor_OnSequenceCancelEOEvent) == 0x000008, "Wrong alignment on PHLevelSequenceActor_OnSequenceCancelEOEvent"); \ static_assert(sizeof(PHLevelSequenceActor_OnSequenceCancelEOEvent) == 0x000010, "Wrong size on PHLevelSequenceActor_OnSequenceCancelEOEvent"); \ static_assert(offsetof(PHLevelSequenceActor_OnSequenceCancelEOEvent, Sender) == 0x000000, "Member 'PHLevelSequenceActor_OnSequenceCancelEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_OnSequenceCancelEOEvent, Event) == 0x000008, "Member 'PHLevelSequenceActor_OnSequenceCancelEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_OnSequencePauseEOEvent \ static_assert(alignof(PHLevelSequenceActor_OnSequencePauseEOEvent) == 0x000008, "Wrong alignment on PHLevelSequenceActor_OnSequencePauseEOEvent"); \ static_assert(sizeof(PHLevelSequenceActor_OnSequencePauseEOEvent) == 0x000010, "Wrong size on PHLevelSequenceActor_OnSequencePauseEOEvent"); \ static_assert(offsetof(PHLevelSequenceActor_OnSequencePauseEOEvent, Sender) == 0x000000, "Member 'PHLevelSequenceActor_OnSequencePauseEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_OnSequencePauseEOEvent, Event) == 0x000008, "Member 'PHLevelSequenceActor_OnSequencePauseEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_OnSequenceResumeEOEvent \ static_assert(alignof(PHLevelSequenceActor_OnSequenceResumeEOEvent) == 0x000008, "Wrong alignment on PHLevelSequenceActor_OnSequenceResumeEOEvent"); \ static_assert(sizeof(PHLevelSequenceActor_OnSequenceResumeEOEvent) == 0x000010, "Wrong size on PHLevelSequenceActor_OnSequenceResumeEOEvent"); \ static_assert(offsetof(PHLevelSequenceActor_OnSequenceResumeEOEvent, Sender) == 0x000000, "Member 'PHLevelSequenceActor_OnSequenceResumeEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHLevelSequenceActor_OnSequenceResumeEOEvent, Event) == 0x000008, "Member 'PHLevelSequenceActor_OnSequenceResumeEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_PostInteractableTagEvent \ static_assert(alignof(PHLevelSequenceActor_PostInteractableTagEvent) == 0x000004, "Wrong alignment on PHLevelSequenceActor_PostInteractableTagEvent"); \ static_assert(sizeof(PHLevelSequenceActor_PostInteractableTagEvent) == 0x000008, "Wrong size on PHLevelSequenceActor_PostInteractableTagEvent"); \ static_assert(offsetof(PHLevelSequenceActor_PostInteractableTagEvent, StateTag) == 0x000000, "Member 'PHLevelSequenceActor_PostInteractableTagEvent::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHLevelSequenceActor_PostOnChapterStateTagEvent \ static_assert(alignof(PHLevelSequenceActor_PostOnChapterStateTagEvent) == 0x000004, "Wrong alignment on PHLevelSequenceActor_PostOnChapterStateTagEvent"); \ static_assert(sizeof(PHLevelSequenceActor_PostOnChapterStateTagEvent) == 0x000008, "Wrong size on PHLevelSequenceActor_PostOnChapterStateTagEvent"); \ static_assert(offsetof(PHLevelSequenceActor_PostOnChapterStateTagEvent, StateTag) == 0x000000, "Member 'PHLevelSequenceActor_PostOnChapterStateTagEvent::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHLevelSequenceActor \ static_assert(alignof(APHLevelSequenceActor) == 0x000008, "Wrong alignment on APHLevelSequenceActor"); \ static_assert(sizeof(APHLevelSequenceActor) == 0x0007B8, "Wrong size on APHLevelSequenceActor"); \ static_assert(offsetof(APHLevelSequenceActor, TagBindings) == 0x0002B8, "Member 'APHLevelSequenceActor::TagBindings' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bAutoPlaySequenceOnBegin) == 0x000318, "Member 'APHLevelSequenceActor::bAutoPlaySequenceOnBegin' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bIsSkippable) == 0x000319, "Member 'APHLevelSequenceActor::bIsSkippable' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bShouldGoToEndAndStopOnCancel) == 0x00031A, "Member 'APHLevelSequenceActor::bShouldGoToEndAndStopOnCancel' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bDisableAllInput) == 0x00031C, "Member 'APHLevelSequenceActor::bDisableAllInput' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bDisablePause) == 0x00031D, "Member 'APHLevelSequenceActor::bDisablePause' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bAllInputHasBeenDisabled) == 0x00031E, "Member 'APHLevelSequenceActor::bAllInputHasBeenDisabled' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bSequenceHasBegun) == 0x00031F, "Member 'APHLevelSequenceActor::bSequenceHasBegun' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bSequencePaused) == 0x000320, "Member 'APHLevelSequenceActor::bSequencePaused' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bInitialized) == 0x000321, "Member 'APHLevelSequenceActor::bInitialized' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bWaitingForSequenceToLoad) == 0x000322, "Member 'APHLevelSequenceActor::bWaitingForSequenceToLoad' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, PlayerInfo) == 0x000324, "Member 'APHLevelSequenceActor::PlayerInfo' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bLogDebug) == 0x000348, "Member 'APHLevelSequenceActor::bLogDebug' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, LogDebugTag) == 0x000350, "Member 'APHLevelSequenceActor::LogDebugTag' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, CachedObjectName) == 0x000360, "Member 'APHLevelSequenceActor::CachedObjectName' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, RegisteredBeginInteractableEvents) == 0x0003D0, "Member 'APHLevelSequenceActor::RegisteredBeginInteractableEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, RegisteredPauseInteractableEvents) == 0x000418, "Member 'APHLevelSequenceActor::RegisteredPauseInteractableEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, RegisteredResumeInteractableEvents) == 0x000460, "Member 'APHLevelSequenceActor::RegisteredResumeInteractableEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, RegisteredCancelInteractableEvents) == 0x0004A8, "Member 'APHLevelSequenceActor::RegisteredCancelInteractableEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, ReceivedInteractableEventHistory) == 0x0004F0, "Member 'APHLevelSequenceActor::ReceivedInteractableEventHistory' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, RegisteredBeginChapterEvents) == 0x000510, "Member 'APHLevelSequenceActor::RegisteredBeginChapterEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bBeginChapterEventWasTriggered) == 0x000558, "Member 'APHLevelSequenceActor::bBeginChapterEventWasTriggered' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, RegisteredCancelChapterEvents) == 0x000560, "Member 'APHLevelSequenceActor::RegisteredCancelChapterEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, bCancelChapterEventWasTriggered) == 0x0005A8, "Member 'APHLevelSequenceActor::bCancelChapterEventWasTriggered' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, ReceivedChapterEventHistory) == 0x0005B0, "Member 'APHLevelSequenceActor::ReceivedChapterEventHistory' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, RegisteredBeginEOEvent) == 0x0005D0, "Member 'APHLevelSequenceActor::RegisteredBeginEOEvent' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, RegisteredPauseEOEvent) == 0x0005D8, "Member 'APHLevelSequenceActor::RegisteredPauseEOEvent' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, RegisteredResumeEOEvent) == 0x0005E0, "Member 'APHLevelSequenceActor::RegisteredResumeEOEvent' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, RegisteredCancelEOEvent) == 0x0005E8, "Member 'APHLevelSequenceActor::RegisteredCancelEOEvent' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnBeganEvents) == 0x0005F0, "Member 'APHLevelSequenceActor::BroadcastOnBeganEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnPlayerStartedEvents) == 0x000618, "Member 'APHLevelSequenceActor::BroadcastOnPlayerStartedEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnPausedEvents) == 0x000640, "Member 'APHLevelSequenceActor::BroadcastOnPausedEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnResumedEvents) == 0x000668, "Member 'APHLevelSequenceActor::BroadcastOnResumedEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnCanceledEvents) == 0x000690, "Member 'APHLevelSequenceActor::BroadcastOnCanceledEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnPlayerFinishedEvents) == 0x0006B8, "Member 'APHLevelSequenceActor::BroadcastOnPlayerFinishedEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnEndedEvents) == 0x0006E0, "Member 'APHLevelSequenceActor::BroadcastOnEndedEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnBeganEOEvents) == 0x000708, "Member 'APHLevelSequenceActor::BroadcastOnBeganEOEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnPlayerStartedEOEvents) == 0x000718, "Member 'APHLevelSequenceActor::BroadcastOnPlayerStartedEOEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnPausedEOEvents) == 0x000728, "Member 'APHLevelSequenceActor::BroadcastOnPausedEOEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnResumedEOEvents) == 0x000738, "Member 'APHLevelSequenceActor::BroadcastOnResumedEOEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnCanceledEOEvents) == 0x000748, "Member 'APHLevelSequenceActor::BroadcastOnCanceledEOEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnPlayerFinishedEOEvents) == 0x000758, "Member 'APHLevelSequenceActor::BroadcastOnPlayerFinishedEOEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, BroadcastOnEndedEOEvents) == 0x000768, "Member 'APHLevelSequenceActor::BroadcastOnEndedEOEvents' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, OnLevelSequenceBeganDelegate) == 0x000778, "Member 'APHLevelSequenceActor::OnLevelSequenceBeganDelegate' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, OnLevelSequencePausedDelegate) == 0x000788, "Member 'APHLevelSequenceActor::OnLevelSequencePausedDelegate' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, OnLevelSequenceResumedDelegate) == 0x000798, "Member 'APHLevelSequenceActor::OnLevelSequenceResumedDelegate' has a wrong offset!"); \ static_assert(offsetof(APHLevelSequenceActor, OnLevelSequenceEndedDelegate) == 0x0007A8, "Member 'APHLevelSequenceActor::OnLevelSequenceEndedDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHE_OnLoadingMovieFinishedEvent \ static_assert(alignof(UPHE_OnLoadingMovieFinishedEvent) == 0x000008, "Wrong alignment on UPHE_OnLoadingMovieFinishedEvent"); \ static_assert(sizeof(UPHE_OnLoadingMovieFinishedEvent) == 0x000028, "Wrong size on UPHE_OnLoadingMovieFinishedEvent"); \ #define DUMPER7_ASSERTS_UPHLoadingScreenManager \ static_assert(alignof(UPHLoadingScreenManager) == 0x000008, "Wrong alignment on UPHLoadingScreenManager"); \ static_assert(sizeof(UPHLoadingScreenManager) == 0x000050, "Wrong size on UPHLoadingScreenManager"); \ #define DUMPER7_ASSERTS_UPHLocalPlayer \ static_assert(alignof(UPHLocalPlayer) == 0x000008, "Wrong alignment on UPHLocalPlayer"); \ static_assert(sizeof(UPHLocalPlayer) == 0x000280, "Wrong size on UPHLocalPlayer"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetParameterId \ static_assert(alignof(PHMaterialLibrary_GetParameterId) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetParameterId"); \ static_assert(sizeof(PHMaterialLibrary_GetParameterId) == 0x000020, "Wrong size on PHMaterialLibrary_GetParameterId"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterId, Collection) == 0x000000, "Member 'PHMaterialLibrary_GetParameterId::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterId, ParameterName) == 0x000008, "Member 'PHMaterialLibrary_GetParameterId::ParameterName' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterId, ReturnValue) == 0x000010, "Member 'PHMaterialLibrary_GetParameterId::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetParameterIndex \ static_assert(alignof(PHMaterialLibrary_GetParameterIndex) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetParameterIndex"); \ static_assert(sizeof(PHMaterialLibrary_GetParameterIndex) == 0x000028, "Wrong size on PHMaterialLibrary_GetParameterIndex"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterIndex, Collection) == 0x000000, "Member 'PHMaterialLibrary_GetParameterIndex::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterIndex, ID) == 0x000008, "Member 'PHMaterialLibrary_GetParameterIndex::ID' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterIndex, OutIndex) == 0x000018, "Member 'PHMaterialLibrary_GetParameterIndex::OutIndex' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterIndex, OutComponentIndex) == 0x00001C, "Member 'PHMaterialLibrary_GetParameterIndex::OutComponentIndex' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterIndex, ReturnValue) == 0x000020, "Member 'PHMaterialLibrary_GetParameterIndex::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetParameterNames \ static_assert(alignof(PHMaterialLibrary_GetParameterNames) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetParameterNames"); \ static_assert(sizeof(PHMaterialLibrary_GetParameterNames) == 0x000020, "Wrong size on PHMaterialLibrary_GetParameterNames"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterNames, Collection) == 0x000000, "Member 'PHMaterialLibrary_GetParameterNames::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterNames, OutParameterNames) == 0x000008, "Member 'PHMaterialLibrary_GetParameterNames::OutParameterNames' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterNames, bVectorParameters) == 0x000018, "Member 'PHMaterialLibrary_GetParameterNames::bVectorParameters' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetParameterNames, ReturnValue) == 0x000019, "Member 'PHMaterialLibrary_GetParameterNames::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetScalarByName \ static_assert(alignof(PHMaterialLibrary_GetScalarByName) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetScalarByName"); \ static_assert(sizeof(PHMaterialLibrary_GetScalarByName) == 0x000018, "Wrong size on PHMaterialLibrary_GetScalarByName"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarByName, Collection) == 0x000000, "Member 'PHMaterialLibrary_GetScalarByName::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarByName, ParameterName) == 0x000008, "Member 'PHMaterialLibrary_GetScalarByName::ParameterName' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarByName, ScalarValue) == 0x000010, "Member 'PHMaterialLibrary_GetScalarByName::ScalarValue' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarByName, ReturnValue) == 0x000014, "Member 'PHMaterialLibrary_GetScalarByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetScalarsFromCollection \ static_assert(alignof(PHMaterialLibrary_GetScalarsFromCollection) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetScalarsFromCollection"); \ static_assert(sizeof(PHMaterialLibrary_GetScalarsFromCollection) == 0x000060, "Wrong size on PHMaterialLibrary_GetScalarsFromCollection"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromCollection, Collection) == 0x000000, "Member 'PHMaterialLibrary_GetScalarsFromCollection::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromCollection, ScalarParameterValues) == 0x000008, "Member 'PHMaterialLibrary_GetScalarsFromCollection::ScalarParameterValues' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromCollection, ReturnValue) == 0x000058, "Member 'PHMaterialLibrary_GetScalarsFromCollection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetScalarsFromInstance \ static_assert(alignof(PHMaterialLibrary_GetScalarsFromInstance) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetScalarsFromInstance"); \ static_assert(sizeof(PHMaterialLibrary_GetScalarsFromInstance) == 0x000068, "Wrong size on PHMaterialLibrary_GetScalarsFromInstance"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromInstance, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_GetScalarsFromInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromInstance, Collection) == 0x000008, "Member 'PHMaterialLibrary_GetScalarsFromInstance::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromInstance, ScalarParameterValues) == 0x000010, "Member 'PHMaterialLibrary_GetScalarsFromInstance::ScalarParameterValues' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromInstance, ReturnValue) == 0x000060, "Member 'PHMaterialLibrary_GetScalarsFromInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetScalarsFromPreset \ static_assert(alignof(PHMaterialLibrary_GetScalarsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetScalarsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_GetScalarsFromPreset) == 0x000060, "Wrong size on PHMaterialLibrary_GetScalarsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromPreset, Preset) == 0x000000, "Member 'PHMaterialLibrary_GetScalarsFromPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromPreset, ScalarParameterValues) == 0x000008, "Member 'PHMaterialLibrary_GetScalarsFromPreset::ScalarParameterValues' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromPreset, ReturnValue) == 0x000058, "Member 'PHMaterialLibrary_GetScalarsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetScalarsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_GetScalarsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetScalarsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_GetScalarsFromPresetClass) == 0x000060, "Wrong size on PHMaterialLibrary_GetScalarsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromPresetClass, PresetClass) == 0x000000, "Member 'PHMaterialLibrary_GetScalarsFromPresetClass::PresetClass' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromPresetClass, ScalarParameterValues) == 0x000008, "Member 'PHMaterialLibrary_GetScalarsFromPresetClass::ScalarParameterValues' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetScalarsFromPresetClass, ReturnValue) == 0x000058, "Member 'PHMaterialLibrary_GetScalarsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetVectorByName \ static_assert(alignof(PHMaterialLibrary_GetVectorByName) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetVectorByName"); \ static_assert(sizeof(PHMaterialLibrary_GetVectorByName) == 0x000028, "Wrong size on PHMaterialLibrary_GetVectorByName"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorByName, Collection) == 0x000000, "Member 'PHMaterialLibrary_GetVectorByName::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorByName, ParameterName) == 0x000008, "Member 'PHMaterialLibrary_GetVectorByName::ParameterName' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorByName, VectorValue) == 0x000010, "Member 'PHMaterialLibrary_GetVectorByName::VectorValue' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorByName, ReturnValue) == 0x000020, "Member 'PHMaterialLibrary_GetVectorByName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetVectorsFromCollection \ static_assert(alignof(PHMaterialLibrary_GetVectorsFromCollection) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetVectorsFromCollection"); \ static_assert(sizeof(PHMaterialLibrary_GetVectorsFromCollection) == 0x000060, "Wrong size on PHMaterialLibrary_GetVectorsFromCollection"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromCollection, Collection) == 0x000000, "Member 'PHMaterialLibrary_GetVectorsFromCollection::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromCollection, VectorParameterValues) == 0x000008, "Member 'PHMaterialLibrary_GetVectorsFromCollection::VectorParameterValues' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromCollection, ReturnValue) == 0x000058, "Member 'PHMaterialLibrary_GetVectorsFromCollection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetVectorsFromInstance \ static_assert(alignof(PHMaterialLibrary_GetVectorsFromInstance) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetVectorsFromInstance"); \ static_assert(sizeof(PHMaterialLibrary_GetVectorsFromInstance) == 0x000068, "Wrong size on PHMaterialLibrary_GetVectorsFromInstance"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromInstance, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_GetVectorsFromInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromInstance, Collection) == 0x000008, "Member 'PHMaterialLibrary_GetVectorsFromInstance::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromInstance, VectorParameterValues) == 0x000010, "Member 'PHMaterialLibrary_GetVectorsFromInstance::VectorParameterValues' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromInstance, ReturnValue) == 0x000060, "Member 'PHMaterialLibrary_GetVectorsFromInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetVectorsFromPreset \ static_assert(alignof(PHMaterialLibrary_GetVectorsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetVectorsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_GetVectorsFromPreset) == 0x000060, "Wrong size on PHMaterialLibrary_GetVectorsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromPreset, Preset) == 0x000000, "Member 'PHMaterialLibrary_GetVectorsFromPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromPreset, VectorParameterValues) == 0x000008, "Member 'PHMaterialLibrary_GetVectorsFromPreset::VectorParameterValues' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromPreset, ReturnValue) == 0x000058, "Member 'PHMaterialLibrary_GetVectorsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_GetVectorsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_GetVectorsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_GetVectorsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_GetVectorsFromPresetClass) == 0x000060, "Wrong size on PHMaterialLibrary_GetVectorsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromPresetClass, PresetClass) == 0x000000, "Member 'PHMaterialLibrary_GetVectorsFromPresetClass::PresetClass' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromPresetClass, VectorParameterValues) == 0x000008, "Member 'PHMaterialLibrary_GetVectorsFromPresetClass::VectorParameterValues' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_GetVectorsFromPresetClass, ReturnValue) == 0x000058, "Member 'PHMaterialLibrary_GetVectorsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetInstanceScalars \ static_assert(alignof(PHMaterialLibrary_LerpAndSetInstanceScalars) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetInstanceScalars"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetInstanceScalars) == 0x0000D0, "Wrong size on PHMaterialLibrary_LerpAndSetInstanceScalars"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalars, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalars::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalars, Collection) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalars::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalars, A) == 0x000010, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalars::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalars, B) == 0x000060, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalars::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalars, Alpha) == 0x0000B0, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalars::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalars, ParamsToIgnore) == 0x0000B8, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalars::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalars, ReturnValue) == 0x0000C8, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalars::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset \ static_assert(alignof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset) == 0x000040, "Wrong size on PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset, Collection) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset, A) == 0x000010, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset, B) == 0x000018, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset, Alpha) == 0x000020, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset, ParamsToIgnore) == 0x000028, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset, ReturnValue) == 0x000038, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass) == 0x000040, "Wrong size on PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass, Collection) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass, A) == 0x000010, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass, B) == 0x000018, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass, Alpha) == 0x000020, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass, ParamsToIgnore) == 0x000028, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass, ReturnValue) == 0x000038, "Member 'PHMaterialLibrary_LerpAndSetInstanceScalarsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetInstanceVectors \ static_assert(alignof(PHMaterialLibrary_LerpAndSetInstanceVectors) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetInstanceVectors"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetInstanceVectors) == 0x0000D0, "Wrong size on PHMaterialLibrary_LerpAndSetInstanceVectors"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectors, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectors, Collection) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectors::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectors, A) == 0x000010, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectors::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectors, B) == 0x000060, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectors::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectors, Alpha) == 0x0000B0, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectors::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectors, ParamsToIgnore) == 0x0000B8, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectors::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectors, ReturnValue) == 0x0000C8, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset \ static_assert(alignof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset) == 0x000040, "Wrong size on PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset, Collection) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset, A) == 0x000010, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset, B) == 0x000018, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset, Alpha) == 0x000020, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset, ParamsToIgnore) == 0x000028, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset, ReturnValue) == 0x000038, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass) == 0x000040, "Wrong size on PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass, Collection) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass, A) == 0x000010, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass, B) == 0x000018, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass, Alpha) == 0x000020, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass, ParamsToIgnore) == 0x000028, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass, ReturnValue) == 0x000038, "Member 'PHMaterialLibrary_LerpAndSetInstanceVectorsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetPresetScalars \ static_assert(alignof(PHMaterialLibrary_LerpAndSetPresetScalars) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetPresetScalars"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetPresetScalars) == 0x0000C8, "Wrong size on PHMaterialLibrary_LerpAndSetPresetScalars"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalars, Preset) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetPresetScalars::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalars, A) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetPresetScalars::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalars, B) == 0x000058, "Member 'PHMaterialLibrary_LerpAndSetPresetScalars::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalars, Alpha) == 0x0000A8, "Member 'PHMaterialLibrary_LerpAndSetPresetScalars::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalars, ParamsToIgnore) == 0x0000B0, "Member 'PHMaterialLibrary_LerpAndSetPresetScalars::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalars, ReturnValue) == 0x0000C0, "Member 'PHMaterialLibrary_LerpAndSetPresetScalars::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset \ static_assert(alignof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset) == 0x000038, "Wrong size on PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset, Preset) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset, A) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset, B) == 0x000010, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset, Alpha) == 0x000018, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset, ParamsToIgnore) == 0x000020, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset, ReturnValue) == 0x000030, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass) == 0x000038, "Wrong size on PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass, Preset) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass, A) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass, B) == 0x000010, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass, Alpha) == 0x000018, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass, ParamsToIgnore) == 0x000020, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass, ReturnValue) == 0x000030, "Member 'PHMaterialLibrary_LerpAndSetPresetScalarsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetPresetVectors \ static_assert(alignof(PHMaterialLibrary_LerpAndSetPresetVectors) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetPresetVectors"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetPresetVectors) == 0x0000C8, "Wrong size on PHMaterialLibrary_LerpAndSetPresetVectors"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectors, Preset) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetPresetVectors::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectors, A) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetPresetVectors::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectors, B) == 0x000058, "Member 'PHMaterialLibrary_LerpAndSetPresetVectors::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectors, Alpha) == 0x0000A8, "Member 'PHMaterialLibrary_LerpAndSetPresetVectors::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectors, ParamsToIgnore) == 0x0000B0, "Member 'PHMaterialLibrary_LerpAndSetPresetVectors::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectors, ReturnValue) == 0x0000C0, "Member 'PHMaterialLibrary_LerpAndSetPresetVectors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset \ static_assert(alignof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset) == 0x000038, "Wrong size on PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset, Preset) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset, A) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset, B) == 0x000010, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset, Alpha) == 0x000018, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset, ParamsToIgnore) == 0x000020, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset, ReturnValue) == 0x000030, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass) == 0x000038, "Wrong size on PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass, Preset) == 0x000000, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass, A) == 0x000008, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass, B) == 0x000010, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass, Alpha) == 0x000018, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass, ParamsToIgnore) == 0x000020, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass, ReturnValue) == 0x000030, "Member 'PHMaterialLibrary_LerpAndSetPresetVectorsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpScalars \ static_assert(alignof(PHMaterialLibrary_LerpScalars) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpScalars"); \ static_assert(sizeof(PHMaterialLibrary_LerpScalars) == 0x000108, "Wrong size on PHMaterialLibrary_LerpScalars"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalars, A) == 0x000000, "Member 'PHMaterialLibrary_LerpScalars::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalars, B) == 0x000050, "Member 'PHMaterialLibrary_LerpScalars::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalars, Alpha) == 0x0000A0, "Member 'PHMaterialLibrary_LerpScalars::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalars, ParamsToIgnore) == 0x0000A8, "Member 'PHMaterialLibrary_LerpScalars::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalars, ReturnValue) == 0x0000B8, "Member 'PHMaterialLibrary_LerpScalars::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpScalarsFromPreset \ static_assert(alignof(PHMaterialLibrary_LerpScalarsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpScalarsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_LerpScalarsFromPreset) == 0x000078, "Wrong size on PHMaterialLibrary_LerpScalarsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalarsFromPreset, A) == 0x000000, "Member 'PHMaterialLibrary_LerpScalarsFromPreset::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalarsFromPreset, B) == 0x000008, "Member 'PHMaterialLibrary_LerpScalarsFromPreset::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalarsFromPreset, Alpha) == 0x000010, "Member 'PHMaterialLibrary_LerpScalarsFromPreset::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalarsFromPreset, ParamsToIgnore) == 0x000018, "Member 'PHMaterialLibrary_LerpScalarsFromPreset::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalarsFromPreset, ReturnValue) == 0x000028, "Member 'PHMaterialLibrary_LerpScalarsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpScalarsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_LerpScalarsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpScalarsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_LerpScalarsFromPresetClass) == 0x000078, "Wrong size on PHMaterialLibrary_LerpScalarsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalarsFromPresetClass, A) == 0x000000, "Member 'PHMaterialLibrary_LerpScalarsFromPresetClass::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalarsFromPresetClass, B) == 0x000008, "Member 'PHMaterialLibrary_LerpScalarsFromPresetClass::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalarsFromPresetClass, Alpha) == 0x000010, "Member 'PHMaterialLibrary_LerpScalarsFromPresetClass::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalarsFromPresetClass, ParamsToIgnore) == 0x000018, "Member 'PHMaterialLibrary_LerpScalarsFromPresetClass::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpScalarsFromPresetClass, ReturnValue) == 0x000028, "Member 'PHMaterialLibrary_LerpScalarsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpVectors \ static_assert(alignof(PHMaterialLibrary_LerpVectors) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpVectors"); \ static_assert(sizeof(PHMaterialLibrary_LerpVectors) == 0x000108, "Wrong size on PHMaterialLibrary_LerpVectors"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectors, A) == 0x000000, "Member 'PHMaterialLibrary_LerpVectors::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectors, B) == 0x000050, "Member 'PHMaterialLibrary_LerpVectors::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectors, Alpha) == 0x0000A0, "Member 'PHMaterialLibrary_LerpVectors::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectors, ParamsToIgnore) == 0x0000A8, "Member 'PHMaterialLibrary_LerpVectors::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectors, ReturnValue) == 0x0000B8, "Member 'PHMaterialLibrary_LerpVectors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpVectorsFromPreset \ static_assert(alignof(PHMaterialLibrary_LerpVectorsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpVectorsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_LerpVectorsFromPreset) == 0x000078, "Wrong size on PHMaterialLibrary_LerpVectorsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectorsFromPreset, A) == 0x000000, "Member 'PHMaterialLibrary_LerpVectorsFromPreset::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectorsFromPreset, B) == 0x000008, "Member 'PHMaterialLibrary_LerpVectorsFromPreset::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectorsFromPreset, Alpha) == 0x000010, "Member 'PHMaterialLibrary_LerpVectorsFromPreset::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectorsFromPreset, ParamsToIgnore) == 0x000018, "Member 'PHMaterialLibrary_LerpVectorsFromPreset::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectorsFromPreset, ReturnValue) == 0x000028, "Member 'PHMaterialLibrary_LerpVectorsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_LerpVectorsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_LerpVectorsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_LerpVectorsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_LerpVectorsFromPresetClass) == 0x000078, "Wrong size on PHMaterialLibrary_LerpVectorsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectorsFromPresetClass, A) == 0x000000, "Member 'PHMaterialLibrary_LerpVectorsFromPresetClass::A' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectorsFromPresetClass, B) == 0x000008, "Member 'PHMaterialLibrary_LerpVectorsFromPresetClass::B' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectorsFromPresetClass, Alpha) == 0x000010, "Member 'PHMaterialLibrary_LerpVectorsFromPresetClass::Alpha' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectorsFromPresetClass, ParamsToIgnore) == 0x000018, "Member 'PHMaterialLibrary_LerpVectorsFromPresetClass::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_LerpVectorsFromPresetClass, ReturnValue) == 0x000028, "Member 'PHMaterialLibrary_LerpVectorsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetInstanceScalars \ static_assert(alignof(PHMaterialLibrary_SetInstanceScalars) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetInstanceScalars"); \ static_assert(sizeof(PHMaterialLibrary_SetInstanceScalars) == 0x000078, "Wrong size on PHMaterialLibrary_SetInstanceScalars"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalars, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_SetInstanceScalars::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalars, Collection) == 0x000008, "Member 'PHMaterialLibrary_SetInstanceScalars::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalars, ScalarParameterValues) == 0x000010, "Member 'PHMaterialLibrary_SetInstanceScalars::ScalarParameterValues' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalars, ParamsToIgnore) == 0x000060, "Member 'PHMaterialLibrary_SetInstanceScalars::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalars, ReturnValue) == 0x000070, "Member 'PHMaterialLibrary_SetInstanceScalars::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetInstanceScalarsFromPreset \ static_assert(alignof(PHMaterialLibrary_SetInstanceScalarsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetInstanceScalarsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_SetInstanceScalarsFromPreset) == 0x000030, "Wrong size on PHMaterialLibrary_SetInstanceScalarsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalarsFromPreset, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_SetInstanceScalarsFromPreset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalarsFromPreset, Collection) == 0x000008, "Member 'PHMaterialLibrary_SetInstanceScalarsFromPreset::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalarsFromPreset, Preset) == 0x000010, "Member 'PHMaterialLibrary_SetInstanceScalarsFromPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalarsFromPreset, ParamsToIgnore) == 0x000018, "Member 'PHMaterialLibrary_SetInstanceScalarsFromPreset::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalarsFromPreset, ReturnValue) == 0x000028, "Member 'PHMaterialLibrary_SetInstanceScalarsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetInstanceScalarsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_SetInstanceScalarsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetInstanceScalarsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_SetInstanceScalarsFromPresetClass) == 0x000030, "Wrong size on PHMaterialLibrary_SetInstanceScalarsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalarsFromPresetClass, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_SetInstanceScalarsFromPresetClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalarsFromPresetClass, Collection) == 0x000008, "Member 'PHMaterialLibrary_SetInstanceScalarsFromPresetClass::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalarsFromPresetClass, PresetClass) == 0x000010, "Member 'PHMaterialLibrary_SetInstanceScalarsFromPresetClass::PresetClass' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalarsFromPresetClass, ParamsToIgnore) == 0x000018, "Member 'PHMaterialLibrary_SetInstanceScalarsFromPresetClass::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceScalarsFromPresetClass, ReturnValue) == 0x000028, "Member 'PHMaterialLibrary_SetInstanceScalarsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetInstanceVectors \ static_assert(alignof(PHMaterialLibrary_SetInstanceVectors) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetInstanceVectors"); \ static_assert(sizeof(PHMaterialLibrary_SetInstanceVectors) == 0x000078, "Wrong size on PHMaterialLibrary_SetInstanceVectors"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectors, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_SetInstanceVectors::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectors, Collection) == 0x000008, "Member 'PHMaterialLibrary_SetInstanceVectors::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectors, VectorParameterValues) == 0x000010, "Member 'PHMaterialLibrary_SetInstanceVectors::VectorParameterValues' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectors, ParamsToIgnore) == 0x000060, "Member 'PHMaterialLibrary_SetInstanceVectors::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectors, ReturnValue) == 0x000070, "Member 'PHMaterialLibrary_SetInstanceVectors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetInstanceVectorsFromPreset \ static_assert(alignof(PHMaterialLibrary_SetInstanceVectorsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetInstanceVectorsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_SetInstanceVectorsFromPreset) == 0x000030, "Wrong size on PHMaterialLibrary_SetInstanceVectorsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectorsFromPreset, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_SetInstanceVectorsFromPreset::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectorsFromPreset, Collection) == 0x000008, "Member 'PHMaterialLibrary_SetInstanceVectorsFromPreset::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectorsFromPreset, Preset) == 0x000010, "Member 'PHMaterialLibrary_SetInstanceVectorsFromPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectorsFromPreset, ParamsToIgnore) == 0x000018, "Member 'PHMaterialLibrary_SetInstanceVectorsFromPreset::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectorsFromPreset, ReturnValue) == 0x000028, "Member 'PHMaterialLibrary_SetInstanceVectorsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetInstanceVectorsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_SetInstanceVectorsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetInstanceVectorsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_SetInstanceVectorsFromPresetClass) == 0x000030, "Wrong size on PHMaterialLibrary_SetInstanceVectorsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectorsFromPresetClass, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_SetInstanceVectorsFromPresetClass::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectorsFromPresetClass, Collection) == 0x000008, "Member 'PHMaterialLibrary_SetInstanceVectorsFromPresetClass::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectorsFromPresetClass, PresetClass) == 0x000010, "Member 'PHMaterialLibrary_SetInstanceVectorsFromPresetClass::PresetClass' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectorsFromPresetClass, ParamsToIgnore) == 0x000018, "Member 'PHMaterialLibrary_SetInstanceVectorsFromPresetClass::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetInstanceVectorsFromPresetClass, ReturnValue) == 0x000028, "Member 'PHMaterialLibrary_SetInstanceVectorsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetPresetScalars \ static_assert(alignof(PHMaterialLibrary_SetPresetScalars) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetPresetScalars"); \ static_assert(sizeof(PHMaterialLibrary_SetPresetScalars) == 0x000070, "Wrong size on PHMaterialLibrary_SetPresetScalars"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalars, Preset) == 0x000000, "Member 'PHMaterialLibrary_SetPresetScalars::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalars, Scalars) == 0x000008, "Member 'PHMaterialLibrary_SetPresetScalars::Scalars' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalars, ParamsToIgnore) == 0x000058, "Member 'PHMaterialLibrary_SetPresetScalars::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalars, ReturnValue) == 0x000068, "Member 'PHMaterialLibrary_SetPresetScalars::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetPresetScalarsFromCollection \ static_assert(alignof(PHMaterialLibrary_SetPresetScalarsFromCollection) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetPresetScalarsFromCollection"); \ static_assert(sizeof(PHMaterialLibrary_SetPresetScalarsFromCollection) == 0x000028, "Wrong size on PHMaterialLibrary_SetPresetScalarsFromCollection"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromCollection, Preset) == 0x000000, "Member 'PHMaterialLibrary_SetPresetScalarsFromCollection::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromCollection, Collection) == 0x000008, "Member 'PHMaterialLibrary_SetPresetScalarsFromCollection::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromCollection, ParamsToIgnore) == 0x000010, "Member 'PHMaterialLibrary_SetPresetScalarsFromCollection::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromCollection, ReturnValue) == 0x000020, "Member 'PHMaterialLibrary_SetPresetScalarsFromCollection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetPresetScalarsFromInstance \ static_assert(alignof(PHMaterialLibrary_SetPresetScalarsFromInstance) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetPresetScalarsFromInstance"); \ static_assert(sizeof(PHMaterialLibrary_SetPresetScalarsFromInstance) == 0x000030, "Wrong size on PHMaterialLibrary_SetPresetScalarsFromInstance"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromInstance, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_SetPresetScalarsFromInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromInstance, Preset) == 0x000008, "Member 'PHMaterialLibrary_SetPresetScalarsFromInstance::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromInstance, Collection) == 0x000010, "Member 'PHMaterialLibrary_SetPresetScalarsFromInstance::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromInstance, ParamsToIgnore) == 0x000018, "Member 'PHMaterialLibrary_SetPresetScalarsFromInstance::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromInstance, ReturnValue) == 0x000028, "Member 'PHMaterialLibrary_SetPresetScalarsFromInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetPresetScalarsFromPreset \ static_assert(alignof(PHMaterialLibrary_SetPresetScalarsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetPresetScalarsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_SetPresetScalarsFromPreset) == 0x000028, "Wrong size on PHMaterialLibrary_SetPresetScalarsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromPreset, Preset) == 0x000000, "Member 'PHMaterialLibrary_SetPresetScalarsFromPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromPreset, OtherPreset) == 0x000008, "Member 'PHMaterialLibrary_SetPresetScalarsFromPreset::OtherPreset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromPreset, ParamsToIgnore) == 0x000010, "Member 'PHMaterialLibrary_SetPresetScalarsFromPreset::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromPreset, ReturnValue) == 0x000020, "Member 'PHMaterialLibrary_SetPresetScalarsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetPresetScalarsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_SetPresetScalarsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetPresetScalarsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_SetPresetScalarsFromPresetClass) == 0x000028, "Wrong size on PHMaterialLibrary_SetPresetScalarsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromPresetClass, Preset) == 0x000000, "Member 'PHMaterialLibrary_SetPresetScalarsFromPresetClass::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromPresetClass, OtherPresetClass) == 0x000008, "Member 'PHMaterialLibrary_SetPresetScalarsFromPresetClass::OtherPresetClass' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromPresetClass, ParamsToIgnore) == 0x000010, "Member 'PHMaterialLibrary_SetPresetScalarsFromPresetClass::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetScalarsFromPresetClass, ReturnValue) == 0x000020, "Member 'PHMaterialLibrary_SetPresetScalarsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetPresetVectors \ static_assert(alignof(PHMaterialLibrary_SetPresetVectors) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetPresetVectors"); \ static_assert(sizeof(PHMaterialLibrary_SetPresetVectors) == 0x000070, "Wrong size on PHMaterialLibrary_SetPresetVectors"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectors, Preset) == 0x000000, "Member 'PHMaterialLibrary_SetPresetVectors::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectors, Vectors) == 0x000008, "Member 'PHMaterialLibrary_SetPresetVectors::Vectors' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectors, ParamsToIgnore) == 0x000058, "Member 'PHMaterialLibrary_SetPresetVectors::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectors, ReturnValue) == 0x000068, "Member 'PHMaterialLibrary_SetPresetVectors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetPresetVectorsFromCollection \ static_assert(alignof(PHMaterialLibrary_SetPresetVectorsFromCollection) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetPresetVectorsFromCollection"); \ static_assert(sizeof(PHMaterialLibrary_SetPresetVectorsFromCollection) == 0x000028, "Wrong size on PHMaterialLibrary_SetPresetVectorsFromCollection"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromCollection, Preset) == 0x000000, "Member 'PHMaterialLibrary_SetPresetVectorsFromCollection::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromCollection, Collection) == 0x000008, "Member 'PHMaterialLibrary_SetPresetVectorsFromCollection::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromCollection, ParamsToIgnore) == 0x000010, "Member 'PHMaterialLibrary_SetPresetVectorsFromCollection::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromCollection, ReturnValue) == 0x000020, "Member 'PHMaterialLibrary_SetPresetVectorsFromCollection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetPresetVectorsFromInstance \ static_assert(alignof(PHMaterialLibrary_SetPresetVectorsFromInstance) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetPresetVectorsFromInstance"); \ static_assert(sizeof(PHMaterialLibrary_SetPresetVectorsFromInstance) == 0x000030, "Wrong size on PHMaterialLibrary_SetPresetVectorsFromInstance"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromInstance, WorldContextObject) == 0x000000, "Member 'PHMaterialLibrary_SetPresetVectorsFromInstance::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromInstance, Preset) == 0x000008, "Member 'PHMaterialLibrary_SetPresetVectorsFromInstance::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromInstance, Collection) == 0x000010, "Member 'PHMaterialLibrary_SetPresetVectorsFromInstance::Collection' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromInstance, ParamsToIgnore) == 0x000018, "Member 'PHMaterialLibrary_SetPresetVectorsFromInstance::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromInstance, ReturnValue) == 0x000028, "Member 'PHMaterialLibrary_SetPresetVectorsFromInstance::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetPresetVectorsFromPreset \ static_assert(alignof(PHMaterialLibrary_SetPresetVectorsFromPreset) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetPresetVectorsFromPreset"); \ static_assert(sizeof(PHMaterialLibrary_SetPresetVectorsFromPreset) == 0x000028, "Wrong size on PHMaterialLibrary_SetPresetVectorsFromPreset"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromPreset, Preset) == 0x000000, "Member 'PHMaterialLibrary_SetPresetVectorsFromPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromPreset, OtherPreset) == 0x000008, "Member 'PHMaterialLibrary_SetPresetVectorsFromPreset::OtherPreset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromPreset, ParamsToIgnore) == 0x000010, "Member 'PHMaterialLibrary_SetPresetVectorsFromPreset::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromPreset, ReturnValue) == 0x000020, "Member 'PHMaterialLibrary_SetPresetVectorsFromPreset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHMaterialLibrary_SetPresetVectorsFromPresetClass \ static_assert(alignof(PHMaterialLibrary_SetPresetVectorsFromPresetClass) == 0x000008, "Wrong alignment on PHMaterialLibrary_SetPresetVectorsFromPresetClass"); \ static_assert(sizeof(PHMaterialLibrary_SetPresetVectorsFromPresetClass) == 0x000028, "Wrong size on PHMaterialLibrary_SetPresetVectorsFromPresetClass"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromPresetClass, Preset) == 0x000000, "Member 'PHMaterialLibrary_SetPresetVectorsFromPresetClass::Preset' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromPresetClass, OtherPresetClass) == 0x000008, "Member 'PHMaterialLibrary_SetPresetVectorsFromPresetClass::OtherPresetClass' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromPresetClass, ParamsToIgnore) == 0x000010, "Member 'PHMaterialLibrary_SetPresetVectorsFromPresetClass::ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHMaterialLibrary_SetPresetVectorsFromPresetClass, ReturnValue) == 0x000020, "Member 'PHMaterialLibrary_SetPresetVectorsFromPresetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHMaterialLibrary \ static_assert(alignof(UPHMaterialLibrary) == 0x000008, "Wrong alignment on UPHMaterialLibrary"); \ static_assert(sizeof(UPHMaterialLibrary) == 0x000028, "Wrong size on UPHMaterialLibrary"); \ #define DUMPER7_ASSERTS_UPHE_MsgBoxOpenEvent \ static_assert(alignof(UPHE_MsgBoxOpenEvent) == 0x000008, "Wrong alignment on UPHE_MsgBoxOpenEvent"); \ static_assert(sizeof(UPHE_MsgBoxOpenEvent) == 0x0000D0, "Wrong size on UPHE_MsgBoxOpenEvent"); \ #define DUMPER7_ASSERTS_UPHMsgBoxSubsystem \ static_assert(alignof(UPHMsgBoxSubsystem) == 0x000008, "Wrong alignment on UPHMsgBoxSubsystem"); \ static_assert(sizeof(UPHMsgBoxSubsystem) == 0x000138, "Wrong size on UPHMsgBoxSubsystem"); \ #define DUMPER7_ASSERTS_UPHObjectiveBase \ static_assert(alignof(UPHObjectiveBase) == 0x000008, "Wrong alignment on UPHObjectiveBase"); \ static_assert(sizeof(UPHObjectiveBase) == 0x000070, "Wrong size on UPHObjectiveBase"); \ #define DUMPER7_ASSERTS_UPHE_AddObjective \ static_assert(alignof(UPHE_AddObjective) == 0x000008, "Wrong alignment on UPHE_AddObjective"); \ static_assert(sizeof(UPHE_AddObjective) == 0x000038, "Wrong size on UPHE_AddObjective"); \ #define DUMPER7_ASSERTS_UPHE_RemoveObjective \ static_assert(alignof(UPHE_RemoveObjective) == 0x000008, "Wrong alignment on UPHE_RemoveObjective"); \ static_assert(sizeof(UPHE_RemoveObjective) == 0x000038, "Wrong size on UPHE_RemoveObjective"); \ #define DUMPER7_ASSERTS_UPHE_OnObjectiveRemoved \ static_assert(alignof(UPHE_OnObjectiveRemoved) == 0x000008, "Wrong alignment on UPHE_OnObjectiveRemoved"); \ static_assert(sizeof(UPHE_OnObjectiveRemoved) == 0x000030, "Wrong size on UPHE_OnObjectiveRemoved"); \ #define DUMPER7_ASSERTS_UPHE_SetObjectiveStatus \ static_assert(alignof(UPHE_SetObjectiveStatus) == 0x000008, "Wrong alignment on UPHE_SetObjectiveStatus"); \ static_assert(sizeof(UPHE_SetObjectiveStatus) == 0x000040, "Wrong size on UPHE_SetObjectiveStatus"); \ #define DUMPER7_ASSERTS_UPHE_OnObjectiveStatusChanged \ static_assert(alignof(UPHE_OnObjectiveStatusChanged) == 0x000008, "Wrong alignment on UPHE_OnObjectiveStatusChanged"); \ static_assert(sizeof(UPHE_OnObjectiveStatusChanged) == 0x000038, "Wrong size on UPHE_OnObjectiveStatusChanged"); \ #define DUMPER7_ASSERTS_UPHE_OnPlayerTaskAdded \ static_assert(alignof(UPHE_OnPlayerTaskAdded) == 0x000008, "Wrong alignment on UPHE_OnPlayerTaskAdded"); \ static_assert(sizeof(UPHE_OnPlayerTaskAdded) == 0x000030, "Wrong size on UPHE_OnPlayerTaskAdded"); \ #define DUMPER7_ASSERTS_UPHE_OnPlayerTaskStatusChanged \ static_assert(alignof(UPHE_OnPlayerTaskStatusChanged) == 0x000008, "Wrong alignment on UPHE_OnPlayerTaskStatusChanged"); \ static_assert(sizeof(UPHE_OnPlayerTaskStatusChanged) == 0x000038, "Wrong size on UPHE_OnPlayerTaskStatusChanged"); \ #define DUMPER7_ASSERTS_UPHObjectiveManager \ static_assert(alignof(UPHObjectiveManager) == 0x000008, "Wrong alignment on UPHObjectiveManager"); \ static_assert(sizeof(UPHObjectiveManager) == 0x0000E0, "Wrong size on UPHObjectiveManager"); \ static_assert(offsetof(UPHObjectiveManager, ObjectiveSystemEnabled) == 0x0000D8, "Member 'UPHObjectiveManager::ObjectiveSystemEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHObjectivePlayerTaskBase \ static_assert(alignof(UPHObjectivePlayerTaskBase) == 0x000008, "Wrong alignment on UPHObjectivePlayerTaskBase"); \ static_assert(sizeof(UPHObjectivePlayerTaskBase) == 0x0000A8, "Wrong size on UPHObjectivePlayerTaskBase"); \ #define DUMPER7_ASSERTS_UPHObjectiveCustomData \ static_assert(alignof(UPHObjectiveCustomData) == 0x000008, "Wrong alignment on UPHObjectiveCustomData"); \ static_assert(sizeof(UPHObjectiveCustomData) == 0x000028, "Wrong size on UPHObjectiveCustomData"); \ #define DUMPER7_ASSERTS_PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass \ static_assert(alignof(PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass) == 0x000008, "Wrong alignment on PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass"); \ static_assert(sizeof(PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass) == 0x000088, "Wrong size on PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass"); \ static_assert(offsetof(PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass, PCSoftReference) == 0x000000, "Member 'PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass::PCSoftReference' has a wrong offset!"); \ static_assert(offsetof(PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass, XSXSoftReference) == 0x000028, "Member 'PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass::XSXSoftReference' has a wrong offset!"); \ static_assert(offsetof(PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass, PS5SoftReference) == 0x000050, "Member 'PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass::PS5SoftReference' has a wrong offset!"); \ static_assert(offsetof(PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass, Owner) == 0x000078, "Member 'PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass::Owner' has a wrong offset!"); \ static_assert(offsetof(PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass, ReturnValue) == 0x000080, "Member 'PHPlatformBlueprintLibrary_CreatePlatformWidgetFromSoftClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHPlatformBlueprintLibrary \ static_assert(alignof(UPHPlatformBlueprintLibrary) == 0x000008, "Wrong alignment on UPHPlatformBlueprintLibrary"); \ static_assert(sizeof(UPHPlatformBlueprintLibrary) == 0x000028, "Wrong size on UPHPlatformBlueprintLibrary"); \ #define DUMPER7_ASSERTS_UPHPlayerAnimInstance \ static_assert(alignof(UPHPlayerAnimInstance) == 0x000010, "Wrong alignment on UPHPlayerAnimInstance"); \ static_assert(sizeof(UPHPlayerAnimInstance) == 0x0002C0, "Wrong size on UPHPlayerAnimInstance"); \ static_assert(offsetof(UPHPlayerAnimInstance, CachedPlayerCharacter) == 0x0002B8, "Member 'UPHPlayerAnimInstance::CachedPlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHPlayerAttributeSet \ static_assert(alignof(UPHPlayerAttributeSet) == 0x000008, "Wrong alignment on UPHPlayerAttributeSet"); \ static_assert(sizeof(UPHPlayerAttributeSet) == 0x000060, "Wrong size on UPHPlayerAttributeSet"); \ static_assert(offsetof(UPHPlayerAttributeSet, MaxInteractTraceDistance) == 0x000030, "Member 'UPHPlayerAttributeSet::MaxInteractTraceDistance' has a wrong offset!"); \ static_assert(offsetof(UPHPlayerAttributeSet, Voice) == 0x000040, "Member 'UPHPlayerAttributeSet::Voice' has a wrong offset!"); \ static_assert(offsetof(UPHPlayerAttributeSet, MaxVoice) == 0x000050, "Member 'UPHPlayerAttributeSet::MaxVoice' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCameraManager_ClampPlayerCameraView \ static_assert(alignof(PHPlayerCameraManager_ClampPlayerCameraView) == 0x000004, "Wrong alignment on PHPlayerCameraManager_ClampPlayerCameraView"); \ static_assert(sizeof(PHPlayerCameraManager_ClampPlayerCameraView) == 0x00000C, "Wrong size on PHPlayerCameraManager_ClampPlayerCameraView"); \ static_assert(offsetof(PHPlayerCameraManager_ClampPlayerCameraView, InViewPitchRange) == 0x000000, "Member 'PHPlayerCameraManager_ClampPlayerCameraView::InViewPitchRange' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCameraManager_ClampPlayerCameraView, InViewRollRange) == 0x000004, "Member 'PHPlayerCameraManager_ClampPlayerCameraView::InViewRollRange' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCameraManager_ClampPlayerCameraView, InViewYawRange) == 0x000008, "Member 'PHPlayerCameraManager_ClampPlayerCameraView::InViewYawRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCameraManager_ClampPlayerCameraViewPitch \ static_assert(alignof(PHPlayerCameraManager_ClampPlayerCameraViewPitch) == 0x000004, "Wrong alignment on PHPlayerCameraManager_ClampPlayerCameraViewPitch"); \ static_assert(sizeof(PHPlayerCameraManager_ClampPlayerCameraViewPitch) == 0x000004, "Wrong size on PHPlayerCameraManager_ClampPlayerCameraViewPitch"); \ static_assert(offsetof(PHPlayerCameraManager_ClampPlayerCameraViewPitch, InViewPitchRange) == 0x000000, "Member 'PHPlayerCameraManager_ClampPlayerCameraViewPitch::InViewPitchRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCameraManager_ClampPlayerCameraViewRoll \ static_assert(alignof(PHPlayerCameraManager_ClampPlayerCameraViewRoll) == 0x000004, "Wrong alignment on PHPlayerCameraManager_ClampPlayerCameraViewRoll"); \ static_assert(sizeof(PHPlayerCameraManager_ClampPlayerCameraViewRoll) == 0x000004, "Wrong size on PHPlayerCameraManager_ClampPlayerCameraViewRoll"); \ static_assert(offsetof(PHPlayerCameraManager_ClampPlayerCameraViewRoll, InViewRollRange) == 0x000000, "Member 'PHPlayerCameraManager_ClampPlayerCameraViewRoll::InViewRollRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCameraManager_ClampPlayerCameraViewYaw \ static_assert(alignof(PHPlayerCameraManager_ClampPlayerCameraViewYaw) == 0x000004, "Wrong alignment on PHPlayerCameraManager_ClampPlayerCameraViewYaw"); \ static_assert(sizeof(PHPlayerCameraManager_ClampPlayerCameraViewYaw) == 0x000004, "Wrong size on PHPlayerCameraManager_ClampPlayerCameraViewYaw"); \ static_assert(offsetof(PHPlayerCameraManager_ClampPlayerCameraViewYaw, InViewYawRange) == 0x000000, "Member 'PHPlayerCameraManager_ClampPlayerCameraViewYaw::InViewYawRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCameraManager_IsViewTargetLocked \ static_assert(alignof(PHPlayerCameraManager_IsViewTargetLocked) == 0x000001, "Wrong alignment on PHPlayerCameraManager_IsViewTargetLocked"); \ static_assert(sizeof(PHPlayerCameraManager_IsViewTargetLocked) == 0x000001, "Wrong size on PHPlayerCameraManager_IsViewTargetLocked"); \ static_assert(offsetof(PHPlayerCameraManager_IsViewTargetLocked, ReturnValue) == 0x000000, "Member 'PHPlayerCameraManager_IsViewTargetLocked::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCameraManager_SetLockedViewTarget \ static_assert(alignof(PHPlayerCameraManager_SetLockedViewTarget) == 0x000008, "Wrong alignment on PHPlayerCameraManager_SetLockedViewTarget"); \ static_assert(sizeof(PHPlayerCameraManager_SetLockedViewTarget) == 0x000018, "Wrong size on PHPlayerCameraManager_SetLockedViewTarget"); \ static_assert(offsetof(PHPlayerCameraManager_SetLockedViewTarget, NewViewTarget) == 0x000000, "Member 'PHPlayerCameraManager_SetLockedViewTarget::NewViewTarget' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCameraManager_SetLockedViewTarget, TransitionParams) == 0x000008, "Member 'PHPlayerCameraManager_SetLockedViewTarget::TransitionParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCameraManager_SetViewPitchRange \ static_assert(alignof(PHPlayerCameraManager_SetViewPitchRange) == 0x000004, "Wrong alignment on PHPlayerCameraManager_SetViewPitchRange"); \ static_assert(sizeof(PHPlayerCameraManager_SetViewPitchRange) == 0x000008, "Wrong size on PHPlayerCameraManager_SetViewPitchRange"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewPitchRange, InViewPitchMin) == 0x000000, "Member 'PHPlayerCameraManager_SetViewPitchRange::InViewPitchMin' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewPitchRange, InViewPitchMax) == 0x000004, "Member 'PHPlayerCameraManager_SetViewPitchRange::InViewPitchMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCameraManager_SetViewRanges \ static_assert(alignof(PHPlayerCameraManager_SetViewRanges) == 0x000004, "Wrong alignment on PHPlayerCameraManager_SetViewRanges"); \ static_assert(sizeof(PHPlayerCameraManager_SetViewRanges) == 0x000018, "Wrong size on PHPlayerCameraManager_SetViewRanges"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewRanges, InViewPitchMin) == 0x000000, "Member 'PHPlayerCameraManager_SetViewRanges::InViewPitchMin' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewRanges, InViewPitchMax) == 0x000004, "Member 'PHPlayerCameraManager_SetViewRanges::InViewPitchMax' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewRanges, InViewRollMin) == 0x000008, "Member 'PHPlayerCameraManager_SetViewRanges::InViewRollMin' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewRanges, InViewRollMax) == 0x00000C, "Member 'PHPlayerCameraManager_SetViewRanges::InViewRollMax' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewRanges, InViewYawMin) == 0x000010, "Member 'PHPlayerCameraManager_SetViewRanges::InViewYawMin' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewRanges, InViewYawMax) == 0x000014, "Member 'PHPlayerCameraManager_SetViewRanges::InViewYawMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCameraManager_SetViewRollRange \ static_assert(alignof(PHPlayerCameraManager_SetViewRollRange) == 0x000004, "Wrong alignment on PHPlayerCameraManager_SetViewRollRange"); \ static_assert(sizeof(PHPlayerCameraManager_SetViewRollRange) == 0x000008, "Wrong size on PHPlayerCameraManager_SetViewRollRange"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewRollRange, InViewRollMin) == 0x000000, "Member 'PHPlayerCameraManager_SetViewRollRange::InViewRollMin' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewRollRange, InViewRollMax) == 0x000004, "Member 'PHPlayerCameraManager_SetViewRollRange::InViewRollMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCameraManager_SetViewYawRange \ static_assert(alignof(PHPlayerCameraManager_SetViewYawRange) == 0x000004, "Wrong alignment on PHPlayerCameraManager_SetViewYawRange"); \ static_assert(sizeof(PHPlayerCameraManager_SetViewYawRange) == 0x000008, "Wrong size on PHPlayerCameraManager_SetViewYawRange"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewYawRange, InViewYawMin) == 0x000000, "Member 'PHPlayerCameraManager_SetViewYawRange::InViewYawMin' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCameraManager_SetViewYawRange, InViewYawMax) == 0x000004, "Member 'PHPlayerCameraManager_SetViewYawRange::InViewYawMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHPlayerCameraManager \ static_assert(alignof(APHPlayerCameraManager) == 0x000010, "Wrong alignment on APHPlayerCameraManager"); \ static_assert(sizeof(APHPlayerCameraManager) == 0x002840, "Wrong size on APHPlayerCameraManager"); \ static_assert(offsetof(APHPlayerCameraManager, OnViewTargetBlendComplete) == 0x002828, "Member 'APHPlayerCameraManager::OnViewTargetBlendComplete' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_GetBaseCrouchedHalfHeight \ static_assert(alignof(PHPlayerCharacter_GetBaseCrouchedHalfHeight) == 0x000004, "Wrong alignment on PHPlayerCharacter_GetBaseCrouchedHalfHeight"); \ static_assert(sizeof(PHPlayerCharacter_GetBaseCrouchedHalfHeight) == 0x000008, "Wrong size on PHPlayerCharacter_GetBaseCrouchedHalfHeight"); \ static_assert(offsetof(PHPlayerCharacter_GetBaseCrouchedHalfHeight, bWithHemisphere) == 0x000000, "Member 'PHPlayerCharacter_GetBaseCrouchedHalfHeight::bWithHemisphere' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCharacter_GetBaseCrouchedHalfHeight, ReturnValue) == 0x000004, "Member 'PHPlayerCharacter_GetBaseCrouchedHalfHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_GetBaseUnCrouchedHalfHeight \ static_assert(alignof(PHPlayerCharacter_GetBaseUnCrouchedHalfHeight) == 0x000004, "Wrong alignment on PHPlayerCharacter_GetBaseUnCrouchedHalfHeight"); \ static_assert(sizeof(PHPlayerCharacter_GetBaseUnCrouchedHalfHeight) == 0x000008, "Wrong size on PHPlayerCharacter_GetBaseUnCrouchedHalfHeight"); \ static_assert(offsetof(PHPlayerCharacter_GetBaseUnCrouchedHalfHeight, bWithHemisphere) == 0x000000, "Member 'PHPlayerCharacter_GetBaseUnCrouchedHalfHeight::bWithHemisphere' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCharacter_GetBaseUnCrouchedHalfHeight, ReturnValue) == 0x000004, "Member 'PHPlayerCharacter_GetBaseUnCrouchedHalfHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_GetCharacterSoundSource \ static_assert(alignof(PHPlayerCharacter_GetCharacterSoundSource) == 0x000008, "Wrong alignment on PHPlayerCharacter_GetCharacterSoundSource"); \ static_assert(sizeof(PHPlayerCharacter_GetCharacterSoundSource) == 0x000008, "Wrong size on PHPlayerCharacter_GetCharacterSoundSource"); \ static_assert(offsetof(PHPlayerCharacter_GetCharacterSoundSource, ReturnValue) == 0x000000, "Member 'PHPlayerCharacter_GetCharacterSoundSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_GetCurrentPlayerCapsuleBottom \ static_assert(alignof(PHPlayerCharacter_GetCurrentPlayerCapsuleBottom) == 0x000004, "Wrong alignment on PHPlayerCharacter_GetCurrentPlayerCapsuleBottom"); \ static_assert(sizeof(PHPlayerCharacter_GetCurrentPlayerCapsuleBottom) == 0x000010, "Wrong size on PHPlayerCharacter_GetCurrentPlayerCapsuleBottom"); \ static_assert(offsetof(PHPlayerCharacter_GetCurrentPlayerCapsuleBottom, bWithHemisphere) == 0x000000, "Member 'PHPlayerCharacter_GetCurrentPlayerCapsuleBottom::bWithHemisphere' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCharacter_GetCurrentPlayerCapsuleBottom, ReturnValue) == 0x000004, "Member 'PHPlayerCharacter_GetCurrentPlayerCapsuleBottom::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_GetCurrentPlayerCapsuleTop \ static_assert(alignof(PHPlayerCharacter_GetCurrentPlayerCapsuleTop) == 0x000004, "Wrong alignment on PHPlayerCharacter_GetCurrentPlayerCapsuleTop"); \ static_assert(sizeof(PHPlayerCharacter_GetCurrentPlayerCapsuleTop) == 0x000010, "Wrong size on PHPlayerCharacter_GetCurrentPlayerCapsuleTop"); \ static_assert(offsetof(PHPlayerCharacter_GetCurrentPlayerCapsuleTop, bWithHemisphere) == 0x000000, "Member 'PHPlayerCharacter_GetCurrentPlayerCapsuleTop::bWithHemisphere' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCharacter_GetCurrentPlayerCapsuleTop, ReturnValue) == 0x000004, "Member 'PHPlayerCharacter_GetCurrentPlayerCapsuleTop::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_GetPlayerCrouchedHalfHeight \ static_assert(alignof(PHPlayerCharacter_GetPlayerCrouchedHalfHeight) == 0x000004, "Wrong alignment on PHPlayerCharacter_GetPlayerCrouchedHalfHeight"); \ static_assert(sizeof(PHPlayerCharacter_GetPlayerCrouchedHalfHeight) == 0x000004, "Wrong size on PHPlayerCharacter_GetPlayerCrouchedHalfHeight"); \ static_assert(offsetof(PHPlayerCharacter_GetPlayerCrouchedHalfHeight, ReturnValue) == 0x000000, "Member 'PHPlayerCharacter_GetPlayerCrouchedHalfHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_GetPlayerUnCrouchedHalfHeight \ static_assert(alignof(PHPlayerCharacter_GetPlayerUnCrouchedHalfHeight) == 0x000004, "Wrong alignment on PHPlayerCharacter_GetPlayerUnCrouchedHalfHeight"); \ static_assert(sizeof(PHPlayerCharacter_GetPlayerUnCrouchedHalfHeight) == 0x000004, "Wrong size on PHPlayerCharacter_GetPlayerUnCrouchedHalfHeight"); \ static_assert(offsetof(PHPlayerCharacter_GetPlayerUnCrouchedHalfHeight, ReturnValue) == 0x000000, "Member 'PHPlayerCharacter_GetPlayerUnCrouchedHalfHeight::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_IsOutOfSleep \ static_assert(alignof(PHPlayerCharacter_IsOutOfSleep) == 0x000001, "Wrong alignment on PHPlayerCharacter_IsOutOfSleep"); \ static_assert(sizeof(PHPlayerCharacter_IsOutOfSleep) == 0x000001, "Wrong size on PHPlayerCharacter_IsOutOfSleep"); \ static_assert(offsetof(PHPlayerCharacter_IsOutOfSleep, ReturnValue) == 0x000000, "Member 'PHPlayerCharacter_IsOutOfSleep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_K2_EnableIK \ static_assert(alignof(PHPlayerCharacter_K2_EnableIK) == 0x000001, "Wrong alignment on PHPlayerCharacter_K2_EnableIK"); \ static_assert(sizeof(PHPlayerCharacter_K2_EnableIK) == 0x000001, "Wrong size on PHPlayerCharacter_K2_EnableIK"); \ static_assert(offsetof(PHPlayerCharacter_K2_EnableIK, Enable) == 0x000000, "Member 'PHPlayerCharacter_K2_EnableIK::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_K2_PostChapterStateWasCompleted \ static_assert(alignof(PHPlayerCharacter_K2_PostChapterStateWasCompleted) == 0x000004, "Wrong alignment on PHPlayerCharacter_K2_PostChapterStateWasCompleted"); \ static_assert(sizeof(PHPlayerCharacter_K2_PostChapterStateWasCompleted) == 0x000008, "Wrong size on PHPlayerCharacter_K2_PostChapterStateWasCompleted"); \ static_assert(offsetof(PHPlayerCharacter_K2_PostChapterStateWasCompleted, StateTag) == 0x000000, "Member 'PHPlayerCharacter_K2_PostChapterStateWasCompleted::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_K2_PostGameplayTagEvent \ static_assert(alignof(PHPlayerCharacter_K2_PostGameplayTagEvent) == 0x000004, "Wrong alignment on PHPlayerCharacter_K2_PostGameplayTagEvent"); \ static_assert(sizeof(PHPlayerCharacter_K2_PostGameplayTagEvent) == 0x000008, "Wrong size on PHPlayerCharacter_K2_PostGameplayTagEvent"); \ static_assert(offsetof(PHPlayerCharacter_K2_PostGameplayTagEvent, StateTag) == 0x000000, "Member 'PHPlayerCharacter_K2_PostGameplayTagEvent::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_OnChapterStateWasCompleted \ static_assert(alignof(PHPlayerCharacter_OnChapterStateWasCompleted) == 0x000008, "Wrong alignment on PHPlayerCharacter_OnChapterStateWasCompleted"); \ static_assert(sizeof(PHPlayerCharacter_OnChapterStateWasCompleted) == 0x000010, "Wrong size on PHPlayerCharacter_OnChapterStateWasCompleted"); \ static_assert(offsetof(PHPlayerCharacter_OnChapterStateWasCompleted, Sender) == 0x000000, "Member 'PHPlayerCharacter_OnChapterStateWasCompleted::Sender' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCharacter_OnChapterStateWasCompleted, Event) == 0x000008, "Member 'PHPlayerCharacter_OnChapterStateWasCompleted::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_OnGameplayTagContainerEvent \ static_assert(alignof(PHPlayerCharacter_OnGameplayTagContainerEvent) == 0x000008, "Wrong alignment on PHPlayerCharacter_OnGameplayTagContainerEvent"); \ static_assert(sizeof(PHPlayerCharacter_OnGameplayTagContainerEvent) == 0x000010, "Wrong size on PHPlayerCharacter_OnGameplayTagContainerEvent"); \ static_assert(offsetof(PHPlayerCharacter_OnGameplayTagContainerEvent, Sender) == 0x000000, "Member 'PHPlayerCharacter_OnGameplayTagContainerEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCharacter_OnGameplayTagContainerEvent, Event) == 0x000008, "Member 'PHPlayerCharacter_OnGameplayTagContainerEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_OnGameplayTagEvent \ static_assert(alignof(PHPlayerCharacter_OnGameplayTagEvent) == 0x000008, "Wrong alignment on PHPlayerCharacter_OnGameplayTagEvent"); \ static_assert(sizeof(PHPlayerCharacter_OnGameplayTagEvent) == 0x000010, "Wrong size on PHPlayerCharacter_OnGameplayTagEvent"); \ static_assert(offsetof(PHPlayerCharacter_OnGameplayTagEvent, Sender) == 0x000000, "Member 'PHPlayerCharacter_OnGameplayTagEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(PHPlayerCharacter_OnGameplayTagEvent, Event) == 0x000008, "Member 'PHPlayerCharacter_OnGameplayTagEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_PostChapterStateWasCompleted \ static_assert(alignof(PHPlayerCharacter_PostChapterStateWasCompleted) == 0x000004, "Wrong alignment on PHPlayerCharacter_PostChapterStateWasCompleted"); \ static_assert(sizeof(PHPlayerCharacter_PostChapterStateWasCompleted) == 0x000008, "Wrong size on PHPlayerCharacter_PostChapterStateWasCompleted"); \ static_assert(offsetof(PHPlayerCharacter_PostChapterStateWasCompleted, StateTag) == 0x000000, "Member 'PHPlayerCharacter_PostChapterStateWasCompleted::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_PostGameplayTagEvent \ static_assert(alignof(PHPlayerCharacter_PostGameplayTagEvent) == 0x000004, "Wrong alignment on PHPlayerCharacter_PostGameplayTagEvent"); \ static_assert(sizeof(PHPlayerCharacter_PostGameplayTagEvent) == 0x000008, "Wrong size on PHPlayerCharacter_PostGameplayTagEvent"); \ static_assert(offsetof(PHPlayerCharacter_PostGameplayTagEvent, StateTag) == 0x000000, "Member 'PHPlayerCharacter_PostGameplayTagEvent::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_SetForceShowSkelMesh \ static_assert(alignof(PHPlayerCharacter_SetForceShowSkelMesh) == 0x000001, "Wrong alignment on PHPlayerCharacter_SetForceShowSkelMesh"); \ static_assert(sizeof(PHPlayerCharacter_SetForceShowSkelMesh) == 0x000001, "Wrong size on PHPlayerCharacter_SetForceShowSkelMesh"); \ static_assert(offsetof(PHPlayerCharacter_SetForceShowSkelMesh, bEnable) == 0x000000, "Member 'PHPlayerCharacter_SetForceShowSkelMesh::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_SetShowSkelMeshForAnims \ static_assert(alignof(PHPlayerCharacter_SetShowSkelMeshForAnims) == 0x000001, "Wrong alignment on PHPlayerCharacter_SetShowSkelMeshForAnims"); \ static_assert(sizeof(PHPlayerCharacter_SetShowSkelMeshForAnims) == 0x000001, "Wrong size on PHPlayerCharacter_SetShowSkelMeshForAnims"); \ static_assert(offsetof(PHPlayerCharacter_SetShowSkelMeshForAnims, bEnable) == 0x000000, "Member 'PHPlayerCharacter_SetShowSkelMeshForAnims::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_GetBreath \ static_assert(alignof(PHPlayerCharacter_GetBreath) == 0x000004, "Wrong alignment on PHPlayerCharacter_GetBreath"); \ static_assert(sizeof(PHPlayerCharacter_GetBreath) == 0x000004, "Wrong size on PHPlayerCharacter_GetBreath"); \ static_assert(offsetof(PHPlayerCharacter_GetBreath, ReturnValue) == 0x000000, "Member 'PHPlayerCharacter_GetBreath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_GetMaxBreath \ static_assert(alignof(PHPlayerCharacter_GetMaxBreath) == 0x000004, "Wrong alignment on PHPlayerCharacter_GetMaxBreath"); \ static_assert(sizeof(PHPlayerCharacter_GetMaxBreath) == 0x000004, "Wrong size on PHPlayerCharacter_GetMaxBreath"); \ static_assert(offsetof(PHPlayerCharacter_GetMaxBreath, ReturnValue) == 0x000000, "Member 'PHPlayerCharacter_GetMaxBreath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_GetMaxSleep \ static_assert(alignof(PHPlayerCharacter_GetMaxSleep) == 0x000004, "Wrong alignment on PHPlayerCharacter_GetMaxSleep"); \ static_assert(sizeof(PHPlayerCharacter_GetMaxSleep) == 0x000004, "Wrong size on PHPlayerCharacter_GetMaxSleep"); \ static_assert(offsetof(PHPlayerCharacter_GetMaxSleep, ReturnValue) == 0x000000, "Member 'PHPlayerCharacter_GetMaxSleep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_GetSleep \ static_assert(alignof(PHPlayerCharacter_GetSleep) == 0x000004, "Wrong alignment on PHPlayerCharacter_GetSleep"); \ static_assert(sizeof(PHPlayerCharacter_GetSleep) == 0x000004, "Wrong size on PHPlayerCharacter_GetSleep"); \ static_assert(offsetof(PHPlayerCharacter_GetSleep, ReturnValue) == 0x000000, "Member 'PHPlayerCharacter_GetSleep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_IsHoldingBreath \ static_assert(alignof(PHPlayerCharacter_IsHoldingBreath) == 0x000001, "Wrong alignment on PHPlayerCharacter_IsHoldingBreath"); \ static_assert(sizeof(PHPlayerCharacter_IsHoldingBreath) == 0x000001, "Wrong size on PHPlayerCharacter_IsHoldingBreath"); \ static_assert(offsetof(PHPlayerCharacter_IsHoldingBreath, ReturnValue) == 0x000000, "Member 'PHPlayerCharacter_IsHoldingBreath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_IsJogMode \ static_assert(alignof(PHPlayerCharacter_IsJogMode) == 0x000001, "Wrong alignment on PHPlayerCharacter_IsJogMode"); \ static_assert(sizeof(PHPlayerCharacter_IsJogMode) == 0x000001, "Wrong size on PHPlayerCharacter_IsJogMode"); \ static_assert(offsetof(PHPlayerCharacter_IsJogMode, ReturnValue) == 0x000000, "Member 'PHPlayerCharacter_IsJogMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerCharacter_ShouldShowSkelMesh \ static_assert(alignof(PHPlayerCharacter_ShouldShowSkelMesh) == 0x000001, "Wrong alignment on PHPlayerCharacter_ShouldShowSkelMesh"); \ static_assert(sizeof(PHPlayerCharacter_ShouldShowSkelMesh) == 0x000001, "Wrong size on PHPlayerCharacter_ShouldShowSkelMesh"); \ static_assert(offsetof(PHPlayerCharacter_ShouldShowSkelMesh, ReturnValue) == 0x000000, "Member 'PHPlayerCharacter_ShouldShowSkelMesh::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHPlayerCharacter \ static_assert(alignof(APHPlayerCharacter) == 0x000010, "Wrong alignment on APHPlayerCharacter"); \ static_assert(sizeof(APHPlayerCharacter) == 0x000730, "Wrong size on APHPlayerCharacter"); \ static_assert(offsetof(APHPlayerCharacter, HoldBreathStateTag) == 0x0006D8, "Member 'APHPlayerCharacter::HoldBreathStateTag' has a wrong offset!"); \ static_assert(offsetof(APHPlayerCharacter, JogModeStateTag) == 0x0006E0, "Member 'APHPlayerCharacter::JogModeStateTag' has a wrong offset!"); \ static_assert(offsetof(APHPlayerCharacter, bForceShowSkelMesh) == 0x00072C, "Member 'APHPlayerCharacter::bForceShowSkelMesh' has a wrong offset!"); \ static_assert(offsetof(APHPlayerCharacter, bShowSkelMeshForAnims) == 0x00072D, "Member 'APHPlayerCharacter::bShowSkelMeshForAnims' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerController_GetPlayerCameraManager \ static_assert(alignof(PHPlayerController_GetPlayerCameraManager) == 0x000008, "Wrong alignment on PHPlayerController_GetPlayerCameraManager"); \ static_assert(sizeof(PHPlayerController_GetPlayerCameraManager) == 0x000008, "Wrong size on PHPlayerController_GetPlayerCameraManager"); \ static_assert(offsetof(PHPlayerController_GetPlayerCameraManager, ReturnValue) == 0x000000, "Member 'PHPlayerController_GetPlayerCameraManager::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerController_IsPauseDisabled \ static_assert(alignof(PHPlayerController_IsPauseDisabled) == 0x000001, "Wrong alignment on PHPlayerController_IsPauseDisabled"); \ static_assert(sizeof(PHPlayerController_IsPauseDisabled) == 0x000001, "Wrong size on PHPlayerController_IsPauseDisabled"); \ static_assert(offsetof(PHPlayerController_IsPauseDisabled, ReturnValue) == 0x000000, "Member 'PHPlayerController_IsPauseDisabled::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerController_K2_PostChapterStateWasCompleted \ static_assert(alignof(PHPlayerController_K2_PostChapterStateWasCompleted) == 0x000004, "Wrong alignment on PHPlayerController_K2_PostChapterStateWasCompleted"); \ static_assert(sizeof(PHPlayerController_K2_PostChapterStateWasCompleted) == 0x000008, "Wrong size on PHPlayerController_K2_PostChapterStateWasCompleted"); \ static_assert(offsetof(PHPlayerController_K2_PostChapterStateWasCompleted, StateTag) == 0x000000, "Member 'PHPlayerController_K2_PostChapterStateWasCompleted::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerController_OnChapterStateWasCompleted \ static_assert(alignof(PHPlayerController_OnChapterStateWasCompleted) == 0x000008, "Wrong alignment on PHPlayerController_OnChapterStateWasCompleted"); \ static_assert(sizeof(PHPlayerController_OnChapterStateWasCompleted) == 0x000010, "Wrong size on PHPlayerController_OnChapterStateWasCompleted"); \ static_assert(offsetof(PHPlayerController_OnChapterStateWasCompleted, Sender) == 0x000000, "Member 'PHPlayerController_OnChapterStateWasCompleted::Sender' has a wrong offset!"); \ static_assert(offsetof(PHPlayerController_OnChapterStateWasCompleted, Event) == 0x000008, "Member 'PHPlayerController_OnChapterStateWasCompleted::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerController_PostChapterStateWasCompleted \ static_assert(alignof(PHPlayerController_PostChapterStateWasCompleted) == 0x000004, "Wrong alignment on PHPlayerController_PostChapterStateWasCompleted"); \ static_assert(sizeof(PHPlayerController_PostChapterStateWasCompleted) == 0x000008, "Wrong size on PHPlayerController_PostChapterStateWasCompleted"); \ static_assert(offsetof(PHPlayerController_PostChapterStateWasCompleted, StateTag) == 0x000000, "Member 'PHPlayerController_PostChapterStateWasCompleted::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerController_SetControlRotationWithBlend \ static_assert(alignof(PHPlayerController_SetControlRotationWithBlend) == 0x000004, "Wrong alignment on PHPlayerController_SetControlRotationWithBlend"); \ static_assert(sizeof(PHPlayerController_SetControlRotationWithBlend) == 0x000010, "Wrong size on PHPlayerController_SetControlRotationWithBlend"); \ static_assert(offsetof(PHPlayerController_SetControlRotationWithBlend, NewRotation) == 0x000000, "Member 'PHPlayerController_SetControlRotationWithBlend::NewRotation' has a wrong offset!"); \ static_assert(offsetof(PHPlayerController_SetControlRotationWithBlend, Duration) == 0x00000C, "Member 'PHPlayerController_SetControlRotationWithBlend::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerController_SetLockedViewTarget \ static_assert(alignof(PHPlayerController_SetLockedViewTarget) == 0x000008, "Wrong alignment on PHPlayerController_SetLockedViewTarget"); \ static_assert(sizeof(PHPlayerController_SetLockedViewTarget) == 0x000020, "Wrong size on PHPlayerController_SetLockedViewTarget"); \ static_assert(offsetof(PHPlayerController_SetLockedViewTarget, NewViewTarget) == 0x000000, "Member 'PHPlayerController_SetLockedViewTarget::NewViewTarget' has a wrong offset!"); \ static_assert(offsetof(PHPlayerController_SetLockedViewTarget, TransitionParams) == 0x000008, "Member 'PHPlayerController_SetLockedViewTarget::TransitionParams' has a wrong offset!"); \ static_assert(offsetof(PHPlayerController_SetLockedViewTarget, ReturnValue) == 0x000018, "Member 'PHPlayerController_SetLockedViewTarget::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerController_SetLockedViewTargetWithBlend \ static_assert(alignof(PHPlayerController_SetLockedViewTargetWithBlend) == 0x000008, "Wrong alignment on PHPlayerController_SetLockedViewTargetWithBlend"); \ static_assert(sizeof(PHPlayerController_SetLockedViewTargetWithBlend) == 0x000018, "Wrong size on PHPlayerController_SetLockedViewTargetWithBlend"); \ static_assert(offsetof(PHPlayerController_SetLockedViewTargetWithBlend, NewViewTarget) == 0x000000, "Member 'PHPlayerController_SetLockedViewTargetWithBlend::NewViewTarget' has a wrong offset!"); \ static_assert(offsetof(PHPlayerController_SetLockedViewTargetWithBlend, BlendTime) == 0x000008, "Member 'PHPlayerController_SetLockedViewTargetWithBlend::BlendTime' has a wrong offset!"); \ static_assert(offsetof(PHPlayerController_SetLockedViewTargetWithBlend, BlendFunc) == 0x00000C, "Member 'PHPlayerController_SetLockedViewTargetWithBlend::BlendFunc' has a wrong offset!"); \ static_assert(offsetof(PHPlayerController_SetLockedViewTargetWithBlend, BlendExp) == 0x000010, "Member 'PHPlayerController_SetLockedViewTargetWithBlend::BlendExp' has a wrong offset!"); \ static_assert(offsetof(PHPlayerController_SetLockedViewTargetWithBlend, bLockOutgoing) == 0x000014, "Member 'PHPlayerController_SetLockedViewTargetWithBlend::bLockOutgoing' has a wrong offset!"); \ static_assert(offsetof(PHPlayerController_SetLockedViewTargetWithBlend, ReturnValue) == 0x000015, "Member 'PHPlayerController_SetLockedViewTargetWithBlend::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerController_ToggleDisablePause \ static_assert(alignof(PHPlayerController_ToggleDisablePause) == 0x000001, "Wrong alignment on PHPlayerController_ToggleDisablePause"); \ static_assert(sizeof(PHPlayerController_ToggleDisablePause) == 0x000001, "Wrong size on PHPlayerController_ToggleDisablePause"); \ static_assert(offsetof(PHPlayerController_ToggleDisablePause, bDisable) == 0x000000, "Member 'PHPlayerController_ToggleDisablePause::bDisable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerController_InCinematicMode \ static_assert(alignof(PHPlayerController_InCinematicMode) == 0x000001, "Wrong alignment on PHPlayerController_InCinematicMode"); \ static_assert(sizeof(PHPlayerController_InCinematicMode) == 0x000001, "Wrong size on PHPlayerController_InCinematicMode"); \ static_assert(offsetof(PHPlayerController_InCinematicMode, ReturnValue) == 0x000000, "Member 'PHPlayerController_InCinematicMode::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHPlayerController \ static_assert(alignof(APHPlayerController) == 0x000008, "Wrong alignment on APHPlayerController"); \ static_assert(sizeof(APHPlayerController) == 0x0006B0, "Wrong size on APHPlayerController"); \ static_assert(offsetof(APHPlayerController, ActiveTasks) == 0x0005B0, "Member 'APHPlayerController::ActiveTasks' has a wrong offset!"); \ static_assert(offsetof(APHPlayerController, GameplayTasksComponent) == 0x0005C0, "Member 'APHPlayerController::GameplayTasksComponent' has a wrong offset!"); \ static_assert(offsetof(APHPlayerController, LocalPlayer) == 0x0005E8, "Member 'APHPlayerController::LocalPlayer' has a wrong offset!"); \ static_assert(offsetof(APHPlayerController, PostWorkTick) == 0x000640, "Member 'APHPlayerController::PostWorkTick' has a wrong offset!"); \ static_assert(offsetof(APHPlayerController, OnChapterStateWasCompletedDelegate) == 0x000674, "Member 'APHPlayerController::OnChapterStateWasCompletedDelegate' has a wrong offset!"); \ static_assert(offsetof(APHPlayerController, DOFAdjustmentInfo) == 0x000684, "Member 'APHPlayerController::DOFAdjustmentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerFunctionLibrary_IKFootTrace \ static_assert(alignof(PHPlayerFunctionLibrary_IKFootTrace) == 0x000008, "Wrong alignment on PHPlayerFunctionLibrary_IKFootTrace"); \ static_assert(sizeof(PHPlayerFunctionLibrary_IKFootTrace) == 0x000118, "Wrong size on PHPlayerFunctionLibrary_IKFootTrace"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, WorldContextObject) == 0x000000, "Member 'PHPlayerFunctionLibrary_IKFootTrace::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, OutHitLocation) == 0x000008, "Member 'PHPlayerFunctionLibrary_IKFootTrace::OutHitLocation' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, FootTraceOffset) == 0x000014, "Member 'PHPlayerFunctionLibrary_IKFootTrace::FootTraceOffset' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, Character) == 0x000018, "Member 'PHPlayerFunctionLibrary_IKFootTrace::Character' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, SocketName) == 0x000020, "Member 'PHPlayerFunctionLibrary_IKFootTrace::SocketName' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, Distance) == 0x000028, "Member 'PHPlayerFunctionLibrary_IKFootTrace::Distance' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, TraceChannel) == 0x00002C, "Member 'PHPlayerFunctionLibrary_IKFootTrace::TraceChannel' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, bTraceComplex) == 0x00002D, "Member 'PHPlayerFunctionLibrary_IKFootTrace::bTraceComplex' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, ActorsToIgnore) == 0x000030, "Member 'PHPlayerFunctionLibrary_IKFootTrace::ActorsToIgnore' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, DrawDebugType) == 0x000040, "Member 'PHPlayerFunctionLibrary_IKFootTrace::DrawDebugType' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, OutHit) == 0x000044, "Member 'PHPlayerFunctionLibrary_IKFootTrace::OutHit' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, HipOffset) == 0x0000CC, "Member 'PHPlayerFunctionLibrary_IKFootTrace::HipOffset' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, HitNormalThreshold) == 0x0000D0, "Member 'PHPlayerFunctionLibrary_IKFootTrace::HitNormalThreshold' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, HalfSize) == 0x0000D4, "Member 'PHPlayerFunctionLibrary_IKFootTrace::HalfSize' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, Orientation) == 0x0000E0, "Member 'PHPlayerFunctionLibrary_IKFootTrace::Orientation' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, bIgnoreSelf) == 0x0000EC, "Member 'PHPlayerFunctionLibrary_IKFootTrace::bIgnoreSelf' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, TraceColor) == 0x0000F0, "Member 'PHPlayerFunctionLibrary_IKFootTrace::TraceColor' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, TraceHitColor) == 0x000100, "Member 'PHPlayerFunctionLibrary_IKFootTrace::TraceHitColor' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, DrawTime) == 0x000110, "Member 'PHPlayerFunctionLibrary_IKFootTrace::DrawTime' has a wrong offset!"); \ static_assert(offsetof(PHPlayerFunctionLibrary_IKFootTrace, ReturnValue) == 0x000114, "Member 'PHPlayerFunctionLibrary_IKFootTrace::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHPlayerFunctionLibrary \ static_assert(alignof(UPHPlayerFunctionLibrary) == 0x000008, "Wrong alignment on UPHPlayerFunctionLibrary"); \ static_assert(sizeof(UPHPlayerFunctionLibrary) == 0x000028, "Wrong size on UPHPlayerFunctionLibrary"); \ #define DUMPER7_ASSERTS_PHPlayerHUDWidget_SetCurrentSleep \ static_assert(alignof(PHPlayerHUDWidget_SetCurrentSleep) == 0x000004, "Wrong alignment on PHPlayerHUDWidget_SetCurrentSleep"); \ static_assert(sizeof(PHPlayerHUDWidget_SetCurrentSleep) == 0x000004, "Wrong size on PHPlayerHUDWidget_SetCurrentSleep"); \ static_assert(offsetof(PHPlayerHUDWidget_SetCurrentSleep, NewCurrentSleep) == 0x000000, "Member 'PHPlayerHUDWidget_SetCurrentSleep::NewCurrentSleep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerHUDWidget_SetMaxSleep \ static_assert(alignof(PHPlayerHUDWidget_SetMaxSleep) == 0x000004, "Wrong alignment on PHPlayerHUDWidget_SetMaxSleep"); \ static_assert(sizeof(PHPlayerHUDWidget_SetMaxSleep) == 0x000004, "Wrong size on PHPlayerHUDWidget_SetMaxSleep"); \ static_assert(offsetof(PHPlayerHUDWidget_SetMaxSleep, NewMaxSleep) == 0x000000, "Member 'PHPlayerHUDWidget_SetMaxSleep::NewMaxSleep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPlayerHUDWidget_SetSleepPercentage \ static_assert(alignof(PHPlayerHUDWidget_SetSleepPercentage) == 0x000004, "Wrong alignment on PHPlayerHUDWidget_SetSleepPercentage"); \ static_assert(sizeof(PHPlayerHUDWidget_SetSleepPercentage) == 0x000004, "Wrong size on PHPlayerHUDWidget_SetSleepPercentage"); \ static_assert(offsetof(PHPlayerHUDWidget_SetSleepPercentage, NewSleepPercentage) == 0x000000, "Member 'PHPlayerHUDWidget_SetSleepPercentage::NewSleepPercentage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHPlayerHUDWidget \ static_assert(alignof(UPHPlayerHUDWidget) == 0x000008, "Wrong alignment on UPHPlayerHUDWidget"); \ static_assert(sizeof(UPHPlayerHUDWidget) == 0x000260, "Wrong size on UPHPlayerHUDWidget"); \ #define DUMPER7_ASSERTS_APHPlayerRelocator \ static_assert(alignof(APHPlayerRelocator) == 0x000008, "Wrong alignment on APHPlayerRelocator"); \ static_assert(sizeof(APHPlayerRelocator) == 0x000258, "Wrong size on APHPlayerRelocator"); \ #define DUMPER7_ASSERTS_UPHPlayerRelocatorChildActorComponent \ static_assert(alignof(UPHPlayerRelocatorChildActorComponent) == 0x000010, "Wrong alignment on UPHPlayerRelocatorChildActorComponent"); \ static_assert(sizeof(UPHPlayerRelocatorChildActorComponent) == 0x000260, "Wrong size on UPHPlayerRelocatorChildActorComponent"); \ #define DUMPER7_ASSERTS_UPHPlayerSpeedDataAsset \ static_assert(alignof(UPHPlayerSpeedDataAsset) == 0x000008, "Wrong alignment on UPHPlayerSpeedDataAsset"); \ static_assert(sizeof(UPHPlayerSpeedDataAsset) == 0x000058, "Wrong size on UPHPlayerSpeedDataAsset"); \ #define DUMPER7_ASSERTS_UPHPlayerSpeedManager \ static_assert(alignof(UPHPlayerSpeedManager) == 0x000008, "Wrong alignment on UPHPlayerSpeedManager"); \ static_assert(sizeof(UPHPlayerSpeedManager) == 0x000540, "Wrong size on UPHPlayerSpeedManager"); \ #define DUMPER7_ASSERTS_APHPlayerState \ static_assert(alignof(APHPlayerState) == 0x000008, "Wrong alignment on APHPlayerState"); \ static_assert(sizeof(APHPlayerState) == 0x000340, "Wrong size on APHPlayerState"); \ #define DUMPER7_ASSERTS_APHPlayerTriggerBase \ static_assert(alignof(APHPlayerTriggerBase) == 0x000008, "Wrong alignment on APHPlayerTriggerBase"); \ static_assert(sizeof(APHPlayerTriggerBase) == 0x000290, "Wrong size on APHPlayerTriggerBase"); \ static_assert(offsetof(APHPlayerTriggerBase, BeginOverlapBroadcastEvents) == 0x000230, "Member 'APHPlayerTriggerBase::BeginOverlapBroadcastEvents' has a wrong offset!"); \ static_assert(offsetof(APHPlayerTriggerBase, EndOverlapBroadcastEvents) == 0x000240, "Member 'APHPlayerTriggerBase::EndOverlapBroadcastEvents' has a wrong offset!"); \ static_assert(offsetof(APHPlayerTriggerBase, BroadcastOnOverlapBeginEvents) == 0x000250, "Member 'APHPlayerTriggerBase::BroadcastOnOverlapBeginEvents' has a wrong offset!"); \ static_assert(offsetof(APHPlayerTriggerBase, BroadcastOnOverlapEndEvents) == 0x000270, "Member 'APHPlayerTriggerBase::BroadcastOnOverlapEndEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHPostProcessSubsystem \ static_assert(alignof(UPHPostProcessSubsystem) == 0x000008, "Wrong alignment on UPHPostProcessSubsystem"); \ static_assert(sizeof(UPHPostProcessSubsystem) == 0x000098, "Wrong size on UPHPostProcessSubsystem"); \ #define DUMPER7_ASSERTS_UPHPrioritizedAudioComponent \ static_assert(alignof(UPHPrioritizedAudioComponent) == 0x000010, "Wrong alignment on UPHPrioritizedAudioComponent"); \ static_assert(sizeof(UPHPrioritizedAudioComponent) == 0x000870, "Wrong size on UPHPrioritizedAudioComponent"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_LerpCapsuleHeight \ static_assert(alignof(PHProgressiveCrouchComponent_LerpCapsuleHeight) == 0x000004, "Wrong alignment on PHProgressiveCrouchComponent_LerpCapsuleHeight"); \ static_assert(sizeof(PHProgressiveCrouchComponent_LerpCapsuleHeight) == 0x00000C, "Wrong size on PHProgressiveCrouchComponent_LerpCapsuleHeight"); \ static_assert(offsetof(PHProgressiveCrouchComponent_LerpCapsuleHeight, Start) == 0x000000, "Member 'PHProgressiveCrouchComponent_LerpCapsuleHeight::Start' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_LerpCapsuleHeight, End) == 0x000004, "Member 'PHProgressiveCrouchComponent_LerpCapsuleHeight::End' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_LerpCapsuleHeight, Alpha) == 0x000008, "Member 'PHProgressiveCrouchComponent_LerpCapsuleHeight::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_SetCapsuleHalfHeight \ static_assert(alignof(PHProgressiveCrouchComponent_SetCapsuleHalfHeight) == 0x000004, "Wrong alignment on PHProgressiveCrouchComponent_SetCapsuleHalfHeight"); \ static_assert(sizeof(PHProgressiveCrouchComponent_SetCapsuleHalfHeight) == 0x000008, "Wrong size on PHProgressiveCrouchComponent_SetCapsuleHalfHeight"); \ static_assert(offsetof(PHProgressiveCrouchComponent_SetCapsuleHalfHeight, HalfHeight) == 0x000000, "Member 'PHProgressiveCrouchComponent_SetCapsuleHalfHeight::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_SetCapsuleHalfHeight, bUpdateOverlaps) == 0x000004, "Member 'PHProgressiveCrouchComponent_SetCapsuleHalfHeight::bUpdateOverlaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_SwitchCrouchState \ static_assert(alignof(PHProgressiveCrouchComponent_SwitchCrouchState) == 0x000001, "Wrong alignment on PHProgressiveCrouchComponent_SwitchCrouchState"); \ static_assert(sizeof(PHProgressiveCrouchComponent_SwitchCrouchState) == 0x000002, "Wrong size on PHProgressiveCrouchComponent_SwitchCrouchState"); \ static_assert(offsetof(PHProgressiveCrouchComponent_SwitchCrouchState, NewState) == 0x000000, "Member 'PHProgressiveCrouchComponent_SwitchCrouchState::NewState' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_SwitchCrouchState, bForceActivation) == 0x000001, "Member 'PHProgressiveCrouchComponent_SwitchCrouchState::bForceActivation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_UpdateCrouchedState \ static_assert(alignof(PHProgressiveCrouchComponent_UpdateCrouchedState) == 0x000004, "Wrong alignment on PHProgressiveCrouchComponent_UpdateCrouchedState"); \ static_assert(sizeof(PHProgressiveCrouchComponent_UpdateCrouchedState) == 0x000004, "Wrong size on PHProgressiveCrouchComponent_UpdateCrouchedState"); \ static_assert(offsetof(PHProgressiveCrouchComponent_UpdateCrouchedState, DeltaTime) == 0x000000, "Member 'PHProgressiveCrouchComponent_UpdateCrouchedState::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_UpdateCrouchingState \ static_assert(alignof(PHProgressiveCrouchComponent_UpdateCrouchingState) == 0x000004, "Wrong alignment on PHProgressiveCrouchComponent_UpdateCrouchingState"); \ static_assert(sizeof(PHProgressiveCrouchComponent_UpdateCrouchingState) == 0x000004, "Wrong size on PHProgressiveCrouchComponent_UpdateCrouchingState"); \ static_assert(offsetof(PHProgressiveCrouchComponent_UpdateCrouchingState, DeltaTime) == 0x000000, "Member 'PHProgressiveCrouchComponent_UpdateCrouchingState::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_UpdateUnCrouchedState \ static_assert(alignof(PHProgressiveCrouchComponent_UpdateUnCrouchedState) == 0x000004, "Wrong alignment on PHProgressiveCrouchComponent_UpdateUnCrouchedState"); \ static_assert(sizeof(PHProgressiveCrouchComponent_UpdateUnCrouchedState) == 0x000004, "Wrong size on PHProgressiveCrouchComponent_UpdateUnCrouchedState"); \ static_assert(offsetof(PHProgressiveCrouchComponent_UpdateUnCrouchedState, DeltaTime) == 0x000000, "Member 'PHProgressiveCrouchComponent_UpdateUnCrouchedState::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_UpdateUnCrouchingState \ static_assert(alignof(PHProgressiveCrouchComponent_UpdateUnCrouchingState) == 0x000004, "Wrong alignment on PHProgressiveCrouchComponent_UpdateUnCrouchingState"); \ static_assert(sizeof(PHProgressiveCrouchComponent_UpdateUnCrouchingState) == 0x000004, "Wrong size on PHProgressiveCrouchComponent_UpdateUnCrouchingState"); \ static_assert(offsetof(PHProgressiveCrouchComponent_UpdateUnCrouchingState, DeltaTime) == 0x000000, "Member 'PHProgressiveCrouchComponent_UpdateUnCrouchingState::DeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_CanCrouch \ static_assert(alignof(PHProgressiveCrouchComponent_CanCrouch) == 0x000004, "Wrong alignment on PHProgressiveCrouchComponent_CanCrouch"); \ static_assert(sizeof(PHProgressiveCrouchComponent_CanCrouch) == 0x000008, "Wrong size on PHProgressiveCrouchComponent_CanCrouch"); \ static_assert(offsetof(PHProgressiveCrouchComponent_CanCrouch, DeltaTime) == 0x000000, "Member 'PHProgressiveCrouchComponent_CanCrouch::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_CanCrouch, ReturnValue) == 0x000004, "Member 'PHProgressiveCrouchComponent_CanCrouch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_CanTransition \ static_assert(alignof(PHProgressiveCrouchComponent_CanTransition) == 0x000001, "Wrong alignment on PHProgressiveCrouchComponent_CanTransition"); \ static_assert(sizeof(PHProgressiveCrouchComponent_CanTransition) == 0x000003, "Wrong size on PHProgressiveCrouchComponent_CanTransition"); \ static_assert(offsetof(PHProgressiveCrouchComponent_CanTransition, PreviousState) == 0x000000, "Member 'PHProgressiveCrouchComponent_CanTransition::PreviousState' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_CanTransition, NextState) == 0x000001, "Member 'PHProgressiveCrouchComponent_CanTransition::NextState' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_CanTransition, ReturnValue) == 0x000002, "Member 'PHProgressiveCrouchComponent_CanTransition::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_CanUnCrouch \ static_assert(alignof(PHProgressiveCrouchComponent_CanUnCrouch) == 0x000004, "Wrong alignment on PHProgressiveCrouchComponent_CanUnCrouch"); \ static_assert(sizeof(PHProgressiveCrouchComponent_CanUnCrouch) == 0x000008, "Wrong size on PHProgressiveCrouchComponent_CanUnCrouch"); \ static_assert(offsetof(PHProgressiveCrouchComponent_CanUnCrouch, DeltaTime) == 0x000000, "Member 'PHProgressiveCrouchComponent_CanUnCrouch::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_CanUnCrouch, ReturnValue) == 0x000004, "Member 'PHProgressiveCrouchComponent_CanUnCrouch::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_GetActiveState \ static_assert(alignof(PHProgressiveCrouchComponent_GetActiveState) == 0x000001, "Wrong alignment on PHProgressiveCrouchComponent_GetActiveState"); \ static_assert(sizeof(PHProgressiveCrouchComponent_GetActiveState) == 0x000001, "Wrong size on PHProgressiveCrouchComponent_GetActiveState"); \ static_assert(offsetof(PHProgressiveCrouchComponent_GetActiveState, ReturnValue) == 0x000000, "Member 'PHProgressiveCrouchComponent_GetActiveState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_GetCapsuleComponent \ static_assert(alignof(PHProgressiveCrouchComponent_GetCapsuleComponent) == 0x000008, "Wrong alignment on PHProgressiveCrouchComponent_GetCapsuleComponent"); \ static_assert(sizeof(PHProgressiveCrouchComponent_GetCapsuleComponent) == 0x000008, "Wrong size on PHProgressiveCrouchComponent_GetCapsuleComponent"); \ static_assert(offsetof(PHProgressiveCrouchComponent_GetCapsuleComponent, ReturnValue) == 0x000000, "Member 'PHProgressiveCrouchComponent_GetCapsuleComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_GetCrouchRate \ static_assert(alignof(PHProgressiveCrouchComponent_GetCrouchRate) == 0x000004, "Wrong alignment on PHProgressiveCrouchComponent_GetCrouchRate"); \ static_assert(sizeof(PHProgressiveCrouchComponent_GetCrouchRate) == 0x000008, "Wrong size on PHProgressiveCrouchComponent_GetCrouchRate"); \ static_assert(offsetof(PHProgressiveCrouchComponent_GetCrouchRate, TimerOffset) == 0x000000, "Member 'PHProgressiveCrouchComponent_GetCrouchRate::TimerOffset' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_GetCrouchRate, ReturnValue) == 0x000004, "Member 'PHProgressiveCrouchComponent_GetCrouchRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_GetHalfHeightAtCrouchRate \ static_assert(alignof(PHProgressiveCrouchComponent_GetHalfHeightAtCrouchRate) == 0x000004, "Wrong alignment on PHProgressiveCrouchComponent_GetHalfHeightAtCrouchRate"); \ static_assert(sizeof(PHProgressiveCrouchComponent_GetHalfHeightAtCrouchRate) == 0x00000C, "Wrong size on PHProgressiveCrouchComponent_GetHalfHeightAtCrouchRate"); \ static_assert(offsetof(PHProgressiveCrouchComponent_GetHalfHeightAtCrouchRate, TimerOffset) == 0x000000, "Member 'PHProgressiveCrouchComponent_GetHalfHeightAtCrouchRate::TimerOffset' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_GetHalfHeightAtCrouchRate, bWithHemisphere) == 0x000004, "Member 'PHProgressiveCrouchComponent_GetHalfHeightAtCrouchRate::bWithHemisphere' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_GetHalfHeightAtCrouchRate, ReturnValue) == 0x000008, "Member 'PHProgressiveCrouchComponent_GetHalfHeightAtCrouchRate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_GetOwningCharacter \ static_assert(alignof(PHProgressiveCrouchComponent_GetOwningCharacter) == 0x000008, "Wrong alignment on PHProgressiveCrouchComponent_GetOwningCharacter"); \ static_assert(sizeof(PHProgressiveCrouchComponent_GetOwningCharacter) == 0x000008, "Wrong size on PHProgressiveCrouchComponent_GetOwningCharacter"); \ static_assert(offsetof(PHProgressiveCrouchComponent_GetOwningCharacter, ReturnValue) == 0x000000, "Member 'PHProgressiveCrouchComponent_GetOwningCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_IsActiveState \ static_assert(alignof(PHProgressiveCrouchComponent_IsActiveState) == 0x000001, "Wrong alignment on PHProgressiveCrouchComponent_IsActiveState"); \ static_assert(sizeof(PHProgressiveCrouchComponent_IsActiveState) == 0x000002, "Wrong size on PHProgressiveCrouchComponent_IsActiveState"); \ static_assert(offsetof(PHProgressiveCrouchComponent_IsActiveState, State) == 0x000000, "Member 'PHProgressiveCrouchComponent_IsActiveState::State' has a wrong offset!"); \ static_assert(offsetof(PHProgressiveCrouchComponent_IsActiveState, ReturnValue) == 0x000001, "Member 'PHProgressiveCrouchComponent_IsActiveState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHProgressiveCrouchComponent_IsTimerDone \ static_assert(alignof(PHProgressiveCrouchComponent_IsTimerDone) == 0x000001, "Wrong alignment on PHProgressiveCrouchComponent_IsTimerDone"); \ static_assert(sizeof(PHProgressiveCrouchComponent_IsTimerDone) == 0x000001, "Wrong size on PHProgressiveCrouchComponent_IsTimerDone"); \ static_assert(offsetof(PHProgressiveCrouchComponent_IsTimerDone, ReturnValue) == 0x000000, "Member 'PHProgressiveCrouchComponent_IsTimerDone::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHProgressiveCrouchComponent \ static_assert(alignof(UPHProgressiveCrouchComponent) == 0x000008, "Wrong alignment on UPHProgressiveCrouchComponent"); \ static_assert(sizeof(UPHProgressiveCrouchComponent) == 0x000118, "Wrong size on UPHProgressiveCrouchComponent"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, bDisplayUncrouchPreventingActor) == 0x0000B8, "Member 'UPHProgressiveCrouchComponent::bDisplayUncrouchPreventingActor' has a wrong offset!"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, OnCrouchStateUpdated) == 0x0000C0, "Member 'UPHProgressiveCrouchComponent::OnCrouchStateUpdated' has a wrong offset!"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, OnCrouchStateBegan) == 0x0000D0, "Member 'UPHProgressiveCrouchComponent::OnCrouchStateBegan' has a wrong offset!"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, OnCrouchStateEnded) == 0x0000E0, "Member 'UPHProgressiveCrouchComponent::OnCrouchStateEnded' has a wrong offset!"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, FallingVelocityForUncrouch) == 0x0000F0, "Member 'UPHProgressiveCrouchComponent::FallingVelocityForUncrouch' has a wrong offset!"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, CrouchDuration) == 0x0000F4, "Member 'UPHProgressiveCrouchComponent::CrouchDuration' has a wrong offset!"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, CrouchTimer) == 0x0000F8, "Member 'UPHProgressiveCrouchComponent::CrouchTimer' has a wrong offset!"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, ActiveState) == 0x0000FC, "Member 'UPHProgressiveCrouchComponent::ActiveState' has a wrong offset!"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, bIsUnCrouchProgressive) == 0x0000FD, "Member 'UPHProgressiveCrouchComponent::bIsUnCrouchProgressive' has a wrong offset!"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, OwningCharacter) == 0x000100, "Member 'UPHProgressiveCrouchComponent::OwningCharacter' has a wrong offset!"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, CapsuleComponent) == 0x000108, "Member 'UPHProgressiveCrouchComponent::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(UPHProgressiveCrouchComponent, CrouchTraceQuery) == 0x000110, "Member 'UPHProgressiveCrouchComponent::CrouchTraceQuery' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHPuppetMasterSubsystem \ static_assert(alignof(UPHPuppetMasterSubsystem) == 0x000008, "Wrong alignment on UPHPuppetMasterSubsystem"); \ static_assert(sizeof(UPHPuppetMasterSubsystem) == 0x000038, "Wrong size on UPHPuppetMasterSubsystem"); \ static_assert(offsetof(UPHPuppetMasterSubsystem, PuppetSystemEnabled) == 0x000030, "Member 'UPHPuppetMasterSubsystem::PuppetSystemEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullInfo_CalculatePushDirection \ static_assert(alignof(PHPushAndPullInfo_CalculatePushDirection) == 0x000008, "Wrong alignment on PHPushAndPullInfo_CalculatePushDirection"); \ static_assert(sizeof(PHPushAndPullInfo_CalculatePushDirection) == 0x000008, "Wrong size on PHPushAndPullInfo_CalculatePushDirection"); \ static_assert(offsetof(PHPushAndPullInfo_CalculatePushDirection, CompassActor) == 0x000000, "Member 'PHPushAndPullInfo_CalculatePushDirection::CompassActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullInfo_GetPushDirectionFromAxis \ static_assert(alignof(PHPushAndPullInfo_GetPushDirectionFromAxis) == 0x000004, "Wrong alignment on PHPushAndPullInfo_GetPushDirectionFromAxis"); \ static_assert(sizeof(PHPushAndPullInfo_GetPushDirectionFromAxis) == 0x000010, "Wrong size on PHPushAndPullInfo_GetPushDirectionFromAxis"); \ static_assert(offsetof(PHPushAndPullInfo_GetPushDirectionFromAxis, Axis) == 0x000000, "Member 'PHPushAndPullInfo_GetPushDirectionFromAxis::Axis' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullInfo_GetPushDirectionFromAxis, ReturnValue) == 0x000004, "Member 'PHPushAndPullInfo_GetPushDirectionFromAxis::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullInfo_SetPusherActor \ static_assert(alignof(PHPushAndPullInfo_SetPusherActor) == 0x000008, "Wrong alignment on PHPushAndPullInfo_SetPusherActor"); \ static_assert(sizeof(PHPushAndPullInfo_SetPusherActor) == 0x000008, "Wrong size on PHPushAndPullInfo_SetPusherActor"); \ static_assert(offsetof(PHPushAndPullInfo_SetPusherActor, NewPusherActor) == 0x000000, "Member 'PHPushAndPullInfo_SetPusherActor::NewPusherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHPushAndPullInfo \ static_assert(alignof(UPHPushAndPullInfo) == 0x000008, "Wrong alignment on UPHPushAndPullInfo"); \ static_assert(sizeof(UPHPushAndPullInfo) == 0x000050, "Wrong size on UPHPushAndPullInfo"); \ static_assert(offsetof(UPHPushAndPullInfo, Pusher) == 0x000028, "Member 'UPHPushAndPullInfo::Pusher' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullInfo, FacingAxis) == 0x000030, "Member 'UPHPushAndPullInfo::FacingAxis' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullInfo, PushForward) == 0x000034, "Member 'UPHPushAndPullInfo::PushForward' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullInfo, PushRight) == 0x000040, "Member 'UPHPushAndPullInfo::PushRight' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullInfo, bAxisIsInverted) == 0x00004C, "Member 'UPHPushAndPullInfo::bAxisIsInverted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_BeginMove \ static_assert(alignof(PHPushAndPullComponent_BeginMove) == 0x000004, "Wrong alignment on PHPushAndPullComponent_BeginMove"); \ static_assert(sizeof(PHPushAndPullComponent_BeginMove) == 0x000008, "Wrong size on PHPushAndPullComponent_BeginMove"); \ static_assert(offsetof(PHPushAndPullComponent_BeginMove, ActionValue) == 0x000000, "Member 'PHPushAndPullComponent_BeginMove::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_BeginMove, Axis) == 0x000004, "Member 'PHPushAndPullComponent_BeginMove::Axis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_EndMove \ static_assert(alignof(PHPushAndPullComponent_EndMove) == 0x000004, "Wrong alignment on PHPushAndPullComponent_EndMove"); \ static_assert(sizeof(PHPushAndPullComponent_EndMove) == 0x000008, "Wrong size on PHPushAndPullComponent_EndMove"); \ static_assert(offsetof(PHPushAndPullComponent_EndMove, ActionValue) == 0x000000, "Member 'PHPushAndPullComponent_EndMove::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_EndMove, Axis) == 0x000004, "Member 'PHPushAndPullComponent_EndMove::Axis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_Move \ static_assert(alignof(PHPushAndPullComponent_Move) == 0x000004, "Wrong alignment on PHPushAndPullComponent_Move"); \ static_assert(sizeof(PHPushAndPullComponent_Move) == 0x000008, "Wrong size on PHPushAndPullComponent_Move"); \ static_assert(offsetof(PHPushAndPullComponent_Move, ActionValue) == 0x000000, "Member 'PHPushAndPullComponent_Move::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_Move, Axis) == 0x000004, "Member 'PHPushAndPullComponent_Move::Axis' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_SetCompassActor \ static_assert(alignof(PHPushAndPullComponent_SetCompassActor) == 0x000008, "Wrong alignment on PHPushAndPullComponent_SetCompassActor"); \ static_assert(sizeof(PHPushAndPullComponent_SetCompassActor) == 0x000008, "Wrong size on PHPushAndPullComponent_SetCompassActor"); \ static_assert(offsetof(PHPushAndPullComponent_SetCompassActor, NewCompass) == 0x000000, "Member 'PHPushAndPullComponent_SetCompassActor::NewCompass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_SetupComponent \ static_assert(alignof(PHPushAndPullComponent_SetupComponent) == 0x000008, "Wrong alignment on PHPushAndPullComponent_SetupComponent"); \ static_assert(sizeof(PHPushAndPullComponent_SetupComponent) == 0x000010, "Wrong size on PHPushAndPullComponent_SetupComponent"); \ static_assert(offsetof(PHPushAndPullComponent_SetupComponent, InPusherActor) == 0x000000, "Member 'PHPushAndPullComponent_SetupComponent::InPusherActor' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_SetupComponent, InCompassActor) == 0x000008, "Member 'PHPushAndPullComponent_SetupComponent::InCompassActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_TryToMove \ static_assert(alignof(PHPushAndPullComponent_TryToMove) == 0x000004, "Wrong alignment on PHPushAndPullComponent_TryToMove"); \ static_assert(sizeof(PHPushAndPullComponent_TryToMove) == 0x000008, "Wrong size on PHPushAndPullComponent_TryToMove"); \ static_assert(offsetof(PHPushAndPullComponent_TryToMove, ActionValue) == 0x000000, "Member 'PHPushAndPullComponent_TryToMove::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_TryToMove, Axis) == 0x000004, "Member 'PHPushAndPullComponent_TryToMove::Axis' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_TryToMove, ReturnValue) == 0x000005, "Member 'PHPushAndPullComponent_TryToMove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_CanMove \ static_assert(alignof(PHPushAndPullComponent_CanMove) == 0x000004, "Wrong alignment on PHPushAndPullComponent_CanMove"); \ static_assert(sizeof(PHPushAndPullComponent_CanMove) == 0x000008, "Wrong size on PHPushAndPullComponent_CanMove"); \ static_assert(offsetof(PHPushAndPullComponent_CanMove, ActionValue) == 0x000000, "Member 'PHPushAndPullComponent_CanMove::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_CanMove, Axis) == 0x000004, "Member 'PHPushAndPullComponent_CanMove::Axis' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_CanMove, ReturnValue) == 0x000005, "Member 'PHPushAndPullComponent_CanMove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_GetAxisDirection \ static_assert(alignof(PHPushAndPullComponent_GetAxisDirection) == 0x000004, "Wrong alignment on PHPushAndPullComponent_GetAxisDirection"); \ static_assert(sizeof(PHPushAndPullComponent_GetAxisDirection) == 0x000010, "Wrong size on PHPushAndPullComponent_GetAxisDirection"); \ static_assert(offsetof(PHPushAndPullComponent_GetAxisDirection, Axis) == 0x000000, "Member 'PHPushAndPullComponent_GetAxisDirection::Axis' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_GetAxisDirection, ReturnValue) == 0x000004, "Member 'PHPushAndPullComponent_GetAxisDirection::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_GetCompassActor \ static_assert(alignof(PHPushAndPullComponent_GetCompassActor) == 0x000008, "Wrong alignment on PHPushAndPullComponent_GetCompassActor"); \ static_assert(sizeof(PHPushAndPullComponent_GetCompassActor) == 0x000008, "Wrong size on PHPushAndPullComponent_GetCompassActor"); \ static_assert(offsetof(PHPushAndPullComponent_GetCompassActor, ReturnValue) == 0x000000, "Member 'PHPushAndPullComponent_GetCompassActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_IsAxisAllowed \ static_assert(alignof(PHPushAndPullComponent_IsAxisAllowed) == 0x000001, "Wrong alignment on PHPushAndPullComponent_IsAxisAllowed"); \ static_assert(sizeof(PHPushAndPullComponent_IsAxisAllowed) == 0x000002, "Wrong size on PHPushAndPullComponent_IsAxisAllowed"); \ static_assert(offsetof(PHPushAndPullComponent_IsAxisAllowed, Axis) == 0x000000, "Member 'PHPushAndPullComponent_IsAxisAllowed::Axis' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_IsAxisAllowed, ReturnValue) == 0x000001, "Member 'PHPushAndPullComponent_IsAxisAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_IsTraversalAllowed \ static_assert(alignof(PHPushAndPullComponent_IsTraversalAllowed) == 0x000001, "Wrong alignment on PHPushAndPullComponent_IsTraversalAllowed"); \ static_assert(sizeof(PHPushAndPullComponent_IsTraversalAllowed) == 0x000002, "Wrong size on PHPushAndPullComponent_IsTraversalAllowed"); \ static_assert(offsetof(PHPushAndPullComponent_IsTraversalAllowed, Axis) == 0x000000, "Member 'PHPushAndPullComponent_IsTraversalAllowed::Axis' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_IsTraversalAllowed, ReturnValue) == 0x000001, "Member 'PHPushAndPullComponent_IsTraversalAllowed::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullComponent_IsValidInput \ static_assert(alignof(PHPushAndPullComponent_IsValidInput) == 0x000004, "Wrong alignment on PHPushAndPullComponent_IsValidInput"); \ static_assert(sizeof(PHPushAndPullComponent_IsValidInput) == 0x000008, "Wrong size on PHPushAndPullComponent_IsValidInput"); \ static_assert(offsetof(PHPushAndPullComponent_IsValidInput, ActionValue) == 0x000000, "Member 'PHPushAndPullComponent_IsValidInput::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullComponent_IsValidInput, ReturnValue) == 0x000004, "Member 'PHPushAndPullComponent_IsValidInput::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHPushAndPullComponent \ static_assert(alignof(UPHPushAndPullComponent) == 0x000008, "Wrong alignment on UPHPushAndPullComponent"); \ static_assert(sizeof(UPHPushAndPullComponent) == 0x000110, "Wrong size on UPHPushAndPullComponent"); \ static_assert(offsetof(UPHPushAndPullComponent, OnPushAndPullMoveBegan) == 0x0000B8, "Member 'UPHPushAndPullComponent::OnPushAndPullMoveBegan' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, OnPushAndPullMoveUpdate) == 0x0000C8, "Member 'UPHPushAndPullComponent::OnPushAndPullMoveUpdate' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, OnPushAndPullMoveEnded) == 0x0000D8, "Member 'UPHPushAndPullComponent::OnPushAndPullMoveEnded' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, TraversalMode) == 0x0000E8, "Member 'UPHPushAndPullComponent::TraversalMode' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, bLockAngles) == 0x0000E9, "Member 'UPHPushAndPullComponent::bLockAngles' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, CompassActor) == 0x0000F0, "Member 'UPHPushAndPullComponent::CompassActor' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, PusherInfo) == 0x0000F8, "Member 'UPHPushAndPullComponent::PusherInfo' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, AllowedMovementAxes) == 0x000100, "Member 'UPHPushAndPullComponent::AllowedMovementAxes' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, MovementRate) == 0x000104, "Member 'UPHPushAndPullComponent::MovementRate' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, InputDeadzoneRange) == 0x000108, "Member 'UPHPushAndPullComponent::InputDeadzoneRange' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, ActiveMovementAxes) == 0x00010C, "Member 'UPHPushAndPullComponent::ActiveMovementAxes' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, bShouldPrintToScreen) == 0x00010D, "Member 'UPHPushAndPullComponent::bShouldPrintToScreen' has a wrong offset!"); \ static_assert(offsetof(UPHPushAndPullComponent, bShouldPrintToLog) == 0x00010E, "Member 'UPHPushAndPullComponent::bShouldPrintToLog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullInteractable_OnTerminalBeginOverlap \ static_assert(alignof(PHPushAndPullInteractable_OnTerminalBeginOverlap) == 0x000008, "Wrong alignment on PHPushAndPullInteractable_OnTerminalBeginOverlap"); \ static_assert(sizeof(PHPushAndPullInteractable_OnTerminalBeginOverlap) == 0x000010, "Wrong size on PHPushAndPullInteractable_OnTerminalBeginOverlap"); \ static_assert(offsetof(PHPushAndPullInteractable_OnTerminalBeginOverlap, OverlappedTerminal) == 0x000000, "Member 'PHPushAndPullInteractable_OnTerminalBeginOverlap::OverlappedTerminal' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullInteractable_OnTerminalBeginOverlap, OtherActor) == 0x000008, "Member 'PHPushAndPullInteractable_OnTerminalBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullInteractable_OnTerminalEndOverlap \ static_assert(alignof(PHPushAndPullInteractable_OnTerminalEndOverlap) == 0x000008, "Wrong alignment on PHPushAndPullInteractable_OnTerminalEndOverlap"); \ static_assert(sizeof(PHPushAndPullInteractable_OnTerminalEndOverlap) == 0x000010, "Wrong size on PHPushAndPullInteractable_OnTerminalEndOverlap"); \ static_assert(offsetof(PHPushAndPullInteractable_OnTerminalEndOverlap, OverlappedTerminal) == 0x000000, "Member 'PHPushAndPullInteractable_OnTerminalEndOverlap::OverlappedTerminal' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullInteractable_OnTerminalEndOverlap, OtherActor) == 0x000008, "Member 'PHPushAndPullInteractable_OnTerminalEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullInteractable_TeleportInteractorToRelocator \ static_assert(alignof(PHPushAndPullInteractable_TeleportInteractorToRelocator) == 0x000004, "Wrong alignment on PHPushAndPullInteractable_TeleportInteractorToRelocator"); \ static_assert(sizeof(PHPushAndPullInteractable_TeleportInteractorToRelocator) == 0x000010, "Wrong size on PHPushAndPullInteractable_TeleportInteractorToRelocator"); \ static_assert(offsetof(PHPushAndPullInteractable_TeleportInteractorToRelocator, Offset) == 0x000000, "Member 'PHPushAndPullInteractable_TeleportInteractorToRelocator::Offset' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullInteractable_TeleportInteractorToRelocator, ReturnValue) == 0x00000C, "Member 'PHPushAndPullInteractable_TeleportInteractorToRelocator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullInteractable_TryToMove \ static_assert(alignof(PHPushAndPullInteractable_TryToMove) == 0x000004, "Wrong alignment on PHPushAndPullInteractable_TryToMove"); \ static_assert(sizeof(PHPushAndPullInteractable_TryToMove) == 0x000010, "Wrong size on PHPushAndPullInteractable_TryToMove"); \ static_assert(offsetof(PHPushAndPullInteractable_TryToMove, ActionValue) == 0x000000, "Member 'PHPushAndPullInteractable_TryToMove::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullInteractable_TryToMove, Axis) == 0x00000C, "Member 'PHPushAndPullInteractable_TryToMove::Axis' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullInteractable_TryToMove, ReturnValue) == 0x00000D, "Member 'PHPushAndPullInteractable_TryToMove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullInteractable_TryToMove2D \ static_assert(alignof(PHPushAndPullInteractable_TryToMove2D) == 0x000004, "Wrong alignment on PHPushAndPullInteractable_TryToMove2D"); \ static_assert(sizeof(PHPushAndPullInteractable_TryToMove2D) == 0x00000C, "Wrong size on PHPushAndPullInteractable_TryToMove2D"); \ static_assert(offsetof(PHPushAndPullInteractable_TryToMove2D, ActionValue) == 0x000000, "Member 'PHPushAndPullInteractable_TryToMove2D::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHPushAndPullInteractable_TryToMove2D, ReturnValue) == 0x000008, "Member 'PHPushAndPullInteractable_TryToMove2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullInteractable_GetActiveTerminal \ static_assert(alignof(PHPushAndPullInteractable_GetActiveTerminal) == 0x000008, "Wrong alignment on PHPushAndPullInteractable_GetActiveTerminal"); \ static_assert(sizeof(PHPushAndPullInteractable_GetActiveTerminal) == 0x000008, "Wrong size on PHPushAndPullInteractable_GetActiveTerminal"); \ static_assert(offsetof(PHPushAndPullInteractable_GetActiveTerminal, ReturnValue) == 0x000000, "Member 'PHPushAndPullInteractable_GetActiveTerminal::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHPushAndPullInteractable_GetLastMovementVector \ static_assert(alignof(PHPushAndPullInteractable_GetLastMovementVector) == 0x000004, "Wrong alignment on PHPushAndPullInteractable_GetLastMovementVector"); \ static_assert(sizeof(PHPushAndPullInteractable_GetLastMovementVector) == 0x00000C, "Wrong size on PHPushAndPullInteractable_GetLastMovementVector"); \ static_assert(offsetof(PHPushAndPullInteractable_GetLastMovementVector, ReturnValue) == 0x000000, "Member 'PHPushAndPullInteractable_GetLastMovementVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_APHPushAndPullInteractable \ static_assert(alignof(APHPushAndPullInteractable) == 0x000010, "Wrong alignment on APHPushAndPullInteractable"); \ static_assert(sizeof(APHPushAndPullInteractable) == 0x001B80, "Wrong size on APHPushAndPullInteractable"); \ static_assert(offsetof(APHPushAndPullInteractable, Terminals) == 0x001AA8, "Member 'APHPushAndPullInteractable::Terminals' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, AllowedMovementAxes) == 0x001AF8, "Member 'APHPushAndPullInteractable::AllowedMovementAxes' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, bOnlyAllowOneDirection) == 0x001AF9, "Member 'APHPushAndPullInteractable::bOnlyAllowOneDirection' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, AllowedMovementDirection) == 0x001AFA, "Member 'APHPushAndPullInteractable::AllowedMovementDirection' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, MovementRate) == 0x001AFC, "Member 'APHPushAndPullInteractable::MovementRate' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, TriggerBox) == 0x001B00, "Member 'APHPushAndPullInteractable::TriggerBox' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, MovementCurve) == 0x001B08, "Member 'APHPushAndPullInteractable::MovementCurve' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, bUseSweepTestTerminalValidity) == 0x001B10, "Member 'APHPushAndPullInteractable::bUseSweepTestTerminalValidity' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, MovementComponent) == 0x001B18, "Member 'APHPushAndPullInteractable::MovementComponent' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, SlowGameplayEffectClass) == 0x001B20, "Member 'APHPushAndPullInteractable::SlowGameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, ActiveTerminal) == 0x001B38, "Member 'APHPushAndPullInteractable::ActiveTerminal' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, PreviousTerminal) == 0x001B40, "Member 'APHPushAndPullInteractable::PreviousTerminal' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, SlowGameplayEffectHandle) == 0x001B48, "Member 'APHPushAndPullInteractable::SlowGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, LastMovementVector) == 0x001B60, "Member 'APHPushAndPullInteractable::LastMovementVector' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, BoxCollision) == 0x001B70, "Member 'APHPushAndPullInteractable::BoxCollision' has a wrong offset!"); \ static_assert(offsetof(APHPushAndPullInteractable, StaticMesh) == 0x001B78, "Member 'APHPushAndPullInteractable::StaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHPushAndPullMovementComponent \ static_assert(alignof(UPHPushAndPullMovementComponent) == 0x000008, "Wrong alignment on UPHPushAndPullMovementComponent"); \ static_assert(sizeof(UPHPushAndPullMovementComponent) == 0x0000F8, "Wrong size on UPHPushAndPullMovementComponent"); \ #define DUMPER7_ASSERTS_APHRelocator \ static_assert(alignof(APHRelocator) == 0x000008, "Wrong alignment on APHRelocator"); \ static_assert(sizeof(APHRelocator) == 0x000258, "Wrong size on APHRelocator"); \ #define DUMPER7_ASSERTS_PHRenderLibrary_GetDOFMaxBackgroundRadius \ static_assert(alignof(PHRenderLibrary_GetDOFMaxBackgroundRadius) == 0x000004, "Wrong alignment on PHRenderLibrary_GetDOFMaxBackgroundRadius"); \ static_assert(sizeof(PHRenderLibrary_GetDOFMaxBackgroundRadius) == 0x000004, "Wrong size on PHRenderLibrary_GetDOFMaxBackgroundRadius"); \ static_assert(offsetof(PHRenderLibrary_GetDOFMaxBackgroundRadius, ReturnValue) == 0x000000, "Member 'PHRenderLibrary_GetDOFMaxBackgroundRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHRenderLibrary_GetDOFMaxForegroundRadius \ static_assert(alignof(PHRenderLibrary_GetDOFMaxForegroundRadius) == 0x000004, "Wrong alignment on PHRenderLibrary_GetDOFMaxForegroundRadius"); \ static_assert(sizeof(PHRenderLibrary_GetDOFMaxForegroundRadius) == 0x000004, "Wrong size on PHRenderLibrary_GetDOFMaxForegroundRadius"); \ static_assert(offsetof(PHRenderLibrary_GetDOFMaxForegroundRadius, ReturnValue) == 0x000000, "Member 'PHRenderLibrary_GetDOFMaxForegroundRadius::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHRenderLibrary_IsShadersCompiling \ static_assert(alignof(PHRenderLibrary_IsShadersCompiling) == 0x000001, "Wrong alignment on PHRenderLibrary_IsShadersCompiling"); \ static_assert(sizeof(PHRenderLibrary_IsShadersCompiling) == 0x000001, "Wrong size on PHRenderLibrary_IsShadersCompiling"); \ static_assert(offsetof(PHRenderLibrary_IsShadersCompiling, ReturnValue) == 0x000000, "Member 'PHRenderLibrary_IsShadersCompiling::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHRenderLibrary_SetAffectDistanceFieldLighting \ static_assert(alignof(PHRenderLibrary_SetAffectDistanceFieldLighting) == 0x000008, "Wrong alignment on PHRenderLibrary_SetAffectDistanceFieldLighting"); \ static_assert(sizeof(PHRenderLibrary_SetAffectDistanceFieldLighting) == 0x000010, "Wrong size on PHRenderLibrary_SetAffectDistanceFieldLighting"); \ static_assert(offsetof(PHRenderLibrary_SetAffectDistanceFieldLighting, StaticMeshComp) == 0x000000, "Member 'PHRenderLibrary_SetAffectDistanceFieldLighting::StaticMeshComp' has a wrong offset!"); \ static_assert(offsetof(PHRenderLibrary_SetAffectDistanceFieldLighting, bEnable) == 0x000008, "Member 'PHRenderLibrary_SetAffectDistanceFieldLighting::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHRenderLibrary_SetDOFMaxBackgroundRadius \ static_assert(alignof(PHRenderLibrary_SetDOFMaxBackgroundRadius) == 0x000004, "Wrong alignment on PHRenderLibrary_SetDOFMaxBackgroundRadius"); \ static_assert(sizeof(PHRenderLibrary_SetDOFMaxBackgroundRadius) == 0x000004, "Wrong size on PHRenderLibrary_SetDOFMaxBackgroundRadius"); \ static_assert(offsetof(PHRenderLibrary_SetDOFMaxBackgroundRadius, NewRadius) == 0x000000, "Member 'PHRenderLibrary_SetDOFMaxBackgroundRadius::NewRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHRenderLibrary_SetDOFMaxForegroundRadius \ static_assert(alignof(PHRenderLibrary_SetDOFMaxForegroundRadius) == 0x000004, "Wrong alignment on PHRenderLibrary_SetDOFMaxForegroundRadius"); \ static_assert(sizeof(PHRenderLibrary_SetDOFMaxForegroundRadius) == 0x000004, "Wrong size on PHRenderLibrary_SetDOFMaxForegroundRadius"); \ static_assert(offsetof(PHRenderLibrary_SetDOFMaxForegroundRadius, NewRadius) == 0x000000, "Member 'PHRenderLibrary_SetDOFMaxForegroundRadius::NewRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHRenderLibrary_SetSelfShadowOnly \ static_assert(alignof(PHRenderLibrary_SetSelfShadowOnly) == 0x000008, "Wrong alignment on PHRenderLibrary_SetSelfShadowOnly"); \ static_assert(sizeof(PHRenderLibrary_SetSelfShadowOnly) == 0x000010, "Wrong size on PHRenderLibrary_SetSelfShadowOnly"); \ static_assert(offsetof(PHRenderLibrary_SetSelfShadowOnly, StaticMeshComp) == 0x000000, "Member 'PHRenderLibrary_SetSelfShadowOnly::StaticMeshComp' has a wrong offset!"); \ static_assert(offsetof(PHRenderLibrary_SetSelfShadowOnly, bEnable) == 0x000008, "Member 'PHRenderLibrary_SetSelfShadowOnly::bEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHRenderLibrary \ static_assert(alignof(UPHRenderLibrary) == 0x000008, "Wrong alignment on UPHRenderLibrary"); \ static_assert(sizeof(UPHRenderLibrary) == 0x000028, "Wrong size on UPHRenderLibrary"); \ #define DUMPER7_ASSERTS_PHRotationLibrary_GetRotationBetweenVectors \ static_assert(alignof(PHRotationLibrary_GetRotationBetweenVectors) == 0x000004, "Wrong alignment on PHRotationLibrary_GetRotationBetweenVectors"); \ static_assert(sizeof(PHRotationLibrary_GetRotationBetweenVectors) == 0x000024, "Wrong size on PHRotationLibrary_GetRotationBetweenVectors"); \ static_assert(offsetof(PHRotationLibrary_GetRotationBetweenVectors, From) == 0x000000, "Member 'PHRotationLibrary_GetRotationBetweenVectors::From' has a wrong offset!"); \ static_assert(offsetof(PHRotationLibrary_GetRotationBetweenVectors, To) == 0x00000C, "Member 'PHRotationLibrary_GetRotationBetweenVectors::To' has a wrong offset!"); \ static_assert(offsetof(PHRotationLibrary_GetRotationBetweenVectors, ReturnValue) == 0x000018, "Member 'PHRotationLibrary_GetRotationBetweenVectors::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHRotationLibrary_SlerpUsingQuaternion \ static_assert(alignof(PHRotationLibrary_SlerpUsingQuaternion) == 0x000004, "Wrong alignment on PHRotationLibrary_SlerpUsingQuaternion"); \ static_assert(sizeof(PHRotationLibrary_SlerpUsingQuaternion) == 0x000028, "Wrong size on PHRotationLibrary_SlerpUsingQuaternion"); \ static_assert(offsetof(PHRotationLibrary_SlerpUsingQuaternion, Start) == 0x000000, "Member 'PHRotationLibrary_SlerpUsingQuaternion::Start' has a wrong offset!"); \ static_assert(offsetof(PHRotationLibrary_SlerpUsingQuaternion, End) == 0x00000C, "Member 'PHRotationLibrary_SlerpUsingQuaternion::End' has a wrong offset!"); \ static_assert(offsetof(PHRotationLibrary_SlerpUsingQuaternion, Delta) == 0x000018, "Member 'PHRotationLibrary_SlerpUsingQuaternion::Delta' has a wrong offset!"); \ static_assert(offsetof(PHRotationLibrary_SlerpUsingQuaternion, ReturnValue) == 0x00001C, "Member 'PHRotationLibrary_SlerpUsingQuaternion::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHRotationLibrary \ static_assert(alignof(UPHRotationLibrary) == 0x000008, "Wrong alignment on UPHRotationLibrary"); \ static_assert(sizeof(UPHRotationLibrary) == 0x000028, "Wrong size on UPHRotationLibrary"); \ #define DUMPER7_ASSERTS_APHSearchPoint \ static_assert(alignof(APHSearchPoint) == 0x000008, "Wrong alignment on APHSearchPoint"); \ static_assert(sizeof(APHSearchPoint) == 0x000258, "Wrong size on APHSearchPoint"); \ #define DUMPER7_ASSERTS_UPHSearchPointChildActorComponent \ static_assert(alignof(UPHSearchPointChildActorComponent) == 0x000010, "Wrong alignment on UPHSearchPointChildActorComponent"); \ static_assert(sizeof(UPHSearchPointChildActorComponent) == 0x000260, "Wrong size on UPHSearchPointChildActorComponent"); \ #define DUMPER7_ASSERTS_APHSearchVolume \ static_assert(alignof(APHSearchVolume) == 0x000008, "Wrong alignment on APHSearchVolume"); \ static_assert(sizeof(APHSearchVolume) == 0x000230, "Wrong size on APHSearchVolume"); \ #define DUMPER7_ASSERTS_UPHSearchVolumeComponent \ static_assert(alignof(UPHSearchVolumeComponent) == 0x000010, "Wrong alignment on UPHSearchVolumeComponent"); \ static_assert(sizeof(UPHSearchVolumeComponent) == 0x000260, "Wrong size on UPHSearchVolumeComponent"); \ #define DUMPER7_ASSERTS_UPHSkelMeshStandInComponent \ static_assert(alignof(UPHSkelMeshStandInComponent) == 0x000010, "Wrong alignment on UPHSkelMeshStandInComponent"); \ static_assert(sizeof(UPHSkelMeshStandInComponent) == 0x000F40, "Wrong size on UPHSkelMeshStandInComponent"); \ #define DUMPER7_ASSERTS_UPHSleepExecCalculation \ static_assert(alignof(UPHSleepExecCalculation) == 0x000008, "Wrong alignment on UPHSleepExecCalculation"); \ static_assert(sizeof(UPHSleepExecCalculation) == 0x000040, "Wrong size on UPHSleepExecCalculation"); \ #define DUMPER7_ASSERTS_UPHSleepModMagCalculation \ static_assert(alignof(UPHSleepModMagCalculation) == 0x000008, "Wrong alignment on UPHSleepModMagCalculation"); \ static_assert(sizeof(UPHSleepModMagCalculation) == 0x000080, "Wrong size on UPHSleepModMagCalculation"); \ #define DUMPER7_ASSERTS_UPHSoundNodeCapFull \ static_assert(alignof(UPHSoundNodeCapFull) == 0x000008, "Wrong alignment on UPHSoundNodeCapFull"); \ static_assert(sizeof(UPHSoundNodeCapFull) == 0x000060, "Wrong size on UPHSoundNodeCapFull"); \ static_assert(offsetof(UPHSoundNodeCapFull, BoolParameterName) == 0x000048, "Member 'UPHSoundNodeCapFull::BoolParameterName' has a wrong offset!"); \ static_assert(offsetof(UPHSoundNodeCapFull, CrossfadeDuration) == 0x000050, "Member 'UPHSoundNodeCapFull::CrossfadeDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHSoundNodeCrossfadeFromStartCap \ static_assert(alignof(UPHSoundNodeCrossfadeFromStartCap) == 0x000008, "Wrong alignment on UPHSoundNodeCrossfadeFromStartCap"); \ static_assert(sizeof(UPHSoundNodeCrossfadeFromStartCap) == 0x000058, "Wrong size on UPHSoundNodeCrossfadeFromStartCap"); \ static_assert(offsetof(UPHSoundNodeCrossfadeFromStartCap, CrossfadeDuration) == 0x000048, "Member 'UPHSoundNodeCrossfadeFromStartCap::CrossfadeDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHSoundNodeFadeIn \ static_assert(alignof(UPHSoundNodeFadeIn) == 0x000008, "Wrong alignment on UPHSoundNodeFadeIn"); \ static_assert(sizeof(UPHSoundNodeFadeIn) == 0x000058, "Wrong size on UPHSoundNodeFadeIn"); \ static_assert(offsetof(UPHSoundNodeFadeIn, FadeStartTime) == 0x000048, "Member 'UPHSoundNodeFadeIn::FadeStartTime' has a wrong offset!"); \ static_assert(offsetof(UPHSoundNodeFadeIn, FadeDuration) == 0x00004C, "Member 'UPHSoundNodeFadeIn::FadeDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHSoundNodeFadeInAndOut \ static_assert(alignof(UPHSoundNodeFadeInAndOut) == 0x000008, "Wrong alignment on UPHSoundNodeFadeInAndOut"); \ static_assert(sizeof(UPHSoundNodeFadeInAndOut) == 0x000060, "Wrong size on UPHSoundNodeFadeInAndOut"); \ static_assert(offsetof(UPHSoundNodeFadeInAndOut, FadeInStartTime) == 0x000048, "Member 'UPHSoundNodeFadeInAndOut::FadeInStartTime' has a wrong offset!"); \ static_assert(offsetof(UPHSoundNodeFadeInAndOut, FadeInDuration) == 0x00004C, "Member 'UPHSoundNodeFadeInAndOut::FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(UPHSoundNodeFadeInAndOut, FadeOutStartTime) == 0x000050, "Member 'UPHSoundNodeFadeInAndOut::FadeOutStartTime' has a wrong offset!"); \ static_assert(offsetof(UPHSoundNodeFadeInAndOut, FadeOutDuration) == 0x000054, "Member 'UPHSoundNodeFadeInAndOut::FadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHSoundNodeFadeOut \ static_assert(alignof(UPHSoundNodeFadeOut) == 0x000008, "Wrong alignment on UPHSoundNodeFadeOut"); \ static_assert(sizeof(UPHSoundNodeFadeOut) == 0x000058, "Wrong size on UPHSoundNodeFadeOut"); \ static_assert(offsetof(UPHSoundNodeFadeOut, FadeStartTime) == 0x000048, "Member 'UPHSoundNodeFadeOut::FadeStartTime' has a wrong offset!"); \ static_assert(offsetof(UPHSoundNodeFadeOut, FadeDuration) == 0x00004C, "Member 'UPHSoundNodeFadeOut::FadeDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHSoundNodeGlobalDelay \ static_assert(alignof(UPHSoundNodeGlobalDelay) == 0x000008, "Wrong alignment on UPHSoundNodeGlobalDelay"); \ static_assert(sizeof(UPHSoundNodeGlobalDelay) == 0x000050, "Wrong size on UPHSoundNodeGlobalDelay"); \ static_assert(offsetof(UPHSoundNodeGlobalDelay, DelayMin) == 0x000048, "Member 'UPHSoundNodeGlobalDelay::DelayMin' has a wrong offset!"); \ static_assert(offsetof(UPHSoundNodeGlobalDelay, DelayMax) == 0x00004C, "Member 'UPHSoundNodeGlobalDelay::DelayMax' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTimelineLibrary_SetPlayRateFromDuration \ static_assert(alignof(PHTimelineLibrary_SetPlayRateFromDuration) == 0x000008, "Wrong alignment on PHTimelineLibrary_SetPlayRateFromDuration"); \ static_assert(sizeof(PHTimelineLibrary_SetPlayRateFromDuration) == 0x000010, "Wrong size on PHTimelineLibrary_SetPlayRateFromDuration"); \ static_assert(offsetof(PHTimelineLibrary_SetPlayRateFromDuration, Timeline) == 0x000000, "Member 'PHTimelineLibrary_SetPlayRateFromDuration::Timeline' has a wrong offset!"); \ static_assert(offsetof(PHTimelineLibrary_SetPlayRateFromDuration, Duration) == 0x000008, "Member 'PHTimelineLibrary_SetPlayRateFromDuration::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHTimelineLibrary \ static_assert(alignof(UPHTimelineLibrary) == 0x000008, "Wrong alignment on UPHTimelineLibrary"); \ static_assert(sizeof(UPHTimelineLibrary) == 0x000028, "Wrong size on UPHTimelineLibrary"); \ #define DUMPER7_ASSERTS_UPHTraversalInfo \ static_assert(alignof(UPHTraversalInfo) == 0x000008, "Wrong alignment on UPHTraversalInfo"); \ static_assert(sizeof(UPHTraversalInfo) == 0x000048, "Wrong size on UPHTraversalInfo"); \ static_assert(offsetof(UPHTraversalInfo, ActionValue) == 0x000028, "Member 'UPHTraversalInfo::ActionValue' has a wrong offset!"); \ static_assert(offsetof(UPHTraversalInfo, Alpha) == 0x00002C, "Member 'UPHTraversalInfo::Alpha' has a wrong offset!"); \ static_assert(offsetof(UPHTraversalInfo, DistanceAlongSpline) == 0x000030, "Member 'UPHTraversalInfo::DistanceAlongSpline' has a wrong offset!"); \ static_assert(offsetof(UPHTraversalInfo, bIsMounted) == 0x000034, "Member 'UPHTraversalInfo::bIsMounted' has a wrong offset!"); \ static_assert(offsetof(UPHTraversalInfo, MountSide) == 0x000035, "Member 'UPHTraversalInfo::MountSide' has a wrong offset!"); \ static_assert(offsetof(UPHTraversalInfo, Direction) == 0x000036, "Member 'UPHTraversalInfo::Direction' has a wrong offset!"); \ static_assert(offsetof(UPHTraversalInfo, UnMountSide) == 0x000037, "Member 'UPHTraversalInfo::UnMountSide' has a wrong offset!"); \ static_assert(offsetof(UPHTraversalInfo, ActorOrigins) == 0x000038, "Member 'UPHTraversalInfo::ActorOrigins' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_MountSpline \ static_assert(alignof(PHTraversableSplineComponent_MountSpline) == 0x000004, "Wrong alignment on PHTraversableSplineComponent_MountSpline"); \ static_assert(sizeof(PHTraversableSplineComponent_MountSpline) == 0x000008, "Wrong size on PHTraversableSplineComponent_MountSpline"); \ static_assert(offsetof(PHTraversableSplineComponent_MountSpline, Placement) == 0x000000, "Member 'PHTraversableSplineComponent_MountSpline::Placement' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_MountSpline, MountingPoint) == 0x000004, "Member 'PHTraversableSplineComponent_MountSpline::MountingPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_OnStepTimelineUpdate \ static_assert(alignof(PHTraversableSplineComponent_OnStepTimelineUpdate) == 0x000004, "Wrong alignment on PHTraversableSplineComponent_OnStepTimelineUpdate"); \ static_assert(sizeof(PHTraversableSplineComponent_OnStepTimelineUpdate) == 0x000004, "Wrong size on PHTraversableSplineComponent_OnStepTimelineUpdate"); \ static_assert(offsetof(PHTraversableSplineComponent_OnStepTimelineUpdate, Alpha) == 0x000000, "Member 'PHTraversableSplineComponent_OnStepTimelineUpdate::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_SetDistanceAlongSpline \ static_assert(alignof(PHTraversableSplineComponent_SetDistanceAlongSpline) == 0x000004, "Wrong alignment on PHTraversableSplineComponent_SetDistanceAlongSpline"); \ static_assert(sizeof(PHTraversableSplineComponent_SetDistanceAlongSpline) == 0x000004, "Wrong size on PHTraversableSplineComponent_SetDistanceAlongSpline"); \ static_assert(offsetof(PHTraversableSplineComponent_SetDistanceAlongSpline, NewDistanceAlongSpline) == 0x000000, "Member 'PHTraversableSplineComponent_SetDistanceAlongSpline::NewDistanceAlongSpline' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_TraverseSpline \ static_assert(alignof(PHTraversableSplineComponent_TraverseSpline) == 0x000004, "Wrong alignment on PHTraversableSplineComponent_TraverseSpline"); \ static_assert(sizeof(PHTraversableSplineComponent_TraverseSpline) == 0x000004, "Wrong size on PHTraversableSplineComponent_TraverseSpline"); \ static_assert(offsetof(PHTraversableSplineComponent_TraverseSpline, ActionValue) == 0x000000, "Member 'PHTraversableSplineComponent_TraverseSpline::ActionValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_TryMountSpline \ static_assert(alignof(PHTraversableSplineComponent_TryMountSpline) == 0x000004, "Wrong alignment on PHTraversableSplineComponent_TryMountSpline"); \ static_assert(sizeof(PHTraversableSplineComponent_TryMountSpline) == 0x00000C, "Wrong size on PHTraversableSplineComponent_TryMountSpline"); \ static_assert(offsetof(PHTraversableSplineComponent_TryMountSpline, Placement) == 0x000000, "Member 'PHTraversableSplineComponent_TryMountSpline::Placement' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_TryMountSpline, MountingPoint) == 0x000004, "Member 'PHTraversableSplineComponent_TryMountSpline::MountingPoint' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_TryMountSpline, ReturnValue) == 0x000008, "Member 'PHTraversableSplineComponent_TryMountSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_TryTraverse \ static_assert(alignof(PHTraversableSplineComponent_TryTraverse) == 0x000004, "Wrong alignment on PHTraversableSplineComponent_TryTraverse"); \ static_assert(sizeof(PHTraversableSplineComponent_TryTraverse) == 0x000008, "Wrong size on PHTraversableSplineComponent_TryTraverse"); \ static_assert(offsetof(PHTraversableSplineComponent_TryTraverse, ActionValue) == 0x000000, "Member 'PHTraversableSplineComponent_TryTraverse::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_TryTraverse, ReturnValue) == 0x000004, "Member 'PHTraversableSplineComponent_TryTraverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_TryUnMountSpline \ static_assert(alignof(PHTraversableSplineComponent_TryUnMountSpline) == 0x000001, "Wrong alignment on PHTraversableSplineComponent_TryUnMountSpline"); \ static_assert(sizeof(PHTraversableSplineComponent_TryUnMountSpline) == 0x000002, "Wrong size on PHTraversableSplineComponent_TryUnMountSpline"); \ static_assert(offsetof(PHTraversableSplineComponent_TryUnMountSpline, Placement) == 0x000000, "Member 'PHTraversableSplineComponent_TryUnMountSpline::Placement' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_TryUnMountSpline, ReturnValue) == 0x000001, "Member 'PHTraversableSplineComponent_TryUnMountSpline::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_UnMountSpline \ static_assert(alignof(PHTraversableSplineComponent_UnMountSpline) == 0x000001, "Wrong alignment on PHTraversableSplineComponent_UnMountSpline"); \ static_assert(sizeof(PHTraversableSplineComponent_UnMountSpline) == 0x000001, "Wrong size on PHTraversableSplineComponent_UnMountSpline"); \ static_assert(offsetof(PHTraversableSplineComponent_UnMountSpline, Placement) == 0x000000, "Member 'PHTraversableSplineComponent_UnMountSpline::Placement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_CalculateExit \ static_assert(alignof(PHTraversableSplineComponent_CalculateExit) == 0x000004, "Wrong alignment on PHTraversableSplineComponent_CalculateExit"); \ static_assert(sizeof(PHTraversableSplineComponent_CalculateExit) == 0x00000C, "Wrong size on PHTraversableSplineComponent_CalculateExit"); \ static_assert(offsetof(PHTraversableSplineComponent_CalculateExit, ActionValue) == 0x000000, "Member 'PHTraversableSplineComponent_CalculateExit::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_CalculateExit, CurrentDistance) == 0x000004, "Member 'PHTraversableSplineComponent_CalculateExit::CurrentDistance' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_CalculateExit, ReturnValue) == 0x000008, "Member 'PHTraversableSplineComponent_CalculateExit::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_CalculateNextStep \ static_assert(alignof(PHTraversableSplineComponent_CalculateNextStep) == 0x000004, "Wrong alignment on PHTraversableSplineComponent_CalculateNextStep"); \ static_assert(sizeof(PHTraversableSplineComponent_CalculateNextStep) == 0x00000C, "Wrong size on PHTraversableSplineComponent_CalculateNextStep"); \ static_assert(offsetof(PHTraversableSplineComponent_CalculateNextStep, ActionValue) == 0x000000, "Member 'PHTraversableSplineComponent_CalculateNextStep::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_CalculateNextStep, CurrentDistance) == 0x000004, "Member 'PHTraversableSplineComponent_CalculateNextStep::CurrentDistance' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_CalculateNextStep, ReturnValue) == 0x000008, "Member 'PHTraversableSplineComponent_CalculateNextStep::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_CanMount \ static_assert(alignof(PHTraversableSplineComponent_CanMount) == 0x000001, "Wrong alignment on PHTraversableSplineComponent_CanMount"); \ static_assert(sizeof(PHTraversableSplineComponent_CanMount) == 0x000002, "Wrong size on PHTraversableSplineComponent_CanMount"); \ static_assert(offsetof(PHTraversableSplineComponent_CanMount, Placement) == 0x000000, "Member 'PHTraversableSplineComponent_CanMount::Placement' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_CanMount, ReturnValue) == 0x000001, "Member 'PHTraversableSplineComponent_CanMount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_CanTraverse \ static_assert(alignof(PHTraversableSplineComponent_CanTraverse) == 0x000004, "Wrong alignment on PHTraversableSplineComponent_CanTraverse"); \ static_assert(sizeof(PHTraversableSplineComponent_CanTraverse) == 0x000008, "Wrong size on PHTraversableSplineComponent_CanTraverse"); \ static_assert(offsetof(PHTraversableSplineComponent_CanTraverse, ActionValue) == 0x000000, "Member 'PHTraversableSplineComponent_CanTraverse::ActionValue' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_CanTraverse, ReturnValue) == 0x000004, "Member 'PHTraversableSplineComponent_CanTraverse::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_CanUnMount \ static_assert(alignof(PHTraversableSplineComponent_CanUnMount) == 0x000001, "Wrong alignment on PHTraversableSplineComponent_CanUnMount"); \ static_assert(sizeof(PHTraversableSplineComponent_CanUnMount) == 0x000002, "Wrong size on PHTraversableSplineComponent_CanUnMount"); \ static_assert(offsetof(PHTraversableSplineComponent_CanUnMount, Placement) == 0x000000, "Member 'PHTraversableSplineComponent_CanUnMount::Placement' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_CanUnMount, ReturnValue) == 0x000001, "Member 'PHTraversableSplineComponent_CanUnMount::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_GetSplineBeginning \ static_assert(alignof(PHTraversableSplineComponent_GetSplineBeginning) == 0x000004, "Wrong alignment on PHTraversableSplineComponent_GetSplineBeginning"); \ static_assert(sizeof(PHTraversableSplineComponent_GetSplineBeginning) == 0x000004, "Wrong size on PHTraversableSplineComponent_GetSplineBeginning"); \ static_assert(offsetof(PHTraversableSplineComponent_GetSplineBeginning, ReturnValue) == 0x000000, "Member 'PHTraversableSplineComponent_GetSplineBeginning::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_GetSplineEnd \ static_assert(alignof(PHTraversableSplineComponent_GetSplineEnd) == 0x000004, "Wrong alignment on PHTraversableSplineComponent_GetSplineEnd"); \ static_assert(sizeof(PHTraversableSplineComponent_GetSplineEnd) == 0x000004, "Wrong size on PHTraversableSplineComponent_GetSplineEnd"); \ static_assert(offsetof(PHTraversableSplineComponent_GetSplineEnd, ReturnValue) == 0x000000, "Member 'PHTraversableSplineComponent_GetSplineEnd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_GetTransformAtSplineMountSide \ static_assert(alignof(PHTraversableSplineComponent_GetTransformAtSplineMountSide) == 0x000010, "Wrong alignment on PHTraversableSplineComponent_GetTransformAtSplineMountSide"); \ static_assert(sizeof(PHTraversableSplineComponent_GetTransformAtSplineMountSide) == 0x000040, "Wrong size on PHTraversableSplineComponent_GetTransformAtSplineMountSide"); \ static_assert(offsetof(PHTraversableSplineComponent_GetTransformAtSplineMountSide, CoordinateSpace) == 0x000000, "Member 'PHTraversableSplineComponent_GetTransformAtSplineMountSide::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_GetTransformAtSplineMountSide, bUseScale) == 0x000001, "Member 'PHTraversableSplineComponent_GetTransformAtSplineMountSide::bUseScale' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_GetTransformAtSplineMountSide, ReturnValue) == 0x000010, "Member 'PHTraversableSplineComponent_GetTransformAtSplineMountSide::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_PHTraversableSplineComponent_GetTransformAtSplineUnMountSide \ static_assert(alignof(PHTraversableSplineComponent_GetTransformAtSplineUnMountSide) == 0x000010, "Wrong alignment on PHTraversableSplineComponent_GetTransformAtSplineUnMountSide"); \ static_assert(sizeof(PHTraversableSplineComponent_GetTransformAtSplineUnMountSide) == 0x000040, "Wrong size on PHTraversableSplineComponent_GetTransformAtSplineUnMountSide"); \ static_assert(offsetof(PHTraversableSplineComponent_GetTransformAtSplineUnMountSide, CoordinateSpace) == 0x000000, "Member 'PHTraversableSplineComponent_GetTransformAtSplineUnMountSide::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_GetTransformAtSplineUnMountSide, bUseScale) == 0x000001, "Member 'PHTraversableSplineComponent_GetTransformAtSplineUnMountSide::bUseScale' has a wrong offset!"); \ static_assert(offsetof(PHTraversableSplineComponent_GetTransformAtSplineUnMountSide, ReturnValue) == 0x000010, "Member 'PHTraversableSplineComponent_GetTransformAtSplineUnMountSide::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UPHTraversableSplineComponent \ static_assert(alignof(UPHTraversableSplineComponent) == 0x000010, "Wrong alignment on UPHTraversableSplineComponent"); \ static_assert(sizeof(UPHTraversableSplineComponent) == 0x0006C0, "Wrong size on UPHTraversableSplineComponent"); \ static_assert(offsetof(UPHTraversableSplineComponent, StepCurve) == 0x000578, "Member 'UPHTraversableSplineComponent::StepCurve' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, StepTimeline) == 0x000580, "Member 'UPHTraversableSplineComponent::StepTimeline' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, InputDeadzoneRange) == 0x000618, "Member 'UPHTraversableSplineComponent::InputDeadzoneRange' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, bShouldInvertInput) == 0x00061C, "Member 'UPHTraversableSplineComponent::bShouldInvertInput' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, TraversalInfo) == 0x000620, "Member 'UPHTraversableSplineComponent::TraversalInfo' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, OnTraversalStart) == 0x000628, "Member 'UPHTraversableSplineComponent::OnTraversalStart' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, OnTraversalUpdate) == 0x000638, "Member 'UPHTraversableSplineComponent::OnTraversalUpdate' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, OnTraversalFinish) == 0x000648, "Member 'UPHTraversableSplineComponent::OnTraversalFinish' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, bAffectOwningActor) == 0x000658, "Member 'UPHTraversableSplineComponent::bAffectOwningActor' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, SplineActors) == 0x000660, "Member 'UPHTraversableSplineComponent::SplineActors' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, bTraversalEnabled) == 0x000670, "Member 'UPHTraversableSplineComponent::bTraversalEnabled' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, SplineTraversalMode) == 0x000671, "Member 'UPHTraversableSplineComponent::SplineTraversalMode' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, StepDuration) == 0x000674, "Member 'UPHTraversableSplineComponent::StepDuration' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, StepLength) == 0x000678, "Member 'UPHTraversableSplineComponent::StepLength' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, AllowedAxes) == 0x00067C, "Member 'UPHTraversableSplineComponent::AllowedAxes' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, AllowedMountSides) == 0x00067D, "Member 'UPHTraversableSplineComponent::AllowedMountSides' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, AllowedUnMountSides) == 0x00067E, "Member 'UPHTraversableSplineComponent::AllowedUnMountSides' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, StepInitialDistanceAlongSpline) == 0x000680, "Member 'UPHTraversableSplineComponent::StepInitialDistanceAlongSpline' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, OnSplineMounted) == 0x000688, "Member 'UPHTraversableSplineComponent::OnSplineMounted' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, OnSplineUnMounted) == 0x000698, "Member 'UPHTraversableSplineComponent::OnSplineUnMounted' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, StepSoundEffect) == 0x0006A8, "Member 'UPHTraversableSplineComponent::StepSoundEffect' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, SFXVolumeMultiplier) == 0x0006B0, "Member 'UPHTraversableSplineComponent::SFXVolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(UPHTraversableSplineComponent, SFXPitchMultiplier) == 0x0006B4, "Member 'UPHTraversableSplineComponent::SFXPitchMultiplier' 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_FMargin \ static_assert(alignof(FMargin) == 0x000004, "Wrong alignment on FMargin"); \ static_assert(sizeof(FMargin) == 0x000010, "Wrong size on FMargin"); \ static_assert(offsetof(FMargin, Left) == 0x000000, "Member 'FMargin::Left' has a wrong offset!"); \ static_assert(offsetof(FMargin, Top) == 0x000004, "Member 'FMargin::Top' has a wrong offset!"); \ static_assert(offsetof(FMargin, Right) == 0x000008, "Member 'FMargin::Right' has a wrong offset!"); \ static_assert(offsetof(FMargin, Bottom) == 0x00000C, "Member 'FMargin::Bottom' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateColor \ static_assert(alignof(FSlateColor) == 0x000008, "Wrong alignment on FSlateColor"); \ static_assert(sizeof(FSlateColor) == 0x000028, "Wrong size on FSlateColor"); \ static_assert(offsetof(FSlateColor, SpecifiedColor) == 0x000000, "Member 'FSlateColor::SpecifiedColor' has a wrong offset!"); \ static_assert(offsetof(FSlateColor, ColorUseRule) == 0x000010, "Member 'FSlateColor::ColorUseRule' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSlateBrush \ static_assert(alignof(FSlateBrush) == 0x000008, "Wrong alignment on FSlateBrush"); \ static_assert(sizeof(FSlateBrush) == 0x000088, "Wrong size on FSlateBrush"); \ static_assert(offsetof(FSlateBrush, ImageSize) == 0x000008, "Member 'FSlateBrush::ImageSize' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, Margin) == 0x000010, "Member 'FSlateBrush::Margin' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, TintColor) == 0x000020, "Member 'FSlateBrush::TintColor' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, ResourceObject) == 0x000048, "Member 'FSlateBrush::ResourceObject' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, ResourceName) == 0x000050, "Member 'FSlateBrush::ResourceName' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, UVRegion) == 0x000058, "Member 'FSlateBrush::UVRegion' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, DrawAs) == 0x00006C, "Member 'FSlateBrush::DrawAs' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, Tiling) == 0x00006D, "Member 'FSlateBrush::Tiling' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, Mirroring) == 0x00006E, "Member 'FSlateBrush::Mirroring' has a wrong offset!"); \ static_assert(offsetof(FSlateBrush, ImageType) == 0x00006F, "Member 'FSlateBrush::ImageType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FSlateWidgetStyle \ static_assert(alignof(FSlateWidgetStyle) == 0x000008, "Wrong alignment on FSlateWidgetStyle"); \ static_assert(sizeof(FSlateWidgetStyle) == 0x000008, "Wrong size on FSlateWidgetStyle"); \ #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_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_FInputEvent \ static_assert(alignof(FInputEvent) == 0x000008, "Wrong alignment on FInputEvent"); \ static_assert(sizeof(FInputEvent) == 0x000020, "Wrong size on FInputEvent"); \ #define DUMPER7_ASSERTS_FGeometry \ static_assert(alignof(FGeometry) == 0x000004, "Wrong alignment on FGeometry"); \ static_assert(sizeof(FGeometry) == 0x000038, "Wrong size on FGeometry"); \ #define DUMPER7_ASSERTS_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_FPointerEvent \ static_assert(alignof(FPointerEvent) == 0x000008, "Wrong alignment on FPointerEvent"); \ static_assert(sizeof(FPointerEvent) == 0x000078, "Wrong size on FPointerEvent"); \ #define DUMPER7_ASSERTS_FKeyEvent \ static_assert(alignof(FKeyEvent) == 0x000008, "Wrong alignment on FKeyEvent"); \ static_assert(sizeof(FKeyEvent) == 0x000040, "Wrong size on FKeyEvent"); \ #define DUMPER7_ASSERTS_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_FCharacterEvent \ static_assert(alignof(FCharacterEvent) == 0x000008, "Wrong alignment on FCharacterEvent"); \ static_assert(sizeof(FCharacterEvent) == 0x000028, "Wrong size on FCharacterEvent"); \ #define DUMPER7_ASSERTS_FNavigationEvent \ static_assert(alignof(FNavigationEvent) == 0x000008, "Wrong alignment on FNavigationEvent"); \ static_assert(sizeof(FNavigationEvent) == 0x000028, "Wrong size on FNavigationEvent"); \ #define DUMPER7_ASSERTS_FAnalogInputEvent \ static_assert(alignof(FAnalogInputEvent) == 0x000008, "Wrong alignment on FAnalogInputEvent"); \ static_assert(sizeof(FAnalogInputEvent) == 0x000048, "Wrong size on FAnalogInputEvent"); \ #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_FCompositeSubFont \ static_assert(alignof(FCompositeSubFont) == 0x000008, "Wrong alignment on FCompositeSubFont"); \ static_assert(sizeof(FCompositeSubFont) == 0x000038, "Wrong size on FCompositeSubFont"); \ static_assert(offsetof(FCompositeSubFont, CharacterRanges) == 0x000018, "Member 'FCompositeSubFont::CharacterRanges' has a wrong offset!"); \ static_assert(offsetof(FCompositeSubFont, Cultures) == 0x000028, "Member 'FCompositeSubFont::Cultures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCompositeFont \ static_assert(alignof(FCompositeFont) == 0x000008, "Wrong alignment on FCompositeFont"); \ static_assert(sizeof(FCompositeFont) == 0x000038, "Wrong size on FCompositeFont"); \ static_assert(offsetof(FCompositeFont, DefaultTypeface) == 0x000000, "Member 'FCompositeFont::DefaultTypeface' has a wrong offset!"); \ static_assert(offsetof(FCompositeFont, FallbackTypeface) == 0x000010, "Member 'FCompositeFont::FallbackTypeface' has a wrong offset!"); \ static_assert(offsetof(FCompositeFont, SubTypefaces) == 0x000028, "Member 'FCompositeFont::SubTypefaces' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FEditableTextStyle \ static_assert(alignof(FEditableTextStyle) == 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_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_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_FMotionEvent \ static_assert(alignof(FMotionEvent) == 0x000008, "Wrong alignment on FMotionEvent"); \ static_assert(sizeof(FMotionEvent) == 0x000050, "Wrong size on FMotionEvent"); \ #define DUMPER7_ASSERTS_FCaptureLostEvent \ static_assert(alignof(FCaptureLostEvent) == 0x000004, "Wrong alignment on FCaptureLostEvent"); \ static_assert(sizeof(FCaptureLostEvent) == 0x000008, "Wrong size on FCaptureLostEvent"); \ #define DUMPER7_ASSERTS_FFocusEvent \ static_assert(alignof(FFocusEvent) == 0x000004, "Wrong alignment on FFocusEvent"); \ static_assert(sizeof(FFocusEvent) == 0x000008, "Wrong size on FFocusEvent"); \ #define DUMPER7_ASSERTS_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_FScrollBorderStyle \ static_assert(alignof(FScrollBorderStyle) == 0x000008, "Wrong alignment on FScrollBorderStyle"); \ static_assert(sizeof(FScrollBorderStyle) == 0x000118, "Wrong size on FScrollBorderStyle"); \ static_assert(offsetof(FScrollBorderStyle, TopShadowBrush) == 0x000008, "Member 'FScrollBorderStyle::TopShadowBrush' has a wrong offset!"); \ static_assert(offsetof(FScrollBorderStyle, BottomShadowBrush) == 0x000090, "Member 'FScrollBorderStyle::BottomShadowBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FScrollBoxStyle \ static_assert(alignof(FScrollBoxStyle) == 0x000008, "Wrong alignment on FScrollBoxStyle"); \ static_assert(sizeof(FScrollBoxStyle) == 0x000228, "Wrong size on FScrollBoxStyle"); \ static_assert(offsetof(FScrollBoxStyle, TopShadowBrush) == 0x000008, "Member 'FScrollBoxStyle::TopShadowBrush' has a wrong offset!"); \ static_assert(offsetof(FScrollBoxStyle, BottomShadowBrush) == 0x000090, "Member 'FScrollBoxStyle::BottomShadowBrush' has a wrong offset!"); \ static_assert(offsetof(FScrollBoxStyle, LeftShadowBrush) == 0x000118, "Member 'FScrollBoxStyle::LeftShadowBrush' has a wrong offset!"); \ static_assert(offsetof(FScrollBoxStyle, RightShadowBrush) == 0x0001A0, "Member 'FScrollBoxStyle::RightShadowBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FDockTabStyle \ static_assert(alignof(FDockTabStyle) == 0x000008, "Wrong alignment on FDockTabStyle"); \ static_assert(sizeof(FDockTabStyle) == 0x000700, "Wrong size on FDockTabStyle"); \ static_assert(offsetof(FDockTabStyle, CloseButtonStyle) == 0x000008, "Member 'FDockTabStyle::CloseButtonStyle' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, NormalBrush) == 0x000280, "Member 'FDockTabStyle::NormalBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, ActiveBrush) == 0x000308, "Member 'FDockTabStyle::ActiveBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, ColorOverlayTabBrush) == 0x000390, "Member 'FDockTabStyle::ColorOverlayTabBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, ColorOverlayIconBrush) == 0x000418, "Member 'FDockTabStyle::ColorOverlayIconBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, ForegroundBrush) == 0x0004A0, "Member 'FDockTabStyle::ForegroundBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, HoveredBrush) == 0x000528, "Member 'FDockTabStyle::HoveredBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, ContentAreaBrush) == 0x0005B0, "Member 'FDockTabStyle::ContentAreaBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, TabWellBrush) == 0x000638, "Member 'FDockTabStyle::TabWellBrush' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, TabPadding) == 0x0006C0, "Member 'FDockTabStyle::TabPadding' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, OverlapWidth) == 0x0006D0, "Member 'FDockTabStyle::OverlapWidth' has a wrong offset!"); \ static_assert(offsetof(FDockTabStyle, FlashColor) == 0x0006D8, "Member 'FDockTabStyle::FlashColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTableColumnHeaderStyle \ static_assert(alignof(FTableColumnHeaderStyle) == 0x000008, "Wrong alignment on FTableColumnHeaderStyle"); \ static_assert(sizeof(FTableColumnHeaderStyle) == 0x0004D0, "Wrong size on FTableColumnHeaderStyle"); \ static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryAscendingImage) == 0x000008, "Member 'FTableColumnHeaderStyle::SortPrimaryAscendingImage' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, SortPrimaryDescendingImage) == 0x000090, "Member 'FTableColumnHeaderStyle::SortPrimaryDescendingImage' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryAscendingImage) == 0x000118, "Member 'FTableColumnHeaderStyle::SortSecondaryAscendingImage' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, SortSecondaryDescendingImage) == 0x0001A0, "Member 'FTableColumnHeaderStyle::SortSecondaryDescendingImage' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, NormalBrush) == 0x000228, "Member 'FTableColumnHeaderStyle::NormalBrush' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, HoveredBrush) == 0x0002B0, "Member 'FTableColumnHeaderStyle::HoveredBrush' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownImage) == 0x000338, "Member 'FTableColumnHeaderStyle::MenuDropdownImage' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownNormalBorderBrush) == 0x0003C0, "Member 'FTableColumnHeaderStyle::MenuDropdownNormalBorderBrush' has a wrong offset!"); \ static_assert(offsetof(FTableColumnHeaderStyle, MenuDropdownHoveredBorderBrush) == 0x000448, "Member 'FTableColumnHeaderStyle::MenuDropdownHoveredBorderBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FVirtualKeyboardOptions \ static_assert(alignof(FVirtualKeyboardOptions) == 0x000001, "Wrong alignment on FVirtualKeyboardOptions"); \ static_assert(sizeof(FVirtualKeyboardOptions) == 0x000001, "Wrong size on FVirtualKeyboardOptions"); \ static_assert(offsetof(FVirtualKeyboardOptions, bEnableAutocorrect) == 0x000000, "Member 'FVirtualKeyboardOptions::bEnableAutocorrect' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenuEntry \ static_assert(alignof(FCustomizedToolMenuEntry) == 0x000004, "Wrong alignment on FCustomizedToolMenuEntry"); \ static_assert(sizeof(FCustomizedToolMenuEntry) == 0x000004, "Wrong size on FCustomizedToolMenuEntry"); \ static_assert(offsetof(FCustomizedToolMenuEntry, Visibility) == 0x000000, "Member 'FCustomizedToolMenuEntry::Visibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenuSection \ static_assert(alignof(FCustomizedToolMenuSection) == 0x000004, "Wrong alignment on FCustomizedToolMenuSection"); \ static_assert(sizeof(FCustomizedToolMenuSection) == 0x000004, "Wrong size on FCustomizedToolMenuSection"); \ static_assert(offsetof(FCustomizedToolMenuSection, Visibility) == 0x000000, "Member 'FCustomizedToolMenuSection::Visibility' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenuNameArray \ static_assert(alignof(FCustomizedToolMenuNameArray) == 0x000008, "Wrong alignment on FCustomizedToolMenuNameArray"); \ static_assert(sizeof(FCustomizedToolMenuNameArray) == 0x000010, "Wrong size on FCustomizedToolMenuNameArray"); \ static_assert(offsetof(FCustomizedToolMenuNameArray, Names) == 0x000000, "Member 'FCustomizedToolMenuNameArray::Names' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomizedToolMenu \ static_assert(alignof(FCustomizedToolMenu) == 0x000008, "Wrong alignment on FCustomizedToolMenu"); \ static_assert(sizeof(FCustomizedToolMenu) == 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_FInputChord \ static_assert(alignof(FInputChord) == 0x000008, "Wrong alignment on FInputChord"); \ static_assert(sizeof(FInputChord) == 0x000020, "Wrong size on FInputChord"); \ static_assert(offsetof(FInputChord, Key) == 0x000000, "Member 'FInputChord::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAnchors \ static_assert(alignof(FAnchors) == 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_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_UBP_PlayerTaskBase_C \ static_assert(alignof(UBP_PlayerTaskBase_C) == 0x000008, "Wrong alignment on UBP_PlayerTaskBase_C"); \ static_assert(sizeof(UBP_PlayerTaskBase_C) == 0x0000C8, "Wrong size on UBP_PlayerTaskBase_C"); \ static_assert(offsetof(UBP_PlayerTaskBase_C, HideInHUD) == 0x0000A8, "Member 'UBP_PlayerTaskBase_C::HideInHUD' has a wrong offset!"); \ static_assert(offsetof(UBP_PlayerTaskBase_C, ArchivedTaskName) == 0x0000B0, "Member 'UBP_PlayerTaskBase_C::ArchivedTaskName' has a wrong offset!"); \ #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_WBP_ControllerMap_Keyboard_C_GetRootCanvasPanel \ static_assert(alignof(WBP_ControllerMap_Keyboard_C_GetRootCanvasPanel) == 0x000008, "Wrong alignment on WBP_ControllerMap_Keyboard_C_GetRootCanvasPanel"); \ static_assert(sizeof(WBP_ControllerMap_Keyboard_C_GetRootCanvasPanel) == 0x000008, "Wrong size on WBP_ControllerMap_Keyboard_C_GetRootCanvasPanel"); \ static_assert(offsetof(WBP_ControllerMap_Keyboard_C_GetRootCanvasPanel, Result) == 0x000000, "Member 'WBP_ControllerMap_Keyboard_C_GetRootCanvasPanel::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_ControllerMap_Keyboard_C \ static_assert(alignof(UWBP_ControllerMap_Keyboard_C) == 0x000008, "Wrong alignment on UWBP_ControllerMap_Keyboard_C"); \ static_assert(sizeof(UWBP_ControllerMap_Keyboard_C) == 0x000620, "Wrong size on UWBP_ControllerMap_Keyboard_C"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, CancelText) == 0x0005C0, "Member 'UWBP_ControllerMap_Keyboard_C::CancelText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, ControllerImage) == 0x0005C8, "Member 'UWBP_ControllerMap_Keyboard_C::ControllerImage' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, Crouch2Text) == 0x0005D0, "Member 'UWBP_ControllerMap_Keyboard_C::Crouch2Text' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, HoldBreathText) == 0x0005D8, "Member 'UWBP_ControllerMap_Keyboard_C::HoldBreathText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, InteractText) == 0x0005E0, "Member 'UWBP_ControllerMap_Keyboard_C::InteractText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, InventoryText) == 0x0005E8, "Member 'UWBP_ControllerMap_Keyboard_C::InventoryText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, LookText) == 0x0005F0, "Member 'UWBP_ControllerMap_Keyboard_C::LookText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, MoveText) == 0x0005F8, "Member 'UWBP_ControllerMap_Keyboard_C::MoveText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, ObjectiveText) == 0x000600, "Member 'UWBP_ControllerMap_Keyboard_C::ObjectiveText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, PauseText) == 0x000608, "Member 'UWBP_ControllerMap_Keyboard_C::PauseText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, RootCanvasPanel) == 0x000610, "Member 'UWBP_ControllerMap_Keyboard_C::RootCanvasPanel' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_Keyboard_C, Sprint2Text) == 0x000618, "Member 'UWBP_ControllerMap_Keyboard_C::Sprint2Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMaterialQualityOverrides \ static_assert(alignof(FMaterialQualityOverrides) == 0x000001, "Wrong alignment on FMaterialQualityOverrides"); \ static_assert(sizeof(FMaterialQualityOverrides) == 0x000009, "Wrong size on FMaterialQualityOverrides"); \ static_assert(offsetof(FMaterialQualityOverrides, bDiscardQualityDuringCook) == 0x000000, "Member 'FMaterialQualityOverrides::bDiscardQualityDuringCook' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bEnableOverride) == 0x000001, "Member 'FMaterialQualityOverrides::bEnableOverride' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceFullyRough) == 0x000002, "Member 'FMaterialQualityOverrides::bForceFullyRough' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceNonMetal) == 0x000003, "Member 'FMaterialQualityOverrides::bForceNonMetal' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceDisableLMDirectionality) == 0x000004, "Member 'FMaterialQualityOverrides::bForceDisableLMDirectionality' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceLQReflections) == 0x000005, "Member 'FMaterialQualityOverrides::bForceLQReflections' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bForceDisablePreintegratedGF) == 0x000006, "Member 'FMaterialQualityOverrides::bForceDisablePreintegratedGF' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, bDisableMaterialNormalCalculation) == 0x000007, "Member 'FMaterialQualityOverrides::bDisableMaterialNormalCalculation' has a wrong offset!"); \ static_assert(offsetof(FMaterialQualityOverrides, MobileShadowQuality) == 0x000008, "Member 'FMaterialQualityOverrides::MobileShadowQuality' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialShaderQualitySettings \ static_assert(alignof(UMaterialShaderQualitySettings) == 0x000008, "Wrong alignment on UMaterialShaderQualitySettings"); \ static_assert(sizeof(UMaterialShaderQualitySettings) == 0x000078, "Wrong size on UMaterialShaderQualitySettings"); \ static_assert(offsetof(UMaterialShaderQualitySettings, ForwardSettingMap) == 0x000028, "Member 'UMaterialShaderQualitySettings::ForwardSettingMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UShaderPlatformQualitySettings \ static_assert(alignof(UShaderPlatformQualitySettings) == 0x000008, "Wrong alignment on UShaderPlatformQualitySettings"); \ static_assert(sizeof(UShaderPlatformQualitySettings) == 0x000060, "Wrong size on UShaderPlatformQualitySettings"); \ static_assert(offsetof(UShaderPlatformQualitySettings, QualityOverrides) == 0x000028, "Member 'UShaderPlatformQualitySettings::QualityOverrides' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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) == 0x000034, "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!"); \ static_assert(offsetof(FEyeTrackerGazeData, bIsLeftEyeBlink) == 0x000028, "Member 'FEyeTrackerGazeData::bIsLeftEyeBlink' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerGazeData, bIsRightEyeBlink) == 0x000029, "Member 'FEyeTrackerGazeData::bIsRightEyeBlink' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerGazeData, LeftPupilDiameter) == 0x00002C, "Member 'FEyeTrackerGazeData::LeftPupilDiameter' has a wrong offset!"); \ static_assert(offsetof(FEyeTrackerGazeData, RightPupilDiameter) == 0x000030, "Member 'FEyeTrackerGazeData::RightPupilDiameter' 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) == 0x000038, "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) == 0x000034, "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) == 0x000108, "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, MainPersistentLevel) == 0x000050, "Member 'UGameMapsSettings::MainPersistentLevel' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, bUseSplitscreen) == 0x000068, "Member 'UGameMapsSettings::bUseSplitscreen' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, TwoPlayerSplitscreenLayout) == 0x000069, "Member 'UGameMapsSettings::TwoPlayerSplitscreenLayout' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, ThreePlayerSplitscreenLayout) == 0x00006A, "Member 'UGameMapsSettings::ThreePlayerSplitscreenLayout' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, FourPlayerSplitscreenLayout) == 0x00006B, "Member 'UGameMapsSettings::FourPlayerSplitscreenLayout' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, bOffsetPlayerGamepadIds) == 0x00006C, "Member 'UGameMapsSettings::bOffsetPlayerGamepadIds' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameInstanceClass) == 0x000070, "Member 'UGameMapsSettings::GameInstanceClass' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameDefaultMap) == 0x000088, "Member 'UGameMapsSettings::GameDefaultMap' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, ServerDefaultMap) == 0x0000A0, "Member 'UGameMapsSettings::ServerDefaultMap' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GlobalDefaultGameMode) == 0x0000B8, "Member 'UGameMapsSettings::GlobalDefaultGameMode' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GlobalDefaultServerGameMode) == 0x0000D0, "Member 'UGameMapsSettings::GlobalDefaultServerGameMode' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameModeMapPrefixes) == 0x0000E8, "Member 'UGameMapsSettings::GameModeMapPrefixes' has a wrong offset!"); \ static_assert(offsetof(UGameMapsSettings, GameModeClassAliases) == 0x0000F8, "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_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) == 0x000280, "Wrong size on UMockDataMeshTrackerComponent"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, OnMeshTrackerUpdated) == 0x000208, "Member 'UMockDataMeshTrackerComponent::OnMeshTrackerUpdated' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, ScanWorld) == 0x000218, "Member 'UMockDataMeshTrackerComponent::ScanWorld' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, RequestNormals) == 0x000219, "Member 'UMockDataMeshTrackerComponent::RequestNormals' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, RequestVertexConfidence) == 0x00021A, "Member 'UMockDataMeshTrackerComponent::RequestVertexConfidence' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorMode) == 0x00021B, "Member 'UMockDataMeshTrackerComponent::VertexColorMode' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, BlockVertexColors) == 0x000220, "Member 'UMockDataMeshTrackerComponent::BlockVertexColors' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceZero) == 0x000230, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceZero' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceOne) == 0x000240, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceOne' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, UpdateInterval) == 0x000250, "Member 'UMockDataMeshTrackerComponent::UpdateInterval' has a wrong offset!"); \ static_assert(offsetof(UMockDataMeshTrackerComponent, MRMesh) == 0x000258, "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) == 0x000520, "Wrong size on UMRMeshComponent"); \ static_assert(offsetof(UMRMeshComponent, Material) == 0x000470, "Member 'UMRMeshComponent::Material' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, WireframeMaterial) == 0x000478, "Member 'UMRMeshComponent::WireframeMaterial' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, bCreateMeshProxySections) == 0x000480, "Member 'UMRMeshComponent::bCreateMeshProxySections' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, bUpdateNavMeshOnMeshUpdate) == 0x000481, "Member 'UMRMeshComponent::bUpdateNavMeshOnMeshUpdate' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, bNeverCreateCollisionMesh) == 0x000482, "Member 'UMRMeshComponent::bNeverCreateCollisionMesh' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, CachedBodySetup) == 0x000488, "Member 'UMRMeshComponent::CachedBodySetup' has a wrong offset!"); \ static_assert(offsetof(UMRMeshComponent, BodySetups) == 0x000490, "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) == 0x000230, "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) == 0x000290, "Wrong size on UARComponent"); \ static_assert(offsetof(UARComponent, NativeID) == 0x000208, "Member 'UARComponent::NativeID' has a wrong offset!"); \ static_assert(offsetof(UARComponent, bUseDefaultReplication) == 0x000248, "Member 'UARComponent::bUseDefaultReplication' has a wrong offset!"); \ static_assert(offsetof(UARComponent, DefaultMeshMaterial) == 0x000250, "Member 'UARComponent::DefaultMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UARComponent, DefaultWireframeMeshMaterial) == 0x000258, "Member 'UARComponent::DefaultWireframeMeshMaterial' has a wrong offset!"); \ static_assert(offsetof(UARComponent, MRMeshComponent) == 0x000260, "Member 'UARComponent::MRMeshComponent' has a wrong offset!"); \ static_assert(offsetof(UARComponent, MyTrackedGeometry) == 0x000268, "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) == 0x000310, "Wrong size on UARPlaneComponent"); \ static_assert(offsetof(UARPlaneComponent, ReplicatedPayload) == 0x000290, "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) == 0x000290, "Wrong size on UARPointComponent"); \ static_assert(offsetof(UARPointComponent, ReplicatedPayload) == 0x000288, "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) == 0x0002F0, "Wrong size on UARFaceComponent"); \ static_assert(offsetof(UARFaceComponent, TransformSetting) == 0x000288, "Member 'UARFaceComponent::TransformSetting' has a wrong offset!"); \ static_assert(offsetof(UARFaceComponent, bUpdateVertexNormal) == 0x000289, "Member 'UARFaceComponent::bUpdateVertexNormal' has a wrong offset!"); \ static_assert(offsetof(UARFaceComponent, bFaceOutOfScreen) == 0x00028A, "Member 'UARFaceComponent::bFaceOutOfScreen' has a wrong offset!"); \ static_assert(offsetof(UARFaceComponent, ReplicatedPayload) == 0x000290, "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) == 0x0002F0, "Wrong size on UARImageComponent"); \ static_assert(offsetof(UARImageComponent, ReplicatedPayload) == 0x000290, "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) == 0x000300, "Wrong size on UARQRCodeComponent"); \ static_assert(offsetof(UARQRCodeComponent, ReplicatedPayload) == 0x000290, "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) == 0x0002D0, "Wrong size on UARPoseComponent"); \ static_assert(offsetof(UARPoseComponent, ReplicatedPayload) == 0x000290, "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) == 0x0002C0, "Wrong size on UAREnvironmentProbeComponent"); \ static_assert(offsetof(UAREnvironmentProbeComponent, ReplicatedPayload) == 0x000290, "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) == 0x0002C0, "Wrong size on UARObjectComponent"); \ static_assert(offsetof(UARObjectComponent, ReplicatedPayload) == 0x000290, "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) == 0x0002F0, "Wrong size on UARMeshComponent"); \ static_assert(offsetof(UARMeshComponent, ReplicatedPayload) == 0x000290, "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) == 0x000300, "Wrong size on UARGeoAnchorComponent"); \ static_assert(offsetof(UARGeoAnchorComponent, ReplicatedPayload) == 0x000290, "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) == 0x000240, "Wrong size on UARLifeCycleComponent"); \ static_assert(offsetof(UARLifeCycleComponent, OnARActorSpawnedDelegate) == 0x000208, "Member 'UARLifeCycleComponent::OnARActorSpawnedDelegate' has a wrong offset!"); \ static_assert(offsetof(UARLifeCycleComponent, OnARActorToBeDestroyedDelegate) == 0x000218, "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) == 0x000230, "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) == 0x000380, "Wrong size on AARSharedWorldGameMode"); \ static_assert(offsetof(AARSharedWorldGameMode, BufferSizePerChunk) == 0x000318, "Member 'AARSharedWorldGameMode::BufferSizePerChunk' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AARSharedWorldGameState \ static_assert(alignof(AARSharedWorldGameState) == 0x000008, "Wrong alignment on AARSharedWorldGameState"); \ static_assert(sizeof(AARSharedWorldGameState) == 0x0002D8, "Wrong size on AARSharedWorldGameState"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageData) == 0x0002A0, "Member 'AARSharedWorldGameState::PreviewImageData' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldData) == 0x0002B0, "Member 'AARSharedWorldGameState::ARWorldData' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesTotal) == 0x0002C0, "Member 'AARSharedWorldGameState::PreviewImageBytesTotal' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesTotal) == 0x0002C4, "Member 'AARSharedWorldGameState::ARWorldBytesTotal' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesDelivered) == 0x0002C8, "Member 'AARSharedWorldGameState::PreviewImageBytesDelivered' has a wrong offset!"); \ static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesDelivered) == 0x0002CC, "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) == 0x000598, "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) == 0x000250, "Wrong size on AARSkyLight"); \ static_assert(offsetof(AARSkyLight, CaptureProbe) == 0x000240, "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) == 0x000208, "Wrong size on UARTrackableNotifyComponent"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedGeometry) == 0x0000B8, "Member 'UARTrackableNotifyComponent::OnAddTrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedGeometry) == 0x0000C8, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedGeometry) == 0x0000D8, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedGeometry' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPlane) == 0x0000E8, "Member 'UARTrackableNotifyComponent::OnAddTrackedPlane' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPlane) == 0x0000F8, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPlane' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPlane) == 0x000108, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPlane' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPoint) == 0x000118, "Member 'UARTrackableNotifyComponent::OnAddTrackedPoint' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPoint) == 0x000128, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPoint' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPoint) == 0x000138, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPoint' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedImage) == 0x000148, "Member 'UARTrackableNotifyComponent::OnAddTrackedImage' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedImage) == 0x000158, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedImage' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedImage) == 0x000168, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedImage' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedFace) == 0x000178, "Member 'UARTrackableNotifyComponent::OnAddTrackedFace' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedFace) == 0x000188, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedFace' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedFace) == 0x000198, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedFace' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedEnvProbe) == 0x0001A8, "Member 'UARTrackableNotifyComponent::OnAddTrackedEnvProbe' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedEnvProbe) == 0x0001B8, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedEnvProbe' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedEnvProbe) == 0x0001C8, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedEnvProbe' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedObject) == 0x0001D8, "Member 'UARTrackableNotifyComponent::OnAddTrackedObject' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedObject) == 0x0001E8, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedObject' has a wrong offset!"); \ static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedObject) == 0x0001F8, "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) == 0x000070, "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, bProvidedLinearAcceleration) == 0x00005C, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::bProvidedLinearAcceleration' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, LinearAcceleration) == 0x000060, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::LinearAcceleration' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime, ReturnValue) == 0x00006C, "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_GetPlayAreaRect \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetPlayAreaRect) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetPlayAreaRect"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetPlayAreaRect) == 0x000040, "Wrong size on HeadMountedDisplayFunctionLibrary_GetPlayAreaRect"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPlayAreaRect, OutTransform) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaRect::OutTransform' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPlayAreaRect, OutRect) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaRect::OutRect' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPlayAreaRect, ReturnValue) == 0x000038, "Member 'HeadMountedDisplayFunctionLibrary_GetPlayAreaRect::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_GetTrackingOriginTransform \ static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform) == 0x000010, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform"); \ static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform) == 0x000050, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform, Origin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform::Origin' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform, OutTransform) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform::OutTransform' has a wrong offset!"); \ static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform, ReturnValue) == 0x000040, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingOriginTransform::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) == 0x000520, "Wrong size on UMotionControllerComponent"); \ static_assert(offsetof(UMotionControllerComponent, PlayerIndex) == 0x000460, "Member 'UMotionControllerComponent::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, Hand) == 0x000464, "Member 'UMotionControllerComponent::Hand' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, MotionSource) == 0x000468, "Member 'UMotionControllerComponent::MotionSource' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, CurrentTrackingStatus) == 0x000474, "Member 'UMotionControllerComponent::CurrentTrackingStatus' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, bDisplayDeviceModel) == 0x000475, "Member 'UMotionControllerComponent::bDisplayDeviceModel' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, DisplayModelSource) == 0x000478, "Member 'UMotionControllerComponent::DisplayModelSource' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, CustomDisplayMesh) == 0x000480, "Member 'UMotionControllerComponent::CustomDisplayMesh' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, DisplayMeshMaterialOverrides) == 0x000488, "Member 'UMotionControllerComponent::DisplayMeshMaterialOverrides' has a wrong offset!"); \ static_assert(offsetof(UMotionControllerComponent, DisplayComponent) == 0x000500, "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) == 0x000168, "Wrong size on UVRNotificationsComponent"); \ static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate) == 0x0000B8, "Member 'UVRNotificationsComponent::HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializedDelegate) == 0x0000C8, "Member 'UVRNotificationsComponent::HMDTrackingInitializedDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDRecenteredDelegate) == 0x0000D8, "Member 'UVRNotificationsComponent::HMDRecenteredDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDLostDelegate) == 0x0000E8, "Member 'UVRNotificationsComponent::HMDLostDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDReconnectedDelegate) == 0x0000F8, "Member 'UVRNotificationsComponent::HMDReconnectedDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDConnectCanceledDelegate) == 0x000108, "Member 'UVRNotificationsComponent::HMDConnectCanceledDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDPutOnHeadDelegate) == 0x000118, "Member 'UVRNotificationsComponent::HMDPutOnHeadDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, HMDRemovedFromHeadDelegate) == 0x000128, "Member 'UVRNotificationsComponent::HMDRemovedFromHeadDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, VRControllerRecenteredDelegate) == 0x000138, "Member 'UVRNotificationsComponent::VRControllerRecenteredDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, XRTrackingOriginChangedDelegate) == 0x000148, "Member 'UVRNotificationsComponent::XRTrackingOriginChangedDelegate' has a wrong offset!"); \ static_assert(offsetof(UVRNotificationsComponent, XRPlayAreaChangedDelegate) == 0x000158, "Member 'UVRNotificationsComponent::XRPlayAreaChangedDelegate' 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_GCA_HoldBreath_Active_C_ExecuteUbergraph_GCA_HoldBreath_Active \ static_assert(alignof(GCA_HoldBreath_Active_C_ExecuteUbergraph_GCA_HoldBreath_Active) == 0x000004, "Wrong alignment on GCA_HoldBreath_Active_C_ExecuteUbergraph_GCA_HoldBreath_Active"); \ static_assert(sizeof(GCA_HoldBreath_Active_C_ExecuteUbergraph_GCA_HoldBreath_Active) == 0x000008, "Wrong size on GCA_HoldBreath_Active_C_ExecuteUbergraph_GCA_HoldBreath_Active"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_ExecuteUbergraph_GCA_HoldBreath_Active, EntryPoint) == 0x000000, "Member 'GCA_HoldBreath_Active_C_ExecuteUbergraph_GCA_HoldBreath_Active::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_ExecuteUbergraph_GCA_HoldBreath_Active, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'GCA_HoldBreath_Active_C_ExecuteUbergraph_GCA_HoldBreath_Active::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_HoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished \ static_assert(alignof(GCA_HoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished) == 0x000008, "Wrong alignment on GCA_HoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished"); \ static_assert(sizeof(GCA_HoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished) == 0x000010, "Wrong size on GCA_HoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished, CallFunc_MakeLiteralByte_ReturnValue) == 0x000000, "Member 'GCA_HoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'GCA_HoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_HoldBreath_Active_C_PlayVideoFX \ static_assert(alignof(GCA_HoldBreath_Active_C_PlayVideoFX) == 0x000008, "Wrong alignment on GCA_HoldBreath_Active_C_PlayVideoFX"); \ static_assert(sizeof(GCA_HoldBreath_Active_C_PlayVideoFX) == 0x000018, "Wrong size on GCA_HoldBreath_Active_C_PlayVideoFX"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_PlayVideoFX, PlayerTrack) == 0x000000, "Member 'GCA_HoldBreath_Active_C_PlayVideoFX::PlayerTrack' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_PlayVideoFX, VideoFile) == 0x000001, "Member 'GCA_HoldBreath_Active_C_PlayVideoFX::VideoFile' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_PlayVideoFX, LocVideoFileC) == 0x000002, "Member 'GCA_HoldBreath_Active_C_PlayVideoFX::LocVideoFileC' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_PlayVideoFX, LocVideoFileB) == 0x000003, "Member 'GCA_HoldBreath_Active_C_PlayVideoFX::LocVideoFileB' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_PlayVideoFX, LocVideoFileA) == 0x000004, "Member 'GCA_HoldBreath_Active_C_PlayVideoFX::LocVideoFileA' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_PlayVideoFX, LocPlayTrackC) == 0x000005, "Member 'GCA_HoldBreath_Active_C_PlayVideoFX::LocPlayTrackC' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_PlayVideoFX, LocPlayTrackB) == 0x000006, "Member 'GCA_HoldBreath_Active_C_PlayVideoFX::LocPlayTrackB' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_PlayVideoFX, LocPlayTrackA) == 0x000007, "Member 'GCA_HoldBreath_Active_C_PlayVideoFX::LocPlayTrackA' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_PlayVideoFX, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'GCA_HoldBreath_Active_C_PlayVideoFX::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_PlayVideoFX, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'GCA_HoldBreath_Active_C_PlayVideoFX::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_HoldBreath_Active_C_OnHoldBreathActive \ static_assert(alignof(GCA_HoldBreath_Active_C_OnHoldBreathActive) == 0x000001, "Wrong alignment on GCA_HoldBreath_Active_C_OnHoldBreathActive"); \ static_assert(sizeof(GCA_HoldBreath_Active_C_OnHoldBreathActive) == 0x000002, "Wrong size on GCA_HoldBreath_Active_C_OnHoldBreathActive"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_OnHoldBreathActive, CallFunc_PlayOnHYBActiveSound_ActiveSoundPlayed) == 0x000000, "Member 'GCA_HoldBreath_Active_C_OnHoldBreathActive::CallFunc_PlayOnHYBActiveSound_ActiveSoundPlayed' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_OnHoldBreathActive, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'GCA_HoldBreath_Active_C_OnHoldBreathActive::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding \ static_assert(alignof(GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding) == 0x000008, "Wrong alignment on GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding"); \ static_assert(sizeof(GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding) == 0x000010, "Wrong size on GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding, Loc_SoundToPlay) == 0x000000, "Member 'GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding::Loc_SoundToPlay' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding, CallFunc_HasHYBTriggerFailed_Result) == 0x000008, "Member 'GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding::CallFunc_HasHYBTriggerFailed_Result' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding, CallFunc_PlayOnHYBEndSound_EndSoundPlayed) == 0x000009, "Member 'GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding::CallFunc_PlayOnHYBEndSound_EndSoundPlayed' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'GCA_HoldBreath_Active_C_OnHoldBreathAbilityEnding::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_HoldBreath_Active_C_CacheParameters \ static_assert(alignof(GCA_HoldBreath_Active_C_CacheParameters) == 0x000008, "Wrong alignment on GCA_HoldBreath_Active_C_CacheParameters"); \ static_assert(sizeof(GCA_HoldBreath_Active_C_CacheParameters) == 0x0000E0, "Wrong size on GCA_HoldBreath_Active_C_CacheParameters"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_CacheParameters, TargeActor) == 0x000000, "Member 'GCA_HoldBreath_Active_C_CacheParameters::TargeActor' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_CacheParameters, Parameters) == 0x000008, "Member 'GCA_HoldBreath_Active_C_CacheParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_CacheParameters, Success) == 0x0000C8, "Member 'GCA_HoldBreath_Active_C_CacheParameters::Success' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_CacheParameters, CallFunc_CacheParameters_Success) == 0x0000C9, "Member 'GCA_HoldBreath_Active_C_CacheParameters::CallFunc_CacheParameters_Success' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_CacheParameters, K2Node_DynamicCast_AsBP_Base_HYBInteractable) == 0x0000D0, "Member 'GCA_HoldBreath_Active_C_CacheParameters::K2Node_DynamicCast_AsBP_Base_HYBInteractable' has a wrong offset!"); \ static_assert(offsetof(GCA_HoldBreath_Active_C_CacheParameters, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'GCA_HoldBreath_Active_C_CacheParameters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGCA_HoldBreath_Active_C \ static_assert(alignof(AGCA_HoldBreath_Active_C) == 0x000008, "Wrong alignment on AGCA_HoldBreath_Active_C"); \ static_assert(sizeof(AGCA_HoldBreath_Active_C) == 0x0003E0, "Wrong size on AGCA_HoldBreath_Active_C"); \ static_assert(offsetof(AGCA_HoldBreath_Active_C, UberGraphFrame_GCA_HoldBreath_Active_C) == 0x0003A0, "Member 'AGCA_HoldBreath_Active_C::UberGraphFrame_GCA_HoldBreath_Active_C' has a wrong offset!"); \ static_assert(offsetof(AGCA_HoldBreath_Active_C, HoldYourBreath) == 0x0003A8, "Member 'AGCA_HoldBreath_Active_C::HoldYourBreath' has a wrong offset!"); \ static_assert(offsetof(AGCA_HoldBreath_Active_C, VideoIntensityTimeline_Alpha_46C93DE540A9BE2111E968A08DF423BC) == 0x0003B0, "Member 'AGCA_HoldBreath_Active_C::VideoIntensityTimeline_Alpha_46C93DE540A9BE2111E968A08DF423BC' has a wrong offset!"); \ static_assert(offsetof(AGCA_HoldBreath_Active_C, VideoIntensityTimeline__Direction_46C93DE540A9BE2111E968A08DF423BC) == 0x0003B4, "Member 'AGCA_HoldBreath_Active_C::VideoIntensityTimeline__Direction_46C93DE540A9BE2111E968A08DF423BC' has a wrong offset!"); \ static_assert(offsetof(AGCA_HoldBreath_Active_C, VideoIntensityTimeline) == 0x0003B8, "Member 'AGCA_HoldBreath_Active_C::VideoIntensityTimeline' has a wrong offset!"); \ static_assert(offsetof(AGCA_HoldBreath_Active_C, ProjectionVideo) == 0x0003C0, "Member 'AGCA_HoldBreath_Active_C::ProjectionVideo' has a wrong offset!"); \ static_assert(offsetof(AGCA_HoldBreath_Active_C, ProjectionColor) == 0x0003C4, "Member 'AGCA_HoldBreath_Active_C::ProjectionColor' has a wrong offset!"); \ static_assert(offsetof(AGCA_HoldBreath_Active_C, ProjectionIntensity) == 0x0003D4, "Member 'AGCA_HoldBreath_Active_C::ProjectionIntensity' has a wrong offset!"); \ static_assert(offsetof(AGCA_HoldBreath_Active_C, CachedHYBInteractable) == 0x0003D8, "Member 'AGCA_HoldBreath_Active_C::CachedHYBInteractable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSHAHashData \ static_assert(alignof(FSHAHashData) == 0x000001, "Wrong alignment on FSHAHashData"); \ static_assert(sizeof(FSHAHashData) == 0x000014, "Wrong size on FSHAHashData"); \ static_assert(offsetof(FSHAHashData, Hash) == 0x000000, "Member 'FSHAHashData::Hash' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChunkPartData \ static_assert(alignof(FChunkPartData) == 0x000004, "Wrong alignment on FChunkPartData"); \ static_assert(sizeof(FChunkPartData) == 0x000018, "Wrong size on FChunkPartData"); \ static_assert(offsetof(FChunkPartData, Guid) == 0x000000, "Member 'FChunkPartData::Guid' has a wrong offset!"); \ static_assert(offsetof(FChunkPartData, Offset) == 0x000010, "Member 'FChunkPartData::Offset' has a wrong offset!"); \ static_assert(offsetof(FChunkPartData, Size) == 0x000014, "Member 'FChunkPartData::Size' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFileManifestData \ static_assert(alignof(FFileManifestData) == 0x000008, "Wrong alignment on FFileManifestData"); \ static_assert(sizeof(FFileManifestData) == 0x000068, "Wrong size on FFileManifestData"); \ static_assert(offsetof(FFileManifestData, Filename) == 0x000000, "Member 'FFileManifestData::Filename' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, FileHash) == 0x000010, "Member 'FFileManifestData::FileHash' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, FileChunkParts) == 0x000028, "Member 'FFileManifestData::FileChunkParts' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, InstallTags) == 0x000038, "Member 'FFileManifestData::InstallTags' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, bIsUnixExecutable) == 0x000048, "Member 'FFileManifestData::bIsUnixExecutable' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, SymlinkTarget) == 0x000050, "Member 'FFileManifestData::SymlinkTarget' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, bIsReadOnly) == 0x000060, "Member 'FFileManifestData::bIsReadOnly' has a wrong offset!"); \ static_assert(offsetof(FFileManifestData, bIsCompressed) == 0x000061, "Member 'FFileManifestData::bIsCompressed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChunkInfoData \ static_assert(alignof(FChunkInfoData) == 0x000008, "Wrong alignment on FChunkInfoData"); \ static_assert(sizeof(FChunkInfoData) == 0x000040, "Wrong size on FChunkInfoData"); \ static_assert(offsetof(FChunkInfoData, Guid) == 0x000000, "Member 'FChunkInfoData::Guid' has a wrong offset!"); \ static_assert(offsetof(FChunkInfoData, Hash) == 0x000010, "Member 'FChunkInfoData::Hash' has a wrong offset!"); \ static_assert(offsetof(FChunkInfoData, ShaHash) == 0x000018, "Member 'FChunkInfoData::ShaHash' has a wrong offset!"); \ static_assert(offsetof(FChunkInfoData, FileSize) == 0x000030, "Member 'FChunkInfoData::FileSize' has a wrong offset!"); \ static_assert(offsetof(FChunkInfoData, GroupNumber) == 0x000038, "Member 'FChunkInfoData::GroupNumber' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCustomFieldData \ static_assert(alignof(FCustomFieldData) == 0x000008, "Wrong alignment on FCustomFieldData"); \ static_assert(sizeof(FCustomFieldData) == 0x000020, "Wrong size on FCustomFieldData"); \ static_assert(offsetof(FCustomFieldData, Key) == 0x000000, "Member 'FCustomFieldData::Key' has a wrong offset!"); \ static_assert(offsetof(FCustomFieldData, Value) == 0x000010, "Member 'FCustomFieldData::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBuildPatchManifest \ static_assert(alignof(UBuildPatchManifest) == 0x000008, "Wrong alignment on UBuildPatchManifest"); \ static_assert(sizeof(UBuildPatchManifest) == 0x000120, "Wrong size on UBuildPatchManifest"); \ static_assert(offsetof(UBuildPatchManifest, ManifestFileVersion) == 0x000028, "Member 'UBuildPatchManifest::ManifestFileVersion' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, bIsFileData) == 0x000029, "Member 'UBuildPatchManifest::bIsFileData' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, AppID) == 0x00002C, "Member 'UBuildPatchManifest::AppID' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, AppName) == 0x000030, "Member 'UBuildPatchManifest::AppName' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, BuildVersion) == 0x000040, "Member 'UBuildPatchManifest::BuildVersion' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, LaunchExe) == 0x000050, "Member 'UBuildPatchManifest::LaunchExe' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, LaunchCommand) == 0x000060, "Member 'UBuildPatchManifest::LaunchCommand' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, PrereqIds) == 0x000070, "Member 'UBuildPatchManifest::PrereqIds' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, PrereqName) == 0x0000C0, "Member 'UBuildPatchManifest::PrereqName' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, PrereqPath) == 0x0000D0, "Member 'UBuildPatchManifest::PrereqPath' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, PrereqArgs) == 0x0000E0, "Member 'UBuildPatchManifest::PrereqArgs' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, FileManifestList) == 0x0000F0, "Member 'UBuildPatchManifest::FileManifestList' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, ChunkList) == 0x000100, "Member 'UBuildPatchManifest::ChunkList' has a wrong offset!"); \ static_assert(offsetof(UBuildPatchManifest, CustomFields) == 0x000110, "Member 'UBuildPatchManifest::CustomFields' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFoliageVertexColorChannelMask \ static_assert(alignof(FFoliageVertexColorChannelMask) == 0x000004, "Wrong alignment on FFoliageVertexColorChannelMask"); \ static_assert(sizeof(FFoliageVertexColorChannelMask) == 0x00000C, "Wrong size on FFoliageVertexColorChannelMask"); \ static_assert(offsetof(FFoliageVertexColorChannelMask, MaskThreshold) == 0x000004, "Member 'FFoliageVertexColorChannelMask::MaskThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFoliageTypeObject \ static_assert(alignof(FFoliageTypeObject) == 0x000008, "Wrong alignment on FFoliageTypeObject"); \ static_assert(sizeof(FFoliageTypeObject) == 0x000020, "Wrong size on FFoliageTypeObject"); \ static_assert(offsetof(FFoliageTypeObject, FoliageTypeObject) == 0x000000, "Member 'FFoliageTypeObject::FoliageTypeObject' has a wrong offset!"); \ static_assert(offsetof(FFoliageTypeObject, TypeInstance) == 0x000008, "Member 'FFoliageTypeObject::TypeInstance' has a wrong offset!"); \ static_assert(offsetof(FFoliageTypeObject, bIsAsset) == 0x000010, "Member 'FFoliageTypeObject::bIsAsset' has a wrong offset!"); \ static_assert(offsetof(FFoliageTypeObject, Type) == 0x000018, "Member 'FFoliageTypeObject::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FProceduralFoliageInstance \ static_assert(alignof(FProceduralFoliageInstance) == 0x000010, "Wrong alignment on FProceduralFoliageInstance"); \ static_assert(sizeof(FProceduralFoliageInstance) == 0x000050, "Wrong size on FProceduralFoliageInstance"); \ static_assert(offsetof(FProceduralFoliageInstance, Rotation) == 0x000000, "Member 'FProceduralFoliageInstance::Rotation' has a wrong offset!"); \ static_assert(offsetof(FProceduralFoliageInstance, Location) == 0x000010, "Member 'FProceduralFoliageInstance::Location' has a wrong offset!"); \ static_assert(offsetof(FProceduralFoliageInstance, AGE) == 0x00001C, "Member 'FProceduralFoliageInstance::AGE' has a wrong offset!"); \ static_assert(offsetof(FProceduralFoliageInstance, Normal) == 0x000020, "Member 'FProceduralFoliageInstance::Normal' has a wrong offset!"); \ static_assert(offsetof(FProceduralFoliageInstance, Scale) == 0x00002C, "Member 'FProceduralFoliageInstance::Scale' has a wrong offset!"); \ static_assert(offsetof(FProceduralFoliageInstance, Type) == 0x000030, "Member 'FProceduralFoliageInstance::Type' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UInteractiveFoliageComponent \ static_assert(alignof(UInteractiveFoliageComponent) == 0x000010, "Wrong alignment on UInteractiveFoliageComponent"); \ static_assert(sizeof(UInteractiveFoliageComponent) == 0x000500, "Wrong size on UInteractiveFoliageComponent"); \ #define DUMPER7_ASSERTS_UFoliageInstancedStaticMeshComponent \ static_assert(alignof(UFoliageInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UFoliageInstancedStaticMeshComponent"); \ static_assert(sizeof(UFoliageInstancedStaticMeshComponent) == 0x0006C0, "Wrong size on UFoliageInstancedStaticMeshComponent"); \ static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakePointDamage) == 0x000688, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakePointDamage' has a wrong offset!"); \ static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakeRadialDamage) == 0x000698, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakeRadialDamage' has a wrong offset!"); \ static_assert(offsetof(UFoliageInstancedStaticMeshComponent, GenerationGuid) == 0x0006A8, "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) == 0x000280, "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) == 0x0002A0, "Wrong size on AInteractiveFoliageActor"); \ static_assert(offsetof(AInteractiveFoliageActor, CapsuleComponent) == 0x000240, "Member 'AInteractiveFoliageActor::CapsuleComponent' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, TouchingActorEntryPosition) == 0x000248, "Member 'AInteractiveFoliageActor::TouchingActorEntryPosition' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageVelocity) == 0x000254, "Member 'AInteractiveFoliageActor::FoliageVelocity' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageForce) == 0x000260, "Member 'AInteractiveFoliageActor::FoliageForce' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliagePosition) == 0x00026C, "Member 'AInteractiveFoliageActor::FoliagePosition' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageDamageImpulseScale) == 0x000278, "Member 'AInteractiveFoliageActor::FoliageDamageImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageTouchImpulseScale) == 0x00027C, "Member 'AInteractiveFoliageActor::FoliageTouchImpulseScale' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffness) == 0x000280, "Member 'AInteractiveFoliageActor::FoliageStiffness' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffnessQuadratic) == 0x000284, "Member 'AInteractiveFoliageActor::FoliageStiffnessQuadratic' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, FoliageDamping) == 0x000288, "Member 'AInteractiveFoliageActor::FoliageDamping' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxDamageImpulse) == 0x00028C, "Member 'AInteractiveFoliageActor::MaxDamageImpulse' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxTouchImpulse) == 0x000290, "Member 'AInteractiveFoliageActor::MaxTouchImpulse' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, MaxForce) == 0x000294, "Member 'AInteractiveFoliageActor::MaxForce' has a wrong offset!"); \ static_assert(offsetof(AInteractiveFoliageActor, Mass) == 0x000298, "Member 'AInteractiveFoliageActor::Mass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AProceduralFoliageBlockingVolume \ static_assert(alignof(AProceduralFoliageBlockingVolume) == 0x000008, "Wrong alignment on AProceduralFoliageBlockingVolume"); \ static_assert(sizeof(AProceduralFoliageBlockingVolume) == 0x000270, "Wrong size on AProceduralFoliageBlockingVolume"); \ static_assert(offsetof(AProceduralFoliageBlockingVolume, ProceduralFoliageVolume) == 0x000268, "Member 'AProceduralFoliageBlockingVolume::ProceduralFoliageVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UProceduralFoliageComponent \ static_assert(alignof(UProceduralFoliageComponent) == 0x000008, "Wrong alignment on UProceduralFoliageComponent"); \ static_assert(sizeof(UProceduralFoliageComponent) == 0x0000E0, "Wrong size on UProceduralFoliageComponent"); \ static_assert(offsetof(UProceduralFoliageComponent, FoliageSpawner) == 0x0000B8, "Member 'UProceduralFoliageComponent::FoliageSpawner' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageComponent, TileOverlap) == 0x0000C0, "Member 'UProceduralFoliageComponent::TileOverlap' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageComponent, SpawningVolume) == 0x0000C8, "Member 'UProceduralFoliageComponent::SpawningVolume' has a wrong offset!"); \ static_assert(offsetof(UProceduralFoliageComponent, ProceduralGuid) == 0x0000D0, "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) == 0x000270, "Wrong size on AProceduralFoliageVolume"); \ static_assert(offsetof(AProceduralFoliageVolume, ProceduralComponent) == 0x000268, "Member 'AProceduralFoliageVolume::ProceduralComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable \ static_assert(alignof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable) == 0x000008, "Wrong alignment on BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable) == 0x0000C0, "Wrong size on BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, EntryPoint) == 0x000000, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000004, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x000014, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x000018, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x00001C, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x00002C, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x000030, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000034, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x000035, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000038, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000048, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00004C, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000050, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000060, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000064, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x000068, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, CallFunc_Conv_InputActionValueToBool_ReturnValue_3) == 0x000069, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::CallFunc_Conv_InputActionValueToBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, Temp_float_Variable) == 0x00006C, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, Temp_float_Variable_1) == 0x000070, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, Temp_bool_Variable) == 0x000074, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_Event_InteractedComponent_1) == 0x000078, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_Event_InteractedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_Event_InteractingActor_1) == 0x000080, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_Event_InteractingActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_Event_HoverEndType) == 0x000088, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_Event_HoverEndType' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_SwitchEnum_CmpSuccess) == 0x000089, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x00008C, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x00009C, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x0000A0, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_Event_InteractedComponent) == 0x0000A8, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_Event_InteractingActor) == 0x0000B0, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, CallFunc_Conv_InputActionValueToBool_ReturnValue_4) == 0x0000B8, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::CallFunc_Conv_InputActionValueToBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000B9, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable, K2Node_SwitchEnum_CmpSuccess_2) == 0x0000BA, "Member 'BP_BaseHYBInteractable_C_ExecuteUbergraph_BP_BaseHYBInteractable::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_InteractHoverBegin \ static_assert(alignof(BP_BaseHYBInteractable_C_InteractHoverBegin) == 0x000008, "Wrong alignment on BP_BaseHYBInteractable_C_InteractHoverBegin"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_InteractHoverBegin) == 0x000010, "Wrong size on BP_BaseHYBInteractable_C_InteractHoverBegin"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InteractHoverBegin, InteractedComponent_0) == 0x000000, "Member 'BP_BaseHYBInteractable_C_InteractHoverBegin::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InteractHoverBegin, InteractingActor_0) == 0x000008, "Member 'BP_BaseHYBInteractable_C_InteractHoverBegin::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_InteractHoverEnd \ static_assert(alignof(BP_BaseHYBInteractable_C_InteractHoverEnd) == 0x000008, "Wrong alignment on BP_BaseHYBInteractable_C_InteractHoverEnd"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_InteractHoverEnd) == 0x000018, "Wrong size on BP_BaseHYBInteractable_C_InteractHoverEnd"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InteractHoverEnd, InteractedComponent_0) == 0x000000, "Member 'BP_BaseHYBInteractable_C_InteractHoverEnd::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InteractHoverEnd, InteractingActor_0) == 0x000008, "Member 'BP_BaseHYBInteractable_C_InteractHoverEnd::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InteractHoverEnd, HoverEndType) == 0x000010, "Member 'BP_BaseHYBInteractable_C_InteractHoverEnd::HoverEndType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_0 \ static_assert(alignof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_0) == 0x000004, "Wrong alignment on BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_0"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_0) == 0x000018, "Wrong size on BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_0"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000010, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000014, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1 \ static_assert(alignof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1) == 0x000004, "Wrong alignment on BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1) == 0x000018, "Wrong size on BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000010, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000014, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_2 \ static_assert(alignof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_2) == 0x000004, "Wrong alignment on BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_2"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_2) == 0x000018, "Wrong size on BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_2"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000010, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000014, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_3 \ static_assert(alignof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_3) == 0x000004, "Wrong alignment on BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_3"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_3) == 0x000018, "Wrong size on BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_3"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000010, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000014, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_4 \ static_assert(alignof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_4) == 0x000004, "Wrong alignment on BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_4"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_4) == 0x000018, "Wrong size on BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_4"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000010, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000014, "Member 'BP_BaseHYBInteractable_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_ReceiveBeginPlay \ static_assert(alignof(BP_BaseHYBInteractable_C_ReceiveBeginPlay) == 0x000004, "Wrong alignment on BP_BaseHYBInteractable_C_ReceiveBeginPlay"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_ReceiveBeginPlay) == 0x000040, "Wrong size on BP_BaseHYBInteractable_C_ReceiveBeginPlay"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ReceiveBeginPlay, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_BaseHYBInteractable_C_ReceiveBeginPlay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ReceiveBeginPlay, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_BaseHYBInteractable_C_ReceiveBeginPlay::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ReceiveBeginPlay, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'BP_BaseHYBInteractable_C_ReceiveBeginPlay::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_ReceiveBeginPlay, K2Node_CreateDelegate_OutputDelegate_3) == 0x000030, "Member 'BP_BaseHYBInteractable_C_ReceiveBeginPlay::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_StartContextual \ static_assert(alignof(BP_BaseHYBInteractable_C_StartContextual) == 0x000001, "Wrong alignment on BP_BaseHYBInteractable_C_StartContextual"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_StartContextual) == 0x000001, "Wrong size on BP_BaseHYBInteractable_C_StartContextual"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_StartContextual, CallFunc_CanContextual_ReturnValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_StartContextual::CallFunc_CanContextual_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_EndContextual \ static_assert(alignof(BP_BaseHYBInteractable_C_EndContextual) == 0x000008, "Wrong alignment on BP_BaseHYBInteractable_C_EndContextual"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_EndContextual) == 0x000020, "Wrong size on BP_BaseHYBInteractable_C_EndContextual"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_EndContextual, InInteractingActor) == 0x000000, "Member 'BP_BaseHYBInteractable_C_EndContextual::InInteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_EndContextual, LocInteractingActor) == 0x000008, "Member 'BP_BaseHYBInteractable_C_EndContextual::LocInteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_EndContextual, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_BaseHYBInteractable_C_EndContextual::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_EndContextual, CallFunc_TryEndInteract_ReturnValue) == 0x000011, "Member 'BP_BaseHYBInteractable_C_EndContextual::CallFunc_TryEndInteract_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_EndContextual, CallFunc_GetInteractionActor_ReturnValue) == 0x000018, "Member 'BP_BaseHYBInteractable_C_EndContextual::CallFunc_GetInteractionActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_OnContextualInputStart \ static_assert(alignof(BP_BaseHYBInteractable_C_OnContextualInputStart) == 0x000001, "Wrong alignment on BP_BaseHYBInteractable_C_OnContextualInputStart"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_OnContextualInputStart) == 0x000001, "Wrong size on BP_BaseHYBInteractable_C_OnContextualInputStart"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnContextualInputStart, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_OnContextualInputStart::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_OnContextualInputOngoing \ static_assert(alignof(BP_BaseHYBInteractable_C_OnContextualInputOngoing) == 0x000001, "Wrong alignment on BP_BaseHYBInteractable_C_OnContextualInputOngoing"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_OnContextualInputOngoing) == 0x000001, "Wrong size on BP_BaseHYBInteractable_C_OnContextualInputOngoing"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnContextualInputOngoing, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_OnContextualInputOngoing::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_OnContextualInputTriggered \ static_assert(alignof(BP_BaseHYBInteractable_C_OnContextualInputTriggered) == 0x000001, "Wrong alignment on BP_BaseHYBInteractable_C_OnContextualInputTriggered"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_OnContextualInputTriggered) == 0x000001, "Wrong size on BP_BaseHYBInteractable_C_OnContextualInputTriggered"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnContextualInputTriggered, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_OnContextualInputTriggered::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_OnTimedInputActionStarted \ static_assert(alignof(BP_BaseHYBInteractable_C_OnTimedInputActionStarted) == 0x000004, "Wrong alignment on BP_BaseHYBInteractable_C_OnTimedInputActionStarted"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_OnTimedInputActionStarted) == 0x000008, "Wrong size on BP_BaseHYBInteractable_C_OnTimedInputActionStarted"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnTimedInputActionStarted, CallFunc_GetNumGameplayTagsInContainer_ReturnValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_OnTimedInputActionStarted::CallFunc_GetNumGameplayTagsInContainer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnTimedInputActionStarted, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'BP_BaseHYBInteractable_C_OnTimedInputActionStarted::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_OnTimedInputActionTriggered \ static_assert(alignof(BP_BaseHYBInteractable_C_OnTimedInputActionTriggered) == 0x000008, "Wrong alignment on BP_BaseHYBInteractable_C_OnTimedInputActionTriggered"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_OnTimedInputActionTriggered) == 0x000038, "Wrong size on BP_BaseHYBInteractable_C_OnTimedInputActionTriggered"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnTimedInputActionTriggered, CallFunc_GetNumGameplayTagsInContainer_ReturnValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_OnTimedInputActionTriggered::CallFunc_GetNumGameplayTagsInContainer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnTimedInputActionTriggered, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'BP_BaseHYBInteractable_C_OnTimedInputActionTriggered::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnTimedInputActionTriggered, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_BaseHYBInteractable_C_OnTimedInputActionTriggered::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnTimedInputActionTriggered, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_BaseHYBInteractable_C_OnTimedInputActionTriggered::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnTimedInputActionTriggered, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000028, "Member 'BP_BaseHYBInteractable_C_OnTimedInputActionTriggered::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_OnTimedInputActionFailed \ static_assert(alignof(BP_BaseHYBInteractable_C_OnTimedInputActionFailed) == 0x000004, "Wrong alignment on BP_BaseHYBInteractable_C_OnTimedInputActionFailed"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_OnTimedInputActionFailed) == 0x000008, "Wrong size on BP_BaseHYBInteractable_C_OnTimedInputActionFailed"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnTimedInputActionFailed, CallFunc_GetNumGameplayTagsInContainer_ReturnValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_OnTimedInputActionFailed::CallFunc_GetNumGameplayTagsInContainer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_OnTimedInputActionFailed, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'BP_BaseHYBInteractable_C_OnTimedInputActionFailed::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_PlayOnHYBActiveSound \ static_assert(alignof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound) == 0x000008, "Wrong alignment on BP_BaseHYBInteractable_C_PlayOnHYBActiveSound"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound) == 0x0000A0, "Wrong size on BP_BaseHYBInteractable_C_PlayOnHYBActiveSound"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, Interactor) == 0x000000, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::Interactor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, ActiveSoundPlayed) == 0x000008, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::ActiveSoundPlayed' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000010, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_IsOnActiveSoundPlaying_Result) == 0x000019, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_IsOnActiveSoundPlaying_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_GetDisplayName_ReturnValue_1) == 0x000030, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_GetDisplayName_ReturnValue_2) == 0x000070, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000090, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBActiveSound, CallFunc_IsValid_ReturnValue_2) == 0x000099, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBActiveSound::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_StopOnActiveSound \ static_assert(alignof(BP_BaseHYBInteractable_C_StopOnActiveSound) == 0x000008, "Wrong alignment on BP_BaseHYBInteractable_C_StopOnActiveSound"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_StopOnActiveSound) == 0x000028, "Wrong size on BP_BaseHYBInteractable_C_StopOnActiveSound"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_StopOnActiveSound, CallFunc_IsOnActiveSoundPlaying_Result) == 0x000000, "Member 'BP_BaseHYBInteractable_C_StopOnActiveSound::CallFunc_IsOnActiveSoundPlaying_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_StopOnActiveSound, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_BaseHYBInteractable_C_StopOnActiveSound::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_StopOnActiveSound, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_BaseHYBInteractable_C_StopOnActiveSound::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_PlayOnHYBEndSound \ static_assert(alignof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound) == 0x000008, "Wrong alignment on BP_BaseHYBInteractable_C_PlayOnHYBEndSound"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound) == 0x0000B0, "Wrong size on BP_BaseHYBInteractable_C_PlayOnHYBEndSound"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, Interactor) == 0x000000, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::Interactor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, Failed) == 0x000008, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::Failed' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, EndSoundPlayed) == 0x000009, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::EndSoundPlayed' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000010, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_PlayOnHYBFailedSound_FailedSoundPlayed) == 0x000019, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_PlayOnHYBFailedSound_FailedSoundPlayed' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_IsValid_ReturnValue_1) == 0x000030, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_IsOnEndSoundPlaying_Result) == 0x000048, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_IsOnEndSoundPlaying_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_Not_PreBool_ReturnValue_1) == 0x000049, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_GetDisplayName_ReturnValue_1) == 0x000050, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_GetDisplayName_ReturnValue_2) == 0x000070, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, K2Node_CreateDelegate_OutputDelegate) == 0x000080, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000090, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0000A0, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBEndSound, CallFunc_IsValid_ReturnValue_2) == 0x0000A8, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBEndSound::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_StopOnEndSound \ static_assert(alignof(BP_BaseHYBInteractable_C_StopOnEndSound) == 0x000008, "Wrong alignment on BP_BaseHYBInteractable_C_StopOnEndSound"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_StopOnEndSound) == 0x000028, "Wrong size on BP_BaseHYBInteractable_C_StopOnEndSound"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_StopOnEndSound, CallFunc_IsOnEndSoundPlaying_Result) == 0x000000, "Member 'BP_BaseHYBInteractable_C_StopOnEndSound::CallFunc_IsOnEndSoundPlaying_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_StopOnEndSound, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_BaseHYBInteractable_C_StopOnEndSound::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_StopOnEndSound, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_BaseHYBInteractable_C_StopOnEndSound::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_PlayOnHYBFailedSound \ static_assert(alignof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound) == 0x000008, "Wrong alignment on BP_BaseHYBInteractable_C_PlayOnHYBFailedSound"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound) == 0x000080, "Wrong size on BP_BaseHYBInteractable_C_PlayOnHYBFailedSound"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, Interactor) == 0x000000, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::Interactor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, FailedSoundPlayed) == 0x000008, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::FailedSoundPlayed' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000010, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, CallFunc_GetDisplayName_ReturnValue) == 0x000020, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, CallFunc_GetDisplayName_ReturnValue_1) == 0x000040, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000070, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_PlayOnHYBFailedSound, CallFunc_IsValid_ReturnValue_2) == 0x000078, "Member 'BP_BaseHYBInteractable_C_PlayOnHYBFailedSound::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_StopOnFailedSound \ static_assert(alignof(BP_BaseHYBInteractable_C_StopOnFailedSound) == 0x000008, "Wrong alignment on BP_BaseHYBInteractable_C_StopOnFailedSound"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_StopOnFailedSound) == 0x000028, "Wrong size on BP_BaseHYBInteractable_C_StopOnFailedSound"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_StopOnFailedSound, CallFunc_IsOnFailedSoundPlaying_Result) == 0x000000, "Member 'BP_BaseHYBInteractable_C_StopOnFailedSound::CallFunc_IsOnFailedSoundPlaying_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_StopOnFailedSound, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_BaseHYBInteractable_C_StopOnFailedSound::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_StopOnFailedSound, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_BaseHYBInteractable_C_StopOnFailedSound::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_CanContextual \ static_assert(alignof(BP_BaseHYBInteractable_C_CanContextual) == 0x000001, "Wrong alignment on BP_BaseHYBInteractable_C_CanContextual"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_CanContextual) == 0x000002, "Wrong size on BP_BaseHYBInteractable_C_CanContextual"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_CanContextual, ReturnValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_CanContextual::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_CanContextual, CallFunc_IsHovering_ReturnValue) == 0x000001, "Member 'BP_BaseHYBInteractable_C_CanContextual::CallFunc_IsHovering_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_HasContextualInputStarted \ static_assert(alignof(BP_BaseHYBInteractable_C_HasContextualInputStarted) == 0x000001, "Wrong alignment on BP_BaseHYBInteractable_C_HasContextualInputStarted"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_HasContextualInputStarted) == 0x000001, "Wrong size on BP_BaseHYBInteractable_C_HasContextualInputStarted"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_HasContextualInputStarted, ReturnValue) == 0x000000, "Member 'BP_BaseHYBInteractable_C_HasContextualInputStarted::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_HasHYBTriggerFailed \ static_assert(alignof(BP_BaseHYBInteractable_C_HasHYBTriggerFailed) == 0x000001, "Wrong alignment on BP_BaseHYBInteractable_C_HasHYBTriggerFailed"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_HasHYBTriggerFailed) == 0x000001, "Wrong size on BP_BaseHYBInteractable_C_HasHYBTriggerFailed"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_HasHYBTriggerFailed, Result) == 0x000000, "Member 'BP_BaseHYBInteractable_C_HasHYBTriggerFailed::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_IsOnActiveSoundPlaying \ static_assert(alignof(BP_BaseHYBInteractable_C_IsOnActiveSoundPlaying) == 0x000001, "Wrong alignment on BP_BaseHYBInteractable_C_IsOnActiveSoundPlaying"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_IsOnActiveSoundPlaying) == 0x000003, "Wrong size on BP_BaseHYBInteractable_C_IsOnActiveSoundPlaying"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_IsOnActiveSoundPlaying, Result) == 0x000000, "Member 'BP_BaseHYBInteractable_C_IsOnActiveSoundPlaying::Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_IsOnActiveSoundPlaying, CallFunc_IsPlaying_ReturnValue) == 0x000001, "Member 'BP_BaseHYBInteractable_C_IsOnActiveSoundPlaying::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_IsOnActiveSoundPlaying, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_BaseHYBInteractable_C_IsOnActiveSoundPlaying::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_IsOnEndSoundPlaying \ static_assert(alignof(BP_BaseHYBInteractable_C_IsOnEndSoundPlaying) == 0x000001, "Wrong alignment on BP_BaseHYBInteractable_C_IsOnEndSoundPlaying"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_IsOnEndSoundPlaying) == 0x000003, "Wrong size on BP_BaseHYBInteractable_C_IsOnEndSoundPlaying"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_IsOnEndSoundPlaying, Result) == 0x000000, "Member 'BP_BaseHYBInteractable_C_IsOnEndSoundPlaying::Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_IsOnEndSoundPlaying, CallFunc_IsPlaying_ReturnValue) == 0x000001, "Member 'BP_BaseHYBInteractable_C_IsOnEndSoundPlaying::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_IsOnEndSoundPlaying, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_BaseHYBInteractable_C_IsOnEndSoundPlaying::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseHYBInteractable_C_IsOnFailedSoundPlaying \ static_assert(alignof(BP_BaseHYBInteractable_C_IsOnFailedSoundPlaying) == 0x000001, "Wrong alignment on BP_BaseHYBInteractable_C_IsOnFailedSoundPlaying"); \ static_assert(sizeof(BP_BaseHYBInteractable_C_IsOnFailedSoundPlaying) == 0x000003, "Wrong size on BP_BaseHYBInteractable_C_IsOnFailedSoundPlaying"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_IsOnFailedSoundPlaying, Result) == 0x000000, "Member 'BP_BaseHYBInteractable_C_IsOnFailedSoundPlaying::Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_IsOnFailedSoundPlaying, CallFunc_IsPlaying_ReturnValue) == 0x000001, "Member 'BP_BaseHYBInteractable_C_IsOnFailedSoundPlaying::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseHYBInteractable_C_IsOnFailedSoundPlaying, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_BaseHYBInteractable_C_IsOnFailedSoundPlaying::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseHYBInteractable_C \ static_assert(alignof(ABP_BaseHYBInteractable_C) == 0x000008, "Wrong alignment on ABP_BaseHYBInteractable_C"); \ static_assert(sizeof(ABP_BaseHYBInteractable_C) == 0x001CB8, "Wrong size on ABP_BaseHYBInteractable_C"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, UberGraphFrame_BP_BaseHYBInteractable_C) == 0x001BD0, "Member 'ABP_BaseHYBInteractable_C::UberGraphFrame_BP_BaseHYBInteractable_C' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, TimedInputAction) == 0x001BD8, "Member 'ABP_BaseHYBInteractable_C::TimedInputAction' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, HoverCustomInputMapping) == 0x001BE0, "Member 'ABP_BaseHYBInteractable_C::HoverCustomInputMapping' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, HYBTriggerDuration) == 0x001BE8, "Member 'ABP_BaseHYBInteractable_C::HYBTriggerDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, ContextualInputStarted) == 0x001BEC, "Member 'ABP_BaseHYBInteractable_C::ContextualInputStarted' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, HYBTriggerFailed) == 0x001BED, "Member 'ABP_BaseHYBInteractable_C::HYBTriggerFailed' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, OnHYBTriggerStartedEvents) == 0x001BF0, "Member 'ABP_BaseHYBInteractable_C::OnHYBTriggerStartedEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, OnHYBTriggerStartedChapterStateTags) == 0x001C00, "Member 'ABP_BaseHYBInteractable_C::OnHYBTriggerStartedChapterStateTags' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, OnHYBActionTriggeredEvents) == 0x001C20, "Member 'ABP_BaseHYBInteractable_C::OnHYBActionTriggeredEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, OnHYBActionTriggeredChapterStateTags) == 0x001C30, "Member 'ABP_BaseHYBInteractable_C::OnHYBActionTriggeredChapterStateTags' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, OnHYBTriggerFailedEvents) == 0x001C50, "Member 'ABP_BaseHYBInteractable_C::OnHYBTriggerFailedEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, OnHYBTriggerFailedChapterStateTags) == 0x001C60, "Member 'ABP_BaseHYBInteractable_C::OnHYBTriggerFailedChapterStateTags' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, OnHYBActiveSound) == 0x001C80, "Member 'ABP_BaseHYBInteractable_C::OnHYBActiveSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, HYBActiveSoundComponent) == 0x001C88, "Member 'ABP_BaseHYBInteractable_C::HYBActiveSoundComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, OnHYBEndSound) == 0x001C90, "Member 'ABP_BaseHYBInteractable_C::OnHYBEndSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, HYBEndSoundComponent) == 0x001C98, "Member 'ABP_BaseHYBInteractable_C::HYBEndSoundComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, OnHYBFailedSound) == 0x001CA0, "Member 'ABP_BaseHYBInteractable_C::OnHYBFailedSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, HYBFailedSoundComponent) == 0x001CA8, "Member 'ABP_BaseHYBInteractable_C::HYBFailedSoundComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseHYBInteractable_C, OnHYBActiveVideo) == 0x001CB0, "Member 'ABP_BaseHYBInteractable_C::OnHYBActiveVideo' 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) == 0x000238, "Wrong size on AControlPointMeshActor"); \ static_assert(offsetof(AControlPointMeshActor, ControlPointMeshComponent) == 0x000230, "Member 'AControlPointMeshActor::ControlPointMeshComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UControlPointMeshComponent \ static_assert(alignof(UControlPointMeshComponent) == 0x000010, "Wrong alignment on UControlPointMeshComponent"); \ static_assert(sizeof(UControlPointMeshComponent) == 0x000500, "Wrong size on UControlPointMeshComponent"); \ static_assert(offsetof(UControlPointMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x0004F0, "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) == 0x0005A8, "Wrong size on ALandscapeProxy"); \ static_assert(offsetof(ALandscapeProxy, SplineComponent) == 0x000230, "Member 'ALandscapeProxy::SplineComponent' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeGuid) == 0x000238, "Member 'ALandscapeProxy::LandscapeGuid' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeSectionOffset) == 0x000248, "Member 'ALandscapeProxy::LandscapeSectionOffset' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, MaxLODLevel) == 0x000250, "Member 'ALandscapeProxy::MaxLODLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODDistanceFactor) == 0x000254, "Member 'ALandscapeProxy::LODDistanceFactor' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODFalloff) == 0x000258, "Member 'ALandscapeProxy::LODFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, ComponentScreenSizeToUseSubSections) == 0x00025C, "Member 'ALandscapeProxy::ComponentScreenSizeToUseSubSections' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LOD0ScreenSize) == 0x000260, "Member 'ALandscapeProxy::LOD0ScreenSize' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LOD0DistributionSetting) == 0x000264, "Member 'ALandscapeProxy::LOD0DistributionSetting' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LODDistributionSetting) == 0x000268, "Member 'ALandscapeProxy::LODDistributionSetting' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSize) == 0x00026C, "Member 'ALandscapeProxy::TessellationComponentScreenSize' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, UseTessellationComponentScreenSizeFalloff) == 0x000270, "Member 'ALandscapeProxy::UseTessellationComponentScreenSizeFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, TessellationComponentScreenSizeFalloff) == 0x000274, "Member 'ALandscapeProxy::TessellationComponentScreenSizeFalloff' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, OccluderGeometryLOD) == 0x000278, "Member 'ALandscapeProxy::OccluderGeometryLOD' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StaticLightingLOD) == 0x00027C, "Member 'ALandscapeProxy::StaticLightingLOD' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, DefaultPhysMaterial) == 0x000280, "Member 'ALandscapeProxy::DefaultPhysMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StreamingDistanceMultiplier) == 0x000288, "Member 'ALandscapeProxy::StreamingDistanceMultiplier' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeMaterial) == 0x000290, "Member 'ALandscapeProxy::LandscapeMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeHoleMaterial) == 0x0002B8, "Member 'ALandscapeProxy::LandscapeHoleMaterial' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeMaterialsOverride) == 0x0002C0, "Member 'ALandscapeProxy::LandscapeMaterialsOverride' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bMeshHoles) == 0x0002D0, "Member 'ALandscapeProxy::bMeshHoles' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, MeshHolesMaxLod) == 0x0002D1, "Member 'ALandscapeProxy::MeshHolesMaxLod' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, RuntimeVirtualTextures) == 0x0002D8, "Member 'ALandscapeProxy::RuntimeVirtualTextures' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureNumLods) == 0x0002E8, "Member 'ALandscapeProxy::VirtualTextureNumLods' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureLodBias) == 0x0002EC, "Member 'ALandscapeProxy::VirtualTextureLodBias' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, VirtualTextureRenderPassType) == 0x0002F0, "Member 'ALandscapeProxy::VirtualTextureRenderPassType' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NegativeZBoundsExtension) == 0x0002F4, "Member 'ALandscapeProxy::NegativeZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, PositiveZBoundsExtension) == 0x0002F8, "Member 'ALandscapeProxy::PositiveZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LandscapeComponents) == 0x000300, "Member 'ALandscapeProxy::LandscapeComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionComponents) == 0x000310, "Member 'ALandscapeProxy::CollisionComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, FoliageComponents) == 0x000320, "Member 'ALandscapeProxy::FoliageComponents' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bHasLandscapeGrass) == 0x000394, "Member 'ALandscapeProxy::bHasLandscapeGrass' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, StaticLightingResolution) == 0x000398, "Member 'ALandscapeProxy::StaticLightingResolution' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LightingChannels) == 0x0003AD, "Member 'ALandscapeProxy::LightingChannels' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CustomDepthStencilWriteMask) == 0x0003B4, "Member 'ALandscapeProxy::CustomDepthStencilWriteMask' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CustomDepthStencilValue) == 0x0003B8, "Member 'ALandscapeProxy::CustomDepthStencilValue' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LDMaxDrawDistance) == 0x0003BC, "Member 'ALandscapeProxy::LDMaxDrawDistance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, LightmassSettings) == 0x0003C0, "Member 'ALandscapeProxy::LightmassSettings' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionMipLevel) == 0x0003D8, "Member 'ALandscapeProxy::CollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, SimpleCollisionMipLevel) == 0x0003DC, "Member 'ALandscapeProxy::SimpleCollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, CollisionThickness) == 0x0003E0, "Member 'ALandscapeProxy::CollisionThickness' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, BodyInstance) == 0x0003E8, "Member 'ALandscapeProxy::BodyInstance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, ComponentSizeQuads) == 0x000544, "Member 'ALandscapeProxy::ComponentSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, SubsectionSizeQuads) == 0x000548, "Member 'ALandscapeProxy::SubsectionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NumSubsections) == 0x00054C, "Member 'ALandscapeProxy::NumSubsections' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bUseDynamicMaterialInstance) == 0x000554, "Member 'ALandscapeProxy::bUseDynamicMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, NavigationGeometryGatheringMode) == 0x000555, "Member 'ALandscapeProxy::NavigationGeometryGatheringMode' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bUseLandscapeForCullingInvisibleHLODVertices) == 0x000556, "Member 'ALandscapeProxy::bUseLandscapeForCullingInvisibleHLODVertices' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, bHasLayersContent) == 0x000557, "Member 'ALandscapeProxy::bHasLayersContent' has a wrong offset!"); \ static_assert(offsetof(ALandscapeProxy, WeightmapUsageMap) == 0x000558, "Member 'ALandscapeProxy::WeightmapUsageMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscape \ static_assert(alignof(ALandscape) == 0x000008, "Wrong alignment on ALandscape"); \ static_assert(sizeof(ALandscape) == 0x0005A8, "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) == 0x000230, "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) == 0x000680, "Wrong size on ULandscapeComponent"); \ static_assert(offsetof(ULandscapeComponent, SectionBaseX) == 0x000460, "Member 'ULandscapeComponent::SectionBaseX' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, SectionBaseY) == 0x000464, "Member 'ULandscapeComponent::SectionBaseY' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, ComponentSizeQuads) == 0x000468, "Member 'ULandscapeComponent::ComponentSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, SubsectionSizeQuads) == 0x00046C, "Member 'ULandscapeComponent::SubsectionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, NumSubsections) == 0x000470, "Member 'ULandscapeComponent::NumSubsections' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, OverrideMaterial) == 0x000478, "Member 'ULandscapeComponent::OverrideMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, OverrideHoleMaterial) == 0x000480, "Member 'ULandscapeComponent::OverrideHoleMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, OverrideMaterials) == 0x000488, "Member 'ULandscapeComponent::OverrideMaterials' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MaterialInstances) == 0x000498, "Member 'ULandscapeComponent::MaterialInstances' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MaterialInstancesDynamic) == 0x0004A8, "Member 'ULandscapeComponent::MaterialInstancesDynamic' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, LODIndexToMaterialIndex) == 0x0004B8, "Member 'ULandscapeComponent::LODIndexToMaterialIndex' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MaterialIndexToDisabledTessellationMaterial) == 0x0004C8, "Member 'ULandscapeComponent::MaterialIndexToDisabledTessellationMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, XYOffsetmapTexture) == 0x0004D8, "Member 'ULandscapeComponent::XYOffsetmapTexture' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapScaleBias) == 0x0004E0, "Member 'ULandscapeComponent::WeightmapScaleBias' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapSubsectionOffset) == 0x0004F0, "Member 'ULandscapeComponent::WeightmapSubsectionOffset' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, HeightmapScaleBias) == 0x000500, "Member 'ULandscapeComponent::HeightmapScaleBias' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, CachedLocalBox) == 0x000510, "Member 'ULandscapeComponent::CachedLocalBox' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, CollisionComponent) == 0x00052C, "Member 'ULandscapeComponent::CollisionComponent' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, HeightmapTexture) == 0x000548, "Member 'ULandscapeComponent::HeightmapTexture' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapLayerAllocations) == 0x000550, "Member 'ULandscapeComponent::WeightmapLayerAllocations' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, WeightmapTextures) == 0x000560, "Member 'ULandscapeComponent::WeightmapTextures' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, LODStreamingProxy) == 0x000570, "Member 'ULandscapeComponent::LODStreamingProxy' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MapBuildDataId) == 0x000578, "Member 'ULandscapeComponent::MapBuildDataId' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, IrrelevantLights) == 0x000588, "Member 'ULandscapeComponent::IrrelevantLights' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, CollisionMipLevel) == 0x000598, "Member 'ULandscapeComponent::CollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, SimpleCollisionMipLevel) == 0x00059C, "Member 'ULandscapeComponent::SimpleCollisionMipLevel' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, NegativeZBoundsExtension) == 0x0005A0, "Member 'ULandscapeComponent::NegativeZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, PositiveZBoundsExtension) == 0x0005A4, "Member 'ULandscapeComponent::PositiveZBoundsExtension' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, StaticLightingResolution) == 0x0005A8, "Member 'ULandscapeComponent::StaticLightingResolution' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, ForcedLOD) == 0x0005AC, "Member 'ULandscapeComponent::ForcedLOD' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, LODBias) == 0x0005B0, "Member 'ULandscapeComponent::LODBias' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, StateId) == 0x0005B4, "Member 'ULandscapeComponent::StateId' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, BakedTextureMaterialGuid) == 0x0005C4, "Member 'ULandscapeComponent::BakedTextureMaterialGuid' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, GIBakedBaseColorTexture) == 0x0005D8, "Member 'ULandscapeComponent::GIBakedBaseColorTexture' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileBlendableLayerMask) == 0x0005E0, "Member 'ULandscapeComponent::MobileBlendableLayerMask' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileMaterialInterface) == 0x0005E8, "Member 'ULandscapeComponent::MobileMaterialInterface' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileMaterialInterfaces) == 0x0005F0, "Member 'ULandscapeComponent::MobileMaterialInterfaces' has a wrong offset!"); \ static_assert(offsetof(ULandscapeComponent, MobileWeightmapTextures) == 0x000600, "Member 'ULandscapeComponent::MobileWeightmapTextures' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscapeGizmoActor \ static_assert(alignof(ALandscapeGizmoActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActor"); \ static_assert(sizeof(ALandscapeGizmoActor) == 0x000230, "Wrong size on ALandscapeGizmoActor"); \ #define DUMPER7_ASSERTS_ALandscapeGizmoActiveActor \ static_assert(alignof(ALandscapeGizmoActiveActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActiveActor"); \ static_assert(sizeof(ALandscapeGizmoActiveActor) == 0x000280, "Wrong size on ALandscapeGizmoActiveActor"); \ #define DUMPER7_ASSERTS_ULandscapeGizmoRenderComponent \ static_assert(alignof(ULandscapeGizmoRenderComponent) == 0x000010, "Wrong alignment on ULandscapeGizmoRenderComponent"); \ static_assert(sizeof(ULandscapeGizmoRenderComponent) == 0x000460, "Wrong size on ULandscapeGizmoRenderComponent"); \ #define DUMPER7_ASSERTS_ULandscapeGrassType \ static_assert(alignof(ULandscapeGrassType) == 0x000008, "Wrong alignment on ULandscapeGrassType"); \ static_assert(sizeof(ULandscapeGrassType) == 0x000060, "Wrong size on ULandscapeGrassType"); \ static_assert(offsetof(ULandscapeGrassType, GrassVarieties) == 0x000028, "Member 'ULandscapeGrassType::GrassVarieties' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, GrassMesh) == 0x000040, "Member 'ULandscapeGrassType::GrassMesh' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, GrassDensity) == 0x000048, "Member 'ULandscapeGrassType::GrassDensity' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, PlacementJitter) == 0x00004C, "Member 'ULandscapeGrassType::PlacementJitter' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, StartCullDistance) == 0x000050, "Member 'ULandscapeGrassType::StartCullDistance' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, EndCullDistance) == 0x000054, "Member 'ULandscapeGrassType::EndCullDistance' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, RandomRotation) == 0x000058, "Member 'ULandscapeGrassType::RandomRotation' has a wrong offset!"); \ static_assert(offsetof(ULandscapeGrassType, AlignToSurface) == 0x000059, "Member 'ULandscapeGrassType::AlignToSurface' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LandscapeHeightfieldCollisionComponent_GetRenderComponent \ static_assert(alignof(LandscapeHeightfieldCollisionComponent_GetRenderComponent) == 0x000008, "Wrong alignment on LandscapeHeightfieldCollisionComponent_GetRenderComponent"); \ static_assert(sizeof(LandscapeHeightfieldCollisionComponent_GetRenderComponent) == 0x000008, "Wrong size on LandscapeHeightfieldCollisionComponent_GetRenderComponent"); \ static_assert(offsetof(LandscapeHeightfieldCollisionComponent_GetRenderComponent, ReturnValue) == 0x000000, "Member 'LandscapeHeightfieldCollisionComponent_GetRenderComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeHeightfieldCollisionComponent \ static_assert(alignof(ULandscapeHeightfieldCollisionComponent) == 0x000010, "Wrong alignment on ULandscapeHeightfieldCollisionComponent"); \ static_assert(sizeof(ULandscapeHeightfieldCollisionComponent) == 0x000540, "Wrong size on ULandscapeHeightfieldCollisionComponent"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, ComponentLayerInfos) == 0x000460, "Member 'ULandscapeHeightfieldCollisionComponent::ComponentLayerInfos' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseX) == 0x000470, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseX' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseY) == 0x000474, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseY' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionSizeQuads) == 0x000478, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionScale) == 0x00047C, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionScale' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SimpleCollisionSizeQuads) == 0x000480, "Member 'ULandscapeHeightfieldCollisionComponent::SimpleCollisionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionQuadFlags) == 0x000488, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionQuadFlags' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, HeightfieldGuid) == 0x000498, "Member 'ULandscapeHeightfieldCollisionComponent::HeightfieldGuid' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CachedLocalBox) == 0x0004A8, "Member 'ULandscapeHeightfieldCollisionComponent::CachedLocalBox' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, RenderComponent) == 0x0004C4, "Member 'ULandscapeHeightfieldCollisionComponent::RenderComponent' has a wrong offset!"); \ static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CookedPhysicalMaterials) == 0x0004F0, "Member 'ULandscapeHeightfieldCollisionComponent::CookedPhysicalMaterials' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeInfo \ static_assert(alignof(ULandscapeInfo) == 0x000008, "Wrong alignment on ULandscapeInfo"); \ static_assert(sizeof(ULandscapeInfo) == 0x000210, "Wrong size on ULandscapeInfo"); \ static_assert(offsetof(ULandscapeInfo, LandscapeActor) == 0x000028, "Member 'ULandscapeInfo::LandscapeActor' has a wrong offset!"); \ static_assert(offsetof(ULandscapeInfo, LandscapeGuid) == 0x000044, "Member 'ULandscapeInfo::LandscapeGuid' has a wrong offset!"); \ static_assert(offsetof(ULandscapeInfo, ComponentSizeQuads) == 0x000054, "Member 'ULandscapeInfo::ComponentSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeInfo, SubsectionSizeQuads) == 0x000058, "Member 'ULandscapeInfo::SubsectionSizeQuads' has a wrong offset!"); \ static_assert(offsetof(ULandscapeInfo, ComponentNumSubsections) == 0x00005C, "Member 'ULandscapeInfo::ComponentNumSubsections' has a wrong offset!"); \ static_assert(offsetof(ULandscapeInfo, DrawScale) == 0x000060, "Member 'ULandscapeInfo::DrawScale' has a wrong offset!"); \ static_assert(offsetof(ULandscapeInfo, Proxies) == 0x000110, "Member 'ULandscapeInfo::Proxies' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeInfoMap \ static_assert(alignof(ULandscapeInfoMap) == 0x000008, "Wrong alignment on ULandscapeInfoMap"); \ static_assert(sizeof(ULandscapeInfoMap) == 0x000080, "Wrong size on ULandscapeInfoMap"); \ #define DUMPER7_ASSERTS_ULandscapeLayerInfoObject \ static_assert(alignof(ULandscapeLayerInfoObject) == 0x000008, "Wrong alignment on ULandscapeLayerInfoObject"); \ static_assert(sizeof(ULandscapeLayerInfoObject) == 0x000050, "Wrong size on ULandscapeLayerInfoObject"); \ static_assert(offsetof(ULandscapeLayerInfoObject, LayerName) == 0x000028, "Member 'ULandscapeLayerInfoObject::LayerName' has a wrong offset!"); \ static_assert(offsetof(ULandscapeLayerInfoObject, PhysMaterial) == 0x000030, "Member 'ULandscapeLayerInfoObject::PhysMaterial' has a wrong offset!"); \ static_assert(offsetof(ULandscapeLayerInfoObject, Hardness) == 0x000038, "Member 'ULandscapeLayerInfoObject::Hardness' has a wrong offset!"); \ static_assert(offsetof(ULandscapeLayerInfoObject, LayerUsageDebugColor) == 0x00003C, "Member 'ULandscapeLayerInfoObject::LayerUsageDebugColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeMaterialInstanceConstant \ static_assert(alignof(ULandscapeMaterialInstanceConstant) == 0x000008, "Wrong alignment on ULandscapeMaterialInstanceConstant"); \ static_assert(sizeof(ULandscapeMaterialInstanceConstant) == 0x000330, "Wrong size on ULandscapeMaterialInstanceConstant"); \ static_assert(offsetof(ULandscapeMaterialInstanceConstant, TextureStreamingInfo) == 0x000318, "Member 'ULandscapeMaterialInstanceConstant::TextureStreamingInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeMeshCollisionComponent \ static_assert(alignof(ULandscapeMeshCollisionComponent) == 0x000010, "Wrong alignment on ULandscapeMeshCollisionComponent"); \ static_assert(sizeof(ULandscapeMeshCollisionComponent) == 0x000560, "Wrong size on ULandscapeMeshCollisionComponent"); \ static_assert(offsetof(ULandscapeMeshCollisionComponent, MeshGuid) == 0x000540, "Member 'ULandscapeMeshCollisionComponent::MeshGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALandscapeMeshProxyActor \ static_assert(alignof(ALandscapeMeshProxyActor) == 0x000008, "Wrong alignment on ALandscapeMeshProxyActor"); \ static_assert(sizeof(ALandscapeMeshProxyActor) == 0x000238, "Wrong size on ALandscapeMeshProxyActor"); \ static_assert(offsetof(ALandscapeMeshProxyActor, LandscapeMeshProxyComponent) == 0x000230, "Member 'ALandscapeMeshProxyActor::LandscapeMeshProxyComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeMeshProxyComponent \ static_assert(alignof(ULandscapeMeshProxyComponent) == 0x000010, "Wrong alignment on ULandscapeMeshProxyComponent"); \ static_assert(sizeof(ULandscapeMeshProxyComponent) == 0x000520, "Wrong size on ULandscapeMeshProxyComponent"); \ static_assert(offsetof(ULandscapeMeshProxyComponent, LandscapeGuid) == 0x0004F0, "Member 'ULandscapeMeshProxyComponent::LandscapeGuid' has a wrong offset!"); \ static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyComponentBases) == 0x000500, "Member 'ULandscapeMeshProxyComponent::ProxyComponentBases' has a wrong offset!"); \ static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyLOD) == 0x000510, "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) == 0x000490, "Wrong size on ULandscapeSplinesComponent"); \ static_assert(offsetof(ULandscapeSplinesComponent, ControlPoints) == 0x000460, "Member 'ULandscapeSplinesComponent::ControlPoints' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplinesComponent, Segments) == 0x000470, "Member 'ULandscapeSplinesComponent::Segments' has a wrong offset!"); \ static_assert(offsetof(ULandscapeSplinesComponent, CookedForeignMeshComponents) == 0x000480, "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) == 0x0005C8, "Wrong size on ALandscapeStreamingProxy"); \ static_assert(offsetof(ALandscapeStreamingProxy, LandscapeActor) == 0x0005A8, "Member 'ALandscapeStreamingProxy::LandscapeActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ULandscapeSubsystem \ static_assert(alignof(ULandscapeSubsystem) == 0x000008, "Wrong alignment on ULandscapeSubsystem"); \ static_assert(sizeof(ULandscapeSubsystem) == 0x000050, "Wrong size on ULandscapeSubsystem"); \ #define DUMPER7_ASSERTS_ULandscapeWeightmapUsage \ static_assert(alignof(ULandscapeWeightmapUsage) == 0x000008, "Wrong alignment on ULandscapeWeightmapUsage"); \ static_assert(sizeof(ULandscapeWeightmapUsage) == 0x000058, "Wrong size on ULandscapeWeightmapUsage"); \ static_assert(offsetof(ULandscapeWeightmapUsage, ChannelUsage) == 0x000028, "Member 'ULandscapeWeightmapUsage::ChannelUsage' has a wrong offset!"); \ static_assert(offsetof(ULandscapeWeightmapUsage, LayerGuid) == 0x000048, "Member 'ULandscapeWeightmapUsage::LayerGuid' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeGrassOutput \ static_assert(alignof(UMaterialExpressionLandscapeGrassOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeGrassOutput"); \ static_assert(sizeof(UMaterialExpressionLandscapeGrassOutput) == 0x000050, "Wrong size on UMaterialExpressionLandscapeGrassOutput"); \ static_assert(offsetof(UMaterialExpressionLandscapeGrassOutput, GrassTypes) == 0x000040, "Member 'UMaterialExpressionLandscapeGrassOutput::GrassTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerBlend \ static_assert(alignof(UMaterialExpressionLandscapeLayerBlend) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerBlend"); \ static_assert(sizeof(UMaterialExpressionLandscapeLayerBlend) == 0x000060, "Wrong size on UMaterialExpressionLandscapeLayerBlend"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerBlend, Layers) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerBlend::Layers' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerBlend, ExpressionGUID) == 0x000050, "Member 'UMaterialExpressionLandscapeLayerBlend::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerCoords \ static_assert(alignof(UMaterialExpressionLandscapeLayerCoords) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerCoords"); \ static_assert(sizeof(UMaterialExpressionLandscapeLayerCoords) == 0x000058, "Wrong size on UMaterialExpressionLandscapeLayerCoords"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingType) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, CustomUVType) == 0x000041, "Member 'UMaterialExpressionLandscapeLayerCoords::CustomUVType' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingScale) == 0x000044, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingScale' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingRotation) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingRotation' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanU) == 0x00004C, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanU' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanV) == 0x000050, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanV' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSample \ static_assert(alignof(UMaterialExpressionLandscapeLayerSample) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSample"); \ static_assert(sizeof(UMaterialExpressionLandscapeLayerSample) == 0x000060, "Wrong size on UMaterialExpressionLandscapeLayerSample"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, ParameterName) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerSample::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, PreviewWeight) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerSample::PreviewWeight' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, ExpressionGUID) == 0x00004C, "Member 'UMaterialExpressionLandscapeLayerSample::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSwitch \ static_assert(alignof(UMaterialExpressionLandscapeLayerSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSwitch"); \ static_assert(sizeof(UMaterialExpressionLandscapeLayerSwitch) == 0x000088, "Wrong size on UMaterialExpressionLandscapeLayerSwitch"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerUsed) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerUsed' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerNotUsed) == 0x000054, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerNotUsed' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, ParameterName) == 0x000068, "Member 'UMaterialExpressionLandscapeLayerSwitch::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, ExpressionGUID) == 0x000074, "Member 'UMaterialExpressionLandscapeLayerSwitch::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerWeight \ static_assert(alignof(UMaterialExpressionLandscapeLayerWeight) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerWeight"); \ static_assert(sizeof(UMaterialExpressionLandscapeLayerWeight) == 0x000090, "Wrong size on UMaterialExpressionLandscapeLayerWeight"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Base) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerWeight::Base' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Layer) == 0x000054, "Member 'UMaterialExpressionLandscapeLayerWeight::Layer' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ParameterName) == 0x000068, "Member 'UMaterialExpressionLandscapeLayerWeight::ParameterName' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, PreviewWeight) == 0x000070, "Member 'UMaterialExpressionLandscapeLayerWeight::PreviewWeight' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ConstBase) == 0x000074, "Member 'UMaterialExpressionLandscapeLayerWeight::ConstBase' has a wrong offset!"); \ static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ExpressionGUID) == 0x000080, "Member 'UMaterialExpressionLandscapeLayerWeight::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapePhysicalMaterialOutput \ static_assert(alignof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ static_assert(sizeof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000050, "Wrong size on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ static_assert(offsetof(UMaterialExpressionLandscapePhysicalMaterialOutput, Inputs) == 0x000040, "Member 'UMaterialExpressionLandscapePhysicalMaterialOutput::Inputs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UMaterialExpressionLandscapeVisibilityMask \ static_assert(alignof(UMaterialExpressionLandscapeVisibilityMask) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeVisibilityMask"); \ static_assert(sizeof(UMaterialExpressionLandscapeVisibilityMask) == 0x000050, "Wrong size on UMaterialExpressionLandscapeVisibilityMask"); \ static_assert(offsetof(UMaterialExpressionLandscapeVisibilityMask, ExpressionGUID) == 0x000040, "Member 'UMaterialExpressionLandscapeVisibilityMask::ExpressionGUID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_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_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_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_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_FTransformFilter \ static_assert(alignof(FTransformFilter) == 0x000001, "Wrong alignment on FTransformFilter"); \ static_assert(sizeof(FTransformFilter) == 0x000009, "Wrong size on FTransformFilter"); \ static_assert(offsetof(FTransformFilter, TranslationFilter) == 0x000000, "Member 'FTransformFilter::TranslationFilter' has a wrong offset!"); \ static_assert(offsetof(FTransformFilter, RotationFilter) == 0x000003, "Member 'FTransformFilter::RotationFilter' has a wrong offset!"); \ static_assert(offsetof(FTransformFilter, ScaleFilter) == 0x000006, "Member 'FTransformFilter::ScaleFilter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FCCDIKChainLink \ static_assert(alignof(FCCDIKChainLink) == 0x000010, "Wrong alignment on FCCDIKChainLink"); \ static_assert(sizeof(FCCDIKChainLink) == 0x000080, "Wrong size on FCCDIKChainLink"); \ #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_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_FNodeChain \ static_assert(alignof(FNodeChain) == 0x000008, "Wrong alignment on FNodeChain"); \ static_assert(sizeof(FNodeChain) == 0x000010, "Wrong size on FNodeChain"); \ static_assert(offsetof(FNodeChain, Nodes) == 0x000000, "Member 'FNodeChain::Nodes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTransformNoScale \ static_assert(alignof(FTransformNoScale) == 0x000010, "Wrong alignment on FTransformNoScale"); \ static_assert(sizeof(FTransformNoScale) == 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_FRemovalEventCallbackWrapper \ static_assert(alignof(FRemovalEventCallbackWrapper) == 0x000010, "Wrong alignment on FRemovalEventCallbackWrapper"); \ static_assert(sizeof(FRemovalEventCallbackWrapper) == 0x000040, "Wrong size on FRemovalEventCallbackWrapper"); \ #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_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_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_FChaosRemovalEvent \ static_assert(alignof(FChaosRemovalEvent) == 0x000008, "Wrong alignment on FChaosRemovalEvent"); \ static_assert(sizeof(FChaosRemovalEvent) == 0x000018, "Wrong size on FChaosRemovalEvent"); \ static_assert(offsetof(FChaosRemovalEvent, Component) == 0x000000, "Member 'FChaosRemovalEvent::Component' has a wrong offset!"); \ static_assert(offsetof(FChaosRemovalEvent, Location) == 0x000008, "Member 'FChaosRemovalEvent::Location' has a wrong offset!"); \ static_assert(offsetof(FChaosRemovalEvent, Mass) == 0x000014, "Member 'FChaosRemovalEvent::Mass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBreakEventCallbackWrapper \ static_assert(alignof(FBreakEventCallbackWrapper) == 0x000010, "Wrong alignment on FBreakEventCallbackWrapper"); \ static_assert(sizeof(FBreakEventCallbackWrapper) == 0x000040, "Wrong size on FBreakEventCallbackWrapper"); \ #define DUMPER7_ASSERTS_FChaosDebugSubstepControl \ static_assert(alignof(FChaosDebugSubstepControl) == 0x000001, "Wrong alignment on FChaosDebugSubstepControl"); \ static_assert(sizeof(FChaosDebugSubstepControl) == 0x000003, "Wrong size on FChaosDebugSubstepControl"); \ static_assert(offsetof(FChaosDebugSubstepControl, bPause) == 0x000000, "Member 'FChaosDebugSubstepControl::bPause' has a wrong offset!"); \ static_assert(offsetof(FChaosDebugSubstepControl, bSubstep) == 0x000001, "Member 'FChaosDebugSubstepControl::bSubstep' has a wrong offset!"); \ static_assert(offsetof(FChaosDebugSubstepControl, bStep) == 0x000002, "Member 'FChaosDebugSubstepControl::bStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosDebugDrawComponent \ static_assert(alignof(UChaosDebugDrawComponent) == 0x000008, "Wrong alignment on UChaosDebugDrawComponent"); \ static_assert(sizeof(UChaosDebugDrawComponent) == 0x0000C0, "Wrong size on UChaosDebugDrawComponent"); \ #define DUMPER7_ASSERTS_UChaosEventListenerComponent \ static_assert(alignof(UChaosEventListenerComponent) == 0x000008, "Wrong alignment on UChaosEventListenerComponent"); \ static_assert(sizeof(UChaosEventListenerComponent) == 0x0000C0, "Wrong size on UChaosEventListenerComponent"); \ #define DUMPER7_ASSERTS_UChaosGameplayEventDispatcher \ static_assert(alignof(UChaosGameplayEventDispatcher) == 0x000008, "Wrong alignment on UChaosGameplayEventDispatcher"); \ static_assert(sizeof(UChaosGameplayEventDispatcher) == 0x0002D0, "Wrong size on UChaosGameplayEventDispatcher"); \ static_assert(offsetof(UChaosGameplayEventDispatcher, CollisionEventRegistrations) == 0x0001D0, "Member 'UChaosGameplayEventDispatcher::CollisionEventRegistrations' has a wrong offset!"); \ static_assert(offsetof(UChaosGameplayEventDispatcher, BreakEventRegistrations) == 0x000220, "Member 'UChaosGameplayEventDispatcher::BreakEventRegistrations' has a wrong offset!"); \ static_assert(offsetof(UChaosGameplayEventDispatcher, RemovalEventRegistrations) == 0x000270, "Member 'UChaosGameplayEventDispatcher::RemovalEventRegistrations' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IChaosNotifyHandlerInterface \ static_assert(alignof(IChaosNotifyHandlerInterface) == 0x000001, "Wrong alignment on IChaosNotifyHandlerInterface"); \ static_assert(sizeof(IChaosNotifyHandlerInterface) == 0x000001, "Wrong size on IChaosNotifyHandlerInterface"); \ #define DUMPER7_ASSERTS_ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult \ static_assert(alignof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult) == 0x000008, "Wrong alignment on ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult"); \ static_assert(sizeof(ChaosSolverEngineBlueprintLibrary_ConvertPhysicsCollisionToHitResult) == 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) == 0x000330, "Wrong size on AChaosSolverActor"); \ static_assert(offsetof(AChaosSolverActor, Properties) == 0x000230, "Member 'AChaosSolverActor::Properties' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, TimeStepMultiplier) == 0x00029C, "Member 'AChaosSolverActor::TimeStepMultiplier' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, CollisionIterations) == 0x0002A0, "Member 'AChaosSolverActor::CollisionIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, PushOutIterations) == 0x0002A4, "Member 'AChaosSolverActor::PushOutIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, PushOutPairIterations) == 0x0002A8, "Member 'AChaosSolverActor::PushOutPairIterations' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ClusterConnectionFactor) == 0x0002AC, "Member 'AChaosSolverActor::ClusterConnectionFactor' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ClusterUnionConnectionType) == 0x0002B0, "Member 'AChaosSolverActor::ClusterUnionConnectionType' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateCollisionData) == 0x0002B1, "Member 'AChaosSolverActor::DoGenerateCollisionData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, CollisionFilterSettings) == 0x0002B4, "Member 'AChaosSolverActor::CollisionFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateBreakingData) == 0x0002C4, "Member 'AChaosSolverActor::DoGenerateBreakingData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, BreakingFilterSettings) == 0x0002C8, "Member 'AChaosSolverActor::BreakingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, DoGenerateTrailingData) == 0x0002D8, "Member 'AChaosSolverActor::DoGenerateTrailingData' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, TrailingFilterSettings) == 0x0002DC, "Member 'AChaosSolverActor::TrailingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, MassScale) == 0x0002EC, "Member 'AChaosSolverActor::MassScale' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, bGenerateContactGraph) == 0x0002F0, "Member 'AChaosSolverActor::bGenerateContactGraph' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, bHasFloor) == 0x0002F1, "Member 'AChaosSolverActor::bHasFloor' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, FloorHeight) == 0x0002F4, "Member 'AChaosSolverActor::FloorHeight' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, ChaosDebugSubstepControl) == 0x0002F8, "Member 'AChaosSolverActor::ChaosDebugSubstepControl' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, SpriteComponent) == 0x000300, "Member 'AChaosSolverActor::SpriteComponent' has a wrong offset!"); \ static_assert(offsetof(AChaosSolverActor, GameplayEventDispatcherComponent) == 0x000320, "Member 'AChaosSolverActor::GameplayEventDispatcherComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosSolverSettings \ static_assert(alignof(UChaosSolverSettings) == 0x000008, "Wrong alignment on UChaosSolverSettings"); \ static_assert(sizeof(UChaosSolverSettings) == 0x000058, "Wrong size on UChaosSolverSettings"); \ static_assert(offsetof(UChaosSolverSettings, DefaultChaosSolverActorClass) == 0x000040, "Member 'UChaosSolverSettings::DefaultChaosSolverActorClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFieldObjectCommands \ static_assert(alignof(FFieldObjectCommands) == 0x000008, "Wrong alignment on FFieldObjectCommands"); \ static_assert(sizeof(FFieldObjectCommands) == 0x000030, "Wrong size on FFieldObjectCommands"); \ static_assert(offsetof(FFieldObjectCommands, TargetNames) == 0x000000, "Member 'FFieldObjectCommands::TargetNames' has a wrong offset!"); \ static_assert(offsetof(FFieldObjectCommands, RootNodes) == 0x000010, "Member 'FFieldObjectCommands::RootNodes' has a wrong offset!"); \ static_assert(offsetof(FFieldObjectCommands, MetaDatas) == 0x000020, "Member 'FFieldObjectCommands::MetaDatas' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AFieldSystemActor \ static_assert(alignof(AFieldSystemActor) == 0x000008, "Wrong alignment on AFieldSystemActor"); \ static_assert(sizeof(AFieldSystemActor) == 0x000238, "Wrong size on AFieldSystemActor"); \ static_assert(offsetof(AFieldSystemActor, FieldSystemComponent) == 0x000230, "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) == 0x000530, "Wrong size on UFieldSystemComponent"); \ static_assert(offsetof(UFieldSystemComponent, FieldSystem) == 0x000460, "Member 'UFieldSystemComponent::FieldSystem' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, bIsWorldField) == 0x000468, "Member 'UFieldSystemComponent::bIsWorldField' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, bIsChaosField) == 0x000469, "Member 'UFieldSystemComponent::bIsChaosField' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, SupportedSolvers) == 0x000470, "Member 'UFieldSystemComponent::SupportedSolvers' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, ConstructionCommands) == 0x000480, "Member 'UFieldSystemComponent::ConstructionCommands' has a wrong offset!"); \ static_assert(offsetof(UFieldSystemComponent, BufferCommands) == 0x0004B0, "Member 'UFieldSystemComponent::BufferCommands' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldSystemMetaData \ static_assert(alignof(UFieldSystemMetaData) == 0x000008, "Wrong alignment on UFieldSystemMetaData"); \ static_assert(sizeof(UFieldSystemMetaData) == 0x0000B8, "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) == 0x0000C0, "Wrong size on UFieldSystemMetaDataIteration"); \ static_assert(offsetof(UFieldSystemMetaDataIteration, Iterations) == 0x0000B8, "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) == 0x0000C0, "Wrong size on UFieldSystemMetaDataProcessingResolution"); \ static_assert(offsetof(UFieldSystemMetaDataProcessingResolution, ResolutionType) == 0x0000B8, "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) == 0x0000C0, "Wrong size on UFieldSystemMetaDataFilter"); \ static_assert(offsetof(UFieldSystemMetaDataFilter, FilterType) == 0x0000B8, "Member 'UFieldSystemMetaDataFilter::FilterType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UFieldNodeBase \ static_assert(alignof(UFieldNodeBase) == 0x000008, "Wrong alignment on UFieldNodeBase"); \ static_assert(sizeof(UFieldNodeBase) == 0x0000B8, "Wrong size on UFieldNodeBase"); \ #define DUMPER7_ASSERTS_UFieldNodeInt \ static_assert(alignof(UFieldNodeInt) == 0x000008, "Wrong alignment on UFieldNodeInt"); \ static_assert(sizeof(UFieldNodeInt) == 0x0000B8, "Wrong size on UFieldNodeInt"); \ #define DUMPER7_ASSERTS_UFieldNodeFloat \ static_assert(alignof(UFieldNodeFloat) == 0x000008, "Wrong alignment on UFieldNodeFloat"); \ static_assert(sizeof(UFieldNodeFloat) == 0x0000B8, "Wrong size on UFieldNodeFloat"); \ #define DUMPER7_ASSERTS_UFieldNodeVector \ static_assert(alignof(UFieldNodeVector) == 0x000008, "Wrong alignment on UFieldNodeVector"); \ static_assert(sizeof(UFieldNodeVector) == 0x0000B8, "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) == 0x0000C0, "Wrong size on UUniformInteger"); \ static_assert(offsetof(UUniformInteger, Magnitude) == 0x0000B8, "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) == 0x0000D8, "Wrong size on URadialIntMask"); \ static_assert(offsetof(URadialIntMask, Radius) == 0x0000B8, "Member 'URadialIntMask::Radius' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, position) == 0x0000BC, "Member 'URadialIntMask::position' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, InteriorValue) == 0x0000C8, "Member 'URadialIntMask::InteriorValue' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, ExteriorValue) == 0x0000CC, "Member 'URadialIntMask::ExteriorValue' has a wrong offset!"); \ static_assert(offsetof(URadialIntMask, SetMaskCondition) == 0x0000D0, "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) == 0x0000C0, "Wrong size on UUniformScalar"); \ static_assert(offsetof(UUniformScalar, Magnitude) == 0x0000B8, "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) == 0x0000D8, "Wrong size on UWaveScalar"); \ static_assert(offsetof(UWaveScalar, Magnitude) == 0x0000B8, "Member 'UWaveScalar::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, position) == 0x0000BC, "Member 'UWaveScalar::position' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, WaveLength) == 0x0000C8, "Member 'UWaveScalar::WaveLength' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Period) == 0x0000CC, "Member 'UWaveScalar::Period' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Function) == 0x0000D0, "Member 'UWaveScalar::Function' has a wrong offset!"); \ static_assert(offsetof(UWaveScalar, Falloff) == 0x0000D1, "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) == 0x0000E0, "Wrong size on URadialFalloff"); \ static_assert(offsetof(URadialFalloff, Magnitude) == 0x0000B8, "Member 'URadialFalloff::Magnitude' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, MinRange) == 0x0000BC, "Member 'URadialFalloff::MinRange' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, MaxRange) == 0x0000C0, "Member 'URadialFalloff::MaxRange' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, Default) == 0x0000C4, "Member 'URadialFalloff::Default' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, Radius) == 0x0000C8, "Member 'URadialFalloff::Radius' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, position) == 0x0000CC, "Member 'URadialFalloff::position' has a wrong offset!"); \ static_assert(offsetof(URadialFalloff, Falloff) == 0x0000D8, "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) == 0x0000E8, "Wrong size on UPlaneFalloff"); \ static_assert(offsetof(UPlaneFalloff, Magnitude) == 0x0000B8, "Member 'UPlaneFalloff::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, MinRange) == 0x0000BC, "Member 'UPlaneFalloff::MinRange' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, MaxRange) == 0x0000C0, "Member 'UPlaneFalloff::MaxRange' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Default) == 0x0000C4, "Member 'UPlaneFalloff::Default' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Distance) == 0x0000C8, "Member 'UPlaneFalloff::Distance' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, position) == 0x0000CC, "Member 'UPlaneFalloff::position' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Normal) == 0x0000D8, "Member 'UPlaneFalloff::Normal' has a wrong offset!"); \ static_assert(offsetof(UPlaneFalloff, Falloff) == 0x0000E4, "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) == 0x000110, "Wrong size on UBoxFalloff"); \ static_assert(offsetof(UBoxFalloff, Magnitude) == 0x0000B8, "Member 'UBoxFalloff::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, MinRange) == 0x0000BC, "Member 'UBoxFalloff::MinRange' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, MaxRange) == 0x0000C0, "Member 'UBoxFalloff::MaxRange' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, Default) == 0x0000C4, "Member 'UBoxFalloff::Default' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, Transform) == 0x0000D0, "Member 'UBoxFalloff::Transform' has a wrong offset!"); \ static_assert(offsetof(UBoxFalloff, Falloff) == 0x000100, "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) == 0x0000B8, "Member 'UNoiseField::MinRange' has a wrong offset!"); \ static_assert(offsetof(UNoiseField, MaxRange) == 0x0000BC, "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) == 0x0000C8, "Wrong size on UUniformVector"); \ static_assert(offsetof(UUniformVector, Magnitude) == 0x0000B8, "Member 'UUniformVector::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UUniformVector, Direction) == 0x0000BC, "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) == 0x0000C8, "Wrong size on URadialVector"); \ static_assert(offsetof(URadialVector, Magnitude) == 0x0000B8, "Member 'URadialVector::Magnitude' has a wrong offset!"); \ static_assert(offsetof(URadialVector, position) == 0x0000BC, "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) == 0x0000C0, "Wrong size on URandomVector"); \ static_assert(offsetof(URandomVector, Magnitude) == 0x0000B8, "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) == 0x0000D8, "Wrong size on UOperatorField"); \ static_assert(offsetof(UOperatorField, Magnitude) == 0x0000B8, "Member 'UOperatorField::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UOperatorField, RightField) == 0x0000C0, "Member 'UOperatorField::RightField' has a wrong offset!"); \ static_assert(offsetof(UOperatorField, LeftField) == 0x0000C8, "Member 'UOperatorField::LeftField' has a wrong offset!"); \ static_assert(offsetof(UOperatorField, Operation) == 0x0000D0, "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) == 0x0000C0, "Wrong size on UToIntegerField"); \ static_assert(offsetof(UToIntegerField, FloatField) == 0x0000B8, "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) == 0x0000C0, "Wrong size on UToFloatField"); \ static_assert(offsetof(UToFloatField, IntField) == 0x0000B8, "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) == 0x0000D0, "Wrong size on UCullingField"); \ static_assert(offsetof(UCullingField, Culling) == 0x0000B8, "Member 'UCullingField::Culling' has a wrong offset!"); \ static_assert(offsetof(UCullingField, Field) == 0x0000C0, "Member 'UCullingField::Field' has a wrong offset!"); \ static_assert(offsetof(UCullingField, Operation) == 0x0000C8, "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) == 0x0000B8, "Wrong size on UReturnResultsTerminal"); \ #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_FGeometryCollectionLevelSetData \ static_assert(alignof(FGeometryCollectionLevelSetData) == 0x000004, "Wrong alignment on FGeometryCollectionLevelSetData"); \ static_assert(sizeof(FGeometryCollectionLevelSetData) == 0x000010, "Wrong size on FGeometryCollectionLevelSetData"); \ static_assert(offsetof(FGeometryCollectionLevelSetData, MinLevelSetResolution) == 0x000000, "Member 'FGeometryCollectionLevelSetData::MinLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionLevelSetData, MaxLevelSetResolution) == 0x000004, "Member 'FGeometryCollectionLevelSetData::MaxLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionLevelSetData, MinClusterLevelSetResolution) == 0x000008, "Member 'FGeometryCollectionLevelSetData::MinClusterLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionLevelSetData, MaxClusterLevelSetResolution) == 0x00000C, "Member 'FGeometryCollectionLevelSetData::MaxClusterLevelSetResolution' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_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_FGeometryCollectionCollisionParticleData \ static_assert(alignof(FGeometryCollectionCollisionParticleData) == 0x000004, "Wrong alignment on FGeometryCollectionCollisionParticleData"); \ static_assert(sizeof(FGeometryCollectionCollisionParticleData) == 0x000008, "Wrong size on FGeometryCollectionCollisionParticleData"); \ static_assert(offsetof(FGeometryCollectionCollisionParticleData, CollisionParticlesFraction) == 0x000000, "Member 'FGeometryCollectionCollisionParticleData::CollisionParticlesFraction' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionCollisionParticleData, MaximumCollisionParticles) == 0x000004, "Member 'FGeometryCollectionCollisionParticleData::MaximumCollisionParticles' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeometryCollectionCollisionTypeData \ static_assert(alignof(FGeometryCollectionCollisionTypeData) == 0x000004, "Wrong alignment on FGeometryCollectionCollisionTypeData"); \ static_assert(sizeof(FGeometryCollectionCollisionTypeData) == 0x000024, "Wrong size on FGeometryCollectionCollisionTypeData"); \ static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionType) == 0x000000, "Member 'FGeometryCollectionCollisionTypeData::CollisionType' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionCollisionTypeData, ImplicitType) == 0x000001, "Member 'FGeometryCollectionCollisionTypeData::ImplicitType' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionCollisionTypeData, LevelSet) == 0x000004, "Member 'FGeometryCollectionCollisionTypeData::LevelSet' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionParticles) == 0x000014, "Member 'FGeometryCollectionCollisionTypeData::CollisionParticles' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionObjectReductionPercentage) == 0x00001C, "Member 'FGeometryCollectionCollisionTypeData::CollisionObjectReductionPercentage' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionCollisionTypeData, CollisionMarginFraction) == 0x000020, "Member 'FGeometryCollectionCollisionTypeData::CollisionMarginFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeometryCollectionRemovalData \ static_assert(alignof(FGeometryCollectionRemovalData) == 0x000004, "Wrong alignment on FGeometryCollectionRemovalData"); \ static_assert(sizeof(FGeometryCollectionRemovalData) == 0x000014, "Wrong size on FGeometryCollectionRemovalData"); \ static_assert(offsetof(FGeometryCollectionRemovalData, bRemoveOnMaxSleep) == 0x000000, "Member 'FGeometryCollectionRemovalData::bRemoveOnMaxSleep' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionRemovalData, bShrinkOnMaxSleep) == 0x000001, "Member 'FGeometryCollectionRemovalData::bShrinkOnMaxSleep' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionRemovalData, MaximumSleepTime) == 0x000004, "Member 'FGeometryCollectionRemovalData::MaximumSleepTime' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionRemovalData, RemovalDuration) == 0x00000C, "Member 'FGeometryCollectionRemovalData::RemovalDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeometryCollectionSizeSpecificData \ static_assert(alignof(FGeometryCollectionSizeSpecificData) == 0x000008, "Wrong alignment on FGeometryCollectionSizeSpecificData"); \ static_assert(sizeof(FGeometryCollectionSizeSpecificData) == 0x000030, "Wrong size on FGeometryCollectionSizeSpecificData"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, MaxSize) == 0x000000, "Member 'FGeometryCollectionSizeSpecificData::MaxSize' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, CollisionShapes) == 0x000008, "Member 'FGeometryCollectionSizeSpecificData::CollisionShapes' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, DamageThreshold) == 0x000018, "Member 'FGeometryCollectionSizeSpecificData::DamageThreshold' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSizeSpecificData, Removal) == 0x00001C, "Member 'FGeometryCollectionSizeSpecificData::Removal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosTrailingEventData \ static_assert(alignof(FChaosTrailingEventData) == 0x000004, "Wrong alignment on FChaosTrailingEventData"); \ static_assert(sizeof(FChaosTrailingEventData) == 0x00002C, "Wrong size on FChaosTrailingEventData"); \ static_assert(offsetof(FChaosTrailingEventData, Location) == 0x000000, "Member 'FChaosTrailingEventData::Location' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, Velocity) == 0x00000C, "Member 'FChaosTrailingEventData::Velocity' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, AngularVelocity) == 0x000018, "Member 'FChaosTrailingEventData::AngularVelocity' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, Mass) == 0x000024, "Member 'FChaosTrailingEventData::Mass' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventData, ParticleIndex) == 0x000028, "Member 'FChaosTrailingEventData::ParticleIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_FChaosRemovalEventData \ static_assert(alignof(FChaosRemovalEventData) == 0x000004, "Wrong alignment on FChaosRemovalEventData"); \ static_assert(sizeof(FChaosRemovalEventData) == 0x000014, "Wrong size on FChaosRemovalEventData"); \ static_assert(offsetof(FChaosRemovalEventData, Location) == 0x000000, "Member 'FChaosRemovalEventData::Location' has a wrong offset!"); \ static_assert(offsetof(FChaosRemovalEventData, Mass) == 0x00000C, "Member 'FChaosRemovalEventData::Mass' has a wrong offset!"); \ static_assert(offsetof(FChaosRemovalEventData, ParticleIndex) == 0x000010, "Member 'FChaosRemovalEventData::ParticleIndex' 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_FGeomComponentCacheParameters \ static_assert(alignof(FGeomComponentCacheParameters) == 0x000008, "Wrong alignment on FGeomComponentCacheParameters"); \ static_assert(sizeof(FGeomComponentCacheParameters) == 0x000050, "Wrong size on FGeomComponentCacheParameters"); \ static_assert(offsetof(FGeomComponentCacheParameters, CacheMode) == 0x000000, "Member 'FGeomComponentCacheParameters::CacheMode' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, TargetCache) == 0x000008, "Member 'FGeomComponentCacheParameters::TargetCache' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, ReverseCacheBeginTime) == 0x000010, "Member 'FGeomComponentCacheParameters::ReverseCacheBeginTime' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, SaveCollisionData) == 0x000014, "Member 'FGeomComponentCacheParameters::SaveCollisionData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateCollisionData) == 0x000015, "Member 'FGeomComponentCacheParameters::DoGenerateCollisionData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, CollisionDataSizeMax) == 0x000018, "Member 'FGeomComponentCacheParameters::CollisionDataSizeMax' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, DoCollisionDataSpatialHash) == 0x00001C, "Member 'FGeomComponentCacheParameters::DoCollisionDataSpatialHash' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, CollisionDataSpatialHashRadius) == 0x000020, "Member 'FGeomComponentCacheParameters::CollisionDataSpatialHashRadius' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, MaxCollisionPerCell) == 0x000024, "Member 'FGeomComponentCacheParameters::MaxCollisionPerCell' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, SaveBreakingData) == 0x000028, "Member 'FGeomComponentCacheParameters::SaveBreakingData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateBreakingData) == 0x000029, "Member 'FGeomComponentCacheParameters::DoGenerateBreakingData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, BreakingDataSizeMax) == 0x00002C, "Member 'FGeomComponentCacheParameters::BreakingDataSizeMax' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, DoBreakingDataSpatialHash) == 0x000030, "Member 'FGeomComponentCacheParameters::DoBreakingDataSpatialHash' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, BreakingDataSpatialHashRadius) == 0x000034, "Member 'FGeomComponentCacheParameters::BreakingDataSpatialHashRadius' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, MaxBreakingPerCell) == 0x000038, "Member 'FGeomComponentCacheParameters::MaxBreakingPerCell' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, SaveTrailingData) == 0x00003C, "Member 'FGeomComponentCacheParameters::SaveTrailingData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateTrailingData) == 0x00003D, "Member 'FGeomComponentCacheParameters::DoGenerateTrailingData' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, TrailingDataSizeMax) == 0x000040, "Member 'FGeomComponentCacheParameters::TrailingDataSizeMax' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, TrailingMinSpeedThreshold) == 0x000044, "Member 'FGeomComponentCacheParameters::TrailingMinSpeedThreshold' has a wrong offset!"); \ static_assert(offsetof(FGeomComponentCacheParameters, TrailingMinVolumeThreshold) == 0x000048, "Member 'FGeomComponentCacheParameters::TrailingMinVolumeThreshold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosCollisionEventRequestSettings \ static_assert(alignof(FChaosCollisionEventRequestSettings) == 0x000004, "Wrong alignment on FChaosCollisionEventRequestSettings"); \ static_assert(sizeof(FChaosCollisionEventRequestSettings) == 0x000018, "Wrong size on FChaosCollisionEventRequestSettings"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, MaxNumberResults) == 0x000000, "Member 'FChaosCollisionEventRequestSettings::MaxNumberResults' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosCollisionEventRequestSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosCollisionEventRequestSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, MinImpulse) == 0x00000C, "Member 'FChaosCollisionEventRequestSettings::MinImpulse' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosCollisionEventRequestSettings::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FChaosCollisionEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosCollisionEventRequestSettings::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosRemovalEventRequestSettings \ static_assert(alignof(FChaosRemovalEventRequestSettings) == 0x000004, "Wrong alignment on FChaosRemovalEventRequestSettings"); \ static_assert(sizeof(FChaosRemovalEventRequestSettings) == 0x000010, "Wrong size on FChaosRemovalEventRequestSettings"); \ static_assert(offsetof(FChaosRemovalEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosRemovalEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ static_assert(offsetof(FChaosRemovalEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosRemovalEventRequestSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FChaosRemovalEventRequestSettings, MaxDistance) == 0x000008, "Member 'FChaosRemovalEventRequestSettings::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FChaosRemovalEventRequestSettings, SortMethod) == 0x00000C, "Member 'FChaosRemovalEventRequestSettings::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosTrailingEventRequestSettings \ static_assert(alignof(FChaosTrailingEventRequestSettings) == 0x000004, "Wrong alignment on FChaosTrailingEventRequestSettings"); \ static_assert(sizeof(FChaosTrailingEventRequestSettings) == 0x000018, "Wrong size on FChaosTrailingEventRequestSettings"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxNumberOfResults) == 0x000000, "Member 'FChaosTrailingEventRequestSettings::MaxNumberOfResults' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosTrailingEventRequestSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosTrailingEventRequestSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MinAngularSpeed) == 0x00000C, "Member 'FChaosTrailingEventRequestSettings::MinAngularSpeed' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosTrailingEventRequestSettings::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(FChaosTrailingEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosTrailingEventRequestSettings::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeometryCollectionDebugDrawWarningMessage \ static_assert(alignof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong alignment on FGeometryCollectionDebugDrawWarningMessage"); \ static_assert(sizeof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong size on FGeometryCollectionDebugDrawWarningMessage"); \ #define DUMPER7_ASSERTS_FGeometryCollectionEmbeddedExemplar \ static_assert(alignof(FGeometryCollectionEmbeddedExemplar) == 0x000008, "Wrong alignment on FGeometryCollectionEmbeddedExemplar"); \ static_assert(sizeof(FGeometryCollectionEmbeddedExemplar) == 0x000028, "Wrong size on FGeometryCollectionEmbeddedExemplar"); \ static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, StaticMeshExemplar) == 0x000000, "Member 'FGeometryCollectionEmbeddedExemplar::StaticMeshExemplar' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, StartCullDistance) == 0x000018, "Member 'FGeometryCollectionEmbeddedExemplar::StartCullDistance' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, EndCullDistance) == 0x00001C, "Member 'FGeometryCollectionEmbeddedExemplar::EndCullDistance' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, InstanceCount) == 0x000020, "Member 'FGeometryCollectionEmbeddedExemplar::InstanceCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGeometryCollectionSource \ static_assert(alignof(FGeometryCollectionSource) == 0x000010, "Wrong alignment on FGeometryCollectionSource"); \ static_assert(sizeof(FGeometryCollectionSource) == 0x000060, "Wrong size on FGeometryCollectionSource"); \ static_assert(offsetof(FGeometryCollectionSource, SourceGeometryObject) == 0x000000, "Member 'FGeometryCollectionSource::SourceGeometryObject' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSource, LocalTransform) == 0x000020, "Member 'FGeometryCollectionSource::LocalTransform' has a wrong offset!"); \ static_assert(offsetof(FGeometryCollectionSource, SourceMaterial) == 0x000050, "Member 'FGeometryCollectionSource::SourceMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_AddChaosSolverActor \ static_assert(alignof(ChaosDestructionListener_AddChaosSolverActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_AddChaosSolverActor"); \ static_assert(sizeof(ChaosDestructionListener_AddChaosSolverActor) == 0x000008, "Wrong size on ChaosDestructionListener_AddChaosSolverActor"); \ static_assert(offsetof(ChaosDestructionListener_AddChaosSolverActor, ChaosSolverActor) == 0x000000, "Member 'ChaosDestructionListener_AddChaosSolverActor::ChaosSolverActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_AddGeometryCollectionActor \ static_assert(alignof(ChaosDestructionListener_AddGeometryCollectionActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_AddGeometryCollectionActor"); \ static_assert(sizeof(ChaosDestructionListener_AddGeometryCollectionActor) == 0x000008, "Wrong size on ChaosDestructionListener_AddGeometryCollectionActor"); \ static_assert(offsetof(ChaosDestructionListener_AddGeometryCollectionActor, GeometryCollectionActor) == 0x000000, "Member 'ChaosDestructionListener_AddGeometryCollectionActor::GeometryCollectionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_RemoveChaosSolverActor \ static_assert(alignof(ChaosDestructionListener_RemoveChaosSolverActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_RemoveChaosSolverActor"); \ static_assert(sizeof(ChaosDestructionListener_RemoveChaosSolverActor) == 0x000008, "Wrong size on ChaosDestructionListener_RemoveChaosSolverActor"); \ static_assert(offsetof(ChaosDestructionListener_RemoveChaosSolverActor, ChaosSolverActor) == 0x000000, "Member 'ChaosDestructionListener_RemoveChaosSolverActor::ChaosSolverActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_RemoveGeometryCollectionActor \ static_assert(alignof(ChaosDestructionListener_RemoveGeometryCollectionActor) == 0x000008, "Wrong alignment on ChaosDestructionListener_RemoveGeometryCollectionActor"); \ static_assert(sizeof(ChaosDestructionListener_RemoveGeometryCollectionActor) == 0x000008, "Wrong size on ChaosDestructionListener_RemoveGeometryCollectionActor"); \ static_assert(offsetof(ChaosDestructionListener_RemoveGeometryCollectionActor, GeometryCollectionActor) == 0x000000, "Member 'ChaosDestructionListener_RemoveGeometryCollectionActor::GeometryCollectionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetBreakingEventEnabled \ static_assert(alignof(ChaosDestructionListener_SetBreakingEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetBreakingEventEnabled"); \ static_assert(sizeof(ChaosDestructionListener_SetBreakingEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetBreakingEventEnabled"); \ static_assert(offsetof(ChaosDestructionListener_SetBreakingEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetBreakingEventEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetBreakingEventRequestSettings \ static_assert(alignof(ChaosDestructionListener_SetBreakingEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetBreakingEventRequestSettings"); \ static_assert(sizeof(ChaosDestructionListener_SetBreakingEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetBreakingEventRequestSettings"); \ static_assert(offsetof(ChaosDestructionListener_SetBreakingEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetBreakingEventRequestSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetCollisionEventEnabled \ static_assert(alignof(ChaosDestructionListener_SetCollisionEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetCollisionEventEnabled"); \ static_assert(sizeof(ChaosDestructionListener_SetCollisionEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetCollisionEventEnabled"); \ static_assert(offsetof(ChaosDestructionListener_SetCollisionEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetCollisionEventEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetCollisionEventRequestSettings \ static_assert(alignof(ChaosDestructionListener_SetCollisionEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetCollisionEventRequestSettings"); \ static_assert(sizeof(ChaosDestructionListener_SetCollisionEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetCollisionEventRequestSettings"); \ static_assert(offsetof(ChaosDestructionListener_SetCollisionEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetCollisionEventRequestSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetRemovalEventEnabled \ static_assert(alignof(ChaosDestructionListener_SetRemovalEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetRemovalEventEnabled"); \ static_assert(sizeof(ChaosDestructionListener_SetRemovalEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetRemovalEventEnabled"); \ static_assert(offsetof(ChaosDestructionListener_SetRemovalEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetRemovalEventEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetRemovalEventRequestSettings \ static_assert(alignof(ChaosDestructionListener_SetRemovalEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetRemovalEventRequestSettings"); \ static_assert(sizeof(ChaosDestructionListener_SetRemovalEventRequestSettings) == 0x000010, "Wrong size on ChaosDestructionListener_SetRemovalEventRequestSettings"); \ static_assert(offsetof(ChaosDestructionListener_SetRemovalEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetRemovalEventRequestSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetTrailingEventEnabled \ static_assert(alignof(ChaosDestructionListener_SetTrailingEventEnabled) == 0x000001, "Wrong alignment on ChaosDestructionListener_SetTrailingEventEnabled"); \ static_assert(sizeof(ChaosDestructionListener_SetTrailingEventEnabled) == 0x000001, "Wrong size on ChaosDestructionListener_SetTrailingEventEnabled"); \ static_assert(offsetof(ChaosDestructionListener_SetTrailingEventEnabled, bIsEnabled) == 0x000000, "Member 'ChaosDestructionListener_SetTrailingEventEnabled::bIsEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SetTrailingEventRequestSettings \ static_assert(alignof(ChaosDestructionListener_SetTrailingEventRequestSettings) == 0x000004, "Wrong alignment on ChaosDestructionListener_SetTrailingEventRequestSettings"); \ static_assert(sizeof(ChaosDestructionListener_SetTrailingEventRequestSettings) == 0x000018, "Wrong size on ChaosDestructionListener_SetTrailingEventRequestSettings"); \ static_assert(offsetof(ChaosDestructionListener_SetTrailingEventRequestSettings, InSettings) == 0x000000, "Member 'ChaosDestructionListener_SetTrailingEventRequestSettings::InSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SortBreakingEvents \ static_assert(alignof(ChaosDestructionListener_SortBreakingEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortBreakingEvents"); \ static_assert(sizeof(ChaosDestructionListener_SortBreakingEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortBreakingEvents"); \ static_assert(offsetof(ChaosDestructionListener_SortBreakingEvents, BreakingEvents) == 0x000000, "Member 'ChaosDestructionListener_SortBreakingEvents::BreakingEvents' has a wrong offset!"); \ static_assert(offsetof(ChaosDestructionListener_SortBreakingEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortBreakingEvents::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SortCollisionEvents \ static_assert(alignof(ChaosDestructionListener_SortCollisionEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortCollisionEvents"); \ static_assert(sizeof(ChaosDestructionListener_SortCollisionEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortCollisionEvents"); \ static_assert(offsetof(ChaosDestructionListener_SortCollisionEvents, CollisionEvents) == 0x000000, "Member 'ChaosDestructionListener_SortCollisionEvents::CollisionEvents' has a wrong offset!"); \ static_assert(offsetof(ChaosDestructionListener_SortCollisionEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortCollisionEvents::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SortRemovalEvents \ static_assert(alignof(ChaosDestructionListener_SortRemovalEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortRemovalEvents"); \ static_assert(sizeof(ChaosDestructionListener_SortRemovalEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortRemovalEvents"); \ static_assert(offsetof(ChaosDestructionListener_SortRemovalEvents, RemovalEvents) == 0x000000, "Member 'ChaosDestructionListener_SortRemovalEvents::RemovalEvents' has a wrong offset!"); \ static_assert(offsetof(ChaosDestructionListener_SortRemovalEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortRemovalEvents::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_SortTrailingEvents \ static_assert(alignof(ChaosDestructionListener_SortTrailingEvents) == 0x000008, "Wrong alignment on ChaosDestructionListener_SortTrailingEvents"); \ static_assert(sizeof(ChaosDestructionListener_SortTrailingEvents) == 0x000018, "Wrong size on ChaosDestructionListener_SortTrailingEvents"); \ static_assert(offsetof(ChaosDestructionListener_SortTrailingEvents, TrailingEvents) == 0x000000, "Member 'ChaosDestructionListener_SortTrailingEvents::TrailingEvents' has a wrong offset!"); \ static_assert(offsetof(ChaosDestructionListener_SortTrailingEvents, SortMethod) == 0x000010, "Member 'ChaosDestructionListener_SortTrailingEvents::SortMethod' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ChaosDestructionListener_IsEventListening \ static_assert(alignof(ChaosDestructionListener_IsEventListening) == 0x000001, "Wrong alignment on ChaosDestructionListener_IsEventListening"); \ static_assert(sizeof(ChaosDestructionListener_IsEventListening) == 0x000001, "Wrong size on ChaosDestructionListener_IsEventListening"); \ static_assert(offsetof(ChaosDestructionListener_IsEventListening, ReturnValue) == 0x000000, "Member 'ChaosDestructionListener_IsEventListening::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UChaosDestructionListener \ static_assert(alignof(UChaosDestructionListener) == 0x000010, "Wrong alignment on UChaosDestructionListener"); \ static_assert(sizeof(UChaosDestructionListener) == 0x000480, "Wrong size on UChaosDestructionListener"); \ static_assert(offsetof(UChaosDestructionListener, CollisionEventRequestSettings) == 0x00020C, "Member 'UChaosDestructionListener::CollisionEventRequestSettings' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, BreakingEventRequestSettings) == 0x000224, "Member 'UChaosDestructionListener::BreakingEventRequestSettings' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, TrailingEventRequestSettings) == 0x00023C, "Member 'UChaosDestructionListener::TrailingEventRequestSettings' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, RemovalEventRequestSettings) == 0x000254, "Member 'UChaosDestructionListener::RemovalEventRequestSettings' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, ChaosSolverActors) == 0x000268, "Member 'UChaosDestructionListener::ChaosSolverActors' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, GeometryCollectionActors) == 0x0002B8, "Member 'UChaosDestructionListener::GeometryCollectionActors' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, OnCollisionEvents) == 0x000308, "Member 'UChaosDestructionListener::OnCollisionEvents' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, OnBreakingEvents) == 0x000318, "Member 'UChaosDestructionListener::OnBreakingEvents' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, OnTrailingEvents) == 0x000328, "Member 'UChaosDestructionListener::OnTrailingEvents' has a wrong offset!"); \ static_assert(offsetof(UChaosDestructionListener, OnRemovalEvents) == 0x000338, "Member 'UChaosDestructionListener::OnRemovalEvents' 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) == 0x000240, "Wrong size on AGeometryCollectionActor"); \ static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionComponent) == 0x000230, "Member 'AGeometryCollectionActor::GeometryCollectionComponent' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionDebugDrawComponent) == 0x000238, "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_GeometryCollectionComponent_SetNotifyRemovals \ static_assert(alignof(GeometryCollectionComponent_SetNotifyRemovals) == 0x000001, "Wrong alignment on GeometryCollectionComponent_SetNotifyRemovals"); \ static_assert(sizeof(GeometryCollectionComponent_SetNotifyRemovals) == 0x000001, "Wrong size on GeometryCollectionComponent_SetNotifyRemovals"); \ static_assert(offsetof(GeometryCollectionComponent_SetNotifyRemovals, bNewNotifyRemovals) == 0x000000, "Member 'GeometryCollectionComponent_SetNotifyRemovals::bNewNotifyRemovals' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCollectionComponent \ static_assert(alignof(UGeometryCollectionComponent) == 0x000010, "Wrong alignment on UGeometryCollectionComponent"); \ static_assert(sizeof(UGeometryCollectionComponent) == 0x000940, "Wrong size on UGeometryCollectionComponent"); \ static_assert(offsetof(UGeometryCollectionComponent, ChaosSolverActor) == 0x000490, "Member 'UGeometryCollectionComponent::ChaosSolverActor' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, RestCollection) == 0x000580, "Member 'UGeometryCollectionComponent::RestCollection' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitializationFields) == 0x000588, "Member 'UGeometryCollectionComponent::InitializationFields' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, Simulating) == 0x000598, "Member 'UGeometryCollectionComponent::Simulating' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ObjectType) == 0x0005A0, "Member 'UGeometryCollectionComponent::ObjectType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bForceMotionBlur) == 0x0005A1, "Member 'UGeometryCollectionComponent::bForceMotionBlur' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, EnableClustering) == 0x0005A2, "Member 'UGeometryCollectionComponent::EnableClustering' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ClusterGroupIndex) == 0x0005A4, "Member 'UGeometryCollectionComponent::ClusterGroupIndex' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, MaxClusterLevel) == 0x0005A8, "Member 'UGeometryCollectionComponent::MaxClusterLevel' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, DamageThreshold) == 0x0005B0, "Member 'UGeometryCollectionComponent::DamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bUseSizeSpecificDamageThreshold) == 0x0005C0, "Member 'UGeometryCollectionComponent::bUseSizeSpecificDamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ClusterConnectionType) == 0x0005C1, "Member 'UGeometryCollectionComponent::ClusterConnectionType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CollisionGroup) == 0x0005C4, "Member 'UGeometryCollectionComponent::CollisionGroup' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CollisionSampleFraction) == 0x0005C8, "Member 'UGeometryCollectionComponent::CollisionSampleFraction' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, LinearEtherDrag) == 0x0005CC, "Member 'UGeometryCollectionComponent::LinearEtherDrag' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, AngularEtherDrag) == 0x0005D0, "Member 'UGeometryCollectionComponent::AngularEtherDrag' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterial) == 0x0005D8, "Member 'UGeometryCollectionComponent::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitialVelocityType) == 0x0005E0, "Member 'UGeometryCollectionComponent::InitialVelocityType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitialLinearVelocity) == 0x0005E4, "Member 'UGeometryCollectionComponent::InitialLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, InitialAngularVelocity) == 0x0005F0, "Member 'UGeometryCollectionComponent::InitialAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterialOverride) == 0x000600, "Member 'UGeometryCollectionComponent::PhysicalMaterialOverride' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CacheParameters) == 0x000608, "Member 'UGeometryCollectionComponent::CacheParameters' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, RestTransforms) == 0x000658, "Member 'UGeometryCollectionComponent::RestTransforms' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsStateChange) == 0x000668, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsStateChange' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsLoadingStateChange) == 0x000678, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsLoadingStateChange' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, OnChaosBreakEvent) == 0x0006A0, "Member 'UGeometryCollectionComponent::OnChaosBreakEvent' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, OnChaosRemovalEvent) == 0x0006B0, "Member 'UGeometryCollectionComponent::OnChaosRemovalEvent' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, DesiredCacheTime) == 0x0006C0, "Member 'UGeometryCollectionComponent::DesiredCacheTime' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, CachePlayback) == 0x0006C4, "Member 'UGeometryCollectionComponent::CachePlayback' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, OnChaosPhysicsCollision) == 0x0006C8, "Member 'UGeometryCollectionComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bNotifyBreaks) == 0x0006D8, "Member 'UGeometryCollectionComponent::bNotifyBreaks' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bNotifyCollisions) == 0x0006D9, "Member 'UGeometryCollectionComponent::bNotifyCollisions' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bNotifyTrailing) == 0x0006DA, "Member 'UGeometryCollectionComponent::bNotifyTrailing' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bNotifyRemovals) == 0x0006DB, "Member 'UGeometryCollectionComponent::bNotifyRemovals' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bStoreVelocities) == 0x0006DC, "Member 'UGeometryCollectionComponent::bStoreVelocities' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bShowBoneColors) == 0x0006DD, "Member 'UGeometryCollectionComponent::bShowBoneColors' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bEnableReplication) == 0x0006DE, "Member 'UGeometryCollectionComponent::bEnableReplication' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, bEnableAbandonAfterLevel) == 0x0006DF, "Member 'UGeometryCollectionComponent::bEnableAbandonAfterLevel' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, ReplicationAbandonClusterLevel) == 0x0006E0, "Member 'UGeometryCollectionComponent::ReplicationAbandonClusterLevel' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, RepData) == 0x0006E8, "Member 'UGeometryCollectionComponent::RepData' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, DummyBodySetup) == 0x000918, "Member 'UGeometryCollectionComponent::DummyBodySetup' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionComponent, EmbeddedGeometryComponents) == 0x000928, "Member 'UGeometryCollectionComponent::EmbeddedGeometryComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGeometryCollectionDebugDrawActor \ static_assert(alignof(AGeometryCollectionDebugDrawActor) == 0x000008, "Wrong alignment on AGeometryCollectionDebugDrawActor"); \ static_assert(sizeof(AGeometryCollectionDebugDrawActor) == 0x000318, "Wrong size on AGeometryCollectionDebugDrawActor"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, WarningMessage) == 0x000230, "Member 'AGeometryCollectionDebugDrawActor::WarningMessage' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SelectedRigidBody) == 0x000238, "Member 'AGeometryCollectionDebugDrawActor::SelectedRigidBody' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawWholeCollection) == 0x000250, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawWholeCollection' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawHierarchy) == 0x000251, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawHierarchy' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawClustering) == 0x000252, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawClustering' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, HideGeometry) == 0x000253, "Member 'AGeometryCollectionDebugDrawActor::HideGeometry' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyId) == 0x000254, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyId' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyCollision) == 0x000255, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyCollision' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bCollisionAtOrigin) == 0x000256, "Member 'AGeometryCollectionDebugDrawActor::bCollisionAtOrigin' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyTransform) == 0x000257, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInertia) == 0x000258, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInertia' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyVelocity) == 0x000259, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyVelocity' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyForce) == 0x00025A, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyForce' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInfos) == 0x00025B, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInfos' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransformIndex) == 0x00025C, "Member 'AGeometryCollectionDebugDrawActor::bShowTransformIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransform) == 0x00025D, "Member 'AGeometryCollectionDebugDrawActor::bShowTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowParent) == 0x00025E, "Member 'AGeometryCollectionDebugDrawActor::bShowParent' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowLevel) == 0x00025F, "Member 'AGeometryCollectionDebugDrawActor::bShowLevel' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowConnectivityEdges) == 0x000260, "Member 'AGeometryCollectionDebugDrawActor::bShowConnectivityEdges' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryIndex) == 0x000261, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryTransform) == 0x000262, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryTransform' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowBoundingBox) == 0x000263, "Member 'AGeometryCollectionDebugDrawActor::bShowBoundingBox' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaces) == 0x000264, "Member 'AGeometryCollectionDebugDrawActor::bShowFaces' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceIndices) == 0x000265, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceIndices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceNormals) == 0x000266, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceNormals' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowSingleFace) == 0x000267, "Member 'AGeometryCollectionDebugDrawActor::bShowSingleFace' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceIndex) == 0x000268, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceIndex' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertices) == 0x00026C, "Member 'AGeometryCollectionDebugDrawActor::bShowVertices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexIndices) == 0x00026D, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexIndices' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexNormals) == 0x00026E, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexNormals' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bUseActiveVisualization) == 0x00026F, "Member 'AGeometryCollectionDebugDrawActor::bUseActiveVisualization' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, PointThickness) == 0x000270, "Member 'AGeometryCollectionDebugDrawActor::PointThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, LineThickness) == 0x000274, "Member 'AGeometryCollectionDebugDrawActor::LineThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, bTextShadow) == 0x000278, "Member 'AGeometryCollectionDebugDrawActor::bTextShadow' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TextScale) == 0x00027C, "Member 'AGeometryCollectionDebugDrawActor::TextScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, NormalScale) == 0x000280, "Member 'AGeometryCollectionDebugDrawActor::NormalScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, AxisScale) == 0x000284, "Member 'AGeometryCollectionDebugDrawActor::AxisScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ArrowScale) == 0x000288, "Member 'AGeometryCollectionDebugDrawActor::ArrowScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyIdColor) == 0x00028C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyIdColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyTransformScale) == 0x000290, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyTransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyCollisionColor) == 0x000294, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyCollisionColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInertiaColor) == 0x000298, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInertiaColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyVelocityColor) == 0x00029C, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyVelocityColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyForceColor) == 0x0002A0, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyForceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInfoColor) == 0x0002A4, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInfoColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformIndexColor) == 0x0002A8, "Member 'AGeometryCollectionDebugDrawActor::TransformIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformScale) == 0x0002AC, "Member 'AGeometryCollectionDebugDrawActor::TransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, LevelColor) == 0x0002B0, "Member 'AGeometryCollectionDebugDrawActor::LevelColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ParentColor) == 0x0002B4, "Member 'AGeometryCollectionDebugDrawActor::ParentColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, ConnectivityEdgeThickness) == 0x0002B8, "Member 'AGeometryCollectionDebugDrawActor::ConnectivityEdgeThickness' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryIndexColor) == 0x0002BC, "Member 'AGeometryCollectionDebugDrawActor::GeometryIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryTransformScale) == 0x0002C0, "Member 'AGeometryCollectionDebugDrawActor::GeometryTransformScale' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, BoundingBoxColor) == 0x0002C4, "Member 'AGeometryCollectionDebugDrawActor::BoundingBoxColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceColor) == 0x0002C8, "Member 'AGeometryCollectionDebugDrawActor::FaceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceIndexColor) == 0x0002CC, "Member 'AGeometryCollectionDebugDrawActor::FaceIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceNormalColor) == 0x0002D0, "Member 'AGeometryCollectionDebugDrawActor::FaceNormalColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceColor) == 0x0002D4, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexColor) == 0x0002D8, "Member 'AGeometryCollectionDebugDrawActor::VertexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexIndexColor) == 0x0002DC, "Member 'AGeometryCollectionDebugDrawActor::VertexIndexColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexNormalColor) == 0x0002E0, "Member 'AGeometryCollectionDebugDrawActor::VertexNormalColor' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionDebugDrawActor, SpriteComponent) == 0x0002E8, "Member 'AGeometryCollectionDebugDrawActor::SpriteComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCollectionDebugDrawComponent \ static_assert(alignof(UGeometryCollectionDebugDrawComponent) == 0x000008, "Wrong alignment on UGeometryCollectionDebugDrawComponent"); \ static_assert(sizeof(UGeometryCollectionDebugDrawComponent) == 0x0000D0, "Wrong size on UGeometryCollectionDebugDrawComponent"); \ static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionDebugDrawActor) == 0x0000B8, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionDebugDrawActor' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionRenderLevelSetActor) == 0x0000C0, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionRenderLevelSetActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGeometryCollection \ static_assert(alignof(UGeometryCollection) == 0x000008, "Wrong alignment on UGeometryCollection"); \ static_assert(sizeof(UGeometryCollection) == 0x0000F0, "Wrong size on UGeometryCollection"); \ static_assert(offsetof(UGeometryCollection, EnableClustering) == 0x000028, "Member 'UGeometryCollection::EnableClustering' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, ClusterGroupIndex) == 0x00002C, "Member 'UGeometryCollection::ClusterGroupIndex' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, MaxClusterLevel) == 0x000030, "Member 'UGeometryCollection::MaxClusterLevel' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, DamageThreshold) == 0x000038, "Member 'UGeometryCollection::DamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, ClusterConnectionType) == 0x000048, "Member 'UGeometryCollection::ClusterConnectionType' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, Materials) == 0x000050, "Member 'UGeometryCollection::Materials' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, EmbeddedGeometryExemplar) == 0x000060, "Member 'UGeometryCollection::EmbeddedGeometryExemplar' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, bUseFullPrecisionUVs) == 0x000070, "Member 'UGeometryCollection::bUseFullPrecisionUVs' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, bMassAsDensity) == 0x000071, "Member 'UGeometryCollection::bMassAsDensity' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, Mass) == 0x000074, "Member 'UGeometryCollection::Mass' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, MinimumMassClamp) == 0x000078, "Member 'UGeometryCollection::MinimumMassClamp' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, bUpdateMaterialFadeAmount) == 0x00007C, "Member 'UGeometryCollection::bUpdateMaterialFadeAmount' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, bRemoveOnMaxSleep) == 0x00007D, "Member 'UGeometryCollection::bRemoveOnMaxSleep' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, bShrinkOnMaxSleep) == 0x00007E, "Member 'UGeometryCollection::bShrinkOnMaxSleep' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, MaximumSleepTime) == 0x000080, "Member 'UGeometryCollection::MaximumSleepTime' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, RemovalDuration) == 0x000088, "Member 'UGeometryCollection::RemovalDuration' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, SizeSpecificData) == 0x000090, "Member 'UGeometryCollection::SizeSpecificData' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, EnableRemovePiecesOnFracture) == 0x0000A0, "Member 'UGeometryCollection::EnableRemovePiecesOnFracture' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, RemoveOnFractureMaterials) == 0x0000A8, "Member 'UGeometryCollection::RemoveOnFractureMaterials' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, PersistentGuid) == 0x0000B8, "Member 'UGeometryCollection::PersistentGuid' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, StateGuid) == 0x0000C8, "Member 'UGeometryCollection::StateGuid' has a wrong offset!"); \ static_assert(offsetof(UGeometryCollection, BoneSelectedMaterialIndex) == 0x0000D8, "Member 'UGeometryCollection::BoneSelectedMaterialIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGeometryCollectionRenderLevelSetActor \ static_assert(alignof(AGeometryCollectionRenderLevelSetActor) == 0x000010, "Wrong alignment on AGeometryCollectionRenderLevelSetActor"); \ static_assert(sizeof(AGeometryCollectionRenderLevelSetActor) == 0x0002D0, "Wrong size on AGeometryCollectionRenderLevelSetActor"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, TargetVolumeTexture) == 0x000230, "Member 'AGeometryCollectionRenderLevelSetActor::TargetVolumeTexture' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RayMarchMaterial) == 0x000238, "Member 'AGeometryCollectionRenderLevelSetActor::RayMarchMaterial' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, SurfaceTolerance) == 0x000240, "Member 'AGeometryCollectionRenderLevelSetActor::SurfaceTolerance' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Isovalue) == 0x000244, "Member 'AGeometryCollectionRenderLevelSetActor::Isovalue' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Enabled) == 0x000248, "Member 'AGeometryCollectionRenderLevelSetActor::Enabled' has a wrong offset!"); \ static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RenderVolumeBoundingBox) == 0x000249, "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) == 0x000140, "Wrong size on USkeletalMeshSimulationComponent"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, PhysicalMaterial) == 0x0000C0, "Member 'USkeletalMeshSimulationComponent::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ChaosSolverActor) == 0x0000C8, "Member 'USkeletalMeshSimulationComponent::ChaosSolverActor' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, OverridePhysicsAsset) == 0x0000D0, "Member 'USkeletalMeshSimulationComponent::OverridePhysicsAsset' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, bSimulating) == 0x0000D8, "Member 'USkeletalMeshSimulationComponent::bSimulating' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, bNotifyCollisions) == 0x0000D9, "Member 'USkeletalMeshSimulationComponent::bNotifyCollisions' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ObjectType) == 0x0000DA, "Member 'USkeletalMeshSimulationComponent::ObjectType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, Density) == 0x0000DC, "Member 'USkeletalMeshSimulationComponent::Density' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MinMass) == 0x0000E0, "Member 'USkeletalMeshSimulationComponent::MinMass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MaxMass) == 0x0000E4, "Member 'USkeletalMeshSimulationComponent::MaxMass' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, CollisionType) == 0x0000E8, "Member 'USkeletalMeshSimulationComponent::CollisionType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeParticlesPerUnitArea) == 0x0000EC, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeParticlesPerUnitArea' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeMinNumParticles) == 0x0000F0, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeMinNumParticles' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, ImplicitShapeMaxNumParticles) == 0x0000F4, "Member 'USkeletalMeshSimulationComponent::ImplicitShapeMaxNumParticles' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MinLevelSetResolution) == 0x0000F8, "Member 'USkeletalMeshSimulationComponent::MinLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, MaxLevelSetResolution) == 0x0000FC, "Member 'USkeletalMeshSimulationComponent::MaxLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, CollisionGroup) == 0x000100, "Member 'USkeletalMeshSimulationComponent::CollisionGroup' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, InitialVelocityType) == 0x000104, "Member 'USkeletalMeshSimulationComponent::InitialVelocityType' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, InitialLinearVelocity) == 0x000108, "Member 'USkeletalMeshSimulationComponent::InitialLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, InitialAngularVelocity) == 0x000114, "Member 'USkeletalMeshSimulationComponent::InitialAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(USkeletalMeshSimulationComponent, OnChaosPhysicsCollision) == 0x000120, "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) == 0x000140, "Wrong size on UStaticMeshSimulationComponent"); \ static_assert(offsetof(UStaticMeshSimulationComponent, Simulating) == 0x0000C0, "Member 'UStaticMeshSimulationComponent::Simulating' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, bNotifyCollisions) == 0x0000C1, "Member 'UStaticMeshSimulationComponent::bNotifyCollisions' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, ObjectType) == 0x0000C2, "Member 'UStaticMeshSimulationComponent::ObjectType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, Mass) == 0x0000C4, "Member 'UStaticMeshSimulationComponent::Mass' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, CollisionType) == 0x0000C8, "Member 'UStaticMeshSimulationComponent::CollisionType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, ImplicitType) == 0x0000C9, "Member 'UStaticMeshSimulationComponent::ImplicitType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, MinLevelSetResolution) == 0x0000CC, "Member 'UStaticMeshSimulationComponent::MinLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, MaxLevelSetResolution) == 0x0000D0, "Member 'UStaticMeshSimulationComponent::MaxLevelSetResolution' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, InitialVelocityType) == 0x0000D4, "Member 'UStaticMeshSimulationComponent::InitialVelocityType' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, InitialLinearVelocity) == 0x0000D8, "Member 'UStaticMeshSimulationComponent::InitialLinearVelocity' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, InitialAngularVelocity) == 0x0000E4, "Member 'UStaticMeshSimulationComponent::InitialAngularVelocity' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, DamageThreshold) == 0x0000F0, "Member 'UStaticMeshSimulationComponent::DamageThreshold' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, PhysicalMaterial) == 0x0000F8, "Member 'UStaticMeshSimulationComponent::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, ChaosSolverActor) == 0x000100, "Member 'UStaticMeshSimulationComponent::ChaosSolverActor' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, OnChaosPhysicsCollision) == 0x000108, "Member 'UStaticMeshSimulationComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ static_assert(offsetof(UStaticMeshSimulationComponent, SimulatedComponents) == 0x000128, "Member 'UStaticMeshSimulationComponent::SimulatedComponents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFCustomAbilities \ static_assert(alignof(FFCustomAbilities) == 0x000008, "Wrong alignment on FFCustomAbilities"); \ static_assert(sizeof(FFCustomAbilities) == 0x000018, "Wrong size on FFCustomAbilities"); \ static_assert(offsetof(FFCustomAbilities, GameplayAbility_10_E4DAB45E4C5C638219C17699C7D08DFF) == 0x000000, "Member 'FFCustomAbilities::GameplayAbility_10_E4DAB45E4C5C638219C17699C7D08DFF' has a wrong offset!"); \ static_assert(offsetof(FFCustomAbilities, InputAction_7_3F21093543426730E5F2D59876D39F88) == 0x000008, "Member 'FFCustomAbilities::InputAction_7_3F21093543426730E5F2D59876D39F88' has a wrong offset!"); \ static_assert(offsetof(FFCustomAbilities, TryToActivateAbility_1_99B7A8DB46E443220E563CA1B17FA531) == 0x000010, "Member 'FFCustomAbilities::TryToActivateAbility_1_99B7A8DB46E443220E563CA1B17FA531' has a wrong offset!"); \ static_assert(offsetof(FFCustomAbilities, ShouldCancelOnUnbind_11_DFE9242949F9028963391B881CF10D56) == 0x000011, "Member 'FFCustomAbilities::ShouldCancelOnUnbind_11_DFE9242949F9028963391B881CF10D56' has a wrong offset!"); \ static_assert(offsetof(FFCustomAbilities, CheckTriggered_13_2DF70AEE4C305F15CD2E35938D29547E) == 0x000012, "Member 'FFCustomAbilities::CheckTriggered_13_2DF70AEE4C305F15CD2E35938D29547E' has a wrong offset!"); \ #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) == 0x000260, "Wrong size on ACameraRig_Crane"); \ static_assert(offsetof(ACameraRig_Crane, CranePitch) == 0x000230, "Member 'ACameraRig_Crane::CranePitch' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneYaw) == 0x000234, "Member 'ACameraRig_Crane::CraneYaw' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneArmLength) == 0x000238, "Member 'ACameraRig_Crane::CraneArmLength' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, bLockMountPitch) == 0x00023C, "Member 'ACameraRig_Crane::bLockMountPitch' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, bLockMountYaw) == 0x00023D, "Member 'ACameraRig_Crane::bLockMountYaw' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, TransformComponent) == 0x000240, "Member 'ACameraRig_Crane::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneYawControl) == 0x000248, "Member 'ACameraRig_Crane::CraneYawControl' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CranePitchControl) == 0x000250, "Member 'ACameraRig_Crane::CranePitchControl' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Crane, CraneCameraMount) == 0x000258, "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) == 0x000250, "Wrong size on ACameraRig_Rail"); \ static_assert(offsetof(ACameraRig_Rail, CurrentPositionOnRail) == 0x000230, "Member 'ACameraRig_Rail::CurrentPositionOnRail' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, bLockOrientationToRail) == 0x000234, "Member 'ACameraRig_Rail::bLockOrientationToRail' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, TransformComponent) == 0x000238, "Member 'ACameraRig_Rail::TransformComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, RailSplineComponent) == 0x000240, "Member 'ACameraRig_Rail::RailSplineComponent' has a wrong offset!"); \ static_assert(offsetof(ACameraRig_Rail, RailCameraMount) == 0x000248, "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) == 0x0008E0, "Wrong size on UCineCameraComponent"); \ static_assert(offsetof(UCineCameraComponent, FilmbackSettings) == 0x0007E0, "Member 'UCineCameraComponent::FilmbackSettings' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, Filmback) == 0x0007EC, "Member 'UCineCameraComponent::Filmback' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, LensSettings) == 0x0007F8, "Member 'UCineCameraComponent::LensSettings' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, FocusSettings) == 0x000810, "Member 'UCineCameraComponent::FocusSettings' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, CurrentFocalLength) == 0x000868, "Member 'UCineCameraComponent::CurrentFocalLength' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, CurrentAperture) == 0x00086C, "Member 'UCineCameraComponent::CurrentAperture' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, CurrentFocusDistance) == 0x000870, "Member 'UCineCameraComponent::CurrentFocusDistance' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, FilmbackPresets) == 0x000880, "Member 'UCineCameraComponent::FilmbackPresets' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, LensPresets) == 0x000890, "Member 'UCineCameraComponent::LensPresets' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPresetName) == 0x0008A0, "Member 'UCineCameraComponent::DefaultFilmbackPresetName' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPreset) == 0x0008B0, "Member 'UCineCameraComponent::DefaultFilmbackPreset' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultLensPresetName) == 0x0008C0, "Member 'UCineCameraComponent::DefaultLensPresetName' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultLensFocalLength) == 0x0008D0, "Member 'UCineCameraComponent::DefaultLensFocalLength' has a wrong offset!"); \ static_assert(offsetof(UCineCameraComponent, DefaultLensFStop) == 0x0008D4, "Member 'UCineCameraComponent::DefaultLensFStop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FTagAndValue \ static_assert(alignof(FTagAndValue) == 0x000008, "Wrong alignment on FTagAndValue"); \ static_assert(sizeof(FTagAndValue) == 0x000018, "Wrong size on FTagAndValue"); \ static_assert(offsetof(FTagAndValue, Tag) == 0x000000, "Member 'FTagAndValue::Tag' has a wrong offset!"); \ static_assert(offsetof(FTagAndValue, Value) == 0x000008, "Member 'FTagAndValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FAssetRegistryDependencyOptions \ static_assert(alignof(FAssetRegistryDependencyOptions) == 0x000001, "Wrong alignment on FAssetRegistryDependencyOptions"); \ static_assert(sizeof(FAssetRegistryDependencyOptions) == 0x000005, "Wrong size on FAssetRegistryDependencyOptions"); \ static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSoftPackageReferences) == 0x000000, "Member 'FAssetRegistryDependencyOptions::bIncludeSoftPackageReferences' has a wrong offset!"); \ static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeHardPackageReferences) == 0x000001, "Member 'FAssetRegistryDependencyOptions::bIncludeHardPackageReferences' has a wrong offset!"); \ static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSearchableNames) == 0x000002, "Member 'FAssetRegistryDependencyOptions::bIncludeSearchableNames' has a wrong offset!"); \ static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeSoftManagementReferences) == 0x000003, "Member 'FAssetRegistryDependencyOptions::bIncludeSoftManagementReferences' has a wrong offset!"); \ static_assert(offsetof(FAssetRegistryDependencyOptions, bIncludeHardManagementReferences) == 0x000004, "Member 'FAssetRegistryDependencyOptions::bIncludeHardManagementReferences' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetRegistryImpl \ static_assert(alignof(UAssetRegistryImpl) == 0x000008, "Wrong alignment on UAssetRegistryImpl"); \ static_assert(sizeof(UAssetRegistryImpl) == 0x000850, "Wrong size on UAssetRegistryImpl"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_CreateAssetData \ static_assert(alignof(AssetRegistryHelpers_CreateAssetData) == 0x000008, "Wrong alignment on AssetRegistryHelpers_CreateAssetData"); \ static_assert(sizeof(AssetRegistryHelpers_CreateAssetData) == 0x000070, "Wrong size on AssetRegistryHelpers_CreateAssetData"); \ static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, InAsset) == 0x000000, "Member 'AssetRegistryHelpers_CreateAssetData::InAsset' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, bAllowBlueprintClass) == 0x000008, "Member 'AssetRegistryHelpers_CreateAssetData::bAllowBlueprintClass' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, ReturnValue) == 0x000010, "Member 'AssetRegistryHelpers_CreateAssetData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAsset \ static_assert(alignof(AssetRegistryHelpers_GetAsset) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAsset"); \ static_assert(sizeof(AssetRegistryHelpers_GetAsset) == 0x000068, "Wrong size on AssetRegistryHelpers_GetAsset"); \ static_assert(offsetof(AssetRegistryHelpers_GetAsset, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetAsset::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetAsset, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAssetRegistry \ static_assert(alignof(AssetRegistryHelpers_GetAssetRegistry) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAssetRegistry"); \ static_assert(sizeof(AssetRegistryHelpers_GetAssetRegistry) == 0x000010, "Wrong size on AssetRegistryHelpers_GetAssetRegistry"); \ static_assert(offsetof(AssetRegistryHelpers_GetAssetRegistry, ReturnValue) == 0x000000, "Member 'AssetRegistryHelpers_GetAssetRegistry::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetClass \ static_assert(alignof(AssetRegistryHelpers_GetClass) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetClass"); \ static_assert(sizeof(AssetRegistryHelpers_GetClass) == 0x000068, "Wrong size on AssetRegistryHelpers_GetClass"); \ static_assert(offsetof(AssetRegistryHelpers_GetClass, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetClass::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetClass, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetExportTextName \ static_assert(alignof(AssetRegistryHelpers_GetExportTextName) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetExportTextName"); \ static_assert(sizeof(AssetRegistryHelpers_GetExportTextName) == 0x000070, "Wrong size on AssetRegistryHelpers_GetExportTextName"); \ static_assert(offsetof(AssetRegistryHelpers_GetExportTextName, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetExportTextName::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetExportTextName, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetExportTextName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetFullName \ static_assert(alignof(AssetRegistryHelpers_GetFullName) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetFullName"); \ static_assert(sizeof(AssetRegistryHelpers_GetFullName) == 0x000070, "Wrong size on AssetRegistryHelpers_GetFullName"); \ static_assert(offsetof(AssetRegistryHelpers_GetFullName, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetFullName::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetFullName, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_GetFullName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_GetTagValue \ static_assert(alignof(AssetRegistryHelpers_GetTagValue) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetTagValue"); \ static_assert(sizeof(AssetRegistryHelpers_GetTagValue) == 0x000080, "Wrong size on AssetRegistryHelpers_GetTagValue"); \ static_assert(offsetof(AssetRegistryHelpers_GetTagValue, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_GetTagValue::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetTagValue, InTagName) == 0x000060, "Member 'AssetRegistryHelpers_GetTagValue::InTagName' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetTagValue, OutTagValue) == 0x000068, "Member 'AssetRegistryHelpers_GetTagValue::OutTagValue' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_GetTagValue, ReturnValue) == 0x000078, "Member 'AssetRegistryHelpers_GetTagValue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_IsAssetLoaded \ static_assert(alignof(AssetRegistryHelpers_IsAssetLoaded) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsAssetLoaded"); \ static_assert(sizeof(AssetRegistryHelpers_IsAssetLoaded) == 0x000068, "Wrong size on AssetRegistryHelpers_IsAssetLoaded"); \ static_assert(offsetof(AssetRegistryHelpers_IsAssetLoaded, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsAssetLoaded::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_IsAssetLoaded, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsAssetLoaded::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_IsRedirector \ static_assert(alignof(AssetRegistryHelpers_IsRedirector) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsRedirector"); \ static_assert(sizeof(AssetRegistryHelpers_IsRedirector) == 0x000068, "Wrong size on AssetRegistryHelpers_IsRedirector"); \ static_assert(offsetof(AssetRegistryHelpers_IsRedirector, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsRedirector::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_IsRedirector, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsRedirector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_IsUAsset \ static_assert(alignof(AssetRegistryHelpers_IsUAsset) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsUAsset"); \ static_assert(sizeof(AssetRegistryHelpers_IsUAsset) == 0x000068, "Wrong size on AssetRegistryHelpers_IsUAsset"); \ static_assert(offsetof(AssetRegistryHelpers_IsUAsset, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsUAsset::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_IsUAsset, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsUAsset::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_IsValid \ static_assert(alignof(AssetRegistryHelpers_IsValid) == 0x000008, "Wrong alignment on AssetRegistryHelpers_IsValid"); \ static_assert(sizeof(AssetRegistryHelpers_IsValid) == 0x000068, "Wrong size on AssetRegistryHelpers_IsValid"); \ static_assert(offsetof(AssetRegistryHelpers_IsValid, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_IsValid::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_IsValid, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_IsValid::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_SetFilterTagsAndValues \ static_assert(alignof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x000008, "Wrong alignment on AssetRegistryHelpers_SetFilterTagsAndValues"); \ static_assert(sizeof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x0001F0, "Wrong size on AssetRegistryHelpers_SetFilterTagsAndValues"); \ static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InFilter) == 0x000000, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InFilter' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InTagsAndValues) == 0x0000F0, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InTagsAndValues' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, ReturnValue) == 0x000100, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistryHelpers_ToSoftObjectPath \ static_assert(alignof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000008, "Wrong alignment on AssetRegistryHelpers_ToSoftObjectPath"); \ static_assert(sizeof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000078, "Wrong size on AssetRegistryHelpers_ToSoftObjectPath"); \ static_assert(offsetof(AssetRegistryHelpers_ToSoftObjectPath, InAssetData) == 0x000000, "Member 'AssetRegistryHelpers_ToSoftObjectPath::InAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistryHelpers_ToSoftObjectPath, ReturnValue) == 0x000060, "Member 'AssetRegistryHelpers_ToSoftObjectPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAssetRegistryHelpers \ static_assert(alignof(UAssetRegistryHelpers) == 0x000008, "Wrong alignment on UAssetRegistryHelpers"); \ static_assert(sizeof(UAssetRegistryHelpers) == 0x000028, "Wrong size on UAssetRegistryHelpers"); \ #define DUMPER7_ASSERTS_AssetRegistry_PrioritizeSearchPath \ static_assert(alignof(AssetRegistry_PrioritizeSearchPath) == 0x000008, "Wrong alignment on AssetRegistry_PrioritizeSearchPath"); \ static_assert(sizeof(AssetRegistry_PrioritizeSearchPath) == 0x000010, "Wrong size on AssetRegistry_PrioritizeSearchPath"); \ static_assert(offsetof(AssetRegistry_PrioritizeSearchPath, PathToPrioritize) == 0x000000, "Member 'AssetRegistry_PrioritizeSearchPath::PathToPrioritize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_ScanFilesSynchronous \ static_assert(alignof(AssetRegistry_ScanFilesSynchronous) == 0x000008, "Wrong alignment on AssetRegistry_ScanFilesSynchronous"); \ static_assert(sizeof(AssetRegistry_ScanFilesSynchronous) == 0x000018, "Wrong size on AssetRegistry_ScanFilesSynchronous"); \ static_assert(offsetof(AssetRegistry_ScanFilesSynchronous, InFilePaths) == 0x000000, "Member 'AssetRegistry_ScanFilesSynchronous::InFilePaths' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_ScanFilesSynchronous, bForceRescan) == 0x000010, "Member 'AssetRegistry_ScanFilesSynchronous::bForceRescan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_ScanModifiedAssetFiles \ static_assert(alignof(AssetRegistry_ScanModifiedAssetFiles) == 0x000008, "Wrong alignment on AssetRegistry_ScanModifiedAssetFiles"); \ static_assert(sizeof(AssetRegistry_ScanModifiedAssetFiles) == 0x000010, "Wrong size on AssetRegistry_ScanModifiedAssetFiles"); \ static_assert(offsetof(AssetRegistry_ScanModifiedAssetFiles, InFilePaths) == 0x000000, "Member 'AssetRegistry_ScanModifiedAssetFiles::InFilePaths' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_ScanPathsSynchronous \ static_assert(alignof(AssetRegistry_ScanPathsSynchronous) == 0x000008, "Wrong alignment on AssetRegistry_ScanPathsSynchronous"); \ static_assert(sizeof(AssetRegistry_ScanPathsSynchronous) == 0x000018, "Wrong size on AssetRegistry_ScanPathsSynchronous"); \ static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, InPaths) == 0x000000, "Member 'AssetRegistry_ScanPathsSynchronous::InPaths' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_ScanPathsSynchronous, bForceRescan) == 0x000010, "Member 'AssetRegistry_ScanPathsSynchronous::bForceRescan' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_SearchAllAssets \ static_assert(alignof(AssetRegistry_SearchAllAssets) == 0x000001, "Wrong alignment on AssetRegistry_SearchAllAssets"); \ static_assert(sizeof(AssetRegistry_SearchAllAssets) == 0x000001, "Wrong size on AssetRegistry_SearchAllAssets"); \ static_assert(offsetof(AssetRegistry_SearchAllAssets, bSynchronousSearch) == 0x000000, "Member 'AssetRegistry_SearchAllAssets::bSynchronousSearch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAllAssets \ static_assert(alignof(AssetRegistry_GetAllAssets) == 0x000008, "Wrong alignment on AssetRegistry_GetAllAssets"); \ static_assert(sizeof(AssetRegistry_GetAllAssets) == 0x000018, "Wrong size on AssetRegistry_GetAllAssets"); \ static_assert(offsetof(AssetRegistry_GetAllAssets, OutAssetData) == 0x000000, "Member 'AssetRegistry_GetAllAssets::OutAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAllAssets, bIncludeOnlyOnDiskAssets) == 0x000010, "Member 'AssetRegistry_GetAllAssets::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAllAssets, ReturnValue) == 0x000011, "Member 'AssetRegistry_GetAllAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAllCachedPaths \ static_assert(alignof(AssetRegistry_GetAllCachedPaths) == 0x000008, "Wrong alignment on AssetRegistry_GetAllCachedPaths"); \ static_assert(sizeof(AssetRegistry_GetAllCachedPaths) == 0x000010, "Wrong size on AssetRegistry_GetAllCachedPaths"); \ static_assert(offsetof(AssetRegistry_GetAllCachedPaths, OutPathList) == 0x000000, "Member 'AssetRegistry_GetAllCachedPaths::OutPathList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAssetByObjectPath \ static_assert(alignof(AssetRegistry_GetAssetByObjectPath) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetByObjectPath"); \ static_assert(sizeof(AssetRegistry_GetAssetByObjectPath) == 0x000070, "Wrong size on AssetRegistry_GetAssetByObjectPath"); \ static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, ObjectPath) == 0x000000, "Member 'AssetRegistry_GetAssetByObjectPath::ObjectPath' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, bIncludeOnlyOnDiskAssets) == 0x000008, "Member 'AssetRegistry_GetAssetByObjectPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetByObjectPath, ReturnValue) == 0x000010, "Member 'AssetRegistry_GetAssetByObjectPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAssets \ static_assert(alignof(AssetRegistry_GetAssets) == 0x000008, "Wrong alignment on AssetRegistry_GetAssets"); \ static_assert(sizeof(AssetRegistry_GetAssets) == 0x000108, "Wrong size on AssetRegistry_GetAssets"); \ static_assert(offsetof(AssetRegistry_GetAssets, Filter) == 0x000000, "Member 'AssetRegistry_GetAssets::Filter' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssets, OutAssetData) == 0x0000F0, "Member 'AssetRegistry_GetAssets::OutAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssets, ReturnValue) == 0x000100, "Member 'AssetRegistry_GetAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByClass \ static_assert(alignof(AssetRegistry_GetAssetsByClass) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByClass"); \ static_assert(sizeof(AssetRegistry_GetAssetsByClass) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByClass"); \ static_assert(offsetof(AssetRegistry_GetAssetsByClass, ClassName) == 0x000000, "Member 'AssetRegistry_GetAssetsByClass::ClassName' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByClass, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByClass::OutAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByClass, bSearchSubClasses) == 0x000018, "Member 'AssetRegistry_GetAssetsByClass::bSearchSubClasses' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByClass, ReturnValue) == 0x000019, "Member 'AssetRegistry_GetAssetsByClass::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPackageName \ static_assert(alignof(AssetRegistry_GetAssetsByPackageName) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPackageName"); \ static_assert(sizeof(AssetRegistry_GetAssetsByPackageName) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByPackageName"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, PackageName) == 0x000000, "Member 'AssetRegistry_GetAssetsByPackageName::PackageName' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByPackageName::OutAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, bIncludeOnlyOnDiskAssets) == 0x000018, "Member 'AssetRegistry_GetAssetsByPackageName::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPackageName, ReturnValue) == 0x000019, "Member 'AssetRegistry_GetAssetsByPackageName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByPath \ static_assert(alignof(AssetRegistry_GetAssetsByPath) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByPath"); \ static_assert(sizeof(AssetRegistry_GetAssetsByPath) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByPath"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPath, PackagePath) == 0x000000, "Member 'AssetRegistry_GetAssetsByPath::PackagePath' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPath, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByPath::OutAssetData' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPath, bRecursive) == 0x000018, "Member 'AssetRegistry_GetAssetsByPath::bRecursive' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPath, bIncludeOnlyOnDiskAssets) == 0x000019, "Member 'AssetRegistry_GetAssetsByPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetAssetsByPath, ReturnValue) == 0x00001A, "Member 'AssetRegistry_GetAssetsByPath::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_GetSubPaths \ static_assert(alignof(AssetRegistry_GetSubPaths) == 0x000008, "Wrong alignment on AssetRegistry_GetSubPaths"); \ static_assert(sizeof(AssetRegistry_GetSubPaths) == 0x000028, "Wrong size on AssetRegistry_GetSubPaths"); \ static_assert(offsetof(AssetRegistry_GetSubPaths, InBasePath) == 0x000000, "Member 'AssetRegistry_GetSubPaths::InBasePath' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetSubPaths, OutPathList) == 0x000010, "Member 'AssetRegistry_GetSubPaths::OutPathList' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_GetSubPaths, bInRecurse) == 0x000020, "Member 'AssetRegistry_GetSubPaths::bInRecurse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_HasAssets \ static_assert(alignof(AssetRegistry_HasAssets) == 0x000004, "Wrong alignment on AssetRegistry_HasAssets"); \ static_assert(sizeof(AssetRegistry_HasAssets) == 0x00000C, "Wrong size on AssetRegistry_HasAssets"); \ static_assert(offsetof(AssetRegistry_HasAssets, PackagePath) == 0x000000, "Member 'AssetRegistry_HasAssets::PackagePath' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_HasAssets, bRecursive) == 0x000008, "Member 'AssetRegistry_HasAssets::bRecursive' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_HasAssets, ReturnValue) == 0x000009, "Member 'AssetRegistry_HasAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_IsLoadingAssets \ static_assert(alignof(AssetRegistry_IsLoadingAssets) == 0x000001, "Wrong alignment on AssetRegistry_IsLoadingAssets"); \ static_assert(sizeof(AssetRegistry_IsLoadingAssets) == 0x000001, "Wrong size on AssetRegistry_IsLoadingAssets"); \ static_assert(offsetof(AssetRegistry_IsLoadingAssets, ReturnValue) == 0x000000, "Member 'AssetRegistry_IsLoadingAssets::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_K2_GetDependencies \ static_assert(alignof(AssetRegistry_K2_GetDependencies) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetDependencies"); \ static_assert(sizeof(AssetRegistry_K2_GetDependencies) == 0x000028, "Wrong size on AssetRegistry_K2_GetDependencies"); \ static_assert(offsetof(AssetRegistry_K2_GetDependencies, PackageName) == 0x000000, "Member 'AssetRegistry_K2_GetDependencies::PackageName' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetDependencies, DependencyOptions) == 0x000008, "Member 'AssetRegistry_K2_GetDependencies::DependencyOptions' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetDependencies, OutDependencies) == 0x000010, "Member 'AssetRegistry_K2_GetDependencies::OutDependencies' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetDependencies, ReturnValue) == 0x000020, "Member 'AssetRegistry_K2_GetDependencies::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_K2_GetReferencers \ static_assert(alignof(AssetRegistry_K2_GetReferencers) == 0x000008, "Wrong alignment on AssetRegistry_K2_GetReferencers"); \ static_assert(sizeof(AssetRegistry_K2_GetReferencers) == 0x000028, "Wrong size on AssetRegistry_K2_GetReferencers"); \ static_assert(offsetof(AssetRegistry_K2_GetReferencers, PackageName) == 0x000000, "Member 'AssetRegistry_K2_GetReferencers::PackageName' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetReferencers, ReferenceOptions) == 0x000008, "Member 'AssetRegistry_K2_GetReferencers::ReferenceOptions' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetReferencers, OutReferencers) == 0x000010, "Member 'AssetRegistry_K2_GetReferencers::OutReferencers' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_K2_GetReferencers, ReturnValue) == 0x000020, "Member 'AssetRegistry_K2_GetReferencers::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_RunAssetsThroughFilter \ static_assert(alignof(AssetRegistry_RunAssetsThroughFilter) == 0x000008, "Wrong alignment on AssetRegistry_RunAssetsThroughFilter"); \ static_assert(sizeof(AssetRegistry_RunAssetsThroughFilter) == 0x000100, "Wrong size on AssetRegistry_RunAssetsThroughFilter"); \ static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, AssetDataList) == 0x000000, "Member 'AssetRegistry_RunAssetsThroughFilter::AssetDataList' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, Filter) == 0x000010, "Member 'AssetRegistry_RunAssetsThroughFilter::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AssetRegistry_UseFilterToExcludeAssets \ static_assert(alignof(AssetRegistry_UseFilterToExcludeAssets) == 0x000008, "Wrong alignment on AssetRegistry_UseFilterToExcludeAssets"); \ static_assert(sizeof(AssetRegistry_UseFilterToExcludeAssets) == 0x000100, "Wrong size on AssetRegistry_UseFilterToExcludeAssets"); \ static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, AssetDataList) == 0x000000, "Member 'AssetRegistry_UseFilterToExcludeAssets::AssetDataList' has a wrong offset!"); \ static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, Filter) == 0x000010, "Member 'AssetRegistry_UseFilterToExcludeAssets::Filter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IAssetRegistry \ static_assert(alignof(IAssetRegistry) == 0x000001, "Wrong alignment on IAssetRegistry"); \ static_assert(sizeof(IAssetRegistry) == 0x000001, "Wrong size on IAssetRegistry"); \ #define DUMPER7_ASSERTS_FGameplayTag \ static_assert(alignof(FGameplayTag) == 0x000004, "Wrong alignment on FGameplayTag"); \ static_assert(sizeof(FGameplayTag) == 0x000008, "Wrong size on FGameplayTag"); \ static_assert(offsetof(FGameplayTag, TagName) == 0x000000, "Member 'FGameplayTag::TagName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FGameplayTagContainer \ static_assert(alignof(FGameplayTagContainer) == 0x000008, "Wrong alignment on FGameplayTagContainer"); \ static_assert(sizeof(FGameplayTagContainer) == 0x000020, "Wrong size on FGameplayTagContainer"); \ static_assert(offsetof(FGameplayTagContainer, GameplayTags) == 0x000000, "Member 'FGameplayTagContainer::GameplayTags' has a wrong offset!"); \ static_assert(offsetof(FGameplayTagContainer, ParentTags) == 0x000010, "Member 'FGameplayTagContainer::ParentTags' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_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_FGameplayTagReferenceHelper \ static_assert(alignof(FGameplayTagReferenceHelper) == 0x000008, "Wrong alignment on FGameplayTagReferenceHelper"); \ static_assert(sizeof(FGameplayTagReferenceHelper) == 0x000010, "Wrong size on FGameplayTagReferenceHelper"); \ #define DUMPER7_ASSERTS_FGameplayTagCreationWidgetHelper \ static_assert(alignof(FGameplayTagCreationWidgetHelper) == 0x000001, "Wrong alignment on FGameplayTagCreationWidgetHelper"); \ static_assert(sizeof(FGameplayTagCreationWidgetHelper) == 0x000001, "Wrong size on FGameplayTagCreationWidgetHelper"); \ #define DUMPER7_ASSERTS_FGameplayTagNode \ static_assert(alignof(FGameplayTagNode) == 0x000008, "Wrong alignment on FGameplayTagNode"); \ static_assert(sizeof(FGameplayTagNode) == 0x000050, "Wrong size on FGameplayTagNode"); \ #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_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_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) == 0x0000C8, "Wrong size on UMediaComponent"); \ static_assert(offsetof(UMediaComponent, MediaTexture) == 0x0000B8, "Member 'UMediaComponent::MediaTexture' has a wrong offset!"); \ static_assert(offsetof(UMediaComponent, MediaPlayer) == 0x0000C0, "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) == 0x000830, "Wrong size on UMediaSoundComponent"); \ static_assert(offsetof(UMediaSoundComponent, Channels) == 0x0006D0, "Member 'UMediaSoundComponent::Channels' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, DynamicRateAdjustment) == 0x0006D4, "Member 'UMediaSoundComponent::DynamicRateAdjustment' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, RateAdjustmentFactor) == 0x0006D8, "Member 'UMediaSoundComponent::RateAdjustmentFactor' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, RateAdjustmentRange) == 0x0006DC, "Member 'UMediaSoundComponent::RateAdjustmentRange' has a wrong offset!"); \ static_assert(offsetof(UMediaSoundComponent, MediaPlayer) == 0x0006F0, "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_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_ACh00_Katjas_Apartment_Art_C \ static_assert(alignof(ACh00_Katjas_Apartment_Art_C) == 0x000008, "Wrong alignment on ACh00_Katjas_Apartment_Art_C"); \ static_assert(sizeof(ACh00_Katjas_Apartment_Art_C) == 0x0002F8, "Wrong size on ACh00_Katjas_Apartment_Art_C"); \ #define DUMPER7_ASSERTS_UBPE_VFX_PlayLoadingVideo_C \ static_assert(alignof(UBPE_VFX_PlayLoadingVideo_C) == 0x000008, "Wrong alignment on UBPE_VFX_PlayLoadingVideo_C"); \ static_assert(sizeof(UBPE_VFX_PlayLoadingVideo_C) == 0x0000A0, "Wrong size on UBPE_VFX_PlayLoadingVideo_C"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, PlaybackType) == 0x000028, "Member 'UBPE_VFX_PlayLoadingVideo_C::PlaybackType' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, VideosToPlay) == 0x000030, "Member 'UBPE_VFX_PlayLoadingVideo_C::VideosToPlay' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, SetCinematicMode) == 0x000040, "Member 'UBPE_VFX_PlayLoadingVideo_C::SetCinematicMode' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, MapToLoadAfterFadeIn) == 0x000048, "Member 'UBPE_VFX_PlayLoadingVideo_C::MapToLoadAfterFadeIn' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, Skippable) == 0x000070, "Member 'UBPE_VFX_PlayLoadingVideo_C::Skippable' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, VideoFadeInDuration) == 0x000074, "Member 'UBPE_VFX_PlayLoadingVideo_C::VideoFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, VideoFadeInCurve) == 0x000078, "Member 'UBPE_VFX_PlayLoadingVideo_C::VideoFadeInCurve' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, SkipVideoFadeInUpdate) == 0x000080, "Member 'UBPE_VFX_PlayLoadingVideo_C::SkipVideoFadeInUpdate' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, AudioFadeInDuration) == 0x000084, "Member 'UBPE_VFX_PlayLoadingVideo_C::AudioFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, AudioFadeInCurve) == 0x000088, "Member 'UBPE_VFX_PlayLoadingVideo_C::AudioFadeInCurve' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, AudioStartingVolume) == 0x000090, "Member 'UBPE_VFX_PlayLoadingVideo_C::AudioStartingVolume' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, AudioEndingVolume) == 0x000094, "Member 'UBPE_VFX_PlayLoadingVideo_C::AudioEndingVolume' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayLoadingVideo_C, PostProcessMaterial) == 0x000098, "Member 'UBPE_VFX_PlayLoadingVideo_C::PostProcessMaterial' 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_BP_MicrofilmInventoryManager_C_GetCollectedItemHistory \ static_assert(alignof(BP_MicrofilmInventoryManager_C_GetCollectedItemHistory) == 0x000008, "Wrong alignment on BP_MicrofilmInventoryManager_C_GetCollectedItemHistory"); \ static_assert(sizeof(BP_MicrofilmInventoryManager_C_GetCollectedItemHistory) == 0x000010, "Wrong size on BP_MicrofilmInventoryManager_C_GetCollectedItemHistory"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_GetCollectedItemHistory, Result) == 0x000000, "Member 'BP_MicrofilmInventoryManager_C_GetCollectedItemHistory::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory \ static_assert(alignof(BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory) == 0x000008, "Wrong alignment on BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory"); \ static_assert(sizeof(BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory) == 0x000050, "Wrong size on BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory, MicrofilmItemToAdd) == 0x000000, "Member 'BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory::MicrofilmItemToAdd' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory, CallFunc_ToString_ReturnValue) == 0x000008, "Member 'BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory::CallFunc_ToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory, CallFunc_ToString_ReturnValue_1) == 0x000028, "Member 'BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory::CallFunc_ToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory, CallFunc_Array_Contains_ReturnValue) == 0x00004C, "Member 'BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory, CallFunc_Not_PreBool_ReturnValue) == 0x00004D, "Member 'BP_MicrofilmInventoryManager_C_AddMicrofilmToCollectedItemHistory::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MicrofilmInventoryManager_C_HasCollectedMicrofilm \ static_assert(alignof(BP_MicrofilmInventoryManager_C_HasCollectedMicrofilm) == 0x000004, "Wrong alignment on BP_MicrofilmInventoryManager_C_HasCollectedMicrofilm"); \ static_assert(sizeof(BP_MicrofilmInventoryManager_C_HasCollectedMicrofilm) == 0x00000C, "Wrong size on BP_MicrofilmInventoryManager_C_HasCollectedMicrofilm"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_HasCollectedMicrofilm, Result) == 0x000000, "Member 'BP_MicrofilmInventoryManager_C_HasCollectedMicrofilm::Result' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_HasCollectedMicrofilm, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_MicrofilmInventoryManager_C_HasCollectedMicrofilm::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmInventoryManager_C_HasCollectedMicrofilm, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'BP_MicrofilmInventoryManager_C_HasCollectedMicrofilm::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_MicrofilmInventoryManager_C \ static_assert(alignof(UBP_MicrofilmInventoryManager_C) == 0x000008, "Wrong alignment on UBP_MicrofilmInventoryManager_C"); \ static_assert(sizeof(UBP_MicrofilmInventoryManager_C) == 0x000130, "Wrong size on UBP_MicrofilmInventoryManager_C"); \ static_assert(offsetof(UBP_MicrofilmInventoryManager_C, CollectedInvItemHistory) == 0x000120, "Member 'UBP_MicrofilmInventoryManager_C::CollectedInvItemHistory' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMByteCodeEntry \ static_assert(alignof(FRigVMByteCodeEntry) == 0x000004, "Wrong alignment on FRigVMByteCodeEntry"); \ static_assert(sizeof(FRigVMByteCodeEntry) == 0x00000C, "Wrong size on FRigVMByteCodeEntry"); \ static_assert(offsetof(FRigVMByteCodeEntry, Name) == 0x000000, "Member 'FRigVMByteCodeEntry::Name' has a wrong offset!"); \ static_assert(offsetof(FRigVMByteCodeEntry, InstructionIndex) == 0x000008, "Member 'FRigVMByteCodeEntry::InstructionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMByteCode \ static_assert(alignof(FRigVMByteCode) == 0x000008, "Wrong alignment on FRigVMByteCode"); \ static_assert(sizeof(FRigVMByteCode) == 0x000030, "Wrong size on FRigVMByteCode"); \ static_assert(offsetof(FRigVMByteCode, ByteCode) == 0x000000, "Member 'FRigVMByteCode::ByteCode' has a wrong offset!"); \ static_assert(offsetof(FRigVMByteCode, NumInstructions) == 0x000010, "Member 'FRigVMByteCode::NumInstructions' has a wrong offset!"); \ static_assert(offsetof(FRigVMByteCode, Entries) == 0x000018, "Member 'FRigVMByteCode::Entries' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMExecuteContext \ static_assert(alignof(FRigVMExecuteContext) == 0x000008, "Wrong alignment on FRigVMExecuteContext"); \ static_assert(sizeof(FRigVMExecuteContext) == 0x000058, "Wrong size on FRigVMExecuteContext"); \ #define DUMPER7_ASSERTS_FRigVMStruct \ static_assert(alignof(FRigVMStruct) == 0x000008, "Wrong alignment on FRigVMStruct"); \ static_assert(sizeof(FRigVMStruct) == 0x000008, "Wrong size on FRigVMStruct"); \ #define DUMPER7_ASSERTS_FRigVMParameter \ static_assert(alignof(FRigVMParameter) == 0x000008, "Wrong alignment on FRigVMParameter"); \ static_assert(sizeof(FRigVMParameter) == 0x000030, "Wrong size on FRigVMParameter"); \ static_assert(offsetof(FRigVMParameter, Type) == 0x000000, "Member 'FRigVMParameter::Type' has a wrong offset!"); \ static_assert(offsetof(FRigVMParameter, Name) == 0x000004, "Member 'FRigVMParameter::Name' has a wrong offset!"); \ static_assert(offsetof(FRigVMParameter, RegisterIndex) == 0x00000C, "Member 'FRigVMParameter::RegisterIndex' has a wrong offset!"); \ static_assert(offsetof(FRigVMParameter, CPPType) == 0x000010, "Member 'FRigVMParameter::CPPType' has a wrong offset!"); \ static_assert(offsetof(FRigVMParameter, ScriptStruct) == 0x000020, "Member 'FRigVMParameter::ScriptStruct' has a wrong offset!"); \ static_assert(offsetof(FRigVMParameter, ScriptStructPath) == 0x000028, "Member 'FRigVMParameter::ScriptStructPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMInstruction \ static_assert(alignof(FRigVMInstruction) == 0x000008, "Wrong alignment on FRigVMInstruction"); \ static_assert(sizeof(FRigVMInstruction) == 0x000010, "Wrong size on FRigVMInstruction"); \ static_assert(offsetof(FRigVMInstruction, ByteCodeIndex) == 0x000000, "Member 'FRigVMInstruction::ByteCodeIndex' has a wrong offset!"); \ static_assert(offsetof(FRigVMInstruction, OpCode) == 0x000008, "Member 'FRigVMInstruction::OpCode' has a wrong offset!"); \ static_assert(offsetof(FRigVMInstruction, OperandAlignment) == 0x000009, "Member 'FRigVMInstruction::OperandAlignment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMInstructionArray \ static_assert(alignof(FRigVMInstructionArray) == 0x000008, "Wrong alignment on FRigVMInstructionArray"); \ static_assert(sizeof(FRigVMInstructionArray) == 0x000010, "Wrong size on FRigVMInstructionArray"); \ static_assert(offsetof(FRigVMInstructionArray, Instructions) == 0x000000, "Member 'FRigVMInstructionArray::Instructions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMBaseOp \ static_assert(alignof(FRigVMBaseOp) == 0x000001, "Wrong alignment on FRigVMBaseOp"); \ static_assert(sizeof(FRigVMBaseOp) == 0x000001, "Wrong size on FRigVMBaseOp"); \ #define DUMPER7_ASSERTS_FRigVMUnaryOp \ static_assert(alignof(FRigVMUnaryOp) == 0x000002, "Wrong alignment on FRigVMUnaryOp"); \ static_assert(sizeof(FRigVMUnaryOp) == 0x000008, "Wrong size on FRigVMUnaryOp"); \ #define DUMPER7_ASSERTS_FRigVMChangeTypeOp \ static_assert(alignof(FRigVMChangeTypeOp) == 0x000002, "Wrong alignment on FRigVMChangeTypeOp"); \ static_assert(sizeof(FRigVMChangeTypeOp) == 0x000010, "Wrong size on FRigVMChangeTypeOp"); \ #define DUMPER7_ASSERTS_FRigVMJumpIfOp \ static_assert(alignof(FRigVMJumpIfOp) == 0x000004, "Wrong alignment on FRigVMJumpIfOp"); \ static_assert(sizeof(FRigVMJumpIfOp) == 0x000010, "Wrong size on FRigVMJumpIfOp"); \ #define DUMPER7_ASSERTS_FRigVMJumpOp \ static_assert(alignof(FRigVMJumpOp) == 0x000004, "Wrong alignment on FRigVMJumpOp"); \ static_assert(sizeof(FRigVMJumpOp) == 0x000008, "Wrong size on FRigVMJumpOp"); \ #define DUMPER7_ASSERTS_FRigVMComparisonOp \ static_assert(alignof(FRigVMComparisonOp) == 0x000002, "Wrong alignment on FRigVMComparisonOp"); \ static_assert(sizeof(FRigVMComparisonOp) == 0x000014, "Wrong size on FRigVMComparisonOp"); \ #define DUMPER7_ASSERTS_FRigVMCopyOp \ static_assert(alignof(FRigVMCopyOp) == 0x000002, "Wrong alignment on FRigVMCopyOp"); \ static_assert(sizeof(FRigVMCopyOp) == 0x00000E, "Wrong size on FRigVMCopyOp"); \ #define DUMPER7_ASSERTS_FRigVMBinaryOp \ static_assert(alignof(FRigVMBinaryOp) == 0x000002, "Wrong alignment on FRigVMBinaryOp"); \ static_assert(sizeof(FRigVMBinaryOp) == 0x00000E, "Wrong size on FRigVMBinaryOp"); \ #define DUMPER7_ASSERTS_FRigVMExecuteOp \ static_assert(alignof(FRigVMExecuteOp) == 0x000002, "Wrong alignment on FRigVMExecuteOp"); \ static_assert(sizeof(FRigVMExecuteOp) == 0x000004, "Wrong size on FRigVMExecuteOp"); \ #define DUMPER7_ASSERTS_FRigVMSlice \ static_assert(alignof(FRigVMSlice) == 0x000004, "Wrong alignment on FRigVMSlice"); \ static_assert(sizeof(FRigVMSlice) == 0x00000C, "Wrong size on FRigVMSlice"); \ #define DUMPER7_ASSERTS_FRigVMRegister \ static_assert(alignof(FRigVMRegister) == 0x000004, "Wrong alignment on FRigVMRegister"); \ static_assert(sizeof(FRigVMRegister) == 0x000024, "Wrong size on FRigVMRegister"); \ static_assert(offsetof(FRigVMRegister, Type) == 0x000000, "Member 'FRigVMRegister::Type' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegister, ByteIndex) == 0x000004, "Member 'FRigVMRegister::ByteIndex' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegister, ElementSize) == 0x000008, "Member 'FRigVMRegister::ElementSize' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegister, ElementCount) == 0x00000A, "Member 'FRigVMRegister::ElementCount' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegister, SliceCount) == 0x00000C, "Member 'FRigVMRegister::SliceCount' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegister, AlignmentBytes) == 0x00000E, "Member 'FRigVMRegister::AlignmentBytes' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegister, TrailingBytes) == 0x000010, "Member 'FRigVMRegister::TrailingBytes' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegister, Name) == 0x000014, "Member 'FRigVMRegister::Name' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegister, ScriptStructIndex) == 0x00001C, "Member 'FRigVMRegister::ScriptStructIndex' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegister, bIsArray) == 0x000020, "Member 'FRigVMRegister::bIsArray' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegister, bIsDynamic) == 0x000021, "Member 'FRigVMRegister::bIsDynamic' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMRegisterOffset \ static_assert(alignof(FRigVMRegisterOffset) == 0x000008, "Wrong alignment on FRigVMRegisterOffset"); \ static_assert(sizeof(FRigVMRegisterOffset) == 0x000048, "Wrong size on FRigVMRegisterOffset"); \ static_assert(offsetof(FRigVMRegisterOffset, Segments) == 0x000000, "Member 'FRigVMRegisterOffset::Segments' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegisterOffset, Type) == 0x000010, "Member 'FRigVMRegisterOffset::Type' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegisterOffset, CPPType) == 0x000014, "Member 'FRigVMRegisterOffset::CPPType' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegisterOffset, ScriptStruct) == 0x000020, "Member 'FRigVMRegisterOffset::ScriptStruct' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegisterOffset, ParentScriptStruct) == 0x000028, "Member 'FRigVMRegisterOffset::ParentScriptStruct' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegisterOffset, ArrayIndex) == 0x000030, "Member 'FRigVMRegisterOffset::ArrayIndex' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegisterOffset, ElementSize) == 0x000034, "Member 'FRigVMRegisterOffset::ElementSize' has a wrong offset!"); \ static_assert(offsetof(FRigVMRegisterOffset, CachedSegmentPath) == 0x000038, "Member 'FRigVMRegisterOffset::CachedSegmentPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMMemoryContainer \ static_assert(alignof(FRigVMMemoryContainer) == 0x000008, "Wrong alignment on FRigVMMemoryContainer"); \ static_assert(sizeof(FRigVMMemoryContainer) == 0x0000A0, "Wrong size on FRigVMMemoryContainer"); \ static_assert(offsetof(FRigVMMemoryContainer, bUseNameMap) == 0x000000, "Member 'FRigVMMemoryContainer::bUseNameMap' has a wrong offset!"); \ static_assert(offsetof(FRigVMMemoryContainer, MemoryType) == 0x000001, "Member 'FRigVMMemoryContainer::MemoryType' has a wrong offset!"); \ static_assert(offsetof(FRigVMMemoryContainer, Registers) == 0x000008, "Member 'FRigVMMemoryContainer::Registers' has a wrong offset!"); \ static_assert(offsetof(FRigVMMemoryContainer, RegisterOffsets) == 0x000018, "Member 'FRigVMMemoryContainer::RegisterOffsets' has a wrong offset!"); \ static_assert(offsetof(FRigVMMemoryContainer, Data) == 0x000028, "Member 'FRigVMMemoryContainer::Data' has a wrong offset!"); \ static_assert(offsetof(FRigVMMemoryContainer, ScriptStructs) == 0x000038, "Member 'FRigVMMemoryContainer::ScriptStructs' has a wrong offset!"); \ static_assert(offsetof(FRigVMMemoryContainer, NameMap) == 0x000048, "Member 'FRigVMMemoryContainer::NameMap' has a wrong offset!"); \ static_assert(offsetof(FRigVMMemoryContainer, bEncounteredErrorDuringLoad) == 0x000098, "Member 'FRigVMMemoryContainer::bEncounteredErrorDuringLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMOperand \ static_assert(alignof(FRigVMOperand) == 0x000002, "Wrong alignment on FRigVMOperand"); \ static_assert(sizeof(FRigVMOperand) == 0x000006, "Wrong size on FRigVMOperand"); \ static_assert(offsetof(FRigVMOperand, MemoryType) == 0x000000, "Member 'FRigVMOperand::MemoryType' has a wrong offset!"); \ static_assert(offsetof(FRigVMOperand, RegisterIndex) == 0x000002, "Member 'FRigVMOperand::RegisterIndex' has a wrong offset!"); \ static_assert(offsetof(FRigVMOperand, RegisterOffset) == 0x000004, "Member 'FRigVMOperand::RegisterOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMMemoryStatistics \ static_assert(alignof(FRigVMMemoryStatistics) == 0x000004, "Wrong alignment on FRigVMMemoryStatistics"); \ static_assert(sizeof(FRigVMMemoryStatistics) == 0x00000C, "Wrong size on FRigVMMemoryStatistics"); \ static_assert(offsetof(FRigVMMemoryStatistics, RegisterCount) == 0x000000, "Member 'FRigVMMemoryStatistics::RegisterCount' has a wrong offset!"); \ static_assert(offsetof(FRigVMMemoryStatistics, DataBytes) == 0x000004, "Member 'FRigVMMemoryStatistics::DataBytes' has a wrong offset!"); \ static_assert(offsetof(FRigVMMemoryStatistics, TotalBytes) == 0x000008, "Member 'FRigVMMemoryStatistics::TotalBytes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMByteCodeStatistics \ static_assert(alignof(FRigVMByteCodeStatistics) == 0x000004, "Wrong alignment on FRigVMByteCodeStatistics"); \ static_assert(sizeof(FRigVMByteCodeStatistics) == 0x000008, "Wrong size on FRigVMByteCodeStatistics"); \ static_assert(offsetof(FRigVMByteCodeStatistics, InstructionCount) == 0x000000, "Member 'FRigVMByteCodeStatistics::InstructionCount' has a wrong offset!"); \ static_assert(offsetof(FRigVMByteCodeStatistics, DataBytes) == 0x000004, "Member 'FRigVMByteCodeStatistics::DataBytes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigVMStatistics \ static_assert(alignof(FRigVMStatistics) == 0x000004, "Wrong alignment on FRigVMStatistics"); \ static_assert(sizeof(FRigVMStatistics) == 0x00002C, "Wrong size on FRigVMStatistics"); \ static_assert(offsetof(FRigVMStatistics, BytesForCDO) == 0x000000, "Member 'FRigVMStatistics::BytesForCDO' has a wrong offset!"); \ static_assert(offsetof(FRigVMStatistics, BytesPerInstance) == 0x000004, "Member 'FRigVMStatistics::BytesPerInstance' has a wrong offset!"); \ static_assert(offsetof(FRigVMStatistics, LiteralMemory) == 0x000008, "Member 'FRigVMStatistics::LiteralMemory' has a wrong offset!"); \ static_assert(offsetof(FRigVMStatistics, WorkMemory) == 0x000014, "Member 'FRigVMStatistics::WorkMemory' has a wrong offset!"); \ static_assert(offsetof(FRigVMStatistics, BytesForCaching) == 0x000020, "Member 'FRigVMStatistics::BytesForCaching' has a wrong offset!"); \ static_assert(offsetof(FRigVMStatistics, ByteCode) == 0x000024, "Member 'FRigVMStatistics::ByteCode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_AddRigVMFunction \ static_assert(alignof(RigVM_AddRigVMFunction) == 0x000008, "Wrong alignment on RigVM_AddRigVMFunction"); \ static_assert(sizeof(RigVM_AddRigVMFunction) == 0x000018, "Wrong size on RigVM_AddRigVMFunction"); \ static_assert(offsetof(RigVM_AddRigVMFunction, InRigVMStruct) == 0x000000, "Member 'RigVM_AddRigVMFunction::InRigVMStruct' has a wrong offset!"); \ static_assert(offsetof(RigVM_AddRigVMFunction, InMethodName) == 0x000008, "Member 'RigVM_AddRigVMFunction::InMethodName' has a wrong offset!"); \ static_assert(offsetof(RigVM_AddRigVMFunction, ReturnValue) == 0x000010, "Member 'RigVM_AddRigVMFunction::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_Execute \ static_assert(alignof(RigVM_Execute) == 0x000004, "Wrong alignment on RigVM_Execute"); \ static_assert(sizeof(RigVM_Execute) == 0x00000C, "Wrong size on RigVM_Execute"); \ static_assert(offsetof(RigVM_Execute, InEntryName) == 0x000000, "Member 'RigVM_Execute::InEntryName' has a wrong offset!"); \ static_assert(offsetof(RigVM_Execute, ReturnValue) == 0x000008, "Member 'RigVM_Execute::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_GetParameterValueBool \ static_assert(alignof(RigVM_GetParameterValueBool) == 0x000004, "Wrong alignment on RigVM_GetParameterValueBool"); \ static_assert(sizeof(RigVM_GetParameterValueBool) == 0x000010, "Wrong size on RigVM_GetParameterValueBool"); \ static_assert(offsetof(RigVM_GetParameterValueBool, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueBool::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueBool, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueBool::InArrayIndex' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueBool, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterValueBool::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_GetParameterValueFloat \ static_assert(alignof(RigVM_GetParameterValueFloat) == 0x000004, "Wrong alignment on RigVM_GetParameterValueFloat"); \ static_assert(sizeof(RigVM_GetParameterValueFloat) == 0x000010, "Wrong size on RigVM_GetParameterValueFloat"); \ static_assert(offsetof(RigVM_GetParameterValueFloat, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueFloat::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueFloat, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueFloat::InArrayIndex' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueFloat, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterValueFloat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_GetParameterValueInt \ static_assert(alignof(RigVM_GetParameterValueInt) == 0x000004, "Wrong alignment on RigVM_GetParameterValueInt"); \ static_assert(sizeof(RigVM_GetParameterValueInt) == 0x000010, "Wrong size on RigVM_GetParameterValueInt"); \ static_assert(offsetof(RigVM_GetParameterValueInt, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueInt::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueInt, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueInt::InArrayIndex' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueInt, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterValueInt::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_GetParameterValueName \ static_assert(alignof(RigVM_GetParameterValueName) == 0x000004, "Wrong alignment on RigVM_GetParameterValueName"); \ static_assert(sizeof(RigVM_GetParameterValueName) == 0x000014, "Wrong size on RigVM_GetParameterValueName"); \ static_assert(offsetof(RigVM_GetParameterValueName, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueName::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueName, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueName::InArrayIndex' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueName, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterValueName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_GetParameterValueQuat \ static_assert(alignof(RigVM_GetParameterValueQuat) == 0x000010, "Wrong alignment on RigVM_GetParameterValueQuat"); \ static_assert(sizeof(RigVM_GetParameterValueQuat) == 0x000020, "Wrong size on RigVM_GetParameterValueQuat"); \ static_assert(offsetof(RigVM_GetParameterValueQuat, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueQuat::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueQuat, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueQuat::InArrayIndex' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueQuat, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueQuat::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_GetParameterValueString \ static_assert(alignof(RigVM_GetParameterValueString) == 0x000008, "Wrong alignment on RigVM_GetParameterValueString"); \ static_assert(sizeof(RigVM_GetParameterValueString) == 0x000020, "Wrong size on RigVM_GetParameterValueString"); \ static_assert(offsetof(RigVM_GetParameterValueString, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueString::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueString, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueString::InArrayIndex' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueString, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueString::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_GetParameterValueTransform \ static_assert(alignof(RigVM_GetParameterValueTransform) == 0x000010, "Wrong alignment on RigVM_GetParameterValueTransform"); \ static_assert(sizeof(RigVM_GetParameterValueTransform) == 0x000040, "Wrong size on RigVM_GetParameterValueTransform"); \ static_assert(offsetof(RigVM_GetParameterValueTransform, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueTransform::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueTransform, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueTransform::InArrayIndex' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueTransform, ReturnValue) == 0x000010, "Member 'RigVM_GetParameterValueTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_GetParameterValueVector \ static_assert(alignof(RigVM_GetParameterValueVector) == 0x000004, "Wrong alignment on RigVM_GetParameterValueVector"); \ static_assert(sizeof(RigVM_GetParameterValueVector) == 0x000018, "Wrong size on RigVM_GetParameterValueVector"); \ static_assert(offsetof(RigVM_GetParameterValueVector, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueVector::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueVector, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueVector::InArrayIndex' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueVector, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterValueVector::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_GetParameterValueVector2D \ static_assert(alignof(RigVM_GetParameterValueVector2D) == 0x000004, "Wrong alignment on RigVM_GetParameterValueVector2D"); \ static_assert(sizeof(RigVM_GetParameterValueVector2D) == 0x000014, "Wrong size on RigVM_GetParameterValueVector2D"); \ static_assert(offsetof(RigVM_GetParameterValueVector2D, InParameterName) == 0x000000, "Member 'RigVM_GetParameterValueVector2D::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueVector2D, InArrayIndex) == 0x000008, "Member 'RigVM_GetParameterValueVector2D::InArrayIndex' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterValueVector2D, ReturnValue) == 0x00000C, "Member 'RigVM_GetParameterValueVector2D::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_SetParameterValueBool \ static_assert(alignof(RigVM_SetParameterValueBool) == 0x000004, "Wrong alignment on RigVM_SetParameterValueBool"); \ static_assert(sizeof(RigVM_SetParameterValueBool) == 0x000010, "Wrong size on RigVM_SetParameterValueBool"); \ static_assert(offsetof(RigVM_SetParameterValueBool, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueBool::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueBool, InValue) == 0x000008, "Member 'RigVM_SetParameterValueBool::InValue' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueBool, InArrayIndex) == 0x00000C, "Member 'RigVM_SetParameterValueBool::InArrayIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_SetParameterValueFloat \ static_assert(alignof(RigVM_SetParameterValueFloat) == 0x000004, "Wrong alignment on RigVM_SetParameterValueFloat"); \ static_assert(sizeof(RigVM_SetParameterValueFloat) == 0x000010, "Wrong size on RigVM_SetParameterValueFloat"); \ static_assert(offsetof(RigVM_SetParameterValueFloat, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueFloat::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueFloat, InValue) == 0x000008, "Member 'RigVM_SetParameterValueFloat::InValue' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueFloat, InArrayIndex) == 0x00000C, "Member 'RigVM_SetParameterValueFloat::InArrayIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_SetParameterValueInt \ static_assert(alignof(RigVM_SetParameterValueInt) == 0x000004, "Wrong alignment on RigVM_SetParameterValueInt"); \ static_assert(sizeof(RigVM_SetParameterValueInt) == 0x000010, "Wrong size on RigVM_SetParameterValueInt"); \ static_assert(offsetof(RigVM_SetParameterValueInt, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueInt::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueInt, InValue) == 0x000008, "Member 'RigVM_SetParameterValueInt::InValue' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueInt, InArrayIndex) == 0x00000C, "Member 'RigVM_SetParameterValueInt::InArrayIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_SetParameterValueName \ static_assert(alignof(RigVM_SetParameterValueName) == 0x000004, "Wrong alignment on RigVM_SetParameterValueName"); \ static_assert(sizeof(RigVM_SetParameterValueName) == 0x000014, "Wrong size on RigVM_SetParameterValueName"); \ static_assert(offsetof(RigVM_SetParameterValueName, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueName::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueName, InValue) == 0x000008, "Member 'RigVM_SetParameterValueName::InValue' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueName, InArrayIndex) == 0x000010, "Member 'RigVM_SetParameterValueName::InArrayIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_SetParameterValueQuat \ static_assert(alignof(RigVM_SetParameterValueQuat) == 0x000010, "Wrong alignment on RigVM_SetParameterValueQuat"); \ static_assert(sizeof(RigVM_SetParameterValueQuat) == 0x000030, "Wrong size on RigVM_SetParameterValueQuat"); \ static_assert(offsetof(RigVM_SetParameterValueQuat, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueQuat::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueQuat, InValue) == 0x000010, "Member 'RigVM_SetParameterValueQuat::InValue' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueQuat, InArrayIndex) == 0x000020, "Member 'RigVM_SetParameterValueQuat::InArrayIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_SetParameterValueString \ static_assert(alignof(RigVM_SetParameterValueString) == 0x000008, "Wrong alignment on RigVM_SetParameterValueString"); \ static_assert(sizeof(RigVM_SetParameterValueString) == 0x000020, "Wrong size on RigVM_SetParameterValueString"); \ static_assert(offsetof(RigVM_SetParameterValueString, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueString::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueString, InValue) == 0x000008, "Member 'RigVM_SetParameterValueString::InValue' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueString, InArrayIndex) == 0x000018, "Member 'RigVM_SetParameterValueString::InArrayIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_SetParameterValueTransform \ static_assert(alignof(RigVM_SetParameterValueTransform) == 0x000010, "Wrong alignment on RigVM_SetParameterValueTransform"); \ static_assert(sizeof(RigVM_SetParameterValueTransform) == 0x000050, "Wrong size on RigVM_SetParameterValueTransform"); \ static_assert(offsetof(RigVM_SetParameterValueTransform, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueTransform::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueTransform, InValue) == 0x000010, "Member 'RigVM_SetParameterValueTransform::InValue' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueTransform, InArrayIndex) == 0x000040, "Member 'RigVM_SetParameterValueTransform::InArrayIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_SetParameterValueVector \ static_assert(alignof(RigVM_SetParameterValueVector) == 0x000004, "Wrong alignment on RigVM_SetParameterValueVector"); \ static_assert(sizeof(RigVM_SetParameterValueVector) == 0x000018, "Wrong size on RigVM_SetParameterValueVector"); \ static_assert(offsetof(RigVM_SetParameterValueVector, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueVector::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueVector, InValue) == 0x000008, "Member 'RigVM_SetParameterValueVector::InValue' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueVector, InArrayIndex) == 0x000014, "Member 'RigVM_SetParameterValueVector::InArrayIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_SetParameterValueVector2D \ static_assert(alignof(RigVM_SetParameterValueVector2D) == 0x000004, "Wrong alignment on RigVM_SetParameterValueVector2D"); \ static_assert(sizeof(RigVM_SetParameterValueVector2D) == 0x000014, "Wrong size on RigVM_SetParameterValueVector2D"); \ static_assert(offsetof(RigVM_SetParameterValueVector2D, InParameterName) == 0x000000, "Member 'RigVM_SetParameterValueVector2D::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueVector2D, InValue) == 0x000008, "Member 'RigVM_SetParameterValueVector2D::InValue' has a wrong offset!"); \ static_assert(offsetof(RigVM_SetParameterValueVector2D, InArrayIndex) == 0x000010, "Member 'RigVM_SetParameterValueVector2D::InArrayIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_GetParameterArraySize \ static_assert(alignof(RigVM_GetParameterArraySize) == 0x000004, "Wrong alignment on RigVM_GetParameterArraySize"); \ static_assert(sizeof(RigVM_GetParameterArraySize) == 0x00000C, "Wrong size on RigVM_GetParameterArraySize"); \ static_assert(offsetof(RigVM_GetParameterArraySize, InParameterName) == 0x000000, "Member 'RigVM_GetParameterArraySize::InParameterName' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetParameterArraySize, ReturnValue) == 0x000008, "Member 'RigVM_GetParameterArraySize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_RigVM_GetRigVMFunctionName \ static_assert(alignof(RigVM_GetRigVMFunctionName) == 0x000008, "Wrong alignment on RigVM_GetRigVMFunctionName"); \ static_assert(sizeof(RigVM_GetRigVMFunctionName) == 0x000018, "Wrong size on RigVM_GetRigVMFunctionName"); \ static_assert(offsetof(RigVM_GetRigVMFunctionName, InFunctionIndex) == 0x000000, "Member 'RigVM_GetRigVMFunctionName::InFunctionIndex' has a wrong offset!"); \ static_assert(offsetof(RigVM_GetRigVMFunctionName, ReturnValue) == 0x000008, "Member 'RigVM_GetRigVMFunctionName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_URigVM \ static_assert(alignof(URigVM) == 0x000008, "Wrong alignment on URigVM"); \ static_assert(sizeof(URigVM) == 0x0002F8, "Wrong size on URigVM"); \ static_assert(offsetof(URigVM, WorkMemoryStorage) == 0x000028, "Member 'URigVM::WorkMemoryStorage' has a wrong offset!"); \ static_assert(offsetof(URigVM, LiteralMemoryStorage) == 0x0000D0, "Member 'URigVM::LiteralMemoryStorage' has a wrong offset!"); \ static_assert(offsetof(URigVM, ByteCodeStorage) == 0x000178, "Member 'URigVM::ByteCodeStorage' has a wrong offset!"); \ static_assert(offsetof(URigVM, Instructions) == 0x0001B0, "Member 'URigVM::Instructions' has a wrong offset!"); \ static_assert(offsetof(URigVM, Context) == 0x0001C0, "Member 'URigVM::Context' has a wrong offset!"); \ static_assert(offsetof(URigVM, FunctionNamesStorage) == 0x000218, "Member 'URigVM::FunctionNamesStorage' has a wrong offset!"); \ static_assert(offsetof(URigVM, Parameters) == 0x000248, "Member 'URigVM::Parameters' has a wrong offset!"); \ static_assert(offsetof(URigVM, ParametersNameMap) == 0x000258, "Member 'URigVM::ParametersNameMap' has a wrong offset!"); \ static_assert(offsetof(URigVM, DeferredVMToCopy) == 0x0002F0, "Member 'URigVM::DeferredVMToCopy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz \ static_assert(alignof(BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz) == 0x000008, "Wrong alignment on BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz"); \ static_assert(sizeof(BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz) == 0x0000B0, "Wrong size on BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz, EntryPoint) == 0x000000, "Member 'BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz, K2Node_Event_InteractedComponent) == 0x000008, "Member 'BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz, K2Node_Event_InteractingActor) == 0x000010, "Member 'BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz, CallFunc_MakeRotator_ReturnValue) == 0x00001C, "Member 'BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x000028, "Member 'BP_CymaticSlot_zzz_C_ExecuteUbergraph_BP_CymaticSlot_zzz::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticSlot_zzz_C_Interact \ static_assert(alignof(BP_CymaticSlot_zzz_C_Interact) == 0x000008, "Wrong alignment on BP_CymaticSlot_zzz_C_Interact"); \ static_assert(sizeof(BP_CymaticSlot_zzz_C_Interact) == 0x000010, "Wrong size on BP_CymaticSlot_zzz_C_Interact"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_Interact, InteractedComponent_0) == 0x000000, "Member 'BP_CymaticSlot_zzz_C_Interact::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_Interact, InteractingActor_0) == 0x000008, "Member 'BP_CymaticSlot_zzz_C_Interact::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticSlot_zzz_C_ReceiveTick \ static_assert(alignof(BP_CymaticSlot_zzz_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CymaticSlot_zzz_C_ReceiveTick"); \ static_assert(sizeof(BP_CymaticSlot_zzz_C_ReceiveTick) == 0x000004, "Wrong size on BP_CymaticSlot_zzz_C_ReceiveTick"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CymaticSlot_zzz_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticSlot_zzz_C_PlaySoundEffects \ static_assert(alignof(BP_CymaticSlot_zzz_C_PlaySoundEffects) == 0x000008, "Wrong alignment on BP_CymaticSlot_zzz_C_PlaySoundEffects"); \ static_assert(sizeof(BP_CymaticSlot_zzz_C_PlaySoundEffects) == 0x000040, "Wrong size on BP_CymaticSlot_zzz_C_PlaySoundEffects"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, CallFunc_IsValid_ReturnValue_2) == 0x000002, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, CallFunc_IsValid_ReturnValue_3) == 0x000003, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, CallFunc_IsValid_ReturnValue_4) == 0x000004, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, CallFunc_IsValid_ReturnValue_5) == 0x000005, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00000C, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_PlaySoundEffects, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000038, "Member 'BP_CymaticSlot_zzz_C_PlaySoundEffects::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticSlot_zzz_C_Set_Tuner_Enabled \ static_assert(alignof(BP_CymaticSlot_zzz_C_Set_Tuner_Enabled) == 0x000001, "Wrong alignment on BP_CymaticSlot_zzz_C_Set_Tuner_Enabled"); \ static_assert(sizeof(BP_CymaticSlot_zzz_C_Set_Tuner_Enabled) == 0x000002, "Wrong size on BP_CymaticSlot_zzz_C_Set_Tuner_Enabled"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_Set_Tuner_Enabled, NewEnabled) == 0x000000, "Member 'BP_CymaticSlot_zzz_C_Set_Tuner_Enabled::NewEnabled' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_zzz_C_Set_Tuner_Enabled, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_CymaticSlot_zzz_C_Set_Tuner_Enabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CymaticSlot_zzz_C \ static_assert(alignof(ABP_CymaticSlot_zzz_C) == 0x000008, "Wrong alignment on ABP_CymaticSlot_zzz_C"); \ static_assert(sizeof(ABP_CymaticSlot_zzz_C) == 0x001C60, "Wrong size on ABP_CymaticSlot_zzz_C"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, UberGraphFrame_BP_CymaticSlot_zzz_C) == 0x001BE0, "Member 'ABP_CymaticSlot_zzz_C::UberGraphFrame_BP_CymaticSlot_zzz_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, CosmicLoopAudio) == 0x001BE8, "Member 'ABP_CymaticSlot_zzz_C::CosmicLoopAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, CosmicStartAudio) == 0x001BF0, "Member 'ABP_CymaticSlot_zzz_C::CosmicStartAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, SpinLoopAudio) == 0x001BF8, "Member 'ABP_CymaticSlot_zzz_C::SpinLoopAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, SpinStartAudio) == 0x001C00, "Member 'ABP_CymaticSlot_zzz_C::SpinStartAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, MoogAudio) == 0x001C08, "Member 'ABP_CymaticSlot_zzz_C::MoogAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, HitAudio) == 0x001C10, "Member 'ABP_CymaticSlot_zzz_C::HitAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, AudioComponents) == 0x001C18, "Member 'ABP_CymaticSlot_zzz_C::AudioComponents' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, Box) == 0x001C20, "Member 'ABP_CymaticSlot_zzz_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, Tuner) == 0x001C28, "Member 'ABP_CymaticSlot_zzz_C::Tuner' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, Cube) == 0x001C30, "Member 'ABP_CymaticSlot_zzz_C::Cube' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, SlotSolved) == 0x001C38, "Member 'ABP_CymaticSlot_zzz_C::SlotSolved' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, SlotFilled) == 0x001C48, "Member 'ABP_CymaticSlot_zzz_C::SlotFilled' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, Rate_of_Rotation) == 0x001C4C, "Member 'ABP_CymaticSlot_zzz_C::Rate_of_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, CymaticSlotPosition) == 0x001C50, "Member 'ABP_CymaticSlot_zzz_C::CymaticSlotPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, LoopFadeInPadding) == 0x001C54, "Member 'ABP_CymaticSlot_zzz_C::LoopFadeInPadding' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, SpinLoopFadeOutDuration) == 0x001C58, "Member 'ABP_CymaticSlot_zzz_C::SpinLoopFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_zzz_C, CosmicLoopFadeOutDuration) == 0x001C5C, "Member 'ABP_CymaticSlot_zzz_C::CosmicLoopFadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBrushEffectBlurring \ static_assert(alignof(FBrushEffectBlurring) == 0x000004, "Wrong alignment on FBrushEffectBlurring"); \ static_assert(sizeof(FBrushEffectBlurring) == 0x000008, "Wrong size on FBrushEffectBlurring"); \ static_assert(offsetof(FBrushEffectBlurring, bBlurShape) == 0x000000, "Member 'FBrushEffectBlurring::bBlurShape' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectBlurring, Radius) == 0x000004, "Member 'FBrushEffectBlurring::Radius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBrushEffectCurlNoise \ static_assert(alignof(FBrushEffectCurlNoise) == 0x000004, "Wrong alignment on FBrushEffectCurlNoise"); \ static_assert(sizeof(FBrushEffectCurlNoise) == 0x000010, "Wrong size on FBrushEffectCurlNoise"); \ static_assert(offsetof(FBrushEffectCurlNoise, Curl1Amount) == 0x000000, "Member 'FBrushEffectCurlNoise::Curl1Amount' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectCurlNoise, Curl2Amount) == 0x000004, "Member 'FBrushEffectCurlNoise::Curl2Amount' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectCurlNoise, Curl1Tiling) == 0x000008, "Member 'FBrushEffectCurlNoise::Curl1Tiling' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectCurlNoise, Curl2Tiling) == 0x00000C, "Member 'FBrushEffectCurlNoise::Curl2Tiling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBrushEffectDisplacement \ static_assert(alignof(FBrushEffectDisplacement) == 0x000008, "Wrong alignment on FBrushEffectDisplacement"); \ static_assert(sizeof(FBrushEffectDisplacement) == 0x000028, "Wrong size on FBrushEffectDisplacement"); \ static_assert(offsetof(FBrushEffectDisplacement, DisplacementHeight) == 0x000000, "Member 'FBrushEffectDisplacement::DisplacementHeight' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectDisplacement, DisplacementTiling) == 0x000004, "Member 'FBrushEffectDisplacement::DisplacementTiling' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectDisplacement, Texture) == 0x000008, "Member 'FBrushEffectDisplacement::Texture' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectDisplacement, Midpoint) == 0x000010, "Member 'FBrushEffectDisplacement::Midpoint' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectDisplacement, Channel) == 0x000014, "Member 'FBrushEffectDisplacement::Channel' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectDisplacement, WeightmapInfluence) == 0x000024, "Member 'FBrushEffectDisplacement::WeightmapInfluence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBrushEffectSmoothBlending \ static_assert(alignof(FBrushEffectSmoothBlending) == 0x000004, "Wrong alignment on FBrushEffectSmoothBlending"); \ static_assert(sizeof(FBrushEffectSmoothBlending) == 0x000008, "Wrong size on FBrushEffectSmoothBlending"); \ static_assert(offsetof(FBrushEffectSmoothBlending, InnerSmoothDistance) == 0x000000, "Member 'FBrushEffectSmoothBlending::InnerSmoothDistance' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectSmoothBlending, OuterSmoothDistance) == 0x000004, "Member 'FBrushEffectSmoothBlending::OuterSmoothDistance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBrushEffectTerracing \ static_assert(alignof(FBrushEffectTerracing) == 0x000004, "Wrong alignment on FBrushEffectTerracing"); \ static_assert(sizeof(FBrushEffectTerracing) == 0x000014, "Wrong size on FBrushEffectTerracing"); \ static_assert(offsetof(FBrushEffectTerracing, TerraceAlpha) == 0x000000, "Member 'FBrushEffectTerracing::TerraceAlpha' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectTerracing, TerraceSpacing) == 0x000004, "Member 'FBrushEffectTerracing::TerraceSpacing' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectTerracing, TerraceSmoothness) == 0x000008, "Member 'FBrushEffectTerracing::TerraceSmoothness' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectTerracing, MaskLength) == 0x00000C, "Member 'FBrushEffectTerracing::MaskLength' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectTerracing, MaskStartOffset) == 0x000010, "Member 'FBrushEffectTerracing::MaskStartOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandmassBrushEffectsList \ static_assert(alignof(FLandmassBrushEffectsList) == 0x000008, "Wrong alignment on FLandmassBrushEffectsList"); \ static_assert(sizeof(FLandmassBrushEffectsList) == 0x000060, "Wrong size on FLandmassBrushEffectsList"); \ static_assert(offsetof(FLandmassBrushEffectsList, Blurring) == 0x000000, "Member 'FLandmassBrushEffectsList::Blurring' has a wrong offset!"); \ static_assert(offsetof(FLandmassBrushEffectsList, CurlNoise) == 0x000008, "Member 'FLandmassBrushEffectsList::CurlNoise' has a wrong offset!"); \ static_assert(offsetof(FLandmassBrushEffectsList, Displacement) == 0x000018, "Member 'FLandmassBrushEffectsList::Displacement' has a wrong offset!"); \ static_assert(offsetof(FLandmassBrushEffectsList, SmoothBlending) == 0x000040, "Member 'FLandmassBrushEffectsList::SmoothBlending' has a wrong offset!"); \ static_assert(offsetof(FLandmassBrushEffectsList, Terracing) == 0x000048, "Member 'FLandmassBrushEffectsList::Terracing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FBrushEffectCurves \ static_assert(alignof(FBrushEffectCurves) == 0x000008, "Wrong alignment on FBrushEffectCurves"); \ static_assert(sizeof(FBrushEffectCurves) == 0x000020, "Wrong size on FBrushEffectCurves"); \ static_assert(offsetof(FBrushEffectCurves, bUseCurveChannel) == 0x000000, "Member 'FBrushEffectCurves::bUseCurveChannel' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectCurves, ElevationCurveAsset) == 0x000008, "Member 'FBrushEffectCurves::ElevationCurveAsset' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectCurves, ChannelEdgeOffset) == 0x000010, "Member 'FBrushEffectCurves::ChannelEdgeOffset' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectCurves, ChannelDepth) == 0x000014, "Member 'FBrushEffectCurves::ChannelDepth' has a wrong offset!"); \ static_assert(offsetof(FBrushEffectCurves, CurveRampWidth) == 0x000018, "Member 'FBrushEffectCurves::CurveRampWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandmassFalloffSettings \ static_assert(alignof(FLandmassFalloffSettings) == 0x000004, "Wrong alignment on FLandmassFalloffSettings"); \ static_assert(sizeof(FLandmassFalloffSettings) == 0x000014, "Wrong size on FLandmassFalloffSettings"); \ static_assert(offsetof(FLandmassFalloffSettings, FalloffMode) == 0x000000, "Member 'FLandmassFalloffSettings::FalloffMode' has a wrong offset!"); \ static_assert(offsetof(FLandmassFalloffSettings, FalloffAngle) == 0x000004, "Member 'FLandmassFalloffSettings::FalloffAngle' has a wrong offset!"); \ static_assert(offsetof(FLandmassFalloffSettings, FalloffWidth) == 0x000008, "Member 'FLandmassFalloffSettings::FalloffWidth' has a wrong offset!"); \ static_assert(offsetof(FLandmassFalloffSettings, EdgeOffset) == 0x00000C, "Member 'FLandmassFalloffSettings::EdgeOffset' has a wrong offset!"); \ static_assert(offsetof(FLandmassFalloffSettings, ZOffset) == 0x000010, "Member 'FLandmassFalloffSettings::ZOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLandmassTerrainCarvingSettings \ static_assert(alignof(FLandmassTerrainCarvingSettings) == 0x000008, "Wrong alignment on FLandmassTerrainCarvingSettings"); \ static_assert(sizeof(FLandmassTerrainCarvingSettings) == 0x000080, "Wrong size on FLandmassTerrainCarvingSettings"); \ static_assert(offsetof(FLandmassTerrainCarvingSettings, BlendMode) == 0x000000, "Member 'FLandmassTerrainCarvingSettings::BlendMode' has a wrong offset!"); \ static_assert(offsetof(FLandmassTerrainCarvingSettings, bInvertShape) == 0x000001, "Member 'FLandmassTerrainCarvingSettings::bInvertShape' has a wrong offset!"); \ static_assert(offsetof(FLandmassTerrainCarvingSettings, FalloffSettings) == 0x000004, "Member 'FLandmassTerrainCarvingSettings::FalloffSettings' has a wrong offset!"); \ static_assert(offsetof(FLandmassTerrainCarvingSettings, Effects) == 0x000018, "Member 'FLandmassTerrainCarvingSettings::Effects' has a wrong offset!"); \ static_assert(offsetof(FLandmassTerrainCarvingSettings, Priority) == 0x000078, "Member 'FLandmassTerrainCarvingSettings::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FMotionProcessInput \ static_assert(alignof(FMotionProcessInput) == 0x000001, "Wrong alignment on FMotionProcessInput"); \ static_assert(sizeof(FMotionProcessInput) == 0x000002, "Wrong size on FMotionProcessInput"); \ static_assert(offsetof(FMotionProcessInput, bForceEffectorRotationTarget) == 0x000000, "Member 'FMotionProcessInput::bForceEffectorRotationTarget' has a wrong offset!"); \ static_assert(offsetof(FMotionProcessInput, bOnlyApplyWhenReachedToTarget) == 0x000001, "Member 'FMotionProcessInput::bOnlyApplyWhenReachedToTarget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFBIKBoneLimit \ static_assert(alignof(FFBIKBoneLimit) == 0x000004, "Wrong alignment on FFBIKBoneLimit"); \ static_assert(sizeof(FFBIKBoneLimit) == 0x000010, "Wrong size on FFBIKBoneLimit"); \ static_assert(offsetof(FFBIKBoneLimit, LimitType_X) == 0x000000, "Member 'FFBIKBoneLimit::LimitType_X' has a wrong offset!"); \ static_assert(offsetof(FFBIKBoneLimit, LimitType_Y) == 0x000001, "Member 'FFBIKBoneLimit::LimitType_Y' has a wrong offset!"); \ static_assert(offsetof(FFBIKBoneLimit, LimitType_Z) == 0x000002, "Member 'FFBIKBoneLimit::LimitType_Z' has a wrong offset!"); \ static_assert(offsetof(FFBIKBoneLimit, Limit) == 0x000004, "Member 'FFBIKBoneLimit::Limit' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFBIKConstraintOption \ static_assert(alignof(FFBIKConstraintOption) == 0x000004, "Wrong alignment on FFBIKConstraintOption"); \ static_assert(sizeof(FFBIKConstraintOption) == 0x000058, "Wrong size on FFBIKConstraintOption"); \ static_assert(offsetof(FFBIKConstraintOption, Item) == 0x000000, "Member 'FFBIKConstraintOption::Item' has a wrong offset!"); \ static_assert(offsetof(FFBIKConstraintOption, bEnabled) == 0x00000C, "Member 'FFBIKConstraintOption::bEnabled' has a wrong offset!"); \ static_assert(offsetof(FFBIKConstraintOption, bUseStiffness) == 0x00000D, "Member 'FFBIKConstraintOption::bUseStiffness' has a wrong offset!"); \ static_assert(offsetof(FFBIKConstraintOption, LinearStiffness) == 0x000010, "Member 'FFBIKConstraintOption::LinearStiffness' has a wrong offset!"); \ static_assert(offsetof(FFBIKConstraintOption, AngularStiffness) == 0x00001C, "Member 'FFBIKConstraintOption::AngularStiffness' has a wrong offset!"); \ static_assert(offsetof(FFBIKConstraintOption, bUseAngularLimit) == 0x000028, "Member 'FFBIKConstraintOption::bUseAngularLimit' has a wrong offset!"); \ static_assert(offsetof(FFBIKConstraintOption, AngularLimit) == 0x00002C, "Member 'FFBIKConstraintOption::AngularLimit' has a wrong offset!"); \ static_assert(offsetof(FFBIKConstraintOption, bUsePoleVector) == 0x00003C, "Member 'FFBIKConstraintOption::bUsePoleVector' has a wrong offset!"); \ static_assert(offsetof(FFBIKConstraintOption, PoleVectorOption) == 0x00003D, "Member 'FFBIKConstraintOption::PoleVectorOption' has a wrong offset!"); \ static_assert(offsetof(FFBIKConstraintOption, PoleVector) == 0x000040, "Member 'FFBIKConstraintOption::PoleVector' has a wrong offset!"); \ static_assert(offsetof(FFBIKConstraintOption, OffsetRotation) == 0x00004C, "Member 'FFBIKConstraintOption::OffsetRotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFBIKDebugOption \ static_assert(alignof(FFBIKDebugOption) == 0x000010, "Wrong alignment on FFBIKDebugOption"); \ static_assert(sizeof(FFBIKDebugOption) == 0x000050, "Wrong size on FFBIKDebugOption"); \ static_assert(offsetof(FFBIKDebugOption, bDrawDebugHierarchy) == 0x000000, "Member 'FFBIKDebugOption::bDrawDebugHierarchy' has a wrong offset!"); \ static_assert(offsetof(FFBIKDebugOption, bColorAngularMotionStrength) == 0x000001, "Member 'FFBIKDebugOption::bColorAngularMotionStrength' has a wrong offset!"); \ static_assert(offsetof(FFBIKDebugOption, bColorLinearMotionStrength) == 0x000002, "Member 'FFBIKDebugOption::bColorLinearMotionStrength' has a wrong offset!"); \ static_assert(offsetof(FFBIKDebugOption, bDrawDebugAxes) == 0x000003, "Member 'FFBIKDebugOption::bDrawDebugAxes' has a wrong offset!"); \ static_assert(offsetof(FFBIKDebugOption, bDrawDebugEffector) == 0x000004, "Member 'FFBIKDebugOption::bDrawDebugEffector' has a wrong offset!"); \ static_assert(offsetof(FFBIKDebugOption, bDrawDebugConstraints) == 0x000005, "Member 'FFBIKDebugOption::bDrawDebugConstraints' has a wrong offset!"); \ static_assert(offsetof(FFBIKDebugOption, DrawWorldOffset) == 0x000010, "Member 'FFBIKDebugOption::DrawWorldOffset' has a wrong offset!"); \ static_assert(offsetof(FFBIKDebugOption, DrawSize) == 0x000040, "Member 'FFBIKDebugOption::DrawSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FFBIKEndEffector \ static_assert(alignof(FFBIKEndEffector) == 0x000010, "Wrong alignment on FFBIKEndEffector"); \ static_assert(sizeof(FFBIKEndEffector) == 0x000040, "Wrong size on FFBIKEndEffector"); \ static_assert(offsetof(FFBIKEndEffector, Item) == 0x000000, "Member 'FFBIKEndEffector::Item' has a wrong offset!"); \ static_assert(offsetof(FFBIKEndEffector, position) == 0x00000C, "Member 'FFBIKEndEffector::position' has a wrong offset!"); \ static_assert(offsetof(FFBIKEndEffector, PositionAlpha) == 0x000018, "Member 'FFBIKEndEffector::PositionAlpha' has a wrong offset!"); \ static_assert(offsetof(FFBIKEndEffector, PositionDepth) == 0x00001C, "Member 'FFBIKEndEffector::PositionDepth' has a wrong offset!"); \ static_assert(offsetof(FFBIKEndEffector, Rotation) == 0x000020, "Member 'FFBIKEndEffector::Rotation' has a wrong offset!"); \ static_assert(offsetof(FFBIKEndEffector, RotationAlpha) == 0x000030, "Member 'FFBIKEndEffector::RotationAlpha' has a wrong offset!"); \ static_assert(offsetof(FFBIKEndEffector, RotationDepth) == 0x000034, "Member 'FFBIKEndEffector::RotationDepth' has a wrong offset!"); \ static_assert(offsetof(FFBIKEndEffector, Pull) == 0x000038, "Member 'FFBIKEndEffector::Pull' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverInput \ static_assert(alignof(FSolverInput) == 0x000004, "Wrong alignment on FSolverInput"); \ static_assert(sizeof(FSolverInput) == 0x000024, "Wrong size on FSolverInput"); \ static_assert(offsetof(FSolverInput, LinearMotionStrength) == 0x000000, "Member 'FSolverInput::LinearMotionStrength' has a wrong offset!"); \ static_assert(offsetof(FSolverInput, MinLinearMotionStrength) == 0x000004, "Member 'FSolverInput::MinLinearMotionStrength' has a wrong offset!"); \ static_assert(offsetof(FSolverInput, AngularMotionStrength) == 0x000008, "Member 'FSolverInput::AngularMotionStrength' has a wrong offset!"); \ static_assert(offsetof(FSolverInput, MinAngularMotionStrength) == 0x00000C, "Member 'FSolverInput::MinAngularMotionStrength' has a wrong offset!"); \ static_assert(offsetof(FSolverInput, DefaultTargetClamp) == 0x000010, "Member 'FSolverInput::DefaultTargetClamp' has a wrong offset!"); \ static_assert(offsetof(FSolverInput, Precision) == 0x000014, "Member 'FSolverInput::Precision' has a wrong offset!"); \ static_assert(offsetof(FSolverInput, Damping) == 0x000018, "Member 'FSolverInput::Damping' has a wrong offset!"); \ static_assert(offsetof(FSolverInput, MaxIterations) == 0x00001C, "Member 'FSolverInput::MaxIterations' has a wrong offset!"); \ static_assert(offsetof(FSolverInput, bUseJacobianTranspose) == 0x000020, "Member 'FSolverInput::bUseJacobianTranspose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FRigUnit_FullbodyIK_WorkData \ static_assert(alignof(FRigUnit_FullbodyIK_WorkData) == 0x000008, "Wrong alignment on FRigUnit_FullbodyIK_WorkData"); \ static_assert(sizeof(FRigUnit_FullbodyIK_WorkData) == 0x000198, "Wrong size on FRigUnit_FullbodyIK_WorkData"); \ #define DUMPER7_ASSERTS_FRigUnit_FullbodyIK \ static_assert(alignof(FRigUnit_FullbodyIK) == 0x000010, "Wrong alignment on FRigUnit_FullbodyIK"); \ static_assert(sizeof(FRigUnit_FullbodyIK) == 0x0002B0, "Wrong size on FRigUnit_FullbodyIK"); \ static_assert(offsetof(FRigUnit_FullbodyIK, Root) == 0x000068, "Member 'FRigUnit_FullbodyIK::Root' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FullbodyIK, Effectors) == 0x000078, "Member 'FRigUnit_FullbodyIK::Effectors' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FullbodyIK, Constraints) == 0x000088, "Member 'FRigUnit_FullbodyIK::Constraints' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FullbodyIK, SolverProperty) == 0x000098, "Member 'FRigUnit_FullbodyIK::SolverProperty' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FullbodyIK, MotionProperty) == 0x0000BC, "Member 'FRigUnit_FullbodyIK::MotionProperty' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FullbodyIK, bPropagateToChildren) == 0x0000BE, "Member 'FRigUnit_FullbodyIK::bPropagateToChildren' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FullbodyIK, DebugOption) == 0x0000C0, "Member 'FRigUnit_FullbodyIK::DebugOption' has a wrong offset!"); \ static_assert(offsetof(FRigUnit_FullbodyIK, WorkData) == 0x000110, "Member 'FRigUnit_FullbodyIK::WorkData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverCollisionFilterSettings \ static_assert(alignof(FSolverCollisionFilterSettings) == 0x000004, "Wrong alignment on FSolverCollisionFilterSettings"); \ static_assert(sizeof(FSolverCollisionFilterSettings) == 0x000010, "Wrong size on FSolverCollisionFilterSettings"); \ static_assert(offsetof(FSolverCollisionFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverCollisionFilterSettings::FilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionFilterSettings, MinMass) == 0x000004, "Member 'FSolverCollisionFilterSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverCollisionFilterSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FSolverCollisionFilterSettings, MinImpulse) == 0x00000C, "Member 'FSolverCollisionFilterSettings::MinImpulse' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverBreakingFilterSettings \ static_assert(alignof(FSolverBreakingFilterSettings) == 0x000004, "Wrong alignment on FSolverBreakingFilterSettings"); \ static_assert(sizeof(FSolverBreakingFilterSettings) == 0x000010, "Wrong size on FSolverBreakingFilterSettings"); \ static_assert(offsetof(FSolverBreakingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverBreakingFilterSettings::FilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingFilterSettings, MinMass) == 0x000004, "Member 'FSolverBreakingFilterSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverBreakingFilterSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FSolverBreakingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverBreakingFilterSettings::MinVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverTrailingFilterSettings \ static_assert(alignof(FSolverTrailingFilterSettings) == 0x000004, "Wrong alignment on FSolverTrailingFilterSettings"); \ static_assert(sizeof(FSolverTrailingFilterSettings) == 0x000010, "Wrong size on FSolverTrailingFilterSettings"); \ static_assert(offsetof(FSolverTrailingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverTrailingFilterSettings::FilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingFilterSettings, MinMass) == 0x000004, "Member 'FSolverTrailingFilterSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverTrailingFilterSettings::MinSpeed' has a wrong offset!"); \ static_assert(offsetof(FSolverTrailingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverTrailingFilterSettings::MinVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FChaosSolverConfiguration \ static_assert(alignof(FChaosSolverConfiguration) == 0x000004, "Wrong alignment on FChaosSolverConfiguration"); \ static_assert(sizeof(FChaosSolverConfiguration) == 0x00006C, "Wrong size on FChaosSolverConfiguration"); \ static_assert(offsetof(FChaosSolverConfiguration, Iterations) == 0x000000, "Member 'FChaosSolverConfiguration::Iterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionPairIterations) == 0x000004, "Member 'FChaosSolverConfiguration::CollisionPairIterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, PushOutIterations) == 0x000008, "Member 'FChaosSolverConfiguration::PushOutIterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionPushOutPairIterations) == 0x00000C, "Member 'FChaosSolverConfiguration::CollisionPushOutPairIterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginFraction) == 0x000010, "Member 'FChaosSolverConfiguration::CollisionMarginFraction' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginMax) == 0x000014, "Member 'FChaosSolverConfiguration::CollisionMarginMax' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionCullDistance) == 0x000018, "Member 'FChaosSolverConfiguration::CollisionCullDistance' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionMaxPushOutVelocity) == 0x00001C, "Member 'FChaosSolverConfiguration::CollisionMaxPushOutVelocity' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, JointPairIterations) == 0x000020, "Member 'FChaosSolverConfiguration::JointPairIterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, JointPushOutPairIterations) == 0x000024, "Member 'FChaosSolverConfiguration::JointPushOutPairIterations' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, ClusterConnectionFactor) == 0x000028, "Member 'FChaosSolverConfiguration::ClusterConnectionFactor' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, ClusterUnionConnectionType) == 0x00002C, "Member 'FChaosSolverConfiguration::ClusterUnionConnectionType' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, bGenerateCollisionData) == 0x00002D, "Member 'FChaosSolverConfiguration::bGenerateCollisionData' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, CollisionFilterSettings) == 0x000030, "Member 'FChaosSolverConfiguration::CollisionFilterSettings' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, bGenerateBreakData) == 0x000040, "Member 'FChaosSolverConfiguration::bGenerateBreakData' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, BreakingFilterSettings) == 0x000044, "Member 'FChaosSolverConfiguration::BreakingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, bGenerateTrailingData) == 0x000054, "Member 'FChaosSolverConfiguration::bGenerateTrailingData' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, TrailingFilterSettings) == 0x000058, "Member 'FChaosSolverConfiguration::TrailingFilterSettings' has a wrong offset!"); \ static_assert(offsetof(FChaosSolverConfiguration, bGenerateContactGraph) == 0x000068, "Member 'FChaosSolverConfiguration::bGenerateContactGraph' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FSolverCollisionData \ static_assert(alignof(FSolverCollisionData) == 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_FSolverRemovalFilterSettings \ static_assert(alignof(FSolverRemovalFilterSettings) == 0x000004, "Wrong alignment on FSolverRemovalFilterSettings"); \ static_assert(sizeof(FSolverRemovalFilterSettings) == 0x00000C, "Wrong size on FSolverRemovalFilterSettings"); \ static_assert(offsetof(FSolverRemovalFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverRemovalFilterSettings::FilterEnabled' has a wrong offset!"); \ static_assert(offsetof(FSolverRemovalFilterSettings, MinMass) == 0x000004, "Member 'FSolverRemovalFilterSettings::MinMass' has a wrong offset!"); \ static_assert(offsetof(FSolverRemovalFilterSettings, MinVolume) == 0x000008, "Member 'FSolverRemovalFilterSettings::MinVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FPlatformRuntimeAudioCompressionOverrides \ static_assert(alignof(FPlatformRuntimeAudioCompressionOverrides) == 0x000004, "Wrong alignment on FPlatformRuntimeAudioCompressionOverrides"); \ static_assert(sizeof(FPlatformRuntimeAudioCompressionOverrides) == 0x000010, "Wrong size on FPlatformRuntimeAudioCompressionOverrides"); \ static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, bOverrideCompressionTimes) == 0x000000, "Member 'FPlatformRuntimeAudioCompressionOverrides::bOverrideCompressionTimes' has a wrong offset!"); \ static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, DurationThreshold) == 0x000004, "Member 'FPlatformRuntimeAudioCompressionOverrides::DurationThreshold' has a wrong offset!"); \ static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, MaxNumRandomBranches) == 0x000008, "Member 'FPlatformRuntimeAudioCompressionOverrides::MaxNumRandomBranches' has a wrong offset!"); \ static_assert(offsetof(FPlatformRuntimeAudioCompressionOverrides, SoundCueQualityIndex) == 0x00000C, "Member 'FPlatformRuntimeAudioCompressionOverrides::SoundCueQualityIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UOS_ACH_IntStat_AllTapePlayers_C \ static_assert(alignof(UOS_ACH_IntStat_AllTapePlayers_C) == 0x000008, "Wrong alignment on UOS_ACH_IntStat_AllTapePlayers_C"); \ static_assert(sizeof(UOS_ACH_IntStat_AllTapePlayers_C) == 0x000088, "Wrong size on UOS_ACH_IntStat_AllTapePlayers_C"); \ #define DUMPER7_ASSERTS_FLightPropagationVolumeSettings \ static_assert(alignof(FLightPropagationVolumeSettings) == 0x000004, "Wrong alignment on FLightPropagationVolumeSettings"); \ static_assert(sizeof(FLightPropagationVolumeSettings) == 0x000040, "Wrong size on FLightPropagationVolumeSettings"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVIntensity) == 0x000004, "Member 'FLightPropagationVolumeSettings::LPVIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVVplInjectionBias) == 0x000008, "Member 'FLightPropagationVolumeSettings::LPVVplInjectionBias' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSize) == 0x00000C, "Member 'FLightPropagationVolumeSettings::LPVSize' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSecondaryOcclusionIntensity) == 0x000010, "Member 'FLightPropagationVolumeSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSecondaryBounceIntensity) == 0x000014, "Member 'FLightPropagationVolumeSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVGeometryVolumeBias) == 0x000018, "Member 'FLightPropagationVolumeSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVEmissiveInjectionIntensity) == 0x00001C, "Member 'FLightPropagationVolumeSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionIntensity) == 0x000020, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionRadius) == 0x000024, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDiffuseOcclusionExponent) == 0x000028, "Member 'FLightPropagationVolumeSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSpecularOcclusionExponent) == 0x00002C, "Member 'FLightPropagationVolumeSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDiffuseOcclusionIntensity) == 0x000030, "Member 'FLightPropagationVolumeSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVSpecularOcclusionIntensity) == 0x000034, "Member 'FLightPropagationVolumeSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVFadeRange) == 0x000038, "Member 'FLightPropagationVolumeSettings::LPVFadeRange' has a wrong offset!"); \ static_assert(offsetof(FLightPropagationVolumeSettings, LPVDirectionalOcclusionFadeRange) == 0x00003C, "Member 'FLightPropagationVolumeSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ #define DUMPER7_ASSERTS_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_UBP_PHPlayerSpeedDataAsset_C \ static_assert(alignof(UBP_PHPlayerSpeedDataAsset_C) == 0x000008, "Wrong alignment on UBP_PHPlayerSpeedDataAsset_C"); \ static_assert(sizeof(UBP_PHPlayerSpeedDataAsset_C) == 0x000058, "Wrong size on UBP_PHPlayerSpeedDataAsset_C"); \ #define DUMPER7_ASSERTS_FLiveLinkSubjectFrameMessage \ static_assert(alignof(FLiveLinkSubjectFrameMessage) == 0x000008, "Wrong alignment on FLiveLinkSubjectFrameMessage"); \ static_assert(sizeof(FLiveLinkSubjectFrameMessage) == 0x000090, "Wrong size on FLiveLinkSubjectFrameMessage"); \ static_assert(offsetof(FLiveLinkSubjectFrameMessage, SubjectName) == 0x000000, "Member 'FLiveLinkSubjectFrameMessage::SubjectName' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSubjectFrameMessage, Transforms) == 0x000008, "Member 'FLiveLinkSubjectFrameMessage::Transforms' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSubjectFrameMessage, Curves) == 0x000018, "Member 'FLiveLinkSubjectFrameMessage::Curves' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSubjectFrameMessage, MetaData) == 0x000028, "Member 'FLiveLinkSubjectFrameMessage::MetaData' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSubjectFrameMessage, Time) == 0x000088, "Member 'FLiveLinkSubjectFrameMessage::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkSubjectDataMessage \ static_assert(alignof(FLiveLinkSubjectDataMessage) == 0x000008, "Wrong alignment on FLiveLinkSubjectDataMessage"); \ static_assert(sizeof(FLiveLinkSubjectDataMessage) == 0x000028, "Wrong size on FLiveLinkSubjectDataMessage"); \ static_assert(offsetof(FLiveLinkSubjectDataMessage, RefSkeleton) == 0x000000, "Member 'FLiveLinkSubjectDataMessage::RefSkeleton' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkSubjectDataMessage, SubjectName) == 0x000020, "Member 'FLiveLinkSubjectDataMessage::SubjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkClearSubject \ static_assert(alignof(FLiveLinkClearSubject) == 0x000004, "Wrong alignment on FLiveLinkClearSubject"); \ static_assert(sizeof(FLiveLinkClearSubject) == 0x000008, "Wrong size on FLiveLinkClearSubject"); \ static_assert(offsetof(FLiveLinkClearSubject, SubjectName) == 0x000000, "Member 'FLiveLinkClearSubject::SubjectName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkHeartbeatMessage \ static_assert(alignof(FLiveLinkHeartbeatMessage) == 0x000001, "Wrong alignment on FLiveLinkHeartbeatMessage"); \ static_assert(sizeof(FLiveLinkHeartbeatMessage) == 0x000001, "Wrong size on FLiveLinkHeartbeatMessage"); \ #define DUMPER7_ASSERTS_FLiveLinkConnectMessage \ static_assert(alignof(FLiveLinkConnectMessage) == 0x000004, "Wrong alignment on FLiveLinkConnectMessage"); \ static_assert(sizeof(FLiveLinkConnectMessage) == 0x000004, "Wrong size on FLiveLinkConnectMessage"); \ static_assert(offsetof(FLiveLinkConnectMessage, LiveLinkVersion) == 0x000000, "Member 'FLiveLinkConnectMessage::LiveLinkVersion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkPongMessage \ static_assert(alignof(FLiveLinkPongMessage) == 0x000008, "Wrong alignment on FLiveLinkPongMessage"); \ static_assert(sizeof(FLiveLinkPongMessage) == 0x000040, "Wrong size on FLiveLinkPongMessage"); \ static_assert(offsetof(FLiveLinkPongMessage, ProviderName) == 0x000000, "Member 'FLiveLinkPongMessage::ProviderName' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkPongMessage, MachineName) == 0x000010, "Member 'FLiveLinkPongMessage::MachineName' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkPongMessage, PollRequest) == 0x000020, "Member 'FLiveLinkPongMessage::PollRequest' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkPongMessage, LiveLinkVersion) == 0x000030, "Member 'FLiveLinkPongMessage::LiveLinkVersion' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkPongMessage, CreationPlatformTime) == 0x000038, "Member 'FLiveLinkPongMessage::CreationPlatformTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FLiveLinkPingMessage \ static_assert(alignof(FLiveLinkPingMessage) == 0x000004, "Wrong alignment on FLiveLinkPingMessage"); \ static_assert(sizeof(FLiveLinkPingMessage) == 0x000014, "Wrong size on FLiveLinkPingMessage"); \ static_assert(offsetof(FLiveLinkPingMessage, PollRequest) == 0x000000, "Member 'FLiveLinkPingMessage::PollRequest' has a wrong offset!"); \ static_assert(offsetof(FLiveLinkPingMessage, LiveLinkVersion) == 0x000010, "Member 'FLiveLinkPingMessage::LiveLinkVersion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_ExecuteUbergraph_WBP_SettingsControlList_General \ static_assert(alignof(WBP_SettingsControlList_General_C_ExecuteUbergraph_WBP_SettingsControlList_General) == 0x000004, "Wrong alignment on WBP_SettingsControlList_General_C_ExecuteUbergraph_WBP_SettingsControlList_General"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_ExecuteUbergraph_WBP_SettingsControlList_General) == 0x000004, "Wrong size on WBP_SettingsControlList_General_C_ExecuteUbergraph_WBP_SettingsControlList_General"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_ExecuteUbergraph_WBP_SettingsControlList_General, EntryPoint) == 0x000000, "Member 'WBP_SettingsControlList_General_C_ExecuteUbergraph_WBP_SettingsControlList_General::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_SetLanguageControl \ static_assert(alignof(WBP_SettingsControlList_General_C_SetLanguageControl) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_SetLanguageControl"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_SetLanguageControl) == 0x000090, "Wrong size on WBP_SettingsControlList_General_C_SetLanguageControl"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetLanguageControl, Loc_LocalizedCultures) == 0x000000, "Member 'WBP_SettingsControlList_General_C_SetLanguageControl::Loc_LocalizedCultures' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetLanguageControl, Loc_CurrLocalizedCulture) == 0x000010, "Member 'WBP_SettingsControlList_General_C_SetLanguageControl::Loc_CurrLocalizedCulture' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetLanguageControl, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_SettingsControlList_General_C_SetLanguageControl::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetLanguageControl, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'WBP_SettingsControlList_General_C_SetLanguageControl::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetLanguageControl, K2Node_CreateDelegate_OutputDelegate_2) == 0x000048, "Member 'WBP_SettingsControlList_General_C_SetLanguageControl::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetLanguageControl, CallFunc_GetCurrentCulture_ReturnValue) == 0x000058, "Member 'WBP_SettingsControlList_General_C_SetLanguageControl::CallFunc_GetCurrentCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetLanguageControl, CallFunc_GetCultureDisplayName_ReturnValue) == 0x000068, "Member 'WBP_SettingsControlList_General_C_SetLanguageControl::CallFunc_GetCultureDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetLanguageControl, CallFunc_Conv_StringToText_ReturnValue) == 0x000078, "Member 'WBP_SettingsControlList_General_C_SetLanguageControl::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnLanguageChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnLanguageChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnLanguageChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnLanguageChanged) == 0x000060, "Wrong size on WBP_SettingsControlList_General_C_OnLanguageChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnLanguageChanged, TextValue) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnLanguageChanged::TextValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnLanguageChanged, SettingControl) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnLanguageChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnLanguageChanged, CallFunc_GetCurrentCulture_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_General_C_OnLanguageChanged::CallFunc_GetCurrentCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnLanguageChanged, CallFunc_GetCultureDisplayName_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_General_C_OnLanguageChanged::CallFunc_GetCultureDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnLanguageChanged, CallFunc_Conv_StringToText_ReturnValue) == 0x000040, "Member 'WBP_SettingsControlList_General_C_OnLanguageChanged::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnLanguageChanged, CallFunc_OnTextSettingsChanged_ValueChanged) == 0x000058, "Member 'WBP_SettingsControlList_General_C_OnLanguageChanged::CallFunc_OnTextSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_UpdateLanguageControlList \ static_assert(alignof(WBP_SettingsControlList_General_C_UpdateLanguageControlList) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_UpdateLanguageControlList"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_UpdateLanguageControlList) == 0x0000A8, "Wrong size on WBP_SettingsControlList_General_C_UpdateLanguageControlList"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, Loc_CurrDisplayName) == 0x000000, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::Loc_CurrDisplayName' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, Loc_CurrLang) == 0x000010, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::Loc_CurrLang' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, CallFunc_GetCultureDisplayName_ReturnValue) == 0x000080, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::CallFunc_GetCultureDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, CallFunc_Array_Length_ReturnValue) == 0x0000A0, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_UpdateLanguageControlList, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'WBP_SettingsControlList_General_C_UpdateLanguageControlList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_GetCategoryDisplayName \ static_assert(alignof(WBP_SettingsControlList_General_C_GetCategoryDisplayName) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_GetCategoryDisplayName"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_GetCategoryDisplayName) == 0x000018, "Wrong size on WBP_SettingsControlList_General_C_GetCategoryDisplayName"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_GetCategoryDisplayName, DisplayName) == 0x000000, "Member 'WBP_SettingsControlList_General_C_GetCategoryDisplayName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnApplyLanguage \ static_assert(alignof(WBP_SettingsControlList_General_C_OnApplyLanguage) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnApplyLanguage"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnApplyLanguage) == 0x000150, "Wrong size on WBP_SettingsControlList_General_C_OnApplyLanguage"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, Loc_ParentSettingsWindow) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::Loc_ParentSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, Loc_CultureCode) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::Loc_CultureCode' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, Loc_ValueString) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::Loc_ValueString' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, Loc_Value) == 0x000028, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Not_PreBool_ReturnValue_1) == 0x000041, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_IsValid_ReturnValue) == 0x000042, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000050, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_GetCurrentCulture_ReturnValue) == 0x000060, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_GetCurrentCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_GetCultureDisplayName_ReturnValue) == 0x000070, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_GetCultureDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Conv_StringToText_ReturnValue) == 0x000080, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_SetCurrentCulture_ReturnValue) == 0x000098, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_SetCurrentCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A0, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B0, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000C0, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000D0, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000E0, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000F0, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000100, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000118, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Map_Find_Value) == 0x000128, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_Map_Find_ReturnValue) == 0x000138, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyLanguage, CallFunc_GetSelectedString_Result) == 0x000140, "Member 'WBP_SettingsControlList_General_C_OnApplyLanguage::CallFunc_GetSelectedString_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnRevertLanguage \ static_assert(alignof(WBP_SettingsControlList_General_C_OnRevertLanguage) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnRevertLanguage"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnRevertLanguage) == 0x0000E0, "Wrong size on WBP_SettingsControlList_General_C_OnRevertLanguage"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, Loc_CurrSelectedLocalizedCulture) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::Loc_CurrSelectedLocalizedCulture' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, Loc_CurrLocalizedCulture) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::Loc_CurrLocalizedCulture' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, CallFunc_GetCurrentCulture_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::CallFunc_GetCurrentCulture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, CallFunc_GetCultureDisplayName_ReturnValue) == 0x000040, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::CallFunc_GetCultureDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, CallFunc_Conv_TextToString_ReturnValue) == 0x000050, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, CallFunc_Conv_StringToText_ReturnValue) == 0x000060, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000088, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, CallFunc_GetSelectedString_Result) == 0x000098, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::CallFunc_GetSelectedString_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A8, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000C0, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertLanguage, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000D0, "Member 'WBP_SettingsControlList_General_C_OnRevertLanguage::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_SetMouseXSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_SetMouseXSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_SetMouseXSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_SetMouseXSensitivity) == 0x000040, "Wrong size on WBP_SettingsControlList_General_C_SetMouseXSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseXSensitivity, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_General_C_SetMouseXSensitivity::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseXSensitivity, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_SetMouseXSensitivity::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseXSensitivity, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_General_C_SetMouseXSensitivity::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseXSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_General_C_SetMouseXSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseXSensitivity, CallFunc_GetMouseXSensitivity_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_General_C_SetMouseXSensitivity::CallFunc_GetMouseXSensitivity_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged, CallFunc_GetMouseXSensitivity_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged::CallFunc_GetMouseXSensitivity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_General_C_OnMouseXSensitivityChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity) == 0x000018, "Wrong size on WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity, CallFunc_ApplyMouseXSensitivity_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity::CallFunc_ApplyMouseXSensitivity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity, CallFunc_GetSliderValue_Result) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnApplyMouseXSensitivity::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnRevertMouseXSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_OnRevertMouseXSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnRevertMouseXSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnRevertMouseXSensitivity) == 0x000010, "Wrong size on WBP_SettingsControlList_General_C_OnRevertMouseXSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertMouseXSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnRevertMouseXSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertMouseXSensitivity, CallFunc_GetMouseXSensitivity_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnRevertMouseXSensitivity::CallFunc_GetMouseXSensitivity_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_SetMouseYSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_SetMouseYSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_SetMouseYSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_SetMouseYSensitivity) == 0x000040, "Wrong size on WBP_SettingsControlList_General_C_SetMouseYSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseYSensitivity, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_General_C_SetMouseYSensitivity::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseYSensitivity, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_SetMouseYSensitivity::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseYSensitivity, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_General_C_SetMouseYSensitivity::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseYSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_General_C_SetMouseYSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseYSensitivity, CallFunc_GetMouseYSensitivity_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_General_C_SetMouseYSensitivity::CallFunc_GetMouseYSensitivity_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged, CallFunc_GetMouseYSensitivity_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged::CallFunc_GetMouseYSensitivity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_General_C_OnMouseYSensitivityChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity) == 0x000018, "Wrong size on WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity, CallFunc_GetSliderValue_Result) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity, CallFunc_ApplyMouseYSensitivity_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity::CallFunc_ApplyMouseYSensitivity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnApplyMouseYSensitivity::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnRevertMouseYSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_OnRevertMouseYSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnRevertMouseYSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnRevertMouseYSensitivity) == 0x000010, "Wrong size on WBP_SettingsControlList_General_C_OnRevertMouseYSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertMouseYSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnRevertMouseYSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertMouseYSensitivity, CallFunc_GetMouseYSensitivity_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnRevertMouseYSensitivity::CallFunc_GetMouseYSensitivity_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_SetGamepadXSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_SetGamepadXSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_SetGamepadXSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_SetGamepadXSensitivity) == 0x000040, "Wrong size on WBP_SettingsControlList_General_C_SetGamepadXSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetGamepadXSensitivity, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_General_C_SetGamepadXSensitivity::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetGamepadXSensitivity, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_SetGamepadXSensitivity::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetGamepadXSensitivity, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_General_C_SetGamepadXSensitivity::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetGamepadXSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_General_C_SetGamepadXSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetGamepadXSensitivity, CallFunc_GetGamepadXSensitivity_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_General_C_SetGamepadXSensitivity::CallFunc_GetGamepadXSensitivity_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged, CallFunc_GetGamepadXSensitivity_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged::CallFunc_GetGamepadXSensitivity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_General_C_OnGamepadXSensitivityChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity) == 0x000018, "Wrong size on WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity, CallFunc_GetSliderValue_Result) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity, CallFunc_ApplyGamepadXSensitivity_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity::CallFunc_ApplyGamepadXSensitivity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnApplyGamepadXSensitivity::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnRevertGamepadXSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_OnRevertGamepadXSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnRevertGamepadXSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnRevertGamepadXSensitivity) == 0x000010, "Wrong size on WBP_SettingsControlList_General_C_OnRevertGamepadXSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertGamepadXSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnRevertGamepadXSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertGamepadXSensitivity, CallFunc_GetGamepadXSensitivity_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnRevertGamepadXSensitivity::CallFunc_GetGamepadXSensitivity_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_SetGamepadYSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_SetGamepadYSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_SetGamepadYSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_SetGamepadYSensitivity) == 0x000040, "Wrong size on WBP_SettingsControlList_General_C_SetGamepadYSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetGamepadYSensitivity, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_General_C_SetGamepadYSensitivity::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetGamepadYSensitivity, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_SetGamepadYSensitivity::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetGamepadYSensitivity, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_General_C_SetGamepadYSensitivity::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetGamepadYSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_General_C_SetGamepadYSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetGamepadYSensitivity, CallFunc_GetGamepadYSensitivity_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_General_C_SetGamepadYSensitivity::CallFunc_GetGamepadYSensitivity_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged, CallFunc_GetGamepadYSensitivity_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged::CallFunc_GetGamepadYSensitivity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_General_C_OnGamepadYSensitivityChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity) == 0x000018, "Wrong size on WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity, CallFunc_GetSliderValue_Result) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity, CallFunc_ApplyGamepadYSensitivity_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity::CallFunc_ApplyGamepadYSensitivity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnApplyGamepadYSensitivity::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnRevertGamepadYSensitivity \ static_assert(alignof(WBP_SettingsControlList_General_C_OnRevertGamepadYSensitivity) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnRevertGamepadYSensitivity"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnRevertGamepadYSensitivity) == 0x000010, "Wrong size on WBP_SettingsControlList_General_C_OnRevertGamepadYSensitivity"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertGamepadYSensitivity, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnRevertGamepadYSensitivity::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertGamepadYSensitivity, CallFunc_GetGamepadYSensitivity_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnRevertGamepadYSensitivity::CallFunc_GetGamepadYSensitivity_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnRevertInvertLook \ static_assert(alignof(WBP_SettingsControlList_General_C_OnRevertInvertLook) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnRevertInvertLook"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnRevertInvertLook) == 0x000010, "Wrong size on WBP_SettingsControlList_General_C_OnRevertInvertLook"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertInvertLook, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnRevertInvertLook::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertInvertLook, CallFunc_GetInvertLook_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnRevertInvertLook::CallFunc_GetInvertLook_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertInvertLook, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnRevertInvertLook::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl \ static_assert(alignof(WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl) == 0x000040, "Wrong size on WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl, CallFunc_GetForceFeedbackScale_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_General_C_SetForceFeedbackScaleControl::CallFunc_GetForceFeedbackScale_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged, CallFunc_GetForceFeedbackScale_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged::CallFunc_GetForceFeedbackScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_General_C_OnForceFeedbackScaleChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale \ static_assert(alignof(WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale) == 0x000018, "Wrong size on WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale, CallFunc_ApplyForceFeedbackScale_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale::CallFunc_ApplyForceFeedbackScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale, CallFunc_GetValue_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnApplyForceFeedbackScale::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnRevertForceFeedbackScale \ static_assert(alignof(WBP_SettingsControlList_General_C_OnRevertForceFeedbackScale) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnRevertForceFeedbackScale"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnRevertForceFeedbackScale) == 0x000010, "Wrong size on WBP_SettingsControlList_General_C_OnRevertForceFeedbackScale"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertForceFeedbackScale, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnRevertForceFeedbackScale::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertForceFeedbackScale, CallFunc_GetForceFeedbackScale_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnRevertForceFeedbackScale::CallFunc_GetForceFeedbackScale_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_SetHideCrosshair \ static_assert(alignof(WBP_SettingsControlList_General_C_SetHideCrosshair) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_SetHideCrosshair"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_SetHideCrosshair) == 0x000040, "Wrong size on WBP_SettingsControlList_General_C_SetHideCrosshair"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetHideCrosshair, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_SetHideCrosshair::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetHideCrosshair, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_SettingsControlList_General_C_SetHideCrosshair::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetHideCrosshair, CallFunc_GetDisableDefaultCrosshair_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_SetHideCrosshair::CallFunc_GetDisableDefaultCrosshair_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetHideCrosshair, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'WBP_SettingsControlList_General_C_SetHideCrosshair::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetHideCrosshair, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_SettingsControlList_General_C_SetHideCrosshair::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetHideCrosshair, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'WBP_SettingsControlList_General_C_SetHideCrosshair::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged) == 0x000028, "Wrong size on WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged, CallFunc_GetDisableDefaultCrosshair_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged::CallFunc_GetDisableDefaultCrosshair_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x000020, "Member 'WBP_SettingsControlList_General_C_OnHideCrosshairIntChanged::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnApplyHideCrosshair \ static_assert(alignof(WBP_SettingsControlList_General_C_OnApplyHideCrosshair) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnApplyHideCrosshair"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnApplyHideCrosshair) == 0x000018, "Wrong size on WBP_SettingsControlList_General_C_OnApplyHideCrosshair"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyHideCrosshair, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnApplyHideCrosshair::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyHideCrosshair, CallFunc_GetSelectedIndex_Result) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnApplyHideCrosshair::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyHideCrosshair, CallFunc_ApplyDisableDefaultCrosshair_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnApplyHideCrosshair::CallFunc_ApplyDisableDefaultCrosshair_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyHideCrosshair, CallFunc_Conv_IntToBool_ReturnValue) == 0x00000D, "Member 'WBP_SettingsControlList_General_C_OnApplyHideCrosshair::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyHideCrosshair, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnApplyHideCrosshair::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnRevertHideCrosshair \ static_assert(alignof(WBP_SettingsControlList_General_C_OnRevertHideCrosshair) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnRevertHideCrosshair"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnRevertHideCrosshair) == 0x000010, "Wrong size on WBP_SettingsControlList_General_C_OnRevertHideCrosshair"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertHideCrosshair, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnRevertHideCrosshair::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertHideCrosshair, CallFunc_GetDisableDefaultCrosshair_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnRevertHideCrosshair::CallFunc_GetDisableDefaultCrosshair_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertHideCrosshair, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnRevertHideCrosshair::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_SetInvertLook \ static_assert(alignof(WBP_SettingsControlList_General_C_SetInvertLook) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_SetInvertLook"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_SetInvertLook) == 0x000040, "Wrong size on WBP_SettingsControlList_General_C_SetInvertLook"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetInvertLook, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_General_C_SetInvertLook::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetInvertLook, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_SetInvertLook::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetInvertLook, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_General_C_SetInvertLook::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetInvertLook, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_General_C_SetInvertLook::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetInvertLook, CallFunc_GetInvertLook_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_General_C_SetInvertLook::CallFunc_GetInvertLook_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetInvertLook, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00003C, "Member 'WBP_SettingsControlList_General_C_SetInvertLook::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnInvertLookIntChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnInvertLookIntChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnInvertLookIntChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnInvertLookIntChanged) == 0x000028, "Wrong size on WBP_SettingsControlList_General_C_OnInvertLookIntChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnInvertLookIntChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnInvertLookIntChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnInvertLookIntChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnInvertLookIntChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnInvertLookIntChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnInvertLookIntChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnInvertLookIntChanged, CallFunc_GetInvertLook_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnInvertLookIntChanged::CallFunc_GetInvertLook_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnInvertLookIntChanged, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'WBP_SettingsControlList_General_C_OnInvertLookIntChanged::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnInvertLookIntChanged, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x000020, "Member 'WBP_SettingsControlList_General_C_OnInvertLookIntChanged::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnApplyInvertLook \ static_assert(alignof(WBP_SettingsControlList_General_C_OnApplyInvertLook) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnApplyInvertLook"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnApplyInvertLook) == 0x000010, "Wrong size on WBP_SettingsControlList_General_C_OnApplyInvertLook"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyInvertLook, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnApplyInvertLook::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyInvertLook, CallFunc_GetSelectedIndex_Result) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnApplyInvertLook::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyInvertLook, CallFunc_ApplyInvertLook_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnApplyInvertLook::CallFunc_ApplyInvertLook_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyInvertLook, CallFunc_Conv_IntToBool_ReturnValue) == 0x00000D, "Member 'WBP_SettingsControlList_General_C_OnApplyInvertLook::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_SetupAudioVibration \ static_assert(alignof(WBP_SettingsControlList_General_C_SetupAudioVibration) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_SetupAudioVibration"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_SetupAudioVibration) == 0x000040, "Wrong size on WBP_SettingsControlList_General_C_SetupAudioVibration"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetupAudioVibration, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_General_C_SetupAudioVibration::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetupAudioVibration, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_SetupAudioVibration::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetupAudioVibration, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_General_C_SetupAudioVibration::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetupAudioVibration, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_General_C_SetupAudioVibration::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetupAudioVibration, CallFunc_GetAudioVibration_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_General_C_SetupAudioVibration::CallFunc_GetAudioVibration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetupAudioVibration, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00003C, "Member 'WBP_SettingsControlList_General_C_SetupAudioVibration::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnAudioVibrationChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnAudioVibrationChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged) == 0x0001B8, "Wrong size on WBP_SettingsControlList_General_C_OnAudioVibrationChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, Loc_ParentWindow) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::Loc_ParentWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, Loc_BlindData) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::Loc_BlindData' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_GetTopMostMenu_Result) == 0x000020, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000030, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000040, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, K2Node_DynamicCast_AsWBP_Settings_Window_1) == 0x000048, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::K2Node_DynamicCast_AsWBP_Settings_Window_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_GetOwningPlayer_ReturnValue) == 0x000058, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_GetMsgBoxButtonText_Result) == 0x000070, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_GetMsgBoxButtonText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_GetMsgBoxButtonText_Result_1) == 0x000088, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_GetMsgBoxButtonText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_GetMsgBoxText_Result) == 0x0000A0, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_GetMsgBoxText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, K2Node_MakeArray_Array) == 0x0000B8, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_GetMsgBoxText_Result_1) == 0x0000C8, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_GetMsgBoxText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, K2Node_MakeStruct_EOMsgBoxInfo) == 0x0000E0, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::K2Node_MakeStruct_EOMsgBoxInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_Greater_IntInt_ReturnValue) == 0x000188, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_CreateEOEvent_ReturnValue) == 0x000190, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_IsGamePaused_ReturnValue) == 0x000198, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000199, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x0001A0, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_GetAudioVibration_ReturnValue) == 0x0001A8, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_GetAudioVibration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_Conv_BoolToInt_ReturnValue) == 0x0001AC, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationChanged, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x0001B0, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationChanged::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnApplyAudioVibration \ static_assert(alignof(WBP_SettingsControlList_General_C_OnApplyAudioVibration) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnApplyAudioVibration"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnApplyAudioVibration) == 0x000020, "Wrong size on WBP_SettingsControlList_General_C_OnApplyAudioVibration"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyAudioVibration, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnApplyAudioVibration::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyAudioVibration, CallFunc_GetSelectedIndex_Result) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnApplyAudioVibration::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyAudioVibration, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnApplyAudioVibration::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyAudioVibration, CallFunc_Conv_IntToBool_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnApplyAudioVibration::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnRevertAudioVibration \ static_assert(alignof(WBP_SettingsControlList_General_C_OnRevertAudioVibration) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnRevertAudioVibration"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnRevertAudioVibration) == 0x000038, "Wrong size on WBP_SettingsControlList_General_C_OnRevertAudioVibration"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertAudioVibration, Loc_RevertValue) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnRevertAudioVibration::Loc_RevertValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertAudioVibration, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000004, "Member 'WBP_SettingsControlList_General_C_OnRevertAudioVibration::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertAudioVibration, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnRevertAudioVibration::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertAudioVibration, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnRevertAudioVibration::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertAudioVibration, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_General_C_OnRevertAudioVibration::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertAudioVibration, CallFunc_GetAudioVibration_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_General_C_OnRevertAudioVibration::CallFunc_GetAudioVibration_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult \ static_assert(alignof(WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult) == 0x000028, "Wrong size on WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult, SelectedButtonIdx) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult::SelectedButtonIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult, MsgBoxWidget) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult::MsgBoxWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult, CallFunc_GetAudioVibration_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult::CallFunc_GetAudioVibration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x000020, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult, CallFunc_Greater_IntInt_ReturnValue) == 0x000021, "Member 'WBP_SettingsControlList_General_C_OnAudioVibrationEnableMsgBoxResult::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_SetSubtitles \ static_assert(alignof(WBP_SettingsControlList_General_C_SetSubtitles) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_SetSubtitles"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_SetSubtitles) == 0x000050, "Wrong size on WBP_SettingsControlList_General_C_SetSubtitles"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetSubtitles, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_SetSubtitles::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetSubtitles, Loc_GameUserSettings_0) == 0x000008, "Member 'WBP_SettingsControlList_General_C_SetSubtitles::Loc_GameUserSettings_0' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetSubtitles, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_SettingsControlList_General_C_SetSubtitles::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetSubtitles, CallFunc_GetSubtitlesEnabled_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_General_C_SetSubtitles::CallFunc_GetSubtitlesEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetSubtitles, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000024, "Member 'WBP_SettingsControlList_General_C_SetSubtitles::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetSubtitles, K2Node_CreateDelegate_OutputDelegate_1) == 0x000028, "Member 'WBP_SettingsControlList_General_C_SetSubtitles::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetSubtitles, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'WBP_SettingsControlList_General_C_SetSubtitles::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetSubtitles, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000048, "Member 'WBP_SettingsControlList_General_C_SetSubtitles::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnSubtitlesIntChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnSubtitlesIntChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnSubtitlesIntChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnSubtitlesIntChanged) == 0x000028, "Wrong size on WBP_SettingsControlList_General_C_OnSubtitlesIntChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnSubtitlesIntChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnSubtitlesIntChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnSubtitlesIntChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnSubtitlesIntChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnSubtitlesIntChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnSubtitlesIntChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnSubtitlesIntChanged, CallFunc_GetSubtitlesEnabled_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnSubtitlesIntChanged::CallFunc_GetSubtitlesEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnSubtitlesIntChanged, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'WBP_SettingsControlList_General_C_OnSubtitlesIntChanged::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnSubtitlesIntChanged, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x000020, "Member 'WBP_SettingsControlList_General_C_OnSubtitlesIntChanged::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnApplySubtitles \ static_assert(alignof(WBP_SettingsControlList_General_C_OnApplySubtitles) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnApplySubtitles"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnApplySubtitles) == 0x000040, "Wrong size on WBP_SettingsControlList_General_C_OnApplySubtitles"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplySubtitles, CheckedState) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnApplySubtitles::CheckedState' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplySubtitles, Loc_GameUserSettings) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnApplySubtitles::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplySubtitles, CallFunc_GetSelectedIndex_Result) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnApplySubtitles::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplySubtitles, CallFunc_Conv_IntToBool_ReturnValue) == 0x000014, "Member 'WBP_SettingsControlList_General_C_OnApplySubtitles::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplySubtitles, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnApplySubtitles::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplySubtitles, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_General_C_OnApplySubtitles::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplySubtitles, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000038, "Member 'WBP_SettingsControlList_General_C_OnApplySubtitles::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnRevertSubtitles \ static_assert(alignof(WBP_SettingsControlList_General_C_OnRevertSubtitles) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnRevertSubtitles"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnRevertSubtitles) == 0x000010, "Wrong size on WBP_SettingsControlList_General_C_OnRevertSubtitles"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertSubtitles, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnRevertSubtitles::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertSubtitles, CallFunc_GetSubtitlesEnabled_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnRevertSubtitles::CallFunc_GetSubtitlesEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertSubtitles, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnRevertSubtitles::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_SetMouseSmoothing \ static_assert(alignof(WBP_SettingsControlList_General_C_SetMouseSmoothing) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_SetMouseSmoothing"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_SetMouseSmoothing) == 0x000040, "Wrong size on WBP_SettingsControlList_General_C_SetMouseSmoothing"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseSmoothing, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_General_C_SetMouseSmoothing::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseSmoothing, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_General_C_SetMouseSmoothing::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseSmoothing, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_General_C_SetMouseSmoothing::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseSmoothing, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_General_C_SetMouseSmoothing::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseSmoothing, CallFunc_GetMouseSmoothing_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_General_C_SetMouseSmoothing::CallFunc_GetMouseSmoothing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_SetMouseSmoothing, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00003C, "Member 'WBP_SettingsControlList_General_C_SetMouseSmoothing::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnMouseSmoothingChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnMouseSmoothingChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnMouseSmoothingChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnMouseSmoothingChanged) == 0x000028, "Wrong size on WBP_SettingsControlList_General_C_OnMouseSmoothingChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseSmoothingChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnMouseSmoothingChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseSmoothingChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnMouseSmoothingChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseSmoothingChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnMouseSmoothingChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseSmoothingChanged, CallFunc_GetMouseSmoothing_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnMouseSmoothingChanged::CallFunc_GetMouseSmoothing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseSmoothingChanged, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'WBP_SettingsControlList_General_C_OnMouseSmoothingChanged::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnMouseSmoothingChanged, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x000020, "Member 'WBP_SettingsControlList_General_C_OnMouseSmoothingChanged::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnApplyMouseSmoothing \ static_assert(alignof(WBP_SettingsControlList_General_C_OnApplyMouseSmoothing) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnApplyMouseSmoothing"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnApplyMouseSmoothing) == 0x000010, "Wrong size on WBP_SettingsControlList_General_C_OnApplyMouseSmoothing"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyMouseSmoothing, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnApplyMouseSmoothing::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyMouseSmoothing, CallFunc_GetSelectedIndex_Result) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnApplyMouseSmoothing::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnApplyMouseSmoothing, CallFunc_Conv_IntToBool_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnApplyMouseSmoothing::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnRevertMouseSmoothing \ static_assert(alignof(WBP_SettingsControlList_General_C_OnRevertMouseSmoothing) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnRevertMouseSmoothing"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnRevertMouseSmoothing) == 0x000010, "Wrong size on WBP_SettingsControlList_General_C_OnRevertMouseSmoothing"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertMouseSmoothing, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnRevertMouseSmoothing::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertMouseSmoothing, CallFunc_GetMouseSmoothing_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_General_C_OnRevertMouseSmoothing::CallFunc_GetMouseSmoothing_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnRevertMouseSmoothing, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_General_C_OnRevertMouseSmoothing::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_OnPostCultureChanged \ static_assert(alignof(WBP_SettingsControlList_General_C_OnPostCultureChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_OnPostCultureChanged"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_OnPostCultureChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_General_C_OnPostCultureChanged"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnPostCultureChanged, NewCulture) == 0x000000, "Member 'WBP_SettingsControlList_General_C_OnPostCultureChanged::NewCulture' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnPostCultureChanged, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_General_C_OnPostCultureChanged::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_OnPostCultureChanged, CallFunc_GetOwningPlayer_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_General_C_OnPostCultureChanged::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_General_C_GetSettingsControlWidgets \ static_assert(alignof(WBP_SettingsControlList_General_C_GetSettingsControlWidgets) == 0x000008, "Wrong alignment on WBP_SettingsControlList_General_C_GetSettingsControlWidgets"); \ static_assert(sizeof(WBP_SettingsControlList_General_C_GetSettingsControlWidgets) == 0x000020, "Wrong size on WBP_SettingsControlList_General_C_GetSettingsControlWidgets"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_GetSettingsControlWidgets, ControlWidgets) == 0x000000, "Member 'WBP_SettingsControlList_General_C_GetSettingsControlWidgets::ControlWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_General_C_GetSettingsControlWidgets, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_General_C_GetSettingsControlWidgets::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_SettingsControlList_General_C \ static_assert(alignof(UWBP_SettingsControlList_General_C) == 0x000008, "Wrong alignment on UWBP_SettingsControlList_General_C"); \ static_assert(sizeof(UWBP_SettingsControlList_General_C) == 0x0003B8, "Wrong size on UWBP_SettingsControlList_General_C"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, UberGraphFrame_WBP_SettingsControlList_General_C) == 0x0002D8, "Member 'UWBP_SettingsControlList_General_C::UberGraphFrame_WBP_SettingsControlList_General_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, AudioBasedVibration) == 0x0002E0, "Member 'UWBP_SettingsControlList_General_C::AudioBasedVibration' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, ControlListVerticalBox) == 0x0002E8, "Member 'UWBP_SettingsControlList_General_C::ControlListVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, ForceFeedbackScale) == 0x0002F0, "Member 'UWBP_SettingsControlList_General_C::ForceFeedbackScale' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, GamepadXSensitivity) == 0x0002F8, "Member 'UWBP_SettingsControlList_General_C::GamepadXSensitivity' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, GamepadYSensitivity) == 0x000300, "Member 'UWBP_SettingsControlList_General_C::GamepadYSensitivity' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, HideCrosshair) == 0x000308, "Member 'UWBP_SettingsControlList_General_C::HideCrosshair' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, InvertLook) == 0x000310, "Member 'UWBP_SettingsControlList_General_C::InvertLook' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, Language) == 0x000318, "Member 'UWBP_SettingsControlList_General_C::Language' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, MouseSmoothing) == 0x000320, "Member 'UWBP_SettingsControlList_General_C::MouseSmoothing' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, MouseXSensitivity) == 0x000328, "Member 'UWBP_SettingsControlList_General_C::MouseXSensitivity' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, MouseYSensitivity) == 0x000330, "Member 'UWBP_SettingsControlList_General_C::MouseYSensitivity' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, SubtitlesOnOff) == 0x000338, "Member 'UWBP_SettingsControlList_General_C::SubtitlesOnOff' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, PrevLocalizedCulture) == 0x000340, "Member 'UWBP_SettingsControlList_General_C::PrevLocalizedCulture' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, SupportedLangs) == 0x000358, "Member 'UWBP_SettingsControlList_General_C::SupportedLangs' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_General_C, DisplayToLangMap) == 0x000368, "Member 'UWBP_SettingsControlList_General_C::DisplayToLangMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FWebJSCallbackBase \ static_assert(alignof(FWebJSCallbackBase) == 0x000008, "Wrong alignment on FWebJSCallbackBase"); \ static_assert(sizeof(FWebJSCallbackBase) == 0x000020, "Wrong size on FWebJSCallbackBase"); \ #define DUMPER7_ASSERTS_FWebJSResponse \ static_assert(alignof(FWebJSResponse) == 0x000008, "Wrong alignment on FWebJSResponse"); \ static_assert(sizeof(FWebJSResponse) == 0x000020, "Wrong size on FWebJSResponse"); \ #define DUMPER7_ASSERTS_FWebJSFunction \ static_assert(alignof(FWebJSFunction) == 0x000008, "Wrong alignment on FWebJSFunction"); \ static_assert(sizeof(FWebJSFunction) == 0x000020, "Wrong size on FWebJSFunction"); \ #define DUMPER7_ASSERTS_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_UBP_MsgBoxBlindData_C \ static_assert(alignof(UBP_MsgBoxBlindData_C) == 0x000008, "Wrong alignment on UBP_MsgBoxBlindData_C"); \ static_assert(sizeof(UBP_MsgBoxBlindData_C) == 0x000038, "Wrong size on UBP_MsgBoxBlindData_C"); \ static_assert(offsetof(UBP_MsgBoxBlindData_C, MsgBoxDuration) == 0x000030, "Member 'UBP_MsgBoxBlindData_C::MsgBoxDuration' has a wrong offset!"); \ static_assert(offsetof(UBP_MsgBoxBlindData_C, NoGamePause) == 0x000034, "Member 'UBP_MsgBoxBlindData_C::NoGamePause' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_BaseAbilityDamageType_C \ static_assert(alignof(UBP_BaseAbilityDamageType_C) == 0x000008, "Wrong alignment on UBP_BaseAbilityDamageType_C"); \ static_assert(sizeof(UBP_BaseAbilityDamageType_C) == 0x000048, "Wrong size on UBP_BaseAbilityDamageType_C"); \ static_assert(offsetof(UBP_BaseAbilityDamageType_C, AbilityActivationEventTag) == 0x000040, "Member 'UBP_BaseAbilityDamageType_C::AbilityActivationEventTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOS_ACH_AllTrophies_C \ static_assert(alignof(UOS_ACH_AllTrophies_C) == 0x000008, "Wrong alignment on UOS_ACH_AllTrophies_C"); \ static_assert(sizeof(UOS_ACH_AllTrophies_C) == 0x000078, "Wrong size on UOS_ACH_AllTrophies_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedKA0_C \ static_assert(alignof(UOS_ACH_Bool_FinishedKA0_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedKA0_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedKA0_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedKA0_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedDUN_C \ static_assert(alignof(UOS_ACH_Bool_FinishedDUN_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedDUN_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedDUN_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedDUN_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedKA1_C \ static_assert(alignof(UOS_ACH_Bool_FinishedKA1_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedKA1_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedKA1_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedKA1_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedORC_C \ static_assert(alignof(UOS_ACH_Bool_FinishedORC_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedORC_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedORC_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedORC_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedKA2_C \ static_assert(alignof(UOS_ACH_Bool_FinishedKA2_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedKA2_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedKA2_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedKA2_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedCOS_C \ static_assert(alignof(UOS_ACH_Bool_FinishedCOS_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedCOS_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedCOS_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedCOS_C"); \ #define DUMPER7_ASSERTS_BPE_Player_SetInventoryItem_C_GetInventoryItemToSet \ static_assert(alignof(BPE_Player_SetInventoryItem_C_GetInventoryItemToSet) == 0x000008, "Wrong alignment on BPE_Player_SetInventoryItem_C_GetInventoryItemToSet"); \ static_assert(sizeof(BPE_Player_SetInventoryItem_C_GetInventoryItemToSet) == 0x000008, "Wrong size on BPE_Player_SetInventoryItem_C_GetInventoryItemToSet"); \ static_assert(offsetof(BPE_Player_SetInventoryItem_C_GetInventoryItemToSet, ReturnValue) == 0x000000, "Member 'BPE_Player_SetInventoryItem_C_GetInventoryItemToSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPE_Player_SetInventoryItem_C_GetCustomData \ static_assert(alignof(BPE_Player_SetInventoryItem_C_GetCustomData) == 0x000008, "Wrong alignment on BPE_Player_SetInventoryItem_C_GetCustomData"); \ static_assert(sizeof(BPE_Player_SetInventoryItem_C_GetCustomData) == 0x000008, "Wrong size on BPE_Player_SetInventoryItem_C_GetCustomData"); \ static_assert(offsetof(BPE_Player_SetInventoryItem_C_GetCustomData, ReturnValue) == 0x000000, "Member 'BPE_Player_SetInventoryItem_C_GetCustomData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_SetInventoryItem_C \ static_assert(alignof(UBPE_Player_SetInventoryItem_C) == 0x000008, "Wrong alignment on UBPE_Player_SetInventoryItem_C"); \ static_assert(sizeof(UBPE_Player_SetInventoryItem_C) == 0x000048, "Wrong size on UBPE_Player_SetInventoryItem_C"); \ static_assert(offsetof(UBPE_Player_SetInventoryItem_C, PlayerInvItemClassToSet) == 0x000038, "Member 'UBPE_Player_SetInventoryItem_C::PlayerInvItemClassToSet' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_SetInventoryItem_C, PlayerInvCustomData) == 0x000040, "Member 'UBPE_Player_SetInventoryItem_C::PlayerInvCustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedKA3_C \ static_assert(alignof(UOS_ACH_Bool_FinishedKA3_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedKA3_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedKA3_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedKA3_C"); \ #define DUMPER7_ASSERTS_UBP_BasePlayerInventoryItem_C \ static_assert(alignof(UBP_BasePlayerInventoryItem_C) == 0x000008, "Wrong alignment on UBP_BasePlayerInventoryItem_C"); \ static_assert(sizeof(UBP_BasePlayerInventoryItem_C) == 0x000090, "Wrong size on UBP_BasePlayerInventoryItem_C"); \ static_assert(offsetof(UBP_BasePlayerInventoryItem_C, UIIcon) == 0x000078, "Member 'UBP_BasePlayerInventoryItem_C::UIIcon' has a wrong offset!"); \ static_assert(offsetof(UBP_BasePlayerInventoryItem_C, UIPreviewActor) == 0x000080, "Member 'UBP_BasePlayerInventoryItem_C::UIPreviewActor' has a wrong offset!"); \ static_assert(offsetof(UBP_BasePlayerInventoryItem_C, UIPreviewSound) == 0x000088, "Member 'UBP_BasePlayerInventoryItem_C::UIPreviewSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedOBS_C \ static_assert(alignof(UOS_ACH_Bool_FinishedOBS_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedOBS_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedOBS_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedOBS_C"); \ #define DUMPER7_ASSERTS_BPE_Player_RemoveInventoryItem_C_GetInventoryItemToRemove \ static_assert(alignof(BPE_Player_RemoveInventoryItem_C_GetInventoryItemToRemove) == 0x000008, "Wrong alignment on BPE_Player_RemoveInventoryItem_C_GetInventoryItemToRemove"); \ static_assert(sizeof(BPE_Player_RemoveInventoryItem_C_GetInventoryItemToRemove) == 0x000008, "Wrong size on BPE_Player_RemoveInventoryItem_C_GetInventoryItemToRemove"); \ static_assert(offsetof(BPE_Player_RemoveInventoryItem_C_GetInventoryItemToRemove, ReturnValue) == 0x000000, "Member 'BPE_Player_RemoveInventoryItem_C_GetInventoryItemToRemove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPE_Player_RemoveInventoryItem_C_GetCustomData \ static_assert(alignof(BPE_Player_RemoveInventoryItem_C_GetCustomData) == 0x000008, "Wrong alignment on BPE_Player_RemoveInventoryItem_C_GetCustomData"); \ static_assert(sizeof(BPE_Player_RemoveInventoryItem_C_GetCustomData) == 0x000008, "Wrong size on BPE_Player_RemoveInventoryItem_C_GetCustomData"); \ static_assert(offsetof(BPE_Player_RemoveInventoryItem_C_GetCustomData, ReturnValue) == 0x000000, "Member 'BPE_Player_RemoveInventoryItem_C_GetCustomData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_RemoveInventoryItem_C \ static_assert(alignof(UBPE_Player_RemoveInventoryItem_C) == 0x000008, "Wrong alignment on UBPE_Player_RemoveInventoryItem_C"); \ static_assert(sizeof(UBPE_Player_RemoveInventoryItem_C) == 0x000040, "Wrong size on UBPE_Player_RemoveInventoryItem_C"); \ static_assert(offsetof(UBPE_Player_RemoveInventoryItem_C, PlayerInvItemClassToRemove) == 0x000030, "Member 'UBPE_Player_RemoveInventoryItem_C::PlayerInvItemClassToRemove' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_RemoveInventoryItem_C, PlayerInvCustomData) == 0x000038, "Member 'UBPE_Player_RemoveInventoryItem_C::PlayerInvCustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedKEE_C \ static_assert(alignof(UOS_ACH_Bool_FinishedKEE_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedKEE_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedKEE_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedKEE_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedDEP_C \ static_assert(alignof(UOS_ACH_Bool_FinishedDEP_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedDEP_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedDEP_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedDEP_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FinishedAllChapters_C \ static_assert(alignof(UOS_ACH_Bool_FinishedAllChapters_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FinishedAllChapters_C"); \ static_assert(sizeof(UOS_ACH_Bool_FinishedAllChapters_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FinishedAllChapters_C"); \ #define DUMPER7_ASSERTS_UOS_STAT_Int_NumCollectedVoidShadows_C \ static_assert(alignof(UOS_STAT_Int_NumCollectedVoidShadows_C) == 0x000008, "Wrong alignment on UOS_STAT_Int_NumCollectedVoidShadows_C"); \ static_assert(sizeof(UOS_STAT_Int_NumCollectedVoidShadows_C) == 0x000038, "Wrong size on UOS_STAT_Int_NumCollectedVoidShadows_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_IntStat_AllVoidShadows_C \ static_assert(alignof(UOS_ACH_IntStat_AllVoidShadows_C) == 0x000008, "Wrong alignment on UOS_ACH_IntStat_AllVoidShadows_C"); \ static_assert(sizeof(UOS_ACH_IntStat_AllVoidShadows_C) == 0x000088, "Wrong size on UOS_ACH_IntStat_AllVoidShadows_C"); \ #define DUMPER7_ASSERTS_UBPE_A_RoomtoneManager_C \ static_assert(alignof(UBPE_A_RoomtoneManager_C) == 0x000008, "Wrong alignment on UBPE_A_RoomtoneManager_C"); \ static_assert(sizeof(UBPE_A_RoomtoneManager_C) == 0x000048, "Wrong size on UBPE_A_RoomtoneManager_C"); \ static_assert(offsetof(UBPE_A_RoomtoneManager_C, SoundBase) == 0x000028, "Member 'UBPE_A_RoomtoneManager_C::SoundBase' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_RoomtoneManager_C, FadeoutRoomTone) == 0x000030, "Member 'UBPE_A_RoomtoneManager_C::FadeoutRoomTone' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_RoomtoneManager_C, FirstSound) == 0x000031, "Member 'UBPE_A_RoomtoneManager_C::FirstSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_RoomtoneManager_C, EOEventPreviousSpaceSoundBase) == 0x000038, "Member 'UBPE_A_RoomtoneManager_C::EOEventPreviousSpaceSoundBase' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_RoomtoneManager_C, Volume) == 0x000040, "Member 'UBPE_A_RoomtoneManager_C::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ClueTriangle_Reset_C \ static_assert(alignof(UBPE_Global_HUD_ClueTriangle_Reset_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ClueTriangle_Reset_C"); \ static_assert(sizeof(UBPE_Global_HUD_ClueTriangle_Reset_C) == 0x000030, "Wrong size on UBPE_Global_HUD_ClueTriangle_Reset_C"); \ static_assert(offsetof(UBPE_Global_HUD_ClueTriangle_Reset_C, UIDisplayDuration) == 0x000028, "Member 'UBPE_Global_HUD_ClueTriangle_Reset_C::UIDisplayDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_HoldBreath_C \ static_assert(alignof(UBPE_Player_HoldBreath_C) == 0x000008, "Wrong alignment on UBPE_Player_HoldBreath_C"); \ static_assert(sizeof(UBPE_Player_HoldBreath_C) == 0x000030, "Wrong size on UBPE_Player_HoldBreath_C"); \ static_assert(offsetof(UBPE_Player_HoldBreath_C, IsHoldingBreath) == 0x000028, "Member 'UBPE_Player_HoldBreath_C::IsHoldingBreath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOS_STAT_Int_NumCollectedMicrofilms_C \ static_assert(alignof(UOS_STAT_Int_NumCollectedMicrofilms_C) == 0x000008, "Wrong alignment on UOS_STAT_Int_NumCollectedMicrofilms_C"); \ static_assert(sizeof(UOS_STAT_Int_NumCollectedMicrofilms_C) == 0x000038, "Wrong size on UOS_STAT_Int_NumCollectedMicrofilms_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_IntStat_AllMicrofilms_C \ static_assert(alignof(UOS_ACH_IntStat_AllMicrofilms_C) == 0x000008, "Wrong alignment on UOS_ACH_IntStat_AllMicrofilms_C"); \ static_assert(sizeof(UOS_ACH_IntStat_AllMicrofilms_C) == 0x000088, "Wrong size on UOS_ACH_IntStat_AllMicrofilms_C"); \ #define DUMPER7_ASSERTS_WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem \ static_assert(alignof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem) == 0x000008, "Wrong alignment on WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem"); \ static_assert(sizeof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem) == 0x000090, "Wrong size on WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem, EntryPoint) == 0x000000, "Member 'WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem, CallFunc_ToString_Result) == 0x000018, "Member 'WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem::CallFunc_ToString_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem, CallFunc_ToString_Result_1) == 0x000038, "Member 'WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem::CallFunc_ToString_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000068, "Member 'WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem, CallFunc_PlayAnimation_ReturnValue) == 0x000078, "Member 'WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem, K2Node_EOCreateEvent_OutputDelegate) == 0x000080, "Member 'WBP_HUDTaskStatusMsgItem_C_ExecuteUbergraph_WBP_HUDTaskStatusMsgItem::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText \ static_assert(alignof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText) == 0x000008, "Wrong alignment on WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText"); \ static_assert(sizeof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText) == 0x0001F8, "Wrong size on WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, ReturnValue) == 0x000000, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, LocalTaskStatusText) == 0x000018, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::LocalTaskStatusText' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000B0, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeArray_Array) == 0x0000F0, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeArray_Array_1) == 0x000100, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, CallFunc_Format_ReturnValue) == 0x000110, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, CallFunc_Format_ReturnValue_1) == 0x000128, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, K2Node_SwitchEnum_CmpSuccess) == 0x000140, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000148, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeStruct_FormatArgumentData_4) == 0x000188, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeArray_Array_2) == 0x0001C8, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, CallFunc_Format_ReturnValue_2) == 0x0001D8, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText, CallFunc_TextIsEmpty_ReturnValue) == 0x0001F0, "Member 'WBP_HUDTaskStatusMsgItem_C_GetWidgetMsgText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTaskStatusMsgItem_C_SetTaskStatus \ static_assert(alignof(WBP_HUDTaskStatusMsgItem_C_SetTaskStatus) == 0x000001, "Wrong alignment on WBP_HUDTaskStatusMsgItem_C_SetTaskStatus"); \ static_assert(sizeof(WBP_HUDTaskStatusMsgItem_C_SetTaskStatus) == 0x000003, "Wrong size on WBP_HUDTaskStatusMsgItem_C_SetTaskStatus"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_SetTaskStatus, NewTaskStatus) == 0x000000, "Member 'WBP_HUDTaskStatusMsgItem_C_SetTaskStatus::NewTaskStatus' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_SetTaskStatus, CallFunc_GetValidValue_ReturnValue) == 0x000001, "Member 'WBP_HUDTaskStatusMsgItem_C_SetTaskStatus::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_SetTaskStatus, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WBP_HUDTaskStatusMsgItem_C_SetTaskStatus::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTaskStatusMsgItem_C_SetTaskName \ static_assert(alignof(WBP_HUDTaskStatusMsgItem_C_SetTaskName) == 0x000008, "Wrong alignment on WBP_HUDTaskStatusMsgItem_C_SetTaskName"); \ static_assert(sizeof(WBP_HUDTaskStatusMsgItem_C_SetTaskName) == 0x000020, "Wrong size on WBP_HUDTaskStatusMsgItem_C_SetTaskName"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_SetTaskName, NewTaskName) == 0x000000, "Member 'WBP_HUDTaskStatusMsgItem_C_SetTaskName::NewTaskName' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_SetTaskName, CallFunc_NotEqual_IgnoreCase_TextText_ReturnValue) == 0x000018, "Member 'WBP_HUDTaskStatusMsgItem_C_SetTaskName::CallFunc_NotEqual_IgnoreCase_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTaskStatusMsgItem_C_Play_Sound_from_Task_Status \ static_assert(alignof(WBP_HUDTaskStatusMsgItem_C_Play_Sound_from_Task_Status) == 0x000008, "Wrong alignment on WBP_HUDTaskStatusMsgItem_C_Play_Sound_from_Task_Status"); \ static_assert(sizeof(WBP_HUDTaskStatusMsgItem_C_Play_Sound_from_Task_Status) == 0x000018, "Wrong size on WBP_HUDTaskStatusMsgItem_C_Play_Sound_from_Task_Status"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_Play_Sound_from_Task_Status, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'WBP_HUDTaskStatusMsgItem_C_Play_Sound_from_Task_Status::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_Play_Sound_from_Task_Status, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000008, "Member 'WBP_HUDTaskStatusMsgItem_C_Play_Sound_from_Task_Status::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_Play_Sound_from_Task_Status, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_HUDTaskStatusMsgItem_C_Play_Sound_from_Task_Status::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTaskStatusMsgItem_C_SetTaskArchivedName \ static_assert(alignof(WBP_HUDTaskStatusMsgItem_C_SetTaskArchivedName) == 0x000008, "Wrong alignment on WBP_HUDTaskStatusMsgItem_C_SetTaskArchivedName"); \ static_assert(sizeof(WBP_HUDTaskStatusMsgItem_C_SetTaskArchivedName) == 0x000020, "Wrong size on WBP_HUDTaskStatusMsgItem_C_SetTaskArchivedName"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_SetTaskArchivedName, NewArchivedTaskName) == 0x000000, "Member 'WBP_HUDTaskStatusMsgItem_C_SetTaskArchivedName::NewArchivedTaskName' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_SetTaskArchivedName, CallFunc_NotEqual_IgnoreCase_TextText_ReturnValue) == 0x000018, "Member 'WBP_HUDTaskStatusMsgItem_C_SetTaskArchivedName::CallFunc_NotEqual_IgnoreCase_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTaskStatusMsgItem_C_ToString \ static_assert(alignof(WBP_HUDTaskStatusMsgItem_C_ToString) == 0x000008, "Wrong alignment on WBP_HUDTaskStatusMsgItem_C_ToString"); \ static_assert(sizeof(WBP_HUDTaskStatusMsgItem_C_ToString) == 0x000120, "Wrong size on WBP_HUDTaskStatusMsgItem_C_ToString"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, Result) == 0x000000, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000020, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Conv_TextToString_ReturnValue) == 0x000040, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000050, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_GetDisplayName_ReturnValue) == 0x000060, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000090, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B0, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000C0, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000D0, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000E0, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0000F0, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000100, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000110, "Member 'WBP_HUDTaskStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTaskStatusMsgItem_C_GetTaskHideInHUD \ static_assert(alignof(WBP_HUDTaskStatusMsgItem_C_GetTaskHideInHUD) == 0x000001, "Wrong alignment on WBP_HUDTaskStatusMsgItem_C_GetTaskHideInHUD"); \ static_assert(sizeof(WBP_HUDTaskStatusMsgItem_C_GetTaskHideInHUD) == 0x000001, "Wrong size on WBP_HUDTaskStatusMsgItem_C_GetTaskHideInHUD"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_GetTaskHideInHUD, NewParam) == 0x000000, "Member 'WBP_HUDTaskStatusMsgItem_C_GetTaskHideInHUD::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTaskStatusMsgItem_C_SetAnimation \ static_assert(alignof(WBP_HUDTaskStatusMsgItem_C_SetAnimation) == 0x000001, "Wrong alignment on WBP_HUDTaskStatusMsgItem_C_SetAnimation"); \ static_assert(sizeof(WBP_HUDTaskStatusMsgItem_C_SetAnimation) == 0x000001, "Wrong size on WBP_HUDTaskStatusMsgItem_C_SetAnimation"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_SetAnimation, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'WBP_HUDTaskStatusMsgItem_C_SetAnimation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTaskStatusMsgItem_C_OnPaused \ static_assert(alignof(WBP_HUDTaskStatusMsgItem_C_OnPaused) == 0x000008, "Wrong alignment on WBP_HUDTaskStatusMsgItem_C_OnPaused"); \ static_assert(sizeof(WBP_HUDTaskStatusMsgItem_C_OnPaused) == 0x000030, "Wrong size on WBP_HUDTaskStatusMsgItem_C_OnPaused"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_OnPaused, Sender) == 0x000000, "Member 'WBP_HUDTaskStatusMsgItem_C_OnPaused::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_OnPaused, Event) == 0x000008, "Member 'WBP_HUDTaskStatusMsgItem_C_OnPaused::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_OnPaused, K2Node_DynamicCast_AsBPE_Global_Game_Paused) == 0x000010, "Member 'WBP_HUDTaskStatusMsgItem_C_OnPaused::K2Node_DynamicCast_AsBPE_Global_Game_Paused' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_OnPaused, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_HUDTaskStatusMsgItem_C_OnPaused::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_OnPaused, CallFunc_PauseAnimation_ReturnValue) == 0x00001C, "Member 'WBP_HUDTaskStatusMsgItem_C_OnPaused::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_OnPaused, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_HUDTaskStatusMsgItem_C_OnPaused::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTaskStatusMsgItem_C_OnPaused, CallFunc_PlayAnimation_ReturnValue) == 0x000028, "Member 'WBP_HUDTaskStatusMsgItem_C_OnPaused::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_HUDTaskStatusMsgItem_C \ static_assert(alignof(UWBP_HUDTaskStatusMsgItem_C) == 0x000008, "Wrong alignment on UWBP_HUDTaskStatusMsgItem_C"); \ static_assert(sizeof(UWBP_HUDTaskStatusMsgItem_C) == 0x000368, "Wrong size on UWBP_HUDTaskStatusMsgItem_C"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, UberGraphFrame_WBP_HUDTaskStatusMsgItem_C) == 0x000270, "Member 'UWBP_HUDTaskStatusMsgItem_C::UberGraphFrame_WBP_HUDTaskStatusMsgItem_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, Reminder_Manully) == 0x000278, "Member 'UWBP_HUDTaskStatusMsgItem_C::Reminder_Manully' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, Reminder) == 0x000280, "Member 'UWBP_HUDTaskStatusMsgItem_C::Reminder' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, Display) == 0x000288, "Member 'UWBP_HUDTaskStatusMsgItem_C::Display' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, MessageText) == 0x000290, "Member 'UWBP_HUDTaskStatusMsgItem_C::MessageText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, TaskStatusParam) == 0x000298, "Member 'UWBP_HUDTaskStatusMsgItem_C::TaskStatusParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, TaskNameParam) == 0x0002A0, "Member 'UWBP_HUDTaskStatusMsgItem_C::TaskNameParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, InternalCachedStatusMsg) == 0x0002B8, "Member 'UWBP_HUDTaskStatusMsgItem_C::InternalCachedStatusMsg' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, TaskStatusStartedText) == 0x0002D0, "Member 'UWBP_HUDTaskStatusMsgItem_C::TaskStatusStartedText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, TaskStatusCompletedText) == 0x0002E8, "Member 'UWBP_HUDTaskStatusMsgItem_C::TaskStatusCompletedText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, TaskArchivedNameParam) == 0x000300, "Member 'UWBP_HUDTaskStatusMsgItem_C::TaskArchivedNameParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, TaskHideInHUDParam) == 0x000318, "Member 'UWBP_HUDTaskStatusMsgItem_C::TaskHideInHUDParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, ObjectiveAnimTypeParam) == 0x000319, "Member 'UWBP_HUDTaskStatusMsgItem_C::ObjectiveAnimTypeParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, bAutoStart) == 0x00031A, "Member 'UWBP_HUDTaskStatusMsgItem_C::bAutoStart' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, MessageAnimation) == 0x000320, "Member 'UWBP_HUDTaskStatusMsgItem_C::MessageAnimation' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, MessageDuration) == 0x000328, "Member 'UWBP_HUDTaskStatusMsgItem_C::MessageDuration' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, TaskCompletedSound) == 0x000330, "Member 'UWBP_HUDTaskStatusMsgItem_C::TaskCompletedSound' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, TaskFailedSound) == 0x000338, "Member 'UWBP_HUDTaskStatusMsgItem_C::TaskFailedSound' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, TaskStatusFailedText) == 0x000340, "Member 'UWBP_HUDTaskStatusMsgItem_C::TaskStatusFailedText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, TaskBeginSound) == 0x000358, "Member 'UWBP_HUDTaskStatusMsgItem_C::TaskBeginSound' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, MessageLoopNum) == 0x000360, "Member 'UWBP_HUDTaskStatusMsgItem_C::MessageLoopNum' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTaskStatusMsgItem_C, MessageAnimationPauseTime) == 0x000364, "Member 'UWBP_HUDTaskStatusMsgItem_C::MessageAnimationPauseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOS_STAT_Int_NumCollectedTapePlayers_C \ static_assert(alignof(UOS_STAT_Int_NumCollectedTapePlayers_C) == 0x000008, "Wrong alignment on UOS_STAT_Int_NumCollectedTapePlayers_C"); \ static_assert(sizeof(UOS_STAT_Int_NumCollectedTapePlayers_C) == 0x000038, "Wrong size on UOS_STAT_Int_NumCollectedTapePlayers_C"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown \ static_assert(alignof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown"); \ static_assert(sizeof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown) == 0x0000A0, "Wrong size on WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, EntryPoint) == 0x000000, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_SafeDivide_ReturnValue) == 0x000010, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000018, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, K2Node_EOCreateEvent_OutputDelegate) == 0x000048, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, K2Node_EOEvent_Sender) == 0x000058, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, K2Node_EOEvent_Event) == 0x000060, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000068, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000070, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000074, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000075, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_Not_PreBool_ReturnValue) == 0x000076, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_BooleanOR_ReturnValue) == 0x000077, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_SafeDivide_ReturnValue_1) == 0x000078, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_SafeDivide_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_PlayAnimation_ReturnValue_1) == 0x000080, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000088, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000090, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'WBP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_WBP_CFX_ActiveBreathCooldown::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreathCooldown_C_OnBreathingAttemptDuringCooldown \ static_assert(alignof(WBP_CFX_ActiveBreathCooldown_C_OnBreathingAttemptDuringCooldown) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreathCooldown_C_OnBreathingAttemptDuringCooldown"); \ static_assert(sizeof(WBP_CFX_ActiveBreathCooldown_C_OnBreathingAttemptDuringCooldown) == 0x000010, "Wrong size on WBP_CFX_ActiveBreathCooldown_C_OnBreathingAttemptDuringCooldown"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_OnBreathingAttemptDuringCooldown, Sender) == 0x000000, "Member 'WBP_CFX_ActiveBreathCooldown_C_OnBreathingAttemptDuringCooldown::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_OnBreathingAttemptDuringCooldown, Event) == 0x000008, "Member 'WBP_CFX_ActiveBreathCooldown_C_OnBreathingAttemptDuringCooldown::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreathCooldown_C_OnBegin \ static_assert(alignof(WBP_CFX_ActiveBreathCooldown_C_OnBegin) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreathCooldown_C_OnBegin"); \ static_assert(sizeof(WBP_CFX_ActiveBreathCooldown_C_OnBegin) == 0x000030, "Wrong size on WBP_CFX_ActiveBreathCooldown_C_OnBegin"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_OnBegin, CrosshairFX) == 0x000000, "Member 'WBP_CFX_ActiveBreathCooldown_C_OnBegin::CrosshairFX' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_OnBegin, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'WBP_CFX_ActiveBreathCooldown_C_OnBegin::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_OnBegin, CallFunc_GetGameplayEffectTimeRemaining_ReturnValue) == 0x000010, "Member 'WBP_CFX_ActiveBreathCooldown_C_OnBegin::CallFunc_GetGameplayEffectTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_OnBegin, CallFunc_SetImageFromCrosshairInfo_Result) == 0x000014, "Member 'WBP_CFX_ActiveBreathCooldown_C_OnBegin::CallFunc_SetImageFromCrosshairInfo_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_OnBegin, CallFunc_SetImageFromCrosshairInfo_CreatedMID) == 0x000018, "Member 'WBP_CFX_ActiveBreathCooldown_C_OnBegin::CallFunc_SetImageFromCrosshairInfo_CreatedMID' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_OnBegin, K2Node_DynamicCast_AsBP_CFX_Active_Breath_Cooldown) == 0x000020, "Member 'WBP_CFX_ActiveBreathCooldown_C_OnBegin::K2Node_DynamicCast_AsBP_CFX_Active_Breath_Cooldown' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreathCooldown_C_OnBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_CFX_ActiveBreathCooldown_C_OnBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_CFX_ActiveBreathCooldown_C \ static_assert(alignof(UWBP_CFX_ActiveBreathCooldown_C) == 0x000008, "Wrong alignment on UWBP_CFX_ActiveBreathCooldown_C"); \ static_assert(sizeof(UWBP_CFX_ActiveBreathCooldown_C) == 0x0002B8, "Wrong size on UWBP_CFX_ActiveBreathCooldown_C"); \ static_assert(offsetof(UWBP_CFX_ActiveBreathCooldown_C, UberGraphFrame) == 0x000268, "Member 'UWBP_CFX_ActiveBreathCooldown_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreathCooldown_C, FlashRed) == 0x000270, "Member 'UWBP_CFX_ActiveBreathCooldown_C::FlashRed' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreathCooldown_C, CooldownCountdownBlink) == 0x000278, "Member 'UWBP_CFX_ActiveBreathCooldown_C::CooldownCountdownBlink' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreathCooldown_C, ActiveBreathCooldown) == 0x000280, "Member 'UWBP_CFX_ActiveBreathCooldown_C::ActiveBreathCooldown' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreathCooldown_C, FXCrosshairImage) == 0x000288, "Member 'UWBP_CFX_ActiveBreathCooldown_C::FXCrosshairImage' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreathCooldown_C, BreathCooldownCFX) == 0x000290, "Member 'UWBP_CFX_ActiveBreathCooldown_C::BreathCooldownCFX' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreathCooldown_C, AssociatedCooldownTag) == 0x000298, "Member 'UWBP_CFX_ActiveBreathCooldown_C::AssociatedCooldownTag' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreathCooldown_C, BreathCooldownMID) == 0x0002A0, "Member 'UWBP_CFX_ActiveBreathCooldown_C::BreathCooldownMID' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreathCooldown_C, CooldownDuration) == 0x0002A8, "Member 'UWBP_CFX_ActiveBreathCooldown_C::CooldownDuration' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreathCooldown_C, BreathAttemptInCooldownInterval) == 0x0002AC, "Member 'UWBP_CFX_ActiveBreathCooldown_C::BreathAttemptInCooldownInterval' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreathCooldown_C, BreathAttemptInCooldownTimer) == 0x0002B0, "Member 'UWBP_CFX_ActiveBreathCooldown_C::BreathAttemptInCooldownTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_OnCultureChanged_C \ static_assert(alignof(UBPE_Global_OnCultureChanged_C) == 0x000008, "Wrong alignment on UBPE_Global_OnCultureChanged_C"); \ static_assert(sizeof(UBPE_Global_OnCultureChanged_C) == 0x000038, "Wrong size on UBPE_Global_OnCultureChanged_C"); \ static_assert(offsetof(UBPE_Global_OnCultureChanged_C, NewCultureCode) == 0x000028, "Member 'UBPE_Global_OnCultureChanged_C::NewCultureCode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FirstDTMStealth_C \ static_assert(alignof(UOS_ACH_Bool_FirstDTMStealth_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FirstDTMStealth_C"); \ static_assert(sizeof(UOS_ACH_Bool_FirstDTMStealth_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FirstDTMStealth_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_FirstMicrofiche_C \ static_assert(alignof(UOS_ACH_Bool_FirstMicrofiche_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_FirstMicrofiche_C"); \ static_assert(sizeof(UOS_ACH_Bool_FirstMicrofiche_C) == 0x000078, "Wrong size on UOS_ACH_Bool_FirstMicrofiche_C"); \ #define DUMPER7_ASSERTS_BP_CustomInputMappingComponent_C_PushCustomInputContext \ static_assert(alignof(BP_CustomInputMappingComponent_C_PushCustomInputContext) == 0x000008, "Wrong alignment on BP_CustomInputMappingComponent_C_PushCustomInputContext"); \ static_assert(sizeof(BP_CustomInputMappingComponent_C_PushCustomInputContext) == 0x000038, "Wrong size on BP_CustomInputMappingComponent_C_PushCustomInputContext"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PushCustomInputContext, InteractionActor) == 0x000000, "Member 'BP_CustomInputMappingComponent_C_PushCustomInputContext::InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PushCustomInputContext, K2Node_DynamicCast_AsEO_Interactor) == 0x000008, "Member 'BP_CustomInputMappingComponent_C_PushCustomInputContext::K2Node_DynamicCast_AsEO_Interactor' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PushCustomInputContext, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CustomInputMappingComponent_C_PushCustomInputContext::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PushCustomInputContext, CallFunc_GetOwner_ReturnValue) == 0x000020, "Member 'BP_CustomInputMappingComponent_C_PushCustomInputContext::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PushCustomInputContext, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000028, "Member 'BP_CustomInputMappingComponent_C_PushCustomInputContext::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PushCustomInputContext, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_CustomInputMappingComponent_C_PushCustomInputContext::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CustomInputMappingComponent_C_PopCustomInputContext \ static_assert(alignof(BP_CustomInputMappingComponent_C_PopCustomInputContext) == 0x000008, "Wrong alignment on BP_CustomInputMappingComponent_C_PopCustomInputContext"); \ static_assert(sizeof(BP_CustomInputMappingComponent_C_PopCustomInputContext) == 0x000060, "Wrong size on BP_CustomInputMappingComponent_C_PopCustomInputContext"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PopCustomInputContext, InteractionActor) == 0x000000, "Member 'BP_CustomInputMappingComponent_C_PopCustomInputContext::InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PopCustomInputContext, K2Node_DynamicCast_AsEO_Interactor) == 0x000008, "Member 'BP_CustomInputMappingComponent_C_PopCustomInputContext::K2Node_DynamicCast_AsEO_Interactor' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PopCustomInputContext, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CustomInputMappingComponent_C_PopCustomInputContext::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PopCustomInputContext, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_CustomInputMappingComponent_C_PopCustomInputContext::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PopCustomInputContext, CallFunc_GetCurrentInputContext_ReturnValue) == 0x000020, "Member 'BP_CustomInputMappingComponent_C_PopCustomInputContext::CallFunc_GetCurrentInputContext_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PopCustomInputContext, K2Node_DynamicCast_AsEO_Interactor_1) == 0x000028, "Member 'BP_CustomInputMappingComponent_C_PopCustomInputContext::K2Node_DynamicCast_AsEO_Interactor_1' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PopCustomInputContext, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_CustomInputMappingComponent_C_PopCustomInputContext::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PopCustomInputContext, Temp_object_Variable) == 0x000040, "Member 'BP_CustomInputMappingComponent_C_PopCustomInputContext::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PopCustomInputContext, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000048, "Member 'BP_CustomInputMappingComponent_C_PopCustomInputContext::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PopCustomInputContext, CallFunc_GetOwner_ReturnValue) == 0x000050, "Member 'BP_CustomInputMappingComponent_C_PopCustomInputContext::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_PopCustomInputContext, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000058, "Member 'BP_CustomInputMappingComponent_C_PopCustomInputContext::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CustomInputMappingComponent_C_BindCustomAbilities \ static_assert(alignof(BP_CustomInputMappingComponent_C_BindCustomAbilities) == 0x000008, "Wrong alignment on BP_CustomInputMappingComponent_C_BindCustomAbilities"); \ static_assert(sizeof(BP_CustomInputMappingComponent_C_BindCustomAbilities) == 0x000048, "Wrong size on BP_CustomInputMappingComponent_C_BindCustomAbilities"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_BindCustomAbilities, InteractionActor) == 0x000000, "Member 'BP_CustomInputMappingComponent_C_BindCustomAbilities::InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_BindCustomAbilities, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CustomInputMappingComponent_C_BindCustomAbilities::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_BindCustomAbilities, K2Node_DynamicCast_AsBP_Player_Character) == 0x000010, "Member 'BP_CustomInputMappingComponent_C_BindCustomAbilities::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_BindCustomAbilities, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CustomInputMappingComponent_C_BindCustomAbilities::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_BindCustomAbilities, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_CustomInputMappingComponent_C_BindCustomAbilities::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_BindCustomAbilities, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_CustomInputMappingComponent_C_BindCustomAbilities::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_BindCustomAbilities, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_CustomInputMappingComponent_C_BindCustomAbilities::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_BindCustomAbilities, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_CustomInputMappingComponent_C_BindCustomAbilities::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_BindCustomAbilities, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_CustomInputMappingComponent_C_BindCustomAbilities::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CustomInputMappingComponent_C_UnBindCustomAbilities \ static_assert(alignof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities) == 0x000008, "Wrong alignment on BP_CustomInputMappingComponent_C_UnBindCustomAbilities"); \ static_assert(sizeof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities) == 0x000048, "Wrong size on BP_CustomInputMappingComponent_C_UnBindCustomAbilities"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities, InteractionActor) == 0x000000, "Member 'BP_CustomInputMappingComponent_C_UnBindCustomAbilities::InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_CustomInputMappingComponent_C_UnBindCustomAbilities::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities, K2Node_DynamicCast_AsBP_Player_Character) == 0x000010, "Member 'BP_CustomInputMappingComponent_C_UnBindCustomAbilities::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CustomInputMappingComponent_C_UnBindCustomAbilities::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_CustomInputMappingComponent_C_UnBindCustomAbilities::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_CustomInputMappingComponent_C_UnBindCustomAbilities::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_CustomInputMappingComponent_C_UnBindCustomAbilities::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_CustomInputMappingComponent_C_UnBindCustomAbilities::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_CustomInputMappingComponent_C_UnBindCustomAbilities::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CustomInputMappingComponent_C_UnBindCustomAbilities, CallFunc_UnbindAbility_ReturnValue) == 0x000041, "Member 'BP_CustomInputMappingComponent_C_UnBindCustomAbilities::CallFunc_UnbindAbility_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CustomInputMappingComponent_C \ static_assert(alignof(UBP_CustomInputMappingComponent_C) == 0x000008, "Wrong alignment on UBP_CustomInputMappingComponent_C"); \ static_assert(sizeof(UBP_CustomInputMappingComponent_C) == 0x0000F8, "Wrong size on UBP_CustomInputMappingComponent_C"); \ static_assert(offsetof(UBP_CustomInputMappingComponent_C, CustomInputContext) == 0x0000B8, "Member 'UBP_CustomInputMappingComponent_C::CustomInputContext' has a wrong offset!"); \ static_assert(offsetof(UBP_CustomInputMappingComponent_C, OverwriteAllActions) == 0x0000C0, "Member 'UBP_CustomInputMappingComponent_C::OverwriteAllActions' has a wrong offset!"); \ static_assert(offsetof(UBP_CustomInputMappingComponent_C, PassThroughActions) == 0x0000C8, "Member 'UBP_CustomInputMappingComponent_C::PassThroughActions' has a wrong offset!"); \ static_assert(offsetof(UBP_CustomInputMappingComponent_C, BlockedActions) == 0x0000D8, "Member 'UBP_CustomInputMappingComponent_C::BlockedActions' has a wrong offset!"); \ static_assert(offsetof(UBP_CustomInputMappingComponent_C, GrantedAbilities) == 0x0000E8, "Member 'UBP_CustomInputMappingComponent_C::GrantedAbilities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_EndElectricity_C \ static_assert(alignof(UOS_ACH_Bool_EndElectricity_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_EndElectricity_C"); \ static_assert(sizeof(UOS_ACH_Bool_EndElectricity_C) == 0x000078, "Wrong size on UOS_ACH_Bool_EndElectricity_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_Chesspiece_C \ static_assert(alignof(UOS_ACH_Bool_Chesspiece_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_Chesspiece_C"); \ static_assert(sizeof(UOS_ACH_Bool_Chesspiece_C) == 0x000078, "Wrong size on UOS_ACH_Bool_Chesspiece_C"); \ #define DUMPER7_ASSERTS_UBPE_Ch02_D_SatAtCymatic_C \ static_assert(alignof(UBPE_Ch02_D_SatAtCymatic_C) == 0x000008, "Wrong alignment on UBPE_Ch02_D_SatAtCymatic_C"); \ static_assert(sizeof(UBPE_Ch02_D_SatAtCymatic_C) == 0x000028, "Wrong size on UBPE_Ch02_D_SatAtCymatic_C"); \ #define DUMPER7_ASSERTS_GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active \ static_assert(alignof(GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active) == 0x000008, "Wrong alignment on GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active"); \ static_assert(sizeof(GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active) == 0x000058, "Wrong size on GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active, EntryPoint) == 0x000000, "Member 'GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active, CallFunc_GetPathName_ReturnValue) == 0x000020, "Member 'GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000040, "Member 'GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000048, "Member 'GCA_StealthHoldBreath_Active_C_ExecuteUbergraph_GCA_StealthHoldBreath_Active::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_StealthHoldBreath_Active_C_OnActive \ static_assert(alignof(GCA_StealthHoldBreath_Active_C_OnActive) == 0x000008, "Wrong alignment on GCA_StealthHoldBreath_Active_C_OnActive"); \ static_assert(sizeof(GCA_StealthHoldBreath_Active_C_OnActive) == 0x0000D0, "Wrong size on GCA_StealthHoldBreath_Active_C_OnActive"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnActive, MyTarget) == 0x000000, "Member 'GCA_StealthHoldBreath_Active_C_OnActive::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnActive, Parameters) == 0x000008, "Member 'GCA_StealthHoldBreath_Active_C_OnActive::Parameters' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnActive, ReturnValue) == 0x0000C8, "Member 'GCA_StealthHoldBreath_Active_C_OnActive::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnActive, CallFunc_OnActive_ReturnValue) == 0x0000C9, "Member 'GCA_StealthHoldBreath_Active_C_OnActive::CallFunc_OnActive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_StealthHoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished \ static_assert(alignof(GCA_StealthHoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished) == 0x000008, "Wrong alignment on GCA_StealthHoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished"); \ static_assert(sizeof(GCA_StealthHoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished) == 0x000010, "Wrong size on GCA_StealthHoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished, CallFunc_MakeLiteralByte_ReturnValue) == 0x000000, "Member 'GCA_StealthHoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'GCA_StealthHoldBreath_Active_C_OnVideoIntensityTimelineReverseFinished::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_StealthHoldBreath_Active_C_GetBreathDuration \ static_assert(alignof(GCA_StealthHoldBreath_Active_C_GetBreathDuration) == 0x000004, "Wrong alignment on GCA_StealthHoldBreath_Active_C_GetBreathDuration"); \ static_assert(sizeof(GCA_StealthHoldBreath_Active_C_GetBreathDuration) == 0x000004, "Wrong size on GCA_StealthHoldBreath_Active_C_GetBreathDuration"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_GetBreathDuration, ActiveReloadBreathDuration) == 0x000000, "Member 'GCA_StealthHoldBreath_Active_C_GetBreathDuration::ActiveReloadBreathDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_StealthHoldBreath_Active_C_OnHoldBreathActive \ static_assert(alignof(GCA_StealthHoldBreath_Active_C_OnHoldBreathActive) == 0x000008, "Wrong alignment on GCA_StealthHoldBreath_Active_C_OnHoldBreathActive"); \ static_assert(sizeof(GCA_StealthHoldBreath_Active_C_OnHoldBreathActive) == 0x000038, "Wrong size on GCA_StealthHoldBreath_Active_C_OnHoldBreathActive"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathActive, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathActive::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathActive, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathActive::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathActive, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathActive::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathActive, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000020, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathActive::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathActive, CallFunc_GetBreathDuration_ActiveReloadBreathDuration) == 0x000028, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathActive::CallFunc_GetBreathDuration_ActiveReloadBreathDuration' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathActive, CallFunc_MakeLiteralByte_ReturnValue) == 0x00002C, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathActive::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathActive, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000030, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathActive::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove \ static_assert(alignof(GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove) == 0x000008, "Wrong alignment on GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove"); \ static_assert(sizeof(GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove) == 0x000060, "Wrong size on GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove, CallFunc_GetPathName_ReturnValue) == 0x000000, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove, CallFunc_TimeSince_Result) == 0x000018, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove::CallFunc_TimeSince_Result' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove, CallFunc_Conv_FloatToString_ReturnValue) == 0x000020, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'GCA_StealthHoldBreath_Active_C_OnHoldBreathRemove::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs \ static_assert(alignof(GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs) == 0x000008, "Wrong alignment on GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs"); \ static_assert(sizeof(GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs) == 0x000020, "Wrong size on GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs, InHeldBreathTime) == 0x000000, "Member 'GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs::InHeldBreathTime' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs, CallFunc_GetBreathDuration_ActiveReloadBreathDuration) == 0x000004, "Member 'GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs::CallFunc_GetBreathDuration_ActiveReloadBreathDuration' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'GCA_StealthHoldBreath_Active_C_PlayOnRemoveFXs::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_StealthHoldBreath_Active_C_OnActiveBreathingFailed \ static_assert(alignof(GCA_StealthHoldBreath_Active_C_OnActiveBreathingFailed) == 0x000008, "Wrong alignment on GCA_StealthHoldBreath_Active_C_OnActiveBreathingFailed"); \ static_assert(sizeof(GCA_StealthHoldBreath_Active_C_OnActiveBreathingFailed) == 0x000020, "Wrong size on GCA_StealthHoldBreath_Active_C_OnActiveBreathingFailed"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnActiveBreathingFailed, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000000, "Member 'GCA_StealthHoldBreath_Active_C_OnActiveBreathingFailed::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnActiveBreathingFailed, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'GCA_StealthHoldBreath_Active_C_OnActiveBreathingFailed::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_OnActiveBreathingFailed, CallFunc_GetEnumeratorName_ReturnValue) == 0x000014, "Member 'GCA_StealthHoldBreath_Active_C_OnActiveBreathingFailed::CallFunc_GetEnumeratorName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio \ static_assert(alignof(GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio) == 0x000008, "Wrong alignment on GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio"); \ static_assert(sizeof(GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio) == 0x000020, "Wrong size on GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio, CallFunc_IsPlaying_ReturnValue) == 0x000000, "Member 'GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio, CallFunc_IsValid_ReturnValue_2) == 0x000003, "Member 'GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000010, "Member 'GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000018, "Member 'GCA_StealthHoldBreath_Active_C_PlayMadeNoiseBreathOutAudio::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGCA_StealthHoldBreath_Active_C \ static_assert(alignof(AGCA_StealthHoldBreath_Active_C) == 0x000008, "Wrong alignment on AGCA_StealthHoldBreath_Active_C"); \ static_assert(sizeof(AGCA_StealthHoldBreath_Active_C) == 0x000418, "Wrong size on AGCA_StealthHoldBreath_Active_C"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, UberGraphFrame_GCA_StealthHoldBreath_Active_C) == 0x0003A0, "Member 'AGCA_StealthHoldBreath_Active_C::UberGraphFrame_GCA_StealthHoldBreath_Active_C' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, BreathEffectIntensityTimeline_Intensity_B1AA63504C4E5B8D0C2D4DB1BFEC7050) == 0x0003A8, "Member 'AGCA_StealthHoldBreath_Active_C::BreathEffectIntensityTimeline_Intensity_B1AA63504C4E5B8D0C2D4DB1BFEC7050' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, BreathEffectIntensityTimeline__Direction_B1AA63504C4E5B8D0C2D4DB1BFEC7050) == 0x0003AC, "Member 'AGCA_StealthHoldBreath_Active_C::BreathEffectIntensityTimeline__Direction_B1AA63504C4E5B8D0C2D4DB1BFEC7050' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, BreathEffectIntensityTimeline) == 0x0003B0, "Member 'AGCA_StealthHoldBreath_Active_C::BreathEffectIntensityTimeline' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, VideoIntensityTimeline_Alpha_AABAA48B42F3A332E3667EBF3FAC36B9) == 0x0003B8, "Member 'AGCA_StealthHoldBreath_Active_C::VideoIntensityTimeline_Alpha_AABAA48B42F3A332E3667EBF3FAC36B9' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, VideoIntensityTimeline__Direction_AABAA48B42F3A332E3667EBF3FAC36B9) == 0x0003BC, "Member 'AGCA_StealthHoldBreath_Active_C::VideoIntensityTimeline__Direction_AABAA48B42F3A332E3667EBF3FAC36B9' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, VideoIntensityTimeline) == 0x0003C0, "Member 'AGCA_StealthHoldBreath_Active_C::VideoIntensityTimeline' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, ProjectionVideo) == 0x0003C8, "Member 'AGCA_StealthHoldBreath_Active_C::ProjectionVideo' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, ProjectionColor) == 0x0003CC, "Member 'AGCA_StealthHoldBreath_Active_C::ProjectionColor' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, ProjectionIntensity) == 0x0003DC, "Member 'AGCA_StealthHoldBreath_Active_C::ProjectionIntensity' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, StartTime) == 0x0003E0, "Member 'AGCA_StealthHoldBreath_Active_C::StartTime' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, HeldBreathTime) == 0x0003E4, "Member 'AGCA_StealthHoldBreath_Active_C::HeldBreathTime' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, Sound_Mix) == 0x0003E8, "Member 'AGCA_StealthHoldBreath_Active_C::Sound_Mix' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, BreathDurationTimerHandle) == 0x0003F8, "Member 'AGCA_StealthHoldBreath_Active_C::BreathDurationTimerHandle' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, EasyBreathEffectTime) == 0x000400, "Member 'AGCA_StealthHoldBreath_Active_C::EasyBreathEffectTime' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, HardBreathEffectTime) == 0x000404, "Member 'AGCA_StealthHoldBreath_Active_C::HardBreathEffectTime' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, CanBreatheAgain) == 0x000408, "Member 'AGCA_StealthHoldBreath_Active_C::CanBreatheAgain' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, NoiseEventType) == 0x000409, "Member 'AGCA_StealthHoldBreath_Active_C::NoiseEventType' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, MadeNoise) == 0x00040A, "Member 'AGCA_StealthHoldBreath_Active_C::MadeNoise' has a wrong offset!"); \ static_assert(offsetof(AGCA_StealthHoldBreath_Active_C, MadeNoiseBreathOutAudioComponent) == 0x000410, "Member 'AGCA_StealthHoldBreath_Active_C::MadeNoiseBreathOutAudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_DadInstrument_C \ static_assert(alignof(UOS_ACH_Bool_DadInstrument_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_DadInstrument_C"); \ static_assert(sizeof(UOS_ACH_Bool_DadInstrument_C) == 0x000078, "Wrong size on UOS_ACH_Bool_DadInstrument_C"); \ #define DUMPER7_ASSERTS_UOS_ACH_Bool_HypnosEncounter_C \ static_assert(alignof(UOS_ACH_Bool_HypnosEncounter_C) == 0x000008, "Wrong alignment on UOS_ACH_Bool_HypnosEncounter_C"); \ static_assert(sizeof(UOS_ACH_Bool_HypnosEncounter_C) == 0x000078, "Wrong size on UOS_ACH_Bool_HypnosEncounter_C"); \ #define DUMPER7_ASSERTS_UBPE_KA0_FailFirstInteractPrompt_C \ static_assert(alignof(UBPE_KA0_FailFirstInteractPrompt_C) == 0x000008, "Wrong alignment on UBPE_KA0_FailFirstInteractPrompt_C"); \ static_assert(sizeof(UBPE_KA0_FailFirstInteractPrompt_C) == 0x000028, "Wrong size on UBPE_KA0_FailFirstInteractPrompt_C"); \ #define DUMPER7_ASSERTS_UACT_MAIN_STORY_C \ static_assert(alignof(UACT_MAIN_STORY_C) == 0x000008, "Wrong alignment on UACT_MAIN_STORY_C"); \ static_assert(sizeof(UACT_MAIN_STORY_C) == 0x0000B8, "Wrong size on UACT_MAIN_STORY_C"); \ #define DUMPER7_ASSERTS_UBPE_AddObjective_C \ static_assert(alignof(UBPE_AddObjective_C) == 0x000008, "Wrong alignment on UBPE_AddObjective_C"); \ static_assert(sizeof(UBPE_AddObjective_C) == 0x000038, "Wrong size on UBPE_AddObjective_C"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl \ static_assert(alignof(WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl) == 0x000008, "Wrong alignment on WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl"); \ static_assert(sizeof(WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl) == 0x000048, "Wrong size on WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl"); \ static_assert(offsetof(WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl, EntryPoint) == 0x000000, "Member 'WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl, CallFunc_GetSettingLabelText_Result) == 0x000008, "Member 'WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl::CallFunc_GetSettingLabelText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl, K2Node_ComponentBoundEvent_SelectedItem) == 0x000020, "Member 'WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl::K2Node_ComponentBoundEvent_SelectedItem' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl, K2Node_ComponentBoundEvent_SelectionType) == 0x000030, "Member 'WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl::K2Node_ComponentBoundEvent_SelectionType' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl, K2Node_Event_IsDesignTime) == 0x000031, "Member 'WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl, K2Node_EOCreateEvent_OutputDelegate) == 0x000034, "Member 'WBP_ComboControl_C_ExecuteUbergraph_WBP_ComboControl::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_PreConstruct \ static_assert(alignof(WBP_ComboControl_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ComboControl_C_PreConstruct"); \ static_assert(sizeof(WBP_ComboControl_C_PreConstruct) == 0x000001, "Wrong size on WBP_ComboControl_C_PreConstruct"); \ static_assert(offsetof(WBP_ComboControl_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ComboControl_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_BndEvt__WBP_ComboControl_ComboBox_K2Node_ComponentBoundEvent_1_OnSelectionChangedEvent__DelegateSignature \ static_assert(alignof(WBP_ComboControl_C_BndEvt__WBP_ComboControl_ComboBox_K2Node_ComponentBoundEvent_1_OnSelectionChangedEvent__DelegateSignature) == 0x000008, "Wrong alignment on WBP_ComboControl_C_BndEvt__WBP_ComboControl_ComboBox_K2Node_ComponentBoundEvent_1_OnSelectionChangedEvent__DelegateSignature"); \ static_assert(sizeof(WBP_ComboControl_C_BndEvt__WBP_ComboControl_ComboBox_K2Node_ComponentBoundEvent_1_OnSelectionChangedEvent__DelegateSignature) == 0x000018, "Wrong size on WBP_ComboControl_C_BndEvt__WBP_ComboControl_ComboBox_K2Node_ComponentBoundEvent_1_OnSelectionChangedEvent__DelegateSignature"); \ static_assert(offsetof(WBP_ComboControl_C_BndEvt__WBP_ComboControl_ComboBox_K2Node_ComponentBoundEvent_1_OnSelectionChangedEvent__DelegateSignature, SelectedItem) == 0x000000, "Member 'WBP_ComboControl_C_BndEvt__WBP_ComboControl_ComboBox_K2Node_ComponentBoundEvent_1_OnSelectionChangedEvent__DelegateSignature::SelectedItem' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_BndEvt__WBP_ComboControl_ComboBox_K2Node_ComponentBoundEvent_1_OnSelectionChangedEvent__DelegateSignature, SelectionType) == 0x000010, "Member 'WBP_ComboControl_C_BndEvt__WBP_ComboControl_ComboBox_K2Node_ComponentBoundEvent_1_OnSelectionChangedEvent__DelegateSignature::SelectionType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_InitControls \ static_assert(alignof(WBP_ComboControl_C_InitControls) == 0x000004, "Wrong alignment on WBP_ComboControl_C_InitControls"); \ static_assert(sizeof(WBP_ComboControl_C_InitControls) == 0x000010, "Wrong size on WBP_ComboControl_C_InitControls"); \ static_assert(offsetof(WBP_ComboControl_C_InitControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_ComboControl_C_InitControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_ConstructComboBoxValues \ static_assert(alignof(WBP_ComboControl_C_ConstructComboBoxValues) == 0x000008, "Wrong alignment on WBP_ComboControl_C_ConstructComboBoxValues"); \ static_assert(sizeof(WBP_ComboControl_C_ConstructComboBoxValues) == 0x000050, "Wrong size on WBP_ComboControl_C_ConstructComboBoxValues"); \ static_assert(offsetof(WBP_ComboControl_C_ConstructComboBoxValues, IsDesignTime) == 0x000000, "Member 'WBP_ComboControl_C_ConstructComboBoxValues::IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ConstructComboBoxValues, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_ComboControl_C_ConstructComboBoxValues::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ConstructComboBoxValues, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_ComboControl_C_ConstructComboBoxValues::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ConstructComboBoxValues, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_ComboControl_C_ConstructComboBoxValues::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ConstructComboBoxValues, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_ComboControl_C_ConstructComboBoxValues::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ConstructComboBoxValues, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000011, "Member 'WBP_ComboControl_C_ConstructComboBoxValues::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ConstructComboBoxValues, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_ComboControl_C_ConstructComboBoxValues::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ConstructComboBoxValues, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_ComboControl_C_ConstructComboBoxValues::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ConstructComboBoxValues, CallFunc_Conv_TextToString_ReturnValue) == 0x000038, "Member 'WBP_ComboControl_C_ConstructComboBoxValues::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_ConstructComboBoxValues, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_ComboControl_C_ConstructComboBoxValues::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_AddOption \ static_assert(alignof(WBP_ComboControl_C_AddOption) == 0x000008, "Wrong alignment on WBP_ComboControl_C_AddOption"); \ static_assert(sizeof(WBP_ComboControl_C_AddOption) == 0x000010, "Wrong size on WBP_ComboControl_C_AddOption"); \ static_assert(offsetof(WBP_ComboControl_C_AddOption, Option) == 0x000000, "Member 'WBP_ComboControl_C_AddOption::Option' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_SetSelectedIndex \ static_assert(alignof(WBP_ComboControl_C_SetSelectedIndex) == 0x000004, "Wrong alignment on WBP_ComboControl_C_SetSelectedIndex"); \ static_assert(sizeof(WBP_ComboControl_C_SetSelectedIndex) == 0x000010, "Wrong size on WBP_ComboControl_C_SetSelectedIndex"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedIndex, Index_0) == 0x000000, "Member 'WBP_ComboControl_C_SetSelectedIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedIndex, NoNotification) == 0x000004, "Member 'WBP_ComboControl_C_SetSelectedIndex::NoNotification' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedIndex, FinalIndexValue) == 0x000008, "Member 'WBP_ComboControl_C_SetSelectedIndex::FinalIndexValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedIndex, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_ComboControl_C_SetSelectedIndex::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_SetSelectedIndexNoOffset \ static_assert(alignof(WBP_ComboControl_C_SetSelectedIndexNoOffset) == 0x000004, "Wrong alignment on WBP_ComboControl_C_SetSelectedIndexNoOffset"); \ static_assert(sizeof(WBP_ComboControl_C_SetSelectedIndexNoOffset) == 0x000008, "Wrong size on WBP_ComboControl_C_SetSelectedIndexNoOffset"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedIndexNoOffset, Index_0) == 0x000000, "Member 'WBP_ComboControl_C_SetSelectedIndexNoOffset::Index_0' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedIndexNoOffset, NoNotification) == 0x000004, "Member 'WBP_ComboControl_C_SetSelectedIndexNoOffset::NoNotification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_SetSelectedString \ static_assert(alignof(WBP_ComboControl_C_SetSelectedString) == 0x000008, "Wrong alignment on WBP_ComboControl_C_SetSelectedString"); \ static_assert(sizeof(WBP_ComboControl_C_SetSelectedString) == 0x000018, "Wrong size on WBP_ComboControl_C_SetSelectedString"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedString, SelectedString) == 0x000000, "Member 'WBP_ComboControl_C_SetSelectedString::SelectedString' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedString, NoNotification) == 0x000010, "Member 'WBP_ComboControl_C_SetSelectedString::NoNotification' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_SetSelectedText \ static_assert(alignof(WBP_ComboControl_C_SetSelectedText) == 0x000008, "Wrong alignment on WBP_ComboControl_C_SetSelectedText"); \ static_assert(sizeof(WBP_ComboControl_C_SetSelectedText) == 0x000040, "Wrong size on WBP_ComboControl_C_SetSelectedText"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedText, Text) == 0x000000, "Member 'WBP_ComboControl_C_SetSelectedText::Text' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedText, NoNotification) == 0x000018, "Member 'WBP_ComboControl_C_SetSelectedText::NoNotification' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedText, CallFunc_Conv_TextToString_ReturnValue) == 0x000020, "Member 'WBP_ComboControl_C_SetSelectedText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetSelectedText, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000030, "Member 'WBP_ComboControl_C_SetSelectedText::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_OnPreviewKeyDown \ static_assert(alignof(WBP_ComboControl_C_OnPreviewKeyDown) == 0x000008, "Wrong alignment on WBP_ComboControl_C_OnPreviewKeyDown"); \ static_assert(sizeof(WBP_ComboControl_C_OnPreviewKeyDown) == 0x000208, "Wrong size on WBP_ComboControl_C_OnPreviewKeyDown"); \ static_assert(offsetof(WBP_ComboControl_C_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'WBP_ComboControl_C_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnPreviewKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_ComboControl_C_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnPreviewKeyDown, ReturnValue) == 0x000078, "Member 'WBP_ComboControl_C_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnPreviewKeyDown, CallFunc_GetKey_ReturnValue) == 0x000130, "Member 'WBP_ComboControl_C_OnPreviewKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnPreviewKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000148, "Member 'WBP_ComboControl_C_OnPreviewKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnPreviewKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000150, "Member 'WBP_ComboControl_C_OnPreviewKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_RevertToSelectedIndex \ static_assert(alignof(WBP_ComboControl_C_RevertToSelectedIndex) == 0x000004, "Wrong alignment on WBP_ComboControl_C_RevertToSelectedIndex"); \ static_assert(sizeof(WBP_ComboControl_C_RevertToSelectedIndex) == 0x000004, "Wrong size on WBP_ComboControl_C_RevertToSelectedIndex"); \ static_assert(offsetof(WBP_ComboControl_C_RevertToSelectedIndex, Index_0) == 0x000000, "Member 'WBP_ComboControl_C_RevertToSelectedIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_RevertToSelectedString \ static_assert(alignof(WBP_ComboControl_C_RevertToSelectedString) == 0x000008, "Wrong alignment on WBP_ComboControl_C_RevertToSelectedString"); \ static_assert(sizeof(WBP_ComboControl_C_RevertToSelectedString) == 0x000010, "Wrong size on WBP_ComboControl_C_RevertToSelectedString"); \ static_assert(offsetof(WBP_ComboControl_C_RevertToSelectedString, SelectedString) == 0x000000, "Member 'WBP_ComboControl_C_RevertToSelectedString::SelectedString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_RevertToSelectedText \ static_assert(alignof(WBP_ComboControl_C_RevertToSelectedText) == 0x000008, "Wrong alignment on WBP_ComboControl_C_RevertToSelectedText"); \ static_assert(sizeof(WBP_ComboControl_C_RevertToSelectedText) == 0x000018, "Wrong size on WBP_ComboControl_C_RevertToSelectedText"); \ static_assert(offsetof(WBP_ComboControl_C_RevertToSelectedText, Text) == 0x000000, "Member 'WBP_ComboControl_C_RevertToSelectedText::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_InternalOnSelectionChanged \ static_assert(alignof(WBP_ComboControl_C_InternalOnSelectionChanged) == 0x000008, "Wrong alignment on WBP_ComboControl_C_InternalOnSelectionChanged"); \ static_assert(sizeof(WBP_ComboControl_C_InternalOnSelectionChanged) == 0x000030, "Wrong size on WBP_ComboControl_C_InternalOnSelectionChanged"); \ static_assert(offsetof(WBP_ComboControl_C_InternalOnSelectionChanged, SelectedItem) == 0x000000, "Member 'WBP_ComboControl_C_InternalOnSelectionChanged::SelectedItem' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_InternalOnSelectionChanged, SelectionType) == 0x000010, "Member 'WBP_ComboControl_C_InternalOnSelectionChanged::SelectionType' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_InternalOnSelectionChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'WBP_ComboControl_C_InternalOnSelectionChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_InternalOnSelectionChanged, CallFunc_Not_PreBool_ReturnValue_1) == 0x000012, "Member 'WBP_ComboControl_C_InternalOnSelectionChanged::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_InternalOnSelectionChanged, CallFunc_GetSelectedIndex_Result) == 0x000014, "Member 'WBP_ComboControl_C_InternalOnSelectionChanged::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_InternalOnSelectionChanged, CallFunc_Not_PreBool_ReturnValue_2) == 0x000018, "Member 'WBP_ComboControl_C_InternalOnSelectionChanged::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_InternalOnSelectionChanged, CallFunc_GetSelectedIndex_Result_1) == 0x00001C, "Member 'WBP_ComboControl_C_InternalOnSelectionChanged::CallFunc_GetSelectedIndex_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_InternalOnSelectionChanged, CallFunc_GetSelectedString_Result) == 0x000020, "Member 'WBP_ComboControl_C_InternalOnSelectionChanged::CallFunc_GetSelectedString_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_GetVisibility_Impl \ static_assert(alignof(WBP_ComboControl_C_GetVisibility_Impl) == 0x000001, "Wrong alignment on WBP_ComboControl_C_GetVisibility_Impl"); \ static_assert(sizeof(WBP_ComboControl_C_GetVisibility_Impl) == 0x000002, "Wrong size on WBP_ComboControl_C_GetVisibility_Impl"); \ static_assert(offsetof(WBP_ComboControl_C_GetVisibility_Impl, ReturnValue) == 0x000000, "Member 'WBP_ComboControl_C_GetVisibility_Impl::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetVisibility_Impl, CallFunc_GetIsEnabled_ReturnValue) == 0x000001, "Member 'WBP_ComboControl_C_GetVisibility_Impl::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_GetFocusWidget \ static_assert(alignof(WBP_ComboControl_C_GetFocusWidget) == 0x000008, "Wrong alignment on WBP_ComboControl_C_GetFocusWidget"); \ static_assert(sizeof(WBP_ComboControl_C_GetFocusWidget) == 0x000008, "Wrong size on WBP_ComboControl_C_GetFocusWidget"); \ static_assert(offsetof(WBP_ComboControl_C_GetFocusWidget, Result) == 0x000000, "Member 'WBP_ComboControl_C_GetFocusWidget::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_SetFocusWidget \ static_assert(alignof(WBP_ComboControl_C_SetFocusWidget) == 0x000008, "Wrong alignment on WBP_ComboControl_C_SetFocusWidget"); \ static_assert(sizeof(WBP_ComboControl_C_SetFocusWidget) == 0x000008, "Wrong size on WBP_ComboControl_C_SetFocusWidget"); \ static_assert(offsetof(WBP_ComboControl_C_SetFocusWidget, CallFunc_GetFocusWidget_Result) == 0x000000, "Member 'WBP_ComboControl_C_SetFocusWidget::CallFunc_GetFocusWidget_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_SetNormalState \ static_assert(alignof(WBP_ComboControl_C_SetNormalState) == 0x000008, "Wrong alignment on WBP_ComboControl_C_SetNormalState"); \ static_assert(sizeof(WBP_ComboControl_C_SetNormalState) == 0x000028, "Wrong size on WBP_ComboControl_C_SetNormalState"); \ static_assert(offsetof(WBP_ComboControl_C_SetNormalState, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_ComboControl_C_SetNormalState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_SetHighlightState \ static_assert(alignof(WBP_ComboControl_C_SetHighlightState) == 0x000008, "Wrong alignment on WBP_ComboControl_C_SetHighlightState"); \ static_assert(sizeof(WBP_ComboControl_C_SetHighlightState) == 0x000028, "Wrong size on WBP_ComboControl_C_SetHighlightState"); \ static_assert(offsetof(WBP_ComboControl_C_SetHighlightState, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_ComboControl_C_SetHighlightState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_SetComboBoxColor \ static_assert(alignof(WBP_ComboControl_C_SetComboBoxColor) == 0x000008, "Wrong alignment on WBP_ComboControl_C_SetComboBoxColor"); \ static_assert(sizeof(WBP_ComboControl_C_SetComboBoxColor) == 0x000AD0, "Wrong size on WBP_ComboControl_C_SetComboBoxColor"); \ static_assert(offsetof(WBP_ComboControl_C_SetComboBoxColor, NewColor) == 0x000000, "Member 'WBP_ComboControl_C_SetComboBoxColor::NewColor' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetComboBoxColor, Loc_NormalSlateBrush) == 0x000028, "Member 'WBP_ComboControl_C_SetComboBoxColor::Loc_NormalSlateBrush' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetComboBoxColor, Loc_ButtonStyle) == 0x0000B0, "Member 'WBP_ComboControl_C_SetComboBoxColor::Loc_ButtonStyle' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetComboBoxColor, Loc_ComboButtonStyle) == 0x000328, "Member 'WBP_ComboControl_C_SetComboBoxColor::Loc_ComboButtonStyle' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetComboBoxColor, Loc_ComboBoxStyle) == 0x0006E0, "Member 'WBP_ComboControl_C_SetComboBoxColor::Loc_ComboBoxStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_OnMouseEnter \ static_assert(alignof(WBP_ComboControl_C_OnMouseEnter) == 0x000008, "Wrong alignment on WBP_ComboControl_C_OnMouseEnter"); \ static_assert(sizeof(WBP_ComboControl_C_OnMouseEnter) == 0x0000B0, "Wrong size on WBP_ComboControl_C_OnMouseEnter"); \ static_assert(offsetof(WBP_ComboControl_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'WBP_ComboControl_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'WBP_ComboControl_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_SetControlMinDesiredWidth \ static_assert(alignof(WBP_ComboControl_C_SetControlMinDesiredWidth) == 0x000004, "Wrong alignment on WBP_ComboControl_C_SetControlMinDesiredWidth"); \ static_assert(sizeof(WBP_ComboControl_C_SetControlMinDesiredWidth) == 0x000008, "Wrong size on WBP_ComboControl_C_SetControlMinDesiredWidth"); \ static_assert(offsetof(WBP_ComboControl_C_SetControlMinDesiredWidth, NewWidth) == 0x000000, "Member 'WBP_ComboControl_C_SetControlMinDesiredWidth::NewWidth' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_SetControlMinDesiredWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000004, "Member 'WBP_ComboControl_C_SetControlMinDesiredWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_OnLanguageChanged \ static_assert(alignof(WBP_ComboControl_C_OnLanguageChanged) == 0x000008, "Wrong alignment on WBP_ComboControl_C_OnLanguageChanged"); \ static_assert(sizeof(WBP_ComboControl_C_OnLanguageChanged) == 0x000040, "Wrong size on WBP_ComboControl_C_OnLanguageChanged"); \ static_assert(offsetof(WBP_ComboControl_C_OnLanguageChanged, Sender) == 0x000000, "Member 'WBP_ComboControl_C_OnLanguageChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnLanguageChanged, Event) == 0x000008, "Member 'WBP_ComboControl_C_OnLanguageChanged::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnLanguageChanged, Loc_CurrSelectedIdx) == 0x000010, "Member 'WBP_ComboControl_C_OnLanguageChanged::Loc_CurrSelectedIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnLanguageChanged, CallFunc_GetSettingLabelText_Result) == 0x000018, "Member 'WBP_ComboControl_C_OnLanguageChanged::CallFunc_GetSettingLabelText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnLanguageChanged, CallFunc_GetSelectedIndex_Result) == 0x000030, "Member 'WBP_ComboControl_C_OnLanguageChanged::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnLanguageChanged, CallFunc_Array_Length_ReturnValue) == 0x000034, "Member 'WBP_ComboControl_C_OnLanguageChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_OnLanguageChanged, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'WBP_ComboControl_C_OnLanguageChanged::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_GetExtraInfoTitle \ static_assert(alignof(WBP_ComboControl_C_GetExtraInfoTitle) == 0x000008, "Wrong alignment on WBP_ComboControl_C_GetExtraInfoTitle"); \ static_assert(sizeof(WBP_ComboControl_C_GetExtraInfoTitle) == 0x000048, "Wrong size on WBP_ComboControl_C_GetExtraInfoTitle"); \ static_assert(offsetof(WBP_ComboControl_C_GetExtraInfoTitle, Result) == 0x000000, "Member 'WBP_ComboControl_C_GetExtraInfoTitle::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetExtraInfoTitle, CallFunc_GetSettingLabelText_Result) == 0x000018, "Member 'WBP_ComboControl_C_GetExtraInfoTitle::CallFunc_GetSettingLabelText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetExtraInfoTitle, CallFunc_InternalGetExtraInfoTitle_Result) == 0x000030, "Member 'WBP_ComboControl_C_GetExtraInfoTitle::CallFunc_InternalGetExtraInfoTitle_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_GetSettingLabelText \ static_assert(alignof(WBP_ComboControl_C_GetSettingLabelText) == 0x000008, "Wrong alignment on WBP_ComboControl_C_GetSettingLabelText"); \ static_assert(sizeof(WBP_ComboControl_C_GetSettingLabelText) == 0x000030, "Wrong size on WBP_ComboControl_C_GetSettingLabelText"); \ static_assert(offsetof(WBP_ComboControl_C_GetSettingLabelText, Result) == 0x000000, "Member 'WBP_ComboControl_C_GetSettingLabelText::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetSettingLabelText, CallFunc_GetPlatformCultureText_Result) == 0x000018, "Member 'WBP_ComboControl_C_GetSettingLabelText::CallFunc_GetPlatformCultureText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_GetIndexOffset \ static_assert(alignof(WBP_ComboControl_C_GetIndexOffset) == 0x000004, "Wrong alignment on WBP_ComboControl_C_GetIndexOffset"); \ static_assert(sizeof(WBP_ComboControl_C_GetIndexOffset) == 0x000004, "Wrong size on WBP_ComboControl_C_GetIndexOffset"); \ static_assert(offsetof(WBP_ComboControl_C_GetIndexOffset, IndexOffset_0) == 0x000000, "Member 'WBP_ComboControl_C_GetIndexOffset::IndexOffset_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_GetLastItemIndex \ static_assert(alignof(WBP_ComboControl_C_GetLastItemIndex) == 0x000004, "Wrong alignment on WBP_ComboControl_C_GetLastItemIndex"); \ static_assert(sizeof(WBP_ComboControl_C_GetLastItemIndex) == 0x000014, "Wrong size on WBP_ComboControl_C_GetLastItemIndex"); \ static_assert(offsetof(WBP_ComboControl_C_GetLastItemIndex, Index_0) == 0x000000, "Member 'WBP_ComboControl_C_GetLastItemIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetLastItemIndex, CallFunc_GetIndexOffset_IndexOffset) == 0x000004, "Member 'WBP_ComboControl_C_GetLastItemIndex::CallFunc_GetIndexOffset_IndexOffset' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetLastItemIndex, CallFunc_GetOptionCount_Result) == 0x000008, "Member 'WBP_ComboControl_C_GetLastItemIndex::CallFunc_GetOptionCount_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetLastItemIndex, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_ComboControl_C_GetLastItemIndex::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetLastItemIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_ComboControl_C_GetLastItemIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_GetOptionCount \ static_assert(alignof(WBP_ComboControl_C_GetOptionCount) == 0x000004, "Wrong alignment on WBP_ComboControl_C_GetOptionCount"); \ static_assert(sizeof(WBP_ComboControl_C_GetOptionCount) == 0x00000C, "Wrong size on WBP_ComboControl_C_GetOptionCount"); \ static_assert(offsetof(WBP_ComboControl_C_GetOptionCount, Result) == 0x000000, "Member 'WBP_ComboControl_C_GetOptionCount::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetOptionCount, CallFunc_GetOptionCount_ReturnValue) == 0x000004, "Member 'WBP_ComboControl_C_GetOptionCount::CallFunc_GetOptionCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetOptionCount, CallFunc_GetOptionCount_Result) == 0x000008, "Member 'WBP_ComboControl_C_GetOptionCount::CallFunc_GetOptionCount_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_GetSelectedIndex \ static_assert(alignof(WBP_ComboControl_C_GetSelectedIndex) == 0x000004, "Wrong alignment on WBP_ComboControl_C_GetSelectedIndex"); \ static_assert(sizeof(WBP_ComboControl_C_GetSelectedIndex) == 0x00000C, "Wrong size on WBP_ComboControl_C_GetSelectedIndex"); \ static_assert(offsetof(WBP_ComboControl_C_GetSelectedIndex, Result) == 0x000000, "Member 'WBP_ComboControl_C_GetSelectedIndex::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetSelectedIndex, CallFunc_GetSelectedIndexNoOffset_Result) == 0x000004, "Member 'WBP_ComboControl_C_GetSelectedIndex::CallFunc_GetSelectedIndexNoOffset_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetSelectedIndex, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_ComboControl_C_GetSelectedIndex::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_GetSelectedIndexNoOffset \ static_assert(alignof(WBP_ComboControl_C_GetSelectedIndexNoOffset) == 0x000004, "Wrong alignment on WBP_ComboControl_C_GetSelectedIndexNoOffset"); \ static_assert(sizeof(WBP_ComboControl_C_GetSelectedIndexNoOffset) == 0x00000C, "Wrong size on WBP_ComboControl_C_GetSelectedIndexNoOffset"); \ static_assert(offsetof(WBP_ComboControl_C_GetSelectedIndexNoOffset, Result) == 0x000000, "Member 'WBP_ComboControl_C_GetSelectedIndexNoOffset::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetSelectedIndexNoOffset, CallFunc_GetSelectedIndex_SelectedIndex) == 0x000004, "Member 'WBP_ComboControl_C_GetSelectedIndexNoOffset::CallFunc_GetSelectedIndex_SelectedIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetSelectedIndexNoOffset, CallFunc_GetSelectedIndex_ReturnValue) == 0x000008, "Member 'WBP_ComboControl_C_GetSelectedIndexNoOffset::CallFunc_GetSelectedIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_GetSelectedString \ static_assert(alignof(WBP_ComboControl_C_GetSelectedString) == 0x000008, "Wrong alignment on WBP_ComboControl_C_GetSelectedString"); \ static_assert(sizeof(WBP_ComboControl_C_GetSelectedString) == 0x000030, "Wrong size on WBP_ComboControl_C_GetSelectedString"); \ static_assert(offsetof(WBP_ComboControl_C_GetSelectedString, Result) == 0x000000, "Member 'WBP_ComboControl_C_GetSelectedString::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetSelectedString, CallFunc_GetSelectedOption_Result) == 0x000010, "Member 'WBP_ComboControl_C_GetSelectedString::CallFunc_GetSelectedOption_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetSelectedString, CallFunc_GetSelectedOption_ReturnValue) == 0x000020, "Member 'WBP_ComboControl_C_GetSelectedString::CallFunc_GetSelectedOption_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_GetUnmodifiedControlDesiredSize \ static_assert(alignof(WBP_ComboControl_C_GetUnmodifiedControlDesiredSize) == 0x000004, "Wrong alignment on WBP_ComboControl_C_GetUnmodifiedControlDesiredSize"); \ static_assert(sizeof(WBP_ComboControl_C_GetUnmodifiedControlDesiredSize) == 0x000018, "Wrong size on WBP_ComboControl_C_GetUnmodifiedControlDesiredSize"); \ static_assert(offsetof(WBP_ComboControl_C_GetUnmodifiedControlDesiredSize, Result) == 0x000000, "Member 'WBP_ComboControl_C_GetUnmodifiedControlDesiredSize::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetUnmodifiedControlDesiredSize, CallFunc_GetUnmodifiedDesiredSize_ReturnValue) == 0x000008, "Member 'WBP_ComboControl_C_GetUnmodifiedControlDesiredSize::CallFunc_GetUnmodifiedDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_GetUnmodifiedControlDesiredSize, CallFunc_GetUnmodifiedDesiredSize_ReturnValue_1) == 0x000010, "Member 'WBP_ComboControl_C_GetUnmodifiedControlDesiredSize::CallFunc_GetUnmodifiedDesiredSize_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ComboControl_C_FindOptonIndex \ static_assert(alignof(WBP_ComboControl_C_FindOptonIndex) == 0x000008, "Wrong alignment on WBP_ComboControl_C_FindOptonIndex"); \ static_assert(sizeof(WBP_ComboControl_C_FindOptonIndex) == 0x000020, "Wrong size on WBP_ComboControl_C_FindOptonIndex"); \ static_assert(offsetof(WBP_ComboControl_C_FindOptonIndex, Option) == 0x000000, "Member 'WBP_ComboControl_C_FindOptonIndex::Option' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_FindOptonIndex, Index_0) == 0x000010, "Member 'WBP_ComboControl_C_FindOptonIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_FindOptonIndex, Loc_Result) == 0x000014, "Member 'WBP_ComboControl_C_FindOptonIndex::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_FindOptonIndex, CallFunc_FindOptionIndex_ReturnValue) == 0x000018, "Member 'WBP_ComboControl_C_FindOptonIndex::CallFunc_FindOptionIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ComboControl_C_FindOptonIndex, CallFunc_FindOptionIndex_Index) == 0x00001C, "Member 'WBP_ComboControl_C_FindOptonIndex::CallFunc_FindOptionIndex_Index' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_ComboControl_C \ static_assert(alignof(UWBP_ComboControl_C) == 0x000008, "Wrong alignment on UWBP_ComboControl_C"); \ static_assert(sizeof(UWBP_ComboControl_C) == 0x000568, "Wrong size on UWBP_ComboControl_C"); \ static_assert(offsetof(UWBP_ComboControl_C, UberGraphFrame_WBP_ComboControl_C) == 0x000488, "Member 'UWBP_ComboControl_C::UberGraphFrame_WBP_ComboControl_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, ComboBox) == 0x000490, "Member 'UWBP_ComboControl_C::ComboBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, ComboSizeBox) == 0x000498, "Member 'UWBP_ComboControl_C::ComboSizeBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, DummyFillerLabel) == 0x0004A0, "Member 'UWBP_ComboControl_C::DummyFillerLabel' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, HorizontalBox_37) == 0x0004A8, "Member 'UWBP_ComboControl_C::HorizontalBox_37' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, Line) == 0x0004B0, "Member 'UWBP_ComboControl_C::Line' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, SettingNameLabel) == 0x0004B8, "Member 'UWBP_ComboControl_C::SettingNameLabel' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, SideScrollList) == 0x0004C0, "Member 'UWBP_ComboControl_C::SideScrollList' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, SideScrollListSizeBox) == 0x0004C8, "Member 'UWBP_ComboControl_C::SideScrollListSizeBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, IsSideScrollList) == 0x0004D0, "Member 'UWBP_ComboControl_C::IsSideScrollList' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, SideScrollListMinDesiredWidthOverride) == 0x0004D4, "Member 'UWBP_ComboControl_C::SideScrollListMinDesiredWidthOverride' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, IsInt) == 0x0004D8, "Member 'UWBP_ComboControl_C::IsInt' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, IsLocalized) == 0x0004D9, "Member 'UWBP_ComboControl_C::IsLocalized' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, SettingLabelText) == 0x0004E0, "Member 'UWBP_ComboControl_C::SettingLabelText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, SettingLabelTextPlatformCulture) == 0x0004F8, "Member 'UWBP_ComboControl_C::SettingLabelTextPlatformCulture' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, ComboBoxValues) == 0x000548, "Member 'UWBP_ComboControl_C::ComboBoxValues' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, InitialSelectedIndex) == 0x000558, "Member 'UWBP_ComboControl_C::InitialSelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, PreviewSelectedIndex) == 0x00055C, "Member 'UWBP_ComboControl_C::PreviewSelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, IsReverting) == 0x000560, "Member 'UWBP_ComboControl_C::IsReverting' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, IsClearingOptions) == 0x000561, "Member 'UWBP_ComboControl_C::IsClearingOptions' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, IsNoNotifications) == 0x000562, "Member 'UWBP_ComboControl_C::IsNoNotifications' has a wrong offset!"); \ static_assert(offsetof(UWBP_ComboControl_C, IndexOffset) == 0x000564, "Member 'UWBP_ComboControl_C::IndexOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_OnObjectiveAdded_C \ static_assert(alignof(UBPE_OnObjectiveAdded_C) == 0x000008, "Wrong alignment on UBPE_OnObjectiveAdded_C"); \ static_assert(sizeof(UBPE_OnObjectiveAdded_C) == 0x000030, "Wrong size on UBPE_OnObjectiveAdded_C"); \ #define DUMPER7_ASSERTS_UBPE_RemoveObjective_C \ static_assert(alignof(UBPE_RemoveObjective_C) == 0x000008, "Wrong alignment on UBPE_RemoveObjective_C"); \ static_assert(sizeof(UBPE_RemoveObjective_C) == 0x000038, "Wrong size on UBPE_RemoveObjective_C"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory \ static_assert(alignof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory"); \ static_assert(sizeof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory) == 0x000100, "Wrong size on WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, EntryPoint) == 0x000000, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_GetSliderValue_Result) == 0x000004, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_FTrunc_ReturnValue) == 0x000010, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Map_Find_Value) == 0x000018, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Conv_BoolToString_ReturnValue) == 0x000028, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_GetClassDisplayName_ReturnValue) == 0x000038, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000088, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Array_Get_Item) == 0x000098, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Conv_TextToString_ReturnValue) == 0x0000C8, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0000D8, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_CreateEOEvent_ReturnValue_1) == 0x0000E8, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Map_Find_Value_1) == 0x0000F0, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory, CallFunc_Map_Find_ReturnValue_1) == 0x0000F8, "Member 'WBP_AchievementsCategory_C_ExecuteUbergraph_WBP_AchievementsCategory::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_GetCategoryDisplayName \ static_assert(alignof(WBP_AchievementsCategory_C_GetCategoryDisplayName) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_GetCategoryDisplayName"); \ static_assert(sizeof(WBP_AchievementsCategory_C_GetCategoryDisplayName) == 0x000018, "Wrong size on WBP_AchievementsCategory_C_GetCategoryDisplayName"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetCategoryDisplayName, DisplayName) == 0x000000, "Member 'WBP_AchievementsCategory_C_GetCategoryDisplayName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_InitControls \ static_assert(alignof(WBP_AchievementsCategory_C_InitControls) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_InitControls"); \ static_assert(sizeof(WBP_AchievementsCategory_C_InitControls) == 0x0000F0, "Wrong size on WBP_AchievementsCategory_C_InitControls"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'WBP_AchievementsCategory_C_InitControls::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_AchievementsCategory_C_InitControls::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_Array_Get_Item) == 0x000010, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_Conv_TextToString_ReturnValue) == 0x000040, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000050, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, K2Node_CreateDelegate_OutputDelegate) == 0x000060, "Member 'WBP_AchievementsCategory_C_InitControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000070, "Member 'WBP_AchievementsCategory_C_InitControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000080, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_GetAchievementClasses_Achievements) == 0x000088, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_GetAchievementClasses_Achievements' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_Array_Get_Item_2) == 0x0000A0, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, K2Node_ClassDynamicCast_AsEOInt_Stat_Achievement) == 0x0000B0, "Member 'WBP_AchievementsCategory_C_InitControls::K2Node_ClassDynamicCast_AsEOInt_Stat_Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, K2Node_ClassDynamicCast_bSuccess) == 0x0000B8, "Member 'WBP_AchievementsCategory_C_InitControls::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_GetClassDisplayName_ReturnValue) == 0x0000C0, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, K2Node_ClassDynamicCast_AsEOBool_Achievement) == 0x0000D0, "Member 'WBP_AchievementsCategory_C_InitControls::K2Node_ClassDynamicCast_AsEOBool_Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, K2Node_ClassDynamicCast_bSuccess_1) == 0x0000D8, "Member 'WBP_AchievementsCategory_C_InitControls::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_InitControls, CallFunc_GetClassDisplayName_ReturnValue_1) == 0x0000E0, "Member 'WBP_AchievementsCategory_C_InitControls::CallFunc_GetClassDisplayName_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_BoolAchievementSelectionChanged \ static_assert(alignof(WBP_AchievementsCategory_C_BoolAchievementSelectionChanged) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_BoolAchievementSelectionChanged"); \ static_assert(sizeof(WBP_AchievementsCategory_C_BoolAchievementSelectionChanged) == 0x000020, "Wrong size on WBP_AchievementsCategory_C_BoolAchievementSelectionChanged"); \ static_assert(offsetof(WBP_AchievementsCategory_C_BoolAchievementSelectionChanged, Value) == 0x000000, "Member 'WBP_AchievementsCategory_C_BoolAchievementSelectionChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_BoolAchievementSelectionChanged, SettingControl) == 0x000010, "Member 'WBP_AchievementsCategory_C_BoolAchievementSelectionChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_BoolAchievementSelectionChanged, CallFunc_IsEmpty_ReturnValue) == 0x000018, "Member 'WBP_AchievementsCategory_C_BoolAchievementSelectionChanged::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_BoolAchievementSelectionChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'WBP_AchievementsCategory_C_BoolAchievementSelectionChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_IntAchievementSelectionChanged \ static_assert(alignof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_IntAchievementSelectionChanged"); \ static_assert(sizeof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged) == 0x000040, "Wrong size on WBP_AchievementsCategory_C_IntAchievementSelectionChanged"); \ static_assert(offsetof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged, Value) == 0x000000, "Member 'WBP_AchievementsCategory_C_IntAchievementSelectionChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged, SettingControl) == 0x000010, "Member 'WBP_AchievementsCategory_C_IntAchievementSelectionChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged, CallFunc_Map_Find_Value) == 0x000018, "Member 'WBP_AchievementsCategory_C_IntAchievementSelectionChanged::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged, CallFunc_Map_Find_ReturnValue) == 0x000020, "Member 'WBP_AchievementsCategory_C_IntAchievementSelectionChanged::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged, CallFunc_IsEmpty_ReturnValue) == 0x000021, "Member 'WBP_AchievementsCategory_C_IntAchievementSelectionChanged::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged, CallFunc_GetIntAchievementForClass_Achievement) == 0x000028, "Member 'WBP_AchievementsCategory_C_IntAchievementSelectionChanged::CallFunc_GetIntAchievementForClass_Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged, CallFunc_GetIntAchievementForClass_Found) == 0x000030, "Member 'WBP_AchievementsCategory_C_IntAchievementSelectionChanged::CallFunc_GetIntAchievementForClass_Found' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000031, "Member 'WBP_AchievementsCategory_C_IntAchievementSelectionChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged, CallFunc_GetProgress_ReturnValue) == 0x000034, "Member 'WBP_AchievementsCategory_C_IntAchievementSelectionChanged::CallFunc_GetProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000038, "Member 'WBP_AchievementsCategory_C_IntAchievementSelectionChanged::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_IntAchievementSelectionChanged, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00003C, "Member 'WBP_AchievementsCategory_C_IntAchievementSelectionChanged::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_GetBoolAchievementForClass \ static_assert(alignof(WBP_AchievementsCategory_C_GetBoolAchievementForClass) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_GetBoolAchievementForClass"); \ static_assert(sizeof(WBP_AchievementsCategory_C_GetBoolAchievementForClass) == 0x000040, "Wrong size on WBP_AchievementsCategory_C_GetBoolAchievementForClass"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetBoolAchievementForClass, AchievementClass) == 0x000000, "Member 'WBP_AchievementsCategory_C_GetBoolAchievementForClass::AchievementClass' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetBoolAchievementForClass, Achievement) == 0x000008, "Member 'WBP_AchievementsCategory_C_GetBoolAchievementForClass::Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetBoolAchievementForClass, Found) == 0x000010, "Member 'WBP_AchievementsCategory_C_GetBoolAchievementForClass::Found' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetBoolAchievementForClass, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000018, "Member 'WBP_AchievementsCategory_C_GetBoolAchievementForClass::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetBoolAchievementForClass, CallFunc_GetAchievementForClass_ReturnValue) == 0x000020, "Member 'WBP_AchievementsCategory_C_GetBoolAchievementForClass::CallFunc_GetAchievementForClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetBoolAchievementForClass, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_AchievementsCategory_C_GetBoolAchievementForClass::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetBoolAchievementForClass, K2Node_DynamicCast_AsEOBool_Achievement) == 0x000030, "Member 'WBP_AchievementsCategory_C_GetBoolAchievementForClass::K2Node_DynamicCast_AsEOBool_Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetBoolAchievementForClass, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_AchievementsCategory_C_GetBoolAchievementForClass::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_GetIntAchievementForClass \ static_assert(alignof(WBP_AchievementsCategory_C_GetIntAchievementForClass) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_GetIntAchievementForClass"); \ static_assert(sizeof(WBP_AchievementsCategory_C_GetIntAchievementForClass) == 0x000040, "Wrong size on WBP_AchievementsCategory_C_GetIntAchievementForClass"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetIntAchievementForClass, AchievementClass) == 0x000000, "Member 'WBP_AchievementsCategory_C_GetIntAchievementForClass::AchievementClass' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetIntAchievementForClass, Achievement) == 0x000008, "Member 'WBP_AchievementsCategory_C_GetIntAchievementForClass::Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetIntAchievementForClass, Found) == 0x000010, "Member 'WBP_AchievementsCategory_C_GetIntAchievementForClass::Found' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetIntAchievementForClass, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000018, "Member 'WBP_AchievementsCategory_C_GetIntAchievementForClass::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetIntAchievementForClass, CallFunc_GetAchievementForClass_ReturnValue) == 0x000020, "Member 'WBP_AchievementsCategory_C_GetIntAchievementForClass::CallFunc_GetAchievementForClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetIntAchievementForClass, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_AchievementsCategory_C_GetIntAchievementForClass::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetIntAchievementForClass, K2Node_DynamicCast_AsEOInt_Stat_Achievement) == 0x000030, "Member 'WBP_AchievementsCategory_C_GetIntAchievementForClass::K2Node_DynamicCast_AsEOInt_Stat_Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetIntAchievementForClass, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_AchievementsCategory_C_GetIntAchievementForClass::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0 \ static_assert(alignof(WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0"); \ static_assert(sizeof(WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0) == 0x000028, "Wrong size on WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0, ReturnValue) == 0x000000, "Member 'WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0, CallFunc_Map_Find_Value) == 0x000008, "Member 'WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0, CallFunc_Map_Find_ReturnValue) == 0x000010, "Member 'WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0, CallFunc_GetBoolAchievementForClass_Achievement) == 0x000018, "Member 'WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0::CallFunc_GetBoolAchievementForClass_Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0, CallFunc_GetBoolAchievementForClass_Found) == 0x000020, "Member 'WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0::CallFunc_GetBoolAchievementForClass_Found' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0, CallFunc_IsUnlocked_ReturnValue) == 0x000021, "Member 'WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'WBP_AchievementsCategory_C_Get_BoolUnlockAchievementBtn_bIsEnabled_0::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0 \ static_assert(alignof(WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0"); \ static_assert(sizeof(WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0) == 0x000030, "Wrong size on WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0, ReturnValue) == 0x000000, "Member 'WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0, CallFunc_Map_Find_Value) == 0x000008, "Member 'WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0, CallFunc_Map_Find_ReturnValue) == 0x000010, "Member 'WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0, CallFunc_GetIntAchievementForClass_Achievement) == 0x000018, "Member 'WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0::CallFunc_GetIntAchievementForClass_Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0, CallFunc_GetIntAchievementForClass_Found) == 0x000020, "Member 'WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0::CallFunc_GetIntAchievementForClass_Found' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0, CallFunc_GetProgress_ReturnValue) == 0x000024, "Member 'WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0::CallFunc_GetProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'WBP_AchievementsCategory_C_Get_IntAchievementUpdateProgressBtn_bIsEnabled_0::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_UnlockBoolByClass \ static_assert(alignof(WBP_AchievementsCategory_C_UnlockBoolByClass) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_UnlockBoolByClass"); \ static_assert(sizeof(WBP_AchievementsCategory_C_UnlockBoolByClass) == 0x000080, "Wrong size on WBP_AchievementsCategory_C_UnlockBoolByClass"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, BoolAchievementClass) == 0x000000, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::BoolAchievementClass' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, CallFunc_CreateEOEvent_ReturnValue) == 0x000028, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000030, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, K2Node_ClassDynamicCast_AsEOBool_Achievement) == 0x000038, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::K2Node_ClassDynamicCast_AsEOBool_Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, K2Node_ClassDynamicCast_bSuccess) == 0x000040, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_1) == 0x000048, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000050, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, K2Node_ClassDynamicCast_AsEOBool_Achievement_1) == 0x000058, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::K2Node_ClassDynamicCast_AsEOBool_Achievement_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, K2Node_ClassDynamicCast_bSuccess_1) == 0x000060, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::K2Node_ClassDynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, CallFunc_GetAchievementForClass_ReturnValue) == 0x000068, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::CallFunc_GetAchievementForClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, K2Node_DynamicCast_AsEOBool_Achievement) == 0x000070, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::K2Node_DynamicCast_AsEOBool_Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, CallFunc_IsUnlocked_ReturnValue) == 0x000079, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::CallFunc_IsUnlocked_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockBoolByClass, CallFunc_Not_PreBool_ReturnValue) == 0x00007A, "Member 'WBP_AchievementsCategory_C_UnlockBoolByClass::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_UnlockIntByClass \ static_assert(alignof(WBP_AchievementsCategory_C_UnlockIntByClass) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_UnlockIntByClass"); \ static_assert(sizeof(WBP_AchievementsCategory_C_UnlockIntByClass) == 0x000070, "Wrong size on WBP_AchievementsCategory_C_UnlockIntByClass"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockIntByClass, IntAchievementClass) == 0x000000, "Member 'WBP_AchievementsCategory_C_UnlockIntByClass::IntAchievementClass' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockIntByClass, CallFunc_CreateEOEvent_ReturnValue) == 0x000028, "Member 'WBP_AchievementsCategory_C_UnlockIntByClass::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockIntByClass, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000030, "Member 'WBP_AchievementsCategory_C_UnlockIntByClass::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockIntByClass, K2Node_ClassDynamicCast_AsEOInt_Stat_Achievement) == 0x000038, "Member 'WBP_AchievementsCategory_C_UnlockIntByClass::K2Node_ClassDynamicCast_AsEOInt_Stat_Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockIntByClass, K2Node_ClassDynamicCast_bSuccess) == 0x000040, "Member 'WBP_AchievementsCategory_C_UnlockIntByClass::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockIntByClass, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000048, "Member 'WBP_AchievementsCategory_C_UnlockIntByClass::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockIntByClass, CallFunc_GetAchievementForClass_ReturnValue) == 0x000050, "Member 'WBP_AchievementsCategory_C_UnlockIntByClass::CallFunc_GetAchievementForClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockIntByClass, K2Node_DynamicCast_AsEOInt_Stat_Achievement) == 0x000058, "Member 'WBP_AchievementsCategory_C_UnlockIntByClass::K2Node_DynamicCast_AsEOInt_Stat_Achievement' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockIntByClass, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_AchievementsCategory_C_UnlockIntByClass::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockIntByClass, CallFunc_GetProgress_ReturnValue) == 0x000064, "Member 'WBP_AchievementsCategory_C_UnlockIntByClass::CallFunc_GetProgress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_UnlockIntByClass, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000068, "Member 'WBP_AchievementsCategory_C_UnlockIntByClass::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_Get_AllAchievementsUnlockBtn_bIsEnabled_0 \ static_assert(alignof(WBP_AchievementsCategory_C_Get_AllAchievementsUnlockBtn_bIsEnabled_0) == 0x000001, "Wrong alignment on WBP_AchievementsCategory_C_Get_AllAchievementsUnlockBtn_bIsEnabled_0"); \ static_assert(sizeof(WBP_AchievementsCategory_C_Get_AllAchievementsUnlockBtn_bIsEnabled_0) == 0x000001, "Wrong size on WBP_AchievementsCategory_C_Get_AllAchievementsUnlockBtn_bIsEnabled_0"); \ static_assert(offsetof(WBP_AchievementsCategory_C_Get_AllAchievementsUnlockBtn_bIsEnabled_0, ReturnValue) == 0x000000, "Member 'WBP_AchievementsCategory_C_Get_AllAchievementsUnlockBtn_bIsEnabled_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AchievementsCategory_C_GetSettingsControlWidgets \ static_assert(alignof(WBP_AchievementsCategory_C_GetSettingsControlWidgets) == 0x000008, "Wrong alignment on WBP_AchievementsCategory_C_GetSettingsControlWidgets"); \ static_assert(sizeof(WBP_AchievementsCategory_C_GetSettingsControlWidgets) == 0x000020, "Wrong size on WBP_AchievementsCategory_C_GetSettingsControlWidgets"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetSettingsControlWidgets, ControlWidgets) == 0x000000, "Member 'WBP_AchievementsCategory_C_GetSettingsControlWidgets::ControlWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_AchievementsCategory_C_GetSettingsControlWidgets, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_AchievementsCategory_C_GetSettingsControlWidgets::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_AchievementsCategory_C \ static_assert(alignof(UWBP_AchievementsCategory_C) == 0x000008, "Wrong alignment on UWBP_AchievementsCategory_C"); \ static_assert(sizeof(UWBP_AchievementsCategory_C) == 0x0003F0, "Wrong size on UWBP_AchievementsCategory_C"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, UberGraphFrame_WBP_AchievementsCategory_C) == 0x0002D8, "Member 'UWBP_AchievementsCategory_C::UberGraphFrame_WBP_AchievementsCategory_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, AllAchievementsResetBtn) == 0x0002E0, "Member 'UWBP_AchievementsCategory_C::AllAchievementsResetBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, AllAchievementsUnlockBtn) == 0x0002E8, "Member 'UWBP_AchievementsCategory_C::AllAchievementsUnlockBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, BoolAchievementsComboBox) == 0x0002F0, "Member 'UWBP_AchievementsCategory_C::BoolAchievementsComboBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, BoolUnlockAchievementBtn) == 0x0002F8, "Member 'UWBP_AchievementsCategory_C::BoolUnlockAchievementBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, ControlListVerticalBox) == 0x000300, "Member 'UWBP_AchievementsCategory_C::ControlListVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, IntAchievementProgress) == 0x000308, "Member 'UWBP_AchievementsCategory_C::IntAchievementProgress' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, IntAchievementsComboBox) == 0x000310, "Member 'UWBP_AchievementsCategory_C::IntAchievementsComboBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, IntAchievementUpdateProgressBtn) == 0x000318, "Member 'UWBP_AchievementsCategory_C::IntAchievementUpdateProgressBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, PrintScreenDuration) == 0x000320, "Member 'UWBP_AchievementsCategory_C::PrintScreenDuration' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, BoolAchievementClassMap) == 0x000328, "Member 'UWBP_AchievementsCategory_C::BoolAchievementClassMap' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, IntAchievementClassMap) == 0x000378, "Member 'UWBP_AchievementsCategory_C::IntAchievementClassMap' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, bIsBoolAchievementAlreadyUnlocked) == 0x0003C8, "Member 'UWBP_AchievementsCategory_C::bIsBoolAchievementAlreadyUnlocked' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, bIsIntAchievementAlreadyUnlocked) == 0x0003C9, "Member 'UWBP_AchievementsCategory_C::bIsIntAchievementAlreadyUnlocked' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, SelectedBoolAchievement) == 0x0003D0, "Member 'UWBP_AchievementsCategory_C::SelectedBoolAchievement' has a wrong offset!"); \ static_assert(offsetof(UWBP_AchievementsCategory_C, SelectedIntAchievement) == 0x0003E0, "Member 'UWBP_AchievementsCategory_C::SelectedIntAchievement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_OnObjectiveRemoved_C \ static_assert(alignof(UBPE_OnObjectiveRemoved_C) == 0x000008, "Wrong alignment on UBPE_OnObjectiveRemoved_C"); \ static_assert(sizeof(UBPE_OnObjectiveRemoved_C) == 0x000030, "Wrong size on UBPE_OnObjectiveRemoved_C"); \ #define DUMPER7_ASSERTS_FS_CoverDecor \ static_assert(alignof(FS_CoverDecor) == 0x000010, "Wrong alignment on FS_CoverDecor"); \ static_assert(sizeof(FS_CoverDecor) == 0x000050, "Wrong size on FS_CoverDecor"); \ static_assert(offsetof(FS_CoverDecor, StaticMesh_17_534599ED45F2E5D5046ACA852F1DACC2) == 0x000000, "Member 'FS_CoverDecor::StaticMesh_17_534599ED45F2E5D5046ACA852F1DACC2' has a wrong offset!"); \ static_assert(offsetof(FS_CoverDecor, AttachTo_13_0DBD8F464D904921B9DBB7AC45D19760) == 0x000008, "Member 'FS_CoverDecor::AttachTo_13_0DBD8F464D904921B9DBB7AC45D19760' has a wrong offset!"); \ static_assert(offsetof(FS_CoverDecor, LocationAngleScale_15_18A9D0CB439B0B394D9CF393FF6076FF) == 0x000010, "Member 'FS_CoverDecor::LocationAngleScale_15_18A9D0CB439B0B394D9CF393FF6076FF' has a wrong offset!"); \ static_assert(offsetof(FS_CoverDecor, ScaleZwithcoverthickness_21_7E5266A948D523C7441619943030423B) == 0x000040, "Member 'FS_CoverDecor::ScaleZwithcoverthickness_21_7E5266A948D523C7441619943030423B' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_SetObjectiveStatus_C \ static_assert(alignof(UBPE_SetObjectiveStatus_C) == 0x000008, "Wrong alignment on UBPE_SetObjectiveStatus_C"); \ static_assert(sizeof(UBPE_SetObjectiveStatus_C) == 0x000040, "Wrong size on UBPE_SetObjectiveStatus_C"); \ #define DUMPER7_ASSERTS_UBPE_OnObjectiveStatusChanged_C \ static_assert(alignof(UBPE_OnObjectiveStatusChanged_C) == 0x000008, "Wrong alignment on UBPE_OnObjectiveStatusChanged_C"); \ static_assert(sizeof(UBPE_OnObjectiveStatusChanged_C) == 0x000038, "Wrong size on UBPE_OnObjectiveStatusChanged_C"); \ #define DUMPER7_ASSERTS_UBPE_OnPlayerTaskAdded_C \ static_assert(alignof(UBPE_OnPlayerTaskAdded_C) == 0x000008, "Wrong alignment on UBPE_OnPlayerTaskAdded_C"); \ static_assert(sizeof(UBPE_OnPlayerTaskAdded_C) == 0x000030, "Wrong size on UBPE_OnPlayerTaskAdded_C"); \ #define DUMPER7_ASSERTS_UBPE_OnPlayerTaskStatusChanged_C \ static_assert(alignof(UBPE_OnPlayerTaskStatusChanged_C) == 0x000008, "Wrong alignment on UBPE_OnPlayerTaskStatusChanged_C"); \ static_assert(sizeof(UBPE_OnPlayerTaskStatusChanged_C) == 0x000038, "Wrong size on UBPE_OnPlayerTaskStatusChanged_C"); \ #define DUMPER7_ASSERTS_Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio \ static_assert(alignof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio) == 0x000008, "Wrong alignment on Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio"); \ static_assert(sizeof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio) == 0x000070, "Wrong size on Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio, EntryPoint) == 0x000000, "Member 'Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio, K2Node_EOEvent_Sender) == 0x000008, "Member 'Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio, K2Node_EOEvent_Event) == 0x000010, "Member 'Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio, CallFunc_CreateEOEvent_ReturnValue) == 0x000018, "Member 'Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio, K2Node_EOCreateEvent_OutputDelegate) == 0x000020, "Member 'Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000030, "Member 'Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio, K2Node_EOEvent_Sender_2) == 0x000040, "Member 'Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio, K2Node_EOEvent_Event_2) == 0x000048, "Member 'Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio, K2Node_EOEvent_Sender_1) == 0x000050, "Member 'Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio, K2Node_EOEvent_Event_1) == 0x000058, "Member 'Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000060, "Member 'Ch00_Katjas_Apartment_Audio_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Audio::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ch00_Katjas_Apartment_Audio_C_StartChimeRinging \ static_assert(alignof(Ch00_Katjas_Apartment_Audio_C_StartChimeRinging) == 0x000008, "Wrong alignment on Ch00_Katjas_Apartment_Audio_C_StartChimeRinging"); \ static_assert(sizeof(Ch00_Katjas_Apartment_Audio_C_StartChimeRinging) == 0x000010, "Wrong size on Ch00_Katjas_Apartment_Audio_C_StartChimeRinging"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_StartChimeRinging, Sender) == 0x000000, "Member 'Ch00_Katjas_Apartment_Audio_C_StartChimeRinging::Sender' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_StartChimeRinging, Event) == 0x000008, "Member 'Ch00_Katjas_Apartment_Audio_C_StartChimeRinging::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ch00_Katjas_Apartment_Audio_C_KA0_MusicLogic \ static_assert(alignof(Ch00_Katjas_Apartment_Audio_C_KA0_MusicLogic) == 0x000008, "Wrong alignment on Ch00_Katjas_Apartment_Audio_C_KA0_MusicLogic"); \ static_assert(sizeof(Ch00_Katjas_Apartment_Audio_C_KA0_MusicLogic) == 0x000010, "Wrong size on Ch00_Katjas_Apartment_Audio_C_KA0_MusicLogic"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_KA0_MusicLogic, Sender) == 0x000000, "Member 'Ch00_Katjas_Apartment_Audio_C_KA0_MusicLogic::Sender' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_KA0_MusicLogic, Event) == 0x000008, "Member 'Ch00_Katjas_Apartment_Audio_C_KA0_MusicLogic::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ch00_Katjas_Apartment_Audio_C_TapeMusicIsPlaying \ static_assert(alignof(Ch00_Katjas_Apartment_Audio_C_TapeMusicIsPlaying) == 0x000008, "Wrong alignment on Ch00_Katjas_Apartment_Audio_C_TapeMusicIsPlaying"); \ static_assert(sizeof(Ch00_Katjas_Apartment_Audio_C_TapeMusicIsPlaying) == 0x000010, "Wrong size on Ch00_Katjas_Apartment_Audio_C_TapeMusicIsPlaying"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_TapeMusicIsPlaying, Sender) == 0x000000, "Member 'Ch00_Katjas_Apartment_Audio_C_TapeMusicIsPlaying::Sender' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Audio_C_TapeMusicIsPlaying, Event) == 0x000008, "Member 'Ch00_Katjas_Apartment_Audio_C_TapeMusicIsPlaying::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACh00_Katjas_Apartment_Audio_C \ static_assert(alignof(ACh00_Katjas_Apartment_Audio_C) == 0x000008, "Wrong alignment on ACh00_Katjas_Apartment_Audio_C"); \ static_assert(sizeof(ACh00_Katjas_Apartment_Audio_C) == 0x000370, "Wrong size on ACh00_Katjas_Apartment_Audio_C"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Audio_C, UberGraphFrame_Ch00_Katjas_Apartment_Audio_C) == 0x0002F8, "Member 'ACh00_Katjas_Apartment_Audio_C::UberGraphFrame_Ch00_Katjas_Apartment_Audio_C' has a wrong offset!"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Audio_C, ST_Quartz_Clock_Info_3) == 0x000300, "Member 'ACh00_Katjas_Apartment_Audio_C::ST_Quartz_Clock_Info_3' has a wrong offset!"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Audio_C, Layer_Toggles) == 0x000358, "Member 'ACh00_Katjas_Apartment_Audio_C::Layer_Toggles' has a wrong offset!"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Audio_C, TapeMusicPlaying) == 0x000368, "Member 'ACh00_Katjas_Apartment_Audio_C::TapeMusicPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_Throwable_Equipped_C \ static_assert(alignof(UGE_Throwable_Equipped_C) == 0x000008, "Wrong alignment on UGE_Throwable_Equipped_C"); \ static_assert(sizeof(UGE_Throwable_Equipped_C) == 0x000800, "Wrong size on UGE_Throwable_Equipped_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_ExternalHover_End_C \ static_assert(alignof(UBPE_Global_ExternalHover_End_C) == 0x000008, "Wrong alignment on UBPE_Global_ExternalHover_End_C"); \ static_assert(sizeof(UBPE_Global_ExternalHover_End_C) == 0x000028, "Wrong size on UBPE_Global_ExternalHover_End_C"); \ #define DUMPER7_ASSERTS_UBPE_OS_UnlockBoolAchievement_C \ static_assert(alignof(UBPE_OS_UnlockBoolAchievement_C) == 0x000008, "Wrong alignment on UBPE_OS_UnlockBoolAchievement_C"); \ static_assert(sizeof(UBPE_OS_UnlockBoolAchievement_C) == 0x000030, "Wrong size on UBPE_OS_UnlockBoolAchievement_C"); \ static_assert(offsetof(UBPE_OS_UnlockBoolAchievement_C, Achievement) == 0x000028, "Member 'UBPE_OS_UnlockBoolAchievement_C::Achievement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHPuppetMasterSubsystem_C_ExecuteUbergraph_BP_PHPuppetMasterSubsystem \ static_assert(alignof(BP_PHPuppetMasterSubsystem_C_ExecuteUbergraph_BP_PHPuppetMasterSubsystem) == 0x000004, "Wrong alignment on BP_PHPuppetMasterSubsystem_C_ExecuteUbergraph_BP_PHPuppetMasterSubsystem"); \ static_assert(sizeof(BP_PHPuppetMasterSubsystem_C_ExecuteUbergraph_BP_PHPuppetMasterSubsystem) == 0x000004, "Wrong size on BP_PHPuppetMasterSubsystem_C_ExecuteUbergraph_BP_PHPuppetMasterSubsystem"); \ static_assert(offsetof(BP_PHPuppetMasterSubsystem_C_ExecuteUbergraph_BP_PHPuppetMasterSubsystem, EntryPoint) == 0x000000, "Member 'BP_PHPuppetMasterSubsystem_C_ExecuteUbergraph_BP_PHPuppetMasterSubsystem::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PHPuppetMasterSubsystem_C \ static_assert(alignof(UBP_PHPuppetMasterSubsystem_C) == 0x000008, "Wrong alignment on UBP_PHPuppetMasterSubsystem_C"); \ static_assert(sizeof(UBP_PHPuppetMasterSubsystem_C) == 0x000060, "Wrong size on UBP_PHPuppetMasterSubsystem_C"); \ static_assert(offsetof(UBP_PHPuppetMasterSubsystem_C, UberGraphFrame) == 0x000038, "Member 'UBP_PHPuppetMasterSubsystem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_PHPuppetMasterSubsystem_C, totalPlayTimeThisChapter) == 0x000040, "Member 'UBP_PHPuppetMasterSubsystem_C::totalPlayTimeThisChapter' has a wrong offset!"); \ static_assert(offsetof(UBP_PHPuppetMasterSubsystem_C, UpdateDataTable) == 0x000048, "Member 'UBP_PHPuppetMasterSubsystem_C::UpdateDataTable' has a wrong offset!"); \ static_assert(offsetof(UBP_PHPuppetMasterSubsystem_C, NewVar_0) == 0x000058, "Member 'UBP_PHPuppetMasterSubsystem_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA1_PickedUpFlintStriker_C \ static_assert(alignof(UBPE_KA1_PickedUpFlintStriker_C) == 0x000008, "Wrong alignment on UBPE_KA1_PickedUpFlintStriker_C"); \ static_assert(sizeof(UBPE_KA1_PickedUpFlintStriker_C) == 0x000028, "Wrong size on UBPE_KA1_PickedUpFlintStriker_C"); \ #define DUMPER7_ASSERTS_BPI_WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget \ static_assert(alignof(BPI_WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget) == 0x000008, "Wrong alignment on BPI_WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget"); \ static_assert(sizeof(BPI_WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget) == 0x000008, "Wrong size on BPI_WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget"); \ static_assert(offsetof(BPI_WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget, NewParam) == 0x000000, "Member 'BPI_WBP_CategorizedInGameMenu_C_GetCategoryHorizontalBoxWidget::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher \ static_assert(alignof(BPI_WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher) == 0x000008, "Wrong alignment on BPI_WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher"); \ static_assert(sizeof(BPI_WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher) == 0x000008, "Wrong size on BPI_WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher"); \ static_assert(offsetof(BPI_WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher, NewParam) == 0x000000, "Member 'BPI_WBP_CategorizedInGameMenu_C_GetCategoryWidgetSwitcher::NewParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_WBP_CategorizedInGameMenu_C \ static_assert(alignof(IBPI_WBP_CategorizedInGameMenu_C) == 0x000001, "Wrong alignment on IBPI_WBP_CategorizedInGameMenu_C"); \ static_assert(sizeof(IBPI_WBP_CategorizedInGameMenu_C) == 0x000001, "Wrong size on IBPI_WBP_CategorizedInGameMenu_C"); \ #define DUMPER7_ASSERTS_UGE_BlockCrouchNoUncrouch_C \ static_assert(alignof(UGE_BlockCrouchNoUncrouch_C) == 0x000008, "Wrong alignment on UGE_BlockCrouchNoUncrouch_C"); \ static_assert(sizeof(UGE_BlockCrouchNoUncrouch_C) == 0x000800, "Wrong size on UGE_BlockCrouchNoUncrouch_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ActiveBreathingTutorialStart_C \ static_assert(alignof(UBPE_Global_HUD_ActiveBreathingTutorialStart_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ActiveBreathingTutorialStart_C"); \ static_assert(sizeof(UBPE_Global_HUD_ActiveBreathingTutorialStart_C) == 0x000038, "Wrong size on UBPE_Global_HUD_ActiveBreathingTutorialStart_C"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingTutorialStart_C, Duration) == 0x000028, "Member 'UBPE_Global_HUD_ActiveBreathingTutorialStart_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingTutorialStart_C, TimeWindowStart) == 0x00002C, "Member 'UBPE_Global_HUD_ActiveBreathingTutorialStart_C::TimeWindowStart' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingTutorialStart_C, TimeWindowEnd) == 0x000030, "Member 'UBPE_Global_HUD_ActiveBreathingTutorialStart_C::TimeWindowEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_BreathRegen_C \ static_assert(alignof(UGE_BreathRegen_C) == 0x000008, "Wrong alignment on UGE_BreathRegen_C"); \ static_assert(sizeof(UGE_BreathRegen_C) == 0x000800, "Wrong size on UGE_BreathRegen_C"); \ #define DUMPER7_ASSERTS_ABP_CA_NestingDoll_Amma_C \ static_assert(alignof(ABP_CA_NestingDoll_Amma_C) == 0x000008, "Wrong alignment on ABP_CA_NestingDoll_Amma_C"); \ static_assert(sizeof(ABP_CA_NestingDoll_Amma_C) == 0x001BF0, "Wrong size on ABP_CA_NestingDoll_Amma_C"); \ #define DUMPER7_ASSERTS_UBPE_Player_LH_ObjectAttach_C \ static_assert(alignof(UBPE_Player_LH_ObjectAttach_C) == 0x000008, "Wrong alignment on UBPE_Player_LH_ObjectAttach_C"); \ static_assert(sizeof(UBPE_Player_LH_ObjectAttach_C) == 0x000028, "Wrong size on UBPE_Player_LH_ObjectAttach_C"); \ #define DUMPER7_ASSERTS_LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation \ static_assert(alignof(LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation) == 0x000010, "Wrong alignment on LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation"); \ static_assert(sizeof(LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation) == 0x000080, "Wrong size on LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation"); \ static_assert(offsetof(LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation, EntryPoint) == 0x000000, "Member 'LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000010, "Member 'LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation, CallFunc_GetTransform_ReturnValue) == 0x000020, "Member 'LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation, CallFunc_BreakTransform_Location) == 0x000050, "Member 'LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation, CallFunc_BreakTransform_Rotation) == 0x00005C, "Member 'LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation, CallFunc_BreakTransform_Scale) == 0x000068, "Member 'LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation, CallFunc_K2_TeleportTo_ReturnValue) == 0x000074, "Member 'LSA_BaseRelocation_C_ExecuteUbergraph_LSA_BaseRelocation::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_BaseRelocation_C \ static_assert(alignof(ALSA_BaseRelocation_C) == 0x000008, "Wrong alignment on ALSA_BaseRelocation_C"); \ static_assert(sizeof(ALSA_BaseRelocation_C) == 0x000878, "Wrong size on ALSA_BaseRelocation_C"); \ static_assert(offsetof(ALSA_BaseRelocation_C, UberGraphFrame_LSA_BaseRelocation_C) == 0x000860, "Member 'ALSA_BaseRelocation_C::UberGraphFrame_LSA_BaseRelocation_C' has a wrong offset!"); \ static_assert(offsetof(ALSA_BaseRelocation_C, End_Relocator) == 0x000868, "Member 'ALSA_BaseRelocation_C::End_Relocator' has a wrong offset!"); \ static_assert(offsetof(ALSA_BaseRelocation_C, EndRelocationDelay) == 0x000870, "Member 'ALSA_BaseRelocation_C::EndRelocationDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_PHBasePlayerSpeed_C \ static_assert(alignof(UGE_PHBasePlayerSpeed_C) == 0x000008, "Wrong alignment on UGE_PHBasePlayerSpeed_C"); \ static_assert(sizeof(UGE_PHBasePlayerSpeed_C) == 0x000800, "Wrong size on UGE_PHBasePlayerSpeed_C"); \ #define DUMPER7_ASSERTS_UBPE_BaseAddInventoryItem_C \ static_assert(alignof(UBPE_BaseAddInventoryItem_C) == 0x000008, "Wrong alignment on UBPE_BaseAddInventoryItem_C"); \ static_assert(sizeof(UBPE_BaseAddInventoryItem_C) == 0x000038, "Wrong size on UBPE_BaseAddInventoryItem_C"); \ #define DUMPER7_ASSERTS_UGE_PHBasePlayerSpeedRecover_C \ static_assert(alignof(UGE_PHBasePlayerSpeedRecover_C) == 0x000008, "Wrong alignment on UGE_PHBasePlayerSpeedRecover_C"); \ static_assert(sizeof(UGE_PHBasePlayerSpeedRecover_C) == 0x000800, "Wrong size on UGE_PHBasePlayerSpeedRecover_C"); \ #define DUMPER7_ASSERTS_BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base \ static_assert(alignof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base) == 0x000008, "Wrong alignment on BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base"); \ static_assert(sizeof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base) == 0x000170, "Wrong size on BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, EntryPoint) == 0x000000, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000010, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_EOCreateEvent_OutputDelegate) == 0x000018, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000028, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000030, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000038, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000040, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_ComponentBoundEvent_bFromSweep) == 0x000044, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_ComponentBoundEvent_SweepResult) == 0x000048, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000D0, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000D1, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_BooleanAND_ReturnValue) == 0x0000D2, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000D8, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_ComponentBoundEvent_OtherActor) == 0x0000E0, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_ComponentBoundEvent_OtherComp) == 0x0000E8, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000F0, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000F4, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_MapRangeClamped_ReturnValue) == 0x0000F8, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000FC, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_IsValidClass_ReturnValue) == 0x0000FD, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_BooleanAND_ReturnValue_1) == 0x0000FE, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000100, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_EOEvent_Sender_2) == 0x000110, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_EOEvent_Event_2) == 0x000118, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000120, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_IsValidClass_ReturnValue_1) == 0x000130, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_EOEvent_Sender_1) == 0x000138, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_EOEvent_Event_1) == 0x000140, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_IsPlaying_ReturnValue) == 0x000148, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_IsValid_ReturnValue) == 0x000149, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_CreateDelegate_OutputDelegate) == 0x00014C, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, CallFunc_Lerp_ReturnValue) == 0x00015C, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_EOEvent_Sender) == 0x000160, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base, K2Node_EOEvent_Event) == 0x000168, "Member 'BP_AudioFossil_Base_C_ExecuteUbergraph_BP_AudioFossil_Base::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioFossil_Base_C_EOEventDelegate_0 \ static_assert(alignof(BP_AudioFossil_Base_C_EOEventDelegate_0) == 0x000008, "Wrong alignment on BP_AudioFossil_Base_C_EOEventDelegate_0"); \ static_assert(sizeof(BP_AudioFossil_Base_C_EOEventDelegate_0) == 0x000010, "Wrong size on BP_AudioFossil_Base_C_EOEventDelegate_0"); \ static_assert(offsetof(BP_AudioFossil_Base_C_EOEventDelegate_0, Sender) == 0x000000, "Member 'BP_AudioFossil_Base_C_EOEventDelegate_0::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_EOEventDelegate_0, Event) == 0x000008, "Member 'BP_AudioFossil_Base_C_EOEventDelegate_0::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioFossil_Base_C_DeactivateEOEvent \ static_assert(alignof(BP_AudioFossil_Base_C_DeactivateEOEvent) == 0x000008, "Wrong alignment on BP_AudioFossil_Base_C_DeactivateEOEvent"); \ static_assert(sizeof(BP_AudioFossil_Base_C_DeactivateEOEvent) == 0x000010, "Wrong size on BP_AudioFossil_Base_C_DeactivateEOEvent"); \ static_assert(offsetof(BP_AudioFossil_Base_C_DeactivateEOEvent, Sender) == 0x000000, "Member 'BP_AudioFossil_Base_C_DeactivateEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_DeactivateEOEvent, Event) == 0x000008, "Member 'BP_AudioFossil_Base_C_DeactivateEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioFossil_Base_C_ActivateEOEvent \ static_assert(alignof(BP_AudioFossil_Base_C_ActivateEOEvent) == 0x000008, "Wrong alignment on BP_AudioFossil_Base_C_ActivateEOEvent"); \ static_assert(sizeof(BP_AudioFossil_Base_C_ActivateEOEvent) == 0x000010, "Wrong size on BP_AudioFossil_Base_C_ActivateEOEvent"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ActivateEOEvent, Sender) == 0x000000, "Member 'BP_AudioFossil_Base_C_ActivateEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_ActivateEOEvent, Event) == 0x000008, "Member 'BP_AudioFossil_Base_C_ActivateEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_AudioFossil_Base_C_BndEvt__BP_AudioFossil_Base_ActivateBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioFossil_Base_C_UserConstructionScript \ static_assert(alignof(BP_AudioFossil_Base_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_AudioFossil_Base_C_UserConstructionScript"); \ static_assert(sizeof(BP_AudioFossil_Base_C_UserConstructionScript) == 0x000040, "Wrong size on BP_AudioFossil_Base_C_UserConstructionScript"); \ static_assert(offsetof(BP_AudioFossil_Base_C_UserConstructionScript, K2Node_MakeStruct_WeightedBlendable) == 0x000000, "Member 'BP_AudioFossil_Base_C_UserConstructionScript::K2Node_MakeStruct_WeightedBlendable' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_AudioFossil_Base_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x000011, "Member 'BP_AudioFossil_Base_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000014, "Member 'BP_AudioFossil_Base_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_UserConstructionScript, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000020, "Member 'BP_AudioFossil_Base_C_UserConstructionScript::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000030, "Member 'BP_AudioFossil_Base_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioFossil_Base_C_UserConstructionScript, CallFunc_Array_AddUnique_ReturnValue) == 0x000038, "Member 'BP_AudioFossil_Base_C_UserConstructionScript::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioFossil_Base_C_SetToActivate \ static_assert(alignof(BP_AudioFossil_Base_C_SetToActivate) == 0x000001, "Wrong alignment on BP_AudioFossil_Base_C_SetToActivate"); \ static_assert(sizeof(BP_AudioFossil_Base_C_SetToActivate) == 0x000001, "Wrong size on BP_AudioFossil_Base_C_SetToActivate"); \ static_assert(offsetof(BP_AudioFossil_Base_C_SetToActivate, ShouldActivate) == 0x000000, "Member 'BP_AudioFossil_Base_C_SetToActivate::ShouldActivate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AudioFossil_Base_C \ static_assert(alignof(ABP_AudioFossil_Base_C) == 0x000008, "Wrong alignment on ABP_AudioFossil_Base_C"); \ static_assert(sizeof(ABP_AudioFossil_Base_C) == 0x0002E8, "Wrong size on ABP_AudioFossil_Base_C"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, UberGraphFrame) == 0x000230, "Member 'ABP_AudioFossil_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, ActivateBox) == 0x000238, "Member 'ABP_AudioFossil_Base_C::ActivateBox' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, Audio) == 0x000240, "Member 'ABP_AudioFossil_Base_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, PostProcess) == 0x000248, "Member 'ABP_AudioFossil_Base_C::PostProcess' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, PostProcessBound) == 0x000250, "Member 'ABP_AudioFossil_Base_C::PostProcessBound' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, DefaultSceneRoot) == 0x000258, "Member 'ABP_AudioFossil_Base_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, FadePost_NewTrack_0_D5521A504CD2B3102394C1849EA5A8B0) == 0x000260, "Member 'ABP_AudioFossil_Base_C::FadePost_NewTrack_0_D5521A504CD2B3102394C1849EA5A8B0' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, FadePost__Direction_D5521A504CD2B3102394C1849EA5A8B0) == 0x000264, "Member 'ABP_AudioFossil_Base_C::FadePost__Direction_D5521A504CD2B3102394C1849EA5A8B0' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, FadePost) == 0x000268, "Member 'ABP_AudioFossil_Base_C::FadePost' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, Materialnstance) == 0x000270, "Member 'ABP_AudioFossil_Base_C::Materialnstance' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, WeightedBlendable) == 0x000278, "Member 'ABP_AudioFossil_Base_C::WeightedBlendable' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, TriggerActivated) == 0x000288, "Member 'ABP_AudioFossil_Base_C::TriggerActivated' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, Tint) == 0x00028C, "Member 'ABP_AudioFossil_Base_C::Tint' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, Active) == 0x00029C, "Member 'ABP_AudioFossil_Base_C::Active' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, TimelineFadeInDur) == 0x0002A0, "Member 'ABP_AudioFossil_Base_C::TimelineFadeInDur' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, TimelineAlpha) == 0x0002A4, "Member 'ABP_AudioFossil_Base_C::TimelineAlpha' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, TimelineFadeOutDur) == 0x0002A8, "Member 'ABP_AudioFossil_Base_C::TimelineFadeOutDur' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, AudioFinishedDisablePost) == 0x0002AC, "Member 'ABP_AudioFossil_Base_C::AudioFinishedDisablePost' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, FadeInAudio) == 0x0002AD, "Member 'ABP_AudioFossil_Base_C::FadeInAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, ReversingFromEnd) == 0x0002AE, "Member 'ABP_AudioFossil_Base_C::ReversingFromEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, Sound) == 0x0002B0, "Member 'ABP_AudioFossil_Base_C::Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, Debug) == 0x0002B8, "Member 'ABP_AudioFossil_Base_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, FossilRadiusTarget) == 0x0002BC, "Member 'ABP_AudioFossil_Base_C::FossilRadiusTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, BlurMaskRadiusTarget) == 0x0002C0, "Member 'ABP_AudioFossil_Base_C::BlurMaskRadiusTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, ReverseTarget) == 0x0002C4, "Member 'ABP_AudioFossil_Base_C::ReverseTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, GlobalRadiusMultTarget) == 0x0002C8, "Member 'ABP_AudioFossil_Base_C::GlobalRadiusMultTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, EOEventActivate) == 0x0002D0, "Member 'ABP_AudioFossil_Base_C::EOEventActivate' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, EOEventDeactivate) == 0x0002D8, "Member 'ABP_AudioFossil_Base_C::EOEventDeactivate' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, AutoActivateAudio) == 0x0002E0, "Member 'ABP_AudioFossil_Base_C::AutoActivateAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, Enabled) == 0x0002E1, "Member 'ABP_AudioFossil_Base_C::Enabled' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, AutoActivate) == 0x0002E2, "Member 'ABP_AudioFossil_Base_C::AutoActivate' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, Temp_bool_Has_Been_Initd_83A648E541EA65AB549135AFC5414BE0_Variable) == 0x0002E3, "Member 'ABP_AudioFossil_Base_C::Temp_bool_Has_Been_Initd_83A648E541EA65AB549135AFC5414BE0_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioFossil_Base_C, Temp_bool_IsClosed_83A648E541EA65AB549135AFC5414BE0_Variable) == 0x0002E4, "Member 'ABP_AudioFossil_Base_C::Temp_bool_IsClosed_83A648E541EA65AB549135AFC5414BE0_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_OpenMsgBox_C \ static_assert(alignof(UBPE_Global_OpenMsgBox_C) == 0x000008, "Wrong alignment on UBPE_Global_OpenMsgBox_C"); \ static_assert(sizeof(UBPE_Global_OpenMsgBox_C) == 0x0000D0, "Wrong size on UBPE_Global_OpenMsgBox_C"); \ #define DUMPER7_ASSERTS_UBPE_AI_TLF_Deactivated_C \ static_assert(alignof(UBPE_AI_TLF_Deactivated_C) == 0x000008, "Wrong alignment on UBPE_AI_TLF_Deactivated_C"); \ static_assert(sizeof(UBPE_AI_TLF_Deactivated_C) == 0x000028, "Wrong size on UBPE_AI_TLF_Deactivated_C"); \ #define DUMPER7_ASSERTS_UGE_Dead_C \ static_assert(alignof(UGE_Dead_C) == 0x000008, "Wrong alignment on UGE_Dead_C"); \ static_assert(sizeof(UGE_Dead_C) == 0x000800, "Wrong size on UGE_Dead_C"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_IsChapterChunkAvailable \ static_assert(alignof(BP_LoadingVideoManager_C_IsChapterChunkAvailable) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_IsChapterChunkAvailable"); \ static_assert(sizeof(BP_LoadingVideoManager_C_IsChapterChunkAvailable) == 0x000018, "Wrong size on BP_LoadingVideoManager_C_IsChapterChunkAvailable"); \ static_assert(offsetof(BP_LoadingVideoManager_C_IsChapterChunkAvailable, ChapterNum) == 0x000000, "Member 'BP_LoadingVideoManager_C_IsChapterChunkAvailable::ChapterNum' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_IsChapterChunkAvailable, Available) == 0x000004, "Member 'BP_LoadingVideoManager_C_IsChapterChunkAvailable::Available' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_IsChapterChunkAvailable, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000008, "Member 'BP_LoadingVideoManager_C_IsChapterChunkAvailable::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_IsChapterChunkAvailable, CallFunc_IsChapterAvailable_ReturnValue) == 0x000010, "Member 'BP_LoadingVideoManager_C_IsChapterChunkAvailable::CallFunc_IsChapterAvailable_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_VideoTracker \ static_assert(alignof(BP_LoadingVideoManager_C_VideoTracker) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_VideoTracker"); \ static_assert(sizeof(BP_LoadingVideoManager_C_VideoTracker) == 0x000208, "Wrong size on BP_LoadingVideoManager_C_VideoTracker"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, Enabled) == 0x000000, "Member 'BP_LoadingVideoManager_C_VideoTracker::Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, Event) == 0x000008, "Member 'BP_LoadingVideoManager_C_VideoTracker::Event' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, Blueprint_Name) == 0x000010, "Member 'BP_LoadingVideoManager_C_VideoTracker::Blueprint_Name' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_LoadingVideoManager_C_VideoTracker::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_LoadingVideoManager_C_VideoTracker::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_Array_Get_Item) == 0x00002C, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_GetLoadingMovieFilename_Found) == 0x000040, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_GetLoadingMovieFilename_Found' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_GetLoadingMovieFilename_File_Name) == 0x000048, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_GetLoadingMovieFilename_File_Name' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue) == 0x000058, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000070, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData) == 0x000088, "Member 'BP_LoadingVideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C8, "Member 'BP_LoadingVideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_Add_IntInt_ReturnValue) == 0x00010C, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_MakeLiteralString_ReturnValue) == 0x000110, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_2) == 0x000120, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000138, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_2) == 0x000150, "Member 'BP_LoadingVideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_3) == 0x000190, "Member 'BP_LoadingVideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, K2Node_MakeArray_Array) == 0x0001D0, "Member 'BP_LoadingVideoManager_C_VideoTracker::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_Format_ReturnValue) == 0x0001E0, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_VideoTracker, CallFunc_Conv_TextToString_ReturnValue) == 0x0001F8, "Member 'BP_LoadingVideoManager_C_VideoTracker::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_RemoveMaterial \ static_assert(alignof(BP_LoadingVideoManager_C_RemoveMaterial) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_RemoveMaterial"); \ static_assert(sizeof(BP_LoadingVideoManager_C_RemoveMaterial) == 0x000020, "Wrong size on BP_LoadingVideoManager_C_RemoveMaterial"); \ static_assert(offsetof(BP_LoadingVideoManager_C_RemoveMaterial, PostProcessMaterial) == 0x000000, "Member 'BP_LoadingVideoManager_C_RemoveMaterial::PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_RemoveMaterial, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_LoadingVideoManager_C_RemoveMaterial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_RemoveMaterial, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x000010, "Member 'BP_LoadingVideoManager_C_RemoveMaterial::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_RemoveMaterial, CallFunc_RemoveCameraPostProcess_ReturnValue) == 0x000018, "Member 'BP_LoadingVideoManager_C_RemoveMaterial::CallFunc_RemoveCameraPostProcess_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_CreateAndAssignMaterial \ static_assert(alignof(BP_LoadingVideoManager_C_CreateAndAssignMaterial) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_CreateAndAssignMaterial"); \ static_assert(sizeof(BP_LoadingVideoManager_C_CreateAndAssignMaterial) == 0x000038, "Wrong size on BP_LoadingVideoManager_C_CreateAndAssignMaterial"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CreateAndAssignMaterial, PostProcessMaterial) == 0x000000, "Member 'BP_LoadingVideoManager_C_CreateAndAssignMaterial::PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CreateAndAssignMaterial, bForceCreate) == 0x000008, "Member 'BP_LoadingVideoManager_C_CreateAndAssignMaterial::bForceCreate' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CreateAndAssignMaterial, Temp_object_Variable) == 0x000010, "Member 'BP_LoadingVideoManager_C_CreateAndAssignMaterial::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CreateAndAssignMaterial, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_LoadingVideoManager_C_CreateAndAssignMaterial::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CreateAndAssignMaterial, Temp_bool_Variable) == 0x000019, "Member 'BP_LoadingVideoManager_C_CreateAndAssignMaterial::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CreateAndAssignMaterial, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x000020, "Member 'BP_LoadingVideoManager_C_CreateAndAssignMaterial::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CreateAndAssignMaterial, K2Node_Select_Default) == 0x000028, "Member 'BP_LoadingVideoManager_C_CreateAndAssignMaterial::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CreateAndAssignMaterial, CallFunc_AddCameraPostProcess_ReturnValue) == 0x000030, "Member 'BP_LoadingVideoManager_C_CreateAndAssignMaterial::CallFunc_AddCameraPostProcess_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_GetMaxAudioVolume \ static_assert(alignof(BP_LoadingVideoManager_C_GetMaxAudioVolume) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_GetMaxAudioVolume"); \ static_assert(sizeof(BP_LoadingVideoManager_C_GetMaxAudioVolume) == 0x000020, "Wrong size on BP_LoadingVideoManager_C_GetMaxAudioVolume"); \ static_assert(offsetof(BP_LoadingVideoManager_C_GetMaxAudioVolume, Result) == 0x000000, "Member 'BP_LoadingVideoManager_C_GetMaxAudioVolume::Result' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_GetMaxAudioVolume, Loc_GUS) == 0x000008, "Member 'BP_LoadingVideoManager_C_GetMaxAudioVolume::Loc_GUS' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_GetMaxAudioVolume, CallFunc_GetCachedGameSettings_Result) == 0x000010, "Member 'BP_LoadingVideoManager_C_GetMaxAudioVolume::CallFunc_GetCachedGameSettings_Result' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_GetMaxAudioVolume, CallFunc_GetMasterVolume_ReturnValue) == 0x000018, "Member 'BP_LoadingVideoManager_C_GetMaxAudioVolume::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_GetCachedGameSettings \ static_assert(alignof(BP_LoadingVideoManager_C_GetCachedGameSettings) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_GetCachedGameSettings"); \ static_assert(sizeof(BP_LoadingVideoManager_C_GetCachedGameSettings) == 0x000020, "Wrong size on BP_LoadingVideoManager_C_GetCachedGameSettings"); \ static_assert(offsetof(BP_LoadingVideoManager_C_GetCachedGameSettings, Result) == 0x000000, "Member 'BP_LoadingVideoManager_C_GetCachedGameSettings::Result' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_GetCachedGameSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000008, "Member 'BP_LoadingVideoManager_C_GetCachedGameSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_GetCachedGameSettings, K2Node_DynamicCast_AsPHGame_User_Settings) == 0x000010, "Member 'BP_LoadingVideoManager_C_GetCachedGameSettings::K2Node_DynamicCast_AsPHGame_User_Settings' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_GetCachedGameSettings, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_LoadingVideoManager_C_GetCachedGameSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_GetCachedGameSettings, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_LoadingVideoManager_C_GetCachedGameSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_StopFadeOutRequest \ static_assert(alignof(BP_LoadingVideoManager_C_StopFadeOutRequest) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_StopFadeOutRequest"); \ static_assert(sizeof(BP_LoadingVideoManager_C_StopFadeOutRequest) == 0x000130, "Wrong size on BP_LoadingVideoManager_C_StopFadeOutRequest"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_IsFadeOutPlaying_Result) == 0x000000, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_IsFadeOutPlaying_Result' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_CreateEOEvent_ReturnValue) == 0x000020, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_BooleanAND_ReturnValue) == 0x000028, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Not_PreBool_ReturnValue_1) == 0x000029, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Conv_BoolToString_ReturnValue) == 0x000030, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000040, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager) == 0x000050, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000058, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x000068, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000078, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000090, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A0, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B0, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C0, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000D0, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000E0, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000F0, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000100, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000110, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_StopFadeOutRequest, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000120, "Member 'BP_LoadingVideoManager_C_StopFadeOutRequest::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_OnLoadingVideoFinishedEvent \ static_assert(alignof(BP_LoadingVideoManager_C_OnLoadingVideoFinishedEvent) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_OnLoadingVideoFinishedEvent"); \ static_assert(sizeof(BP_LoadingVideoManager_C_OnLoadingVideoFinishedEvent) == 0x000010, "Wrong size on BP_LoadingVideoManager_C_OnLoadingVideoFinishedEvent"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnLoadingVideoFinishedEvent, Sender) == 0x000000, "Member 'BP_LoadingVideoManager_C_OnLoadingVideoFinishedEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnLoadingVideoFinishedEvent, Event) == 0x000008, "Member 'BP_LoadingVideoManager_C_OnLoadingVideoFinishedEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_OnFadePlayingVideoEvent \ static_assert(alignof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_OnFadePlayingVideoEvent"); \ static_assert(sizeof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent) == 0x0001C8, "Wrong size on BP_LoadingVideoManager_C_OnFadePlayingVideoEvent"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, Sender) == 0x000000, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, Event) == 0x000008, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, Loc_AsBPE) == 0x000010, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::Loc_AsBPE' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, K2Node_DynamicCast_AsBPE_VFX_Fade_Playing_Video) == 0x000018, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::K2Node_DynamicCast_AsBPE_VFX_Fade_Playing_Video' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Conv_FloatToString_ReturnValue) == 0x000028, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Conv_BoolToString_ReturnValue) == 0x000040, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000050, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_GetDisplayName_ReturnValue) == 0x000060, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000070, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_MakeLiteralString_ReturnValue) == 0x000080, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000090, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000A0, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x0000B0, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x0000C0, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x0000D0, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000D8, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E8, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000F8, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000108, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000118, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_IsAnyLoadingMoviePlaying_ReturnValue) == 0x000128, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_IsAnyLoadingMoviePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000130, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000140, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000148, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000158, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000168, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000178, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000188, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000198, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_13) == 0x0001A8, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnFadePlayingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_14) == 0x0001B8, "Member 'BP_LoadingVideoManager_C_OnFadePlayingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_CleanupFadeOut \ static_assert(alignof(BP_LoadingVideoManager_C_CleanupFadeOut) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_CleanupFadeOut"); \ static_assert(sizeof(BP_LoadingVideoManager_C_CleanupFadeOut) == 0x000038, "Wrong size on BP_LoadingVideoManager_C_CleanupFadeOut"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CleanupFadeOut, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_LoadingVideoManager_C_CleanupFadeOut::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CleanupFadeOut, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_LoadingVideoManager_C_CleanupFadeOut::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CleanupFadeOut, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'BP_LoadingVideoManager_C_CleanupFadeOut::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CleanupFadeOut, CallFunc_MakeLiteralString_ReturnValue) == 0x000010, "Member 'BP_LoadingVideoManager_C_CleanupFadeOut::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CleanupFadeOut, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000020, "Member 'BP_LoadingVideoManager_C_CleanupFadeOut::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CleanupFadeOut, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000028, "Member 'BP_LoadingVideoManager_C_CleanupFadeOut::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CleanupFadeOut, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_LoadingVideoManager_C_CleanupFadeOut::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_ResetFadeOutAudio \ static_assert(alignof(BP_LoadingVideoManager_C_ResetFadeOutAudio) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_ResetFadeOutAudio"); \ static_assert(sizeof(BP_LoadingVideoManager_C_ResetFadeOutAudio) == 0x000070, "Wrong size on BP_LoadingVideoManager_C_ResetFadeOutAudio"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutAudio, CallFunc_GetTimelineLength_ReturnValue) == 0x000000, "Member 'BP_LoadingVideoManager_C_ResetFadeOutAudio::CallFunc_GetTimelineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutAudio, CallFunc_GetPlaybackPosition_ReturnValue) == 0x000004, "Member 'BP_LoadingVideoManager_C_ResetFadeOutAudio::CallFunc_GetPlaybackPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutAudio, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_LoadingVideoManager_C_ResetFadeOutAudio::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutAudio, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000018, "Member 'BP_LoadingVideoManager_C_ResetFadeOutAudio::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutAudio, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_LoadingVideoManager_C_ResetFadeOutAudio::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutAudio, CallFunc_IsPlaying_ReturnValue) == 0x000038, "Member 'BP_LoadingVideoManager_C_ResetFadeOutAudio::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutAudio, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_LoadingVideoManager_C_ResetFadeOutAudio::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutAudio, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'BP_LoadingVideoManager_C_ResetFadeOutAudio::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutAudio, CallFunc_MakeLiteralString_ReturnValue) == 0x000060, "Member 'BP_LoadingVideoManager_C_ResetFadeOutAudio::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_OnStopLoadingVideoFadeOutEvent \ static_assert(alignof(BP_LoadingVideoManager_C_OnStopLoadingVideoFadeOutEvent) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_OnStopLoadingVideoFadeOutEvent"); \ static_assert(sizeof(BP_LoadingVideoManager_C_OnStopLoadingVideoFadeOutEvent) == 0x000010, "Wrong size on BP_LoadingVideoManager_C_OnStopLoadingVideoFadeOutEvent"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoFadeOutEvent, Sender) == 0x000000, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoFadeOutEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoFadeOutEvent, Event) == 0x000008, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoFadeOutEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_OnStopLoadingVideoEvent \ static_assert(alignof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_OnStopLoadingVideoEvent"); \ static_assert(sizeof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent) == 0x000080, "Wrong size on BP_LoadingVideoManager_C_OnStopLoadingVideoEvent"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent, Sender) == 0x000000, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent, Event) == 0x000008, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent, Loc_CalculatedAudioFadeOut) == 0x000010, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoEvent::Loc_CalculatedAudioFadeOut' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent, Loc_AsBPE) == 0x000018, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoEvent::Loc_AsBPE' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent, K2Node_DynamicCast_AsBPE_VFX_Stop_Loading_Video) == 0x000020, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoEvent::K2Node_DynamicCast_AsBPE_VFX_Stop_Loading_Video' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoEvent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent, CallFunc_Conv_FloatToString_ReturnValue) == 0x000040, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoEvent::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnStopLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'BP_LoadingVideoManager_C_OnStopLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_ProcessLoadingVideoEvent \ static_assert(alignof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_ProcessLoadingVideoEvent"); \ static_assert(sizeof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent) == 0x000280, "Wrong size on BP_LoadingVideoManager_C_ProcessLoadingVideoEvent"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, Event) == 0x000000, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, Loc_AsBPE) == 0x000008, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::Loc_AsBPE' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_GetShortenedName_ReturnValue) == 0x000020, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_GetShortenedName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, K2Node_DynamicCast_AsBPE_VFX_Play_Loading_Video) == 0x000030, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::K2Node_DynamicCast_AsBPE_VFX_Play_Loading_Video' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Array_Get_Item) == 0x000039, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000040, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Conv_BoolToString_ReturnValue) == 0x000050, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Conv_FloatToString_ReturnValue) == 0x000070, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000080, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_GetDisplayName_ReturnValue) == 0x000090, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x0000A0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000B0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x0000C0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0000D0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Conv_BoolToString_ReturnValue_2) == 0x0000E0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Conv_BoolToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x0000F0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Array_Length_ReturnValue) == 0x000100, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000108, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Less_IntInt_ReturnValue) == 0x000118, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000120, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000130, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000140, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000150, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000160, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000170, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000180, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000190, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0001A0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0001B0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0001C0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_12) == 0x0001D0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_13) == 0x0001E0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_14) == 0x0001F0, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_15) == 0x000200, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_16) == 0x000210, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_17) == 0x000220, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_18) == 0x000230, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_19) == 0x000240, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_20) == 0x000250, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_21) == 0x000260, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ProcessLoadingVideoEvent, CallFunc_Concat_StrStr_ReturnValue_22) == 0x000270, "Member 'BP_LoadingVideoManager_C_ProcessLoadingVideoEvent::CallFunc_Concat_StrStr_ReturnValue_22' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_ResetFadeOutVideo \ static_assert(alignof(BP_LoadingVideoManager_C_ResetFadeOutVideo) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_ResetFadeOutVideo"); \ static_assert(sizeof(BP_LoadingVideoManager_C_ResetFadeOutVideo) == 0x000070, "Wrong size on BP_LoadingVideoManager_C_ResetFadeOutVideo"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutVideo, CallFunc_GetTimelineLength_ReturnValue) == 0x000000, "Member 'BP_LoadingVideoManager_C_ResetFadeOutVideo::CallFunc_GetTimelineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutVideo, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_LoadingVideoManager_C_ResetFadeOutVideo::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutVideo, CallFunc_GetPlaybackPosition_ReturnValue) == 0x000018, "Member 'BP_LoadingVideoManager_C_ResetFadeOutVideo::CallFunc_GetPlaybackPosition_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutVideo, CallFunc_IsPlaying_ReturnValue) == 0x00001C, "Member 'BP_LoadingVideoManager_C_ResetFadeOutVideo::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutVideo, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000020, "Member 'BP_LoadingVideoManager_C_ResetFadeOutVideo::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutVideo, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_LoadingVideoManager_C_ResetFadeOutVideo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutVideo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_LoadingVideoManager_C_ResetFadeOutVideo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutVideo, CallFunc_MakeLiteralString_ReturnValue) == 0x000050, "Member 'BP_LoadingVideoManager_C_ResetFadeOutVideo::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ResetFadeOutVideo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'BP_LoadingVideoManager_C_ResetFadeOutVideo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_OnMovieTickEvent \ static_assert(alignof(BP_LoadingVideoManager_C_OnMovieTickEvent) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_OnMovieTickEvent"); \ static_assert(sizeof(BP_LoadingVideoManager_C_OnMovieTickEvent) == 0x000298, "Wrong size on BP_LoadingVideoManager_C_OnMovieTickEvent"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, Sender) == 0x000000, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, Event) == 0x000008, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, Loc_BPE) == 0x000010, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::Loc_BPE' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_GetDisplayName_ReturnValue) == 0x000018, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_IsLastLoadingMovieInPlaylist_ReturnValue) == 0x000028, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_IsLastLoadingMovieInPlaylist_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Conv_FloatToString_ReturnValue) == 0x000030, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Conv_BoolToString_ReturnValue) == 0x000040, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_GetCurrentLoadingMovieDuration_ReturnValue) == 0x000050, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_GetCurrentLoadingMovieDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_GetCurrentLoadingMovieTime_ReturnValue) == 0x000054, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_GetCurrentLoadingMovieTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000058, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000068, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_GetCurrentLoadingMovieName_ReturnValue) == 0x000078, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_GetCurrentLoadingMovieName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000098, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A8, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B8, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C8, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000D8, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000E8, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000F0, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000100, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000110, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000118, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000128, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000138, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000148, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_BooleanOR_ReturnValue) == 0x000149, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Not_PreBool_ReturnValue) == 0x00014A, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_BooleanAND_ReturnValue) == 0x00014B, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_GetDisplayName_ReturnValue_1) == 0x000150, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x000160, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_IsLastLoadingMovieInPlaylist_ReturnValue_1) == 0x000170, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_IsLastLoadingMovieInPlaylist_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_GetCurrentLoadingMovieDuration_ReturnValue_1) == 0x000174, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_GetCurrentLoadingMovieDuration_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000178, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Conv_FloatToString_ReturnValue_4) == 0x000188, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Conv_FloatToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_GetCurrentLoadingMovieTime_ReturnValue_1) == 0x000198, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_GetCurrentLoadingMovieTime_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_GetCurrentLoadingMovieName_ReturnValue_1) == 0x0001A0, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_GetCurrentLoadingMovieName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Conv_FloatToString_ReturnValue_5) == 0x0001B0, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Conv_FloatToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0001C0, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_12) == 0x0001D0, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_13) == 0x0001E0, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_14) == 0x0001F0, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_15) == 0x000200, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_16) == 0x000210, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_17) == 0x000220, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000230, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_18) == 0x000238, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_19) == 0x000248, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000258, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_20) == 0x000260, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Concat_StrStr_ReturnValue_21) == 0x000270, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Concat_StrStr_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000280, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_BooleanOR_ReturnValue_1) == 0x000281, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_Not_PreBool_ReturnValue_1) == 0x000282, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000283, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, CallFunc_IsEmpty_ReturnValue) == 0x000284, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, K2Node_DynamicCast_AsEOLoading_Movie_Tick_Event) == 0x000288, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::K2Node_DynamicCast_AsEOLoading_Movie_Tick_Event' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieTickEvent, K2Node_DynamicCast_bSuccess) == 0x000290, "Member 'BP_LoadingVideoManager_C_OnMovieTickEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_BeginStopLoadingVideo \ static_assert(alignof(BP_LoadingVideoManager_C_BeginStopLoadingVideo) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_BeginStopLoadingVideo"); \ static_assert(sizeof(BP_LoadingVideoManager_C_BeginStopLoadingVideo) == 0x000108, "Wrong size on BP_LoadingVideoManager_C_BeginStopLoadingVideo"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, InKeepMoviePlaying) == 0x000000, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::InKeepMoviePlaying' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, InVideoFadeOutDuration) == 0x000004, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::InVideoFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, InVideoFadeOutCurve) == 0x000008, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::InVideoFadeOutCurve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, InVideoFadeOutSkipUpdate) == 0x000010, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::InVideoFadeOutSkipUpdate' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, InAudioFadeOutDuration) == 0x000014, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::InAudioFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, InAudioFadeOutCurve) == 0x000018, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::InAudioFadeOutCurve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, InSkipAudioFade) == 0x000020, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::InSkipAudioFade' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, InPostProcessMaterial) == 0x000028, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::InPostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Conv_BoolToString_ReturnValue) == 0x000038, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000048, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Not_PreBool_ReturnValue) == 0x000058, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Conv_BoolToString_ReturnValue_2) == 0x000090, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Conv_BoolToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Conv_BoolToString_ReturnValue_3) == 0x0000A0, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Conv_BoolToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B0, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C0, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_CreateEOEvent_ReturnValue) == 0x0000D0, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000D8, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_IsAnyLoadingMoviePlaying_ReturnValue) == 0x0000E8, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_IsAnyLoadingMoviePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000E9, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_IsLoadingMoviePlaying_ReturnValue) == 0x0000EA, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_IsLoadingMoviePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0000F0, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x0000F8, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginStopLoadingVideo, CallFunc_IsValid_ReturnValue) == 0x000100, "Member 'BP_LoadingVideoManager_C_BeginStopLoadingVideo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_OnMovieFadeInFinished \ static_assert(alignof(BP_LoadingVideoManager_C_OnMovieFadeInFinished) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_OnMovieFadeInFinished"); \ static_assert(sizeof(BP_LoadingVideoManager_C_OnMovieFadeInFinished) == 0x000048, "Wrong size on BP_LoadingVideoManager_C_OnMovieFadeInFinished"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieFadeInFinished, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_LoadingVideoManager_C_OnMovieFadeInFinished::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieFadeInFinished, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_LoadingVideoManager_C_OnMovieFadeInFinished::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieFadeInFinished, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'BP_LoadingVideoManager_C_OnMovieFadeInFinished::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieFadeInFinished, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000010, "Member 'BP_LoadingVideoManager_C_OnMovieFadeInFinished::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieFadeInFinished, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_LoadingVideoManager_C_OnMovieFadeInFinished::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieFadeInFinished, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000030, "Member 'BP_LoadingVideoManager_C_OnMovieFadeInFinished::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieFadeInFinished, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000038, "Member 'BP_LoadingVideoManager_C_OnMovieFadeInFinished::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnMovieFadeInFinished, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000040, "Member 'BP_LoadingVideoManager_C_OnMovieFadeInFinished::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_BeginPlayLoadingVideo \ static_assert(alignof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_BeginPlayLoadingVideo"); \ static_assert(sizeof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo) == 0x000210, "Wrong size on BP_LoadingVideoManager_C_BeginPlayLoadingVideo"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InPlaybackType) == 0x000000, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InPlaybackType' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InMoviesToPlay) == 0x000008, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InMoviesToPlay' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InSetCinematicMode) == 0x000018, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InSetCinematicMode' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InMapToLoad) == 0x000020, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InMapToLoad' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InSkippable) == 0x000048, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InSkippable' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InVideoFadeInDuration) == 0x00004C, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InVideoFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InVideoFadeInCurve) == 0x000050, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InVideoFadeInCurve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InVideoFadeInSkipUpdate) == 0x000058, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InVideoFadeInSkipUpdate' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InAudioFadeInDuration) == 0x00005C, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InAudioFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InAudioFadeInCurve) == 0x000060, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InAudioFadeInCurve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InAudioStartingVolume) == 0x000068, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InAudioStartingVolume' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InAudioEndingVolume) == 0x00006C, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InAudioEndingVolume' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, InPostProcessMaterial) == 0x000070, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::InPostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, Loc_AudioCurve) == 0x000078, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::Loc_AudioCurve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, Loc_VideoCurve) == 0x000080, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::Loc_VideoCurve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, Loc_CalculatedEndingVolume) == 0x000088, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::Loc_CalculatedEndingVolume' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, Loc_CalculatedStartingVolume) == 0x00008C, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::Loc_CalculatedStartingVolume' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, Loc_CalculatedAudioFadeDuration) == 0x000090, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::Loc_CalculatedAudioFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, Loc_CalculatedVideoFadeDuration) == 0x000094, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::Loc_CalculatedVideoFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Conv_FloatToString_ReturnValue) == 0x000098, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x0000A8, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B8, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C8, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000D8, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E0, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000F0, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000100, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000110, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_GetMaxAudioVolume_Result) == 0x000120, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_GetMaxAudioVolume_Result' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x000128, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Conv_FloatToString_ReturnValue_4) == 0x000138, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Conv_FloatToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000148, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_GetMaxAudioVolume_Result_1) == 0x000158, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_GetMaxAudioVolume_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000160, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000170, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_FClamp_ReturnValue) == 0x000180, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000188, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000198, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_IsValid_ReturnValue) == 0x0001A8, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_IsValid_ReturnValue_1) == 0x0001A9, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001AC, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_CreateEOEvent_ReturnValue) == 0x0001B0, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0001B8, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x0001B9, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Not_PreBool_ReturnValue) == 0x0001BA, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Conv_FloatToString_ReturnValue_5) == 0x0001C0, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Conv_FloatToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0001D0, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0001E0, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_CalculateAudioFade_NewAudioFadeDuration) == 0x0001E4, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_CalculateAudioFade_NewAudioFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_CalculateAudioFade_NewHasAudioFade) == 0x0001E8, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_CalculateAudioFade_NewHasAudioFade' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_PlayLoadingMovieListEnum_Successful) == 0x0001E9, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_PlayLoadingMovieListEnum_Successful' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x0001F0, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_IsValid_ReturnValue_2) == 0x0001F8, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000200, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_BeginPlayLoadingVideo, CallFunc_GetPlayerController_ReturnValue) == 0x000208, "Member 'BP_LoadingVideoManager_C_BeginPlayLoadingVideo::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_SetAudioFadeDuration \ static_assert(alignof(BP_LoadingVideoManager_C_SetAudioFadeDuration) == 0x000004, "Wrong alignment on BP_LoadingVideoManager_C_SetAudioFadeDuration"); \ static_assert(sizeof(BP_LoadingVideoManager_C_SetAudioFadeDuration) == 0x000018, "Wrong size on BP_LoadingVideoManager_C_SetAudioFadeDuration"); \ static_assert(offsetof(BP_LoadingVideoManager_C_SetAudioFadeDuration, InVideoFadeDuration) == 0x000000, "Member 'BP_LoadingVideoManager_C_SetAudioFadeDuration::InVideoFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_SetAudioFadeDuration, InAudioFadeDuration) == 0x000004, "Member 'BP_LoadingVideoManager_C_SetAudioFadeDuration::InAudioFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_SetAudioFadeDuration, Loc_HasAudioFadeResult) == 0x000008, "Member 'BP_LoadingVideoManager_C_SetAudioFadeDuration::Loc_HasAudioFadeResult' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_SetAudioFadeDuration, Loc_FadeResult) == 0x00000C, "Member 'BP_LoadingVideoManager_C_SetAudioFadeDuration::Loc_FadeResult' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_SetAudioFadeDuration, CallFunc_CalculateAudioFade_NewAudioFadeDuration) == 0x000010, "Member 'BP_LoadingVideoManager_C_SetAudioFadeDuration::CallFunc_CalculateAudioFade_NewAudioFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_SetAudioFadeDuration, CallFunc_CalculateAudioFade_NewHasAudioFade) == 0x000014, "Member 'BP_LoadingVideoManager_C_SetAudioFadeDuration::CallFunc_CalculateAudioFade_NewHasAudioFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_CalculateAudioFade \ static_assert(alignof(BP_LoadingVideoManager_C_CalculateAudioFade) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_CalculateAudioFade"); \ static_assert(sizeof(BP_LoadingVideoManager_C_CalculateAudioFade) == 0x000110, "Wrong size on BP_LoadingVideoManager_C_CalculateAudioFade"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, InVideoFadeDuration) == 0x000000, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::InVideoFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, InAudioFadeDuration) == 0x000004, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::InAudioFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CurrHasFadeVariableRef) == 0x000008, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CurrHasFadeVariableRef' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, NewAudioFadeDuration) == 0x00000C, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::NewAudioFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, NewHasAudioFade) == 0x000010, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::NewHasAudioFade' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, Loc_HasAudioFadeResult) == 0x000011, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::Loc_HasAudioFadeResult' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, Loc_FadeResult) == 0x000014, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::Loc_FadeResult' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, Temp_bool_Variable) == 0x000018, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, Temp_bool_Variable_1) == 0x000019, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00001A, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_SelectFloat_ReturnValue) == 0x00001C, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000020, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000021, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000022, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Less_FloatFloat_ReturnValue) == 0x000023, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Conv_FloatToString_ReturnValue) == 0x000028, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, Temp_bool_Variable_2) == 0x000038, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000040, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, K2Node_Select_Default) == 0x000060, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, Temp_bool_Variable_3) == 0x000061, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000068, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000098, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B0, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, Temp_bool_Variable_4) == 0x0000C0, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, Temp_bool_Variable_5) == 0x0000C1, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x0000C8, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000D8, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, K2Node_Select_Default_1) == 0x0000E8, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Conv_BoolToString_ReturnValue) == 0x0000F0, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_CalculateAudioFade, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000100, "Member 'BP_LoadingVideoManager_C_CalculateAudioFade::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_AdjustDurationsToPlayingMovie \ static_assert(alignof(BP_LoadingVideoManager_C_AdjustDurationsToPlayingMovie) == 0x000004, "Wrong alignment on BP_LoadingVideoManager_C_AdjustDurationsToPlayingMovie"); \ static_assert(sizeof(BP_LoadingVideoManager_C_AdjustDurationsToPlayingMovie) == 0x00000C, "Wrong size on BP_LoadingVideoManager_C_AdjustDurationsToPlayingMovie"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustDurationsToPlayingMovie, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_LoadingVideoManager_C_AdjustDurationsToPlayingMovie::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustDurationsToPlayingMovie, CallFunc_AdjustFadeOutDurationToMovie_Result) == 0x000004, "Member 'BP_LoadingVideoManager_C_AdjustDurationsToPlayingMovie::CallFunc_AdjustFadeOutDurationToMovie_Result' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustDurationsToPlayingMovie, CallFunc_AdjustFadeOutDurationToMovie_Result_1) == 0x000008, "Member 'BP_LoadingVideoManager_C_AdjustDurationsToPlayingMovie::CallFunc_AdjustFadeOutDurationToMovie_Result_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie \ static_assert(alignof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie"); \ static_assert(sizeof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie) == 0x000090, "Wrong size on BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, InDuration) == 0x000000, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::InDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, Result) == 0x000004, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::Result' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, AdjFade) == 0x000008, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::AdjFade' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, FadeDiff) == 0x00000C, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::FadeDiff' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, LocFadeAtTime) == 0x000010, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::LocFadeAtTime' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_Conv_FloatToString_ReturnValue) == 0x000018, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_Add_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00004C, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000050, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_GetCurrentLoadingMovieTime_ReturnValue) == 0x000070, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_GetCurrentLoadingMovieTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000074, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000078, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_GetCurrentLoadingMovieDuration_ReturnValue) == 0x00007C, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_GetCurrentLoadingMovieDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_IsAnyLoadingMoviePlaying_ReturnValue) == 0x000080, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_IsAnyLoadingMoviePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000084, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie, CallFunc_Not_PreBool_ReturnValue) == 0x000088, "Member 'BP_LoadingVideoManager_C_AdjustFadeOutDurationToMovie::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_DelayedStopLoadingMovie \ static_assert(alignof(BP_LoadingVideoManager_C_DelayedStopLoadingMovie) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_DelayedStopLoadingMovie"); \ static_assert(sizeof(BP_LoadingVideoManager_C_DelayedStopLoadingMovie) == 0x000028, "Wrong size on BP_LoadingVideoManager_C_DelayedStopLoadingMovie"); \ static_assert(offsetof(BP_LoadingVideoManager_C_DelayedStopLoadingMovie, VideoFadeDuration) == 0x000000, "Member 'BP_LoadingVideoManager_C_DelayedStopLoadingMovie::VideoFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_DelayedStopLoadingMovie, FadeKeepMoviePlaying) == 0x000004, "Member 'BP_LoadingVideoManager_C_DelayedStopLoadingMovie::FadeKeepMoviePlaying' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_DelayedStopLoadingMovie, VideoFadeCurve) == 0x000008, "Member 'BP_LoadingVideoManager_C_DelayedStopLoadingMovie::VideoFadeCurve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_DelayedStopLoadingMovie, SkipVideoFadeOutUpdate) == 0x000010, "Member 'BP_LoadingVideoManager_C_DelayedStopLoadingMovie::SkipVideoFadeOutUpdate' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_DelayedStopLoadingMovie, AudioFadeDuration) == 0x000014, "Member 'BP_LoadingVideoManager_C_DelayedStopLoadingMovie::AudioFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_DelayedStopLoadingMovie, AudioFadeCurve) == 0x000018, "Member 'BP_LoadingVideoManager_C_DelayedStopLoadingMovie::AudioFadeCurve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_DelayedStopLoadingMovie, PostProcessMaterial) == 0x000020, "Member 'BP_LoadingVideoManager_C_DelayedStopLoadingMovie::PostProcessMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_FadeOutVideo \ static_assert(alignof(BP_LoadingVideoManager_C_FadeOutVideo) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_FadeOutVideo"); \ static_assert(sizeof(BP_LoadingVideoManager_C_FadeOutVideo) == 0x000018, "Wrong size on BP_LoadingVideoManager_C_FadeOutVideo"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeOutVideo, Duration) == 0x000000, "Member 'BP_LoadingVideoManager_C_FadeOutVideo::Duration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeOutVideo, Curve) == 0x000008, "Member 'BP_LoadingVideoManager_C_FadeOutVideo::Curve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeOutVideo, SkipUpdate) == 0x000010, "Member 'BP_LoadingVideoManager_C_FadeOutVideo::SkipUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_FadeOutAudio \ static_assert(alignof(BP_LoadingVideoManager_C_FadeOutAudio) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_FadeOutAudio"); \ static_assert(sizeof(BP_LoadingVideoManager_C_FadeOutAudio) == 0x000010, "Wrong size on BP_LoadingVideoManager_C_FadeOutAudio"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeOutAudio, VideoDuration) == 0x000000, "Member 'BP_LoadingVideoManager_C_FadeOutAudio::VideoDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeOutAudio, AudioDuration) == 0x000004, "Member 'BP_LoadingVideoManager_C_FadeOutAudio::AudioDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeOutAudio, AudioCurve) == 0x000008, "Member 'BP_LoadingVideoManager_C_FadeOutAudio::AudioCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_FadeInVideo \ static_assert(alignof(BP_LoadingVideoManager_C_FadeInVideo) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_FadeInVideo"); \ static_assert(sizeof(BP_LoadingVideoManager_C_FadeInVideo) == 0x000018, "Wrong size on BP_LoadingVideoManager_C_FadeInVideo"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeInVideo, Duration) == 0x000000, "Member 'BP_LoadingVideoManager_C_FadeInVideo::Duration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeInVideo, Curve) == 0x000008, "Member 'BP_LoadingVideoManager_C_FadeInVideo::Curve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeInVideo, SkipUpdate) == 0x000010, "Member 'BP_LoadingVideoManager_C_FadeInVideo::SkipUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_FadeInAudio \ static_assert(alignof(BP_LoadingVideoManager_C_FadeInAudio) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_FadeInAudio"); \ static_assert(sizeof(BP_LoadingVideoManager_C_FadeInAudio) == 0x000018, "Wrong size on BP_LoadingVideoManager_C_FadeInAudio"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeInAudio, Duration) == 0x000000, "Member 'BP_LoadingVideoManager_C_FadeInAudio::Duration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeInAudio, Curve) == 0x000008, "Member 'BP_LoadingVideoManager_C_FadeInAudio::Curve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeInAudio, StartingVolume) == 0x000010, "Member 'BP_LoadingVideoManager_C_FadeInAudio::StartingVolume' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_FadeInAudio, EndingVolume) == 0x000014, "Member 'BP_LoadingVideoManager_C_FadeInAudio::EndingVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_OnPlayLoadingVideoEvent \ static_assert(alignof(BP_LoadingVideoManager_C_OnPlayLoadingVideoEvent) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_OnPlayLoadingVideoEvent"); \ static_assert(sizeof(BP_LoadingVideoManager_C_OnPlayLoadingVideoEvent) == 0x000010, "Wrong size on BP_LoadingVideoManager_C_OnPlayLoadingVideoEvent"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnPlayLoadingVideoEvent, Sender) == 0x000000, "Member 'BP_LoadingVideoManager_C_OnPlayLoadingVideoEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_OnPlayLoadingVideoEvent, Event) == 0x000008, "Member 'BP_LoadingVideoManager_C_OnPlayLoadingVideoEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager \ static_assert(alignof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager) == 0x000008, "Wrong alignment on BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager"); \ static_assert(sizeof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager) == 0x0007C8, "Wrong size on BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, EntryPoint) == 0x000000, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_Duration_2) == 0x000014, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_Duration_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_Curve_2) == 0x000018, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_Curve_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_SkipUpdate_1) == 0x000020, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_SkipUpdate_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue) == 0x000028, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_FloatToString_ReturnValue) == 0x000040, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000068, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_BooleanOR_ReturnValue) == 0x000080, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_VideoFadeDuration) == 0x000084, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_VideoFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_FadeKeepMoviePlaying) == 0x000088, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_FadeKeepMoviePlaying' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_VideoFadeCurve) == 0x000090, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_VideoFadeCurve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_SkipVideoFadeOutUpdate) == 0x000098, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_SkipVideoFadeOutUpdate' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_AudioFadeDuration) == 0x00009C, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_AudioFadeDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_AudioFadeCurve) == 0x0000A0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_AudioFadeCurve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_PostProcessMaterial) == 0x0000A8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_EOCreateEvent_OutputDelegate_1) == 0x0000B0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_EOCreateEvent_OutputDelegate_2) == 0x0000C0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_EOCreateEvent_OutputDelegate_3) == 0x0000D0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000E0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_EOCreateEvent_OutputDelegate_4) == 0x0000E4, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_VideoDuration) == 0x0000F4, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_VideoDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_AudioDuration) == 0x0000F8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_AudioDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_AudioCurve) == 0x000100, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_AudioCurve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_GetPlayRate_ReturnValue) == 0x000108, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_GetPlayRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000110, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000120, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000130, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000140, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_2) == 0x000150, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000160, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000170, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000180, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000190, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000198, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0001A8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Lerp_ReturnValue) == 0x0001B8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_3) == 0x0001C0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0001D0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_4) == 0x0001E0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0001F0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000200, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_GetCurrentLoadingMovieVolume_ReturnValue) == 0x000210, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_GetCurrentLoadingMovieVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_CreateEOEvent_ReturnValue) == 0x000218, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000220, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_FClamp_ReturnValue) == 0x000230, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000238, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000248, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000258, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_5) == 0x000260, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_6) == 0x000270, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_14) == 0x000280, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_15) == 0x000290, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_16) == 0x0002A0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_CreateEOEvent_ReturnValue_2) == 0x0002B0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x0002B8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_17) == 0x0002C8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_FloatToString_ReturnValue_4) == 0x0002D8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_FloatToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_18) == 0x0002E8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_19) == 0x0002F8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_GetPlayRate_ReturnValue_1) == 0x000308, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_GetPlayRate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_20) == 0x000310, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_FloatToString_ReturnValue_5) == 0x000320, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_FloatToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_21) == 0x000330, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_7) == 0x000340, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_22) == 0x000350, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_23) == 0x000360, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_8) == 0x000370, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_24) == 0x000380, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_25) == 0x000390, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_26) == 0x0003A0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_CreateEOEvent_ReturnValue_3) == 0x0003B0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_9) == 0x0003B8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_27) == 0x0003C8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_10) == 0x0003D8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_28) == 0x0003E8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_11) == 0x0003F8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_29) == 0x000408, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_30) == 0x000418, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_Duration_1) == 0x000428, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_Duration_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_Curve_1) == 0x000430, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_Curve_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_SkipUpdate) == 0x000438, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_SkipUpdate' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Not_PreBool_ReturnValue_2) == 0x000439, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_12) == 0x000440, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_31) == 0x000450, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_13) == 0x000460, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_32) == 0x000470, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_GetDisplayName_ReturnValue) == 0x000480, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_FloatToString_ReturnValue_6) == 0x000490, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_FloatToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_33) == 0x0004A0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_34) == 0x0004B0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_14) == 0x0004C0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_35) == 0x0004D0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_36) == 0x0004E0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_37) == 0x0004F0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_15) == 0x000500, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_16) == 0x000510, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_38) == 0x000520, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_39) == 0x000530, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Not_PreBool_ReturnValue_3) == 0x000540, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_40) == 0x000548, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_41) == 0x000558, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_42) == 0x000568, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_Duration) == 0x000578, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_Curve) == 0x000580, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_Curve' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_StartingVolume) == 0x000588, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_StartingVolume' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_CustomEvent_EndingVolume) == 0x00058C, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_CustomEvent_EndingVolume' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_SetCurrentLoadingMovieVolume_ReturnValue) == 0x000590, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_SetCurrentLoadingMovieVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_FloatToString_ReturnValue_7) == 0x000598, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_FloatToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_FloatToString_ReturnValue_8) == 0x0005A8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_FloatToString_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_43) == 0x0005B8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_FloatToString_ReturnValue_9) == 0x0005C8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_FloatToString_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_GetDisplayName_ReturnValue_1) == 0x0005D8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0005E8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_FloatToString_ReturnValue_10) == 0x0005F0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_FloatToString_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_44) == 0x000600, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_45) == 0x000610, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Lerp_ReturnValue_1) == 0x000620, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_46) == 0x000628, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_SetCurrentLoadingMovieVolume_ReturnValue_1) == 0x000638, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_SetCurrentLoadingMovieVolume_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_47) == 0x000640, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_48) == 0x000650, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_49) == 0x000660, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_50) == 0x000670, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_51) == 0x000680, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_17) == 0x000690, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_18) == 0x0006A0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_52) == 0x0006B0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_53) == 0x0006C0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_19) == 0x0006D0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_54) == 0x0006E0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_55) == 0x0006F0, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_56) == 0x000700, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_20) == 0x000710, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_57) == 0x000720, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_58) == 0x000730, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_58' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Conv_BoolToString_ReturnValue_21) == 0x000740, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Conv_BoolToString_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Concat_StrStr_ReturnValue_59) == 0x000750, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Concat_StrStr_ReturnValue_59' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000760, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Lerp_ReturnValue_2) == 0x000764, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Not_PreBool_ReturnValue_4) == 0x000768, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_SetCurrentLoadingMovieVolume_ReturnValue_2) == 0x000769, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_SetCurrentLoadingMovieVolume_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Not_PreBool_ReturnValue_5) == 0x00076A, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_EOEvent_Sender) == 0x000770, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_EOEvent_Event) == 0x000778, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_Not_PreBool_ReturnValue_6) == 0x000780, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_MakeLiteralString_ReturnValue) == 0x000788, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000798, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, CallFunc_MakeLiteralString_ReturnValue_2) == 0x0007A8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::CallFunc_MakeLiteralString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager, K2Node_EOCreateEvent_OutputDelegate_5) == 0x0007B8, "Member 'BP_LoadingVideoManager_C_ExecuteUbergraph_BP_LoadingVideoManager::K2Node_EOCreateEvent_OutputDelegate_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingVideoManager_C_IsFadeOutPlaying \ static_assert(alignof(BP_LoadingVideoManager_C_IsFadeOutPlaying) == 0x000001, "Wrong alignment on BP_LoadingVideoManager_C_IsFadeOutPlaying"); \ static_assert(sizeof(BP_LoadingVideoManager_C_IsFadeOutPlaying) == 0x000005, "Wrong size on BP_LoadingVideoManager_C_IsFadeOutPlaying"); \ static_assert(offsetof(BP_LoadingVideoManager_C_IsFadeOutPlaying, Result) == 0x000000, "Member 'BP_LoadingVideoManager_C_IsFadeOutPlaying::Result' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_IsFadeOutPlaying, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_LoadingVideoManager_C_IsFadeOutPlaying::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_IsFadeOutPlaying, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'BP_LoadingVideoManager_C_IsFadeOutPlaying::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_IsFadeOutPlaying, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'BP_LoadingVideoManager_C_IsFadeOutPlaying::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingVideoManager_C_IsFadeOutPlaying, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_LoadingVideoManager_C_IsFadeOutPlaying::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LoadingVideoManager_C \ static_assert(alignof(ABP_LoadingVideoManager_C) == 0x000008, "Wrong alignment on ABP_LoadingVideoManager_C"); \ static_assert(sizeof(ABP_LoadingVideoManager_C) == 0x000370, "Wrong size on ABP_LoadingVideoManager_C"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, UberGraphFrame) == 0x000230, "Member 'ABP_LoadingVideoManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, Billboard) == 0x000238, "Member 'ABP_LoadingVideoManager_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_LoadingVideoManager_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioTransitionInTimeline_Alpha_7403941B493A6AB88EDB439BAB4A9AF7) == 0x000248, "Member 'ABP_LoadingVideoManager_C::AudioTransitionInTimeline_Alpha_7403941B493A6AB88EDB439BAB4A9AF7' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioTransitionInTimeline__Direction_7403941B493A6AB88EDB439BAB4A9AF7) == 0x00024C, "Member 'ABP_LoadingVideoManager_C::AudioTransitionInTimeline__Direction_7403941B493A6AB88EDB439BAB4A9AF7' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioTransitionInTimeline) == 0x000250, "Member 'ABP_LoadingVideoManager_C::AudioTransitionInTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioTransitionOutTimeline_Alpha_9358B1724C9A04DC9671BE93977A0713) == 0x000258, "Member 'ABP_LoadingVideoManager_C::AudioTransitionOutTimeline_Alpha_9358B1724C9A04DC9671BE93977A0713' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioTransitionOutTimeline__Direction_9358B1724C9A04DC9671BE93977A0713) == 0x00025C, "Member 'ABP_LoadingVideoManager_C::AudioTransitionOutTimeline__Direction_9358B1724C9A04DC9671BE93977A0713' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioTransitionOutTimeline) == 0x000260, "Member 'ABP_LoadingVideoManager_C::AudioTransitionOutTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoTransitionOutTimeline_Alpha_1C0CCAB7459C07E0BFF229A6C8C37015) == 0x000268, "Member 'ABP_LoadingVideoManager_C::VideoTransitionOutTimeline_Alpha_1C0CCAB7459C07E0BFF229A6C8C37015' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoTransitionOutTimeline__Direction_1C0CCAB7459C07E0BFF229A6C8C37015) == 0x00026C, "Member 'ABP_LoadingVideoManager_C::VideoTransitionOutTimeline__Direction_1C0CCAB7459C07E0BFF229A6C8C37015' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoTransitionOutTimeline) == 0x000270, "Member 'ABP_LoadingVideoManager_C::VideoTransitionOutTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoTransitionInTimeline_Alpha_D72BAA4348DDB0EE1000F9A4EE964C51) == 0x000278, "Member 'ABP_LoadingVideoManager_C::VideoTransitionInTimeline_Alpha_D72BAA4348DDB0EE1000F9A4EE964C51' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoTransitionInTimeline__Direction_D72BAA4348DDB0EE1000F9A4EE964C51) == 0x00027C, "Member 'ABP_LoadingVideoManager_C::VideoTransitionInTimeline__Direction_D72BAA4348DDB0EE1000F9A4EE964C51' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoTransitionInTimeline) == 0x000280, "Member 'ABP_LoadingVideoManager_C::VideoTransitionInTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, InBlendableArray) == 0x000288, "Member 'ABP_LoadingVideoManager_C::InBlendableArray' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, LoadingVideoMediaTexture) == 0x000298, "Member 'ABP_LoadingVideoManager_C::LoadingVideoMediaTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, MapToLoadAfterFadeIn) == 0x0002A0, "Member 'ABP_LoadingVideoManager_C::MapToLoadAfterFadeIn' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, DefaultPlayVideoTransitionCurve) == 0x0002C8, "Member 'ABP_LoadingVideoManager_C::DefaultPlayVideoTransitionCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, DefaultStopVideoTransitionCurve) == 0x0002D0, "Member 'ABP_LoadingVideoManager_C::DefaultStopVideoTransitionCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoFadeOutStarted) == 0x0002D8, "Member 'ABP_LoadingVideoManager_C::VideoFadeOutStarted' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoFadeOutFinished) == 0x0002D9, "Member 'ABP_LoadingVideoManager_C::VideoFadeOutFinished' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoFadeOutDuration) == 0x0002DC, "Member 'ABP_LoadingVideoManager_C::VideoFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoFadeOutCurve) == 0x0002E0, "Member 'ABP_LoadingVideoManager_C::VideoFadeOutCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, DefaultPlayAudioTransitionCurve) == 0x0002E8, "Member 'ABP_LoadingVideoManager_C::DefaultPlayAudioTransitionCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, DefaultStopAudioTransitionCurve) == 0x0002F0, "Member 'ABP_LoadingVideoManager_C::DefaultStopAudioTransitionCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, BlendWeight) == 0x0002F8, "Member 'ABP_LoadingVideoManager_C::BlendWeight' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, PlayingVideoFadeOutRequested) == 0x0002FC, "Member 'ABP_LoadingVideoManager_C::PlayingVideoFadeOutRequested' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, FadeOutPlayingVideoName) == 0x000300, "Member 'ABP_LoadingVideoManager_C::FadeOutPlayingVideoName' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoFadeOutAtTime) == 0x000310, "Member 'ABP_LoadingVideoManager_C::VideoFadeOutAtTime' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, HasAudioFadeOut) == 0x000314, "Member 'ABP_LoadingVideoManager_C::HasAudioFadeOut' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioFadeOutStarted) == 0x000315, "Member 'ABP_LoadingVideoManager_C::AudioFadeOutStarted' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioFadeOutFinished) == 0x000316, "Member 'ABP_LoadingVideoManager_C::AudioFadeOutFinished' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioFadeOutDuration) == 0x000318, "Member 'ABP_LoadingVideoManager_C::AudioFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioFadeOutCurve) == 0x000320, "Member 'ABP_LoadingVideoManager_C::AudioFadeOutCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioFadeOutAtTime) == 0x000328, "Member 'ABP_LoadingVideoManager_C::AudioFadeOutAtTime' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, CalculatedAudioFadeOutDuration) == 0x00032C, "Member 'ABP_LoadingVideoManager_C::CalculatedAudioFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, StartingAudioFadeOutVolume) == 0x000330, "Member 'ABP_LoadingVideoManager_C::StartingAudioFadeOutVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, CachedGameUserSettings) == 0x000338, "Member 'ABP_LoadingVideoManager_C::CachedGameUserSettings' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoFadeInStarted) == 0x000340, "Member 'ABP_LoadingVideoManager_C::VideoFadeInStarted' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoFadeInFinished) == 0x000341, "Member 'ABP_LoadingVideoManager_C::VideoFadeInFinished' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, HasAudioFadeIn) == 0x000342, "Member 'ABP_LoadingVideoManager_C::HasAudioFadeIn' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioFadeInStarted) == 0x000343, "Member 'ABP_LoadingVideoManager_C::AudioFadeInStarted' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, AudioFadeInFinished) == 0x000344, "Member 'ABP_LoadingVideoManager_C::AudioFadeInFinished' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, MID_VideoPost) == 0x000348, "Member 'ABP_LoadingVideoManager_C::MID_VideoPost' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoFadeOutPostProcess) == 0x000350, "Member 'ABP_LoadingVideoManager_C::VideoFadeOutPostProcess' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoFadeOutSkipUpdate) == 0x000358, "Member 'ABP_LoadingVideoManager_C::VideoFadeOutSkipUpdate' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, VideoTrackerSender) == 0x000360, "Member 'ABP_LoadingVideoManager_C::VideoTrackerSender' has a wrong offset!"); \ static_assert(offsetof(ABP_LoadingVideoManager_C, BPECacheForAfterDialog) == 0x000368, "Member 'ABP_LoadingVideoManager_C::BPECacheForAfterDialog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_GLO_SleepSpellSeqEndFXEvent_C \ static_assert(alignof(UBPE_GLO_SleepSpellSeqEndFXEvent_C) == 0x000008, "Wrong alignment on UBPE_GLO_SleepSpellSeqEndFXEvent_C"); \ static_assert(sizeof(UBPE_GLO_SleepSpellSeqEndFXEvent_C) == 0x000028, "Wrong size on UBPE_GLO_SleepSpellSeqEndFXEvent_C"); \ #define DUMPER7_ASSERTS_UBPE_Player_StealthHoldBreath_C \ static_assert(alignof(UBPE_Player_StealthHoldBreath_C) == 0x000008, "Wrong alignment on UBPE_Player_StealthHoldBreath_C"); \ static_assert(sizeof(UBPE_Player_StealthHoldBreath_C) == 0x000030, "Wrong size on UBPE_Player_StealthHoldBreath_C"); \ static_assert(offsetof(UBPE_Player_StealthHoldBreath_C, IsHoldingStealthBreath) == 0x000028, "Member 'UBPE_Player_StealthHoldBreath_C::IsHoldingStealthBreath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_OnLoadingAudioFadeOutDone_C \ static_assert(alignof(UBPE_VFX_OnLoadingAudioFadeOutDone_C) == 0x000008, "Wrong alignment on UBPE_VFX_OnLoadingAudioFadeOutDone_C"); \ static_assert(sizeof(UBPE_VFX_OnLoadingAudioFadeOutDone_C) == 0x000028, "Wrong size on UBPE_VFX_OnLoadingAudioFadeOutDone_C"); \ #define DUMPER7_ASSERTS_FS_FootstepFeedback \ static_assert(alignof(FS_FootstepFeedback) == 0x000008, "Wrong alignment on FS_FootstepFeedback"); \ static_assert(sizeof(FS_FootstepFeedback) == 0x000010, "Wrong size on FS_FootstepFeedback"); \ static_assert(offsetof(FS_FootstepFeedback, Sound_2_6219BDAA4EF3EF6235AD8CA8112E48F7) == 0x000000, "Member 'FS_FootstepFeedback::Sound_2_6219BDAA4EF3EF6235AD8CA8112E48F7' has a wrong offset!"); \ static_assert(offsetof(FS_FootstepFeedback, Noise_5_8EE2571941EE34CE53631285F60676B2) == 0x000008, "Member 'FS_FootstepFeedback::Noise_5_8EE2571941EE34CE53631285F60676B2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_OS_SetIntAchievement_C \ static_assert(alignof(UBPE_OS_SetIntAchievement_C) == 0x000008, "Wrong alignment on UBPE_OS_SetIntAchievement_C"); \ static_assert(sizeof(UBPE_OS_SetIntAchievement_C) == 0x000038, "Wrong size on UBPE_OS_SetIntAchievement_C"); \ static_assert(offsetof(UBPE_OS_SetIntAchievement_C, Amount) == 0x000028, "Member 'UBPE_OS_SetIntAchievement_C::Amount' has a wrong offset!"); \ static_assert(offsetof(UBPE_OS_SetIntAchievement_C, Achievement) == 0x000030, "Member 'UBPE_OS_SetIntAchievement_C::Achievement' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider \ static_assert(alignof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider) == 0x000008, "Wrong alignment on WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider"); \ static_assert(sizeof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider) == 0x000150, "Wrong size on WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, EntryPoint) == 0x000000, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_GetText_ReturnValue) == 0x000008, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_GetAllActorsOfClass_OutActors) == 0x000020, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_Conv_TextToString_ReturnValue) == 0x000030, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_Conv_StringToName_ReturnValue) == 0x000048, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_GetText_ReturnValue_1) == 0x000050, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000068, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_GetText_ReturnValue_2) == 0x000078, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_GetText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000090, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, K2Node_Event_MyGeometry) == 0x0000A0, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, K2Node_Event_InDeltaTime) == 0x0000D8, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, K2Node_CreateDelegate_OutputDelegate) == 0x0000DC, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, K2Node_CustomEvent_Value) == 0x0000EC, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_Conv_FloatToText_ReturnValue) == 0x0000F0, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000108, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_GetText_ReturnValue_3) == 0x000120, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_GetText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_Conv_TextToString_ReturnValue_3) == 0x000138, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_Conv_TextToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider, CallFunc_Conv_StringToName_ReturnValue_1) == 0x000148, "Member 'WBP_QuartzVolumeSlider_C_ExecuteUbergraph_WBP_QuartzVolumeSlider::CallFunc_Conv_StringToName_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_QuartzVolumeSlider_C_OnValueChanged_Event_0 \ static_assert(alignof(WBP_QuartzVolumeSlider_C_OnValueChanged_Event_0) == 0x000004, "Wrong alignment on WBP_QuartzVolumeSlider_C_OnValueChanged_Event_0"); \ static_assert(sizeof(WBP_QuartzVolumeSlider_C_OnValueChanged_Event_0) == 0x000004, "Wrong size on WBP_QuartzVolumeSlider_C_OnValueChanged_Event_0"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_OnValueChanged_Event_0, Value) == 0x000000, "Member 'WBP_QuartzVolumeSlider_C_OnValueChanged_Event_0::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_QuartzVolumeSlider_C_Tick \ static_assert(alignof(WBP_QuartzVolumeSlider_C_Tick) == 0x000004, "Wrong alignment on WBP_QuartzVolumeSlider_C_Tick"); \ static_assert(sizeof(WBP_QuartzVolumeSlider_C_Tick) == 0x00003C, "Wrong size on WBP_QuartzVolumeSlider_C_Tick"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_QuartzVolumeSlider_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_QuartzVolumeSlider_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_QuartzVolumeSlider_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_QuartzVolumeSlider_C \ static_assert(alignof(UWBP_QuartzVolumeSlider_C) == 0x000008, "Wrong alignment on UWBP_QuartzVolumeSlider_C"); \ static_assert(sizeof(UWBP_QuartzVolumeSlider_C) == 0x0002A0, "Wrong size on UWBP_QuartzVolumeSlider_C"); \ static_assert(offsetof(UWBP_QuartzVolumeSlider_C, UberGraphFrame) == 0x000260, "Member 'UWBP_QuartzVolumeSlider_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_QuartzVolumeSlider_C, ClockNameText) == 0x000268, "Member 'UWBP_QuartzVolumeSlider_C::ClockNameText' has a wrong offset!"); \ static_assert(offsetof(UWBP_QuartzVolumeSlider_C, StemNameText) == 0x000270, "Member 'UWBP_QuartzVolumeSlider_C::StemNameText' has a wrong offset!"); \ static_assert(offsetof(UWBP_QuartzVolumeSlider_C, StopStemButton) == 0x000278, "Member 'UWBP_QuartzVolumeSlider_C::StopStemButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_QuartzVolumeSlider_C, VolumeSlider) == 0x000280, "Member 'UWBP_QuartzVolumeSlider_C::VolumeSlider' has a wrong offset!"); \ static_assert(offsetof(UWBP_QuartzVolumeSlider_C, VolumeValueText) == 0x000288, "Member 'UWBP_QuartzVolumeSlider_C::VolumeValueText' has a wrong offset!"); \ static_assert(offsetof(UWBP_QuartzVolumeSlider_C, NewVar_0) == 0x000290, "Member 'UWBP_QuartzVolumeSlider_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(UWBP_QuartzVolumeSlider_C, QuartzMaster) == 0x000298, "Member 'UWBP_QuartzVolumeSlider_C::QuartzMaster' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch05_D_InhabitCentipede_C \ static_assert(alignof(UBPE_Ch05_D_InhabitCentipede_C) == 0x000008, "Wrong alignment on UBPE_Ch05_D_InhabitCentipede_C"); \ static_assert(sizeof(UBPE_Ch05_D_InhabitCentipede_C) == 0x000030, "Wrong size on UBPE_Ch05_D_InhabitCentipede_C"); \ static_assert(offsetof(UBPE_Ch05_D_InhabitCentipede_C, Is_Centipede) == 0x000028, "Member 'UBPE_Ch05_D_InhabitCentipede_C::Is_Centipede' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Sprint_C_ExecuteUbergraph_GA_Sprint \ static_assert(alignof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint) == 0x000008, "Wrong alignment on GA_Sprint_C_ExecuteUbergraph_GA_Sprint"); \ static_assert(sizeof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint) == 0x0000B0, "Wrong size on GA_Sprint_C_ExecuteUbergraph_GA_Sprint"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, EntryPoint) == 0x000000, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, Temp_bool_Variable) == 0x000010, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, Temp_float_Variable) == 0x000014, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_WaitInputRelease_ReturnValue) == 0x000018, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_WaitInputRelease_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_WaitGameplayTagsAdd_ReturnValue) == 0x000038, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_WaitGameplayTagsAdd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, K2Node_CustomEvent_TimeHeld) == 0x000044, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::K2Node_CustomEvent_TimeHeld' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, K2Node_CustomEvent_bInputDisabled) == 0x000048, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::K2Node_CustomEvent_bInputDisabled' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, K2Node_Event_bWasCancelled) == 0x000049, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::K2Node_Event_bWasCancelled' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_GetOwningActorFromActorInfo_ReturnValue) == 0x000050, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_GetOwningActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, K2Node_DynamicCast_AsBP_Player_Character) == 0x000058, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_CanUnCrouch_ReturnValue) == 0x000061, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_CanUnCrouch_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_CanUnCrouch_ReturnValue_1) == 0x000062, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_CanUnCrouch_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000063, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000064, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000065, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_BooleanOR_ReturnValue) == 0x000066, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_BooleanAND_ReturnValue) == 0x000067, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_GetAbilitySystemComponentFromActorInfo_ReturnValue) == 0x000068, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_GetAbilitySystemComponentFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, K2Node_CreateDelegate_OutputDelegate_1) == 0x000070, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000080, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000090, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_HasMatchingGameplayTag_self_CastInput_1) == 0x000098, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_HasMatchingGameplayTag_self_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_HasMatchingGameplayTag_ReturnValue_1) == 0x0000A8, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_HasMatchingGameplayTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_BooleanOR_ReturnValue_1) == 0x0000A9, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_Not_PreBool_ReturnValue) == 0x0000AA, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_ExecuteUbergraph_GA_Sprint, CallFunc_BooleanOR_ReturnValue_2) == 0x0000AB, "Member 'GA_Sprint_C_ExecuteUbergraph_GA_Sprint::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Sprint_C_K2_OnEndAbility \ static_assert(alignof(GA_Sprint_C_K2_OnEndAbility) == 0x000001, "Wrong alignment on GA_Sprint_C_K2_OnEndAbility"); \ static_assert(sizeof(GA_Sprint_C_K2_OnEndAbility) == 0x000001, "Wrong size on GA_Sprint_C_K2_OnEndAbility"); \ static_assert(offsetof(GA_Sprint_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_Sprint_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Sprint_C_OnRelease_5CA2F3A44288B61C019B7A9C5AFFFC10 \ static_assert(alignof(GA_Sprint_C_OnRelease_5CA2F3A44288B61C019B7A9C5AFFFC10) == 0x000004, "Wrong alignment on GA_Sprint_C_OnRelease_5CA2F3A44288B61C019B7A9C5AFFFC10"); \ static_assert(sizeof(GA_Sprint_C_OnRelease_5CA2F3A44288B61C019B7A9C5AFFFC10) == 0x000008, "Wrong size on GA_Sprint_C_OnRelease_5CA2F3A44288B61C019B7A9C5AFFFC10"); \ static_assert(offsetof(GA_Sprint_C_OnRelease_5CA2F3A44288B61C019B7A9C5AFFFC10, TimeHeld) == 0x000000, "Member 'GA_Sprint_C_OnRelease_5CA2F3A44288B61C019B7A9C5AFFFC10::TimeHeld' has a wrong offset!"); \ static_assert(offsetof(GA_Sprint_C_OnRelease_5CA2F3A44288B61C019B7A9C5AFFFC10, bInputDisabled) == 0x000004, "Member 'GA_Sprint_C_OnRelease_5CA2F3A44288B61C019B7A9C5AFFFC10::bInputDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_Sprint_C \ static_assert(alignof(UGA_Sprint_C) == 0x000008, "Wrong alignment on UGA_Sprint_C"); \ static_assert(sizeof(UGA_Sprint_C) == 0x000408, "Wrong size on UGA_Sprint_C"); \ static_assert(offsetof(UGA_Sprint_C, UberGraphFrame) == 0x0003F0, "Member 'UGA_Sprint_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGA_Sprint_C, WaitInputTask) == 0x0003F8, "Member 'UGA_Sprint_C::WaitInputTask' has a wrong offset!"); \ static_assert(offsetof(UGA_Sprint_C, WaitGameplayTagsAddTask) == 0x000400, "Member 'UGA_Sprint_C::WaitGameplayTagsAddTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_StealthHYBStatus_C \ static_assert(alignof(UBPE_Player_StealthHYBStatus_C) == 0x000008, "Wrong alignment on UBPE_Player_StealthHYBStatus_C"); \ static_assert(sizeof(UBPE_Player_StealthHYBStatus_C) == 0x000030, "Wrong size on UBPE_Player_StealthHYBStatus_C"); \ static_assert(offsetof(UBPE_Player_StealthHYBStatus_C, StealthHYBActive) == 0x000028, "Member 'UBPE_Player_StealthHYBStatus_C::StealthHYBActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_UI_PlatformVisibility \ static_assert(alignof(FS_UI_PlatformVisibility) == 0x000001, "Wrong alignment on FS_UI_PlatformVisibility"); \ static_assert(sizeof(FS_UI_PlatformVisibility) == 0x000003, "Wrong size on FS_UI_PlatformVisibility"); \ static_assert(offsetof(FS_UI_PlatformVisibility, PC_1_755C467546B54DED6272A6BD33191B8D) == 0x000000, "Member 'FS_UI_PlatformVisibility::PC_1_755C467546B54DED6272A6BD33191B8D' has a wrong offset!"); \ static_assert(offsetof(FS_UI_PlatformVisibility, PS5_3_9A93070D4F5629C7C1874AB05B104691) == 0x000001, "Member 'FS_UI_PlatformVisibility::PS5_3_9A93070D4F5629C7C1874AB05B104691' has a wrong offset!"); \ static_assert(offsetof(FS_UI_PlatformVisibility, Xbox_5_4935CDDD47C58B849428E68C224D091F) == 0x000002, "Member 'FS_UI_PlatformVisibility::Xbox_5_4935CDDD47C58B849428E68C224D091F' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_BaseDamageType_C \ static_assert(alignof(UBP_BaseDamageType_C) == 0x000008, "Wrong alignment on UBP_BaseDamageType_C"); \ static_assert(sizeof(UBP_BaseDamageType_C) == 0x000040, "Wrong size on UBP_BaseDamageType_C"); \ #define DUMPER7_ASSERTS_GA_Zoom_C_ExecuteUbergraph_GA_Zoom \ static_assert(alignof(GA_Zoom_C_ExecuteUbergraph_GA_Zoom) == 0x000008, "Wrong alignment on GA_Zoom_C_ExecuteUbergraph_GA_Zoom"); \ static_assert(sizeof(GA_Zoom_C_ExecuteUbergraph_GA_Zoom) == 0x000038, "Wrong size on GA_Zoom_C_ExecuteUbergraph_GA_Zoom"); \ static_assert(offsetof(GA_Zoom_C_ExecuteUbergraph_GA_Zoom, EntryPoint) == 0x000000, "Member 'GA_Zoom_C_ExecuteUbergraph_GA_Zoom::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_Zoom_C_ExecuteUbergraph_GA_Zoom, K2Node_CustomEvent_TimeHeld) == 0x000004, "Member 'GA_Zoom_C_ExecuteUbergraph_GA_Zoom::K2Node_CustomEvent_TimeHeld' has a wrong offset!"); \ static_assert(offsetof(GA_Zoom_C_ExecuteUbergraph_GA_Zoom, K2Node_CustomEvent_bInputDisabled) == 0x000008, "Member 'GA_Zoom_C_ExecuteUbergraph_GA_Zoom::K2Node_CustomEvent_bInputDisabled' has a wrong offset!"); \ static_assert(offsetof(GA_Zoom_C_ExecuteUbergraph_GA_Zoom, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'GA_Zoom_C_ExecuteUbergraph_GA_Zoom::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_Zoom_C_ExecuteUbergraph_GA_Zoom, Temp_bool_Variable) == 0x00001C, "Member 'GA_Zoom_C_ExecuteUbergraph_GA_Zoom::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Zoom_C_ExecuteUbergraph_GA_Zoom, Temp_float_Variable) == 0x000020, "Member 'GA_Zoom_C_ExecuteUbergraph_GA_Zoom::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Zoom_C_ExecuteUbergraph_GA_Zoom, CallFunc_WaitInputRelease_ReturnValue) == 0x000028, "Member 'GA_Zoom_C_ExecuteUbergraph_GA_Zoom::CallFunc_WaitInputRelease_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Zoom_C_ExecuteUbergraph_GA_Zoom, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'GA_Zoom_C_ExecuteUbergraph_GA_Zoom::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Zoom_C_OnRelease_4C6B0DB44E82EB23BFDD39BF25565CE0 \ static_assert(alignof(GA_Zoom_C_OnRelease_4C6B0DB44E82EB23BFDD39BF25565CE0) == 0x000004, "Wrong alignment on GA_Zoom_C_OnRelease_4C6B0DB44E82EB23BFDD39BF25565CE0"); \ static_assert(sizeof(GA_Zoom_C_OnRelease_4C6B0DB44E82EB23BFDD39BF25565CE0) == 0x000008, "Wrong size on GA_Zoom_C_OnRelease_4C6B0DB44E82EB23BFDD39BF25565CE0"); \ static_assert(offsetof(GA_Zoom_C_OnRelease_4C6B0DB44E82EB23BFDD39BF25565CE0, TimeHeld) == 0x000000, "Member 'GA_Zoom_C_OnRelease_4C6B0DB44E82EB23BFDD39BF25565CE0::TimeHeld' has a wrong offset!"); \ static_assert(offsetof(GA_Zoom_C_OnRelease_4C6B0DB44E82EB23BFDD39BF25565CE0, bInputDisabled) == 0x000004, "Member 'GA_Zoom_C_OnRelease_4C6B0DB44E82EB23BFDD39BF25565CE0::bInputDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_Zoom_C \ static_assert(alignof(UGA_Zoom_C) == 0x000008, "Wrong alignment on UGA_Zoom_C"); \ static_assert(sizeof(UGA_Zoom_C) == 0x0003D8, "Wrong size on UGA_Zoom_C"); \ static_assert(offsetof(UGA_Zoom_C, UberGraphFrame) == 0x0003D0, "Member 'UGA_Zoom_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HeightChart_C \ static_assert(alignof(ABP_HeightChart_C) == 0x000008, "Wrong alignment on ABP_HeightChart_C"); \ static_assert(sizeof(ABP_HeightChart_C) == 0x000250, "Wrong size on ABP_HeightChart_C"); \ static_assert(offsetof(ABP_HeightChart_C, M_HeightChart_Inst2_NewDecalComponent) == 0x000230, "Member 'ABP_HeightChart_C::M_HeightChart_Inst2_NewDecalComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_HeightChart_C, M_HeightChart_Inst3_NewDecalComponent) == 0x000238, "Member 'ABP_HeightChart_C::M_HeightChart_Inst3_NewDecalComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_HeightChart_C, M_HeightChart_Inst_NewDecalComponent) == 0x000240, "Member 'ABP_HeightChart_C::M_HeightChart_Inst_NewDecalComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_HeightChart_C, SharedRoot) == 0x000248, "Member 'ABP_HeightChart_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_SetChapterGoal_C \ static_assert(alignof(UBPE_SetChapterGoal_C) == 0x000008, "Wrong alignment on UBPE_SetChapterGoal_C"); \ static_assert(sizeof(UBPE_SetChapterGoal_C) == 0x000040, "Wrong size on UBPE_SetChapterGoal_C"); \ static_assert(offsetof(UBPE_SetChapterGoal_C, ChapterGoalParam) == 0x000028, "Member 'UBPE_SetChapterGoal_C::ChapterGoalParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_ExitMainMenu_C \ static_assert(alignof(UBPE_Global_ExitMainMenu_C) == 0x000008, "Wrong alignment on UBPE_Global_ExitMainMenu_C"); \ static_assert(sizeof(UBPE_Global_ExitMainMenu_C) == 0x000028, "Wrong size on UBPE_Global_ExitMainMenu_C"); \ #define DUMPER7_ASSERTS_UBPE_BaseOnInventoryItemAdded_C \ static_assert(alignof(UBPE_BaseOnInventoryItemAdded_C) == 0x000008, "Wrong alignment on UBPE_BaseOnInventoryItemAdded_C"); \ static_assert(sizeof(UBPE_BaseOnInventoryItemAdded_C) == 0x000048, "Wrong size on UBPE_BaseOnInventoryItemAdded_C"); \ #define DUMPER7_ASSERTS_UGE_UnCrouching_C \ static_assert(alignof(UGE_UnCrouching_C) == 0x000008, "Wrong alignment on UGE_UnCrouching_C"); \ static_assert(sizeof(UGE_UnCrouching_C) == 0x000800, "Wrong size on UGE_UnCrouching_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_SetChapterProgress_C \ static_assert(alignof(UBPE_Global_SetChapterProgress_C) == 0x000008, "Wrong alignment on UBPE_Global_SetChapterProgress_C"); \ static_assert(sizeof(UBPE_Global_SetChapterProgress_C) == 0x000030, "Wrong size on UBPE_Global_SetChapterProgress_C"); \ static_assert(offsetof(UBPE_Global_SetChapterProgress_C, ChapterProgress) == 0x000028, "Member 'UBPE_Global_SetChapterProgress_C::ChapterProgress' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_SwitchBreathingState_C \ static_assert(alignof(UBPE_A_SwitchBreathingState_C) == 0x000008, "Wrong alignment on UBPE_A_SwitchBreathingState_C"); \ static_assert(sizeof(UBPE_A_SwitchBreathingState_C) == 0x000100, "Wrong size on UBPE_A_SwitchBreathingState_C"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, DisableBreathing) == 0x000028, "Member 'UBPE_A_SwitchBreathingState_C::DisableBreathing' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, EndOverlappSwitchSoundEventClass) == 0x000029, "Member 'UBPE_A_SwitchBreathingState_C::EndOverlappSwitchSoundEventClass' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, BreathInSound) == 0x000030, "Member 'UBPE_A_SwitchBreathingState_C::BreathInSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, BreathOutSound) == 0x000038, "Member 'UBPE_A_SwitchBreathingState_C::BreathOutSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, NewBreathingVolume) == 0x000040, "Member 'UBPE_A_SwitchBreathingState_C::NewBreathingVolume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, MinDelay) == 0x000044, "Member 'UBPE_A_SwitchBreathingState_C::MinDelay' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, MaxDelay) == 0x000048, "Member 'UBPE_A_SwitchBreathingState_C::MaxDelay' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, HasTransition) == 0x00004C, "Member 'UBPE_A_SwitchBreathingState_C::HasTransition' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, TransitionDur) == 0x000050, "Member 'UBPE_A_SwitchBreathingState_C::TransitionDur' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, TransitionBreathInSound) == 0x000058, "Member 'UBPE_A_SwitchBreathingState_C::TransitionBreathInSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, TransitionBreathOutSound) == 0x000060, "Member 'UBPE_A_SwitchBreathingState_C::TransitionBreathOutSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, TransitionBreathVolume) == 0x000068, "Member 'UBPE_A_SwitchBreathingState_C::TransitionBreathVolume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, MinDelayTransition) == 0x00006C, "Member 'UBPE_A_SwitchBreathingState_C::MinDelayTransition' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, MaxDelayTransition) == 0x000070, "Member 'UBPE_A_SwitchBreathingState_C::MaxDelayTransition' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, MinExternalLoopDelayAdditiveTransition) == 0x000074, "Member 'UBPE_A_SwitchBreathingState_C::MinExternalLoopDelayAdditiveTransition' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, MaxExternalLoopDelayAdditiveTransition) == 0x000078, "Member 'UBPE_A_SwitchBreathingState_C::MaxExternalLoopDelayAdditiveTransition' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, IsEffort) == 0x00007C, "Member 'UBPE_A_SwitchBreathingState_C::IsEffort' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, TransitionEffortSound) == 0x000080, "Member 'UBPE_A_SwitchBreathingState_C::TransitionEffortSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, Recover) == 0x000088, "Member 'UBPE_A_SwitchBreathingState_C::Recover' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, RecoverHasTransition) == 0x000089, "Member 'UBPE_A_SwitchBreathingState_C::RecoverHasTransition' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, RecoverDur) == 0x00008C, "Member 'UBPE_A_SwitchBreathingState_C::RecoverDur' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, TransitionEffortVolume) == 0x000090, "Member 'UBPE_A_SwitchBreathingState_C::TransitionEffortVolume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, ForceBreathOutPostEffort) == 0x000094, "Member 'UBPE_A_SwitchBreathingState_C::ForceBreathOutPostEffort' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, MinExternalLoopDelayAdditive) == 0x000098, "Member 'UBPE_A_SwitchBreathingState_C::MinExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, MaxExternalLoopDelayAdditive) == 0x00009C, "Member 'UBPE_A_SwitchBreathingState_C::MaxExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, LoopCountAfter) == 0x0000A0, "Member 'UBPE_A_SwitchBreathingState_C::LoopCountAfter' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, InitialDelay) == 0x0000A4, "Member 'UBPE_A_SwitchBreathingState_C::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, LoopCountAfterTransition) == 0x0000A8, "Member 'UBPE_A_SwitchBreathingState_C::LoopCountAfterTransition' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, Locomotion) == 0x0000AC, "Member 'UBPE_A_SwitchBreathingState_C::Locomotion' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, EffortPostTransition) == 0x0000AD, "Member 'UBPE_A_SwitchBreathingState_C::EffortPostTransition' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, ForceBreathOutPostTransitionEffort) == 0x0000AE, "Member 'UBPE_A_SwitchBreathingState_C::ForceBreathOutPostTransitionEffort' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, PostTransitionEffort) == 0x0000B0, "Member 'UBPE_A_SwitchBreathingState_C::PostTransitionEffort' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, EffortPostTransitionVolume) == 0x0000B8, "Member 'UBPE_A_SwitchBreathingState_C::EffortPostTransitionVolume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, EffortPostRecovery) == 0x0000BC, "Member 'UBPE_A_SwitchBreathingState_C::EffortPostRecovery' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, ForceBreathOutPostRecoveryEffort) == 0x0000BD, "Member 'UBPE_A_SwitchBreathingState_C::ForceBreathOutPostRecoveryEffort' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, PostRecoverEffort) == 0x0000C0, "Member 'UBPE_A_SwitchBreathingState_C::PostRecoverEffort' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, EffortPostRecoverVolume) == 0x0000C8, "Member 'UBPE_A_SwitchBreathingState_C::EffortPostRecoverVolume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, SetLocomotionSounds) == 0x0000CC, "Member 'UBPE_A_SwitchBreathingState_C::SetLocomotionSounds' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, SprintRecoverBreathInSound) == 0x0000D0, "Member 'UBPE_A_SwitchBreathingState_C::SprintRecoverBreathInSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, SprintRecoverBreathOutSound) == 0x0000D8, "Member 'UBPE_A_SwitchBreathingState_C::SprintRecoverBreathOutSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, SprintBreathInSound) == 0x0000E0, "Member 'UBPE_A_SwitchBreathingState_C::SprintBreathInSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, SprintBreathOutSound) == 0x0000E8, "Member 'UBPE_A_SwitchBreathingState_C::SprintBreathOutSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, SprintVolume) == 0x0000F0, "Member 'UBPE_A_SwitchBreathingState_C::SprintVolume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, SprintRecoverVolume) == 0x0000F4, "Member 'UBPE_A_SwitchBreathingState_C::SprintRecoverVolume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SwitchBreathingState_C, SprintRecoverDur) == 0x0000F8, "Member 'UBPE_A_SwitchBreathingState_C::SprintRecoverDur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_DMG_ThrowableDamage_C \ static_assert(alignof(UBP_DMG_ThrowableDamage_C) == 0x000008, "Wrong alignment on UBP_DMG_ThrowableDamage_C"); \ static_assert(sizeof(UBP_DMG_ThrowableDamage_C) == 0x000040, "Wrong size on UBP_DMG_ThrowableDamage_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ActiveBreathingWindowStart_C \ static_assert(alignof(UBPE_Global_HUD_ActiveBreathingWindowStart_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ActiveBreathingWindowStart_C"); \ static_assert(sizeof(UBPE_Global_HUD_ActiveBreathingWindowStart_C) == 0x000038, "Wrong size on UBPE_Global_HUD_ActiveBreathingWindowStart_C"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingWindowStart_C, Duration) == 0x000028, "Member 'UBPE_Global_HUD_ActiveBreathingWindowStart_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingWindowStart_C, TimeWindowStart) == 0x00002C, "Member 'UBPE_Global_HUD_ActiveBreathingWindowStart_C::TimeWindowStart' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingWindowStart_C, TimeWindowEnd) == 0x000030, "Member 'UBPE_Global_HUD_ActiveBreathingWindowStart_C::TimeWindowEnd' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingWindowStart_C, TimeDilation) == 0x000034, "Member 'UBPE_Global_HUD_ActiveBreathingWindowStart_C::TimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_Crouched_C \ static_assert(alignof(UGE_Crouched_C) == 0x000008, "Wrong alignment on UGE_Crouched_C"); \ static_assert(sizeof(UGE_Crouched_C) == 0x000800, "Wrong size on UGE_Crouched_C"); \ #define DUMPER7_ASSERTS_UBPE_AI_TLF_Activated_C \ static_assert(alignof(UBPE_AI_TLF_Activated_C) == 0x000008, "Wrong alignment on UBPE_AI_TLF_Activated_C"); \ static_assert(sizeof(UBPE_AI_TLF_Activated_C) == 0x000028, "Wrong size on UBPE_AI_TLF_Activated_C"); \ #define DUMPER7_ASSERTS_UBP_PHGameUserSettings_C \ static_assert(alignof(UBP_PHGameUserSettings_C) == 0x000008, "Wrong alignment on UBP_PHGameUserSettings_C"); \ static_assert(sizeof(UBP_PHGameUserSettings_C) == 0x000248, "Wrong size on UBP_PHGameUserSettings_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ActiveBreathingFailed_C \ static_assert(alignof(UBPE_Global_HUD_ActiveBreathingFailed_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ActiveBreathingFailed_C"); \ static_assert(sizeof(UBPE_Global_HUD_ActiveBreathingFailed_C) == 0x000038, "Wrong size on UBPE_Global_HUD_ActiveBreathingFailed_C"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingFailed_C, Duration) == 0x000028, "Member 'UBPE_Global_HUD_ActiveBreathingFailed_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingFailed_C, TimeWindowStart) == 0x00002C, "Member 'UBPE_Global_HUD_ActiveBreathingFailed_C::TimeWindowStart' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingFailed_C, TimeWindowEnd) == 0x000030, "Member 'UBPE_Global_HUD_ActiveBreathingFailed_C::TimeWindowEnd' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingFailed_C, TimeDilation) == 0x000034, "Member 'UBPE_Global_HUD_ActiveBreathingFailed_C::TimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ActiveBreathingCooldown_C \ static_assert(alignof(UBPE_Global_HUD_ActiveBreathingCooldown_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ActiveBreathingCooldown_C"); \ static_assert(sizeof(UBPE_Global_HUD_ActiveBreathingCooldown_C) == 0x000030, "Wrong size on UBPE_Global_HUD_ActiveBreathingCooldown_C"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingCooldown_C, CooldownDuration) == 0x000028, "Member 'UBPE_Global_HUD_ActiveBreathingCooldown_C::CooldownDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ActiveBreathingReload_C \ static_assert(alignof(UBPE_Global_HUD_ActiveBreathingReload_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ActiveBreathingReload_C"); \ static_assert(sizeof(UBPE_Global_HUD_ActiveBreathingReload_C) == 0x000038, "Wrong size on UBPE_Global_HUD_ActiveBreathingReload_C"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingReload_C, LungsEmptyDuration) == 0x000028, "Member 'UBPE_Global_HUD_ActiveBreathingReload_C::LungsEmptyDuration' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingReload_C, TimeWindowStart) == 0x00002C, "Member 'UBPE_Global_HUD_ActiveBreathingReload_C::TimeWindowStart' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingReload_C, TimeWindowEnd) == 0x000030, "Member 'UBPE_Global_HUD_ActiveBreathingReload_C::TimeWindowEnd' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingReload_C, CursorMovingDuration) == 0x000034, "Member 'UBPE_Global_HUD_ActiveBreathingReload_C::CursorMovingDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_ActiveBreathDepletion_C \ static_assert(alignof(UGE_ActiveBreathDepletion_C) == 0x000008, "Wrong alignment on UGE_ActiveBreathDepletion_C"); \ static_assert(sizeof(UGE_ActiveBreathDepletion_C) == 0x000800, "Wrong size on UGE_ActiveBreathDepletion_C"); \ #define DUMPER7_ASSERTS_UBP_BaseInventoryManagerPersistent_C \ static_assert(alignof(UBP_BaseInventoryManagerPersistent_C) == 0x000008, "Wrong alignment on UBP_BaseInventoryManagerPersistent_C"); \ static_assert(sizeof(UBP_BaseInventoryManagerPersistent_C) == 0x000120, "Wrong size on UBP_BaseInventoryManagerPersistent_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_Title_Finished_C \ static_assert(alignof(UBPE_Global_HUD_Title_Finished_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_Title_Finished_C"); \ static_assert(sizeof(UBPE_Global_HUD_Title_Finished_C) == 0x000028, "Wrong size on UBPE_Global_HUD_Title_Finished_C"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline \ static_assert(alignof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline) == 0x000008, "Wrong alignment on BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline"); \ static_assert(sizeof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline) == 0x0006B0, "Wrong size on BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, EntryPoint) == 0x000000, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000018, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OverlappedComponent_7) == 0x000020, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OverlappedComponent_7' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherActor_7) == 0x000028, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherActor_7' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherComp_7) == 0x000030, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherComp_7' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherBodyIndex_7) == 0x000038, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherBodyIndex_7' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000040, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000048, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OverlappedComponent_6) == 0x000050, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OverlappedComponent_6' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherActor_6) == 0x000058, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherActor_6' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherComp_6) == 0x000060, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherComp_6' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherBodyIndex_6) == 0x000068, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherBodyIndex_6' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_bFromSweep_3) == 0x00006C, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_bFromSweep_3' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_SweepResult_3) == 0x000070, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_SweepResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000F8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OverlappedComponent_5) == 0x000100, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OverlappedComponent_5' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherActor_5) == 0x000108, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherActor_5' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherComp_5) == 0x000110, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherComp_5' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherBodyIndex_5) == 0x000118, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherBodyIndex_5' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_bFromSweep_2) == 0x00011C, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_bFromSweep_2' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_SweepResult_2) == 0x000120, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_SweepResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x0001A8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OverlappedComponent_4) == 0x0001B0, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OverlappedComponent_4' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherActor_4) == 0x0001B8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherActor_4' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherComp_4) == 0x0001C0, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherComp_4' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherBodyIndex_4) == 0x0001C8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherBodyIndex_4' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0001CC, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3) == 0x0001D0, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x0001D8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4) == 0x0001E0, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0001E8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_5) == 0x0001F8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x000200, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00020C, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_Event_DeltaSeconds) == 0x000218, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x00021C, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_6) == 0x0002A8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0002B0, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_7) == 0x0002C0, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0002C8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x0002D4, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x00035C, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_VInterpTo_ReturnValue) == 0x000368, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2) == 0x000374, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_Lerp_ReturnValue) == 0x000380, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000384, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_K2_SetActorLocation_ReturnValue) == 0x00040C, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_8) == 0x000410, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000418, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_3) == 0x000424, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_K2_SetWorldLocation_SweepHitResult_2) == 0x000430, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_K2_SetWorldLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OverlappedComponent_3) == 0x0004B8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OverlappedComponent_3' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherActor_3) == 0x0004C0, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherComp_3) == 0x0004C8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherBodyIndex_3) == 0x0004D0, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherBodyIndex_3' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x0004D4, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_SweepResult_1) == 0x0004D8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x000560, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000568, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000570, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x000578, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_bFromSweep) == 0x00057C, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_SweepResult) == 0x000580, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_9) == 0x000608, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_9' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_10) == 0x000610, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_10' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x000618, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x000619, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_EOEvent_Sender_1) == 0x000620, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_EOEvent_Event_1) == 0x000628, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000630, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000638, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000640, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000648, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_BooleanAND_ReturnValue) == 0x00064C, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_11) == 0x000650, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_11' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue_6) == 0x000658, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000660, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherActor) == 0x000668, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherComp) == 0x000670, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000678, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_12) == 0x000680, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_12' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue_7) == 0x000688, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_EOCreateEvent_OutputDelegate) == 0x00068C, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_EOEvent_Sender) == 0x0006A0, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline, K2Node_EOEvent_Event) == 0x0006A8, "Member 'BP_RainSpline_C_ExecuteUbergraph_BP_RainSpline::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_InstDoorClose \ static_assert(alignof(BP_RainSpline_C_InstDoorClose) == 0x000008, "Wrong alignment on BP_RainSpline_C_InstDoorClose"); \ static_assert(sizeof(BP_RainSpline_C_InstDoorClose) == 0x000010, "Wrong size on BP_RainSpline_C_InstDoorClose"); \ static_assert(offsetof(BP_RainSpline_C_InstDoorClose, Sender) == 0x000000, "Member 'BP_RainSpline_C_InstDoorClose::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_InstDoorClose, Event) == 0x000008, "Member 'BP_RainSpline_C_InstDoorClose::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_7_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_6_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_ToggleRainSpline \ static_assert(alignof(BP_RainSpline_C_ToggleRainSpline) == 0x000008, "Wrong alignment on BP_RainSpline_C_ToggleRainSpline"); \ static_assert(sizeof(BP_RainSpline_C_ToggleRainSpline) == 0x000010, "Wrong size on BP_RainSpline_C_ToggleRainSpline"); \ static_assert(offsetof(BP_RainSpline_C_ToggleRainSpline, Sender) == 0x000000, "Member 'BP_RainSpline_C_ToggleRainSpline::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_ToggleRainSpline, Event) == 0x000008, "Member 'BP_RainSpline_C_ToggleRainSpline::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshInner_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_StaticMeshOuter_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_ReceiveTick \ static_assert(alignof(BP_RainSpline_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_RainSpline_C_ReceiveTick"); \ static_assert(sizeof(BP_RainSpline_C_ReceiveTick) == 0x000004, "Wrong size on BP_RainSpline_C_ReceiveTick"); \ static_assert(offsetof(BP_RainSpline_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_RainSpline_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_3_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_InnerBox_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_RainSpline_C_BndEvt__BP_RainSpline_Box_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_RainSpline_C \ static_assert(alignof(ABP_RainSpline_C) == 0x000008, "Wrong alignment on ABP_RainSpline_C"); \ static_assert(sizeof(ABP_RainSpline_C) == 0x000340, "Wrong size on ABP_RainSpline_C"); \ static_assert(offsetof(ABP_RainSpline_C, UberGraphFrame) == 0x000230, "Member 'ABP_RainSpline_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, StaticMeshOuter) == 0x000238, "Member 'ABP_RainSpline_C::StaticMeshOuter' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, StaticMeshInner) == 0x000240, "Member 'ABP_RainSpline_C::StaticMeshInner' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Drip) == 0x000248, "Member 'ABP_RainSpline_C::Drip' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, InnerBox) == 0x000250, "Member 'ABP_RainSpline_C::InnerBox' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, InteriorAudio) == 0x000258, "Member 'ABP_RainSpline_C::InteriorAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, OuterBox) == 0x000260, "Member 'ABP_RainSpline_C::OuterBox' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Spline) == 0x000268, "Member 'ABP_RainSpline_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Timeline_0_NewTrack_0_EEA59F004A0415689353C3ADC67A863C) == 0x000270, "Member 'ABP_RainSpline_C::Timeline_0_NewTrack_0_EEA59F004A0415689353C3ADC67A863C' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Timeline_0__Direction_EEA59F004A0415689353C3ADC67A863C) == 0x000274, "Member 'ABP_RainSpline_C::Timeline_0__Direction_EEA59F004A0415689353C3ADC67A863C' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Timeline_0) == 0x000278, "Member 'ABP_RainSpline_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, TickInterval) == 0x000280, "Member 'ABP_RainSpline_C::TickInterval' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, InteriorOnSpline) == 0x000284, "Member 'ABP_RainSpline_C::InteriorOnSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, RainFollowPlayerExterior) == 0x000285, "Member 'ABP_RainSpline_C::RainFollowPlayerExterior' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, DistanceToAttenuate) == 0x000288, "Member 'ABP_RainSpline_C::DistanceToAttenuate' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, ParamValue) == 0x00028C, "Member 'ABP_RainSpline_C::ParamValue' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, FilterAmountValue) == 0x000290, "Member 'ABP_RainSpline_C::FilterAmountValue' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, BP_RainFollowPlayer) == 0x000298, "Member 'ABP_RainSpline_C::BP_RainFollowPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, PlayInteriorAudio) == 0x0002A0, "Member 'ABP_RainSpline_C::PlayInteriorAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, InteriorSound) == 0x0002A8, "Member 'ABP_RainSpline_C::InteriorSound' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, InteriorAudioVolume) == 0x0002B0, "Member 'ABP_RainSpline_C::InteriorAudioVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, DripSound) == 0x0002B8, "Member 'ABP_RainSpline_C::DripSound' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, DripAudioVolume) == 0x0002C0, "Member 'ABP_RainSpline_C::DripAudioVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Delta_Seconds) == 0x0002C4, "Member 'ABP_RainSpline_C::Delta_Seconds' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, PrevLoc) == 0x0002C8, "Member 'ABP_RainSpline_C::PrevLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, StopExteriorRain) == 0x0002D4, "Member 'ABP_RainSpline_C::StopExteriorRain' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, ChangeFootsteps) == 0x0002D5, "Member 'ABP_RainSpline_C::ChangeFootsteps' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Additional_Footstep_Walk_Sounds) == 0x0002D8, "Member 'ABP_RainSpline_C::Additional_Footstep_Walk_Sounds' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Additional_Footstep_Crouch_Sounds) == 0x0002E8, "Member 'ABP_RainSpline_C::Additional_Footstep_Crouch_Sounds' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Additional_Footstep_Sprint_Sounds) == 0x0002F8, "Member 'ABP_RainSpline_C::Additional_Footstep_Sprint_Sounds' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Additional_Footstep_Walk_Sounds_Wet) == 0x000308, "Member 'ABP_RainSpline_C::Additional_Footstep_Walk_Sounds_Wet' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Additional_Footstep_Crouch_Sounds_Wet) == 0x000318, "Member 'ABP_RainSpline_C::Additional_Footstep_Crouch_Sounds_Wet' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, Additional_Footstep_Sprint_Sounds_Wet) == 0x000328, "Member 'ABP_RainSpline_C::Additional_Footstep_Sprint_Sounds_Wet' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, CustomShapeInner) == 0x000338, "Member 'ABP_RainSpline_C::CustomShapeInner' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, CustomShapeOuter) == 0x000339, "Member 'ABP_RainSpline_C::CustomShapeOuter' has a wrong offset!"); \ static_assert(offsetof(ABP_RainSpline_C, StopAllTransitioning) == 0x00033A, "Member 'ABP_RainSpline_C::StopAllTransitioning' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Confirm_C_ExecuteUbergraph_GA_Confirm \ static_assert(alignof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm) == 0x000008, "Wrong alignment on GA_Confirm_C_ExecuteUbergraph_GA_Confirm"); \ static_assert(sizeof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm) == 0x0000A8, "Wrong size on GA_Confirm_C_ExecuteUbergraph_GA_Confirm"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, EntryPoint) == 0x000000, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, Temp_int_Variable) == 0x000004, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, Temp_object_Variable) == 0x000008, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, K2Node_DynamicCast_AsEO_Interactable_Interface) == 0x000010, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::K2Node_DynamicCast_AsEO_Interactable_Interface' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, K2Node_DynamicCast_AsEO_Interactable_Interface_1) == 0x000028, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::K2Node_DynamicCast_AsEO_Interactable_Interface_1' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000039, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, Temp_bool_Variable) == 0x00003A, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, CallFunc_GetAvatarActorFromActorInfo_ReturnValue) == 0x000040, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::CallFunc_GetAvatarActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, K2Node_DynamicCast_AsEO_Interactor) == 0x000048, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::K2Node_DynamicCast_AsEO_Interactor' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, CallFunc_GetAvatarActorFromActorInfo_ReturnValue_1) == 0x000060, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::CallFunc_GetAvatarActorFromActorInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, CallFunc_GetNumSequenceInteractablesOnStack_ReturnValue) == 0x000068, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::CallFunc_GetNumSequenceInteractablesOnStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, K2Node_DynamicCast_AsEO_Interactor_1) == 0x000070, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::K2Node_DynamicCast_AsEO_Interactor_1' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, CallFunc_GetCurrentSequenceInteractable_ReturnValue) == 0x000088, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::CallFunc_GetCurrentSequenceInteractable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, CallFunc_GetAvatarActorFromActorInfo_ReturnValue_2) == 0x000090, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::CallFunc_GetAvatarActorFromActorInfo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, CallFunc_CanConfirm_ReturnValue) == 0x000098, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::CallFunc_CanConfirm_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Confirm_C_ExecuteUbergraph_GA_Confirm, CallFunc_GetAvatarActorFromActorInfo_ReturnValue_3) == 0x0000A0, "Member 'GA_Confirm_C_ExecuteUbergraph_GA_Confirm::CallFunc_GetAvatarActorFromActorInfo_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_Confirm_C \ static_assert(alignof(UGA_Confirm_C) == 0x000008, "Wrong alignment on UGA_Confirm_C"); \ static_assert(sizeof(UGA_Confirm_C) == 0x0003E0, "Wrong size on UGA_Confirm_C"); \ static_assert(offsetof(UGA_Confirm_C, UberGraphFrame) == 0x0003D0, "Member 'UGA_Confirm_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGA_Confirm_C, WaitInputTask) == 0x0003D8, "Member 'UGA_Confirm_C::WaitInputTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_DefaultMoveSpeedOverride_C \ static_assert(alignof(UGE_DefaultMoveSpeedOverride_C) == 0x000008, "Wrong alignment on UGE_DefaultMoveSpeedOverride_C"); \ static_assert(sizeof(UGE_DefaultMoveSpeedOverride_C) == 0x000800, "Wrong size on UGE_DefaultMoveSpeedOverride_C"); \ #define DUMPER7_ASSERTS_BP_DoorLockShaker_C_InpActEvt_Eight_K2Node_InputDebugKeyEvent_0 \ static_assert(alignof(BP_DoorLockShaker_C_InpActEvt_Eight_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on BP_DoorLockShaker_C_InpActEvt_Eight_K2Node_InputDebugKeyEvent_0"); \ static_assert(sizeof(BP_DoorLockShaker_C_InpActEvt_Eight_K2Node_InputDebugKeyEvent_0) == 0x000018, "Wrong size on BP_DoorLockShaker_C_InpActEvt_Eight_K2Node_InputDebugKeyEvent_0"); \ static_assert(offsetof(BP_DoorLockShaker_C_InpActEvt_Eight_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'BP_DoorLockShaker_C_InpActEvt_Eight_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DoorLockShaker_C_ReceiveTick \ static_assert(alignof(BP_DoorLockShaker_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DoorLockShaker_C_ReceiveTick"); \ static_assert(sizeof(BP_DoorLockShaker_C_ReceiveTick) == 0x000004, "Wrong size on BP_DoorLockShaker_C_ReceiveTick"); \ static_assert(offsetof(BP_DoorLockShaker_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DoorLockShaker_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker \ static_assert(alignof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker) == 0x000008, "Wrong alignment on BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker"); \ static_assert(sizeof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker) == 0x000138, "Wrong size on BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, EntryPoint) == 0x000000, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_RandomFloatInRange_ReturnValue) == 0x00000C, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000014, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_MakeVector_ReturnValue) == 0x000018, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000048, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, Temp_int_Array_Index_Variable_1) == 0x00005C, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_Array_Get_Item_2) == 0x000068, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_Add_VectorVector_ReturnValue) == 0x000074, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_VInterpTo_ReturnValue) == 0x000080, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_Less_IntInt_ReturnValue_1) == 0x00008C, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000090, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000118, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, CallFunc_Add_IntInt_ReturnValue_1) == 0x00011C, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker, K2Node_InputDebugKeyEvent_Key) == 0x000120, "Member 'BP_DoorLockShaker_C_ExecuteUbergraph_BP_DoorLockShaker::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DoorLockShaker_C \ static_assert(alignof(ABP_DoorLockShaker_C) == 0x000008, "Wrong alignment on ABP_DoorLockShaker_C"); \ static_assert(sizeof(ABP_DoorLockShaker_C) == 0x000278, "Wrong size on ABP_DoorLockShaker_C"); \ static_assert(offsetof(ABP_DoorLockShaker_C, UberGraphFrame) == 0x000230, "Member 'ABP_DoorLockShaker_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DoorLockShaker_C, Billboard) == 0x000238, "Member 'ABP_DoorLockShaker_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_DoorLockShaker_C, Scene) == 0x000240, "Member 'ABP_DoorLockShaker_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_DoorLockShaker_C, ActorsToEnablePhysics) == 0x000248, "Member 'ABP_DoorLockShaker_C::ActorsToEnablePhysics' has a wrong offset!"); \ static_assert(offsetof(ABP_DoorLockShaker_C, bMagicalShake) == 0x000258, "Member 'ABP_DoorLockShaker_C::bMagicalShake' has a wrong offset!"); \ static_assert(offsetof(ABP_DoorLockShaker_C, ActorInitLocations) == 0x000260, "Member 'ABP_DoorLockShaker_C::ActorInitLocations' has a wrong offset!"); \ static_assert(offsetof(ABP_DoorLockShaker_C, Multiplier) == 0x000270, "Member 'ABP_DoorLockShaker_C::Multiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_JogMode_C \ static_assert(alignof(UGE_JogMode_C) == 0x000008, "Wrong alignment on UGE_JogMode_C"); \ static_assert(sizeof(UGE_JogMode_C) == 0x000800, "Wrong size on UGE_JogMode_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_Title_C \ static_assert(alignof(UBPE_Global_HUD_Title_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_Title_C"); \ static_assert(sizeof(UBPE_Global_HUD_Title_C) == 0x0000A8, "Wrong size on UBPE_Global_HUD_Title_C"); \ static_assert(offsetof(UBPE_Global_HUD_Title_C, TitleCard) == 0x000028, "Member 'UBPE_Global_HUD_Title_C::TitleCard' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_Title_C, TitleCardFont) == 0x000030, "Member 'UBPE_Global_HUD_Title_C::TitleCardFont' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_Title_C, TitleCardPos) == 0x000088, "Member 'UBPE_Global_HUD_Title_C::TitleCardPos' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_Title_C, ChapterTitle) == 0x000090, "Member 'UBPE_Global_HUD_Title_C::ChapterTitle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_Throwable_PickUp_C \ static_assert(alignof(UGE_Throwable_PickUp_C) == 0x000008, "Wrong alignment on UGE_Throwable_PickUp_C"); \ static_assert(sizeof(UGE_Throwable_PickUp_C) == 0x000800, "Wrong size on UGE_Throwable_PickUp_C"); \ #define DUMPER7_ASSERTS_UBPE_Player_ThrewObject_C \ static_assert(alignof(UBPE_Player_ThrewObject_C) == 0x000008, "Wrong alignment on UBPE_Player_ThrewObject_C"); \ static_assert(sizeof(UBPE_Player_ThrewObject_C) == 0x000030, "Wrong size on UBPE_Player_ThrewObject_C"); \ static_assert(offsetof(UBPE_Player_ThrewObject_C, ThrownObject) == 0x000028, "Member 'UBPE_Player_ThrewObject_C::ThrownObject' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase \ static_assert(alignof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase) == 0x000008, "Wrong alignment on BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase"); \ static_assert(sizeof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase) == 0x0000C0, "Wrong size on BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase"); \ static_assert(offsetof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase, EntryPoint) == 0x000000, "Member 'BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase, K2Node_Event_InteractionComponent) == 0x000008, "Member 'BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase, K2Node_Event_InteractionActor) == 0x000010, "Member 'BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase, K2Node_Event_Alpha) == 0x000018, "Member 'BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase::K2Node_Event_Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase, CallFunc_BreakRotator_Roll) == 0x00001C, "Member 'BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase, CallFunc_BreakRotator_Pitch) == 0x000020, "Member 'BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase, CallFunc_BreakRotator_Yaw) == 0x000024, "Member 'BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase, CallFunc_Lerp_ReturnValue) == 0x000028, "Member 'BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase, CallFunc_MakeRotator_ReturnValue) == 0x00002C, "Member 'BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000038, "Member 'BP_Door_Bookcase_C_ExecuteUbergraph_BP_Door_Bookcase::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Door_Bookcase_C_OnDoorTimelineUpdate \ static_assert(alignof(BP_Door_Bookcase_C_OnDoorTimelineUpdate) == 0x000004, "Wrong alignment on BP_Door_Bookcase_C_OnDoorTimelineUpdate"); \ static_assert(sizeof(BP_Door_Bookcase_C_OnDoorTimelineUpdate) == 0x000004, "Wrong size on BP_Door_Bookcase_C_OnDoorTimelineUpdate"); \ static_assert(offsetof(BP_Door_Bookcase_C_OnDoorTimelineUpdate, Alpha) == 0x000000, "Member 'BP_Door_Bookcase_C_OnDoorTimelineUpdate::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Door_Bookcase_C_ActiveBeginInteract \ static_assert(alignof(BP_Door_Bookcase_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_Door_Bookcase_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_Door_Bookcase_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_Door_Bookcase_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_Door_Bookcase_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_Door_Bookcase_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Door_Bookcase_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_Door_Bookcase_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Door_Bookcase_C \ static_assert(alignof(ABP_Door_Bookcase_C) == 0x000008, "Wrong alignment on ABP_Door_Bookcase_C"); \ static_assert(sizeof(ABP_Door_Bookcase_C) == 0x001DE0, "Wrong size on ABP_Door_Bookcase_C"); \ static_assert(offsetof(ABP_Door_Bookcase_C, UberGraphFrame_BP_Door_Bookcase_C) == 0x001DB8, "Member 'ABP_Door_Bookcase_C::UberGraphFrame_BP_Door_Bookcase_C' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Bookcase_C, DoorMesh2) == 0x001DC0, "Member 'ABP_Door_Bookcase_C::DoorMesh2' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Bookcase_C, DoorMeshRoot2) == 0x001DC8, "Member 'ABP_Door_Bookcase_C::DoorMeshRoot2' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Bookcase_C, CurrentDoor2Yaw) == 0x001DD0, "Member 'ABP_Door_Bookcase_C::CurrentDoor2Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Bookcase_C, TargetDoor2Yaw) == 0x001DD4, "Member 'ABP_Door_Bookcase_C::TargetDoor2Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_Door_Bookcase_C, DisableInteractionBlockerOnDoorOpen) == 0x001DD8, "Member 'ABP_Door_Bookcase_C::DisableInteractionBlockerOnDoorOpen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_HoldBreathCost_C \ static_assert(alignof(UGE_HoldBreathCost_C) == 0x000008, "Wrong alignment on UGE_HoldBreathCost_C"); \ static_assert(sizeof(UGE_HoldBreathCost_C) == 0x000800, "Wrong size on UGE_HoldBreathCost_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_CrosshairToggle_C \ static_assert(alignof(UBPE_Global_HUD_CrosshairToggle_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_CrosshairToggle_C"); \ static_assert(sizeof(UBPE_Global_HUD_CrosshairToggle_C) == 0x000030, "Wrong size on UBPE_Global_HUD_CrosshairToggle_C"); \ static_assert(offsetof(UBPE_Global_HUD_CrosshairToggle_C, Visible) == 0x000028, "Member 'UBPE_Global_HUD_CrosshairToggle_C::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_SetArea_C \ static_assert(alignof(UBPE_Player_SetArea_C) == 0x000008, "Wrong alignment on UBPE_Player_SetArea_C"); \ static_assert(sizeof(UBPE_Player_SetArea_C) == 0x000030, "Wrong size on UBPE_Player_SetArea_C"); \ static_assert(offsetof(UBPE_Player_SetArea_C, PlayerArea) == 0x000028, "Member 'UBPE_Player_SetArea_C::PlayerArea' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_Audio_PriorityInfo \ static_assert(alignof(FS_Audio_PriorityInfo) == 0x000008, "Wrong alignment on FS_Audio_PriorityInfo"); \ static_assert(sizeof(FS_Audio_PriorityInfo) == 0x000080, "Wrong size on FS_Audio_PriorityInfo"); \ static_assert(offsetof(FS_Audio_PriorityInfo, InitialDelay_13_457ABA494064DB6B054535B464956D7D) == 0x000000, "Member 'FS_Audio_PriorityInfo::InitialDelay_13_457ABA494064DB6B054535B464956D7D' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, InitialDelayDuration_16_E1B8773148AEC9BD0179BA8367B29AC8) == 0x000004, "Member 'FS_Audio_PriorityInfo::InitialDelayDuration_16_E1B8773148AEC9BD0179BA8367B29AC8' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, Dialogue_2_5012B11749DD8CD6433CE28CD4D1CC54) == 0x000008, "Member 'FS_Audio_PriorityInfo::Dialogue_2_5012B11749DD8CD6433CE28CD4D1CC54' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, DialogueContext_22_7B90542D483C9BB6F15AE8A486398077) == 0x000010, "Member 'FS_Audio_PriorityInfo::DialogueContext_22_7B90542D483C9BB6F15AE8A486398077' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, Sound_27_80D2D00A4E13354F44C1BFAB290217AE) == 0x000028, "Member 'FS_Audio_PriorityInfo::Sound_27_80D2D00A4E13354F44C1BFAB290217AE' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, Priority_5_0E0F300E4BD3A7F2689832949D3B17F0) == 0x000030, "Member 'FS_Audio_PriorityInfo::Priority_5_0E0F300E4BD3A7F2689832949D3B17F0' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, DialogueFinishedEOEvents_45_9945EF924B4FC28870C3C2BA53F0E573) == 0x000038, "Member 'FS_Audio_PriorityInfo::DialogueFinishedEOEvents_45_9945EF924B4FC28870C3C2BA53F0E573' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, FadeInDuration_8_1261B82D4FF94E5590AE1AA2ED4E6050) == 0x000048, "Member 'FS_Audio_PriorityInfo::FadeInDuration_8_1261B82D4FF94E5590AE1AA2ED4E6050' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, FadeOutDuration_10_B97CFECA46007533DB0165920AB18964) == 0x00004C, "Member 'FS_Audio_PriorityInfo::FadeOutDuration_10_B97CFECA46007533DB0165920AB18964' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, AudioComponent_30_7E63388741070387B078C48F950C68EA) == 0x000050, "Member 'FS_Audio_PriorityInfo::AudioComponent_30_7E63388741070387B078C48F950C68EA' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, AttachToComponent_33_451445EB47DBA9204350F9BF1805263F) == 0x000058, "Member 'FS_Audio_PriorityInfo::AttachToComponent_33_451445EB47DBA9204350F9BF1805263F' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, Location_36_7C2FC9DF479555B1B29409AC9A4D045B) == 0x000060, "Member 'FS_Audio_PriorityInfo::Location_36_7C2FC9DF479555B1B29409AC9A4D045B' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, ActualSound_39_DAEF4AEA4F1532D3B7C7C0978064378E) == 0x000070, "Member 'FS_Audio_PriorityInfo::ActualSound_39_DAEF4AEA4F1532D3B7C7C0978064378E' has a wrong offset!"); \ static_assert(offsetof(FS_Audio_PriorityInfo, Is2DSound_41_F7622BBB4D73E6E515D0E1A8B43E61D3) == 0x000078, "Member 'FS_Audio_PriorityInfo::Is2DSound_41_F7622BBB4D73E6E515D0E1A8B43E61D3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_BlockThrowingGA_C \ static_assert(alignof(UGE_BlockThrowingGA_C) == 0x000008, "Wrong alignment on UGE_BlockThrowingGA_C"); \ static_assert(sizeof(UGE_BlockThrowingGA_C) == 0x000800, "Wrong size on UGE_BlockThrowingGA_C"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume \ static_assert(alignof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume) == 0x000008, "Wrong alignment on BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume"); \ static_assert(sizeof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume) == 0x000080, "Wrong size on BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, EntryPoint) == 0x000000, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, K2Node_Event_OtherActor) == 0x000010, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, CallFunc_GetPathName_ReturnValue) == 0x000018, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, CallFunc_GetPathName_ReturnValue_1) == 0x000040, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, Temp_int_Array_Index_Variable) == 0x000068, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BP_BaseVolume_C_ExecuteUbergraph_BP_BaseVolume::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_BaseVolume_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_BaseVolume_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_BaseVolume_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_BaseVolume_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_BaseVolume_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_BaseVolume_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_UserConstructionScript \ static_assert(alignof(BP_BaseVolume_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_BaseVolume_C_UserConstructionScript"); \ static_assert(sizeof(BP_BaseVolume_C_UserConstructionScript) == 0x000030, "Wrong size on BP_BaseVolume_C_UserConstructionScript"); \ static_assert(offsetof(BP_BaseVolume_C_UserConstructionScript, CallFunc_GetVolumeTypeTag_VolumeTag) == 0x000000, "Member 'BP_BaseVolume_C_UserConstructionScript::CallFunc_GetVolumeTypeTag_VolumeTag' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_UserConstructionScript, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000008, "Member 'BP_BaseVolume_C_UserConstructionScript::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_UserConstructionScript, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000014, "Member 'BP_BaseVolume_C_UserConstructionScript::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_UserConstructionScript, CallFunc_Array_AddUnique_ReturnValue) == 0x000020, "Member 'BP_BaseVolume_C_UserConstructionScript::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_UserConstructionScript, CallFunc_GetVolumeMaterial_VolumeMaterial) == 0x000028, "Member 'BP_BaseVolume_C_UserConstructionScript::CallFunc_GetVolumeMaterial_VolumeMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_GetVolumeMaterial \ static_assert(alignof(BP_BaseVolume_C_GetVolumeMaterial) == 0x000008, "Wrong alignment on BP_BaseVolume_C_GetVolumeMaterial"); \ static_assert(sizeof(BP_BaseVolume_C_GetVolumeMaterial) == 0x000008, "Wrong size on BP_BaseVolume_C_GetVolumeMaterial"); \ static_assert(offsetof(BP_BaseVolume_C_GetVolumeMaterial, VolumeMaterial) == 0x000000, "Member 'BP_BaseVolume_C_GetVolumeMaterial::VolumeMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_GetVolumeTypeTag \ static_assert(alignof(BP_BaseVolume_C_GetVolumeTypeTag) == 0x000004, "Wrong alignment on BP_BaseVolume_C_GetVolumeTypeTag"); \ static_assert(sizeof(BP_BaseVolume_C_GetVolumeTypeTag) == 0x000008, "Wrong size on BP_BaseVolume_C_GetVolumeTypeTag"); \ static_assert(offsetof(BP_BaseVolume_C_GetVolumeTypeTag, VolumeTag) == 0x000000, "Member 'BP_BaseVolume_C_GetVolumeTypeTag::VolumeTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_GetEditorDisplayComponent \ static_assert(alignof(BP_BaseVolume_C_GetEditorDisplayComponent) == 0x000008, "Wrong alignment on BP_BaseVolume_C_GetEditorDisplayComponent"); \ static_assert(sizeof(BP_BaseVolume_C_GetEditorDisplayComponent) == 0x000008, "Wrong size on BP_BaseVolume_C_GetEditorDisplayComponent"); \ static_assert(offsetof(BP_BaseVolume_C_GetEditorDisplayComponent, ReturnValue) == 0x000000, "Member 'BP_BaseVolume_C_GetEditorDisplayComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_EnableTrigger \ static_assert(alignof(BP_BaseVolume_C_EnableTrigger) == 0x000008, "Wrong alignment on BP_BaseVolume_C_EnableTrigger"); \ static_assert(sizeof(BP_BaseVolume_C_EnableTrigger) == 0x000060, "Wrong size on BP_BaseVolume_C_EnableTrigger"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, ShouldEnable) == 0x000000, "Member 'BP_BaseVolume_C_EnableTrigger::ShouldEnable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, Force) == 0x000001, "Member 'BP_BaseVolume_C_EnableTrigger::Force' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, CallFunc_IsPhysBoxCollisionEnabled_Result) == 0x000002, "Member 'BP_BaseVolume_C_EnableTrigger::CallFunc_IsPhysBoxCollisionEnabled_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_BaseVolume_C_EnableTrigger::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, CallFunc_GetPathName_ReturnValue) == 0x000018, "Member 'BP_BaseVolume_C_EnableTrigger::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_BaseVolume_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_BaseVolume_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000048, "Member 'BP_BaseVolume_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000058, "Member 'BP_BaseVolume_C_EnableTrigger::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x000059, "Member 'BP_BaseVolume_C_EnableTrigger::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, CallFunc_BooleanOR_ReturnValue) == 0x00005A, "Member 'BP_BaseVolume_C_EnableTrigger::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_EnableTrigger, CallFunc_BooleanOR_ReturnValue_1) == 0x00005B, "Member 'BP_BaseVolume_C_EnableTrigger::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_EnableDoOnce \ static_assert(alignof(BP_BaseVolume_C_EnableDoOnce) == 0x000001, "Wrong alignment on BP_BaseVolume_C_EnableDoOnce"); \ static_assert(sizeof(BP_BaseVolume_C_EnableDoOnce) == 0x000001, "Wrong size on BP_BaseVolume_C_EnableDoOnce"); \ static_assert(offsetof(BP_BaseVolume_C_EnableDoOnce, ShouldEnable) == 0x000000, "Member 'BP_BaseVolume_C_EnableDoOnce::ShouldEnable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_RegisterEnableEvents \ static_assert(alignof(BP_BaseVolume_C_RegisterEnableEvents) == 0x000008, "Wrong alignment on BP_BaseVolume_C_RegisterEnableEvents"); \ static_assert(sizeof(BP_BaseVolume_C_RegisterEnableEvents) == 0x000058, "Wrong size on BP_BaseVolume_C_RegisterEnableEvents"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BaseVolume_C_RegisterEnableEvents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BaseVolume_C_RegisterEnableEvents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'BP_BaseVolume_C_RegisterEnableEvents::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_BaseVolume_C_RegisterEnableEvents::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_BaseVolume_C_RegisterEnableEvents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, K2Node_EOCreateEvent_OutputDelegate) == 0x00002C, "Member 'BP_BaseVolume_C_RegisterEnableEvents::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_BaseVolume_C_RegisterEnableEvents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_BaseVolume_C_RegisterEnableEvents::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'BP_BaseVolume_C_RegisterEnableEvents::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, CallFunc_IsValidClass_ReturnValue) == 0x000049, "Member 'BP_BaseVolume_C_RegisterEnableEvents::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'BP_BaseVolume_C_RegisterEnableEvents::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterEnableEvents, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_BaseVolume_C_RegisterEnableEvents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_RegisterDisableEvents \ static_assert(alignof(BP_BaseVolume_C_RegisterDisableEvents) == 0x000008, "Wrong alignment on BP_BaseVolume_C_RegisterDisableEvents"); \ static_assert(sizeof(BP_BaseVolume_C_RegisterDisableEvents) == 0x000058, "Wrong size on BP_BaseVolume_C_RegisterDisableEvents"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BaseVolume_C_RegisterDisableEvents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BaseVolume_C_RegisterDisableEvents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'BP_BaseVolume_C_RegisterDisableEvents::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_BaseVolume_C_RegisterDisableEvents::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_BaseVolume_C_RegisterDisableEvents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_BaseVolume_C_RegisterDisableEvents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_BaseVolume_C_RegisterDisableEvents::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'BP_BaseVolume_C_RegisterDisableEvents::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, CallFunc_IsValidClass_ReturnValue) == 0x000039, "Member 'BP_BaseVolume_C_RegisterDisableEvents::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, CallFunc_Array_Length_ReturnValue_1) == 0x00003C, "Member 'BP_BaseVolume_C_RegisterDisableEvents::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_BaseVolume_C_RegisterDisableEvents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_RegisterDisableEvents, K2Node_EOCreateEvent_OutputDelegate) == 0x000044, "Member 'BP_BaseVolume_C_RegisterDisableEvents::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_OnEnableTriggerEvent \ static_assert(alignof(BP_BaseVolume_C_OnEnableTriggerEvent) == 0x000008, "Wrong alignment on BP_BaseVolume_C_OnEnableTriggerEvent"); \ static_assert(sizeof(BP_BaseVolume_C_OnEnableTriggerEvent) == 0x000030, "Wrong size on BP_BaseVolume_C_OnEnableTriggerEvent"); \ static_assert(offsetof(BP_BaseVolume_C_OnEnableTriggerEvent, Sender) == 0x000000, "Member 'BP_BaseVolume_C_OnEnableTriggerEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_OnEnableTriggerEvent, Event) == 0x000008, "Member 'BP_BaseVolume_C_OnEnableTriggerEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_OnEnableTriggerEvent, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'BP_BaseVolume_C_OnEnableTriggerEvent::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_OnEnableTriggerEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_BaseVolume_C_OnEnableTriggerEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_OnDisableTriggerEvent \ static_assert(alignof(BP_BaseVolume_C_OnDisableTriggerEvent) == 0x000008, "Wrong alignment on BP_BaseVolume_C_OnDisableTriggerEvent"); \ static_assert(sizeof(BP_BaseVolume_C_OnDisableTriggerEvent) == 0x000030, "Wrong size on BP_BaseVolume_C_OnDisableTriggerEvent"); \ static_assert(offsetof(BP_BaseVolume_C_OnDisableTriggerEvent, Sender) == 0x000000, "Member 'BP_BaseVolume_C_OnDisableTriggerEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_OnDisableTriggerEvent, Event) == 0x000008, "Member 'BP_BaseVolume_C_OnDisableTriggerEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_OnDisableTriggerEvent, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'BP_BaseVolume_C_OnDisableTriggerEvent::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_OnDisableTriggerEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_BaseVolume_C_OnDisableTriggerEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_IsEnabled \ static_assert(alignof(BP_BaseVolume_C_IsEnabled) == 0x000001, "Wrong alignment on BP_BaseVolume_C_IsEnabled"); \ static_assert(sizeof(BP_BaseVolume_C_IsEnabled) == 0x000001, "Wrong size on BP_BaseVolume_C_IsEnabled"); \ static_assert(offsetof(BP_BaseVolume_C_IsEnabled, IsEnabled_0) == 0x000000, "Member 'BP_BaseVolume_C_IsEnabled::IsEnabled_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseVolume_C_IsPhysBoxCollisionEnabled \ static_assert(alignof(BP_BaseVolume_C_IsPhysBoxCollisionEnabled) == 0x000001, "Wrong alignment on BP_BaseVolume_C_IsPhysBoxCollisionEnabled"); \ static_assert(sizeof(BP_BaseVolume_C_IsPhysBoxCollisionEnabled) == 0x000003, "Wrong size on BP_BaseVolume_C_IsPhysBoxCollisionEnabled"); \ static_assert(offsetof(BP_BaseVolume_C_IsPhysBoxCollisionEnabled, Result) == 0x000000, "Member 'BP_BaseVolume_C_IsPhysBoxCollisionEnabled::Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_IsPhysBoxCollisionEnabled, CallFunc_GetCollisionEnabled_ReturnValue) == 0x000001, "Member 'BP_BaseVolume_C_IsPhysBoxCollisionEnabled::CallFunc_GetCollisionEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseVolume_C_IsPhysBoxCollisionEnabled, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BP_BaseVolume_C_IsPhysBoxCollisionEnabled::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseVolume_C \ static_assert(alignof(ABP_BaseVolume_C) == 0x000008, "Wrong alignment on ABP_BaseVolume_C"); \ static_assert(sizeof(ABP_BaseVolume_C) == 0x0002A8, "Wrong size on ABP_BaseVolume_C"); \ static_assert(offsetof(ABP_BaseVolume_C, UberGraphFrame) == 0x000230, "Member 'ABP_BaseVolume_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, VolumePhysBox) == 0x000238, "Member 'ABP_BaseVolume_C::VolumePhysBox' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, SceneRoot) == 0x000240, "Member 'ABP_BaseVolume_C::SceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, EditorVisCube) == 0x000248, "Member 'ABP_BaseVolume_C::EditorVisCube' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, VisualizeInGame) == 0x000250, "Member 'ABP_BaseVolume_C::VisualizeInGame' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, VolumeMaterialInstance) == 0x000258, "Member 'ABP_BaseVolume_C::VolumeMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, SendOverlapEvents) == 0x000260, "Member 'ABP_BaseVolume_C::SendOverlapEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, OverlapEvents) == 0x000268, "Member 'ABP_BaseVolume_C::OverlapEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, CollisionOverlapOnce) == 0x000278, "Member 'ABP_BaseVolume_C::CollisionOverlapOnce' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, Enable_) == 0x000279, "Member 'ABP_BaseVolume_C::Enable_' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, RegisteredEnableEvents) == 0x000280, "Member 'ABP_BaseVolume_C::RegisteredEnableEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, RegisteredDisableEvents) == 0x000290, "Member 'ABP_BaseVolume_C::RegisteredDisableEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, Temp_bool_Has_Been_Initd_88C427B748291A22B6DBFEAD6D9B5B23_Variable) == 0x0002A0, "Member 'ABP_BaseVolume_C::Temp_bool_Has_Been_Initd_88C427B748291A22B6DBFEAD6D9B5B23_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseVolume_C, Temp_bool_IsClosed_88C427B748291A22B6DBFEAD6D9B5B23_Variable) == 0x0002A1, "Member 'ABP_BaseVolume_C::Temp_bool_IsClosed_88C427B748291A22B6DBFEAD6D9B5B23_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ClueTriangle_Display_C \ static_assert(alignof(UBPE_Global_HUD_ClueTriangle_Display_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ClueTriangle_Display_C"); \ static_assert(sizeof(UBPE_Global_HUD_ClueTriangle_Display_C) == 0x000030, "Wrong size on UBPE_Global_HUD_ClueTriangle_Display_C"); \ static_assert(offsetof(UBPE_Global_HUD_ClueTriangle_Display_C, DisplayPosition) == 0x000028, "Member 'UBPE_Global_HUD_ClueTriangle_Display_C::DisplayPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_LevelReset_C \ static_assert(alignof(UBPE_Global_LevelReset_C) == 0x000008, "Wrong alignment on UBPE_Global_LevelReset_C"); \ static_assert(sizeof(UBPE_Global_LevelReset_C) == 0x000028, "Wrong size on UBPE_Global_LevelReset_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_ExternalHover_Begin_C \ static_assert(alignof(UBPE_Global_ExternalHover_Begin_C) == 0x000008, "Wrong alignment on UBPE_Global_ExternalHover_Begin_C"); \ static_assert(sizeof(UBPE_Global_ExternalHover_Begin_C) == 0x000028, "Wrong size on UBPE_Global_ExternalHover_Begin_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_InfusionIngredientsCollected_C \ static_assert(alignof(UBPE_KA1_InfusionIngredientsCollected_C) == 0x000008, "Wrong alignment on UBPE_KA1_InfusionIngredientsCollected_C"); \ static_assert(sizeof(UBPE_KA1_InfusionIngredientsCollected_C) == 0x000028, "Wrong size on UBPE_KA1_InfusionIngredientsCollected_C"); \ #define DUMPER7_ASSERTS_FS_GL_Directional \ static_assert(alignof(FS_GL_Directional) == 0x000004, "Wrong alignment on FS_GL_Directional"); \ static_assert(sizeof(FS_GL_Directional) == 0x000028, "Wrong size on FS_GL_Directional"); \ static_assert(offsetof(FS_GL_Directional, Intensity_2_E18A53074FBB03E3CD185BB3EEF53AB4) == 0x000000, "Member 'FS_GL_Directional::Intensity_2_E18A53074FBB03E3CD185BB3EEF53AB4' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Directional, Rotation_7_642596394E4F57144323C9932A3F676E) == 0x000004, "Member 'FS_GL_Directional::Rotation_7_642596394E4F57144323C9932A3F676E' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Directional, Color_10_24E8B6614CD483FDF2A1D7B09E8AF1AC) == 0x000010, "Member 'FS_GL_Directional::Color_10_24E8B6614CD483FDF2A1D7B09E8AF1AC' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Directional, VolumetircScatteringIntensity_15_6BEDCC0446299CABDCB18A89E9C6F9C0) == 0x000020, "Member 'FS_GL_Directional::VolumetircScatteringIntensity_15_6BEDCC0446299CABDCB18A89E9C6F9C0' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Directional, DistanceFieldShadows_59_F3CBE52D4261F7393C8026BB2417CF7A) == 0x000024, "Member 'FS_GL_Directional::DistanceFieldShadows_59_F3CBE52D4261F7393C8026BB2417CF7A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_RecoverFromMoveSlow_C \ static_assert(alignof(UGE_RecoverFromMoveSlow_C) == 0x000008, "Wrong alignment on UGE_RecoverFromMoveSlow_C"); \ static_assert(sizeof(UGE_RecoverFromMoveSlow_C) == 0x000800, "Wrong size on UGE_RecoverFromMoveSlow_C"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl \ static_assert(alignof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl) == 0x000008, "Wrong alignment on WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl"); \ static_assert(sizeof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl) == 0x000100, "Wrong size on WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, EntryPoint) == 0x000000, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetValue_ReturnValue) == 0x000004, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetValue_ReturnValue_1) == 0x000008, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_Not_PreBool_ReturnValue) == 0x00000D, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, K2Node_Event_IsDesignTime) == 0x00000E, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetValue_ReturnValue_2) == 0x000010, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_Conv_FloatToString_ReturnValue) == 0x000018, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000038, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000058, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetValue_ReturnValue_3) == 0x000088, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00008C, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetValue_ReturnValue_4) == 0x000090, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_SetCheckedValue_ValueChanged) == 0x000094, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_SetCheckedValue_ValueChanged' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_Add_FloatFloat_ReturnValue) == 0x000098, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_SetCheckedValue_ValueChanged_1) == 0x00009C, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_SetCheckedValue_ValueChanged_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetValue_ReturnValue_5) == 0x0000A0, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetValue_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetValue_ReturnValue_6) == 0x0000A4, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetValue_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetOwningPlayer_ReturnValue) == 0x0000A8, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x0000B0, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, K2Node_ComponentBoundEvent_Value) == 0x0000B8, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x0000C0, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetOwningPlayer_ReturnValue_3) == 0x0000C8, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetOwningPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetOwningPlayer_ReturnValue_4) == 0x0000D0, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetOwningPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, CallFunc_GetSettingLabelText_Result) == 0x0000D8, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::CallFunc_GetSettingLabelText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl, K2Node_EOCreateEvent_OutputDelegate) == 0x0000F0, "Member 'WBP_SliderControl_C_ExecuteUbergraph_WBP_SliderControl::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_BndEvt__WBP_SliderControl_Slider_401_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(WBP_SliderControl_C_BndEvt__WBP_SliderControl_Slider_401_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on WBP_SliderControl_C_BndEvt__WBP_SliderControl_Slider_401_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(WBP_SliderControl_C_BndEvt__WBP_SliderControl_Slider_401_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on WBP_SliderControl_C_BndEvt__WBP_SliderControl_Slider_401_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(WBP_SliderControl_C_BndEvt__WBP_SliderControl_Slider_401_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value_0) == 0x000000, "Member 'WBP_SliderControl_C_BndEvt__WBP_SliderControl_Slider_401_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_PreConstruct \ static_assert(alignof(WBP_SliderControl_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SliderControl_C_PreConstruct"); \ static_assert(sizeof(WBP_SliderControl_C_PreConstruct) == 0x000001, "Wrong size on WBP_SliderControl_C_PreConstruct"); \ static_assert(offsetof(WBP_SliderControl_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SliderControl_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_SetValue \ static_assert(alignof(WBP_SliderControl_C_SetValue) == 0x000004, "Wrong alignment on WBP_SliderControl_C_SetValue"); \ static_assert(sizeof(WBP_SliderControl_C_SetValue) == 0x000008, "Wrong size on WBP_SliderControl_C_SetValue"); \ static_assert(offsetof(WBP_SliderControl_C_SetValue, NewValue) == 0x000000, "Member 'WBP_SliderControl_C_SetValue::NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValue, IntValue) == 0x000004, "Member 'WBP_SliderControl_C_SetValue::IntValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_SetValueInternal \ static_assert(alignof(WBP_SliderControl_C_SetValueInternal) == 0x000008, "Wrong alignment on WBP_SliderControl_C_SetValueInternal"); \ static_assert(sizeof(WBP_SliderControl_C_SetValueInternal) == 0x000058, "Wrong size on WBP_SliderControl_C_SetValueInternal"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, NewValue) == 0x000000, "Member 'WBP_SliderControl_C_SetValueInternal::NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, NoWidgetUpdate) == 0x000004, "Member 'WBP_SliderControl_C_SetValueInternal::NoWidgetUpdate' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, NoNotifications) == 0x000005, "Member 'WBP_SliderControl_C_SetValueInternal::NoNotifications' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, IntValue) == 0x000008, "Member 'WBP_SliderControl_C_SetValueInternal::IntValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'WBP_SliderControl_C_SetValueInternal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, CallFunc_GetValueText_Result) == 0x000010, "Member 'WBP_SliderControl_C_SetValueInternal::CallFunc_GetValueText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, CallFunc_Not_PreBool_ReturnValue_1) == 0x000028, "Member 'WBP_SliderControl_C_SetValueInternal::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, CallFunc_Round_ReturnValue) == 0x00002C, "Member 'WBP_SliderControl_C_SetValueInternal::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000030, "Member 'WBP_SliderControl_C_SetValueInternal::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, CallFunc_Not_PreBool_ReturnValue_2) == 0x000034, "Member 'WBP_SliderControl_C_SetValueInternal::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, CallFunc_Not_PreBool_ReturnValue_3) == 0x000035, "Member 'WBP_SliderControl_C_SetValueInternal::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000038, "Member 'WBP_SliderControl_C_SetValueInternal::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, CallFunc_FTrunc_ReturnValue) == 0x00003C, "Member 'WBP_SliderControl_C_SetValueInternal::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueInternal, CallFunc_GetValueText_Result_1) == 0x000040, "Member 'WBP_SliderControl_C_SetValueInternal::CallFunc_GetValueText_Result_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_RevertToValue \ static_assert(alignof(WBP_SliderControl_C_RevertToValue) == 0x000004, "Wrong alignment on WBP_SliderControl_C_RevertToValue"); \ static_assert(sizeof(WBP_SliderControl_C_RevertToValue) == 0x000008, "Wrong size on WBP_SliderControl_C_RevertToValue"); \ static_assert(offsetof(WBP_SliderControl_C_RevertToValue, NewValue) == 0x000000, "Member 'WBP_SliderControl_C_RevertToValue::NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_RevertToValue, IntValue) == 0x000004, "Member 'WBP_SliderControl_C_RevertToValue::IntValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_GetVisibility_Impl \ static_assert(alignof(WBP_SliderControl_C_GetVisibility_Impl) == 0x000001, "Wrong alignment on WBP_SliderControl_C_GetVisibility_Impl"); \ static_assert(sizeof(WBP_SliderControl_C_GetVisibility_Impl) == 0x000002, "Wrong size on WBP_SliderControl_C_GetVisibility_Impl"); \ static_assert(offsetof(WBP_SliderControl_C_GetVisibility_Impl, ReturnValue) == 0x000000, "Member 'WBP_SliderControl_C_GetVisibility_Impl::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetVisibility_Impl, CallFunc_GetIsEnabled_ReturnValue) == 0x000001, "Member 'WBP_SliderControl_C_GetVisibility_Impl::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_OnKeyDown \ static_assert(alignof(WBP_SliderControl_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_SliderControl_C_OnKeyDown"); \ static_assert(sizeof(WBP_SliderControl_C_OnKeyDown) == 0x0002D8, "Wrong size on WBP_SliderControl_C_OnKeyDown"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_SliderControl_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_SliderControl_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyDown, ReturnValue) == 0x000078, "Member 'WBP_SliderControl_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyDown, IsSliderFocused) == 0x000130, "Member 'WBP_SliderControl_C_OnKeyDown::IsSliderFocused' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000138, "Member 'WBP_SliderControl_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000150, "Member 'WBP_SliderControl_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyDown, CallFunc_GetOwningPlayer_ReturnValue) == 0x000158, "Member 'WBP_SliderControl_C_OnKeyDown::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyDown, CallFunc_BooleanAND_ReturnValue) == 0x000160, "Member 'WBP_SliderControl_C_OnKeyDown::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000168, "Member 'WBP_SliderControl_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000220, "Member 'WBP_SliderControl_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_OnMouseButtonDown \ static_assert(alignof(WBP_SliderControl_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on WBP_SliderControl_C_OnMouseButtonDown"); \ static_assert(sizeof(WBP_SliderControl_C_OnMouseButtonDown) == 0x0002E8, "Wrong size on WBP_SliderControl_C_OnMouseButtonDown"); \ static_assert(offsetof(WBP_SliderControl_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'WBP_SliderControl_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'WBP_SliderControl_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnMouseButtonDown, ReturnValue) == 0x0000B0, "Member 'WBP_SliderControl_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnMouseButtonDown, CallFunc_Unhandled_ReturnValue) == 0x000168, "Member 'WBP_SliderControl_C_OnMouseButtonDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnMouseButtonDown, CallFunc_PointerEvent_IsMouseButtonDown_ReturnValue) == 0x000220, "Member 'WBP_SliderControl_C_OnMouseButtonDown::CallFunc_PointerEvent_IsMouseButtonDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000228, "Member 'WBP_SliderControl_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnMouseButtonDown, CallFunc_GetOwningPlayer_ReturnValue) == 0x0002E0, "Member 'WBP_SliderControl_C_OnMouseButtonDown::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_SetSliderRange \ static_assert(alignof(WBP_SliderControl_C_SetSliderRange) == 0x000004, "Wrong alignment on WBP_SliderControl_C_SetSliderRange"); \ static_assert(sizeof(WBP_SliderControl_C_SetSliderRange) == 0x000018, "Wrong size on WBP_SliderControl_C_SetSliderRange"); \ static_assert(offsetof(WBP_SliderControl_C_SetSliderRange, CallFunc_FTrunc_ReturnValue) == 0x000000, "Member 'WBP_SliderControl_C_SetSliderRange::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetSliderRange, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'WBP_SliderControl_C_SetSliderRange::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetSliderRange, CallFunc_FTrunc_ReturnValue_1) == 0x000008, "Member 'WBP_SliderControl_C_SetSliderRange::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetSliderRange, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00000C, "Member 'WBP_SliderControl_C_SetSliderRange::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetSliderRange, CallFunc_FTrunc_ReturnValue_2) == 0x000010, "Member 'WBP_SliderControl_C_SetSliderRange::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetSliderRange, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000014, "Member 'WBP_SliderControl_C_SetSliderRange::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_GetFocusWidget \ static_assert(alignof(WBP_SliderControl_C_GetFocusWidget) == 0x000008, "Wrong alignment on WBP_SliderControl_C_GetFocusWidget"); \ static_assert(sizeof(WBP_SliderControl_C_GetFocusWidget) == 0x000008, "Wrong size on WBP_SliderControl_C_GetFocusWidget"); \ static_assert(offsetof(WBP_SliderControl_C_GetFocusWidget, Result) == 0x000000, "Member 'WBP_SliderControl_C_GetFocusWidget::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_SetFocusWidget \ static_assert(alignof(WBP_SliderControl_C_SetFocusWidget) == 0x000008, "Wrong alignment on WBP_SliderControl_C_SetFocusWidget"); \ static_assert(sizeof(WBP_SliderControl_C_SetFocusWidget) == 0x000008, "Wrong size on WBP_SliderControl_C_SetFocusWidget"); \ static_assert(offsetof(WBP_SliderControl_C_SetFocusWidget, CallFunc_GetFocusWidget_Result) == 0x000000, "Member 'WBP_SliderControl_C_SetFocusWidget::CallFunc_GetFocusWidget_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_SetNormalState \ static_assert(alignof(WBP_SliderControl_C_SetNormalState) == 0x000004, "Wrong alignment on WBP_SliderControl_C_SetNormalState"); \ static_assert(sizeof(WBP_SliderControl_C_SetNormalState) == 0x000010, "Wrong size on WBP_SliderControl_C_SetNormalState"); \ static_assert(offsetof(WBP_SliderControl_C_SetNormalState, K2Node_MakeStruct_LinearColor) == 0x000000, "Member 'WBP_SliderControl_C_SetNormalState::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_SetHighlightState \ static_assert(alignof(WBP_SliderControl_C_SetHighlightState) == 0x000004, "Wrong alignment on WBP_SliderControl_C_SetHighlightState"); \ static_assert(sizeof(WBP_SliderControl_C_SetHighlightState) == 0x000010, "Wrong size on WBP_SliderControl_C_SetHighlightState"); \ static_assert(offsetof(WBP_SliderControl_C_SetHighlightState, K2Node_MakeStruct_LinearColor) == 0x000000, "Member 'WBP_SliderControl_C_SetHighlightState::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_SetValueSliderColor \ static_assert(alignof(WBP_SliderControl_C_SetValueSliderColor) == 0x000004, "Wrong alignment on WBP_SliderControl_C_SetValueSliderColor"); \ static_assert(sizeof(WBP_SliderControl_C_SetValueSliderColor) == 0x000010, "Wrong size on WBP_SliderControl_C_SetValueSliderColor"); \ static_assert(offsetof(WBP_SliderControl_C_SetValueSliderColor, NewColor) == 0x000000, "Member 'WBP_SliderControl_C_SetValueSliderColor::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_GetExtraInfoTitle \ static_assert(alignof(WBP_SliderControl_C_GetExtraInfoTitle) == 0x000008, "Wrong alignment on WBP_SliderControl_C_GetExtraInfoTitle"); \ static_assert(sizeof(WBP_SliderControl_C_GetExtraInfoTitle) == 0x000048, "Wrong size on WBP_SliderControl_C_GetExtraInfoTitle"); \ static_assert(offsetof(WBP_SliderControl_C_GetExtraInfoTitle, Result) == 0x000000, "Member 'WBP_SliderControl_C_GetExtraInfoTitle::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetExtraInfoTitle, CallFunc_GetSettingLabelText_Result) == 0x000018, "Member 'WBP_SliderControl_C_GetExtraInfoTitle::CallFunc_GetSettingLabelText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetExtraInfoTitle, CallFunc_InternalGetExtraInfoTitle_Result) == 0x000030, "Member 'WBP_SliderControl_C_GetExtraInfoTitle::CallFunc_InternalGetExtraInfoTitle_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_OnSliderValueChanged \ static_assert(alignof(WBP_SliderControl_C_OnSliderValueChanged) == 0x000008, "Wrong alignment on WBP_SliderControl_C_OnSliderValueChanged"); \ static_assert(sizeof(WBP_SliderControl_C_OnSliderValueChanged) == 0x000098, "Wrong size on WBP_SliderControl_C_OnSliderValueChanged"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, NewValue) == 0x000000, "Member 'WBP_SliderControl_C_OnSliderValueChanged::NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'WBP_SliderControl_C_OnSliderValueChanged::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, CallFunc_Conv_BoolToString_ReturnValue) == 0x000018, "Member 'WBP_SliderControl_C_OnSliderValueChanged::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_SliderControl_C_OnSliderValueChanged::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'WBP_SliderControl_C_OnSliderValueChanged::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000048, "Member 'WBP_SliderControl_C_OnSliderValueChanged::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'WBP_SliderControl_C_OnSliderValueChanged::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'WBP_SliderControl_C_OnSliderValueChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000070, "Member 'WBP_SliderControl_C_OnSliderValueChanged::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000080, "Member 'WBP_SliderControl_C_OnSliderValueChanged::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, CallFunc_BooleanAND_ReturnValue) == 0x000090, "Member 'WBP_SliderControl_C_OnSliderValueChanged::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnSliderValueChanged, CallFunc_Not_PreBool_ReturnValue_1) == 0x000091, "Member 'WBP_SliderControl_C_OnSliderValueChanged::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_SetCheckedValue \ static_assert(alignof(WBP_SliderControl_C_SetCheckedValue) == 0x000004, "Wrong alignment on WBP_SliderControl_C_SetCheckedValue"); \ static_assert(sizeof(WBP_SliderControl_C_SetCheckedValue) == 0x00001C, "Wrong size on WBP_SliderControl_C_SetCheckedValue"); \ static_assert(offsetof(WBP_SliderControl_C_SetCheckedValue, NewValue) == 0x000000, "Member 'WBP_SliderControl_C_SetCheckedValue::NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetCheckedValue, ValueChanged) == 0x000004, "Member 'WBP_SliderControl_C_SetCheckedValue::ValueChanged' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetCheckedValue, Loc_Result) == 0x000005, "Member 'WBP_SliderControl_C_SetCheckedValue::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetCheckedValue, Loc_OldValue) == 0x000008, "Member 'WBP_SliderControl_C_SetCheckedValue::Loc_OldValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetCheckedValue, Loc_ClampedValue) == 0x00000C, "Member 'WBP_SliderControl_C_SetCheckedValue::Loc_ClampedValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetCheckedValue, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_SliderControl_C_SetCheckedValue::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetCheckedValue, CallFunc_FClamp_ReturnValue) == 0x000014, "Member 'WBP_SliderControl_C_SetCheckedValue::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetCheckedValue, CallFunc_GetValue_ReturnValue) == 0x000018, "Member 'WBP_SliderControl_C_SetCheckedValue::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_OnMouseEnter \ static_assert(alignof(WBP_SliderControl_C_OnMouseEnter) == 0x000008, "Wrong alignment on WBP_SliderControl_C_OnMouseEnter"); \ static_assert(sizeof(WBP_SliderControl_C_OnMouseEnter) == 0x0000B0, "Wrong size on WBP_SliderControl_C_OnMouseEnter"); \ static_assert(offsetof(WBP_SliderControl_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'WBP_SliderControl_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'WBP_SliderControl_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_OnKeyUp \ static_assert(alignof(WBP_SliderControl_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_SliderControl_C_OnKeyUp"); \ static_assert(sizeof(WBP_SliderControl_C_OnKeyUp) == 0x0003B8, "Wrong size on WBP_SliderControl_C_OnKeyUp"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_SliderControl_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_SliderControl_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_SliderControl_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, Loc_Key) == 0x000130, "Member 'WBP_SliderControl_C_OnKeyUp::Loc_Key' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue) == 0x000148, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000150, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000158, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000210, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_GetValue_ReturnValue) == 0x0002C8, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_Add_FloatFloat_ReturnValue) == 0x0002CC, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0002D0, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_FMin_ReturnValue) == 0x0002D4, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x0002D8, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_GetValue_ReturnValue_1) == 0x000390, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_GetValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000394, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000398, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_FMax_ReturnValue) == 0x00039C, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x0003A0, "Member 'WBP_SliderControl_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_SetControlMinDesiredWidth \ static_assert(alignof(WBP_SliderControl_C_SetControlMinDesiredWidth) == 0x000004, "Wrong alignment on WBP_SliderControl_C_SetControlMinDesiredWidth"); \ static_assert(sizeof(WBP_SliderControl_C_SetControlMinDesiredWidth) == 0x000008, "Wrong size on WBP_SliderControl_C_SetControlMinDesiredWidth"); \ static_assert(offsetof(WBP_SliderControl_C_SetControlMinDesiredWidth, NewWidth) == 0x000000, "Member 'WBP_SliderControl_C_SetControlMinDesiredWidth::NewWidth' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_SetControlMinDesiredWidth, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000004, "Member 'WBP_SliderControl_C_SetControlMinDesiredWidth::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_GetSettingLabelText \ static_assert(alignof(WBP_SliderControl_C_GetSettingLabelText) == 0x000008, "Wrong alignment on WBP_SliderControl_C_GetSettingLabelText"); \ static_assert(sizeof(WBP_SliderControl_C_GetSettingLabelText) == 0x000030, "Wrong size on WBP_SliderControl_C_GetSettingLabelText"); \ static_assert(offsetof(WBP_SliderControl_C_GetSettingLabelText, Result) == 0x000000, "Member 'WBP_SliderControl_C_GetSettingLabelText::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetSettingLabelText, CallFunc_GetPlatformCultureText_Result) == 0x000018, "Member 'WBP_SliderControl_C_GetSettingLabelText::CallFunc_GetPlatformCultureText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_OnCultureChanged \ static_assert(alignof(WBP_SliderControl_C_OnCultureChanged) == 0x000008, "Wrong alignment on WBP_SliderControl_C_OnCultureChanged"); \ static_assert(sizeof(WBP_SliderControl_C_OnCultureChanged) == 0x000028, "Wrong size on WBP_SliderControl_C_OnCultureChanged"); \ static_assert(offsetof(WBP_SliderControl_C_OnCultureChanged, Sender) == 0x000000, "Member 'WBP_SliderControl_C_OnCultureChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnCultureChanged, Event) == 0x000008, "Member 'WBP_SliderControl_C_OnCultureChanged::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_OnCultureChanged, CallFunc_GetSettingLabelText_Result) == 0x000010, "Member 'WBP_SliderControl_C_OnCultureChanged::CallFunc_GetSettingLabelText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_GetSliderValue \ static_assert(alignof(WBP_SliderControl_C_GetSliderValue) == 0x000004, "Wrong alignment on WBP_SliderControl_C_GetSliderValue"); \ static_assert(sizeof(WBP_SliderControl_C_GetSliderValue) == 0x000008, "Wrong size on WBP_SliderControl_C_GetSliderValue"); \ static_assert(offsetof(WBP_SliderControl_C_GetSliderValue, Result) == 0x000000, "Member 'WBP_SliderControl_C_GetSliderValue::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetSliderValue, CallFunc_GetValue_ReturnValue) == 0x000004, "Member 'WBP_SliderControl_C_GetSliderValue::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_GetUnmodifiedControlDesiredSize \ static_assert(alignof(WBP_SliderControl_C_GetUnmodifiedControlDesiredSize) == 0x000004, "Wrong alignment on WBP_SliderControl_C_GetUnmodifiedControlDesiredSize"); \ static_assert(sizeof(WBP_SliderControl_C_GetUnmodifiedControlDesiredSize) == 0x000010, "Wrong size on WBP_SliderControl_C_GetUnmodifiedControlDesiredSize"); \ static_assert(offsetof(WBP_SliderControl_C_GetUnmodifiedControlDesiredSize, Result) == 0x000000, "Member 'WBP_SliderControl_C_GetUnmodifiedControlDesiredSize::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetUnmodifiedControlDesiredSize, CallFunc_GetUnmodifiedDesiredSize_ReturnValue) == 0x000008, "Member 'WBP_SliderControl_C_GetUnmodifiedControlDesiredSize::CallFunc_GetUnmodifiedDesiredSize_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SliderControl_C_GetValueText \ static_assert(alignof(WBP_SliderControl_C_GetValueText) == 0x000008, "Wrong alignment on WBP_SliderControl_C_GetValueText"); \ static_assert(sizeof(WBP_SliderControl_C_GetValueText) == 0x000088, "Wrong size on WBP_SliderControl_C_GetValueText"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, ForValue) == 0x000000, "Member 'WBP_SliderControl_C_GetValueText::ForValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, Result) == 0x000008, "Member 'WBP_SliderControl_C_GetValueText::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, Loc_IntValue) == 0x000020, "Member 'WBP_SliderControl_C_GetValueText::Loc_IntValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, Loc_DisplayValue) == 0x000024, "Member 'WBP_SliderControl_C_GetValueText::Loc_DisplayValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'WBP_SliderControl_C_GetValueText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00002C, "Member 'WBP_SliderControl_C_GetValueText::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, CallFunc_FTrunc_ReturnValue) == 0x000030, "Member 'WBP_SliderControl_C_GetValueText::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, CallFunc_Not_PreBool_ReturnValue_1) == 0x000034, "Member 'WBP_SliderControl_C_GetValueText::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, CallFunc_Conv_FloatToText_ReturnValue) == 0x000038, "Member 'WBP_SliderControl_C_GetValueText::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000050, "Member 'WBP_SliderControl_C_GetValueText::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, CallFunc_Conv_FloatToText_ReturnValue_1) == 0x000058, "Member 'WBP_SliderControl_C_GetValueText::CallFunc_Conv_FloatToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SliderControl_C_GetValueText, CallFunc_Conv_IntToText_ReturnValue) == 0x000070, "Member 'WBP_SliderControl_C_GetValueText::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_SliderControl_C \ static_assert(alignof(UWBP_SliderControl_C) == 0x000008, "Wrong alignment on UWBP_SliderControl_C"); \ static_assert(sizeof(UWBP_SliderControl_C) == 0x0005B0, "Wrong size on UWBP_SliderControl_C"); \ static_assert(offsetof(UWBP_SliderControl_C, UberGraphFrame_WBP_SliderControl_C) == 0x000488, "Member 'UWBP_SliderControl_C::UberGraphFrame_WBP_SliderControl_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, LeftButton) == 0x000490, "Member 'UWBP_SliderControl_C::LeftButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, Line) == 0x000498, "Member 'UWBP_SliderControl_C::Line' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, RightButton) == 0x0004A0, "Member 'UWBP_SliderControl_C::RightButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, SettingNameLabel) == 0x0004A8, "Member 'UWBP_SliderControl_C::SettingNameLabel' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, SettingValueLabel) == 0x0004B0, "Member 'UWBP_SliderControl_C::SettingValueLabel' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, SliderSizeBox) == 0x0004B8, "Member 'UWBP_SliderControl_C::SliderSizeBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, SubHBox) == 0x0004C0, "Member 'UWBP_SliderControl_C::SubHBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, ValueSlider) == 0x0004C8, "Member 'UWBP_SliderControl_C::ValueSlider' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, IntSlider) == 0x0004D0, "Member 'UWBP_SliderControl_C::IntSlider' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, MinValue) == 0x0004D4, "Member 'UWBP_SliderControl_C::MinValue' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, MaxValue) == 0x0004D8, "Member 'UWBP_SliderControl_C::MaxValue' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, StepSize) == 0x0004DC, "Member 'UWBP_SliderControl_C::StepSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, Value) == 0x0004E0, "Member 'UWBP_SliderControl_C::Value' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, SettingLabelText) == 0x0004E8, "Member 'UWBP_SliderControl_C::SettingLabelText' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, SettingLabelPlatformCultureTexts) == 0x000500, "Member 'UWBP_SliderControl_C::SettingLabelPlatformCultureTexts' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, MinFractionalDigits) == 0x000550, "Member 'UWBP_SliderControl_C::MinFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, MaxFractionalDigits) == 0x000554, "Member 'UWBP_SliderControl_C::MaxFractionalDigits' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, MinWholeDigits) == 0x000558, "Member 'UWBP_SliderControl_C::MinWholeDigits' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, MaxWholeDigits) == 0x00055C, "Member 'UWBP_SliderControl_C::MaxWholeDigits' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, InitialValue) == 0x000560, "Member 'UWBP_SliderControl_C::InitialValue' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, EndingValue) == 0x000564, "Member 'UWBP_SliderControl_C::EndingValue' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, IsCapturing) == 0x000568, "Member 'UWBP_SliderControl_C::IsCapturing' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, OnSliderSelectedBegin) == 0x000570, "Member 'UWBP_SliderControl_C::OnSliderSelectedBegin' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, OnSliderSelectedEnd) == 0x000580, "Member 'UWBP_SliderControl_C::OnSliderSelectedEnd' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, ShouldNotifyOnCaptureValueChange) == 0x000590, "Member 'UWBP_SliderControl_C::ShouldNotifyOnCaptureValueChange' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, HoverSfxACLeft) == 0x000598, "Member 'UWBP_SliderControl_C::HoverSfxACLeft' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, HoverSfxACRight) == 0x0005A0, "Member 'UWBP_SliderControl_C::HoverSfxACRight' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, DisplayPctOnNormalizedValues) == 0x0005A8, "Member 'UWBP_SliderControl_C::DisplayPctOnNormalizedValues' has a wrong offset!"); \ static_assert(offsetof(UWBP_SliderControl_C, RoundValue) == 0x0005A9, "Member 'UWBP_SliderControl_C::RoundValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_CloseMsgBox_C \ static_assert(alignof(UBPE_Global_CloseMsgBox_C) == 0x000008, "Wrong alignment on UBPE_Global_CloseMsgBox_C"); \ static_assert(sizeof(UBPE_Global_CloseMsgBox_C) == 0x000038, "Wrong size on UBPE_Global_CloseMsgBox_C"); \ #define DUMPER7_ASSERTS_ALI_BaseLocomotion_C_BaseLayer \ static_assert(alignof(ALI_BaseLocomotion_C_BaseLayer) == 0x000008, "Wrong alignment on ALI_BaseLocomotion_C_BaseLayer"); \ static_assert(sizeof(ALI_BaseLocomotion_C_BaseLayer) == 0x000010, "Wrong size on ALI_BaseLocomotion_C_BaseLayer"); \ static_assert(offsetof(ALI_BaseLocomotion_C_BaseLayer, BaseLayer_0) == 0x000000, "Member 'ALI_BaseLocomotion_C_BaseLayer::BaseLayer_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALI_BaseLocomotion_C_OverlayLayer \ static_assert(alignof(ALI_BaseLocomotion_C_OverlayLayer) == 0x000008, "Wrong alignment on ALI_BaseLocomotion_C_OverlayLayer"); \ static_assert(sizeof(ALI_BaseLocomotion_C_OverlayLayer) == 0x000010, "Wrong size on ALI_BaseLocomotion_C_OverlayLayer"); \ static_assert(offsetof(ALI_BaseLocomotion_C_OverlayLayer, OverlayLayer_0) == 0x000000, "Member 'ALI_BaseLocomotion_C_OverlayLayer::OverlayLayer_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALI_BaseLocomotion_C_StationaryPose \ static_assert(alignof(ALI_BaseLocomotion_C_StationaryPose) == 0x000008, "Wrong alignment on ALI_BaseLocomotion_C_StationaryPose"); \ static_assert(sizeof(ALI_BaseLocomotion_C_StationaryPose) == 0x000010, "Wrong size on ALI_BaseLocomotion_C_StationaryPose"); \ static_assert(offsetof(ALI_BaseLocomotion_C_StationaryPose, StationaryPose_0) == 0x000000, "Member 'ALI_BaseLocomotion_C_StationaryPose::StationaryPose_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IALI_BaseLocomotion_C \ static_assert(alignof(IALI_BaseLocomotion_C) == 0x000001, "Wrong alignment on IALI_BaseLocomotion_C"); \ static_assert(sizeof(IALI_BaseLocomotion_C) == 0x000001, "Wrong size on IALI_BaseLocomotion_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ActiveBreathingAttemptEnded_C \ static_assert(alignof(UBPE_Global_HUD_ActiveBreathingAttemptEnded_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ActiveBreathingAttemptEnded_C"); \ static_assert(sizeof(UBPE_Global_HUD_ActiveBreathingAttemptEnded_C) == 0x000030, "Wrong size on UBPE_Global_HUD_ActiveBreathingAttemptEnded_C"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingAttemptEnded_C, IsInTimeWindow) == 0x000028, "Member 'UBPE_Global_HUD_ActiveBreathingAttemptEnded_C::IsInTimeWindow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_ObjectiveBase_C \ static_assert(alignof(UBP_ObjectiveBase_C) == 0x000008, "Wrong alignment on UBP_ObjectiveBase_C"); \ static_assert(sizeof(UBP_ObjectiveBase_C) == 0x000088, "Wrong size on UBP_ObjectiveBase_C"); \ static_assert(offsetof(UBP_ObjectiveBase_C, HasReminder) == 0x000070, "Member 'UBP_ObjectiveBase_C::HasReminder' has a wrong offset!"); \ static_assert(offsetof(UBP_ObjectiveBase_C, HideInHUD) == 0x000071, "Member 'UBP_ObjectiveBase_C::HideInHUD' has a wrong offset!"); \ static_assert(offsetof(UBP_ObjectiveBase_C, UIAnimType) == 0x000072, "Member 'UBP_ObjectiveBase_C::UIAnimType' has a wrong offset!"); \ static_assert(offsetof(UBP_ObjectiveBase_C, ReminderVOs) == 0x000078, "Member 'UBP_ObjectiveBase_C::ReminderVOs' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_OnLoadingVideoFinished_C \ static_assert(alignof(UBPE_VFX_OnLoadingVideoFinished_C) == 0x000008, "Wrong alignment on UBPE_VFX_OnLoadingVideoFinished_C"); \ static_assert(sizeof(UBPE_VFX_OnLoadingVideoFinished_C) == 0x000028, "Wrong size on UBPE_VFX_OnLoadingVideoFinished_C"); \ #define DUMPER7_ASSERTS_UBPE_A_SoundMixModifier_C \ static_assert(alignof(UBPE_A_SoundMixModifier_C) == 0x000008, "Wrong alignment on UBPE_A_SoundMixModifier_C"); \ static_assert(sizeof(UBPE_A_SoundMixModifier_C) == 0x000040, "Wrong size on UBPE_A_SoundMixModifier_C"); \ static_assert(offsetof(UBPE_A_SoundMixModifier_C, Enum_SoundMixModifier) == 0x000028, "Member 'UBPE_A_SoundMixModifier_C::Enum_SoundMixModifier' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SoundMixModifier_C, Sound_Mix) == 0x000030, "Member 'UBPE_A_SoundMixModifier_C::Sound_Mix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_TapePlayerCollected_C \ static_assert(alignof(UBPE_Global_TapePlayerCollected_C) == 0x000008, "Wrong alignment on UBPE_Global_TapePlayerCollected_C"); \ static_assert(sizeof(UBPE_Global_TapePlayerCollected_C) == 0x000030, "Wrong size on UBPE_Global_TapePlayerCollected_C"); \ static_assert(offsetof(UBPE_Global_TapePlayerCollected_C, E_TapePlayerTracker) == 0x000028, "Member 'UBPE_Global_TapePlayerCollected_C::E_TapePlayerTracker' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LoadingScreenSubsystem_C_ExecuteUbergraph_BP_LoadingScreenSubsystem \ static_assert(alignof(BP_LoadingScreenSubsystem_C_ExecuteUbergraph_BP_LoadingScreenSubsystem) == 0x000008, "Wrong alignment on BP_LoadingScreenSubsystem_C_ExecuteUbergraph_BP_LoadingScreenSubsystem"); \ static_assert(sizeof(BP_LoadingScreenSubsystem_C_ExecuteUbergraph_BP_LoadingScreenSubsystem) == 0x000018, "Wrong size on BP_LoadingScreenSubsystem_C_ExecuteUbergraph_BP_LoadingScreenSubsystem"); \ static_assert(offsetof(BP_LoadingScreenSubsystem_C_ExecuteUbergraph_BP_LoadingScreenSubsystem, EntryPoint) == 0x000000, "Member 'BP_LoadingScreenSubsystem_C_ExecuteUbergraph_BP_LoadingScreenSubsystem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingScreenSubsystem_C_ExecuteUbergraph_BP_LoadingScreenSubsystem, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_LoadingScreenSubsystem_C_ExecuteUbergraph_BP_LoadingScreenSubsystem::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LoadingScreenSubsystem_C_ExecuteUbergraph_BP_LoadingScreenSubsystem, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_LoadingScreenSubsystem_C_ExecuteUbergraph_BP_LoadingScreenSubsystem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LoadingScreenSubsystem_C \ static_assert(alignof(UBP_LoadingScreenSubsystem_C) == 0x000008, "Wrong alignment on UBP_LoadingScreenSubsystem_C"); \ static_assert(sizeof(UBP_LoadingScreenSubsystem_C) == 0x000068, "Wrong size on UBP_LoadingScreenSubsystem_C"); \ static_assert(offsetof(UBP_LoadingScreenSubsystem_C, UberGraphFrame) == 0x000050, "Member 'UBP_LoadingScreenSubsystem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_LoadingScreenSubsystem_C, LoadingFinishedEventInst) == 0x000058, "Member 'UBP_LoadingScreenSubsystem_C::LoadingFinishedEventInst' has a wrong offset!"); \ static_assert(offsetof(UBP_LoadingScreenSubsystem_C, LoadingMediaTextureRef) == 0x000060, "Member 'UBP_LoadingScreenSubsystem_C::LoadingMediaTextureRef' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Achievement_C \ static_assert(alignof(UBPE_Achievement_C) == 0x000008, "Wrong alignment on UBPE_Achievement_C"); \ static_assert(sizeof(UBPE_Achievement_C) == 0x000030, "Wrong size on UBPE_Achievement_C"); \ static_assert(offsetof(UBPE_Achievement_C, E_AchievementList) == 0x000028, "Member 'UBPE_Achievement_C::E_AchievementList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_OnLoadingAudioFadeOutStarted_C \ static_assert(alignof(UBPE_VFX_OnLoadingAudioFadeOutStarted_C) == 0x000008, "Wrong alignment on UBPE_VFX_OnLoadingAudioFadeOutStarted_C"); \ static_assert(sizeof(UBPE_VFX_OnLoadingAudioFadeOutStarted_C) == 0x000030, "Wrong size on UBPE_VFX_OnLoadingAudioFadeOutStarted_C"); \ static_assert(offsetof(UBPE_VFX_OnLoadingAudioFadeOutStarted_C, VideoFadeOutDuration) == 0x000028, "Member 'UBPE_VFX_OnLoadingAudioFadeOutStarted_C::VideoFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_OnLoadingAudioFadeOutStarted_C, AudioFadeOutDuration) == 0x00002C, "Member 'UBPE_VFX_OnLoadingAudioFadeOutStarted_C::AudioFadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase \ static_assert(alignof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase) == 0x000008, "Wrong alignment on BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase"); \ static_assert(sizeof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase) == 0x0000F8, "Wrong size on BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, EntryPoint) == 0x000000, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, K2Node_EOCreateEvent_OutputDelegate) == 0x000020, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, K2Node_EOEvent_Sender_1) == 0x000030, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, K2Node_EOEvent_Event_1) == 0x000038, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000044, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, K2Node_EOEvent_Sender) == 0x000058, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, K2Node_EOEvent_Event) == 0x000060, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_Not_PreBool_ReturnValue_1) == 0x000068, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_MakeLiteralByte_ReturnValue) == 0x000069, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000070, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000078, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000088, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_Split_LeftS) == 0x000090, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_Split_LeftS' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_Split_RightS) == 0x0000A0, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_Split_RightS' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_Split_ReturnValue) == 0x0000B0, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_Split_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x0000B8, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_Conv_StringToInt_ReturnValue) == 0x0000C0, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager) == 0x0000C8, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_GetCollectedItemHistory_Result) == 0x0000D8, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_GetCollectedItemHistory_Result' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_InRange_IntInt_ReturnValue) == 0x0000E8, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_InRange_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_Array_Length_ReturnValue) == 0x0000EC, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_BooleanAND_ReturnValue) == 0x0000F0, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase, CallFunc_Greater_IntInt_ReturnValue) == 0x0000F1, "Member 'BP_UIManagerBase_C_ExecuteUbergraph_BP_UIManagerBase::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManagerBase_C_TryFirstMicroficheMachine \ static_assert(alignof(BP_UIManagerBase_C_TryFirstMicroficheMachine) == 0x000008, "Wrong alignment on BP_UIManagerBase_C_TryFirstMicroficheMachine"); \ static_assert(sizeof(BP_UIManagerBase_C_TryFirstMicroficheMachine) == 0x000010, "Wrong size on BP_UIManagerBase_C_TryFirstMicroficheMachine"); \ static_assert(offsetof(BP_UIManagerBase_C_TryFirstMicroficheMachine, Sender) == 0x000000, "Member 'BP_UIManagerBase_C_TryFirstMicroficheMachine::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_TryFirstMicroficheMachine, Event) == 0x000008, "Member 'BP_UIManagerBase_C_TryFirstMicroficheMachine::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManagerBase_C_TryFirstInventoryItemPrompt \ static_assert(alignof(BP_UIManagerBase_C_TryFirstInventoryItemPrompt) == 0x000008, "Wrong alignment on BP_UIManagerBase_C_TryFirstInventoryItemPrompt"); \ static_assert(sizeof(BP_UIManagerBase_C_TryFirstInventoryItemPrompt) == 0x000010, "Wrong size on BP_UIManagerBase_C_TryFirstInventoryItemPrompt"); \ static_assert(offsetof(BP_UIManagerBase_C_TryFirstInventoryItemPrompt, Sender) == 0x000000, "Member 'BP_UIManagerBase_C_TryFirstInventoryItemPrompt::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_TryFirstInventoryItemPrompt, Event) == 0x000008, "Member 'BP_UIManagerBase_C_TryFirstInventoryItemPrompt::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManagerBase_C_AddObjectives \ static_assert(alignof(BP_UIManagerBase_C_AddObjectives) == 0x000008, "Wrong alignment on BP_UIManagerBase_C_AddObjectives"); \ static_assert(sizeof(BP_UIManagerBase_C_AddObjectives) == 0x000058, "Wrong size on BP_UIManagerBase_C_AddObjectives"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, ObjectiveClasses) == 0x000000, "Member 'BP_UIManagerBase_C_AddObjectives::ObjectiveClasses' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_UIManagerBase_C_AddObjectives::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_UIManagerBase_C_AddObjectives::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_UIManagerBase_C_AddObjectives::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, CallFunc_AddObjective_ReturnValue) == 0x000028, "Member 'BP_UIManagerBase_C_AddObjectives::CallFunc_AddObjective_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, CallFunc_Greater_IntInt_ReturnValue) == 0x000030, "Member 'BP_UIManagerBase_C_AddObjectives::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, CallFunc_Array_Length_ReturnValue_1) == 0x000034, "Member 'BP_UIManagerBase_C_AddObjectives::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_UIManagerBase_C_AddObjectives::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, CallFunc_CreateEOEvent_ReturnValue) == 0x000040, "Member 'BP_UIManagerBase_C_AddObjectives::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_UIManagerBase_C_AddObjectives::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'BP_UIManagerBase_C_AddObjectives::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_AddObjectives, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_UIManagerBase_C_AddObjectives::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManagerBase_C_SetClueTriangles \ static_assert(alignof(BP_UIManagerBase_C_SetClueTriangles) == 0x000008, "Wrong alignment on BP_UIManagerBase_C_SetClueTriangles"); \ static_assert(sizeof(BP_UIManagerBase_C_SetClueTriangles) == 0x000010, "Wrong size on BP_UIManagerBase_C_SetClueTriangles"); \ static_assert(offsetof(BP_UIManagerBase_C_SetClueTriangles, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_UIManagerBase_C_SetClueTriangles::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_SetClueTriangles, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_UIManagerBase_C_SetClueTriangles::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManagerBase_C_SetClueTriangles, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'BP_UIManagerBase_C_SetClueTriangles::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManagerBase_C_SetChapterGoal \ static_assert(alignof(BP_UIManagerBase_C_SetChapterGoal) == 0x000008, "Wrong alignment on BP_UIManagerBase_C_SetChapterGoal"); \ static_assert(sizeof(BP_UIManagerBase_C_SetChapterGoal) == 0x000008, "Wrong size on BP_UIManagerBase_C_SetChapterGoal"); \ static_assert(offsetof(BP_UIManagerBase_C_SetChapterGoal, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_UIManagerBase_C_SetChapterGoal::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_UIManagerBase_C \ static_assert(alignof(ABP_UIManagerBase_C) == 0x000008, "Wrong alignment on ABP_UIManagerBase_C"); \ static_assert(sizeof(ABP_UIManagerBase_C) == 0x000318, "Wrong size on ABP_UIManagerBase_C"); \ static_assert(offsetof(ABP_UIManagerBase_C, UberGraphFrame) == 0x0002C0, "Member 'ABP_UIManagerBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_UIManagerBase_C, ObjectiveClassesToAdd) == 0x0002C8, "Member 'ABP_UIManagerBase_C::ObjectiveClassesToAdd' has a wrong offset!"); \ static_assert(offsetof(ABP_UIManagerBase_C, AddObjectiveEvent) == 0x0002D8, "Member 'ABP_UIManagerBase_C::AddObjectiveEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_UIManagerBase_C, OverallChapterProgress) == 0x0002E0, "Member 'ABP_UIManagerBase_C::OverallChapterProgress' has a wrong offset!"); \ static_assert(offsetof(ABP_UIManagerBase_C, UpdateChapterProgress) == 0x0002E1, "Member 'ABP_UIManagerBase_C::UpdateChapterProgress' has a wrong offset!"); \ static_assert(offsetof(ABP_UIManagerBase_C, ClueTriangleIcons) == 0x0002E8, "Member 'ABP_UIManagerBase_C::ClueTriangleIcons' has a wrong offset!"); \ static_assert(offsetof(ABP_UIManagerBase_C, ChapterGoal) == 0x0002F8, "Member 'ABP_UIManagerBase_C::ChapterGoal' has a wrong offset!"); \ static_assert(offsetof(ABP_UIManagerBase_C, HasShowedInventoryPrompt) == 0x000310, "Member 'ABP_UIManagerBase_C::HasShowedInventoryPrompt' has a wrong offset!"); \ static_assert(offsetof(ABP_UIManagerBase_C, HasUsedMicroficheMachine) == 0x000311, "Member 'ABP_UIManagerBase_C::HasUsedMicroficheMachine' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_BaseSetInventoryItem_C \ static_assert(alignof(UBPE_BaseSetInventoryItem_C) == 0x000008, "Wrong alignment on UBPE_BaseSetInventoryItem_C"); \ static_assert(sizeof(UBPE_BaseSetInventoryItem_C) == 0x000038, "Wrong size on UBPE_BaseSetInventoryItem_C"); \ #define DUMPER7_ASSERTS_FS_VelocityBlend \ static_assert(alignof(FS_VelocityBlend) == 0x000004, "Wrong alignment on FS_VelocityBlend"); \ static_assert(sizeof(FS_VelocityBlend) == 0x000010, "Wrong size on FS_VelocityBlend"); \ static_assert(offsetof(FS_VelocityBlend, F_2_56050637407E34B818AC08895B72052C) == 0x000000, "Member 'FS_VelocityBlend::F_2_56050637407E34B818AC08895B72052C' has a wrong offset!"); \ static_assert(offsetof(FS_VelocityBlend, B_6_AB0999384AC3AF7DC90D3897322F0E53) == 0x000004, "Member 'FS_VelocityBlend::B_6_AB0999384AC3AF7DC90D3897322F0E53' has a wrong offset!"); \ static_assert(offsetof(FS_VelocityBlend, L_7_EAFDC0BF460E4D6C5B5A43BF28D50ED0) == 0x000008, "Member 'FS_VelocityBlend::L_7_EAFDC0BF460E4D6C5B5A43BF28D50ED0' has a wrong offset!"); \ static_assert(offsetof(FS_VelocityBlend, R_8_BC706A8A4537A1BC3233F0837A995357) == 0x00000C, "Member 'FS_VelocityBlend::R_8_BC706A8A4537A1BC3233F0837A995357' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_OnLoadingVideoFadeInStarted_C \ static_assert(alignof(UBPE_VFX_OnLoadingVideoFadeInStarted_C) == 0x000008, "Wrong alignment on UBPE_VFX_OnLoadingVideoFadeInStarted_C"); \ static_assert(sizeof(UBPE_VFX_OnLoadingVideoFadeInStarted_C) == 0x000038, "Wrong size on UBPE_VFX_OnLoadingVideoFadeInStarted_C"); \ static_assert(offsetof(UBPE_VFX_OnLoadingVideoFadeInStarted_C, VideoFadeInDuration) == 0x000028, "Member 'UBPE_VFX_OnLoadingVideoFadeInStarted_C::VideoFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_OnLoadingVideoFadeInStarted_C, AudioFadeInDuration) == 0x00002C, "Member 'UBPE_VFX_OnLoadingVideoFadeInStarted_C::AudioFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_OnLoadingVideoFadeInStarted_C, AudioStartingVolume) == 0x000030, "Member 'UBPE_VFX_OnLoadingVideoFadeInStarted_C::AudioStartingVolume' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_OnLoadingVideoFadeInStarted_C, AudioEndingVolume) == 0x000034, "Member 'UBPE_VFX_OnLoadingVideoFadeInStarted_C::AudioEndingVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_ExitLoopingMontage_C \ static_assert(alignof(UBPE_Player_ExitLoopingMontage_C) == 0x000008, "Wrong alignment on UBPE_Player_ExitLoopingMontage_C"); \ static_assert(sizeof(UBPE_Player_ExitLoopingMontage_C) == 0x000028, "Wrong size on UBPE_Player_ExitLoopingMontage_C"); \ #define DUMPER7_ASSERTS_UBPE_Player_SwapMesh_C \ static_assert(alignof(UBPE_Player_SwapMesh_C) == 0x000008, "Wrong alignment on UBPE_Player_SwapMesh_C"); \ static_assert(sizeof(UBPE_Player_SwapMesh_C) == 0x000038, "Wrong size on UBPE_Player_SwapMesh_C"); \ static_assert(offsetof(UBPE_Player_SwapMesh_C, NewSkeletalMesh) == 0x000028, "Member 'UBPE_Player_SwapMesh_C::NewSkeletalMesh' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_SwapMesh_C, ResetPose) == 0x000030, "Member 'UBPE_Player_SwapMesh_C::ResetPose' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_BlockCrouch_C \ static_assert(alignof(UBPE_Player_BlockCrouch_C) == 0x000008, "Wrong alignment on UBPE_Player_BlockCrouch_C"); \ static_assert(sizeof(UBPE_Player_BlockCrouch_C) == 0x000030, "Wrong size on UBPE_Player_BlockCrouch_C"); \ static_assert(offsetof(UBPE_Player_BlockCrouch_C, Block_) == 0x000028, "Member 'UBPE_Player_BlockCrouch_C::Block_' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_BlockCrouch_C, Uncrouch_) == 0x000029, "Member 'UBPE_Player_BlockCrouch_C::Uncrouch_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CA_NestingDoll_Katja_C \ static_assert(alignof(ABP_CA_NestingDoll_Katja_C) == 0x000008, "Wrong alignment on ABP_CA_NestingDoll_Katja_C"); \ static_assert(sizeof(ABP_CA_NestingDoll_Katja_C) == 0x001BF0, "Wrong size on ABP_CA_NestingDoll_Katja_C"); \ #define DUMPER7_ASSERTS_UBPE_ClickedInventoryItemButton_C \ static_assert(alignof(UBPE_ClickedInventoryItemButton_C) == 0x000008, "Wrong alignment on UBPE_ClickedInventoryItemButton_C"); \ static_assert(sizeof(UBPE_ClickedInventoryItemButton_C) == 0x000060, "Wrong size on UBPE_ClickedInventoryItemButton_C"); \ static_assert(offsetof(UBPE_ClickedInventoryItemButton_C, Name_0) == 0x000028, "Member 'UBPE_ClickedInventoryItemButton_C::Name_0' has a wrong offset!"); \ static_assert(offsetof(UBPE_ClickedInventoryItemButton_C, Description) == 0x000040, "Member 'UBPE_ClickedInventoryItemButton_C::Description' has a wrong offset!"); \ static_assert(offsetof(UBPE_ClickedInventoryItemButton_C, Preview) == 0x000058, "Member 'UBPE_ClickedInventoryItemButton_C::Preview' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_CrouchState_C \ static_assert(alignof(UBPE_Player_CrouchState_C) == 0x000008, "Wrong alignment on UBPE_Player_CrouchState_C"); \ static_assert(sizeof(UBPE_Player_CrouchState_C) == 0x000030, "Wrong size on UBPE_Player_CrouchState_C"); \ static_assert(offsetof(UBPE_Player_CrouchState_C, PlayerCrouchState) == 0x000028, "Member 'UBPE_Player_CrouchState_C::PlayerCrouchState' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_CrouchState_C, CrouchActive) == 0x000029, "Member 'UBPE_Player_CrouchState_C::CrouchActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_ShowPlayerMesh_C \ static_assert(alignof(UBPE_Player_ShowPlayerMesh_C) == 0x000008, "Wrong alignment on UBPE_Player_ShowPlayerMesh_C"); \ static_assert(sizeof(UBPE_Player_ShowPlayerMesh_C) == 0x000028, "Wrong size on UBPE_Player_ShowPlayerMesh_C"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory \ static_assert(alignof(WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory) == 0x000038, "Wrong size on WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory, EntryPoint) == 0x000000, "Member 'WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory, K2Node_EOCreateEvent_OutputDelegate) == 0x000008, "Member 'WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000018, "Member 'WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory, K2Node_DynamicCast_AsWBP_Categorized_Pause_Menu) == 0x000028, "Member 'WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory::K2Node_DynamicCast_AsWBP_Categorized_Pause_Menu' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_PauseMenuCategory_C_ExecuteUbergraph_WBP_PauseMenuCategory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_SetOverallChapterProgress \ static_assert(alignof(WBP_PauseMenuCategory_C_SetOverallChapterProgress) == 0x000001, "Wrong alignment on WBP_PauseMenuCategory_C_SetOverallChapterProgress"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_SetOverallChapterProgress) == 0x000002, "Wrong size on WBP_PauseMenuCategory_C_SetOverallChapterProgress"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SetOverallChapterProgress, NewProgress) == 0x000000, "Member 'WBP_PauseMenuCategory_C_SetOverallChapterProgress::NewProgress' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SetOverallChapterProgress, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_PauseMenuCategory_C_SetOverallChapterProgress::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_SyncPlayerTask \ static_assert(alignof(WBP_PauseMenuCategory_C_SyncPlayerTask) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_SyncPlayerTask"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_SyncPlayerTask) == 0x000018, "Wrong size on WBP_PauseMenuCategory_C_SyncPlayerTask"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncPlayerTask, CallFunc_GetCurrentPlayerTask_ReturnValue) == 0x000000, "Member 'WBP_PauseMenuCategory_C_SyncPlayerTask::CallFunc_GetCurrentPlayerTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncPlayerTask, K2Node_DynamicCast_AsBP_Player_Task_Base) == 0x000008, "Member 'WBP_PauseMenuCategory_C_SyncPlayerTask::K2Node_DynamicCast_AsBP_Player_Task_Base' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncPlayerTask, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_PauseMenuCategory_C_SyncPlayerTask::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_ShouldSyncObjectives \ static_assert(alignof(WBP_PauseMenuCategory_C_ShouldSyncObjectives) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_ShouldSyncObjectives"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_ShouldSyncObjectives) == 0x0000A8, "Wrong size on WBP_PauseMenuCategory_C_ShouldSyncObjectives"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, Result) == 0x000000, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, LocalActiveObjectiveList) == 0x000008, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::LocalActiveObjectiveList' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, LocalObjectiveWidgetList) == 0x000018, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::LocalObjectiveWidgetList' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, Temp_bool_True_if_break_was_hit_Variable) == 0x000028, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_GetActiveAndFinishedObjectives_ReturnValue) == 0x000040, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_GetActiveAndFinishedObjectives_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_GetAllChildren_ReturnValue) == 0x000050, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_Array_Length_ReturnValue_1) == 0x000064, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_Array_Get_Item) == 0x000068, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000070, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, K2Node_DynamicCast_AsBP_Objective_Base) == 0x000078, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::K2Node_DynamicCast_AsBP_Objective_Base' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_Array_Get_Item_1) == 0x000088, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_Array_Length_ReturnValue_2) == 0x000090, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, K2Node_DynamicCast_AsWBP_Pause_Menu_Objective_Item) == 0x000098, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::K2Node_DynamicCast_AsWBP_Pause_Menu_Objective_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_Less_IntInt_ReturnValue) == 0x0000A1, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_MatchesObjective_Result) == 0x0000A2, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_MatchesObjective_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncObjectives, CallFunc_BooleanAND_ReturnValue) == 0x0000A3, "Member 'WBP_PauseMenuCategory_C_ShouldSyncObjectives::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_SyncObjectives \ static_assert(alignof(WBP_PauseMenuCategory_C_SyncObjectives) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_SyncObjectives"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_SyncObjectives) == 0x000078, "Wrong size on WBP_PauseMenuCategory_C_SyncObjectives"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_GetActiveAndFinishedObjectives_ReturnValue) == 0x000010, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_GetActiveAndFinishedObjectives_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, K2Node_DynamicCast_AsBP_Objective_Base) == 0x000030, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::K2Node_DynamicCast_AsBP_Objective_Base' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_IsOptional_ReturnValue) == 0x00003A, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_IsOptional_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_GetObjectClass_ReturnValue) == 0x000040, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_GetObjectiveStatus_ReturnValue) == 0x000048, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_GetObjectiveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_Greater_IntInt_ReturnValue) == 0x000050, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_GetOwningPlayer_ReturnValue) == 0x000058, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_Create_ReturnValue) == 0x000060, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_ShouldSyncObjectives_Result) == 0x000068, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_ShouldSyncObjectives_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncObjectives, CallFunc_AddChild_ReturnValue) == 0x000070, "Member 'WBP_PauseMenuCategory_C_SyncObjectives::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList \ static_assert(alignof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList) == 0x000060, "Wrong size on WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, LocalResult) == 0x000000, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::LocalResult' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, CallFunc_GetFinishedTasksAndObjectivesHistory_ReturnValue) == 0x000020, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::CallFunc_GetFinishedTasksAndObjectivesHistory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, K2Node_DynamicCast_AsBP_Player_Task_Base) == 0x000048, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::K2Node_DynamicCast_AsBP_Player_Task_Base' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, CallFunc_Array_Add_ReturnValue) == 0x000054, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'WBP_PauseMenuCategory_C_PopulateFinishedTaskItemsList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks \ static_assert(alignof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks) == 0x000080, "Wrong size on WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, Result) == 0x000000, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, LocalFinishedTaskItems) == 0x000008, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::LocalFinishedTaskItems' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, LocalFinishedTaskWidgets) == 0x000018, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::LocalFinishedTaskWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, CallFunc_GetAllChildren_ReturnValue) == 0x000038, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, CallFunc_Array_Get_Item) == 0x000050, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00005C, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, CallFunc_Array_Length_ReturnValue_2) == 0x000068, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, K2Node_DynamicCast_AsWBP_Pause_Menu_Finished_Task_Item) == 0x000070, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::K2Node_DynamicCast_AsWBP_Pause_Menu_Finished_Task_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, CallFunc_Less_IntInt_ReturnValue) == 0x000079, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks, CallFunc_MatchesTask_Result) == 0x00007A, "Member 'WBP_PauseMenuCategory_C_ShouldSyncFinishedTasks::CallFunc_MatchesTask_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_SyncFinishedTasks \ static_assert(alignof(WBP_PauseMenuCategory_C_SyncFinishedTasks) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_SyncFinishedTasks"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_SyncFinishedTasks) == 0x000050, "Wrong size on WBP_PauseMenuCategory_C_SyncFinishedTasks"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_GetOwningPlayer_ReturnValue) == 0x000018, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_Create_ReturnValue) == 0x000020, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_AddChild_ReturnValue) == 0x000030, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_GetPlayerTaskStatus_ReturnValue) == 0x000038, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_GetPlayerTaskStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_GetObjectClass_ReturnValue) == 0x000040, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_Array_Length_ReturnValue_1) == 0x000048, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncFinishedTasks, CallFunc_ShouldSyncFinishedTasks_Result) == 0x00004D, "Member 'WBP_PauseMenuCategory_C_SyncFinishedTasks::CallFunc_ShouldSyncFinishedTasks_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_SyncCheckpoint \ static_assert(alignof(WBP_PauseMenuCategory_C_SyncCheckpoint) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_SyncCheckpoint"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_SyncCheckpoint) == 0x000010, "Wrong size on WBP_PauseMenuCategory_C_SyncCheckpoint"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncCheckpoint, CallFunc_GetLastCheckpointInfo_ReturnValue) == 0x000000, "Member 'WBP_PauseMenuCategory_C_SyncCheckpoint::CallFunc_GetLastCheckpointInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SyncCheckpoint, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_PauseMenuCategory_C_SyncCheckpoint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_OnSetChapterProgress \ static_assert(alignof(WBP_PauseMenuCategory_C_OnSetChapterProgress) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_OnSetChapterProgress"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_OnSetChapterProgress) == 0x000020, "Wrong size on WBP_PauseMenuCategory_C_OnSetChapterProgress"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnSetChapterProgress, Sender) == 0x000000, "Member 'WBP_PauseMenuCategory_C_OnSetChapterProgress::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnSetChapterProgress, Event) == 0x000008, "Member 'WBP_PauseMenuCategory_C_OnSetChapterProgress::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnSetChapterProgress, K2Node_DynamicCast_AsBPE_Global_Set_Chapter_Progress) == 0x000010, "Member 'WBP_PauseMenuCategory_C_OnSetChapterProgress::K2Node_DynamicCast_AsBPE_Global_Set_Chapter_Progress' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnSetChapterProgress, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_PauseMenuCategory_C_OnSetChapterProgress::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_OnFocusReceived \ static_assert(alignof(WBP_PauseMenuCategory_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_OnFocusReceived"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_OnFocusReceived) == 0x0001B0, "Wrong size on WBP_PauseMenuCategory_C_OnFocusReceived"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_PauseMenuCategory_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_PauseMenuCategory_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_PauseMenuCategory_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_PauseMenuCategory_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_OpenMenu \ static_assert(alignof(WBP_PauseMenuCategory_C_OpenMenu) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_OpenMenu"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_OpenMenu) == 0x000018, "Wrong size on WBP_PauseMenuCategory_C_OpenMenu"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OpenMenu, ParentWidget) == 0x000000, "Member 'WBP_PauseMenuCategory_C_OpenMenu::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OpenMenu, WidgetToFocusOnClose) == 0x000008, "Member 'WBP_PauseMenuCategory_C_OpenMenu::WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OpenMenu, RemoveOnClose) == 0x000010, "Member 'WBP_PauseMenuCategory_C_OpenMenu::RemoveOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OpenMenu, NoPauseGame) == 0x000011, "Member 'WBP_PauseMenuCategory_C_OpenMenu::NoPauseGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_OpenInGameMenu \ static_assert(alignof(WBP_PauseMenuCategory_C_OpenInGameMenu) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_OpenInGameMenu"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_OpenInGameMenu) == 0x000030, "Wrong size on WBP_PauseMenuCategory_C_OpenInGameMenu"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OpenInGameMenu, Menu) == 0x000000, "Member 'WBP_PauseMenuCategory_C_OpenInGameMenu::Menu' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OpenInGameMenu, WidgetToFocusOnClose) == 0x000008, "Member 'WBP_PauseMenuCategory_C_OpenInGameMenu::WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OpenInGameMenu, CallFunc_GetPlayerController_ReturnValue) == 0x000010, "Member 'WBP_PauseMenuCategory_C_OpenInGameMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OpenInGameMenu, CallFunc_GetHUD_ReturnValue) == 0x000018, "Member 'WBP_PauseMenuCategory_C_OpenInGameMenu::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OpenInGameMenu, K2Node_DynamicCast_AsBP_PHHUD) == 0x000020, "Member 'WBP_PauseMenuCategory_C_OpenInGameMenu::K2Node_DynamicCast_AsBP_PHHUD' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OpenInGameMenu, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_PauseMenuCategory_C_OpenInGameMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox \ static_assert(alignof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox) == 0x000140, "Wrong size on WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox, CallFunc_GetTopMostMenu_Result) == 0x000010, "Member 'WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox, CallFunc_CreateEOEvent_ReturnValue) == 0x000018, "Member 'WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox, CallFunc_GetOwningPlayer_ReturnValue) == 0x000020, "Member 'WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox, CallFunc_GetMsgBoxButtonText_Result) == 0x000028, "Member 'WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox::CallFunc_GetMsgBoxButtonText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox, CallFunc_GetMsgBoxButtonText_Result_1) == 0x000040, "Member 'WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox::CallFunc_GetMsgBoxButtonText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox, CallFunc_GetMsgBoxText_Result) == 0x000058, "Member 'WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox::CallFunc_GetMsgBoxText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox, CallFunc_GetMsgBoxText_Result_1) == 0x000080, "Member 'WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox::CallFunc_GetMsgBoxText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox, K2Node_MakeStruct_EOMsgBoxInfo) == 0x000098, "Member 'WBP_PauseMenuCategory_C_RestartLastCheckpointMsgBox::K2Node_MakeStruct_EOMsgBoxInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult \ static_assert(alignof(WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult) == 0x000028, "Wrong size on WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult, SelectedButtonIdx) == 0x000000, "Member 'WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult::SelectedButtonIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult, MsgBoxWidget) == 0x000008, "Member 'WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult::MsgBoxWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult, CallFunc_GetLastCheckpointInfo_ReturnValue) == 0x000018, "Member 'WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult::CallFunc_GetLastCheckpointInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000021, "Member 'WBP_PauseMenuCategory_C_OnRestartLastCheckpointMsgBoxResult::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox \ static_assert(alignof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox) == 0x000140, "Wrong size on WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox, CallFunc_GetTopMostMenu_Result) == 0x000010, "Member 'WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox, CallFunc_CreateEOEvent_ReturnValue) == 0x000018, "Member 'WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox, CallFunc_GetOwningPlayer_ReturnValue) == 0x000020, "Member 'WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox, CallFunc_GetMsgBoxButtonText_Result) == 0x000028, "Member 'WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox::CallFunc_GetMsgBoxButtonText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox, CallFunc_GetMsgBoxButtonText_Result_1) == 0x000040, "Member 'WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox::CallFunc_GetMsgBoxButtonText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox, CallFunc_GetMsgBoxText_Result) == 0x000058, "Member 'WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox::CallFunc_GetMsgBoxText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox, CallFunc_GetMsgBoxText_Result_1) == 0x000080, "Member 'WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox::CallFunc_GetMsgBoxText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox, K2Node_MakeStruct_EOMsgBoxInfo) == 0x000098, "Member 'WBP_PauseMenuCategory_C_QuitToMainMenuMsgBox::K2Node_MakeStruct_EOMsgBoxInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_OnQuitToMainMenuMsgBoxResult \ static_assert(alignof(WBP_PauseMenuCategory_C_OnQuitToMainMenuMsgBoxResult) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_OnQuitToMainMenuMsgBoxResult"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_OnQuitToMainMenuMsgBoxResult) == 0x000018, "Wrong size on WBP_PauseMenuCategory_C_OnQuitToMainMenuMsgBoxResult"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnQuitToMainMenuMsgBoxResult, SelectedButtonIdx) == 0x000000, "Member 'WBP_PauseMenuCategory_C_OnQuitToMainMenuMsgBoxResult::SelectedButtonIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnQuitToMainMenuMsgBoxResult, MsgBoxWidget) == 0x000008, "Member 'WBP_PauseMenuCategory_C_OnQuitToMainMenuMsgBoxResult::MsgBoxWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnQuitToMainMenuMsgBoxResult, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_PauseMenuCategory_C_OnQuitToMainMenuMsgBoxResult::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_QuitMsgBox \ static_assert(alignof(WBP_PauseMenuCategory_C_QuitMsgBox) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_QuitMsgBox"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_QuitMsgBox) == 0x000140, "Wrong size on WBP_PauseMenuCategory_C_QuitMsgBox"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitMsgBox, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_PauseMenuCategory_C_QuitMsgBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitMsgBox, CallFunc_GetTopMostMenu_Result) == 0x000010, "Member 'WBP_PauseMenuCategory_C_QuitMsgBox::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitMsgBox, CallFunc_CreateEOEvent_ReturnValue) == 0x000018, "Member 'WBP_PauseMenuCategory_C_QuitMsgBox::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitMsgBox, CallFunc_GetOwningPlayer_ReturnValue) == 0x000020, "Member 'WBP_PauseMenuCategory_C_QuitMsgBox::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitMsgBox, CallFunc_GetMsgBoxButtonText_Result) == 0x000028, "Member 'WBP_PauseMenuCategory_C_QuitMsgBox::CallFunc_GetMsgBoxButtonText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitMsgBox, CallFunc_GetMsgBoxButtonText_Result_1) == 0x000040, "Member 'WBP_PauseMenuCategory_C_QuitMsgBox::CallFunc_GetMsgBoxButtonText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitMsgBox, CallFunc_GetMsgBoxText_Result) == 0x000058, "Member 'WBP_PauseMenuCategory_C_QuitMsgBox::CallFunc_GetMsgBoxText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitMsgBox, K2Node_MakeArray_Array) == 0x000070, "Member 'WBP_PauseMenuCategory_C_QuitMsgBox::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitMsgBox, CallFunc_GetMsgBoxText_Result_1) == 0x000080, "Member 'WBP_PauseMenuCategory_C_QuitMsgBox::CallFunc_GetMsgBoxText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_QuitMsgBox, K2Node_MakeStruct_EOMsgBoxInfo) == 0x000098, "Member 'WBP_PauseMenuCategory_C_QuitMsgBox::K2Node_MakeStruct_EOMsgBoxInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_OnQuitMsgBoxResult \ static_assert(alignof(WBP_PauseMenuCategory_C_OnQuitMsgBoxResult) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_OnQuitMsgBoxResult"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_OnQuitMsgBoxResult) == 0x000018, "Wrong size on WBP_PauseMenuCategory_C_OnQuitMsgBoxResult"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnQuitMsgBoxResult, SelectedButtonIdx) == 0x000000, "Member 'WBP_PauseMenuCategory_C_OnQuitMsgBoxResult::SelectedButtonIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnQuitMsgBoxResult, MsgBoxWidget) == 0x000008, "Member 'WBP_PauseMenuCategory_C_OnQuitMsgBoxResult::MsgBoxWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnQuitMsgBoxResult, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_PauseMenuCategory_C_OnQuitMsgBoxResult::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation \ static_assert(alignof(WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation) == 0x000020, "Wrong size on WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation, Navigation_0) == 0x000000, "Member 'WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation::Navigation_0' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation, ReturnValue) == 0x000008, "Member 'WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation, NaivigationTarget) == 0x000010, "Member 'WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation::NaivigationTarget' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation, CallFunc_IsVisible_ReturnValue) == 0x000019, "Member 'WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation, CallFunc_IsVisible_ReturnValue_1) == 0x00001A, "Member 'WBP_PauseMenuCategory_C_Main_Menu_Btn_Navigation::CallFunc_IsVisible_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_Resume_Btn_Navigation \ static_assert(alignof(WBP_PauseMenuCategory_C_Resume_Btn_Navigation) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_Resume_Btn_Navigation"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_Resume_Btn_Navigation) == 0x000018, "Wrong size on WBP_PauseMenuCategory_C_Resume_Btn_Navigation"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_Resume_Btn_Navigation, Navigation_0) == 0x000000, "Member 'WBP_PauseMenuCategory_C_Resume_Btn_Navigation::Navigation_0' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_Resume_Btn_Navigation, ReturnValue) == 0x000008, "Member 'WBP_PauseMenuCategory_C_Resume_Btn_Navigation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_Resume_Btn_Navigation, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'WBP_PauseMenuCategory_C_Resume_Btn_Navigation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_Resume_Btn_Navigation, CallFunc_IsVisible_ReturnValue) == 0x000011, "Member 'WBP_PauseMenuCategory_C_Resume_Btn_Navigation::CallFunc_IsVisible_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_OnKeyUp \ static_assert(alignof(WBP_PauseMenuCategory_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_OnKeyUp"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_OnKeyUp) == 0x000348, "Wrong size on WBP_PauseMenuCategory_C_OnKeyUp"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, Loc_InputDisabled) == 0x000130, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::Loc_InputDisabled' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, Loc_Key) == 0x000138, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::Loc_Key' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, CallFunc_Key_GetDisplayName_ReturnValue) == 0x000150, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::CallFunc_Key_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, CallFunc_Conv_BoolToString_ReturnValue) == 0x000168, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, CallFunc_Conv_TextToString_ReturnValue) == 0x000178, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000188, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue) == 0x000240, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000250, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000260, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x000270, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, CallFunc_IsInputDisabled_Result) == 0x000271, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000278, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000290, "Member 'WBP_PauseMenuCategory_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_UpdateTexts \ static_assert(alignof(WBP_PauseMenuCategory_C_UpdateTexts) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_UpdateTexts"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_UpdateTexts) == 0x000040, "Wrong size on WBP_PauseMenuCategory_C_UpdateTexts"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_UpdateTexts, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_PauseMenuCategory_C_UpdateTexts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_UpdateTexts, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_PauseMenuCategory_C_UpdateTexts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_UpdateTexts, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_PauseMenuCategory_C_UpdateTexts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_UpdateTexts, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_PauseMenuCategory_C_UpdateTexts::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_UpdateTexts, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_PauseMenuCategory_C_UpdateTexts::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_UpdateTexts, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_PauseMenuCategory_C_UpdateTexts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_UpdateTexts, K2Node_DynamicCast_AsWBP_Pause_Menu_Finished_Task_Item) == 0x000030, "Member 'WBP_PauseMenuCategory_C_UpdateTexts::K2Node_DynamicCast_AsWBP_Pause_Menu_Finished_Task_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_UpdateTexts, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_PauseMenuCategory_C_UpdateTexts::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_UpdateTexts, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'WBP_PauseMenuCategory_C_UpdateTexts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_OnCultureChanged \ static_assert(alignof(WBP_PauseMenuCategory_C_OnCultureChanged) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_OnCultureChanged"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_OnCultureChanged) == 0x000010, "Wrong size on WBP_PauseMenuCategory_C_OnCultureChanged"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnCultureChanged, Sender) == 0x000000, "Member 'WBP_PauseMenuCategory_C_OnCultureChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_OnCultureChanged, Event) == 0x000008, "Member 'WBP_PauseMenuCategory_C_OnCultureChanged::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_SetFocusToProperWidget \ static_assert(alignof(WBP_PauseMenuCategory_C_SetFocusToProperWidget) == 0x000001, "Wrong alignment on WBP_PauseMenuCategory_C_SetFocusToProperWidget"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_SetFocusToProperWidget) == 0x000001, "Wrong size on WBP_PauseMenuCategory_C_SetFocusToProperWidget"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_SetFocusToProperWidget, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_PauseMenuCategory_C_SetFocusToProperWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_C_GetCurrentFocusedWidget \ static_assert(alignof(WBP_PauseMenuCategory_C_GetCurrentFocusedWidget) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_C_GetCurrentFocusedWidget"); \ static_assert(sizeof(WBP_PauseMenuCategory_C_GetCurrentFocusedWidget) == 0x000008, "Wrong size on WBP_PauseMenuCategory_C_GetCurrentFocusedWidget"); \ static_assert(offsetof(WBP_PauseMenuCategory_C_GetCurrentFocusedWidget, Result) == 0x000000, "Member 'WBP_PauseMenuCategory_C_GetCurrentFocusedWidget::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_PauseMenuCategory_C \ static_assert(alignof(UWBP_PauseMenuCategory_C) == 0x000008, "Wrong alignment on UWBP_PauseMenuCategory_C"); \ static_assert(sizeof(UWBP_PauseMenuCategory_C) == 0x0003C0, "Wrong size on UWBP_PauseMenuCategory_C"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, UberGraphFrame_WBP_PauseMenuCategory_C) == 0x000340, "Member 'UWBP_PauseMenuCategory_C::UberGraphFrame_WBP_PauseMenuCategory_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, CanvasPanel) == 0x000348, "Member 'UWBP_PauseMenuCategory_C::CanvasPanel' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, DesktopIBtn_WRef) == 0x000350, "Member 'UWBP_PauseMenuCategory_C::DesktopIBtn_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, FinishedTaskList_WRef) == 0x000358, "Member 'UWBP_PauseMenuCategory_C::FinishedTaskList_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, MainMenuBtn_WRef) == 0x000360, "Member 'UWBP_PauseMenuCategory_C::MainMenuBtn_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, ReloadBtn_WRef) == 0x000368, "Member 'UWBP_PauseMenuCategory_C::ReloadBtn_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, ResumeBtn_WRef) == 0x000370, "Member 'UWBP_PauseMenuCategory_C::ResumeBtn_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, RootCanvasPanel) == 0x000378, "Member 'UWBP_PauseMenuCategory_C::RootCanvasPanel' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, SafeZone_WRef) == 0x000380, "Member 'UWBP_PauseMenuCategory_C::SafeZone_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, TaskObjectiveList_WRef) == 0x000388, "Member 'UWBP_PauseMenuCategory_C::TaskObjectiveList_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, bPauseMenuOpened) == 0x000390, "Member 'UWBP_PauseMenuCategory_C::bPauseMenuOpened' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, OverallChapterProgressParam) == 0x000391, "Member 'UWBP_PauseMenuCategory_C::OverallChapterProgressParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, TempFinishedTaskItemsList) == 0x000398, "Member 'UWBP_PauseMenuCategory_C::TempFinishedTaskItemsList' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, SettingsScreen_Ref) == 0x0003A8, "Member 'UWBP_PauseMenuCategory_C::SettingsScreen_Ref' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, CheatMenuScreen_Ref) == 0x0003B0, "Member 'UWBP_PauseMenuCategory_C::CheatMenuScreen_Ref' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_C, CurrentFocusedWidget) == 0x0003B8, "Member 'UWBP_PauseMenuCategory_C::CurrentFocusedWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Gym_inGameUI_ShowObjective_C \ static_assert(alignof(UBPE_Gym_inGameUI_ShowObjective_C) == 0x000008, "Wrong alignment on UBPE_Gym_inGameUI_ShowObjective_C"); \ static_assert(sizeof(UBPE_Gym_inGameUI_ShowObjective_C) == 0x000028, "Wrong size on UBPE_Gym_inGameUI_ShowObjective_C"); \ #define DUMPER7_ASSERTS_BP_BaseThrowableObject_C_OnProjectileBounce \ static_assert(alignof(BP_BaseThrowableObject_C_OnProjectileBounce) == 0x000008, "Wrong alignment on BP_BaseThrowableObject_C_OnProjectileBounce"); \ static_assert(sizeof(BP_BaseThrowableObject_C_OnProjectileBounce) == 0x000120, "Wrong size on BP_BaseThrowableObject_C_OnProjectileBounce"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, ImpactResult) == 0x000000, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::ImpactResult' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, ImpactVelocity) == 0x000088, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::ImpactVelocity' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_bBlockingHit) == 0x000094, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_bInitialOverlap) == 0x000095, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_Time) == 0x000098, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_Distance) == 0x00009C, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_Location) == 0x0000A0, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_ImpactPoint) == 0x0000AC, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_Normal) == 0x0000B8, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C4, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000114, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_BooleanAND_ReturnValue) == 0x000115, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, Temp_int_Variable) == 0x000118, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileBounce, CallFunc_Add_IntInt_ReturnValue) == 0x00011C, "Member 'BP_BaseThrowableObject_C_OnProjectileBounce::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseThrowableObject_C_RegisterEvents \ static_assert(alignof(BP_BaseThrowableObject_C_RegisterEvents) == 0x000004, "Wrong alignment on BP_BaseThrowableObject_C_RegisterEvents"); \ static_assert(sizeof(BP_BaseThrowableObject_C_RegisterEvents) == 0x000020, "Wrong size on BP_BaseThrowableObject_C_RegisterEvents"); \ static_assert(offsetof(BP_BaseThrowableObject_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_BaseThrowableObject_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_RegisterEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_BaseThrowableObject_C_RegisterEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseThrowableObject_C_OnProjectileStop \ static_assert(alignof(BP_BaseThrowableObject_C_OnProjectileStop) == 0x000004, "Wrong alignment on BP_BaseThrowableObject_C_OnProjectileStop"); \ static_assert(sizeof(BP_BaseThrowableObject_C_OnProjectileStop) == 0x000088, "Wrong size on BP_BaseThrowableObject_C_OnProjectileStop"); \ static_assert(offsetof(BP_BaseThrowableObject_C_OnProjectileStop, ImpactResult) == 0x000000, "Member 'BP_BaseThrowableObject_C_OnProjectileStop::ImpactResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseThrowableObject_C_ReceiveHit \ static_assert(alignof(BP_BaseThrowableObject_C_ReceiveHit) == 0x000008, "Wrong alignment on BP_BaseThrowableObject_C_ReceiveHit"); \ static_assert(sizeof(BP_BaseThrowableObject_C_ReceiveHit) == 0x0000F8, "Wrong size on BP_BaseThrowableObject_C_ReceiveHit"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, MyComp) == 0x000000, "Member 'BP_BaseThrowableObject_C_ReceiveHit::MyComp' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, Other) == 0x000008, "Member 'BP_BaseThrowableObject_C_ReceiveHit::Other' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, OtherComp) == 0x000010, "Member 'BP_BaseThrowableObject_C_ReceiveHit::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, bSelfMoved) == 0x000018, "Member 'BP_BaseThrowableObject_C_ReceiveHit::bSelfMoved' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, HitLocation) == 0x00001C, "Member 'BP_BaseThrowableObject_C_ReceiveHit::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, HitNormal) == 0x000028, "Member 'BP_BaseThrowableObject_C_ReceiveHit::HitNormal' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, NormalImpulse) == 0x000034, "Member 'BP_BaseThrowableObject_C_ReceiveHit::NormalImpulse' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, Hit) == 0x000040, "Member 'BP_BaseThrowableObject_C_ReceiveHit::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, CallFunc_IsValid_ReturnValue) == 0x0000C8, "Member 'BP_BaseThrowableObject_C_ReceiveHit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, CallFunc_Not_PreBool_ReturnValue) == 0x0000C9, "Member 'BP_BaseThrowableObject_C_ReceiveHit::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, CallFunc_GetEnumeratorName_ReturnValue) == 0x0000CC, "Member 'BP_BaseThrowableObject_C_ReceiveHit::CallFunc_GetEnumeratorName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_BaseThrowableObject_C_ReceiveHit::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, Temp_int_Variable) == 0x0000D8, "Member 'BP_BaseThrowableObject_C_ReceiveHit::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, CallFunc_GetActorForwardVector_ReturnValue) == 0x0000DC, "Member 'BP_BaseThrowableObject_C_ReceiveHit::CallFunc_GetActorForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x0000E8, "Member 'BP_BaseThrowableObject_C_ReceiveHit::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, CallFunc_ApplyPointDamage_ReturnValue) == 0x0000F0, "Member 'BP_BaseThrowableObject_C_ReceiveHit::CallFunc_ApplyPointDamage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, CallFunc_BooleanAND_ReturnValue) == 0x0000F4, "Member 'BP_BaseThrowableObject_C_ReceiveHit::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000F5, "Member 'BP_BaseThrowableObject_C_ReceiveHit::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveHit, CallFunc_BooleanAND_ReturnValue_1) == 0x0000F6, "Member 'BP_BaseThrowableObject_C_ReceiveHit::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseThrowableObject_C_ReceiveAnyDamage \ static_assert(alignof(BP_BaseThrowableObject_C_ReceiveAnyDamage) == 0x000008, "Wrong alignment on BP_BaseThrowableObject_C_ReceiveAnyDamage"); \ static_assert(sizeof(BP_BaseThrowableObject_C_ReceiveAnyDamage) == 0x000028, "Wrong size on BP_BaseThrowableObject_C_ReceiveAnyDamage"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveAnyDamage, Damage) == 0x000000, "Member 'BP_BaseThrowableObject_C_ReceiveAnyDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveAnyDamage, DamageType) == 0x000008, "Member 'BP_BaseThrowableObject_C_ReceiveAnyDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveAnyDamage, InstigatedBy) == 0x000010, "Member 'BP_BaseThrowableObject_C_ReceiveAnyDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveAnyDamage, DamageCauser) == 0x000018, "Member 'BP_BaseThrowableObject_C_ReceiveAnyDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveAnyDamage, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_BaseThrowableObject_C_ReceiveAnyDamage::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_ReceiveAnyDamage, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_BaseThrowableObject_C_ReceiveAnyDamage::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseThrowableObject_C_InitializeRotatingSettings \ static_assert(alignof(BP_BaseThrowableObject_C_InitializeRotatingSettings) == 0x000008, "Wrong alignment on BP_BaseThrowableObject_C_InitializeRotatingSettings"); \ static_assert(sizeof(BP_BaseThrowableObject_C_InitializeRotatingSettings) == 0x000018, "Wrong size on BP_BaseThrowableObject_C_InitializeRotatingSettings"); \ static_assert(offsetof(BP_BaseThrowableObject_C_InitializeRotatingSettings, K2Node_DynamicCast_AsEO_Activatable_Interface) == 0x000000, "Member 'BP_BaseThrowableObject_C_InitializeRotatingSettings::K2Node_DynamicCast_AsEO_Activatable_Interface' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_InitializeRotatingSettings, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_BaseThrowableObject_C_InitializeRotatingSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseThrowableObject_C_DelayedDestroyActor \ static_assert(alignof(BP_BaseThrowableObject_C_DelayedDestroyActor) == 0x000008, "Wrong alignment on BP_BaseThrowableObject_C_DelayedDestroyActor"); \ static_assert(sizeof(BP_BaseThrowableObject_C_DelayedDestroyActor) == 0x000018, "Wrong size on BP_BaseThrowableObject_C_DelayedDestroyActor"); \ static_assert(offsetof(BP_BaseThrowableObject_C_DelayedDestroyActor, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_BaseThrowableObject_C_DelayedDestroyActor::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableObject_C_DelayedDestroyActor, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'BP_BaseThrowableObject_C_DelayedDestroyActor::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseThrowableObject_C \ static_assert(alignof(ABP_BaseThrowableObject_C) == 0x000008, "Wrong alignment on ABP_BaseThrowableObject_C"); \ static_assert(sizeof(ABP_BaseThrowableObject_C) == 0x0002C0, "Wrong size on ABP_BaseThrowableObject_C"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, StaticMesh) == 0x000230, "Member 'ABP_BaseThrowableObject_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, Sphere) == 0x000238, "Member 'ABP_BaseThrowableObject_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, Scene) == 0x000240, "Member 'ABP_BaseThrowableObject_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, StimuliSourceComponent) == 0x000248, "Member 'ABP_BaseThrowableObject_C::StimuliSourceComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, RotatingComponent) == 0x000250, "Member 'ABP_BaseThrowableObject_C::RotatingComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, AbilitySystem) == 0x000258, "Member 'ABP_BaseThrowableObject_C::AbilitySystem' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, ProjectileMovement) == 0x000260, "Member 'ABP_BaseThrowableObject_C::ProjectileMovement' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, Velocity) == 0x000268, "Member 'ABP_BaseThrowableObject_C::Velocity' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, NumBounces) == 0x000274, "Member 'ABP_BaseThrowableObject_C::NumBounces' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, NumBouncesToSimulatePhysics) == 0x000278, "Member 'ABP_BaseThrowableObject_C::NumBouncesToSimulatePhysics' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, HasRotatingPhysics) == 0x00027C, "Member 'ABP_BaseThrowableObject_C::HasRotatingPhysics' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, NumHits) == 0x000280, "Member 'ABP_BaseThrowableObject_C::NumHits' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, DestroyOnFirstHit) == 0x000284, "Member 'ABP_BaseThrowableObject_C::DestroyOnFirstHit' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, DestroyDelay) == 0x000288, "Member 'ABP_BaseThrowableObject_C::DestroyDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, NoiseEventType) == 0x00028C, "Member 'ABP_BaseThrowableObject_C::NoiseEventType' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, WaitingToDestroy) == 0x00028D, "Member 'ABP_BaseThrowableObject_C::WaitingToDestroy' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, PhysUpdateComponent) == 0x000290, "Member 'ABP_BaseThrowableObject_C::PhysUpdateComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, HealthPoints) == 0x000298, "Member 'ABP_BaseThrowableObject_C::HealthPoints' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, DamagePerHit) == 0x00029C, "Member 'ABP_BaseThrowableObject_C::DamagePerHit' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, DamageTypeClass) == 0x0002A0, "Member 'ABP_BaseThrowableObject_C::DamageTypeClass' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, OnBounceSoundBase) == 0x0002A8, "Member 'ABP_BaseThrowableObject_C::OnBounceSoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, OnHitSoundBase) == 0x0002B0, "Member 'ABP_BaseThrowableObject_C::OnHitSoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableObject_C, bShouldSimulatePhysics) == 0x0002B8, "Member 'ABP_BaseThrowableObject_C::bShouldSimulatePhysics' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_EndContinuingLocomotion_C \ static_assert(alignof(UBPE_Player_EndContinuingLocomotion_C) == 0x000008, "Wrong alignment on UBPE_Player_EndContinuingLocomotion_C"); \ static_assert(sizeof(UBPE_Player_EndContinuingLocomotion_C) == 0x000028, "Wrong size on UBPE_Player_EndContinuingLocomotion_C"); \ #define DUMPER7_ASSERTS_UBPE_ForceFeedback_C \ static_assert(alignof(UBPE_ForceFeedback_C) == 0x000008, "Wrong alignment on UBPE_ForceFeedback_C"); \ static_assert(sizeof(UBPE_ForceFeedback_C) == 0x000050, "Wrong size on UBPE_ForceFeedback_C"); \ static_assert(offsetof(UBPE_ForceFeedback_C, StartForceFeedback) == 0x000028, "Member 'UBPE_ForceFeedback_C::StartForceFeedback' has a wrong offset!"); \ static_assert(offsetof(UBPE_ForceFeedback_C, StopOnEndOverlap) == 0x000029, "Member 'UBPE_ForceFeedback_C::StopOnEndOverlap' has a wrong offset!"); \ static_assert(offsetof(UBPE_ForceFeedback_C, ForceFeedbackEffect) == 0x000030, "Member 'UBPE_ForceFeedback_C::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(UBPE_ForceFeedback_C, TagName) == 0x000038, "Member 'UBPE_ForceFeedback_C::TagName' has a wrong offset!"); \ static_assert(offsetof(UBPE_ForceFeedback_C, Looping) == 0x000040, "Member 'UBPE_ForceFeedback_C::Looping' has a wrong offset!"); \ static_assert(offsetof(UBPE_ForceFeedback_C, IgnoreTimeDilation) == 0x000041, "Member 'UBPE_ForceFeedback_C::IgnoreTimeDilation' has a wrong offset!"); \ static_assert(offsetof(UBPE_ForceFeedback_C, PlayWhilePaused) == 0x000042, "Member 'UBPE_ForceFeedback_C::PlayWhilePaused' has a wrong offset!"); \ static_assert(offsetof(UBPE_ForceFeedback_C, Spatialized) == 0x000043, "Member 'UBPE_ForceFeedback_C::Spatialized' has a wrong offset!"); \ static_assert(offsetof(UBPE_ForceFeedback_C, ForceFeedbackAttenuation) == 0x000048, "Member 'UBPE_ForceFeedback_C::ForceFeedbackAttenuation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_PromptMsg_C \ static_assert(alignof(UBPE_Global_HUD_PromptMsg_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_PromptMsg_C"); \ static_assert(sizeof(UBPE_Global_HUD_PromptMsg_C) == 0x000030, "Wrong size on UBPE_Global_HUD_PromptMsg_C"); \ static_assert(offsetof(UBPE_Global_HUD_PromptMsg_C, PromptMsgID) == 0x000028, "Member 'UBPE_Global_HUD_PromptMsg_C::PromptMsgID' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_PromptMsg_C, DisplayTime) == 0x00002C, "Member 'UBPE_Global_HUD_PromptMsg_C::DisplayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_OS_CacheAchievements_C \ static_assert(alignof(UBPE_OS_CacheAchievements_C) == 0x000008, "Wrong alignment on UBPE_OS_CacheAchievements_C"); \ static_assert(sizeof(UBPE_OS_CacheAchievements_C) == 0x000028, "Wrong size on UBPE_OS_CacheAchievements_C"); \ #define DUMPER7_ASSERTS_UGE_DefaultMaxMoveSpeedOverride_C \ static_assert(alignof(UGE_DefaultMaxMoveSpeedOverride_C) == 0x000008, "Wrong alignment on UGE_DefaultMaxMoveSpeedOverride_C"); \ static_assert(sizeof(UGE_DefaultMaxMoveSpeedOverride_C) == 0x000800, "Wrong size on UGE_DefaultMaxMoveSpeedOverride_C"); \ #define DUMPER7_ASSERTS_WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen \ static_assert(alignof(WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen) == 0x000008, "Wrong alignment on WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen"); \ static_assert(sizeof(WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen) == 0x000020, "Wrong size on WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen"); \ static_assert(offsetof(WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen, EntryPoint) == 0x000000, "Member 'WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen, Temp_bool_Variable) == 0x000004, "Member 'WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen, Temp_byte_Variable) == 0x000010, "Member 'WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen, Temp_byte_Variable_1) == 0x000011, "Member 'WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen, K2Node_CustomEvent_Forward) == 0x000012, "Member 'WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen::K2Node_CustomEvent_Forward' has a wrong offset!"); \ static_assert(offsetof(WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen, K2Node_Select_Default) == 0x000013, "Member 'WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'WBP_BlackScreen_C_ExecuteUbergraph_WBP_BlackScreen::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BlackScreen_C_PlayAnim \ static_assert(alignof(WBP_BlackScreen_C_PlayAnim) == 0x000001, "Wrong alignment on WBP_BlackScreen_C_PlayAnim"); \ static_assert(sizeof(WBP_BlackScreen_C_PlayAnim) == 0x000001, "Wrong size on WBP_BlackScreen_C_PlayAnim"); \ static_assert(offsetof(WBP_BlackScreen_C_PlayAnim, Forward) == 0x000000, "Member 'WBP_BlackScreen_C_PlayAnim::Forward' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_BlackScreen_C \ static_assert(alignof(UWBP_BlackScreen_C) == 0x000008, "Wrong alignment on UWBP_BlackScreen_C"); \ static_assert(sizeof(UWBP_BlackScreen_C) == 0x000280, "Wrong size on UWBP_BlackScreen_C"); \ static_assert(offsetof(UWBP_BlackScreen_C, UberGraphFrame) == 0x000260, "Member 'UWBP_BlackScreen_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_BlackScreen_C, FadeOut) == 0x000268, "Member 'UWBP_BlackScreen_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_BlackScreen_C, FadeIn) == 0x000270, "Member 'UWBP_BlackScreen_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_BlackScreen_C, Image_64) == 0x000278, "Member 'UWBP_BlackScreen_C::Image_64' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_DisplaySprintDisabled_C \ static_assert(alignof(UBPE_Global_HUD_DisplaySprintDisabled_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_DisplaySprintDisabled_C"); \ static_assert(sizeof(UBPE_Global_HUD_DisplaySprintDisabled_C) == 0x000028, "Wrong size on UBPE_Global_HUD_DisplaySprintDisabled_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_PromptMsg_Bottom_C \ static_assert(alignof(UBPE_Global_HUD_PromptMsg_Bottom_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_PromptMsg_Bottom_C"); \ static_assert(sizeof(UBPE_Global_HUD_PromptMsg_Bottom_C) == 0x000030, "Wrong size on UBPE_Global_HUD_PromptMsg_Bottom_C"); \ static_assert(offsetof(UBPE_Global_HUD_PromptMsg_Bottom_C, TutorialBarMsgID) == 0x000028, "Member 'UBPE_Global_HUD_PromptMsg_Bottom_C::TutorialBarMsgID' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_PromptMsg_Bottom_C, DisplayReadTutorial) == 0x000029, "Member 'UBPE_Global_HUD_PromptMsg_Bottom_C::DisplayReadTutorial' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_PromptMsg_Bottom_C, DisplayTime) == 0x00002C, "Member 'UBPE_Global_HUD_PromptMsg_Bottom_C::DisplayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ClueTriangle_AllCollected_C \ static_assert(alignof(UBPE_Global_HUD_ClueTriangle_AllCollected_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ClueTriangle_AllCollected_C"); \ static_assert(sizeof(UBPE_Global_HUD_ClueTriangle_AllCollected_C) == 0x000028, "Wrong size on UBPE_Global_HUD_ClueTriangle_AllCollected_C"); \ #define DUMPER7_ASSERTS_UBPE_Player_OnInventoryItemRemoved_C \ static_assert(alignof(UBPE_Player_OnInventoryItemRemoved_C) == 0x000008, "Wrong alignment on UBPE_Player_OnInventoryItemRemoved_C"); \ static_assert(sizeof(UBPE_Player_OnInventoryItemRemoved_C) == 0x000040, "Wrong size on UBPE_Player_OnInventoryItemRemoved_C"); \ #define DUMPER7_ASSERTS_UBPE_AI_DTM_ToggleStealthHYB_C \ static_assert(alignof(UBPE_AI_DTM_ToggleStealthHYB_C) == 0x000008, "Wrong alignment on UBPE_AI_DTM_ToggleStealthHYB_C"); \ static_assert(sizeof(UBPE_AI_DTM_ToggleStealthHYB_C) == 0x000030, "Wrong size on UBPE_AI_DTM_ToggleStealthHYB_C"); \ static_assert(offsetof(UBPE_AI_DTM_ToggleStealthHYB_C, StealthHYB_Enable) == 0x000028, "Member 'UBPE_AI_DTM_ToggleStealthHYB_C::StealthHYB_Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_StateLocomotion \ static_assert(alignof(FS_StateLocomotion) == 0x000008, "Wrong alignment on FS_StateLocomotion"); \ static_assert(sizeof(FS_StateLocomotion) == 0x000028, "Wrong size on FS_StateLocomotion"); \ static_assert(offsetof(FS_StateLocomotion, Blendspace_3_B13C36A7481C8843C65C0E9F17387F55) == 0x000000, "Member 'FS_StateLocomotion::Blendspace_3_B13C36A7481C8843C65C0E9F17387F55' has a wrong offset!"); \ static_assert(offsetof(FS_StateLocomotion, AlphaCurve_7_609807FF4B4842D93FF3769D2A5C1F10) == 0x000008, "Member 'FS_StateLocomotion::AlphaCurve_7_609807FF4B4842D93FF3769D2A5C1F10' has a wrong offset!"); \ static_assert(offsetof(FS_StateLocomotion, SinkMoveInput_17_AC7FCBA94117D695A70BAE903C820888) == 0x000010, "Member 'FS_StateLocomotion::SinkMoveInput_17_AC7FCBA94117D695A70BAE903C820888' has a wrong offset!"); \ static_assert(offsetof(FS_StateLocomotion, IdleAnim_20_09657FC7473F3467BF407DA12243C6CC) == 0x000018, "Member 'FS_StateLocomotion::IdleAnim_20_09657FC7473F3467BF407DA12243C6CC' has a wrong offset!"); \ static_assert(offsetof(FS_StateLocomotion, Continuing_22_78EF8BED45C465946BE1C2AB1451FAF9) == 0x000020, "Member 'FS_StateLocomotion::Continuing_22_78EF8BED45C465946BE1C2AB1451FAF9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_BaseRemoveInventoryItem_C \ static_assert(alignof(UBPE_BaseRemoveInventoryItem_C) == 0x000008, "Wrong alignment on UBPE_BaseRemoveInventoryItem_C"); \ static_assert(sizeof(UBPE_BaseRemoveInventoryItem_C) == 0x000030, "Wrong size on UBPE_BaseRemoveInventoryItem_C"); \ #define DUMPER7_ASSERTS_UBPE_Gym_LoadingVideoGallery_C \ static_assert(alignof(UBPE_Gym_LoadingVideoGallery_C) == 0x000008, "Wrong alignment on UBPE_Gym_LoadingVideoGallery_C"); \ static_assert(sizeof(UBPE_Gym_LoadingVideoGallery_C) == 0x000030, "Wrong size on UBPE_Gym_LoadingVideoGallery_C"); \ static_assert(offsetof(UBPE_Gym_LoadingVideoGallery_C, Index_0) == 0x000028, "Member 'UBPE_Gym_LoadingVideoGallery_C::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_HoldBreath_C \ static_assert(alignof(UGE_HoldBreath_C) == 0x000008, "Wrong alignment on UGE_HoldBreath_C"); \ static_assert(sizeof(UGE_HoldBreath_C) == 0x000800, "Wrong size on UGE_HoldBreath_C"); \ #define DUMPER7_ASSERTS_UBPE_Depths_WhiteRoomChoice_C \ static_assert(alignof(UBPE_Depths_WhiteRoomChoice_C) == 0x000008, "Wrong alignment on UBPE_Depths_WhiteRoomChoice_C"); \ static_assert(sizeof(UBPE_Depths_WhiteRoomChoice_C) == 0x000030, "Wrong size on UBPE_Depths_WhiteRoomChoice_C"); \ static_assert(offsetof(UBPE_Depths_WhiteRoomChoice_C, TookHeart) == 0x000028, "Member 'UBPE_Depths_WhiteRoomChoice_C::TookHeart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_SprintStatus_C \ static_assert(alignof(UBPE_Player_SprintStatus_C) == 0x000008, "Wrong alignment on UBPE_Player_SprintStatus_C"); \ static_assert(sizeof(UBPE_Player_SprintStatus_C) == 0x000030, "Wrong size on UBPE_Player_SprintStatus_C"); \ static_assert(offsetof(UBPE_Player_SprintStatus_C, SprintActive) == 0x000028, "Member 'UBPE_Player_SprintStatus_C::SprintActive' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_SprintStatus_C, HideSprintBlockIcon) == 0x000029, "Member 'UBPE_Player_SprintStatus_C::HideSprintBlockIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_Toggle_C \ static_assert(alignof(UBPE_Global_HUD_Toggle_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_Toggle_C"); \ static_assert(sizeof(UBPE_Global_HUD_Toggle_C) == 0x000030, "Wrong size on UBPE_Global_HUD_Toggle_C"); \ static_assert(offsetof(UBPE_Global_HUD_Toggle_C, Visible) == 0x000028, "Member 'UBPE_Global_HUD_Toggle_C::Visible' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_OnTextOverlay_C \ static_assert(alignof(UBPE_Global_OnTextOverlay_C) == 0x000008, "Wrong alignment on UBPE_Global_OnTextOverlay_C"); \ static_assert(sizeof(UBPE_Global_OnTextOverlay_C) == 0x000030, "Wrong size on UBPE_Global_OnTextOverlay_C"); \ static_assert(offsetof(UBPE_Global_OnTextOverlay_C, TextOverlayIsOpen) == 0x000028, "Member 'UBPE_Global_OnTextOverlay_C::TextOverlayIsOpen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_GamePaused_C \ static_assert(alignof(UBPE_Global_GamePaused_C) == 0x000008, "Wrong alignment on UBPE_Global_GamePaused_C"); \ static_assert(sizeof(UBPE_Global_GamePaused_C) == 0x000030, "Wrong size on UBPE_Global_GamePaused_C"); \ static_assert(offsetof(UBPE_Global_GamePaused_C, GamePaused) == 0x000028, "Member 'UBPE_Global_GamePaused_C::GamePaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_StopVideo_C \ static_assert(alignof(UBPE_VFX_StopVideo_C) == 0x000008, "Wrong alignment on UBPE_VFX_StopVideo_C"); \ static_assert(sizeof(UBPE_VFX_StopVideo_C) == 0x000030, "Wrong size on UBPE_VFX_StopVideo_C"); \ static_assert(offsetof(UBPE_VFX_StopVideo_C, Stop_Video_Player) == 0x000028, "Member 'UBPE_VFX_StopVideo_C::Stop_Video_Player' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_ActivateControlBusMix_C \ static_assert(alignof(UBPE_A_ActivateControlBusMix_C) == 0x000008, "Wrong alignment on UBPE_A_ActivateControlBusMix_C"); \ static_assert(sizeof(UBPE_A_ActivateControlBusMix_C) == 0x000038, "Wrong size on UBPE_A_ActivateControlBusMix_C"); \ static_assert(offsetof(UBPE_A_ActivateControlBusMix_C, DeactivateControlBusMix) == 0x000028, "Member 'UBPE_A_ActivateControlBusMix_C::DeactivateControlBusMix' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_ActivateControlBusMix_C, ControlBusMix) == 0x000030, "Member 'UBPE_A_ActivateControlBusMix_C::ControlBusMix' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg \ static_assert(alignof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg) == 0x000008, "Wrong alignment on WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg"); \ static_assert(sizeof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg) == 0x000068, "Wrong size on WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, EntryPoint) == 0x000000, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, CallFunc_PlayAnimation_ReturnValue_1) == 0x000010, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, CallFunc_PlayAnimation_ReturnValue_2) == 0x000018, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, CallFunc_PlayAnimation_ReturnValue_3) == 0x000020, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000039, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x00004C, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, K2Node_CreateDelegate_OutputDelegate_2) == 0x000050, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000060, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, CallFunc_AreAnimsPlaying_Result) == 0x000061, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::CallFunc_AreAnimsPlaying_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, CallFunc_Not_PreBool_ReturnValue_1) == 0x000062, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg, CallFunc_Not_PreBool_ReturnValue_2) == 0x000063, "Member 'WBP_AutosaveMsg_C_ExecuteUbergraph_WBP_AutosaveMsg::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_AutosaveMsg_C_AreAnimsPlaying \ static_assert(alignof(WBP_AutosaveMsg_C_AreAnimsPlaying) == 0x000001, "Wrong alignment on WBP_AutosaveMsg_C_AreAnimsPlaying"); \ static_assert(sizeof(WBP_AutosaveMsg_C_AreAnimsPlaying) == 0x000004, "Wrong size on WBP_AutosaveMsg_C_AreAnimsPlaying"); \ static_assert(offsetof(WBP_AutosaveMsg_C_AreAnimsPlaying, Result) == 0x000000, "Member 'WBP_AutosaveMsg_C_AreAnimsPlaying::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_AreAnimsPlaying, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000001, "Member 'WBP_AutosaveMsg_C_AreAnimsPlaying::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_AreAnimsPlaying, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000002, "Member 'WBP_AutosaveMsg_C_AreAnimsPlaying::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_AutosaveMsg_C_AreAnimsPlaying, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'WBP_AutosaveMsg_C_AreAnimsPlaying::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_AutosaveMsg_C \ static_assert(alignof(UWBP_AutosaveMsg_C) == 0x000008, "Wrong alignment on UWBP_AutosaveMsg_C"); \ static_assert(sizeof(UWBP_AutosaveMsg_C) == 0x000298, "Wrong size on UWBP_AutosaveMsg_C"); \ static_assert(offsetof(UWBP_AutosaveMsg_C, UberGraphFrame) == 0x000260, "Member 'UWBP_AutosaveMsg_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_AutosaveMsg_C, SlideIn) == 0x000268, "Member 'UWBP_AutosaveMsg_C::SlideIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_AutosaveMsg_C, FadeOut) == 0x000270, "Member 'UWBP_AutosaveMsg_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_AutosaveMsg_C, PlayLoopable) == 0x000278, "Member 'UWBP_AutosaveMsg_C::PlayLoopable' has a wrong offset!"); \ static_assert(offsetof(UWBP_AutosaveMsg_C, SingleShot) == 0x000280, "Member 'UWBP_AutosaveMsg_C::SingleShot' has a wrong offset!"); \ static_assert(offsetof(UWBP_AutosaveMsg_C, SafeZoneGuide) == 0x000288, "Member 'UWBP_AutosaveMsg_C::SafeZoneGuide' has a wrong offset!"); \ static_assert(offsetof(UWBP_AutosaveMsg_C, InfiniteAnim) == 0x000290, "Member 'UWBP_AutosaveMsg_C::InfiniteAnim' has a wrong offset!"); \ static_assert(offsetof(UWBP_AutosaveMsg_C, CurrInfiniteAnim) == 0x000291, "Member 'UWBP_AutosaveMsg_C::CurrInfiniteAnim' has a wrong offset!"); \ static_assert(offsetof(UWBP_AutosaveMsg_C, StopCurrAnim) == 0x000292, "Member 'UWBP_AutosaveMsg_C::StopCurrAnim' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CA_DeltaTheaterPamphlet_C \ static_assert(alignof(ABP_CA_DeltaTheaterPamphlet_C) == 0x000008, "Wrong alignment on ABP_CA_DeltaTheaterPamphlet_C"); \ static_assert(sizeof(ABP_CA_DeltaTheaterPamphlet_C) == 0x001BF0, "Wrong size on ABP_CA_DeltaTheaterPamphlet_C"); \ #define DUMPER7_ASSERTS_FS_PointDamageInfo \ static_assert(alignof(FS_PointDamageInfo) == 0x000008, "Wrong alignment on FS_PointDamageInfo"); \ static_assert(sizeof(FS_PointDamageInfo) == 0x0000E0, "Wrong size on FS_PointDamageInfo"); \ static_assert(offsetof(FS_PointDamageInfo, DamageAmount_29_265D0CC542B2AE077F0A4797BA600346) == 0x000000, "Member 'FS_PointDamageInfo::DamageAmount_29_265D0CC542B2AE077F0A4797BA600346' has a wrong offset!"); \ static_assert(offsetof(FS_PointDamageInfo, DamageType_5_CBA222404D23EBB421587FA94F8F5630) == 0x000008, "Member 'FS_PointDamageInfo::DamageType_5_CBA222404D23EBB421587FA94F8F5630' has a wrong offset!"); \ static_assert(offsetof(FS_PointDamageInfo, HitLocation_8_4C0F5D6746B3816169E7089913ACD8B2) == 0x000010, "Member 'FS_PointDamageInfo::HitLocation_8_4C0F5D6746B3816169E7089913ACD8B2' has a wrong offset!"); \ static_assert(offsetof(FS_PointDamageInfo, HitNormal_10_0ECFF7244ACC64CABCFF7494359522A5) == 0x00001C, "Member 'FS_PointDamageInfo::HitNormal_10_0ECFF7244ACC64CABCFF7494359522A5' has a wrong offset!"); \ static_assert(offsetof(FS_PointDamageInfo, HitComponent_13_2E39299443C84AF310D6E4AE6FBC1349) == 0x000028, "Member 'FS_PointDamageInfo::HitComponent_13_2E39299443C84AF310D6E4AE6FBC1349' has a wrong offset!"); \ static_assert(offsetof(FS_PointDamageInfo, BoneName_16_E39C9EAF4691F96D9F831B9E701EA651) == 0x000030, "Member 'FS_PointDamageInfo::BoneName_16_E39C9EAF4691F96D9F831B9E701EA651' has a wrong offset!"); \ static_assert(offsetof(FS_PointDamageInfo, ShotFromDirection_19_DF3AD1FC4FDA79ACCABCBE8427FE1723) == 0x000038, "Member 'FS_PointDamageInfo::ShotFromDirection_19_DF3AD1FC4FDA79ACCABCBE8427FE1723' has a wrong offset!"); \ static_assert(offsetof(FS_PointDamageInfo, InstigatedBy_22_6B2AAE3B48C7F828F1738FB13D6373F8) == 0x000048, "Member 'FS_PointDamageInfo::InstigatedBy_22_6B2AAE3B48C7F828F1738FB13D6373F8' has a wrong offset!"); \ static_assert(offsetof(FS_PointDamageInfo, DamageCauser_25_FC9F0B234F8E3BE94927AFA8A120A429) == 0x000050, "Member 'FS_PointDamageInfo::DamageCauser_25_FC9F0B234F8E3BE94927AFA8A120A429' has a wrong offset!"); \ static_assert(offsetof(FS_PointDamageInfo, HitInfo_28_F40DC6AC4B30AC606D1175A6CE20BDE2) == 0x000058, "Member 'FS_PointDamageInfo::HitInfo_28_F40DC6AC4B30AC606D1175A6CE20BDE2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGEPO_PointDamageDataObj_C \ static_assert(alignof(UGEPO_PointDamageDataObj_C) == 0x000008, "Wrong alignment on UGEPO_PointDamageDataObj_C"); \ static_assert(sizeof(UGEPO_PointDamageDataObj_C) == 0x000108, "Wrong size on UGEPO_PointDamageDataObj_C"); \ static_assert(offsetof(UGEPO_PointDamageDataObj_C, PointDamageInfo) == 0x000028, "Member 'UGEPO_PointDamageDataObj_C::PointDamageInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_OS_SetFloatAchievement_C \ static_assert(alignof(UBPE_OS_SetFloatAchievement_C) == 0x000008, "Wrong alignment on UBPE_OS_SetFloatAchievement_C"); \ static_assert(sizeof(UBPE_OS_SetFloatAchievement_C) == 0x000038, "Wrong size on UBPE_OS_SetFloatAchievement_C"); \ static_assert(offsetof(UBPE_OS_SetFloatAchievement_C, Amount) == 0x000028, "Member 'UBPE_OS_SetFloatAchievement_C::Amount' has a wrong offset!"); \ static_assert(offsetof(UBPE_OS_SetFloatAchievement_C, Achievment) == 0x000030, "Member 'UBPE_OS_SetFloatAchievement_C::Achievment' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_EditorUserSettings_C \ static_assert(alignof(UBP_EditorUserSettings_C) == 0x000008, "Wrong alignment on UBP_EditorUserSettings_C"); \ static_assert(sizeof(UBP_EditorUserSettings_C) == 0x000040, "Wrong size on UBP_EditorUserSettings_C"); \ #define DUMPER7_ASSERTS_UBPE_Player_ToggleIK_C \ static_assert(alignof(UBPE_Player_ToggleIK_C) == 0x000008, "Wrong alignment on UBPE_Player_ToggleIK_C"); \ static_assert(sizeof(UBPE_Player_ToggleIK_C) == 0x000030, "Wrong size on UBPE_Player_ToggleIK_C"); \ static_assert(offsetof(UBPE_Player_ToggleIK_C, Enable_) == 0x000028, "Member 'UBPE_Player_ToggleIK_C::Enable_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_BlendFootstep \ static_assert(alignof(FS_BlendFootstep) == 0x000008, "Wrong alignment on FS_BlendFootstep"); \ static_assert(sizeof(FS_BlendFootstep) == 0x000030, "Wrong size on FS_BlendFootstep"); \ static_assert(offsetof(FS_BlendFootstep, NumFootstepsToBlend_2_AE2C15BE4E40EE2225C9EB9481008A18) == 0x000000, "Member 'FS_BlendFootstep::NumFootstepsToBlend_2_AE2C15BE4E40EE2225C9EB9481008A18' has a wrong offset!"); \ static_assert(offsetof(FS_BlendFootstep, BlendWalkSound_5_583CE34F4FCF0DB363A0E3A99A3AD4EE) == 0x000008, "Member 'FS_BlendFootstep::BlendWalkSound_5_583CE34F4FCF0DB363A0E3A99A3AD4EE' has a wrong offset!"); \ static_assert(offsetof(FS_BlendFootstep, BlendSprintSound_7_5BCF08364619880644B214BA508E1CD9) == 0x000010, "Member 'FS_BlendFootstep::BlendSprintSound_7_5BCF08364619880644B214BA508E1CD9' has a wrong offset!"); \ static_assert(offsetof(FS_BlendFootstep, BlendCrouchSound_9_8EF5E5954F22B0069B6DD0BCDE88CA55) == 0x000018, "Member 'FS_BlendFootstep::BlendCrouchSound_9_8EF5E5954F22B0069B6DD0BCDE88CA55' has a wrong offset!"); \ static_assert(offsetof(FS_BlendFootstep, BlendStandingSound_11_13C1468448229D5E906B62A8796CB9B5) == 0x000020, "Member 'FS_BlendFootstep::BlendStandingSound_11_13C1468448229D5E906B62A8796CB9B5' has a wrong offset!"); \ static_assert(offsetof(FS_BlendFootstep, BlendCrouchedSound_13_4075AC8A446EED8FA2D65FAF7A0BE3A3) == 0x000028, "Member 'FS_BlendFootstep::BlendCrouchedSound_13_4075AC8A446EED8FA2D65FAF7A0BE3A3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AKatjasApt_Art_ExteriorRooftop_C \ static_assert(alignof(AKatjasApt_Art_ExteriorRooftop_C) == 0x000008, "Wrong alignment on AKatjasApt_Art_ExteriorRooftop_C"); \ static_assert(sizeof(AKatjasApt_Art_ExteriorRooftop_C) == 0x000238, "Wrong size on AKatjasApt_Art_ExteriorRooftop_C"); \ #define DUMPER7_ASSERTS_UGE_StealthHoldBreath_C \ static_assert(alignof(UGE_StealthHoldBreath_C) == 0x000008, "Wrong alignment on UGE_StealthHoldBreath_C"); \ static_assert(sizeof(UGE_StealthHoldBreath_C) == 0x000800, "Wrong size on UGE_StealthHoldBreath_C"); \ #define DUMPER7_ASSERTS_UGE_HealthRegen_C \ static_assert(alignof(UGE_HealthRegen_C) == 0x000008, "Wrong alignment on UGE_HealthRegen_C"); \ static_assert(sizeof(UGE_HealthRegen_C) == 0x000800, "Wrong size on UGE_HealthRegen_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_EOIResetInteractDistance_C \ static_assert(alignof(UBPE_Global_EOIResetInteractDistance_C) == 0x000008, "Wrong alignment on UBPE_Global_EOIResetInteractDistance_C"); \ static_assert(sizeof(UBPE_Global_EOIResetInteractDistance_C) == 0x000028, "Wrong size on UBPE_Global_EOIResetInteractDistance_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_ToggleActiveBreathingTutorial_C \ static_assert(alignof(UBPE_Global_ToggleActiveBreathingTutorial_C) == 0x000008, "Wrong alignment on UBPE_Global_ToggleActiveBreathingTutorial_C"); \ static_assert(sizeof(UBPE_Global_ToggleActiveBreathingTutorial_C) == 0x000030, "Wrong size on UBPE_Global_ToggleActiveBreathingTutorial_C"); \ static_assert(offsetof(UBPE_Global_ToggleActiveBreathingTutorial_C, Enable) == 0x000028, "Member 'UBPE_Global_ToggleActiveBreathingTutorial_C::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_DisplayPlayingVideos \ static_assert(alignof(BP_VideoManager_C_DisplayPlayingVideos) == 0x000008, "Wrong alignment on BP_VideoManager_C_DisplayPlayingVideos"); \ static_assert(sizeof(BP_VideoManager_C_DisplayPlayingVideos) == 0x000028, "Wrong size on BP_VideoManager_C_DisplayPlayingVideos"); \ static_assert(offsetof(BP_VideoManager_C_DisplayPlayingVideos, Display) == 0x000000, "Member 'BP_VideoManager_C_DisplayPlayingVideos::Display' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_DisplayPlayingVideos, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_VideoManager_C_DisplayPlayingVideos::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_DisplayPlayingVideos, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_VideoManager_C_DisplayPlayingVideos::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_PrintScreenPlayingVideos \ static_assert(alignof(BP_VideoManager_C_PrintScreenPlayingVideos) == 0x000008, "Wrong alignment on BP_VideoManager_C_PrintScreenPlayingVideos"); \ static_assert(sizeof(BP_VideoManager_C_PrintScreenPlayingVideos) == 0x0000C0, "Wrong size on BP_VideoManager_C_PrintScreenPlayingVideos"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, Printed) == 0x000000, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::Printed' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_CanPlay_ReturnValue) == 0x000001, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_CanPlay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_GetUrl_ReturnValue) == 0x000008, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_GetUrl_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_IsPlaying_ReturnValue) == 0x000018, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_BooleanOR_ReturnValue) == 0x000030, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_CanPlay_ReturnValue_1) == 0x000032, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_CanPlay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_CanPlay_ReturnValue_2) == 0x000033, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_CanPlay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_CanPlay_ReturnValue_3) == 0x000034, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_CanPlay_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_GetUrl_ReturnValue_1) == 0x000038, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_GetUrl_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_IsPlaying_ReturnValue_1) == 0x000048, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_BooleanOR_ReturnValue_1) == 0x000060, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_IsValid_ReturnValue_1) == 0x000061, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_GetUrl_ReturnValue_2) == 0x000068, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_GetUrl_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_IsPlaying_ReturnValue_2) == 0x000088, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_BooleanOR_ReturnValue_2) == 0x000089, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_IsValid_ReturnValue_2) == 0x00008A, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_GetUrl_ReturnValue_3) == 0x000090, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_GetUrl_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_IsPlaying_ReturnValue_3) == 0x0000A0, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_IsPlaying_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A8, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_BooleanOR_ReturnValue_3) == 0x0000B8, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PrintScreenPlayingVideos, CallFunc_IsValid_ReturnValue_3) == 0x0000B9, "Member 'BP_VideoManager_C_PrintScreenPlayingVideos::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_VideoTracker \ static_assert(alignof(BP_VideoManager_C_VideoTracker) == 0x000008, "Wrong alignment on BP_VideoManager_C_VideoTracker"); \ static_assert(sizeof(BP_VideoManager_C_VideoTracker) == 0x000590, "Wrong size on BP_VideoManager_C_VideoTracker"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, Enabled) == 0x000000, "Member 'BP_VideoManager_C_VideoTracker::Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, Event) == 0x000008, "Member 'BP_VideoManager_C_VideoTracker::Event' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, Blueprint_Name) == 0x000010, "Member 'BP_VideoManager_C_VideoTracker::Blueprint_Name' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue) == 0x000020, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000038, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_1) == 0x000090, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_2) == 0x0000D0, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000E8, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000128, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000138, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_3) == 0x000148, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_4) == 0x000160, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_3) == 0x000178, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_4) == 0x0001B8, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_GetMovieFilenameFromDT_Found) == 0x0001F8, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_GetMovieFilenameFromDT_Found' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_GetMovieFilenameFromDT_File_Name) == 0x000200, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_GetMovieFilenameFromDT_File_Name' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_GetMovieFilenameFromDT_Found_1) == 0x000210, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_GetMovieFilenameFromDT_Found_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_GetMovieFilenameFromDT_File_Name_1) == 0x000218, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_GetMovieFilenameFromDT_File_Name_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_5) == 0x000228, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_6) == 0x000240, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_5) == 0x000258, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_6) == 0x000298, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_MakeLiteralString_ReturnValue) == 0x0002D8, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x0002E8, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_7) == 0x0002F8, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_8) == 0x000310, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_7) == 0x000328, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_8) == 0x000368, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeArray_Array) == 0x0003A8, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_GetMovieFilenameFromDT_Found_2) == 0x0003B8, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_GetMovieFilenameFromDT_Found_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_GetMovieFilenameFromDT_File_Name_2) == 0x0003C0, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_GetMovieFilenameFromDT_File_Name_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Format_ReturnValue) == 0x0003D0, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_9) == 0x0003E8, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_TextToString_ReturnValue) == 0x000400, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_9) == 0x000410, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_9' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000450, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_MakeLiteralString_ReturnValue_2) == 0x000460, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_MakeLiteralString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_10) == 0x000470, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_StringToText_ReturnValue_11) == 0x000488, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_StringToText_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_10) == 0x0004A0, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_10' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeStruct_FormatArgumentData_11) == 0x0004E0, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeStruct_FormatArgumentData_11' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeArray_Array_1) == 0x000520, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, K2Node_MakeArray_Array_2) == 0x000530, "Member 'BP_VideoManager_C_VideoTracker::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Format_ReturnValue_1) == 0x000540, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Format_ReturnValue_2) == 0x000558, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000570, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_VideoTracker, CallFunc_Conv_TextToString_ReturnValue_2) == 0x000580, "Member 'BP_VideoManager_C_VideoTracker::CallFunc_Conv_TextToString_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_OnVFXResumeVideo \ static_assert(alignof(BP_VideoManager_C_OnVFXResumeVideo) == 0x000008, "Wrong alignment on BP_VideoManager_C_OnVFXResumeVideo"); \ static_assert(sizeof(BP_VideoManager_C_OnVFXResumeVideo) == 0x000028, "Wrong size on BP_VideoManager_C_OnVFXResumeVideo"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXResumeVideo, Sender) == 0x000000, "Member 'BP_VideoManager_C_OnVFXResumeVideo::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXResumeVideo, Event) == 0x000008, "Member 'BP_VideoManager_C_OnVFXResumeVideo::Event' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXResumeVideo, LocVar_VFXResumeVideoEvent) == 0x000010, "Member 'BP_VideoManager_C_OnVFXResumeVideo::LocVar_VFXResumeVideoEvent' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXResumeVideo, K2Node_DynamicCast_AsBPE_VFX_Resume_Video) == 0x000018, "Member 'BP_VideoManager_C_OnVFXResumeVideo::K2Node_DynamicCast_AsBPE_VFX_Resume_Video' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXResumeVideo, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_VideoManager_C_OnVFXResumeVideo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_VideoManager_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_VideoManager_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_VideoManager_C_OnCheckpointLoadFinished) == 0x000010, "Wrong size on BP_VideoManager_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_VideoManager_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_VideoManager_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_VideoManager_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_OnVFXStopVideo \ static_assert(alignof(BP_VideoManager_C_OnVFXStopVideo) == 0x000008, "Wrong alignment on BP_VideoManager_C_OnVFXStopVideo"); \ static_assert(sizeof(BP_VideoManager_C_OnVFXStopVideo) == 0x000078, "Wrong size on BP_VideoManager_C_OnVFXStopVideo"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXStopVideo, Sender) == 0x000000, "Member 'BP_VideoManager_C_OnVFXStopVideo::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXStopVideo, Event) == 0x000008, "Member 'BP_VideoManager_C_OnVFXStopVideo::Event' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXStopVideo, LocVar_VFX_StopVideoEvent) == 0x000010, "Member 'BP_VideoManager_C_OnVFXStopVideo::LocVar_VFX_StopVideoEvent' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXStopVideo, K2Node_DynamicCast_AsBPE_VFX_Stop_Video) == 0x000018, "Member 'BP_VideoManager_C_OnVFXStopVideo::K2Node_DynamicCast_AsBPE_VFX_Stop_Video' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXStopVideo, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_VideoManager_C_OnVFXStopVideo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXStopVideo, K2Node_SwitchEnum_CmpSuccess) == 0x000021, "Member 'BP_VideoManager_C_OnVFXStopVideo::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXStopVideo, CallFunc_GetPathName_ReturnValue) == 0x000028, "Member 'BP_VideoManager_C_OnVFXStopVideo::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXStopVideo, CallFunc_GetPathName_ReturnValue_1) == 0x000038, "Member 'BP_VideoManager_C_OnVFXStopVideo::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXStopVideo, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_VideoManager_C_OnVFXStopVideo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXStopVideo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_VideoManager_C_OnVFXStopVideo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXStopVideo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'BP_VideoManager_C_OnVFXStopVideo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_OnVFXPauseVideo \ static_assert(alignof(BP_VideoManager_C_OnVFXPauseVideo) == 0x000008, "Wrong alignment on BP_VideoManager_C_OnVFXPauseVideo"); \ static_assert(sizeof(BP_VideoManager_C_OnVFXPauseVideo) == 0x000028, "Wrong size on BP_VideoManager_C_OnVFXPauseVideo"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPauseVideo, Sender) == 0x000000, "Member 'BP_VideoManager_C_OnVFXPauseVideo::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPauseVideo, Event) == 0x000008, "Member 'BP_VideoManager_C_OnVFXPauseVideo::Event' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPauseVideo, LocVar_VFXPauseVideoEvent) == 0x000010, "Member 'BP_VideoManager_C_OnVFXPauseVideo::LocVar_VFXPauseVideoEvent' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPauseVideo, K2Node_DynamicCast_AsBPE_VFX_Pause_Video) == 0x000018, "Member 'BP_VideoManager_C_OnVFXPauseVideo::K2Node_DynamicCast_AsBPE_VFX_Pause_Video' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPauseVideo, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_VideoManager_C_OnVFXPauseVideo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_OnVFXPlayVideo \ static_assert(alignof(BP_VideoManager_C_OnVFXPlayVideo) == 0x000008, "Wrong alignment on BP_VideoManager_C_OnVFXPlayVideo"); \ static_assert(sizeof(BP_VideoManager_C_OnVFXPlayVideo) == 0x000088, "Wrong size on BP_VideoManager_C_OnVFXPlayVideo"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPlayVideo, Sender) == 0x000000, "Member 'BP_VideoManager_C_OnVFXPlayVideo::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPlayVideo, Event) == 0x000008, "Member 'BP_VideoManager_C_OnVFXPlayVideo::Event' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPlayVideo, LocVar_VFXPlayVideoEvent) == 0x000010, "Member 'BP_VideoManager_C_OnVFXPlayVideo::LocVar_VFXPlayVideoEvent' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPlayVideo, K2Node_DynamicCast_AsBPE_VFX_Play_Video) == 0x000018, "Member 'BP_VideoManager_C_OnVFXPlayVideo::K2Node_DynamicCast_AsBPE_VFX_Play_Video' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPlayVideo, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_VideoManager_C_OnVFXPlayVideo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPlayVideo, CallFunc_GetPathName_ReturnValue) == 0x000028, "Member 'BP_VideoManager_C_OnVFXPlayVideo::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPlayVideo, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_VideoManager_C_OnVFXPlayVideo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPlayVideo, CallFunc_GetPathName_ReturnValue_1) == 0x000048, "Member 'BP_VideoManager_C_OnVFXPlayVideo::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPlayVideo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_VideoManager_C_OnVFXPlayVideo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPlayVideo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'BP_VideoManager_C_OnVFXPlayVideo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_OnVFXPlayVideo, CallFunc_GetShortenedName_ReturnValue) == 0x000078, "Member 'BP_VideoManager_C_OnVFXPlayVideo::CallFunc_GetShortenedName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_StopVideoTrack \ static_assert(alignof(BP_VideoManager_C_StopVideoTrack) == 0x000008, "Wrong alignment on BP_VideoManager_C_StopVideoTrack"); \ static_assert(sizeof(BP_VideoManager_C_StopVideoTrack) == 0x0000C0, "Wrong size on BP_VideoManager_C_StopVideoTrack"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, Track) == 0x000000, "Member 'BP_VideoManager_C_StopVideoTrack::Track' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, ClearTextures) == 0x000001, "Member 'BP_VideoManager_C_StopVideoTrack::ClearTextures' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, NoSaveDataReset) == 0x000002, "Member 'BP_VideoManager_C_StopVideoTrack::NoSaveDataReset' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, LocVar_MediaTexture) == 0x000008, "Member 'BP_VideoManager_C_StopVideoTrack::LocVar_MediaTexture' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, LocVar_VideoFilename) == 0x000010, "Member 'BP_VideoManager_C_StopVideoTrack::LocVar_VideoFilename' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, LocVar_MediaPlayer) == 0x000020, "Member 'BP_VideoManager_C_StopVideoTrack::LocVar_MediaPlayer' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_Conv_BoolToString_ReturnValue) == 0x000028, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000038, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000048, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_Not_PreBool_ReturnValue) == 0x000058, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_Not_PreBool_ReturnValue_1) == 0x000090, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000098, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000A8, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000B8, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000B9, "Member 'BP_VideoManager_C_StopVideoTrack::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopVideoTrack, K2Node_SwitchEnum_CmpSuccess) == 0x0000BA, "Member 'BP_VideoManager_C_StopVideoTrack::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_ResumeVideoTrack \ static_assert(alignof(BP_VideoManager_C_ResumeVideoTrack) == 0x000008, "Wrong alignment on BP_VideoManager_C_ResumeVideoTrack"); \ static_assert(sizeof(BP_VideoManager_C_ResumeVideoTrack) == 0x000050, "Wrong size on BP_VideoManager_C_ResumeVideoTrack"); \ static_assert(offsetof(BP_VideoManager_C_ResumeVideoTrack, Track) == 0x000000, "Member 'BP_VideoManager_C_ResumeVideoTrack::Track' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeVideoTrack, LocVar_VideoFilename) == 0x000008, "Member 'BP_VideoManager_C_ResumeVideoTrack::LocVar_VideoFilename' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeVideoTrack, LocVar_MediaPlayer) == 0x000018, "Member 'BP_VideoManager_C_ResumeVideoTrack::LocVar_MediaPlayer' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeVideoTrack, CallFunc_ResumeBinkVideo_Playing) == 0x000020, "Member 'BP_VideoManager_C_ResumeVideoTrack::CallFunc_ResumeBinkVideo_Playing' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeVideoTrack, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_VideoManager_C_ResumeVideoTrack::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeVideoTrack, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_VideoManager_C_ResumeVideoTrack::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeVideoTrack, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'BP_VideoManager_C_ResumeVideoTrack::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_PauseVideoTrack \ static_assert(alignof(BP_VideoManager_C_PauseVideoTrack) == 0x000008, "Wrong alignment on BP_VideoManager_C_PauseVideoTrack"); \ static_assert(sizeof(BP_VideoManager_C_PauseVideoTrack) == 0x000050, "Wrong size on BP_VideoManager_C_PauseVideoTrack"); \ static_assert(offsetof(BP_VideoManager_C_PauseVideoTrack, Track) == 0x000000, "Member 'BP_VideoManager_C_PauseVideoTrack::Track' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseVideoTrack, LocVar_VideoFilename) == 0x000008, "Member 'BP_VideoManager_C_PauseVideoTrack::LocVar_VideoFilename' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseVideoTrack, LocVar_MediaPlayer) == 0x000018, "Member 'BP_VideoManager_C_PauseVideoTrack::LocVar_MediaPlayer' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseVideoTrack, CallFunc_PauseBinkVideo_Paused) == 0x000020, "Member 'BP_VideoManager_C_PauseVideoTrack::CallFunc_PauseBinkVideo_Paused' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseVideoTrack, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_VideoManager_C_PauseVideoTrack::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseVideoTrack, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_VideoManager_C_PauseVideoTrack::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseVideoTrack, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'BP_VideoManager_C_PauseVideoTrack::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_PlayVideoTrack \ static_assert(alignof(BP_VideoManager_C_PlayVideoTrack) == 0x000008, "Wrong alignment on BP_VideoManager_C_PlayVideoTrack"); \ static_assert(sizeof(BP_VideoManager_C_PlayVideoTrack) == 0x0000D0, "Wrong size on BP_VideoManager_C_PlayVideoTrack"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, Track) == 0x000000, "Member 'BP_VideoManager_C_PlayVideoTrack::Track' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, VideoFile) == 0x000001, "Member 'BP_VideoManager_C_PlayVideoTrack::VideoFile' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, bFullscreenTrackA) == 0x000002, "Member 'BP_VideoManager_C_PlayVideoTrack::bFullscreenTrackA' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, LocVar_VideoFilename) == 0x000008, "Member 'BP_VideoManager_C_PlayVideoTrack::LocVar_VideoFilename' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, LocVar_MediaPlayer) == 0x000018, "Member 'BP_VideoManager_C_PlayVideoTrack::LocVar_MediaPlayer' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_Conv_BoolToString_ReturnValue) == 0x000020, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000040, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000050, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000088, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000090, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000A0, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_PlayBinkVideo_Open) == 0x0000B0, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_PlayBinkVideo_Open' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_PlayBinkVideo_Playing) == 0x0000B1, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_PlayBinkVideo_Playing' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_PlayBinkVideo_Open_1) == 0x0000B2, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_PlayBinkVideo_Open_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_PlayBinkVideo_Playing_1) == 0x0000B3, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_PlayBinkVideo_Playing_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_GetMovieFilenameFromDT_Found) == 0x0000B4, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_GetMovieFilenameFromDT_Found' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_GetMovieFilenameFromDT_File_Name) == 0x0000B8, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_GetMovieFilenameFromDT_File_Name' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, CallFunc_BooleanAND_ReturnValue) == 0x0000C8, "Member 'BP_VideoManager_C_PlayVideoTrack::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideoTrack, K2Node_SwitchEnum_CmpSuccess) == 0x0000C9, "Member 'BP_VideoManager_C_PlayVideoTrack::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_StopBinkVideo \ static_assert(alignof(BP_VideoManager_C_StopBinkVideo) == 0x000008, "Wrong alignment on BP_VideoManager_C_StopBinkVideo"); \ static_assert(sizeof(BP_VideoManager_C_StopBinkVideo) == 0x000078, "Wrong size on BP_VideoManager_C_StopBinkVideo"); \ static_assert(offsetof(BP_VideoManager_C_StopBinkVideo, Target_Player) == 0x000000, "Member 'BP_VideoManager_C_StopBinkVideo::Target_Player' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopBinkVideo, CallFunc_CanPlay_ReturnValue) == 0x000008, "Member 'BP_VideoManager_C_StopBinkVideo::CallFunc_CanPlay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopBinkVideo, CallFunc_GetUrl_ReturnValue) == 0x000010, "Member 'BP_VideoManager_C_StopBinkVideo::CallFunc_GetUrl_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopBinkVideo, CallFunc_IsEmpty_ReturnValue) == 0x000020, "Member 'BP_VideoManager_C_StopBinkVideo::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopBinkVideo, CallFunc_GetPathName_ReturnValue) == 0x000028, "Member 'BP_VideoManager_C_StopBinkVideo::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopBinkVideo, CallFunc_GetUrl_ReturnValue_1) == 0x000038, "Member 'BP_VideoManager_C_StopBinkVideo::CallFunc_GetUrl_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopBinkVideo, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_VideoManager_C_StopBinkVideo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopBinkVideo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_VideoManager_C_StopBinkVideo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_StopBinkVideo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'BP_VideoManager_C_StopBinkVideo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_PauseBinkVideo \ static_assert(alignof(BP_VideoManager_C_PauseBinkVideo) == 0x000008, "Wrong alignment on BP_VideoManager_C_PauseBinkVideo"); \ static_assert(sizeof(BP_VideoManager_C_PauseBinkVideo) == 0x000060, "Wrong size on BP_VideoManager_C_PauseBinkVideo"); \ static_assert(offsetof(BP_VideoManager_C_PauseBinkVideo, Target_Player) == 0x000000, "Member 'BP_VideoManager_C_PauseBinkVideo::Target_Player' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseBinkVideo, Paused) == 0x000008, "Member 'BP_VideoManager_C_PauseBinkVideo::Paused' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseBinkVideo, CallFunc_Pause_ReturnValue) == 0x000009, "Member 'BP_VideoManager_C_PauseBinkVideo::CallFunc_Pause_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseBinkVideo, CallFunc_IsPlaying_ReturnValue) == 0x00000A, "Member 'BP_VideoManager_C_PauseBinkVideo::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseBinkVideo, CallFunc_GetUrl_ReturnValue) == 0x000010, "Member 'BP_VideoManager_C_PauseBinkVideo::CallFunc_GetUrl_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseBinkVideo, CallFunc_GetPathName_ReturnValue) == 0x000020, "Member 'BP_VideoManager_C_PauseBinkVideo::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseBinkVideo, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_VideoManager_C_PauseBinkVideo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseBinkVideo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_VideoManager_C_PauseBinkVideo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PauseBinkVideo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'BP_VideoManager_C_PauseBinkVideo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_ResumeBinkVideo \ static_assert(alignof(BP_VideoManager_C_ResumeBinkVideo) == 0x000008, "Wrong alignment on BP_VideoManager_C_ResumeBinkVideo"); \ static_assert(sizeof(BP_VideoManager_C_ResumeBinkVideo) == 0x000070, "Wrong size on BP_VideoManager_C_ResumeBinkVideo"); \ static_assert(offsetof(BP_VideoManager_C_ResumeBinkVideo, Target_Player) == 0x000000, "Member 'BP_VideoManager_C_ResumeBinkVideo::Target_Player' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeBinkVideo, Playing) == 0x000008, "Member 'BP_VideoManager_C_ResumeBinkVideo::Playing' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeBinkVideo, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'BP_VideoManager_C_ResumeBinkVideo::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeBinkVideo, CallFunc_Play_ReturnValue) == 0x000020, "Member 'BP_VideoManager_C_ResumeBinkVideo::CallFunc_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeBinkVideo, CallFunc_GetUrl_ReturnValue) == 0x000028, "Member 'BP_VideoManager_C_ResumeBinkVideo::CallFunc_GetUrl_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeBinkVideo, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_VideoManager_C_ResumeBinkVideo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeBinkVideo, CallFunc_IsPaused_ReturnValue) == 0x000048, "Member 'BP_VideoManager_C_ResumeBinkVideo::CallFunc_IsPaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeBinkVideo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_VideoManager_C_ResumeBinkVideo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ResumeBinkVideo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'BP_VideoManager_C_ResumeBinkVideo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_PlayBinkVideo \ static_assert(alignof(BP_VideoManager_C_PlayBinkVideo) == 0x000008, "Wrong alignment on BP_VideoManager_C_PlayBinkVideo"); \ static_assert(sizeof(BP_VideoManager_C_PlayBinkVideo) == 0x0000A0, "Wrong size on BP_VideoManager_C_PlayBinkVideo"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, Video_File_Name) == 0x000000, "Member 'BP_VideoManager_C_PlayBinkVideo::Video_File_Name' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, Target_Player) == 0x000010, "Member 'BP_VideoManager_C_PlayBinkVideo::Target_Player' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, Open) == 0x000018, "Member 'BP_VideoManager_C_PlayBinkVideo::Open' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, Playing) == 0x000019, "Member 'BP_VideoManager_C_PlayBinkVideo::Playing' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_VideoManager_C_PlayBinkVideo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, CallFunc_GetPathName_ReturnValue) == 0x000030, "Member 'BP_VideoManager_C_PlayBinkVideo::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_VideoManager_C_PlayBinkVideo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, CallFunc_Play_ReturnValue) == 0x000050, "Member 'BP_VideoManager_C_PlayBinkVideo::CallFunc_Play_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'BP_VideoManager_C_PlayBinkVideo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000068, "Member 'BP_VideoManager_C_PlayBinkVideo::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, CallFunc_OpenUrl_ReturnValue) == 0x000078, "Member 'BP_VideoManager_C_PlayBinkVideo::CallFunc_OpenUrl_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000080, "Member 'BP_VideoManager_C_PlayBinkVideo::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayBinkVideo, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000090, "Member 'BP_VideoManager_C_PlayBinkVideo::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_PlayVideo \ static_assert(alignof(BP_VideoManager_C_PlayVideo) == 0x000008, "Wrong alignment on BP_VideoManager_C_PlayVideo"); \ static_assert(sizeof(BP_VideoManager_C_PlayVideo) == 0x000050, "Wrong size on BP_VideoManager_C_PlayVideo"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideo, Media_Player) == 0x000000, "Member 'BP_VideoManager_C_PlayVideo::Media_Player' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideo, Media) == 0x000008, "Member 'BP_VideoManager_C_PlayVideo::Media' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideo, Options_Play_On_Open) == 0x000010, "Member 'BP_VideoManager_C_PlayVideo::Options_Play_On_Open' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideo, Options_Loop) == 0x000011, "Member 'BP_VideoManager_C_PlayVideo::Options_Loop' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideo, Return_Value) == 0x000012, "Member 'BP_VideoManager_C_PlayVideo::Return_Value' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideo, K2Node_MakeStruct_MediaPlayerOptions) == 0x000018, "Member 'BP_VideoManager_C_PlayVideo::K2Node_MakeStruct_MediaPlayerOptions' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_PlayVideo, CallFunc_OpenSourceWithOptions_ReturnValue) == 0x000048, "Member 'BP_VideoManager_C_PlayVideo::CallFunc_OpenSourceWithOptions_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_ReceiveEndPlay \ static_assert(alignof(BP_VideoManager_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_VideoManager_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_VideoManager_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_VideoManager_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_VideoManager_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_VideoManager_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_ReceiveTick \ static_assert(alignof(BP_VideoManager_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_VideoManager_C_ReceiveTick"); \ static_assert(sizeof(BP_VideoManager_C_ReceiveTick) == 0x000004, "Wrong size on BP_VideoManager_C_ReceiveTick"); \ static_assert(offsetof(BP_VideoManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_VideoManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager \ static_assert(alignof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager) == 0x000008, "Wrong alignment on BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager"); \ static_assert(sizeof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager) == 0x000080, "Wrong size on BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager"); \ static_assert(offsetof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager, EntryPoint) == 0x000000, "Member 'BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager, K2Node_Event_EndPlayReason) == 0x000014, "Member 'BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000018, "Member 'BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager, K2Node_EOCreateEvent_OutputDelegate_2) == 0x00004C, "Member 'BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager, K2Node_EOCreateEvent_OutputDelegate_3) == 0x00005C, "Member 'BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager, K2Node_EOCreateEvent_OutputDelegate_4) == 0x00006C, "Member 'BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager, K2Node_Event_DeltaSeconds) == 0x00007C, "Member 'BP_VideoManager_C_ExecuteUbergraph_BP_VideoManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_VideoManager_C \ static_assert(alignof(ABP_VideoManager_C) == 0x000008, "Wrong alignment on ABP_VideoManager_C"); \ static_assert(sizeof(ABP_VideoManager_C) == 0x0002D8, "Wrong size on ABP_VideoManager_C"); \ static_assert(offsetof(ABP_VideoManager_C, UberGraphFrame) == 0x000230, "Member 'ABP_VideoManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, Cube_C) == 0x000238, "Member 'ABP_VideoManager_C::Cube_C' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, Cube_A) == 0x000240, "Member 'ABP_VideoManager_C::Cube_A' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, Cube_B) == 0x000248, "Member 'ABP_VideoManager_C::Cube_B' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, DebugRoot) == 0x000250, "Member 'ABP_VideoManager_C::DebugRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, TextRender2) == 0x000258, "Member 'ABP_VideoManager_C::TextRender2' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, TextRender1) == 0x000260, "Member 'ABP_VideoManager_C::TextRender1' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, TextRender) == 0x000268, "Member 'ABP_VideoManager_C::TextRender' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, DefaultSceneRoot) == 0x000270, "Member 'ABP_VideoManager_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, Loop_Enabled) == 0x000278, "Member 'ABP_VideoManager_C::Loop_Enabled' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, Loop_Disabled) == 0x000279, "Member 'ABP_VideoManager_C::Loop_Disabled' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, BinkPlayer_A) == 0x000280, "Member 'ABP_VideoManager_C::BinkPlayer_A' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, Debug) == 0x000288, "Member 'ABP_VideoManager_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, Video_A) == 0x000289, "Member 'ABP_VideoManager_C::Video_A' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, BinkPlayer_A_Fullscreen) == 0x000290, "Member 'ABP_VideoManager_C::BinkPlayer_A_Fullscreen' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, BinkPlayer_B) == 0x000298, "Member 'ABP_VideoManager_C::BinkPlayer_B' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, BinkPlayer_C) == 0x0002A0, "Member 'ABP_VideoManager_C::BinkPlayer_C' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, Track_A_Fullscreen) == 0x0002A8, "Member 'ABP_VideoManager_C::Track_A_Fullscreen' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, Video_B) == 0x0002A9, "Member 'ABP_VideoManager_C::Video_B' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, Video_C) == 0x0002AA, "Member 'ABP_VideoManager_C::Video_C' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, BinkTexture_A) == 0x0002B0, "Member 'ABP_VideoManager_C::BinkTexture_A' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, BinkTexture_A_Fullscreen) == 0x0002B8, "Member 'ABP_VideoManager_C::BinkTexture_A_Fullscreen' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, BinkTexture_B) == 0x0002C0, "Member 'ABP_VideoManager_C::BinkTexture_B' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, BinkTexture_C) == 0x0002C8, "Member 'ABP_VideoManager_C::BinkTexture_C' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, CurrentTrack_A_Video) == 0x0002D0, "Member 'ABP_VideoManager_C::CurrentTrack_A_Video' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, CurrentTrack_A_FullScreen) == 0x0002D1, "Member 'ABP_VideoManager_C::CurrentTrack_A_FullScreen' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, CurrentTrack_B_Video) == 0x0002D2, "Member 'ABP_VideoManager_C::CurrentTrack_B_Video' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoManager_C, CurrentTrack_C_Video) == 0x0002D3, "Member 'ABP_VideoManager_C::CurrentTrack_C_Video' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ActiveBreathingWindowEnd_C \ static_assert(alignof(UBPE_Global_HUD_ActiveBreathingWindowEnd_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ActiveBreathingWindowEnd_C"); \ static_assert(sizeof(UBPE_Global_HUD_ActiveBreathingWindowEnd_C) == 0x000038, "Wrong size on UBPE_Global_HUD_ActiveBreathingWindowEnd_C"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingWindowEnd_C, Duration) == 0x000028, "Member 'UBPE_Global_HUD_ActiveBreathingWindowEnd_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingWindowEnd_C, TimeWindowStart) == 0x00002C, "Member 'UBPE_Global_HUD_ActiveBreathingWindowEnd_C::TimeWindowStart' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingWindowEnd_C, TimeWindowEnd) == 0x000030, "Member 'UBPE_Global_HUD_ActiveBreathingWindowEnd_C::TimeWindowEnd' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingWindowEnd_C, TimeDilation) == 0x000034, "Member 'UBPE_Global_HUD_ActiveBreathingWindowEnd_C::TimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_NewGame_C \ static_assert(alignof(UBPE_Global_NewGame_C) == 0x000008, "Wrong alignment on UBPE_Global_NewGame_C"); \ static_assert(sizeof(UBPE_Global_NewGame_C) == 0x000028, "Wrong size on UBPE_Global_NewGame_C"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent \ static_assert(alignof(BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent) == 0x000048, "Wrong size on BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent, EntryPoint) == 0x000000, "Member 'BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent, CallFunc_DoesImplementInterface_ReturnValue) == 0x000010, "Member 'BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent, CallFunc_GetOwner_ReturnValue_1) == 0x000018, "Member 'BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent, Temp_bool_Variable) == 0x000020, "Member 'BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent, K2Node_DynamicCast_AsBPI_Footstep_Source) == 0x000028, "Member 'BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent::K2Node_DynamicCast_AsBPI_Footstep_Source' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent, CallFunc_GetFootstepOverrideType_Result) == 0x000040, "Member 'BP_FootstepTraceComponent_C_ExecuteUbergraph_BP_FootstepTraceComponent::CallFunc_GetFootstepOverrideType_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_OnMultiTracedEvent \ static_assert(alignof(BP_FootstepTraceComponent_C_OnMultiTracedEvent) == 0x000010, "Wrong alignment on BP_FootstepTraceComponent_C_OnMultiTracedEvent"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_OnMultiTracedEvent) == 0x000660, "Wrong size on BP_FootstepTraceComponent_C_OnMultiTracedEvent"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, EventName) == 0x000000, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::EventName' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, HitResult) == 0x000008, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, Instigator) == 0x000018, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, UserIntData) == 0x000020, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::UserIntData' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CurrTraceHR_HitActor) == 0x000028, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CurrTraceHR_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CurrTraceHR_PhysMat) == 0x000030, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CurrTraceHR_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CurrTraceHR_Location) == 0x000038, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CurrTraceHR_Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CurrTraceHR_Time) == 0x000044, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CurrTraceHR_Time' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CurrTraceHR_InitialOverlap) == 0x000048, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CurrTraceHR_InitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CurrTraceHR_BlockingHit) == 0x000049, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CurrTraceHR_BlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CurrTraceHR) == 0x00004C, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CurrTraceHR' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CurrentHighestPriority) == 0x0000D4, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CurrentHighestPriority' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, BlockingPhysMaterial) == 0x0000D8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::BlockingPhysMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CurrentLowestBlockingTime) == 0x0000E0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CurrentLowestBlockingTime' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, OverrideSurfaceNoise) == 0x0000E4, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::OverrideSurfaceNoise' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, SurfaceFootstepVolume) == 0x0000E8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::SurfaceFootstepVolume' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, BlockingHitLocation) == 0x0000EC, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::BlockingHitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, BlockingHasPhysMaterial) == 0x0000F8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::BlockingHasPhysMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, BlockingPhysSurface) == 0x000100, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::BlockingPhysSurface' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, PreventBlockingSound) == 0x000101, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::PreventBlockingSound' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, OverlappingResults) == 0x000108, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::OverlappingResults' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, BlockingHitResult) == 0x000118, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::BlockingHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, Temp_int_Loop_Counter_Variable) == 0x0001A0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Add_IntInt_ReturnValue) == 0x0001A4, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, Temp_int_Array_Index_Variable) == 0x0001A8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, Temp_int_Array_Index_Variable_1) == 0x0001AC, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001B0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0001B1, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BooleanOR_ReturnValue) == 0x0001B2, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_AsBPI_Footstep_Source) == 0x0001B8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_AsBPI_Footstep_Source' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_bSuccess) == 0x0001C8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Array_Get_Item) == 0x0001CC, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_GetFootstepRightTransform_RightTransform) == 0x000260, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_GetFootstepRightTransform_RightTransform' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Array_Length_ReturnValue) == 0x000290, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Less_IntInt_ReturnValue) == 0x000294, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000295, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_AsBPI_Footstep_Source_1) == 0x000298, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_AsBPI_Footstep_Source_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_bSuccess_1) == 0x0002A8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_bBlockingHit) == 0x0002A9, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_bInitialOverlap) == 0x0002AA, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Time) == 0x0002AC, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Distance) == 0x0002B0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Location) == 0x0002B4, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_ImpactPoint) == 0x0002C0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Normal) == 0x0002CC, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_ImpactNormal) == 0x0002D8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_PhysMat) == 0x0002E8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitActor) == 0x0002F0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitComponent) == 0x0002F8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitBoneName) == 0x000300, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitItem) == 0x000308, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_ElementIndex) == 0x00030C, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_FaceIndex) == 0x000310, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_TraceStart) == 0x000314, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_TraceEnd) == 0x000320, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_GetFootstepLeftTransform_LeftTransform) == 0x000330, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_GetFootstepLeftTransform_LeftTransform' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_GetDisplayName_ReturnValue) == 0x000360, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_GetDisplayName_ReturnValue_1) == 0x000370, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000380, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000390, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0003A0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BooleanAND_ReturnValue) == 0x0003B0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BooleanAND_ReturnValue_1) == 0x0003B1, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, Temp_bool_Variable) == 0x0003B2, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_Select_Default) == 0x0003C0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Not_PreBool_ReturnValue) == 0x0003F0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_GetSurfaceType_ReturnValue) == 0x0003F1, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_GetSurfaceType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_AsEOExtended_Physical_Material) == 0x0003F8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_AsEOExtended_Physical_Material' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_bSuccess_2) == 0x000400, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_AsEOFootstep_Overlapper) == 0x000408, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_AsEOFootstep_Overlapper' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_bSuccess_3) == 0x000418, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_DoesImplementInterface_ReturnValue) == 0x000419, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_GetFootstepOverlapPriority_ReturnValue) == 0x00041C, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_GetFootstepOverlapPriority_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Greater_IntInt_ReturnValue) == 0x000420, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Less_FloatFloat_ReturnValue) == 0x000421, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_bBlockingHit_1) == 0x000422, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x000423, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Time_1) == 0x000424, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Distance_1) == 0x000428, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Location_1) == 0x00042C, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000438, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Normal_1) == 0x000444, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_ImpactNormal_1) == 0x000450, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_PhysMat_1) == 0x000460, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitActor_1) == 0x000468, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitComponent_1) == 0x000470, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitBoneName_1) == 0x000478, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitItem_1) == 0x000480, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_ElementIndex_1) == 0x000484, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_FaceIndex_1) == 0x000488, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_TraceStart_1) == 0x00048C, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_TraceEnd_1) == 0x000498, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Not_PreBool_ReturnValue_1) == 0x0004A4, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Not_PreBool_ReturnValue_2) == 0x0004A5, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Array_Get_Item_1) == 0x0004A8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Array_Length_ReturnValue_1) == 0x000530, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_bBlockingHit_2) == 0x000534, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_bBlockingHit_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_bInitialOverlap_2) == 0x000535, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_bInitialOverlap_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Time_2) == 0x000538, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Time_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Distance_2) == 0x00053C, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Distance_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Location_2) == 0x000540, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Location_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_ImpactPoint_2) == 0x00054C, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_ImpactPoint_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_Normal_2) == 0x000558, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_Normal_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_ImpactNormal_2) == 0x000564, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_ImpactNormal_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_PhysMat_2) == 0x000570, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_PhysMat_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitActor_2) == 0x000578, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitComponent_2) == 0x000580, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitBoneName_2) == 0x000588, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitBoneName_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_HitItem_2) == 0x000590, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_HitItem_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_ElementIndex_2) == 0x000594, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_ElementIndex_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_FaceIndex_2) == 0x000598, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_FaceIndex_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_TraceStart_2) == 0x00059C, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_TraceStart_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BreakHitResult_TraceEnd_2) == 0x0005A8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BreakHitResult_TraceEnd_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_AsEOFootstep_Overlapper_1) == 0x0005B8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_AsEOFootstep_Overlapper_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_bSuccess_4) == 0x0005C8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Array_Add_ReturnValue) == 0x0005CC, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_GetFootstepOverlapPriority_ReturnValue_1) == 0x0005D0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_GetFootstepOverlapPriority_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_AsEOFootstep_Overlapper_2) == 0x0005D8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_AsEOFootstep_Overlapper_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_bSuccess_5) == 0x0005E8, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_OverrideFootstepNoise_ReturnValue) == 0x0005E9, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_OverrideFootstepNoise_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0005EA, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_AsEOFootstep_Overlapper_3) == 0x0005F0, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_AsEOFootstep_Overlapper_3' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_bSuccess_6) == 0x000600, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_AsEOFootstep_Overlapper_4) == 0x000608, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_AsEOFootstep_Overlapper_4' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_bSuccess_7) == 0x000618, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_FootstepSurfaceSoundVolumeAdditive_ReturnValue) == 0x00061C, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_FootstepSurfaceSoundVolumeAdditive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_BlockFootstepSound_ReturnValue) == 0x000620, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_BlockFootstepSound_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Add_FloatFloat_ReturnValue) == 0x000624, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_AsEOFootstep_Overlapper_5) == 0x000628, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_AsEOFootstep_Overlapper_5' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_bSuccess_8) == 0x000638, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, Temp_int_Loop_Counter_Variable_1) == 0x00063C, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_AsBPI_Footstep_Source_2) == 0x000640, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_AsBPI_Footstep_Source_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, K2Node_DynamicCast_bSuccess_9) == 0x000650, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_GetFootstepType_FootstepType) == 0x000651, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_GetFootstepType_FootstepType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Less_IntInt_ReturnValue_1) == 0x000652, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnMultiTracedEvent, CallFunc_Add_IntInt_ReturnValue_1) == 0x000654, "Member 'BP_FootstepTraceComponent_C_OnMultiTracedEvent::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_HandleBlockingHit \ static_assert(alignof(BP_FootstepTraceComponent_C_HandleBlockingHit) == 0x000010, "Wrong alignment on BP_FootstepTraceComponent_C_HandleBlockingHit"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_HandleBlockingHit) == 0x000160, "Wrong size on BP_FootstepTraceComponent_C_HandleBlockingHit"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, PhysicalMaterial) == 0x000000, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, PhysMaterialObject) == 0x000008, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::PhysMaterialObject' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Location) == 0x000010, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, BlockingHitVolume) == 0x00001C, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::BlockingHitVolume' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, EmitNoise) == 0x000020, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::EmitNoise' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Instigator) == 0x000028, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, UserIntData) == 0x000030, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::UserIntData' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Loc_NoiseTypeResult) == 0x000034, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Loc_NoiseTypeResult' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Loc_CalcSprintLoudnessMultiplier) == 0x000038, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Loc_CalcSprintLoudnessMultiplier' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Loc_NoiseEventLoudness) == 0x00003C, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Loc_NoiseEventLoudness' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Loc_FootstepResult) == 0x000040, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Loc_FootstepResult' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Loc_ExtendedMaterial) == 0x000068, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Loc_ExtendedMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Loc_MoveSpeed) == 0x000070, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Loc_MoveSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_GetEnumeratorName_ReturnValue) == 0x000074, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_GetEnumeratorName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Temp_int_Array_Index_Variable) == 0x000084, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_GetFootStepResult_Result) == 0x000088, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_GetFootStepResult_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_GetFootStepResult_NoiseLoudness) == 0x0000B0, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_GetFootStepResult_NoiseLoudness' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_GetFootStepResult_NoiseType) == 0x0000B4, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_GetFootStepResult_NoiseType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Temp_int_Loop_Counter_Variable_1) == 0x0000B8, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000BC, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000C0, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_Array_Length_ReturnValue) == 0x0000C4, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_Less_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_GetVelocity_ReturnValue) == 0x0000CC, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, Temp_int_Array_Index_Variable_1) == 0x0000D8, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_IsValid_ReturnValue) == 0x0000E8, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_IsValid_ReturnValue_1) == 0x0000E9, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_IsValid_ReturnValue_2) == 0x0000EA, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_Array_Get_Item_1) == 0x0000F0, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_Array_Length_ReturnValue_1) == 0x000100, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_Less_IntInt_ReturnValue_1) == 0x000104, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_Array_Length_ReturnValue_2) == 0x000108, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00010C, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000110, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_GetTransform_ReturnValue) == 0x000120, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_InverseTransformDirection_ReturnValue) == 0x000150, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_InverseTransformDirection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleBlockingHit, CallFunc_VSizeXY_ReturnValue) == 0x00015C, "Member 'BP_FootstepTraceComponent_C_HandleBlockingHit::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_HandleFootprints \ static_assert(alignof(BP_FootstepTraceComponent_C_HandleFootprints) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_HandleFootprints"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_HandleFootprints) == 0x0000F0, "Wrong size on BP_FootstepTraceComponent_C_HandleFootprints"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, PhysicalMaterial) == 0x000000, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, PhysMaterialObject) == 0x000008, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::PhysMaterialObject' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, Location) == 0x000010, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, Instigator) == 0x000020, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::Instigator' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, UserIntData) == 0x000028, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::UserIntData' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, RotationOffset) == 0x00002C, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::RotationOffset' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, FootprintRotation) == 0x000038, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::FootprintRotation' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, FootprintLocation) == 0x000044, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::FootprintLocation' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, FootprintActor) == 0x000050, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::FootprintActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, FootprintResult) == 0x000058, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::FootprintResult' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, ShouldFlip) == 0x0000A0, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::ShouldFlip' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, NoiseEventLoudness) == 0x0000A4, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::NoiseEventLoudness' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, FootstepResult) == 0x0000A8, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::FootstepResult' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, ExtendedMaterial) == 0x0000D0, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::ExtendedMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, MoveSpeed) == 0x0000D8, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::MoveSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootprints, FeedbackForStep) == 0x0000E0, "Member 'BP_FootstepTraceComponent_C_HandleFootprints::FeedbackForStep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_GetFootprintActorFromPool \ static_assert(alignof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool) == 0x000010, "Wrong alignment on BP_FootstepTraceComponent_C_GetFootprintActorFromPool"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool) == 0x000150, "Wrong size on BP_FootstepTraceComponent_C_GetFootprintActorFromPool"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, InLocation) == 0x000000, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::InLocation' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, InRotation) == 0x00000C, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::InRotation' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, Result) == 0x000018, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, LocTransform) == 0x000020, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::LocTransform' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, LocResult) == 0x000050, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::LocResult' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, LocIndex) == 0x000058, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::LocIndex' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, CallFunc_MakeTransform_ReturnValue) == 0x000060, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000090, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000118, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, CallFunc_Array_Length_ReturnValue) == 0x00011C, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000120, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, CallFunc_Greater_IntInt_ReturnValue) == 0x000128, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, CallFunc_FinishSpawningActor_ReturnValue) == 0x000130, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, CallFunc_Array_Get_Item) == 0x000138, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, CallFunc_Array_Length_ReturnValue_1) == 0x000140, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootprintActorFromPool, CallFunc_Subtract_IntInt_ReturnValue) == 0x000144, "Member 'BP_FootstepTraceComponent_C_GetFootprintActorFromPool::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_ReturnFootprintActorToPool \ static_assert(alignof(BP_FootstepTraceComponent_C_ReturnFootprintActorToPool) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_ReturnFootprintActorToPool"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_ReturnFootprintActorToPool) == 0x000010, "Wrong size on BP_FootstepTraceComponent_C_ReturnFootprintActorToPool"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ReturnFootprintActorToPool, ActorToReturn) == 0x000000, "Member 'BP_FootstepTraceComponent_C_ReturnFootprintActorToPool::ActorToReturn' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ReturnFootprintActorToPool, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_FootstepTraceComponent_C_ReturnFootprintActorToPool::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_ReturnFootprintActorToPool, CallFunc_Array_AddUnique_ReturnValue) == 0x00000C, "Member 'BP_FootstepTraceComponent_C_ReturnFootprintActorToPool::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_OnFootprintEnded \ static_assert(alignof(BP_FootstepTraceComponent_C_OnFootprintEnded) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_OnFootprintEnded"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_OnFootprintEnded) == 0x000018, "Wrong size on BP_FootstepTraceComponent_C_OnFootprintEnded"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnFootprintEnded, FootprintActor) == 0x000000, "Member 'BP_FootstepTraceComponent_C_OnFootprintEnded::FootprintActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnFootprintEnded, K2Node_DynamicCast_AsBP_PHFootprint_Actor) == 0x000008, "Member 'BP_FootstepTraceComponent_C_OnFootprintEnded::K2Node_DynamicCast_AsBP_PHFootprint_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_OnFootprintEnded, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_FootstepTraceComponent_C_OnFootprintEnded::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_PlayDefaultSound \ static_assert(alignof(BP_FootstepTraceComponent_C_PlayDefaultSound) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_PlayDefaultSound"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_PlayDefaultSound) == 0x000068, "Wrong size on BP_FootstepTraceComponent_C_PlayDefaultSound"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, E_Footstep_Type) == 0x000000, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::E_Footstep_Type' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, MoveSpeed) == 0x000004, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::MoveSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, Location) == 0x000008, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, DefaultSecondarySoundToPlay) == 0x000018, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::DefaultSecondarySoundToPlay' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, DefaultSoundToPlay) == 0x000020, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::DefaultSoundToPlay' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x00002A, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, K2Node_SwitchEnum_CmpSuccess) == 0x00002B, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, K2Node_DynamicCast_AsEO_Camera_Owner_Interface) == 0x000038, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::K2Node_DynamicCast_AsEO_Camera_Owner_Interface' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, CallFunc_GetCurrentCameraLocation_ReturnValue) == 0x00004C, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::CallFunc_GetCurrentCameraLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, CallFunc_DoesImplementInterface_ReturnValue) == 0x000058, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_PlayDefaultSound, Temp_struct_Variable) == 0x00005C, "Member 'BP_FootstepTraceComponent_C_PlayDefaultSound::Temp_struct_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_SetFootstepBlend \ static_assert(alignof(BP_FootstepTraceComponent_C_SetFootstepBlend) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_SetFootstepBlend"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_SetFootstepBlend) == 0x000030, "Wrong size on BP_FootstepTraceComponent_C_SetFootstepBlend"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_SetFootstepBlend, S_FootstepBlend_Params) == 0x000000, "Member 'BP_FootstepTraceComponent_C_SetFootstepBlend::S_FootstepBlend_Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_HandleFootstepBlend \ static_assert(alignof(BP_FootstepTraceComponent_C_HandleFootstepBlend) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_HandleFootstepBlend"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_HandleFootstepBlend) == 0x000070, "Wrong size on BP_FootstepTraceComponent_C_HandleFootstepBlend"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, Location) == 0x000000, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, BlendFootstepVolume) == 0x00000C, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::BlendFootstepVolume' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, Temp_object_Variable) == 0x000010, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, Temp_int_Variable) == 0x000018, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00001C, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000020, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, Temp_object_Variable_1) == 0x000028, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, CallFunc_FClamp_ReturnValue) == 0x000034, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, Temp_byte_Variable) == 0x000038, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, K2Node_DynamicCast_AsBPI_Footstep_Source) == 0x000040, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::K2Node_DynamicCast_AsBPI_Footstep_Source' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, CallFunc_Subtract_IntInt_ReturnValue) == 0x000054, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, CallFunc_GetFootstepType_FootstepType) == 0x000058, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::CallFunc_GetFootstepType_FootstepType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, K2Node_Select_Default) == 0x000060, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, CallFunc_Greater_IntInt_ReturnValue) == 0x000068, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_HandleFootstepBlend, CallFunc_IsValid_ReturnValue) == 0x000069, "Member 'BP_FootstepTraceComponent_C_HandleFootstepBlend::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_DoPlayAdditionalSounds \ static_assert(alignof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_DoPlayAdditionalSounds"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds) == 0x000090, "Wrong size on BP_FootstepTraceComponent_C_DoPlayAdditionalSounds"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, Location) == 0x000000, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, Temp_bool_Variable) == 0x000018, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_GetAdditionalAudioFromType_Result) == 0x000020, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_GetAdditionalAudioFromType_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, K2Node_Select_Default) == 0x000068, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_BreakVector_X) == 0x000074, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_BreakVector_Y) == 0x000078, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_BreakVector_Z) == 0x00007C, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_Add_FloatFloat_ReturnValue) == 0x000080, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_DoPlayAdditionalSounds, CallFunc_MakeVector_ReturnValue) == 0x000084, "Member 'BP_FootstepTraceComponent_C_DoPlayAdditionalSounds::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_IsDisabled \ static_assert(alignof(BP_FootstepTraceComponent_C_IsDisabled) == 0x000001, "Wrong alignment on BP_FootstepTraceComponent_C_IsDisabled"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_IsDisabled) == 0x000001, "Wrong size on BP_FootstepTraceComponent_C_IsDisabled"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_IsDisabled, Result) == 0x000000, "Member 'BP_FootstepTraceComponent_C_IsDisabled::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_GetAdditionalAudioFromType \ static_assert(alignof(BP_FootstepTraceComponent_C_GetAdditionalAudioFromType) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_GetAdditionalAudioFromType"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_GetAdditionalAudioFromType) == 0x000030, "Wrong size on BP_FootstepTraceComponent_C_GetAdditionalAudioFromType"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetAdditionalAudioFromType, ForFootStepType) == 0x000000, "Member 'BP_FootstepTraceComponent_C_GetAdditionalAudioFromType::ForFootStepType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetAdditionalAudioFromType, Result) == 0x000008, "Member 'BP_FootstepTraceComponent_C_GetAdditionalAudioFromType::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetAdditionalAudioFromType, Loc_Result) == 0x000018, "Member 'BP_FootstepTraceComponent_C_GetAdditionalAudioFromType::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetAdditionalAudioFromType, K2Node_SwitchEnum_CmpSuccess) == 0x000028, "Member 'BP_FootstepTraceComponent_C_GetAdditionalAudioFromType::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_GetFootstepResult \ static_assert(alignof(BP_FootstepTraceComponent_C_GetFootstepResult) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_GetFootstepResult"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_GetFootstepResult) == 0x000130, "Wrong size on BP_FootstepTraceComponent_C_GetFootstepResult"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, ForStepType) == 0x000000, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::ForStepType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, FromExtendedMaterial) == 0x000008, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::FromExtendedMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, ForOverrideType) == 0x000010, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::ForOverrideType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, ForMoveSpeed) == 0x000018, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::ForMoveSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, Result) == 0x000020, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, NoiseLoudness) == 0x000048, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::NoiseLoudness' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, NoiseType) == 0x00004C, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::NoiseType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, Loc_SprintNoiseType) == 0x00004D, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::Loc_SprintNoiseType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00004E, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, Temp_byte_Variable) == 0x00004F, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, Temp_bool_Variable) == 0x000050, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, K2Node_Select_Default) == 0x000051, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, CallFunc_GetHeavyLandingFootStepResult_Result) == 0x000058, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::CallFunc_GetHeavyLandingFootStepResult_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, CallFunc_GetLightLandingFootStepResult_Result) == 0x000080, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::CallFunc_GetLightLandingFootStepResult_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, CallFunc_GetCrouchFootStepResult_Result) == 0x0000A8, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::CallFunc_GetCrouchFootStepResult_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, CallFunc_GetSprintFootStepResult_Result) == 0x0000D0, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::CallFunc_GetSprintFootStepResult_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, CallFunc_GetSprintFootStepResult_SprintLoudnessResult) == 0x0000F8, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::CallFunc_GetSprintFootStepResult_SprintLoudnessResult' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, CallFunc_GetWalkFootStepResult_Result) == 0x000100, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::CallFunc_GetWalkFootStepResult_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetFootstepResult, K2Node_SwitchEnum_CmpSuccess) == 0x000128, "Member 'BP_FootstepTraceComponent_C_GetFootstepResult::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_GetWalkFootStepResult \ static_assert(alignof(BP_FootstepTraceComponent_C_GetWalkFootStepResult) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_GetWalkFootStepResult"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_GetWalkFootStepResult) == 0x000090, "Wrong size on BP_FootstepTraceComponent_C_GetWalkFootStepResult"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetWalkFootStepResult, FromExtendedMaterial) == 0x000000, "Member 'BP_FootstepTraceComponent_C_GetWalkFootStepResult::FromExtendedMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetWalkFootStepResult, ForOverrideType) == 0x000008, "Member 'BP_FootstepTraceComponent_C_GetWalkFootStepResult::ForOverrideType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetWalkFootStepResult, ForMoveSpeed) == 0x000010, "Member 'BP_FootstepTraceComponent_C_GetWalkFootStepResult::ForMoveSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetWalkFootStepResult, Result) == 0x000018, "Member 'BP_FootstepTraceComponent_C_GetWalkFootStepResult::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetWalkFootStepResult, Loc_Result) == 0x000040, "Member 'BP_FootstepTraceComponent_C_GetWalkFootStepResult::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetWalkFootStepResult, CallFunc_GetFootstepResult_ReturnValue) == 0x000068, "Member 'BP_FootstepTraceComponent_C_GetWalkFootStepResult::CallFunc_GetFootstepResult_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_GetSprintFootStepResult \ static_assert(alignof(BP_FootstepTraceComponent_C_GetSprintFootStepResult) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_GetSprintFootStepResult"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_GetSprintFootStepResult) == 0x000098, "Wrong size on BP_FootstepTraceComponent_C_GetSprintFootStepResult"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetSprintFootStepResult, FromExtendedMaterial) == 0x000000, "Member 'BP_FootstepTraceComponent_C_GetSprintFootStepResult::FromExtendedMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetSprintFootStepResult, ForOverrideType) == 0x000008, "Member 'BP_FootstepTraceComponent_C_GetSprintFootStepResult::ForOverrideType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetSprintFootStepResult, ForMoveSpeed) == 0x000010, "Member 'BP_FootstepTraceComponent_C_GetSprintFootStepResult::ForMoveSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetSprintFootStepResult, Result) == 0x000018, "Member 'BP_FootstepTraceComponent_C_GetSprintFootStepResult::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetSprintFootStepResult, SprintLoudnessResult) == 0x000040, "Member 'BP_FootstepTraceComponent_C_GetSprintFootStepResult::SprintLoudnessResult' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetSprintFootStepResult, Loc_Result) == 0x000048, "Member 'BP_FootstepTraceComponent_C_GetSprintFootStepResult::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetSprintFootStepResult, CallFunc_GetFootstepResult_ReturnValue) == 0x000070, "Member 'BP_FootstepTraceComponent_C_GetSprintFootStepResult::CallFunc_GetFootstepResult_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_GetCrouchFootStepResult \ static_assert(alignof(BP_FootstepTraceComponent_C_GetCrouchFootStepResult) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_GetCrouchFootStepResult"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_GetCrouchFootStepResult) == 0x000090, "Wrong size on BP_FootstepTraceComponent_C_GetCrouchFootStepResult"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetCrouchFootStepResult, FromExtendedMaterial) == 0x000000, "Member 'BP_FootstepTraceComponent_C_GetCrouchFootStepResult::FromExtendedMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetCrouchFootStepResult, ForOverrideType) == 0x000008, "Member 'BP_FootstepTraceComponent_C_GetCrouchFootStepResult::ForOverrideType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetCrouchFootStepResult, ForMoveSpeed) == 0x000010, "Member 'BP_FootstepTraceComponent_C_GetCrouchFootStepResult::ForMoveSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetCrouchFootStepResult, Result) == 0x000018, "Member 'BP_FootstepTraceComponent_C_GetCrouchFootStepResult::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetCrouchFootStepResult, Loc_Result) == 0x000040, "Member 'BP_FootstepTraceComponent_C_GetCrouchFootStepResult::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetCrouchFootStepResult, CallFunc_GetFootstepResult_ReturnValue) == 0x000068, "Member 'BP_FootstepTraceComponent_C_GetCrouchFootStepResult::CallFunc_GetFootstepResult_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_GetLightLandingFootStepResult \ static_assert(alignof(BP_FootstepTraceComponent_C_GetLightLandingFootStepResult) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_GetLightLandingFootStepResult"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_GetLightLandingFootStepResult) == 0x000090, "Wrong size on BP_FootstepTraceComponent_C_GetLightLandingFootStepResult"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetLightLandingFootStepResult, FromExtendedMaterial) == 0x000000, "Member 'BP_FootstepTraceComponent_C_GetLightLandingFootStepResult::FromExtendedMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetLightLandingFootStepResult, ForOverrideType) == 0x000008, "Member 'BP_FootstepTraceComponent_C_GetLightLandingFootStepResult::ForOverrideType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetLightLandingFootStepResult, ForMoveSpeed) == 0x000010, "Member 'BP_FootstepTraceComponent_C_GetLightLandingFootStepResult::ForMoveSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetLightLandingFootStepResult, Result) == 0x000018, "Member 'BP_FootstepTraceComponent_C_GetLightLandingFootStepResult::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetLightLandingFootStepResult, Loc_Result) == 0x000040, "Member 'BP_FootstepTraceComponent_C_GetLightLandingFootStepResult::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetLightLandingFootStepResult, CallFunc_GetFootstepResult_ReturnValue) == 0x000068, "Member 'BP_FootstepTraceComponent_C_GetLightLandingFootStepResult::CallFunc_GetFootstepResult_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult \ static_assert(alignof(BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult) == 0x000008, "Wrong alignment on BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult"); \ static_assert(sizeof(BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult) == 0x000090, "Wrong size on BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult, FromExtendedMaterial) == 0x000000, "Member 'BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult::FromExtendedMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult, ForOverrideType) == 0x000008, "Member 'BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult::ForOverrideType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult, ForMoveSpeed) == 0x000010, "Member 'BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult::ForMoveSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult, Result) == 0x000018, "Member 'BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult, Loc_Result) == 0x000040, "Member 'BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult, CallFunc_GetFootstepResult_ReturnValue) == 0x000068, "Member 'BP_FootstepTraceComponent_C_GetHeavyLandingFootStepResult::CallFunc_GetFootstepResult_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_FootstepTraceComponent_C \ static_assert(alignof(UBP_FootstepTraceComponent_C) == 0x000010, "Wrong alignment on UBP_FootstepTraceComponent_C"); \ static_assert(sizeof(UBP_FootstepTraceComponent_C) == 0x000250, "Wrong size on UBP_FootstepTraceComponent_C"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, UberGraphFrame) == 0x0000B8, "Member 'UBP_FootstepTraceComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, CachedActor) == 0x0000C0, "Member 'UBP_FootstepTraceComponent_C::CachedActor' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, StepType) == 0x0000C8, "Member 'UBP_FootstepTraceComponent_C::StepType' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, MediumWalkSpeed) == 0x0000CC, "Member 'UBP_FootstepTraceComponent_C::MediumWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, HighWalkSpeed) == 0x0000D0, "Member 'UBP_FootstepTraceComponent_C::HighWalkSpeed' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, MediumSprintSpeed) == 0x0000D4, "Member 'UBP_FootstepTraceComponent_C::MediumSprintSpeed' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, HighSprintSpeed) == 0x0000D8, "Member 'UBP_FootstepTraceComponent_C::HighSprintSpeed' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, MediumCrouchSpeed) == 0x0000DC, "Member 'UBP_FootstepTraceComponent_C::MediumCrouchSpeed' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, HighCrouchSpeed) == 0x0000E0, "Member 'UBP_FootstepTraceComponent_C::HighCrouchSpeed' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, CachedFootstepOverrideType) == 0x0000E8, "Member 'UBP_FootstepTraceComponent_C::CachedFootstepOverrideType' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, AdditionalFootstepAudio) == 0x0000F0, "Member 'UBP_FootstepTraceComponent_C::AdditionalFootstepAudio' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, PlayAdditionalSounds) == 0x000100, "Member 'UBP_FootstepTraceComponent_C::PlayAdditionalSounds' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, AdditionalFootstepAudioVolume) == 0x000104, "Member 'UBP_FootstepTraceComponent_C::AdditionalFootstepAudioVolume' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, NoiseEventType) == 0x000108, "Member 'UBP_FootstepTraceComponent_C::NoiseEventType' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, AdditionalFootstepWalkAudio) == 0x000110, "Member 'UBP_FootstepTraceComponent_C::AdditionalFootstepWalkAudio' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, AdditionalFootstepSprintAudio) == 0x000120, "Member 'UBP_FootstepTraceComponent_C::AdditionalFootstepSprintAudio' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, AdditionalFootstepCrouchAudio) == 0x000130, "Member 'UBP_FootstepTraceComponent_C::AdditionalFootstepCrouchAudio' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, FootprintActorsPool) == 0x000140, "Member 'UBP_FootstepTraceComponent_C::FootprintActorsPool' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, DefaultFootstepWalkSound) == 0x000150, "Member 'UBP_FootstepTraceComponent_C::DefaultFootstepWalkSound' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, DefaultFootstepSprintSound) == 0x000158, "Member 'UBP_FootstepTraceComponent_C::DefaultFootstepSprintSound' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, DefaultFootstepCrouchSound) == 0x000160, "Member 'UBP_FootstepTraceComponent_C::DefaultFootstepCrouchSound' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, DefaultFootstepStandingSound) == 0x000168, "Member 'UBP_FootstepTraceComponent_C::DefaultFootstepStandingSound' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, DefaultFootstepCrouchedSound) == 0x000170, "Member 'UBP_FootstepTraceComponent_C::DefaultFootstepCrouchedSound' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, Disabled) == 0x000178, "Member 'UBP_FootstepTraceComponent_C::Disabled' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, BlendFootstepWalkSound) == 0x000180, "Member 'UBP_FootstepTraceComponent_C::BlendFootstepWalkSound' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, BlendFootstepSprintSound) == 0x000188, "Member 'UBP_FootstepTraceComponent_C::BlendFootstepSprintSound' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, Footstep_Blend_Params) == 0x000190, "Member 'UBP_FootstepTraceComponent_C::Footstep_Blend_Params' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, NumFootstepBlend) == 0x0001C0, "Member 'UBP_FootstepTraceComponent_C::NumFootstepBlend' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, AdditionalLightLanding) == 0x0001C8, "Member 'UBP_FootstepTraceComponent_C::AdditionalLightLanding' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, AdditionalHeavyLanding) == 0x0001D8, "Member 'UBP_FootstepTraceComponent_C::AdditionalHeavyLanding' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, SprintLoudnessMultiplier) == 0x0001E8, "Member 'UBP_FootstepTraceComponent_C::SprintLoudnessMultiplier' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, FootTransform) == 0x0001F0, "Member 'UBP_FootstepTraceComponent_C::FootTransform' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, DisableFootrprints) == 0x000220, "Member 'UBP_FootstepTraceComponent_C::DisableFootrprints' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, DebugLandingHitActor) == 0x000221, "Member 'UBP_FootstepTraceComponent_C::DebugLandingHitActor' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, DefaultFootstepLandNormalSound) == 0x000228, "Member 'UBP_FootstepTraceComponent_C::DefaultFootstepLandNormalSound' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, DefaultFootstepLandNormalSecondarySound) == 0x000230, "Member 'UBP_FootstepTraceComponent_C::DefaultFootstepLandNormalSecondarySound' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, DefaultFootstepLandHardSound) == 0x000238, "Member 'UBP_FootstepTraceComponent_C::DefaultFootstepLandHardSound' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, DefaultFootstepLandHardSecondarySound) == 0x000240, "Member 'UBP_FootstepTraceComponent_C::DefaultFootstepLandHardSecondarySound' has a wrong offset!"); \ static_assert(offsetof(UBP_FootstepTraceComponent_C, HasLandingSounds) == 0x000248, "Member 'UBP_FootstepTraceComponent_C::HasLandingSounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_DisplayStealthHYBDisabled_C \ static_assert(alignof(UBPE_Global_HUD_DisplayStealthHYBDisabled_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_DisplayStealthHYBDisabled_C"); \ static_assert(sizeof(UBPE_Global_HUD_DisplayStealthHYBDisabled_C) == 0x000028, "Wrong size on UBPE_Global_HUD_DisplayStealthHYBDisabled_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_EndCurvePresets_C \ static_assert(alignof(UBPE_Global_EndCurvePresets_C) == 0x000008, "Wrong alignment on UBPE_Global_EndCurvePresets_C"); \ static_assert(sizeof(UBPE_Global_EndCurvePresets_C) == 0x000028, "Wrong size on UBPE_Global_EndCurvePresets_C"); \ #define DUMPER7_ASSERTS_UBPE_Player_RH_ObjectAttach_C \ static_assert(alignof(UBPE_Player_RH_ObjectAttach_C) == 0x000008, "Wrong alignment on UBPE_Player_RH_ObjectAttach_C"); \ static_assert(sizeof(UBPE_Player_RH_ObjectAttach_C) == 0x000028, "Wrong size on UBPE_Player_RH_ObjectAttach_C"); \ #define DUMPER7_ASSERTS_UBPE_Player_SetStateLocomotion_C \ static_assert(alignof(UBPE_Player_SetStateLocomotion_C) == 0x000008, "Wrong alignment on UBPE_Player_SetStateLocomotion_C"); \ static_assert(sizeof(UBPE_Player_SetStateLocomotion_C) == 0x000058, "Wrong size on UBPE_Player_SetStateLocomotion_C"); \ static_assert(offsetof(UBPE_Player_SetStateLocomotion_C, StateLocomotion) == 0x000028, "Member 'UBPE_Player_SetStateLocomotion_C::StateLocomotion' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_SetStateLocomotion_C, BlockCrouch) == 0x000050, "Member 'UBPE_Player_SetStateLocomotion_C::BlockCrouch' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_SetStateLocomotion_C, BlockSprint) == 0x000051, "Member 'UBPE_Player_SetStateLocomotion_C::BlockSprint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_AI_DTM_PlayerInStealthHearingDistance_C \ static_assert(alignof(UBPE_AI_DTM_PlayerInStealthHearingDistance_C) == 0x000008, "Wrong alignment on UBPE_AI_DTM_PlayerInStealthHearingDistance_C"); \ static_assert(sizeof(UBPE_AI_DTM_PlayerInStealthHearingDistance_C) == 0x000028, "Wrong size on UBPE_AI_DTM_PlayerInStealthHearingDistance_C"); \ #define DUMPER7_ASSERTS_LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer \ static_assert(alignof(LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer) == 0x000008, "Wrong alignment on LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer"); \ static_assert(sizeof(LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer) == 0x000040, "Wrong size on LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer"); \ static_assert(offsetof(LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer, EntryPoint) == 0x000000, "Member 'LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer, K2Node_EOCreateEvent_OutputDelegate) == 0x000020, "Member 'LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer, K2Node_EOEvent_Sender) == 0x000030, "Member 'LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer, K2Node_EOEvent_Event) == 0x000038, "Member 'LSA_KA0_SS_StudyTimer_C_ExecuteUbergraph_LSA_KA0_SS_StudyTimer::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_KA0_SS_StudyTimer_C_LeftStudy \ static_assert(alignof(LSA_KA0_SS_StudyTimer_C_LeftStudy) == 0x000008, "Wrong alignment on LSA_KA0_SS_StudyTimer_C_LeftStudy"); \ static_assert(sizeof(LSA_KA0_SS_StudyTimer_C_LeftStudy) == 0x000010, "Wrong size on LSA_KA0_SS_StudyTimer_C_LeftStudy"); \ static_assert(offsetof(LSA_KA0_SS_StudyTimer_C_LeftStudy, Sender) == 0x000000, "Member 'LSA_KA0_SS_StudyTimer_C_LeftStudy::Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_SS_StudyTimer_C_LeftStudy, Event) == 0x000008, "Member 'LSA_KA0_SS_StudyTimer_C_LeftStudy::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_KA0_SS_StudyTimer_C \ static_assert(alignof(ALSA_KA0_SS_StudyTimer_C) == 0x000008, "Wrong alignment on ALSA_KA0_SS_StudyTimer_C"); \ static_assert(sizeof(ALSA_KA0_SS_StudyTimer_C) == 0x000870, "Wrong size on ALSA_KA0_SS_StudyTimer_C"); \ static_assert(offsetof(ALSA_KA0_SS_StudyTimer_C, UberGraphFrame_LSA_KA0_SS_StudyTimer_C) == 0x000860, "Member 'ALSA_KA0_SS_StudyTimer_C::UberGraphFrame_LSA_KA0_SS_StudyTimer_C' has a wrong offset!"); \ static_assert(offsetof(ALSA_KA0_SS_StudyTimer_C, TimerHandle) == 0x000868, "Member 'ALSA_KA0_SS_StudyTimer_C::TimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_BaseQuakeTremor_C \ static_assert(alignof(UBPE_Global_BaseQuakeTremor_C) == 0x000008, "Wrong alignment on UBPE_Global_BaseQuakeTremor_C"); \ static_assert(sizeof(UBPE_Global_BaseQuakeTremor_C) == 0x000040, "Wrong size on UBPE_Global_BaseQuakeTremor_C"); \ static_assert(offsetof(UBPE_Global_BaseQuakeTremor_C, Duration) == 0x000028, "Member 'UBPE_Global_BaseQuakeTremor_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_BaseQuakeTremor_C, Magnitude) == 0x00002C, "Member 'UBPE_Global_BaseQuakeTremor_C::Magnitude' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_BaseQuakeTremor_C, TremorTrigger) == 0x000030, "Member 'UBPE_Global_BaseQuakeTremor_C::TremorTrigger' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_BaseQuakeTremor_C, E_QuakeIntensity) == 0x000038, "Member 'UBPE_Global_BaseQuakeTremor_C::E_QuakeIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_ExecuteUbergraph_WBP_HUD \ static_assert(alignof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD) == 0x000008, "Wrong alignment on WBP_HUD_C_ExecuteUbergraph_WBP_HUD"); \ static_assert(sizeof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD) == 0x000328, "Wrong size on WBP_HUD_C_ExecuteUbergraph_WBP_HUD"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, EntryPoint) == 0x000000, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000014, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000024, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000038, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000040, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_3) == 0x000048, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_4) == 0x00005C, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_5) == 0x00006C, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Sender_5) == 0x000080, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Sender_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Event_5) == 0x000088, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Event_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_6) == 0x000090, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Sender_4) == 0x0000A0, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Sender_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Event_4) == 0x0000A8, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Event_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_MakeStruct_SlateBrush) == 0x0000B0, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_7) == 0x000138, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Sender_3) == 0x000148, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Sender_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Event_3) == 0x000150, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Event_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_8) == 0x000158, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Sender_2) == 0x000168, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Event_2) == 0x000170, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_DynamicCast_AsBPE_Player_Sprint_Status) == 0x000178, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_DynamicCast_AsBPE_Player_Sprint_Status' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_9) == 0x000184, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_PlayAnimation_ReturnValue) == 0x000198, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0001A0, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_10) == 0x0001A4, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_11) == 0x0001B4, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_MakeStruct_SlateBrush_1) == 0x0001C8, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_CreateDelegate_OutputDelegate) == 0x000250, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_CreateDelegate_OutputDelegate_1) == 0x000260, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_IsValid_ReturnValue_1) == 0x000270, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_12) == 0x000274, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Sender_1) == 0x000288, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Event_1) == 0x000290, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Cooldown) == 0x000298, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Cooldown' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_DynamicCast_bSuccess_1) == 0x0002A0, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_SafeDivide_ReturnValue) == 0x0002A4, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002A8, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x0002B8, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x0002C0, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_IsValid_ReturnValue_2) == 0x0002C8, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_CreatePlayAnimationProxyObject_Result_2) == 0x0002D0, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_CreatePlayAnimationProxyObject_Result_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_2) == 0x0002D8, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, CallFunc_IsValid_ReturnValue_3) == 0x0002E0, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_13) == 0x0002E4, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_14) == 0x0002F4, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Sender) == 0x000308, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOEvent_Event) == 0x000310, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ExecuteUbergraph_WBP_HUD, K2Node_EOCreateEvent_OutputDelegate_15) == 0x000318, "Member 'WBP_HUD_C_ExecuteUbergraph_WBP_HUD::K2Node_EOCreateEvent_OutputDelegate_15' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_HUDTitleFinished \ static_assert(alignof(WBP_HUD_C_HUDTitleFinished) == 0x000008, "Wrong alignment on WBP_HUD_C_HUDTitleFinished"); \ static_assert(sizeof(WBP_HUD_C_HUDTitleFinished) == 0x000010, "Wrong size on WBP_HUD_C_HUDTitleFinished"); \ static_assert(offsetof(WBP_HUD_C_HUDTitleFinished, Sender) == 0x000000, "Member 'WBP_HUD_C_HUDTitleFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_HUDTitleFinished, Event) == 0x000008, "Member 'WBP_HUD_C_HUDTitleFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_GlobalHUDDisplayStealthHYBCooldown \ static_assert(alignof(WBP_HUD_C_GlobalHUDDisplayStealthHYBCooldown) == 0x000008, "Wrong alignment on WBP_HUD_C_GlobalHUDDisplayStealthHYBCooldown"); \ static_assert(sizeof(WBP_HUD_C_GlobalHUDDisplayStealthHYBCooldown) == 0x000010, "Wrong size on WBP_HUD_C_GlobalHUDDisplayStealthHYBCooldown"); \ static_assert(offsetof(WBP_HUD_C_GlobalHUDDisplayStealthHYBCooldown, Sender) == 0x000000, "Member 'WBP_HUD_C_GlobalHUDDisplayStealthHYBCooldown::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GlobalHUDDisplayStealthHYBCooldown, Event) == 0x000008, "Member 'WBP_HUD_C_GlobalHUDDisplayStealthHYBCooldown::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_PlayerSprintStatus \ static_assert(alignof(WBP_HUD_C_PlayerSprintStatus) == 0x000008, "Wrong alignment on WBP_HUD_C_PlayerSprintStatus"); \ static_assert(sizeof(WBP_HUD_C_PlayerSprintStatus) == 0x000010, "Wrong size on WBP_HUD_C_PlayerSprintStatus"); \ static_assert(offsetof(WBP_HUD_C_PlayerSprintStatus, Sender) == 0x000000, "Member 'WBP_HUD_C_PlayerSprintStatus::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayerSprintStatus, Event) == 0x000008, "Member 'WBP_HUD_C_PlayerSprintStatus::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_PlayerStealthHYBStatus \ static_assert(alignof(WBP_HUD_C_PlayerStealthHYBStatus) == 0x000008, "Wrong alignment on WBP_HUD_C_PlayerStealthHYBStatus"); \ static_assert(sizeof(WBP_HUD_C_PlayerStealthHYBStatus) == 0x000010, "Wrong size on WBP_HUD_C_PlayerStealthHYBStatus"); \ static_assert(offsetof(WBP_HUD_C_PlayerStealthHYBStatus, Sender) == 0x000000, "Member 'WBP_HUD_C_PlayerStealthHYBStatus::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayerStealthHYBStatus, Event) == 0x000008, "Member 'WBP_HUD_C_PlayerStealthHYBStatus::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_GlobalHUDDisplaySprintDisabled \ static_assert(alignof(WBP_HUD_C_GlobalHUDDisplaySprintDisabled) == 0x000008, "Wrong alignment on WBP_HUD_C_GlobalHUDDisplaySprintDisabled"); \ static_assert(sizeof(WBP_HUD_C_GlobalHUDDisplaySprintDisabled) == 0x000010, "Wrong size on WBP_HUD_C_GlobalHUDDisplaySprintDisabled"); \ static_assert(offsetof(WBP_HUD_C_GlobalHUDDisplaySprintDisabled, Sender) == 0x000000, "Member 'WBP_HUD_C_GlobalHUDDisplaySprintDisabled::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GlobalHUDDisplaySprintDisabled, Event) == 0x000008, "Member 'WBP_HUD_C_GlobalHUDDisplaySprintDisabled::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_GlobalHUDDisplayStealthHYBDisabled \ static_assert(alignof(WBP_HUD_C_GlobalHUDDisplayStealthHYBDisabled) == 0x000008, "Wrong alignment on WBP_HUD_C_GlobalHUDDisplayStealthHYBDisabled"); \ static_assert(sizeof(WBP_HUD_C_GlobalHUDDisplayStealthHYBDisabled) == 0x000010, "Wrong size on WBP_HUD_C_GlobalHUDDisplayStealthHYBDisabled"); \ static_assert(offsetof(WBP_HUD_C_GlobalHUDDisplayStealthHYBDisabled, Sender) == 0x000000, "Member 'WBP_HUD_C_GlobalHUDDisplayStealthHYBDisabled::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GlobalHUDDisplayStealthHYBDisabled, Event) == 0x000008, "Member 'WBP_HUD_C_GlobalHUDDisplayStealthHYBDisabled::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_InitializeCrosshair \ static_assert(alignof(WBP_HUD_C_InitializeCrosshair) == 0x000008, "Wrong alignment on WBP_HUD_C_InitializeCrosshair"); \ static_assert(sizeof(WBP_HUD_C_InitializeCrosshair) == 0x000028, "Wrong size on WBP_HUD_C_InitializeCrosshair"); \ static_assert(offsetof(WBP_HUD_C_InitializeCrosshair, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000000, "Member 'WBP_HUD_C_InitializeCrosshair::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_InitializeCrosshair, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_HUD_C_InitializeCrosshair::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_InitializeCrosshair, K2Node_DynamicCast_AsBP_Player_Character) == 0x000018, "Member 'WBP_HUD_C_InitializeCrosshair::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_InitializeCrosshair, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_HUD_C_InitializeCrosshair::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_GetCrosshairImageBrush \ static_assert(alignof(WBP_HUD_C_GetCrosshairImageBrush) == 0x000008, "Wrong alignment on WBP_HUD_C_GetCrosshairImageBrush"); \ static_assert(sizeof(WBP_HUD_C_GetCrosshairImageBrush) == 0x000148, "Wrong size on WBP_HUD_C_GetCrosshairImageBrush"); \ static_assert(offsetof(WBP_HUD_C_GetCrosshairImageBrush, ReturnValue) == 0x000000, "Member 'WBP_HUD_C_GetCrosshairImageBrush::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetCrosshairImageBrush, LocCrosshairImage) == 0x000088, "Member 'WBP_HUD_C_GetCrosshairImageBrush::LocCrosshairImage' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetCrosshairImageBrush, K2Node_MakeStruct_SlateColor) == 0x000090, "Member 'WBP_HUD_C_GetCrosshairImageBrush::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetCrosshairImageBrush, K2Node_MakeStruct_SlateBrush) == 0x0000B8, "Member 'WBP_HUD_C_GetCrosshairImageBrush::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetCrosshairImageBrush, CallFunc_IsValid_ReturnValue) == 0x000140, "Member 'WBP_HUD_C_GetCrosshairImageBrush::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnCrosshairTargetChange \ static_assert(alignof(WBP_HUD_C_OnCrosshairTargetChange) == 0x000008, "Wrong alignment on WBP_HUD_C_OnCrosshairTargetChange"); \ static_assert(sizeof(WBP_HUD_C_OnCrosshairTargetChange) == 0x0000A0, "Wrong size on WBP_HUD_C_OnCrosshairTargetChange"); \ static_assert(offsetof(WBP_HUD_C_OnCrosshairTargetChange, CrosshairInfo) == 0x000000, "Member 'WBP_HUD_C_OnCrosshairTargetChange::CrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnCrosshairTargetChange, Loc_CurrCrosshairFX) == 0x000030, "Member 'WBP_HUD_C_OnCrosshairTargetChange::Loc_CurrCrosshairFX' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnCrosshairTargetChange, CallFunc_Conv_CrosshairInfo_ReturnValue) == 0x000038, "Member 'WBP_HUD_C_OnCrosshairTargetChange::CallFunc_Conv_CrosshairInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnCrosshairTargetChange, CallFunc_Conv_CrosshairInfo_ReturnValue_1) == 0x000048, "Member 'WBP_HUD_C_OnCrosshairTargetChange::CallFunc_Conv_CrosshairInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnCrosshairTargetChange, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'WBP_HUD_C_OnCrosshairTargetChange::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnCrosshairTargetChange, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'WBP_HUD_C_OnCrosshairTargetChange::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnCrosshairTargetChange, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'WBP_HUD_C_OnCrosshairTargetChange::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnCrosshairTargetChange, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'WBP_HUD_C_OnCrosshairTargetChange::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnCrosshairTargetChange, CallFunc_IsLatent_ReturnValue) == 0x000090, "Member 'WBP_HUD_C_OnCrosshairTargetChange::CallFunc_IsLatent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnCrosshairTargetChange, CallFunc_GetCrosshairFX_Result) == 0x000098, "Member 'WBP_HUD_C_OnCrosshairTargetChange::CallFunc_GetCrosshairFX_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnTaskStatusMsgEvent \ static_assert(alignof(WBP_HUD_C_OnTaskStatusMsgEvent) == 0x000008, "Wrong alignment on WBP_HUD_C_OnTaskStatusMsgEvent"); \ static_assert(sizeof(WBP_HUD_C_OnTaskStatusMsgEvent) == 0x000030, "Wrong size on WBP_HUD_C_OnTaskStatusMsgEvent"); \ static_assert(offsetof(WBP_HUD_C_OnTaskStatusMsgEvent, Sender) == 0x000000, "Member 'WBP_HUD_C_OnTaskStatusMsgEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnTaskStatusMsgEvent, Event) == 0x000008, "Member 'WBP_HUD_C_OnTaskStatusMsgEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnTaskStatusMsgEvent, K2Node_DynamicCast_AsBPE_Global_HUD_Task_Status_Msg) == 0x000010, "Member 'WBP_HUD_C_OnTaskStatusMsgEvent::K2Node_DynamicCast_AsBPE_Global_HUD_Task_Status_Msg' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnTaskStatusMsgEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_HUD_C_OnTaskStatusMsgEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnTaskStatusMsgEvent, CallFunc_GetOwningPlayer_ReturnValue) == 0x000020, "Member 'WBP_HUD_C_OnTaskStatusMsgEvent::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnTaskStatusMsgEvent, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_HUD_C_OnTaskStatusMsgEvent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnObjectiveStatusMsgEvent \ static_assert(alignof(WBP_HUD_C_OnObjectiveStatusMsgEvent) == 0x000008, "Wrong alignment on WBP_HUD_C_OnObjectiveStatusMsgEvent"); \ static_assert(sizeof(WBP_HUD_C_OnObjectiveStatusMsgEvent) == 0x000030, "Wrong size on WBP_HUD_C_OnObjectiveStatusMsgEvent"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveStatusMsgEvent, Sender) == 0x000000, "Member 'WBP_HUD_C_OnObjectiveStatusMsgEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveStatusMsgEvent, Event) == 0x000008, "Member 'WBP_HUD_C_OnObjectiveStatusMsgEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveStatusMsgEvent, K2Node_DynamicCast_AsBPE_Global_HUD_Objective_Status_Msg) == 0x000010, "Member 'WBP_HUD_C_OnObjectiveStatusMsgEvent::K2Node_DynamicCast_AsBPE_Global_HUD_Objective_Status_Msg' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveStatusMsgEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_HUD_C_OnObjectiveStatusMsgEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveStatusMsgEvent, CallFunc_GetOwningPlayer_ReturnValue) == 0x000020, "Member 'WBP_HUD_C_OnObjectiveStatusMsgEvent::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveStatusMsgEvent, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_HUD_C_OnObjectiveStatusMsgEvent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnInventoryStatusMsgEvent \ static_assert(alignof(WBP_HUD_C_OnInventoryStatusMsgEvent) == 0x000008, "Wrong alignment on WBP_HUD_C_OnInventoryStatusMsgEvent"); \ static_assert(sizeof(WBP_HUD_C_OnInventoryStatusMsgEvent) == 0x000038, "Wrong size on WBP_HUD_C_OnInventoryStatusMsgEvent"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusMsgEvent, Sender) == 0x000000, "Member 'WBP_HUD_C_OnInventoryStatusMsgEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusMsgEvent, Event) == 0x000008, "Member 'WBP_HUD_C_OnInventoryStatusMsgEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusMsgEvent, K2Node_DynamicCast_AsBPE_Global_HUD_Inventory_Status_Msg) == 0x000010, "Member 'WBP_HUD_C_OnInventoryStatusMsgEvent::K2Node_DynamicCast_AsBPE_Global_HUD_Inventory_Status_Msg' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusMsgEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_HUD_C_OnInventoryStatusMsgEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusMsgEvent, CallFunc_GetOwningPlayer_ReturnValue) == 0x000020, "Member 'WBP_HUD_C_OnInventoryStatusMsgEvent::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusMsgEvent, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_HUD_C_OnInventoryStatusMsgEvent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusMsgEvent, CallFunc_AddChild_ReturnValue) == 0x000030, "Member 'WBP_HUD_C_OnInventoryStatusMsgEvent::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnInventoryStatusIconMsgEvent \ static_assert(alignof(WBP_HUD_C_OnInventoryStatusIconMsgEvent) == 0x000008, "Wrong alignment on WBP_HUD_C_OnInventoryStatusIconMsgEvent"); \ static_assert(sizeof(WBP_HUD_C_OnInventoryStatusIconMsgEvent) == 0x000038, "Wrong size on WBP_HUD_C_OnInventoryStatusIconMsgEvent"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusIconMsgEvent, Sender) == 0x000000, "Member 'WBP_HUD_C_OnInventoryStatusIconMsgEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusIconMsgEvent, Event) == 0x000008, "Member 'WBP_HUD_C_OnInventoryStatusIconMsgEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusIconMsgEvent, K2Node_DynamicCast_AsBPE_Global_HUD_Inventory_Status_Icon_Msg) == 0x000010, "Member 'WBP_HUD_C_OnInventoryStatusIconMsgEvent::K2Node_DynamicCast_AsBPE_Global_HUD_Inventory_Status_Icon_Msg' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusIconMsgEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_HUD_C_OnInventoryStatusIconMsgEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusIconMsgEvent, CallFunc_GetOwningPlayer_ReturnValue) == 0x000020, "Member 'WBP_HUD_C_OnInventoryStatusIconMsgEvent::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusIconMsgEvent, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_HUD_C_OnInventoryStatusIconMsgEvent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnInventoryStatusIconMsgEvent, CallFunc_AddChild_ReturnValue) == 0x000030, "Member 'WBP_HUD_C_OnInventoryStatusIconMsgEvent::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnPromptMsgEvent \ static_assert(alignof(WBP_HUD_C_OnPromptMsgEvent) == 0x000008, "Wrong alignment on WBP_HUD_C_OnPromptMsgEvent"); \ static_assert(sizeof(WBP_HUD_C_OnPromptMsgEvent) == 0x0000B0, "Wrong size on WBP_HUD_C_OnPromptMsgEvent"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, Sender) == 0x000000, "Member 'WBP_HUD_C_OnPromptMsgEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, Event) == 0x000008, "Member 'WBP_HUD_C_OnPromptMsgEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, Loc_DisplayTime) == 0x000010, "Member 'WBP_HUD_C_OnPromptMsgEvent::Loc_DisplayTime' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, Loc_MsgID) == 0x000014, "Member 'WBP_HUD_C_OnPromptMsgEvent::Loc_MsgID' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, K2Node_DynamicCast_AsBPE_Global_HUD_Prompt_Msg) == 0x000018, "Member 'WBP_HUD_C_OnPromptMsgEvent::K2Node_DynamicCast_AsBPE_Global_HUD_Prompt_Msg' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_HUD_C_OnPromptMsgEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, CallFunc_GetDisplayName_ReturnValue) == 0x000028, "Member 'WBP_HUD_C_OnPromptMsgEvent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, CallFunc_Conv_FloatToString_ReturnValue) == 0x000038, "Member 'WBP_HUD_C_OnPromptMsgEvent::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000048, "Member 'WBP_HUD_C_OnPromptMsgEvent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'WBP_HUD_C_OnPromptMsgEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'WBP_HUD_C_OnPromptMsgEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'WBP_HUD_C_OnPromptMsgEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000088, "Member 'WBP_HUD_C_OnPromptMsgEvent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000090, "Member 'WBP_HUD_C_OnPromptMsgEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgEvent, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000A0, "Member 'WBP_HUD_C_OnPromptMsgEvent::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_SetCrosshairVisibility \ static_assert(alignof(WBP_HUD_C_SetCrosshairVisibility) == 0x000008, "Wrong alignment on WBP_HUD_C_SetCrosshairVisibility"); \ static_assert(sizeof(WBP_HUD_C_SetCrosshairVisibility) == 0x000090, "Wrong size on WBP_HUD_C_SetCrosshairVisibility"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairVisibility, NewVisibility) == 0x000000, "Member 'WBP_HUD_C_SetCrosshairVisibility::NewVisibility' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairVisibility, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'WBP_HUD_C_SetCrosshairVisibility::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'WBP_HUD_C_SetCrosshairVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairVisibility, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000020, "Member 'WBP_HUD_C_SetCrosshairVisibility::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairVisibility, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'WBP_HUD_C_SetCrosshairVisibility::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairVisibility, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'WBP_HUD_C_SetCrosshairVisibility::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairVisibility, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'WBP_HUD_C_SetCrosshairVisibility::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairVisibility, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'WBP_HUD_C_SetCrosshairVisibility::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairVisibility, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000070, "Member 'WBP_HUD_C_SetCrosshairVisibility::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairVisibility, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000080, "Member 'WBP_HUD_C_SetCrosshairVisibility::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnPromptMsgBottomEvent \ static_assert(alignof(WBP_HUD_C_OnPromptMsgBottomEvent) == 0x000008, "Wrong alignment on WBP_HUD_C_OnPromptMsgBottomEvent"); \ static_assert(sizeof(WBP_HUD_C_OnPromptMsgBottomEvent) == 0x0000E0, "Wrong size on WBP_HUD_C_OnPromptMsgBottomEvent"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, Sender) == 0x000000, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, Event) == 0x000008, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, Loc_DisplayTime) == 0x000010, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::Loc_DisplayTime' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, LocDisplayReadTutorial) == 0x000014, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::LocDisplayReadTutorial' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, Loc_MsgID) == 0x000015, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::Loc_MsgID' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, Loc_TutorialBarID) == 0x000016, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::Loc_TutorialBarID' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, Loc_AsBPE) == 0x000018, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::Loc_AsBPE' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, K2Node_DynamicCast_AsBPE_Global_HUD_Prompt_Msg_Bottom) == 0x000020, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::K2Node_DynamicCast_AsBPE_Global_HUD_Prompt_Msg_Bottom' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000029, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_Conv_BoolToString_ReturnValue) == 0x000030, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000040, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000080, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_GetPathName_ReturnValue) == 0x000090, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000A0, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B0, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000C0, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnPromptMsgBottomEvent, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000D0, "Member 'WBP_HUD_C_OnPromptMsgBottomEvent::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnHUDTitleEvent \ static_assert(alignof(WBP_HUD_C_OnHUDTitleEvent) == 0x000008, "Wrong alignment on WBP_HUD_C_OnHUDTitleEvent"); \ static_assert(sizeof(WBP_HUD_C_OnHUDTitleEvent) == 0x000030, "Wrong size on WBP_HUD_C_OnHUDTitleEvent"); \ static_assert(offsetof(WBP_HUD_C_OnHUDTitleEvent, Sender) == 0x000000, "Member 'WBP_HUD_C_OnHUDTitleEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnHUDTitleEvent, Event) == 0x000008, "Member 'WBP_HUD_C_OnHUDTitleEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnHUDTitleEvent, K2Node_DynamicCast_AsBPE_Global_HUD_Title) == 0x000010, "Member 'WBP_HUD_C_OnHUDTitleEvent::K2Node_DynamicCast_AsBPE_Global_HUD_Title' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnHUDTitleEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_HUD_C_OnHUDTitleEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnHUDTitleEvent, CallFunc_GetOwningPlayer_ReturnValue) == 0x000020, "Member 'WBP_HUD_C_OnHUDTitleEvent::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnHUDTitleEvent, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_HUD_C_OnHUDTitleEvent::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_SetCrosshairForceVisible \ static_assert(alignof(WBP_HUD_C_SetCrosshairForceVisible) == 0x000008, "Wrong alignment on WBP_HUD_C_SetCrosshairForceVisible"); \ static_assert(sizeof(WBP_HUD_C_SetCrosshairForceVisible) == 0x000028, "Wrong size on WBP_HUD_C_SetCrosshairForceVisible"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairForceVisible, Visible) == 0x000000, "Member 'WBP_HUD_C_SetCrosshairForceVisible::Visible' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairForceVisible, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'WBP_HUD_C_SetCrosshairForceVisible::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairForceVisible, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_HUD_C_SetCrosshairForceVisible::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_SetCrosshairDisabled \ static_assert(alignof(WBP_HUD_C_SetCrosshairDisabled) == 0x000008, "Wrong alignment on WBP_HUD_C_SetCrosshairDisabled"); \ static_assert(sizeof(WBP_HUD_C_SetCrosshairDisabled) == 0x000028, "Wrong size on WBP_HUD_C_SetCrosshairDisabled"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairDisabled, Disable) == 0x000000, "Member 'WBP_HUD_C_SetCrosshairDisabled::Disable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairDisabled, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'WBP_HUD_C_SetCrosshairDisabled::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCrosshairDisabled, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_HUD_C_SetCrosshairDisabled::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_SetCurrentCrosshairInfo \ static_assert(alignof(WBP_HUD_C_SetCurrentCrosshairInfo) == 0x000008, "Wrong alignment on WBP_HUD_C_SetCurrentCrosshairInfo"); \ static_assert(sizeof(WBP_HUD_C_SetCurrentCrosshairInfo) == 0x000050, "Wrong size on WBP_HUD_C_SetCurrentCrosshairInfo"); \ static_assert(offsetof(WBP_HUD_C_SetCurrentCrosshairInfo, CrosshairInfo) == 0x000000, "Member 'WBP_HUD_C_SetCurrentCrosshairInfo::CrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCurrentCrosshairInfo, Loc_CurrCrosshairFX) == 0x000030, "Member 'WBP_HUD_C_SetCurrentCrosshairInfo::Loc_CurrCrosshairFX' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCurrentCrosshairInfo, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_HUD_C_SetCurrentCrosshairInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCurrentCrosshairInfo, CallFunc_GetCrosshairFX_Result) == 0x000040, "Member 'WBP_HUD_C_SetCurrentCrosshairInfo::CallFunc_GetCrosshairFX_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetCurrentCrosshairInfo, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000048, "Member 'WBP_HUD_C_SetCurrentCrosshairInfo::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_GetCurrentCrosshairInfo \ static_assert(alignof(WBP_HUD_C_GetCurrentCrosshairInfo) == 0x000008, "Wrong alignment on WBP_HUD_C_GetCurrentCrosshairInfo"); \ static_assert(sizeof(WBP_HUD_C_GetCurrentCrosshairInfo) == 0x000038, "Wrong size on WBP_HUD_C_GetCurrentCrosshairInfo"); \ static_assert(offsetof(WBP_HUD_C_GetCurrentCrosshairInfo, OutCrosshairInfo) == 0x000000, "Member 'WBP_HUD_C_GetCurrentCrosshairInfo::OutCrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetCurrentCrosshairInfo, Loc_CurrCrosshairFX) == 0x000030, "Member 'WBP_HUD_C_GetCurrentCrosshairInfo::Loc_CurrCrosshairFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_SetPendingCrosshairInfo \ static_assert(alignof(WBP_HUD_C_SetPendingCrosshairInfo) == 0x000008, "Wrong alignment on WBP_HUD_C_SetPendingCrosshairInfo"); \ static_assert(sizeof(WBP_HUD_C_SetPendingCrosshairInfo) == 0x000050, "Wrong size on WBP_HUD_C_SetPendingCrosshairInfo"); \ static_assert(offsetof(WBP_HUD_C_SetPendingCrosshairInfo, NewCrosshairInfo) == 0x000000, "Member 'WBP_HUD_C_SetPendingCrosshairInfo::NewCrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetPendingCrosshairInfo, CallFunc_Conv_CrosshairInfo_ReturnValue) == 0x000030, "Member 'WBP_HUD_C_SetPendingCrosshairInfo::CallFunc_Conv_CrosshairInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetPendingCrosshairInfo, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'WBP_HUD_C_SetPendingCrosshairInfo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_CommitPendingCrosshairInfo \ static_assert(alignof(WBP_HUD_C_CommitPendingCrosshairInfo) == 0x000008, "Wrong alignment on WBP_HUD_C_CommitPendingCrosshairInfo"); \ static_assert(sizeof(WBP_HUD_C_CommitPendingCrosshairInfo) == 0x000020, "Wrong size on WBP_HUD_C_CommitPendingCrosshairInfo"); \ static_assert(offsetof(WBP_HUD_C_CommitPendingCrosshairInfo, CallFunc_Conv_CrosshairInfo_ReturnValue) == 0x000000, "Member 'WBP_HUD_C_CommitPendingCrosshairInfo::CallFunc_Conv_CrosshairInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CommitPendingCrosshairInfo, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'WBP_HUD_C_CommitPendingCrosshairInfo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_ClearPendingCrosshairInfo \ static_assert(alignof(WBP_HUD_C_ClearPendingCrosshairInfo) == 0x000008, "Wrong alignment on WBP_HUD_C_ClearPendingCrosshairInfo"); \ static_assert(sizeof(WBP_HUD_C_ClearPendingCrosshairInfo) == 0x000030, "Wrong size on WBP_HUD_C_ClearPendingCrosshairInfo"); \ static_assert(offsetof(WBP_HUD_C_ClearPendingCrosshairInfo, K2Node_MakeStruct_PHCrosshairInfo) == 0x000000, "Member 'WBP_HUD_C_ClearPendingCrosshairInfo::K2Node_MakeStruct_PHCrosshairInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnLatentCrosshairFXBeginFinished \ static_assert(alignof(WBP_HUD_C_OnLatentCrosshairFXBeginFinished) == 0x000008, "Wrong alignment on WBP_HUD_C_OnLatentCrosshairFXBeginFinished"); \ static_assert(sizeof(WBP_HUD_C_OnLatentCrosshairFXBeginFinished) == 0x000008, "Wrong size on WBP_HUD_C_OnLatentCrosshairFXBeginFinished"); \ static_assert(offsetof(WBP_HUD_C_OnLatentCrosshairFXBeginFinished, CrosshairFX) == 0x000000, "Member 'WBP_HUD_C_OnLatentCrosshairFXBeginFinished::CrosshairFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnLatentCrosshairFXEndFinished \ static_assert(alignof(WBP_HUD_C_OnLatentCrosshairFXEndFinished) == 0x000008, "Wrong alignment on WBP_HUD_C_OnLatentCrosshairFXEndFinished"); \ static_assert(sizeof(WBP_HUD_C_OnLatentCrosshairFXEndFinished) == 0x000028, "Wrong size on WBP_HUD_C_OnLatentCrosshairFXEndFinished"); \ static_assert(offsetof(WBP_HUD_C_OnLatentCrosshairFXEndFinished, CrosshairFX) == 0x000000, "Member 'WBP_HUD_C_OnLatentCrosshairFXEndFinished::CrosshairFX' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnLatentCrosshairFXEndFinished, CallFunc_GetPathName_ReturnValue) == 0x000008, "Member 'WBP_HUD_C_OnLatentCrosshairFXEndFinished::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnLatentCrosshairFXEndFinished, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_HUD_C_OnLatentCrosshairFXEndFinished::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_Tick \ static_assert(alignof(WBP_HUD_C_Tick) == 0x000008, "Wrong alignment on WBP_HUD_C_Tick"); \ static_assert(sizeof(WBP_HUD_C_Tick) == 0x000050, "Wrong size on WBP_HUD_C_Tick"); \ static_assert(offsetof(WBP_HUD_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_HUD_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_HUD_C_Tick::InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_Tick, CallFunc_GetCrosshairFX_Result) == 0x000040, "Member 'WBP_HUD_C_Tick::CallFunc_GetCrosshairFX_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_Tick, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_HUD_C_Tick::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_Tick, CallFunc_IsTickable_ReturnValue) == 0x000049, "Member 'WBP_HUD_C_Tick::CallFunc_IsTickable_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_CreateWidgetOfClass \ static_assert(alignof(WBP_HUD_C_CreateWidgetOfClass) == 0x000008, "Wrong alignment on WBP_HUD_C_CreateWidgetOfClass"); \ static_assert(sizeof(WBP_HUD_C_CreateWidgetOfClass) == 0x000020, "Wrong size on WBP_HUD_C_CreateWidgetOfClass"); \ static_assert(offsetof(WBP_HUD_C_CreateWidgetOfClass, WidgetClass) == 0x000000, "Member 'WBP_HUD_C_CreateWidgetOfClass::WidgetClass' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CreateWidgetOfClass, NewWidget) == 0x000008, "Member 'WBP_HUD_C_CreateWidgetOfClass::NewWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CreateWidgetOfClass, CallFunc_GetOwningPlayer_ReturnValue) == 0x000010, "Member 'WBP_HUD_C_CreateWidgetOfClass::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CreateWidgetOfClass, CallFunc_Create_ReturnValue) == 0x000018, "Member 'WBP_HUD_C_CreateWidgetOfClass::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_ClearReminderObjectiveMsgs \ static_assert(alignof(WBP_HUD_C_ClearReminderObjectiveMsgs) == 0x000008, "Wrong alignment on WBP_HUD_C_ClearReminderObjectiveMsgs"); \ static_assert(sizeof(WBP_HUD_C_ClearReminderObjectiveMsgs) == 0x000048, "Wrong size on WBP_HUD_C_ClearReminderObjectiveMsgs"); \ static_assert(offsetof(WBP_HUD_C_ClearReminderObjectiveMsgs, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_HUD_C_ClearReminderObjectiveMsgs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ClearReminderObjectiveMsgs, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_HUD_C_ClearReminderObjectiveMsgs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ClearReminderObjectiveMsgs, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_HUD_C_ClearReminderObjectiveMsgs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ClearReminderObjectiveMsgs, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_HUD_C_ClearReminderObjectiveMsgs::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ClearReminderObjectiveMsgs, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_HUD_C_ClearReminderObjectiveMsgs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ClearReminderObjectiveMsgs, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_HUD_C_ClearReminderObjectiveMsgs::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ClearReminderObjectiveMsgs, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_HUD_C_ClearReminderObjectiveMsgs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ClearReminderObjectiveMsgs, K2Node_DynamicCast_AsWBP_HUDObjective_Status_Msg_Item) == 0x000038, "Member 'WBP_HUD_C_ClearReminderObjectiveMsgs::K2Node_DynamicCast_AsWBP_HUDObjective_Status_Msg_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ClearReminderObjectiveMsgs, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_HUD_C_ClearReminderObjectiveMsgs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ClearReminderObjectiveMsgs, CallFunc_GetObjectiveAnimType_Result) == 0x000041, "Member 'WBP_HUD_C_ClearReminderObjectiveMsgs::CallFunc_GetObjectiveAnimType_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ClearReminderObjectiveMsgs, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000042, "Member 'WBP_HUD_C_ClearReminderObjectiveMsgs::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_QueueStatusMsg \ static_assert(alignof(WBP_HUD_C_QueueStatusMsg) == 0x000008, "Wrong alignment on WBP_HUD_C_QueueStatusMsg"); \ static_assert(sizeof(WBP_HUD_C_QueueStatusMsg) == 0x000030, "Wrong size on WBP_HUD_C_QueueStatusMsg"); \ static_assert(offsetof(WBP_HUD_C_QueueStatusMsg, StatusMsgWidget) == 0x000000, "Member 'WBP_HUD_C_QueueStatusMsg::StatusMsgWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_QueueStatusMsg, CallFunc_ToString_Result) == 0x000008, "Member 'WBP_HUD_C_QueueStatusMsg::CallFunc_ToString_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_QueueStatusMsg, CallFunc_Array_Add_ReturnValue) == 0x000018, "Member 'WBP_HUD_C_QueueStatusMsg::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_QueueStatusMsg, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_HUD_C_QueueStatusMsg::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_PlayNextStatusMsg \ static_assert(alignof(WBP_HUD_C_PlayNextStatusMsg) == 0x000008, "Wrong alignment on WBP_HUD_C_PlayNextStatusMsg"); \ static_assert(sizeof(WBP_HUD_C_PlayNextStatusMsg) == 0x0000F0, "Wrong size on WBP_HUD_C_PlayNextStatusMsg"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, Loc_CurrElement) == 0x000000, "Member 'WBP_HUD_C_PlayNextStatusMsg::Loc_CurrElement' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, Loc_FirstPlay) == 0x000008, "Member 'WBP_HUD_C_PlayNextStatusMsg::Loc_FirstPlay' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, Loc_MsgsToRemove) == 0x000010, "Member 'WBP_HUD_C_PlayNextStatusMsg::Loc_MsgsToRemove' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_HUD_C_PlayNextStatusMsg::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_PlayObjectiveListAnim_AnimDuration) == 0x000024, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_PlayObjectiveListAnim_AnimDuration' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, Temp_bool_True_if_break_was_hit_Variable) == 0x000028, "Member 'WBP_HUD_C_PlayNextStatusMsg::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, K2Node_DynamicCast_AsWBP_HUDObjective_Status_Msg_Item) == 0x000030, "Member 'WBP_HUD_C_PlayNextStatusMsg::K2Node_DynamicCast_AsWBP_HUDObjective_Status_Msg_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_HUD_C_PlayNextStatusMsg::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, Temp_int_Loop_Counter_Variable) == 0x00003C, "Member 'WBP_HUD_C_PlayNextStatusMsg::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_GetObjectiveStatus_Result) == 0x000040, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_GetObjectiveStatus_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000041, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_GetObjectiveHideInHUD_Result) == 0x000048, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_GetObjectiveHideInHUD_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Not_PreBool_ReturnValue_1) == 0x000049, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_AddChild_ReturnValue) == 0x000050, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, K2Node_DynamicCast_AsWBP_HUDTitle_Card) == 0x000058, "Member 'WBP_HUD_C_PlayNextStatusMsg::K2Node_DynamicCast_AsWBP_HUDTitle_Card' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'WBP_HUD_C_PlayNextStatusMsg::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x000068, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, K2Node_DynamicCast_AsWBP_HUDTask_Status_Msg_Item) == 0x000070, "Member 'WBP_HUD_C_PlayNextStatusMsg::K2Node_DynamicCast_AsWBP_HUDTask_Status_Msg_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, K2Node_DynamicCast_bSuccess_2) == 0x000078, "Member 'WBP_HUD_C_PlayNextStatusMsg::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_CanPlayStatusMsg_Result) == 0x000079, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_CanPlayStatusMsg_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_GetTaskHideInHUD_NewParam) == 0x00007A, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_GetTaskHideInHUD_NewParam' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Not_PreBool_ReturnValue_2) == 0x00007B, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, Temp_int_Array_Index_Variable_1) == 0x00007C, "Member 'WBP_HUD_C_PlayNextStatusMsg::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_AddChild_ReturnValue_1) == 0x000080, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, K2Node_MakeStruct_SlateChildSize) == 0x000088, "Member 'WBP_HUD_C_PlayNextStatusMsg::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_AddChild_ReturnValue_2) == 0x000090, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_AddChild_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Array_Get_Item) == 0x000098, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Array_AddUnique_ReturnValue) == 0x0000A0, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_ToString_Result) == 0x0000A8, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_ToString_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000B8, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Concat_StrStr_ReturnValue) == 0x0000C0, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Array_Length_ReturnValue) == 0x0000D0, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, Temp_int_Loop_Counter_Variable_1) == 0x0000D4, "Member 'WBP_HUD_C_PlayNextStatusMsg::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Less_IntInt_ReturnValue) == 0x0000E4, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E5, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_BooleanAND_ReturnValue) == 0x0000E6, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayNextStatusMsg, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000E8, "Member 'WBP_HUD_C_PlayNextStatusMsg::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_CanPlayStatusMsg \ static_assert(alignof(WBP_HUD_C_CanPlayStatusMsg) == 0x000008, "Wrong alignment on WBP_HUD_C_CanPlayStatusMsg"); \ static_assert(sizeof(WBP_HUD_C_CanPlayStatusMsg) == 0x000060, "Wrong size on WBP_HUD_C_CanPlayStatusMsg"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, StatusMsgWidget) == 0x000000, "Member 'WBP_HUD_C_CanPlayStatusMsg::StatusMsgWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, Result) == 0x000008, "Member 'WBP_HUD_C_CanPlayStatusMsg::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, Loc_QueuedTaskMsg) == 0x000010, "Member 'WBP_HUD_C_CanPlayStatusMsg::Loc_QueuedTaskMsg' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, Loc_QueuedObjectiveMsg) == 0x000018, "Member 'WBP_HUD_C_CanPlayStatusMsg::Loc_QueuedObjectiveMsg' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_IsPlayingTaskMsg_Result) == 0x000020, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_IsPlayingTaskMsg_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_IsDisplayingAnyObjectiveMsgs_Result) == 0x000023, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_IsDisplayingAnyObjectiveMsgs_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_Not_PreBool_ReturnValue_1) == 0x000024, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, K2Node_DynamicCast_AsWBP_HUDTitle_Card) == 0x000028, "Member 'WBP_HUD_C_CanPlayStatusMsg::K2Node_DynamicCast_AsWBP_HUDTitle_Card' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_HUD_C_CanPlayStatusMsg::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_BooleanAND_ReturnValue) == 0x000031, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_IsPlayingTitleMsg_Result) == 0x000032, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_IsPlayingTitleMsg_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_Not_PreBool_ReturnValue_2) == 0x000033, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_IsPlayingTitleMsg_Result_1) == 0x000034, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_IsPlayingTitleMsg_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_Not_PreBool_ReturnValue_3) == 0x000035, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_GetVisibility_ReturnValue) == 0x000036, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_IsDisplayingAnyObjectiveMsgs_Result_1) == 0x000037, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_IsDisplayingAnyObjectiveMsgs_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000038, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_Not_PreBool_ReturnValue_4) == 0x000039, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_BooleanAND_ReturnValue_1) == 0x00003A, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_IsPlayingTaskMsg_Result_1) == 0x00003B, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_IsPlayingTaskMsg_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_Not_PreBool_ReturnValue_5) == 0x00003C, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, K2Node_DynamicCast_AsWBP_HUDTask_Status_Msg_Item) == 0x000040, "Member 'WBP_HUD_C_CanPlayStatusMsg::K2Node_DynamicCast_AsWBP_HUDTask_Status_Msg_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'WBP_HUD_C_CanPlayStatusMsg::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, CallFunc_BooleanAND_ReturnValue_2) == 0x000049, "Member 'WBP_HUD_C_CanPlayStatusMsg::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, K2Node_DynamicCast_AsWBP_HUDObjective_Status_Msg_Item) == 0x000050, "Member 'WBP_HUD_C_CanPlayStatusMsg::K2Node_DynamicCast_AsWBP_HUDObjective_Status_Msg_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_CanPlayStatusMsg, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'WBP_HUD_C_CanPlayStatusMsg::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_IsPlayingTaskMsg \ static_assert(alignof(WBP_HUD_C_IsPlayingTaskMsg) == 0x000008, "Wrong alignment on WBP_HUD_C_IsPlayingTaskMsg"); \ static_assert(sizeof(WBP_HUD_C_IsPlayingTaskMsg) == 0x000040, "Wrong size on WBP_HUD_C_IsPlayingTaskMsg"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTaskMsg, Result) == 0x000000, "Member 'WBP_HUD_C_IsPlayingTaskMsg::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTaskMsg, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_HUD_C_IsPlayingTaskMsg::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTaskMsg, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_HUD_C_IsPlayingTaskMsg::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTaskMsg, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_HUD_C_IsPlayingTaskMsg::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTaskMsg, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_HUD_C_IsPlayingTaskMsg::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTaskMsg, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_HUD_C_IsPlayingTaskMsg::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTaskMsg, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_HUD_C_IsPlayingTaskMsg::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTaskMsg, K2Node_DynamicCast_AsWBP_HUDTask_Status_Msg_Item) == 0x000030, "Member 'WBP_HUD_C_IsPlayingTaskMsg::K2Node_DynamicCast_AsWBP_HUDTask_Status_Msg_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTaskMsg, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_HUD_C_IsPlayingTaskMsg::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTaskMsg, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'WBP_HUD_C_IsPlayingTaskMsg::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_IsPlayingObjectiveMsgs \ static_assert(alignof(WBP_HUD_C_IsPlayingObjectiveMsgs) == 0x000008, "Wrong alignment on WBP_HUD_C_IsPlayingObjectiveMsgs"); \ static_assert(sizeof(WBP_HUD_C_IsPlayingObjectiveMsgs) == 0x000040, "Wrong size on WBP_HUD_C_IsPlayingObjectiveMsgs"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingObjectiveMsgs, Result) == 0x000000, "Member 'WBP_HUD_C_IsPlayingObjectiveMsgs::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingObjectiveMsgs, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_HUD_C_IsPlayingObjectiveMsgs::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingObjectiveMsgs, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_HUD_C_IsPlayingObjectiveMsgs::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingObjectiveMsgs, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_HUD_C_IsPlayingObjectiveMsgs::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingObjectiveMsgs, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_HUD_C_IsPlayingObjectiveMsgs::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingObjectiveMsgs, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_HUD_C_IsPlayingObjectiveMsgs::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingObjectiveMsgs, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_HUD_C_IsPlayingObjectiveMsgs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingObjectiveMsgs, K2Node_DynamicCast_AsWBP_HUDObjective_Status_Msg_Item) == 0x000030, "Member 'WBP_HUD_C_IsPlayingObjectiveMsgs::K2Node_DynamicCast_AsWBP_HUDObjective_Status_Msg_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingObjectiveMsgs, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_HUD_C_IsPlayingObjectiveMsgs::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingObjectiveMsgs, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'WBP_HUD_C_IsPlayingObjectiveMsgs::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_IsPlayingAnyObjectiveMsgs \ static_assert(alignof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs) == 0x000008, "Wrong alignment on WBP_HUD_C_IsPlayingAnyObjectiveMsgs"); \ static_assert(sizeof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs) == 0x000150, "Wrong size on WBP_HUD_C_IsPlayingAnyObjectiveMsgs"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, LogPlaying) == 0x000000, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::LogPlaying' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, LogTag) == 0x000008, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::LogTag' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, Result) == 0x000018, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, Loc_Result) == 0x000019, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, Loc_DisplayingTitle) == 0x00001A, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::Loc_DisplayingTitle' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, Loc_DisplayingObjectives) == 0x00001B, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::Loc_DisplayingObjectives' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, Loc_DisplayingTask) == 0x00001C, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::Loc_DisplayingTask' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, Loc_HasQueuedMsgs) == 0x00001D, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::Loc_HasQueuedMsgs' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Conv_BoolToString_ReturnValue) == 0x000020, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000030, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Conv_BoolToString_ReturnValue_2) == 0x000040, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Conv_BoolToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Conv_BoolToString_ReturnValue_3) == 0x000050, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Conv_BoolToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000090, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000A0, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Not_PreBool_ReturnValue) == 0x0000B0, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000B8, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000C8, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000D8, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0000E8, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0000F8, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_BooleanOR_ReturnValue) == 0x000108, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_IsPlayingTitleMsg_Result) == 0x000109, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_IsPlayingTitleMsg_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_BooleanOR_ReturnValue_1) == 0x00010A, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_BooleanOR_ReturnValue_2) == 0x00010B, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_GetAllChildren_ReturnValue) == 0x000110, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Array_Length_ReturnValue) == 0x000120, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_GetAllChildren_ReturnValue_1) == 0x000128, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Greater_IntInt_ReturnValue) == 0x000138, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Array_Length_ReturnValue_1) == 0x00013C, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000140, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Array_Length_ReturnValue_2) == 0x000144, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingAnyObjectiveMsgs, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000148, "Member 'WBP_HUD_C_IsPlayingAnyObjectiveMsgs::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_IsDisplayingAnyObjectiveMsgs \ static_assert(alignof(WBP_HUD_C_IsDisplayingAnyObjectiveMsgs) == 0x000008, "Wrong alignment on WBP_HUD_C_IsDisplayingAnyObjectiveMsgs"); \ static_assert(sizeof(WBP_HUD_C_IsDisplayingAnyObjectiveMsgs) == 0x000020, "Wrong size on WBP_HUD_C_IsDisplayingAnyObjectiveMsgs"); \ static_assert(offsetof(WBP_HUD_C_IsDisplayingAnyObjectiveMsgs, Result) == 0x000000, "Member 'WBP_HUD_C_IsDisplayingAnyObjectiveMsgs::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsDisplayingAnyObjectiveMsgs, CallFunc_GetAllChildren_ReturnValue) == 0x000008, "Member 'WBP_HUD_C_IsDisplayingAnyObjectiveMsgs::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsDisplayingAnyObjectiveMsgs, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_HUD_C_IsDisplayingAnyObjectiveMsgs::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsDisplayingAnyObjectiveMsgs, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_HUD_C_IsDisplayingAnyObjectiveMsgs::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_StartObjectiveReminder \ static_assert(alignof(WBP_HUD_C_StartObjectiveReminder) == 0x000008, "Wrong alignment on WBP_HUD_C_StartObjectiveReminder"); \ static_assert(sizeof(WBP_HUD_C_StartObjectiveReminder) == 0x000028, "Wrong size on WBP_HUD_C_StartObjectiveReminder"); \ static_assert(offsetof(WBP_HUD_C_StartObjectiveReminder, AdditionalTime) == 0x000000, "Member 'WBP_HUD_C_StartObjectiveReminder::AdditionalTime' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_StartObjectiveReminder, Loc_Time) == 0x000004, "Member 'WBP_HUD_C_StartObjectiveReminder::Loc_Time' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_StartObjectiveReminder, CallFunc_Add_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_HUD_C_StartObjectiveReminder::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_StartObjectiveReminder, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_HUD_C_StartObjectiveReminder::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_StartObjectiveReminder, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000020, "Member 'WBP_HUD_C_StartObjectiveReminder::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnObjectiveReminderExpired \ static_assert(alignof(WBP_HUD_C_OnObjectiveReminderExpired) == 0x000008, "Wrong alignment on WBP_HUD_C_OnObjectiveReminderExpired"); \ static_assert(sizeof(WBP_HUD_C_OnObjectiveReminderExpired) == 0x000030, "Wrong size on WBP_HUD_C_OnObjectiveReminderExpired"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveReminderExpired, CallFunc_DisplayActiveObjectives_Displayed) == 0x000000, "Member 'WBP_HUD_C_OnObjectiveReminderExpired::CallFunc_DisplayActiveObjectives_Displayed' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveReminderExpired, CallFunc_GetVisibility_ReturnValue) == 0x000001, "Member 'WBP_HUD_C_OnObjectiveReminderExpired::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveReminderExpired, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WBP_HUD_C_OnObjectiveReminderExpired::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveReminderExpired, CallFunc_MakeLiteralString_ReturnValue) == 0x000008, "Member 'WBP_HUD_C_OnObjectiveReminderExpired::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveReminderExpired, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000018, "Member 'WBP_HUD_C_OnObjectiveReminderExpired::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveReminderExpired, CallFunc_IsPlayingAnyObjectiveMsgs_Result) == 0x000028, "Member 'WBP_HUD_C_OnObjectiveReminderExpired::CallFunc_IsPlayingAnyObjectiveMsgs_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveReminderExpired, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'WBP_HUD_C_OnObjectiveReminderExpired::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnObjectiveReminderExpired, CallFunc_BooleanAND_ReturnValue) == 0x00002A, "Member 'WBP_HUD_C_OnObjectiveReminderExpired::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_PlayObjectiveReminderVO \ static_assert(alignof(WBP_HUD_C_PlayObjectiveReminderVO) == 0x000008, "Wrong alignment on WBP_HUD_C_PlayObjectiveReminderVO"); \ static_assert(sizeof(WBP_HUD_C_PlayObjectiveReminderVO) == 0x000038, "Wrong size on WBP_HUD_C_PlayObjectiveReminderVO"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveReminderVO, Objective) == 0x000000, "Member 'WBP_HUD_C_PlayObjectiveReminderVO::Objective' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveReminderVO, Loc_Objective) == 0x000008, "Member 'WBP_HUD_C_PlayObjectiveReminderVO::Loc_Objective' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveReminderVO, K2Node_DynamicCast_AsBP_Objective_Base) == 0x000010, "Member 'WBP_HUD_C_PlayObjectiveReminderVO::K2Node_DynamicCast_AsBP_Objective_Base' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveReminderVO, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_HUD_C_PlayObjectiveReminderVO::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveReminderVO, CallFunc_Array_Random_OutItem) == 0x000020, "Member 'WBP_HUD_C_PlayObjectiveReminderVO::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveReminderVO, CallFunc_Array_Random_OutIndex) == 0x000028, "Member 'WBP_HUD_C_PlayObjectiveReminderVO::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveReminderVO, CallFunc_IsValid_ReturnValue) == 0x00002C, "Member 'WBP_HUD_C_PlayObjectiveReminderVO::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveReminderVO, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'WBP_HUD_C_PlayObjectiveReminderVO::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveReminderVO, CallFunc_Greater_IntInt_ReturnValue) == 0x000034, "Member 'WBP_HUD_C_PlayObjectiveReminderVO::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_StopObjectiveReminder \ static_assert(alignof(WBP_HUD_C_StopObjectiveReminder) == 0x000008, "Wrong alignment on WBP_HUD_C_StopObjectiveReminder"); \ static_assert(sizeof(WBP_HUD_C_StopObjectiveReminder) == 0x000008, "Wrong size on WBP_HUD_C_StopObjectiveReminder"); \ static_assert(offsetof(WBP_HUD_C_StopObjectiveReminder, K2Node_MakeStruct_TimerHandle) == 0x000000, "Member 'WBP_HUD_C_StopObjectiveReminder::K2Node_MakeStruct_TimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_ForceShowActiveObjectives \ static_assert(alignof(WBP_HUD_C_ForceShowActiveObjectives) == 0x000008, "Wrong alignment on WBP_HUD_C_ForceShowActiveObjectives"); \ static_assert(sizeof(WBP_HUD_C_ForceShowActiveObjectives) == 0x000048, "Wrong size on WBP_HUD_C_ForceShowActiveObjectives"); \ static_assert(offsetof(WBP_HUD_C_ForceShowActiveObjectives, Sender) == 0x000000, "Member 'WBP_HUD_C_ForceShowActiveObjectives::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ForceShowActiveObjectives, Event) == 0x000008, "Member 'WBP_HUD_C_ForceShowActiveObjectives::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ForceShowActiveObjectives, Loc_DisplayedAnObjective) == 0x000010, "Member 'WBP_HUD_C_ForceShowActiveObjectives::Loc_DisplayedAnObjective' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ForceShowActiveObjectives, Loc_ActiveObjectives) == 0x000018, "Member 'WBP_HUD_C_ForceShowActiveObjectives::Loc_ActiveObjectives' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ForceShowActiveObjectives, Loc_CurrElemObjectiveWidget) == 0x000028, "Member 'WBP_HUD_C_ForceShowActiveObjectives::Loc_CurrElemObjectiveWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ForceShowActiveObjectives, Loc_CurrElemObjectiveBase) == 0x000030, "Member 'WBP_HUD_C_ForceShowActiveObjectives::Loc_CurrElemObjectiveBase' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ForceShowActiveObjectives, Loc_CurrElem) == 0x000038, "Member 'WBP_HUD_C_ForceShowActiveObjectives::Loc_CurrElem' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ForceShowActiveObjectives, CallFunc_DisplayActiveObjectives_Displayed) == 0x000040, "Member 'WBP_HUD_C_ForceShowActiveObjectives::CallFunc_DisplayActiveObjectives_Displayed' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ForceShowActiveObjectives, CallFunc_IsPlayingAnyObjectiveMsgs_Result) == 0x000041, "Member 'WBP_HUD_C_ForceShowActiveObjectives::CallFunc_IsPlayingAnyObjectiveMsgs_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_ForceShowActiveObjectives, CallFunc_Not_PreBool_ReturnValue) == 0x000042, "Member 'WBP_HUD_C_ForceShowActiveObjectives::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_GetRootPanelVisibility \ static_assert(alignof(WBP_HUD_C_GetRootPanelVisibility) == 0x000008, "Wrong alignment on WBP_HUD_C_GetRootPanelVisibility"); \ static_assert(sizeof(WBP_HUD_C_GetRootPanelVisibility) == 0x000018, "Wrong size on WBP_HUD_C_GetRootPanelVisibility"); \ static_assert(offsetof(WBP_HUD_C_GetRootPanelVisibility, ReturnValue) == 0x000000, "Member 'WBP_HUD_C_GetRootPanelVisibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetRootPanelVisibility, Temp_bool_Variable) == 0x000001, "Member 'WBP_HUD_C_GetRootPanelVisibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetRootPanelVisibility, Temp_byte_Variable) == 0x000002, "Member 'WBP_HUD_C_GetRootPanelVisibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetRootPanelVisibility, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_HUD_C_GetRootPanelVisibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetRootPanelVisibility, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000008, "Member 'WBP_HUD_C_GetRootPanelVisibility::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetRootPanelVisibility, K2Node_Select_Default) == 0x000010, "Member 'WBP_HUD_C_GetRootPanelVisibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_ShowHYBDisabled \ static_assert(alignof(WBP_HUD_C_ShowHYBDisabled) == 0x000008, "Wrong alignment on WBP_HUD_C_ShowHYBDisabled"); \ static_assert(sizeof(WBP_HUD_C_ShowHYBDisabled) == 0x000088, "Wrong size on WBP_HUD_C_ShowHYBDisabled"); \ static_assert(offsetof(WBP_HUD_C_ShowHYBDisabled, K2Node_MakeStruct_SlateBrush) == 0x000000, "Member 'WBP_HUD_C_ShowHYBDisabled::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_HideHYBDisabled \ static_assert(alignof(WBP_HUD_C_HideHYBDisabled) == 0x000008, "Wrong alignment on WBP_HUD_C_HideHYBDisabled"); \ static_assert(sizeof(WBP_HUD_C_HideHYBDisabled) == 0x000088, "Wrong size on WBP_HUD_C_HideHYBDisabled"); \ static_assert(offsetof(WBP_HUD_C_HideHYBDisabled, K2Node_MakeStruct_SlateBrush) == 0x000000, "Member 'WBP_HUD_C_HideHYBDisabled::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_DisplayActiveObjectives \ static_assert(alignof(WBP_HUD_C_DisplayActiveObjectives) == 0x000008, "Wrong alignment on WBP_HUD_C_DisplayActiveObjectives"); \ static_assert(sizeof(WBP_HUD_C_DisplayActiveObjectives) == 0x000210, "Wrong size on WBP_HUD_C_DisplayActiveObjectives"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, IsReminder) == 0x000000, "Member 'WBP_HUD_C_DisplayActiveObjectives::IsReminder' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, AnimType) == 0x000001, "Member 'WBP_HUD_C_DisplayActiveObjectives::AnimType' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, Displayed) == 0x000002, "Member 'WBP_HUD_C_DisplayActiveObjectives::Displayed' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, Loc_Result) == 0x000003, "Member 'WBP_HUD_C_DisplayActiveObjectives::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, Loc_CurrTask) == 0x000008, "Member 'WBP_HUD_C_DisplayActiveObjectives::Loc_CurrTask' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, Loc_DisplayedAnObjective) == 0x000010, "Member 'WBP_HUD_C_DisplayActiveObjectives::Loc_DisplayedAnObjective' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, Loc_ActiveObjectives) == 0x000018, "Member 'WBP_HUD_C_DisplayActiveObjectives::Loc_ActiveObjectives' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, Loc_CurrElemObjectiveWidget) == 0x000028, "Member 'WBP_HUD_C_DisplayActiveObjectives::Loc_CurrElemObjectiveWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, Loc_CurrElemObjectiveBase) == 0x000030, "Member 'WBP_HUD_C_DisplayActiveObjectives::Loc_CurrElemObjectiveBase' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, Loc_CurrElem) == 0x000038, "Member 'WBP_HUD_C_DisplayActiveObjectives::Loc_CurrElem' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, Temp_int_Array_Index_Variable) == 0x000040, "Member 'WBP_HUD_C_DisplayActiveObjectives::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'WBP_HUD_C_DisplayActiveObjectives::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_ToString_ReturnValue) == 0x000050, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_ToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_ToString_ReturnValue_1) == 0x000060, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_ToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, K2Node_MakeStruct_SlateChildSize) == 0x000080, "Member 'WBP_HUD_C_DisplayActiveObjectives::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Conv_BoolToString_ReturnValue) == 0x000088, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000098, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A8, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000B8, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_ToString_ReturnValue_2) == 0x0000C8, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_ToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000D8, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000E8, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000F8, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000108, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Create_ReturnValue) == 0x000118, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_ToString_ReturnValue_3) == 0x000120, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_ToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x000130, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000138, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_AddChild_ReturnValue) == 0x000148, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_GetPlayerTaskStatus_ReturnValue) == 0x000150, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_GetPlayerTaskStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000151, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_GetCurrentPlayerTask_ReturnValue) == 0x000158, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_GetCurrentPlayerTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, K2Node_DynamicCast_AsBP_Player_Task_Base) == 0x000168, "Member 'WBP_HUD_C_DisplayActiveObjectives::K2Node_DynamicCast_AsBP_Player_Task_Base' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'WBP_HUD_C_DisplayActiveObjectives::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_PlayObjectiveListAnim_AnimDuration) == 0x000174, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_PlayObjectiveListAnim_AnimDuration' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Not_PreBool_ReturnValue) == 0x000178, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_BooleanOR_ReturnValue) == 0x000179, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_TextIsEmpty_ReturnValue) == 0x00017A, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Not_PreBool_ReturnValue_1) == 0x00017B, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Array_Get_Item) == 0x000180, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Array_Length_ReturnValue) == 0x000188, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Array_Get_Item_1) == 0x000190, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Greater_IntInt_ReturnValue) == 0x000198, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Array_Length_ReturnValue_1) == 0x00019C, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_ToString_Result) == 0x0001A8, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_ToString_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0001B8, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_IsOptional_ReturnValue) == 0x0001C8, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_IsOptional_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_GetObjectiveStatus_ReturnValue) == 0x0001C9, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_GetObjectiveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, K2Node_DynamicCast_AsBP_Objective_Base) == 0x0001D0, "Member 'WBP_HUD_C_DisplayActiveObjectives::K2Node_DynamicCast_AsBP_Objective_Base' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, K2Node_DynamicCast_bSuccess_1) == 0x0001D8, "Member 'WBP_HUD_C_DisplayActiveObjectives::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_AddChild_ReturnValue_1) == 0x0001E0, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_AddChild_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_GetOwningPlayer_ReturnValue) == 0x0001E8, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_MakeLiteralByte_ReturnValue) == 0x0001F0, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_Create_ReturnValue_1) == 0x0001F8, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_DisplayActiveObjectives, CallFunc_GetActiveObjectives_ReturnValue) == 0x000200, "Member 'WBP_HUD_C_DisplayActiveObjectives::CallFunc_GetActiveObjectives_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_PlayObjectiveListAnim \ static_assert(alignof(WBP_HUD_C_PlayObjectiveListAnim) == 0x000008, "Wrong alignment on WBP_HUD_C_PlayObjectiveListAnim"); \ static_assert(sizeof(WBP_HUD_C_PlayObjectiveListAnim) == 0x0000E8, "Wrong size on WBP_HUD_C_PlayObjectiveListAnim"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, AnimType) == 0x000000, "Member 'WBP_HUD_C_PlayObjectiveListAnim::AnimType' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, AnimDuration) == 0x000004, "Member 'WBP_HUD_C_PlayObjectiveListAnim::AnimDuration' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, Loc_NumLoops) == 0x000008, "Member 'WBP_HUD_C_PlayObjectiveListAnim::Loc_NumLoops' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, Loc_Duration) == 0x00000C, "Member 'WBP_HUD_C_PlayObjectiveListAnim::Loc_Duration' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, Loc_Anim) == 0x000010, "Member 'WBP_HUD_C_PlayObjectiveListAnim::Loc_Anim' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_Conv_FloatToString_ReturnValue) == 0x000018, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_Conv_IntToString_ReturnValue) == 0x000028, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000038, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_GetDisplayName_ReturnValue) == 0x000048, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, K2Node_CreateDelegate_OutputDelegate) == 0x000068, "Member 'WBP_HUD_C_PlayObjectiveListAnim::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000098, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000A8, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000B8, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000C8, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, CallFunc_PlayAnimation_ReturnValue) == 0x0000D8, "Member 'WBP_HUD_C_PlayObjectiveListAnim::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_PlayObjectiveListAnim, K2Node_SwitchEnum_CmpSuccess) == 0x0000E0, "Member 'WBP_HUD_C_PlayObjectiveListAnim::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_SetHUDWidgetsVisibility \ static_assert(alignof(WBP_HUD_C_SetHUDWidgetsVisibility) == 0x000008, "Wrong alignment on WBP_HUD_C_SetHUDWidgetsVisibility"); \ static_assert(sizeof(WBP_HUD_C_SetHUDWidgetsVisibility) == 0x000058, "Wrong size on WBP_HUD_C_SetHUDWidgetsVisibility"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsVisibility, NewVisibility) == 0x000000, "Member 'WBP_HUD_C_SetHUDWidgetsVisibility::NewVisibility' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_HUD_C_SetHUDWidgetsVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsVisibility, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'WBP_HUD_C_SetHUDWidgetsVisibility::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsVisibility, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000018, "Member 'WBP_HUD_C_SetHUDWidgetsVisibility::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsVisibility, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_HUD_C_SetHUDWidgetsVisibility::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsVisibility, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'WBP_HUD_C_SetHUDWidgetsVisibility::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsVisibility, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000048, "Member 'WBP_HUD_C_SetHUDWidgetsVisibility::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_SetHUDWidgetsDisabled \ static_assert(alignof(WBP_HUD_C_SetHUDWidgetsDisabled) == 0x000008, "Wrong alignment on WBP_HUD_C_SetHUDWidgetsDisabled"); \ static_assert(sizeof(WBP_HUD_C_SetHUDWidgetsDisabled) == 0x000058, "Wrong size on WBP_HUD_C_SetHUDWidgetsDisabled"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsDisabled, Disable) == 0x000000, "Member 'WBP_HUD_C_SetHUDWidgetsDisabled::Disable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsDisabled, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_HUD_C_SetHUDWidgetsDisabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsDisabled, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'WBP_HUD_C_SetHUDWidgetsDisabled::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsDisabled, CallFunc_Conv_BoolToString_ReturnValue) == 0x000018, "Member 'WBP_HUD_C_SetHUDWidgetsDisabled::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsDisabled, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_HUD_C_SetHUDWidgetsDisabled::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsDisabled, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'WBP_HUD_C_SetHUDWidgetsDisabled::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_SetHUDWidgetsDisabled, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000048, "Member 'WBP_HUD_C_SetHUDWidgetsDisabled::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnHideAreaFXStatus \ static_assert(alignof(WBP_HUD_C_OnHideAreaFXStatus) == 0x000008, "Wrong alignment on WBP_HUD_C_OnHideAreaFXStatus"); \ static_assert(sizeof(WBP_HUD_C_OnHideAreaFXStatus) == 0x000028, "Wrong size on WBP_HUD_C_OnHideAreaFXStatus"); \ static_assert(offsetof(WBP_HUD_C_OnHideAreaFXStatus, Sender) == 0x000000, "Member 'WBP_HUD_C_OnHideAreaFXStatus::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnHideAreaFXStatus, Event) == 0x000008, "Member 'WBP_HUD_C_OnHideAreaFXStatus::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnHideAreaFXStatus, Loc_EventCast) == 0x000010, "Member 'WBP_HUD_C_OnHideAreaFXStatus::Loc_EventCast' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnHideAreaFXStatus, K2Node_DynamicCast_AsBPE_DTM_Hide_Area_FXStatus) == 0x000018, "Member 'WBP_HUD_C_OnHideAreaFXStatus::K2Node_DynamicCast_AsBPE_DTM_Hide_Area_FXStatus' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnHideAreaFXStatus, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_HUD_C_OnHideAreaFXStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_TickHideAreaIcon \ static_assert(alignof(WBP_HUD_C_TickHideAreaIcon) == 0x000004, "Wrong alignment on WBP_HUD_C_TickHideAreaIcon"); \ static_assert(sizeof(WBP_HUD_C_TickHideAreaIcon) == 0x000038, "Wrong size on WBP_HUD_C_TickHideAreaIcon"); \ static_assert(offsetof(WBP_HUD_C_TickHideAreaIcon, DeltaTime) == 0x000000, "Member 'WBP_HUD_C_TickHideAreaIcon::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_TickHideAreaIcon, Loc_CurrColor) == 0x000004, "Member 'WBP_HUD_C_TickHideAreaIcon::Loc_CurrColor' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_TickHideAreaIcon, Loc_NewVal) == 0x000014, "Member 'WBP_HUD_C_TickHideAreaIcon::Loc_NewVal' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_TickHideAreaIcon, Loc_CurrVal) == 0x000018, "Member 'WBP_HUD_C_TickHideAreaIcon::Loc_CurrVal' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_TickHideAreaIcon, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00001C, "Member 'WBP_HUD_C_TickHideAreaIcon::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_TickHideAreaIcon, K2Node_MakeStruct_LinearColor) == 0x000020, "Member 'WBP_HUD_C_TickHideAreaIcon::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_TickHideAreaIcon, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x000030, "Member 'WBP_HUD_C_TickHideAreaIcon::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_TickHideAreaIcon, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000031, "Member 'WBP_HUD_C_TickHideAreaIcon::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_TickHideAreaIcon, CallFunc_FInterpTo_ReturnValue) == 0x000034, "Member 'WBP_HUD_C_TickHideAreaIcon::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_OnTextOverlayEvent \ static_assert(alignof(WBP_HUD_C_OnTextOverlayEvent) == 0x000008, "Wrong alignment on WBP_HUD_C_OnTextOverlayEvent"); \ static_assert(sizeof(WBP_HUD_C_OnTextOverlayEvent) == 0x000020, "Wrong size on WBP_HUD_C_OnTextOverlayEvent"); \ static_assert(offsetof(WBP_HUD_C_OnTextOverlayEvent, Sender) == 0x000000, "Member 'WBP_HUD_C_OnTextOverlayEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnTextOverlayEvent, Event) == 0x000008, "Member 'WBP_HUD_C_OnTextOverlayEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnTextOverlayEvent, K2Node_DynamicCast_AsBPE_Global_on_Text_Overlay) == 0x000010, "Member 'WBP_HUD_C_OnTextOverlayEvent::K2Node_DynamicCast_AsBPE_Global_on_Text_Overlay' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_OnTextOverlayEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_HUD_C_OnTextOverlayEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_HasCrosshairFX \ static_assert(alignof(WBP_HUD_C_HasCrosshairFX) == 0x000008, "Wrong alignment on WBP_HUD_C_HasCrosshairFX"); \ static_assert(sizeof(WBP_HUD_C_HasCrosshairFX) == 0x000048, "Wrong size on WBP_HUD_C_HasCrosshairFX"); \ static_assert(offsetof(WBP_HUD_C_HasCrosshairFX, CrosshairInfo) == 0x000000, "Member 'WBP_HUD_C_HasCrosshairFX::CrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_HasCrosshairFX, Result) == 0x000030, "Member 'WBP_HUD_C_HasCrosshairFX::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_HasCrosshairFX, K2Node_DynamicCast_AsBP_Base_Crosshair_FX) == 0x000038, "Member 'WBP_HUD_C_HasCrosshairFX::K2Node_DynamicCast_AsBP_Base_Crosshair_FX' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_HasCrosshairFX, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_HUD_C_HasCrosshairFX::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_HasCrosshairFX, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'WBP_HUD_C_HasCrosshairFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_GetCrosshairFX \ static_assert(alignof(WBP_HUD_C_GetCrosshairFX) == 0x000008, "Wrong alignment on WBP_HUD_C_GetCrosshairFX"); \ static_assert(sizeof(WBP_HUD_C_GetCrosshairFX) == 0x000050, "Wrong size on WBP_HUD_C_GetCrosshairFX"); \ static_assert(offsetof(WBP_HUD_C_GetCrosshairFX, CrosshairInfo) == 0x000000, "Member 'WBP_HUD_C_GetCrosshairFX::CrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetCrosshairFX, Result) == 0x000030, "Member 'WBP_HUD_C_GetCrosshairFX::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetCrosshairFX, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'WBP_HUD_C_GetCrosshairFX::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetCrosshairFX, K2Node_DynamicCast_AsBP_Base_Crosshair_FX) == 0x000040, "Member 'WBP_HUD_C_GetCrosshairFX::K2Node_DynamicCast_AsBP_Base_Crosshair_FX' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_GetCrosshairFX, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_HUD_C_GetCrosshairFX::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUD_C_IsPlayingTitleMsg \ static_assert(alignof(WBP_HUD_C_IsPlayingTitleMsg) == 0x000008, "Wrong alignment on WBP_HUD_C_IsPlayingTitleMsg"); \ static_assert(sizeof(WBP_HUD_C_IsPlayingTitleMsg) == 0x000020, "Wrong size on WBP_HUD_C_IsPlayingTitleMsg"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTitleMsg, Result) == 0x000000, "Member 'WBP_HUD_C_IsPlayingTitleMsg::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTitleMsg, CallFunc_GetAllChildren_ReturnValue) == 0x000008, "Member 'WBP_HUD_C_IsPlayingTitleMsg::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTitleMsg, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'WBP_HUD_C_IsPlayingTitleMsg::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUD_C_IsPlayingTitleMsg, CallFunc_Greater_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_HUD_C_IsPlayingTitleMsg::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_HUD_C \ static_assert(alignof(UWBP_HUD_C) == 0x000008, "Wrong alignment on UWBP_HUD_C"); \ static_assert(sizeof(UWBP_HUD_C) == 0x000488, "Wrong size on UWBP_HUD_C"); \ static_assert(offsetof(UWBP_HUD_C, UberGraphFrame) == 0x000260, "Member 'UWBP_HUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, ObjectiveListReminderManually) == 0x000268, "Member 'UWBP_HUD_C::ObjectiveListReminderManually' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, ObjectiveListReminder) == 0x000270, "Member 'UWBP_HUD_C::ObjectiveListReminder' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, ObjectiveListFade) == 0x000278, "Member 'UWBP_HUD_C::ObjectiveListFade' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HYBDisabledCooldown) == 0x000280, "Member 'UWBP_HUD_C::HYBDisabledCooldown' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HYBDisabledFadeOut) == 0x000288, "Member 'UWBP_HUD_C::HYBDisabledFadeOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HYBDisabledCountdownBlink) == 0x000290, "Member 'UWBP_HUD_C::HYBDisabledCountdownBlink' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrouchDisabledHightlight) == 0x000298, "Member 'UWBP_HUD_C::CrouchDisabledHightlight' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrouchEnabledFadeOut) == 0x0002A0, "Member 'UWBP_HUD_C::CrouchEnabledFadeOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrouchEnabledFadeIn) == 0x0002A8, "Member 'UWBP_HUD_C::CrouchEnabledFadeIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HYBDisabledHightlight) == 0x0002B0, "Member 'UWBP_HUD_C::HYBDisabledHightlight' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HYBEnabledFadeOut) == 0x0002B8, "Member 'UWBP_HUD_C::HYBEnabledFadeOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HYBEnabledFadeIn) == 0x0002C0, "Member 'UWBP_HUD_C::HYBEnabledFadeIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, SprintDisabledHightlight) == 0x0002C8, "Member 'UWBP_HUD_C::SprintDisabledHightlight' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, SprintEnabledFadeOut) == 0x0002D0, "Member 'UWBP_HUD_C::SprintEnabledFadeOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, SprintEnabledFadeIn) == 0x0002D8, "Member 'UWBP_HUD_C::SprintEnabledFadeIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, Background) == 0x0002E0, "Member 'UWBP_HUD_C::Background' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, ClueTriangleIcon) == 0x0002E8, "Member 'UWBP_HUD_C::ClueTriangleIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrosshairRootPanel) == 0x0002F0, "Member 'UWBP_HUD_C::CrosshairRootPanel' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, DefaultCrosshairImage) == 0x0002F8, "Member 'UWBP_HUD_C::DefaultCrosshairImage' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HUDMainWidgetRoot) == 0x000300, "Member 'UWBP_HUD_C::HUDMainWidgetRoot' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HYBIcon) == 0x000308, "Member 'UWBP_HUD_C::HYBIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, ObjectiveListTitle) == 0x000310, "Member 'UWBP_HUD_C::ObjectiveListTitle' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, ObjectiveMsgVerticalBox) == 0x000318, "Member 'UWBP_HUD_C::ObjectiveMsgVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, RightCornerMsg_VerticalBox) == 0x000320, "Member 'UWBP_HUD_C::RightCornerMsg_VerticalBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, RootPanel) == 0x000328, "Member 'UWBP_HUD_C::RootPanel' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, SprintIcon) == 0x000330, "Member 'UWBP_HUD_C::SprintIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, TaskMsgVerticalBox) == 0x000338, "Member 'UWBP_HUD_C::TaskMsgVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, TitleVerticalBox) == 0x000340, "Member 'UWBP_HUD_C::TitleVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, WidgetHUDPromptMsg) == 0x000348, "Member 'UWBP_HUD_C::WidgetHUDPromptMsg' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, WidgetHUDPromptMsgBottom) == 0x000350, "Member 'UWBP_HUD_C::WidgetHUDPromptMsgBottom' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrosshairColor) == 0x000358, "Member 'UWBP_HUD_C::CrosshairColor' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrosshairSize) == 0x000368, "Member 'UWBP_HUD_C::CrosshairSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrosshairTexture) == 0x000370, "Member 'UWBP_HUD_C::CrosshairTexture' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, SleepListenTask) == 0x000378, "Member 'UWBP_HUD_C::SleepListenTask' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CurrentCrosshairInfo) == 0x000380, "Member 'UWBP_HUD_C::CurrentCrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, PlayerAbilityIconSize) == 0x0003B0, "Member 'UWBP_HUD_C::PlayerAbilityIconSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, DisplayDisabledDuration) == 0x0003B8, "Member 'UWBP_HUD_C::DisplayDisabledDuration' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrouchEnabledIcon) == 0x0003C0, "Member 'UWBP_HUD_C::CrouchEnabledIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrouchDisabledIcon) == 0x0003C8, "Member 'UWBP_HUD_C::CrouchDisabledIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, StealthHYBEnabledIcon) == 0x0003D0, "Member 'UWBP_HUD_C::StealthHYBEnabledIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, StealthHYBDisabledIcon) == 0x0003D8, "Member 'UWBP_HUD_C::StealthHYBDisabledIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, SprintEnabledIcon) == 0x0003E0, "Member 'UWBP_HUD_C::SprintEnabledIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, SprintDisabledIcon) == 0x0003E8, "Member 'UWBP_HUD_C::SprintDisabledIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrouchEnabledSound) == 0x0003F0, "Member 'UWBP_HUD_C::CrouchEnabledSound' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HYBEnabledSound) == 0x0003F8, "Member 'UWBP_HUD_C::HYBEnabledSound' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, SprintEnabledSound) == 0x000400, "Member 'UWBP_HUD_C::SprintEnabledSound' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HYBDisabledAttemptSound) == 0x000408, "Member 'UWBP_HUD_C::HYBDisabledAttemptSound' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, SprintDisabledAttemptSound) == 0x000410, "Member 'UWBP_HUD_C::SprintDisabledAttemptSound' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, IsFirstTimeCheckHYB) == 0x000418, "Member 'UWBP_HUD_C::IsFirstTimeCheckHYB' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, IsFirstTimeCheckSprint) == 0x000419, "Member 'UWBP_HUD_C::IsFirstTimeCheckSprint' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, IsFirstTimeCrouch) == 0x00041A, "Member 'UWBP_HUD_C::IsFirstTimeCrouch' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, IsCrouchActive) == 0x00041B, "Member 'UWBP_HUD_C::IsCrouchActive' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, IsStealthHYBActive) == 0x00041C, "Member 'UWBP_HUD_C::IsStealthHYBActive' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, IsSprintActive) == 0x00041D, "Member 'UWBP_HUD_C::IsSprintActive' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, ObjectiveTimerDuration) == 0x000420, "Member 'UWBP_HUD_C::ObjectiveTimerDuration' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, ObjectiveTimerHandle) == 0x000428, "Member 'UWBP_HUD_C::ObjectiveTimerHandle' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, PendingCrosshairInfo) == 0x000430, "Member 'UWBP_HUD_C::PendingCrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HasPendingCrosshair) == 0x000460, "Member 'UWBP_HUD_C::HasPendingCrosshair' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, QueuedStatusMsgs) == 0x000468, "Member 'UWBP_HUD_C::QueuedStatusMsgs' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, IsSprintIconHidden) == 0x000478, "Member 'UWBP_HUD_C::IsSprintIconHidden' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrosshairVisibility) == 0x000479, "Member 'UWBP_HUD_C::CrosshairVisibility' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrosshairForceVisible) == 0x00047A, "Member 'UWBP_HUD_C::CrosshairForceVisible' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, CrosshairDisabled) == 0x00047B, "Member 'UWBP_HUD_C::CrosshairDisabled' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HudWidgetVisibility) == 0x00047C, "Member 'UWBP_HUD_C::HudWidgetVisibility' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HudWidgetsDisabled) == 0x00047D, "Member 'UWBP_HUD_C::HudWidgetsDisabled' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HideAreaIconTargetValue) == 0x000480, "Member 'UWBP_HUD_C::HideAreaIconTargetValue' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUD_C, HideAreaIconTickEnabled) == 0x000484, "Member 'UWBP_HUD_C::HideAreaIconTickEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ActiveBreathingFill_C \ static_assert(alignof(UBPE_Global_HUD_ActiveBreathingFill_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ActiveBreathingFill_C"); \ static_assert(sizeof(UBPE_Global_HUD_ActiveBreathingFill_C) == 0x000030, "Wrong size on UBPE_Global_HUD_ActiveBreathingFill_C"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingFill_C, LungsFillingDuration) == 0x000028, "Member 'UBPE_Global_HUD_ActiveBreathingFill_C::LungsFillingDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript \ static_assert(alignof(BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript"); \ static_assert(sizeof(BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript) == 0x000030, "Wrong size on BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript"); \ static_assert(offsetof(BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_Greenhouse_Set_Dressing_DeadPlants_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Greenhouse_Set_Dressing_DeadPlants_C \ static_assert(alignof(ABP_Greenhouse_Set_Dressing_DeadPlants_C) == 0x000008, "Wrong alignment on ABP_Greenhouse_Set_Dressing_DeadPlants_C"); \ static_assert(sizeof(ABP_Greenhouse_Set_Dressing_DeadPlants_C) == 0x000CB8, "Wrong size on ABP_Greenhouse_Set_Dressing_DeadPlants_C"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_24) == 0x000230, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_24' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_23) == 0x000238, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_23' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_22) == 0x000240, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_22' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_21) == 0x000248, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_21' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_20) == 0x000250, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_20' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_19) == 0x000258, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_19' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_18) == 0x000260, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_18' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_17) == 0x000268, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_17' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_16) == 0x000270, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_16' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_15) == 0x000278, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_15' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_14) == 0x000280, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_14' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_13) == 0x000288, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_13' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_12) == 0x000290, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_12' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_11) == 0x000298, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_11' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_10) == 0x0002A0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_10' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Kidney_Weed_LOD0_Var9_seumO_9) == 0x0002A8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Kidney_Weed_LOD0_Var9_seumO_9' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Oregano_LOD0_Var1_umkhceeia_4_StaticMeshComponent1) == 0x0002B0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Oregano_LOD0_Var1_umkhceeia_4_StaticMeshComponent1' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Peppermint_LOD0_Var1_umsfeaxja_4_StaticMeshComponent1) == 0x0002B8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Peppermint_LOD0_Var1_umsfeaxja_4_StaticMeshComponent1' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane16_StaticMeshComponent1) == 0x0002C0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane16_StaticMeshComponent1' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw17_StaticMeshComponent1) == 0x0002C8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw17_StaticMeshComponent1' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, RectLight) == 0x0002D0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::RectLight' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling14_StaticMeshComponent1) == 0x0002D8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling14_StaticMeshComponent1' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, ue0rbiria_Var11_LOD0_13_StaticMeshComponent0) == 0x0002E0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::ue0rbiria_Var11_LOD0_13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder3_StaticMeshComponent0) == 0x0002E8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Rusty_Metal_Tub_LOD0_ukqkecpbw4_StaticMeshComponent0) == 0x0002F0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Rusty_Metal_Tub_LOD0_ukqkecpbw4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder2_StaticMeshComponent0) == 0x0002F8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Rusty_Metal_Tub_LOD0_ukqkecpbw11_StaticMeshComponent0) == 0x000300, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Rusty_Metal_Tub_LOD0_ukqkecpbw11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder9_StaticMeshComponent0) == 0x000308, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder8_StaticMeshComponent0) == 0x000310, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Rusty_Metal_Tub_LOD0_ukqkecpbw5_StaticMeshComponent0) == 0x000318, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Rusty_Metal_Tub_LOD0_ukqkecpbw5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Rusty_Metal_Tub_LOD0_ukqkecpbw10_StaticMeshComponent0) == 0x000320, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Rusty_Metal_Tub_LOD0_ukqkecpbw10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Rusty_Metal_Tub_LOD0_ukqkecpbw9_StaticMeshComponent0) == 0x000328, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Rusty_Metal_Tub_LOD0_ukqkecpbw9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder7_StaticMeshComponent0) == 0x000330, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder6_StaticMeshComponent0) == 0x000338, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Rusty_Metal_Tub_LOD0_ukqkecpbw8_StaticMeshComponent0) == 0x000340, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Rusty_Metal_Tub_LOD0_ukqkecpbw8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder4_StaticMeshComponent0) == 0x000348, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Rusty_Metal_Tub_LOD0_ukqkecpbw6_StaticMeshComponent0) == 0x000350, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Rusty_Metal_Tub_LOD0_ukqkecpbw6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Rusty_Metal_Tub_LOD0_ukqkecpbw7_StaticMeshComponent0) == 0x000358, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Rusty_Metal_Tub_LOD0_ukqkecpbw7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder5_StaticMeshComponent0) == 0x000360, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Metal_Table_LOD0_vhtpearaw4_StaticMeshComponent0) == 0x000368, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Metal_Table_LOD0_vhtpearaw4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lemonbalm_LOD0_Var1_umslacdia_1_StaticMeshComponent0) == 0x000370, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lemonbalm_LOD0_Var1_umslacdia_1_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var3_umjjbjzja_4_StaticMeshComponent0) == 0x000378, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var3_umjjbjzja_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, ue0rbiria_Var11_LOD0_11_StaticMeshComponent0) == 0x000380, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::ue0rbiria_Var11_LOD0_11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo13_StaticMeshComponent0) == 0x000388, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_14_StaticMeshComponent0) == 0x000390, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_2_StaticMeshComponent0) == 0x000398, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, tefocd1r_Var5_LOD0_5_StaticMeshComponent0) == 0x0003A0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::tefocd1r_Var5_LOD0_5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_13_StaticMeshComponent0) == 0x0003A8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo12_StaticMeshComponent0) == 0x0003B0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_12_StaticMeshComponent0) == 0x0003B8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Peppermint_LOD0_Var4_umsfeaxja_4_StaticMeshComponent0) == 0x0003C0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Peppermint_LOD0_Var4_umsfeaxja_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Peppermint_LOD0_Var5_umsfeaxja_5_StaticMeshComponent0) == 0x0003C8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Peppermint_LOD0_Var5_umsfeaxja_5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo11_StaticMeshComponent0) == 0x0003D0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Peppermint_LOD0_Var2_umsfeaxja_2_StaticMeshComponent0) == 0x0003D8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Peppermint_LOD0_Var2_umsfeaxja_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Peppermint_LOD0_Var1_umsfeaxja_1_StaticMeshComponent0) == 0x0003E0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Peppermint_LOD0_Var1_umsfeaxja_1_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_11_StaticMeshComponent0) == 0x0003E8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo10_StaticMeshComponent0) == 0x0003F0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_10_StaticMeshComponent0) == 0x0003F8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Ribwort_Plantain_LOD0_Var7_tfbnacvr_7_StaticMeshComponent0) == 0x000400, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Ribwort_Plantain_LOD0_Var7_tfbnacvr_7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Ribwort_Plantain_LOD0_Var6_tfbnacvr_6_StaticMeshComponent0) == 0x000408, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Ribwort_Plantain_LOD0_Var6_tfbnacvr_6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo9_StaticMeshComponent0) == 0x000410, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, ue0rbiria_Var9_LOD0_9_StaticMeshComponent0) == 0x000418, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::ue0rbiria_Var9_LOD0_9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Oregano_LOD0_Var1_umkhceeia_1_StaticMeshComponent0) == 0x000420, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Oregano_LOD0_Var1_umkhceeia_1_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_9_StaticMeshComponent0) == 0x000428, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo8_StaticMeshComponent0) == 0x000430, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Leaf_Parsley_LOD0_Var3_umkkeiaia_3_StaticMeshComponent0) == 0x000438, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Leaf_Parsley_LOD0_Var3_umkkeiaia_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Leaf_Parsley_LOD0_Var1_umkkeiaia_1_StaticMeshComponent0) == 0x000440, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Leaf_Parsley_LOD0_Var1_umkkeiaia_1_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_8_StaticMeshComponent0) == 0x000448, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo7_StaticMeshComponent0) == 0x000450, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, tebqbd0r_Var2_LOD0_2_StaticMeshComponent0) == 0x000458, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::tebqbd0r_Var2_LOD0_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, tebqbd0r_Var1_LOD0_1_StaticMeshComponent0) == 0x000460, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::tebqbd0r_Var1_LOD0_1_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_7_StaticMeshComponent0) == 0x000468, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo6_StaticMeshComponent0) == 0x000470, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, uegjcflia_Var5_LOD0_5_StaticMeshComponent0) == 0x000478, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::uegjcflia_Var5_LOD0_5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_6_StaticMeshComponent0) == 0x000480, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo5_StaticMeshComponent0) == 0x000488, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var1_umjjbjzja_1_StaticMeshComponent0) == 0x000490, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var1_umjjbjzja_1_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var1_umjjbjzja_2_StaticMeshComponent0) == 0x000498, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var1_umjjbjzja_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_5_StaticMeshComponent0) == 0x0004A0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo4_StaticMeshComponent0) == 0x0004A8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var3_umjjbjzja_3_StaticMeshComponent0) == 0x0004B0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var3_umjjbjzja_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, ue0rbiria_Var13_LOD0_13_StaticMeshComponent0) == 0x0004B8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::ue0rbiria_Var13_LOD0_13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, tkbidaxia_Var11_LOD0_11_StaticMeshComponent0) == 0x0004C0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::tkbidaxia_Var11_LOD0_11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo2_StaticMeshComponent0) == 0x0004C8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_3_StaticMeshComponent0) == 0x0004D0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lemonbalm_LOD0_Var2_umslacdia_2_StaticMeshComponent0) == 0x0004D8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lemonbalm_LOD0_Var2_umslacdia_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lemonbalm_LOD0_Var3_umslacdia_3_StaticMeshComponent0) == 0x0004E0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lemonbalm_LOD0_Var3_umslacdia_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo3_StaticMeshComponent0) == 0x0004E8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_4_StaticMeshComponent0) == 0x0004F0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane47_StaticMeshComponent0) == 0x0004F8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane47_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw17_StaticMeshComponent0) == 0x000500, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw17_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var3_umjjbjzja_6_StaticMeshComponent0) == 0x000508, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var3_umjjbjzja_6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Ribwort_Plantain_LOD0_Var6_tfbnacvr_8_StaticMeshComponent0) == 0x000510, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Ribwort_Plantain_LOD0_Var6_tfbnacvr_8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder16_StaticMeshComponent0) == 0x000518, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder16_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Rusty_Metal_Tub_LOD0_ukqkecpbw15_StaticMeshComponent0) == 0x000520, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Rusty_Metal_Tub_LOD0_ukqkecpbw15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Leaf_Parsley_LOD0_Var1_umkkeiaia_4_StaticMeshComponent0) == 0x000528, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Leaf_Parsley_LOD0_Var1_umkkeiaia_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_6_StaticMeshComponent0) == 0x000530, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane45_StaticMeshComponent0) == 0x000538, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane45_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw23_StaticMeshComponent0) == 0x000540, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw23_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane44_StaticMeshComponent0) == 0x000548, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane44_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw16_StaticMeshComponent0) == 0x000550, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw16_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var3_tcbpeatr_4_StaticMeshComponent0) == 0x000558, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var3_tcbpeatr_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, tebqbd0r_Var1_LOD0_5_StaticMeshComponent0) == 0x000560, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::tebqbd0r_Var1_LOD0_5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane43_StaticMeshComponent0) == 0x000568, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane43_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw15_StaticMeshComponent0) == 0x000570, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, tebqbd0r_Var1_LOD0_4_StaticMeshComponent0) == 0x000578, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::tebqbd0r_Var1_LOD0_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo20_StaticMeshComponent0) == 0x000580, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo20_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_21_StaticMeshComponent0) == 0x000588, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_21_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, ue0rbiria_Var11_LOD0_14_StaticMeshComponent0) == 0x000590, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::ue0rbiria_Var11_LOD0_14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo21_StaticMeshComponent0) == 0x000598, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo21_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_22_StaticMeshComponent0) == 0x0005A0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_22_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Leaf_Parsley_LOD0_Var1_umkkeiaia_7_StaticMeshComponent0) == 0x0005A8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Leaf_Parsley_LOD0_Var1_umkkeiaia_7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var3_tcbpeatr_5_StaticMeshComponent0) == 0x0005B0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var3_tcbpeatr_5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane48_StaticMeshComponent0) == 0x0005B8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane48_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw24_StaticMeshComponent0) == 0x0005C0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw24_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Leaf_Parsley_LOD0_Var1_umkkeiaia_5_StaticMeshComponent0) == 0x0005C8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Leaf_Parsley_LOD0_Var1_umkkeiaia_5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_7_StaticMeshComponent0) == 0x0005D0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder18_StaticMeshComponent0) == 0x0005D8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder18_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Bucket_LOD0_tl3ifdmfa6_StaticMeshComponent0) == 0x0005E0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Bucket_LOD0_tl3ifdmfa6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var6_tcbpeatr_9_StaticMeshComponent0) == 0x0005E8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var6_tcbpeatr_9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, tefocd1r_Var5_LOD0_6_StaticMeshComponent0) == 0x0005F0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::tefocd1r_Var5_LOD0_6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Leaf_Parsley_LOD0_Var1_umkkeiaia_6_StaticMeshComponent0) == 0x0005F8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Leaf_Parsley_LOD0_Var1_umkkeiaia_6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder15_StaticMeshComponent0) == 0x000600, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Rusty_Metal_Tub_LOD0_ukqkecpbw14_StaticMeshComponent0) == 0x000608, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Rusty_Metal_Tub_LOD0_ukqkecpbw14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lemonbalm_LOD0_Var1_umslacdia_3_StaticMeshComponent0) == 0x000610, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lemonbalm_LOD0_Var1_umslacdia_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane42_StaticMeshComponent0) == 0x000618, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane42_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw15_StaticMeshComponent0) == 0x000620, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var2_sgzkv_7_StaticMeshComponent0) == 0x000628, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var2_sgzkv_7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var2_sgzkv_8_StaticMeshComponent0) == 0x000630, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var2_sgzkv_8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var2_sgzkv_6_StaticMeshComponent0) == 0x000638, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var2_sgzkv_6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Oregano_LOD0_Var1_umkhceeia_3_StaticMeshComponent0) == 0x000640, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Oregano_LOD0_Var1_umkhceeia_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane35_StaticMeshComponent0) == 0x000648, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane35_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw12_StaticMeshComponent0) == 0x000650, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, uegjcflia_Var5_LOD0_13_StaticMeshComponent0) == 0x000658, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::uegjcflia_Var5_LOD0_13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane36_StaticMeshComponent0) == 0x000660, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane36_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw12_StaticMeshComponent0) == 0x000668, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var1_umjjbjzja_7_StaticMeshComponent0) == 0x000670, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var1_umjjbjzja_7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo15_StaticMeshComponent0) == 0x000678, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_16_StaticMeshComponent0) == 0x000680, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_16_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, uegjcflia_Var5_LOD0_12_StaticMeshComponent0) == 0x000688, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::uegjcflia_Var5_LOD0_12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane37_StaticMeshComponent0) == 0x000690, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane37_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw16_StaticMeshComponent0) == 0x000698, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw16_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, uegjcflia_Var5_LOD0_11_StaticMeshComponent0) == 0x0006A0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::uegjcflia_Var5_LOD0_11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane38_StaticMeshComponent0) == 0x0006A8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane38_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw19_StaticMeshComponent0) == 0x0006B0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw19_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var1_umjjbjzja_8_StaticMeshComponent0) == 0x0006B8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var1_umjjbjzja_8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw22_StaticMeshComponent0) == 0x0006C0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw22_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane39_StaticMeshComponent0) == 0x0006C8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane39_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Oregano_LOD0_Var1_umkhceeia_4_StaticMeshComponent0) == 0x0006D0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Oregano_LOD0_Var1_umkhceeia_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane41_StaticMeshComponent0) == 0x0006D8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane41_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw14_StaticMeshComponent0) == 0x0006E0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane40_StaticMeshComponent0) == 0x0006E8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane40_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw13_StaticMeshComponent0) == 0x0006F0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, tkbidaxia_Var11_LOD0_12_StaticMeshComponent0) == 0x0006F8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::tkbidaxia_Var11_LOD0_12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, ue0rbiria_Var13_LOD0_16_StaticMeshComponent0) == 0x000700, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::ue0rbiria_Var13_LOD0_16_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var7_sgzkv_10_StaticMeshComponent0) == 0x000708, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var7_sgzkv_10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane33_StaticMeshComponent0) == 0x000710, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane33_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw6_StaticMeshComponent0) == 0x000718, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, ue0rbiria_Var13_LOD0_15_StaticMeshComponent0) == 0x000720, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::ue0rbiria_Var13_LOD0_15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane34_StaticMeshComponent0) == 0x000728, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane34_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw11_StaticMeshComponent0) == 0x000730, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, uegjcflia_Var5_LOD0_10_StaticMeshComponent0) == 0x000738, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::uegjcflia_Var5_LOD0_10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane28_StaticMeshComponent0) == 0x000740, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane28_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw10_StaticMeshComponent0) == 0x000748, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Peppermint_LOD0_Var1_umsfeaxja_3_StaticMeshComponent0) == 0x000750, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Peppermint_LOD0_Var1_umsfeaxja_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane29_StaticMeshComponent0) == 0x000758, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane29_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw11_StaticMeshComponent0) == 0x000760, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var7_sgzkv_11_StaticMeshComponent0) == 0x000768, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var7_sgzkv_11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane30_StaticMeshComponent0) == 0x000770, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane30_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw12_StaticMeshComponent0) == 0x000778, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var1_umjjbjzja_6_StaticMeshComponent0) == 0x000780, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var1_umjjbjzja_6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane14_StaticMeshComponent0) == 0x000788, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw15_StaticMeshComponent0) == 0x000790, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lemonbalm_LOD0_Var2_umslacdia_6_StaticMeshComponent0) == 0x000798, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lemonbalm_LOD0_Var2_umslacdia_6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder14_StaticMeshComponent0) == 0x0007A0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Bucket_LOD0_tl3ifdmfa4_StaticMeshComponent0) == 0x0007A8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Bucket_LOD0_tl3ifdmfa4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo23_StaticMeshComponent0) == 0x0007B0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo23_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_24_StaticMeshComponent0) == 0x0007B8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_24_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var8_sgzkv_9_StaticMeshComponent0) == 0x0007C0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var8_sgzkv_9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane26_StaticMeshComponent0) == 0x0007C8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane26_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw18_StaticMeshComponent0) == 0x0007D0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw18_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Peppermint_LOD0_Var1_umsfeaxja_4_StaticMeshComponent0) == 0x0007D8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Peppermint_LOD0_Var1_umsfeaxja_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane31_StaticMeshComponent0) == 0x0007E0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane31_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw13_StaticMeshComponent0) == 0x0007E8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lemonbalm_LOD0_Var2_umslacdia_7_StaticMeshComponent0) == 0x0007F0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lemonbalm_LOD0_Var2_umslacdia_7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane32_StaticMeshComponent0) == 0x0007F8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane32_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw14_StaticMeshComponent0) == 0x000800, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, uegjcflia_Var5_LOD0_14_StaticMeshComponent0) == 0x000808, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::uegjcflia_Var5_LOD0_14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane27_StaticMeshComponent0) == 0x000810, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane27_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw21_StaticMeshComponent0) == 0x000818, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw21_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling7_StaticMeshComponent0) == 0x000820, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling9_StaticMeshComponent0) == 0x000828, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling10_StaticMeshComponent0) == 0x000830, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling11_StaticMeshComponent0) == 0x000838, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling12_StaticMeshComponent0) == 0x000840, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling13_StaticMeshComponent0) == 0x000848, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, SM_Lamp_post3_StaticMeshComponent0) == 0x000850, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::SM_Lamp_post3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling18_StaticMeshComponent0) == 0x000858, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling18_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling17_StaticMeshComponent0) == 0x000860, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling17_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling16_StaticMeshComponent0) == 0x000868, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling16_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling15_StaticMeshComponent0) == 0x000870, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling14_StaticMeshComponent0) == 0x000878, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling8_StaticMeshComponent0) == 0x000880, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, SM_Lamp_post4_StaticMeshComponent0) == 0x000888, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::SM_Lamp_post4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var2_sgzkv_3_StaticMeshComponent0) == 0x000890, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var2_sgzkv_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder_StaticMeshComponent0) == 0x000898, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Bucket_LOD0_tl3ifdmfa_StaticMeshComponent0) == 0x0008A0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Bucket_LOD0_tl3ifdmfa_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_1_StaticMeshComponent0) == 0x0008A8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_1_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var6_tcbpeatr_6_StaticMeshComponent0) == 0x0008B0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var6_tcbpeatr_6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw8_StaticMeshComponent0) == 0x0008B8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane17_StaticMeshComponent0) == 0x0008C0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane17_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, ue0rbiria_Var9_LOD0_10_StaticMeshComponent0) == 0x0008C8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::ue0rbiria_Var9_LOD0_10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw9_StaticMeshComponent0) == 0x0008D0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane18_StaticMeshComponent0) == 0x0008D8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane18_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var3_umjjbjzja_5_StaticMeshComponent0) == 0x0008E0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var3_umjjbjzja_5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Ribwort_Plantain_LOD0_Var6_tfbnacvr_7_StaticMeshComponent0) == 0x0008E8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Ribwort_Plantain_LOD0_Var6_tfbnacvr_7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Rusty_Metal_Tub_LOD0_ukqkecpbw13_StaticMeshComponent0) == 0x0008F0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Rusty_Metal_Tub_LOD0_ukqkecpbw13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder11_StaticMeshComponent0) == 0x0008F8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_3_StaticMeshComponent0) == 0x000900, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Leaf_Parsley_LOD0_Var1_umkkeiaia_2_StaticMeshComponent0) == 0x000908, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Leaf_Parsley_LOD0_Var1_umkkeiaia_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw11_StaticMeshComponent0) == 0x000910, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane10_StaticMeshComponent0) == 0x000918, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var3_tcbpeatr_3_StaticMeshComponent0) == 0x000920, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var3_tcbpeatr_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane21_StaticMeshComponent0) == 0x000928, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane21_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw8_StaticMeshComponent0) == 0x000930, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, tebqbd0r_Var1_LOD0_3_StaticMeshComponent0) == 0x000938, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::tebqbd0r_Var1_LOD0_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, tebqbd0r_Var1_LOD0_2_StaticMeshComponent0) == 0x000940, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::tebqbd0r_Var1_LOD0_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw7_StaticMeshComponent0) == 0x000948, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane20_StaticMeshComponent0) == 0x000950, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane20_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo18_StaticMeshComponent0) == 0x000958, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo18_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_19_StaticMeshComponent0) == 0x000960, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_19_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, ue0rbiria_Var11_LOD0_12_StaticMeshComponent0) == 0x000968, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::ue0rbiria_Var11_LOD0_12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo19_StaticMeshComponent0) == 0x000970, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo19_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_20_StaticMeshComponent0) == 0x000978, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_20_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw13_StaticMeshComponent0) == 0x000980, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane24_StaticMeshComponent0) == 0x000988, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane24_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Leaf_Parsley_LOD0_Var1_umkkeiaia_3_StaticMeshComponent0) == 0x000990, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Leaf_Parsley_LOD0_Var1_umkkeiaia_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder12_StaticMeshComponent0) == 0x000998, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Bucket_LOD0_tl3ifdmfa2_StaticMeshComponent0) == 0x0009A0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Bucket_LOD0_tl3ifdmfa2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_4_StaticMeshComponent0) == 0x0009A8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var1_tcbpeatr_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Flax_leaf_Fleabane_LOD0_Var6_tcbpeatr_7_StaticMeshComponent0) == 0x0009B0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Flax_leaf_Fleabane_LOD0_Var6_tcbpeatr_7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lemonbalm_LOD0_Var2_umslacdia_3_StaticMeshComponent0) == 0x0009B8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lemonbalm_LOD0_Var2_umslacdia_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var7_sgzkv_8_StaticMeshComponent0) == 0x0009C0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var7_sgzkv_8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw20_StaticMeshComponent0) == 0x0009C8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw20_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane19_StaticMeshComponent0) == 0x0009D0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane19_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw6_StaticMeshComponent0) == 0x0009D8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane12_StaticMeshComponent0) == 0x0009E0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw17_StaticMeshComponent0) == 0x0009E8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw17_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane16_StaticMeshComponent0) == 0x0009F0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane16_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var8_sgzkv_8_StaticMeshComponent0) == 0x0009F8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var8_sgzkv_8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var1_umjjbjzja_9_StaticMeshComponent0) == 0x000A00, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var1_umjjbjzja_9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo22_StaticMeshComponent0) == 0x000A08, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo22_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_23_StaticMeshComponent0) == 0x000A10, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_23_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Cylinder13_StaticMeshComponent0) == 0x000A18, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Cylinder13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Bucket_LOD0_tl3ifdmfa3_StaticMeshComponent0) == 0x000A20, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Bucket_LOD0_tl3ifdmfa3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lemonbalm_LOD0_Var2_umslacdia_4_StaticMeshComponent0) == 0x000A28, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lemonbalm_LOD0_Var2_umslacdia_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw14_StaticMeshComponent0) == 0x000A30, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane13_StaticMeshComponent0) == 0x000A38, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var1_umjjbjzja_5_StaticMeshComponent0) == 0x000A40, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var1_umjjbjzja_5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var7_sgzkv_9_StaticMeshComponent0) == 0x000A48, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var7_sgzkv_9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane8_StaticMeshComponent0) == 0x000A50, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw4_StaticMeshComponent0) == 0x000A58, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane7_StaticMeshComponent0) == 0x000A60, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw3_StaticMeshComponent0) == 0x000A68, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Peppermint_LOD0_Var1_umsfeaxja_2_StaticMeshComponent0) == 0x000A70, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Peppermint_LOD0_Var1_umsfeaxja_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane2_StaticMeshComponent0) == 0x000A78, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw2_StaticMeshComponent0) == 0x000A80, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, uegjcflia_Var5_LOD0_6_StaticMeshComponent0) == 0x000A88, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::uegjcflia_Var5_LOD0_6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw5_StaticMeshComponent0) == 0x000A90, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane25_StaticMeshComponent0) == 0x000A98, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane25_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, ue0rbiria_Var13_LOD0_14_StaticMeshComponent0) == 0x000AA0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::ue0rbiria_Var13_LOD0_14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw4_StaticMeshComponent0) == 0x000AA8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane11_StaticMeshComponent0) == 0x000AB0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw9_StaticMeshComponent0) == 0x000AB8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane22_StaticMeshComponent0) == 0x000AC0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane22_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plastic_Crate_LOD0_vifpccsaw10_StaticMeshComponent0) == 0x000AC8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plastic_Crate_LOD0_vifpccsaw10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane23_StaticMeshComponent0) == 0x000AD0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane23_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var1_umjjbjzja_10_StaticMeshComponent0) == 0x000AD8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var1_umjjbjzja_10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, uegjcflia_Var5_LOD0_15_StaticMeshComponent0) == 0x000AE0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::uegjcflia_Var5_LOD0_15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw10_StaticMeshComponent0) == 0x000AE8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane6_StaticMeshComponent0) == 0x000AF0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw9_StaticMeshComponent0) == 0x000AF8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane5_StaticMeshComponent0) == 0x000B00, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, uegjcflia_Var5_LOD0_7_StaticMeshComponent0) == 0x000B08, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::uegjcflia_Var5_LOD0_7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw8_StaticMeshComponent0) == 0x000B10, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane4_StaticMeshComponent0) == 0x000B18, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, uegjcflia_Var5_LOD0_8_StaticMeshComponent0) == 0x000B20, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::uegjcflia_Var5_LOD0_8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Castle_Floor_Structure_LOD0_sgmgo14_StaticMeshComponent0) == 0x000B28, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Castle_Floor_Structure_LOD0_sgmgo14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Old_Wooden_Crate_LOD0_vkgrchzga_15_StaticMeshComponent0) == 0x000B30, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Old_Wooden_Crate_LOD0_vkgrchzga_15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var1_umjjbjzja_3_StaticMeshComponent0) == 0x000B38, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var1_umjjbjzja_3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Bay_Laurel_LOD0_Var1_umjjbjzja_4_StaticMeshComponent0) == 0x000B40, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Bay_Laurel_LOD0_Var1_umjjbjzja_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Crate_LOD0_vjincafaw7_StaticMeshComponent0) == 0x000B48, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Crate_LOD0_vjincafaw7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane_StaticMeshComponent0) == 0x000B50, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Oregano_LOD0_Var1_umkhceeia_2_StaticMeshComponent0) == 0x000B58, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Oregano_LOD0_Var1_umkhceeia_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var2_sgzkv_5_StaticMeshComponent0) == 0x000B60, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var2_sgzkv_5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var2_sgzkv_4_StaticMeshComponent0) == 0x000B68, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var2_sgzkv_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Amaryllis_LOD0_Var2_sgzkv_2_StaticMeshComponent0) == 0x000B70, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Amaryllis_LOD0_Var2_sgzkv_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lemonbalm_LOD0_Var1_umslacdia_2_StaticMeshComponent0) == 0x000B78, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lemonbalm_LOD0_Var1_umslacdia_2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Dirty_Plastic_Container_LOD0_vgyieacaw5_StaticMeshComponent0) == 0x000B80, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Dirty_Plastic_Container_LOD0_vgyieacaw5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Plane9_StaticMeshComponent0) == 0x000B88, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Plane9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lemonbalm_LOD0_Var1_umslacdia_4_StaticMeshComponent0) == 0x000B90, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lemonbalm_LOD0_Var1_umslacdia_4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Wooden_Crate_LOD0_ulehaj3fa2_StaticMeshComponent0) == 0x000B98, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Wooden_Crate_LOD0_ulehaj3fa2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling_StaticMeshComponent0) == 0x000BA0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling2_StaticMeshComponent0) == 0x000BA8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling3_StaticMeshComponent0) == 0x000BB0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling4_StaticMeshComponent0) == 0x000BB8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling5_StaticMeshComponent0) == 0x000BC0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Lamp_Ceiling6_StaticMeshComponent0) == 0x000BC8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Lamp_Ceiling6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight25_StaticMeshComponent0) == 0x000BD0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight25_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight24_StaticMeshComponent0) == 0x000BD8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight24_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight23_StaticMeshComponent0) == 0x000BE0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight23_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight22_StaticMeshComponent0) == 0x000BE8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight22_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight21_StaticMeshComponent0) == 0x000BF0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight21_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight20_StaticMeshComponent0) == 0x000BF8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight20_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight19_StaticMeshComponent0) == 0x000C00, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight19_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight18_StaticMeshComponent0) == 0x000C08, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight18_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight17_StaticMeshComponent0) == 0x000C10, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight17_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight16_StaticMeshComponent0) == 0x000C18, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight16_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight15_StaticMeshComponent0) == 0x000C20, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight15_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight14_StaticMeshComponent0) == 0x000C28, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight14_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight13_StaticMeshComponent0) == 0x000C30, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight13_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight12_StaticMeshComponent0) == 0x000C38, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight12_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight11_StaticMeshComponent0) == 0x000C40, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight10_StaticMeshComponent0) == 0x000C48, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight9_StaticMeshComponent0) == 0x000C50, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight9_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight8_StaticMeshComponent0) == 0x000C58, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight7_StaticMeshComponent0) == 0x000C60, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight6_StaticMeshComponent0) == 0x000C68, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight5_StaticMeshComponent0) == 0x000C70, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight4_StaticMeshComponent0) == 0x000C78, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight3_StaticMeshComponent0) == 0x000C80, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight2_StaticMeshComponent0) == 0x000C88, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Duct_Round_Straight_StaticMeshComponent0) == 0x000C90, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Duct_Round_Straight_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, SharedRoot) == 0x000C98, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::SharedRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Fathom_Version) == 0x000CA0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Fathom_Version' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, Chapter05_Version) == 0x000CA1, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::Chapter05_Version' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, PostCh05Material) == 0x000CA8, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::PostCh05Material' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Set_Dressing_DeadPlants_C, PostCh02Material) == 0x000CB0, "Member 'ABP_Greenhouse_Set_Dressing_DeadPlants_C::PostCh02Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA1_PulverizedInfusionInventory_C \ static_assert(alignof(UBPE_KA1_PulverizedInfusionInventory_C) == 0x000008, "Wrong alignment on UBPE_KA1_PulverizedInfusionInventory_C"); \ static_assert(sizeof(UBPE_KA1_PulverizedInfusionInventory_C) == 0x000028, "Wrong size on UBPE_KA1_PulverizedInfusionInventory_C"); \ #define DUMPER7_ASSERTS_UBPE_Player_ChangeCanInteract_C \ static_assert(alignof(UBPE_Player_ChangeCanInteract_C) == 0x000008, "Wrong alignment on UBPE_Player_ChangeCanInteract_C"); \ static_assert(sizeof(UBPE_Player_ChangeCanInteract_C) == 0x000030, "Wrong size on UBPE_Player_ChangeCanInteract_C"); \ static_assert(offsetof(UBPE_Player_ChangeCanInteract_C, bCanInteract) == 0x000028, "Member 'UBPE_Player_ChangeCanInteract_C::bCanInteract' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Microfilm_OnInventoryItemAdded_C \ static_assert(alignof(UBPE_Microfilm_OnInventoryItemAdded_C) == 0x000008, "Wrong alignment on UBPE_Microfilm_OnInventoryItemAdded_C"); \ static_assert(sizeof(UBPE_Microfilm_OnInventoryItemAdded_C) == 0x000048, "Wrong size on UBPE_Microfilm_OnInventoryItemAdded_C"); \ #define DUMPER7_ASSERTS_UBP_BaseInventoryItem_C \ static_assert(alignof(UBP_BaseInventoryItem_C) == 0x000008, "Wrong alignment on UBP_BaseInventoryItem_C"); \ static_assert(sizeof(UBP_BaseInventoryItem_C) == 0x000078, "Wrong size on UBP_BaseInventoryItem_C"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline \ static_assert(alignof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline) == 0x000010, "Wrong alignment on BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline"); \ static_assert(sizeof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline) == 0x000320, "Wrong size on BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, EntryPoint) == 0x000000, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, Temp_int_Array_Index_Variable) == 0x00001C, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x000028, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Lerp_ReturnValue) == 0x000034, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000038, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000040, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_FindTransformClosestToWorldLocation_ReturnValue) == 0x000050, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_FindTransformClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000080, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_BreakTransform_Location) == 0x00008C, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_BreakTransform_Rotation) == 0x000098, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_BreakTransform_Scale) == 0x0000A4, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Vector_Distance_ReturnValue) == 0x0000B0, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000B4, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000C0, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000148, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Vector_Distance_ReturnValue_1) == 0x000154, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000158, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000160, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000168, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_MapRangeClamped_ReturnValue) == 0x000170, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000178, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000180, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000188, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000190, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, K2Node_ComponentBoundEvent_bFromSweep) == 0x000194, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, K2Node_ComponentBoundEvent_SweepResult) == 0x000198, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000220, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, K2Node_ComponentBoundEvent_OtherActor) == 0x000228, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, K2Node_ComponentBoundEvent_OtherComp) == 0x000230, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000238, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00023C, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x00023D, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, Temp_bool_Has_Been_Initd_Variable) == 0x00023E, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_1) == 0x000240, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000248, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3) == 0x000258, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000260, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x00026C, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_FindTransformClosestToWorldLocation_ReturnValue_1) == 0x000280, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_FindTransformClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_BreakTransform_Location_1) == 0x0002B0, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_BreakTransform_Rotation_1) == 0x0002BC, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_BreakTransform_Scale_1) == 0x0002C8, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Lerp_ReturnValue_1) == 0x0002D4, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Vector_Distance_ReturnValue_2) == 0x0002D8, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Vector_Distance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Vector_Distance_ReturnValue_3) == 0x0002DC, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Vector_Distance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Less_FloatFloat_ReturnValue) == 0x0002E0, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0002E1, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, Temp_int_Loop_Counter_Variable_1) == 0x0002E4, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Array_Get_Item) == 0x0002E8, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Array_Length_ReturnValue) == 0x0002F0, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Less_IntInt_ReturnValue) == 0x0002F4, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_IsValid_ReturnValue) == 0x0002F5, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Add_IntInt_ReturnValue_1) == 0x0002F8, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, Temp_bool_IsClosed_Variable) == 0x0002FC, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Array_Length_ReturnValue_1) == 0x000300, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Array_Get_Item_1) == 0x000308, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_Less_IntInt_ReturnValue_1) == 0x000310, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline, CallFunc_IsValid_ReturnValue_1) == 0x000311, "Member 'BP_PlayerTrigger_Spline_C_ExecuteUbergraph_BP_PlayerTrigger_Spline::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_PlayerTrigger_Spline_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_Spline_C_ReceiveTick \ static_assert(alignof(BP_PlayerTrigger_Spline_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_PlayerTrigger_Spline_C_ReceiveTick"); \ static_assert(sizeof(BP_PlayerTrigger_Spline_C_ReceiveTick) == 0x000004, "Wrong size on BP_PlayerTrigger_Spline_C_ReceiveTick"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_PlayerTrigger_Spline_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_Spline_C_UserConstructionScript \ static_assert(alignof(BP_PlayerTrigger_Spline_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_PlayerTrigger_Spline_C_UserConstructionScript"); \ static_assert(sizeof(BP_PlayerTrigger_Spline_C_UserConstructionScript) == 0x000234, "Wrong size on BP_PlayerTrigger_Spline_C_UserConstructionScript"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_UserConstructionScript, CallFunc_GetSplineLength_ReturnValue) == 0x000000, "Member 'BP_PlayerTrigger_Spline_C_UserConstructionScript::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_UserConstructionScript, CallFunc_GetSplinePointByIndex_ReturnValue) == 0x000004, "Member 'BP_PlayerTrigger_Spline_C_UserConstructionScript::CallFunc_GetSplinePointByIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_PlayerTrigger_Spline_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x00004C, "Member 'BP_PlayerTrigger_Spline_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000058, "Member 'BP_PlayerTrigger_Spline_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_UserConstructionScript, CallFunc_GetSplinePointByIndex_ReturnValue_1) == 0x0000E0, "Member 'BP_PlayerTrigger_Spline_C_UserConstructionScript::CallFunc_GetSplinePointByIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000124, "Member 'BP_PlayerTrigger_Spline_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_Spline_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0001AC, "Member 'BP_PlayerTrigger_Spline_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PlayerTrigger_Spline_C \ static_assert(alignof(ABP_PlayerTrigger_Spline_C) == 0x000008, "Wrong alignment on ABP_PlayerTrigger_Spline_C"); \ static_assert(sizeof(ABP_PlayerTrigger_Spline_C) == 0x0002D0, "Wrong size on ABP_PlayerTrigger_Spline_C"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, UberGraphFrame) == 0x000230, "Member 'ABP_PlayerTrigger_Spline_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, ActiveZone) == 0x000238, "Member 'ABP_PlayerTrigger_Spline_C::ActiveZone' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, Sphere_0) == 0x000240, "Member 'ABP_PlayerTrigger_Spline_C::Sphere_0' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, Spline) == 0x000248, "Member 'ABP_PlayerTrigger_Spline_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, Destination) == 0x000250, "Member 'ABP_PlayerTrigger_Spline_C::Destination' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, Source) == 0x000258, "Member 'ABP_PlayerTrigger_Spline_C::Source' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, Scene_0) == 0x000260, "Member 'ABP_PlayerTrigger_Spline_C::Scene_0' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, ChangeFOV_Alpha_8C32A7BB4159C10EFFDA6BA1C955055E) == 0x000268, "Member 'ABP_PlayerTrigger_Spline_C::ChangeFOV_Alpha_8C32A7BB4159C10EFFDA6BA1C955055E' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, ChangeFOV__Direction_8C32A7BB4159C10EFFDA6BA1C955055E) == 0x00026C, "Member 'ABP_PlayerTrigger_Spline_C::ChangeFOV__Direction_8C32A7BB4159C10EFFDA6BA1C955055E' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, ChangeFOV) == 0x000270, "Member 'ABP_PlayerTrigger_Spline_C::ChangeFOV' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, Enabled) == 0x000278, "Member 'ABP_PlayerTrigger_Spline_C::Enabled' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, PrevFOV) == 0x00027C, "Member 'ABP_PlayerTrigger_Spline_C::PrevFOV' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, Target_FOVSource) == 0x000280, "Member 'ABP_PlayerTrigger_Spline_C::Target_FOVSource' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, CachedFOV) == 0x000284, "Member 'ABP_PlayerTrigger_Spline_C::CachedFOV' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, StopAfterReachingEnd) == 0x000288, "Member 'ABP_PlayerTrigger_Spline_C::StopAfterReachingEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, ReachedEnd) == 0x000289, "Member 'ABP_PlayerTrigger_Spline_C::ReachedEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, DistanceSourceToDestination) == 0x00028C, "Member 'ABP_PlayerTrigger_Spline_C::DistanceSourceToDestination' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, DistanceDestinationToSource) == 0x000290, "Member 'ABP_PlayerTrigger_Spline_C::DistanceDestinationToSource' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, EnteredSourceSide) == 0x000294, "Member 'ABP_PlayerTrigger_Spline_C::EnteredSourceSide' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, Distance) == 0x000298, "Member 'ABP_PlayerTrigger_Spline_C::Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, Target_FOVDestination) == 0x00029C, "Member 'ABP_PlayerTrigger_Spline_C::Target_FOVDestination' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, Target_FOV) == 0x0002A0, "Member 'ABP_PlayerTrigger_Spline_C::Target_FOV' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, EOFloatValue) == 0x0002A4, "Member 'ABP_PlayerTrigger_Spline_C::EOFloatValue' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, CachedEOFloatValue) == 0x0002A8, "Member 'ABP_PlayerTrigger_Spline_C::CachedEOFloatValue' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, EOEventsSource) == 0x0002B0, "Member 'ABP_PlayerTrigger_Spline_C::EOEventsSource' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_Spline_C, EOEventsDestination) == 0x0002C0, "Member 'ABP_PlayerTrigger_Spline_C::EOEventsDestination' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_StaticMesh_NoDistanceField_C_ExecuteUbergraph_BPC_StaticMesh_NoDistanceField \ static_assert(alignof(BPC_StaticMesh_NoDistanceField_C_ExecuteUbergraph_BPC_StaticMesh_NoDistanceField) == 0x000004, "Wrong alignment on BPC_StaticMesh_NoDistanceField_C_ExecuteUbergraph_BPC_StaticMesh_NoDistanceField"); \ static_assert(sizeof(BPC_StaticMesh_NoDistanceField_C_ExecuteUbergraph_BPC_StaticMesh_NoDistanceField) == 0x000004, "Wrong size on BPC_StaticMesh_NoDistanceField_C_ExecuteUbergraph_BPC_StaticMesh_NoDistanceField"); \ static_assert(offsetof(BPC_StaticMesh_NoDistanceField_C_ExecuteUbergraph_BPC_StaticMesh_NoDistanceField, EntryPoint) == 0x000000, "Member 'BPC_StaticMesh_NoDistanceField_C_ExecuteUbergraph_BPC_StaticMesh_NoDistanceField::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPC_StaticMesh_NoDistanceField_C \ static_assert(alignof(UBPC_StaticMesh_NoDistanceField_C) == 0x000010, "Wrong alignment on UBPC_StaticMesh_NoDistanceField_C"); \ static_assert(sizeof(UBPC_StaticMesh_NoDistanceField_C) == 0x000500, "Wrong size on UBPC_StaticMesh_NoDistanceField_C"); \ static_assert(offsetof(UBPC_StaticMesh_NoDistanceField_C, UberGraphFrame) == 0x0004F0, "Member 'UBPC_StaticMesh_NoDistanceField_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PHActiveBreathingDataAsset_C \ static_assert(alignof(UBP_PHActiveBreathingDataAsset_C) == 0x000008, "Wrong alignment on UBP_PHActiveBreathingDataAsset_C"); \ static_assert(sizeof(UBP_PHActiveBreathingDataAsset_C) == 0x000058, "Wrong size on UBP_PHActiveBreathingDataAsset_C"); \ static_assert(offsetof(UBP_PHActiveBreathingDataAsset_C, LungsFillingDuration) == 0x000030, "Member 'UBP_PHActiveBreathingDataAsset_C::LungsFillingDuration' has a wrong offset!"); \ static_assert(offsetof(UBP_PHActiveBreathingDataAsset_C, LungsEmptyDuration) == 0x000034, "Member 'UBP_PHActiveBreathingDataAsset_C::LungsEmptyDuration' has a wrong offset!"); \ static_assert(offsetof(UBP_PHActiveBreathingDataAsset_C, CursorMoveDuration) == 0x000038, "Member 'UBP_PHActiveBreathingDataAsset_C::CursorMoveDuration' has a wrong offset!"); \ static_assert(offsetof(UBP_PHActiveBreathingDataAsset_C, InRangeFreezeDuration) == 0x00003C, "Member 'UBP_PHActiveBreathingDataAsset_C::InRangeFreezeDuration' has a wrong offset!"); \ static_assert(offsetof(UBP_PHActiveBreathingDataAsset_C, OutOfRangeFreezeDuration) == 0x000040, "Member 'UBP_PHActiveBreathingDataAsset_C::OutOfRangeFreezeDuration' has a wrong offset!"); \ static_assert(offsetof(UBP_PHActiveBreathingDataAsset_C, OutOfRangeDecreaseProportion) == 0x000044, "Member 'UBP_PHActiveBreathingDataAsset_C::OutOfRangeDecreaseProportion' has a wrong offset!"); \ static_assert(offsetof(UBP_PHActiveBreathingDataAsset_C, TimeWindowProportionRange) == 0x000048, "Member 'UBP_PHActiveBreathingDataAsset_C::TimeWindowProportionRange' has a wrong offset!"); \ static_assert(offsetof(UBP_PHActiveBreathingDataAsset_C, MinTimeWindowStartProportion) == 0x000050, "Member 'UBP_PHActiveBreathingDataAsset_C::MinTimeWindowStartProportion' has a wrong offset!"); \ static_assert(offsetof(UBP_PHActiveBreathingDataAsset_C, MaxTimeWindowEndProportion) == 0x000054, "Member 'UBP_PHActiveBreathingDataAsset_C::MaxTimeWindowEndProportion' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ClueTriangle_Set_C \ static_assert(alignof(UBPE_Global_HUD_ClueTriangle_Set_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ClueTriangle_Set_C"); \ static_assert(sizeof(UBPE_Global_HUD_ClueTriangle_Set_C) == 0x000038, "Wrong size on UBPE_Global_HUD_ClueTriangle_Set_C"); \ static_assert(offsetof(UBPE_Global_HUD_ClueTriangle_Set_C, Icons) == 0x000028, "Member 'UBPE_Global_HUD_ClueTriangle_Set_C::Icons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_Text \ static_assert(alignof(FS_Text) == 0x000008, "Wrong alignment on FS_Text"); \ static_assert(sizeof(FS_Text) == 0x000018, "Wrong size on FS_Text"); \ static_assert(offsetof(FS_Text, Text_2_FAA49813473E9207FCC41EBD8FF98444) == 0x000000, "Member 'FS_Text::Text_2_FAA49813473E9207FCC41EBD8FF98444' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_BaseOnInventoryItemSet_C \ static_assert(alignof(UBPE_BaseOnInventoryItemSet_C) == 0x000008, "Wrong alignment on UBPE_BaseOnInventoryItemSet_C"); \ static_assert(sizeof(UBPE_BaseOnInventoryItemSet_C) == 0x000048, "Wrong size on UBPE_BaseOnInventoryItemSet_C"); \ #define DUMPER7_ASSERTS_BPI_BreathingEvent_C_WasBreathingIn \ static_assert(alignof(BPI_BreathingEvent_C_WasBreathingIn) == 0x000001, "Wrong alignment on BPI_BreathingEvent_C_WasBreathingIn"); \ static_assert(sizeof(BPI_BreathingEvent_C_WasBreathingIn) == 0x000001, "Wrong size on BPI_BreathingEvent_C_WasBreathingIn"); \ static_assert(offsetof(BPI_BreathingEvent_C_WasBreathingIn, BreathingIn) == 0x000000, "Member 'BPI_BreathingEvent_C_WasBreathingIn::BreathingIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_BreathingEvent_C \ static_assert(alignof(IBPI_BreathingEvent_C) == 0x000001, "Wrong alignment on IBPI_BreathingEvent_C"); \ static_assert(sizeof(IBPI_BreathingEvent_C) == 0x000001, "Wrong size on IBPI_BreathingEvent_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ActiveBreathingAttempt_C \ static_assert(alignof(UBPE_Global_HUD_ActiveBreathingAttempt_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ActiveBreathingAttempt_C"); \ static_assert(sizeof(UBPE_Global_HUD_ActiveBreathingAttempt_C) == 0x000030, "Wrong size on UBPE_Global_HUD_ActiveBreathingAttempt_C"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingAttempt_C, IsInTimeWindow) == 0x000028, "Member 'UBPE_Global_HUD_ActiveBreathingAttempt_C::IsInTimeWindow' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_HidePlayerMesh_C \ static_assert(alignof(UBPE_Player_HidePlayerMesh_C) == 0x000008, "Wrong alignment on UBPE_Player_HidePlayerMesh_C"); \ static_assert(sizeof(UBPE_Player_HidePlayerMesh_C) == 0x000028, "Wrong size on UBPE_Player_HidePlayerMesh_C"); \ #define DUMPER7_ASSERTS_UBPE_Player_ToggleSprint_C \ static_assert(alignof(UBPE_Player_ToggleSprint_C) == 0x000008, "Wrong alignment on UBPE_Player_ToggleSprint_C"); \ static_assert(sizeof(UBPE_Player_ToggleSprint_C) == 0x000030, "Wrong size on UBPE_Player_ToggleSprint_C"); \ static_assert(offsetof(UBPE_Player_ToggleSprint_C, Block_) == 0x000028, "Member 'UBPE_Player_ToggleSprint_C::Block_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2 \ static_assert(alignof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2"); \ static_assert(sizeof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2) == 0x001020, "Wrong size on BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, EntryPoint) == 0x000000, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_InputKeyEvent_Key_1) == 0x000008, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_InputKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_InputKeyEvent_Key_2) == 0x000028, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_InputKeyEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetPlayerController_ReturnValue) == 0x000040, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Create_ReturnValue) == 0x000048, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Array_Index_Variable_1) == 0x000050, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000054, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_MakeVector2D_ReturnValue) == 0x000058, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Add_IntInt_ReturnValue) == 0x000060, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Add_ReturnValue) == 0x000068, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Add_IntInt_ReturnValue_1) == 0x00006C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetPlayerController_ReturnValue_1) == 0x000070, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetPlayerController_ReturnValue_2) == 0x000078, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Not_PreBool_ReturnValue) == 0x000080, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Map_Keys_Keys) == 0x000088, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeStruct_FormatArgumentData) == 0x0000A0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeArray_Array) == 0x0000E0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Length_ReturnValue_1) == 0x000108, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_Event_DeltaSeconds) == 0x00010C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_QuartzClockInfo) == 0x000110, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_QuartzClockInfo' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_HasInitialDelay) == 0x000200, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_HasInitialDelay' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_InitialDelayTime) == 0x000204, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_InitialDelayTime' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Add_FloatFloat_ReturnValue) == 0x000208, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_EstablishClock_OutClockInfo) == 0x000210, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_EstablishClock_OutClockInfo' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_EstablishClock_ClockHandle) == 0x000300, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_EstablishClock_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_EstablishClock_OutClockName) == 0x000308, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_EstablishClock_OutClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetPlayerController_ReturnValue_3) == 0x000310, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_ClockName_4) == 0x000318, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_ClockName_4' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_QuantizationType_1) == 0x000320, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_QuantizationType_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_NumBars_1) == 0x000324, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_NumBars_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_Beat_1) == 0x000328, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_Beat_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_BeatFraction_1) == 0x00032C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_BeatFraction_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Array_Index_Variable_2) == 0x000330, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeStruct_FormatArgumentData_1) == 0x000338, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeArray_Array_1) == 0x000378, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeStruct_FormatArgumentData_2) == 0x000388, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Format_ReturnValue_1) == 0x0003C8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeArray_Array_2) == 0x0003E0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Format_ReturnValue_2) == 0x0003F0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_SwitchEnum_CmpSuccess) == 0x000408, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Array_Index_Variable_3) == 0x00040C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_EventType) == 0x000410, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_EventType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_Name) == 0x000414, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_Name' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClock_OutClock) == 0x000420, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClock_OutClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClock_OutClockHandle) == 0x000510, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClock_OutClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_SwitchEnum_CmpSuccess_1) == 0x000518, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Loop_Counter_Variable_1) == 0x00051C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_ClockName_3) == 0x000520, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_ClockName_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_CuesToStop) == 0x000528, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_CuesToStop' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_FadeOutDur) == 0x000538, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_FadeOutDur' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_StopEntireClock) == 0x00053C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_StopEntireClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_StopAllStems) == 0x00053D, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_StopAllStems' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Add_IntInt_ReturnValue_2) == 0x000540, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_ClockName_2) == 0x000544, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_ClockName_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_StemName_1) == 0x000550, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_StemName_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_Value) == 0x000560, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_ClockName_1) == 0x000564, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_ClockName_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_StemName) == 0x000570, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_StemName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_MakeLiteralString_ReturnValue) == 0x000580, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClockCues_Cues) == 0x000590, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClockCues_Cues' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Array_Index_Variable_4) == 0x0005E0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Map_Keys_Keys_1) == 0x0005E8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Get_Item) == 0x0005F8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Get_Item_1) == 0x000600, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetDisplayName_ReturnValue) == 0x000608, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Length_ReturnValue_2) == 0x000618, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Contains_ReturnValue) == 0x00061C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Less_IntInt_ReturnValue) == 0x00061D, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Loop_Counter_Variable_2) == 0x000620, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Add_IntInt_ReturnValue_3) == 0x000624, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Loop_Counter_Variable_3) == 0x000628, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClock_OutClock_1) == 0x000630, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClock_OutClock_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClock_OutClockHandle_1) == 0x000720, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClock_OutClockHandle_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Add_IntInt_ReturnValue_4) == 0x000728, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_CalculateSeekTime_PlayTimeWithSeek) == 0x00072C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_CalculateSeekTime_PlayTimeWithSeek' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_CalculateSeekTime_Bar_Duration) == 0x000730, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_CalculateSeekTime_Bar_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_CalculateSeekTime_Bar_Duration_Remaining) == 0x000734, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_CalculateSeekTime_Bar_Duration_Remaining' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_CalculateSeekTime_CurrentStemTime) == 0x000738, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_CalculateSeekTime_CurrentStemTime' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_CalculateSeekTime_Debug1) == 0x00073C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_CalculateSeekTime_Debug1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_CalculateSeekTime_Debug2) == 0x000740, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_CalculateSeekTime_Debug2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_CalculateSeekTime_Debug3) == 0x000744, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_CalculateSeekTime_Debug3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeStruct_FormatArgumentData_3) == 0x000748, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeStruct_FormatArgumentData_4) == 0x000788, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeStruct_FormatArgumentData_5) == 0x0007C8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeArray_Array_3) == 0x000808, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Format_ReturnValue_3) == 0x000818, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Format_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Loop_Counter_Variable_4) == 0x000830, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeStruct_ST_QuartzClockInfo) == 0x000838, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeStruct_ST_QuartzClockInfo' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_ClockUpdateQuantizationSetteings_OutClock) == 0x000928, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_ClockUpdateQuantizationSetteings_OutClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_ClockUpdateQuantizationSetteings_OutClockHandle) == 0x000A18, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_ClockUpdateQuantizationSetteings_OutClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Less_IntInt_ReturnValue_1) == 0x000A20, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Add_IntInt_ReturnValue_5) == 0x000A24, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Array_Index_Variable_5) == 0x000A28, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Loop_Counter_Variable_5) == 0x000A2C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Array_Index_Variable_6) == 0x000A30, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Get_Item_2) == 0x000A34, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Conv_NameToText_ReturnValue) == 0x000A40, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClockDebugColor_ClockDebugColor) == 0x000A58, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClockDebugColor_ClockDebugColor' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClockCues_Cues_1) == 0x000A68, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClockCues_Cues_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Add_IntInt_ReturnValue_6) == 0x000AB8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Map_Keys_Keys_2) == 0x000AC0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Map_Keys_Keys_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Get_Item_3) == 0x000AD0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Length_ReturnValue_3) == 0x000AD8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Less_IntInt_ReturnValue_2) == 0x000ADC, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetDisplayName_ReturnValue_1) == 0x000AE0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Conv_FloatToText_ReturnValue) == 0x000AF0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Conv_FloatToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Conv_StringToText_ReturnValue) == 0x000B08, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Map_Keys_Keys_3) == 0x000B20, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Map_Keys_Keys_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Get_Item_4) == 0x000B30, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Length_ReturnValue_4) == 0x000B38, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClock_OutClock_2) == 0x000B40, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClock_OutClock_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClock_OutClockHandle_2) == 0x000C30, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClock_OutClockHandle_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Less_IntInt_ReturnValue_3) == 0x000C38, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_PauseClock_ClockHandle) == 0x000C40, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_PauseClock_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClockCues_Cues_2) == 0x000C48, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClockCues_Cues_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Loop_Counter_Variable_6) == 0x000C98, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Map_Keys_Keys_4) == 0x000CA0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Map_Keys_Keys_4' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Length_ReturnValue_5) == 0x000CB0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Less_IntInt_ReturnValue_4) == 0x000CB4, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Add_IntInt_ReturnValue_7) == 0x000CB8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Map_Keys_Keys_5) == 0x000CC0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Map_Keys_Keys_5' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Get_Item_5) == 0x000CD0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClock_OutClock_3) == 0x000CD8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClock_OutClock_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClock_OutClockHandle_3) == 0x000DC8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClock_OutClockHandle_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetClockCues_Cues_3) == 0x000DD0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetClockCues_Cues_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_ResumeClock_ClockHandle) == 0x000E20, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_ResumeClock_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Map_Keys_Keys_6) == 0x000E28, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Map_Keys_Keys_6' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Length_ReturnValue_6) == 0x000E38, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Get_Item_6) == 0x000E40, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Less_IntInt_ReturnValue_5) == 0x000E48, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Length_ReturnValue_7) == 0x000E4C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Less_IntInt_ReturnValue_6) == 0x000E50, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Loop_Counter_Variable_7) == 0x000E54, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Subtract_IntInt_ReturnValue) == 0x000E58, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Less_IntInt_ReturnValue_7) == 0x000E5C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Greater_IntInt_ReturnValue) == 0x000E5D, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Add_IntInt_ReturnValue_8) == 0x000E60, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Array_Index_Variable_7) == 0x000E64, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Array_Get_Item_7) == 0x000E68, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000E70, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000E78, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000E7C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_BooleanAND_ReturnValue) == 0x000E7D, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_BooleanAND_ReturnValue_1) == 0x000E7E, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_ClockName) == 0x000E80, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_QuantizationType) == 0x000E88, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_QuantizationType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_NumBars) == 0x000E8C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_NumBars' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_Beat) == 0x000E90, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_Beat' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_CustomEvent_BeatFraction) == 0x000E94, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_CustomEvent_BeatFraction' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_SwitchEnum_CmpSuccess_2) == 0x000E98, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeStruct_FormatArgumentData_6) == 0x000EA0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeStruct_FormatArgumentData_6' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeStruct_FormatArgumentData_7) == 0x000EE0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeStruct_FormatArgumentData_7' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeArray_Array_4) == 0x000F20, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeArray_Array_5) == 0x000F30, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeArray_Array_5' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Format_ReturnValue_4) == 0x000F40, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Format_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Format_ReturnValue_5) == 0x000F58, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Format_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue) == 0x000F70, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000F78, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue_1) == 0x000F80, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_InputKeyEvent_Key) == 0x000F88, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000FA0, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000FA4, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeStruct_FormatArgumentData_8) == 0x000FA8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeStruct_FormatArgumentData_8' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, K2Node_MakeArray_Array_6) == 0x000FE8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::K2Node_MakeArray_Array_6' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, Temp_int_Variable) == 0x000FF8, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Format_ReturnValue_6) == 0x001000, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Format_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x001018, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_Greater_IntInt_ReturnValue_3) == 0x00101C, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_BooleanAND_ReturnValue_2) == 0x00101D, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2, CallFunc_BooleanAND_ReturnValue_3) == 0x00101E, "Member 'BP_QuartzMaster2_C_ExecuteUbergraph_BP_QuartzMaster2::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_QuantizationEventNewCue \ static_assert(alignof(BP_QuartzMaster2_C_QuantizationEventNewCue) == 0x000004, "Wrong alignment on BP_QuartzMaster2_C_QuantizationEventNewCue"); \ static_assert(sizeof(BP_QuartzMaster2_C_QuantizationEventNewCue) == 0x000018, "Wrong size on BP_QuartzMaster2_C_QuantizationEventNewCue"); \ static_assert(offsetof(BP_QuartzMaster2_C_QuantizationEventNewCue, ClockName) == 0x000000, "Member 'BP_QuartzMaster2_C_QuantizationEventNewCue::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_QuantizationEventNewCue, QuantizationType) == 0x000008, "Member 'BP_QuartzMaster2_C_QuantizationEventNewCue::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_QuantizationEventNewCue, NumBars) == 0x00000C, "Member 'BP_QuartzMaster2_C_QuantizationEventNewCue::NumBars' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_QuantizationEventNewCue, Beat) == 0x000010, "Member 'BP_QuartzMaster2_C_QuantizationEventNewCue::Beat' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_QuantizationEventNewCue, BeatFraction) == 0x000014, "Member 'BP_QuartzMaster2_C_QuantizationEventNewCue::BeatFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_StopQuartzStemUI \ static_assert(alignof(BP_QuartzMaster2_C_StopQuartzStemUI) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_StopQuartzStemUI"); \ static_assert(sizeof(BP_QuartzMaster2_C_StopQuartzStemUI) == 0x000018, "Wrong size on BP_QuartzMaster2_C_StopQuartzStemUI"); \ static_assert(offsetof(BP_QuartzMaster2_C_StopQuartzStemUI, ClockName) == 0x000000, "Member 'BP_QuartzMaster2_C_StopQuartzStemUI::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_StopQuartzStemUI, StemName) == 0x000008, "Member 'BP_QuartzMaster2_C_StopQuartzStemUI::StemName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_SetStemVolume \ static_assert(alignof(BP_QuartzMaster2_C_SetStemVolume) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_SetStemVolume"); \ static_assert(sizeof(BP_QuartzMaster2_C_SetStemVolume) == 0x000020, "Wrong size on BP_QuartzMaster2_C_SetStemVolume"); \ static_assert(offsetof(BP_QuartzMaster2_C_SetStemVolume, ClockName) == 0x000000, "Member 'BP_QuartzMaster2_C_SetStemVolume::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_SetStemVolume, StemName) == 0x000008, "Member 'BP_QuartzMaster2_C_SetStemVolume::StemName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_SetStemVolume, Value) == 0x000018, "Member 'BP_QuartzMaster2_C_SetStemVolume::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_StopQuartzStem \ static_assert(alignof(BP_QuartzMaster2_C_StopQuartzStem) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_StopQuartzStem"); \ static_assert(sizeof(BP_QuartzMaster2_C_StopQuartzStem) == 0x000020, "Wrong size on BP_QuartzMaster2_C_StopQuartzStem"); \ static_assert(offsetof(BP_QuartzMaster2_C_StopQuartzStem, ClockName) == 0x000000, "Member 'BP_QuartzMaster2_C_StopQuartzStem::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_StopQuartzStem, CuesToStop) == 0x000008, "Member 'BP_QuartzMaster2_C_StopQuartzStem::CuesToStop' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_StopQuartzStem, FadeOutDur_0) == 0x000018, "Member 'BP_QuartzMaster2_C_StopQuartzStem::FadeOutDur_0' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_StopQuartzStem, StopEntireClock) == 0x00001C, "Member 'BP_QuartzMaster2_C_StopQuartzStem::StopEntireClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_StopQuartzStem, StopAllStems) == 0x00001D, "Member 'BP_QuartzMaster2_C_StopQuartzStem::StopAllStems' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_StemQueued \ static_assert(alignof(BP_QuartzMaster2_C_StemQueued) == 0x000004, "Wrong alignment on BP_QuartzMaster2_C_StemQueued"); \ static_assert(sizeof(BP_QuartzMaster2_C_StemQueued) == 0x00000C, "Wrong size on BP_QuartzMaster2_C_StemQueued"); \ static_assert(offsetof(BP_QuartzMaster2_C_StemQueued, EventType) == 0x000000, "Member 'BP_QuartzMaster2_C_StemQueued::EventType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_StemQueued, Name_0) == 0x000004, "Member 'BP_QuartzMaster2_C_StemQueued::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_QuantizationEvent \ static_assert(alignof(BP_QuartzMaster2_C_QuantizationEvent) == 0x000004, "Wrong alignment on BP_QuartzMaster2_C_QuantizationEvent"); \ static_assert(sizeof(BP_QuartzMaster2_C_QuantizationEvent) == 0x000018, "Wrong size on BP_QuartzMaster2_C_QuantizationEvent"); \ static_assert(offsetof(BP_QuartzMaster2_C_QuantizationEvent, ClockName) == 0x000000, "Member 'BP_QuartzMaster2_C_QuantizationEvent::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_QuantizationEvent, QuantizationType) == 0x000008, "Member 'BP_QuartzMaster2_C_QuantizationEvent::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_QuantizationEvent, NumBars) == 0x00000C, "Member 'BP_QuartzMaster2_C_QuantizationEvent::NumBars' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_QuantizationEvent, Beat) == 0x000010, "Member 'BP_QuartzMaster2_C_QuantizationEvent::Beat' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_QuantizationEvent, BeatFraction) == 0x000014, "Member 'BP_QuartzMaster2_C_QuantizationEvent::BeatFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_StartQuartzStem \ static_assert(alignof(BP_QuartzMaster2_C_StartQuartzStem) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_StartQuartzStem"); \ static_assert(sizeof(BP_QuartzMaster2_C_StartQuartzStem) == 0x0000F8, "Wrong size on BP_QuartzMaster2_C_StartQuartzStem"); \ static_assert(offsetof(BP_QuartzMaster2_C_StartQuartzStem, QuartzClockInfo) == 0x000000, "Member 'BP_QuartzMaster2_C_StartQuartzStem::QuartzClockInfo' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_StartQuartzStem, HasInitialDelay) == 0x0000F0, "Member 'BP_QuartzMaster2_C_StartQuartzStem::HasInitialDelay' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_StartQuartzStem, InitialDelayTime) == 0x0000F4, "Member 'BP_QuartzMaster2_C_StartQuartzStem::InitialDelayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_ReceiveTick \ static_assert(alignof(BP_QuartzMaster2_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_QuartzMaster2_C_ReceiveTick"); \ static_assert(sizeof(BP_QuartzMaster2_C_ReceiveTick) == 0x000004, "Wrong size on BP_QuartzMaster2_C_ReceiveTick"); \ static_assert(offsetof(BP_QuartzMaster2_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_QuartzMaster2_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_InpActEvt_Nine_K2Node_InputKeyEvent_0 \ static_assert(alignof(BP_QuartzMaster2_C_InpActEvt_Nine_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_InpActEvt_Nine_K2Node_InputKeyEvent_0"); \ static_assert(sizeof(BP_QuartzMaster2_C_InpActEvt_Nine_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on BP_QuartzMaster2_C_InpActEvt_Nine_K2Node_InputKeyEvent_0"); \ static_assert(offsetof(BP_QuartzMaster2_C_InpActEvt_Nine_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'BP_QuartzMaster2_C_InpActEvt_Nine_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_InpActEvt_Six_K2Node_InputKeyEvent_1 \ static_assert(alignof(BP_QuartzMaster2_C_InpActEvt_Six_K2Node_InputKeyEvent_1) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_InpActEvt_Six_K2Node_InputKeyEvent_1"); \ static_assert(sizeof(BP_QuartzMaster2_C_InpActEvt_Six_K2Node_InputKeyEvent_1) == 0x000018, "Wrong size on BP_QuartzMaster2_C_InpActEvt_Six_K2Node_InputKeyEvent_1"); \ static_assert(offsetof(BP_QuartzMaster2_C_InpActEvt_Six_K2Node_InputKeyEvent_1, Key) == 0x000000, "Member 'BP_QuartzMaster2_C_InpActEvt_Six_K2Node_InputKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_InpActEvt_Eight_K2Node_InputKeyEvent_2 \ static_assert(alignof(BP_QuartzMaster2_C_InpActEvt_Eight_K2Node_InputKeyEvent_2) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_InpActEvt_Eight_K2Node_InputKeyEvent_2"); \ static_assert(sizeof(BP_QuartzMaster2_C_InpActEvt_Eight_K2Node_InputKeyEvent_2) == 0x000018, "Wrong size on BP_QuartzMaster2_C_InpActEvt_Eight_K2Node_InputKeyEvent_2"); \ static_assert(offsetof(BP_QuartzMaster2_C_InpActEvt_Eight_K2Node_InputKeyEvent_2, Key) == 0x000000, "Member 'BP_QuartzMaster2_C_InpActEvt_Eight_K2Node_InputKeyEvent_2::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_CalculateSeekTime \ static_assert(alignof(BP_QuartzMaster2_C_CalculateSeekTime) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_CalculateSeekTime"); \ static_assert(sizeof(BP_QuartzMaster2_C_CalculateSeekTime) == 0x000060, "Wrong size on BP_QuartzMaster2_C_CalculateSeekTime"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, ClockName) == 0x000000, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, PlayStartedTime) == 0x000008, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::PlayStartedTime' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, QuantizationBoundry) == 0x00000C, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::QuantizationBoundry' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, PlayTimeWithSeek) == 0x000018, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::PlayTimeWithSeek' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, Bar_Duration) == 0x00001C, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::Bar_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, Bar_Duration_Remaining) == 0x000020, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::Bar_Duration_Remaining' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, CurrentStemTime) == 0x000024, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::CurrentStemTime' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, Debug1) == 0x000028, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::Debug1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, Debug2) == 0x00002C, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::Debug2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, Debug3) == 0x000030, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::Debug3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, StemPlayTime) == 0x000034, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::StemPlayTime' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000038, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue) == 0x000044, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, CallFunc_FFloor_ReturnValue) == 0x00004C, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000050, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, CallFunc_Add_FloatFloat_ReturnValue) == 0x000054, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_CalculateSeekTime, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000058, "Member 'BP_QuartzMaster2_C_CalculateSeekTime::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_ClockPlayCues \ static_assert(alignof(BP_QuartzMaster2_C_ClockPlayCues) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_ClockPlayCues"); \ static_assert(sizeof(BP_QuartzMaster2_C_ClockPlayCues) == 0x000300, "Wrong size on BP_QuartzMaster2_C_ClockPlayCues"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, InClock) == 0x000000, "Member 'BP_QuartzMaster2_C_ClockPlayCues::InClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, OnLoop) == 0x0000F0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::OnLoop' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, NewCue) == 0x0000F1, "Member 'BP_QuartzMaster2_C_ClockPlayCues::NewCue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, NewCueBool) == 0x0000F2, "Member 'BP_QuartzMaster2_C_ClockPlayCues::NewCueBool' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, OnLoopBool) == 0x0000F3, "Member 'BP_QuartzMaster2_C_ClockPlayCues::OnLoopBool' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, FadeInDurLocal) == 0x0000F4, "Member 'BP_QuartzMaster2_C_ClockPlayCues::FadeInDurLocal' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CurrentStemTime) == 0x0000F8, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CurrentStemTime' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, PlayStartTime) == 0x0000FC, "Member 'BP_QuartzMaster2_C_ClockPlayCues::PlayStartTime' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, QuantizationBoundary) == 0x000100, "Member 'BP_QuartzMaster2_C_ClockPlayCues::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CurrentAudioCompsCues) == 0x000110, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CurrentAudioCompsCues' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, SpatializedLocation) == 0x000160, "Member 'BP_QuartzMaster2_C_ClockPlayCues::SpatializedLocation' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, PlaySpatialized) == 0x000168, "Member 'BP_QuartzMaster2_C_ClockPlayCues::PlaySpatialized' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, FireOnClockStart) == 0x000169, "Member 'BP_QuartzMaster2_C_ClockPlayCues::FireOnClockStart' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, UseQuantizedSeeking) == 0x00016A, "Member 'BP_QuartzMaster2_C_ClockPlayCues::UseQuantizedSeeking' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, Volume) == 0x00016C, "Member 'BP_QuartzMaster2_C_ClockPlayCues::Volume' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, ClockName) == 0x000170, "Member 'BP_QuartzMaster2_C_ClockPlayCues::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, SoundCues) == 0x000178, "Member 'BP_QuartzMaster2_C_ClockPlayCues::SoundCues' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, SoundCue) == 0x000188, "Member 'BP_QuartzMaster2_C_ClockPlayCues::SoundCue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, AudioComp) == 0x000190, "Member 'BP_QuartzMaster2_C_ClockPlayCues::AudioComp' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, K2Node_MakeStruct_QuartzQuantizationBoundary) == 0x000198, "Member 'BP_QuartzMaster2_C_ClockPlayCues::K2Node_MakeStruct_QuartzQuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, K2Node_MakeStruct_QuartzQuantizationBoundary_1) == 0x0001A4, "Member 'BP_QuartzMaster2_C_ClockPlayCues::K2Node_MakeStruct_QuartzQuantizationBoundary_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Conv_BoolToString_ReturnValue) == 0x0001B0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Concat_StrStr_ReturnValue) == 0x0001C0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001D0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, K2Node_SwitchEnum_CmpSuccess) == 0x0001E0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, K2Node_MakeStruct_QuartzQuantizationBoundary_2) == 0x0001E4, "Member 'BP_QuartzMaster2_C_ClockPlayCues::K2Node_MakeStruct_QuartzQuantizationBoundary_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, K2Node_CreateDelegate_OutputDelegate) == 0x0001F0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_SubscribeToAllQuantizationEvents_ClockHandle) == 0x000200, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_SubscribeToAllQuantizationEvents_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_BooleanOR_ReturnValue) == 0x000208, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000210, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000220, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Not_PreBool_ReturnValue) == 0x000230, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_BooleanAND_ReturnValue) == 0x000231, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_GetCueDuration_Duration) == 0x000234, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_GetCueDuration_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000238, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000248, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Not_PreBool_ReturnValue_1) == 0x000250, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_BooleanAND_ReturnValue_1) == 0x000251, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, Temp_delegate_Variable) == 0x000254, "Member 'BP_QuartzMaster2_C_ClockPlayCues::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_ResetTransportQuantized_ClockHandle) == 0x000268, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_ResetTransportQuantized_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000270, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Array_Length_ReturnValue) == 0x000280, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, Temp_int_Array_Index_Variable) == 0x000284, "Member 'BP_QuartzMaster2_C_ClockPlayCues::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Array_Get_Item) == 0x000288, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_CalculateSeekTime_PlayTimeWithSeek) == 0x000290, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_CalculateSeekTime_PlayTimeWithSeek' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_CalculateSeekTime_Bar_Duration) == 0x000294, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_CalculateSeekTime_Bar_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_CalculateSeekTime_Bar_Duration_Remaining) == 0x000298, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_CalculateSeekTime_Bar_Duration_Remaining' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_CalculateSeekTime_CurrentStemTime) == 0x00029C, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_CalculateSeekTime_CurrentStemTime' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_CalculateSeekTime_Debug1) == 0x0002A0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_CalculateSeekTime_Debug1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_CalculateSeekTime_Debug2) == 0x0002A4, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_CalculateSeekTime_Debug2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_CalculateSeekTime_Debug3) == 0x0002A8, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_CalculateSeekTime_Debug3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Percent_FloatFloat_ReturnValue) == 0x0002AC, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Percent_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, K2Node_MakeArray_Array) == 0x0002B0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002C0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, K2Node_CreateDelegate_OutputDelegate_2) == 0x0002D0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, Temp_int_Loop_Counter_Variable) == 0x0002E0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_SubscribeToAllQuantizationEvents_ClockHandle_1) == 0x0002E8, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_SubscribeToAllQuantizationEvents_ClockHandle_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Less_IntInt_ReturnValue) == 0x0002F0, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_Add_IntInt_ReturnValue) == 0x0002F4, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockPlayCues, CallFunc_CreateSound2D_ReturnValue) == 0x0002F8, "Member 'BP_QuartzMaster2_C_ClockPlayCues::CallFunc_CreateSound2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_ClockStopCues \ static_assert(alignof(BP_QuartzMaster2_C_ClockStopCues) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_ClockStopCues"); \ static_assert(sizeof(BP_QuartzMaster2_C_ClockStopCues) == 0x000250, "Wrong size on BP_QuartzMaster2_C_ClockStopCues"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, ClockName) == 0x000000, "Member 'BP_QuartzMaster2_C_ClockStopCues::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CuesToStop) == 0x000008, "Member 'BP_QuartzMaster2_C_ClockStopCues::CuesToStop' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, FadeOutDur_0) == 0x000018, "Member 'BP_QuartzMaster2_C_ClockStopCues::FadeOutDur_0' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, StopEntireClock) == 0x00001C, "Member 'BP_QuartzMaster2_C_ClockStopCues::StopEntireClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, Loc_ClockCue) == 0x000020, "Member 'BP_QuartzMaster2_C_ClockStopCues::Loc_ClockCue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, ClockCues) == 0x000028, "Member 'BP_QuartzMaster2_C_ClockStopCues::ClockCues' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, Temp_int_Array_Index_Variable) == 0x000078, "Member 'BP_QuartzMaster2_C_ClockStopCues::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_IsValid_ReturnValue) == 0x00007C, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Map_Remove_ReturnValue) == 0x00007D, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Map_Contains_ReturnValue) == 0x00007E, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Map_Keys_Keys) == 0x000080, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, Temp_int_Loop_Counter_Variable) == 0x000094, "Member 'BP_QuartzMaster2_C_ClockStopCues::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, Temp_int_Array_Index_Variable_1) == 0x000098, "Member 'BP_QuartzMaster2_C_ClockStopCues::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, Temp_int_Loop_Counter_Variable_1) == 0x0000AC, "Member 'BP_QuartzMaster2_C_ClockStopCues::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Array_Length_ReturnValue_1) == 0x0000B8, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Less_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000BD, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C0, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Map_Remove_ReturnValue_1) == 0x0000C4, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Map_Remove_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Map_Keys_Keys_1) == 0x0000C8, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Map_Values_Values) == 0x0000D8, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_GetClock_OutClock) == 0x0000E8, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_GetClock_OutClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_GetClock_OutClockHandle) == 0x0001D8, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_GetClock_OutClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Array_Find_ReturnValue) == 0x0001E0, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Array_Get_Item_2) == 0x0001E8, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_Array_Contains_ReturnValue) == 0x0001F0, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_GetClockCues_Cues) == 0x0001F8, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_GetClockCues_Cues' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCues, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000248, "Member 'BP_QuartzMaster2_C_ClockStopCues::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_ClockStopCuesUI \ static_assert(alignof(BP_QuartzMaster2_C_ClockStopCuesUI) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_ClockStopCuesUI"); \ static_assert(sizeof(BP_QuartzMaster2_C_ClockStopCuesUI) == 0x0000E8, "Wrong size on BP_QuartzMaster2_C_ClockStopCuesUI"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, ClockName) == 0x000000, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, StemName) == 0x000008, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::StemName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, CallFunc_GetClockCues_Cues) == 0x000020, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::CallFunc_GetClockCues_Cues' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, Temp_int_Loop_Counter_Variable) == 0x000070, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, CallFunc_Map_Values_Values) == 0x000078, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, CallFunc_Add_IntInt_ReturnValue) == 0x000090, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, CallFunc_Map_Keys_Keys) == 0x0000A8, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, CallFunc_Array_Length_ReturnValue) == 0x0000B8, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, CallFunc_Less_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, CallFunc_GetDisplayName_ReturnValue) == 0x0000D0, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockStopCuesUI, CallFunc_Contains_ReturnValue) == 0x0000E0, "Member 'BP_QuartzMaster2_C_ClockStopCuesUI::CallFunc_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings \ static_assert(alignof(BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings"); \ static_assert(sizeof(BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings) == 0x0003C8, "Wrong size on BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings, InCurrentClock) == 0x000000, "Member 'BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings::InCurrentClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings, InNewClock) == 0x0000F0, "Member 'BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings::InNewClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings, OutClock) == 0x0001E0, "Member 'BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings::OutClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings, OutClockHandle) == 0x0002D0, "Member 'BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings::OutClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings, K2Node_MakeStruct_ST_QuartzClockInfo) == 0x0002D8, "Member 'BP_QuartzMaster2_C_ClockUpdateQuantizationSetteings::K2Node_MakeStruct_ST_QuartzClockInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_DebugRunningClockInfo \ static_assert(alignof(BP_QuartzMaster2_C_DebugRunningClockInfo) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_DebugRunningClockInfo"); \ static_assert(sizeof(BP_QuartzMaster2_C_DebugRunningClockInfo) == 0x000058, "Wrong size on BP_QuartzMaster2_C_DebugRunningClockInfo"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, Temp_int_Array_Index_Variable_1) == 0x000004, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, CallFunc_Map_Values_Values) == 0x000008, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, CallFunc_Map_Keys_Keys) == 0x000018, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, Temp_int_Loop_Counter_Variable) == 0x00002C, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, CallFunc_Map_Keys_Keys_1) == 0x000030, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::CallFunc_Map_Keys_Keys_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, Temp_int_Loop_Counter_Variable_1) == 0x00004C, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, CallFunc_Less_IntInt_ReturnValue_1) == 0x000050, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_DebugRunningClockInfo, CallFunc_Add_IntInt_ReturnValue_1) == 0x000054, "Member 'BP_QuartzMaster2_C_DebugRunningClockInfo::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_EstablishClock \ static_assert(alignof(BP_QuartzMaster2_C_EstablishClock) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_EstablishClock"); \ static_assert(sizeof(BP_QuartzMaster2_C_EstablishClock) == 0x0005B0, "Wrong size on BP_QuartzMaster2_C_EstablishClock"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, InClockInfo) == 0x000000, "Member 'BP_QuartzMaster2_C_EstablishClock::InClockInfo' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, OutClockInfo) == 0x0000F0, "Member 'BP_QuartzMaster2_C_EstablishClock::OutClockInfo' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, ClockHandle) == 0x0001E0, "Member 'BP_QuartzMaster2_C_EstablishClock::ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, OutClockName) == 0x0001E8, "Member 'BP_QuartzMaster2_C_EstablishClock::OutClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, NewClockHandle) == 0x0001F0, "Member 'BP_QuartzMaster2_C_EstablishClock::NewClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, RandomClockColors) == 0x0001F8, "Member 'BP_QuartzMaster2_C_EstablishClock::RandomClockColors' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, FireOnClockStart) == 0x000208, "Member 'BP_QuartzMaster2_C_EstablishClock::FireOnClockStart' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, UseQuantizedSeeking) == 0x000209, "Member 'BP_QuartzMaster2_C_EstablishClock::UseQuantizedSeeking' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, BPM) == 0x00020C, "Member 'BP_QuartzMaster2_C_EstablishClock::BPM' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, Volume) == 0x000210, "Member 'BP_QuartzMaster2_C_EstablishClock::Volume' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, QuantizationBoundary) == 0x000214, "Member 'BP_QuartzMaster2_C_EstablishClock::QuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CuesToStop) == 0x000220, "Member 'BP_QuartzMaster2_C_EstablishClock::CuesToStop' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CuesToPlay) == 0x000230, "Member 'BP_QuartzMaster2_C_EstablishClock::CuesToPlay' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, ClockSettings) == 0x000240, "Member 'BP_QuartzMaster2_C_EstablishClock::ClockSettings' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, ClockName) == 0x000260, "Member 'BP_QuartzMaster2_C_EstablishClock::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, K2Node_MakeArray_Array) == 0x000268, "Member 'BP_QuartzMaster2_C_EstablishClock::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_ResumeClock_ClockHandle) == 0x000278, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_ResumeClock_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_Array_Random_OutItem) == 0x000280, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_Array_Random_OutIndex) == 0x000290, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, K2Node_MakeStruct_ST_QuartzClockInfo) == 0x000298, "Member 'BP_QuartzMaster2_C_EstablishClock::K2Node_MakeStruct_ST_QuartzClockInfo' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_GetClock_OutClock) == 0x000388, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_GetClock_OutClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_GetClock_OutClockHandle) == 0x000478, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_GetClock_OutClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000480, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_ClockUpdateQuantizationSetteings_OutClock) == 0x000488, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_ClockUpdateQuantizationSetteings_OutClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_ClockUpdateQuantizationSetteings_OutClockHandle) == 0x000578, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_ClockUpdateQuantizationSetteings_OutClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_DoesClockExist_ReturnValue) == 0x000580, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_DoesClockExist_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, Temp_delegate_Variable) == 0x000584, "Member 'BP_QuartzMaster2_C_EstablishClock::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000598, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_CreateNewClock_ReturnValue) == 0x0005A0, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_CreateNewClock_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_EstablishClock, CallFunc_SetBeatsPerMinute_ClockHandle) == 0x0005A8, "Member 'BP_QuartzMaster2_C_EstablishClock::CallFunc_SetBeatsPerMinute_ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_GetClock \ static_assert(alignof(BP_QuartzMaster2_C_GetClock) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_GetClock"); \ static_assert(sizeof(BP_QuartzMaster2_C_GetClock) == 0x0001F8, "Wrong size on BP_QuartzMaster2_C_GetClock"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClock, ClockName) == 0x000000, "Member 'BP_QuartzMaster2_C_GetClock::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClock, OutClock) == 0x000008, "Member 'BP_QuartzMaster2_C_GetClock::OutClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClock, OutClockHandle) == 0x0000F8, "Member 'BP_QuartzMaster2_C_GetClock::OutClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClock, CallFunc_Map_Find_Value) == 0x000100, "Member 'BP_QuartzMaster2_C_GetClock::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClock, CallFunc_Map_Find_ReturnValue) == 0x0001F0, "Member 'BP_QuartzMaster2_C_GetClock::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClock, CallFunc_Map_Contains_ReturnValue) == 0x0001F1, "Member 'BP_QuartzMaster2_C_GetClock::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_GetClockCues \ static_assert(alignof(BP_QuartzMaster2_C_GetClockCues) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_GetClockCues"); \ static_assert(sizeof(BP_QuartzMaster2_C_GetClockCues) == 0x0001D8, "Wrong size on BP_QuartzMaster2_C_GetClockCues"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockCues, ClockName) == 0x000000, "Member 'BP_QuartzMaster2_C_GetClockCues::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockCues, Cues) == 0x000008, "Member 'BP_QuartzMaster2_C_GetClockCues::Cues' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockCues, CallFunc_GetClock_OutClock) == 0x000058, "Member 'BP_QuartzMaster2_C_GetClockCues::CallFunc_GetClock_OutClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockCues, CallFunc_GetClock_OutClockHandle) == 0x000148, "Member 'BP_QuartzMaster2_C_GetClockCues::CallFunc_GetClock_OutClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockCues, CallFunc_Conv_NameToText_ReturnValue) == 0x000150, "Member 'BP_QuartzMaster2_C_GetClockCues::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockCues, K2Node_MakeStruct_FormatArgumentData) == 0x000168, "Member 'BP_QuartzMaster2_C_GetClockCues::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockCues, K2Node_MakeArray_Array) == 0x0001A8, "Member 'BP_QuartzMaster2_C_GetClockCues::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockCues, CallFunc_Format_ReturnValue) == 0x0001B8, "Member 'BP_QuartzMaster2_C_GetClockCues::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockCues, CallFunc_Map_Contains_ReturnValue) == 0x0001D0, "Member 'BP_QuartzMaster2_C_GetClockCues::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_GetClockDebugColor \ static_assert(alignof(BP_QuartzMaster2_C_GetClockDebugColor) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_GetClockDebugColor"); \ static_assert(sizeof(BP_QuartzMaster2_C_GetClockDebugColor) == 0x000198, "Wrong size on BP_QuartzMaster2_C_GetClockDebugColor"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockDebugColor, ClockName) == 0x000000, "Member 'BP_QuartzMaster2_C_GetClockDebugColor::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockDebugColor, ClockDebugColor) == 0x000008, "Member 'BP_QuartzMaster2_C_GetClockDebugColor::ClockDebugColor' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockDebugColor, CallFunc_GetClock_OutClock) == 0x000018, "Member 'BP_QuartzMaster2_C_GetClockDebugColor::CallFunc_GetClock_OutClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockDebugColor, CallFunc_GetClock_OutClockHandle) == 0x000108, "Member 'BP_QuartzMaster2_C_GetClockDebugColor::CallFunc_GetClock_OutClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockDebugColor, CallFunc_Conv_NameToText_ReturnValue) == 0x000110, "Member 'BP_QuartzMaster2_C_GetClockDebugColor::CallFunc_Conv_NameToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockDebugColor, K2Node_MakeStruct_FormatArgumentData) == 0x000128, "Member 'BP_QuartzMaster2_C_GetClockDebugColor::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockDebugColor, K2Node_MakeArray_Array) == 0x000168, "Member 'BP_QuartzMaster2_C_GetClockDebugColor::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockDebugColor, CallFunc_Format_ReturnValue) == 0x000178, "Member 'BP_QuartzMaster2_C_GetClockDebugColor::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetClockDebugColor, CallFunc_Map_Contains_ReturnValue) == 0x000190, "Member 'BP_QuartzMaster2_C_GetClockDebugColor::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_GetCueDuration \ static_assert(alignof(BP_QuartzMaster2_C_GetCueDuration) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_GetCueDuration"); \ static_assert(sizeof(BP_QuartzMaster2_C_GetCueDuration) == 0x000040, "Wrong size on BP_QuartzMaster2_C_GetCueDuration"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetCueDuration, SoundCue) == 0x000000, "Member 'BP_QuartzMaster2_C_GetCueDuration::SoundCue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetCueDuration, Duration) == 0x000008, "Member 'BP_QuartzMaster2_C_GetCueDuration::Duration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetCueDuration, CallFunc_RecursiveFindWavePlayerNodes_WavePlayerNodes) == 0x000010, "Member 'BP_QuartzMaster2_C_GetCueDuration::CallFunc_RecursiveFindWavePlayerNodes_WavePlayerNodes' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetCueDuration, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_QuartzMaster2_C_GetCueDuration::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetCueDuration, CallFunc_GetWaveDuration_ReturnValue) == 0x000028, "Member 'BP_QuartzMaster2_C_GetCueDuration::CallFunc_GetWaveDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_GetCueDuration, CallFunc_Conv_FloatToString_ReturnValue) == 0x000030, "Member 'BP_QuartzMaster2_C_GetCueDuration::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster2_C_SetClockCues \ static_assert(alignof(BP_QuartzMaster2_C_SetClockCues) == 0x000008, "Wrong alignment on BP_QuartzMaster2_C_SetClockCues"); \ static_assert(sizeof(BP_QuartzMaster2_C_SetClockCues) == 0x000230, "Wrong size on BP_QuartzMaster2_C_SetClockCues"); \ static_assert(offsetof(BP_QuartzMaster2_C_SetClockCues, InClockInfo) == 0x000000, "Member 'BP_QuartzMaster2_C_SetClockCues::InClockInfo' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_SetClockCues, InCues) == 0x0000F0, "Member 'BP_QuartzMaster2_C_SetClockCues::InCues' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster2_C_SetClockCues, K2Node_MakeStruct_ST_QuartzClockInfo) == 0x000140, "Member 'BP_QuartzMaster2_C_SetClockCues::K2Node_MakeStruct_ST_QuartzClockInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_QuartzMaster2_C \ static_assert(alignof(ABP_QuartzMaster2_C) == 0x000008, "Wrong alignment on ABP_QuartzMaster2_C"); \ static_assert(sizeof(ABP_QuartzMaster2_C) == 0x000438, "Wrong size on ABP_QuartzMaster2_C"); \ static_assert(offsetof(ABP_QuartzMaster2_C, UberGraphFrame) == 0x000230, "Member 'ABP_QuartzMaster2_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, Icon) == 0x000238, "Member 'ABP_QuartzMaster2_C::Icon' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, ShowDebugText) == 0x000240, "Member 'ABP_QuartzMaster2_C::ShowDebugText' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, ShowDebugUI) == 0x000241, "Member 'ABP_QuartzMaster2_C::ShowDebugUI' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, MasterTime) == 0x000244, "Member 'ABP_QuartzMaster2_C::MasterTime' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, LastBarTime) == 0x000248, "Member 'ABP_QuartzMaster2_C::LastBarTime' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, BarEvent) == 0x000250, "Member 'ABP_QuartzMaster2_C::BarEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, SliderCount) == 0x000260, "Member 'ABP_QuartzMaster2_C::SliderCount' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, SliderWidgets) == 0x000268, "Member 'ABP_QuartzMaster2_C::SliderWidgets' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, RunningClocks) == 0x000278, "Member 'ABP_QuartzMaster2_C::RunningClocks' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, Counting_Reference_Point) == 0x0002C8, "Member 'ABP_QuartzMaster2_C::Counting_Reference_Point' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, Quantization_Type) == 0x0002C9, "Member 'ABP_QuartzMaster2_C::Quantization_Type' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, FadeInDur) == 0x0002CC, "Member 'ABP_QuartzMaster2_C::FadeInDur' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, FadeOutDur) == 0x0002D0, "Member 'ABP_QuartzMaster2_C::FadeOutDur' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, ClockPlayTime) == 0x0002D8, "Member 'ABP_QuartzMaster2_C::ClockPlayTime' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, Clock_Handle) == 0x000328, "Member 'ABP_QuartzMaster2_C::Clock_Handle' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, Looping) == 0x000330, "Member 'ABP_QuartzMaster2_C::Looping' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, EstablishClockInfo) == 0x000338, "Member 'ABP_QuartzMaster2_C::EstablishClockInfo' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, Num_Of_Bars) == 0x000428, "Member 'ABP_QuartzMaster2_C::Num_Of_Bars' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, MusicIsLooping) == 0x00042C, "Member 'ABP_QuartzMaster2_C::MusicIsLooping' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, Num_Of_Bars_Offset) == 0x000430, "Member 'ABP_QuartzMaster2_C::Num_Of_Bars_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster2_C, LoopingTrackIsPlaying) == 0x000434, "Member 'ABP_QuartzMaster2_C::LoopingTrackIsPlaying' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable \ static_assert(alignof(BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable) == 0x000008, "Wrong alignment on BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable"); \ static_assert(sizeof(BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable) == 0x000028, "Wrong size on BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable, EntryPoint) == 0x000000, "Member 'BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable, K2Node_EOEvent_Sender) == 0x000018, "Member 'BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable, K2Node_EOEvent_Event) == 0x000020, "Member 'BP_KatjasAptBaseInteractable_C_ExecuteUbergraph_BP_KatjasAptBaseInteractable::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_KatjasAptBaseInteractable_C_OnKatjasApartmentSwapperSet \ static_assert(alignof(BP_KatjasAptBaseInteractable_C_OnKatjasApartmentSwapperSet) == 0x000008, "Wrong alignment on BP_KatjasAptBaseInteractable_C_OnKatjasApartmentSwapperSet"); \ static_assert(sizeof(BP_KatjasAptBaseInteractable_C_OnKatjasApartmentSwapperSet) == 0x000010, "Wrong size on BP_KatjasAptBaseInteractable_C_OnKatjasApartmentSwapperSet"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_OnKatjasApartmentSwapperSet, Sender) == 0x000000, "Member 'BP_KatjasAptBaseInteractable_C_OnKatjasApartmentSwapperSet::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_OnKatjasApartmentSwapperSet, Event) == 0x000008, "Member 'BP_KatjasAptBaseInteractable_C_OnKatjasApartmentSwapperSet::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_KatjasAptBaseInteractable_C_InitEditorState \ static_assert(alignof(BP_KatjasAptBaseInteractable_C_InitEditorState) == 0x000008, "Wrong alignment on BP_KatjasAptBaseInteractable_C_InitEditorState"); \ static_assert(sizeof(BP_KatjasAptBaseInteractable_C_InitEditorState) == 0x000018, "Wrong size on BP_KatjasAptBaseInteractable_C_InitEditorState"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_InitEditorState, CallFunc_GetDefaultObject_ReturnValue) == 0x000000, "Member 'BP_KatjasAptBaseInteractable_C_InitEditorState::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_InitEditorState, K2Node_DynamicCast_AsBP_PHGame_Instance) == 0x000008, "Member 'BP_KatjasAptBaseInteractable_C_InitEditorState::K2Node_DynamicCast_AsBP_PHGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_InitEditorState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_KatjasAptBaseInteractable_C_InitEditorState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_InitEditorState, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000011, "Member 'BP_KatjasAptBaseInteractable_C_InitEditorState::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_InitEditorState, CallFunc_Map_Find_Value) == 0x000012, "Member 'BP_KatjasAptBaseInteractable_C_InitEditorState::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_InitEditorState, CallFunc_Map_Find_ReturnValue) == 0x000013, "Member 'BP_KatjasAptBaseInteractable_C_InitEditorState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_KatjasAptBaseInteractable_C_UpdateState \ static_assert(alignof(BP_KatjasAptBaseInteractable_C_UpdateState) == 0x000008, "Wrong alignment on BP_KatjasAptBaseInteractable_C_UpdateState"); \ static_assert(sizeof(BP_KatjasAptBaseInteractable_C_UpdateState) == 0x000010, "Wrong size on BP_KatjasAptBaseInteractable_C_UpdateState"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_UpdateState, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000000, "Member 'BP_KatjasAptBaseInteractable_C_UpdateState::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_UpdateState, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000008, "Member 'BP_KatjasAptBaseInteractable_C_UpdateState::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_UpdateState, CallFunc_Map_Find_Value) == 0x000009, "Member 'BP_KatjasAptBaseInteractable_C_UpdateState::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_UpdateState, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'BP_KatjasAptBaseInteractable_C_UpdateState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_KatjasAptBaseInteractable_C_ChangeState \ static_assert(alignof(BP_KatjasAptBaseInteractable_C_ChangeState) == 0x000001, "Wrong alignment on BP_KatjasAptBaseInteractable_C_ChangeState"); \ static_assert(sizeof(BP_KatjasAptBaseInteractable_C_ChangeState) == 0x000002, "Wrong size on BP_KatjasAptBaseInteractable_C_ChangeState"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_ChangeState, NewParam) == 0x000000, "Member 'BP_KatjasAptBaseInteractable_C_ChangeState::NewParam' has a wrong offset!"); \ static_assert(offsetof(BP_KatjasAptBaseInteractable_C_ChangeState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_KatjasAptBaseInteractable_C_ChangeState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_KatjasAptBaseInteractable_C \ static_assert(alignof(ABP_KatjasAptBaseInteractable_C) == 0x000008, "Wrong alignment on ABP_KatjasAptBaseInteractable_C"); \ static_assert(sizeof(ABP_KatjasAptBaseInteractable_C) == 0x001C38, "Wrong size on ABP_KatjasAptBaseInteractable_C"); \ static_assert(offsetof(ABP_KatjasAptBaseInteractable_C, UberGraphFrame_BP_KatjasAptBaseInteractable_C) == 0x001BE0, "Member 'ABP_KatjasAptBaseInteractable_C::UberGraphFrame_BP_KatjasAptBaseInteractable_C' has a wrong offset!"); \ static_assert(offsetof(ABP_KatjasAptBaseInteractable_C, InteractionStateMap) == 0x001BE8, "Member 'ABP_KatjasAptBaseInteractable_C::InteractionStateMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALI_BaseLayerBlending_C_LayerBlending \ static_assert(alignof(ALI_BaseLayerBlending_C_LayerBlending) == 0x000008, "Wrong alignment on ALI_BaseLayerBlending_C_LayerBlending"); \ static_assert(sizeof(ALI_BaseLayerBlending_C_LayerBlending) == 0x000040, "Wrong size on ALI_BaseLayerBlending_C_LayerBlending"); \ static_assert(offsetof(ALI_BaseLayerBlending_C_LayerBlending, BaseLayer) == 0x000000, "Member 'ALI_BaseLayerBlending_C_LayerBlending::BaseLayer' has a wrong offset!"); \ static_assert(offsetof(ALI_BaseLayerBlending_C_LayerBlending, OverlayLayer) == 0x000010, "Member 'ALI_BaseLayerBlending_C_LayerBlending::OverlayLayer' has a wrong offset!"); \ static_assert(offsetof(ALI_BaseLayerBlending_C_LayerBlending, StationaryPose) == 0x000020, "Member 'ALI_BaseLayerBlending_C_LayerBlending::StationaryPose' has a wrong offset!"); \ static_assert(offsetof(ALI_BaseLayerBlending_C_LayerBlending, LayerBlending_0) == 0x000030, "Member 'ALI_BaseLayerBlending_C_LayerBlending::LayerBlending_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IALI_BaseLayerBlending_C \ static_assert(alignof(IALI_BaseLayerBlending_C) == 0x000001, "Wrong alignment on IALI_BaseLayerBlending_C"); \ static_assert(sizeof(IALI_BaseLayerBlending_C) == 0x000001, "Wrong size on IALI_BaseLayerBlending_C"); \ #define DUMPER7_ASSERTS_UGE_Crouching_C \ static_assert(alignof(UGE_Crouching_C) == 0x000008, "Wrong alignment on UGE_Crouching_C"); \ static_assert(sizeof(UGE_Crouching_C) == 0x000800, "Wrong size on UGE_Crouching_C"); \ #define DUMPER7_ASSERTS_UGE_UnCrouched_C \ static_assert(alignof(UGE_UnCrouched_C) == 0x000008, "Wrong alignment on UGE_UnCrouched_C"); \ static_assert(sizeof(UGE_UnCrouched_C) == 0x000800, "Wrong size on UGE_UnCrouched_C"); \ #define DUMPER7_ASSERTS_FS_CardinalMovementAnims \ static_assert(alignof(FS_CardinalMovementAnims) == 0x000008, "Wrong alignment on FS_CardinalMovementAnims"); \ static_assert(sizeof(FS_CardinalMovementAnims) == 0x000020, "Wrong size on FS_CardinalMovementAnims"); \ static_assert(offsetof(FS_CardinalMovementAnims, Forward_5_FA9A62EC4E361505DF562FA9D7969668) == 0x000000, "Member 'FS_CardinalMovementAnims::Forward_5_FA9A62EC4E361505DF562FA9D7969668' has a wrong offset!"); \ static_assert(offsetof(FS_CardinalMovementAnims, Backward_6_D63A70374DD5F90DCD103787E581A7AD) == 0x000008, "Member 'FS_CardinalMovementAnims::Backward_6_D63A70374DD5F90DCD103787E581A7AD' has a wrong offset!"); \ static_assert(offsetof(FS_CardinalMovementAnims, Left_7_E3CC3E434A2D3AB6C5090FBE0D240559) == 0x000010, "Member 'FS_CardinalMovementAnims::Left_7_E3CC3E434A2D3AB6C5090FBE0D240559' has a wrong offset!"); \ static_assert(offsetof(FS_CardinalMovementAnims, Right_8_EA9B63FB4B83E9CC3202BD834081F673) == 0x000018, "Member 'FS_CardinalMovementAnims::Right_8_EA9B63FB4B83E9CC3202BD834081F673' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_IIT_PulverizedInfusionIngredient1_C \ static_assert(alignof(UBP_IIT_PulverizedInfusionIngredient1_C) == 0x000008, "Wrong alignment on UBP_IIT_PulverizedInfusionIngredient1_C"); \ static_assert(sizeof(UBP_IIT_PulverizedInfusionIngredient1_C) == 0x000090, "Wrong size on UBP_IIT_PulverizedInfusionIngredient1_C"); \ #define DUMPER7_ASSERTS_UGE_BlockSprint_C \ static_assert(alignof(UGE_BlockSprint_C) == 0x000008, "Wrong alignment on UGE_BlockSprint_C"); \ static_assert(sizeof(UGE_BlockSprint_C) == 0x000800, "Wrong size on UGE_BlockSprint_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_CymaticTableFinished_C \ static_assert(alignof(UBPE_KA1_CymaticTableFinished_C) == 0x000008, "Wrong alignment on UBPE_KA1_CymaticTableFinished_C"); \ static_assert(sizeof(UBPE_KA1_CymaticTableFinished_C) == 0x000028, "Wrong size on UBPE_KA1_CymaticTableFinished_C"); \ #define DUMPER7_ASSERTS_GA_Cancel_C_ExecuteUbergraph_GA_Cancel \ static_assert(alignof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel) == 0x000008, "Wrong alignment on GA_Cancel_C_ExecuteUbergraph_GA_Cancel"); \ static_assert(sizeof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel) == 0x0000A8, "Wrong size on GA_Cancel_C_ExecuteUbergraph_GA_Cancel"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, EntryPoint) == 0x000000, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, Temp_int_Variable) == 0x000004, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, Temp_object_Variable) == 0x000008, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, K2Node_DynamicCast_AsEO_Interactable_Interface) == 0x000010, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::K2Node_DynamicCast_AsEO_Interactable_Interface' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, K2Node_DynamicCast_AsEO_Interactable_Interface_1) == 0x000028, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::K2Node_DynamicCast_AsEO_Interactable_Interface_1' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000039, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, Temp_bool_Variable) == 0x00003A, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, CallFunc_GetAvatarActorFromActorInfo_ReturnValue) == 0x000040, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::CallFunc_GetAvatarActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, K2Node_DynamicCast_AsEO_Interactor) == 0x000048, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::K2Node_DynamicCast_AsEO_Interactor' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, CallFunc_GetAvatarActorFromActorInfo_ReturnValue_1) == 0x000060, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::CallFunc_GetAvatarActorFromActorInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, CallFunc_GetNumSequenceInteractablesOnStack_ReturnValue) == 0x000068, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::CallFunc_GetNumSequenceInteractablesOnStack_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, K2Node_DynamicCast_AsEO_Interactor_1) == 0x000070, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::K2Node_DynamicCast_AsEO_Interactor_1' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, CallFunc_GetCurrentSequenceInteractable_ReturnValue) == 0x000088, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::CallFunc_GetCurrentSequenceInteractable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, CallFunc_GetAvatarActorFromActorInfo_ReturnValue_2) == 0x000090, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::CallFunc_GetAvatarActorFromActorInfo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, CallFunc_CanCancel_ReturnValue) == 0x000098, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::CallFunc_CanCancel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Cancel_C_ExecuteUbergraph_GA_Cancel, CallFunc_GetAvatarActorFromActorInfo_ReturnValue_3) == 0x0000A0, "Member 'GA_Cancel_C_ExecuteUbergraph_GA_Cancel::CallFunc_GetAvatarActorFromActorInfo_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_Cancel_C \ static_assert(alignof(UGA_Cancel_C) == 0x000008, "Wrong alignment on UGA_Cancel_C"); \ static_assert(sizeof(UGA_Cancel_C) == 0x0003D8, "Wrong size on UGA_Cancel_C"); \ static_assert(offsetof(UGA_Cancel_C, UberGraphFrame) == 0x0003D0, "Member 'UGA_Cancel_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_AI_DTM_InCombat_C \ static_assert(alignof(UBPE_AI_DTM_InCombat_C) == 0x000008, "Wrong alignment on UBPE_AI_DTM_InCombat_C"); \ static_assert(sizeof(UBPE_AI_DTM_InCombat_C) == 0x000030, "Wrong size on UBPE_AI_DTM_InCombat_C"); \ static_assert(offsetof(UBPE_AI_DTM_InCombat_C, InCombat) == 0x000028, "Member 'UBPE_AI_DTM_InCombat_C::InCombat' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ObjectiveStatusMsg_C \ static_assert(alignof(UBPE_Global_HUD_ObjectiveStatusMsg_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ObjectiveStatusMsg_C"); \ static_assert(sizeof(UBPE_Global_HUD_ObjectiveStatusMsg_C) == 0x000050, "Wrong size on UBPE_Global_HUD_ObjectiveStatusMsg_C"); \ static_assert(offsetof(UBPE_Global_HUD_ObjectiveStatusMsg_C, ObjectiveStatus) == 0x000028, "Member 'UBPE_Global_HUD_ObjectiveStatusMsg_C::ObjectiveStatus' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ObjectiveStatusMsg_C, ObjectiveName) == 0x000030, "Member 'UBPE_Global_HUD_ObjectiveStatusMsg_C::ObjectiveName' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ObjectiveStatusMsg_C, ObjectiveOptional) == 0x000048, "Member 'UBPE_Global_HUD_ObjectiveStatusMsg_C::ObjectiveOptional' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ObjectiveStatusMsg_C, ObjectiveHasReminder) == 0x000049, "Member 'UBPE_Global_HUD_ObjectiveStatusMsg_C::ObjectiveHasReminder' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ObjectiveStatusMsg_C, ObjectiveHideInHUD) == 0x00004A, "Member 'UBPE_Global_HUD_ObjectiveStatusMsg_C::ObjectiveHideInHUD' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ObjectiveStatusMsg_C, ObjectiveAnimType) == 0x00004B, "Member 'UBPE_Global_HUD_ObjectiveStatusMsg_C::ObjectiveAnimType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_TutorialBarInfo \ static_assert(alignof(FS_TutorialBarInfo) == 0x000008, "Wrong alignment on FS_TutorialBarInfo"); \ static_assert(sizeof(FS_TutorialBarInfo) == 0x000010, "Wrong size on FS_TutorialBarInfo"); \ static_assert(offsetof(FS_TutorialBarInfo, BarItemIDs_14_1B07C01A4DA4CB89ED234DB9D662240F) == 0x000000, "Member 'FS_TutorialBarInfo::BarItemIDs_14_1B07C01A4DA4CB89ED234DB9D662240F' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_EquippedActionInteractable_C \ static_assert(alignof(UGE_EquippedActionInteractable_C) == 0x000008, "Wrong alignment on UGE_EquippedActionInteractable_C"); \ static_assert(sizeof(UGE_EquippedActionInteractable_C) == 0x000800, "Wrong size on UGE_EquippedActionInteractable_C"); \ #define DUMPER7_ASSERTS_UBPE_A_MusicSystemTrigger_KA1_C \ static_assert(alignof(UBPE_A_MusicSystemTrigger_KA1_C) == 0x000008, "Wrong alignment on UBPE_A_MusicSystemTrigger_KA1_C"); \ static_assert(sizeof(UBPE_A_MusicSystemTrigger_KA1_C) == 0x000030, "Wrong size on UBPE_A_MusicSystemTrigger_KA1_C"); \ static_assert(offsetof(UBPE_A_MusicSystemTrigger_KA1_C, MusicTrigger) == 0x000028, "Member 'UBPE_A_MusicSystemTrigger_KA1_C::MusicTrigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_AI_DTM_PlayerOutOfStealthHearingDistance_C \ static_assert(alignof(UBPE_AI_DTM_PlayerOutOfStealthHearingDistance_C) == 0x000008, "Wrong alignment on UBPE_AI_DTM_PlayerOutOfStealthHearingDistance_C"); \ static_assert(sizeof(UBPE_AI_DTM_PlayerOutOfStealthHearingDistance_C) == 0x000028, "Wrong size on UBPE_AI_DTM_PlayerOutOfStealthHearingDistance_C"); \ #define DUMPER7_ASSERTS_UBP_BaseInventoryItemTransient_C \ static_assert(alignof(UBP_BaseInventoryItemTransient_C) == 0x000008, "Wrong alignment on UBP_BaseInventoryItemTransient_C"); \ static_assert(sizeof(UBP_BaseInventoryItemTransient_C) == 0x000078, "Wrong size on UBP_BaseInventoryItemTransient_C"); \ #define DUMPER7_ASSERTS_UBP_BaseInventoryItemPersistent_C \ static_assert(alignof(UBP_BaseInventoryItemPersistent_C) == 0x000008, "Wrong alignment on UBP_BaseInventoryItemPersistent_C"); \ static_assert(sizeof(UBP_BaseInventoryItemPersistent_C) == 0x000078, "Wrong size on UBP_BaseInventoryItemPersistent_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_InventoryStatusIconMsg_C \ static_assert(alignof(UBPE_Global_HUD_InventoryStatusIconMsg_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_InventoryStatusIconMsg_C"); \ static_assert(sizeof(UBPE_Global_HUD_InventoryStatusIconMsg_C) == 0x000038, "Wrong size on UBPE_Global_HUD_InventoryStatusIconMsg_C"); \ static_assert(offsetof(UBPE_Global_HUD_InventoryStatusIconMsg_C, InventoryStatus) == 0x000028, "Member 'UBPE_Global_HUD_InventoryStatusIconMsg_C::InventoryStatus' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_InventoryStatusIconMsg_C, InventoryIcon) == 0x000030, "Member 'UBPE_Global_HUD_InventoryStatusIconMsg_C::InventoryIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_SoundMixClassOverride_C \ static_assert(alignof(UBPE_A_SoundMixClassOverride_C) == 0x000008, "Wrong alignment on UBPE_A_SoundMixClassOverride_C"); \ static_assert(sizeof(UBPE_A_SoundMixClassOverride_C) == 0x000048, "Wrong size on UBPE_A_SoundMixClassOverride_C"); \ static_assert(offsetof(UBPE_A_SoundMixClassOverride_C, SoundMixModifier) == 0x000028, "Member 'UBPE_A_SoundMixClassOverride_C::SoundMixModifier' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SoundMixClassOverride_C, SoundClass) == 0x000030, "Member 'UBPE_A_SoundMixClassOverride_C::SoundClass' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SoundMixClassOverride_C, Volume) == 0x000038, "Member 'UBPE_A_SoundMixClassOverride_C::Volume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SoundMixClassOverride_C, Pitch) == 0x00003C, "Member 'UBPE_A_SoundMixClassOverride_C::Pitch' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SoundMixClassOverride_C, FadeInTime) == 0x000040, "Member 'UBPE_A_SoundMixClassOverride_C::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SoundMixClassOverride_C, ApplyToChildren) == 0x000044, "Member 'UBPE_A_SoundMixClassOverride_C::ApplyToChildren' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_InteractFXInterface_C_GetSceneRoot \ static_assert(alignof(BPI_InteractFXInterface_C_GetSceneRoot) == 0x000008, "Wrong alignment on BPI_InteractFXInterface_C_GetSceneRoot"); \ static_assert(sizeof(BPI_InteractFXInterface_C_GetSceneRoot) == 0x000008, "Wrong size on BPI_InteractFXInterface_C_GetSceneRoot"); \ static_assert(offsetof(BPI_InteractFXInterface_C_GetSceneRoot, OutSceneRoot) == 0x000000, "Member 'BPI_InteractFXInterface_C_GetSceneRoot::OutSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_InteractFXInterface_C_AddToActorBPCStaticMeshNoDF \ static_assert(alignof(BPI_InteractFXInterface_C_AddToActorBPCStaticMeshNoDF) == 0x000008, "Wrong alignment on BPI_InteractFXInterface_C_AddToActorBPCStaticMeshNoDF"); \ static_assert(sizeof(BPI_InteractFXInterface_C_AddToActorBPCStaticMeshNoDF) == 0x000008, "Wrong size on BPI_InteractFXInterface_C_AddToActorBPCStaticMeshNoDF"); \ static_assert(offsetof(BPI_InteractFXInterface_C_AddToActorBPCStaticMeshNoDF, ReturnValue) == 0x000000, "Member 'BPI_InteractFXInterface_C_AddToActorBPCStaticMeshNoDF::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_InteractFXInterface_C_GetHighlightBillboard \ static_assert(alignof(BPI_InteractFXInterface_C_GetHighlightBillboard) == 0x000008, "Wrong alignment on BPI_InteractFXInterface_C_GetHighlightBillboard"); \ static_assert(sizeof(BPI_InteractFXInterface_C_GetHighlightBillboard) == 0x000008, "Wrong size on BPI_InteractFXInterface_C_GetHighlightBillboard"); \ static_assert(offsetof(BPI_InteractFXInterface_C_GetHighlightBillboard, ReturnValue) == 0x000000, "Member 'BPI_InteractFXInterface_C_GetHighlightBillboard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_InteractFXInterface_C_GetHighlightSceneRoot \ static_assert(alignof(BPI_InteractFXInterface_C_GetHighlightSceneRoot) == 0x000008, "Wrong alignment on BPI_InteractFXInterface_C_GetHighlightSceneRoot"); \ static_assert(sizeof(BPI_InteractFXInterface_C_GetHighlightSceneRoot) == 0x000008, "Wrong size on BPI_InteractFXInterface_C_GetHighlightSceneRoot"); \ static_assert(offsetof(BPI_InteractFXInterface_C_GetHighlightSceneRoot, ReturnValue) == 0x000000, "Member 'BPI_InteractFXInterface_C_GetHighlightSceneRoot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_InteractFXInterface_C_GetHighlightFarCollision \ static_assert(alignof(BPI_InteractFXInterface_C_GetHighlightFarCollision) == 0x000008, "Wrong alignment on BPI_InteractFXInterface_C_GetHighlightFarCollision"); \ static_assert(sizeof(BPI_InteractFXInterface_C_GetHighlightFarCollision) == 0x000008, "Wrong size on BPI_InteractFXInterface_C_GetHighlightFarCollision"); \ static_assert(offsetof(BPI_InteractFXInterface_C_GetHighlightFarCollision, ReturnValue) == 0x000000, "Member 'BPI_InteractFXInterface_C_GetHighlightFarCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_InteractFXInterface_C \ static_assert(alignof(IBPI_InteractFXInterface_C) == 0x000001, "Wrong alignment on IBPI_InteractFXInterface_C"); \ static_assert(sizeof(IBPI_InteractFXInterface_C) == 0x000001, "Wrong size on IBPI_InteractFXInterface_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HUD_ActiveBreathingStart_C \ static_assert(alignof(UBPE_Global_HUD_ActiveBreathingStart_C) == 0x000008, "Wrong alignment on UBPE_Global_HUD_ActiveBreathingStart_C"); \ static_assert(sizeof(UBPE_Global_HUD_ActiveBreathingStart_C) == 0x000038, "Wrong size on UBPE_Global_HUD_ActiveBreathingStart_C"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingStart_C, TimeWindowStart) == 0x000028, "Member 'UBPE_Global_HUD_ActiveBreathingStart_C::TimeWindowStart' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingStart_C, TimeWindowEnd) == 0x00002C, "Member 'UBPE_Global_HUD_ActiveBreathingStart_C::TimeWindowEnd' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_HUD_ActiveBreathingStart_C, ActiveBreathingDataAsset) == 0x000030, "Member 'UBPE_Global_HUD_ActiveBreathingStart_C::ActiveBreathingDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_UpdateActiveBreathingData_C \ static_assert(alignof(UBPE_Global_UpdateActiveBreathingData_C) == 0x000008, "Wrong alignment on UBPE_Global_UpdateActiveBreathingData_C"); \ static_assert(sizeof(UBPE_Global_UpdateActiveBreathingData_C) == 0x000030, "Wrong size on UBPE_Global_UpdateActiveBreathingData_C"); \ static_assert(offsetof(UBPE_Global_UpdateActiveBreathingData_C, ActiveBreathingDataAsset) == 0x000028, "Member 'UBPE_Global_UpdateActiveBreathingData_C::ActiveBreathingDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume \ static_assert(alignof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume) == 0x000008, "Wrong alignment on BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume"); \ static_assert(sizeof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume) == 0x000150, "Wrong size on BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, EntryPoint) == 0x000000, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_Event_Location) == 0x000004, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_Event_Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_Event_PhysicalSurface) == 0x000010, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_Event_PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_Event_FootstepSourceActor) == 0x000018, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_Event_FootstepSourceActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000020, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000028, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000030, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000038, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000040, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_ComponentBoundEvent_OtherActor) == 0x000048, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_ComponentBoundEvent_OtherComp) == 0x000050, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000058, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_ComponentBoundEvent_bFromSweep) == 0x00005C, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_ComponentBoundEvent_SweepResult) == 0x000060, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_DynamicCast_AsBPI_Footstep_Source) == 0x0000E8, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_DynamicCast_AsBPI_Footstep_Source' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_DynamicCast_bSuccess) == 0x0000F8, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_DynamicCast_AsBPI_Footstep_Source_1) == 0x000100, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_DynamicCast_AsBPI_Footstep_Source_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_DynamicCast_bSuccess_1) == 0x000110, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, CallFunc_DoesImplementInterface_ReturnValue) == 0x000111, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, CallFunc_DoesImplementInterface_ReturnValue_1) == 0x000112, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::CallFunc_DoesImplementInterface_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, K2Node_MakeStruct_S_BlendFootstep) == 0x000118, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::K2Node_MakeStruct_S_BlendFootstep' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, CallFunc_BooleanAND_ReturnValue) == 0x000148, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume, CallFunc_BooleanAND_ReturnValue_1) == 0x000149, "Member 'BP_FootstepVolume_C_ExecuteUbergraph_BP_FootstepVolume::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_OnFootstepOverlap \ static_assert(alignof(BP_FootstepVolume_C_OnFootstepOverlap) == 0x000008, "Wrong alignment on BP_FootstepVolume_C_OnFootstepOverlap"); \ static_assert(sizeof(BP_FootstepVolume_C_OnFootstepOverlap) == 0x000018, "Wrong size on BP_FootstepVolume_C_OnFootstepOverlap"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootstepOverlap, Location) == 0x000000, "Member 'BP_FootstepVolume_C_OnFootstepOverlap::Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootstepOverlap, PhysicalSurface) == 0x00000C, "Member 'BP_FootstepVolume_C_OnFootstepOverlap::PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootstepOverlap, FootstepSourceActor) == 0x000010, "Member 'BP_FootstepVolume_C_OnFootstepOverlap::FootstepSourceActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_FootstepVolume_C_BndEvt__BP_FootstepVolume_VolumePhysBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_UserConstructionScript \ static_assert(alignof(BP_FootstepVolume_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FootstepVolume_C_UserConstructionScript"); \ static_assert(sizeof(BP_FootstepVolume_C_UserConstructionScript) == 0x000068, "Wrong size on BP_FootstepVolume_C_UserConstructionScript"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, Loc_BlendCrouchedSound) == 0x000000, "Member 'BP_FootstepVolume_C_UserConstructionScript::Loc_BlendCrouchedSound' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, Loc_BlendStandingSound) == 0x000008, "Member 'BP_FootstepVolume_C_UserConstructionScript::Loc_BlendStandingSound' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, Loc_BlendCrouchSound) == 0x000010, "Member 'BP_FootstepVolume_C_UserConstructionScript::Loc_BlendCrouchSound' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, Loc_BlendSprintSound) == 0x000018, "Member 'BP_FootstepVolume_C_UserConstructionScript::Loc_BlendSprintSound' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, Loc_BlendWalkSound) == 0x000020, "Member 'BP_FootstepVolume_C_UserConstructionScript::Loc_BlendWalkSound' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_FootstepVolume_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_1) == 0x000029, "Member 'BP_FootstepVolume_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_2) == 0x00002A, "Member 'BP_FootstepVolume_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_3) == 0x00002B, "Member 'BP_FootstepVolume_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_4) == 0x00002C, "Member 'BP_FootstepVolume_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, K2Node_MakeStruct_S_BlendFootstep) == 0x000030, "Member 'BP_FootstepVolume_C_UserConstructionScript::K2Node_MakeStruct_S_BlendFootstep' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_5) == 0x000060, "Member 'BP_FootstepVolume_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_6) == 0x000061, "Member 'BP_FootstepVolume_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_GetVolumeTypeTag \ static_assert(alignof(BP_FootstepVolume_C_GetVolumeTypeTag) == 0x000004, "Wrong alignment on BP_FootstepVolume_C_GetVolumeTypeTag"); \ static_assert(sizeof(BP_FootstepVolume_C_GetVolumeTypeTag) == 0x000008, "Wrong size on BP_FootstepVolume_C_GetVolumeTypeTag"); \ static_assert(offsetof(BP_FootstepVolume_C_GetVolumeTypeTag, VolumeTag) == 0x000000, "Member 'BP_FootstepVolume_C_GetVolumeTypeTag::VolumeTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_SetNewSoundsAtRuntime \ static_assert(alignof(BP_FootstepVolume_C_SetNewSoundsAtRuntime) == 0x000008, "Wrong alignment on BP_FootstepVolume_C_SetNewSoundsAtRuntime"); \ static_assert(sizeof(BP_FootstepVolume_C_SetNewSoundsAtRuntime) == 0x000028, "Wrong size on BP_FootstepVolume_C_SetNewSoundsAtRuntime"); \ static_assert(offsetof(BP_FootstepVolume_C_SetNewSoundsAtRuntime, WalkSound_0) == 0x000000, "Member 'BP_FootstepVolume_C_SetNewSoundsAtRuntime::WalkSound_0' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_SetNewSoundsAtRuntime, SprintSound_0) == 0x000008, "Member 'BP_FootstepVolume_C_SetNewSoundsAtRuntime::SprintSound_0' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_SetNewSoundsAtRuntime, CrouchSound_0) == 0x000010, "Member 'BP_FootstepVolume_C_SetNewSoundsAtRuntime::CrouchSound_0' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_SetNewSoundsAtRuntime, StandingSound_0) == 0x000018, "Member 'BP_FootstepVolume_C_SetNewSoundsAtRuntime::StandingSound_0' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_SetNewSoundsAtRuntime, CrouchedSound_0) == 0x000020, "Member 'BP_FootstepVolume_C_SetNewSoundsAtRuntime::CrouchedSound_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_OnFootStepVolumeOverlap \ static_assert(alignof(BP_FootstepVolume_C_OnFootStepVolumeOverlap) == 0x000008, "Wrong alignment on BP_FootstepVolume_C_OnFootStepVolumeOverlap"); \ static_assert(sizeof(BP_FootstepVolume_C_OnFootStepVolumeOverlap) == 0x000048, "Wrong size on BP_FootstepVolume_C_OnFootStepVolumeOverlap"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, Location) == 0x000000, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, PhysicalSurface) == 0x00000C, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, FootstepSourceActor) == 0x000010, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::FootstepSourceActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, Loc_FootstepType) == 0x000018, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::Loc_FootstepType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, Temp_byte_Variable) == 0x000019, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, CallFunc_GetFootStepTypeNoiseEvent_Result) == 0x00001A, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::CallFunc_GetFootStepTypeNoiseEvent_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, CallFunc_GetEnumeratorName_ReturnValue) == 0x00001C, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::CallFunc_GetEnumeratorName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, Temp_byte_Variable_1) == 0x000024, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, K2Node_DynamicCast_AsBPI_Footstep_Source) == 0x000028, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::K2Node_DynamicCast_AsBPI_Footstep_Source' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, CallFunc_GetFootstepType_FootstepType) == 0x000039, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::CallFunc_GetFootstepType_FootstepType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, K2Node_Select_Default) == 0x00003C, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OnFootStepVolumeOverlap, K2Node_Select_Default_1) == 0x000040, "Member 'BP_FootstepVolume_C_OnFootStepVolumeOverlap::K2Node_Select_Default_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_BlockFootstepSound \ static_assert(alignof(BP_FootstepVolume_C_BlockFootstepSound) == 0x000008, "Wrong alignment on BP_FootstepVolume_C_BlockFootstepSound"); \ static_assert(sizeof(BP_FootstepVolume_C_BlockFootstepSound) == 0x000020, "Wrong size on BP_FootstepVolume_C_BlockFootstepSound"); \ static_assert(offsetof(BP_FootstepVolume_C_BlockFootstepSound, Location) == 0x000000, "Member 'BP_FootstepVolume_C_BlockFootstepSound::Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_BlockFootstepSound, PhysicalSurface) == 0x00000C, "Member 'BP_FootstepVolume_C_BlockFootstepSound::PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_BlockFootstepSound, FootstepSourceActor) == 0x000010, "Member 'BP_FootstepVolume_C_BlockFootstepSound::FootstepSourceActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_BlockFootstepSound, ReturnValue) == 0x000018, "Member 'BP_FootstepVolume_C_BlockFootstepSound::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive \ static_assert(alignof(BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive) == 0x000008, "Wrong alignment on BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive"); \ static_assert(sizeof(BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive) == 0x000020, "Wrong size on BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive"); \ static_assert(offsetof(BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive, Location) == 0x000000, "Member 'BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive::Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive, PhysicalSurface) == 0x00000C, "Member 'BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive::PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive, FootstepSourceActor) == 0x000010, "Member 'BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive::FootstepSourceActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive, ReturnValue) == 0x000018, "Member 'BP_FootstepVolume_C_FootstepSurfaceSoundVolumeAdditive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_OverrideFootstepNoise \ static_assert(alignof(BP_FootstepVolume_C_OverrideFootstepNoise) == 0x000008, "Wrong alignment on BP_FootstepVolume_C_OverrideFootstepNoise"); \ static_assert(sizeof(BP_FootstepVolume_C_OverrideFootstepNoise) == 0x000020, "Wrong size on BP_FootstepVolume_C_OverrideFootstepNoise"); \ static_assert(offsetof(BP_FootstepVolume_C_OverrideFootstepNoise, Location) == 0x000000, "Member 'BP_FootstepVolume_C_OverrideFootstepNoise::Location' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OverrideFootstepNoise, PhysicalSurface) == 0x00000C, "Member 'BP_FootstepVolume_C_OverrideFootstepNoise::PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OverrideFootstepNoise, FootstepSourceActor) == 0x000010, "Member 'BP_FootstepVolume_C_OverrideFootstepNoise::FootstepSourceActor' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_OverrideFootstepNoise, ReturnValue) == 0x000018, "Member 'BP_FootstepVolume_C_OverrideFootstepNoise::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_GetFootstepOverlapPriority \ static_assert(alignof(BP_FootstepVolume_C_GetFootstepOverlapPriority) == 0x000004, "Wrong alignment on BP_FootstepVolume_C_GetFootstepOverlapPriority"); \ static_assert(sizeof(BP_FootstepVolume_C_GetFootstepOverlapPriority) == 0x000004, "Wrong size on BP_FootstepVolume_C_GetFootstepOverlapPriority"); \ static_assert(offsetof(BP_FootstepVolume_C_GetFootstepOverlapPriority, ReturnValue) == 0x000000, "Member 'BP_FootstepVolume_C_GetFootstepOverlapPriority::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FootstepVolume_C_GetFootStepTypeNoiseEvent \ static_assert(alignof(BP_FootstepVolume_C_GetFootStepTypeNoiseEvent) == 0x000001, "Wrong alignment on BP_FootstepVolume_C_GetFootStepTypeNoiseEvent"); \ static_assert(sizeof(BP_FootstepVolume_C_GetFootStepTypeNoiseEvent) == 0x000005, "Wrong size on BP_FootstepVolume_C_GetFootStepTypeNoiseEvent"); \ static_assert(offsetof(BP_FootstepVolume_C_GetFootStepTypeNoiseEvent, ForFootStepType) == 0x000000, "Member 'BP_FootstepVolume_C_GetFootStepTypeNoiseEvent::ForFootStepType' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_GetFootStepTypeNoiseEvent, ForNoiseEvent) == 0x000001, "Member 'BP_FootstepVolume_C_GetFootStepTypeNoiseEvent::ForNoiseEvent' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_GetFootStepTypeNoiseEvent, Result) == 0x000002, "Member 'BP_FootstepVolume_C_GetFootStepTypeNoiseEvent::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_GetFootStepTypeNoiseEvent, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000003, "Member 'BP_FootstepVolume_C_GetFootStepTypeNoiseEvent::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FootstepVolume_C_GetFootStepTypeNoiseEvent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000004, "Member 'BP_FootstepVolume_C_GetFootStepTypeNoiseEvent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FootstepVolume_C \ static_assert(alignof(ABP_FootstepVolume_C) == 0x000008, "Wrong alignment on ABP_FootstepVolume_C"); \ static_assert(sizeof(ABP_FootstepVolume_C) == 0x000358, "Wrong size on ABP_FootstepVolume_C"); \ static_assert(offsetof(ABP_FootstepVolume_C, UberGraphFrame_BP_FootstepVolume_C) == 0x0002A8, "Member 'ABP_FootstepVolume_C::UberGraphFrame_BP_FootstepVolume_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, ShouldBlockFootstepSound) == 0x0002B0, "Member 'ABP_FootstepVolume_C::ShouldBlockFootstepSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, WalkSound) == 0x0002B8, "Member 'ABP_FootstepVolume_C::WalkSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, SprintSound) == 0x0002C0, "Member 'ABP_FootstepVolume_C::SprintSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, CrouchSound) == 0x0002C8, "Member 'ABP_FootstepVolume_C::CrouchSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, StandingSound) == 0x0002D0, "Member 'ABP_FootstepVolume_C::StandingSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, CrouchedSound) == 0x0002D8, "Member 'ABP_FootstepVolume_C::CrouchedSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, ClearBlendOnOverlap) == 0x0002E0, "Member 'ABP_FootstepVolume_C::ClearBlendOnOverlap' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, BlendFootstepsOnEndOverlap) == 0x0002E1, "Member 'ABP_FootstepVolume_C::BlendFootstepsOnEndOverlap' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, LightLandingSound) == 0x0002E8, "Member 'ABP_FootstepVolume_C::LightLandingSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, HeavyLandingSound) == 0x0002F0, "Member 'ABP_FootstepVolume_C::HeavyLandingSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, FootstepVolumeSoundMultiplier) == 0x0002F8, "Member 'ABP_FootstepVolume_C::FootstepVolumeSoundMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, SurfaceSoundAdditive) == 0x0002FC, "Member 'ABP_FootstepVolume_C::SurfaceSoundAdditive' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, WalkingNoise) == 0x000300, "Member 'ABP_FootstepVolume_C::WalkingNoise' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, SprintingNoise) == 0x000304, "Member 'ABP_FootstepVolume_C::SprintingNoise' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, CrouchingNoise) == 0x000308, "Member 'ABP_FootstepVolume_C::CrouchingNoise' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, StandingNoise) == 0x00030C, "Member 'ABP_FootstepVolume_C::StandingNoise' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, CrouchedNoise) == 0x000310, "Member 'ABP_FootstepVolume_C::CrouchedNoise' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, LightLandingNoise) == 0x000314, "Member 'ABP_FootstepVolume_C::LightLandingNoise' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, HeavyLandingNoise) == 0x000318, "Member 'ABP_FootstepVolume_C::HeavyLandingNoise' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, BlockSurfaceNoise) == 0x00031C, "Member 'ABP_FootstepVolume_C::BlockSurfaceNoise' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, Priority) == 0x000320, "Member 'ABP_FootstepVolume_C::Priority' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, NoiseEventType) == 0x000324, "Member 'ABP_FootstepVolume_C::NoiseEventType' has a wrong offset!"); \ static_assert(offsetof(ABP_FootstepVolume_C, S_FootstepBlend_Params) == 0x000328, "Member 'ABP_FootstepVolume_C::S_FootstepBlend_Params' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_PerCultureTexts \ static_assert(alignof(FS_PerCultureTexts) == 0x000008, "Wrong alignment on FS_PerCultureTexts"); \ static_assert(sizeof(FS_PerCultureTexts) == 0x000050, "Wrong size on FS_PerCultureTexts"); \ static_assert(offsetof(FS_PerCultureTexts, PerCultureTextMap_7_0494241241C46BE42B59329C132C1464) == 0x000000, "Member 'FS_PerCultureTexts::PerCultureTextMap_7_0494241241C46BE42B59329C132C1464' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_OnInventoryItemSet_C \ static_assert(alignof(UBPE_Player_OnInventoryItemSet_C) == 0x000008, "Wrong alignment on UBPE_Player_OnInventoryItemSet_C"); \ static_assert(sizeof(UBPE_Player_OnInventoryItemSet_C) == 0x000048, "Wrong size on UBPE_Player_OnInventoryItemSet_C"); \ #define DUMPER7_ASSERTS_UBPE_SetLocomotionMode_C \ static_assert(alignof(UBPE_SetLocomotionMode_C) == 0x000008, "Wrong alignment on UBPE_SetLocomotionMode_C"); \ static_assert(sizeof(UBPE_SetLocomotionMode_C) == 0x000030, "Wrong size on UBPE_SetLocomotionMode_C"); \ static_assert(offsetof(UBPE_SetLocomotionMode_C, LocomotionMode) == 0x000028, "Member 'UBPE_SetLocomotionMode_C::LocomotionMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_BreathingStateChange_C \ static_assert(alignof(UBPE_A_BreathingStateChange_C) == 0x000008, "Wrong alignment on UBPE_A_BreathingStateChange_C"); \ static_assert(sizeof(UBPE_A_BreathingStateChange_C) == 0x000058, "Wrong size on UBPE_A_BreathingStateChange_C"); \ static_assert(offsetof(UBPE_A_BreathingStateChange_C, Breath_State) == 0x000028, "Member 'UBPE_A_BreathingStateChange_C::Breath_State' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_BreathingStateChange_C, Indefinite_Duration_) == 0x000029, "Member 'UBPE_A_BreathingStateChange_C::Indefinite_Duration_' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_BreathingStateChange_C, Breath_State_Duration) == 0x00002C, "Member 'UBPE_A_BreathingStateChange_C::Breath_State_Duration' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_BreathingStateChange_C, Breath_Effort_In) == 0x000030, "Member 'UBPE_A_BreathingStateChange_C::Breath_Effort_In' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_BreathingStateChange_C, Breath_Effort_In_Sound_Cue_Override) == 0x000038, "Member 'UBPE_A_BreathingStateChange_C::Breath_Effort_In_Sound_Cue_Override' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_BreathingStateChange_C, Transition_In_After_Effort_In) == 0x000040, "Member 'UBPE_A_BreathingStateChange_C::Transition_In_After_Effort_In' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_BreathingStateChange_C, Breath_Effort_Out) == 0x000044, "Member 'UBPE_A_BreathingStateChange_C::Breath_Effort_Out' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_BreathingStateChange_C, Breath_Effort_Out_Sound_Cue_Override) == 0x000048, "Member 'UBPE_A_BreathingStateChange_C::Breath_Effort_Out_Sound_Cue_Override' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_BreathingStateChange_C, Transition_Out_After_Effort_Out) == 0x000050, "Member 'UBPE_A_BreathingStateChange_C::Transition_Out_After_Effort_Out' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PHMsgBoxBaseWidget_C_SendGamePausedEvent \ static_assert(alignof(WBP_PHMsgBoxBaseWidget_C_SendGamePausedEvent) == 0x000008, "Wrong alignment on WBP_PHMsgBoxBaseWidget_C_SendGamePausedEvent"); \ static_assert(sizeof(WBP_PHMsgBoxBaseWidget_C_SendGamePausedEvent) == 0x000018, "Wrong size on WBP_PHMsgBoxBaseWidget_C_SendGamePausedEvent"); \ static_assert(offsetof(WBP_PHMsgBoxBaseWidget_C_SendGamePausedEvent, IsGamePaused) == 0x000000, "Member 'WBP_PHMsgBoxBaseWidget_C_SendGamePausedEvent::IsGamePaused' has a wrong offset!"); \ static_assert(offsetof(WBP_PHMsgBoxBaseWidget_C_SendGamePausedEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'WBP_PHMsgBoxBaseWidget_C_SendGamePausedEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PHMsgBoxBaseWidget_C_SendGamePausedEvent, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_PHMsgBoxBaseWidget_C_SendGamePausedEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_PHMsgBoxBaseWidget_C \ static_assert(alignof(UWBP_PHMsgBoxBaseWidget_C) == 0x000008, "Wrong alignment on UWBP_PHMsgBoxBaseWidget_C"); \ static_assert(sizeof(UWBP_PHMsgBoxBaseWidget_C) == 0x0002D0, "Wrong size on UWBP_PHMsgBoxBaseWidget_C"); \ static_assert(offsetof(UWBP_PHMsgBoxBaseWidget_C, GamePausedEventInstance) == 0x0002C8, "Member 'UWBP_PHMsgBoxBaseWidget_C::GamePausedEventInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EOBaseFootprintActor_C_ExecuteUbergraph_BP_EOBaseFootprintActor \ static_assert(alignof(BP_EOBaseFootprintActor_C_ExecuteUbergraph_BP_EOBaseFootprintActor) == 0x000004, "Wrong alignment on BP_EOBaseFootprintActor_C_ExecuteUbergraph_BP_EOBaseFootprintActor"); \ static_assert(sizeof(BP_EOBaseFootprintActor_C_ExecuteUbergraph_BP_EOBaseFootprintActor) == 0x000004, "Wrong size on BP_EOBaseFootprintActor_C_ExecuteUbergraph_BP_EOBaseFootprintActor"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_ExecuteUbergraph_BP_EOBaseFootprintActor, EntryPoint) == 0x000000, "Member 'BP_EOBaseFootprintActor_C_ExecuteUbergraph_BP_EOBaseFootprintActor::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EOBaseFootprintActor_C_UserConstructionScript \ static_assert(alignof(BP_EOBaseFootprintActor_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_EOBaseFootprintActor_C_UserConstructionScript"); \ static_assert(sizeof(BP_EOBaseFootprintActor_C_UserConstructionScript) == 0x000008, "Wrong size on BP_EOBaseFootprintActor_C_UserConstructionScript"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_EOBaseFootprintActor_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EOBaseFootprintActor_C_StartFootprint \ static_assert(alignof(BP_EOBaseFootprintActor_C_StartFootprint) == 0x000008, "Wrong alignment on BP_EOBaseFootprintActor_C_StartFootprint"); \ static_assert(sizeof(BP_EOBaseFootprintActor_C_StartFootprint) == 0x000058, "Wrong size on BP_EOBaseFootprintActor_C_StartFootprint"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartFootprint, InFlip) == 0x000000, "Member 'BP_EOBaseFootprintActor_C_StartFootprint::InFlip' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartFootprint, FootprintInfo) == 0x000008, "Member 'BP_EOBaseFootprintActor_C_StartFootprint::FootprintInfo' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartFootprint, K2Node_SwitchEnum_CmpSuccess) == 0x000050, "Member 'BP_EOBaseFootprintActor_C_StartFootprint::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EOBaseFootprintActor_C_StartRVTFootprint \ static_assert(alignof(BP_EOBaseFootprintActor_C_StartRVTFootprint) == 0x000008, "Wrong alignment on BP_EOBaseFootprintActor_C_StartRVTFootprint"); \ static_assert(sizeof(BP_EOBaseFootprintActor_C_StartRVTFootprint) == 0x000020, "Wrong size on BP_EOBaseFootprintActor_C_StartRVTFootprint"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartRVTFootprint, RVTInfo) == 0x000000, "Member 'BP_EOBaseFootprintActor_C_StartRVTFootprint::RVTInfo' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartRVTFootprint, ShouldFlip) == 0x000010, "Member 'BP_EOBaseFootprintActor_C_StartRVTFootprint::ShouldFlip' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartRVTFootprint, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000014, "Member 'BP_EOBaseFootprintActor_C_StartRVTFootprint::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartRVTFootprint, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_EOBaseFootprintActor_C_StartRVTFootprint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartRVTFootprint, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000019, "Member 'BP_EOBaseFootprintActor_C_StartRVTFootprint::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EOBaseFootprintActor_C_ResetRVTFootprint \ static_assert(alignof(BP_EOBaseFootprintActor_C_ResetRVTFootprint) == 0x000004, "Wrong alignment on BP_EOBaseFootprintActor_C_ResetRVTFootprint"); \ static_assert(sizeof(BP_EOBaseFootprintActor_C_ResetRVTFootprint) == 0x000008, "Wrong size on BP_EOBaseFootprintActor_C_ResetRVTFootprint"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_ResetRVTFootprint, CallFunc_MakeLiteralBool_ReturnValue) == 0x000000, "Member 'BP_EOBaseFootprintActor_C_ResetRVTFootprint::CallFunc_MakeLiteralBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_ResetRVTFootprint, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000004, "Member 'BP_EOBaseFootprintActor_C_ResetRVTFootprint::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EOBaseFootprintActor_C_StartDecalFootprint \ static_assert(alignof(BP_EOBaseFootprintActor_C_StartDecalFootprint) == 0x000008, "Wrong alignment on BP_EOBaseFootprintActor_C_StartDecalFootprint"); \ static_assert(sizeof(BP_EOBaseFootprintActor_C_StartDecalFootprint) == 0x0000B0, "Wrong size on BP_EOBaseFootprintActor_C_StartDecalFootprint"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, DecalInfo) == 0x000000, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::DecalInfo' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, ShouldFlip) == 0x000030, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::ShouldFlip' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, Loc_TotalLifeTime) == 0x000034, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::Loc_TotalLifeTime' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, Loc_DecalSize) == 0x000038, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::Loc_DecalSize' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, Loc_FadeInDuration) == 0x000044, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::Loc_FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, Loc_FadeInStartDelay) == 0x000048, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::Loc_FadeInStartDelay' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, Loc_FadeOutDuration) == 0x00004C, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::Loc_FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, Loc_FadeOutStartDelay) == 0x000050, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::Loc_FadeOutStartDelay' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_BreakVector_X) == 0x000054, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_BreakVector_Y) == 0x000058, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_BreakVector_Z) == 0x00005C, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000060, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_MakeVector_ReturnValue) == 0x000064, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_Add_FloatFloat_ReturnValue) == 0x000070, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_Not_PreBool_ReturnValue) == 0x000074, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000078, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_VSize_ReturnValue) == 0x00007C, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000080, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000084, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, K2Node_CreateDelegate_OutputDelegate) == 0x000088, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000098, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000099, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0000A0, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_GreaterEqual_FloatFloat_ReturnValue_2) == 0x0000A8, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_GreaterEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_GreaterEqual_FloatFloat_ReturnValue_3) == 0x0000A9, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_GreaterEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_GreaterEqual_FloatFloat_ReturnValue_4) == 0x0000AA, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_GreaterEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000AB, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EOBaseFootprintActor_C_StartDecalFootprint, CallFunc_IsValid_ReturnValue) == 0x0000AC, "Member 'BP_EOBaseFootprintActor_C_StartDecalFootprint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_EOBaseFootprintActor_C \ static_assert(alignof(ABP_EOBaseFootprintActor_C) == 0x000008, "Wrong alignment on ABP_EOBaseFootprintActor_C"); \ static_assert(sizeof(ABP_EOBaseFootprintActor_C) == 0x0002D0, "Wrong size on ABP_EOBaseFootprintActor_C"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, UberGraphFrame) == 0x000230, "Member 'ABP_EOBaseFootprintActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, Decal_Footprint_Component) == 0x000238, "Member 'ABP_EOBaseFootprintActor_C::Decal_Footprint_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, RVT_FootprintMesh_Component) == 0x000240, "Member 'ABP_EOBaseFootprintActor_C::RVT_FootprintMesh_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_EOBaseFootprintActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, RVT_FootprintFadeoutTimeline_Alpha_D8B61CC44B08F04F7560DFA5AC664174) == 0x000250, "Member 'ABP_EOBaseFootprintActor_C::RVT_FootprintFadeoutTimeline_Alpha_D8B61CC44B08F04F7560DFA5AC664174' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, RVT_FootprintFadeoutTimeline__Direction_D8B61CC44B08F04F7560DFA5AC664174) == 0x000254, "Member 'ABP_EOBaseFootprintActor_C::RVT_FootprintFadeoutTimeline__Direction_D8B61CC44B08F04F7560DFA5AC664174' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, RVT_FootprintFadeoutTimeline) == 0x000258, "Member 'ABP_EOBaseFootprintActor_C::RVT_FootprintFadeoutTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, RVT_FootprintMID) == 0x000260, "Member 'ABP_EOBaseFootprintActor_C::RVT_FootprintMID' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, RVT_MatParamNameInstensity) == 0x000268, "Member 'ABP_EOBaseFootprintActor_C::RVT_MatParamNameInstensity' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, RVT_MatParamNameFlip) == 0x000270, "Member 'ABP_EOBaseFootprintActor_C::RVT_MatParamNameFlip' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, RVT_MatParamNameTexture) == 0x000278, "Member 'ABP_EOBaseFootprintActor_C::RVT_MatParamNameTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, RVT_DefaultFadeOutDuration) == 0x000280, "Member 'ABP_EOBaseFootprintActor_C::RVT_DefaultFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, RVT_CurrFadeDuration) == 0x000284, "Member 'ABP_EOBaseFootprintActor_C::RVT_CurrFadeDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, OnFootprintEnded) == 0x000288, "Member 'ABP_EOBaseFootprintActor_C::OnFootprintEnded' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, Decal_DefaultMaterial) == 0x000298, "Member 'ABP_EOBaseFootprintActor_C::Decal_DefaultMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, Decal_DefaultSortOrder) == 0x0002A0, "Member 'ABP_EOBaseFootprintActor_C::Decal_DefaultSortOrder' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, Decal_DefaultFadeScreenSize) == 0x0002A4, "Member 'ABP_EOBaseFootprintActor_C::Decal_DefaultFadeScreenSize' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, Decal_DefaultFadeInStartDelay) == 0x0002A8, "Member 'ABP_EOBaseFootprintActor_C::Decal_DefaultFadeInStartDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, Decal_DefaultFadeInDuration) == 0x0002AC, "Member 'ABP_EOBaseFootprintActor_C::Decal_DefaultFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, Decal_DefaultFadeOutStartDelay) == 0x0002B0, "Member 'ABP_EOBaseFootprintActor_C::Decal_DefaultFadeOutStartDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, Decal_DefaultFadeOutDuration) == 0x0002B4, "Member 'ABP_EOBaseFootprintActor_C::Decal_DefaultFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, Decal_DefaultDecalSize) == 0x0002B8, "Member 'ABP_EOBaseFootprintActor_C::Decal_DefaultDecalSize' has a wrong offset!"); \ static_assert(offsetof(ABP_EOBaseFootprintActor_C, Decal_LifeTimeTimerHandle) == 0x0002C8, "Member 'ABP_EOBaseFootprintActor_C::Decal_LifeTimeTimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride \ static_assert(alignof(GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride) == 0x000008, "Wrong alignment on GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride"); \ static_assert(sizeof(GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride) == 0x000038, "Wrong size on GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride"); \ static_assert(offsetof(GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride, EntryPoint) == 0x000000, "Member 'GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride, K2Node_CustomEvent_TimeHeld) == 0x000004, "Member 'GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride::K2Node_CustomEvent_TimeHeld' has a wrong offset!"); \ static_assert(offsetof(GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride, K2Node_CustomEvent_bInputDisabled) == 0x000008, "Member 'GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride::K2Node_CustomEvent_bInputDisabled' has a wrong offset!"); \ static_assert(offsetof(GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride, Temp_bool_Variable) == 0x00001C, "Member 'GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride, Temp_float_Variable) == 0x000020, "Member 'GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride, CallFunc_WaitInputRelease_ReturnValue) == 0x000028, "Member 'GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride::CallFunc_WaitInputRelease_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride, K2Node_Event_bWasCancelled) == 0x000030, "Member 'GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride::K2Node_Event_bWasCancelled' has a wrong offset!"); \ static_assert(offsetof(GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride, CallFunc_IsValid_ReturnValue) == 0x000031, "Member 'GA_SprintOverride_C_ExecuteUbergraph_GA_SprintOverride::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_SprintOverride_C_K2_OnEndAbility \ static_assert(alignof(GA_SprintOverride_C_K2_OnEndAbility) == 0x000001, "Wrong alignment on GA_SprintOverride_C_K2_OnEndAbility"); \ static_assert(sizeof(GA_SprintOverride_C_K2_OnEndAbility) == 0x000001, "Wrong size on GA_SprintOverride_C_K2_OnEndAbility"); \ static_assert(offsetof(GA_SprintOverride_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_SprintOverride_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_SprintOverride_C_OnRelease_A792B9EF4C8CF6DC03E3CF9FF2834B19 \ static_assert(alignof(GA_SprintOverride_C_OnRelease_A792B9EF4C8CF6DC03E3CF9FF2834B19) == 0x000004, "Wrong alignment on GA_SprintOverride_C_OnRelease_A792B9EF4C8CF6DC03E3CF9FF2834B19"); \ static_assert(sizeof(GA_SprintOverride_C_OnRelease_A792B9EF4C8CF6DC03E3CF9FF2834B19) == 0x000008, "Wrong size on GA_SprintOverride_C_OnRelease_A792B9EF4C8CF6DC03E3CF9FF2834B19"); \ static_assert(offsetof(GA_SprintOverride_C_OnRelease_A792B9EF4C8CF6DC03E3CF9FF2834B19, TimeHeld) == 0x000000, "Member 'GA_SprintOverride_C_OnRelease_A792B9EF4C8CF6DC03E3CF9FF2834B19::TimeHeld' has a wrong offset!"); \ static_assert(offsetof(GA_SprintOverride_C_OnRelease_A792B9EF4C8CF6DC03E3CF9FF2834B19, bInputDisabled) == 0x000004, "Member 'GA_SprintOverride_C_OnRelease_A792B9EF4C8CF6DC03E3CF9FF2834B19::bInputDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_SprintOverride_C \ static_assert(alignof(UGA_SprintOverride_C) == 0x000008, "Wrong alignment on UGA_SprintOverride_C"); \ static_assert(sizeof(UGA_SprintOverride_C) == 0x000408, "Wrong size on UGA_SprintOverride_C"); \ static_assert(offsetof(UGA_SprintOverride_C, UberGraphFrame) == 0x0003F0, "Member 'UGA_SprintOverride_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGA_SprintOverride_C, WaitInputTask) == 0x0003F8, "Member 'UGA_SprintOverride_C::WaitInputTask' has a wrong offset!"); \ static_assert(offsetof(UGA_SprintOverride_C, GameplayTagAddTask) == 0x000400, "Member 'UGA_SprintOverride_C::GameplayTagAddTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_OnInventoryItemAdded_C \ static_assert(alignof(UBPE_Player_OnInventoryItemAdded_C) == 0x000008, "Wrong alignment on UBPE_Player_OnInventoryItemAdded_C"); \ static_assert(sizeof(UBPE_Player_OnInventoryItemAdded_C) == 0x000048, "Wrong size on UBPE_Player_OnInventoryItemAdded_C"); \ #define DUMPER7_ASSERTS_UBPE_Player_PlayLoopedMontage_C \ static_assert(alignof(UBPE_Player_PlayLoopedMontage_C) == 0x000008, "Wrong alignment on UBPE_Player_PlayLoopedMontage_C"); \ static_assert(sizeof(UBPE_Player_PlayLoopedMontage_C) == 0x000080, "Wrong size on UBPE_Player_PlayLoopedMontage_C"); \ static_assert(offsetof(UBPE_Player_PlayLoopedMontage_C, Montage) == 0x000028, "Member 'UBPE_Player_PlayLoopedMontage_C::Montage' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlayLoopedMontage_C, PlayRate) == 0x000030, "Member 'UBPE_Player_PlayLoopedMontage_C::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlayLoopedMontage_C, StartingPosition) == 0x000034, "Member 'UBPE_Player_PlayLoopedMontage_C::StartingPosition' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlayLoopedMontage_C, DisableInput) == 0x000038, "Member 'UBPE_Player_PlayLoopedMontage_C::DisableInput' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlayLoopedMontage_C, UseMontageCamera) == 0x000039, "Member 'UBPE_Player_PlayLoopedMontage_C::UseMontageCamera' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlayLoopedMontage_C, StartingSectionName) == 0x00003C, "Member 'UBPE_Player_PlayLoopedMontage_C::StartingSectionName' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlayLoopedMontage_C, SectionAfterLoop) == 0x000044, "Member 'UBPE_Player_PlayLoopedMontage_C::SectionAfterLoop' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlayLoopedMontage_C, StartLoopingNotifyName) == 0x00004C, "Member 'UBPE_Player_PlayLoopedMontage_C::StartLoopingNotifyName' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlayLoopedMontage_C, StopLoopingNotifyName) == 0x000054, "Member 'UBPE_Player_PlayLoopedMontage_C::StopLoopingNotifyName' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlayLoopedMontage_C, BlendInSettings) == 0x00005C, "Member 'UBPE_Player_PlayLoopedMontage_C::BlendInSettings' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlayLoopedMontage_C, BlendOutSettings) == 0x00006C, "Member 'UBPE_Player_PlayLoopedMontage_C::BlendOutSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_StealthHoldBreathCoolDown_C \ static_assert(alignof(UGE_StealthHoldBreathCoolDown_C) == 0x000008, "Wrong alignment on UGE_StealthHoldBreathCoolDown_C"); \ static_assert(sizeof(UGE_StealthHoldBreathCoolDown_C) == 0x000800, "Wrong size on UGE_StealthHoldBreathCoolDown_C"); \ #define DUMPER7_ASSERTS_WBP_HUDInventoryStatusMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusMsgItem \ static_assert(alignof(WBP_HUDInventoryStatusMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusMsgItem) == 0x000008, "Wrong alignment on WBP_HUDInventoryStatusMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusMsgItem"); \ static_assert(sizeof(WBP_HUDInventoryStatusMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusMsgItem) == 0x000010, "Wrong size on WBP_HUDInventoryStatusMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusMsgItem"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusMsgItem, EntryPoint) == 0x000000, "Member 'WBP_HUDInventoryStatusMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusMsgItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusMsgItem, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_HUDInventoryStatusMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusMsgItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText \ static_assert(alignof(WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText) == 0x000008, "Wrong alignment on WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText"); \ static_assert(sizeof(WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText) == 0x0000E0, "Wrong size on WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText, ReturnValue) == 0x000000, "Member 'WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText, LocalStatusMsgText) == 0x000018, "Member 'WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText::LocalStatusMsgText' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText, K2Node_MakeArray_Array) == 0x0000B0, "Member 'WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText, K2Node_SwitchEnum_CmpSuccess) == 0x0000D8, "Member 'WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText, CallFunc_TextIsEmpty_ReturnValue) == 0x0000D9, "Member 'WBP_HUDInventoryStatusMsgItem_C_GetWidgetStatusMsgText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDInventoryStatusMsgItem_C_SetInventoryStatus \ static_assert(alignof(WBP_HUDInventoryStatusMsgItem_C_SetInventoryStatus) == 0x000001, "Wrong alignment on WBP_HUDInventoryStatusMsgItem_C_SetInventoryStatus"); \ static_assert(sizeof(WBP_HUDInventoryStatusMsgItem_C_SetInventoryStatus) == 0x000002, "Wrong size on WBP_HUDInventoryStatusMsgItem_C_SetInventoryStatus"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_SetInventoryStatus, NewInventoryStatus) == 0x000000, "Member 'WBP_HUDInventoryStatusMsgItem_C_SetInventoryStatus::NewInventoryStatus' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_SetInventoryStatus, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_HUDInventoryStatusMsgItem_C_SetInventoryStatus::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDInventoryStatusMsgItem_C_SetInventoryItemName \ static_assert(alignof(WBP_HUDInventoryStatusMsgItem_C_SetInventoryItemName) == 0x000008, "Wrong alignment on WBP_HUDInventoryStatusMsgItem_C_SetInventoryItemName"); \ static_assert(sizeof(WBP_HUDInventoryStatusMsgItem_C_SetInventoryItemName) == 0x000020, "Wrong size on WBP_HUDInventoryStatusMsgItem_C_SetInventoryItemName"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_SetInventoryItemName, NewInventoryItemName) == 0x000000, "Member 'WBP_HUDInventoryStatusMsgItem_C_SetInventoryItemName::NewInventoryItemName' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_SetInventoryItemName, CallFunc_NotEqual_TextText_ReturnValue) == 0x000018, "Member 'WBP_HUDInventoryStatusMsgItem_C_SetInventoryItemName::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDInventoryStatusMsgItem_C_PlaySoundFromStatus \ static_assert(alignof(WBP_HUDInventoryStatusMsgItem_C_PlaySoundFromStatus) == 0x000001, "Wrong alignment on WBP_HUDInventoryStatusMsgItem_C_PlaySoundFromStatus"); \ static_assert(sizeof(WBP_HUDInventoryStatusMsgItem_C_PlaySoundFromStatus) == 0x000001, "Wrong size on WBP_HUDInventoryStatusMsgItem_C_PlaySoundFromStatus"); \ static_assert(offsetof(WBP_HUDInventoryStatusMsgItem_C_PlaySoundFromStatus, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'WBP_HUDInventoryStatusMsgItem_C_PlaySoundFromStatus::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_HUDInventoryStatusMsgItem_C \ static_assert(alignof(UWBP_HUDInventoryStatusMsgItem_C) == 0x000008, "Wrong alignment on UWBP_HUDInventoryStatusMsgItem_C"); \ static_assert(sizeof(UWBP_HUDInventoryStatusMsgItem_C) == 0x0002E8, "Wrong size on UWBP_HUDInventoryStatusMsgItem_C"); \ static_assert(offsetof(UWBP_HUDInventoryStatusMsgItem_C, UberGraphFrame) == 0x000260, "Member 'UWBP_HUDInventoryStatusMsgItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusMsgItem_C, SliceIn) == 0x000268, "Member 'UWBP_HUDInventoryStatusMsgItem_C::SliceIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusMsgItem_C, UpdateText) == 0x000270, "Member 'UWBP_HUDInventoryStatusMsgItem_C::UpdateText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusMsgItem_C, InventoryStatusParam) == 0x000278, "Member 'UWBP_HUDInventoryStatusMsgItem_C::InventoryStatusParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusMsgItem_C, InventoryItemName) == 0x000280, "Member 'UWBP_HUDInventoryStatusMsgItem_C::InventoryItemName' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusMsgItem_C, InternalCachedStatusMsg) == 0x000298, "Member 'UWBP_HUDInventoryStatusMsgItem_C::InternalCachedStatusMsg' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusMsgItem_C, InventoryStatusAddedText) == 0x0002B0, "Member 'UWBP_HUDInventoryStatusMsgItem_C::InventoryStatusAddedText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusMsgItem_C, InventoryStatusRemovedText) == 0x0002C8, "Member 'UWBP_HUDInventoryStatusMsgItem_C::InventoryStatusRemovedText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusMsgItem_C, bAutoStart) == 0x0002E0, "Member 'UWBP_HUDInventoryStatusMsgItem_C::bAutoStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText \ static_assert(alignof(WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText) == 0x000008, "Wrong alignment on WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText"); \ static_assert(sizeof(WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText) == 0x000020, "Wrong size on WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText"); \ static_assert(offsetof(WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText, EntryPoint) == 0x000000, "Member 'WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText, Temp_bool_Variable) == 0x000004, "Member 'WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText, Temp_byte_Variable) == 0x000010, "Member 'WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText, Temp_byte_Variable_1) == 0x000011, "Member 'WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText, K2Node_CustomEvent_Forward) == 0x000012, "Member 'WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText::K2Node_CustomEvent_Forward' has a wrong offset!"); \ static_assert(offsetof(WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText, K2Node_Select_Default) == 0x000013, "Member 'WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'WBP_LoadingText_C_ExecuteUbergraph_WBP_LoadingText::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_LoadingText_C_PlayAnim \ static_assert(alignof(WBP_LoadingText_C_PlayAnim) == 0x000001, "Wrong alignment on WBP_LoadingText_C_PlayAnim"); \ static_assert(sizeof(WBP_LoadingText_C_PlayAnim) == 0x000001, "Wrong size on WBP_LoadingText_C_PlayAnim"); \ static_assert(offsetof(WBP_LoadingText_C_PlayAnim, Forward) == 0x000000, "Member 'WBP_LoadingText_C_PlayAnim::Forward' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_LoadingText_C \ static_assert(alignof(UWBP_LoadingText_C) == 0x000008, "Wrong alignment on UWBP_LoadingText_C"); \ static_assert(sizeof(UWBP_LoadingText_C) == 0x000278, "Wrong size on UWBP_LoadingText_C"); \ static_assert(offsetof(UWBP_LoadingText_C, UberGraphFrame) == 0x000260, "Member 'UWBP_LoadingText_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_LoadingText_C, FadeOut) == 0x000268, "Member 'UWBP_LoadingText_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_LoadingText_C, FadeIn) == 0x000270, "Member 'UWBP_LoadingText_C::FadeIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor \ static_assert(alignof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor) == 0x000004, "Wrong alignment on BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor"); \ static_assert(sizeof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor) == 0x0000C0, "Wrong size on BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor, EntryPoint) == 0x000000, "Member 'BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor, K2Node_CustomEvent_MouseLocation_1) == 0x000008, "Member 'BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor::K2Node_CustomEvent_MouseLocation_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x000010, "Member 'BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor, K2Node_CustomEvent_MouseLocation) == 0x000018, "Member 'BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor::K2Node_CustomEvent_MouseLocation' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor, CallFunc_BreakVector2D_X) == 0x000020, "Member 'BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor, CallFunc_BreakVector2D_Y) == 0x000024, "Member 'BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor, CallFunc_MakeRotator_ReturnValue) == 0x00002C, "Member 'BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor, CallFunc_K2_AddWorldRotation_SweepHitResult) == 0x000038, "Member 'BP_BaseInventoryPreviewActor_C_ExecuteUbergraph_BP_BaseInventoryPreviewActor::CallFunc_K2_AddWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInventoryPreviewActor_C_OnClickedStart \ static_assert(alignof(BP_BaseInventoryPreviewActor_C_OnClickedStart) == 0x000004, "Wrong alignment on BP_BaseInventoryPreviewActor_C_OnClickedStart"); \ static_assert(sizeof(BP_BaseInventoryPreviewActor_C_OnClickedStart) == 0x000008, "Wrong size on BP_BaseInventoryPreviewActor_C_OnClickedStart"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_OnClickedStart, MouseLocation) == 0x000000, "Member 'BP_BaseInventoryPreviewActor_C_OnClickedStart::MouseLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInventoryPreviewActor_C_OnMouseMove \ static_assert(alignof(BP_BaseInventoryPreviewActor_C_OnMouseMove) == 0x000004, "Wrong alignment on BP_BaseInventoryPreviewActor_C_OnMouseMove"); \ static_assert(sizeof(BP_BaseInventoryPreviewActor_C_OnMouseMove) == 0x000008, "Wrong size on BP_BaseInventoryPreviewActor_C_OnMouseMove"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_OnMouseMove, MouseLocation) == 0x000000, "Member 'BP_BaseInventoryPreviewActor_C_OnMouseMove::MouseLocation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInventoryPreviewActor_C_ReceiveTick \ static_assert(alignof(BP_BaseInventoryPreviewActor_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_BaseInventoryPreviewActor_C_ReceiveTick"); \ static_assert(sizeof(BP_BaseInventoryPreviewActor_C_ReceiveTick) == 0x000004, "Wrong size on BP_BaseInventoryPreviewActor_C_ReceiveTick"); \ static_assert(offsetof(BP_BaseInventoryPreviewActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_BaseInventoryPreviewActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseInventoryPreviewActor_C \ static_assert(alignof(ABP_BaseInventoryPreviewActor_C) == 0x000008, "Wrong alignment on ABP_BaseInventoryPreviewActor_C"); \ static_assert(sizeof(ABP_BaseInventoryPreviewActor_C) == 0x000290, "Wrong size on ABP_BaseInventoryPreviewActor_C"); \ static_assert(offsetof(ABP_BaseInventoryPreviewActor_C, UberGraphFrame) == 0x000230, "Member 'ABP_BaseInventoryPreviewActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPreviewActor_C, SpotLight_Rim) == 0x000238, "Member 'ABP_BaseInventoryPreviewActor_C::SpotLight_Rim' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPreviewActor_C, RectLight_Key) == 0x000240, "Member 'ABP_BaseInventoryPreviewActor_C::RectLight_Key' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPreviewActor_C, StaticMesh) == 0x000248, "Member 'ABP_BaseInventoryPreviewActor_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPreviewActor_C, Scene) == 0x000250, "Member 'ABP_BaseInventoryPreviewActor_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPreviewActor_C, SceneCaptureComponent2D) == 0x000258, "Member 'ABP_BaseInventoryPreviewActor_C::SceneCaptureComponent2D' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPreviewActor_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_BaseInventoryPreviewActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPreviewActor_C, CurrentExtendMesh) == 0x000268, "Member 'ABP_BaseInventoryPreviewActor_C::CurrentExtendMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPreviewActor_C, DesiredExtend) == 0x000274, "Member 'ABP_BaseInventoryPreviewActor_C::DesiredExtend' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPreviewActor_C, OnStartRotateLocation) == 0x000280, "Member 'ABP_BaseInventoryPreviewActor_C::OnStartRotateLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPreviewActor_C, RotationEnabled) == 0x000288, "Member 'ABP_BaseInventoryPreviewActor_C::RotationEnabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_PlayDialogue_C \ static_assert(alignof(UBPE_A_PlayDialogue_C) == 0x000008, "Wrong alignment on UBPE_A_PlayDialogue_C"); \ static_assert(sizeof(UBPE_A_PlayDialogue_C) == 0x000098, "Wrong size on UBPE_A_PlayDialogue_C"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, DialogueWave) == 0x000028, "Member 'UBPE_A_PlayDialogue_C::DialogueWave' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, VOPriority_Enum) == 0x000030, "Member 'UBPE_A_PlayDialogue_C::VOPriority_Enum' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, Flavor) == 0x000031, "Member 'UBPE_A_PlayDialogue_C::Flavor' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, Speaker) == 0x000032, "Member 'UBPE_A_PlayDialogue_C::Speaker' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, KillCurrentlyPlaying) == 0x000033, "Member 'UBPE_A_PlayDialogue_C::KillCurrentlyPlaying' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, SoundCue) == 0x000038, "Member 'UBPE_A_PlayDialogue_C::SoundCue' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, MultipleDialogue_) == 0x000040, "Member 'UBPE_A_PlayDialogue_C::MultipleDialogue_' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, DialogueWaves) == 0x000048, "Member 'UBPE_A_PlayDialogue_C::DialogueWaves' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, DelayBetweenMultipleLines) == 0x000058, "Member 'UBPE_A_PlayDialogue_C::DelayBetweenMultipleLines' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, InitialDelay) == 0x00005C, "Member 'UBPE_A_PlayDialogue_C::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, InitialDelayDur) == 0x000060, "Member 'UBPE_A_PlayDialogue_C::InitialDelayDur' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, DialogueFinishedEOEvents) == 0x000068, "Member 'UBPE_A_PlayDialogue_C::DialogueFinishedEOEvents' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, SpeakerLocation) == 0x000078, "Member 'UBPE_A_PlayDialogue_C::SpeakerLocation' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, BP_Bo) == 0x000088, "Member 'UBPE_A_PlayDialogue_C::BP_Bo' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlayDialogue_C, SpeakerActor) == 0x000090, "Member 'UBPE_A_PlayDialogue_C::SpeakerActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VoidShadowCollected_C \ static_assert(alignof(UBPE_VoidShadowCollected_C) == 0x000008, "Wrong alignment on UBPE_VoidShadowCollected_C"); \ static_assert(sizeof(UBPE_VoidShadowCollected_C) == 0x000030, "Wrong size on UBPE_VoidShadowCollected_C"); \ static_assert(offsetof(UBPE_VoidShadowCollected_C, Enum_VoidShadowCollected) == 0x000028, "Member 'UBPE_VoidShadowCollected_C::Enum_VoidShadowCollected' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_DTM_HideAreaFXStatus_C \ static_assert(alignof(UBPE_DTM_HideAreaFXStatus_C) == 0x000008, "Wrong alignment on UBPE_DTM_HideAreaFXStatus_C"); \ static_assert(sizeof(UBPE_DTM_HideAreaFXStatus_C) == 0x000030, "Wrong size on UBPE_DTM_HideAreaFXStatus_C"); \ static_assert(offsetof(UBPE_DTM_HideAreaFXStatus_C, IsPlayingFX) == 0x000028, "Member 'UBPE_DTM_HideAreaFXStatus_C::IsPlayingFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStruct_Chapter_States \ static_assert(alignof(FStruct_Chapter_States) == 0x000008, "Wrong alignment on FStruct_Chapter_States"); \ static_assert(sizeof(FStruct_Chapter_States) == 0x000020, "Wrong size on FStruct_Chapter_States"); \ static_assert(offsetof(FStruct_Chapter_States, State_ID_10_F53B1BC5481BBD8C6EEEFF9C33FBCB6C) == 0x000000, "Member 'FStruct_Chapter_States::State_ID_10_F53B1BC5481BBD8C6EEEFF9C33FBCB6C' has a wrong offset!"); \ static_assert(offsetof(FStruct_Chapter_States, Description_8_AC00B68E494C2DC44D04A7B813FA82A6) == 0x000008, "Member 'FStruct_Chapter_States::Description_8_AC00B68E494C2DC44D04A7B813FA82A6' has a wrong offset!"); \ static_assert(offsetof(FStruct_Chapter_States, Status_11_1EC7062F40208F99636B8FBBCBBA8DE2) == 0x000018, "Member 'FStruct_Chapter_States::Status_11_1EC7062F40208F99636B8FBBCBBA8DE2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingLabelText_C_SetSelect \ static_assert(alignof(WBP_SettingLabelText_C_SetSelect) == 0x000001, "Wrong alignment on WBP_SettingLabelText_C_SetSelect"); \ static_assert(sizeof(WBP_SettingLabelText_C_SetSelect) == 0x000001, "Wrong size on WBP_SettingLabelText_C_SetSelect"); \ static_assert(offsetof(WBP_SettingLabelText_C_SetSelect, Select) == 0x000000, "Member 'WBP_SettingLabelText_C_SetSelect::Select' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingLabelText_C_SetHighlight \ static_assert(alignof(WBP_SettingLabelText_C_SetHighlight) == 0x000001, "Wrong alignment on WBP_SettingLabelText_C_SetHighlight"); \ static_assert(sizeof(WBP_SettingLabelText_C_SetHighlight) == 0x000001, "Wrong size on WBP_SettingLabelText_C_SetHighlight"); \ static_assert(offsetof(WBP_SettingLabelText_C_SetHighlight, Highlight) == 0x000000, "Member 'WBP_SettingLabelText_C_SetHighlight::Highlight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingLabelText_C_UpdateTags \ static_assert(alignof(WBP_SettingLabelText_C_UpdateTags) == 0x000008, "Wrong alignment on WBP_SettingLabelText_C_UpdateTags"); \ static_assert(sizeof(WBP_SettingLabelText_C_UpdateTags) == 0x000148, "Wrong size on WBP_SettingLabelText_C_UpdateTags"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, LocalTag) == 0x000000, "Member 'WBP_SettingLabelText_C_UpdateTags::LocalTag' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, CallFunc_Len_ReturnValue) == 0x000010, "Member 'WBP_SettingLabelText_C_UpdateTags::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'WBP_SettingLabelText_C_UpdateTags::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_SettingLabelText_C_UpdateTags::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_SettingLabelText_C_UpdateTags::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'WBP_SettingLabelText_C_UpdateTags::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B0, "Member 'WBP_SettingLabelText_C_UpdateTags::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000C8, "Member 'WBP_SettingLabelText_C_UpdateTags::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, K2Node_MakeArray_Array) == 0x000108, "Member 'WBP_SettingLabelText_C_UpdateTags::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, CallFunc_Format_ReturnValue) == 0x000118, "Member 'WBP_SettingLabelText_C_UpdateTags::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, CallFunc_Concat_StrStr_ReturnValue) == 0x000130, "Member 'WBP_SettingLabelText_C_UpdateTags::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateTags, CallFunc_BooleanOR_ReturnValue) == 0x000140, "Member 'WBP_SettingLabelText_C_UpdateTags::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingLabelText_C_UpdateText \ static_assert(alignof(WBP_SettingLabelText_C_UpdateText) == 0x000008, "Wrong alignment on WBP_SettingLabelText_C_UpdateText"); \ static_assert(sizeof(WBP_SettingLabelText_C_UpdateText) == 0x000018, "Wrong size on WBP_SettingLabelText_C_UpdateText"); \ static_assert(offsetof(WBP_SettingLabelText_C_UpdateText, Text) == 0x000000, "Member 'WBP_SettingLabelText_C_UpdateText::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_SettingLabelText_C \ static_assert(alignof(UWBP_SettingLabelText_C) == 0x000008, "Wrong alignment on UWBP_SettingLabelText_C"); \ static_assert(sizeof(UWBP_SettingLabelText_C) == 0x0002A8, "Wrong size on UWBP_SettingLabelText_C"); \ static_assert(offsetof(UWBP_SettingLabelText_C, RichTextLabel) == 0x000260, "Member 'UWBP_SettingLabelText_C::RichTextLabel' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingLabelText_C, LabelText) == 0x000268, "Member 'UWBP_SettingLabelText_C::LabelText' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingLabelText_C, Selected) == 0x000280, "Member 'UWBP_SettingLabelText_C::Selected' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingLabelText_C, Highlighted) == 0x000281, "Member 'UWBP_SettingLabelText_C::Highlighted' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingLabelText_C, LoseSelectionOnHighlightRemoval) == 0x000282, "Member 'UWBP_SettingLabelText_C::LoseSelectionOnHighlightRemoval' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingLabelText_C, PreTag) == 0x000288, "Member 'UWBP_SettingLabelText_C::PreTag' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingLabelText_C, PostTag) == 0x000298, "Member 'UWBP_SettingLabelText_C::PostTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_BaseInventoryCustomData_C \ static_assert(alignof(UBP_BaseInventoryCustomData_C) == 0x000008, "Wrong alignment on UBP_BaseInventoryCustomData_C"); \ static_assert(sizeof(UBP_BaseInventoryCustomData_C) == 0x000028, "Wrong size on UBP_BaseInventoryCustomData_C"); \ #define DUMPER7_ASSERTS_BPE_Player_AddInventoryItem_C_GetCustomData \ static_assert(alignof(BPE_Player_AddInventoryItem_C_GetCustomData) == 0x000008, "Wrong alignment on BPE_Player_AddInventoryItem_C_GetCustomData"); \ static_assert(sizeof(BPE_Player_AddInventoryItem_C_GetCustomData) == 0x000008, "Wrong size on BPE_Player_AddInventoryItem_C_GetCustomData"); \ static_assert(offsetof(BPE_Player_AddInventoryItem_C_GetCustomData, ReturnValue) == 0x000000, "Member 'BPE_Player_AddInventoryItem_C_GetCustomData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPE_Player_AddInventoryItem_C_GetInventoryItemClassToAdd \ static_assert(alignof(BPE_Player_AddInventoryItem_C_GetInventoryItemClassToAdd) == 0x000008, "Wrong alignment on BPE_Player_AddInventoryItem_C_GetInventoryItemClassToAdd"); \ static_assert(sizeof(BPE_Player_AddInventoryItem_C_GetInventoryItemClassToAdd) == 0x000008, "Wrong size on BPE_Player_AddInventoryItem_C_GetInventoryItemClassToAdd"); \ static_assert(offsetof(BPE_Player_AddInventoryItem_C_GetInventoryItemClassToAdd, ReturnValue) == 0x000000, "Member 'BPE_Player_AddInventoryItem_C_GetInventoryItemClassToAdd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_AddInventoryItem_C \ static_assert(alignof(UBPE_Player_AddInventoryItem_C) == 0x000008, "Wrong alignment on UBPE_Player_AddInventoryItem_C"); \ static_assert(sizeof(UBPE_Player_AddInventoryItem_C) == 0x000048, "Wrong size on UBPE_Player_AddInventoryItem_C"); \ static_assert(offsetof(UBPE_Player_AddInventoryItem_C, PlayerInvItemClassToAdd) == 0x000038, "Member 'UBPE_Player_AddInventoryItem_C::PlayerInvItemClassToAdd' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_AddInventoryItem_C, PlayerInvCustomData) == 0x000040, "Member 'UBPE_Player_AddInventoryItem_C::PlayerInvCustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PlayerInventoryManager_C \ static_assert(alignof(UBP_PlayerInventoryManager_C) == 0x000008, "Wrong alignment on UBP_PlayerInventoryManager_C"); \ static_assert(sizeof(UBP_PlayerInventoryManager_C) == 0x000120, "Wrong size on UBP_PlayerInventoryManager_C"); \ #define DUMPER7_ASSERTS_FS_HYBVideoInfo \ static_assert(alignof(FS_HYBVideoInfo) == 0x000001, "Wrong alignment on FS_HYBVideoInfo"); \ static_assert(sizeof(FS_HYBVideoInfo) == 0x000003, "Wrong size on FS_HYBVideoInfo"); \ static_assert(offsetof(FS_HYBVideoInfo, OverrideDefault_8_1FBE9E9245FA303E5AD1B985AC7DEC57) == 0x000000, "Member 'FS_HYBVideoInfo::OverrideDefault_8_1FBE9E9245FA303E5AD1B985AC7DEC57' has a wrong offset!"); \ static_assert(offsetof(FS_HYBVideoInfo, VideoTrack_2_F6B4C844492852B0C5168EBFD864875C) == 0x000001, "Member 'FS_HYBVideoInfo::VideoTrack_2_F6B4C844492852B0C5168EBFD864875C' has a wrong offset!"); \ static_assert(offsetof(FS_HYBVideoInfo, VideoFile_5_9718276B4EB6885B5E43CB91829804FC) == 0x000002, "Member 'FS_HYBVideoInfo::VideoFile_5_9718276B4EB6885B5E43CB91829804FC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA1_CymaticComponentsCollected_C \ static_assert(alignof(UBPE_KA1_CymaticComponentsCollected_C) == 0x000008, "Wrong alignment on UBPE_KA1_CymaticComponentsCollected_C"); \ static_assert(sizeof(UBPE_KA1_CymaticComponentsCollected_C) == 0x000028, "Wrong size on UBPE_KA1_CymaticComponentsCollected_C"); \ #define DUMPER7_ASSERTS_UBPE_VFX_PlayVideo_C \ static_assert(alignof(UBPE_VFX_PlayVideo_C) == 0x000008, "Wrong alignment on UBPE_VFX_PlayVideo_C"); \ static_assert(sizeof(UBPE_VFX_PlayVideo_C) == 0x000040, "Wrong size on UBPE_VFX_PlayVideo_C"); \ static_assert(offsetof(UBPE_VFX_PlayVideo_C, Video_Player) == 0x000028, "Member 'UBPE_VFX_PlayVideo_C::Video_Player' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayVideo_C, Video_Source) == 0x000030, "Member 'UBPE_VFX_PlayVideo_C::Video_Source' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayVideo_C, Looping) == 0x000038, "Member 'UBPE_VFX_PlayVideo_C::Looping' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayVideo_C, Enable_Track_A) == 0x000039, "Member 'UBPE_VFX_PlayVideo_C::Enable_Track_A' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayVideo_C, Video___Track_A) == 0x00003A, "Member 'UBPE_VFX_PlayVideo_C::Video___Track_A' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayVideo_C, Fullscreen) == 0x00003B, "Member 'UBPE_VFX_PlayVideo_C::Fullscreen' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayVideo_C, Enable_Track_B) == 0x00003C, "Member 'UBPE_VFX_PlayVideo_C::Enable_Track_B' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayVideo_C, Video___Track_B) == 0x00003D, "Member 'UBPE_VFX_PlayVideo_C::Video___Track_B' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayVideo_C, Enable_Track_C) == 0x00003E, "Member 'UBPE_VFX_PlayVideo_C::Enable_Track_C' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PlayVideo_C, Video___Track_C) == 0x00003F, "Member 'UBPE_VFX_PlayVideo_C::Video___Track_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_BaseMicrofilmInventoryCustomData_C \ static_assert(alignof(UBP_BaseMicrofilmInventoryCustomData_C) == 0x000008, "Wrong alignment on UBP_BaseMicrofilmInventoryCustomData_C"); \ static_assert(sizeof(UBP_BaseMicrofilmInventoryCustomData_C) == 0x000028, "Wrong size on UBP_BaseMicrofilmInventoryCustomData_C"); \ #define DUMPER7_ASSERTS_UBP_BasePlayerInventoryCustomData_C \ static_assert(alignof(UBP_BasePlayerInventoryCustomData_C) == 0x000008, "Wrong alignment on UBP_BasePlayerInventoryCustomData_C"); \ static_assert(sizeof(UBP_BasePlayerInventoryCustomData_C) == 0x000028, "Wrong size on UBP_BasePlayerInventoryCustomData_C"); \ #define DUMPER7_ASSERTS_UBPE_Ch05_D_DragDownCentipede_C \ static_assert(alignof(UBPE_Ch05_D_DragDownCentipede_C) == 0x000008, "Wrong alignment on UBPE_Ch05_D_DragDownCentipede_C"); \ static_assert(sizeof(UBPE_Ch05_D_DragDownCentipede_C) == 0x000028, "Wrong size on UBPE_Ch05_D_DragDownCentipede_C"); \ #define DUMPER7_ASSERTS_UBP_SitDownShake_Down_C \ static_assert(alignof(UBP_SitDownShake_Down_C) == 0x000010, "Wrong alignment on UBP_SitDownShake_Down_C"); \ static_assert(sizeof(UBP_SitDownShake_Down_C) == 0x0001B0, "Wrong size on UBP_SitDownShake_Down_C"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_OnAddedToCamera \ static_assert(alignof(BP_CM_ViewRotationDampening_C_OnAddedToCamera) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_OnAddedToCamera"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_OnAddedToCamera) == 0x000010, "Wrong size on BP_CM_ViewRotationDampening_C_OnAddedToCamera"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnAddedToCamera, Camera) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_OnAddedToCamera::Camera' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnAddedToCamera, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_OnAddedToCamera::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_OnProcessViewRotation \ static_assert(alignof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_OnProcessViewRotation"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation) == 0x000098, "Wrong size on BP_CM_ViewRotationDampening_C_OnProcessViewRotation"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, ViewTarget) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::ViewTarget' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, DeltaTime) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, InViewRotation) == 0x00000C, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::InViewRotation' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, InDeltaRot) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::InDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, OutViewRotation) == 0x000024, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::OutViewRotation' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, OutDeltaRot) == 0x000030, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::OutDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, ReturnValue) == 0x00003C, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, LocalOrigDelta) == 0x000040, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::LocalOrigDelta' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, LocalNewDeltaPitch) == 0x00004C, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::LocalNewDeltaPitch' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, LocalNewPitch) == 0x000050, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::LocalNewPitch' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, LocalNewDeltaYaw) == 0x000054, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::LocalNewDeltaYaw' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, LocalNewYaw) == 0x000058, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::LocalNewYaw' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, CallFunc_ProcessViewRotationSmoothDamp_OutViewRotation) == 0x00005C, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::CallFunc_ProcessViewRotationSmoothDamp_OutViewRotation' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, CallFunc_ProcessViewRotationSmoothDamp_OutDeltaRot) == 0x000068, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::CallFunc_ProcessViewRotationSmoothDamp_OutDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, CallFunc_ProcessViewRotationSmoothDamp_ReturnValue) == 0x000074, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::CallFunc_ProcessViewRotationSmoothDamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, CallFunc_ProcessViewRotationDampScale_OutViewRotation) == 0x000078, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::CallFunc_ProcessViewRotationDampScale_OutViewRotation' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, CallFunc_ProcessViewRotationDampScale_OutDeltaRot) == 0x000084, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::CallFunc_ProcessViewRotationDampScale_OutDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, CallFunc_ProcessViewRotationDampScale_ReturnValue) == 0x000090, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::CallFunc_ProcessViewRotationDampScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, CallFunc_CanDoViewRotation_Result) == 0x000091, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::CallFunc_CanDoViewRotation_Result' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, CallFunc_IsUsingMouseForLookInput_Result) == 0x000092, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::CallFunc_IsUsingMouseForLookInput_Result' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnProcessViewRotation, CallFunc_BooleanAND_ReturnValue) == 0x000093, "Member 'BP_CM_ViewRotationDampening_C_OnProcessViewRotation::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis) == 0x000004, "Wrong alignment on BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis) == 0x000118, "Wrong size on BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CurrRot) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CurrRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, DeltaRot) == 0x000004, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::DeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, OutDesiredRot) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::OutDesiredRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, OutDesiredRotInitialized) == 0x00000C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::OutDesiredRotInitialized' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, DampScale) == 0x000010, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::DampScale' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, DeltaTime) == 0x000014, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, NewRot) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::NewRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, NewDeltaRot) == 0x00001C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::NewDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, LocalNewRotDelta) == 0x000020, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::LocalNewRotDelta' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, LocalNewRotRotator) == 0x000024, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::LocalNewRotRotator' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, LocalNewRotVec) == 0x000030, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::LocalNewRotVec' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, LocalDesiredDiffSize) == 0x00003C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::LocalDesiredDiffSize' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, LocalDeltaRotResultVec) == 0x000040, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::LocalDeltaRotResultVec' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, LocalDesiredDiffScaledVec) == 0x00004C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::LocalDesiredDiffScaledVec' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, LocalDesiredDiffVec) == 0x000058, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::LocalDesiredDiffVec' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, LocalDesiredRotVect) == 0x000064, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::LocalDesiredRotVect' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, LocalCurrRotVec) == 0x000070, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::LocalCurrRotVec' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, LocalFPSScale) == 0x00007C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::LocalFPSScale' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_Not_PreBool_ReturnValue) == 0x000080, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_CreateVectorFromYawPitch_ReturnValue) == 0x000084, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_CreateVectorFromYawPitch_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000090, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_VSize_ReturnValue) == 0x000094, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_VSize_ReturnValue_1) == 0x000098, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_VSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00009C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_Normal_ReturnValue) == 0x0000A0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0000AC, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_BreakRotator_Roll) == 0x0000B8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_BreakRotator_Pitch) == 0x0000BC, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_BreakRotator_Yaw) == 0x0000C0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_ClampAxis_ReturnValue) == 0x0000C4, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_ClampAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0000C8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_Add_VectorVector_ReturnValue) == 0x0000CC, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_Vector_ClampSizeMax_ReturnValue) == 0x0000D8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_Vector_ClampSizeMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000E4, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000F0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000F1, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_BooleanOR_ReturnValue) == 0x0000F2, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000F4, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000100, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis, CallFunc_CreateVectorFromYawPitch_ReturnValue_1) == 0x00010C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationAxis::CallFunc_CreateVectorFromYawPitch_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale) == 0x000230, "Wrong size on BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, ViewTarget) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::ViewTarget' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, DeltaTime) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, InViewRotation) == 0x00000C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::InViewRotation' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, InDeltaRot) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::InDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, OutViewRotation) == 0x000024, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::OutViewRotation' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, OutDeltaRot) == 0x000030, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::OutDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, ReturnValue) == 0x00003C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, LocalOrigDelta) == 0x000040, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::LocalOrigDelta' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, LocalNewDeltaPitch) == 0x00004C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::LocalNewDeltaPitch' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, LocalNewPitch) == 0x000050, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::LocalNewPitch' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, LocalNewDeltaYaw) == 0x000054, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::LocalNewDeltaYaw' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, LocalNewYaw) == 0x000058, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::LocalNewYaw' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BooleanOR_ReturnValue) == 0x00005C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BooleanAND_ReturnValue) == 0x00005D, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Conv_RotatorToString_ReturnValue) == 0x000060, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Conv_RotatorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Not_PreBool_ReturnValue) == 0x000070, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000088, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Conv_FloatToString_ReturnValue) == 0x000098, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x0000A8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Conv_RotatorToString_ReturnValue_1) == 0x0000B8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Conv_RotatorToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x0000C8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Roll) == 0x0000D8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Pitch) == 0x0000DC, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Yaw) == 0x0000E0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Roll_1) == 0x0000E4, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Pitch_1) == 0x0000E8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Yaw_1) == 0x0000EC, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_ProcessViewRotationAxis_NewRot) == 0x0000F0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_ProcessViewRotationAxis_NewRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_ProcessViewRotationAxis_NewDeltaRot) == 0x0000F4, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_ProcessViewRotationAxis_NewDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Roll_2) == 0x0000F8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Pitch_2) == 0x0000FC, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Yaw_2) == 0x000100, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Roll_3) == 0x000104, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Pitch_3) == 0x000108, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Yaw_3) == 0x00010C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Roll_4) == 0x000110, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Pitch_4) == 0x000114, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Yaw_4) == 0x000118, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_MakeRotator_ReturnValue) == 0x00011C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Roll_5) == 0x000128, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Roll_5' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Pitch_5) == 0x00012C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Pitch_5' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_BreakRotator_Yaw_5) == 0x000130, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_BreakRotator_Yaw_5' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Conv_RotatorToString_ReturnValue_2) == 0x000138, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Conv_RotatorToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_MakeRotator_ReturnValue_1) == 0x000148, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000158, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Conv_RotatorToString_ReturnValue_3) == 0x000168, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Conv_RotatorToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000178, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000188, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000198, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0001A8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0001B8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_ProcessViewRotationAxis_NewRot_1) == 0x0001C8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_ProcessViewRotationAxis_NewRot_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_ProcessViewRotationAxis_NewDeltaRot_1) == 0x0001CC, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_ProcessViewRotationAxis_NewDeltaRot_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0001D0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0001E0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0001F0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000200, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000210, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000220, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationDampScale::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis \ static_assert(alignof(BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis) == 0x000004, "Wrong alignment on BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis) == 0x000018, "Wrong size on BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis, CurrRot) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis::CurrRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis, DeltaRot) == 0x000004, "Member 'BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis::DeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis, OutDesiredRot) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis::OutDesiredRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis, OutDesiredRotInitialized) == 0x00000C, "Member 'BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis::OutDesiredRotInitialized' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00000D, "Member 'BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis, CallFunc_Not_PreBool_ReturnValue) == 0x00000E, "Member 'BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis, CallFunc_ClampAxis_ReturnValue) == 0x000014, "Member 'BP_CM_ViewRotationDampening_C_SetDesiredRotationAxis::CallFunc_ClampAxis_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ViewRotDampingEnable \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ViewRotDampingEnable) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_ViewRotDampingEnable"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ViewRotDampingEnable) == 0x000030, "Wrong size on BP_CM_ViewRotationDampening_C_ViewRotDampingEnable"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampingEnable, Enable) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampingEnable::Enable' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampingEnable, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampingEnable::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampingEnable, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampingEnable::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampingEnable, CallFunc_IsDefaultObject_ReturnValue) == 0x000028, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampingEnable::CallFunc_IsDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampingEnable, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampingEnable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable) == 0x000038, "Wrong size on BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable, Enable) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable::Enable' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable, CallFunc_IsDefaultObject_ReturnValue) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable::CallFunc_IsDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable, CallFunc_Not_PreBool_ReturnValue_1) == 0x000030, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScaleEnable::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ViewRotDampScale \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ViewRotDampScale) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_ViewRotDampScale"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ViewRotDampScale) == 0x000068, "Wrong size on BP_CM_ViewRotationDampening_C_ViewRotDampScale"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScale, NewScale) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScale::NewScale' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScale, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScale::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScale, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScale::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScale, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScale::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScale, CallFunc_IsDefaultObject_ReturnValue) == 0x000038, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScale::CallFunc_IsDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScale, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScale::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScale, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScale::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScale, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScale::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw) == 0x000038, "Wrong size on BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw, NewScale) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw::NewScale' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw, CallFunc_IsDefaultObject_ReturnValue) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw::CallFunc_IsDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScaleYaw::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch) == 0x000038, "Wrong size on BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch, NewScale) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch::NewScale' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch, CallFunc_IsDefaultObject_ReturnValue) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch::CallFunc_IsDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampScalePitch::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ClampToDesiredRot \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot) == 0x000004, "Wrong alignment on BP_CM_ViewRotationDampening_C_ClampToDesiredRot"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot) == 0x000028, "Wrong size on BP_CM_ViewRotationDampening_C_ClampToDesiredRot"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, CurrRot) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::CurrRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, DeltaRot) == 0x000004, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::DeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, DesiredRot) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::DesiredRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, AdjustedDeltaRot) == 0x00000C, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::AdjustedDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, LocalNewDelta) == 0x000010, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::LocalNewDelta' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, LocalNewRot) == 0x000014, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::LocalNewRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, CallFunc_Less_FloatFloat_ReturnValue) == 0x00001D, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00001E, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00001F, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ClampToDesiredRot, CallFunc_Add_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_CM_ViewRotationDampening_C_ClampToDesiredRot::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent) == 0x000038, "Wrong size on BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent, IsIndependent) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent::IsIndependent' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent, CallFunc_IsDefaultObject_ReturnValue) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent::CallFunc_IsDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent, CallFunc_Not_PreBool_ReturnValue) == 0x000030, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampFRIndependent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp) == 0x000158, "Wrong size on BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, ViewTarget) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::ViewTarget' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, DeltaTime) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, InViewRotation) == 0x00000C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::InViewRotation' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, InDeltaRot) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::InDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, OutViewRotation) == 0x000024, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::OutViewRotation' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, OutDeltaRot) == 0x000030, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::OutDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, ReturnValue) == 0x00003C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_NewDeltaRot) == 0x000040, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_NewDeltaRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_NewViewRot) == 0x00004C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_NewViewRot' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_NewDesiredRotVect) == 0x000058, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_NewDesiredRotVect' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_DesiredRotVect) == 0x000064, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_DesiredRotVect' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_CurrRotVect) == 0x000070, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_CurrRotVect' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_DesiredPitch) == 0x00007C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_DesiredPitch' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_DeltaPitch) == 0x000080, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_DeltaPitch' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_CurrPitch) == 0x000084, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_CurrPitch' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_DesiredYaw) == 0x000088, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_DesiredYaw' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_DeltaYaw) == 0x00008C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_DeltaYaw' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_CurrYaw) == 0x000090, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_CurrYaw' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, Loc_OrigDelta) == 0x000094, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::Loc_OrigDelta' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Roll) == 0x0000A0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Pitch) == 0x0000A4, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Yaw) == 0x0000A8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_MakeRotator_ReturnValue) == 0x0000AC, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Roll_1) == 0x0000B8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Pitch_1) == 0x0000BC, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Yaw_1) == 0x0000C0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_Conv_VectorToRotator_ReturnValue) == 0x0000C4, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_Conv_VectorToRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_Normal_ReturnValue) == 0x0000D0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Roll_2) == 0x0000DC, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Pitch_2) == 0x0000E0, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Yaw_2) == 0x0000E4, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_MakeRotator_ReturnValue_1) == 0x0000E8, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_SmootDampVector_ReturnValue) == 0x0000F4, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_SmootDampVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_CreateVectorFromYawPitch_ReturnValue) == 0x000100, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_CreateVectorFromYawPitch_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_CreateVectorFromYawPitch_ReturnValue_1) == 0x00010C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_CreateVectorFromYawPitch_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_Add_FloatFloat_ReturnValue) == 0x000118, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_ClampAxis_ReturnValue) == 0x00011C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_ClampAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Roll_3) == 0x000120, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Pitch_3) == 0x000124, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Yaw_3) == 0x000128, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Roll_4) == 0x00012C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Pitch_4) == 0x000130, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Yaw_4) == 0x000134, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000138, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_ClampAxis_ReturnValue_1) == 0x00013C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_ClampAxis_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Roll_5) == 0x000140, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Roll_5' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Pitch_5) == 0x000144, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Pitch_5' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Yaw_5) == 0x000148, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Yaw_5' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Roll_6) == 0x00014C, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Roll_6' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Pitch_6) == 0x000150, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Pitch_6' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp, CallFunc_BreakRotator_Yaw_6) == 0x000154, "Member 'BP_CM_ViewRotationDampening_C_ProcessViewRotationSmoothDamp::CallFunc_BreakRotator_Yaw_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable) == 0x000038, "Wrong size on BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable, Enable) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable::Enable' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable, CallFunc_IsDefaultObject_ReturnValue) == 0x000001, "Member 'BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable::CallFunc_IsDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable, CallFunc_Not_PreBool_ReturnValue_1) == 0x000030, "Member 'BP_CM_ViewRotationDampening_C_ViewRotSmoothDampEnable::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime) == 0x000030, "Wrong size on BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime, Time) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime::Time' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime, CallFunc_IsDefaultObject_ReturnValue) == 0x000028, "Member 'BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime::CallFunc_IsDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_CM_ViewRotationDampening_C_ViewRotSmoothDampTime::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_ViewRotDampDebug \ static_assert(alignof(BP_CM_ViewRotationDampening_C_ViewRotDampDebug) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_ViewRotDampDebug"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_ViewRotDampDebug) == 0x000030, "Wrong size on BP_CM_ViewRotationDampening_C_ViewRotDampDebug"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampDebug, Enable) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampDebug::Enable' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampDebug, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampDebug::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampDebug, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampDebug::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampDebug, CallFunc_IsDefaultObject_ReturnValue) == 0x000028, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampDebug::CallFunc_IsDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_ViewRotDampDebug, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_CM_ViewRotationDampening_C_ViewRotDampDebug::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_OnEnableModifier \ static_assert(alignof(BP_CM_ViewRotationDampening_C_OnEnableModifier) == 0x000004, "Wrong alignment on BP_CM_ViewRotationDampening_C_OnEnableModifier"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_OnEnableModifier) == 0x000010, "Wrong size on BP_CM_ViewRotationDampening_C_OnEnableModifier"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnEnableModifier, K2Node_EOCreateEvent_OutputDelegate) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_OnEnableModifier::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent \ static_assert(alignof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent) == 0x000078, "Wrong size on BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent, Sender) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent, Event) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent, Loc_CastedEvent) == 0x000010, "Member 'BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent::Loc_CastedEvent' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent, K2Node_DynamicCast_AsEOGUS_Apply_Smooth_Mouse_Damping) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent::K2Node_DynamicCast_AsEOGUS_Apply_Smooth_Mouse_Damping' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent, CallFunc_Conv_BoolToString_ReturnValue) == 0x000028, "Member 'BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000038, "Member 'BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'BP_CM_ViewRotationDampening_C_OnApplySmoothMouseDampingEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess \ static_assert(alignof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess) == 0x000010, "Wrong alignment on BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess) == 0x001070, "Wrong size on BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess, DeltaTime) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess, PostProcessBlendWeight) == 0x000004, "Member 'BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess::PostProcessBlendWeight' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess, PostProcessSettings) == 0x000010, "Member 'BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess::PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess, K2Node_MakeStruct_PostProcessSettings) == 0x000570, "Member 'BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess::K2Node_MakeStruct_PostProcessSettings' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess, CallFunc_GetScalarParameterValue_ReturnValue) == 0x000AD0, "Member 'BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000AD4, "Member 'BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess, K2Node_MakeStruct_WeightedBlendable) == 0x000AD8, "Member 'BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess::K2Node_MakeStruct_WeightedBlendable' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess, K2Node_MakeArray_Array) == 0x000AE8, "Member 'BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess, K2Node_MakeStruct_WeightedBlendables) == 0x000AF8, "Member 'BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess::K2Node_MakeStruct_WeightedBlendables' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess, K2Node_MakeStruct_PostProcessSettings_1) == 0x000B10, "Member 'BP_CM_ViewRotationDampening_C_BlueprintModifyPostProcess::K2Node_MakeStruct_PostProcessSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput \ static_assert(alignof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput) == 0x000030, "Wrong size on BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, Result) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::Result' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, CallFunc_GetOwningPlayerController_ReturnValue) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::CallFunc_GetOwningPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, CallFunc_K2_GetPawn_ReturnValue) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, K2Node_DynamicCast_AsEOFirst_Person_Character) == 0x000020, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::K2Node_DynamicCast_AsEOFirst_Person_Character' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, CallFunc_IsPlayerControllerInputEnabled_ReturnValue) == 0x000029, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::CallFunc_IsPlayerControllerInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, CallFunc_GetLookInputType_ReturnValue) == 0x00002A, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::CallFunc_GetLookInputType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002B, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, CallFunc_IsPawnInputEnabled_ReturnValue) == 0x00002C, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::CallFunc_IsPawnInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, CallFunc_IsValid_ReturnValue_1) == 0x00002D, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, CallFunc_IsLookInputIgnored_ReturnValue) == 0x00002E, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::CallFunc_IsLookInputIgnored_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput, CallFunc_Not_PreBool_ReturnValue) == 0x00002F, "Member 'BP_CM_ViewRotationDampening_C_IsUsingMouseForLookInput::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CM_ViewRotationDampening_C_CanDoViewRotation \ static_assert(alignof(BP_CM_ViewRotationDampening_C_CanDoViewRotation) == 0x000008, "Wrong alignment on BP_CM_ViewRotationDampening_C_CanDoViewRotation"); \ static_assert(sizeof(BP_CM_ViewRotationDampening_C_CanDoViewRotation) == 0x000050, "Wrong size on BP_CM_ViewRotationDampening_C_CanDoViewRotation"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_CanDoViewRotation, Result) == 0x000000, "Member 'BP_CM_ViewRotationDampening_C_CanDoViewRotation::Result' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_CanDoViewRotation, Loc_Pawn) == 0x000008, "Member 'BP_CM_ViewRotationDampening_C_CanDoViewRotation::Loc_Pawn' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_CanDoViewRotation, Loc_PC) == 0x000010, "Member 'BP_CM_ViewRotationDampening_C_CanDoViewRotation::Loc_PC' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_CanDoViewRotation, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_CM_ViewRotationDampening_C_CanDoViewRotation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_CanDoViewRotation, CallFunc_K2_GetPawn_ReturnValue) == 0x000020, "Member 'BP_CM_ViewRotationDampening_C_CanDoViewRotation::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_CanDoViewRotation, CallFunc_IsValid_ReturnValue_1) == 0x000028, "Member 'BP_CM_ViewRotationDampening_C_CanDoViewRotation::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_CanDoViewRotation, K2Node_DynamicCast_AsCharacter) == 0x000030, "Member 'BP_CM_ViewRotationDampening_C_CanDoViewRotation::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_CanDoViewRotation, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_CM_ViewRotationDampening_C_CanDoViewRotation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_CanDoViewRotation, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'BP_CM_ViewRotationDampening_C_CanDoViewRotation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_CanDoViewRotation, CallFunc_GetOwningPlayerController_ReturnValue) == 0x000040, "Member 'BP_CM_ViewRotationDampening_C_CanDoViewRotation::CallFunc_GetOwningPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CM_ViewRotationDampening_C_CanDoViewRotation, CallFunc_IsValid_ReturnValue_2) == 0x000048, "Member 'BP_CM_ViewRotationDampening_C_CanDoViewRotation::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CM_ViewRotationDampening_C \ static_assert(alignof(UBP_CM_ViewRotationDampening_C) == 0x000008, "Wrong alignment on UBP_CM_ViewRotationDampening_C"); \ static_assert(sizeof(UBP_CM_ViewRotationDampening_C) == 0x000090, "Wrong size on UBP_CM_ViewRotationDampening_C"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, FrameRateIndependent) == 0x000050, "Member 'UBP_CM_ViewRotationDampening_C::FrameRateIndependent' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, DeltaTime60fps) == 0x000054, "Member 'UBP_CM_ViewRotationDampening_C::DeltaTime60fps' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, DesiredYawInitialized) == 0x000058, "Member 'UBP_CM_ViewRotationDampening_C::DesiredYawInitialized' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, DesiredYaw) == 0x00005C, "Member 'UBP_CM_ViewRotationDampening_C::DesiredYaw' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, DampEnabled) == 0x000060, "Member 'UBP_CM_ViewRotationDampening_C::DampEnabled' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, DampScaleEnabled) == 0x000061, "Member 'UBP_CM_ViewRotationDampening_C::DampScaleEnabled' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, DampScaleYaw) == 0x000064, "Member 'UBP_CM_ViewRotationDampening_C::DampScaleYaw' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, DampScalePitch) == 0x000068, "Member 'UBP_CM_ViewRotationDampening_C::DampScalePitch' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, DesiredPitchInitialized) == 0x00006C, "Member 'UBP_CM_ViewRotationDampening_C::DesiredPitchInitialized' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, DesiredPitch) == 0x000070, "Member 'UBP_CM_ViewRotationDampening_C::DesiredPitch' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, Debug) == 0x000074, "Member 'UBP_CM_ViewRotationDampening_C::Debug' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, SmoothDampEnabled) == 0x000075, "Member 'UBP_CM_ViewRotationDampening_C::SmoothDampEnabled' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, CurrSmoothDampVelocity) == 0x000078, "Member 'UBP_CM_ViewRotationDampening_C::CurrSmoothDampVelocity' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, SmoothDampTime) == 0x000084, "Member 'UBP_CM_ViewRotationDampening_C::SmoothDampTime' has a wrong offset!"); \ static_assert(offsetof(UBP_CM_ViewRotationDampening_C, BackgroundBlur) == 0x000088, "Member 'UBP_CM_ViewRotationDampening_C::BackgroundBlur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_CollectibleArtInventorySave_C \ static_assert(alignof(UBPE_Global_CollectibleArtInventorySave_C) == 0x000008, "Wrong alignment on UBPE_Global_CollectibleArtInventorySave_C"); \ static_assert(sizeof(UBPE_Global_CollectibleArtInventorySave_C) == 0x000030, "Wrong size on UBPE_Global_CollectibleArtInventorySave_C"); \ static_assert(offsetof(UBPE_Global_CollectibleArtInventorySave_C, InventoryItemExactClass) == 0x000028, "Member 'UBPE_Global_CollectibleArtInventorySave_C::InventoryItemExactClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_PlayerAffiliation_C \ static_assert(alignof(UGE_PlayerAffiliation_C) == 0x000008, "Wrong alignment on UGE_PlayerAffiliation_C"); \ static_assert(sizeof(UGE_PlayerAffiliation_C) == 0x000800, "Wrong size on UGE_PlayerAffiliation_C"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract \ static_assert(alignof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract"); \ static_assert(sizeof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract) == 0x0004B8, "Wrong size on GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, EntryPoint) == 0x000000, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_TryToConfirm_WasSuccessful) == 0x000004, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_TryToConfirm_WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, K2Node_CustomEvent_Payload_2) == 0x000008, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::K2Node_CustomEvent_Payload_2' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, Temp_struct_Variable) == 0x0000B8, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, K2Node_CreateDelegate_OutputDelegate) == 0x000168, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, K2Node_CustomEvent_Payload_1) == 0x000178, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::K2Node_CustomEvent_Payload_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, Temp_struct_Variable_1) == 0x000228, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, K2Node_CreateDelegate_OutputDelegate_1) == 0x0002D8, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, K2Node_CustomEvent_Payload) == 0x0002E8, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::K2Node_CustomEvent_Payload' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, Temp_struct_Variable_2) == 0x000398, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, K2Node_CreateDelegate_OutputDelegate_2) == 0x000448, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, K2Node_CustomEvent_TimeHeld) == 0x000458, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::K2Node_CustomEvent_TimeHeld' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, K2Node_CustomEvent_bInputDisabled) == 0x00045C, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::K2Node_CustomEvent_bInputDisabled' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, Temp_bool_Variable) == 0x00045D, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, Temp_float_Variable) == 0x000460, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_WaitInputRelease_ReturnValue) == 0x000468, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_WaitInputRelease_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_IsValid_ReturnValue) == 0x000470, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, K2Node_CreateDelegate_OutputDelegate_3) == 0x000474, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_WaitGameplayEvent_ReturnValue) == 0x000488, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_WaitGameplayEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_WaitGameplayEvent_ReturnValue_1) == 0x000490, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_WaitGameplayEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_IsValid_ReturnValue_1) == 0x000498, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_IsValid_ReturnValue_2) == 0x000499, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_GetOwningActorFromActorInfo_ReturnValue) == 0x0004A0, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_GetOwningActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_WaitGameplayEvent_ReturnValue_2) == 0x0004A8, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_WaitGameplayEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_IsValid_ReturnValue_3) == 0x0004B0, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_TryToEndInteract_WasSuccessful) == 0x0004B1, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_TryToEndInteract_WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract, CallFunc_TryToCancel_WasSuccessful) == 0x0004B2, "Member 'GA_ActiveInteract_C_ExecuteUbergraph_GA_ActiveInteract::CallFunc_TryToCancel_WasSuccessful' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_OnRelease_37AE82554C7B031F597DD0AFBA03DBB1 \ static_assert(alignof(GA_ActiveInteract_C_OnRelease_37AE82554C7B031F597DD0AFBA03DBB1) == 0x000004, "Wrong alignment on GA_ActiveInteract_C_OnRelease_37AE82554C7B031F597DD0AFBA03DBB1"); \ static_assert(sizeof(GA_ActiveInteract_C_OnRelease_37AE82554C7B031F597DD0AFBA03DBB1) == 0x000008, "Wrong size on GA_ActiveInteract_C_OnRelease_37AE82554C7B031F597DD0AFBA03DBB1"); \ static_assert(offsetof(GA_ActiveInteract_C_OnRelease_37AE82554C7B031F597DD0AFBA03DBB1, TimeHeld) == 0x000000, "Member 'GA_ActiveInteract_C_OnRelease_37AE82554C7B031F597DD0AFBA03DBB1::TimeHeld' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_OnRelease_37AE82554C7B031F597DD0AFBA03DBB1, bInputDisabled) == 0x000004, "Member 'GA_ActiveInteract_C_OnRelease_37AE82554C7B031F597DD0AFBA03DBB1::bInputDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_EventReceived_C630CDCF4CD68598B9CC87AF83636D42 \ static_assert(alignof(GA_ActiveInteract_C_EventReceived_C630CDCF4CD68598B9CC87AF83636D42) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_EventReceived_C630CDCF4CD68598B9CC87AF83636D42"); \ static_assert(sizeof(GA_ActiveInteract_C_EventReceived_C630CDCF4CD68598B9CC87AF83636D42) == 0x0000B0, "Wrong size on GA_ActiveInteract_C_EventReceived_C630CDCF4CD68598B9CC87AF83636D42"); \ static_assert(offsetof(GA_ActiveInteract_C_EventReceived_C630CDCF4CD68598B9CC87AF83636D42, Payload) == 0x000000, "Member 'GA_ActiveInteract_C_EventReceived_C630CDCF4CD68598B9CC87AF83636D42::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_EventReceived_71A4C71443599BB41F04EBA2532B51AA \ static_assert(alignof(GA_ActiveInteract_C_EventReceived_71A4C71443599BB41F04EBA2532B51AA) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_EventReceived_71A4C71443599BB41F04EBA2532B51AA"); \ static_assert(sizeof(GA_ActiveInteract_C_EventReceived_71A4C71443599BB41F04EBA2532B51AA) == 0x0000B0, "Wrong size on GA_ActiveInteract_C_EventReceived_71A4C71443599BB41F04EBA2532B51AA"); \ static_assert(offsetof(GA_ActiveInteract_C_EventReceived_71A4C71443599BB41F04EBA2532B51AA, Payload) == 0x000000, "Member 'GA_ActiveInteract_C_EventReceived_71A4C71443599BB41F04EBA2532B51AA::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_EventReceived_BB69FDA7441BFCBBE0149AB515ECF7A1 \ static_assert(alignof(GA_ActiveInteract_C_EventReceived_BB69FDA7441BFCBBE0149AB515ECF7A1) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_EventReceived_BB69FDA7441BFCBBE0149AB515ECF7A1"); \ static_assert(sizeof(GA_ActiveInteract_C_EventReceived_BB69FDA7441BFCBBE0149AB515ECF7A1) == 0x0000B0, "Wrong size on GA_ActiveInteract_C_EventReceived_BB69FDA7441BFCBBE0149AB515ECF7A1"); \ static_assert(offsetof(GA_ActiveInteract_C_EventReceived_BB69FDA7441BFCBBE0149AB515ECF7A1, Payload) == 0x000000, "Member 'GA_ActiveInteract_C_EventReceived_BB69FDA7441BFCBBE0149AB515ECF7A1::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_GetInteractionActor \ static_assert(alignof(GA_ActiveInteract_C_GetInteractionActor) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_GetInteractionActor"); \ static_assert(sizeof(GA_ActiveInteract_C_GetInteractionActor) == 0x000118, "Wrong size on GA_ActiveInteract_C_GetInteractionActor"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, ReturnValue) == 0x000000, "Member 'GA_ActiveInteract_C_GetInteractionActor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_GetHitResultFromTargetData_ReturnValue) == 0x000008, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_GetHitResultFromTargetData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_bBlockingHit) == 0x000090, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_bInitialOverlap) == 0x000091, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActor, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'GA_ActiveInteract_C_GetInteractionActor::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_GetInteractionComponent \ static_assert(alignof(GA_ActiveInteract_C_GetInteractionComponent) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_GetInteractionComponent"); \ static_assert(sizeof(GA_ActiveInteract_C_GetInteractionComponent) == 0x000118, "Wrong size on GA_ActiveInteract_C_GetInteractionComponent"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, ReturnValue) == 0x000000, "Member 'GA_ActiveInteract_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_GetHitResultFromTargetData_ReturnValue) == 0x000008, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_GetHitResultFromTargetData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_bBlockingHit) == 0x000090, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_bInitialOverlap) == 0x000091, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionComponent, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'GA_ActiveInteract_C_GetInteractionComponent::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_K2_ActivateAbilityFromEvent \ static_assert(alignof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_K2_ActivateAbilityFromEvent"); \ static_assert(sizeof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent) == 0x000130, "Wrong size on GA_ActiveInteract_C_K2_ActivateAbilityFromEvent"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, EventData) == 0x000000, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::EventData' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, CallFunc_TryToEndInteract_WasSuccessful) == 0x0000B0, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::CallFunc_TryToEndInteract_WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, CallFunc_GetInteractType_ReturnValue) == 0x0000B1, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::CallFunc_GetInteractType_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, K2Node_SwitchEnum_CmpSuccess) == 0x0000B2, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, CallFunc_GetInteractionActorAndComponent_InteractionActor) == 0x0000B8, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::CallFunc_GetInteractionActorAndComponent_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, CallFunc_GetInteractionActorAndComponent_InteractionComponent) == 0x0000C0, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::CallFunc_GetInteractionActorAndComponent_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, CallFunc_GetInteractionActorAndComponent_Interactor) == 0x0000C8, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::CallFunc_GetInteractionActorAndComponent_Interactor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, K2Node_DynamicCast_AsEO_Interactable_Interface) == 0x0000D0, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::K2Node_DynamicCast_AsEO_Interactable_Interface' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, K2Node_DynamicCast_bSuccess) == 0x0000E0, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, Temp_bool_Variable) == 0x0000E1, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, CallFunc_CanInteract_ReturnValue) == 0x0000E2, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::CallFunc_CanInteract_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, CallFunc_GetInteractionActorAndComponent_InteractionActor_1) == 0x0000E8, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::CallFunc_GetInteractionActorAndComponent_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, CallFunc_GetInteractionActorAndComponent_InteractionComponent_1) == 0x0000F0, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::CallFunc_GetInteractionActorAndComponent_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, CallFunc_GetInteractionActorAndComponent_Interactor_1) == 0x0000F8, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::CallFunc_GetInteractionActorAndComponent_Interactor_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, CallFunc_BP_ApplyGameplayEffectToOwner_ReturnValue) == 0x000100, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::CallFunc_BP_ApplyGameplayEffectToOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, K2Node_DynamicCast_AsEO_Interactable_Interface_1) == 0x000118, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::K2Node_DynamicCast_AsEO_Interactable_Interface_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_ActivateAbilityFromEvent, K2Node_DynamicCast_bSuccess_1) == 0x000128, "Member 'GA_ActiveInteract_C_K2_ActivateAbilityFromEvent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_K2_OnEndAbility \ static_assert(alignof(GA_ActiveInteract_C_K2_OnEndAbility) == 0x000001, "Wrong alignment on GA_ActiveInteract_C_K2_OnEndAbility"); \ static_assert(sizeof(GA_ActiveInteract_C_K2_OnEndAbility) == 0x000001, "Wrong size on GA_ActiveInteract_C_K2_OnEndAbility"); \ static_assert(offsetof(GA_ActiveInteract_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_ActiveInteract_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_GetInteractionActorAndComponent \ static_assert(alignof(GA_ActiveInteract_C_GetInteractionActorAndComponent) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_GetInteractionActorAndComponent"); \ static_assert(sizeof(GA_ActiveInteract_C_GetInteractionActorAndComponent) == 0x000030, "Wrong size on GA_ActiveInteract_C_GetInteractionActorAndComponent"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActorAndComponent, InteractionActor) == 0x000000, "Member 'GA_ActiveInteract_C_GetInteractionActorAndComponent::InteractionActor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActorAndComponent, InteractionComponent) == 0x000008, "Member 'GA_ActiveInteract_C_GetInteractionActorAndComponent::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActorAndComponent, Interactor) == 0x000010, "Member 'GA_ActiveInteract_C_GetInteractionActorAndComponent::Interactor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActorAndComponent, CallFunc_GetAvatarActorFromActorInfo_ReturnValue) == 0x000018, "Member 'GA_ActiveInteract_C_GetInteractionActorAndComponent::CallFunc_GetAvatarActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActorAndComponent, CallFunc_GetInteractionComponent_ReturnValue) == 0x000020, "Member 'GA_ActiveInteract_C_GetInteractionActorAndComponent::CallFunc_GetInteractionComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractionActorAndComponent, CallFunc_GetInteractionActor_ReturnValue) == 0x000028, "Member 'GA_ActiveInteract_C_GetInteractionActorAndComponent::CallFunc_GetInteractionActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_SetTargetData \ static_assert(alignof(GA_ActiveInteract_C_SetTargetData) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_SetTargetData"); \ static_assert(sizeof(GA_ActiveInteract_C_SetTargetData) == 0x0000B0, "Wrong size on GA_ActiveInteract_C_SetTargetData"); \ static_assert(offsetof(GA_ActiveInteract_C_SetTargetData, GameplayEventData) == 0x000000, "Member 'GA_ActiveInteract_C_SetTargetData::GameplayEventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_GetInteractType \ static_assert(alignof(GA_ActiveInteract_C_GetInteractType) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_GetInteractType"); \ static_assert(sizeof(GA_ActiveInteract_C_GetInteractType) == 0x000028, "Wrong size on GA_ActiveInteract_C_GetInteractType"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractType, ReturnValue) == 0x000000, "Member 'GA_ActiveInteract_C_GetInteractType::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractType, Temp_byte_Variable) == 0x000001, "Member 'GA_ActiveInteract_C_GetInteractType::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractType, CallFunc_GetInteractionActor_ReturnValue) == 0x000008, "Member 'GA_ActiveInteract_C_GetInteractType::CallFunc_GetInteractionActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractType, K2Node_DynamicCast_AsEO_Interactable_Interface) == 0x000010, "Member 'GA_ActiveInteract_C_GetInteractType::K2Node_DynamicCast_AsEO_Interactable_Interface' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractType, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'GA_ActiveInteract_C_GetInteractType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_GetInteractType, CallFunc_GetInteractType_ReturnValue) == 0x000021, "Member 'GA_ActiveInteract_C_GetInteractType::CallFunc_GetInteractType_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_ClearTasks \ static_assert(alignof(GA_ActiveInteract_C_ClearTasks) == 0x000001, "Wrong alignment on GA_ActiveInteract_C_ClearTasks"); \ static_assert(sizeof(GA_ActiveInteract_C_ClearTasks) == 0x000005, "Wrong size on GA_ActiveInteract_C_ClearTasks"); \ static_assert(offsetof(GA_ActiveInteract_C_ClearTasks, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GA_ActiveInteract_C_ClearTasks::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ClearTasks, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'GA_ActiveInteract_C_ClearTasks::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ClearTasks, CallFunc_IsValid_ReturnValue_2) == 0x000002, "Member 'GA_ActiveInteract_C_ClearTasks::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ClearTasks, CallFunc_IsValid_ReturnValue_3) == 0x000003, "Member 'GA_ActiveInteract_C_ClearTasks::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_ClearTasks, CallFunc_IsValid_ReturnValue_4) == 0x000004, "Member 'GA_ActiveInteract_C_ClearTasks::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_TryToEndInteract \ static_assert(alignof(GA_ActiveInteract_C_TryToEndInteract) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_TryToEndInteract"); \ static_assert(sizeof(GA_ActiveInteract_C_TryToEndInteract) == 0x000068, "Wrong size on GA_ActiveInteract_C_TryToEndInteract"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, WasSuccessful) == 0x000000, "Member 'GA_ActiveInteract_C_TryToEndInteract::WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, Temp_bool_Variable) == 0x000001, "Member 'GA_ActiveInteract_C_TryToEndInteract::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, CallFunc_GetInteractionActorAndComponent_InteractionActor) == 0x000008, "Member 'GA_ActiveInteract_C_TryToEndInteract::CallFunc_GetInteractionActorAndComponent_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, CallFunc_GetInteractionActorAndComponent_InteractionComponent) == 0x000010, "Member 'GA_ActiveInteract_C_TryToEndInteract::CallFunc_GetInteractionActorAndComponent_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, CallFunc_GetInteractionActorAndComponent_Interactor) == 0x000018, "Member 'GA_ActiveInteract_C_TryToEndInteract::CallFunc_GetInteractionActorAndComponent_Interactor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, K2Node_DynamicCast_AsEO_Interactable_Interface) == 0x000020, "Member 'GA_ActiveInteract_C_TryToEndInteract::K2Node_DynamicCast_AsEO_Interactable_Interface' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'GA_ActiveInteract_C_TryToEndInteract::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, CallFunc_GetInteractionActorAndComponent_InteractionActor_1) == 0x000038, "Member 'GA_ActiveInteract_C_TryToEndInteract::CallFunc_GetInteractionActorAndComponent_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, CallFunc_GetInteractionActorAndComponent_InteractionComponent_1) == 0x000040, "Member 'GA_ActiveInteract_C_TryToEndInteract::CallFunc_GetInteractionActorAndComponent_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, CallFunc_GetInteractionActorAndComponent_Interactor_1) == 0x000048, "Member 'GA_ActiveInteract_C_TryToEndInteract::CallFunc_GetInteractionActorAndComponent_Interactor_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, K2Node_DynamicCast_AsEO_Interactable_Interface_1) == 0x000050, "Member 'GA_ActiveInteract_C_TryToEndInteract::K2Node_DynamicCast_AsEO_Interactable_Interface_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'GA_ActiveInteract_C_TryToEndInteract::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToEndInteract, CallFunc_CanEndInteract_ReturnValue) == 0x000061, "Member 'GA_ActiveInteract_C_TryToEndInteract::CallFunc_CanEndInteract_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_TryToCancel \ static_assert(alignof(GA_ActiveInteract_C_TryToCancel) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_TryToCancel"); \ static_assert(sizeof(GA_ActiveInteract_C_TryToCancel) == 0x000068, "Wrong size on GA_ActiveInteract_C_TryToCancel"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, WasSuccessful) == 0x000000, "Member 'GA_ActiveInteract_C_TryToCancel::WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, Temp_bool_Variable) == 0x000001, "Member 'GA_ActiveInteract_C_TryToCancel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, CallFunc_GetInteractionActorAndComponent_InteractionActor) == 0x000008, "Member 'GA_ActiveInteract_C_TryToCancel::CallFunc_GetInteractionActorAndComponent_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, CallFunc_GetInteractionActorAndComponent_InteractionComponent) == 0x000010, "Member 'GA_ActiveInteract_C_TryToCancel::CallFunc_GetInteractionActorAndComponent_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, CallFunc_GetInteractionActorAndComponent_Interactor) == 0x000018, "Member 'GA_ActiveInteract_C_TryToCancel::CallFunc_GetInteractionActorAndComponent_Interactor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, K2Node_DynamicCast_AsEO_Interactable_Interface) == 0x000020, "Member 'GA_ActiveInteract_C_TryToCancel::K2Node_DynamicCast_AsEO_Interactable_Interface' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'GA_ActiveInteract_C_TryToCancel::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, CallFunc_GetInteractionActorAndComponent_InteractionActor_1) == 0x000038, "Member 'GA_ActiveInteract_C_TryToCancel::CallFunc_GetInteractionActorAndComponent_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, CallFunc_GetInteractionActorAndComponent_InteractionComponent_1) == 0x000040, "Member 'GA_ActiveInteract_C_TryToCancel::CallFunc_GetInteractionActorAndComponent_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, CallFunc_GetInteractionActorAndComponent_Interactor_1) == 0x000048, "Member 'GA_ActiveInteract_C_TryToCancel::CallFunc_GetInteractionActorAndComponent_Interactor_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, K2Node_DynamicCast_AsEO_Interactable_Interface_1) == 0x000050, "Member 'GA_ActiveInteract_C_TryToCancel::K2Node_DynamicCast_AsEO_Interactable_Interface_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'GA_ActiveInteract_C_TryToCancel::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToCancel, CallFunc_CanCancel_ReturnValue) == 0x000061, "Member 'GA_ActiveInteract_C_TryToCancel::CallFunc_CanCancel_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_ActiveInteract_C_TryToConfirm \ static_assert(alignof(GA_ActiveInteract_C_TryToConfirm) == 0x000008, "Wrong alignment on GA_ActiveInteract_C_TryToConfirm"); \ static_assert(sizeof(GA_ActiveInteract_C_TryToConfirm) == 0x000068, "Wrong size on GA_ActiveInteract_C_TryToConfirm"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, WasSuccessful) == 0x000000, "Member 'GA_ActiveInteract_C_TryToConfirm::WasSuccessful' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, Temp_bool_Variable) == 0x000001, "Member 'GA_ActiveInteract_C_TryToConfirm::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, CallFunc_GetInteractionActorAndComponent_InteractionActor) == 0x000008, "Member 'GA_ActiveInteract_C_TryToConfirm::CallFunc_GetInteractionActorAndComponent_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, CallFunc_GetInteractionActorAndComponent_InteractionComponent) == 0x000010, "Member 'GA_ActiveInteract_C_TryToConfirm::CallFunc_GetInteractionActorAndComponent_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, CallFunc_GetInteractionActorAndComponent_Interactor) == 0x000018, "Member 'GA_ActiveInteract_C_TryToConfirm::CallFunc_GetInteractionActorAndComponent_Interactor' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, K2Node_DynamicCast_AsEO_Interactable_Interface) == 0x000020, "Member 'GA_ActiveInteract_C_TryToConfirm::K2Node_DynamicCast_AsEO_Interactable_Interface' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'GA_ActiveInteract_C_TryToConfirm::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, CallFunc_GetInteractionActorAndComponent_InteractionActor_1) == 0x000038, "Member 'GA_ActiveInteract_C_TryToConfirm::CallFunc_GetInteractionActorAndComponent_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, CallFunc_GetInteractionActorAndComponent_InteractionComponent_1) == 0x000040, "Member 'GA_ActiveInteract_C_TryToConfirm::CallFunc_GetInteractionActorAndComponent_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, CallFunc_GetInteractionActorAndComponent_Interactor_1) == 0x000048, "Member 'GA_ActiveInteract_C_TryToConfirm::CallFunc_GetInteractionActorAndComponent_Interactor_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, K2Node_DynamicCast_AsEO_Interactable_Interface_1) == 0x000050, "Member 'GA_ActiveInteract_C_TryToConfirm::K2Node_DynamicCast_AsEO_Interactable_Interface_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, K2Node_DynamicCast_bSuccess_1) == 0x000060, "Member 'GA_ActiveInteract_C_TryToConfirm::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GA_ActiveInteract_C_TryToConfirm, CallFunc_CanConfirm_ReturnValue) == 0x000061, "Member 'GA_ActiveInteract_C_TryToConfirm::CallFunc_CanConfirm_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_ActiveInteract_C \ static_assert(alignof(UGA_ActiveInteract_C) == 0x000008, "Wrong alignment on UGA_ActiveInteract_C"); \ static_assert(sizeof(UGA_ActiveInteract_C) == 0x000470, "Wrong size on UGA_ActiveInteract_C"); \ static_assert(offsetof(UGA_ActiveInteract_C, UberGraphFrame) == 0x0003D0, "Member 'UGA_ActiveInteract_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, WaitInputTask) == 0x0003D8, "Member 'UGA_ActiveInteract_C::WaitInputTask' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, InteractingEffectHandle) == 0x0003E0, "Member 'UGA_ActiveInteract_C::InteractingEffectHandle' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, Interacting) == 0x0003F8, "Member 'UGA_ActiveInteract_C::Interacting' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, EndInteractTask) == 0x000400, "Member 'UGA_ActiveInteract_C::EndInteractTask' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, InputReleaseTask) == 0x000408, "Member 'UGA_ActiveInteract_C::InputReleaseTask' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, TargetData) == 0x000410, "Member 'UGA_ActiveInteract_C::TargetData' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, AbilityGameplayEffectClass) == 0x000438, "Member 'UGA_ActiveInteract_C::AbilityGameplayEffectClass' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, AbilityGameplayEffectLevel) == 0x000440, "Member 'UGA_ActiveInteract_C::AbilityGameplayEffectLevel' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, AbilityGameplayEffectStacks) == 0x000444, "Member 'UGA_ActiveInteract_C::AbilityGameplayEffectStacks' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, CancelEventTag) == 0x000448, "Member 'UGA_ActiveInteract_C::CancelEventTag' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, ConfirmEventTag) == 0x000450, "Member 'UGA_ActiveInteract_C::ConfirmEventTag' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, EndInteractEventTag) == 0x000458, "Member 'UGA_ActiveInteract_C::EndInteractEventTag' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, CancelTask) == 0x000460, "Member 'UGA_ActiveInteract_C::CancelTask' has a wrong offset!"); \ static_assert(offsetof(UGA_ActiveInteract_C, ConfirmTask) == 0x000468, "Member 'UGA_ActiveInteract_C::ConfirmTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cloth_Curtain_C_ExecuteUbergraph_ABP_Cloth_Curtain \ static_assert(alignof(ABP_Cloth_Curtain_C_ExecuteUbergraph_ABP_Cloth_Curtain) == 0x000004, "Wrong alignment on ABP_Cloth_Curtain_C_ExecuteUbergraph_ABP_Cloth_Curtain"); \ static_assert(sizeof(ABP_Cloth_Curtain_C_ExecuteUbergraph_ABP_Cloth_Curtain) == 0x000004, "Wrong size on ABP_Cloth_Curtain_C_ExecuteUbergraph_ABP_Cloth_Curtain"); \ static_assert(offsetof(ABP_Cloth_Curtain_C_ExecuteUbergraph_ABP_Cloth_Curtain, EntryPoint) == 0x000000, "Member 'ABP_Cloth_Curtain_C_ExecuteUbergraph_ABP_Cloth_Curtain::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cloth_Curtain_C_AnimGraph \ static_assert(alignof(ABP_Cloth_Curtain_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Cloth_Curtain_C_AnimGraph"); \ static_assert(sizeof(ABP_Cloth_Curtain_C_AnimGraph) == 0x000010, "Wrong size on ABP_Cloth_Curtain_C_AnimGraph"); \ static_assert(offsetof(ABP_Cloth_Curtain_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_Cloth_Curtain_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_Cloth_Curtain_C \ static_assert(alignof(UABP_Cloth_Curtain_C) == 0x000010, "Wrong alignment on UABP_Cloth_Curtain_C"); \ static_assert(sizeof(UABP_Cloth_Curtain_C) == 0x000430, "Wrong size on UABP_Cloth_Curtain_C"); \ static_assert(offsetof(UABP_Cloth_Curtain_C, UberGraphFrame) == 0x0002D0, "Member 'UABP_Cloth_Curtain_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_Cloth_Curtain_C, AnimGraphNode_Root) == 0x0002D8, "Member 'UABP_Cloth_Curtain_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_Cloth_Curtain_C, AnimGraphNode_ModifyBone) == 0x000308, "Member 'UABP_Cloth_Curtain_C::AnimGraphNode_ModifyBone' has a wrong offset!"); \ static_assert(offsetof(UABP_Cloth_Curtain_C, AnimGraphNode_ComponentToLocalSpace) == 0x000410, "Member 'UABP_Cloth_Curtain_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_BaseExtPhysMatOverrideType_C \ static_assert(alignof(UBP_BaseExtPhysMatOverrideType_C) == 0x000008, "Wrong alignment on UBP_BaseExtPhysMatOverrideType_C"); \ static_assert(sizeof(UBP_BaseExtPhysMatOverrideType_C) == 0x000028, "Wrong size on UBP_BaseExtPhysMatOverrideType_C"); \ #define DUMPER7_ASSERTS_UBPE_Microfilm_OnInventoryItemSet_C \ static_assert(alignof(UBPE_Microfilm_OnInventoryItemSet_C) == 0x000008, "Wrong alignment on UBPE_Microfilm_OnInventoryItemSet_C"); \ static_assert(sizeof(UBPE_Microfilm_OnInventoryItemSet_C) == 0x000048, "Wrong size on UBPE_Microfilm_OnInventoryItemSet_C"); \ #define DUMPER7_ASSERTS_UBP_IIP_Microfilm_01_TheHUSH_C \ static_assert(alignof(UBP_IIP_Microfilm_01_TheHUSH_C) == 0x000008, "Wrong alignment on UBP_IIP_Microfilm_01_TheHUSH_C"); \ static_assert(sizeof(UBP_IIP_Microfilm_01_TheHUSH_C) == 0x0000E0, "Wrong size on UBP_IIP_Microfilm_01_TheHUSH_C"); \ #define DUMPER7_ASSERTS_WBP_EOMsgBoxBaseWidget_C_OpenMsgBox \ static_assert(alignof(WBP_EOMsgBoxBaseWidget_C_OpenMsgBox) == 0x000001, "Wrong alignment on WBP_EOMsgBoxBaseWidget_C_OpenMsgBox"); \ static_assert(sizeof(WBP_EOMsgBoxBaseWidget_C_OpenMsgBox) == 0x000002, "Wrong size on WBP_EOMsgBoxBaseWidget_C_OpenMsgBox"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_OpenMsgBox, ReturnValue) == 0x000000, "Member 'WBP_EOMsgBoxBaseWidget_C_OpenMsgBox::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_OpenMsgBox, CallFunc_OpenMsgBox_ReturnValue) == 0x000001, "Member 'WBP_EOMsgBoxBaseWidget_C_OpenMsgBox::CallFunc_OpenMsgBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl \ static_assert(alignof(WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl) == 0x000008, "Wrong alignment on WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl"); \ static_assert(sizeof(WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl) == 0x000020, "Wrong size on WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl, CallFunc_GetMsgBoxWidgetToFocus_Result) == 0x000008, "Member 'WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl::CallFunc_GetMsgBoxWidgetToFocus_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl, CallFunc_GetOwningPlayer_ReturnValue) == 0x000010, "Member 'WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000018, "Member 'WBP_EOMsgBoxBaseWidget_C_SetMsgBoxControl::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame \ static_assert(alignof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame) == 0x000008, "Wrong alignment on WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame"); \ static_assert(sizeof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame) == 0x000088, "Wrong size on WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, Loc_FocusWidget) == 0x000000, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::Loc_FocusWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000010, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, CallFunc_MakeLiteralString_ReturnValue) == 0x000018, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, CallFunc_GetPathName_ReturnValue) == 0x000028, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x000050, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, CallFunc_GetOwningPlayer_ReturnValue_3) == 0x000058, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::CallFunc_GetOwningPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, CallFunc_GetPathName_ReturnValue_1) == 0x000060, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame, CallFunc_IsValid_ReturnValue_1) == 0x000080, "Member 'WBP_EOMsgBoxBaseWidget_C_ConditionalReturnControlToGame::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EOMsgBoxBaseWidget_C_PauseGame \ static_assert(alignof(WBP_EOMsgBoxBaseWidget_C_PauseGame) == 0x000001, "Wrong alignment on WBP_EOMsgBoxBaseWidget_C_PauseGame"); \ static_assert(sizeof(WBP_EOMsgBoxBaseWidget_C_PauseGame) == 0x000003, "Wrong size on WBP_EOMsgBoxBaseWidget_C_PauseGame"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_PauseGame, CallFunc_IsGamePaused_ReturnValue) == 0x000000, "Member 'WBP_EOMsgBoxBaseWidget_C_PauseGame::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_PauseGame, CallFunc_SetGamePaused_ReturnValue) == 0x000001, "Member 'WBP_EOMsgBoxBaseWidget_C_PauseGame::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_PauseGame, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_EOMsgBoxBaseWidget_C_PauseGame::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EOMsgBoxBaseWidget_C_UnPauseGame \ static_assert(alignof(WBP_EOMsgBoxBaseWidget_C_UnPauseGame) == 0x000001, "Wrong alignment on WBP_EOMsgBoxBaseWidget_C_UnPauseGame"); \ static_assert(sizeof(WBP_EOMsgBoxBaseWidget_C_UnPauseGame) == 0x000002, "Wrong size on WBP_EOMsgBoxBaseWidget_C_UnPauseGame"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_UnPauseGame, CallFunc_SetGamePaused_ReturnValue) == 0x000000, "Member 'WBP_EOMsgBoxBaseWidget_C_UnPauseGame::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_UnPauseGame, CallFunc_IsGamePaused_ReturnValue) == 0x000001, "Member 'WBP_EOMsgBoxBaseWidget_C_UnPauseGame::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EOMsgBoxBaseWidget_C_OnMsgBoxClose \ static_assert(alignof(WBP_EOMsgBoxBaseWidget_C_OnMsgBoxClose) == 0x000004, "Wrong alignment on WBP_EOMsgBoxBaseWidget_C_OnMsgBoxClose"); \ static_assert(sizeof(WBP_EOMsgBoxBaseWidget_C_OnMsgBoxClose) == 0x000004, "Wrong size on WBP_EOMsgBoxBaseWidget_C_OnMsgBoxClose"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_OnMsgBoxClose, SelectedButtonIdx) == 0x000000, "Member 'WBP_EOMsgBoxBaseWidget_C_OnMsgBoxClose::SelectedButtonIdx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EOMsgBoxBaseWidget_C_HideMsgBox \ static_assert(alignof(WBP_EOMsgBoxBaseWidget_C_HideMsgBox) == 0x000001, "Wrong alignment on WBP_EOMsgBoxBaseWidget_C_HideMsgBox"); \ static_assert(sizeof(WBP_EOMsgBoxBaseWidget_C_HideMsgBox) == 0x000002, "Wrong size on WBP_EOMsgBoxBaseWidget_C_HideMsgBox"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_HideMsgBox, ReturnValue) == 0x000000, "Member 'WBP_EOMsgBoxBaseWidget_C_HideMsgBox::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_HideMsgBox, CallFunc_HideMsgBox_ReturnValue) == 0x000001, "Member 'WBP_EOMsgBoxBaseWidget_C_HideMsgBox::CallFunc_HideMsgBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EOMsgBoxBaseWidget_C_ShowMsgBox \ static_assert(alignof(WBP_EOMsgBoxBaseWidget_C_ShowMsgBox) == 0x000001, "Wrong alignment on WBP_EOMsgBoxBaseWidget_C_ShowMsgBox"); \ static_assert(sizeof(WBP_EOMsgBoxBaseWidget_C_ShowMsgBox) == 0x000002, "Wrong size on WBP_EOMsgBoxBaseWidget_C_ShowMsgBox"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ShowMsgBox, ReturnValue) == 0x000000, "Member 'WBP_EOMsgBoxBaseWidget_C_ShowMsgBox::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_ShowMsgBox, CallFunc_ShowMsgBox_ReturnValue) == 0x000001, "Member 'WBP_EOMsgBoxBaseWidget_C_ShowMsgBox::CallFunc_ShowMsgBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EOMsgBoxBaseWidget_C_GetMsgBoxWidgetToFocus \ static_assert(alignof(WBP_EOMsgBoxBaseWidget_C_GetMsgBoxWidgetToFocus) == 0x000008, "Wrong alignment on WBP_EOMsgBoxBaseWidget_C_GetMsgBoxWidgetToFocus"); \ static_assert(sizeof(WBP_EOMsgBoxBaseWidget_C_GetMsgBoxWidgetToFocus) == 0x000008, "Wrong size on WBP_EOMsgBoxBaseWidget_C_GetMsgBoxWidgetToFocus"); \ static_assert(offsetof(WBP_EOMsgBoxBaseWidget_C_GetMsgBoxWidgetToFocus, Result) == 0x000000, "Member 'WBP_EOMsgBoxBaseWidget_C_GetMsgBoxWidgetToFocus::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_EOMsgBoxBaseWidget_C \ static_assert(alignof(UWBP_EOMsgBoxBaseWidget_C) == 0x000008, "Wrong alignment on UWBP_EOMsgBoxBaseWidget_C"); \ static_assert(sizeof(UWBP_EOMsgBoxBaseWidget_C) == 0x0002C8, "Wrong size on UWBP_EOMsgBoxBaseWidget_C"); \ #define DUMPER7_ASSERTS_BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression \ static_assert(alignof(BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression) == 0x000008, "Wrong alignment on BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression"); \ static_assert(sizeof(BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression) == 0x000020, "Wrong size on BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression, EntryPoint) == 0x000000, "Member 'BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression, Temp_bool_IsClosed_Variable) == 0x000005, "Member 'BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression, Temp_bool_IsClosed_Variable_1) == 0x000006, "Member 'BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression, Temp_bool_Has_Been_Initd_Variable) == 0x000007, "Member 'BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression, K2Node_Event_InteractionComponent) == 0x000008, "Member 'BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression, K2Node_Event_InteractionActor) == 0x000010, "Member 'BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression, Temp_bool_Has_Been_Initd_Variable_1) == 0x000018, "Member 'BP_Base_HI_NonProgression_C_ExecuteUbergraph_BP_Base_HI_NonProgression::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Base_HI_NonProgression_C_ActiveEndInteract \ static_assert(alignof(BP_Base_HI_NonProgression_C_ActiveEndInteract) == 0x000008, "Wrong alignment on BP_Base_HI_NonProgression_C_ActiveEndInteract"); \ static_assert(sizeof(BP_Base_HI_NonProgression_C_ActiveEndInteract) == 0x000010, "Wrong size on BP_Base_HI_NonProgression_C_ActiveEndInteract"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ActiveEndInteract, InteractionComponent) == 0x000000, "Member 'BP_Base_HI_NonProgression_C_ActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ActiveEndInteract, InteractionActor) == 0x000008, "Member 'BP_Base_HI_NonProgression_C_ActiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Base_HI_NonProgression_C_ActiveBeginInteract \ static_assert(alignof(BP_Base_HI_NonProgression_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_Base_HI_NonProgression_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_Base_HI_NonProgression_C_ActiveBeginInteract) == 0x000020, "Wrong size on BP_Base_HI_NonProgression_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_Base_HI_NonProgression_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_Base_HI_NonProgression_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ActiveBeginInteract, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'BP_Base_HI_NonProgression_C_ActiveBeginInteract::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Base_HI_NonProgression_C_ActiveBeginInteract, CallFunc_GetObjectClass_ReturnValue) == 0x000018, "Member 'BP_Base_HI_NonProgression_C_ActiveBeginInteract::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Base_HI_NonProgression_C \ static_assert(alignof(ABP_Base_HI_NonProgression_C) == 0x000010, "Wrong alignment on ABP_Base_HI_NonProgression_C"); \ static_assert(sizeof(ABP_Base_HI_NonProgression_C) == 0x001E00, "Wrong size on ABP_Base_HI_NonProgression_C"); \ static_assert(offsetof(ABP_Base_HI_NonProgression_C, UberGraphFrame_BP_Base_HI_NonProgression_C) == 0x001DD8, "Member 'ABP_Base_HI_NonProgression_C::UberGraphFrame_BP_Base_HI_NonProgression_C' has a wrong offset!"); \ static_assert(offsetof(ABP_Base_HI_NonProgression_C, TextRender) == 0x001DE0, "Member 'ABP_Base_HI_NonProgression_C::TextRender' has a wrong offset!"); \ static_assert(offsetof(ABP_Base_HI_NonProgression_C, Fade_in_Duration) == 0x001DE8, "Member 'ABP_Base_HI_NonProgression_C::Fade_in_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_Base_HI_NonProgression_C, Fade_Out_Duration) == 0x001DEC, "Member 'ABP_Base_HI_NonProgression_C::Fade_Out_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_Base_HI_NonProgression_C, InitialDelayForHeldAudio) == 0x001DF0, "Member 'ABP_Base_HI_NonProgression_C::InitialDelayForHeldAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_Base_HI_NonProgression_C, FadeOutOnPutDown) == 0x001DF4, "Member 'ABP_Base_HI_NonProgression_C::FadeOutOnPutDown' has a wrong offset!"); \ static_assert(offsetof(ABP_Base_HI_NonProgression_C, Volume) == 0x001DF8, "Member 'ABP_Base_HI_NonProgression_C::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_PlaySingleMontage_C \ static_assert(alignof(UBPE_Player_PlaySingleMontage_C) == 0x000008, "Wrong alignment on UBPE_Player_PlaySingleMontage_C"); \ static_assert(sizeof(UBPE_Player_PlaySingleMontage_C) == 0x000078, "Wrong size on UBPE_Player_PlaySingleMontage_C"); \ static_assert(offsetof(UBPE_Player_PlaySingleMontage_C, Montage) == 0x000028, "Member 'UBPE_Player_PlaySingleMontage_C::Montage' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlaySingleMontage_C, PlayRate) == 0x000030, "Member 'UBPE_Player_PlaySingleMontage_C::PlayRate' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlaySingleMontage_C, StartingPosition) == 0x000034, "Member 'UBPE_Player_PlaySingleMontage_C::StartingPosition' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlaySingleMontage_C, StartingSectionName) == 0x000038, "Member 'UBPE_Player_PlaySingleMontage_C::StartingSectionName' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlaySingleMontage_C, BlockInput) == 0x000040, "Member 'UBPE_Player_PlaySingleMontage_C::BlockInput' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlaySingleMontage_C, EventToSendAtEnd) == 0x000048, "Member 'UBPE_Player_PlaySingleMontage_C::EventToSendAtEnd' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlaySingleMontage_C, UseAnimationCamera) == 0x000050, "Member 'UBPE_Player_PlaySingleMontage_C::UseAnimationCamera' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlaySingleMontage_C, BlendInSettings) == 0x000054, "Member 'UBPE_Player_PlaySingleMontage_C::BlendInSettings' has a wrong offset!"); \ static_assert(offsetof(UBPE_Player_PlaySingleMontage_C, BlendOutSettings) == 0x000064, "Member 'UBPE_Player_PlaySingleMontage_C::BlendOutSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TO_Rock_C \ static_assert(alignof(ABP_TO_Rock_C) == 0x000008, "Wrong alignment on ABP_TO_Rock_C"); \ static_assert(sizeof(ABP_TO_Rock_C) == 0x0002C0, "Wrong size on ABP_TO_Rock_C"); \ #define DUMPER7_ASSERTS_BP_UI_GlobalData_C_GetPromptIDText \ static_assert(alignof(BP_UI_GlobalData_C_GetPromptIDText) == 0x000008, "Wrong alignment on BP_UI_GlobalData_C_GetPromptIDText"); \ static_assert(sizeof(BP_UI_GlobalData_C_GetPromptIDText) == 0x0000E8, "Wrong size on BP_UI_GlobalData_C_GetPromptIDText"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, PromptID) == 0x000000, "Member 'BP_UI_GlobalData_C_GetPromptIDText::PromptID' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, IsForKeyboard) == 0x000001, "Member 'BP_UI_GlobalData_C_GetPromptIDText::IsForKeyboard' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, Result) == 0x000008, "Member 'BP_UI_GlobalData_C_GetPromptIDText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, Loc_Result) == 0x000020, "Member 'BP_UI_GlobalData_C_GetPromptIDText::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_UI_GlobalData_C_GetPromptIDText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, CallFunc_Map_Find_Value) == 0x000040, "Member 'BP_UI_GlobalData_C_GetPromptIDText::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, CallFunc_Map_Find_ReturnValue) == 0x000058, "Member 'BP_UI_GlobalData_C_GetPromptIDText::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, CallFunc_Map_Find_Value_1) == 0x000060, "Member 'BP_UI_GlobalData_C_GetPromptIDText::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, CallFunc_Map_Find_ReturnValue_1) == 0x000078, "Member 'BP_UI_GlobalData_C_GetPromptIDText::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, K2Node_MakeStruct_FormatArgumentData) == 0x000080, "Member 'BP_UI_GlobalData_C_GetPromptIDText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, K2Node_MakeArray_Array) == 0x0000C0, "Member 'BP_UI_GlobalData_C_GetPromptIDText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetPromptIDText, CallFunc_Format_ReturnValue) == 0x0000D0, "Member 'BP_UI_GlobalData_C_GetPromptIDText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UI_GlobalData_C_GetChapterIDText \ static_assert(alignof(BP_UI_GlobalData_C_GetChapterIDText) == 0x000008, "Wrong alignment on BP_UI_GlobalData_C_GetChapterIDText"); \ static_assert(sizeof(BP_UI_GlobalData_C_GetChapterIDText) == 0x0000C0, "Wrong size on BP_UI_GlobalData_C_GetChapterIDText"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetChapterIDText, ChapterID) == 0x000000, "Member 'BP_UI_GlobalData_C_GetChapterIDText::ChapterID' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetChapterIDText, Result) == 0x000008, "Member 'BP_UI_GlobalData_C_GetChapterIDText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetChapterIDText, CallFunc_Conv_ByteToText_ReturnValue) == 0x000020, "Member 'BP_UI_GlobalData_C_GetChapterIDText::CallFunc_Conv_ByteToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetChapterIDText, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_UI_GlobalData_C_GetChapterIDText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetChapterIDText, CallFunc_Map_Find_Value) == 0x000078, "Member 'BP_UI_GlobalData_C_GetChapterIDText::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetChapterIDText, CallFunc_Map_Find_ReturnValue) == 0x000090, "Member 'BP_UI_GlobalData_C_GetChapterIDText::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetChapterIDText, K2Node_MakeArray_Array) == 0x000098, "Member 'BP_UI_GlobalData_C_GetChapterIDText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetChapterIDText, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'BP_UI_GlobalData_C_GetChapterIDText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo \ static_assert(alignof(BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo) == 0x000008, "Wrong alignment on BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo"); \ static_assert(sizeof(BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo) == 0x000040, "Wrong size on BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo, TutorialBarID) == 0x000000, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo::TutorialBarID' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo, IsValid) == 0x000001, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo::IsValid' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo, Info) == 0x000008, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo::Info' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo, K2Node_MakeStruct_S_TutorialBarInfo) == 0x000018, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo::K2Node_MakeStruct_S_TutorialBarInfo' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo, CallFunc_Map_Find_Value) == 0x000028, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo, CallFunc_Map_Find_ReturnValue) == 0x000038, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarIDInfo::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText \ static_assert(alignof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText) == 0x000008, "Wrong alignment on BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText"); \ static_assert(sizeof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText) == 0x0000F8, "Wrong size on BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, HUDTutorialBarItemID) == 0x000000, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::HUDTutorialBarItemID' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, IsForKeyboard) == 0x000001, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::IsForKeyboard' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, Result) == 0x000008, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, Loc_Result) == 0x000020, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, CallFunc_Conv_ByteToText_ReturnValue) == 0x000038, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::CallFunc_Conv_ByteToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, K2Node_MakeStruct_FormatArgumentData) == 0x000050, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, K2Node_MakeArray_Array) == 0x000090, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, CallFunc_Map_Find_Value) == 0x0000A0, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, CallFunc_Map_Find_ReturnValue) == 0x0000B8, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, CallFunc_Map_Find_Value_1) == 0x0000D8, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, CallFunc_Map_Find_ReturnValue_1) == 0x0000F0, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText, CallFunc_Not_PreBool_ReturnValue) == 0x0000F1, "Member 'BP_UI_GlobalData_C_GetHUDTutorialBarItemIDText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UI_GlobalData_C_GetMsgBoxIDText \ static_assert(alignof(BP_UI_GlobalData_C_GetMsgBoxIDText) == 0x000008, "Wrong alignment on BP_UI_GlobalData_C_GetMsgBoxIDText"); \ static_assert(sizeof(BP_UI_GlobalData_C_GetMsgBoxIDText) == 0x0000D0, "Wrong size on BP_UI_GlobalData_C_GetMsgBoxIDText"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxIDText, TextID) == 0x000000, "Member 'BP_UI_GlobalData_C_GetMsgBoxIDText::TextID' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxIDText, Result) == 0x000008, "Member 'BP_UI_GlobalData_C_GetMsgBoxIDText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxIDText, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_UI_GlobalData_C_GetMsgBoxIDText::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxIDText, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_UI_GlobalData_C_GetMsgBoxIDText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxIDText, CallFunc_Map_Find_Value) == 0x000048, "Member 'BP_UI_GlobalData_C_GetMsgBoxIDText::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxIDText, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'BP_UI_GlobalData_C_GetMsgBoxIDText::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxIDText, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_UI_GlobalData_C_GetMsgBoxIDText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxIDText, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_UI_GlobalData_C_GetMsgBoxIDText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxIDText, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_UI_GlobalData_C_GetMsgBoxIDText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UI_GlobalData_C_GetMsgBoxButtonIDText \ static_assert(alignof(BP_UI_GlobalData_C_GetMsgBoxButtonIDText) == 0x000008, "Wrong alignment on BP_UI_GlobalData_C_GetMsgBoxButtonIDText"); \ static_assert(sizeof(BP_UI_GlobalData_C_GetMsgBoxButtonIDText) == 0x0000D0, "Wrong size on BP_UI_GlobalData_C_GetMsgBoxButtonIDText"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxButtonIDText, ButtonTextID) == 0x000000, "Member 'BP_UI_GlobalData_C_GetMsgBoxButtonIDText::ButtonTextID' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxButtonIDText, Result) == 0x000008, "Member 'BP_UI_GlobalData_C_GetMsgBoxButtonIDText::Result' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxButtonIDText, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_UI_GlobalData_C_GetMsgBoxButtonIDText::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxButtonIDText, CallFunc_Conv_StringToText_ReturnValue) == 0x000030, "Member 'BP_UI_GlobalData_C_GetMsgBoxButtonIDText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxButtonIDText, CallFunc_Map_Find_Value) == 0x000048, "Member 'BP_UI_GlobalData_C_GetMsgBoxButtonIDText::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxButtonIDText, CallFunc_Map_Find_ReturnValue) == 0x000060, "Member 'BP_UI_GlobalData_C_GetMsgBoxButtonIDText::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxButtonIDText, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_UI_GlobalData_C_GetMsgBoxButtonIDText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxButtonIDText, K2Node_MakeArray_Array) == 0x0000A8, "Member 'BP_UI_GlobalData_C_GetMsgBoxButtonIDText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetMsgBoxButtonIDText, CallFunc_Format_ReturnValue) == 0x0000B8, "Member 'BP_UI_GlobalData_C_GetMsgBoxButtonIDText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UI_GlobalData_C_GetSlotTextFromID \ static_assert(alignof(BP_UI_GlobalData_C_GetSlotTextFromID) == 0x000008, "Wrong alignment on BP_UI_GlobalData_C_GetSlotTextFromID"); \ static_assert(sizeof(BP_UI_GlobalData_C_GetSlotTextFromID) == 0x000058, "Wrong size on BP_UI_GlobalData_C_GetSlotTextFromID"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetSlotTextFromID, SlotId) == 0x000000, "Member 'BP_UI_GlobalData_C_GetSlotTextFromID::SlotId' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetSlotTextFromID, Result) == 0x000008, "Member 'BP_UI_GlobalData_C_GetSlotTextFromID::Result' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetSlotTextFromID, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_UI_GlobalData_C_GetSlotTextFromID::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetSlotTextFromID, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'BP_UI_GlobalData_C_GetSlotTextFromID::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetSlotTextFromID, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000050, "Member 'BP_UI_GlobalData_C_GetSlotTextFromID::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UI_GlobalData_C_GetOverwriteSlotTextFromID \ static_assert(alignof(BP_UI_GlobalData_C_GetOverwriteSlotTextFromID) == 0x000008, "Wrong alignment on BP_UI_GlobalData_C_GetOverwriteSlotTextFromID"); \ static_assert(sizeof(BP_UI_GlobalData_C_GetOverwriteSlotTextFromID) == 0x000058, "Wrong size on BP_UI_GlobalData_C_GetOverwriteSlotTextFromID"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetOverwriteSlotTextFromID, SlotId) == 0x000000, "Member 'BP_UI_GlobalData_C_GetOverwriteSlotTextFromID::SlotId' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetOverwriteSlotTextFromID, Result) == 0x000008, "Member 'BP_UI_GlobalData_C_GetOverwriteSlotTextFromID::Result' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetOverwriteSlotTextFromID, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_UI_GlobalData_C_GetOverwriteSlotTextFromID::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetOverwriteSlotTextFromID, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'BP_UI_GlobalData_C_GetOverwriteSlotTextFromID::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_UI_GlobalData_C_GetOverwriteSlotTextFromID, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000050, "Member 'BP_UI_GlobalData_C_GetOverwriteSlotTextFromID::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_UI_GlobalData_C \ static_assert(alignof(UBP_UI_GlobalData_C) == 0x000008, "Wrong alignment on UBP_UI_GlobalData_C"); \ static_assert(sizeof(UBP_UI_GlobalData_C) == 0x000318, "Wrong size on UBP_UI_GlobalData_C"); \ static_assert(offsetof(UBP_UI_GlobalData_C, PromptTextMap) == 0x000028, "Member 'UBP_UI_GlobalData_C::PromptTextMap' has a wrong offset!"); \ static_assert(offsetof(UBP_UI_GlobalData_C, PromptTextMapGamepadOverride) == 0x000078, "Member 'UBP_UI_GlobalData_C::PromptTextMapGamepadOverride' has a wrong offset!"); \ static_assert(offsetof(UBP_UI_GlobalData_C, ChapterTextMap) == 0x0000C8, "Member 'UBP_UI_GlobalData_C::ChapterTextMap' has a wrong offset!"); \ static_assert(offsetof(UBP_UI_GlobalData_C, TutorialBarItemTextMap) == 0x000118, "Member 'UBP_UI_GlobalData_C::TutorialBarItemTextMap' has a wrong offset!"); \ static_assert(offsetof(UBP_UI_GlobalData_C, TutorialBarItemTextGamepadOverride) == 0x000168, "Member 'UBP_UI_GlobalData_C::TutorialBarItemTextGamepadOverride' has a wrong offset!"); \ static_assert(offsetof(UBP_UI_GlobalData_C, TutorialBarIDMap) == 0x0001B8, "Member 'UBP_UI_GlobalData_C::TutorialBarIDMap' has a wrong offset!"); \ static_assert(offsetof(UBP_UI_GlobalData_C, MsgBoxTextMap) == 0x000208, "Member 'UBP_UI_GlobalData_C::MsgBoxTextMap' has a wrong offset!"); \ static_assert(offsetof(UBP_UI_GlobalData_C, MsgBoxButtonsTextMap) == 0x000258, "Member 'UBP_UI_GlobalData_C::MsgBoxButtonsTextMap' has a wrong offset!"); \ static_assert(offsetof(UBP_UI_GlobalData_C, SlotTextArray) == 0x0002A8, "Member 'UBP_UI_GlobalData_C::SlotTextArray' has a wrong offset!"); \ static_assert(offsetof(UBP_UI_GlobalData_C, OverwriteSlotTextArray) == 0x0002B8, "Member 'UBP_UI_GlobalData_C::OverwriteSlotTextArray' has a wrong offset!"); \ static_assert(offsetof(UBP_UI_GlobalData_C, LocLangStringToEnumMap) == 0x0002C8, "Member 'UBP_UI_GlobalData_C::LocLangStringToEnumMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_Dying_C \ static_assert(alignof(UGE_Dying_C) == 0x000008, "Wrong alignment on UGE_Dying_C"); \ static_assert(sizeof(UGE_Dying_C) == 0x000800, "Wrong size on UGE_Dying_C"); \ #define DUMPER7_ASSERTS_UGE_GradualMoveSlow_C \ static_assert(alignof(UGE_GradualMoveSlow_C) == 0x000008, "Wrong alignment on UGE_GradualMoveSlow_C"); \ static_assert(sizeof(UGE_GradualMoveSlow_C) == 0x000800, "Wrong size on UGE_GradualMoveSlow_C"); \ #define DUMPER7_ASSERTS_UBP_PHMsgBoxSubsystem_C \ static_assert(alignof(UBP_PHMsgBoxSubsystem_C) == 0x000008, "Wrong alignment on UBP_PHMsgBoxSubsystem_C"); \ static_assert(sizeof(UBP_PHMsgBoxSubsystem_C) == 0x000138, "Wrong size on UBP_PHMsgBoxSubsystem_C"); \ #define DUMPER7_ASSERTS_FS_AdditionalFootstepSound \ static_assert(alignof(FS_AdditionalFootstepSound) == 0x000008, "Wrong alignment on FS_AdditionalFootstepSound"); \ static_assert(sizeof(FS_AdditionalFootstepSound) == 0x000018, "Wrong size on FS_AdditionalFootstepSound"); \ static_assert(offsetof(FS_AdditionalFootstepSound, Sound_2_C8A0DAAB40BDC8375B94F8ABDC59DDD3) == 0x000000, "Member 'FS_AdditionalFootstepSound::Sound_2_C8A0DAAB40BDC8375B94F8ABDC59DDD3' has a wrong offset!"); \ static_assert(offsetof(FS_AdditionalFootstepSound, UseFootstepLocation_8_ED43527D46C69CE759FD4485ED3755F3) == 0x000008, "Member 'FS_AdditionalFootstepSound::UseFootstepLocation_8_ED43527D46C69CE759FD4485ED3755F3' has a wrong offset!"); \ static_assert(offsetof(FS_AdditionalFootstepSound, HeightOffset_9_6769E10F450885819F3D0CB9AFB50DD1) == 0x00000C, "Member 'FS_AdditionalFootstepSound::HeightOffset_9_6769E10F450885819F3D0CB9AFB50DD1' has a wrong offset!"); \ static_assert(offsetof(FS_AdditionalFootstepSound, Volume_12_B8535EB843036F864C8B44ACDFE484B0) == 0x000010, "Member 'FS_AdditionalFootstepSound::Volume_12_B8535EB843036F864C8B44ACDFE484B0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_Throwable_Spent_C \ static_assert(alignof(UGE_Throwable_Spent_C) == 0x000008, "Wrong alignment on UGE_Throwable_Spent_C"); \ static_assert(sizeof(UGE_Throwable_Spent_C) == 0x000800, "Wrong size on UGE_Throwable_Spent_C"); \ #define DUMPER7_ASSERTS_AKatjasApt_GlanceCams_C \ static_assert(alignof(AKatjasApt_GlanceCams_C) == 0x000008, "Wrong alignment on AKatjasApt_GlanceCams_C"); \ static_assert(sizeof(AKatjasApt_GlanceCams_C) == 0x000238, "Wrong size on AKatjasApt_GlanceCams_C"); \ #define DUMPER7_ASSERTS_UBPE_Microfilm_OnInventoryItemRemoved_C \ static_assert(alignof(UBPE_Microfilm_OnInventoryItemRemoved_C) == 0x000008, "Wrong alignment on UBPE_Microfilm_OnInventoryItemRemoved_C"); \ static_assert(sizeof(UBPE_Microfilm_OnInventoryItemRemoved_C) == 0x000040, "Wrong size on UBPE_Microfilm_OnInventoryItemRemoved_C"); \ #define DUMPER7_ASSERTS_GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase \ static_assert(alignof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase) == 0x000008, "Wrong alignment on GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase"); \ static_assert(sizeof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase) == 0x000300, "Wrong size on GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, EntryPoint) == 0x000000, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, K2Node_CustomEvent_GameplayEffectRemovalInfo_1) == 0x000008, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::K2Node_CustomEvent_GameplayEffectRemovalInfo_1' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, K2Node_CustomEvent_GameplayEffectRemovalInfo) == 0x000028, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::K2Node_CustomEvent_GameplayEffectRemovalInfo' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, Temp_struct_Variable) == 0x000058, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_IsValidClass_ReturnValue) == 0x000078, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, K2Node_Event_EventData) == 0x000080, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::K2Node_Event_EventData' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_BP_ApplyGameplayEffectToOwner_ReturnValue) == 0x000130, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_BP_ApplyGameplayEffectToOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_GetGameplayCueParameters_Result) == 0x000148, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_GetGameplayCueParameters_Result' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_WaitForGameplayEffectRemoved_ReturnValue) == 0x000208, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_WaitForGameplayEffectRemoved_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_IsValid_ReturnValue) == 0x000210, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_IsValidClass_ReturnValue_1) == 0x000211, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_GetClassDisplayName_ReturnValue) == 0x000218, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_GetDebugStringFromGameplayTag_ReturnValue) == 0x000228, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_GetDebugStringFromGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_Concat_StrStr_ReturnValue) == 0x000238, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000248, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, K2Node_CreateDelegate_OutputDelegate_1) == 0x000258, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000268, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_GetClassDisplayName_ReturnValue_1) == 0x000278, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_GetClassDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_GetDebugStringFromGameplayTag_ReturnValue_1) == 0x000288, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_GetDebugStringFromGameplayTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, K2Node_Event_bWasCancelled) == 0x000298, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::K2Node_Event_bWasCancelled' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_Conv_BoolToString_ReturnValue) == 0x0002A0, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0002B0, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0002C0, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0002D0, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0002E0, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0002F0, "Member 'GA_VitalityBase_C_ExecuteUbergraph_GA_VitalityBase::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_VitalityBase_C_K2_OnEndAbility \ static_assert(alignof(GA_VitalityBase_C_K2_OnEndAbility) == 0x000001, "Wrong alignment on GA_VitalityBase_C_K2_OnEndAbility"); \ static_assert(sizeof(GA_VitalityBase_C_K2_OnEndAbility) == 0x000001, "Wrong size on GA_VitalityBase_C_K2_OnEndAbility"); \ static_assert(offsetof(GA_VitalityBase_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_VitalityBase_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_VitalityBase_C_K2_ActivateAbilityFromEvent \ static_assert(alignof(GA_VitalityBase_C_K2_ActivateAbilityFromEvent) == 0x000008, "Wrong alignment on GA_VitalityBase_C_K2_ActivateAbilityFromEvent"); \ static_assert(sizeof(GA_VitalityBase_C_K2_ActivateAbilityFromEvent) == 0x0000B0, "Wrong size on GA_VitalityBase_C_K2_ActivateAbilityFromEvent"); \ static_assert(offsetof(GA_VitalityBase_C_K2_ActivateAbilityFromEvent, EventData) == 0x000000, "Member 'GA_VitalityBase_C_K2_ActivateAbilityFromEvent::EventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_VitalityBase_C_OnRemoved_235E1DD641A0BD916E481A8E0BEF13AC \ static_assert(alignof(GA_VitalityBase_C_OnRemoved_235E1DD641A0BD916E481A8E0BEF13AC) == 0x000008, "Wrong alignment on GA_VitalityBase_C_OnRemoved_235E1DD641A0BD916E481A8E0BEF13AC"); \ static_assert(sizeof(GA_VitalityBase_C_OnRemoved_235E1DD641A0BD916E481A8E0BEF13AC) == 0x000020, "Wrong size on GA_VitalityBase_C_OnRemoved_235E1DD641A0BD916E481A8E0BEF13AC"); \ static_assert(offsetof(GA_VitalityBase_C_OnRemoved_235E1DD641A0BD916E481A8E0BEF13AC, GameplayEffectRemovalInfo) == 0x000000, "Member 'GA_VitalityBase_C_OnRemoved_235E1DD641A0BD916E481A8E0BEF13AC::GameplayEffectRemovalInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_VitalityBase_C_InvalidHandle_235E1DD641A0BD916E481A8E0BEF13AC \ static_assert(alignof(GA_VitalityBase_C_InvalidHandle_235E1DD641A0BD916E481A8E0BEF13AC) == 0x000008, "Wrong alignment on GA_VitalityBase_C_InvalidHandle_235E1DD641A0BD916E481A8E0BEF13AC"); \ static_assert(sizeof(GA_VitalityBase_C_InvalidHandle_235E1DD641A0BD916E481A8E0BEF13AC) == 0x000020, "Wrong size on GA_VitalityBase_C_InvalidHandle_235E1DD641A0BD916E481A8E0BEF13AC"); \ static_assert(offsetof(GA_VitalityBase_C_InvalidHandle_235E1DD641A0BD916E481A8E0BEF13AC, GameplayEffectRemovalInfo) == 0x000000, "Member 'GA_VitalityBase_C_InvalidHandle_235E1DD641A0BD916E481A8E0BEF13AC::GameplayEffectRemovalInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_VitalityBase_C_Log \ static_assert(alignof(GA_VitalityBase_C_Log) == 0x000008, "Wrong alignment on GA_VitalityBase_C_Log"); \ static_assert(sizeof(GA_VitalityBase_C_Log) == 0x0000D0, "Wrong size on GA_VitalityBase_C_Log"); \ static_assert(offsetof(GA_VitalityBase_C_Log, inString) == 0x000000, "Member 'GA_VitalityBase_C_Log::inString' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_Log, Print_to_Screen) == 0x000010, "Member 'GA_VitalityBase_C_Log::Print_to_Screen' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_Log, Print_to_Log) == 0x000011, "Member 'GA_VitalityBase_C_Log::Print_to_Log' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_Log, Text_Color) == 0x000014, "Member 'GA_VitalityBase_C_Log::Text_Color' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_Log, Duration) == 0x000024, "Member 'GA_VitalityBase_C_Log::Duration' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_Log, CallFunc_GetActorInfo_ReturnValue) == 0x000028, "Member 'GA_VitalityBase_C_Log::CallFunc_GetActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_Log, CallFunc_GetDisplayName_ReturnValue) == 0x000070, "Member 'GA_VitalityBase_C_Log::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'GA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000090, "Member 'GA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A0, "Member 'GA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B0, "Member 'GA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C0, "Member 'GA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_VitalityBase_C_GetGameplayCueParameters \ static_assert(alignof(GA_VitalityBase_C_GetGameplayCueParameters) == 0x000008, "Wrong alignment on GA_VitalityBase_C_GetGameplayCueParameters"); \ static_assert(sizeof(GA_VitalityBase_C_GetGameplayCueParameters) == 0x0001C0, "Wrong size on GA_VitalityBase_C_GetGameplayCueParameters"); \ static_assert(offsetof(GA_VitalityBase_C_GetGameplayCueParameters, Result) == 0x000000, "Member 'GA_VitalityBase_C_GetGameplayCueParameters::Result' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_GetGameplayCueParameters, CallFunc_AbilityTargetDataFromHitResult_ReturnValue) == 0x0000C0, "Member 'GA_VitalityBase_C_GetGameplayCueParameters::CallFunc_AbilityTargetDataFromHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_GetGameplayCueParameters, CallFunc_GetContextFromOwner_ReturnValue) == 0x0000E8, "Member 'GA_VitalityBase_C_GetGameplayCueParameters::CallFunc_GetContextFromOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_GetGameplayCueParameters, CallFunc_MakeGameplayCueParameters_ReturnValue) == 0x000100, "Member 'GA_VitalityBase_C_GetGameplayCueParameters::CallFunc_MakeGameplayCueParameters_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_VitalityBase_C_CacheData \ static_assert(alignof(GA_VitalityBase_C_CacheData) == 0x000008, "Wrong alignment on GA_VitalityBase_C_CacheData"); \ static_assert(sizeof(GA_VitalityBase_C_CacheData) == 0x0000C0, "Wrong size on GA_VitalityBase_C_CacheData"); \ static_assert(offsetof(GA_VitalityBase_C_CacheData, EventData) == 0x000000, "Member 'GA_VitalityBase_C_CacheData::EventData' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_CacheData, K2Node_DynamicCast_AsGEPO_Point_Damage_Data_Obj) == 0x0000B0, "Member 'GA_VitalityBase_C_CacheData::K2Node_DynamicCast_AsGEPO_Point_Damage_Data_Obj' has a wrong offset!"); \ static_assert(offsetof(GA_VitalityBase_C_CacheData, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'GA_VitalityBase_C_CacheData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_VitalityBase_C \ static_assert(alignof(UGA_VitalityBase_C) == 0x000008, "Wrong alignment on UGA_VitalityBase_C"); \ static_assert(sizeof(UGA_VitalityBase_C) == 0x0005A8, "Wrong size on UGA_VitalityBase_C"); \ static_assert(offsetof(UGA_VitalityBase_C, UberGraphFrame) == 0x0003D8, "Member 'UGA_VitalityBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGA_VitalityBase_C, LogPrefix) == 0x0003E0, "Member 'UGA_VitalityBase_C::LogPrefix' has a wrong offset!"); \ static_assert(offsetof(UGA_VitalityBase_C, AssociatedGameplayEffect) == 0x0003F0, "Member 'UGA_VitalityBase_C::AssociatedGameplayEffect' has a wrong offset!"); \ static_assert(offsetof(UGA_VitalityBase_C, AssociatedGameplayCueTag) == 0x0003F8, "Member 'UGA_VitalityBase_C::AssociatedGameplayCueTag' has a wrong offset!"); \ static_assert(offsetof(UGA_VitalityBase_C, ActiveGameplayEffectHandle) == 0x000400, "Member 'UGA_VitalityBase_C::ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(UGA_VitalityBase_C, CachedEventData) == 0x000418, "Member 'UGA_VitalityBase_C::CachedEventData' has a wrong offset!"); \ static_assert(offsetof(UGA_VitalityBase_C, PointDamageInfo) == 0x0004C8, "Member 'UGA_VitalityBase_C::PointDamageInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract \ static_assert(alignof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract"); \ static_assert(sizeof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract) == 0x0005E0, "Wrong size on GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, EntryPoint) == 0x000000, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_WaitGameplayTagRemove_ReturnValue) == 0x000008, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_WaitGameplayTagRemove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, Temp_bool_Variable) == 0x000010, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, Temp_bool_Variable_1) == 0x000012, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_IsValid_ReturnValue_1) == 0x000013, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CustomEvent_TimeWaited) == 0x000014, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CustomEvent_TimeWaited' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, Temp_float_Variable) == 0x000028, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_WaitInputPress_ReturnValue) == 0x000030, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_WaitInputPress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_IsValid_ReturnValue_2) == 0x000038, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, Temp_object_Variable) == 0x000040, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, Temp_bool_Variable_2) == 0x000048, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_IsValid_ReturnValue_3) == 0x000049, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, Temp_bool_Variable_3) == 0x00004A, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CustomEvent_TraceData_3) == 0x000050, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CustomEvent_TraceData_3' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CustomEvent_TraceData_2) == 0x000078, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CustomEvent_TraceData_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_SetTargetData_ResultValue) == 0x0000A0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_SetTargetData_ResultValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_SetTargetData_ResultValue_1) == 0x0000C8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_SetTargetData_ResultValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CustomEvent_TraceData_1) == 0x0000F0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CustomEvent_TraceData_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CustomEvent_Data_2) == 0x000118, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CustomEvent_Data_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetData_TargetData) == 0x000140, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetData_TargetData' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CreateDelegate_OutputDelegate_1) == 0x000168, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_HitActor) == 0x000178, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_HitActor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_HitComponent) == 0x000180, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_AvatarActor) == 0x000188, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_AvatarActor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_AsEO_Interactable_Interface) == 0x000190, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_AsEO_Interactable_Interface' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_bSuccess) == 0x0001A0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_HitActor_1) == 0x0001A8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_HitComponent_1) == 0x0001B0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_AvatarActor_1) == 0x0001B8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_AvatarActor_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_CanInteract_ReturnValue) == 0x0001C0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_CanInteract_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_AsEO_Interactable_Interface_1) == 0x0001C8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_AsEO_Interactable_Interface_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_bSuccess_1) == 0x0001D8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, Temp_struct_Variable) == 0x0001E0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataHitActor_ResultValue) == 0x000208, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataHitActor_ResultValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CreateDelegate_OutputDelegate_2) == 0x000210, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_AsEO_Interactable_Interface_2) == 0x000220, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_AsEO_Interactable_Interface_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_bSuccess_2) == 0x000230, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_IsHovering_ReturnValue) == 0x000231, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_IsHovering_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataHitActorAndAvatar_HitActor) == 0x000238, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataHitActorAndAvatar_HitActor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataHitActorAndAvatar_AvatarActor) == 0x000240, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataHitActorAndAvatar_AvatarActor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_AsEO_Interactable_Interface_3) == 0x000248, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_AsEO_Interactable_Interface_3' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_bSuccess_3) == 0x000258, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataHitResult_ReturnValue) == 0x00025C, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CustomEvent_TraceData) == 0x0002E8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CustomEvent_TraceData' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_CanHover_ReturnValue) == 0x000310, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_CanHover_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetAvatarActorFromActorInfo_ReturnValue) == 0x000318, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetAvatarActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetAvatarActorFromActorInfo_ReturnValue_1) == 0x000320, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetAvatarActorFromActorInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_HitActor_2) == 0x000328, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_HitActor_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_HitComponent_2) == 0x000330, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_HitComponent_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_AvatarActor_2) == 0x000338, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_AvatarActor_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_AsEO_Interactor) == 0x000340, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_AsEO_Interactor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_bSuccess_4) == 0x000350, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_AsEO_Interactable_Interface_4) == 0x000358, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_AsEO_Interactable_Interface_4' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_bSuccess_5) == 0x000368, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetInteractionComponent_ReturnValue) == 0x000370, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetInteractionComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_HitActor_3) == 0x000378, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_HitActor_3' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_HitComponent_3) == 0x000380, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_HitComponent_3' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_AvatarActor_3) == 0x000388, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_AvatarActor_3' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_AsEO_Interactable_Interface_5) == 0x000390, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_AsEO_Interactable_Interface_5' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_bSuccess_6) == 0x0003A0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetAvatarActorFromActorInfo_ReturnValue_2) == 0x0003A8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetAvatarActorFromActorInfo_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CustomEvent_Data_3) == 0x0003B0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CustomEvent_Data_3' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_DoesImplementInterface_ReturnValue) == 0x0003D8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CustomEvent_Data) == 0x0003E0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CustomEvent_Data' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CreateDelegate_OutputDelegate_3) == 0x000408, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_MakeStruct_GameplayEventData) == 0x000418, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_MakeStruct_GameplayEventData' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataHitActor_ResultValue_1) == 0x0004C8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataHitActor_ResultValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CreateDelegate_OutputDelegate_4) == 0x0004D0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_AsEO_Interactable_Interface_6) == 0x0004E0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_AsEO_Interactable_Interface_6' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_bSuccess_7) == 0x0004F0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CustomEvent_Data_1) == 0x0004F8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CustomEvent_Data_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_IsHovering_ReturnValue_1) == 0x000520, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_IsHovering_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetAvatarActorFromActorInfo_ReturnValue_3) == 0x000528, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetAvatarActorFromActorInfo_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute) == 0x000530, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetFloatAttribute_ReturnValue) == 0x000534, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetFloatAttribute_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_MakeVector_ReturnValue) == 0x000538, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_WaitForInteractTraceHit_ReturnValue) == 0x000548, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_WaitForInteractTraceHit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_EOCreateEvent_OutputDelegate) == 0x000550, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_IsValid_ReturnValue_4) == 0x000560, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_EOEvent_Sender) == 0x000568, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_EOEvent_Event) == 0x000570, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_IsValid_ReturnValue_5) == 0x000578, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_Not_PreBool_ReturnValue) == 0x000579, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, Temp_bool_Variable_4) == 0x00057A, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_HitActor_4) == 0x000580, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_HitActor_4' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_HitComponent_4) == 0x000588, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_HitComponent_4' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataAndAvatar_AvatarActor_4) == 0x000590, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataAndAvatar_AvatarActor_4' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_GetTargetDataHitActor_ResultValue_2) == 0x000598, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_GetTargetDataHitActor_ResultValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_AsEO_Interactable_Interface_7) == 0x0005A0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_AsEO_Interactable_Interface_7' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_bSuccess_8) == 0x0005B0, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_AsEO_Interactable_Interface_8) == 0x0005B8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_AsEO_Interactable_Interface_8' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_DynamicCast_bSuccess_9) == 0x0005C8, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_IsHovering_ReturnValue_2) == 0x0005C9, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_IsHovering_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, CallFunc_IsValid_ReturnValue_6) == 0x0005CA, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract, K2Node_CreateDelegate_OutputDelegate_5) == 0x0005CC, "Member 'GA_PassiveInteract_C_ExecuteUbergraph_GA_PassiveInteract::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_OnResetInteractDistanceEvent \ static_assert(alignof(GA_PassiveInteract_C_OnResetInteractDistanceEvent) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_OnResetInteractDistanceEvent"); \ static_assert(sizeof(GA_PassiveInteract_C_OnResetInteractDistanceEvent) == 0x000010, "Wrong size on GA_PassiveInteract_C_OnResetInteractDistanceEvent"); \ static_assert(offsetof(GA_PassiveInteract_C_OnResetInteractDistanceEvent, Sender) == 0x000000, "Member 'GA_PassiveInteract_C_OnResetInteractDistanceEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_OnResetInteractDistanceEvent, Event) == 0x000008, "Member 'GA_PassiveInteract_C_OnResetInteractDistanceEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_TickTraceTarget \ static_assert(alignof(GA_PassiveInteract_C_TickTraceTarget) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_TickTraceTarget"); \ static_assert(sizeof(GA_PassiveInteract_C_TickTraceTarget) == 0x000028, "Wrong size on GA_PassiveInteract_C_TickTraceTarget"); \ static_assert(offsetof(GA_PassiveInteract_C_TickTraceTarget, TraceData) == 0x000000, "Member 'GA_PassiveInteract_C_TickTraceTarget::TraceData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_TickTrace \ static_assert(alignof(GA_PassiveInteract_C_TickTrace) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_TickTrace"); \ static_assert(sizeof(GA_PassiveInteract_C_TickTrace) == 0x000028, "Wrong size on GA_PassiveInteract_C_TickTrace"); \ static_assert(offsetof(GA_PassiveInteract_C_TickTrace, TraceData) == 0x000000, "Member 'GA_PassiveInteract_C_TickTrace::TraceData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_LostTraceTarget \ static_assert(alignof(GA_PassiveInteract_C_LostTraceTarget) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_LostTraceTarget"); \ static_assert(sizeof(GA_PassiveInteract_C_LostTraceTarget) == 0x000028, "Wrong size on GA_PassiveInteract_C_LostTraceTarget"); \ static_assert(offsetof(GA_PassiveInteract_C_LostTraceTarget, TraceData) == 0x000000, "Member 'GA_PassiveInteract_C_LostTraceTarget::TraceData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_FoundNewTraceTarget \ static_assert(alignof(GA_PassiveInteract_C_FoundNewTraceTarget) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_FoundNewTraceTarget"); \ static_assert(sizeof(GA_PassiveInteract_C_FoundNewTraceTarget) == 0x000028, "Wrong size on GA_PassiveInteract_C_FoundNewTraceTarget"); \ static_assert(offsetof(GA_PassiveInteract_C_FoundNewTraceTarget, TraceData) == 0x000000, "Member 'GA_PassiveInteract_C_FoundNewTraceTarget::TraceData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_OnPress_D05EB7DC41D0170A684B1EA3C0E6D953 \ static_assert(alignof(GA_PassiveInteract_C_OnPress_D05EB7DC41D0170A684B1EA3C0E6D953) == 0x000004, "Wrong alignment on GA_PassiveInteract_C_OnPress_D05EB7DC41D0170A684B1EA3C0E6D953"); \ static_assert(sizeof(GA_PassiveInteract_C_OnPress_D05EB7DC41D0170A684B1EA3C0E6D953) == 0x000004, "Wrong size on GA_PassiveInteract_C_OnPress_D05EB7DC41D0170A684B1EA3C0E6D953"); \ static_assert(offsetof(GA_PassiveInteract_C_OnPress_D05EB7DC41D0170A684B1EA3C0E6D953, TimeWaited) == 0x000000, "Member 'GA_PassiveInteract_C_OnPress_D05EB7DC41D0170A684B1EA3C0E6D953::TimeWaited' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_FoundNewTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969 \ static_assert(alignof(GA_PassiveInteract_C_FoundNewTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_FoundNewTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969"); \ static_assert(sizeof(GA_PassiveInteract_C_FoundNewTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969) == 0x000028, "Wrong size on GA_PassiveInteract_C_FoundNewTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969"); \ static_assert(offsetof(GA_PassiveInteract_C_FoundNewTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969, Data) == 0x000000, "Member 'GA_PassiveInteract_C_FoundNewTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_LostTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969 \ static_assert(alignof(GA_PassiveInteract_C_LostTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_LostTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969"); \ static_assert(sizeof(GA_PassiveInteract_C_LostTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969) == 0x000028, "Wrong size on GA_PassiveInteract_C_LostTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969"); \ static_assert(offsetof(GA_PassiveInteract_C_LostTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969, Data) == 0x000000, "Member 'GA_PassiveInteract_C_LostTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_TickTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969 \ static_assert(alignof(GA_PassiveInteract_C_TickTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_TickTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969"); \ static_assert(sizeof(GA_PassiveInteract_C_TickTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969) == 0x000028, "Wrong size on GA_PassiveInteract_C_TickTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969"); \ static_assert(offsetof(GA_PassiveInteract_C_TickTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969, Data) == 0x000000, "Member 'GA_PassiveInteract_C_TickTraceTarget_2E9D4066444F26C3CB7DFCA199DA8969::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_TickTrace_2E9D4066444F26C3CB7DFCA199DA8969 \ static_assert(alignof(GA_PassiveInteract_C_TickTrace_2E9D4066444F26C3CB7DFCA199DA8969) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_TickTrace_2E9D4066444F26C3CB7DFCA199DA8969"); \ static_assert(sizeof(GA_PassiveInteract_C_TickTrace_2E9D4066444F26C3CB7DFCA199DA8969) == 0x000028, "Wrong size on GA_PassiveInteract_C_TickTrace_2E9D4066444F26C3CB7DFCA199DA8969"); \ static_assert(offsetof(GA_PassiveInteract_C_TickTrace_2E9D4066444F26C3CB7DFCA199DA8969, Data) == 0x000000, "Member 'GA_PassiveInteract_C_TickTrace_2E9D4066444F26C3CB7DFCA199DA8969::Data' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_SetTargetData \ static_assert(alignof(GA_PassiveInteract_C_SetTargetData) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_SetTargetData"); \ static_assert(sizeof(GA_PassiveInteract_C_SetTargetData) == 0x000050, "Wrong size on GA_PassiveInteract_C_SetTargetData"); \ static_assert(offsetof(GA_PassiveInteract_C_SetTargetData, TraceData) == 0x000000, "Member 'GA_PassiveInteract_C_SetTargetData::TraceData' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_SetTargetData, ResultValue) == 0x000028, "Member 'GA_PassiveInteract_C_SetTargetData::ResultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_GetTargetData \ static_assert(alignof(GA_PassiveInteract_C_GetTargetData) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_GetTargetData"); \ static_assert(sizeof(GA_PassiveInteract_C_GetTargetData) == 0x000028, "Wrong size on GA_PassiveInteract_C_GetTargetData"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetData, TargetData_0) == 0x000000, "Member 'GA_PassiveInteract_C_GetTargetData::TargetData_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_GetTargetDataHitActor \ static_assert(alignof(GA_PassiveInteract_C_GetTargetDataHitActor) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_GetTargetDataHitActor"); \ static_assert(sizeof(GA_PassiveInteract_C_GetTargetDataHitActor) == 0x000118, "Wrong size on GA_PassiveInteract_C_GetTargetDataHitActor"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, ResultValue) == 0x000000, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::ResultValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_GetTargetDataHitResult_ReturnValue) == 0x000008, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_GetTargetDataHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_bBlockingHit) == 0x000090, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_bInitialOverlap) == 0x000091, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActor, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'GA_PassiveInteract_C_GetTargetDataHitActor::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_GetTargetDataHitResult \ static_assert(alignof(GA_PassiveInteract_C_GetTargetDataHitResult) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_GetTargetDataHitResult"); \ static_assert(sizeof(GA_PassiveInteract_C_GetTargetDataHitResult) == 0x000138, "Wrong size on GA_PassiveInteract_C_GetTargetDataHitResult"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitResult, ReturnValue) == 0x000000, "Member 'GA_PassiveInteract_C_GetTargetDataHitResult::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitResult, CallFunc_GetTargetData_TargetData) == 0x000088, "Member 'GA_PassiveInteract_C_GetTargetDataHitResult::CallFunc_GetTargetData_TargetData' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitResult, CallFunc_GetHitResultFromTargetData_ReturnValue) == 0x0000B0, "Member 'GA_PassiveInteract_C_GetTargetDataHitResult::CallFunc_GetHitResultFromTargetData_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_GetTargetDataHitComp \ static_assert(alignof(GA_PassiveInteract_C_GetTargetDataHitComp) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_GetTargetDataHitComp"); \ static_assert(sizeof(GA_PassiveInteract_C_GetTargetDataHitComp) == 0x000118, "Wrong size on GA_PassiveInteract_C_GetTargetDataHitComp"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, ResultValue) == 0x000000, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::ResultValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_GetTargetDataHitResult_ReturnValue) == 0x000008, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_GetTargetDataHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_bBlockingHit) == 0x000090, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_bInitialOverlap) == 0x000091, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitComp, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'GA_PassiveInteract_C_GetTargetDataHitComp::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_GetTargetDataAndAvatar \ static_assert(alignof(GA_PassiveInteract_C_GetTargetDataAndAvatar) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_GetTargetDataAndAvatar"); \ static_assert(sizeof(GA_PassiveInteract_C_GetTargetDataAndAvatar) == 0x000030, "Wrong size on GA_PassiveInteract_C_GetTargetDataAndAvatar"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataAndAvatar, HitActor) == 0x000000, "Member 'GA_PassiveInteract_C_GetTargetDataAndAvatar::HitActor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataAndAvatar, HitComponent) == 0x000008, "Member 'GA_PassiveInteract_C_GetTargetDataAndAvatar::HitComponent' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataAndAvatar, AvatarActor) == 0x000010, "Member 'GA_PassiveInteract_C_GetTargetDataAndAvatar::AvatarActor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataAndAvatar, CallFunc_GetAvatarActorFromActorInfo_ReturnValue) == 0x000018, "Member 'GA_PassiveInteract_C_GetTargetDataAndAvatar::CallFunc_GetAvatarActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataAndAvatar, CallFunc_GetTargetDataHitComp_ResultValue) == 0x000020, "Member 'GA_PassiveInteract_C_GetTargetDataAndAvatar::CallFunc_GetTargetDataHitComp_ResultValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataAndAvatar, CallFunc_GetTargetDataHitActor_ResultValue) == 0x000028, "Member 'GA_PassiveInteract_C_GetTargetDataAndAvatar::CallFunc_GetTargetDataHitActor_ResultValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_GetTargetDataHasActor \ static_assert(alignof(GA_PassiveInteract_C_GetTargetDataHasActor) == 0x000001, "Wrong alignment on GA_PassiveInteract_C_GetTargetDataHasActor"); \ static_assert(sizeof(GA_PassiveInteract_C_GetTargetDataHasActor) == 0x000002, "Wrong size on GA_PassiveInteract_C_GetTargetDataHasActor"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHasActor, ReturnValue) == 0x000000, "Member 'GA_PassiveInteract_C_GetTargetDataHasActor::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHasActor, CallFunc_TargetDataHasActor_ReturnValue) == 0x000001, "Member 'GA_PassiveInteract_C_GetTargetDataHasActor::CallFunc_TargetDataHasActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_GetTargetDataHasHitResult \ static_assert(alignof(GA_PassiveInteract_C_GetTargetDataHasHitResult) == 0x000001, "Wrong alignment on GA_PassiveInteract_C_GetTargetDataHasHitResult"); \ static_assert(sizeof(GA_PassiveInteract_C_GetTargetDataHasHitResult) == 0x000002, "Wrong size on GA_PassiveInteract_C_GetTargetDataHasHitResult"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHasHitResult, ReturnValue) == 0x000000, "Member 'GA_PassiveInteract_C_GetTargetDataHasHitResult::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHasHitResult, CallFunc_TargetDataHasHitResult_ReturnValue) == 0x000001, "Member 'GA_PassiveInteract_C_GetTargetDataHasHitResult::CallFunc_TargetDataHasHitResult_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_EndWaitInputPressTask \ static_assert(alignof(GA_PassiveInteract_C_EndWaitInputPressTask) == 0x000001, "Wrong alignment on GA_PassiveInteract_C_EndWaitInputPressTask"); \ static_assert(sizeof(GA_PassiveInteract_C_EndWaitInputPressTask) == 0x000001, "Wrong size on GA_PassiveInteract_C_EndWaitInputPressTask"); \ static_assert(offsetof(GA_PassiveInteract_C_EndWaitInputPressTask, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GA_PassiveInteract_C_EndWaitInputPressTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar \ static_assert(alignof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar"); \ static_assert(sizeof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar) == 0x000128, "Wrong size on GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, HitActor) == 0x000000, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::HitActor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, AvatarActor) == 0x000008, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::AvatarActor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_GetAvatarActorFromActorInfo_ReturnValue) == 0x000010, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_GetAvatarActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_GetTargetDataHitResult_ReturnValue) == 0x000018, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_GetTargetDataHitResult_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_bBlockingHit) == 0x0000A0, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000A1, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_Time) == 0x0000A4, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_Distance) == 0x0000A8, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_Location) == 0x0000AC, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_ImpactPoint) == 0x0000B8, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_Normal) == 0x0000C4, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_ImpactNormal) == 0x0000D0, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_PhysMat) == 0x0000E0, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_HitActor) == 0x0000E8, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_HitComponent) == 0x0000F0, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_HitBoneName) == 0x0000F8, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_HitItem) == 0x000100, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_ElementIndex) == 0x000104, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_FaceIndex) == 0x000108, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_TraceStart) == 0x00010C, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar, CallFunc_BreakHitResult_TraceEnd) == 0x000118, "Member 'GA_PassiveInteract_C_GetTargetDataHitActorAndAvatar::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_EndWaitForTraceHitTask \ static_assert(alignof(GA_PassiveInteract_C_EndWaitForTraceHitTask) == 0x000001, "Wrong alignment on GA_PassiveInteract_C_EndWaitForTraceHitTask"); \ static_assert(sizeof(GA_PassiveInteract_C_EndWaitForTraceHitTask) == 0x000001, "Wrong size on GA_PassiveInteract_C_EndWaitForTraceHitTask"); \ static_assert(offsetof(GA_PassiveInteract_C_EndWaitForTraceHitTask, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GA_PassiveInteract_C_EndWaitForTraceHitTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_EndWaitTagRemoveTask \ static_assert(alignof(GA_PassiveInteract_C_EndWaitTagRemoveTask) == 0x000001, "Wrong alignment on GA_PassiveInteract_C_EndWaitTagRemoveTask"); \ static_assert(sizeof(GA_PassiveInteract_C_EndWaitTagRemoveTask) == 0x000001, "Wrong size on GA_PassiveInteract_C_EndWaitTagRemoveTask"); \ static_assert(offsetof(GA_PassiveInteract_C_EndWaitTagRemoveTask, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GA_PassiveInteract_C_EndWaitTagRemoveTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_PassiveInteract_C_K2_OnEndAbility \ static_assert(alignof(GA_PassiveInteract_C_K2_OnEndAbility) == 0x000008, "Wrong alignment on GA_PassiveInteract_C_K2_OnEndAbility"); \ static_assert(sizeof(GA_PassiveInteract_C_K2_OnEndAbility) == 0x000018, "Wrong size on GA_PassiveInteract_C_K2_OnEndAbility"); \ static_assert(offsetof(GA_PassiveInteract_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_PassiveInteract_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_K2_OnEndAbility, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'GA_PassiveInteract_C_K2_OnEndAbility::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_PassiveInteract_C_K2_OnEndAbility, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'GA_PassiveInteract_C_K2_OnEndAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_PassiveInteract_C \ static_assert(alignof(UGA_PassiveInteract_C) == 0x000008, "Wrong alignment on UGA_PassiveInteract_C"); \ static_assert(sizeof(UGA_PassiveInteract_C) == 0x000430, "Wrong size on UGA_PassiveInteract_C"); \ static_assert(offsetof(UGA_PassiveInteract_C, UberGraphFrame) == 0x0003D0, "Member 'UGA_PassiveInteract_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGA_PassiveInteract_C, TraceSourceComponent) == 0x0003D8, "Member 'UGA_PassiveInteract_C::TraceSourceComponent' has a wrong offset!"); \ static_assert(offsetof(UGA_PassiveInteract_C, TargetData) == 0x0003E0, "Member 'UGA_PassiveInteract_C::TargetData' has a wrong offset!"); \ static_assert(offsetof(UGA_PassiveInteract_C, WaitInputPressHandle) == 0x000408, "Member 'UGA_PassiveInteract_C::WaitInputPressHandle' has a wrong offset!"); \ static_assert(offsetof(UGA_PassiveInteract_C, WaitForTraceHit) == 0x000410, "Member 'UGA_PassiveInteract_C::WaitForTraceHit' has a wrong offset!"); \ static_assert(offsetof(UGA_PassiveInteract_C, WaitTagRemove) == 0x000418, "Member 'UGA_PassiveInteract_C::WaitTagRemove' has a wrong offset!"); \ static_assert(offsetof(UGA_PassiveInteract_C, InteractorInterface) == 0x000420, "Member 'UGA_PassiveInteract_C::InteractorInterface' has a wrong offset!"); \ static_assert(offsetof(UGA_PassiveInteract_C, DeltaTolerance) == 0x000428, "Member 'UGA_PassiveInteract_C::DeltaTolerance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHPlayerSpeedManager_C_ExecuteUbergraph_BP_PHPlayerSpeedManager \ static_assert(alignof(BP_PHPlayerSpeedManager_C_ExecuteUbergraph_BP_PHPlayerSpeedManager) == 0x000004, "Wrong alignment on BP_PHPlayerSpeedManager_C_ExecuteUbergraph_BP_PHPlayerSpeedManager"); \ static_assert(sizeof(BP_PHPlayerSpeedManager_C_ExecuteUbergraph_BP_PHPlayerSpeedManager) == 0x000014, "Wrong size on BP_PHPlayerSpeedManager_C_ExecuteUbergraph_BP_PHPlayerSpeedManager"); \ static_assert(offsetof(BP_PHPlayerSpeedManager_C_ExecuteUbergraph_BP_PHPlayerSpeedManager, EntryPoint) == 0x000000, "Member 'BP_PHPlayerSpeedManager_C_ExecuteUbergraph_BP_PHPlayerSpeedManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PHPlayerSpeedManager_C_ExecuteUbergraph_BP_PHPlayerSpeedManager, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_PHPlayerSpeedManager_C_ExecuteUbergraph_BP_PHPlayerSpeedManager::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHPlayerSpeedManager_C_OnLevelReset \ static_assert(alignof(BP_PHPlayerSpeedManager_C_OnLevelReset) == 0x000008, "Wrong alignment on BP_PHPlayerSpeedManager_C_OnLevelReset"); \ static_assert(sizeof(BP_PHPlayerSpeedManager_C_OnLevelReset) == 0x000010, "Wrong size on BP_PHPlayerSpeedManager_C_OnLevelReset"); \ static_assert(offsetof(BP_PHPlayerSpeedManager_C_OnLevelReset, Sender) == 0x000000, "Member 'BP_PHPlayerSpeedManager_C_OnLevelReset::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHPlayerSpeedManager_C_OnLevelReset, Event) == 0x000008, "Member 'BP_PHPlayerSpeedManager_C_OnLevelReset::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PHPlayerSpeedManager_C \ static_assert(alignof(UBP_PHPlayerSpeedManager_C) == 0x000008, "Wrong alignment on UBP_PHPlayerSpeedManager_C"); \ static_assert(sizeof(UBP_PHPlayerSpeedManager_C) == 0x000548, "Wrong size on UBP_PHPlayerSpeedManager_C"); \ static_assert(offsetof(UBP_PHPlayerSpeedManager_C, UberGraphFrame) == 0x000540, "Member 'UBP_PHPlayerSpeedManager_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_Tooltip_C \ static_assert(alignof(UWBP_Tooltip_C) == 0x000008, "Wrong alignment on UWBP_Tooltip_C"); \ static_assert(sizeof(UWBP_Tooltip_C) == 0x000280, "Wrong size on UWBP_Tooltip_C"); \ static_assert(offsetof(UWBP_Tooltip_C, ContentText) == 0x000260, "Member 'UWBP_Tooltip_C::ContentText' has a wrong offset!"); \ static_assert(offsetof(UWBP_Tooltip_C, Content) == 0x000268, "Member 'UWBP_Tooltip_C::Content' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ObjectiveSubsystem_C_ExecuteUbergraph_BP_ObjectiveSubsystem \ static_assert(alignof(BP_ObjectiveSubsystem_C_ExecuteUbergraph_BP_ObjectiveSubsystem) == 0x000004, "Wrong alignment on BP_ObjectiveSubsystem_C_ExecuteUbergraph_BP_ObjectiveSubsystem"); \ static_assert(sizeof(BP_ObjectiveSubsystem_C_ExecuteUbergraph_BP_ObjectiveSubsystem) == 0x000014, "Wrong size on BP_ObjectiveSubsystem_C_ExecuteUbergraph_BP_ObjectiveSubsystem"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_ExecuteUbergraph_BP_ObjectiveSubsystem, EntryPoint) == 0x000000, "Member 'BP_ObjectiveSubsystem_C_ExecuteUbergraph_BP_ObjectiveSubsystem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_ExecuteUbergraph_BP_ObjectiveSubsystem, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_ObjectiveSubsystem_C_ExecuteUbergraph_BP_ObjectiveSubsystem::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon \ static_assert(alignof(BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon) == 0x000008, "Wrong alignment on BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon"); \ static_assert(sizeof(BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon) == 0x000020, "Wrong size on BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon, ObjectiveStatus) == 0x000000, "Member 'BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon::ObjectiveStatus' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon, ResultIcon) == 0x000008, "Member 'BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon::ResultIcon' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon, LocalResult) == 0x000010, "Member 'BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon::LocalResult' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_ObjectiveSubsystem_C_GetObjectiveStatusIcon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon \ static_assert(alignof(BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon) == 0x000008, "Wrong alignment on BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon"); \ static_assert(sizeof(BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon) == 0x000020, "Wrong size on BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon, PlayerTaskStatus) == 0x000000, "Member 'BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon::PlayerTaskStatus' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon, ResultIcon) == 0x000008, "Member 'BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon::ResultIcon' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon, LocalResult) == 0x000010, "Member 'BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon::LocalResult' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon, K2Node_SwitchEnum_CmpSuccess) == 0x000018, "Member 'BP_ObjectiveSubsystem_C_GetPlayerTaskStatusIcon::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ObjectiveSubsystem_C_OnLevelReset \ static_assert(alignof(BP_ObjectiveSubsystem_C_OnLevelReset) == 0x000008, "Wrong alignment on BP_ObjectiveSubsystem_C_OnLevelReset"); \ static_assert(sizeof(BP_ObjectiveSubsystem_C_OnLevelReset) == 0x000010, "Wrong size on BP_ObjectiveSubsystem_C_OnLevelReset"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_OnLevelReset, Sender) == 0x000000, "Member 'BP_ObjectiveSubsystem_C_OnLevelReset::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_ObjectiveSubsystem_C_OnLevelReset, Event) == 0x000008, "Member 'BP_ObjectiveSubsystem_C_OnLevelReset::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_ObjectiveSubsystem_C \ static_assert(alignof(UBP_ObjectiveSubsystem_C) == 0x000008, "Wrong alignment on UBP_ObjectiveSubsystem_C"); \ static_assert(sizeof(UBP_ObjectiveSubsystem_C) == 0x0000E8, "Wrong size on UBP_ObjectiveSubsystem_C"); \ static_assert(offsetof(UBP_ObjectiveSubsystem_C, UberGraphFrame) == 0x0000E0, "Member 'UBP_ObjectiveSubsystem_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline \ static_assert(alignof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline) == 0x000008, "Wrong alignment on BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline"); \ static_assert(sizeof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline) == 0x000288, "Wrong size on BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, EntryPoint) == 0x000000, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, Temp_bool_Has_Been_Initd_Variable) == 0x00001C, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x000020, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x00002C, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, Temp_bool_IsClosed_Variable) == 0x0000B4, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000B8, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x0000C8, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0000D0, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, K2Node_Event_DeltaSeconds) == 0x0000DC, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Vector_Distance_ReturnValue) == 0x0000E0, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000E8, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_MapRangeClamped_ReturnValue) == 0x0000F8, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000FC, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000100, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000110, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Concat_StrStr_ReturnValue) == 0x000120, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000130, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000140, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000148, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000158, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, K2Node_EOCreateEvent_OutputDelegate) == 0x000168, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, K2Node_EOEvent_Sender_1) == 0x000178, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, K2Node_EOEvent_Event_1) == 0x000180, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, K2Node_DynamicCast_AsBPE_A_DTMPA_Toggle_Interior_Spline) == 0x000188, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::K2Node_DynamicCast_AsBPE_A_DTMPA_Toggle_Interior_Spline' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, K2Node_DynamicCast_bSuccess) == 0x000190, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x000191, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000194, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001A4, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, K2Node_EOEvent_Sender) == 0x0001A8, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, K2Node_EOEvent_Event) == 0x0001B0, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, K2Node_DynamicCast_AsBPE_A_DTMPA_Spline_Point_Overlapping_Window) == 0x0001B8, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::K2Node_DynamicCast_AsBPE_A_DTMPA_Spline_Point_Overlapping_Window' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, K2Node_DynamicCast_bSuccess_1) == 0x0001C0, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0001C1, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Lerp_ReturnValue) == 0x0001C4, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0001C8, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0001C9, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_GetScalarParameterValue_ReturnValue) == 0x0001CC, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Add_FloatFloat_ReturnValue) == 0x0001D0, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_GetScalarParameterValue_ReturnValue_1) == 0x0001D4, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_FClamp_ReturnValue) == 0x0001D8, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x0001E0, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_GetFloatValue_ReturnValue) == 0x0001F0, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_GetFloatValue_ReturnValue_1) == 0x0001F4, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_GetFloatValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Lerp_ReturnValue_1) == 0x0001F8, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Lerp_ReturnValue_2) == 0x0001FC, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_FClamp_ReturnValue_1) == 0x000200, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_FClamp_ReturnValue_2) == 0x000204, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_GetScalarParameterValue_ReturnValue_2) == 0x000208, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_GetScalarParameterValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00020C, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_FClamp_ReturnValue_3) == 0x000210, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_FClamp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Conv_FloatToString_ReturnValue_4) == 0x000218, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Conv_FloatToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000228, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000230, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000240, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000250, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_FClamp_ReturnValue_4) == 0x000260, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_FClamp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000268, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000278, "Member 'BP_DTMPA_InteriorSpline_C_ExecuteUbergraph_BP_DTMPA_InteriorSpline::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DTMPA_InteriorSpline_C_SplinePointOverlappingWindow \ static_assert(alignof(BP_DTMPA_InteriorSpline_C_SplinePointOverlappingWindow) == 0x000008, "Wrong alignment on BP_DTMPA_InteriorSpline_C_SplinePointOverlappingWindow"); \ static_assert(sizeof(BP_DTMPA_InteriorSpline_C_SplinePointOverlappingWindow) == 0x000010, "Wrong size on BP_DTMPA_InteriorSpline_C_SplinePointOverlappingWindow"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_SplinePointOverlappingWindow, Sender) == 0x000000, "Member 'BP_DTMPA_InteriorSpline_C_SplinePointOverlappingWindow::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_SplinePointOverlappingWindow, Event) == 0x000008, "Member 'BP_DTMPA_InteriorSpline_C_SplinePointOverlappingWindow::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DTMPA_InteriorSpline_C_EnableInteriorSplineEvent \ static_assert(alignof(BP_DTMPA_InteriorSpline_C_EnableInteriorSplineEvent) == 0x000008, "Wrong alignment on BP_DTMPA_InteriorSpline_C_EnableInteriorSplineEvent"); \ static_assert(sizeof(BP_DTMPA_InteriorSpline_C_EnableInteriorSplineEvent) == 0x000010, "Wrong size on BP_DTMPA_InteriorSpline_C_EnableInteriorSplineEvent"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_EnableInteriorSplineEvent, Sender) == 0x000000, "Member 'BP_DTMPA_InteriorSpline_C_EnableInteriorSplineEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_EnableInteriorSplineEvent, Event) == 0x000008, "Member 'BP_DTMPA_InteriorSpline_C_EnableInteriorSplineEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DTMPA_InteriorSpline_C_ReceiveTick \ static_assert(alignof(BP_DTMPA_InteriorSpline_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DTMPA_InteriorSpline_C_ReceiveTick"); \ static_assert(sizeof(BP_DTMPA_InteriorSpline_C_ReceiveTick) == 0x000004, "Wrong size on BP_DTMPA_InteriorSpline_C_ReceiveTick"); \ static_assert(offsetof(BP_DTMPA_InteriorSpline_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DTMPA_InteriorSpline_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DTMPA_InteriorSpline_C \ static_assert(alignof(ABP_DTMPA_InteriorSpline_C) == 0x000008, "Wrong alignment on ABP_DTMPA_InteriorSpline_C"); \ static_assert(sizeof(ABP_DTMPA_InteriorSpline_C) == 0x0002E8, "Wrong size on ABP_DTMPA_InteriorSpline_C"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, UberGraphFrame) == 0x000230, "Member 'ABP_DTMPA_InteriorSpline_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, Sphere) == 0x000238, "Member 'ABP_DTMPA_InteriorSpline_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, SplineInteriorPosition) == 0x000240, "Member 'ABP_DTMPA_InteriorSpline_C::SplineInteriorPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, SplineInterior) == 0x000248, "Member 'ABP_DTMPA_InteriorSpline_C::SplineInterior' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_DTMPA_InteriorSpline_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, OpeningOffsetTimeline_NewTrack_0_06A706AE426AE3215CB894B95876560D) == 0x000258, "Member 'ABP_DTMPA_InteriorSpline_C::OpeningOffsetTimeline_NewTrack_0_06A706AE426AE3215CB894B95876560D' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, OpeningOffsetTimeline__Direction_06A706AE426AE3215CB894B95876560D) == 0x00025C, "Member 'ABP_DTMPA_InteriorSpline_C::OpeningOffsetTimeline__Direction_06A706AE426AE3215CB894B95876560D' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, OpeningOffsetTimeline) == 0x000260, "Member 'ABP_DTMPA_InteriorSpline_C::OpeningOffsetTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, EnableInteriorSpline) == 0x000268, "Member 'ABP_DTMPA_InteriorSpline_C::EnableInteriorSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, Debug) == 0x000269, "Member 'ABP_DTMPA_InteriorSpline_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, OpeningOffset) == 0x00026C, "Member 'ABP_DTMPA_InteriorSpline_C::OpeningOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, ApplyOpeningOffset) == 0x000270, "Member 'ABP_DTMPA_InteriorSpline_C::ApplyOpeningOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, MaxDistanceFromInteriorSpline) == 0x000274, "Member 'ABP_DTMPA_InteriorSpline_C::MaxDistanceFromInteriorSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, PAVolumeMultiplier) == 0x000278, "Member 'ABP_DTMPA_InteriorSpline_C::PAVolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, LerpInWindowDur) == 0x00027C, "Member 'ABP_DTMPA_InteriorSpline_C::LerpInWindowDur' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, OpeningOffsetMin) == 0x000280, "Member 'ABP_DTMPA_InteriorSpline_C::OpeningOffsetMin' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, OpeningOffsetMax) == 0x000284, "Member 'ABP_DTMPA_InteriorSpline_C::OpeningOffsetMax' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, OpeningOffsetLerpValue) == 0x000288, "Member 'ABP_DTMPA_InteriorSpline_C::OpeningOffsetLerpValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, PAVolumeMultiplierMinClamp) == 0x00028C, "Member 'ABP_DTMPA_InteriorSpline_C::PAVolumeMultiplierMinClamp' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, PAVolumeMultiplierMaxClamp) == 0x000290, "Member 'ABP_DTMPA_InteriorSpline_C::PAVolumeMultiplierMaxClamp' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, SourceEffectLPF) == 0x000298, "Member 'ABP_DTMPA_InteriorSpline_C::SourceEffectLPF' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, DistanceToAttenuateInInterior) == 0x0002A0, "Member 'ABP_DTMPA_InteriorSpline_C::DistanceToAttenuateInInterior' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, LPFMultiplier) == 0x0002A4, "Member 'ABP_DTMPA_InteriorSpline_C::LPFMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, WindowLPFOffset) == 0x0002A8, "Member 'ABP_DTMPA_InteriorSpline_C::WindowLPFOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, WindowLPFOffsetValue) == 0x0002AC, "Member 'ABP_DTMPA_InteriorSpline_C::WindowLPFOffsetValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, WindowEQOffsetValue) == 0x0002B0, "Member 'ABP_DTMPA_InteriorSpline_C::WindowEQOffsetValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, DistanceToLPFInInterior) == 0x0002B4, "Member 'ABP_DTMPA_InteriorSpline_C::DistanceToLPFInInterior' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, Tick_Interval) == 0x0002B8, "Member 'ABP_DTMPA_InteriorSpline_C::Tick_Interval' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, WindowOffsetTimeline) == 0x0002BC, "Member 'ABP_DTMPA_InteriorSpline_C::WindowOffsetTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, WindowOffsetLPFValue) == 0x0002C0, "Member 'ABP_DTMPA_InteriorSpline_C::WindowOffsetLPFValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, MaxLPF) == 0x0002C4, "Member 'ABP_DTMPA_InteriorSpline_C::MaxLPF' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, PALPFMultiplierMinClamp) == 0x0002C8, "Member 'ABP_DTMPA_InteriorSpline_C::PALPFMultiplierMinClamp' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, PALPFMultiplierMaxClamp) == 0x0002CC, "Member 'ABP_DTMPA_InteriorSpline_C::PALPFMultiplierMaxClamp' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, Curve) == 0x0002D0, "Member 'ABP_DTMPA_InteriorSpline_C::Curve' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, PAVolumeOffsetValue) == 0x0002D8, "Member 'ABP_DTMPA_InteriorSpline_C::PAVolumeOffsetValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, MaxEQ) == 0x0002DC, "Member 'ABP_DTMPA_InteriorSpline_C::MaxEQ' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_InteriorSpline_C, EQMultiplier) == 0x0002E0, "Member 'ABP_DTMPA_InteriorSpline_C::EQMultiplier' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem \ static_assert(alignof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem) == 0x000008, "Wrong alignment on BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem"); \ static_assert(sizeof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem) == 0x000080, "Wrong size on BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem, EntryPoint) == 0x000000, "Member 'BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem, K2Node_Event_Sender) == 0x000008, "Member 'BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem::K2Node_Event_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem, K2Node_Event_Event) == 0x000010, "Member 'BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem::K2Node_Event_Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem, CallFunc_ToString_ReturnValue) == 0x000018, "Member 'BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem::CallFunc_ToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem, CallFunc_GetPathName_ReturnValue) == 0x000028, "Member 'BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem, K2Node_DynamicCast_AsBPE_Microfilm_Set_Inventory_Item) == 0x000038, "Member 'BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem::K2Node_DynamicCast_AsBPE_Microfilm_Set_Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem, CallFunc_GetMicrofilmStatus_EventMicrofilmStatus) == 0x000058, "Member 'BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem::CallFunc_GetMicrofilmStatus_EventMicrofilmStatus' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'BP_BaseMicrofilmInventoryItem_C_ExecuteUbergraph_BP_BaseMicrofilmInventoryItem::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmInventoryItem_C_OnSetItemEvent \ static_assert(alignof(BP_BaseMicrofilmInventoryItem_C_OnSetItemEvent) == 0x000008, "Wrong alignment on BP_BaseMicrofilmInventoryItem_C_OnSetItemEvent"); \ static_assert(sizeof(BP_BaseMicrofilmInventoryItem_C_OnSetItemEvent) == 0x000010, "Wrong size on BP_BaseMicrofilmInventoryItem_C_OnSetItemEvent"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_OnSetItemEvent, Sender) == 0x000000, "Member 'BP_BaseMicrofilmInventoryItem_C_OnSetItemEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_OnSetItemEvent, Event) == 0x000008, "Member 'BP_BaseMicrofilmInventoryItem_C_OnSetItemEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus \ static_assert(alignof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus) == 0x000008, "Wrong alignment on BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus"); \ static_assert(sizeof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus) == 0x000148, "Wrong size on BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, NewStatus) == 0x000000, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::NewStatus' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000004, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_ToString_ReturnValue) == 0x000008, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_ToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000018, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_GetParentInventoryManager_ReturnValue) == 0x000038, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_GetParentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager) == 0x000050, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_ToString_ReturnValue_1) == 0x000070, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_ToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_GetParentInventoryManager_ReturnValue_1) == 0x000080, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_GetParentInventoryManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000088, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0000A0, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x0000B0, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C0, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x0000D0, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000E0, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000F0, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4) == 0x000100, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000110, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000120, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000130, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_Greater_ByteByte_ReturnValue) == 0x000140, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_Greater_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000141, "Member 'BP_BaseMicrofilmInventoryItem_C_SetMicrofilmStatus::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmInventoryItem_C_GetMicrofilmStatus \ static_assert(alignof(BP_BaseMicrofilmInventoryItem_C_GetMicrofilmStatus) == 0x000001, "Wrong alignment on BP_BaseMicrofilmInventoryItem_C_GetMicrofilmStatus"); \ static_assert(sizeof(BP_BaseMicrofilmInventoryItem_C_GetMicrofilmStatus) == 0x000001, "Wrong size on BP_BaseMicrofilmInventoryItem_C_GetMicrofilmStatus"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_GetMicrofilmStatus, CurrMicrofilmStatus) == 0x000000, "Member 'BP_BaseMicrofilmInventoryItem_C_GetMicrofilmStatus::CurrMicrofilmStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmInventoryItem_C_ToString \ static_assert(alignof(BP_BaseMicrofilmInventoryItem_C_ToString) == 0x000008, "Wrong alignment on BP_BaseMicrofilmInventoryItem_C_ToString"); \ static_assert(sizeof(BP_BaseMicrofilmInventoryItem_C_ToString) == 0x0000B8, "Wrong size on BP_BaseMicrofilmInventoryItem_C_ToString"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, ReturnValue) == 0x000000, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, LocalManagerName) == 0x000010, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::LocalManagerName' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, CallFunc_GetObjectName_ReturnValue) == 0x000020, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, CallFunc_GetParentInventoryManager_ReturnValue) == 0x000060, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::CallFunc_GetParentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, CallFunc_ToString_ReturnValue) == 0x000078, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::CallFunc_ToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000088, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000098, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, CallFunc_GetParentInventoryManager_ReturnValue_1) == 0x0000A8, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::CallFunc_GetParentInventoryManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmInventoryItem_C_ToString, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'BP_BaseMicrofilmInventoryItem_C_ToString::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_BaseMicrofilmInventoryItem_C \ static_assert(alignof(UBP_BaseMicrofilmInventoryItem_C) == 0x000008, "Wrong alignment on UBP_BaseMicrofilmInventoryItem_C"); \ static_assert(sizeof(UBP_BaseMicrofilmInventoryItem_C) == 0x0000E0, "Wrong size on UBP_BaseMicrofilmInventoryItem_C"); \ static_assert(offsetof(UBP_BaseMicrofilmInventoryItem_C, UberGraphFrame) == 0x000078, "Member 'UBP_BaseMicrofilmInventoryItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseMicrofilmInventoryItem_C, UIIcon) == 0x000080, "Member 'UBP_BaseMicrofilmInventoryItem_C::UIIcon' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseMicrofilmInventoryItem_C, MicrofilmInvStatus) == 0x000088, "Member 'UBP_BaseMicrofilmInventoryItem_C::MicrofilmInvStatus' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseMicrofilmInventoryItem_C, PrevMicrofilmInvStatus) == 0x000089, "Member 'UBP_BaseMicrofilmInventoryItem_C::PrevMicrofilmInvStatus' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseMicrofilmInventoryItem_C, MicroficheSelectorMaterial) == 0x000090, "Member 'UBP_BaseMicrofilmInventoryItem_C::MicroficheSelectorMaterial' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseMicrofilmInventoryItem_C, StickyNotes) == 0x000098, "Member 'UBP_BaseMicrofilmInventoryItem_C::StickyNotes' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseMicrofilmInventoryItem_C, MicrofilmID) == 0x0000B0, "Member 'UBP_BaseMicrofilmInventoryItem_C::MicrofilmID' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseMicrofilmInventoryItem_C, EnvelopeFrontMaterial) == 0x0000B8, "Member 'UBP_BaseMicrofilmInventoryItem_C::EnvelopeFrontMaterial' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseMicrofilmInventoryItem_C, MarkedEvelopeTexture) == 0x0000C0, "Member 'UBP_BaseMicrofilmInventoryItem_C::MarkedEvelopeTexture' has a wrong offset!"); \ static_assert(offsetof(UBP_BaseMicrofilmInventoryItem_C, UIContent) == 0x0000C8, "Member 'UBP_BaseMicrofilmInventoryItem_C::UIContent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PHFootprintActor_C \ static_assert(alignof(ABP_PHFootprintActor_C) == 0x000008, "Wrong alignment on ABP_PHFootprintActor_C"); \ static_assert(sizeof(ABP_PHFootprintActor_C) == 0x0002D0, "Wrong size on ABP_PHFootprintActor_C"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_ExecuteUbergraph_WBP_PauseMenu_ObjectiveItem \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_ExecuteUbergraph_WBP_PauseMenu_ObjectiveItem) == 0x000004, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_ExecuteUbergraph_WBP_PauseMenu_ObjectiveItem"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_ExecuteUbergraph_WBP_PauseMenu_ObjectiveItem) == 0x000004, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_ExecuteUbergraph_WBP_PauseMenu_ObjectiveItem"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_ExecuteUbergraph_WBP_PauseMenu_ObjectiveItem, EntryPoint) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_ExecuteUbergraph_WBP_PauseMenu_ObjectiveItem::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText) == 0x000008, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText) == 0x0000C0, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText, K2Node_MakeStruct_FormatArgumentData) == 0x000018, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000058, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText, K2Node_MakeArray_Array) == 0x000098, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText, CallFunc_Format_ReturnValue) == 0x0000A8, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetObjectiveText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_GetWidgetStatusIcon \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStatusIcon) == 0x000008, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_GetWidgetStatusIcon"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStatusIcon) == 0x000098, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_GetWidgetStatusIcon"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStatusIcon, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetStatusIcon::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStatusIcon, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000088, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetStatusIcon::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStatusIcon, CallFunc_GetObjectiveStatusIcon_ResultIcon) == 0x000090, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetStatusIcon::CallFunc_GetObjectiveStatusIcon_ResultIcon' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_SetObjectiveText \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveText) == 0x000008, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_SetObjectiveText"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveText) == 0x000020, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_SetObjectiveText"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveText, NewObjectiveText) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_SetObjectiveText::NewObjectiveText' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveText, CallFunc_NotEqual_TextText_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_ObjectiveItem_C_SetObjectiveText::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_GetObjectiveText \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveText) == 0x000008, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_GetObjectiveText"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveText) == 0x000018, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_GetObjectiveText"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveText, Result) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetObjectiveText::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_SetObjectiveStatus \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveStatus) == 0x000001, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_SetObjectiveStatus"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveStatus) == 0x000002, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_SetObjectiveStatus"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveStatus, NewObjectiveStatus) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_SetObjectiveStatus::NewObjectiveStatus' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveStatus, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_PauseMenu_ObjectiveItem_C_SetObjectiveStatus::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_GetObjectiveStatus \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveStatus) == 0x000001, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_GetObjectiveStatus"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveStatus) == 0x000001, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_GetObjectiveStatus"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveStatus, Result) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetObjectiveStatus::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_SetObjectiveClass \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveClass) == 0x000008, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_SetObjectiveClass"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveClass) == 0x000010, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_SetObjectiveClass"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveClass, NewObjectiveClass) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_SetObjectiveClass::NewObjectiveClass' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveClass, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_ObjectiveItem_C_SetObjectiveClass::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_GetObjectiveClass \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveClass) == 0x000008, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_GetObjectiveClass"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveClass) == 0x000008, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_GetObjectiveClass"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveClass, Result) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetObjectiveClass::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_MatchesObjective \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective) == 0x000008, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_MatchesObjective"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective) == 0x000020, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_MatchesObjective"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective, ObjectiveToCheck) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_MatchesObjective::ObjectiveToCheck' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective, Result) == 0x000008, "Member 'WBP_PauseMenu_ObjectiveItem_C_MatchesObjective::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_PauseMenu_ObjectiveItem_C_MatchesObjective::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective, CallFunc_IsOptional_ReturnValue) == 0x00000A, "Member 'WBP_PauseMenu_ObjectiveItem_C_MatchesObjective::CallFunc_IsOptional_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective, CallFunc_EqualEqual_BoolBool_ReturnValue) == 0x00000B, "Member 'WBP_PauseMenu_ObjectiveItem_C_MatchesObjective::CallFunc_EqualEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective, CallFunc_IsValidClass_ReturnValue) == 0x00000C, "Member 'WBP_PauseMenu_ObjectiveItem_C_MatchesObjective::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective, CallFunc_EqualEqual_TextText_ReturnValue) == 0x00000D, "Member 'WBP_PauseMenu_ObjectiveItem_C_MatchesObjective::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective, CallFunc_GetObjectiveStatus_ReturnValue) == 0x00000E, "Member 'WBP_PauseMenu_ObjectiveItem_C_MatchesObjective::CallFunc_GetObjectiveStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000F, "Member 'WBP_PauseMenu_ObjectiveItem_C_MatchesObjective::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'WBP_PauseMenu_ObjectiveItem_C_MatchesObjective::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_MatchesObjective, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_ObjectiveItem_C_MatchesObjective::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_SetObjectiveOptional \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveOptional) == 0x000001, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_SetObjectiveOptional"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveOptional) == 0x000002, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_SetObjectiveOptional"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveOptional, NewOptional) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_SetObjectiveOptional::NewOptional' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_SetObjectiveOptional, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000001, "Member 'WBP_PauseMenu_ObjectiveItem_C_SetObjectiveOptional::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_GetObjectiveOptional \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveOptional) == 0x000001, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_GetObjectiveOptional"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveOptional) == 0x000001, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_GetObjectiveOptional"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetObjectiveOptional, Result) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetObjectiveOptional::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility) == 0x000008, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility) == 0x000050, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility, ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility, K2Node_MakeArray_Array) == 0x000008, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility, CallFunc_Format_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility, CallFunc_GetText_ReturnValue) == 0x000030, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000048, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility, K2Node_SwitchEnum_CmpSuccess) == 0x000049, "Member 'WBP_PauseMenu_ObjectiveItem_C_GetWidgetStrikeVisibility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenu_ObjectiveItem_C_UpdateStrike \ static_assert(alignof(WBP_PauseMenu_ObjectiveItem_C_UpdateStrike) == 0x000008, "Wrong alignment on WBP_PauseMenu_ObjectiveItem_C_UpdateStrike"); \ static_assert(sizeof(WBP_PauseMenu_ObjectiveItem_C_UpdateStrike) == 0x000028, "Wrong size on WBP_PauseMenu_ObjectiveItem_C_UpdateStrike"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_UpdateStrike, CallFunc_GetDesiredSize_ReturnValue) == 0x000000, "Member 'WBP_PauseMenu_ObjectiveItem_C_UpdateStrike::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_UpdateStrike, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'WBP_PauseMenu_ObjectiveItem_C_UpdateStrike::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_UpdateStrike, CallFunc_BreakVector2D_X) == 0x000010, "Member 'WBP_PauseMenu_ObjectiveItem_C_UpdateStrike::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_UpdateStrike, CallFunc_BreakVector2D_Y) == 0x000014, "Member 'WBP_PauseMenu_ObjectiveItem_C_UpdateStrike::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_UpdateStrike, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_PauseMenu_ObjectiveItem_C_UpdateStrike::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenu_ObjectiveItem_C_UpdateStrike, CallFunc_MakeVector2D_ReturnValue) == 0x00001C, "Member 'WBP_PauseMenu_ObjectiveItem_C_UpdateStrike::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_PauseMenu_ObjectiveItem_C \ static_assert(alignof(UWBP_PauseMenu_ObjectiveItem_C) == 0x000008, "Wrong alignment on UWBP_PauseMenu_ObjectiveItem_C"); \ static_assert(sizeof(UWBP_PauseMenu_ObjectiveItem_C) == 0x000358, "Wrong size on UWBP_PauseMenu_ObjectiveItem_C"); \ static_assert(offsetof(UWBP_PauseMenu_ObjectiveItem_C, UberGraphFrame) == 0x000260, "Member 'UWBP_PauseMenu_ObjectiveItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_ObjectiveItem_C, ObjectiveText) == 0x000268, "Member 'UWBP_PauseMenu_ObjectiveItem_C::ObjectiveText' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_ObjectiveItem_C, WidgetStrike) == 0x000270, "Member 'UWBP_PauseMenu_ObjectiveItem_C::WidgetStrike' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_ObjectiveItem_C, ObjectiveTextParam) == 0x000278, "Member 'UWBP_PauseMenu_ObjectiveItem_C::ObjectiveTextParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_ObjectiveItem_C, ObjectiveStatusParam) == 0x000290, "Member 'UWBP_PauseMenu_ObjectiveItem_C::ObjectiveStatusParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_ObjectiveItem_C, InternalIconSlateBrush) == 0x000298, "Member 'UWBP_PauseMenu_ObjectiveItem_C::InternalIconSlateBrush' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_ObjectiveItem_C, ObjectiveClassParam) == 0x000320, "Member 'UWBP_PauseMenu_ObjectiveItem_C::ObjectiveClassParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_ObjectiveItem_C, ObjectiveOptionalParam) == 0x000328, "Member 'UWBP_PauseMenu_ObjectiveItem_C::ObjectiveOptionalParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_ObjectiveItem_C, DisplayText) == 0x000330, "Member 'UWBP_PauseMenu_ObjectiveItem_C::DisplayText' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenu_ObjectiveItem_C, OptionalText) == 0x000340, "Member 'UWBP_PauseMenu_ObjectiveItem_C::OptionalText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPE_Microfilm_RemoveInventoryItem_C_GetInventoryItemToRemove \ static_assert(alignof(BPE_Microfilm_RemoveInventoryItem_C_GetInventoryItemToRemove) == 0x000008, "Wrong alignment on BPE_Microfilm_RemoveInventoryItem_C_GetInventoryItemToRemove"); \ static_assert(sizeof(BPE_Microfilm_RemoveInventoryItem_C_GetInventoryItemToRemove) == 0x000008, "Wrong size on BPE_Microfilm_RemoveInventoryItem_C_GetInventoryItemToRemove"); \ static_assert(offsetof(BPE_Microfilm_RemoveInventoryItem_C_GetInventoryItemToRemove, ReturnValue) == 0x000000, "Member 'BPE_Microfilm_RemoveInventoryItem_C_GetInventoryItemToRemove::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPE_Microfilm_RemoveInventoryItem_C_GetCustomData \ static_assert(alignof(BPE_Microfilm_RemoveInventoryItem_C_GetCustomData) == 0x000008, "Wrong alignment on BPE_Microfilm_RemoveInventoryItem_C_GetCustomData"); \ static_assert(sizeof(BPE_Microfilm_RemoveInventoryItem_C_GetCustomData) == 0x000008, "Wrong size on BPE_Microfilm_RemoveInventoryItem_C_GetCustomData"); \ static_assert(offsetof(BPE_Microfilm_RemoveInventoryItem_C_GetCustomData, ReturnValue) == 0x000000, "Member 'BPE_Microfilm_RemoveInventoryItem_C_GetCustomData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Microfilm_RemoveInventoryItem_C \ static_assert(alignof(UBPE_Microfilm_RemoveInventoryItem_C) == 0x000008, "Wrong alignment on UBPE_Microfilm_RemoveInventoryItem_C"); \ static_assert(sizeof(UBPE_Microfilm_RemoveInventoryItem_C) == 0x000040, "Wrong size on UBPE_Microfilm_RemoveInventoryItem_C"); \ static_assert(offsetof(UBPE_Microfilm_RemoveInventoryItem_C, MicrofilmInvItemClassToRemove) == 0x000030, "Member 'UBPE_Microfilm_RemoveInventoryItem_C::MicrofilmInvItemClassToRemove' has a wrong offset!"); \ static_assert(offsetof(UBPE_Microfilm_RemoveInventoryItem_C, MicrofilmInvCustomData) == 0x000038, "Member 'UBPE_Microfilm_RemoveInventoryItem_C::MicrofilmInvCustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPE_Microfilm_AddInventoryItem_C_GetInventoryItemClassToAdd \ static_assert(alignof(BPE_Microfilm_AddInventoryItem_C_GetInventoryItemClassToAdd) == 0x000008, "Wrong alignment on BPE_Microfilm_AddInventoryItem_C_GetInventoryItemClassToAdd"); \ static_assert(sizeof(BPE_Microfilm_AddInventoryItem_C_GetInventoryItemClassToAdd) == 0x000008, "Wrong size on BPE_Microfilm_AddInventoryItem_C_GetInventoryItemClassToAdd"); \ static_assert(offsetof(BPE_Microfilm_AddInventoryItem_C_GetInventoryItemClassToAdd, ReturnValue) == 0x000000, "Member 'BPE_Microfilm_AddInventoryItem_C_GetInventoryItemClassToAdd::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPE_Microfilm_AddInventoryItem_C_GetCustomData \ static_assert(alignof(BPE_Microfilm_AddInventoryItem_C_GetCustomData) == 0x000008, "Wrong alignment on BPE_Microfilm_AddInventoryItem_C_GetCustomData"); \ static_assert(sizeof(BPE_Microfilm_AddInventoryItem_C_GetCustomData) == 0x000008, "Wrong size on BPE_Microfilm_AddInventoryItem_C_GetCustomData"); \ static_assert(offsetof(BPE_Microfilm_AddInventoryItem_C_GetCustomData, ReturnValue) == 0x000000, "Member 'BPE_Microfilm_AddInventoryItem_C_GetCustomData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Microfilm_AddInventoryItem_C \ static_assert(alignof(UBPE_Microfilm_AddInventoryItem_C) == 0x000008, "Wrong alignment on UBPE_Microfilm_AddInventoryItem_C"); \ static_assert(sizeof(UBPE_Microfilm_AddInventoryItem_C) == 0x000048, "Wrong size on UBPE_Microfilm_AddInventoryItem_C"); \ static_assert(offsetof(UBPE_Microfilm_AddInventoryItem_C, MicrofilmInvItemClassToAdd) == 0x000038, "Member 'UBPE_Microfilm_AddInventoryItem_C::MicrofilmInvItemClassToAdd' has a wrong offset!"); \ static_assert(offsetof(UBPE_Microfilm_AddInventoryItem_C, MicrofilmInvCustomData) == 0x000040, "Member 'UBPE_Microfilm_AddInventoryItem_C::MicrofilmInvCustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPE_Microfilm_SetInventoryItem_C_GetInventoryItemToSet \ static_assert(alignof(BPE_Microfilm_SetInventoryItem_C_GetInventoryItemToSet) == 0x000008, "Wrong alignment on BPE_Microfilm_SetInventoryItem_C_GetInventoryItemToSet"); \ static_assert(sizeof(BPE_Microfilm_SetInventoryItem_C_GetInventoryItemToSet) == 0x000008, "Wrong size on BPE_Microfilm_SetInventoryItem_C_GetInventoryItemToSet"); \ static_assert(offsetof(BPE_Microfilm_SetInventoryItem_C_GetInventoryItemToSet, ReturnValue) == 0x000000, "Member 'BPE_Microfilm_SetInventoryItem_C_GetInventoryItemToSet::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPE_Microfilm_SetInventoryItem_C_GetCustomData \ static_assert(alignof(BPE_Microfilm_SetInventoryItem_C_GetCustomData) == 0x000008, "Wrong alignment on BPE_Microfilm_SetInventoryItem_C_GetCustomData"); \ static_assert(sizeof(BPE_Microfilm_SetInventoryItem_C_GetCustomData) == 0x000008, "Wrong size on BPE_Microfilm_SetInventoryItem_C_GetCustomData"); \ static_assert(offsetof(BPE_Microfilm_SetInventoryItem_C_GetCustomData, ReturnValue) == 0x000000, "Member 'BPE_Microfilm_SetInventoryItem_C_GetCustomData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPE_Microfilm_SetInventoryItem_C_GetMicrofilmStatus \ static_assert(alignof(BPE_Microfilm_SetInventoryItem_C_GetMicrofilmStatus) == 0x000001, "Wrong alignment on BPE_Microfilm_SetInventoryItem_C_GetMicrofilmStatus"); \ static_assert(sizeof(BPE_Microfilm_SetInventoryItem_C_GetMicrofilmStatus) == 0x000001, "Wrong size on BPE_Microfilm_SetInventoryItem_C_GetMicrofilmStatus"); \ static_assert(offsetof(BPE_Microfilm_SetInventoryItem_C_GetMicrofilmStatus, EventMicrofilmStatus) == 0x000000, "Member 'BPE_Microfilm_SetInventoryItem_C_GetMicrofilmStatus::EventMicrofilmStatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Microfilm_SetInventoryItem_C \ static_assert(alignof(UBPE_Microfilm_SetInventoryItem_C) == 0x000008, "Wrong alignment on UBPE_Microfilm_SetInventoryItem_C"); \ static_assert(sizeof(UBPE_Microfilm_SetInventoryItem_C) == 0x000050, "Wrong size on UBPE_Microfilm_SetInventoryItem_C"); \ static_assert(offsetof(UBPE_Microfilm_SetInventoryItem_C, MicrofilmInvItemClassToSet) == 0x000038, "Member 'UBPE_Microfilm_SetInventoryItem_C::MicrofilmInvItemClassToSet' has a wrong offset!"); \ static_assert(offsetof(UBPE_Microfilm_SetInventoryItem_C, MicrofilmInvStatus) == 0x000040, "Member 'UBPE_Microfilm_SetInventoryItem_C::MicrofilmInvStatus' has a wrong offset!"); \ static_assert(offsetof(UBPE_Microfilm_SetInventoryItem_C, MicrofilmInvCustomData) == 0x000048, "Member 'UBPE_Microfilm_SetInventoryItem_C::MicrofilmInvCustomData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_ObjectiveList_C_ExecuteUbergraph_WBP_PauseMenuCategory_ObjectiveList \ static_assert(alignof(WBP_PauseMenuCategory_ObjectiveList_C_ExecuteUbergraph_WBP_PauseMenuCategory_ObjectiveList) == 0x000004, "Wrong alignment on WBP_PauseMenuCategory_ObjectiveList_C_ExecuteUbergraph_WBP_PauseMenuCategory_ObjectiveList"); \ static_assert(sizeof(WBP_PauseMenuCategory_ObjectiveList_C_ExecuteUbergraph_WBP_PauseMenuCategory_ObjectiveList) == 0x000004, "Wrong size on WBP_PauseMenuCategory_ObjectiveList_C_ExecuteUbergraph_WBP_PauseMenuCategory_ObjectiveList"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_ExecuteUbergraph_WBP_PauseMenuCategory_ObjectiveList, EntryPoint) == 0x000000, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_ExecuteUbergraph_WBP_PauseMenuCategory_ObjectiveList::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_ObjectiveList_C_GetWidgetTasktName \ static_assert(alignof(WBP_PauseMenuCategory_ObjectiveList_C_GetWidgetTasktName) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_ObjectiveList_C_GetWidgetTasktName"); \ static_assert(sizeof(WBP_PauseMenuCategory_ObjectiveList_C_GetWidgetTasktName) == 0x000018, "Wrong size on WBP_PauseMenuCategory_ObjectiveList_C_GetWidgetTasktName"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_GetWidgetTasktName, ReturnValue) == 0x000000, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_GetWidgetTasktName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName \ static_assert(alignof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName"); \ static_assert(sizeof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName) == 0x000020, "Wrong size on WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName, NewCurrTaskName) == 0x000000, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName::NewCurrTaskName' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName, CallFunc_GetNumFinishedTasksAndObjectivesHistory_ReturnValue) == 0x000018, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName::CallFunc_GetNumFinishedTasksAndObjectivesHistory_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName, CallFunc_TextIsEmpty_ReturnValue) == 0x00001D, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskName::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskName \ static_assert(alignof(WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskName) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskName"); \ static_assert(sizeof(WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskName) == 0x000018, "Wrong size on WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskName"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskName, Result) == 0x000000, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskName::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskClass \ static_assert(alignof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskClass) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskClass"); \ static_assert(sizeof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskClass) == 0x000010, "Wrong size on WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskClass"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskClass, NewTaskClass) == 0x000000, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskClass::NewTaskClass' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskClass, CallFunc_NotEqual_ClassClass_ReturnValue) == 0x000008, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskClass::CallFunc_NotEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskClass \ static_assert(alignof(WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskClass) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskClass"); \ static_assert(sizeof(WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskClass) == 0x000008, "Wrong size on WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskClass"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskClass, Result) == 0x000000, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskClass::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskStatus \ static_assert(alignof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskStatus) == 0x000001, "Wrong alignment on WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskStatus"); \ static_assert(sizeof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskStatus) == 0x000002, "Wrong size on WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskStatus"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskStatus, NewTaskStatus) == 0x000000, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskStatus::NewTaskStatus' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskStatus, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetCurrentTaskStatus::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskStatus \ static_assert(alignof(WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskStatus) == 0x000001, "Wrong alignment on WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskStatus"); \ static_assert(sizeof(WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskStatus) == 0x000001, "Wrong size on WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskStatus"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskStatus, Result) == 0x000000, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_GetCurrentTaskStatus::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask \ static_assert(alignof(WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask"); \ static_assert(sizeof(WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask) == 0x000020, "Wrong size on WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask, PlayerTaskToCheck) == 0x000000, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask::PlayerTaskToCheck' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask, Result) == 0x000008, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask, CallFunc_EqualEqual_TextText_ReturnValue) == 0x00000A, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000018, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask, CallFunc_IsValidClass_ReturnValue) == 0x000019, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask, CallFunc_GetPlayerTaskStatus_ReturnValue) == 0x00001A, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask::CallFunc_GetPlayerTaskStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00001B, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_MatchesTask::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask \ static_assert(alignof(WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask"); \ static_assert(sizeof(WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask) == 0x000018, "Wrong size on WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask, NewTask) == 0x000000, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask::NewTask' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask, CallFunc_GetPlayerTaskStatus_ReturnValue) == 0x000009, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask::CallFunc_GetPlayerTaskStatus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_SetFromTask::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts \ static_assert(alignof(WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts) == 0x000008, "Wrong alignment on WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts"); \ static_assert(sizeof(WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts) == 0x000040, "Wrong size on WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts, K2Node_DynamicCast_AsWBP_Pause_Menu_Objective_Item) == 0x000030, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts::K2Node_DynamicCast_AsWBP_Pause_Menu_Objective_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'WBP_PauseMenuCategory_ObjectiveList_C_UpdateTexts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_PauseMenuCategory_ObjectiveList_C \ static_assert(alignof(UWBP_PauseMenuCategory_ObjectiveList_C) == 0x000008, "Wrong alignment on UWBP_PauseMenuCategory_ObjectiveList_C"); \ static_assert(sizeof(UWBP_PauseMenuCategory_ObjectiveList_C) == 0x0002A8, "Wrong size on UWBP_PauseMenuCategory_ObjectiveList_C"); \ static_assert(offsetof(UWBP_PauseMenuCategory_ObjectiveList_C, UberGraphFrame) == 0x000260, "Member 'UWBP_PauseMenuCategory_ObjectiveList_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_ObjectiveList_C, ObjectiveItemList) == 0x000268, "Member 'UWBP_PauseMenuCategory_ObjectiveList_C::ObjectiveItemList' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_ObjectiveList_C, TaskName) == 0x000270, "Member 'UWBP_PauseMenuCategory_ObjectiveList_C::TaskName' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_ObjectiveList_C, TaskNameStaticText) == 0x000278, "Member 'UWBP_PauseMenuCategory_ObjectiveList_C::TaskNameStaticText' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_ObjectiveList_C, CurrentTaskNameParam) == 0x000280, "Member 'UWBP_PauseMenuCategory_ObjectiveList_C::CurrentTaskNameParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_ObjectiveList_C, CurrentTaskClassParam) == 0x000298, "Member 'UWBP_PauseMenuCategory_ObjectiveList_C::CurrentTaskClassParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_PauseMenuCategory_ObjectiveList_C, CurrentTaskStatusParam) == 0x0002A0, "Member 'UWBP_PauseMenuCategory_ObjectiveList_C::CurrentTaskStatusParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera \ static_assert(alignof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera) == 0x000004, "Wrong alignment on BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera"); \ static_assert(sizeof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera) == 0x000004, "Wrong size on BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera"); \ static_assert(offsetof(BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera, EntryPoint) == 0x000000, "Member 'BP_PlayerCamera_C_ExecuteUbergraph_BP_PlayerCamera::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCamera_C_GetRelocator \ static_assert(alignof(BP_PlayerCamera_C_GetRelocator) == 0x000008, "Wrong alignment on BP_PlayerCamera_C_GetRelocator"); \ static_assert(sizeof(BP_PlayerCamera_C_GetRelocator) == 0x000008, "Wrong size on BP_PlayerCamera_C_GetRelocator"); \ static_assert(offsetof(BP_PlayerCamera_C_GetRelocator, ReturnValue) == 0x000000, "Member 'BP_PlayerCamera_C_GetRelocator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCamera_C_GetDefaultCameraTransform \ static_assert(alignof(BP_PlayerCamera_C_GetDefaultCameraTransform) == 0x000010, "Wrong alignment on BP_PlayerCamera_C_GetDefaultCameraTransform"); \ static_assert(sizeof(BP_PlayerCamera_C_GetDefaultCameraTransform) == 0x000040, "Wrong size on BP_PlayerCamera_C_GetDefaultCameraTransform"); \ static_assert(offsetof(BP_PlayerCamera_C_GetDefaultCameraTransform, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCamera_C_GetDefaultCameraTransform::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCamera_C_GetDefaultCameraTransform, ReturnValue) == 0x000010, "Member 'BP_PlayerCamera_C_GetDefaultCameraTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCamera_C_GetDefaultCameraScale \ static_assert(alignof(BP_PlayerCamera_C_GetDefaultCameraScale) == 0x000004, "Wrong alignment on BP_PlayerCamera_C_GetDefaultCameraScale"); \ static_assert(sizeof(BP_PlayerCamera_C_GetDefaultCameraScale) == 0x000010, "Wrong size on BP_PlayerCamera_C_GetDefaultCameraScale"); \ static_assert(offsetof(BP_PlayerCamera_C_GetDefaultCameraScale, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCamera_C_GetDefaultCameraScale::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCamera_C_GetDefaultCameraScale, ReturnValue) == 0x000004, "Member 'BP_PlayerCamera_C_GetDefaultCameraScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCamera_C_GetDefaultCameraRotation \ static_assert(alignof(BP_PlayerCamera_C_GetDefaultCameraRotation) == 0x000004, "Wrong alignment on BP_PlayerCamera_C_GetDefaultCameraRotation"); \ static_assert(sizeof(BP_PlayerCamera_C_GetDefaultCameraRotation) == 0x000010, "Wrong size on BP_PlayerCamera_C_GetDefaultCameraRotation"); \ static_assert(offsetof(BP_PlayerCamera_C_GetDefaultCameraRotation, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCamera_C_GetDefaultCameraRotation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCamera_C_GetDefaultCameraRotation, ReturnValue) == 0x000004, "Member 'BP_PlayerCamera_C_GetDefaultCameraRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCamera_C_GetDefaultCameraLocation \ static_assert(alignof(BP_PlayerCamera_C_GetDefaultCameraLocation) == 0x000004, "Wrong alignment on BP_PlayerCamera_C_GetDefaultCameraLocation"); \ static_assert(sizeof(BP_PlayerCamera_C_GetDefaultCameraLocation) == 0x000010, "Wrong size on BP_PlayerCamera_C_GetDefaultCameraLocation"); \ static_assert(offsetof(BP_PlayerCamera_C_GetDefaultCameraLocation, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCamera_C_GetDefaultCameraLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCamera_C_GetDefaultCameraLocation, ReturnValue) == 0x000004, "Member 'BP_PlayerCamera_C_GetDefaultCameraLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCamera_C_GetCurrentCameraTransform \ static_assert(alignof(BP_PlayerCamera_C_GetCurrentCameraTransform) == 0x000010, "Wrong alignment on BP_PlayerCamera_C_GetCurrentCameraTransform"); \ static_assert(sizeof(BP_PlayerCamera_C_GetCurrentCameraTransform) == 0x000040, "Wrong size on BP_PlayerCamera_C_GetCurrentCameraTransform"); \ static_assert(offsetof(BP_PlayerCamera_C_GetCurrentCameraTransform, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCamera_C_GetCurrentCameraTransform::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCamera_C_GetCurrentCameraTransform, ReturnValue) == 0x000010, "Member 'BP_PlayerCamera_C_GetCurrentCameraTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCamera_C_GetCurrentCameraScale \ static_assert(alignof(BP_PlayerCamera_C_GetCurrentCameraScale) == 0x000004, "Wrong alignment on BP_PlayerCamera_C_GetCurrentCameraScale"); \ static_assert(sizeof(BP_PlayerCamera_C_GetCurrentCameraScale) == 0x000010, "Wrong size on BP_PlayerCamera_C_GetCurrentCameraScale"); \ static_assert(offsetof(BP_PlayerCamera_C_GetCurrentCameraScale, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCamera_C_GetCurrentCameraScale::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCamera_C_GetCurrentCameraScale, ReturnValue) == 0x000004, "Member 'BP_PlayerCamera_C_GetCurrentCameraScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCamera_C_GetCurrentCameraRotation \ static_assert(alignof(BP_PlayerCamera_C_GetCurrentCameraRotation) == 0x000004, "Wrong alignment on BP_PlayerCamera_C_GetCurrentCameraRotation"); \ static_assert(sizeof(BP_PlayerCamera_C_GetCurrentCameraRotation) == 0x000010, "Wrong size on BP_PlayerCamera_C_GetCurrentCameraRotation"); \ static_assert(offsetof(BP_PlayerCamera_C_GetCurrentCameraRotation, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCamera_C_GetCurrentCameraRotation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCamera_C_GetCurrentCameraRotation, ReturnValue) == 0x000004, "Member 'BP_PlayerCamera_C_GetCurrentCameraRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCamera_C_GetCurrentCameraLocation \ static_assert(alignof(BP_PlayerCamera_C_GetCurrentCameraLocation) == 0x000004, "Wrong alignment on BP_PlayerCamera_C_GetCurrentCameraLocation"); \ static_assert(sizeof(BP_PlayerCamera_C_GetCurrentCameraLocation) == 0x000010, "Wrong size on BP_PlayerCamera_C_GetCurrentCameraLocation"); \ static_assert(offsetof(BP_PlayerCamera_C_GetCurrentCameraLocation, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCamera_C_GetCurrentCameraLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCamera_C_GetCurrentCameraLocation, ReturnValue) == 0x000004, "Member 'BP_PlayerCamera_C_GetCurrentCameraLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCamera_C_GetCamera \ static_assert(alignof(BP_PlayerCamera_C_GetCamera) == 0x000008, "Wrong alignment on BP_PlayerCamera_C_GetCamera"); \ static_assert(sizeof(BP_PlayerCamera_C_GetCamera) == 0x000008, "Wrong size on BP_PlayerCamera_C_GetCamera"); \ static_assert(offsetof(BP_PlayerCamera_C_GetCamera, ReturnValue) == 0x000000, "Member 'BP_PlayerCamera_C_GetCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PlayerCamera_C \ static_assert(alignof(ABP_PlayerCamera_C) == 0x000008, "Wrong alignment on ABP_PlayerCamera_C"); \ static_assert(sizeof(ABP_PlayerCamera_C) == 0x000248, "Wrong size on ABP_PlayerCamera_C"); \ static_assert(offsetof(ABP_PlayerCamera_C, UberGraphFrame) == 0x000230, "Member 'ABP_PlayerCamera_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCamera_C, FirstPersonCamera) == 0x000238, "Member 'ABP_PlayerCamera_C::FirstPersonCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCamera_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_PlayerCamera_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UzzzzFixme_BP_Shockwave_BigShake_Pulse__C \ static_assert(alignof(UzzzzFixme_BP_Shockwave_BigShake_Pulse__C) == 0x000010, "Wrong alignment on UzzzzFixme_BP_Shockwave_BigShake_Pulse__C"); \ static_assert(sizeof(UzzzzFixme_BP_Shockwave_BigShake_Pulse__C) == 0x0001B0, "Wrong size on UzzzzFixme_BP_Shockwave_BigShake_Pulse__C"); \ #define DUMPER7_ASSERTS_EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter \ static_assert(alignof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter) == 0x000008, "Wrong alignment on EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter"); \ static_assert(sizeof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter) == 0x000090, "Wrong size on EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, EntryPoint) == 0x000000, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_Less_FloatFloat_ReturnValue) == 0x000004, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, K2Node_CustomEvent_Envelope) == 0x000008, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::K2Node_CustomEvent_Envelope' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_Array_Get_Item) == 0x000018, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_Array_Get_Item_1) == 0x00001C, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_ConvertLinearToDecibels_ReturnValue) == 0x000020, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_ConvertLinearToDecibels_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_ConvertLinearToDecibels_ReturnValue_1) == 0x000024, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_ConvertLinearToDecibels_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_Add_FloatFloat_ReturnValue) == 0x000028, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00002C, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000030, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000031, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, K2Node_Event_MyGeometry) == 0x000034, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, K2Node_Event_InDeltaTime) == 0x00006C, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000070, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x000071, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000072, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_ConvertDecibelsToLinear_ReturnValue) == 0x000074, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_ConvertDecibelsToLinear_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, CallFunc_ConvertDecibelsToLinear_ReturnValue_1) == 0x000078, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::CallFunc_ConvertDecibelsToLinear_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter, K2Node_CreateDelegate_OutputDelegate) == 0x00007C, "Member 'EUW_AudioMeter_C_ExecuteUbergraph_EUW_AudioMeter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EUW_AudioMeter_C_Tick \ static_assert(alignof(EUW_AudioMeter_C_Tick) == 0x000004, "Wrong alignment on EUW_AudioMeter_C_Tick"); \ static_assert(sizeof(EUW_AudioMeter_C_Tick) == 0x00003C, "Wrong size on EUW_AudioMeter_C_Tick"); \ static_assert(offsetof(EUW_AudioMeter_C_Tick, MyGeometry) == 0x000000, "Member 'EUW_AudioMeter_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(EUW_AudioMeter_C_Tick, InDeltaTime) == 0x000038, "Member 'EUW_AudioMeter_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_EUW_AudioMeter_C_EnvelopeDelegate \ static_assert(alignof(EUW_AudioMeter_C_EnvelopeDelegate) == 0x000008, "Wrong alignment on EUW_AudioMeter_C_EnvelopeDelegate"); \ static_assert(sizeof(EUW_AudioMeter_C_EnvelopeDelegate) == 0x000010, "Wrong size on EUW_AudioMeter_C_EnvelopeDelegate"); \ static_assert(offsetof(EUW_AudioMeter_C_EnvelopeDelegate, Envelope) == 0x000000, "Member 'EUW_AudioMeter_C_EnvelopeDelegate::Envelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UEUW_AudioMeter_C \ static_assert(alignof(UEUW_AudioMeter_C) == 0x000008, "Wrong alignment on UEUW_AudioMeter_C"); \ static_assert(sizeof(UEUW_AudioMeter_C) == 0x000290, "Wrong size on UEUW_AudioMeter_C"); \ static_assert(offsetof(UEUW_AudioMeter_C, UberGraphFrame) == 0x000260, "Member 'UEUW_AudioMeter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UEUW_AudioMeter_C, LeftMeter) == 0x000268, "Member 'UEUW_AudioMeter_C::LeftMeter' has a wrong offset!"); \ static_assert(offsetof(UEUW_AudioMeter_C, RightMeter) == 0x000270, "Member 'UEUW_AudioMeter_C::RightMeter' has a wrong offset!"); \ static_assert(offsetof(UEUW_AudioMeter_C, In_Percent) == 0x000278, "Member 'UEUW_AudioMeter_C::In_Percent' has a wrong offset!"); \ static_assert(offsetof(UEUW_AudioMeter_C, SoundSubmix) == 0x000280, "Member 'UEUW_AudioMeter_C::SoundSubmix' has a wrong offset!"); \ static_assert(offsetof(UEUW_AudioMeter_C, LeftDecibels) == 0x000288, "Member 'UEUW_AudioMeter_C::LeftDecibels' has a wrong offset!"); \ static_assert(offsetof(UEUW_AudioMeter_C, RightDecibels) == 0x00028C, "Member 'UEUW_AudioMeter_C::RightDecibels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg \ static_assert(alignof(WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg) == 0x000008, "Wrong alignment on WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg"); \ static_assert(sizeof(WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg) == 0x000038, "Wrong size on WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg, EntryPoint) == 0x000000, "Member 'WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000011, "Member 'WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg, K2Node_EOCreateEvent_OutputDelegate) == 0x000020, "Member 'WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg, K2Node_Event_IsDesignTime) == 0x000030, "Member 'WBP_HUDPromptMsg_C_ExecuteUbergraph_WBP_HUDPromptMsg::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_C_PreConstruct \ static_assert(alignof(WBP_HUDPromptMsg_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUDPromptMsg_C_PreConstruct"); \ static_assert(sizeof(WBP_HUDPromptMsg_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUDPromptMsg_C_PreConstruct"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUDPromptMsg_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_C_SetPromptMsgID \ static_assert(alignof(WBP_HUDPromptMsg_C_SetPromptMsgID) == 0x000001, "Wrong alignment on WBP_HUDPromptMsg_C_SetPromptMsgID"); \ static_assert(sizeof(WBP_HUDPromptMsg_C_SetPromptMsgID) == 0x000004, "Wrong size on WBP_HUDPromptMsg_C_SetPromptMsgID"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_SetPromptMsgID, New_PrompID) == 0x000000, "Member 'WBP_HUDPromptMsg_C_SetPromptMsgID::New_PrompID' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_SetPromptMsgID, NoWidgetUpdate) == 0x000001, "Member 'WBP_HUDPromptMsg_C_SetPromptMsgID::NoWidgetUpdate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_SetPromptMsgID, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_HUDPromptMsg_C_SetPromptMsgID::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_SetPromptMsgID, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000003, "Member 'WBP_HUDPromptMsg_C_SetPromptMsgID::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_C_SetDisplayTime \ static_assert(alignof(WBP_HUDPromptMsg_C_SetDisplayTime) == 0x000004, "Wrong alignment on WBP_HUDPromptMsg_C_SetDisplayTime"); \ static_assert(sizeof(WBP_HUDPromptMsg_C_SetDisplayTime) == 0x000004, "Wrong size on WBP_HUDPromptMsg_C_SetDisplayTime"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_SetDisplayTime, Time) == 0x000000, "Member 'WBP_HUDPromptMsg_C_SetDisplayTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_C_Set_Prompt_Text \ static_assert(alignof(WBP_HUDPromptMsg_C_Set_Prompt_Text) == 0x000008, "Wrong alignment on WBP_HUDPromptMsg_C_Set_Prompt_Text"); \ static_assert(sizeof(WBP_HUDPromptMsg_C_Set_Prompt_Text) == 0x000030, "Wrong size on WBP_HUDPromptMsg_C_Set_Prompt_Text"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Text, CallFunc_Set_Prompt_Size_Icon_Size) == 0x000000, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Text::CallFunc_Set_Prompt_Size_Icon_Size' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Text, CallFunc_GetPromptInputDeviceFormattedText_Result) == 0x000018, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Text::CallFunc_GetPromptInputDeviceFormattedText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_C_Set_Prompt_Size \ static_assert(alignof(WBP_HUDPromptMsg_C_Set_Prompt_Size) == 0x000008, "Wrong alignment on WBP_HUDPromptMsg_C_Set_Prompt_Size"); \ static_assert(sizeof(WBP_HUDPromptMsg_C_Set_Prompt_Size) == 0x000048, "Wrong size on WBP_HUDPromptMsg_C_Set_Prompt_Size"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Size, Icon_Size) == 0x000000, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Size::Icon_Size' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Size, KB) == 0x000018, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Size::KB' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Size, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Size::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Size, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Size::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Size, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Size::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Size, CallFunc_IsUsingKeyboardDevice_Result) == 0x00003C, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Size::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Size, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Size::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Size, CallFunc_Array_Get_Item) == 0x000044, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Size::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Size, CallFunc_Less_IntInt_ReturnValue) == 0x000045, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Size::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_Set_Prompt_Size, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000046, "Member 'WBP_HUDPromptMsg_C_Set_Prompt_Size::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_C_OnUIInputDeviceChanged \ static_assert(alignof(WBP_HUDPromptMsg_C_OnUIInputDeviceChanged) == 0x000008, "Wrong alignment on WBP_HUDPromptMsg_C_OnUIInputDeviceChanged"); \ static_assert(sizeof(WBP_HUDPromptMsg_C_OnUIInputDeviceChanged) == 0x000018, "Wrong size on WBP_HUDPromptMsg_C_OnUIInputDeviceChanged"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_OnUIInputDeviceChanged, Sender) == 0x000000, "Member 'WBP_HUDPromptMsg_C_OnUIInputDeviceChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_OnUIInputDeviceChanged, Event) == 0x000008, "Member 'WBP_HUDPromptMsg_C_OnUIInputDeviceChanged::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_C_OnUIInputDeviceChanged, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000010, "Member 'WBP_HUDPromptMsg_C_OnUIInputDeviceChanged::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_HUDPromptMsg_C \ static_assert(alignof(UWBP_HUDPromptMsg_C) == 0x000008, "Wrong alignment on UWBP_HUDPromptMsg_C"); \ static_assert(sizeof(UWBP_HUDPromptMsg_C) == 0x0002B8, "Wrong size on UWBP_HUDPromptMsg_C"); \ static_assert(offsetof(UWBP_HUDPromptMsg_C, UberGraphFrame) == 0x000260, "Member 'UWBP_HUDPromptMsg_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_C, FadeOut) == 0x000268, "Member 'UWBP_HUDPromptMsg_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_C, FadeIn) == 0x000270, "Member 'UWBP_HUDPromptMsg_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_C, RichTextBox) == 0x000278, "Member 'UWBP_HUDPromptMsg_C::RichTextBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_C, PromptMsgIDParam) == 0x000280, "Member 'UWBP_HUDPromptMsg_C::PromptMsgIDParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_C, bAutoStart) == 0x000281, "Member 'UWBP_HUDPromptMsg_C::bAutoStart' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_C, bStarted) == 0x000282, "Member 'UWBP_HUDPromptMsg_C::bStarted' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_C, InputKeyIconSize) == 0x000288, "Member 'UWBP_HUDPromptMsg_C::InputKeyIconSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_C, DisplayTime) == 0x0002A0, "Member 'UWBP_HUDPromptMsg_C::DisplayTime' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_C, PromptsWithRectangleIcons) == 0x0002A8, "Member 'UWBP_HUDPromptMsg_C::PromptsWithRectangleIcons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle \ static_assert(alignof(WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle) == 0x000008, "Wrong alignment on WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle"); \ static_assert(sizeof(WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle) == 0x000038, "Wrong size on WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle"); \ static_assert(offsetof(WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle, EntryPoint) == 0x000000, "Member 'WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle, K2Node_CustomEvent_ChapterTitle) == 0x000010, "Member 'WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle::K2Node_CustomEvent_ChapterTitle' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle, K2Node_CustomEvent_DisplayDelay) == 0x000028, "Member 'WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle::K2Node_CustomEvent_DisplayDelay' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle, K2Node_CustomEvent_DisplayDuration) == 0x00002C, "Member 'WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle::K2Node_CustomEvent_DisplayDuration' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle, CallFunc_PlayAnimation_ReturnValue_1) == 0x000030, "Member 'WBP_HUDChapterTitle_C_ExecuteUbergraph_WBP_HUDChapterTitle::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDChapterTitle_C_StartChapterTitle \ static_assert(alignof(WBP_HUDChapterTitle_C_StartChapterTitle) == 0x000008, "Wrong alignment on WBP_HUDChapterTitle_C_StartChapterTitle"); \ static_assert(sizeof(WBP_HUDChapterTitle_C_StartChapterTitle) == 0x000020, "Wrong size on WBP_HUDChapterTitle_C_StartChapterTitle"); \ static_assert(offsetof(WBP_HUDChapterTitle_C_StartChapterTitle, ChapterTitle) == 0x000000, "Member 'WBP_HUDChapterTitle_C_StartChapterTitle::ChapterTitle' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDChapterTitle_C_StartChapterTitle, DisplayDelay) == 0x000018, "Member 'WBP_HUDChapterTitle_C_StartChapterTitle::DisplayDelay' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDChapterTitle_C_StartChapterTitle, DisplayDuration) == 0x00001C, "Member 'WBP_HUDChapterTitle_C_StartChapterTitle::DisplayDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_HUDChapterTitle_C \ static_assert(alignof(UWBP_HUDChapterTitle_C) == 0x000008, "Wrong alignment on UWBP_HUDChapterTitle_C"); \ static_assert(sizeof(UWBP_HUDChapterTitle_C) == 0x000280, "Wrong size on UWBP_HUDChapterTitle_C"); \ static_assert(offsetof(UWBP_HUDChapterTitle_C, UberGraphFrame) == 0x000260, "Member 'UWBP_HUDChapterTitle_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDChapterTitle_C, FadeOut) == 0x000268, "Member 'UWBP_HUDChapterTitle_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDChapterTitle_C, FadeIn) == 0x000270, "Member 'UWBP_HUDChapterTitle_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDChapterTitle_C, ChapterTitleTextbox) == 0x000278, "Member 'UWBP_HUDChapterTitle_C::ChapterTitleTextbox' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDInventoryStatusIconMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusIconMsgItem \ static_assert(alignof(WBP_HUDInventoryStatusIconMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusIconMsgItem) == 0x000008, "Wrong alignment on WBP_HUDInventoryStatusIconMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusIconMsgItem"); \ static_assert(sizeof(WBP_HUDInventoryStatusIconMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusIconMsgItem) == 0x000010, "Wrong size on WBP_HUDInventoryStatusIconMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusIconMsgItem"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusIconMsgItem, EntryPoint) == 0x000000, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusIconMsgItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusIconMsgItem, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_ExecuteUbergraph_WBP_HUDInventoryStatusIconMsgItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconLeft \ static_assert(alignof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconLeft) == 0x000008, "Wrong alignment on WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconLeft"); \ static_assert(sizeof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconLeft) == 0x000098, "Wrong size on WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconLeft"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconLeft, ReturnValue) == 0x000000, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconLeft::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconLeft, LocalResultIcon) == 0x000088, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconLeft::LocalResultIcon' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconLeft, K2Node_SwitchEnum_CmpSuccess) == 0x000090, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconLeft::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconRight \ static_assert(alignof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconRight) == 0x000008, "Wrong alignment on WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconRight"); \ static_assert(sizeof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconRight) == 0x000090, "Wrong size on WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconRight"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconRight, ReturnValue) == 0x000000, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconRight::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconRight, K2Node_SwitchEnum_CmpSuccess) == 0x000088, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetItemIconRight::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetArrowIcon \ static_assert(alignof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetArrowIcon) == 0x000008, "Wrong alignment on WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetArrowIcon"); \ static_assert(sizeof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetArrowIcon) == 0x000088, "Wrong size on WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetArrowIcon"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetArrowIcon, ReturnValue) == 0x000000, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_GetWidgetArrowIcon::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryStatus \ static_assert(alignof(WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryStatus) == 0x000001, "Wrong alignment on WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryStatus"); \ static_assert(sizeof(WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryStatus) == 0x000002, "Wrong size on WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryStatus"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryStatus, NewInventoryStatus) == 0x000000, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryStatus::NewInventoryStatus' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryStatus, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryStatus::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryIcon \ static_assert(alignof(WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryIcon) == 0x000008, "Wrong alignment on WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryIcon"); \ static_assert(sizeof(WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryIcon) == 0x000010, "Wrong size on WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryIcon"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryIcon, NewIcon) == 0x000000, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryIcon::NewIcon' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryIcon, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000008, "Member 'WBP_HUDInventoryStatusIconMsgItem_C_SetInventoryIcon::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_HUDInventoryStatusIconMsgItem_C \ static_assert(alignof(UWBP_HUDInventoryStatusIconMsgItem_C) == 0x000008, "Wrong alignment on UWBP_HUDInventoryStatusIconMsgItem_C"); \ static_assert(sizeof(UWBP_HUDInventoryStatusIconMsgItem_C) == 0x000548, "Wrong size on UWBP_HUDInventoryStatusIconMsgItem_C"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, UberGraphFrame) == 0x000260, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, Popup) == 0x000268, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::Popup' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, WidgetArrowIcon) == 0x000270, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::WidgetArrowIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, WidgetItemIconRight) == 0x000278, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::WidgetItemIconRight' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, InventoryStatusParam) == 0x000280, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::InventoryStatusParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, InventoryIconParam) == 0x000288, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::InventoryIconParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, BackpackAddIconSlateBrush) == 0x000290, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::BackpackAddIconSlateBrush' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, BackpackRemoveIconSlateBrush) == 0x000318, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::BackpackRemoveIconSlateBrush' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, InventoryIconSlateBrush) == 0x0003A0, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::InventoryIconSlateBrush' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, ArrowRightIconSlateBrush) == 0x000428, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::ArrowRightIconSlateBrush' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, ArrowLeftIconSlateBrush) == 0x0004B0, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::ArrowLeftIconSlateBrush' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, bAutoStart) == 0x000538, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::bAutoStart' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDInventoryStatusIconMsgItem_C, PutItemInBagSound) == 0x000540, "Member 'UWBP_HUDInventoryStatusIconMsgItem_C::PutItemInBagSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CSE_PlayerStealthHoldBreath_C_GetSoundCue \ static_assert(alignof(CSE_PlayerStealthHoldBreath_C_GetSoundCue) == 0x000008, "Wrong alignment on CSE_PlayerStealthHoldBreath_C_GetSoundCue"); \ static_assert(sizeof(CSE_PlayerStealthHoldBreath_C_GetSoundCue) == 0x000008, "Wrong size on CSE_PlayerStealthHoldBreath_C_GetSoundCue"); \ static_assert(offsetof(CSE_PlayerStealthHoldBreath_C_GetSoundCue, ReturnValue) == 0x000000, "Member 'CSE_PlayerStealthHoldBreath_C_GetSoundCue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CSE_PlayerStealthHoldBreath_C_GetEnqueTypeFlags \ static_assert(alignof(CSE_PlayerStealthHoldBreath_C_GetEnqueTypeFlags) == 0x000001, "Wrong alignment on CSE_PlayerStealthHoldBreath_C_GetEnqueTypeFlags"); \ static_assert(sizeof(CSE_PlayerStealthHoldBreath_C_GetEnqueTypeFlags) == 0x000001, "Wrong size on CSE_PlayerStealthHoldBreath_C_GetEnqueTypeFlags"); \ static_assert(offsetof(CSE_PlayerStealthHoldBreath_C_GetEnqueTypeFlags, ReturnValue) == 0x000000, "Member 'CSE_PlayerStealthHoldBreath_C_GetEnqueTypeFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCSE_PlayerStealthHoldBreath_C \ static_assert(alignof(UCSE_PlayerStealthHoldBreath_C) == 0x000008, "Wrong alignment on UCSE_PlayerStealthHoldBreath_C"); \ static_assert(sizeof(UCSE_PlayerStealthHoldBreath_C) == 0x000058, "Wrong size on UCSE_PlayerStealthHoldBreath_C"); \ #define DUMPER7_ASSERTS_CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase \ static_assert(alignof(CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase) == 0x000008, "Wrong alignment on CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase"); \ static_assert(sizeof(CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase) == 0x000028, "Wrong size on CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase"); \ static_assert(offsetof(CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase, EntryPoint) == 0x000000, "Member 'CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase, K2Node_Event_PreviousEvent) == 0x000008, "Member 'CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase::K2Node_Event_PreviousEvent' has a wrong offset!"); \ static_assert(offsetof(CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase, K2Node_DynamicCast_AsBPI_Breathing_Event) == 0x000010, "Member 'CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase::K2Node_DynamicCast_AsBPI_Breathing_Event' has a wrong offset!"); \ static_assert(offsetof(CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase, CallFunc_DoesImplementInterface_ReturnValue) == 0x000021, "Member 'CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase, CallFunc_WasBreathingIn_BreathingIn) == 0x000022, "Member 'CSE_BreathingBase_C_ExecuteUbergraph_CSE_BreathingBase::CallFunc_WasBreathingIn_BreathingIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CSE_BreathingBase_C_OnEventChanged \ static_assert(alignof(CSE_BreathingBase_C_OnEventChanged) == 0x000008, "Wrong alignment on CSE_BreathingBase_C_OnEventChanged"); \ static_assert(sizeof(CSE_BreathingBase_C_OnEventChanged) == 0x000008, "Wrong size on CSE_BreathingBase_C_OnEventChanged"); \ static_assert(offsetof(CSE_BreathingBase_C_OnEventChanged, PreviousEvent) == 0x000000, "Member 'CSE_BreathingBase_C_OnEventChanged::PreviousEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CSE_BreathingBase_C_GetSoundCue \ static_assert(alignof(CSE_BreathingBase_C_GetSoundCue) == 0x000008, "Wrong alignment on CSE_BreathingBase_C_GetSoundCue"); \ static_assert(sizeof(CSE_BreathingBase_C_GetSoundCue) == 0x000010, "Wrong size on CSE_BreathingBase_C_GetSoundCue"); \ static_assert(offsetof(CSE_BreathingBase_C_GetSoundCue, ReturnValue) == 0x000000, "Member 'CSE_BreathingBase_C_GetSoundCue::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(CSE_BreathingBase_C_GetSoundCue, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'CSE_BreathingBase_C_GetSoundCue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CSE_BreathingBase_C_WasBreathingIn \ static_assert(alignof(CSE_BreathingBase_C_WasBreathingIn) == 0x000001, "Wrong alignment on CSE_BreathingBase_C_WasBreathingIn"); \ static_assert(sizeof(CSE_BreathingBase_C_WasBreathingIn) == 0x000001, "Wrong size on CSE_BreathingBase_C_WasBreathingIn"); \ static_assert(offsetof(CSE_BreathingBase_C_WasBreathingIn, BreathingIn) == 0x000000, "Member 'CSE_BreathingBase_C_WasBreathingIn::BreathingIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCSE_BreathingBase_C \ static_assert(alignof(UCSE_BreathingBase_C) == 0x000008, "Wrong alignment on UCSE_BreathingBase_C"); \ static_assert(sizeof(UCSE_BreathingBase_C) == 0x000078, "Wrong size on UCSE_BreathingBase_C"); \ static_assert(offsetof(UCSE_BreathingBase_C, UberGraphFrame) == 0x000058, "Member 'UCSE_BreathingBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UCSE_BreathingBase_C, BreathOut) == 0x000060, "Member 'UCSE_BreathingBase_C::BreathOut' has a wrong offset!"); \ static_assert(offsetof(UCSE_BreathingBase_C, BreatheInSound) == 0x000068, "Member 'UCSE_BreathingBase_C::BreatheInSound' has a wrong offset!"); \ static_assert(offsetof(UCSE_BreathingBase_C, BreatheOutSound) == 0x000070, "Member 'UCSE_BreathingBase_C::BreatheOutSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory \ static_assert(alignof(WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory) == 0x000004, "Wrong alignment on WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory"); \ static_assert(sizeof(WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory) == 0x000024, "Wrong size on WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory"); \ static_assert(offsetof(WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory, EntryPoint) == 0x000000, "Member 'WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory, K2Node_ComponentBoundEvent_CategoryIndex_2) == 0x000014, "Member 'WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory::K2Node_ComponentBoundEvent_CategoryIndex_2' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory, K2Node_ComponentBoundEvent_CategoryIndex_1) == 0x000018, "Member 'WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory::K2Node_ComponentBoundEvent_CategoryIndex_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory, K2Node_ComponentBoundEvent_CategoryIndex) == 0x00001C, "Member 'WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory::K2Node_ComponentBoundEvent_CategoryIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory, CallFunc_IsValid_ReturnValue_2) == 0x000022, "Member 'WBP_Inventory_C_ExecuteUbergraph_WBP_Inventory::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_BndEvt__WBP_Inventory_VoidShadowCategoryBtn_K2Node_ComponentBoundEvent_6_CategorySelected__DelegateSignature \ static_assert(alignof(WBP_Inventory_C_BndEvt__WBP_Inventory_VoidShadowCategoryBtn_K2Node_ComponentBoundEvent_6_CategorySelected__DelegateSignature) == 0x000004, "Wrong alignment on WBP_Inventory_C_BndEvt__WBP_Inventory_VoidShadowCategoryBtn_K2Node_ComponentBoundEvent_6_CategorySelected__DelegateSignature"); \ static_assert(sizeof(WBP_Inventory_C_BndEvt__WBP_Inventory_VoidShadowCategoryBtn_K2Node_ComponentBoundEvent_6_CategorySelected__DelegateSignature) == 0x000004, "Wrong size on WBP_Inventory_C_BndEvt__WBP_Inventory_VoidShadowCategoryBtn_K2Node_ComponentBoundEvent_6_CategorySelected__DelegateSignature"); \ static_assert(offsetof(WBP_Inventory_C_BndEvt__WBP_Inventory_VoidShadowCategoryBtn_K2Node_ComponentBoundEvent_6_CategorySelected__DelegateSignature, CategoryIndex_0) == 0x000000, "Member 'WBP_Inventory_C_BndEvt__WBP_Inventory_VoidShadowCategoryBtn_K2Node_ComponentBoundEvent_6_CategorySelected__DelegateSignature::CategoryIndex_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_BndEvt__WBP_Inventory_MicrofilmsCategoryBtn_1_K2Node_ComponentBoundEvent_5_CategorySelected__DelegateSignature \ static_assert(alignof(WBP_Inventory_C_BndEvt__WBP_Inventory_MicrofilmsCategoryBtn_1_K2Node_ComponentBoundEvent_5_CategorySelected__DelegateSignature) == 0x000004, "Wrong alignment on WBP_Inventory_C_BndEvt__WBP_Inventory_MicrofilmsCategoryBtn_1_K2Node_ComponentBoundEvent_5_CategorySelected__DelegateSignature"); \ static_assert(sizeof(WBP_Inventory_C_BndEvt__WBP_Inventory_MicrofilmsCategoryBtn_1_K2Node_ComponentBoundEvent_5_CategorySelected__DelegateSignature) == 0x000004, "Wrong size on WBP_Inventory_C_BndEvt__WBP_Inventory_MicrofilmsCategoryBtn_1_K2Node_ComponentBoundEvent_5_CategorySelected__DelegateSignature"); \ static_assert(offsetof(WBP_Inventory_C_BndEvt__WBP_Inventory_MicrofilmsCategoryBtn_1_K2Node_ComponentBoundEvent_5_CategorySelected__DelegateSignature, CategoryIndex_0) == 0x000000, "Member 'WBP_Inventory_C_BndEvt__WBP_Inventory_MicrofilmsCategoryBtn_1_K2Node_ComponentBoundEvent_5_CategorySelected__DelegateSignature::CategoryIndex_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_BndEvt__WBP_Inventory_InventoryCategoryBtn_K2Node_ComponentBoundEvent_4_CategorySelected__DelegateSignature \ static_assert(alignof(WBP_Inventory_C_BndEvt__WBP_Inventory_InventoryCategoryBtn_K2Node_ComponentBoundEvent_4_CategorySelected__DelegateSignature) == 0x000004, "Wrong alignment on WBP_Inventory_C_BndEvt__WBP_Inventory_InventoryCategoryBtn_K2Node_ComponentBoundEvent_4_CategorySelected__DelegateSignature"); \ static_assert(sizeof(WBP_Inventory_C_BndEvt__WBP_Inventory_InventoryCategoryBtn_K2Node_ComponentBoundEvent_4_CategorySelected__DelegateSignature) == 0x000004, "Wrong size on WBP_Inventory_C_BndEvt__WBP_Inventory_InventoryCategoryBtn_K2Node_ComponentBoundEvent_4_CategorySelected__DelegateSignature"); \ static_assert(offsetof(WBP_Inventory_C_BndEvt__WBP_Inventory_InventoryCategoryBtn_K2Node_ComponentBoundEvent_4_CategorySelected__DelegateSignature, CategoryIndex_0) == 0x000000, "Member 'WBP_Inventory_C_BndEvt__WBP_Inventory_InventoryCategoryBtn_K2Node_ComponentBoundEvent_4_CategorySelected__DelegateSignature::CategoryIndex_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_UpdateCategoryButtons \ static_assert(alignof(WBP_Inventory_C_UpdateCategoryButtons) == 0x000008, "Wrong alignment on WBP_Inventory_C_UpdateCategoryButtons"); \ static_assert(sizeof(WBP_Inventory_C_UpdateCategoryButtons) == 0x000050, "Wrong size on WBP_Inventory_C_UpdateCategoryButtons"); \ static_assert(offsetof(WBP_Inventory_C_UpdateCategoryButtons, SelectedCategoryBtn) == 0x000000, "Member 'WBP_Inventory_C_UpdateCategoryButtons::SelectedCategoryBtn' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateCategoryButtons, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Inventory_C_UpdateCategoryButtons::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateCategoryButtons, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_Inventory_C_UpdateCategoryButtons::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateCategoryButtons, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Inventory_C_UpdateCategoryButtons::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateCategoryButtons, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_Inventory_C_UpdateCategoryButtons::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateCategoryButtons, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_Inventory_C_UpdateCategoryButtons::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateCategoryButtons, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_Inventory_C_UpdateCategoryButtons::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateCategoryButtons, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_Inventory_C_UpdateCategoryButtons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateCategoryButtons, K2Node_DynamicCast_AsWBP_Category_Text) == 0x000040, "Member 'WBP_Inventory_C_UpdateCategoryButtons::K2Node_DynamicCast_AsWBP_Category_Text' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateCategoryButtons, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_Inventory_C_UpdateCategoryButtons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateCategoryButtons, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000049, "Member 'WBP_Inventory_C_UpdateCategoryButtons::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_SelectCategoryButton \ static_assert(alignof(WBP_Inventory_C_SelectCategoryButton) == 0x000008, "Wrong alignment on WBP_Inventory_C_SelectCategoryButton"); \ static_assert(sizeof(WBP_Inventory_C_SelectCategoryButton) == 0x000068, "Wrong size on WBP_Inventory_C_SelectCategoryButton"); \ static_assert(offsetof(WBP_Inventory_C_SelectCategoryButton, Button) == 0x000000, "Member 'WBP_Inventory_C_SelectCategoryButton::Button' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SelectCategoryButton, K2Node_MakeStruct_LinearColor) == 0x000008, "Member 'WBP_Inventory_C_SelectCategoryButton::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SelectCategoryButton, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'WBP_Inventory_C_SelectCategoryButton::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SelectCategoryButton, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_Inventory_C_SelectCategoryButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SelectCategoryButton, K2Node_DynamicCast_AsText) == 0x000048, "Member 'WBP_Inventory_C_SelectCategoryButton::K2Node_DynamicCast_AsText' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SelectCategoryButton, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_Inventory_C_SelectCategoryButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SelectCategoryButton, K2Node_MakeStruct_LinearColor_1) == 0x000054, "Member 'WBP_Inventory_C_SelectCategoryButton::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_DeselectCategoryButton \ static_assert(alignof(WBP_Inventory_C_DeselectCategoryButton) == 0x000008, "Wrong alignment on WBP_Inventory_C_DeselectCategoryButton"); \ static_assert(sizeof(WBP_Inventory_C_DeselectCategoryButton) == 0x000068, "Wrong size on WBP_Inventory_C_DeselectCategoryButton"); \ static_assert(offsetof(WBP_Inventory_C_DeselectCategoryButton, Button) == 0x000000, "Member 'WBP_Inventory_C_DeselectCategoryButton::Button' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_DeselectCategoryButton, K2Node_MakeStruct_LinearColor) == 0x000008, "Member 'WBP_Inventory_C_DeselectCategoryButton::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_DeselectCategoryButton, CallFunc_GetChildAt_ReturnValue) == 0x000018, "Member 'WBP_Inventory_C_DeselectCategoryButton::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_DeselectCategoryButton, K2Node_MakeStruct_SlateColor) == 0x000020, "Member 'WBP_Inventory_C_DeselectCategoryButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_DeselectCategoryButton, K2Node_DynamicCast_AsText) == 0x000048, "Member 'WBP_Inventory_C_DeselectCategoryButton::K2Node_DynamicCast_AsText' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_DeselectCategoryButton, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_Inventory_C_DeselectCategoryButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_DeselectCategoryButton, K2Node_MakeStruct_LinearColor_1) == 0x000054, "Member 'WBP_Inventory_C_DeselectCategoryButton::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_NextCategory \ static_assert(alignof(WBP_Inventory_C_NextCategory) == 0x000008, "Wrong alignment on WBP_Inventory_C_NextCategory"); \ static_assert(sizeof(WBP_Inventory_C_NextCategory) == 0x000028, "Wrong size on WBP_Inventory_C_NextCategory"); \ static_assert(offsetof(WBP_Inventory_C_NextCategory, CallFunc_GetAllChildren_ReturnValue) == 0x000000, "Member 'WBP_Inventory_C_NextCategory::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_NextCategory, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_Inventory_C_NextCategory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_NextCategory, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'WBP_Inventory_C_NextCategory::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_NextCategory, Temp_int_Variable) == 0x000018, "Member 'WBP_Inventory_C_NextCategory::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_NextCategory, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Inventory_C_NextCategory::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_NextCategory, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Inventory_C_NextCategory::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_PreviousCategory \ static_assert(alignof(WBP_Inventory_C_PreviousCategory) == 0x000008, "Wrong alignment on WBP_Inventory_C_PreviousCategory"); \ static_assert(sizeof(WBP_Inventory_C_PreviousCategory) == 0x000028, "Wrong size on WBP_Inventory_C_PreviousCategory"); \ static_assert(offsetof(WBP_Inventory_C_PreviousCategory, CallFunc_GetAllChildren_ReturnValue) == 0x000000, "Member 'WBP_Inventory_C_PreviousCategory::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_PreviousCategory, Temp_int_Variable) == 0x000010, "Member 'WBP_Inventory_C_PreviousCategory::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_PreviousCategory, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'WBP_Inventory_C_PreviousCategory::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_PreviousCategory, CallFunc_Subtract_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Inventory_C_PreviousCategory::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_PreviousCategory, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Inventory_C_PreviousCategory::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_PreviousCategory, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000020, "Member 'WBP_Inventory_C_PreviousCategory::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_SelectCategoryByIndex \ static_assert(alignof(WBP_Inventory_C_SelectCategoryByIndex) == 0x000004, "Wrong alignment on WBP_Inventory_C_SelectCategoryByIndex"); \ static_assert(sizeof(WBP_Inventory_C_SelectCategoryByIndex) == 0x000008, "Wrong size on WBP_Inventory_C_SelectCategoryByIndex"); \ static_assert(offsetof(WBP_Inventory_C_SelectCategoryByIndex, NewCategoryIndex) == 0x000000, "Member 'WBP_Inventory_C_SelectCategoryByIndex::NewCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SelectCategoryByIndex, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_Inventory_C_SelectCategoryByIndex::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SelectCategoryByIndex, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000005, "Member 'WBP_Inventory_C_SelectCategoryByIndex::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SelectCategoryByIndex, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000006, "Member 'WBP_Inventory_C_SelectCategoryByIndex::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_ResumeButtonNavigateUp \ static_assert(alignof(WBP_Inventory_C_ResumeButtonNavigateUp) == 0x000008, "Wrong alignment on WBP_Inventory_C_ResumeButtonNavigateUp"); \ static_assert(sizeof(WBP_Inventory_C_ResumeButtonNavigateUp) == 0x000018, "Wrong size on WBP_Inventory_C_ResumeButtonNavigateUp"); \ static_assert(offsetof(WBP_Inventory_C_ResumeButtonNavigateUp, Navigation_0) == 0x000000, "Member 'WBP_Inventory_C_ResumeButtonNavigateUp::Navigation_0' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ResumeButtonNavigateUp, ReturnValue) == 0x000008, "Member 'WBP_Inventory_C_ResumeButtonNavigateUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ResumeButtonNavigateUp, CallFunc_FindLastGrid_Button) == 0x000010, "Member 'WBP_Inventory_C_ResumeButtonNavigateUp::CallFunc_FindLastGrid_Button' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_ClickedInventoryItemButton \ static_assert(alignof(WBP_Inventory_C_ClickedInventoryItemButton) == 0x000008, "Wrong alignment on WBP_Inventory_C_ClickedInventoryItemButton"); \ static_assert(sizeof(WBP_Inventory_C_ClickedInventoryItemButton) == 0x0000A8, "Wrong size on WBP_Inventory_C_ClickedInventoryItemButton"); \ static_assert(offsetof(WBP_Inventory_C_ClickedInventoryItemButton, Sender) == 0x000000, "Member 'WBP_Inventory_C_ClickedInventoryItemButton::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClickedInventoryItemButton, Event) == 0x000008, "Member 'WBP_Inventory_C_ClickedInventoryItemButton::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClickedInventoryItemButton, K2Node_DynamicCast_AsBPE_Clicked_Inventory_Item_Button) == 0x000010, "Member 'WBP_Inventory_C_ClickedInventoryItemButton::K2Node_DynamicCast_AsBPE_Clicked_Inventory_Item_Button' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClickedInventoryItemButton, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_Inventory_C_ClickedInventoryItemButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClickedInventoryItemButton, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'WBP_Inventory_C_ClickedInventoryItemButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClickedInventoryItemButton, K2Node_MakeStruct_SlateBrush) == 0x000020, "Member 'WBP_Inventory_C_ClickedInventoryItemButton::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_ClearGrids \ static_assert(alignof(WBP_Inventory_C_ClearGrids) == 0x000008, "Wrong alignment on WBP_Inventory_C_ClearGrids"); \ static_assert(sizeof(WBP_Inventory_C_ClearGrids) == 0x000060, "Wrong size on WBP_Inventory_C_ClearGrids"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, Grid) == 0x000000, "Member 'WBP_Inventory_C_ClearGrids::Grid' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, Disable) == 0x000008, "Member 'WBP_Inventory_C_ClearGrids::Disable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, Loc_CurrItem) == 0x000010, "Member 'WBP_Inventory_C_ClearGrids::Loc_CurrItem' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_Inventory_C_ClearGrids::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_Inventory_C_ClearGrids::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Inventory_C_ClearGrids::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, CallFunc_GetAllChildren_ReturnValue) == 0x000028, "Member 'WBP_Inventory_C_ClearGrids::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_Inventory_C_ClearGrids::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_Inventory_C_ClearGrids::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_Inventory_C_ClearGrids::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, K2Node_DynamicCast_AsWBP_Inventory_Grid_Item) == 0x000050, "Member 'WBP_Inventory_C_ClearGrids::K2Node_DynamicCast_AsWBP_Inventory_Grid_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_ClearGrids, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_Inventory_C_ClearGrids::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_SyncBackpackGrids \ static_assert(alignof(WBP_Inventory_C_SyncBackpackGrids) == 0x000008, "Wrong alignment on WBP_Inventory_C_SyncBackpackGrids"); \ static_assert(sizeof(WBP_Inventory_C_SyncBackpackGrids) == 0x000088, "Wrong size on WBP_Inventory_C_SyncBackpackGrids"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, BackpackInventory) == 0x000000, "Member 'WBP_Inventory_C_SyncBackpackGrids::BackpackInventory' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_Inventory_C_SyncBackpackGrids::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_Inventory_C_SyncBackpackGrids::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_Inventory_C_SyncBackpackGrids::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'WBP_Inventory_C_SyncBackpackGrids::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_Inventory_C_SyncBackpackGrids::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x000028, "Member 'WBP_Inventory_C_SyncBackpackGrids::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_Inventory_C_SyncBackpackGrids::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, K2Node_DynamicCast_AsBP_Player_Inventory_Manager) == 0x000038, "Member 'WBP_Inventory_C_SyncBackpackGrids::K2Node_DynamicCast_AsBP_Player_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_Inventory_C_SyncBackpackGrids::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, K2Node_DynamicCast_AsBP_Base_Player_Inventory_Item) == 0x000048, "Member 'WBP_Inventory_C_SyncBackpackGrids::K2Node_DynamicCast_AsBP_Base_Player_Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WBP_Inventory_C_SyncBackpackGrids::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, CallFunc_GetAllInventoryItemOfBaseClass_ReturnValue) == 0x000058, "Member 'WBP_Inventory_C_SyncBackpackGrids::CallFunc_GetAllInventoryItemOfBaseClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'WBP_Inventory_C_SyncBackpackGrids::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, CallFunc_Less_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_Inventory_C_SyncBackpackGrids::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, CallFunc_GetChildAt_ReturnValue) == 0x000070, "Member 'WBP_Inventory_C_SyncBackpackGrids::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, K2Node_DynamicCast_AsWBP_Inventory_Grid_Item) == 0x000078, "Member 'WBP_Inventory_C_SyncBackpackGrids::K2Node_DynamicCast_AsWBP_Inventory_Grid_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncBackpackGrids, K2Node_DynamicCast_bSuccess_2) == 0x000080, "Member 'WBP_Inventory_C_SyncBackpackGrids::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_SyncMicrofilmsGrids \ static_assert(alignof(WBP_Inventory_C_SyncMicrofilmsGrids) == 0x000008, "Wrong alignment on WBP_Inventory_C_SyncMicrofilmsGrids"); \ static_assert(sizeof(WBP_Inventory_C_SyncMicrofilmsGrids) == 0x0000A0, "Wrong size on WBP_Inventory_C_SyncMicrofilmsGrids"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, Loc_Microfilms) == 0x000000, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::Loc_Microfilms' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, Loc_GridItem) == 0x000010, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::Loc_GridItem' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, Loc_MicrofilmElement) == 0x000018, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::Loc_MicrofilmElement' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, MicrofilmIcon) == 0x000020, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::MicrofilmIcon' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, Temp_int_Array_Index_Variable) == 0x000034, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000040, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_GetChildAt_ReturnValue) == 0x000048, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, K2Node_DynamicCast_AsWBP_Inventory_Grid_Item) == 0x000050, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::K2Node_DynamicCast_AsWBP_Inventory_Grid_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, Temp_int_Loop_Counter_Variable) == 0x00005C, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000068, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x000070, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager) == 0x000080, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncMicrofilmsGrids, CallFunc_GetCollectedItemHistory_Result) == 0x000090, "Member 'WBP_Inventory_C_SyncMicrofilmsGrids::CallFunc_GetCollectedItemHistory_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_SyncVoidShadowsGrids \ static_assert(alignof(WBP_Inventory_C_SyncVoidShadowsGrids) == 0x000008, "Wrong alignment on WBP_Inventory_C_SyncVoidShadowsGrids"); \ static_assert(sizeof(WBP_Inventory_C_SyncVoidShadowsGrids) == 0x000200, "Wrong size on WBP_Inventory_C_SyncVoidShadowsGrids"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, Loc_GridItem) == 0x000000, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::Loc_GridItem' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, Loc_Widget) == 0x000008, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::Loc_Widget' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, Loc_CurrInfo) == 0x000010, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::Loc_CurrInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, Loc_CurrKey) == 0x000050, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::Loc_CurrKey' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, Loc_PersistentInfos) == 0x000058, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::Loc_PersistentInfos' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, Temp_int_Array_Index_Variable) == 0x0000A8, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, Temp_int_Loop_Counter_Variable) == 0x0000AC, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_Add_IntInt_ReturnValue) == 0x0000B0, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000B8, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_Concat_StrStr_ReturnValue) == 0x0000C8, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, K2Node_MakeVariable_MakeVariableOutput) == 0x0000D8, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::K2Node_MakeVariable_MakeVariableOutput' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_Map_Find_Value) == 0x000128, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_Map_Find_ReturnValue) == 0x000168, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, K2Node_DynamicCast_AsWBP_Inventory_Grid_Item) == 0x000170, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::K2Node_DynamicCast_AsWBP_Inventory_Grid_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, K2Node_DynamicCast_bSuccess) == 0x000178, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_IsValid_ReturnValue) == 0x000179, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00017C, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_GetChildAt_ReturnValue) == 0x000180, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_Map_Keys_Keys) == 0x000188, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_Array_Get_Item) == 0x000198, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_Array_Length_ReturnValue) == 0x00019C, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_Less_IntInt_ReturnValue) == 0x0001A0, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x0001A8, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_SyncVoidShadowsGrids, CallFunc_GetVoidShadowsPersitentInfos_Result) == 0x0001B0, "Member 'WBP_Inventory_C_SyncVoidShadowsGrids::CallFunc_GetVoidShadowsPersitentInfos_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_SetToValidCategory \ static_assert(alignof(WBP_Inventory_C_SetToValidCategory) == 0x000004, "Wrong alignment on WBP_Inventory_C_SetToValidCategory"); \ static_assert(sizeof(WBP_Inventory_C_SetToValidCategory) == 0x000004, "Wrong size on WBP_Inventory_C_SetToValidCategory"); \ static_assert(offsetof(WBP_Inventory_C_SetToValidCategory, Loc_ValidCategoryIndex) == 0x000000, "Member 'WBP_Inventory_C_SetToValidCategory::Loc_ValidCategoryIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_UpdateSelection \ static_assert(alignof(WBP_Inventory_C_UpdateSelection) == 0x000008, "Wrong alignment on WBP_Inventory_C_UpdateSelection"); \ static_assert(sizeof(WBP_Inventory_C_UpdateSelection) == 0x000050, "Wrong size on WBP_Inventory_C_UpdateSelection"); \ static_assert(offsetof(WBP_Inventory_C_UpdateSelection, SelectedGrid) == 0x000000, "Member 'WBP_Inventory_C_UpdateSelection::SelectedGrid' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateSelection, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_Inventory_C_UpdateSelection::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateSelection, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_Inventory_C_UpdateSelection::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateSelection, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_Inventory_C_UpdateSelection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateSelection, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_Inventory_C_UpdateSelection::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateSelection, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_Inventory_C_UpdateSelection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateSelection, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_Inventory_C_UpdateSelection::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateSelection, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'WBP_Inventory_C_UpdateSelection::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateSelection, K2Node_DynamicCast_AsUniform_Grid_Panel) == 0x000040, "Member 'WBP_Inventory_C_UpdateSelection::K2Node_DynamicCast_AsUniform_Grid_Panel' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateSelection, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_Inventory_C_UpdateSelection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_UpdateSelection, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000049, "Member 'WBP_Inventory_C_UpdateSelection::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_Select_Category_Grid \ static_assert(alignof(WBP_Inventory_C_Select_Category_Grid) == 0x000001, "Wrong alignment on WBP_Inventory_C_Select_Category_Grid"); \ static_assert(sizeof(WBP_Inventory_C_Select_Category_Grid) == 0x000004, "Wrong size on WBP_Inventory_C_Select_Category_Grid"); \ static_assert(offsetof(WBP_Inventory_C_Select_Category_Grid, SelectedCategory) == 0x000000, "Member 'WBP_Inventory_C_Select_Category_Grid::SelectedCategory' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_Select_Category_Grid, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_Inventory_C_Select_Category_Grid::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_Select_Category_Grid, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'WBP_Inventory_C_Select_Category_Grid::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_Select_Category_Grid, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000003, "Member 'WBP_Inventory_C_Select_Category_Grid::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_OnFocusReceived \ static_assert(alignof(WBP_Inventory_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_Inventory_C_OnFocusReceived"); \ static_assert(sizeof(WBP_Inventory_C_OnFocusReceived) == 0x000270, "Wrong size on WBP_Inventory_C_OnFocusReceived"); \ static_assert(offsetof(WBP_Inventory_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_Inventory_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_Inventory_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_Inventory_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnFocusReceived, CallFunc_OnFocusReceived_ReturnValue) == 0x0000F8, "Member 'WBP_Inventory_C_OnFocusReceived::CallFunc_OnFocusReceived_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnFocusReceived, CallFunc_FindFirstGrid_Button) == 0x0001B0, "Member 'WBP_Inventory_C_OnFocusReceived::CallFunc_FindFirstGrid_Button' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0001B8, "Member 'WBP_Inventory_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_OpenMenu \ static_assert(alignof(WBP_Inventory_C_OpenMenu) == 0x000008, "Wrong alignment on WBP_Inventory_C_OpenMenu"); \ static_assert(sizeof(WBP_Inventory_C_OpenMenu) == 0x000018, "Wrong size on WBP_Inventory_C_OpenMenu"); \ static_assert(offsetof(WBP_Inventory_C_OpenMenu, ParentWidget) == 0x000000, "Member 'WBP_Inventory_C_OpenMenu::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OpenMenu, WidgetToFocusOnClose) == 0x000008, "Member 'WBP_Inventory_C_OpenMenu::WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OpenMenu, RemoveOnClose) == 0x000010, "Member 'WBP_Inventory_C_OpenMenu::RemoveOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OpenMenu, NoPauseGame) == 0x000011, "Member 'WBP_Inventory_C_OpenMenu::NoPauseGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_OnKeyUp \ static_assert(alignof(WBP_Inventory_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_Inventory_C_OnKeyUp"); \ static_assert(sizeof(WBP_Inventory_C_OnKeyUp) == 0x000590, "Wrong size on WBP_Inventory_C_OnKeyUp"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_Inventory_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_Inventory_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_Inventory_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, Loc_InputDisabled) == 0x000130, "Member 'WBP_Inventory_C_OnKeyUp::Loc_InputDisabled' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, Loc_Key) == 0x000138, "Member 'WBP_Inventory_C_OnKeyUp::Loc_Key' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000150, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Key_GetDisplayName_ReturnValue) == 0x000208, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Key_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Conv_TextToString_ReturnValue) == 0x000220, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Conv_BoolToString_ReturnValue) == 0x000230, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue) == 0x000240, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000250, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x000260, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000268, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_IsInputDisabled_Result) == 0x000278, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue) == 0x000280, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_IsCategorizedInGameMenu_Result) == 0x000288, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_IsCategorizedInGameMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue_1) == 0x000289, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000290, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Handled_ReturnValue_2) == 0x000348, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_IsNextCategoryKey_Result) == 0x000400, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_IsNextCategoryKey_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_IsPreviousCategoryKey_Result) == 0x000401, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_IsPreviousCategoryKey_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Array_Contains_ReturnValue) == 0x000402, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000408, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000420, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_OnKeyUp, CallFunc_Handled_ReturnValue_3) == 0x0004D8, "Member 'WBP_Inventory_C_OnKeyUp::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_ClearRightPanel \ static_assert(alignof(WBP_Inventory_C_ClearRightPanel) == 0x000008, "Wrong alignment on WBP_Inventory_C_ClearRightPanel"); \ static_assert(sizeof(WBP_Inventory_C_ClearRightPanel) == 0x000088, "Wrong size on WBP_Inventory_C_ClearRightPanel"); \ static_assert(offsetof(WBP_Inventory_C_ClearRightPanel, K2Node_MakeStruct_SlateBrush) == 0x000000, "Member 'WBP_Inventory_C_ClearRightPanel::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_CloseMenu \ static_assert(alignof(WBP_Inventory_C_CloseMenu) == 0x000001, "Wrong alignment on WBP_Inventory_C_CloseMenu"); \ static_assert(sizeof(WBP_Inventory_C_CloseMenu) == 0x000002, "Wrong size on WBP_Inventory_C_CloseMenu"); \ static_assert(offsetof(WBP_Inventory_C_CloseMenu, ForceClose) == 0x000000, "Member 'WBP_Inventory_C_CloseMenu::ForceClose' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_CloseMenu, CloseParent) == 0x000001, "Member 'WBP_Inventory_C_CloseMenu::CloseParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_FindFirstGrid \ static_assert(alignof(WBP_Inventory_C_FindFirstGrid) == 0x000008, "Wrong alignment on WBP_Inventory_C_FindFirstGrid"); \ static_assert(sizeof(WBP_Inventory_C_FindFirstGrid) == 0x000048, "Wrong size on WBP_Inventory_C_FindFirstGrid"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, ForCategoryIndex) == 0x000000, "Member 'WBP_Inventory_C_FindFirstGrid::ForCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, Button) == 0x000008, "Member 'WBP_Inventory_C_FindFirstGrid::Button' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_GetChildAt_ReturnValue) == 0x000010, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_GetChildAt_ReturnValue_1) == 0x000018, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_GetChildrenCount_ReturnValue) == 0x000020, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_GetChildrenCount_ReturnValue_1) == 0x000024, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_GetChildrenCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000029, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_GetChildAt_ReturnValue_2) == 0x000030, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000038, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_GetChildrenCount_ReturnValue_2) == 0x00003C, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_GetChildrenCount_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000040, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000041, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindFirstGrid, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000042, "Member 'WBP_Inventory_C_FindFirstGrid::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_FindLastGrid \ static_assert(alignof(WBP_Inventory_C_FindLastGrid) == 0x000008, "Wrong alignment on WBP_Inventory_C_FindLastGrid"); \ static_assert(sizeof(WBP_Inventory_C_FindLastGrid) == 0x000058, "Wrong size on WBP_Inventory_C_FindLastGrid"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, ForCategoryIndex) == 0x000000, "Member 'WBP_Inventory_C_FindLastGrid::ForCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, Button) == 0x000008, "Member 'WBP_Inventory_C_FindLastGrid::Button' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_GetChildrenCount_ReturnValue) == 0x000010, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_GetChildrenCount_ReturnValue_1) == 0x000014, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_GetChildrenCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000019, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000020, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_GetChildAt_ReturnValue) == 0x000028, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_GetChildAt_ReturnValue_1) == 0x000030, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_GetChildAt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_GetChildrenCount_ReturnValue_2) == 0x000038, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_GetChildrenCount_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00003C, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_Greater_IntInt_ReturnValue_2) == 0x00003D, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000040, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_GetChildAt_ReturnValue_2) == 0x000048, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_GetChildAt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000050, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_Inventory_C_FindLastGrid, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000051, "Member 'WBP_Inventory_C_FindLastGrid::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Inventory_C_GetCurrentFocusedWidget \ static_assert(alignof(WBP_Inventory_C_GetCurrentFocusedWidget) == 0x000008, "Wrong alignment on WBP_Inventory_C_GetCurrentFocusedWidget"); \ static_assert(sizeof(WBP_Inventory_C_GetCurrentFocusedWidget) == 0x000008, "Wrong size on WBP_Inventory_C_GetCurrentFocusedWidget"); \ static_assert(offsetof(WBP_Inventory_C_GetCurrentFocusedWidget, Result) == 0x000000, "Member 'WBP_Inventory_C_GetCurrentFocusedWidget::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_Inventory_C \ static_assert(alignof(UWBP_Inventory_C) == 0x000008, "Wrong alignment on UWBP_Inventory_C"); \ static_assert(sizeof(UWBP_Inventory_C) == 0x000438, "Wrong size on UWBP_Inventory_C"); \ static_assert(offsetof(UWBP_Inventory_C, UberGraphFrame_WBP_Inventory_C) == 0x000340, "Member 'UWBP_Inventory_C::UberGraphFrame_WBP_Inventory_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, BackgroundImage) == 0x000348, "Member 'UWBP_Inventory_C::BackgroundImage' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, BackInputButton) == 0x000350, "Member 'UWBP_Inventory_C::BackInputButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, BackpackCategoryBtn) == 0x000358, "Member 'UWBP_Inventory_C::BackpackCategoryBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, BottomBarVBox) == 0x000360, "Member 'UWBP_Inventory_C::BottomBarVBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, CategoryBarSeparatorVBox) == 0x000368, "Member 'UWBP_Inventory_C::CategoryBarSeparatorVBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, CategoryLabelHBox) == 0x000370, "Member 'UWBP_Inventory_C::CategoryLabelHBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, CategoryNextTutorialIcon) == 0x000378, "Member 'UWBP_Inventory_C::CategoryNextTutorialIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, CategoryPrevTutorialIcon) == 0x000380, "Member 'UWBP_Inventory_C::CategoryPrevTutorialIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, InventoryGrids) == 0x000388, "Member 'UWBP_Inventory_C::InventoryGrids' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, InventoryItemDescription) == 0x000390, "Member 'UWBP_Inventory_C::InventoryItemDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, InventoryItemName) == 0x000398, "Member 'UWBP_Inventory_C::InventoryItemName' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, InventoryItemPreview) == 0x0003A0, "Member 'UWBP_Inventory_C::InventoryItemPreview' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, Left) == 0x0003A8, "Member 'UWBP_Inventory_C::Left' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, MicrofilmsCategoryBtn_1) == 0x0003B0, "Member 'UWBP_Inventory_C::MicrofilmsCategoryBtn_1' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, MicrofilmsGrids) == 0x0003B8, "Member 'UWBP_Inventory_C::MicrofilmsGrids' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, RetainerBox_WRef) == 0x0003C0, "Member 'UWBP_Inventory_C::RetainerBox_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, TitleBarHBox) == 0x0003C8, "Member 'UWBP_Inventory_C::TitleBarHBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, TopLine) == 0x0003D0, "Member 'UWBP_Inventory_C::TopLine' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, VoidShadowCategoryBtn) == 0x0003D8, "Member 'UWBP_Inventory_C::VoidShadowCategoryBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, VoidShadowsGrids) == 0x0003E0, "Member 'UWBP_Inventory_C::VoidShadowsGrids' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, InventoryMenuOpened) == 0x0003E8, "Member 'UWBP_Inventory_C::InventoryMenuOpened' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, GamePausedEventInstance_0) == 0x0003F0, "Member 'UWBP_Inventory_C::GamePausedEventInstance_0' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, CategoryIndex) == 0x0003F8, "Member 'UWBP_Inventory_C::CategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, CollectedMicrofilmIcon) == 0x000400, "Member 'UWBP_Inventory_C::CollectedMicrofilmIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, ReadMicrofilmIcon) == 0x000408, "Member 'UWBP_Inventory_C::ReadMicrofilmIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, VoidShadowsIcon) == 0x000410, "Member 'UWBP_Inventory_C::VoidShadowsIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, CloseMenuKeys) == 0x000418, "Member 'UWBP_Inventory_C::CloseMenuKeys' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, HasBackpackInventory) == 0x000428, "Member 'UWBP_Inventory_C::HasBackpackInventory' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, HasMicrofilmInventory) == 0x000429, "Member 'UWBP_Inventory_C::HasMicrofilmInventory' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, HasVoidShadowInventory) == 0x00042A, "Member 'UWBP_Inventory_C::HasVoidShadowInventory' has a wrong offset!"); \ static_assert(offsetof(UWBP_Inventory_C, CurrentGridWidgetFocused) == 0x000430, "Member 'UWBP_Inventory_C::CurrentGridWidgetFocused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepLeftSocketName \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepLeftSocketName) == 0x000004, "Wrong alignment on BPI_FootstepSource_C_GetFootstepLeftSocketName"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepLeftSocketName) == 0x000008, "Wrong size on BPI_FootstepSource_C_GetFootstepLeftSocketName"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepLeftSocketName, Result) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepLeftSocketName::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepLeftSocketOffsetStart \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepLeftSocketOffsetStart) == 0x000004, "Wrong alignment on BPI_FootstepSource_C_GetFootstepLeftSocketOffsetStart"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepLeftSocketOffsetStart) == 0x00000C, "Wrong size on BPI_FootstepSource_C_GetFootstepLeftSocketOffsetStart"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepLeftSocketOffsetStart, Result_) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepLeftSocketOffsetStart::Result_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepLeftSocketOffsetEnd \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepLeftSocketOffsetEnd) == 0x000004, "Wrong alignment on BPI_FootstepSource_C_GetFootstepLeftSocketOffsetEnd"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepLeftSocketOffsetEnd) == 0x00000C, "Wrong size on BPI_FootstepSource_C_GetFootstepLeftSocketOffsetEnd"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepLeftSocketOffsetEnd, Result) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepLeftSocketOffsetEnd::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepRightSocketName \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepRightSocketName) == 0x000004, "Wrong alignment on BPI_FootstepSource_C_GetFootstepRightSocketName"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepRightSocketName) == 0x000008, "Wrong size on BPI_FootstepSource_C_GetFootstepRightSocketName"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepRightSocketName, Result) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepRightSocketName::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepRightSocketOffsetStart \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepRightSocketOffsetStart) == 0x000004, "Wrong alignment on BPI_FootstepSource_C_GetFootstepRightSocketOffsetStart"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepRightSocketOffsetStart) == 0x00000C, "Wrong size on BPI_FootstepSource_C_GetFootstepRightSocketOffsetStart"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepRightSocketOffsetStart, Result) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepRightSocketOffsetStart::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepRightSocketOffsetEnd \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepRightSocketOffsetEnd) == 0x000004, "Wrong alignment on BPI_FootstepSource_C_GetFootstepRightSocketOffsetEnd"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepRightSocketOffsetEnd) == 0x00000C, "Wrong size on BPI_FootstepSource_C_GetFootstepRightSocketOffsetEnd"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepRightSocketOffsetEnd, Result) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepRightSocketOffsetEnd::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepTraceComponent \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepTraceComponent) == 0x000008, "Wrong alignment on BPI_FootstepSource_C_GetFootstepTraceComponent"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepTraceComponent) == 0x000008, "Wrong size on BPI_FootstepSource_C_GetFootstepTraceComponent"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepTraceComponent, Result) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepTraceComponent::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepCollisionObjectType \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepCollisionObjectType) == 0x000001, "Wrong alignment on BPI_FootstepSource_C_GetFootstepCollisionObjectType"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepCollisionObjectType) == 0x000001, "Wrong size on BPI_FootstepSource_C_GetFootstepCollisionObjectType"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepCollisionObjectType, Result) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepCollisionObjectType::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepOverrideType \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepOverrideType) == 0x000008, "Wrong alignment on BPI_FootstepSource_C_GetFootstepOverrideType"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepOverrideType) == 0x000008, "Wrong size on BPI_FootstepSource_C_GetFootstepOverrideType"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepOverrideType, Result) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepOverrideType::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_SetFootstepBlend \ static_assert(alignof(BPI_FootstepSource_C_SetFootstepBlend) == 0x000008, "Wrong alignment on BPI_FootstepSource_C_SetFootstepBlend"); \ static_assert(sizeof(BPI_FootstepSource_C_SetFootstepBlend) == 0x000030, "Wrong size on BPI_FootstepSource_C_SetFootstepBlend"); \ static_assert(offsetof(BPI_FootstepSource_C_SetFootstepBlend, S_BlendFootstep) == 0x000000, "Member 'BPI_FootstepSource_C_SetFootstepBlend::S_BlendFootstep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepLeftTransform \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepLeftTransform) == 0x000010, "Wrong alignment on BPI_FootstepSource_C_GetFootstepLeftTransform"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepLeftTransform) == 0x000030, "Wrong size on BPI_FootstepSource_C_GetFootstepLeftTransform"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepLeftTransform, LeftTransform) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepLeftTransform::LeftTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepRightTransform \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepRightTransform) == 0x000010, "Wrong alignment on BPI_FootstepSource_C_GetFootstepRightTransform"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepRightTransform) == 0x000030, "Wrong size on BPI_FootstepSource_C_GetFootstepRightTransform"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepRightTransform, RightTransform) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepRightTransform::RightTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FootstepSource_C_GetFootstepType \ static_assert(alignof(BPI_FootstepSource_C_GetFootstepType) == 0x000001, "Wrong alignment on BPI_FootstepSource_C_GetFootstepType"); \ static_assert(sizeof(BPI_FootstepSource_C_GetFootstepType) == 0x000001, "Wrong size on BPI_FootstepSource_C_GetFootstepType"); \ static_assert(offsetof(BPI_FootstepSource_C_GetFootstepType, FootstepType) == 0x000000, "Member 'BPI_FootstepSource_C_GetFootstepType::FootstepType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_FootstepSource_C \ static_assert(alignof(IBPI_FootstepSource_C) == 0x000001, "Wrong alignment on IBPI_FootstepSource_C"); \ static_assert(sizeof(IBPI_FootstepSource_C) == 0x000001, "Wrong size on IBPI_FootstepSource_C"); \ #define DUMPER7_ASSERTS_CSE_PlayerStealthHoldBreathEnd_C_GetSoundCue \ static_assert(alignof(CSE_PlayerStealthHoldBreathEnd_C_GetSoundCue) == 0x000008, "Wrong alignment on CSE_PlayerStealthHoldBreathEnd_C_GetSoundCue"); \ static_assert(sizeof(CSE_PlayerStealthHoldBreathEnd_C_GetSoundCue) == 0x000008, "Wrong size on CSE_PlayerStealthHoldBreathEnd_C_GetSoundCue"); \ static_assert(offsetof(CSE_PlayerStealthHoldBreathEnd_C_GetSoundCue, ReturnValue) == 0x000000, "Member 'CSE_PlayerStealthHoldBreathEnd_C_GetSoundCue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CSE_PlayerStealthHoldBreathEnd_C_GetEnqueTypeFlags \ static_assert(alignof(CSE_PlayerStealthHoldBreathEnd_C_GetEnqueTypeFlags) == 0x000001, "Wrong alignment on CSE_PlayerStealthHoldBreathEnd_C_GetEnqueTypeFlags"); \ static_assert(sizeof(CSE_PlayerStealthHoldBreathEnd_C_GetEnqueTypeFlags) == 0x000001, "Wrong size on CSE_PlayerStealthHoldBreathEnd_C_GetEnqueTypeFlags"); \ static_assert(offsetof(CSE_PlayerStealthHoldBreathEnd_C_GetEnqueTypeFlags, ReturnValue) == 0x000000, "Member 'CSE_PlayerStealthHoldBreathEnd_C_GetEnqueTypeFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCSE_PlayerStealthHoldBreathEnd_C \ static_assert(alignof(UCSE_PlayerStealthHoldBreathEnd_C) == 0x000008, "Wrong alignment on UCSE_PlayerStealthHoldBreathEnd_C"); \ static_assert(sizeof(UCSE_PlayerStealthHoldBreathEnd_C) == 0x000058, "Wrong size on UCSE_PlayerStealthHoldBreathEnd_C"); \ #define DUMPER7_ASSERTS_CSE_PlayerHoldBreathEnd_C_GetSoundCue \ static_assert(alignof(CSE_PlayerHoldBreathEnd_C_GetSoundCue) == 0x000008, "Wrong alignment on CSE_PlayerHoldBreathEnd_C_GetSoundCue"); \ static_assert(sizeof(CSE_PlayerHoldBreathEnd_C_GetSoundCue) == 0x000008, "Wrong size on CSE_PlayerHoldBreathEnd_C_GetSoundCue"); \ static_assert(offsetof(CSE_PlayerHoldBreathEnd_C_GetSoundCue, ReturnValue) == 0x000000, "Member 'CSE_PlayerHoldBreathEnd_C_GetSoundCue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CSE_PlayerHoldBreathEnd_C_GetEnqueTypeFlags \ static_assert(alignof(CSE_PlayerHoldBreathEnd_C_GetEnqueTypeFlags) == 0x000001, "Wrong alignment on CSE_PlayerHoldBreathEnd_C_GetEnqueTypeFlags"); \ static_assert(sizeof(CSE_PlayerHoldBreathEnd_C_GetEnqueTypeFlags) == 0x000001, "Wrong size on CSE_PlayerHoldBreathEnd_C_GetEnqueTypeFlags"); \ static_assert(offsetof(CSE_PlayerHoldBreathEnd_C_GetEnqueTypeFlags, ReturnValue) == 0x000000, "Member 'CSE_PlayerHoldBreathEnd_C_GetEnqueTypeFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCSE_PlayerHoldBreathEnd_C \ static_assert(alignof(UCSE_PlayerHoldBreathEnd_C) == 0x000008, "Wrong alignment on UCSE_PlayerHoldBreathEnd_C"); \ static_assert(sizeof(UCSE_PlayerHoldBreathEnd_C) == 0x000058, "Wrong size on UCSE_PlayerHoldBreathEnd_C"); \ #define DUMPER7_ASSERTS_BP_AN_EOFootstepBase_C_Received_Notify \ static_assert(alignof(BP_AN_EOFootstepBase_C_Received_Notify) == 0x000008, "Wrong alignment on BP_AN_EOFootstepBase_C_Received_Notify"); \ static_assert(sizeof(BP_AN_EOFootstepBase_C_Received_Notify) == 0x0001A0, "Wrong size on BP_AN_EOFootstepBase_C_Received_Notify"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, MeshComp) == 0x000000, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::MeshComp' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, Animation) == 0x000008, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::Animation' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, ReturnValue) == 0x000010, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, LocFootstepTraceComp) == 0x000018, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::LocFootstepTraceComp' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, LocTraceEnd) == 0x000020, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::LocTraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, LocTraceStart) == 0x00002C, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::LocTraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, LocSocketName) == 0x000038, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::LocSocketName' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, LocOwnerActor) == 0x000040, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::LocOwnerActor' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_GetOwner_ReturnValue) == 0x000048, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_IsDisabled_Result) == 0x000050, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_IsDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_IsValid_ReturnValue) == 0x000051, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Not_PreBool_ReturnValue) == 0x000052, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_GetPathName_ReturnValue) == 0x000058, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, K2Node_DynamicCast_AsBPI_Footstep_Source) == 0x000068, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::K2Node_DynamicCast_AsBPI_Footstep_Source' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_GetFootstepTraceComponent_Result) == 0x000090, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_GetFootstepTraceComponent_Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_GetEnumeratorName_ReturnValue) == 0x000098, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_GetEnumeratorName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_GetFootSocketOffsetEnd_Result) == 0x0000A0, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_GetFootSocketOffsetEnd_Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_DoesImplementInterface_ReturnValue) == 0x0000AC, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_NotEqual_NameName_ReturnValue) == 0x0000AD, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000B0, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_GetFootSocketOffsetStart_Result) == 0x0000B4, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_GetFootSocketOffsetStart_Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_GetSocketLocation_ReturnValue) == 0x0000C0, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_GetPathName_ReturnValue_1) == 0x0000D0, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Add_VectorVector_ReturnValue) == 0x0000E0, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000EC, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Conv_NameToString_ReturnValue) == 0x0000F8, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000108, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_DoesSocketExist_ReturnValue) == 0x000118, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_DoesSocketExist_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000120, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000130, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_GetPathName_ReturnValue_2) == 0x000140, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_GetPathName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000150, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_GetFootSocketName_Result) == 0x000160, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_GetFootSocketName_Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000168, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000178, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000188, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_Received_Notify, CallFunc_IsValid_ReturnValue_1) == 0x000198, "Member 'BP_AN_EOFootstepBase_C_Received_Notify::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AN_EOFootstepBase_C_GetFootSocketName \ static_assert(alignof(BP_AN_EOFootstepBase_C_GetFootSocketName) == 0x000008, "Wrong alignment on BP_AN_EOFootstepBase_C_GetFootSocketName"); \ static_assert(sizeof(BP_AN_EOFootstepBase_C_GetFootSocketName) == 0x000040, "Wrong size on BP_AN_EOFootstepBase_C_GetFootSocketName"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketName, InFootstepSourceActor) == 0x000000, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketName::InFootstepSourceActor' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketName, Result) == 0x000008, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketName::Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketName, LocResult) == 0x000010, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketName::LocResult' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketName, K2Node_DynamicCast_AsBPI_Footstep_Source) == 0x000018, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketName::K2Node_DynamicCast_AsBPI_Footstep_Source' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketName, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketName::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketName, CallFunc_GetFootstepRightSocketName_Result) == 0x00002C, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketName::CallFunc_GetFootstepRightSocketName_Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketName, CallFunc_GetFootstepLeftSocketName_Result) == 0x000034, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketName::CallFunc_GetFootstepLeftSocketName_Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketName, K2Node_SwitchEnum_CmpSuccess) == 0x00003C, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketName::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart \ static_assert(alignof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart) == 0x000008, "Wrong alignment on BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart"); \ static_assert(sizeof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart) == 0x000050, "Wrong size on BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart, InFootstepSourceActor) == 0x000000, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart::InFootstepSourceActor' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart, Result) == 0x000008, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart::Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart, LocResult) == 0x000014, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart::LocResult' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart, K2Node_DynamicCast_AsBPI_Footstep_Source) == 0x000020, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart::K2Node_DynamicCast_AsBPI_Footstep_Source' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart, CallFunc_GetFootstepRightSocketOffsetStart_Result) == 0x000034, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart::CallFunc_GetFootstepRightSocketOffsetStart_Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart, CallFunc_GetFootstepLeftSocketOffsetStart_Result_) == 0x000040, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart::CallFunc_GetFootstepLeftSocketOffsetStart_Result_' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart, K2Node_SwitchEnum_CmpSuccess) == 0x00004C, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetStart::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd \ static_assert(alignof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd) == 0x000008, "Wrong alignment on BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd"); \ static_assert(sizeof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd) == 0x000050, "Wrong size on BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd, InFootstepSourceActor) == 0x000000, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd::InFootstepSourceActor' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd, Result) == 0x000008, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd::Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd, LocResult) == 0x000014, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd::LocResult' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd, K2Node_DynamicCast_AsBPI_Footstep_Source) == 0x000020, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd::K2Node_DynamicCast_AsBPI_Footstep_Source' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd, CallFunc_GetFootstepRightSocketOffsetEnd_Result) == 0x000034, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd::CallFunc_GetFootstepRightSocketOffsetEnd_Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd, CallFunc_GetFootstepLeftSocketOffsetEnd_Result) == 0x000040, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd::CallFunc_GetFootstepLeftSocketOffsetEnd_Result' has a wrong offset!"); \ static_assert(offsetof(BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd, K2Node_SwitchEnum_CmpSuccess) == 0x00004C, "Member 'BP_AN_EOFootstepBase_C_GetFootSocketOffsetEnd::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AN_EOFootstepBase_C \ static_assert(alignof(UBP_AN_EOFootstepBase_C) == 0x000008, "Wrong alignment on UBP_AN_EOFootstepBase_C"); \ static_assert(sizeof(UBP_AN_EOFootstepBase_C) == 0x000040, "Wrong size on UBP_AN_EOFootstepBase_C"); \ static_assert(offsetof(UBP_AN_EOFootstepBase_C, FootstepType) == 0x000038, "Member 'UBP_AN_EOFootstepBase_C::FootstepType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AN_EOFootstep_Right_C_GetNotifyName \ static_assert(alignof(BP_AN_EOFootstep_Right_C_GetNotifyName) == 0x000008, "Wrong alignment on BP_AN_EOFootstep_Right_C_GetNotifyName"); \ static_assert(sizeof(BP_AN_EOFootstep_Right_C_GetNotifyName) == 0x000010, "Wrong size on BP_AN_EOFootstep_Right_C_GetNotifyName"); \ static_assert(offsetof(BP_AN_EOFootstep_Right_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'BP_AN_EOFootstep_Right_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AN_EOFootstep_Right_C \ static_assert(alignof(UBP_AN_EOFootstep_Right_C) == 0x000008, "Wrong alignment on UBP_AN_EOFootstep_Right_C"); \ static_assert(sizeof(UBP_AN_EOFootstep_Right_C) == 0x000040, "Wrong size on UBP_AN_EOFootstep_Right_C"); \ #define DUMPER7_ASSERTS_BP_AN_EOFootstep_Left_C_GetNotifyName \ static_assert(alignof(BP_AN_EOFootstep_Left_C_GetNotifyName) == 0x000008, "Wrong alignment on BP_AN_EOFootstep_Left_C_GetNotifyName"); \ static_assert(sizeof(BP_AN_EOFootstep_Left_C_GetNotifyName) == 0x000010, "Wrong size on BP_AN_EOFootstep_Left_C_GetNotifyName"); \ static_assert(offsetof(BP_AN_EOFootstep_Left_C_GetNotifyName, ReturnValue) == 0x000000, "Member 'BP_AN_EOFootstep_Left_C_GetNotifyName::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_AN_EOFootstep_Left_C \ static_assert(alignof(UBP_AN_EOFootstep_Left_C) == 0x000008, "Wrong alignment on UBP_AN_EOFootstep_Left_C"); \ static_assert(sizeof(UBP_AN_EOFootstep_Left_C) == 0x000040, "Wrong size on UBP_AN_EOFootstep_Left_C"); \ #define DUMPER7_ASSERTS_BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable \ static_assert(alignof(BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable) == 0x000008, "Wrong alignment on BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable"); \ static_assert(sizeof(BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable) == 0x000050, "Wrong size on BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable, EntryPoint) == 0x000000, "Member 'BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable, K2Node_Event_InteractionComponent) == 0x000008, "Member 'BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable, K2Node_Event_InteractionActor) == 0x000010, "Member 'BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable, K2Node_DynamicCast_AsBPI_Equipped_Action_Interactable_User) == 0x000018, "Member 'BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable::K2Node_DynamicCast_AsBPI_Equipped_Action_Interactable_User' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000030, "Member 'BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x000038, "Member 'BP_EquippedActionInteractable_C_ExecuteUbergraph_BP_EquippedActionInteractable::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EquippedActionInteractable_C_ActiveBeginInteract \ static_assert(alignof(BP_EquippedActionInteractable_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_EquippedActionInteractable_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_EquippedActionInteractable_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_EquippedActionInteractable_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_EquippedActionInteractable_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_EquippedActionInteractable_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_EquippedActionInteractable_C_CanInteract \ static_assert(alignof(BP_EquippedActionInteractable_C_CanInteract) == 0x000008, "Wrong alignment on BP_EquippedActionInteractable_C_CanInteract"); \ static_assert(sizeof(BP_EquippedActionInteractable_C_CanInteract) == 0x000030, "Wrong size on BP_EquippedActionInteractable_C_CanInteract"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, InteractedComponent_0) == 0x000000, "Member 'BP_EquippedActionInteractable_C_CanInteract::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, InteractingActor_0) == 0x000008, "Member 'BP_EquippedActionInteractable_C_CanInteract::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, ReturnValue) == 0x000010, "Member 'BP_EquippedActionInteractable_C_CanInteract::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, CallFunc_IsActivated_ReturnValue) == 0x000011, "Member 'BP_EquippedActionInteractable_C_CanInteract::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000018, "Member 'BP_EquippedActionInteractable_C_CanInteract::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, CallFunc_DoesImplementInterface_ReturnValue) == 0x000020, "Member 'BP_EquippedActionInteractable_C_CanInteract::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, CallFunc_GetGameplayEffectCount_ReturnValue) == 0x000024, "Member 'BP_EquippedActionInteractable_C_CanInteract::CallFunc_GetGameplayEffectCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_EquippedActionInteractable_C_CanInteract::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000029, "Member 'BP_EquippedActionInteractable_C_CanInteract::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, CallFunc_Not_PreBool_ReturnValue) == 0x00002A, "Member 'BP_EquippedActionInteractable_C_CanInteract::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, CallFunc_BooleanAND_ReturnValue) == 0x00002B, "Member 'BP_EquippedActionInteractable_C_CanInteract::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, CallFunc_BooleanAND_ReturnValue_1) == 0x00002C, "Member 'BP_EquippedActionInteractable_C_CanInteract::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, CallFunc_BooleanAND_ReturnValue_2) == 0x00002D, "Member 'BP_EquippedActionInteractable_C_CanInteract::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_EquippedActionInteractable_C_CanInteract, CallFunc_BooleanAND_ReturnValue_3) == 0x00002E, "Member 'BP_EquippedActionInteractable_C_CanInteract::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_EquippedActionInteractable_C \ static_assert(alignof(ABP_EquippedActionInteractable_C) == 0x000008, "Wrong alignment on ABP_EquippedActionInteractable_C"); \ static_assert(sizeof(ABP_EquippedActionInteractable_C) == 0x001C08, "Wrong size on ABP_EquippedActionInteractable_C"); \ static_assert(offsetof(ABP_EquippedActionInteractable_C, UberGraphFrame_BP_EquippedActionInteractable_C) == 0x001BD0, "Member 'ABP_EquippedActionInteractable_C::UberGraphFrame_BP_EquippedActionInteractable_C' has a wrong offset!"); \ static_assert(offsetof(ABP_EquippedActionInteractable_C, bEquipped) == 0x001BD8, "Member 'ABP_EquippedActionInteractable_C::bEquipped' has a wrong offset!"); \ static_assert(offsetof(ABP_EquippedActionInteractable_C, EquippedEffectHandle) == 0x001BDC, "Member 'ABP_EquippedActionInteractable_C::EquippedEffectHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_EquippedActionInteractable_C, HidePlayerMeshEventTag) == 0x001BF4, "Member 'ABP_EquippedActionInteractable_C::HidePlayerMeshEventTag' has a wrong offset!"); \ static_assert(offsetof(ABP_EquippedActionInteractable_C, ShowPlayerMeshEventTag) == 0x001BFC, "Member 'ABP_EquippedActionInteractable_C::ShowPlayerMeshEventTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CSE_PlayerHoldBreath_C_GetSoundCue \ static_assert(alignof(CSE_PlayerHoldBreath_C_GetSoundCue) == 0x000008, "Wrong alignment on CSE_PlayerHoldBreath_C_GetSoundCue"); \ static_assert(sizeof(CSE_PlayerHoldBreath_C_GetSoundCue) == 0x000008, "Wrong size on CSE_PlayerHoldBreath_C_GetSoundCue"); \ static_assert(offsetof(CSE_PlayerHoldBreath_C_GetSoundCue, ReturnValue) == 0x000000, "Member 'CSE_PlayerHoldBreath_C_GetSoundCue::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_CSE_PlayerHoldBreath_C_GetEnqueTypeFlags \ static_assert(alignof(CSE_PlayerHoldBreath_C_GetEnqueTypeFlags) == 0x000001, "Wrong alignment on CSE_PlayerHoldBreath_C_GetEnqueTypeFlags"); \ static_assert(sizeof(CSE_PlayerHoldBreath_C_GetEnqueTypeFlags) == 0x000001, "Wrong size on CSE_PlayerHoldBreath_C_GetEnqueTypeFlags"); \ static_assert(offsetof(CSE_PlayerHoldBreath_C_GetEnqueTypeFlags, ReturnValue) == 0x000000, "Member 'CSE_PlayerHoldBreath_C_GetEnqueTypeFlags::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCSE_PlayerHoldBreath_C \ static_assert(alignof(UCSE_PlayerHoldBreath_C) == 0x000008, "Wrong alignment on UCSE_PlayerHoldBreath_C"); \ static_assert(sizeof(UCSE_PlayerHoldBreath_C) == 0x000058, "Wrong size on UCSE_PlayerHoldBreath_C"); \ #define DUMPER7_ASSERTS_WBP_BaseExtraInfoWidget_C_ExecuteUbergraph_WBP_BaseExtraInfoWidget \ static_assert(alignof(WBP_BaseExtraInfoWidget_C_ExecuteUbergraph_WBP_BaseExtraInfoWidget) == 0x000004, "Wrong alignment on WBP_BaseExtraInfoWidget_C_ExecuteUbergraph_WBP_BaseExtraInfoWidget"); \ static_assert(sizeof(WBP_BaseExtraInfoWidget_C_ExecuteUbergraph_WBP_BaseExtraInfoWidget) == 0x000004, "Wrong size on WBP_BaseExtraInfoWidget_C_ExecuteUbergraph_WBP_BaseExtraInfoWidget"); \ static_assert(offsetof(WBP_BaseExtraInfoWidget_C_ExecuteUbergraph_WBP_BaseExtraInfoWidget, EntryPoint) == 0x000000, "Member 'WBP_BaseExtraInfoWidget_C_ExecuteUbergraph_WBP_BaseExtraInfoWidget::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocused \ static_assert(alignof(WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocused) == 0x000008, "Wrong alignment on WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocused"); \ static_assert(sizeof(WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocused) == 0x000010, "Wrong size on WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocused"); \ static_assert(offsetof(WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocused, ForSettingControl) == 0x000000, "Member 'WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocused::ForSettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocused, ForControlList) == 0x000008, "Member 'WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocused::ForControlList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocusLost \ static_assert(alignof(WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocusLost) == 0x000008, "Wrong alignment on WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocusLost"); \ static_assert(sizeof(WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocusLost) == 0x000010, "Wrong size on WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocusLost"); \ static_assert(offsetof(WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocusLost, ForSettingControl) == 0x000000, "Member 'WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocusLost::ForSettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocusLost, ForControlList) == 0x000008, "Member 'WBP_BaseExtraInfoWidget_C_OnParentSettingControlFocusLost::ForControlList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_BaseExtraInfoWidget_C \ static_assert(alignof(UWBP_BaseExtraInfoWidget_C) == 0x000008, "Wrong alignment on UWBP_BaseExtraInfoWidget_C"); \ static_assert(sizeof(UWBP_BaseExtraInfoWidget_C) == 0x000268, "Wrong size on UWBP_BaseExtraInfoWidget_C"); \ static_assert(offsetof(UWBP_BaseExtraInfoWidget_C, UberGraphFrame) == 0x000260, "Member 'UWBP_BaseExtraInfoWidget_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath \ static_assert(alignof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath) == 0x000008, "Wrong alignment on GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath"); \ static_assert(sizeof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath) == 0x000540, "Wrong size on GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, EntryPoint) == 0x000000, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_14) == 0x000004, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_14' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_14) == 0x000008, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_14' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_14) == 0x00000C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_14' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_9) == 0x000010, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_9' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_9) == 0x000014, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_9' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_9) == 0x000018, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_9' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_8) == 0x00002C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_8' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_8) == 0x000030, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_8' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_8) == 0x000034, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_8' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_7) == 0x000048, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_7' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_7) == 0x00004C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_7' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_7) == 0x000050, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_7' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_2) == 0x000054, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_6) == 0x000064, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_6' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_6) == 0x000068, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_6' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_6) == 0x00006C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_6' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_3) == 0x000070, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_5) == 0x000080, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_5' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_5) == 0x000084, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_5' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_5) == 0x000088, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_5' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_4) == 0x00008C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_float_Variable) == 0x00009C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_float_Variable_1) == 0x0000A0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_float_Variable_2) == 0x0000A4, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_WaitInputAction_ReturnValue) == 0x0000A8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_WaitInputAction_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_4) == 0x0000B4, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_4) == 0x0000B8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_4) == 0x0000BC, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_5) == 0x0000C0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_3) == 0x0000D0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_3) == 0x0000D4, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_3) == 0x0000D8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_6) == 0x0000DC, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_2) == 0x0000EC, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_2) == 0x0000F0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_2) == 0x0000F4, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_7) == 0x0000F8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_1) == 0x000108, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_1) == 0x00010C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_1) == 0x000110, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_8) == 0x000114, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue) == 0x000124, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds) == 0x000128, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds) == 0x00012C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_9) == 0x000130, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_float_Variable_3) == 0x000140, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_float_Variable_4) == 0x000144, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_float_Variable_5) == 0x000148, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_WaitInputAction_ReturnValue_1) == 0x000150, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_WaitInputAction_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_IsValid_ReturnValue_1) == 0x000158, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_CreateEOEvent_ReturnValue) == 0x000160, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_IsValid_ReturnValue_2) == 0x000168, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000170, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Conv_FloatToString_ReturnValue) == 0x000178, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Concat_StrStr_ReturnValue) == 0x000188, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000198, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001A8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_10) == 0x0001B8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_CreateEOEvent_ReturnValue_2) == 0x0001C8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_CreateEOEvent_ReturnValue_3) == 0x0001D0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_11) == 0x0001D8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_WaitDelay_ReturnValue) == 0x0001E8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_WaitDelay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_12) == 0x0001F0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_IsValid_ReturnValue_3) == 0x000200, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_WaitInputAction_ReturnValue_2) == 0x000208, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_WaitInputAction_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_float_Variable_6) == 0x000210, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_IsValid_ReturnValue_4) == 0x000214, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_K2_CommitAbilityCost_ReturnValue) == 0x000215, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_K2_CommitAbilityCost_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_GetTimeSeconds_ReturnValue) == 0x000218, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_float_Variable_7) == 0x00021C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_SwitchEnum_CmpSuccess) == 0x000220, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_float_Variable_8) == 0x000224, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000228, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_MakeGameplayCueParameters_ReturnValue) == 0x000230, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_MakeGameplayCueParameters_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_int_Variable) == 0x0002F0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_MakeLiteralString_ReturnValue) == 0x0002F8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_10) == 0x000308, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_10' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_10) == 0x00030C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_10' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_10) == 0x000310, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_10' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_13) == 0x000314, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000328, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_int_Variable_1) == 0x000338, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_11) == 0x00033C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_11' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_11) == 0x000340, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_11' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_11) == 0x000344, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_11' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_14) == 0x000348, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_SwitchEnum_CmpSuccess_1) == 0x000358, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000360, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_GetGameTimeInSeconds_ReturnValue_1) == 0x000368, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_GetGameTimeInSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Not_PreBool_ReturnValue) == 0x00036C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, Temp_int_Variable_2) == 0x000370, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_TimeSince_Result) == 0x000374, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_TimeSince_Result' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000378, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x000388, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Conv_FloatToString_ReturnValue_4) == 0x000398, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Conv_FloatToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_AB_CheckIfTimeElapsedIsInTimeWindow_ReturnValue) == 0x0003A8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_AB_CheckIfTimeElapsedIsInTimeWindow_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_WaitDelay_ReturnValue_1) == 0x0003B0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_WaitDelay_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_IsValid_ReturnValue_5) == 0x0003B8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Conv_BoolToString_ReturnValue) == 0x0003C0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0003D0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0003E0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0003F0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000400, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000408, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000418, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000428, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue_1) == 0x000438, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x00043C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Conv_FloatToString_ReturnValue_5) == 0x000440, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Conv_FloatToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_12) == 0x000450, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_12' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_12) == 0x000454, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_12' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_12) == 0x000458, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_12' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue_2) == 0x00045C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_K2_IsValidTimerHandle_ReturnValue_1) == 0x000460, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_K2_IsValidTimerHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Conv_FloatToString_ReturnValue_6) == 0x000468, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Conv_FloatToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000478, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue_3) == 0x000480, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x000484, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00049C, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_WaitDelay_ReturnValue_2) == 0x0004A0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_WaitDelay_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_15) == 0x0004A8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_IsValid_ReturnValue_6) == 0x0004B8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x0004C0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_GetCachedGameInstance_CachedGameInstance_1) == 0x0004C8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_GetCachedGameInstance_CachedGameInstance_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Add_IntInt_ReturnValue) == 0x0004D0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Add_IntInt_ReturnValue_1) == 0x0004D4, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_GetCachedGameInstance_CachedGameInstance_2) == 0x0004D8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_GetCachedGameInstance_CachedGameInstance_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_GetCachedGameInstance_CachedGameInstance_3) == 0x0004E0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_GetCachedGameInstance_CachedGameInstance_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ActionValue_13) == 0x0004E8, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ActionValue_13' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_ElapsedSeconds_13) == 0x0004EC, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_ElapsedSeconds_13' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CustomEvent_TriggeredSeconds_13) == 0x0004F0, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CustomEvent_TriggeredSeconds_13' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_16) == 0x0004F4, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_GetCachedGameInstance_CachedGameInstance_4) == 0x000508, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_GetCachedGameInstance_CachedGameInstance_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_GetCachedGameInstance_CachedGameInstance_5) == 0x000510, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_GetCachedGameInstance_CachedGameInstance_5' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, K2Node_CreateDelegate_OutputDelegate_17) == 0x000518, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::K2Node_CreateDelegate_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Add_IntInt_ReturnValue_2) == 0x000528, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath, CallFunc_Conv_FloatToString_ReturnValue_7) == 0x000530, "Member 'GA_HoldBreath_C_ExecuteUbergraph_GA_HoldBreath::CallFunc_Conv_FloatToString_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Started_E274761E41D91B85DB6992A5DCF1275F \ static_assert(alignof(GA_HoldBreath_C_Started_E274761E41D91B85DB6992A5DCF1275F) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Started_E274761E41D91B85DB6992A5DCF1275F"); \ static_assert(sizeof(GA_HoldBreath_C_Started_E274761E41D91B85DB6992A5DCF1275F) == 0x00000C, "Wrong size on GA_HoldBreath_C_Started_E274761E41D91B85DB6992A5DCF1275F"); \ static_assert(offsetof(GA_HoldBreath_C_Started_E274761E41D91B85DB6992A5DCF1275F, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Started_E274761E41D91B85DB6992A5DCF1275F::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Started_E274761E41D91B85DB6992A5DCF1275F, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Started_E274761E41D91B85DB6992A5DCF1275F::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Started_E274761E41D91B85DB6992A5DCF1275F, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Started_E274761E41D91B85DB6992A5DCF1275F::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Triggered_E274761E41D91B85DB6992A5DCF1275F \ static_assert(alignof(GA_HoldBreath_C_Triggered_E274761E41D91B85DB6992A5DCF1275F) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Triggered_E274761E41D91B85DB6992A5DCF1275F"); \ static_assert(sizeof(GA_HoldBreath_C_Triggered_E274761E41D91B85DB6992A5DCF1275F) == 0x00000C, "Wrong size on GA_HoldBreath_C_Triggered_E274761E41D91B85DB6992A5DCF1275F"); \ static_assert(offsetof(GA_HoldBreath_C_Triggered_E274761E41D91B85DB6992A5DCF1275F, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Triggered_E274761E41D91B85DB6992A5DCF1275F::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Triggered_E274761E41D91B85DB6992A5DCF1275F, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Triggered_E274761E41D91B85DB6992A5DCF1275F::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Triggered_E274761E41D91B85DB6992A5DCF1275F, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Triggered_E274761E41D91B85DB6992A5DCF1275F::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Ongoing_E274761E41D91B85DB6992A5DCF1275F \ static_assert(alignof(GA_HoldBreath_C_Ongoing_E274761E41D91B85DB6992A5DCF1275F) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Ongoing_E274761E41D91B85DB6992A5DCF1275F"); \ static_assert(sizeof(GA_HoldBreath_C_Ongoing_E274761E41D91B85DB6992A5DCF1275F) == 0x00000C, "Wrong size on GA_HoldBreath_C_Ongoing_E274761E41D91B85DB6992A5DCF1275F"); \ static_assert(offsetof(GA_HoldBreath_C_Ongoing_E274761E41D91B85DB6992A5DCF1275F, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Ongoing_E274761E41D91B85DB6992A5DCF1275F::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Ongoing_E274761E41D91B85DB6992A5DCF1275F, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Ongoing_E274761E41D91B85DB6992A5DCF1275F::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Ongoing_E274761E41D91B85DB6992A5DCF1275F, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Ongoing_E274761E41D91B85DB6992A5DCF1275F::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Completed_E274761E41D91B85DB6992A5DCF1275F \ static_assert(alignof(GA_HoldBreath_C_Completed_E274761E41D91B85DB6992A5DCF1275F) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Completed_E274761E41D91B85DB6992A5DCF1275F"); \ static_assert(sizeof(GA_HoldBreath_C_Completed_E274761E41D91B85DB6992A5DCF1275F) == 0x00000C, "Wrong size on GA_HoldBreath_C_Completed_E274761E41D91B85DB6992A5DCF1275F"); \ static_assert(offsetof(GA_HoldBreath_C_Completed_E274761E41D91B85DB6992A5DCF1275F, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Completed_E274761E41D91B85DB6992A5DCF1275F::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Completed_E274761E41D91B85DB6992A5DCF1275F, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Completed_E274761E41D91B85DB6992A5DCF1275F::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Completed_E274761E41D91B85DB6992A5DCF1275F, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Completed_E274761E41D91B85DB6992A5DCF1275F::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Canceled_E274761E41D91B85DB6992A5DCF1275F \ static_assert(alignof(GA_HoldBreath_C_Canceled_E274761E41D91B85DB6992A5DCF1275F) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Canceled_E274761E41D91B85DB6992A5DCF1275F"); \ static_assert(sizeof(GA_HoldBreath_C_Canceled_E274761E41D91B85DB6992A5DCF1275F) == 0x00000C, "Wrong size on GA_HoldBreath_C_Canceled_E274761E41D91B85DB6992A5DCF1275F"); \ static_assert(offsetof(GA_HoldBreath_C_Canceled_E274761E41D91B85DB6992A5DCF1275F, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Canceled_E274761E41D91B85DB6992A5DCF1275F::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Canceled_E274761E41D91B85DB6992A5DCF1275F, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Canceled_E274761E41D91B85DB6992A5DCF1275F::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Canceled_E274761E41D91B85DB6992A5DCF1275F, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Canceled_E274761E41D91B85DB6992A5DCF1275F::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Started_F1DD2A024A4FB76357569BBF072BE81F \ static_assert(alignof(GA_HoldBreath_C_Started_F1DD2A024A4FB76357569BBF072BE81F) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Started_F1DD2A024A4FB76357569BBF072BE81F"); \ static_assert(sizeof(GA_HoldBreath_C_Started_F1DD2A024A4FB76357569BBF072BE81F) == 0x00000C, "Wrong size on GA_HoldBreath_C_Started_F1DD2A024A4FB76357569BBF072BE81F"); \ static_assert(offsetof(GA_HoldBreath_C_Started_F1DD2A024A4FB76357569BBF072BE81F, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Started_F1DD2A024A4FB76357569BBF072BE81F::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Started_F1DD2A024A4FB76357569BBF072BE81F, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Started_F1DD2A024A4FB76357569BBF072BE81F::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Started_F1DD2A024A4FB76357569BBF072BE81F, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Started_F1DD2A024A4FB76357569BBF072BE81F::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Triggered_F1DD2A024A4FB76357569BBF072BE81F \ static_assert(alignof(GA_HoldBreath_C_Triggered_F1DD2A024A4FB76357569BBF072BE81F) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Triggered_F1DD2A024A4FB76357569BBF072BE81F"); \ static_assert(sizeof(GA_HoldBreath_C_Triggered_F1DD2A024A4FB76357569BBF072BE81F) == 0x00000C, "Wrong size on GA_HoldBreath_C_Triggered_F1DD2A024A4FB76357569BBF072BE81F"); \ static_assert(offsetof(GA_HoldBreath_C_Triggered_F1DD2A024A4FB76357569BBF072BE81F, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Triggered_F1DD2A024A4FB76357569BBF072BE81F::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Triggered_F1DD2A024A4FB76357569BBF072BE81F, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Triggered_F1DD2A024A4FB76357569BBF072BE81F::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Triggered_F1DD2A024A4FB76357569BBF072BE81F, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Triggered_F1DD2A024A4FB76357569BBF072BE81F::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Ongoing_F1DD2A024A4FB76357569BBF072BE81F \ static_assert(alignof(GA_HoldBreath_C_Ongoing_F1DD2A024A4FB76357569BBF072BE81F) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Ongoing_F1DD2A024A4FB76357569BBF072BE81F"); \ static_assert(sizeof(GA_HoldBreath_C_Ongoing_F1DD2A024A4FB76357569BBF072BE81F) == 0x00000C, "Wrong size on GA_HoldBreath_C_Ongoing_F1DD2A024A4FB76357569BBF072BE81F"); \ static_assert(offsetof(GA_HoldBreath_C_Ongoing_F1DD2A024A4FB76357569BBF072BE81F, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Ongoing_F1DD2A024A4FB76357569BBF072BE81F::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Ongoing_F1DD2A024A4FB76357569BBF072BE81F, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Ongoing_F1DD2A024A4FB76357569BBF072BE81F::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Ongoing_F1DD2A024A4FB76357569BBF072BE81F, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Ongoing_F1DD2A024A4FB76357569BBF072BE81F::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Completed_F1DD2A024A4FB76357569BBF072BE81F \ static_assert(alignof(GA_HoldBreath_C_Completed_F1DD2A024A4FB76357569BBF072BE81F) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Completed_F1DD2A024A4FB76357569BBF072BE81F"); \ static_assert(sizeof(GA_HoldBreath_C_Completed_F1DD2A024A4FB76357569BBF072BE81F) == 0x00000C, "Wrong size on GA_HoldBreath_C_Completed_F1DD2A024A4FB76357569BBF072BE81F"); \ static_assert(offsetof(GA_HoldBreath_C_Completed_F1DD2A024A4FB76357569BBF072BE81F, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Completed_F1DD2A024A4FB76357569BBF072BE81F::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Completed_F1DD2A024A4FB76357569BBF072BE81F, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Completed_F1DD2A024A4FB76357569BBF072BE81F::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Completed_F1DD2A024A4FB76357569BBF072BE81F, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Completed_F1DD2A024A4FB76357569BBF072BE81F::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Canceled_F1DD2A024A4FB76357569BBF072BE81F \ static_assert(alignof(GA_HoldBreath_C_Canceled_F1DD2A024A4FB76357569BBF072BE81F) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Canceled_F1DD2A024A4FB76357569BBF072BE81F"); \ static_assert(sizeof(GA_HoldBreath_C_Canceled_F1DD2A024A4FB76357569BBF072BE81F) == 0x00000C, "Wrong size on GA_HoldBreath_C_Canceled_F1DD2A024A4FB76357569BBF072BE81F"); \ static_assert(offsetof(GA_HoldBreath_C_Canceled_F1DD2A024A4FB76357569BBF072BE81F, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Canceled_F1DD2A024A4FB76357569BBF072BE81F::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Canceled_F1DD2A024A4FB76357569BBF072BE81F, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Canceled_F1DD2A024A4FB76357569BBF072BE81F::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Canceled_F1DD2A024A4FB76357569BBF072BE81F, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Canceled_F1DD2A024A4FB76357569BBF072BE81F::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Started_5F646264453F03F0898B70B213B7509B \ static_assert(alignof(GA_HoldBreath_C_Started_5F646264453F03F0898B70B213B7509B) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Started_5F646264453F03F0898B70B213B7509B"); \ static_assert(sizeof(GA_HoldBreath_C_Started_5F646264453F03F0898B70B213B7509B) == 0x00000C, "Wrong size on GA_HoldBreath_C_Started_5F646264453F03F0898B70B213B7509B"); \ static_assert(offsetof(GA_HoldBreath_C_Started_5F646264453F03F0898B70B213B7509B, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Started_5F646264453F03F0898B70B213B7509B::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Started_5F646264453F03F0898B70B213B7509B, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Started_5F646264453F03F0898B70B213B7509B::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Started_5F646264453F03F0898B70B213B7509B, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Started_5F646264453F03F0898B70B213B7509B::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Triggered_5F646264453F03F0898B70B213B7509B \ static_assert(alignof(GA_HoldBreath_C_Triggered_5F646264453F03F0898B70B213B7509B) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Triggered_5F646264453F03F0898B70B213B7509B"); \ static_assert(sizeof(GA_HoldBreath_C_Triggered_5F646264453F03F0898B70B213B7509B) == 0x00000C, "Wrong size on GA_HoldBreath_C_Triggered_5F646264453F03F0898B70B213B7509B"); \ static_assert(offsetof(GA_HoldBreath_C_Triggered_5F646264453F03F0898B70B213B7509B, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Triggered_5F646264453F03F0898B70B213B7509B::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Triggered_5F646264453F03F0898B70B213B7509B, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Triggered_5F646264453F03F0898B70B213B7509B::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Triggered_5F646264453F03F0898B70B213B7509B, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Triggered_5F646264453F03F0898B70B213B7509B::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Ongoing_5F646264453F03F0898B70B213B7509B \ static_assert(alignof(GA_HoldBreath_C_Ongoing_5F646264453F03F0898B70B213B7509B) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Ongoing_5F646264453F03F0898B70B213B7509B"); \ static_assert(sizeof(GA_HoldBreath_C_Ongoing_5F646264453F03F0898B70B213B7509B) == 0x00000C, "Wrong size on GA_HoldBreath_C_Ongoing_5F646264453F03F0898B70B213B7509B"); \ static_assert(offsetof(GA_HoldBreath_C_Ongoing_5F646264453F03F0898B70B213B7509B, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Ongoing_5F646264453F03F0898B70B213B7509B::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Ongoing_5F646264453F03F0898B70B213B7509B, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Ongoing_5F646264453F03F0898B70B213B7509B::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Ongoing_5F646264453F03F0898B70B213B7509B, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Ongoing_5F646264453F03F0898B70B213B7509B::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Completed_5F646264453F03F0898B70B213B7509B \ static_assert(alignof(GA_HoldBreath_C_Completed_5F646264453F03F0898B70B213B7509B) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Completed_5F646264453F03F0898B70B213B7509B"); \ static_assert(sizeof(GA_HoldBreath_C_Completed_5F646264453F03F0898B70B213B7509B) == 0x00000C, "Wrong size on GA_HoldBreath_C_Completed_5F646264453F03F0898B70B213B7509B"); \ static_assert(offsetof(GA_HoldBreath_C_Completed_5F646264453F03F0898B70B213B7509B, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Completed_5F646264453F03F0898B70B213B7509B::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Completed_5F646264453F03F0898B70B213B7509B, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Completed_5F646264453F03F0898B70B213B7509B::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Completed_5F646264453F03F0898B70B213B7509B, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Completed_5F646264453F03F0898B70B213B7509B::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_Canceled_5F646264453F03F0898B70B213B7509B \ static_assert(alignof(GA_HoldBreath_C_Canceled_5F646264453F03F0898B70B213B7509B) == 0x000004, "Wrong alignment on GA_HoldBreath_C_Canceled_5F646264453F03F0898B70B213B7509B"); \ static_assert(sizeof(GA_HoldBreath_C_Canceled_5F646264453F03F0898B70B213B7509B) == 0x00000C, "Wrong size on GA_HoldBreath_C_Canceled_5F646264453F03F0898B70B213B7509B"); \ static_assert(offsetof(GA_HoldBreath_C_Canceled_5F646264453F03F0898B70B213B7509B, ActionValue) == 0x000000, "Member 'GA_HoldBreath_C_Canceled_5F646264453F03F0898B70B213B7509B::ActionValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Canceled_5F646264453F03F0898B70B213B7509B, ElapsedSeconds) == 0x000004, "Member 'GA_HoldBreath_C_Canceled_5F646264453F03F0898B70B213B7509B::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_Canceled_5F646264453F03F0898B70B213B7509B, TriggeredSeconds) == 0x000008, "Member 'GA_HoldBreath_C_Canceled_5F646264453F03F0898B70B213B7509B::TriggeredSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_K2_OnEndAbility \ static_assert(alignof(GA_HoldBreath_C_K2_OnEndAbility) == 0x000008, "Wrong alignment on GA_HoldBreath_C_K2_OnEndAbility"); \ static_assert(sizeof(GA_HoldBreath_C_K2_OnEndAbility) == 0x000068, "Wrong size on GA_HoldBreath_C_K2_OnEndAbility"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_HoldBreath_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_GetController_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, K2Node_DynamicCast_AsPlayer_Controller) == 0x000010, "Member 'GA_HoldBreath_C_K2_OnEndAbility::K2Node_DynamicCast_AsPlayer_Controller' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'GA_HoldBreath_C_K2_OnEndAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_GetPlayerControllerID_ReturnValue) == 0x00001C, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_GetPlayerControllerID_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_IsWorldTearingDown_ReturnValue) == 0x000020, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_IsWorldTearingDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000021, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_BooleanAND_ReturnValue) == 0x000023, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_CreateEOEvent_ReturnValue) == 0x000028, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_GetCooldownTimeRemaining_ReturnValue) == 0x000030, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_GetCooldownTimeRemaining_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000034, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_GetAbilityLevel_ReturnValue) == 0x000038, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_GetAbilityLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_Conv_IntToString_ReturnValue) == 0x000040, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_OnEndAbility, CallFunc_K2_CommitAbilityCooldown_ReturnValue) == 0x000060, "Member 'GA_HoldBreath_C_K2_OnEndAbility::CallFunc_K2_CommitAbilityCooldown_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_K2_ActivateAbility \ static_assert(alignof(GA_HoldBreath_C_K2_ActivateAbility) == 0x000008, "Wrong alignment on GA_HoldBreath_C_K2_ActivateAbility"); \ static_assert(sizeof(GA_HoldBreath_C_K2_ActivateAbility) == 0x000028, "Wrong size on GA_HoldBreath_C_K2_ActivateAbility"); \ static_assert(offsetof(GA_HoldBreath_C_K2_ActivateAbility, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GA_HoldBreath_C_K2_ActivateAbility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_ActivateAbility, CallFunc_GetOwningActorFromActorInfo_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_K2_ActivateAbility::CallFunc_GetOwningActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_ActivateAbility, CallFunc_GetOwner_ReturnValue) == 0x000010, "Member 'GA_HoldBreath_C_K2_ActivateAbility::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_ActivateAbility, K2Node_DynamicCast_AsBP_Player_Character) == 0x000018, "Member 'GA_HoldBreath_C_K2_ActivateAbility::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_K2_ActivateAbility, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'GA_HoldBreath_C_K2_ActivateAbility::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_BroadcastHoldBreath \ static_assert(alignof(GA_HoldBreath_C_BroadcastHoldBreath) == 0x000008, "Wrong alignment on GA_HoldBreath_C_BroadcastHoldBreath"); \ static_assert(sizeof(GA_HoldBreath_C_BroadcastHoldBreath) == 0x000020, "Wrong size on GA_HoldBreath_C_BroadcastHoldBreath"); \ static_assert(offsetof(GA_HoldBreath_C_BroadcastHoldBreath, IsHolding) == 0x000000, "Member 'GA_HoldBreath_C_BroadcastHoldBreath::IsHolding' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_BroadcastHoldBreath, CallFunc_GetOwningActorFromActorInfo_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_BroadcastHoldBreath::CallFunc_GetOwningActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_BroadcastHoldBreath, K2Node_DynamicCast_AsBP_Player_Character) == 0x000010, "Member 'GA_HoldBreath_C_BroadcastHoldBreath::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_BroadcastHoldBreath, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'GA_HoldBreath_C_BroadcastHoldBreath::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_IsInteractingWithHYBInteractable \ static_assert(alignof(GA_HoldBreath_C_IsInteractingWithHYBInteractable) == 0x000008, "Wrong alignment on GA_HoldBreath_C_IsInteractingWithHYBInteractable"); \ static_assert(sizeof(GA_HoldBreath_C_IsInteractingWithHYBInteractable) == 0x000018, "Wrong size on GA_HoldBreath_C_IsInteractingWithHYBInteractable"); \ static_assert(offsetof(GA_HoldBreath_C_IsInteractingWithHYBInteractable, Result) == 0x000000, "Member 'GA_HoldBreath_C_IsInteractingWithHYBInteractable::Result' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_IsInteractingWithHYBInteractable, K2Node_DynamicCast_AsBP_Base_HYBInteractable) == 0x000008, "Member 'GA_HoldBreath_C_IsInteractingWithHYBInteractable::K2Node_DynamicCast_AsBP_Base_HYBInteractable' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_IsInteractingWithHYBInteractable, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'GA_HoldBreath_C_IsInteractingWithHYBInteractable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_SetCrosshair \ static_assert(alignof(GA_HoldBreath_C_SetCrosshair) == 0x000008, "Wrong alignment on GA_HoldBreath_C_SetCrosshair"); \ static_assert(sizeof(GA_HoldBreath_C_SetCrosshair) == 0x000038, "Wrong size on GA_HoldBreath_C_SetCrosshair"); \ static_assert(offsetof(GA_HoldBreath_C_SetCrosshair, CrosshairInfo) == 0x000000, "Member 'GA_HoldBreath_C_SetCrosshair::CrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_SetCrosshair, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'GA_HoldBreath_C_SetCrosshair::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_ClearCrosshair \ static_assert(alignof(GA_HoldBreath_C_ClearCrosshair) == 0x000001, "Wrong alignment on GA_HoldBreath_C_ClearCrosshair"); \ static_assert(sizeof(GA_HoldBreath_C_ClearCrosshair) == 0x000001, "Wrong size on GA_HoldBreath_C_ClearCrosshair"); \ static_assert(offsetof(GA_HoldBreath_C_ClearCrosshair, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GA_HoldBreath_C_ClearCrosshair::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_SetUpRandomActiveBreathing \ static_assert(alignof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing) == 0x000004, "Wrong alignment on GA_HoldBreath_C_AB_SetUpRandomActiveBreathing"); \ static_assert(sizeof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing) == 0x000028, "Wrong size on GA_HoldBreath_C_AB_SetUpRandomActiveBreathing"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing, Loc_TimeWindowDuration) == 0x000000, "Member 'GA_HoldBreath_C_AB_SetUpRandomActiveBreathing::Loc_TimeWindowDuration' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing, CallFunc_BreakVector2D_X) == 0x000004, "Member 'GA_HoldBreath_C_AB_SetUpRandomActiveBreathing::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing, CallFunc_BreakVector2D_Y) == 0x000008, "Member 'GA_HoldBreath_C_AB_SetUpRandomActiveBreathing::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing, CallFunc_RandomFloatInRange_ReturnValue) == 0x00000C, "Member 'GA_HoldBreath_C_AB_SetUpRandomActiveBreathing::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'GA_HoldBreath_C_AB_SetUpRandomActiveBreathing::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000014, "Member 'GA_HoldBreath_C_AB_SetUpRandomActiveBreathing::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000018, "Member 'GA_HoldBreath_C_AB_SetUpRandomActiveBreathing::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'GA_HoldBreath_C_AB_SetUpRandomActiveBreathing::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000020, "Member 'GA_HoldBreath_C_AB_SetUpRandomActiveBreathing::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetUpRandomActiveBreathing, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000024, "Member 'GA_HoldBreath_C_AB_SetUpRandomActiveBreathing::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_GetDepletionStartTime \ static_assert(alignof(GA_HoldBreath_C_AB_GetDepletionStartTime) == 0x000004, "Wrong alignment on GA_HoldBreath_C_AB_GetDepletionStartTime"); \ static_assert(sizeof(GA_HoldBreath_C_AB_GetDepletionStartTime) == 0x000008, "Wrong size on GA_HoldBreath_C_AB_GetDepletionStartTime"); \ static_assert(offsetof(GA_HoldBreath_C_AB_GetDepletionStartTime, ReturnValue) == 0x000000, "Member 'GA_HoldBreath_C_AB_GetDepletionStartTime::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_GetDepletionStartTime, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'GA_HoldBreath_C_AB_GetDepletionStartTime::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow \ static_assert(alignof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow) == 0x000004, "Wrong alignment on GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow"); \ static_assert(sizeof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow) == 0x000028, "Wrong size on GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, ElapsedTime) == 0x000000, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, TimeWindowStart) == 0x000004, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::TimeWindowStart' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, TimeWindowEnd) == 0x000008, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::TimeWindowEnd' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, InForgiveness) == 0x00000C, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::InForgiveness' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, ReturnValue) == 0x000010, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, Forgiveness) == 0x000014, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::Forgiveness' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, CallFunc_FMax_ReturnValue) == 0x000018, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00001C, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, CallFunc_Add_FloatFloat_ReturnValue) == 0x000020, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, CallFunc_Less_FloatFloat_ReturnValue) == 0x000025, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow, CallFunc_BooleanAND_ReturnValue) == 0x000026, "Member 'GA_HoldBreath_C_AB_CheckIfTimeElapsedIsInTimeWindow::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_ScaleTimeDilation \ static_assert(alignof(GA_HoldBreath_C_ScaleTimeDilation) == 0x000008, "Wrong alignment on GA_HoldBreath_C_ScaleTimeDilation"); \ static_assert(sizeof(GA_HoldBreath_C_ScaleTimeDilation) == 0x0000A8, "Wrong size on GA_HoldBreath_C_ScaleTimeDilation"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, Scale) == 0x000000, "Member 'GA_HoldBreath_C_ScaleTimeDilation::Scale' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, Loc_NewDilation) == 0x000004, "Member 'GA_HoldBreath_C_ScaleTimeDilation::Loc_NewDilation' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000018, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000020, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000030, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000060, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_GetGlobalTimeDilation_ReturnValue_1) == 0x000088, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_GetGlobalTimeDilation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000090, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000A0, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ScaleTimeDilation, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000A4, "Member 'GA_HoldBreath_C_ScaleTimeDilation::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_ResetTimeDilation \ static_assert(alignof(GA_HoldBreath_C_ResetTimeDilation) == 0x000008, "Wrong alignment on GA_HoldBreath_C_ResetTimeDilation"); \ static_assert(sizeof(GA_HoldBreath_C_ResetTimeDilation) == 0x000028, "Wrong size on GA_HoldBreath_C_ResetTimeDilation"); \ static_assert(offsetof(GA_HoldBreath_C_ResetTimeDilation, CallFunc_Conv_FloatToString_ReturnValue) == 0x000000, "Member 'GA_HoldBreath_C_ResetTimeDilation::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ResetTimeDilation, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'GA_HoldBreath_C_ResetTimeDilation::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ResetTimeDilation, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000020, "Member 'GA_HoldBreath_C_ResetTimeDilation::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_EndAbilityTasks \ static_assert(alignof(GA_HoldBreath_C_EndAbilityTasks) == 0x000001, "Wrong alignment on GA_HoldBreath_C_EndAbilityTasks"); \ static_assert(sizeof(GA_HoldBreath_C_EndAbilityTasks) == 0x000005, "Wrong size on GA_HoldBreath_C_EndAbilityTasks"); \ static_assert(offsetof(GA_HoldBreath_C_EndAbilityTasks, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GA_HoldBreath_C_EndAbilityTasks::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_EndAbilityTasks, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'GA_HoldBreath_C_EndAbilityTasks::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_EndAbilityTasks, CallFunc_IsValid_ReturnValue_2) == 0x000002, "Member 'GA_HoldBreath_C_EndAbilityTasks::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_EndAbilityTasks, CallFunc_IsValid_ReturnValue_3) == 0x000003, "Member 'GA_HoldBreath_C_EndAbilityTasks::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_EndAbilityTasks, CallFunc_IsValid_ReturnValue_4) == 0x000004, "Member 'GA_HoldBreath_C_EndAbilityTasks::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_TutorialPrompt \ static_assert(alignof(GA_HoldBreath_C_AB_TutorialPrompt) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_TutorialPrompt"); \ static_assert(sizeof(GA_HoldBreath_C_AB_TutorialPrompt) == 0x000010, "Wrong size on GA_HoldBreath_C_AB_TutorialPrompt"); \ static_assert(offsetof(GA_HoldBreath_C_AB_TutorialPrompt, PromptID) == 0x000000, "Member 'GA_HoldBreath_C_AB_TutorialPrompt::PromptID' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_TutorialPrompt, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_AB_TutorialPrompt::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_ClearTutorialPrompt \ static_assert(alignof(GA_HoldBreath_C_AB_ClearTutorialPrompt) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_ClearTutorialPrompt"); \ static_assert(sizeof(GA_HoldBreath_C_AB_ClearTutorialPrompt) == 0x000008, "Wrong size on GA_HoldBreath_C_AB_ClearTutorialPrompt"); \ static_assert(offsetof(GA_HoldBreath_C_AB_ClearTutorialPrompt, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'GA_HoldBreath_C_AB_ClearTutorialPrompt::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_PromptBreathDepletion \ static_assert(alignof(GA_HoldBreath_C_AB_PromptBreathDepletion) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_PromptBreathDepletion"); \ static_assert(sizeof(GA_HoldBreath_C_AB_PromptBreathDepletion) == 0x000010, "Wrong size on GA_HoldBreath_C_AB_PromptBreathDepletion"); \ static_assert(offsetof(GA_HoldBreath_C_AB_PromptBreathDepletion, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000000, "Member 'GA_HoldBreath_C_AB_PromptBreathDepletion::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_PromptBreathDepletion, CallFunc_ShouldTutorializeActiveBreathing_Result) == 0x000008, "Member 'GA_HoldBreath_C_AB_PromptBreathDepletion::CallFunc_ShouldTutorializeActiveBreathing_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_PromptActiveBreathing \ static_assert(alignof(GA_HoldBreath_C_AB_PromptActiveBreathing) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_PromptActiveBreathing"); \ static_assert(sizeof(GA_HoldBreath_C_AB_PromptActiveBreathing) == 0x000010, "Wrong size on GA_HoldBreath_C_AB_PromptActiveBreathing"); \ static_assert(offsetof(GA_HoldBreath_C_AB_PromptActiveBreathing, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000000, "Member 'GA_HoldBreath_C_AB_PromptActiveBreathing::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_PromptActiveBreathing, CallFunc_ShouldTutorializeActiveBreathing_Result) == 0x000008, "Member 'GA_HoldBreath_C_AB_PromptActiveBreathing::CallFunc_ShouldTutorializeActiveBreathing_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_OnWindowStartTimeReached \ static_assert(alignof(GA_HoldBreath_C_AB_OnWindowStartTimeReached) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_OnWindowStartTimeReached"); \ static_assert(sizeof(GA_HoldBreath_C_AB_OnWindowStartTimeReached) == 0x000020, "Wrong size on GA_HoldBreath_C_AB_OnWindowStartTimeReached"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnWindowStartTimeReached, Loc_TimeDilation) == 0x000000, "Member 'GA_HoldBreath_C_AB_OnWindowStartTimeReached::Loc_TimeDilation' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnWindowStartTimeReached, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_AB_OnWindowStartTimeReached::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnWindowStartTimeReached, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000010, "Member 'GA_HoldBreath_C_AB_OnWindowStartTimeReached::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnWindowStartTimeReached, CallFunc_ShouldTutorializeActiveBreathing_Result) == 0x000018, "Member 'GA_HoldBreath_C_AB_OnWindowStartTimeReached::CallFunc_ShouldTutorializeActiveBreathing_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_OnWindowEndTimeReached \ static_assert(alignof(GA_HoldBreath_C_AB_OnWindowEndTimeReached) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_OnWindowEndTimeReached"); \ static_assert(sizeof(GA_HoldBreath_C_AB_OnWindowEndTimeReached) == 0x000020, "Wrong size on GA_HoldBreath_C_AB_OnWindowEndTimeReached"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnWindowEndTimeReached, Loc_TimeDilation) == 0x000000, "Member 'GA_HoldBreath_C_AB_OnWindowEndTimeReached::Loc_TimeDilation' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnWindowEndTimeReached, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_AB_OnWindowEndTimeReached::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnWindowEndTimeReached, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000010, "Member 'GA_HoldBreath_C_AB_OnWindowEndTimeReached::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnWindowEndTimeReached, CallFunc_ShouldTutorializeActiveBreathing_Result) == 0x000018, "Member 'GA_HoldBreath_C_AB_OnWindowEndTimeReached::CallFunc_ShouldTutorializeActiveBreathing_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_ResetHYB \ static_assert(alignof(GA_HoldBreath_C_ResetHYB) == 0x000008, "Wrong alignment on GA_HoldBreath_C_ResetHYB"); \ static_assert(sizeof(GA_HoldBreath_C_ResetHYB) == 0x000018, "Wrong size on GA_HoldBreath_C_ResetHYB"); \ static_assert(offsetof(GA_HoldBreath_C_ResetHYB, IsEnding) == 0x000000, "Member 'GA_HoldBreath_C_ResetHYB::IsEnding' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ResetHYB, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'GA_HoldBreath_C_ResetHYB::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ResetHYB, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'GA_HoldBreath_C_ResetHYB::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ResetHYB, CallFunc_GetOwner_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_ResetHYB::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ResetHYB, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'GA_HoldBreath_C_ResetHYB::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ResetHYB, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'GA_HoldBreath_C_ResetHYB::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_ApplyGameplayEffect \ static_assert(alignof(GA_HoldBreath_C_ApplyGameplayEffect) == 0x000008, "Wrong alignment on GA_HoldBreath_C_ApplyGameplayEffect"); \ static_assert(sizeof(GA_HoldBreath_C_ApplyGameplayEffect) == 0x000060, "Wrong size on GA_HoldBreath_C_ApplyGameplayEffect"); \ static_assert(offsetof(GA_HoldBreath_C_ApplyGameplayEffect, Gameplay_Effect_Class) == 0x000000, "Member 'GA_HoldBreath_C_ApplyGameplayEffect::Gameplay_Effect_Class' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ApplyGameplayEffect, Gameplay_Effect_Level) == 0x000008, "Member 'GA_HoldBreath_C_ApplyGameplayEffect::Gameplay_Effect_Level' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ApplyGameplayEffect, Stacks) == 0x00000C, "Member 'GA_HoldBreath_C_ApplyGameplayEffect::Stacks' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ApplyGameplayEffect, Out_Effect_Handle) == 0x000010, "Member 'GA_HoldBreath_C_ApplyGameplayEffect::Out_Effect_Handle' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ApplyGameplayEffect, K2Node_MakeStruct_ActiveGameplayEffectHandle) == 0x000028, "Member 'GA_HoldBreath_C_ApplyGameplayEffect::K2Node_MakeStruct_ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ApplyGameplayEffect, CallFunc_IsValidClass_ReturnValue) == 0x000040, "Member 'GA_HoldBreath_C_ApplyGameplayEffect::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ApplyGameplayEffect, CallFunc_BP_ApplyGameplayEffectToOwner_ReturnValue) == 0x000044, "Member 'GA_HoldBreath_C_ApplyGameplayEffect::CallFunc_BP_ApplyGameplayEffectToOwner_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_RemoveGameplayEffect \ static_assert(alignof(GA_HoldBreath_C_RemoveGameplayEffect) == 0x000004, "Wrong alignment on GA_HoldBreath_C_RemoveGameplayEffect"); \ static_assert(sizeof(GA_HoldBreath_C_RemoveGameplayEffect) == 0x000038, "Wrong size on GA_HoldBreath_C_RemoveGameplayEffect"); \ static_assert(offsetof(GA_HoldBreath_C_RemoveGameplayEffect, EffectHandle) == 0x000000, "Member 'GA_HoldBreath_C_RemoveGameplayEffect::EffectHandle' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_RemoveGameplayEffect, StacksToRemove) == 0x000018, "Member 'GA_HoldBreath_C_RemoveGameplayEffect::StacksToRemove' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_RemoveGameplayEffect, K2Node_MakeStruct_ActiveGameplayEffectHandle) == 0x00001C, "Member 'GA_HoldBreath_C_RemoveGameplayEffect::K2Node_MakeStruct_ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_RemoveGameplayEffect, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000034, "Member 'GA_HoldBreath_C_RemoveGameplayEffect::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_SetCommonTimers \ static_assert(alignof(GA_HoldBreath_C_AB_SetCommonTimers) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_SetCommonTimers"); \ static_assert(sizeof(GA_HoldBreath_C_AB_SetCommonTimers) == 0x000080, "Wrong size on GA_HoldBreath_C_AB_SetCommonTimers"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetCommonTimers, LungsRemainingDuration) == 0x000000, "Member 'GA_HoldBreath_C_AB_SetCommonTimers::LungsRemainingDuration' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetCommonTimers, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'GA_HoldBreath_C_AB_SetCommonTimers::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetCommonTimers, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000018, "Member 'GA_HoldBreath_C_AB_SetCommonTimers::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetCommonTimers, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'GA_HoldBreath_C_AB_SetCommonTimers::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetCommonTimers, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000030, "Member 'GA_HoldBreath_C_AB_SetCommonTimers::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetCommonTimers, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'GA_HoldBreath_C_AB_SetCommonTimers::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetCommonTimers, K2Node_CreateDelegate_OutputDelegate_3) == 0x000048, "Member 'GA_HoldBreath_C_AB_SetCommonTimers::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetCommonTimers, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000058, "Member 'GA_HoldBreath_C_AB_SetCommonTimers::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetCommonTimers, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x000060, "Member 'GA_HoldBreath_C_AB_SetCommonTimers::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetCommonTimers, K2Node_CreateDelegate_OutputDelegate_4) == 0x000068, "Member 'GA_HoldBreath_C_AB_SetCommonTimers::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_SetCommonTimers, CallFunc_K2_SetTimerDelegate_ReturnValue_4) == 0x000078, "Member 'GA_HoldBreath_C_AB_SetCommonTimers::CallFunc_K2_SetTimerDelegate_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_OnActiveBreathingRestart \ static_assert(alignof(GA_HoldBreath_C_AB_OnActiveBreathingRestart) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_OnActiveBreathingRestart"); \ static_assert(sizeof(GA_HoldBreath_C_AB_OnActiveBreathingRestart) == 0x000018, "Wrong size on GA_HoldBreath_C_AB_OnActiveBreathingRestart"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnActiveBreathingRestart, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'GA_HoldBreath_C_AB_OnActiveBreathingRestart::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnActiveBreathingRestart, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_AB_OnActiveBreathingRestart::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnActiveBreathingRestart, CallFunc_FMax_ReturnValue) == 0x00000C, "Member 'GA_HoldBreath_C_AB_OnActiveBreathingRestart::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnActiveBreathingRestart, CallFunc_GetTimeSeconds_ReturnValue) == 0x000010, "Member 'GA_HoldBreath_C_AB_OnActiveBreathingRestart::CallFunc_GetTimeSeconds_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_RegisterEvents \ static_assert(alignof(GA_HoldBreath_C_RegisterEvents) == 0x000004, "Wrong alignment on GA_HoldBreath_C_RegisterEvents"); \ static_assert(sizeof(GA_HoldBreath_C_RegisterEvents) == 0x000024, "Wrong size on GA_HoldBreath_C_RegisterEvents"); \ static_assert(offsetof(GA_HoldBreath_C_RegisterEvents, K2Node_EOCreateEvent_OutputDelegate) == 0x000000, "Member 'GA_HoldBreath_C_RegisterEvents::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_RegisterEvents, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'GA_HoldBreath_C_RegisterEvents::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_RegisterEvents, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000014, "Member 'GA_HoldBreath_C_RegisterEvents::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_ClearBlockSprint \ static_assert(alignof(GA_HoldBreath_C_AB_ClearBlockSprint) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_ClearBlockSprint"); \ static_assert(sizeof(GA_HoldBreath_C_AB_ClearBlockSprint) == 0x000038, "Wrong size on GA_HoldBreath_C_AB_ClearBlockSprint"); \ static_assert(offsetof(GA_HoldBreath_C_AB_ClearBlockSprint, Loc_PlayerCharacter) == 0x000000, "Member 'GA_HoldBreath_C_AB_ClearBlockSprint::Loc_PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_ClearBlockSprint, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_AB_ClearBlockSprint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_ClearBlockSprint, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000010, "Member 'GA_HoldBreath_C_AB_ClearBlockSprint::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_ClearBlockSprint, K2Node_MakeStruct_ActiveGameplayEffectHandle) == 0x000018, "Member 'GA_HoldBreath_C_AB_ClearBlockSprint::K2Node_MakeStruct_ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_ClearBlockSprint, CallFunc_RemoveActiveGameplayEffect_ReturnValue) == 0x000030, "Member 'GA_HoldBreath_C_AB_ClearBlockSprint::CallFunc_RemoveActiveGameplayEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_ClearBlockSprint, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000031, "Member 'GA_HoldBreath_C_AB_ClearBlockSprint::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_ClearTask \ static_assert(alignof(GA_HoldBreath_C_ClearTask) == 0x000008, "Wrong alignment on GA_HoldBreath_C_ClearTask"); \ static_assert(sizeof(GA_HoldBreath_C_ClearTask) == 0x000010, "Wrong size on GA_HoldBreath_C_ClearTask"); \ static_assert(offsetof(GA_HoldBreath_C_ClearTask, Task) == 0x000000, "Member 'GA_HoldBreath_C_ClearTask::Task' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_ClearTask, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_ClearTask::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_OnBreathingAttemptEnded \ static_assert(alignof(GA_HoldBreath_C_AB_OnBreathingAttemptEnded) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_OnBreathingAttemptEnded"); \ static_assert(sizeof(GA_HoldBreath_C_AB_OnBreathingAttemptEnded) == 0x000030, "Wrong size on GA_HoldBreath_C_AB_OnBreathingAttemptEnded"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnBreathingAttemptEnded, Sender) == 0x000000, "Member 'GA_HoldBreath_C_AB_OnBreathingAttemptEnded::Sender' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnBreathingAttemptEnded, Event) == 0x000008, "Member 'GA_HoldBreath_C_AB_OnBreathingAttemptEnded::Event' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnBreathingAttemptEnded, K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Attempt_Ended) == 0x000010, "Member 'GA_HoldBreath_C_AB_OnBreathingAttemptEnded::K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Attempt_Ended' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnBreathingAttemptEnded, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'GA_HoldBreath_C_AB_OnBreathingAttemptEnded::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnBreathingAttemptEnded, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'GA_HoldBreath_C_AB_OnBreathingAttemptEnded::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnBreathingAttemptEnded, CallFunc_Add_FloatFloat_ReturnValue) == 0x000020, "Member 'GA_HoldBreath_C_AB_OnBreathingAttemptEnded::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnBreathingAttemptEnded, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'GA_HoldBreath_C_AB_OnBreathingAttemptEnded::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnBreathingAttemptEnded, CallFunc_FMax_ReturnValue) == 0x000028, "Member 'GA_HoldBreath_C_AB_OnBreathingAttemptEnded::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_OnDataAssetUpdated \ static_assert(alignof(GA_HoldBreath_C_AB_OnDataAssetUpdated) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_OnDataAssetUpdated"); \ static_assert(sizeof(GA_HoldBreath_C_AB_OnDataAssetUpdated) == 0x000020, "Wrong size on GA_HoldBreath_C_AB_OnDataAssetUpdated"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnDataAssetUpdated, Sender) == 0x000000, "Member 'GA_HoldBreath_C_AB_OnDataAssetUpdated::Sender' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnDataAssetUpdated, Event) == 0x000008, "Member 'GA_HoldBreath_C_AB_OnDataAssetUpdated::Event' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnDataAssetUpdated, K2Node_DynamicCast_AsBPE_Global_Update_Active_Breathing_Data) == 0x000010, "Member 'GA_HoldBreath_C_AB_OnDataAssetUpdated::K2Node_DynamicCast_AsBPE_Global_Update_Active_Breathing_Data' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_OnDataAssetUpdated, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'GA_HoldBreath_C_AB_OnDataAssetUpdated::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_AB_ClearTutorial \ static_assert(alignof(GA_HoldBreath_C_AB_ClearTutorial) == 0x000008, "Wrong alignment on GA_HoldBreath_C_AB_ClearTutorial"); \ static_assert(sizeof(GA_HoldBreath_C_AB_ClearTutorial) == 0x000018, "Wrong size on GA_HoldBreath_C_AB_ClearTutorial"); \ static_assert(offsetof(GA_HoldBreath_C_AB_ClearTutorial, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'GA_HoldBreath_C_AB_ClearTutorial::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_ClearTutorial, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000008, "Member 'GA_HoldBreath_C_AB_ClearTutorial::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_AB_ClearTutorial, CallFunc_ShouldTutorializeActiveBreathing_Result) == 0x000010, "Member 'GA_HoldBreath_C_AB_ClearTutorial::CallFunc_ShouldTutorializeActiveBreathing_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_SetHYBLevel \ static_assert(alignof(GA_HoldBreath_C_SetHYBLevel) == 0x000004, "Wrong alignment on GA_HoldBreath_C_SetHYBLevel"); \ static_assert(sizeof(GA_HoldBreath_C_SetHYBLevel) == 0x00000C, "Wrong size on GA_HoldBreath_C_SetHYBLevel"); \ static_assert(offsetof(GA_HoldBreath_C_SetHYBLevel, NewLevel) == 0x000000, "Member 'GA_HoldBreath_C_SetHYBLevel::NewLevel' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_SetHYBLevel, CallFunc_GetAbilityLevel_ReturnValue) == 0x000004, "Member 'GA_HoldBreath_C_SetHYBLevel::CallFunc_GetAbilityLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_SetHYBLevel, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000008, "Member 'GA_HoldBreath_C_SetHYBLevel::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_GetHYBLevel \ static_assert(alignof(GA_HoldBreath_C_GetHYBLevel) == 0x000004, "Wrong alignment on GA_HoldBreath_C_GetHYBLevel"); \ static_assert(sizeof(GA_HoldBreath_C_GetHYBLevel) == 0x000008, "Wrong size on GA_HoldBreath_C_GetHYBLevel"); \ static_assert(offsetof(GA_HoldBreath_C_GetHYBLevel, ReturnValue) == 0x000000, "Member 'GA_HoldBreath_C_GetHYBLevel::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_HoldBreath_C_GetHYBLevel, CallFunc_GetAbilityLevel_ReturnValue) == 0x000004, "Member 'GA_HoldBreath_C_GetHYBLevel::CallFunc_GetAbilityLevel_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_HoldBreath_C_IsAbilityEnding \ static_assert(alignof(GA_HoldBreath_C_IsAbilityEnding) == 0x000001, "Wrong alignment on GA_HoldBreath_C_IsAbilityEnding"); \ static_assert(sizeof(GA_HoldBreath_C_IsAbilityEnding) == 0x000001, "Wrong size on GA_HoldBreath_C_IsAbilityEnding"); \ static_assert(offsetof(GA_HoldBreath_C_IsAbilityEnding, Result) == 0x000000, "Member 'GA_HoldBreath_C_IsAbilityEnding::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_HoldBreath_C \ static_assert(alignof(UGA_HoldBreath_C) == 0x000008, "Wrong alignment on UGA_HoldBreath_C"); \ static_assert(sizeof(UGA_HoldBreath_C) == 0x0005C8, "Wrong size on UGA_HoldBreath_C"); \ static_assert(offsetof(UGA_HoldBreath_C, UberGraphFrame) == 0x0003D0, "Member 'UGA_HoldBreath_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, BreathingMode) == 0x0003D8, "Member 'UGA_HoldBreath_C::BreathingMode' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, OwningPlayer) == 0x0003E0, "Member 'UGA_HoldBreath_C::OwningPlayer' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, InteractedActor) == 0x0003E8, "Member 'UGA_HoldBreath_C::InteractedActor' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, HoldBreathPressed) == 0x0003F0, "Member 'UGA_HoldBreath_C::HoldBreathPressed' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, WaitDelayTask) == 0x0003F8, "Member 'UGA_HoldBreath_C::WaitDelayTask' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, WaitBreathControlInputPressTask) == 0x000400, "Member 'UGA_HoldBreath_C::WaitBreathControlInputPressTask' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, WaitInputReleaseTask) == 0x000408, "Member 'UGA_HoldBreath_C::WaitInputReleaseTask' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, HoldBreathDuration) == 0x000410, "Member 'UGA_HoldBreath_C::HoldBreathDuration' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, GEHoldBreath) == 0x000418, "Member 'UGA_HoldBreath_C::GEHoldBreath' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, GEHoldBreathHandle) == 0x000420, "Member 'UGA_HoldBreath_C::GEHoldBreathHandle' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, CueHoldBreathActive) == 0x000438, "Member 'UGA_HoldBreath_C::CueHoldBreathActive' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, InteractedComponent) == 0x000440, "Member 'UGA_HoldBreath_C::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, DisplayActiveCrosshair) == 0x000448, "Member 'UGA_HoldBreath_C::DisplayActiveCrosshair' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, CrosshairPriority) == 0x000449, "Member 'UGA_HoldBreath_C::CrosshairPriority' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, ActiveCrosshairInfo) == 0x000450, "Member 'UGA_HoldBreath_C::ActiveCrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, InteractingCrosshairInfo) == 0x000480, "Member 'UGA_HoldBreath_C::InteractingCrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, EndAbilityOnRelease) == 0x0004B0, "Member 'UGA_HoldBreath_C::EndAbilityOnRelease' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, HoldBreathDurationTimer) == 0x0004B8, "Member 'UGA_HoldBreath_C::HoldBreathDurationTimer' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_DurationTimer) == 0x0004C0, "Member 'UGA_HoldBreath_C::AB_DurationTimer' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_HoldBreathDepletionDuration) == 0x0004C8, "Member 'UGA_HoldBreath_C::AB_HoldBreathDepletionDuration' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_Duration) == 0x0004CC, "Member 'UGA_HoldBreath_C::AB_Duration' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_DepletionCrosshairInfo) == 0x0004D0, "Member 'UGA_HoldBreath_C::AB_DepletionCrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_TimeWindowStart) == 0x000500, "Member 'UGA_HoldBreath_C::AB_TimeWindowStart' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_TimeWindowEnd) == 0x000504, "Member 'UGA_HoldBreath_C::AB_TimeWindowEnd' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_StartTime) == 0x000508, "Member 'UGA_HoldBreath_C::AB_StartTime' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, HoldBreathStartTime) == 0x00050C, "Member 'UGA_HoldBreath_C::HoldBreathStartTime' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, HoldBreathEndTime) == 0x000510, "Member 'UGA_HoldBreath_C::HoldBreathEndTime' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_DepletionTimer) == 0x000518, "Member 'UGA_HoldBreath_C::AB_DepletionTimer' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_RandomTimeWindowEnabled) == 0x000520, "Member 'UGA_HoldBreath_C::AB_RandomTimeWindowEnabled' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_TimeWindowForgiveness) == 0x000524, "Member 'UGA_HoldBreath_C::AB_TimeWindowForgiveness' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_ActiveBreathingDurationRange) == 0x000528, "Member 'UGA_HoldBreath_C::AB_ActiveBreathingDurationRange' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, SavedTimeDilation) == 0x000530, "Member 'UGA_HoldBreath_C::SavedTimeDilation' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_PromptedTutorial) == 0x000534, "Member 'UGA_HoldBreath_C::AB_PromptedTutorial' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_TimeWindowStartTimer) == 0x000538, "Member 'UGA_HoldBreath_C::AB_TimeWindowStartTimer' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_TimeWindowEndTimer) == 0x000540, "Member 'UGA_HoldBreath_C::AB_TimeWindowEndTimer' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_GEActiveBreathingDepletion) == 0x000548, "Member 'UGA_HoldBreath_C::AB_GEActiveBreathingDepletion' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_GEActiveBreathingDepletionHandle) == 0x000550, "Member 'UGA_HoldBreath_C::AB_GEActiveBreathingDepletionHandle' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, InternalIsAbilityEnding) == 0x000568, "Member 'UGA_HoldBreath_C::InternalIsAbilityEnding' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, WaitBreathingStartInputPressTask) == 0x000570, "Member 'UGA_HoldBreath_C::WaitBreathingStartInputPressTask' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_Progress) == 0x000578, "Member 'UGA_HoldBreath_C::AB_Progress' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_LungsRemaining) == 0x00057C, "Member 'UGA_HoldBreath_C::AB_LungsRemaining' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_DataAsset) == 0x000580, "Member 'UGA_HoldBreath_C::AB_DataAsset' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, GameplayEffectForDisableSprint) == 0x000588, "Member 'UGA_HoldBreath_C::GameplayEffectForDisableSprint' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, bEnableActiveBreathingCayoteTime) == 0x000590, "Member 'UGA_HoldBreath_C::bEnableActiveBreathingCayoteTime' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_BlockSprintHandle) == 0x000594, "Member 'UGA_HoldBreath_C::AB_BlockSprintHandle' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_FillLungsDelayTask) == 0x0005B0, "Member 'UGA_HoldBreath_C::AB_FillLungsDelayTask' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_DebugTimer) == 0x0005B8, "Member 'UGA_HoldBreath_C::AB_DebugTimer' has a wrong offset!"); \ static_assert(offsetof(UGA_HoldBreath_C, AB_EnableWithoutUpdatingDataAsset) == 0x0005C0, "Member 'UGA_HoldBreath_C::AB_EnableWithoutUpdatingDataAsset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_StandInPlayerCamera_C \ static_assert(alignof(UBP_StandInPlayerCamera_C) == 0x000010, "Wrong alignment on UBP_StandInPlayerCamera_C"); \ static_assert(sizeof(UBP_StandInPlayerCamera_C) == 0x000840, "Wrong size on UBP_StandInPlayerCamera_C"); \ #define DUMPER7_ASSERTS_BPI_EquippedActionInteractableUser_C_CurrentlyEquippedEAI \ static_assert(alignof(BPI_EquippedActionInteractableUser_C_CurrentlyEquippedEAI) == 0x000008, "Wrong alignment on BPI_EquippedActionInteractableUser_C_CurrentlyEquippedEAI"); \ static_assert(sizeof(BPI_EquippedActionInteractableUser_C_CurrentlyEquippedEAI) == 0x000008, "Wrong size on BPI_EquippedActionInteractableUser_C_CurrentlyEquippedEAI"); \ static_assert(offsetof(BPI_EquippedActionInteractableUser_C_CurrentlyEquippedEAI, EquippedEAI) == 0x000000, "Member 'BPI_EquippedActionInteractableUser_C_CurrentlyEquippedEAI::EquippedEAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_EquippedActionInteractableUser_C_SetEquippedEAI \ static_assert(alignof(BPI_EquippedActionInteractableUser_C_SetEquippedEAI) == 0x000008, "Wrong alignment on BPI_EquippedActionInteractableUser_C_SetEquippedEAI"); \ static_assert(sizeof(BPI_EquippedActionInteractableUser_C_SetEquippedEAI) == 0x000008, "Wrong size on BPI_EquippedActionInteractableUser_C_SetEquippedEAI"); \ static_assert(offsetof(BPI_EquippedActionInteractableUser_C_SetEquippedEAI, EquippedEAI) == 0x000000, "Member 'BPI_EquippedActionInteractableUser_C_SetEquippedEAI::EquippedEAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_EquippedActionInteractableUser_C \ static_assert(alignof(IBPI_EquippedActionInteractableUser_C) == 0x000001, "Wrong alignment on IBPI_EquippedActionInteractableUser_C"); \ static_assert(sizeof(IBPI_EquippedActionInteractableUser_C) == 0x000001, "Wrong size on IBPI_EquippedActionInteractableUser_C"); \ #define DUMPER7_ASSERTS_BP_PHGameHelperSubsystem_C_ExecuteUbergraph_BP_PHGameHelperSubsystem \ static_assert(alignof(BP_PHGameHelperSubsystem_C_ExecuteUbergraph_BP_PHGameHelperSubsystem) == 0x000004, "Wrong alignment on BP_PHGameHelperSubsystem_C_ExecuteUbergraph_BP_PHGameHelperSubsystem"); \ static_assert(sizeof(BP_PHGameHelperSubsystem_C_ExecuteUbergraph_BP_PHGameHelperSubsystem) == 0x000004, "Wrong size on BP_PHGameHelperSubsystem_C_ExecuteUbergraph_BP_PHGameHelperSubsystem"); \ static_assert(offsetof(BP_PHGameHelperSubsystem_C_ExecuteUbergraph_BP_PHGameHelperSubsystem, EntryPoint) == 0x000000, "Member 'BP_PHGameHelperSubsystem_C_ExecuteUbergraph_BP_PHGameHelperSubsystem::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PHGameHelperSubsystem_C \ static_assert(alignof(UBP_PHGameHelperSubsystem_C) == 0x000008, "Wrong alignment on UBP_PHGameHelperSubsystem_C"); \ static_assert(sizeof(UBP_PHGameHelperSubsystem_C) == 0x0000A8, "Wrong size on UBP_PHGameHelperSubsystem_C"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, UberGraphFrame) == 0x000038, "Member 'UBP_PHGameHelperSubsystem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, CachedPlayerCameraManager) == 0x000040, "Member 'UBP_PHGameHelperSubsystem_C::CachedPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, CachedEnhancedInputComponent) == 0x000048, "Member 'UBP_PHGameHelperSubsystem_C::CachedEnhancedInputComponent' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, CachedPlayerCapsule) == 0x000050, "Member 'UBP_PHGameHelperSubsystem_C::CachedPlayerCapsule' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, GameHelperInitialized) == 0x000058, "Member 'UBP_PHGameHelperSubsystem_C::GameHelperInitialized' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, CachedGameInstance) == 0x000068, "Member 'UBP_PHGameHelperSubsystem_C::CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, CachedGameState) == 0x000070, "Member 'UBP_PHGameHelperSubsystem_C::CachedGameState' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, CachedCorePlayerCharacter) == 0x000078, "Member 'UBP_PHGameHelperSubsystem_C::CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, CachedCorePlayerController) == 0x000080, "Member 'UBP_PHGameHelperSubsystem_C::CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, HasBeenCached) == 0x000088, "Member 'UBP_PHGameHelperSubsystem_C::HasBeenCached' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, CachedGameMode) == 0x000090, "Member 'UBP_PHGameHelperSubsystem_C::CachedGameMode' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, CachedChapterDirector) == 0x000098, "Member 'UBP_PHGameHelperSubsystem_C::CachedChapterDirector' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, LastUIClickTime) == 0x0000A0, "Member 'UBP_PHGameHelperSubsystem_C::LastUIClickTime' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameHelperSubsystem_C, LastUISliderClickTime) == 0x0000A4, "Member 'UBP_PHGameHelperSubsystem_C::LastUISliderClickTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GC_Throwable_Land_C_OnExecute \ static_assert(alignof(GC_Throwable_Land_C_OnExecute) == 0x000008, "Wrong alignment on GC_Throwable_Land_C_OnExecute"); \ static_assert(sizeof(GC_Throwable_Land_C_OnExecute) == 0x0000E0, "Wrong size on GC_Throwable_Land_C_OnExecute"); \ static_assert(offsetof(GC_Throwable_Land_C_OnExecute, MyTarget) == 0x000000, "Member 'GC_Throwable_Land_C_OnExecute::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Land_C_OnExecute, Parameters) == 0x000008, "Member 'GC_Throwable_Land_C_OnExecute::Parameters' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Land_C_OnExecute, ReturnValue) == 0x0000C8, "Member 'GC_Throwable_Land_C_OnExecute::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Land_C_OnExecute, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000CC, "Member 'GC_Throwable_Land_C_OnExecute::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Land_C_OnExecute, CallFunc_OnExecute_ReturnValue) == 0x0000D8, "Member 'GC_Throwable_Land_C_OnExecute::CallFunc_OnExecute_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGC_Throwable_Land_C \ static_assert(alignof(UGC_Throwable_Land_C) == 0x000008, "Wrong alignment on UGC_Throwable_Land_C"); \ static_assert(sizeof(UGC_Throwable_Land_C) == 0x000040, "Wrong size on UGC_Throwable_Land_C"); \ #define DUMPER7_ASSERTS_GA_StealthHoldBreath_C_BroadcastHoldBreath \ static_assert(alignof(GA_StealthHoldBreath_C_BroadcastHoldBreath) == 0x000008, "Wrong alignment on GA_StealthHoldBreath_C_BroadcastHoldBreath"); \ static_assert(sizeof(GA_StealthHoldBreath_C_BroadcastHoldBreath) == 0x000020, "Wrong size on GA_StealthHoldBreath_C_BroadcastHoldBreath"); \ static_assert(offsetof(GA_StealthHoldBreath_C_BroadcastHoldBreath, IsHolding) == 0x000000, "Member 'GA_StealthHoldBreath_C_BroadcastHoldBreath::IsHolding' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreath_C_BroadcastHoldBreath, CallFunc_GetOwningActorFromActorInfo_ReturnValue) == 0x000008, "Member 'GA_StealthHoldBreath_C_BroadcastHoldBreath::CallFunc_GetOwningActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreath_C_BroadcastHoldBreath, K2Node_DynamicCast_AsBP_Player_Character) == 0x000010, "Member 'GA_StealthHoldBreath_C_BroadcastHoldBreath::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreath_C_BroadcastHoldBreath, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'GA_StealthHoldBreath_C_BroadcastHoldBreath::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_StealthHoldBreath_C \ static_assert(alignof(UGA_StealthHoldBreath_C) == 0x000008, "Wrong alignment on UGA_StealthHoldBreath_C"); \ static_assert(sizeof(UGA_StealthHoldBreath_C) == 0x0005C8, "Wrong size on UGA_StealthHoldBreath_C"); \ #define DUMPER7_ASSERTS_UGA_SingScream_C \ static_assert(alignof(UGA_SingScream_C) == 0x000008, "Wrong alignment on UGA_SingScream_C"); \ static_assert(sizeof(UGA_SingScream_C) == 0x0005C8, "Wrong size on UGA_SingScream_C"); \ #define DUMPER7_ASSERTS_BP_PHGameState_C_ExecuteUbergraph_BP_PHGameState \ static_assert(alignof(BP_PHGameState_C_ExecuteUbergraph_BP_PHGameState) == 0x000008, "Wrong alignment on BP_PHGameState_C_ExecuteUbergraph_BP_PHGameState"); \ static_assert(sizeof(BP_PHGameState_C_ExecuteUbergraph_BP_PHGameState) == 0x000010, "Wrong size on BP_PHGameState_C_ExecuteUbergraph_BP_PHGameState"); \ static_assert(offsetof(BP_PHGameState_C_ExecuteUbergraph_BP_PHGameState, EntryPoint) == 0x000000, "Member 'BP_PHGameState_C_ExecuteUbergraph_BP_PHGameState::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameState_C_ExecuteUbergraph_BP_PHGameState, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'BP_PHGameState_C_ExecuteUbergraph_BP_PHGameState::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PHGameState_C \ static_assert(alignof(ABP_PHGameState_C) == 0x000008, "Wrong alignment on ABP_PHGameState_C"); \ static_assert(sizeof(ABP_PHGameState_C) == 0x0002C8, "Wrong size on ABP_PHGameState_C"); \ static_assert(offsetof(ABP_PHGameState_C, UberGraphFrame) == 0x000280, "Member 'ABP_PHGameState_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PHGameState_C, DefaultSceneRoot) == 0x000288, "Member 'ABP_PHGameState_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_PHGameState_C, H1_WentRight) == 0x000290, "Member 'ABP_PHGameState_C::H1_WentRight' has a wrong offset!"); \ static_assert(offsetof(ABP_PHGameState_C, H2_WentRight) == 0x000291, "Member 'ABP_PHGameState_C::H2_WentRight' has a wrong offset!"); \ static_assert(offsetof(ABP_PHGameState_C, Stairs_WentRight) == 0x000292, "Member 'ABP_PHGameState_C::Stairs_WentRight' has a wrong offset!"); \ static_assert(offsetof(ABP_PHGameState_C, Psi_WentRight) == 0x000293, "Member 'ABP_PHGameState_C::Psi_WentRight' has a wrong offset!"); \ static_assert(offsetof(ABP_PHGameState_C, CheatMenuOpen) == 0x000294, "Member 'ABP_PHGameState_C::CheatMenuOpen' has a wrong offset!"); \ static_assert(offsetof(ABP_PHGameState_C, LayoutMenuOpen) == 0x000295, "Member 'ABP_PHGameState_C::LayoutMenuOpen' has a wrong offset!"); \ static_assert(offsetof(ABP_PHGameState_C, Warp_KeepLightKill) == 0x000296, "Member 'ABP_PHGameState_C::Warp_KeepLightKill' has a wrong offset!"); \ static_assert(offsetof(ABP_PHGameState_C, ReopenH2ToVent) == 0x000298, "Member 'ABP_PHGameState_C::ReopenH2ToVent' has a wrong offset!"); \ static_assert(offsetof(ABP_PHGameState_C, OpenVentToStairs) == 0x0002A8, "Member 'ABP_PHGameState_C::OpenVentToStairs' has a wrong offset!"); \ static_assert(offsetof(ABP_PHGameState_C, PrepFringePortal) == 0x0002B8, "Member 'ABP_PHGameState_C::PrepFringePortal' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_SetCurvePresets_C \ static_assert(alignof(UBPE_Global_SetCurvePresets_C) == 0x000008, "Wrong alignment on UBPE_Global_SetCurvePresets_C"); \ static_assert(sizeof(UBPE_Global_SetCurvePresets_C) == 0x000030, "Wrong size on UBPE_Global_SetCurvePresets_C"); \ static_assert(offsetof(UBPE_Global_SetCurvePresets_C, Target_Chapter) == 0x000028, "Member 'UBPE_Global_SetCurvePresets_C::Target_Chapter' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_SetCurvePresets_C, Target_Scenario) == 0x000029, "Member 'UBPE_Global_SetCurvePresets_C::Target_Scenario' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter \ static_assert(alignof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter"); \ static_assert(sizeof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter) == 0x000EF8, "Wrong size on BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, EntryPoint) == 0x000000, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_16) == 0x000008, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_16) == 0x000018, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_16' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_16) == 0x00001C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_16' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_15) == 0x000024, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_15) == 0x000034, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_15' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_15) == 0x000038, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_15' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_14) == 0x00003C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_14) == 0x00004C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_14' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_14) == 0x000050, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_14' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x000054, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2) == 0x000058, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_13) == 0x00005C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_13) == 0x00006C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_13' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_13) == 0x000070, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_13' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable) == 0x000074, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3) == 0x000078, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_1) == 0x00007C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_2) == 0x000080, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_12) == 0x000084, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_12) == 0x000094, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_12' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_12) == 0x000098, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_12' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_11) == 0x00009C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_11) == 0x0000AC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_11' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_11) == 0x0000B0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_11' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_4) == 0x0000B4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_5) == 0x0000B8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_10) == 0x0000BC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_10) == 0x0000CC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_10' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_10) == 0x0000D0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_10' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_9) == 0x0000D4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_9) == 0x0000E4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_9) == 0x0000E8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_6) == 0x0000EC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_7) == 0x0000F0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_8) == 0x0000F4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_8) == 0x000104, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_8) == 0x000108, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_3) == 0x00010C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_8) == 0x000110, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_4) == 0x000114, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_5) == 0x000118, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_7) == 0x00011C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_7) == 0x00012C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_7) == 0x000130, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_6) == 0x000134, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_6) == 0x000144, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_6) == 0x000148, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_9) == 0x00014C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_10) == 0x000150, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x000154, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x000164, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x000168, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x00016C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x00017C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x000180, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_11) == 0x000184, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_12) == 0x000188, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x00018C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x00019C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x0001A0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_6) == 0x0001A4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_13) == 0x0001A8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_7) == 0x0001AC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_8) == 0x0001B0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x0001B4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x0001C4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x0001C8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_9) == 0x0001CC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x0001D0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_10) == 0x0001D4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Variable) == 0x0001D8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x0001DC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x0001EC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x0001F0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_11) == 0x0001F4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x0001F8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_12) == 0x0001FC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Variable_1) == 0x000200, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputDebugKeyEvent_Key_8) == 0x000208, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputDebugKeyEvent_Key_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputDebugKeyEvent_Key_7) == 0x000220, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputDebugKeyEvent_Key_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputDebugKeyEvent_Key_6) == 0x000238, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputDebugKeyEvent_Key_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputDebugKeyEvent_Key_5) == 0x000250, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputDebugKeyEvent_Key_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputDebugKeyEvent_Key_4) == 0x000268, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputDebugKeyEvent_Key_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputDebugKeyEvent_Key_3) == 0x000280, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputDebugKeyEvent_Key_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputDebugKeyEvent_Key_2) == 0x000298, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputDebugKeyEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputDebugKeyEvent_Key_1) == 0x0002B0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputDebugKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputDebugKeyEvent_Key) == 0x0002C8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Variable_2) == 0x0002E0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue) == 0x0002E4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0002F4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0002F8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_13) == 0x0002FC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x000300, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_14) == 0x000304, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Variable_3) == 0x000308, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_NotifyName_9) == 0x00030C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_NotifyName_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate) == 0x000314, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_NotifyName_8) == 0x000324, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_NotifyName_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_1) == 0x00032C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_NotifyName_7) == 0x00033C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_NotifyName_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_2) == 0x000344, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_NotifyName_6) == 0x000354, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_NotifyName_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_3) == 0x00035C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_NotifyName_5) == 0x00036C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_NotifyName_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_4) == 0x000374, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_name_Variable) == 0x000384, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_5) == 0x00038C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_NotifyName_4) == 0x00039C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_NotifyName_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_NotifyName_3) == 0x0003A4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_NotifyName_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_6) == 0x0003AC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_NotifyName_2) == 0x0003BC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_NotifyName_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_7) == 0x0003C4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_NotifyName_1) == 0x0003D4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_NotifyName_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_8) == 0x0003DC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_NotifyName) == 0x0003EC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_NotifyName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CreateDelegate_OutputDelegate_9) == 0x0003F4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_name_Variable_1) == 0x000404, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_byte_Variable) == 0x00040C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_struct_Variable) == 0x000410, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_struct_Variable_1) == 0x00041C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Variable_4) == 0x000428, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_15) == 0x00042C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_16) == 0x000430, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Variable_5) == 0x000434, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_17) == 0x000438, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_18) == 0x00043C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Variable_6) == 0x000440, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Variable_7) == 0x000441, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_19) == 0x000444, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_1) == 0x000448, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_EnableHMD_ReturnValue) == 0x000449, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_EnableHMD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_EnableHMD_ReturnValue_1) == 0x00044A, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_EnableHMD_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000450, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1) == 0x000458, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetControlRotation_ReturnValue) == 0x000460, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_DamageInstigator) == 0x000470, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_DamageInstigator' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_DamageAmount_2) == 0x000478, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_DamageAmount_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakRotator_Roll) == 0x00047C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakRotator_Pitch) == 0x000480, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakRotator_Yaw) == 0x000484, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_FloatToString_ReturnValue) == 0x000488, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_MakeRotator_ReturnValue) == 0x000498, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_Killer_1) == 0x0004A8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_Killer_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_DamageAmount_1) == 0x0004B0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_DamageAmount_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsValid_ReturnValue) == 0x0004B4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x0004B8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_20) == 0x0004D0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_21) == 0x0004D4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_22) == 0x0004D8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue_1) == 0x0004DC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_RemoveActiveGameplayEffect_ReturnValue) == 0x0004F4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_RemoveActiveGameplayEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_Killer) == 0x0004F8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_Killer' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_DamageAmount) == 0x000500, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_DamageAmount' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_23) == 0x000504, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_17) == 0x000508, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_17) == 0x000518, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_17' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_17) == 0x00051C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_17' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_24) == 0x000520, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_14) == 0x000524, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_23) == 0x000528, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_23) == 0x000538, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_23' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_23) == 0x00053C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_23' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_15) == 0x000540, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Variable_8) == 0x000544, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_2) == 0x000545, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000546, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000548, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetForwardVector_ReturnValue) == 0x000554, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000560, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000561, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetInputAxisKeyValue_ReturnValue) == 0x000564, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetInputAxisKeyValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_MakeRotator_ReturnValue_1) == 0x000568, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x000574, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_MakeVector_ReturnValue) == 0x0005FC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetInputAxisKeyValue_ReturnValue_1) == 0x000608, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetInputAxisKeyValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_K2_AddRelativeLocation_SweepHitResult) == 0x00060C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_K2_AddRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_MakeRotator_ReturnValue_2) == 0x000694, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Variable_9) == 0x0006A0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_K2_AddWorldRotation_SweepHitResult) == 0x0006A4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_K2_AddWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_3) == 0x00072C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000730, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00073C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_FindLookAtRotation_ReturnValue) == 0x000748, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000754, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0007DC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputAxisKeyEvent_AxisValue) == 0x0007E0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputAxisKeyEvent_AxisValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_IsClosed_Variable) == 0x0007E4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputAxisEvent_AxisValue) == 0x0007E8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputAxisEvent_AxisValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetVelocity_ReturnValue) == 0x0007EC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_VSize_ReturnValue) == 0x0007F8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetInputAxisValue_ReturnValue) == 0x0007FC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetInputAxisValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000800, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Has_Been_Initd_Variable) == 0x000801, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_struct_Variable_2) == 0x000808, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000820, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000824, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Less_FloatFloat_ReturnValue) == 0x000828, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputKeyEvent_Key) == 0x000830, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputKeyEvent_Key_1) == 0x000848, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_struct_Variable_3) == 0x000860, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_struct_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputKeyEvent_Key_2) == 0x000878, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputKeyEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_HasAbilityOfClass_ReturnValue) == 0x000890, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_HasAbilityOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_4) == 0x000891, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_HasAbilityOfClass_ReturnValue_1) == 0x000892, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_HasAbilityOfClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_HasAbilityOfClass_ReturnValue_2) == 0x000893, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_HasAbilityOfClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_5) == 0x000894, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_6) == 0x000895, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Variable_10) == 0x000896, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BooleanAND_ReturnValue) == 0x000897, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_7) == 0x000898, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BooleanAND_ReturnValue_1) == 0x000899, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_HasAbilityOfClass_ReturnValue_3) == 0x00089A, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_HasAbilityOfClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsSprintActive_Result) == 0x00089B, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsSprintActive_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x0008A0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x0008B0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_8) == 0x0008B1, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BooleanAND_ReturnValue_2) == 0x0008B2, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_HasMatchingGameplayTag_self_CastInput_1) == 0x0008B8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_HasMatchingGameplayTag_self_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_HasMatchingGameplayTag_ReturnValue_1) == 0x0008C8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_HasMatchingGameplayTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputKeyEvent_Key_3) == 0x0008D0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputKeyEvent_Key_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_9) == 0x0008E8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BooleanAND_ReturnValue_3) == 0x0008E9, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_IsClosed_Variable_1) == 0x0008EA, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_struct_Variable_4) == 0x0008F0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_struct_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputKeyEvent_Key_4) == 0x000908, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputKeyEvent_Key_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputKeyEvent_Key_5) == 0x000920, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputKeyEvent_Key_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000938, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Add_IntInt_ReturnValue) == 0x00093C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_18) == 0x000940, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_18) == 0x000950, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_18' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_18) == 0x000954, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_18' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_IntToString_ReturnValue) == 0x000958, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Concat_StrStr_ReturnValue) == 0x000968, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000978, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_16) == 0x000988, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_struct_Variable_5) == 0x000990, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_struct_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputKeyEvent_Key_6) == 0x0009A8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputKeyEvent_Key_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_InputKeyEvent_Key_7) == 0x0009C0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_InputKeyEvent_Key_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2) == 0x0009D8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Create_ReturnValue) == 0x0009E0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsPackageBuild_ReturnValue) == 0x0009E8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsPackageBuild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsPackageBuild_ReturnValue_1) == 0x0009E9, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsPackageBuild_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_10) == 0x0009EA, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_11) == 0x0009EB, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsPackageBuild_ReturnValue_2) == 0x0009EC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsPackageBuild_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsPackageBuild_ReturnValue_3) == 0x0009ED, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsPackageBuild_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_12) == 0x0009EE, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_13) == 0x0009EF, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsPackageBuild_ReturnValue_4) == 0x0009F0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsPackageBuild_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsPackageBuild_ReturnValue_5) == 0x0009F1, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsPackageBuild_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_14) == 0x0009F2, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_15) == 0x0009F3, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_MakeStruct_GameplayEffectContextHandle) == 0x0009F8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_MakeStruct_GameplayEffectContextHandle' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue_2) == 0x000A10, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetGameplayEffectCount_ReturnValue) == 0x000A28, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetGameplayEffectCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_19) == 0x000A2C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_19) == 0x000A3C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_19' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_19) == 0x000A40, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_19' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000A44, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_17) == 0x000A48, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_InteractedComponent_3) == 0x000A50, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_InteractedComponent_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_InteractedComponent_2) == 0x000A58, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_InteractedComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_HoverEndType) == 0x000A60, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_HoverEndType' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetOwner_ReturnValue) == 0x000A68, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_DynamicCast_AsEOCrosshair_Target) == 0x000A70, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_DynamicCast_AsEOCrosshair_Target' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_DynamicCast_bSuccess) == 0x000A80, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsCrosshairTargetActive_ReturnValue) == 0x000A81, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsCrosshairTargetActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_bool_Has_Been_Initd_Variable_1) == 0x000A82, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_InteractedComponent_1) == 0x000A88, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_InteractedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_InteractedComponent) == 0x000A90, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetOwner_ReturnValue_1) == 0x000A98, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetPathName_ReturnValue) == 0x000AA0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000AB0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_InputMappingContext) == 0x000AC0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_InputMappingContext' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_OverwriteAllActions) == 0x000AC8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_OverwriteAllActions' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_PassThroughActions) == 0x000AD0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_PassThroughActions' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_BlockedActions) == 0x000AE0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_BlockedActions' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_PushedInteractable) == 0x000AF0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_PushedInteractable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Array_Add_ReturnValue) == 0x000AF8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_20) == 0x000AFC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_20) == 0x000B0C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_20' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_20) == 0x000B10, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_20' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetPathName_ReturnValue_1) == 0x000B18, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000B28, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_18) == 0x000B38, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_21) == 0x000B3C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_21) == 0x000B4C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_21' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_21) == 0x000B50, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_21' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Not_PreBool_ReturnValue_16) == 0x000B54, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Not_PreBool_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_19) == 0x000B58, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetGameplayEffectCount_ReturnValue_1) == 0x000B5C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetGameplayEffectCount_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_RemoveActiveGameplayEffect_ReturnValue_1) == 0x000B60, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_RemoveActiveGameplayEffect_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Greater_IntInt_ReturnValue) == 0x000B61, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue_3) == 0x000B64, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_25) == 0x000B7C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_26) == 0x000B80, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_float_Variable_27) == 0x000B84, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_float_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ActionValue_22) == 0x000B88, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ActionValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_ElapsedTime_22) == 0x000B98, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_ElapsedTime_22' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_EnhancedInputActionEvent_TriggeredTime_22) == 0x000B9C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_EnhancedInputActionEvent_TriggeredTime_22' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_20) == 0x000BA0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, Temp_int_Variable) == 0x000BA4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakVector_X) == 0x000BA8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakVector_Y) == 0x000BAC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakVector_Z) == 0x000BB0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Add_FloatFloat_ReturnValue) == 0x000BB4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_MakeVector_ReturnValue_1) == 0x000BB8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_S_BlendFootstep) == 0x000BC8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_S_BlendFootstep' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000BF8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_EquippedEAI) == 0x000C80, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_EquippedEAI' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_Montage_1) == 0x000C88, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_Montage_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_PlayRate_1) == 0x000C90, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_PlayRate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_StartingPosition_1) == 0x000C94, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_StartingPosition_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_DisableInput) == 0x000C98, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_DisableInput' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_UseMontageCamera) == 0x000C99, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_UseMontageCamera' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_StartingSectionName_1) == 0x000C9C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_StartingSectionName_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_SectionAfterLoop) == 0x000CA4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_SectionAfterLoop' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_StartLoopingNotifyName) == 0x000CAC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_StartLoopingNotifyName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_StopLooopingNotifyName) == 0x000CB4, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_StopLooopingNotifyName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_BlendInSettings_1) == 0x000CBC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_BlendInSettings_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_BlendOutSettings_1) == 0x000CCC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_BlendOutSettings_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue) == 0x000CE0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000CE8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000CE9, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x000CEA, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BooleanAND_ReturnValue_4) == 0x000CEB, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BooleanAND_ReturnValue_5) == 0x000CEC, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetAnimInstance_ReturnValue) == 0x000CF0, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Event_Enable) == 0x000CF8, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Event_Enable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_Montage) == 0x000D00, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_Montage' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_PlayRate) == 0x000D08, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_PlayRate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_StartingPosition) == 0x000D0C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_StartingPosition' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_StartingSectionName) == 0x000D10, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_StartingSectionName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_BlockInput) == 0x000D18, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_BlockInput' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_UseAnimationCamera) == 0x000D19, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_UseAnimationCamera' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_EventToSendAtEnd) == 0x000D20, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_EventToSendAtEnd' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_BlendInSettings) == 0x000D28, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_BlendInSettings' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_BlendOutSettings) == 0x000D38, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_BlendOutSettings' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsValid_ReturnValue_2) == 0x000D48, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1) == 0x000D50, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_CreateProxyObjectForPlayMontage_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_IsValid_ReturnValue_3) == 0x000D58, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetPlayerController_ReturnValue) == 0x000D60, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetPlayerController_ReturnValue_1) == 0x000D68, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_3) == 0x000D70, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_4) == 0x000D78, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_CustomEvent_State) == 0x000D80, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_CustomEvent_State' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_SwitchEnum_CmpSuccess) == 0x000D81, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Select_Default) == 0x000D84, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakVector_X_1) == 0x000D90, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakVector_Y_1) == 0x000D94, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakVector_Z_1) == 0x000D98, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x000D9C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000E24, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakVector_X_2) == 0x000E28, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakVector_Y_2) == 0x000E2C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_BreakVector_Z_2) == 0x000E30, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000E34, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Select_Default_1) == 0x000E38, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Select_Default_2) == 0x000E3C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000E40, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000E44, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000E48, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_MakeVector_ReturnValue_2) == 0x000E4C, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_MakeVector_ReturnValue_3) == 0x000E58, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, K2Node_Select_Default_3) == 0x000E64, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter, CallFunc_K2_SetRelativeLocation_SweepHitResult_2) == 0x000E70, "Member 'BP_PlayerCharacter_C_ExecuteUbergraph_BP_PlayerCharacter::CallFunc_K2_SetRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnCrouchStateChange \ static_assert(alignof(BP_PlayerCharacter_C_OnCrouchStateChange) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_OnCrouchStateChange"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnCrouchStateChange) == 0x000001, "Wrong size on BP_PlayerCharacter_C_OnCrouchStateChange"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnCrouchStateChange, State) == 0x000000, "Member 'BP_PlayerCharacter_C_OnCrouchStateChange::State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_PlaySingleMontage \ static_assert(alignof(BP_PlayerCharacter_C_PlaySingleMontage) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_PlaySingleMontage"); \ static_assert(sizeof(BP_PlayerCharacter_C_PlaySingleMontage) == 0x000048, "Wrong size on BP_PlayerCharacter_C_PlaySingleMontage"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlaySingleMontage, Montage) == 0x000000, "Member 'BP_PlayerCharacter_C_PlaySingleMontage::Montage' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlaySingleMontage, PlayRate) == 0x000008, "Member 'BP_PlayerCharacter_C_PlaySingleMontage::PlayRate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlaySingleMontage, StartingPosition) == 0x00000C, "Member 'BP_PlayerCharacter_C_PlaySingleMontage::StartingPosition' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlaySingleMontage, StartingSectionName) == 0x000010, "Member 'BP_PlayerCharacter_C_PlaySingleMontage::StartingSectionName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlaySingleMontage, BlockInput) == 0x000018, "Member 'BP_PlayerCharacter_C_PlaySingleMontage::BlockInput' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlaySingleMontage, UseAnimationCamera) == 0x000019, "Member 'BP_PlayerCharacter_C_PlaySingleMontage::UseAnimationCamera' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlaySingleMontage, EventToSendAtEnd) == 0x000020, "Member 'BP_PlayerCharacter_C_PlaySingleMontage::EventToSendAtEnd' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlaySingleMontage, BlendInSettings) == 0x000028, "Member 'BP_PlayerCharacter_C_PlaySingleMontage::BlendInSettings' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlaySingleMontage, BlendOutSettings) == 0x000038, "Member 'BP_PlayerCharacter_C_PlaySingleMontage::BlendOutSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_K2_EnableIK \ static_assert(alignof(BP_PlayerCharacter_C_K2_EnableIK) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_K2_EnableIK"); \ static_assert(sizeof(BP_PlayerCharacter_C_K2_EnableIK) == 0x000001, "Wrong size on BP_PlayerCharacter_C_K2_EnableIK"); \ static_assert(offsetof(BP_PlayerCharacter_C_K2_EnableIK, Enable) == 0x000000, "Member 'BP_PlayerCharacter_C_K2_EnableIK::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnPlayLoopedMontage \ static_assert(alignof(BP_PlayerCharacter_C_OnPlayLoopedMontage) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnPlayLoopedMontage"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnPlayLoopedMontage) == 0x000058, "Wrong size on BP_PlayerCharacter_C_OnPlayLoopedMontage"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlayLoopedMontage, Montage) == 0x000000, "Member 'BP_PlayerCharacter_C_OnPlayLoopedMontage::Montage' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlayLoopedMontage, PlayRate) == 0x000008, "Member 'BP_PlayerCharacter_C_OnPlayLoopedMontage::PlayRate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlayLoopedMontage, StartingPosition) == 0x00000C, "Member 'BP_PlayerCharacter_C_OnPlayLoopedMontage::StartingPosition' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlayLoopedMontage, DisableInput_0) == 0x000010, "Member 'BP_PlayerCharacter_C_OnPlayLoopedMontage::DisableInput_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlayLoopedMontage, UseMontageCamera) == 0x000011, "Member 'BP_PlayerCharacter_C_OnPlayLoopedMontage::UseMontageCamera' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlayLoopedMontage, StartingSectionName) == 0x000014, "Member 'BP_PlayerCharacter_C_OnPlayLoopedMontage::StartingSectionName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlayLoopedMontage, SectionAfterLoop) == 0x00001C, "Member 'BP_PlayerCharacter_C_OnPlayLoopedMontage::SectionAfterLoop' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlayLoopedMontage, StartLoopingNotifyName) == 0x000024, "Member 'BP_PlayerCharacter_C_OnPlayLoopedMontage::StartLoopingNotifyName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlayLoopedMontage, StopLooopingNotifyName) == 0x00002C, "Member 'BP_PlayerCharacter_C_OnPlayLoopedMontage::StopLooopingNotifyName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlayLoopedMontage, BlendInSettings) == 0x000034, "Member 'BP_PlayerCharacter_C_OnPlayLoopedMontage::BlendInSettings' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlayLoopedMontage, BlendOutSettings) == 0x000044, "Member 'BP_PlayerCharacter_C_OnPlayLoopedMontage::BlendOutSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetEquippedEAI \ static_assert(alignof(BP_PlayerCharacter_C_SetEquippedEAI) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetEquippedEAI"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetEquippedEAI) == 0x000008, "Wrong size on BP_PlayerCharacter_C_SetEquippedEAI"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetEquippedEAI, EquippedEAI) == 0x000000, "Member 'BP_PlayerCharacter_C_SetEquippedEAI::EquippedEAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetFootstepBlend \ static_assert(alignof(BP_PlayerCharacter_C_SetFootstepBlend) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetFootstepBlend"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetFootstepBlend) == 0x000030, "Wrong size on BP_PlayerCharacter_C_SetFootstepBlend"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetFootstepBlend, S_BlendFootstep) == 0x000000, "Member 'BP_PlayerCharacter_C_SetFootstepBlend::S_BlendFootstep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_PushSequenceInteractable \ static_assert(alignof(BP_PlayerCharacter_C_PushSequenceInteractable) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_PushSequenceInteractable"); \ static_assert(sizeof(BP_PlayerCharacter_C_PushSequenceInteractable) == 0x000008, "Wrong size on BP_PlayerCharacter_C_PushSequenceInteractable"); \ static_assert(offsetof(BP_PlayerCharacter_C_PushSequenceInteractable, PushedInteractable) == 0x000000, "Member 'BP_PlayerCharacter_C_PushSequenceInteractable::PushedInteractable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_PushInteractionInputContext \ static_assert(alignof(BP_PlayerCharacter_C_PushInteractionInputContext) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_PushInteractionInputContext"); \ static_assert(sizeof(BP_PlayerCharacter_C_PushInteractionInputContext) == 0x000030, "Wrong size on BP_PlayerCharacter_C_PushInteractionInputContext"); \ static_assert(offsetof(BP_PlayerCharacter_C_PushInteractionInputContext, InputMappingContext) == 0x000000, "Member 'BP_PlayerCharacter_C_PushInteractionInputContext::InputMappingContext' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PushInteractionInputContext, OverwriteAllActions) == 0x000008, "Member 'BP_PlayerCharacter_C_PushInteractionInputContext::OverwriteAllActions' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PushInteractionInputContext, PassThroughActions) == 0x000010, "Member 'BP_PlayerCharacter_C_PushInteractionInputContext::PassThroughActions' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PushInteractionInputContext, BlockedActions) == 0x000020, "Member 'BP_PlayerCharacter_C_PushInteractionInputContext::BlockedActions' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InteractEnded \ static_assert(alignof(BP_PlayerCharacter_C_InteractEnded) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InteractEnded"); \ static_assert(sizeof(BP_PlayerCharacter_C_InteractEnded) == 0x000008, "Wrong size on BP_PlayerCharacter_C_InteractEnded"); \ static_assert(offsetof(BP_PlayerCharacter_C_InteractEnded, InteractedComponent_0) == 0x000000, "Member 'BP_PlayerCharacter_C_InteractEnded::InteractedComponent_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InteractBegan \ static_assert(alignof(BP_PlayerCharacter_C_InteractBegan) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InteractBegan"); \ static_assert(sizeof(BP_PlayerCharacter_C_InteractBegan) == 0x000008, "Wrong size on BP_PlayerCharacter_C_InteractBegan"); \ static_assert(offsetof(BP_PlayerCharacter_C_InteractBegan, InteractedComponent_0) == 0x000000, "Member 'BP_PlayerCharacter_C_InteractBegan::InteractedComponent_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InteractHoverEnded \ static_assert(alignof(BP_PlayerCharacter_C_InteractHoverEnded) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InteractHoverEnded"); \ static_assert(sizeof(BP_PlayerCharacter_C_InteractHoverEnded) == 0x000010, "Wrong size on BP_PlayerCharacter_C_InteractHoverEnded"); \ static_assert(offsetof(BP_PlayerCharacter_C_InteractHoverEnded, InteractedComponent_0) == 0x000000, "Member 'BP_PlayerCharacter_C_InteractHoverEnded::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InteractHoverEnded, HoverEndType) == 0x000008, "Member 'BP_PlayerCharacter_C_InteractHoverEnded::HoverEndType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InteractHoverBegan \ static_assert(alignof(BP_PlayerCharacter_C_InteractHoverBegan) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InteractHoverBegan"); \ static_assert(sizeof(BP_PlayerCharacter_C_InteractHoverBegan) == 0x000008, "Wrong size on BP_PlayerCharacter_C_InteractHoverBegan"); \ static_assert(offsetof(BP_PlayerCharacter_C_InteractHoverBegan, InteractedComponent_0) == 0x000000, "Member 'BP_PlayerCharacter_C_InteractHoverBegan::InteractedComponent_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpAxisEvt_Turn_K2Node_InputAxisEvent_0 \ static_assert(alignof(BP_PlayerCharacter_C_InpAxisEvt_Turn_K2Node_InputAxisEvent_0) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpAxisEvt_Turn_K2Node_InputAxisEvent_0"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpAxisEvt_Turn_K2Node_InputAxisEvent_0) == 0x000004, "Wrong size on BP_PlayerCharacter_C_InpAxisEvt_Turn_K2Node_InputAxisEvent_0"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpAxisEvt_Turn_K2Node_InputAxisEvent_0, AxisValue_0) == 0x000000, "Member 'BP_PlayerCharacter_C_InpAxisEvt_Turn_K2Node_InputAxisEvent_0::AxisValue_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpAxisKeyEvt_MouseX_K2Node_InputAxisKeyEvent_3 \ static_assert(alignof(BP_PlayerCharacter_C_InpAxisKeyEvt_MouseX_K2Node_InputAxisKeyEvent_3) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpAxisKeyEvt_MouseX_K2Node_InputAxisKeyEvent_3"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpAxisKeyEvt_MouseX_K2Node_InputAxisKeyEvent_3) == 0x000004, "Wrong size on BP_PlayerCharacter_C_InpAxisKeyEvt_MouseX_K2Node_InputAxisKeyEvent_3"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpAxisKeyEvt_MouseX_K2Node_InputAxisKeyEvent_3, AxisValue_0) == 0x000000, "Member 'BP_PlayerCharacter_C_InpAxisKeyEvt_MouseX_K2Node_InputAxisKeyEvent_3::AxisValue_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_PostKilled \ static_assert(alignof(BP_PlayerCharacter_C_PostKilled) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_PostKilled"); \ static_assert(sizeof(BP_PlayerCharacter_C_PostKilled) == 0x000010, "Wrong size on BP_PlayerCharacter_C_PostKilled"); \ static_assert(offsetof(BP_PlayerCharacter_C_PostKilled, Killer) == 0x000000, "Member 'BP_PlayerCharacter_C_PostKilled::Killer' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PostKilled, DamageAmount) == 0x000008, "Member 'BP_PlayerCharacter_C_PostKilled::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_Killed \ static_assert(alignof(BP_PlayerCharacter_C_Killed) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_Killed"); \ static_assert(sizeof(BP_PlayerCharacter_C_Killed) == 0x000010, "Wrong size on BP_PlayerCharacter_C_Killed"); \ static_assert(offsetof(BP_PlayerCharacter_C_Killed, Killer) == 0x000000, "Member 'BP_PlayerCharacter_C_Killed::Killer' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_Killed, DamageAmount) == 0x000008, "Member 'BP_PlayerCharacter_C_Killed::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_Damaged \ static_assert(alignof(BP_PlayerCharacter_C_Damaged) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_Damaged"); \ static_assert(sizeof(BP_PlayerCharacter_C_Damaged) == 0x000010, "Wrong size on BP_PlayerCharacter_C_Damaged"); \ static_assert(offsetof(BP_PlayerCharacter_C_Damaged, DamageInstigator) == 0x000000, "Member 'BP_PlayerCharacter_C_Damaged::DamageInstigator' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_Damaged, DamageAmount) == 0x000008, "Member 'BP_PlayerCharacter_C_Damaged::DamageAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnCompleted_403945F14A5013BF8CE8FA9E382FC3EE \ static_assert(alignof(BP_PlayerCharacter_C_OnCompleted_403945F14A5013BF8CE8FA9E382FC3EE) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_OnCompleted_403945F14A5013BF8CE8FA9E382FC3EE"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnCompleted_403945F14A5013BF8CE8FA9E382FC3EE) == 0x000008, "Wrong size on BP_PlayerCharacter_C_OnCompleted_403945F14A5013BF8CE8FA9E382FC3EE"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnCompleted_403945F14A5013BF8CE8FA9E382FC3EE, NotifyName) == 0x000000, "Member 'BP_PlayerCharacter_C_OnCompleted_403945F14A5013BF8CE8FA9E382FC3EE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnBlendOut_403945F14A5013BF8CE8FA9E382FC3EE \ static_assert(alignof(BP_PlayerCharacter_C_OnBlendOut_403945F14A5013BF8CE8FA9E382FC3EE) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_OnBlendOut_403945F14A5013BF8CE8FA9E382FC3EE"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnBlendOut_403945F14A5013BF8CE8FA9E382FC3EE) == 0x000008, "Wrong size on BP_PlayerCharacter_C_OnBlendOut_403945F14A5013BF8CE8FA9E382FC3EE"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnBlendOut_403945F14A5013BF8CE8FA9E382FC3EE, NotifyName) == 0x000000, "Member 'BP_PlayerCharacter_C_OnBlendOut_403945F14A5013BF8CE8FA9E382FC3EE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnInterrupted_403945F14A5013BF8CE8FA9E382FC3EE \ static_assert(alignof(BP_PlayerCharacter_C_OnInterrupted_403945F14A5013BF8CE8FA9E382FC3EE) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_OnInterrupted_403945F14A5013BF8CE8FA9E382FC3EE"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnInterrupted_403945F14A5013BF8CE8FA9E382FC3EE) == 0x000008, "Wrong size on BP_PlayerCharacter_C_OnInterrupted_403945F14A5013BF8CE8FA9E382FC3EE"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnInterrupted_403945F14A5013BF8CE8FA9E382FC3EE, NotifyName) == 0x000000, "Member 'BP_PlayerCharacter_C_OnInterrupted_403945F14A5013BF8CE8FA9E382FC3EE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnNotifyBegin_403945F14A5013BF8CE8FA9E382FC3EE \ static_assert(alignof(BP_PlayerCharacter_C_OnNotifyBegin_403945F14A5013BF8CE8FA9E382FC3EE) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_OnNotifyBegin_403945F14A5013BF8CE8FA9E382FC3EE"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnNotifyBegin_403945F14A5013BF8CE8FA9E382FC3EE) == 0x000008, "Wrong size on BP_PlayerCharacter_C_OnNotifyBegin_403945F14A5013BF8CE8FA9E382FC3EE"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnNotifyBegin_403945F14A5013BF8CE8FA9E382FC3EE, NotifyName) == 0x000000, "Member 'BP_PlayerCharacter_C_OnNotifyBegin_403945F14A5013BF8CE8FA9E382FC3EE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnNotifyEnd_403945F14A5013BF8CE8FA9E382FC3EE \ static_assert(alignof(BP_PlayerCharacter_C_OnNotifyEnd_403945F14A5013BF8CE8FA9E382FC3EE) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_OnNotifyEnd_403945F14A5013BF8CE8FA9E382FC3EE"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnNotifyEnd_403945F14A5013BF8CE8FA9E382FC3EE) == 0x000008, "Wrong size on BP_PlayerCharacter_C_OnNotifyEnd_403945F14A5013BF8CE8FA9E382FC3EE"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnNotifyEnd_403945F14A5013BF8CE8FA9E382FC3EE, NotifyName) == 0x000000, "Member 'BP_PlayerCharacter_C_OnNotifyEnd_403945F14A5013BF8CE8FA9E382FC3EE::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnCompleted_573996ED47B9B6B62E321BBB2FC128C4 \ static_assert(alignof(BP_PlayerCharacter_C_OnCompleted_573996ED47B9B6B62E321BBB2FC128C4) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_OnCompleted_573996ED47B9B6B62E321BBB2FC128C4"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnCompleted_573996ED47B9B6B62E321BBB2FC128C4) == 0x000008, "Wrong size on BP_PlayerCharacter_C_OnCompleted_573996ED47B9B6B62E321BBB2FC128C4"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnCompleted_573996ED47B9B6B62E321BBB2FC128C4, NotifyName) == 0x000000, "Member 'BP_PlayerCharacter_C_OnCompleted_573996ED47B9B6B62E321BBB2FC128C4::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnBlendOut_573996ED47B9B6B62E321BBB2FC128C4 \ static_assert(alignof(BP_PlayerCharacter_C_OnBlendOut_573996ED47B9B6B62E321BBB2FC128C4) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_OnBlendOut_573996ED47B9B6B62E321BBB2FC128C4"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnBlendOut_573996ED47B9B6B62E321BBB2FC128C4) == 0x000008, "Wrong size on BP_PlayerCharacter_C_OnBlendOut_573996ED47B9B6B62E321BBB2FC128C4"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnBlendOut_573996ED47B9B6B62E321BBB2FC128C4, NotifyName) == 0x000000, "Member 'BP_PlayerCharacter_C_OnBlendOut_573996ED47B9B6B62E321BBB2FC128C4::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnInterrupted_573996ED47B9B6B62E321BBB2FC128C4 \ static_assert(alignof(BP_PlayerCharacter_C_OnInterrupted_573996ED47B9B6B62E321BBB2FC128C4) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_OnInterrupted_573996ED47B9B6B62E321BBB2FC128C4"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnInterrupted_573996ED47B9B6B62E321BBB2FC128C4) == 0x000008, "Wrong size on BP_PlayerCharacter_C_OnInterrupted_573996ED47B9B6B62E321BBB2FC128C4"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnInterrupted_573996ED47B9B6B62E321BBB2FC128C4, NotifyName) == 0x000000, "Member 'BP_PlayerCharacter_C_OnInterrupted_573996ED47B9B6B62E321BBB2FC128C4::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnNotifyBegin_573996ED47B9B6B62E321BBB2FC128C4 \ static_assert(alignof(BP_PlayerCharacter_C_OnNotifyBegin_573996ED47B9B6B62E321BBB2FC128C4) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_OnNotifyBegin_573996ED47B9B6B62E321BBB2FC128C4"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnNotifyBegin_573996ED47B9B6B62E321BBB2FC128C4) == 0x000008, "Wrong size on BP_PlayerCharacter_C_OnNotifyBegin_573996ED47B9B6B62E321BBB2FC128C4"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnNotifyBegin_573996ED47B9B6B62E321BBB2FC128C4, NotifyName) == 0x000000, "Member 'BP_PlayerCharacter_C_OnNotifyBegin_573996ED47B9B6B62E321BBB2FC128C4::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnNotifyEnd_573996ED47B9B6B62E321BBB2FC128C4 \ static_assert(alignof(BP_PlayerCharacter_C_OnNotifyEnd_573996ED47B9B6B62E321BBB2FC128C4) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_OnNotifyEnd_573996ED47B9B6B62E321BBB2FC128C4"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnNotifyEnd_573996ED47B9B6B62E321BBB2FC128C4) == 0x000008, "Wrong size on BP_PlayerCharacter_C_OnNotifyEnd_573996ED47B9B6B62E321BBB2FC128C4"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnNotifyEnd_573996ED47B9B6B62E321BBB2FC128C4, NotifyName) == 0x000000, "Member 'BP_PlayerCharacter_C_OnNotifyEnd_573996ED47B9B6B62E321BBB2FC128C4::NotifyName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_Interact_K2Node_EnhancedInputActionEvent_0 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_Interact_K2Node_EnhancedInputActionEvent_0) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_Interact_K2Node_EnhancedInputActionEvent_0"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_Interact_K2Node_EnhancedInputActionEvent_0) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_Interact_K2Node_EnhancedInputActionEvent_0"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_Interact_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_Interact_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_Interact_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_Interact_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_Interact_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_Interact_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_Alt_LeftBracket_K2Node_InputDebugKeyEvent_0 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_Alt_LeftBracket_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_Alt_LeftBracket_K2Node_InputDebugKeyEvent_0"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_Alt_LeftBracket_K2Node_InputDebugKeyEvent_0) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_Alt_LeftBracket_K2Node_InputDebugKeyEvent_0"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_Alt_LeftBracket_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_Alt_LeftBracket_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_Shift_P_K2Node_InputDebugKeyEvent_1 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_Shift_P_K2Node_InputDebugKeyEvent_1) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_Shift_P_K2Node_InputDebugKeyEvent_1"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_Shift_P_K2Node_InputDebugKeyEvent_1) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_Shift_P_K2Node_InputDebugKeyEvent_1"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_Shift_P_K2Node_InputDebugKeyEvent_1, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_Shift_P_K2Node_InputDebugKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_Divide_K2Node_InputDebugKeyEvent_2 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_Divide_K2Node_InputDebugKeyEvent_2) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_Divide_K2Node_InputDebugKeyEvent_2"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_Divide_K2Node_InputDebugKeyEvent_2) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_Divide_K2Node_InputDebugKeyEvent_2"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_Divide_K2Node_InputDebugKeyEvent_2, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_Divide_K2Node_InputDebugKeyEvent_2::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_NumLock_K2Node_InputDebugKeyEvent_3 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_NumLock_K2Node_InputDebugKeyEvent_3) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_NumLock_K2Node_InputDebugKeyEvent_3"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_NumLock_K2Node_InputDebugKeyEvent_3) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_NumLock_K2Node_InputDebugKeyEvent_3"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_NumLock_K2Node_InputDebugKeyEvent_3, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_NumLock_K2Node_InputDebugKeyEvent_3::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_PageUp_K2Node_InputDebugKeyEvent_4 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_PageUp_K2Node_InputDebugKeyEvent_4) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_PageUp_K2Node_InputDebugKeyEvent_4"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_PageUp_K2Node_InputDebugKeyEvent_4) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_PageUp_K2Node_InputDebugKeyEvent_4"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_PageUp_K2Node_InputDebugKeyEvent_4, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_PageUp_K2Node_InputDebugKeyEvent_4::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_PageDown_K2Node_InputDebugKeyEvent_5 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_PageDown_K2Node_InputDebugKeyEvent_5) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_PageDown_K2Node_InputDebugKeyEvent_5"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_PageDown_K2Node_InputDebugKeyEvent_5) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_PageDown_K2Node_InputDebugKeyEvent_5"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_PageDown_K2Node_InputDebugKeyEvent_5, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_PageDown_K2Node_InputDebugKeyEvent_5::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_Multiply_K2Node_InputDebugKeyEvent_6 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_Multiply_K2Node_InputDebugKeyEvent_6) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_Multiply_K2Node_InputDebugKeyEvent_6"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_Multiply_K2Node_InputDebugKeyEvent_6) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_Multiply_K2Node_InputDebugKeyEvent_6"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_Multiply_K2Node_InputDebugKeyEvent_6, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_Multiply_K2Node_InputDebugKeyEvent_6::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_Subtract_K2Node_InputDebugKeyEvent_7 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_Subtract_K2Node_InputDebugKeyEvent_7) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_Subtract_K2Node_InputDebugKeyEvent_7"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_Subtract_K2Node_InputDebugKeyEvent_7) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_Subtract_K2Node_InputDebugKeyEvent_7"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_Subtract_K2Node_InputDebugKeyEvent_7, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_Subtract_K2Node_InputDebugKeyEvent_7::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_Add_K2Node_InputDebugKeyEvent_8 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_Add_K2Node_InputDebugKeyEvent_8) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_Add_K2Node_InputDebugKeyEvent_8"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_Add_K2Node_InputDebugKeyEvent_8) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_Add_K2Node_InputDebugKeyEvent_8"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_Add_K2Node_InputDebugKeyEvent_8, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_Add_K2Node_InputDebugKeyEvent_8::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_Contextual_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_Sprint_K2Node_EnhancedInputActionEvent_2 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_Sprint_K2Node_EnhancedInputActionEvent_2) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_Sprint_K2Node_EnhancedInputActionEvent_2"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_Sprint_K2Node_EnhancedInputActionEvent_2) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_Sprint_K2Node_EnhancedInputActionEvent_2"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_Sprint_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_Sprint_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_Sprint_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_Sprint_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_Sprint_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_Sprint_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_3 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_3) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_3"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_3) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_3"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_4 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_4) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_4"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_4) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_4"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_5 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_5) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_5"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_5) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_5"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_8 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_8) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_8"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_8) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_8"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_8, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_8::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_8, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_8::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_8, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_8::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_9 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_9) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_9"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_9) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_9"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_9, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_9::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_9, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_9::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_9, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_9::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_10 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_10) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_10"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_10) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_10"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_10, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_10::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_10, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_10::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_10, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_10::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_11 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_11) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_11"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_11) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_11"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_11, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_11::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_11, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_11::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_11, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_11::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_12 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_12) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_12"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_12) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_12"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_12, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_12::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_12, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_12::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_12, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_12::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_13 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_13) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_13"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_13) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_13"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_13, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_13::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_13, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_13::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_13, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_13::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_14 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_14) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_14"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_14) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_14"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_14, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_14::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_14, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_14::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_14, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_14::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_15 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_15) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_15"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_15) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_15"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_15, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_15::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_15, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_15::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_15, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_15::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_16 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_16) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_16"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_16) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_16"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_16, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_16::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_16, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_16::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_16, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_16::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_17 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_17) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_17"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_17) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_17"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_17, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_17::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_17, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_17::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_17, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_17::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_18 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_18) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_18"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_18) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_18"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_18, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_18::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_18, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_18::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_18, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_18::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_19 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_19) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_19"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_19) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_19"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_19, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_19::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_19, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_19::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_19, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_19::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_20 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_20) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_20"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_20) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_20"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_20, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_20::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_20, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_20::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_20, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_20::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_21 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_21) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_21"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_21) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_21"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_21, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_21::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_21, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_21::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_21, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_21::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardGamePad_K2Node_EnhancedInputActionEvent_22 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardGamePad_K2Node_EnhancedInputActionEvent_22) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardGamePad_K2Node_EnhancedInputActionEvent_22"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardGamePad_K2Node_EnhancedInputActionEvent_22) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardGamePad_K2Node_EnhancedInputActionEvent_22"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardGamePad_K2Node_EnhancedInputActionEvent_22, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardGamePad_K2Node_EnhancedInputActionEvent_22::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardGamePad_K2Node_EnhancedInputActionEvent_22, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardGamePad_K2Node_EnhancedInputActionEvent_22::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardGamePad_K2Node_EnhancedInputActionEvent_22, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardGamePad_K2Node_EnhancedInputActionEvent_22::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardKeyboard_K2Node_EnhancedInputActionEvent_23 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardKeyboard_K2Node_EnhancedInputActionEvent_23) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardKeyboard_K2Node_EnhancedInputActionEvent_23"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardKeyboard_K2Node_EnhancedInputActionEvent_23) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardKeyboard_K2Node_EnhancedInputActionEvent_23"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardKeyboard_K2Node_EnhancedInputActionEvent_23, ActionValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardKeyboard_K2Node_EnhancedInputActionEvent_23::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardKeyboard_K2Node_EnhancedInputActionEvent_23, ElapsedTime) == 0x000010, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardKeyboard_K2Node_EnhancedInputActionEvent_23::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardKeyboard_K2Node_EnhancedInputActionEvent_23, TriggeredTime) == 0x000014, "Member 'BP_PlayerCharacter_C_InpActEvt_IA_MoveForwardKeyboard_K2Node_EnhancedInputActionEvent_23::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_0 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_0"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_0"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_1 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_1) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_1"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_1) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_1"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_1, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_Shift_S_K2Node_InputKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_2 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_2) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_2"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_2) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_2"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_2, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_2::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_3 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_3) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_3"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_3) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_3"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_3, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_Shift_W_K2Node_InputKeyEvent_3::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_4 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_4) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_4"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_4) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_4"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_4, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_4::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_5 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_5) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_5"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_5) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_5"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_5, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_S_K2Node_InputKeyEvent_5::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_6 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_6) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_6"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_6) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_6"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_6, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_6::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_7 \ static_assert(alignof(BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_7) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_7"); \ static_assert(sizeof(BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_7) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_7"); \ static_assert(offsetof(BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_7, Key) == 0x000000, "Member 'BP_PlayerCharacter_C_InpActEvt_W_K2Node_InputKeyEvent_7::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_UserConstructionScript \ static_assert(alignof(BP_PlayerCharacter_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_UserConstructionScript"); \ static_assert(sizeof(BP_PlayerCharacter_C_UserConstructionScript) == 0x000088, "Wrong size on BP_PlayerCharacter_C_UserConstructionScript"); \ static_assert(offsetof(BP_PlayerCharacter_C_UserConstructionScript, CallFunc_K2_AddRelativeLocation_SweepHitResult) == 0x000000, "Member 'BP_PlayerCharacter_C_UserConstructionScript::CallFunc_K2_AddRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InitCrosshair \ static_assert(alignof(BP_PlayerCharacter_C_InitCrosshair) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InitCrosshair"); \ static_assert(sizeof(BP_PlayerCharacter_C_InitCrosshair) == 0x000018, "Wrong size on BP_PlayerCharacter_C_InitCrosshair"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitCrosshair, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InitCrosshair::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitCrosshair, K2Node_DynamicCast_AsPHGame_User_Settings) == 0x000008, "Member 'BP_PlayerCharacter_C_InitCrosshair::K2Node_DynamicCast_AsPHGame_User_Settings' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitCrosshair, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_PlayerCharacter_C_InitCrosshair::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitCrosshair, CallFunc_GetDisableDefaultCrosshair_ReturnValue) == 0x000011, "Member 'BP_PlayerCharacter_C_InitCrosshair::CallFunc_GetDisableDefaultCrosshair_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitCrosshair, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_PlayerCharacter_C_InitCrosshair::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetCrosshairPriority \ static_assert(alignof(BP_PlayerCharacter_C_SetCrosshairPriority) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetCrosshairPriority"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetCrosshairPriority) == 0x000090, "Wrong size on BP_PlayerCharacter_C_SetCrosshairPriority"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCrosshairPriority, Priority) == 0x000000, "Member 'BP_PlayerCharacter_C_SetCrosshairPriority::Priority' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCrosshairPriority, CrosshairInfo) == 0x000008, "Member 'BP_PlayerCharacter_C_SetCrosshairPriority::CrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCrosshairPriority, CallFunc_GetCurrentCrosshair_Crosshair) == 0x000038, "Member 'BP_PlayerCharacter_C_SetCrosshairPriority::CallFunc_GetCurrentCrosshair_Crosshair' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCrosshairPriority, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000068, "Member 'BP_PlayerCharacter_C_SetCrosshairPriority::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCrosshairPriority, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'BP_PlayerCharacter_C_SetCrosshairPriority::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCrosshairPriority, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000088, "Member 'BP_PlayerCharacter_C_SetCrosshairPriority::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCrosshairPriority, CallFunc_Map_Contains_ReturnValue) == 0x000089, "Member 'BP_PlayerCharacter_C_SetCrosshairPriority::CallFunc_Map_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ClearCrosshairPriority \ static_assert(alignof(BP_PlayerCharacter_C_ClearCrosshairPriority) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_ClearCrosshairPriority"); \ static_assert(sizeof(BP_PlayerCharacter_C_ClearCrosshairPriority) == 0x000001, "Wrong size on BP_PlayerCharacter_C_ClearCrosshairPriority"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearCrosshairPriority, Priority) == 0x000000, "Member 'BP_PlayerCharacter_C_ClearCrosshairPriority::Priority' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetCurrentCrosshair \ static_assert(alignof(BP_PlayerCharacter_C_GetCurrentCrosshair) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_GetCurrentCrosshair"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetCurrentCrosshair) == 0x000090, "Wrong size on BP_PlayerCharacter_C_GetCurrentCrosshair"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, Crosshair) == 0x000000, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::Crosshair' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, CallFunc_Map_Values_Values) == 0x000040, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, CallFunc_Less_IntInt_ReturnValue) == 0x000088, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, CallFunc_IsValid_ReturnValue) == 0x000089, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, CallFunc_IsValid_ReturnValue_1) == 0x00008A, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, CallFunc_IsValid_ReturnValue_2) == 0x00008B, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, CallFunc_BooleanOR_ReturnValue) == 0x00008C, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCrosshair, CallFunc_BooleanOR_ReturnValue_1) == 0x00008D, "Member 'BP_PlayerCharacter_C_GetCurrentCrosshair::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetNewCrosshairTarget \ static_assert(alignof(BP_PlayerCharacter_C_SetNewCrosshairTarget) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetNewCrosshairTarget"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetNewCrosshairTarget) == 0x000110, "Wrong size on BP_PlayerCharacter_C_SetNewCrosshairTarget"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, CrosshairTarget) == 0x000000, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::CrosshairTarget' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, Temp_object_Variable) == 0x000008, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, K2Node_DynamicCast_AsEOCrosshair_Target) == 0x000010, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::K2Node_DynamicCast_AsEOCrosshair_Target' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, CallFunc_GetCrosshairFX_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::CallFunc_GetCrosshairFX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, K2Node_DynamicCast_AsEOCrosshair_Target_1) == 0x000030, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::K2Node_DynamicCast_AsEOCrosshair_Target_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, K2Node_DynamicCast_AsEOCrosshair_Target_2) == 0x000048, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::K2Node_DynamicCast_AsEOCrosshair_Target_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, CallFunc_GetCrosshairMaterial_ReturnValue) == 0x000060, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::CallFunc_GetCrosshairMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, CallFunc_GetCrosshairSize_ReturnValue) == 0x000068, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::CallFunc_GetCrosshairSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, K2Node_DynamicCast_AsEOCrosshair_Target_3) == 0x000070, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::K2Node_DynamicCast_AsEOCrosshair_Target_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, K2Node_DynamicCast_AsEOCrosshair_Target_4) == 0x000088, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::K2Node_DynamicCast_AsEOCrosshair_Target_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, K2Node_DynamicCast_bSuccess_4) == 0x000098, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, CallFunc_GetCrosshairColor_ReturnValue) == 0x00009C, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::CallFunc_GetCrosshairColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, CallFunc_GetCrosshairTexture_ReturnValue) == 0x0000B0, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::CallFunc_GetCrosshairTexture_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, Temp_struct_Variable) == 0x0000B8, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, Temp_struct_Variable_1) == 0x0000C0, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, Temp_object_Variable_1) == 0x0000D0, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, Temp_object_Variable_2) == 0x0000D8, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetNewCrosshairTarget, K2Node_MakeStruct_PHCrosshairInfo) == 0x0000E0, "Member 'BP_PlayerCharacter_C_SetNewCrosshairTarget::K2Node_MakeStruct_PHCrosshairInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_PopSequenceInteractable \ static_assert(alignof(BP_PlayerCharacter_C_PopSequenceInteractable) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_PopSequenceInteractable"); \ static_assert(sizeof(BP_PlayerCharacter_C_PopSequenceInteractable) == 0x000028, "Wrong size on BP_PlayerCharacter_C_PopSequenceInteractable"); \ static_assert(offsetof(BP_PlayerCharacter_C_PopSequenceInteractable, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_PopSequenceInteractable::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PopSequenceInteractable, PoppedInteractable) == 0x000008, "Member 'BP_PlayerCharacter_C_PopSequenceInteractable::PoppedInteractable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PopSequenceInteractable, CallFunc_Array_LastIndex_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_PopSequenceInteractable::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PopSequenceInteractable, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_PlayerCharacter_C_PopSequenceInteractable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PopSequenceInteractable, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_PlayerCharacter_C_PopSequenceInteractable::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PopSequenceInteractable, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_PopSequenceInteractable::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetCharacterSoundSource \ static_assert(alignof(BP_PlayerCharacter_C_GetCharacterSoundSource) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_GetCharacterSoundSource"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetCharacterSoundSource) == 0x000008, "Wrong size on BP_PlayerCharacter_C_GetCharacterSoundSource"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCharacterSoundSource, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_GetCharacterSoundSource::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetBreathingCSE \ static_assert(alignof(BP_PlayerCharacter_C_SetBreathingCSE) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetBreathingCSE"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetBreathingCSE) == 0x000030, "Wrong size on BP_PlayerCharacter_C_SetBreathingCSE"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathingCSE, BreatheInSound) == 0x000000, "Member 'BP_PlayerCharacter_C_SetBreathingCSE::BreatheInSound' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathingCSE, BreatheOutSound) == 0x000008, "Member 'BP_PlayerCharacter_C_SetBreathingCSE::BreatheOutSound' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathingCSE, MinDelay) == 0x000010, "Member 'BP_PlayerCharacter_C_SetBreathingCSE::MinDelay' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathingCSE, MaxDelay) == 0x000014, "Member 'BP_PlayerCharacter_C_SetBreathingCSE::MaxDelay' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathingCSE, Volume) == 0x000018, "Member 'BP_PlayerCharacter_C_SetBreathingCSE::Volume' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathingCSE, MinExternalLoopDelayAdditive) == 0x00001C, "Member 'BP_PlayerCharacter_C_SetBreathingCSE::MinExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathingCSE, MaxExternalLoopDelayAdditive) == 0x000020, "Member 'BP_PlayerCharacter_C_SetBreathingCSE::MaxExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathingCSE, LoopAfterCount) == 0x000024, "Member 'BP_PlayerCharacter_C_SetBreathingCSE::LoopAfterCount' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathingCSE, CallFunc_SpawnObject_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_SetBreathingCSE::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InitHoldBreath \ static_assert(alignof(BP_PlayerCharacter_C_InitHoldBreath) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InitHoldBreath"); \ static_assert(sizeof(BP_PlayerCharacter_C_InitHoldBreath) == 0x000010, "Wrong size on BP_PlayerCharacter_C_InitHoldBreath"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitHoldBreath, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InitHoldBreath::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitHoldBreath, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000008, "Member 'BP_PlayerCharacter_C_InitHoldBreath::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_BroadcastPlayerHoldingBreath \ static_assert(alignof(BP_PlayerCharacter_C_BroadcastPlayerHoldingBreath) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_BroadcastPlayerHoldingBreath"); \ static_assert(sizeof(BP_PlayerCharacter_C_BroadcastPlayerHoldingBreath) == 0x000001, "Wrong size on BP_PlayerCharacter_C_BroadcastPlayerHoldingBreath"); \ static_assert(offsetof(BP_PlayerCharacter_C_BroadcastPlayerHoldingBreath, IsHoldingBreath_0) == 0x000000, "Member 'BP_PlayerCharacter_C_BroadcastPlayerHoldingBreath::IsHoldingBreath_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_RestoreCapsuleHeight \ static_assert(alignof(BP_PlayerCharacter_C_RestoreCapsuleHeight) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_RestoreCapsuleHeight"); \ static_assert(sizeof(BP_PlayerCharacter_C_RestoreCapsuleHeight) == 0x000090, "Wrong size on BP_PlayerCharacter_C_RestoreCapsuleHeight"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreCapsuleHeight, LocVar_CurrentHeight) == 0x000000, "Member 'BP_PlayerCharacter_C_RestoreCapsuleHeight::LocVar_CurrentHeight' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreCapsuleHeight, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000004, "Member 'BP_PlayerCharacter_C_RestoreCapsuleHeight::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreCapsuleHeight, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x00008C, "Member 'BP_PlayerCharacter_C_RestoreCapsuleHeight::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_K2_PostChapterStateWasCompleted \ static_assert(alignof(BP_PlayerCharacter_C_K2_PostChapterStateWasCompleted) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_K2_PostChapterStateWasCompleted"); \ static_assert(sizeof(BP_PlayerCharacter_C_K2_PostChapterStateWasCompleted) == 0x000008, "Wrong size on BP_PlayerCharacter_C_K2_PostChapterStateWasCompleted"); \ static_assert(offsetof(BP_PlayerCharacter_C_K2_PostChapterStateWasCompleted, StateTag) == 0x000000, "Member 'BP_PlayerCharacter_C_K2_PostChapterStateWasCompleted::StateTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InitHUD \ static_assert(alignof(BP_PlayerCharacter_C_InitHUD) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InitHUD"); \ static_assert(sizeof(BP_PlayerCharacter_C_InitHUD) == 0x000020, "Wrong size on BP_PlayerCharacter_C_InitHUD"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitHUD, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InitHUD::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitHUD, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_InitHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitHUD, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'BP_PlayerCharacter_C_InitHUD::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitHUD, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'BP_PlayerCharacter_C_InitHUD::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_HasInventoryItemOfClass \ static_assert(alignof(BP_PlayerCharacter_C_HasInventoryItemOfClass) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_HasInventoryItemOfClass"); \ static_assert(sizeof(BP_PlayerCharacter_C_HasInventoryItemOfClass) == 0x000028, "Wrong size on BP_PlayerCharacter_C_HasInventoryItemOfClass"); \ static_assert(offsetof(BP_PlayerCharacter_C_HasInventoryItemOfClass, InventoryItemExactClass) == 0x000000, "Member 'BP_PlayerCharacter_C_HasInventoryItemOfClass::InventoryItemExactClass' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_HasInventoryItemOfClass, Result) == 0x000008, "Member 'BP_PlayerCharacter_C_HasInventoryItemOfClass::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_HasInventoryItemOfClass, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_HasInventoryItemOfClass::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_HasInventoryItemOfClass, K2Node_DynamicCast_AsBP_Player_Inventory_Manager) == 0x000018, "Member 'BP_PlayerCharacter_C_HasInventoryItemOfClass::K2Node_DynamicCast_AsBP_Player_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_HasInventoryItemOfClass, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PlayerCharacter_C_HasInventoryItemOfClass::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_HasInventoryItemOfClass, CallFunc_HasInventoryItemOfClass_ReturnValue) == 0x000021, "Member 'BP_PlayerCharacter_C_HasInventoryItemOfClass::CallFunc_HasInventoryItemOfClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_RemoveInventoryItem \ static_assert(alignof(BP_PlayerCharacter_C_RemoveInventoryItem) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_RemoveInventoryItem"); \ static_assert(sizeof(BP_PlayerCharacter_C_RemoveInventoryItem) == 0x000038, "Wrong size on BP_PlayerCharacter_C_RemoveInventoryItem"); \ static_assert(offsetof(BP_PlayerCharacter_C_RemoveInventoryItem, InventoryItemToRemove) == 0x000000, "Member 'BP_PlayerCharacter_C_RemoveInventoryItem::InventoryItemToRemove' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RemoveInventoryItem, NoHUDDisplay) == 0x000008, "Member 'BP_PlayerCharacter_C_RemoveInventoryItem::NoHUDDisplay' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RemoveInventoryItem, Result) == 0x000009, "Member 'BP_PlayerCharacter_C_RemoveInventoryItem::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RemoveInventoryItem, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_RemoveInventoryItem::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RemoveInventoryItem, K2Node_DynamicCast_AsBP_Player_Inventory_Manager) == 0x000018, "Member 'BP_PlayerCharacter_C_RemoveInventoryItem::K2Node_DynamicCast_AsBP_Player_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RemoveInventoryItem, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PlayerCharacter_C_RemoveInventoryItem::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RemoveInventoryItem, CallFunc_RemoveInventoryItem_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_RemoveInventoryItem::CallFunc_RemoveInventoryItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RemoveInventoryItem, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_RemoveInventoryItem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetInventoryItemOfClass \ static_assert(alignof(BP_PlayerCharacter_C_GetInventoryItemOfClass) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_GetInventoryItemOfClass"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetInventoryItemOfClass) == 0x000040, "Wrong size on BP_PlayerCharacter_C_GetInventoryItemOfClass"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetInventoryItemOfClass, InventoryItemToGet) == 0x000000, "Member 'BP_PlayerCharacter_C_GetInventoryItemOfClass::InventoryItemToGet' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetInventoryItemOfClass, Result) == 0x000008, "Member 'BP_PlayerCharacter_C_GetInventoryItemOfClass::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetInventoryItemOfClass, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_GetInventoryItemOfClass::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetInventoryItemOfClass, K2Node_DynamicCast_AsBP_Player_Inventory_Manager) == 0x000018, "Member 'BP_PlayerCharacter_C_GetInventoryItemOfClass::K2Node_DynamicCast_AsBP_Player_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetInventoryItemOfClass, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PlayerCharacter_C_GetInventoryItemOfClass::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetInventoryItemOfClass, CallFunc_GetInventoryItemOfClass_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_GetInventoryItemOfClass::CallFunc_GetInventoryItemOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetInventoryItemOfClass, K2Node_DynamicCast_AsBP_Base_Player_Inventory_Item) == 0x000030, "Member 'BP_PlayerCharacter_C_GetInventoryItemOfClass::K2Node_DynamicCast_AsBP_Base_Player_Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetInventoryItemOfClass, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_PlayerCharacter_C_GetInventoryItemOfClass::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_K2_PostGameplayTagEvent \ static_assert(alignof(BP_PlayerCharacter_C_K2_PostGameplayTagEvent) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_K2_PostGameplayTagEvent"); \ static_assert(sizeof(BP_PlayerCharacter_C_K2_PostGameplayTagEvent) == 0x00000C, "Wrong size on BP_PlayerCharacter_C_K2_PostGameplayTagEvent"); \ static_assert(offsetof(BP_PlayerCharacter_C_K2_PostGameplayTagEvent, StateTag) == 0x000000, "Member 'BP_PlayerCharacter_C_K2_PostGameplayTagEvent::StateTag' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_K2_PostGameplayTagEvent, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000008, "Member 'BP_PlayerCharacter_C_K2_PostGameplayTagEvent::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetCrouchStateValue \ static_assert(alignof(BP_PlayerCharacter_C_GetCrouchStateValue) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetCrouchStateValue"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetCrouchStateValue) == 0x00000C, "Wrong size on BP_PlayerCharacter_C_GetCrouchStateValue"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCrouchStateValue, NormalizedCrouchValue) == 0x000000, "Member 'BP_PlayerCharacter_C_GetCrouchStateValue::NormalizedCrouchValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCrouchStateValue, Crouching) == 0x000004, "Member 'BP_PlayerCharacter_C_GetCrouchStateValue::Crouching' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCrouchStateValue, CallFunc_IsCrouching_ReturnValue) == 0x000005, "Member 'BP_PlayerCharacter_C_GetCrouchStateValue::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCrouchStateValue, CallFunc_MapRangeUnclamped_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_GetCrouchStateValue::CallFunc_MapRangeUnclamped_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight \ static_assert(alignof(BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight) == 0x00000C, "Wrong size on BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight, Weight) == 0x000000, "Member 'BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight::Weight' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight, Selection) == 0x000004, "Member 'BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight::Selection' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight, FullOverride) == 0x000005, "Member 'BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight::FullOverride' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_SetPostProcessMaterialBlendWeight::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ClearPPBlendables \ static_assert(alignof(BP_PlayerCharacter_C_ClearPPBlendables) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_ClearPPBlendables"); \ static_assert(sizeof(BP_PlayerCharacter_C_ClearPPBlendables) == 0x000014, "Wrong size on BP_PlayerCharacter_C_ClearPPBlendables"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearPPBlendables, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PlayerCharacter_C_ClearPPBlendables::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearPPBlendables, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PlayerCharacter_C_ClearPPBlendables::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearPPBlendables, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_ClearPPBlendables::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearPPBlendables, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_PlayerCharacter_C_ClearPPBlendables::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearPPBlendables, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_ClearPPBlendables::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetVideoProjectorSettings \ static_assert(alignof(BP_PlayerCharacter_C_SetVideoProjectorSettings) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_SetVideoProjectorSettings"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetVideoProjectorSettings) == 0x00001C, "Wrong size on BP_PlayerCharacter_C_SetVideoProjectorSettings"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetVideoProjectorSettings, Intensity) == 0x000000, "Member 'BP_PlayerCharacter_C_SetVideoProjectorSettings::Intensity' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetVideoProjectorSettings, NewLightColor) == 0x000004, "Member 'BP_PlayerCharacter_C_SetVideoProjectorSettings::NewLightColor' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetVideoProjectorSettings, NewOuterConeAngle) == 0x000014, "Member 'BP_PlayerCharacter_C_SetVideoProjectorSettings::NewOuterConeAngle' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetVideoProjectorSettings, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_SetVideoProjectorSettings::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_PlayScaleKatjaTimeline \ static_assert(alignof(BP_PlayerCharacter_C_PlayScaleKatjaTimeline) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_PlayScaleKatjaTimeline"); \ static_assert(sizeof(BP_PlayerCharacter_C_PlayScaleKatjaTimeline) == 0x00001C, "Wrong size on BP_PlayerCharacter_C_PlayScaleKatjaTimeline"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayScaleKatjaTimeline, Duration) == 0x000000, "Member 'BP_PlayerCharacter_C_PlayScaleKatjaTimeline::Duration' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayScaleKatjaTimeline, TargetScale) == 0x000004, "Member 'BP_PlayerCharacter_C_PlayScaleKatjaTimeline::TargetScale' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayScaleKatjaTimeline, CallFunc_GetActorScale3D_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_PlayScaleKatjaTimeline::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnScaleKatjaTimelineUpdate \ static_assert(alignof(BP_PlayerCharacter_C_OnScaleKatjaTimelineUpdate) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_OnScaleKatjaTimelineUpdate"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnScaleKatjaTimelineUpdate) == 0x000010, "Wrong size on BP_PlayerCharacter_C_OnScaleKatjaTimelineUpdate"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnScaleKatjaTimelineUpdate, Alpha) == 0x000000, "Member 'BP_PlayerCharacter_C_OnScaleKatjaTimelineUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnScaleKatjaTimelineUpdate, CallFunc_VLerp_ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_OnScaleKatjaTimelineUpdate::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnScaleKatjaTimelineFinished \ static_assert(alignof(BP_PlayerCharacter_C_OnScaleKatjaTimelineFinished) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_OnScaleKatjaTimelineFinished"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnScaleKatjaTimelineFinished) == 0x000001, "Wrong size on BP_PlayerCharacter_C_OnScaleKatjaTimelineFinished"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnScaleKatjaTimelineFinished, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_OnScaleKatjaTimelineFinished::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_RevertKatjaScale \ static_assert(alignof(BP_PlayerCharacter_C_RevertKatjaScale) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_RevertKatjaScale"); \ static_assert(sizeof(BP_PlayerCharacter_C_RevertKatjaScale) == 0x000002, "Wrong size on BP_PlayerCharacter_C_RevertKatjaScale"); \ static_assert(offsetof(BP_PlayerCharacter_C_RevertKatjaScale, CallFunc_SetPlayerUseControllerYawAndPawnControlRotation_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_RevertKatjaScale::CallFunc_SetPlayerUseControllerYawAndPawnControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RevertKatjaScale, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000001, "Member 'BP_PlayerCharacter_C_RevertKatjaScale::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate \ static_assert(alignof(BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate) == 0x000010, "Wrong alignment on BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate) == 0x000060, "Wrong size on BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate, Alpha) == 0x000000, "Member 'BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000008, "Member 'BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate, CallFunc_GetTransform_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate, CallFunc_TransformRotation_ReturnValue) == 0x000040, "Member 'BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate::CallFunc_TransformRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate, CallFunc_RLerp_ReturnValue) == 0x00004C, "Member 'BP_PlayerCharacter_C_OnResetControlRotationTimelineUpdate::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ResetControlRotation \ static_assert(alignof(BP_PlayerCharacter_C_ResetControlRotation) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_ResetControlRotation"); \ static_assert(sizeof(BP_PlayerCharacter_C_ResetControlRotation) == 0x000020, "Wrong size on BP_PlayerCharacter_C_ResetControlRotation"); \ static_assert(offsetof(BP_PlayerCharacter_C_ResetControlRotation, Duration) == 0x000000, "Member 'BP_PlayerCharacter_C_ResetControlRotation::Duration' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ResetControlRotation, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_ResetControlRotation::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ResetControlRotation, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000008, "Member 'BP_PlayerCharacter_C_ResetControlRotation::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ResetControlRotation, CallFunc_GetControlRotation_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_ResetControlRotation::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_AddingOffsetToCrouch \ static_assert(alignof(BP_PlayerCharacter_C_AddingOffsetToCrouch) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_AddingOffsetToCrouch"); \ static_assert(sizeof(BP_PlayerCharacter_C_AddingOffsetToCrouch) == 0x00014C, "Wrong size on BP_PlayerCharacter_C_AddingOffsetToCrouch"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_Less_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_BreakVector_X) == 0x000004, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_BreakVector_Y) == 0x000008, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_BreakVector_Z) == 0x00000C, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_MakeVector_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_BreakVector_X_1) == 0x00001C, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_BreakVector_Y_1) == 0x000020, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_BreakVector_Z_1) == 0x000024, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000028, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000B0, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000B4, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_MakeVector_ReturnValue_1) == 0x0000B8, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_AddingOffsetToCrouch, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0000C4, "Member 'BP_PlayerCharacter_C_AddingOffsetToCrouch::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_UpdatePrintDebugText \ static_assert(alignof(BP_PlayerCharacter_C_UpdatePrintDebugText) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_UpdatePrintDebugText"); \ static_assert(sizeof(BP_PlayerCharacter_C_UpdatePrintDebugText) == 0x000078, "Wrong size on BP_PlayerCharacter_C_UpdatePrintDebugText"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePrintDebugText, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PlayerCharacter_C_UpdatePrintDebugText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePrintDebugText, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PlayerCharacter_C_UpdatePrintDebugText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePrintDebugText, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_UpdatePrintDebugText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePrintDebugText, CallFunc_GetOwnedGameplayTags_self_CastInput) == 0x000010, "Member 'BP_PlayerCharacter_C_UpdatePrintDebugText::CallFunc_GetOwnedGameplayTags_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePrintDebugText, CallFunc_GetOwnedGameplayTags_TagContainer) == 0x000020, "Member 'BP_PlayerCharacter_C_UpdatePrintDebugText::CallFunc_GetOwnedGameplayTags_TagContainer' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePrintDebugText, CallFunc_BreakGameplayTagContainer_GameplayTags) == 0x000040, "Member 'BP_PlayerCharacter_C_UpdatePrintDebugText::CallFunc_BreakGameplayTagContainer_GameplayTags' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePrintDebugText, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_PlayerCharacter_C_UpdatePrintDebugText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePrintDebugText, CallFunc_Array_Get_Item) == 0x000054, "Member 'BP_PlayerCharacter_C_UpdatePrintDebugText::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePrintDebugText, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'BP_PlayerCharacter_C_UpdatePrintDebugText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePrintDebugText, CallFunc_GetTagName_ReturnValue) == 0x000060, "Member 'BP_PlayerCharacter_C_UpdatePrintDebugText::CallFunc_GetTagName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePrintDebugText, CallFunc_Conv_NameToString_ReturnValue) == 0x000068, "Member 'BP_PlayerCharacter_C_UpdatePrintDebugText::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ReceiveTick \ static_assert(alignof(BP_PlayerCharacter_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_ReceiveTick"); \ static_assert(sizeof(BP_PlayerCharacter_C_ReceiveTick) == 0x000004, "Wrong size on BP_PlayerCharacter_C_ReceiveTick"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_PlayerCharacter_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetFullscreenVideoBlend \ static_assert(alignof(BP_PlayerCharacter_C_SetFullscreenVideoBlend) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_SetFullscreenVideoBlend"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetFullscreenVideoBlend) == 0x000008, "Wrong size on BP_PlayerCharacter_C_SetFullscreenVideoBlend"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetFullscreenVideoBlend, Weight) == 0x000000, "Member 'BP_PlayerCharacter_C_SetFullscreenVideoBlend::Weight' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetFullscreenVideoBlend, FullOverride) == 0x000004, "Member 'BP_PlayerCharacter_C_SetFullscreenVideoBlend::FullOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetTwinFullscreenVideoBlend \ static_assert(alignof(BP_PlayerCharacter_C_SetTwinFullscreenVideoBlend) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_SetTwinFullscreenVideoBlend"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetTwinFullscreenVideoBlend) == 0x000004, "Wrong size on BP_PlayerCharacter_C_SetTwinFullscreenVideoBlend"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetTwinFullscreenVideoBlend, Weight) == 0x000000, "Member 'BP_PlayerCharacter_C_SetTwinFullscreenVideoBlend::Weight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ReceiveBeginPlay \ static_assert(alignof(BP_PlayerCharacter_C_ReceiveBeginPlay) == 0x000010, "Wrong alignment on BP_PlayerCharacter_C_ReceiveBeginPlay"); \ static_assert(sizeof(BP_PlayerCharacter_C_ReceiveBeginPlay) == 0x0000F0, "Wrong size on BP_PlayerCharacter_C_ReceiveBeginPlay"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, K2Node_DynamicCast_AsPHDefault_Hide_Skeletal_Mesh_Component) == 0x000008, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::K2Node_DynamicCast_AsPHDefault_Hide_Skeletal_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_BreakVector_X) == 0x000014, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_BreakVector_Y) == 0x000018, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_BreakVector_Z) == 0x00001C, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_BreakVector_X_1) == 0x000020, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_BreakVector_Y_1) == 0x000024, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_BreakVector_Z_1) == 0x000028, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_MakeVector_ReturnValue) == 0x00002C, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_MakeVector_ReturnValue_1) == 0x000038, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_Add_VectorVector_ReturnValue) == 0x000044, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000050, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000054, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_GetSocketTransform_ReturnValue) == 0x000060, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_InverseTransformLocation_ReturnValue) == 0x000090, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_GetPlayerController_ReturnValue) == 0x0000A0, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_BreakVector_X_2) == 0x0000A8, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_BreakVector_Y_2) == 0x0000AC, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_BreakVector_Z_2) == 0x0000B0, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000B4, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_MakeVector_ReturnValue_2) == 0x0000B8, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x0000C4, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x0000DC, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue) == 0x0000E0, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_GetUnscaledCapsuleHalfHeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveBeginPlay, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager) == 0x0000E8, "Member 'BP_PlayerCharacter_C_ReceiveBeginPlay::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ShowPlayerMesh \ static_assert(alignof(BP_PlayerCharacter_C_ShowPlayerMesh) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_ShowPlayerMesh"); \ static_assert(sizeof(BP_PlayerCharacter_C_ShowPlayerMesh) == 0x000010, "Wrong size on BP_PlayerCharacter_C_ShowPlayerMesh"); \ static_assert(offsetof(BP_PlayerCharacter_C_ShowPlayerMesh, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_ShowPlayerMesh::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ShowPlayerMesh, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_ShowPlayerMesh::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_HidePlayerMesh \ static_assert(alignof(BP_PlayerCharacter_C_HidePlayerMesh) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_HidePlayerMesh"); \ static_assert(sizeof(BP_PlayerCharacter_C_HidePlayerMesh) == 0x000010, "Wrong size on BP_PlayerCharacter_C_HidePlayerMesh"); \ static_assert(offsetof(BP_PlayerCharacter_C_HidePlayerMesh, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_HidePlayerMesh::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_HidePlayerMesh, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_HidePlayerMesh::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InhabitCentipede \ static_assert(alignof(BP_PlayerCharacter_C_InhabitCentipede) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InhabitCentipede"); \ static_assert(sizeof(BP_PlayerCharacter_C_InhabitCentipede) == 0x000020, "Wrong size on BP_PlayerCharacter_C_InhabitCentipede"); \ static_assert(offsetof(BP_PlayerCharacter_C_InhabitCentipede, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_InhabitCentipede::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InhabitCentipede, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_InhabitCentipede::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InhabitCentipede, K2Node_DynamicCast_AsBPE_Ch_05_D_Inhabit_Centipede) == 0x000010, "Member 'BP_PlayerCharacter_C_InhabitCentipede::K2Node_DynamicCast_AsBPE_Ch_05_D_Inhabit_Centipede' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InhabitCentipede, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_InhabitCentipede::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_UpdateThrowableState \ static_assert(alignof(BP_PlayerCharacter_C_UpdateThrowableState) == 0x000010, "Wrong alignment on BP_PlayerCharacter_C_UpdateThrowableState"); \ static_assert(sizeof(BP_PlayerCharacter_C_UpdateThrowableState) == 0x000190, "Wrong size on BP_PlayerCharacter_C_UpdateThrowableState"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, ExtraLength) == 0x000000, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::ExtraLength' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, OrgThrowWorldLoc) == 0x000004, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::OrgThrowWorldLoc' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CameraThrowOriginDir) == 0x000010, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CameraThrowOriginDir' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000020, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000040, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_TransformLocation_ReturnValue) == 0x000070, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_RemoveActiveGameplayEffect_ReturnValue) == 0x00007C, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_RemoveActiveGameplayEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x000080, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_HasMatchingGameplayTag_self_CastInput_1) == 0x000098, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_HasMatchingGameplayTag_self_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_HasMatchingGameplayTag_ReturnValue_1) == 0x0000A8, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_HasMatchingGameplayTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000AC, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000B8, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_Add_VectorVector_ReturnValue) == 0x0000C4, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, K2Node_MakeArray_Array) == 0x0000D0, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000E0, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_SphereTraceSingle_OutHit) == 0x0000EC, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_SphereTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_SphereTraceSingle_ReturnValue) == 0x000174, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_SphereTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000178, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateThrowableState, CallFunc_Normal_ReturnValue) == 0x000184, "Member 'BP_PlayerCharacter_C_UpdateThrowableState::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetBreathInOrOutPostEffort \ static_assert(alignof(BP_PlayerCharacter_C_SetBreathInOrOutPostEffort) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetBreathInOrOutPostEffort"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetBreathInOrOutPostEffort) == 0x000020, "Wrong size on BP_PlayerCharacter_C_SetBreathInOrOutPostEffort"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathInOrOutPostEffort, BreathOut) == 0x000000, "Member 'BP_PlayerCharacter_C_SetBreathInOrOutPostEffort::BreathOut' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathInOrOutPostEffort, CallFunc_GetCurrentSoundEvent_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_SetBreathInOrOutPostEffort::CallFunc_GetCurrentSoundEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathInOrOutPostEffort, K2Node_DynamicCast_AsCSE_Breathing_Base) == 0x000010, "Member 'BP_PlayerCharacter_C_SetBreathInOrOutPostEffort::K2Node_DynamicCast_AsCSE_Breathing_Base' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetBreathInOrOutPostEffort, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_SetBreathInOrOutPostEffort::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InitDamageSystem \ static_assert(alignof(BP_PlayerCharacter_C_InitDamageSystem) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InitDamageSystem"); \ static_assert(sizeof(BP_PlayerCharacter_C_InitDamageSystem) == 0x000010, "Wrong size on BP_PlayerCharacter_C_InitDamageSystem"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitDamageSystem, CallFunc_SpawnObject_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_InitDamageSystem::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitDamageSystem, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_InitDamageSystem::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_RegisterBPEvents \ static_assert(alignof(BP_PlayerCharacter_C_RegisterBPEvents) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_RegisterBPEvents"); \ static_assert(sizeof(BP_PlayerCharacter_C_RegisterBPEvents) == 0x000170, "Wrong size on BP_PlayerCharacter_C_RegisterBPEvents"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate) == 0x000000, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000010, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000020, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_3) == 0x000030, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_4) == 0x000040, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_5) == 0x000050, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_6) == 0x000060, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_7) == 0x000070, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_8) == 0x000080, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_9) == 0x000090, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_10) == 0x0000A0, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_11) == 0x0000B0, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_12) == 0x0000C0, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_13) == 0x0000D0, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_14) == 0x0000E0, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_15) == 0x0000F0, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_16) == 0x000100, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_17) == 0x000110, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_18) == 0x000120, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_19) == 0x000130, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_20) == 0x000140, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_21) == 0x000150, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RegisterBPEvents, K2Node_EOCreateEvent_OutputDelegate_22) == 0x000160, "Member 'BP_PlayerCharacter_C_RegisterBPEvents::K2Node_EOCreateEvent_OutputDelegate_22' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ReceivePointDamage \ static_assert(alignof(BP_PlayerCharacter_C_ReceivePointDamage) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_ReceivePointDamage"); \ static_assert(sizeof(BP_PlayerCharacter_C_ReceivePointDamage) == 0x000280, "Wrong size on BP_PlayerCharacter_C_ReceivePointDamage"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, Damage) == 0x000000, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::Damage' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, DamageType) == 0x000008, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::DamageType' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, HitLocation) == 0x000010, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::HitLocation' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, HitNormal) == 0x00001C, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::HitNormal' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, HitComponent) == 0x000028, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, BoneName) == 0x000030, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::BoneName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, ShotFromDirection) == 0x000038, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::ShotFromDirection' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, InstigatedBy) == 0x000048, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::InstigatedBy' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, DamageCauser) == 0x000050, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::DamageCauser' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, HitInfo) == 0x000058, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::HitInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, K2Node_MakeStruct_S_PointDamageInfo) == 0x0000E0, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::K2Node_MakeStruct_S_PointDamageInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, K2Node_DynamicCast_AsBP_Base_Ability_Damage_Type) == 0x0001C0, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::K2Node_DynamicCast_AsBP_Base_Ability_Damage_Type' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, K2Node_DynamicCast_bSuccess) == 0x0001C8, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceivePointDamage, K2Node_MakeStruct_GameplayEventData) == 0x0001D0, "Member 'BP_PlayerCharacter_C_ReceivePointDamage::K2Node_MakeStruct_GameplayEventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance \ static_assert(alignof(BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance"); \ static_assert(sizeof(BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance) == 0x000048, "Wrong size on BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance, K2Node_DynamicCast_AsActor) == 0x000010, "Member 'BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance, CallFunc_GetPathName_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance, CallFunc_Array_AddUnique_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_PlayerCharacter_C_On_Player_In_Stealth_Hearing_Distance::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance \ static_assert(alignof(BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance"); \ static_assert(sizeof(BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance) == 0x000048, "Wrong size on BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance, K2Node_DynamicCast_AsActor) == 0x000010, "Member 'BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance, CallFunc_GetPathName_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance, CallFunc_Array_RemoveItem_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_PlayerCharacter_C_On_Player_out_of_Stealth_Hearing_Distance::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnDTMInCombat \ static_assert(alignof(BP_PlayerCharacter_C_OnDTMInCombat) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnDTMInCombat"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnDTMInCombat) == 0x000088, "Wrong size on BP_PlayerCharacter_C_OnDTMInCombat"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, K2Node_DynamicCast_AsBPE_AI_DTM_in_Combat) == 0x000010, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::K2Node_DynamicCast_AsBPE_AI_DTM_in_Combat' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, K2Node_DynamicCast_AsActor) == 0x000020, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, CallFunc_Array_RemoveItem_ReturnValue) == 0x000029, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, CallFunc_Conv_BoolToString_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, CallFunc_GetPathName_ReturnValue) == 0x000040, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnDTMInCombat, CallFunc_Array_AddUnique_ReturnValue) == 0x000080, "Member 'BP_PlayerCharacter_C_OnDTMInCombat::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_UpdateStealthBreathState \ static_assert(alignof(BP_PlayerCharacter_C_UpdateStealthBreathState) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_UpdateStealthBreathState"); \ static_assert(sizeof(BP_PlayerCharacter_C_UpdateStealthBreathState) == 0x000028, "Wrong size on BP_PlayerCharacter_C_UpdateStealthBreathState"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, NoAbilityUnbind) == 0x000000, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::NoAbilityUnbind' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, ForceCancel) == 0x000001, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::ForceCancel' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_IsAbilityBoundToAnyInput_ReturnValue) == 0x000002, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_IsAbilityBoundToAnyInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000008, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_Not_PreBool_ReturnValue_1) == 0x00001A, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_GrantAbility_ReturnValue) == 0x00001C, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_GrantAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_IsAbilityBoundToAnyInput_ReturnValue_1) == 0x000020, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_IsAbilityBoundToAnyInput_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_Not_PreBool_ReturnValue_2) == 0x000021, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_RemoveAbility_ReturnValue) == 0x000022, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_RemoveAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_UnbindAbility_ReturnValue) == 0x000023, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_UnbindAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_IsAbilityClassActive_ReturnValue) == 0x000024, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_IsAbilityClassActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_Not_PreBool_ReturnValue_3) == 0x000025, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_BooleanOR_ReturnValue) == 0x000026, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStealthBreathState, CallFunc_ShouldEnableStealthBreath_Result) == 0x000027, "Member 'BP_PlayerCharacter_C_UpdateStealthBreathState::CallFunc_ShouldEnableStealthBreath_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_BroadcastPlayerHoldingStealthBreath \ static_assert(alignof(BP_PlayerCharacter_C_BroadcastPlayerHoldingStealthBreath) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_BroadcastPlayerHoldingStealthBreath"); \ static_assert(sizeof(BP_PlayerCharacter_C_BroadcastPlayerHoldingStealthBreath) == 0x000028, "Wrong size on BP_PlayerCharacter_C_BroadcastPlayerHoldingStealthBreath"); \ static_assert(offsetof(BP_PlayerCharacter_C_BroadcastPlayerHoldingStealthBreath, IsHoldingBreath_0) == 0x000000, "Member 'BP_PlayerCharacter_C_BroadcastPlayerHoldingStealthBreath::IsHoldingBreath_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_BroadcastPlayerHoldingStealthBreath, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_BroadcastPlayerHoldingStealthBreath::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_BroadcastPlayerHoldingStealthBreath, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_BroadcastPlayerHoldingStealthBreath::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_EnableStealthHoldBreath \ static_assert(alignof(BP_PlayerCharacter_C_EnableStealthHoldBreath) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_EnableStealthHoldBreath"); \ static_assert(sizeof(BP_PlayerCharacter_C_EnableStealthHoldBreath) == 0x000030, "Wrong size on BP_PlayerCharacter_C_EnableStealthHoldBreath"); \ static_assert(offsetof(BP_PlayerCharacter_C_EnableStealthHoldBreath, ShouldEnable) == 0x000000, "Member 'BP_PlayerCharacter_C_EnableStealthHoldBreath::ShouldEnable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_EnableStealthHoldBreath, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_EnableStealthHoldBreath::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_EnableStealthHoldBreath, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_EnableStealthHoldBreath::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_EnableStealthHoldBreath, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_EnableStealthHoldBreath::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetStealthHYBStatus \ static_assert(alignof(BP_PlayerCharacter_C_SetStealthHYBStatus) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetStealthHYBStatus"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetStealthHYBStatus) == 0x000028, "Wrong size on BP_PlayerCharacter_C_SetStealthHYBStatus"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetStealthHYBStatus, IsActive) == 0x000000, "Member 'BP_PlayerCharacter_C_SetStealthHYBStatus::IsActive' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetStealthHYBStatus, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_SetStealthHYBStatus::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetStealthHYBStatus, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_SetStealthHYBStatus::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnToggleStealthHYB \ static_assert(alignof(BP_PlayerCharacter_C_OnToggleStealthHYB) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnToggleStealthHYB"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnToggleStealthHYB) == 0x000020, "Wrong size on BP_PlayerCharacter_C_OnToggleStealthHYB"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleStealthHYB, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnToggleStealthHYB::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleStealthHYB, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnToggleStealthHYB::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleStealthHYB, K2Node_DynamicCast_AsBPE_AI_DTM_Toggle_Stealth_HYB) == 0x000010, "Member 'BP_PlayerCharacter_C_OnToggleStealthHYB::K2Node_DynamicCast_AsBPE_AI_DTM_Toggle_Stealth_HYB' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleStealthHYB, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_OnToggleStealthHYB::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnCheckpointSaveBegin \ static_assert(alignof(BP_PlayerCharacter_C_OnCheckpointSaveBegin) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnCheckpointSaveBegin"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnCheckpointSaveBegin) == 0x000010, "Wrong size on BP_PlayerCharacter_C_OnCheckpointSaveBegin"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnCheckpointSaveBegin, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnCheckpointSaveBegin::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnCheckpointSaveBegin, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnCheckpointSaveBegin::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnToggleSprintEvent \ static_assert(alignof(BP_PlayerCharacter_C_OnToggleSprintEvent) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnToggleSprintEvent"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnToggleSprintEvent) == 0x0000D8, "Wrong size on BP_PlayerCharacter_C_OnToggleSprintEvent"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, LocToggleSprintEvent) == 0x000010, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::LocToggleSprintEvent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, K2Node_DynamicCast_AsBPE_Player_Toggle_Sprint) == 0x000018, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::K2Node_DynamicCast_AsBPE_Player_Toggle_Sprint' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, K2Node_MakeStruct_GameplayEffectContextHandle) == 0x000028, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::K2Node_MakeStruct_GameplayEffectContextHandle' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x000040, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, CallFunc_GetPathName_ReturnValue) == 0x000058, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, CallFunc_GetDisplayName_ReturnValue) == 0x000068, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, CallFunc_Conv_BoolToString_ReturnValue) == 0x000078, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000098, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A8, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B8, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnToggleSprintEvent, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C8, "Member 'BP_PlayerCharacter_C_OnToggleSprintEvent::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_UpdatePlayerDebug \ static_assert(alignof(BP_PlayerCharacter_C_UpdatePlayerDebug) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_UpdatePlayerDebug"); \ static_assert(sizeof(BP_PlayerCharacter_C_UpdatePlayerDebug) == 0x000098, "Wrong size on BP_PlayerCharacter_C_UpdatePlayerDebug"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_Conv_VectorToString_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_Conv_FloatToString_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_GetVelocity_ReturnValue) == 0x000050, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_BreakVector_X) == 0x00005C, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_BreakVector_Y) == 0x000060, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_BreakVector_Z) == 0x000064, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_MakeVector_ReturnValue) == 0x000068, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_VSize_ReturnValue) == 0x000074, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000078, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdatePlayerDebug, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'BP_PlayerCharacter_C_UpdatePlayerDebug::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_FootstepDynamicAudio \ static_assert(alignof(BP_PlayerCharacter_C_FootstepDynamicAudio) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_FootstepDynamicAudio"); \ static_assert(sizeof(BP_PlayerCharacter_C_FootstepDynamicAudio) == 0x000040, "Wrong size on BP_PlayerCharacter_C_FootstepDynamicAudio"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, FootstepVolumeMultiplier) == 0x000000, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::FootstepVolumeMultiplier' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, PitchShiftFootsteps) == 0x000004, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::PitchShiftFootsteps' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, CallFunc_Not_PreBool_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, CallFunc_GetMoveSpeed_ReturnValue) == 0x00000C, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::CallFunc_GetMoveSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, CallFunc_BreakVector_X) == 0x00001C, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, CallFunc_BreakVector_Y) == 0x000020, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, CallFunc_BreakVector_Z) == 0x000024, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, CallFunc_MakeVector_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, CallFunc_VSize_ReturnValue) == 0x000034, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, CallFunc_MapRangeClamped_ReturnValue) == 0x000038, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_FootstepDynamicAudio, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00003C, "Member 'BP_PlayerCharacter_C_FootstepDynamicAudio::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_InitAbilitiesCallbacks \ static_assert(alignof(BP_PlayerCharacter_C_InitAbilitiesCallbacks) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_InitAbilitiesCallbacks"); \ static_assert(sizeof(BP_PlayerCharacter_C_InitAbilitiesCallbacks) == 0x000078, "Wrong size on BP_PlayerCharacter_C_InitAbilitiesCallbacks"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitAbilitiesCallbacks, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_PlayerCharacter_C_InitAbilitiesCallbacks::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitAbilitiesCallbacks, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'BP_PlayerCharacter_C_InitAbilitiesCallbacks::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitAbilitiesCallbacks, CallFunc_HasAbilityOfClass_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_InitAbilitiesCallbacks::CallFunc_HasAbilityOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitAbilitiesCallbacks, CallFunc_CreateEOEvent_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_InitAbilitiesCallbacks::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitAbilitiesCallbacks, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000030, "Member 'BP_PlayerCharacter_C_InitAbilitiesCallbacks::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitAbilitiesCallbacks, K2Node_CreateDelegate_OutputDelegate_2) == 0x000038, "Member 'BP_PlayerCharacter_C_InitAbilitiesCallbacks::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitAbilitiesCallbacks, K2Node_CreateDelegate_OutputDelegate_3) == 0x000048, "Member 'BP_PlayerCharacter_C_InitAbilitiesCallbacks::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitAbilitiesCallbacks, K2Node_CreateDelegate_OutputDelegate_4) == 0x000058, "Member 'BP_PlayerCharacter_C_InitAbilitiesCallbacks::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_InitAbilitiesCallbacks, K2Node_CreateDelegate_OutputDelegate_5) == 0x000068, "Member 'BP_PlayerCharacter_C_InitAbilitiesCallbacks::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnAbilityGiven \ static_assert(alignof(BP_PlayerCharacter_C_OnAbilityGiven) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnAbilityGiven"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnAbilityGiven) == 0x000120, "Wrong size on BP_PlayerCharacter_C_OnAbilityGiven"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityGiven, AbilitySpec) == 0x000000, "Member 'BP_PlayerCharacter_C_OnAbilityGiven::AbilitySpec' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityGiven, CallFunc_GetObjectClass_ReturnValue) == 0x0000F0, "Member 'BP_PlayerCharacter_C_OnAbilityGiven::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityGiven, CallFunc_GetObjectClass_ReturnValue_1) == 0x0000F8, "Member 'BP_PlayerCharacter_C_OnAbilityGiven::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityGiven, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000100, "Member 'BP_PlayerCharacter_C_OnAbilityGiven::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityGiven, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000101, "Member 'BP_PlayerCharacter_C_OnAbilityGiven::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityGiven, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000108, "Member 'BP_PlayerCharacter_C_OnAbilityGiven::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityGiven, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000118, "Member 'BP_PlayerCharacter_C_OnAbilityGiven::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityGiven, CallFunc_Not_PreBool_ReturnValue) == 0x000119, "Member 'BP_PlayerCharacter_C_OnAbilityGiven::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnAbilityRemoved \ static_assert(alignof(BP_PlayerCharacter_C_OnAbilityRemoved) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnAbilityRemoved"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnAbilityRemoved) == 0x000108, "Wrong size on BP_PlayerCharacter_C_OnAbilityRemoved"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityRemoved, AbilitySpec) == 0x000000, "Member 'BP_PlayerCharacter_C_OnAbilityRemoved::AbilitySpec' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityRemoved, CallFunc_GetObjectClass_ReturnValue) == 0x0000F0, "Member 'BP_PlayerCharacter_C_OnAbilityRemoved::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityRemoved, CallFunc_GetObjectClass_ReturnValue_1) == 0x0000F8, "Member 'BP_PlayerCharacter_C_OnAbilityRemoved::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityRemoved, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000100, "Member 'BP_PlayerCharacter_C_OnAbilityRemoved::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityRemoved, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000101, "Member 'BP_PlayerCharacter_C_OnAbilityRemoved::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnGameplayEffectApplied \ static_assert(alignof(BP_PlayerCharacter_C_OnGameplayEffectApplied) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnGameplayEffectApplied"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnGameplayEffectApplied) == 0x0002C8, "Wrong size on BP_PlayerCharacter_C_OnGameplayEffectApplied"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectApplied, AbilityComponent) == 0x000000, "Member 'BP_PlayerCharacter_C_OnGameplayEffectApplied::AbilityComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectApplied, EffectSpec) == 0x000008, "Member 'BP_PlayerCharacter_C_OnGameplayEffectApplied::EffectSpec' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectApplied, EffectHandle) == 0x0002A0, "Member 'BP_PlayerCharacter_C_OnGameplayEffectApplied::EffectHandle' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectApplied, CallFunc_GetObjectClass_ReturnValue) == 0x0002B8, "Member 'BP_PlayerCharacter_C_OnGameplayEffectApplied::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectApplied, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0002C0, "Member 'BP_PlayerCharacter_C_OnGameplayEffectApplied::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnGameplayEffectRemoved \ static_assert(alignof(BP_PlayerCharacter_C_OnGameplayEffectRemoved) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnGameplayEffectRemoved"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnGameplayEffectRemoved) == 0x0003D0, "Wrong size on BP_PlayerCharacter_C_OnGameplayEffectRemoved"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectRemoved, RemovedEffect) == 0x000000, "Member 'BP_PlayerCharacter_C_OnGameplayEffectRemoved::RemovedEffect' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectRemoved, Loc_BlockSprintCount) == 0x000390, "Member 'BP_PlayerCharacter_C_OnGameplayEffectRemoved::Loc_BlockSprintCount' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectRemoved, CallFunc_Conv_IntToString_ReturnValue) == 0x000398, "Member 'BP_PlayerCharacter_C_OnGameplayEffectRemoved::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectRemoved, CallFunc_Concat_StrStr_ReturnValue) == 0x0003A8, "Member 'BP_PlayerCharacter_C_OnGameplayEffectRemoved::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectRemoved, CallFunc_GetObjectClass_ReturnValue) == 0x0003B8, "Member 'BP_PlayerCharacter_C_OnGameplayEffectRemoved::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectRemoved, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x0003C0, "Member 'BP_PlayerCharacter_C_OnGameplayEffectRemoved::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectRemoved, CallFunc_GetGameplayEffectCount_ReturnValue) == 0x0003C4, "Member 'BP_PlayerCharacter_C_OnGameplayEffectRemoved::CallFunc_GetGameplayEffectCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayEffectRemoved, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0003C8, "Member 'BP_PlayerCharacter_C_OnGameplayEffectRemoved::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetSprintStatus \ static_assert(alignof(BP_PlayerCharacter_C_SetSprintStatus) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetSprintStatus"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetSprintStatus) == 0x000070, "Wrong size on BP_PlayerCharacter_C_SetSprintStatus"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintStatus, IsActive) == 0x000000, "Member 'BP_PlayerCharacter_C_SetSprintStatus::IsActive' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintStatus, K2Node_MakeArray_Array) == 0x000008, "Member 'BP_PlayerCharacter_C_SetSprintStatus::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintStatus, CallFunc_MakeGameplayTagContainerFromArray_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_SetSprintStatus::CallFunc_MakeGameplayTagContainerFromArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintStatus, CallFunc_HasAnyMatchingGameplayTags_self_CastInput) == 0x000038, "Member 'BP_PlayerCharacter_C_SetSprintStatus::CallFunc_HasAnyMatchingGameplayTags_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintStatus, CallFunc_HasAnyMatchingGameplayTags_ReturnValue) == 0x000048, "Member 'BP_PlayerCharacter_C_SetSprintStatus::CallFunc_HasAnyMatchingGameplayTags_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintStatus, CallFunc_BooleanOR_ReturnValue) == 0x000049, "Member 'BP_PlayerCharacter_C_SetSprintStatus::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintStatus, CallFunc_Not_PreBool_ReturnValue) == 0x00004A, "Member 'BP_PlayerCharacter_C_SetSprintStatus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintStatus, CallFunc_Conv_BoolToString_ReturnValue) == 0x000050, "Member 'BP_PlayerCharacter_C_SetSprintStatus::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintStatus, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'BP_PlayerCharacter_C_SetSprintStatus::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SyncCameraToSocket \ static_assert(alignof(BP_PlayerCharacter_C_SyncCameraToSocket) == 0x000010, "Wrong alignment on BP_PlayerCharacter_C_SyncCameraToSocket"); \ static_assert(sizeof(BP_PlayerCharacter_C_SyncCameraToSocket) == 0x0000F0, "Wrong size on BP_PlayerCharacter_C_SyncCameraToSocket"); \ static_assert(offsetof(BP_PlayerCharacter_C_SyncCameraToSocket, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_SyncCameraToSocket::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SyncCameraToSocket, CallFunc_GetAttachSocketName_ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_SyncCameraToSocket::CallFunc_GetAttachSocketName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SyncCameraToSocket, CallFunc_EqualEqual_NameName_ReturnValue) == 0x00000C, "Member 'BP_PlayerCharacter_C_SyncCameraToSocket::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SyncCameraToSocket, CallFunc_GetSocketTransform_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_SyncCameraToSocket::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SyncCameraToSocket, CallFunc_GetAttachParent_ReturnValue) == 0x000040, "Member 'BP_PlayerCharacter_C_SyncCameraToSocket::CallFunc_GetAttachParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SyncCameraToSocket, CallFunc_TransformLocation_ReturnValue) == 0x000048, "Member 'BP_PlayerCharacter_C_SyncCameraToSocket::CallFunc_TransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SyncCameraToSocket, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000054, "Member 'BP_PlayerCharacter_C_SyncCameraToSocket::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SyncCameraToSocket, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000058, "Member 'BP_PlayerCharacter_C_SyncCameraToSocket::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SyncCameraToSocket, CallFunc_BooleanAND_ReturnValue) == 0x0000E0, "Member 'BP_PlayerCharacter_C_SyncCameraToSocket::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnGameplayTagChanged \ static_assert(alignof(BP_PlayerCharacter_C_OnGameplayTagChanged) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnGameplayTagChanged"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnGameplayTagChanged) == 0x000068, "Wrong size on BP_PlayerCharacter_C_OnGameplayTagChanged"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, AffectedTag) == 0x000000, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::AffectedTag' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, Exists) == 0x000008, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::Exists' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_TryActivateAbilityByClass_ReturnValue) == 0x000009, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_TryActivateAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_IsAbilityClassActive_ReturnValue) == 0x00000A, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_IsAbilityClassActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_Not_PreBool_ReturnValue) == 0x00000B, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000C, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_Not_PreBool_ReturnValue_2) == 0x00000D, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_HasAbilityOfClass_ReturnValue) == 0x00000E, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_HasAbilityOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_GetDebugStringFromGameplayTag_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_GetDebugStringFromGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_MatchesTag_ReturnValue) == 0x000040, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_MatchesTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnGameplayTagChanged, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'BP_PlayerCharacter_C_OnGameplayTagChanged::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SaveSprint \ static_assert(alignof(BP_PlayerCharacter_C_SaveSprint) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SaveSprint"); \ static_assert(sizeof(BP_PlayerCharacter_C_SaveSprint) == 0x000088, "Wrong size on BP_PlayerCharacter_C_SaveSprint"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PlayerCharacter_C_SaveSprint::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PlayerCharacter_C_SaveSprint::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_SaveSprint::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, CallFunc_Array_Get_Item) == 0x00000C, "Member 'BP_PlayerCharacter_C_SaveSprint::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_SaveSprint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, CallFunc_Conv_GameplayEffectSaveData_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_SaveSprint::CallFunc_Conv_GameplayEffectSaveData_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, CallFunc_Conv_IntToString_ReturnValue) == 0x000040, "Member 'BP_PlayerCharacter_C_SaveSprint::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_PlayerCharacter_C_SaveSprint::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_PlayerCharacter_C_SaveSprint::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'BP_PlayerCharacter_C_SaveSprint::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, CallFunc_Less_IntInt_ReturnValue) == 0x000074, "Member 'BP_PlayerCharacter_C_SaveSprint::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SaveSprint, CallFunc_GetGameplayEffectSaveDataForClass_ReturnValue) == 0x000078, "Member 'BP_PlayerCharacter_C_SaveSprint::CallFunc_GetGameplayEffectSaveDataForClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnCheckpointPostLevelLoadRegisteredObjects \ static_assert(alignof(BP_PlayerCharacter_C_OnCheckpointPostLevelLoadRegisteredObjects) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnCheckpointPostLevelLoadRegisteredObjects"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnCheckpointPostLevelLoadRegisteredObjects) == 0x000010, "Wrong size on BP_PlayerCharacter_C_OnCheckpointPostLevelLoadRegisteredObjects"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnCheckpointPostLevelLoadRegisteredObjects, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnCheckpointPostLevelLoadRegisteredObjects::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnCheckpointPostLevelLoadRegisteredObjects, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnCheckpointPostLevelLoadRegisteredObjects::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_PlayerCharacter_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnCheckpointLoadFinished) == 0x000028, "Wrong size on BP_PlayerCharacter_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnCheckpointLoadFinished, CallFunc_MakeLiteralString_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_OnCheckpointLoadFinished::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnCheckpointLoadFinished, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_OnCheckpointLoadFinished::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_RestoreSprint \ static_assert(alignof(BP_PlayerCharacter_C_RestoreSprint) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_RestoreSprint"); \ static_assert(sizeof(BP_PlayerCharacter_C_RestoreSprint) == 0x0000B8, "Wrong size on BP_PlayerCharacter_C_RestoreSprint"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, FromLoadEvent) == 0x000000, "Member 'BP_PlayerCharacter_C_RestoreSprint::FromLoadEvent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_MakeLiteralByte_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, K2Node_DynamicCast_AsPHE_on_Checkpoint_Post_Level_Load_Registered_Objects) == 0x000010, "Member 'BP_PlayerCharacter_C_RestoreSprint::K2Node_DynamicCast_AsPHE_on_Checkpoint_Post_Level_Load_Registered_Objects' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_RestoreSprint::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00001C, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_Conv_IntToByte_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_GetValidValue_ReturnValue) == 0x000021, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000022, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000058, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_Conv_IntToString_ReturnValue) == 0x000060, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000070, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000090, "Member 'BP_PlayerCharacter_C_RestoreSprint::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_RestoreSprint, K2Node_MakeStruct_GameplayEffectContextHandle) == 0x0000A0, "Member 'BP_PlayerCharacter_C_RestoreSprint::K2Node_MakeStruct_GameplayEffectContextHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_UpdateMovementState \ static_assert(alignof(BP_PlayerCharacter_C_UpdateMovementState) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_UpdateMovementState"); \ static_assert(sizeof(BP_PlayerCharacter_C_UpdateMovementState) == 0x000058, "Wrong size on BP_PlayerCharacter_C_UpdateMovementState"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_IsSprinting_ReturnValue) == 0x000001, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_IsSprinting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_TryActivateAbilityByClass_ReturnValue) == 0x000002, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_TryActivateAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_CanUnCrouch_ReturnValue) == 0x000003, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_CanUnCrouch_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000005, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000006, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BooleanAND_ReturnValue_1) == 0x000008, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_CancelAbilityByClass_ReturnValue) == 0x000009, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_CancelAbilityByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_IsFalling_ReturnValue) == 0x00000A, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_Not_PreBool_ReturnValue_2) == 0x00000B, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x00001C, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BreakVector_X) == 0x000020, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BreakVector_Y) == 0x000024, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BreakVector_Z) == 0x000028, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_CanUnCrouch_ReturnValue_1) == 0x00002D, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_CanUnCrouch_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BooleanAND_ReturnValue_2) == 0x00002E, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BooleanAND_ReturnValue_3) == 0x00002F, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BooleanAND_ReturnValue_4) == 0x000030, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BooleanAND_ReturnValue_5) == 0x000031, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000032, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000033, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BooleanAND_ReturnValue_6) == 0x000034, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_GetVelocity_ReturnValue_1) == 0x000038, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_GetVelocity_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BreakVector_X_1) == 0x000044, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BreakVector_Y_1) == 0x000048, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BreakVector_Z_1) == 0x00004C, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BooleanAND_ReturnValue_7) == 0x000051, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_Less_FloatFloat_ReturnValue) == 0x000052, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BooleanAND_ReturnValue_8) == 0x000053, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_IsMovingOnGround_ReturnValue) == 0x000054, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000055, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateMovementState, CallFunc_BooleanOR_ReturnValue) == 0x000056, "Member 'BP_PlayerCharacter_C_UpdateMovementState::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_IsInJogMode \ static_assert(alignof(BP_PlayerCharacter_C_IsInJogMode) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_IsInJogMode"); \ static_assert(sizeof(BP_PlayerCharacter_C_IsInJogMode) == 0x00000C, "Wrong size on BP_PlayerCharacter_C_IsInJogMode"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsInJogMode, JogMode) == 0x000000, "Member 'BP_PlayerCharacter_C_IsInJogMode::JogMode' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsInJogMode, CallFunc_GetGameplayEffectCount_ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_IsInJogMode::CallFunc_GetGameplayEffectCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsInJogMode, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_IsInJogMode::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ExitMontageLoop \ static_assert(alignof(BP_PlayerCharacter_C_ExitMontageLoop) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_ExitMontageLoop"); \ static_assert(sizeof(BP_PlayerCharacter_C_ExitMontageLoop) == 0x000010, "Wrong size on BP_PlayerCharacter_C_ExitMontageLoop"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExitMontageLoop, CallFunc_GetCurrentMontage_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_ExitMontageLoop::CallFunc_GetCurrentMontage_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ExitMontageLoop, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_ExitMontageLoop::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_PlayLoopingMontage \ static_assert(alignof(BP_PlayerCharacter_C_PlayLoopingMontage) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_PlayLoopingMontage"); \ static_assert(sizeof(BP_PlayerCharacter_C_PlayLoopingMontage) == 0x000058, "Wrong size on BP_PlayerCharacter_C_PlayLoopingMontage"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayLoopingMontage, AnimMontage) == 0x000000, "Member 'BP_PlayerCharacter_C_PlayLoopingMontage::AnimMontage' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayLoopingMontage, PlayRate) == 0x000008, "Member 'BP_PlayerCharacter_C_PlayLoopingMontage::PlayRate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayLoopingMontage, StartingPosition) == 0x00000C, "Member 'BP_PlayerCharacter_C_PlayLoopingMontage::StartingPosition' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayLoopingMontage, DisableInput_0) == 0x000010, "Member 'BP_PlayerCharacter_C_PlayLoopingMontage::DisableInput_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayLoopingMontage, UseMontageCamera) == 0x000011, "Member 'BP_PlayerCharacter_C_PlayLoopingMontage::UseMontageCamera' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayLoopingMontage, StartingSectionName) == 0x000014, "Member 'BP_PlayerCharacter_C_PlayLoopingMontage::StartingSectionName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayLoopingMontage, SectionAfterLoop) == 0x00001C, "Member 'BP_PlayerCharacter_C_PlayLoopingMontage::SectionAfterLoop' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayLoopingMontage, StartLoopingNotifyName) == 0x000024, "Member 'BP_PlayerCharacter_C_PlayLoopingMontage::StartLoopingNotifyName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayLoopingMontage, StopLoopingNotifyName) == 0x00002C, "Member 'BP_PlayerCharacter_C_PlayLoopingMontage::StopLoopingNotifyName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayLoopingMontage, BlendInSettings) == 0x000034, "Member 'BP_PlayerCharacter_C_PlayLoopingMontage::BlendInSettings' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_PlayLoopingMontage, BlendOutSettings) == 0x000044, "Member 'BP_PlayerCharacter_C_PlayLoopingMontage::BlendOutSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_BreakMontageLoopToSection \ static_assert(alignof(BP_PlayerCharacter_C_BreakMontageLoopToSection) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_BreakMontageLoopToSection"); \ static_assert(sizeof(BP_PlayerCharacter_C_BreakMontageLoopToSection) == 0x000018, "Wrong size on BP_PlayerCharacter_C_BreakMontageLoopToSection"); \ static_assert(offsetof(BP_PlayerCharacter_C_BreakMontageLoopToSection, AnimInstance) == 0x000000, "Member 'BP_PlayerCharacter_C_BreakMontageLoopToSection::AnimInstance' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_BreakMontageLoopToSection, Section) == 0x000008, "Member 'BP_PlayerCharacter_C_BreakMontageLoopToSection::Section' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_BreakMontageLoopToSection, Montage) == 0x000010, "Member 'BP_PlayerCharacter_C_BreakMontageLoopToSection::Montage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_IsWoozyWalk \ static_assert(alignof(BP_PlayerCharacter_C_IsWoozyWalk) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_IsWoozyWalk"); \ static_assert(sizeof(BP_PlayerCharacter_C_IsWoozyWalk) == 0x00000C, "Wrong size on BP_PlayerCharacter_C_IsWoozyWalk"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsWoozyWalk, WoozyWalk) == 0x000000, "Member 'BP_PlayerCharacter_C_IsWoozyWalk::WoozyWalk' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsWoozyWalk, CallFunc_GetGameplayEffectCount_ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_IsWoozyWalk::CallFunc_GetGameplayEffectCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsWoozyWalk, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_IsWoozyWalk::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ToggleDefaultCrosshair \ static_assert(alignof(BP_PlayerCharacter_C_ToggleDefaultCrosshair) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_ToggleDefaultCrosshair"); \ static_assert(sizeof(BP_PlayerCharacter_C_ToggleDefaultCrosshair) == 0x000001, "Wrong size on BP_PlayerCharacter_C_ToggleDefaultCrosshair"); \ static_assert(offsetof(BP_PlayerCharacter_C_ToggleDefaultCrosshair, Enable) == 0x000000, "Member 'BP_PlayerCharacter_C_ToggleDefaultCrosshair::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_On_Event_Toggle_IK \ static_assert(alignof(BP_PlayerCharacter_C_On_Event_Toggle_IK) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_On_Event_Toggle_IK"); \ static_assert(sizeof(BP_PlayerCharacter_C_On_Event_Toggle_IK) == 0x000020, "Wrong size on BP_PlayerCharacter_C_On_Event_Toggle_IK"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Event_Toggle_IK, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_On_Event_Toggle_IK::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Event_Toggle_IK, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_On_Event_Toggle_IK::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Event_Toggle_IK, K2Node_DynamicCast_AsBPE_Player_Toggle_IK) == 0x000010, "Member 'BP_PlayerCharacter_C_On_Event_Toggle_IK::K2Node_DynamicCast_AsBPE_Player_Toggle_IK' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Event_Toggle_IK, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_On_Event_Toggle_IK::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ReceiveUnpossessed \ static_assert(alignof(BP_PlayerCharacter_C_ReceiveUnpossessed) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_ReceiveUnpossessed"); \ static_assert(sizeof(BP_PlayerCharacter_C_ReceiveUnpossessed) == 0x000048, "Wrong size on BP_PlayerCharacter_C_ReceiveUnpossessed"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveUnpossessed, OldController) == 0x000000, "Member 'BP_PlayerCharacter_C_ReceiveUnpossessed::OldController' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveUnpossessed, CallFunc_GetObjectClass_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_ReceiveUnpossessed::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveUnpossessed, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_ReceiveUnpossessed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveUnpossessed, CallFunc_GetObjectClass_ReturnValue_1) == 0x000018, "Member 'BP_PlayerCharacter_C_ReceiveUnpossessed::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveUnpossessed, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'BP_PlayerCharacter_C_ReceiveUnpossessed::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveUnpossessed, CallFunc_GetObjectClass_ReturnValue_2) == 0x000028, "Member 'BP_PlayerCharacter_C_ReceiveUnpossessed::CallFunc_GetObjectClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveUnpossessed, CallFunc_IsValid_ReturnValue_2) == 0x000030, "Member 'BP_PlayerCharacter_C_ReceiveUnpossessed::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveUnpossessed, CallFunc_GetObjectClass_ReturnValue_3) == 0x000038, "Member 'BP_PlayerCharacter_C_ReceiveUnpossessed::CallFunc_GetObjectClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ReceiveUnpossessed, CallFunc_IsValid_ReturnValue_3) == 0x000040, "Member 'BP_PlayerCharacter_C_ReceiveUnpossessed::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnSwapMesh \ static_assert(alignof(BP_PlayerCharacter_C_OnSwapMesh) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnSwapMesh"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnSwapMesh) == 0x000020, "Wrong size on BP_PlayerCharacter_C_OnSwapMesh"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnSwapMesh, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnSwapMesh::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnSwapMesh, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnSwapMesh::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnSwapMesh, K2Node_DynamicCast_AsBPE_Player_Swap_Mesh) == 0x000010, "Member 'BP_PlayerCharacter_C_OnSwapMesh::K2Node_DynamicCast_AsBPE_Player_Swap_Mesh' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnSwapMesh, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_OnSwapMesh::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetSprintOverrideStatus \ static_assert(alignof(BP_PlayerCharacter_C_SetSprintOverrideStatus) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetSprintOverrideStatus"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetSprintOverrideStatus) == 0x000028, "Wrong size on BP_PlayerCharacter_C_SetSprintOverrideStatus"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintOverrideStatus, IsActive) == 0x000000, "Member 'BP_PlayerCharacter_C_SetSprintOverrideStatus::IsActive' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintOverrideStatus, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_SetSprintOverrideStatus::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetSprintOverrideStatus, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_SetSprintOverrideStatus::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_BroadcastSprintStatus \ static_assert(alignof(BP_PlayerCharacter_C_BroadcastSprintStatus) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_BroadcastSprintStatus"); \ static_assert(sizeof(BP_PlayerCharacter_C_BroadcastSprintStatus) == 0x000048, "Wrong size on BP_PlayerCharacter_C_BroadcastSprintStatus"); \ static_assert(offsetof(BP_PlayerCharacter_C_BroadcastSprintStatus, K2Node_MakeArray_Array) == 0x000000, "Member 'BP_PlayerCharacter_C_BroadcastSprintStatus::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_BroadcastSprintStatus, CallFunc_MakeGameplayTagContainerFromArray_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_BroadcastSprintStatus::CallFunc_MakeGameplayTagContainerFromArray_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_BroadcastSprintStatus, CallFunc_HasAnyMatchingGameplayTags_self_CastInput) == 0x000030, "Member 'BP_PlayerCharacter_C_BroadcastSprintStatus::CallFunc_HasAnyMatchingGameplayTags_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_BroadcastSprintStatus, CallFunc_HasAnyMatchingGameplayTags_ReturnValue) == 0x000040, "Member 'BP_PlayerCharacter_C_BroadcastSprintStatus::CallFunc_HasAnyMatchingGameplayTags_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_BroadcastSprintStatus, CallFunc_IsSprintActive_Result) == 0x000041, "Member 'BP_PlayerCharacter_C_BroadcastSprintStatus::CallFunc_IsSprintActive_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_BroadcastSprintStatus, CallFunc_BooleanOR_ReturnValue) == 0x000042, "Member 'BP_PlayerCharacter_C_BroadcastSprintStatus::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnTLFActivated \ static_assert(alignof(BP_PlayerCharacter_C_OnTLFActivated) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnTLFActivated"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnTLFActivated) == 0x000048, "Wrong size on BP_PlayerCharacter_C_OnTLFActivated"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFActivated, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnTLFActivated::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFActivated, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnTLFActivated::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFActivated, CallFunc_UnbindAbility_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_OnTLFActivated::CallFunc_UnbindAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFActivated, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000011, "Member 'BP_PlayerCharacter_C_OnTLFActivated::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFActivated, CallFunc_HasAbilityOfClass_ReturnValue) == 0x000012, "Member 'BP_PlayerCharacter_C_OnTLFActivated::CallFunc_HasAbilityOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFActivated, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_OnTLFActivated::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFActivated, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_OnTLFActivated::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFActivated, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_OnTLFActivated::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFActivated, Temp_int_Variable) == 0x000040, "Member 'BP_PlayerCharacter_C_OnTLFActivated::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFActivated, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_PlayerCharacter_C_OnTLFActivated::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnTLFDeactivated \ static_assert(alignof(BP_PlayerCharacter_C_OnTLFDeactivated) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnTLFDeactivated"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnTLFDeactivated) == 0x000070, "Wrong size on BP_PlayerCharacter_C_OnTLFDeactivated"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, CallFunc_UnbindAbility_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::CallFunc_UnbindAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, CallFunc_HasAbilityOfClass_ReturnValue) == 0x000011, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::CallFunc_HasAbilityOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000038, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000040, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000050, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, Temp_int_Variable) == 0x000068, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnTLFDeactivated, CallFunc_Subtract_IntInt_ReturnValue) == 0x00006C, "Member 'BP_PlayerCharacter_C_OnTLFDeactivated::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnAbilityEnded \ static_assert(alignof(BP_PlayerCharacter_C_OnAbilityEnded) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnAbilityEnded"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnAbilityEnded) == 0x000020, "Wrong size on BP_PlayerCharacter_C_OnAbilityEnded"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityEnded, EndedAbilityData) == 0x000000, "Member 'BP_PlayerCharacter_C_OnAbilityEnded::EndedAbilityData' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityEnded, CallFunc_GetObjectClass_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_OnAbilityEnded::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnAbilityEnded, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_OnAbilityEnded::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetCameraToAnimation \ static_assert(alignof(BP_PlayerCharacter_C_SetCameraToAnimation) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetCameraToAnimation"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetCameraToAnimation) == 0x000138, "Wrong size on BP_PlayerCharacter_C_SetCameraToAnimation"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCameraToAnimation, BlendInSettings) == 0x000000, "Member 'BP_PlayerCharacter_C_SetCameraToAnimation::BlendInSettings' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCameraToAnimation, HideMesh) == 0x000010, "Member 'BP_PlayerCharacter_C_SetCameraToAnimation::HideMesh' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCameraToAnimation, CallFunc_GetSocketLocation_ReturnValue) == 0x000014, "Member 'BP_PlayerCharacter_C_SetCameraToAnimation::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCameraToAnimation, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000020, "Member 'BP_PlayerCharacter_C_SetCameraToAnimation::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCameraToAnimation, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x0000A8, "Member 'BP_PlayerCharacter_C_SetCameraToAnimation::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetCameraToAnimation, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0000B0, "Member 'BP_PlayerCharacter_C_SetCameraToAnimation::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_Set_Camera_to_Game_Play \ static_assert(alignof(BP_PlayerCharacter_C_Set_Camera_to_Game_Play) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_Set_Camera_to_Game_Play"); \ static_assert(sizeof(BP_PlayerCharacter_C_Set_Camera_to_Game_Play) == 0x0000A0, "Wrong size on BP_PlayerCharacter_C_Set_Camera_to_Game_Play"); \ static_assert(offsetof(BP_PlayerCharacter_C_Set_Camera_to_Game_Play, BlendOutSettings) == 0x000000, "Member 'BP_PlayerCharacter_C_Set_Camera_to_Game_Play::BlendOutSettings' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_Set_Camera_to_Game_Play, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000010, "Member 'BP_PlayerCharacter_C_Set_Camera_to_Game_Play::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_Set_Camera_to_Game_Play, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000018, "Member 'BP_PlayerCharacter_C_Set_Camera_to_Game_Play::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_CanInteract \ static_assert(alignof(BP_PlayerCharacter_C_CanInteract) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_CanInteract"); \ static_assert(sizeof(BP_PlayerCharacter_C_CanInteract) == 0x000004, "Wrong size on BP_PlayerCharacter_C_CanInteract"); \ static_assert(offsetof(BP_PlayerCharacter_C_CanInteract, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_CanInteract::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CanInteract, CallFunc_IsAnyLoadingMoviePlaying_ReturnValue) == 0x000001, "Member 'BP_PlayerCharacter_C_CanInteract::CallFunc_IsAnyLoadingMoviePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CanInteract, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_PlayerCharacter_C_CanInteract::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CanInteract, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_PlayerCharacter_C_CanInteract::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnChangeCanInteract \ static_assert(alignof(BP_PlayerCharacter_C_OnChangeCanInteract) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnChangeCanInteract"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnChangeCanInteract) == 0x000020, "Wrong size on BP_PlayerCharacter_C_OnChangeCanInteract"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnChangeCanInteract, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnChangeCanInteract::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnChangeCanInteract, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnChangeCanInteract::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnChangeCanInteract, K2Node_DynamicCast_AsBPE_Player_Change_Can_Interact) == 0x000010, "Member 'BP_PlayerCharacter_C_OnChangeCanInteract::K2Node_DynamicCast_AsBPE_Player_Change_Can_Interact' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnChangeCanInteract, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_OnChangeCanInteract::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_TogglePlayerDebug \ static_assert(alignof(BP_PlayerCharacter_C_TogglePlayerDebug) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_TogglePlayerDebug"); \ static_assert(sizeof(BP_PlayerCharacter_C_TogglePlayerDebug) == 0x000001, "Wrong size on BP_PlayerCharacter_C_TogglePlayerDebug"); \ static_assert(offsetof(BP_PlayerCharacter_C_TogglePlayerDebug, Enable) == 0x000000, "Member 'BP_PlayerCharacter_C_TogglePlayerDebug::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_StartTLFPlayerSpeed \ static_assert(alignof(BP_PlayerCharacter_C_StartTLFPlayerSpeed) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_StartTLFPlayerSpeed"); \ static_assert(sizeof(BP_PlayerCharacter_C_StartTLFPlayerSpeed) == 0x000060, "Wrong size on BP_PlayerCharacter_C_StartTLFPlayerSpeed"); \ static_assert(offsetof(BP_PlayerCharacter_C_StartTLFPlayerSpeed, CallFunc_StartPlayerSpeed_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_StartTLFPlayerSpeed::CallFunc_StartPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_StartTLFPlayerSpeed, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_StartTLFPlayerSpeed::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_StartTLFPlayerSpeed, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_StartTLFPlayerSpeed::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_StartTLFPlayerSpeed, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue_1) == 0x000038, "Member 'BP_PlayerCharacter_C_StartTLFPlayerSpeed::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_StartTLFPlayerSpeed, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_PlayerCharacter_C_StartTLFPlayerSpeed::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_StartTLFPlayerSpeed, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000058, "Member 'BP_PlayerCharacter_C_StartTLFPlayerSpeed::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_StartTLFPlayerSpeed, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000059, "Member 'BP_PlayerCharacter_C_StartTLFPlayerSpeed::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_StopTLFPlayerSpeed \ static_assert(alignof(BP_PlayerCharacter_C_StopTLFPlayerSpeed) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_StopTLFPlayerSpeed"); \ static_assert(sizeof(BP_PlayerCharacter_C_StopTLFPlayerSpeed) == 0x000030, "Wrong size on BP_PlayerCharacter_C_StopTLFPlayerSpeed"); \ static_assert(offsetof(BP_PlayerCharacter_C_StopTLFPlayerSpeed, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_StopTLFPlayerSpeed::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_StopTLFPlayerSpeed, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_StopTLFPlayerSpeed::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_StopTLFPlayerSpeed, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_StopTLFPlayerSpeed::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_StopTLFPlayerSpeed, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_StopTLFPlayerSpeed::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_UpdateStateLocomotion \ static_assert(alignof(BP_PlayerCharacter_C_UpdateStateLocomotion) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_UpdateStateLocomotion"); \ static_assert(sizeof(BP_PlayerCharacter_C_UpdateStateLocomotion) == 0x00001C, "Wrong size on BP_PlayerCharacter_C_UpdateStateLocomotion"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStateLocomotion, DeltaTime) == 0x000000, "Member 'BP_PlayerCharacter_C_UpdateStateLocomotion::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStateLocomotion, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_UpdateStateLocomotion::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStateLocomotion, CallFunc_GetTimeRange_MinTime) == 0x000008, "Member 'BP_PlayerCharacter_C_UpdateStateLocomotion::CallFunc_GetTimeRange_MinTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStateLocomotion, CallFunc_GetTimeRange_MaxTime) == 0x00000C, "Member 'BP_PlayerCharacter_C_UpdateStateLocomotion::CallFunc_GetTimeRange_MaxTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStateLocomotion, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_UpdateStateLocomotion::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStateLocomotion, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_PlayerCharacter_C_UpdateStateLocomotion::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateStateLocomotion, CallFunc_GetFloatValue_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_UpdateStateLocomotion::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnPlaySingleMontage \ static_assert(alignof(BP_PlayerCharacter_C_OnPlaySingleMontage) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnPlaySingleMontage"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnPlaySingleMontage) == 0x000020, "Wrong size on BP_PlayerCharacter_C_OnPlaySingleMontage"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlaySingleMontage, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnPlaySingleMontage::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlaySingleMontage, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnPlaySingleMontage::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlaySingleMontage, K2Node_DynamicCast_AsBPE_Player_Play_Single_Montage) == 0x000010, "Member 'BP_PlayerCharacter_C_OnPlaySingleMontage::K2Node_DynamicCast_AsBPE_Player_Play_Single_Montage' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnPlaySingleMontage, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_OnPlaySingleMontage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_On_Player_State_Locomotion \ static_assert(alignof(BP_PlayerCharacter_C_On_Player_State_Locomotion) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_On_Player_State_Locomotion"); \ static_assert(sizeof(BP_PlayerCharacter_C_On_Player_State_Locomotion) == 0x000020, "Wrong size on BP_PlayerCharacter_C_On_Player_State_Locomotion"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_State_Locomotion, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_On_Player_State_Locomotion::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_State_Locomotion, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_On_Player_State_Locomotion::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_State_Locomotion, K2Node_DynamicCast_AsBPE_Player_Set_State_Locomotion) == 0x000010, "Member 'BP_PlayerCharacter_C_On_Player_State_Locomotion::K2Node_DynamicCast_AsBPE_Player_Set_State_Locomotion' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Player_State_Locomotion, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_On_Player_State_Locomotion::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_On_End_Continuing_Locomotion \ static_assert(alignof(BP_PlayerCharacter_C_On_End_Continuing_Locomotion) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_On_End_Continuing_Locomotion"); \ static_assert(sizeof(BP_PlayerCharacter_C_On_End_Continuing_Locomotion) == 0x000020, "Wrong size on BP_PlayerCharacter_C_On_End_Continuing_Locomotion"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_End_Continuing_Locomotion, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_On_End_Continuing_Locomotion::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_End_Continuing_Locomotion, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_On_End_Continuing_Locomotion::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_End_Continuing_Locomotion, K2Node_DynamicCast_AsBPE_Player_End_Continuing_Locomotion) == 0x000010, "Member 'BP_PlayerCharacter_C_On_End_Continuing_Locomotion::K2Node_DynamicCast_AsBPE_Player_End_Continuing_Locomotion' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_End_Continuing_Locomotion, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_On_End_Continuing_Locomotion::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnApplyDisableCrosshair \ static_assert(alignof(BP_PlayerCharacter_C_OnApplyDisableCrosshair) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnApplyDisableCrosshair"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnApplyDisableCrosshair) == 0x000048, "Wrong size on BP_PlayerCharacter_C_OnApplyDisableCrosshair"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnApplyDisableCrosshair, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnApplyDisableCrosshair::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnApplyDisableCrosshair, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnApplyDisableCrosshair::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnApplyDisableCrosshair, Loc_DisableCrosshair) == 0x000010, "Member 'BP_PlayerCharacter_C_OnApplyDisableCrosshair::Loc_DisableCrosshair' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnApplyDisableCrosshair, K2Node_DynamicCast_AsEOGUS_Apply_Disable_Crosshair) == 0x000018, "Member 'BP_PlayerCharacter_C_OnApplyDisableCrosshair::K2Node_DynamicCast_AsEOGUS_Apply_Disable_Crosshair' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnApplyDisableCrosshair, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PlayerCharacter_C_OnApplyDisableCrosshair::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnApplyDisableCrosshair, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_PlayerCharacter_C_OnApplyDisableCrosshair::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnApplyDisableCrosshair, CallFunc_Conv_BoolToString_ReturnValue) == 0x000028, "Member 'BP_PlayerCharacter_C_OnApplyDisableCrosshair::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnApplyDisableCrosshair, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_PlayerCharacter_C_OnApplyDisableCrosshair::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_On_Start_Looping_Montage \ static_assert(alignof(BP_PlayerCharacter_C_On_Start_Looping_Montage) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_On_Start_Looping_Montage"); \ static_assert(sizeof(BP_PlayerCharacter_C_On_Start_Looping_Montage) == 0x000020, "Wrong size on BP_PlayerCharacter_C_On_Start_Looping_Montage"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Start_Looping_Montage, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_On_Start_Looping_Montage::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Start_Looping_Montage, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_On_Start_Looping_Montage::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Start_Looping_Montage, K2Node_DynamicCast_AsBPE_Player_Play_Looped_Montage) == 0x000010, "Member 'BP_PlayerCharacter_C_On_Start_Looping_Montage::K2Node_DynamicCast_AsBPE_Player_Play_Looped_Montage' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_Start_Looping_Montage, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_On_Start_Looping_Montage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_On_End_Looping_Montage \ static_assert(alignof(BP_PlayerCharacter_C_On_End_Looping_Montage) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_On_End_Looping_Montage"); \ static_assert(sizeof(BP_PlayerCharacter_C_On_End_Looping_Montage) == 0x000020, "Wrong size on BP_PlayerCharacter_C_On_End_Looping_Montage"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_End_Looping_Montage, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_On_End_Looping_Montage::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_End_Looping_Montage, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_On_End_Looping_Montage::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_End_Looping_Montage, K2Node_DynamicCast_AsBPE_Player_Exit_Looping_Montage) == 0x000010, "Member 'BP_PlayerCharacter_C_On_End_Looping_Montage::K2Node_DynamicCast_AsBPE_Player_Exit_Looping_Montage' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_On_End_Looping_Montage, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_On_End_Looping_Montage::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ToggleDisableFootstepDynamicAudio \ static_assert(alignof(BP_PlayerCharacter_C_ToggleDisableFootstepDynamicAudio) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_ToggleDisableFootstepDynamicAudio"); \ static_assert(sizeof(BP_PlayerCharacter_C_ToggleDisableFootstepDynamicAudio) == 0x000028, "Wrong size on BP_PlayerCharacter_C_ToggleDisableFootstepDynamicAudio"); \ static_assert(offsetof(BP_PlayerCharacter_C_ToggleDisableFootstepDynamicAudio, CallFunc_Conv_BoolToString_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_ToggleDisableFootstepDynamicAudio::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ToggleDisableFootstepDynamicAudio, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_ToggleDisableFootstepDynamicAudio::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ToggleDisableFootstepDynamicAudio, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_ToggleDisableFootstepDynamicAudio::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_OnBlockCrouchEvent \ static_assert(alignof(BP_PlayerCharacter_C_OnBlockCrouchEvent) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_OnBlockCrouchEvent"); \ static_assert(sizeof(BP_PlayerCharacter_C_OnBlockCrouchEvent) == 0x000050, "Wrong size on BP_PlayerCharacter_C_OnBlockCrouchEvent"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnBlockCrouchEvent, Sender) == 0x000000, "Member 'BP_PlayerCharacter_C_OnBlockCrouchEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnBlockCrouchEvent, Event) == 0x000008, "Member 'BP_PlayerCharacter_C_OnBlockCrouchEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnBlockCrouchEvent, K2Node_DynamicCast_AsBPE_Player_Block_Crouch) == 0x000010, "Member 'BP_PlayerCharacter_C_OnBlockCrouchEvent::K2Node_DynamicCast_AsBPE_Player_Block_Crouch' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnBlockCrouchEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerCharacter_C_OnBlockCrouchEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnBlockCrouchEvent, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x00001C, "Member 'BP_PlayerCharacter_C_OnBlockCrouchEvent::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnBlockCrouchEvent, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000034, "Member 'BP_PlayerCharacter_C_OnBlockCrouchEvent::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnBlockCrouchEvent, CallFunc_RemoveActiveGameplayEffect_ReturnValue) == 0x000035, "Member 'BP_PlayerCharacter_C_OnBlockCrouchEvent::CallFunc_RemoveActiveGameplayEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_OnBlockCrouchEvent, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue_1) == 0x000038, "Member 'BP_PlayerCharacter_C_OnBlockCrouchEvent::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent \ static_assert(alignof(BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent) == 0x000050, "Wrong size on BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent, InteractComponent) == 0x000000, "Member 'BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent::InteractComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent, Loc_InteractBase) == 0x000008, "Member 'BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent::Loc_InteractBase' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent, CallFunc_GetShortenedName_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent::CallFunc_GetShortenedName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent, K2Node_DynamicCast_AsPHInteractable_Base) == 0x000040, "Member 'BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent::K2Node_DynamicCast_AsPHInteractable_Base' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_PlayerCharacter_C_SetAllowOthersToInteractFromComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent \ static_assert(alignof(BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent"); \ static_assert(sizeof(BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent) == 0x000050, "Wrong size on BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent, InteractComponent) == 0x000000, "Member 'BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent::InteractComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent, Loc_InteractBase) == 0x000008, "Member 'BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent::Loc_InteractBase' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent, CallFunc_GetShortenedName_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent::CallFunc_GetShortenedName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent, CallFunc_GetOwner_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent, K2Node_DynamicCast_AsPHInteractable_Base) == 0x000040, "Member 'BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent::K2Node_DynamicCast_AsPHInteractable_Base' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_PlayerCharacter_C_ClearAllowOthersToInteractFromComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_SetupInspectableCaptureScene \ static_assert(alignof(BP_PlayerCharacter_C_SetupInspectableCaptureScene) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_SetupInspectableCaptureScene"); \ static_assert(sizeof(BP_PlayerCharacter_C_SetupInspectableCaptureScene) == 0x000008, "Wrong size on BP_PlayerCharacter_C_SetupInspectableCaptureScene"); \ static_assert(offsetof(BP_PlayerCharacter_C_SetupInspectableCaptureScene, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_SetupInspectableCaptureScene::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_CaptureInspectableScene \ static_assert(alignof(BP_PlayerCharacter_C_CaptureInspectableScene) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_CaptureInspectableScene"); \ static_assert(sizeof(BP_PlayerCharacter_C_CaptureInspectableScene) == 0x000040, "Wrong size on BP_PlayerCharacter_C_CaptureInspectableScene"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, Temp_int_Loop_Counter_Variable_1) == 0x00000C, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, CallFunc_Add_IntInt_ReturnValue_1) == 0x000010, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, CallFunc_Array_Length_ReturnValue_1) == 0x000030, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, CallFunc_Less_IntInt_ReturnValue_1) == 0x000034, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, CallFunc_Array_Length_ReturnValue_2) == 0x000038, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_CaptureInspectableScene, CallFunc_Greater_IntInt_ReturnValue) == 0x00003C, "Member 'BP_PlayerCharacter_C_CaptureInspectableScene::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_UpdateRenderTexture \ static_assert(alignof(BP_PlayerCharacter_C_UpdateRenderTexture) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_UpdateRenderTexture"); \ static_assert(sizeof(BP_PlayerCharacter_C_UpdateRenderTexture) == 0x000040, "Wrong size on BP_PlayerCharacter_C_UpdateRenderTexture"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_GetViewportSize_ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_BreakVector2D_X) == 0x000008, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_FTrunc_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_FTrunc_ReturnValue_1) == 0x000014, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_FTrunc_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000019, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_IsValid_ReturnValue) == 0x00001B, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_GetViewportSize_ReturnValue_1) == 0x00001C, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_GetViewportSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_BreakVector2D_X_1) == 0x000024, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_BreakVector2D_Y_1) == 0x000028, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_FTrunc_ReturnValue_2) == 0x00002C, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_FTrunc_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_FTrunc_ReturnValue_3) == 0x000030, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_FTrunc_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_UpdateRenderTexture, CallFunc_CreateRenderTarget2D_ReturnValue) == 0x000038, "Member 'BP_PlayerCharacter_C_UpdateRenderTexture::CallFunc_CreateRenderTarget2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_Calculate_DOFAdjustment_For \ static_assert(alignof(BP_PlayerCharacter_C_Calculate_DOFAdjustment_For) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_Calculate_DOFAdjustment_For"); \ static_assert(sizeof(BP_PlayerCharacter_C_Calculate_DOFAdjustment_For) == 0x000038, "Wrong size on BP_PlayerCharacter_C_Calculate_DOFAdjustment_For"); \ static_assert(offsetof(BP_PlayerCharacter_C_Calculate_DOFAdjustment_For, CurrentCameraComponent) == 0x000000, "Member 'BP_PlayerCharacter_C_Calculate_DOFAdjustment_For::CurrentCameraComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_Calculate_DOFAdjustment_For, DOFAdjustmentInfo) == 0x000008, "Member 'BP_PlayerCharacter_C_Calculate_DOFAdjustment_For::DOFAdjustmentInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepLeftSocketName \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepLeftSocketName) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepLeftSocketName"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepLeftSocketName) == 0x000008, "Wrong size on BP_PlayerCharacter_C_GetFootstepLeftSocketName"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepLeftSocketName, Result) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepLeftSocketName::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepRightSocketName \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepRightSocketName) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepRightSocketName"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepRightSocketName) == 0x000008, "Wrong size on BP_PlayerCharacter_C_GetFootstepRightSocketName"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepRightSocketName, Result) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepRightSocketName::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetStart \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetStart) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetStart"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetStart) == 0x00000C, "Wrong size on BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetStart"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetStart, Result_) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetStart::Result_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetEnd \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetEnd) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetEnd"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetEnd) == 0x00000C, "Wrong size on BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetEnd"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetEnd, Result) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepLeftSocketOffsetEnd::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepRightSocketOffsetStart \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepRightSocketOffsetStart) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepRightSocketOffsetStart"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepRightSocketOffsetStart) == 0x00000C, "Wrong size on BP_PlayerCharacter_C_GetFootstepRightSocketOffsetStart"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepRightSocketOffsetStart, Result) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepRightSocketOffsetStart::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepRightSocketOffsetEnd \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepRightSocketOffsetEnd) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepRightSocketOffsetEnd"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepRightSocketOffsetEnd) == 0x00000C, "Wrong size on BP_PlayerCharacter_C_GetFootstepRightSocketOffsetEnd"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepRightSocketOffsetEnd, Result) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepRightSocketOffsetEnd::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepTraceComponent \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepTraceComponent) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepTraceComponent"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepTraceComponent) == 0x000008, "Wrong size on BP_PlayerCharacter_C_GetFootstepTraceComponent"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepTraceComponent, Result) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepTraceComponent::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepCollisionObjectType \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepCollisionObjectType) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepCollisionObjectType"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepCollisionObjectType) == 0x000001, "Wrong size on BP_PlayerCharacter_C_GetFootstepCollisionObjectType"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepCollisionObjectType, Result) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepCollisionObjectType::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepOverrideType \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepOverrideType) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepOverrideType"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepOverrideType) == 0x000008, "Wrong size on BP_PlayerCharacter_C_GetFootstepOverrideType"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepOverrideType, Result) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepOverrideType::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepLeftTransform \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepLeftTransform) == 0x000010, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepLeftTransform"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepLeftTransform) == 0x000060, "Wrong size on BP_PlayerCharacter_C_GetFootstepLeftTransform"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepLeftTransform, LeftTransform) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepLeftTransform::LeftTransform' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepLeftTransform, CallFunc_GetSocketTransform_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_GetFootstepLeftTransform::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepRightTransform \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepRightTransform) == 0x000010, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepRightTransform"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepRightTransform) == 0x000060, "Wrong size on BP_PlayerCharacter_C_GetFootstepRightTransform"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepRightTransform, RightTransform) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepRightTransform::RightTransform' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepRightTransform, CallFunc_GetSocketTransform_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_C_GetFootstepRightTransform::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_CurrentlyEquippedEAI \ static_assert(alignof(BP_PlayerCharacter_C_CurrentlyEquippedEAI) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_CurrentlyEquippedEAI"); \ static_assert(sizeof(BP_PlayerCharacter_C_CurrentlyEquippedEAI) == 0x000008, "Wrong size on BP_PlayerCharacter_C_CurrentlyEquippedEAI"); \ static_assert(offsetof(BP_PlayerCharacter_C_CurrentlyEquippedEAI, EquippedEAI) == 0x000000, "Member 'BP_PlayerCharacter_C_CurrentlyEquippedEAI::EquippedEAI' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetUpperbodyAimValues \ static_assert(alignof(BP_PlayerCharacter_C_GetUpperbodyAimValues) == 0x000010, "Wrong alignment on BP_PlayerCharacter_C_GetUpperbodyAimValues"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetUpperbodyAimValues) == 0x0000B0, "Wrong size on BP_PlayerCharacter_C_GetUpperbodyAimValues"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, Enable) == 0x000000, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::Enable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, EnableHeadAim_0) == 0x000001, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::EnableHeadAim_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, LookAtTransform_0) == 0x000010, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::LookAtTransform_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, UseAimArmTargetOverrides) == 0x000040, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::UseAimArmTargetOverrides' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, AimArmsTargetOverrides) == 0x000048, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::AimArmsTargetOverrides' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, HandsUseOverrideTargetRotation) == 0x000058, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::HandsUseOverrideTargetRotation' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, Reaching_0) == 0x000059, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::Reaching_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, HandPositionInfluencesBody) == 0x00005A, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::HandPositionInfluencesBody' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, HandTargetTransformSpace_0) == 0x00005B, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::HandTargetTransformSpace_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, MaxBodyAimingClamp_0) == 0x00005C, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::MaxBodyAimingClamp_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, MaxHeadAimingClamp_0) == 0x000060, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::MaxHeadAimingClamp_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, MaxLimbsAimingClamp_0) == 0x000064, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::MaxLimbsAimingClamp_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, HeadBodyTargetTransformSpace_0) == 0x000068, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::HeadBodyTargetTransformSpace_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, SeparateLimbAiming) == 0x000069, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::SeparateLimbAiming' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, Debug) == 0x00006A, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::Debug' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, ForwardVector_0) == 0x00006C, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::ForwardVector_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, UpVector_0) == 0x000078, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::UpVector_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, CallFunc_BreakRotator_Roll) == 0x000084, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, CallFunc_BreakRotator_Pitch) == 0x000088, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, CallFunc_BreakRotator_Yaw) == 0x00008C, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, CallFunc_MakeRotator_ReturnValue) == 0x000090, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetUpperbodyAimValues, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x00009C, "Member 'BP_PlayerCharacter_C_GetUpperbodyAimValues::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootDragonIKValues \ static_assert(alignof(BP_PlayerCharacter_C_GetFootDragonIKValues) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_GetFootDragonIKValues"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootDragonIKValues) == 0x000002, "Wrong size on BP_PlayerCharacter_C_GetFootDragonIKValues"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootDragonIKValues, Enable) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootDragonIKValues::Enable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootDragonIKValues, Debug) == 0x000001, "Member 'BP_PlayerCharacter_C_GetFootDragonIKValues::Debug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetSpineDragonIKValues \ static_assert(alignof(BP_PlayerCharacter_C_GetSpineDragonIKValues) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_GetSpineDragonIKValues"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetSpineDragonIKValues) == 0x000002, "Wrong size on BP_PlayerCharacter_C_GetSpineDragonIKValues"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetSpineDragonIKValues, Enable) == 0x000000, "Member 'BP_PlayerCharacter_C_GetSpineDragonIKValues::Enable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetSpineDragonIKValues, Debug) == 0x000001, "Member 'BP_PlayerCharacter_C_GetSpineDragonIKValues::Debug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetInteractionComponent \ static_assert(alignof(BP_PlayerCharacter_C_GetInteractionComponent) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_GetInteractionComponent"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetInteractionComponent) == 0x000010, "Wrong size on BP_PlayerCharacter_C_GetInteractionComponent"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetInteractionComponent, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetInteractionComponent, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_GetInteractionComponent::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetCurrentSequenceInteractable \ static_assert(alignof(BP_PlayerCharacter_C_GetCurrentSequenceInteractable) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_GetCurrentSequenceInteractable"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetCurrentSequenceInteractable) == 0x000020, "Wrong size on BP_PlayerCharacter_C_GetCurrentSequenceInteractable"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentSequenceInteractable, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_GetCurrentSequenceInteractable::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentSequenceInteractable, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_GetCurrentSequenceInteractable::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentSequenceInteractable, CallFunc_Array_LastIndex_ReturnValue) == 0x00000C, "Member 'BP_PlayerCharacter_C_GetCurrentSequenceInteractable::CallFunc_Array_LastIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentSequenceInteractable, CallFunc_Greater_IntInt_ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_GetCurrentSequenceInteractable::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentSequenceInteractable, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_PlayerCharacter_C_GetCurrentSequenceInteractable::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetNumSequenceInteractablesOnStack \ static_assert(alignof(BP_PlayerCharacter_C_GetNumSequenceInteractablesOnStack) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetNumSequenceInteractablesOnStack"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetNumSequenceInteractablesOnStack) == 0x000008, "Wrong size on BP_PlayerCharacter_C_GetNumSequenceInteractablesOnStack"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetNumSequenceInteractablesOnStack, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_GetNumSequenceInteractablesOnStack::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetNumSequenceInteractablesOnStack, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_GetNumSequenceInteractablesOnStack::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_IsInteracting \ static_assert(alignof(BP_PlayerCharacter_C_IsInteracting) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_IsInteracting"); \ static_assert(sizeof(BP_PlayerCharacter_C_IsInteracting) == 0x000001, "Wrong size on BP_PlayerCharacter_C_IsInteracting"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsInteracting, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_IsInteracting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetCurrentInputContext \ static_assert(alignof(BP_PlayerCharacter_C_GetCurrentInputContext) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_GetCurrentInputContext"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetCurrentInputContext) == 0x000010, "Wrong size on BP_PlayerCharacter_C_GetCurrentInputContext"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentInputContext, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_GetCurrentInputContext::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentInputContext, CallFunc_GetActiveInputContext_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_GetCurrentInputContext::CallFunc_GetActiveInputContext_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_ShouldEnableStealthBreath \ static_assert(alignof(BP_PlayerCharacter_C_ShouldEnableStealthBreath) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_ShouldEnableStealthBreath"); \ static_assert(sizeof(BP_PlayerCharacter_C_ShouldEnableStealthBreath) == 0x000018, "Wrong size on BP_PlayerCharacter_C_ShouldEnableStealthBreath"); \ static_assert(offsetof(BP_PlayerCharacter_C_ShouldEnableStealthBreath, Result) == 0x000000, "Member 'BP_PlayerCharacter_C_ShouldEnableStealthBreath::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ShouldEnableStealthBreath, CallFunc_IsInteracting_ReturnValue) == 0x000001, "Member 'BP_PlayerCharacter_C_ShouldEnableStealthBreath::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ShouldEnableStealthBreath, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_PlayerCharacter_C_ShouldEnableStealthBreath::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ShouldEnableStealthBreath, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'BP_PlayerCharacter_C_ShouldEnableStealthBreath::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ShouldEnableStealthBreath, CallFunc_Not_PreBool_ReturnValue_2) == 0x000004, "Member 'BP_PlayerCharacter_C_ShouldEnableStealthBreath::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ShouldEnableStealthBreath, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_PlayerCharacter_C_ShouldEnableStealthBreath::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ShouldEnableStealthBreath, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_PlayerCharacter_C_ShouldEnableStealthBreath::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ShouldEnableStealthBreath, CallFunc_Array_Length_ReturnValue_1) == 0x000010, "Member 'BP_PlayerCharacter_C_ShouldEnableStealthBreath::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_ShouldEnableStealthBreath, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'BP_PlayerCharacter_C_ShouldEnableStealthBreath::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetIACrouchValue \ static_assert(alignof(BP_PlayerCharacter_C_GetIACrouchValue) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetIACrouchValue"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetIACrouchValue) == 0x000018, "Wrong size on BP_PlayerCharacter_C_GetIACrouchValue"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetIACrouchValue, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_GetIACrouchValue::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetIACrouchValue, CallFunc_GetBoundActionValue_ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_GetIACrouchValue::CallFunc_GetBoundActionValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetIACrouchValue, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000014, "Member 'BP_PlayerCharacter_C_GetIACrouchValue::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetProgressiveCrouchComponent \ static_assert(alignof(BP_PlayerCharacter_C_GetProgressiveCrouchComponent) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_GetProgressiveCrouchComponent"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetProgressiveCrouchComponent) == 0x000008, "Wrong size on BP_PlayerCharacter_C_GetProgressiveCrouchComponent"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetProgressiveCrouchComponent, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_GetProgressiveCrouchComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_IsCrouching \ static_assert(alignof(BP_PlayerCharacter_C_IsCrouching) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_IsCrouching"); \ static_assert(sizeof(BP_PlayerCharacter_C_IsCrouching) == 0x000020, "Wrong size on BP_PlayerCharacter_C_IsCrouching"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsCrouching, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_IsCrouching::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsCrouching, CallFunc_IsCrouching_ReturnValue) == 0x000001, "Member 'BP_PlayerCharacter_C_IsCrouching::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsCrouching, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000008, "Member 'BP_PlayerCharacter_C_IsCrouching::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsCrouching, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000018, "Member 'BP_PlayerCharacter_C_IsCrouching::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsCrouching, CallFunc_BooleanOR_ReturnValue) == 0x000019, "Member 'BP_PlayerCharacter_C_IsCrouching::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_IsSprintActive \ static_assert(alignof(BP_PlayerCharacter_C_IsSprintActive) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_IsSprintActive"); \ static_assert(sizeof(BP_PlayerCharacter_C_IsSprintActive) == 0x000002, "Wrong size on BP_PlayerCharacter_C_IsSprintActive"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsSprintActive, Result) == 0x000000, "Member 'BP_PlayerCharacter_C_IsSprintActive::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_IsSprintActive, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'BP_PlayerCharacter_C_IsSprintActive::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_AllowOthersToInteract \ static_assert(alignof(BP_PlayerCharacter_C_AllowOthersToInteract) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_AllowOthersToInteract"); \ static_assert(sizeof(BP_PlayerCharacter_C_AllowOthersToInteract) == 0x000001, "Wrong size on BP_PlayerCharacter_C_AllowOthersToInteract"); \ static_assert(offsetof(BP_PlayerCharacter_C_AllowOthersToInteract, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_AllowOthersToInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetFootstepType \ static_assert(alignof(BP_PlayerCharacter_C_GetFootstepType) == 0x000001, "Wrong alignment on BP_PlayerCharacter_C_GetFootstepType"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetFootstepType) == 0x000005, "Wrong size on BP_PlayerCharacter_C_GetFootstepType"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepType, FootstepType) == 0x000000, "Member 'BP_PlayerCharacter_C_GetFootstepType::FootstepType' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepType, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_PlayerCharacter_C_GetFootstepType::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepType, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000002, "Member 'BP_PlayerCharacter_C_GetFootstepType::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepType, CallFunc_IsSprinting_ReturnValue) == 0x000003, "Member 'BP_PlayerCharacter_C_GetFootstepType::CallFunc_IsSprinting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetFootstepType, CallFunc_IsCrouching_ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_GetFootstepType::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetRelocator \ static_assert(alignof(BP_PlayerCharacter_C_GetRelocator) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_GetRelocator"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetRelocator) == 0x000008, "Wrong size on BP_PlayerCharacter_C_GetRelocator"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetRelocator, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_GetRelocator::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetDefaultCameraTransform \ static_assert(alignof(BP_PlayerCharacter_C_GetDefaultCameraTransform) == 0x000010, "Wrong alignment on BP_PlayerCharacter_C_GetDefaultCameraTransform"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetDefaultCameraTransform) == 0x000040, "Wrong size on BP_PlayerCharacter_C_GetDefaultCameraTransform"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetDefaultCameraTransform, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCharacter_C_GetDefaultCameraTransform::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetDefaultCameraTransform, ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_GetDefaultCameraTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetDefaultCameraScale \ static_assert(alignof(BP_PlayerCharacter_C_GetDefaultCameraScale) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetDefaultCameraScale"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetDefaultCameraScale) == 0x000010, "Wrong size on BP_PlayerCharacter_C_GetDefaultCameraScale"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetDefaultCameraScale, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCharacter_C_GetDefaultCameraScale::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetDefaultCameraScale, ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_GetDefaultCameraScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetDefaultCameraRotation \ static_assert(alignof(BP_PlayerCharacter_C_GetDefaultCameraRotation) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetDefaultCameraRotation"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetDefaultCameraRotation) == 0x000010, "Wrong size on BP_PlayerCharacter_C_GetDefaultCameraRotation"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetDefaultCameraRotation, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCharacter_C_GetDefaultCameraRotation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetDefaultCameraRotation, ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_GetDefaultCameraRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetDefaultCameraLocation \ static_assert(alignof(BP_PlayerCharacter_C_GetDefaultCameraLocation) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetDefaultCameraLocation"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetDefaultCameraLocation) == 0x000010, "Wrong size on BP_PlayerCharacter_C_GetDefaultCameraLocation"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetDefaultCameraLocation, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCharacter_C_GetDefaultCameraLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetDefaultCameraLocation, ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_GetDefaultCameraLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetCurrentCameraTransform \ static_assert(alignof(BP_PlayerCharacter_C_GetCurrentCameraTransform) == 0x000010, "Wrong alignment on BP_PlayerCharacter_C_GetCurrentCameraTransform"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetCurrentCameraTransform) == 0x000040, "Wrong size on BP_PlayerCharacter_C_GetCurrentCameraTransform"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCameraTransform, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCharacter_C_GetCurrentCameraTransform::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCameraTransform, ReturnValue) == 0x000010, "Member 'BP_PlayerCharacter_C_GetCurrentCameraTransform::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetCurrentCameraScale \ static_assert(alignof(BP_PlayerCharacter_C_GetCurrentCameraScale) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetCurrentCameraScale"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetCurrentCameraScale) == 0x000010, "Wrong size on BP_PlayerCharacter_C_GetCurrentCameraScale"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCameraScale, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCharacter_C_GetCurrentCameraScale::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCameraScale, ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_GetCurrentCameraScale::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetCurrentCameraRotation \ static_assert(alignof(BP_PlayerCharacter_C_GetCurrentCameraRotation) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetCurrentCameraRotation"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetCurrentCameraRotation) == 0x000010, "Wrong size on BP_PlayerCharacter_C_GetCurrentCameraRotation"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCameraRotation, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCharacter_C_GetCurrentCameraRotation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCameraRotation, ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_GetCurrentCameraRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetCurrentCameraLocation \ static_assert(alignof(BP_PlayerCharacter_C_GetCurrentCameraLocation) == 0x000004, "Wrong alignment on BP_PlayerCharacter_C_GetCurrentCameraLocation"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetCurrentCameraLocation) == 0x000010, "Wrong size on BP_PlayerCharacter_C_GetCurrentCameraLocation"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCameraLocation, CoordinateSpace) == 0x000000, "Member 'BP_PlayerCharacter_C_GetCurrentCameraLocation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCurrentCameraLocation, ReturnValue) == 0x000004, "Member 'BP_PlayerCharacter_C_GetCurrentCameraLocation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_C_GetCamera \ static_assert(alignof(BP_PlayerCharacter_C_GetCamera) == 0x000008, "Wrong alignment on BP_PlayerCharacter_C_GetCamera"); \ static_assert(sizeof(BP_PlayerCharacter_C_GetCamera) == 0x000008, "Wrong size on BP_PlayerCharacter_C_GetCamera"); \ static_assert(offsetof(BP_PlayerCharacter_C_GetCamera, ReturnValue) == 0x000000, "Member 'BP_PlayerCharacter_C_GetCamera::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PlayerCharacter_C \ static_assert(alignof(ABP_PlayerCharacter_C) == 0x000010, "Wrong alignment on ABP_PlayerCharacter_C"); \ static_assert(sizeof(ABP_PlayerCharacter_C) == 0x000CA0, "Wrong size on ABP_PlayerCharacter_C"); \ static_assert(offsetof(ABP_PlayerCharacter_C, UberGraphFrame) == 0x000730, "Member 'ABP_PlayerCharacter_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, SceneCaptureComponent2D) == 0x000738, "Member 'ABP_PlayerCharacter_C::SceneCaptureComponent2D' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, MontageCamera) == 0x000740, "Member 'ABP_PlayerCharacter_C::MontageCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, SpringArm_Seed) == 0x000748, "Member 'ABP_PlayerCharacter_C::SpringArm_Seed' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, FirstPersonCamera) == 0x000750, "Member 'ABP_PlayerCharacter_C::FirstPersonCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ProgressiveCrouchComponent) == 0x000758, "Member 'ABP_PlayerCharacter_C::ProgressiveCrouchComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, VRNotifications) == 0x000760, "Member 'ABP_PlayerCharacter_C::VRNotifications' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, HeadOnlyRotationComponent) == 0x000768, "Member 'ABP_PlayerCharacter_C::HeadOnlyRotationComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, GameplayTasks) == 0x000770, "Member 'ABP_PlayerCharacter_C::GameplayTasks' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, Projector_R) == 0x000778, "Member 'ABP_PlayerCharacter_C::Projector_R' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CameraShakeSource) == 0x000780, "Member 'ABP_PlayerCharacter_C::CameraShakeSource' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, TranslateArrowHandle) == 0x000788, "Member 'ABP_PlayerCharacter_C::TranslateArrowHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, SpringArm_TLF) == 0x000790, "Member 'ABP_PlayerCharacter_C::SpringArm_TLF' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, OrbitCamParent) == 0x000798, "Member 'ABP_PlayerCharacter_C::OrbitCamParent' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, NS_POI_Trace) == 0x0007A0, "Member 'ABP_PlayerCharacter_C::NS_POI_Trace' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CentipedeFootstepAudioComponent) == 0x0007A8, "Member 'ABP_PlayerCharacter_C::CentipedeFootstepAudioComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CentipedeInteriorAudioComponent) == 0x0007B0, "Member 'ABP_PlayerCharacter_C::CentipedeInteriorAudioComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, FootstepTraceComponent) == 0x0007B8, "Member 'ABP_PlayerCharacter_C::FootstepTraceComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EOPortalCameraTrace) == 0x0007C0, "Member 'ABP_PlayerCharacter_C::EOPortalCameraTrace' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ThrowableMesh) == 0x0007C8, "Member 'ABP_PlayerCharacter_C::ThrowableMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ThrowOrigin) == 0x0007D0, "Member 'ABP_PlayerCharacter_C::ThrowOrigin' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CharacterSoundSource) == 0x0007D8, "Member 'ABP_PlayerCharacter_C::CharacterSoundSource' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, BookSceneComponent) == 0x0007E0, "Member 'ABP_PlayerCharacter_C::BookSceneComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CrouchTimeline_CameraOffset_EBEBE8804D89065C717AB683AA2D7E73) == 0x0007E8, "Member 'ABP_PlayerCharacter_C::CrouchTimeline_CameraOffset_EBEBE8804D89065C717AB683AA2D7E73' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CrouchTimeline__Direction_EBEBE8804D89065C717AB683AA2D7E73) == 0x0007EC, "Member 'ABP_PlayerCharacter_C::CrouchTimeline__Direction_EBEBE8804D89065C717AB683AA2D7E73' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CrouchTimeline) == 0x0007F0, "Member 'ABP_PlayerCharacter_C::CrouchTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, RaiseLowerThrowable_RelativeZ_C488A1FE49C95D758F0EA3B2B4E8143D) == 0x0007F8, "Member 'ABP_PlayerCharacter_C::RaiseLowerThrowable_RelativeZ_C488A1FE49C95D758F0EA3B2B4E8143D' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, RaiseLowerThrowable__Direction_C488A1FE49C95D758F0EA3B2B4E8143D) == 0x0007FC, "Member 'ABP_PlayerCharacter_C::RaiseLowerThrowable__Direction_C488A1FE49C95D758F0EA3B2B4E8143D' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, RaiseLowerThrowable) == 0x000800, "Member 'ABP_PlayerCharacter_C::RaiseLowerThrowable' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ResetControlRotationTimeline_Alpha_79E4A669471DB1E35044E0A4A33F3542) == 0x000808, "Member 'ABP_PlayerCharacter_C::ResetControlRotationTimeline_Alpha_79E4A669471DB1E35044E0A4A33F3542' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ResetControlRotationTimeline__Direction_79E4A669471DB1E35044E0A4A33F3542) == 0x00080C, "Member 'ABP_PlayerCharacter_C::ResetControlRotationTimeline__Direction_79E4A669471DB1E35044E0A4A33F3542' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ResetControlRotationTimeline) == 0x000810, "Member 'ABP_PlayerCharacter_C::ResetControlRotationTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ScaleKatjaTimeline_Alpha_A5C28DA7419F90D49A9893BBF224AFF8) == 0x000818, "Member 'ABP_PlayerCharacter_C::ScaleKatjaTimeline_Alpha_A5C28DA7419F90D49A9893BBF224AFF8' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ScaleKatjaTimeline__Direction_A5C28DA7419F90D49A9893BBF224AFF8) == 0x00081C, "Member 'ABP_PlayerCharacter_C::ScaleKatjaTimeline__Direction_A5C28DA7419F90D49A9893BBF224AFF8' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ScaleKatjaTimeline) == 0x000820, "Member 'ABP_PlayerCharacter_C::ScaleKatjaTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, PassiveInteractHandle) == 0x000828, "Member 'ABP_PlayerCharacter_C::PassiveInteractHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, HoldBreathHandle) == 0x00082C, "Member 'ABP_PlayerCharacter_C::HoldBreathHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ActiveInteractHandle) == 0x000830, "Member 'ABP_PlayerCharacter_C::ActiveInteractHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, OnCrosshairTargetChange) == 0x000838, "Member 'ABP_PlayerCharacter_C::OnCrosshairTargetChange' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, SequenceInteractableStack) == 0x000848, "Member 'ABP_PlayerCharacter_C::SequenceInteractableStack' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, IsHiding) == 0x000858, "Member 'ABP_PlayerCharacter_C::IsHiding' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, PrintDebugText) == 0x000859, "Member 'ABP_PlayerCharacter_C::PrintDebugText' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, Health) == 0x00085C, "Member 'ABP_PlayerCharacter_C::Health' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ThrowableClass) == 0x000860, "Member 'ABP_PlayerCharacter_C::ThrowableClass' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, DyingEffectHandle) == 0x000868, "Member 'ABP_PlayerCharacter_C::DyingEffectHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, In_String) == 0x000880, "Member 'ABP_PlayerCharacter_C::In_String' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, AcquiredKeyNames) == 0x000890, "Member 'ABP_PlayerCharacter_C::AcquiredKeyNames' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, IsCentipede) == 0x0008A0, "Member 'ABP_PlayerCharacter_C::IsCentipede' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, Touch_Force_Factor) == 0x0008A4, "Member 'ABP_PlayerCharacter_C::Touch_Force_Factor' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CentipedeOffset) == 0x0008A8, "Member 'ABP_PlayerCharacter_C::CentipedeOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, AxisValue) == 0x0008B4, "Member 'ABP_PlayerCharacter_C::AxisValue' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, AxisValueMoveRight) == 0x0008B8, "Member 'ABP_PlayerCharacter_C::AxisValueMoveRight' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CentipedeMovementSound) == 0x0008C0, "Member 'ABP_PlayerCharacter_C::CentipedeMovementSound' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CentipedeInteriorSound) == 0x0008C8, "Member 'ABP_PlayerCharacter_C::CentipedeInteriorSound' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, bIsInteracting) == 0x0008D0, "Member 'ABP_PlayerCharacter_C::bIsInteracting' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EOEvent_HoldBreath) == 0x0008D8, "Member 'ABP_PlayerCharacter_C::EOEvent_HoldBreath' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, DefaultCapsuleHeight) == 0x0008E0, "Member 'ABP_PlayerCharacter_C::DefaultCapsuleHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, OrbitZoom) == 0x0008E4, "Member 'ABP_PlayerCharacter_C::OrbitZoom' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, OrbitSprint) == 0x0008E8, "Member 'ABP_PlayerCharacter_C::OrbitSprint' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, Debug_Mode) == 0x0008EC, "Member 'ABP_PlayerCharacter_C::Debug_Mode' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, PrevControlRotation) == 0x0008F0, "Member 'ABP_PlayerCharacter_C::PrevControlRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, MaxCapsuleHalfHeight) == 0x0008FC, "Member 'ABP_PlayerCharacter_C::MaxCapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, PlayerMeshDefaultRelativeLocation) == 0x000900, "Member 'ABP_PlayerCharacter_C::PlayerMeshDefaultRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, Centipede_Rotation_Offset) == 0x00090C, "Member 'ABP_PlayerCharacter_C::Centipede_Rotation_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CameraDefaultRelativeLocation) == 0x000918, "Member 'ABP_PlayerCharacter_C::CameraDefaultRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ProjectorIntensityMultiplier) == 0x000924, "Member 'ABP_PlayerCharacter_C::ProjectorIntensityMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CSEHoldBreathBegin) == 0x000928, "Member 'ABP_PlayerCharacter_C::CSEHoldBreathBegin' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CSEHoldBreathEnd) == 0x000930, "Member 'ABP_PlayerCharacter_C::CSEHoldBreathEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, DebugSlomoValue) == 0x000938, "Member 'ABP_PlayerCharacter_C::DebugSlomoValue' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, OldScale) == 0x00093C, "Member 'ABP_PlayerCharacter_C::OldScale' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, NewScale) == 0x000948, "Member 'ABP_PlayerCharacter_C::NewScale' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, TurnLeft_) == 0x000954, "Member 'ABP_PlayerCharacter_C::TurnLeft_' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, TurnRight_) == 0x000955, "Member 'ABP_PlayerCharacter_C::TurnRight_' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, TurningThreshold) == 0x000958, "Member 'ABP_PlayerCharacter_C::TurningThreshold' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ThrowablePickup) == 0x000960, "Member 'ABP_PlayerCharacter_C::ThrowablePickup' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, BlockThrowingHandle) == 0x000968, "Member 'ABP_PlayerCharacter_C::BlockThrowingHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, OriginalThrowableLocation) == 0x000980, "Member 'ABP_PlayerCharacter_C::OriginalThrowableLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, bUseCameraCrouch) == 0x00098C, "Member 'ABP_PlayerCharacter_C::bUseCameraCrouch' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, PointDamageDataObj) == 0x000990, "Member 'ABP_PlayerCharacter_C::PointDamageDataObj' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, DefaultCrosshairInfo) == 0x000998, "Member 'ABP_PlayerCharacter_C::DefaultCrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EmptyCrosshairInfo) == 0x0009C8, "Member 'ABP_PlayerCharacter_C::EmptyCrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CrosshairPriorityMap) == 0x0009F8, "Member 'ABP_PlayerCharacter_C::CrosshairPriorityMap' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, StealthHearingDistActors) == 0x000A48, "Member 'ABP_PlayerCharacter_C::StealthHearingDistActors' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, InCombatActors) == 0x000A58, "Member 'ABP_PlayerCharacter_C::InCombatActors' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EOEvent_StealthHoldBreath) == 0x000A68, "Member 'ABP_PlayerCharacter_C::EOEvent_StealthHoldBreath' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, bInteractHeld) == 0x000A70, "Member 'ABP_PlayerCharacter_C::bInteractHeld' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EOEvent_StealthHYBStatus) == 0x000A78, "Member 'ABP_PlayerCharacter_C::EOEvent_StealthHYBStatus' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, StealthHoldBreathActive) == 0x000A80, "Member 'ABP_PlayerCharacter_C::StealthHoldBreathActive' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, StealthHoldBreathDisabled) == 0x000A81, "Member 'ABP_PlayerCharacter_C::StealthHoldBreathDisabled' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CSEStealthHoldBreathBegin) == 0x000A88, "Member 'ABP_PlayerCharacter_C::CSEStealthHoldBreathBegin' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CSEStealthHoldBreathEnd) == 0x000A90, "Member 'ABP_PlayerCharacter_C::CSEStealthHoldBreathEnd' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, SavedFOV) == 0x000A98, "Member 'ABP_PlayerCharacter_C::SavedFOV' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CameraRelativeOffset) == 0x000A9C, "Member 'ABP_PlayerCharacter_C::CameraRelativeOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CameraSpringArmRef) == 0x000AA8, "Member 'ABP_PlayerCharacter_C::CameraSpringArmRef' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CameraRotationLagSpeed) == 0x000AB0, "Member 'ABP_PlayerCharacter_C::CameraRotationLagSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, bIsHoveringOnInteractable) == 0x000AB4, "Member 'ABP_PlayerCharacter_C::bIsHoveringOnInteractable' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, InteractedComponent) == 0x000AB8, "Member 'ABP_PlayerCharacter_C::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, SavedSocketToCameraVec) == 0x000AC0, "Member 'ABP_PlayerCharacter_C::SavedSocketToCameraVec' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, UnCrouchingStateTag) == 0x000ACC, "Member 'ABP_PlayerCharacter_C::UnCrouchingStateTag' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CurrentLookupValue) == 0x000AD4, "Member 'ABP_PlayerCharacter_C::CurrentLookupValue' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CurrentTurnValue) == 0x000AD8, "Member 'ABP_PlayerCharacter_C::CurrentTurnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, PlayerDebug) == 0x000ADC, "Member 'ABP_PlayerCharacter_C::PlayerDebug' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EOEvent_DisplaySprintDisabled) == 0x000AE0, "Member 'ABP_PlayerCharacter_C::EOEvent_DisplaySprintDisabled' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EOEvent_DisplayStealthHYBDisabled) == 0x000AE8, "Member 'ABP_PlayerCharacter_C::EOEvent_DisplayStealthHYBDisabled' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, SprintActive) == 0x000AF0, "Member 'ABP_PlayerCharacter_C::SprintActive' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, SprintOverrideActive) == 0x000AF1, "Member 'ABP_PlayerCharacter_C::SprintOverrideActive' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EOEvent_SprintStatus) == 0x000AF8, "Member 'ABP_PlayerCharacter_C::EOEvent_SprintStatus' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, StealthHoldBreathCooldownTag) == 0x000B00, "Member 'ABP_PlayerCharacter_C::StealthHoldBreathCooldownTag' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, BlockSprintGESaveData) == 0x000B08, "Member 'ABP_PlayerCharacter_C::BlockSprintGESaveData' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, DefaultLocomotionMode) == 0x000B18, "Member 'ABP_PlayerCharacter_C::DefaultLocomotionMode' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CharacterHighLevelMoveState) == 0x000B19, "Member 'ABP_PlayerCharacter_C::CharacterHighLevelMoveState' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, LocomotionMode) == 0x000B1A, "Member 'ABP_PlayerCharacter_C::LocomotionMode' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EquippedActionInteractable) == 0x000B20, "Member 'ABP_PlayerCharacter_C::EquippedActionInteractable' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, BreakOutOfMontageLoop) == 0x000B28, "Member 'ABP_PlayerCharacter_C::BreakOutOfMontageLoop' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, IsLoopingMontage) == 0x000B29, "Member 'ABP_PlayerCharacter_C::IsLoopingMontage' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, OnMontageEnded) == 0x000B30, "Member 'ABP_PlayerCharacter_C::OnMontageEnded' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, DebugFeet) == 0x000B40, "Member 'ABP_PlayerCharacter_C::DebugFeet' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, DebugUpperBodyAiming) == 0x000B41, "Member 'ABP_PlayerCharacter_C::DebugUpperBodyAiming' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, OverrideArmAimTargetArray) == 0x000B48, "Member 'ABP_PlayerCharacter_C::OverrideArmAimTargetArray' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, LookAtTransform) == 0x000B60, "Member 'ABP_PlayerCharacter_C::LookAtTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, HandRotationUseOverrideTargetTransforms) == 0x000B90, "Member 'ABP_PlayerCharacter_C::HandRotationUseOverrideTargetTransforms' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, Reaching) == 0x000B91, "Member 'ABP_PlayerCharacter_C::Reaching' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, UseArmAimingOverrideTargets) == 0x000B92, "Member 'ABP_PlayerCharacter_C::UseArmAimingOverrideTargets' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, HandsPositionsInfluenceBody) == 0x000B93, "Member 'ABP_PlayerCharacter_C::HandsPositionsInfluenceBody' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, HandTargetTransformSpace) == 0x000B94, "Member 'ABP_PlayerCharacter_C::HandTargetTransformSpace' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, HeadBodyTargetTransformSpace) == 0x000B95, "Member 'ABP_PlayerCharacter_C::HeadBodyTargetTransformSpace' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, UseSeparateArmAiming) == 0x000B96, "Member 'ABP_PlayerCharacter_C::UseSeparateArmAiming' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EnableAimingSolver) == 0x000B97, "Member 'ABP_PlayerCharacter_C::EnableAimingSolver' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EnableHeadAim) == 0x000B98, "Member 'ABP_PlayerCharacter_C::EnableHeadAim' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EnableFeetSolver) == 0x000B99, "Member 'ABP_PlayerCharacter_C::EnableFeetSolver' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, EnableSpineSolver) == 0x000B9A, "Member 'ABP_PlayerCharacter_C::EnableSpineSolver' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, DebugSpine) == 0x000B9B, "Member 'ABP_PlayerCharacter_C::DebugSpine' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, MaxBodyAimingClamp) == 0x000B9C, "Member 'ABP_PlayerCharacter_C::MaxBodyAimingClamp' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, MaxHeadAimingClamp) == 0x000BA0, "Member 'ABP_PlayerCharacter_C::MaxHeadAimingClamp' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, MaxLimbsAimingClamp) == 0x000BA4, "Member 'ABP_PlayerCharacter_C::MaxLimbsAimingClamp' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ForwardVector) == 0x000BA8, "Member 'ABP_PlayerCharacter_C::ForwardVector' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, UpVector) == 0x000BB4, "Member 'ABP_PlayerCharacter_C::UpVector' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, LocomotionState) == 0x000BC0, "Member 'ABP_PlayerCharacter_C::LocomotionState' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, DisableCameraUpdate) == 0x000BC1, "Member 'ABP_PlayerCharacter_C::DisableCameraUpdate' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, TLFActiveCount) == 0x000BC4, "Member 'ABP_PlayerCharacter_C::TLFActiveCount' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, bCanInteract) == 0x000BC8, "Member 'ABP_PlayerCharacter_C::bCanInteract' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, PreviousZVelocity) == 0x000BCC, "Member 'ABP_PlayerCharacter_C::PreviousZVelocity' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, LandType) == 0x000BD0, "Member 'ABP_PlayerCharacter_C::LandType' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, MinVelocityForLandAnim) == 0x000BD4, "Member 'ABP_PlayerCharacter_C::MinVelocityForLandAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, MinVelocityForHardLandAnim) == 0x000BD8, "Member 'ABP_PlayerCharacter_C::MinVelocityForHardLandAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, TLFPlayerSpeedHandle) == 0x000BDC, "Member 'ABP_PlayerCharacter_C::TLFPlayerSpeedHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, LocomotionStateTime) == 0x000BF4, "Member 'ABP_PlayerCharacter_C::LocomotionStateTime' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, LocomotionStateBlendSpace) == 0x000BF8, "Member 'ABP_PlayerCharacter_C::LocomotionStateBlendSpace' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, LocomotionStateAlphaCurve) == 0x000C00, "Member 'ABP_PlayerCharacter_C::LocomotionStateAlphaCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CurStateAlpha) == 0x000C08, "Member 'ABP_PlayerCharacter_C::CurStateAlpha' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, StateIdleAnim) == 0x000C10, "Member 'ABP_PlayerCharacter_C::StateIdleAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, Continuing) == 0x000C18, "Member 'ABP_PlayerCharacter_C::Continuing' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, DisableFootstepDynamicAudio) == 0x000C19, "Member 'ABP_PlayerCharacter_C::DisableFootstepDynamicAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, bUsePlayerStaticCam) == 0x000C1A, "Member 'ABP_PlayerCharacter_C::bUsePlayerStaticCam' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, LastCrouch) == 0x000C1B, "Member 'ABP_PlayerCharacter_C::LastCrouch' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CameraOffset) == 0x000C1C, "Member 'ABP_PlayerCharacter_C::CameraOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, CrouchedCameraOffset) == 0x000C28, "Member 'ABP_PlayerCharacter_C::CrouchedCameraOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, DefaultHideSkelMesh) == 0x000C38, "Member 'ABP_PlayerCharacter_C::DefaultHideSkelMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, SavedCameraRelativeOffset) == 0x000C40, "Member 'ABP_PlayerCharacter_C::SavedCameraRelativeOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, SelfCrouchBlockHandle) == 0x000C4C, "Member 'ABP_PlayerCharacter_C::SelfCrouchBlockHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, AreOthersAllowedToInteract) == 0x000C64, "Member 'ABP_PlayerCharacter_C::AreOthersAllowedToInteract' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, ClueTriangleCounter) == 0x000C68, "Member 'ABP_PlayerCharacter_C::ClueTriangleCounter' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, TempInteractBlockSprint) == 0x000C6C, "Member 'ABP_PlayerCharacter_C::TempInteractBlockSprint' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, SceneCaptureMaterial) == 0x000C88, "Member 'ABP_PlayerCharacter_C::SceneCaptureMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_C, bAppliedInteractSprintBlock) == 0x000C90, "Member 'ABP_PlayerCharacter_C::bAppliedInteractSprintBlock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AMetal_Hand_Truck_BP_C \ static_assert(alignof(AMetal_Hand_Truck_BP_C) == 0x000008, "Wrong alignment on AMetal_Hand_Truck_BP_C"); \ static_assert(sizeof(AMetal_Hand_Truck_BP_C) == 0x000250, "Wrong size on AMetal_Hand_Truck_BP_C"); \ static_assert(offsetof(AMetal_Hand_Truck_BP_C, Metal_Hand_Truck_LOD0_virqcfw_Aset_industrial_construction_M_virqcfw_00_LOD0_StaticMeshComponent0) == 0x000230, "Member 'AMetal_Hand_Truck_BP_C::Metal_Hand_Truck_LOD0_virqcfw_Aset_industrial_construction_M_virqcfw_00_LOD0_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(AMetal_Hand_Truck_BP_C, Metal_Hand_Truck_LOD0_virqcfw_Aset_industrial_construction_M_virqcfw_00_LOD1_StaticMeshComponent0) == 0x000238, "Member 'AMetal_Hand_Truck_BP_C::Metal_Hand_Truck_LOD0_virqcfw_Aset_industrial_construction_M_virqcfw_00_LOD1_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(AMetal_Hand_Truck_BP_C, Metal_Hand_Truck_LOD0_virqcfw_Aset_industrial_construction_M_virqcfw_00_LOD2_StaticMeshComponent0) == 0x000240, "Member 'AMetal_Hand_Truck_BP_C::Metal_Hand_Truck_LOD0_virqcfw_Aset_industrial_construction_M_virqcfw_00_LOD2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(AMetal_Hand_Truck_BP_C, SharedRoot) == 0x000248, "Member 'AMetal_Hand_Truck_BP_C::SharedRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GC_Throwable_Throw_C_OnExecute \ static_assert(alignof(GC_Throwable_Throw_C_OnExecute) == 0x000008, "Wrong alignment on GC_Throwable_Throw_C_OnExecute"); \ static_assert(sizeof(GC_Throwable_Throw_C_OnExecute) == 0x0000F8, "Wrong size on GC_Throwable_Throw_C_OnExecute"); \ static_assert(offsetof(GC_Throwable_Throw_C_OnExecute, MyTarget) == 0x000000, "Member 'GC_Throwable_Throw_C_OnExecute::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Throw_C_OnExecute, Parameters) == 0x000008, "Member 'GC_Throwable_Throw_C_OnExecute::Parameters' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Throw_C_OnExecute, ReturnValue) == 0x0000C8, "Member 'GC_Throwable_Throw_C_OnExecute::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Throw_C_OnExecute, SoundFX) == 0x0000D0, "Member 'GC_Throwable_Throw_C_OnExecute::SoundFX' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Throw_C_OnExecute, CallFunc_OnExecute_ReturnValue) == 0x0000D8, "Member 'GC_Throwable_Throw_C_OnExecute::CallFunc_OnExecute_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Throw_C_OnExecute, K2Node_DynamicCast_AsBP_Player_Character) == 0x0000E0, "Member 'GC_Throwable_Throw_C_OnExecute::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Throw_C_OnExecute, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'GC_Throwable_Throw_C_OnExecute::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Throw_C_OnExecute, CallFunc_SetStaticMesh_ReturnValue) == 0x0000E9, "Member 'GC_Throwable_Throw_C_OnExecute::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_Throw_C_OnExecute, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000EC, "Member 'GC_Throwable_Throw_C_OnExecute::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGC_Throwable_Throw_C \ static_assert(alignof(UGC_Throwable_Throw_C) == 0x000008, "Wrong alignment on UGC_Throwable_Throw_C"); \ static_assert(sizeof(UGC_Throwable_Throw_C) == 0x000048, "Wrong size on UGC_Throwable_Throw_C"); \ static_assert(offsetof(UGC_Throwable_Throw_C, ShowPlayerMeshTag) == 0x000040, "Member 'UGC_Throwable_Throw_C::ShowPlayerMeshTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ControllerMap_PS5_C_GetRootCanvasPanel \ static_assert(alignof(WBP_ControllerMap_PS5_C_GetRootCanvasPanel) == 0x000008, "Wrong alignment on WBP_ControllerMap_PS5_C_GetRootCanvasPanel"); \ static_assert(sizeof(WBP_ControllerMap_PS5_C_GetRootCanvasPanel) == 0x000008, "Wrong size on WBP_ControllerMap_PS5_C_GetRootCanvasPanel"); \ static_assert(offsetof(WBP_ControllerMap_PS5_C_GetRootCanvasPanel, Result) == 0x000000, "Member 'WBP_ControllerMap_PS5_C_GetRootCanvasPanel::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_ControllerMap_PS5_C \ static_assert(alignof(UWBP_ControllerMap_PS5_C) == 0x000008, "Wrong alignment on UWBP_ControllerMap_PS5_C"); \ static_assert(sizeof(UWBP_ControllerMap_PS5_C) == 0x000630, "Wrong size on UWBP_ControllerMap_PS5_C"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, CancelText) == 0x0005C0, "Member 'UWBP_ControllerMap_PS5_C::CancelText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, ControllerImage) == 0x0005C8, "Member 'UWBP_ControllerMap_PS5_C::ControllerImage' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, Crouch2Text) == 0x0005D0, "Member 'UWBP_ControllerMap_PS5_C::Crouch2Text' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, CrouchText) == 0x0005D8, "Member 'UWBP_ControllerMap_PS5_C::CrouchText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, HoldBreathText) == 0x0005E0, "Member 'UWBP_ControllerMap_PS5_C::HoldBreathText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, InteractText) == 0x0005E8, "Member 'UWBP_ControllerMap_PS5_C::InteractText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, InventoryText) == 0x0005F0, "Member 'UWBP_ControllerMap_PS5_C::InventoryText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, LookText) == 0x0005F8, "Member 'UWBP_ControllerMap_PS5_C::LookText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, MoveText) == 0x000600, "Member 'UWBP_ControllerMap_PS5_C::MoveText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, ObjectiveText) == 0x000608, "Member 'UWBP_ControllerMap_PS5_C::ObjectiveText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, PauseText) == 0x000610, "Member 'UWBP_ControllerMap_PS5_C::PauseText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, RootCanvasPanel) == 0x000618, "Member 'UWBP_ControllerMap_PS5_C::RootCanvasPanel' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, Sprint2Text) == 0x000620, "Member 'UWBP_ControllerMap_PS5_C::Sprint2Text' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_PS5_C, SprintText) == 0x000628, "Member 'UWBP_ControllerMap_PS5_C::SprintText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown \ static_assert(alignof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown) == 0x000008, "Wrong alignment on GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown"); \ static_assert(sizeof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown) == 0x000050, "Wrong size on GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, EntryPoint) == 0x000000, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, K2Node_Event_bWasCancelled) == 0x000004, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::K2Node_Event_bWasCancelled' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, CallFunc_GetOwningActorFromActorInfo_ReturnValue) == 0x000008, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::CallFunc_GetOwningActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, K2Node_DynamicCast_AsBP_Player_Character) == 0x000010, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, K2Node_CustomEvent_AffectedTag) == 0x00002C, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::K2Node_CustomEvent_AffectedTag' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, K2Node_CustomEvent_Exists) == 0x000034, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::K2Node_CustomEvent_Exists' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, CallFunc_Not_PreBool_ReturnValue) == 0x000035, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, CallFunc_EqualEqual_GameplayTag_ReturnValue) == 0x000036, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::CallFunc_EqualEqual_GameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, CallFunc_IsAbilityClassActive_ReturnValue) == 0x000037, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::CallFunc_IsAbilityClassActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, CallFunc_Not_PreBool_ReturnValue_1) == 0x000038, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, K2Node_CreateDelegate_OutputDelegate_1) == 0x00003C, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown, CallFunc_GetGameplayEffectTimeRemaining_ReturnValue) == 0x00004C, "Member 'GA_StealthHoldBreathCooldown_C_ExecuteUbergraph_GA_StealthHoldBreathCooldown::CallFunc_GetGameplayEffectTimeRemaining_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_StealthHoldBreathCooldown_C_OnGameplayTagChanged \ static_assert(alignof(GA_StealthHoldBreathCooldown_C_OnGameplayTagChanged) == 0x000004, "Wrong alignment on GA_StealthHoldBreathCooldown_C_OnGameplayTagChanged"); \ static_assert(sizeof(GA_StealthHoldBreathCooldown_C_OnGameplayTagChanged) == 0x00000C, "Wrong size on GA_StealthHoldBreathCooldown_C_OnGameplayTagChanged"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_OnGameplayTagChanged, AffectedTag) == 0x000000, "Member 'GA_StealthHoldBreathCooldown_C_OnGameplayTagChanged::AffectedTag' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_OnGameplayTagChanged, Exists) == 0x000008, "Member 'GA_StealthHoldBreathCooldown_C_OnGameplayTagChanged::Exists' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_StealthHoldBreathCooldown_C_K2_OnEndAbility \ static_assert(alignof(GA_StealthHoldBreathCooldown_C_K2_OnEndAbility) == 0x000001, "Wrong alignment on GA_StealthHoldBreathCooldown_C_K2_OnEndAbility"); \ static_assert(sizeof(GA_StealthHoldBreathCooldown_C_K2_OnEndAbility) == 0x000001, "Wrong size on GA_StealthHoldBreathCooldown_C_K2_OnEndAbility"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_StealthHoldBreathCooldown_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_StealthHoldBreathCooldown_C_SetCrosshair \ static_assert(alignof(GA_StealthHoldBreathCooldown_C_SetCrosshair) == 0x000008, "Wrong alignment on GA_StealthHoldBreathCooldown_C_SetCrosshair"); \ static_assert(sizeof(GA_StealthHoldBreathCooldown_C_SetCrosshair) == 0x000038, "Wrong size on GA_StealthHoldBreathCooldown_C_SetCrosshair"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_SetCrosshair, CrosshairInfo) == 0x000000, "Member 'GA_StealthHoldBreathCooldown_C_SetCrosshair::CrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_SetCrosshair, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'GA_StealthHoldBreathCooldown_C_SetCrosshair::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_StealthHoldBreathCooldown_C_ClearCrosshair \ static_assert(alignof(GA_StealthHoldBreathCooldown_C_ClearCrosshair) == 0x000001, "Wrong alignment on GA_StealthHoldBreathCooldown_C_ClearCrosshair"); \ static_assert(sizeof(GA_StealthHoldBreathCooldown_C_ClearCrosshair) == 0x000001, "Wrong size on GA_StealthHoldBreathCooldown_C_ClearCrosshair"); \ static_assert(offsetof(GA_StealthHoldBreathCooldown_C_ClearCrosshair, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GA_StealthHoldBreathCooldown_C_ClearCrosshair::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_StealthHoldBreathCooldown_C \ static_assert(alignof(UGA_StealthHoldBreathCooldown_C) == 0x000008, "Wrong alignment on UGA_StealthHoldBreathCooldown_C"); \ static_assert(sizeof(UGA_StealthHoldBreathCooldown_C) == 0x000430, "Wrong size on UGA_StealthHoldBreathCooldown_C"); \ static_assert(offsetof(UGA_StealthHoldBreathCooldown_C, UberGraphFrame) == 0x0003D0, "Member 'UGA_StealthHoldBreathCooldown_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGA_StealthHoldBreathCooldown_C, OwningPlayer) == 0x0003D8, "Member 'UGA_StealthHoldBreathCooldown_C::OwningPlayer' has a wrong offset!"); \ static_assert(offsetof(UGA_StealthHoldBreathCooldown_C, Crosshair_Priority) == 0x0003E0, "Member 'UGA_StealthHoldBreathCooldown_C::Crosshair_Priority' has a wrong offset!"); \ static_assert(offsetof(UGA_StealthHoldBreathCooldown_C, Crosshair_Info) == 0x0003E8, "Member 'UGA_StealthHoldBreathCooldown_C::Crosshair_Info' has a wrong offset!"); \ static_assert(offsetof(UGA_StealthHoldBreathCooldown_C, AssociatedCooldownTag) == 0x000418, "Member 'UGA_StealthHoldBreathCooldown_C::AssociatedCooldownTag' has a wrong offset!"); \ static_assert(offsetof(UGA_StealthHoldBreathCooldown_C, Ability_System_Component) == 0x000420, "Member 'UGA_StealthHoldBreathCooldown_C::Ability_System_Component' has a wrong offset!"); \ static_assert(offsetof(UGA_StealthHoldBreathCooldown_C, CooldownDuration) == 0x000428, "Member 'UGA_StealthHoldBreathCooldown_C::CooldownDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell \ static_assert(alignof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell) == 0x000008, "Wrong alignment on ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell"); \ static_assert(sizeof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell) == 0x000048, "Wrong size on ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, EntryPoint) == 0x000000, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000004, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000005, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000006, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x000008, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000009, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_IsValid_ReturnValue) == 0x00000A, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, K2Node_Event_DeltaTimeX) == 0x00000C, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000010, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, K2Node_DynamicCast_AsBP_Player_Character) == 0x000018, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_GetVelocity_ReturnValue) == 0x000024, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x000030, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_BreakVector_X) == 0x000034, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_BreakVector_Y) == 0x000038, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_BreakVector_Z) == 0x00003C, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell, CallFunc_BooleanAND_ReturnValue_1) == 0x000040, "Member 'ABPI_SleepSpell_C_ExecuteUbergraph_ABPI_SleepSpell::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_SleepSpell_C_BlueprintUpdateAnimation \ static_assert(alignof(ABPI_SleepSpell_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABPI_SleepSpell_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABPI_SleepSpell_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABPI_SleepSpell_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABPI_SleepSpell_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABPI_SleepSpell_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_SleepSpell_C_AnimGraph \ static_assert(alignof(ABPI_SleepSpell_C_AnimGraph) == 0x000008, "Wrong alignment on ABPI_SleepSpell_C_AnimGraph"); \ static_assert(sizeof(ABPI_SleepSpell_C_AnimGraph) == 0x000010, "Wrong size on ABPI_SleepSpell_C_AnimGraph"); \ static_assert(offsetof(ABPI_SleepSpell_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABPI_SleepSpell_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_SleepSpell_C_StationaryPose \ static_assert(alignof(ABPI_SleepSpell_C_StationaryPose) == 0x000008, "Wrong alignment on ABPI_SleepSpell_C_StationaryPose"); \ static_assert(sizeof(ABPI_SleepSpell_C_StationaryPose) == 0x000010, "Wrong size on ABPI_SleepSpell_C_StationaryPose"); \ static_assert(offsetof(ABPI_SleepSpell_C_StationaryPose, StationaryPose_0) == 0x000000, "Member 'ABPI_SleepSpell_C_StationaryPose::StationaryPose_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_SleepSpell_C_OverlayLayer \ static_assert(alignof(ABPI_SleepSpell_C_OverlayLayer) == 0x000008, "Wrong alignment on ABPI_SleepSpell_C_OverlayLayer"); \ static_assert(sizeof(ABPI_SleepSpell_C_OverlayLayer) == 0x000010, "Wrong size on ABPI_SleepSpell_C_OverlayLayer"); \ static_assert(offsetof(ABPI_SleepSpell_C_OverlayLayer, OverlayLayer_0) == 0x000000, "Member 'ABPI_SleepSpell_C_OverlayLayer::OverlayLayer_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_SleepSpell_C_BaseLayer \ static_assert(alignof(ABPI_SleepSpell_C_BaseLayer) == 0x000008, "Wrong alignment on ABPI_SleepSpell_C_BaseLayer"); \ static_assert(sizeof(ABPI_SleepSpell_C_BaseLayer) == 0x000010, "Wrong size on ABPI_SleepSpell_C_BaseLayer"); \ static_assert(offsetof(ABPI_SleepSpell_C_BaseLayer, BaseLayer_0) == 0x000000, "Member 'ABPI_SleepSpell_C_BaseLayer::BaseLayer_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABPI_SleepSpell_C \ static_assert(alignof(UABPI_SleepSpell_C) == 0x000010, "Wrong alignment on UABPI_SleepSpell_C"); \ static_assert(sizeof(UABPI_SleepSpell_C) == 0x000A80, "Wrong size on UABPI_SleepSpell_C"); \ static_assert(offsetof(UABPI_SleepSpell_C, UberGraphFrame) == 0x0002C0, "Member 'UABPI_SleepSpell_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_Root_3) == 0x0002C8, "Member 'UABPI_SleepSpell_C::AnimGraphNode_Root_3' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_TransitionResult_5) == 0x0002F8, "Member 'UABPI_SleepSpell_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_TransitionResult_4) == 0x000320, "Member 'UABPI_SleepSpell_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_TransitionResult_3) == 0x000348, "Member 'UABPI_SleepSpell_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_TransitionResult_2) == 0x000370, "Member 'UABPI_SleepSpell_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_TransitionResult_1) == 0x000398, "Member 'UABPI_SleepSpell_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_TransitionResult) == 0x0003C0, "Member 'UABPI_SleepSpell_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_SequencePlayer_3) == 0x0003E8, "Member 'UABPI_SleepSpell_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_StateResult_3) == 0x000468, "Member 'UABPI_SleepSpell_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_SequencePlayer_2) == 0x000498, "Member 'UABPI_SleepSpell_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_StateResult_2) == 0x000518, "Member 'UABPI_SleepSpell_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_SequencePlayer_1) == 0x000548, "Member 'UABPI_SleepSpell_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_StateResult_1) == 0x0005C8, "Member 'UABPI_SleepSpell_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_SequenceEvaluator_2) == 0x0005F8, "Member 'UABPI_SleepSpell_C::AnimGraphNode_SequenceEvaluator_2' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_StateResult) == 0x000648, "Member 'UABPI_SleepSpell_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_StateMachine) == 0x000678, "Member 'UABPI_SleepSpell_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_Inertialization) == 0x000728, "Member 'UABPI_SleepSpell_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_Slot) == 0x000798, "Member 'UABPI_SleepSpell_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_Root_2) == 0x0007E0, "Member 'UABPI_SleepSpell_C::AnimGraphNode_Root_2' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_ApplyAdditive) == 0x000810, "Member 'UABPI_SleepSpell_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_SequenceEvaluator_1) == 0x0008D8, "Member 'UABPI_SleepSpell_C::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_SequencePlayer) == 0x000928, "Member 'UABPI_SleepSpell_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_Root_1) == 0x0009A8, "Member 'UABPI_SleepSpell_C::AnimGraphNode_Root_1' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_SequenceEvaluator) == 0x0009D8, "Member 'UABPI_SleepSpell_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, AnimGraphNode_Root) == 0x000A28, "Member 'UABPI_SleepSpell_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, Pawn) == 0x000A58, "Member 'UABPI_SleepSpell_C::Pawn' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, ForwardVelocity) == 0x000A60, "Member 'UABPI_SleepSpell_C::ForwardVelocity' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, BPPlayerCharacter) == 0x000A68, "Member 'UABPI_SleepSpell_C::BPPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, SunkForwardBackwardInput) == 0x000A70, "Member 'UABPI_SleepSpell_C::SunkForwardBackwardInput' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, HighestForwardVelocity) == 0x000A74, "Member 'UABPI_SleepSpell_C::HighestForwardVelocity' has a wrong offset!"); \ static_assert(offsetof(UABPI_SleepSpell_C, bInCycle) == 0x000A78, "Member 'UABPI_SleepSpell_C::bInCycle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking \ static_assert(alignof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking) == 0x000008, "Wrong alignment on ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking"); \ static_assert(sizeof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking) == 0x000040, "Wrong size on ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, EntryPoint) == 0x000000, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, CallFunc_GetVelocity_ReturnValue) == 0x000004, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, CallFunc_BreakVector_X) == 0x000014, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, CallFunc_BreakVector_Y) == 0x000018, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, CallFunc_BreakVector_Z) == 0x00001C, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000020, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, K2Node_Event_DeltaTimeX) == 0x000024, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000028, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, K2Node_DynamicCast_AsBP_Player_Character) == 0x000030, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'ABPI_Sinking_C_ExecuteUbergraph_ABPI_Sinking::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_Sinking_C_BlueprintUpdateAnimation \ static_assert(alignof(ABPI_Sinking_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABPI_Sinking_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABPI_Sinking_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABPI_Sinking_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABPI_Sinking_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABPI_Sinking_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_Sinking_C_AnimGraph \ static_assert(alignof(ABPI_Sinking_C_AnimGraph) == 0x000008, "Wrong alignment on ABPI_Sinking_C_AnimGraph"); \ static_assert(sizeof(ABPI_Sinking_C_AnimGraph) == 0x000010, "Wrong size on ABPI_Sinking_C_AnimGraph"); \ static_assert(offsetof(ABPI_Sinking_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABPI_Sinking_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_Sinking_C_StationaryPose \ static_assert(alignof(ABPI_Sinking_C_StationaryPose) == 0x000008, "Wrong alignment on ABPI_Sinking_C_StationaryPose"); \ static_assert(sizeof(ABPI_Sinking_C_StationaryPose) == 0x000010, "Wrong size on ABPI_Sinking_C_StationaryPose"); \ static_assert(offsetof(ABPI_Sinking_C_StationaryPose, StationaryPose_0) == 0x000000, "Member 'ABPI_Sinking_C_StationaryPose::StationaryPose_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_Sinking_C_OverlayLayer \ static_assert(alignof(ABPI_Sinking_C_OverlayLayer) == 0x000008, "Wrong alignment on ABPI_Sinking_C_OverlayLayer"); \ static_assert(sizeof(ABPI_Sinking_C_OverlayLayer) == 0x000010, "Wrong size on ABPI_Sinking_C_OverlayLayer"); \ static_assert(offsetof(ABPI_Sinking_C_OverlayLayer, OverlayLayer_0) == 0x000000, "Member 'ABPI_Sinking_C_OverlayLayer::OverlayLayer_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABPI_Sinking_C_BaseLayer \ static_assert(alignof(ABPI_Sinking_C_BaseLayer) == 0x000008, "Wrong alignment on ABPI_Sinking_C_BaseLayer"); \ static_assert(sizeof(ABPI_Sinking_C_BaseLayer) == 0x000010, "Wrong size on ABPI_Sinking_C_BaseLayer"); \ static_assert(offsetof(ABPI_Sinking_C_BaseLayer, BaseLayer_0) == 0x000000, "Member 'ABPI_Sinking_C_BaseLayer::BaseLayer_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABPI_Sinking_C \ static_assert(alignof(UABPI_Sinking_C) == 0x000010, "Wrong alignment on UABPI_Sinking_C"); \ static_assert(sizeof(UABPI_Sinking_C) == 0x000880, "Wrong size on UABPI_Sinking_C"); \ static_assert(offsetof(UABPI_Sinking_C, UberGraphFrame) == 0x0002C0, "Member 'UABPI_Sinking_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_Root_3) == 0x0002C8, "Member 'UABPI_Sinking_C::AnimGraphNode_Root_3' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_TransitionResult_1) == 0x0002F8, "Member 'UABPI_Sinking_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_TransitionResult) == 0x000320, "Member 'UABPI_Sinking_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_SequencePlayer_1) == 0x000348, "Member 'UABPI_Sinking_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_StateResult_1) == 0x0003C8, "Member 'UABPI_Sinking_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_SequenceEvaluator_2) == 0x0003F8, "Member 'UABPI_Sinking_C::AnimGraphNode_SequenceEvaluator_2' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_StateResult) == 0x000448, "Member 'UABPI_Sinking_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_StateMachine) == 0x000478, "Member 'UABPI_Sinking_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_Inertialization) == 0x000528, "Member 'UABPI_Sinking_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_Slot) == 0x000598, "Member 'UABPI_Sinking_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_Root_2) == 0x0005E0, "Member 'UABPI_Sinking_C::AnimGraphNode_Root_2' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_ApplyAdditive) == 0x000610, "Member 'UABPI_Sinking_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_SequenceEvaluator_1) == 0x0006D8, "Member 'UABPI_Sinking_C::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_SequencePlayer) == 0x000728, "Member 'UABPI_Sinking_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_Root_1) == 0x0007A8, "Member 'UABPI_Sinking_C::AnimGraphNode_Root_1' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_SequenceEvaluator) == 0x0007D8, "Member 'UABPI_Sinking_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, AnimGraphNode_Root) == 0x000828, "Member 'UABPI_Sinking_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, Pawn) == 0x000858, "Member 'UABPI_Sinking_C::Pawn' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, ForwardVelocity) == 0x000860, "Member 'UABPI_Sinking_C::ForwardVelocity' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, BPPlayerCharacter) == 0x000868, "Member 'UABPI_Sinking_C::BPPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, SunkForwardBackwardInput) == 0x000870, "Member 'UABPI_Sinking_C::SunkForwardBackwardInput' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, HighestForwardVelocity) == 0x000874, "Member 'UABPI_Sinking_C::HighestForwardVelocity' has a wrong offset!"); \ static_assert(offsetof(UABPI_Sinking_C, bInCycle) == 0x000878, "Member 'UABPI_Sinking_C::bInCycle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ThrowablePrediction_EndPoint_C \ static_assert(alignof(ABP_ThrowablePrediction_EndPoint_C) == 0x000008, "Wrong alignment on ABP_ThrowablePrediction_EndPoint_C"); \ static_assert(sizeof(ABP_ThrowablePrediction_EndPoint_C) == 0x000240, "Wrong size on ABP_ThrowablePrediction_EndPoint_C"); \ static_assert(offsetof(ABP_ThrowablePrediction_EndPoint_C, StaticMesh) == 0x000230, "Member 'ABP_ThrowablePrediction_EndPoint_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_ThrowablePrediction_EndPoint_C, Scene) == 0x000238, "Member 'ABP_ThrowablePrediction_EndPoint_C::Scene' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody \ static_assert(alignof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody"); \ static_assert(sizeof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody) == 0x000158, "Wrong size on ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, EntryPoint) == 0x000000, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Less_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00000B, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000C, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00000D, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00000E, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_BooleanAND_ReturnValue_1) == 0x00000F, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_SelectInt_ReturnValue) == 0x000010, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_GetCurveValue_ReturnValue) == 0x000014, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x000019, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Abs_ReturnValue) == 0x00001C, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000020, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_IsValid_ReturnValue_1) == 0x000022, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_IsValid_ReturnValue_2) == 0x000023, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_IsValid_ReturnValue_3) == 0x000024, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_CreateEOEvent_ReturnValue) == 0x000028, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000030, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000038, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, K2Node_Event_DeltaTimeX) == 0x000040, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::K2Node_Event_DeltaTimeX' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_GetSocketLocation_ReturnValue) == 0x000044, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_GetSocketLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Add_VectorVector_ReturnValue) == 0x000050, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00005C, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_GetSocketLocation_ReturnValue_1) == 0x000068, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_GetSocketLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000074, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000078, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_BooleanAND_ReturnValue_2) == 0x000084, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x000088, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Abs_ReturnValue_1) == 0x000094, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000098, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000099, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x00009A, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_MakeVector_ReturnValue) == 0x00009C, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Add_VectorVector_ReturnValue_2) == 0x0000A8, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x0000B4, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_GreaterEqual_FloatFloat_ReturnValue_2) == 0x0000B5, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_GreaterEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x0000B6, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_BooleanAND_ReturnValue_3) == 0x0000B7, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_BooleanOR_ReturnValue) == 0x0000B8, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_TryGetPawnOwner_ReturnValue) == 0x0000C0, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_IsValid_ReturnValue_4) == 0x0000C8, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, K2Node_DynamicCast_AsBP_Player_Character) == 0x0000D0, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_IsValid_ReturnValue_5) == 0x0000D9, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_IsCrouching_ReturnValue) == 0x0000DA, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_IsCrouching_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, K2Node_EOCreateEvent_OutputDelegate) == 0x0000DC, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_NearlyEqual_FloatFloat_ReturnValue_2) == 0x0000EC, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_NearlyEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000F0, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Not_PreBool_ReturnValue) == 0x0000F4, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_BooleanAND_ReturnValue_4) == 0x0000F5, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000F6, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_MakeVector_ReturnValue_1) == 0x0000F8, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_EqualEqual_ByteByte_ReturnValue_7) == 0x000104, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_EqualEqual_ByteByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000108, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_MakeVector_ReturnValue_2) == 0x000114, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_EqualEqual_ByteByte_ReturnValue_8) == 0x000120, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_EqualEqual_ByteByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000124, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_MakeVector_ReturnValue_3) == 0x000130, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_Add_VectorVector_ReturnValue_5) == 0x00013C, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_IsValid_ReturnValue_6) == 0x000148, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_GetCurveValue_ReturnValue_1) == 0x00014C, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody, CallFunc_MakeLiteralByte_ReturnValue) == 0x000150, "Member 'ABP_HumanFullbody_C_ExecuteUbergraph_ABP_HumanFullbody::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_BlueprintUpdateAnimation \ static_assert(alignof(ABP_HumanFullbody_C_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_BlueprintUpdateAnimation"); \ static_assert(sizeof(ABP_HumanFullbody_C_BlueprintUpdateAnimation) == 0x000004, "Wrong size on ABP_HumanFullbody_C_BlueprintUpdateAnimation"); \ static_assert(offsetof(ABP_HumanFullbody_C_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'ABP_HumanFullbody_C_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_SetPlayerCharacter \ static_assert(alignof(ABP_HumanFullbody_C_SetPlayerCharacter) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_SetPlayerCharacter"); \ static_assert(sizeof(ABP_HumanFullbody_C_SetPlayerCharacter) == 0x000020, "Wrong size on ABP_HumanFullbody_C_SetPlayerCharacter"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetPlayerCharacter, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'ABP_HumanFullbody_C_SetPlayerCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetPlayerCharacter, CallFunc_DoesImplementInterface_ReturnValue) == 0x000001, "Member 'ABP_HumanFullbody_C_SetPlayerCharacter::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetPlayerCharacter, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000008, "Member 'ABP_HumanFullbody_C_SetPlayerCharacter::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetPlayerCharacter, K2Node_DynamicCast_AsBP_Player_Character) == 0x000010, "Member 'ABP_HumanFullbody_C_SetPlayerCharacter::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetPlayerCharacter, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ABP_HumanFullbody_C_SetPlayerCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetPlayerCharacter, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'ABP_HumanFullbody_C_SetPlayerCharacter::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_UpdateLocation \ static_assert(alignof(ABP_HumanFullbody_C_UpdateLocation) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_UpdateLocation"); \ static_assert(sizeof(ABP_HumanFullbody_C_UpdateLocation) == 0x000018, "Wrong size on ABP_HumanFullbody_C_UpdateLocation"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLocation, DeltaTime) == 0x000000, "Member 'ABP_HumanFullbody_C_UpdateLocation::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLocation, CallFunc_SafeDivide_ReturnValue) == 0x000004, "Member 'ABP_HumanFullbody_C_UpdateLocation::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLocation, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000008, "Member 'ABP_HumanFullbody_C_UpdateLocation::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLocation, CallFunc_VSizeXY_ReturnValue) == 0x000014, "Member 'ABP_HumanFullbody_C_UpdateLocation::CallFunc_VSizeXY_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_AssignCurrentUpdateValues \ static_assert(alignof(ABP_HumanFullbody_C_AssignCurrentUpdateValues) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_AssignCurrentUpdateValues"); \ static_assert(sizeof(ABP_HumanFullbody_C_AssignCurrentUpdateValues) == 0x000160, "Wrong size on ABP_HumanFullbody_C_AssignCurrentUpdateValues"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, Temp_float_Variable) == 0x000000, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000004, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_VSizeSquared_ReturnValue) == 0x000010, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000014, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_Not_PreBool_ReturnValue) == 0x000015, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_Not_PreBool_ReturnValue_1) == 0x000016, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, K2Node_SwitchEnum_CmpSuccess) == 0x000017, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_K2_FindFloor_FloorResult) == 0x000024, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_K2_FindFloor_FloorResult' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000B8, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000BC, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_IsSprinting_ReturnValue) == 0x0000BD, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_IsSprinting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x0000BE, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x0000C0, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_IsMovingOnGround_ReturnValue) == 0x0000C4, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_IsMovingOnGround_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_GetCrouchRate_ReturnValue) == 0x0000C8, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_GetCrouchRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000CC, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_BooleanOR_ReturnValue) == 0x0000CD, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_BreakVector_X) == 0x0000D0, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_BreakVector_Y) == 0x0000D4, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_BreakVector_Z) == 0x0000D8, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000DC, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_BreakVector_X_1) == 0x0000E0, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_BreakVector_Y_1) == 0x0000E4, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_BreakVector_Z_1) == 0x0000E8, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0000EC, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_BreakVector_X_2) == 0x0000F0, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_BreakVector_Y_2) == 0x0000F4, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_BreakVector_Z_2) == 0x0000F8, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x0000FC, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_GetAnimInstance_ReturnValue) == 0x000100, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_GetAnimInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x000108, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_IsAnyMontagePlaying_ReturnValue) == 0x000114, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_IsAnyMontagePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_LessLess_VectorRotator_ReturnValue_1) == 0x000118, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_LessLess_VectorRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_GetCurrentAcceleration_ReturnValue) == 0x000124, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_GetCurrentAcceleration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_Multiply_VectorVector_ReturnValue_1) == 0x000130, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_Multiply_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_GetVelocity_ReturnValue) == 0x00013C, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000148, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_AssignCurrentUpdateValues, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000154, "Member 'ABP_HumanFullbody_C_AssignCurrentUpdateValues::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_UpdateRotationData \ static_assert(alignof(ABP_HumanFullbody_C_UpdateRotationData) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_UpdateRotationData"); \ static_assert(sizeof(ABP_HumanFullbody_C_UpdateRotationData) == 0x000024, "Wrong size on ABP_HumanFullbody_C_UpdateRotationData"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationData, DeltaTime) == 0x000000, "Member 'ABP_HumanFullbody_C_UpdateRotationData::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationData, CallFunc_SafeDivide_ReturnValue) == 0x000004, "Member 'ABP_HumanFullbody_C_UpdateRotationData::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationData, CallFunc_BreakRotator_Roll) == 0x000008, "Member 'ABP_HumanFullbody_C_UpdateRotationData::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationData, CallFunc_BreakRotator_Pitch) == 0x00000C, "Member 'ABP_HumanFullbody_C_UpdateRotationData::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationData, CallFunc_BreakRotator_Yaw) == 0x000010, "Member 'ABP_HumanFullbody_C_UpdateRotationData::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationData, CallFunc_BreakRotator_Roll_1) == 0x000014, "Member 'ABP_HumanFullbody_C_UpdateRotationData::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationData, CallFunc_BreakRotator_Pitch_1) == 0x000018, "Member 'ABP_HumanFullbody_C_UpdateRotationData::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationData, CallFunc_BreakRotator_Yaw_1) == 0x00001C, "Member 'ABP_HumanFullbody_C_UpdateRotationData::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationData, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000020, "Member 'ABP_HumanFullbody_C_UpdateRotationData::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_UpdateVelocityData \ static_assert(alignof(ABP_HumanFullbody_C_UpdateVelocityData) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_UpdateVelocityData"); \ static_assert(sizeof(ABP_HumanFullbody_C_UpdateVelocityData) == 0x000030, "Wrong size on ABP_HumanFullbody_C_UpdateVelocityData"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CachedFallingVelocity) == 0x000000, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CachedFallingVelocity' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x000006, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_VSize_ReturnValue) == 0x000008, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000C, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_BooleanAND_ReturnValue) == 0x00000D, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_BreakVector_X) == 0x000010, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_BreakVector_Y) == 0x000014, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_BreakVector_Z) == 0x000018, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, K2Node_SwitchEnum_CmpSuccess) == 0x000024, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_SelectCardinalDirectionFromAngle_Direction) == 0x000025, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_SelectCardinalDirectionFromAngle_Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_SelectCardinalDirectionFromAngle_Direction_1) == 0x000026, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_SelectCardinalDirectionFromAngle_Direction_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000028, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateVelocityData, CallFunc_CalculateDirection_ReturnValue) == 0x00002C, "Member 'ABP_HumanFullbody_C_UpdateVelocityData::CallFunc_CalculateDirection_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_StorePreviousFrameData \ static_assert(alignof(ABP_HumanFullbody_C_StorePreviousFrameData) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_StorePreviousFrameData"); \ static_assert(sizeof(ABP_HumanFullbody_C_StorePreviousFrameData) == 0x000018, "Wrong size on ABP_HumanFullbody_C_StorePreviousFrameData"); \ static_assert(offsetof(ABP_HumanFullbody_C_StorePreviousFrameData, CallFunc_VSizeSquared_ReturnValue) == 0x000000, "Member 'ABP_HumanFullbody_C_StorePreviousFrameData::CallFunc_VSizeSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_StorePreviousFrameData, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'ABP_HumanFullbody_C_StorePreviousFrameData::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_StorePreviousFrameData, CallFunc_BreakVector_X) == 0x000008, "Member 'ABP_HumanFullbody_C_StorePreviousFrameData::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_StorePreviousFrameData, CallFunc_BreakVector_Y) == 0x00000C, "Member 'ABP_HumanFullbody_C_StorePreviousFrameData::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_StorePreviousFrameData, CallFunc_BreakVector_Z) == 0x000010, "Member 'ABP_HumanFullbody_C_StorePreviousFrameData::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_StorePreviousFrameData, CallFunc_Not_PreBool_ReturnValue) == 0x000014, "Member 'ABP_HumanFullbody_C_StorePreviousFrameData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_UpdateAccelerationData \ static_assert(alignof(ABP_HumanFullbody_C_UpdateAccelerationData) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_UpdateAccelerationData"); \ static_assert(sizeof(ABP_HumanFullbody_C_UpdateAccelerationData) == 0x000008, "Wrong size on ABP_HumanFullbody_C_UpdateAccelerationData"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateAccelerationData, CallFunc_VSizeXYSquared_ReturnValue) == 0x000000, "Member 'ABP_HumanFullbody_C_UpdateAccelerationData::CallFunc_VSizeXYSquared_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateAccelerationData, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'ABP_HumanFullbody_C_UpdateAccelerationData::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateAccelerationData, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'ABP_HumanFullbody_C_UpdateAccelerationData::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_UpdateRootYawOffset \ static_assert(alignof(ABP_HumanFullbody_C_UpdateRootYawOffset) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_UpdateRootYawOffset"); \ static_assert(sizeof(ABP_HumanFullbody_C_UpdateRootYawOffset) == 0x000014, "Wrong size on ABP_HumanFullbody_C_UpdateRootYawOffset"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRootYawOffset, DeltaTime) == 0x000000, "Member 'ABP_HumanFullbody_C_UpdateRootYawOffset::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRootYawOffset, CallFunc_FInterpTo_ReturnValue) == 0x000004, "Member 'ABP_HumanFullbody_C_UpdateRootYawOffset::CallFunc_FInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRootYawOffset, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'ABP_HumanFullbody_C_UpdateRootYawOffset::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRootYawOffset, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00000C, "Member 'ABP_HumanFullbody_C_UpdateRootYawOffset::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRootYawOffset, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000010, "Member 'ABP_HumanFullbody_C_UpdateRootYawOffset::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_SetRootYawOffset \ static_assert(alignof(ABP_HumanFullbody_C_SetRootYawOffset) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_SetRootYawOffset"); \ static_assert(sizeof(ABP_HumanFullbody_C_SetRootYawOffset) == 0x00002C, "Wrong size on ABP_HumanFullbody_C_SetRootYawOffset"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetRootYawOffset, InRootYawOffset) == 0x000000, "Member 'ABP_HumanFullbody_C_SetRootYawOffset::InRootYawOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetRootYawOffset, Temp_bool_Variable) == 0x000004, "Member 'ABP_HumanFullbody_C_SetRootYawOffset::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetRootYawOffset, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_HumanFullbody_C_SetRootYawOffset::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetRootYawOffset, K2Node_Select_Default) == 0x00000C, "Member 'ABP_HumanFullbody_C_SetRootYawOffset::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetRootYawOffset, CallFunc_NormalizeAxis_ReturnValue) == 0x000014, "Member 'ABP_HumanFullbody_C_SetRootYawOffset::CallFunc_NormalizeAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetRootYawOffset, CallFunc_BreakVector2D_X) == 0x000018, "Member 'ABP_HumanFullbody_C_SetRootYawOffset::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetRootYawOffset, CallFunc_BreakVector2D_Y) == 0x00001C, "Member 'ABP_HumanFullbody_C_SetRootYawOffset::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetRootYawOffset, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000020, "Member 'ABP_HumanFullbody_C_SetRootYawOffset::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetRootYawOffset, CallFunc_ClampAngle_ReturnValue) == 0x000024, "Member 'ABP_HumanFullbody_C_SetRootYawOffset::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetRootYawOffset, CallFunc_SelectFloat_ReturnValue) == 0x000028, "Member 'ABP_HumanFullbody_C_SetRootYawOffset::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_UpdateStateMachineTracking \ static_assert(alignof(ABP_HumanFullbody_C_UpdateStateMachineTracking) == 0x000001, "Wrong alignment on ABP_HumanFullbody_C_UpdateStateMachineTracking"); \ static_assert(sizeof(ABP_HumanFullbody_C_UpdateStateMachineTracking) == 0x000002, "Wrong size on ABP_HumanFullbody_C_UpdateStateMachineTracking"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateStateMachineTracking, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'ABP_HumanFullbody_C_UpdateStateMachineTracking::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateStateMachineTracking, K2Node_SwitchEnum_CmpSuccess_1) == 0x000001, "Member 'ABP_HumanFullbody_C_UpdateStateMachineTracking::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_Set_Current_Anim_State \ static_assert(alignof(ABP_HumanFullbody_C_Set_Current_Anim_State) == 0x000001, "Wrong alignment on ABP_HumanFullbody_C_Set_Current_Anim_State"); \ static_assert(sizeof(ABP_HumanFullbody_C_Set_Current_Anim_State) == 0x000002, "Wrong size on ABP_HumanFullbody_C_Set_Current_Anim_State"); \ static_assert(offsetof(ABP_HumanFullbody_C_Set_Current_Anim_State, AnimState) == 0x000000, "Member 'ABP_HumanFullbody_C_Set_Current_Anim_State::AnimState' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_Set_Current_Anim_State, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'ABP_HumanFullbody_C_Set_Current_Anim_State::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_UpdateRotationPitch \ static_assert(alignof(ABP_HumanFullbody_C_UpdateRotationPitch) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_UpdateRotationPitch"); \ static_assert(sizeof(ABP_HumanFullbody_C_UpdateRotationPitch) == 0x000030, "Wrong size on ABP_HumanFullbody_C_UpdateRotationPitch"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationPitch, CallFunc_TryGetPawnOwner_ReturnValue) == 0x000000, "Member 'ABP_HumanFullbody_C_UpdateRotationPitch::CallFunc_TryGetPawnOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationPitch, CallFunc_GetControlRotation_ReturnValue) == 0x000008, "Member 'ABP_HumanFullbody_C_UpdateRotationPitch::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationPitch, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'ABP_HumanFullbody_C_UpdateRotationPitch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationPitch, CallFunc_BreakRotator_Roll) == 0x000018, "Member 'ABP_HumanFullbody_C_UpdateRotationPitch::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationPitch, CallFunc_BreakRotator_Pitch) == 0x00001C, "Member 'ABP_HumanFullbody_C_UpdateRotationPitch::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationPitch, CallFunc_BreakRotator_Yaw) == 0x000020, "Member 'ABP_HumanFullbody_C_UpdateRotationPitch::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationPitch, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'ABP_HumanFullbody_C_UpdateRotationPitch::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateRotationPitch, CallFunc_NormalizeAxis_ReturnValue) == 0x000028, "Member 'ABP_HumanFullbody_C_UpdateRotationPitch::CallFunc_NormalizeAxis_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_SetNextRootYawMode \ static_assert(alignof(ABP_HumanFullbody_C_SetNextRootYawMode) == 0x000001, "Wrong alignment on ABP_HumanFullbody_C_SetNextRootYawMode"); \ static_assert(sizeof(ABP_HumanFullbody_C_SetNextRootYawMode) == 0x000001, "Wrong size on ABP_HumanFullbody_C_SetNextRootYawMode"); \ static_assert(offsetof(ABP_HumanFullbody_C_SetNextRootYawMode, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'ABP_HumanFullbody_C_SetNextRootYawMode::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_ProcessTurnYawCurve \ static_assert(alignof(ABP_HumanFullbody_C_ProcessTurnYawCurve) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_ProcessTurnYawCurve"); \ static_assert(sizeof(ABP_HumanFullbody_C_ProcessTurnYawCurve) == 0x000020, "Wrong size on ABP_HumanFullbody_C_ProcessTurnYawCurve"); \ static_assert(offsetof(ABP_HumanFullbody_C_ProcessTurnYawCurve, PrevTurnYawCurveValue) == 0x000000, "Member 'ABP_HumanFullbody_C_ProcessTurnYawCurve::PrevTurnYawCurveValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ProcessTurnYawCurve, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000004, "Member 'ABP_HumanFullbody_C_ProcessTurnYawCurve::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ProcessTurnYawCurve, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_HumanFullbody_C_ProcessTurnYawCurve::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ProcessTurnYawCurve, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00000C, "Member 'ABP_HumanFullbody_C_ProcessTurnYawCurve::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ProcessTurnYawCurve, CallFunc_GetCurveValue_ReturnValue) == 0x000010, "Member 'ABP_HumanFullbody_C_ProcessTurnYawCurve::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ProcessTurnYawCurve, CallFunc_GetCurveValue_ReturnValue_1) == 0x000014, "Member 'ABP_HumanFullbody_C_ProcessTurnYawCurve::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ProcessTurnYawCurve, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000018, "Member 'ABP_HumanFullbody_C_ProcessTurnYawCurve::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ProcessTurnYawCurve, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x00001C, "Member 'ABP_HumanFullbody_C_ProcessTurnYawCurve::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle \ static_assert(alignof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle"); \ static_assert(sizeof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle) == 0x000038, "Wrong size on ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, Angle) == 0x000000, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::Angle' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, DeadZone) == 0x000004, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::DeadZone' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, CurrentDirection) == 0x000008, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::CurrentDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, UseCurrentDirection) == 0x000009, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::UseCurrentDirection' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, Direction) == 0x00000A, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::Direction' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, BwdDeadZone) == 0x00000C, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::BwdDeadZone' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, FwdDeadZone) == 0x000010, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::FwdDeadZone' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, AbsAngle) == 0x000014, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::AbsAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, CallFunc_Abs_ReturnValue) == 0x000018, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00001C, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000020, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000024, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, CallFunc_Add_FloatFloat_ReturnValue) == 0x000028, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00002C, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, K2Node_SwitchEnum_CmpSuccess) == 0x00002D, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000030, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000034, "Member 'ABP_HumanFullbody_C_SelectCardinalDirectionFromAngle::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_UpdateLayering \ static_assert(alignof(ABP_HumanFullbody_C_UpdateLayering) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_UpdateLayering"); \ static_assert(sizeof(ABP_HumanFullbody_C_UpdateLayering) == 0x000050, "Wrong size on ABP_HumanFullbody_C_UpdateLayering"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue) == 0x000000, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue_1) == 0x000004, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue_2) == 0x000008, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_Lerp_ReturnValue) == 0x00000C, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue_3) == 0x000010, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue_4) == 0x000014, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue_5) == 0x000018, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue_6) == 0x00001C, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue_7) == 0x000020, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_Lerp_ReturnValue_1) == 0x000024, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue_8) == 0x000028, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue_9) == 0x00002C, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue_10) == 0x000030, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_GetCurveValue_ReturnValue_11) == 0x000034, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_GetCurveValue_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_FFloor_ReturnValue) == 0x000038, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_FFloor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_FFloor_ReturnValue_1) == 0x00003C, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_FFloor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_Subtract_IntInt_ReturnValue) == 0x000040, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000044, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000048, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateLayering, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00004C, "Member 'ABP_HumanFullbody_C_UpdateLayering::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_UpdateSprint \ static_assert(alignof(ABP_HumanFullbody_C_UpdateSprint) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_UpdateSprint"); \ static_assert(sizeof(ABP_HumanFullbody_C_UpdateSprint) == 0x000018, "Wrong size on ABP_HumanFullbody_C_UpdateSprint"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateSprint, IsMoving_0) == 0x000000, "Member 'ABP_HumanFullbody_C_UpdateSprint::IsMoving_0' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateSprint, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'ABP_HumanFullbody_C_UpdateSprint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateSprint, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'ABP_HumanFullbody_C_UpdateSprint::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateSprint, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'ABP_HumanFullbody_C_UpdateSprint::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateSprint, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00000C, "Member 'ABP_HumanFullbody_C_UpdateSprint::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateSprint, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'ABP_HumanFullbody_C_UpdateSprint::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateSprint, CallFunc_FClamp_ReturnValue) == 0x000014, "Member 'ABP_HumanFullbody_C_UpdateSprint::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_UpdateIK \ static_assert(alignof(ABP_HumanFullbody_C_UpdateIK) == 0x000010, "Wrong alignment on ABP_HumanFullbody_C_UpdateIK"); \ static_assert(sizeof(ABP_HumanFullbody_C_UpdateIK) == 0x000160, "Wrong size on ABP_HumanFullbody_C_UpdateIK"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_self_CastInput) == 0x000000, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_Enable) == 0x000010, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_Enable' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_EnableHeadAim) == 0x000011, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_EnableHeadAim' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_LookAtTransform) == 0x000020, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_LookAtTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_UseAimArmTargetOverrides) == 0x000050, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_UseAimArmTargetOverrides' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_AimArmsTargetOverrides) == 0x000058, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_AimArmsTargetOverrides' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_HandsUseOverrideTargetRotation) == 0x000068, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_HandsUseOverrideTargetRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_Reaching) == 0x000069, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_Reaching' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_HandPositionInfluencesBody) == 0x00006A, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_HandPositionInfluencesBody' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_HandTargetTransformSpace) == 0x00006B, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_HandTargetTransformSpace' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_MaxBodyAimingClamp) == 0x00006C, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_MaxBodyAimingClamp' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_MaxHeadAimingClamp) == 0x000070, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_MaxHeadAimingClamp' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_MaxLimbsAimingClamp) == 0x000074, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_MaxLimbsAimingClamp' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_HeadBodyTargetTransformSpace) == 0x000078, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_HeadBodyTargetTransformSpace' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_SeparateLimbAiming) == 0x000079, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_SeparateLimbAiming' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_Debug) == 0x00007A, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_ForwardVector) == 0x00007C, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_ForwardVector' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetUpperbodyAimValues_UpVector) == 0x000088, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetUpperbodyAimValues_UpVector' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetFootDragonIKValues_self_CastInput) == 0x000098, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetFootDragonIKValues_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetFootDragonIKValues_Enable) == 0x0000A8, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetFootDragonIKValues_Enable' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetFootDragonIKValues_Debug) == 0x0000A9, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetFootDragonIKValues_Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, K2Node_MakeStruct_DragonData_SingleArmElement) == 0x0000B0, "Member 'ABP_HumanFullbody_C_UpdateIK::K2Node_MakeStruct_DragonData_SingleArmElement' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, K2Node_MakeStruct_DragonData_SingleArmElement_1) == 0x0000F0, "Member 'ABP_HumanFullbody_C_UpdateIK::K2Node_MakeStruct_DragonData_SingleArmElement_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, K2Node_MakeArray_Array) == 0x000130, "Member 'ABP_HumanFullbody_C_UpdateIK::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetSpineDragonIKValues_self_CastInput) == 0x000140, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetSpineDragonIKValues_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetSpineDragonIKValues_Enable) == 0x000150, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetSpineDragonIKValues_Enable' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateIK, CallFunc_GetSpineDragonIKValues_Debug) == 0x000151, "Member 'ABP_HumanFullbody_C_UpdateIK::CallFunc_GetSpineDragonIKValues_Debug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc \ static_assert(alignof(ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc"); \ static_assert(sizeof(ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc) == 0x000020, "Wrong size on ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc"); \ static_assert(offsetof(ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc, Sender) == 0x000000, "Member 'ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc::Sender' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc, Event) == 0x000008, "Member 'ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc::Event' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc, K2Node_DynamicCast_AsBPE_Set_Locomotion_Mode) == 0x000010, "Member 'ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc::K2Node_DynamicCast_AsBPE_Set_Locomotion_Mode' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000019, "Member 'ABP_HumanFullbody_C_ABP_HumanFullbody_AutoGenFunc::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_EndLocomotionMode \ static_assert(alignof(ABP_HumanFullbody_C_EndLocomotionMode) == 0x000001, "Wrong alignment on ABP_HumanFullbody_C_EndLocomotionMode"); \ static_assert(sizeof(ABP_HumanFullbody_C_EndLocomotionMode) == 0x000002, "Wrong size on ABP_HumanFullbody_C_EndLocomotionMode"); \ static_assert(offsetof(ABP_HumanFullbody_C_EndLocomotionMode, LocomotionMode_0) == 0x000000, "Member 'ABP_HumanFullbody_C_EndLocomotionMode::LocomotionMode_0' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_EndLocomotionMode, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'ABP_HumanFullbody_C_EndLocomotionMode::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_BeginLocomotionMode \ static_assert(alignof(ABP_HumanFullbody_C_BeginLocomotionMode) == 0x000001, "Wrong alignment on ABP_HumanFullbody_C_BeginLocomotionMode"); \ static_assert(sizeof(ABP_HumanFullbody_C_BeginLocomotionMode) == 0x000002, "Wrong size on ABP_HumanFullbody_C_BeginLocomotionMode"); \ static_assert(offsetof(ABP_HumanFullbody_C_BeginLocomotionMode, LocomotionMode_0) == 0x000000, "Member 'ABP_HumanFullbody_C_BeginLocomotionMode::LocomotionMode_0' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_BeginLocomotionMode, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'ABP_HumanFullbody_C_BeginLocomotionMode::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_GetRootYawOffsetAngleForTIP \ static_assert(alignof(ABP_HumanFullbody_C_GetRootYawOffsetAngleForTIP) == 0x000004, "Wrong alignment on ABP_HumanFullbody_C_GetRootYawOffsetAngleForTIP"); \ static_assert(sizeof(ABP_HumanFullbody_C_GetRootYawOffsetAngleForTIP) == 0x000004, "Wrong size on ABP_HumanFullbody_C_GetRootYawOffsetAngleForTIP"); \ static_assert(offsetof(ABP_HumanFullbody_C_GetRootYawOffsetAngleForTIP, RootYawOffsetValue) == 0x000000, "Member 'ABP_HumanFullbody_C_GetRootYawOffsetAngleForTIP::RootYawOffsetValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_NGetAnimForCurrentTIP \ static_assert(alignof(ABP_HumanFullbody_C_NGetAnimForCurrentTIP) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_NGetAnimForCurrentTIP"); \ static_assert(sizeof(ABP_HumanFullbody_C_NGetAnimForCurrentTIP) == 0x000028, "Wrong size on ABP_HumanFullbody_C_NGetAnimForCurrentTIP"); \ static_assert(offsetof(ABP_HumanFullbody_C_NGetAnimForCurrentTIP, AnimSequence) == 0x000000, "Member 'ABP_HumanFullbody_C_NGetAnimForCurrentTIP::AnimSequence' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_NGetAnimForCurrentTIP, Temp_bool_Variable) == 0x000008, "Member 'ABP_HumanFullbody_C_NGetAnimForCurrentTIP::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_NGetAnimForCurrentTIP, Temp_object_Variable) == 0x000010, "Member 'ABP_HumanFullbody_C_NGetAnimForCurrentTIP::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_NGetAnimForCurrentTIP, Temp_object_Variable_1) == 0x000018, "Member 'ABP_HumanFullbody_C_NGetAnimForCurrentTIP::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_NGetAnimForCurrentTIP, K2Node_Select_Default) == 0x000020, "Member 'ABP_HumanFullbody_C_NGetAnimForCurrentTIP::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_CGetAnimForCurrentTIP \ static_assert(alignof(ABP_HumanFullbody_C_CGetAnimForCurrentTIP) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_CGetAnimForCurrentTIP"); \ static_assert(sizeof(ABP_HumanFullbody_C_CGetAnimForCurrentTIP) == 0x000028, "Wrong size on ABP_HumanFullbody_C_CGetAnimForCurrentTIP"); \ static_assert(offsetof(ABP_HumanFullbody_C_CGetAnimForCurrentTIP, Sequence) == 0x000000, "Member 'ABP_HumanFullbody_C_CGetAnimForCurrentTIP::Sequence' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_CGetAnimForCurrentTIP, Temp_bool_Variable) == 0x000008, "Member 'ABP_HumanFullbody_C_CGetAnimForCurrentTIP::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_CGetAnimForCurrentTIP, Temp_object_Variable) == 0x000010, "Member 'ABP_HumanFullbody_C_CGetAnimForCurrentTIP::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_CGetAnimForCurrentTIP, Temp_object_Variable_1) == 0x000018, "Member 'ABP_HumanFullbody_C_CGetAnimForCurrentTIP::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_CGetAnimForCurrentTIP, K2Node_Select_Default) == 0x000020, "Member 'ABP_HumanFullbody_C_CGetAnimForCurrentTIP::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_UpdateDynamicSequences \ static_assert(alignof(ABP_HumanFullbody_C_UpdateDynamicSequences) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_UpdateDynamicSequences"); \ static_assert(sizeof(ABP_HumanFullbody_C_UpdateDynamicSequences) == 0x000010, "Wrong size on ABP_HumanFullbody_C_UpdateDynamicSequences"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateDynamicSequences, CallFunc_NGetAnimForCurrentTIP_AnimSequence) == 0x000000, "Member 'ABP_HumanFullbody_C_UpdateDynamicSequences::CallFunc_NGetAnimForCurrentTIP_AnimSequence' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_UpdateDynamicSequences, CallFunc_CGetAnimForCurrentTIP_Sequence) == 0x000008, "Member 'ABP_HumanFullbody_C_UpdateDynamicSequences::CallFunc_CGetAnimForCurrentTIP_Sequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_GetStateLocomotionInfo \ static_assert(alignof(ABP_HumanFullbody_C_GetStateLocomotionInfo) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_GetStateLocomotionInfo"); \ static_assert(sizeof(ABP_HumanFullbody_C_GetStateLocomotionInfo) == 0x000010, "Wrong size on ABP_HumanFullbody_C_GetStateLocomotionInfo"); \ static_assert(offsetof(ABP_HumanFullbody_C_GetStateLocomotionInfo, StateBlendspace) == 0x000000, "Member 'ABP_HumanFullbody_C_GetStateLocomotionInfo::StateBlendspace' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_GetStateLocomotionInfo, StateBlendAlpha) == 0x000008, "Member 'ABP_HumanFullbody_C_GetStateLocomotionInfo::StateBlendAlpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_AnimGraph \ static_assert(alignof(ABP_HumanFullbody_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_AnimGraph"); \ static_assert(sizeof(ABP_HumanFullbody_C_AnimGraph) == 0x000010, "Wrong size on ABP_HumanFullbody_C_AnimGraph"); \ static_assert(offsetof(ABP_HumanFullbody_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'ABP_HumanFullbody_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C__N__Cycle_Blending \ static_assert(alignof(ABP_HumanFullbody_C__N__Cycle_Blending) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C__N__Cycle_Blending"); \ static_assert(sizeof(ABP_HumanFullbody_C__N__Cycle_Blending) == 0x000070, "Wrong size on ABP_HumanFullbody_C__N__Cycle_Blending"); \ static_assert(offsetof(ABP_HumanFullbody_C__N__Cycle_Blending, _N__F) == 0x000000, "Member 'ABP_HumanFullbody_C__N__Cycle_Blending::_N__F' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__N__Cycle_Blending, _N__B) == 0x000010, "Member 'ABP_HumanFullbody_C__N__Cycle_Blending::_N__B' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__N__Cycle_Blending, _N__LF) == 0x000020, "Member 'ABP_HumanFullbody_C__N__Cycle_Blending::_N__LF' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__N__Cycle_Blending, _N__LB) == 0x000030, "Member 'ABP_HumanFullbody_C__N__Cycle_Blending::_N__LB' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__N__Cycle_Blending, _N__RF) == 0x000040, "Member 'ABP_HumanFullbody_C__N__Cycle_Blending::_N__RF' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__N__Cycle_Blending, _N__RB) == 0x000050, "Member 'ABP_HumanFullbody_C__N__Cycle_Blending::_N__RB' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__N__Cycle_Blending, _N__Cycle_Blending_0) == 0x000060, "Member 'ABP_HumanFullbody_C__N__Cycle_Blending::_N__Cycle_Blending_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C__C__Cycle_Blending \ static_assert(alignof(ABP_HumanFullbody_C__C__Cycle_Blending) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C__C__Cycle_Blending"); \ static_assert(sizeof(ABP_HumanFullbody_C__C__Cycle_Blending) == 0x000070, "Wrong size on ABP_HumanFullbody_C__C__Cycle_Blending"); \ static_assert(offsetof(ABP_HumanFullbody_C__C__Cycle_Blending, _C__F) == 0x000000, "Member 'ABP_HumanFullbody_C__C__Cycle_Blending::_C__F' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__C__Cycle_Blending, _C__B) == 0x000010, "Member 'ABP_HumanFullbody_C__C__Cycle_Blending::_C__B' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__C__Cycle_Blending, _C__LF) == 0x000020, "Member 'ABP_HumanFullbody_C__C__Cycle_Blending::_C__LF' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__C__Cycle_Blending, _C__LB) == 0x000030, "Member 'ABP_HumanFullbody_C__C__Cycle_Blending::_C__LB' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__C__Cycle_Blending, _C__RF) == 0x000040, "Member 'ABP_HumanFullbody_C__C__Cycle_Blending::_C__RF' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__C__Cycle_Blending, _C__RB) == 0x000050, "Member 'ABP_HumanFullbody_C__C__Cycle_Blending::_C__RB' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C__C__Cycle_Blending, _C__Cycle_Blending_0) == 0x000060, "Member 'ABP_HumanFullbody_C__C__Cycle_Blending::_C__Cycle_Blending_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_LayerBlending \ static_assert(alignof(ABP_HumanFullbody_C_LayerBlending) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_LayerBlending"); \ static_assert(sizeof(ABP_HumanFullbody_C_LayerBlending) == 0x000040, "Wrong size on ABP_HumanFullbody_C_LayerBlending"); \ static_assert(offsetof(ABP_HumanFullbody_C_LayerBlending, BaseLayer_0) == 0x000000, "Member 'ABP_HumanFullbody_C_LayerBlending::BaseLayer_0' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_LayerBlending, OverlayLayer_0) == 0x000010, "Member 'ABP_HumanFullbody_C_LayerBlending::OverlayLayer_0' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_LayerBlending, StationaryPose_0) == 0x000020, "Member 'ABP_HumanFullbody_C_LayerBlending::StationaryPose_0' has a wrong offset!"); \ static_assert(offsetof(ABP_HumanFullbody_C_LayerBlending, LayerBlending_0) == 0x000030, "Member 'ABP_HumanFullbody_C_LayerBlending::LayerBlending_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_StationaryPose \ static_assert(alignof(ABP_HumanFullbody_C_StationaryPose) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_StationaryPose"); \ static_assert(sizeof(ABP_HumanFullbody_C_StationaryPose) == 0x000010, "Wrong size on ABP_HumanFullbody_C_StationaryPose"); \ static_assert(offsetof(ABP_HumanFullbody_C_StationaryPose, StationaryPose_0) == 0x000000, "Member 'ABP_HumanFullbody_C_StationaryPose::StationaryPose_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_OverlayLayer \ static_assert(alignof(ABP_HumanFullbody_C_OverlayLayer) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_OverlayLayer"); \ static_assert(sizeof(ABP_HumanFullbody_C_OverlayLayer) == 0x000010, "Wrong size on ABP_HumanFullbody_C_OverlayLayer"); \ static_assert(offsetof(ABP_HumanFullbody_C_OverlayLayer, OverlayLayer_0) == 0x000000, "Member 'ABP_HumanFullbody_C_OverlayLayer::OverlayLayer_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HumanFullbody_C_BaseLayer \ static_assert(alignof(ABP_HumanFullbody_C_BaseLayer) == 0x000008, "Wrong alignment on ABP_HumanFullbody_C_BaseLayer"); \ static_assert(sizeof(ABP_HumanFullbody_C_BaseLayer) == 0x000010, "Wrong size on ABP_HumanFullbody_C_BaseLayer"); \ static_assert(offsetof(ABP_HumanFullbody_C_BaseLayer, BaseLayer_0) == 0x000000, "Member 'ABP_HumanFullbody_C_BaseLayer::BaseLayer_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UABP_HumanFullbody_C \ static_assert(alignof(UABP_HumanFullbody_C) == 0x000010, "Wrong alignment on UABP_HumanFullbody_C"); \ static_assert(sizeof(UABP_HumanFullbody_C) == 0x007F00, "Wrong size on UABP_HumanFullbody_C"); \ static_assert(offsetof(UABP_HumanFullbody_C, UberGraphFrame) == 0x0002C0, "Member 'UABP_HumanFullbody_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TwoWayBlend_8) == 0x0002C8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TwoWayBlend_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_13) == 0x000390, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_13' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_12) == 0x000410, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_12' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_24) == 0x000490, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_24' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateMachine_8) == 0x0004C0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateMachine_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Inertialization_1) == 0x000570, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Inertialization_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Root_6) == 0x0005E0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Root_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_MultiWayBlend_8) == 0x000610, "Member 'UABP_HumanFullbody_C::AnimGraphNode_MultiWayBlend_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequenceEvaluator_1) == 0x000660, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequenceEvaluator_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequenceEvaluator) == 0x0006B0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequenceEvaluator' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Root_5) == 0x000700, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Root_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_14) == 0x000730, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_14' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_13) == 0x000848, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_13' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_12) == 0x000960, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_12' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_28) == 0x000A78, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_28' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_27) == 0x000BD0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_27' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_26) == 0x000D28, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_26' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_67) == 0x000E80, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_67' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_MakeDynamicAdditive_1) == 0x000EA8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_MakeDynamicAdditive_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_66) == 0x000EE0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_66' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_25) == 0x000F08, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_25' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_65) == 0x001060, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_65' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_MakeDynamicAdditive) == 0x001088, "Member 'UABP_HumanFullbody_C::AnimGraphNode_MakeDynamicAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_64) == 0x0010C0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_64' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_24) == 0x0010E8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_24' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LayeredBoneBlend_10) == 0x001240, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LayeredBoneBlend_10' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_63) == 0x001300, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_63' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_62) == 0x001328, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_62' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LayeredBoneBlend_9) == 0x001350, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LayeredBoneBlend_9' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Slot_10) == 0x001410, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Slot_10' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_61) == 0x001458, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_61' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_60) == 0x001480, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_60' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_59) == 0x0014A8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_59' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_ApplyMeshSpaceAdditive_3) == 0x0014D0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_ApplyMeshSpaceAdditive_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Slot_9) == 0x0015A0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Slot_9' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TwoWayBlend_7) == 0x0015E8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TwoWayBlend_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_23) == 0x0016B0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_23' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_58) == 0x001808, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_58' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_57) == 0x001830, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_57' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_56) == 0x001858, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_56' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_ApplyMeshSpaceAdditive_2) == 0x001880, "Member 'UABP_HumanFullbody_C::AnimGraphNode_ApplyMeshSpaceAdditive_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Slot_8) == 0x001950, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Slot_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TwoWayBlend_6) == 0x001998, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TwoWayBlend_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_22) == 0x001A60, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_22' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_55) == 0x001BB8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_55' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_54) == 0x001BE0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_54' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_53) == 0x001C08, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_53' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_ApplyMeshSpaceAdditive_1) == 0x001C30, "Member 'UABP_HumanFullbody_C::AnimGraphNode_ApplyMeshSpaceAdditive_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Slot_7) == 0x001D00, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Slot_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TwoWayBlend_5) == 0x001D48, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TwoWayBlend_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_21) == 0x001E10, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_21' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_52) == 0x001F68, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_52' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_51) == 0x001F90, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_51' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_50) == 0x001FB8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_50' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_49) == 0x001FE0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_49' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_ApplyMeshSpaceAdditive) == 0x002008, "Member 'UABP_HumanFullbody_C::AnimGraphNode_ApplyMeshSpaceAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Slot_6) == 0x0020D8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Slot_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TwoWayBlend_4) == 0x002120, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TwoWayBlend_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_20) == 0x0021E8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_20' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_48) == 0x002340, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_48' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_47) == 0x002368, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_47' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_46) == 0x002390, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_46' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Slot_5) == 0x0023B8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Slot_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TwoWayBlend_3) == 0x002400, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TwoWayBlend_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_19) == 0x0024C8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_19' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_45) == 0x002620, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_45' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_ApplyAdditive_1) == 0x002648, "Member 'UABP_HumanFullbody_C::AnimGraphNode_ApplyAdditive_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LayeredBoneBlend_8) == 0x002710, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LayeredBoneBlend_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_44) == 0x0027D0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_44' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_43) == 0x0027F8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_43' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Slot_4) == 0x002820, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Slot_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TwoWayBlend_2) == 0x002868, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TwoWayBlend_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_18) == 0x002930, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_18' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_42) == 0x002A88, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_42' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_ApplyAdditive) == 0x002AB0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_41) == 0x002B78, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_41' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_40) == 0x002BA0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_40' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LayeredBoneBlend_7) == 0x002BC8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LayeredBoneBlend_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LayeredBoneBlend_6) == 0x002C88, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LayeredBoneBlend_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_39) == 0x002D48, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_39' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LayeredBoneBlend_5) == 0x002D70, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LayeredBoneBlend_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_38) == 0x002E30, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_38' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LayeredBoneBlend_4) == 0x002E58, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LayeredBoneBlend_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_37) == 0x002F18, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_37' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LayeredBoneBlend_3) == 0x002F40, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LayeredBoneBlend_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_36) == 0x003000, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_36' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_35) == 0x003028, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_35' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LayeredBoneBlend_2) == 0x003050, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LayeredBoneBlend_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LayeredBoneBlend_1) == 0x003110, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LayeredBoneBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_34) == 0x0031D0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_34' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Root_4) == 0x0031F8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Root_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_11) == 0x003228, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_11' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_10) == 0x003340, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_10' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_9) == 0x003458, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_9' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_8) == 0x003570, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_7) == 0x003688, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_6) == 0x0037A0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_17) == 0x0038B8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_17' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_16) == 0x003A10, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_16' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_15) == 0x003B68, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_15' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_14) == 0x003CC0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_14' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_13) == 0x003E18, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_13' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_12) == 0x003F70, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_12' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_18) == 0x0040C8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_17) == 0x0040F0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_16) == 0x004118, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_15) == 0x004140, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_33) == 0x004168, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_33' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_MultiWayBlend_7) == 0x004190, "Member 'UABP_HumanFullbody_C::AnimGraphNode_MultiWayBlend_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_32) == 0x0041E0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_32' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_31) == 0x004208, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_31' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_30) == 0x004230, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_30' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_23) == 0x004258, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_23' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_29) == 0x004288, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_29' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_MultiWayBlend_6) == 0x0042B0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_MultiWayBlend_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_28) == 0x004300, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_28' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_27) == 0x004328, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_27' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_26) == 0x004350, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_26' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_22) == 0x004378, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_22' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_25) == 0x0043A8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_25' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_24) == 0x0043D0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_24' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_MultiWayBlend_5) == 0x0043F8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_MultiWayBlend_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_23) == 0x004448, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_23' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_22) == 0x004470, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_22' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_21) == 0x004498, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_21' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_21) == 0x0044C8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_21' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_MultiWayBlend_4) == 0x0044F0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_MultiWayBlend_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_20) == 0x004540, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_20' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_19) == 0x004568, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_19' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_18) == 0x004590, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_18' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_20) == 0x0045B8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_20' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_17) == 0x0045E8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_17' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_MultiWayBlend_3) == 0x004610, "Member 'UABP_HumanFullbody_C::AnimGraphNode_MultiWayBlend_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_16) == 0x004660, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_16' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_15) == 0x004688, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_15' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_14) == 0x0046B0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_14' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_19) == 0x0046D8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_19' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_MultiWayBlend_2) == 0x004708, "Member 'UABP_HumanFullbody_C::AnimGraphNode_MultiWayBlend_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_13) == 0x004758, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_13' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_12) == 0x004780, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_12' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_11) == 0x0047A8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_11' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_10) == 0x0047D0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_10' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_18) == 0x0047F8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_18' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateMachine_7) == 0x004828, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateMachine_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Root_3) == 0x0048D8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Root_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_5) == 0x004908, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_4) == 0x004A20, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_3) == 0x004B38, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_2) == 0x004C50, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose_1) == 0x004D68, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedInputPose) == 0x004E80, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_11) == 0x004F98, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_11' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_10) == 0x0050F0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_10' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_9) == 0x005248, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_9' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_8) == 0x0053A0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_7) == 0x0054F8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_6) == 0x005650, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_9) == 0x0057A8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_9' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_8) == 0x0057D0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_7) == 0x0057F8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_6) == 0x005820, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_MultiWayBlend_1) == 0x005848, "Member 'UABP_HumanFullbody_C::AnimGraphNode_MultiWayBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_17) == 0x005898, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_17' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateMachine_6) == 0x0058C8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateMachine_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Root_2) == 0x005978, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Root_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Slot_3) == 0x0059A8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Slot_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Root_1) == 0x0059F0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Root_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Slot_2) == 0x005A20, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Slot_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Slot_1) == 0x005A68, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Slot_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Inertialization) == 0x005AB0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Inertialization' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_14) == 0x005B20, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_13) == 0x005B48, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_12) == 0x005B70, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_11) == 0x005B98, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_16) == 0x005BC0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_16' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_11) == 0x005BF0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_11' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_BlendListByInt) == 0x005C70, "Member 'UABP_HumanFullbody_C::AnimGraphNode_BlendListByInt' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_10) == 0x005D10, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_10' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_15) == 0x005D90, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_15' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_9) == 0x005DC0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_9' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_14) == 0x005E40, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_14' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_10) == 0x005E70, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_5) == 0x005E98, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_13) == 0x005EC0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_13' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateMachine_5) == 0x005EF0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateMachine_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_4) == 0x005FA0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_5) == 0x005FC8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_4) == 0x006120, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_3) == 0x006278, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LinkedAnimLayer) == 0x0063D0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LinkedAnimLayer' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_2) == 0x006480, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_9) == 0x0065D8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_8) == 0x006600, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_BlendSpacePlayer_2) == 0x006628, "Member 'UABP_HumanFullbody_C::AnimGraphNode_BlendSpacePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_OrientationWarp_1) == 0x006710, "Member 'UABP_HumanFullbody_C::AnimGraphNode_OrientationWarp_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_12) == 0x0067A0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_12' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_7) == 0x0067D0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_6) == 0x0067F8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_5) == 0x006820, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_8) == 0x006848, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_11) == 0x0068C8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_11' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_7) == 0x0068F8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_10) == 0x006978, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_10' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_6) == 0x0069A8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_9) == 0x006A28, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_9' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateMachine_4) == 0x006A58, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateMachine_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_8) == 0x006B08, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_8' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateMachine_3) == 0x006B38, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateMachine_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_3) == 0x006BE8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_2) == 0x006C10, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_MultiWayBlend) == 0x006C38, "Member 'UABP_HumanFullbody_C::AnimGraphNode_MultiWayBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_7) == 0x006C88, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_7' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateMachine_2) == 0x006CB8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateMachine_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose_1) == 0x006D68, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_LayeredBoneBlend) == 0x006EC0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Slot) == 0x006F80, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Slot' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose_1) == 0x006FC8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_UseCachedPose) == 0x006FF0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_4) == 0x007018, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_3) == 0x007040, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TwoWayBlend_1) == 0x007068, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TwoWayBlend_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_BlendSpacePlayer_1) == 0x007130, "Member 'UABP_HumanFullbody_C::AnimGraphNode_BlendSpacePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_BlendSpacePlayer) == 0x007218, "Member 'UABP_HumanFullbody_C::AnimGraphNode_BlendSpacePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_OrientationWarp) == 0x007300, "Member 'UABP_HumanFullbody_C::AnimGraphNode_OrientationWarp' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_6) == 0x007390, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_6' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_2) == 0x0073C0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult_1) == 0x0073E8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TransitionResult) == 0x007410, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TransitionResult' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_5) == 0x007438, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_5) == 0x0074B8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_5' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_4) == 0x0074E8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_4) == 0x007568, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_4' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_3) == 0x007598, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_3) == 0x007618, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_3' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_2) == 0x007648, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_2) == 0x0076C8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_2' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer_1) == 0x0076F8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_TwoWayBlend) == 0x007778, "Member 'UABP_HumanFullbody_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SequencePlayer) == 0x007840, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult_1) == 0x0078C0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateMachine_1) == 0x0078F0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateMachine_1' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateResult) == 0x0079A0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateResult' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_StateMachine) == 0x0079D0, "Member 'UABP_HumanFullbody_C::AnimGraphNode_StateMachine' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_SaveCachedPose) == 0x007A80, "Member 'UABP_HumanFullbody_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AnimGraphNode_Root) == 0x007BD8, "Member 'UABP_HumanFullbody_C::AnimGraphNode_Root' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, PlayerCharacter) == 0x007C08, "Member 'UABP_HumanFullbody_C::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, Is_in_Air_) == 0x007C10, "Member 'UABP_HumanFullbody_C::Is_in_Air_' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CrouchStepZOffset) == 0x007C14, "Member 'UABP_HumanFullbody_C::CrouchStepZOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, isSprint) == 0x007C18, "Member 'UABP_HumanFullbody_C::isSprint' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, IsHoldingBreath) == 0x007C19, "Member 'UABP_HumanFullbody_C::IsHoldingBreath' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, IntroCineSoundMixOnGround) == 0x007C20, "Member 'UABP_HumanFullbody_C::IntroCineSoundMixOnGround' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, TurnLeft_) == 0x007C30, "Member 'UABP_HumanFullbody_C::TurnLeft_' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, TurnRight_) == 0x007C31, "Member 'UABP_HumanFullbody_C::TurnRight_' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CrouchRate) == 0x007C34, "Member 'UABP_HumanFullbody_C::CrouchRate' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CrouchState) == 0x007C38, "Member 'UABP_HumanFullbody_C::CrouchState' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, IsFirstUpdate) == 0x007C39, "Member 'UABP_HumanFullbody_C::IsFirstUpdate' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, PrevWorldLocation) == 0x007C3C, "Member 'UABP_HumanFullbody_C::PrevWorldLocation' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, WorldLocation) == 0x007C48, "Member 'UABP_HumanFullbody_C::WorldLocation' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, DisplacementSpeed) == 0x007C54, "Member 'UABP_HumanFullbody_C::DisplacementSpeed' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, DisplacementSpeedSinceLastUpdate) == 0x007C58, "Member 'UABP_HumanFullbody_C::DisplacementSpeedSinceLastUpdate' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, PrevWorldRotation) == 0x007C5C, "Member 'UABP_HumanFullbody_C::PrevWorldRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, YawDeltaSpeed) == 0x007C68, "Member 'UABP_HumanFullbody_C::YawDeltaSpeed' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, YawDeltaSinceLastUpdate) == 0x007C6C, "Member 'UABP_HumanFullbody_C::YawDeltaSinceLastUpdate' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, WorldRotation) == 0x007C70, "Member 'UABP_HumanFullbody_C::WorldRotation' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, WorldAcceleration2D) == 0x007C7C, "Member 'UABP_HumanFullbody_C::WorldAcceleration2D' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, LocalAcceleration2D) == 0x007C88, "Member 'UABP_HumanFullbody_C::LocalAcceleration2D' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, WorldVelocity) == 0x007C94, "Member 'UABP_HumanFullbody_C::WorldVelocity' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, WorldVelocity2D) == 0x007CA0, "Member 'UABP_HumanFullbody_C::WorldVelocity2D' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, LocalVelocity2D) == 0x007CAC, "Member 'UABP_HumanFullbody_C::LocalVelocity2D' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, HasVelocity) == 0x007CB8, "Member 'UABP_HumanFullbody_C::HasVelocity' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, IsPlayingMontage) == 0x007CB9, "Member 'UABP_HumanFullbody_C::IsPlayingMontage' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, IsJumping) == 0x007CBA, "Member 'UABP_HumanFullbody_C::IsJumping' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, IsFalling) == 0x007CBB, "Member 'UABP_HumanFullbody_C::IsFalling' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, FallImpactForce) == 0x007CBC, "Member 'UABP_HumanFullbody_C::FallImpactForce' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, PrevZVelocity) == 0x007CC0, "Member 'UABP_HumanFullbody_C::PrevZVelocity' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, IsOnGround) == 0x007CC4, "Member 'UABP_HumanFullbody_C::IsOnGround' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, IsCrouching) == 0x007CC5, "Member 'UABP_HumanFullbody_C::IsCrouching' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, RootYawOffset) == 0x007CC8, "Member 'UABP_HumanFullbody_C::RootYawOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CurDeltaTime) == 0x007CCC, "Member 'UABP_HumanFullbody_C::CurDeltaTime' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, WasMovingLastUpdate) == 0x007CD0, "Member 'UABP_HumanFullbody_C::WasMovingLastUpdate' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, DistToFloor) == 0x007CD4, "Member 'UABP_HumanFullbody_C::DistToFloor' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, LocalVelocityDirectionAngle) == 0x007CD8, "Member 'UABP_HumanFullbody_C::LocalVelocityDirectionAngle' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, LocalVelocityDirectionAngleWithOffset) == 0x007CDC, "Member 'UABP_HumanFullbody_C::LocalVelocityDirectionAngleWithOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, HasAcceleration) == 0x007CE0, "Member 'UABP_HumanFullbody_C::HasAcceleration' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, WasCrouchingLastUpdate) == 0x007CE1, "Member 'UABP_HumanFullbody_C::WasCrouchingLastUpdate' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, HasCrouchStateChanged) == 0x007CE2, "Member 'UABP_HumanFullbody_C::HasCrouchStateChanged' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, RootYawOffsetMode) == 0x007CE3, "Member 'UABP_HumanFullbody_C::RootYawOffsetMode' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, EnableRootYawOffset) == 0x007CE4, "Member 'UABP_HumanFullbody_C::EnableRootYawOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, RootYawOffsetAngleClamp) == 0x007CE8, "Member 'UABP_HumanFullbody_C::RootYawOffsetAngleClamp' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, AimingYaw) == 0x007CF0, "Member 'UABP_HumanFullbody_C::AimingYaw' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, RootYawOffsetSpringState) == 0x007CF4, "Member 'UABP_HumanFullbody_C::RootYawOffsetSpringState' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, UpdatingAnimState) == 0x007CFC, "Member 'UABP_HumanFullbody_C::UpdatingAnimState' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, PreviousUpdatingAnimState) == 0x007CFD, "Member 'UABP_HumanFullbody_C::PreviousUpdatingAnimState' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, StateChanged) == 0x007CFE, "Member 'UABP_HumanFullbody_C::StateChanged' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, RotationPitch) == 0x007D00, "Member 'UABP_HumanFullbody_C::RotationPitch' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CharacterLocomotionState) == 0x007D04, "Member 'UABP_HumanFullbody_C::CharacterLocomotionState' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, IsMoving) == 0x007D05, "Member 'UABP_HumanFullbody_C::IsMoving' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, VelocityBlend) == 0x007D08, "Member 'UABP_HumanFullbody_C::VelocityBlend' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, TurnYawCurveValue) == 0x007D18, "Member 'UABP_HumanFullbody_C::TurnYawCurveValue' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, MovementDirection) == 0x007D1C, "Member 'UABP_HumanFullbody_C::MovementDirection' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, RunCardinalAnims) == 0x007D20, "Member 'UABP_HumanFullbody_C::RunCardinalAnims' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CrouchCardinalAnims) == 0x007D40, "Member 'UABP_HumanFullbody_C::CrouchCardinalAnims' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, HighLevelMovement) == 0x007D60, "Member 'UABP_HumanFullbody_C::HighLevelMovement' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, LocomotionMode) == 0x007D61, "Member 'UABP_HumanFullbody_C::LocomotionMode' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CardinalDirectionDeadZone) == 0x007D64, "Member 'UABP_HumanFullbody_C::CardinalDirectionDeadZone' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, MovementDirectionNoOffset) == 0x007D68, "Member 'UABP_HumanFullbody_C::MovementDirectionNoOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, OrientationWarpOffset) == 0x007D6C, "Member 'UABP_HumanFullbody_C::OrientationWarpOffset' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, SpineAdd) == 0x007D70, "Member 'UABP_HumanFullbody_C::SpineAdd' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, HeadAdd) == 0x007D74, "Member 'UABP_HumanFullbody_C::HeadAdd' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, ArmLAdd) == 0x007D78, "Member 'UABP_HumanFullbody_C::ArmLAdd' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, ArmRAdd) == 0x007D7C, "Member 'UABP_HumanFullbody_C::ArmRAdd' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, HandR) == 0x007D80, "Member 'UABP_HumanFullbody_C::HandR' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, HandL) == 0x007D84, "Member 'UABP_HumanFullbody_C::HandL' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, EnableHandIKL) == 0x007D88, "Member 'UABP_HumanFullbody_C::EnableHandIKL' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, EnableHandIKR) == 0x007D8C, "Member 'UABP_HumanFullbody_C::EnableHandIKR' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, ArmL_MS) == 0x007D90, "Member 'UABP_HumanFullbody_C::ArmL_MS' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, ArmL_LS) == 0x007D94, "Member 'UABP_HumanFullbody_C::ArmL_LS' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, ArmR_MS) == 0x007D98, "Member 'UABP_HumanFullbody_C::ArmR_MS' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, ArmR_LS) == 0x007D9C, "Member 'UABP_HumanFullbody_C::ArmR_LS' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CrouchingRootYawOffsetAngleClamp) == 0x007DA0, "Member 'UABP_HumanFullbody_C::CrouchingRootYawOffsetAngleClamp' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, NRootYawAngleForTIP) == 0x007DA8, "Member 'UABP_HumanFullbody_C::NRootYawAngleForTIP' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, IK_TraceDistanceAboveFoot) == 0x007DAC, "Member 'UABP_HumanFullbody_C::IK_TraceDistanceAboveFoot' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, IK_TraceDistanceBelowFoot) == 0x007DB0, "Member 'UABP_HumanFullbody_C::IK_TraceDistanceBelowFoot' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, FootHeight) == 0x007DB4, "Member 'UABP_HumanFullbody_C::FootHeight' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, RootZOfffset) == 0x007DB8, "Member 'UABP_HumanFullbody_C::RootZOfffset' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CrouchRootYawAngleForRightTIP) == 0x007DBC, "Member 'UABP_HumanFullbody_C::CrouchRootYawAngleForRightTIP' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CrouchRootYawAngleForLeftTIP) == 0x007DC0, "Member 'UABP_HumanFullbody_C::CrouchRootYawAngleForLeftTIP' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, SprintAlphaRate) == 0x007DC4, "Member 'UABP_HumanFullbody_C::SprintAlphaRate' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, SprintAlpha) == 0x007DC8, "Member 'UABP_HumanFullbody_C::SprintAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, FallingVelocity) == 0x007DCC, "Member 'UABP_HumanFullbody_C::FallingVelocity' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, FallingVelocityBeforeImpact) == 0x007DD0, "Member 'UABP_HumanFullbody_C::FallingVelocityBeforeImpact' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, MinVelocityForLandAnim) == 0x007DD4, "Member 'UABP_HumanFullbody_C::MinVelocityForLandAnim' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, SpineDragonIKAlpha) == 0x007DD8, "Member 'UABP_HumanFullbody_C::SpineDragonIKAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, FeetDragonIKAlpha) == 0x007DDC, "Member 'UABP_HumanFullbody_C::FeetDragonIKAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, UpperBodyAimingDragonIKAlpha) == 0x007DE0, "Member 'UABP_HumanFullbody_C::UpperBodyAimingDragonIKAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, DebugSpine) == 0x007DE4, "Member 'UABP_HumanFullbody_C::DebugSpine' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, DebugFeet) == 0x007DE5, "Member 'UABP_HumanFullbody_C::DebugFeet' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, DebugUpperBodyAiming) == 0x007DE6, "Member 'UABP_HumanFullbody_C::DebugUpperBodyAiming' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, LookAtTransform) == 0x007DF0, "Member 'UABP_HumanFullbody_C::LookAtTransform' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, OverrideArmAimTargetArray) == 0x007E20, "Member 'UABP_HumanFullbody_C::OverrideArmAimTargetArray' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, UseArmAimingOverrideTargets) == 0x007E30, "Member 'UABP_HumanFullbody_C::UseArmAimingOverrideTargets' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, HandRotationUseOverrideTargetTransforms) == 0x007E31, "Member 'UABP_HumanFullbody_C::HandRotationUseOverrideTargetTransforms' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, Reaching) == 0x007E32, "Member 'UABP_HumanFullbody_C::Reaching' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, HandsPositionsInfluenceBody) == 0x007E33, "Member 'UABP_HumanFullbody_C::HandsPositionsInfluenceBody' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, HandTargetTransformSpace) == 0x007E34, "Member 'UABP_HumanFullbody_C::HandTargetTransformSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, HeadBodyTargetTransformSpace) == 0x007E35, "Member 'UABP_HumanFullbody_C::HeadBodyTargetTransformSpace' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, UseSeparateArmAiming) == 0x007E36, "Member 'UABP_HumanFullbody_C::UseSeparateArmAiming' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, EnableAimingSolver) == 0x007E37, "Member 'UABP_HumanFullbody_C::EnableAimingSolver' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, EnableFeetSolver) == 0x007E38, "Member 'UABP_HumanFullbody_C::EnableFeetSolver' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, EnableSpineSolver) == 0x007E39, "Member 'UABP_HumanFullbody_C::EnableSpineSolver' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, EnableHeadAim) == 0x007E3A, "Member 'UABP_HumanFullbody_C::EnableHeadAim' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, ImplementsDragonIK) == 0x007E3B, "Member 'UABP_HumanFullbody_C::ImplementsDragonIK' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, MaxBodyAimingClamp) == 0x007E3C, "Member 'UABP_HumanFullbody_C::MaxBodyAimingClamp' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, MaxHeadAimingClamp) == 0x007E40, "Member 'UABP_HumanFullbody_C::MaxHeadAimingClamp' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, MaxLimbAimingClamp) == 0x007E44, "Member 'UABP_HumanFullbody_C::MaxLimbAimingClamp' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, ForwardVector) == 0x007E48, "Member 'UABP_HumanFullbody_C::ForwardVector' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, UpVector) == 0x007E54, "Member 'UABP_HumanFullbody_C::UpVector' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, UseReferenceForwardAxisLogic) == 0x007E60, "Member 'UABP_HumanFullbody_C::UseReferenceForwardAxisLogic' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, MinVelocityForHardLandAnim) == 0x007E64, "Member 'UABP_HumanFullbody_C::MinVelocityForHardLandAnim' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, LandType) == 0x007E68, "Member 'UABP_HumanFullbody_C::LandType' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CardinalLocomotionBlendsN) == 0x007E70, "Member 'UABP_HumanFullbody_C::CardinalLocomotionBlendsN' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, TwoDSpeed) == 0x007E90, "Member 'UABP_HumanFullbody_C::TwoDSpeed' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CardinalLocomotionBlendsC) == 0x007E98, "Member 'UABP_HumanFullbody_C::CardinalLocomotionBlendsC' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, TurnInPlaceAnim) == 0x007EB8, "Member 'UABP_HumanFullbody_C::TurnInPlaceAnim' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CurrentRootYawOffsetForTIP) == 0x007EC0, "Member 'UABP_HumanFullbody_C::CurrentRootYawOffsetForTIP' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, TurnInPlaceAnimTime) == 0x007EC4, "Member 'UABP_HumanFullbody_C::TurnInPlaceAnimTime' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, CRootYawAngleTIP) == 0x007EC8, "Member 'UABP_HumanFullbody_C::CRootYawAngleTIP' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, StateLocomotionBlendspace) == 0x007ED0, "Member 'UABP_HumanFullbody_C::StateLocomotionBlendspace' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, StateLocomotionAlpha) == 0x007ED8, "Member 'UABP_HumanFullbody_C::StateLocomotionAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, StateIdleAlpha) == 0x007EDC, "Member 'UABP_HumanFullbody_C::StateIdleAlpha' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, StateIdleAnim) == 0x007EE0, "Member 'UABP_HumanFullbody_C::StateIdleAnim' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, TIPPlayRateN) == 0x007EE8, "Member 'UABP_HumanFullbody_C::TIPPlayRateN' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, TIPPlayRateC) == 0x007EEC, "Member 'UABP_HumanFullbody_C::TIPPlayRateC' has a wrong offset!"); \ static_assert(offsetof(UABP_HumanFullbody_C, ZVelocityForFalling) == 0x007EF0, "Member 'UABP_HumanFullbody_C::ZVelocityForFalling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA0_LeftStudy_C \ static_assert(alignof(UBPE_KA0_LeftStudy_C) == 0x000008, "Wrong alignment on UBPE_KA0_LeftStudy_C"); \ static_assert(sizeof(UBPE_KA0_LeftStudy_C) == 0x000028, "Wrong size on UBPE_KA0_LeftStudy_C"); \ #define DUMPER7_ASSERTS_BP_PHCheatManager_C_ExecuteUbergraph_BP_PHCheatManager \ static_assert(alignof(BP_PHCheatManager_C_ExecuteUbergraph_BP_PHCheatManager) == 0x000004, "Wrong alignment on BP_PHCheatManager_C_ExecuteUbergraph_BP_PHCheatManager"); \ static_assert(sizeof(BP_PHCheatManager_C_ExecuteUbergraph_BP_PHCheatManager) == 0x000004, "Wrong size on BP_PHCheatManager_C_ExecuteUbergraph_BP_PHCheatManager"); \ static_assert(offsetof(BP_PHCheatManager_C_ExecuteUbergraph_BP_PHCheatManager, EntryPoint) == 0x000000, "Member 'BP_PHCheatManager_C_ExecuteUbergraph_BP_PHCheatManager::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHCheatManager_C_ApplyGodModeConditional \ static_assert(alignof(BP_PHCheatManager_C_ApplyGodModeConditional) == 0x000008, "Wrong alignment on BP_PHCheatManager_C_ApplyGodModeConditional"); \ static_assert(sizeof(BP_PHCheatManager_C_ApplyGodModeConditional) == 0x000038, "Wrong size on BP_PHCheatManager_C_ApplyGodModeConditional"); \ static_assert(offsetof(BP_PHCheatManager_C_ApplyGodModeConditional, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000000, "Member 'BP_PHCheatManager_C_ApplyGodModeConditional::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_PHCheatManager_C_ApplyGodModeConditional, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_PHCheatManager_C_ApplyGodModeConditional::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHCheatManager_C_ApplyGodModeConditional, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000010, "Member 'BP_PHCheatManager_C_ApplyGodModeConditional::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHCheatManager_C_ApplyGodModeConditional, CallFunc_RemoveActiveGameplayEffect_ReturnValue) == 0x000018, "Member 'BP_PHCheatManager_C_ApplyGodModeConditional::CallFunc_RemoveActiveGameplayEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHCheatManager_C_ApplyGodModeConditional, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x00001C, "Member 'BP_PHCheatManager_C_ApplyGodModeConditional::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHCheatManager_C_ApplyGodModeConditional, CallFunc_IsValid_ReturnValue_1) == 0x000034, "Member 'BP_PHCheatManager_C_ApplyGodModeConditional::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHCheatManager_C_ApplyGodModeConditional, CallFunc_IsGodModeEnabled_ReturnValue) == 0x000035, "Member 'BP_PHCheatManager_C_ApplyGodModeConditional::CallFunc_IsGodModeEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PHCheatManager_C \ static_assert(alignof(UBP_PHCheatManager_C) == 0x000008, "Wrong alignment on UBP_PHCheatManager_C"); \ static_assert(sizeof(UBP_PHCheatManager_C) == 0x0000F0, "Wrong size on UBP_PHCheatManager_C"); \ static_assert(offsetof(UBP_PHCheatManager_C, UberGraphFrame) == 0x0000D0, "Member 'UBP_PHCheatManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_PHCheatManager_C, GodModeEffectHandle) == 0x0000D8, "Member 'UBP_PHCheatManager_C::GodModeEffectHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle \ static_assert(alignof(WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle) == 0x000008, "Wrong alignment on WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle"); \ static_assert(sizeof(WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle) == 0x000050, "Wrong size on WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle, EntryPoint) == 0x000000, "Member 'WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle, K2Node_CustomEvent_Sender) == 0x000018, "Member 'WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle::K2Node_CustomEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle, K2Node_CustomEvent_Event) == 0x000020, "Member 'WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle::K2Node_CustomEvent_Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000028, "Member 'WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000038, "Member 'WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle, CallFunc_GetEndTime_ReturnValue) == 0x000048, "Member 'WBP_HUDClueTriangle_C_ExecuteUbergraph_WBP_HUDClueTriangle::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDClueTriangle_C_Reset_Triangle_Icon \ static_assert(alignof(WBP_HUDClueTriangle_C_Reset_Triangle_Icon) == 0x000008, "Wrong alignment on WBP_HUDClueTriangle_C_Reset_Triangle_Icon"); \ static_assert(sizeof(WBP_HUDClueTriangle_C_Reset_Triangle_Icon) == 0x000010, "Wrong size on WBP_HUDClueTriangle_C_Reset_Triangle_Icon"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_Reset_Triangle_Icon, Sender) == 0x000000, "Member 'WBP_HUDClueTriangle_C_Reset_Triangle_Icon::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_Reset_Triangle_Icon, Event) == 0x000008, "Member 'WBP_HUDClueTriangle_C_Reset_Triangle_Icon::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDClueTriangle_C_DisplayClueIcons \ static_assert(alignof(WBP_HUDClueTriangle_C_DisplayClueIcons) == 0x000008, "Wrong alignment on WBP_HUDClueTriangle_C_DisplayClueIcons"); \ static_assert(sizeof(WBP_HUDClueTriangle_C_DisplayClueIcons) == 0x000048, "Wrong size on WBP_HUDClueTriangle_C_DisplayClueIcons"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, Sender) == 0x000000, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, Event) == 0x000008, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, BPE) == 0x000010, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::BPE' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, K2Node_DynamicCast_AsBPE_Global_HUD_Clue_Triangle_Display) == 0x000018, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::K2Node_DynamicCast_AsBPE_Global_HUD_Clue_Triangle_Display' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, CallFunc_GetClueCounter_ClueCounter) == 0x000024, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::CallFunc_GetClueCounter_ClueCounter' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000029, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00002A, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, CallFunc_GetClueCounter_ClueCounter_1) == 0x00002C, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::CallFunc_GetClueCounter_ClueCounter_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, CallFunc_CreateEOEvent_ReturnValue) == 0x000038, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_DisplayClueIcons, CallFunc_PlayAnimation_ReturnValue) == 0x000040, "Member 'WBP_HUDClueTriangle_C_DisplayClueIcons::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDClueTriangle_C_SetIconTextures \ static_assert(alignof(WBP_HUDClueTriangle_C_SetIconTextures) == 0x000008, "Wrong alignment on WBP_HUDClueTriangle_C_SetIconTextures"); \ static_assert(sizeof(WBP_HUDClueTriangle_C_SetIconTextures) == 0x000268, "Wrong size on WBP_HUDClueTriangle_C_SetIconTextures"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, Sender) == 0x000000, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, Event) == 0x000008, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, K2Node_DynamicCast_AsBPE_Global_HUD_Clue_Triangle_Set) == 0x000010, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::K2Node_DynamicCast_AsBPE_Global_HUD_Clue_Triangle_Set' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, CallFunc_Array_Get_Item_1) == 0x000028, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, K2Node_MakeStruct_SlateBrush) == 0x000030, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, K2Node_MakeStruct_SlateBrush_1) == 0x0000B8, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, CallFunc_Array_Get_Item_2) == 0x000140, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, CallFunc_Array_Get_Item_3) == 0x000148, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, K2Node_MakeStruct_SlateBrush_2) == 0x000150, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::K2Node_MakeStruct_SlateBrush_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, K2Node_MakeStruct_SlateBrush_3) == 0x0001D8, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::K2Node_MakeStruct_SlateBrush_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, CallFunc_Array_Length_ReturnValue) == 0x000260, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetIconTextures, CallFunc_Greater_IntInt_ReturnValue) == 0x000264, "Member 'WBP_HUDClueTriangle_C_SetIconTextures::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDClueTriangle_C_SetClueCounter \ static_assert(alignof(WBP_HUDClueTriangle_C_SetClueCounter) == 0x000008, "Wrong alignment on WBP_HUDClueTriangle_C_SetClueCounter"); \ static_assert(sizeof(WBP_HUDClueTriangle_C_SetClueCounter) == 0x000010, "Wrong size on WBP_HUDClueTriangle_C_SetClueCounter"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetClueCounter, NewCounter) == 0x000000, "Member 'WBP_HUDClueTriangle_C_SetClueCounter::NewCounter' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_SetClueCounter, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'WBP_HUDClueTriangle_C_SetClueCounter::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDClueTriangle_C_IncrementClueCounter \ static_assert(alignof(WBP_HUDClueTriangle_C_IncrementClueCounter) == 0x000008, "Wrong alignment on WBP_HUDClueTriangle_C_IncrementClueCounter"); \ static_assert(sizeof(WBP_HUDClueTriangle_C_IncrementClueCounter) == 0x000018, "Wrong size on WBP_HUDClueTriangle_C_IncrementClueCounter"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_IncrementClueCounter, Temp_int_Variable) == 0x000000, "Member 'WBP_HUDClueTriangle_C_IncrementClueCounter::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_IncrementClueCounter, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'WBP_HUDClueTriangle_C_IncrementClueCounter::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_IncrementClueCounter, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_HUDClueTriangle_C_IncrementClueCounter::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDClueTriangle_C_GetClueCounter \ static_assert(alignof(WBP_HUDClueTriangle_C_GetClueCounter) == 0x000008, "Wrong alignment on WBP_HUDClueTriangle_C_GetClueCounter"); \ static_assert(sizeof(WBP_HUDClueTriangle_C_GetClueCounter) == 0x000010, "Wrong size on WBP_HUDClueTriangle_C_GetClueCounter"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_GetClueCounter, ClueCounter_0) == 0x000000, "Member 'WBP_HUDClueTriangle_C_GetClueCounter::ClueCounter_0' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDClueTriangle_C_GetClueCounter, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'WBP_HUDClueTriangle_C_GetClueCounter::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_HUDClueTriangle_C \ static_assert(alignof(UWBP_HUDClueTriangle_C) == 0x000008, "Wrong alignment on UWBP_HUDClueTriangle_C"); \ static_assert(sizeof(UWBP_HUDClueTriangle_C) == 0x000298, "Wrong size on UWBP_HUDClueTriangle_C"); \ static_assert(offsetof(UWBP_HUDClueTriangle_C, UberGraphFrame) == 0x000260, "Member 'UWBP_HUDClueTriangle_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDClueTriangle_C, FadeInOut) == 0x000268, "Member 'UWBP_HUDClueTriangle_C::FadeInOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDClueTriangle_C, Background) == 0x000270, "Member 'UWBP_HUDClueTriangle_C::Background' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDClueTriangle_C, Clue1_Center) == 0x000278, "Member 'UWBP_HUDClueTriangle_C::Clue1_Center' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDClueTriangle_C, Clue2_Center) == 0x000280, "Member 'UWBP_HUDClueTriangle_C::Clue2_Center' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDClueTriangle_C, Clue3_Center) == 0x000288, "Member 'UWBP_HUDClueTriangle_C::Clue3_Center' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDClueTriangle_C, ClueCounter) == 0x000290, "Member 'UWBP_HUDClueTriangle_C::ClueCounter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup \ static_assert(alignof(BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup) == 0x000008, "Wrong alignment on BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup"); \ static_assert(sizeof(BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup) == 0x000028, "Wrong size on BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup, EntryPoint) == 0x000000, "Member 'BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup, K2Node_Event_InteractedComponent) == 0x000008, "Member 'BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup, K2Node_Event_InteractingActor) == 0x000010, "Member 'BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup, K2Node_Event_InteractedComponent_1) == 0x000018, "Member 'BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup::K2Node_Event_InteractedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup, K2Node_Event_InteractingActor_1) == 0x000020, "Member 'BP_BaseInventoryPickup_C_ExecuteUbergraph_BP_BaseInventoryPickup::K2Node_Event_InteractingActor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInventoryPickup_C_Confirm \ static_assert(alignof(BP_BaseInventoryPickup_C_Confirm) == 0x000008, "Wrong alignment on BP_BaseInventoryPickup_C_Confirm"); \ static_assert(sizeof(BP_BaseInventoryPickup_C_Confirm) == 0x000010, "Wrong size on BP_BaseInventoryPickup_C_Confirm"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_Confirm, InteractedComponent_0) == 0x000000, "Member 'BP_BaseInventoryPickup_C_Confirm::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_Confirm, InteractingActor_0) == 0x000008, "Member 'BP_BaseInventoryPickup_C_Confirm::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInventoryPickup_C_Cancel \ static_assert(alignof(BP_BaseInventoryPickup_C_Cancel) == 0x000008, "Wrong alignment on BP_BaseInventoryPickup_C_Cancel"); \ static_assert(sizeof(BP_BaseInventoryPickup_C_Cancel) == 0x000010, "Wrong size on BP_BaseInventoryPickup_C_Cancel"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_Cancel, InteractedComponent_0) == 0x000000, "Member 'BP_BaseInventoryPickup_C_Cancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_Cancel, InteractingActor_0) == 0x000008, "Member 'BP_BaseInventoryPickup_C_Cancel::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInventoryPickup_C_CanCancel \ static_assert(alignof(BP_BaseInventoryPickup_C_CanCancel) == 0x000008, "Wrong alignment on BP_BaseInventoryPickup_C_CanCancel"); \ static_assert(sizeof(BP_BaseInventoryPickup_C_CanCancel) == 0x000018, "Wrong size on BP_BaseInventoryPickup_C_CanCancel"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_CanCancel, InteractedComponent_0) == 0x000000, "Member 'BP_BaseInventoryPickup_C_CanCancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_CanCancel, InteractingActor_0) == 0x000008, "Member 'BP_BaseInventoryPickup_C_CanCancel::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_CanCancel, ReturnValue) == 0x000010, "Member 'BP_BaseInventoryPickup_C_CanCancel::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_CanCancel, CallFunc_CanCancel_ReturnValue) == 0x000011, "Member 'BP_BaseInventoryPickup_C_CanCancel::CallFunc_CanCancel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInventoryPickup_C_CanCancel, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_BaseInventoryPickup_C_CanCancel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseInventoryPickup_C \ static_assert(alignof(ABP_BaseInventoryPickup_C) == 0x000010, "Wrong alignment on ABP_BaseInventoryPickup_C"); \ static_assert(sizeof(ABP_BaseInventoryPickup_C) == 0x001DF0, "Wrong size on ABP_BaseInventoryPickup_C"); \ static_assert(offsetof(ABP_BaseInventoryPickup_C, UberGraphFrame_BP_BaseInventoryPickup_C) == 0x001DD8, "Member 'ABP_BaseInventoryPickup_C::UberGraphFrame_BP_BaseInventoryPickup_C' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPickup_C, WasPickedUp) == 0x001DE0, "Member 'ABP_BaseInventoryPickup_C::WasPickedUp' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPickup_C, AutoDestroyOnPickup) == 0x001DE1, "Member 'ABP_BaseInventoryPickup_C::AutoDestroyOnPickup' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInventoryPickup_C, AllowPutDown) == 0x001DE2, "Member 'ABP_BaseInventoryPickup_C::AllowPutDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector \ static_assert(alignof(BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector) == 0x000008, "Wrong alignment on BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector"); \ static_assert(sizeof(BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector) == 0x000020, "Wrong size on BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector"); \ static_assert(offsetof(BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector, EntryPoint) == 0x000000, "Member 'BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector, CallFunc_GetPHGameHelper_ReturnValue) == 0x000008, "Member 'BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector, CallFunc_GetPHGameHelper_ReturnValue_1) == 0x000018, "Member 'BP_ChapterDirector_C_ExecuteUbergraph_BP_ChapterDirector::CallFunc_GetPHGameHelper_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_ChapterDirector_C \ static_assert(alignof(ABP_ChapterDirector_C) == 0x000008, "Wrong alignment on ABP_ChapterDirector_C"); \ static_assert(sizeof(ABP_ChapterDirector_C) == 0x0002F0, "Wrong size on ABP_ChapterDirector_C"); \ static_assert(offsetof(ABP_ChapterDirector_C, UberGraphFrame) == 0x0002E8, "Member 'ABP_ChapterDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseThrowableInteractable_C_ActiveEndInteract \ static_assert(alignof(BP_BaseThrowableInteractable_C_ActiveEndInteract) == 0x000008, "Wrong alignment on BP_BaseThrowableInteractable_C_ActiveEndInteract"); \ static_assert(sizeof(BP_BaseThrowableInteractable_C_ActiveEndInteract) == 0x000020, "Wrong size on BP_BaseThrowableInteractable_C_ActiveEndInteract"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveEndInteract, InteractionComponent) == 0x000000, "Member 'BP_BaseThrowableInteractable_C_ActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveEndInteract, InteractionActor) == 0x000008, "Member 'BP_BaseThrowableInteractable_C_ActiveEndInteract::InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveEndInteract, Temp_int_Variable) == 0x000010, "Member 'BP_BaseThrowableInteractable_C_ActiveEndInteract::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveEndInteract, CallFunc_Subtract_IntInt_ReturnValue) == 0x000014, "Member 'BP_BaseThrowableInteractable_C_ActiveEndInteract::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveEndInteract, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'BP_BaseThrowableInteractable_C_ActiveEndInteract::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseThrowableInteractable_C_ActiveBeginInteract \ static_assert(alignof(BP_BaseThrowableInteractable_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_BaseThrowableInteractable_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_BaseThrowableInteractable_C_ActiveBeginInteract) == 0x000048, "Wrong size on BP_BaseThrowableInteractable_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_BaseThrowableInteractable_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_BaseThrowableInteractable_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveBeginInteract, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000010, "Member 'BP_BaseThrowableInteractable_C_ActiveBeginInteract::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveBeginInteract, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000018, "Member 'BP_BaseThrowableInteractable_C_ActiveBeginInteract::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveBeginInteract, K2Node_DynamicCast_AsBP_Player_Character) == 0x000020, "Member 'BP_BaseThrowableInteractable_C_ActiveBeginInteract::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveBeginInteract, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_BaseThrowableInteractable_C_ActiveBeginInteract::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_ActiveBeginInteract, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x00002C, "Member 'BP_BaseThrowableInteractable_C_ActiveBeginInteract::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseThrowableInteractable_C_CanInteract \ static_assert(alignof(BP_BaseThrowableInteractable_C_CanInteract) == 0x000008, "Wrong alignment on BP_BaseThrowableInteractable_C_CanInteract"); \ static_assert(sizeof(BP_BaseThrowableInteractable_C_CanInteract) == 0x000028, "Wrong size on BP_BaseThrowableInteractable_C_CanInteract"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_CanInteract, InteractedComponent_0) == 0x000000, "Member 'BP_BaseThrowableInteractable_C_CanInteract::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_CanInteract, InteractingActor_0) == 0x000008, "Member 'BP_BaseThrowableInteractable_C_CanInteract::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_CanInteract, ReturnValue) == 0x000010, "Member 'BP_BaseThrowableInteractable_C_CanInteract::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_CanInteract, CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute) == 0x000011, "Member 'BP_BaseThrowableInteractable_C_CanInteract::CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_CanInteract, CallFunc_GetFloatAttribute_ReturnValue) == 0x000014, "Member 'BP_BaseThrowableInteractable_C_CanInteract::CallFunc_GetFloatAttribute_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_CanInteract, CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute_1) == 0x000018, "Member 'BP_BaseThrowableInteractable_C_CanInteract::CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_CanInteract, CallFunc_GetFloatAttribute_ReturnValue_1) == 0x00001C, "Member 'BP_BaseThrowableInteractable_C_CanInteract::CallFunc_GetFloatAttribute_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_CanInteract, CallFunc_Less_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_BaseThrowableInteractable_C_CanInteract::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_CanInteract, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'BP_BaseThrowableInteractable_C_CanInteract::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_CanInteract, CallFunc_IsActivated_ReturnValue) == 0x000022, "Member 'BP_BaseThrowableInteractable_C_CanInteract::CallFunc_IsActivated_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseThrowableInteractable_C_CanInteract, CallFunc_BooleanAND_ReturnValue_1) == 0x000023, "Member 'BP_BaseThrowableInteractable_C_CanInteract::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseThrowableInteractable_C \ static_assert(alignof(ABP_BaseThrowableInteractable_C) == 0x000008, "Wrong alignment on ABP_BaseThrowableInteractable_C"); \ static_assert(sizeof(ABP_BaseThrowableInteractable_C) == 0x001C08, "Wrong size on ABP_BaseThrowableInteractable_C"); \ static_assert(offsetof(ABP_BaseThrowableInteractable_C, PlayerCharacter) == 0x001BD0, "Member 'ABP_BaseThrowableInteractable_C::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableInteractable_C, ThrowableObtainEffect) == 0x001BD8, "Member 'ABP_BaseThrowableInteractable_C::ThrowableObtainEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableInteractable_C, Throwable_Class) == 0x001BE0, "Member 'ABP_BaseThrowableInteractable_C::Throwable_Class' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableInteractable_C, Count) == 0x001BE8, "Member 'ABP_BaseThrowableInteractable_C::Count' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableInteractable_C, InfiniteRefills) == 0x001BEC, "Member 'ABP_BaseThrowableInteractable_C::InfiniteRefills' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableInteractable_C, SendEventsOnThrown) == 0x001BED, "Member 'ABP_BaseThrowableInteractable_C::SendEventsOnThrown' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableInteractable_C, SendEventsOnThrownOnce) == 0x001BEE, "Member 'ABP_BaseThrowableInteractable_C::SendEventsOnThrownOnce' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableInteractable_C, OnThrownEOEvents) == 0x001BF0, "Member 'ABP_BaseThrowableInteractable_C::OnThrownEOEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseThrowableInteractable_C, ThrownEventsSent) == 0x001C00, "Member 'ABP_BaseThrowableInteractable_C::ThrownEventsSent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance \ static_assert(alignof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance"); \ static_assert(sizeof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance) == 0x000278, "Wrong size on BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, EntryPoint) == 0x000000, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_GetDOFMaxBackgroundRadius_ReturnValue) == 0x000004, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_GetDOFMaxBackgroundRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CustomEvent_LeaderboardValue_1) == 0x000008, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CustomEvent_LeaderboardValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CustomEvent_LeaderboardValue) == 0x00001C, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CustomEvent_LeaderboardValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_int_Variable) == 0x000030, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_class_Variable) == 0x000038, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_class_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_int_Variable_1) == 0x000040, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_class_Variable_1) == 0x000048, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_class_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_int_Variable_2) == 0x000050, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_class_Variable_2) == 0x000058, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_class_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_int_Variable_3) == 0x000060, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_class_Variable_3) == 0x000068, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_class_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate) == 0x000070, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_class_Variable_4) == 0x000080, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_class_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000088, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000098, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_3) == 0x0000A8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_4) == 0x0000B8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_5) == 0x0000C8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOEvent_Sender) == 0x0000D8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOEvent_Event) == 0x0000E0, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_6) == 0x0000E8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_Add_IntInt_ReturnValue) == 0x0000F8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_7) == 0x0000FC, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_8) == 0x00010C, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_9) == 0x00011C, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_int_Variable_4) == 0x00012C, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_10) == 0x000130, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CustomEvent_LeaderboardValue_2) == 0x000140, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CustomEvent_LeaderboardValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_11) == 0x000144, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_GetDOFMaxForegroundRadius_ReturnValue) == 0x000154, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_GetDOFMaxForegroundRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_12) == 0x000158, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CreateDelegate_OutputDelegate_2) == 0x000168, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CustomEvent_LeaderboardValue_3) == 0x000178, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CustomEvent_LeaderboardValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_13) == 0x00017C, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_14) == 0x00018C, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x0001A0, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_Event_StatClass) == 0x0001A8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_Event_StatClass' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_Event_Value) == 0x0001B0, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_Event_Value' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_Map_Find_Value) == 0x0001B4, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_Map_Find_ReturnValue) == 0x0001B8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_GetLocalPlayerController_ReturnValue) == 0x0001C0, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_GetLocalPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_Greater_IntInt_ReturnValue) == 0x0001C8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_CreateProxyObjectForIntQuery_ReturnValue) == 0x0001D0, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_CreateProxyObjectForIntQuery_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_BooleanAND_ReturnValue) == 0x0001D8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_IsValid_ReturnValue) == 0x0001D9, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x0001E0, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_GetLocalPlayerController_ReturnValue_1) == 0x0001E8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_GetLocalPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_CreateProxyObjectForIntQuery_ReturnValue_1) == 0x0001F0, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_CreateProxyObjectForIntQuery_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_IsValid_ReturnValue_1) == 0x0001F8, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_GetGameInstanceSubsystem_ReturnValue_2) == 0x000200, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_GetGameInstanceSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_GetLocalPlayerController_ReturnValue_2) == 0x000208, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_GetLocalPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_CreateProxyObjectForIntQuery_ReturnValue_2) == 0x000210, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_CreateProxyObjectForIntQuery_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, CallFunc_IsValid_ReturnValue_2) == 0x000218, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_EOCreateEvent_OutputDelegate_15) == 0x00021C, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_EOCreateEvent_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_Event_bDownloadFinished) == 0x00022C, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_Event_bDownloadFinished' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CreateDelegate_OutputDelegate_3) == 0x000230, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_class_Variable_5) == 0x000240, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_class_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_int_Variable_5) == 0x000248, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CustomEvent_LeaderboardValue_4) == 0x00024C, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CustomEvent_LeaderboardValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CreateDelegate_OutputDelegate_4) == 0x000250, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CustomEvent_LeaderboardValue_5) == 0x000260, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CustomEvent_LeaderboardValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, Temp_int_Variable_6) == 0x000264, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::Temp_int_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance, K2Node_CreateDelegate_OutputDelegate_5) == 0x000268, "Member 'BP_PHGameInstance_C_ExecuteUbergraph_BP_PHGameInstance::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnPlayGoDialogClosed \ static_assert(alignof(BP_PHGameInstance_C_OnPlayGoDialogClosed) == 0x000001, "Wrong alignment on BP_PHGameInstance_C_OnPlayGoDialogClosed"); \ static_assert(sizeof(BP_PHGameInstance_C_OnPlayGoDialogClosed) == 0x000001, "Wrong size on BP_PHGameInstance_C_OnPlayGoDialogClosed"); \ static_assert(offsetof(BP_PHGameInstance_C_OnPlayGoDialogClosed, bDownloadFinished) == 0x000000, "Member 'BP_PHGameInstance_C_OnPlayGoDialogClosed::bDownloadFinished' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_UpdateStatLeaderboardValue \ static_assert(alignof(BP_PHGameInstance_C_UpdateStatLeaderboardValue) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_UpdateStatLeaderboardValue"); \ static_assert(sizeof(BP_PHGameInstance_C_UpdateStatLeaderboardValue) == 0x000010, "Wrong size on BP_PHGameInstance_C_UpdateStatLeaderboardValue"); \ static_assert(offsetof(BP_PHGameInstance_C_UpdateStatLeaderboardValue, StatClass) == 0x000000, "Member 'BP_PHGameInstance_C_UpdateStatLeaderboardValue::StatClass' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_UpdateStatLeaderboardValue, Value) == 0x000008, "Member 'BP_PHGameInstance_C_UpdateStatLeaderboardValue::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnLoadingVideoGallery \ static_assert(alignof(BP_PHGameInstance_C_OnLoadingVideoGallery) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnLoadingVideoGallery"); \ static_assert(sizeof(BP_PHGameInstance_C_OnLoadingVideoGallery) == 0x000010, "Wrong size on BP_PHGameInstance_C_OnLoadingVideoGallery"); \ static_assert(offsetof(BP_PHGameInstance_C_OnLoadingVideoGallery, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnLoadingVideoGallery::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnLoadingVideoGallery, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnLoadingVideoGallery::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnSuccess_FA41AA93427623BD2F56BCA36841199A \ static_assert(alignof(BP_PHGameInstance_C_OnSuccess_FA41AA93427623BD2F56BCA36841199A) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_OnSuccess_FA41AA93427623BD2F56BCA36841199A"); \ static_assert(sizeof(BP_PHGameInstance_C_OnSuccess_FA41AA93427623BD2F56BCA36841199A) == 0x000004, "Wrong size on BP_PHGameInstance_C_OnSuccess_FA41AA93427623BD2F56BCA36841199A"); \ static_assert(offsetof(BP_PHGameInstance_C_OnSuccess_FA41AA93427623BD2F56BCA36841199A, LeaderboardValue) == 0x000000, "Member 'BP_PHGameInstance_C_OnSuccess_FA41AA93427623BD2F56BCA36841199A::LeaderboardValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnFailure_FA41AA93427623BD2F56BCA36841199A \ static_assert(alignof(BP_PHGameInstance_C_OnFailure_FA41AA93427623BD2F56BCA36841199A) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_OnFailure_FA41AA93427623BD2F56BCA36841199A"); \ static_assert(sizeof(BP_PHGameInstance_C_OnFailure_FA41AA93427623BD2F56BCA36841199A) == 0x000004, "Wrong size on BP_PHGameInstance_C_OnFailure_FA41AA93427623BD2F56BCA36841199A"); \ static_assert(offsetof(BP_PHGameInstance_C_OnFailure_FA41AA93427623BD2F56BCA36841199A, LeaderboardValue) == 0x000000, "Member 'BP_PHGameInstance_C_OnFailure_FA41AA93427623BD2F56BCA36841199A::LeaderboardValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnSuccess_44B6F2B54BAC8E69CBE069B88C8C5D34 \ static_assert(alignof(BP_PHGameInstance_C_OnSuccess_44B6F2B54BAC8E69CBE069B88C8C5D34) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_OnSuccess_44B6F2B54BAC8E69CBE069B88C8C5D34"); \ static_assert(sizeof(BP_PHGameInstance_C_OnSuccess_44B6F2B54BAC8E69CBE069B88C8C5D34) == 0x000004, "Wrong size on BP_PHGameInstance_C_OnSuccess_44B6F2B54BAC8E69CBE069B88C8C5D34"); \ static_assert(offsetof(BP_PHGameInstance_C_OnSuccess_44B6F2B54BAC8E69CBE069B88C8C5D34, LeaderboardValue) == 0x000000, "Member 'BP_PHGameInstance_C_OnSuccess_44B6F2B54BAC8E69CBE069B88C8C5D34::LeaderboardValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnFailure_44B6F2B54BAC8E69CBE069B88C8C5D34 \ static_assert(alignof(BP_PHGameInstance_C_OnFailure_44B6F2B54BAC8E69CBE069B88C8C5D34) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_OnFailure_44B6F2B54BAC8E69CBE069B88C8C5D34"); \ static_assert(sizeof(BP_PHGameInstance_C_OnFailure_44B6F2B54BAC8E69CBE069B88C8C5D34) == 0x000004, "Wrong size on BP_PHGameInstance_C_OnFailure_44B6F2B54BAC8E69CBE069B88C8C5D34"); \ static_assert(offsetof(BP_PHGameInstance_C_OnFailure_44B6F2B54BAC8E69CBE069B88C8C5D34, LeaderboardValue) == 0x000000, "Member 'BP_PHGameInstance_C_OnFailure_44B6F2B54BAC8E69CBE069B88C8C5D34::LeaderboardValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnSuccess_9D649459492350CABB9C109B9962BB9E \ static_assert(alignof(BP_PHGameInstance_C_OnSuccess_9D649459492350CABB9C109B9962BB9E) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_OnSuccess_9D649459492350CABB9C109B9962BB9E"); \ static_assert(sizeof(BP_PHGameInstance_C_OnSuccess_9D649459492350CABB9C109B9962BB9E) == 0x000004, "Wrong size on BP_PHGameInstance_C_OnSuccess_9D649459492350CABB9C109B9962BB9E"); \ static_assert(offsetof(BP_PHGameInstance_C_OnSuccess_9D649459492350CABB9C109B9962BB9E, LeaderboardValue) == 0x000000, "Member 'BP_PHGameInstance_C_OnSuccess_9D649459492350CABB9C109B9962BB9E::LeaderboardValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnFailure_9D649459492350CABB9C109B9962BB9E \ static_assert(alignof(BP_PHGameInstance_C_OnFailure_9D649459492350CABB9C109B9962BB9E) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_OnFailure_9D649459492350CABB9C109B9962BB9E"); \ static_assert(sizeof(BP_PHGameInstance_C_OnFailure_9D649459492350CABB9C109B9962BB9E) == 0x000004, "Wrong size on BP_PHGameInstance_C_OnFailure_9D649459492350CABB9C109B9962BB9E"); \ static_assert(offsetof(BP_PHGameInstance_C_OnFailure_9D649459492350CABB9C109B9962BB9E, LeaderboardValue) == 0x000000, "Member 'BP_PHGameInstance_C_OnFailure_9D649459492350CABB9C109B9962BB9E::LeaderboardValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_Set_Chapter_States \ static_assert(alignof(BP_PHGameInstance_C_Set_Chapter_States) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_Set_Chapter_States"); \ static_assert(sizeof(BP_PHGameInstance_C_Set_Chapter_States) == 0x000018, "Wrong size on BP_PHGameInstance_C_Set_Chapter_States"); \ static_assert(offsetof(BP_PHGameInstance_C_Set_Chapter_States, Chapter_Number) == 0x000000, "Member 'BP_PHGameInstance_C_Set_Chapter_States::Chapter_Number' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Set_Chapter_States, Chapter_States) == 0x000008, "Member 'BP_PHGameInstance_C_Set_Chapter_States::Chapter_States' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnSetChapterProgress \ static_assert(alignof(BP_PHGameInstance_C_OnSetChapterProgress) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnSetChapterProgress"); \ static_assert(sizeof(BP_PHGameInstance_C_OnSetChapterProgress) == 0x000020, "Wrong size on BP_PHGameInstance_C_OnSetChapterProgress"); \ static_assert(offsetof(BP_PHGameInstance_C_OnSetChapterProgress, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnSetChapterProgress::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnSetChapterProgress, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnSetChapterProgress::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnSetChapterProgress, K2Node_DynamicCast_AsBPE_Global_Set_Chapter_Progress) == 0x000010, "Member 'BP_PHGameInstance_C_OnSetChapterProgress::K2Node_DynamicCast_AsBPE_Global_Set_Chapter_Progress' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnSetChapterProgress, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PHGameInstance_C_OnSetChapterProgress::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_SetInitialVolumes \ static_assert(alignof(BP_PHGameInstance_C_SetInitialVolumes) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_SetInitialVolumes"); \ static_assert(sizeof(BP_PHGameInstance_C_SetInitialVolumes) == 0x000080, "Wrong size on BP_PHGameInstance_C_SetInitialVolumes"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, CallFunc_GetDisplayName_ReturnValue) == 0x000000, "Member 'BP_PHGameInstance_C_SetInitialVolumes::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, CallFunc_GetDisplayName_ReturnValue_1) == 0x000010, "Member 'BP_PHGameInstance_C_SetInitialVolumes::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, CallFunc_GetDisplayName_ReturnValue_2) == 0x000020, "Member 'BP_PHGameInstance_C_SetInitialVolumes::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, CallFunc_GetDisplayName_ReturnValue_3) == 0x000030, "Member 'BP_PHGameInstance_C_SetInitialVolumes::CallFunc_GetDisplayName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, CallFunc_GetDisplayName_ReturnValue_4) == 0x000040, "Member 'BP_PHGameInstance_C_SetInitialVolumes::CallFunc_GetDisplayName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, CallFunc_GetVOVolume_ReturnValue) == 0x000050, "Member 'BP_PHGameInstance_C_SetInitialVolumes::CallFunc_GetVOVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, CallFunc_GetUIVolume_ReturnValue) == 0x000054, "Member 'BP_PHGameInstance_C_SetInitialVolumes::CallFunc_GetUIVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, CallFunc_GetSFXVolume_ReturnValue) == 0x000058, "Member 'BP_PHGameInstance_C_SetInitialVolumes::CallFunc_GetSFXVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, CallFunc_GetMusicVolume_ReturnValue) == 0x00005C, "Member 'BP_PHGameInstance_C_SetInitialVolumes::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, CallFunc_GetMasterVolume_ReturnValue) == 0x000060, "Member 'BP_PHGameInstance_C_SetInitialVolumes::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, CallFunc_GetGameUserSettings_ReturnValue) == 0x000068, "Member 'BP_PHGameInstance_C_SetInitialVolumes::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, K2Node_DynamicCast_AsPHGame_User_Settings) == 0x000070, "Member 'BP_PHGameInstance_C_SetInitialVolumes::K2Node_DynamicCast_AsPHGame_User_Settings' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetInitialVolumes, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_PHGameInstance_C_SetInitialVolumes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_SetVolumeForMix \ static_assert(alignof(BP_PHGameInstance_C_SetVolumeForMix) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_SetVolumeForMix"); \ static_assert(sizeof(BP_PHGameInstance_C_SetVolumeForMix) == 0x000028, "Wrong size on BP_PHGameInstance_C_SetVolumeForMix"); \ static_assert(offsetof(BP_PHGameInstance_C_SetVolumeForMix, SoundControlBusMix) == 0x000000, "Member 'BP_PHGameInstance_C_SetVolumeForMix::SoundControlBusMix' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetVolumeForMix, AddressFilter) == 0x000008, "Member 'BP_PHGameInstance_C_SetVolumeForMix::AddressFilter' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetVolumeForMix, SoundModulationParameterVolume) == 0x000018, "Member 'BP_PHGameInstance_C_SetVolumeForMix::SoundModulationParameterVolume' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetVolumeForMix, Volume) == 0x000020, "Member 'BP_PHGameInstance_C_SetVolumeForMix::Volume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_On_Chapter_State_Tag_Event \ static_assert(alignof(BP_PHGameInstance_C_On_Chapter_State_Tag_Event) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_On_Chapter_State_Tag_Event"); \ static_assert(sizeof(BP_PHGameInstance_C_On_Chapter_State_Tag_Event) == 0x000028, "Wrong size on BP_PHGameInstance_C_On_Chapter_State_Tag_Event"); \ static_assert(offsetof(BP_PHGameInstance_C_On_Chapter_State_Tag_Event, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_On_Chapter_State_Tag_Event::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_On_Chapter_State_Tag_Event, Event) == 0x000008, "Member 'BP_PHGameInstance_C_On_Chapter_State_Tag_Event::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_On_Chapter_State_Tag_Event, Temp_bool_Variable) == 0x000010, "Member 'BP_PHGameInstance_C_On_Chapter_State_Tag_Event::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_On_Chapter_State_Tag_Event, K2Node_DynamicCast_AsPHE_Chapter_State_Was_Completed) == 0x000018, "Member 'BP_PHGameInstance_C_On_Chapter_State_Tag_Event::K2Node_DynamicCast_AsPHE_Chapter_State_Was_Completed' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_On_Chapter_State_Tag_Event, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PHGameInstance_C_On_Chapter_State_Tag_Event::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_On_Chapter_State_Tag_Event, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000021, "Member 'BP_PHGameInstance_C_On_Chapter_State_Tag_Event::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_SetPlayerArea \ static_assert(alignof(BP_PHGameInstance_C_SetPlayerArea) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_SetPlayerArea"); \ static_assert(sizeof(BP_PHGameInstance_C_SetPlayerArea) == 0x000028, "Wrong size on BP_PHGameInstance_C_SetPlayerArea"); \ static_assert(offsetof(BP_PHGameInstance_C_SetPlayerArea, InNewArea) == 0x000000, "Member 'BP_PHGameInstance_C_SetPlayerArea::InNewArea' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetPlayerArea, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_SetPlayerArea::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetPlayerArea, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PHGameInstance_C_SetPlayerArea::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_GetPlayerArea \ static_assert(alignof(BP_PHGameInstance_C_GetPlayerArea) == 0x000001, "Wrong alignment on BP_PHGameInstance_C_GetPlayerArea"); \ static_assert(sizeof(BP_PHGameInstance_C_GetPlayerArea) == 0x000001, "Wrong size on BP_PHGameInstance_C_GetPlayerArea"); \ static_assert(offsetof(BP_PHGameInstance_C_GetPlayerArea, Result) == 0x000000, "Member 'BP_PHGameInstance_C_GetPlayerArea::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_SetAreaPlayerDied \ static_assert(alignof(BP_PHGameInstance_C_SetAreaPlayerDied) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_SetAreaPlayerDied"); \ static_assert(sizeof(BP_PHGameInstance_C_SetAreaPlayerDied) == 0x000030, "Wrong size on BP_PHGameInstance_C_SetAreaPlayerDied"); \ static_assert(offsetof(BP_PHGameInstance_C_SetAreaPlayerDied, InNewDeathArea) == 0x000000, "Member 'BP_PHGameInstance_C_SetAreaPlayerDied::InNewDeathArea' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetAreaPlayerDied, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_PHGameInstance_C_SetAreaPlayerDied::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetAreaPlayerDied, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_SetAreaPlayerDied::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetAreaPlayerDied, CallFunc_Array_AddUnique_ReturnValue) == 0x000018, "Member 'BP_PHGameInstance_C_SetAreaPlayerDied::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetAreaPlayerDied, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_PHGameInstance_C_SetAreaPlayerDied::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_GetAreasPlayerDied \ static_assert(alignof(BP_PHGameInstance_C_GetAreasPlayerDied) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_GetAreasPlayerDied"); \ static_assert(sizeof(BP_PHGameInstance_C_GetAreasPlayerDied) == 0x000010, "Wrong size on BP_PHGameInstance_C_GetAreasPlayerDied"); \ static_assert(offsetof(BP_PHGameInstance_C_GetAreasPlayerDied, Result) == 0x000000, "Member 'BP_PHGameInstance_C_GetAreasPlayerDied::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_PlayerDiedInArea \ static_assert(alignof(BP_PHGameInstance_C_PlayerDiedInArea) == 0x000001, "Wrong alignment on BP_PHGameInstance_C_PlayerDiedInArea"); \ static_assert(sizeof(BP_PHGameInstance_C_PlayerDiedInArea) == 0x000003, "Wrong size on BP_PHGameInstance_C_PlayerDiedInArea"); \ static_assert(offsetof(BP_PHGameInstance_C_PlayerDiedInArea, InPlayerArea) == 0x000000, "Member 'BP_PHGameInstance_C_PlayerDiedInArea::InPlayerArea' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PlayerDiedInArea, Result) == 0x000001, "Member 'BP_PHGameInstance_C_PlayerDiedInArea::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PlayerDiedInArea, CallFunc_Array_Contains_ReturnValue) == 0x000002, "Member 'BP_PHGameInstance_C_PlayerDiedInArea::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_CombineSavedAreas \ static_assert(alignof(BP_PHGameInstance_C_CombineSavedAreas) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_CombineSavedAreas"); \ static_assert(sizeof(BP_PHGameInstance_C_CombineSavedAreas) == 0x000040, "Wrong size on BP_PHGameInstance_C_CombineSavedAreas"); \ static_assert(offsetof(BP_PHGameInstance_C_CombineSavedAreas, SourcePlayerAreas) == 0x000000, "Member 'BP_PHGameInstance_C_CombineSavedAreas::SourcePlayerAreas' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CombineSavedAreas, DestinationPlayerAreas) == 0x000010, "Member 'BP_PHGameInstance_C_CombineSavedAreas::DestinationPlayerAreas' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CombineSavedAreas, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_PHGameInstance_C_CombineSavedAreas::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CombineSavedAreas, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_PHGameInstance_C_CombineSavedAreas::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CombineSavedAreas, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_PHGameInstance_C_CombineSavedAreas::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CombineSavedAreas, CallFunc_Array_Get_Item) == 0x00002C, "Member 'BP_PHGameInstance_C_CombineSavedAreas::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CombineSavedAreas, CallFunc_Less_IntInt_ReturnValue) == 0x00002D, "Member 'BP_PHGameInstance_C_CombineSavedAreas::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CombineSavedAreas, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_PHGameInstance_C_CombineSavedAreas::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CombineSavedAreas, CallFunc_Array_Contains_ReturnValue) == 0x000034, "Member 'BP_PHGameInstance_C_CombineSavedAreas::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CombineSavedAreas, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'BP_PHGameInstance_C_CombineSavedAreas::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CombineSavedAreas, CallFunc_Not_PreBool_ReturnValue) == 0x00003C, "Member 'BP_PHGameInstance_C_CombineSavedAreas::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnCheckpointSaveBegin \ static_assert(alignof(BP_PHGameInstance_C_OnCheckpointSaveBegin) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnCheckpointSaveBegin"); \ static_assert(sizeof(BP_PHGameInstance_C_OnCheckpointSaveBegin) == 0x000028, "Wrong size on BP_PHGameInstance_C_OnCheckpointSaveBegin"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointSaveBegin, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnCheckpointSaveBegin::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointSaveBegin, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnCheckpointSaveBegin::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointSaveBegin, Loc_CurrPlayerTask) == 0x000010, "Member 'BP_PHGameInstance_C_OnCheckpointSaveBegin::Loc_CurrPlayerTask' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointSaveBegin, Loc_SlotInfo) == 0x000018, "Member 'BP_PHGameInstance_C_OnCheckpointSaveBegin::Loc_SlotInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointSaveBegin, Loc_SaveBeginEvent) == 0x000020, "Member 'BP_PHGameInstance_C_OnCheckpointSaveBegin::Loc_SaveBeginEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent \ static_assert(alignof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent"); \ static_assert(sizeof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent) == 0x0000A0, "Wrong size on BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, Event) == 0x000000, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, Loc_CurrPlayerTask) == 0x000008, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::Loc_CurrPlayerTask' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, Loc_SlotInfo) == 0x000010, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::Loc_SlotInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, Loc_SaveBeginEvent) == 0x000018, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::Loc_SaveBeginEvent' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, CallFunc_GetRecentlyFinishedTask_ReturnValue) == 0x000020, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::CallFunc_GetRecentlyFinishedTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, CallFunc_MakeLiteralString_ReturnValue) == 0x000030, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000040, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, K2Node_DynamicCast_AsPHE_on_Checkpoint_Save_Begin) == 0x000050, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::K2Node_DynamicCast_AsPHE_on_Checkpoint_Save_Begin' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, CallFunc_GetCurrentPlayerTask_ReturnValue) == 0x000060, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::CallFunc_GetCurrentPlayerTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, CallFunc_IsValid_ReturnValue_1) == 0x000068, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, CallFunc_GetChapterText_Result) == 0x000070, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::CallFunc_GetChapterText_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000088, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, K2Node_DynamicCast_AsPHCheckpoint_Slot_Info) == 0x000090, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::K2Node_DynamicCast_AsPHCheckpoint_Slot_Info' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BP_PHGameInstance_C_SetCheckpointSlotInfoFromEvent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnCheckpointPreMapLoad \ static_assert(alignof(BP_PHGameInstance_C_OnCheckpointPreMapLoad) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnCheckpointPreMapLoad"); \ static_assert(sizeof(BP_PHGameInstance_C_OnCheckpointPreMapLoad) == 0x000188, "Wrong size on BP_PHGameInstance_C_OnCheckpointPreMapLoad"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, Loc_CheckpointChapterID) == 0x000010, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::Loc_CheckpointChapterID' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, Loc_SlotInfo) == 0x000018, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::Loc_SlotInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, Loc_Event) == 0x000020, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::Loc_Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, K2Node_DynamicCast_AsPHE_on_Checkpoint_Load_Pre_Map_Load) == 0x000028, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::K2Node_DynamicCast_AsPHE_on_Checkpoint_Load_Pre_Map_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000038, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000048, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000088, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000098, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x0000A8, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B8, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000C8, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x0000D0, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Map_Find_Value) == 0x0000E0, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Map_Find_ReturnValue) == 0x000108, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Conv_IntToString_ReturnValue) == 0x000110, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000120, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000130, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000140, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_Conv_IntToByte_ReturnValue) == 0x000150, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_GetValidValue_ReturnValue) == 0x000151, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, K2Node_DynamicCast_AsPHCheckpoint_Slot_Info) == 0x000158, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::K2Node_DynamicCast_AsPHCheckpoint_Slot_Info' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, K2Node_DynamicCast_bSuccess_1) == 0x000160, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_MakeLiteralString_ReturnValue) == 0x000168, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointPreMapLoad, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000178, "Member 'BP_PHGameInstance_C_OnCheckpointPreMapLoad::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_PHGameInstance_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_PHGameInstance_C_OnCheckpointLoadFinished) == 0x000010, "Wrong size on BP_PHGameInstance_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnPlayerSetArea \ static_assert(alignof(BP_PHGameInstance_C_OnPlayerSetArea) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnPlayerSetArea"); \ static_assert(sizeof(BP_PHGameInstance_C_OnPlayerSetArea) == 0x000020, "Wrong size on BP_PHGameInstance_C_OnPlayerSetArea"); \ static_assert(offsetof(BP_PHGameInstance_C_OnPlayerSetArea, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnPlayerSetArea::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnPlayerSetArea, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnPlayerSetArea::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnPlayerSetArea, K2Node_DynamicCast_AsBPE_Player_Set_Area) == 0x000010, "Member 'BP_PHGameInstance_C_OnPlayerSetArea::K2Node_DynamicCast_AsBPE_Player_Set_Area' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnPlayerSetArea, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PHGameInstance_C_OnPlayerSetArea::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnActiveBreathingTutorialToggle \ static_assert(alignof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnActiveBreathingTutorialToggle"); \ static_assert(sizeof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle) == 0x0000C0, "Wrong size on BP_PHGameInstance_C_OnActiveBreathingTutorialToggle"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, CastedEvent) == 0x000010, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::CastedEvent' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, Temp_int_Variable) == 0x000018, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, K2Node_DynamicCast_AsBPE_Global_Toggle_Active_Breathing_Tutorial) == 0x000020, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::K2Node_DynamicCast_AsBPE_Global_Toggle_Active_Breathing_Tutorial' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, Temp_int_Variable_1) == 0x000040, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, CallFunc_Conv_BoolToString_ReturnValue) == 0x000048, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, CallFunc_Conv_IntToString_ReturnValue) == 0x000058, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000098, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000A8, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000B8, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnActiveBreathingTutorialToggle, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_PHGameInstance_C_OnActiveBreathingTutorialToggle::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_IncrementActiveBreathingTutorialTries \ static_assert(alignof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialTries) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_IncrementActiveBreathingTutorialTries"); \ static_assert(sizeof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialTries) == 0x00000C, "Wrong size on BP_PHGameInstance_C_IncrementActiveBreathingTutorialTries"); \ static_assert(offsetof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialTries, Temp_int_Variable) == 0x000000, "Member 'BP_PHGameInstance_C_IncrementActiveBreathingTutorialTries::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialTries, CallFunc_IsActiveBreathingTutorialEnabled_Enabled) == 0x000004, "Member 'BP_PHGameInstance_C_IncrementActiveBreathingTutorialTries::CallFunc_IsActiveBreathingTutorialEnabled_Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialTries, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_IncrementActiveBreathingTutorialTries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_IncrementActiveBreathingTutorialSucceeded \ static_assert(alignof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialSucceeded) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_IncrementActiveBreathingTutorialSucceeded"); \ static_assert(sizeof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialSucceeded) == 0x00000C, "Wrong size on BP_PHGameInstance_C_IncrementActiveBreathingTutorialSucceeded"); \ static_assert(offsetof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialSucceeded, Temp_int_Variable) == 0x000000, "Member 'BP_PHGameInstance_C_IncrementActiveBreathingTutorialSucceeded::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialSucceeded, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_PHGameInstance_C_IncrementActiveBreathingTutorialSucceeded::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialSucceeded, CallFunc_IsActiveBreathingTutorialEnabled_Enabled) == 0x000008, "Member 'BP_PHGameInstance_C_IncrementActiveBreathingTutorialSucceeded::CallFunc_IsActiveBreathingTutorialEnabled_Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_IncrementActiveBreathingTutorialFailed \ static_assert(alignof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialFailed) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_IncrementActiveBreathingTutorialFailed"); \ static_assert(sizeof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialFailed) == 0x00000C, "Wrong size on BP_PHGameInstance_C_IncrementActiveBreathingTutorialFailed"); \ static_assert(offsetof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialFailed, Temp_int_Variable) == 0x000000, "Member 'BP_PHGameInstance_C_IncrementActiveBreathingTutorialFailed::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialFailed, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_PHGameInstance_C_IncrementActiveBreathingTutorialFailed::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_IncrementActiveBreathingTutorialFailed, CallFunc_IsActiveBreathingTutorialEnabled_Enabled) == 0x000008, "Member 'BP_PHGameInstance_C_IncrementActiveBreathingTutorialFailed::CallFunc_IsActiveBreathingTutorialEnabled_Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_CalculateViewportScale \ static_assert(alignof(BP_PHGameInstance_C_CalculateViewportScale) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_CalculateViewportScale"); \ static_assert(sizeof(BP_PHGameInstance_C_CalculateViewportScale) == 0x000010, "Wrong size on BP_PHGameInstance_C_CalculateViewportScale"); \ static_assert(offsetof(BP_PHGameInstance_C_CalculateViewportScale, CallFunc_GetConsoleVariableFloatValue_ReturnValue) == 0x000000, "Member 'BP_PHGameInstance_C_CalculateViewportScale::CallFunc_GetConsoleVariableFloatValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CalculateViewportScale, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_PHGameInstance_C_CalculateViewportScale::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CalculateViewportScale, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_CalculateViewportScale::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CalculateViewportScale, CallFunc_Add_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_PHGameInstance_C_CalculateViewportScale::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_GrantDamageAbility \ static_assert(alignof(BP_PHGameInstance_C_GrantDamageAbility) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_GrantDamageAbility"); \ static_assert(sizeof(BP_PHGameInstance_C_GrantDamageAbility) == 0x000048, "Wrong size on BP_PHGameInstance_C_GrantDamageAbility"); \ static_assert(offsetof(BP_PHGameInstance_C_GrantDamageAbility, InAbility) == 0x000000, "Member 'BP_PHGameInstance_C_GrantDamageAbility::InAbility' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GrantDamageAbility, GCAType) == 0x000008, "Member 'BP_PHGameInstance_C_GrantDamageAbility::GCAType' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GrantDamageAbility, Temp_int_Variable) == 0x000010, "Member 'BP_PHGameInstance_C_GrantDamageAbility::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GrantDamageAbility, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_PHGameInstance_C_GrantDamageAbility::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GrantDamageAbility, CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent) == 0x000028, "Member 'BP_PHGameInstance_C_GrantDamageAbility::CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GrantDamageAbility, CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent_1) == 0x000030, "Member 'BP_PHGameInstance_C_GrantDamageAbility::CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GrantDamageAbility, CallFunc_GrantAbility_ReturnValue) == 0x000038, "Member 'BP_PHGameInstance_C_GrantDamageAbility::CallFunc_GrantAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GrantDamageAbility, CallFunc_Map_Find_Value) == 0x00003C, "Member 'BP_PHGameInstance_C_GrantDamageAbility::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GrantDamageAbility, CallFunc_Map_Find_ReturnValue) == 0x000040, "Member 'BP_PHGameInstance_C_GrantDamageAbility::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GrantDamageAbility, CallFunc_Add_IntInt_ReturnValue) == 0x000044, "Member 'BP_PHGameInstance_C_GrantDamageAbility::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_RemoveDamageAbility \ static_assert(alignof(BP_PHGameInstance_C_RemoveDamageAbility) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_RemoveDamageAbility"); \ static_assert(sizeof(BP_PHGameInstance_C_RemoveDamageAbility) == 0x000050, "Wrong size on BP_PHGameInstance_C_RemoveDamageAbility"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, InAbility) == 0x000000, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::InAbility' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, GCAType) == 0x000008, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::GCAType' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, Loc_RefCount) == 0x000010, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::Loc_RefCount' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, K2Node_MakeArray_Array) == 0x000018, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent) == 0x000028, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent_1) == 0x000030, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, CallFunc_RemoveAbility_ReturnValue) == 0x000038, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::CallFunc_RemoveAbility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, CallFunc_Map_Remove_ReturnValue) == 0x000039, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00003A, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, CallFunc_Subtract_IntInt_ReturnValue) == 0x00003C, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, CallFunc_Greater_IntInt_ReturnValue) == 0x000040, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, CallFunc_Map_Find_Value) == 0x000044, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_RemoveDamageAbility, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'BP_PHGameInstance_C_RemoveDamageAbility::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_ClearDamageAbilities \ static_assert(alignof(BP_PHGameInstance_C_ClearDamageAbilities) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_ClearDamageAbilities"); \ static_assert(sizeof(BP_PHGameInstance_C_ClearDamageAbilities) == 0x000028, "Wrong size on BP_PHGameInstance_C_ClearDamageAbilities"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearDamageAbilities, CallFunc_Map_Length_ReturnValue) == 0x000000, "Member 'BP_PHGameInstance_C_ClearDamageAbilities::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearDamageAbilities, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_ClearDamageAbilities::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearDamageAbilities, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PHGameInstance_C_ClearDamageAbilities::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_BPOnMapUnloaded \ static_assert(alignof(BP_PHGameInstance_C_BPOnMapUnloaded) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_BPOnMapUnloaded"); \ static_assert(sizeof(BP_PHGameInstance_C_BPOnMapUnloaded) == 0x000038, "Wrong size on BP_PHGameInstance_C_BPOnMapUnloaded"); \ static_assert(offsetof(BP_PHGameInstance_C_BPOnMapUnloaded, UnloadedLevel) == 0x000000, "Member 'BP_PHGameInstance_C_BPOnMapUnloaded::UnloadedLevel' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BPOnMapUnloaded, CurrentURL) == 0x000008, "Member 'BP_PHGameInstance_C_BPOnMapUnloaded::CurrentURL' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BPOnMapUnloaded, Error) == 0x000018, "Member 'BP_PHGameInstance_C_BPOnMapUnloaded::Error' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BPOnMapUnloaded, bResult) == 0x000028, "Member 'BP_PHGameInstance_C_BPOnMapUnloaded::bResult' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BPOnMapUnloaded, CallFunc_GetPHGameHelper_ReturnValue) == 0x000030, "Member 'BP_PHGameInstance_C_BPOnMapUnloaded::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnDeathClosetLevelReset \ static_assert(alignof(BP_PHGameInstance_C_OnDeathClosetLevelReset) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnDeathClosetLevelReset"); \ static_assert(sizeof(BP_PHGameInstance_C_OnDeathClosetLevelReset) == 0x000010, "Wrong size on BP_PHGameInstance_C_OnDeathClosetLevelReset"); \ static_assert(offsetof(BP_PHGameInstance_C_OnDeathClosetLevelReset, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnDeathClosetLevelReset::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnDeathClosetLevelReset, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnDeathClosetLevelReset::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnVoidShadowCollectedEvent \ static_assert(alignof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnVoidShadowCollectedEvent"); \ static_assert(sizeof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent) == 0x0001A0, "Wrong size on BP_PHGameInstance_C_OnVoidShadowCollectedEvent"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, Loc_VoidShadowInfo) == 0x000010, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::Loc_VoidShadowInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, Loc_VoidShadowCollected) == 0x000050, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::Loc_VoidShadowCollected' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, Temp_int_Variable) == 0x000054, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, K2Node_DynamicCast_AsBPE_Void_Shadow_Collected) == 0x000058, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::K2Node_DynamicCast_AsBPE_Void_Shadow_Collected' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000068, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Conv_IntToString_ReturnValue) == 0x000088, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Map_Find_Value) == 0x000098, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Map_Find_ReturnValue) == 0x0000D8, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0000E0, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000F0, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Conv_BoolToString_ReturnValue) == 0x000100, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000110, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000120, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000130, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Add_IntInt_ReturnValue) == 0x000140, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000148, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Map_Find_Value_1) == 0x000158, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnVoidShadowCollectedEvent, CallFunc_Map_Find_ReturnValue_1) == 0x000198, "Member 'BP_PHGameInstance_C_OnVoidShadowCollectedEvent::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnTapePlayerCollectedEvent \ static_assert(alignof(BP_PHGameInstance_C_OnTapePlayerCollectedEvent) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnTapePlayerCollectedEvent"); \ static_assert(sizeof(BP_PHGameInstance_C_OnTapePlayerCollectedEvent) == 0x000050, "Wrong size on BP_PHGameInstance_C_OnTapePlayerCollectedEvent"); \ static_assert(offsetof(BP_PHGameInstance_C_OnTapePlayerCollectedEvent, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnTapePlayerCollectedEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnTapePlayerCollectedEvent, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnTapePlayerCollectedEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnTapePlayerCollectedEvent, Loc_CollectedTapePlayer) == 0x000010, "Member 'BP_PHGameInstance_C_OnTapePlayerCollectedEvent::Loc_CollectedTapePlayer' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnTapePlayerCollectedEvent, K2Node_DynamicCast_AsBPE_Global_Tape_Player_Collected) == 0x000018, "Member 'BP_PHGameInstance_C_OnTapePlayerCollectedEvent::K2Node_DynamicCast_AsBPE_Global_Tape_Player_Collected' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnTapePlayerCollectedEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PHGameInstance_C_OnTapePlayerCollectedEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnTapePlayerCollectedEvent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_PHGameInstance_C_OnTapePlayerCollectedEvent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnTapePlayerCollectedEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_PHGameInstance_C_OnTapePlayerCollectedEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnTapePlayerCollectedEvent, CallFunc_Set_Contains_ReturnValue) == 0x000048, "Member 'BP_PHGameInstance_C_OnTapePlayerCollectedEvent::CallFunc_Set_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnTapePlayerCollectedEvent, CallFunc_Set_Length_ReturnValue) == 0x00004C, "Member 'BP_PHGameInstance_C_OnTapePlayerCollectedEvent::CallFunc_Set_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnWhiteRoomChoiceEvent \ static_assert(alignof(BP_PHGameInstance_C_OnWhiteRoomChoiceEvent) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnWhiteRoomChoiceEvent"); \ static_assert(sizeof(BP_PHGameInstance_C_OnWhiteRoomChoiceEvent) == 0x000020, "Wrong size on BP_PHGameInstance_C_OnWhiteRoomChoiceEvent"); \ static_assert(offsetof(BP_PHGameInstance_C_OnWhiteRoomChoiceEvent, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnWhiteRoomChoiceEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnWhiteRoomChoiceEvent, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnWhiteRoomChoiceEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnWhiteRoomChoiceEvent, K2Node_DynamicCast_AsBPE_Depths_White_Room_Choice) == 0x000010, "Member 'BP_PHGameInstance_C_OnWhiteRoomChoiceEvent::K2Node_DynamicCast_AsBPE_Depths_White_Room_Choice' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnWhiteRoomChoiceEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PHGameInstance_C_OnWhiteRoomChoiceEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_DisplayAutoSaveIndicator \ static_assert(alignof(BP_PHGameInstance_C_DisplayAutoSaveIndicator) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_DisplayAutoSaveIndicator"); \ static_assert(sizeof(BP_PHGameInstance_C_DisplayAutoSaveIndicator) == 0x000020, "Wrong size on BP_PHGameInstance_C_DisplayAutoSaveIndicator"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayAutoSaveIndicator, InfiniteDuration) == 0x000000, "Member 'BP_PHGameInstance_C_DisplayAutoSaveIndicator::InfiniteDuration' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayAutoSaveIndicator, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_DisplayAutoSaveIndicator::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayAutoSaveIndicator, CallFunc_Create_ReturnValue) == 0x000010, "Member 'BP_PHGameInstance_C_DisplayAutoSaveIndicator::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayAutoSaveIndicator, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_PHGameInstance_C_DisplayAutoSaveIndicator::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_BlackScreen \ static_assert(alignof(BP_PHGameInstance_C_BlackScreen) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_BlackScreen"); \ static_assert(sizeof(BP_PHGameInstance_C_BlackScreen) == 0x000038, "Wrong size on BP_PHGameInstance_C_BlackScreen"); \ static_assert(offsetof(BP_PHGameInstance_C_BlackScreen, ScreenVisible) == 0x000000, "Member 'BP_PHGameInstance_C_BlackScreen::ScreenVisible' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BlackScreen, Temp_int_Variable) == 0x000004, "Member 'BP_PHGameInstance_C_BlackScreen::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BlackScreen, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_BlackScreen::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BlackScreen, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000010, "Member 'BP_PHGameInstance_C_BlackScreen::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BlackScreen, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_PHGameInstance_C_BlackScreen::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BlackScreen, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_PHGameInstance_C_BlackScreen::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BlackScreen, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_PHGameInstance_C_BlackScreen::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BlackScreen, CallFunc_IsValid_ReturnValue) == 0x00002D, "Member 'BP_PHGameInstance_C_BlackScreen::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BlackScreen, CallFunc_Create_ReturnValue) == 0x000030, "Member 'BP_PHGameInstance_C_BlackScreen::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_StopAutoSaveIndicator \ static_assert(alignof(BP_PHGameInstance_C_StopAutoSaveIndicator) == 0x000001, "Wrong alignment on BP_PHGameInstance_C_StopAutoSaveIndicator"); \ static_assert(sizeof(BP_PHGameInstance_C_StopAutoSaveIndicator) == 0x000001, "Wrong size on BP_PHGameInstance_C_StopAutoSaveIndicator"); \ static_assert(offsetof(BP_PHGameInstance_C_StopAutoSaveIndicator, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_PHGameInstance_C_StopAutoSaveIndicator::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnGameUserSettingsSave \ static_assert(alignof(BP_PHGameInstance_C_OnGameUserSettingsSave) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnGameUserSettingsSave"); \ static_assert(sizeof(BP_PHGameInstance_C_OnGameUserSettingsSave) == 0x000010, "Wrong size on BP_PHGameInstance_C_OnGameUserSettingsSave"); \ static_assert(offsetof(BP_PHGameInstance_C_OnGameUserSettingsSave, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnGameUserSettingsSave::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnGameUserSettingsSave, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnGameUserSettingsSave::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_BPOnMapPreLoad \ static_assert(alignof(BP_PHGameInstance_C_BPOnMapPreLoad) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_BPOnMapPreLoad"); \ static_assert(sizeof(BP_PHGameInstance_C_BPOnMapPreLoad) == 0x000030, "Wrong size on BP_PHGameInstance_C_BPOnMapPreLoad"); \ static_assert(offsetof(BP_PHGameInstance_C_BPOnMapPreLoad, UnloadedLevel) == 0x000000, "Member 'BP_PHGameInstance_C_BPOnMapPreLoad::UnloadedLevel' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BPOnMapPreLoad, CurrentURL) == 0x000008, "Member 'BP_PHGameInstance_C_BPOnMapPreLoad::CurrentURL' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BPOnMapPreLoad, Error) == 0x000018, "Member 'BP_PHGameInstance_C_BPOnMapPreLoad::Error' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BPOnMapPreLoad, bResult) == 0x000028, "Member 'BP_PHGameInstance_C_BPOnMapPreLoad::bResult' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_BPOnMapPreLoad, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_PHGameInstance_C_BPOnMapPreLoad::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_LoadAllLoadingImages \ static_assert(alignof(BP_PHGameInstance_C_LoadAllLoadingImages) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_LoadAllLoadingImages"); \ static_assert(sizeof(BP_PHGameInstance_C_LoadAllLoadingImages) == 0x0001C8, "Wrong size on BP_PHGameInstance_C_LoadAllLoadingImages"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, Loc_NumLoaded) == 0x000000, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::Loc_NumLoaded' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, Loc_LoadedImage) == 0x000008, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::Loc_LoadedImage' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, Loc_CurrKeyValue) == 0x000010, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::Loc_CurrKeyValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, Loc_CurrKeyElement) == 0x000038, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::Loc_CurrKeyElement' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, Loc_ChapterKeys) == 0x000040, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::Loc_ChapterKeys' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, Temp_int_Array_Index_Variable) == 0x000050, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Add_IntInt_ReturnValue) == 0x000058, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Conv_IntToString_ReturnValue) == 0x000060, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Add_IntInt_ReturnValue_1) == 0x000070, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Concat_StrStr_ReturnValue) == 0x000078, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_GetPathName_ReturnValue) == 0x000088, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, Temp_int_Variable) == 0x000098, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000A0, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B0, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000C0, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0000D0, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0000E0, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_LoadAsset_Blocking_ReturnValue) == 0x0000F0, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_LoadAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000F8, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, K2Node_DynamicCast_AsTexture_2D) == 0x000108, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::K2Node_DynamicCast_AsTexture_2D' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, K2Node_DynamicCast_bSuccess) == 0x000110, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000118, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000128, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000138, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000148, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000150, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x000160, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000170, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Map_Find_Value) == 0x000180, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Map_Find_ReturnValue) == 0x0001A8, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Array_Get_Item) == 0x0001A9, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Map_Keys_Keys) == 0x0001B0, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Array_Length_ReturnValue) == 0x0001C0, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadAllLoadingImages, CallFunc_Less_IntInt_ReturnValue) == 0x0001C4, "Member 'BP_PHGameInstance_C_LoadAllLoadingImages::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_ClearLoadedLoadingImages \ static_assert(alignof(BP_PHGameInstance_C_ClearLoadedLoadingImages) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_ClearLoadedLoadingImages"); \ static_assert(sizeof(BP_PHGameInstance_C_ClearLoadedLoadingImages) == 0x0000A8, "Wrong size on BP_PHGameInstance_C_ClearLoadedLoadingImages"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, Loc_CurrKeyValue) == 0x000000, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::Loc_CurrKeyValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, Loc_CurrChapterKeyElement) == 0x000028, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::Loc_CurrChapterKeyElement' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, Loc_ChapterKeys) == 0x000030, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::Loc_ChapterKeys' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, Temp_int_Loop_Counter_Variable) == 0x000044, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, CallFunc_Map_Find_Value) == 0x000050, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, CallFunc_Map_Find_ReturnValue) == 0x000078, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, CallFunc_Array_Get_Item) == 0x000079, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, CallFunc_Array_Length_ReturnValue) == 0x00007C, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, CallFunc_Map_Keys_Keys) == 0x000088, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ClearLoadedLoadingImages, CallFunc_MakeLiteralString_ReturnValue) == 0x000098, "Member 'BP_PHGameInstance_C_ClearLoadedLoadingImages::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnSetChapterGoalEvent \ static_assert(alignof(BP_PHGameInstance_C_OnSetChapterGoalEvent) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnSetChapterGoalEvent"); \ static_assert(sizeof(BP_PHGameInstance_C_OnSetChapterGoalEvent) == 0x000020, "Wrong size on BP_PHGameInstance_C_OnSetChapterGoalEvent"); \ static_assert(offsetof(BP_PHGameInstance_C_OnSetChapterGoalEvent, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnSetChapterGoalEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnSetChapterGoalEvent, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnSetChapterGoalEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnSetChapterGoalEvent, K2Node_DynamicCast_AsBPE_Set_Chapter_Goal) == 0x000010, "Member 'BP_PHGameInstance_C_OnSetChapterGoalEvent::K2Node_DynamicCast_AsBPE_Set_Chapter_Goal' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnSetChapterGoalEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PHGameInstance_C_OnSetChapterGoalEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_OnNewGameEvent \ static_assert(alignof(BP_PHGameInstance_C_OnNewGameEvent) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_OnNewGameEvent"); \ static_assert(sizeof(BP_PHGameInstance_C_OnNewGameEvent) == 0x000020, "Wrong size on BP_PHGameInstance_C_OnNewGameEvent"); \ static_assert(offsetof(BP_PHGameInstance_C_OnNewGameEvent, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_OnNewGameEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnNewGameEvent, Event) == 0x000008, "Member 'BP_PHGameInstance_C_OnNewGameEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_OnNewGameEvent, CallFunc_MakeLiteralString_ReturnValue) == 0x000010, "Member 'BP_PHGameInstance_C_OnNewGameEvent::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_ResetVoidShadows \ static_assert(alignof(BP_PHGameInstance_C_ResetVoidShadows) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_ResetVoidShadows"); \ static_assert(sizeof(BP_PHGameInstance_C_ResetVoidShadows) == 0x0000B8, "Wrong size on BP_PHGameInstance_C_ResetVoidShadows"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetVoidShadows, Loc_CurInfo) == 0x000000, "Member 'BP_PHGameInstance_C_ResetVoidShadows::Loc_CurInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetVoidShadows, Loc_CurElement) == 0x000040, "Member 'BP_PHGameInstance_C_ResetVoidShadows::Loc_CurElement' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetVoidShadows, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_PHGameInstance_C_ResetVoidShadows::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetVoidShadows, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BP_PHGameInstance_C_ResetVoidShadows::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetVoidShadows, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'BP_PHGameInstance_C_ResetVoidShadows::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetVoidShadows, CallFunc_Map_Find_Value) == 0x000050, "Member 'BP_PHGameInstance_C_ResetVoidShadows::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetVoidShadows, CallFunc_Map_Find_ReturnValue) == 0x000090, "Member 'BP_PHGameInstance_C_ResetVoidShadows::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetVoidShadows, CallFunc_Map_Keys_Keys) == 0x000098, "Member 'BP_PHGameInstance_C_ResetVoidShadows::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetVoidShadows, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_PHGameInstance_C_ResetVoidShadows::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetVoidShadows, CallFunc_Array_Length_ReturnValue) == 0x0000AC, "Member 'BP_PHGameInstance_C_ResetVoidShadows::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetVoidShadows, CallFunc_Less_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_PHGameInstance_C_ResetVoidShadows::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_ResetChapterPuppet \ static_assert(alignof(BP_PHGameInstance_C_ResetChapterPuppet) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_ResetChapterPuppet"); \ static_assert(sizeof(BP_PHGameInstance_C_ResetChapterPuppet) == 0x000018, "Wrong size on BP_PHGameInstance_C_ResetChapterPuppet"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetChapterPuppet, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PHGameInstance_C_ResetChapterPuppet::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetChapterPuppet, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PHGameInstance_C_ResetChapterPuppet::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetChapterPuppet, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_ResetChapterPuppet::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetChapterPuppet, Temp_float_Variable) == 0x00000C, "Member 'BP_PHGameInstance_C_ResetChapterPuppet::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetChapterPuppet, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_PHGameInstance_C_ResetChapterPuppet::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetChapterPuppet, CallFunc_Less_IntInt_ReturnValue) == 0x000014, "Member 'BP_PHGameInstance_C_ResetChapterPuppet::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_ResetMicrofilmInventory \ static_assert(alignof(BP_PHGameInstance_C_ResetMicrofilmInventory) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_ResetMicrofilmInventory"); \ static_assert(sizeof(BP_PHGameInstance_C_ResetMicrofilmInventory) == 0x000028, "Wrong size on BP_PHGameInstance_C_ResetMicrofilmInventory"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetMicrofilmInventory, Loc_MicrofilmManager) == 0x000000, "Member 'BP_PHGameInstance_C_ResetMicrofilmInventory::Loc_MicrofilmManager' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetMicrofilmInventory, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_ResetMicrofilmInventory::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetMicrofilmInventory, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x000010, "Member 'BP_PHGameInstance_C_ResetMicrofilmInventory::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetMicrofilmInventory, K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager) == 0x000018, "Member 'BP_PHGameInstance_C_ResetMicrofilmInventory::K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ResetMicrofilmInventory, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PHGameInstance_C_ResetMicrofilmInventory::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_SetKatjasApartmentSwapper \ static_assert(alignof(BP_PHGameInstance_C_SetKatjasApartmentSwapper) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_SetKatjasApartmentSwapper"); \ static_assert(sizeof(BP_PHGameInstance_C_SetKatjasApartmentSwapper) == 0x000058, "Wrong size on BP_PHGameInstance_C_SetKatjasApartmentSwapper"); \ static_assert(offsetof(BP_PHGameInstance_C_SetKatjasApartmentSwapper, NewSwapper) == 0x000000, "Member 'BP_PHGameInstance_C_SetKatjasApartmentSwapper::NewSwapper' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetKatjasApartmentSwapper, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_SetKatjasApartmentSwapper::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetKatjasApartmentSwapper, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PHGameInstance_C_SetKatjasApartmentSwapper::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetKatjasApartmentSwapper, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000028, "Member 'BP_PHGameInstance_C_SetKatjasApartmentSwapper::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetKatjasApartmentSwapper, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_PHGameInstance_C_SetKatjasApartmentSwapper::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_SetKatjasApartmentSwapper, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000048, "Member 'BP_PHGameInstance_C_SetKatjasApartmentSwapper::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_LoadPlatformControllerMapWidgets \ static_assert(alignof(BP_PHGameInstance_C_LoadPlatformControllerMapWidgets) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_LoadPlatformControllerMapWidgets"); \ static_assert(sizeof(BP_PHGameInstance_C_LoadPlatformControllerMapWidgets) == 0x000038, "Wrong size on BP_PHGameInstance_C_LoadPlatformControllerMapWidgets"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadPlatformControllerMapWidgets, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'BP_PHGameInstance_C_LoadPlatformControllerMapWidgets::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadPlatformControllerMapWidgets, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000010, "Member 'BP_PHGameInstance_C_LoadPlatformControllerMapWidgets::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadPlatformControllerMapWidgets, CallFunc_MakeLiteralString_ReturnValue_2) == 0x000020, "Member 'BP_PHGameInstance_C_LoadPlatformControllerMapWidgets::CallFunc_MakeLiteralString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadPlatformControllerMapWidgets, CallFunc_GetPlatform_ReturnValue) == 0x000030, "Member 'BP_PHGameInstance_C_LoadPlatformControllerMapWidgets::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadPlatformControllerMapWidgets, K2Node_SwitchEnum_CmpSuccess) == 0x000031, "Member 'BP_PHGameInstance_C_LoadPlatformControllerMapWidgets::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_LoadSoftObjectClassRef \ static_assert(alignof(BP_PHGameInstance_C_LoadSoftObjectClassRef) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_LoadSoftObjectClassRef"); \ static_assert(sizeof(BP_PHGameInstance_C_LoadSoftObjectClassRef) == 0x0000A0, "Wrong size on BP_PHGameInstance_C_LoadSoftObjectClassRef"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadSoftObjectClassRef, SoftObjectClassToLoad) == 0x000000, "Member 'BP_PHGameInstance_C_LoadSoftObjectClassRef::SoftObjectClassToLoad' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadSoftObjectClassRef, HardVariableRef) == 0x000028, "Member 'BP_PHGameInstance_C_LoadSoftObjectClassRef::HardVariableRef' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadSoftObjectClassRef, NewLocalVar_0) == 0x000030, "Member 'BP_PHGameInstance_C_LoadSoftObjectClassRef::NewLocalVar_0' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadSoftObjectClassRef, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x000038, "Member 'BP_PHGameInstance_C_LoadSoftObjectClassRef::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadSoftObjectClassRef, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x000040, "Member 'BP_PHGameInstance_C_LoadSoftObjectClassRef::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadSoftObjectClassRef, CallFunc_IsValidClass_ReturnValue) == 0x000048, "Member 'BP_PHGameInstance_C_LoadSoftObjectClassRef::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadSoftObjectClassRef, CallFunc_Conv_SoftClassReferenceToString_ReturnValue) == 0x000050, "Member 'BP_PHGameInstance_C_LoadSoftObjectClassRef::CallFunc_Conv_SoftClassReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadSoftObjectClassRef, CallFunc_Conv_SoftClassReferenceToString_ReturnValue_1) == 0x000060, "Member 'BP_PHGameInstance_C_LoadSoftObjectClassRef::CallFunc_Conv_SoftClassReferenceToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadSoftObjectClassRef, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'BP_PHGameInstance_C_LoadSoftObjectClassRef::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadSoftObjectClassRef, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'BP_PHGameInstance_C_LoadSoftObjectClassRef::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_LoadSoftObjectClassRef, CallFunc_MakeLiteralString_ReturnValue) == 0x000090, "Member 'BP_PHGameInstance_C_LoadSoftObjectClassRef::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_PrecacheFonts \ static_assert(alignof(BP_PHGameInstance_C_PrecacheFonts) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_PrecacheFonts"); \ static_assert(sizeof(BP_PHGameInstance_C_PrecacheFonts) == 0x000060, "Wrong size on BP_PHGameInstance_C_PrecacheFonts"); \ static_assert(offsetof(BP_PHGameInstance_C_PrecacheFonts, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PHGameInstance_C_PrecacheFonts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PrecacheFonts, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PHGameInstance_C_PrecacheFonts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PrecacheFonts, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_PrecacheFonts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PrecacheFonts, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PHGameInstance_C_PrecacheFonts::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PrecacheFonts, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PHGameInstance_C_PrecacheFonts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PrecacheFonts, CallFunc_Conv_IntToString_ReturnValue) == 0x000020, "Member 'BP_PHGameInstance_C_PrecacheFonts::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PrecacheFonts, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_PHGameInstance_C_PrecacheFonts::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PrecacheFonts, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_PHGameInstance_C_PrecacheFonts::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PrecacheFonts, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_PHGameInstance_C_PrecacheFonts::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PrecacheFonts, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'BP_PHGameInstance_C_PrecacheFonts::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_PrecacheFonts, CallFunc_Less_IntInt_ReturnValue) == 0x00005C, "Member 'BP_PHGameInstance_C_PrecacheFonts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_Get_Platform_Input_Mapping \ static_assert(alignof(BP_PHGameInstance_C_Get_Platform_Input_Mapping) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_Get_Platform_Input_Mapping"); \ static_assert(sizeof(BP_PHGameInstance_C_Get_Platform_Input_Mapping) == 0x000010, "Wrong size on BP_PHGameInstance_C_Get_Platform_Input_Mapping"); \ static_assert(offsetof(BP_PHGameInstance_C_Get_Platform_Input_Mapping, Input_Mapping) == 0x000000, "Member 'BP_PHGameInstance_C_Get_Platform_Input_Mapping::Input_Mapping' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Get_Platform_Input_Mapping, CallFunc_GetPlatform_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_Get_Platform_Input_Mapping::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Get_Platform_Input_Mapping, K2Node_SwitchEnum_CmpSuccess) == 0x000009, "Member 'BP_PHGameInstance_C_Get_Platform_Input_Mapping::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_Load_Input_Mapping \ static_assert(alignof(BP_PHGameInstance_C_Load_Input_Mapping) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_Load_Input_Mapping"); \ static_assert(sizeof(BP_PHGameInstance_C_Load_Input_Mapping) == 0x0000D8, "Wrong size on BP_PHGameInstance_C_Load_Input_Mapping"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, SoftObjectClassToLoad) == 0x000000, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::SoftObjectClassToLoad' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, InputMappingReference) == 0x000028, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::InputMappingReference' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, LoadedClass) == 0x000030, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::LoadedClass' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, K2Node_ClassDynamicCast_AsRich_Text_Block_Image_Decorator) == 0x000038, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::K2Node_ClassDynamicCast_AsRich_Text_Block_Image_Decorator' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, K2Node_ClassDynamicCast_bSuccess) == 0x000040, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, CallFunc_Conv_SoftClassReferenceToString_ReturnValue) == 0x000048, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::CallFunc_Conv_SoftClassReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, CallFunc_Conv_SoftClassReferenceToString_ReturnValue_1) == 0x000078, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::CallFunc_Conv_SoftClassReferenceToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, CallFunc_Conv_SoftClassReferenceToString_ReturnValue_2) == 0x000098, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::CallFunc_Conv_SoftClassReferenceToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A8, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, CallFunc_LoadClassAsset_Blocking_ReturnValue) == 0x0000B8, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::CallFunc_LoadClassAsset_Blocking_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x0000C0, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, CallFunc_IsValidClass_ReturnValue) == 0x0000C1, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Input_Mapping, CallFunc_MakeLiteralString_ReturnValue) == 0x0000C8, "Member 'BP_PHGameInstance_C_Load_Input_Mapping::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_Load_Platform_Input_Mapping \ static_assert(alignof(BP_PHGameInstance_C_Load_Platform_Input_Mapping) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_Load_Platform_Input_Mapping"); \ static_assert(sizeof(BP_PHGameInstance_C_Load_Platform_Input_Mapping) == 0x000038, "Wrong size on BP_PHGameInstance_C_Load_Platform_Input_Mapping"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Platform_Input_Mapping, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'BP_PHGameInstance_C_Load_Platform_Input_Mapping::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Platform_Input_Mapping, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000010, "Member 'BP_PHGameInstance_C_Load_Platform_Input_Mapping::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Platform_Input_Mapping, CallFunc_MakeLiteralString_ReturnValue_2) == 0x000020, "Member 'BP_PHGameInstance_C_Load_Platform_Input_Mapping::CallFunc_MakeLiteralString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Platform_Input_Mapping, CallFunc_GetPlatform_ReturnValue) == 0x000030, "Member 'BP_PHGameInstance_C_Load_Platform_Input_Mapping::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_Load_Platform_Input_Mapping, K2Node_SwitchEnum_CmpSuccess) == 0x000031, "Member 'BP_PHGameInstance_C_Load_Platform_Input_Mapping::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_ReadStatLeaderboardInt \ static_assert(alignof(BP_PHGameInstance_C_ReadStatLeaderboardInt) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_ReadStatLeaderboardInt"); \ static_assert(sizeof(BP_PHGameInstance_C_ReadStatLeaderboardInt) == 0x000070, "Wrong size on BP_PHGameInstance_C_ReadStatLeaderboardInt"); \ static_assert(offsetof(BP_PHGameInstance_C_ReadStatLeaderboardInt, StatClass) == 0x000000, "Member 'BP_PHGameInstance_C_ReadStatLeaderboardInt::StatClass' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ReadStatLeaderboardInt, ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_ReadStatLeaderboardInt::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ReadStatLeaderboardInt, Loc_StatFound) == 0x00000C, "Member 'BP_PHGameInstance_C_ReadStatLeaderboardInt::Loc_StatFound' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ReadStatLeaderboardInt, Loc_StatValue) == 0x000010, "Member 'BP_PHGameInstance_C_ReadStatLeaderboardInt::Loc_StatValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ReadStatLeaderboardInt, CallFunc_Conv_BoolToString_ReturnValue) == 0x000018, "Member 'BP_PHGameInstance_C_ReadStatLeaderboardInt::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ReadStatLeaderboardInt, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_PHGameInstance_C_ReadStatLeaderboardInt::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ReadStatLeaderboardInt, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_PHGameInstance_C_ReadStatLeaderboardInt::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ReadStatLeaderboardInt, CallFunc_Conv_IntToString_ReturnValue) == 0x000048, "Member 'BP_PHGameInstance_C_ReadStatLeaderboardInt::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ReadStatLeaderboardInt, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'BP_PHGameInstance_C_ReadStatLeaderboardInt::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ReadStatLeaderboardInt, CallFunc_Map_Find_Value) == 0x000068, "Member 'BP_PHGameInstance_C_ReadStatLeaderboardInt::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ReadStatLeaderboardInt, CallFunc_Map_Find_ReturnValue) == 0x00006C, "Member 'BP_PHGameInstance_C_ReadStatLeaderboardInt::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_CollectibleArt \ static_assert(alignof(BP_PHGameInstance_C_CollectibleArt) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_CollectibleArt"); \ static_assert(sizeof(BP_PHGameInstance_C_CollectibleArt) == 0x000020, "Wrong size on BP_PHGameInstance_C_CollectibleArt"); \ static_assert(offsetof(BP_PHGameInstance_C_CollectibleArt, Sender) == 0x000000, "Member 'BP_PHGameInstance_C_CollectibleArt::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CollectibleArt, Event) == 0x000008, "Member 'BP_PHGameInstance_C_CollectibleArt::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CollectibleArt, K2Node_DynamicCast_AsBPE_Global_Collectible_Art_Inventory_Save) == 0x000010, "Member 'BP_PHGameInstance_C_CollectibleArt::K2Node_DynamicCast_AsBPE_Global_Collectible_Art_Inventory_Save' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CollectibleArt, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PHGameInstance_C_CollectibleArt::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_CollectibleArt, CallFunc_Array_AddUnique_ReturnValue) == 0x00001C, "Member 'BP_PHGameInstance_C_CollectibleArt::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_DisplayPlayGoDialogForChapter \ static_assert(alignof(BP_PHGameInstance_C_DisplayPlayGoDialogForChapter) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_DisplayPlayGoDialogForChapter"); \ static_assert(sizeof(BP_PHGameInstance_C_DisplayPlayGoDialogForChapter) == 0x00000C, "Wrong size on BP_PHGameInstance_C_DisplayPlayGoDialogForChapter"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChapter, ChapterNum) == 0x000000, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChapter::ChapterNum' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChapter, CallFunc_IsChapterAvailable_ReturnValue) == 0x000004, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChapter::CallFunc_IsChapterAvailable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChapter, CallFunc_OpenPlayGoDialogForChapter_ReturnValue) == 0x000005, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChapter::CallFunc_OpenPlayGoDialogForChapter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChapter, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChapter::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChapter, CallFunc_GetPlatform_ReturnValue) == 0x000007, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChapter::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChapter, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChapter::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChapter, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChapter::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_DisplayPlayGoDialogForChunk \ static_assert(alignof(BP_PHGameInstance_C_DisplayPlayGoDialogForChunk) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_DisplayPlayGoDialogForChunk"); \ static_assert(sizeof(BP_PHGameInstance_C_DisplayPlayGoDialogForChunk) == 0x00000C, "Wrong size on BP_PHGameInstance_C_DisplayPlayGoDialogForChunk"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChunk, ChunkNum) == 0x000000, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChunk::ChunkNum' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChunk, CallFunc_IsChunkAvailable_ReturnValue) == 0x000004, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChunk::CallFunc_IsChunkAvailable_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChunk, CallFunc_OpenPlayGoDialogForChunk_ReturnValue) == 0x000005, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChunk::CallFunc_OpenPlayGoDialogForChunk_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChunk, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChunk::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChunk, CallFunc_GetPlatform_ReturnValue) == 0x000007, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChunk::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChunk, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000008, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChunk::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_DisplayPlayGoDialogForChunk, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'BP_PHGameInstance_C_DisplayPlayGoDialogForChunk::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_IsActiveBreathingTutorialEnabled \ static_assert(alignof(BP_PHGameInstance_C_IsActiveBreathingTutorialEnabled) == 0x000001, "Wrong alignment on BP_PHGameInstance_C_IsActiveBreathingTutorialEnabled"); \ static_assert(sizeof(BP_PHGameInstance_C_IsActiveBreathingTutorialEnabled) == 0x000002, "Wrong size on BP_PHGameInstance_C_IsActiveBreathingTutorialEnabled"); \ static_assert(offsetof(BP_PHGameInstance_C_IsActiveBreathingTutorialEnabled, Enabled) == 0x000000, "Member 'BP_PHGameInstance_C_IsActiveBreathingTutorialEnabled::Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_IsActiveBreathingTutorialEnabled, CallFunc_Greater_IntInt_ReturnValue) == 0x000001, "Member 'BP_PHGameInstance_C_IsActiveBreathingTutorialEnabled::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_ShouldTutorializeActiveBreathing \ static_assert(alignof(BP_PHGameInstance_C_ShouldTutorializeActiveBreathing) == 0x000004, "Wrong alignment on BP_PHGameInstance_C_ShouldTutorializeActiveBreathing"); \ static_assert(sizeof(BP_PHGameInstance_C_ShouldTutorializeActiveBreathing) == 0x000018, "Wrong size on BP_PHGameInstance_C_ShouldTutorializeActiveBreathing"); \ static_assert(offsetof(BP_PHGameInstance_C_ShouldTutorializeActiveBreathing, TriedOffset) == 0x000000, "Member 'BP_PHGameInstance_C_ShouldTutorializeActiveBreathing::TriedOffset' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ShouldTutorializeActiveBreathing, Result) == 0x000004, "Member 'BP_PHGameInstance_C_ShouldTutorializeActiveBreathing::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ShouldTutorializeActiveBreathing, Loc_TimesTried) == 0x000008, "Member 'BP_PHGameInstance_C_ShouldTutorializeActiveBreathing::Loc_TimesTried' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ShouldTutorializeActiveBreathing, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_PHGameInstance_C_ShouldTutorializeActiveBreathing::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ShouldTutorializeActiveBreathing, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_PHGameInstance_C_ShouldTutorializeActiveBreathing::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ShouldTutorializeActiveBreathing, CallFunc_IsActiveBreathingTutorialEnabled_Enabled) == 0x000014, "Member 'BP_PHGameInstance_C_ShouldTutorializeActiveBreathing::CallFunc_IsActiveBreathingTutorialEnabled_Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ShouldTutorializeActiveBreathing, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000015, "Member 'BP_PHGameInstance_C_ShouldTutorializeActiveBreathing::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_ShouldTutorializeActiveBreathing, CallFunc_BooleanOR_ReturnValue) == 0x000016, "Member 'BP_PHGameInstance_C_ShouldTutorializeActiveBreathing::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_GetVoidShadowsPersitentInfos \ static_assert(alignof(BP_PHGameInstance_C_GetVoidShadowsPersitentInfos) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_GetVoidShadowsPersitentInfos"); \ static_assert(sizeof(BP_PHGameInstance_C_GetVoidShadowsPersitentInfos) == 0x000050, "Wrong size on BP_PHGameInstance_C_GetVoidShadowsPersitentInfos"); \ static_assert(offsetof(BP_PHGameInstance_C_GetVoidShadowsPersitentInfos, Result) == 0x000000, "Member 'BP_PHGameInstance_C_GetVoidShadowsPersitentInfos::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_IsVoidShadowCollected \ static_assert(alignof(BP_PHGameInstance_C_IsVoidShadowCollected) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_IsVoidShadowCollected"); \ static_assert(sizeof(BP_PHGameInstance_C_IsVoidShadowCollected) == 0x000050, "Wrong size on BP_PHGameInstance_C_IsVoidShadowCollected"); \ static_assert(offsetof(BP_PHGameInstance_C_IsVoidShadowCollected, VoidShadowID) == 0x000000, "Member 'BP_PHGameInstance_C_IsVoidShadowCollected::VoidShadowID' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_IsVoidShadowCollected, Result) == 0x000001, "Member 'BP_PHGameInstance_C_IsVoidShadowCollected::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_IsVoidShadowCollected, CallFunc_Map_Find_Value) == 0x000008, "Member 'BP_PHGameInstance_C_IsVoidShadowCollected::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_IsVoidShadowCollected, CallFunc_Map_Find_ReturnValue) == 0x000048, "Member 'BP_PHGameInstance_C_IsVoidShadowCollected::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHGameInstance_C_GetKatjasApartmentSwapper \ static_assert(alignof(BP_PHGameInstance_C_GetKatjasApartmentSwapper) == 0x000008, "Wrong alignment on BP_PHGameInstance_C_GetKatjasApartmentSwapper"); \ static_assert(sizeof(BP_PHGameInstance_C_GetKatjasApartmentSwapper) == 0x000040, "Wrong size on BP_PHGameInstance_C_GetKatjasApartmentSwapper"); \ static_assert(offsetof(BP_PHGameInstance_C_GetKatjasApartmentSwapper, WorldContextObject) == 0x000000, "Member 'BP_PHGameInstance_C_GetKatjasApartmentSwapper::WorldContextObject' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GetKatjasApartmentSwapper, Result) == 0x000008, "Member 'BP_PHGameInstance_C_GetKatjasApartmentSwapper::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GetKatjasApartmentSwapper, Loc_MapName) == 0x000010, "Member 'BP_PHGameInstance_C_GetKatjasApartmentSwapper::Loc_MapName' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GetKatjasApartmentSwapper, Loc_WorldCtxObj) == 0x000020, "Member 'BP_PHGameInstance_C_GetKatjasApartmentSwapper::Loc_WorldCtxObj' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GetKatjasApartmentSwapper, CallFunc_GetMapNameOfObject_ReturnValue) == 0x000028, "Member 'BP_PHGameInstance_C_GetKatjasApartmentSwapper::CallFunc_GetMapNameOfObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GetKatjasApartmentSwapper, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000038, "Member 'BP_PHGameInstance_C_GetKatjasApartmentSwapper::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHGameInstance_C_GetKatjasApartmentSwapper, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'BP_PHGameInstance_C_GetKatjasApartmentSwapper::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PHGameInstance_C \ static_assert(alignof(UBP_PHGameInstance_C) == 0x000008, "Wrong alignment on UBP_PHGameInstance_C"); \ static_assert(sizeof(UBP_PHGameInstance_C) == 0x000970, "Wrong size on UBP_PHGameInstance_C"); \ static_assert(offsetof(UBP_PHGameInstance_C, UberGraphFrame) == 0x0004C0, "Member 'UBP_PHGameInstance_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, OverallChapterProgress) == 0x0004C8, "Member 'UBP_PHGameInstance_C::OverallChapterProgress' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, Chapter_1_States) == 0x0004D0, "Member 'UBP_PHGameInstance_C::Chapter_1_States' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, Chapter_2_States) == 0x0004E0, "Member 'UBP_PHGameInstance_C::Chapter_2_States' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, LevelRestart) == 0x0004F0, "Member 'UBP_PHGameInstance_C::LevelRestart' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, LoadScreen_UI) == 0x0004F8, "Member 'UBP_PHGameInstance_C::LoadScreen_UI' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, BlackScreen_UI) == 0x000500, "Member 'UBP_PHGameInstance_C::BlackScreen_UI' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, Chapter_3_States) == 0x000508, "Member 'UBP_PHGameInstance_C::Chapter_3_States' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, Chapter_4_States) == 0x000518, "Member 'UBP_PHGameInstance_C::Chapter_4_States' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, Chapter_5_States) == 0x000528, "Member 'UBP_PHGameInstance_C::Chapter_5_States' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, KatjasApartmentSwapper) == 0x000538, "Member 'UBP_PHGameInstance_C::KatjasApartmentSwapper' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, Chapter_6_States) == 0x000540, "Member 'UBP_PHGameInstance_C::Chapter_6_States' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, RequiresRestart) == 0x000550, "Member 'UBP_PHGameInstance_C::RequiresRestart' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, NewScreenSettings) == 0x000551, "Member 'UBP_PHGameInstance_C::NewScreenSettings' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, ScreamedAtHeroPlantInChapter05) == 0x000552, "Member 'UBP_PHGameInstance_C::ScreamedAtHeroPlantInChapter05' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimeSpentInWaterAreas) == 0x000554, "Member 'UBP_PHGameInstance_C::TimeSpentInWaterAreas' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesHitByDTM) == 0x000558, "Member 'UBP_PHGameInstance_C::TimesHitByDTM' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesPlayerDied) == 0x00055C, "Member 'UBP_PHGameInstance_C::TimesPlayerDied' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, PlayerSavedDrownedVic) == 0x000560, "Member 'UBP_PHGameInstance_C::PlayerSavedDrownedVic' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, PlayerWentThroughSleepInstitutePortal) == 0x000561, "Member 'UBP_PHGameInstance_C::PlayerWentThroughSleepInstitutePortal' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesPlayerHasAnsweredPhone) == 0x000564, "Member 'UBP_PHGameInstance_C::TimesPlayerHasAnsweredPhone' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesPlayerCaughtByTLF) == 0x000568, "Member 'UBP_PHGameInstance_C::TimesPlayerCaughtByTLF' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesPlayerInteractedWithVoidShadows) == 0x00056C, "Member 'UBP_PHGameInstance_C::TimesPlayerInteractedWithVoidShadows' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesTreesGrown) == 0x000570, "Member 'UBP_PHGameInstance_C::TimesTreesGrown' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, PsychicCombatWins) == 0x000574, "Member 'UBP_PHGameInstance_C::PsychicCombatWins' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, PsychicCombatLosses) == 0x000578, "Member 'UBP_PHGameInstance_C::PsychicCombatLosses' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, ChapterStateProgressionMap) == 0x000580, "Member 'UBP_PHGameInstance_C::ChapterStateProgressionMap' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesInteractedWithMicroficheMachine) == 0x0005D0, "Member 'UBP_PHGameInstance_C::TimesInteractedWithMicroficheMachine' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, NumberOfMicroficheFilmsPickedUp) == 0x0005D4, "Member 'UBP_PHGameInstance_C::NumberOfMicroficheFilmsPickedUp' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, PickupsClasses) == 0x0005D8, "Member 'UBP_PHGameInstance_C::PickupsClasses' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesDiedToDTM) == 0x0005E8, "Member 'UBP_PHGameInstance_C::TimesDiedToDTM' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesDiedToThresher) == 0x0005EC, "Member 'UBP_PHGameInstance_C::TimesDiedToThresher' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, PlayerSparedCentipede) == 0x0005F0, "Member 'UBP_PHGameInstance_C::PlayerSparedCentipede' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesDiedToGas) == 0x0005F4, "Member 'UBP_PHGameInstance_C::TimesDiedToGas' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, ChRunTime) == 0x0005F8, "Member 'UBP_PHGameInstance_C::ChRunTime' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, Internal_CurrentPlayerArea) == 0x000608, "Member 'UBP_PHGameInstance_C::Internal_CurrentPlayerArea' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, Internal_AreasPlayerDied) == 0x000610, "Member 'UBP_PHGameInstance_C::Internal_AreasPlayerDied' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, Internal_SavedAreasPlayerDied) == 0x000620, "Member 'UBP_PHGameInstance_C::Internal_SavedAreasPlayerDied' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CoBusMix_Master) == 0x000630, "Member 'UBP_PHGameInstance_C::CoBusMix_Master' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CoBusMix_Music) == 0x000638, "Member 'UBP_PHGameInstance_C::CoBusMix_Music' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CoBusMix_SFX) == 0x000640, "Member 'UBP_PHGameInstance_C::CoBusMix_SFX' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CoBusMix_UI) == 0x000648, "Member 'UBP_PHGameInstance_C::CoBusMix_UI' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CoBusMix_VO) == 0x000650, "Member 'UBP_PHGameInstance_C::CoBusMix_VO' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CoBus_Master) == 0x000658, "Member 'UBP_PHGameInstance_C::CoBus_Master' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CoBus_Music) == 0x000660, "Member 'UBP_PHGameInstance_C::CoBus_Music' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CoBus_SFX) == 0x000668, "Member 'UBP_PHGameInstance_C::CoBus_SFX' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CoBus_UI) == 0x000670, "Member 'UBP_PHGameInstance_C::CoBus_UI' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CoBus_VO) == 0x000678, "Member 'UBP_PHGameInstance_C::CoBus_VO' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, SoundModulationParam_MasterVolume) == 0x000680, "Member 'UBP_PHGameInstance_C::SoundModulationParam_MasterVolume' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, SoundModulationParam_MusicVolume) == 0x000688, "Member 'UBP_PHGameInstance_C::SoundModulationParam_MusicVolume' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, SoundModulationParam_SFXVolume) == 0x000690, "Member 'UBP_PHGameInstance_C::SoundModulationParam_SFXVolume' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, SoundModulationParam_UIVolume) == 0x000698, "Member 'UBP_PHGameInstance_C::SoundModulationParam_UIVolume' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, SoundModulationParam_VOVolume) == 0x0006A0, "Member 'UBP_PHGameInstance_C::SoundModulationParam_VOVolume' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, As_PHGame_User_Settings) == 0x0006A8, "Member 'UBP_PHGameInstance_C::As_PHGame_User_Settings' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, DELETEME_VideoCounter) == 0x0006B0, "Member 'UBP_PHGameInstance_C::DELETEME_VideoCounter' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesTriedActiveBreathing) == 0x0006B4, "Member 'UBP_PHGameInstance_C::TimesTriedActiveBreathing' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesSucceededActiveBreathing) == 0x0006B8, "Member 'UBP_PHGameInstance_C::TimesSucceededActiveBreathing' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesFailedActiveBreathing) == 0x0006BC, "Member 'UBP_PHGameInstance_C::TimesFailedActiveBreathing' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, ActiveBreathingTutorialEnableCounter) == 0x0006C0, "Member 'UBP_PHGameInstance_C::ActiveBreathingTutorialEnableCounter' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesTriedTutorialActiveBreathing) == 0x0006C4, "Member 'UBP_PHGameInstance_C::TimesTriedTutorialActiveBreathing' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesSucceededTutorialActiveBreathing) == 0x0006C8, "Member 'UBP_PHGameInstance_C::TimesSucceededTutorialActiveBreathing' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TimesFailedTutorialActiveBreathing) == 0x0006CC, "Member 'UBP_PHGameInstance_C::TimesFailedTutorialActiveBreathing' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, VoidShadowCounterInt) == 0x0006D0, "Member 'UBP_PHGameInstance_C::VoidShadowCounterInt' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, IsSonyDemo) == 0x0006D4, "Member 'UBP_PHGameInstance_C::IsSonyDemo' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, DTMManager) == 0x0006D8, "Member 'UBP_PHGameInstance_C::DTMManager' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, DisplayedAutoSaveWarning) == 0x0006E0, "Member 'UBP_PHGameInstance_C::DisplayedAutoSaveWarning' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, DamageAbilityReferences) == 0x0006E8, "Member 'UBP_PHGameInstance_C::DamageAbilityReferences' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, PlayerTookCrystalHeart) == 0x000738, "Member 'UBP_PHGameInstance_C::PlayerTookCrystalHeart' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TapePlayerCounter) == 0x000740, "Member 'UBP_PHGameInstance_C::TapePlayerCounter' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, TapePlayerCounterInt) == 0x000790, "Member 'UBP_PHGameInstance_C::TapePlayerCounterInt' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, AutoSaveWidget) == 0x000798, "Member 'UBP_PHGameInstance_C::AutoSaveWidget' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, DefaultDOFMaxForegroundRadius) == 0x0007A0, "Member 'UBP_PHGameInstance_C::DefaultDOFMaxForegroundRadius' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, bHideUI) == 0x0007A4, "Member 'UBP_PHGameInstance_C::bHideUI' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, LoadingImagesMap) == 0x0007A8, "Member 'UBP_PHGameInstance_C::LoadingImagesMap' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, LoadedLoadingImages) == 0x0007F8, "Member 'UBP_PHGameInstance_C::LoadedLoadingImages' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, ChapterGoal) == 0x000848, "Member 'UBP_PHGameInstance_C::ChapterGoal' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, VoidShadowsPersistentInfo) == 0x000860, "Member 'UBP_PHGameInstance_C::VoidShadowsPersistentInfo' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, LoadedPCControllerMapWidgetClass) == 0x0008B0, "Member 'UBP_PHGameInstance_C::LoadedPCControllerMapWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, LoadedPS5ControllerMapWidgetClass) == 0x0008B8, "Member 'UBP_PHGameInstance_C::LoadedPS5ControllerMapWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, LoadedXboxControllerMapWidgetClass) == 0x0008C0, "Member 'UBP_PHGameInstance_C::LoadedXboxControllerMapWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, DisplayedSeizureWarning) == 0x0008C8, "Member 'UBP_PHGameInstance_C::DisplayedSeizureWarning' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, PreloadedFonts) == 0x0008D0, "Member 'UBP_PHGameInstance_C::PreloadedFonts' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, PCInputDecorator) == 0x0008E0, "Member 'UBP_PHGameInstance_C::PCInputDecorator' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, XSXInputDecorator) == 0x0008E8, "Member 'UBP_PHGameInstance_C::XSXInputDecorator' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, PS5InputDecorator) == 0x0008F0, "Member 'UBP_PHGameInstance_C::PS5InputDecorator' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CoBusMixRefs) == 0x0008F8, "Member 'UBP_PHGameInstance_C::CoBusMixRefs' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, LeaderboardStatValues) == 0x000908, "Member 'UBP_PHGameInstance_C::LeaderboardStatValues' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, CollectibleArtCollectionArray) == 0x000958, "Member 'UBP_PHGameInstance_C::CollectibleArtCollectionArray' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, WildBoarInteracted) == 0x000968, "Member 'UBP_PHGameInstance_C::WildBoarInteracted' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, RanBenchmark) == 0x000969, "Member 'UBP_PHGameInstance_C::RanBenchmark' has a wrong offset!"); \ static_assert(offsetof(UBP_PHGameInstance_C, DefaultDOFMaxBackgroundRadius) == 0x00096C, "Member 'UBP_PHGameInstance_C::DefaultDOFMaxBackgroundRadius' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TutorialBarItem_C_ExecuteUbergraph_WBP_TutorialBarItem \ static_assert(alignof(WBP_TutorialBarItem_C_ExecuteUbergraph_WBP_TutorialBarItem) == 0x000004, "Wrong alignment on WBP_TutorialBarItem_C_ExecuteUbergraph_WBP_TutorialBarItem"); \ static_assert(sizeof(WBP_TutorialBarItem_C_ExecuteUbergraph_WBP_TutorialBarItem) == 0x000008, "Wrong size on WBP_TutorialBarItem_C_ExecuteUbergraph_WBP_TutorialBarItem"); \ static_assert(offsetof(WBP_TutorialBarItem_C_ExecuteUbergraph_WBP_TutorialBarItem, EntryPoint) == 0x000000, "Member 'WBP_TutorialBarItem_C_ExecuteUbergraph_WBP_TutorialBarItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_ExecuteUbergraph_WBP_TutorialBarItem, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_TutorialBarItem_C_ExecuteUbergraph_WBP_TutorialBarItem::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TutorialBarItem_C_PreConstruct \ static_assert(alignof(WBP_TutorialBarItem_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_TutorialBarItem_C_PreConstruct"); \ static_assert(sizeof(WBP_TutorialBarItem_C_PreConstruct) == 0x000001, "Wrong size on WBP_TutorialBarItem_C_PreConstruct"); \ static_assert(offsetof(WBP_TutorialBarItem_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_TutorialBarItem_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TutorialBarItem_C_Activate \ static_assert(alignof(WBP_TutorialBarItem_C_Activate) == 0x000004, "Wrong alignment on WBP_TutorialBarItem_C_Activate"); \ static_assert(sizeof(WBP_TutorialBarItem_C_Activate) == 0x000010, "Wrong size on WBP_TutorialBarItem_C_Activate"); \ static_assert(offsetof(WBP_TutorialBarItem_C_Activate, K2Node_EOCreateEvent_OutputDelegate) == 0x000000, "Member 'WBP_TutorialBarItem_C_Activate::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TutorialBarItem_C_SetContent \ static_assert(alignof(WBP_TutorialBarItem_C_SetContent) == 0x000008, "Wrong alignment on WBP_TutorialBarItem_C_SetContent"); \ static_assert(sizeof(WBP_TutorialBarItem_C_SetContent) == 0x0000F8, "Wrong size on WBP_TutorialBarItem_C_SetContent"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, Loc_IconSize) == 0x000000, "Member 'WBP_TutorialBarItem_C_SetContent::Loc_IconSize' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, CallFunc_BreakVector2D_X) == 0x000008, "Member 'WBP_TutorialBarItem_C_SetContent::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, CallFunc_BreakVector2D_Y) == 0x00000C, "Member 'WBP_TutorialBarItem_C_SetContent::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, K2Node_MakeStruct_FormatArgumentData) == 0x000010, "Member 'WBP_TutorialBarItem_C_SetContent::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, K2Node_MakeStruct_FormatArgumentData_1) == 0x000050, "Member 'WBP_TutorialBarItem_C_SetContent::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, K2Node_MakeArray_Array) == 0x000090, "Member 'WBP_TutorialBarItem_C_SetContent::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, CallFunc_Format_ReturnValue) == 0x0000A0, "Member 'WBP_TutorialBarItem_C_SetContent::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, CallFunc_IsUsingKeyboardDevice_Result) == 0x0000B8, "Member 'WBP_TutorialBarItem_C_SetContent::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, CallFunc_MakeLiteralText_ReturnValue) == 0x0000C0, "Member 'WBP_TutorialBarItem_C_SetContent::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, CallFunc_VSize2D_ReturnValue) == 0x0000D8, "Member 'WBP_TutorialBarItem_C_SetContent::CallFunc_VSize2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000DC, "Member 'WBP_TutorialBarItem_C_SetContent::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, CallFunc_BooleanAND_ReturnValue) == 0x0000DD, "Member 'WBP_TutorialBarItem_C_SetContent::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0000DE, "Member 'WBP_TutorialBarItem_C_SetContent::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetContent, CallFunc_GetTutorialInputDeviceFormattedText_Result) == 0x0000E0, "Member 'WBP_TutorialBarItem_C_SetContent::CallFunc_GetTutorialInputDeviceFormattedText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TutorialBarItem_C_SetBarItemID \ static_assert(alignof(WBP_TutorialBarItem_C_SetBarItemID) == 0x000001, "Wrong alignment on WBP_TutorialBarItem_C_SetBarItemID"); \ static_assert(sizeof(WBP_TutorialBarItem_C_SetBarItemID) == 0x000002, "Wrong size on WBP_TutorialBarItem_C_SetBarItemID"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetBarItemID, NewBarItemID) == 0x000000, "Member 'WBP_TutorialBarItem_C_SetBarItemID::NewBarItemID' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetBarItemID, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_TutorialBarItem_C_SetBarItemID::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TutorialBarItem_C_SetIconSize \ static_assert(alignof(WBP_TutorialBarItem_C_SetIconSize) == 0x000001, "Wrong alignment on WBP_TutorialBarItem_C_SetIconSize"); \ static_assert(sizeof(WBP_TutorialBarItem_C_SetIconSize) == 0x000001, "Wrong size on WBP_TutorialBarItem_C_SetIconSize"); \ static_assert(offsetof(WBP_TutorialBarItem_C_SetIconSize, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'WBP_TutorialBarItem_C_SetIconSize::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TutorialBarItem_C_OnUIInputDeviceChanged \ static_assert(alignof(WBP_TutorialBarItem_C_OnUIInputDeviceChanged) == 0x000008, "Wrong alignment on WBP_TutorialBarItem_C_OnUIInputDeviceChanged"); \ static_assert(sizeof(WBP_TutorialBarItem_C_OnUIInputDeviceChanged) == 0x000010, "Wrong size on WBP_TutorialBarItem_C_OnUIInputDeviceChanged"); \ static_assert(offsetof(WBP_TutorialBarItem_C_OnUIInputDeviceChanged, Sender) == 0x000000, "Member 'WBP_TutorialBarItem_C_OnUIInputDeviceChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_TutorialBarItem_C_OnUIInputDeviceChanged, Event) == 0x000008, "Member 'WBP_TutorialBarItem_C_OnUIInputDeviceChanged::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_TutorialBarItem_C \ static_assert(alignof(UWBP_TutorialBarItem_C) == 0x000008, "Wrong alignment on UWBP_TutorialBarItem_C"); \ static_assert(sizeof(UWBP_TutorialBarItem_C) == 0x000288, "Wrong size on UWBP_TutorialBarItem_C"); \ static_assert(offsetof(UWBP_TutorialBarItem_C, UberGraphFrame) == 0x000260, "Member 'UWBP_TutorialBarItem_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_TutorialBarItem_C, RichTextBox) == 0x000268, "Member 'UWBP_TutorialBarItem_C::RichTextBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_TutorialBarItem_C, BarItemIDParam) == 0x000270, "Member 'UWBP_TutorialBarItem_C::BarItemIDParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_TutorialBarItem_C, AutoActivate) == 0x000271, "Member 'UWBP_TutorialBarItem_C::AutoActivate' has a wrong offset!"); \ static_assert(offsetof(UWBP_TutorialBarItem_C, InputKeyIconSize) == 0x000274, "Member 'UWBP_TutorialBarItem_C::InputKeyIconSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_TutorialBarItem_C, KeyboardIconSizeOverride) == 0x00027C, "Member 'UWBP_TutorialBarItem_C::KeyboardIconSizeOverride' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_C_ExecuteUbergraph_WBP_InGameMenu \ static_assert(alignof(WBP_InGameMenu_C_ExecuteUbergraph_WBP_InGameMenu) == 0x000004, "Wrong alignment on WBP_InGameMenu_C_ExecuteUbergraph_WBP_InGameMenu"); \ static_assert(sizeof(WBP_InGameMenu_C_ExecuteUbergraph_WBP_InGameMenu) == 0x000004, "Wrong size on WBP_InGameMenu_C_ExecuteUbergraph_WBP_InGameMenu"); \ static_assert(offsetof(WBP_InGameMenu_C_ExecuteUbergraph_WBP_InGameMenu, EntryPoint) == 0x000000, "Member 'WBP_InGameMenu_C_ExecuteUbergraph_WBP_InGameMenu::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_C_OpenMenu \ static_assert(alignof(WBP_InGameMenu_C_OpenMenu) == 0x000008, "Wrong alignment on WBP_InGameMenu_C_OpenMenu"); \ static_assert(sizeof(WBP_InGameMenu_C_OpenMenu) == 0x0001C0, "Wrong size on WBP_InGameMenu_C_OpenMenu"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, ParentWidget) == 0x000000, "Member 'WBP_InGameMenu_C_OpenMenu::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, WidgetToFocusOnClose) == 0x000008, "Member 'WBP_InGameMenu_C_OpenMenu::WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, RemoveOnClose) == 0x000010, "Member 'WBP_InGameMenu_C_OpenMenu::RemoveOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, NoPauseGame) == 0x000011, "Member 'WBP_InGameMenu_C_OpenMenu::NoPauseGame' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Conv_BoolToString_ReturnValue) == 0x000018, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_IsGamePaused_ReturnValue) == 0x000039, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_SetGamePaused_ReturnValue) == 0x00003A, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003B, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000040, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Conv_BoolToString_ReturnValue_2) == 0x000050, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Conv_BoolToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_GetPathName_ReturnValue) == 0x000070, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000090, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_GetPathName_ReturnValue_1) == 0x0000A0, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B0, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000C0, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Conv_BoolToString_ReturnValue_3) == 0x0000D0, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Conv_BoolToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000E0, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000F0, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Conv_BoolToString_ReturnValue_4) == 0x000100, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Conv_BoolToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000110, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000120, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_GetPathName_ReturnValue_2) == 0x000130, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_GetPathName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000140, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000150, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_GetPathName_ReturnValue_3) == 0x000160, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_GetPathName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000170, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000180, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Concat_StrStr_ReturnValue_14) == 0x000190, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_IsValid_ReturnValue) == 0x0001A0, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_SetGamePaused_ReturnValue_1) == 0x0001A1, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_SetGamePaused_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_GetOwningPlayer_ReturnValue) == 0x0001A8, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x0001B0, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_OpenMenu, CallFunc_Not_PreBool_ReturnValue_2) == 0x0001B8, "Member 'WBP_InGameMenu_C_OpenMenu::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_C_CloseMenu \ static_assert(alignof(WBP_InGameMenu_C_CloseMenu) == 0x000008, "Wrong alignment on WBP_InGameMenu_C_CloseMenu"); \ static_assert(sizeof(WBP_InGameMenu_C_CloseMenu) == 0x000180, "Wrong size on WBP_InGameMenu_C_CloseMenu"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, ForceClose) == 0x000000, "Member 'WBP_InGameMenu_C_CloseMenu::ForceClose' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CloseParent) == 0x000001, "Member 'WBP_InGameMenu_C_CloseMenu::CloseParent' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, Loc_WidgetToFocus) == 0x000008, "Member 'WBP_InGameMenu_C_CloseMenu::Loc_WidgetToFocus' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, K2Node_DynamicCast_AsWBP_in_Game_Menu) == 0x000010, "Member 'WBP_InGameMenu_C_CloseMenu::K2Node_DynamicCast_AsWBP_in_Game_Menu' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_InGameMenu_C_CloseMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Conv_BoolToString_ReturnValue) == 0x000020, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_SetGamePaused_ReturnValue) == 0x000040, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000048, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_IsGamePaused_ReturnValue) == 0x000058, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000059, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_IsValid_ReturnValue) == 0x00005A, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_GetOwningPlayer_ReturnValue) == 0x000060, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000068, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_MakeLiteralString_ReturnValue) == 0x000070, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_IsValid_ReturnValue_1) == 0x000080, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_GetPathName_ReturnValue) == 0x000088, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_GetPathName_ReturnValue_1) == 0x000098, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Conv_BoolToString_ReturnValue_2) == 0x0000A8, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Conv_BoolToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Conv_BoolToString_ReturnValue_3) == 0x0000B8, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Conv_BoolToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C8, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_IsGamePaused_ReturnValue_1) == 0x0000D8, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_IsGamePaused_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E0, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000F0, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000100, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_SetGamePaused_ReturnValue_1) == 0x000110, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_SetGamePaused_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000118, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000128, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x000138, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000140, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000150, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_GetOwningPlayer_ReturnValue_3) == 0x000160, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_GetOwningPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000168, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_CloseMenu, CallFunc_BooleanOR_ReturnValue) == 0x000178, "Member 'WBP_InGameMenu_C_CloseMenu::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_C_SendGamePausedEvent \ static_assert(alignof(WBP_InGameMenu_C_SendGamePausedEvent) == 0x000008, "Wrong alignment on WBP_InGameMenu_C_SendGamePausedEvent"); \ static_assert(sizeof(WBP_InGameMenu_C_SendGamePausedEvent) == 0x000018, "Wrong size on WBP_InGameMenu_C_SendGamePausedEvent"); \ static_assert(offsetof(WBP_InGameMenu_C_SendGamePausedEvent, IsGamePaused) == 0x000000, "Member 'WBP_InGameMenu_C_SendGamePausedEvent::IsGamePaused' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_SendGamePausedEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'WBP_InGameMenu_C_SendGamePausedEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_SendGamePausedEvent, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_InGameMenu_C_SendGamePausedEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_C_DisableMenu \ static_assert(alignof(WBP_InGameMenu_C_DisableMenu) == 0x000008, "Wrong alignment on WBP_InGameMenu_C_DisableMenu"); \ static_assert(sizeof(WBP_InGameMenu_C_DisableMenu) == 0x000048, "Wrong size on WBP_InGameMenu_C_DisableMenu"); \ static_assert(offsetof(WBP_InGameMenu_C_DisableMenu, Disable) == 0x000000, "Member 'WBP_InGameMenu_C_DisableMenu::Disable' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_DisableMenu, Loc_TopMostMenu) == 0x000008, "Member 'WBP_InGameMenu_C_DisableMenu::Loc_TopMostMenu' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_DisableMenu, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'WBP_InGameMenu_C_DisableMenu::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_DisableMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'WBP_InGameMenu_C_DisableMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_DisableMenu, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_InGameMenu_C_DisableMenu::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_DisableMenu, CallFunc_Not_PreBool_ReturnValue_1) == 0x000038, "Member 'WBP_InGameMenu_C_DisableMenu::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_DisableMenu, CallFunc_IsValid_ReturnValue) == 0x000039, "Member 'WBP_InGameMenu_C_DisableMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_DisableMenu, CallFunc_GetTopMostMenu_Result) == 0x000040, "Member 'WBP_InGameMenu_C_DisableMenu::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_C_SetInputDisabled \ static_assert(alignof(WBP_InGameMenu_C_SetInputDisabled) == 0x000008, "Wrong alignment on WBP_InGameMenu_C_SetInputDisabled"); \ static_assert(sizeof(WBP_InGameMenu_C_SetInputDisabled) == 0x000028, "Wrong size on WBP_InGameMenu_C_SetInputDisabled"); \ static_assert(offsetof(WBP_InGameMenu_C_SetInputDisabled, ShouldDisable) == 0x000000, "Member 'WBP_InGameMenu_C_SetInputDisabled::ShouldDisable' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_SetInputDisabled, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_InGameMenu_C_SetInputDisabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_SetInputDisabled, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'WBP_InGameMenu_C_SetInputDisabled::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_C_SetInputDisabled, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_InGameMenu_C_SetInputDisabled::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_C_GetTopMostMenu \ static_assert(alignof(WBP_InGameMenu_C_GetTopMostMenu) == 0x000008, "Wrong alignment on WBP_InGameMenu_C_GetTopMostMenu"); \ static_assert(sizeof(WBP_InGameMenu_C_GetTopMostMenu) == 0x000008, "Wrong size on WBP_InGameMenu_C_GetTopMostMenu"); \ static_assert(offsetof(WBP_InGameMenu_C_GetTopMostMenu, Result) == 0x000000, "Member 'WBP_InGameMenu_C_GetTopMostMenu::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_C_IsInputDisabled \ static_assert(alignof(WBP_InGameMenu_C_IsInputDisabled) == 0x000001, "Wrong alignment on WBP_InGameMenu_C_IsInputDisabled"); \ static_assert(sizeof(WBP_InGameMenu_C_IsInputDisabled) == 0x000001, "Wrong size on WBP_InGameMenu_C_IsInputDisabled"); \ static_assert(offsetof(WBP_InGameMenu_C_IsInputDisabled, Result) == 0x000000, "Member 'WBP_InGameMenu_C_IsInputDisabled::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_InGameMenu_C \ static_assert(alignof(UWBP_InGameMenu_C) == 0x000008, "Wrong alignment on UWBP_InGameMenu_C"); \ static_assert(sizeof(UWBP_InGameMenu_C) == 0x0002C8, "Wrong size on UWBP_InGameMenu_C"); \ static_assert(offsetof(UWBP_InGameMenu_C, UberGraphFrame) == 0x000260, "Member 'UWBP_InGameMenu_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_C, CachedParentWidget) == 0x000268, "Member 'UWBP_InGameMenu_C::CachedParentWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_C, isMenuOpen) == 0x000270, "Member 'UWBP_InGameMenu_C::isMenuOpen' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_C, CachedWidgetToFocusOnClose) == 0x000278, "Member 'UWBP_InGameMenu_C::CachedWidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_C, CachedRemoveOnClose) == 0x000280, "Member 'UWBP_InGameMenu_C::CachedRemoveOnClose' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_C, GamePausedEventInstance) == 0x000288, "Member 'UWBP_InGameMenu_C::GamePausedEventInstance' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_C, OnMenuOpened) == 0x000290, "Member 'UWBP_InGameMenu_C::OnMenuOpened' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_C, OnMenuClosed) == 0x0002A0, "Member 'UWBP_InGameMenu_C::OnMenuClosed' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_C, CachedNoPauseGame) == 0x0002B0, "Member 'UWBP_InGameMenu_C::CachedNoPauseGame' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_C, CachedPrevGamePaused) == 0x0002B1, "Member 'UWBP_InGameMenu_C::CachedPrevGamePaused' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_C, DefaultBkgColor) == 0x0002B4, "Member 'UWBP_InGameMenu_C::DefaultBkgColor' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_C, InputDisabled) == 0x0002C4, "Member 'UWBP_InGameMenu_C::InputDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_MicroficheMachineZoomIn_C \ static_assert(alignof(UBPE_Global_MicroficheMachineZoomIn_C) == 0x000008, "Wrong alignment on UBPE_Global_MicroficheMachineZoomIn_C"); \ static_assert(sizeof(UBPE_Global_MicroficheMachineZoomIn_C) == 0x000030, "Wrong size on UBPE_Global_MicroficheMachineZoomIn_C"); \ static_assert(offsetof(UBPE_Global_MicroficheMachineZoomIn_C, Duration) == 0x000028, "Member 'UBPE_Global_MicroficheMachineZoomIn_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_MicroficheMachineZoomIn_C, isZoomingIn) == 0x00002C, "Member 'UBPE_Global_MicroficheMachineZoomIn_C::isZoomingIn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_ExecuteUbergraph_WBP_SideScrollList \ static_assert(alignof(WBP_SideScrollList_C_ExecuteUbergraph_WBP_SideScrollList) == 0x000004, "Wrong alignment on WBP_SideScrollList_C_ExecuteUbergraph_WBP_SideScrollList"); \ static_assert(sizeof(WBP_SideScrollList_C_ExecuteUbergraph_WBP_SideScrollList) == 0x000008, "Wrong size on WBP_SideScrollList_C_ExecuteUbergraph_WBP_SideScrollList"); \ static_assert(offsetof(WBP_SideScrollList_C_ExecuteUbergraph_WBP_SideScrollList, EntryPoint) == 0x000000, "Member 'WBP_SideScrollList_C_ExecuteUbergraph_WBP_SideScrollList::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_ExecuteUbergraph_WBP_SideScrollList, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_SideScrollList_C_ExecuteUbergraph_WBP_SideScrollList::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_PreConstruct \ static_assert(alignof(WBP_SideScrollList_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_SideScrollList_C_PreConstruct"); \ static_assert(sizeof(WBP_SideScrollList_C_PreConstruct) == 0x000001, "Wrong size on WBP_SideScrollList_C_PreConstruct"); \ static_assert(offsetof(WBP_SideScrollList_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_SideScrollList_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_AddOption \ static_assert(alignof(WBP_SideScrollList_C_AddOption) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_AddOption"); \ static_assert(sizeof(WBP_SideScrollList_C_AddOption) == 0x000050, "Wrong size on WBP_SideScrollList_C_AddOption"); \ static_assert(offsetof(WBP_SideScrollList_C_AddOption, Option) == 0x000000, "Member 'WBP_SideScrollList_C_AddOption::Option' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_AddOption, Loc_TextSize) == 0x000010, "Member 'WBP_SideScrollList_C_AddOption::Loc_TextSize' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_AddOption, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'WBP_SideScrollList_C_AddOption::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_AddOption, CallFunc_BreakVector2D_X) == 0x00001C, "Member 'WBP_SideScrollList_C_AddOption::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_AddOption, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'WBP_SideScrollList_C_AddOption::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_AddOption, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000024, "Member 'WBP_SideScrollList_C_AddOption::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_AddOption, CallFunc_Conv_StringToText_ReturnValue) == 0x000028, "Member 'WBP_SideScrollList_C_AddOption::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_AddOption, CallFunc_ComputeTextDesiredSize_ReturnValue) == 0x000040, "Member 'WBP_SideScrollList_C_AddOption::CallFunc_ComputeTextDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_AddOption, CallFunc_Array_Add_ReturnValue) == 0x000048, "Member 'WBP_SideScrollList_C_AddOption::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_RemoveOption \ static_assert(alignof(WBP_SideScrollList_C_RemoveOption) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_RemoveOption"); \ static_assert(sizeof(WBP_SideScrollList_C_RemoveOption) == 0x000018, "Wrong size on WBP_SideScrollList_C_RemoveOption"); \ static_assert(offsetof(WBP_SideScrollList_C_RemoveOption, Option) == 0x000000, "Member 'WBP_SideScrollList_C_RemoveOption::Option' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_RemoveOption, CallFunc_Array_RemoveItem_ReturnValue) == 0x000010, "Member 'WBP_SideScrollList_C_RemoveOption::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_SetSelectedIndex \ static_assert(alignof(WBP_SideScrollList_C_SetSelectedIndex) == 0x000004, "Wrong alignment on WBP_SideScrollList_C_SetSelectedIndex"); \ static_assert(sizeof(WBP_SideScrollList_C_SetSelectedIndex) == 0x000004, "Wrong size on WBP_SideScrollList_C_SetSelectedIndex"); \ static_assert(offsetof(WBP_SideScrollList_C_SetSelectedIndex, Index_0) == 0x000000, "Member 'WBP_SideScrollList_C_SetSelectedIndex::Index_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_SetSelectedOption \ static_assert(alignof(WBP_SideScrollList_C_SetSelectedOption) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_SetSelectedOption"); \ static_assert(sizeof(WBP_SideScrollList_C_SetSelectedOption) == 0x000018, "Wrong size on WBP_SideScrollList_C_SetSelectedOption"); \ static_assert(offsetof(WBP_SideScrollList_C_SetSelectedOption, Option) == 0x000000, "Member 'WBP_SideScrollList_C_SetSelectedOption::Option' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetSelectedOption, Loc_ExistingIndex) == 0x000010, "Member 'WBP_SideScrollList_C_SetSelectedOption::Loc_ExistingIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_SetupControls \ static_assert(alignof(WBP_SideScrollList_C_SetupControls) == 0x000004, "Wrong alignment on WBP_SideScrollList_C_SetupControls"); \ static_assert(sizeof(WBP_SideScrollList_C_SetupControls) == 0x000020, "Wrong size on WBP_SideScrollList_C_SetupControls"); \ static_assert(offsetof(WBP_SideScrollList_C_SetupControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SideScrollList_C_SetupControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetupControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SideScrollList_C_SetupControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_SetToNextOption \ static_assert(alignof(WBP_SideScrollList_C_SetToNextOption) == 0x000004, "Wrong alignment on WBP_SideScrollList_C_SetToNextOption"); \ static_assert(sizeof(WBP_SideScrollList_C_SetToNextOption) == 0x000010, "Wrong size on WBP_SideScrollList_C_SetToNextOption"); \ static_assert(offsetof(WBP_SideScrollList_C_SetToNextOption, SelectionType) == 0x000000, "Member 'WBP_SideScrollList_C_SetToNextOption::SelectionType' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetToNextOption, Loc_NewIndex) == 0x000004, "Member 'WBP_SideScrollList_C_SetToNextOption::Loc_NewIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetToNextOption, CallFunc_ClampSelectionIndex_NewIndex) == 0x000008, "Member 'WBP_SideScrollList_C_SetToNextOption::CallFunc_ClampSelectionIndex_NewIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetToNextOption, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_SideScrollList_C_SetToNextOption::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_SetToPreviousOption \ static_assert(alignof(WBP_SideScrollList_C_SetToPreviousOption) == 0x000004, "Wrong alignment on WBP_SideScrollList_C_SetToPreviousOption"); \ static_assert(sizeof(WBP_SideScrollList_C_SetToPreviousOption) == 0x000010, "Wrong size on WBP_SideScrollList_C_SetToPreviousOption"); \ static_assert(offsetof(WBP_SideScrollList_C_SetToPreviousOption, SelectionType) == 0x000000, "Member 'WBP_SideScrollList_C_SetToPreviousOption::SelectionType' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetToPreviousOption, Loc_NewIndex) == 0x000004, "Member 'WBP_SideScrollList_C_SetToPreviousOption::Loc_NewIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetToPreviousOption, CallFunc_ClampSelectionIndex_NewIndex) == 0x000008, "Member 'WBP_SideScrollList_C_SetToPreviousOption::CallFunc_ClampSelectionIndex_NewIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetToPreviousOption, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_SideScrollList_C_SetToPreviousOption::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_ClampSelectionIndex \ static_assert(alignof(WBP_SideScrollList_C_ClampSelectionIndex) == 0x000004, "Wrong alignment on WBP_SideScrollList_C_ClampSelectionIndex"); \ static_assert(sizeof(WBP_SideScrollList_C_ClampSelectionIndex) == 0x000028, "Wrong size on WBP_SideScrollList_C_ClampSelectionIndex"); \ static_assert(offsetof(WBP_SideScrollList_C_ClampSelectionIndex, Index_0) == 0x000000, "Member 'WBP_SideScrollList_C_ClampSelectionIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_ClampSelectionIndex, NewIndex) == 0x000004, "Member 'WBP_SideScrollList_C_ClampSelectionIndex::NewIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_ClampSelectionIndex, Loc_Result) == 0x000008, "Member 'WBP_SideScrollList_C_ClampSelectionIndex::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_ClampSelectionIndex, Loc_OptionsLength) == 0x00000C, "Member 'WBP_SideScrollList_C_ClampSelectionIndex::Loc_OptionsLength' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_ClampSelectionIndex, Loc_MaxValue) == 0x000010, "Member 'WBP_SideScrollList_C_ClampSelectionIndex::Loc_MaxValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_ClampSelectionIndex, CallFunc_Greater_IntInt_ReturnValue) == 0x000014, "Member 'WBP_SideScrollList_C_ClampSelectionIndex::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_ClampSelectionIndex, CallFunc_Less_IntInt_ReturnValue) == 0x000015, "Member 'WBP_SideScrollList_C_ClampSelectionIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_ClampSelectionIndex, CallFunc_Clamp_ReturnValue) == 0x000018, "Member 'WBP_SideScrollList_C_ClampSelectionIndex::CallFunc_Clamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_ClampSelectionIndex, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'WBP_SideScrollList_C_ClampSelectionIndex::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_ClampSelectionIndex, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000020, "Member 'WBP_SideScrollList_C_ClampSelectionIndex::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_ClampSelectionIndex, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'WBP_SideScrollList_C_ClampSelectionIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_InternalSetSelectedIndex \ static_assert(alignof(WBP_SideScrollList_C_InternalSetSelectedIndex) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_InternalSetSelectedIndex"); \ static_assert(sizeof(WBP_SideScrollList_C_InternalSetSelectedIndex) == 0x000070, "Wrong size on WBP_SideScrollList_C_InternalSetSelectedIndex"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, Index_0) == 0x000000, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, SelectionType) == 0x000004, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::SelectionType' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, CallFunc_Less_IntInt_ReturnValue) == 0x000005, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000006, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000020, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, CallFunc_IsValidOptionIndex_Result) == 0x000030, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::CallFunc_IsValidOptionIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, CallFunc_BooleanOR_ReturnValue) == 0x000048, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedIndex, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'WBP_SideScrollList_C_InternalSetSelectedIndex::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_InternalSetSelectedOption \ static_assert(alignof(WBP_SideScrollList_C_InternalSetSelectedOption) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_InternalSetSelectedOption"); \ static_assert(sizeof(WBP_SideScrollList_C_InternalSetSelectedOption) == 0x000030, "Wrong size on WBP_SideScrollList_C_InternalSetSelectedOption"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedOption, Option) == 0x000000, "Member 'WBP_SideScrollList_C_InternalSetSelectedOption::Option' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedOption, Loc_ExistingIndex) == 0x000010, "Member 'WBP_SideScrollList_C_InternalSetSelectedOption::Loc_ExistingIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedOption, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SideScrollList_C_InternalSetSelectedOption::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedOption, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000028, "Member 'WBP_SideScrollList_C_InternalSetSelectedOption::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalSetSelectedOption, CallFunc_Array_Find_ReturnValue) == 0x00002C, "Member 'WBP_SideScrollList_C_InternalSetSelectedOption::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_InternalUpdateSelection \ static_assert(alignof(WBP_SideScrollList_C_InternalUpdateSelection) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_InternalUpdateSelection"); \ static_assert(sizeof(WBP_SideScrollList_C_InternalUpdateSelection) == 0x000030, "Wrong size on WBP_SideScrollList_C_InternalUpdateSelection"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalUpdateSelection, CallFunc_Conv_StringToText_ReturnValue) == 0x000000, "Member 'WBP_SideScrollList_C_InternalUpdateSelection::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalUpdateSelection, CallFunc_IsValidOptionIndex_Result) == 0x000018, "Member 'WBP_SideScrollList_C_InternalUpdateSelection::CallFunc_IsValidOptionIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_InternalUpdateSelection, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_SideScrollList_C_InternalUpdateSelection::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_OnLeftButtonClicked \ static_assert(alignof(WBP_SideScrollList_C_OnLeftButtonClicked) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_OnLeftButtonClicked"); \ static_assert(sizeof(WBP_SideScrollList_C_OnLeftButtonClicked) == 0x000008, "Wrong size on WBP_SideScrollList_C_OnLeftButtonClicked"); \ static_assert(offsetof(WBP_SideScrollList_C_OnLeftButtonClicked, CallFunc_GetOwningPlayer_ReturnValue) == 0x000000, "Member 'WBP_SideScrollList_C_OnLeftButtonClicked::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_OnRightButtonClicked \ static_assert(alignof(WBP_SideScrollList_C_OnRightButtonClicked) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_OnRightButtonClicked"); \ static_assert(sizeof(WBP_SideScrollList_C_OnRightButtonClicked) == 0x000008, "Wrong size on WBP_SideScrollList_C_OnRightButtonClicked"); \ static_assert(offsetof(WBP_SideScrollList_C_OnRightButtonClicked, CallFunc_GetOwningPlayer_ReturnValue) == 0x000000, "Member 'WBP_SideScrollList_C_OnRightButtonClicked::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_OnKeyUp \ static_assert(alignof(WBP_SideScrollList_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_OnKeyUp"); \ static_assert(sizeof(WBP_SideScrollList_C_OnKeyUp) == 0x0003B0, "Wrong size on WBP_SideScrollList_C_OnKeyUp"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_SideScrollList_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_SideScrollList_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_SideScrollList_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, Loc_NavDir) == 0x000130, "Member 'WBP_SideScrollList_C_OnKeyUp::Loc_NavDir' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, Loc_Key) == 0x000138, "Member 'WBP_SideScrollList_C_OnKeyUp::Loc_Key' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue) == 0x000150, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000158, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000170, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000178, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000230, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x0002E8, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0003A0, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0003A1, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x0003A2, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x0003A3, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x0003A4, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue) == 0x0003A5, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x0003A6, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_1) == 0x0003A7, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_2) == 0x0003A8, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_3) == 0x0003A9, "Member 'WBP_SideScrollList_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_SetTextColor \ static_assert(alignof(WBP_SideScrollList_C_SetTextColor) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_SetTextColor"); \ static_assert(sizeof(WBP_SideScrollList_C_SetTextColor) == 0x000028, "Wrong size on WBP_SideScrollList_C_SetTextColor"); \ static_assert(offsetof(WBP_SideScrollList_C_SetTextColor, NewColor) == 0x000000, "Member 'WBP_SideScrollList_C_SetTextColor::NewColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_SetMinDesiredWidthOverride \ static_assert(alignof(WBP_SideScrollList_C_SetMinDesiredWidthOverride) == 0x000004, "Wrong alignment on WBP_SideScrollList_C_SetMinDesiredWidthOverride"); \ static_assert(sizeof(WBP_SideScrollList_C_SetMinDesiredWidthOverride) == 0x000018, "Wrong size on WBP_SideScrollList_C_SetMinDesiredWidthOverride"); \ static_assert(offsetof(WBP_SideScrollList_C_SetMinDesiredWidthOverride, NewWidth) == 0x000000, "Member 'WBP_SideScrollList_C_SetMinDesiredWidthOverride::NewWidth' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetMinDesiredWidthOverride, OffsetOverride) == 0x000004, "Member 'WBP_SideScrollList_C_SetMinDesiredWidthOverride::OffsetOverride' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetMinDesiredWidthOverride, Loc_Offset) == 0x000008, "Member 'WBP_SideScrollList_C_SetMinDesiredWidthOverride::Loc_Offset' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetMinDesiredWidthOverride, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000C, "Member 'WBP_SideScrollList_C_SetMinDesiredWidthOverride::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetMinDesiredWidthOverride, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_SideScrollList_C_SetMinDesiredWidthOverride::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_SetMinDesiredWidthOverride, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000014, "Member 'WBP_SideScrollList_C_SetMinDesiredWidthOverride::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_OnAnalogValueChanged \ static_assert(alignof(WBP_SideScrollList_C_OnAnalogValueChanged) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_OnAnalogValueChanged"); \ static_assert(sizeof(WBP_SideScrollList_C_OnAnalogValueChanged) == 0x000388, "Wrong size on WBP_SideScrollList_C_OnAnalogValueChanged"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, InAnalogInputEvent) == 0x000038, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, ReturnValue) == 0x000080, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, Loc_NavDir) == 0x000138, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::Loc_NavDir' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, CallFunc_Unhandled_ReturnValue) == 0x000140, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001F8, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, CallFunc_Unhandled_ReturnValue_1) == 0x000200, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::CallFunc_Unhandled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0002B8, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, CallFunc_Key_PeekNavigationDirectionFromAnalog_ReturnValue) == 0x0002B9, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::CallFunc_Key_PeekNavigationDirectionFromAnalog_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, CallFunc_Unhandled_ReturnValue_2) == 0x0002C0, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::CallFunc_Unhandled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, CallFunc_GetOwningPlayer_ReturnValue) == 0x000378, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_OnAnalogValueChanged, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000380, "Member 'WBP_SideScrollList_C_OnAnalogValueChanged::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_GetSelectedIndex \ static_assert(alignof(WBP_SideScrollList_C_GetSelectedIndex) == 0x000004, "Wrong alignment on WBP_SideScrollList_C_GetSelectedIndex"); \ static_assert(sizeof(WBP_SideScrollList_C_GetSelectedIndex) == 0x000004, "Wrong size on WBP_SideScrollList_C_GetSelectedIndex"); \ static_assert(offsetof(WBP_SideScrollList_C_GetSelectedIndex, SelectedIndex_0) == 0x000000, "Member 'WBP_SideScrollList_C_GetSelectedIndex::SelectedIndex_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_GetSelectedOption \ static_assert(alignof(WBP_SideScrollList_C_GetSelectedOption) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_GetSelectedOption"); \ static_assert(sizeof(WBP_SideScrollList_C_GetSelectedOption) == 0x000010, "Wrong size on WBP_SideScrollList_C_GetSelectedOption"); \ static_assert(offsetof(WBP_SideScrollList_C_GetSelectedOption, Result) == 0x000000, "Member 'WBP_SideScrollList_C_GetSelectedOption::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_GetOptionCount \ static_assert(alignof(WBP_SideScrollList_C_GetOptionCount) == 0x000004, "Wrong alignment on WBP_SideScrollList_C_GetOptionCount"); \ static_assert(sizeof(WBP_SideScrollList_C_GetOptionCount) == 0x000008, "Wrong size on WBP_SideScrollList_C_GetOptionCount"); \ static_assert(offsetof(WBP_SideScrollList_C_GetOptionCount, Result) == 0x000000, "Member 'WBP_SideScrollList_C_GetOptionCount::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_GetOptionCount, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_SideScrollList_C_GetOptionCount::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_IsValidOptionIndex \ static_assert(alignof(WBP_SideScrollList_C_IsValidOptionIndex) == 0x000004, "Wrong alignment on WBP_SideScrollList_C_IsValidOptionIndex"); \ static_assert(sizeof(WBP_SideScrollList_C_IsValidOptionIndex) == 0x000008, "Wrong size on WBP_SideScrollList_C_IsValidOptionIndex"); \ static_assert(offsetof(WBP_SideScrollList_C_IsValidOptionIndex, OptionIndex) == 0x000000, "Member 'WBP_SideScrollList_C_IsValidOptionIndex::OptionIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_IsValidOptionIndex, Result) == 0x000004, "Member 'WBP_SideScrollList_C_IsValidOptionIndex::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_IsValidOptionIndex, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000005, "Member 'WBP_SideScrollList_C_IsValidOptionIndex::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SideScrollList_C_FindOptionIndex \ static_assert(alignof(WBP_SideScrollList_C_FindOptionIndex) == 0x000008, "Wrong alignment on WBP_SideScrollList_C_FindOptionIndex"); \ static_assert(sizeof(WBP_SideScrollList_C_FindOptionIndex) == 0x000018, "Wrong size on WBP_SideScrollList_C_FindOptionIndex"); \ static_assert(offsetof(WBP_SideScrollList_C_FindOptionIndex, Option) == 0x000000, "Member 'WBP_SideScrollList_C_FindOptionIndex::Option' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_FindOptionIndex, Index_0) == 0x000010, "Member 'WBP_SideScrollList_C_FindOptionIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(WBP_SideScrollList_C_FindOptionIndex, CallFunc_Array_Find_ReturnValue) == 0x000014, "Member 'WBP_SideScrollList_C_FindOptionIndex::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_SideScrollList_C \ static_assert(alignof(UWBP_SideScrollList_C) == 0x000008, "Wrong alignment on UWBP_SideScrollList_C"); \ static_assert(sizeof(UWBP_SideScrollList_C) == 0x0002E0, "Wrong size on UWBP_SideScrollList_C"); \ static_assert(offsetof(UWBP_SideScrollList_C, UberGraphFrame) == 0x000260, "Member 'UWBP_SideScrollList_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, LeftButton) == 0x000268, "Member 'UWBP_SideScrollList_C::LeftButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, OptionText) == 0x000270, "Member 'UWBP_SideScrollList_C::OptionText' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, OptionTextSizeBox) == 0x000278, "Member 'UWBP_SideScrollList_C::OptionTextSizeBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, RightButton) == 0x000280, "Member 'UWBP_SideScrollList_C::RightButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, Options) == 0x000288, "Member 'UWBP_SideScrollList_C::Options' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, SelectedOption) == 0x000298, "Member 'UWBP_SideScrollList_C::SelectedOption' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, SelectedIndex) == 0x0002A8, "Member 'UWBP_SideScrollList_C::SelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, ClampSelectedIndex) == 0x0002AC, "Member 'UWBP_SideScrollList_C::ClampSelectedIndex' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, OnSelectionChanged) == 0x0002B0, "Member 'UWBP_SideScrollList_C::OnSelectionChanged' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, CurrentTextMinDesiredWidth) == 0x0002C0, "Member 'UWBP_SideScrollList_C::CurrentTextMinDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, HoverSfxACLeft) == 0x0002C8, "Member 'UWBP_SideScrollList_C::HoverSfxACLeft' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, HoverSfxACRight) == 0x0002D0, "Member 'UWBP_SideScrollList_C::HoverSfxACRight' has a wrong offset!"); \ static_assert(offsetof(UWBP_SideScrollList_C, MinDesiredWidthOffset) == 0x0002D8, "Member 'UWBP_SideScrollList_C::MinDesiredWidthOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom \ static_assert(alignof(WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom) == 0x000008, "Wrong alignment on WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom"); \ static_assert(sizeof(WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom) == 0x000038, "Wrong size on WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom, EntryPoint) == 0x000000, "Member 'WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom, K2Node_EOCreateEvent_OutputDelegate) == 0x000020, "Member 'WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000030, "Member 'WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom, K2Node_Event_IsDesignTime) == 0x000031, "Member 'WBP_HUDPromptMsg_Bottom_C_ExecuteUbergraph_WBP_HUDPromptMsg_Bottom::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_Bottom_C_PreConstruct \ static_assert(alignof(WBP_HUDPromptMsg_Bottom_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_HUDPromptMsg_Bottom_C_PreConstruct"); \ static_assert(sizeof(WBP_HUDPromptMsg_Bottom_C_PreConstruct) == 0x000001, "Wrong size on WBP_HUDPromptMsg_Bottom_C_PreConstruct"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_HUDPromptMsg_Bottom_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar \ static_assert(alignof(WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar) == 0x000004, "Wrong alignment on WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar"); \ static_assert(sizeof(WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar) == 0x00000C, "Wrong size on WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar, NewTutorialBarID) == 0x000000, "Member 'WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar::NewTutorialBarID' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar, NewHasReadTutorial) == 0x000001, "Member 'WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar::NewHasReadTutorial' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar, NewDisplayTime) == 0x000004, "Member 'WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar::NewDisplayTime' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar, NoWidgetUpdate) == 0x000008, "Member 'WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar::NoWidgetUpdate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'WBP_HUDPromptMsg_Bottom_C_SetupTutorialBar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID \ static_assert(alignof(WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID) == 0x000001, "Wrong alignment on WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID"); \ static_assert(sizeof(WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID) == 0x000004, "Wrong size on WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID, NewTutorialBarID) == 0x000000, "Member 'WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID::NewTutorialBarID' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID, NoWidgetUpdate) == 0x000001, "Member 'WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID::NoWidgetUpdate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000003, "Member 'WBP_HUDPromptMsg_Bottom_C_SetTutorialBarID::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_Bottom_C_SetReadTutorialVisibility \ static_assert(alignof(WBP_HUDPromptMsg_Bottom_C_SetReadTutorialVisibility) == 0x000001, "Wrong alignment on WBP_HUDPromptMsg_Bottom_C_SetReadTutorialVisibility"); \ static_assert(sizeof(WBP_HUDPromptMsg_Bottom_C_SetReadTutorialVisibility) == 0x000003, "Wrong size on WBP_HUDPromptMsg_Bottom_C_SetReadTutorialVisibility"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetReadTutorialVisibility, IsVisible_0) == 0x000000, "Member 'WBP_HUDPromptMsg_Bottom_C_SetReadTutorialVisibility::IsVisible_0' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetReadTutorialVisibility, NoWidgetUpdate) == 0x000001, "Member 'WBP_HUDPromptMsg_Bottom_C_SetReadTutorialVisibility::NoWidgetUpdate' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetReadTutorialVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_HUDPromptMsg_Bottom_C_SetReadTutorialVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_Bottom_C_SetDisplayTime \ static_assert(alignof(WBP_HUDPromptMsg_Bottom_C_SetDisplayTime) == 0x000004, "Wrong alignment on WBP_HUDPromptMsg_Bottom_C_SetDisplayTime"); \ static_assert(sizeof(WBP_HUDPromptMsg_Bottom_C_SetDisplayTime) == 0x000004, "Wrong size on WBP_HUDPromptMsg_Bottom_C_SetDisplayTime"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_SetDisplayTime, Time) == 0x000000, "Member 'WBP_HUDPromptMsg_Bottom_C_SetDisplayTime::Time' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox \ static_assert(alignof(WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox) == 0x000008, "Wrong alignment on WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox"); \ static_assert(sizeof(WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox) == 0x000038, "Wrong size on WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox, CallFunc_GetTutorialBarIDInfo_IsValid) == 0x000000, "Member 'WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox::CallFunc_GetTutorialBarIDInfo_IsValid' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox, CallFunc_GetTutorialBarIDInfo_Info) == 0x000008, "Member 'WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox::CallFunc_GetTutorialBarIDInfo_Info' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000018, "Member 'WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox, CallFunc_MakeLiteralText_ReturnValue) == 0x000020, "Member 'WBP_HUDPromptMsg_Bottom_C_UpdateMainRichTextBox::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_Bottom_C_UpdateReadRichTextBox \ static_assert(alignof(WBP_HUDPromptMsg_Bottom_C_UpdateReadRichTextBox) == 0x000008, "Wrong alignment on WBP_HUDPromptMsg_Bottom_C_UpdateReadRichTextBox"); \ static_assert(sizeof(WBP_HUDPromptMsg_Bottom_C_UpdateReadRichTextBox) == 0x000048, "Wrong size on WBP_HUDPromptMsg_Bottom_C_UpdateReadRichTextBox"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_UpdateReadRichTextBox, CallFunc_MakeLiteralText_ReturnValue) == 0x000000, "Member 'WBP_HUDPromptMsg_Bottom_C_UpdateReadRichTextBox::CallFunc_MakeLiteralText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_UpdateReadRichTextBox, CallFunc_GetTutorialBarItemIDText_Result) == 0x000018, "Member 'WBP_HUDPromptMsg_Bottom_C_UpdateReadRichTextBox::CallFunc_GetTutorialBarItemIDText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_UpdateReadRichTextBox, CallFunc_GetFormattedInputDeviceText_Result) == 0x000030, "Member 'WBP_HUDPromptMsg_Bottom_C_UpdateReadRichTextBox::CallFunc_GetFormattedInputDeviceText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_Bottom_C_AddTutorialItems \ static_assert(alignof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems) == 0x000008, "Wrong alignment on WBP_HUDPromptMsg_Bottom_C_AddTutorialItems"); \ static_assert(sizeof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems) == 0x000190, "Wrong size on WBP_HUDPromptMsg_Bottom_C_AddTutorialItems"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, TutorialInfo) == 0x000000, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::TutorialInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, Loc_CurrTutorialText) == 0x000010, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::Loc_CurrTutorialText' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, Loc_CurrPromptSize) == 0x000028, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::Loc_CurrPromptSize' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, Loc_CurrTutorialID) == 0x000040, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::Loc_CurrTutorialID' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, Loc_TutorialText) == 0x000048, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::Loc_TutorialText' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, Temp_int_Array_Index_Variable) == 0x000060, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, Temp_int_Loop_Counter_Variable) == 0x000064, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, CallFunc_Conv_TextToString_ReturnValue) == 0x000070, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, K2Node_MakeArray_Array) == 0x000110, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, CallFunc_Format_ReturnValue) == 0x000120, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, CallFunc_GetTutorialBarItemIDText_Result) == 0x000138, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::CallFunc_GetTutorialBarItemIDText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, CallFunc_GetFormattedInputDeviceText_Result) == 0x000150, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::CallFunc_GetFormattedInputDeviceText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, CallFunc_GetPromptSize_IconSize) == 0x000168, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::CallFunc_GetPromptSize_IconSize' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, CallFunc_Array_Get_Item) == 0x000180, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, CallFunc_Array_Length_ReturnValue) == 0x000184, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_AddTutorialItems, CallFunc_Less_IntInt_ReturnValue) == 0x000188, "Member 'WBP_HUDPromptMsg_Bottom_C_AddTutorialItems::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_Bottom_C_OnUIInputDeviceChanged \ static_assert(alignof(WBP_HUDPromptMsg_Bottom_C_OnUIInputDeviceChanged) == 0x000008, "Wrong alignment on WBP_HUDPromptMsg_Bottom_C_OnUIInputDeviceChanged"); \ static_assert(sizeof(WBP_HUDPromptMsg_Bottom_C_OnUIInputDeviceChanged) == 0x000010, "Wrong size on WBP_HUDPromptMsg_Bottom_C_OnUIInputDeviceChanged"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_OnUIInputDeviceChanged, Sender) == 0x000000, "Member 'WBP_HUDPromptMsg_Bottom_C_OnUIInputDeviceChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_OnUIInputDeviceChanged, Event) == 0x000008, "Member 'WBP_HUDPromptMsg_Bottom_C_OnUIInputDeviceChanged::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDPromptMsg_Bottom_C_GetPromptSize \ static_assert(alignof(WBP_HUDPromptMsg_Bottom_C_GetPromptSize) == 0x000008, "Wrong alignment on WBP_HUDPromptMsg_Bottom_C_GetPromptSize"); \ static_assert(sizeof(WBP_HUDPromptMsg_Bottom_C_GetPromptSize) == 0x000048, "Wrong size on WBP_HUDPromptMsg_Bottom_C_GetPromptSize"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_GetPromptSize, Tutorial_Bar_Item_ID) == 0x000000, "Member 'WBP_HUDPromptMsg_Bottom_C_GetPromptSize::Tutorial_Bar_Item_ID' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_GetPromptSize, IconSize) == 0x000008, "Member 'WBP_HUDPromptMsg_Bottom_C_GetPromptSize::IconSize' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_GetPromptSize, Loc_MicrofilmBrowse) == 0x000020, "Member 'WBP_HUDPromptMsg_Bottom_C_GetPromptSize::Loc_MicrofilmBrowse' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_GetPromptSize, KB) == 0x000028, "Member 'WBP_HUDPromptMsg_Bottom_C_GetPromptSize::KB' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_GetPromptSize, CallFunc_Array_Contains_ReturnValue) == 0x000040, "Member 'WBP_HUDPromptMsg_Bottom_C_GetPromptSize::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDPromptMsg_Bottom_C_GetPromptSize, CallFunc_IsUsingKeyboardDevice_Result) == 0x000041, "Member 'WBP_HUDPromptMsg_Bottom_C_GetPromptSize::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_HUDPromptMsg_Bottom_C \ static_assert(alignof(UWBP_HUDPromptMsg_Bottom_C) == 0x000008, "Wrong alignment on UWBP_HUDPromptMsg_Bottom_C"); \ static_assert(sizeof(UWBP_HUDPromptMsg_Bottom_C) == 0x0002D0, "Wrong size on UWBP_HUDPromptMsg_Bottom_C"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, UberGraphFrame) == 0x000260, "Member 'UWBP_HUDPromptMsg_Bottom_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, FadeOut) == 0x000268, "Member 'UWBP_HUDPromptMsg_Bottom_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, FadeIn) == 0x000270, "Member 'UWBP_HUDPromptMsg_Bottom_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, Line) == 0x000278, "Member 'UWBP_HUDPromptMsg_Bottom_C::Line' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, MainRichTextBox) == 0x000280, "Member 'UWBP_HUDPromptMsg_Bottom_C::MainRichTextBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, PromptBox) == 0x000288, "Member 'UWBP_HUDPromptMsg_Bottom_C::PromptBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, ReadRichTextBox) == 0x000290, "Member 'UWBP_HUDPromptMsg_Bottom_C::ReadRichTextBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, TutorialBarIDParam) == 0x000298, "Member 'UWBP_HUDPromptMsg_Bottom_C::TutorialBarIDParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, DisplayTime) == 0x00029C, "Member 'UWBP_HUDPromptMsg_Bottom_C::DisplayTime' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, HasReadTutorial) == 0x0002A0, "Member 'UWBP_HUDPromptMsg_Bottom_C::HasReadTutorial' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, bAutoStart) == 0x0002A1, "Member 'UWBP_HUDPromptMsg_Bottom_C::bAutoStart' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, bStarted) == 0x0002A2, "Member 'UWBP_HUDPromptMsg_Bottom_C::bStarted' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, InputKeyIconSize) == 0x0002A8, "Member 'UWBP_HUDPromptMsg_Bottom_C::InputKeyIconSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDPromptMsg_Bottom_C, BarItemWithRectangleIcons) == 0x0002C0, "Member 'UWBP_HUDPromptMsg_Bottom_C::BarItemWithRectangleIcons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active) == 0x000008, "Wrong alignment on GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active) == 0x000070, "Wrong size on GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active, EntryPoint) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active, K2Node_CreateDelegate_OutputDelegate) == 0x000014, "Member 'GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000038, "Member 'GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000040, "Member 'GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active, CallFunc_WaitGameplayTagAddToActor_ReturnValue) == 0x000048, "Member 'GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active::CallFunc_WaitGameplayTagAddToActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active, CallFunc_WaitGameplayTagRemoveFromActor_ReturnValue) == 0x000050, "Member 'GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active::CallFunc_WaitGameplayTagRemoveFromActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active, CallFunc_IsValid_ReturnValue_1) == 0x000059, "Member 'GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active, K2Node_EOCreateEvent_OutputDelegate_1) == 0x00005C, "Member 'GCA_BaseHoldBreath_Active_C_ExecuteUbergraph_GCA_BaseHoldBreath_Active::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_CacheParameters \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_CacheParameters) == 0x000008, "Wrong alignment on GCA_BaseHoldBreath_Active_C_CacheParameters"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_CacheParameters) == 0x000270, "Wrong size on GCA_BaseHoldBreath_Active_C_CacheParameters"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, TargeActor) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::TargeActor' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, Parameters) == 0x000008, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::Parameters' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, Success) == 0x0000C8, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::Success' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, K2Node_DynamicCast_AsBP_Player_Character) == 0x0000D0, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_NormalizedMagnitude) == 0x0000DC, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_NormalizedMagnitude' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_RawMagnitude) == 0x0000E0, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_RawMagnitude' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_EffectContext) == 0x0000E8, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_EffectContext' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_MatchedTagName) == 0x000100, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_MatchedTagName' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_OriginalTag) == 0x000108, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_OriginalTag' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_AggregatedSourceTags) == 0x000110, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_AggregatedSourceTags' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_AggregatedTargetTags) == 0x000130, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_AggregatedTargetTags' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_Location) == 0x000150, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_Location' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_Normal) == 0x00015C, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_Normal' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_Instigator) == 0x000168, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_Instigator' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_EffectCauser) == 0x000170, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_EffectCauser' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_SourceObject) == 0x000178, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_SourceObject' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_PhysicalMaterial) == 0x000180, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_GameplayEffectLevel) == 0x000188, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_GameplayEffectLevel' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_AbilityLevel) == 0x00018C, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_AbilityLevel' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_TargetAttachComponent) == 0x000190, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_TargetAttachComponent' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_bReplicateLocationWhenUsingMinimalRepProxy) == 0x000198, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_NormalizedMagnitude_1) == 0x00019C, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_NormalizedMagnitude_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_RawMagnitude_1) == 0x0001A0, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_RawMagnitude_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_EffectContext_1) == 0x0001A8, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_EffectContext_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_MatchedTagName_1) == 0x0001C0, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_MatchedTagName_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_OriginalTag_1) == 0x0001C8, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_OriginalTag_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_AggregatedSourceTags_1) == 0x0001D0, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_AggregatedSourceTags_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_AggregatedTargetTags_1) == 0x0001F0, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_AggregatedTargetTags_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_Location_1) == 0x000210, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_Location_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_Normal_1) == 0x00021C, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_Normal_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_Instigator_1) == 0x000228, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_EffectCauser_1) == 0x000230, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_EffectCauser_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_SourceObject_1) == 0x000238, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_SourceObject_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_PhysicalMaterial_1) == 0x000240, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_PhysicalMaterial_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_GameplayEffectLevel_1) == 0x000248, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_GameplayEffectLevel_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_AbilityLevel_1) == 0x00024C, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_AbilityLevel_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_TargetAttachComponent_1) == 0x000250, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_TargetAttachComponent_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, CallFunc_BreakGameplayCueParameters_bReplicateLocationWhenUsingMinimalRepProxy_1) == 0x000258, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::CallFunc_BreakGameplayCueParameters_bReplicateLocationWhenUsingMinimalRepProxy_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, K2Node_DynamicCast_AsGA_Hold_Breath) == 0x000260, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::K2Node_DynamicCast_AsGA_Hold_Breath' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_CacheParameters, K2Node_DynamicCast_bSuccess_1) == 0x000268, "Member 'GCA_BaseHoldBreath_Active_C_CacheParameters::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_OnActive \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_OnActive) == 0x000008, "Wrong alignment on GCA_BaseHoldBreath_Active_C_OnActive"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_OnActive) == 0x000150, "Wrong size on GCA_BaseHoldBreath_Active_C_OnActive"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, MyTarget) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, Parameters) == 0x000008, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::Parameters' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, ReturnValue) == 0x0000C8, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, CallFunc_CacheParameters_Success) == 0x0000C9, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::CallFunc_CacheParameters_Success' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, CallFunc_GetDisplayName_ReturnValue) == 0x0000D0, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000E0, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, CallFunc_GetDisplayName_ReturnValue_2) == 0x0000F0, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, CallFunc_Concat_StrStr_ReturnValue) == 0x000100, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000110, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000120, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000130, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActive, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000140, "Member 'GCA_BaseHoldBreath_Active_C_OnActive::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_OnRemove \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_OnRemove) == 0x000008, "Wrong alignment on GCA_BaseHoldBreath_Active_C_OnRemove"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_OnRemove) == 0x000150, "Wrong size on GCA_BaseHoldBreath_Active_C_OnRemove"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, MyTarget) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, Parameters) == 0x000008, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::Parameters' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, ReturnValue) == 0x0000C8, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, CallFunc_IsAbilityEnding_Result) == 0x0000C9, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::CallFunc_IsAbilityEnding_Result' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, CallFunc_GetDisplayName_ReturnValue) == 0x0000D0, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000E0, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, CallFunc_GetDisplayName_ReturnValue_2) == 0x0000F0, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, CallFunc_Concat_StrStr_ReturnValue) == 0x000100, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000110, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000120, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000130, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnRemove, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000140, "Member 'GCA_BaseHoldBreath_Active_C_OnRemove::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_OnExecute \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_OnExecute) == 0x000008, "Wrong alignment on GCA_BaseHoldBreath_Active_C_OnExecute"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_OnExecute) == 0x000150, "Wrong size on GCA_BaseHoldBreath_Active_C_OnExecute"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, MyTarget) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, Parameters) == 0x000008, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::Parameters' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, ReturnValue) == 0x0000C8, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, CallFunc_CacheParameters_Success) == 0x0000C9, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::CallFunc_CacheParameters_Success' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, CallFunc_GetDisplayName_ReturnValue) == 0x0000D0, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, CallFunc_GetDisplayName_ReturnValue_1) == 0x0000E0, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, CallFunc_GetDisplayName_ReturnValue_2) == 0x0000F0, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::CallFunc_GetDisplayName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, CallFunc_Concat_StrStr_ReturnValue) == 0x000100, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000110, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000120, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000130, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnExecute, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000140, "Member 'GCA_BaseHoldBreath_Active_C_OnExecute::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio) == 0x000008, "Wrong alignment on GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio) == 0x000020, "Wrong size on GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio, CallFunc_IsPlaying_ReturnValue) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000008, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000010, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreatheInAudio::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_StopBreatheInAudio \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_StopBreatheInAudio) == 0x000001, "Wrong alignment on GCA_BaseHoldBreath_Active_C_StopBreatheInAudio"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_StopBreatheInAudio) == 0x000001, "Wrong size on GCA_BaseHoldBreath_Active_C_StopBreatheInAudio"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_StopBreatheInAudio, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_StopBreatheInAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio) == 0x000008, "Wrong alignment on GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio) == 0x000018, "Wrong size on GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio, CallFunc_IsPlaying_ReturnValue) == 0x000001, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000008, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000010, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreatheOutAudio::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_StopBreatheOutAudio \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_StopBreatheOutAudio) == 0x000001, "Wrong alignment on GCA_BaseHoldBreath_Active_C_StopBreatheOutAudio"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_StopBreatheOutAudio) == 0x000001, "Wrong size on GCA_BaseHoldBreath_Active_C_StopBreatheOutAudio"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_StopBreatheOutAudio, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_StopBreatheOutAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_OnActiveBreathingFailedEvent \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_OnActiveBreathingFailedEvent) == 0x000008, "Wrong alignment on GCA_BaseHoldBreath_Active_C_OnActiveBreathingFailedEvent"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_OnActiveBreathingFailedEvent) == 0x000010, "Wrong size on GCA_BaseHoldBreath_Active_C_OnActiveBreathingFailedEvent"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActiveBreathingFailedEvent, Sender) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_OnActiveBreathingFailedEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActiveBreathingFailedEvent, Event) == 0x000008, "Member 'GCA_BaseHoldBreath_Active_C_OnActiveBreathingFailedEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_OnActiveBreathingStartEvent \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_OnActiveBreathingStartEvent) == 0x000008, "Wrong alignment on GCA_BaseHoldBreath_Active_C_OnActiveBreathingStartEvent"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_OnActiveBreathingStartEvent) == 0x000010, "Wrong size on GCA_BaseHoldBreath_Active_C_OnActiveBreathingStartEvent"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActiveBreathingStartEvent, Sender) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_OnActiveBreathingStartEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_OnActiveBreathingStartEvent, Event) == 0x000008, "Member 'GCA_BaseHoldBreath_Active_C_OnActiveBreathingStartEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio) == 0x000008, "Wrong alignment on GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio) == 0x000040, "Wrong size on GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio, CallFunc_IsPlaying_ReturnValue) == 0x000008, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio, CallFunc_K2_GetRootComponent_ReturnValue) == 0x000010, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000018, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio, CallFunc_IsValid_ReturnValue_2) == 0x000022, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000028, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'GCA_BaseHoldBreath_Active_C_PlayBreathDepletionAudio::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_BaseHoldBreath_Active_C_StopBreathDepletionAudio \ static_assert(alignof(GCA_BaseHoldBreath_Active_C_StopBreathDepletionAudio) == 0x000001, "Wrong alignment on GCA_BaseHoldBreath_Active_C_StopBreathDepletionAudio"); \ static_assert(sizeof(GCA_BaseHoldBreath_Active_C_StopBreathDepletionAudio) == 0x000001, "Wrong size on GCA_BaseHoldBreath_Active_C_StopBreathDepletionAudio"); \ static_assert(offsetof(GCA_BaseHoldBreath_Active_C_StopBreathDepletionAudio, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GCA_BaseHoldBreath_Active_C_StopBreathDepletionAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGCA_BaseHoldBreath_Active_C \ static_assert(alignof(AGCA_BaseHoldBreath_Active_C) == 0x000008, "Wrong alignment on AGCA_BaseHoldBreath_Active_C"); \ static_assert(sizeof(AGCA_BaseHoldBreath_Active_C) == 0x0003A0, "Wrong size on AGCA_BaseHoldBreath_Active_C"); \ static_assert(offsetof(AGCA_BaseHoldBreath_Active_C, UberGraphFrame) == 0x000290, "Member 'AGCA_BaseHoldBreath_Active_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGCA_BaseHoldBreath_Active_C, DefaultSceneRoot) == 0x000298, "Member 'AGCA_BaseHoldBreath_Active_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AGCA_BaseHoldBreath_Active_C, CachedPlayerTarget) == 0x0002A0, "Member 'AGCA_BaseHoldBreath_Active_C::CachedPlayerTarget' has a wrong offset!"); \ static_assert(offsetof(AGCA_BaseHoldBreath_Active_C, CachedAbilityInstigator) == 0x0002A8, "Member 'AGCA_BaseHoldBreath_Active_C::CachedAbilityInstigator' has a wrong offset!"); \ static_assert(offsetof(AGCA_BaseHoldBreath_Active_C, CachedActorEffectCauser) == 0x0002B0, "Member 'AGCA_BaseHoldBreath_Active_C::CachedActorEffectCauser' has a wrong offset!"); \ static_assert(offsetof(AGCA_BaseHoldBreath_Active_C, CachedParameters) == 0x0002B8, "Member 'AGCA_BaseHoldBreath_Active_C::CachedParameters' has a wrong offset!"); \ static_assert(offsetof(AGCA_BaseHoldBreath_Active_C, BreatheInAudioComponent) == 0x000378, "Member 'AGCA_BaseHoldBreath_Active_C::BreatheInAudioComponent' has a wrong offset!"); \ static_assert(offsetof(AGCA_BaseHoldBreath_Active_C, BreatheOutAudioComponent) == 0x000380, "Member 'AGCA_BaseHoldBreath_Active_C::BreatheOutAudioComponent' has a wrong offset!"); \ static_assert(offsetof(AGCA_BaseHoldBreath_Active_C, BreatheInSound) == 0x000388, "Member 'AGCA_BaseHoldBreath_Active_C::BreatheInSound' has a wrong offset!"); \ static_assert(offsetof(AGCA_BaseHoldBreath_Active_C, BreatheOutSound) == 0x000390, "Member 'AGCA_BaseHoldBreath_Active_C::BreatheOutSound' has a wrong offset!"); \ static_assert(offsetof(AGCA_BaseHoldBreath_Active_C, BreathDepletionAudioComponent) == 0x000398, "Member 'AGCA_BaseHoldBreath_Active_C::BreathDepletionAudioComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent \ static_assert(alignof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent"); \ static_assert(sizeof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent) == 0x0002F8, "Wrong size on BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, EntryPoint) == 0x000000, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Alpha_4) == 0x000004, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Alpha_4' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Value_4) == 0x000008, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Value_4' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Alpha_3) == 0x00001C, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Alpha_3' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Value_3) == 0x000020, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Value_3' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CreateDelegate_OutputDelegate_1) == 0x000024, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, Temp_float_Variable) == 0x000034, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, Temp_float_Variable_1) == 0x000038, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Alpha_2) == 0x00003C, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Alpha_2' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Value_2) == 0x000040, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Value_2' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CreateDelegate_OutputDelegate_2) == 0x000044, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Alpha_1) == 0x000054, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Alpha_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Value_1) == 0x000058, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Value_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CreateDelegate_OutputDelegate_3) == 0x00005C, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Alpha) == 0x00006C, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Alpha' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Value) == 0x000070, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Value' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CreateDelegate_OutputDelegate_4) == 0x000074, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, Temp_float_Variable_2) == 0x000084, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, Temp_float_Variable_3) == 0x000088, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_Lerp_ReturnValue) == 0x00008C, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Alpha_5) == 0x000090, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Alpha_5' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Value_5) == 0x000094, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Value_5' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_Lerp_ReturnValue_1) == 0x000098, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Duration_1) == 0x00009C, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Duration_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_SafeDivide_ReturnValue) == 0x0000A0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_Duration) == 0x0000A4, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_TimelineFloatTask_TaskOwner_CastInput) == 0x0000A8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_TimelineFloatTask_TaskOwner_CastInput' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_TimelineFloatTask_ReturnValue) == 0x0000B8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_TimelineFloatTask_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_SafeDivide_ReturnValue_1) == 0x0000C0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_SafeDivide_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_TimelineFloatTask_TaskOwner_CastInput_1) == 0x0000C8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_TimelineFloatTask_TaskOwner_CastInput_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_TimelineFloatTask_ReturnValue_1) == 0x0000D8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_TimelineFloatTask_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_IsValid_ReturnValue_1) == 0x0000E1, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_IsValid_ReturnValue_2) == 0x0000E2, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_IsValid_ReturnValue_3) == 0x0000E3, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_Not_PreBool_ReturnValue) == 0x0000E4, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000E5, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionComponent_6) == 0x0000E8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionComponent_6' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionActor_6) == 0x0000F0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionActor_6' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionComponent_5) == 0x0000F8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionComponent_5' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionActor_5) == 0x000100, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionActor_5' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_OverlappedComponent_1) == 0x000108, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_OtherActor_1) == 0x000110, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_OtherComp_1) == 0x000118, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_OtherBodyIndex_1) == 0x000120, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_bFromSweep) == 0x000124, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_SweepResult) == 0x000128, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_OverlappedComponent) == 0x0001B0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_OtherActor) == 0x0001B8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_OtherComp) == 0x0001C0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CustomEvent_OtherBodyIndex) == 0x0001C8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CustomEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_DynamicCast_AsBP_Player_Character) == 0x0001D0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_DynamicCast_bSuccess) == 0x0001D8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_DynamicCast_AsBP_Player_Character_1) == 0x0001E0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_DynamicCast_AsBP_Player_Character_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_DynamicCast_bSuccess_1) == 0x0001E8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_EOEvent_Sender_1) == 0x0001F0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_EOEvent_Event_1) == 0x0001F8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionComponent_4) == 0x000200, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionComponent_4' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionActor_4) == 0x000208, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionActor_4' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_DynamicCast_AsActor) == 0x000210, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_DynamicCast_AsActor' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_DynamicCast_bSuccess_2) == 0x000218, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00021C, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionComponent_3) == 0x000228, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionComponent_3' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionActor_3) == 0x000230, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionActor_3' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionComponent_2) == 0x000238, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionComponent_2' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionActor_2) == 0x000240, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionActor_2' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionComponent_1) == 0x000248, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionActor_1) == 0x000250, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionComponent) == 0x000258, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_Event_InteractionActor) == 0x000260, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_CreateDelegate_OutputDelegate_5) == 0x000268, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_EOEvent_Sender) == 0x000278, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_EOEvent_Event) == 0x000280, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_DynamicCast_AsActor_1) == 0x000288, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_DynamicCast_AsActor_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_DynamicCast_bSuccess_3) == 0x000290, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000294, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0002A0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0002AC, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_Vector_Distance_ReturnValue) == 0x0002B8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_Vector_Distance_ReturnValue_1) == 0x0002BC, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_Less_FloatFloat_ReturnValue) == 0x0002C0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x0002C1, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_EOCreateEvent_OutputDelegate) == 0x0002C4, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, K2Node_EOCreateEvent_OutputDelegate_1) == 0x0002D4, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x0002E8, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent, CallFunc_IsOverlappingActor_ReturnValue) == 0x0002F0, "Member 'BPC_InteractFXComponent_C_ExecuteUbergraph_BPC_InteractFXComponent::CallFunc_IsOverlappingActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_Global_ExternalHover_Begin \ static_assert(alignof(BPC_InteractFXComponent_C_Global_ExternalHover_Begin) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_Global_ExternalHover_Begin"); \ static_assert(sizeof(BPC_InteractFXComponent_C_Global_ExternalHover_Begin) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_Global_ExternalHover_Begin"); \ static_assert(offsetof(BPC_InteractFXComponent_C_Global_ExternalHover_Begin, Sender) == 0x000000, "Member 'BPC_InteractFXComponent_C_Global_ExternalHover_Begin::Sender' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_Global_ExternalHover_Begin, Event) == 0x000008, "Member 'BPC_InteractFXComponent_C_Global_ExternalHover_Begin::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_PrePassiveBeginInteract \ static_assert(alignof(BPC_InteractFXComponent_C_PrePassiveBeginInteract) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_PrePassiveBeginInteract"); \ static_assert(sizeof(BPC_InteractFXComponent_C_PrePassiveBeginInteract) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_PrePassiveBeginInteract"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PrePassiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BPC_InteractFXComponent_C_PrePassiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PrePassiveBeginInteract, InteractionActor) == 0x000008, "Member 'BPC_InteractFXComponent_C_PrePassiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_PostPassiveEndInteract \ static_assert(alignof(BPC_InteractFXComponent_C_PostPassiveEndInteract) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_PostPassiveEndInteract"); \ static_assert(sizeof(BPC_InteractFXComponent_C_PostPassiveEndInteract) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_PostPassiveEndInteract"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostPassiveEndInteract, InteractionComponent) == 0x000000, "Member 'BPC_InteractFXComponent_C_PostPassiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostPassiveEndInteract, InteractionActor) == 0x000008, "Member 'BPC_InteractFXComponent_C_PostPassiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_PostPassiveBeginInteract \ static_assert(alignof(BPC_InteractFXComponent_C_PostPassiveBeginInteract) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_PostPassiveBeginInteract"); \ static_assert(sizeof(BPC_InteractFXComponent_C_PostPassiveBeginInteract) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_PostPassiveBeginInteract"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostPassiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BPC_InteractFXComponent_C_PostPassiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostPassiveBeginInteract, InteractionActor) == 0x000008, "Member 'BPC_InteractFXComponent_C_PostPassiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_PostActiveEndInteract \ static_assert(alignof(BPC_InteractFXComponent_C_PostActiveEndInteract) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_PostActiveEndInteract"); \ static_assert(sizeof(BPC_InteractFXComponent_C_PostActiveEndInteract) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_PostActiveEndInteract"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostActiveEndInteract, InteractionComponent) == 0x000000, "Member 'BPC_InteractFXComponent_C_PostActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostActiveEndInteract, InteractionActor) == 0x000008, "Member 'BPC_InteractFXComponent_C_PostActiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_PostActiveBeginInteract \ static_assert(alignof(BPC_InteractFXComponent_C_PostActiveBeginInteract) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_PostActiveBeginInteract"); \ static_assert(sizeof(BPC_InteractFXComponent_C_PostActiveBeginInteract) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_PostActiveBeginInteract"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BPC_InteractFXComponent_C_PostActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BPC_InteractFXComponent_C_PostActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_Global_ExternalHover_End \ static_assert(alignof(BPC_InteractFXComponent_C_Global_ExternalHover_End) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_Global_ExternalHover_End"); \ static_assert(sizeof(BPC_InteractFXComponent_C_Global_ExternalHover_End) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_Global_ExternalHover_End"); \ static_assert(offsetof(BPC_InteractFXComponent_C_Global_ExternalHover_End, Sender) == 0x000000, "Member 'BPC_InteractFXComponent_C_Global_ExternalHover_End::Sender' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_Global_ExternalHover_End, Event) == 0x000008, "Member 'BPC_InteractFXComponent_C_Global_ExternalHover_End::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap \ static_assert(alignof(BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap"); \ static_assert(sizeof(BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap) == 0x000020, "Wrong size on BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap, OverlappedComponent) == 0x000000, "Member 'BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap, OtherActor) == 0x000008, "Member 'BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap, OtherComp) == 0x000010, "Member 'BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap, OtherBodyIndex) == 0x000018, "Member 'BPC_InteractFXComponent_C_OnHighlightFarCollisionEndOverlap::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap \ static_assert(alignof(BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap"); \ static_assert(sizeof(BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap) == 0x0000A8, "Wrong size on BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap, OverlappedComponent) == 0x000000, "Member 'BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap, OtherActor) == 0x000008, "Member 'BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap, OtherComp) == 0x000010, "Member 'BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap, bFromSweep) == 0x00001C, "Member 'BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap, SweepResult) == 0x000020, "Member 'BPC_InteractFXComponent_C_OnHighlightFarCollisionBeginOverlap::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_PostInteractHoverEnd \ static_assert(alignof(BPC_InteractFXComponent_C_PostInteractHoverEnd) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_PostInteractHoverEnd"); \ static_assert(sizeof(BPC_InteractFXComponent_C_PostInteractHoverEnd) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_PostInteractHoverEnd"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostInteractHoverEnd, InteractionComponent) == 0x000000, "Member 'BPC_InteractFXComponent_C_PostInteractHoverEnd::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostInteractHoverEnd, InteractionActor) == 0x000008, "Member 'BPC_InteractFXComponent_C_PostInteractHoverEnd::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_PostInteractHoverBegin \ static_assert(alignof(BPC_InteractFXComponent_C_PostInteractHoverBegin) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_PostInteractHoverBegin"); \ static_assert(sizeof(BPC_InteractFXComponent_C_PostInteractHoverBegin) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_PostInteractHoverBegin"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostInteractHoverBegin, InteractionComponent) == 0x000000, "Member 'BPC_InteractFXComponent_C_PostInteractHoverBegin::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PostInteractHoverBegin, InteractionActor) == 0x000008, "Member 'BPC_InteractFXComponent_C_PostInteractHoverBegin::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_PlayHighlightDOTTL \ static_assert(alignof(BPC_InteractFXComponent_C_PlayHighlightDOTTL) == 0x000004, "Wrong alignment on BPC_InteractFXComponent_C_PlayHighlightDOTTL"); \ static_assert(sizeof(BPC_InteractFXComponent_C_PlayHighlightDOTTL) == 0x000004, "Wrong size on BPC_InteractFXComponent_C_PlayHighlightDOTTL"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PlayHighlightDOTTL, Duration) == 0x000000, "Member 'BPC_InteractFXComponent_C_PlayHighlightDOTTL::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_PlayHighlightIconTL \ static_assert(alignof(BPC_InteractFXComponent_C_PlayHighlightIconTL) == 0x000004, "Wrong alignment on BPC_InteractFXComponent_C_PlayHighlightIconTL"); \ static_assert(sizeof(BPC_InteractFXComponent_C_PlayHighlightIconTL) == 0x000004, "Wrong size on BPC_InteractFXComponent_C_PlayHighlightIconTL"); \ static_assert(offsetof(BPC_InteractFXComponent_C_PlayHighlightIconTL, Duration) == 0x000000, "Member 'BPC_InteractFXComponent_C_PlayHighlightIconTL::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_OnStarted_6326DDD44ADDA5CB25F54487A69C5475 \ static_assert(alignof(BPC_InteractFXComponent_C_OnStarted_6326DDD44ADDA5CB25F54487A69C5475) == 0x000004, "Wrong alignment on BPC_InteractFXComponent_C_OnStarted_6326DDD44ADDA5CB25F54487A69C5475"); \ static_assert(sizeof(BPC_InteractFXComponent_C_OnStarted_6326DDD44ADDA5CB25F54487A69C5475) == 0x000008, "Wrong size on BPC_InteractFXComponent_C_OnStarted_6326DDD44ADDA5CB25F54487A69C5475"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnStarted_6326DDD44ADDA5CB25F54487A69C5475, Alpha) == 0x000000, "Member 'BPC_InteractFXComponent_C_OnStarted_6326DDD44ADDA5CB25F54487A69C5475::Alpha' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnStarted_6326DDD44ADDA5CB25F54487A69C5475, Value) == 0x000004, "Member 'BPC_InteractFXComponent_C_OnStarted_6326DDD44ADDA5CB25F54487A69C5475::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_OnUpdate_6326DDD44ADDA5CB25F54487A69C5475 \ static_assert(alignof(BPC_InteractFXComponent_C_OnUpdate_6326DDD44ADDA5CB25F54487A69C5475) == 0x000004, "Wrong alignment on BPC_InteractFXComponent_C_OnUpdate_6326DDD44ADDA5CB25F54487A69C5475"); \ static_assert(sizeof(BPC_InteractFXComponent_C_OnUpdate_6326DDD44ADDA5CB25F54487A69C5475) == 0x000008, "Wrong size on BPC_InteractFXComponent_C_OnUpdate_6326DDD44ADDA5CB25F54487A69C5475"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnUpdate_6326DDD44ADDA5CB25F54487A69C5475, Alpha) == 0x000000, "Member 'BPC_InteractFXComponent_C_OnUpdate_6326DDD44ADDA5CB25F54487A69C5475::Alpha' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnUpdate_6326DDD44ADDA5CB25F54487A69C5475, Value) == 0x000004, "Member 'BPC_InteractFXComponent_C_OnUpdate_6326DDD44ADDA5CB25F54487A69C5475::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_OnFinished_6326DDD44ADDA5CB25F54487A69C5475 \ static_assert(alignof(BPC_InteractFXComponent_C_OnFinished_6326DDD44ADDA5CB25F54487A69C5475) == 0x000004, "Wrong alignment on BPC_InteractFXComponent_C_OnFinished_6326DDD44ADDA5CB25F54487A69C5475"); \ static_assert(sizeof(BPC_InteractFXComponent_C_OnFinished_6326DDD44ADDA5CB25F54487A69C5475) == 0x000008, "Wrong size on BPC_InteractFXComponent_C_OnFinished_6326DDD44ADDA5CB25F54487A69C5475"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnFinished_6326DDD44ADDA5CB25F54487A69C5475, Alpha) == 0x000000, "Member 'BPC_InteractFXComponent_C_OnFinished_6326DDD44ADDA5CB25F54487A69C5475::Alpha' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnFinished_6326DDD44ADDA5CB25F54487A69C5475, Value) == 0x000004, "Member 'BPC_InteractFXComponent_C_OnFinished_6326DDD44ADDA5CB25F54487A69C5475::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_OnStarted_3DB468C740B035B36FB34D8FB99904B0 \ static_assert(alignof(BPC_InteractFXComponent_C_OnStarted_3DB468C740B035B36FB34D8FB99904B0) == 0x000004, "Wrong alignment on BPC_InteractFXComponent_C_OnStarted_3DB468C740B035B36FB34D8FB99904B0"); \ static_assert(sizeof(BPC_InteractFXComponent_C_OnStarted_3DB468C740B035B36FB34D8FB99904B0) == 0x000008, "Wrong size on BPC_InteractFXComponent_C_OnStarted_3DB468C740B035B36FB34D8FB99904B0"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnStarted_3DB468C740B035B36FB34D8FB99904B0, Alpha) == 0x000000, "Member 'BPC_InteractFXComponent_C_OnStarted_3DB468C740B035B36FB34D8FB99904B0::Alpha' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnStarted_3DB468C740B035B36FB34D8FB99904B0, Value) == 0x000004, "Member 'BPC_InteractFXComponent_C_OnStarted_3DB468C740B035B36FB34D8FB99904B0::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_OnUpdate_3DB468C740B035B36FB34D8FB99904B0 \ static_assert(alignof(BPC_InteractFXComponent_C_OnUpdate_3DB468C740B035B36FB34D8FB99904B0) == 0x000004, "Wrong alignment on BPC_InteractFXComponent_C_OnUpdate_3DB468C740B035B36FB34D8FB99904B0"); \ static_assert(sizeof(BPC_InteractFXComponent_C_OnUpdate_3DB468C740B035B36FB34D8FB99904B0) == 0x000008, "Wrong size on BPC_InteractFXComponent_C_OnUpdate_3DB468C740B035B36FB34D8FB99904B0"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnUpdate_3DB468C740B035B36FB34D8FB99904B0, Alpha) == 0x000000, "Member 'BPC_InteractFXComponent_C_OnUpdate_3DB468C740B035B36FB34D8FB99904B0::Alpha' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnUpdate_3DB468C740B035B36FB34D8FB99904B0, Value) == 0x000004, "Member 'BPC_InteractFXComponent_C_OnUpdate_3DB468C740B035B36FB34D8FB99904B0::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_OnFinished_3DB468C740B035B36FB34D8FB99904B0 \ static_assert(alignof(BPC_InteractFXComponent_C_OnFinished_3DB468C740B035B36FB34D8FB99904B0) == 0x000004, "Wrong alignment on BPC_InteractFXComponent_C_OnFinished_3DB468C740B035B36FB34D8FB99904B0"); \ static_assert(sizeof(BPC_InteractFXComponent_C_OnFinished_3DB468C740B035B36FB34D8FB99904B0) == 0x000008, "Wrong size on BPC_InteractFXComponent_C_OnFinished_3DB468C740B035B36FB34D8FB99904B0"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnFinished_3DB468C740B035B36FB34D8FB99904B0, Alpha) == 0x000000, "Member 'BPC_InteractFXComponent_C_OnFinished_3DB468C740B035B36FB34D8FB99904B0::Alpha' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnFinished_3DB468C740B035B36FB34D8FB99904B0, Value) == 0x000004, "Member 'BPC_InteractFXComponent_C_OnFinished_3DB468C740B035B36FB34D8FB99904B0::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_GetMeshes \ static_assert(alignof(BPC_InteractFXComponent_C_GetMeshes) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_GetMeshes"); \ static_assert(sizeof(BPC_InteractFXComponent_C_GetMeshes) == 0x000060, "Wrong size on BPC_InteractFXComponent_C_GetMeshes"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, OutArray) == 0x000000, "Member 'BPC_InteractFXComponent_C_GetMeshes::OutArray' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BPC_InteractFXComponent_C_GetMeshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BPC_InteractFXComponent_C_GetMeshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BPC_InteractFXComponent_C_GetMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, CallFunc_GetChildrenComponents_Children) == 0x000020, "Member 'BPC_InteractFXComponent_C_GetMeshes::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, CallFunc_Array_Get_Item) == 0x000030, "Member 'BPC_InteractFXComponent_C_GetMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, K2Node_DynamicCast_AsStatic_Mesh_Component) == 0x000038, "Member 'BPC_InteractFXComponent_C_GetMeshes::K2Node_DynamicCast_AsStatic_Mesh_Component' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BPC_InteractFXComponent_C_GetMeshes::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BPC_InteractFXComponent_C_GetMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, CallFunc_Array_AddUnique_ReturnValue) == 0x000048, "Member 'BPC_InteractFXComponent_C_GetMeshes::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BPC_InteractFXComponent_C_GetMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, Temp_name_Variable) == 0x000050, "Member 'BPC_InteractFXComponent_C_GetMeshes::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, CallFunc_Not_PreBool_ReturnValue) == 0x000058, "Member 'BPC_InteractFXComponent_C_GetMeshes::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, CallFunc_BooleanAND_ReturnValue) == 0x000059, "Member 'BPC_InteractFXComponent_C_GetMeshes::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, CallFunc_Array_Contains_ReturnValue) == 0x00005A, "Member 'BPC_InteractFXComponent_C_GetMeshes::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, CallFunc_Not_PreBool_ReturnValue_1) == 0x00005B, "Member 'BPC_InteractFXComponent_C_GetMeshes::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetMeshes, CallFunc_BooleanAND_ReturnValue_1) == 0x00005C, "Member 'BPC_InteractFXComponent_C_GetMeshes::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_CreateOutlineMeshes \ static_assert(alignof(BPC_InteractFXComponent_C_CreateOutlineMeshes) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_CreateOutlineMeshes"); \ static_assert(sizeof(BPC_InteractFXComponent_C_CreateOutlineMeshes) == 0x000060, "Wrong size on BPC_InteractFXComponent_C_CreateOutlineMeshes"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, SM_ParentMesh) == 0x000000, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::SM_ParentMesh' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, SM_Outline) == 0x000008, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::SM_Outline' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, Temp_int_Array_Index_Variable_1) == 0x00001C, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_AddToActorBPCStaticMeshNoDF_ReturnValue) == 0x000020, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_AddToActorBPCStaticMeshNoDF_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_Array_AddUnique_ReturnValue) == 0x000028, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_GetMaterials_ReturnValue) == 0x000030, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_Add_IntInt_ReturnValue_1) == 0x000040, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000049, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_SetStaticMesh_ReturnValue) == 0x00004A, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_Array_Get_Item) == 0x000050, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_Array_Length_ReturnValue_1) == 0x000058, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CreateOutlineMeshes, CallFunc_Less_IntInt_ReturnValue_1) == 0x00005C, "Member 'BPC_InteractFXComponent_C_CreateOutlineMeshes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_ClearOutlineMeshes \ static_assert(alignof(BPC_InteractFXComponent_C_ClearOutlineMeshes) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_ClearOutlineMeshes"); \ static_assert(sizeof(BPC_InteractFXComponent_C_ClearOutlineMeshes) == 0x000020, "Wrong size on BPC_InteractFXComponent_C_ClearOutlineMeshes"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ClearOutlineMeshes, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BPC_InteractFXComponent_C_ClearOutlineMeshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ClearOutlineMeshes, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BPC_InteractFXComponent_C_ClearOutlineMeshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ClearOutlineMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BPC_InteractFXComponent_C_ClearOutlineMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ClearOutlineMeshes, CallFunc_Array_Get_Item) == 0x000010, "Member 'BPC_InteractFXComponent_C_ClearOutlineMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ClearOutlineMeshes, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BPC_InteractFXComponent_C_ClearOutlineMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ClearOutlineMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BPC_InteractFXComponent_C_ClearOutlineMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ClearOutlineMeshes, CallFunc_SetStaticMesh_ReturnValue) == 0x00001D, "Member 'BPC_InteractFXComponent_C_ClearOutlineMeshes::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_EnableShimmerFX \ static_assert(alignof(BPC_InteractFXComponent_C_EnableShimmerFX) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_EnableShimmerFX"); \ static_assert(sizeof(BPC_InteractFXComponent_C_EnableShimmerFX) == 0x000028, "Wrong size on BPC_InteractFXComponent_C_EnableShimmerFX"); \ static_assert(offsetof(BPC_InteractFXComponent_C_EnableShimmerFX, Enabled) == 0x000000, "Member 'BPC_InteractFXComponent_C_EnableShimmerFX::Enabled' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_EnableShimmerFX, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BPC_InteractFXComponent_C_EnableShimmerFX::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_EnableShimmerFX, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BPC_InteractFXComponent_C_EnableShimmerFX::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_EnableShimmerFX, CallFunc_Array_Get_Item) == 0x000010, "Member 'BPC_InteractFXComponent_C_EnableShimmerFX::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_EnableShimmerFX, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BPC_InteractFXComponent_C_EnableShimmerFX::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_EnableShimmerFX, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BPC_InteractFXComponent_C_EnableShimmerFX::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_EnableShimmerFX, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BPC_InteractFXComponent_C_EnableShimmerFX::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_ToggleOutline \ static_assert(alignof(BPC_InteractFXComponent_C_ToggleOutline) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_ToggleOutline"); \ static_assert(sizeof(BPC_InteractFXComponent_C_ToggleOutline) == 0x000028, "Wrong size on BPC_InteractFXComponent_C_ToggleOutline"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleOutline, Enable) == 0x000000, "Member 'BPC_InteractFXComponent_C_ToggleOutline::Enable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleOutline, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BPC_InteractFXComponent_C_ToggleOutline::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleOutline, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BPC_InteractFXComponent_C_ToggleOutline::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleOutline, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BPC_InteractFXComponent_C_ToggleOutline::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleOutline, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BPC_InteractFXComponent_C_ToggleOutline::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleOutline, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BPC_InteractFXComponent_C_ToggleOutline::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleOutline, CallFunc_Array_Get_Item) == 0x000018, "Member 'BPC_InteractFXComponent_C_ToggleOutline::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleOutline, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BPC_InteractFXComponent_C_ToggleOutline::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_InitExternalShimmerInteract \ static_assert(alignof(BPC_InteractFXComponent_C_InitExternalShimmerInteract) == 0x000004, "Wrong alignment on BPC_InteractFXComponent_C_InitExternalShimmerInteract"); \ static_assert(sizeof(BPC_InteractFXComponent_C_InitExternalShimmerInteract) == 0x000020, "Wrong size on BPC_InteractFXComponent_C_InitExternalShimmerInteract"); \ static_assert(offsetof(BPC_InteractFXComponent_C_InitExternalShimmerInteract, K2Node_EOCreateEvent_OutputDelegate) == 0x000000, "Member 'BPC_InteractFXComponent_C_InitExternalShimmerInteract::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_InitExternalShimmerInteract, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000010, "Member 'BPC_InteractFXComponent_C_InitExternalShimmerInteract::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_ConstructUIBillboard \ static_assert(alignof(BPC_InteractFXComponent_C_ConstructUIBillboard) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_ConstructUIBillboard"); \ static_assert(sizeof(BPC_InteractFXComponent_C_ConstructUIBillboard) == 0x000008, "Wrong size on BPC_InteractFXComponent_C_ConstructUIBillboard"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConstructUIBillboard, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BPC_InteractFXComponent_C_ConstructUIBillboard::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_InitUIHighlight \ static_assert(alignof(BPC_InteractFXComponent_C_InitUIHighlight) == 0x000001, "Wrong alignment on BPC_InteractFXComponent_C_InitUIHighlight"); \ static_assert(sizeof(BPC_InteractFXComponent_C_InitUIHighlight) == 0x000001, "Wrong size on BPC_InteractFXComponent_C_InitUIHighlight"); \ static_assert(offsetof(BPC_InteractFXComponent_C_InitUIHighlight, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000000, "Member 'BPC_InteractFXComponent_C_InitUIHighlight::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod \ static_assert(alignof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod) == 0x000004, "Wrong alignment on BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod"); \ static_assert(sizeof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod) == 0x0001A8, "Wrong size on BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, Loc_MaxBoundsOriginRelativeLoc) == 0x000000, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::Loc_MaxBoundsOriginRelativeLoc' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, Loc_MaxExtentsRelativeLoc) == 0x00000C, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::Loc_MaxExtentsRelativeLoc' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, Loc_MaxExtentsWorldLoc) == 0x000018, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::Loc_MaxExtentsWorldLoc' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, Loc_CurrElementBounds) == 0x000024, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::Loc_CurrElementBounds' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, Loc_HasValidMesh) == 0x000040, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::Loc_HasValidMesh' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, Loc_MaxBounds) == 0x000044, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::Loc_MaxBounds' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_BreakVector_X) == 0x000060, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_BreakVector_Y) == 0x000064, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_BreakVector_Z) == 0x000068, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_Add_FloatFloat_ReturnValue) == 0x00006C, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_FClamp_ReturnValue) == 0x000070, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_MakeVector_ReturnValue) == 0x000074, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_IsValid_ReturnValue) == 0x000080, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000084, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00010C, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000118, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_Add_VectorVector_ReturnValue) == 0x000124, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_GetInteractableMeshesMaxHeightBounds_Success) == 0x000130, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_GetInteractableMeshesMaxHeightBounds_Success' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_GetInteractableMeshesMaxHeightBounds_MaxHeightBounds) == 0x000134, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_GetInteractableMeshesMaxHeightBounds_MaxHeightBounds' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, K2Node_MakeStruct_BoxSphereBounds) == 0x000150, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::K2Node_MakeStruct_BoxSphereBounds' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_GetComponentBounds_Origin) == 0x00016C, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_GetComponentBounds_BoxExtent) == 0x000178, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_GetComponentBounds_SphereRadius) == 0x000184, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, K2Node_MakeStruct_BoxSphereBounds_1) == 0x000188, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::K2Node_MakeStruct_BoxSphereBounds_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_IsValid_ReturnValue_1) == 0x0001A4, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0001A5, "Member 'BPC_InteractFXComponent_C_SetUI_HighlightLocatingMethod::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_OnUIBillboardTransitionFinished \ static_assert(alignof(BPC_InteractFXComponent_C_OnUIBillboardTransitionFinished) == 0x000001, "Wrong alignment on BPC_InteractFXComponent_C_OnUIBillboardTransitionFinished"); \ static_assert(sizeof(BPC_InteractFXComponent_C_OnUIBillboardTransitionFinished) == 0x000001, "Wrong size on BPC_InteractFXComponent_C_OnUIBillboardTransitionFinished"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnUIBillboardTransitionFinished, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'BPC_InteractFXComponent_C_OnUIBillboardTransitionFinished::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline \ static_assert(alignof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline"); \ static_assert(sizeof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline) == 0x000040, "Wrong size on BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, ForIconNotDOT) == 0x000000, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::ForIconNotDOT' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, NewTargetValue) == 0x000004, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::NewTargetValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, TargetValueVarRef) == 0x000008, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::TargetValueVarRef' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, StartValueVarRef) == 0x00000C, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::StartValueVarRef' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, MIDParamName) == 0x000010, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::MIDParamName' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, Played) == 0x000018, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::Played' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, Loc_CurrParamValue) == 0x00001C, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::Loc_CurrParamValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000020, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, Temp_bool_Variable) == 0x000021, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000024, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, K2Node_Select_Default) == 0x000028, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, CallFunc_K2_GetScalarParameterValue_ReturnValue_1) == 0x000034, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::CallFunc_K2_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x000038, "Member 'BPC_InteractFXComponent_C_ConditionalPlayUIBillboardTimeline::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_TransitionBillboardDisplay \ static_assert(alignof(BPC_InteractFXComponent_C_TransitionBillboardDisplay) == 0x000004, "Wrong alignment on BPC_InteractFXComponent_C_TransitionBillboardDisplay"); \ static_assert(sizeof(BPC_InteractFXComponent_C_TransitionBillboardDisplay) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_TransitionBillboardDisplay"); \ static_assert(offsetof(BPC_InteractFXComponent_C_TransitionBillboardDisplay, IconTargetValue) == 0x000000, "Member 'BPC_InteractFXComponent_C_TransitionBillboardDisplay::IconTargetValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_TransitionBillboardDisplay, DOTTargetValue) == 0x000004, "Member 'BPC_InteractFXComponent_C_TransitionBillboardDisplay::DOTTargetValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_TransitionBillboardDisplay, Loc_PlayedTimeline) == 0x000008, "Member 'BPC_InteractFXComponent_C_TransitionBillboardDisplay::Loc_PlayedTimeline' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_TransitionBillboardDisplay, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BPC_InteractFXComponent_C_TransitionBillboardDisplay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_TransitionBillboardDisplay, CallFunc_ConditionalPlayUIBillboardTimeline_Played) == 0x00000A, "Member 'BPC_InteractFXComponent_C_TransitionBillboardDisplay::CallFunc_ConditionalPlayUIBillboardTimeline_Played' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_TransitionBillboardDisplay, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'BPC_InteractFXComponent_C_TransitionBillboardDisplay::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_TransitionBillboardDisplay, CallFunc_ConditionalPlayUIBillboardTimeline_Played_1) == 0x00000C, "Member 'BPC_InteractFXComponent_C_TransitionBillboardDisplay::CallFunc_ConditionalPlayUIBillboardTimeline_Played_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_ToggleUIHighlightVisibility \ static_assert(alignof(BPC_InteractFXComponent_C_ToggleUIHighlightVisibility) == 0x000001, "Wrong alignment on BPC_InteractFXComponent_C_ToggleUIHighlightVisibility"); \ static_assert(sizeof(BPC_InteractFXComponent_C_ToggleUIHighlightVisibility) == 0x000002, "Wrong size on BPC_InteractFXComponent_C_ToggleUIHighlightVisibility"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleUIHighlightVisibility, IsVisible) == 0x000000, "Member 'BPC_InteractFXComponent_C_ToggleUIHighlightVisibility::IsVisible' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleUIHighlightVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BPC_InteractFXComponent_C_ToggleUIHighlightVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_ToggleUIHighlightCollision \ static_assert(alignof(BPC_InteractFXComponent_C_ToggleUIHighlightCollision) == 0x000001, "Wrong alignment on BPC_InteractFXComponent_C_ToggleUIHighlightCollision"); \ static_assert(sizeof(BPC_InteractFXComponent_C_ToggleUIHighlightCollision) == 0x000001, "Wrong size on BPC_InteractFXComponent_C_ToggleUIHighlightCollision"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleUIHighlightCollision, EnableCollision) == 0x000000, "Member 'BPC_InteractFXComponent_C_ToggleUIHighlightCollision::EnableCollision' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_UpdateUIBillboardTexture \ static_assert(alignof(BPC_InteractFXComponent_C_UpdateUIBillboardTexture) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_UpdateUIBillboardTexture"); \ static_assert(sizeof(BPC_InteractFXComponent_C_UpdateUIBillboardTexture) == 0x000030, "Wrong size on BPC_InteractFXComponent_C_UpdateUIBillboardTexture"); \ static_assert(offsetof(BPC_InteractFXComponent_C_UpdateUIBillboardTexture, CallFunc_GetCurrentCrosshairInfo_ReturnValue) == 0x000000, "Member 'BPC_InteractFXComponent_C_UpdateUIBillboardTexture::CallFunc_GetCurrentCrosshairInfo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_SwitchUIHighlightState \ static_assert(alignof(BPC_InteractFXComponent_C_SwitchUIHighlightState) == 0x000001, "Wrong alignment on BPC_InteractFXComponent_C_SwitchUIHighlightState"); \ static_assert(sizeof(BPC_InteractFXComponent_C_SwitchUIHighlightState) == 0x000003, "Wrong size on BPC_InteractFXComponent_C_SwitchUIHighlightState"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SwitchUIHighlightState, NewState) == 0x000000, "Member 'BPC_InteractFXComponent_C_SwitchUIHighlightState::NewState' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SwitchUIHighlightState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BPC_InteractFXComponent_C_SwitchUIHighlightState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_SwitchUIHighlightState, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000002, "Member 'BPC_InteractFXComponent_C_SwitchUIHighlightState::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_ResetUIBillboard \ static_assert(alignof(BPC_InteractFXComponent_C_ResetUIBillboard) == 0x000001, "Wrong alignment on BPC_InteractFXComponent_C_ResetUIBillboard"); \ static_assert(sizeof(BPC_InteractFXComponent_C_ResetUIBillboard) == 0x000002, "Wrong size on BPC_InteractFXComponent_C_ResetUIBillboard"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ResetUIBillboard, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BPC_InteractFXComponent_C_ResetUIBillboard::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ResetUIBillboard, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BPC_InteractFXComponent_C_ResetUIBillboard::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_ToggleUIHighlight \ static_assert(alignof(BPC_InteractFXComponent_C_ToggleUIHighlight) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_ToggleUIHighlight"); \ static_assert(sizeof(BPC_InteractFXComponent_C_ToggleUIHighlight) == 0x000040, "Wrong size on BPC_InteractFXComponent_C_ToggleUIHighlight"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleUIHighlight, EnableHighlight) == 0x000000, "Member 'BPC_InteractFXComponent_C_ToggleUIHighlight::EnableHighlight' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleUIHighlight, CachedRef) == 0x000008, "Member 'BPC_InteractFXComponent_C_ToggleUIHighlight::CachedRef' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleUIHighlight, CallFunc_IsInteracting_self_CastInput) == 0x000010, "Member 'BPC_InteractFXComponent_C_ToggleUIHighlight::CallFunc_IsInteracting_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleUIHighlight, CallFunc_IsInteracting_ReturnValue) == 0x000020, "Member 'BPC_InteractFXComponent_C_ToggleUIHighlight::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleUIHighlight, CallFunc_IsHovering_self_CastInput) == 0x000028, "Member 'BPC_InteractFXComponent_C_ToggleUIHighlight::CallFunc_IsHovering_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_ToggleUIHighlight, CallFunc_IsHovering_ReturnValue) == 0x000038, "Member 'BPC_InteractFXComponent_C_ToggleUIHighlight::CallFunc_IsHovering_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds \ static_assert(alignof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds"); \ static_assert(sizeof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds) == 0x0000D8, "Wrong size on BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, Success) == 0x000000, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::Success' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, MaxHeightBounds) == 0x000004, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::MaxHeightBounds' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, Loc_MaxHeightBounds) == 0x000020, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::Loc_MaxHeightBounds' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, Loc_CurrElementBounds) == 0x00003C, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::Loc_CurrElementBounds' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, Loc_HasValidMesh) == 0x000058, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::Loc_HasValidMesh' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, Temp_int_Array_Index_Variable) == 0x00005C, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_X) == 0x000068, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_Y) == 0x00006C, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_Z) == 0x000070, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_X_1) == 0x000074, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_Y_1) == 0x000078, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_BreakVector_Z_1) == 0x00007C, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000080, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Array_Get_Item) == 0x000088, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Array_Length_ReturnValue) == 0x000090, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_IsValid_ReturnValue) == 0x000094, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Less_IntInt_ReturnValue) == 0x000095, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_GetComponentBounds_Origin) == 0x000098, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_GetComponentBounds_BoxExtent) == 0x0000A4, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_GetComponentBounds_SphereRadius) == 0x0000B0, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, K2Node_MakeStruct_BoxSphereBounds) == 0x0000B4, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::K2Node_MakeStruct_BoxSphereBounds' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Array_Length_ReturnValue_1) == 0x0000D0, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds, CallFunc_Greater_IntInt_ReturnValue) == 0x0000D4, "Member 'BPC_InteractFXComponent_C_GetInteractableMeshesMaxHeightBounds::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_DetermineUIHighlightState \ static_assert(alignof(BPC_InteractFXComponent_C_DetermineUIHighlightState) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_DetermineUIHighlightState"); \ static_assert(sizeof(BPC_InteractFXComponent_C_DetermineUIHighlightState) == 0x000018, "Wrong size on BPC_InteractFXComponent_C_DetermineUIHighlightState"); \ static_assert(offsetof(BPC_InteractFXComponent_C_DetermineUIHighlightState, CallFunc_MakeLiteralBool_ReturnValue) == 0x000000, "Member 'BPC_InteractFXComponent_C_DetermineUIHighlightState::CallFunc_MakeLiteralBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_DetermineUIHighlightState, CallFunc_IsInGameWorld_ReturnValue) == 0x000001, "Member 'BPC_InteractFXComponent_C_DetermineUIHighlightState::CallFunc_IsInGameWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_DetermineUIHighlightState, K2Node_SwitchEnum_CmpSuccess) == 0x000002, "Member 'BPC_InteractFXComponent_C_DetermineUIHighlightState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_DetermineUIHighlightState, Temp_bool_Variable) == 0x000003, "Member 'BPC_InteractFXComponent_C_DetermineUIHighlightState::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_DetermineUIHighlightState, K2Node_Select_Default) == 0x000004, "Member 'BPC_InteractFXComponent_C_DetermineUIHighlightState::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_DetermineUIHighlightState, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000008, "Member 'BPC_InteractFXComponent_C_DetermineUIHighlightState::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_DetermineUIHighlightState, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BPC_InteractFXComponent_C_DetermineUIHighlightState::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates \ static_assert(alignof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates"); \ static_assert(sizeof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates) == 0x0000C0, "Wrong size on BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000028, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_GetSceneRoot_OutSceneRoot) == 0x000038, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_GetSceneRoot_OutSceneRoot' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_GetHighlightSceneRoot_ReturnValue) == 0x000040, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_GetHighlightSceneRoot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_GetHighlightBillboard_ReturnValue) == 0x000048, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_GetHighlightBillboard_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_GetHighlightFarCollision_ReturnValue) == 0x000050, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_GetHighlightFarCollision_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_GetOwner_ReturnValue_1) == 0x000058, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_GetOwner_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, K2Node_DynamicCast_AsBPI_Interact_FXInterface) == 0x000060, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::K2Node_DynamicCast_AsBPI_Interact_FXInterface' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, K2Node_DynamicCast_bSuccess) == 0x000070, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_GetOwner_ReturnValue_2) == 0x000078, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_GetOwner_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_DoesImplementInterface_ReturnValue) == 0x000080, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_DoesImplementInterface_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, CallFunc_GetOwner_ReturnValue_3) == 0x000088, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::CallFunc_GetOwner_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, K2Node_DynamicCast_AsPHInteractable_Base) == 0x000090, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::K2Node_DynamicCast_AsPHInteractable_Base' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, K2Node_DynamicCast_bSuccess_1) == 0x000098, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, K2Node_CreateDelegate_OutputDelegate) == 0x00009C, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000AC, "Member 'BPC_InteractFXComponent_C_CacheInteractableVarsAndBindDelegates::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_OnLoadingVideoFadeInStarted \ static_assert(alignof(BPC_InteractFXComponent_C_OnLoadingVideoFadeInStarted) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_OnLoadingVideoFadeInStarted"); \ static_assert(sizeof(BPC_InteractFXComponent_C_OnLoadingVideoFadeInStarted) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_OnLoadingVideoFadeInStarted"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnLoadingVideoFadeInStarted, Sender) == 0x000000, "Member 'BPC_InteractFXComponent_C_OnLoadingVideoFadeInStarted::Sender' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnLoadingVideoFadeInStarted, Event) == 0x000008, "Member 'BPC_InteractFXComponent_C_OnLoadingVideoFadeInStarted::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_OnLoadingVideoFinished \ static_assert(alignof(BPC_InteractFXComponent_C_OnLoadingVideoFinished) == 0x000008, "Wrong alignment on BPC_InteractFXComponent_C_OnLoadingVideoFinished"); \ static_assert(sizeof(BPC_InteractFXComponent_C_OnLoadingVideoFinished) == 0x000010, "Wrong size on BPC_InteractFXComponent_C_OnLoadingVideoFinished"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnLoadingVideoFinished, Sender) == 0x000000, "Member 'BPC_InteractFXComponent_C_OnLoadingVideoFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BPC_InteractFXComponent_C_OnLoadingVideoFinished, Event) == 0x000008, "Member 'BPC_InteractFXComponent_C_OnLoadingVideoFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_InteractFXComponent_C_IsPlayerInUIHighlightFarCollision \ static_assert(alignof(BPC_InteractFXComponent_C_IsPlayerInUIHighlightFarCollision) == 0x000001, "Wrong alignment on BPC_InteractFXComponent_C_IsPlayerInUIHighlightFarCollision"); \ static_assert(sizeof(BPC_InteractFXComponent_C_IsPlayerInUIHighlightFarCollision) == 0x000001, "Wrong size on BPC_InteractFXComponent_C_IsPlayerInUIHighlightFarCollision"); \ static_assert(offsetof(BPC_InteractFXComponent_C_IsPlayerInUIHighlightFarCollision, Result) == 0x000000, "Member 'BPC_InteractFXComponent_C_IsPlayerInUIHighlightFarCollision::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPC_InteractFXComponent_C \ static_assert(alignof(UBPC_InteractFXComponent_C) == 0x000008, "Wrong alignment on UBPC_InteractFXComponent_C"); \ static_assert(sizeof(UBPC_InteractFXComponent_C) == 0x000278, "Wrong size on UBPC_InteractFXComponent_C"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UberGraphFrame) == 0x0000B8, "Member 'UBPC_InteractFXComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, ProgressionItemAudioEnabled) == 0x0000C0, "Member 'UBPC_InteractFXComponent_C::ProgressionItemAudioEnabled' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, PlayPathfindingAudio) == 0x0000C1, "Member 'UBPC_InteractFXComponent_C::PlayPathfindingAudio' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, PlayObjectiveCompleteAudio) == 0x0000C2, "Member 'UBPC_InteractFXComponent_C::PlayObjectiveCompleteAudio' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, PlayObjectiveTriangleUISound) == 0x0000C3, "Member 'UBPC_InteractFXComponent_C::PlayObjectiveTriangleUISound' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, ProgressionItemSound_Finding) == 0x0000C8, "Member 'UBPC_InteractFXComponent_C::ProgressionItemSound_Finding' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, ProgressionItemSoundVolume) == 0x0000D0, "Member 'UBPC_InteractFXComponent_C::ProgressionItemSoundVolume' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, ProgressionItemSoundPitch) == 0x0000D4, "Member 'UBPC_InteractFXComponent_C::ProgressionItemSoundPitch' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, ProgressionItemSoundATT_Finding) == 0x0000D8, "Member 'UBPC_InteractFXComponent_C::ProgressionItemSoundATT_Finding' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, ProgressionItemSound_Found) == 0x0000E0, "Member 'UBPC_InteractFXComponent_C::ProgressionItemSound_Found' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, FadeOutFindingDur) == 0x0000E8, "Member 'UBPC_InteractFXComponent_C::FadeOutFindingDur' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, ProgressionItemFX) == 0x0000EC, "Member 'UBPC_InteractFXComponent_C::ProgressionItemFX' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, InteractableMeshes) == 0x0000F0, "Member 'UBPC_InteractFXComponent_C::InteractableMeshes' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, OutlineMeshes) == 0x000100, "Member 'UBPC_InteractFXComponent_C::OutlineMeshes' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, Enable_Interact_Shimmer_FX) == 0x000110, "Member 'UBPC_InteractFXComponent_C::Enable_Interact_Shimmer_FX' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, Can_Interact_Externally) == 0x000111, "Member 'UBPC_InteractFXComponent_C::Can_Interact_Externally' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, OutlineMaterial) == 0x000118, "Member 'UBPC_InteractFXComponent_C::OutlineMaterial' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, External_Interact_Distance) == 0x000120, "Member 'UBPC_InteractFXComponent_C::External_Interact_Distance' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, EnableUIHighlight) == 0x000124, "Member 'UBPC_InteractFXComponent_C::EnableUIHighlight' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, HasPersistentInteractableStateDEPRECATED) == 0x000125, "Member 'UBPC_InteractFXComponent_C::HasPersistentInteractableStateDEPRECATED' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, OnFirsPersistentInteractEventsDEPRECATED) == 0x000128, "Member 'UBPC_InteractFXComponent_C::OnFirsPersistentInteractEventsDEPRECATED' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, EnableClippingFix) == 0x000138, "Member 'UBPC_InteractFXComponent_C::EnableClippingFix' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, ClippingFixCachedMIDs) == 0x000140, "Member 'UBPC_InteractFXComponent_C::ClippingFixCachedMIDs' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, ClippingFixMeshes) == 0x000150, "Member 'UBPC_InteractFXComponent_C::ClippingFixMeshes' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, bUseInitialPassiveCrosshair) == 0x000160, "Member 'UBPC_InteractFXComponent_C::bUseInitialPassiveCrosshair' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, bUseActiveAsInitialPassiveCrosshair) == 0x000161, "Member 'UBPC_InteractFXComponent_C::bUseActiveAsInitialPassiveCrosshair' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, InitialPassiveCrosshair) == 0x000168, "Member 'UBPC_InteractFXComponent_C::InitialPassiveCrosshair' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, DefaultPassiveCrosshair) == 0x000198, "Member 'UBPC_InteractFXComponent_C::DefaultPassiveCrosshair' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, bUsingInitialPassiveCrosshair) == 0x0001C8, "Member 'UBPC_InteractFXComponent_C::bUsingInitialPassiveCrosshair' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UI_HighlightLocatingMethod) == 0x0001C9, "Member 'UBPC_InteractFXComponent_C::UI_HighlightLocatingMethod' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UIBillboardMID) == 0x0001D0, "Member 'UBPC_InteractFXComponent_C::UIBillboardMID' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UIBillboardMID_DOTParam) == 0x0001D8, "Member 'UBPC_InteractFXComponent_C::UIBillboardMID_DOTParam' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UIBillboardMID_IconParam) == 0x0001E0, "Member 'UBPC_InteractFXComponent_C::UIBillboardMID_IconParam' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UIBillboardMID_IconTextureParam) == 0x0001E8, "Member 'UBPC_InteractFXComponent_C::UIBillboardMID_IconTextureParam' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UIBillboardMID_DepthOffsetParm) == 0x0001F0, "Member 'UBPC_InteractFXComponent_C::UIBillboardMID_DepthOffsetParm' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UIBillboardIcon_Timeline_StartValue) == 0x0001F8, "Member 'UBPC_InteractFXComponent_C::UIBillboardIcon_Timeline_StartValue' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UIBillboardIcon_Timeline_TargetValue) == 0x0001FC, "Member 'UBPC_InteractFXComponent_C::UIBillboardIcon_Timeline_TargetValue' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UIBillboardDOT_Timeline_StartValue) == 0x000200, "Member 'UBPC_InteractFXComponent_C::UIBillboardDOT_Timeline_StartValue' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UIBillboardDOT_Timeline_TargetValue) == 0x000204, "Member 'UBPC_InteractFXComponent_C::UIBillboardDOT_Timeline_TargetValue' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UIBillboardTransitionTime) == 0x000208, "Member 'UBPC_InteractFXComponent_C::UIBillboardTransitionTime' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UI_HighlightMaxAutoPlacementHeight) == 0x00020C, "Member 'UBPC_InteractFXComponent_C::UI_HighlightMaxAutoPlacementHeight' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UI_HighlightDepthOffsetOverride) == 0x000210, "Member 'UBPC_InteractFXComponent_C::UI_HighlightDepthOffsetOverride' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UI_HighlightCurrentState) == 0x000214, "Member 'UBPC_InteractFXComponent_C::UI_HighlightCurrentState' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, PlayerInUIHighlightFarCollision) == 0x000215, "Member 'UBPC_InteractFXComponent_C::PlayerInUIHighlightFarCollision' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UI_HighlightProgItemFXPassiveEnable) == 0x000216, "Member 'UBPC_InteractFXComponent_C::UI_HighlightProgItemFXPassiveEnable' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, UI_HIghlightStaticMeshLocation) == 0x000218, "Member 'UBPC_InteractFXComponent_C::UI_HIghlightStaticMeshLocation' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, CachedSceneRoot) == 0x000220, "Member 'UBPC_InteractFXComponent_C::CachedSceneRoot' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, CachedInteractable) == 0x000228, "Member 'UBPC_InteractFXComponent_C::CachedInteractable' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, CachedAbilitySystemComponent) == 0x000230, "Member 'UBPC_InteractFXComponent_C::CachedAbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, HighlightIcon_TimelineTask) == 0x000238, "Member 'UBPC_InteractFXComponent_C::HighlightIcon_TimelineTask' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, HighlightDOT_TimelineTask) == 0x000240, "Member 'UBPC_InteractFXComponent_C::HighlightDOT_TimelineTask' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, CachedInteractFXInterface) == 0x000248, "Member 'UBPC_InteractFXComponent_C::CachedInteractFXInterface' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, CachedHighlightFarCollision) == 0x000258, "Member 'UBPC_InteractFXComponent_C::CachedHighlightFarCollision' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, CachedHighlightBillboard) == 0x000260, "Member 'UBPC_InteractFXComponent_C::CachedHighlightBillboard' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, CachedHighlightSceneRoot) == 0x000268, "Member 'UBPC_InteractFXComponent_C::CachedHighlightSceneRoot' has a wrong offset!"); \ static_assert(offsetof(UBPC_InteractFXComponent_C, bCheckFarCollisionOnStart) == 0x000270, "Member 'UBPC_InteractFXComponent_C::bCheckFarCollisionOnStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD \ static_assert(alignof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD) == 0x000008, "Wrong alignment on BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD"); \ static_assert(sizeof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD) == 0x000070, "Wrong size on BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, EntryPoint) == 0x000000, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_IsValid_ReturnValue) == 0x000006, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_GetVisibility_ReturnValue) == 0x000007, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00000C, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, K2Node_Event_SizeX) == 0x000010, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::K2Node_Event_SizeX' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, K2Node_Event_SizeY) == 0x000014, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::K2Node_Event_SizeY' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_GetVisibility_ReturnValue_1) == 0x000018, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000020, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000024, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000028, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_GetChangelistNumber_ReturnValue) == 0x000030, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_GetChangelistNumber_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_IsPlayInEditor_ReturnValue) == 0x000040, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_IsPlayInEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000058, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, Temp_bool_Variable) == 0x000060, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_Not_PreBool_ReturnValue_1) == 0x000061, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_BooleanOR_ReturnValue) == 0x000062, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_GetBuildConfiguration_ReturnValue) == 0x000063, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_GetBuildConfiguration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_BooleanOR_ReturnValue_1) == 0x000064, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000065, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_BooleanOR_ReturnValue_2) == 0x000066, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_Not_PreBool_ReturnValue_2) == 0x000067, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_Not_PreBool_ReturnValue_3) == 0x000068, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_BooleanAND_ReturnValue_1) == 0x000069, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD, CallFunc_BooleanAND_ReturnValue_2) == 0x00006A, "Member 'BP_PHHUD_C_ExecuteUbergraph_BP_PHHUD::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_ReceiveDrawHUD \ static_assert(alignof(BP_PHHUD_C_ReceiveDrawHUD) == 0x000004, "Wrong alignment on BP_PHHUD_C_ReceiveDrawHUD"); \ static_assert(sizeof(BP_PHHUD_C_ReceiveDrawHUD) == 0x000008, "Wrong size on BP_PHHUD_C_ReceiveDrawHUD"); \ static_assert(offsetof(BP_PHHUD_C_ReceiveDrawHUD, SizeX) == 0x000000, "Member 'BP_PHHUD_C_ReceiveDrawHUD::SizeX' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_ReceiveDrawHUD, SizeY) == 0x000004, "Member 'BP_PHHUD_C_ReceiveDrawHUD::SizeY' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_ReceiveTick \ static_assert(alignof(BP_PHHUD_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_PHHUD_C_ReceiveTick"); \ static_assert(sizeof(BP_PHHUD_C_ReceiveTick) == 0x000004, "Wrong size on BP_PHHUD_C_ReceiveTick"); \ static_assert(offsetof(BP_PHHUD_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_PHHUD_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_OnPlayerInventoryAddedEvent \ static_assert(alignof(BP_PHHUD_C_OnPlayerInventoryAddedEvent) == 0x000008, "Wrong alignment on BP_PHHUD_C_OnPlayerInventoryAddedEvent"); \ static_assert(sizeof(BP_PHHUD_C_OnPlayerInventoryAddedEvent) == 0x000060, "Wrong size on BP_PHHUD_C_OnPlayerInventoryAddedEvent"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryAddedEvent, Sender) == 0x000000, "Member 'BP_PHHUD_C_OnPlayerInventoryAddedEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryAddedEvent, Event) == 0x000008, "Member 'BP_PHHUD_C_OnPlayerInventoryAddedEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryAddedEvent, LocalOnInventoryItemAddedEvent) == 0x000010, "Member 'BP_PHHUD_C_OnPlayerInventoryAddedEvent::LocalOnInventoryItemAddedEvent' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryAddedEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000018, "Member 'BP_PHHUD_C_OnPlayerInventoryAddedEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryAddedEvent, K2Node_DynamicCast_AsBPE_Player_on_Inventory_Item_Added) == 0x000020, "Member 'BP_PHHUD_C_OnPlayerInventoryAddedEvent::K2Node_DynamicCast_AsBPE_Player_on_Inventory_Item_Added' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryAddedEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PHHUD_C_OnPlayerInventoryAddedEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryAddedEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_PHHUD_C_OnPlayerInventoryAddedEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryAddedEvent, CallFunc_ToString_ReturnValue) == 0x000030, "Member 'BP_PHHUD_C_OnPlayerInventoryAddedEvent::CallFunc_ToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryAddedEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_PHHUD_C_OnPlayerInventoryAddedEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryAddedEvent, K2Node_DynamicCast_AsBP_Base_Player_Inventory_Item) == 0x000050, "Member 'BP_PHHUD_C_OnPlayerInventoryAddedEvent::K2Node_DynamicCast_AsBP_Base_Player_Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryAddedEvent, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BP_PHHUD_C_OnPlayerInventoryAddedEvent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_SendHUDInvStatusMsgEvent \ static_assert(alignof(BP_PHHUD_C_SendHUDInvStatusMsgEvent) == 0x000008, "Wrong alignment on BP_PHHUD_C_SendHUDInvStatusMsgEvent"); \ static_assert(sizeof(BP_PHHUD_C_SendHUDInvStatusMsgEvent) == 0x000030, "Wrong size on BP_PHHUD_C_SendHUDInvStatusMsgEvent"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDInvStatusMsgEvent, HudInventoryStatus) == 0x000000, "Member 'BP_PHHUD_C_SendHUDInvStatusMsgEvent::HudInventoryStatus' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDInvStatusMsgEvent, InventoryItemText) == 0x000008, "Member 'BP_PHHUD_C_SendHUDInvStatusMsgEvent::InventoryItemText' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDInvStatusMsgEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000020, "Member 'BP_PHHUD_C_SendHUDInvStatusMsgEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDInvStatusMsgEvent, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_PHHUD_C_SendHUDInvStatusMsgEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_SendHUDInvStatusIconMsgEvent \ static_assert(alignof(BP_PHHUD_C_SendHUDInvStatusIconMsgEvent) == 0x000008, "Wrong alignment on BP_PHHUD_C_SendHUDInvStatusIconMsgEvent"); \ static_assert(sizeof(BP_PHHUD_C_SendHUDInvStatusIconMsgEvent) == 0x000020, "Wrong size on BP_PHHUD_C_SendHUDInvStatusIconMsgEvent"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDInvStatusIconMsgEvent, HudInventoryStatus) == 0x000000, "Member 'BP_PHHUD_C_SendHUDInvStatusIconMsgEvent::HudInventoryStatus' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDInvStatusIconMsgEvent, InventoryItemIcon) == 0x000008, "Member 'BP_PHHUD_C_SendHUDInvStatusIconMsgEvent::InventoryItemIcon' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDInvStatusIconMsgEvent, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_PHHUD_C_SendHUDInvStatusIconMsgEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDInvStatusIconMsgEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000018, "Member 'BP_PHHUD_C_SendHUDInvStatusIconMsgEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_OnPlayerInventoryRemovedEvent \ static_assert(alignof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent) == 0x000008, "Wrong alignment on BP_PHHUD_C_OnPlayerInventoryRemovedEvent"); \ static_assert(sizeof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent) == 0x000070, "Wrong size on BP_PHHUD_C_OnPlayerInventoryRemovedEvent"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, Sender) == 0x000000, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, Event) == 0x000008, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, LocalPlayerInvItemRemovedEvent) == 0x000010, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::LocalPlayerInvItemRemovedEvent' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, K2Node_DynamicCast_AsBPE_Player_on_Inventory_Item_Removed) == 0x000020, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::K2Node_DynamicCast_AsBPE_Player_on_Inventory_Item_Removed' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000030, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000038, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, CallFunc_ToString_ReturnValue) == 0x000040, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::CallFunc_ToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, K2Node_DynamicCast_AsBP_Base_Player_Inventory_Item) == 0x000060, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::K2Node_DynamicCast_AsBP_Base_Player_Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerInventoryRemovedEvent, K2Node_DynamicCast_bSuccess_1) == 0x000068, "Member 'BP_PHHUD_C_OnPlayerInventoryRemovedEvent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_OnMicrofilmInventoryItemSet \ static_assert(alignof(BP_PHHUD_C_OnMicrofilmInventoryItemSet) == 0x000008, "Wrong alignment on BP_PHHUD_C_OnMicrofilmInventoryItemSet"); \ static_assert(sizeof(BP_PHHUD_C_OnMicrofilmInventoryItemSet) == 0x000060, "Wrong size on BP_PHHUD_C_OnMicrofilmInventoryItemSet"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, Sender) == 0x000000, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, Event) == 0x000008, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, LocalMicrofilmInvItem) == 0x000010, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::LocalMicrofilmInvItem' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, LocalMicrofilmOnInvItemSet) == 0x000018, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::LocalMicrofilmOnInvItemSet' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, K2Node_DynamicCast_AsBPE_Microfilm_on_Inventory_Item_Set) == 0x000020, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::K2Node_DynamicCast_AsBPE_Microfilm_on_Inventory_Item_Set' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, CallFunc_GetMicrofilmStatus_CurrMicrofilmStatus) == 0x000029, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::CallFunc_GetMicrofilmStatus_CurrMicrofilmStatus' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, K2Node_SwitchEnum_CmpSuccess) == 0x00002A, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, CallFunc_Not_PreBool_ReturnValue) == 0x00002B, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, CallFunc_ToString_ReturnValue) == 0x000030, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::CallFunc_ToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, K2Node_DynamicCast_AsBP_Base_Microfilm_Inventory_Item) == 0x000050, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::K2Node_DynamicCast_AsBP_Base_Microfilm_Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryItemSet, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BP_PHHUD_C_OnMicrofilmInventoryItemSet::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_OnMicrofilmInventoryRemoved \ static_assert(alignof(BP_PHHUD_C_OnMicrofilmInventoryRemoved) == 0x000008, "Wrong alignment on BP_PHHUD_C_OnMicrofilmInventoryRemoved"); \ static_assert(sizeof(BP_PHHUD_C_OnMicrofilmInventoryRemoved) == 0x000060, "Wrong size on BP_PHHUD_C_OnMicrofilmInventoryRemoved"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryRemoved, Sender) == 0x000000, "Member 'BP_PHHUD_C_OnMicrofilmInventoryRemoved::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryRemoved, Event) == 0x000008, "Member 'BP_PHHUD_C_OnMicrofilmInventoryRemoved::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryRemoved, LocalMicrofilmInvItem) == 0x000010, "Member 'BP_PHHUD_C_OnMicrofilmInventoryRemoved::LocalMicrofilmInvItem' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryRemoved, LocalOnMicrofilmInvRemovedEvent) == 0x000018, "Member 'BP_PHHUD_C_OnMicrofilmInventoryRemoved::LocalOnMicrofilmInvRemovedEvent' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryRemoved, K2Node_DynamicCast_AsBPE_Microfilm_on_Inventory_Item_Removed) == 0x000020, "Member 'BP_PHHUD_C_OnMicrofilmInventoryRemoved::K2Node_DynamicCast_AsBPE_Microfilm_on_Inventory_Item_Removed' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryRemoved, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PHHUD_C_OnMicrofilmInventoryRemoved::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryRemoved, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'BP_PHHUD_C_OnMicrofilmInventoryRemoved::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryRemoved, K2Node_DynamicCast_AsBP_Base_Microfilm_Inventory_Item) == 0x000030, "Member 'BP_PHHUD_C_OnMicrofilmInventoryRemoved::K2Node_DynamicCast_AsBP_Base_Microfilm_Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryRemoved, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_PHHUD_C_OnMicrofilmInventoryRemoved::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryRemoved, CallFunc_ToString_ReturnValue) == 0x000040, "Member 'BP_PHHUD_C_OnMicrofilmInventoryRemoved::CallFunc_ToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnMicrofilmInventoryRemoved, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_PHHUD_C_OnMicrofilmInventoryRemoved::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent \ static_assert(alignof(BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent) == 0x000008, "Wrong alignment on BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent"); \ static_assert(sizeof(BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent) == 0x000038, "Wrong size on BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent, ObjectiveStatus) == 0x000000, "Member 'BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent::ObjectiveStatus' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent, ObjectiveItemText) == 0x000008, "Member 'BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent::ObjectiveItemText' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent, ObjectiveOptional) == 0x000020, "Member 'BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent::ObjectiveOptional' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent, ObjectiveAnimType) == 0x000021, "Member 'BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent::ObjectiveAnimType' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent, ObjectiveHasReminder) == 0x000022, "Member 'BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent::ObjectiveHasReminder' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000028, "Member 'BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_PHHUD_C_SendHUDObjectiveStatusMsgEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_OnPlayerTaskStatusChanged \ static_assert(alignof(BP_PHHUD_C_OnPlayerTaskStatusChanged) == 0x000008, "Wrong alignment on BP_PHHUD_C_OnPlayerTaskStatusChanged"); \ static_assert(sizeof(BP_PHHUD_C_OnPlayerTaskStatusChanged) == 0x000038, "Wrong size on BP_PHHUD_C_OnPlayerTaskStatusChanged"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerTaskStatusChanged, Sender) == 0x000000, "Member 'BP_PHHUD_C_OnPlayerTaskStatusChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerTaskStatusChanged, Event) == 0x000008, "Member 'BP_PHHUD_C_OnPlayerTaskStatusChanged::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerTaskStatusChanged, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'BP_PHHUD_C_OnPlayerTaskStatusChanged::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerTaskStatusChanged, K2Node_DynamicCast_AsBPE_on_Player_Task_Status_Changed) == 0x000018, "Member 'BP_PHHUD_C_OnPlayerTaskStatusChanged::K2Node_DynamicCast_AsBPE_on_Player_Task_Status_Changed' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerTaskStatusChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PHHUD_C_OnPlayerTaskStatusChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerTaskStatusChanged, K2Node_DynamicCast_AsBP_Player_Task_Base) == 0x000028, "Member 'BP_PHHUD_C_OnPlayerTaskStatusChanged::K2Node_DynamicCast_AsBP_Player_Task_Base' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerTaskStatusChanged, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_PHHUD_C_OnPlayerTaskStatusChanged::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPlayerTaskStatusChanged, K2Node_SwitchEnum_CmpSuccess) == 0x000031, "Member 'BP_PHHUD_C_OnPlayerTaskStatusChanged::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_OnObjectiveStatusChanged \ static_assert(alignof(BP_PHHUD_C_OnObjectiveStatusChanged) == 0x000008, "Wrong alignment on BP_PHHUD_C_OnObjectiveStatusChanged"); \ static_assert(sizeof(BP_PHHUD_C_OnObjectiveStatusChanged) == 0x000038, "Wrong size on BP_PHHUD_C_OnObjectiveStatusChanged"); \ static_assert(offsetof(BP_PHHUD_C_OnObjectiveStatusChanged, Sender) == 0x000000, "Member 'BP_PHHUD_C_OnObjectiveStatusChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnObjectiveStatusChanged, Event) == 0x000008, "Member 'BP_PHHUD_C_OnObjectiveStatusChanged::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnObjectiveStatusChanged, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'BP_PHHUD_C_OnObjectiveStatusChanged::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnObjectiveStatusChanged, K2Node_DynamicCast_AsBPE_on_Objective_Status_Changed) == 0x000018, "Member 'BP_PHHUD_C_OnObjectiveStatusChanged::K2Node_DynamicCast_AsBPE_on_Objective_Status_Changed' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnObjectiveStatusChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PHHUD_C_OnObjectiveStatusChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnObjectiveStatusChanged, CallFunc_IsOptional_ReturnValue) == 0x000021, "Member 'BP_PHHUD_C_OnObjectiveStatusChanged::CallFunc_IsOptional_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnObjectiveStatusChanged, K2Node_DynamicCast_AsBP_Objective_Base) == 0x000028, "Member 'BP_PHHUD_C_OnObjectiveStatusChanged::K2Node_DynamicCast_AsBP_Objective_Base' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnObjectiveStatusChanged, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_PHHUD_C_OnObjectiveStatusChanged::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnObjectiveStatusChanged, K2Node_SwitchEnum_CmpSuccess) == 0x000031, "Member 'BP_PHHUD_C_OnObjectiveStatusChanged::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_OnPossessPawn \ static_assert(alignof(BP_PHHUD_C_OnPossessPawn) == 0x000008, "Wrong alignment on BP_PHHUD_C_OnPossessPawn"); \ static_assert(sizeof(BP_PHHUD_C_OnPossessPawn) == 0x000028, "Wrong size on BP_PHHUD_C_OnPossessPawn"); \ static_assert(offsetof(BP_PHHUD_C_OnPossessPawn, CallFunc_GetOwningPawn_ReturnValue) == 0x000000, "Member 'BP_PHHUD_C_OnPossessPawn::CallFunc_GetOwningPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPossessPawn, K2Node_DynamicCast_AsBP_Player_Character) == 0x000008, "Member 'BP_PHHUD_C_OnPossessPawn::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPossessPawn, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_PHHUD_C_OnPossessPawn::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPossessPawn, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'BP_PHHUD_C_OnPossessPawn::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPossessPawn, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_PHHUD_C_OnPossessPawn::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPossessPawn, CallFunc_GetOwningPlayerController_ReturnValue) == 0x000018, "Member 'BP_PHHUD_C_OnPossessPawn::CallFunc_GetOwningPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnPossessPawn, CallFunc_Create_ReturnValue) == 0x000020, "Member 'BP_PHHUD_C_OnPossessPawn::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_RegisterEvents \ static_assert(alignof(BP_PHHUD_C_RegisterEvents) == 0x000004, "Wrong alignment on BP_PHHUD_C_RegisterEvents"); \ static_assert(sizeof(BP_PHHUD_C_RegisterEvents) == 0x000090, "Wrong size on BP_PHHUD_C_RegisterEvents"); \ static_assert(offsetof(BP_PHHUD_C_RegisterEvents, K2Node_EOCreateEvent_OutputDelegate) == 0x000000, "Member 'BP_PHHUD_C_RegisterEvents::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_RegisterEvents, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000010, "Member 'BP_PHHUD_C_RegisterEvents::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_RegisterEvents, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000020, "Member 'BP_PHHUD_C_RegisterEvents::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_RegisterEvents, K2Node_EOCreateEvent_OutputDelegate_3) == 0x000030, "Member 'BP_PHHUD_C_RegisterEvents::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_RegisterEvents, K2Node_EOCreateEvent_OutputDelegate_4) == 0x000040, "Member 'BP_PHHUD_C_RegisterEvents::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_RegisterEvents, K2Node_EOCreateEvent_OutputDelegate_5) == 0x000050, "Member 'BP_PHHUD_C_RegisterEvents::K2Node_EOCreateEvent_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_RegisterEvents, K2Node_EOCreateEvent_OutputDelegate_6) == 0x000060, "Member 'BP_PHHUD_C_RegisterEvents::K2Node_EOCreateEvent_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_RegisterEvents, K2Node_EOCreateEvent_OutputDelegate_7) == 0x000070, "Member 'BP_PHHUD_C_RegisterEvents::K2Node_EOCreateEvent_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_RegisterEvents, K2Node_EOCreateEvent_OutputDelegate_8) == 0x000080, "Member 'BP_PHHUD_C_RegisterEvents::K2Node_EOCreateEvent_OutputDelegate_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_OnHUDToggleEvent \ static_assert(alignof(BP_PHHUD_C_OnHUDToggleEvent) == 0x000008, "Wrong alignment on BP_PHHUD_C_OnHUDToggleEvent"); \ static_assert(sizeof(BP_PHHUD_C_OnHUDToggleEvent) == 0x000098, "Wrong size on BP_PHHUD_C_OnHUDToggleEvent"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, Sender) == 0x000000, "Member 'BP_PHHUD_C_OnHUDToggleEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, Event) == 0x000008, "Member 'BP_PHHUD_C_OnHUDToggleEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, LocalSenderName) == 0x000010, "Member 'BP_PHHUD_C_OnHUDToggleEvent::LocalSenderName' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, K2Node_DynamicCast_AsBPE_Global_HUD_Toggle) == 0x000020, "Member 'BP_PHHUD_C_OnHUDToggleEvent::K2Node_DynamicCast_AsBPE_Global_HUD_Toggle' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PHHUD_C_OnHUDToggleEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, CallFunc_GetPathName_ReturnValue) == 0x000030, "Member 'BP_PHHUD_C_OnHUDToggleEvent::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_PHHUD_C_OnHUDToggleEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, CallFunc_Conv_BoolToString_ReturnValue) == 0x000050, "Member 'BP_PHHUD_C_OnHUDToggleEvent::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_PHHUD_C_OnHUDToggleEvent::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'BP_PHHUD_C_OnHUDToggleEvent::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, CallFunc_GetPathName_ReturnValue_1) == 0x000080, "Member 'BP_PHHUD_C_OnHUDToggleEvent::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnHUDToggleEvent, CallFunc_IsValid_ReturnValue) == 0x000090, "Member 'BP_PHHUD_C_OnHUDToggleEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_OnCrosshairToggle \ static_assert(alignof(BP_PHHUD_C_OnCrosshairToggle) == 0x000008, "Wrong alignment on BP_PHHUD_C_OnCrosshairToggle"); \ static_assert(sizeof(BP_PHHUD_C_OnCrosshairToggle) == 0x000098, "Wrong size on BP_PHHUD_C_OnCrosshairToggle"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, Sender) == 0x000000, "Member 'BP_PHHUD_C_OnCrosshairToggle::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, Event) == 0x000008, "Member 'BP_PHHUD_C_OnCrosshairToggle::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, LocalSenderName) == 0x000010, "Member 'BP_PHHUD_C_OnCrosshairToggle::LocalSenderName' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, K2Node_DynamicCast_AsBPE_Global_HUD_Crosshair_Toggle) == 0x000020, "Member 'BP_PHHUD_C_OnCrosshairToggle::K2Node_DynamicCast_AsBPE_Global_HUD_Crosshair_Toggle' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_PHHUD_C_OnCrosshairToggle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, CallFunc_GetPathName_ReturnValue) == 0x000030, "Member 'BP_PHHUD_C_OnCrosshairToggle::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, CallFunc_Conv_BoolToString_ReturnValue) == 0x000040, "Member 'BP_PHHUD_C_OnCrosshairToggle::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_PHHUD_C_OnCrosshairToggle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'BP_PHHUD_C_OnCrosshairToggle::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'BP_PHHUD_C_OnCrosshairToggle::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, CallFunc_GetPathName_ReturnValue_1) == 0x000078, "Member 'BP_PHHUD_C_OnCrosshairToggle::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCrosshairToggle, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'BP_PHHUD_C_OnCrosshairToggle::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_SetCrosshairVisibility \ static_assert(alignof(BP_PHHUD_C_SetCrosshairVisibility) == 0x000001, "Wrong alignment on BP_PHHUD_C_SetCrosshairVisibility"); \ static_assert(sizeof(BP_PHHUD_C_SetCrosshairVisibility) == 0x000002, "Wrong size on BP_PHHUD_C_SetCrosshairVisibility"); \ static_assert(offsetof(BP_PHHUD_C_SetCrosshairVisibility, NewVisibile) == 0x000000, "Member 'BP_PHHUD_C_SetCrosshairVisibility::NewVisibile' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetCrosshairVisibility, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_PHHUD_C_SetCrosshairVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_PHHUD_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_PHHUD_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_PHHUD_C_OnCheckpointLoadFinished) == 0x000020, "Wrong size on BP_PHHUD_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_PHHUD_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_PHHUD_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_PHHUD_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCheckpointLoadFinished, K2Node_DynamicCast_AsPHE_on_Checkpoint_Load_Finished) == 0x000010, "Member 'BP_PHHUD_C_OnCheckpointLoadFinished::K2Node_DynamicCast_AsPHE_on_Checkpoint_Load_Finished' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OnCheckpointLoadFinished, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PHHUD_C_OnCheckpointLoadFinished::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_ReceiveDestroyed \ static_assert(alignof(BP_PHHUD_C_ReceiveDestroyed) == 0x000001, "Wrong alignment on BP_PHHUD_C_ReceiveDestroyed"); \ static_assert(sizeof(BP_PHHUD_C_ReceiveDestroyed) == 0x000001, "Wrong size on BP_PHHUD_C_ReceiveDestroyed"); \ static_assert(offsetof(BP_PHHUD_C_ReceiveDestroyed, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_PHHUD_C_ReceiveDestroyed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_SetForceCrosshairVisibility \ static_assert(alignof(BP_PHHUD_C_SetForceCrosshairVisibility) == 0x000001, "Wrong alignment on BP_PHHUD_C_SetForceCrosshairVisibility"); \ static_assert(sizeof(BP_PHHUD_C_SetForceCrosshairVisibility) == 0x000002, "Wrong size on BP_PHHUD_C_SetForceCrosshairVisibility"); \ static_assert(offsetof(BP_PHHUD_C_SetForceCrosshairVisibility, Visible) == 0x000000, "Member 'BP_PHHUD_C_SetForceCrosshairVisibility::Visible' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetForceCrosshairVisibility, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_PHHUD_C_SetForceCrosshairVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_SetCrosshairDisabled \ static_assert(alignof(BP_PHHUD_C_SetCrosshairDisabled) == 0x000001, "Wrong alignment on BP_PHHUD_C_SetCrosshairDisabled"); \ static_assert(sizeof(BP_PHHUD_C_SetCrosshairDisabled) == 0x000002, "Wrong size on BP_PHHUD_C_SetCrosshairDisabled"); \ static_assert(offsetof(BP_PHHUD_C_SetCrosshairDisabled, Disable) == 0x000000, "Member 'BP_PHHUD_C_SetCrosshairDisabled::Disable' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetCrosshairDisabled, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_PHHUD_C_SetCrosshairDisabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_SetHUDVisibility \ static_assert(alignof(BP_PHHUD_C_SetHUDVisibility) == 0x000001, "Wrong alignment on BP_PHHUD_C_SetHUDVisibility"); \ static_assert(sizeof(BP_PHHUD_C_SetHUDVisibility) == 0x000006, "Wrong size on BP_PHHUD_C_SetHUDVisibility"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDVisibility, NewVisibility) == 0x000000, "Member 'BP_PHHUD_C_SetHUDVisibility::NewVisibility' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDVisibility, CallFunc_GetVisibility_ReturnValue) == 0x000001, "Member 'BP_PHHUD_C_SetHUDVisibility::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDVisibility, CallFunc_GetVisibility_ReturnValue_1) == 0x000002, "Member 'BP_PHHUD_C_SetHUDVisibility::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDVisibility, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000003, "Member 'BP_PHHUD_C_SetHUDVisibility::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDVisibility, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000004, "Member 'BP_PHHUD_C_SetHUDVisibility::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDVisibility, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'BP_PHHUD_C_SetHUDVisibility::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_SetForceHideHUD \ static_assert(alignof(BP_PHHUD_C_SetForceHideHUD) == 0x000008, "Wrong alignment on BP_PHHUD_C_SetForceHideHUD"); \ static_assert(sizeof(BP_PHHUD_C_SetForceHideHUD) == 0x000060, "Wrong size on BP_PHHUD_C_SetForceHideHUD"); \ static_assert(offsetof(BP_PHHUD_C_SetForceHideHUD, Hide) == 0x000000, "Member 'BP_PHHUD_C_SetForceHideHUD::Hide' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetForceHideHUD, Hider) == 0x000008, "Member 'BP_PHHUD_C_SetForceHideHUD::Hider' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetForceHideHUD, CallFunc_GetShortenedName_ReturnValue) == 0x000010, "Member 'BP_PHHUD_C_SetForceHideHUD::CallFunc_GetShortenedName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetForceHideHUD, CallFunc_Conv_BoolToString_ReturnValue) == 0x000020, "Member 'BP_PHHUD_C_SetForceHideHUD::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetForceHideHUD, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_PHHUD_C_SetForceHideHUD::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetForceHideHUD, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_PHHUD_C_SetForceHideHUD::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetForceHideHUD, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'BP_PHHUD_C_SetForceHideHUD::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_SetHUDWidgetsDisabled \ static_assert(alignof(BP_PHHUD_C_SetHUDWidgetsDisabled) == 0x000001, "Wrong alignment on BP_PHHUD_C_SetHUDWidgetsDisabled"); \ static_assert(sizeof(BP_PHHUD_C_SetHUDWidgetsDisabled) == 0x000002, "Wrong size on BP_PHHUD_C_SetHUDWidgetsDisabled"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDWidgetsDisabled, Disable) == 0x000000, "Member 'BP_PHHUD_C_SetHUDWidgetsDisabled::Disable' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDWidgetsDisabled, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_PHHUD_C_SetHUDWidgetsDisabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_OpenInGameMenu \ static_assert(alignof(BP_PHHUD_C_OpenInGameMenu) == 0x000008, "Wrong alignment on BP_PHHUD_C_OpenInGameMenu"); \ static_assert(sizeof(BP_PHHUD_C_OpenInGameMenu) == 0x000080, "Wrong size on BP_PHHUD_C_OpenInGameMenu"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, Menu) == 0x000000, "Member 'BP_PHHUD_C_OpenInGameMenu::Menu' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, CurrentArticle) == 0x000008, "Member 'BP_PHHUD_C_OpenInGameMenu::CurrentArticle' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, ParentWidget) == 0x000020, "Member 'BP_PHHUD_C_OpenInGameMenu::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, WidgetToFocusOnClose) == 0x000028, "Member 'BP_PHHUD_C_OpenInGameMenu::WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, RemoveOnClose) == 0x000030, "Member 'BP_PHHUD_C_OpenInGameMenu::RemoveOnClose' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, NoPauseGame) == 0x000031, "Member 'BP_PHHUD_C_OpenInGameMenu::NoPauseGame' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, CallFunc_GetPlayerController_ReturnValue) == 0x000038, "Member 'BP_PHHUD_C_OpenInGameMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, CallFunc_Create_ReturnValue) == 0x000040, "Member 'BP_PHHUD_C_OpenInGameMenu::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_PHHUD_C_OpenInGameMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, CallFunc_IsValid_ReturnValue_1) == 0x000049, "Member 'BP_PHHUD_C_OpenInGameMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, CallFunc_GetPlayerController_ReturnValue_1) == 0x000050, "Member 'BP_PHHUD_C_OpenInGameMenu::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, CallFunc_Create_ReturnValue_1) == 0x000058, "Member 'BP_PHHUD_C_OpenInGameMenu::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, CallFunc_IsValid_ReturnValue_2) == 0x000060, "Member 'BP_PHHUD_C_OpenInGameMenu::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, CallFunc_GetPlayerController_ReturnValue_2) == 0x000068, "Member 'BP_PHHUD_C_OpenInGameMenu::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, CallFunc_Create_ReturnValue_2) == 0x000070, "Member 'BP_PHHUD_C_OpenInGameMenu::CallFunc_Create_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_OpenInGameMenu, K2Node_SwitchEnum_CmpSuccess) == 0x000078, "Member 'BP_PHHUD_C_OpenInGameMenu::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHHUD_C_SetHUDMenuVisibility \ static_assert(alignof(BP_PHHUD_C_SetHUDMenuVisibility) == 0x000008, "Wrong alignment on BP_PHHUD_C_SetHUDMenuVisibility"); \ static_assert(sizeof(BP_PHHUD_C_SetHUDMenuVisibility) == 0x000030, "Wrong size on BP_PHHUD_C_SetHUDMenuVisibility"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDMenuVisibility, NewVisibility) == 0x000000, "Member 'BP_PHHUD_C_SetHUDMenuVisibility::NewVisibility' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDMenuVisibility, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'BP_PHHUD_C_SetHUDMenuVisibility::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDMenuVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_PHHUD_C_SetHUDMenuVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHHUD_C_SetHUDMenuVisibility, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_PHHUD_C_SetHUDMenuVisibility::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PHHUD_C \ static_assert(alignof(ABP_PHHUD_C) == 0x000008, "Wrong alignment on ABP_PHHUD_C"); \ static_assert(sizeof(ABP_PHHUD_C) == 0x000378, "Wrong size on ABP_PHHUD_C"); \ static_assert(offsetof(ABP_PHHUD_C, UberGraphFrame) == 0x000320, "Member 'ABP_PHHUD_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, DefaultSceneRoot) == 0x000328, "Member 'ABP_PHHUD_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, HUDWidget) == 0x000330, "Member 'ABP_PHHUD_C::HUDWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, HUDInvStatusMsgEventInst) == 0x000338, "Member 'ABP_PHHUD_C::HUDInvStatusMsgEventInst' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, HUDInvStatusIconMsgEventInst) == 0x000340, "Member 'ABP_PHHUD_C::HUDInvStatusIconMsgEventInst' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, HUDObjectiveStatusMsgEventInst) == 0x000348, "Member 'ABP_PHHUD_C::HUDObjectiveStatusMsgEventInst' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, ShowHUDWidget) == 0x000350, "Member 'ABP_PHHUD_C::ShowHUDWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, ShowCrosshair) == 0x000351, "Member 'ABP_PHHUD_C::ShowCrosshair' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, InventoryWidget) == 0x000358, "Member 'ABP_PHHUD_C::InventoryWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, TextOverlayWidget) == 0x000360, "Member 'ABP_PHHUD_C::TextOverlayWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, CategorizedPauseMenuWidget) == 0x000368, "Member 'ABP_PHHUD_C::CategorizedPauseMenuWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, ForceHideHUDWidget) == 0x000370, "Member 'ABP_PHHUD_C::ForceHideHUDWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, HideCL) == 0x000371, "Member 'ABP_PHHUD_C::HideCL' has a wrong offset!"); \ static_assert(offsetof(ABP_PHHUD_C, HiddenByMenu) == 0x000372, "Member 'ABP_PHHUD_C::HiddenByMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch05_VideoFadeOutStarted_C \ static_assert(alignof(UBPE_Ch05_VideoFadeOutStarted_C) == 0x000008, "Wrong alignment on UBPE_Ch05_VideoFadeOutStarted_C"); \ static_assert(sizeof(UBPE_Ch05_VideoFadeOutStarted_C) == 0x000028, "Wrong size on UBPE_Ch05_VideoFadeOutStarted_C"); \ #define DUMPER7_ASSERTS_WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText \ static_assert(alignof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText) == 0x000008, "Wrong alignment on WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText"); \ static_assert(sizeof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText) == 0x000198, "Wrong size on WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, EntryPoint) == 0x000000, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, CallFunc_GetPathName_ReturnValue) == 0x000008, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, K2Node_Event_IsDesignTime) == 0x000028, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, K2Node_Event_MyGeometry) == 0x00002C, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, K2Node_Event_MouseEvent) == 0x000068, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::K2Node_Event_MouseEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, CallFunc_GetOwningPlayer_ReturnValue) == 0x0000E0, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, CallFunc_IsInputDisabled_Result) == 0x0000E8, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, CallFunc_IsInputDisabled_From) == 0x0000F0, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::CallFunc_IsInputDisabled_From' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, K2Node_Event_MouseEvent_1) == 0x0000F8, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::K2Node_Event_MouseEvent_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, CallFunc_GetPathName_ReturnValue_1) == 0x000170, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000180, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText, CallFunc_Not_PreBool_ReturnValue) == 0x000190, "Member 'WBP_CategoryText_C_ExecuteUbergraph_WBP_CategoryText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategoryText_C_OnMouseEnter \ static_assert(alignof(WBP_CategoryText_C_OnMouseEnter) == 0x000008, "Wrong alignment on WBP_CategoryText_C_OnMouseEnter"); \ static_assert(sizeof(WBP_CategoryText_C_OnMouseEnter) == 0x0000B0, "Wrong size on WBP_CategoryText_C_OnMouseEnter"); \ static_assert(offsetof(WBP_CategoryText_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'WBP_CategoryText_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'WBP_CategoryText_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategoryText_C_PreConstruct \ static_assert(alignof(WBP_CategoryText_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CategoryText_C_PreConstruct"); \ static_assert(sizeof(WBP_CategoryText_C_PreConstruct) == 0x000001, "Wrong size on WBP_CategoryText_C_PreConstruct"); \ static_assert(offsetof(WBP_CategoryText_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CategoryText_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategoryText_C_OnMouseLeave \ static_assert(alignof(WBP_CategoryText_C_OnMouseLeave) == 0x000008, "Wrong alignment on WBP_CategoryText_C_OnMouseLeave"); \ static_assert(sizeof(WBP_CategoryText_C_OnMouseLeave) == 0x000078, "Wrong size on WBP_CategoryText_C_OnMouseLeave"); \ static_assert(offsetof(WBP_CategoryText_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'WBP_CategoryText_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategoryText_C_UpdateText \ static_assert(alignof(WBP_CategoryText_C_UpdateText) == 0x000008, "Wrong alignment on WBP_CategoryText_C_UpdateText"); \ static_assert(sizeof(WBP_CategoryText_C_UpdateText) == 0x000130, "Wrong size on WBP_CategoryText_C_UpdateText"); \ static_assert(offsetof(WBP_CategoryText_C_UpdateText, CallFunc_TextToUpper_ReturnValue) == 0x000000, "Member 'WBP_CategoryText_C_UpdateText::CallFunc_TextToUpper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_UpdateText, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_CategoryText_C_UpdateText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_UpdateText, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'WBP_CategoryText_C_UpdateText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_UpdateText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000070, "Member 'WBP_CategoryText_C_UpdateText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_UpdateText, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B0, "Member 'WBP_CategoryText_C_UpdateText::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_UpdateText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000C8, "Member 'WBP_CategoryText_C_UpdateText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_UpdateText, K2Node_MakeArray_Array) == 0x000108, "Member 'WBP_CategoryText_C_UpdateText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_UpdateText, CallFunc_Format_ReturnValue) == 0x000118, "Member 'WBP_CategoryText_C_UpdateText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategoryText_C_SetText \ static_assert(alignof(WBP_CategoryText_C_SetText) == 0x000008, "Wrong alignment on WBP_CategoryText_C_SetText"); \ static_assert(sizeof(WBP_CategoryText_C_SetText) == 0x000018, "Wrong size on WBP_CategoryText_C_SetText"); \ static_assert(offsetof(WBP_CategoryText_C_SetText, Text) == 0x000000, "Member 'WBP_CategoryText_C_SetText::Text' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategoryText_C_SetNormalColor \ static_assert(alignof(WBP_CategoryText_C_SetNormalColor) == 0x000004, "Wrong alignment on WBP_CategoryText_C_SetNormalColor"); \ static_assert(sizeof(WBP_CategoryText_C_SetNormalColor) == 0x000010, "Wrong size on WBP_CategoryText_C_SetNormalColor"); \ static_assert(offsetof(WBP_CategoryText_C_SetNormalColor, K2Node_MakeStruct_LinearColor) == 0x000000, "Member 'WBP_CategoryText_C_SetNormalColor::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategoryText_C_SetHighlightColor \ static_assert(alignof(WBP_CategoryText_C_SetHighlightColor) == 0x000004, "Wrong alignment on WBP_CategoryText_C_SetHighlightColor"); \ static_assert(sizeof(WBP_CategoryText_C_SetHighlightColor) == 0x000010, "Wrong size on WBP_CategoryText_C_SetHighlightColor"); \ static_assert(offsetof(WBP_CategoryText_C_SetHighlightColor, K2Node_MakeStruct_LinearColor) == 0x000000, "Member 'WBP_CategoryText_C_SetHighlightColor::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CategoryText_C_IsInputDisabled \ static_assert(alignof(WBP_CategoryText_C_IsInputDisabled) == 0x000008, "Wrong alignment on WBP_CategoryText_C_IsInputDisabled"); \ static_assert(sizeof(WBP_CategoryText_C_IsInputDisabled) == 0x000020, "Wrong size on WBP_CategoryText_C_IsInputDisabled"); \ static_assert(offsetof(WBP_CategoryText_C_IsInputDisabled, Result) == 0x000000, "Member 'WBP_CategoryText_C_IsInputDisabled::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_IsInputDisabled, From) == 0x000008, "Member 'WBP_CategoryText_C_IsInputDisabled::From' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_IsInputDisabled, Loc_CurrParent) == 0x000010, "Member 'WBP_CategoryText_C_IsInputDisabled::Loc_CurrParent' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_IsInputDisabled, CallFunc_IsInputDisabled_Result) == 0x000018, "Member 'WBP_CategoryText_C_IsInputDisabled::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CategoryText_C_IsInputDisabled, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'WBP_CategoryText_C_IsInputDisabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_CategoryText_C \ static_assert(alignof(UWBP_CategoryText_C) == 0x000008, "Wrong alignment on UWBP_CategoryText_C"); \ static_assert(sizeof(UWBP_CategoryText_C) == 0x0002E0, "Wrong size on UWBP_CategoryText_C"); \ static_assert(offsetof(UWBP_CategoryText_C, UberGraphFrame) == 0x000260, "Member 'UWBP_CategoryText_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, CategoryButton) == 0x000268, "Member 'UWBP_CategoryText_C::CategoryButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, RichTextLabel) == 0x000270, "Member 'UWBP_CategoryText_C::RichTextLabel' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, LabelText) == 0x000278, "Member 'UWBP_CategoryText_C::LabelText' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, TagText) == 0x000290, "Member 'UWBP_CategoryText_C::TagText' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, EndTagText) == 0x0002A0, "Member 'UWBP_CategoryText_C::EndTagText' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, Selected) == 0x0002B0, "Member 'UWBP_CategoryText_C::Selected' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, Disabled) == 0x0002B1, "Member 'UWBP_CategoryText_C::Disabled' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, CategorySelected) == 0x0002B8, "Member 'UWBP_CategoryText_C::CategorySelected' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, CategoryIndex) == 0x0002C8, "Member 'UWBP_CategoryText_C::CategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, IsSubCategory) == 0x0002CC, "Member 'UWBP_CategoryText_C::IsSubCategory' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, HoverSfxAC) == 0x0002D0, "Member 'UWBP_CategoryText_C::HoverSfxAC' has a wrong offset!"); \ static_assert(offsetof(UWBP_CategoryText_C, ParentMenu) == 0x0002D8, "Member 'UWBP_CategoryText_C::ParentMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton \ static_assert(alignof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton"); \ static_assert(sizeof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton) == 0x000090, "Wrong size on WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, EntryPoint) == 0x000000, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_GetPathName_ReturnValue) == 0x000008, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_HasAnyUserFocus_ReturnValue) == 0x000028, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_HasAnyUserFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_GetOwningPlayer_ReturnValue) == 0x000040, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, K2Node_Event_IsDesignTime) == 0x000048, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_IsInputDisabled_Result) == 0x000049, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_IsInputDisabled_From) == 0x000050, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_IsInputDisabled_From' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, K2Node_EOCreateEvent_OutputDelegate) == 0x000058, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_GetPathName_ReturnValue_1) == 0x000068, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton, CallFunc_Not_PreBool_ReturnValue) == 0x000088, "Member 'WBP_MenuActionButton_C_ExecuteUbergraph_WBP_MenuActionButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_PreConstruct \ static_assert(alignof(WBP_MenuActionButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MenuActionButton_C_PreConstruct"); \ static_assert(sizeof(WBP_MenuActionButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_MenuActionButton_C_PreConstruct"); \ static_assert(offsetof(WBP_MenuActionButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MenuActionButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetText \ static_assert(alignof(WBP_MenuActionButton_C_SetText) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_SetText"); \ static_assert(sizeof(WBP_MenuActionButton_C_SetText) == 0x000098, "Wrong size on WBP_MenuActionButton_C_SetText"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetText, Loc_IconSize) == 0x000000, "Member 'WBP_MenuActionButton_C_SetText::Loc_IconSize' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetText, Loc_PromptText) == 0x000018, "Member 'WBP_MenuActionButton_C_SetText::Loc_PromptText' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetText, CallFunc_TrySetMsgBoxBtnIconSize_Icon_Size) == 0x000030, "Member 'WBP_MenuActionButton_C_SetText::CallFunc_TrySetMsgBoxBtnIconSize_Icon_Size' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetText, CallFunc_SetInputKeyIconSize_Icon_Size) == 0x000048, "Member 'WBP_MenuActionButton_C_SetText::CallFunc_SetInputKeyIconSize_Icon_Size' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetText, CallFunc_GetTutorialBarItemIDText_Result) == 0x000060, "Member 'WBP_MenuActionButton_C_SetText::CallFunc_GetTutorialBarItemIDText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetText, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000078, "Member 'WBP_MenuActionButton_C_SetText::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetText, CallFunc_GetFormattedInputDeviceText_Result) == 0x000080, "Member 'WBP_MenuActionButton_C_SetText::CallFunc_GetFormattedInputDeviceText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetLabelText \ static_assert(alignof(WBP_MenuActionButton_C_SetLabelText) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_SetLabelText"); \ static_assert(sizeof(WBP_MenuActionButton_C_SetLabelText) == 0x000018, "Wrong size on WBP_MenuActionButton_C_SetLabelText"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetLabelText, NewText) == 0x000000, "Member 'WBP_MenuActionButton_C_SetLabelText::NewText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetLabelTextID \ static_assert(alignof(WBP_MenuActionButton_C_SetLabelTextID) == 0x000001, "Wrong alignment on WBP_MenuActionButton_C_SetLabelTextID"); \ static_assert(sizeof(WBP_MenuActionButton_C_SetLabelTextID) == 0x000001, "Wrong size on WBP_MenuActionButton_C_SetLabelTextID"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetLabelTextID, NewID) == 0x000000, "Member 'WBP_MenuActionButton_C_SetLabelTextID::NewID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_OnInputDeviceChanged \ static_assert(alignof(WBP_MenuActionButton_C_OnInputDeviceChanged) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_OnInputDeviceChanged"); \ static_assert(sizeof(WBP_MenuActionButton_C_OnInputDeviceChanged) == 0x000010, "Wrong size on WBP_MenuActionButton_C_OnInputDeviceChanged"); \ static_assert(offsetof(WBP_MenuActionButton_C_OnInputDeviceChanged, Sender) == 0x000000, "Member 'WBP_MenuActionButton_C_OnInputDeviceChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_OnInputDeviceChanged, Event) == 0x000008, "Member 'WBP_MenuActionButton_C_OnInputDeviceChanged::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_OnFocusReceived \ static_assert(alignof(WBP_MenuActionButton_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_OnFocusReceived"); \ static_assert(sizeof(WBP_MenuActionButton_C_OnFocusReceived) == 0x0001B0, "Wrong size on WBP_MenuActionButton_C_OnFocusReceived"); \ static_assert(offsetof(WBP_MenuActionButton_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_MenuActionButton_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_MenuActionButton_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_MenuActionButton_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_MenuActionButton_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetNormalState \ static_assert(alignof(WBP_MenuActionButton_C_SetNormalState) == 0x000004, "Wrong alignment on WBP_MenuActionButton_C_SetNormalState"); \ static_assert(sizeof(WBP_MenuActionButton_C_SetNormalState) == 0x000020, "Wrong size on WBP_MenuActionButton_C_SetNormalState"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetNormalState, K2Node_MakeStruct_LinearColor) == 0x000000, "Member 'WBP_MenuActionButton_C_SetNormalState::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetNormalState, K2Node_MakeStruct_LinearColor_1) == 0x000010, "Member 'WBP_MenuActionButton_C_SetNormalState::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetHighlightState \ static_assert(alignof(WBP_MenuActionButton_C_SetHighlightState) == 0x000004, "Wrong alignment on WBP_MenuActionButton_C_SetHighlightState"); \ static_assert(sizeof(WBP_MenuActionButton_C_SetHighlightState) == 0x000020, "Wrong size on WBP_MenuActionButton_C_SetHighlightState"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetHighlightState, K2Node_MakeStruct_LinearColor) == 0x000000, "Member 'WBP_MenuActionButton_C_SetHighlightState::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetHighlightState, K2Node_MakeStruct_LinearColor_1) == 0x000010, "Member 'WBP_MenuActionButton_C_SetHighlightState::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_OnRemovedFromFocusPath \ static_assert(alignof(WBP_MenuActionButton_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_MenuActionButton_C_OnRemovedFromFocusPath"); \ static_assert(sizeof(WBP_MenuActionButton_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_MenuActionButton_C_OnRemovedFromFocusPath"); \ static_assert(offsetof(WBP_MenuActionButton_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_MenuActionButton_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetAsGamepadButton \ static_assert(alignof(WBP_MenuActionButton_C_SetAsGamepadButton) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_SetAsGamepadButton"); \ static_assert(sizeof(WBP_MenuActionButton_C_SetAsGamepadButton) == 0x000300, "Wrong size on WBP_MenuActionButton_C_SetAsGamepadButton"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetAsGamepadButton, Loc_NormalBrush) == 0x000000, "Member 'WBP_MenuActionButton_C_SetAsGamepadButton::Loc_NormalBrush' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetAsGamepadButton, Loc_ButtonStyle) == 0x000088, "Member 'WBP_MenuActionButton_C_SetAsGamepadButton::Loc_ButtonStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetAsKBButton \ static_assert(alignof(WBP_MenuActionButton_C_SetAsKBButton) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_SetAsKBButton"); \ static_assert(sizeof(WBP_MenuActionButton_C_SetAsKBButton) == 0x000300, "Wrong size on WBP_MenuActionButton_C_SetAsKBButton"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetAsKBButton, Loc_NormalBrush) == 0x000000, "Member 'WBP_MenuActionButton_C_SetAsKBButton::Loc_NormalBrush' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetAsKBButton, Loc_ButtonStyle) == 0x000088, "Member 'WBP_MenuActionButton_C_SetAsKBButton::Loc_ButtonStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetButtonToInput \ static_assert(alignof(WBP_MenuActionButton_C_SetButtonToInput) == 0x000001, "Wrong alignment on WBP_MenuActionButton_C_SetButtonToInput"); \ static_assert(sizeof(WBP_MenuActionButton_C_SetButtonToInput) == 0x000002, "Wrong size on WBP_MenuActionButton_C_SetButtonToInput"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetButtonToInput, CallFunc_IsUsingKeyboardDevice_Result) == 0x000000, "Member 'WBP_MenuActionButton_C_SetButtonToInput::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetButtonToInput, CallFunc_BooleanOR_ReturnValue) == 0x000001, "Member 'WBP_MenuActionButton_C_SetButtonToInput::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetInputKeyIconSize \ static_assert(alignof(WBP_MenuActionButton_C_SetInputKeyIconSize) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_SetInputKeyIconSize"); \ static_assert(sizeof(WBP_MenuActionButton_C_SetInputKeyIconSize) == 0x000030, "Wrong size on WBP_MenuActionButton_C_SetInputKeyIconSize"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetInputKeyIconSize, Icon_Size) == 0x000000, "Member 'WBP_MenuActionButton_C_SetInputKeyIconSize::Icon_Size' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetInputKeyIconSize, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_MenuActionButton_C_SetInputKeyIconSize::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetInputKeyIconSize, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_MenuActionButton_C_SetInputKeyIconSize::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetInputKeyIconSize, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_MenuActionButton_C_SetInputKeyIconSize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetInputKeyIconSize, CallFunc_IsUsingKeyboardDevice_Result) == 0x000024, "Member 'WBP_MenuActionButton_C_SetInputKeyIconSize::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetInputKeyIconSize, CallFunc_Array_Get_Item) == 0x000025, "Member 'WBP_MenuActionButton_C_SetInputKeyIconSize::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetInputKeyIconSize, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_MenuActionButton_C_SetInputKeyIconSize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetInputKeyIconSize, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_MenuActionButton_C_SetInputKeyIconSize::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetInputKeyIconSize, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002D, "Member 'WBP_MenuActionButton_C_SetInputKeyIconSize::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize \ static_assert(alignof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize"); \ static_assert(sizeof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize) == 0x000050, "Wrong size on WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize"); \ static_assert(offsetof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize, Icon_Size) == 0x000000, "Member 'WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize::Icon_Size' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize, CallFunc_Array_Get_Item) == 0x000024, "Member 'WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize, CallFunc_GetMsgBoxButtonText_Result) == 0x000030, "Member 'WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize::CallFunc_GetMsgBoxButtonText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize, CallFunc_EqualEqual_TextText_ReturnValue) == 0x000049, "Member 'WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize::CallFunc_EqualEqual_TextText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize, CallFunc_IsUsingKeyboardDevice_Result) == 0x00004A, "Member 'WBP_MenuActionButton_C_TrySetMsgBoxBtnIconSize::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_SetPaddings \ static_assert(alignof(WBP_MenuActionButton_C_SetPaddings) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_SetPaddings"); \ static_assert(sizeof(WBP_MenuActionButton_C_SetPaddings) == 0x000018, "Wrong size on WBP_MenuActionButton_C_SetPaddings"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetPaddings, K2Node_DynamicCast_AsButton_Slot) == 0x000000, "Member 'WBP_MenuActionButton_C_SetPaddings::K2Node_DynamicCast_AsButton_Slot' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetPaddings, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'WBP_MenuActionButton_C_SetPaddings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_SetPaddings, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000010, "Member 'WBP_MenuActionButton_C_SetPaddings::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuActionButton_C_IsInputDisabled \ static_assert(alignof(WBP_MenuActionButton_C_IsInputDisabled) == 0x000008, "Wrong alignment on WBP_MenuActionButton_C_IsInputDisabled"); \ static_assert(sizeof(WBP_MenuActionButton_C_IsInputDisabled) == 0x000020, "Wrong size on WBP_MenuActionButton_C_IsInputDisabled"); \ static_assert(offsetof(WBP_MenuActionButton_C_IsInputDisabled, Result) == 0x000000, "Member 'WBP_MenuActionButton_C_IsInputDisabled::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_IsInputDisabled, From) == 0x000008, "Member 'WBP_MenuActionButton_C_IsInputDisabled::From' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_IsInputDisabled, Loc_CurrParent) == 0x000010, "Member 'WBP_MenuActionButton_C_IsInputDisabled::Loc_CurrParent' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_IsInputDisabled, CallFunc_IsInputDisabled_Result) == 0x000018, "Member 'WBP_MenuActionButton_C_IsInputDisabled::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuActionButton_C_IsInputDisabled, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'WBP_MenuActionButton_C_IsInputDisabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_MenuActionButton_C \ static_assert(alignof(UWBP_MenuActionButton_C) == 0x000008, "Wrong alignment on UWBP_MenuActionButton_C"); \ static_assert(sizeof(UWBP_MenuActionButton_C) == 0x000370, "Wrong size on UWBP_MenuActionButton_C"); \ static_assert(offsetof(UWBP_MenuActionButton_C, UberGraphFrame) == 0x000260, "Member 'UWBP_MenuActionButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, Button) == 0x000268, "Member 'UWBP_MenuActionButton_C::Button' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, ButtonText) == 0x000270, "Member 'UWBP_MenuActionButton_C::ButtonText' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, LabelTextID) == 0x000278, "Member 'UWBP_MenuActionButton_C::LabelTextID' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, LabelText) == 0x000280, "Member 'UWBP_MenuActionButton_C::LabelText' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, InputKeyIconSize) == 0x000298, "Member 'UWBP_MenuActionButton_C::InputKeyIconSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, FocusOnHovered) == 0x0002B0, "Member 'UWBP_MenuActionButton_C::FocusOnHovered' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, OnClicked) == 0x0002B8, "Member 'UWBP_MenuActionButton_C::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, KBNormalTint) == 0x0002C8, "Member 'UWBP_MenuActionButton_C::KBNormalTint' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, GamepadNormalTint) == 0x0002F0, "Member 'UWBP_MenuActionButton_C::GamepadNormalTint' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, HoverSfxAC) == 0x000318, "Member 'UWBP_MenuActionButton_C::HoverSfxAC' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, LabelWithRectangleIcons) == 0x000320, "Member 'UWBP_MenuActionButton_C::LabelWithRectangleIcons' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, MsgBoxWithRectangleIcons) == 0x000330, "Member 'UWBP_MenuActionButton_C::MsgBoxWithRectangleIcons' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, ButtonSlotPadding) == 0x000340, "Member 'UWBP_MenuActionButton_C::ButtonSlotPadding' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, ForceDisplayBkgColor) == 0x000350, "Member 'UWBP_MenuActionButton_C::ForceDisplayBkgColor' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, TextSlotPadding) == 0x000354, "Member 'UWBP_MenuActionButton_C::TextSlotPadding' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, ClickSoundType) == 0x000364, "Member 'UWBP_MenuActionButton_C::ClickSoundType' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuActionButton_C, ParentMenu) == 0x000368, "Member 'UWBP_MenuActionButton_C::ParentMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController \ static_assert(alignof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController) == 0x000008, "Wrong alignment on BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController"); \ static_assert(sizeof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController) == 0x0001E8, "Wrong size on BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, EntryPoint) == 0x000000, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_CreateDelegate_OutputDelegate_4) == 0x000044, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_CreateDelegate_OutputDelegate_5) == 0x000054, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_CreateDelegate_OutputDelegate_6) == 0x000064, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_CreateDelegate_OutputDelegate_7) == 0x000074, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_IsPauseDisabled_ReturnValue) == 0x000084, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_IsPauseDisabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, Temp_bool_Variable) == 0x000085, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_Not_PreBool_ReturnValue) == 0x000086, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, Temp_float_Variable) == 0x000088, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_IsAnyLoadingMoviePlaying_ReturnValue) == 0x00008C, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_IsAnyLoadingMoviePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_IsPauseDisabled_ReturnValue_1) == 0x00008D, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_IsPauseDisabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_Not_PreBool_ReturnValue_1) == 0x00008E, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_Not_PreBool_ReturnValue_2) == 0x00008F, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_BooleanAND_ReturnValue) == 0x000090, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_IsAnyLoadingMoviePlaying_ReturnValue_1) == 0x000091, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_IsAnyLoadingMoviePlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_Not_PreBool_ReturnValue_3) == 0x000092, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_IsPauseDisabled_ReturnValue_2) == 0x000093, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_IsPauseDisabled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_BooleanAND_ReturnValue_1) == 0x000094, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_Not_PreBool_ReturnValue_4) == 0x000095, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_IsAnyLoadingMoviePlaying_ReturnValue_2) == 0x000096, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_IsAnyLoadingMoviePlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, Temp_float_Variable_1) == 0x000098, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_Not_PreBool_ReturnValue_5) == 0x00009C, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_SetGamePaused_ReturnValue) == 0x00009D, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_SetGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_BooleanAND_ReturnValue_2) == 0x00009E, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x0000A0, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x0000B0, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x0000B4, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x0000B8, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_SetGamePaused_ReturnValue_1) == 0x0000B9, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_SetGamePaused_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_InputDebugKeyEvent_Key) == 0x0000C0, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_CreateEOEvent_ReturnValue) == 0x0000D8, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_GetPHGameHelper_ReturnValue) == 0x0000E0, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_GetPHGameHelper_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EOEvent_Sender_4) == 0x0000E8, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EOEvent_Sender_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EOEvent_Event_4) == 0x0000F0, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EOEvent_Event_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EOEvent_Sender_3) == 0x0000F8, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EOEvent_Sender_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EOEvent_Event_3) == 0x000100, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EOEvent_Event_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_CacheAchievements_ReturnValue) == 0x000108, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_CacheAchievements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_IsValid_ReturnValue) == 0x000110, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EOEvent_Sender_2) == 0x000118, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EOEvent_Event_2) == 0x000120, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_DynamicCast_AsBPE_OS_Unlock_Bool_Achievement) == 0x000128, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_DynamicCast_AsBPE_OS_Unlock_Bool_Achievement' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_DynamicCast_bSuccess) == 0x000130, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_CacheAchievements_ReturnValue_1) == 0x000138, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_CacheAchievements_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_IsValid_ReturnValue_1) == 0x000140, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_CacheAchievements_ReturnValue_2) == 0x000148, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_CacheAchievements_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_CacheAchievements_ReturnValue_3) == 0x000150, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_CacheAchievements_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_IsValid_ReturnValue_2) == 0x000158, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_IsValid_ReturnValue_3) == 0x000159, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EOEvent_Sender_1) == 0x000160, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EOEvent_Event_1) == 0x000168, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_DynamicCast_AsBPE_OS_Set_Int_Achievement) == 0x000170, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_DynamicCast_AsBPE_OS_Set_Int_Achievement' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_DynamicCast_bSuccess_1) == 0x000178, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EOEvent_Sender) == 0x000180, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EOEvent_Event) == 0x000188, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_DynamicCast_AsBPE_OS_Set_Float_Achievement) == 0x000190, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_DynamicCast_AsBPE_OS_Set_Float_Achievement' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_DynamicCast_bSuccess_2) == 0x000198, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, Temp_bool_Variable_1) == 0x000199, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, Temp_float_Variable_2) == 0x00019C, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, Temp_float_Variable_3) == 0x0001A0, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue) == 0x0001A4, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0001B4, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0001B8, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, Temp_bool_Variable_2) == 0x0001BC, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x0001BD, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, Temp_float_Variable_4) == 0x0001C0, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, Temp_bool_Variable_3) == 0x0001C4, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_Not_PreBool_ReturnValue_6) == 0x0001C5, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, Temp_float_Variable_5) == 0x0001C8, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x0001CC, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x0001DC, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x0001E0, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x0001E4, "Member 'BP_PlayerController_C_ExecuteUbergraph_BP_PlayerController::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_SetFloatAchievement \ static_assert(alignof(BP_PlayerController_C_SetFloatAchievement) == 0x000008, "Wrong alignment on BP_PlayerController_C_SetFloatAchievement"); \ static_assert(sizeof(BP_PlayerController_C_SetFloatAchievement) == 0x000010, "Wrong size on BP_PlayerController_C_SetFloatAchievement"); \ static_assert(offsetof(BP_PlayerController_C_SetFloatAchievement, Sender) == 0x000000, "Member 'BP_PlayerController_C_SetFloatAchievement::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_SetFloatAchievement, Event) == 0x000008, "Member 'BP_PlayerController_C_SetFloatAchievement::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_SetIntAchievement \ static_assert(alignof(BP_PlayerController_C_SetIntAchievement) == 0x000008, "Wrong alignment on BP_PlayerController_C_SetIntAchievement"); \ static_assert(sizeof(BP_PlayerController_C_SetIntAchievement) == 0x000010, "Wrong size on BP_PlayerController_C_SetIntAchievement"); \ static_assert(offsetof(BP_PlayerController_C_SetIntAchievement, Sender) == 0x000000, "Member 'BP_PlayerController_C_SetIntAchievement::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_SetIntAchievement, Event) == 0x000008, "Member 'BP_PlayerController_C_SetIntAchievement::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_UnlockAchievement \ static_assert(alignof(BP_PlayerController_C_UnlockAchievement) == 0x000008, "Wrong alignment on BP_PlayerController_C_UnlockAchievement"); \ static_assert(sizeof(BP_PlayerController_C_UnlockAchievement) == 0x000010, "Wrong size on BP_PlayerController_C_UnlockAchievement"); \ static_assert(offsetof(BP_PlayerController_C_UnlockAchievement, Sender) == 0x000000, "Member 'BP_PlayerController_C_UnlockAchievement::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_UnlockAchievement, Event) == 0x000008, "Member 'BP_PlayerController_C_UnlockAchievement::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_CacheAchievements \ static_assert(alignof(BP_PlayerController_C_CacheAchievements) == 0x000008, "Wrong alignment on BP_PlayerController_C_CacheAchievements"); \ static_assert(sizeof(BP_PlayerController_C_CacheAchievements) == 0x000010, "Wrong size on BP_PlayerController_C_CacheAchievements"); \ static_assert(offsetof(BP_PlayerController_C_CacheAchievements, Sender) == 0x000000, "Member 'BP_PlayerController_C_CacheAchievements::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_CacheAchievements, Event) == 0x000008, "Member 'BP_PlayerController_C_CacheAchievements::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_Achievement \ static_assert(alignof(BP_PlayerController_C_Achievement) == 0x000008, "Wrong alignment on BP_PlayerController_C_Achievement"); \ static_assert(sizeof(BP_PlayerController_C_Achievement) == 0x000010, "Wrong size on BP_PlayerController_C_Achievement"); \ static_assert(offsetof(BP_PlayerController_C_Achievement, Sender) == 0x000000, "Member 'BP_PlayerController_C_Achievement::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_Achievement, Event) == 0x000008, "Member 'BP_PlayerController_C_Achievement::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_InpActEvt_Ctrl_Slash_K2Node_InputDebugKeyEvent_0 \ static_assert(alignof(BP_PlayerController_C_InpActEvt_Ctrl_Slash_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on BP_PlayerController_C_InpActEvt_Ctrl_Slash_K2Node_InputDebugKeyEvent_0"); \ static_assert(sizeof(BP_PlayerController_C_InpActEvt_Ctrl_Slash_K2Node_InputDebugKeyEvent_0) == 0x000018, "Wrong size on BP_PlayerController_C_InpActEvt_Ctrl_Slash_K2Node_InputDebugKeyEvent_0"); \ static_assert(offsetof(BP_PlayerController_C_InpActEvt_Ctrl_Slash_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'BP_PlayerController_C_InpActEvt_Ctrl_Slash_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_InpActEvt_IA_Objective_K2Node_EnhancedInputActionEvent_0 \ static_assert(alignof(BP_PlayerController_C_InpActEvt_IA_Objective_K2Node_EnhancedInputActionEvent_0) == 0x000004, "Wrong alignment on BP_PlayerController_C_InpActEvt_IA_Objective_K2Node_EnhancedInputActionEvent_0"); \ static_assert(sizeof(BP_PlayerController_C_InpActEvt_IA_Objective_K2Node_EnhancedInputActionEvent_0) == 0x000018, "Wrong size on BP_PlayerController_C_InpActEvt_IA_Objective_K2Node_EnhancedInputActionEvent_0"); \ static_assert(offsetof(BP_PlayerController_C_InpActEvt_IA_Objective_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_PlayerController_C_InpActEvt_IA_Objective_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_InpActEvt_IA_Objective_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000010, "Member 'BP_PlayerController_C_InpActEvt_IA_Objective_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_InpActEvt_IA_Objective_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000014, "Member 'BP_PlayerController_C_InpActEvt_IA_Objective_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_InpActEvt_IA_InventoryMenu_K2Node_EnhancedInputActionEvent_1 \ static_assert(alignof(BP_PlayerController_C_InpActEvt_IA_InventoryMenu_K2Node_EnhancedInputActionEvent_1) == 0x000004, "Wrong alignment on BP_PlayerController_C_InpActEvt_IA_InventoryMenu_K2Node_EnhancedInputActionEvent_1"); \ static_assert(sizeof(BP_PlayerController_C_InpActEvt_IA_InventoryMenu_K2Node_EnhancedInputActionEvent_1) == 0x000018, "Wrong size on BP_PlayerController_C_InpActEvt_IA_InventoryMenu_K2Node_EnhancedInputActionEvent_1"); \ static_assert(offsetof(BP_PlayerController_C_InpActEvt_IA_InventoryMenu_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_PlayerController_C_InpActEvt_IA_InventoryMenu_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_InpActEvt_IA_InventoryMenu_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000010, "Member 'BP_PlayerController_C_InpActEvt_IA_InventoryMenu_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_InpActEvt_IA_InventoryMenu_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000014, "Member 'BP_PlayerController_C_InpActEvt_IA_InventoryMenu_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_InpActEvt_IA_Menu_K2Node_EnhancedInputActionEvent_2 \ static_assert(alignof(BP_PlayerController_C_InpActEvt_IA_Menu_K2Node_EnhancedInputActionEvent_2) == 0x000004, "Wrong alignment on BP_PlayerController_C_InpActEvt_IA_Menu_K2Node_EnhancedInputActionEvent_2"); \ static_assert(sizeof(BP_PlayerController_C_InpActEvt_IA_Menu_K2Node_EnhancedInputActionEvent_2) == 0x000018, "Wrong size on BP_PlayerController_C_InpActEvt_IA_Menu_K2Node_EnhancedInputActionEvent_2"); \ static_assert(offsetof(BP_PlayerController_C_InpActEvt_IA_Menu_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_PlayerController_C_InpActEvt_IA_Menu_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_InpActEvt_IA_Menu_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000010, "Member 'BP_PlayerController_C_InpActEvt_IA_Menu_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_InpActEvt_IA_Menu_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000014, "Member 'BP_PlayerController_C_InpActEvt_IA_Menu_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_ReceivePossess \ static_assert(alignof(BP_PlayerController_C_ReceivePossess) == 0x000008, "Wrong alignment on BP_PlayerController_C_ReceivePossess"); \ static_assert(sizeof(BP_PlayerController_C_ReceivePossess) == 0x000020, "Wrong size on BP_PlayerController_C_ReceivePossess"); \ static_assert(offsetof(BP_PlayerController_C_ReceivePossess, PossessedPawn) == 0x000000, "Member 'BP_PlayerController_C_ReceivePossess::PossessedPawn' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ReceivePossess, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'BP_PlayerController_C_ReceivePossess::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ReceivePossess, K2Node_DynamicCast_AsBP_PHHUD) == 0x000010, "Member 'BP_PlayerController_C_ReceivePossess::K2Node_DynamicCast_AsBP_PHHUD' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ReceivePossess, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerController_C_ReceivePossess::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_EnablePlayerCameraClamping \ static_assert(alignof(BP_PlayerController_C_EnablePlayerCameraClamping) == 0x000008, "Wrong alignment on BP_PlayerController_C_EnablePlayerCameraClamping"); \ static_assert(sizeof(BP_PlayerController_C_EnablePlayerCameraClamping) == 0x000018, "Wrong size on BP_PlayerController_C_EnablePlayerCameraClamping"); \ static_assert(offsetof(BP_PlayerController_C_EnablePlayerCameraClamping, ViewRollRange_0) == 0x000000, "Member 'BP_PlayerController_C_EnablePlayerCameraClamping::ViewRollRange_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnablePlayerCameraClamping, ViewPitchRange_0) == 0x000004, "Member 'BP_PlayerController_C_EnablePlayerCameraClamping::ViewPitchRange_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnablePlayerCameraClamping, ViewYawRange_0) == 0x000008, "Member 'BP_PlayerController_C_EnablePlayerCameraClamping::ViewYawRange_0' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnablePlayerCameraClamping, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000010, "Member 'BP_PlayerController_C_EnablePlayerCameraClamping::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_EnableRelativePlayerCameraClamping \ static_assert(alignof(BP_PlayerController_C_EnableRelativePlayerCameraClamping) == 0x000008, "Wrong alignment on BP_PlayerController_C_EnableRelativePlayerCameraClamping"); \ static_assert(sizeof(BP_PlayerController_C_EnableRelativePlayerCameraClamping) == 0x000040, "Wrong size on BP_PlayerController_C_EnableRelativePlayerCameraClamping"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClamping, ViewPitchMin) == 0x000000, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClamping::ViewPitchMin' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClamping, ViewPitchMax) == 0x000004, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClamping::ViewPitchMax' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClamping, ViewYawMin) == 0x000008, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClamping::ViewYawMin' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClamping, ViewYawMax) == 0x00000C, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClamping::ViewYawMax' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClamping, LocCameraManager) == 0x000010, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClamping::LocCameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClamping, LocFromDirection) == 0x000018, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClamping::LocFromDirection' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClamping, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x000028, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClamping::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClamping, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000030, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClamping::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir \ static_assert(alignof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir) == 0x000008, "Wrong alignment on BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir"); \ static_assert(sizeof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir) == 0x000090, "Wrong size on BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, FromDirection) == 0x000000, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::FromDirection' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, ViewPitchMin) == 0x00000C, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::ViewPitchMin' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, ViewPitchMax) == 0x000010, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::ViewPitchMax' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, ViewYawMin) == 0x000014, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::ViewYawMin' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, ViewYawMax) == 0x000018, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::ViewYawMax' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, LocNewYawMax) == 0x00001C, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::LocNewYawMax' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, LocNewYawMin) == 0x000020, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::LocNewYawMin' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, LocNewPitchMax) == 0x000024, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::LocNewPitchMax' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, LocNewPitchMin) == 0x000028, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::LocNewPitchMin' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, LocCameraManager) == 0x000030, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::LocCameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, LocCurrCameraRot) == 0x000038, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::LocCurrCameraRot' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Roll) == 0x000044, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Pitch) == 0x000048, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Yaw) == 0x00004C, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_Add_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Roll_1) == 0x000054, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Pitch_1) == 0x000058, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Yaw_1) == 0x00005C, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000060, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Roll_2) == 0x000064, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Pitch_2) == 0x000068, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Yaw_2) == 0x00006C, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000070, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Roll_3) == 0x000074, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Pitch_3) == 0x000078, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_BreakRotator_Yaw_3) == 0x00007C, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000080, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000088, "Member 'BP_PlayerController_C_EnableRelativePlayerCameraClampingFromDir::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_DisablePlayerCameraClamping \ static_assert(alignof(BP_PlayerController_C_DisablePlayerCameraClamping) == 0x000008, "Wrong alignment on BP_PlayerController_C_DisablePlayerCameraClamping"); \ static_assert(sizeof(BP_PlayerController_C_DisablePlayerCameraClamping) == 0x000008, "Wrong size on BP_PlayerController_C_DisablePlayerCameraClamping"); \ static_assert(offsetof(BP_PlayerController_C_DisablePlayerCameraClamping, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000000, "Member 'BP_PlayerController_C_DisablePlayerCameraClamping::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_OpenInGameMenu \ static_assert(alignof(BP_PlayerController_C_OpenInGameMenu) == 0x000008, "Wrong alignment on BP_PlayerController_C_OpenInGameMenu"); \ static_assert(sizeof(BP_PlayerController_C_OpenInGameMenu) == 0x000028, "Wrong size on BP_PlayerController_C_OpenInGameMenu"); \ static_assert(offsetof(BP_PlayerController_C_OpenInGameMenu, Menu) == 0x000000, "Member 'BP_PlayerController_C_OpenInGameMenu::Menu' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OpenInGameMenu, CallFunc_GetPlayerController_ReturnValue) == 0x000008, "Member 'BP_PlayerController_C_OpenInGameMenu::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OpenInGameMenu, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'BP_PlayerController_C_OpenInGameMenu::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OpenInGameMenu, K2Node_DynamicCast_AsBP_PHHUD) == 0x000018, "Member 'BP_PlayerController_C_OpenInGameMenu::K2Node_DynamicCast_AsBP_PHHUD' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OpenInGameMenu, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PlayerController_C_OpenInGameMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_IsPlayerInputEnabled \ static_assert(alignof(BP_PlayerController_C_IsPlayerInputEnabled) == 0x000008, "Wrong alignment on BP_PlayerController_C_IsPlayerInputEnabled"); \ static_assert(sizeof(BP_PlayerController_C_IsPlayerInputEnabled) == 0x000018, "Wrong size on BP_PlayerController_C_IsPlayerInputEnabled"); \ static_assert(offsetof(BP_PlayerController_C_IsPlayerInputEnabled, Enabled) == 0x000000, "Member 'BP_PlayerController_C_IsPlayerInputEnabled::Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_IsPlayerInputEnabled, CallFunc_K2_GetPawn_ReturnValue) == 0x000008, "Member 'BP_PlayerController_C_IsPlayerInputEnabled::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_IsPlayerInputEnabled, CallFunc_IsPawnInputEnabled_ReturnValue) == 0x000010, "Member 'BP_PlayerController_C_IsPlayerInputEnabled::CallFunc_IsPawnInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_IsPlayerInputEnabled, CallFunc_IsPlayerControllerInputEnabled_ReturnValue) == 0x000011, "Member 'BP_PlayerController_C_IsPlayerInputEnabled::CallFunc_IsPlayerControllerInputEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_IsPlayerInputEnabled, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_PlayerController_C_IsPlayerInputEnabled::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_OnDisablePauseToggled \ static_assert(alignof(BP_PlayerController_C_OnDisablePauseToggled) == 0x000008, "Wrong alignment on BP_PlayerController_C_OnDisablePauseToggled"); \ static_assert(sizeof(BP_PlayerController_C_OnDisablePauseToggled) == 0x000020, "Wrong size on BP_PlayerController_C_OnDisablePauseToggled"); \ static_assert(offsetof(BP_PlayerController_C_OnDisablePauseToggled, Sender) == 0x000000, "Member 'BP_PlayerController_C_OnDisablePauseToggled::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnDisablePauseToggled, Event) == 0x000008, "Member 'BP_PlayerController_C_OnDisablePauseToggled::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnDisablePauseToggled, K2Node_DynamicCast_AsBPE_Global_Toggle_Disable_Pause) == 0x000010, "Member 'BP_PlayerController_C_OnDisablePauseToggled::K2Node_DynamicCast_AsBPE_Global_Toggle_Disable_Pause' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnDisablePauseToggled, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PlayerController_C_OnDisablePauseToggled::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_OnForceFeedbackEvent \ static_assert(alignof(BP_PlayerController_C_OnForceFeedbackEvent) == 0x000008, "Wrong alignment on BP_PlayerController_C_OnForceFeedbackEvent"); \ static_assert(sizeof(BP_PlayerController_C_OnForceFeedbackEvent) == 0x000028, "Wrong size on BP_PlayerController_C_OnForceFeedbackEvent"); \ static_assert(offsetof(BP_PlayerController_C_OnForceFeedbackEvent, Sender) == 0x000000, "Member 'BP_PlayerController_C_OnForceFeedbackEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnForceFeedbackEvent, Event) == 0x000008, "Member 'BP_PlayerController_C_OnForceFeedbackEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnForceFeedbackEvent, Loc_Event) == 0x000010, "Member 'BP_PlayerController_C_OnForceFeedbackEvent::Loc_Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnForceFeedbackEvent, K2Node_DynamicCast_AsBPE_Force_Feedback) == 0x000018, "Member 'BP_PlayerController_C_OnForceFeedbackEvent::K2Node_DynamicCast_AsBPE_Force_Feedback' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnForceFeedbackEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PlayerController_C_OnForceFeedbackEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnForceFeedbackEvent, CallFunc_IsValid_ReturnValue) == 0x000021, "Member 'BP_PlayerController_C_OnForceFeedbackEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnForceFeedbackEvent, CallFunc_IsValid_ReturnValue_1) == 0x000022, "Member 'BP_PlayerController_C_OnForceFeedbackEvent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_ToggleV2PlayerMovement \ static_assert(alignof(BP_PlayerController_C_ToggleV2PlayerMovement) == 0x000008, "Wrong alignment on BP_PlayerController_C_ToggleV2PlayerMovement"); \ static_assert(sizeof(BP_PlayerController_C_ToggleV2PlayerMovement) == 0x000010, "Wrong size on BP_PlayerController_C_ToggleV2PlayerMovement"); \ static_assert(offsetof(BP_PlayerController_C_ToggleV2PlayerMovement, CallFunc_AddNewCameraModifier_ReturnValue) == 0x000000, "Member 'BP_PlayerController_C_ToggleV2PlayerMovement::CallFunc_AddNewCameraModifier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ToggleV2PlayerMovement, Temp_bool_Variable) == 0x000008, "Member 'BP_PlayerController_C_ToggleV2PlayerMovement::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ToggleV2PlayerMovement, CallFunc_RemoveCameraModifier_ReturnValue) == 0x000009, "Member 'BP_PlayerController_C_ToggleV2PlayerMovement::CallFunc_RemoveCameraModifier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_ToggleV2PlayerMovement, CallFunc_Not_PreBool_ReturnValue) == 0x00000A, "Member 'BP_PlayerController_C_ToggleV2PlayerMovement::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_RegisterEOEvents \ static_assert(alignof(BP_PlayerController_C_RegisterEOEvents) == 0x000004, "Wrong alignment on BP_PlayerController_C_RegisterEOEvents"); \ static_assert(sizeof(BP_PlayerController_C_RegisterEOEvents) == 0x000070, "Wrong size on BP_PlayerController_C_RegisterEOEvents"); \ static_assert(offsetof(BP_PlayerController_C_RegisterEOEvents, K2Node_EOCreateEvent_OutputDelegate) == 0x000000, "Member 'BP_PlayerController_C_RegisterEOEvents::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_RegisterEOEvents, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000010, "Member 'BP_PlayerController_C_RegisterEOEvents::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_RegisterEOEvents, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000020, "Member 'BP_PlayerController_C_RegisterEOEvents::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_RegisterEOEvents, K2Node_EOCreateEvent_OutputDelegate_3) == 0x000030, "Member 'BP_PlayerController_C_RegisterEOEvents::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_RegisterEOEvents, K2Node_EOCreateEvent_OutputDelegate_4) == 0x000040, "Member 'BP_PlayerController_C_RegisterEOEvents::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_RegisterEOEvents, K2Node_EOCreateEvent_OutputDelegate_5) == 0x000050, "Member 'BP_PlayerController_C_RegisterEOEvents::K2Node_EOCreateEvent_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_RegisterEOEvents, K2Node_EOCreateEvent_OutputDelegate_6) == 0x000060, "Member 'BP_PlayerController_C_RegisterEOEvents::K2Node_EOCreateEvent_OutputDelegate_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_OnInputPress \ static_assert(alignof(BP_PlayerController_C_OnInputPress) == 0x000008, "Wrong alignment on BP_PlayerController_C_OnInputPress"); \ static_assert(sizeof(BP_PlayerController_C_OnInputPress) == 0x000058, "Wrong size on BP_PlayerController_C_OnInputPress"); \ static_assert(offsetof(BP_PlayerController_C_OnInputPress, PressedKey) == 0x000000, "Member 'BP_PlayerController_C_OnInputPress::PressedKey' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputPress, Loc_WasUsingGamepad) == 0x000018, "Member 'BP_PlayerController_C_OnInputPress::Loc_WasUsingGamepad' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputPress, Loc_LatestDevice) == 0x000020, "Member 'BP_PlayerController_C_OnInputPress::Loc_LatestDevice' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputPress, CallFunc_GetPlatformInputDeviceText_Result) == 0x000038, "Member 'BP_PlayerController_C_OnInputPress::CallFunc_GetPlatformInputDeviceText_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputPress, CallFunc_IsDesktopPlatform_ReturnValue) == 0x000050, "Member 'BP_PlayerController_C_OnInputPress::CallFunc_IsDesktopPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputPress, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000051, "Member 'BP_PlayerController_C_OnInputPress::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputPress, CallFunc_Key_IsGamepadKey_ReturnValue) == 0x000052, "Member 'BP_PlayerController_C_OnInputPress::CallFunc_Key_IsGamepadKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_InitInputDevice \ static_assert(alignof(BP_PlayerController_C_InitInputDevice) == 0x000008, "Wrong alignment on BP_PlayerController_C_InitInputDevice"); \ static_assert(sizeof(BP_PlayerController_C_InitInputDevice) == 0x000040, "Wrong size on BP_PlayerController_C_InitInputDevice"); \ static_assert(offsetof(BP_PlayerController_C_InitInputDevice, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_PlayerController_C_InitInputDevice::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_InitInputDevice, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'BP_PlayerController_C_InitInputDevice::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_InitInputDevice, CallFunc_GetEngineSubsystem_ReturnValue) == 0x000018, "Member 'BP_PlayerController_C_InitInputDevice::CallFunc_GetEngineSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_InitInputDevice, CallFunc_GetPlatformInputDeviceText_Result) == 0x000020, "Member 'BP_PlayerController_C_InitInputDevice::CallFunc_GetPlatformInputDeviceText_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_InitInputDevice, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_PlayerController_C_InitInputDevice::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_InitInputDevice, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'BP_PlayerController_C_InitInputDevice::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_InitCameraModifiers \ static_assert(alignof(BP_PlayerController_C_InitCameraModifiers) == 0x000008, "Wrong alignment on BP_PlayerController_C_InitCameraModifiers"); \ static_assert(sizeof(BP_PlayerController_C_InitCameraModifiers) == 0x000008, "Wrong size on BP_PlayerController_C_InitCameraModifiers"); \ static_assert(offsetof(BP_PlayerController_C_InitCameraModifiers, CallFunc_AddNewCameraModifier_ReturnValue) == 0x000000, "Member 'BP_PlayerController_C_InitCameraModifiers::CallFunc_AddNewCameraModifier_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerController_C_OnInputHardwareDeviceChanged \ static_assert(alignof(BP_PlayerController_C_OnInputHardwareDeviceChanged) == 0x000008, "Wrong alignment on BP_PlayerController_C_OnInputHardwareDeviceChanged"); \ static_assert(sizeof(BP_PlayerController_C_OnInputHardwareDeviceChanged) == 0x0000D8, "Wrong size on BP_PlayerController_C_OnInputHardwareDeviceChanged"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, UserId) == 0x000000, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::UserId' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, DeviceID) == 0x000004, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::DeviceID' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, Loc_NewInputDevice) == 0x000008, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::Loc_NewInputDevice' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, Loc_PrevDeviceName) == 0x000020, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::Loc_PrevDeviceName' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, Loc_PrevUsingGamepad) == 0x000038, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::Loc_PrevUsingGamepad' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, CallFunc_IsDesktopPlatform_ReturnValue) == 0x000039, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::CallFunc_IsDesktopPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, CallFunc_GetPlatformInputDeviceText_Result) == 0x000040, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::CallFunc_GetPlatformInputDeviceText_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, CallFunc_NotEqual_TextText_ReturnValue) == 0x000058, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, CallFunc_GetEngineSubsystem_ReturnValue) == 0x000060, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::CallFunc_GetEngineSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000068, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, CallFunc_GetInputDeviceHardwareIdentifier_ReturnValue) == 0x00006C, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::CallFunc_GetInputDeviceHardwareIdentifier_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, CallFunc_Conv_TextToString_ReturnValue) == 0x000088, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000098, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A8, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B8, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerController_C_OnInputHardwareDeviceChanged, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000C8, "Member 'BP_PlayerController_C_OnInputHardwareDeviceChanged::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PlayerController_C \ static_assert(alignof(ABP_PlayerController_C) == 0x000008, "Wrong alignment on ABP_PlayerController_C"); \ static_assert(sizeof(ABP_PlayerController_C) == 0x000778, "Wrong size on ABP_PlayerController_C"); \ static_assert(offsetof(ABP_PlayerController_C, UberGraphFrame) == 0x0006B0, "Member 'ABP_PlayerController_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, Default_View_Roll_Min) == 0x0006B8, "Member 'ABP_PlayerController_C::Default_View_Roll_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, Default_View_Roll_Max) == 0x0006BC, "Member 'ABP_PlayerController_C::Default_View_Roll_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, Default_View_Pitch_Min) == 0x0006C0, "Member 'ABP_PlayerController_C::Default_View_Pitch_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, Default_View_Pitch_Max) == 0x0006C4, "Member 'ABP_PlayerController_C::Default_View_Pitch_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, Default_View_Yaw_Min) == 0x0006C8, "Member 'ABP_PlayerController_C::Default_View_Yaw_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, Default_View_Yaw_Max) == 0x0006CC, "Member 'ABP_PlayerController_C::Default_View_Yaw_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, ViewRollRange) == 0x0006D0, "Member 'ABP_PlayerController_C::ViewRollRange' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, ViewPitchRange) == 0x0006D4, "Member 'ABP_PlayerController_C::ViewPitchRange' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, ViewYawRange) == 0x0006D8, "Member 'ABP_PlayerController_C::ViewYawRange' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, UsingPCGamepad) == 0x0006DC, "Member 'ABP_PlayerController_C::UsingPCGamepad' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, PrevControlRotation) == 0x0006E0, "Member 'ABP_PlayerController_C::PrevControlRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, OnControlRotationBlendComplete) == 0x0006F0, "Member 'ABP_PlayerController_C::OnControlRotationBlendComplete' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, NewControlRotation) == 0x000700, "Member 'ABP_PlayerController_C::NewControlRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, CameraModRef) == 0x000710, "Member 'ABP_PlayerController_C::CameraModRef' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, AchievementsCachedSuccess) == 0x000718, "Member 'ABP_PlayerController_C::AchievementsCachedSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, AchievementsCachedFailed) == 0x000728, "Member 'ABP_PlayerController_C::AchievementsCachedFailed' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, StatsCachedSuccess) == 0x000738, "Member 'ABP_PlayerController_C::StatsCachedSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, StatsCachedFailed) == 0x000748, "Member 'ABP_PlayerController_C::StatsCachedFailed' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, CurrentInputDeviceName) == 0x000758, "Member 'ABP_PlayerController_C::CurrentInputDeviceName' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerController_C, CachedInputDeviceEvent) == 0x000770, "Member 'ABP_PlayerController_C::CachedInputDeviceEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_OnParentCategorizedMenuOpened \ static_assert(alignof(WBP_InGameMenuCategory_C_OnParentCategorizedMenuOpened) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_OnParentCategorizedMenuOpened"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_OnParentCategorizedMenuOpened) == 0x000020, "Wrong size on WBP_InGameMenuCategory_C_OnParentCategorizedMenuOpened"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnParentCategorizedMenuOpened, CallFunc_GetShortenedName_ReturnValue) == 0x000000, "Member 'WBP_InGameMenuCategory_C_OnParentCategorizedMenuOpened::CallFunc_GetShortenedName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnParentCategorizedMenuOpened, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'WBP_InGameMenuCategory_C_OnParentCategorizedMenuOpened::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_OnFocusReceived \ static_assert(alignof(WBP_InGameMenuCategory_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_OnFocusReceived"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_OnFocusReceived) == 0x000270, "Wrong size on WBP_InGameMenuCategory_C_OnFocusReceived"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_InGameMenuCategory_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_InGameMenuCategory_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_InGameMenuCategory_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnFocusReceived, CallFunc_Unhandled_ReturnValue) == 0x0000F8, "Member 'WBP_InGameMenuCategory_C_OnFocusReceived::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0001B0, "Member 'WBP_InGameMenuCategory_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnFocusReceived, CallFunc_IsCategorizedInGameMenu_Result) == 0x000268, "Member 'WBP_InGameMenuCategory_C_OnFocusReceived::CallFunc_IsCategorizedInGameMenu_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_SetCategoryTextBtnType \ static_assert(alignof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_SetCategoryTextBtnType"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType) == 0x000050, "Wrong size on WBP_InGameMenuCategory_C_SetCategoryTextBtnType"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, CategoryHBbox) == 0x000000, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::CategoryHBbox' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, IsSubCategory) == 0x000008, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::IsSubCategory' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, CallFunc_GetAllChildren_ReturnValue) == 0x000018, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, CallFunc_Array_Get_Item) == 0x000030, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, K2Node_DynamicCast_AsWBP_Category_Text) == 0x000038, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::K2Node_DynamicCast_AsWBP_Category_Text' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetCategoryTextBtnType, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_InGameMenuCategory_C_SetCategoryTextBtnType::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_SetNextTutorialTextCategoryType \ static_assert(alignof(WBP_InGameMenuCategory_C_SetNextTutorialTextCategoryType) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_SetNextTutorialTextCategoryType"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_SetNextTutorialTextCategoryType) == 0x000010, "Wrong size on WBP_InGameMenuCategory_C_SetNextTutorialTextCategoryType"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetNextTutorialTextCategoryType, TutorialBarItem) == 0x000000, "Member 'WBP_InGameMenuCategory_C_SetNextTutorialTextCategoryType::TutorialBarItem' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetNextTutorialTextCategoryType, IsSubCategory) == 0x000008, "Member 'WBP_InGameMenuCategory_C_SetNextTutorialTextCategoryType::IsSubCategory' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetNextTutorialTextCategoryType, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_InGameMenuCategory_C_SetNextTutorialTextCategoryType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_SetPrevTutorialTextCategoryType \ static_assert(alignof(WBP_InGameMenuCategory_C_SetPrevTutorialTextCategoryType) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_SetPrevTutorialTextCategoryType"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_SetPrevTutorialTextCategoryType) == 0x000010, "Wrong size on WBP_InGameMenuCategory_C_SetPrevTutorialTextCategoryType"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetPrevTutorialTextCategoryType, TutorialBarItem) == 0x000000, "Member 'WBP_InGameMenuCategory_C_SetPrevTutorialTextCategoryType::TutorialBarItem' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetPrevTutorialTextCategoryType, IsSubCategory) == 0x000008, "Member 'WBP_InGameMenuCategory_C_SetPrevTutorialTextCategoryType::IsSubCategory' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetPrevTutorialTextCategoryType, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_InGameMenuCategory_C_SetPrevTutorialTextCategoryType::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_OnCloseParentCategorizedMenu \ static_assert(alignof(WBP_InGameMenuCategory_C_OnCloseParentCategorizedMenu) == 0x000001, "Wrong alignment on WBP_InGameMenuCategory_C_OnCloseParentCategorizedMenu"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_OnCloseParentCategorizedMenu) == 0x000002, "Wrong size on WBP_InGameMenuCategory_C_OnCloseParentCategorizedMenu"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnCloseParentCategorizedMenu, ForceClose) == 0x000000, "Member 'WBP_InGameMenuCategory_C_OnCloseParentCategorizedMenu::ForceClose' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnCloseParentCategorizedMenu, CloseParent) == 0x000001, "Member 'WBP_InGameMenuCategory_C_OnCloseParentCategorizedMenu::CloseParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_DisableMenu \ static_assert(alignof(WBP_InGameMenuCategory_C_DisableMenu) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_DisableMenu"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_DisableMenu) == 0x000020, "Wrong size on WBP_InGameMenuCategory_C_DisableMenu"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_DisableMenu, Disable) == 0x000000, "Member 'WBP_InGameMenuCategory_C_DisableMenu::Disable' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_DisableMenu, Loc_TopMostMenu) == 0x000008, "Member 'WBP_InGameMenuCategory_C_DisableMenu::Loc_TopMostMenu' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_DisableMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'WBP_InGameMenuCategory_C_DisableMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_DisableMenu, CallFunc_IsValid_ReturnValue) == 0x000011, "Member 'WBP_InGameMenuCategory_C_DisableMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_DisableMenu, CallFunc_GetTopMostMenu_Result) == 0x000018, "Member 'WBP_InGameMenuCategory_C_DisableMenu::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_SetInputDisabled \ static_assert(alignof(WBP_InGameMenuCategory_C_SetInputDisabled) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_SetInputDisabled"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_SetInputDisabled) == 0x000020, "Wrong size on WBP_InGameMenuCategory_C_SetInputDisabled"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetInputDisabled, ShouldDisable) == 0x000000, "Member 'WBP_InGameMenuCategory_C_SetInputDisabled::ShouldDisable' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetInputDisabled, Loc_TopMenu) == 0x000008, "Member 'WBP_InGameMenuCategory_C_SetInputDisabled::Loc_TopMenu' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetInputDisabled, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_InGameMenuCategory_C_SetInputDisabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetInputDisabled, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'WBP_InGameMenuCategory_C_SetInputDisabled::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_SetInputDisabled, CallFunc_GetTopMostMenu_Result) == 0x000018, "Member 'WBP_InGameMenuCategory_C_SetInputDisabled::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_OnMouseButtonDown \ static_assert(alignof(WBP_InGameMenuCategory_C_OnMouseButtonDown) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_OnMouseButtonDown"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_OnMouseButtonDown) == 0x0002F8, "Wrong size on WBP_InGameMenuCategory_C_OnMouseButtonDown"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDown, MouseEvent) == 0x000038, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDown, ReturnValue) == 0x0000B0, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDown, Loc_InputDisabled) == 0x000168, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDown::Loc_InputDisabled' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDown, CallFunc_MakeLiteralString_ReturnValue) == 0x000170, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDown::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDown, CallFunc_OnMouseButtonDown_ReturnValue) == 0x000180, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDown::CallFunc_OnMouseButtonDown_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDown, CallFunc_Handled_ReturnValue) == 0x000238, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDown, CallFunc_Not_PreBool_ReturnValue) == 0x0002F0, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDown, CallFunc_IsInputDisabled_Result) == 0x0002F1, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDown::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_OnMouseButtonUp \ static_assert(alignof(WBP_InGameMenuCategory_C_OnMouseButtonUp) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_OnMouseButtonUp"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_OnMouseButtonUp) == 0x000300, "Wrong size on WBP_InGameMenuCategory_C_OnMouseButtonUp"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonUp, MouseEvent) == 0x000038, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonUp, ReturnValue) == 0x0000B0, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonUp, Loc_InputDisabled) == 0x000168, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonUp::Loc_InputDisabled' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonUp, CallFunc_OnMouseButtonUp_ReturnValue) == 0x000170, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonUp::CallFunc_OnMouseButtonUp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonUp, CallFunc_Not_PreBool_ReturnValue) == 0x000228, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonUp, CallFunc_MakeLiteralString_ReturnValue) == 0x000230, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonUp::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonUp, CallFunc_Handled_ReturnValue) == 0x000240, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonUp, CallFunc_IsInputDisabled_Result) == 0x0002F8, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonUp::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick \ static_assert(alignof(WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick) == 0x0002F8, "Wrong size on WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick, InMouseEvent) == 0x000038, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick, ReturnValue) == 0x0000B0, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick, Loc_InputDisabled) == 0x000168, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick::Loc_InputDisabled' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick, CallFunc_MakeLiteralString_ReturnValue) == 0x000170, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick, CallFunc_Handled_ReturnValue) == 0x000180, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick, CallFunc_Not_PreBool_ReturnValue) == 0x000238, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick, CallFunc_IsInputDisabled_Result) == 0x000239, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick, CallFunc_OnMouseButtonDoubleClick_ReturnValue) == 0x000240, "Member 'WBP_InGameMenuCategory_C_OnMouseButtonDoubleClick::CallFunc_OnMouseButtonDoubleClick_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_OnAnalogValueChanged \ static_assert(alignof(WBP_InGameMenuCategory_C_OnAnalogValueChanged) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_OnAnalogValueChanged"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_OnAnalogValueChanged) == 0x0002C8, "Wrong size on WBP_InGameMenuCategory_C_OnAnalogValueChanged"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'WBP_InGameMenuCategory_C_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnAnalogValueChanged, InAnalogInputEvent) == 0x000038, "Member 'WBP_InGameMenuCategory_C_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnAnalogValueChanged, ReturnValue) == 0x000080, "Member 'WBP_InGameMenuCategory_C_OnAnalogValueChanged::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnAnalogValueChanged, Loc_InputDisabled) == 0x000138, "Member 'WBP_InGameMenuCategory_C_OnAnalogValueChanged::Loc_InputDisabled' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnAnalogValueChanged, CallFunc_MakeLiteralString_ReturnValue) == 0x000140, "Member 'WBP_InGameMenuCategory_C_OnAnalogValueChanged::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnAnalogValueChanged, CallFunc_Handled_ReturnValue) == 0x000150, "Member 'WBP_InGameMenuCategory_C_OnAnalogValueChanged::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnAnalogValueChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000208, "Member 'WBP_InGameMenuCategory_C_OnAnalogValueChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnAnalogValueChanged, CallFunc_IsInputDisabled_Result) == 0x000209, "Member 'WBP_InGameMenuCategory_C_OnAnalogValueChanged::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_OnAnalogValueChanged, CallFunc_OnAnalogValueChanged_ReturnValue) == 0x000210, "Member 'WBP_InGameMenuCategory_C_OnAnalogValueChanged::CallFunc_OnAnalogValueChanged_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_IsCategorizedInGameMenu \ static_assert(alignof(WBP_InGameMenuCategory_C_IsCategorizedInGameMenu) == 0x000001, "Wrong alignment on WBP_InGameMenuCategory_C_IsCategorizedInGameMenu"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_IsCategorizedInGameMenu) == 0x000002, "Wrong size on WBP_InGameMenuCategory_C_IsCategorizedInGameMenu"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsCategorizedInGameMenu, Result) == 0x000000, "Member 'WBP_InGameMenuCategory_C_IsCategorizedInGameMenu::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsCategorizedInGameMenu, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_InGameMenuCategory_C_IsCategorizedInGameMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_IsSUBCategorizedMenu \ static_assert(alignof(WBP_InGameMenuCategory_C_IsSUBCategorizedMenu) == 0x000001, "Wrong alignment on WBP_InGameMenuCategory_C_IsSUBCategorizedMenu"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_IsSUBCategorizedMenu) == 0x000003, "Wrong size on WBP_InGameMenuCategory_C_IsSUBCategorizedMenu"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsSUBCategorizedMenu, Result) == 0x000000, "Member 'WBP_InGameMenuCategory_C_IsSUBCategorizedMenu::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsSUBCategorizedMenu, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_InGameMenuCategory_C_IsSUBCategorizedMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsSUBCategorizedMenu, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'WBP_InGameMenuCategory_C_IsSUBCategorizedMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_IsNextCategoryKey \ static_assert(alignof(WBP_InGameMenuCategory_C_IsNextCategoryKey) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_IsNextCategoryKey"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_IsNextCategoryKey) == 0x000020, "Wrong size on WBP_InGameMenuCategory_C_IsNextCategoryKey"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsNextCategoryKey, CheckKey) == 0x000000, "Member 'WBP_InGameMenuCategory_C_IsNextCategoryKey::CheckKey' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsNextCategoryKey, Result) == 0x000018, "Member 'WBP_InGameMenuCategory_C_IsNextCategoryKey::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsNextCategoryKey, CallFunc_IsCategorizedInGameMenu_Result) == 0x000019, "Member 'WBP_InGameMenuCategory_C_IsNextCategoryKey::CallFunc_IsCategorizedInGameMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsNextCategoryKey, CallFunc_Array_Contains_ReturnValue) == 0x00001A, "Member 'WBP_InGameMenuCategory_C_IsNextCategoryKey::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsNextCategoryKey, CallFunc_Array_Contains_ReturnValue_1) == 0x00001B, "Member 'WBP_InGameMenuCategory_C_IsNextCategoryKey::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_IsPreviousCategoryKey \ static_assert(alignof(WBP_InGameMenuCategory_C_IsPreviousCategoryKey) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_IsPreviousCategoryKey"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_IsPreviousCategoryKey) == 0x000020, "Wrong size on WBP_InGameMenuCategory_C_IsPreviousCategoryKey"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsPreviousCategoryKey, CheckKey) == 0x000000, "Member 'WBP_InGameMenuCategory_C_IsPreviousCategoryKey::CheckKey' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsPreviousCategoryKey, Result) == 0x000018, "Member 'WBP_InGameMenuCategory_C_IsPreviousCategoryKey::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsPreviousCategoryKey, CallFunc_IsCategorizedInGameMenu_Result) == 0x000019, "Member 'WBP_InGameMenuCategory_C_IsPreviousCategoryKey::CallFunc_IsCategorizedInGameMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsPreviousCategoryKey, CallFunc_Array_Contains_ReturnValue) == 0x00001A, "Member 'WBP_InGameMenuCategory_C_IsPreviousCategoryKey::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsPreviousCategoryKey, CallFunc_Array_Contains_ReturnValue_1) == 0x00001B, "Member 'WBP_InGameMenuCategory_C_IsPreviousCategoryKey::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_ShouldGameMenuCategoryHandleClose \ static_assert(alignof(WBP_InGameMenuCategory_C_ShouldGameMenuCategoryHandleClose) == 0x000001, "Wrong alignment on WBP_InGameMenuCategory_C_ShouldGameMenuCategoryHandleClose"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_ShouldGameMenuCategoryHandleClose) == 0x000001, "Wrong size on WBP_InGameMenuCategory_C_ShouldGameMenuCategoryHandleClose"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_ShouldGameMenuCategoryHandleClose, Result) == 0x000000, "Member 'WBP_InGameMenuCategory_C_ShouldGameMenuCategoryHandleClose::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_GetTopMostMenu \ static_assert(alignof(WBP_InGameMenuCategory_C_GetTopMostMenu) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_GetTopMostMenu"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_GetTopMostMenu) == 0x000028, "Wrong size on WBP_InGameMenuCategory_C_GetTopMostMenu"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopMostMenu, Result) == 0x000000, "Member 'WBP_InGameMenuCategory_C_GetTopMostMenu::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopMostMenu, Loc_CurrParentMenu) == 0x000008, "Member 'WBP_InGameMenuCategory_C_GetTopMostMenu::Loc_CurrParentMenu' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopMostMenu, Loc_TopMostMenu) == 0x000010, "Member 'WBP_InGameMenuCategory_C_GetTopMostMenu::Loc_TopMostMenu' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopMostMenu, CallFunc_GetTopMostMenu_Result) == 0x000018, "Member 'WBP_InGameMenuCategory_C_GetTopMostMenu::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopMostMenu, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'WBP_InGameMenuCategory_C_GetTopMostMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopMostMenu, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'WBP_InGameMenuCategory_C_GetTopMostMenu::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopMostMenu, CallFunc_IsValid_ReturnValue_1) == 0x000022, "Member 'WBP_InGameMenuCategory_C_GetTopMostMenu::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_GetCurrentFocusedWidget \ static_assert(alignof(WBP_InGameMenuCategory_C_GetCurrentFocusedWidget) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_GetCurrentFocusedWidget"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_GetCurrentFocusedWidget) == 0x000008, "Wrong size on WBP_InGameMenuCategory_C_GetCurrentFocusedWidget"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetCurrentFocusedWidget, Result) == 0x000000, "Member 'WBP_InGameMenuCategory_C_GetCurrentFocusedWidget::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_GetTopFocusedWidget \ static_assert(alignof(WBP_InGameMenuCategory_C_GetTopFocusedWidget) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_GetTopFocusedWidget"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_GetTopFocusedWidget) == 0x000050, "Wrong size on WBP_InGameMenuCategory_C_GetTopFocusedWidget"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopFocusedWidget, Result) == 0x000000, "Member 'WBP_InGameMenuCategory_C_GetTopFocusedWidget::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopFocusedWidget, Loc_FocusedWidget) == 0x000008, "Member 'WBP_InGameMenuCategory_C_GetTopFocusedWidget::Loc_FocusedWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopFocusedWidget, Loc_TopCategorizedMenu) == 0x000010, "Member 'WBP_InGameMenuCategory_C_GetTopFocusedWidget::Loc_TopCategorizedMenu' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopFocusedWidget, Loc_TopMenu) == 0x000018, "Member 'WBP_InGameMenuCategory_C_GetTopFocusedWidget::Loc_TopMenu' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopFocusedWidget, CallFunc_GetTopMostMenu_Result) == 0x000020, "Member 'WBP_InGameMenuCategory_C_GetTopFocusedWidget::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopFocusedWidget, CallFunc_GetCurrentFocusedWidget_Result) == 0x000028, "Member 'WBP_InGameMenuCategory_C_GetTopFocusedWidget::CallFunc_GetCurrentFocusedWidget_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopFocusedWidget, K2Node_DynamicCast_AsWBP_Categorized_in_Game_Menu) == 0x000030, "Member 'WBP_InGameMenuCategory_C_GetTopFocusedWidget::K2Node_DynamicCast_AsWBP_Categorized_in_Game_Menu' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopFocusedWidget, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_InGameMenuCategory_C_GetTopFocusedWidget::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopFocusedWidget, CallFunc_GetCurrentFocusedWidget_Result_1) == 0x000040, "Member 'WBP_InGameMenuCategory_C_GetTopFocusedWidget::CallFunc_GetCurrentFocusedWidget_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_GetTopFocusedWidget, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'WBP_InGameMenuCategory_C_GetTopFocusedWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenuCategory_C_IsInputDisabled \ static_assert(alignof(WBP_InGameMenuCategory_C_IsInputDisabled) == 0x000008, "Wrong alignment on WBP_InGameMenuCategory_C_IsInputDisabled"); \ static_assert(sizeof(WBP_InGameMenuCategory_C_IsInputDisabled) == 0x000028, "Wrong size on WBP_InGameMenuCategory_C_IsInputDisabled"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsInputDisabled, Result) == 0x000000, "Member 'WBP_InGameMenuCategory_C_IsInputDisabled::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsInputDisabled, Loc_TopMenu) == 0x000008, "Member 'WBP_InGameMenuCategory_C_IsInputDisabled::Loc_TopMenu' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsInputDisabled, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_InGameMenuCategory_C_IsInputDisabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsInputDisabled, CallFunc_IsInputDisabled_Result) == 0x000011, "Member 'WBP_InGameMenuCategory_C_IsInputDisabled::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsInputDisabled, CallFunc_GetTopMostMenu_Result) == 0x000018, "Member 'WBP_InGameMenuCategory_C_IsInputDisabled::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsInputDisabled, CallFunc_IsValid_ReturnValue_1) == 0x000020, "Member 'WBP_InGameMenuCategory_C_IsInputDisabled::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenuCategory_C_IsInputDisabled, CallFunc_IsInputDisabled_Result_1) == 0x000021, "Member 'WBP_InGameMenuCategory_C_IsInputDisabled::CallFunc_IsInputDisabled_Result_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_InGameMenuCategory_C \ static_assert(alignof(UWBP_InGameMenuCategory_C) == 0x000008, "Wrong alignment on UWBP_InGameMenuCategory_C"); \ static_assert(sizeof(UWBP_InGameMenuCategory_C) == 0x000340, "Wrong size on UWBP_InGameMenuCategory_C"); \ static_assert(offsetof(UWBP_InGameMenuCategory_C, InGameMenuCategoryDisplayName) == 0x0002C8, "Member 'UWBP_InGameMenuCategory_C::InGameMenuCategoryDisplayName' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenuCategory_C, ParentCategorizedInGameMenu) == 0x0002E0, "Member 'UWBP_InGameMenuCategory_C::ParentCategorizedInGameMenu' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenuCategory_C, NextCategoryKeys) == 0x0002E8, "Member 'UWBP_InGameMenuCategory_C::NextCategoryKeys' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenuCategory_C, PreviousCategoryKeys) == 0x0002F8, "Member 'UWBP_InGameMenuCategory_C::PreviousCategoryKeys' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenuCategory_C, NextSUBCategoryKeys) == 0x000308, "Member 'UWBP_InGameMenuCategory_C::NextSUBCategoryKeys' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenuCategory_C, PreviousSUBCategoryKeys) == 0x000318, "Member 'UWBP_InGameMenuCategory_C::PreviousSUBCategoryKeys' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenuCategory_C, NotForShip) == 0x000328, "Member 'UWBP_InGameMenuCategory_C::NotForShip' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenuCategory_C, OnReturnToMenu) == 0x000330, "Member 'UWBP_InGameMenuCategory_C::OnReturnToMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TextOverlay_C_ExecuteUbergraph_WBP_TextOverlay \ static_assert(alignof(WBP_TextOverlay_C_ExecuteUbergraph_WBP_TextOverlay) == 0x000004, "Wrong alignment on WBP_TextOverlay_C_ExecuteUbergraph_WBP_TextOverlay"); \ static_assert(sizeof(WBP_TextOverlay_C_ExecuteUbergraph_WBP_TextOverlay) == 0x000004, "Wrong size on WBP_TextOverlay_C_ExecuteUbergraph_WBP_TextOverlay"); \ static_assert(offsetof(WBP_TextOverlay_C_ExecuteUbergraph_WBP_TextOverlay, EntryPoint) == 0x000000, "Member 'WBP_TextOverlay_C_ExecuteUbergraph_WBP_TextOverlay::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TextOverlay_C_InitButtonControl \ static_assert(alignof(WBP_TextOverlay_C_InitButtonControl) == 0x000004, "Wrong alignment on WBP_TextOverlay_C_InitButtonControl"); \ static_assert(sizeof(WBP_TextOverlay_C_InitButtonControl) == 0x000010, "Wrong size on WBP_TextOverlay_C_InitButtonControl"); \ static_assert(offsetof(WBP_TextOverlay_C_InitButtonControl, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_TextOverlay_C_InitButtonControl::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TextOverlay_C_GetArticleText \ static_assert(alignof(WBP_TextOverlay_C_GetArticleText) == 0x000008, "Wrong alignment on WBP_TextOverlay_C_GetArticleText"); \ static_assert(sizeof(WBP_TextOverlay_C_GetArticleText) == 0x000018, "Wrong size on WBP_TextOverlay_C_GetArticleText"); \ static_assert(offsetof(WBP_TextOverlay_C_GetArticleText, ReturnValue) == 0x000000, "Member 'WBP_TextOverlay_C_GetArticleText::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TextOverlay_C_OpenMenu \ static_assert(alignof(WBP_TextOverlay_C_OpenMenu) == 0x000008, "Wrong alignment on WBP_TextOverlay_C_OpenMenu"); \ static_assert(sizeof(WBP_TextOverlay_C_OpenMenu) == 0x000018, "Wrong size on WBP_TextOverlay_C_OpenMenu"); \ static_assert(offsetof(WBP_TextOverlay_C_OpenMenu, ParentWidget) == 0x000000, "Member 'WBP_TextOverlay_C_OpenMenu::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OpenMenu, WidgetToFocusOnClose) == 0x000008, "Member 'WBP_TextOverlay_C_OpenMenu::WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OpenMenu, RemoveOnClose) == 0x000010, "Member 'WBP_TextOverlay_C_OpenMenu::RemoveOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OpenMenu, NoPauseGame) == 0x000011, "Member 'WBP_TextOverlay_C_OpenMenu::NoPauseGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TextOverlay_C_CloseMenu \ static_assert(alignof(WBP_TextOverlay_C_CloseMenu) == 0x000001, "Wrong alignment on WBP_TextOverlay_C_CloseMenu"); \ static_assert(sizeof(WBP_TextOverlay_C_CloseMenu) == 0x000002, "Wrong size on WBP_TextOverlay_C_CloseMenu"); \ static_assert(offsetof(WBP_TextOverlay_C_CloseMenu, ForceClose) == 0x000000, "Member 'WBP_TextOverlay_C_CloseMenu::ForceClose' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_CloseMenu, CloseParent) == 0x000001, "Member 'WBP_TextOverlay_C_CloseMenu::CloseParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TextOverlay_C_OnKeyUp \ static_assert(alignof(WBP_TextOverlay_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_TextOverlay_C_OnKeyUp"); \ static_assert(sizeof(WBP_TextOverlay_C_OnKeyUp) == 0x0002C8, "Wrong size on WBP_TextOverlay_C_OnKeyUp"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_TextOverlay_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_TextOverlay_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_TextOverlay_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000130, "Member 'WBP_TextOverlay_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x0001E8, "Member 'WBP_TextOverlay_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000200, "Member 'WBP_TextOverlay_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000201, "Member 'WBP_TextOverlay_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000202, "Member 'WBP_TextOverlay_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000203, "Member 'WBP_TextOverlay_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue) == 0x000204, "Member 'WBP_TextOverlay_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000208, "Member 'WBP_TextOverlay_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_1) == 0x0002C0, "Member 'WBP_TextOverlay_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_2) == 0x0002C1, "Member 'WBP_TextOverlay_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TextOverlay_C_OnFocusReceived \ static_assert(alignof(WBP_TextOverlay_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_TextOverlay_C_OnFocusReceived"); \ static_assert(sizeof(WBP_TextOverlay_C_OnFocusReceived) == 0x0001B0, "Wrong size on WBP_TextOverlay_C_OnFocusReceived"); \ static_assert(offsetof(WBP_TextOverlay_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_TextOverlay_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_TextOverlay_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_TextOverlay_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_TextOverlay_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TextOverlay_C_OnKeyDown \ static_assert(alignof(WBP_TextOverlay_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_TextOverlay_C_OnKeyDown"); \ static_assert(sizeof(WBP_TextOverlay_C_OnKeyDown) == 0x000300, "Wrong size on WBP_TextOverlay_C_OnKeyDown"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_TextOverlay_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_TextOverlay_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, ReturnValue) == 0x000078, "Member 'WBP_TextOverlay_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, Loc_Key) == 0x000130, "Member 'WBP_TextOverlay_C_OnKeyDown::Loc_Key' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_GetScrollOffset_ReturnValue) == 0x000148, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_GetScrollOffset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_GetScrollOffset_ReturnValue_1) == 0x00014C, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_GetScrollOffset_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_Array_Contains_ReturnValue) == 0x000150, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_Array_Contains_ReturnValue_1) == 0x000151, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_GetScrollOffsetOfEnd_ReturnValue) == 0x000154, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_GetScrollOffsetOfEnd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_FClamp_ReturnValue) == 0x000158, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_Handled_ReturnValue) == 0x000160, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_GetScrollOffsetOfEnd_ReturnValue_1) == 0x000218, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_GetScrollOffsetOfEnd_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_FClamp_ReturnValue_1) == 0x00021C, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_Add_FloatFloat_ReturnValue) == 0x000220, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_Handled_ReturnValue_1) == 0x000228, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0002E0, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x0002E8, "Member 'WBP_TextOverlay_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TextOverlay_C_GetScrollTutorialItemVisibility \ static_assert(alignof(WBP_TextOverlay_C_GetScrollTutorialItemVisibility) == 0x000001, "Wrong alignment on WBP_TextOverlay_C_GetScrollTutorialItemVisibility"); \ static_assert(sizeof(WBP_TextOverlay_C_GetScrollTutorialItemVisibility) == 0x000002, "Wrong size on WBP_TextOverlay_C_GetScrollTutorialItemVisibility"); \ static_assert(offsetof(WBP_TextOverlay_C_GetScrollTutorialItemVisibility, ReturnValue) == 0x000000, "Member 'WBP_TextOverlay_C_GetScrollTutorialItemVisibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_GetScrollTutorialItemVisibility, CallFunc_IsScrollBarNeeded_ReturnValue) == 0x000001, "Member 'WBP_TextOverlay_C_GetScrollTutorialItemVisibility::CallFunc_IsScrollBarNeeded_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_TextOverlay_C_BroadcastOnTextOverlayEvent \ static_assert(alignof(WBP_TextOverlay_C_BroadcastOnTextOverlayEvent) == 0x000008, "Wrong alignment on WBP_TextOverlay_C_BroadcastOnTextOverlayEvent"); \ static_assert(sizeof(WBP_TextOverlay_C_BroadcastOnTextOverlayEvent) == 0x000018, "Wrong size on WBP_TextOverlay_C_BroadcastOnTextOverlayEvent"); \ static_assert(offsetof(WBP_TextOverlay_C_BroadcastOnTextOverlayEvent, IsOpen) == 0x000000, "Member 'WBP_TextOverlay_C_BroadcastOnTextOverlayEvent::IsOpen' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_BroadcastOnTextOverlayEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'WBP_TextOverlay_C_BroadcastOnTextOverlayEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_TextOverlay_C_BroadcastOnTextOverlayEvent, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_TextOverlay_C_BroadcastOnTextOverlayEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_TextOverlay_C \ static_assert(alignof(UWBP_TextOverlay_C) == 0x000008, "Wrong alignment on UWBP_TextOverlay_C"); \ static_assert(sizeof(UWBP_TextOverlay_C) == 0x000358, "Wrong size on UWBP_TextOverlay_C"); \ static_assert(offsetof(UWBP_TextOverlay_C, UberGraphFrame_WBP_TextOverlay_C) == 0x0002C8, "Member 'UWBP_TextOverlay_C::UberGraphFrame_WBP_TextOverlay_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, ArticleScrollBox) == 0x0002D0, "Member 'UWBP_TextOverlay_C::ArticleScrollBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, ArticleTextBoxWidget) == 0x0002D8, "Member 'UWBP_TextOverlay_C::ArticleTextBoxWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, Background) == 0x0002E0, "Member 'UWBP_TextOverlay_C::Background' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, ButtonBarHBoxWidget) == 0x0002E8, "Member 'UWBP_TextOverlay_C::ButtonBarHBoxWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, ButtonBarLineImage) == 0x0002F0, "Member 'UWBP_TextOverlay_C::ButtonBarLineImage' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, RetainerBox_WRef) == 0x0002F8, "Member 'UWBP_TextOverlay_C::RetainerBox_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, ScrollTutorialItem) == 0x000300, "Member 'UWBP_TextOverlay_C::ScrollTutorialItem' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, StopReadingBtnWidget) == 0x000308, "Member 'UWBP_TextOverlay_C::StopReadingBtnWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, ArticleContentParam) == 0x000310, "Member 'UWBP_TextOverlay_C::ArticleContentParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, ScrollOffsetAmount) == 0x000328, "Member 'UWBP_TextOverlay_C::ScrollOffsetAmount' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, CurrScrollOffsetTarget) == 0x00032C, "Member 'UWBP_TextOverlay_C::CurrScrollOffsetTarget' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, ScrollUpKeys) == 0x000330, "Member 'UWBP_TextOverlay_C::ScrollUpKeys' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, ScrollDownKeys) == 0x000340, "Member 'UWBP_TextOverlay_C::ScrollDownKeys' has a wrong offset!"); \ static_assert(offsetof(UWBP_TextOverlay_C, OnTextOverlayEvent) == 0x000350, "Member 'UWBP_TextOverlay_C::OnTextOverlayEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_GL_Skylight \ static_assert(alignof(FS_GL_Skylight) == 0x000004, "Wrong alignment on FS_GL_Skylight"); \ static_assert(sizeof(FS_GL_Skylight) == 0x000028, "Wrong size on FS_GL_Skylight"); \ static_assert(offsetof(FS_GL_Skylight, Intensity_8_E18A53074FBB03E3CD185BB3EEF53AB4) == 0x000000, "Member 'FS_GL_Skylight::Intensity_8_E18A53074FBB03E3CD185BB3EEF53AB4' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Skylight, Color_7_BFE2A89246E7A70F376E729D9A096961) == 0x000004, "Member 'FS_GL_Skylight::Color_7_BFE2A89246E7A70F376E729D9A096961' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Skylight, LowerHemisphereColor_6_67836FE74C23442717F979997D86DF14) == 0x000014, "Member 'FS_GL_Skylight::LowerHemisphereColor_6_67836FE74C23442717F979997D86DF14' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Skylight, VolumetricScatteringIntensity_11_D104DECA41F5AD39A21C468B4BCEA57E) == 0x000024, "Member 'FS_GL_Skylight::VolumetricScatteringIntensity_11_D104DECA41F5AD39A21C468B4BCEA57E' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog) == 0x000050, "Wrong size on WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog, EntryPoint) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog, CallFunc_MakeLiteralString_ReturnValue) == 0x000040, "Member 'WBP_GenericMsgBoxDialog_C_ExecuteUbergraph_WBP_GenericMsgBoxDialog::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_Tick \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_Tick) == 0x000004, "Wrong alignment on WBP_GenericMsgBoxDialog_C_Tick"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_Tick) == 0x00003C, "Wrong size on WBP_GenericMsgBoxDialog_C_Tick"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_GenericMsgBoxDialog_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_CacheInitialData \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_CacheInitialData) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_CacheInitialData"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_CacheInitialData) == 0x000010, "Wrong size on WBP_GenericMsgBoxDialog_C_CacheInitialData"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_CacheInitialData, K2Node_DynamicCast_AsBP_Msg_Box_Blind_Data) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_CacheInitialData::K2Node_DynamicCast_AsBP_Msg_Box_Blind_Data' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_CacheInitialData, K2Node_DynamicCast_bSuccess) == 0x000008, "Member 'WBP_GenericMsgBoxDialog_C_CacheInitialData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_SetButtonControls \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_SetButtonControls) == 0x000004, "Wrong alignment on WBP_GenericMsgBoxDialog_C_SetButtonControls"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_SetButtonControls) == 0x000030, "Wrong size on WBP_GenericMsgBoxDialog_C_SetButtonControls"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetButtonControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_SetButtonControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetButtonControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_GenericMsgBoxDialog_C_SetButtonControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetButtonControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_GenericMsgBoxDialog_C_SetButtonControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_OnRightButtonClicked \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_OnRightButtonClicked) == 0x000004, "Wrong alignment on WBP_GenericMsgBoxDialog_C_OnRightButtonClicked"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_OnRightButtonClicked) == 0x000008, "Wrong size on WBP_GenericMsgBoxDialog_C_OnRightButtonClicked"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnRightButtonClicked, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_OnRightButtonClicked::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnRightButtonClicked, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_GenericMsgBoxDialog_C_OnRightButtonClicked::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_SetButtonsFromMsg \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_SetButtonsFromMsg) == 0x000004, "Wrong alignment on WBP_GenericMsgBoxDialog_C_SetButtonsFromMsg"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_SetButtonsFromMsg) == 0x00000C, "Wrong size on WBP_GenericMsgBoxDialog_C_SetButtonsFromMsg"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetButtonsFromMsg, Loc_NumButtons) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_SetButtonsFromMsg::Loc_NumButtons' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetButtonsFromMsg, K2Node_SwitchInteger_CmpSuccess) == 0x000004, "Member 'WBP_GenericMsgBoxDialog_C_SetButtonsFromMsg::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetButtonsFromMsg, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'WBP_GenericMsgBoxDialog_C_SetButtonsFromMsg::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_OpenMsgBox \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_OpenMsgBox) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_OpenMsgBox"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_OpenMsgBox) == 0x000038, "Wrong size on WBP_GenericMsgBoxDialog_C_OpenMsgBox"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OpenMsgBox, ReturnValue) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_OpenMsgBox::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OpenMsgBox, CallFunc_GetFadePlayRate_Result) == 0x000004, "Member 'WBP_GenericMsgBoxDialog_C_OpenMsgBox::CallFunc_GetFadePlayRate_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OpenMsgBox, CallFunc_MakeLiteralString_ReturnValue) == 0x000008, "Member 'WBP_GenericMsgBoxDialog_C_OpenMsgBox::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OpenMsgBox, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_GenericMsgBoxDialog_C_OpenMsgBox::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OpenMsgBox, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_GenericMsgBoxDialog_C_OpenMsgBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OpenMsgBox, CallFunc_OpenMsgBox_ReturnValue) == 0x000030, "Member 'WBP_GenericMsgBoxDialog_C_OpenMsgBox::CallFunc_OpenMsgBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration) == 0x0000E8, "Wrong size on WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration, Loc_MsgBoxDuration) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration::Loc_MsgBoxDuration' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration, K2Node_MakeStruct_FormatArgumentData_1) == 0x000048, "Member 'WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration, K2Node_MakeArray_Array) == 0x000088, "Member 'WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration, CallFunc_Format_ReturnValue) == 0x000098, "Member 'WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration, CallFunc_Round_ReturnValue) == 0x0000B0, "Member 'WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000B8, "Member 'WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000C8, "Member 'WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration, CallFunc_Concat_StrStr_ReturnValue) == 0x0000D0, "Member 'WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'WBP_GenericMsgBoxDialog_C_SetMsgBoxDuration::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_HideMsgBox \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_HideMsgBox) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_HideMsgBox"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_HideMsgBox) == 0x000038, "Wrong size on WBP_GenericMsgBoxDialog_C_HideMsgBox"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_HideMsgBox, ReturnValue) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_HideMsgBox::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_HideMsgBox, CallFunc_MakeLiteralString_ReturnValue) == 0x000008, "Member 'WBP_GenericMsgBoxDialog_C_HideMsgBox::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_HideMsgBox, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_GenericMsgBoxDialog_C_HideMsgBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_HideMsgBox, CallFunc_GetFadePlayRate_Result) == 0x000028, "Member 'WBP_GenericMsgBoxDialog_C_HideMsgBox::CallFunc_GetFadePlayRate_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_HideMsgBox, CallFunc_PlayAnimation_ReturnValue) == 0x000030, "Member 'WBP_GenericMsgBoxDialog_C_HideMsgBox::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_ShowMsgBox \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_ShowMsgBox) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_ShowMsgBox"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_ShowMsgBox) == 0x000030, "Wrong size on WBP_GenericMsgBoxDialog_C_ShowMsgBox"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_ShowMsgBox, ReturnValue) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_ShowMsgBox::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_ShowMsgBox, CallFunc_MakeLiteralString_ReturnValue) == 0x000008, "Member 'WBP_GenericMsgBoxDialog_C_ShowMsgBox::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_ShowMsgBox, CallFunc_GetFadePlayRate_Result) == 0x000018, "Member 'WBP_GenericMsgBoxDialog_C_ShowMsgBox::CallFunc_GetFadePlayRate_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_ShowMsgBox, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_GenericMsgBoxDialog_C_ShowMsgBox::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_ShowMsgBox, CallFunc_ShowMsgBox_ReturnValue) == 0x000028, "Member 'WBP_GenericMsgBoxDialog_C_ShowMsgBox::CallFunc_ShowMsgBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_CloseMsgBox \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_CloseMsgBox) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_CloseMsgBox"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_CloseMsgBox) == 0x000030, "Wrong size on WBP_GenericMsgBoxDialog_C_CloseMsgBox"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_CloseMsgBox, SelectedButtonIdx) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_CloseMsgBox::SelectedButtonIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_CloseMsgBox, CallFunc_GetFadePlayRate_Result) == 0x000004, "Member 'WBP_GenericMsgBoxDialog_C_CloseMsgBox::CallFunc_GetFadePlayRate_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_CloseMsgBox, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_GenericMsgBoxDialog_C_CloseMsgBox::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_CloseMsgBox, CallFunc_MakeLiteralString_ReturnValue) == 0x000010, "Member 'WBP_GenericMsgBoxDialog_C_CloseMsgBox::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_CloseMsgBox, K2Node_CreateDelegate_OutputDelegate) == 0x000020, "Member 'WBP_GenericMsgBoxDialog_C_CloseMsgBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration) == 0x000170, "Wrong size on WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, DeltaTime) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, Loc_CurrSeconds) == 0x000004, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::Loc_CurrSeconds' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, K2Node_MakeStruct_FormatArgumentData) == 0x000008, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, K2Node_MakeStruct_FormatArgumentData_1) == 0x000048, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, K2Node_MakeStruct_FormatArgumentData_2) == 0x000088, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, K2Node_MakeArray_Array) == 0x0000C8, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, K2Node_MakeStruct_FormatArgumentData_3) == 0x0000F0, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, K2Node_MakeArray_Array_1) == 0x000130, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, CallFunc_Format_ReturnValue_1) == 0x000140, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000158, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, CallFunc_Round_ReturnValue) == 0x00015C, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, CallFunc_Less_FloatFloat_ReturnValue) == 0x000160, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000164, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000168, "Member 'WBP_GenericMsgBoxDialog_C_TickMsgBoxDuration::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_PauseGame \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_PauseGame) == 0x000001, "Wrong alignment on WBP_GenericMsgBoxDialog_C_PauseGame"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_PauseGame) == 0x000001, "Wrong size on WBP_GenericMsgBoxDialog_C_PauseGame"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_PauseGame, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_PauseGame::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_OnHideMsgBoxAnimFinished \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_OnHideMsgBoxAnimFinished) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_OnHideMsgBoxAnimFinished"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_OnHideMsgBoxAnimFinished) == 0x000018, "Wrong size on WBP_GenericMsgBoxDialog_C_OnHideMsgBoxAnimFinished"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnHideMsgBoxAnimFinished, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_OnHideMsgBoxAnimFinished::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnHideMsgBoxAnimFinished, CallFunc_HideMsgBox_ReturnValue) == 0x000010, "Member 'WBP_GenericMsgBoxDialog_C_OnHideMsgBoxAnimFinished::CallFunc_HideMsgBox_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_OnCloseMsgBoxAnimFinished \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_OnCloseMsgBoxAnimFinished) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_OnCloseMsgBoxAnimFinished"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_OnCloseMsgBoxAnimFinished) == 0x000010, "Wrong size on WBP_GenericMsgBoxDialog_C_OnCloseMsgBoxAnimFinished"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnCloseMsgBoxAnimFinished, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_OnCloseMsgBoxAnimFinished::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_OnMsgBoxClose \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_OnMsgBoxClose) == 0x000004, "Wrong alignment on WBP_GenericMsgBoxDialog_C_OnMsgBoxClose"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_OnMsgBoxClose) == 0x000004, "Wrong size on WBP_GenericMsgBoxDialog_C_OnMsgBoxClose"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnMsgBoxClose, SelectedButtonIdx) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_OnMsgBoxClose::SelectedButtonIdx' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_OnKeyUp \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_OnKeyUp"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_OnKeyUp) == 0x000540, "Wrong size on WBP_GenericMsgBoxDialog_C_OnKeyUp"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, Loc_NumButtons) == 0x000130, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::Loc_NumButtons' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, Loc_Key) == 0x000138, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::Loc_Key' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue) == 0x000150, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000158, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x000160, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000168, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000170, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000228, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x0002E0, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x0002E1, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue) == 0x0002E2, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_Greater_IntInt_ReturnValue) == 0x0002E3, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_Handled_ReturnValue_2) == 0x0002E8, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x0003A0, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_Handled_ReturnValue_3) == 0x0003B8, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_Handled_ReturnValue_4) == 0x000470, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000528, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000529, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x00052A, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue_1) == 0x00052B, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_BooleanAND_ReturnValue) == 0x00052C, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x00052D, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x00052E, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x00052F, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_1) == 0x000530, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x000531, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_2) == 0x000532, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000533, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_Greater_IntInt_ReturnValue_2) == 0x000534, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_OnKeyUp, CallFunc_Array_Length_ReturnValue) == 0x000538, "Member 'WBP_GenericMsgBoxDialog_C_OnKeyUp::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_GetMsgBoxWidgetToFocus \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_GetMsgBoxWidgetToFocus) == 0x000008, "Wrong alignment on WBP_GenericMsgBoxDialog_C_GetMsgBoxWidgetToFocus"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_GetMsgBoxWidgetToFocus) == 0x000010, "Wrong size on WBP_GenericMsgBoxDialog_C_GetMsgBoxWidgetToFocus"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_GetMsgBoxWidgetToFocus, Result) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_GetMsgBoxWidgetToFocus::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_GetMsgBoxWidgetToFocus, Loc_NumButtons) == 0x000008, "Member 'WBP_GenericMsgBoxDialog_C_GetMsgBoxWidgetToFocus::Loc_NumButtons' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GenericMsgBoxDialog_C_GetFadePlayRate \ static_assert(alignof(WBP_GenericMsgBoxDialog_C_GetFadePlayRate) == 0x000004, "Wrong alignment on WBP_GenericMsgBoxDialog_C_GetFadePlayRate"); \ static_assert(sizeof(WBP_GenericMsgBoxDialog_C_GetFadePlayRate) == 0x000008, "Wrong size on WBP_GenericMsgBoxDialog_C_GetFadePlayRate"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_GetFadePlayRate, Result) == 0x000000, "Member 'WBP_GenericMsgBoxDialog_C_GetFadePlayRate::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_GenericMsgBoxDialog_C_GetFadePlayRate, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000004, "Member 'WBP_GenericMsgBoxDialog_C_GetFadePlayRate::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_GenericMsgBoxDialog_C \ static_assert(alignof(UWBP_GenericMsgBoxDialog_C) == 0x000008, "Wrong alignment on UWBP_GenericMsgBoxDialog_C"); \ static_assert(sizeof(UWBP_GenericMsgBoxDialog_C) == 0x000340, "Wrong size on UWBP_GenericMsgBoxDialog_C"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, UberGraphFrame) == 0x0002D0, "Member 'UWBP_GenericMsgBoxDialog_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, Anim_ScaleOut) == 0x0002D8, "Member 'UWBP_GenericMsgBoxDialog_C::Anim_ScaleOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, Anim_ScaleIn) == 0x0002E0, "Member 'UWBP_GenericMsgBoxDialog_C::Anim_ScaleIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, LeftButtonWidget) == 0x0002E8, "Member 'UWBP_GenericMsgBoxDialog_C::LeftButtonWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, MidButtonSpacerWidget) == 0x0002F0, "Member 'UWBP_GenericMsgBoxDialog_C::MidButtonSpacerWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, MidButtonWidget) == 0x0002F8, "Member 'UWBP_GenericMsgBoxDialog_C::MidButtonWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, MsgTextWidget) == 0x000300, "Member 'UWBP_GenericMsgBoxDialog_C::MsgTextWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, RightButtonSpacerWidget) == 0x000308, "Member 'UWBP_GenericMsgBoxDialog_C::RightButtonSpacerWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, RightButtonWidget) == 0x000310, "Member 'UWBP_GenericMsgBoxDialog_C::RightButtonWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, TitleTextWidget) == 0x000318, "Member 'UWBP_GenericMsgBoxDialog_C::TitleTextWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, CachedSelectedButtonIdx) == 0x000320, "Member 'UWBP_GenericMsgBoxDialog_C::CachedSelectedButtonIdx' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, CachedPHMsgBoxBlindData) == 0x000328, "Member 'UWBP_GenericMsgBoxDialog_C::CachedPHMsgBoxBlindData' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, MsgBoxSecondsRemaining) == 0x000330, "Member 'UWBP_GenericMsgBoxDialog_C::MsgBoxSecondsRemaining' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, MsgBoxDurationRemaining) == 0x000334, "Member 'UWBP_GenericMsgBoxDialog_C::MsgBoxDurationRemaining' has a wrong offset!"); \ static_assert(offsetof(UWBP_GenericMsgBoxDialog_C, AnimationFadeTime) == 0x000338, "Member 'UWBP_GenericMsgBoxDialog_C::AnimationFadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDStatusMsgItemBase_C_ExecuteUbergraph_WBP_HUDStatusMsgItemBase \ static_assert(alignof(WBP_HUDStatusMsgItemBase_C_ExecuteUbergraph_WBP_HUDStatusMsgItemBase) == 0x000004, "Wrong alignment on WBP_HUDStatusMsgItemBase_C_ExecuteUbergraph_WBP_HUDStatusMsgItemBase"); \ static_assert(sizeof(WBP_HUDStatusMsgItemBase_C_ExecuteUbergraph_WBP_HUDStatusMsgItemBase) == 0x000004, "Wrong size on WBP_HUDStatusMsgItemBase_C_ExecuteUbergraph_WBP_HUDStatusMsgItemBase"); \ static_assert(offsetof(WBP_HUDStatusMsgItemBase_C_ExecuteUbergraph_WBP_HUDStatusMsgItemBase, EntryPoint) == 0x000000, "Member 'WBP_HUDStatusMsgItemBase_C_ExecuteUbergraph_WBP_HUDStatusMsgItemBase::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDStatusMsgItemBase_C_ToString \ static_assert(alignof(WBP_HUDStatusMsgItemBase_C_ToString) == 0x000008, "Wrong alignment on WBP_HUDStatusMsgItemBase_C_ToString"); \ static_assert(sizeof(WBP_HUDStatusMsgItemBase_C_ToString) == 0x000020, "Wrong size on WBP_HUDStatusMsgItemBase_C_ToString"); \ static_assert(offsetof(WBP_HUDStatusMsgItemBase_C_ToString, Result) == 0x000000, "Member 'WBP_HUDStatusMsgItemBase_C_ToString::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDStatusMsgItemBase_C_ToString, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'WBP_HUDStatusMsgItemBase_C_ToString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_HUDStatusMsgItemBase_C \ static_assert(alignof(UWBP_HUDStatusMsgItemBase_C) == 0x000008, "Wrong alignment on UWBP_HUDStatusMsgItemBase_C"); \ static_assert(sizeof(UWBP_HUDStatusMsgItemBase_C) == 0x000270, "Wrong size on UWBP_HUDStatusMsgItemBase_C"); \ static_assert(offsetof(UWBP_HUDStatusMsgItemBase_C, UberGraphFrame) == 0x000260, "Member 'UWBP_HUDStatusMsgItemBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDStatusMsgItemBase_C, HUDParent) == 0x000268, "Member 'UWBP_HUDStatusMsgItemBase_C::HUDParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGCA_SingScream_Active_C \ static_assert(alignof(AGCA_SingScream_Active_C) == 0x000008, "Wrong alignment on AGCA_SingScream_Active_C"); \ static_assert(sizeof(AGCA_SingScream_Active_C) == 0x0003E0, "Wrong size on AGCA_SingScream_Active_C"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase \ static_assert(alignof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase"); \ static_assert(sizeof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase) == 0x000120, "Wrong size on GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, EntryPoint) == 0x000000, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, Temp_object_Variable) == 0x000008, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, K2Node_CustomEvent_Duration_1) == 0x000018, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::K2Node_CustomEvent_Duration_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, K2Node_CustomEvent_Force) == 0x00001C, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::K2Node_CustomEvent_Force' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, K2Node_CustomEvent_Duration) == 0x000020, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_Not_PreBool_ReturnValue) == 0x000024, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_BooleanOR_ReturnValue) == 0x000025, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_GetScalarParameterValue_ReturnValue) == 0x000028, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_GetScalarParameterValue_ReturnValue_1) == 0x00002C, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, K2Node_CustomEvent_FadeInTime) == 0x000030, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::K2Node_CustomEvent_FadeInTime' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, K2Node_CustomEvent_ManualFade) == 0x000034, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::K2Node_CustomEvent_ManualFade' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_Not_PreBool_ReturnValue_1) == 0x000035, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_AddCameraPostProcess_ReturnValue) == 0x000038, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_AddCameraPostProcess_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000048, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_MakeLiteralString_ReturnValue) == 0x000050, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_Conv_FloatToString_ReturnValue) == 0x000060, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, K2Node_CustomEvent_FadeOutAmount) == 0x000080, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::K2Node_CustomEvent_FadeOutAmount' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000088, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000090, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A0, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_CreateEOEvent_ReturnValue_3) == 0x0000B0, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_MakeLiteralString_ReturnValue_1) == 0x0000B8, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_MakeLiteralString_ReturnValue_2) == 0x0000C8, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_MakeLiteralString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_Not_PreBool_ReturnValue_2) == 0x0000D8, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_Lerp_ReturnValue) == 0x0000DC, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000E0, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_Lerp_ReturnValue_1) == 0x0000E4, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x0000E8, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_GetViewTarget_ReturnValue) == 0x0000F0, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, K2Node_DynamicCast_AsEO_Camera_Owner_Interface) == 0x0000F8, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::K2Node_DynamicCast_AsEO_Camera_Owner_Interface' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, K2Node_DynamicCast_bSuccess) == 0x000108, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_GetCamera_ReturnValue) == 0x000110, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_GetCamera_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000118, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000119, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase, CallFunc_Not_PreBool_ReturnValue_3) == 0x00011A, "Member 'GCA_VitalityBase_C_ExecuteUbergraph_GCA_VitalityBase::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_StopDeathFX \ static_assert(alignof(GCA_VitalityBase_C_StopDeathFX) == 0x000004, "Wrong alignment on GCA_VitalityBase_C_StopDeathFX"); \ static_assert(sizeof(GCA_VitalityBase_C_StopDeathFX) == 0x000004, "Wrong size on GCA_VitalityBase_C_StopDeathFX"); \ static_assert(offsetof(GCA_VitalityBase_C_StopDeathFX, FadeOutAmount) == 0x000000, "Member 'GCA_VitalityBase_C_StopDeathFX::FadeOutAmount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_StartDeathFX \ static_assert(alignof(GCA_VitalityBase_C_StartDeathFX) == 0x000004, "Wrong alignment on GCA_VitalityBase_C_StartDeathFX"); \ static_assert(sizeof(GCA_VitalityBase_C_StartDeathFX) == 0x000008, "Wrong size on GCA_VitalityBase_C_StartDeathFX"); \ static_assert(offsetof(GCA_VitalityBase_C_StartDeathFX, FadeInTime) == 0x000000, "Member 'GCA_VitalityBase_C_StartDeathFX::FadeInTime' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_StartDeathFX, ManualFade) == 0x000004, "Member 'GCA_VitalityBase_C_StartDeathFX::ManualFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_StartDamageFX \ static_assert(alignof(GCA_VitalityBase_C_StartDamageFX) == 0x000004, "Wrong alignment on GCA_VitalityBase_C_StartDamageFX"); \ static_assert(sizeof(GCA_VitalityBase_C_StartDamageFX) == 0x000004, "Wrong size on GCA_VitalityBase_C_StartDamageFX"); \ static_assert(offsetof(GCA_VitalityBase_C_StartDamageFX, Duration) == 0x000000, "Member 'GCA_VitalityBase_C_StartDamageFX::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_StopDamageFX \ static_assert(alignof(GCA_VitalityBase_C_StopDamageFX) == 0x000004, "Wrong alignment on GCA_VitalityBase_C_StopDamageFX"); \ static_assert(sizeof(GCA_VitalityBase_C_StopDamageFX) == 0x000008, "Wrong size on GCA_VitalityBase_C_StopDamageFX"); \ static_assert(offsetof(GCA_VitalityBase_C_StopDamageFX, Duration) == 0x000000, "Member 'GCA_VitalityBase_C_StopDamageFX::Duration' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_StopDamageFX, Force) == 0x000004, "Member 'GCA_VitalityBase_C_StopDamageFX::Force' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_OnActive \ static_assert(alignof(GCA_VitalityBase_C_OnActive) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_OnActive"); \ static_assert(sizeof(GCA_VitalityBase_C_OnActive) == 0x0000F0, "Wrong size on GCA_VitalityBase_C_OnActive"); \ static_assert(offsetof(GCA_VitalityBase_C_OnActive, MyTarget) == 0x000000, "Member 'GCA_VitalityBase_C_OnActive::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnActive, Parameters) == 0x000008, "Member 'GCA_VitalityBase_C_OnActive::Parameters' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnActive, ReturnValue) == 0x0000C8, "Member 'GCA_VitalityBase_C_OnActive::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnActive, CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue) == 0x0000D0, "Member 'GCA_VitalityBase_C_OnActive::CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnActive, CallFunc_Concat_StrStr_ReturnValue) == 0x0000E0, "Member 'GCA_VitalityBase_C_OnActive::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_OnRemove \ static_assert(alignof(GCA_VitalityBase_C_OnRemove) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_OnRemove"); \ static_assert(sizeof(GCA_VitalityBase_C_OnRemove) == 0x000150, "Wrong size on GCA_VitalityBase_C_OnRemove"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, MyTarget) == 0x000000, "Member 'GCA_VitalityBase_C_OnRemove::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, Parameters) == 0x000008, "Member 'GCA_VitalityBase_C_OnRemove::Parameters' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, ReturnValue) == 0x0000C8, "Member 'GCA_VitalityBase_C_OnRemove::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, CallFunc_GetGameCueTargetActor_Result) == 0x0000D0, "Member 'GCA_VitalityBase_C_OnRemove::CallFunc_GetGameCueTargetActor_Result' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, CallFunc_GetPathName_ReturnValue) == 0x0000D8, "Member 'GCA_VitalityBase_C_OnRemove::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue) == 0x0000E8, "Member 'GCA_VitalityBase_C_OnRemove::CallFunc_GetDebugStringFromGameplayTagContainer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, CallFunc_Concat_StrStr_ReturnValue) == 0x0000F8, "Member 'GCA_VitalityBase_C_OnRemove::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000108, "Member 'GCA_VitalityBase_C_OnRemove::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, CallFunc_IsValid_ReturnValue) == 0x000118, "Member 'GCA_VitalityBase_C_OnRemove::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000120, "Member 'GCA_VitalityBase_C_OnRemove::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, CallFunc_RemoveActiveEffectsWithGrantedTags_ReturnValue) == 0x000128, "Member 'GCA_VitalityBase_C_OnRemove::CallFunc_RemoveActiveEffectsWithGrantedTags_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, CallFunc_IsValid_ReturnValue_1) == 0x00012C, "Member 'GCA_VitalityBase_C_OnRemove::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, CallFunc_Conv_IntToString_ReturnValue) == 0x000130, "Member 'GCA_VitalityBase_C_OnRemove::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnRemove, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000140, "Member 'GCA_VitalityBase_C_OnRemove::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_GetGameCueTargetActor \ static_assert(alignof(GCA_VitalityBase_C_GetGameCueTargetActor) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_GetGameCueTargetActor"); \ static_assert(sizeof(GCA_VitalityBase_C_GetGameCueTargetActor) == 0x000008, "Wrong size on GCA_VitalityBase_C_GetGameCueTargetActor"); \ static_assert(offsetof(GCA_VitalityBase_C_GetGameCueTargetActor, Result) == 0x000000, "Member 'GCA_VitalityBase_C_GetGameCueTargetActor::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_GetGameCueParameters \ static_assert(alignof(GCA_VitalityBase_C_GetGameCueParameters) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_GetGameCueParameters"); \ static_assert(sizeof(GCA_VitalityBase_C_GetGameCueParameters) == 0x0000C0, "Wrong size on GCA_VitalityBase_C_GetGameCueParameters"); \ static_assert(offsetof(GCA_VitalityBase_C_GetGameCueParameters, Result) == 0x000000, "Member 'GCA_VitalityBase_C_GetGameCueParameters::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_CacheData \ static_assert(alignof(GCA_VitalityBase_C_CacheData) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_CacheData"); \ static_assert(sizeof(GCA_VitalityBase_C_CacheData) == 0x000288, "Wrong size on GCA_VitalityBase_C_CacheData"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CueTargetActor) == 0x000000, "Member 'GCA_VitalityBase_C_CacheData::CueTargetActor' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CueParameters) == 0x000008, "Member 'GCA_VitalityBase_C_CacheData::CueParameters' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_GetGameCueTargetActor_Result) == 0x0000C8, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_GetGameCueTargetActor_Result' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, K2Node_DynamicCast_AsBP_Player_Character) == 0x0000D0, "Member 'GCA_VitalityBase_C_CacheData::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'GCA_VitalityBase_C_CacheData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_NormalizedMagnitude) == 0x0000DC, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_NormalizedMagnitude' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_RawMagnitude) == 0x0000E0, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_RawMagnitude' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_EffectContext) == 0x0000E8, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_EffectContext' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_MatchedTagName) == 0x000100, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_MatchedTagName' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_OriginalTag) == 0x000108, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_OriginalTag' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_AggregatedSourceTags) == 0x000110, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_AggregatedSourceTags' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_AggregatedTargetTags) == 0x000130, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_AggregatedTargetTags' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_Location) == 0x000150, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_Location' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_Normal) == 0x00015C, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_Normal' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_Instigator) == 0x000168, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_Instigator' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_EffectCauser) == 0x000170, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_EffectCauser' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_SourceObject) == 0x000178, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_SourceObject' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_PhysicalMaterial) == 0x000180, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_PhysicalMaterial' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_GameplayEffectLevel) == 0x000188, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_GameplayEffectLevel' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_AbilityLevel) == 0x00018C, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_AbilityLevel' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_TargetAttachComponent) == 0x000190, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_TargetAttachComponent' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_bReplicateLocationWhenUsingMinimalRepProxy) == 0x000198, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_bReplicateLocationWhenUsingMinimalRepProxy' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_NormalizedMagnitude_1) == 0x00019C, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_NormalizedMagnitude_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_RawMagnitude_1) == 0x0001A0, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_RawMagnitude_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_EffectContext_1) == 0x0001A8, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_EffectContext_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_MatchedTagName_1) == 0x0001C0, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_MatchedTagName_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_OriginalTag_1) == 0x0001C8, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_OriginalTag_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_AggregatedSourceTags_1) == 0x0001D0, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_AggregatedSourceTags_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_AggregatedTargetTags_1) == 0x0001F0, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_AggregatedTargetTags_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_Location_1) == 0x000210, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_Location_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_Normal_1) == 0x00021C, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_Normal_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_Instigator_1) == 0x000228, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_Instigator_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_EffectCauser_1) == 0x000230, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_EffectCauser_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_SourceObject_1) == 0x000238, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_SourceObject_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_PhysicalMaterial_1) == 0x000240, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_PhysicalMaterial_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_GameplayEffectLevel_1) == 0x000248, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_GameplayEffectLevel_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_AbilityLevel_1) == 0x00024C, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_AbilityLevel_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_TargetAttachComponent_1) == 0x000250, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_TargetAttachComponent_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_BreakGameplayCueParameters_bReplicateLocationWhenUsingMinimalRepProxy_1) == 0x000258, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_BreakGameplayCueParameters_bReplicateLocationWhenUsingMinimalRepProxy_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, K2Node_DynamicCast_AsGEPO_Point_Damage_Data_Obj) == 0x000260, "Member 'GCA_VitalityBase_C_CacheData::K2Node_DynamicCast_AsGEPO_Point_Damage_Data_Obj' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, K2Node_DynamicCast_bSuccess_1) == 0x000268, "Member 'GCA_VitalityBase_C_CacheData::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, CallFunc_GetController_ReturnValue) == 0x000270, "Member 'GCA_VitalityBase_C_CacheData::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, K2Node_DynamicCast_AsBP_Player_Controller) == 0x000278, "Member 'GCA_VitalityBase_C_CacheData::K2Node_DynamicCast_AsBP_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_CacheData, K2Node_DynamicCast_bSuccess_2) == 0x000280, "Member 'GCA_VitalityBase_C_CacheData::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_ResetALL \ static_assert(alignof(GCA_VitalityBase_C_ResetALL) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_ResetALL"); \ static_assert(sizeof(GCA_VitalityBase_C_ResetALL) == 0x000010, "Wrong size on GCA_VitalityBase_C_ResetALL"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetALL, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'GCA_VitalityBase_C_ResetALL::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_ResetCameraManager \ static_assert(alignof(GCA_VitalityBase_C_ResetCameraManager) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_ResetCameraManager"); \ static_assert(sizeof(GCA_VitalityBase_C_ResetCameraManager) == 0x000010, "Wrong size on GCA_VitalityBase_C_ResetCameraManager"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetCameraManager, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x000000, "Member 'GCA_VitalityBase_C_ResetCameraManager::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetCameraManager, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'GCA_VitalityBase_C_ResetCameraManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_ResetPlayerCharacter \ static_assert(alignof(GCA_VitalityBase_C_ResetPlayerCharacter) == 0x000001, "Wrong alignment on GCA_VitalityBase_C_ResetPlayerCharacter"); \ static_assert(sizeof(GCA_VitalityBase_C_ResetPlayerCharacter) == 0x000001, "Wrong size on GCA_VitalityBase_C_ResetPlayerCharacter"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetPlayerCharacter, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GCA_VitalityBase_C_ResetPlayerCharacter::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_ResetPlayerCamera \ static_assert(alignof(GCA_VitalityBase_C_ResetPlayerCamera) == 0x000001, "Wrong alignment on GCA_VitalityBase_C_ResetPlayerCamera"); \ static_assert(sizeof(GCA_VitalityBase_C_ResetPlayerCamera) == 0x000001, "Wrong size on GCA_VitalityBase_C_ResetPlayerCamera"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetPlayerCamera, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GCA_VitalityBase_C_ResetPlayerCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_ResetGameplayEffects \ static_assert(alignof(GCA_VitalityBase_C_ResetGameplayEffects) == 0x000001, "Wrong alignment on GCA_VitalityBase_C_ResetGameplayEffects"); \ static_assert(sizeof(GCA_VitalityBase_C_ResetGameplayEffects) == 0x000001, "Wrong size on GCA_VitalityBase_C_ResetGameplayEffects"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetGameplayEffects, CallFunc_StopPlayerSpeedForObject_ReturnValue) == 0x000000, "Member 'GCA_VitalityBase_C_ResetGameplayEffects::CallFunc_StopPlayerSpeedForObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_EnablePlayerInput \ static_assert(alignof(GCA_VitalityBase_C_EnablePlayerInput) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_EnablePlayerInput"); \ static_assert(sizeof(GCA_VitalityBase_C_EnablePlayerInput) == 0x000088, "Wrong size on GCA_VitalityBase_C_EnablePlayerInput"); \ static_assert(offsetof(GCA_VitalityBase_C_EnablePlayerInput, CallFunc_GetDisplayName_ReturnValue) == 0x000000, "Member 'GCA_VitalityBase_C_EnablePlayerInput::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_EnablePlayerInput, CallFunc_GetDisplayName_ReturnValue_1) == 0x000010, "Member 'GCA_VitalityBase_C_EnablePlayerInput::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_EnablePlayerInput, CallFunc_MakeLiteralString_ReturnValue) == 0x000020, "Member 'GCA_VitalityBase_C_EnablePlayerInput::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_EnablePlayerInput, CallFunc_EnablePlayerCharacterInput_ReturnValue) == 0x000030, "Member 'GCA_VitalityBase_C_EnablePlayerInput::CallFunc_EnablePlayerCharacterInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_EnablePlayerInput, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'GCA_VitalityBase_C_EnablePlayerInput::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_EnablePlayerInput, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000048, "Member 'GCA_VitalityBase_C_EnablePlayerInput::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_EnablePlayerInput, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'GCA_VitalityBase_C_EnablePlayerInput::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_EnablePlayerInput, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'GCA_VitalityBase_C_EnablePlayerInput::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_EnablePlayerInput, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'GCA_VitalityBase_C_EnablePlayerInput::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_DisablePlayerInput \ static_assert(alignof(GCA_VitalityBase_C_DisablePlayerInput) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_DisablePlayerInput"); \ static_assert(sizeof(GCA_VitalityBase_C_DisablePlayerInput) == 0x000090, "Wrong size on GCA_VitalityBase_C_DisablePlayerInput"); \ static_assert(offsetof(GCA_VitalityBase_C_DisablePlayerInput, CallFunc_GetDisplayName_ReturnValue) == 0x000000, "Member 'GCA_VitalityBase_C_DisablePlayerInput::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisablePlayerInput, CallFunc_GetDisplayName_ReturnValue_1) == 0x000010, "Member 'GCA_VitalityBase_C_DisablePlayerInput::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisablePlayerInput, CallFunc_MakeLiteralString_ReturnValue) == 0x000020, "Member 'GCA_VitalityBase_C_DisablePlayerInput::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisablePlayerInput, CallFunc_DisablePlayerCharacterInput_ReturnValue) == 0x000030, "Member 'GCA_VitalityBase_C_DisablePlayerInput::CallFunc_DisablePlayerCharacterInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisablePlayerInput, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'GCA_VitalityBase_C_DisablePlayerInput::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisablePlayerInput, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000048, "Member 'GCA_VitalityBase_C_DisablePlayerInput::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisablePlayerInput, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'GCA_VitalityBase_C_DisablePlayerInput::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisablePlayerInput, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'GCA_VitalityBase_C_DisablePlayerInput::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisablePlayerInput, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'GCA_VitalityBase_C_DisablePlayerInput::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisablePlayerInput, CallFunc_Not_PreBool_ReturnValue) == 0x000088, "Member 'GCA_VitalityBase_C_DisablePlayerInput::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_Log \ static_assert(alignof(GCA_VitalityBase_C_Log) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_Log"); \ static_assert(sizeof(GCA_VitalityBase_C_Log) == 0x0000D8, "Wrong size on GCA_VitalityBase_C_Log"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, Tag) == 0x000000, "Member 'GCA_VitalityBase_C_Log::Tag' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, inString) == 0x000010, "Member 'GCA_VitalityBase_C_Log::inString' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, Print_to_Screen) == 0x000020, "Member 'GCA_VitalityBase_C_Log::Print_to_Screen' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, Print_to_Log) == 0x000021, "Member 'GCA_VitalityBase_C_Log::Print_to_Log' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, Text_Color) == 0x000024, "Member 'GCA_VitalityBase_C_Log::Text_Color' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, Duration) == 0x000034, "Member 'GCA_VitalityBase_C_Log::Duration' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, Loc_TagString) == 0x000038, "Member 'GCA_VitalityBase_C_Log::Loc_TagString' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'GCA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, CallFunc_IsEmpty_ReturnValue) == 0x000058, "Member 'GCA_VitalityBase_C_Log::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'GCA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, CallFunc_GetGameCueTargetActor_Result) == 0x000070, "Member 'GCA_VitalityBase_C_Log::CallFunc_GetGameCueTargetActor_Result' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, CallFunc_GetDisplayName_ReturnValue) == 0x000078, "Member 'GCA_VitalityBase_C_Log::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'GCA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000098, "Member 'GCA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000A8, "Member 'GCA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000B8, "Member 'GCA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_Log, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000C8, "Member 'GCA_VitalityBase_C_Log::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_SetCameraToAnimation \ static_assert(alignof(GCA_VitalityBase_C_SetCameraToAnimation) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_SetCameraToAnimation"); \ static_assert(sizeof(GCA_VitalityBase_C_SetCameraToAnimation) == 0x000030, "Wrong size on GCA_VitalityBase_C_SetCameraToAnimation"); \ static_assert(offsetof(GCA_VitalityBase_C_SetCameraToAnimation, HideMesh) == 0x000000, "Member 'GCA_VitalityBase_C_SetCameraToAnimation::HideMesh' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_SetCameraToAnimation, CallFunc_MakeLiteralString_ReturnValue) == 0x000008, "Member 'GCA_VitalityBase_C_SetCameraToAnimation::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_SetCameraToAnimation, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000018, "Member 'GCA_VitalityBase_C_SetCameraToAnimation::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_SetCameraToAnimation, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'GCA_VitalityBase_C_SetCameraToAnimation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_SetCameraToAnimation, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'GCA_VitalityBase_C_SetCameraToAnimation::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_SetCameraToGamePlay \ static_assert(alignof(GCA_VitalityBase_C_SetCameraToGamePlay) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_SetCameraToGamePlay"); \ static_assert(sizeof(GCA_VitalityBase_C_SetCameraToGamePlay) == 0x000028, "Wrong size on GCA_VitalityBase_C_SetCameraToGamePlay"); \ static_assert(offsetof(GCA_VitalityBase_C_SetCameraToGamePlay, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'GCA_VitalityBase_C_SetCameraToGamePlay::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_SetCameraToGamePlay, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000010, "Member 'GCA_VitalityBase_C_SetCameraToGamePlay::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_SetCameraToGamePlay, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'GCA_VitalityBase_C_SetCameraToGamePlay::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_EnableHUD \ static_assert(alignof(GCA_VitalityBase_C_EnableHUD) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_EnableHUD"); \ static_assert(sizeof(GCA_VitalityBase_C_EnableHUD) == 0x000028, "Wrong size on GCA_VitalityBase_C_EnableHUD"); \ static_assert(offsetof(GCA_VitalityBase_C_EnableHUD, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'GCA_VitalityBase_C_EnableHUD::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_EnableHUD, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'GCA_VitalityBase_C_EnableHUD::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_EnableHUD, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000018, "Member 'GCA_VitalityBase_C_EnableHUD::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_DisableHUD \ static_assert(alignof(GCA_VitalityBase_C_DisableHUD) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_DisableHUD"); \ static_assert(sizeof(GCA_VitalityBase_C_DisableHUD) == 0x000030, "Wrong size on GCA_VitalityBase_C_DisableHUD"); \ static_assert(offsetof(GCA_VitalityBase_C_DisableHUD, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'GCA_VitalityBase_C_DisableHUD::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisableHUD, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000010, "Member 'GCA_VitalityBase_C_DisableHUD::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisableHUD, CallFunc_CreateEOEvent_ReturnValue) == 0x000020, "Member 'GCA_VitalityBase_C_DisableHUD::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_DisableHUD, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'GCA_VitalityBase_C_DisableHUD::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_SetGCATimeDilation \ static_assert(alignof(GCA_VitalityBase_C_SetGCATimeDilation) == 0x000004, "Wrong alignment on GCA_VitalityBase_C_SetGCATimeDilation"); \ static_assert(sizeof(GCA_VitalityBase_C_SetGCATimeDilation) == 0x000004, "Wrong size on GCA_VitalityBase_C_SetGCATimeDilation"); \ static_assert(offsetof(GCA_VitalityBase_C_SetGCATimeDilation, NewTimeDilation) == 0x000000, "Member 'GCA_VitalityBase_C_SetGCATimeDilation::NewTimeDilation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_ResetGCATimeDilation \ static_assert(alignof(GCA_VitalityBase_C_ResetGCATimeDilation) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_ResetGCATimeDilation"); \ static_assert(sizeof(GCA_VitalityBase_C_ResetGCATimeDilation) == 0x000020, "Wrong size on GCA_VitalityBase_C_ResetGCATimeDilation"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetGCATimeDilation, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'GCA_VitalityBase_C_ResetGCATimeDilation::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetGCATimeDilation, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000010, "Member 'GCA_VitalityBase_C_ResetGCATimeDilation::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_AddDamagePostFX \ static_assert(alignof(GCA_VitalityBase_C_AddDamagePostFX) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_AddDamagePostFX"); \ static_assert(sizeof(GCA_VitalityBase_C_AddDamagePostFX) == 0x000058, "Wrong size on GCA_VitalityBase_C_AddDamagePostFX"); \ static_assert(offsetof(GCA_VitalityBase_C_AddDamagePostFX, Temp_object_Variable) == 0x000000, "Member 'GCA_VitalityBase_C_AddDamagePostFX::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_AddDamagePostFX, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x000008, "Member 'GCA_VitalityBase_C_AddDamagePostFX::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_AddDamagePostFX, CallFunc_CameraPostProcessExists_ReturnValue) == 0x000010, "Member 'GCA_VitalityBase_C_AddDamagePostFX::CallFunc_CameraPostProcessExists_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_AddDamagePostFX, CallFunc_AddCameraPostProcess_ReturnValue) == 0x000018, "Member 'GCA_VitalityBase_C_AddDamagePostFX::CallFunc_AddCameraPostProcess_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_AddDamagePostFX, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'GCA_VitalityBase_C_AddDamagePostFX::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_AddDamagePostFX, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000028, "Member 'GCA_VitalityBase_C_AddDamagePostFX::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_AddDamagePostFX, CallFunc_GetViewTarget_ReturnValue) == 0x000030, "Member 'GCA_VitalityBase_C_AddDamagePostFX::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_AddDamagePostFX, K2Node_DynamicCast_AsEO_Camera_Owner_Interface) == 0x000038, "Member 'GCA_VitalityBase_C_AddDamagePostFX::K2Node_DynamicCast_AsEO_Camera_Owner_Interface' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_AddDamagePostFX, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'GCA_VitalityBase_C_AddDamagePostFX::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_AddDamagePostFX, CallFunc_GetCamera_ReturnValue) == 0x000050, "Member 'GCA_VitalityBase_C_AddDamagePostFX::CallFunc_GetCamera_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_IsDamageFXFaded \ static_assert(alignof(GCA_VitalityBase_C_IsDamageFXFaded) == 0x000004, "Wrong alignment on GCA_VitalityBase_C_IsDamageFXFaded"); \ static_assert(sizeof(GCA_VitalityBase_C_IsDamageFXFaded) == 0x00000C, "Wrong size on GCA_VitalityBase_C_IsDamageFXFaded"); \ static_assert(offsetof(GCA_VitalityBase_C_IsDamageFXFaded, Result) == 0x000000, "Member 'GCA_VitalityBase_C_IsDamageFXFaded::Result' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_IsDamageFXFaded, CallFunc_GetScalarParameterValue_ReturnValue) == 0x000004, "Member 'GCA_VitalityBase_C_IsDamageFXFaded::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_IsDamageFXFaded, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000008, "Member 'GCA_VitalityBase_C_IsDamageFXFaded::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_ResetDamageFX \ static_assert(alignof(GCA_VitalityBase_C_ResetDamageFX) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_ResetDamageFX"); \ static_assert(sizeof(GCA_VitalityBase_C_ResetDamageFX) == 0x000040, "Wrong size on GCA_VitalityBase_C_ResetDamageFX"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDamageFX, Temp_object_Variable) == 0x000000, "Member 'GCA_VitalityBase_C_ResetDamageFX::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDamageFX, CallFunc_RemoveCameraPostProcess_ReturnValue) == 0x000008, "Member 'GCA_VitalityBase_C_ResetDamageFX::CallFunc_RemoveCameraPostProcess_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDamageFX, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000010, "Member 'GCA_VitalityBase_C_ResetDamageFX::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDamageFX, CallFunc_GetViewTarget_ReturnValue) == 0x000018, "Member 'GCA_VitalityBase_C_ResetDamageFX::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDamageFX, K2Node_DynamicCast_AsEO_Camera_Owner_Interface) == 0x000020, "Member 'GCA_VitalityBase_C_ResetDamageFX::K2Node_DynamicCast_AsEO_Camera_Owner_Interface' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDamageFX, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'GCA_VitalityBase_C_ResetDamageFX::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDamageFX, CallFunc_GetCamera_ReturnValue) == 0x000038, "Member 'GCA_VitalityBase_C_ResetDamageFX::CallFunc_GetCamera_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_OnDeathFXFadeInTimelineUpdate \ static_assert(alignof(GCA_VitalityBase_C_OnDeathFXFadeInTimelineUpdate) == 0x000004, "Wrong alignment on GCA_VitalityBase_C_OnDeathFXFadeInTimelineUpdate"); \ static_assert(sizeof(GCA_VitalityBase_C_OnDeathFXFadeInTimelineUpdate) == 0x000008, "Wrong size on GCA_VitalityBase_C_OnDeathFXFadeInTimelineUpdate"); \ static_assert(offsetof(GCA_VitalityBase_C_OnDeathFXFadeInTimelineUpdate, Alpha) == 0x000000, "Member 'GCA_VitalityBase_C_OnDeathFXFadeInTimelineUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_OnDeathFXFadeInTimelineUpdate, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'GCA_VitalityBase_C_OnDeathFXFadeInTimelineUpdate::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_OnDeathFXFadeOutTimelineUpdate \ static_assert(alignof(GCA_VitalityBase_C_OnDeathFXFadeOutTimelineUpdate) == 0x000004, "Wrong alignment on GCA_VitalityBase_C_OnDeathFXFadeOutTimelineUpdate"); \ static_assert(sizeof(GCA_VitalityBase_C_OnDeathFXFadeOutTimelineUpdate) == 0x000004, "Wrong size on GCA_VitalityBase_C_OnDeathFXFadeOutTimelineUpdate"); \ static_assert(offsetof(GCA_VitalityBase_C_OnDeathFXFadeOutTimelineUpdate, ParameterValue) == 0x000000, "Member 'GCA_VitalityBase_C_OnDeathFXFadeOutTimelineUpdate::ParameterValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_ResetDeathFX \ static_assert(alignof(GCA_VitalityBase_C_ResetDeathFX) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_ResetDeathFX"); \ static_assert(sizeof(GCA_VitalityBase_C_ResetDeathFX) == 0x000060, "Wrong size on GCA_VitalityBase_C_ResetDeathFX"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDeathFX, Temp_object_Variable) == 0x000000, "Member 'GCA_VitalityBase_C_ResetDeathFX::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDeathFX, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'GCA_VitalityBase_C_ResetDeathFX::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDeathFX, CallFunc_MakeLiteralByte_ReturnValue) == 0x000010, "Member 'GCA_VitalityBase_C_ResetDeathFX::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDeathFX, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000018, "Member 'GCA_VitalityBase_C_ResetDeathFX::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDeathFX, CallFunc_GetViewTarget_ReturnValue) == 0x000020, "Member 'GCA_VitalityBase_C_ResetDeathFX::CallFunc_GetViewTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDeathFX, K2Node_DynamicCast_AsEO_Camera_Owner_Interface) == 0x000028, "Member 'GCA_VitalityBase_C_ResetDeathFX::K2Node_DynamicCast_AsEO_Camera_Owner_Interface' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDeathFX, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'GCA_VitalityBase_C_ResetDeathFX::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDeathFX, CallFunc_GetCamera_ReturnValue) == 0x000040, "Member 'GCA_VitalityBase_C_ResetDeathFX::CallFunc_GetCamera_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDeathFX, CallFunc_MakeLiteralString_ReturnValue) == 0x000048, "Member 'GCA_VitalityBase_C_ResetDeathFX::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GCA_VitalityBase_C_ResetDeathFX, CallFunc_RemoveCameraPostProcess_ReturnValue) == 0x000058, "Member 'GCA_VitalityBase_C_ResetDeathFX::CallFunc_RemoveCameraPostProcess_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GCA_VitalityBase_C_GetDamageInfo \ static_assert(alignof(GCA_VitalityBase_C_GetDamageInfo) == 0x000008, "Wrong alignment on GCA_VitalityBase_C_GetDamageInfo"); \ static_assert(sizeof(GCA_VitalityBase_C_GetDamageInfo) == 0x0000E0, "Wrong size on GCA_VitalityBase_C_GetDamageInfo"); \ static_assert(offsetof(GCA_VitalityBase_C_GetDamageInfo, Result) == 0x000000, "Member 'GCA_VitalityBase_C_GetDamageInfo::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AGCA_VitalityBase_C \ static_assert(alignof(AGCA_VitalityBase_C) == 0x000008, "Wrong alignment on AGCA_VitalityBase_C"); \ static_assert(sizeof(AGCA_VitalityBase_C) == 0x000548, "Wrong size on AGCA_VitalityBase_C"); \ static_assert(offsetof(AGCA_VitalityBase_C, UberGraphFrame) == 0x000290, "Member 'AGCA_VitalityBase_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, DefaultSceneRoot) == 0x000298, "Member 'AGCA_VitalityBase_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, DeathFadeOutTimeline_Alpha_7596D6D14B9F3196D631C6A008F0BA76) == 0x0002A0, "Member 'AGCA_VitalityBase_C::DeathFadeOutTimeline_Alpha_7596D6D14B9F3196D631C6A008F0BA76' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, DeathFadeOutTimeline__Direction_7596D6D14B9F3196D631C6A008F0BA76) == 0x0002A4, "Member 'AGCA_VitalityBase_C::DeathFadeOutTimeline__Direction_7596D6D14B9F3196D631C6A008F0BA76' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, DeathFadeOutTimeline) == 0x0002A8, "Member 'AGCA_VitalityBase_C::DeathFadeOutTimeline' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, DeathFadeInTimeline_Alpha_847382E0498D5B99AB6A45AB9C530CFE) == 0x0002B0, "Member 'AGCA_VitalityBase_C::DeathFadeInTimeline_Alpha_847382E0498D5B99AB6A45AB9C530CFE' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, DeathFadeInTimeline__Direction_847382E0498D5B99AB6A45AB9C530CFE) == 0x0002B4, "Member 'AGCA_VitalityBase_C::DeathFadeInTimeline__Direction_847382E0498D5B99AB6A45AB9C530CFE' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, DeathFadeInTimeline) == 0x0002B8, "Member 'AGCA_VitalityBase_C::DeathFadeInTimeline' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, TL_FadeOut_Alpha_EAE45EBE4692D3C18E8472BD449BAB27) == 0x0002C0, "Member 'AGCA_VitalityBase_C::TL_FadeOut_Alpha_EAE45EBE4692D3C18E8472BD449BAB27' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, TL_FadeOut__Direction_EAE45EBE4692D3C18E8472BD449BAB27) == 0x0002C4, "Member 'AGCA_VitalityBase_C::TL_FadeOut__Direction_EAE45EBE4692D3C18E8472BD449BAB27' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, TL_FadeOut) == 0x0002C8, "Member 'AGCA_VitalityBase_C::TL_FadeOut' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, TL_FadeIn_Alpha_90357DAC4D718A82BE06CB81A39ED481) == 0x0002D0, "Member 'AGCA_VitalityBase_C::TL_FadeIn_Alpha_90357DAC4D718A82BE06CB81A39ED481' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, TL_FadeIn__Direction_90357DAC4D718A82BE06CB81A39ED481) == 0x0002D4, "Member 'AGCA_VitalityBase_C::TL_FadeIn__Direction_90357DAC4D718A82BE06CB81A39ED481' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, TL_FadeIn) == 0x0002D8, "Member 'AGCA_VitalityBase_C::TL_FadeIn' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, Timeline_1_Alpha_43C61F7E4621E43334E9BDA2F9617281) == 0x0002E0, "Member 'AGCA_VitalityBase_C::Timeline_1_Alpha_43C61F7E4621E43334E9BDA2F9617281' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, Timeline_1__Direction_43C61F7E4621E43334E9BDA2F9617281) == 0x0002E4, "Member 'AGCA_VitalityBase_C::Timeline_1__Direction_43C61F7E4621E43334E9BDA2F9617281' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, Timeline_1) == 0x0002E8, "Member 'AGCA_VitalityBase_C::Timeline_1' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, Timeline_0_Alpha_8A622F244DFEDEAB7F58AFB1B7CE8887) == 0x0002F0, "Member 'AGCA_VitalityBase_C::Timeline_0_Alpha_8A622F244DFEDEAB7F58AFB1B7CE8887' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, Timeline_0__Direction_8A622F244DFEDEAB7F58AFB1B7CE8887) == 0x0002F4, "Member 'AGCA_VitalityBase_C::Timeline_0__Direction_8A622F244DFEDEAB7F58AFB1B7CE8887' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, Timeline_0) == 0x0002F8, "Member 'AGCA_VitalityBase_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, AssociatedGameplayEffectGrantedTag) == 0x000300, "Member 'AGCA_VitalityBase_C::AssociatedGameplayEffectGrantedTag' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, CachedTargetActor) == 0x000320, "Member 'AGCA_VitalityBase_C::CachedTargetActor' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, CachedParameters) == 0x000328, "Member 'AGCA_VitalityBase_C::CachedParameters' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, CachedDamageInfo) == 0x0003E8, "Member 'AGCA_VitalityBase_C::CachedDamageInfo' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, CleanupOnActive) == 0x0004C8, "Member 'AGCA_VitalityBase_C::CleanupOnActive' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, OnCleanupStopTimelines) == 0x0004C9, "Member 'AGCA_VitalityBase_C::OnCleanupStopTimelines' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, OnCleanupStopTimers) == 0x0004CA, "Member 'AGCA_VitalityBase_C::OnCleanupStopTimers' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, OnCleanupStopLatentActions) == 0x0004CB, "Member 'AGCA_VitalityBase_C::OnCleanupStopLatentActions' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, CachedPlayerCharacter) == 0x0004D0, "Member 'AGCA_VitalityBase_C::CachedPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, CachedPlayerController) == 0x0004D8, "Member 'AGCA_VitalityBase_C::CachedPlayerController' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, CachedDamageCauser) == 0x0004E0, "Member 'AGCA_VitalityBase_C::CachedDamageCauser' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, IsActivating) == 0x0004E8, "Member 'AGCA_VitalityBase_C::IsActivating' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, PlayerInputDisabled) == 0x0004E9, "Member 'AGCA_VitalityBase_C::PlayerInputDisabled' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, CameraSetToAnimation) == 0x0004EA, "Member 'AGCA_VitalityBase_C::CameraSetToAnimation' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, HudDisabled) == 0x0004EB, "Member 'AGCA_VitalityBase_C::HudDisabled' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, TimeDilationSet) == 0x0004EC, "Member 'AGCA_VitalityBase_C::TimeDilationSet' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, StartedDamageFX) == 0x0004ED, "Member 'AGCA_VitalityBase_C::StartedDamageFX' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, PainStateSoundMix) == 0x0004F0, "Member 'AGCA_VitalityBase_C::PainStateSoundMix' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, CurrentDamageFXFade) == 0x000500, "Member 'AGCA_VitalityBase_C::CurrentDamageFXFade' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, TargetDamageFXFade) == 0x000504, "Member 'AGCA_VitalityBase_C::TargetDamageFXFade' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, PainSound) == 0x000508, "Member 'AGCA_VitalityBase_C::PainSound' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, DeathFadeMatPP) == 0x000510, "Member 'AGCA_VitalityBase_C::DeathFadeMatPP' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, IsDeathFXPlaying) == 0x000518, "Member 'AGCA_VitalityBase_C::IsDeathFXPlaying' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, CachedDeathFadeInAmount) == 0x00051C, "Member 'AGCA_VitalityBase_C::CachedDeathFadeInAmount' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, CachedDeathFadeOutAmount) == 0x000520, "Member 'AGCA_VitalityBase_C::CachedDeathFadeOutAmount' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, DeathFadeMatInstPP) == 0x000528, "Member 'AGCA_VitalityBase_C::DeathFadeMatInstPP' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, EnableDamageSFX) == 0x000530, "Member 'AGCA_VitalityBase_C::EnableDamageSFX' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, PainSound_Extra) == 0x000538, "Member 'AGCA_VitalityBase_C::PainSound_Extra' has a wrong offset!"); \ static_assert(offsetof(AGCA_VitalityBase_C, BlockPainVO) == 0x000540, "Member 'AGCA_VitalityBase_C::BlockPainVO' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameMode_C_ExecuteUbergraph_BP_GameMode \ static_assert(alignof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode) == 0x000008, "Wrong alignment on BP_GameMode_C_ExecuteUbergraph_BP_GameMode"); \ static_assert(sizeof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode) == 0x000098, "Wrong size on BP_GameMode_C_ExecuteUbergraph_BP_GameMode"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, EntryPoint) == 0x000000, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000038, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, K2Node_CreateDelegate_OutputDelegate_3) == 0x000040, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000050, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, CallFunc_GetEngineSubsystem_ReturnValue) == 0x000058, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::CallFunc_GetEngineSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, CallFunc_TryToInitializeForLocalPlay_ReturnValue) == 0x000060, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::CallFunc_TryToInitializeForLocalPlay_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, CallFunc_IsEditor_ReturnValue) == 0x000061, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::CallFunc_IsEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, CallFunc_CacheAchievements_ReturnValue) == 0x000068, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::CallFunc_CacheAchievements_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000070, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1) == 0x000080, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, CallFunc_CacheAchievementDescriptions_ReturnValue) == 0x000088, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::CallFunc_CacheAchievementDescriptions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_ExecuteUbergraph_BP_GameMode, CallFunc_IsValid_ReturnValue_1) == 0x000090, "Member 'BP_GameMode_C_ExecuteUbergraph_BP_GameMode::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameMode_C_FindCurrentState \ static_assert(alignof(BP_GameMode_C_FindCurrentState) == 0x000008, "Wrong alignment on BP_GameMode_C_FindCurrentState"); \ static_assert(sizeof(BP_GameMode_C_FindCurrentState) == 0x000018, "Wrong size on BP_GameMode_C_FindCurrentState"); \ static_assert(offsetof(BP_GameMode_C_FindCurrentState, State_Structure) == 0x000000, "Member 'BP_GameMode_C_FindCurrentState::State_Structure' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_FindCurrentState, Current_State_ID) == 0x000010, "Member 'BP_GameMode_C_FindCurrentState::Current_State_ID' has a wrong offset!"); \ static_assert(offsetof(BP_GameMode_C_FindCurrentState, CurrentStateID) == 0x000014, "Member 'BP_GameMode_C_FindCurrentState::CurrentStateID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GameMode_C \ static_assert(alignof(ABP_GameMode_C) == 0x000008, "Wrong alignment on ABP_GameMode_C"); \ static_assert(sizeof(ABP_GameMode_C) == 0x000398, "Wrong size on ABP_GameMode_C"); \ static_assert(offsetof(ABP_GameMode_C, UberGraphFrame) == 0x0002D0, "Member 'ABP_GameMode_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, DefaultSceneRoot) == 0x0002D8, "Member 'ABP_GameMode_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, Chapter_1_States) == 0x0002E0, "Member 'ABP_GameMode_C::Chapter_1_States' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, Chapter_2_States) == 0x0002F0, "Member 'ABP_GameMode_C::Chapter_2_States' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, LoadGameHandler) == 0x000300, "Member 'ABP_GameMode_C::LoadGameHandler' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, SaveGameHandler) == 0x000310, "Member 'ABP_GameMode_C::SaveGameHandler' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, Chapter_3_States) == 0x000320, "Member 'ABP_GameMode_C::Chapter_3_States' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, Chapter_4_States) == 0x000330, "Member 'ABP_GameMode_C::Chapter_4_States' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, Chapter_5_States) == 0x000340, "Member 'ABP_GameMode_C::Chapter_5_States' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, Manager_Updates) == 0x000350, "Member 'ABP_GameMode_C::Manager_Updates' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, Chapter_6_States) == 0x000360, "Member 'ABP_GameMode_C::Chapter_6_States' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, Current_Chapter_Array) == 0x000370, "Member 'ABP_GameMode_C::Current_Chapter_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, Dummy) == 0x000380, "Member 'ABP_GameMode_C::Dummy' has a wrong offset!"); \ static_assert(offsetof(ABP_GameMode_C, KatjasApartmentSwapper) == 0x000390, "Member 'ABP_GameMode_C::KatjasApartmentSwapper' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton \ static_assert(alignof(WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton) == 0x000008, "Wrong alignment on WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton) == 0x000018, "Wrong size on WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton, EntryPoint) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton, CallFunc_HasAnyUserFocus_ReturnValue) == 0x000004, "Member 'WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton::CallFunc_HasAnyUserFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton, CallFunc_ShouldPlayClickFx_Result) == 0x000005, "Member 'WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton::CallFunc_ShouldPlayClickFx_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton, CallFunc_ShouldPlayHoverFx_Result) == 0x000010, "Member 'WBP_InGameMenu_IconButton_C_ExecuteUbergraph_WBP_InGameMenu_IconButton::CallFunc_ShouldPlayHoverFx_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_InitIconTooltip \ static_assert(alignof(WBP_InGameMenu_IconButton_C_InitIconTooltip) == 0x000008, "Wrong alignment on WBP_InGameMenu_IconButton_C_InitIconTooltip"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_InitIconTooltip) == 0x000020, "Wrong size on WBP_InGameMenu_IconButton_C_InitIconTooltip"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_InitIconTooltip, CallFunc_IsInViewport_ReturnValue) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_InitIconTooltip::CallFunc_IsInViewport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_InitIconTooltip, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000008, "Member 'WBP_InGameMenu_IconButton_C_InitIconTooltip::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_InitIconTooltip, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_InGameMenu_IconButton_C_InitIconTooltip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_InitIconTooltip, CallFunc_Create_ReturnValue) == 0x000018, "Member 'WBP_InGameMenu_IconButton_C_InitIconTooltip::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_DestructIconTooltip \ static_assert(alignof(WBP_InGameMenu_IconButton_C_DestructIconTooltip) == 0x000001, "Wrong alignment on WBP_InGameMenu_IconButton_C_DestructIconTooltip"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_DestructIconTooltip) == 0x000001, "Wrong size on WBP_InGameMenu_IconButton_C_DestructIconTooltip"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_DestructIconTooltip, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_DestructIconTooltip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_DisplayTooltip \ static_assert(alignof(WBP_InGameMenu_IconButton_C_DisplayTooltip) == 0x000001, "Wrong alignment on WBP_InGameMenu_IconButton_C_DisplayTooltip"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_DisplayTooltip) == 0x000001, "Wrong size on WBP_InGameMenu_IconButton_C_DisplayTooltip"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_DisplayTooltip, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_DisplayTooltip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_OnFocusReceived \ static_assert(alignof(WBP_InGameMenu_IconButton_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_InGameMenu_IconButton_C_OnFocusReceived"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_OnFocusReceived) == 0x0001B8, "Wrong size on WBP_InGameMenu_IconButton_C_OnFocusReceived"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_InGameMenu_IconButton_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_InGameMenu_IconButton_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_OnFocusReceived, CallFunc_ShouldPlayHoverFx_Result) == 0x0000F8, "Member 'WBP_InGameMenu_IconButton_C_OnFocusReceived::CallFunc_ShouldPlayHoverFx_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x000100, "Member 'WBP_InGameMenu_IconButton_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_OnRemovedFromFocusPath \ static_assert(alignof(WBP_InGameMenu_IconButton_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_InGameMenu_IconButton_C_OnRemovedFromFocusPath"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_InGameMenu_IconButton_C_OnRemovedFromFocusPath"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_SetIconStyle \ static_assert(alignof(WBP_InGameMenu_IconButton_C_SetIconStyle) == 0x000008, "Wrong alignment on WBP_InGameMenu_IconButton_C_SetIconStyle"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_SetIconStyle) == 0x000510, "Wrong size on WBP_InGameMenu_IconButton_C_SetIconStyle"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconStyle, K2Node_MakeStruct_SlateBrush) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_SetIconStyle::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconStyle, K2Node_MakeStruct_SlateColor) == 0x000088, "Member 'WBP_InGameMenu_IconButton_C_SetIconStyle::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconStyle, K2Node_MakeStruct_SlateBrush_1) == 0x0000B0, "Member 'WBP_InGameMenu_IconButton_C_SetIconStyle::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconStyle, K2Node_MakeStruct_SlateColor_1) == 0x000138, "Member 'WBP_InGameMenu_IconButton_C_SetIconStyle::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconStyle, K2Node_MakeStruct_SlateColor_2) == 0x000160, "Member 'WBP_InGameMenu_IconButton_C_SetIconStyle::K2Node_MakeStruct_SlateColor_2' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconStyle, K2Node_MakeStruct_SlateBrush_2) == 0x000188, "Member 'WBP_InGameMenu_IconButton_C_SetIconStyle::K2Node_MakeStruct_SlateBrush_2' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconStyle, K2Node_MakeStruct_SlateBrush_3) == 0x000210, "Member 'WBP_InGameMenu_IconButton_C_SetIconStyle::K2Node_MakeStruct_SlateBrush_3' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconStyle, K2Node_MakeStruct_ButtonStyle) == 0x000298, "Member 'WBP_InGameMenu_IconButton_C_SetIconStyle::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_HideTooltip \ static_assert(alignof(WBP_InGameMenu_IconButton_C_HideTooltip) == 0x000001, "Wrong alignment on WBP_InGameMenu_IconButton_C_HideTooltip"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_HideTooltip) == 0x000001, "Wrong size on WBP_InGameMenu_IconButton_C_HideTooltip"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_HideTooltip, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_HideTooltip::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_SetIconTooltipPosition \ static_assert(alignof(WBP_InGameMenu_IconButton_C_SetIconTooltipPosition) == 0x000004, "Wrong alignment on WBP_InGameMenu_IconButton_C_SetIconTooltipPosition"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_SetIconTooltipPosition) == 0x00004C, "Wrong size on WBP_InGameMenu_IconButton_C_SetIconTooltipPosition"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconTooltipPosition, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_SetIconTooltipPosition::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconTooltipPosition, CallFunc_GetCachedGeometry_ReturnValue) == 0x000004, "Member 'WBP_InGameMenu_IconButton_C_SetIconTooltipPosition::CallFunc_GetCachedGeometry_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconTooltipPosition, CallFunc_LocalToViewport_PixelPosition) == 0x00003C, "Member 'WBP_InGameMenu_IconButton_C_SetIconTooltipPosition::CallFunc_LocalToViewport_PixelPosition' has a wrong offset!"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_SetIconTooltipPosition, CallFunc_LocalToViewport_ViewportPosition) == 0x000044, "Member 'WBP_InGameMenu_IconButton_C_SetIconTooltipPosition::CallFunc_LocalToViewport_ViewportPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_OnAddedToFocusPath \ static_assert(alignof(WBP_InGameMenu_IconButton_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_InGameMenu_IconButton_C_OnAddedToFocusPath"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_InGameMenu_IconButton_C_OnAddedToFocusPath"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_ShouldPlayClickFx \ static_assert(alignof(WBP_InGameMenu_IconButton_C_ShouldPlayClickFx) == 0x000001, "Wrong alignment on WBP_InGameMenu_IconButton_C_ShouldPlayClickFx"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_ShouldPlayClickFx) == 0x000001, "Wrong size on WBP_InGameMenu_IconButton_C_ShouldPlayClickFx"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_ShouldPlayClickFx, Result) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_ShouldPlayClickFx::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_ShouldPlayHoverFx \ static_assert(alignof(WBP_InGameMenu_IconButton_C_ShouldPlayHoverFx) == 0x000001, "Wrong alignment on WBP_InGameMenu_IconButton_C_ShouldPlayHoverFx"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_ShouldPlayHoverFx) == 0x000001, "Wrong size on WBP_InGameMenu_IconButton_C_ShouldPlayHoverFx"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_ShouldPlayHoverFx, Result) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_ShouldPlayHoverFx::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InGameMenu_IconButton_C_ShouldPlayFocusFx \ static_assert(alignof(WBP_InGameMenu_IconButton_C_ShouldPlayFocusFx) == 0x000001, "Wrong alignment on WBP_InGameMenu_IconButton_C_ShouldPlayFocusFx"); \ static_assert(sizeof(WBP_InGameMenu_IconButton_C_ShouldPlayFocusFx) == 0x000001, "Wrong size on WBP_InGameMenu_IconButton_C_ShouldPlayFocusFx"); \ static_assert(offsetof(WBP_InGameMenu_IconButton_C_ShouldPlayFocusFx, Result) == 0x000000, "Member 'WBP_InGameMenu_IconButton_C_ShouldPlayFocusFx::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_InGameMenu_IconButton_C \ static_assert(alignof(UWBP_InGameMenu_IconButton_C) == 0x000008, "Wrong alignment on UWBP_InGameMenu_IconButton_C"); \ static_assert(sizeof(UWBP_InGameMenu_IconButton_C) == 0x000320, "Wrong size on UWBP_InGameMenu_IconButton_C"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, UberGraphFrame) == 0x000260, "Member 'UWBP_InGameMenu_IconButton_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, OpenTooltip) == 0x000268, "Member 'UWBP_InGameMenu_IconButton_C::OpenTooltip' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, TheButton_WRef) == 0x000270, "Member 'UWBP_InGameMenu_IconButton_C::TheButton_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, TheButtonImage_WRef) == 0x000278, "Member 'UWBP_InGameMenu_IconButton_C::TheButtonImage_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, Icon) == 0x000280, "Member 'UWBP_InGameMenu_IconButton_C::Icon' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, IconSize) == 0x000288, "Member 'UWBP_InGameMenu_IconButton_C::IconSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, OnClicked) == 0x000290, "Member 'UWBP_InGameMenu_IconButton_C::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, TooltipContent) == 0x0002A0, "Member 'UWBP_InGameMenu_IconButton_C::TooltipContent' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, NormalColor) == 0x0002B8, "Member 'UWBP_InGameMenu_IconButton_C::NormalColor' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, HighlightColor) == 0x0002C8, "Member 'UWBP_InGameMenu_IconButton_C::HighlightColor' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, PressedColor) == 0x0002D8, "Member 'UWBP_InGameMenu_IconButton_C::PressedColor' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, IconMirror) == 0x0002E8, "Member 'UWBP_InGameMenu_IconButton_C::IconMirror' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, Image) == 0x0002F0, "Member 'UWBP_InGameMenu_IconButton_C::Image' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, ImageSize) == 0x0002F8, "Member 'UWBP_InGameMenu_IconButton_C::ImageSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, IconTooltipWidget) == 0x000300, "Member 'UWBP_InGameMenu_IconButton_C::IconTooltipWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, hasTooltip) == 0x000308, "Member 'UWBP_InGameMenu_IconButton_C::hasTooltip' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, IconTooltipPositionOffset) == 0x00030C, "Member 'UWBP_InGameMenu_IconButton_C::IconTooltipPositionOffset' has a wrong offset!"); \ static_assert(offsetof(UWBP_InGameMenu_IconButton_C, HoverSfxAC) == 0x000318, "Member 'UWBP_InGameMenu_IconButton_C::HoverSfxAC' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_ExecuteUbergraph_BP_ProgressiveCrouchComponent \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_ExecuteUbergraph_BP_ProgressiveCrouchComponent) == 0x000004, "Wrong alignment on BP_ProgressiveCrouchComponent_C_ExecuteUbergraph_BP_ProgressiveCrouchComponent"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_ExecuteUbergraph_BP_ProgressiveCrouchComponent) == 0x000014, "Wrong size on BP_ProgressiveCrouchComponent_C_ExecuteUbergraph_BP_ProgressiveCrouchComponent"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_ExecuteUbergraph_BP_ProgressiveCrouchComponent, EntryPoint) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_ExecuteUbergraph_BP_ProgressiveCrouchComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_ExecuteUbergraph_BP_ProgressiveCrouchComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_ProgressiveCrouchComponent_C_ExecuteUbergraph_BP_ProgressiveCrouchComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_CameraSetup \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_CameraSetup) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_CameraSetup"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_CameraSetup) == 0x000028, "Wrong size on BP_ProgressiveCrouchComponent_C_CameraSetup"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_CameraSetup, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_CameraSetup::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_CameraSetup, CallFunc_GetBaseUnCrouchedHalfHeight_ReturnValue) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_CameraSetup::CallFunc_GetBaseUnCrouchedHalfHeight_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_CameraSetup, CallFunc_BreakVector_X) == 0x00000C, "Member 'BP_ProgressiveCrouchComponent_C_CameraSetup::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_CameraSetup, CallFunc_BreakVector_Y) == 0x000010, "Member 'BP_ProgressiveCrouchComponent_C_CameraSetup::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_CameraSetup, CallFunc_BreakVector_Z) == 0x000014, "Member 'BP_ProgressiveCrouchComponent_C_CameraSetup::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_CameraSetup, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character_1) == 0x000018, "Member 'BP_ProgressiveCrouchComponent_C_CameraSetup::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character_1' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_CameraSetup, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_ProgressiveCrouchComponent_C_CameraSetup::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_UpdateCameraLocation \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_UpdateCameraLocation) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_UpdateCameraLocation"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_UpdateCameraLocation) == 0x0000B8, "Wrong size on BP_ProgressiveCrouchComponent_C_UpdateCameraLocation"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_UpdateCameraLocation, NewHalfHeight) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_UpdateCameraLocation::NewHalfHeight' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_UpdateCameraLocation, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_UpdateCameraLocation::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_UpdateCameraLocation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_ProgressiveCrouchComponent_C_UpdateCameraLocation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_UpdateCameraLocation, CallFunc_BreakVector_X) == 0x000014, "Member 'BP_ProgressiveCrouchComponent_C_UpdateCameraLocation::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_UpdateCameraLocation, CallFunc_BreakVector_Y) == 0x000018, "Member 'BP_ProgressiveCrouchComponent_C_UpdateCameraLocation::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_UpdateCameraLocation, CallFunc_BreakVector_Z) == 0x00001C, "Member 'BP_ProgressiveCrouchComponent_C_UpdateCameraLocation::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_UpdateCameraLocation, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'BP_ProgressiveCrouchComponent_C_UpdateCameraLocation::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_UpdateCameraLocation, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x00002C, "Member 'BP_ProgressiveCrouchComponent_C_UpdateCameraLocation::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_SetCapsuleHalfHeight \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_SetCapsuleHalfHeight) == 0x000004, "Wrong alignment on BP_ProgressiveCrouchComponent_C_SetCapsuleHalfHeight"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_SetCapsuleHalfHeight) == 0x000008, "Wrong size on BP_ProgressiveCrouchComponent_C_SetCapsuleHalfHeight"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_SetCapsuleHalfHeight, HalfHeight) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_SetCapsuleHalfHeight::HalfHeight' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_SetCapsuleHalfHeight, bUpdateOverlaps) == 0x000004, "Member 'BP_ProgressiveCrouchComponent_C_SetCapsuleHalfHeight::bUpdateOverlaps' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_BeginCrouchingState \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_BeginCrouchingState) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_BeginCrouchingState"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_BeginCrouchingState) == 0x000040, "Wrong size on BP_ProgressiveCrouchComponent_C_BeginCrouchingState"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchingState, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchingState::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchingState, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchingState::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchingState, K2Node_MakeStruct_GameplayEffectContextHandle) == 0x000010, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchingState::K2Node_MakeStruct_GameplayEffectContextHandle' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchingState, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x000028, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchingState::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_EndCrouchingState \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_EndCrouchingState) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_EndCrouchingState"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_EndCrouchingState) == 0x000010, "Wrong size on BP_ProgressiveCrouchComponent_C_EndCrouchingState"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndCrouchingState, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_EndCrouchingState::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndCrouchingState, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_EndCrouchingState::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_BeginCrouchedState \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_BeginCrouchedState"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState) == 0x000068, "Wrong size on BP_ProgressiveCrouchComponent_C_BeginCrouchedState"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character_1) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character_1' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000010, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, K2Node_MakeStruct_GameplayEffectContextHandle) == 0x000018, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::K2Node_MakeStruct_GameplayEffectContextHandle' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x000030, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, CallFunc_GetOwningControllerBP_AsBP_Player_Controller) == 0x000048, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::CallFunc_GetOwningControllerBP_AsBP_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, CallFunc_GetOwningControllerBP_AsBP_Player_Controller_1) == 0x000050, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::CallFunc_GetOwningControllerBP_AsBP_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, CallFunc_BreakVector_X) == 0x000058, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, CallFunc_BreakVector_Y) == 0x00005C, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, CallFunc_BreakVector_Z) == 0x000060, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, CallFunc_IsValid_ReturnValue) == 0x000064, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginCrouchedState, CallFunc_BooleanAND_ReturnValue) == 0x000065, "Member 'BP_ProgressiveCrouchComponent_C_BeginCrouchedState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_EndCrouchedState \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_EndCrouchedState) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_EndCrouchedState"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_EndCrouchedState) == 0x000028, "Wrong size on BP_ProgressiveCrouchComponent_C_EndCrouchedState"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndCrouchedState, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_EndCrouchedState::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndCrouchedState, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_EndCrouchedState::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndCrouchedState, CallFunc_GetOwningControllerBP_AsBP_Player_Controller) == 0x000010, "Member 'BP_ProgressiveCrouchComponent_C_EndCrouchedState::CallFunc_GetOwningControllerBP_AsBP_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndCrouchedState, CallFunc_GetOwningControllerBP_AsBP_Player_Controller_1) == 0x000018, "Member 'BP_ProgressiveCrouchComponent_C_EndCrouchedState::CallFunc_GetOwningControllerBP_AsBP_Player_Controller_1' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndCrouchedState, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_ProgressiveCrouchComponent_C_EndCrouchedState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndCrouchedState, CallFunc_BooleanAND_ReturnValue) == 0x000021, "Member 'BP_ProgressiveCrouchComponent_C_EndCrouchedState::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState) == 0x000040, "Wrong size on BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState, K2Node_MakeStruct_GameplayEffectContextHandle) == 0x000010, "Member 'BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState::K2Node_MakeStruct_GameplayEffectContextHandle' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x000028, "Member 'BP_ProgressiveCrouchComponent_C_BeginUnCrouchingState::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_EndUnCrouchingState \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_EndUnCrouchingState) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_EndUnCrouchingState"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_EndUnCrouchingState) == 0x000010, "Wrong size on BP_ProgressiveCrouchComponent_C_EndUnCrouchingState"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndUnCrouchingState, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_EndUnCrouchingState::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndUnCrouchingState, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_EndUnCrouchingState::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState) == 0x000048, "Wrong size on BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character_1) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character_1' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000010, "Member 'BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState, K2Node_MakeStruct_GameplayEffectContextHandle) == 0x000018, "Member 'BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState::K2Node_MakeStruct_GameplayEffectContextHandle' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x000030, "Member 'BP_ProgressiveCrouchComponent_C_BeginUnCrouchedState::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_EndUnCrouchedState \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_EndUnCrouchedState) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_EndUnCrouchedState"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_EndUnCrouchedState) == 0x000010, "Wrong size on BP_ProgressiveCrouchComponent_C_EndUnCrouchedState"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndUnCrouchedState, CallFunc_Get_Owning_Character_BP_AsBP_Player_Character) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_EndUnCrouchedState::CallFunc_Get_Owning_Character_BP_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_EndUnCrouchedState, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_EndUnCrouchedState::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_OnCrouchStateBegin \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_OnCrouchStateBegin) == 0x000001, "Wrong alignment on BP_ProgressiveCrouchComponent_C_OnCrouchStateBegin"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_OnCrouchStateBegin) == 0x000001, "Wrong size on BP_ProgressiveCrouchComponent_C_OnCrouchStateBegin"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_OnCrouchStateBegin, CrouchState) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_OnCrouchStateBegin::CrouchState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_BroadcastCrouchState \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_BroadcastCrouchState) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_BroadcastCrouchState"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_BroadcastCrouchState) == 0x000018, "Wrong size on BP_ProgressiveCrouchComponent_C_BroadcastCrouchState"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BroadcastCrouchState, NewCrouchState) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_BroadcastCrouchState::NewCrouchState' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BroadcastCrouchState, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_BroadcastCrouchState::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_BroadcastCrouchState, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_ProgressiveCrouchComponent_C_BroadcastCrouchState::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP) == 0x000020, "Wrong size on BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP, AsBP_Player_Character) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP::AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP, CallFunc_GetOwningCharacter_ReturnValue) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP::CallFunc_GetOwningCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP, K2Node_DynamicCast_AsBP_Player_Character) == 0x000010, "Member 'BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_ProgressiveCrouchComponent_C_Get_Owning_Character_BP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_ProgressiveCrouchComponent_C_GetOwningControllerBP \ static_assert(alignof(BP_ProgressiveCrouchComponent_C_GetOwningControllerBP) == 0x000008, "Wrong alignment on BP_ProgressiveCrouchComponent_C_GetOwningControllerBP"); \ static_assert(sizeof(BP_ProgressiveCrouchComponent_C_GetOwningControllerBP) == 0x000028, "Wrong size on BP_ProgressiveCrouchComponent_C_GetOwningControllerBP"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_GetOwningControllerBP, AsBP_Player_Controller) == 0x000000, "Member 'BP_ProgressiveCrouchComponent_C_GetOwningControllerBP::AsBP_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_GetOwningControllerBP, CallFunc_GetOwningCharacter_ReturnValue) == 0x000008, "Member 'BP_ProgressiveCrouchComponent_C_GetOwningControllerBP::CallFunc_GetOwningCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_GetOwningControllerBP, CallFunc_GetController_ReturnValue) == 0x000010, "Member 'BP_ProgressiveCrouchComponent_C_GetOwningControllerBP::CallFunc_GetController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_GetOwningControllerBP, K2Node_DynamicCast_AsBP_Player_Controller) == 0x000018, "Member 'BP_ProgressiveCrouchComponent_C_GetOwningControllerBP::K2Node_DynamicCast_AsBP_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(BP_ProgressiveCrouchComponent_C_GetOwningControllerBP, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_ProgressiveCrouchComponent_C_GetOwningControllerBP::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_ProgressiveCrouchComponent_C \ static_assert(alignof(UBP_ProgressiveCrouchComponent_C) == 0x000008, "Wrong alignment on UBP_ProgressiveCrouchComponent_C"); \ static_assert(sizeof(UBP_ProgressiveCrouchComponent_C) == 0x000168, "Wrong size on UBP_ProgressiveCrouchComponent_C"); \ static_assert(offsetof(UBP_ProgressiveCrouchComponent_C, UberGraphFrame) == 0x000118, "Member 'UBP_ProgressiveCrouchComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_ProgressiveCrouchComponent_C, CameraLocationRate) == 0x000120, "Member 'UBP_ProgressiveCrouchComponent_C::CameraLocationRate' has a wrong offset!"); \ static_assert(offsetof(UBP_ProgressiveCrouchComponent_C, CameraRelativeLocation) == 0x000124, "Member 'UBP_ProgressiveCrouchComponent_C::CameraRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(UBP_ProgressiveCrouchComponent_C, bEnableCameraClamping) == 0x000130, "Member 'UBP_ProgressiveCrouchComponent_C::bEnableCameraClamping' has a wrong offset!"); \ static_assert(offsetof(UBP_ProgressiveCrouchComponent_C, CameraClampingRanges) == 0x000134, "Member 'UBP_ProgressiveCrouchComponent_C::CameraClampingRanges' has a wrong offset!"); \ static_assert(offsetof(UBP_ProgressiveCrouchComponent_C, GE_Crouching) == 0x000140, "Member 'UBP_ProgressiveCrouchComponent_C::GE_Crouching' has a wrong offset!"); \ static_assert(offsetof(UBP_ProgressiveCrouchComponent_C, GE_Crouched) == 0x000148, "Member 'UBP_ProgressiveCrouchComponent_C::GE_Crouched' has a wrong offset!"); \ static_assert(offsetof(UBP_ProgressiveCrouchComponent_C, GE_UnCrouching) == 0x000150, "Member 'UBP_ProgressiveCrouchComponent_C::GE_UnCrouching' has a wrong offset!"); \ static_assert(offsetof(UBP_ProgressiveCrouchComponent_C, GE_UnCrouched) == 0x000158, "Member 'UBP_ProgressiveCrouchComponent_C::GE_UnCrouched' has a wrong offset!"); \ static_assert(offsetof(UBP_ProgressiveCrouchComponent_C, CrouchStateEOEventInst) == 0x000160, "Member 'UBP_ProgressiveCrouchComponent_C::CrouchStateEOEventInst' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent \ static_assert(alignof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent) == 0x000010, "Wrong alignment on BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent"); \ static_assert(sizeof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent) == 0x0000E0, "Wrong size on BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, EntryPoint) == 0x000000, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, CallFunc_BreakTransform_Location) == 0x000004, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, CallFunc_BreakTransform_Rotation) == 0x000010, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, CallFunc_BreakTransform_Scale) == 0x00001C, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, CallFunc_GetSocketTransform_ReturnValue) == 0x000030, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, CallFunc_BreakTransform_Location_1) == 0x000060, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, CallFunc_BreakTransform_Rotation_1) == 0x00006C, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, CallFunc_BreakTransform_Scale_1) == 0x000078, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, CallFunc_TransformToBoneSpace_OutPosition) == 0x000084, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::CallFunc_TransformToBoneSpace_OutPosition' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, CallFunc_TransformToBoneSpace_OutRotation) == 0x000090, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::CallFunc_TransformToBoneSpace_OutRotation' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, K2Node_Event_DeltaSeconds) == 0x00009C, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A0, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent, CallFunc_MakeTransform_ReturnValue) == 0x0000B0, "Member 'BP_HeadOnlyRotationComponent_C_ExecuteUbergraph_BP_HeadOnlyRotationComponent::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HeadOnlyRotationComponent_C_ReceiveTick \ static_assert(alignof(BP_HeadOnlyRotationComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_HeadOnlyRotationComponent_C_ReceiveTick"); \ static_assert(sizeof(BP_HeadOnlyRotationComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_HeadOnlyRotationComponent_C_ReceiveTick"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_HeadOnlyRotationComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HeadOnlyRotationComponent_C_GetHeadRotation \ static_assert(alignof(BP_HeadOnlyRotationComponent_C_GetHeadRotation) == 0x000004, "Wrong alignment on BP_HeadOnlyRotationComponent_C_GetHeadRotation"); \ static_assert(sizeof(BP_HeadOnlyRotationComponent_C_GetHeadRotation) == 0x00000C, "Wrong size on BP_HeadOnlyRotationComponent_C_GetHeadRotation"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_GetHeadRotation, HeadRotation_0) == 0x000000, "Member 'BP_HeadOnlyRotationComponent_C_GetHeadRotation::HeadRotation_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HeadOnlyRotationComponent_C_SetHeadRotation \ static_assert(alignof(BP_HeadOnlyRotationComponent_C_SetHeadRotation) == 0x000004, "Wrong alignment on BP_HeadOnlyRotationComponent_C_SetHeadRotation"); \ static_assert(sizeof(BP_HeadOnlyRotationComponent_C_SetHeadRotation) == 0x00000C, "Wrong size on BP_HeadOnlyRotationComponent_C_SetHeadRotation"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_SetHeadRotation, HeadRotation_0) == 0x000000, "Member 'BP_HeadOnlyRotationComponent_C_SetHeadRotation::HeadRotation_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HeadOnlyRotationComponent_C_CalculateHeadRotation \ static_assert(alignof(BP_HeadOnlyRotationComponent_C_CalculateHeadRotation) == 0x000008, "Wrong alignment on BP_HeadOnlyRotationComponent_C_CalculateHeadRotation"); \ static_assert(sizeof(BP_HeadOnlyRotationComponent_C_CalculateHeadRotation) == 0x000048, "Wrong size on BP_HeadOnlyRotationComponent_C_CalculateHeadRotation"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_CalculateHeadRotation, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000000, "Member 'BP_HeadOnlyRotationComponent_C_CalculateHeadRotation::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_CalculateHeadRotation, CallFunc_BreakTransform_Location) == 0x000008, "Member 'BP_HeadOnlyRotationComponent_C_CalculateHeadRotation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_CalculateHeadRotation, CallFunc_BreakTransform_Rotation) == 0x000014, "Member 'BP_HeadOnlyRotationComponent_C_CalculateHeadRotation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_CalculateHeadRotation, CallFunc_BreakTransform_Scale) == 0x000020, "Member 'BP_HeadOnlyRotationComponent_C_CalculateHeadRotation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_CalculateHeadRotation, CallFunc_K2_GetPawn_ReturnValue) == 0x000030, "Member 'BP_HeadOnlyRotationComponent_C_CalculateHeadRotation::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_CalculateHeadRotation, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'BP_HeadOnlyRotationComponent_C_CalculateHeadRotation::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_CalculateHeadRotation, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000040, "Member 'BP_HeadOnlyRotationComponent_C_CalculateHeadRotation::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HeadOnlyRotationComponent_C_EnableHeadOnlyRotation \ static_assert(alignof(BP_HeadOnlyRotationComponent_C_EnableHeadOnlyRotation) == 0x000008, "Wrong alignment on BP_HeadOnlyRotationComponent_C_EnableHeadOnlyRotation"); \ static_assert(sizeof(BP_HeadOnlyRotationComponent_C_EnableHeadOnlyRotation) == 0x000008, "Wrong size on BP_HeadOnlyRotationComponent_C_EnableHeadOnlyRotation"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_EnableHeadOnlyRotation, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x000000, "Member 'BP_HeadOnlyRotationComponent_C_EnableHeadOnlyRotation::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HeadOnlyRotationComponent_C_DisableHeadOnlyRotation \ static_assert(alignof(BP_HeadOnlyRotationComponent_C_DisableHeadOnlyRotation) == 0x000008, "Wrong alignment on BP_HeadOnlyRotationComponent_C_DisableHeadOnlyRotation"); \ static_assert(sizeof(BP_HeadOnlyRotationComponent_C_DisableHeadOnlyRotation) == 0x000008, "Wrong size on BP_HeadOnlyRotationComponent_C_DisableHeadOnlyRotation"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_DisableHeadOnlyRotation, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x000000, "Member 'BP_HeadOnlyRotationComponent_C_DisableHeadOnlyRotation::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HeadOnlyRotationComponent_C_TryToGetOwnerMesh \ static_assert(alignof(BP_HeadOnlyRotationComponent_C_TryToGetOwnerMesh) == 0x000008, "Wrong alignment on BP_HeadOnlyRotationComponent_C_TryToGetOwnerMesh"); \ static_assert(sizeof(BP_HeadOnlyRotationComponent_C_TryToGetOwnerMesh) == 0x000018, "Wrong size on BP_HeadOnlyRotationComponent_C_TryToGetOwnerMesh"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_TryToGetOwnerMesh, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BP_HeadOnlyRotationComponent_C_TryToGetOwnerMesh::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_TryToGetOwnerMesh, K2Node_DynamicCast_AsCharacter) == 0x000008, "Member 'BP_HeadOnlyRotationComponent_C_TryToGetOwnerMesh::K2Node_DynamicCast_AsCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_TryToGetOwnerMesh, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_HeadOnlyRotationComponent_C_TryToGetOwnerMesh::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HeadOnlyRotationComponent_C_AddRotationOffset \ static_assert(alignof(BP_HeadOnlyRotationComponent_C_AddRotationOffset) == 0x000004, "Wrong alignment on BP_HeadOnlyRotationComponent_C_AddRotationOffset"); \ static_assert(sizeof(BP_HeadOnlyRotationComponent_C_AddRotationOffset) == 0x0000B0, "Wrong size on BP_HeadOnlyRotationComponent_C_AddRotationOffset"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, Axes) == 0x000000, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::Axes' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, ActionValue) == 0x000004, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakTransform_Location) == 0x000008, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakTransform_Rotation) == 0x000014, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakTransform_Scale) == 0x000020, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakTransform_Location_1) == 0x00002C, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakTransform_Rotation_1) == 0x000038, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakTransform_Scale_1) == 0x000044, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakRotator_Roll) == 0x000050, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakRotator_Pitch) == 0x000054, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakRotator_Yaw) == 0x000058, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakRotator_Roll_1) == 0x00005C, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakRotator_Pitch_1) == 0x000060, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakRotator_Yaw_1) == 0x000064, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_Add_FloatFloat_ReturnValue) == 0x000068, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00006C, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000070, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000074, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakRotator_Roll_2) == 0x000078, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakRotator_Pitch_2) == 0x00007C, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_BreakRotator_Yaw_2) == 0x000080, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000084, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x000088, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_ClampAngle_ReturnValue) == 0x00008C, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_ClampAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_ClampAngle_ReturnValue_1) == 0x000090, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_ClampAngle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x000094, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_MakeRotator_ReturnValue) == 0x000098, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_AddRotationOffset, CallFunc_CombineRotatorsByBitmask_ReturnValue) == 0x0000A4, "Member 'BP_HeadOnlyRotationComponent_C_AddRotationOffset::CallFunc_CombineRotatorsByBitmask_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HeadOnlyRotationComponent_C_ResetHeadOnlyRotation \ static_assert(alignof(BP_HeadOnlyRotationComponent_C_ResetHeadOnlyRotation) == 0x000004, "Wrong alignment on BP_HeadOnlyRotationComponent_C_ResetHeadOnlyRotation"); \ static_assert(sizeof(BP_HeadOnlyRotationComponent_C_ResetHeadOnlyRotation) == 0x000024, "Wrong size on BP_HeadOnlyRotationComponent_C_ResetHeadOnlyRotation"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ResetHeadOnlyRotation, CallFunc_BreakTransform_Location) == 0x000000, "Member 'BP_HeadOnlyRotationComponent_C_ResetHeadOnlyRotation::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ResetHeadOnlyRotation, CallFunc_BreakTransform_Rotation) == 0x00000C, "Member 'BP_HeadOnlyRotationComponent_C_ResetHeadOnlyRotation::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_ResetHeadOnlyRotation, CallFunc_BreakTransform_Scale) == 0x000018, "Member 'BP_HeadOnlyRotationComponent_C_ResetHeadOnlyRotation::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HeadOnlyRotationComponent_C_IsHeadOnlyRotationEnabled_ \ static_assert(alignof(BP_HeadOnlyRotationComponent_C_IsHeadOnlyRotationEnabled_) == 0x000001, "Wrong alignment on BP_HeadOnlyRotationComponent_C_IsHeadOnlyRotationEnabled_"); \ static_assert(sizeof(BP_HeadOnlyRotationComponent_C_IsHeadOnlyRotationEnabled_) == 0x000001, "Wrong size on BP_HeadOnlyRotationComponent_C_IsHeadOnlyRotationEnabled_"); \ static_assert(offsetof(BP_HeadOnlyRotationComponent_C_IsHeadOnlyRotationEnabled_, bIsHeadOnlyRotationEnabled_0) == 0x000000, "Member 'BP_HeadOnlyRotationComponent_C_IsHeadOnlyRotationEnabled_::bIsHeadOnlyRotationEnabled_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_HeadOnlyRotationComponent_C \ static_assert(alignof(UBP_HeadOnlyRotationComponent_C) == 0x000010, "Wrong alignment on UBP_HeadOnlyRotationComponent_C"); \ static_assert(sizeof(UBP_HeadOnlyRotationComponent_C) == 0x000140, "Wrong size on UBP_HeadOnlyRotationComponent_C"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, UberGraphFrame) == 0x0000B8, "Member 'UBP_HeadOnlyRotationComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, HeadRotation) == 0x0000C0, "Member 'UBP_HeadOnlyRotationComponent_C::HeadRotation' has a wrong offset!"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, bIsHeadOnlyRotationEnabled) == 0x0000CC, "Member 'UBP_HeadOnlyRotationComponent_C::bIsHeadOnlyRotationEnabled' has a wrong offset!"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, OwnerMesh) == 0x0000D0, "Member 'UBP_HeadOnlyRotationComponent_C::OwnerMesh' has a wrong offset!"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, NeckBoneName) == 0x0000D8, "Member 'UBP_HeadOnlyRotationComponent_C::NeckBoneName' has a wrong offset!"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, OriginalNeckBoneTransform) == 0x0000E0, "Member 'UBP_HeadOnlyRotationComponent_C::OriginalNeckBoneTransform' has a wrong offset!"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, PitchMinAngle) == 0x000110, "Member 'UBP_HeadOnlyRotationComponent_C::PitchMinAngle' has a wrong offset!"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, PitchMaxAngle) == 0x000114, "Member 'UBP_HeadOnlyRotationComponent_C::PitchMaxAngle' has a wrong offset!"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, YawMinAngle) == 0x000118, "Member 'UBP_HeadOnlyRotationComponent_C::YawMinAngle' has a wrong offset!"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, YawMaxAngle) == 0x00011C, "Member 'UBP_HeadOnlyRotationComponent_C::YawMaxAngle' has a wrong offset!"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, OriginalNeckBoneLocationOffset) == 0x000120, "Member 'UBP_HeadOnlyRotationComponent_C::OriginalNeckBoneLocationOffset' has a wrong offset!"); \ static_assert(offsetof(UBP_HeadOnlyRotationComponent_C, OriginalNeckBoneRotationOffset) == 0x00012C, "Member 'UBP_HeadOnlyRotationComponent_C::OriginalNeckBoneRotationOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow \ static_assert(alignof(WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow"); \ static_assert(sizeof(WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow) == 0x000030, "Wrong size on WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow"); \ static_assert(offsetof(WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow, EntryPoint) == 0x000000, "Member 'WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow, K2Node_CustomEvent_NewCulture) == 0x000008, "Member 'WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow::K2Node_CustomEvent_NewCulture' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow, CallFunc_GetTopFocusedWidget_Result) == 0x000018, "Member 'WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow::CallFunc_GetTopFocusedWidget_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow, CallFunc_GetOwningPlayer_ReturnValue) == 0x000020, "Member 'WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow, CallFunc_CreateEOEvent_ReturnValue) == 0x000028, "Member 'WBP_SettingsWindow_C_ExecuteUbergraph_WBP_SettingsWindow::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_DelayedPostCultureChanged \ static_assert(alignof(WBP_SettingsWindow_C_DelayedPostCultureChanged) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_DelayedPostCultureChanged"); \ static_assert(sizeof(WBP_SettingsWindow_C_DelayedPostCultureChanged) == 0x000010, "Wrong size on WBP_SettingsWindow_C_DelayedPostCultureChanged"); \ static_assert(offsetof(WBP_SettingsWindow_C_DelayedPostCultureChanged, NewCulture) == 0x000000, "Member 'WBP_SettingsWindow_C_DelayedPostCultureChanged::NewCulture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_SetCategoryIndex \ static_assert(alignof(WBP_SettingsWindow_C_SetCategoryIndex) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_SetCategoryIndex"); \ static_assert(sizeof(WBP_SettingsWindow_C_SetCategoryIndex) == 0x000048, "Wrong size on WBP_SettingsWindow_C_SetCategoryIndex"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, NewIndex) == 0x000000, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::NewIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, NoFocus) == 0x000004, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::NoFocus' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, Loc_ActiveWidget) == 0x000008, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::Loc_ActiveWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, CallFunc_GetChildAt_ReturnValue) == 0x000010, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, CallFunc_GetActiveWidget_ReturnValue) == 0x000018, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::CallFunc_GetActiveWidget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, K2Node_DynamicCast_AsWBP_Category_Text) == 0x000020, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::K2Node_DynamicCast_AsWBP_Category_Text' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, CallFunc_GetChildrenCount_ReturnValue) == 0x00002C, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, CallFunc_Percent_IntInt_ReturnValue) == 0x000030, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, K2Node_DynamicCast_AsWBP_Base_Settings_Control_List) == 0x000038, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::K2Node_DynamicCast_AsWBP_Base_Settings_Control_List' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetCategoryIndex, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'WBP_SettingsWindow_C_SetCategoryIndex::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_OnKeyUp \ static_assert(alignof(WBP_SettingsWindow_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_OnKeyUp"); \ static_assert(sizeof(WBP_SettingsWindow_C_OnKeyUp) == 0x000770, "Wrong size on WBP_SettingsWindow_C_OnKeyUp"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_SettingsWindow_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_SettingsWindow_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_SettingsWindow_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, Loc_InputDisabled) == 0x000130, "Member 'WBP_SettingsWindow_C_OnKeyUp::Loc_InputDisabled' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, Loc_Key) == 0x000138, "Member 'WBP_SettingsWindow_C_OnKeyUp::Loc_Key' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Conv_BoolToString_ReturnValue) == 0x000150, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x000160, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_IsInputDisabled_Result) == 0x000161, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000168, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue_1) == 0x000220, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_GetVisibility_ReturnValue) == 0x000221, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_BooleanAND_ReturnValue) == 0x000222, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000223, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Key_GetDisplayName_ReturnValue) == 0x000228, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Key_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_GetVisibility_ReturnValue_1) == 0x000240, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_GetVisibility_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Conv_TextToString_ReturnValue) == 0x000248, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000258, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue) == 0x000260, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000270, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue) == 0x000280, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000288, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000298, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x0002A8, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x0002B0, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_IsCategorizedInGameMenu_Result) == 0x0002B8, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_IsCategorizedInGameMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue_2) == 0x0002B9, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_IsPreviousCategoryKey_Result) == 0x0002BA, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_IsPreviousCategoryKey_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_IsNextCategoryKey_Result) == 0x0002BB, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_IsNextCategoryKey_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_GetChildrenCount_ReturnValue) == 0x0002BC, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Subtract_IntInt_ReturnValue) == 0x0002C0, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x0002C8, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_IsSettingsCapturingInput_Result) == 0x0002E0, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_IsSettingsCapturingInput_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue_3) == 0x0002E1, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_IsSettingsCapturingInput_Result_1) == 0x0002E2, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_IsSettingsCapturingInput_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue_4) == 0x0002E3, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_IsSettingsCapturingInput_Result_2) == 0x0002E4, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_IsSettingsCapturingInput_Result_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue_5) == 0x0002E5, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x0002E8, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Handled_ReturnValue_2) == 0x0003A0, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Handled_ReturnValue_3) == 0x000458, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Handled_ReturnValue_4) == 0x000510, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Handled_ReturnValue_5) == 0x0005C8, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Handled_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000680, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000738, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000739, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000740, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000750, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x000760, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue) == 0x000761, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x000762, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x000763, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_1) == 0x000764, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x000765, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_2) == 0x000766, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000767, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000768, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnKeyUp, CallFunc_Add_IntInt_ReturnValue) == 0x00076C, "Member 'WBP_SettingsWindow_C_OnKeyUp::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_OnFocusReceived \ static_assert(alignof(WBP_SettingsWindow_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_OnFocusReceived"); \ static_assert(sizeof(WBP_SettingsWindow_C_OnFocusReceived) == 0x0001B0, "Wrong size on WBP_SettingsWindow_C_OnFocusReceived"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_SettingsWindow_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_SettingsWindow_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_SettingsWindow_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_SettingsWindow_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_DeselectAllCategories \ static_assert(alignof(WBP_SettingsWindow_C_DeselectAllCategories) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_DeselectAllCategories"); \ static_assert(sizeof(WBP_SettingsWindow_C_DeselectAllCategories) == 0x000048, "Wrong size on WBP_SettingsWindow_C_DeselectAllCategories"); \ static_assert(offsetof(WBP_SettingsWindow_C_DeselectAllCategories, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_SettingsWindow_C_DeselectAllCategories::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DeselectAllCategories, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_SettingsWindow_C_DeselectAllCategories::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DeselectAllCategories, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SettingsWindow_C_DeselectAllCategories::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DeselectAllCategories, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_SettingsWindow_C_DeselectAllCategories::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DeselectAllCategories, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_SettingsWindow_C_DeselectAllCategories::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DeselectAllCategories, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_SettingsWindow_C_DeselectAllCategories::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DeselectAllCategories, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_SettingsWindow_C_DeselectAllCategories::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DeselectAllCategories, K2Node_DynamicCast_AsWBP_Category_Text) == 0x000038, "Member 'WBP_SettingsWindow_C_DeselectAllCategories::K2Node_DynamicCast_AsWBP_Category_Text' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DeselectAllCategories, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_SettingsWindow_C_DeselectAllCategories::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_SetupButtons \ static_assert(alignof(WBP_SettingsWindow_C_SetupButtons) == 0x000004, "Wrong alignment on WBP_SettingsWindow_C_SetupButtons"); \ static_assert(sizeof(WBP_SettingsWindow_C_SetupButtons) == 0x000030, "Wrong size on WBP_SettingsWindow_C_SetupButtons"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetupButtons, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsWindow_C_SetupButtons::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetupButtons, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsWindow_C_SetupButtons::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetupButtons, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsWindow_C_SetupButtons::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_ApplySettings \ static_assert(alignof(WBP_SettingsWindow_C_ApplySettings) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_ApplySettings"); \ static_assert(sizeof(WBP_SettingsWindow_C_ApplySettings) == 0x000178, "Wrong size on WBP_SettingsWindow_C_ApplySettings"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Loc_AppliedSettings) == 0x000000, "Member 'WBP_SettingsWindow_C_ApplySettings::Loc_AppliedSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Loc_QualitySettingsApplied) == 0x000010, "Member 'WBP_SettingsWindow_C_ApplySettings::Loc_QualitySettingsApplied' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Loc_SettingsApplied) == 0x000011, "Member 'WBP_SettingsWindow_C_ApplySettings::Loc_SettingsApplied' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Loc_SettingsControlItem) == 0x000018, "Member 'WBP_SettingsWindow_C_ApplySettings::Loc_SettingsControlItem' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Loc_GameUserSettings) == 0x000020, "Member 'WBP_SettingsWindow_C_ApplySettings::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Loc_SettingsControlListItem) == 0x000028, "Member 'WBP_SettingsWindow_C_ApplySettings::Loc_SettingsControlListItem' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Loc_SettingsToApply) == 0x000030, "Member 'WBP_SettingsWindow_C_ApplySettings::Loc_SettingsToApply' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Temp_int_Array_Index_Variable) == 0x000040, "Member 'WBP_SettingsWindow_C_ApplySettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Temp_int_Array_Index_Variable_1) == 0x000044, "Member 'WBP_SettingsWindow_C_ApplySettings::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'WBP_SettingsWindow_C_ApplySettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Add_IntInt_ReturnValue) == 0x00004C, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Temp_int_Array_Index_Variable_2) == 0x000050, "Member 'WBP_SettingsWindow_C_ApplySettings::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Temp_int_Loop_Counter_Variable_1) == 0x000054, "Member 'WBP_SettingsWindow_C_ApplySettings::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Array_Get_Item) == 0x000058, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Add_IntInt_ReturnValue_1) == 0x000064, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Array_AddUnique_ReturnValue) == 0x000068, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Temp_int_Loop_Counter_Variable_2) == 0x00006C, "Member 'WBP_SettingsWindow_C_ApplySettings::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Temp_int_Loop_Counter_Variable_3) == 0x000070, "Member 'WBP_SettingsWindow_C_ApplySettings::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Add_IntInt_ReturnValue_2) == 0x000074, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Add_IntInt_ReturnValue_3) == 0x00007C, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_GetAllChildren_ReturnValue) == 0x000080, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_GetAllChildren_ReturnValue_1) == 0x000090, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_GetAllChildren_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Array_Length_ReturnValue_1) == 0x0000A0, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B0, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, K2Node_DynamicCast_AsWBP_Base_Settings_Control_List) == 0x0000B8, "Member 'WBP_SettingsWindow_C_ApplySettings::K2Node_DynamicCast_AsWBP_Base_Settings_Control_List' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'WBP_SettingsWindow_C_ApplySettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Array_Length_ReturnValue_2) == 0x0000C4, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Less_IntInt_ReturnValue_2) == 0x0000C8, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Array_Get_Item_2) == 0x0000D0, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_GetQueuedSettingsToApplyArray_Result) == 0x0000D8, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_GetQueuedSettingsToApplyArray_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Array_Length_ReturnValue_3) == 0x0000E8, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Less_IntInt_ReturnValue_3) == 0x0000EC, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Not_PreBool_ReturnValue) == 0x0000ED, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_MakeLiteralString_ReturnValue) == 0x0000F0, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Not_PreBool_ReturnValue_1) == 0x000100, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_GetPathName_ReturnValue) == 0x000108, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Concat_StrStr_ReturnValue) == 0x000118, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, Temp_int_Array_Index_Variable_3) == 0x000128, "Member 'WBP_SettingsWindow_C_ApplySettings::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Array_Get_Item_3) == 0x000130, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, K2Node_DynamicCast_AsWBP_Base_Settings_Control_List_1) == 0x000138, "Member 'WBP_SettingsWindow_C_ApplySettings::K2Node_DynamicCast_AsWBP_Base_Settings_Control_List_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, K2Node_DynamicCast_bSuccess_1) == 0x000140, "Member 'WBP_SettingsWindow_C_ApplySettings::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000148, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, K2Node_DynamicCast_AsBP_PHGame_User_Settings) == 0x000150, "Member 'WBP_SettingsWindow_C_ApplySettings::K2Node_DynamicCast_AsBP_PHGame_User_Settings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, K2Node_DynamicCast_bSuccess_2) == 0x000158, "Member 'WBP_SettingsWindow_C_ApplySettings::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000160, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_GetCachedGameInstance_CachedGameInstance_1) == 0x000168, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_GetCachedGameInstance_CachedGameInstance_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_Not_PreBool_ReturnValue_2) == 0x000170, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ApplySettings, CallFunc_BooleanAND_ReturnValue) == 0x000171, "Member 'WBP_SettingsWindow_C_ApplySettings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_DoApplySettingsTasks \ static_assert(alignof(WBP_SettingsWindow_C_DoApplySettingsTasks) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_DoApplySettingsTasks"); \ static_assert(sizeof(WBP_SettingsWindow_C_DoApplySettingsTasks) == 0x000048, "Wrong size on WBP_SettingsWindow_C_DoApplySettingsTasks"); \ static_assert(offsetof(WBP_SettingsWindow_C_DoApplySettingsTasks, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsWindow_C_DoApplySettingsTasks::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DoApplySettingsTasks, CallFunc_MakeLiteralString_ReturnValue) == 0x000008, "Member 'WBP_SettingsWindow_C_DoApplySettingsTasks::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DoApplySettingsTasks, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000018, "Member 'WBP_SettingsWindow_C_DoApplySettingsTasks::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DoApplySettingsTasks, CallFunc_ApplyHDRDisplayOutput_ReturnValue) == 0x000028, "Member 'WBP_SettingsWindow_C_DoApplySettingsTasks::CallFunc_ApplyHDRDisplayOutput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DoApplySettingsTasks, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'WBP_SettingsWindow_C_DoApplySettingsTasks::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DoApplySettingsTasks, CallFunc_GetGameUserSettings_ReturnValue) == 0x000030, "Member 'WBP_SettingsWindow_C_DoApplySettingsTasks::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DoApplySettingsTasks, K2Node_DynamicCast_AsBP_PHGame_User_Settings) == 0x000038, "Member 'WBP_SettingsWindow_C_DoApplySettingsTasks::K2Node_DynamicCast_AsBP_PHGame_User_Settings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_DoApplySettingsTasks, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_SettingsWindow_C_DoApplySettingsTasks::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_RevertSettings \ static_assert(alignof(WBP_SettingsWindow_C_RevertSettings) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_RevertSettings"); \ static_assert(sizeof(WBP_SettingsWindow_C_RevertSettings) == 0x0000B8, "Wrong size on WBP_SettingsWindow_C_RevertSettings"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, Loc_SettingsControlItem) == 0x000000, "Member 'WBP_SettingsWindow_C_RevertSettings::Loc_SettingsControlItem' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, Loc_SettingsControlListItem) == 0x000008, "Member 'WBP_SettingsWindow_C_RevertSettings::Loc_SettingsControlListItem' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, Loc_SettingsToRevert) == 0x000010, "Member 'WBP_SettingsWindow_C_RevertSettings::Loc_SettingsToRevert' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'WBP_SettingsWindow_C_RevertSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, Temp_int_Array_Index_Variable) == 0x000028, "Member 'WBP_SettingsWindow_C_RevertSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'WBP_SettingsWindow_C_RevertSettings::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_GetAllChildren_ReturnValue) == 0x000038, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_Array_Get_Item) == 0x000048, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, K2Node_DynamicCast_AsWBP_Base_Settings_Control_List) == 0x000058, "Member 'WBP_SettingsWindow_C_RevertSettings::K2Node_DynamicCast_AsWBP_Base_Settings_Control_List' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, K2Node_DynamicCast_bSuccess) == 0x000060, "Member 'WBP_SettingsWindow_C_RevertSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_Less_IntInt_ReturnValue) == 0x000061, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_Array_Length_ReturnValue_1) == 0x000064, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_GetQueuedSettingsToApplyArray_Result) == 0x000068, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_GetQueuedSettingsToApplyArray_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_Less_IntInt_ReturnValue_1) == 0x000078, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_GetPathName_ReturnValue) == 0x000080, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, Temp_int_Array_Index_Variable_1) == 0x000090, "Member 'WBP_SettingsWindow_C_RevertSettings::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_Concat_StrStr_ReturnValue) == 0x000098, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_RevertSettings, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'WBP_SettingsWindow_C_RevertSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_BackButtonClicked \ static_assert(alignof(WBP_SettingsWindow_C_BackButtonClicked) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_BackButtonClicked"); \ static_assert(sizeof(WBP_SettingsWindow_C_BackButtonClicked) == 0x000008, "Wrong size on WBP_SettingsWindow_C_BackButtonClicked"); \ static_assert(offsetof(WBP_SettingsWindow_C_BackButtonClicked, Loc_BlindData) == 0x000000, "Member 'WBP_SettingsWindow_C_BackButtonClicked::Loc_BlindData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult \ static_assert(alignof(WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult"); \ static_assert(sizeof(WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult) == 0x000020, "Wrong size on WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult, SelectedButtonIdx) == 0x000000, "Member 'WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult::SelectedButtonIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult, MsgBoxWidget) == 0x000008, "Member 'WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult::MsgBoxWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult, CallFunc_GetTopFocusedWidget_Result) == 0x000010, "Member 'WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult::CallFunc_GetTopFocusedWidget_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000019, "Member 'WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00001A, "Member 'WBP_SettingsWindow_C_OnRevertChangeMsgBoxResult::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_OnSettingFocused \ static_assert(alignof(WBP_SettingsWindow_C_OnSettingFocused) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_OnSettingFocused"); \ static_assert(sizeof(WBP_SettingsWindow_C_OnSettingFocused) == 0x000128, "Wrong size on WBP_SettingsWindow_C_OnSettingFocused"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, FocusedSettingControl) == 0x000000, "Member 'WBP_SettingsWindow_C_OnSettingFocused::FocusedSettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, Loc_NoParentRemove) == 0x000008, "Member 'WBP_SettingsWindow_C_OnSettingFocused::Loc_NoParentRemove' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_IsValid_ReturnValue_1) == 0x00000A, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x00000B, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_GetObjectName_ReturnValue) == 0x000010, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_GetObjectName_ReturnValue_1) == 0x000020, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_GetObjectName_ReturnValue_2) == 0x000030, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_GetObjectName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_GetObjectName_ReturnValue_3) == 0x000040, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_GetObjectName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000080, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000090, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000A0, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_GetObjectName_ReturnValue_4) == 0x0000B0, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_GetObjectName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000C0, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000D0, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000E0, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_GetObjectName_ReturnValue_5) == 0x0000E8, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_GetObjectName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0000F8, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000108, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_GetExtraInfoInstance_Result) == 0x000110, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_GetExtraInfoInstance_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_AddChild_ReturnValue) == 0x000118, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_HasChild_ReturnValue) == 0x000120, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_HasChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_IsValid_ReturnValue_2) == 0x000121, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_Not_PreBool_ReturnValue) == 0x000122, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocused, CallFunc_IsValidClass_ReturnValue) == 0x000123, "Member 'WBP_SettingsWindow_C_OnSettingFocused::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_OnSettingFocusLost \ static_assert(alignof(WBP_SettingsWindow_C_OnSettingFocusLost) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_OnSettingFocusLost"); \ static_assert(sizeof(WBP_SettingsWindow_C_OnSettingFocusLost) == 0x000178, "Wrong size on WBP_SettingsWindow_C_OnSettingFocusLost"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, SettingControl) == 0x000000, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, NoParentRemove) == 0x000008, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::NoParentRemove' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_GetObjectName_ReturnValue) == 0x000020, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_GetObjectName_ReturnValue_1) == 0x000030, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_GetObjectName_ReturnValue_2) == 0x000040, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_GetObjectName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_GetObjectName_ReturnValue_3) == 0x000050, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_GetObjectName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_GetObjectName_ReturnValue_4) == 0x000060, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_GetObjectName_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_GetObjectName_ReturnValue_5) == 0x000080, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_GetObjectName_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000090, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A0, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_GetObjectName_ReturnValue_6) == 0x0000B0, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_GetObjectName_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000C0, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000D0, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000E0, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000F0, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000100, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000110, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000120, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000130, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000140, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000150, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000160, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000170, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnSettingFocusLost, CallFunc_IsValid_ReturnValue) == 0x000171, "Member 'WBP_SettingsWindow_C_OnSettingFocusLost::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_ConstructSettings \ static_assert(alignof(WBP_SettingsWindow_C_ConstructSettings) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_ConstructSettings"); \ static_assert(sizeof(WBP_SettingsWindow_C_ConstructSettings) == 0x0000F0, "Wrong size on WBP_SettingsWindow_C_ConstructSettings"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, Loc_SettingsControlListClass) == 0x000000, "Member 'WBP_SettingsWindow_C_ConstructSettings::Loc_SettingsControlListClass' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, Loc_CategoryTextItem) == 0x000008, "Member 'WBP_SettingsWindow_C_ConstructSettings::Loc_CategoryTextItem' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, Loc_SettingsControlListItem) == 0x000010, "Member 'WBP_SettingsWindow_C_ConstructSettings::Loc_SettingsControlListItem' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, Loc_ItemArrayIdx) == 0x000018, "Member 'WBP_SettingsWindow_C_ConstructSettings::Loc_ItemArrayIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, Loc_ActiveCatIdx) == 0x00001C, "Member 'WBP_SettingsWindow_C_ConstructSettings::Loc_ActiveCatIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, Temp_int_Array_Index_Variable) == 0x000020, "Member 'WBP_SettingsWindow_C_ConstructSettings::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'WBP_SettingsWindow_C_ConstructSettings::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_Add_IntInt_ReturnValue_1) == 0x00002C, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_GetBuildConfiguration_ReturnValue) == 0x000030, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_GetBuildConfiguration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000031, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_GetDefaultObject_ReturnValue) == 0x000038, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, K2Node_DynamicCast_AsWBP_Base_Settings_Control_List) == 0x000040, "Member 'WBP_SettingsWindow_C_ConstructSettings::K2Node_DynamicCast_AsWBP_Base_Settings_Control_List' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_SettingsWindow_C_ConstructSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_Not_PreBool_ReturnValue) == 0x000049, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_IsValid_ReturnValue) == 0x00004A, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_BooleanOR_ReturnValue) == 0x00004B, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_IsValid_ReturnValue_1) == 0x00004C, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_IsValid_ReturnValue_2) == 0x00004D, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_GetOwningPlayer_ReturnValue) == 0x000050, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_GetCategoryDisplayName_DisplayName) == 0x000058, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_GetCategoryDisplayName_DisplayName' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_Create_ReturnValue) == 0x000070, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, Temp_int_Variable) == 0x000078, "Member 'WBP_SettingsWindow_C_ConstructSettings::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00007C, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_AddChild_ReturnValue) == 0x000080, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_Not_PreBool_ReturnValue_1) == 0x000088, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_BooleanAND_ReturnValue) == 0x000089, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_AddChildToHorizontalBox_ReturnValue) == 0x000090, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_AddChildToHorizontalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, K2Node_CreateDelegate_OutputDelegate) == 0x000098, "Member 'WBP_SettingsWindow_C_ConstructSettings::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x0000A8, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x0000B0, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_Create_ReturnValue_1) == 0x0000D8, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_Create_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_Array_Length_ReturnValue) == 0x0000E8, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ConstructSettings, CallFunc_Less_IntInt_ReturnValue) == 0x0000EC, "Member 'WBP_SettingsWindow_C_ConstructSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_OnCatagorySelected \ static_assert(alignof(WBP_SettingsWindow_C_OnCatagorySelected) == 0x000004, "Wrong alignment on WBP_SettingsWindow_C_OnCatagorySelected"); \ static_assert(sizeof(WBP_SettingsWindow_C_OnCatagorySelected) == 0x000004, "Wrong size on WBP_SettingsWindow_C_OnCatagorySelected"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnCatagorySelected, CategoryIndex) == 0x000000, "Member 'WBP_SettingsWindow_C_OnCatagorySelected::CategoryIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_DelayedCloseMenu \ static_assert(alignof(WBP_SettingsWindow_C_DelayedCloseMenu) == 0x000001, "Wrong alignment on WBP_SettingsWindow_C_DelayedCloseMenu"); \ static_assert(sizeof(WBP_SettingsWindow_C_DelayedCloseMenu) == 0x000001, "Wrong size on WBP_SettingsWindow_C_DelayedCloseMenu"); \ static_assert(offsetof(WBP_SettingsWindow_C_DelayedCloseMenu, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_SettingsWindow_C_DelayedCloseMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_AbortDelayedCloseMenu \ static_assert(alignof(WBP_SettingsWindow_C_AbortDelayedCloseMenu) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_AbortDelayedCloseMenu"); \ static_assert(sizeof(WBP_SettingsWindow_C_AbortDelayedCloseMenu) == 0x000020, "Wrong size on WBP_SettingsWindow_C_AbortDelayedCloseMenu"); \ static_assert(offsetof(WBP_SettingsWindow_C_AbortDelayedCloseMenu, Loc_TopMenu) == 0x000000, "Member 'WBP_SettingsWindow_C_AbortDelayedCloseMenu::Loc_TopMenu' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_AbortDelayedCloseMenu, CallFunc_GetTopMostMenu_Result) == 0x000008, "Member 'WBP_SettingsWindow_C_AbortDelayedCloseMenu::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_AbortDelayedCloseMenu, K2Node_DynamicCast_AsWBP_in_Game_Menu_Category) == 0x000010, "Member 'WBP_SettingsWindow_C_AbortDelayedCloseMenu::K2Node_DynamicCast_AsWBP_in_Game_Menu_Category' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_AbortDelayedCloseMenu, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_SettingsWindow_C_AbortDelayedCloseMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_ProcessBackButton \ static_assert(alignof(WBP_SettingsWindow_C_ProcessBackButton) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_ProcessBackButton"); \ static_assert(sizeof(WBP_SettingsWindow_C_ProcessBackButton) == 0x000198, "Wrong size on WBP_SettingsWindow_C_ProcessBackButton"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, Force_Close) == 0x000000, "Member 'WBP_SettingsWindow_C_ProcessBackButton::Force_Close' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, Close_Parent) == 0x000001, "Member 'WBP_SettingsWindow_C_ProcessBackButton::Close_Parent' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, Loc_ParentWindow) == 0x000008, "Member 'WBP_SettingsWindow_C_ProcessBackButton::Loc_ParentWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, Loc_BlindData) == 0x000010, "Member 'WBP_SettingsWindow_C_ProcessBackButton::Loc_BlindData' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_GetMsgBoxButtonText_Result) == 0x000018, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_GetMsgBoxButtonText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, K2Node_CreateDelegate_OutputDelegate) == 0x000030, "Member 'WBP_SettingsWindow_C_ProcessBackButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_GetTopMostMenu_Result) == 0x000040, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_IsGamePaused_ReturnValue) == 0x000048, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_Not_PreBool_ReturnValue) == 0x000049, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_GetTopMostMenu_Result_1) == 0x000050, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_GetTopMostMenu_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_Not_PreBool_ReturnValue_1) == 0x000059, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_CreateEOEvent_ReturnValue) == 0x000060, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_GetOwningPlayer_ReturnValue) == 0x000068, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_GetMsgBoxButtonText_Result_1) == 0x000070, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_GetMsgBoxButtonText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_GetMsgBoxButtonText_Result_2) == 0x000088, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_GetMsgBoxButtonText_Result_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_GetMsgBoxText_Result) == 0x0000A0, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_GetMsgBoxText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, K2Node_MakeArray_Array) == 0x0000B8, "Member 'WBP_SettingsWindow_C_ProcessBackButton::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_GetMsgBoxText_Result_1) == 0x0000C8, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_GetMsgBoxText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_HasUnappliedChanges_ReturnValue) == 0x0000E0, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_HasUnappliedChanges_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, K2Node_MakeStruct_EOMsgBoxInfo) == 0x0000E8, "Member 'WBP_SettingsWindow_C_ProcessBackButton::K2Node_MakeStruct_EOMsgBoxInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ProcessBackButton, CallFunc_Not_PreBool_ReturnValue_2) == 0x000190, "Member 'WBP_SettingsWindow_C_ProcessBackButton::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_Get_ApplyInputButton_Visibility \ static_assert(alignof(WBP_SettingsWindow_C_Get_ApplyInputButton_Visibility) == 0x000001, "Wrong alignment on WBP_SettingsWindow_C_Get_ApplyInputButton_Visibility"); \ static_assert(sizeof(WBP_SettingsWindow_C_Get_ApplyInputButton_Visibility) == 0x000002, "Wrong size on WBP_SettingsWindow_C_Get_ApplyInputButton_Visibility"); \ static_assert(offsetof(WBP_SettingsWindow_C_Get_ApplyInputButton_Visibility, ReturnValue) == 0x000000, "Member 'WBP_SettingsWindow_C_Get_ApplyInputButton_Visibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_Get_ApplyInputButton_Visibility, CallFunc_HasUnappliedChanges_ReturnValue) == 0x000001, "Member 'WBP_SettingsWindow_C_Get_ApplyInputButton_Visibility::CallFunc_HasUnappliedChanges_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_Get_RevertInputButton_Visibility \ static_assert(alignof(WBP_SettingsWindow_C_Get_RevertInputButton_Visibility) == 0x000001, "Wrong alignment on WBP_SettingsWindow_C_Get_RevertInputButton_Visibility"); \ static_assert(sizeof(WBP_SettingsWindow_C_Get_RevertInputButton_Visibility) == 0x000002, "Wrong size on WBP_SettingsWindow_C_Get_RevertInputButton_Visibility"); \ static_assert(offsetof(WBP_SettingsWindow_C_Get_RevertInputButton_Visibility, ReturnValue) == 0x000000, "Member 'WBP_SettingsWindow_C_Get_RevertInputButton_Visibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_Get_RevertInputButton_Visibility, CallFunc_HasUnappliedChanges_ReturnValue) == 0x000001, "Member 'WBP_SettingsWindow_C_Get_RevertInputButton_Visibility::CallFunc_HasUnappliedChanges_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility \ static_assert(alignof(WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility"); \ static_assert(sizeof(WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility) == 0x000018, "Wrong size on WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility"); \ static_assert(offsetof(WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility, ReturnValue) == 0x000000, "Member 'WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility, Temp_bool_Variable) == 0x000001, "Member 'WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility, Temp_byte_Variable) == 0x000002, "Member 'WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility, Temp_byte_Variable_1) == 0x000003, "Member 'WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000008, "Member 'WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility, K2Node_Select_Default) == 0x000010, "Member 'WBP_SettingsWindow_C_Get_RequiresRestartText_Visibility::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_GetExtraInfoInstance \ static_assert(alignof(WBP_SettingsWindow_C_GetExtraInfoInstance) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_GetExtraInfoInstance"); \ static_assert(sizeof(WBP_SettingsWindow_C_GetExtraInfoInstance) == 0x000080, "Wrong size on WBP_SettingsWindow_C_GetExtraInfoInstance"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, ExtraInfoWdigetClass) == 0x000000, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::ExtraInfoWdigetClass' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, Result) == 0x000008, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, Loc_Result) == 0x000010, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, CallFunc_GetPathName_ReturnValue) == 0x000018, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, CallFunc_GetOwningPlayer_ReturnValue) == 0x000038, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, CallFunc_Create_ReturnValue) == 0x000040, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, CallFunc_GetClassDisplayName_ReturnValue) == 0x000048, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, CallFunc_Map_Find_Value) == 0x000070, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, CallFunc_Map_Find_ReturnValue) == 0x000078, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetExtraInfoInstance, CallFunc_IsValidClass_ReturnValue) == 0x000079, "Member 'WBP_SettingsWindow_C_GetExtraInfoInstance::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_OpenMenu \ static_assert(alignof(WBP_SettingsWindow_C_OpenMenu) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_OpenMenu"); \ static_assert(sizeof(WBP_SettingsWindow_C_OpenMenu) == 0x000018, "Wrong size on WBP_SettingsWindow_C_OpenMenu"); \ static_assert(offsetof(WBP_SettingsWindow_C_OpenMenu, ParentWidget) == 0x000000, "Member 'WBP_SettingsWindow_C_OpenMenu::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OpenMenu, WidgetToFocusOnClose) == 0x000008, "Member 'WBP_SettingsWindow_C_OpenMenu::WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OpenMenu, RemoveOnClose) == 0x000010, "Member 'WBP_SettingsWindow_C_OpenMenu::RemoveOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OpenMenu, NoPauseGame) == 0x000011, "Member 'WBP_SettingsWindow_C_OpenMenu::NoPauseGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_OnCloseParentCategorizedMenu \ static_assert(alignof(WBP_SettingsWindow_C_OnCloseParentCategorizedMenu) == 0x000001, "Wrong alignment on WBP_SettingsWindow_C_OnCloseParentCategorizedMenu"); \ static_assert(sizeof(WBP_SettingsWindow_C_OnCloseParentCategorizedMenu) == 0x000002, "Wrong size on WBP_SettingsWindow_C_OnCloseParentCategorizedMenu"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnCloseParentCategorizedMenu, ForceClose) == 0x000000, "Member 'WBP_SettingsWindow_C_OnCloseParentCategorizedMenu::ForceClose' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_OnCloseParentCategorizedMenu, CloseParent) == 0x000001, "Member 'WBP_SettingsWindow_C_OnCloseParentCategorizedMenu::CloseParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_SetExtraInfoPanelForCategory \ static_assert(alignof(WBP_SettingsWindow_C_SetExtraInfoPanelForCategory) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_SetExtraInfoPanelForCategory"); \ static_assert(sizeof(WBP_SettingsWindow_C_SetExtraInfoPanelForCategory) == 0x000008, "Wrong size on WBP_SettingsWindow_C_SetExtraInfoPanelForCategory"); \ static_assert(offsetof(WBP_SettingsWindow_C_SetExtraInfoPanelForCategory, SettingsControlList) == 0x000000, "Member 'WBP_SettingsWindow_C_SetExtraInfoPanelForCategory::SettingsControlList' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_AlignControlLists \ static_assert(alignof(WBP_SettingsWindow_C_AlignControlLists) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_AlignControlLists"); \ static_assert(sizeof(WBP_SettingsWindow_C_AlignControlLists) == 0x000048, "Wrong size on WBP_SettingsWindow_C_AlignControlLists"); \ static_assert(offsetof(WBP_SettingsWindow_C_AlignControlLists, Temp_int_Array_Index_Variable) == 0x000000, "Member 'WBP_SettingsWindow_C_AlignControlLists::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_AlignControlLists, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'WBP_SettingsWindow_C_AlignControlLists::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_AlignControlLists, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SettingsWindow_C_AlignControlLists::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_AlignControlLists, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_SettingsWindow_C_AlignControlLists::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_AlignControlLists, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'WBP_SettingsWindow_C_AlignControlLists::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_AlignControlLists, CallFunc_Array_Get_Item) == 0x000028, "Member 'WBP_SettingsWindow_C_AlignControlLists::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_AlignControlLists, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'WBP_SettingsWindow_C_AlignControlLists::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_AlignControlLists, K2Node_DynamicCast_AsWBP_Base_Settings_Control_List) == 0x000038, "Member 'WBP_SettingsWindow_C_AlignControlLists::K2Node_DynamicCast_AsWBP_Base_Settings_Control_List' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_AlignControlLists, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_SettingsWindow_C_AlignControlLists::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_CloseMenu \ static_assert(alignof(WBP_SettingsWindow_C_CloseMenu) == 0x000001, "Wrong alignment on WBP_SettingsWindow_C_CloseMenu"); \ static_assert(sizeof(WBP_SettingsWindow_C_CloseMenu) == 0x000002, "Wrong size on WBP_SettingsWindow_C_CloseMenu"); \ static_assert(offsetof(WBP_SettingsWindow_C_CloseMenu, ForceClose) == 0x000000, "Member 'WBP_SettingsWindow_C_CloseMenu::ForceClose' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_CloseMenu, CloseParent) == 0x000001, "Member 'WBP_SettingsWindow_C_CloseMenu::CloseParent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_HasUnappliedChanges \ static_assert(alignof(WBP_SettingsWindow_C_HasUnappliedChanges) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_HasUnappliedChanges"); \ static_assert(sizeof(WBP_SettingsWindow_C_HasUnappliedChanges) == 0x000040, "Wrong size on WBP_SettingsWindow_C_HasUnappliedChanges"); \ static_assert(offsetof(WBP_SettingsWindow_C_HasUnappliedChanges, ReturnValue) == 0x000000, "Member 'WBP_SettingsWindow_C_HasUnappliedChanges::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_HasUnappliedChanges, Temp_int_Array_Index_Variable) == 0x000004, "Member 'WBP_SettingsWindow_C_HasUnappliedChanges::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_HasUnappliedChanges, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'WBP_SettingsWindow_C_HasUnappliedChanges::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_HasUnappliedChanges, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_SettingsWindow_C_HasUnappliedChanges::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_HasUnappliedChanges, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_SettingsWindow_C_HasUnappliedChanges::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_HasUnappliedChanges, CallFunc_Array_Get_Item) == 0x000020, "Member 'WBP_SettingsWindow_C_HasUnappliedChanges::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_HasUnappliedChanges, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'WBP_SettingsWindow_C_HasUnappliedChanges::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_HasUnappliedChanges, K2Node_DynamicCast_AsWBP_Base_Settings_Control_List) == 0x000030, "Member 'WBP_SettingsWindow_C_HasUnappliedChanges::K2Node_DynamicCast_AsWBP_Base_Settings_Control_List' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_HasUnappliedChanges, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_SettingsWindow_C_HasUnappliedChanges::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_HasUnappliedChanges, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'WBP_SettingsWindow_C_HasUnappliedChanges::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_HasUnappliedChanges, CallFunc_HasQueuedSettingsToApply_Result) == 0x00003A, "Member 'WBP_SettingsWindow_C_HasUnappliedChanges::CallFunc_HasQueuedSettingsToApply_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_IsInPauseMenu \ static_assert(alignof(WBP_SettingsWindow_C_IsInPauseMenu) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_IsInPauseMenu"); \ static_assert(sizeof(WBP_SettingsWindow_C_IsInPauseMenu) == 0x000020, "Wrong size on WBP_SettingsWindow_C_IsInPauseMenu"); \ static_assert(offsetof(WBP_SettingsWindow_C_IsInPauseMenu, Result) == 0x000000, "Member 'WBP_SettingsWindow_C_IsInPauseMenu::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_IsInPauseMenu, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'WBP_SettingsWindow_C_IsInPauseMenu::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_IsInPauseMenu, K2Node_DynamicCast_AsBP_Player_Controller) == 0x000010, "Member 'WBP_SettingsWindow_C_IsInPauseMenu::K2Node_DynamicCast_AsBP_Player_Controller' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_IsInPauseMenu, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_SettingsWindow_C_IsInPauseMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_IsSettingsCapturingInput \ static_assert(alignof(WBP_SettingsWindow_C_IsSettingsCapturingInput) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_IsSettingsCapturingInput"); \ static_assert(sizeof(WBP_SettingsWindow_C_IsSettingsCapturingInput) == 0x000020, "Wrong size on WBP_SettingsWindow_C_IsSettingsCapturingInput"); \ static_assert(offsetof(WBP_SettingsWindow_C_IsSettingsCapturingInput, Result) == 0x000000, "Member 'WBP_SettingsWindow_C_IsSettingsCapturingInput::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_IsSettingsCapturingInput, Loc_SliderControl) == 0x000008, "Member 'WBP_SettingsWindow_C_IsSettingsCapturingInput::Loc_SliderControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_IsSettingsCapturingInput, K2Node_DynamicCast_AsWBP_Slider_Control) == 0x000010, "Member 'WBP_SettingsWindow_C_IsSettingsCapturingInput::K2Node_DynamicCast_AsWBP_Slider_Control' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_IsSettingsCapturingInput, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_SettingsWindow_C_IsSettingsCapturingInput::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_ShouldGameMenuCategoryHandleClose \ static_assert(alignof(WBP_SettingsWindow_C_ShouldGameMenuCategoryHandleClose) == 0x000001, "Wrong alignment on WBP_SettingsWindow_C_ShouldGameMenuCategoryHandleClose"); \ static_assert(sizeof(WBP_SettingsWindow_C_ShouldGameMenuCategoryHandleClose) == 0x000002, "Wrong size on WBP_SettingsWindow_C_ShouldGameMenuCategoryHandleClose"); \ static_assert(offsetof(WBP_SettingsWindow_C_ShouldGameMenuCategoryHandleClose, Result) == 0x000000, "Member 'WBP_SettingsWindow_C_ShouldGameMenuCategoryHandleClose::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsWindow_C_ShouldGameMenuCategoryHandleClose, CallFunc_HasUnappliedChanges_ReturnValue) == 0x000001, "Member 'WBP_SettingsWindow_C_ShouldGameMenuCategoryHandleClose::CallFunc_HasUnappliedChanges_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsWindow_C_GetCurrentFocusedWidget \ static_assert(alignof(WBP_SettingsWindow_C_GetCurrentFocusedWidget) == 0x000008, "Wrong alignment on WBP_SettingsWindow_C_GetCurrentFocusedWidget"); \ static_assert(sizeof(WBP_SettingsWindow_C_GetCurrentFocusedWidget) == 0x000008, "Wrong size on WBP_SettingsWindow_C_GetCurrentFocusedWidget"); \ static_assert(offsetof(WBP_SettingsWindow_C_GetCurrentFocusedWidget, Result) == 0x000000, "Member 'WBP_SettingsWindow_C_GetCurrentFocusedWidget::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_SettingsWindow_C \ static_assert(alignof(UWBP_SettingsWindow_C) == 0x000008, "Wrong alignment on UWBP_SettingsWindow_C"); \ static_assert(sizeof(UWBP_SettingsWindow_C) == 0x000480, "Wrong size on UWBP_SettingsWindow_C"); \ static_assert(offsetof(UWBP_SettingsWindow_C, UberGraphFrame_WBP_SettingsWindow_C) == 0x000340, "Member 'UWBP_SettingsWindow_C::UberGraphFrame_WBP_SettingsWindow_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, ApplyInputButton) == 0x000348, "Member 'UWBP_SettingsWindow_C::ApplyInputButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, Background) == 0x000350, "Member 'UWBP_SettingsWindow_C::Background' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, BackInputButton) == 0x000358, "Member 'UWBP_SettingsWindow_C::BackInputButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, BottomBarVBox) == 0x000360, "Member 'UWBP_SettingsWindow_C::BottomBarVBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, CategoryLabelHBox) == 0x000368, "Member 'UWBP_SettingsWindow_C::CategoryLabelHBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, CategoryNextTutorialIcon) == 0x000370, "Member 'UWBP_SettingsWindow_C::CategoryNextTutorialIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, CategoryPrevTutorialIcon) == 0x000378, "Member 'UWBP_SettingsWindow_C::CategoryPrevTutorialIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, ControlListLeftSpacer) == 0x000380, "Member 'UWBP_SettingsWindow_C::ControlListLeftSpacer' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, ControlsListSwitcher) == 0x000388, "Member 'UWBP_SettingsWindow_C::ControlsListSwitcher' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, ExtraSettingInfoVB) == 0x000390, "Member 'UWBP_SettingsWindow_C::ExtraSettingInfoVB' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, LeftPanelBackground) == 0x000398, "Member 'UWBP_SettingsWindow_C::LeftPanelBackground' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, RequiresRestartText) == 0x0003A0, "Member 'UWBP_SettingsWindow_C::RequiresRestartText' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, RetainerBox_WRef) == 0x0003A8, "Member 'UWBP_SettingsWindow_C::RetainerBox_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, RevertInputButton) == 0x0003B0, "Member 'UWBP_SettingsWindow_C::RevertInputButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, SafeZoneRef) == 0x0003B8, "Member 'UWBP_SettingsWindow_C::SafeZoneRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, TitleBarHBox) == 0x0003C0, "Member 'UWBP_SettingsWindow_C::TitleBarHBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, TitleTextWidget) == 0x0003C8, "Member 'UWBP_SettingsWindow_C::TitleTextWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, TopLineSeparatorVBox) == 0x0003D0, "Member 'UWBP_SettingsWindow_C::TopLineSeparatorVBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, InitialCategories) == 0x0003D8, "Member 'UWBP_SettingsWindow_C::InitialCategories' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, SelectedCategoryIndex) == 0x0003E8, "Member 'UWBP_SettingsWindow_C::SelectedCategoryIndex' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, SettingsWindowOpened) == 0x0003EC, "Member 'UWBP_SettingsWindow_C::SettingsWindowOpened' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, SelectedSettingsControlList) == 0x0003F0, "Member 'UWBP_SettingsWindow_C::SelectedSettingsControlList' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, CurrentFocusedControl) == 0x0003F8, "Member 'UWBP_SettingsWindow_C::CurrentFocusedControl' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, ExtraInfoWidgetInstances) == 0x000400, "Member 'UWBP_SettingsWindow_C::ExtraInfoWidgetInstances' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, CurrentFocusedControlList) == 0x000450, "Member 'UWBP_SettingsWindow_C::CurrentFocusedControlList' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, TitleText) == 0x000458, "Member 'UWBP_SettingsWindow_C::TitleText' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, CachedForceCloseArg) == 0x000470, "Member 'UWBP_SettingsWindow_C::CachedForceCloseArg' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, CachedCloseParentArg) == 0x000471, "Member 'UWBP_SettingsWindow_C::CachedCloseParentArg' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, CategoryIsPromptingMsgBox) == 0x000472, "Member 'UWBP_SettingsWindow_C::CategoryIsPromptingMsgBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, IsClosingSettingsWindow) == 0x000473, "Member 'UWBP_SettingsWindow_C::IsClosingSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, ShouldApplyResolutionSettings) == 0x000474, "Member 'UWBP_SettingsWindow_C::ShouldApplyResolutionSettings' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, ShouldApplyHDR) == 0x000475, "Member 'UWBP_SettingsWindow_C::ShouldApplyHDR' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, ShouldEnableHDR) == 0x000476, "Member 'UWBP_SettingsWindow_C::ShouldEnableHDR' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsWindow_C, HDROutputNitsToApply) == 0x000478, "Member 'UWBP_SettingsWindow_C::HDROutputNitsToApply' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen \ static_assert(alignof(WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen) == 0x000008, "Wrong alignment on WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen) == 0x000020, "Wrong size on WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen, EntryPoint) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen, K2Node_ComponentBoundEvent_Value) == 0x000008, "Member 'WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen, CallFunc_GetOwningPlayer_ReturnValue) == 0x000010, "Member 'WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000018, "Member 'WBP_BrightnessSettingScreen_C_ExecuteUbergraph_WBP_BrightnessSettingScreen::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_BndEvt__WBP_BrightnessSettingScreen_BrightnessSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ static_assert(alignof(WBP_BrightnessSettingScreen_C_BndEvt__WBP_BrightnessSettingScreen_BrightnessSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on WBP_BrightnessSettingScreen_C_BndEvt__WBP_BrightnessSettingScreen_BrightnessSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_BndEvt__WBP_BrightnessSettingScreen_BrightnessSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on WBP_BrightnessSettingScreen_C_BndEvt__WBP_BrightnessSettingScreen_BrightnessSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_BndEvt__WBP_BrightnessSettingScreen_BrightnessSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_BndEvt__WBP_BrightnessSettingScreen_BrightnessSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_OnFocusReceived \ static_assert(alignof(WBP_BrightnessSettingScreen_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_BrightnessSettingScreen_C_OnFocusReceived"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_OnFocusReceived) == 0x0001B0, "Wrong size on WBP_BrightnessSettingScreen_C_OnFocusReceived"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_BrightnessSettingScreen_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_BrightnessSettingScreen_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_BrightnessSettingScreen_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_OpenMenu \ static_assert(alignof(WBP_BrightnessSettingScreen_C_OpenMenu) == 0x000008, "Wrong alignment on WBP_BrightnessSettingScreen_C_OpenMenu"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_OpenMenu) == 0x000018, "Wrong size on WBP_BrightnessSettingScreen_C_OpenMenu"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OpenMenu, ParentWidget) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_OpenMenu::ParentWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OpenMenu, WidgetToFocusOnClose) == 0x000008, "Member 'WBP_BrightnessSettingScreen_C_OpenMenu::WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OpenMenu, RemoveOnClose) == 0x000010, "Member 'WBP_BrightnessSettingScreen_C_OpenMenu::RemoveOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OpenMenu, NoPauseGame) == 0x000011, "Member 'WBP_BrightnessSettingScreen_C_OpenMenu::NoPauseGame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_OnKeyUp \ static_assert(alignof(WBP_BrightnessSettingScreen_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_BrightnessSettingScreen_C_OnKeyUp"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_OnKeyUp) == 0x0006D8, "Wrong size on WBP_BrightnessSettingScreen_C_OnKeyUp"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, Loc_Key) == 0x000130, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::Loc_Key' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue) == 0x000148, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_GetKey_ReturnValue) == 0x000150, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_Handled_ReturnValue) == 0x000168, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000220, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000228, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_GetValue_ReturnValue) == 0x00022C, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000230, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000234, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_FMax_ReturnValue) == 0x000238, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x000240, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_GetValue_ReturnValue_1) == 0x000248, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_GetValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue_3) == 0x000250, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_Add_FloatFloat_ReturnValue) == 0x000258, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_FMax_ReturnValue_1) == 0x00025C, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_GetOwningPlayer_ReturnValue_4) == 0x000260, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_GetOwningPlayer_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_Handled_ReturnValue_1) == 0x000268, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_Handled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_Handled_ReturnValue_2) == 0x000320, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_Handled_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x0003D8, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x0003D9, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue) == 0x0003DA, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_Handled_ReturnValue_3) == 0x0003E0, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_Handled_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000498, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x000550, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_5) == 0x000551, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_1) == 0x000552, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_Unhandled_ReturnValue_1) == 0x000558, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_Unhandled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_6) == 0x000610, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_7) == 0x000611, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_8) == 0x000612, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_9) == 0x000613, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_10) == 0x000614, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_11) == 0x000615, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_2) == 0x000616, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_Handled_ReturnValue_4) == 0x000618, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_Handled_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_3) == 0x0006D0, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_4) == 0x0006D1, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_5) == 0x0006D2, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_12) == 0x0006D3, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_6) == 0x0006D4, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_EqualEqual_KeyKey_ReturnValue_13) == 0x0006D5, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_EqualEqual_KeyKey_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyUp, CallFunc_BooleanOR_ReturnValue_7) == 0x0006D6, "Member 'WBP_BrightnessSettingScreen_C_OnKeyUp::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_InitSlider \ static_assert(alignof(WBP_BrightnessSettingScreen_C_InitSlider) == 0x000008, "Wrong alignment on WBP_BrightnessSettingScreen_C_InitSlider"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_InitSlider) == 0x000460, "Wrong size on WBP_BrightnessSettingScreen_C_InitSlider"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_InitSlider, K2Node_MakeStruct_SlateBrush) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_InitSlider::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_InitSlider, K2Node_MakeStruct_SlateBrush_1) == 0x000088, "Member 'WBP_BrightnessSettingScreen_C_InitSlider::K2Node_MakeStruct_SlateBrush_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_InitSlider, CallFunc_GetValue_ReturnValue) == 0x000110, "Member 'WBP_BrightnessSettingScreen_C_InitSlider::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_InitSlider, K2Node_MakeStruct_SliderStyle) == 0x000118, "Member 'WBP_BrightnessSettingScreen_C_InitSlider::K2Node_MakeStruct_SliderStyle' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_InitSlider, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000458, "Member 'WBP_BrightnessSettingScreen_C_InitSlider::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_OnKeyDown \ static_assert(alignof(WBP_BrightnessSettingScreen_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_BrightnessSettingScreen_C_OnKeyDown"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_OnKeyDown) == 0x000228, "Wrong size on WBP_BrightnessSettingScreen_C_OnKeyDown"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, ReturnValue) == 0x000078, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, Loc_Key) == 0x000130, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::Loc_Key' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, CallFunc_GetKey_ReturnValue) == 0x000148, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::CallFunc_GetKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000160, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue) == 0x000218, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_1) == 0x000219, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_2) == 0x00021A, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_3) == 0x00021B, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, CallFunc_EqualEqual_KeyKey_ReturnValue_4) == 0x00021C, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::CallFunc_EqualEqual_KeyKey_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue) == 0x00021D, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_1) == 0x00021E, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_2) == 0x00021F, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnKeyDown, CallFunc_BooleanOR_ReturnValue_3) == 0x000220, "Member 'WBP_BrightnessSettingScreen_C_OnKeyDown::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_SetValue \ static_assert(alignof(WBP_BrightnessSettingScreen_C_SetValue) == 0x000004, "Wrong alignment on WBP_BrightnessSettingScreen_C_SetValue"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_SetValue) == 0x000004, "Wrong size on WBP_BrightnessSettingScreen_C_SetValue"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_SetValue, NewValue) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_SetValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_SetValueInternal \ static_assert(alignof(WBP_BrightnessSettingScreen_C_SetValueInternal) == 0x000004, "Wrong alignment on WBP_BrightnessSettingScreen_C_SetValueInternal"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_SetValueInternal) == 0x000010, "Wrong size on WBP_BrightnessSettingScreen_C_SetValueInternal"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_SetValueInternal, NewValue) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_SetValueInternal::NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_SetValueInternal, NoWidgetUpdate) == 0x000004, "Member 'WBP_BrightnessSettingScreen_C_SetValueInternal::NoWidgetUpdate' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_SetValueInternal, NoNotification) == 0x000005, "Member 'WBP_BrightnessSettingScreen_C_SetValueInternal::NoNotification' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_SetValueInternal, CallFunc_Not_PreBool_ReturnValue) == 0x000006, "Member 'WBP_BrightnessSettingScreen_C_SetValueInternal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_SetValueInternal, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'WBP_BrightnessSettingScreen_C_SetValueInternal::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_SetValueInternal, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000C, "Member 'WBP_BrightnessSettingScreen_C_SetValueInternal::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_SetInitialValue \ static_assert(alignof(WBP_BrightnessSettingScreen_C_SetInitialValue) == 0x000004, "Wrong alignment on WBP_BrightnessSettingScreen_C_SetInitialValue"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_SetInitialValue) == 0x000004, "Wrong size on WBP_BrightnessSettingScreen_C_SetInitialValue"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_SetInitialValue, NewInitialValue) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_SetInitialValue::NewInitialValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_RevertToValue \ static_assert(alignof(WBP_BrightnessSettingScreen_C_RevertToValue) == 0x000004, "Wrong alignment on WBP_BrightnessSettingScreen_C_RevertToValue"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_RevertToValue) == 0x000004, "Wrong size on WBP_BrightnessSettingScreen_C_RevertToValue"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_RevertToValue, NewValue) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_RevertToValue::NewValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_SetupConfirmButton \ static_assert(alignof(WBP_BrightnessSettingScreen_C_SetupConfirmButton) == 0x000004, "Wrong alignment on WBP_BrightnessSettingScreen_C_SetupConfirmButton"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_SetupConfirmButton) == 0x000010, "Wrong size on WBP_BrightnessSettingScreen_C_SetupConfirmButton"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_SetupConfirmButton, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_SetupConfirmButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_SetupRevertButton \ static_assert(alignof(WBP_BrightnessSettingScreen_C_SetupRevertButton) == 0x000004, "Wrong alignment on WBP_BrightnessSettingScreen_C_SetupRevertButton"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_SetupRevertButton) == 0x000010, "Wrong size on WBP_BrightnessSettingScreen_C_SetupRevertButton"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_SetupRevertButton, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_SetupRevertButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_SetupResetButton \ static_assert(alignof(WBP_BrightnessSettingScreen_C_SetupResetButton) == 0x000004, "Wrong alignment on WBP_BrightnessSettingScreen_C_SetupResetButton"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_SetupResetButton) == 0x000010, "Wrong size on WBP_BrightnessSettingScreen_C_SetupResetButton"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_SetupResetButton, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_SetupResetButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_ConfirmMsgBox \ static_assert(alignof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox) == 0x000008, "Wrong alignment on WBP_BrightnessSettingScreen_C_ConfirmMsgBox"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox) == 0x000160, "Wrong size on WBP_BrightnessSettingScreen_C_ConfirmMsgBox"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, Loc_BlindData) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::Loc_BlindData' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, CallFunc_GetMsgBoxButtonText_Result) == 0x000008, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::CallFunc_GetMsgBoxButtonText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, CallFunc_CreateEOEvent_ReturnValue) == 0x000020, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, CallFunc_IsGamePaused_ReturnValue) == 0x000028, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, CallFunc_Not_PreBool_ReturnValue) == 0x000029, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, K2Node_CreateDelegate_OutputDelegate) == 0x00002C, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, CallFunc_GetOwningPlayer_ReturnValue) == 0x000040, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, CallFunc_GetMsgBoxButtonText_Result_1) == 0x000048, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::CallFunc_GetMsgBoxButtonText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, CallFunc_GetMsgBoxButtonText_Result_2) == 0x000060, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::CallFunc_GetMsgBoxButtonText_Result_2' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, CallFunc_GetMsgBoxText_Result) == 0x000078, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::CallFunc_GetMsgBoxText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, K2Node_MakeArray_Array) == 0x000090, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, CallFunc_GetMsgBoxText_Result_1) == 0x0000A0, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::CallFunc_GetMsgBoxText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_ConfirmMsgBox, K2Node_MakeStruct_EOMsgBoxInfo) == 0x0000B8, "Member 'WBP_BrightnessSettingScreen_C_ConfirmMsgBox::K2Node_MakeStruct_EOMsgBoxInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult \ static_assert(alignof(WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult) == 0x000008, "Wrong alignment on WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult) == 0x000018, "Wrong size on WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult, SelectedButtonIdx) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult::SelectedButtonIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult, MsgBoxWidget) == 0x000008, "Member 'WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult::MsgBoxWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000011, "Member 'WBP_BrightnessSettingScreen_C_OnConfirmMsgBoxResult::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BrightnessSettingScreen_C_GetValue \ static_assert(alignof(WBP_BrightnessSettingScreen_C_GetValue) == 0x000004, "Wrong alignment on WBP_BrightnessSettingScreen_C_GetValue"); \ static_assert(sizeof(WBP_BrightnessSettingScreen_C_GetValue) == 0x000008, "Wrong size on WBP_BrightnessSettingScreen_C_GetValue"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_GetValue, Result) == 0x000000, "Member 'WBP_BrightnessSettingScreen_C_GetValue::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BrightnessSettingScreen_C_GetValue, CallFunc_GetValue_ReturnValue) == 0x000004, "Member 'WBP_BrightnessSettingScreen_C_GetValue::CallFunc_GetValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_BrightnessSettingScreen_C \ static_assert(alignof(UWBP_BrightnessSettingScreen_C) == 0x000008, "Wrong alignment on UWBP_BrightnessSettingScreen_C"); \ static_assert(sizeof(UWBP_BrightnessSettingScreen_C) == 0x000338, "Wrong size on UWBP_BrightnessSettingScreen_C"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, UberGraphFrame_WBP_BrightnessSettingScreen_C) == 0x0002C8, "Member 'UWBP_BrightnessSettingScreen_C::UberGraphFrame_WBP_BrightnessSettingScreen_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, BrightnessSlider) == 0x0002D0, "Member 'UWBP_BrightnessSettingScreen_C::BrightnessSlider' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, CalibrationImage) == 0x0002D8, "Member 'UWBP_BrightnessSettingScreen_C::CalibrationImage' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, ConfirmButton) == 0x0002E0, "Member 'UWBP_BrightnessSettingScreen_C::ConfirmButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, ResetToDefaultButton) == 0x0002E8, "Member 'UWBP_BrightnessSettingScreen_C::ResetToDefaultButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, RetainerBox_WRef) == 0x0002F0, "Member 'UWBP_BrightnessSettingScreen_C::RetainerBox_WRef' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, RevertButton) == 0x0002F8, "Member 'UWBP_BrightnessSettingScreen_C::RevertButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, TutorialBar) == 0x000300, "Member 'UWBP_BrightnessSettingScreen_C::TutorialBar' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, SliderMaterial) == 0x000308, "Member 'UWBP_BrightnessSettingScreen_C::SliderMaterial' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, InitialValue) == 0x000310, "Member 'UWBP_BrightnessSettingScreen_C::InitialValue' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, DefaultValue) == 0x000314, "Member 'UWBP_BrightnessSettingScreen_C::DefaultValue' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, CurrentValue) == 0x000318, "Member 'UWBP_BrightnessSettingScreen_C::CurrentValue' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, IgnoreOnValueChange) == 0x00031C, "Member 'UWBP_BrightnessSettingScreen_C::IgnoreOnValueChange' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, OnValueChanged) == 0x000320, "Member 'UWBP_BrightnessSettingScreen_C::OnValueChanged' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, HasRevertButton) == 0x000330, "Member 'UWBP_BrightnessSettingScreen_C::HasRevertButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_BrightnessSettingScreen_C, IsSliderCapturing) == 0x000331, "Member 'UWBP_BrightnessSettingScreen_C::IsSliderCapturing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem) == 0x000008, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem) == 0x000118, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, EntryPoint) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_PlayAnimation_ReturnValue) == 0x000008, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_ToString_Result) == 0x000010, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_ToString_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_ToString_Result_1) == 0x000020, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_ToString_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_Conv_FloatToString_ReturnValue) == 0x000030, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_Conv_IntToString_ReturnValue) == 0x000070, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000080, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_GetDisplayName_ReturnValue) == 0x000090, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000A0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000B0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000C0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000D0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x0000E0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_GetDesiredSize_ReturnValue) == 0x0000E8, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_GetDesiredSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_BreakVector2D_X) == 0x0000F0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_BreakVector2D_Y) == 0x0000F4, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000F8, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, CallFunc_MakeVector2D_ReturnValue) == 0x0000FC, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem, K2Node_EOCreateEvent_OutputDelegate) == 0x000104, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ExecuteUbergraph_WBP_HUDObjectiveStatusMsgItem::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText) == 0x000008, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText) == 0x000250, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, ReturnValue) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, LocalOptionalText) == 0x000018, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::LocalOptionalText' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, LocalObjectiveStatusText) == 0x000030, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::LocalObjectiveStatusText' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeStruct_FormatArgumentData) == 0x000048, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeStruct_FormatArgumentData_1) == 0x000088, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeArray_Array) == 0x0000C8, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, CallFunc_Format_ReturnValue) == 0x0000D8, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeStruct_FormatArgumentData_2) == 0x0000F0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, K2Node_SwitchEnum_CmpSuccess) == 0x000130, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeStruct_FormatArgumentData_3) == 0x000138, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeStruct_FormatArgumentData_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeStruct_FormatArgumentData_4) == 0x000178, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeStruct_FormatArgumentData_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeArray_Array_1) == 0x0001B8, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, CallFunc_Format_ReturnValue_1) == 0x0001C8, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::CallFunc_Format_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeStruct_FormatArgumentData_5) == 0x0001E0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeStruct_FormatArgumentData_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, K2Node_MakeArray_Array_2) == 0x000220, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, CallFunc_Format_ReturnValue_2) == 0x000230, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::CallFunc_Format_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText, CallFunc_TextIsEmpty_ReturnValue) == 0x000248, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetMsgText::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon) == 0x000008, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon) == 0x0000A0, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon, ReturnValue) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000088, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon, CallFunc_GetObjectiveStatusIcon_ResultIcon) == 0x000090, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon::CallFunc_GetObjectiveStatusIcon_ResultIcon' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon, CallFunc_Not_PreBool_ReturnValue) == 0x000099, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetWidgetStatusIcon::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveStatus \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveStatus) == 0x000001, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveStatus"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveStatus) == 0x000002, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveStatus"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveStatus, NewObjectiveStatus) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveStatus::NewObjectiveStatus' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveStatus, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveStatus::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveName \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveName) == 0x000008, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveName"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveName) == 0x000020, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveName"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveName, NewObjectiveName) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveName::NewObjectiveName' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveName, CallFunc_NotEqual_IgnoreCase_TextText_ReturnValue) == 0x000018, "Member 'WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveName::CallFunc_NotEqual_IgnoreCase_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_PlaySoundFromObjectiveStatus \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_PlaySoundFromObjectiveStatus) == 0x000001, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_PlaySoundFromObjectiveStatus"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_PlaySoundFromObjectiveStatus) == 0x000001, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_PlaySoundFromObjectiveStatus"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_PlaySoundFromObjectiveStatus, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_PlaySoundFromObjectiveStatus::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveOptional \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveOptional) == 0x000001, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveOptional"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveOptional) == 0x000002, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveOptional"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveOptional, NewOptional) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveOptional::NewOptional' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveOptional, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000001, "Member 'WBP_HUDObjectiveStatusMsgItem_C_SetObjectiveOptional::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_ToString \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_ToString) == 0x000008, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_ToString"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_ToString) == 0x000150, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_ToString"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, Result) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000020, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000030, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Conv_BoolToString_ReturnValue_2) == 0x000040, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Conv_BoolToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000050, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Conv_TextToString_ReturnValue) == 0x000060, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_GetDisplayName_ReturnValue) == 0x000070, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000090, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000D0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000E0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0000F0, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000100, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000110, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000120, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000130, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_ToString, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000140, "Member 'WBP_HUDObjectiveStatusMsgItem_C_ToString::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_SetAnimation \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_SetAnimation) == 0x000001, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_SetAnimation"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_SetAnimation) == 0x000001, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_SetAnimation"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_SetAnimation, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_SetAnimation::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_GetStrikeVisibility \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_GetStrikeVisibility) == 0x000001, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_GetStrikeVisibility"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_GetStrikeVisibility) == 0x000002, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_GetStrikeVisibility"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetStrikeVisibility, ReturnValue) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetStrikeVisibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetStrikeVisibility, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetStrikeVisibility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_OnPaused \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_OnPaused) == 0x000008, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_OnPaused"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_OnPaused) == 0x000030, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_OnPaused"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_OnPaused, Sender) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_OnPaused::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_OnPaused, Event) == 0x000008, "Member 'WBP_HUDObjectiveStatusMsgItem_C_OnPaused::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_OnPaused, K2Node_DynamicCast_AsBPE_Global_Game_Paused) == 0x000010, "Member 'WBP_HUDObjectiveStatusMsgItem_C_OnPaused::K2Node_DynamicCast_AsBPE_Global_Game_Paused' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_OnPaused, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_HUDObjectiveStatusMsgItem_C_OnPaused::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_OnPaused, CallFunc_PauseAnimation_ReturnValue) == 0x00001C, "Member 'WBP_HUDObjectiveStatusMsgItem_C_OnPaused::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_OnPaused, CallFunc_PlayAnimation_ReturnValue) == 0x000020, "Member 'WBP_HUDObjectiveStatusMsgItem_C_OnPaused::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_OnPaused, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_HUDObjectiveStatusMsgItem_C_OnPaused::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveStatus \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveStatus) == 0x000001, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveStatus"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveStatus) == 0x000001, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveStatus"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveStatus, Result) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveStatus::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveOptional \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveOptional) == 0x000001, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveOptional"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveOptional) == 0x000001, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveOptional"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveOptional, Result) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveOptional::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveAnimType \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveAnimType) == 0x000001, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveAnimType"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveAnimType) == 0x000001, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveAnimType"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveAnimType, Result) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveAnimType::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHasReminder \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHasReminder) == 0x000001, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHasReminder"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHasReminder) == 0x000001, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHasReminder"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHasReminder, Result) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHasReminder::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHideInHUD \ static_assert(alignof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHideInHUD) == 0x000001, "Wrong alignment on WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHideInHUD"); \ static_assert(sizeof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHideInHUD) == 0x000001, "Wrong size on WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHideInHUD"); \ static_assert(offsetof(WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHideInHUD, Result) == 0x000000, "Member 'WBP_HUDObjectiveStatusMsgItem_C_GetObjectiveHideInHUD::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_HUDObjectiveStatusMsgItem_C \ static_assert(alignof(UWBP_HUDObjectiveStatusMsgItem_C) == 0x000008, "Wrong alignment on UWBP_HUDObjectiveStatusMsgItem_C"); \ static_assert(sizeof(UWBP_HUDObjectiveStatusMsgItem_C) == 0x000400, "Wrong size on UWBP_HUDObjectiveStatusMsgItem_C"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, UberGraphFrame_WBP_HUDObjectiveStatusMsgItem_C) == 0x000270, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::UberGraphFrame_WBP_HUDObjectiveStatusMsgItem_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, Display) == 0x000278, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::Display' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, Reminder_Manully) == 0x000280, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::Reminder_Manully' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, Reminder) == 0x000288, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::Reminder' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, Strikethrough) == 0x000290, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::Strikethrough' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveText) == 0x000298, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, Strike) == 0x0002A0, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::Strike' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveStatusParam) == 0x0002A8, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveStatusParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveAnimTypeParam) == 0x0002A9, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveAnimTypeParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveNameParam) == 0x0002B0, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveNameParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, InternalIconSlateBrush) == 0x0002C8, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::InternalIconSlateBrush' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, InternalCachedStatusIcon) == 0x000350, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::InternalCachedStatusIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, InternalCachedStatusMsg) == 0x000358, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::InternalCachedStatusMsg' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveStatusStartedText) == 0x000370, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveStatusStartedText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveStatusCompletedText) == 0x000388, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveStatusCompletedText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveStatusFailedText) == 0x0003A0, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveStatusFailedText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveOptionalParam) == 0x0003B8, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveOptionalParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveHasReminderParam) == 0x0003B9, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveHasReminderParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveHideInHUDParam) == 0x0003BA, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveHideInHUDParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, bAutoStart) == 0x0003BB, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::bAutoStart' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveOptionalText) == 0x0003C0, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveOptionalText' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, MessageDuration) == 0x0003D8, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::MessageDuration' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, MessageAnimation) == 0x0003E0, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::MessageAnimation' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, MessageLoopNum) == 0x0003E8, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::MessageLoopNum' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, ObjectiveBeginSound) == 0x0003F0, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::ObjectiveBeginSound' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDObjectiveStatusMsgItem_C, MessageAnimationPauseTime) == 0x0003F8, "Member 'UWBP_HUDObjectiveStatusMsgItem_C::MessageAnimationPauseTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard \ static_assert(alignof(WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard) == 0x000008, "Wrong alignment on WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard"); \ static_assert(sizeof(WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard) == 0x000040, "Wrong size on WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard"); \ static_assert(offsetof(WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard, EntryPoint) == 0x000000, "Member 'WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard, CallFunc_PlayAnimation_ReturnValue) == 0x000010, "Member 'WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard, CallFunc_PlayAnimation_ReturnValue_1) == 0x000018, "Member 'WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard, CallFunc_ToString_Result) == 0x000020, "Member 'WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard::CallFunc_ToString_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'WBP_HUDTitleCard_C_ExecuteUbergraph_WBP_HUDTitleCard::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTitleCard_C_SetTitleBox \ static_assert(alignof(WBP_HUDTitleCard_C_SetTitleBox) == 0x000008, "Wrong alignment on WBP_HUDTitleCard_C_SetTitleBox"); \ static_assert(sizeof(WBP_HUDTitleCard_C_SetTitleBox) == 0x0000A0, "Wrong size on WBP_HUDTitleCard_C_SetTitleBox"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, Title) == 0x000000, "Member 'WBP_HUDTitleCard_C_SetTitleBox::Title' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, Font) == 0x000008, "Member 'WBP_HUDTitleCard_C_SetTitleBox::Font' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, position) == 0x000060, "Member 'WBP_HUDTitleCard_C_SetTitleBox::position' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000068, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000069, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00006A, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x00006B, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00006C, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x00006D, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_EqualEqual_ByteByte_ReturnValue_6) == 0x00006E, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_EqualEqual_ByteByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, Temp_int_Array_Index_Variable) == 0x000070, "Member 'WBP_HUDTitleCard_C_SetTitleBox::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'WBP_HUDTitleCard_C_SetTitleBox::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_GetAllChildren_ReturnValue) == 0x000080, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleBox, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'WBP_HUDTitleCard_C_SetTitleBox::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_HUDTitleCard_C_SetTitleCardTextBox \ static_assert(alignof(WBP_HUDTitleCard_C_SetTitleCardTextBox) == 0x000008, "Wrong alignment on WBP_HUDTitleCard_C_SetTitleCardTextBox"); \ static_assert(sizeof(WBP_HUDTitleCard_C_SetTitleCardTextBox) == 0x000010, "Wrong size on WBP_HUDTitleCard_C_SetTitleCardTextBox"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleCardTextBox, TitleCardTextBox) == 0x000000, "Member 'WBP_HUDTitleCard_C_SetTitleCardTextBox::TitleCardTextBox' has a wrong offset!"); \ static_assert(offsetof(WBP_HUDTitleCard_C_SetTitleCardTextBox, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000008, "Member 'WBP_HUDTitleCard_C_SetTitleCardTextBox::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_HUDTitleCard_C \ static_assert(alignof(UWBP_HUDTitleCard_C) == 0x000008, "Wrong alignment on UWBP_HUDTitleCard_C"); \ static_assert(sizeof(UWBP_HUDTitleCard_C) == 0x000358, "Wrong size on UWBP_HUDTitleCard_C"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, UberGraphFrame_WBP_HUDTitleCard_C) == 0x000270, "Member 'UWBP_HUDTitleCard_C::UberGraphFrame_WBP_HUDTitleCard_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, FadeOut) == 0x000278, "Member 'UWBP_HUDTitleCard_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, FadeIn) == 0x000280, "Member 'UWBP_HUDTitleCard_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, CanvasPanel_0) == 0x000288, "Member 'UWBP_HUDTitleCard_C::CanvasPanel_0' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, TheChowkTextBox) == 0x000290, "Member 'UWBP_HUDTitleCard_C::TheChowkTextBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, TheCrushTextBox) == 0x000298, "Member 'UWBP_HUDTitleCard_C::TheCrushTextBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, TheDepthTextBox) == 0x0002A0, "Member 'UWBP_HUDTitleCard_C::TheDepthTextBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, TheFathomTextBox) == 0x0002A8, "Member 'UWBP_HUDTitleCard_C::TheFathomTextBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, TheFlatTextBox) == 0x0002B0, "Member 'UWBP_HUDTitleCard_C::TheFlatTextBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, TheFringeTextBox) == 0x0002B8, "Member 'UWBP_HUDTitleCard_C::TheFringeTextBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, TheKeepTextBox) == 0x0002C0, "Member 'UWBP_HUDTitleCard_C::TheKeepTextBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, WBP_HUDChapterTitle) == 0x0002C8, "Member 'UWBP_HUDTitleCard_C::WBP_HUDChapterTitle' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, bAutoStart) == 0x0002D0, "Member 'UWBP_HUDTitleCard_C::bAutoStart' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, TitleCardParam) == 0x0002D1, "Member 'UWBP_HUDTitleCard_C::TitleCardParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, TitleCardDurationParam) == 0x0002D4, "Member 'UWBP_HUDTitleCard_C::TitleCardDurationParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, TitleCardFontParam) == 0x0002D8, "Member 'UWBP_HUDTitleCard_C::TitleCardFontParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, TitleCardPosParam) == 0x000330, "Member 'UWBP_HUDTitleCard_C::TitleCardPosParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, ChapterTitleTextParam) == 0x000338, "Member 'UWBP_HUDTitleCard_C::ChapterTitleTextParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, ChapterTitleDurationParam) == 0x000350, "Member 'UWBP_HUDTitleCard_C::ChapterTitleDurationParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_HUDTitleCard_C, ChapterTitleDelayParam) == 0x000354, "Member 'UWBP_HUDTitleCard_C::ChapterTitleDelayParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseCrosshairFX_C_OnBegin \ static_assert(alignof(WBP_BaseCrosshairFX_C_OnBegin) == 0x000008, "Wrong alignment on WBP_BaseCrosshairFX_C_OnBegin"); \ static_assert(sizeof(WBP_BaseCrosshairFX_C_OnBegin) == 0x000028, "Wrong size on WBP_BaseCrosshairFX_C_OnBegin"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_OnBegin, CrosshairFX) == 0x000000, "Member 'WBP_BaseCrosshairFX_C_OnBegin::CrosshairFX' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_OnBegin, CallFunc_GetPathName_ReturnValue) == 0x000008, "Member 'WBP_BaseCrosshairFX_C_OnBegin::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_OnBegin, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_BaseCrosshairFX_C_OnBegin::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseCrosshairFX_C_OnEnd \ static_assert(alignof(WBP_BaseCrosshairFX_C_OnEnd) == 0x000001, "Wrong alignment on WBP_BaseCrosshairFX_C_OnEnd"); \ static_assert(sizeof(WBP_BaseCrosshairFX_C_OnEnd) == 0x000002, "Wrong size on WBP_BaseCrosshairFX_C_OnEnd"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_OnEnd, CallFunc_IsLatent_ReturnValue) == 0x000000, "Member 'WBP_BaseCrosshairFX_C_OnEnd::CallFunc_IsLatent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_OnEnd, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'WBP_BaseCrosshairFX_C_OnEnd::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo \ static_assert(alignof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo) == 0x000008, "Wrong alignment on WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo"); \ static_assert(sizeof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo) == 0x000070, "Wrong size on WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo, InCrosshairInfo) == 0x000000, "Member 'WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo::InCrosshairInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo, InImageWidget) == 0x000030, "Member 'WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo::InImageWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo, CreateMID) == 0x000038, "Member 'WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo::CreateMID' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo, Result) == 0x000039, "Member 'WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo, CreatedMID) == 0x000040, "Member 'WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo::CreatedMID' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo, Loc_MIDResult) == 0x000048, "Member 'WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo::Loc_MIDResult' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo, Loc_CFX_Image) == 0x000050, "Member 'WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo::Loc_CFX_Image' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000058, "Member 'WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000060, "Member 'WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'WBP_BaseCrosshairFX_C_SetImageFromCrosshairInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseCrosshairFX_C_CenterWidget \ static_assert(alignof(WBP_BaseCrosshairFX_C_CenterWidget) == 0x000008, "Wrong alignment on WBP_BaseCrosshairFX_C_CenterWidget"); \ static_assert(sizeof(WBP_BaseCrosshairFX_C_CenterWidget) == 0x000028, "Wrong size on WBP_BaseCrosshairFX_C_CenterWidget"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_CenterWidget, CallFunc_SlotAsCanvasSlot_ReturnValue) == 0x000000, "Member 'WBP_BaseCrosshairFX_C_CenterWidget::CallFunc_SlotAsCanvasSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_CenterWidget, CallFunc_SlotAsCanvasSlot_ReturnValue_1) == 0x000008, "Member 'WBP_BaseCrosshairFX_C_CenterWidget::CallFunc_SlotAsCanvasSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_CenterWidget, K2Node_MakeStruct_Anchors) == 0x000010, "Member 'WBP_BaseCrosshairFX_C_CenterWidget::K2Node_MakeStruct_Anchors' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseCrosshairFX_C_CenterWidget, CallFunc_SlotAsCanvasSlot_ReturnValue_2) == 0x000020, "Member 'WBP_BaseCrosshairFX_C_CenterWidget::CallFunc_SlotAsCanvasSlot_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_BaseCrosshairFX_C \ static_assert(alignof(UWBP_BaseCrosshairFX_C) == 0x000008, "Wrong alignment on UWBP_BaseCrosshairFX_C"); \ static_assert(sizeof(UWBP_BaseCrosshairFX_C) == 0x000268, "Wrong size on UWBP_BaseCrosshairFX_C"); \ static_assert(offsetof(UWBP_BaseCrosshairFX_C, BaseCrosshairFX) == 0x000260, "Member 'UWBP_BaseCrosshairFX_C::BaseCrosshairFX' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem \ static_assert(alignof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem) == 0x000008, "Wrong alignment on WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem"); \ static_assert(sizeof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem) == 0x000080, "Wrong size on WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem, EntryPoint) == 0x000000, "Member 'WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem, CallFunc_GetOwningPlayer_ReturnValue) == 0x000008, "Member 'WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem, K2Node_CreateDelegate_OutputDelegate) == 0x000018, "Member 'WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem, CallFunc_IsInputDisabled_Result) == 0x000028, "Member 'WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem, CallFunc_IsInputDisabled_From) == 0x000030, "Member 'WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem::CallFunc_IsInputDisabled_From' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem, CallFunc_GetPathName_ReturnValue) == 0x000038, "Member 'WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem, CallFunc_GetPathName_ReturnValue_1) == 0x000048, "Member 'WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem, CallFunc_Not_PreBool_ReturnValue) == 0x000078, "Member 'WBP_InventoryGridItem_C_ExecuteUbergraph_WBP_InventoryGridItem::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InventoryGridItem_C_SyncItemButton \ static_assert(alignof(WBP_InventoryGridItem_C_SyncItemButton) == 0x000008, "Wrong alignment on WBP_InventoryGridItem_C_SyncItemButton"); \ static_assert(sizeof(WBP_InventoryGridItem_C_SyncItemButton) == 0x000040, "Wrong size on WBP_InventoryGridItem_C_SyncItemButton"); \ static_assert(offsetof(WBP_InventoryGridItem_C_SyncItemButton, Name_0) == 0x000000, "Member 'WBP_InventoryGridItem_C_SyncItemButton::Name_0' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_SyncItemButton, Description) == 0x000018, "Member 'WBP_InventoryGridItem_C_SyncItemButton::Description' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_SyncItemButton, Icon_0) == 0x000030, "Member 'WBP_InventoryGridItem_C_SyncItemButton::Icon_0' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_SyncItemButton, OpenPreviewSound) == 0x000038, "Member 'WBP_InventoryGridItem_C_SyncItemButton::OpenPreviewSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InventoryGridItem_C_SetToHighlightState \ static_assert(alignof(WBP_InventoryGridItem_C_SetToHighlightState) == 0x000008, "Wrong alignment on WBP_InventoryGridItem_C_SetToHighlightState"); \ static_assert(sizeof(WBP_InventoryGridItem_C_SetToHighlightState) == 0x000300, "Wrong size on WBP_InventoryGridItem_C_SetToHighlightState"); \ static_assert(offsetof(WBP_InventoryGridItem_C_SetToHighlightState, K2Node_MakeStruct_SlateBrush) == 0x000000, "Member 'WBP_InventoryGridItem_C_SetToHighlightState::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_SetToHighlightState, K2Node_MakeStruct_ButtonStyle) == 0x000088, "Member 'WBP_InventoryGridItem_C_SetToHighlightState::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InventoryGridItem_C_SetToNormalState \ static_assert(alignof(WBP_InventoryGridItem_C_SetToNormalState) == 0x000008, "Wrong alignment on WBP_InventoryGridItem_C_SetToNormalState"); \ static_assert(sizeof(WBP_InventoryGridItem_C_SetToNormalState) == 0x000308, "Wrong size on WBP_InventoryGridItem_C_SetToNormalState"); \ static_assert(offsetof(WBP_InventoryGridItem_C_SetToNormalState, CallFunc_IsEmpty_Result) == 0x000000, "Member 'WBP_InventoryGridItem_C_SetToNormalState::CallFunc_IsEmpty_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_SetToNormalState, K2Node_MakeStruct_SlateBrush) == 0x000008, "Member 'WBP_InventoryGridItem_C_SetToNormalState::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_SetToNormalState, K2Node_MakeStruct_ButtonStyle) == 0x000090, "Member 'WBP_InventoryGridItem_C_SetToNormalState::K2Node_MakeStruct_ButtonStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InventoryGridItem_C_IsEnabled \ static_assert(alignof(WBP_InventoryGridItem_C_IsEnabled) == 0x000001, "Wrong alignment on WBP_InventoryGridItem_C_IsEnabled"); \ static_assert(sizeof(WBP_InventoryGridItem_C_IsEnabled) == 0x000003, "Wrong size on WBP_InventoryGridItem_C_IsEnabled"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsEnabled, Result) == 0x000000, "Member 'WBP_InventoryGridItem_C_IsEnabled::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsEnabled, CallFunc_GetVisibility_ReturnValue) == 0x000001, "Member 'WBP_InventoryGridItem_C_IsEnabled::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsEnabled, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000002, "Member 'WBP_InventoryGridItem_C_IsEnabled::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InventoryGridItem_C_IsEmpty \ static_assert(alignof(WBP_InventoryGridItem_C_IsEmpty) == 0x000001, "Wrong alignment on WBP_InventoryGridItem_C_IsEmpty"); \ static_assert(sizeof(WBP_InventoryGridItem_C_IsEmpty) == 0x000007, "Wrong size on WBP_InventoryGridItem_C_IsEmpty"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsEmpty, Result) == 0x000000, "Member 'WBP_InventoryGridItem_C_IsEmpty::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsEmpty, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'WBP_InventoryGridItem_C_IsEmpty::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsEmpty, CallFunc_TextIsEmpty_ReturnValue) == 0x000002, "Member 'WBP_InventoryGridItem_C_IsEmpty::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsEmpty, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_InventoryGridItem_C_IsEmpty::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsEmpty, CallFunc_TextIsEmpty_ReturnValue_1) == 0x000004, "Member 'WBP_InventoryGridItem_C_IsEmpty::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsEmpty, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'WBP_InventoryGridItem_C_IsEmpty::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsEmpty, CallFunc_BooleanAND_ReturnValue_1) == 0x000006, "Member 'WBP_InventoryGridItem_C_IsEmpty::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InventoryGridItem_C_ShouldPlayClickFx \ static_assert(alignof(WBP_InventoryGridItem_C_ShouldPlayClickFx) == 0x000001, "Wrong alignment on WBP_InventoryGridItem_C_ShouldPlayClickFx"); \ static_assert(sizeof(WBP_InventoryGridItem_C_ShouldPlayClickFx) == 0x000003, "Wrong size on WBP_InventoryGridItem_C_ShouldPlayClickFx"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ShouldPlayClickFx, Result) == 0x000000, "Member 'WBP_InventoryGridItem_C_ShouldPlayClickFx::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ShouldPlayClickFx, CallFunc_IsEmpty_Result) == 0x000001, "Member 'WBP_InventoryGridItem_C_ShouldPlayClickFx::CallFunc_IsEmpty_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ShouldPlayClickFx, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_InventoryGridItem_C_ShouldPlayClickFx::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InventoryGridItem_C_ShouldPlayHoverFx \ static_assert(alignof(WBP_InventoryGridItem_C_ShouldPlayHoverFx) == 0x000001, "Wrong alignment on WBP_InventoryGridItem_C_ShouldPlayHoverFx"); \ static_assert(sizeof(WBP_InventoryGridItem_C_ShouldPlayHoverFx) == 0x000003, "Wrong size on WBP_InventoryGridItem_C_ShouldPlayHoverFx"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ShouldPlayHoverFx, Result) == 0x000000, "Member 'WBP_InventoryGridItem_C_ShouldPlayHoverFx::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ShouldPlayHoverFx, CallFunc_IsEmpty_Result) == 0x000001, "Member 'WBP_InventoryGridItem_C_ShouldPlayHoverFx::CallFunc_IsEmpty_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ShouldPlayHoverFx, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_InventoryGridItem_C_ShouldPlayHoverFx::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InventoryGridItem_C_ShouldPlayFocusFx \ static_assert(alignof(WBP_InventoryGridItem_C_ShouldPlayFocusFx) == 0x000001, "Wrong alignment on WBP_InventoryGridItem_C_ShouldPlayFocusFx"); \ static_assert(sizeof(WBP_InventoryGridItem_C_ShouldPlayFocusFx) == 0x000003, "Wrong size on WBP_InventoryGridItem_C_ShouldPlayFocusFx"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ShouldPlayFocusFx, Result) == 0x000000, "Member 'WBP_InventoryGridItem_C_ShouldPlayFocusFx::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ShouldPlayFocusFx, CallFunc_IsEmpty_Result) == 0x000001, "Member 'WBP_InventoryGridItem_C_ShouldPlayFocusFx::CallFunc_IsEmpty_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_ShouldPlayFocusFx, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_InventoryGridItem_C_ShouldPlayFocusFx::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_InventoryGridItem_C_IsInputDisabled \ static_assert(alignof(WBP_InventoryGridItem_C_IsInputDisabled) == 0x000008, "Wrong alignment on WBP_InventoryGridItem_C_IsInputDisabled"); \ static_assert(sizeof(WBP_InventoryGridItem_C_IsInputDisabled) == 0x000020, "Wrong size on WBP_InventoryGridItem_C_IsInputDisabled"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsInputDisabled, Result) == 0x000000, "Member 'WBP_InventoryGridItem_C_IsInputDisabled::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsInputDisabled, From) == 0x000008, "Member 'WBP_InventoryGridItem_C_IsInputDisabled::From' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsInputDisabled, Loc_CurrParent) == 0x000010, "Member 'WBP_InventoryGridItem_C_IsInputDisabled::Loc_CurrParent' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsInputDisabled, CallFunc_IsInputDisabled_Result) == 0x000018, "Member 'WBP_InventoryGridItem_C_IsInputDisabled::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_InventoryGridItem_C_IsInputDisabled, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'WBP_InventoryGridItem_C_IsInputDisabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_InventoryGridItem_C \ static_assert(alignof(UWBP_InventoryGridItem_C) == 0x000008, "Wrong alignment on UWBP_InventoryGridItem_C"); \ static_assert(sizeof(UWBP_InventoryGridItem_C) == 0x000388, "Wrong size on UWBP_InventoryGridItem_C"); \ static_assert(offsetof(UWBP_InventoryGridItem_C, UberGraphFrame_WBP_InventoryGridItem_C) == 0x000320, "Member 'UWBP_InventoryGridItem_C::UberGraphFrame_WBP_InventoryGridItem_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_InventoryGridItem_C, ItemNameParam) == 0x000328, "Member 'UWBP_InventoryGridItem_C::ItemNameParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_InventoryGridItem_C, ItemDescriptionParam) == 0x000340, "Member 'UWBP_InventoryGridItem_C::ItemDescriptionParam' has a wrong offset!"); \ static_assert(offsetof(UWBP_InventoryGridItem_C, ItemOpenPreviewSound) == 0x000358, "Member 'UWBP_InventoryGridItem_C::ItemOpenPreviewSound' has a wrong offset!"); \ static_assert(offsetof(UWBP_InventoryGridItem_C, ItemMicrofilmClass) == 0x000360, "Member 'UWBP_InventoryGridItem_C::ItemMicrofilmClass' has a wrong offset!"); \ static_assert(offsetof(UWBP_InventoryGridItem_C, SelectedIcon) == 0x000368, "Member 'UWBP_InventoryGridItem_C::SelectedIcon' has a wrong offset!"); \ static_assert(offsetof(UWBP_InventoryGridItem_C, EmptyColor) == 0x000370, "Member 'UWBP_InventoryGridItem_C::EmptyColor' has a wrong offset!"); \ static_assert(offsetof(UWBP_InventoryGridItem_C, ParentInventoryMenu) == 0x000380, "Member 'UWBP_InventoryGridItem_C::ParentInventoryMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_Typography \ static_assert(alignof(FS_Typography) == 0x000008, "Wrong alignment on FS_Typography"); \ static_assert(sizeof(FS_Typography) == 0x0000A0, "Wrong size on FS_Typography"); \ static_assert(offsetof(FS_Typography, Margins_79_831F73B54573C4F7BA8276916D621A40) == 0x000000, "Member 'FS_Typography::Margins_79_831F73B54573C4F7BA8276916D621A40' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, HeadingFont_15_BD131BDB4F5064029F6700B225052D28) == 0x000010, "Member 'FS_Typography::HeadingFont_15_BD131BDB4F5064029F6700B225052D28' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, HeadingFontOverride_7_FF09BEAC4F484F1ADF8E519C4F0D5C2D) == 0x000018, "Member 'FS_Typography::HeadingFontOverride_7_FF09BEAC4F484F1ADF8E519C4F0D5C2D' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, HeadingSize_23_8C7557B042637740CD53D5BD24C4F073) == 0x000020, "Member 'FS_Typography::HeadingSize_23_8C7557B042637740CD53D5BD24C4F073' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, HeadingColor_24_B548E770406798D1E8F02BB8E1B7A6CD) == 0x000028, "Member 'FS_Typography::HeadingColor_24_B548E770406798D1E8F02BB8E1B7A6CD' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, HeadingPadding_12_AA4DA8024351217947D936AA1B306DB7) == 0x000050, "Member 'FS_Typography::HeadingPadding_12_AA4DA8024351217947D936AA1B306DB7' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, HeadingAlignment_73_9EE0F87345EBFEF8B720B4A14170C1E6) == 0x000054, "Member 'FS_Typography::HeadingAlignment_73_9EE0F87345EBFEF8B720B4A14170C1E6' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, PicturePadding_32_BFC613CD4CF0BA60E4F098AC90D1C467) == 0x000058, "Member 'FS_Typography::PicturePadding_32_BFC613CD4CF0BA60E4F098AC90D1C467' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, PictureAlignment_64_B432C41742C5C77F096521ADF09E7E11) == 0x00005C, "Member 'FS_Typography::PictureAlignment_64_B432C41742C5C77F096521ADF09E7E11' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, BodyFont_19_AD69E69B4DB8D13D2C481087BC34E076) == 0x00005D, "Member 'FS_Typography::BodyFont_19_AD69E69B4DB8D13D2C481087BC34E076' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, BodyFontOverride_22_AC71894342D66D47FFFBC8A96421A673) == 0x000060, "Member 'FS_Typography::BodyFontOverride_22_AC71894342D66D47FFFBC8A96421A673' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, BodySize_29_65FA78A34FFC2EAAD8E57EAAC63B48A9) == 0x000068, "Member 'FS_Typography::BodySize_29_65FA78A34FFC2EAAD8E57EAAC63B48A9' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, BodyColor_28_C027BB244697E3D3BD5CA5BCA5D03927) == 0x000070, "Member 'FS_Typography::BodyColor_28_C027BB244697E3D3BD5CA5BCA5D03927' has a wrong offset!"); \ static_assert(offsetof(FS_Typography, BodyAlignment_74_63D310DE4708EEE41EBE38867A15D79D) == 0x000098, "Member 'FS_Typography::BodyAlignment_74_63D310DE4708EEE41EBE38867A15D79D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_ExecuteUbergraph_GA_Crouch \ static_assert(alignof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch) == 0x000008, "Wrong alignment on GA_Crouch_C_ExecuteUbergraph_GA_Crouch"); \ static_assert(sizeof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch) == 0x000298, "Wrong size on GA_Crouch_C_ExecuteUbergraph_GA_Crouch"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, EntryPoint) == 0x000000, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_WaitGameplayTagAdd_ReturnValue) == 0x000008, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_WaitGameplayTagAdd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CustomEvent_Payload) == 0x000028, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CustomEvent_Payload' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, Temp_struct_Variable) == 0x0000D8, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_WaitGameplayEvent_ReturnValue) == 0x000188, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_WaitGameplayEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_IsValid_ReturnValue_1) == 0x000190, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CreateDelegate_OutputDelegate_1) == 0x000194, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_WaitGameplayTagAdd_ReturnValue_1) == 0x0001A8, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_WaitGameplayTagAdd_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001B0, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_IsValid_ReturnValue_2) == 0x0001C0, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CustomEvent_TimeWaited_2) == 0x0001C4, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CustomEvent_TimeWaited_2' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, Temp_float_Variable) == 0x0001C8, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_WaitInputPress_ReturnValue) == 0x0001D0, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_WaitInputPress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_IsValid_ReturnValue_3) == 0x0001D8, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001DC, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001EC, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CustomEvent_TimeWaited_1) == 0x0001FC, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CustomEvent_TimeWaited_1' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CreateDelegate_OutputDelegate_5) == 0x000200, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CustomEvent_TimeWaited) == 0x000210, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CustomEvent_TimeWaited' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CreateDelegate_OutputDelegate_6) == 0x000214, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, Temp_float_Variable_1) == 0x000224, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_WaitInputPressWithTick_ReturnValue) == 0x000228, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_WaitInputPressWithTick_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_IsValid_ReturnValue_4) == 0x000230, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_GetCrouchActiveState_ReturnValue) == 0x000231, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_GetCrouchActiveState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_TryToUnCrouch_ReturnValue) == 0x000232, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_TryToUnCrouch_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_SwitchEnum_CmpSuccess) == 0x000233, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_GetCrouchActiveState_ReturnValue_1) == 0x000234, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_GetCrouchActiveState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_SwitchEnum_CmpSuccess_1) == 0x000235, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_WaitGameplayTagAdd_ReturnValue_2) == 0x000238, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_WaitGameplayTagAdd_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_IsValid_ReturnValue_5) == 0x000240, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, K2Node_CreateDelegate_OutputDelegate_7) == 0x000244, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_WaitGameplayTagRemove_ReturnValue) == 0x000258, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_WaitGameplayTagRemove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_IsValid_ReturnValue_6) == 0x000260, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_GetAbilitySystemComponentFromActorInfo_ReturnValue) == 0x000268, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_GetAbilitySystemComponentFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000270, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000280, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_GetOwningPlayerCharacterFromInfo_ReturnValue) == 0x000288, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_GetOwningPlayerCharacterFromInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_IsFalling_ReturnValue) == 0x000290, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_IsFalling_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_CanUnCrouch_ReturnValue) == 0x000291, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_CanUnCrouch_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_Not_PreBool_ReturnValue) == 0x000292, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ExecuteUbergraph_GA_Crouch, CallFunc_BooleanOR_ReturnValue) == 0x000293, "Member 'GA_Crouch_C_ExecuteUbergraph_GA_Crouch::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_OnTick_66242E1C4A2CF16583CC418B2BD7D7CC \ static_assert(alignof(GA_Crouch_C_OnTick_66242E1C4A2CF16583CC418B2BD7D7CC) == 0x000004, "Wrong alignment on GA_Crouch_C_OnTick_66242E1C4A2CF16583CC418B2BD7D7CC"); \ static_assert(sizeof(GA_Crouch_C_OnTick_66242E1C4A2CF16583CC418B2BD7D7CC) == 0x000004, "Wrong size on GA_Crouch_C_OnTick_66242E1C4A2CF16583CC418B2BD7D7CC"); \ static_assert(offsetof(GA_Crouch_C_OnTick_66242E1C4A2CF16583CC418B2BD7D7CC, TimeWaited) == 0x000000, "Member 'GA_Crouch_C_OnTick_66242E1C4A2CF16583CC418B2BD7D7CC::TimeWaited' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_OnPress_66242E1C4A2CF16583CC418B2BD7D7CC \ static_assert(alignof(GA_Crouch_C_OnPress_66242E1C4A2CF16583CC418B2BD7D7CC) == 0x000004, "Wrong alignment on GA_Crouch_C_OnPress_66242E1C4A2CF16583CC418B2BD7D7CC"); \ static_assert(sizeof(GA_Crouch_C_OnPress_66242E1C4A2CF16583CC418B2BD7D7CC) == 0x000004, "Wrong size on GA_Crouch_C_OnPress_66242E1C4A2CF16583CC418B2BD7D7CC"); \ static_assert(offsetof(GA_Crouch_C_OnPress_66242E1C4A2CF16583CC418B2BD7D7CC, TimeWaited) == 0x000000, "Member 'GA_Crouch_C_OnPress_66242E1C4A2CF16583CC418B2BD7D7CC::TimeWaited' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_OnPress_571E039E488BCD5396A6328D725598A4 \ static_assert(alignof(GA_Crouch_C_OnPress_571E039E488BCD5396A6328D725598A4) == 0x000004, "Wrong alignment on GA_Crouch_C_OnPress_571E039E488BCD5396A6328D725598A4"); \ static_assert(sizeof(GA_Crouch_C_OnPress_571E039E488BCD5396A6328D725598A4) == 0x000004, "Wrong size on GA_Crouch_C_OnPress_571E039E488BCD5396A6328D725598A4"); \ static_assert(offsetof(GA_Crouch_C_OnPress_571E039E488BCD5396A6328D725598A4, TimeWaited) == 0x000000, "Member 'GA_Crouch_C_OnPress_571E039E488BCD5396A6328D725598A4::TimeWaited' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_EventReceived_9E6B25DF49AD41968C5D61830B22CE13 \ static_assert(alignof(GA_Crouch_C_EventReceived_9E6B25DF49AD41968C5D61830B22CE13) == 0x000008, "Wrong alignment on GA_Crouch_C_EventReceived_9E6B25DF49AD41968C5D61830B22CE13"); \ static_assert(sizeof(GA_Crouch_C_EventReceived_9E6B25DF49AD41968C5D61830B22CE13) == 0x0000B0, "Wrong size on GA_Crouch_C_EventReceived_9E6B25DF49AD41968C5D61830B22CE13"); \ static_assert(offsetof(GA_Crouch_C_EventReceived_9E6B25DF49AD41968C5D61830B22CE13, Payload) == 0x000000, "Member 'GA_Crouch_C_EventReceived_9E6B25DF49AD41968C5D61830B22CE13::Payload' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_StartCrouching \ static_assert(alignof(GA_Crouch_C_StartCrouching) == 0x000008, "Wrong alignment on GA_Crouch_C_StartCrouching"); \ static_assert(sizeof(GA_Crouch_C_StartCrouching) == 0x000008, "Wrong size on GA_Crouch_C_StartCrouching"); \ static_assert(offsetof(GA_Crouch_C_StartCrouching, CallFunc_GetOwnerCrouchComponent_ReturnValue) == 0x000000, "Member 'GA_Crouch_C_StartCrouching::CallFunc_GetOwnerCrouchComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_StartUnCrouching \ static_assert(alignof(GA_Crouch_C_StartUnCrouching) == 0x000008, "Wrong alignment on GA_Crouch_C_StartUnCrouching"); \ static_assert(sizeof(GA_Crouch_C_StartUnCrouching) == 0x000008, "Wrong size on GA_Crouch_C_StartUnCrouching"); \ static_assert(offsetof(GA_Crouch_C_StartUnCrouching, CallFunc_GetOwnerCrouchComponent_ReturnValue) == 0x000000, "Member 'GA_Crouch_C_StartUnCrouching::CallFunc_GetOwnerCrouchComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_K2_OnEndAbility \ static_assert(alignof(GA_Crouch_C_K2_OnEndAbility) == 0x000001, "Wrong alignment on GA_Crouch_C_K2_OnEndAbility"); \ static_assert(sizeof(GA_Crouch_C_K2_OnEndAbility) == 0x000002, "Wrong size on GA_Crouch_C_K2_OnEndAbility"); \ static_assert(offsetof(GA_Crouch_C_K2_OnEndAbility, bWasCancelled) == 0x000000, "Member 'GA_Crouch_C_K2_OnEndAbility::bWasCancelled' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_K2_OnEndAbility, CrouchState) == 0x000001, "Member 'GA_Crouch_C_K2_OnEndAbility::CrouchState' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_K2_ActivateAbilityFromEvent \ static_assert(alignof(GA_Crouch_C_K2_ActivateAbilityFromEvent) == 0x000008, "Wrong alignment on GA_Crouch_C_K2_ActivateAbilityFromEvent"); \ static_assert(sizeof(GA_Crouch_C_K2_ActivateAbilityFromEvent) == 0x0000B0, "Wrong size on GA_Crouch_C_K2_ActivateAbilityFromEvent"); \ static_assert(offsetof(GA_Crouch_C_K2_ActivateAbilityFromEvent, EventData) == 0x000000, "Member 'GA_Crouch_C_K2_ActivateAbilityFromEvent::EventData' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_TryToUnCrouch \ static_assert(alignof(GA_Crouch_C_TryToUnCrouch) == 0x000008, "Wrong alignment on GA_Crouch_C_TryToUnCrouch"); \ static_assert(sizeof(GA_Crouch_C_TryToUnCrouch) == 0x000018, "Wrong size on GA_Crouch_C_TryToUnCrouch"); \ static_assert(offsetof(GA_Crouch_C_TryToUnCrouch, ReturnValue) == 0x000000, "Member 'GA_Crouch_C_TryToUnCrouch::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_TryToUnCrouch, CallFunc_GetOwningPlayerCharacterFromInfo_ReturnValue) == 0x000008, "Member 'GA_Crouch_C_TryToUnCrouch::CallFunc_GetOwningPlayerCharacterFromInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_TryToUnCrouch, CallFunc_GetIACrouchValue_ReturnValue) == 0x000010, "Member 'GA_Crouch_C_TryToUnCrouch::CallFunc_GetIACrouchValue_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_OnCrouchStateBegan \ static_assert(alignof(GA_Crouch_C_OnCrouchStateBegan) == 0x000001, "Wrong alignment on GA_Crouch_C_OnCrouchStateBegan"); \ static_assert(sizeof(GA_Crouch_C_OnCrouchStateBegan) == 0x000002, "Wrong size on GA_Crouch_C_OnCrouchStateBegan"); \ static_assert(offsetof(GA_Crouch_C_OnCrouchStateBegan, CrouchState) == 0x000000, "Member 'GA_Crouch_C_OnCrouchStateBegan::CrouchState' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_OnCrouchStateBegan, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'GA_Crouch_C_OnCrouchStateBegan::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_EndInputTasks \ static_assert(alignof(GA_Crouch_C_EndInputTasks) == 0x000001, "Wrong alignment on GA_Crouch_C_EndInputTasks"); \ static_assert(sizeof(GA_Crouch_C_EndInputTasks) == 0x000002, "Wrong size on GA_Crouch_C_EndInputTasks"); \ static_assert(offsetof(GA_Crouch_C_EndInputTasks, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'GA_Crouch_C_EndInputTasks::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_EndInputTasks, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'GA_Crouch_C_EndInputTasks::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_ToggleCrouch \ static_assert(alignof(GA_Crouch_C_ToggleCrouch) == 0x000008, "Wrong alignment on GA_Crouch_C_ToggleCrouch"); \ static_assert(sizeof(GA_Crouch_C_ToggleCrouch) == 0x000078, "Wrong size on GA_Crouch_C_ToggleCrouch"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_GetOwnerCrouchComponent_ReturnValue) == 0x000000, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_GetOwnerCrouchComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_GetOwnerCrouchComponent_ReturnValue_1) == 0x000010, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_GetOwnerCrouchComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_GetOwningPlayerCharacterFromInfo_ReturnValue) == 0x000018, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_GetOwningPlayerCharacterFromInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_IsActiveState_ReturnValue) == 0x000020, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_IsActiveState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_IsValid_ReturnValue_1) == 0x000021, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_GetOwnerCrouchComponent_ReturnValue_2) == 0x000028, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_GetOwnerCrouchComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_GetOwningPlayerCharacterFromInfo_ReturnValue_1) == 0x000030, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_GetOwningPlayerCharacterFromInfo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, K2Node_CreateDelegate_OutputDelegate) == 0x000038, "Member 'GA_Crouch_C_ToggleCrouch::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000048, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000050, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000060, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_GetOwnerCrouchComponent_ReturnValue_3) == 0x000068, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_GetOwnerCrouchComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_GetActiveState_ReturnValue) == 0x000070, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_GetActiveState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouch, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000071, "Member 'GA_Crouch_C_ToggleCrouch::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_ToggleCrouchIfCrouched \ static_assert(alignof(GA_Crouch_C_ToggleCrouchIfCrouched) == 0x000008, "Wrong alignment on GA_Crouch_C_ToggleCrouchIfCrouched"); \ static_assert(sizeof(GA_Crouch_C_ToggleCrouchIfCrouched) == 0x000010, "Wrong size on GA_Crouch_C_ToggleCrouchIfCrouched"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouchIfCrouched, CallFunc_GetOwnerCrouchComponent_ReturnValue) == 0x000000, "Member 'GA_Crouch_C_ToggleCrouchIfCrouched::CallFunc_GetOwnerCrouchComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouchIfCrouched, CallFunc_GetActiveState_ReturnValue) == 0x000008, "Member 'GA_Crouch_C_ToggleCrouchIfCrouched::CallFunc_GetActiveState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouchIfCrouched, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000009, "Member 'GA_Crouch_C_ToggleCrouchIfCrouched::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouchIfCrouched, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000A, "Member 'GA_Crouch_C_ToggleCrouchIfCrouched::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_ToggleCrouchIfCrouched, CallFunc_BooleanOR_ReturnValue) == 0x00000B, "Member 'GA_Crouch_C_ToggleCrouchIfCrouched::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_GetOwningPlayerCharacterFromInfo \ static_assert(alignof(GA_Crouch_C_GetOwningPlayerCharacterFromInfo) == 0x000008, "Wrong alignment on GA_Crouch_C_GetOwningPlayerCharacterFromInfo"); \ static_assert(sizeof(GA_Crouch_C_GetOwningPlayerCharacterFromInfo) == 0x000020, "Wrong size on GA_Crouch_C_GetOwningPlayerCharacterFromInfo"); \ static_assert(offsetof(GA_Crouch_C_GetOwningPlayerCharacterFromInfo, ReturnValue) == 0x000000, "Member 'GA_Crouch_C_GetOwningPlayerCharacterFromInfo::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_GetOwningPlayerCharacterFromInfo, CallFunc_GetOwningActorFromActorInfo_ReturnValue) == 0x000008, "Member 'GA_Crouch_C_GetOwningPlayerCharacterFromInfo::CallFunc_GetOwningActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_GetOwningPlayerCharacterFromInfo, K2Node_DynamicCast_AsBP_Player_Character) == 0x000010, "Member 'GA_Crouch_C_GetOwningPlayerCharacterFromInfo::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_GetOwningPlayerCharacterFromInfo, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'GA_Crouch_C_GetOwningPlayerCharacterFromInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_GetCrouchActiveState \ static_assert(alignof(GA_Crouch_C_GetCrouchActiveState) == 0x000008, "Wrong alignment on GA_Crouch_C_GetCrouchActiveState"); \ static_assert(sizeof(GA_Crouch_C_GetCrouchActiveState) == 0x000018, "Wrong size on GA_Crouch_C_GetCrouchActiveState"); \ static_assert(offsetof(GA_Crouch_C_GetCrouchActiveState, ReturnValue) == 0x000000, "Member 'GA_Crouch_C_GetCrouchActiveState::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_GetCrouchActiveState, CallFunc_GetOwnerCrouchComponent_ReturnValue) == 0x000008, "Member 'GA_Crouch_C_GetCrouchActiveState::CallFunc_GetOwnerCrouchComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_GetCrouchActiveState, CallFunc_GetActiveState_ReturnValue) == 0x000010, "Member 'GA_Crouch_C_GetCrouchActiveState::CallFunc_GetActiveState_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Crouch_C_GetOwnerCrouchComponent \ static_assert(alignof(GA_Crouch_C_GetOwnerCrouchComponent) == 0x000008, "Wrong alignment on GA_Crouch_C_GetOwnerCrouchComponent"); \ static_assert(sizeof(GA_Crouch_C_GetOwnerCrouchComponent) == 0x000018, "Wrong size on GA_Crouch_C_GetOwnerCrouchComponent"); \ static_assert(offsetof(GA_Crouch_C_GetOwnerCrouchComponent, ReturnValue) == 0x000000, "Member 'GA_Crouch_C_GetOwnerCrouchComponent::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_GetOwnerCrouchComponent, CallFunc_GetOwningPlayerCharacterFromInfo_ReturnValue) == 0x000008, "Member 'GA_Crouch_C_GetOwnerCrouchComponent::CallFunc_GetOwningPlayerCharacterFromInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Crouch_C_GetOwnerCrouchComponent, CallFunc_GetProgressiveCrouchComponent_ReturnValue) == 0x000010, "Member 'GA_Crouch_C_GetOwnerCrouchComponent::CallFunc_GetProgressiveCrouchComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_Crouch_C \ static_assert(alignof(UGA_Crouch_C) == 0x000008, "Wrong alignment on UGA_Crouch_C"); \ static_assert(sizeof(UGA_Crouch_C) == 0x000480, "Wrong size on UGA_Crouch_C"); \ static_assert(offsetof(UGA_Crouch_C, UberGraphFrame) == 0x0003F0, "Member 'UGA_Crouch_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, WaitInputReleaseWithTickTask) == 0x0003F8, "Member 'UGA_Crouch_C::WaitInputReleaseWithTickTask' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, WaitInputPressWithTickTask) == 0x000400, "Member 'UGA_Crouch_C::WaitInputPressWithTickTask' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, CrouchedHalfHeight) == 0x000408, "Member 'UGA_Crouch_C::CrouchedHalfHeight' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, ForcedCrouchTag) == 0x00040C, "Member 'UGA_Crouch_C::ForcedCrouchTag' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, ForcedCrouchAddedTask) == 0x000418, "Member 'UGA_Crouch_C::ForcedCrouchAddedTask' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, ForcedCrouchRemovedTask) == 0x000420, "Member 'UGA_Crouch_C::ForcedCrouchRemovedTask' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, bWasForced) == 0x000428, "Member 'UGA_Crouch_C::bWasForced' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, bIsInCrouchMode) == 0x000429, "Member 'UGA_Crouch_C::bIsInCrouchMode' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, CrouchBlockRemovedTask) == 0x000430, "Member 'UGA_Crouch_C::CrouchBlockRemovedTask' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, WaitForAbortTagTask) == 0x000438, "Member 'UGA_Crouch_C::WaitForAbortTagTask' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, WaitForBlockCrouchTagTask) == 0x000440, "Member 'UGA_Crouch_C::WaitForBlockCrouchTagTask' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, WaitForInSequenceTagTask) == 0x000448, "Member 'UGA_Crouch_C::WaitForInSequenceTagTask' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, WaitInputReleaseTask) == 0x000450, "Member 'UGA_Crouch_C::WaitInputReleaseTask' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, NewCrouchState) == 0x000458, "Member 'UGA_Crouch_C::NewCrouchState' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, Async_Task) == 0x000460, "Member 'UGA_Crouch_C::Async_Task' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, Async_Task_0) == 0x000468, "Member 'UGA_Crouch_C::Async_Task_0' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, WaitForNoUncrouchTask) == 0x000470, "Member 'UGA_Crouch_C::WaitForNoUncrouchTask' has a wrong offset!"); \ static_assert(offsetof(UGA_Crouch_C, WaitforRemoveNoUncrouchTask) == 0x000478, "Member 'UGA_Crouch_C::WaitforRemoveNoUncrouchTask' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GC_Throwable_PickUp_C_OnExecute \ static_assert(alignof(GC_Throwable_PickUp_C_OnExecute) == 0x000010, "Wrong alignment on GC_Throwable_PickUp_C_OnExecute"); \ static_assert(sizeof(GC_Throwable_PickUp_C_OnExecute) == 0x000240, "Wrong size on GC_Throwable_PickUp_C_OnExecute"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, MyTarget) == 0x000000, "Member 'GC_Throwable_PickUp_C_OnExecute::MyTarget' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, Parameters) == 0x000008, "Member 'GC_Throwable_PickUp_C_OnExecute::Parameters' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, ReturnValue) == 0x0000C8, "Member 'GC_Throwable_PickUp_C_OnExecute::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, ThrowableSpawnTransform) == 0x0000D0, "Member 'GC_Throwable_PickUp_C_OnExecute::ThrowableSpawnTransform' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, ThrowableStaticMesh) == 0x000100, "Member 'GC_Throwable_PickUp_C_OnExecute::ThrowableStaticMesh' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, Throwable) == 0x000108, "Member 'GC_Throwable_PickUp_C_OnExecute::Throwable' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, PlayerCharacter) == 0x000110, "Member 'GC_Throwable_PickUp_C_OnExecute::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000120, "Member 'GC_Throwable_PickUp_C_OnExecute::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, CallFunc_BreakTransform_Location) == 0x000150, "Member 'GC_Throwable_PickUp_C_OnExecute::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, CallFunc_BreakTransform_Rotation) == 0x00015C, "Member 'GC_Throwable_PickUp_C_OnExecute::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, CallFunc_BreakTransform_Scale) == 0x000168, "Member 'GC_Throwable_PickUp_C_OnExecute::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, CallFunc_K2_GetComponentScale_ReturnValue) == 0x000174, "Member 'GC_Throwable_PickUp_C_OnExecute::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000180, "Member 'GC_Throwable_PickUp_C_OnExecute::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, CallFunc_SetStaticMesh_ReturnValue) == 0x000208, "Member 'GC_Throwable_PickUp_C_OnExecute::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000210, "Member 'GC_Throwable_PickUp_C_OnExecute::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, CallFunc_OnExecute_ReturnValue) == 0x000218, "Member 'GC_Throwable_PickUp_C_OnExecute::CallFunc_OnExecute_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, CallFunc_FinishSpawningActor_ReturnValue) == 0x000220, "Member 'GC_Throwable_PickUp_C_OnExecute::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, K2Node_DynamicCast_AsBP_Player_Character) == 0x000228, "Member 'GC_Throwable_PickUp_C_OnExecute::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GC_Throwable_PickUp_C_OnExecute, K2Node_DynamicCast_bSuccess) == 0x000230, "Member 'GC_Throwable_PickUp_C_OnExecute::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGC_Throwable_PickUp_C \ static_assert(alignof(UGC_Throwable_PickUp_C) == 0x000008, "Wrong alignment on UGC_Throwable_PickUp_C"); \ static_assert(sizeof(UGC_Throwable_PickUp_C) == 0x000050, "Wrong size on UGC_Throwable_PickUp_C"); \ static_assert(offsetof(UGC_Throwable_PickUp_C, SoundFX) == 0x000040, "Member 'UGC_Throwable_PickUp_C::SoundFX' has a wrong offset!"); \ static_assert(offsetof(UGC_Throwable_PickUp_C, HidePlayerMeshTag) == 0x000048, "Member 'UGC_Throwable_PickUp_C::HidePlayerMeshTag' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_CheatMenu_C \ static_assert(alignof(UWBP_CheatMenu_C) == 0x000008, "Wrong alignment on UWBP_CheatMenu_C"); \ static_assert(sizeof(UWBP_CheatMenu_C) == 0x000480, "Wrong size on UWBP_CheatMenu_C"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_ExecuteUbergraph_WBP_BaseSettingControl \ static_assert(alignof(WBP_BaseSettingControl_C_ExecuteUbergraph_WBP_BaseSettingControl) == 0x000004, "Wrong alignment on WBP_BaseSettingControl_C_ExecuteUbergraph_WBP_BaseSettingControl"); \ static_assert(sizeof(WBP_BaseSettingControl_C_ExecuteUbergraph_WBP_BaseSettingControl) == 0x000004, "Wrong size on WBP_BaseSettingControl_C_ExecuteUbergraph_WBP_BaseSettingControl"); \ static_assert(offsetof(WBP_BaseSettingControl_C_ExecuteUbergraph_WBP_BaseSettingControl, EntryPoint) == 0x000000, "Member 'WBP_BaseSettingControl_C_ExecuteUbergraph_WBP_BaseSettingControl::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_OnFocusReceived \ static_assert(alignof(WBP_BaseSettingControl_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_BaseSettingControl_C_OnFocusReceived"); \ static_assert(sizeof(WBP_BaseSettingControl_C_OnFocusReceived) == 0x0001B0, "Wrong size on WBP_BaseSettingControl_C_OnFocusReceived"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_BaseSettingControl_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_BaseSettingControl_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_BaseSettingControl_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_BaseSettingControl_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_SetFocusCommon \ static_assert(alignof(WBP_BaseSettingControl_C_SetFocusCommon) == 0x000008, "Wrong alignment on WBP_BaseSettingControl_C_SetFocusCommon"); \ static_assert(sizeof(WBP_BaseSettingControl_C_SetFocusCommon) == 0x000018, "Wrong size on WBP_BaseSettingControl_C_SetFocusCommon"); \ static_assert(offsetof(WBP_BaseSettingControl_C_SetFocusCommon, Loc_ParentSettingsWindow) == 0x000000, "Member 'WBP_BaseSettingControl_C_SetFocusCommon::Loc_ParentSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_SetFocusCommon, CallFunc_GetParentSettingsWindowRef_Result) == 0x000008, "Member 'WBP_BaseSettingControl_C_SetFocusCommon::CallFunc_GetParentSettingsWindowRef_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_SetFocusCommon, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_BaseSettingControl_C_SetFocusCommon::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_GetFocusWidget \ static_assert(alignof(WBP_BaseSettingControl_C_GetFocusWidget) == 0x000008, "Wrong alignment on WBP_BaseSettingControl_C_GetFocusWidget"); \ static_assert(sizeof(WBP_BaseSettingControl_C_GetFocusWidget) == 0x000008, "Wrong size on WBP_BaseSettingControl_C_GetFocusWidget"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetFocusWidget, Result) == 0x000000, "Member 'WBP_BaseSettingControl_C_GetFocusWidget::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_FindParentSettingsWindow \ static_assert(alignof(WBP_BaseSettingControl_C_FindParentSettingsWindow) == 0x000008, "Wrong alignment on WBP_BaseSettingControl_C_FindParentSettingsWindow"); \ static_assert(sizeof(WBP_BaseSettingControl_C_FindParentSettingsWindow) == 0x000050, "Wrong size on WBP_BaseSettingControl_C_FindParentSettingsWindow"); \ static_assert(offsetof(WBP_BaseSettingControl_C_FindParentSettingsWindow, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000000, "Member 'WBP_BaseSettingControl_C_FindParentSettingsWindow::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_FindParentSettingsWindow, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'WBP_BaseSettingControl_C_FindParentSettingsWindow::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_FindParentSettingsWindow, CallFunc_Array_Get_Item) == 0x000018, "Member 'WBP_BaseSettingControl_C_FindParentSettingsWindow::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_FindParentSettingsWindow, CallFunc_Greater_IntInt_ReturnValue) == 0x000020, "Member 'WBP_BaseSettingControl_C_FindParentSettingsWindow::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_FindParentSettingsWindow, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000028, "Member 'WBP_BaseSettingControl_C_FindParentSettingsWindow::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_OnMouseEnter \ static_assert(alignof(WBP_BaseSettingControl_C_OnMouseEnter) == 0x000008, "Wrong alignment on WBP_BaseSettingControl_C_OnMouseEnter"); \ static_assert(sizeof(WBP_BaseSettingControl_C_OnMouseEnter) == 0x0000B8, "Wrong size on WBP_BaseSettingControl_C_OnMouseEnter"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnMouseEnter, MyGeometry) == 0x000000, "Member 'WBP_BaseSettingControl_C_OnMouseEnter::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnMouseEnter, MouseEvent) == 0x000038, "Member 'WBP_BaseSettingControl_C_OnMouseEnter::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnMouseEnter, CallFunc_IsUsingKeyboardDevice_Result) == 0x0000B0, "Member 'WBP_BaseSettingControl_C_OnMouseEnter::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_OnMouseLeave \ static_assert(alignof(WBP_BaseSettingControl_C_OnMouseLeave) == 0x000008, "Wrong alignment on WBP_BaseSettingControl_C_OnMouseLeave"); \ static_assert(sizeof(WBP_BaseSettingControl_C_OnMouseLeave) == 0x000080, "Wrong size on WBP_BaseSettingControl_C_OnMouseLeave"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnMouseLeave, MouseEvent) == 0x000000, "Member 'WBP_BaseSettingControl_C_OnMouseLeave::MouseEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnMouseLeave, CallFunc_HasAnyUserFocus_ReturnValue) == 0x000078, "Member 'WBP_BaseSettingControl_C_OnMouseLeave::CallFunc_HasAnyUserFocus_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_OnFocusLost \ static_assert(alignof(WBP_BaseSettingControl_C_OnFocusLost) == 0x000008, "Wrong alignment on WBP_BaseSettingControl_C_OnFocusLost"); \ static_assert(sizeof(WBP_BaseSettingControl_C_OnFocusLost) == 0x000020, "Wrong size on WBP_BaseSettingControl_C_OnFocusLost"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_BaseSettingControl_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnFocusLost, Loc_ParentSettingsWindow) == 0x000008, "Member 'WBP_BaseSettingControl_C_OnFocusLost::Loc_ParentSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnFocusLost, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_BaseSettingControl_C_OnFocusLost::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnFocusLost, CallFunc_GetParentSettingsWindowRef_Result) == 0x000018, "Member 'WBP_BaseSettingControl_C_OnFocusLost::CallFunc_GetParentSettingsWindowRef_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_OnRemovedFromFocusPath \ static_assert(alignof(WBP_BaseSettingControl_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_BaseSettingControl_C_OnRemovedFromFocusPath"); \ static_assert(sizeof(WBP_BaseSettingControl_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_BaseSettingControl_C_OnRemovedFromFocusPath"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_BaseSettingControl_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_GetExtraInfoTitle \ static_assert(alignof(WBP_BaseSettingControl_C_GetExtraInfoTitle) == 0x000008, "Wrong alignment on WBP_BaseSettingControl_C_GetExtraInfoTitle"); \ static_assert(sizeof(WBP_BaseSettingControl_C_GetExtraInfoTitle) == 0x000030, "Wrong size on WBP_BaseSettingControl_C_GetExtraInfoTitle"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetExtraInfoTitle, Result) == 0x000000, "Member 'WBP_BaseSettingControl_C_GetExtraInfoTitle::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetExtraInfoTitle, CallFunc_GetPlatformCultureText_Result) == 0x000018, "Member 'WBP_BaseSettingControl_C_GetExtraInfoTitle::CallFunc_GetPlatformCultureText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_InternalGetExtraInfoTitle \ static_assert(alignof(WBP_BaseSettingControl_C_InternalGetExtraInfoTitle) == 0x000008, "Wrong alignment on WBP_BaseSettingControl_C_InternalGetExtraInfoTitle"); \ static_assert(sizeof(WBP_BaseSettingControl_C_InternalGetExtraInfoTitle) == 0x000070, "Wrong size on WBP_BaseSettingControl_C_InternalGetExtraInfoTitle"); \ static_assert(offsetof(WBP_BaseSettingControl_C_InternalGetExtraInfoTitle, CurrentTitle) == 0x000000, "Member 'WBP_BaseSettingControl_C_InternalGetExtraInfoTitle::CurrentTitle' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_InternalGetExtraInfoTitle, Result) == 0x000018, "Member 'WBP_BaseSettingControl_C_InternalGetExtraInfoTitle::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_InternalGetExtraInfoTitle, Loc_TitleOverride) == 0x000030, "Member 'WBP_BaseSettingControl_C_InternalGetExtraInfoTitle::Loc_TitleOverride' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_InternalGetExtraInfoTitle, CallFunc_TextIsEmpty_ReturnValue) == 0x000048, "Member 'WBP_BaseSettingControl_C_InternalGetExtraInfoTitle::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_InternalGetExtraInfoTitle, CallFunc_GetPlatformCultureText_Result) == 0x000050, "Member 'WBP_BaseSettingControl_C_InternalGetExtraInfoTitle::CallFunc_GetPlatformCultureText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_InternalGetExtraInfoTitle, CallFunc_Not_PreBool_ReturnValue) == 0x000068, "Member 'WBP_BaseSettingControl_C_InternalGetExtraInfoTitle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_GetParentSettingsWindowRef \ static_assert(alignof(WBP_BaseSettingControl_C_GetParentSettingsWindowRef) == 0x000008, "Wrong alignment on WBP_BaseSettingControl_C_GetParentSettingsWindowRef"); \ static_assert(sizeof(WBP_BaseSettingControl_C_GetParentSettingsWindowRef) == 0x000048, "Wrong size on WBP_BaseSettingControl_C_GetParentSettingsWindowRef"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetParentSettingsWindowRef, Result) == 0x000000, "Member 'WBP_BaseSettingControl_C_GetParentSettingsWindowRef::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetParentSettingsWindowRef, CallFunc_MakeLiteralString_ReturnValue) == 0x000008, "Member 'WBP_BaseSettingControl_C_GetParentSettingsWindowRef::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetParentSettingsWindowRef, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000018, "Member 'WBP_BaseSettingControl_C_GetParentSettingsWindowRef::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetParentSettingsWindowRef, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000020, "Member 'WBP_BaseSettingControl_C_GetParentSettingsWindowRef::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetParentSettingsWindowRef, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_BaseSettingControl_C_GetParentSettingsWindowRef::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetParentSettingsWindowRef, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'WBP_BaseSettingControl_C_GetParentSettingsWindowRef::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetParentSettingsWindowRef, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000030, "Member 'WBP_BaseSettingControl_C_GetParentSettingsWindowRef::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetParentSettingsWindowRef, K2Node_DynamicCast_AsWBP_Settings_Window_1) == 0x000038, "Member 'WBP_BaseSettingControl_C_GetParentSettingsWindowRef::K2Node_DynamicCast_AsWBP_Settings_Window_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetParentSettingsWindowRef, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'WBP_BaseSettingControl_C_GetParentSettingsWindowRef::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_OnAddedToFocusPath \ static_assert(alignof(WBP_BaseSettingControl_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_BaseSettingControl_C_OnAddedToFocusPath"); \ static_assert(sizeof(WBP_BaseSettingControl_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_BaseSettingControl_C_OnAddedToFocusPath"); \ static_assert(offsetof(WBP_BaseSettingControl_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_BaseSettingControl_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_SetPlatformVisibility \ static_assert(alignof(WBP_BaseSettingControl_C_SetPlatformVisibility) == 0x000001, "Wrong alignment on WBP_BaseSettingControl_C_SetPlatformVisibility"); \ static_assert(sizeof(WBP_BaseSettingControl_C_SetPlatformVisibility) == 0x000004, "Wrong size on WBP_BaseSettingControl_C_SetPlatformVisibility"); \ static_assert(offsetof(WBP_BaseSettingControl_C_SetPlatformVisibility, CallFunc_GetPlatform_ReturnValue) == 0x000000, "Member 'WBP_BaseSettingControl_C_SetPlatformVisibility::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_SetPlatformVisibility, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'WBP_BaseSettingControl_C_SetPlatformVisibility::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_SetPlatformVisibility, CallFunc_BooleanOR_ReturnValue) == 0x000002, "Member 'WBP_BaseSettingControl_C_SetPlatformVisibility::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_SetPlatformVisibility, CallFunc_BooleanOR_ReturnValue_1) == 0x000003, "Member 'WBP_BaseSettingControl_C_SetPlatformVisibility::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_SetControlMinDesiredWidth \ static_assert(alignof(WBP_BaseSettingControl_C_SetControlMinDesiredWidth) == 0x000004, "Wrong alignment on WBP_BaseSettingControl_C_SetControlMinDesiredWidth"); \ static_assert(sizeof(WBP_BaseSettingControl_C_SetControlMinDesiredWidth) == 0x000004, "Wrong size on WBP_BaseSettingControl_C_SetControlMinDesiredWidth"); \ static_assert(offsetof(WBP_BaseSettingControl_C_SetControlMinDesiredWidth, NewWidth) == 0x000000, "Member 'WBP_BaseSettingControl_C_SetControlMinDesiredWidth::NewWidth' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_GetExtraInfoDescText \ static_assert(alignof(WBP_BaseSettingControl_C_GetExtraInfoDescText) == 0x000008, "Wrong alignment on WBP_BaseSettingControl_C_GetExtraInfoDescText"); \ static_assert(sizeof(WBP_BaseSettingControl_C_GetExtraInfoDescText) == 0x000030, "Wrong size on WBP_BaseSettingControl_C_GetExtraInfoDescText"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetExtraInfoDescText, Result) == 0x000000, "Member 'WBP_BaseSettingControl_C_GetExtraInfoDescText::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetExtraInfoDescText, CallFunc_GetPlatformCultureText_Result) == 0x000018, "Member 'WBP_BaseSettingControl_C_GetExtraInfoDescText::CallFunc_GetPlatformCultureText_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingControl_C_GetUnmodifiedControlDesiredSize \ static_assert(alignof(WBP_BaseSettingControl_C_GetUnmodifiedControlDesiredSize) == 0x000004, "Wrong alignment on WBP_BaseSettingControl_C_GetUnmodifiedControlDesiredSize"); \ static_assert(sizeof(WBP_BaseSettingControl_C_GetUnmodifiedControlDesiredSize) == 0x000008, "Wrong size on WBP_BaseSettingControl_C_GetUnmodifiedControlDesiredSize"); \ static_assert(offsetof(WBP_BaseSettingControl_C_GetUnmodifiedControlDesiredSize, Result) == 0x000000, "Member 'WBP_BaseSettingControl_C_GetUnmodifiedControlDesiredSize::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_BaseSettingControl_C \ static_assert(alignof(UWBP_BaseSettingControl_C) == 0x000008, "Wrong alignment on UWBP_BaseSettingControl_C"); \ static_assert(sizeof(UWBP_BaseSettingControl_C) == 0x000488, "Wrong size on UWBP_BaseSettingControl_C"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, UberGraphFrame) == 0x000260, "Member 'UWBP_BaseSettingControl_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, StringValueChange) == 0x000268, "Member 'UWBP_BaseSettingControl_C::StringValueChange' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, FloatValueChange) == 0x000278, "Member 'UWBP_BaseSettingControl_C::FloatValueChange' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, IntValueChange) == 0x000288, "Member 'UWBP_BaseSettingControl_C::IntValueChange' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, RequiresApply) == 0x000298, "Member 'UWBP_BaseSettingControl_C::RequiresApply' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, RequiresRestart) == 0x000299, "Member 'UWBP_BaseSettingControl_C::RequiresRestart' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ApplyChange) == 0x0002A0, "Member 'UWBP_BaseSettingControl_C::ApplyChange' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ChangeApplied) == 0x0002B0, "Member 'UWBP_BaseSettingControl_C::ChangeApplied' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, RevertChange) == 0x0002C0, "Member 'UWBP_BaseSettingControl_C::RevertChange' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, IsQualitySettingsControl) == 0x0002D0, "Member 'UWBP_BaseSettingControl_C::IsQualitySettingsControl' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ParentRefInitialized) == 0x0002D1, "Member 'UWBP_BaseSettingControl_C::ParentRefInitialized' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ParentSettingsWindow) == 0x0002D8, "Member 'UWBP_BaseSettingControl_C::ParentSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, PlatformVisibility) == 0x000300, "Member 'UWBP_BaseSettingControl_C::PlatformVisibility' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ExtraInfoWidgetClass) == 0x000308, "Member 'UWBP_BaseSettingControl_C::ExtraInfoWidgetClass' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, TextValueChange) == 0x000310, "Member 'UWBP_BaseSettingControl_C::TextValueChange' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ExtraInfoWidgetInstance) == 0x000320, "Member 'UWBP_BaseSettingControl_C::ExtraInfoWidgetInstance' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ExtraInfoTitleOverride) == 0x000328, "Member 'UWBP_BaseSettingControl_C::ExtraInfoTitleOverride' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ExtraInfoTitleOverridePlatformCulture) == 0x000340, "Member 'UWBP_BaseSettingControl_C::ExtraInfoTitleOverridePlatformCulture' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ExtraInfoDescription) == 0x000390, "Member 'UWBP_BaseSettingControl_C::ExtraInfoDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ExtraInfoDescriptionPlatformCulture) == 0x0003A8, "Member 'UWBP_BaseSettingControl_C::ExtraInfoDescriptionPlatformCulture' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ExtraInfoTutorialTextID) == 0x0003F8, "Member 'UWBP_BaseSettingControl_C::ExtraInfoTutorialTextID' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ExtraInfoCaptureTutorialTextID) == 0x0003F9, "Member 'UWBP_BaseSettingControl_C::ExtraInfoCaptureTutorialTextID' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingControl_C, ExtraInfoImage) == 0x000400, "Member 'UWBP_BaseSettingControl_C::ExtraInfoImage' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_ExecuteUbergraph_WBP_BaseSettingsControlList \ static_assert(alignof(WBP_BaseSettingsControlList_C_ExecuteUbergraph_WBP_BaseSettingsControlList) == 0x000004, "Wrong alignment on WBP_BaseSettingsControlList_C_ExecuteUbergraph_WBP_BaseSettingsControlList"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_ExecuteUbergraph_WBP_BaseSettingsControlList) == 0x000008, "Wrong size on WBP_BaseSettingsControlList_C_ExecuteUbergraph_WBP_BaseSettingsControlList"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_ExecuteUbergraph_WBP_BaseSettingsControlList, EntryPoint) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_ExecuteUbergraph_WBP_BaseSettingsControlList::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_ExecuteUbergraph_WBP_BaseSettingsControlList, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_BaseSettingsControlList_C_ExecuteUbergraph_WBP_BaseSettingsControlList::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_PreConstruct \ static_assert(alignof(WBP_BaseSettingsControlList_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_BaseSettingsControlList_C_PreConstruct"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_PreConstruct) == 0x000001, "Wrong size on WBP_BaseSettingsControlList_C_PreConstruct"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_GetCategoryDisplayName \ static_assert(alignof(WBP_BaseSettingsControlList_C_GetCategoryDisplayName) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_GetCategoryDisplayName"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_GetCategoryDisplayName) == 0x000018, "Wrong size on WBP_BaseSettingsControlList_C_GetCategoryDisplayName"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetCategoryDisplayName, DisplayName) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_GetCategoryDisplayName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_GetPHGameUserSettings \ static_assert(alignof(WBP_BaseSettingsControlList_C_GetPHGameUserSettings) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_GetPHGameUserSettings"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_GetPHGameUserSettings) == 0x000030, "Wrong size on WBP_BaseSettingsControlList_C_GetPHGameUserSettings"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetPHGameUserSettings, UserSettings) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_GetPHGameUserSettings::UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetPHGameUserSettings, CallFunc_MakeLiteralString_ReturnValue) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_GetPHGameUserSettings::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetPHGameUserSettings, CallFunc_GetGameUserSettings_ReturnValue) == 0x000018, "Member 'WBP_BaseSettingsControlList_C_GetPHGameUserSettings::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetPHGameUserSettings, K2Node_DynamicCast_AsBP_PHGame_User_Settings) == 0x000020, "Member 'WBP_BaseSettingsControlList_C_GetPHGameUserSettings::K2Node_DynamicCast_AsBP_PHGame_User_Settings' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetPHGameUserSettings, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_BaseSettingsControlList_C_GetPHGameUserSettings::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetPHGameUserSettings, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'WBP_BaseSettingsControlList_C_GetPHGameUserSettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_OnFocusReceived \ static_assert(alignof(WBP_BaseSettingsControlList_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_OnFocusReceived"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_OnFocusReceived) == 0x0001B0, "Wrong size on WBP_BaseSettingsControlList_C_OnFocusReceived"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_BaseSettingsControlList_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_BaseSettingsControlList_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnFocusReceived, CallFunc_Handled_ReturnValue) == 0x0000F8, "Member 'WBP_BaseSettingsControlList_C_OnFocusReceived::CallFunc_Handled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_IsInPauseMenu \ static_assert(alignof(WBP_BaseSettingsControlList_C_IsInPauseMenu) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_IsInPauseMenu"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_IsInPauseMenu) == 0x000020, "Wrong size on WBP_BaseSettingsControlList_C_IsInPauseMenu"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_IsInPauseMenu, Result) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_IsInPauseMenu::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_IsInPauseMenu, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000001, "Member 'WBP_BaseSettingsControlList_C_IsInPauseMenu::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_IsInPauseMenu, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_IsInPauseMenu::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_IsInPauseMenu, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_IsInPauseMenu::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_IsInPauseMenu, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_BaseSettingsControlList_C_IsInPauseMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_IsInPauseMenu, CallFunc_IsInPauseMenu_Result) == 0x000019, "Member 'WBP_BaseSettingsControlList_C_IsInPauseMenu::CallFunc_IsInPauseMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_IsInPauseMenu, CallFunc_IsValid_ReturnValue) == 0x00001A, "Member 'WBP_BaseSettingsControlList_C_IsInPauseMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules \ static_assert(alignof(WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules) == 0x000018, "Wrong size on WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules, PrevButton) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules::PrevButton' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules, CurrButton) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules::CurrButton' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'WBP_BaseSettingsControlList_C_SetExplicitButtonNavRules::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_QueueSettingsToApply \ static_assert(alignof(WBP_BaseSettingsControlList_C_QueueSettingsToApply) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_QueueSettingsToApply"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_QueueSettingsToApply) == 0x000040, "Wrong size on WBP_BaseSettingsControlList_C_QueueSettingsToApply"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_QueueSettingsToApply, SettingControl) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_QueueSettingsToApply::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_QueueSettingsToApply, CallFunc_Array_Contains_ReturnValue) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_QueueSettingsToApply::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_QueueSettingsToApply, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_QueueSettingsToApply::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_QueueSettingsToApply, CallFunc_Not_PreBool_ReturnValue) == 0x000020, "Member 'WBP_BaseSettingsControlList_C_QueueSettingsToApply::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_QueueSettingsToApply, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_BaseSettingsControlList_C_QueueSettingsToApply::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_QueueSettingsToApply, CallFunc_Array_Add_ReturnValue) == 0x000038, "Member 'WBP_BaseSettingsControlList_C_QueueSettingsToApply::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply \ static_assert(alignof(WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply) == 0x000038, "Wrong size on WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply, SettingsControl) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply::SettingsControl' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply, CallFunc_Array_Contains_ReturnValue) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply, CallFunc_Array_RemoveItem_ReturnValue) == 0x000030, "Member 'WBP_BaseSettingsControlList_C_RemoveQueuedSettingsToApply::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply \ static_assert(alignof(WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply) == 0x000038, "Wrong size on WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000028, "Member 'WBP_BaseSettingsControlList_C_ClearQueuedSettingsToApply::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_OnFloatSettingsChanged \ static_assert(alignof(WBP_BaseSettingsControlList_C_OnFloatSettingsChanged) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_OnFloatSettingsChanged"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_OnFloatSettingsChanged) == 0x000018, "Wrong size on WBP_BaseSettingsControlList_C_OnFloatSettingsChanged"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnFloatSettingsChanged, NewValue) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_OnFloatSettingsChanged::NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnFloatSettingsChanged, CurrValue) == 0x000004, "Member 'WBP_BaseSettingsControlList_C_OnFloatSettingsChanged::CurrValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnFloatSettingsChanged, SettingControl) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_OnFloatSettingsChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnFloatSettingsChanged, ValueChanged) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_OnFloatSettingsChanged::ValueChanged' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnFloatSettingsChanged, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000011, "Member 'WBP_BaseSettingsControlList_C_OnFloatSettingsChanged::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnFloatSettingsChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'WBP_BaseSettingsControlList_C_OnFloatSettingsChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged \ static_assert(alignof(WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged) == 0x000018, "Wrong size on WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged, NewValue) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged::NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged, CurrValue) == 0x000004, "Member 'WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged::CurrValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged, SettingControl) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged, ValueChanged) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged::ValueChanged' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000011, "Member 'WBP_BaseSettingsControlList_C_OnIntegerSettingsChanged::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged \ static_assert(alignof(WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged) == 0x000018, "Wrong size on WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged, NewValue) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged::NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged, CurrValue) == 0x000001, "Member 'WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged::CurrValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged, SettingControl) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged, ValueChanged) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged::ValueChanged' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000011, "Member 'WBP_BaseSettingsControlList_C_OnBooleanSettingsChanged::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_OnStringSettingsChanged \ static_assert(alignof(WBP_BaseSettingsControlList_C_OnStringSettingsChanged) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_OnStringSettingsChanged"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_OnStringSettingsChanged) == 0x000030, "Wrong size on WBP_BaseSettingsControlList_C_OnStringSettingsChanged"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnStringSettingsChanged, NewValue) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_OnStringSettingsChanged::NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnStringSettingsChanged, CurrValue) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_OnStringSettingsChanged::CurrValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnStringSettingsChanged, SettingControl) == 0x000020, "Member 'WBP_BaseSettingsControlList_C_OnStringSettingsChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnStringSettingsChanged, ValueChanged) == 0x000028, "Member 'WBP_BaseSettingsControlList_C_OnStringSettingsChanged::ValueChanged' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnStringSettingsChanged, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000029, "Member 'WBP_BaseSettingsControlList_C_OnStringSettingsChanged::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_OnTextSettingsChanged \ static_assert(alignof(WBP_BaseSettingsControlList_C_OnTextSettingsChanged) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_OnTextSettingsChanged"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_OnTextSettingsChanged) == 0x000040, "Wrong size on WBP_BaseSettingsControlList_C_OnTextSettingsChanged"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnTextSettingsChanged, NewValue) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_OnTextSettingsChanged::NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnTextSettingsChanged, CurrValue) == 0x000018, "Member 'WBP_BaseSettingsControlList_C_OnTextSettingsChanged::CurrValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnTextSettingsChanged, SettingControl) == 0x000030, "Member 'WBP_BaseSettingsControlList_C_OnTextSettingsChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnTextSettingsChanged, ValueChanged) == 0x000038, "Member 'WBP_BaseSettingsControlList_C_OnTextSettingsChanged::ValueChanged' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnTextSettingsChanged, CallFunc_NotEqual_TextText_ReturnValue) == 0x000039, "Member 'WBP_BaseSettingsControlList_C_OnTextSettingsChanged::CallFunc_NotEqual_TextText_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_InitSettingsControlWidgets \ static_assert(alignof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_InitSettingsControlWidgets"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets) == 0x000100, "Wrong size on WBP_BaseSettingsControlList_C_InitSettingsControlWidgets"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, Loc_CurrItem) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::Loc_CurrItem' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, Loc_ControlWidgets) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::Loc_ControlWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, Temp_int_Array_Index_Variable) == 0x000018, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000028, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, K2Node_DynamicCast_AsWBP_Menu_Button) == 0x000030, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::K2Node_DynamicCast_AsWBP_Menu_Button' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000040, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_GetPathName_ReturnValue) == 0x000050, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000070, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, K2Node_DynamicCast_AsWBP_Settings_Window_1) == 0x000088, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::K2Node_DynamicCast_AsWBP_Settings_Window_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, K2Node_DynamicCast_bSuccess_2) == 0x000090, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_GetPathName_ReturnValue_1) == 0x000098, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000B0, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, K2Node_DynamicCast_AsWBP_Base_Setting_Control) == 0x0000C0, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::K2Node_DynamicCast_AsWBP_Base_Setting_Control' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, K2Node_DynamicCast_bSuccess_3) == 0x0000C8, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_Array_Length_ReturnValue) == 0x0000CC, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_MakeLiteralString_ReturnValue) == 0x0000D0, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_Less_IntInt_ReturnValue) == 0x0000E0, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_GetSettingsControlWidgets_ControlWidgets) == 0x0000E8, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_GetSettingsControlWidgets_ControlWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_Array_Length_ReturnValue_1) == 0x0000F8, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_InitSettingsControlWidgets, CallFunc_Greater_IntInt_ReturnValue) == 0x0000FC, "Member 'WBP_BaseSettingsControlList_C_InitSettingsControlWidgets::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_OnKeyUp \ static_assert(alignof(WBP_BaseSettingsControlList_C_OnKeyUp) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_OnKeyUp"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_OnKeyUp) == 0x0001F0, "Wrong size on WBP_BaseSettingsControlList_C_OnKeyUp"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnKeyUp, MyGeometry) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_OnKeyUp::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnKeyUp, InKeyEvent) == 0x000038, "Member 'WBP_BaseSettingsControlList_C_OnKeyUp::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnKeyUp, ReturnValue) == 0x000078, "Member 'WBP_BaseSettingsControlList_C_OnKeyUp::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnKeyUp, CallFunc_Not_PreBool_ReturnValue) == 0x000130, "Member 'WBP_BaseSettingsControlList_C_OnKeyUp::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnKeyUp, CallFunc_Unhandled_ReturnValue) == 0x000138, "Member 'WBP_BaseSettingsControlList_C_OnKeyUp::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_OnKeyDown \ static_assert(alignof(WBP_BaseSettingsControlList_C_OnKeyDown) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_OnKeyDown"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_OnKeyDown) == 0x0001F0, "Wrong size on WBP_BaseSettingsControlList_C_OnKeyDown"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnKeyDown, MyGeometry) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_OnKeyDown::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnKeyDown, InKeyEvent) == 0x000038, "Member 'WBP_BaseSettingsControlList_C_OnKeyDown::InKeyEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnKeyDown, ReturnValue) == 0x000078, "Member 'WBP_BaseSettingsControlList_C_OnKeyDown::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnKeyDown, CallFunc_Unhandled_ReturnValue) == 0x000130, "Member 'WBP_BaseSettingsControlList_C_OnKeyDown::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnKeyDown, CallFunc_Not_PreBool_ReturnValue) == 0x0001E8, "Member 'WBP_BaseSettingsControlList_C_OnKeyDown::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_OnAnalogValueChanged \ static_assert(alignof(WBP_BaseSettingsControlList_C_OnAnalogValueChanged) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_OnAnalogValueChanged"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_OnAnalogValueChanged) == 0x0001F8, "Wrong size on WBP_BaseSettingsControlList_C_OnAnalogValueChanged"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnAnalogValueChanged, InAnalogInputEvent) == 0x000038, "Member 'WBP_BaseSettingsControlList_C_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnAnalogValueChanged, ReturnValue) == 0x000080, "Member 'WBP_BaseSettingsControlList_C_OnAnalogValueChanged::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnAnalogValueChanged, CallFunc_Not_PreBool_ReturnValue) == 0x000138, "Member 'WBP_BaseSettingsControlList_C_OnAnalogValueChanged::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_OnAnalogValueChanged, CallFunc_Unhandled_ReturnValue) == 0x000140, "Member 'WBP_BaseSettingsControlList_C_OnAnalogValueChanged::CallFunc_Unhandled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_AlignControlWidgets \ static_assert(alignof(WBP_BaseSettingsControlList_C_AlignControlWidgets) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_AlignControlWidgets"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_AlignControlWidgets) == 0x000070, "Wrong size on WBP_BaseSettingsControlList_C_AlignControlWidgets"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, Loc_CurrControlElemSize) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::Loc_CurrControlElemSize' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, Loc_CurrControlElem) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::Loc_CurrControlElem' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, Loc_MaxWidth) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::Loc_MaxWidth' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, Loc_Widgets) == 0x000018, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::Loc_Widgets' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, Temp_int_Array_Index_Variable) == 0x000038, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, K2Node_DynamicCast_AsWBP_Base_Setting_Control) == 0x000048, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::K2Node_DynamicCast_AsWBP_Base_Setting_Control' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, CallFunc_GetSettingsControlWidgets_ControlWidgets) == 0x000058, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::CallFunc_GetSettingsControlWidgets_ControlWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_AlignControlWidgets, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000068, "Member 'WBP_BaseSettingsControlList_C_AlignControlWidgets::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_DisableMenu \ static_assert(alignof(WBP_BaseSettingsControlList_C_DisableMenu) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_DisableMenu"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_DisableMenu) == 0x000050, "Wrong size on WBP_BaseSettingsControlList_C_DisableMenu"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_DisableMenu, Disable) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_DisableMenu::Disable' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_DisableMenu, Loc_ParentSettingsWindow) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_DisableMenu::Loc_ParentSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_DisableMenu, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_DisableMenu::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_DisableMenu, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_BaseSettingsControlList_C_DisableMenu::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_DisableMenu, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'WBP_BaseSettingsControlList_C_DisableMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_DisableMenu, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000038, "Member 'WBP_BaseSettingsControlList_C_DisableMenu::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_DisableMenu, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000040, "Member 'WBP_BaseSettingsControlList_C_DisableMenu::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_DisableMenu, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'WBP_BaseSettingsControlList_C_DisableMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_SetDisableInput \ static_assert(alignof(WBP_BaseSettingsControlList_C_SetDisableInput) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_SetDisableInput"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_SetDisableInput) == 0x000070, "Wrong size on WBP_BaseSettingsControlList_C_SetDisableInput"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetDisableInput, ShouldDisable) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_SetDisableInput::ShouldDisable' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetDisableInput, Loc_ParentSettingsWindow) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_SetDisableInput::Loc_ParentSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetDisableInput, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_SetDisableInput::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetDisableInput, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_BaseSettingsControlList_C_SetDisableInput::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetDisableInput, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000030, "Member 'WBP_BaseSettingsControlList_C_SetDisableInput::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetDisableInput, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_BaseSettingsControlList_C_SetDisableInput::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetDisableInput, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'WBP_BaseSettingsControlList_C_SetDisableInput::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetDisableInput, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000058, "Member 'WBP_BaseSettingsControlList_C_SetDisableInput::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetDisableInput, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000060, "Member 'WBP_BaseSettingsControlList_C_SetDisableInput::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_SetDisableInput, K2Node_DynamicCast_bSuccess) == 0x000068, "Member 'WBP_BaseSettingsControlList_C_SetDisableInput::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_GetQueuedSettingsToApplyArray \ static_assert(alignof(WBP_BaseSettingsControlList_C_GetQueuedSettingsToApplyArray) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_GetQueuedSettingsToApplyArray"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_GetQueuedSettingsToApplyArray) == 0x000010, "Wrong size on WBP_BaseSettingsControlList_C_GetQueuedSettingsToApplyArray"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetQueuedSettingsToApplyArray, Result) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_GetQueuedSettingsToApplyArray::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_HasQueuedSettingsToApply \ static_assert(alignof(WBP_BaseSettingsControlList_C_HasQueuedSettingsToApply) == 0x000004, "Wrong alignment on WBP_BaseSettingsControlList_C_HasQueuedSettingsToApply"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_HasQueuedSettingsToApply) == 0x00000C, "Wrong size on WBP_BaseSettingsControlList_C_HasQueuedSettingsToApply"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_HasQueuedSettingsToApply, Result) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_HasQueuedSettingsToApply::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_HasQueuedSettingsToApply, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'WBP_BaseSettingsControlList_C_HasQueuedSettingsToApply::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_HasQueuedSettingsToApply, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_HasQueuedSettingsToApply::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_GetSettingsControlWidgets \ static_assert(alignof(WBP_BaseSettingsControlList_C_GetSettingsControlWidgets) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_GetSettingsControlWidgets"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_GetSettingsControlWidgets) == 0x000010, "Wrong size on WBP_BaseSettingsControlList_C_GetSettingsControlWidgets"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetSettingsControlWidgets, ControlWidgets) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_GetSettingsControlWidgets::ControlWidgets' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_BaseSettingsControlList_C_GetTopMostMenu \ static_assert(alignof(WBP_BaseSettingsControlList_C_GetTopMostMenu) == 0x000008, "Wrong alignment on WBP_BaseSettingsControlList_C_GetTopMostMenu"); \ static_assert(sizeof(WBP_BaseSettingsControlList_C_GetTopMostMenu) == 0x000038, "Wrong size on WBP_BaseSettingsControlList_C_GetTopMostMenu"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetTopMostMenu, Result) == 0x000000, "Member 'WBP_BaseSettingsControlList_C_GetTopMostMenu::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetTopMostMenu, Loc_ParentSettingsWindow) == 0x000008, "Member 'WBP_BaseSettingsControlList_C_GetTopMostMenu::Loc_ParentSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetTopMostMenu, CallFunc_GetTopMostMenu_Result) == 0x000010, "Member 'WBP_BaseSettingsControlList_C_GetTopMostMenu::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetTopMostMenu, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'WBP_BaseSettingsControlList_C_GetTopMostMenu::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetTopMostMenu, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000020, "Member 'WBP_BaseSettingsControlList_C_GetTopMostMenu::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetTopMostMenu, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000028, "Member 'WBP_BaseSettingsControlList_C_GetTopMostMenu::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_BaseSettingsControlList_C_GetTopMostMenu, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_BaseSettingsControlList_C_GetTopMostMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_BaseSettingsControlList_C \ static_assert(alignof(UWBP_BaseSettingsControlList_C) == 0x000008, "Wrong alignment on UWBP_BaseSettingsControlList_C"); \ static_assert(sizeof(UWBP_BaseSettingsControlList_C) == 0x0002D8, "Wrong size on UWBP_BaseSettingsControlList_C"); \ static_assert(offsetof(UWBP_BaseSettingsControlList_C, UberGraphFrame) == 0x000260, "Member 'UWBP_BaseSettingsControlList_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingsControlList_C, ParentSettingsWindow) == 0x000268, "Member 'UWBP_BaseSettingsControlList_C::ParentSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingsControlList_C, SettingsToApply) == 0x000290, "Member 'UWBP_BaseSettingsControlList_C::SettingsToApply' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingsControlList_C, CachedGameUserSettings) == 0x0002A0, "Member 'UWBP_BaseSettingsControlList_C::CachedGameUserSettings' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingsControlList_C, OnApplyFinished) == 0x0002A8, "Member 'UWBP_BaseSettingsControlList_C::OnApplyFinished' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingsControlList_C, OnRevertFinished) == 0x0002B8, "Member 'UWBP_BaseSettingsControlList_C::OnRevertFinished' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingsControlList_C, NoNavUIFx) == 0x0002C8, "Member 'UWBP_BaseSettingsControlList_C::NoNavUIFx' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingsControlList_C, NoExtraInfoPanel) == 0x0002C9, "Member 'UWBP_BaseSettingsControlList_C::NoExtraInfoPanel' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingsControlList_C, MinControlsDesiredWidth) == 0x0002CC, "Member 'UWBP_BaseSettingsControlList_C::MinControlsDesiredWidth' has a wrong offset!"); \ static_assert(offsetof(UWBP_BaseSettingsControlList_C, NotForShip) == 0x0002D0, "Member 'UWBP_BaseSettingsControlList_C::NotForShip' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath \ static_assert(alignof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath) == 0x000348, "Wrong size on WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, EntryPoint) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_CreateDelegate_OutputDelegate_2) == 0x000024, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_CreateDelegate_OutputDelegate_3) == 0x000034, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOCreateEvent_OutputDelegate) == 0x000044, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_CreateDelegate_OutputDelegate_4) == 0x000054, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Sender_6) == 0x000068, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Sender_6' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Event_6) == 0x000070, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Event_6' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Sender_5) == 0x000078, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Sender_5' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Event_5) == 0x000080, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Event_5' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Start) == 0x000088, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Start' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Attempt) == 0x000098, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Attempt' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_DynamicCast_bSuccess_1) == 0x0000A0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Sender_4) == 0x0000A8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Sender_4' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Event_4) == 0x0000B0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Event_4' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Sender_3) == 0x0000B8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Sender_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Event_3) == 0x0000C0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Event_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOCreateEvent_OutputDelegate_1) == 0x0000C8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Sender_2) == 0x0000D8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Event_2) == 0x0000E0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Fill) == 0x0000E8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Fill' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_DynamicCast_bSuccess_2) == 0x0000F0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000F4, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_PauseAnimation_ReturnValue) == 0x0000F8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_PauseAnimation_ReturnValue_1) == 0x0000FC, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_PauseAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000100, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_GetWigetY_Y) == 0x000104, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_GetWigetY_Y' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_GetAnimationCurrentTime_ReturnValue_1) == 0x000108, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_GetAnimationCurrentTime_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_CreateEOEvent_ReturnValue) == 0x000110, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000118, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000120, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Sender_1) == 0x000130, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Event_1) == 0x000138, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Reload) == 0x000140, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Reload' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_DynamicCast_bSuccess_3) == 0x000148, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00014C, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000150, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000154, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_PlayAnimation_ReturnValue) == 0x000158, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_PlayAnimation_ReturnValue_1) == 0x000160, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Divide_FloatFloat_ReturnValue_4) == 0x000168, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Divide_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_PlayAnimation_ReturnValue_2) == 0x000170, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_PlayAnimation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_FMin_ReturnValue) == 0x000178, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Divide_FloatFloat_ReturnValue_5) == 0x00017C, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Divide_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Add_FloatFloat_ReturnValue) == 0x000180, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_FMin_ReturnValue_1) == 0x000184, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_FMin_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_FMin_ReturnValue_2) == 0x000188, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_FMin_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_PlayAnimation_ReturnValue_3) == 0x000190, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_PlayAnimation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Divide_FloatFloat_ReturnValue_6) == 0x000198, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Divide_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_GetWigetYSize_OutYScale) == 0x00019C, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_GetWigetYSize_OutYScale' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_GetAnimationCurrentTime_ReturnValue_2) == 0x0001A0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_GetAnimationCurrentTime_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0001A4, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Divide_FloatFloat_ReturnValue_7) == 0x0001A8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Divide_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Divide_FloatFloat_ReturnValue_8) == 0x0001AC, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Divide_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_PlayAnimation_ReturnValue_4) == 0x0001B0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_PlayAnimation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001B8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_GetAnimationCurrentTime_ReturnValue_3) == 0x0001C0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_GetAnimationCurrentTime_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_PlayAnimation_ReturnValue_5) == 0x0001C8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_PlayAnimation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_GetAnimationCurrentTime_ReturnValue_4) == 0x0001D0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_GetAnimationCurrentTime_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0001D4, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Divide_FloatFloat_ReturnValue_9) == 0x0001D8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Divide_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Less_FloatFloat_ReturnValue) == 0x0001DC, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_PlayAnimationReverse_ReturnValue) == 0x0001E0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_PlayAnimationReverse_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_BooleanAND_ReturnValue) == 0x0001E8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_CreateDelegate_OutputDelegate_5) == 0x0001EC, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_CreatePlayAnimationProxyObject_Result) == 0x000200, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_CreatePlayAnimationProxyObject_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_CreatePlayAnimationProxyObject_ReturnValue) == 0x000208, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_CreatePlayAnimationProxyObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_IsValid_ReturnValue) == 0x000210, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_CreateDelegate_OutputDelegate_6) == 0x000214, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_CreatePlayAnimationProxyObject_Result_1) == 0x000228, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_CreatePlayAnimationProxyObject_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1) == 0x000230, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_IsValid_ReturnValue_1) == 0x000238, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00023C, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_FMax_ReturnValue) == 0x000240, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000248, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000250, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOCreateEvent_OutputDelegate_3) == 0x000254, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_FMax_ReturnValue_1) == 0x000264, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000268, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Sender) == 0x000270, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOEvent_Event) == 0x000278, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Tutorial_Start) == 0x000280, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_DynamicCast_AsBPE_Global_HUD_Active_Breathing_Tutorial_Start' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_DynamicCast_bSuccess_4) == 0x000288, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_GetWigetY_Y_1) == 0x00028C, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_GetWigetY_Y_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_GetWigetY_Y_2) == 0x000290, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_GetWigetY_Y_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_Event_MyGeometry) == 0x000294, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_Event_InDeltaTime) == 0x0002CC, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_Event_InDeltaTime' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x0002D0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_ShouldTutorializeActiveBreathing_Result) == 0x0002D8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_ShouldTutorializeActiveBreathing_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_CreatePlayAnimationProxyObject_Result_2) == 0x0002E0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_CreatePlayAnimationProxyObject_Result_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_2) == 0x0002E8, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_IsValid_ReturnValue_2) == 0x0002F0, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOCreateEvent_OutputDelegate_4) == 0x0002F4, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_PlayAnimation_ReturnValue_6) == 0x000308, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_PlayAnimation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOCreateEvent_OutputDelegate_5) == 0x000310, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOCreateEvent_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_CreatePlayAnimationProxyObject_Result_3) == 0x000320, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_CreatePlayAnimationProxyObject_Result_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_CreatePlayAnimationProxyObject_ReturnValue_3) == 0x000328, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_CreatePlayAnimationProxyObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, K2Node_EOCreateEvent_OutputDelegate_6) == 0x000330, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::K2Node_EOCreateEvent_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath, CallFunc_IsValid_ReturnValue_3) == 0x000340, "Member 'WBP_CFX_ActiveBreath_C_ExecuteUbergraph_WBP_CFX_ActiveBreath::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_Tick \ static_assert(alignof(WBP_CFX_ActiveBreath_C_Tick) == 0x000004, "Wrong alignment on WBP_CFX_ActiveBreath_C_Tick"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_Tick) == 0x00003C, "Wrong size on WBP_CFX_ActiveBreath_C_Tick"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_CFX_ActiveBreath_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_OnTutorialStart \ static_assert(alignof(WBP_CFX_ActiveBreath_C_OnTutorialStart) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_OnTutorialStart"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_OnTutorialStart) == 0x000010, "Wrong size on WBP_CFX_ActiveBreath_C_OnTutorialStart"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnTutorialStart, Sender) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_OnTutorialStart::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnTutorialStart, Event) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_OnTutorialStart::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_OnActiveBreathingReload \ static_assert(alignof(WBP_CFX_ActiveBreath_C_OnActiveBreathingReload) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_OnActiveBreathingReload"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_OnActiveBreathingReload) == 0x000010, "Wrong size on WBP_CFX_ActiveBreath_C_OnActiveBreathingReload"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingReload, Sender) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingReload::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingReload, Event) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingReload::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_OnActiveBreathingFill \ static_assert(alignof(WBP_CFX_ActiveBreath_C_OnActiveBreathingFill) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_OnActiveBreathingFill"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_OnActiveBreathingFill) == 0x000010, "Wrong size on WBP_CFX_ActiveBreath_C_OnActiveBreathingFill"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingFill, Sender) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingFill::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingFill, Event) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingFill::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowEnd \ static_assert(alignof(WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowEnd) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowEnd"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowEnd) == 0x000010, "Wrong size on WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowEnd"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowEnd, Sender) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowEnd::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowEnd, Event) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowEnd::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowStart \ static_assert(alignof(WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowStart) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowStart"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowStart) == 0x000010, "Wrong size on WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowStart"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowStart, Sender) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowStart::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowStart, Event) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingTimeWindowStart::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_OnActiveBreathingAttempted \ static_assert(alignof(WBP_CFX_ActiveBreath_C_OnActiveBreathingAttempted) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_OnActiveBreathingAttempted"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_OnActiveBreathingAttempted) == 0x000010, "Wrong size on WBP_CFX_ActiveBreath_C_OnActiveBreathingAttempted"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingAttempted, Sender) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingAttempted::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingAttempted, Event) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingAttempted::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_OnActiveBreathingStart \ static_assert(alignof(WBP_CFX_ActiveBreath_C_OnActiveBreathingStart) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_OnActiveBreathingStart"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_OnActiveBreathingStart) == 0x000010, "Wrong size on WBP_CFX_ActiveBreath_C_OnActiveBreathingStart"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingStart, Sender) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingStart::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnActiveBreathingStart, Event) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_OnActiveBreathingStart::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_OnBegin \ static_assert(alignof(WBP_CFX_ActiveBreath_C_OnBegin) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_OnBegin"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_OnBegin) == 0x000020, "Wrong size on WBP_CFX_ActiveBreath_C_OnBegin"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnBegin, CrosshairFX) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_OnBegin::CrosshairFX' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnBegin, K2Node_DynamicCast_AsBP_CFX_Active_Breath) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_OnBegin::K2Node_DynamicCast_AsBP_CFX_Active_Breath' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnBegin, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_CFX_ActiveBreath_C_OnBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnBegin, CallFunc_SetImageFromCrosshairInfo_Result) == 0x000011, "Member 'WBP_CFX_ActiveBreath_C_OnBegin::CallFunc_SetImageFromCrosshairInfo_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_OnBegin, CallFunc_SetImageFromCrosshairInfo_CreatedMID) == 0x000018, "Member 'WBP_CFX_ActiveBreath_C_OnBegin::CallFunc_SetImageFromCrosshairInfo_CreatedMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_GetWigetY \ static_assert(alignof(WBP_CFX_ActiveBreath_C_GetWigetY) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_GetWigetY"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_GetWigetY) == 0x000018, "Wrong size on WBP_CFX_ActiveBreath_C_GetWigetY"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_GetWigetY, InWidget) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_GetWigetY::InWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_GetWigetY, Y) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_GetWigetY::Y' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_GetWigetY, CallFunc_BreakVector2D_X) == 0x00000C, "Member 'WBP_CFX_ActiveBreath_C_GetWigetY::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_GetWigetY, CallFunc_BreakVector2D_Y) == 0x000010, "Member 'WBP_CFX_ActiveBreath_C_GetWigetY::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_SetWigetY \ static_assert(alignof(WBP_CFX_ActiveBreath_C_SetWigetY) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_SetWigetY"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_SetWigetY) == 0x000020, "Wrong size on WBP_CFX_ActiveBreath_C_SetWigetY"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetWigetY, InWidget) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_SetWigetY::InWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetWigetY, InYValue) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_SetWigetY::InYValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetWigetY, CallFunc_BreakVector2D_X) == 0x00000C, "Member 'WBP_CFX_ActiveBreath_C_SetWigetY::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetWigetY, CallFunc_BreakVector2D_Y) == 0x000010, "Member 'WBP_CFX_ActiveBreath_C_SetWigetY::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetWigetY, CallFunc_MakeVector2D_ReturnValue) == 0x000014, "Member 'WBP_CFX_ActiveBreath_C_SetWigetY::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_SpawnTimeWindow \ static_assert(alignof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow) == 0x000004, "Wrong alignment on WBP_CFX_ActiveBreath_C_SpawnTimeWindow"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow) == 0x000064, "Wrong size on WBP_CFX_ActiveBreath_C_SpawnTimeWindow"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, InDuration) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::InDuration' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, InWindowStart) == 0x000004, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::InWindowStart' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, InWindowEnd) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::InWindowEnd' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, LocWindowEndY) == 0x00000C, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::LocWindowEndY' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, LocWindowStartY) == 0x000010, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::LocWindowStartY' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, LocWidgetYRange) == 0x000014, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::LocWidgetYRange' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, LocWindowEndProp) == 0x000018, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::LocWindowEndProp' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, LocWindowStartProp) == 0x00001C, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::LocWindowStartProp' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000020, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000028, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00002C, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Add_FloatFloat_ReturnValue) == 0x000030, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000034, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_GetWigetY_Y) == 0x000038, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_GetWigetY_Y' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00003C, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000040, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_GetWigetY_Y_1) == 0x000044, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_GetWigetY_Y_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000048, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_GetWigetY_Y_2) == 0x00004C, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_GetWigetY_Y_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000050, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_GetWigetY_Y_3) == 0x000054, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_GetWigetY_Y_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000058, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00005C, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SpawnTimeWindow, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000060, "Member 'WBP_CFX_ActiveBreath_C_SpawnTimeWindow::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_SetWigetYSize \ static_assert(alignof(WBP_CFX_ActiveBreath_C_SetWigetYSize) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_SetWigetYSize"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_SetWigetYSize) == 0x000020, "Wrong size on WBP_CFX_ActiveBreath_C_SetWigetYSize"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetWigetYSize, InWidget) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_SetWigetYSize::InWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetWigetYSize, InSize) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_SetWigetYSize::InSize' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetWigetYSize, CallFunc_BreakVector2D_X) == 0x00000C, "Member 'WBP_CFX_ActiveBreath_C_SetWigetYSize::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetWigetYSize, CallFunc_BreakVector2D_Y) == 0x000010, "Member 'WBP_CFX_ActiveBreath_C_SetWigetYSize::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetWigetYSize, CallFunc_MakeVector2D_ReturnValue) == 0x000014, "Member 'WBP_CFX_ActiveBreath_C_SetWigetYSize::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_GetWigetYSize \ static_assert(alignof(WBP_CFX_ActiveBreath_C_GetWigetYSize) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_GetWigetYSize"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_GetWigetYSize) == 0x000018, "Wrong size on WBP_CFX_ActiveBreath_C_GetWigetYSize"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_GetWigetYSize, InWidget) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_GetWigetYSize::InWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_GetWigetYSize, OutYScale) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_GetWigetYSize::OutYScale' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_GetWigetYSize, CallFunc_BreakVector2D_X) == 0x00000C, "Member 'WBP_CFX_ActiveBreath_C_GetWigetYSize::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_GetWigetYSize, CallFunc_BreakVector2D_Y) == 0x000010, "Member 'WBP_CFX_ActiveBreath_C_GetWigetYSize::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_SetTutorialPumpt \ static_assert(alignof(WBP_CFX_ActiveBreath_C_SetTutorialPumpt) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_SetTutorialPumpt"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_SetTutorialPumpt) == 0x000010, "Wrong size on WBP_CFX_ActiveBreath_C_SetTutorialPumpt"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetTutorialPumpt, Prompt_ID) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_SetTutorialPumpt::Prompt_ID' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_SetTutorialPumpt, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_SetTutorialPumpt::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_ClearTutorialPumpt \ static_assert(alignof(WBP_CFX_ActiveBreath_C_ClearTutorialPumpt) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_ClearTutorialPumpt"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_ClearTutorialPumpt) == 0x000008, "Wrong size on WBP_CFX_ActiveBreath_C_ClearTutorialPumpt"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ClearTutorialPumpt, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_ClearTutorialPumpt::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation \ static_assert(alignof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation) == 0x000004, "Wrong alignment on WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation) == 0x000020, "Wrong size on WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation, Force) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation::Force' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000001, "Member 'WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation, CallFunc_IsAnimationPlaying_ReturnValue_1) == 0x000002, "Member 'WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation::CallFunc_IsAnimationPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation, CallFunc_GetGlobalTimeDilation_ReturnValue) == 0x000004, "Member 'WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation::CallFunc_GetGlobalTimeDilation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation, CallFunc_GetGlobalTimeDilation_ReturnValue_1) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation::CallFunc_GetGlobalTimeDilation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation, CallFunc_BooleanOR_ReturnValue) == 0x00000D, "Member 'WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000010, "Member 'WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000018, "Member 'WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00001C, "Member 'WBP_CFX_ActiveBreath_C_UpdateProgressionAnimsSpeedBaseOnDilation::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_PauseProgressionAnims \ static_assert(alignof(WBP_CFX_ActiveBreath_C_PauseProgressionAnims) == 0x000004, "Wrong alignment on WBP_CFX_ActiveBreath_C_PauseProgressionAnims"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_PauseProgressionAnims) == 0x000008, "Wrong size on WBP_CFX_ActiveBreath_C_PauseProgressionAnims"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_PauseProgressionAnims, CallFunc_PauseAnimation_ReturnValue) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_PauseProgressionAnims::CallFunc_PauseAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_PauseProgressionAnims, CallFunc_PauseAnimation_ReturnValue_1) == 0x000004, "Member 'WBP_CFX_ActiveBreath_C_PauseProgressionAnims::CallFunc_PauseAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_ResumeProgressionAnims \ static_assert(alignof(WBP_CFX_ActiveBreath_C_ResumeProgressionAnims) == 0x000008, "Wrong alignment on WBP_CFX_ActiveBreath_C_ResumeProgressionAnims"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_ResumeProgressionAnims) == 0x000028, "Wrong size on WBP_CFX_ActiveBreath_C_ResumeProgressionAnims"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ResumeProgressionAnims, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_ResumeProgressionAnims::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ResumeProgressionAnims, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000004, "Member 'WBP_CFX_ActiveBreath_C_ResumeProgressionAnims::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ResumeProgressionAnims, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'WBP_CFX_ActiveBreath_C_ResumeProgressionAnims::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ResumeProgressionAnims, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00000C, "Member 'WBP_CFX_ActiveBreath_C_ResumeProgressionAnims::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ResumeProgressionAnims, CallFunc_GetAnimationCurrentTime_ReturnValue) == 0x000010, "Member 'WBP_CFX_ActiveBreath_C_ResumeProgressionAnims::CallFunc_GetAnimationCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ResumeProgressionAnims, CallFunc_GetAnimationCurrentTime_ReturnValue_1) == 0x000014, "Member 'WBP_CFX_ActiveBreath_C_ResumeProgressionAnims::CallFunc_GetAnimationCurrentTime_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ResumeProgressionAnims, CallFunc_PlayAnimation_ReturnValue) == 0x000018, "Member 'WBP_CFX_ActiveBreath_C_ResumeProgressionAnims::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ResumeProgressionAnims, CallFunc_PlayAnimation_ReturnValue_1) == 0x000020, "Member 'WBP_CFX_ActiveBreath_C_ResumeProgressionAnims::CallFunc_PlayAnimation_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CFX_ActiveBreath_C_ClearTimewindowTutorial \ static_assert(alignof(WBP_CFX_ActiveBreath_C_ClearTimewindowTutorial) == 0x000001, "Wrong alignment on WBP_CFX_ActiveBreath_C_ClearTimewindowTutorial"); \ static_assert(sizeof(WBP_CFX_ActiveBreath_C_ClearTimewindowTutorial) == 0x000001, "Wrong size on WBP_CFX_ActiveBreath_C_ClearTimewindowTutorial"); \ static_assert(offsetof(WBP_CFX_ActiveBreath_C_ClearTimewindowTutorial, CallFunc_IsAnimationPlaying_ReturnValue) == 0x000000, "Member 'WBP_CFX_ActiveBreath_C_ClearTimewindowTutorial::CallFunc_IsAnimationPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_CFX_ActiveBreath_C \ static_assert(alignof(UWBP_CFX_ActiveBreath_C) == 0x000008, "Wrong alignment on UWBP_CFX_ActiveBreath_C"); \ static_assert(sizeof(UWBP_CFX_ActiveBreath_C) == 0x000378, "Wrong size on UWBP_CFX_ActiveBreath_C"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, UberGraphFrame) == 0x000268, "Member 'UWBP_CFX_ActiveBreath_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, Tut_FlashTimeWindow) == 0x000270, "Member 'UWBP_CFX_ActiveBreath_C::Tut_FlashTimeWindow' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, FlashRed) == 0x000278, "Member 'UWBP_CFX_ActiveBreath_C::FlashRed' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, CrosshairFadeOutAnim) == 0x000280, "Member 'UWBP_CFX_ActiveBreath_C::CrosshairFadeOutAnim' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, MissTimeWindow) == 0x000288, "Member 'UWBP_CFX_ActiveBreath_C::MissTimeWindow' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, HitTimeWindow) == 0x000290, "Member 'UWBP_CFX_ActiveBreath_C::HitTimeWindow' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, TimeWindowFadeIn) == 0x000298, "Member 'UWBP_CFX_ActiveBreath_C::TimeWindowFadeIn' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, CursorMoving) == 0x0002A0, "Member 'UWBP_CFX_ActiveBreath_C::CursorMoving' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, LungsEmptyAnim) == 0x0002A8, "Member 'UWBP_CFX_ActiveBreath_C::LungsEmptyAnim' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, LungsFillInAnim) == 0x0002B0, "Member 'UWBP_CFX_ActiveBreath_C::LungsFillInAnim' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, BackgroundShadingBar) == 0x0002B8, "Member 'UWBP_CFX_ActiveBreath_C::BackgroundShadingBar' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, BoarderShadingBar) == 0x0002C0, "Member 'UWBP_CFX_ActiveBreath_C::BoarderShadingBar' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, DebugBar_ED) == 0x0002C8, "Member 'UWBP_CFX_ActiveBreath_C::DebugBar_ED' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, DebugBar_ST) == 0x0002D0, "Member 'UWBP_CFX_ActiveBreath_C::DebugBar_ST' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, FXCrosshairImage) == 0x0002D8, "Member 'UWBP_CFX_ActiveBreath_C::FXCrosshairImage' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, LungsMap_BoarderShading) == 0x0002E0, "Member 'UWBP_CFX_ActiveBreath_C::LungsMap_BoarderShading' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, LungsMap_DecorationBar) == 0x0002E8, "Member 'UWBP_CFX_ActiveBreath_C::LungsMap_DecorationBar' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, LungsMap_TimeWindow) == 0x0002F0, "Member 'UWBP_CFX_ActiveBreath_C::LungsMap_TimeWindow' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, LungsMap_TimeWindowFx) == 0x0002F8, "Member 'UWBP_CFX_ActiveBreath_C::LungsMap_TimeWindowFx' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, PlayerCursor) == 0x000300, "Member 'UWBP_CFX_ActiveBreath_C::PlayerCursor' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, TimeWindowBar) == 0x000308, "Member 'UWBP_CFX_ActiveBreath_C::TimeWindowBar' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, TimeWindowBar_Max) == 0x000310, "Member 'UWBP_CFX_ActiveBreath_C::TimeWindowBar_Max' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, TimeWindowBar_Min) == 0x000318, "Member 'UWBP_CFX_ActiveBreath_C::TimeWindowBar_Min' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, TimeWindowFx) == 0x000320, "Member 'UWBP_CFX_ActiveBreath_C::TimeWindowFx' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, ActiveBreathCFX) == 0x000328, "Member 'UWBP_CFX_ActiveBreath_C::ActiveBreathCFX' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, ActiveBreathMID) == 0x000330, "Member 'UWBP_CFX_ActiveBreath_C::ActiveBreathMID' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, bIsInRange) == 0x000338, "Member 'UWBP_CFX_ActiveBreath_C::bIsInRange' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, ActiveBreathingDataSet) == 0x000340, "Member 'UWBP_CFX_ActiveBreath_C::ActiveBreathingDataSet' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, bTimewindowTutorialCleared) == 0x000348, "Member 'UWBP_CFX_ActiveBreath_C::bTimewindowTutorialCleared' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, HitTimeWindowAnimDuration) == 0x00034C, "Member 'UWBP_CFX_ActiveBreath_C::HitTimeWindowAnimDuration' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, MissTimeWindowAnimDuration) == 0x000350, "Member 'UWBP_CFX_ActiveBreath_C::MissTimeWindowAnimDuration' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, InitTimeWindowBarScale) == 0x000354, "Member 'UWBP_CFX_ActiveBreath_C::InitTimeWindowBarScale' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, EndFadeDuration) == 0x000358, "Member 'UWBP_CFX_ActiveBreath_C::EndFadeDuration' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, CurrentDilation) == 0x00035C, "Member 'UWBP_CFX_ActiveBreath_C::CurrentDilation' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, EndFadeTimer) == 0x000360, "Member 'UWBP_CFX_ActiveBreath_C::EndFadeTimer' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, MissTimeWindowFreezeTimer) == 0x000368, "Member 'UWBP_CFX_ActiveBreath_C::MissTimeWindowFreezeTimer' has a wrong offset!"); \ static_assert(offsetof(UWBP_CFX_ActiveBreath_C, HitTimeWindowFreezeTimer) == 0x000370, "Member 'UWBP_CFX_ActiveBreath_C::HitTimeWindowFreezeTimer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Throw_C_ExecuteUbergraph_GA_Throw \ static_assert(alignof(GA_Throw_C_ExecuteUbergraph_GA_Throw) == 0x000008, "Wrong alignment on GA_Throw_C_ExecuteUbergraph_GA_Throw"); \ static_assert(sizeof(GA_Throw_C_ExecuteUbergraph_GA_Throw) == 0x0000E8, "Wrong size on GA_Throw_C_ExecuteUbergraph_GA_Throw"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, EntryPoint) == 0x000000, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_WaitGameplayTagAdd_ReturnValue) == 0x000018, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_WaitGameplayTagAdd_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_WaitGameplayTagRemove_ReturnValue) == 0x000038, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_WaitGameplayTagRemove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, K2Node_CreateDelegate_OutputDelegate_2) == 0x000040, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_IsValid_ReturnValue_1) == 0x000050, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, K2Node_CustomEvent_TimeWaited) == 0x000054, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::K2Node_CustomEvent_TimeWaited' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, Temp_float_Variable) == 0x000058, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_WaitInputPress_ReturnValue) == 0x000060, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_WaitInputPress_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_IsValid_ReturnValue_2) == 0x000068, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_CreateEOEvent_ReturnValue) == 0x000070, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_GetOwningActorFromActorInfo_ReturnValue) == 0x000078, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_GetOwningActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_WaitInputRelease_ReturnValue) == 0x000080, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_WaitInputRelease_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute) == 0x000088, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_GetFloatAttribute_ReturnValue) == 0x00008C, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_GetFloatAttribute_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000090, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_IsValid_ReturnValue_3) == 0x000091, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, K2Node_CreateDelegate_OutputDelegate_3) == 0x000094, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_IsThrowingBlocked__ReturnValue) == 0x0000A4, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_IsThrowingBlocked__ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_K2_CommitAbilityCost_ReturnValue) == 0x0000A5, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_K2_CommitAbilityCost_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, Temp_float_Variable_1) == 0x0000A8, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x0000B0, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, Temp_bool_Variable) == 0x0000B8, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_Not_PreBool_ReturnValue) == 0x0000B9, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, K2Node_CustomEvent_TimeHeld) == 0x0000BC, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::K2Node_CustomEvent_TimeHeld' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, K2Node_CustomEvent_bInputDisabled) == 0x0000C0, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::K2Node_CustomEvent_bInputDisabled' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000C1, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_BooleanOR_ReturnValue) == 0x0000C2, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_BooleanAND_ReturnValue) == 0x0000C3, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_GetPathName_ReturnValue) == 0x0000C8, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_ExecuteUbergraph_GA_Throw, CallFunc_Concat_StrStr_ReturnValue) == 0x0000D8, "Member 'GA_Throw_C_ExecuteUbergraph_GA_Throw::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Throw_C_OnPress_A62E51FE496B21A7DE30AFBACF3CB75E \ static_assert(alignof(GA_Throw_C_OnPress_A62E51FE496B21A7DE30AFBACF3CB75E) == 0x000004, "Wrong alignment on GA_Throw_C_OnPress_A62E51FE496B21A7DE30AFBACF3CB75E"); \ static_assert(sizeof(GA_Throw_C_OnPress_A62E51FE496B21A7DE30AFBACF3CB75E) == 0x000004, "Wrong size on GA_Throw_C_OnPress_A62E51FE496B21A7DE30AFBACF3CB75E"); \ static_assert(offsetof(GA_Throw_C_OnPress_A62E51FE496B21A7DE30AFBACF3CB75E, TimeWaited) == 0x000000, "Member 'GA_Throw_C_OnPress_A62E51FE496B21A7DE30AFBACF3CB75E::TimeWaited' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Throw_C_OnRelease_2D7A6D534403120E028FB3ABA3917E25 \ static_assert(alignof(GA_Throw_C_OnRelease_2D7A6D534403120E028FB3ABA3917E25) == 0x000004, "Wrong alignment on GA_Throw_C_OnRelease_2D7A6D534403120E028FB3ABA3917E25"); \ static_assert(sizeof(GA_Throw_C_OnRelease_2D7A6D534403120E028FB3ABA3917E25) == 0x000008, "Wrong size on GA_Throw_C_OnRelease_2D7A6D534403120E028FB3ABA3917E25"); \ static_assert(offsetof(GA_Throw_C_OnRelease_2D7A6D534403120E028FB3ABA3917E25, TimeHeld) == 0x000000, "Member 'GA_Throw_C_OnRelease_2D7A6D534403120E028FB3ABA3917E25::TimeHeld' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_OnRelease_2D7A6D534403120E028FB3ABA3917E25, bInputDisabled) == 0x000004, "Member 'GA_Throw_C_OnRelease_2D7A6D534403120E028FB3ABA3917E25::bInputDisabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Throw_C_SpawnThrowableProjectile \ static_assert(alignof(GA_Throw_C_SpawnThrowableProjectile) == 0x000010, "Wrong alignment on GA_Throw_C_SpawnThrowableProjectile"); \ static_assert(sizeof(GA_Throw_C_SpawnThrowableProjectile) == 0x000080, "Wrong size on GA_Throw_C_SpawnThrowableProjectile"); \ static_assert(offsetof(GA_Throw_C_SpawnThrowableProjectile, ThrowOrigin) == 0x000000, "Member 'GA_Throw_C_SpawnThrowableProjectile::ThrowOrigin' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_SpawnThrowableProjectile, CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute) == 0x000008, "Member 'GA_Throw_C_SpawnThrowableProjectile::CallFunc_GetFloatAttribute_bSuccessfullyFoundAttribute' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_SpawnThrowableProjectile, CallFunc_GetFloatAttribute_ReturnValue) == 0x00000C, "Member 'GA_Throw_C_SpawnThrowableProjectile::CallFunc_GetFloatAttribute_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_SpawnThrowableProjectile, CallFunc_GetForwardVector_ReturnValue) == 0x000010, "Member 'GA_Throw_C_SpawnThrowableProjectile::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_SpawnThrowableProjectile, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x00001C, "Member 'GA_Throw_C_SpawnThrowableProjectile::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_SpawnThrowableProjectile, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000028, "Member 'GA_Throw_C_SpawnThrowableProjectile::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_SpawnThrowableProjectile, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'GA_Throw_C_SpawnThrowableProjectile::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_SpawnThrowableProjectile, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000070, "Member 'GA_Throw_C_SpawnThrowableProjectile::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_SpawnThrowableProjectile, CallFunc_FinishSpawningActor_ReturnValue) == 0x000078, "Member 'GA_Throw_C_SpawnThrowableProjectile::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Throw_C_SetPlayerCharacter \ static_assert(alignof(GA_Throw_C_SetPlayerCharacter) == 0x000008, "Wrong alignment on GA_Throw_C_SetPlayerCharacter"); \ static_assert(sizeof(GA_Throw_C_SetPlayerCharacter) == 0x000018, "Wrong size on GA_Throw_C_SetPlayerCharacter"); \ static_assert(offsetof(GA_Throw_C_SetPlayerCharacter, CallFunc_GetOwningActorFromActorInfo_ReturnValue) == 0x000000, "Member 'GA_Throw_C_SetPlayerCharacter::CallFunc_GetOwningActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_SetPlayerCharacter, K2Node_DynamicCast_AsBP_Player_Character) == 0x000008, "Member 'GA_Throw_C_SetPlayerCharacter::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_SetPlayerCharacter, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'GA_Throw_C_SetPlayerCharacter::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_GA_Throw_C_IsThrowingBlocked_ \ static_assert(alignof(GA_Throw_C_IsThrowingBlocked_) == 0x000008, "Wrong alignment on GA_Throw_C_IsThrowingBlocked_"); \ static_assert(sizeof(GA_Throw_C_IsThrowingBlocked_) == 0x000030, "Wrong size on GA_Throw_C_IsThrowingBlocked_"); \ static_assert(offsetof(GA_Throw_C_IsThrowingBlocked_, ReturnValue) == 0x000000, "Member 'GA_Throw_C_IsThrowingBlocked_::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_IsThrowingBlocked_, CallFunc_GetOwningActorFromActorInfo_ReturnValue) == 0x000008, "Member 'GA_Throw_C_IsThrowingBlocked_::CallFunc_GetOwningActorFromActorInfo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_IsThrowingBlocked_, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000010, "Member 'GA_Throw_C_IsThrowingBlocked_::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_IsThrowingBlocked_, CallFunc_HasMatchingGameplayTag_self_CastInput) == 0x000018, "Member 'GA_Throw_C_IsThrowingBlocked_::CallFunc_HasMatchingGameplayTag_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(GA_Throw_C_IsThrowingBlocked_, CallFunc_HasMatchingGameplayTag_ReturnValue) == 0x000028, "Member 'GA_Throw_C_IsThrowingBlocked_::CallFunc_HasMatchingGameplayTag_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGA_Throw_C \ static_assert(alignof(UGA_Throw_C) == 0x000008, "Wrong alignment on UGA_Throw_C"); \ static_assert(sizeof(UGA_Throw_C) == 0x000428, "Wrong size on UGA_Throw_C"); \ static_assert(offsetof(UGA_Throw_C, UberGraphFrame) == 0x0003D0, "Member 'UGA_Throw_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UGA_Throw_C, PlayerCharacter) == 0x0003D8, "Member 'UGA_Throw_C::PlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(UGA_Throw_C, CameraRelativeLocation) == 0x0003E0, "Member 'UGA_Throw_C::CameraRelativeLocation' has a wrong offset!"); \ static_assert(offsetof(UGA_Throw_C, CameraLocationRate) == 0x0003EC, "Member 'UGA_Throw_C::CameraLocationRate' has a wrong offset!"); \ static_assert(offsetof(UGA_Throw_C, ThrowableObject) == 0x0003F0, "Member 'UGA_Throw_C::ThrowableObject' has a wrong offset!"); \ static_assert(offsetof(UGA_Throw_C, CueThrowBegin) == 0x0003F8, "Member 'UGA_Throw_C::CueThrowBegin' has a wrong offset!"); \ static_assert(offsetof(UGA_Throw_C, CueThrowEnd) == 0x000400, "Member 'UGA_Throw_C::CueThrowEnd' has a wrong offset!"); \ static_assert(offsetof(UGA_Throw_C, ThrowableClass) == 0x000408, "Member 'UGA_Throw_C::ThrowableClass' has a wrong offset!"); \ static_assert(offsetof(UGA_Throw_C, ThrowSpeed) == 0x000410, "Member 'UGA_Throw_C::ThrowSpeed' has a wrong offset!"); \ static_assert(offsetof(UGA_Throw_C, Print_to_Screen) == 0x000414, "Member 'UGA_Throw_C::Print_to_Screen' has a wrong offset!"); \ static_assert(offsetof(UGA_Throw_C, WaitInputReleaseHandle) == 0x000418, "Member 'UGA_Throw_C::WaitInputReleaseHandle' has a wrong offset!"); \ static_assert(offsetof(UGA_Throw_C, WaitInputPressHandle) == 0x000420, "Member 'UGA_Throw_C::WaitInputPressHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_ExecuteUbergraph_WBP_EIW_SettingsControlInfo \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_ExecuteUbergraph_WBP_EIW_SettingsControlInfo) == 0x000004, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_ExecuteUbergraph_WBP_EIW_SettingsControlInfo"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_ExecuteUbergraph_WBP_EIW_SettingsControlInfo) == 0x000024, "Wrong size on WBP_EIW_SettingsControlInfo_C_ExecuteUbergraph_WBP_EIW_SettingsControlInfo"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_ExecuteUbergraph_WBP_EIW_SettingsControlInfo, EntryPoint) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_ExecuteUbergraph_WBP_EIW_SettingsControlInfo::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_ExecuteUbergraph_WBP_EIW_SettingsControlInfo, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'WBP_EIW_SettingsControlInfo_C_ExecuteUbergraph_WBP_EIW_SettingsControlInfo::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_ExecuteUbergraph_WBP_EIW_SettingsControlInfo, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000014, "Member 'WBP_EIW_SettingsControlInfo_C_ExecuteUbergraph_WBP_EIW_SettingsControlInfo::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused) == 0x0000C0, "Wrong size on WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, ForSettingControl) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::ForSettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, ForControlList) == 0x000008, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::ForControlList' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, CallFunc_GetObjectName_ReturnValue) == 0x000010, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, CallFunc_GetObjectName_ReturnValue_1) == 0x000020, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, CallFunc_GetObjectName_ReturnValue_2) == 0x000030, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::CallFunc_GetObjectName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, CallFunc_GetObjectName_ReturnValue_3) == 0x000060, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::CallFunc_GetObjectName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000080, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000090, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000A0, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000B0, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocused::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost) == 0x0000D8, "Wrong size on WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, ForSettingControl) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::ForSettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, ForControlList) == 0x000008, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::ForControlList' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_GetObjectName_ReturnValue) == 0x000010, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_GetObjectName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_MakeLiteralString_ReturnValue) == 0x000020, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_GetObjectName_ReturnValue_1) == 0x000030, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_GetObjectName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_GetObjectName_ReturnValue_2) == 0x000040, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_GetObjectName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000070, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000080, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000090, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000A0, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_GetObjectName_ReturnValue_3) == 0x0000B0, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_GetObjectName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000C0, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000D0, "Member 'WBP_EIW_SettingsControlInfo_C_OnParentSettingControlFocusLost::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_SetTitle \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_SetTitle) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_SetTitle"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_SetTitle) == 0x000040, "Wrong size on WBP_EIW_SettingsControlInfo_C_SetTitle"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTitle, FromSetting) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_SetTitle::FromSetting' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTitle, Loc_Title) == 0x000008, "Member 'WBP_EIW_SettingsControlInfo_C_SetTitle::Loc_Title' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTitle, CallFunc_TextIsEmpty_ReturnValue) == 0x000020, "Member 'WBP_EIW_SettingsControlInfo_C_SetTitle::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTitle, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'WBP_EIW_SettingsControlInfo_C_SetTitle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTitle, CallFunc_GetExtraInfoTitle_Result) == 0x000028, "Member 'WBP_EIW_SettingsControlInfo_C_SetTitle::CallFunc_GetExtraInfoTitle_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_SetImage \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_SetImage) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_SetImage"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_SetImage) == 0x000098, "Wrong size on WBP_EIW_SettingsControlInfo_C_SetImage"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetImage, FromSetting) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_SetImage::FromSetting' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetImage, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'WBP_EIW_SettingsControlInfo_C_SetImage::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetImage, K2Node_MakeStruct_SlateBrush) == 0x000010, "Member 'WBP_EIW_SettingsControlInfo_C_SetImage::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_SetDescription \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_SetDescription) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_SetDescription"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_SetDescription) == 0x000040, "Wrong size on WBP_EIW_SettingsControlInfo_C_SetDescription"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetDescription, FromSetting) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_SetDescription::FromSetting' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetDescription, Loc_ExtraInfoDesc) == 0x000008, "Member 'WBP_EIW_SettingsControlInfo_C_SetDescription::Loc_ExtraInfoDesc' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetDescription, CallFunc_GetExtraInfoDescText_Result) == 0x000020, "Member 'WBP_EIW_SettingsControlInfo_C_SetDescription::CallFunc_GetExtraInfoDescText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetDescription, CallFunc_TextIsEmpty_ReturnValue) == 0x000038, "Member 'WBP_EIW_SettingsControlInfo_C_SetDescription::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetDescription, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'WBP_EIW_SettingsControlInfo_C_SetDescription::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_SetDescriptionText \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_SetDescriptionText) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_SetDescriptionText"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_SetDescriptionText) == 0x000018, "Wrong size on WBP_EIW_SettingsControlInfo_C_SetDescriptionText"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetDescriptionText, NewText) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_SetDescriptionText::NewText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_SetTutorialText \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_SetTutorialText) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_SetTutorialText"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_SetTutorialText) == 0x000060, "Wrong size on WBP_EIW_SettingsControlInfo_C_SetTutorialText"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTutorialText, Loc_FormattedTextStr) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_SetTutorialText::Loc_FormattedTextStr' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTutorialText, Loc_TextID) == 0x000010, "Member 'WBP_EIW_SettingsControlInfo_C_SetTutorialText::Loc_TextID' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTutorialText, CallFunc_Conv_StringToText_ReturnValue) == 0x000018, "Member 'WBP_EIW_SettingsControlInfo_C_SetTutorialText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTutorialText, CallFunc_GetTutorialInputDeviceFormattedText_Result) == 0x000030, "Member 'WBP_EIW_SettingsControlInfo_C_SetTutorialText::CallFunc_GetTutorialInputDeviceFormattedText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTutorialText, CallFunc_Conv_TextToString_ReturnValue) == 0x000048, "Member 'WBP_EIW_SettingsControlInfo_C_SetTutorialText::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTutorialText, CallFunc_ReplaceInline_ReturnValue) == 0x000058, "Member 'WBP_EIW_SettingsControlInfo_C_SetTutorialText::CallFunc_ReplaceInline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTutorialText, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00005C, "Member 'WBP_EIW_SettingsControlInfo_C_SetTutorialText::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetTutorialText, CallFunc_IsValid_ReturnValue) == 0x00005D, "Member 'WBP_EIW_SettingsControlInfo_C_SetTutorialText::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_SetupSliderControlData \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_SetupSliderControlData) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_SetupSliderControlData"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_SetupSliderControlData) == 0x000038, "Wrong size on WBP_EIW_SettingsControlInfo_C_SetupSliderControlData"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetupSliderControlData, FromSetting) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_SetupSliderControlData::FromSetting' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetupSliderControlData, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_EIW_SettingsControlInfo_C_SetupSliderControlData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetupSliderControlData, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_EIW_SettingsControlInfo_C_SetupSliderControlData::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetupSliderControlData, K2Node_DynamicCast_AsWBP_Slider_Control) == 0x000028, "Member 'WBP_EIW_SettingsControlInfo_C_SetupSliderControlData::K2Node_DynamicCast_AsWBP_Slider_Control' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetupSliderControlData, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'WBP_EIW_SettingsControlInfo_C_SetupSliderControlData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_ClearSliderControlData \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_ClearSliderControlData) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_ClearSliderControlData"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_ClearSliderControlData) == 0x000040, "Wrong size on WBP_EIW_SettingsControlInfo_C_ClearSliderControlData"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_ClearSliderControlData, FromSetting) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_ClearSliderControlData::FromSetting' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_ClearSliderControlData, Loc_Slider) == 0x000008, "Member 'WBP_EIW_SettingsControlInfo_C_ClearSliderControlData::Loc_Slider' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_ClearSliderControlData, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'WBP_EIW_SettingsControlInfo_C_ClearSliderControlData::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_ClearSliderControlData, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_EIW_SettingsControlInfo_C_ClearSliderControlData::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_ClearSliderControlData, K2Node_DynamicCast_AsWBP_Slider_Control) == 0x000030, "Member 'WBP_EIW_SettingsControlInfo_C_ClearSliderControlData::K2Node_DynamicCast_AsWBP_Slider_Control' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_ClearSliderControlData, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_EIW_SettingsControlInfo_C_ClearSliderControlData::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin) == 0x000030, "Wrong size on WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin, Slider) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin::Slider' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin, Value) == 0x000008, "Member 'WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_EIW_SettingsControlInfo_C_OnSliderSelectedBegin::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd) == 0x000030, "Wrong size on WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd, Slider) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd::Slider' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd, Value) == 0x000008, "Member 'WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_EIW_SettingsControlInfo_C_OnSliderSelectedEnd::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_OnUIInputDeviceChanged \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_OnUIInputDeviceChanged) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_OnUIInputDeviceChanged"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_OnUIInputDeviceChanged) == 0x000010, "Wrong size on WBP_EIW_SettingsControlInfo_C_OnUIInputDeviceChanged"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnUIInputDeviceChanged, Sender) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_OnUIInputDeviceChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnUIInputDeviceChanged, Event) == 0x000008, "Member 'WBP_EIW_SettingsControlInfo_C_OnUIInputDeviceChanged::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize) == 0x000001, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize) == 0x000007, "Wrong size on WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize, PromptID) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize::PromptID' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000003, "Member 'WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize, CallFunc_IsUsingKeyboardDevice_Result) == 0x000004, "Member 'WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000005, "Member 'WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'WBP_EIW_SettingsControlInfo_C_SetInputDeviceIconSize::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_EIW_SettingsControlInfo_C_OnCultureChanged \ static_assert(alignof(WBP_EIW_SettingsControlInfo_C_OnCultureChanged) == 0x000008, "Wrong alignment on WBP_EIW_SettingsControlInfo_C_OnCultureChanged"); \ static_assert(sizeof(WBP_EIW_SettingsControlInfo_C_OnCultureChanged) == 0x000018, "Wrong size on WBP_EIW_SettingsControlInfo_C_OnCultureChanged"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnCultureChanged, Sender) == 0x000000, "Member 'WBP_EIW_SettingsControlInfo_C_OnCultureChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnCultureChanged, Event) == 0x000008, "Member 'WBP_EIW_SettingsControlInfo_C_OnCultureChanged::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_EIW_SettingsControlInfo_C_OnCultureChanged, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'WBP_EIW_SettingsControlInfo_C_OnCultureChanged::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_EIW_SettingsControlInfo_C \ static_assert(alignof(UWBP_EIW_SettingsControlInfo_C) == 0x000008, "Wrong alignment on UWBP_EIW_SettingsControlInfo_C"); \ static_assert(sizeof(UWBP_EIW_SettingsControlInfo_C) == 0x0002F0, "Wrong size on UWBP_EIW_SettingsControlInfo_C"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, UberGraphFrame_WBP_EIW_SettingsControlInfo_C) == 0x000268, "Member 'UWBP_EIW_SettingsControlInfo_C::UberGraphFrame_WBP_EIW_SettingsControlInfo_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, SettingsDescriptionSizeBoxWidget) == 0x000270, "Member 'UWBP_EIW_SettingsControlInfo_C::SettingsDescriptionSizeBoxWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, SettingsDescriptionTextSpacerWidget) == 0x000278, "Member 'UWBP_EIW_SettingsControlInfo_C::SettingsDescriptionTextSpacerWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, SettingsDescriptionTextWidget) == 0x000280, "Member 'UWBP_EIW_SettingsControlInfo_C::SettingsDescriptionTextWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, SettingsImageSpacerWidget) == 0x000288, "Member 'UWBP_EIW_SettingsControlInfo_C::SettingsImageSpacerWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, SettingsImageWidget) == 0x000290, "Member 'UWBP_EIW_SettingsControlInfo_C::SettingsImageWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, SettingsTitleSpacerWidget) == 0x000298, "Member 'UWBP_EIW_SettingsControlInfo_C::SettingsTitleSpacerWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, SettingsTitleTextWidget) == 0x0002A0, "Member 'UWBP_EIW_SettingsControlInfo_C::SettingsTitleTextWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, SettingsTutorialRichTextWidget) == 0x0002A8, "Member 'UWBP_EIW_SettingsControlInfo_C::SettingsTutorialRichTextWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, CurrentSettingControl) == 0x0002B0, "Member 'UWBP_EIW_SettingsControlInfo_C::CurrentSettingControl' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, CurrentSliderSettingControl) == 0x0002B8, "Member 'UWBP_EIW_SettingsControlInfo_C::CurrentSliderSettingControl' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, CurrentSettingControlList) == 0x0002C0, "Member 'UWBP_EIW_SettingsControlInfo_C::CurrentSettingControlList' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, CurrentTutorialTextID) == 0x0002C8, "Member 'UWBP_EIW_SettingsControlInfo_C::CurrentTutorialTextID' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, CurrentCaptureTutorialTextID) == 0x0002C9, "Member 'UWBP_EIW_SettingsControlInfo_C::CurrentCaptureTutorialTextID' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, InputDeviceIconSize) == 0x0002D0, "Member 'UWBP_EIW_SettingsControlInfo_C::InputDeviceIconSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_EIW_SettingsControlInfo_C, IsSettingControlCapturing) == 0x0002E8, "Member 'UWBP_EIW_SettingsControlInfo_C::IsSettingControlCapturing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ControllerMapBase_C_ExecuteUbergraph_WBP_ControllerMapBase \ static_assert(alignof(WBP_ControllerMapBase_C_ExecuteUbergraph_WBP_ControllerMapBase) == 0x000004, "Wrong alignment on WBP_ControllerMapBase_C_ExecuteUbergraph_WBP_ControllerMapBase"); \ static_assert(sizeof(WBP_ControllerMapBase_C_ExecuteUbergraph_WBP_ControllerMapBase) == 0x000018, "Wrong size on WBP_ControllerMapBase_C_ExecuteUbergraph_WBP_ControllerMapBase"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ExecuteUbergraph_WBP_ControllerMapBase, EntryPoint) == 0x000000, "Member 'WBP_ControllerMapBase_C_ExecuteUbergraph_WBP_ControllerMapBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ExecuteUbergraph_WBP_ControllerMapBase, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'WBP_ControllerMapBase_C_ExecuteUbergraph_WBP_ControllerMapBase::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ExecuteUbergraph_WBP_ControllerMapBase, K2Node_Event_IsDesignTime) == 0x000014, "Member 'WBP_ControllerMapBase_C_ExecuteUbergraph_WBP_ControllerMapBase::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ControllerMapBase_C_PreConstruct \ static_assert(alignof(WBP_ControllerMapBase_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_ControllerMapBase_C_PreConstruct"); \ static_assert(sizeof(WBP_ControllerMapBase_C_PreConstruct) == 0x000001, "Wrong size on WBP_ControllerMapBase_C_PreConstruct"); \ static_assert(offsetof(WBP_ControllerMapBase_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_ControllerMapBase_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ControllerMapBase_C_ApplyFontToTexts \ static_assert(alignof(WBP_ControllerMapBase_C_ApplyFontToTexts) == 0x000008, "Wrong alignment on WBP_ControllerMapBase_C_ApplyFontToTexts"); \ static_assert(sizeof(WBP_ControllerMapBase_C_ApplyFontToTexts) == 0x0000B8, "Wrong size on WBP_ControllerMapBase_C_ApplyFontToTexts"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, Loc_TextBloc) == 0x000000, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::Loc_TextBloc' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, Loc_Canvas) == 0x000008, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::Loc_Canvas' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, CallFunc_IsValid_ReturnValue) == 0x00001C, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, K2Node_MakeStruct_SlateFontInfo) == 0x000020, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, CallFunc_GetAllChildren_ReturnValue) == 0x000078, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, CallFunc_IsValid_ReturnValue_1) == 0x000088, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, CallFunc_Array_Get_Item) == 0x000090, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, K2Node_DynamicCast_AsText) == 0x000098, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::K2Node_DynamicCast_AsText' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, K2Node_DynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, CallFunc_Array_Length_ReturnValue) == 0x0000A4, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_ApplyFontToTexts, CallFunc_GetRootCanvasPanel_Result) == 0x0000B0, "Member 'WBP_ControllerMapBase_C_ApplyFontToTexts::CallFunc_GetRootCanvasPanel_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ControllerMapBase_C_OnCultureChanged \ static_assert(alignof(WBP_ControllerMapBase_C_OnCultureChanged) == 0x000008, "Wrong alignment on WBP_ControllerMapBase_C_OnCultureChanged"); \ static_assert(sizeof(WBP_ControllerMapBase_C_OnCultureChanged) == 0x000010, "Wrong size on WBP_ControllerMapBase_C_OnCultureChanged"); \ static_assert(offsetof(WBP_ControllerMapBase_C_OnCultureChanged, Sender) == 0x000000, "Member 'WBP_ControllerMapBase_C_OnCultureChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_ControllerMapBase_C_OnCultureChanged, Event) == 0x000008, "Member 'WBP_ControllerMapBase_C_OnCultureChanged::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ControllerMapBase_C_GetRootCanvasPanel \ static_assert(alignof(WBP_ControllerMapBase_C_GetRootCanvasPanel) == 0x000008, "Wrong alignment on WBP_ControllerMapBase_C_GetRootCanvasPanel"); \ static_assert(sizeof(WBP_ControllerMapBase_C_GetRootCanvasPanel) == 0x000008, "Wrong size on WBP_ControllerMapBase_C_GetRootCanvasPanel"); \ static_assert(offsetof(WBP_ControllerMapBase_C_GetRootCanvasPanel, Result) == 0x000000, "Member 'WBP_ControllerMapBase_C_GetRootCanvasPanel::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_ControllerMapBase_C \ static_assert(alignof(UWBP_ControllerMapBase_C) == 0x000008, "Wrong alignment on UWBP_ControllerMapBase_C"); \ static_assert(sizeof(UWBP_ControllerMapBase_C) == 0x0005C0, "Wrong size on UWBP_ControllerMapBase_C"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, UberGraphFrame_WBP_ControllerMapBase_C) == 0x000488, "Member 'UWBP_ControllerMapBase_C::UberGraphFrame_WBP_ControllerMapBase_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, MoveDescription) == 0x000490, "Member 'UWBP_ControllerMapBase_C::MoveDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, LookDescription) == 0x0004A8, "Member 'UWBP_ControllerMapBase_C::LookDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, SprintDescription) == 0x0004C0, "Member 'UWBP_ControllerMapBase_C::SprintDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, Sprint2Description) == 0x0004D8, "Member 'UWBP_ControllerMapBase_C::Sprint2Description' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, CrouchDescription) == 0x0004F0, "Member 'UWBP_ControllerMapBase_C::CrouchDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, Crouch2Description) == 0x000508, "Member 'UWBP_ControllerMapBase_C::Crouch2Description' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, HoldBreathDescription) == 0x000520, "Member 'UWBP_ControllerMapBase_C::HoldBreathDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, InteractDescription) == 0x000538, "Member 'UWBP_ControllerMapBase_C::InteractDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, CancelDescription) == 0x000550, "Member 'UWBP_ControllerMapBase_C::CancelDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, PauseDescription) == 0x000568, "Member 'UWBP_ControllerMapBase_C::PauseDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, InventoryDescription) == 0x000580, "Member 'UWBP_ControllerMapBase_C::InventoryDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, ObjectiveDescription) == 0x000598, "Member 'UWBP_ControllerMapBase_C::ObjectiveDescription' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, TextFontFamily) == 0x0005B0, "Member 'UWBP_ControllerMapBase_C::TextFontFamily' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMapBase_C, TextFontSize) == 0x0005B8, "Member 'UWBP_ControllerMapBase_C::TextFontSize' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown \ static_assert(alignof(BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown) == 0x000008, "Wrong alignment on BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown"); \ static_assert(sizeof(BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown) == 0x000020, "Wrong size on BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown"); \ static_assert(offsetof(BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown, EntryPoint) == 0x000000, "Member 'BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown, K2Node_DynamicCast_AsWBP_CFX_Active_Breath_Cooldown) == 0x000008, "Member 'BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown::K2Node_DynamicCast_AsWBP_CFX_Active_Breath_Cooldown' has a wrong offset!"); \ static_assert(offsetof(BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown, K2Node_Event_ParentWidget) == 0x000018, "Member 'BP_CFX_ActiveBreathCooldown_C_ExecuteUbergraph_BP_CFX_ActiveBreathCooldown::K2Node_Event_ParentWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CFX_ActiveBreathCooldown_C_Begin \ static_assert(alignof(BP_CFX_ActiveBreathCooldown_C_Begin) == 0x000008, "Wrong alignment on BP_CFX_ActiveBreathCooldown_C_Begin"); \ static_assert(sizeof(BP_CFX_ActiveBreathCooldown_C_Begin) == 0x000008, "Wrong size on BP_CFX_ActiveBreathCooldown_C_Begin"); \ static_assert(offsetof(BP_CFX_ActiveBreathCooldown_C_Begin, ParentWidget) == 0x000000, "Member 'BP_CFX_ActiveBreathCooldown_C_Begin::ParentWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CFX_ActiveBreathCooldown_C \ static_assert(alignof(UBP_CFX_ActiveBreathCooldown_C) == 0x000008, "Wrong alignment on UBP_CFX_ActiveBreathCooldown_C"); \ static_assert(sizeof(UBP_CFX_ActiveBreathCooldown_C) == 0x0000A0, "Wrong size on UBP_CFX_ActiveBreathCooldown_C"); \ static_assert(offsetof(UBP_CFX_ActiveBreathCooldown_C, UberGraphFrame_BP_CFX_ActiveBreathCooldown_C) == 0x000090, "Member 'UBP_CFX_ActiveBreathCooldown_C::UberGraphFrame_BP_CFX_ActiveBreathCooldown_C' has a wrong offset!"); \ static_assert(offsetof(UBP_CFX_ActiveBreathCooldown_C, ActiveBreathCooldownWidget) == 0x000098, "Member 'UBP_CFX_ActiveBreathCooldown_C::ActiveBreathCooldownWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath \ static_assert(alignof(BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath) == 0x000008, "Wrong alignment on BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath"); \ static_assert(sizeof(BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath) == 0x000020, "Wrong size on BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath"); \ static_assert(offsetof(BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath, EntryPoint) == 0x000000, "Member 'BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath, K2Node_DynamicCast_AsWBP_CFX_Active_Breath) == 0x000008, "Member 'BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath::K2Node_DynamicCast_AsWBP_CFX_Active_Breath' has a wrong offset!"); \ static_assert(offsetof(BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath, K2Node_Event_ParentWidget) == 0x000018, "Member 'BP_CFX_ActiveBreath_C_ExecuteUbergraph_BP_CFX_ActiveBreath::K2Node_Event_ParentWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CFX_ActiveBreath_C_Begin \ static_assert(alignof(BP_CFX_ActiveBreath_C_Begin) == 0x000008, "Wrong alignment on BP_CFX_ActiveBreath_C_Begin"); \ static_assert(sizeof(BP_CFX_ActiveBreath_C_Begin) == 0x000008, "Wrong size on BP_CFX_ActiveBreath_C_Begin"); \ static_assert(offsetof(BP_CFX_ActiveBreath_C_Begin, ParentWidget) == 0x000000, "Member 'BP_CFX_ActiveBreath_C_Begin::ParentWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CFX_ActiveBreath_C \ static_assert(alignof(UBP_CFX_ActiveBreath_C) == 0x000008, "Wrong alignment on UBP_CFX_ActiveBreath_C"); \ static_assert(sizeof(UBP_CFX_ActiveBreath_C) == 0x0000A0, "Wrong size on UBP_CFX_ActiveBreath_C"); \ static_assert(offsetof(UBP_CFX_ActiveBreath_C, UberGraphFrame_BP_CFX_ActiveBreath_C) == 0x000090, "Member 'UBP_CFX_ActiveBreath_C::UberGraphFrame_BP_CFX_ActiveBreath_C' has a wrong offset!"); \ static_assert(offsetof(UBP_CFX_ActiveBreath_C, ActiveBreathWidget) == 0x000098, "Member 'UBP_CFX_ActiveBreath_C::ActiveBreathWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton \ static_assert(alignof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton) == 0x000008, "Wrong alignment on WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton"); \ static_assert(sizeof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton) == 0x000108, "Wrong size on WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, EntryPoint) == 0x000000, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, CallFunc_GetPathName_ReturnValue) == 0x000008, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, CallFunc_SlotAsHorizontalBoxSlot_ReturnValue) == 0x000028, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::CallFunc_SlotAsHorizontalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, K2Node_DynamicCast_AsButton_Slot) == 0x000030, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::K2Node_DynamicCast_AsButton_Slot' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, K2Node_MakeStruct_SlateColor) == 0x000040, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, CallFunc_HasAnyUserFocus_ReturnValue) == 0x000068, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::CallFunc_HasAnyUserFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, K2Node_Event_IsDesignTime) == 0x000069, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, K2Node_MakeStruct_SlateFontInfo) == 0x000070, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, CallFunc_GetOwningPlayer_ReturnValue) == 0x0000C8, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, CallFunc_IsInputDisabled_Result) == 0x0000D0, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, CallFunc_IsInputDisabled_From) == 0x0000D8, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::CallFunc_IsInputDisabled_From' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, CallFunc_Not_PreBool_ReturnValue) == 0x0000E0, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, CallFunc_GetPathName_ReturnValue_1) == 0x0000E8, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000F8, "Member 'WBP_MenuButton_C_ExecuteUbergraph_WBP_MenuButton::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuButton_C_PreConstruct \ static_assert(alignof(WBP_MenuButton_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_MenuButton_C_PreConstruct"); \ static_assert(sizeof(WBP_MenuButton_C_PreConstruct) == 0x000001, "Wrong size on WBP_MenuButton_C_PreConstruct"); \ static_assert(offsetof(WBP_MenuButton_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_MenuButton_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuButton_C_CreateHoverSfx \ static_assert(alignof(WBP_MenuButton_C_CreateHoverSfx) == 0x000008, "Wrong alignment on WBP_MenuButton_C_CreateHoverSfx"); \ static_assert(sizeof(WBP_MenuButton_C_CreateHoverSfx) == 0x000010, "Wrong size on WBP_MenuButton_C_CreateHoverSfx"); \ static_assert(offsetof(WBP_MenuButton_C_CreateHoverSfx, ReturnValue) == 0x000000, "Member 'WBP_MenuButton_C_CreateHoverSfx::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_CreateHoverSfx, CallFunc_CreateSound2D_ReturnValue) == 0x000008, "Member 'WBP_MenuButton_C_CreateHoverSfx::CallFunc_CreateSound2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuButton_C_Get_Text_Text_0 \ static_assert(alignof(WBP_MenuButton_C_Get_Text_Text_0) == 0x000008, "Wrong alignment on WBP_MenuButton_C_Get_Text_Text_0"); \ static_assert(sizeof(WBP_MenuButton_C_Get_Text_Text_0) == 0x000018, "Wrong size on WBP_MenuButton_C_Get_Text_Text_0"); \ static_assert(offsetof(WBP_MenuButton_C_Get_Text_Text_0, ReturnValue) == 0x000000, "Member 'WBP_MenuButton_C_Get_Text_Text_0::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuButton_C_GetFocusWidget \ static_assert(alignof(WBP_MenuButton_C_GetFocusWidget) == 0x000008, "Wrong alignment on WBP_MenuButton_C_GetFocusWidget"); \ static_assert(sizeof(WBP_MenuButton_C_GetFocusWidget) == 0x000008, "Wrong size on WBP_MenuButton_C_GetFocusWidget"); \ static_assert(offsetof(WBP_MenuButton_C_GetFocusWidget, Result) == 0x000000, "Member 'WBP_MenuButton_C_GetFocusWidget::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuButton_C_SetFocusWidget \ static_assert(alignof(WBP_MenuButton_C_SetFocusWidget) == 0x000008, "Wrong alignment on WBP_MenuButton_C_SetFocusWidget"); \ static_assert(sizeof(WBP_MenuButton_C_SetFocusWidget) == 0x000008, "Wrong size on WBP_MenuButton_C_SetFocusWidget"); \ static_assert(offsetof(WBP_MenuButton_C_SetFocusWidget, CallFunc_GetFocusWidget_Result) == 0x000000, "Member 'WBP_MenuButton_C_SetFocusWidget::CallFunc_GetFocusWidget_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuButton_C_SetNormalState \ static_assert(alignof(WBP_MenuButton_C_SetNormalState) == 0x000008, "Wrong alignment on WBP_MenuButton_C_SetNormalState"); \ static_assert(sizeof(WBP_MenuButton_C_SetNormalState) == 0x000028, "Wrong size on WBP_MenuButton_C_SetNormalState"); \ static_assert(offsetof(WBP_MenuButton_C_SetNormalState, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_MenuButton_C_SetNormalState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuButton_C_SetHighlightState \ static_assert(alignof(WBP_MenuButton_C_SetHighlightState) == 0x000008, "Wrong alignment on WBP_MenuButton_C_SetHighlightState"); \ static_assert(sizeof(WBP_MenuButton_C_SetHighlightState) == 0x000028, "Wrong size on WBP_MenuButton_C_SetHighlightState"); \ static_assert(offsetof(WBP_MenuButton_C_SetHighlightState, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_MenuButton_C_SetHighlightState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuButton_C_GetExtraInfoTitle \ static_assert(alignof(WBP_MenuButton_C_GetExtraInfoTitle) == 0x000008, "Wrong alignment on WBP_MenuButton_C_GetExtraInfoTitle"); \ static_assert(sizeof(WBP_MenuButton_C_GetExtraInfoTitle) == 0x000030, "Wrong size on WBP_MenuButton_C_GetExtraInfoTitle"); \ static_assert(offsetof(WBP_MenuButton_C_GetExtraInfoTitle, Result) == 0x000000, "Member 'WBP_MenuButton_C_GetExtraInfoTitle::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_GetExtraInfoTitle, CallFunc_InternalGetExtraInfoTitle_Result) == 0x000018, "Member 'WBP_MenuButton_C_GetExtraInfoTitle::CallFunc_InternalGetExtraInfoTitle_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_MenuButton_C_IsInputDisabled \ static_assert(alignof(WBP_MenuButton_C_IsInputDisabled) == 0x000008, "Wrong alignment on WBP_MenuButton_C_IsInputDisabled"); \ static_assert(sizeof(WBP_MenuButton_C_IsInputDisabled) == 0x000020, "Wrong size on WBP_MenuButton_C_IsInputDisabled"); \ static_assert(offsetof(WBP_MenuButton_C_IsInputDisabled, Result) == 0x000000, "Member 'WBP_MenuButton_C_IsInputDisabled::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_IsInputDisabled, From) == 0x000008, "Member 'WBP_MenuButton_C_IsInputDisabled::From' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_IsInputDisabled, Loc_CurrParent) == 0x000010, "Member 'WBP_MenuButton_C_IsInputDisabled::Loc_CurrParent' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_IsInputDisabled, CallFunc_IsInputDisabled_Result) == 0x000018, "Member 'WBP_MenuButton_C_IsInputDisabled::CallFunc_IsInputDisabled_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_MenuButton_C_IsInputDisabled, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'WBP_MenuButton_C_IsInputDisabled::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_MenuButton_C \ static_assert(alignof(UWBP_MenuButton_C) == 0x000008, "Wrong alignment on UWBP_MenuButton_C"); \ static_assert(sizeof(UWBP_MenuButton_C) == 0x000A20, "Wrong size on UWBP_MenuButton_C"); \ static_assert(offsetof(UWBP_MenuButton_C, UberGraphFrame_WBP_MenuButton_C) == 0x000488, "Member 'UWBP_MenuButton_C::UberGraphFrame_WBP_MenuButton_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, Btn) == 0x000490, "Member 'UWBP_MenuButton_C::Btn' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, Text) == 0x000498, "Member 'UWBP_MenuButton_C::Text' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, BtnText) == 0x0004A0, "Member 'UWBP_MenuButton_C::BtnText' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, OnClicked) == 0x0004B8, "Member 'UWBP_MenuButton_C::OnClicked' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, HoverSfxAC) == 0x0004C8, "Member 'UWBP_MenuButton_C::HoverSfxAC' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, FontFamily) == 0x0004D0, "Member 'UWBP_MenuButton_C::FontFamily' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, FontSize) == 0x0004D8, "Member 'UWBP_MenuButton_C::FontSize' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, FadeDur) == 0x0004DC, "Member 'UWBP_MenuButton_C::FadeDur' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, ButtonStyle) == 0x0004E0, "Member 'UWBP_MenuButton_C::ButtonStyle' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, ButtonSlotPadding) == 0x000758, "Member 'UWBP_MenuButton_C::ButtonSlotPadding' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, TextSlotPadding) == 0x000768, "Member 'UWBP_MenuButton_C::TextSlotPadding' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, NormalStateColor) == 0x000778, "Member 'UWBP_MenuButton_C::NormalStateColor' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, HighlightStateColor) == 0x000788, "Member 'UWBP_MenuButton_C::HighlightStateColor' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, FocusOnHovered) == 0x000798, "Member 'UWBP_MenuButton_C::FocusOnHovered' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, ShowBackground) == 0x000799, "Member 'UWBP_MenuButton_C::ShowBackground' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, ButtonStyleBg) == 0x0007A0, "Member 'UWBP_MenuButton_C::ButtonStyleBg' has a wrong offset!"); \ static_assert(offsetof(UWBP_MenuButton_C, ParentMenu) == 0x000A18, "Member 'UWBP_MenuButton_C::ParentMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_ExecuteUbergraph_WBP_CheckboxControl \ static_assert(alignof(WBP_CheckboxControl_C_ExecuteUbergraph_WBP_CheckboxControl) == 0x000004, "Wrong alignment on WBP_CheckboxControl_C_ExecuteUbergraph_WBP_CheckboxControl"); \ static_assert(sizeof(WBP_CheckboxControl_C_ExecuteUbergraph_WBP_CheckboxControl) == 0x000008, "Wrong size on WBP_CheckboxControl_C_ExecuteUbergraph_WBP_CheckboxControl"); \ static_assert(offsetof(WBP_CheckboxControl_C_ExecuteUbergraph_WBP_CheckboxControl, EntryPoint) == 0x000000, "Member 'WBP_CheckboxControl_C_ExecuteUbergraph_WBP_CheckboxControl::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_CheckboxControl_C_ExecuteUbergraph_WBP_CheckboxControl, K2Node_Event_IsDesignTime) == 0x000004, "Member 'WBP_CheckboxControl_C_ExecuteUbergraph_WBP_CheckboxControl::K2Node_Event_IsDesignTime' has a wrong offset!"); \ static_assert(offsetof(WBP_CheckboxControl_C_ExecuteUbergraph_WBP_CheckboxControl, K2Node_ComponentBoundEvent_bIsChecked) == 0x000005, "Member 'WBP_CheckboxControl_C_ExecuteUbergraph_WBP_CheckboxControl::K2Node_ComponentBoundEvent_bIsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_BndEvt__WBP_CheckboxControl_CheckBoxControl_K2Node_ComponentBoundEvent_0_OnCheckBoxComponentStateChanged__DelegateSignature \ static_assert(alignof(WBP_CheckboxControl_C_BndEvt__WBP_CheckboxControl_CheckBoxControl_K2Node_ComponentBoundEvent_0_OnCheckBoxComponentStateChanged__DelegateSignature) == 0x000001, "Wrong alignment on WBP_CheckboxControl_C_BndEvt__WBP_CheckboxControl_CheckBoxControl_K2Node_ComponentBoundEvent_0_OnCheckBoxComponentStateChanged__DelegateSignature"); \ static_assert(sizeof(WBP_CheckboxControl_C_BndEvt__WBP_CheckboxControl_CheckBoxControl_K2Node_ComponentBoundEvent_0_OnCheckBoxComponentStateChanged__DelegateSignature) == 0x000001, "Wrong size on WBP_CheckboxControl_C_BndEvt__WBP_CheckboxControl_CheckBoxControl_K2Node_ComponentBoundEvent_0_OnCheckBoxComponentStateChanged__DelegateSignature"); \ static_assert(offsetof(WBP_CheckboxControl_C_BndEvt__WBP_CheckboxControl_CheckBoxControl_K2Node_ComponentBoundEvent_0_OnCheckBoxComponentStateChanged__DelegateSignature, bIsChecked) == 0x000000, "Member 'WBP_CheckboxControl_C_BndEvt__WBP_CheckboxControl_CheckBoxControl_K2Node_ComponentBoundEvent_0_OnCheckBoxComponentStateChanged__DelegateSignature::bIsChecked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_PreConstruct \ static_assert(alignof(WBP_CheckboxControl_C_PreConstruct) == 0x000001, "Wrong alignment on WBP_CheckboxControl_C_PreConstruct"); \ static_assert(sizeof(WBP_CheckboxControl_C_PreConstruct) == 0x000001, "Wrong size on WBP_CheckboxControl_C_PreConstruct"); \ static_assert(offsetof(WBP_CheckboxControl_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'WBP_CheckboxControl_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_GetVisibility_Impl \ static_assert(alignof(WBP_CheckboxControl_C_GetVisibility_Impl) == 0x000001, "Wrong alignment on WBP_CheckboxControl_C_GetVisibility_Impl"); \ static_assert(sizeof(WBP_CheckboxControl_C_GetVisibility_Impl) == 0x000002, "Wrong size on WBP_CheckboxControl_C_GetVisibility_Impl"); \ static_assert(offsetof(WBP_CheckboxControl_C_GetVisibility_Impl, ReturnValue) == 0x000000, "Member 'WBP_CheckboxControl_C_GetVisibility_Impl::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheckboxControl_C_GetVisibility_Impl, CallFunc_GetIsEnabled_ReturnValue) == 0x000001, "Member 'WBP_CheckboxControl_C_GetVisibility_Impl::CallFunc_GetIsEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_SetCheckedValue \ static_assert(alignof(WBP_CheckboxControl_C_SetCheckedValue) == 0x000001, "Wrong alignment on WBP_CheckboxControl_C_SetCheckedValue"); \ static_assert(sizeof(WBP_CheckboxControl_C_SetCheckedValue) == 0x000001, "Wrong size on WBP_CheckboxControl_C_SetCheckedValue"); \ static_assert(offsetof(WBP_CheckboxControl_C_SetCheckedValue, IsChecked_0) == 0x000000, "Member 'WBP_CheckboxControl_C_SetCheckedValue::IsChecked_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_RevertToCheckedValue \ static_assert(alignof(WBP_CheckboxControl_C_RevertToCheckedValue) == 0x000001, "Wrong alignment on WBP_CheckboxControl_C_RevertToCheckedValue"); \ static_assert(sizeof(WBP_CheckboxControl_C_RevertToCheckedValue) == 0x000001, "Wrong size on WBP_CheckboxControl_C_RevertToCheckedValue"); \ static_assert(offsetof(WBP_CheckboxControl_C_RevertToCheckedValue, IsChecked_0) == 0x000000, "Member 'WBP_CheckboxControl_C_RevertToCheckedValue::IsChecked_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_SetCheckedValueInternal \ static_assert(alignof(WBP_CheckboxControl_C_SetCheckedValueInternal) == 0x000001, "Wrong alignment on WBP_CheckboxControl_C_SetCheckedValueInternal"); \ static_assert(sizeof(WBP_CheckboxControl_C_SetCheckedValueInternal) == 0x000005, "Wrong size on WBP_CheckboxControl_C_SetCheckedValueInternal"); \ static_assert(offsetof(WBP_CheckboxControl_C_SetCheckedValueInternal, IsChecked_0) == 0x000000, "Member 'WBP_CheckboxControl_C_SetCheckedValueInternal::IsChecked_0' has a wrong offset!"); \ static_assert(offsetof(WBP_CheckboxControl_C_SetCheckedValueInternal, NoWidgetUpdate) == 0x000001, "Member 'WBP_CheckboxControl_C_SetCheckedValueInternal::NoWidgetUpdate' has a wrong offset!"); \ static_assert(offsetof(WBP_CheckboxControl_C_SetCheckedValueInternal, NoNotifications) == 0x000002, "Member 'WBP_CheckboxControl_C_SetCheckedValueInternal::NoNotifications' has a wrong offset!"); \ static_assert(offsetof(WBP_CheckboxControl_C_SetCheckedValueInternal, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_CheckboxControl_C_SetCheckedValueInternal::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheckboxControl_C_SetCheckedValueInternal, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'WBP_CheckboxControl_C_SetCheckedValueInternal::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_SetNormalState \ static_assert(alignof(WBP_CheckboxControl_C_SetNormalState) == 0x000008, "Wrong alignment on WBP_CheckboxControl_C_SetNormalState"); \ static_assert(sizeof(WBP_CheckboxControl_C_SetNormalState) == 0x000028, "Wrong size on WBP_CheckboxControl_C_SetNormalState"); \ static_assert(offsetof(WBP_CheckboxControl_C_SetNormalState, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_CheckboxControl_C_SetNormalState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_SetHighlightState \ static_assert(alignof(WBP_CheckboxControl_C_SetHighlightState) == 0x000008, "Wrong alignment on WBP_CheckboxControl_C_SetHighlightState"); \ static_assert(sizeof(WBP_CheckboxControl_C_SetHighlightState) == 0x000028, "Wrong size on WBP_CheckboxControl_C_SetHighlightState"); \ static_assert(offsetof(WBP_CheckboxControl_C_SetHighlightState, K2Node_MakeStruct_SlateColor) == 0x000000, "Member 'WBP_CheckboxControl_C_SetHighlightState::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_SetFocusWidget \ static_assert(alignof(WBP_CheckboxControl_C_SetFocusWidget) == 0x000008, "Wrong alignment on WBP_CheckboxControl_C_SetFocusWidget"); \ static_assert(sizeof(WBP_CheckboxControl_C_SetFocusWidget) == 0x000008, "Wrong size on WBP_CheckboxControl_C_SetFocusWidget"); \ static_assert(offsetof(WBP_CheckboxControl_C_SetFocusWidget, CallFunc_GetFocusWidget_Result) == 0x000000, "Member 'WBP_CheckboxControl_C_SetFocusWidget::CallFunc_GetFocusWidget_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_GetFocusWidget \ static_assert(alignof(WBP_CheckboxControl_C_GetFocusWidget) == 0x000008, "Wrong alignment on WBP_CheckboxControl_C_GetFocusWidget"); \ static_assert(sizeof(WBP_CheckboxControl_C_GetFocusWidget) == 0x000008, "Wrong size on WBP_CheckboxControl_C_GetFocusWidget"); \ static_assert(offsetof(WBP_CheckboxControl_C_GetFocusWidget, Result) == 0x000000, "Member 'WBP_CheckboxControl_C_GetFocusWidget::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_SetCheckboxForegroundColor \ static_assert(alignof(WBP_CheckboxControl_C_SetCheckboxForegroundColor) == 0x000008, "Wrong alignment on WBP_CheckboxControl_C_SetCheckboxForegroundColor"); \ static_assert(sizeof(WBP_CheckboxControl_C_SetCheckboxForegroundColor) == 0x0005A8, "Wrong size on WBP_CheckboxControl_C_SetCheckboxForegroundColor"); \ static_assert(offsetof(WBP_CheckboxControl_C_SetCheckboxForegroundColor, NewColor) == 0x000000, "Member 'WBP_CheckboxControl_C_SetCheckboxForegroundColor::NewColor' has a wrong offset!"); \ static_assert(offsetof(WBP_CheckboxControl_C_SetCheckboxForegroundColor, Loc_CheckboxStyle) == 0x000028, "Member 'WBP_CheckboxControl_C_SetCheckboxForegroundColor::Loc_CheckboxStyle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_GetExtraInfoTitle \ static_assert(alignof(WBP_CheckboxControl_C_GetExtraInfoTitle) == 0x000008, "Wrong alignment on WBP_CheckboxControl_C_GetExtraInfoTitle"); \ static_assert(sizeof(WBP_CheckboxControl_C_GetExtraInfoTitle) == 0x000030, "Wrong size on WBP_CheckboxControl_C_GetExtraInfoTitle"); \ static_assert(offsetof(WBP_CheckboxControl_C_GetExtraInfoTitle, Result) == 0x000000, "Member 'WBP_CheckboxControl_C_GetExtraInfoTitle::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CheckboxControl_C_GetExtraInfoTitle, CallFunc_InternalGetExtraInfoTitle_Result) == 0x000018, "Member 'WBP_CheckboxControl_C_GetExtraInfoTitle::CallFunc_InternalGetExtraInfoTitle_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheckboxControl_C_IsChecked \ static_assert(alignof(WBP_CheckboxControl_C_IsChecked) == 0x000001, "Wrong alignment on WBP_CheckboxControl_C_IsChecked"); \ static_assert(sizeof(WBP_CheckboxControl_C_IsChecked) == 0x000002, "Wrong size on WBP_CheckboxControl_C_IsChecked"); \ static_assert(offsetof(WBP_CheckboxControl_C_IsChecked, Result) == 0x000000, "Member 'WBP_CheckboxControl_C_IsChecked::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CheckboxControl_C_IsChecked, CallFunc_IsChecked_ReturnValue) == 0x000001, "Member 'WBP_CheckboxControl_C_IsChecked::CallFunc_IsChecked_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_CheckboxControl_C \ static_assert(alignof(UWBP_CheckboxControl_C) == 0x000008, "Wrong alignment on UWBP_CheckboxControl_C"); \ static_assert(sizeof(UWBP_CheckboxControl_C) == 0x0004D0, "Wrong size on UWBP_CheckboxControl_C"); \ static_assert(offsetof(UWBP_CheckboxControl_C, UberGraphFrame_WBP_CheckboxControl_C) == 0x000488, "Member 'UWBP_CheckboxControl_C::UberGraphFrame_WBP_CheckboxControl_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheckboxControl_C, CheckBoxControl) == 0x000490, "Member 'UWBP_CheckboxControl_C::CheckBoxControl' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheckboxControl_C, HorizontalBox_37) == 0x000498, "Member 'UWBP_CheckboxControl_C::HorizontalBox_37' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheckboxControl_C, SettingNameLabel) == 0x0004A0, "Member 'UWBP_CheckboxControl_C::SettingNameLabel' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheckboxControl_C, SettingLabelText) == 0x0004A8, "Member 'UWBP_CheckboxControl_C::SettingLabelText' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheckboxControl_C, CheckedStateChanged) == 0x0004C0, "Member 'UWBP_CheckboxControl_C::CheckedStateChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_ExecuteUbergraph_WBP_SettingsControlList_Controls \ static_assert(alignof(WBP_SettingsControlList_Controls_C_ExecuteUbergraph_WBP_SettingsControlList_Controls) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Controls_C_ExecuteUbergraph_WBP_SettingsControlList_Controls"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_ExecuteUbergraph_WBP_SettingsControlList_Controls) == 0x000014, "Wrong size on WBP_SettingsControlList_Controls_C_ExecuteUbergraph_WBP_SettingsControlList_Controls"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_ExecuteUbergraph_WBP_SettingsControlList_Controls, EntryPoint) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_ExecuteUbergraph_WBP_SettingsControlList_Controls::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_ExecuteUbergraph_WBP_SettingsControlList_Controls, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'WBP_SettingsControlList_Controls_C_ExecuteUbergraph_WBP_SettingsControlList_Controls::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_GetCategoryDisplayName \ static_assert(alignof(WBP_SettingsControlList_Controls_C_GetCategoryDisplayName) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Controls_C_GetCategoryDisplayName"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_GetCategoryDisplayName) == 0x000018, "Wrong size on WBP_SettingsControlList_Controls_C_GetCategoryDisplayName"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_GetCategoryDisplayName, DisplayName) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_GetCategoryDisplayName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_CreateControllerMaps \ static_assert(alignof(WBP_SettingsControlList_Controls_C_CreateControllerMaps) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Controls_C_CreateControllerMaps"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_CreateControllerMaps) == 0x000030, "Wrong size on WBP_SettingsControlList_Controls_C_CreateControllerMaps"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMaps, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMaps::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMaps, CallFunc_GetCachedGameInstance_CachedGameInstance_1) == 0x000008, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMaps::CallFunc_GetCachedGameInstance_CachedGameInstance_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMaps, CallFunc_GetCachedGameInstance_CachedGameInstance_2) == 0x000010, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMaps::CallFunc_GetCachedGameInstance_CachedGameInstance_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMaps, CallFunc_GetCachedGameInstance_CachedGameInstance_3) == 0x000018, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMaps::CallFunc_GetCachedGameInstance_CachedGameInstance_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMaps, CallFunc_GetCachedGameInstance_CachedGameInstance_4) == 0x000020, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMaps::CallFunc_GetCachedGameInstance_CachedGameInstance_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMaps, CallFunc_GetPlatform_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMaps::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMaps, K2Node_SwitchEnum_CmpSuccess) == 0x000029, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMaps::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_CreateControllerMapWidget \ static_assert(alignof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Controls_C_CreateControllerMapWidget"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget) == 0x0000D8, "Wrong size on WBP_SettingsControlList_Controls_C_CreateControllerMapWidget"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, ClassSoftObjRef) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::ClassSoftObjRef' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, WidgetVarRef) == 0x000028, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::WidgetVarRef' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, Loc_WidgetVertSlot) == 0x000030, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::Loc_WidgetVertSlot' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_AddChildToVerticalBox_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_AddChildToVerticalBox_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, K2Node_MakeStruct_SlateChildSize) == 0x000040, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::K2Node_MakeStruct_SlateChildSize' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x000048, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_Conv_SoftClassReferenceToString_ReturnValue) == 0x000050, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_Conv_SoftClassReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_GetOwningPlayer_ReturnValue) == 0x000078, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_Conv_SoftClassReferenceToClass_ReturnValue) == 0x000080, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_Conv_SoftClassReferenceToClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_Conv_SoftClassReferenceToString_ReturnValue_1) == 0x000088, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_Conv_SoftClassReferenceToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, K2Node_ClassDynamicCast_AsWBP_Controller_Map_Base) == 0x000098, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::K2Node_ClassDynamicCast_AsWBP_Controller_Map_Base' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, K2Node_ClassDynamicCast_bSuccess) == 0x0000A0, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::K2Node_ClassDynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A8, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_Create_ReturnValue) == 0x0000B8, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000C0, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_CreateControllerMapWidget, CallFunc_IsValidSoftClassReference_ReturnValue) == 0x0000D0, "Member 'WBP_SettingsControlList_Controls_C_CreateControllerMapWidget::CallFunc_IsValidSoftClassReference_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_UpdateControllerMaps \ static_assert(alignof(WBP_SettingsControlList_Controls_C_UpdateControllerMaps) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Controls_C_UpdateControllerMaps"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_UpdateControllerMaps) == 0x000048, "Wrong size on WBP_SettingsControlList_Controls_C_UpdateControllerMaps"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_UpdateControllerMaps, Loc_InputDevice) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_UpdateControllerMaps::Loc_InputDevice' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_UpdateControllerMaps, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Controls_C_UpdateControllerMaps::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_UpdateControllerMaps, CallFunc_EqualEqual_StrStr_ReturnValue_1) == 0x000011, "Member 'WBP_SettingsControlList_Controls_C_UpdateControllerMaps::CallFunc_EqualEqual_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_UpdateControllerMaps, CallFunc_GetPlatformInputDeviceText_Result) == 0x000018, "Member 'WBP_SettingsControlList_Controls_C_UpdateControllerMaps::CallFunc_GetPlatformInputDeviceText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_UpdateControllerMaps, CallFunc_Conv_TextToString_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Controls_C_UpdateControllerMaps::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_UpdateControllerMaps, CallFunc_GetPlatform_ReturnValue) == 0x000040, "Member 'WBP_SettingsControlList_Controls_C_UpdateControllerMaps::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_UpdateControllerMaps, K2Node_SwitchEnum_CmpSuccess) == 0x000041, "Member 'WBP_SettingsControlList_Controls_C_UpdateControllerMaps::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_ResetControllerMaps \ static_assert(alignof(WBP_SettingsControlList_Controls_C_ResetControllerMaps) == 0x000001, "Wrong alignment on WBP_SettingsControlList_Controls_C_ResetControllerMaps"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_ResetControllerMaps) == 0x000003, "Wrong size on WBP_SettingsControlList_Controls_C_ResetControllerMaps"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_ResetControllerMaps, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_ResetControllerMaps::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_ResetControllerMaps, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'WBP_SettingsControlList_Controls_C_ResetControllerMaps::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_ResetControllerMaps, CallFunc_IsValid_ReturnValue_2) == 0x000002, "Member 'WBP_SettingsControlList_Controls_C_ResetControllerMaps::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_OnInputDeviceChanged \ static_assert(alignof(WBP_SettingsControlList_Controls_C_OnInputDeviceChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Controls_C_OnInputDeviceChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_OnInputDeviceChanged) == 0x000018, "Wrong size on WBP_SettingsControlList_Controls_C_OnInputDeviceChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnInputDeviceChanged, Sender) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_OnInputDeviceChanged::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnInputDeviceChanged, Event) == 0x000008, "Member 'WBP_SettingsControlList_Controls_C_OnInputDeviceChanged::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnInputDeviceChanged, Loc_WasFocused) == 0x000010, "Member 'WBP_SettingsControlList_Controls_C_OnInputDeviceChanged::Loc_WasFocused' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnInputDeviceChanged, CallFunc_HasFocusedDescendants_ReturnValue) == 0x000011, "Member 'WBP_SettingsControlList_Controls_C_OnInputDeviceChanged::CallFunc_HasFocusedDescendants_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnInputDeviceChanged, CallFunc_HasAnyUserFocus_ReturnValue) == 0x000012, "Member 'WBP_SettingsControlList_Controls_C_OnInputDeviceChanged::CallFunc_HasAnyUserFocus_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnInputDeviceChanged, CallFunc_BooleanOR_ReturnValue) == 0x000013, "Member 'WBP_SettingsControlList_Controls_C_OnInputDeviceChanged::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnInputDeviceChanged, CallFunc_HasAnyUserFocus_ReturnValue_1) == 0x000014, "Member 'WBP_SettingsControlList_Controls_C_OnInputDeviceChanged::CallFunc_HasAnyUserFocus_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnInputDeviceChanged, CallFunc_BooleanOR_ReturnValue_1) == 0x000015, "Member 'WBP_SettingsControlList_Controls_C_OnInputDeviceChanged::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_OnFocusReceived \ static_assert(alignof(WBP_SettingsControlList_Controls_C_OnFocusReceived) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Controls_C_OnFocusReceived"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_OnFocusReceived) == 0x0001B0, "Wrong size on WBP_SettingsControlList_Controls_C_OnFocusReceived"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnFocusReceived, MyGeometry) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_OnFocusReceived::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnFocusReceived, InFocusEvent) == 0x000038, "Member 'WBP_SettingsControlList_Controls_C_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnFocusReceived, ReturnValue) == 0x000040, "Member 'WBP_SettingsControlList_Controls_C_OnFocusReceived::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnFocusReceived, CallFunc_OnFocusReceived_ReturnValue) == 0x0000F8, "Member 'WBP_SettingsControlList_Controls_C_OnFocusReceived::CallFunc_OnFocusReceived_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_OnFocusLost \ static_assert(alignof(WBP_SettingsControlList_Controls_C_OnFocusLost) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Controls_C_OnFocusLost"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_OnFocusLost) == 0x000008, "Wrong size on WBP_SettingsControlList_Controls_C_OnFocusLost"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnFocusLost, InFocusEvent) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_OnFocusLost::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_OnAddedToFocusPath \ static_assert(alignof(WBP_SettingsControlList_Controls_C_OnAddedToFocusPath) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Controls_C_OnAddedToFocusPath"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_OnAddedToFocusPath) == 0x000008, "Wrong size on WBP_SettingsControlList_Controls_C_OnAddedToFocusPath"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_OnRemovedFromFocusPath \ static_assert(alignof(WBP_SettingsControlList_Controls_C_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Controls_C_OnRemovedFromFocusPath"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_OnRemovedFromFocusPath) == 0x000008, "Wrong size on WBP_SettingsControlList_Controls_C_OnRemovedFromFocusPath"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Controls_C_GetSettingsControlWidgets \ static_assert(alignof(WBP_SettingsControlList_Controls_C_GetSettingsControlWidgets) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Controls_C_GetSettingsControlWidgets"); \ static_assert(sizeof(WBP_SettingsControlList_Controls_C_GetSettingsControlWidgets) == 0x000020, "Wrong size on WBP_SettingsControlList_Controls_C_GetSettingsControlWidgets"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_GetSettingsControlWidgets, ControlWidgets) == 0x000000, "Member 'WBP_SettingsControlList_Controls_C_GetSettingsControlWidgets::ControlWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Controls_C_GetSettingsControlWidgets, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Controls_C_GetSettingsControlWidgets::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_SettingsControlList_Controls_C \ static_assert(alignof(UWBP_SettingsControlList_Controls_C) == 0x000008, "Wrong alignment on UWBP_SettingsControlList_Controls_C"); \ static_assert(sizeof(UWBP_SettingsControlList_Controls_C) == 0x000308, "Wrong size on UWBP_SettingsControlList_Controls_C"); \ static_assert(offsetof(UWBP_SettingsControlList_Controls_C, UberGraphFrame_WBP_SettingsControlList_Controls_C) == 0x0002D8, "Member 'UWBP_SettingsControlList_Controls_C::UberGraphFrame_WBP_SettingsControlList_Controls_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Controls_C, ControlListVerticalBox) == 0x0002E0, "Member 'UWBP_SettingsControlList_Controls_C::ControlListVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Controls_C, PCControllerMapWidget) == 0x0002E8, "Member 'UWBP_SettingsControlList_Controls_C::PCControllerMapWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Controls_C, PS5ControllerMapWidget) == 0x0002F0, "Member 'UWBP_SettingsControlList_Controls_C::PS5ControllerMapWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Controls_C, XboxControllerMapWidget) == 0x0002F8, "Member 'UWBP_SettingsControlList_Controls_C::XboxControllerMapWidget' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Controls_C, ActiveControllerMapWidget) == 0x000300, "Member 'UWBP_SettingsControlList_Controls_C::ActiveControllerMapWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_PauseMenu_Button_C \ static_assert(alignof(UWBP_PauseMenu_Button_C) == 0x000008, "Wrong alignment on UWBP_PauseMenu_Button_C"); \ static_assert(sizeof(UWBP_PauseMenu_Button_C) == 0x000A28, "Wrong size on UWBP_PauseMenu_Button_C"); \ static_assert(offsetof(UWBP_PauseMenu_Button_C, ParentPauseMenu) == 0x000A20, "Member 'UWBP_PauseMenu_Button_C::ParentPauseMenu' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList \ static_assert(alignof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList) == 0x000008, "Wrong alignment on WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList"); \ static_assert(sizeof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList) == 0x000058, "Wrong size on WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, EntryPoint) == 0x000000, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, CallFunc_GetGameInstance_ReturnValue) == 0x000008, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, K2Node_DynamicCast_AsBP_PHGame_Instance) == 0x000010, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::K2Node_DynamicCast_AsBP_PHGame_Instance' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, CallFunc_GetGameInstance_ReturnValue_1) == 0x000020, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::CallFunc_GetGameInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, K2Node_DynamicCast_AsBP_PHGame_Instance_1) == 0x000028, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::K2Node_DynamicCast_AsBP_PHGame_Instance_1' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, CallFunc_GetGameInstance_ReturnValue_2) == 0x000038, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::CallFunc_GetGameInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, K2Node_DynamicCast_AsBP_PHGame_Instance_2) == 0x000040, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::K2Node_DynamicCast_AsBP_PHGame_Instance_2' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, CallFunc_WarpPointLoadStatic_ReturnValue) == 0x000049, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::CallFunc_WarpPointLoadStatic_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000050, "Member 'WBP_ChapterMapList_C_ExecuteUbergraph_WBP_ChapterMapList::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ChapterMapList_C_ExitMenuEoEvent \ static_assert(alignof(WBP_ChapterMapList_C_ExitMenuEoEvent) == 0x000008, "Wrong alignment on WBP_ChapterMapList_C_ExitMenuEoEvent"); \ static_assert(sizeof(WBP_ChapterMapList_C_ExitMenuEoEvent) == 0x000008, "Wrong size on WBP_ChapterMapList_C_ExitMenuEoEvent"); \ static_assert(offsetof(WBP_ChapterMapList_C_ExitMenuEoEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'WBP_ChapterMapList_C_ExitMenuEoEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ChapterMapList_C_GetCategoryDisplayName \ static_assert(alignof(WBP_ChapterMapList_C_GetCategoryDisplayName) == 0x000008, "Wrong alignment on WBP_ChapterMapList_C_GetCategoryDisplayName"); \ static_assert(sizeof(WBP_ChapterMapList_C_GetCategoryDisplayName) == 0x000018, "Wrong size on WBP_ChapterMapList_C_GetCategoryDisplayName"); \ static_assert(offsetof(WBP_ChapterMapList_C_GetCategoryDisplayName, DisplayName) == 0x000000, "Member 'WBP_ChapterMapList_C_GetCategoryDisplayName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ChapterMapList_C_FocusFirstControl \ static_assert(alignof(WBP_ChapterMapList_C_FocusFirstControl) == 0x000001, "Wrong alignment on WBP_ChapterMapList_C_FocusFirstControl"); \ static_assert(sizeof(WBP_ChapterMapList_C_FocusFirstControl) == 0x000001, "Wrong size on WBP_ChapterMapList_C_FocusFirstControl"); \ static_assert(offsetof(WBP_ChapterMapList_C_FocusFirstControl, CallFunc_IsInPauseMenu_Result) == 0x000000, "Member 'WBP_ChapterMapList_C_FocusFirstControl::CallFunc_IsInPauseMenu_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ChapterMapList_C_InitForPauseMenu \ static_assert(alignof(WBP_ChapterMapList_C_InitForPauseMenu) == 0x000008, "Wrong alignment on WBP_ChapterMapList_C_InitForPauseMenu"); \ static_assert(sizeof(WBP_ChapterMapList_C_InitForPauseMenu) == 0x000068, "Wrong size on WBP_ChapterMapList_C_InitForPauseMenu"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, LocalPrevButton) == 0x000000, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::LocalPrevButton' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, K2Node_MakeStruct_Margin) == 0x000014, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, CallFunc_GetAllChildren_ReturnValue) == 0x000028, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, CallFunc_Array_Get_Item) == 0x000038, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, K2Node_DynamicCast_AsWBP_Menu_Button) == 0x000048, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::K2Node_DynamicCast_AsWBP_Menu_Button' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, CallFunc_Less_IntInt_ReturnValue) == 0x000051, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x000058, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_InitForPauseMenu, CallFunc_IsInPauseMenu_Result) == 0x000060, "Member 'WBP_ChapterMapList_C_InitForPauseMenu::CallFunc_IsInPauseMenu_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ChapterMapList_C_OpenChapterMap \ static_assert(alignof(WBP_ChapterMapList_C_OpenChapterMap) == 0x000008, "Wrong alignment on WBP_ChapterMapList_C_OpenChapterMap"); \ static_assert(sizeof(WBP_ChapterMapList_C_OpenChapterMap) == 0x000028, "Wrong size on WBP_ChapterMapList_C_OpenChapterMap"); \ static_assert(offsetof(WBP_ChapterMapList_C_OpenChapterMap, ChapterMap) == 0x000000, "Member 'WBP_ChapterMapList_C_OpenChapterMap::ChapterMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ChapterMapList_C_GetSettingsControlWidgets \ static_assert(alignof(WBP_ChapterMapList_C_GetSettingsControlWidgets) == 0x000008, "Wrong alignment on WBP_ChapterMapList_C_GetSettingsControlWidgets"); \ static_assert(sizeof(WBP_ChapterMapList_C_GetSettingsControlWidgets) == 0x000020, "Wrong size on WBP_ChapterMapList_C_GetSettingsControlWidgets"); \ static_assert(offsetof(WBP_ChapterMapList_C_GetSettingsControlWidgets, ControlWidgets) == 0x000000, "Member 'WBP_ChapterMapList_C_GetSettingsControlWidgets::ControlWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_ChapterMapList_C_GetSettingsControlWidgets, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_ChapterMapList_C_GetSettingsControlWidgets::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_ChapterMapList_C \ static_assert(alignof(UWBP_ChapterMapList_C) == 0x000008, "Wrong alignment on UWBP_ChapterMapList_C"); \ static_assert(sizeof(UWBP_ChapterMapList_C) == 0x000368, "Wrong size on UWBP_ChapterMapList_C"); \ static_assert(offsetof(UWBP_ChapterMapList_C, UberGraphFrame_WBP_ChapterMapList_C) == 0x0002D8, "Member 'UWBP_ChapterMapList_C::UberGraphFrame_WBP_ChapterMapList_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, ChapterMapTitle) == 0x0002E0, "Member 'UWBP_ChapterMapList_C::ChapterMapTitle' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, ChapterMapVerticalBox) == 0x0002E8, "Member 'UWBP_ChapterMapList_C::ChapterMapVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, CosmosBtn) == 0x0002F0, "Member 'UWBP_ChapterMapList_C::CosmosBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, DeadZone02) == 0x0002F8, "Member 'UWBP_ChapterMapList_C::DeadZone02' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, DeadZoneBtn) == 0x000300, "Member 'UWBP_ChapterMapList_C::DeadZoneBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, DeadZoneDTMBtn) == 0x000308, "Member 'UWBP_ChapterMapList_C::DeadZoneDTMBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, FathomBtn) == 0x000310, "Member 'UWBP_ChapterMapList_C::FathomBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, HypnosChamberBtn) == 0x000318, "Member 'UWBP_ChapterMapList_C::HypnosChamberBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, KatjaApartmentBtn_0) == 0x000320, "Member 'UWBP_ChapterMapList_C::KatjaApartmentBtn_0' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, KatjasApartmentBtn_1) == 0x000328, "Member 'UWBP_ChapterMapList_C::KatjasApartmentBtn_1' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, KatjasApartmentBtn_2) == 0x000330, "Member 'UWBP_ChapterMapList_C::KatjasApartmentBtn_2' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, KatjasApartmentBtn_3) == 0x000338, "Member 'UWBP_ChapterMapList_C::KatjasApartmentBtn_3' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, OrchardBtn) == 0x000340, "Member 'UWBP_ChapterMapList_C::OrchardBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, RailsBtn) == 0x000348, "Member 'UWBP_ChapterMapList_C::RailsBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, TheCrushBtn) == 0x000350, "Member 'UWBP_ChapterMapList_C::TheCrushBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, TheDepthBtn) == 0x000358, "Member 'UWBP_ChapterMapList_C::TheDepthBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_ChapterMapList_C, TheKeepBtn) == 0x000360, "Member 'UWBP_ChapterMapList_C::TheKeepBtn' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master \ static_assert(alignof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master) == 0x000008, "Wrong alignment on BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master) == 0x000730, "Wrong size on BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, EntryPoint) == 0x000000, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_GainDb) == 0x000010, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_GainDb' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_ExtFadeDur_2) == 0x000014, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_ExtFadeDur_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000018, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_ComponentBoundEvent_OtherActor) == 0x000020, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_ComponentBoundEvent_OtherComp) == 0x000028, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000030, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_ComponentBoundEvent_bFromSweep) == 0x000034, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_ComponentBoundEvent_SweepResult) == 0x000038, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_SendLevel) == 0x0000C0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_SendLevel' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_ExtFadeDur_1) == 0x0000C4, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_ExtFadeDur_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_FadeOutDur) == 0x0000C8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_FadeOutDur' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CreateDelegate_OutputDelegate) == 0x0000CC, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, Temp_bool_Variable) == 0x0000DC, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Not_PreBool_ReturnValue) == 0x0000DD, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_OverallInteriorVolume) == 0x0000E0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_OverallInteriorVolume' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_IntFadeDur) == 0x0000E4, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_IntFadeDur' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_FadeInDur) == 0x0000E8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_FadeInDur' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_IsPlaying_ReturnValue) == 0x0000EC, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_IsPlaying_ReturnValue_1) == 0x0000ED, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_IsPlaying_ReturnValue_2) == 0x0000EE, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000F0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000F4, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_FClamp_ReturnValue) == 0x0000F8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOCreateEvent_OutputDelegate) == 0x0000FC, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOEvent_Sender_3) == 0x000110, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOEvent_Sender_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOEvent_Event_3) == 0x000118, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOEvent_Event_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_DynamicCast_AsBPE_A_Interior_Exterior_Toggle) == 0x000120, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_DynamicCast_AsBPE_A_Interior_Exterior_Toggle' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_DynamicCast_bSuccess) == 0x000128, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetScalarParameterValue_ReturnValue) == 0x00012C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetScalarParameterValue_ReturnValue_1) == 0x000130, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetScalarParameterValue_ReturnValue_2) == 0x000134, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetScalarParameterValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetScalarParameterValue_ReturnValue_3) == 0x000138, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetScalarParameterValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetScalarParameterValue_ReturnValue_4) == 0x00013C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetScalarParameterValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectFilterSettings) == 0x000140, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectFilterSettings' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectFilterSettings_1) == 0x000160, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectFilterSettings_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectEQBand) == 0x000180, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectEQBand' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeArray_Array) == 0x000190, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectEQSettings) == 0x0001A0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectEQSettings' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_IsPlaying_ReturnValue_3) == 0x0001B0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_IsPlaying_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue) == 0x0001B4, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectFilterSettings_2) == 0x0001B8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectFilterSettings_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_1) == 0x0001D8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_2) == 0x0001DC, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_3) == 0x0001E0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_4) == 0x0001E4, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectEQBand_1) == 0x0001E8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectEQBand_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectEQBand_2) == 0x0001F8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectEQBand_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeArray_Array_1) == 0x000208, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeArray_Array_2) == 0x000218, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectEQSettings_1) == 0x000228, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectEQSettings_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectEQSettings_2) == 0x000238, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectEQSettings_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_FilterValue) == 0x000248, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_FilterValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_FadeDur) == 0x00024C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_FadeDur' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_5) == 0x000250, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_6) == 0x000254, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_Event_DeltaSeconds) == 0x000258, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, Temp_bool_Variable_1) == 0x00025C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Not_PreBool_ReturnValue_1) == 0x00025D, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, Temp_bool_Variable_2) == 0x00025E, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Not_PreBool_ReturnValue_2) == 0x00025F, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_OverallExteriorVolume) == 0x000260, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_OverallExteriorVolume' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_ExtFadeDur) == 0x000264, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_ExtFadeDur' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000268, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_7) == 0x00026C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetScalarParameterValue_ReturnValue_5) == 0x000270, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetScalarParameterValue_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_IsPlaying_ReturnValue_4) == 0x000274, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_IsPlaying_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, Temp_bool_IsClosed_Variable) == 0x000275, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, Temp_bool_Variable_3) == 0x000276, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Not_PreBool_ReturnValue_3) == 0x000277, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_IsPlaying_ReturnValue_5) == 0x000278, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_IsPlaying_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOCreateEvent_OutputDelegate_1) == 0x00027C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOEvent_Sender_2) == 0x000290, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOEvent_Event_2) == 0x000298, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_DynamicCast_AsBPE_A_Interior_Exterior_EXTLPFand_Vol) == 0x0002A0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_DynamicCast_AsBPE_A_Interior_Exterior_EXTLPFand_Vol' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_DynamicCast_bSuccess_1) == 0x0002A8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectFilterSettings_3) == 0x0002B0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectFilterSettings_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_8) == 0x0002D0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_9) == 0x0002D4, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_10) == 0x0002D8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectEQBand_3) == 0x0002DC, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectEQBand_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeArray_Array_3) == 0x0002F0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_MakeStruct_SourceEffectEQSettings_3) == 0x000300, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_MakeStruct_SourceEffectEQSettings_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000310, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOEvent_Sender_1) == 0x000320, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOEvent_Event_1) == 0x000328, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_DynamicCast_AsBPE_A_Interior_Exterior_Change_Amb_Param_Values) == 0x000330, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_DynamicCast_AsBPE_A_Interior_Exterior_Change_Amb_Param_Values' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_DynamicCast_bSuccess_2) == 0x000338, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Not_PreBool_ReturnValue_4) == 0x000339, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_BooleanAND_ReturnValue) == 0x00033A, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000340, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000348, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_BreakVector_X) == 0x000354, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_BreakVector_Y) == 0x000358, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_BreakVector_Z) == 0x00035C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_MapRangeClamped_ReturnValue) == 0x000360, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, Temp_bool_Variable_4) == 0x000364, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Not_PreBool_ReturnValue_5) == 0x000365, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, Temp_bool_Has_Been_Initd_Variable) == 0x000366, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000368, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0003F0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetScalarParameterValue_ReturnValue_6) == 0x0003F4, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetScalarParameterValue_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0003F8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x0003F9, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOCreateEvent_OutputDelegate_3) == 0x0003FC, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOEvent_Sender) == 0x000410, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_EOEvent_Event) == 0x000418, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_DynamicCast_AsBPE_A_Interior_Exterior_Dynamically_Change_Sound) == 0x000420, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_DynamicCast_AsBPE_A_Interior_Exterior_Dynamically_Change_Sound' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_DynamicCast_bSuccess_3) == 0x000428, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_11) == 0x00042C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Lerp_ReturnValue_12) == 0x000430, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Lerp_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, Temp_bool_Has_Been_Initd_Variable_1) == 0x000434, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, Temp_bool_IsClosed_Variable_1) == 0x000435, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetScalarParameterValue_ReturnValue_7) == 0x000438, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetScalarParameterValue_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Conv_FloatToString_ReturnValue) == 0x000440, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x000450, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetScalarParameterValue_ReturnValue_8) == 0x000454, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetScalarParameterValue_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000458, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000468, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x000478, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Concat_StrStr_ReturnValue) == 0x000488, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000498, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0004A8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0004B8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0004C8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0004D8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0004E8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, K2Node_CustomEvent_Envelope) == 0x0004F8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::K2Node_CustomEvent_Envelope' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Array_Get_Item) == 0x000508, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Array_Get_Item_1) == 0x00050C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Array_Length_ReturnValue) == 0x000510, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000514, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Greater_IntInt_ReturnValue) == 0x000518, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_MapRangeClamped_ReturnValue_1) == 0x00051C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000520, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetScalarParameterValue_ReturnValue_9) == 0x000524, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetScalarParameterValue_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x000528, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000530, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_IsValid_ReturnValue) == 0x000538, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, Temp_bool_Variable_5) == 0x000539, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Not_PreBool_ReturnValue_6) == 0x00053A, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_IsValid_ReturnValue_1) == 0x00053B, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00053C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000548, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_BreakVector_X_1) == 0x000554, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_BreakVector_Y_1) == 0x000558, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_BreakVector_Z_1) == 0x00055C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000560, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_MapRangeClamped_ReturnValue_3) == 0x0005E8, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_MapRangeClamped_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_Conv_FloatToString_ReturnValue_4) == 0x0005F0, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_Conv_FloatToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x000600, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_K2_SetWorldLocation_SweepHitResult_2) == 0x00060C, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_K2_SetWorldLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000694, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x000698, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master, CallFunc_K2_SetWorldLocation_SweepHitResult_3) == 0x0006A4, "Member 'BP_InteriorExterior_Master_C_ExecuteUbergraph_BP_InteriorExterior_Master::CallFunc_K2_SetWorldLocation_SweepHitResult_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_OnSubmicEnvelopeCB \ static_assert(alignof(BP_InteriorExterior_Master_C_OnSubmicEnvelopeCB) == 0x000008, "Wrong alignment on BP_InteriorExterior_Master_C_OnSubmicEnvelopeCB"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_OnSubmicEnvelopeCB) == 0x000010, "Wrong size on BP_InteriorExterior_Master_C_OnSubmicEnvelopeCB"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_OnSubmicEnvelopeCB, Envelope) == 0x000000, "Member 'BP_InteriorExterior_Master_C_OnSubmicEnvelopeCB::Envelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_DynamicallyChangeSound \ static_assert(alignof(BP_InteriorExterior_Master_C_DynamicallyChangeSound) == 0x000008, "Wrong alignment on BP_InteriorExterior_Master_C_DynamicallyChangeSound"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_DynamicallyChangeSound) == 0x000010, "Wrong size on BP_InteriorExterior_Master_C_DynamicallyChangeSound"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_DynamicallyChangeSound, Sender) == 0x000000, "Member 'BP_InteriorExterior_Master_C_DynamicallyChangeSound::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_DynamicallyChangeSound, Event) == 0x000008, "Member 'BP_InteriorExterior_Master_C_DynamicallyChangeSound::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_InteriorExteriorChangeAmbParamValues \ static_assert(alignof(BP_InteriorExterior_Master_C_InteriorExteriorChangeAmbParamValues) == 0x000008, "Wrong alignment on BP_InteriorExterior_Master_C_InteriorExteriorChangeAmbParamValues"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_InteriorExteriorChangeAmbParamValues) == 0x000010, "Wrong size on BP_InteriorExterior_Master_C_InteriorExteriorChangeAmbParamValues"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_InteriorExteriorChangeAmbParamValues, Sender) == 0x000000, "Member 'BP_InteriorExterior_Master_C_InteriorExteriorChangeAmbParamValues::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_InteriorExteriorChangeAmbParamValues, Event) == 0x000008, "Member 'BP_InteriorExterior_Master_C_InteriorExteriorChangeAmbParamValues::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_InteriorExteriorEXTLPFAndVol \ static_assert(alignof(BP_InteriorExterior_Master_C_InteriorExteriorEXTLPFAndVol) == 0x000008, "Wrong alignment on BP_InteriorExterior_Master_C_InteriorExteriorEXTLPFAndVol"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_InteriorExteriorEXTLPFAndVol) == 0x000010, "Wrong size on BP_InteriorExterior_Master_C_InteriorExteriorEXTLPFAndVol"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_InteriorExteriorEXTLPFAndVol, Sender) == 0x000000, "Member 'BP_InteriorExterior_Master_C_InteriorExteriorEXTLPFAndVol::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_InteriorExteriorEXTLPFAndVol, Event) == 0x000008, "Member 'BP_InteriorExterior_Master_C_InteriorExteriorEXTLPFAndVol::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_SetOverallExteriorVolume \ static_assert(alignof(BP_InteriorExterior_Master_C_SetOverallExteriorVolume) == 0x000004, "Wrong alignment on BP_InteriorExterior_Master_C_SetOverallExteriorVolume"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_SetOverallExteriorVolume) == 0x000008, "Wrong size on BP_InteriorExterior_Master_C_SetOverallExteriorVolume"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_SetOverallExteriorVolume, OverallExteriorVolume_0) == 0x000000, "Member 'BP_InteriorExterior_Master_C_SetOverallExteriorVolume::OverallExteriorVolume_0' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_SetOverallExteriorVolume, ExtFadeDur) == 0x000004, "Member 'BP_InteriorExterior_Master_C_SetOverallExteriorVolume::ExtFadeDur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_ReceiveTick \ static_assert(alignof(BP_InteriorExterior_Master_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_InteriorExterior_Master_C_ReceiveTick"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_ReceiveTick) == 0x000004, "Wrong size on BP_InteriorExterior_Master_C_ReceiveTick"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_InteriorExterior_Master_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_SetWindFilter \ static_assert(alignof(BP_InteriorExterior_Master_C_SetWindFilter) == 0x000004, "Wrong alignment on BP_InteriorExterior_Master_C_SetWindFilter"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_SetWindFilter) == 0x000008, "Wrong size on BP_InteriorExterior_Master_C_SetWindFilter"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_SetWindFilter, FilterValue) == 0x000000, "Member 'BP_InteriorExterior_Master_C_SetWindFilter::FilterValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_SetWindFilter, FadeDur) == 0x000004, "Member 'BP_InteriorExterior_Master_C_SetWindFilter::FadeDur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_InteriorExteriorToggle \ static_assert(alignof(BP_InteriorExterior_Master_C_InteriorExteriorToggle) == 0x000008, "Wrong alignment on BP_InteriorExterior_Master_C_InteriorExteriorToggle"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_InteriorExteriorToggle) == 0x000010, "Wrong size on BP_InteriorExterior_Master_C_InteriorExteriorToggle"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_InteriorExteriorToggle, Sender) == 0x000000, "Member 'BP_InteriorExterior_Master_C_InteriorExteriorToggle::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_InteriorExteriorToggle, Event) == 0x000008, "Member 'BP_InteriorExterior_Master_C_InteriorExteriorToggle::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_FadeInManual \ static_assert(alignof(BP_InteriorExterior_Master_C_FadeInManual) == 0x000004, "Wrong alignment on BP_InteriorExterior_Master_C_FadeInManual"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_FadeInManual) == 0x000004, "Wrong size on BP_InteriorExterior_Master_C_FadeInManual"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_FadeInManual, FadeInDur) == 0x000000, "Member 'BP_InteriorExterior_Master_C_FadeInManual::FadeInDur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_SetOverallInteriorVolume \ static_assert(alignof(BP_InteriorExterior_Master_C_SetOverallInteriorVolume) == 0x000004, "Wrong alignment on BP_InteriorExterior_Master_C_SetOverallInteriorVolume"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_SetOverallInteriorVolume) == 0x000008, "Wrong size on BP_InteriorExterior_Master_C_SetOverallInteriorVolume"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_SetOverallInteriorVolume, OverallInteriorVolume_0) == 0x000000, "Member 'BP_InteriorExterior_Master_C_SetOverallInteriorVolume::OverallInteriorVolume_0' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_SetOverallInteriorVolume, IntFadeDur) == 0x000004, "Member 'BP_InteriorExterior_Master_C_SetOverallInteriorVolume::IntFadeDur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_FadeOutManual \ static_assert(alignof(BP_InteriorExterior_Master_C_FadeOutManual) == 0x000004, "Wrong alignment on BP_InteriorExterior_Master_C_FadeOutManual"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_FadeOutManual) == 0x000004, "Wrong size on BP_InteriorExterior_Master_C_FadeOutManual"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_FadeOutManual, FadeOutDur) == 0x000000, "Member 'BP_InteriorExterior_Master_C_FadeOutManual::FadeOutDur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_SetReverbSend \ static_assert(alignof(BP_InteriorExterior_Master_C_SetReverbSend) == 0x000004, "Wrong alignment on BP_InteriorExterior_Master_C_SetReverbSend"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_SetReverbSend) == 0x000008, "Wrong size on BP_InteriorExterior_Master_C_SetReverbSend"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_SetReverbSend, SendLevel) == 0x000000, "Member 'BP_InteriorExterior_Master_C_SetReverbSend::SendLevel' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_SetReverbSend, ExtFadeDur) == 0x000004, "Member 'BP_InteriorExterior_Master_C_SetReverbSend::ExtFadeDur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_SetWindEQ \ static_assert(alignof(BP_InteriorExterior_Master_C_SetWindEQ) == 0x000004, "Wrong alignment on BP_InteriorExterior_Master_C_SetWindEQ"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_SetWindEQ) == 0x000008, "Wrong size on BP_InteriorExterior_Master_C_SetWindEQ"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_SetWindEQ, GainDb) == 0x000000, "Member 'BP_InteriorExterior_Master_C_SetWindEQ::GainDb' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_SetWindEQ, ExtFadeDur) == 0x000004, "Member 'BP_InteriorExterior_Master_C_SetWindEQ::ExtFadeDur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_InteriorExterior_Master_C_BndEvt__BP_InteriorExterior_Master_MainBox_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_InteriorExterior_Master_C \ static_assert(alignof(ABP_InteriorExterior_Master_C) == 0x000008, "Wrong alignment on ABP_InteriorExterior_Master_C"); \ static_assert(sizeof(ABP_InteriorExterior_Master_C) == 0x000450, "Wrong size on ABP_InteriorExterior_Master_C"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, UberGraphFrame) == 0x000230, "Member 'ABP_InteriorExterior_Master_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, InteriorAudio2) == 0x000238, "Member 'ABP_InteriorExterior_Master_C::InteriorAudio2' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Billboard) == 0x000240, "Member 'ABP_InteriorExterior_Master_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, InteriorAudio1) == 0x000248, "Member 'ABP_InteriorExterior_Master_C::InteriorAudio1' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, ExteriorAudio) == 0x000250, "Member 'ABP_InteriorExterior_Master_C::ExteriorAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, MainBox) == 0x000258, "Member 'ABP_InteriorExterior_Master_C::MainBox' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_InteriorExterior_Master_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, DynamicallyChangeRoomtoneSound_NewTrack_0_2361F39B4AFFBAAF1D4FD7B27DAEA2BA) == 0x000268, "Member 'ABP_InteriorExterior_Master_C::DynamicallyChangeRoomtoneSound_NewTrack_0_2361F39B4AFFBAAF1D4FD7B27DAEA2BA' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, DynamicallyChangeRoomtoneSound__Direction_2361F39B4AFFBAAF1D4FD7B27DAEA2BA) == 0x00026C, "Member 'ABP_InteriorExterior_Master_C::DynamicallyChangeRoomtoneSound__Direction_2361F39B4AFFBAAF1D4FD7B27DAEA2BA' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, DynamicallyChangeRoomtoneSound) == 0x000270, "Member 'ABP_InteriorExterior_Master_C::DynamicallyChangeRoomtoneSound' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, EXTLPFandVol_NewTrack_0_D4F964D14929F989CB0F7CBBE7F78917) == 0x000278, "Member 'ABP_InteriorExterior_Master_C::EXTLPFandVol_NewTrack_0_D4F964D14929F989CB0F7CBBE7F78917' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, EXTLPFandVol__Direction_D4F964D14929F989CB0F7CBBE7F78917) == 0x00027C, "Member 'ABP_InteriorExterior_Master_C::EXTLPFandVol__Direction_D4F964D14929F989CB0F7CBBE7F78917' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, EXTLPFandVol) == 0x000280, "Member 'ABP_InteriorExterior_Master_C::EXTLPFandVol' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_WindMaster__Direction_03A535184A26928504D750B58851C87D) == 0x000288, "Member 'ABP_InteriorExterior_Master_C::Timeline_WindMaster__Direction_03A535184A26928504D750B58851C87D' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_WindMaster) == 0x000290, "Member 'ABP_InteriorExterior_Master_C::Timeline_WindMaster' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Wind1_NewTrack_0_19F2FF3E4BB3842A394827A0403B2882) == 0x000298, "Member 'ABP_InteriorExterior_Master_C::Timeline_Wind1_NewTrack_0_19F2FF3E4BB3842A394827A0403B2882' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Wind1__Direction_19F2FF3E4BB3842A394827A0403B2882) == 0x00029C, "Member 'ABP_InteriorExterior_Master_C::Timeline_Wind1__Direction_19F2FF3E4BB3842A394827A0403B2882' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Wind1) == 0x0002A0, "Member 'ABP_InteriorExterior_Master_C::Timeline_Wind1' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Wind2_NewTrack_0_66D095E14F07B02A8D18EB931FB73740) == 0x0002A8, "Member 'ABP_InteriorExterior_Master_C::Timeline_Wind2_NewTrack_0_66D095E14F07B02A8D18EB931FB73740' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Wind2__Direction_66D095E14F07B02A8D18EB931FB73740) == 0x0002AC, "Member 'ABP_InteriorExterior_Master_C::Timeline_Wind2__Direction_66D095E14F07B02A8D18EB931FB73740' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Wind2) == 0x0002B0, "Member 'ABP_InteriorExterior_Master_C::Timeline_Wind2' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_ExtVolume1_AmbParamFade_079F70124AA297C3206FDEBF7A6F79C7) == 0x0002B8, "Member 'ABP_InteriorExterior_Master_C::Timeline_ExtVolume1_AmbParamFade_079F70124AA297C3206FDEBF7A6F79C7' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_ExtVolume1__Direction_079F70124AA297C3206FDEBF7A6F79C7) == 0x0002BC, "Member 'ABP_InteriorExterior_Master_C::Timeline_ExtVolume1__Direction_079F70124AA297C3206FDEBF7A6F79C7' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_ExtVolume1) == 0x0002C0, "Member 'ABP_InteriorExterior_Master_C::Timeline_ExtVolume1' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_ExtVolume2_AmbParamFade_CBA1456F4FBAB93181D1C5B03729FD1C) == 0x0002C8, "Member 'ABP_InteriorExterior_Master_C::Timeline_ExtVolume2_AmbParamFade_CBA1456F4FBAB93181D1C5B03729FD1C' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_ExtVolume2__Direction_CBA1456F4FBAB93181D1C5B03729FD1C) == 0x0002CC, "Member 'ABP_InteriorExterior_Master_C::Timeline_ExtVolume2__Direction_CBA1456F4FBAB93181D1C5B03729FD1C' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_ExtVolume2) == 0x0002D0, "Member 'ABP_InteriorExterior_Master_C::Timeline_ExtVolume2' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Verb2_AmbParamFade_C657448A409B89430C33B39ECC5D7D07) == 0x0002D8, "Member 'ABP_InteriorExterior_Master_C::Timeline_Verb2_AmbParamFade_C657448A409B89430C33B39ECC5D7D07' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Verb2__Direction_C657448A409B89430C33B39ECC5D7D07) == 0x0002DC, "Member 'ABP_InteriorExterior_Master_C::Timeline_Verb2__Direction_C657448A409B89430C33B39ECC5D7D07' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Verb2) == 0x0002E0, "Member 'ABP_InteriorExterior_Master_C::Timeline_Verb2' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Verb1_AmbParamFade_C113D1FE42A527F97B207680706903E4) == 0x0002E8, "Member 'ABP_InteriorExterior_Master_C::Timeline_Verb1_AmbParamFade_C113D1FE42A527F97B207680706903E4' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Verb1__Direction_C113D1FE42A527F97B207680706903E4) == 0x0002EC, "Member 'ABP_InteriorExterior_Master_C::Timeline_Verb1__Direction_C113D1FE42A527F97B207680706903E4' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Verb1) == 0x0002F0, "Member 'ABP_InteriorExterior_Master_C::Timeline_Verb1' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_EQ2_AmbParamFade_CE5CEB68455B731800D414AFA2918FB0) == 0x0002F8, "Member 'ABP_InteriorExterior_Master_C::Timeline_EQ2_AmbParamFade_CE5CEB68455B731800D414AFA2918FB0' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_EQ2__Direction_CE5CEB68455B731800D414AFA2918FB0) == 0x0002FC, "Member 'ABP_InteriorExterior_Master_C::Timeline_EQ2__Direction_CE5CEB68455B731800D414AFA2918FB0' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_EQ2) == 0x000300, "Member 'ABP_InteriorExterior_Master_C::Timeline_EQ2' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_EQ1_AmbParamFade_E1B7D4D5404B077C9DA220897F8C18FA) == 0x000308, "Member 'ABP_InteriorExterior_Master_C::Timeline_EQ1_AmbParamFade_E1B7D4D5404B077C9DA220897F8C18FA' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_EQ1__Direction_E1B7D4D5404B077C9DA220897F8C18FA) == 0x00030C, "Member 'ABP_InteriorExterior_Master_C::Timeline_EQ1__Direction_E1B7D4D5404B077C9DA220897F8C18FA' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_EQ1) == 0x000310, "Member 'ABP_InteriorExterior_Master_C::Timeline_EQ1' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Filter2_AmbParamFade_77E876764E6919F94157C2A249BB79DE) == 0x000318, "Member 'ABP_InteriorExterior_Master_C::Timeline_Filter2_AmbParamFade_77E876764E6919F94157C2A249BB79DE' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Filter2__Direction_77E876764E6919F94157C2A249BB79DE) == 0x00031C, "Member 'ABP_InteriorExterior_Master_C::Timeline_Filter2__Direction_77E876764E6919F94157C2A249BB79DE' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Filter2) == 0x000320, "Member 'ABP_InteriorExterior_Master_C::Timeline_Filter2' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Filter1_AmbParamFade_F267CF424168AF08EA6439A6022A86A2) == 0x000328, "Member 'ABP_InteriorExterior_Master_C::Timeline_Filter1_AmbParamFade_F267CF424168AF08EA6439A6022A86A2' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Filter1__Direction_F267CF424168AF08EA6439A6022A86A2) == 0x00032C, "Member 'ABP_InteriorExterior_Master_C::Timeline_Filter1__Direction_F267CF424168AF08EA6439A6022A86A2' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Timeline_Filter1) == 0x000330, "Member 'ABP_InteriorExterior_Master_C::Timeline_Filter1' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, UsesTrigger) == 0x000338, "Member 'ABP_InteriorExterior_Master_C::UsesTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, OverallExteriorVolume) == 0x00033C, "Member 'ABP_InteriorExterior_Master_C::OverallExteriorVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, AmbParam) == 0x000340, "Member 'ABP_InteriorExterior_Master_C::AmbParam' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, AmbExteriorSoundBase) == 0x000348, "Member 'ABP_InteriorExterior_Master_C::AmbExteriorSoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, CachedExteriorVolume) == 0x000350, "Member 'ABP_InteriorExterior_Master_C::CachedExteriorVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, BaseExteriorVolume) == 0x000354, "Member 'ABP_InteriorExterior_Master_C::BaseExteriorVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, WindFilter_SourceEffect) == 0x000358, "Member 'ABP_InteriorExterior_Master_C::WindFilter_SourceEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Debug) == 0x000360, "Member 'ABP_InteriorExterior_Master_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, FilterCutoff) == 0x000364, "Member 'ABP_InteriorExterior_Master_C::FilterCutoff' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Start_Height) == 0x000368, "Member 'ABP_InteriorExterior_Master_C::Start_Height' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, EndHeight) == 0x00036C, "Member 'ABP_InteriorExterior_Master_C::EndHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, SetParam) == 0x000370, "Member 'ABP_InteriorExterior_Master_C::SetParam' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, SetWindMPC) == 0x000371, "Member 'ABP_InteriorExterior_Master_C::SetWindMPC' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Wind_Strength_Out_Range_A) == 0x000374, "Member 'ABP_InteriorExterior_Master_C::Wind_Strength_Out_Range_A' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Wind_Strength_Out_Range_B) == 0x000378, "Member 'ABP_InteriorExterior_Master_C::Wind_Strength_Out_Range_B' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Wind_Speed_Out_Range_A) == 0x00037C, "Member 'ABP_InteriorExterior_Master_C::Wind_Speed_Out_Range_A' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Wind_Speed_Out_Range_B) == 0x000380, "Member 'ABP_InteriorExterior_Master_C::Wind_Speed_Out_Range_B' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, WindFilter_EQ) == 0x000388, "Member 'ABP_InteriorExterior_Master_C::WindFilter_EQ' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, EQBands) == 0x000390, "Member 'ABP_InteriorExterior_Master_C::EQBands' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, CachedEQFrequency) == 0x0003A0, "Member 'ABP_InteriorExterior_Master_C::CachedEQFrequency' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, CachedEQGainDb) == 0x0003A4, "Member 'ABP_InteriorExterior_Master_C::CachedEQGainDb' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, CachedFilter) == 0x0003A8, "Member 'ABP_InteriorExterior_Master_C::CachedFilter' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, CachedReverbSendLevel) == 0x0003AC, "Member 'ABP_InteriorExterior_Master_C::CachedReverbSendLevel' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, OverallInteriorVolume) == 0x0003B0, "Member 'ABP_InteriorExterior_Master_C::OverallInteriorVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, AmbInteriorSoundBase) == 0x0003B8, "Member 'ABP_InteriorExterior_Master_C::AmbInteriorSoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, CachedInteriorVolume) == 0x0003C0, "Member 'ABP_InteriorExterior_Master_C::CachedInteriorVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, BaseInteriorVolume) == 0x0003C4, "Member 'ABP_InteriorExterior_Master_C::BaseInteriorVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Fade_in_Duration) == 0x0003C8, "Member 'ABP_InteriorExterior_Master_C::Fade_in_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Source_Effect_EQSettings) == 0x0003D0, "Member 'ABP_InteriorExterior_Master_C::Source_Effect_EQSettings' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, TimelineWind2PlayRate) == 0x0003E0, "Member 'ABP_InteriorExterior_Master_C::TimelineWind2PlayRate' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, TimelineWind1PlayRate) == 0x0003E4, "Member 'ABP_InteriorExterior_Master_C::TimelineWind1PlayRate' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Curve1) == 0x0003E8, "Member 'ABP_InteriorExterior_Master_C::Curve1' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Curve2) == 0x0003EC, "Member 'ABP_InteriorExterior_Master_C::Curve2' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, EnabledInteriorExterior) == 0x0003F0, "Member 'ABP_InteriorExterior_Master_C::EnabledInteriorExterior' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Interior_to_Interior) == 0x0003F1, "Member 'ABP_InteriorExterior_Master_C::Interior_to_Interior' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, PrevEXTLPFAndVolFilterValue) == 0x0003F4, "Member 'ABP_InteriorExterior_Master_C::PrevEXTLPFAndVolFilterValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, PrevEXTLPFandVolVolumeValue) == 0x0003F8, "Member 'ABP_InteriorExterior_Master_C::PrevEXTLPFandVolVolumeValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, PrevEXTLPFandVolEQGainValue) == 0x0003FC, "Member 'ABP_InteriorExterior_Master_C::PrevEXTLPFandVolEQGainValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, As_BPE_A_Interior_Exterior_EXTLPFand_Vol) == 0x000400, "Member 'ABP_InteriorExterior_Master_C::As_BPE_A_Interior_Exterior_EXTLPFand_Vol' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, As_BPE_A_Interior_Exterior_Change_Amb_Param_Values) == 0x000408, "Member 'ABP_InteriorExterior_Master_C::As_BPE_A_Interior_Exterior_Change_Amb_Param_Values' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, ExteriorFollowPlayer) == 0x000410, "Member 'ABP_InteriorExterior_Master_C::ExteriorFollowPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, As_BPE_A_Interior_Exterior_Toggle) == 0x000418, "Member 'ABP_InteriorExterior_Master_C::As_BPE_A_Interior_Exterior_Toggle' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, As_BPE_A_Interior_Exterior_Dynamically_Change_Sound) == 0x000420, "Member 'ABP_InteriorExterior_Master_C::As_BPE_A_Interior_Exterior_Dynamically_Change_Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, DynamicChangeSoundTimelineFloat) == 0x000428, "Member 'ABP_InteriorExterior_Master_C::DynamicChangeSoundTimelineFloat' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, DynamicChangeSoundInteriorAudio1TargetVolume) == 0x00042C, "Member 'ABP_InteriorExterior_Master_C::DynamicChangeSoundInteriorAudio1TargetVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, DynamicChangeSoundInteriorAudio2TargetVolume) == 0x000430, "Member 'ABP_InteriorExterior_Master_C::DynamicChangeSoundInteriorAudio2TargetVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, WindSubmix) == 0x000438, "Member 'ABP_InteriorExterior_Master_C::WindSubmix' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, CachedPlayerCharacter) == 0x000440, "Member 'ABP_InteriorExterior_Master_C::CachedPlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Temp_bool_IsClosed_8C109F8342C307AD7D84C9BF64B8925D_Variable) == 0x000448, "Member 'ABP_InteriorExterior_Master_C::Temp_bool_IsClosed_8C109F8342C307AD7D84C9BF64B8925D_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Master_C, Temp_bool_Has_Been_Initd_8C109F8342C307AD7D84C9BF64B8925D_Variable) == 0x000449, "Member 'ABP_InteriorExterior_Master_C::Temp_bool_Has_Been_Initd_8C109F8342C307AD7D84C9BF64B8925D_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_FlintStriker_C \ static_assert(alignof(UBP_IIT_Player_FlintStriker_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_FlintStriker_C"); \ static_assert(sizeof(UBP_IIT_Player_FlintStriker_C) == 0x000090, "Wrong size on UBP_IIT_Player_FlintStriker_C"); \ #define DUMPER7_ASSERTS_WBP_GymMapList_C_ExecuteUbergraph_WBP_GymMapList \ static_assert(alignof(WBP_GymMapList_C_ExecuteUbergraph_WBP_GymMapList) == 0x000004, "Wrong alignment on WBP_GymMapList_C_ExecuteUbergraph_WBP_GymMapList"); \ static_assert(sizeof(WBP_GymMapList_C_ExecuteUbergraph_WBP_GymMapList) == 0x000004, "Wrong size on WBP_GymMapList_C_ExecuteUbergraph_WBP_GymMapList"); \ static_assert(offsetof(WBP_GymMapList_C_ExecuteUbergraph_WBP_GymMapList, EntryPoint) == 0x000000, "Member 'WBP_GymMapList_C_ExecuteUbergraph_WBP_GymMapList::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GymMapList_C_GetCategoryDisplayName \ static_assert(alignof(WBP_GymMapList_C_GetCategoryDisplayName) == 0x000008, "Wrong alignment on WBP_GymMapList_C_GetCategoryDisplayName"); \ static_assert(sizeof(WBP_GymMapList_C_GetCategoryDisplayName) == 0x000018, "Wrong size on WBP_GymMapList_C_GetCategoryDisplayName"); \ static_assert(offsetof(WBP_GymMapList_C_GetCategoryDisplayName, DisplayName) == 0x000000, "Member 'WBP_GymMapList_C_GetCategoryDisplayName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GymMapList_C_FocusFirstControl \ static_assert(alignof(WBP_GymMapList_C_FocusFirstControl) == 0x000008, "Wrong alignment on WBP_GymMapList_C_FocusFirstControl"); \ static_assert(sizeof(WBP_GymMapList_C_FocusFirstControl) == 0x000010, "Wrong size on WBP_GymMapList_C_FocusFirstControl"); \ static_assert(offsetof(WBP_GymMapList_C_FocusFirstControl, CallFunc_GetChildAt_ReturnValue) == 0x000000, "Member 'WBP_GymMapList_C_FocusFirstControl::CallFunc_GetChildAt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_FocusFirstControl, CallFunc_GetChildrenCount_ReturnValue) == 0x000008, "Member 'WBP_GymMapList_C_FocusFirstControl::CallFunc_GetChildrenCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_FocusFirstControl, CallFunc_Greater_IntInt_ReturnValue) == 0x00000C, "Member 'WBP_GymMapList_C_FocusFirstControl::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_FocusFirstControl, CallFunc_IsInPauseMenu_Result) == 0x00000D, "Member 'WBP_GymMapList_C_FocusFirstControl::CallFunc_IsInPauseMenu_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GymMapList_C_InitForPauseMenu \ static_assert(alignof(WBP_GymMapList_C_InitForPauseMenu) == 0x000008, "Wrong alignment on WBP_GymMapList_C_InitForPauseMenu"); \ static_assert(sizeof(WBP_GymMapList_C_InitForPauseMenu) == 0x000068, "Wrong size on WBP_GymMapList_C_InitForPauseMenu"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, LocalPrevButton) == 0x000000, "Member 'WBP_GymMapList_C_InitForPauseMenu::LocalPrevButton' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, Temp_int_Array_Index_Variable) == 0x000008, "Member 'WBP_GymMapList_C_InitForPauseMenu::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'WBP_GymMapList_C_InitForPauseMenu::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'WBP_GymMapList_C_InitForPauseMenu::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, CallFunc_IsInPauseMenu_Result) == 0x000014, "Member 'WBP_GymMapList_C_InitForPauseMenu::CallFunc_IsInPauseMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, K2Node_MakeStruct_Margin) == 0x000018, "Member 'WBP_GymMapList_C_InitForPauseMenu::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, CallFunc_GetAllChildren_ReturnValue) == 0x000028, "Member 'WBP_GymMapList_C_InitForPauseMenu::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'WBP_GymMapList_C_InitForPauseMenu::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_GymMapList_C_InitForPauseMenu::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'WBP_GymMapList_C_InitForPauseMenu::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, K2Node_DynamicCast_AsWBP_Menu_Button) == 0x000050, "Member 'WBP_GymMapList_C_InitForPauseMenu::K2Node_DynamicCast_AsWBP_Menu_Button' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'WBP_GymMapList_C_InitForPauseMenu::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_InitForPauseMenu, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x000060, "Member 'WBP_GymMapList_C_InitForPauseMenu::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_GymMapList_C_GetSettingsControlWidgets \ static_assert(alignof(WBP_GymMapList_C_GetSettingsControlWidgets) == 0x000008, "Wrong alignment on WBP_GymMapList_C_GetSettingsControlWidgets"); \ static_assert(sizeof(WBP_GymMapList_C_GetSettingsControlWidgets) == 0x000020, "Wrong size on WBP_GymMapList_C_GetSettingsControlWidgets"); \ static_assert(offsetof(WBP_GymMapList_C_GetSettingsControlWidgets, ControlWidgets) == 0x000000, "Member 'WBP_GymMapList_C_GetSettingsControlWidgets::ControlWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_GymMapList_C_GetSettingsControlWidgets, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_GymMapList_C_GetSettingsControlWidgets::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_GymMapList_C \ static_assert(alignof(UWBP_GymMapList_C) == 0x000008, "Wrong alignment on UWBP_GymMapList_C"); \ static_assert(sizeof(UWBP_GymMapList_C) == 0x000308, "Wrong size on UWBP_GymMapList_C"); \ static_assert(offsetof(UWBP_GymMapList_C, UberGraphFrame_WBP_GymMapList_C) == 0x0002D8, "Member 'UWBP_GymMapList_C::UberGraphFrame_WBP_GymMapList_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_GymMapList_C, CollectionAchievementGym) == 0x0002E0, "Member 'UWBP_GymMapList_C::CollectionAchievementGym' has a wrong offset!"); \ static_assert(offsetof(UWBP_GymMapList_C, GymsTitleText) == 0x0002E8, "Member 'UWBP_GymMapList_C::GymsTitleText' has a wrong offset!"); \ static_assert(offsetof(UWBP_GymMapList_C, GymsVerticalBox) == 0x0002F0, "Member 'UWBP_GymMapList_C::GymsVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_GymMapList_C, PS5ControllerAudioTestGym) == 0x0002F8, "Member 'UWBP_GymMapList_C::PS5ControllerAudioTestGym' has a wrong offset!"); \ static_assert(offsetof(UWBP_GymMapList_C, PS5ControllerTriggerFXTestGym) == 0x000300, "Member 'UWBP_GymMapList_C::PS5ControllerTriggerFXTestGym' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_WalkspeedChanger_Indoors_C \ static_assert(alignof(ABP_WalkspeedChanger_Indoors_C) == 0x000008, "Wrong alignment on ABP_WalkspeedChanger_Indoors_C"); \ static_assert(sizeof(ABP_WalkspeedChanger_Indoors_C) == 0x0002E0, "Wrong size on ABP_WalkspeedChanger_Indoors_C"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_ExecuteUbergraph_WBP_CheatCategory \ static_assert(alignof(WBP_CheatCategory_C_ExecuteUbergraph_WBP_CheatCategory) == 0x000004, "Wrong alignment on WBP_CheatCategory_C_ExecuteUbergraph_WBP_CheatCategory"); \ static_assert(sizeof(WBP_CheatCategory_C_ExecuteUbergraph_WBP_CheatCategory) == 0x000004, "Wrong size on WBP_CheatCategory_C_ExecuteUbergraph_WBP_CheatCategory"); \ static_assert(offsetof(WBP_CheatCategory_C_ExecuteUbergraph_WBP_CheatCategory, EntryPoint) == 0x000000, "Member 'WBP_CheatCategory_C_ExecuteUbergraph_WBP_CheatCategory::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_TestWarpPointsCombo \ static_assert(alignof(WBP_CheatCategory_C_TestWarpPointsCombo) == 0x000004, "Wrong alignment on WBP_CheatCategory_C_TestWarpPointsCombo"); \ static_assert(sizeof(WBP_CheatCategory_C_TestWarpPointsCombo) == 0x00000C, "Wrong size on WBP_CheatCategory_C_TestWarpPointsCombo"); \ static_assert(offsetof(WBP_CheatCategory_C_TestWarpPointsCombo, Temp_int_Variable) == 0x000000, "Member 'WBP_CheatCategory_C_TestWarpPointsCombo::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_TestWarpPointsCombo, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000004, "Member 'WBP_CheatCategory_C_TestWarpPointsCombo::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_TestWarpPointsCombo, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'WBP_CheatCategory_C_TestWarpPointsCombo::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_GetCategoryDisplayName \ static_assert(alignof(WBP_CheatCategory_C_GetCategoryDisplayName) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_GetCategoryDisplayName"); \ static_assert(sizeof(WBP_CheatCategory_C_GetCategoryDisplayName) == 0x000018, "Wrong size on WBP_CheatCategory_C_GetCategoryDisplayName"); \ static_assert(offsetof(WBP_CheatCategory_C_GetCategoryDisplayName, DisplayName) == 0x000000, "Member 'WBP_CheatCategory_C_GetCategoryDisplayName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_InitTeleportToValidGroundBtn \ static_assert(alignof(WBP_CheatCategory_C_InitTeleportToValidGroundBtn) == 0x000004, "Wrong alignment on WBP_CheatCategory_C_InitTeleportToValidGroundBtn"); \ static_assert(sizeof(WBP_CheatCategory_C_InitTeleportToValidGroundBtn) == 0x000014, "Wrong size on WBP_CheatCategory_C_InitTeleportToValidGroundBtn"); \ static_assert(offsetof(WBP_CheatCategory_C_InitTeleportToValidGroundBtn, CallFunc_IsInPauseMenu_Result) == 0x000000, "Member 'WBP_CheatCategory_C_InitTeleportToValidGroundBtn::CallFunc_IsInPauseMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitTeleportToValidGroundBtn, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_CheatCategory_C_InitTeleportToValidGroundBtn::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked \ static_assert(alignof(WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked"); \ static_assert(sizeof(WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked) == 0x000030, "Wrong size on WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000008, "Member 'WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000018, "Member 'WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked, K2Node_DynamicCast_AsEOFirst_Person_Character) == 0x000020, "Member 'WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked::K2Node_DynamicCast_AsEOFirst_Person_Character' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked, CallFunc_TeleportToLastValidGround_ReturnValue) == 0x000029, "Member 'WBP_CheatCategory_C_OnTeleportToValidGroundBtnClicked::CallFunc_TeleportToLastValidGround_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_InitTeleportToLastLedgeBtn \ static_assert(alignof(WBP_CheatCategory_C_InitTeleportToLastLedgeBtn) == 0x000004, "Wrong alignment on WBP_CheatCategory_C_InitTeleportToLastLedgeBtn"); \ static_assert(sizeof(WBP_CheatCategory_C_InitTeleportToLastLedgeBtn) == 0x000014, "Wrong size on WBP_CheatCategory_C_InitTeleportToLastLedgeBtn"); \ static_assert(offsetof(WBP_CheatCategory_C_InitTeleportToLastLedgeBtn, CallFunc_IsInPauseMenu_Result) == 0x000000, "Member 'WBP_CheatCategory_C_InitTeleportToLastLedgeBtn::CallFunc_IsInPauseMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitTeleportToLastLedgeBtn, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_CheatCategory_C_InitTeleportToLastLedgeBtn::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked \ static_assert(alignof(WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked"); \ static_assert(sizeof(WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked) == 0x000030, "Wrong size on WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000008, "Member 'WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked, CallFunc_GetOwningPlayerPawn_ReturnValue) == 0x000018, "Member 'WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked::CallFunc_GetOwningPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked, K2Node_DynamicCast_AsEOFirst_Person_Character) == 0x000020, "Member 'WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked::K2Node_DynamicCast_AsEOFirst_Person_Character' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked, CallFunc_TeleportToLastLedge_ReturnValue) == 0x000029, "Member 'WBP_CheatCategory_C_OnTeleportToLastLedgeBtnClicked::CallFunc_TeleportToLastLedge_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_InitSlomoSlider \ static_assert(alignof(WBP_CheatCategory_C_InitSlomoSlider) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_InitSlomoSlider"); \ static_assert(sizeof(WBP_CheatCategory_C_InitSlomoSlider) == 0x000040, "Wrong size on WBP_CheatCategory_C_InitSlomoSlider"); \ static_assert(offsetof(WBP_CheatCategory_C_InitSlomoSlider, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_CheatCategory_C_InitSlomoSlider::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitSlomoSlider, CallFunc_IsInPauseMenu_Result) == 0x000010, "Member 'WBP_CheatCategory_C_InitSlomoSlider::CallFunc_IsInPauseMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitSlomoSlider, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_CheatCategory_C_InitSlomoSlider::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitSlomoSlider, CallFunc_GetOwningPlayer_ReturnValue) == 0x000028, "Member 'WBP_CheatCategory_C_InitSlomoSlider::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitSlomoSlider, K2Node_DynamicCast_AsBP_PHCheat_Manager) == 0x000030, "Member 'WBP_CheatCategory_C_InitSlomoSlider::K2Node_DynamicCast_AsBP_PHCheat_Manager' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitSlomoSlider, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_CheatCategory_C_InitSlomoSlider::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitSlomoSlider, CallFunc_GetTimeDilation_ReturnValue) == 0x00003C, "Member 'WBP_CheatCategory_C_InitSlomoSlider::CallFunc_GetTimeDilation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_OnSlomoSliderValueChanged \ static_assert(alignof(WBP_CheatCategory_C_OnSlomoSliderValueChanged) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_OnSlomoSliderValueChanged"); \ static_assert(sizeof(WBP_CheatCategory_C_OnSlomoSliderValueChanged) == 0x000028, "Wrong size on WBP_CheatCategory_C_OnSlomoSliderValueChanged"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSlomoSliderValueChanged, Value) == 0x000000, "Member 'WBP_CheatCategory_C_OnSlomoSliderValueChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSlomoSliderValueChanged, SettingControl) == 0x000008, "Member 'WBP_CheatCategory_C_OnSlomoSliderValueChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSlomoSliderValueChanged, CallFunc_GetOwningPlayer_ReturnValue) == 0x000010, "Member 'WBP_CheatCategory_C_OnSlomoSliderValueChanged::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSlomoSliderValueChanged, K2Node_DynamicCast_AsBP_PHCheat_Manager) == 0x000018, "Member 'WBP_CheatCategory_C_OnSlomoSliderValueChanged::K2Node_DynamicCast_AsBP_PHCheat_Manager' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSlomoSliderValueChanged, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_CheatCategory_C_OnSlomoSliderValueChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSlomoSliderValueChanged, CallFunc_SetTimeDilation_ReturnValue) == 0x000024, "Member 'WBP_CheatCategory_C_OnSlomoSliderValueChanged::CallFunc_SetTimeDilation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_OnSlomoSliderSelectEnd \ static_assert(alignof(WBP_CheatCategory_C_OnSlomoSliderSelectEnd) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_OnSlomoSliderSelectEnd"); \ static_assert(sizeof(WBP_CheatCategory_C_OnSlomoSliderSelectEnd) == 0x000028, "Wrong size on WBP_CheatCategory_C_OnSlomoSliderSelectEnd"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSlomoSliderSelectEnd, Slider) == 0x000000, "Member 'WBP_CheatCategory_C_OnSlomoSliderSelectEnd::Slider' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSlomoSliderSelectEnd, Value) == 0x000008, "Member 'WBP_CheatCategory_C_OnSlomoSliderSelectEnd::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSlomoSliderSelectEnd, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'WBP_CheatCategory_C_OnSlomoSliderSelectEnd::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSlomoSliderSelectEnd, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000018, "Member 'WBP_CheatCategory_C_OnSlomoSliderSelectEnd::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSlomoSliderSelectEnd, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_CheatCategory_C_OnSlomoSliderSelectEnd::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_InitSetMovementModeCombo \ static_assert(alignof(WBP_CheatCategory_C_InitSetMovementModeCombo) == 0x000004, "Wrong alignment on WBP_CheatCategory_C_InitSetMovementModeCombo"); \ static_assert(sizeof(WBP_CheatCategory_C_InitSetMovementModeCombo) == 0x000014, "Wrong size on WBP_CheatCategory_C_InitSetMovementModeCombo"); \ static_assert(offsetof(WBP_CheatCategory_C_InitSetMovementModeCombo, CallFunc_IsInPauseMenu_Result) == 0x000000, "Member 'WBP_CheatCategory_C_InitSetMovementModeCombo::CallFunc_IsInPauseMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitSetMovementModeCombo, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_CheatCategory_C_InitSetMovementModeCombo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_OnSetMovementModeComboValueChanged \ static_assert(alignof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_OnSetMovementModeComboValueChanged"); \ static_assert(sizeof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged) == 0x000060, "Wrong size on WBP_CheatCategory_C_OnSetMovementModeComboValueChanged"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, Value) == 0x000000, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, SettingControl) == 0x000010, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, CallFunc_GetOwningPlayer_ReturnValue) == 0x000018, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, K2Node_SwitchString_CmpSuccess) == 0x000020, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::K2Node_SwitchString_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, CallFunc_NotEqual_StriStri_ReturnValue) == 0x000021, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::CallFunc_NotEqual_StriStri_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000028, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000030, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000038, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, CallFunc_GetOwningPlayer_ReturnValue_2) == 0x000048, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::CallFunc_GetOwningPlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, CallFunc_GetOwningPlayer_ReturnValue_3) == 0x000050, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::CallFunc_GetOwningPlayer_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnSetMovementModeComboValueChanged, CallFunc_GetOwningPlayer_ReturnValue_4) == 0x000058, "Member 'WBP_CheatCategory_C_OnSetMovementModeComboValueChanged::CallFunc_GetOwningPlayer_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_InitGodModeChkBox \ static_assert(alignof(WBP_CheatCategory_C_InitGodModeChkBox) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_InitGodModeChkBox"); \ static_assert(sizeof(WBP_CheatCategory_C_InitGodModeChkBox) == 0x000030, "Wrong size on WBP_CheatCategory_C_InitGodModeChkBox"); \ static_assert(offsetof(WBP_CheatCategory_C_InitGodModeChkBox, CallFunc_IsInPauseMenu_Result) == 0x000000, "Member 'WBP_CheatCategory_C_InitGodModeChkBox::CallFunc_IsInPauseMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitGodModeChkBox, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_CheatCategory_C_InitGodModeChkBox::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitGodModeChkBox, CallFunc_GetOwningPlayer_ReturnValue) == 0x000018, "Member 'WBP_CheatCategory_C_InitGodModeChkBox::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitGodModeChkBox, K2Node_DynamicCast_AsBP_PHCheat_Manager) == 0x000020, "Member 'WBP_CheatCategory_C_InitGodModeChkBox::K2Node_DynamicCast_AsBP_PHCheat_Manager' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitGodModeChkBox, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_CheatCategory_C_InitGodModeChkBox::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitGodModeChkBox, CallFunc_IsGodModeEnabled_ReturnValue) == 0x000029, "Member 'WBP_CheatCategory_C_InitGodModeChkBox::CallFunc_IsGodModeEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_OnGodModeChkBoxStateChanged \ static_assert(alignof(WBP_CheatCategory_C_OnGodModeChkBoxStateChanged) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_OnGodModeChkBoxStateChanged"); \ static_assert(sizeof(WBP_CheatCategory_C_OnGodModeChkBoxStateChanged) == 0x000040, "Wrong size on WBP_CheatCategory_C_OnGodModeChkBoxStateChanged"); \ static_assert(offsetof(WBP_CheatCategory_C_OnGodModeChkBoxStateChanged, CheckedState) == 0x000000, "Member 'WBP_CheatCategory_C_OnGodModeChkBoxStateChanged::CheckedState' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnGodModeChkBoxStateChanged, SettingControl) == 0x000008, "Member 'WBP_CheatCategory_C_OnGodModeChkBoxStateChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnGodModeChkBoxStateChanged, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'WBP_CheatCategory_C_OnGodModeChkBoxStateChanged::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnGodModeChkBoxStateChanged, CallFunc_GetOwningPlayer_ReturnValue) == 0x000018, "Member 'WBP_CheatCategory_C_OnGodModeChkBoxStateChanged::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnGodModeChkBoxStateChanged, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000020, "Member 'WBP_CheatCategory_C_OnGodModeChkBoxStateChanged::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnGodModeChkBoxStateChanged, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_CheatCategory_C_OnGodModeChkBoxStateChanged::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnGodModeChkBoxStateChanged, K2Node_DynamicCast_AsBP_PHCheat_Manager) == 0x000030, "Member 'WBP_CheatCategory_C_OnGodModeChkBoxStateChanged::K2Node_DynamicCast_AsBP_PHCheat_Manager' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnGodModeChkBoxStateChanged, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'WBP_CheatCategory_C_OnGodModeChkBoxStateChanged::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_InitWarpPointsFilter \ static_assert(alignof(WBP_CheatCategory_C_InitWarpPointsFilter) == 0x000004, "Wrong alignment on WBP_CheatCategory_C_InitWarpPointsFilter"); \ static_assert(sizeof(WBP_CheatCategory_C_InitWarpPointsFilter) == 0x000014, "Wrong size on WBP_CheatCategory_C_InitWarpPointsFilter"); \ static_assert(offsetof(WBP_CheatCategory_C_InitWarpPointsFilter, CallFunc_IsInPauseMenu_Result) == 0x000000, "Member 'WBP_CheatCategory_C_InitWarpPointsFilter::CallFunc_IsInPauseMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_InitWarpPointsFilter, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_CheatCategory_C_InitWarpPointsFilter::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_OnWarpPointsFilterSelected \ static_assert(alignof(WBP_CheatCategory_C_OnWarpPointsFilterSelected) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_OnWarpPointsFilterSelected"); \ static_assert(sizeof(WBP_CheatCategory_C_OnWarpPointsFilterSelected) == 0x000018, "Wrong size on WBP_CheatCategory_C_OnWarpPointsFilterSelected"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointsFilterSelected, Value) == 0x000000, "Member 'WBP_CheatCategory_C_OnWarpPointsFilterSelected::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointsFilterSelected, SettingControl) == 0x000008, "Member 'WBP_CheatCategory_C_OnWarpPointsFilterSelected::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointsFilterSelected, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'WBP_CheatCategory_C_OnWarpPointsFilterSelected::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_InitWarpPointsCombo \ static_assert(alignof(WBP_CheatCategory_C_InitWarpPointsCombo) == 0x000004, "Wrong alignment on WBP_CheatCategory_C_InitWarpPointsCombo"); \ static_assert(sizeof(WBP_CheatCategory_C_InitWarpPointsCombo) == 0x000010, "Wrong size on WBP_CheatCategory_C_InitWarpPointsCombo"); \ static_assert(offsetof(WBP_CheatCategory_C_InitWarpPointsCombo, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_CheatCategory_C_InitWarpPointsCombo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_OnWarpPointSelected \ static_assert(alignof(WBP_CheatCategory_C_OnWarpPointSelected) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_OnWarpPointSelected"); \ static_assert(sizeof(WBP_CheatCategory_C_OnWarpPointSelected) == 0x000080, "Wrong size on WBP_CheatCategory_C_OnWarpPointSelected"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, Value) == 0x000000, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, SettingControl) == 0x000010, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointName) == 0x000018, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointName' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointMapName) == 0x000028, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointMapName' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointBaseFilename) == 0x000038, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointBaseFilename' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, CallFunc_GetWarpPointInfoNameFromFilePath_ReturnValue) == 0x000048, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::CallFunc_GetWarpPointInfoNameFromFilePath_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, CallFunc_NotEqual_StrStr_ReturnValue) == 0x000049, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, CallFunc_WarpPointLoadStatic_ReturnValue) == 0x000060, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::CallFunc_WarpPointLoadStatic_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, CallFunc_Not_PreBool_ReturnValue) == 0x000061, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000068, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000070, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnWarpPointSelected, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'WBP_CheatCategory_C_OnWarpPointSelected::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_SetWarpPointsDropdownList \ static_assert(alignof(WBP_CheatCategory_C_SetWarpPointsDropdownList) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_SetWarpPointsDropdownList"); \ static_assert(sizeof(WBP_CheatCategory_C_SetWarpPointsDropdownList) == 0x0000C0, "Wrong size on WBP_CheatCategory_C_SetWarpPointsDropdownList"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, WarpPointFilePaths) == 0x000000, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::WarpPointFilePaths' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, MapFilter) == 0x000010, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::MapFilter' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CurrentMapName) == 0x000020, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CurrentMapName' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, Temp_int_Loop_Counter_Variable) == 0x000034, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_Add_IntInt_ReturnValue) == 0x000038, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_Array_Get_Item) == 0x000040, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointName) == 0x000058, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointName' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointMapName) == 0x000068, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointMapName' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointBaseFilename) == 0x000078, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_GetWarpPointInfoNameFromFilePath_OutWarpPointBaseFilename' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_GetWarpPointInfoNameFromFilePath_ReturnValue) == 0x000088, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_GetWarpPointInfoNameFromFilePath_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_Less_IntInt_ReturnValue) == 0x000089, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_GetWarpPointFiles_OutFilePaths) == 0x000090, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_GetWarpPointFiles_OutFilePaths' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_GetWarpPointFiles_ReturnValue) == 0x0000A0, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_GetWarpPointFiles_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_GetCurrentLevelName_ReturnValue) == 0x0000A8, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_GetCurrentLevelName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_SetWarpPointsDropdownList, CallFunc_Not_PreBool_ReturnValue) == 0x0000B8, "Member 'WBP_CheatCategory_C_SetWarpPointsDropdownList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_InitToggleStatFPSBtn \ static_assert(alignof(WBP_CheatCategory_C_InitToggleStatFPSBtn) == 0x000004, "Wrong alignment on WBP_CheatCategory_C_InitToggleStatFPSBtn"); \ static_assert(sizeof(WBP_CheatCategory_C_InitToggleStatFPSBtn) == 0x000010, "Wrong size on WBP_CheatCategory_C_InitToggleStatFPSBtn"); \ static_assert(offsetof(WBP_CheatCategory_C_InitToggleStatFPSBtn, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_CheatCategory_C_InitToggleStatFPSBtn::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_OnToggleStatFPSBtnClicked \ static_assert(alignof(WBP_CheatCategory_C_OnToggleStatFPSBtnClicked) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_OnToggleStatFPSBtnClicked"); \ static_assert(sizeof(WBP_CheatCategory_C_OnToggleStatFPSBtnClicked) == 0x000010, "Wrong size on WBP_CheatCategory_C_OnToggleStatFPSBtnClicked"); \ static_assert(offsetof(WBP_CheatCategory_C_OnToggleStatFPSBtnClicked, CallFunc_GetOwningPlayer_ReturnValue) == 0x000000, "Member 'WBP_CheatCategory_C_OnToggleStatFPSBtnClicked::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_OnToggleStatFPSBtnClicked, CallFunc_GetOwningPlayer_ReturnValue_1) == 0x000008, "Member 'WBP_CheatCategory_C_OnToggleStatFPSBtnClicked::CallFunc_GetOwningPlayer_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_CheatCategory_C_GetSettingsControlWidgets \ static_assert(alignof(WBP_CheatCategory_C_GetSettingsControlWidgets) == 0x000008, "Wrong alignment on WBP_CheatCategory_C_GetSettingsControlWidgets"); \ static_assert(sizeof(WBP_CheatCategory_C_GetSettingsControlWidgets) == 0x000020, "Wrong size on WBP_CheatCategory_C_GetSettingsControlWidgets"); \ static_assert(offsetof(WBP_CheatCategory_C_GetSettingsControlWidgets, ControlWidgets) == 0x000000, "Member 'WBP_CheatCategory_C_GetSettingsControlWidgets::ControlWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_CheatCategory_C_GetSettingsControlWidgets, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_CheatCategory_C_GetSettingsControlWidgets::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_CheatCategory_C \ static_assert(alignof(UWBP_CheatCategory_C) == 0x000008, "Wrong alignment on UWBP_CheatCategory_C"); \ static_assert(sizeof(UWBP_CheatCategory_C) == 0x000330, "Wrong size on UWBP_CheatCategory_C"); \ static_assert(offsetof(UWBP_CheatCategory_C, UberGraphFrame_WBP_CheatCategory_C) == 0x0002D8, "Member 'UWBP_CheatCategory_C::UberGraphFrame_WBP_CheatCategory_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, ControlListVerticalBox) == 0x0002E0, "Member 'UWBP_CheatCategory_C::ControlListVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, GodModeChkBox) == 0x0002E8, "Member 'UWBP_CheatCategory_C::GodModeChkBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, LastLedgeTeleportBtn) == 0x0002F0, "Member 'UWBP_CheatCategory_C::LastLedgeTeleportBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, SetMovementModeCombo) == 0x0002F8, "Member 'UWBP_CheatCategory_C::SetMovementModeCombo' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, SlomoSlider) == 0x000300, "Member 'UWBP_CheatCategory_C::SlomoSlider' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, ToggleStatFPSBtn) == 0x000308, "Member 'UWBP_CheatCategory_C::ToggleStatFPSBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, ValidGroundTeleportBtn) == 0x000310, "Member 'UWBP_CheatCategory_C::ValidGroundTeleportBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, WarpPointsCombo) == 0x000318, "Member 'UWBP_CheatCategory_C::WarpPointsCombo' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, WarpPointsFilterCombo) == 0x000320, "Member 'UWBP_CheatCategory_C::WarpPointsFilterCombo' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, FilterWarpPointsByCurrentMap) == 0x000328, "Member 'UWBP_CheatCategory_C::FilterWarpPointsByCurrentMap' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, IsUpdatingWarpPointsList) == 0x000329, "Member 'UWBP_CheatCategory_C::IsUpdatingWarpPointsList' has a wrong offset!"); \ static_assert(offsetof(UWBP_CheatCategory_C, PrintScreenDuration) == 0x00032C, "Member 'UWBP_CheatCategory_C::PrintScreenDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_Debug_GPOIZones_C_InitialZoneWidget \ static_assert(alignof(WBP_Debug_GPOIZones_C_InitialZoneWidget) == 0x000004, "Wrong alignment on WBP_Debug_GPOIZones_C_InitialZoneWidget"); \ static_assert(sizeof(WBP_Debug_GPOIZones_C_InitialZoneWidget) == 0x000008, "Wrong size on WBP_Debug_GPOIZones_C_InitialZoneWidget"); \ static_assert(offsetof(WBP_Debug_GPOIZones_C_InitialZoneWidget, InParam) == 0x000000, "Member 'WBP_Debug_GPOIZones_C_InitialZoneWidget::InParam' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_Debug_GPOIZones_C \ static_assert(alignof(UWBP_Debug_GPOIZones_C) == 0x000008, "Wrong alignment on UWBP_Debug_GPOIZones_C"); \ static_assert(sizeof(UWBP_Debug_GPOIZones_C) == 0x000268, "Wrong size on UWBP_Debug_GPOIZones_C"); \ static_assert(offsetof(UWBP_Debug_GPOIZones_C, DeadZone) == 0x000260, "Member 'UWBP_Debug_GPOIZones_C::DeadZone' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_ExecuteUbergraph_WBP_SettingsControlList_Audio \ static_assert(alignof(WBP_SettingsControlList_Audio_C_ExecuteUbergraph_WBP_SettingsControlList_Audio) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Audio_C_ExecuteUbergraph_WBP_SettingsControlList_Audio"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_ExecuteUbergraph_WBP_SettingsControlList_Audio) == 0x000004, "Wrong size on WBP_SettingsControlList_Audio_C_ExecuteUbergraph_WBP_SettingsControlList_Audio"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_ExecuteUbergraph_WBP_SettingsControlList_Audio, EntryPoint) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_ExecuteUbergraph_WBP_SettingsControlList_Audio::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_GetCategoryDisplayName \ static_assert(alignof(WBP_SettingsControlList_Audio_C_GetCategoryDisplayName) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_GetCategoryDisplayName"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_GetCategoryDisplayName) == 0x000018, "Wrong size on WBP_SettingsControlList_Audio_C_GetCategoryDisplayName"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_GetCategoryDisplayName, DisplayName) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_GetCategoryDisplayName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls \ static_assert(alignof(WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls) == 0x000048, "Wrong size on WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls, CallFunc_GetMasterVolume_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000040, "Member 'WBP_SettingsControlList_Audio_C_SetupMasterVolumeControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls \ static_assert(alignof(WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls) == 0x000048, "Wrong size on WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls, CallFunc_GetSFXVolume_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls::CallFunc_GetSFXVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000040, "Member 'WBP_SettingsControlList_Audio_C_SetupSFXVolumeControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls \ static_assert(alignof(WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls) == 0x000048, "Wrong size on WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls, CallFunc_GetMusicVolume_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000040, "Member 'WBP_SettingsControlList_Audio_C_SetupMusicVolumeControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_SetupVOVolumeControls \ static_assert(alignof(WBP_SettingsControlList_Audio_C_SetupVOVolumeControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_SetupVOVolumeControls"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_SetupVOVolumeControls) == 0x000048, "Wrong size on WBP_SettingsControlList_Audio_C_SetupVOVolumeControls"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupVOVolumeControls, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_SetupVOVolumeControls::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupVOVolumeControls, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_SetupVOVolumeControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupVOVolumeControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_SetupVOVolumeControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupVOVolumeControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_SettingsControlList_Audio_C_SetupVOVolumeControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupVOVolumeControls, CallFunc_GetVOVolume_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Audio_C_SetupVOVolumeControls::CallFunc_GetVOVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupVOVolumeControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000040, "Member 'WBP_SettingsControlList_Audio_C_SetupVOVolumeControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_SetupUIVolumeControls \ static_assert(alignof(WBP_SettingsControlList_Audio_C_SetupUIVolumeControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_SetupUIVolumeControls"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_SetupUIVolumeControls) == 0x000048, "Wrong size on WBP_SettingsControlList_Audio_C_SetupUIVolumeControls"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupUIVolumeControls, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_SetupUIVolumeControls::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupUIVolumeControls, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_SetupUIVolumeControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupUIVolumeControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_SetupUIVolumeControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupUIVolumeControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_SettingsControlList_Audio_C_SetupUIVolumeControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupUIVolumeControls, CallFunc_GetUIVolume_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Audio_C_SetupUIVolumeControls::CallFunc_GetUIVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupUIVolumeControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000040, "Member 'WBP_SettingsControlList_Audio_C_SetupUIVolumeControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_SetupAudioQualityControls \ static_assert(alignof(WBP_SettingsControlList_Audio_C_SetupAudioQualityControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_SetupAudioQualityControls"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_SetupAudioQualityControls) == 0x000048, "Wrong size on WBP_SettingsControlList_Audio_C_SetupAudioQualityControls"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupAudioQualityControls, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_SetupAudioQualityControls::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupAudioQualityControls, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_SetupAudioQualityControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupAudioQualityControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_SetupAudioQualityControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupAudioQualityControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000028, "Member 'WBP_SettingsControlList_Audio_C_SetupAudioQualityControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupAudioQualityControls, CallFunc_GetAudioQualityLevel_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Audio_C_SetupAudioQualityControls::CallFunc_GetAudioQualityLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetupAudioQualityControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000040, "Member 'WBP_SettingsControlList_Audio_C_SetupAudioQualityControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged, CallFunc_GetMasterVolume_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_Audio_C_OnMasterVolumeChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged, CallFunc_GetMusicVolume_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_Audio_C_OnMusicVolumeChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged, CallFunc_GetSFXVolume_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged::CallFunc_GetSFXVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_Audio_C_OnSFXVolumeChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnVOVolumeChanged \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnVOVolumeChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnVOVolumeChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnVOVolumeChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Audio_C_OnVOVolumeChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnVOVolumeChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnVOVolumeChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnVOVolumeChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnVOVolumeChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnVOVolumeChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnVOVolumeChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnVOVolumeChanged, CallFunc_GetVOVolume_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_OnVOVolumeChanged::CallFunc_GetVOVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnVOVolumeChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_Audio_C_OnVOVolumeChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnUIVolumeChanged \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnUIVolumeChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnUIVolumeChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnUIVolumeChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Audio_C_OnUIVolumeChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnUIVolumeChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnUIVolumeChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnUIVolumeChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnUIVolumeChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnUIVolumeChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnUIVolumeChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnUIVolumeChanged, CallFunc_GetUIVolume_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_OnUIVolumeChanged::CallFunc_GetUIVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnUIVolumeChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_Audio_C_OnUIVolumeChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnAudioQualityChange \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnAudioQualityChange) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnAudioQualityChange"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnAudioQualityChange) == 0x000020, "Wrong size on WBP_SettingsControlList_Audio_C_OnAudioQualityChange"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnAudioQualityChange, Value) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnAudioQualityChange::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnAudioQualityChange, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnAudioQualityChange::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnAudioQualityChange, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnAudioQualityChange::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnAudioQualityChange, CallFunc_GetAudioQualityLevel_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_OnAudioQualityChange::CallFunc_GetAudioQualityLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnAudioQualityChange, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_Audio_C_OnAudioQualityChange::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_ApplyAudioQuality \ static_assert(alignof(WBP_SettingsControlList_Audio_C_ApplyAudioQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_ApplyAudioQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_ApplyAudioQuality) == 0x000040, "Wrong size on WBP_SettingsControlList_Audio_C_ApplyAudioQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_ApplyAudioQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_ApplyAudioQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_ApplyAudioQuality, Loc_GameUserSettings) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_ApplyAudioQuality::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_ApplyAudioQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_ApplyAudioQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_ApplyAudioQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Audio_C_ApplyAudioQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_ApplyAudioQuality, CallFunc_GetSelectedIndex_Result) == 0x000030, "Member 'WBP_SettingsControlList_Audio_C_ApplyAudioQuality::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_ApplyAudioQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000038, "Member 'WBP_SettingsControlList_Audio_C_ApplyAudioQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_RevertAudioQuality \ static_assert(alignof(WBP_SettingsControlList_Audio_C_RevertAudioQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_RevertAudioQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_RevertAudioQuality) == 0x000040, "Wrong size on WBP_SettingsControlList_Audio_C_RevertAudioQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_RevertAudioQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_RevertAudioQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_RevertAudioQuality, Loc_GameUserSettings) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_RevertAudioQuality::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_RevertAudioQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_RevertAudioQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_RevertAudioQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000020, "Member 'WBP_SettingsControlList_Audio_C_RevertAudioQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_RevertAudioQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_Audio_C_RevertAudioQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_RevertAudioQuality, CallFunc_GetAudioQualityLevel_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Audio_C_RevertAudioQuality::CallFunc_GetAudioQualityLevel_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnApplyMasterVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnApplyMasterVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnApplyMasterVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnApplyMasterVolume) == 0x000018, "Wrong size on WBP_SettingsControlList_Audio_C_OnApplyMasterVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyMasterVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnApplyMasterVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyMasterVolume, CallFunc_GetSliderValue_Result) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnApplyMasterVolume::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyMasterVolume, CallFunc_ApplyMasterVolume_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_Audio_C_OnApplyMasterVolume::CallFunc_ApplyMasterVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyMasterVolume, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnApplyMasterVolume::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnRevertMasterVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnRevertMasterVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnRevertMasterVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnRevertMasterVolume) == 0x000010, "Wrong size on WBP_SettingsControlList_Audio_C_OnRevertMasterVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertMasterVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnRevertMasterVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertMasterVolume, CallFunc_GetMasterVolume_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnRevertMasterVolume::CallFunc_GetMasterVolume_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnApplySFXVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnApplySFXVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnApplySFXVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnApplySFXVolume) == 0x000018, "Wrong size on WBP_SettingsControlList_Audio_C_OnApplySFXVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplySFXVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnApplySFXVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplySFXVolume, CallFunc_GetSliderValue_Result) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnApplySFXVolume::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplySFXVolume, CallFunc_ApplySFXVolume_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_Audio_C_OnApplySFXVolume::CallFunc_ApplySFXVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplySFXVolume, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnApplySFXVolume::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnRevertSFXVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnRevertSFXVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnRevertSFXVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnRevertSFXVolume) == 0x000010, "Wrong size on WBP_SettingsControlList_Audio_C_OnRevertSFXVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertSFXVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnRevertSFXVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertSFXVolume, CallFunc_GetSFXVolume_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnRevertSFXVolume::CallFunc_GetSFXVolume_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnApplyMusicVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnApplyMusicVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnApplyMusicVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnApplyMusicVolume) == 0x000018, "Wrong size on WBP_SettingsControlList_Audio_C_OnApplyMusicVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyMusicVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnApplyMusicVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyMusicVolume, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnApplyMusicVolume::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyMusicVolume, CallFunc_ApplyMusicVolume_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnApplyMusicVolume::CallFunc_ApplyMusicVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyMusicVolume, CallFunc_GetSliderValue_Result) == 0x000014, "Member 'WBP_SettingsControlList_Audio_C_OnApplyMusicVolume::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnRevertMusicVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnRevertMusicVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnRevertMusicVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnRevertMusicVolume) == 0x000010, "Wrong size on WBP_SettingsControlList_Audio_C_OnRevertMusicVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertMusicVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnRevertMusicVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertMusicVolume, CallFunc_GetMusicVolume_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnRevertMusicVolume::CallFunc_GetMusicVolume_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnApplyVOVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnApplyVOVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnApplyVOVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnApplyVOVolume) == 0x000018, "Wrong size on WBP_SettingsControlList_Audio_C_OnApplyVOVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyVOVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnApplyVOVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyVOVolume, CallFunc_GetSliderValue_Result) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnApplyVOVolume::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyVOVolume, CallFunc_ApplyVOVolume_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_Audio_C_OnApplyVOVolume::CallFunc_ApplyVOVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyVOVolume, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnApplyVOVolume::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnRevertVOVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnRevertVOVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnRevertVOVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnRevertVOVolume) == 0x000010, "Wrong size on WBP_SettingsControlList_Audio_C_OnRevertVOVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertVOVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnRevertVOVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertVOVolume, CallFunc_GetVOVolume_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnRevertVOVolume::CallFunc_GetVOVolume_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnApplyUIVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnApplyUIVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnApplyUIVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnApplyUIVolume) == 0x000018, "Wrong size on WBP_SettingsControlList_Audio_C_OnApplyUIVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyUIVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnApplyUIVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyUIVolume, CallFunc_GetSliderValue_Result) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnApplyUIVolume::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyUIVolume, CallFunc_ApplyUIVolume_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_Audio_C_OnApplyUIVolume::CallFunc_ApplyUIVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyUIVolume, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnApplyUIVolume::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnRevertUIVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnRevertUIVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnRevertUIVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnRevertUIVolume) == 0x000010, "Wrong size on WBP_SettingsControlList_Audio_C_OnRevertUIVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertUIVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnRevertUIVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertUIVolume, CallFunc_GetUIVolume_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnRevertUIVolume::CallFunc_GetUIVolume_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls \ static_assert(alignof(WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls, CallFunc_GetGamepadSpeakerVolume_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Audio_C_SetGamepadSpeakerVolumeControls::CallFunc_GetGamepadSpeakerVolume_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged, CallFunc_GetGamepadSpeakerVolume_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged::CallFunc_GetGamepadSpeakerVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_Audio_C_OnGamepadSpeakerVolumeChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume) == 0x000018, "Wrong size on WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume, CallFunc_GetSliderValue_Result) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume, CallFunc_ApplyGamepadSpeakerVolume_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume::CallFunc_ApplyGamepadSpeakerVolume_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_OnApplyGamepadSpeakerVolume::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_OnRevertGamepadSpeakerVolume \ static_assert(alignof(WBP_SettingsControlList_Audio_C_OnRevertGamepadSpeakerVolume) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_OnRevertGamepadSpeakerVolume"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_OnRevertGamepadSpeakerVolume) == 0x000010, "Wrong size on WBP_SettingsControlList_Audio_C_OnRevertGamepadSpeakerVolume"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertGamepadSpeakerVolume, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_OnRevertGamepadSpeakerVolume::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_OnRevertGamepadSpeakerVolume, CallFunc_GetGamepadSpeakerVolume_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Audio_C_OnRevertGamepadSpeakerVolume::CallFunc_GetGamepadSpeakerVolume_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Audio_C_GetSettingsControlWidgets \ static_assert(alignof(WBP_SettingsControlList_Audio_C_GetSettingsControlWidgets) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Audio_C_GetSettingsControlWidgets"); \ static_assert(sizeof(WBP_SettingsControlList_Audio_C_GetSettingsControlWidgets) == 0x000020, "Wrong size on WBP_SettingsControlList_Audio_C_GetSettingsControlWidgets"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_GetSettingsControlWidgets, ControlWidgets) == 0x000000, "Member 'WBP_SettingsControlList_Audio_C_GetSettingsControlWidgets::ControlWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Audio_C_GetSettingsControlWidgets, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Audio_C_GetSettingsControlWidgets::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_SettingsControlList_Audio_C \ static_assert(alignof(UWBP_SettingsControlList_Audio_C) == 0x000008, "Wrong alignment on UWBP_SettingsControlList_Audio_C"); \ static_assert(sizeof(UWBP_SettingsControlList_Audio_C) == 0x000320, "Wrong size on UWBP_SettingsControlList_Audio_C"); \ static_assert(offsetof(UWBP_SettingsControlList_Audio_C, UberGraphFrame_WBP_SettingsControlList_Audio_C) == 0x0002D8, "Member 'UWBP_SettingsControlList_Audio_C::UberGraphFrame_WBP_SettingsControlList_Audio_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Audio_C, AudioQualityComboControl) == 0x0002E0, "Member 'UWBP_SettingsControlList_Audio_C::AudioQualityComboControl' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Audio_C, ControlListVerticalBox) == 0x0002E8, "Member 'UWBP_SettingsControlList_Audio_C::ControlListVerticalBox' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Audio_C, GamepadSpeakerVolume) == 0x0002F0, "Member 'UWBP_SettingsControlList_Audio_C::GamepadSpeakerVolume' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Audio_C, MasterSliderControl) == 0x0002F8, "Member 'UWBP_SettingsControlList_Audio_C::MasterSliderControl' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Audio_C, MusicSliderControl) == 0x000300, "Member 'UWBP_SettingsControlList_Audio_C::MusicSliderControl' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Audio_C, SFXSliderControl) == 0x000308, "Member 'UWBP_SettingsControlList_Audio_C::SFXSliderControl' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Audio_C, UISliderControl) == 0x000310, "Member 'UWBP_SettingsControlList_Audio_C::UISliderControl' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Audio_C, VOSliderControl) == 0x000318, "Member 'UWBP_SettingsControlList_Audio_C::VOSliderControl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_ComboControl_OnOff_C \ static_assert(alignof(UWBP_ComboControl_OnOff_C) == 0x000008, "Wrong alignment on UWBP_ComboControl_OnOff_C"); \ static_assert(sizeof(UWBP_ComboControl_OnOff_C) == 0x000568, "Wrong size on UWBP_ComboControl_OnOff_C"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display \ static_assert(alignof(WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display) == 0x000034, "Wrong size on WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display, EntryPoint) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display, K2Node_CreateDelegate_OutputDelegate_1) == 0x000014, "Member 'WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display, K2Node_EOCreateEvent_OutputDelegate) == 0x000024, "Member 'WBP_SettingsControlList_Display_C_ExecuteUbergraph_WBP_SettingsControlList_Display::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_GetCategoryDisplayName \ static_assert(alignof(WBP_SettingsControlList_Display_C_GetCategoryDisplayName) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_GetCategoryDisplayName"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_GetCategoryDisplayName) == 0x000018, "Wrong size on WBP_SettingsControlList_Display_C_GetCategoryDisplayName"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetCategoryDisplayName, DisplayName) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_GetCategoryDisplayName::DisplayName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupResolutionControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupResolutionControls) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupResolutionControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupResolutionControls) == 0x000030, "Wrong size on WBP_SettingsControlList_Display_C_SetupResolutionControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_UpdateResolutionOptions \ static_assert(alignof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_UpdateResolutionOptions"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions) == 0x0001D0, "Wrong size on WBP_SettingsControlList_Display_C_UpdateResolutionOptions"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, IsReverting) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::IsReverting' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, Loc_SupportedFullScreenRes) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::Loc_SupportedFullScreenRes' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, Loc_CurrResolutionString) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::Loc_CurrResolutionString' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, Loc_CurrFullscreenMode) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::Loc_CurrFullscreenMode' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, Loc_ElementResolutionString) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::Loc_ElementResolutionString' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, Loc_GameUserSettings) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, Temp_int_Array_Index_Variable) == 0x000048, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Array_Length_ReturnValue) == 0x00004C, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, Temp_int_Loop_Counter_Variable) == 0x000050, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_FindOptonIndex_Index) == 0x000068, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_FindOptonIndex_Index' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00006C, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetScreenResolution_ReturnValue) == 0x000070, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Conv_BoolToString_ReturnValue) == 0x000078, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetResolutionString_Result) == 0x000088, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetResolutionString_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000098, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A8, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000B8, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, K2Node_SwitchEnum_CmpSuccess) == 0x0000C8, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000D0, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetSystemResolution_ReturnValue) == 0x0000E0, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetSystemResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetSystemResolution_ReturnValue_1) == 0x0000E8, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetSystemResolution_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetResolutionString_Result_1) == 0x0000F0, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetResolutionString_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Array_Find_ReturnValue) == 0x000100, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Array_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000104, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Not_PreBool_ReturnValue) == 0x000105, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Not_PreBool_ReturnValue_1) == 0x000106, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, Temp_int_Array_Index_Variable_1) == 0x000108, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Array_Get_Item) == 0x00010C, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetResolutionString_Result_2) == 0x000118, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetResolutionString_Result_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Not_PreBool_ReturnValue_2) == 0x000128, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000130, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000140, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetFullscreenMode_ReturnValue) == 0x000150, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetScreenResolution_ReturnValue_1) == 0x000154, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetScreenResolution_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetResolutionString_Result_3) == 0x000160, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetResolutionString_Result_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, Temp_int_Loop_Counter_Variable_1) == 0x000170, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetSupportedFullscreenResolutions_Resolutions) == 0x000178, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetSupportedFullscreenResolutions_Resolutions' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetSupportedFullscreenResolutions_ReturnValue) == 0x000188, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetSupportedFullscreenResolutions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Less_IntInt_ReturnValue) == 0x000189, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Add_IntInt_ReturnValue_1) == 0x00018C, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetConvenientWindowedResolutions_Resolutions) == 0x000190, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetConvenientWindowedResolutions_Resolutions' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetConvenientWindowedResolutions_ReturnValue) == 0x0001A0, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetConvenientWindowedResolutions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Array_Get_Item_1) == 0x0001A4, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Array_Length_ReturnValue_1) == 0x0001AC, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetResolutionString_Result_4) == 0x0001B0, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetResolutionString_Result_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001C0, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionOptions, CallFunc_GetPHGameUserSettings_UserSettings) == 0x0001C8, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionOptions::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnResolutionChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnResolutionChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnResolutionChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnResolutionChanged) == 0x000110, "Wrong size on WBP_SettingsControlList_Display_C_OnResolutionChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, SettingControl) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, Loc_CurrMode) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::Loc_CurrMode' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, Loc_SelectedMode) == 0x00001C, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::Loc_SelectedMode' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, Loc_CurrResolution) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::Loc_CurrResolution' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_Conv_IntToString_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000048, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000058, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_Conv_IntToByte_ReturnValue) == 0x000060, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_GetFullscreenMode_ReturnValue) == 0x000061, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000062, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_GetSelectedIndex_Result) == 0x000064, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000098, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x0000A8, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B0, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000C0, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0000D0, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_NotEqual_StrStr_ReturnValue) == 0x0000E0, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_NotEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x0000E8, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_GetScreenResolution_ReturnValue) == 0x0000F0, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_GetCachedGameInstance_CachedGameInstance_1) == 0x0000F8, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_GetCachedGameInstance_CachedGameInstance_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionChanged, CallFunc_GetResolutionString_Result) == 0x000100, "Member 'WBP_SettingsControlList_Display_C_OnResolutionChanged::CallFunc_GetResolutionString_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyResolution \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyResolution) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyResolution"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyResolution) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_ApplyResolution"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyResolution, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyResolution::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyResolution, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyResolution::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyResolution, CallFunc_MakeLiteralString_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_ApplyResolution::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertResolution \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertResolution) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertResolution"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertResolution) == 0x000010, "Wrong size on WBP_SettingsControlList_Display_C_RevertResolution"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertResolution, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertResolution::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_HandleNewResolutionRejected \ static_assert(alignof(WBP_SettingsControlList_Display_C_HandleNewResolutionRejected) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_HandleNewResolutionRejected"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_HandleNewResolutionRejected) == 0x000010, "Wrong size on WBP_SettingsControlList_Display_C_HandleNewResolutionRejected"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HandleNewResolutionRejected, CallFunc_MakeLiteralString_ReturnValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_HandleNewResolutionRejected::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupScreenModeControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupScreenModeControls) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupScreenModeControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupScreenModeControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetupScreenModeControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupScreenModeControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupScreenModeControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupScreenModeControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupScreenModeControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupScreenModeControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupScreenModeControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupScreenModeControls, K2Node_CreateDelegate_OutputDelegate_3) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupScreenModeControls::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ScreenModeIntChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ScreenModeIntChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged) == 0x000170, "Wrong size on WBP_SettingsControlList_Display_C_ScreenModeIntChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, Loc_CurrFullscreenMode) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::Loc_CurrFullscreenMode' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, Loc_ResolutionStringElement) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::Loc_ResolutionStringElement' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, Temp_int_Array_Index_Variable) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_MakeLiteralString_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000048, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Conv_IntToString_ReturnValue) == 0x000050, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000060, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000080, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000088, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000098, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A8, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000B8, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, Temp_int_Array_Index_Variable_1) == 0x0000C8, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, K2Node_SwitchInteger_CmpSuccess) == 0x0000CC, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000CD, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_GetOptionCount_Result) == 0x0000D0, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_GetOptionCount_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000D4, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x0000D8, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_GetFullscreenMode_ReturnValue) == 0x0000E0, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, Temp_int_Loop_Counter_Variable_1) == 0x0000E4, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_GetConvenientWindowedResolutions_Resolutions) == 0x0000E8, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_GetConvenientWindowedResolutions_Resolutions' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_GetConvenientWindowedResolutions_ReturnValue) == 0x0000F8, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_GetConvenientWindowedResolutions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Array_Get_Item) == 0x0000FC, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Array_Length_ReturnValue) == 0x000104, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Less_IntInt_ReturnValue) == 0x000108, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_GetResolutionString_Result) == 0x000110, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_GetResolutionString_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Add_IntInt_ReturnValue_1) == 0x000120, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_GetSupportedFullscreenResolutions_Resolutions) == 0x000128, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_GetSupportedFullscreenResolutions_Resolutions' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_GetSupportedFullscreenResolutions_ReturnValue) == 0x000138, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_GetSupportedFullscreenResolutions_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000140, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Array_Get_Item_1) == 0x000148, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Array_Length_ReturnValue_1) == 0x000150, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_GetResolutionString_Result_1) == 0x000158, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_GetResolutionString_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeIntChanged, CallFunc_Less_IntInt_ReturnValue_1) == 0x000168, "Member 'WBP_SettingsControlList_Display_C_ScreenModeIntChanged::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyScreenMode \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyScreenMode) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyScreenMode"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyScreenMode) == 0x000178, "Wrong size on WBP_SettingsControlList_Display_C_ApplyScreenMode"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, Loc_NewResolution) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::Loc_NewResolution' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, Loc_ParentSettingsWindow) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::Loc_ParentSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, Loc_WidgetToFocusOnClose) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::Loc_WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, Loc_BlindData) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::Loc_BlindData' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, Loc_WindowMode) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::Loc_WindowMode' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, Loc_GameUserSettings) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, Temp_byte_Variable) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, Temp_bool_Variable) == 0x000031, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, Temp_bool_Variable_1) == 0x000032, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, Temp_bool_Variable_2) == 0x000033, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_MakeLiteralString_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000048, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_Conv_IntPointToString_ReturnValue) == 0x000058, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_Conv_IntPointToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000068, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_GetScreenResolution_ReturnValue) == 0x000078, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_GetScreenResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_MakeLiteralString_ReturnValue_1) == 0x000090, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_MakeLiteralString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_GetFullscreenMode_ReturnValue) == 0x0000A0, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_Conv_IntPointToString_ReturnValue_1) == 0x0000A8, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_Conv_IntPointToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B8, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000C8, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x0000D0, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, K2Node_DynamicCast_bSuccess) == 0x0000D8, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_GetDesktopResolution_ReturnValue) == 0x0000DC, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_GetDesktopResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x0000E8, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000F8, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, K2Node_SwitchEnum_CmpSuccess) == 0x000108, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000110, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000120, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000130, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, K2Node_Select_Default) == 0x000140, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000148, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_GetSelectedResolution_ResolutionX) == 0x000158, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_GetSelectedResolution_ResolutionX' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_GetSelectedResolution_ResolutionY) == 0x00015C, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_GetSelectedResolution_ResolutionY' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_GetSelectedIndex_Result) == 0x000160, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, K2Node_MakeStruct_IntPoint) == 0x000164, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::K2Node_MakeStruct_IntPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_Conv_IntToByte_ReturnValue) == 0x00016C, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_GetValidValue_ReturnValue) == 0x00016D, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyScreenMode, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000170, "Member 'WBP_SettingsControlList_Display_C_ApplyScreenMode::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ScreenModeApplied \ static_assert(alignof(WBP_SettingsControlList_Display_C_ScreenModeApplied) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ScreenModeApplied"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ScreenModeApplied) == 0x000198, "Wrong size on WBP_SettingsControlList_Display_C_ScreenModeApplied"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, Loc_ParentSettingsWindow) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::Loc_ParentSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, Loc_WidgetToFocusOnClose) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::Loc_WidgetToFocusOnClose' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, Loc_BlindData) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::Loc_BlindData' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_GetTopMostMenu_Result) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_GetTopMostMenu_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_IsGamePaused_ReturnValue) == 0x000039, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_SelectObject_ReturnValue) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_SelectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, K2Node_DynamicCast_AsEOMsg_Box_Base_Blind_Data) == 0x000048, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::K2Node_DynamicCast_AsEOMsg_Box_Base_Blind_Data' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, K2Node_DynamicCast_bSuccess_1) == 0x000050, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, K2Node_CreateDelegate_OutputDelegate) == 0x000054, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_GetTopFocusedWidget_Result) == 0x000068, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_GetTopFocusedWidget_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_CreateEOEvent_ReturnValue) == 0x000070, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_GetOwningPlayer_ReturnValue) == 0x000078, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_GetMsgBoxButtonText_Result) == 0x000080, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_GetMsgBoxButtonText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_GetMsgBoxButtonText_Result_1) == 0x000098, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_GetMsgBoxButtonText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_GetMsgBoxText_Result) == 0x0000B0, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_GetMsgBoxText_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, K2Node_MakeArray_Array) == 0x0000C8, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, CallFunc_GetMsgBoxText_Result_1) == 0x0000D8, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::CallFunc_GetMsgBoxText_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ScreenModeApplied, K2Node_MakeStruct_EOMsgBoxInfo) == 0x0000F0, "Member 'WBP_SettingsControlList_Display_C_ScreenModeApplied::K2Node_MakeStruct_EOMsgBoxInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertScreenMode \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertScreenMode) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertScreenMode"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertScreenMode) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_RevertScreenMode"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertScreenMode, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertScreenMode::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertScreenMode, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertScreenMode::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertScreenMode, CallFunc_GetFullscreenMode_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_RevertScreenMode::CallFunc_GetFullscreenMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertScreenMode, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertScreenMode::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertScreenMode, CallFunc_Conv_ByteToInt_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_RevertScreenMode::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertScreenMode, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_RevertScreenMode::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetupAntiAliasingQualityControls::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_AntiAliasingQualityChanged::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality, CallFunc_GetSelectedIndex_Result) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ApplyAntiAliasingQuality::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality, CallFunc_GetAntiAliasingQuality_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_RevertAntiAliasingQuality::CallFunc_GetAntiAliasingQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupFoliageQualityControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupFoliageQualityControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupFoliageQualityControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupFoliageQualityControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetupFoliageQualityControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFoliageQualityControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupFoliageQualityControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFoliageQualityControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupFoliageQualityControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFoliageQualityControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupFoliageQualityControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFoliageQualityControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupFoliageQualityControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFoliageQualityControls, CallFunc_GetFoliageQuality_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetupFoliageQualityControls::CallFunc_GetFoliageQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_FoliageQualityChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_FoliageQualityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_FoliageQualityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_FoliageQualityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_FoliageQualityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_FoliageQualityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_FoliageQualityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_FoliageQualityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_FoliageQualityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_FoliageQualityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_FoliageQualityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_FoliageQualityChanged, CallFunc_GetFoliageQuality_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_FoliageQualityChanged::CallFunc_GetFoliageQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyFoliageQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyFoliageQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyFoliageQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyFoliageQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_ApplyFoliageQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFoliageQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyFoliageQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFoliageQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyFoliageQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFoliageQuality, CallFunc_GetSelectedIndex_Result) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ApplyFoliageQuality::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFoliageQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_ApplyFoliageQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFoliageQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ApplyFoliageQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertFoliageQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertFoliageQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertFoliageQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertFoliageQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_RevertFoliageQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFoliageQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertFoliageQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFoliageQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertFoliageQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFoliageQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertFoliageQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFoliageQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_RevertFoliageQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFoliageQuality, CallFunc_GetFoliageQuality_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_RevertFoliageQuality::CallFunc_GetFoliageQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupEffectsQualityControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupEffectsQualityControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupEffectsQualityControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupEffectsQualityControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetupEffectsQualityControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupEffectsQualityControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupEffectsQualityControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupEffectsQualityControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupEffectsQualityControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupEffectsQualityControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupEffectsQualityControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupEffectsQualityControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupEffectsQualityControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupEffectsQualityControls, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetupEffectsQualityControls::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_EffectsQualityChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_EffectsQualityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_EffectsQualityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_EffectsQualityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_EffectsQualityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_EffectsQualityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_EffectsQualityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_EffectsQualityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_EffectsQualityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_EffectsQualityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_EffectsQualityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_EffectsQualityChanged, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_EffectsQualityChanged::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyEffectsQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyEffectsQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyEffectsQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyEffectsQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_ApplyEffectsQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyEffectsQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyEffectsQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyEffectsQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyEffectsQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyEffectsQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ApplyEffectsQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyEffectsQuality, CallFunc_GetSelectedIndex_Result) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_ApplyEffectsQuality::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyEffectsQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ApplyEffectsQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertEffectsQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertEffectsQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertEffectsQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertEffectsQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_RevertEffectsQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertEffectsQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertEffectsQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertEffectsQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertEffectsQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertEffectsQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertEffectsQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertEffectsQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_RevertEffectsQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertEffectsQuality, CallFunc_GetVisualEffectQuality_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_RevertEffectsQuality::CallFunc_GetVisualEffectQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetupPostProcessQualityControls::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_PostProcessQualityChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_PostProcessQualityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_PostProcessQualityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_PostProcessQualityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_PostProcessQualityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_PostProcessQualityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_PostProcessQualityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_PostProcessQualityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_PostProcessQualityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_PostProcessQualityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_PostProcessQualityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_PostProcessQualityChanged, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_PostProcessQualityChanged::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyPostProcessQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyPostProcessQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyPostProcessQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyPostProcessQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_ApplyPostProcessQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyPostProcessQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyPostProcessQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyPostProcessQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyPostProcessQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyPostProcessQuality, CallFunc_GetSelectedIndex_Result) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ApplyPostProcessQuality::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyPostProcessQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_ApplyPostProcessQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyPostProcessQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ApplyPostProcessQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertPostProcessQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertPostProcessQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertPostProcessQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertPostProcessQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_RevertPostProcessQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertPostProcessQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertPostProcessQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertPostProcessQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertPostProcessQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertPostProcessQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertPostProcessQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertPostProcessQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_RevertPostProcessQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertPostProcessQuality, CallFunc_GetPostProcessingQuality_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_RevertPostProcessQuality::CallFunc_GetPostProcessingQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupShadingQualityControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupShadingQualityControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupShadingQualityControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupShadingQualityControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetupShadingQualityControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupShadingQualityControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupShadingQualityControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupShadingQualityControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupShadingQualityControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupShadingQualityControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupShadingQualityControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupShadingQualityControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupShadingQualityControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupShadingQualityControls, CallFunc_GetShadingQuality_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetupShadingQualityControls::CallFunc_GetShadingQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ShadingQualityChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_ShadingQualityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ShadingQualityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ShadingQualityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_ShadingQualityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ShadingQualityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ShadingQualityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ShadingQualityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ShadingQualityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ShadingQualityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_ShadingQualityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ShadingQualityChanged, CallFunc_GetShadingQuality_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ShadingQualityChanged::CallFunc_GetShadingQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyShadingQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyShadingQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyShadingQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyShadingQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_ApplyShadingQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyShadingQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyShadingQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyShadingQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyShadingQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyShadingQuality, CallFunc_GetSelectedIndex_Result) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ApplyShadingQuality::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyShadingQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_ApplyShadingQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyShadingQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ApplyShadingQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertShadingQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertShadingQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertShadingQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertShadingQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_RevertShadingQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertShadingQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertShadingQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertShadingQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertShadingQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertShadingQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertShadingQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertShadingQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_RevertShadingQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertShadingQuality, CallFunc_GetShadingQuality_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_RevertShadingQuality::CallFunc_GetShadingQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupTextureQualityControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupTextureQualityControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupTextureQualityControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupTextureQualityControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetupTextureQualityControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupTextureQualityControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupTextureQualityControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupTextureQualityControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupTextureQualityControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupTextureQualityControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupTextureQualityControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupTextureQualityControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupTextureQualityControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupTextureQualityControls, CallFunc_GetTextureQuality_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetupTextureQualityControls::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_TextureQualityChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_TextureQualityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_TextureQualityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_TextureQualityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_TextureQualityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_TextureQualityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_TextureQualityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_TextureQualityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_TextureQualityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_TextureQualityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_TextureQualityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_TextureQualityChanged, CallFunc_GetTextureQuality_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_TextureQualityChanged::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyTextureQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyTextureQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyTextureQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyTextureQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_ApplyTextureQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyTextureQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyTextureQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyTextureQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyTextureQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyTextureQuality, CallFunc_GetSelectedIndex_Result) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ApplyTextureQuality::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyTextureQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_ApplyTextureQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyTextureQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ApplyTextureQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertTextureQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertTextureQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertTextureQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertTextureQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_RevertTextureQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertTextureQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertTextureQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertTextureQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertTextureQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertTextureQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertTextureQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertTextureQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_RevertTextureQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertTextureQuality, CallFunc_GetTextureQuality_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_RevertTextureQuality::CallFunc_GetTextureQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls, CallFunc_GetViewDistanceQuality_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetupViewDistanceQualityControls::CallFunc_GetViewDistanceQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged, CallFunc_GetViewDistanceQuality_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ViewDistanceQualityChanged::CallFunc_GetViewDistanceQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality, CallFunc_GetSelectedIndex_Result) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ApplyViewDistanceQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertViewDistanceQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertViewDistanceQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertViewDistanceQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertViewDistanceQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_RevertViewDistanceQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertViewDistanceQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertViewDistanceQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertViewDistanceQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertViewDistanceQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertViewDistanceQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertViewDistanceQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertViewDistanceQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_RevertViewDistanceQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertViewDistanceQuality, CallFunc_GetViewDistanceQuality_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_RevertViewDistanceQuality::CallFunc_GetViewDistanceQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupShadowQualityControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupShadowQualityControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupShadowQualityControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupShadowQualityControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetupShadowQualityControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupShadowQualityControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupShadowQualityControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupShadowQualityControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupShadowQualityControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupShadowQualityControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupShadowQualityControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupShadowQualityControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupShadowQualityControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupShadowQualityControls, CallFunc_GetShadowQuality_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetupShadowQualityControls::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ShadowQualityChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_ShadowQualityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ShadowQualityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ShadowQualityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_ShadowQualityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ShadowQualityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ShadowQualityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ShadowQualityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ShadowQualityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ShadowQualityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_ShadowQualityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ShadowQualityChanged, CallFunc_GetShadowQuality_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ShadowQualityChanged::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyShadowQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyShadowQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyShadowQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyShadowQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_ApplyShadowQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyShadowQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyShadowQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyShadowQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyShadowQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyShadowQuality, CallFunc_GetSelectedIndex_Result) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ApplyShadowQuality::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyShadowQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_ApplyShadowQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyShadowQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ApplyShadowQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertShadowQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertShadowQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertShadowQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertShadowQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_RevertShadowQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertShadowQuality, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertShadowQuality::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertShadowQuality, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertShadowQuality::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertShadowQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertShadowQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertShadowQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_RevertShadowQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertShadowQuality, CallFunc_GetShadowQuality_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_RevertShadowQuality::CallFunc_GetShadowQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls, CallFunc_GetFidelityFXSuperResolutionQualityMode_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetupFidelityFXQualityControls::CallFunc_GetFidelityFXSuperResolutionQualityMode_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged, CallFunc_GetFidelityFXSuperResolutionQualityMode_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_FidelityFXSuperResolutionChanged::CallFunc_GetFidelityFXSuperResolutionQualityMode_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode, CallFunc_GetSelectedIndex_Result) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ApplyFidelityFXSuperResolutionMode::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode, CallFunc_GetFidelityFXSuperResolutionQualityMode_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_RevertFidelityFXSuperResolutionMode::CallFunc_GetFidelityFXSuperResolutionQualityMode_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnGammaChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnGammaChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnGammaChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnGammaChanged) == 0x000030, "Wrong size on WBP_SettingsControlList_Display_C_OnGammaChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnGammaChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnGammaChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnGammaChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnGammaChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnGammaChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnGammaChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnGammaChanged, CallFunc_GetGamma_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnGammaChanged::CallFunc_GetGamma_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnGammaChanged, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnGammaChanged::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnGammaChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_OnGammaChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyGamma \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyGamma) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyGamma"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyGamma) == 0x000018, "Wrong size on WBP_SettingsControlList_Display_C_ApplyGamma"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyGamma, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyGamma::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyGamma, CallFunc_GetSliderValue_Result) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyGamma::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyGamma, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_ApplyGamma::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertGamma \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertGamma) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertGamma"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertGamma) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_RevertGamma"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertGamma, Loc_RevertValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertGamma::Loc_RevertValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertGamma, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertGamma::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertGamma, CallFunc_Conv_FloatToString_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_RevertGamma::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertGamma, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_RevertGamma::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertGamma, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_RevertGamma::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertGamma, CallFunc_GetGamma_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_RevertGamma::CallFunc_GetGamma_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ContructFrameRateLimitOptions \ static_assert(alignof(WBP_SettingsControlList_Display_C_ContructFrameRateLimitOptions) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ContructFrameRateLimitOptions"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ContructFrameRateLimitOptions) == 0x000018, "Wrong size on WBP_SettingsControlList_Display_C_ContructFrameRateLimitOptions"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ContructFrameRateLimitOptions, Loc_CurrElement) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ContructFrameRateLimitOptions::Loc_CurrElement' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ContructFrameRateLimitOptions, Loc_OptionString) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ContructFrameRateLimitOptions::Loc_OptionString' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue) == 0x0000C0, "Wrong size on WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, Revert) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::Revert' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, Loc_CurElementIdx) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::Loc_CurElementIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, Loc_CurrElementValue) == 0x00000C, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::Loc_CurrElementValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, Temp_int_Array_Index_Variable) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Not_PreBool_ReturnValue) == 0x00001C, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Conv_FloatToString_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Conv_IntToString_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Array_Length_ReturnValue) == 0x000070, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Subtract_IntInt_ReturnValue) == 0x000088, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000090, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000A0, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0000B0, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Array_Get_Item) == 0x0000B4, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Array_Length_ReturnValue_1) == 0x0000B8, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue, CallFunc_Less_IntInt_ReturnValue) == 0x0000BC, "Member 'WBP_SettingsControlList_Display_C_SetSelectedFrameLimitFromValue::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls, CallFunc_GetFrameRateLimit_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetupFrameRateLimitControls::CallFunc_GetFrameRateLimit_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged, CallFunc_GetFrameRateLimit_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged::CallFunc_GetFrameRateLimit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_Display_C_OnFrameRateLimitChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyFrameRateLimit \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyFrameRateLimit) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyFrameRateLimit"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyFrameRateLimit) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_ApplyFrameRateLimit"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFrameRateLimit, Loc_Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyFrameRateLimit::Loc_Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFrameRateLimit, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyFrameRateLimit::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFrameRateLimit, CallFunc_Conv_FloatToString_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_ApplyFrameRateLimit::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFrameRateLimit, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_ApplyFrameRateLimit::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFrameRateLimit, CallFunc_GetSelectedIndex_Result) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_ApplyFrameRateLimit::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyFrameRateLimit, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_ApplyFrameRateLimit::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertFrameRateLimit \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertFrameRateLimit) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertFrameRateLimit"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertFrameRateLimit) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_RevertFrameRateLimit"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFrameRateLimit, Loc_RevertValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertFrameRateLimit::Loc_RevertValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFrameRateLimit, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertFrameRateLimit::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFrameRateLimit, CallFunc_Conv_FloatToString_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_RevertFrameRateLimit::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFrameRateLimit, CallFunc_GetFrameRateLimit_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_RevertFrameRateLimit::CallFunc_GetFrameRateLimit_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFrameRateLimit, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_RevertFrameRateLimit::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupAutoSetBtnControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupAutoSetBtnControls) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupAutoSetBtnControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupAutoSetBtnControls) == 0x000010, "Wrong size on WBP_SettingsControlList_Display_C_SetupAutoSetBtnControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupAutoSetBtnControls, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupAutoSetBtnControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked) == 0x0000C8, "Wrong size on WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked, Log_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked::Log_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked, Loc_BenchmarkedSettings) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked::Loc_BenchmarkedSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked, CallFunc_GetQualitySettingsFromHardwareBenchmark_ReturnValue) == 0x000058, "Member 'WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked::CallFunc_GetQualitySettingsFromHardwareBenchmark_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked, CallFunc_GetCurrentResolutionGPUMult_Resolution_GPU_Multiplier) == 0x0000A8, "Member 'WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked::CallFunc_GetCurrentResolutionGPUMult_Resolution_GPU_Multiplier' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked, CallFunc_GetPHGameUserSettings_UserSettings) == 0x0000B0, "Member 'WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked, CallFunc_MakeLiteralString_ReturnValue) == 0x0000B8, "Member 'WBP_SettingsControlList_Display_C_OnAutoSetButtonClicked::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings) == 0x000048, "Wrong size on WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings, Loc_OverallQualityLevel) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings::Loc_OverallQualityLevel' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings, CallFunc_GetOptionCount_Result) == 0x00002C, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings::CallFunc_GetOptionCount_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings, CallFunc_GetOverallScalabilityLevel_ReturnValue) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromGameUserSettings::CallFunc_GetOverallScalabilityLevel_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetQualityPresetFromControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetQualityPresetFromControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls) == 0x000108, "Wrong size on WBP_SettingsControlList_Display_C_SetQualityPresetFromControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, Loc_CustomQualitySettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::Loc_CustomQualitySettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, Loc_OverallQualityLevel) == 0x000050, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::Loc_OverallQualityLevel' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetSliderValue_Result) == 0x000054, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000058, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetCustomOverallScalabilityLevel_ReturnValue) == 0x000060, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetCustomOverallScalabilityLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetSelectedIndex_Result) == 0x000064, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetSelectedIndex_Result_1) == 0x000068, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetSelectedIndex_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetSelectedIndex_Result_2) == 0x00006C, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetSelectedIndex_Result_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetSelectedIndex_Result_3) == 0x000070, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetSelectedIndex_Result_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetSelectedIndex_Result_4) == 0x000074, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetSelectedIndex_Result_4' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetSelectedIndex_Result_5) == 0x000078, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetSelectedIndex_Result_5' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetSelectedIndex_Result_6) == 0x00007C, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetSelectedIndex_Result_6' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetSelectedIndex_Result_7) == 0x000080, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetSelectedIndex_Result_7' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_Not_PreBool_ReturnValue) == 0x000084, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, K2Node_MakeStruct_EORenderQualitySettings) == 0x000088, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::K2Node_MakeStruct_EORenderQualitySettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_Conv_IntToString_ReturnValue) == 0x0000D8, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_Less_IntInt_ReturnValue) == 0x0000E8, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_Concat_StrStr_ReturnValue) == 0x0000F0, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_GetOptionCount_Result) == 0x000100, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_GetOptionCount_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetQualityPresetFromControls, CallFunc_Subtract_IntInt_ReturnValue) == 0x000104, "Member 'WBP_SettingsControlList_Display_C_SetQualityPresetFromControls::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupQualityPresetControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupQualityPresetControls) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupQualityPresetControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupQualityPresetControls) == 0x000014, "Wrong size on WBP_SettingsControlList_Display_C_SetupQualityPresetControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupQualityPresetControls, Loc_OverallQualityLevel) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupQualityPresetControls::Loc_OverallQualityLevel' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupQualityPresetControls, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_SetupQualityPresetControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnQualityPresetsChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnQualityPresetsChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnQualityPresetsChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnQualityPresetsChanged) == 0x000060, "Wrong size on WBP_SettingsControlList_Display_C_OnQualityPresetsChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnQualityPresetsChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnQualityPresetsChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnQualityPresetsChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnQualityPresetsChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnQualityPresetsChanged, Loc_PresetQualities) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnQualityPresetsChanged::Loc_PresetQualities' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult) == 0x0000D0, "Wrong size on WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, SelectedButtonIdx) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::SelectedButtonIdx' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, MsgBoxWidget) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::MsgBoxWidget' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, Loc_ParentSettingsWindow) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::Loc_ParentSettingsWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, Loc_GameUserSettings) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_GetDesktopResolution_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_GetDesktopResolution_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_Conv_IntPointToString_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_Conv_IntPointToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_Conv_IntToString_ReturnValue) == 0x000050, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000090, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000A8, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x0000B0, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, K2Node_DynamicCast_bSuccess) == 0x0000B8, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_GetPHGameUserSettings_UserSettings) == 0x0000C0, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0000C8, "Member 'WBP_SettingsControlList_Display_C_OnScreenModeMsgBoxResult::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnQualitySettingChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnQualitySettingChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnQualitySettingChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnQualitySettingChanged) == 0x000018, "Wrong size on WBP_SettingsControlList_Display_C_OnQualitySettingChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnQualitySettingChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnQualitySettingChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnQualitySettingChanged, SettingValue) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_OnQualitySettingChanged::SettingValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnQualitySettingChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnQualitySettingChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnQualitySettingChanged, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnQualitySettingChanged::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertFinished \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertFinished) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertFinished"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertFinished) == 0x000010, "Wrong size on WBP_SettingsControlList_Display_C_RevertFinished"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertFinished, RevertedSettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertFinished::RevertedSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupBrightnessButton \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupBrightnessButton) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupBrightnessButton"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupBrightnessButton) == 0x000048, "Wrong size on WBP_SettingsControlList_Display_C_SetupBrightnessButton"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupBrightnessButton, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupBrightnessButton::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupBrightnessButton, CallFunc_GetPostProcessColorGainScale_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_SetupBrightnessButton::CallFunc_GetPostProcessColorGainScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupBrightnessButton, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_SettingsControlList_Display_C_SetupBrightnessButton::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupBrightnessButton, CallFunc_GetPlayerController_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetupBrightnessButton::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupBrightnessButton, CallFunc_Create_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_SetupBrightnessButton::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupBrightnessButton, K2Node_CreateDelegate_OutputDelegate_1) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetupBrightnessButton::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupBrightnessButton, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_SetupBrightnessButton::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked) == 0x000028, "Wrong size on WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked, CallFunc_IsGamePaused_ReturnValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked::CallFunc_IsGamePaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessButtonClicked::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertBrightnessButton \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertBrightnessButton) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertBrightnessButton"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertBrightnessButton) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_RevertBrightnessButton"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertBrightnessButton, Loc_RevertValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertBrightnessButton::Loc_RevertValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertBrightnessButton, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertBrightnessButton::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertBrightnessButton, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_RevertBrightnessButton::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertBrightnessButton, CallFunc_GetPostProcessColorGainScale_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertBrightnessButton::CallFunc_GetPostProcessColorGainScale_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed) == 0x000060, "Wrong size on WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed, Menu) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed::Menu' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed, Loc_NewValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed::Loc_NewValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed, CallFunc_GetPHGameUserSettings_UserSettings_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed::CallFunc_GetPHGameUserSettings_UserSettings_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed, CallFunc_GetValue_Result) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed::CallFunc_GetValue_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed, CallFunc_GetPHGameUserSettings_UserSettings_3) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed::CallFunc_GetPHGameUserSettings_UserSettings_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed, CallFunc_Conv_FloatToString_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed, CallFunc_GetValue_Result_1) == 0x000058, "Member 'WBP_SettingsControlList_Display_C_OnBrightnessScreenClosed::CallFunc_GetValue_Result_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetScrollListSettings \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetScrollListSettings) == 0x000001, "Wrong alignment on WBP_SettingsControlList_Display_C_SetScrollListSettings"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetScrollListSettings) == 0x000001, "Wrong size on WBP_SettingsControlList_Display_C_SetScrollListSettings"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetScrollListSettings, CallFunc_IsUsingKeyboardDevice_Result) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetScrollListSettings::CallFunc_IsUsingKeyboardDevice_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent, Sender) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent, Event) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent::Event' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent, K2Node_DynamicCast_AsBPE_Global_UIInput_Device_Changed) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent::K2Node_DynamicCast_AsBPE_Global_UIInput_Device_Changed' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnInputDeviceChangedEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetHDR \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetHDR) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetHDR"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetHDR) == 0x000060, "Wrong size on WBP_SettingsControlList_Display_C_SetHDR"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDR, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetHDR::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDR, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_SetHDR::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDR, CallFunc_IsHDREnabled_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_SetHDR::CallFunc_IsHDREnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDR, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'WBP_SettingsControlList_Display_C_SetHDR::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDR, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetHDR::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDR, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetHDR::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDR, K2Node_CreateDelegate_OutputDelegate_3) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_SetHDR::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDR, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000050, "Member 'WBP_SettingsControlList_Display_C_SetHDR::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDR, CallFunc_SupportsHDRDisplayOutput_ReturnValue) == 0x000058, "Member 'WBP_SettingsControlList_Display_C_SetHDR::CallFunc_SupportsHDRDisplayOutput_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnHDRIntChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnHDRIntChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnHDRIntChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnHDRIntChanged) == 0x000028, "Wrong size on WBP_SettingsControlList_Display_C_OnHDRIntChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRIntChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnHDRIntChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRIntChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnHDRIntChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRIntChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnHDRIntChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRIntChanged, CallFunc_IsHDREnabled_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnHDRIntChanged::CallFunc_IsHDREnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRIntChanged, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'WBP_SettingsControlList_Display_C_OnHDRIntChanged::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRIntChanged, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnHDRIntChanged::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnApplyHDR \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnApplyHDR) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnApplyHDR"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnApplyHDR) == 0x0000A0, "Wrong size on WBP_SettingsControlList_Display_C_OnApplyHDR"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, Loc_SettingsWindow) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::Loc_SettingsWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, Loc_DisplayOutputNits) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::Loc_DisplayOutputNits' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, Loc_SelectedIndex) == 0x00000C, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::Loc_SelectedIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, Loc_GameUserSetting) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::Loc_GameUserSetting' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, CallFunc_Conv_IntToBool_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, CallFunc_GetSelectedIndex_Result) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, CallFunc_IndexToHDRNit_Nit) == 0x00003C, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::CallFunc_IndexToHDRNit_Nit' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, CallFunc_Conv_IntToString_ReturnValue) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000050, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, CallFunc_Concat_StrStr_ReturnValue) == 0x000060, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, CallFunc_GetSelectedIndex_Result_1) == 0x000080, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::CallFunc_GetSelectedIndex_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDR, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000098, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDR::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_HDRApplied \ static_assert(alignof(WBP_SettingsControlList_Display_C_HDRApplied) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_HDRApplied"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_HDRApplied) == 0x000028, "Wrong size on WBP_SettingsControlList_Display_C_HDRApplied"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HDRApplied, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_HDRApplied::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HDRApplied, CallFunc_GetHDRDisplayOutputNits_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_HDRApplied::CallFunc_GetHDRDisplayOutputNits_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HDRApplied, CallFunc_HDRNitToIndex_Index) == 0x00000C, "Member 'WBP_SettingsControlList_Display_C_HDRApplied::CallFunc_HDRNitToIndex_Index' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HDRApplied, CallFunc_IsHDREnabled_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_HDRApplied::CallFunc_IsHDREnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HDRApplied, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000014, "Member 'WBP_SettingsControlList_Display_C_HDRApplied::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HDRApplied, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_HDRApplied::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HDRApplied, CallFunc_GetPlatform_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_HDRApplied::CallFunc_GetPlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HDRApplied, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'WBP_SettingsControlList_Display_C_HDRApplied::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnRevertHDR \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnRevertHDR) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnRevertHDR"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnRevertHDR) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_OnRevertHDR"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDR, Loc_RevertValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDR::Loc_RevertValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDR, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDR::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDR, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDR::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDR, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDR::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDR, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDR::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDR, CallFunc_IsHDREnabled_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDR::CallFunc_IsHDREnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetMotionBlur \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetMotionBlur) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetMotionBlur"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetMotionBlur) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetMotionBlur"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetMotionBlur, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetMotionBlur::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetMotionBlur, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetMotionBlur::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetMotionBlur, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetMotionBlur::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetMotionBlur, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetMotionBlur::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetMotionBlur, CallFunc_GetDisableMotionBlur_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetMotionBlur::CallFunc_GetDisableMotionBlur_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetMotionBlur, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00003C, "Member 'WBP_SettingsControlList_Display_C_SetMotionBlur::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged) == 0x000028, "Wrong size on WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged, CallFunc_GetDisableMotionBlur_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged::CallFunc_GetDisableMotionBlur_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnMotionBlurIntChanged::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnApplyMotionBlur \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnApplyMotionBlur) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnApplyMotionBlur"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnApplyMotionBlur) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_OnApplyMotionBlur"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyMotionBlur, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnApplyMotionBlur::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyMotionBlur, CallFunc_GetSelectedIndex_Result) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnApplyMotionBlur::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyMotionBlur, CallFunc_GetPHGameUserSettings_UserSettings_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnApplyMotionBlur::CallFunc_GetPHGameUserSettings_UserSettings_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyMotionBlur, CallFunc_Conv_IntToBool_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnApplyMotionBlur::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnRevertMotionBlur \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnRevertMotionBlur) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnRevertMotionBlur"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnRevertMotionBlur) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_OnRevertMotionBlur"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertMotionBlur, Loc_RevertValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnRevertMotionBlur::Loc_RevertValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertMotionBlur, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnRevertMotionBlur::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertMotionBlur, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnRevertMotionBlur::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertMotionBlur, CallFunc_GetDisableMotionBlur_ReturnValue) == 0x000014, "Member 'WBP_SettingsControlList_Display_C_OnRevertMotionBlur::CallFunc_GetDisableMotionBlur_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertMotionBlur, CallFunc_Conv_BoolToString_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnRevertMotionBlur::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertMotionBlur, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_OnRevertMotionBlur::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetVSync \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetVSync) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetVSync"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetVSync) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_SetVSync"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetVSync, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetVSync::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetVSync, K2Node_CreateDelegate_OutputDelegate_1) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_SetVSync::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetVSync, K2Node_CreateDelegate_OutputDelegate_2) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_SetVSync::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetVSync, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_SetVSync::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetVSync, CallFunc_IsVSyncEnabled_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_SetVSync::CallFunc_IsVSyncEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetVSync, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00003C, "Member 'WBP_SettingsControlList_Display_C_SetVSync::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnVSyncIntChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnVSyncIntChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnVSyncIntChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnVSyncIntChanged) == 0x000028, "Wrong size on WBP_SettingsControlList_Display_C_OnVSyncIntChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnVSyncIntChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnVSyncIntChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnVSyncIntChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnVSyncIntChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnVSyncIntChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnVSyncIntChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnVSyncIntChanged, CallFunc_IsVSyncEnabled_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnVSyncIntChanged::CallFunc_IsVSyncEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnVSyncIntChanged, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'WBP_SettingsControlList_Display_C_OnVSyncIntChanged::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnVSyncIntChanged, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnVSyncIntChanged::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnApplyVSync \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnApplyVSync) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnApplyVSync"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnApplyVSync) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_OnApplyVSync"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyVSync, Loc_ApplyValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnApplyVSync::Loc_ApplyValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyVSync, CallFunc_GetSelectedIndex_Result) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_OnApplyVSync::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyVSync, CallFunc_Conv_IntToBool_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnApplyVSync::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyVSync, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnApplyVSync::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyVSync, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnApplyVSync::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyVSync, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_OnApplyVSync::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnRevertVSync \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnRevertVSync) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnRevertVSync"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnRevertVSync) == 0x000040, "Wrong size on WBP_SettingsControlList_Display_C_OnRevertVSync"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertVSync, Loc_RevertValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnRevertVSync::Loc_RevertValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertVSync, CallFunc_Conv_BoolToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnRevertVSync::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertVSync, CallFunc_Conv_BoolToInt_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnRevertVSync::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertVSync, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnRevertVSync::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertVSync, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_OnRevertVSync::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertVSync, CallFunc_IsVSyncEnabled_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_OnRevertVSync::CallFunc_IsVSyncEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls) == 0x000058, "Wrong size on WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls, Loc_CurrScaleMax) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls::Loc_CurrScaleMax' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls, Loc_CurrScaleMin) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls::Loc_CurrScaleMin' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls, Loc_CurrScale) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls::Loc_CurrScale' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls, K2Node_CreateDelegate_OutputDelegate_2) == 0x00002C, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls, CallFunc_GetResolutionScaleInformationEx_CurrentScaleNormalized) == 0x000048, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls::CallFunc_GetResolutionScaleInformationEx_CurrentScaleNormalized' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls, CallFunc_GetResolutionScaleInformationEx_CurrentScaleValue) == 0x00004C, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls::CallFunc_GetResolutionScaleInformationEx_CurrentScaleValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls, CallFunc_GetResolutionScaleInformationEx_MinScaleValue) == 0x000050, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls::CallFunc_GetResolutionScaleInformationEx_MinScaleValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls, CallFunc_GetResolutionScaleInformationEx_MaxScaleValue) == 0x000054, "Member 'WBP_SettingsControlList_Display_C_SetupResolutionScaleQualityControls::CallFunc_GetResolutionScaleInformationEx_MaxScaleValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged, CallFunc_GetResoultionQuality_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged::CallFunc_GetResoultionQuality_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged, CallFunc_OnFloatSettingsChanged_ValueChanged) == 0x00001C, "Member 'WBP_SettingsControlList_Display_C_OnResolutionScaleQualityChanged::CallFunc_OnFloatSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_ApplyResolutionScaleQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_ApplyResolutionScaleQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_ApplyResolutionScaleQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_ApplyResolutionScaleQuality) == 0x000010, "Wrong size on WBP_SettingsControlList_Display_C_ApplyResolutionScaleQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyResolutionScaleQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_ApplyResolutionScaleQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_ApplyResolutionScaleQuality, CallFunc_GetSliderValue_Result) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_ApplyResolutionScaleQuality::CallFunc_GetSliderValue_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality \ static_assert(alignof(WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality) == 0x000038, "Wrong size on WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality, Loc_RevertValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality::Loc_RevertValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality, CallFunc_GetResoultionQuality_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_RevertResolutionScaleQuality::CallFunc_GetResoultionQuality_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_SetHDRDisplayOutput \ static_assert(alignof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_SetHDRDisplayOutput"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput) == 0x000088, "Wrong size on WBP_SettingsControlList_Display_C_SetHDRDisplayOutput"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, Loc_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::Loc_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, CallFunc_Array_Add_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, K2Node_CreateDelegate_OutputDelegate_1) == 0x00001C, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, K2Node_CreateDelegate_OutputDelegate_2) == 0x00002C, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, CallFunc_GetHDRDisplayOutputNits_ReturnValue) == 0x000048, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::CallFunc_GetHDRDisplayOutputNits_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, CallFunc_HDRNitToIndex_Index) == 0x00004C, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::CallFunc_HDRNitToIndex_Index' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, CallFunc_Array_Add_ReturnValue_1) == 0x000050, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, K2Node_CreateDelegate_OutputDelegate_3) == 0x000054, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, CallFunc_SupportsHDRDisplayOutput_ReturnValue) == 0x000064, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::CallFunc_SupportsHDRDisplayOutput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, CallFunc_Conv_TextToString_ReturnValue) == 0x000068, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_SetHDRDisplayOutput, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000078, "Member 'WBP_SettingsControlList_Display_C_SetHDRDisplayOutput::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged) == 0x000028, "Wrong size on WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged, SettingControl) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged::SettingControl' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged, CallFunc_GetHDRDisplayOutputNits_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged::CallFunc_GetHDRDisplayOutputNits_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged, CallFunc_HDRNitToIndex_Index) == 0x00001C, "Member 'WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged::CallFunc_HDRNitToIndex_Index' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged, CallFunc_OnIntegerSettingsChanged_ValueChanged) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnHDRDisplayOutputChanged::CallFunc_OnIntegerSettingsChanged_ValueChanged' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput) == 0x0000A0, "Wrong size on WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, Loc_SettingsWindow) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::Loc_SettingsWindow' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, Loc_DisplayOutputNits) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::Loc_DisplayOutputNits' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, Loc_HDREnabled) == 0x00000C, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::Loc_HDREnabled' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, Loc_GameUserSetting) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::Loc_GameUserSetting' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, K2Node_DynamicCast_AsWBP_Settings_Window) == 0x000020, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::K2Node_DynamicCast_AsWBP_Settings_Window' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, CallFunc_GetSelectedIndex_Result) == 0x00002C, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, CallFunc_Conv_IntToBool_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::CallFunc_Conv_IntToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, CallFunc_Conv_IntToString_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, CallFunc_Conv_BoolToString_ReturnValue) == 0x000048, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, CallFunc_GetSelectedIndex_Result_1) == 0x000068, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::CallFunc_GetSelectedIndex_Result_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, CallFunc_IndexToHDRNit_Nit) == 0x000080, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::CallFunc_IndexToHDRNit_Nit' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000088, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000098, "Member 'WBP_SettingsControlList_Display_C_OnApplyHDRDisplayOutput::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput \ static_assert(alignof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput) == 0x000070, "Wrong size on WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput, Loc_RevertIndex) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput::Loc_RevertIndex' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput, Loc_RevertValue) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput::Loc_RevertValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput, CallFunc_HDRNitToIndex_Index) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput::CallFunc_HDRNitToIndex_Index' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000050, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput, CallFunc_GetHDRDisplayOutputNits_ReturnValue) == 0x000068, "Member 'WBP_SettingsControlList_Display_C_OnRevertHDRDisplayOutput::CallFunc_GetHDRDisplayOutputNits_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_CalculateResolutionScale \ static_assert(alignof(WBP_SettingsControlList_Display_C_CalculateResolutionScale) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_CalculateResolutionScale"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_CalculateResolutionScale) == 0x000018, "Wrong size on WBP_SettingsControlList_Display_C_CalculateResolutionScale"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_CalculateResolutionScale, Log_GameUserSettings) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_CalculateResolutionScale::Log_GameUserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_CalculateResolutionScale, CallFunc_GetCurrentResolutionGPUMult_Resolution_GPU_Multiplier) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_CalculateResolutionScale::CallFunc_GetCurrentResolutionGPUMult_Resolution_GPU_Multiplier' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_CalculateResolutionScale, CallFunc_HasValidRecentGPUPerfResults_ReturnValue) == 0x00000C, "Member 'WBP_SettingsControlList_Display_C_CalculateResolutionScale::CallFunc_HasValidRecentGPUPerfResults_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_CalculateResolutionScale, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_CalculateResolutionScale::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_UpdateResolutionScale \ static_assert(alignof(WBP_SettingsControlList_Display_C_UpdateResolutionScale) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Display_C_UpdateResolutionScale"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_UpdateResolutionScale) == 0x000008, "Wrong size on WBP_SettingsControlList_Display_C_UpdateResolutionScale"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionScale, NoNotification) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionScale::NoNotification' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateResolutionScale, CallFunc_GetSelectedIndex_Result) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_UpdateResolutionScale::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged \ static_assert(alignof(WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged) == 0x0000C0, "Wrong size on WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged, Value) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged::Value' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged, NoNotification) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged::NoNotification' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged, Loc_PresetQualities) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged::Loc_PresetQualities' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged, CallFunc_GetIndexOffset_IndexOffset) == 0x000058, "Member 'WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged::CallFunc_GetIndexOffset_IndexOffset' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged, CallFunc_GetLastItemIndex_Index) == 0x00005C, "Member 'WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged::CallFunc_GetLastItemIndex_Index' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000061, "Member 'WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged, CallFunc_GetPHGameUserSettings_UserSettings) == 0x000068, "Member 'WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged::CallFunc_GetPHGameUserSettings_UserSettings' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged, CallFunc_GetQualityLevelsFromPreset_ReturnValue) == 0x000070, "Member 'WBP_SettingsControlList_Display_C_UpdateQualityPresetsChanged::CallFunc_GetQualityLevelsFromPreset_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_GetResolutionString \ static_assert(alignof(WBP_SettingsControlList_Display_C_GetResolutionString) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_GetResolutionString"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_GetResolutionString) == 0x000058, "Wrong size on WBP_SettingsControlList_Display_C_GetResolutionString"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionString, ResolutionX) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_GetResolutionString::ResolutionX' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionString, ResolutionY) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_GetResolutionString::ResolutionY' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionString, Result) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_GetResolutionString::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionString, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_GetResolutionString::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionString, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_GetResolutionString::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionString, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_GetResolutionString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'WBP_SettingsControlList_Display_C_GetResolutionString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_GetSelectedResolution \ static_assert(alignof(WBP_SettingsControlList_Display_C_GetSelectedResolution) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_GetSelectedResolution"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_GetSelectedResolution) == 0x000048, "Wrong size on WBP_SettingsControlList_Display_C_GetSelectedResolution"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetSelectedResolution, ResolutionX) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_GetSelectedResolution::ResolutionX' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetSelectedResolution, ResolutionY) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_GetSelectedResolution::ResolutionY' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetSelectedResolution, CallFunc_GetSelectedString_Result) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_GetSelectedResolution::CallFunc_GetSelectedString_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetSelectedResolution, CallFunc_Split_LeftS) == 0x000018, "Member 'WBP_SettingsControlList_Display_C_GetSelectedResolution::CallFunc_Split_LeftS' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetSelectedResolution, CallFunc_Split_RightS) == 0x000028, "Member 'WBP_SettingsControlList_Display_C_GetSelectedResolution::CallFunc_Split_RightS' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetSelectedResolution, CallFunc_Split_ReturnValue) == 0x000038, "Member 'WBP_SettingsControlList_Display_C_GetSelectedResolution::CallFunc_Split_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetSelectedResolution, CallFunc_Conv_StringToInt_ReturnValue) == 0x00003C, "Member 'WBP_SettingsControlList_Display_C_GetSelectedResolution::CallFunc_Conv_StringToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetSelectedResolution, CallFunc_Conv_StringToInt_ReturnValue_1) == 0x000040, "Member 'WBP_SettingsControlList_Display_C_GetSelectedResolution::CallFunc_Conv_StringToInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_IsResolutionOptionAvailable \ static_assert(alignof(WBP_SettingsControlList_Display_C_IsResolutionOptionAvailable) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Display_C_IsResolutionOptionAvailable"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_IsResolutionOptionAvailable) == 0x00000C, "Wrong size on WBP_SettingsControlList_Display_C_IsResolutionOptionAvailable"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_IsResolutionOptionAvailable, Result) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_IsResolutionOptionAvailable::Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_IsResolutionOptionAvailable, CallFunc_GetSelectedIndex_Result) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_IsResolutionOptionAvailable::CallFunc_GetSelectedIndex_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_IsResolutionOptionAvailable, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_IsResolutionOptionAvailable::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_GetResolutionWidgetIsEnabled \ static_assert(alignof(WBP_SettingsControlList_Display_C_GetResolutionWidgetIsEnabled) == 0x000001, "Wrong alignment on WBP_SettingsControlList_Display_C_GetResolutionWidgetIsEnabled"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_GetResolutionWidgetIsEnabled) == 0x000002, "Wrong size on WBP_SettingsControlList_Display_C_GetResolutionWidgetIsEnabled"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionWidgetIsEnabled, ReturnValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_GetResolutionWidgetIsEnabled::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionWidgetIsEnabled, CallFunc_IsResolutionOptionAvailable_Result) == 0x000001, "Member 'WBP_SettingsControlList_Display_C_GetResolutionWidgetIsEnabled::CallFunc_IsResolutionOptionAvailable_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility \ static_assert(alignof(WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility) == 0x000001, "Wrong alignment on WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility) == 0x000005, "Wrong size on WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility, ReturnValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility, CallFunc_IsConsolePlatform_ReturnValue) == 0x000001, "Member 'WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility::CallFunc_IsConsolePlatform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility, CallFunc_IsResolutionOptionAvailable_Result) == 0x000002, "Member 'WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility::CallFunc_IsResolutionOptionAvailable_Result' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility, CallFunc_BooleanAND_ReturnValue) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_GetResolutionWidgetVisibility::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_GetSettingsControlWidgets \ static_assert(alignof(WBP_SettingsControlList_Display_C_GetSettingsControlWidgets) == 0x000008, "Wrong alignment on WBP_SettingsControlList_Display_C_GetSettingsControlWidgets"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_GetSettingsControlWidgets) == 0x000020, "Wrong size on WBP_SettingsControlList_Display_C_GetSettingsControlWidgets"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetSettingsControlWidgets, ControlWidgets) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_GetSettingsControlWidgets::ControlWidgets' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_GetSettingsControlWidgets, CallFunc_GetAllChildren_ReturnValue) == 0x000010, "Member 'WBP_SettingsControlList_Display_C_GetSettingsControlWidgets::CallFunc_GetAllChildren_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_HDRNitToIndex \ static_assert(alignof(WBP_SettingsControlList_Display_C_HDRNitToIndex) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Display_C_HDRNitToIndex"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_HDRNitToIndex) == 0x00000C, "Wrong size on WBP_SettingsControlList_Display_C_HDRNitToIndex"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HDRNitToIndex, NitValue) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_HDRNitToIndex::NitValue' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HDRNitToIndex, Index_0) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_HDRNitToIndex::Index_0' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_HDRNitToIndex, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_HDRNitToIndex::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_SettingsControlList_Display_C_IndexToHDRNit \ static_assert(alignof(WBP_SettingsControlList_Display_C_IndexToHDRNit) == 0x000004, "Wrong alignment on WBP_SettingsControlList_Display_C_IndexToHDRNit"); \ static_assert(sizeof(WBP_SettingsControlList_Display_C_IndexToHDRNit) == 0x00000C, "Wrong size on WBP_SettingsControlList_Display_C_IndexToHDRNit"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_IndexToHDRNit, Index_0) == 0x000000, "Member 'WBP_SettingsControlList_Display_C_IndexToHDRNit::Index_0' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_IndexToHDRNit, Nit) == 0x000004, "Member 'WBP_SettingsControlList_Display_C_IndexToHDRNit::Nit' has a wrong offset!"); \ static_assert(offsetof(WBP_SettingsControlList_Display_C_IndexToHDRNit, CallFunc_Greater_IntInt_ReturnValue) == 0x000008, "Member 'WBP_SettingsControlList_Display_C_IndexToHDRNit::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_SettingsControlList_Display_C \ static_assert(alignof(UWBP_SettingsControlList_Display_C) == 0x000008, "Wrong alignment on UWBP_SettingsControlList_Display_C"); \ static_assert(sizeof(UWBP_SettingsControlList_Display_C) == 0x0003F0, "Wrong size on UWBP_SettingsControlList_Display_C"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, UberGraphFrame_WBP_SettingsControlList_Display_C) == 0x0002D8, "Member 'UWBP_SettingsControlList_Display_C::UberGraphFrame_WBP_SettingsControlList_Display_C' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, AntiAliasingQuality) == 0x0002E0, "Member 'UWBP_SettingsControlList_Display_C::AntiAliasingQuality' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, AutoSetQualityBtn) == 0x0002E8, "Member 'UWBP_SettingsControlList_Display_C::AutoSetQualityBtn' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, BrightnessButton) == 0x0002F0, "Member 'UWBP_SettingsControlList_Display_C::BrightnessButton' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, ControlScrollList) == 0x0002F8, "Member 'UWBP_SettingsControlList_Display_C::ControlScrollList' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, DisableMotionBlur) == 0x000300, "Member 'UWBP_SettingsControlList_Display_C::DisableMotionBlur' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, FidelityFXSuperResolutionMode) == 0x000308, "Member 'UWBP_SettingsControlList_Display_C::FidelityFXSuperResolutionMode' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, FoliageQuality) == 0x000310, "Member 'UWBP_SettingsControlList_Display_C::FoliageQuality' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, FrameRateLimit) == 0x000318, "Member 'UWBP_SettingsControlList_Display_C::FrameRateLimit' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, FXQuality) == 0x000320, "Member 'UWBP_SettingsControlList_Display_C::FXQuality' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, Gamma) == 0x000328, "Member 'UWBP_SettingsControlList_Display_C::Gamma' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, hdr) == 0x000330, "Member 'UWBP_SettingsControlList_Display_C::hdr' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, HDRDisplayOutput) == 0x000338, "Member 'UWBP_SettingsControlList_Display_C::HDRDisplayOutput' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, PostProcessQuality) == 0x000340, "Member 'UWBP_SettingsControlList_Display_C::PostProcessQuality' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, QualityPresets) == 0x000348, "Member 'UWBP_SettingsControlList_Display_C::QualityPresets' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, Resolution) == 0x000350, "Member 'UWBP_SettingsControlList_Display_C::Resolution' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, ResolutionScaleQuality) == 0x000358, "Member 'UWBP_SettingsControlList_Display_C::ResolutionScaleQuality' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, ScreenMode) == 0x000360, "Member 'UWBP_SettingsControlList_Display_C::ScreenMode' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, ShadingQuality) == 0x000368, "Member 'UWBP_SettingsControlList_Display_C::ShadingQuality' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, ShadowQuality) == 0x000370, "Member 'UWBP_SettingsControlList_Display_C::ShadowQuality' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, TextureQuality) == 0x000378, "Member 'UWBP_SettingsControlList_Display_C::TextureQuality' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, ViewDistanceQuality) == 0x000380, "Member 'UWBP_SettingsControlList_Display_C::ViewDistanceQuality' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, VSync) == 0x000388, "Member 'UWBP_SettingsControlList_Display_C::VSync' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, FrameRateLimitList) == 0x000390, "Member 'UWBP_SettingsControlList_Display_C::FrameRateLimitList' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, NoQualityPresetUpdate) == 0x0003A0, "Member 'UWBP_SettingsControlList_Display_C::NoQualityPresetUpdate' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, BrightnessScreen) == 0x0003A8, "Member 'UWBP_SettingsControlList_Display_C::BrightnessScreen' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, HDRDisplayOutput1000) == 0x0003B0, "Member 'UWBP_SettingsControlList_Display_C::HDRDisplayOutput1000' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, HDRDisplayOutput2000) == 0x0003C8, "Member 'UWBP_SettingsControlList_Display_C::HDRDisplayOutput2000' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, SavedScreenMode) == 0x0003E0, "Member 'UWBP_SettingsControlList_Display_C::SavedScreenMode' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, SavedResolution) == 0x0003E4, "Member 'UWBP_SettingsControlList_Display_C::SavedResolution' has a wrong offset!"); \ static_assert(offsetof(UWBP_SettingsControlList_Display_C, DoHDRPostApplyUpdate) == 0x0003EC, "Member 'UWBP_SettingsControlList_Display_C::DoHDRPostApplyUpdate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_OnLoadingVideoFadeOutDone_C \ static_assert(alignof(UBPE_VFX_OnLoadingVideoFadeOutDone_C) == 0x000008, "Wrong alignment on UBPE_VFX_OnLoadingVideoFadeOutDone_C"); \ static_assert(sizeof(UBPE_VFX_OnLoadingVideoFadeOutDone_C) == 0x000028, "Wrong size on UBPE_VFX_OnLoadingVideoFadeOutDone_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_KatjaNestingDoll_C \ static_assert(alignof(UBP_IIT_Player_KatjaNestingDoll_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_KatjaNestingDoll_C"); \ static_assert(sizeof(UBP_IIT_Player_KatjaNestingDoll_C) == 0x000090, "Wrong size on UBP_IIT_Player_KatjaNestingDoll_C"); \ #define DUMPER7_ASSERTS_UBPE_IncrementalUnload_C \ static_assert(alignof(UBPE_IncrementalUnload_C) == 0x000008, "Wrong alignment on UBPE_IncrementalUnload_C"); \ static_assert(sizeof(UBPE_IncrementalUnload_C) == 0x000048, "Wrong size on UBPE_IncrementalUnload_C"); \ static_assert(offsetof(UBPE_IncrementalUnload_C, ToUnload) == 0x000028, "Member 'UBPE_IncrementalUnload_C::ToUnload' has a wrong offset!"); \ static_assert(offsetof(UBPE_IncrementalUnload_C, ToLoad) == 0x000038, "Member 'UBPE_IncrementalUnload_C::ToLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_OnLoadingVideoFadeOutStarted_C \ static_assert(alignof(UBPE_VFX_OnLoadingVideoFadeOutStarted_C) == 0x000008, "Wrong alignment on UBPE_VFX_OnLoadingVideoFadeOutStarted_C"); \ static_assert(sizeof(UBPE_VFX_OnLoadingVideoFadeOutStarted_C) == 0x000030, "Wrong size on UBPE_VFX_OnLoadingVideoFadeOutStarted_C"); \ static_assert(offsetof(UBPE_VFX_OnLoadingVideoFadeOutStarted_C, VideoFadeOutDuration) == 0x000028, "Member 'UBPE_VFX_OnLoadingVideoFadeOutStarted_C::VideoFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_OnLoadingVideoFadeOutStarted_C, AudioFadeOutDuration) == 0x00002C, "Member 'UBPE_VFX_OnLoadingVideoFadeOutStarted_C::AudioFadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CameraShake_Quake_ShockWave_C \ static_assert(alignof(UBP_CameraShake_Quake_ShockWave_C) == 0x000010, "Wrong alignment on UBP_CameraShake_Quake_ShockWave_C"); \ static_assert(sizeof(UBP_CameraShake_Quake_ShockWave_C) == 0x0001B0, "Wrong size on UBP_CameraShake_Quake_ShockWave_C"); \ #define DUMPER7_ASSERTS_UBPE_VFX_StopLoadingVideo_C \ static_assert(alignof(UBPE_VFX_StopLoadingVideo_C) == 0x000008, "Wrong alignment on UBPE_VFX_StopLoadingVideo_C"); \ static_assert(sizeof(UBPE_VFX_StopLoadingVideo_C) == 0x000048, "Wrong size on UBPE_VFX_StopLoadingVideo_C"); \ static_assert(offsetof(UBPE_VFX_StopLoadingVideo_C, Fade_Duration) == 0x000028, "Member 'UBPE_VFX_StopLoadingVideo_C::Fade_Duration' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_StopLoadingVideo_C, VideoFadeOutCurve) == 0x000030, "Member 'UBPE_VFX_StopLoadingVideo_C::VideoFadeOutCurve' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_StopLoadingVideo_C, AudioFadeOutCurve) == 0x000038, "Member 'UBPE_VFX_StopLoadingVideo_C::AudioFadeOutCurve' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_StopLoadingVideo_C, PostProcessMaterial) == 0x000040, "Member 'UBPE_VFX_StopLoadingVideo_C::PostProcessMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_FadePlayingVideo_C \ static_assert(alignof(UBPE_VFX_FadePlayingVideo_C) == 0x000008, "Wrong alignment on UBPE_VFX_FadePlayingVideo_C"); \ static_assert(sizeof(UBPE_VFX_FadePlayingVideo_C) == 0x000060, "Wrong size on UBPE_VFX_FadePlayingVideo_C"); \ static_assert(offsetof(UBPE_VFX_FadePlayingVideo_C, MovieName) == 0x000028, "Member 'UBPE_VFX_FadePlayingVideo_C::MovieName' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_FadePlayingVideo_C, VideoFadeOutDuration) == 0x000038, "Member 'UBPE_VFX_FadePlayingVideo_C::VideoFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_FadePlayingVideo_C, VideoFadeOutCurve) == 0x000040, "Member 'UBPE_VFX_FadePlayingVideo_C::VideoFadeOutCurve' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_FadePlayingVideo_C, SkipVideoFadeOutUpdate) == 0x000048, "Member 'UBPE_VFX_FadePlayingVideo_C::SkipVideoFadeOutUpdate' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_FadePlayingVideo_C, AudioFadeOutDuration) == 0x00004C, "Member 'UBPE_VFX_FadePlayingVideo_C::AudioFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_FadePlayingVideo_C, AudioFadeOutCurve) == 0x000050, "Member 'UBPE_VFX_FadePlayingVideo_C::AudioFadeOutCurve' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_FadePlayingVideo_C, PostProcessMaterial) == 0x000058, "Member 'UBPE_VFX_FadePlayingVideo_C::PostProcessMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_LevelStreaming_C \ static_assert(alignof(UBPE_Global_LevelStreaming_C) == 0x000008, "Wrong alignment on UBPE_Global_LevelStreaming_C"); \ static_assert(sizeof(UBPE_Global_LevelStreaming_C) == 0x000050, "Wrong size on UBPE_Global_LevelStreaming_C"); \ static_assert(offsetof(UBPE_Global_LevelStreaming_C, LevelFolders) == 0x000028, "Member 'UBPE_Global_LevelStreaming_C::LevelFolders' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_LevelStreaming_C, Levels) == 0x000038, "Member 'UBPE_Global_LevelStreaming_C::Levels' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_LevelStreaming_C, Load) == 0x000048, "Member 'UBPE_Global_LevelStreaming_C::Load' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_LevelStreaming_C, MakeVisibleAfterLoad) == 0x000049, "Member 'UBPE_Global_LevelStreaming_C::MakeVisibleAfterLoad' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_LevelStreaming_C, ShouldBlockOnLoad) == 0x00004A, "Member 'UBPE_Global_LevelStreaming_C::ShouldBlockOnLoad' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PHCameraActor_C \ static_assert(alignof(ABP_PHCameraActor_C) == 0x000010, "Wrong alignment on ABP_PHCameraActor_C"); \ static_assert(sizeof(ABP_PHCameraActor_C) == 0x0007C0, "Wrong size on ABP_PHCameraActor_C"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor \ static_assert(alignof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor) == 0x0003E8, "Wrong size on BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, EntryPoint) == 0x000000, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_MakeVisibleAfterLoad) == 0x000004, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_MakeVisibleAfterLoad' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_ShouldBlockOnLoad) == 0x000005, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_ShouldBlockOnLoad' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_LevelFolderPath_1) == 0x000008, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_LevelFolderPath_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetStreamingLevels_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetStreamingLevels_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, Temp_int_Variable) == 0x000050, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_ExceptFolders) == 0x000058, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_ExceptFolders' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_ExceptLevels) == 0x000068, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_ExceptLevels' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_NoFlush) == 0x000078, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_NoFlush' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Not_PreBool_ReturnValue) == 0x000079, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_ShouldBlockUnload) == 0x00007A, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_ShouldBlockUnload' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_LevelFolderPath) == 0x00007C, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_LevelFolderPath' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetStreamingLevels_ReturnValue_1) == 0x000088, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetStreamingLevels_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000098, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000CC, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetStreamingLevels_ReturnValue_2) == 0x0000D0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetStreamingLevels_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_ExceptFolders_1) == 0x0000E0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_ExceptFolders_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_ExceptLevels_1) == 0x0000F0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_ExceptLevels_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, Temp_int_Variable_1) == 0x000100, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Add_IntInt_ReturnValue_3) == 0x000104, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000108, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_ShouldBlockUnload_1) == 0x000110, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_ShouldBlockUnload_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_Streaming_Levels) == 0x000118, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_Streaming_Levels' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Get_Item) == 0x000128, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Length_ReturnValue) == 0x000150, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000158, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Length_ReturnValue_1) == 0x000168, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000170, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Greater_IntInt_ReturnValue) == 0x000180, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Add_IntInt_ReturnValue_4) == 0x000184, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_Make_Visible_After_Load) == 0x000188, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_Make_Visible_After_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_Should_Block_on_Load) == 0x000189, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_Should_Block_on_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_CustomEvent_Streaming_Levels_1) == 0x000190, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_CustomEvent_Streaming_Levels_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Get_Item_1) == 0x0001A0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Length_ReturnValue_2) == 0x0001C8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Less_IntInt_ReturnValue) == 0x0001CC, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1) == 0x0001D0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0001E0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Length_ReturnValue_3) == 0x0001F0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001F4, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, Temp_int_Variable_2) == 0x0001F8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Get_Item_2) == 0x000200, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Less_IntInt_ReturnValue_1) == 0x000208, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_IsInLevelList_Result) == 0x000209, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_IsInLevelList_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetFolderPath_ReturnValue) == 0x00020C, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetFolderPath_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Not_PreBool_ReturnValue_1) == 0x000214, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Conv_NameToString_ReturnValue_2) == 0x000218, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Conv_NameToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Contains_ReturnValue) == 0x000228, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetWorldAssetPackageFName_ReturnValue) == 0x00022C, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetWorldAssetPackageFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Not_PreBool_ReturnValue_2) == 0x000234, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Conv_NameToString_ReturnValue_3) == 0x000238, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Conv_NameToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000248, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Conv_NameToString_ReturnValue_4) == 0x000258, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Conv_NameToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Conv_NameToString_ReturnValue_5) == 0x000268, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Conv_NameToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000278, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000288, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000298, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0002A8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Length_ReturnValue_4) == 0x0002B8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Length_ReturnValue_5) == 0x0002BC, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Less_IntInt_ReturnValue_2) == 0x0002C0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0002C1, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, Temp_int_Variable_3) == 0x0002C4, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Get_Item_3) == 0x0002C8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Length_ReturnValue_6) == 0x0002D0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetFolderPath_ReturnValue_1) == 0x0002D4, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetFolderPath_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetWorldAssetPackageFName_ReturnValue_1) == 0x0002DC, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetWorldAssetPackageFName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_EqualEqual_NameName_ReturnValue) == 0x0002E4, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Conv_NameToString_ReturnValue_6) == 0x0002E8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Conv_NameToString_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0002F8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Length_ReturnValue_7) == 0x000308, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Greater_IntInt_ReturnValue_3) == 0x00030C, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, Temp_int_Variable_4) == 0x000310, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Less_IntInt_ReturnValue_3) == 0x000314, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_IsMirroringEditorLevelsOnPlayFromHere_Result) == 0x000315, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_IsMirroringEditorLevelsOnPlayFromHere_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_EOCreateEvent_OutputDelegate) == 0x000318, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_K2_IsInPersistentLevel_ReturnValue) == 0x000328, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_K2_IsInPersistentLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_EOCreateEvent_OutputDelegate_1) == 0x00032C, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_EOCreateEvent_OutputDelegate_2) == 0x00033C, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager) == 0x000350, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_1) == 0x000358, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000360, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1) == 0x000368, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_2) == 0x000370, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2) == 0x000378, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetHUD_ReturnValue) == 0x000380, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_DynamicCast_AsBP_PHHUD) == 0x000388, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_DynamicCast_AsBP_PHHUD' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, K2Node_DynamicCast_bSuccess) == 0x000390, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Get_Item_4) == 0x000398, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetWorldAssetPackageFName_ReturnValue_2) == 0x0003A0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetWorldAssetPackageFName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_GetFolderPath_ReturnValue_2) == 0x0003A8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_GetFolderPath_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Conv_NameToString_ReturnValue_7) == 0x0003B0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Conv_NameToString_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_EqualEqual_NameName_ReturnValue_1) == 0x0003C0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_EqualEqual_NameName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Concat_StrStr_ReturnValue_12) == 0x0003C8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Length_ReturnValue_8) == 0x0003D8, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Array_Length_ReturnValue_9) == 0x0003DC, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Less_IntInt_ReturnValue_4) == 0x0003E0, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor, CallFunc_Greater_IntInt_ReturnValue_4) == 0x0003E1, "Member 'BP_PHLevelScriptActor_C_ExecuteUbergraph_BP_PHLevelScriptActor::CallFunc_Greater_IntInt_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_UnloadStreamingLevelFolder \ static_assert(alignof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolder) == 0x000004, "Wrong alignment on BP_PHLevelScriptActor_C_UnloadStreamingLevelFolder"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolder) == 0x00000C, "Wrong size on BP_PHLevelScriptActor_C_UnloadStreamingLevelFolder"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolder, ShouldBlockUnload) == 0x000000, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevelFolder::ShouldBlockUnload' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolder, LevelFolderPath) == 0x000004, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevelFolder::LevelFolderPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_LoadStreamingLevelFolder \ static_assert(alignof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolder) == 0x000004, "Wrong alignment on BP_PHLevelScriptActor_C_LoadStreamingLevelFolder"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolder) == 0x00000C, "Wrong size on BP_PHLevelScriptActor_C_LoadStreamingLevelFolder"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolder, MakeVisibleAfterLoad) == 0x000000, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolder::MakeVisibleAfterLoad' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolder, ShouldBlockOnLoad) == 0x000001, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolder::ShouldBlockOnLoad' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolder, LevelFolderPath) == 0x000004, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolder::LevelFolderPath' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_CheatLoadStreamingLevels \ static_assert(alignof(BP_PHLevelScriptActor_C_CheatLoadStreamingLevels) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_CheatLoadStreamingLevels"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_CheatLoadStreamingLevels) == 0x000028, "Wrong size on BP_PHLevelScriptActor_C_CheatLoadStreamingLevels"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_CheatLoadStreamingLevels, ExceptFolders) == 0x000000, "Member 'BP_PHLevelScriptActor_C_CheatLoadStreamingLevels::ExceptFolders' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_CheatLoadStreamingLevels, ExceptLevels) == 0x000010, "Member 'BP_PHLevelScriptActor_C_CheatLoadStreamingLevels::ExceptLevels' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_CheatLoadStreamingLevels, NoFlush) == 0x000020, "Member 'BP_PHLevelScriptActor_C_CheatLoadStreamingLevels::NoFlush' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_LoadAllStreamingLevels \ static_assert(alignof(BP_PHLevelScriptActor_C_LoadAllStreamingLevels) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_LoadAllStreamingLevels"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_LoadAllStreamingLevels) == 0x000020, "Wrong size on BP_PHLevelScriptActor_C_LoadAllStreamingLevels"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadAllStreamingLevels, ExceptFolders) == 0x000000, "Member 'BP_PHLevelScriptActor_C_LoadAllStreamingLevels::ExceptFolders' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadAllStreamingLevels, ExceptLevels) == 0x000010, "Member 'BP_PHLevelScriptActor_C_LoadAllStreamingLevels::ExceptLevels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_UnloadStreamingLevels \ static_assert(alignof(BP_PHLevelScriptActor_C_UnloadStreamingLevels) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_UnloadStreamingLevels"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_UnloadStreamingLevels) == 0x000018, "Wrong size on BP_PHLevelScriptActor_C_UnloadStreamingLevels"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevels, ShouldBlockUnload) == 0x000000, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevels::ShouldBlockUnload' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevels, Streaming_Levels) == 0x000008, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevels::Streaming_Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_LoadStreamingLevels \ static_assert(alignof(BP_PHLevelScriptActor_C_LoadStreamingLevels) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_LoadStreamingLevels"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_LoadStreamingLevels) == 0x000018, "Wrong size on BP_PHLevelScriptActor_C_LoadStreamingLevels"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevels, Make_Visible_After_Load) == 0x000000, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevels::Make_Visible_After_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevels, Should_Block_on_Load) == 0x000001, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevels::Should_Block_on_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevels, Streaming_Levels) == 0x000008, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevels::Streaming_Levels' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_SetStreamLevelForLoading \ static_assert(alignof(BP_PHLevelScriptActor_C_SetStreamLevelForLoading) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_SetStreamLevelForLoading"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_SetStreamLevelForLoading) == 0x000018, "Wrong size on BP_PHLevelScriptActor_C_SetStreamLevelForLoading"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelForLoading, Make_Visible_After_Load) == 0x000000, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelForLoading::Make_Visible_After_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelForLoading, Should_Block_on_Load) == 0x000001, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelForLoading::Should_Block_on_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelForLoading, Streaming_Level) == 0x000008, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelForLoading::Streaming_Level' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelForLoading, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelForLoading::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading \ static_assert(alignof(BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading) == 0x000040, "Wrong size on BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading, Make_Visible_After_Load) == 0x000000, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading::Make_Visible_After_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading, Should_Block_on_Load) == 0x000001, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading::Should_Block_on_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading, Streaming_Level_Name) == 0x000004, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading::Streaming_Level_Name' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading, CallFunc_GetStreamingLevel_ReturnValue) == 0x000020, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading::CallFunc_GetStreamingLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000039, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForLoading::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_SetStreamLevelForUnloading \ static_assert(alignof(BP_PHLevelScriptActor_C_SetStreamLevelForUnloading) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_SetStreamLevelForUnloading"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_SetStreamLevelForUnloading) == 0x000018, "Wrong size on BP_PHLevelScriptActor_C_SetStreamLevelForUnloading"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelForUnloading, Should_Block_on_Unload) == 0x000000, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelForUnloading::Should_Block_on_Unload' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelForUnloading, Streaming_Level) == 0x000008, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelForUnloading::Streaming_Level' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelForUnloading, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelForUnloading::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading \ static_assert(alignof(BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading) == 0x000040, "Wrong size on BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading, Should_Block_on_Unload) == 0x000000, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading::Should_Block_on_Unload' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading, Streaming_Level_Name) == 0x000004, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading::Streaming_Level_Name' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading, CallFunc_Conv_NameToString_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading, CallFunc_GetStreamingLevel_ReturnValue) == 0x000020, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading::CallFunc_GetStreamingLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000039, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelNameForUnloading::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading \ static_assert(alignof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading) == 0x000070, "Wrong size on BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading, Make_Visible_After_Load) == 0x000000, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading::Make_Visible_After_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading, Should_Block_on_Load) == 0x000001, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading::Should_Block_on_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading, Streaming_Level_ObjRef) == 0x000008, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading::Streaming_Level_ObjRef' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000030, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading, CallFunc_IsEmpty_ReturnValue) == 0x000040, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading, CallFunc_Conv_StringToName_ReturnValue) == 0x000058, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading, CallFunc_GetStreamingLevel_ReturnValue) == 0x000060, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading::CallFunc_GetStreamingLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForLoading::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading \ static_assert(alignof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading) == 0x000070, "Wrong size on BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading, Should_Block_on_Unload) == 0x000000, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading::Should_Block_on_Unload' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading, Streaming_Level_ObjRef) == 0x000008, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading::Streaming_Level_ObjRef' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000030, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading, CallFunc_IsEmpty_ReturnValue) == 0x000040, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading, CallFunc_Conv_StringToName_ReturnValue) == 0x000058, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading, CallFunc_GetStreamingLevel_ReturnValue) == 0x000060, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading::CallFunc_GetStreamingLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_PHLevelScriptActor_C_SetStreamLevelObjRefForUnloading::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_IsInLevelList \ static_assert(alignof(BP_PHLevelScriptActor_C_IsInLevelList) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_IsInLevelList"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_IsInLevelList) == 0x000098, "Wrong size on BP_PHLevelScriptActor_C_IsInLevelList"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, InLevelStreamingObj) == 0x000000, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::InLevelStreamingObj' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, InLevelList) == 0x000008, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::InLevelList' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, Result) == 0x000018, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, LocLevelStreamingObjPkgName) == 0x00001C, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::LocLevelStreamingObjPkgName' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, Temp_int_Array_Index_Variable) == 0x000024, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, CallFunc_Greater_IntInt_ReturnValue) == 0x00002C, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, CallFunc_IsValid_ReturnValue) == 0x00002D, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, Temp_int_Loop_Counter_Variable) == 0x000030, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, CallFunc_Add_IntInt_ReturnValue) == 0x000034, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, CallFunc_GetWorldAssetPackageFName_ReturnValue) == 0x000038, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::CallFunc_GetWorldAssetPackageFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, CallFunc_GetSoftObjPtrPackageName_ReturnValue) == 0x000078, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::CallFunc_GetSoftObjPtrPackageName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, CallFunc_Conv_StringToName_ReturnValue) == 0x000088, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsInLevelList, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000090, "Member 'BP_PHLevelScriptActor_C_IsInLevelList::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_SetupLoadingVideo \ static_assert(alignof(BP_PHLevelScriptActor_C_SetupLoadingVideo) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_SetupLoadingVideo"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_SetupLoadingVideo) == 0x0002B8, "Wrong size on BP_PHLevelScriptActor_C_SetupLoadingVideo"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, FadeAfterVideoFinished) == 0x000000, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::FadeAfterVideoFinished' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, VideoFadeOutDuration) == 0x000004, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::VideoFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, VideoFadeOutCurve) == 0x000008, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::VideoFadeOutCurve' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, SkipVideoFadeOutUpdate) == 0x000010, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::SkipVideoFadeOutUpdate' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, AudioFadeOutDuration) == 0x000014, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::AudioFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, AudioFadeOutCurve) == 0x000018, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::AudioFadeOutCurve' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, StreamLevelFolders) == 0x000020, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::StreamLevelFolders' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, StreamLevels) == 0x000030, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::StreamLevels' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CheatExceptLevelFolders) == 0x000040, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CheatExceptLevelFolders' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CheatExceptLevels) == 0x000050, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CheatExceptLevels' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, OnFadeOutStarted) == 0x000060, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::OnFadeOutStarted' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, OnFadeOutFinished) == 0x000070, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::OnFadeOutFinished' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, OnLoadingVideoFinished) == 0x000080, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::OnLoadingVideoFinished' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, PostProcessMaterial) == 0x000090, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, LocLoadingMoviePlaying) == 0x000098, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::LocLoadingMoviePlaying' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, LocPrintPrefix) == 0x0000A0, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::LocPrintPrefix' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_IsValid_ReturnValue) == 0x0000B0, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000B8, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x0000C8, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue) == 0x0000D0, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000E0, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Not_PreBool_ReturnValue) == 0x0000F0, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_CreateEOEvent_ReturnValue) == 0x0000F8, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Conv_BoolToString_ReturnValue) == 0x000100, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000110, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000120, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000130, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_K2_IsValidTimerHandle_ReturnValue_1) == 0x000140, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_K2_IsValidTimerHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000141, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, K2Node_CreateDelegate_OutputDelegate) == 0x000144, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000158, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000160, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Array_Length_ReturnValue) == 0x000170, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000178, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Greater_IntInt_ReturnValue) == 0x000188, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Array_Length_ReturnValue_1) == 0x00018C, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_IsCheatStreaming_Result) == 0x000190, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_IsCheatStreaming_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000191, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Not_PreBool_ReturnValue_1) == 0x000192, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, K2Node_EOCreateEvent_OutputDelegate) == 0x000194, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, K2Node_EOCreateEvent_OutputDelegate_1) == 0x0001A4, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, K2Node_EOCreateEvent_OutputDelegate_2) == 0x0001B4, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_IsLoadingMoviePlaying_ReturnValue) == 0x0001C4, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_IsLoadingMoviePlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0001C8, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0001D8, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0001E8, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0001F8, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000208, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000218, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, Temp_object_Variable) == 0x000228, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000230, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000240, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_14) == 0x000250, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_15) == 0x000260, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_16) == 0x000270, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_17) == 0x000280, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, Temp_bool_Variable) == 0x000290, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Concat_StrStr_ReturnValue_18) == 0x000298, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Concat_StrStr_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, K2Node_Select_Default) == 0x0002A8, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_IsLoadingCheckpoint_ReturnValue) == 0x0002B0, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_IsLoadingCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupLoadingVideo, CallFunc_Not_PreBool_ReturnValue_2) == 0x0002B1, "Member 'BP_PHLevelScriptActor_C_SetupLoadingVideo::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_IsCheatStreaming \ static_assert(alignof(BP_PHLevelScriptActor_C_IsCheatStreaming) == 0x000001, "Wrong alignment on BP_PHLevelScriptActor_C_IsCheatStreaming"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_IsCheatStreaming) == 0x000002, "Wrong size on BP_PHLevelScriptActor_C_IsCheatStreaming"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsCheatStreaming, Result) == 0x000000, "Member 'BP_PHLevelScriptActor_C_IsCheatStreaming::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_IsCheatStreaming, CallFunc_IsCheatStreamingEnabled_Result) == 0x000001, "Member 'BP_PHLevelScriptActor_C_IsCheatStreaming::CallFunc_IsCheatStreamingEnabled_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_LoadStreamingLevelFolders \ static_assert(alignof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolders) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_LoadStreamingLevelFolders"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolders) == 0x000030, "Wrong size on BP_PHLevelScriptActor_C_LoadStreamingLevelFolders"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolders, LevelFolders) == 0x000000, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolders::LevelFolders' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolders, MakeVisibleAfterLoad) == 0x000010, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolders::MakeVisibleAfterLoad' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolders, ShouldBlockOnLoad) == 0x000011, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolders::ShouldBlockOnLoad' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolders, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolders::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolders, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolders::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolders, CallFunc_Array_Get_Item) == 0x00001C, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolders::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolders, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolders::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolders, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolders::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_LoadStreamingLevelFolders, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_PHLevelScriptActor_C_LoadStreamingLevelFolders::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders \ static_assert(alignof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders) == 0x000030, "Wrong size on BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders, LevelFolders) == 0x000000, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders::LevelFolders' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders, ShouldBlockUnload) == 0x000010, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders::ShouldBlockUnload' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_PHLevelScriptActor_C_UnloadStreamingLevelFolders::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_PrintLoadStreamingLevels \ static_assert(alignof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_PrintLoadStreamingLevels"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels) == 0x0000E0, "Wrong size on BP_PHLevelScriptActor_C_PrintLoadStreamingLevels"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, Make_Visible_After_Load) == 0x000000, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::Make_Visible_After_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, Should_Block_on_Load) == 0x000001, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::Should_Block_on_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, Streaming_Levels) == 0x000008, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::Streaming_Levels' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Conv_BoolToString_ReturnValue) == 0x000020, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000030, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000090, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000A0, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000B0, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000C0, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, Temp_int_Loop_Counter_Variable) == 0x0000D0, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Less_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevels, CallFunc_Add_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder \ static_assert(alignof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder) == 0x000090, "Wrong size on BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder, Make_Visible_After_Load) == 0x000000, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder::Make_Visible_After_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder, Should_Block_on_Load) == 0x000001, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder::Should_Block_on_Load' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder, Level_Folder_Path) == 0x000004, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder::Level_Folder_Path' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000030, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000050, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000060, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000070, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000080, "Member 'BP_PHLevelScriptActor_C_PrintLoadStreamingLevelFolder::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder \ static_assert(alignof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder) == 0x000060, "Wrong size on BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder, Should_Block_on_Unload) == 0x000000, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder::Should_Block_on_Unload' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder, Level_Folder_Path) == 0x000004, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder::Level_Folder_Path' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder, CallFunc_Conv_BoolToString_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder, CallFunc_Conv_NameToString_ReturnValue) == 0x000020, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevelFolder::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels \ static_assert(alignof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels) == 0x0000B0, "Wrong size on BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, Should_Block_on_Unload) == 0x000000, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::Should_Block_on_Unload' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, Streaming_Levels) == 0x000008, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::Streaming_Levels' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, CallFunc_Conv_BoolToString_ReturnValue) == 0x000020, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, Temp_int_Array_Index_Variable) == 0x000030, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000070, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000080, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000090, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, Temp_int_Loop_Counter_Variable) == 0x0000A0, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, CallFunc_Less_IntInt_ReturnValue) == 0x0000A4, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels, CallFunc_Add_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_PHLevelScriptActor_C_PrintUnloadStreamingLevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_PrintLevelFolders \ static_assert(alignof(BP_PHLevelScriptActor_C_PrintLevelFolders) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_PrintLevelFolders"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_PrintLevelFolders) == 0x000090, "Wrong size on BP_PHLevelScriptActor_C_PrintLevelFolders"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, LevelFolders) == 0x000000, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::LevelFolders' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, Prefix) == 0x000010, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::Prefix' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, PrintToScreen) == 0x000020, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::PrintToScreen' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, TextColor) == 0x000024, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::TextColor' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, ScreenDuration) == 0x000034, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::ScreenDuration' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, CallFunc_Array_Length_ReturnValue_1) == 0x00003C, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, CallFunc_Greater_IntInt_ReturnValue) == 0x000044, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, CallFunc_Conv_NameToString_ReturnValue) == 0x000050, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, CallFunc_Concat_StrStr_ReturnValue) == 0x000070, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevelFolders, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'BP_PHLevelScriptActor_C_PrintLevelFolders::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_PrintLevels \ static_assert(alignof(BP_PHLevelScriptActor_C_PrintLevels) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_PrintLevels"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_PrintLevels) == 0x0000B0, "Wrong size on BP_PHLevelScriptActor_C_PrintLevels"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, Levels) == 0x000000, "Member 'BP_PHLevelScriptActor_C_PrintLevels::Levels' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, Prefix) == 0x000010, "Member 'BP_PHLevelScriptActor_C_PrintLevels::Prefix' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, PrintToScreen) == 0x000020, "Member 'BP_PHLevelScriptActor_C_PrintLevels::PrintToScreen' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, TextColor) == 0x000024, "Member 'BP_PHLevelScriptActor_C_PrintLevels::TextColor' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, ScreenDuration) == 0x000034, "Member 'BP_PHLevelScriptActor_C_PrintLevels::ScreenDuration' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_PHLevelScriptActor_C_PrintLevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, CallFunc_Array_Length_ReturnValue_1) == 0x00003C, "Member 'BP_PHLevelScriptActor_C_PrintLevels::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_PHLevelScriptActor_C_PrintLevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, CallFunc_Greater_IntInt_ReturnValue) == 0x000044, "Member 'BP_PHLevelScriptActor_C_PrintLevels::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_PHLevelScriptActor_C_PrintLevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000070, "Member 'BP_PHLevelScriptActor_C_PrintLevels::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, Temp_int_Loop_Counter_Variable) == 0x000080, "Member 'BP_PHLevelScriptActor_C_PrintLevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, CallFunc_Less_IntInt_ReturnValue) == 0x000084, "Member 'BP_PHLevelScriptActor_C_PrintLevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BP_PHLevelScriptActor_C_PrintLevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, CallFunc_Concat_StrStr_ReturnValue) == 0x000090, "Member 'BP_PHLevelScriptActor_C_PrintLevels::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_PrintLevels, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A0, "Member 'BP_PHLevelScriptActor_C_PrintLevels::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted \ static_assert(alignof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted) == 0x000020, "Wrong size on BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted, Sender) == 0x000000, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted, Event) == 0x000008, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted, K2Node_DynamicCast_AsBPE_VFX_on_Loading_Video_Fade_Out_Started) == 0x000010, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted::K2Node_DynamicCast_AsBPE_VFX_on_Loading_Video_Fade_Out_Started' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutStarted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone \ static_assert(alignof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone) == 0x000020, "Wrong size on BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone, Sender) == 0x000000, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone, Event) == 0x000008, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone, CallFunc_Not_PreBool_ReturnValue_1) == 0x000019, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFadeOutDone::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished \ static_assert(alignof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished) == 0x000020, "Wrong size on BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished, Sender) == 0x000000, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished, Event) == 0x000008, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished, CallFunc_BooleanAND_ReturnValue) == 0x000019, "Member 'BP_PHLevelScriptActor_C_InternalOnLoadingVideoFinished::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay \ static_assert(alignof(BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay) == 0x000020, "Wrong size on BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay, CallFunc_BooleanOR_ReturnValue) == 0x000019, "Member 'BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay, CallFunc_Not_PreBool_ReturnValue) == 0x00001A, "Member 'BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay, CallFunc_IsCheatStreaming_Result) == 0x00001B, "Member 'BP_PHLevelScriptActor_C_OnSetupLoadingVideoDelay::CallFunc_IsCheatStreaming_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_OnSetupLoadingVideoFinishedDelay \ static_assert(alignof(BP_PHLevelScriptActor_C_OnSetupLoadingVideoFinishedDelay) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_OnSetupLoadingVideoFinishedDelay"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_OnSetupLoadingVideoFinishedDelay) == 0x000008, "Wrong size on BP_PHLevelScriptActor_C_OnSetupLoadingVideoFinishedDelay"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnSetupLoadingVideoFinishedDelay, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_PHLevelScriptActor_C_OnSetupLoadingVideoFinishedDelay::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_MirrorEditorLevels \ static_assert(alignof(BP_PHLevelScriptActor_C_MirrorEditorLevels) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_MirrorEditorLevels"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_MirrorEditorLevels) == 0x000170, "Wrong size on BP_PHLevelScriptActor_C_MirrorEditorLevels"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, LocStreamingColor) == 0x000000, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::LocStreamingColor' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, LocPIELevelStreaming) == 0x000010, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::LocPIELevelStreaming' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, LocEditorLevelStreaming) == 0x000018, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::LocEditorLevelStreaming' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, LocEditorStreamingLevels) == 0x000020, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::LocEditorStreamingLevels' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, LocEditorLevelAssetPkgName) == 0x000030, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::LocEditorLevelAssetPkgName' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, Temp_int_Array_Index_Variable) == 0x000038, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_GetShouldBeVisibleInEditor_ReturnValue) == 0x00004C, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_GetShouldBeVisibleInEditor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_BooleanOR_ReturnValue) == 0x00004D, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_GetWorldAssetPackageFName_ReturnValue) == 0x000050, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_GetWorldAssetPackageFName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_BooleanOR_ReturnValue_1) == 0x000058, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_ShouldBeLoaded_ReturnValue) == 0x000059, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_ShouldBeLoaded_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_GetShouldBeVisibleInEditor_ReturnValue_1) == 0x00005A, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_GetShouldBeVisibleInEditor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_BooleanOR_ReturnValue_2) == 0x00005B, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_ShouldBeLoaded_ReturnValue_1) == 0x00005C, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_ShouldBeLoaded_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_GetShouldBeVisibleInEditor_ReturnValue_2) == 0x00005D, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_GetShouldBeVisibleInEditor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Conv_BoolToString_ReturnValue) == 0x000060, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000070, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Concat_StrStr_ReturnValue) == 0x000080, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Conv_BoolToString_ReturnValue_2) == 0x000090, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Conv_BoolToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000A0, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, Temp_int_Loop_Counter_Variable) == 0x0000B0, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000B8, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000C8, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Less_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0000E0, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000F0, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Add_IntInt_ReturnValue) == 0x000100, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Conv_NameToString_ReturnValue) == 0x000108, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000118, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Conv_NameToString_ReturnValue_1) == 0x000128, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Conv_NameToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000138, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_GetStreamingLevel_ReturnValue) == 0x000148, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_GetStreamingLevel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_IsValid_ReturnValue) == 0x000150, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_GetEditorStreamingLevels_ReturnValue) == 0x000158, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_GetEditorStreamingLevels_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Array_Length_ReturnValue_1) == 0x000168, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_MirrorEditorLevels, CallFunc_Greater_IntInt_ReturnValue) == 0x00016C, "Member 'BP_PHLevelScriptActor_C_MirrorEditorLevels::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_OnLevelStreamingEvent \ static_assert(alignof(BP_PHLevelScriptActor_C_OnLevelStreamingEvent) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_OnLevelStreamingEvent"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_OnLevelStreamingEvent) == 0x000028, "Wrong size on BP_PHLevelScriptActor_C_OnLevelStreamingEvent"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelStreamingEvent, Sender) == 0x000000, "Member 'BP_PHLevelScriptActor_C_OnLevelStreamingEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelStreamingEvent, Event) == 0x000008, "Member 'BP_PHLevelScriptActor_C_OnLevelStreamingEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelStreamingEvent, AsBPEGlobalLevelStreaming) == 0x000010, "Member 'BP_PHLevelScriptActor_C_OnLevelStreamingEvent::AsBPEGlobalLevelStreaming' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelStreamingEvent, K2Node_DynamicCast_AsBPE_Global_Level_Streaming) == 0x000018, "Member 'BP_PHLevelScriptActor_C_OnLevelStreamingEvent::K2Node_DynamicCast_AsBPE_Global_Level_Streaming' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelStreamingEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PHLevelScriptActor_C_OnLevelStreamingEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelStreamingEvent, CallFunc_K2_IsInPersistentLevel_ReturnValue) == 0x000021, "Member 'BP_PHLevelScriptActor_C_OnLevelStreamingEvent::CallFunc_K2_IsInPersistentLevel_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_OnIncrementalUnload \ static_assert(alignof(BP_PHLevelScriptActor_C_OnIncrementalUnload) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_OnIncrementalUnload"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_OnIncrementalUnload) == 0x000028, "Wrong size on BP_PHLevelScriptActor_C_OnIncrementalUnload"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnIncrementalUnload, Sender) == 0x000000, "Member 'BP_PHLevelScriptActor_C_OnIncrementalUnload::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnIncrementalUnload, Event) == 0x000008, "Member 'BP_PHLevelScriptActor_C_OnIncrementalUnload::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnIncrementalUnload, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_OnIncrementalUnload::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnIncrementalUnload, K2Node_DynamicCast_AsBPE_Incremental_Unload) == 0x000018, "Member 'BP_PHLevelScriptActor_C_OnIncrementalUnload::K2Node_DynamicCast_AsBPE_Incremental_Unload' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnIncrementalUnload, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PHLevelScriptActor_C_OnIncrementalUnload::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_SetupCheckpointLoad \ static_assert(alignof(BP_PHLevelScriptActor_C_SetupCheckpointLoad) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_SetupCheckpointLoad"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_SetupCheckpointLoad) == 0x000028, "Wrong size on BP_PHLevelScriptActor_C_SetupCheckpointLoad"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupCheckpointLoad, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000000, "Member 'BP_PHLevelScriptActor_C_SetupCheckpointLoad::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupCheckpointLoad, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager) == 0x000008, "Member 'BP_PHLevelScriptActor_C_SetupCheckpointLoad::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupCheckpointLoad, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'BP_PHLevelScriptActor_C_SetupCheckpointLoad::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupCheckpointLoad, K2Node_DynamicCast_AsBP_PHHUD) == 0x000018, "Member 'BP_PHLevelScriptActor_C_SetupCheckpointLoad::K2Node_DynamicCast_AsBP_PHHUD' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupCheckpointLoad, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PHLevelScriptActor_C_SetupCheckpointLoad::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupCheckpointLoad, CallFunc_IsCheckpointLoadingInBackground_ReturnValue) == 0x000021, "Member 'BP_PHLevelScriptActor_C_SetupCheckpointLoad::CallFunc_IsCheckpointLoadingInBackground_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupCheckpointLoad, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_PHLevelScriptActor_C_SetupCheckpointLoad::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupCheckpointLoad, CallFunc_IsLoadingCheckpoint_ReturnValue) == 0x000023, "Member 'BP_PHLevelScriptActor_C_SetupCheckpointLoad::CallFunc_IsLoadingCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_SetupCheckpointLoad, CallFunc_BooleanAND_ReturnValue) == 0x000024, "Member 'BP_PHLevelScriptActor_C_SetupCheckpointLoad::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished \ static_assert(alignof(BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished"); \ static_assert(sizeof(BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished) == 0x000028, "Wrong size on BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished, Loc_AsBPE) == 0x000010, "Member 'BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished::Loc_AsBPE' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished, K2Node_DynamicCast_AsPHE_on_Checkpoint_Load_Finished) == 0x000018, "Member 'BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished::K2Node_DynamicCast_AsPHE_on_Checkpoint_Load_Finished' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_PHLevelScriptActor_C_OnLevelScriptCheckpointLoadFinished::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PHLevelScriptActor_C \ static_assert(alignof(ABP_PHLevelScriptActor_C) == 0x000008, "Wrong alignment on ABP_PHLevelScriptActor_C"); \ static_assert(sizeof(ABP_PHLevelScriptActor_C) == 0x0002F8, "Wrong size on ABP_PHLevelScriptActor_C"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, UberGraphFrame) == 0x000238, "Member 'ABP_PHLevelScriptActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_PHLevelScriptActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, LocalIndex) == 0x000248, "Member 'ABP_PHLevelScriptActor_C::LocalIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, LocalStreamingLevels) == 0x000250, "Member 'ABP_PHLevelScriptActor_C::LocalStreamingLevels' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, SetupLoadingVideoFadeAfterFinish) == 0x000260, "Member 'ABP_PHLevelScriptActor_C::SetupLoadingVideoFadeAfterFinish' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, SetupLoadingVideoFadeDuration) == 0x000264, "Member 'ABP_PHLevelScriptActor_C::SetupLoadingVideoFadeDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, SetupLoadingVideoWasPlaying) == 0x000268, "Member 'ABP_PHLevelScriptActor_C::SetupLoadingVideoWasPlaying' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, SetupLoadingVideoTimerHandle) == 0x000270, "Member 'ABP_PHLevelScriptActor_C::SetupLoadingVideoTimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, OnLoadingVideoFadeOutStartedEvent) == 0x000278, "Member 'ABP_PHLevelScriptActor_C::OnLoadingVideoFadeOutStartedEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, OnLoadingVideoFadeOutFinishedEvent) == 0x000288, "Member 'ABP_PHLevelScriptActor_C::OnLoadingVideoFadeOutFinishedEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, OnLoadingVideoFinishedEvent) == 0x000298, "Member 'ABP_PHLevelScriptActor_C::OnLoadingVideoFinishedEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, EmptyFolderList) == 0x0002A8, "Member 'ABP_PHLevelScriptActor_C::EmptyFolderList' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, EmptyLevelList) == 0x0002B8, "Member 'ABP_PHLevelScriptActor_C::EmptyLevelList' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, OnScreenTextDuration) == 0x0002C8, "Member 'ABP_PHLevelScriptActor_C::OnScreenTextDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, StreamingInColor) == 0x0002CC, "Member 'ABP_PHLevelScriptActor_C::StreamingInColor' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, StreamingOutColor) == 0x0002DC, "Member 'ABP_PHLevelScriptActor_C::StreamingOutColor' has a wrong offset!"); \ static_assert(offsetof(ABP_PHLevelScriptActor_C, SetupLoadingVideoFinishTimerHandle) == 0x0002F0, "Member 'ABP_PHLevelScriptActor_C::SetupLoadingVideoFinishTimerHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_ControllerMap_XBox_C_GetRootCanvasPanel \ static_assert(alignof(WBP_ControllerMap_XBox_C_GetRootCanvasPanel) == 0x000008, "Wrong alignment on WBP_ControllerMap_XBox_C_GetRootCanvasPanel"); \ static_assert(sizeof(WBP_ControllerMap_XBox_C_GetRootCanvasPanel) == 0x000008, "Wrong size on WBP_ControllerMap_XBox_C_GetRootCanvasPanel"); \ static_assert(offsetof(WBP_ControllerMap_XBox_C_GetRootCanvasPanel, Result) == 0x000000, "Member 'WBP_ControllerMap_XBox_C_GetRootCanvasPanel::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_ControllerMap_XBox_C \ static_assert(alignof(UWBP_ControllerMap_XBox_C) == 0x000008, "Wrong alignment on UWBP_ControllerMap_XBox_C"); \ static_assert(sizeof(UWBP_ControllerMap_XBox_C) == 0x000630, "Wrong size on UWBP_ControllerMap_XBox_C"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, CancelText) == 0x0005C0, "Member 'UWBP_ControllerMap_XBox_C::CancelText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, ControllerImage) == 0x0005C8, "Member 'UWBP_ControllerMap_XBox_C::ControllerImage' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, Crouch2Text) == 0x0005D0, "Member 'UWBP_ControllerMap_XBox_C::Crouch2Text' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, CrouchText) == 0x0005D8, "Member 'UWBP_ControllerMap_XBox_C::CrouchText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, HoldBreathText) == 0x0005E0, "Member 'UWBP_ControllerMap_XBox_C::HoldBreathText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, InteractText) == 0x0005E8, "Member 'UWBP_ControllerMap_XBox_C::InteractText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, InventoryText) == 0x0005F0, "Member 'UWBP_ControllerMap_XBox_C::InventoryText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, LookText) == 0x0005F8, "Member 'UWBP_ControllerMap_XBox_C::LookText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, MoveText) == 0x000600, "Member 'UWBP_ControllerMap_XBox_C::MoveText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, ObjectiveText) == 0x000608, "Member 'UWBP_ControllerMap_XBox_C::ObjectiveText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, PauseText) == 0x000610, "Member 'UWBP_ControllerMap_XBox_C::PauseText' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, RootCanvasPanel) == 0x000618, "Member 'UWBP_ControllerMap_XBox_C::RootCanvasPanel' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, Sprint2Text) == 0x000620, "Member 'UWBP_ControllerMap_XBox_C::Sprint2Text' has a wrong offset!"); \ static_assert(offsetof(UWBP_ControllerMap_XBox_C, SprintText) == 0x000628, "Member 'UWBP_ControllerMap_XBox_C::SprintText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_RTBID_InputMapping_C \ static_assert(alignof(UBP_RTBID_InputMapping_C) == 0x000008, "Wrong alignment on UBP_RTBID_InputMapping_C"); \ static_assert(sizeof(UBP_RTBID_InputMapping_C) == 0x000030, "Wrong size on UBP_RTBID_InputMapping_C"); \ #define DUMPER7_ASSERTS_UBP_IIP_Microfilm_07_TheSwell_C \ static_assert(alignof(UBP_IIP_Microfilm_07_TheSwell_C) == 0x000008, "Wrong alignment on UBP_IIP_Microfilm_07_TheSwell_C"); \ static_assert(sizeof(UBP_IIP_Microfilm_07_TheSwell_C) == 0x0000E0, "Wrong size on UBP_IIP_Microfilm_07_TheSwell_C"); \ #define DUMPER7_ASSERTS_BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle \ static_assert(alignof(BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle) == 0x000008, "Wrong alignment on BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle"); \ static_assert(sizeof(BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle) == 0x000020, "Wrong size on BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle"); \ static_assert(offsetof(BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle, EntryPoint) == 0x000000, "Member 'BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle, K2Node_Event_Location) == 0x000004, "Member 'BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle::K2Node_Event_Location' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle, K2Node_Event_PhysicalSurface) == 0x000010, "Member 'BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle::K2Node_Event_PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle, K2Node_Event_FootstepSourceActor) == 0x000018, "Member 'BP_Decal_Puddle_C_ExecuteUbergraph_BP_Decal_Puddle::K2Node_Event_FootstepSourceActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Decal_Puddle_C_OnFootstepOverlap \ static_assert(alignof(BP_Decal_Puddle_C_OnFootstepOverlap) == 0x000008, "Wrong alignment on BP_Decal_Puddle_C_OnFootstepOverlap"); \ static_assert(sizeof(BP_Decal_Puddle_C_OnFootstepOverlap) == 0x000018, "Wrong size on BP_Decal_Puddle_C_OnFootstepOverlap"); \ static_assert(offsetof(BP_Decal_Puddle_C_OnFootstepOverlap, Location) == 0x000000, "Member 'BP_Decal_Puddle_C_OnFootstepOverlap::Location' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_OnFootstepOverlap, PhysicalSurface) == 0x00000C, "Member 'BP_Decal_Puddle_C_OnFootstepOverlap::PhysicalSurface' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_OnFootstepOverlap, FootstepSourceActor) == 0x000010, "Member 'BP_Decal_Puddle_C_OnFootstepOverlap::FootstepSourceActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Decal_Puddle_C_UserConstructionScript \ static_assert(alignof(BP_Decal_Puddle_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Decal_Puddle_C_UserConstructionScript"); \ static_assert(sizeof(BP_Decal_Puddle_C_UserConstructionScript) == 0x000050, "Wrong size on BP_Decal_Puddle_C_UserConstructionScript"); \ static_assert(offsetof(BP_Decal_Puddle_C_UserConstructionScript, Temp_bool_Variable) == 0x000000, "Member 'BP_Decal_Puddle_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_UserConstructionScript, K2Node_Select_Default) == 0x000008, "Member 'BP_Decal_Puddle_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_Decal_Puddle_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_UserConstructionScript, CallFunc_GetScaledBoxExtent_ReturnValue) == 0x000018, "Member 'BP_Decal_Puddle_C_UserConstructionScript::CallFunc_GetScaledBoxExtent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x000024, "Member 'BP_Decal_Puddle_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000028, "Member 'BP_Decal_Puddle_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x00002C, "Member 'BP_Decal_Puddle_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_Decal_Puddle_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000034, "Member 'BP_Decal_Puddle_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_UserConstructionScript, CallFunc_Multiply_VectorVector_ReturnValue) == 0x000040, "Member 'BP_Decal_Puddle_C_UserConstructionScript::CallFunc_Multiply_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Decal_Puddle_C_Initialize \ static_assert(alignof(BP_Decal_Puddle_C_Initialize) == 0x000004, "Wrong alignment on BP_Decal_Puddle_C_Initialize"); \ static_assert(sizeof(BP_Decal_Puddle_C_Initialize) == 0x000014, "Wrong size on BP_Decal_Puddle_C_Initialize"); \ static_assert(offsetof(BP_Decal_Puddle_C_Initialize, K2Node_MakeStruct_LinearColor) == 0x000000, "Member 'BP_Decal_Puddle_C_Initialize::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Puddle_C_Initialize, CallFunc_Add_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_Decal_Puddle_C_Initialize::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Decal_Puddle_C \ static_assert(alignof(ABP_Decal_Puddle_C) == 0x000008, "Wrong alignment on ABP_Decal_Puddle_C"); \ static_assert(sizeof(ABP_Decal_Puddle_C) == 0x000448, "Wrong size on ABP_Decal_Puddle_C"); \ static_assert(offsetof(ABP_Decal_Puddle_C, UberGraphFrame_BP_Decal_Puddle_C) == 0x000358, "Member 'ABP_Decal_Puddle_C::UberGraphFrame_BP_Decal_Puddle_C' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Decal) == 0x000360, "Member 'ABP_Decal_Puddle_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Billboard) == 0x000368, "Member 'ABP_Decal_Puddle_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, OnGround) == 0x000370, "Member 'ABP_Decal_Puddle_C::OnGround' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, DecalMaterial) == 0x000378, "Member 'ABP_Decal_Puddle_C::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Mid) == 0x000380, "Member 'ABP_Decal_Puddle_C::Mid' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Alpha_Texture) == 0x000388, "Member 'ABP_Decal_Puddle_C::Alpha_Texture' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Texture_Blend) == 0x000390, "Member 'ABP_Decal_Puddle_C::Texture_Blend' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Stain_Color) == 0x000394, "Member 'ABP_Decal_Puddle_C::Stain_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Emissive_Color) == 0x0003A4, "Member 'ABP_Decal_Puddle_C::Emissive_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Edge_Color) == 0x0003B4, "Member 'ABP_Decal_Puddle_C::Edge_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Albedo_Texture) == 0x0003C8, "Member 'ABP_Decal_Puddle_C::Albedo_Texture' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Roughness_Texture) == 0x0003D0, "Member 'ABP_Decal_Puddle_C::Roughness_Texture' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Normal_Texture) == 0x0003D8, "Member 'ABP_Decal_Puddle_C::Normal_Texture' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Scale) == 0x0003E0, "Member 'ABP_Decal_Puddle_C::Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Mask_Radius) == 0x0003E4, "Member 'ABP_Decal_Puddle_C::Mask_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Mask_Hardness) == 0x0003E8, "Member 'ABP_Decal_Puddle_C::Mask_Hardness' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Noise_Texture) == 0x0003F0, "Member 'ABP_Decal_Puddle_C::Noise_Texture' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Texture_Tiling) == 0x0003F8, "Member 'ABP_Decal_Puddle_C::Texture_Tiling' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Decal_Opacity) == 0x0003FC, "Member 'ABP_Decal_Puddle_C::Decal_Opacity' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Alpha_Min) == 0x000400, "Member 'ABP_Decal_Puddle_C::Alpha_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Alpha_Max) == 0x000404, "Member 'ABP_Decal_Puddle_C::Alpha_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Roughness_Min) == 0x000408, "Member 'ABP_Decal_Puddle_C::Roughness_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Roughness_Max) == 0x00040C, "Member 'ABP_Decal_Puddle_C::Roughness_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Edge_Desaturation) == 0x000410, "Member 'ABP_Decal_Puddle_C::Edge_Desaturation' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Edge_Falloff) == 0x000414, "Member 'ABP_Decal_Puddle_C::Edge_Falloff' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Edge_Offset) == 0x000418, "Member 'ABP_Decal_Puddle_C::Edge_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Noise_Tiling) == 0x00041C, "Member 'ABP_Decal_Puddle_C::Noise_Tiling' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Noise_Mask_Influence) == 0x000420, "Member 'ABP_Decal_Puddle_C::Noise_Mask_Influence' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Wave_Scale) == 0x000424, "Member 'ABP_Decal_Puddle_C::Wave_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Wave_Speed) == 0x000428, "Member 'ABP_Decal_Puddle_C::Wave_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Normal_Strength) == 0x00042C, "Member 'ABP_Decal_Puddle_C::Normal_Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, OrigDecalScale) == 0x000430, "Member 'ABP_Decal_Puddle_C::OrigDecalScale' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, Stain) == 0x00043C, "Member 'ABP_Decal_Puddle_C::Stain' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Puddle_C, DecalMaterial_Stain) == 0x000440, "Member 'ABP_Decal_Puddle_C::DecalMaterial_Stain' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_PlayBeautifulVO_C \ static_assert(alignof(UBPE_A_PlayBeautifulVO_C) == 0x000008, "Wrong alignment on UBPE_A_PlayBeautifulVO_C"); \ static_assert(sizeof(UBPE_A_PlayBeautifulVO_C) == 0x000028, "Wrong size on UBPE_A_PlayBeautifulVO_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_StartMainMenuMusic_C \ static_assert(alignof(UBPE_Global_StartMainMenuMusic_C) == 0x000008, "Wrong alignment on UBPE_Global_StartMainMenuMusic_C"); \ static_assert(sizeof(UBPE_Global_StartMainMenuMusic_C) == 0x000028, "Wrong size on UBPE_Global_StartMainMenuMusic_C"); \ #define DUMPER7_ASSERTS_UBP_FlashlightComponent_C \ static_assert(alignof(UBP_FlashlightComponent_C) == 0x000010, "Wrong alignment on UBP_FlashlightComponent_C"); \ static_assert(sizeof(UBP_FlashlightComponent_C) == 0x0003D0, "Wrong size on UBP_FlashlightComponent_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_TurnedOnCymaticLight_C \ static_assert(alignof(UBPE_KA1_TurnedOnCymaticLight_C) == 0x000008, "Wrong alignment on UBPE_KA1_TurnedOnCymaticLight_C"); \ static_assert(sizeof(UBPE_KA1_TurnedOnCymaticLight_C) == 0x000028, "Wrong size on UBPE_KA1_TurnedOnCymaticLight_C"); \ #define DUMPER7_ASSERTS_UMPCP_Chladni_UpperRight_C \ static_assert(alignof(UMPCP_Chladni_UpperRight_C) == 0x000008, "Wrong alignment on UMPCP_Chladni_UpperRight_C"); \ static_assert(sizeof(UMPCP_Chladni_UpperRight_C) == 0x0000D0, "Wrong size on UMPCP_Chladni_UpperRight_C"); \ #define DUMPER7_ASSERTS_UMPCP_Chladni_UpperLeft_C \ static_assert(alignof(UMPCP_Chladni_UpperLeft_C) == 0x000008, "Wrong alignment on UMPCP_Chladni_UpperLeft_C"); \ static_assert(sizeof(UMPCP_Chladni_UpperLeft_C) == 0x0000D0, "Wrong size on UMPCP_Chladni_UpperLeft_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_CymaticSingingAvailable_C \ static_assert(alignof(UBPE_KA1_CymaticSingingAvailable_C) == 0x000008, "Wrong alignment on UBPE_KA1_CymaticSingingAvailable_C"); \ static_assert(sizeof(UBPE_KA1_CymaticSingingAvailable_C) == 0x000028, "Wrong size on UBPE_KA1_CymaticSingingAvailable_C"); \ #define DUMPER7_ASSERTS_UBPE_KA0_TEMP_StartTransitionOutCine_C \ static_assert(alignof(UBPE_KA0_TEMP_StartTransitionOutCine_C) == 0x000008, "Wrong alignment on UBPE_KA0_TEMP_StartTransitionOutCine_C"); \ static_assert(sizeof(UBPE_KA0_TEMP_StartTransitionOutCine_C) == 0x000028, "Wrong size on UBPE_KA0_TEMP_StartTransitionOutCine_C"); \ #define DUMPER7_ASSERTS_UBPE_GLO_SleepSpellSeqBeginFXEvent_C \ static_assert(alignof(UBPE_GLO_SleepSpellSeqBeginFXEvent_C) == 0x000008, "Wrong alignment on UBPE_GLO_SleepSpellSeqBeginFXEvent_C"); \ static_assert(sizeof(UBPE_GLO_SleepSpellSeqBeginFXEvent_C) == 0x000028, "Wrong size on UBPE_GLO_SleepSpellSeqBeginFXEvent_C"); \ #define DUMPER7_ASSERTS_UBPE_Ch08_D_StartFreakingOut_C \ static_assert(alignof(UBPE_Ch08_D_StartFreakingOut_C) == 0x000008, "Wrong alignment on UBPE_Ch08_D_StartFreakingOut_C"); \ static_assert(sizeof(UBPE_Ch08_D_StartFreakingOut_C) == 0x000028, "Wrong size on UBPE_Ch08_D_StartFreakingOut_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_CymaticTablePassiveInteractDialogue_C \ static_assert(alignof(UBPE_KA1_CymaticTablePassiveInteractDialogue_C) == 0x000008, "Wrong alignment on UBPE_KA1_CymaticTablePassiveInteractDialogue_C"); \ static_assert(sizeof(UBPE_KA1_CymaticTablePassiveInteractDialogue_C) == 0x000028, "Wrong size on UBPE_KA1_CymaticTablePassiveInteractDialogue_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_Cymatic_WrongSlotDurationSet_C \ static_assert(alignof(UBPE_KA1_Cymatic_WrongSlotDurationSet_C) == 0x000008, "Wrong alignment on UBPE_KA1_Cymatic_WrongSlotDurationSet_C"); \ static_assert(sizeof(UBPE_KA1_Cymatic_WrongSlotDurationSet_C) == 0x000030, "Wrong size on UBPE_KA1_Cymatic_WrongSlotDurationSet_C"); \ static_assert(offsetof(UBPE_KA1_Cymatic_WrongSlotDurationSet_C, WrongSlotDuration) == 0x000028, "Member 'UBPE_KA1_Cymatic_WrongSlotDurationSet_C::WrongSlotDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation \ static_assert(alignof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation) == 0x000008, "Wrong alignment on LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation"); \ static_assert(sizeof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation) == 0x0001B8, "Wrong size on LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, EntryPoint) == 0x000000, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000010, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000018, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000020, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000028, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x00002C, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000030, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x0000B8, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000C0, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_OtherActor) == 0x0000C8, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_OtherComp) == 0x0000D0, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000D8, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000DC, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_ComponentBoundEvent_SweepResult) == 0x0000E0, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000168, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000170, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000178, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, CallFunc_Array_Get_Item) == 0x000180, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, CallFunc_Array_Length_ReturnValue) == 0x000188, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, CallFunc_IsValidClass_ReturnValue) == 0x00018C, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, CallFunc_Less_IntInt_ReturnValue) == 0x00018D, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_EOCreateEvent_OutputDelegate) == 0x000190, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, CallFunc_Array_Length_ReturnValue_1) == 0x0001A0, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, CallFunc_Greater_IntInt_ReturnValue) == 0x0001A4, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_EOEvent_Sender) == 0x0001A8, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation, K2Node_EOEvent_Event) == 0x0001B0, "Member 'LSA_VolumeTriggered_Relocation_C_ExecuteUbergraph_LSA_VolumeTriggered_Relocation::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_Relocation_C_OnRegisteredEnableEOEvent \ static_assert(alignof(LSA_VolumeTriggered_Relocation_C_OnRegisteredEnableEOEvent) == 0x000008, "Wrong alignment on LSA_VolumeTriggered_Relocation_C_OnRegisteredEnableEOEvent"); \ static_assert(sizeof(LSA_VolumeTriggered_Relocation_C_OnRegisteredEnableEOEvent) == 0x000010, "Wrong size on LSA_VolumeTriggered_Relocation_C_OnRegisteredEnableEOEvent"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_OnRegisteredEnableEOEvent, Sender) == 0x000000, "Member 'LSA_VolumeTriggered_Relocation_C_OnRegisteredEnableEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_OnRegisteredEnableEOEvent, Event) == 0x000008, "Member 'LSA_VolumeTriggered_Relocation_C_OnRegisteredEnableEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'LSA_VolumeTriggered_Relocation_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_Relocation_C_UserConstructionScript \ static_assert(alignof(LSA_VolumeTriggered_Relocation_C_UserConstructionScript) == 0x000010, "Wrong alignment on LSA_VolumeTriggered_Relocation_C_UserConstructionScript"); \ static_assert(sizeof(LSA_VolumeTriggered_Relocation_C_UserConstructionScript) == 0x000040, "Wrong size on LSA_VolumeTriggered_Relocation_C_UserConstructionScript"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'LSA_VolumeTriggered_Relocation_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000030, "Member 'LSA_VolumeTriggered_Relocation_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_Relocation_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000038, "Member 'LSA_VolumeTriggered_Relocation_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_VolumeTriggered_Relocation_C \ static_assert(alignof(ALSA_VolumeTriggered_Relocation_C) == 0x000008, "Wrong alignment on ALSA_VolumeTriggered_Relocation_C"); \ static_assert(sizeof(ALSA_VolumeTriggered_Relocation_C) == 0x0008B8, "Wrong size on ALSA_VolumeTriggered_Relocation_C"); \ static_assert(offsetof(ALSA_VolumeTriggered_Relocation_C, UberGraphFrame_LSA_VolumeTriggered_Relocation_C) == 0x000878, "Member 'ALSA_VolumeTriggered_Relocation_C::UberGraphFrame_LSA_VolumeTriggered_Relocation_C' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_Relocation_C, BoxTriggerEndSeq) == 0x000880, "Member 'ALSA_VolumeTriggered_Relocation_C::BoxTriggerEndSeq' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_Relocation_C, BoxTriggerStartSeq) == 0x000888, "Member 'ALSA_VolumeTriggered_Relocation_C::BoxTriggerStartSeq' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_Relocation_C, StopSequenceOnTrigger) == 0x000890, "Member 'ALSA_VolumeTriggered_Relocation_C::StopSequenceOnTrigger' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_Relocation_C, BoxCollisionEndOverlap) == 0x000898, "Member 'ALSA_VolumeTriggered_Relocation_C::BoxCollisionEndOverlap' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_Relocation_C, RegisteredEnableEvents) == 0x0008A0, "Member 'ALSA_VolumeTriggered_Relocation_C::RegisteredEnableEvents' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_Relocation_C, Temp_bool_Has_Been_Initd_EA500D9C4C45341901B502A975087646_Variable) == 0x0008B0, "Member 'ALSA_VolumeTriggered_Relocation_C::Temp_bool_Has_Been_Initd_EA500D9C4C45341901B502A975087646_Variable' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_Relocation_C, Temp_bool_IsClosed_EA500D9C4C45341901B502A975087646_Variable) == 0x0008B1, "Member 'ALSA_VolumeTriggered_Relocation_C::Temp_bool_IsClosed_EA500D9C4C45341901B502A975087646_Variable' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_Relocation_C, Temp_bool_IsClosed_CAB74F0C4E6E4E7211CF60BD88B395D1_Variable) == 0x0008B2, "Member 'ALSA_VolumeTriggered_Relocation_C::Temp_bool_IsClosed_CAB74F0C4E6E4E7211CF60BD88B395D1_Variable' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_Relocation_C, Temp_bool_Has_Been_Initd_CAB74F0C4E6E4E7211CF60BD88B395D1_Variable) == 0x0008B3, "Member 'ALSA_VolumeTriggered_Relocation_C::Temp_bool_Has_Been_Initd_CAB74F0C4E6E4E7211CF60BD88B395D1_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA1_CymaticTableWaterActivated_C \ static_assert(alignof(UBPE_KA1_CymaticTableWaterActivated_C) == 0x000008, "Wrong alignment on UBPE_KA1_CymaticTableWaterActivated_C"); \ static_assert(sizeof(UBPE_KA1_CymaticTableWaterActivated_C) == 0x000028, "Wrong size on UBPE_KA1_CymaticTableWaterActivated_C"); \ #define DUMPER7_ASSERTS_FST_MicrofilmCropOffset \ static_assert(alignof(FST_MicrofilmCropOffset) == 0x000004, "Wrong alignment on FST_MicrofilmCropOffset"); \ static_assert(sizeof(FST_MicrofilmCropOffset) == 0x000028, "Wrong size on FST_MicrofilmCropOffset"); \ static_assert(offsetof(FST_MicrofilmCropOffset, Center_6_5AC754D143DE02B9B1FF6B8BA1AA27E4) == 0x000000, "Member 'FST_MicrofilmCropOffset::Center_6_5AC754D143DE02B9B1FF6B8BA1AA27E4' has a wrong offset!"); \ static_assert(offsetof(FST_MicrofilmCropOffset, TopLeft_7_AFDB0E2E43192B67B182429CAA14F480) == 0x000008, "Member 'FST_MicrofilmCropOffset::TopLeft_7_AFDB0E2E43192B67B182429CAA14F480' has a wrong offset!"); \ static_assert(offsetof(FST_MicrofilmCropOffset, TopRight_8_F445B695472EB003689C3A84C91E2D08) == 0x000010, "Member 'FST_MicrofilmCropOffset::TopRight_8_F445B695472EB003689C3A84C91E2D08' has a wrong offset!"); \ static_assert(offsetof(FST_MicrofilmCropOffset, BottomLeft_9_C99497114D516529F599BC84F9AB2657) == 0x000018, "Member 'FST_MicrofilmCropOffset::BottomLeft_9_C99497114D516529F599BC84F9AB2657' has a wrong offset!"); \ static_assert(offsetof(FST_MicrofilmCropOffset, BottomRight_10_77C1D1014CA4E670514A12ACBF4BC724) == 0x000020, "Member 'FST_MicrofilmCropOffset::BottomRight_10_77C1D1014CA4E670514A12ACBF4BC724' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA1_AllPowderDeposited_C \ static_assert(alignof(UBPE_KA1_AllPowderDeposited_C) == 0x000008, "Wrong alignment on UBPE_KA1_AllPowderDeposited_C"); \ static_assert(sizeof(UBPE_KA1_AllPowderDeposited_C) == 0x000028, "Wrong size on UBPE_KA1_AllPowderDeposited_C"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_InpActEvt_Z_K2Node_InputDebugKeyEvent_4 \ static_assert(alignof(Katjas_Apartment_P_C_InpActEvt_Z_K2Node_InputDebugKeyEvent_4) == 0x000008, "Wrong alignment on Katjas_Apartment_P_C_InpActEvt_Z_K2Node_InputDebugKeyEvent_4"); \ static_assert(sizeof(Katjas_Apartment_P_C_InpActEvt_Z_K2Node_InputDebugKeyEvent_4) == 0x000018, "Wrong size on Katjas_Apartment_P_C_InpActEvt_Z_K2Node_InputDebugKeyEvent_4"); \ static_assert(offsetof(Katjas_Apartment_P_C_InpActEvt_Z_K2Node_InputDebugKeyEvent_4, Key) == 0x000000, "Member 'Katjas_Apartment_P_C_InpActEvt_Z_K2Node_InputDebugKeyEvent_4::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_InpActEvt_AltShift__T_K2Node_InputDebugKeyEvent_3 \ static_assert(alignof(Katjas_Apartment_P_C_InpActEvt_AltShift__T_K2Node_InputDebugKeyEvent_3) == 0x000008, "Wrong alignment on Katjas_Apartment_P_C_InpActEvt_AltShift__T_K2Node_InputDebugKeyEvent_3"); \ static_assert(sizeof(Katjas_Apartment_P_C_InpActEvt_AltShift__T_K2Node_InputDebugKeyEvent_3) == 0x000018, "Wrong size on Katjas_Apartment_P_C_InpActEvt_AltShift__T_K2Node_InputDebugKeyEvent_3"); \ static_assert(offsetof(Katjas_Apartment_P_C_InpActEvt_AltShift__T_K2Node_InputDebugKeyEvent_3, Key) == 0x000000, "Member 'Katjas_Apartment_P_C_InpActEvt_AltShift__T_K2Node_InputDebugKeyEvent_3::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_InpActEvt_Alt_L_K2Node_InputDebugKeyEvent_2 \ static_assert(alignof(Katjas_Apartment_P_C_InpActEvt_Alt_L_K2Node_InputDebugKeyEvent_2) == 0x000008, "Wrong alignment on Katjas_Apartment_P_C_InpActEvt_Alt_L_K2Node_InputDebugKeyEvent_2"); \ static_assert(sizeof(Katjas_Apartment_P_C_InpActEvt_Alt_L_K2Node_InputDebugKeyEvent_2) == 0x000018, "Wrong size on Katjas_Apartment_P_C_InpActEvt_Alt_L_K2Node_InputDebugKeyEvent_2"); \ static_assert(offsetof(Katjas_Apartment_P_C_InpActEvt_Alt_L_K2Node_InputDebugKeyEvent_2, Key) == 0x000000, "Member 'Katjas_Apartment_P_C_InpActEvt_Alt_L_K2Node_InputDebugKeyEvent_2::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_InpActEvt_Alt_U_K2Node_InputDebugKeyEvent_1 \ static_assert(alignof(Katjas_Apartment_P_C_InpActEvt_Alt_U_K2Node_InputDebugKeyEvent_1) == 0x000008, "Wrong alignment on Katjas_Apartment_P_C_InpActEvt_Alt_U_K2Node_InputDebugKeyEvent_1"); \ static_assert(sizeof(Katjas_Apartment_P_C_InpActEvt_Alt_U_K2Node_InputDebugKeyEvent_1) == 0x000018, "Wrong size on Katjas_Apartment_P_C_InpActEvt_Alt_U_K2Node_InputDebugKeyEvent_1"); \ static_assert(offsetof(Katjas_Apartment_P_C_InpActEvt_Alt_U_K2Node_InputDebugKeyEvent_1, Key) == 0x000000, "Member 'Katjas_Apartment_P_C_InpActEvt_Alt_U_K2Node_InputDebugKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_InpActEvt_Alt_N_K2Node_InputDebugKeyEvent_0 \ static_assert(alignof(Katjas_Apartment_P_C_InpActEvt_Alt_N_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on Katjas_Apartment_P_C_InpActEvt_Alt_N_K2Node_InputDebugKeyEvent_0"); \ static_assert(sizeof(Katjas_Apartment_P_C_InpActEvt_Alt_N_K2Node_InputDebugKeyEvent_0) == 0x000018, "Wrong size on Katjas_Apartment_P_C_InpActEvt_Alt_N_K2Node_InputDebugKeyEvent_0"); \ static_assert(offsetof(Katjas_Apartment_P_C_InpActEvt_Alt_N_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'Katjas_Apartment_P_C_InpActEvt_Alt_N_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_TookTincture \ static_assert(alignof(Katjas_Apartment_P_C_TookTincture) == 0x000008, "Wrong alignment on Katjas_Apartment_P_C_TookTincture"); \ static_assert(sizeof(Katjas_Apartment_P_C_TookTincture) == 0x000010, "Wrong size on Katjas_Apartment_P_C_TookTincture"); \ static_assert(offsetof(Katjas_Apartment_P_C_TookTincture, Sender) == 0x000000, "Member 'Katjas_Apartment_P_C_TookTincture::Sender' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_TookTincture, Event) == 0x000008, "Member 'Katjas_Apartment_P_C_TookTincture::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_PlayerPassesIntoObscura \ static_assert(alignof(Katjas_Apartment_P_C_PlayerPassesIntoObscura) == 0x000008, "Wrong alignment on Katjas_Apartment_P_C_PlayerPassesIntoObscura"); \ static_assert(sizeof(Katjas_Apartment_P_C_PlayerPassesIntoObscura) == 0x000010, "Wrong size on Katjas_Apartment_P_C_PlayerPassesIntoObscura"); \ static_assert(offsetof(Katjas_Apartment_P_C_PlayerPassesIntoObscura, Sender) == 0x000000, "Member 'Katjas_Apartment_P_C_PlayerPassesIntoObscura::Sender' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_PlayerPassesIntoObscura, Event) == 0x000008, "Member 'Katjas_Apartment_P_C_PlayerPassesIntoObscura::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutStarted \ static_assert(alignof(Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutStarted) == 0x000004, "Wrong alignment on Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutStarted"); \ static_assert(sizeof(Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutStarted) == 0x000004, "Wrong size on Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutStarted"); \ static_assert(offsetof(Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutStarted, FadeOutDuration) == 0x000000, "Member 'Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutStarted::FadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutFinished \ static_assert(alignof(Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutFinished) == 0x000004, "Wrong alignment on Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutFinished"); \ static_assert(sizeof(Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutFinished) == 0x000004, "Wrong size on Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutFinished"); \ static_assert(offsetof(Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutFinished, FadeOutDuration) == 0x000000, "Member 'Katjas_Apartment_P_C_OnCh02LoadingVideoFadeOutFinished::FadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutStarted \ static_assert(alignof(Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutStarted) == 0x000004, "Wrong alignment on Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutStarted"); \ static_assert(sizeof(Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutStarted) == 0x000004, "Wrong size on Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutStarted"); \ static_assert(offsetof(Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutStarted, FadeOutDuration) == 0x000000, "Member 'Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutStarted::FadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutFinished \ static_assert(alignof(Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutFinished) == 0x000004, "Wrong alignment on Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutFinished"); \ static_assert(sizeof(Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutFinished) == 0x000004, "Wrong size on Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutFinished"); \ static_assert(offsetof(Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutFinished, FadeOutDuration) == 0x000000, "Member 'Katjas_Apartment_P_C_OnCh05LoadingVideoFadeOutFinished::FadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutStarted \ static_assert(alignof(Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutStarted) == 0x000004, "Wrong alignment on Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutStarted"); \ static_assert(sizeof(Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutStarted) == 0x000004, "Wrong size on Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutStarted"); \ static_assert(offsetof(Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutStarted, FadeOutDuration) == 0x000000, "Member 'Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutStarted::FadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutFinished \ static_assert(alignof(Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutFinished) == 0x000004, "Wrong alignment on Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutFinished"); \ static_assert(sizeof(Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutFinished) == 0x000004, "Wrong size on Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutFinished"); \ static_assert(offsetof(Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutFinished, FadeOutDuration) == 0x000000, "Member 'Katjas_Apartment_P_C_OnCh00LoadingVideoFadeOutFinished::FadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutStarted \ static_assert(alignof(Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutStarted) == 0x000004, "Wrong alignment on Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutStarted"); \ static_assert(sizeof(Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutStarted) == 0x000004, "Wrong size on Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutStarted"); \ static_assert(offsetof(Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutStarted, FadeOutDuration) == 0x000000, "Member 'Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutStarted::FadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutFinished \ static_assert(alignof(Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutFinished) == 0x000004, "Wrong alignment on Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutFinished"); \ static_assert(sizeof(Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutFinished) == 0x000004, "Wrong size on Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutFinished"); \ static_assert(offsetof(Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutFinished, FadeOutDuration) == 0x000000, "Member 'Katjas_Apartment_P_C_OnCh08LoadingVideoFadeOutFinished::FadeOutDuration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_ReceiveEndPlay \ static_assert(alignof(Katjas_Apartment_P_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on Katjas_Apartment_P_C_ReceiveEndPlay"); \ static_assert(sizeof(Katjas_Apartment_P_C_ReceiveEndPlay) == 0x000001, "Wrong size on Katjas_Apartment_P_C_ReceiveEndPlay"); \ static_assert(offsetof(Katjas_Apartment_P_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'Katjas_Apartment_P_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P \ static_assert(alignof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P) == 0x000008, "Wrong alignment on Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P"); \ static_assert(sizeof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P) == 0x000398, "Wrong size on Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, EntryPoint) == 0x000000, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000020, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000028, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_InputDebugKeyEvent_Key_2) == 0x000030, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_InputDebugKeyEvent_Key_2' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_InputDebugKeyEvent_Key_1) == 0x000048, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_InputDebugKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_5) == 0x000060, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_6) == 0x000068, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_7) == 0x000070, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_InputDebugKeyEvent_Key) == 0x000078, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_8) == 0x000090, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_9) == 0x000098, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, Temp_bool_Has_Been_Initd_Variable) == 0x0000A0, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_GetKatjasApartmentSwapper_Result) == 0x0000A1, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_GetGameInstance_ReturnValue) == 0x0000A8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_GetGameInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_SwitchEnum_CmpSuccess) == 0x0000B0, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_DynamicCast_AsBP_PHGame_Instance) == 0x0000B8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_DynamicCast_AsBP_PHGame_Instance' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, Temp_bool_IsClosed_Variable) == 0x0000C1, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, Temp_int_Loop_Counter_Variable) == 0x0000C4, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_GetGameMode_ReturnValue) == 0x0000C8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_GetGameMode_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_Add_IntInt_ReturnValue) == 0x0000D0, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_DynamicCast_AsBP_Game_Mode) == 0x0000D8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_DynamicCast_AsBP_Game_Mode' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0000E8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_10) == 0x0000F0, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, Temp_bool_Has_Been_Initd_Variable_1) == 0x0000F8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000100, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_MakeArray_Array) == 0x000108, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_RemoveActiveGameplayEffect_ReturnValue) == 0x000118, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_RemoveActiveGameplayEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_EOCreateEvent_OutputDelegate) == 0x00011C, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_EOEvent_Sender_1) == 0x000130, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_EOEvent_Event_1) == 0x000138, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_DynamicCast_AsBPE_Ch_02_D_Took_Tincture) == 0x000140, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_DynamicCast_AsBPE_Ch_02_D_Took_Tincture' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_DynamicCast_bSuccess_2) == 0x000148, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_GetAllActorsOfClass_OutActors) == 0x000150, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_Array_Length_ReturnValue) == 0x000160, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_Less_IntInt_ReturnValue) == 0x000164, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000168, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000170, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000178, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_EOEvent_Sender) == 0x000188, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_EOEvent_Event) == 0x000190, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, Temp_bool_IsClosed_Variable_1) == 0x000198, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, Temp_bool_Has_Been_Initd_Variable_2) == 0x000199, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate) == 0x00019C, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CustomEvent_FadeOutDuration_7) == 0x0001AC, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CustomEvent_FadeOutDuration_7' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate_1) == 0x0001B0, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CustomEvent_FadeOutDuration_6) == 0x0001C0, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CustomEvent_FadeOutDuration_6' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate_2) == 0x0001C4, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate_3) == 0x0001D4, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CustomEvent_FadeOutDuration_5) == 0x0001E4, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CustomEvent_FadeOutDuration_5' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate_4) == 0x0001E8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CustomEvent_FadeOutDuration_4) == 0x0001F8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CustomEvent_FadeOutDuration_4' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate_5) == 0x0001FC, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_InputDebugKeyEvent_Key_3) == 0x000210, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_InputDebugKeyEvent_Key_3' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_MakeArray_Array_1) == 0x000228, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_IsLoadingCheckpoint_ReturnValue) == 0x000238, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_IsLoadingCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_Not_PreBool_ReturnValue) == 0x000239, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager) == 0x000240, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_InputDebugKeyEvent_Key_4) == 0x000248, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_InputDebugKeyEvent_Key_4' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate_6) == 0x000260, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate_7) == 0x000270, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate_8) == 0x000280, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CustomEvent_FadeOutDuration_3) == 0x000290, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CustomEvent_FadeOutDuration_3' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CustomEvent_FadeOutDuration_2) == 0x000294, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CustomEvent_FadeOutDuration_2' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, Temp_int_Array_Index_Variable) == 0x000298, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate_9) == 0x00029C, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_Array_Get_Item) == 0x0002B0, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate_10) == 0x0002B8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CreateDelegate_OutputDelegate_11) == 0x0002C8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CreateDelegate_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CustomEvent_FadeOutDuration_1) == 0x0002D8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CustomEvent_FadeOutDuration_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_CustomEvent_FadeOutDuration) == 0x0002DC, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_CustomEvent_FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1) == 0x0002E0, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2) == 0x0002E8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_11) == 0x0002F0, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_MakeLiteralByte_ReturnValue) == 0x0002F8, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_IsLoadingCheckpoint_ReturnValue_1) == 0x0002F9, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_IsLoadingCheckpoint_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_IsLoadingCheckpoint_ReturnValue_2) == 0x0002FA, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_IsLoadingCheckpoint_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002FB, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_Not_PreBool_ReturnValue_2) == 0x0002FC, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_IsLoadingCheckpoint_ReturnValue_3) == 0x0002FD, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_IsLoadingCheckpoint_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_IsLoadingCheckpoint_ReturnValue_4) == 0x0002FE, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_IsLoadingCheckpoint_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_Not_PreBool_ReturnValue_3) == 0x0002FF, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_Not_PreBool_ReturnValue_4) == 0x000300, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, CallFunc_CreateEOEvent_ReturnValue_12) == 0x000308, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::CallFunc_CreateEOEvent_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, Temp_softobject_Variable) == 0x000310, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::Temp_softobject_Variable' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, K2Node_Event_EndPlayReason) == 0x000338, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, Temp_softobject_Variable_1) == 0x000340, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::Temp_softobject_Variable_1' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, Temp_bool_IsClosed_Variable_2) == 0x000368, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P, Temp_softobject_Variable_2) == 0x000370, "Member 'Katjas_Apartment_P_C_ExecuteUbergraph_Katjas_Apartment_P::Temp_softobject_Variable_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AKatjas_Apartment_P_C \ static_assert(alignof(AKatjas_Apartment_P_C) == 0x000008, "Wrong alignment on AKatjas_Apartment_P_C"); \ static_assert(sizeof(AKatjas_Apartment_P_C) == 0x000418, "Wrong size on AKatjas_Apartment_P_C"); \ static_assert(offsetof(AKatjas_Apartment_P_C, UberGraphFrame_Katjas_Apartment_P_C) == 0x0002F8, "Member 'AKatjas_Apartment_P_C::UberGraphFrame_Katjas_Apartment_P_C' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, MyGameMode) == 0x000300, "Member 'AKatjas_Apartment_P_C::MyGameMode' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, MyGameInstance) == 0x000308, "Member 'AKatjas_Apartment_P_C::MyGameInstance' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, EndofChapter05Video) == 0x000310, "Member 'AKatjas_Apartment_P_C::EndofChapter05Video' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch02_StreamLevels) == 0x000320, "Member 'AKatjas_Apartment_P_C::Ch02_StreamLevels' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch02_CheatExceptLevels) == 0x000330, "Member 'AKatjas_Apartment_P_C::Ch02_CheatExceptLevels' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, LoadingVideoFadeInDuration) == 0x000340, "Member 'AKatjas_Apartment_P_C::LoadingVideoFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch05_StreamLevels) == 0x000348, "Member 'AKatjas_Apartment_P_C::Ch05_StreamLevels' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch05_CheatExceptLevels) == 0x000358, "Member 'AKatjas_Apartment_P_C::Ch05_CheatExceptLevels' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch00_LevelFolders) == 0x000368, "Member 'AKatjas_Apartment_P_C::Ch00_LevelFolders' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch00_CheatFolders) == 0x000378, "Member 'AKatjas_Apartment_P_C::Ch00_CheatFolders' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch02_LevelFolders) == 0x000388, "Member 'AKatjas_Apartment_P_C::Ch02_LevelFolders' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch02_CheatFolders) == 0x000398, "Member 'AKatjas_Apartment_P_C::Ch02_CheatFolders' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch05_LevelFolders) == 0x0003A8, "Member 'AKatjas_Apartment_P_C::Ch05_LevelFolders' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch05_CheatFolders) == 0x0003B8, "Member 'AKatjas_Apartment_P_C::Ch05_CheatFolders' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch08_LevelFolders) == 0x0003C8, "Member 'AKatjas_Apartment_P_C::Ch08_LevelFolders' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Ch08_CheatFolders) == 0x0003D8, "Member 'AKatjas_Apartment_P_C::Ch08_CheatFolders' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, Global_Levels) == 0x0003E8, "Member 'AKatjas_Apartment_P_C::Global_Levels' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, DefaultArtLevels_AlivePlants) == 0x0003F8, "Member 'AKatjas_Apartment_P_C::DefaultArtLevels_AlivePlants' has a wrong offset!"); \ static_assert(offsetof(AKatjas_Apartment_P_C, DefaultArtLevels_DeadPlants) == 0x000408, "Member 'AKatjas_Apartment_P_C::DefaultArtLevels_DeadPlants' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AKatjasApt_DesignGeneral_C \ static_assert(alignof(AKatjasApt_DesignGeneral_C) == 0x000008, "Wrong alignment on AKatjasApt_DesignGeneral_C"); \ static_assert(sizeof(AKatjasApt_DesignGeneral_C) == 0x0002F8, "Wrong size on AKatjasApt_DesignGeneral_C"); \ #define DUMPER7_ASSERTS_BP_PHPlayerStart_C_UserConstructionScript \ static_assert(alignof(BP_PHPlayerStart_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_PHPlayerStart_C_UserConstructionScript"); \ static_assert(sizeof(BP_PHPlayerStart_C_UserConstructionScript) == 0x000050, "Wrong size on BP_PHPlayerStart_C_UserConstructionScript"); \ static_assert(offsetof(BP_PHPlayerStart_C_UserConstructionScript, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000000, "Member 'BP_PHPlayerStart_C_UserConstructionScript::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHPlayerStart_C_UserConstructionScript, CallFunc_GetDefaultObject_ReturnValue) == 0x000030, "Member 'BP_PHPlayerStart_C_UserConstructionScript::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PHPlayerStart_C_UserConstructionScript, K2Node_DynamicCast_AsBP_Player_Character) == 0x000038, "Member 'BP_PHPlayerStart_C_UserConstructionScript::K2Node_DynamicCast_AsBP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(BP_PHPlayerStart_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_PHPlayerStart_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PHPlayerStart_C \ static_assert(alignof(ABP_PHPlayerStart_C) == 0x000010, "Wrong alignment on ABP_PHPlayerStart_C"); \ static_assert(sizeof(ABP_PHPlayerStart_C) == 0x0002A0, "Wrong size on ABP_PHPlayerStart_C"); \ static_assert(offsetof(ABP_PHPlayerStart_C, BP_StandInPlayerCamera) == 0x000260, "Member 'ABP_PHPlayerStart_C::BP_StandInPlayerCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_PHPlayerStart_C, BP_StandInPlayerSkelMesh) == 0x000268, "Member 'ABP_PHPlayerStart_C::BP_StandInPlayerSkelMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_PHPlayerStart_C, Camera_World_Transform) == 0x000270, "Member 'ABP_PHPlayerStart_C::Camera_World_Transform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_StandInPlayerSkelMesh_C \ static_assert(alignof(UBP_StandInPlayerSkelMesh_C) == 0x000010, "Wrong alignment on UBP_StandInPlayerSkelMesh_C"); \ static_assert(sizeof(UBP_StandInPlayerSkelMesh_C) == 0x000F40, "Wrong size on UBP_StandInPlayerSkelMesh_C"); \ #define DUMPER7_ASSERTS_BP_PlayerBlocker_C_ExecuteUbergraph_BP_PlayerBlocker \ static_assert(alignof(BP_PlayerBlocker_C_ExecuteUbergraph_BP_PlayerBlocker) == 0x000004, "Wrong alignment on BP_PlayerBlocker_C_ExecuteUbergraph_BP_PlayerBlocker"); \ static_assert(sizeof(BP_PlayerBlocker_C_ExecuteUbergraph_BP_PlayerBlocker) == 0x000004, "Wrong size on BP_PlayerBlocker_C_ExecuteUbergraph_BP_PlayerBlocker"); \ static_assert(offsetof(BP_PlayerBlocker_C_ExecuteUbergraph_BP_PlayerBlocker, EntryPoint) == 0x000000, "Member 'BP_PlayerBlocker_C_ExecuteUbergraph_BP_PlayerBlocker::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PlayerBlocker_C \ static_assert(alignof(ABP_PlayerBlocker_C) == 0x000008, "Wrong alignment on ABP_PlayerBlocker_C"); \ static_assert(sizeof(ABP_PlayerBlocker_C) == 0x000248, "Wrong size on ABP_PlayerBlocker_C"); \ static_assert(offsetof(ABP_PlayerBlocker_C, UberGraphFrame) == 0x000230, "Member 'ABP_PlayerBlocker_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerBlocker_C, Cube) == 0x000238, "Member 'ABP_PlayerBlocker_C::Cube' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerBlocker_C, Enabled) == 0x000240, "Member 'ABP_PlayerBlocker_C::Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlanePortal_C_GetPortalBounds \ static_assert(alignof(BP_PlanePortal_C_GetPortalBounds) == 0x000004, "Wrong alignment on BP_PlanePortal_C_GetPortalBounds"); \ static_assert(sizeof(BP_PlanePortal_C_GetPortalBounds) == 0x0000A8, "Wrong size on BP_PlanePortal_C_GetPortalBounds"); \ static_assert(offsetof(BP_PlanePortal_C_GetPortalBounds, ReturnValue) == 0x000000, "Member 'BP_PlanePortal_C_GetPortalBounds::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetPortalBounds, Bounds) == 0x00001C, "Member 'BP_PlanePortal_C_GetPortalBounds::Bounds' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetPortalBounds, CallFunc_GetComponentBounds_Origin) == 0x000038, "Member 'BP_PlanePortal_C_GetPortalBounds::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetPortalBounds, CallFunc_GetComponentBounds_BoxExtent) == 0x000044, "Member 'BP_PlanePortal_C_GetPortalBounds::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetPortalBounds, CallFunc_GetComponentBounds_SphereRadius) == 0x000050, "Member 'BP_PlanePortal_C_GetPortalBounds::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetPortalBounds, CallFunc_GetComponentBounds_Origin_1) == 0x000054, "Member 'BP_PlanePortal_C_GetPortalBounds::CallFunc_GetComponentBounds_Origin_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetPortalBounds, CallFunc_GetComponentBounds_BoxExtent_1) == 0x000060, "Member 'BP_PlanePortal_C_GetPortalBounds::CallFunc_GetComponentBounds_BoxExtent_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetPortalBounds, CallFunc_GetComponentBounds_SphereRadius_1) == 0x00006C, "Member 'BP_PlanePortal_C_GetPortalBounds::CallFunc_GetComponentBounds_SphereRadius_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetPortalBounds, K2Node_MakeStruct_BoxSphereBounds) == 0x000070, "Member 'BP_PlanePortal_C_GetPortalBounds::K2Node_MakeStruct_BoxSphereBounds' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetPortalBounds, K2Node_MakeStruct_BoxSphereBounds_1) == 0x00008C, "Member 'BP_PlanePortal_C_GetPortalBounds::K2Node_MakeStruct_BoxSphereBounds_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlanePortal_C_GetClipPlaneNormalAndPoint \ static_assert(alignof(BP_PlanePortal_C_GetClipPlaneNormalAndPoint) == 0x000004, "Wrong alignment on BP_PlanePortal_C_GetClipPlaneNormalAndPoint"); \ static_assert(sizeof(BP_PlanePortal_C_GetClipPlaneNormalAndPoint) == 0x000030, "Wrong size on BP_PlanePortal_C_GetClipPlaneNormalAndPoint"); \ static_assert(offsetof(BP_PlanePortal_C_GetClipPlaneNormalAndPoint, PlanePoint) == 0x000000, "Member 'BP_PlanePortal_C_GetClipPlaneNormalAndPoint::PlanePoint' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetClipPlaneNormalAndPoint, PlaneNormal) == 0x00000C, "Member 'BP_PlanePortal_C_GetClipPlaneNormalAndPoint::PlaneNormal' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetClipPlaneNormalAndPoint, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000018, "Member 'BP_PlanePortal_C_GetClipPlaneNormalAndPoint::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetClipPlaneNormalAndPoint, CallFunc_GetUpVector_ReturnValue) == 0x000024, "Member 'BP_PlanePortal_C_GetClipPlaneNormalAndPoint::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlanePortal_C_GetActivePortalBindings \ static_assert(alignof(BP_PlanePortal_C_GetActivePortalBindings) == 0x000008, "Wrong alignment on BP_PlanePortal_C_GetActivePortalBindings"); \ static_assert(sizeof(BP_PlanePortal_C_GetActivePortalBindings) == 0x000050, "Wrong size on BP_PlanePortal_C_GetActivePortalBindings"); \ static_assert(offsetof(BP_PlanePortal_C_GetActivePortalBindings, OutArray) == 0x000000, "Member 'BP_PlanePortal_C_GetActivePortalBindings::OutArray' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetActivePortalBindings, K2Node_MakeArray_Array) == 0x000010, "Member 'BP_PlanePortal_C_GetActivePortalBindings::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetActivePortalBindings, K2Node_MakeStruct_ActivePortalBinding) == 0x000020, "Member 'BP_PlanePortal_C_GetActivePortalBindings::K2Node_MakeStruct_ActivePortalBinding' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_GetActivePortalBindings, K2Node_MakeArray_Array_1) == 0x000040, "Member 'BP_PlanePortal_C_GetActivePortalBindings::K2Node_MakeArray_Array_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlanePortal_C_UpdatePortalCapture \ static_assert(alignof(BP_PlanePortal_C_UpdatePortalCapture) == 0x000010, "Wrong alignment on BP_PlanePortal_C_UpdatePortalCapture"); \ static_assert(sizeof(BP_PlanePortal_C_UpdatePortalCapture) == 0x000040, "Wrong size on BP_PlanePortal_C_UpdatePortalCapture"); \ static_assert(offsetof(BP_PlanePortal_C_UpdatePortalCapture, SourcePortal) == 0x000000, "Member 'BP_PlanePortal_C_UpdatePortalCapture::SourcePortal' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_UpdatePortalCapture, PlayerCamera) == 0x000008, "Member 'BP_PlanePortal_C_UpdatePortalCapture::PlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_UpdatePortalCapture, UsedCameraTransform) == 0x000010, "Member 'BP_PlanePortal_C_UpdatePortalCapture::UsedCameraTransform' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal \ static_assert(alignof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal) == 0x000010, "Wrong alignment on BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal"); \ static_assert(sizeof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal) == 0x0001D0, "Wrong size on BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, EntryPoint) == 0x000000, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, K2Node_Event_SourcePortal) == 0x000008, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::K2Node_Event_SourcePortal' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, K2Node_Event_PlayerCamera) == 0x000010, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::K2Node_Event_PlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, K2Node_Event_UsedCameraTransform) == 0x000020, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::K2Node_Event_UsedCameraTransform' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000050, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, CallFunc_BreakTransform_Location) == 0x000080, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, CallFunc_BreakTransform_Rotation) == 0x00008C, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, CallFunc_BreakTransform_Scale) == 0x000098, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, CallFunc_GetTransform_ReturnValue) == 0x0000B0, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, CallFunc_MakeRelativeTransform_ReturnValue) == 0x0000E0, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::CallFunc_MakeRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, CallFunc_MirrorTransformXY_ReturnValue) == 0x000110, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::CallFunc_MirrorTransformXY_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000140, "Member 'BP_PlanePortal_C_ExecuteUbergraph_BP_PlanePortal::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PlanePortal_C \ static_assert(alignof(ABP_PlanePortal_C) == 0x000008, "Wrong alignment on ABP_PlanePortal_C"); \ static_assert(sizeof(ABP_PlanePortal_C) == 0x000330, "Wrong size on ABP_PlanePortal_C"); \ static_assert(offsetof(ABP_PlanePortal_C, UberGraphFrame) == 0x000300, "Member 'ABP_PlanePortal_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PlanePortal_C, PortalBounds) == 0x000308, "Member 'ABP_PlanePortal_C::PortalBounds' has a wrong offset!"); \ static_assert(offsetof(ABP_PlanePortal_C, PlanePortalCapture) == 0x000310, "Member 'ABP_PlanePortal_C::PlanePortalCapture' has a wrong offset!"); \ static_assert(offsetof(ABP_PlanePortal_C, PlaneMesh) == 0x000318, "Member 'ABP_PlanePortal_C::PlaneMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_PlanePortal_C, DefaultSceneRoot) == 0x000320, "Member 'ABP_PlanePortal_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_PlanePortal_C, useDebug) == 0x000328, "Member 'ABP_PlanePortal_C::useDebug' has a wrong offset!"); \ static_assert(offsetof(ABP_PlanePortal_C, usePortalBounds) == 0x000329, "Member 'ABP_PlanePortal_C::usePortalBounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch08_GP_BeginLevel_C \ static_assert(alignof(UBPE_Ch08_GP_BeginLevel_C) == 0x000008, "Wrong alignment on UBPE_Ch08_GP_BeginLevel_C"); \ static_assert(sizeof(UBPE_Ch08_GP_BeginLevel_C) == 0x000028, "Wrong size on UBPE_Ch08_GP_BeginLevel_C"); \ #define DUMPER7_ASSERTS_UBPE_A_DisableSprintBreathing_C \ static_assert(alignof(UBPE_A_DisableSprintBreathing_C) == 0x000008, "Wrong alignment on UBPE_A_DisableSprintBreathing_C"); \ static_assert(sizeof(UBPE_A_DisableSprintBreathing_C) == 0x000030, "Wrong size on UBPE_A_DisableSprintBreathing_C"); \ static_assert(offsetof(UBPE_A_DisableSprintBreathing_C, DisableSprintBreathing) == 0x000028, "Member 'UBPE_A_DisableSprintBreathing_C::DisableSprintBreathing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch08_GP_PlayerPassesIntoObscura_C \ static_assert(alignof(UBPE_Ch08_GP_PlayerPassesIntoObscura_C) == 0x000008, "Wrong alignment on UBPE_Ch08_GP_PlayerPassesIntoObscura_C"); \ static_assert(sizeof(UBPE_Ch08_GP_PlayerPassesIntoObscura_C) == 0x000028, "Wrong size on UBPE_Ch08_GP_PlayerPassesIntoObscura_C"); \ #define DUMPER7_ASSERTS_UBPE_VFX_OnLoadingAudioFadeInDone_C \ static_assert(alignof(UBPE_VFX_OnLoadingAudioFadeInDone_C) == 0x000008, "Wrong alignment on UBPE_VFX_OnLoadingAudioFadeInDone_C"); \ static_assert(sizeof(UBPE_VFX_OnLoadingAudioFadeInDone_C) == 0x000028, "Wrong size on UBPE_VFX_OnLoadingAudioFadeInDone_C"); \ #define DUMPER7_ASSERTS_UBPE_VFX_PauseVideo_C \ static_assert(alignof(UBPE_VFX_PauseVideo_C) == 0x000008, "Wrong alignment on UBPE_VFX_PauseVideo_C"); \ static_assert(sizeof(UBPE_VFX_PauseVideo_C) == 0x000030, "Wrong size on UBPE_VFX_PauseVideo_C"); \ static_assert(offsetof(UBPE_VFX_PauseVideo_C, Pause_Track_A) == 0x000028, "Member 'UBPE_VFX_PauseVideo_C::Pause_Track_A' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PauseVideo_C, Pause_Track_B) == 0x000029, "Member 'UBPE_VFX_PauseVideo_C::Pause_Track_B' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_PauseVideo_C, Pause_Track_C) == 0x00002A, "Member 'UBPE_VFX_PauseVideo_C::Pause_Track_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_OnLoadingAudioFadeInStarted_C \ static_assert(alignof(UBPE_VFX_OnLoadingAudioFadeInStarted_C) == 0x000008, "Wrong alignment on UBPE_VFX_OnLoadingAudioFadeInStarted_C"); \ static_assert(sizeof(UBPE_VFX_OnLoadingAudioFadeInStarted_C) == 0x000038, "Wrong size on UBPE_VFX_OnLoadingAudioFadeInStarted_C"); \ static_assert(offsetof(UBPE_VFX_OnLoadingAudioFadeInStarted_C, AudioFadeInDuration) == 0x000028, "Member 'UBPE_VFX_OnLoadingAudioFadeInStarted_C::AudioFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_OnLoadingAudioFadeInStarted_C, AudioStartingVolume) == 0x00002C, "Member 'UBPE_VFX_OnLoadingAudioFadeInStarted_C::AudioStartingVolume' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_OnLoadingAudioFadeInStarted_C, AudioEndingVolume) == 0x000030, "Member 'UBPE_VFX_OnLoadingAudioFadeInStarted_C::AudioEndingVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_OnFadePlayingVideoRequested_C \ static_assert(alignof(UBPE_VFX_OnFadePlayingVideoRequested_C) == 0x000008, "Wrong alignment on UBPE_VFX_OnFadePlayingVideoRequested_C"); \ static_assert(sizeof(UBPE_VFX_OnFadePlayingVideoRequested_C) == 0x000030, "Wrong size on UBPE_VFX_OnFadePlayingVideoRequested_C"); \ static_assert(offsetof(UBPE_VFX_OnFadePlayingVideoRequested_C, HasAudioFade) == 0x000028, "Member 'UBPE_VFX_OnFadePlayingVideoRequested_C::HasAudioFade' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PHBasePlayerSpeedVolume_C \ static_assert(alignof(ABP_PHBasePlayerSpeedVolume_C) == 0x000008, "Wrong alignment on ABP_PHBasePlayerSpeedVolume_C"); \ static_assert(sizeof(ABP_PHBasePlayerSpeedVolume_C) == 0x000270, "Wrong size on ABP_PHBasePlayerSpeedVolume_C"); \ static_assert(offsetof(ABP_PHBasePlayerSpeedVolume_C, DefaultSceneRoot) == 0x000268, "Member 'ABP_PHBasePlayerSpeedVolume_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_ResumeVideo_C \ static_assert(alignof(UBPE_VFX_ResumeVideo_C) == 0x000008, "Wrong alignment on UBPE_VFX_ResumeVideo_C"); \ static_assert(sizeof(UBPE_VFX_ResumeVideo_C) == 0x000030, "Wrong size on UBPE_VFX_ResumeVideo_C"); \ static_assert(offsetof(UBPE_VFX_ResumeVideo_C, Resume_Track_A) == 0x000028, "Member 'UBPE_VFX_ResumeVideo_C::Resume_Track_A' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_ResumeVideo_C, Resume_Track_B) == 0x000029, "Member 'UBPE_VFX_ResumeVideo_C::Resume_Track_B' has a wrong offset!"); \ static_assert(offsetof(UBPE_VFX_ResumeVideo_C, Resume_Track_C) == 0x00002A, "Member 'UBPE_VFX_ResumeVideo_C::Resume_Track_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch02_D_TookTincture_C \ static_assert(alignof(UBPE_Ch02_D_TookTincture_C) == 0x000008, "Wrong alignment on UBPE_Ch02_D_TookTincture_C"); \ static_assert(sizeof(UBPE_Ch02_D_TookTincture_C) == 0x000030, "Wrong size on UBPE_Ch02_D_TookTincture_C"); \ static_assert(offsetof(UBPE_Ch02_D_TookTincture_C, Duration) == 0x000028, "Member 'UBPE_Ch02_D_TookTincture_C::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MovieLibrary_C_PlayLoadingMovieListEnum \ static_assert(alignof(BP_MovieLibrary_C_PlayLoadingMovieListEnum) == 0x000008, "Wrong alignment on BP_MovieLibrary_C_PlayLoadingMovieListEnum"); \ static_assert(sizeof(BP_MovieLibrary_C_PlayLoadingMovieListEnum) == 0x000098, "Wrong size on BP_MovieLibrary_C_PlayLoadingMovieListEnum"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, VideoPlaylistEnums) == 0x000000, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::VideoPlaylistEnums' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, bStartAsInvisible) == 0x000010, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::bStartAsInvisible' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, bSkippable) == 0x000011, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::bSkippable' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, PlaybackType) == 0x000012, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::PlaybackType' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, bAllowEngineTick) == 0x000013, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::bAllowEngineTick' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, bWaitForManualStop) == 0x000014, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::bWaitForManualStop' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, bAutoCompleteWhenLoadingCompletes) == 0x000015, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::bAutoCompleteWhenLoadingCompletes' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, StartingAudioVolume) == 0x000018, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::StartingAudioVolume' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, __WorldContext) == 0x000020, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, Successful) == 0x000028, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::Successful' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, LocalMoviePaths) == 0x000030, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::LocalMoviePaths' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, Temp_int_Array_Index_Variable) == 0x000044, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, CallFunc_Array_Get_Item) == 0x00004C, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000050, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, CallFunc_Less_IntInt_ReturnValue) == 0x000060, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, CallFunc_Concat_StrStr_ReturnValue) == 0x000068, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, CallFunc_PlayLoadingMovieList_ReturnValue) == 0x00007C, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::CallFunc_PlayLoadingMovieList_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, CallFunc_GetLoadingMovieFilename_Found) == 0x00007D, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::CallFunc_GetLoadingMovieFilename_Found' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, CallFunc_GetLoadingMovieFilename_File_Name) == 0x000080, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::CallFunc_GetLoadingMovieFilename_File_Name' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieListEnum, CallFunc_Array_AddUnique_ReturnValue) == 0x000090, "Member 'BP_MovieLibrary_C_PlayLoadingMovieListEnum::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MovieLibrary_C_PlayLoadingMovieEnum \ static_assert(alignof(BP_MovieLibrary_C_PlayLoadingMovieEnum) == 0x000008, "Wrong alignment on BP_MovieLibrary_C_PlayLoadingMovieEnum"); \ static_assert(sizeof(BP_MovieLibrary_C_PlayLoadingMovieEnum) == 0x000060, "Wrong size on BP_MovieLibrary_C_PlayLoadingMovieEnum"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, VideoPlaylistEnum) == 0x000000, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::VideoPlaylistEnum' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, bStartAsInvisible) == 0x000001, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::bStartAsInvisible' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, bSkippable) == 0x000002, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::bSkippable' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, bLooping) == 0x000003, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::bLooping' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, bAllowEngineTick) == 0x000004, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::bAllowEngineTick' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, bWaitForManualStop) == 0x000005, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::bWaitForManualStop' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, bAutoCompleteWhenLoadingCompletes) == 0x000006, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::bAutoCompleteWhenLoadingCompletes' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, StartingAudioVolume) == 0x000008, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::StartingAudioVolume' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, __WorldContext) == 0x000010, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, Successful) == 0x000018, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::Successful' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, CallFunc_GetLoadingMovieFilename_Found) == 0x000030, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::CallFunc_GetLoadingMovieFilename_Found' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, CallFunc_GetLoadingMovieFilename_File_Name) == 0x000038, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::CallFunc_GetLoadingMovieFilename_File_Name' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_PlayLoadingMovieEnum, CallFunc_PlayLoadingMovie_ReturnValue) == 0x000058, "Member 'BP_MovieLibrary_C_PlayLoadingMovieEnum::CallFunc_PlayLoadingMovie_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MovieLibrary_C_GetLoadingMovieFilename \ static_assert(alignof(BP_MovieLibrary_C_GetLoadingMovieFilename) == 0x000008, "Wrong alignment on BP_MovieLibrary_C_GetLoadingMovieFilename"); \ static_assert(sizeof(BP_MovieLibrary_C_GetLoadingMovieFilename) == 0x000060, "Wrong size on BP_MovieLibrary_C_GetLoadingMovieFilename"); \ static_assert(offsetof(BP_MovieLibrary_C_GetLoadingMovieFilename, Video) == 0x000000, "Member 'BP_MovieLibrary_C_GetLoadingMovieFilename::Video' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetLoadingMovieFilename, __WorldContext) == 0x000008, "Member 'BP_MovieLibrary_C_GetLoadingMovieFilename::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetLoadingMovieFilename, Found) == 0x000010, "Member 'BP_MovieLibrary_C_GetLoadingMovieFilename::Found' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetLoadingMovieFilename, File_Name) == 0x000018, "Member 'BP_MovieLibrary_C_GetLoadingMovieFilename::File_Name' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetLoadingMovieFilename, LocalBaseFilename) == 0x000028, "Member 'BP_MovieLibrary_C_GetLoadingMovieFilename::LocalBaseFilename' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetLoadingMovieFilename, CallFunc_GetMovieFilenameFromDT_Found) == 0x000038, "Member 'BP_MovieLibrary_C_GetLoadingMovieFilename::CallFunc_GetMovieFilenameFromDT_Found' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetLoadingMovieFilename, CallFunc_GetMovieFilenameFromDT_File_Name) == 0x000040, "Member 'BP_MovieLibrary_C_GetLoadingMovieFilename::CallFunc_GetMovieFilenameFromDT_File_Name' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetLoadingMovieFilename, CallFunc_Concat_StrStr_ReturnValue) == 0x000050, "Member 'BP_MovieLibrary_C_GetLoadingMovieFilename::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MovieLibrary_C_GetMovieFilenameFromDT \ static_assert(alignof(BP_MovieLibrary_C_GetMovieFilenameFromDT) == 0x000008, "Wrong alignment on BP_MovieLibrary_C_GetMovieFilenameFromDT"); \ static_assert(sizeof(BP_MovieLibrary_C_GetMovieFilenameFromDT) == 0x000090, "Wrong size on BP_MovieLibrary_C_GetMovieFilenameFromDT"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, Video) == 0x000000, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::Video' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, __WorldContext) == 0x000008, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, Found) == 0x000010, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::Found' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, File_Name) == 0x000018, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::File_Name' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, FileFound) == 0x000028, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::FileFound' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00002C, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, CallFunc_Add_IntInt_ReturnValue) == 0x000030, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, CallFunc_Conv_IntToString_ReturnValue) == 0x000038, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, CallFunc_Conv_StringToName_ReturnValue) == 0x000048, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, CallFunc_GetDataTableRowFromName_OutRow) == 0x000050, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000088, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MovieLibrary_C_GetMovieFilenameFromDT, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000089, "Member 'BP_MovieLibrary_C_GetMovieFilenameFromDT::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_MovieLibrary_C \ static_assert(alignof(UBP_MovieLibrary_C) == 0x000008, "Wrong alignment on UBP_MovieLibrary_C"); \ static_assert(sizeof(UBP_MovieLibrary_C) == 0x000028, "Wrong size on UBP_MovieLibrary_C"); \ #define DUMPER7_ASSERTS_UBPE_A_Quartz3_C \ static_assert(alignof(UBPE_A_Quartz3_C) == 0x000008, "Wrong alignment on UBPE_A_Quartz3_C"); \ static_assert(sizeof(UBPE_A_Quartz3_C) == 0x000080, "Wrong size on UBPE_A_Quartz3_C"); \ static_assert(offsetof(UBPE_A_Quartz3_C, ST_QuartzClockInfo3) == 0x000028, "Member 'UBPE_A_Quartz3_C::ST_QuartzClockInfo3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch02_D_SkipJournal_C \ static_assert(alignof(UBPE_Ch02_D_SkipJournal_C) == 0x000008, "Wrong alignment on UBPE_Ch02_D_SkipJournal_C"); \ static_assert(sizeof(UBPE_Ch02_D_SkipJournal_C) == 0x000028, "Wrong size on UBPE_Ch02_D_SkipJournal_C"); \ #define DUMPER7_ASSERTS_UBPE_VFX_StopLoadingVideoFadeOut_C \ static_assert(alignof(UBPE_VFX_StopLoadingVideoFadeOut_C) == 0x000008, "Wrong alignment on UBPE_VFX_StopLoadingVideoFadeOut_C"); \ static_assert(sizeof(UBPE_VFX_StopLoadingVideoFadeOut_C) == 0x000028, "Wrong size on UBPE_VFX_StopLoadingVideoFadeOut_C"); \ #define DUMPER7_ASSERTS_UCamShake_Woozy_C \ static_assert(alignof(UCamShake_Woozy_C) == 0x000010, "Wrong alignment on UCamShake_Woozy_C"); \ static_assert(sizeof(UCamShake_Woozy_C) == 0x0000B0, "Wrong size on UCamShake_Woozy_C"); \ #define DUMPER7_ASSERTS_FStruct_VideoSource \ static_assert(alignof(FStruct_VideoSource) == 0x000008, "Wrong alignment on FStruct_VideoSource"); \ static_assert(sizeof(FStruct_VideoSource) == 0x000038, "Wrong size on FStruct_VideoSource"); \ static_assert(offsetof(FStruct_VideoSource, Video_13_C30278C142D95C3936FE6183BD237555) == 0x000000, "Member 'FStruct_VideoSource::Video_13_C30278C142D95C3936FE6183BD237555' has a wrong offset!"); \ static_assert(offsetof(FStruct_VideoSource, FileName_11_B61B0AC8464AA5854A9DA5AA638A70E6) == 0x000008, "Member 'FStruct_VideoSource::FileName_11_B61B0AC8464AA5854A9DA5AA638A70E6' has a wrong offset!"); \ static_assert(offsetof(FStruct_VideoSource, OriginalFileName_16_DCE727374394D2BB79826B96141E8058) == 0x000018, "Member 'FStruct_VideoSource::OriginalFileName_16_DCE727374394D2BB79826B96141E8058' has a wrong offset!"); \ static_assert(offsetof(FStruct_VideoSource, Notes_18_0E138D4748C970ED611354ABBE940C1A) == 0x000028, "Member 'FStruct_VideoSource::Notes_18_0E138D4748C970ED611354ABBE940C1A' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_VFX_OnLoadingVideoFadeInDone_C \ static_assert(alignof(UBPE_VFX_OnLoadingVideoFadeInDone_C) == 0x000008, "Wrong alignment on UBPE_VFX_OnLoadingVideoFadeInDone_C"); \ static_assert(sizeof(UBPE_VFX_OnLoadingVideoFadeInDone_C) == 0x000028, "Wrong size on UBPE_VFX_OnLoadingVideoFadeInDone_C"); \ #define DUMPER7_ASSERTS_UBPE_KatjasApartmentSwapperSet_C \ static_assert(alignof(UBPE_KatjasApartmentSwapperSet_C) == 0x000008, "Wrong alignment on UBPE_KatjasApartmentSwapperSet_C"); \ static_assert(sizeof(UBPE_KatjasApartmentSwapperSet_C) == 0x000028, "Wrong size on UBPE_KatjasApartmentSwapperSet_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_PulverizedInfusionIngredient3_C \ static_assert(alignof(UBP_IIT_PulverizedInfusionIngredient3_C) == 0x000008, "Wrong alignment on UBP_IIT_PulverizedInfusionIngredient3_C"); \ static_assert(sizeof(UBP_IIT_PulverizedInfusionIngredient3_C) == 0x000090, "Wrong size on UBP_IIT_PulverizedInfusionIngredient3_C"); \ #define DUMPER7_ASSERTS_UMPCP_Chladni_LowerLeft_C \ static_assert(alignof(UMPCP_Chladni_LowerLeft_C) == 0x000008, "Wrong alignment on UMPCP_Chladni_LowerLeft_C"); \ static_assert(sizeof(UMPCP_Chladni_LowerLeft_C) == 0x0000D0, "Wrong size on UMPCP_Chladni_LowerLeft_C"); \ #define DUMPER7_ASSERTS_UBP_EPMOT_DTM_C \ static_assert(alignof(UBP_EPMOT_DTM_C) == 0x000008, "Wrong alignment on UBP_EPMOT_DTM_C"); \ static_assert(sizeof(UBP_EPMOT_DTM_C) == 0x000028, "Wrong size on UBP_EPMOT_DTM_C"); \ #define DUMPER7_ASSERTS_UBP_EPMOT_HET_C \ static_assert(alignof(UBP_EPMOT_HET_C) == 0x000008, "Wrong alignment on UBP_EPMOT_HET_C"); \ static_assert(sizeof(UBP_EPMOT_HET_C) == 0x000028, "Wrong size on UBP_EPMOT_HET_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_Base_LL_SetTickEnabled_C \ static_assert(alignof(UBPE_Global_Base_LL_SetTickEnabled_C) == 0x000008, "Wrong alignment on UBPE_Global_Base_LL_SetTickEnabled_C"); \ static_assert(sizeof(UBPE_Global_Base_LL_SetTickEnabled_C) == 0x000030, "Wrong size on UBPE_Global_Base_LL_SetTickEnabled_C"); \ static_assert(offsetof(UBPE_Global_Base_LL_SetTickEnabled_C, Tick) == 0x000028, "Member 'UBPE_Global_Base_LL_SetTickEnabled_C::Tick' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Player_LockedDoorsAttempted_C \ static_assert(alignof(UBPE_Player_LockedDoorsAttempted_C) == 0x000008, "Wrong alignment on UBPE_Player_LockedDoorsAttempted_C"); \ static_assert(sizeof(UBPE_Player_LockedDoorsAttempted_C) == 0x000028, "Wrong size on UBPE_Player_LockedDoorsAttempted_C"); \ #define DUMPER7_ASSERTS_UBPE_KA0_TryFirstInteractPrompt_C \ static_assert(alignof(UBPE_KA0_TryFirstInteractPrompt_C) == 0x000008, "Wrong alignment on UBPE_KA0_TryFirstInteractPrompt_C"); \ static_assert(sizeof(UBPE_KA0_TryFirstInteractPrompt_C) == 0x000028, "Wrong size on UBPE_KA0_TryFirstInteractPrompt_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_TryFirstMicrofiche_C \ static_assert(alignof(UBPE_Global_TryFirstMicrofiche_C) == 0x000008, "Wrong alignment on UBPE_Global_TryFirstMicrofiche_C"); \ static_assert(sizeof(UBPE_Global_TryFirstMicrofiche_C) == 0x000028, "Wrong size on UBPE_Global_TryFirstMicrofiche_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_PulverizedInfusionIngredient2_C \ static_assert(alignof(UBP_IIT_PulverizedInfusionIngredient2_C) == 0x000008, "Wrong alignment on UBP_IIT_PulverizedInfusionIngredient2_C"); \ static_assert(sizeof(UBP_IIT_PulverizedInfusionIngredient2_C) == 0x000090, "Wrong size on UBP_IIT_PulverizedInfusionIngredient2_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_PumpSwitchFlipped_C \ static_assert(alignof(UBPE_KA1_PumpSwitchFlipped_C) == 0x000008, "Wrong alignment on UBPE_KA1_PumpSwitchFlipped_C"); \ static_assert(sizeof(UBPE_KA1_PumpSwitchFlipped_C) == 0x000028, "Wrong size on UBPE_KA1_PumpSwitchFlipped_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_FlipPumpSwitch_C \ static_assert(alignof(UBPE_KA1_FlipPumpSwitch_C) == 0x000008, "Wrong alignment on UBPE_KA1_FlipPumpSwitch_C"); \ static_assert(sizeof(UBPE_KA1_FlipPumpSwitch_C) == 0x000028, "Wrong size on UBPE_KA1_FlipPumpSwitch_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_StartKettleFire_C \ static_assert(alignof(UBPE_KA1_StartKettleFire_C) == 0x000008, "Wrong alignment on UBPE_KA1_StartKettleFire_C"); \ static_assert(sizeof(UBPE_KA1_StartKettleFire_C) == 0x000030, "Wrong size on UBPE_KA1_StartKettleFire_C"); \ static_assert(offsetof(UBPE_KA1_StartKettleFire_C, TurnOnBurnerDur) == 0x000028, "Member 'UBPE_KA1_StartKettleFire_C::TurnOnBurnerDur' has a wrong offset!"); \ static_assert(offsetof(UBPE_KA1_StartKettleFire_C, BrewingDur) == 0x00002C, "Member 'UBPE_KA1_StartKettleFire_C::BrewingDur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA1_PumpSwitchWater_C \ static_assert(alignof(UBPE_KA1_PumpSwitchWater_C) == 0x000008, "Wrong alignment on UBPE_KA1_PumpSwitchWater_C"); \ static_assert(sizeof(UBPE_KA1_PumpSwitchWater_C) == 0x000028, "Wrong size on UBPE_KA1_PumpSwitchWater_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_InfusionIngredientsPlaced_C \ static_assert(alignof(UBPE_KA1_InfusionIngredientsPlaced_C) == 0x000008, "Wrong alignment on UBPE_KA1_InfusionIngredientsPlaced_C"); \ static_assert(sizeof(UBPE_KA1_InfusionIngredientsPlaced_C) == 0x000028, "Wrong size on UBPE_KA1_InfusionIngredientsPlaced_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_CymaticPuzzleEndVOFinished_C \ static_assert(alignof(UBPE_KA1_CymaticPuzzleEndVOFinished_C) == 0x000008, "Wrong alignment on UBPE_KA1_CymaticPuzzleEndVOFinished_C"); \ static_assert(sizeof(UBPE_KA1_CymaticPuzzleEndVOFinished_C) == 0x000028, "Wrong size on UBPE_KA1_CymaticPuzzleEndVOFinished_C"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_BlockFlashlight \ static_assert(alignof(BPI_FlashlightOwner_C_BlockFlashlight) == 0x000001, "Wrong alignment on BPI_FlashlightOwner_C_BlockFlashlight"); \ static_assert(sizeof(BPI_FlashlightOwner_C_BlockFlashlight) == 0x000002, "Wrong size on BPI_FlashlightOwner_C_BlockFlashlight"); \ static_assert(offsetof(BPI_FlashlightOwner_C_BlockFlashlight, bForceShutdown) == 0x000000, "Member 'BPI_FlashlightOwner_C_BlockFlashlight::bForceShutdown' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_BlockFlashlight, ShutdownPowerMode) == 0x000001, "Member 'BPI_FlashlightOwner_C_BlockFlashlight::ShutdownPowerMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_SetFlashlightPowerIntensityWithMode \ static_assert(alignof(BPI_FlashlightOwner_C_SetFlashlightPowerIntensityWithMode) == 0x000004, "Wrong alignment on BPI_FlashlightOwner_C_SetFlashlightPowerIntensityWithMode"); \ static_assert(sizeof(BPI_FlashlightOwner_C_SetFlashlightPowerIntensityWithMode) == 0x000008, "Wrong size on BPI_FlashlightOwner_C_SetFlashlightPowerIntensityWithMode"); \ static_assert(offsetof(BPI_FlashlightOwner_C_SetFlashlightPowerIntensityWithMode, Intensity) == 0x000000, "Member 'BPI_FlashlightOwner_C_SetFlashlightPowerIntensityWithMode::Intensity' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_SetFlashlightPowerIntensityWithMode, PowerMode) == 0x000004, "Member 'BPI_FlashlightOwner_C_SetFlashlightPowerIntensityWithMode::PowerMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_SetFlashlightEnabledByMagnitude \ static_assert(alignof(BPI_FlashlightOwner_C_SetFlashlightEnabledByMagnitude) == 0x000004, "Wrong alignment on BPI_FlashlightOwner_C_SetFlashlightEnabledByMagnitude"); \ static_assert(sizeof(BPI_FlashlightOwner_C_SetFlashlightEnabledByMagnitude) == 0x000004, "Wrong size on BPI_FlashlightOwner_C_SetFlashlightEnabledByMagnitude"); \ static_assert(offsetof(BPI_FlashlightOwner_C_SetFlashlightEnabledByMagnitude, PowerModeMagnitude) == 0x000000, "Member 'BPI_FlashlightOwner_C_SetFlashlightEnabledByMagnitude::PowerModeMagnitude' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_SetFlashlightPowerStateAndMode \ static_assert(alignof(BPI_FlashlightOwner_C_SetFlashlightPowerStateAndMode) == 0x000001, "Wrong alignment on BPI_FlashlightOwner_C_SetFlashlightPowerStateAndMode"); \ static_assert(sizeof(BPI_FlashlightOwner_C_SetFlashlightPowerStateAndMode) == 0x000002, "Wrong size on BPI_FlashlightOwner_C_SetFlashlightPowerStateAndMode"); \ static_assert(offsetof(BPI_FlashlightOwner_C_SetFlashlightPowerStateAndMode, PowerState) == 0x000000, "Member 'BPI_FlashlightOwner_C_SetFlashlightPowerStateAndMode::PowerState' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_SetFlashlightPowerStateAndMode, PowerMode) == 0x000001, "Member 'BPI_FlashlightOwner_C_SetFlashlightPowerStateAndMode::PowerMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_SetFlashlightPowerIntensity \ static_assert(alignof(BPI_FlashlightOwner_C_SetFlashlightPowerIntensity) == 0x000004, "Wrong alignment on BPI_FlashlightOwner_C_SetFlashlightPowerIntensity"); \ static_assert(sizeof(BPI_FlashlightOwner_C_SetFlashlightPowerIntensity) == 0x000004, "Wrong size on BPI_FlashlightOwner_C_SetFlashlightPowerIntensity"); \ static_assert(offsetof(BPI_FlashlightOwner_C_SetFlashlightPowerIntensity, NewIntensity) == 0x000000, "Member 'BPI_FlashlightOwner_C_SetFlashlightPowerIntensity::NewIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_SetFlashlightPowerState \ static_assert(alignof(BPI_FlashlightOwner_C_SetFlashlightPowerState) == 0x000001, "Wrong alignment on BPI_FlashlightOwner_C_SetFlashlightPowerState"); \ static_assert(sizeof(BPI_FlashlightOwner_C_SetFlashlightPowerState) == 0x000002, "Wrong size on BPI_FlashlightOwner_C_SetFlashlightPowerState"); \ static_assert(offsetof(BPI_FlashlightOwner_C_SetFlashlightPowerState, PowerState) == 0x000000, "Member 'BPI_FlashlightOwner_C_SetFlashlightPowerState::PowerState' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_SetFlashlightPowerState, ReturnValue) == 0x000001, "Member 'BPI_FlashlightOwner_C_SetFlashlightPowerState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_GetCurrentFlashlightPowerInfo \ static_assert(alignof(BPI_FlashlightOwner_C_GetCurrentFlashlightPowerInfo) == 0x000001, "Wrong alignment on BPI_FlashlightOwner_C_GetCurrentFlashlightPowerInfo"); \ static_assert(sizeof(BPI_FlashlightOwner_C_GetCurrentFlashlightPowerInfo) == 0x000002, "Wrong size on BPI_FlashlightOwner_C_GetCurrentFlashlightPowerInfo"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetCurrentFlashlightPowerInfo, PowerState) == 0x000000, "Member 'BPI_FlashlightOwner_C_GetCurrentFlashlightPowerInfo::PowerState' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetCurrentFlashlightPowerInfo, PowerMode) == 0x000001, "Member 'BPI_FlashlightOwner_C_GetCurrentFlashlightPowerInfo::PowerMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_GetFlashlightMagnitudeFromPowerInfo \ static_assert(alignof(BPI_FlashlightOwner_C_GetFlashlightMagnitudeFromPowerInfo) == 0x000004, "Wrong alignment on BPI_FlashlightOwner_C_GetFlashlightMagnitudeFromPowerInfo"); \ static_assert(sizeof(BPI_FlashlightOwner_C_GetFlashlightMagnitudeFromPowerInfo) == 0x000008, "Wrong size on BPI_FlashlightOwner_C_GetFlashlightMagnitudeFromPowerInfo"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetFlashlightMagnitudeFromPowerInfo, PowerState) == 0x000000, "Member 'BPI_FlashlightOwner_C_GetFlashlightMagnitudeFromPowerInfo::PowerState' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetFlashlightMagnitudeFromPowerInfo, PowerMode) == 0x000001, "Member 'BPI_FlashlightOwner_C_GetFlashlightMagnitudeFromPowerInfo::PowerMode' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetFlashlightMagnitudeFromPowerInfo, ReturnValue) == 0x000004, "Member 'BPI_FlashlightOwner_C_GetFlashlightMagnitudeFromPowerInfo::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_GetFlashlightPowerInfoFromMagnitude \ static_assert(alignof(BPI_FlashlightOwner_C_GetFlashlightPowerInfoFromMagnitude) == 0x000004, "Wrong alignment on BPI_FlashlightOwner_C_GetFlashlightPowerInfoFromMagnitude"); \ static_assert(sizeof(BPI_FlashlightOwner_C_GetFlashlightPowerInfoFromMagnitude) == 0x000008, "Wrong size on BPI_FlashlightOwner_C_GetFlashlightPowerInfoFromMagnitude"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetFlashlightPowerInfoFromMagnitude, PowerModeMagnitude) == 0x000000, "Member 'BPI_FlashlightOwner_C_GetFlashlightPowerInfoFromMagnitude::PowerModeMagnitude' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetFlashlightPowerInfoFromMagnitude, PowerState) == 0x000004, "Member 'BPI_FlashlightOwner_C_GetFlashlightPowerInfoFromMagnitude::PowerState' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetFlashlightPowerInfoFromMagnitude, PowerMode) == 0x000005, "Member 'BPI_FlashlightOwner_C_GetFlashlightPowerInfoFromMagnitude::PowerMode' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect \ static_assert(alignof(BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect) == 0x000004, "Wrong alignment on BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect"); \ static_assert(sizeof(BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect) == 0x000020, "Wrong size on BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect"); \ static_assert(offsetof(BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect, PowerState) == 0x000000, "Member 'BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect::PowerState' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect, PowerMode) == 0x000001, "Member 'BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect::PowerMode' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect, GameplayEffectHandle) == 0x000004, "Member 'BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect::GameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect, WasApplied) == 0x00001C, "Member 'BPI_FlashlightOwner_C_ApplyFlashlightPoweringGameplayEffect::WasApplied' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_GetFlashlightPowerModeData \ static_assert(alignof(BPI_FlashlightOwner_C_GetFlashlightPowerModeData) == 0x000008, "Wrong alignment on BPI_FlashlightOwner_C_GetFlashlightPowerModeData"); \ static_assert(sizeof(BPI_FlashlightOwner_C_GetFlashlightPowerModeData) == 0x000018, "Wrong size on BPI_FlashlightOwner_C_GetFlashlightPowerModeData"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetFlashlightPowerModeData, PowerMode) == 0x000000, "Member 'BPI_FlashlightOwner_C_GetFlashlightPowerModeData::PowerMode' has a wrong offset!"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetFlashlightPowerModeData, ReturnValue) == 0x000008, "Member 'BPI_FlashlightOwner_C_GetFlashlightPowerModeData::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_GetFlashlightPowerIntensity \ static_assert(alignof(BPI_FlashlightOwner_C_GetFlashlightPowerIntensity) == 0x000004, "Wrong alignment on BPI_FlashlightOwner_C_GetFlashlightPowerIntensity"); \ static_assert(sizeof(BPI_FlashlightOwner_C_GetFlashlightPowerIntensity) == 0x000004, "Wrong size on BPI_FlashlightOwner_C_GetFlashlightPowerIntensity"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetFlashlightPowerIntensity, ReturnValue) == 0x000000, "Member 'BPI_FlashlightOwner_C_GetFlashlightPowerIntensity::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_GetFlashlightPowerState \ static_assert(alignof(BPI_FlashlightOwner_C_GetFlashlightPowerState) == 0x000001, "Wrong alignment on BPI_FlashlightOwner_C_GetFlashlightPowerState"); \ static_assert(sizeof(BPI_FlashlightOwner_C_GetFlashlightPowerState) == 0x000001, "Wrong size on BPI_FlashlightOwner_C_GetFlashlightPowerState"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetFlashlightPowerState, ReturnValue) == 0x000000, "Member 'BPI_FlashlightOwner_C_GetFlashlightPowerState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_GetFlashlightComponent \ static_assert(alignof(BPI_FlashlightOwner_C_GetFlashlightComponent) == 0x000008, "Wrong alignment on BPI_FlashlightOwner_C_GetFlashlightComponent"); \ static_assert(sizeof(BPI_FlashlightOwner_C_GetFlashlightComponent) == 0x000008, "Wrong size on BPI_FlashlightOwner_C_GetFlashlightComponent"); \ static_assert(offsetof(BPI_FlashlightOwner_C_GetFlashlightComponent, ReturnValue) == 0x000000, "Member 'BPI_FlashlightOwner_C_GetFlashlightComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPI_FlashlightOwner_C_IsFlashlightOn_ \ static_assert(alignof(BPI_FlashlightOwner_C_IsFlashlightOn_) == 0x000001, "Wrong alignment on BPI_FlashlightOwner_C_IsFlashlightOn_"); \ static_assert(sizeof(BPI_FlashlightOwner_C_IsFlashlightOn_) == 0x000001, "Wrong size on BPI_FlashlightOwner_C_IsFlashlightOn_"); \ static_assert(offsetof(BPI_FlashlightOwner_C_IsFlashlightOn_, ReturnValue) == 0x000000, "Member 'BPI_FlashlightOwner_C_IsFlashlightOn_::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_IBPI_FlashlightOwner_C \ static_assert(alignof(IBPI_FlashlightOwner_C) == 0x000001, "Wrong alignment on IBPI_FlashlightOwner_C"); \ static_assert(sizeof(IBPI_FlashlightOwner_C) == 0x000001, "Wrong size on IBPI_FlashlightOwner_C"); \ #define DUMPER7_ASSERTS_UBPE_Ch02_Cymatic_WrongSlotTunerPickedUp_C \ static_assert(alignof(UBPE_Ch02_Cymatic_WrongSlotTunerPickedUp_C) == 0x000008, "Wrong alignment on UBPE_Ch02_Cymatic_WrongSlotTunerPickedUp_C"); \ static_assert(sizeof(UBPE_Ch02_Cymatic_WrongSlotTunerPickedUp_C) == 0x000030, "Wrong size on UBPE_Ch02_Cymatic_WrongSlotTunerPickedUp_C"); \ static_assert(offsetof(UBPE_Ch02_Cymatic_WrongSlotTunerPickedUp_C, Tuner_Position) == 0x000028, "Member 'UBPE_Ch02_Cymatic_WrongSlotTunerPickedUp_C::Tuner_Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA0_CancelBasicMovementTutorial_C \ static_assert(alignof(UBPE_KA0_CancelBasicMovementTutorial_C) == 0x000008, "Wrong alignment on UBPE_KA0_CancelBasicMovementTutorial_C"); \ static_assert(sizeof(UBPE_KA0_CancelBasicMovementTutorial_C) == 0x000028, "Wrong size on UBPE_KA0_CancelBasicMovementTutorial_C"); \ #define DUMPER7_ASSERTS_UBPE_A_PrioritizedAudioStatus_C \ static_assert(alignof(UBPE_A_PrioritizedAudioStatus_C) == 0x000008, "Wrong alignment on UBPE_A_PrioritizedAudioStatus_C"); \ static_assert(sizeof(UBPE_A_PrioritizedAudioStatus_C) == 0x0000B0, "Wrong size on UBPE_A_PrioritizedAudioStatus_C"); \ static_assert(offsetof(UBPE_A_PrioritizedAudioStatus_C, Status) == 0x000028, "Member 'UBPE_A_PrioritizedAudioStatus_C::Status' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PrioritizedAudioStatus_C, PrioritizedAudioInfo) == 0x000030, "Member 'UBPE_A_PrioritizedAudioStatus_C::PrioritizedAudioInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA1_InteractedWithWaterRecpticle_C \ static_assert(alignof(UBPE_KA1_InteractedWithWaterRecpticle_C) == 0x000008, "Wrong alignment on UBPE_KA1_InteractedWithWaterRecpticle_C"); \ static_assert(sizeof(UBPE_KA1_InteractedWithWaterRecpticle_C) == 0x000028, "Wrong size on UBPE_KA1_InteractedWithWaterRecpticle_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_SatDownForMicrofiche_C \ static_assert(alignof(UBPE_Global_SatDownForMicrofiche_C) == 0x000008, "Wrong alignment on UBPE_Global_SatDownForMicrofiche_C"); \ static_assert(sizeof(UBPE_Global_SatDownForMicrofiche_C) == 0x000030, "Wrong size on UBPE_Global_SatDownForMicrofiche_C"); \ static_assert(offsetof(UBPE_Global_SatDownForMicrofiche_C, SitDownCamera) == 0x000028, "Member 'UBPE_Global_SatDownForMicrofiche_C::SitDownCamera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FST_QuartzCueToPlay \ static_assert(alignof(FST_QuartzCueToPlay) == 0x000008, "Wrong alignment on FST_QuartzCueToPlay"); \ static_assert(sizeof(FST_QuartzCueToPlay) == 0x000028, "Wrong size on FST_QuartzCueToPlay"); \ static_assert(offsetof(FST_QuartzCueToPlay, bEnabled_9_614F7BB046CC335B34D2DE84FAE9EFB5) == 0x000000, "Member 'FST_QuartzCueToPlay::bEnabled_9_614F7BB046CC335B34D2DE84FAE9EFB5' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzCueToPlay, Sound_25_2060A6CB41B0C3DC4F35AC988FDCAE72) == 0x000008, "Member 'FST_QuartzCueToPlay::Sound_25_2060A6CB41B0C3DC4F35AC988FDCAE72' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzCueToPlay, bSpatialized_7_6B660A094EBDE25803290F8049865422) == 0x000010, "Member 'FST_QuartzCueToPlay::bSpatialized_7_6B660A094EBDE25803290F8049865422' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzCueToPlay, SpatializedLocationRef_24_FD96A4F94605D61B00F4BF80658BAA8A) == 0x000018, "Member 'FST_QuartzCueToPlay::SpatializedLocationRef_24_FD96A4F94605D61B00F4BF80658BAA8A' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzCueToPlay, bLooping_15_151CD14540A8503C900717A1773FFDDF) == 0x000020, "Member 'FST_QuartzCueToPlay::bLooping_15_151CD14540A8503C900717A1773FFDDF' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzCueToPlay, LoopLengthInBars_28_670EFFD5463730F43530CAA881CFCC12) == 0x000024, "Member 'FST_QuartzCueToPlay::LoopLengthInBars_28_670EFFD5463730F43530CAA881CFCC12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UGE_Flashlight_Off_FadeOut_C \ static_assert(alignof(UGE_Flashlight_Off_FadeOut_C) == 0x000008, "Wrong alignment on UGE_Flashlight_Off_FadeOut_C"); \ static_assert(sizeof(UGE_Flashlight_Off_FadeOut_C) == 0x000800, "Wrong size on UGE_Flashlight_Off_FadeOut_C"); \ #define DUMPER7_ASSERTS_UGE_Flashlight_Off_Base_C \ static_assert(alignof(UGE_Flashlight_Off_Base_C) == 0x000008, "Wrong alignment on UGE_Flashlight_Off_Base_C"); \ static_assert(sizeof(UGE_Flashlight_Off_Base_C) == 0x000800, "Wrong size on UGE_Flashlight_Off_Base_C"); \ #define DUMPER7_ASSERTS_UBPE_KA0_EndInteractPrompt_C \ static_assert(alignof(UBPE_KA0_EndInteractPrompt_C) == 0x000008, "Wrong alignment on UBPE_KA0_EndInteractPrompt_C"); \ static_assert(sizeof(UBPE_KA0_EndInteractPrompt_C) == 0x000028, "Wrong size on UBPE_KA0_EndInteractPrompt_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_Base_LL_FadeLights_C \ static_assert(alignof(UBPE_Global_Base_LL_FadeLights_C) == 0x000008, "Wrong alignment on UBPE_Global_Base_LL_FadeLights_C"); \ static_assert(sizeof(UBPE_Global_Base_LL_FadeLights_C) == 0x000038, "Wrong size on UBPE_Global_Base_LL_FadeLights_C"); \ static_assert(offsetof(UBPE_Global_Base_LL_FadeLights_C, Duration) == 0x000028, "Member 'UBPE_Global_Base_LL_FadeLights_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_FadeLights_C, Target_Brightness) == 0x00002C, "Member 'UBPE_Global_Base_LL_FadeLights_C::Target_Brightness' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_FadeLights_C, Curve__optional_) == 0x000030, "Member 'UBPE_Global_Base_LL_FadeLights_C::Curve__optional_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CA_DeltaTheaterPatientReport_C \ static_assert(alignof(ABP_CA_DeltaTheaterPatientReport_C) == 0x000008, "Wrong alignment on ABP_CA_DeltaTheaterPatientReport_C"); \ static_assert(sizeof(ABP_CA_DeltaTheaterPatientReport_C) == 0x001BF0, "Wrong size on ABP_CA_DeltaTheaterPatientReport_C"); \ #define DUMPER7_ASSERTS_UBPE_A_TimerPrompt_C \ static_assert(alignof(UBPE_A_TimerPrompt_C) == 0x000008, "Wrong alignment on UBPE_A_TimerPrompt_C"); \ static_assert(sizeof(UBPE_A_TimerPrompt_C) == 0x000070, "Wrong size on UBPE_A_TimerPrompt_C"); \ static_assert(offsetof(UBPE_A_TimerPrompt_C, Enum_TimerPrompt) == 0x000028, "Member 'UBPE_A_TimerPrompt_C::Enum_TimerPrompt' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_TimerPrompt_C, DialogueWave) == 0x000030, "Member 'UBPE_A_TimerPrompt_C::DialogueWave' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_TimerPrompt_C, VOPriority_Enum) == 0x000040, "Member 'UBPE_A_TimerPrompt_C::VOPriority_Enum' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_TimerPrompt_C, Speaker) == 0x000041, "Member 'UBPE_A_TimerPrompt_C::Speaker' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_TimerPrompt_C, SoundCue) == 0x000048, "Member 'UBPE_A_TimerPrompt_C::SoundCue' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_TimerPrompt_C, LoopingTimer) == 0x000050, "Member 'UBPE_A_TimerPrompt_C::LoopingTimer' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_TimerPrompt_C, Time) == 0x000054, "Member 'UBPE_A_TimerPrompt_C::Time' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_TimerPrompt_C, SetNewAfterDisable) == 0x000058, "Member 'UBPE_A_TimerPrompt_C::SetNewAfterDisable' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_TimerPrompt_C, DialogueFinishedEOEvent) == 0x000060, "Member 'UBPE_A_TimerPrompt_C::DialogueFinishedEOEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FST_MicrofilmTargetsArray \ static_assert(alignof(FST_MicrofilmTargetsArray) == 0x000008, "Wrong alignment on FST_MicrofilmTargetsArray"); \ static_assert(sizeof(FST_MicrofilmTargetsArray) == 0x000010, "Wrong size on FST_MicrofilmTargetsArray"); \ static_assert(offsetof(FST_MicrofilmTargetsArray, Targets_4_916B2A914F0C95264CA33496228A96C8) == 0x000000, "Member 'FST_MicrofilmTargetsArray::Targets_4_916B2A914F0C95264CA33496228A96C8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_SitDownShake_Foward_C \ static_assert(alignof(UBP_SitDownShake_Foward_C) == 0x000010, "Wrong alignment on UBP_SitDownShake_Foward_C"); \ static_assert(sizeof(UBP_SitDownShake_Foward_C) == 0x0001B0, "Wrong size on UBP_SitDownShake_Foward_C"); \ #define DUMPER7_ASSERTS_UBPE_KA0_Microfiche1End_C \ static_assert(alignof(UBPE_KA0_Microfiche1End_C) == 0x000008, "Wrong alignment on UBPE_KA0_Microfiche1End_C"); \ static_assert(sizeof(UBPE_KA0_Microfiche1End_C) == 0x000028, "Wrong size on UBPE_KA0_Microfiche1End_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_CymaticVaporFinished_C \ static_assert(alignof(UBPE_KA1_CymaticVaporFinished_C) == 0x000008, "Wrong alignment on UBPE_KA1_CymaticVaporFinished_C"); \ static_assert(sizeof(UBPE_KA1_CymaticVaporFinished_C) == 0x000028, "Wrong size on UBPE_KA1_CymaticVaporFinished_C"); \ #define DUMPER7_ASSERTS_UBPE_KA0_StartedTransitionVisualsOut_C \ static_assert(alignof(UBPE_KA0_StartedTransitionVisualsOut_C) == 0x000008, "Wrong alignment on UBPE_KA0_StartedTransitionVisualsOut_C"); \ static_assert(sizeof(UBPE_KA0_StartedTransitionVisualsOut_C) == 0x000028, "Wrong size on UBPE_KA0_StartedTransitionVisualsOut_C"); \ #define DUMPER7_ASSERTS_UBPE_A_DTMPA_SplinePointOverlappingWindow_C \ static_assert(alignof(UBPE_A_DTMPA_SplinePointOverlappingWindow_C) == 0x000008, "Wrong alignment on UBPE_A_DTMPA_SplinePointOverlappingWindow_C"); \ static_assert(sizeof(UBPE_A_DTMPA_SplinePointOverlappingWindow_C) == 0x000038, "Wrong size on UBPE_A_DTMPA_SplinePointOverlappingWindow_C"); \ static_assert(offsetof(UBPE_A_DTMPA_SplinePointOverlappingWindow_C, InteriorSpline) == 0x000028, "Member 'UBPE_A_DTMPA_SplinePointOverlappingWindow_C::InteriorSpline' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_DTMPA_SplinePointOverlappingWindow_C, OverlappingWindow) == 0x000030, "Member 'UBPE_A_DTMPA_SplinePointOverlappingWindow_C::OverlappingWindow' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_DTMPA_SplinePointOverlappingWindow_C, OpeningOffset) == 0x000034, "Member 'UBPE_A_DTMPA_SplinePointOverlappingWindow_C::OpeningOffset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA1_StopAllCymaticTuners_C \ static_assert(alignof(UBPE_KA1_StopAllCymaticTuners_C) == 0x000008, "Wrong alignment on UBPE_KA1_StopAllCymaticTuners_C"); \ static_assert(sizeof(UBPE_KA1_StopAllCymaticTuners_C) == 0x000028, "Wrong size on UBPE_KA1_StopAllCymaticTuners_C"); \ #define DUMPER7_ASSERTS_BP_FridgeTopDoor_C_ExecuteUbergraph_BP_FridgeTopDoor \ static_assert(alignof(BP_FridgeTopDoor_C_ExecuteUbergraph_BP_FridgeTopDoor) == 0x000008, "Wrong alignment on BP_FridgeTopDoor_C_ExecuteUbergraph_BP_FridgeTopDoor"); \ static_assert(sizeof(BP_FridgeTopDoor_C_ExecuteUbergraph_BP_FridgeTopDoor) == 0x000018, "Wrong size on BP_FridgeTopDoor_C_ExecuteUbergraph_BP_FridgeTopDoor"); \ static_assert(offsetof(BP_FridgeTopDoor_C_ExecuteUbergraph_BP_FridgeTopDoor, EntryPoint) == 0x000000, "Member 'BP_FridgeTopDoor_C_ExecuteUbergraph_BP_FridgeTopDoor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FridgeTopDoor_C_ExecuteUbergraph_BP_FridgeTopDoor, K2Node_Event_InteractionComponent) == 0x000008, "Member 'BP_FridgeTopDoor_C_ExecuteUbergraph_BP_FridgeTopDoor::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FridgeTopDoor_C_ExecuteUbergraph_BP_FridgeTopDoor, K2Node_Event_InteractionActor) == 0x000010, "Member 'BP_FridgeTopDoor_C_ExecuteUbergraph_BP_FridgeTopDoor::K2Node_Event_InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FridgeTopDoor_C_ActiveBeginInteract \ static_assert(alignof(BP_FridgeTopDoor_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_FridgeTopDoor_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_FridgeTopDoor_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_FridgeTopDoor_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_FridgeTopDoor_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FridgeTopDoor_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FridgeTopDoor_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FridgeTopDoor_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FridgeTopDoor_C \ static_assert(alignof(ABP_FridgeTopDoor_C) == 0x000008, "Wrong alignment on ABP_FridgeTopDoor_C"); \ static_assert(sizeof(ABP_FridgeTopDoor_C) == 0x001C18, "Wrong size on ABP_FridgeTopDoor_C"); \ static_assert(offsetof(ABP_FridgeTopDoor_C, UberGraphFrame_BP_FridgeTopDoor_C) == 0x001BF0, "Member 'ABP_FridgeTopDoor_C::UberGraphFrame_BP_FridgeTopDoor_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FridgeTopDoor_C, InteractableTonal_0) == 0x001BF8, "Member 'ABP_FridgeTopDoor_C::InteractableTonal_0' has a wrong offset!"); \ static_assert(offsetof(ABP_FridgeTopDoor_C, InteractableFoley_0) == 0x001C00, "Member 'ABP_FridgeTopDoor_C::InteractableFoley_0' has a wrong offset!"); \ static_assert(offsetof(ABP_FridgeTopDoor_C, TopDoorInteracted) == 0x001C08, "Member 'ABP_FridgeTopDoor_C::TopDoorInteracted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_CymaticSingPrompt_C \ static_assert(alignof(UBPE_A_CymaticSingPrompt_C) == 0x000008, "Wrong alignment on UBPE_A_CymaticSingPrompt_C"); \ static_assert(sizeof(UBPE_A_CymaticSingPrompt_C) == 0x000028, "Wrong size on UBPE_A_CymaticSingPrompt_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_CymaticPromptVOFinished_C \ static_assert(alignof(UBPE_KA1_CymaticPromptVOFinished_C) == 0x000008, "Wrong alignment on UBPE_KA1_CymaticPromptVOFinished_C"); \ static_assert(sizeof(UBPE_KA1_CymaticPromptVOFinished_C) == 0x000028, "Wrong size on UBPE_KA1_CymaticPromptVOFinished_C"); \ #define DUMPER7_ASSERTS_UBPE_Ch05_D_CompleteWaterPuzzle_C \ static_assert(alignof(UBPE_Ch05_D_CompleteWaterPuzzle_C) == 0x000008, "Wrong alignment on UBPE_Ch05_D_CompleteWaterPuzzle_C"); \ static_assert(sizeof(UBPE_Ch05_D_CompleteWaterPuzzle_C) == 0x000028, "Wrong size on UBPE_Ch05_D_CompleteWaterPuzzle_C"); \ #define DUMPER7_ASSERTS_UBPE_Ch08_D_StopFreakingOut_C \ static_assert(alignof(UBPE_Ch08_D_StopFreakingOut_C) == 0x000008, "Wrong alignment on UBPE_Ch08_D_StopFreakingOut_C"); \ static_assert(sizeof(UBPE_Ch08_D_StopFreakingOut_C) == 0x000028, "Wrong size on UBPE_Ch08_D_StopFreakingOut_C"); \ #define DUMPER7_ASSERTS_UBPE_GLO_SleepSpell_C \ static_assert(alignof(UBPE_GLO_SleepSpell_C) == 0x000008, "Wrong alignment on UBPE_GLO_SleepSpell_C"); \ static_assert(sizeof(UBPE_GLO_SleepSpell_C) == 0x000120, "Wrong size on UBPE_GLO_SleepSpell_C"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, UsePost) == 0x000028, "Member 'UBPE_GLO_SleepSpell_C::UsePost' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, Material) == 0x000030, "Member 'UBPE_GLO_SleepSpell_C::Material' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, FadeOutMPCDur) == 0x000038, "Member 'UBPE_GLO_SleepSpell_C::FadeOutMPCDur' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, BlinkMPCDur) == 0x00003C, "Member 'UBPE_GLO_SleepSpell_C::BlinkMPCDur' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, SleepMPCDur) == 0x000040, "Member 'UBPE_GLO_SleepSpell_C::SleepMPCDur' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, BlinkMPCIntensity) == 0x000044, "Member 'UBPE_GLO_SleepSpell_C::BlinkMPCIntensity' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, SleepMPCIntensity) == 0x000048, "Member 'UBPE_GLO_SleepSpell_C::SleepMPCIntensity' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, AffectAudio) == 0x00004C, "Member 'UBPE_GLO_SleepSpell_C::AffectAudio' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, ApplyAudioFX) == 0x00004D, "Member 'UBPE_GLO_SleepSpell_C::ApplyAudioFX' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, PlayEffortVX) == 0x00004E, "Member 'UBPE_GLO_SleepSpell_C::PlayEffortVX' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, SoundMixModifierFadeInTime) == 0x000050, "Member 'UBPE_GLO_SleepSpell_C::SoundMixModifierFadeInTime' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, SoundMixModifierDuration) == 0x000054, "Member 'UBPE_GLO_SleepSpell_C::SoundMixModifierDuration' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, SoundMixModifierFadeOutTime) == 0x000058, "Member 'UBPE_GLO_SleepSpell_C::SoundMixModifierFadeOutTime' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, LPFIntensity) == 0x00005C, "Member 'UBPE_GLO_SleepSpell_C::LPFIntensity' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, AudioVolumeIntensity) == 0x000060, "Member 'UBPE_GLO_SleepSpell_C::AudioVolumeIntensity' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, AudioTimelineDur) == 0x000064, "Member 'UBPE_GLO_SleepSpell_C::AudioTimelineDur' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, Enum_SleepSpellPresets) == 0x000068, "Member 'UBPE_GLO_SleepSpell_C::Enum_SleepSpellPresets' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, UseSeq) == 0x000069, "Member 'UBPE_GLO_SleepSpell_C::UseSeq' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, TimelineOverallCurve) == 0x000070, "Member 'UBPE_GLO_SleepSpell_C::TimelineOverallCurve' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, UseSameCurveForAll) == 0x000078, "Member 'UBPE_GLO_SleepSpell_C::UseSameCurveForAll' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, TimelineBlinkCurve) == 0x000080, "Member 'UBPE_GLO_SleepSpell_C::TimelineBlinkCurve' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, TimelineSleepCurve) == 0x000088, "Member 'UBPE_GLO_SleepSpell_C::TimelineSleepCurve' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, TimelineAudioCurve) == 0x000090, "Member 'UBPE_GLO_SleepSpell_C::TimelineAudioCurve' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, InitialDelay) == 0x000098, "Member 'UBPE_GLO_SleepSpell_C::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, SetTimer) == 0x00009C, "Member 'UBPE_GLO_SleepSpell_C::SetTimer' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, NewTimerValue) == 0x0000A0, "Member 'UBPE_GLO_SleepSpell_C::NewTimerValue' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, SlowDownPlayer) == 0x0000A4, "Member 'UBPE_GLO_SleepSpell_C::SlowDownPlayer' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, ChangePlayerAnim) == 0x0000A5, "Member 'UBPE_GLO_SleepSpell_C::ChangePlayerAnim' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, PlayerSpeedDataAsset) == 0x0000A8, "Member 'UBPE_GLO_SleepSpell_C::PlayerSpeedDataAsset' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, PlayerSpeedAndAnimDur) == 0x0000B0, "Member 'UBPE_GLO_SleepSpell_C::PlayerSpeedAndAnimDur' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, IgnoreSleepSpellGate) == 0x0000B4, "Member 'UBPE_GLO_SleepSpell_C::IgnoreSleepSpellGate' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, CameraShake) == 0x0000B5, "Member 'UBPE_GLO_SleepSpell_C::CameraShake' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, OneShotSound) == 0x0000B8, "Member 'UBPE_GLO_SleepSpell_C::OneShotSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, FilteredSound) == 0x0000C0, "Member 'UBPE_GLO_SleepSpell_C::FilteredSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, CameraShakeDur) == 0x0000C8, "Member 'UBPE_GLO_SleepSpell_C::CameraShakeDur' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, CameraShakeIntensity) == 0x0000CC, "Member 'UBPE_GLO_SleepSpell_C::CameraShakeIntensity' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, EffortSound) == 0x0000D0, "Member 'UBPE_GLO_SleepSpell_C::EffortSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, DialogueWave) == 0x0000D8, "Member 'UBPE_GLO_SleepSpell_C::DialogueWave' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, DialogueCue) == 0x0000E0, "Member 'UBPE_GLO_SleepSpell_C::DialogueCue' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, DialogueInitialDelay) == 0x0000E8, "Member 'UBPE_GLO_SleepSpell_C::DialogueInitialDelay' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, DialogueFlavor) == 0x0000EC, "Member 'UBPE_GLO_SleepSpell_C::DialogueFlavor' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, DelayEffect) == 0x0000F0, "Member 'UBPE_GLO_SleepSpell_C::DelayEffect' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, CameraShakeClass) == 0x0000F8, "Member 'UBPE_GLO_SleepSpell_C::CameraShakeClass' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, UseHaptics) == 0x000100, "Member 'UBPE_GLO_SleepSpell_C::UseHaptics' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, ForceFeedbackEffect) == 0x000108, "Member 'UBPE_GLO_SleepSpell_C::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, UseDefaultSeq) == 0x000110, "Member 'UBPE_GLO_SleepSpell_C::UseDefaultSeq' has a wrong offset!"); \ static_assert(offsetof(UBPE_GLO_SleepSpell_C, LevelSequence) == 0x000118, "Member 'UBPE_GLO_SleepSpell_C::LevelSequence' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_DadNestingDoll_C \ static_assert(alignof(UBP_IIT_Player_DadNestingDoll_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_DadNestingDoll_C"); \ static_assert(sizeof(UBP_IIT_Player_DadNestingDoll_C) == 0x000090, "Wrong size on UBP_IIT_Player_DadNestingDoll_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_ChessPiece_C \ static_assert(alignof(UBP_IIT_Player_ChessPiece_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_ChessPiece_C"); \ static_assert(sizeof(UBP_IIT_Player_ChessPiece_C) == 0x000090, "Wrong size on UBP_IIT_Player_ChessPiece_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_TunerSet_C \ static_assert(alignof(UBP_IIT_Player_TunerSet_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_TunerSet_C"); \ static_assert(sizeof(UBP_IIT_Player_TunerSet_C) == 0x000090, "Wrong size on UBP_IIT_Player_TunerSet_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_AmmaNestingDoll_C \ static_assert(alignof(UBP_IIT_Player_AmmaNestingDoll_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_AmmaNestingDoll_C"); \ static_assert(sizeof(UBP_IIT_Player_AmmaNestingDoll_C) == 0x000090, "Wrong size on UBP_IIT_Player_AmmaNestingDoll_C"); \ #define DUMPER7_ASSERTS_BP_HashMarks_C_UserConstructionScript \ static_assert(alignof(BP_HashMarks_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_HashMarks_C_UserConstructionScript"); \ static_assert(sizeof(BP_HashMarks_C_UserConstructionScript) == 0x000030, "Wrong size on BP_HashMarks_C_UserConstructionScript"); \ static_assert(offsetof(BP_HashMarks_C_UserConstructionScript, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000000, "Member 'BP_HashMarks_C_UserConstructionScript::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HashMarks_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000004, "Member 'BP_HashMarks_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HashMarks_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000008, "Member 'BP_HashMarks_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_HashMarks_C_UserConstructionScript, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00000C, "Member 'BP_HashMarks_C_UserConstructionScript::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HashMarks_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'BP_HashMarks_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HashMarks_C_UserConstructionScript, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000020, "Member 'BP_HashMarks_C_UserConstructionScript::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HashMarks_C \ static_assert(alignof(ABP_HashMarks_C) == 0x000008, "Wrong alignment on ABP_HashMarks_C"); \ static_assert(sizeof(ABP_HashMarks_C) == 0x000278, "Wrong size on ABP_HashMarks_C"); \ static_assert(offsetof(ABP_HashMarks_C, Root) == 0x000230, "Member 'ABP_HashMarks_C::Root' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Decal) == 0x000238, "Member 'ABP_HashMarks_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Mid) == 0x000240, "Member 'ABP_HashMarks_C::Mid' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Rows) == 0x000248, "Member 'ABP_HashMarks_C::Rows' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Columns) == 0x00024C, "Member 'ABP_HashMarks_C::Columns' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Scale) == 0x000250, "Member 'ABP_HashMarks_C::Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Coverage) == 0x000254, "Member 'ABP_HashMarks_C::Coverage' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Left_Progress) == 0x000258, "Member 'ABP_HashMarks_C::Left_Progress' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Left_Push) == 0x00025C, "Member 'ABP_HashMarks_C::Left_Push' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Random_Seed_Left) == 0x000260, "Member 'ABP_HashMarks_C::Random_Seed_Left' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Right_Progress) == 0x000264, "Member 'ABP_HashMarks_C::Right_Progress' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Right_Push) == 0x000268, "Member 'ABP_HashMarks_C::Right_Push' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Random_Seed_Right) == 0x00026C, "Member 'ABP_HashMarks_C::Random_Seed_Right' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Position_Based_Randomness) == 0x000270, "Member 'ABP_HashMarks_C::Position_Based_Randomness' has a wrong offset!"); \ static_assert(offsetof(ABP_HashMarks_C, Manual_Random_Seed) == 0x000274, "Member 'ABP_HashMarks_C::Manual_Random_Seed' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_CameraShakeEvent_C \ static_assert(alignof(UBPE_CameraShakeEvent_C) == 0x000008, "Wrong alignment on UBPE_CameraShakeEvent_C"); \ static_assert(sizeof(UBPE_CameraShakeEvent_C) == 0x000048, "Wrong size on UBPE_CameraShakeEvent_C"); \ static_assert(offsetof(UBPE_CameraShakeEvent_C, StartCameraShake) == 0x000028, "Member 'UBPE_CameraShakeEvent_C::StartCameraShake' has a wrong offset!"); \ static_assert(offsetof(UBPE_CameraShakeEvent_C, CameraShakeClass) == 0x000030, "Member 'UBPE_CameraShakeEvent_C::CameraShakeClass' has a wrong offset!"); \ static_assert(offsetof(UBPE_CameraShakeEvent_C, Scale) == 0x000038, "Member 'UBPE_CameraShakeEvent_C::Scale' has a wrong offset!"); \ static_assert(offsetof(UBPE_CameraShakeEvent_C, StopImmediately) == 0x00003C, "Member 'UBPE_CameraShakeEvent_C::StopImmediately' has a wrong offset!"); \ static_assert(offsetof(UBPE_CameraShakeEvent_C, StopAllCameraShakes) == 0x00003D, "Member 'UBPE_CameraShakeEvent_C::StopAllCameraShakes' has a wrong offset!"); \ static_assert(offsetof(UBPE_CameraShakeEvent_C, InitialDelay) == 0x000040, "Member 'UBPE_CameraShakeEvent_C::InitialDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_DeltaTheaterPRPamphlet_C \ static_assert(alignof(UBP_IIT_Player_DeltaTheaterPRPamphlet_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_DeltaTheaterPRPamphlet_C"); \ static_assert(sizeof(UBP_IIT_Player_DeltaTheaterPRPamphlet_C) == 0x000090, "Wrong size on UBP_IIT_Player_DeltaTheaterPRPamphlet_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_BoNestingDoll_C \ static_assert(alignof(UBP_IIT_Player_BoNestingDoll_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_BoNestingDoll_C"); \ static_assert(sizeof(UBP_IIT_Player_BoNestingDoll_C) == 0x000090, "Wrong size on UBP_IIT_Player_BoNestingDoll_C"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable \ static_assert(alignof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable"); \ static_assert(sizeof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable) == 0x000330, "Wrong size on BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, EntryPoint) == 0x000000, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_InputDebugKeyEvent_Key) == 0x000008, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_CreateEOEvent_ReturnValue) == 0x000020, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000028, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_TryCancel_ReturnValue) == 0x000030, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_TryCancel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000038, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_WaitGameplayTagAddToActor_ReturnValue) == 0x000040, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_WaitGameplayTagAddToActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_IsValid_ReturnValue) == 0x000048, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_TextIsEmpty_ReturnValue) == 0x000049, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Not_PreBool_ReturnValue) == 0x00004A, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_IsWaitingForInspectVO_Result) == 0x00004B, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_IsWaitingForInspectVO_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Not_PreBool_ReturnValue_1) == 0x00004C, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_float_Variable) == 0x000050, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Not_PreBool_ReturnValue_2) == 0x000054, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_float_Variable_1) == 0x000058, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_BooleanOR_ReturnValue) == 0x00005C, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_float_Variable_2) == 0x000060, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000064, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000074, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000078, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x00007C, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_Event_InteractedComponent_1) == 0x000080, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_Event_InteractedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_Event_InteractingActor_1) == 0x000088, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_Event_InteractingActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_Event_InteractedComponent) == 0x000090, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_Event_InteractingActor) == 0x000098, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_ComponentBoundEvent_bReversePlayback) == 0x0000A0, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_ComponentBoundEvent_bReversePlayback' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_Event_InteractionComponent) == 0x0000A8, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_Event_InteractionActor) == 0x0000B0, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent) == 0x0000B8, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_BP_ApplyGameplayEffectToTarget_ReturnValue) == 0x0000C0, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_BP_ApplyGameplayEffectToTarget_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x0000D8, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_GetProgressiveCrouchComponent_ReturnValue) == 0x0000E0, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_GetProgressiveCrouchComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_Event_DeltaSeconds) == 0x0000E8, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_IsValid_ReturnValue_1) == 0x0000EC, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_BooleanAND_ReturnValue) == 0x0000ED, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_GetInteractionCharacter_ReturnValue) == 0x0000F0, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_GetInteractionCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_IsValid_ReturnValue_2) == 0x0000F8, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent_1) == 0x000100, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_RemoveActiveGameplayEffect_ReturnValue) == 0x000108, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_RemoveActiveGameplayEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_CreateDelegate_OutputDelegate) == 0x00010C, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent_2) == 0x000120, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_GetCachedCoreAbilitySystem_CachedCoreAbilitySystemComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_BP_ApplyGameplayEffectToTarget_ReturnValue_1) == 0x000128, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_BP_ApplyGameplayEffectToTarget_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000140, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_float_Variable_3) == 0x000144, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000148, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_float_Variable_4) == 0x00014C, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_float_Variable_5) == 0x000150, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000154, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_GetInteractionCharacter_ReturnValue_1) == 0x000158, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_GetInteractionCharacter_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_DynamicCast_AsEO_Camera_Owner_Interface) == 0x000160, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_DynamicCast_AsEO_Camera_Owner_Interface' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_DynamicCast_bSuccess) == 0x000170, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Conv_FloatToString_ReturnValue) == 0x000178, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_GetCamera_ReturnValue) == 0x000188, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_GetCamera_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000190, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x0001A0, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x0001A4, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x0001A8, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001A9, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x0001AC, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Concat_StrStr_ReturnValue) == 0x0001B0, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_object_Variable) == 0x0001C0, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_HasInspectVO_Result) == 0x0001C8, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_HasInspectVO_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x0001D0, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0001E0, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001E8, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0001F8, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_IsValid_ReturnValue_3) == 0x000208, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000210, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_float_Variable_6) == 0x000220, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EOCreateEvent_OutputDelegate) == 0x000224, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_float_Variable_7) == 0x000234, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_float_Variable_8) == 0x000238, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x00023C, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x00024C, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x000250, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2) == 0x000254, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_IsInteracting_ReturnValue) == 0x000258, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_IsValid_ReturnValue_4) == 0x000259, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_BooleanAND_ReturnValue_1) == 0x00025A, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_bool_Variable) == 0x00025B, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x00025C, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_float_Variable_9) == 0x000260, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000264, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, Temp_float_Variable_10) == 0x000268, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_BooleanOR_ReturnValue_1) == 0x00026C, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000270, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x000280, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x000284, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000288, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000290, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_CustomEvent_Direction) == 0x000298, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_CustomEvent_Direction' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, K2Node_SwitchEnum_CmpSuccess) == 0x000299, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_VLerp_ReturnValue) == 0x00029C, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0002A8, "Member 'BP_BaseInspectable_C_ExecuteUbergraph_BP_BaseInspectable::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_PostSecondaryAnim \ static_assert(alignof(BP_BaseInspectable_C_PostSecondaryAnim) == 0x000001, "Wrong alignment on BP_BaseInspectable_C_PostSecondaryAnim"); \ static_assert(sizeof(BP_BaseInspectable_C_PostSecondaryAnim) == 0x000001, "Wrong size on BP_BaseInspectable_C_PostSecondaryAnim"); \ static_assert(offsetof(BP_BaseInspectable_C_PostSecondaryAnim, Direction) == 0x000000, "Member 'BP_BaseInspectable_C_PostSecondaryAnim::Direction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_ReceiveTick \ static_assert(alignof(BP_BaseInspectable_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_BaseInspectable_C_ReceiveTick"); \ static_assert(sizeof(BP_BaseInspectable_C_ReceiveTick) == 0x000004, "Wrong size on BP_BaseInspectable_C_ReceiveTick"); \ static_assert(offsetof(BP_BaseInspectable_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_BaseInspectable_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_ActiveBeginInteract \ static_assert(alignof(BP_BaseInspectable_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_BaseInspectable_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_BaseInspectable_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_BaseInspectable_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_BaseInspectable_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_BaseInspectable_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_BndEvt__BP_BaseInspectable_InspectionMode_K2Node_ComponentBoundEvent_0_PHIC_OnInspectTimelineFinishedSignature__DelegateSignature \ static_assert(alignof(BP_BaseInspectable_C_BndEvt__BP_BaseInspectable_InspectionMode_K2Node_ComponentBoundEvent_0_PHIC_OnInspectTimelineFinishedSignature__DelegateSignature) == 0x000001, "Wrong alignment on BP_BaseInspectable_C_BndEvt__BP_BaseInspectable_InspectionMode_K2Node_ComponentBoundEvent_0_PHIC_OnInspectTimelineFinishedSignature__DelegateSignature"); \ static_assert(sizeof(BP_BaseInspectable_C_BndEvt__BP_BaseInspectable_InspectionMode_K2Node_ComponentBoundEvent_0_PHIC_OnInspectTimelineFinishedSignature__DelegateSignature) == 0x000001, "Wrong size on BP_BaseInspectable_C_BndEvt__BP_BaseInspectable_InspectionMode_K2Node_ComponentBoundEvent_0_PHIC_OnInspectTimelineFinishedSignature__DelegateSignature"); \ static_assert(offsetof(BP_BaseInspectable_C_BndEvt__BP_BaseInspectable_InspectionMode_K2Node_ComponentBoundEvent_0_PHIC_OnInspectTimelineFinishedSignature__DelegateSignature, bReversePlayback) == 0x000000, "Member 'BP_BaseInspectable_C_BndEvt__BP_BaseInspectable_InspectionMode_K2Node_ComponentBoundEvent_0_PHIC_OnInspectTimelineFinishedSignature__DelegateSignature::bReversePlayback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_Confirm \ static_assert(alignof(BP_BaseInspectable_C_Confirm) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_Confirm"); \ static_assert(sizeof(BP_BaseInspectable_C_Confirm) == 0x000010, "Wrong size on BP_BaseInspectable_C_Confirm"); \ static_assert(offsetof(BP_BaseInspectable_C_Confirm, InteractedComponent_0) == 0x000000, "Member 'BP_BaseInspectable_C_Confirm::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_Confirm, InteractingActor_0) == 0x000008, "Member 'BP_BaseInspectable_C_Confirm::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_Cancel \ static_assert(alignof(BP_BaseInspectable_C_Cancel) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_Cancel"); \ static_assert(sizeof(BP_BaseInspectable_C_Cancel) == 0x000010, "Wrong size on BP_BaseInspectable_C_Cancel"); \ static_assert(offsetof(BP_BaseInspectable_C_Cancel, InteractedComponent_0) == 0x000000, "Member 'BP_BaseInspectable_C_Cancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_Cancel, InteractingActor_0) == 0x000008, "Member 'BP_BaseInspectable_C_Cancel::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_InpActEvt_V_K2Node_InputDebugKeyEvent_0 \ static_assert(alignof(BP_BaseInspectable_C_InpActEvt_V_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_InpActEvt_V_K2Node_InputDebugKeyEvent_0"); \ static_assert(sizeof(BP_BaseInspectable_C_InpActEvt_V_K2Node_InputDebugKeyEvent_0) == 0x000018, "Wrong size on BP_BaseInspectable_C_InpActEvt_V_K2Node_InputDebugKeyEvent_0"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_V_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'BP_BaseInspectable_C_InpActEvt_V_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_InpActEvt_IA_RotateRoll_K2Node_EnhancedInputActionEvent_0 \ static_assert(alignof(BP_BaseInspectable_C_InpActEvt_IA_RotateRoll_K2Node_EnhancedInputActionEvent_0) == 0x000004, "Wrong alignment on BP_BaseInspectable_C_InpActEvt_IA_RotateRoll_K2Node_EnhancedInputActionEvent_0"); \ static_assert(sizeof(BP_BaseInspectable_C_InpActEvt_IA_RotateRoll_K2Node_EnhancedInputActionEvent_0) == 0x000018, "Wrong size on BP_BaseInspectable_C_InpActEvt_IA_RotateRoll_K2Node_EnhancedInputActionEvent_0"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_RotateRoll_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_BaseInspectable_C_InpActEvt_IA_RotateRoll_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_RotateRoll_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000010, "Member 'BP_BaseInspectable_C_InpActEvt_IA_RotateRoll_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_RotateRoll_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000014, "Member 'BP_BaseInspectable_C_InpActEvt_IA_RotateRoll_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_InpActEvt_IA_RotateYaw_K2Node_EnhancedInputActionEvent_1 \ static_assert(alignof(BP_BaseInspectable_C_InpActEvt_IA_RotateYaw_K2Node_EnhancedInputActionEvent_1) == 0x000004, "Wrong alignment on BP_BaseInspectable_C_InpActEvt_IA_RotateYaw_K2Node_EnhancedInputActionEvent_1"); \ static_assert(sizeof(BP_BaseInspectable_C_InpActEvt_IA_RotateYaw_K2Node_EnhancedInputActionEvent_1) == 0x000018, "Wrong size on BP_BaseInspectable_C_InpActEvt_IA_RotateYaw_K2Node_EnhancedInputActionEvent_1"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_RotateYaw_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_BaseInspectable_C_InpActEvt_IA_RotateYaw_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_RotateYaw_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000010, "Member 'BP_BaseInspectable_C_InpActEvt_IA_RotateYaw_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_RotateYaw_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000014, "Member 'BP_BaseInspectable_C_InpActEvt_IA_RotateYaw_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_InpActEvt_IA_RotatePitch_K2Node_EnhancedInputActionEvent_2 \ static_assert(alignof(BP_BaseInspectable_C_InpActEvt_IA_RotatePitch_K2Node_EnhancedInputActionEvent_2) == 0x000004, "Wrong alignment on BP_BaseInspectable_C_InpActEvt_IA_RotatePitch_K2Node_EnhancedInputActionEvent_2"); \ static_assert(sizeof(BP_BaseInspectable_C_InpActEvt_IA_RotatePitch_K2Node_EnhancedInputActionEvent_2) == 0x000018, "Wrong size on BP_BaseInspectable_C_InpActEvt_IA_RotatePitch_K2Node_EnhancedInputActionEvent_2"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_RotatePitch_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_BaseInspectable_C_InpActEvt_IA_RotatePitch_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_RotatePitch_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000010, "Member 'BP_BaseInspectable_C_InpActEvt_IA_RotatePitch_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_RotatePitch_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000014, "Member 'BP_BaseInspectable_C_InpActEvt_IA_RotatePitch_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_3 \ static_assert(alignof(BP_BaseInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_3) == 0x000004, "Wrong alignment on BP_BaseInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_3"); \ static_assert(sizeof(BP_BaseInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_3) == 0x000018, "Wrong size on BP_BaseInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_3"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_BaseInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000010, "Member 'BP_BaseInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000014, "Member 'BP_BaseInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_UserConstructionScript \ static_assert(alignof(BP_BaseInspectable_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_BaseInspectable_C_UserConstructionScript"); \ static_assert(sizeof(BP_BaseInspectable_C_UserConstructionScript) == 0x000030, "Wrong size on BP_BaseInspectable_C_UserConstructionScript"); \ static_assert(offsetof(BP_BaseInspectable_C_UserConstructionScript, CallFunc_GetRelativeTransform_ReturnValue) == 0x000000, "Member 'BP_BaseInspectable_C_UserConstructionScript::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_ActiveEndInteract \ static_assert(alignof(BP_BaseInspectable_C_ActiveEndInteract) == 0x000010, "Wrong alignment on BP_BaseInspectable_C_ActiveEndInteract"); \ static_assert(sizeof(BP_BaseInspectable_C_ActiveEndInteract) == 0x000060, "Wrong size on BP_BaseInspectable_C_ActiveEndInteract"); \ static_assert(offsetof(BP_BaseInspectable_C_ActiveEndInteract, InteractionComponent) == 0x000000, "Member 'BP_BaseInspectable_C_ActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ActiveEndInteract, InteractionActor) == 0x000008, "Member 'BP_BaseInspectable_C_ActiveEndInteract::InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ActiveEndInteract, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'BP_BaseInspectable_C_ActiveEndInteract::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ActiveEndInteract, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BP_BaseInspectable_C_ActiveEndInteract::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ActiveEndInteract, K2Node_CreateDelegate_OutputDelegate) == 0x000044, "Member 'BP_BaseInspectable_C_ActiveEndInteract::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ActiveEndInteract, CallFunc_IsValid_ReturnValue) == 0x000054, "Member 'BP_BaseInspectable_C_ActiveEndInteract::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ActiveEndInteract, CallFunc_Not_PreBool_ReturnValue_1) == 0x000055, "Member 'BP_BaseInspectable_C_ActiveEndInteract::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ActiveEndInteract, CallFunc_Not_PreBool_ReturnValue_2) == 0x000056, "Member 'BP_BaseInspectable_C_ActiveEndInteract::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_OnUpdatePreviewDestTransform \ static_assert(alignof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform) == 0x000010, "Wrong alignment on BP_BaseInspectable_C_OnUpdatePreviewDestTransform"); \ static_assert(sizeof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform) == 0x0001E0, "Wrong size on BP_BaseInspectable_C_OnUpdatePreviewDestTransform"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, PreviewDestTransform) == 0x000000, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::PreviewDestTransform' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, InspectableComponent) == 0x000008, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::InspectableComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, HeldComponent) == 0x000010, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::HeldComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, CallFunc_IsValid_ReturnValue_1) == 0x000019, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, CallFunc_MakeTransform_ReturnValue) == 0x000020, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, CallFunc_AddComponentByClass_ReturnValue) == 0x000050, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::CallFunc_AddComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, CallFunc_IsValid_ReturnValue_2) == 0x000058, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, CallFunc_IsValid_ReturnValue_3) == 0x000059, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x00005C, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x0000F0, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, CallFunc_ComposeTransforms_ReturnValue) == 0x000120, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::CallFunc_ComposeTransforms_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnUpdatePreviewDestTransform, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000150, "Member 'BP_BaseInspectable_C_OnUpdatePreviewDestTransform::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_DimFlashlight \ static_assert(alignof(BP_BaseInspectable_C_DimFlashlight) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_DimFlashlight"); \ static_assert(sizeof(BP_BaseInspectable_C_DimFlashlight) == 0x000060, "Wrong size on BP_BaseInspectable_C_DimFlashlight"); \ static_assert(offsetof(BP_BaseInspectable_C_DimFlashlight, CallFunc_GetInteractionActor_ReturnValue) == 0x000000, "Member 'BP_BaseInspectable_C_DimFlashlight::CallFunc_GetInteractionActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DimFlashlight, CallFunc_GetInteractionActor_ReturnValue_1) == 0x000008, "Member 'BP_BaseInspectable_C_DimFlashlight::CallFunc_GetInteractionActor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DimFlashlight, K2Node_DynamicCast_AsBPI_Flashlight_Owner) == 0x000010, "Member 'BP_BaseInspectable_C_DimFlashlight::K2Node_DynamicCast_AsBPI_Flashlight_Owner' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DimFlashlight, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_BaseInspectable_C_DimFlashlight::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DimFlashlight, K2Node_DynamicCast_AsBPI_Flashlight_Owner_1) == 0x000028, "Member 'BP_BaseInspectable_C_DimFlashlight::K2Node_DynamicCast_AsBPI_Flashlight_Owner_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DimFlashlight, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_BaseInspectable_C_DimFlashlight::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DimFlashlight, CallFunc_GetFlashlightPowerIntensity_ReturnValue) == 0x00003C, "Member 'BP_BaseInspectable_C_DimFlashlight::CallFunc_GetFlashlightPowerIntensity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DimFlashlight, CallFunc_GetInteractionActor_ReturnValue_2) == 0x000040, "Member 'BP_BaseInspectable_C_DimFlashlight::CallFunc_GetInteractionActor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DimFlashlight, K2Node_DynamicCast_AsBPI_Flashlight_Owner_2) == 0x000048, "Member 'BP_BaseInspectable_C_DimFlashlight::K2Node_DynamicCast_AsBPI_Flashlight_Owner_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DimFlashlight, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BP_BaseInspectable_C_DimFlashlight::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DimFlashlight, CallFunc_IsFlashlightOn__ReturnValue) == 0x000059, "Member 'BP_BaseInspectable_C_DimFlashlight::CallFunc_IsFlashlightOn__ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_RestoreFlashlight \ static_assert(alignof(BP_BaseInspectable_C_RestoreFlashlight) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_RestoreFlashlight"); \ static_assert(sizeof(BP_BaseInspectable_C_RestoreFlashlight) == 0x000020, "Wrong size on BP_BaseInspectable_C_RestoreFlashlight"); \ static_assert(offsetof(BP_BaseInspectable_C_RestoreFlashlight, CallFunc_GetInteractionActor_ReturnValue) == 0x000000, "Member 'BP_BaseInspectable_C_RestoreFlashlight::CallFunc_GetInteractionActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_RestoreFlashlight, K2Node_DynamicCast_AsBPI_Flashlight_Owner) == 0x000008, "Member 'BP_BaseInspectable_C_RestoreFlashlight::K2Node_DynamicCast_AsBPI_Flashlight_Owner' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_RestoreFlashlight, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_BaseInspectable_C_RestoreFlashlight::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_SetSensibleDefaults \ static_assert(alignof(BP_BaseInspectable_C_SetSensibleDefaults) == 0x000010, "Wrong alignment on BP_BaseInspectable_C_SetSensibleDefaults"); \ static_assert(sizeof(BP_BaseInspectable_C_SetSensibleDefaults) == 0x000090, "Wrong size on BP_BaseInspectable_C_SetSensibleDefaults"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleDefaults, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_BaseInspectable_C_SetSensibleDefaults::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleDefaults, CallFunc_GetComponentBounds_Origin) == 0x000004, "Member 'BP_BaseInspectable_C_SetSensibleDefaults::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleDefaults, CallFunc_GetComponentBounds_BoxExtent) == 0x000010, "Member 'BP_BaseInspectable_C_SetSensibleDefaults::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleDefaults, CallFunc_GetComponentBounds_SphereRadius) == 0x00001C, "Member 'BP_BaseInspectable_C_SetSensibleDefaults::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleDefaults, CallFunc_Add_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_BaseInspectable_C_SetSensibleDefaults::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleDefaults, CallFunc_BreakTransform_Location) == 0x000024, "Member 'BP_BaseInspectable_C_SetSensibleDefaults::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleDefaults, CallFunc_BreakTransform_Rotation) == 0x000030, "Member 'BP_BaseInspectable_C_SetSensibleDefaults::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleDefaults, CallFunc_BreakTransform_Scale) == 0x00003C, "Member 'BP_BaseInspectable_C_SetSensibleDefaults::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleDefaults, CallFunc_MakeVector_ReturnValue) == 0x000048, "Member 'BP_BaseInspectable_C_SetSensibleDefaults::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleDefaults, CallFunc_MakeTransform_ReturnValue) == 0x000060, "Member 'BP_BaseInspectable_C_SetSensibleDefaults::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_SendInspectPromptMsgEvent \ static_assert(alignof(BP_BaseInspectable_C_SendInspectPromptMsgEvent) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_SendInspectPromptMsgEvent"); \ static_assert(sizeof(BP_BaseInspectable_C_SendInspectPromptMsgEvent) == 0x000010, "Wrong size on BP_BaseInspectable_C_SendInspectPromptMsgEvent"); \ static_assert(offsetof(BP_BaseInspectable_C_SendInspectPromptMsgEvent, CallFunc_TextIsEmpty_ReturnValue) == 0x000000, "Member 'BP_BaseInspectable_C_SendInspectPromptMsgEvent::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SendInspectPromptMsgEvent, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_BaseInspectable_C_SendInspectPromptMsgEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SendInspectPromptMsgEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_BaseInspectable_C_SendInspectPromptMsgEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SendInspectPromptMsgEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_BaseInspectable_C_SendInspectPromptMsgEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent \ static_assert(alignof(BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent"); \ static_assert(sizeof(BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent) == 0x000018, "Wrong size on BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent"); \ static_assert(offsetof(BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent, CallFunc_HasInspectVO_Result) == 0x000000, "Member 'BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent::CallFunc_HasInspectVO_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent, CallFunc_BooleanOR_ReturnValue) == 0x000002, "Member 'BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent, CallFunc_TextIsEmpty_ReturnValue) == 0x000003, "Member 'BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent, CallFunc_Not_PreBool_ReturnValue_1) == 0x000004, "Member 'BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_BaseInspectable_C_SendInspectOnlyPromptMsgEvent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_ClearInspectPromptMsg \ static_assert(alignof(BP_BaseInspectable_C_ClearInspectPromptMsg) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_ClearInspectPromptMsg"); \ static_assert(sizeof(BP_BaseInspectable_C_ClearInspectPromptMsg) == 0x000010, "Wrong size on BP_BaseInspectable_C_ClearInspectPromptMsg"); \ static_assert(offsetof(BP_BaseInspectable_C_ClearInspectPromptMsg, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_BaseInspectable_C_ClearInspectPromptMsg::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ClearInspectPromptMsg, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_BaseInspectable_C_ClearInspectPromptMsg::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_OnPrioritizedAudioStatus \ static_assert(alignof(BP_BaseInspectable_C_OnPrioritizedAudioStatus) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_OnPrioritizedAudioStatus"); \ static_assert(sizeof(BP_BaseInspectable_C_OnPrioritizedAudioStatus) == 0x000038, "Wrong size on BP_BaseInspectable_C_OnPrioritizedAudioStatus"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPrioritizedAudioStatus, Sender) == 0x000000, "Member 'BP_BaseInspectable_C_OnPrioritizedAudioStatus::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPrioritizedAudioStatus, Event) == 0x000008, "Member 'BP_BaseInspectable_C_OnPrioritizedAudioStatus::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPrioritizedAudioStatus, Loc_PrioritizedAudioStatus) == 0x000010, "Member 'BP_BaseInspectable_C_OnPrioritizedAudioStatus::Loc_PrioritizedAudioStatus' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPrioritizedAudioStatus, K2Node_DynamicCast_AsBPE_A_Prioritized_Audio_Status) == 0x000018, "Member 'BP_BaseInspectable_C_OnPrioritizedAudioStatus::K2Node_DynamicCast_AsBPE_A_Prioritized_Audio_Status' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPrioritizedAudioStatus, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_BaseInspectable_C_OnPrioritizedAudioStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPrioritizedAudioStatus, K2Node_CreateDelegate_OutputDelegate) == 0x000024, "Member 'BP_BaseInspectable_C_OnPrioritizedAudioStatus::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPrioritizedAudioStatus, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000034, "Member 'BP_BaseInspectable_C_OnPrioritizedAudioStatus::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPrioritizedAudioStatus, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000035, "Member 'BP_BaseInspectable_C_OnPrioritizedAudioStatus::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_OnInspectVOFinished \ static_assert(alignof(BP_BaseInspectable_C_OnInspectVOFinished) == 0x000004, "Wrong alignment on BP_BaseInspectable_C_OnInspectVOFinished"); \ static_assert(sizeof(BP_BaseInspectable_C_OnInspectVOFinished) == 0x000014, "Wrong size on BP_BaseInspectable_C_OnInspectVOFinished"); \ static_assert(offsetof(BP_BaseInspectable_C_OnInspectVOFinished, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_BaseInspectable_C_OnInspectVOFinished::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnInspectVOFinished, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_BaseInspectable_C_OnInspectVOFinished::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnInspectVOFinished, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_BaseInspectable_C_OnInspectVOFinished::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_SetSensibleCenter \ static_assert(alignof(BP_BaseInspectable_C_SetSensibleCenter) == 0x000004, "Wrong alignment on BP_BaseInspectable_C_SetSensibleCenter"); \ static_assert(sizeof(BP_BaseInspectable_C_SetSensibleCenter) == 0x00015C, "Wrong size on BP_BaseInspectable_C_SetSensibleCenter"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleCenter, Loc_OriginalLocation) == 0x000000, "Member 'BP_BaseInspectable_C_SetSensibleCenter::Loc_OriginalLocation' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleCenter, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00000C, "Member 'BP_BaseInspectable_C_SetSensibleCenter::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleCenter, CallFunc_GetComponentBounds_Origin) == 0x000018, "Member 'BP_BaseInspectable_C_SetSensibleCenter::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleCenter, CallFunc_GetComponentBounds_BoxExtent) == 0x000024, "Member 'BP_BaseInspectable_C_SetSensibleCenter::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleCenter, CallFunc_GetComponentBounds_SphereRadius) == 0x000030, "Member 'BP_BaseInspectable_C_SetSensibleCenter::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleCenter, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000034, "Member 'BP_BaseInspectable_C_SetSensibleCenter::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleCenter, CallFunc_NegateVector_ReturnValue) == 0x000040, "Member 'BP_BaseInspectable_C_SetSensibleCenter::CallFunc_NegateVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleCenter, CallFunc_K2_AddLocalOffset_SweepHitResult) == 0x00004C, "Member 'BP_BaseInspectable_C_SetSensibleCenter::CallFunc_K2_AddLocalOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_SetSensibleCenter, CallFunc_K2_AddActorWorldOffset_SweepHitResult) == 0x0000D4, "Member 'BP_BaseInspectable_C_SetSensibleCenter::CallFunc_K2_AddActorWorldOffset_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_SetUpClippingFixMeshes \ static_assert(alignof(BP_BaseInspectable_C_SetUpClippingFixMeshes) == 0x000004, "Wrong alignment on BP_BaseInspectable_C_SetUpClippingFixMeshes"); \ static_assert(sizeof(BP_BaseInspectable_C_SetUpClippingFixMeshes) == 0x000004, "Wrong size on BP_BaseInspectable_C_SetUpClippingFixMeshes"); \ static_assert(offsetof(BP_BaseInspectable_C_SetUpClippingFixMeshes, CallFunc_Array_Add_ReturnValue) == 0x000000, "Member 'BP_BaseInspectable_C_SetUpClippingFixMeshes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_BeginActiveState \ static_assert(alignof(BP_BaseInspectable_C_BeginActiveState) == 0x000004, "Wrong alignment on BP_BaseInspectable_C_BeginActiveState"); \ static_assert(sizeof(BP_BaseInspectable_C_BeginActiveState) == 0x000010, "Wrong size on BP_BaseInspectable_C_BeginActiveState"); \ static_assert(offsetof(BP_BaseInspectable_C_BeginActiveState, K2Node_EOCreateEvent_OutputDelegate) == 0x000000, "Member 'BP_BaseInspectable_C_BeginActiveState::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_BeginPassiveState \ static_assert(alignof(BP_BaseInspectable_C_BeginPassiveState) == 0x000004, "Wrong alignment on BP_BaseInspectable_C_BeginPassiveState"); \ static_assert(sizeof(BP_BaseInspectable_C_BeginPassiveState) == 0x000010, "Wrong size on BP_BaseInspectable_C_BeginPassiveState"); \ static_assert(offsetof(BP_BaseInspectable_C_BeginPassiveState, K2Node_EOCreateEvent_OutputDelegate) == 0x000000, "Member 'BP_BaseInspectable_C_BeginPassiveState::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent \ static_assert(alignof(BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent"); \ static_assert(sizeof(BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent) == 0x000020, "Wrong size on BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent"); \ static_assert(offsetof(BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent, Sender) == 0x000000, "Member 'BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent, Event) == 0x000008, "Member 'BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent, K2Node_DynamicCast_AsBPE_Player_Crouch_State) == 0x000010, "Member 'BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent::K2Node_DynamicCast_AsBPE_Player_Crouch_State' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_BaseInspectable_C_OnActivePlayerCrouchStateEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent \ static_assert(alignof(BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent"); \ static_assert(sizeof(BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent) == 0x000020, "Wrong size on BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent, Sender) == 0x000000, "Member 'BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent, Event) == 0x000008, "Member 'BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent, K2Node_DynamicCast_AsBPE_Player_Crouch_State) == 0x000010, "Member 'BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent::K2Node_DynamicCast_AsBPE_Player_Crouch_State' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_BaseInspectable_C_OnPassivePlayerCrouchStateEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_OpenTextOverlay \ static_assert(alignof(BP_BaseInspectable_C_OpenTextOverlay) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_OpenTextOverlay"); \ static_assert(sizeof(BP_BaseInspectable_C_OpenTextOverlay) == 0x000028, "Wrong size on BP_BaseInspectable_C_OpenTextOverlay"); \ static_assert(offsetof(BP_BaseInspectable_C_OpenTextOverlay, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_BaseInspectable_C_OpenTextOverlay::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OpenTextOverlay, CallFunc_TextIsEmpty_ReturnValue) == 0x000008, "Member 'BP_BaseInspectable_C_OpenTextOverlay::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OpenTextOverlay, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'BP_BaseInspectable_C_OpenTextOverlay::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OpenTextOverlay, K2Node_DynamicCast_AsBP_PHHUD) == 0x000018, "Member 'BP_BaseInspectable_C_OpenTextOverlay::K2Node_DynamicCast_AsBP_PHHUD' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_OpenTextOverlay, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_BaseInspectable_C_OpenTextOverlay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_EnableCustomDepth \ static_assert(alignof(BP_BaseInspectable_C_EnableCustomDepth) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_EnableCustomDepth"); \ static_assert(sizeof(BP_BaseInspectable_C_EnableCustomDepth) == 0x000088, "Wrong size on BP_BaseInspectable_C_EnableCustomDepth"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, SceneCapture2D) == 0x000000, "Member 'BP_BaseInspectable_C_EnableCustomDepth::SceneCapture2D' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BaseInspectable_C_EnableCustomDepth::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BaseInspectable_C_EnableCustomDepth::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000018, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000020, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_GetActorFeetLocation_ReturnValue) == 0x000028, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_GetActorFeetLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_BreakVector_X) == 0x000034, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_BreakVector_Z) == 0x00003C, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000050, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_AddOrUpdateBlendable_InBlendableObject_CastInput) == 0x000060, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_AddOrUpdateBlendable_InBlendableObject_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_GetAllChildActors_ChildActors) == 0x000070, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_GetAllChildActors_ChildActors' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_EnableCustomDepth, CallFunc_Array_Add_ReturnValue) == 0x000080, "Member 'BP_BaseInspectable_C_EnableCustomDepth::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_DisableCustomDepth \ static_assert(alignof(BP_BaseInspectable_C_DisableCustomDepth) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_DisableCustomDepth"); \ static_assert(sizeof(BP_BaseInspectable_C_DisableCustomDepth) == 0x000070, "Wrong size on BP_BaseInspectable_C_DisableCustomDepth"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, Loc_SceneCapture2D) == 0x000000, "Member 'BP_BaseInspectable_C_DisableCustomDepth::Loc_SceneCapture2D' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, Loc_PlayerChar) == 0x000008, "Member 'BP_BaseInspectable_C_DisableCustomDepth::Loc_PlayerChar' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_BaseInspectable_C_DisableCustomDepth::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_Add_IntInt_ReturnValue) == 0x000014, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_BaseInspectable_C_DisableCustomDepth::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_RemoveBlendable_InBlendableObject_CastInput) == 0x000020, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_RemoveBlendable_InBlendableObject_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'BP_BaseInspectable_C_DisableCustomDepth::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_IsValid_ReturnValue) == 0x000034, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000038, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_IsValid_ReturnValue_1) == 0x000040, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_Array_Length_ReturnValue) == 0x000050, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, Temp_int_Loop_Counter_Variable_1) == 0x000054, "Member 'BP_BaseInspectable_C_DisableCustomDepth::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_Add_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_Array_Length_ReturnValue_1) == 0x000068, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_DisableCustomDepth, CallFunc_Less_IntInt_ReturnValue_1) == 0x00006C, "Member 'BP_BaseInspectable_C_DisableCustomDepth::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_UpdateRelevantLightComponents \ static_assert(alignof(BP_BaseInspectable_C_UpdateRelevantLightComponents) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_UpdateRelevantLightComponents"); \ static_assert(sizeof(BP_BaseInspectable_C_UpdateRelevantLightComponents) == 0x000060, "Wrong size on BP_BaseInspectable_C_UpdateRelevantLightComponents"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, MinZValue) == 0x000000, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::MinZValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, Loc_LightElement) == 0x000008, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::Loc_LightElement' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, CallFunc_IsLightComponentRelevant_IsRelevant) == 0x00002C, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::CallFunc_IsLightComponentRelevant_IsRelevant' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, CallFunc_Min_ReturnValue) == 0x000030, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::CallFunc_Min_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, CallFunc_FindObjectsOfClass_ObjectArray) == 0x000038, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::CallFunc_FindObjectsOfClass_ObjectArray' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, CallFunc_Array_AddUnique_ReturnValue) == 0x000058, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_UpdateRelevantLightComponents, CallFunc_Not_PreBool_ReturnValue) == 0x00005C, "Member 'BP_BaseInspectable_C_UpdateRelevantLightComponents::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_IsLightComponentRelevant \ static_assert(alignof(BP_BaseInspectable_C_IsLightComponentRelevant) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_IsLightComponentRelevant"); \ static_assert(sizeof(BP_BaseInspectable_C_IsLightComponentRelevant) == 0x000080, "Wrong size on BP_BaseInspectable_C_IsLightComponentRelevant"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, LightComponent) == 0x000000, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::LightComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, MinZValue) == 0x000008, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::MinZValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, IsRelevant) == 0x00000C, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::IsRelevant' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, Loc_CustomMesh) == 0x000010, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::Loc_CustomMesh' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, AsLocalLight) == 0x000018, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::AsLocalLight' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000025, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_BooleanAND_ReturnValue) == 0x000026, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, K2Node_DynamicCast_AsLocal_Light_Component) == 0x000028, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::K2Node_DynamicCast_AsLocal_Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_IsDirectional_ReturnValue) == 0x000031, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_IsDirectional_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_Not_PreBool_ReturnValue) == 0x000032, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_GetOwner_ReturnValue) == 0x000038, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000040, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_Not_PreBool_ReturnValue_1) == 0x00004C, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_BreakVector_X) == 0x000050, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_BreakVector_Y) == 0x000054, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_BreakVector_Z) == 0x000058, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x00005C, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_IsValid_ReturnValue) == 0x00005D, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_IsInEditorWorld_ReturnValue) == 0x00005E, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_IsInEditorWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_Not_PreBool_ReturnValue_2) == 0x00005F, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, Temp_int_Loop_Counter_Variable) == 0x000060, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_Less_IntInt_ReturnValue) == 0x000064, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_Add_IntInt_ReturnValue) == 0x000068, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, Temp_int_Array_Index_Variable) == 0x00006C, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_AffectsPrimitive_ReturnValue) == 0x000078, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_AffectsPrimitive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsLightComponentRelevant, CallFunc_BooleanOR_ReturnValue) == 0x000079, "Member 'BP_BaseInspectable_C_IsLightComponentRelevant::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_CacheCustomDepthMeshes \ static_assert(alignof(BP_BaseInspectable_C_CacheCustomDepthMeshes) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_CacheCustomDepthMeshes"); \ static_assert(sizeof(BP_BaseInspectable_C_CacheCustomDepthMeshes) == 0x000040, "Wrong size on BP_BaseInspectable_C_CacheCustomDepthMeshes"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, Loc_MeshElement) == 0x000000, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::Loc_MeshElement' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, Temp_int_Loop_Counter_Variable) == 0x00000C, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, CallFunc_Array_AddUnique_ReturnValue) == 0x000014, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, CallFunc_Not_PreBool_ReturnValue_1) == 0x000019, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, CallFunc_BooleanAND_ReturnValue) == 0x00001A, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, CallFunc_BooleanAND_ReturnValue_1) == 0x00001B, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000020, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CacheCustomDepthMeshes, CallFunc_Not_PreBool_ReturnValue_2) == 0x00003D, "Member 'BP_BaseInspectable_C_CacheCustomDepthMeshes::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_ReceiveEndPlay \ static_assert(alignof(BP_BaseInspectable_C_ReceiveEndPlay) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_BaseInspectable_C_ReceiveEndPlay) == 0x000038, "Wrong size on BP_BaseInspectable_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_BaseInspectable_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_BaseInspectable_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ReceiveEndPlay, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_BaseInspectable_C_ReceiveEndPlay::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ReceiveEndPlay, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000018, "Member 'BP_BaseInspectable_C_ReceiveEndPlay::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ReceiveEndPlay, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_BaseInspectable_C_ReceiveEndPlay::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_ReceiveEndPlay, CallFunc_IsInspectionActive_ReturnValue) == 0x000030, "Member 'BP_BaseInspectable_C_ReceiveEndPlay::CallFunc_IsInspectionActive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_CanConfirm \ static_assert(alignof(BP_BaseInspectable_C_CanConfirm) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_CanConfirm"); \ static_assert(sizeof(BP_BaseInspectable_C_CanConfirm) == 0x000018, "Wrong size on BP_BaseInspectable_C_CanConfirm"); \ static_assert(offsetof(BP_BaseInspectable_C_CanConfirm, InteractedComponent_0) == 0x000000, "Member 'BP_BaseInspectable_C_CanConfirm::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanConfirm, InteractingActor_0) == 0x000008, "Member 'BP_BaseInspectable_C_CanConfirm::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanConfirm, ReturnValue) == 0x000010, "Member 'BP_BaseInspectable_C_CanConfirm::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanConfirm, CallFunc_IsWaitingForInspectVO_Result) == 0x000011, "Member 'BP_BaseInspectable_C_CanConfirm::CallFunc_IsWaitingForInspectVO_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanConfirm, CallFunc_CanConfirm_ReturnValue) == 0x000012, "Member 'BP_BaseInspectable_C_CanConfirm::CallFunc_CanConfirm_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanConfirm, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'BP_BaseInspectable_C_CanConfirm::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanConfirm, CallFunc_CanEndInspection_ReturnValue) == 0x000014, "Member 'BP_BaseInspectable_C_CanConfirm::CallFunc_CanEndInspection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanConfirm, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'BP_BaseInspectable_C_CanConfirm::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanConfirm, CallFunc_BooleanAND_ReturnValue_1) == 0x000016, "Member 'BP_BaseInspectable_C_CanConfirm::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanConfirm, CallFunc_BooleanAND_ReturnValue_2) == 0x000017, "Member 'BP_BaseInspectable_C_CanConfirm::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_HasInspectVO \ static_assert(alignof(BP_BaseInspectable_C_HasInspectVO) == 0x000001, "Wrong alignment on BP_BaseInspectable_C_HasInspectVO"); \ static_assert(sizeof(BP_BaseInspectable_C_HasInspectVO) == 0x000007, "Wrong size on BP_BaseInspectable_C_HasInspectVO"); \ static_assert(offsetof(BP_BaseInspectable_C_HasInspectVO, Result) == 0x000000, "Member 'BP_BaseInspectable_C_HasInspectVO::Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_HasInspectVO, CallFunc_IsValid_ReturnValue) == 0x000001, "Member 'BP_BaseInspectable_C_HasInspectVO::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_HasInspectVO, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'BP_BaseInspectable_C_HasInspectVO::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_HasInspectVO, CallFunc_HasSubscribers_ReturnValue) == 0x000003, "Member 'BP_BaseInspectable_C_HasInspectVO::CallFunc_HasSubscribers_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_HasInspectVO, CallFunc_IsValid_ReturnValue_2) == 0x000004, "Member 'BP_BaseInspectable_C_HasInspectVO::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_HasInspectVO, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'BP_BaseInspectable_C_HasInspectVO::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_HasInspectVO, CallFunc_BooleanOR_ReturnValue) == 0x000006, "Member 'BP_BaseInspectable_C_HasInspectVO::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_IsWaitingForInspectVO \ static_assert(alignof(BP_BaseInspectable_C_IsWaitingForInspectVO) == 0x000001, "Wrong alignment on BP_BaseInspectable_C_IsWaitingForInspectVO"); \ static_assert(sizeof(BP_BaseInspectable_C_IsWaitingForInspectVO) == 0x000008, "Wrong size on BP_BaseInspectable_C_IsWaitingForInspectVO"); \ static_assert(offsetof(BP_BaseInspectable_C_IsWaitingForInspectVO, Result) == 0x000000, "Member 'BP_BaseInspectable_C_IsWaitingForInspectVO::Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsWaitingForInspectVO, CallFunc_BooleanAND_ReturnValue) == 0x000001, "Member 'BP_BaseInspectable_C_IsWaitingForInspectVO::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsWaitingForInspectVO, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'BP_BaseInspectable_C_IsWaitingForInspectVO::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsWaitingForInspectVO, CallFunc_Not_PreBool_ReturnValue_1) == 0x000003, "Member 'BP_BaseInspectable_C_IsWaitingForInspectVO::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsWaitingForInspectVO, CallFunc_HasInspectVO_Result) == 0x000004, "Member 'BP_BaseInspectable_C_IsWaitingForInspectVO::CallFunc_HasInspectVO_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsWaitingForInspectVO, CallFunc_BooleanAND_ReturnValue_1) == 0x000005, "Member 'BP_BaseInspectable_C_IsWaitingForInspectVO::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsWaitingForInspectVO, CallFunc_BooleanAND_ReturnValue_2) == 0x000006, "Member 'BP_BaseInspectable_C_IsWaitingForInspectVO::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_IsWaitingForInspectVO, CallFunc_BooleanAND_ReturnValue_3) == 0x000007, "Member 'BP_BaseInspectable_C_IsWaitingForInspectVO::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_CanCancel \ static_assert(alignof(BP_BaseInspectable_C_CanCancel) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_CanCancel"); \ static_assert(sizeof(BP_BaseInspectable_C_CanCancel) == 0x000018, "Wrong size on BP_BaseInspectable_C_CanCancel"); \ static_assert(offsetof(BP_BaseInspectable_C_CanCancel, InteractedComponent_0) == 0x000000, "Member 'BP_BaseInspectable_C_CanCancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanCancel, InteractingActor_0) == 0x000008, "Member 'BP_BaseInspectable_C_CanCancel::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanCancel, ReturnValue) == 0x000010, "Member 'BP_BaseInspectable_C_CanCancel::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanCancel, CallFunc_IsWaitingForInspectVO_Result) == 0x000011, "Member 'BP_BaseInspectable_C_CanCancel::CallFunc_IsWaitingForInspectVO_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanCancel, CallFunc_CanCancel_ReturnValue) == 0x000012, "Member 'BP_BaseInspectable_C_CanCancel::CallFunc_CanCancel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanCancel, CallFunc_Not_PreBool_ReturnValue) == 0x000013, "Member 'BP_BaseInspectable_C_CanCancel::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanCancel, CallFunc_CanEndInspection_ReturnValue) == 0x000014, "Member 'BP_BaseInspectable_C_CanCancel::CallFunc_CanEndInspection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanCancel, CallFunc_BooleanAND_ReturnValue) == 0x000015, "Member 'BP_BaseInspectable_C_CanCancel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanCancel, CallFunc_BooleanAND_ReturnValue_1) == 0x000016, "Member 'BP_BaseInspectable_C_CanCancel::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanCancel, CallFunc_BooleanAND_ReturnValue_2) == 0x000017, "Member 'BP_BaseInspectable_C_CanCancel::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseInspectable_C_CanInteract \ static_assert(alignof(BP_BaseInspectable_C_CanInteract) == 0x000008, "Wrong alignment on BP_BaseInspectable_C_CanInteract"); \ static_assert(sizeof(BP_BaseInspectable_C_CanInteract) == 0x0000B0, "Wrong size on BP_BaseInspectable_C_CanInteract"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, InteractedComponent_0) == 0x000000, "Member 'BP_BaseInspectable_C_CanInteract::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, InteractingActor_0) == 0x000008, "Member 'BP_BaseInspectable_C_CanInteract::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, ReturnValue) == 0x000010, "Member 'BP_BaseInspectable_C_CanInteract::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_CanInteract_ReturnValue) == 0x000011, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_CanInteract_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_IsPlaying_ReturnValue) == 0x000012, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000018, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_Not_PreBool_ReturnValue) == 0x000021, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_CanBeginInspection_ReturnValue) == 0x000022, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_CanBeginInspection_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_bBlockingHit) == 0x000023, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_bInitialOverlap) == 0x000024, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_Time) == 0x000028, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_Distance) == 0x00002C, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_Location) == 0x000030, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_ImpactPoint) == 0x00003C, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_Normal) == 0x000048, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_ImpactNormal) == 0x000054, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_PhysMat) == 0x000060, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_HitActor) == 0x000068, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_HitComponent) == 0x000070, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_HitBoneName) == 0x000078, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_HitItem) == 0x000080, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_ElementIndex) == 0x000084, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_FaceIndex) == 0x000088, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_TraceStart) == 0x00008C, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BreakHitResult_TraceEnd) == 0x000098, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_IsValid_ReturnValue) == 0x0000A4, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BooleanAND_ReturnValue_1) == 0x0000A5, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A6, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BooleanAND_ReturnValue_2) == 0x0000A7, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0000A8, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BooleanOR_ReturnValue) == 0x0000A9, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BooleanAND_ReturnValue_3) == 0x0000AA, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseInspectable_C_CanInteract, CallFunc_BooleanAND_ReturnValue_4) == 0x0000AB, "Member 'BP_BaseInspectable_C_CanInteract::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseInspectable_C \ static_assert(alignof(ABP_BaseInspectable_C) == 0x000010, "Wrong alignment on ABP_BaseInspectable_C"); \ static_assert(sizeof(ABP_BaseInspectable_C) == 0x001DE0, "Wrong size on ABP_BaseInspectable_C"); \ static_assert(offsetof(ABP_BaseInspectable_C, UberGraphFrame_BP_BaseInspectable_C) == 0x001BD0, "Member 'ABP_BaseInspectable_C::UberGraphFrame_BP_BaseInspectable_C' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, PutDownDestMarker) == 0x001BD8, "Member 'ABP_BaseInspectable_C::PutDownDestMarker' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, PutDownDestinationOverride) == 0x001BE0, "Member 'ABP_BaseInspectable_C::PutDownDestinationOverride' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, AnimDestMarker) == 0x001BE8, "Member 'ABP_BaseInspectable_C::AnimDestMarker' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, SecondaryAnimDestination) == 0x001BF0, "Member 'ABP_BaseInspectable_C::SecondaryAnimDestination' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, ForwardVector) == 0x001BF8, "Member 'ABP_BaseInspectable_C::ForwardVector' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, InspectableMesh) == 0x001C00, "Member 'ABP_BaseInspectable_C::InspectableMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, RootMarker) == 0x001C08, "Member 'ABP_BaseInspectable_C::RootMarker' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, InspectionRoot) == 0x001C10, "Member 'ABP_BaseInspectable_C::InspectionRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, InspectionMode) == 0x001C18, "Member 'ABP_BaseInspectable_C::InspectionMode' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, Audio_0) == 0x001C20, "Member 'ABP_BaseInspectable_C::Audio_0' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, SecondaryAnim_Alpha_B062D5B843078E42F76FEF8256083781) == 0x001C28, "Member 'ABP_BaseInspectable_C::SecondaryAnim_Alpha_B062D5B843078E42F76FEF8256083781' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, SecondaryAnim__Direction_B062D5B843078E42F76FEF8256083781) == 0x001C2C, "Member 'ABP_BaseInspectable_C::SecondaryAnim__Direction_B062D5B843078E42F76FEF8256083781' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, SecondaryAnim) == 0x001C30, "Member 'ABP_BaseInspectable_C::SecondaryAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, EnablePreviewMode) == 0x001C38, "Member 'ABP_BaseInspectable_C::EnablePreviewMode' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, PreviewRelativeTransform) == 0x001C40, "Member 'ABP_BaseInspectable_C::PreviewRelativeTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, ZoomRate) == 0x001C70, "Member 'ABP_BaseInspectable_C::ZoomRate' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, PreviewDestTransformCam) == 0x001C78, "Member 'ABP_BaseInspectable_C::PreviewDestTransformCam' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bCanConfirm) == 0x001C80, "Member 'ABP_BaseInspectable_C::bCanConfirm' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bCanCancel) == 0x001C81, "Member 'ABP_BaseInspectable_C::bCanCancel' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bCanInteract) == 0x001C82, "Member 'ABP_BaseInspectable_C::bCanInteract' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, InspectionMeshLOD) == 0x001C84, "Member 'ABP_BaseInspectable_C::InspectionMeshLOD' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, DefaultMeshLOD) == 0x001C88, "Member 'ABP_BaseInspectable_C::DefaultMeshLOD' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, OriginalHeldCompRelativeTransform) == 0x001C90, "Member 'ABP_BaseInspectable_C::OriginalHeldCompRelativeTransform' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, FlashlightIntensity) == 0x001CC0, "Member 'ABP_BaseInspectable_C::FlashlightIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bFlashlightWasOn) == 0x001CC4, "Member 'ABP_BaseInspectable_C::bFlashlightWasOn' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, OriginalFlashlightIntensity) == 0x001CC8, "Member 'ABP_BaseInspectable_C::OriginalFlashlightIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, InspectionFlashlightPowerMode) == 0x001CCC, "Member 'ABP_BaseInspectable_C::InspectionFlashlightPowerMode' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bDisableDepthOnInteract) == 0x001CCD, "Member 'ABP_BaseInspectable_C::bDisableDepthOnInteract' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bAffectedByGlobalLights) == 0x001CCE, "Member 'ABP_BaseInspectable_C::bAffectedByGlobalLights' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bSkipRelevantLightsGeneration) == 0x001CCF, "Member 'ABP_BaseInspectable_C::bSkipRelevantLightsGeneration' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bOriginalCastHiddenShadows) == 0x001CD0, "Member 'ABP_BaseInspectable_C::bOriginalCastHiddenShadows' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, InspectionRelevantLights) == 0x001CD8, "Member 'ABP_BaseInspectable_C::InspectionRelevantLights' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, InteractableLightIntensity) == 0x001CE8, "Member 'ABP_BaseInspectable_C::InteractableLightIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, InteractableLightColor) == 0x001CEC, "Member 'ABP_BaseInspectable_C::InteractableLightColor' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, BlockCrouchGEHandle) == 0x001CFC, "Member 'ABP_BaseInspectable_C::BlockCrouchGEHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, BlockCrouchNoUncrouchGE) == 0x001D18, "Member 'ABP_BaseInspectable_C::BlockCrouchNoUncrouchGE' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bInInspection) == 0x001D20, "Member 'ABP_BaseInspectable_C::bInInspection' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, PreviewFOV) == 0x001D24, "Member 'ABP_BaseInspectable_C::PreviewFOV' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bKeepMeshLocationWhenSetCenter) == 0x001D28, "Member 'ABP_BaseInspectable_C::bKeepMeshLocationWhenSetCenter' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, BlockCrouchGE) == 0x001D30, "Member 'ABP_BaseInspectable_C::BlockCrouchGE' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, HUDPromptMsgBottomEvent) == 0x001D38, "Member 'ABP_BaseInspectable_C::HUDPromptMsgBottomEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, ShowInspectionPrompt) == 0x001D40, "Member 'ABP_BaseInspectable_C::ShowInspectionPrompt' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, IsInteractDisabledDuringInspectVO) == 0x001D41, "Member 'ABP_BaseInspectable_C::IsInteractDisabledDuringInspectVO' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, PlayInspectVOOnce) == 0x001D42, "Member 'ABP_BaseInspectable_C::PlayInspectVOOnce' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, OnInspectVO) == 0x001D48, "Member 'ABP_BaseInspectable_C::OnInspectVO' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, IsInspectVOFinished) == 0x001D50, "Member 'ABP_BaseInspectable_C::IsInspectVOFinished' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, TutorialBarID) == 0x001D51, "Member 'ABP_BaseInspectable_C::TutorialBarID' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, InspectVOAudioComponent) == 0x001D58, "Member 'ABP_BaseInspectable_C::InspectVOAudioComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, InspectVOPlayed) == 0x001D60, "Member 'ABP_BaseInspectable_C::InspectVOPlayed' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bCustomEndInspection) == 0x001D61, "Member 'ABP_BaseInspectable_C::bCustomEndInspection' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, ReadText) == 0x001D68, "Member 'ABP_BaseInspectable_C::ReadText' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, PreventReadUntilVOFinished) == 0x001D80, "Member 'ABP_BaseInspectable_C::PreventReadUntilVOFinished' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, PlayHaptics) == 0x001D81, "Member 'ABP_BaseInspectable_C::PlayHaptics' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, bEnableSecondaryAnimation) == 0x001D82, "Member 'ABP_BaseInspectable_C::bEnableSecondaryAnimation' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, PreSecondaryAnimLoc) == 0x001D84, "Member 'ABP_BaseInspectable_C::PreSecondaryAnimLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, AnimDuration) == 0x001D90, "Member 'ABP_BaseInspectable_C::AnimDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, AnimCurve) == 0x001D98, "Member 'ABP_BaseInspectable_C::AnimCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, AnimDestLoc) == 0x001DA0, "Member 'ABP_BaseInspectable_C::AnimDestLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, CustomPutDownLocation) == 0x001DAC, "Member 'ABP_BaseInspectable_C::CustomPutDownLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, InspectionRelevantLightComponents) == 0x001DB0, "Member 'ABP_BaseInspectable_C::InspectionRelevantLightComponents' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, MaximumRelevantLights) == 0x001DC0, "Member 'ABP_BaseInspectable_C::MaximumRelevantLights' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, HasCachedCustomDepthMeshes) == 0x001DC4, "Member 'ABP_BaseInspectable_C::HasCachedCustomDepthMeshes' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseInspectable_C, CustomDepthMeshes) == 0x001DC8, "Member 'ABP_BaseInspectable_C::CustomDepthMeshes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_VendingMachineNote_C \ static_assert(alignof(UBP_IIT_Player_VendingMachineNote_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_VendingMachineNote_C"); \ static_assert(sizeof(UBP_IIT_Player_VendingMachineNote_C) == 0x000090, "Wrong size on UBP_IIT_Player_VendingMachineNote_C"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000018, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_SleepSpell_Default_Small__USequenceDirector_C \ static_assert(alignof(Seq_SleepSpell_Default_Small::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_SleepSpell_Default_Small::USequenceDirector_C"); \ static_assert(sizeof(Seq_SleepSpell_Default_Small::USequenceDirector_C) == 0x000040, "Wrong size on Seq_SleepSpell_Default_Small::USequenceDirector_C"); \ static_assert(offsetof(Seq_SleepSpell_Default_Small::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_SleepSpell_Default_Small::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_MachinistPamphlet_C \ static_assert(alignof(UBP_IIT_Player_MachinistPamphlet_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_MachinistPamphlet_C"); \ static_assert(sizeof(UBP_IIT_Player_MachinistPamphlet_C) == 0x000090, "Wrong size on UBP_IIT_Player_MachinistPamphlet_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_Painting06_CageRoom_C \ static_assert(alignof(UBP_IIT_Player_Painting06_CageRoom_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_Painting06_CageRoom_C"); \ static_assert(sizeof(UBP_IIT_Player_Painting06_CageRoom_C) == 0x000090, "Wrong size on UBP_IIT_Player_Painting06_CageRoom_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_Painting02_C \ static_assert(alignof(UBP_IIT_Player_Painting02_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_Painting02_C"); \ static_assert(sizeof(UBP_IIT_Player_Painting02_C) == 0x000090, "Wrong size on UBP_IIT_Player_Painting02_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_DeltaTheaterPatientRecord_C \ static_assert(alignof(UBP_IIT_Player_DeltaTheaterPatientRecord_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_DeltaTheaterPatientRecord_C"); \ static_assert(sizeof(UBP_IIT_Player_DeltaTheaterPatientRecord_C) == 0x000090, "Wrong size on UBP_IIT_Player_DeltaTheaterPatientRecord_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_Painting01_C \ static_assert(alignof(UBP_IIT_Player_Painting01_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_Painting01_C"); \ static_assert(sizeof(UBP_IIT_Player_Painting01_C) == 0x000090, "Wrong size on UBP_IIT_Player_Painting01_C"); \ #define DUMPER7_ASSERTS_UBPE_A_InteriorExterior_EXTLPFandVol_C \ static_assert(alignof(UBPE_A_InteriorExterior_EXTLPFandVol_C) == 0x000008, "Wrong alignment on UBPE_A_InteriorExterior_EXTLPFandVol_C"); \ static_assert(sizeof(UBPE_A_InteriorExterior_EXTLPFandVol_C) == 0x000038, "Wrong size on UBPE_A_InteriorExterior_EXTLPFandVol_C"); \ static_assert(offsetof(UBPE_A_InteriorExterior_EXTLPFandVol_C, SetVol) == 0x000028, "Member 'UBPE_A_InteriorExterior_EXTLPFandVol_C::SetVol' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExterior_EXTLPFandVol_C, SetLPF) == 0x000029, "Member 'UBPE_A_InteriorExterior_EXTLPFandVol_C::SetLPF' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExterior_EXTLPFandVol_C, SetEQ) == 0x00002A, "Member 'UBPE_A_InteriorExterior_EXTLPFandVol_C::SetEQ' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExterior_EXTLPFandVol_C, Vol) == 0x00002C, "Member 'UBPE_A_InteriorExterior_EXTLPFandVol_C::Vol' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExterior_EXTLPFandVol_C, LPFValue) == 0x000030, "Member 'UBPE_A_InteriorExterior_EXTLPFandVol_C::LPFValue' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExterior_EXTLPFandVol_C, EQValue) == 0x000034, "Member 'UBPE_A_InteriorExterior_EXTLPFandVol_C::EQValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_Painting04_PipeHall_C \ static_assert(alignof(UBP_IIT_Player_Painting04_PipeHall_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_Painting04_PipeHall_C"); \ static_assert(sizeof(UBP_IIT_Player_Painting04_PipeHall_C) == 0x000090, "Wrong size on UBP_IIT_Player_Painting04_PipeHall_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_Painting05_StairWell_C \ static_assert(alignof(UBP_IIT_Player_Painting05_StairWell_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_Painting05_StairWell_C"); \ static_assert(sizeof(UBP_IIT_Player_Painting05_StairWell_C) == 0x000090, "Wrong size on UBP_IIT_Player_Painting05_StairWell_C"); \ #define DUMPER7_ASSERTS_UBP_IIT_Player_Painting03_C \ static_assert(alignof(UBP_IIT_Player_Painting03_C) == 0x000008, "Wrong alignment on UBP_IIT_Player_Painting03_C"); \ static_assert(sizeof(UBP_IIT_Player_Painting03_C) == 0x000090, "Wrong size on UBP_IIT_Player_Painting03_C"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000018, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_SleepSpell_Default_Medium_Alt1__USequenceDirector_C \ static_assert(alignof(Seq_SleepSpell_Default_Medium_Alt1::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_SleepSpell_Default_Medium_Alt1::USequenceDirector_C"); \ static_assert(sizeof(Seq_SleepSpell_Default_Medium_Alt1::USequenceDirector_C) == 0x000040, "Wrong size on Seq_SleepSpell_Default_Medium_Alt1::USequenceDirector_C"); \ static_assert(offsetof(Seq_SleepSpell_Default_Medium_Alt1::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_SleepSpell_Default_Medium_Alt1::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000018, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_SleepSpell_Default_Medium__USequenceDirector_C \ static_assert(alignof(Seq_SleepSpell_Default_Medium::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_SleepSpell_Default_Medium::USequenceDirector_C"); \ static_assert(sizeof(Seq_SleepSpell_Default_Medium::USequenceDirector_C) == 0x000040, "Wrong size on Seq_SleepSpell_Default_Medium::USequenceDirector_C"); \ static_assert(offsetof(Seq_SleepSpell_Default_Medium::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_SleepSpell_Default_Medium::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_InteriorExterior_ChangeAmbParamValues_C \ static_assert(alignof(UBPE_A_InteriorExterior_ChangeAmbParamValues_C) == 0x000008, "Wrong alignment on UBPE_A_InteriorExterior_ChangeAmbParamValues_C"); \ static_assert(sizeof(UBPE_A_InteriorExterior_ChangeAmbParamValues_C) == 0x000038, "Wrong size on UBPE_A_InteriorExterior_ChangeAmbParamValues_C"); \ static_assert(offsetof(UBPE_A_InteriorExterior_ChangeAmbParamValues_C, NewStartHeight) == 0x000028, "Member 'UBPE_A_InteriorExterior_ChangeAmbParamValues_C::NewStartHeight' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExterior_ChangeAmbParamValues_C, NewEndHeight) == 0x00002C, "Member 'UBPE_A_InteriorExterior_ChangeAmbParamValues_C::NewEndHeight' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExterior_ChangeAmbParamValues_C, SetParamOnMaster) == 0x000030, "Member 'UBPE_A_InteriorExterior_ChangeAmbParamValues_C::SetParamOnMaster' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExterior_ChangeAmbParamValues_C, SetNewAmbParamValues) == 0x000031, "Member 'UBPE_A_InteriorExterior_ChangeAmbParamValues_C::SetNewAmbParamValues' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation \ static_assert(alignof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation) == 0x000008, "Wrong alignment on BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation"); \ static_assert(sizeof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation) == 0x000148, "Wrong size on BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, EntryPoint) == 0x000000, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000004, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Conv_StringToName_ReturnValue) == 0x000030, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_MakeLiteralName_ReturnValue) == 0x000038, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_MakeLiteralName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000044, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000048, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_Event_DeltaSeconds) == 0x00004C, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_EOCreateEvent_OutputDelegate) == 0x000050, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_EOEvent_Sender_2) == 0x000060, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_EOEvent_Event_2) == 0x000068, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_DynamicCast_AsPHE_Try_Complete_Chapter_State) == 0x000070, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_DynamicCast_AsPHE_Try_Complete_Chapter_State' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_DynamicCast_bSuccess) == 0x000078, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000079, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_EOCreateEvent_OutputDelegate_1) == 0x00007C, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_EOEvent_Sender_1) == 0x000090, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_EOEvent_Event_1) == 0x000098, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Lerp_ReturnValue) == 0x0000A0, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_EOCreateEvent_OutputDelegate_2) == 0x0000A4, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_EOEvent_Sender) == 0x0000B8, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_EOEvent_Event) == 0x0000C0, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_DynamicCast_AsBPE_KA1_Start_Kettle_Fire) == 0x0000C8, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_DynamicCast_AsBPE_KA1_Start_Kettle_Fire' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000D4, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Lerp_ReturnValue_1) == 0x0000D8, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000E8, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Array_Get_Item_1) == 0x0000F0, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_IsValid_ReturnValue) == 0x0000F8, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000100, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000108, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_DynamicCast_AsStatic_Mesh_Actor) == 0x000110, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_DynamicCast_AsStatic_Mesh_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_DynamicCast_bSuccess_2) == 0x000118, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_DynamicCast_AsStatic_Mesh_Actor_1) == 0x000120, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_DynamicCast_AsStatic_Mesh_Actor_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_DynamicCast_bSuccess_3) == 0x000128, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, Temp_int_Variable) == 0x00012C, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000130, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_DynamicCast_AsStatic_Mesh_Actor_2) == 0x000138, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_DynamicCast_AsStatic_Mesh_Actor_2' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation, K2Node_DynamicCast_bSuccess_4) == 0x000140, "Member 'BP_TinctureBrewingStation_C_ExecuteUbergraph_BP_TinctureBrewingStation::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TinctureBrewingStation_C_StartKettleFire \ static_assert(alignof(BP_TinctureBrewingStation_C_StartKettleFire) == 0x000008, "Wrong alignment on BP_TinctureBrewingStation_C_StartKettleFire"); \ static_assert(sizeof(BP_TinctureBrewingStation_C_StartKettleFire) == 0x000010, "Wrong size on BP_TinctureBrewingStation_C_StartKettleFire"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_StartKettleFire, Sender) == 0x000000, "Member 'BP_TinctureBrewingStation_C_StartKettleFire::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_StartKettleFire, Event) == 0x000008, "Member 'BP_TinctureBrewingStation_C_StartKettleFire::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TinctureBrewingStation_C_TookTincture \ static_assert(alignof(BP_TinctureBrewingStation_C_TookTincture) == 0x000008, "Wrong alignment on BP_TinctureBrewingStation_C_TookTincture"); \ static_assert(sizeof(BP_TinctureBrewingStation_C_TookTincture) == 0x000010, "Wrong size on BP_TinctureBrewingStation_C_TookTincture"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_TookTincture, Sender) == 0x000000, "Member 'BP_TinctureBrewingStation_C_TookTincture::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_TookTincture, Event) == 0x000008, "Member 'BP_TinctureBrewingStation_C_TookTincture::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TinctureBrewingStation_C_TryCompleteChapterState \ static_assert(alignof(BP_TinctureBrewingStation_C_TryCompleteChapterState) == 0x000008, "Wrong alignment on BP_TinctureBrewingStation_C_TryCompleteChapterState"); \ static_assert(sizeof(BP_TinctureBrewingStation_C_TryCompleteChapterState) == 0x000010, "Wrong size on BP_TinctureBrewingStation_C_TryCompleteChapterState"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_TryCompleteChapterState, Sender) == 0x000000, "Member 'BP_TinctureBrewingStation_C_TryCompleteChapterState::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_TryCompleteChapterState, Event) == 0x000008, "Member 'BP_TinctureBrewingStation_C_TryCompleteChapterState::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TinctureBrewingStation_C_ReceiveTick \ static_assert(alignof(BP_TinctureBrewingStation_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_TinctureBrewingStation_C_ReceiveTick"); \ static_assert(sizeof(BP_TinctureBrewingStation_C_ReceiveTick) == 0x000004, "Wrong size on BP_TinctureBrewingStation_C_ReceiveTick"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_TinctureBrewingStation_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TinctureBrewingStation_C_UserConstructionScript \ static_assert(alignof(BP_TinctureBrewingStation_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_TinctureBrewingStation_C_UserConstructionScript"); \ static_assert(sizeof(BP_TinctureBrewingStation_C_UserConstructionScript) == 0x0001D8, "Wrong size on BP_TinctureBrewingStation_C_UserConstructionScript"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000008, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor) == 0x000010, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_1) == 0x000020, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000030, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_2) == 0x000038, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_2' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_2) == 0x000040, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000048, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_MakeArray_Array_1) == 0x000058, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3) == 0x000068, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_4) == 0x000070, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_3) == 0x000078, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_3' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_3) == 0x000080, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_4) == 0x000088, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_4' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_4) == 0x000090, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_5) == 0x000098, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_6) == 0x0000A0, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_5) == 0x0000A8, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_5' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_5) == 0x0000B0, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_6) == 0x0000B8, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_6' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_6) == 0x0000C0, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_7) == 0x0000C8, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_8) == 0x0000D0, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_7) == 0x0000D8, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_7' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_7) == 0x0000E0, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_8) == 0x0000E8, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_8' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_8) == 0x0000F0, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_MakeArray_Array_2) == 0x0000F8, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_9) == 0x000108, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_9) == 0x000110, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_9' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_9) == 0x000118, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_10) == 0x000120, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_10) == 0x000128, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_10' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_10) == 0x000130, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_11) == 0x000138, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_11) == 0x000140, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_11' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_11) == 0x000148, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_12) == 0x000150, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_12) == 0x000158, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_12' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_12) == 0x000160, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_13) == 0x000168, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_13) == 0x000170, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_13' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_13) == 0x000178, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_14) == 0x000180, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_14) == 0x000188, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_14' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_14) == 0x000190, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_15) == 0x000198, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_15) == 0x0001A0, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_15' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_15) == 0x0001A8, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_16) == 0x0001B0, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_MakeArray_Array_3) == 0x0001B8, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_AsStatic_Mesh_Actor_16) == 0x0001C8, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_AsStatic_Mesh_Actor_16' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_16) == 0x0001D0, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_1) == 0x0001D1, "Member 'BP_TinctureBrewingStation_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TinctureBrewingStation_C_Audio \ static_assert(alignof(BP_TinctureBrewingStation_C_Audio) == 0x000008, "Wrong alignment on BP_TinctureBrewingStation_C_Audio"); \ static_assert(sizeof(BP_TinctureBrewingStation_C_Audio) == 0x000010, "Wrong size on BP_TinctureBrewingStation_C_Audio"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_Audio, CallFunc_Array_Get_Item) == 0x000000, "Member 'BP_TinctureBrewingStation_C_Audio::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_TinctureBrewingStation_C_Audio, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_TinctureBrewingStation_C_Audio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TinctureBrewingStation_C \ static_assert(alignof(ABP_TinctureBrewingStation_C) == 0x000008, "Wrong alignment on ABP_TinctureBrewingStation_C"); \ static_assert(sizeof(ABP_TinctureBrewingStation_C) == 0x0005A0, "Wrong size on ABP_TinctureBrewingStation_C"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, UberGraphFrame) == 0x000230, "Member 'ABP_TinctureBrewingStation_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, Flintstrike_Use) == 0x000238, "Member 'ABP_TinctureBrewingStation_C::Flintstrike_Use' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, FIreAudio) == 0x000240, "Member 'ABP_TinctureBrewingStation_C::FIreAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SoCu_SX_INT_TinctureLiquidPour) == 0x000248, "Member 'ABP_TinctureBrewingStation_C::SoCu_SX_INT_TinctureLiquidPour' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, GumballToPail) == 0x000250, "Member 'ABP_TinctureBrewingStation_C::GumballToPail' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, AquariamActive) == 0x000258, "Member 'ABP_TinctureBrewingStation_C::AquariamActive' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, AquariamIdle) == 0x000260, "Member 'ABP_TinctureBrewingStation_C::AquariamIdle' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, Gate9CondensationToGumball) == 0x000268, "Member 'ABP_TinctureBrewingStation_C::Gate9CondensationToGumball' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, Gate6ChambersToCondensationAudio) == 0x000270, "Member 'ABP_TinctureBrewingStation_C::Gate6ChambersToCondensationAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, Gate2HotPotToChambersAudio) == 0x000278, "Member 'ABP_TinctureBrewingStation_C::Gate2HotPotToChambersAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, Gate1TabletoHotPotAudio_Deprecated) == 0x000280, "Member 'ABP_TinctureBrewingStation_C::Gate1TabletoHotPotAudio_Deprecated' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, GumballAudio) == 0x000288, "Member 'ABP_TinctureBrewingStation_C::GumballAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, Gate7_8CondensationAudio) == 0x000290, "Member 'ABP_TinctureBrewingStation_C::Gate7_8CondensationAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, Gate4_5ChamberAudio) == 0x000298, "Member 'ABP_TinctureBrewingStation_C::Gate4_5ChamberAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, DefaultSceneRoot) == 0x0002A0, "Member 'ABP_TinctureBrewingStation_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, New_chamber_timeline_Alpha_106564A64C657360DA644684AC3FE2F7) == 0x0002A8, "Member 'ABP_TinctureBrewingStation_C::New_chamber_timeline_Alpha_106564A64C657360DA644684AC3FE2F7' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, New_chamber_timeline__Direction_106564A64C657360DA644684AC3FE2F7) == 0x0002AC, "Member 'ABP_TinctureBrewingStation_C::New_chamber_timeline__Direction_106564A64C657360DA644684AC3FE2F7' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, New_chamber_timeline) == 0x0002B0, "Member 'ABP_TinctureBrewingStation_C::New_chamber_timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, PumpTimeline_VFX_02_Opacity_3B70733C48C2BB7BC0023A9EB50D8415) == 0x0002B8, "Member 'ABP_TinctureBrewingStation_C::PumpTimeline_VFX_02_Opacity_3B70733C48C2BB7BC0023A9EB50D8415' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, PumpTimeline_VFX_3_3B70733C48C2BB7BC0023A9EB50D8415) == 0x0002BC, "Member 'ABP_TinctureBrewingStation_C::PumpTimeline_VFX_3_3B70733C48C2BB7BC0023A9EB50D8415' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, PumpTimeline_VFX_2_3B70733C48C2BB7BC0023A9EB50D8415) == 0x0002C0, "Member 'ABP_TinctureBrewingStation_C::PumpTimeline_VFX_2_3B70733C48C2BB7BC0023A9EB50D8415' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, PumpTimeline_VFX_1_3B70733C48C2BB7BC0023A9EB50D8415) == 0x0002C4, "Member 'ABP_TinctureBrewingStation_C::PumpTimeline_VFX_1_3B70733C48C2BB7BC0023A9EB50D8415' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, PumpTimeline__Direction_3B70733C48C2BB7BC0023A9EB50D8415) == 0x0002C8, "Member 'ABP_TinctureBrewingStation_C::PumpTimeline__Direction_3B70733C48C2BB7BC0023A9EB50D8415' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, PumpTimeline) == 0x0002D0, "Member 'ABP_TinctureBrewingStation_C::PumpTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, TurnOnBurnerTimeline_NewTrack_0_B99EB5F444C117DC9D6361A74939A3DB) == 0x0002D8, "Member 'ABP_TinctureBrewingStation_C::TurnOnBurnerTimeline_NewTrack_0_B99EB5F444C117DC9D6361A74939A3DB' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, TurnOnBurnerTimeline__Direction_B99EB5F444C117DC9D6361A74939A3DB) == 0x0002DC, "Member 'ABP_TinctureBrewingStation_C::TurnOnBurnerTimeline__Direction_B99EB5F444C117DC9D6361A74939A3DB' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, TurnOnBurnerTimeline) == 0x0002E0, "Member 'ABP_TinctureBrewingStation_C::TurnOnBurnerTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, BurnerTimeline_Alpha_3B6E304A4654DF4A5D1BD99D015B43BA) == 0x0002E8, "Member 'ABP_TinctureBrewingStation_C::BurnerTimeline_Alpha_3B6E304A4654DF4A5D1BD99D015B43BA' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, BurnerTimeline__Direction_3B6E304A4654DF4A5D1BD99D015B43BA) == 0x0002EC, "Member 'ABP_TinctureBrewingStation_C::BurnerTimeline__Direction_3B6E304A4654DF4A5D1BD99D015B43BA' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, BurnerTimeline) == 0x0002F0, "Member 'ABP_TinctureBrewingStation_C::BurnerTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, GateTimeline_Alpha_E37CB81D41DA7ED397EE488F1B5B48AD) == 0x0002F8, "Member 'ABP_TinctureBrewingStation_C::GateTimeline_Alpha_E37CB81D41DA7ED397EE488F1B5B48AD' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, GateTimeline__Direction_E37CB81D41DA7ED397EE488F1B5B48AD) == 0x0002FC, "Member 'ABP_TinctureBrewingStation_C::GateTimeline__Direction_E37CB81D41DA7ED397EE488F1B5B48AD' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, GateTimeline) == 0x000300, "Member 'ABP_TinctureBrewingStation_C::GateTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, BurnerDuration) == 0x000308, "Member 'ABP_TinctureBrewingStation_C::BurnerDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, GateDuration) == 0x00030C, "Member 'ABP_TinctureBrewingStation_C::GateDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, Index_0) == 0x000310, "Member 'ABP_TinctureBrewingStation_C::Index_0' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, LastIndex) == 0x000314, "Member 'ABP_TinctureBrewingStation_C::LastIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, AudioArray) == 0x000318, "Member 'ABP_TinctureBrewingStation_C::AudioArray' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, As_BPE_KA1_Start_Kettle_Fire) == 0x000328, "Member 'ABP_TinctureBrewingStation_C::As_BPE_KA1_Start_Kettle_Fire' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_PipeKettle) == 0x000330, "Member 'ABP_TinctureBrewingStation_C::SM_PipeKettle' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_ChamberHose_01) == 0x000358, "Member 'ABP_TinctureBrewingStation_C::SM_ChamberHose_01' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_ChamberHose_02) == 0x000380, "Member 'ABP_TinctureBrewingStation_C::SM_ChamberHose_02' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_ChamberHose_03) == 0x0003A8, "Member 'ABP_TinctureBrewingStation_C::SM_ChamberHose_03' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_CondenserPole) == 0x0003D0, "Member 'ABP_TinctureBrewingStation_C::SM_CondenserPole' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_CondenserPipe) == 0x0003F8, "Member 'ABP_TinctureBrewingStation_C::SM_CondenserPipe' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_CondenserLiquid_Volume) == 0x000420, "Member 'ABP_TinctureBrewingStation_C::SM_CondenserLiquid_Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_HoseCondenser_Out) == 0x000448, "Member 'ABP_TinctureBrewingStation_C::SM_HoseCondenser_Out' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_HoseCooling_In) == 0x000470, "Member 'ABP_TinctureBrewingStation_C::SM_HoseCooling_In' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_HoseCooling_Out) == 0x000498, "Member 'ABP_TinctureBrewingStation_C::SM_HoseCooling_Out' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_CoolingCoil) == 0x0004C0, "Member 'ABP_TinctureBrewingStation_C::SM_CoolingCoil' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, temp_water_01) == 0x0004E8, "Member 'ABP_TinctureBrewingStation_C::temp_water_01' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, BP_FI_TinctureTubes) == 0x000510, "Member 'ABP_TinctureBrewingStation_C::BP_FI_TinctureTubes' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, LinearBrewingArray) == 0x000538, "Member 'ABP_TinctureBrewingStation_C::LinearBrewingArray' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, PumpArray) == 0x000548, "Member 'ABP_TinctureBrewingStation_C::PumpArray' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, PumpAudioArray) == 0x000558, "Member 'ABP_TinctureBrewingStation_C::PumpAudioArray' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, PumpAudioIndex) == 0x000568, "Member 'ABP_TinctureBrewingStation_C::PumpAudioIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, SM_Chamber_Inside) == 0x000570, "Member 'ABP_TinctureBrewingStation_C::SM_Chamber_Inside' has a wrong offset!"); \ static_assert(offsetof(ABP_TinctureBrewingStation_C, Pump_Sequence_duration) == 0x000598, "Member 'ABP_TinctureBrewingStation_C::Pump_Sequence_duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000018, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_SleepSpell_Default_Large__USequenceDirector_C \ static_assert(alignof(Seq_SleepSpell_Default_Large::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_SleepSpell_Default_Large::USequenceDirector_C"); \ static_assert(sizeof(Seq_SleepSpell_Default_Large::USequenceDirector_C) == 0x000040, "Wrong size on Seq_SleepSpell_Default_Large::USequenceDirector_C"); \ static_assert(offsetof(Seq_SleepSpell_Default_Large::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_SleepSpell_Default_Large::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_Quartz_C \ static_assert(alignof(UBPE_A_Quartz_C) == 0x000008, "Wrong alignment on UBPE_A_Quartz_C"); \ static_assert(sizeof(UBPE_A_Quartz_C) == 0x000128, "Wrong size on UBPE_A_Quartz_C"); \ static_assert(offsetof(UBPE_A_Quartz_C, ST_QuartzClock) == 0x000028, "Member 'UBPE_A_Quartz_C::ST_QuartzClock' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Quartz_C, StopEntireClock) == 0x000118, "Member 'UBPE_A_Quartz_C::StopEntireClock' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Quartz_C, HasDelay) == 0x000119, "Member 'UBPE_A_Quartz_C::HasDelay' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Quartz_C, InitialDelay) == 0x00011C, "Member 'UBPE_A_Quartz_C::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Quartz_C, PauseClock) == 0x000120, "Member 'UBPE_A_Quartz_C::PauseClock' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Quartz_C, ResumeClock) == 0x000121, "Member 'UBPE_A_Quartz_C::ResumeClock' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink \ static_assert(alignof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink) == 0x000008, "Wrong alignment on BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink"); \ static_assert(sizeof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink) == 0x000370, "Wrong size on BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, EntryPoint) == 0x000000, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_MultiGate_FirstRun) == 0x000005, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_MultiGate_FirstRun' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_MultiGate_ScratchBool) == 0x000006, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_MultiGate_ScratchBool' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_MultiGate_ScratchIndex) == 0x000008, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_MultiGate_ScratchIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Not_PreBool_ReturnValue) == 0x00000C, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000030, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000038, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000040, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000044, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue) == 0x000048, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_MakeStruct_SourceEffectFilterSettings) == 0x000050, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_MakeStruct_SourceEffectFilterSettings' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue_1) == 0x000070, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000078, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000080, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_1) == 0x000089, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x00008A, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_2) == 0x00008B, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_AddSubmixEffect_ReturnValue) == 0x00008C, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_AddSubmixEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_3) == 0x000090, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsPlaying_ReturnValue) == 0x000091, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000092, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_CreateEOEvent_ReturnValue) == 0x000098, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_CreateDelegate_OutputDelegate_2) == 0x0000A0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_CreateDelegate_OutputDelegate_3) == 0x0000B0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_4) == 0x0000C0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOCreateEvent_OutputDelegate) == 0x0000C4, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Array_RemoveItem_ReturnValue) == 0x0000D4, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Array_RemoveItem_ReturnValue_1) == 0x0000D5, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Array_RemoveItem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Array_AddUnique_ReturnValue) == 0x0000D8, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_CreateDelegate_OutputDelegate_4) == 0x0000DC, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x0000EC, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_SwitchEnum_CmpSuccess) == 0x0000ED, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Array_Random_OutItem) == 0x0000F0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Array_Random_OutItem' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Array_Random_OutIndex) == 0x0000F8, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Array_Random_OutIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_5) == 0x0000FC, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_CreateLevelSequencePlayer_OutActor) == 0x000100, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_CreateLevelSequencePlayer_OutActor' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_CreateLevelSequencePlayer_ReturnValue) == 0x000108, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_CreateLevelSequencePlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue_2) == 0x000110, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Conv_FloatToString_ReturnValue) == 0x000118, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Concat_StrStr_ReturnValue) == 0x000128, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000138, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue_3) == 0x000140, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000148, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000158, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOEvent_Sender_3) == 0x000168, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOEvent_Sender_3' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOEvent_Event_3) == 0x000170, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOEvent_Event_3' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000178, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Not_PreBool_ReturnValue_1) == 0x000180, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_BooleanAND_ReturnValue) == 0x000181, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Not_PreBool_ReturnValue_2) == 0x000182, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_BooleanAND_ReturnValue_1) == 0x000183, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000184, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOEvent_Sender_2) == 0x000198, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOEvent_Event_2) == 0x0001A0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_6) == 0x0001A8, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_CreateLevelSequencePlayer_OutActor_1) == 0x0001B0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_CreateLevelSequencePlayer_OutActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_CreateLevelSequencePlayer_ReturnValue_1) == 0x0001B8, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_CreateLevelSequencePlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_SwitchEnum_CmpSuccess_1) == 0x0001C0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_Event_DeltaSeconds) == 0x0001C4, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Not_PreBool_ReturnValue_3) == 0x0001C8, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_BooleanAND_ReturnValue_2) == 0x0001C9, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_GetScalarParameterValue_ReturnValue) == 0x0001CC, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue_4) == 0x0001D0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue_5) == 0x0001D4, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_CreateEOEvent_ReturnValue_3) == 0x0001D8, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_MakeStruct_SourceEffectFilterSettings_1) == 0x0001E0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_MakeStruct_SourceEffectFilterSettings_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_7) == 0x000200, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOEvent_Sender_1) == 0x000208, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOEvent_Event_1) == 0x000210, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_DynamicCast_AsBPE_GLO_Sleep_Spell) == 0x000218, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_DynamicCast_AsBPE_GLO_Sleep_Spell' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_DynamicCast_bSuccess) == 0x000220, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Array_AddUnique_ReturnValue_1) == 0x000224, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Array_AddUnique_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_CreateLevelSequencePlayer_OutActor_2) == 0x000228, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_CreateLevelSequencePlayer_OutActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_CreateLevelSequencePlayer_ReturnValue_2) == 0x000230, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_CreateLevelSequencePlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000238, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000248, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000250, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_8) == 0x000258, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue_6) == 0x00025C, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_MakeStruct_SourceEffectFilterSettings_2) == 0x000260, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_MakeStruct_SourceEffectFilterSettings_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue_7) == 0x000280, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsPlaying_ReturnValue_1) == 0x000284, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue_8) == 0x000288, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_MakeStruct_SubmixEffectStereoDelaySettings) == 0x00028C, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_MakeStruct_SubmixEffectStereoDelaySettings' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOCreateEvent_OutputDelegate_3) == 0x0002B0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOEvent_Sender) == 0x0002C0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_EOEvent_Event) == 0x0002C8, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_DynamicCast_AsBPE_Global_Game_Paused) == 0x0002D0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_DynamicCast_AsBPE_Global_Game_Paused' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_DynamicCast_bSuccess_1) == 0x0002D8, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_9) == 0x0002D9, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_AddSubmixEffect_ReturnValue_1) == 0x0002DC, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_AddSubmixEffect_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_MakeStruct_SubmixEffectStereoDelaySettings_1) == 0x0002E0, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_MakeStruct_SubmixEffectStereoDelaySettings_1' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue_9) == 0x000304, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue_10) == 0x000308, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Lerp_ReturnValue_11) == 0x00030C, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Lerp_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_MakeStruct_SubmixEffectStereoDelaySettings_2) == 0x000310, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_MakeStruct_SubmixEffectStereoDelaySettings_2' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsLoadingCheckpoint_ReturnValue) == 0x000334, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsLoadingCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_Not_PreBool_ReturnValue_4) == 0x000335, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_10) == 0x000336, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, K2Node_MakeStruct_SubmixEffectStereoDelaySettings_3) == 0x000338, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::K2Node_MakeStruct_SubmixEffectStereoDelaySettings_3' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, Temp_int_Variable) == 0x00035C, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_11) == 0x000360, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_IsValid_ReturnValue_12) == 0x000361, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000368, "Member 'BP_SleepSpell_BlurAndBlink_C_ExecuteUbergraph_BP_SleepSpell_BlurAndBlink::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SleepSpell_BlurAndBlink_C_GamePaused \ static_assert(alignof(BP_SleepSpell_BlurAndBlink_C_GamePaused) == 0x000008, "Wrong alignment on BP_SleepSpell_BlurAndBlink_C_GamePaused"); \ static_assert(sizeof(BP_SleepSpell_BlurAndBlink_C_GamePaused) == 0x000010, "Wrong size on BP_SleepSpell_BlurAndBlink_C_GamePaused"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_GamePaused, Sender) == 0x000000, "Member 'BP_SleepSpell_BlurAndBlink_C_GamePaused::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_GamePaused, Event) == 0x000008, "Member 'BP_SleepSpell_BlurAndBlink_C_GamePaused::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SleepSpell_BlurAndBlink_C_GLOSleepSpell \ static_assert(alignof(BP_SleepSpell_BlurAndBlink_C_GLOSleepSpell) == 0x000008, "Wrong alignment on BP_SleepSpell_BlurAndBlink_C_GLOSleepSpell"); \ static_assert(sizeof(BP_SleepSpell_BlurAndBlink_C_GLOSleepSpell) == 0x000010, "Wrong size on BP_SleepSpell_BlurAndBlink_C_GLOSleepSpell"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_GLOSleepSpell, Sender) == 0x000000, "Member 'BP_SleepSpell_BlurAndBlink_C_GLOSleepSpell::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_GLOSleepSpell, Event) == 0x000008, "Member 'BP_SleepSpell_BlurAndBlink_C_GLOSleepSpell::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SleepSpell_BlurAndBlink_C_ReceiveTick \ static_assert(alignof(BP_SleepSpell_BlurAndBlink_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_SleepSpell_BlurAndBlink_C_ReceiveTick"); \ static_assert(sizeof(BP_SleepSpell_BlurAndBlink_C_ReceiveTick) == 0x000004, "Wrong size on BP_SleepSpell_BlurAndBlink_C_ReceiveTick"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_SleepSpell_BlurAndBlink_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SleepSpell_BlurAndBlink_C_SleepSpellSeqEndFXEvent \ static_assert(alignof(BP_SleepSpell_BlurAndBlink_C_SleepSpellSeqEndFXEvent) == 0x000008, "Wrong alignment on BP_SleepSpell_BlurAndBlink_C_SleepSpellSeqEndFXEvent"); \ static_assert(sizeof(BP_SleepSpell_BlurAndBlink_C_SleepSpellSeqEndFXEvent) == 0x000010, "Wrong size on BP_SleepSpell_BlurAndBlink_C_SleepSpellSeqEndFXEvent"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_SleepSpellSeqEndFXEvent, Sender) == 0x000000, "Member 'BP_SleepSpell_BlurAndBlink_C_SleepSpellSeqEndFXEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_SleepSpellSeqEndFXEvent, Event) == 0x000008, "Member 'BP_SleepSpell_BlurAndBlink_C_SleepSpellSeqEndFXEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SleepSpell_BlurAndBlink_C_EOEventDelegate_0 \ static_assert(alignof(BP_SleepSpell_BlurAndBlink_C_EOEventDelegate_0) == 0x000008, "Wrong alignment on BP_SleepSpell_BlurAndBlink_C_EOEventDelegate_0"); \ static_assert(sizeof(BP_SleepSpell_BlurAndBlink_C_EOEventDelegate_0) == 0x000010, "Wrong size on BP_SleepSpell_BlurAndBlink_C_EOEventDelegate_0"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_EOEventDelegate_0, Sender) == 0x000000, "Member 'BP_SleepSpell_BlurAndBlink_C_EOEventDelegate_0::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_EOEventDelegate_0, Event) == 0x000008, "Member 'BP_SleepSpell_BlurAndBlink_C_EOEventDelegate_0::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SleepSpell_BlurAndBlink_C_UserConstructionScript \ static_assert(alignof(BP_SleepSpell_BlurAndBlink_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_SleepSpell_BlurAndBlink_C_UserConstructionScript"); \ static_assert(sizeof(BP_SleepSpell_BlurAndBlink_C_UserConstructionScript) == 0x000018, "Wrong size on BP_SleepSpell_BlurAndBlink_C_UserConstructionScript"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_UserConstructionScript, K2Node_MakeStruct_WeightedBlendable) == 0x000000, "Member 'BP_SleepSpell_BlurAndBlink_C_UserConstructionScript::K2Node_MakeStruct_WeightedBlendable' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_UserConstructionScript, CallFunc_Array_AddUnique_ReturnValue) == 0x000010, "Member 'BP_SleepSpell_BlurAndBlink_C_UserConstructionScript::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SleepSpell_BlurAndBlink_C_SetPlayerSpeed \ static_assert(alignof(BP_SleepSpell_BlurAndBlink_C_SetPlayerSpeed) == 0x000008, "Wrong alignment on BP_SleepSpell_BlurAndBlink_C_SetPlayerSpeed"); \ static_assert(sizeof(BP_SleepSpell_BlurAndBlink_C_SetPlayerSpeed) == 0x000028, "Wrong size on BP_SleepSpell_BlurAndBlink_C_SetPlayerSpeed"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_SetPlayerSpeed, PlayerSpeedData) == 0x000000, "Member 'BP_SleepSpell_BlurAndBlink_C_SetPlayerSpeed::PlayerSpeedData' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_SetPlayerSpeed, CallFunc_StartPlayerSpeed_ReturnValue) == 0x000008, "Member 'BP_SleepSpell_BlurAndBlink_C_SetPlayerSpeed::CallFunc_StartPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_SetPlayerSpeed, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_SleepSpell_BlurAndBlink_C_SetPlayerSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SleepSpell_BlurAndBlink_C_RemovePlayerSpeed \ static_assert(alignof(BP_SleepSpell_BlurAndBlink_C_RemovePlayerSpeed) == 0x000004, "Wrong alignment on BP_SleepSpell_BlurAndBlink_C_RemovePlayerSpeed"); \ static_assert(sizeof(BP_SleepSpell_BlurAndBlink_C_RemovePlayerSpeed) == 0x00001C, "Wrong size on BP_SleepSpell_BlurAndBlink_C_RemovePlayerSpeed"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_RemovePlayerSpeed, K2Node_MakeStruct_ActiveGameplayEffectHandle) == 0x000000, "Member 'BP_SleepSpell_BlurAndBlink_C_RemovePlayerSpeed::K2Node_MakeStruct_ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_RemovePlayerSpeed, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000018, "Member 'BP_SleepSpell_BlurAndBlink_C_RemovePlayerSpeed::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_RemovePlayerSpeed, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000019, "Member 'BP_SleepSpell_BlurAndBlink_C_RemovePlayerSpeed::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SleepSpell_BlurAndBlink_C_PresetSetting \ static_assert(alignof(BP_SleepSpell_BlurAndBlink_C_PresetSetting) == 0x000001, "Wrong alignment on BP_SleepSpell_BlurAndBlink_C_PresetSetting"); \ static_assert(sizeof(BP_SleepSpell_BlurAndBlink_C_PresetSetting) == 0x000001, "Wrong size on BP_SleepSpell_BlurAndBlink_C_PresetSetting"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_PresetSetting, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'BP_SleepSpell_BlurAndBlink_C_PresetSetting::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SleepSpell_BlurAndBlink_C_CreateAndAssignWeightedBlendable \ static_assert(alignof(BP_SleepSpell_BlurAndBlink_C_CreateAndAssignWeightedBlendable) == 0x000008, "Wrong alignment on BP_SleepSpell_BlurAndBlink_C_CreateAndAssignWeightedBlendable"); \ static_assert(sizeof(BP_SleepSpell_BlurAndBlink_C_CreateAndAssignWeightedBlendable) == 0x000020, "Wrong size on BP_SleepSpell_BlurAndBlink_C_CreateAndAssignWeightedBlendable"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_CreateAndAssignWeightedBlendable, Material) == 0x000000, "Member 'BP_SleepSpell_BlurAndBlink_C_CreateAndAssignWeightedBlendable::Material' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_CreateAndAssignWeightedBlendable, K2Node_MakeStruct_WeightedBlendable) == 0x000008, "Member 'BP_SleepSpell_BlurAndBlink_C_CreateAndAssignWeightedBlendable::K2Node_MakeStruct_WeightedBlendable' has a wrong offset!"); \ static_assert(offsetof(BP_SleepSpell_BlurAndBlink_C_CreateAndAssignWeightedBlendable, CallFunc_Array_AddUnique_ReturnValue) == 0x000018, "Member 'BP_SleepSpell_BlurAndBlink_C_CreateAndAssignWeightedBlendable::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SleepSpell_BlurAndBlink_C \ static_assert(alignof(ABP_SleepSpell_BlurAndBlink_C) == 0x000008, "Wrong alignment on ABP_SleepSpell_BlurAndBlink_C"); \ static_assert(sizeof(ABP_SleepSpell_BlurAndBlink_C) == 0x000500, "Wrong size on ABP_SleepSpell_BlurAndBlink_C"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, UberGraphFrame) == 0x000230, "Member 'ABP_SleepSpell_BlurAndBlink_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, ForceFeedback) == 0x000238, "Member 'ABP_SleepSpell_BlurAndBlink_C::ForceFeedback' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Audio_Oneshot) == 0x000240, "Member 'ABP_SleepSpell_BlurAndBlink_C::Audio_Oneshot' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Billboard) == 0x000248, "Member 'ABP_SleepSpell_BlurAndBlink_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, AudioFiltered) == 0x000250, "Member 'ABP_SleepSpell_BlurAndBlink_C::AudioFiltered' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, PostProcess) == 0x000258, "Member 'ABP_SleepSpell_BlurAndBlink_C::PostProcess' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_SleepSpell_BlurAndBlink_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LerpUnpauseDelayTimeline_NewTrack_0_8D4A594F45524997BAD5B69052EFEF86) == 0x000268, "Member 'ABP_SleepSpell_BlurAndBlink_C::LerpUnpauseDelayTimeline_NewTrack_0_8D4A594F45524997BAD5B69052EFEF86' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LerpUnpauseDelayTimeline__Direction_8D4A594F45524997BAD5B69052EFEF86) == 0x00026C, "Member 'ABP_SleepSpell_BlurAndBlink_C::LerpUnpauseDelayTimeline__Direction_8D4A594F45524997BAD5B69052EFEF86' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LerpUnpauseDelayTimeline) == 0x000270, "Member 'ABP_SleepSpell_BlurAndBlink_C::LerpUnpauseDelayTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, FadeOutAudioFX_NewTrack_0_8DA6E99A4571E77F143D2A97EF5E9220) == 0x000278, "Member 'ABP_SleepSpell_BlurAndBlink_C::FadeOutAudioFX_NewTrack_0_8DA6E99A4571E77F143D2A97EF5E9220' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, FadeOutAudioFX__Direction_8DA6E99A4571E77F143D2A97EF5E9220) == 0x00027C, "Member 'ABP_SleepSpell_BlurAndBlink_C::FadeOutAudioFX__Direction_8DA6E99A4571E77F143D2A97EF5E9220' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, FadeOutAudioFX) == 0x000280, "Member 'ABP_SleepSpell_BlurAndBlink_C::FadeOutAudioFX' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, FadeOutFade_NewTrack_0_08DEBC30475DC58E273929A1658F953E) == 0x000288, "Member 'ABP_SleepSpell_BlurAndBlink_C::FadeOutFade_NewTrack_0_08DEBC30475DC58E273929A1658F953E' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, FadeOutFade__Direction_08DEBC30475DC58E273929A1658F953E) == 0x00028C, "Member 'ABP_SleepSpell_BlurAndBlink_C::FadeOutFade__Direction_08DEBC30475DC58E273929A1658F953E' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, FadeOutFade) == 0x000290, "Member 'ABP_SleepSpell_BlurAndBlink_C::FadeOutFade' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, AudioTimeline_Audio_51A57CCD49C9535F3D8797838B4C5C12) == 0x000298, "Member 'ABP_SleepSpell_BlurAndBlink_C::AudioTimeline_Audio_51A57CCD49C9535F3D8797838B4C5C12' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, AudioTimeline__Direction_51A57CCD49C9535F3D8797838B4C5C12) == 0x00029C, "Member 'ABP_SleepSpell_BlurAndBlink_C::AudioTimeline__Direction_51A57CCD49C9535F3D8797838B4C5C12' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, AudioTimeline) == 0x0002A0, "Member 'ABP_SleepSpell_BlurAndBlink_C::AudioTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SleepTimeline_Sleep_6323E045448511AFA67B668118F12893) == 0x0002A8, "Member 'ABP_SleepSpell_BlurAndBlink_C::SleepTimeline_Sleep_6323E045448511AFA67B668118F12893' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SleepTimeline__Direction_6323E045448511AFA67B668118F12893) == 0x0002AC, "Member 'ABP_SleepSpell_BlurAndBlink_C::SleepTimeline__Direction_6323E045448511AFA67B668118F12893' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SleepTimeline) == 0x0002B0, "Member 'ABP_SleepSpell_BlurAndBlink_C::SleepTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, BlinkTimeline_Blink_A91C418946A3032F5D53D885FB2AD926) == 0x0002B8, "Member 'ABP_SleepSpell_BlurAndBlink_C::BlinkTimeline_Blink_A91C418946A3032F5D53D885FB2AD926' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, BlinkTimeline__Direction_A91C418946A3032F5D53D885FB2AD926) == 0x0002BC, "Member 'ABP_SleepSpell_BlurAndBlink_C::BlinkTimeline__Direction_A91C418946A3032F5D53D885FB2AD926' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, BlinkTimeline) == 0x0002C0, "Member 'ABP_SleepSpell_BlurAndBlink_C::BlinkTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Default_Weighted_Blendable) == 0x0002C8, "Member 'ABP_SleepSpell_BlurAndBlink_C::Default_Weighted_Blendable' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Event_Weighted_Blendable) == 0x0002D8, "Member 'ABP_SleepSpell_BlurAndBlink_C::Event_Weighted_Blendable' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, EOEventActivated) == 0x0002E8, "Member 'ABP_SleepSpell_BlurAndBlink_C::EOEventActivated' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, As_BPE_GLO_Sleep_Spell) == 0x0002F0, "Member 'ABP_SleepSpell_BlurAndBlink_C::As_BPE_GLO_Sleep_Spell' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, FadeName) == 0x0002F8, "Member 'ABP_SleepSpell_BlurAndBlink_C::FadeName' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, BlinkName) == 0x000300, "Member 'ABP_SleepSpell_BlurAndBlink_C::BlinkName' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SleepName) == 0x000308, "Member 'ABP_SleepSpell_BlurAndBlink_C::SleepName' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, AudioName) == 0x000310, "Member 'ABP_SleepSpell_BlurAndBlink_C::AudioName' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, AudioTimelineLerpValue) == 0x000318, "Member 'ABP_SleepSpell_BlurAndBlink_C::AudioTimelineLerpValue' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SoundClassArray) == 0x000320, "Member 'ABP_SleepSpell_BlurAndBlink_C::SoundClassArray' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, In_Sound_Mix_Modifier) == 0x000330, "Member 'ABP_SleepSpell_BlurAndBlink_C::In_Sound_Mix_Modifier' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SleepSpellGateTimer) == 0x000338, "Member 'ABP_SleepSpell_BlurAndBlink_C::SleepSpellGateTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, OpenSleepSpellGateDelay) == 0x000340, "Member 'ABP_SleepSpell_BlurAndBlink_C::OpenSleepSpellGateDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SleepSpellGateOpen) == 0x000344, "Member 'ABP_SleepSpell_BlurAndBlink_C::SleepSpellGateOpen' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SleepSpellSendArray) == 0x000348, "Member 'ABP_SleepSpell_BlurAndBlink_C::SleepSpellSendArray' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, NewTimerValue) == 0x000358, "Member 'ABP_SleepSpell_BlurAndBlink_C::NewTimerValue' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, NewTimerValueDuringRunningTimer) == 0x00035C, "Member 'ABP_SleepSpell_BlurAndBlink_C::NewTimerValueDuringRunningTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, AudioFilteredSound) == 0x000360, "Member 'ABP_SleepSpell_BlurAndBlink_C::AudioFilteredSound' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SoEf_SleepSpell_LPF) == 0x000368, "Member 'ABP_SleepSpell_BlurAndBlink_C::SoEf_SleepSpell_LPF' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Debug) == 0x000370, "Member 'ABP_SleepSpell_BlurAndBlink_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, PlayerSpeedHandle) == 0x000374, "Member 'ABP_SleepSpell_BlurAndBlink_C::PlayerSpeedHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SprintBlockedPreSleepSpell) == 0x00038C, "Member 'ABP_SleepSpell_BlurAndBlink_C::SprintBlockedPreSleepSpell' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, AudioOneShotSound) == 0x000390, "Member 'ABP_SleepSpell_BlurAndBlink_C::AudioOneShotSound' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SubSleepSpellDelay) == 0x000398, "Member 'ABP_SleepSpell_BlurAndBlink_C::SubSleepSpellDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Dialogue_Initial_Delay) == 0x0003A0, "Member 'ABP_SleepSpell_BlurAndBlink_C::Dialogue_Initial_Delay' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SmallPostIntensity) == 0x0003A4, "Member 'ABP_SleepSpell_BlurAndBlink_C::SmallPostIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, MediumPostIntensity) == 0x0003A8, "Member 'ABP_SleepSpell_BlurAndBlink_C::MediumPostIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LargePostIntensity) == 0x0003AC, "Member 'ABP_SleepSpell_BlurAndBlink_C::LargePostIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SmallPostDur) == 0x0003B0, "Member 'ABP_SleepSpell_BlurAndBlink_C::SmallPostDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, MediumPostDur) == 0x0003B4, "Member 'ABP_SleepSpell_BlurAndBlink_C::MediumPostDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LargePostDur) == 0x0003B8, "Member 'ABP_SleepSpell_BlurAndBlink_C::LargePostDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SmallSpeedDur) == 0x0003BC, "Member 'ABP_SleepSpell_BlurAndBlink_C::SmallSpeedDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, MediumSpeedDur) == 0x0003C0, "Member 'ABP_SleepSpell_BlurAndBlink_C::MediumSpeedDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LargeSpeedDur) == 0x0003C4, "Member 'ABP_SleepSpell_BlurAndBlink_C::LargeSpeedDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SmallCameraShakeDur) == 0x0003C8, "Member 'ABP_SleepSpell_BlurAndBlink_C::SmallCameraShakeDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, MediumCameraShakeDur) == 0x0003CC, "Member 'ABP_SleepSpell_BlurAndBlink_C::MediumCameraShakeDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LargeCameraShakeDur) == 0x0003D0, "Member 'ABP_SleepSpell_BlurAndBlink_C::LargeCameraShakeDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SmallCameraShakeIntensity) == 0x0003D4, "Member 'ABP_SleepSpell_BlurAndBlink_C::SmallCameraShakeIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, MediumCameraShakeIntensity) == 0x0003D8, "Member 'ABP_SleepSpell_BlurAndBlink_C::MediumCameraShakeIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LargeCameraShakeIntensity) == 0x0003DC, "Member 'ABP_SleepSpell_BlurAndBlink_C::LargeCameraShakeIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SmallCameraShake) == 0x0003E0, "Member 'ABP_SleepSpell_BlurAndBlink_C::SmallCameraShake' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, MediumCameraShake) == 0x0003E8, "Member 'ABP_SleepSpell_BlurAndBlink_C::MediumCameraShake' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LargeCameraShake) == 0x0003F0, "Member 'ABP_SleepSpell_BlurAndBlink_C::LargeCameraShake' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SmallAudioDur) == 0x0003F8, "Member 'ABP_SleepSpell_BlurAndBlink_C::SmallAudioDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, MediumAudioDur) == 0x0003FC, "Member 'ABP_SleepSpell_BlurAndBlink_C::MediumAudioDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LargeAudioDur) == 0x000400, "Member 'ABP_SleepSpell_BlurAndBlink_C::LargeAudioDur' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SmallEffortSound) == 0x000408, "Member 'ABP_SleepSpell_BlurAndBlink_C::SmallEffortSound' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, MediumEffortSound) == 0x000410, "Member 'ABP_SleepSpell_BlurAndBlink_C::MediumEffortSound' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LargeEffortSound) == 0x000418, "Member 'ABP_SleepSpell_BlurAndBlink_C::LargeEffortSound' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SmallOneShotSound) == 0x000420, "Member 'ABP_SleepSpell_BlurAndBlink_C::SmallOneShotSound' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, MediumOneShotSound) == 0x000428, "Member 'ABP_SleepSpell_BlurAndBlink_C::MediumOneShotSound' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LargeOneShotSound) == 0x000430, "Member 'ABP_SleepSpell_BlurAndBlink_C::LargeOneShotSound' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SmallDelayEffect) == 0x000438, "Member 'ABP_SleepSpell_BlurAndBlink_C::SmallDelayEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, MediumDelayEffect) == 0x000440, "Member 'ABP_SleepSpell_BlurAndBlink_C::MediumDelayEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LargeDelayEffect) == 0x000448, "Member 'ABP_SleepSpell_BlurAndBlink_C::LargeDelayEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, ForceFeedbackEffect) == 0x000450, "Member 'ABP_SleepSpell_BlurAndBlink_C::ForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SmallForceFeedbackEffect) == 0x000458, "Member 'ABP_SleepSpell_BlurAndBlink_C::SmallForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, MediumForceFeedbackEffect) == 0x000460, "Member 'ABP_SleepSpell_BlurAndBlink_C::MediumForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, LargeForceFeedbackEffect) == 0x000468, "Member 'ABP_SleepSpell_BlurAndBlink_C::LargeForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, PostProcessMaterial) == 0x000470, "Member 'ABP_SleepSpell_BlurAndBlink_C::PostProcessMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Seq_SmallPresets) == 0x000478, "Member 'ABP_SleepSpell_BlurAndBlink_C::Seq_SmallPresets' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Seq_MedPresets) == 0x000488, "Member 'ABP_SleepSpell_BlurAndBlink_C::Seq_MedPresets' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Seq_LargePresets) == 0x000498, "Member 'ABP_SleepSpell_BlurAndBlink_C::Seq_LargePresets' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Seq_Presets) == 0x0004A8, "Member 'ABP_SleepSpell_BlurAndBlink_C::Seq_Presets' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, DefaultLevelSeq) == 0x0004B8, "Member 'ABP_SleepSpell_BlurAndBlink_C::DefaultLevelSeq' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Seq_SmallDefault) == 0x0004C0, "Member 'ABP_SleepSpell_BlurAndBlink_C::Seq_SmallDefault' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Seq_MediumDefault) == 0x0004C8, "Member 'ABP_SleepSpell_BlurAndBlink_C::Seq_MediumDefault' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Seq_LargeDefault) == 0x0004D0, "Member 'ABP_SleepSpell_BlurAndBlink_C::Seq_LargeDefault' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SeqActive) == 0x0004D8, "Member 'ABP_SleepSpell_BlurAndBlink_C::SeqActive' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, Delay_Effect) == 0x0004E0, "Member 'ABP_SleepSpell_BlurAndBlink_C::Delay_Effect' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, CachedWetLevel) == 0x0004E8, "Member 'ABP_SleepSpell_BlurAndBlink_C::CachedWetLevel' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, FadeOutAudioFXTimelineAlpha) == 0x0004EC, "Member 'ABP_SleepSpell_BlurAndBlink_C::FadeOutAudioFXTimelineAlpha' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, CachedDryLevel) == 0x0004F0, "Member 'ABP_SleepSpell_BlurAndBlink_C::CachedDryLevel' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, SubmixDelayActive) == 0x0004F4, "Member 'ABP_SleepSpell_BlurAndBlink_C::SubmixDelayActive' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, PausedCachedDelayWetLevel) == 0x0004F8, "Member 'ABP_SleepSpell_BlurAndBlink_C::PausedCachedDelayWetLevel' has a wrong offset!"); \ static_assert(offsetof(ABP_SleepSpell_BlurAndBlink_C, PausedCachedDelayDryLevel) == 0x0004FC, "Member 'ABP_SleepSpell_BlurAndBlink_C::PausedCachedDelayDryLevel' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMeshInteractable_C_ExecuteUbergraph_BP_BaseMeshInteractable \ static_assert(alignof(BP_BaseMeshInteractable_C_ExecuteUbergraph_BP_BaseMeshInteractable) == 0x000004, "Wrong alignment on BP_BaseMeshInteractable_C_ExecuteUbergraph_BP_BaseMeshInteractable"); \ static_assert(sizeof(BP_BaseMeshInteractable_C_ExecuteUbergraph_BP_BaseMeshInteractable) == 0x000004, "Wrong size on BP_BaseMeshInteractable_C_ExecuteUbergraph_BP_BaseMeshInteractable"); \ static_assert(offsetof(BP_BaseMeshInteractable_C_ExecuteUbergraph_BP_BaseMeshInteractable, EntryPoint) == 0x000000, "Member 'BP_BaseMeshInteractable_C_ExecuteUbergraph_BP_BaseMeshInteractable::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseMeshInteractable_C \ static_assert(alignof(ABP_BaseMeshInteractable_C) == 0x000008, "Wrong alignment on ABP_BaseMeshInteractable_C"); \ static_assert(sizeof(ABP_BaseMeshInteractable_C) == 0x001BE0, "Wrong size on ABP_BaseMeshInteractable_C"); \ static_assert(offsetof(ABP_BaseMeshInteractable_C, UberGraphFrame_BP_BaseMeshInteractable_C) == 0x001BD0, "Member 'ABP_BaseMeshInteractable_C::UberGraphFrame_BP_BaseMeshInteractable_C' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMeshInteractable_C, StaticMesh) == 0x001BD8, "Member 'ABP_BaseMeshInteractable_C::StaticMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening \ static_assert(alignof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening) == 0x000008, "Wrong alignment on BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening"); \ static_assert(sizeof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening) == 0x000188, "Wrong size on BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, EntryPoint) == 0x000000, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_EOEvent_Sender_1) == 0x000008, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_EOEvent_Event_1) == 0x000010, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_EOCreateEvent_OutputDelegate) == 0x000018, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000028, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000030, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000038, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000040, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_ComponentBoundEvent_bFromSweep) == 0x000044, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_ComponentBoundEvent_SweepResult) == 0x000048, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000D0, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000D8, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_ComponentBoundEvent_OtherActor) == 0x0000E0, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_ComponentBoundEvent_OtherComp) == 0x0000E8, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000F0, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0000F4, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_BooleanAND_ReturnValue) == 0x0000F5, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000F8, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000104, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_GetScaledSphereRadius_ReturnValue) == 0x000110, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_GetScaledSphereRadius_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_Vector_Distance_ReturnValue) == 0x000114, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_GetScaledSphereRadius_ReturnValue_1) == 0x000118, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_GetScaledSphereRadius_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_MapRangeClamped_ReturnValue) == 0x00011C, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_Lerp_ReturnValue) == 0x000120, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_Conv_FloatToString_ReturnValue) == 0x000128, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_Concat_StrStr_ReturnValue) == 0x000138, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_Lerp_ReturnValue_1) == 0x000148, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_Lerp_ReturnValue_2) == 0x00014C, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000150, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, CallFunc_BooleanAND_ReturnValue_1) == 0x000160, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_EOEvent_Sender) == 0x000168, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_EOEvent_Event) == 0x000170, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_DynamicCast_AsBPE_A_Door_Audio_Portal) == 0x000178, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_DynamicCast_AsBPE_A_Door_Audio_Portal' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_DynamicCast_bSuccess) == 0x000180, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening, K2Node_Event_DeltaSeconds) == 0x000184, "Member 'BP_DTMPA_Opening_C_ExecuteUbergraph_BP_DTMPA_Opening::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DTMPA_Opening_C_ReceiveTick \ static_assert(alignof(BP_DTMPA_Opening_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DTMPA_Opening_C_ReceiveTick"); \ static_assert(sizeof(BP_DTMPA_Opening_C_ReceiveTick) == 0x000004, "Wrong size on BP_DTMPA_Opening_C_ReceiveTick"); \ static_assert(offsetof(BP_DTMPA_Opening_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DTMPA_Opening_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DTMPA_Opening_C_DoorAudioPortal \ static_assert(alignof(BP_DTMPA_Opening_C_DoorAudioPortal) == 0x000008, "Wrong alignment on BP_DTMPA_Opening_C_DoorAudioPortal"); \ static_assert(sizeof(BP_DTMPA_Opening_C_DoorAudioPortal) == 0x000010, "Wrong size on BP_DTMPA_Opening_C_DoorAudioPortal"); \ static_assert(offsetof(BP_DTMPA_Opening_C_DoorAudioPortal, Sender) == 0x000000, "Member 'BP_DTMPA_Opening_C_DoorAudioPortal::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_DoorAudioPortal, Event) == 0x000008, "Member 'BP_DTMPA_Opening_C_DoorAudioPortal::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_5_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_DTMPA_Opening_C_BndEvt__BP_DTMPA_Opening_SphereCollision_K2Node_ComponentBoundEvent_4_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DTMPA_Opening_C_EnableInteriorSpline \ static_assert(alignof(BP_DTMPA_Opening_C_EnableInteriorSpline) == 0x000008, "Wrong alignment on BP_DTMPA_Opening_C_EnableInteriorSpline"); \ static_assert(sizeof(BP_DTMPA_Opening_C_EnableInteriorSpline) == 0x000010, "Wrong size on BP_DTMPA_Opening_C_EnableInteriorSpline"); \ static_assert(offsetof(BP_DTMPA_Opening_C_EnableInteriorSpline, Sender) == 0x000000, "Member 'BP_DTMPA_Opening_C_EnableInteriorSpline::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_DTMPA_Opening_C_EnableInteriorSpline, Event) == 0x000008, "Member 'BP_DTMPA_Opening_C_EnableInteriorSpline::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DTMPA_Opening_C \ static_assert(alignof(ABP_DTMPA_Opening_C) == 0x000008, "Wrong alignment on ABP_DTMPA_Opening_C"); \ static_assert(sizeof(ABP_DTMPA_Opening_C) == 0x000288, "Wrong size on ABP_DTMPA_Opening_C"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, UberGraphFrame) == 0x000230, "Member 'ABP_DTMPA_Opening_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, Opening) == 0x000238, "Member 'ABP_DTMPA_Opening_C::Opening' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, SphereCollision) == 0x000240, "Member 'ABP_DTMPA_Opening_C::SphereCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_DTMPA_Opening_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, ApplyOpeningOffset) == 0x000250, "Member 'ABP_DTMPA_Opening_C::ApplyOpeningOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, BP_DTMPA_InteriorSpline) == 0x000258, "Member 'ABP_DTMPA_Opening_C::BP_DTMPA_InteriorSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, Tick_Interval) == 0x000260, "Member 'ABP_DTMPA_Opening_C::Tick_Interval' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, AllowOffset) == 0x000264, "Member 'ABP_DTMPA_Opening_C::AllowOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, ChosenLocation) == 0x000268, "Member 'ABP_DTMPA_Opening_C::ChosenLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, Debug) == 0x000274, "Member 'ABP_DTMPA_Opening_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, UseSpline) == 0x000275, "Member 'ABP_DTMPA_Opening_C::UseSpline' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, OpeningOffsetLPFMaxValue) == 0x000278, "Member 'ABP_DTMPA_Opening_C::OpeningOffsetLPFMaxValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, OpeningOffsetVolumeMaxValue) == 0x00027C, "Member 'ABP_DTMPA_Opening_C::OpeningOffsetVolumeMaxValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, OpeningOffsetEQMaxValue) == 0x000280, "Member 'ABP_DTMPA_Opening_C::OpeningOffsetEQMaxValue' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, DoorPortal) == 0x000284, "Member 'ABP_DTMPA_Opening_C::DoorPortal' has a wrong offset!"); \ static_assert(offsetof(ABP_DTMPA_Opening_C, DoorOpen) == 0x000285, "Member 'ABP_DTMPA_Opening_C::DoorOpen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MicrofilmSelectionRingItem_C_ExecuteUbergraph_BP_MicrofilmSelectionRingItem \ static_assert(alignof(BP_MicrofilmSelectionRingItem_C_ExecuteUbergraph_BP_MicrofilmSelectionRingItem) == 0x000004, "Wrong alignment on BP_MicrofilmSelectionRingItem_C_ExecuteUbergraph_BP_MicrofilmSelectionRingItem"); \ static_assert(sizeof(BP_MicrofilmSelectionRingItem_C_ExecuteUbergraph_BP_MicrofilmSelectionRingItem) == 0x000004, "Wrong size on BP_MicrofilmSelectionRingItem_C_ExecuteUbergraph_BP_MicrofilmSelectionRingItem"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_ExecuteUbergraph_BP_MicrofilmSelectionRingItem, EntryPoint) == 0x000000, "Member 'BP_MicrofilmSelectionRingItem_C_ExecuteUbergraph_BP_MicrofilmSelectionRingItem::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MicrofilmSelectionRingItem_C_SetStickyNotes \ static_assert(alignof(BP_MicrofilmSelectionRingItem_C_SetStickyNotes) == 0x000010, "Wrong alignment on BP_MicrofilmSelectionRingItem_C_SetStickyNotes"); \ static_assert(sizeof(BP_MicrofilmSelectionRingItem_C_SetStickyNotes) == 0x0000A0, "Wrong size on BP_MicrofilmSelectionRingItem_C_SetStickyNotes"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_SetStickyNotes, K2Node_MakeStruct_Color) == 0x000000, "Member 'BP_MicrofilmSelectionRingItem_C_SetStickyNotes::K2Node_MakeStruct_Color' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_SetStickyNotes, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'BP_MicrofilmSelectionRingItem_C_SetStickyNotes::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_SetStickyNotes, CallFunc_AddComponent_ReturnValue) == 0x000040, "Member 'BP_MicrofilmSelectionRingItem_C_SetStickyNotes::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_SetStickyNotes, CallFunc_SetStaticMesh_ReturnValue) == 0x000048, "Member 'BP_MicrofilmSelectionRingItem_C_SetStickyNotes::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_SetStickyNotes, CallFunc_MakeTransform_ReturnValue_1) == 0x000050, "Member 'BP_MicrofilmSelectionRingItem_C_SetStickyNotes::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_SetStickyNotes, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000080, "Member 'BP_MicrofilmSelectionRingItem_C_SetStickyNotes::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_SetStickyNotes, CallFunc_AddComponent_ReturnValue_1) == 0x000088, "Member 'BP_MicrofilmSelectionRingItem_C_SetStickyNotes::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_SetStickyNotes, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000090, "Member 'BP_MicrofilmSelectionRingItem_C_SetStickyNotes::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MicrofilmSelectionRingItem_C_RemovingEnvelope \ static_assert(alignof(BP_MicrofilmSelectionRingItem_C_RemovingEnvelope) == 0x000004, "Wrong alignment on BP_MicrofilmSelectionRingItem_C_RemovingEnvelope"); \ static_assert(sizeof(BP_MicrofilmSelectionRingItem_C_RemovingEnvelope) == 0x000098, "Wrong size on BP_MicrofilmSelectionRingItem_C_RemovingEnvelope"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_RemovingEnvelope, Alpha) == 0x000000, "Member 'BP_MicrofilmSelectionRingItem_C_RemovingEnvelope::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_RemovingEnvelope, CallFunc_VLerp_ReturnValue) == 0x000004, "Member 'BP_MicrofilmSelectionRingItem_C_RemovingEnvelope::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_RemovingEnvelope, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000010, "Member 'BP_MicrofilmSelectionRingItem_C_RemovingEnvelope::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope \ static_assert(alignof(BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope) == 0x000008, "Wrong alignment on BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope"); \ static_assert(sizeof(BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope) == 0x0000A0, "Wrong size on BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope, FrontCoverMaterial) == 0x000000, "Member 'BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope::FrontCoverMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope, FrontCoverTexture) == 0x000008, "Member 'BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope::FrontCoverTexture' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000018, "Member 'BP_MicrofilmSelectionRingItem_C_WroteOnEnvelope::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_MicrofilmSelectionRingItem_C_SetEnvelopeMaterial \ static_assert(alignof(BP_MicrofilmSelectionRingItem_C_SetEnvelopeMaterial) == 0x000008, "Wrong alignment on BP_MicrofilmSelectionRingItem_C_SetEnvelopeMaterial"); \ static_assert(sizeof(BP_MicrofilmSelectionRingItem_C_SetEnvelopeMaterial) == 0x000008, "Wrong size on BP_MicrofilmSelectionRingItem_C_SetEnvelopeMaterial"); \ static_assert(offsetof(BP_MicrofilmSelectionRingItem_C_SetEnvelopeMaterial, EnvelopeMaterial) == 0x000000, "Member 'BP_MicrofilmSelectionRingItem_C_SetEnvelopeMaterial::EnvelopeMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_MicrofilmSelectionRingItem_C \ static_assert(alignof(ABP_MicrofilmSelectionRingItem_C) == 0x000008, "Wrong alignment on ABP_MicrofilmSelectionRingItem_C"); \ static_assert(sizeof(ABP_MicrofilmSelectionRingItem_C) == 0x001C28, "Wrong size on ABP_MicrofilmSelectionRingItem_C"); \ static_assert(offsetof(ABP_MicrofilmSelectionRingItem_C, UberGraphFrame_BP_MicrofilmSelectionRingItem_C) == 0x001BD0, "Member 'ABP_MicrofilmSelectionRingItem_C::UberGraphFrame_BP_MicrofilmSelectionRingItem_C' has a wrong offset!"); \ static_assert(offsetof(ABP_MicrofilmSelectionRingItem_C, Envelope) == 0x001BD8, "Member 'ABP_MicrofilmSelectionRingItem_C::Envelope' has a wrong offset!"); \ static_assert(offsetof(ABP_MicrofilmSelectionRingItem_C, Microfilm) == 0x001BE0, "Member 'ABP_MicrofilmSelectionRingItem_C::Microfilm' has a wrong offset!"); \ static_assert(offsetof(ABP_MicrofilmSelectionRingItem_C, MicrofilmMaterial) == 0x001BE8, "Member 'ABP_MicrofilmSelectionRingItem_C::MicrofilmMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_MicrofilmSelectionRingItem_C, StickyNotes) == 0x001BF0, "Member 'ABP_MicrofilmSelectionRingItem_C::StickyNotes' has a wrong offset!"); \ static_assert(offsetof(ABP_MicrofilmSelectionRingItem_C, Note) == 0x001C08, "Member 'ABP_MicrofilmSelectionRingItem_C::Note' has a wrong offset!"); \ static_assert(offsetof(ABP_MicrofilmSelectionRingItem_C, NoteText) == 0x001C10, "Member 'ABP_MicrofilmSelectionRingItem_C::NoteText' has a wrong offset!"); \ static_assert(offsetof(ABP_MicrofilmSelectionRingItem_C, EnvelopStartPosition) == 0x001C18, "Member 'ABP_MicrofilmSelectionRingItem_C::EnvelopStartPosition' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable \ static_assert(alignof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable"); \ static_assert(sizeof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable) == 0x000130, "Wrong size on BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, EntryPoint) == 0x000000, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_bool_Variable) == 0x000004, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000008, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x000018, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x00001C, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable) == 0x000020, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000024, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_1) == 0x000028, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_2) == 0x00002C, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x000030, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x000040, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x000044, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_3) == 0x000048, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x00004C, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_4) == 0x000050, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_5) == 0x000054, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, CallFunc_CreateEOEvent_ReturnValue) == 0x000058, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000060, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000068, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000078, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x00007C, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_6) == 0x000080, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2) == 0x000084, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_7) == 0x000088, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_8) == 0x00008C, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000090, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0000A0, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0000A4, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_9) == 0x0000A8, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3) == 0x0000AC, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_10) == 0x0000B0, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_11) == 0x0000B4, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_12) == 0x0000B8, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_Event_InteractionComponent_1) == 0x0000C0, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_Event_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_Event_InteractionActor_1) == 0x0000C8, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_Event_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_Event_InteractionComponent) == 0x0000D0, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_Event_InteractionActor) == 0x0000D8, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, Temp_float_Variable_13) == 0x0000E0, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x0000E4, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x0000F4, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x0000F8, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x0000FC, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, CallFunc_GetInteractionActor_ReturnValue) == 0x000100, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::CallFunc_GetInteractionActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_Event_InteractedComponent_1) == 0x000108, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_Event_InteractedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_Event_InteractingActor_1) == 0x000110, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_Event_InteractingActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_Event_InteractedComponent) == 0x000118, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_Event_InteractingActor) == 0x000120, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable, K2Node_Event_HoverEndType) == 0x000128, "Member 'BP_SitDownInteractable_C_ExecuteUbergraph_BP_SitDownInteractable::K2Node_Event_HoverEndType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_InteractHoverEnd \ static_assert(alignof(BP_SitDownInteractable_C_InteractHoverEnd) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_InteractHoverEnd"); \ static_assert(sizeof(BP_SitDownInteractable_C_InteractHoverEnd) == 0x000018, "Wrong size on BP_SitDownInteractable_C_InteractHoverEnd"); \ static_assert(offsetof(BP_SitDownInteractable_C_InteractHoverEnd, InteractedComponent_0) == 0x000000, "Member 'BP_SitDownInteractable_C_InteractHoverEnd::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InteractHoverEnd, InteractingActor_0) == 0x000008, "Member 'BP_SitDownInteractable_C_InteractHoverEnd::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InteractHoverEnd, HoverEndType) == 0x000010, "Member 'BP_SitDownInteractable_C_InteractHoverEnd::HoverEndType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_InteractHoverBegin \ static_assert(alignof(BP_SitDownInteractable_C_InteractHoverBegin) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_InteractHoverBegin"); \ static_assert(sizeof(BP_SitDownInteractable_C_InteractHoverBegin) == 0x000010, "Wrong size on BP_SitDownInteractable_C_InteractHoverBegin"); \ static_assert(offsetof(BP_SitDownInteractable_C_InteractHoverBegin, InteractedComponent_0) == 0x000000, "Member 'BP_SitDownInteractable_C_InteractHoverBegin::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InteractHoverBegin, InteractingActor_0) == 0x000008, "Member 'BP_SitDownInteractable_C_InteractHoverBegin::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_ActiveEndInteract \ static_assert(alignof(BP_SitDownInteractable_C_ActiveEndInteract) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_ActiveEndInteract"); \ static_assert(sizeof(BP_SitDownInteractable_C_ActiveEndInteract) == 0x000010, "Wrong size on BP_SitDownInteractable_C_ActiveEndInteract"); \ static_assert(offsetof(BP_SitDownInteractable_C_ActiveEndInteract, InteractionComponent) == 0x000000, "Member 'BP_SitDownInteractable_C_ActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ActiveEndInteract, InteractionActor) == 0x000008, "Member 'BP_SitDownInteractable_C_ActiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_ActiveBeginInteract \ static_assert(alignof(BP_SitDownInteractable_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_SitDownInteractable_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_SitDownInteractable_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_SitDownInteractable_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_SitDownInteractable_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_SitDownInteractable_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_0 \ static_assert(alignof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_0) == 0x000004, "Wrong alignment on BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_0"); \ static_assert(sizeof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_0) == 0x000018, "Wrong size on BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_0"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000010, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000014, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_1 \ static_assert(alignof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_1) == 0x000004, "Wrong alignment on BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_1"); \ static_assert(sizeof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_1) == 0x000018, "Wrong size on BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_1"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000010, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000014, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_2 \ static_assert(alignof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_2) == 0x000004, "Wrong alignment on BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_2"); \ static_assert(sizeof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_2) == 0x000018, "Wrong size on BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_2"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000010, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000014, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_3 \ static_assert(alignof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_3) == 0x000004, "Wrong alignment on BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_3"); \ static_assert(sizeof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_3) == 0x000018, "Wrong size on BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_3"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000010, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000014, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_4 \ static_assert(alignof(BP_SitDownInteractable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_4) == 0x000004, "Wrong alignment on BP_SitDownInteractable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_4"); \ static_assert(sizeof(BP_SitDownInteractable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_4) == 0x000018, "Wrong size on BP_SitDownInteractable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_4"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000010, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000014, "Member 'BP_SitDownInteractable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_SetCancelDisabled \ static_assert(alignof(BP_SitDownInteractable_C_SetCancelDisabled) == 0x000001, "Wrong alignment on BP_SitDownInteractable_C_SetCancelDisabled"); \ static_assert(sizeof(BP_SitDownInteractable_C_SetCancelDisabled) == 0x000002, "Wrong size on BP_SitDownInteractable_C_SetCancelDisabled"); \ static_assert(offsetof(BP_SitDownInteractable_C_SetCancelDisabled, DisableCancel) == 0x000000, "Member 'BP_SitDownInteractable_C_SetCancelDisabled::DisableCancel' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_SetCancelDisabled, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_SitDownInteractable_C_SetCancelDisabled::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_ReceiveBeginPlay \ static_assert(alignof(BP_SitDownInteractable_C_ReceiveBeginPlay) == 0x000001, "Wrong alignment on BP_SitDownInteractable_C_ReceiveBeginPlay"); \ static_assert(sizeof(BP_SitDownInteractable_C_ReceiveBeginPlay) == 0x000001, "Wrong size on BP_SitDownInteractable_C_ReceiveBeginPlay"); \ static_assert(offsetof(BP_SitDownInteractable_C_ReceiveBeginPlay, CallFunc_GetCollisionEnabled_ReturnValue) == 0x000000, "Member 'BP_SitDownInteractable_C_ReceiveBeginPlay::CallFunc_GetCollisionEnabled_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_GetHighlightFarCollision \ static_assert(alignof(BP_SitDownInteractable_C_GetHighlightFarCollision) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_GetHighlightFarCollision"); \ static_assert(sizeof(BP_SitDownInteractable_C_GetHighlightFarCollision) == 0x000008, "Wrong size on BP_SitDownInteractable_C_GetHighlightFarCollision"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetHighlightFarCollision, ReturnValue) == 0x000000, "Member 'BP_SitDownInteractable_C_GetHighlightFarCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_GetHighlightSceneRoot \ static_assert(alignof(BP_SitDownInteractable_C_GetHighlightSceneRoot) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_GetHighlightSceneRoot"); \ static_assert(sizeof(BP_SitDownInteractable_C_GetHighlightSceneRoot) == 0x000008, "Wrong size on BP_SitDownInteractable_C_GetHighlightSceneRoot"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetHighlightSceneRoot, ReturnValue) == 0x000000, "Member 'BP_SitDownInteractable_C_GetHighlightSceneRoot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_GetHighlightBillboard \ static_assert(alignof(BP_SitDownInteractable_C_GetHighlightBillboard) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_GetHighlightBillboard"); \ static_assert(sizeof(BP_SitDownInteractable_C_GetHighlightBillboard) == 0x000008, "Wrong size on BP_SitDownInteractable_C_GetHighlightBillboard"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetHighlightBillboard, ReturnValue) == 0x000000, "Member 'BP_SitDownInteractable_C_GetHighlightBillboard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_AddToActorBPCStaticMeshNoDF \ static_assert(alignof(BP_SitDownInteractable_C_AddToActorBPCStaticMeshNoDF) == 0x000010, "Wrong alignment on BP_SitDownInteractable_C_AddToActorBPCStaticMeshNoDF"); \ static_assert(sizeof(BP_SitDownInteractable_C_AddToActorBPCStaticMeshNoDF) == 0x000050, "Wrong size on BP_SitDownInteractable_C_AddToActorBPCStaticMeshNoDF"); \ static_assert(offsetof(BP_SitDownInteractable_C_AddToActorBPCStaticMeshNoDF, ReturnValue) == 0x000000, "Member 'BP_SitDownInteractable_C_AddToActorBPCStaticMeshNoDF::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_AddToActorBPCStaticMeshNoDF, Temp_struct_Variable) == 0x000010, "Member 'BP_SitDownInteractable_C_AddToActorBPCStaticMeshNoDF::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_AddToActorBPCStaticMeshNoDF, CallFunc_AddComponent_ReturnValue) == 0x000040, "Member 'BP_SitDownInteractable_C_AddToActorBPCStaticMeshNoDF::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_GetSceneRoot \ static_assert(alignof(BP_SitDownInteractable_C_GetSceneRoot) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_GetSceneRoot"); \ static_assert(sizeof(BP_SitDownInteractable_C_GetSceneRoot) == 0x000008, "Wrong size on BP_SitDownInteractable_C_GetSceneRoot"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetSceneRoot, OutSceneRoot) == 0x000000, "Member 'BP_SitDownInteractable_C_GetSceneRoot::OutSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_CanCancel \ static_assert(alignof(BP_SitDownInteractable_C_CanCancel) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_CanCancel"); \ static_assert(sizeof(BP_SitDownInteractable_C_CanCancel) == 0x000018, "Wrong size on BP_SitDownInteractable_C_CanCancel"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanCancel, InteractedComponent_0) == 0x000000, "Member 'BP_SitDownInteractable_C_CanCancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanCancel, InteractingActor_0) == 0x000008, "Member 'BP_SitDownInteractable_C_CanCancel::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanCancel, ReturnValue) == 0x000010, "Member 'BP_SitDownInteractable_C_CanCancel::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanCancel, CallFunc_CanCancel_ReturnValue) == 0x000011, "Member 'BP_SitDownInteractable_C_CanCancel::CallFunc_CanCancel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanCancel, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_SitDownInteractable_C_CanCancel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_CanHover \ static_assert(alignof(BP_SitDownInteractable_C_CanHover) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_CanHover"); \ static_assert(sizeof(BP_SitDownInteractable_C_CanHover) == 0x000168, "Wrong size on BP_SitDownInteractable_C_CanHover"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, InteractingActor_0) == 0x000000, "Member 'BP_SitDownInteractable_C_CanHover::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, HitResult) == 0x000008, "Member 'BP_SitDownInteractable_C_CanHover::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, ReturnValue) == 0x000090, "Member 'BP_SitDownInteractable_C_CanHover::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_bBlockingHit) == 0x000091, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_bInitialOverlap) == 0x000092, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_Time) == 0x000094, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_Distance) == 0x000098, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_Location) == 0x00009C, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_ImpactPoint) == 0x0000A8, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_Normal) == 0x0000B4, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_ImpactNormal) == 0x0000C0, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_PhysMat) == 0x0000D0, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_HitActor) == 0x0000D8, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_HitComponent) == 0x0000E0, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_HitBoneName) == 0x0000E8, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_HitItem) == 0x0000F0, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_ElementIndex) == 0x0000F4, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_FaceIndex) == 0x0000F8, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_TraceStart) == 0x0000FC, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BreakHitResult_TraceEnd) == 0x000108, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000114, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000118, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_Normal_ReturnValue) == 0x000124, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_CanHover_ReturnValue) == 0x000130, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_CanHover_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000134, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_GetForwardVector_ReturnValue) == 0x00013C, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_NegateVector_ReturnValue) == 0x000148, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_NegateVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x000154, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_DotProduct2D_ReturnValue) == 0x00015C, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_DotProduct2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_DegAcos_ReturnValue) == 0x000160, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_Less_FloatFloat_ReturnValue) == 0x000164, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_CanHover, CallFunc_BooleanAND_ReturnValue) == 0x000165, "Member 'BP_SitDownInteractable_C_CanHover::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_GetCrosshairMaterial \ static_assert(alignof(BP_SitDownInteractable_C_GetCrosshairMaterial) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_GetCrosshairMaterial"); \ static_assert(sizeof(BP_SitDownInteractable_C_GetCrosshairMaterial) == 0x000018, "Wrong size on BP_SitDownInteractable_C_GetCrosshairMaterial"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetCrosshairMaterial, ReturnValue) == 0x000000, "Member 'BP_SitDownInteractable_C_GetCrosshairMaterial::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetCrosshairMaterial, CallFunc_GetCrosshairMaterial_ReturnValue) == 0x000008, "Member 'BP_SitDownInteractable_C_GetCrosshairMaterial::CallFunc_GetCrosshairMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetCrosshairMaterial, CallFunc_IsInteracting_ReturnValue) == 0x000010, "Member 'BP_SitDownInteractable_C_GetCrosshairMaterial::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetCrosshairMaterial, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_SitDownInteractable_C_GetCrosshairMaterial::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SitDownInteractable_C_GetCrosshairTexture \ static_assert(alignof(BP_SitDownInteractable_C_GetCrosshairTexture) == 0x000008, "Wrong alignment on BP_SitDownInteractable_C_GetCrosshairTexture"); \ static_assert(sizeof(BP_SitDownInteractable_C_GetCrosshairTexture) == 0x000018, "Wrong size on BP_SitDownInteractable_C_GetCrosshairTexture"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetCrosshairTexture, ReturnValue) == 0x000000, "Member 'BP_SitDownInteractable_C_GetCrosshairTexture::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetCrosshairTexture, CallFunc_IsInteracting_ReturnValue) == 0x000008, "Member 'BP_SitDownInteractable_C_GetCrosshairTexture::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetCrosshairTexture, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_SitDownInteractable_C_GetCrosshairTexture::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SitDownInteractable_C_GetCrosshairTexture, CallFunc_GetCrosshairTexture_ReturnValue) == 0x000010, "Member 'BP_SitDownInteractable_C_GetCrosshairTexture::CallFunc_GetCrosshairTexture_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SitDownInteractable_C \ static_assert(alignof(ABP_SitDownInteractable_C) == 0x000010, "Wrong alignment on ABP_SitDownInteractable_C"); \ static_assert(sizeof(ABP_SitDownInteractable_C) == 0x001AF0, "Wrong size on ABP_SitDownInteractable_C"); \ static_assert(offsetof(ABP_SitDownInteractable_C, UberGraphFrame) == 0x001AB0, "Member 'ABP_SitDownInteractable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SitDownInteractable_C, BPC_InteractFXComponent) == 0x001AB8, "Member 'ABP_SitDownInteractable_C::BPC_InteractFXComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_SitDownInteractable_C, UI_HighlightBillboard) == 0x001AC0, "Member 'ABP_SitDownInteractable_C::UI_HighlightBillboard' has a wrong offset!"); \ static_assert(offsetof(ABP_SitDownInteractable_C, UI_HighlightSceneRoot) == 0x001AC8, "Member 'ABP_SitDownInteractable_C::UI_HighlightSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_SitDownInteractable_C, UI_HighlightFarCollision) == 0x001AD0, "Member 'ABP_SitDownInteractable_C::UI_HighlightFarCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_SitDownInteractable_C, Block_) == 0x001AD8, "Member 'ABP_SitDownInteractable_C::Block_' has a wrong offset!"); \ static_assert(offsetof(ABP_SitDownInteractable_C, BlockCollisionEnabled) == 0x001AE0, "Member 'ABP_SitDownInteractable_C::BlockCollisionEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_SitDownInteractable_C, bCanCancel) == 0x001AE1, "Member 'ABP_SitDownInteractable_C::bCanCancel' has a wrong offset!"); \ static_assert(offsetof(ABP_SitDownInteractable_C, MaxHoverAngle) == 0x001AE4, "Member 'ABP_SitDownInteractable_C::MaxHoverAngle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable \ static_assert(alignof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable) == 0x000198, "Wrong size on BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, EntryPoint) == 0x000000, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x000004, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x000014, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x000018, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x00001C, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x00002C, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x000030, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000034, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000038, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable) == 0x00003C, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_1) == 0x000040, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_2) == 0x000044, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x000048, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x000058, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x00005C, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x000060, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_3) == 0x000064, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_4) == 0x000068, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_5) == 0x00006C, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000070, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000080, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x000084, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_6) == 0x000088, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2) == 0x00008C, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_7) == 0x000090, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_8) == 0x000094, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_CreateEOEvent_ReturnValue) == 0x000098, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_CreateEOEvent_ReturnValue_1) == 0x0000A0, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ActionValue) == 0x0000A8, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x0000B8, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x0000BC, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_9) == 0x0000C0, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x0000C4, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_10) == 0x0000C8, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_bool_Variable) == 0x0000CC, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_Event_InteractionComponent_1) == 0x0000D0, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_Event_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_Event_InteractionActor_1) == 0x0000D8, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_Event_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_Event_InteractionComponent) == 0x0000E0, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_Event_InteractionActor) == 0x0000E8, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_Event_TargetBlendType) == 0x0000F0, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_Event_TargetBlendType' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_11) == 0x0000F4, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_SwitchEnum_CmpSuccess) == 0x0000F8, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_12) == 0x0000FC, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager) == 0x000100, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_13) == 0x000108, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x00010C, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x00011C, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x000120, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3) == 0x000124, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_1) == 0x000128, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_2) == 0x000130, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_3) == 0x000138, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_4) == 0x000140, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_CreateDelegate_OutputDelegate) == 0x000148, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000158, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, K2Node_CreateDelegate_OutputDelegate_1) == 0x000160, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x000170, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_MakeLiteralByte_ReturnValue) == 0x000178, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000180, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_Lerp_ReturnValue) == 0x000188, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_bool_Variable_1) == 0x00018C, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_TextIsEmpty_ReturnValue) == 0x00018D, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, CallFunc_Not_PreBool_ReturnValue) == 0x00018E, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_14) == 0x000190, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable, Temp_float_Variable_15) == 0x000194, "Member 'BP_BaseCameraInspectable_C_ExecuteUbergraph_BP_BaseCameraInspectable::Temp_float_Variable_15' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_BeginViewTargetBlend \ static_assert(alignof(BP_BaseCameraInspectable_C_BeginViewTargetBlend) == 0x000001, "Wrong alignment on BP_BaseCameraInspectable_C_BeginViewTargetBlend"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_BeginViewTargetBlend) == 0x000001, "Wrong size on BP_BaseCameraInspectable_C_BeginViewTargetBlend"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_BeginViewTargetBlend, TargetBlendType) == 0x000000, "Member 'BP_BaseCameraInspectable_C_BeginViewTargetBlend::TargetBlendType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_ActiveEndInteract \ static_assert(alignof(BP_BaseCameraInspectable_C_ActiveEndInteract) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_ActiveEndInteract"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_ActiveEndInteract) == 0x000010, "Wrong size on BP_BaseCameraInspectable_C_ActiveEndInteract"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ActiveEndInteract, InteractionComponent) == 0x000000, "Member 'BP_BaseCameraInspectable_C_ActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ActiveEndInteract, InteractionActor) == 0x000008, "Member 'BP_BaseCameraInspectable_C_ActiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_ActiveBeginInteract \ static_assert(alignof(BP_BaseCameraInspectable_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_BaseCameraInspectable_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_BaseCameraInspectable_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_BaseCameraInspectable_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0 \ static_assert(alignof(BP_BaseCameraInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0) == 0x000004, "Wrong alignment on BP_BaseCameraInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0) == 0x000018, "Wrong size on BP_BaseCameraInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000010, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000014, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_1 \ static_assert(alignof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_1) == 0x000004, "Wrong alignment on BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_1"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_1) == 0x000018, "Wrong size on BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_1"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000010, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000014, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeft_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_2 \ static_assert(alignof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_2) == 0x000004, "Wrong alignment on BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_2"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_2) == 0x000018, "Wrong size on BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_2"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000010, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000014, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateLeftRate_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_3 \ static_assert(alignof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_3) == 0x000004, "Wrong alignment on BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_3"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_3) == 0x000018, "Wrong size on BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_3"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000010, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000014, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUp_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_4 \ static_assert(alignof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_4) == 0x000004, "Wrong alignment on BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_4"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_4) == 0x000018, "Wrong size on BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_4"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000010, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000014, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_SequenceRotateUpRate_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_5 \ static_assert(alignof(BP_BaseCameraInspectable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_5) == 0x000004, "Wrong alignment on BP_BaseCameraInspectable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_5"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_5) == 0x000018, "Wrong size on BP_BaseCameraInspectable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_5"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000010, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000014, "Member 'BP_BaseCameraInspectable_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_SetMeshStatus \ static_assert(alignof(BP_BaseCameraInspectable_C_SetMeshStatus) == 0x000001, "Wrong alignment on BP_BaseCameraInspectable_C_SetMeshStatus"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_SetMeshStatus) == 0x000002, "Wrong size on BP_BaseCameraInspectable_C_SetMeshStatus"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_SetMeshStatus, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_SetMeshStatus::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_SetMeshStatus, CallFunc_Not_PreBool_ReturnValue_1) == 0x000001, "Member 'BP_BaseCameraInspectable_C_SetMeshStatus::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_DOFTrace \ static_assert(alignof(BP_BaseCameraInspectable_C_DOFTrace) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_DOFTrace"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_DOFTrace) == 0x000168, "Wrong size on BP_BaseCameraInspectable_C_DOFTrace"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, Temp_object_Variable) == 0x000000, "Member 'BP_BaseCameraInspectable_C_DOFTrace::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000010, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_GetForwardVector_ReturnValue) == 0x00001C, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_Normal_ReturnValue) == 0x000028, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000034, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_Add_VectorVector_ReturnValue) == 0x000040, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_LineTraceSingle_OutHit) == 0x00004C, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_LineTraceSingle_ReturnValue) == 0x0000D4, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_bBlockingHit) == 0x0000D5, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_bInitialOverlap) == 0x0000D6, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_Time) == 0x0000D8, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_Distance) == 0x0000DC, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_Location) == 0x0000E0, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_ImpactPoint) == 0x0000EC, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_Normal) == 0x0000F8, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_ImpactNormal) == 0x000104, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_PhysMat) == 0x000110, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_HitActor) == 0x000118, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_HitComponent) == 0x000120, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_HitBoneName) == 0x000128, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_HitItem) == 0x000130, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_ElementIndex) == 0x000134, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_FaceIndex) == 0x000138, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_TraceStart) == 0x00013C, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_BreakHitResult_TraceEnd) == 0x000148, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_DOFTrace, CallFunc_Conv_FloatToString_ReturnValue) == 0x000158, "Member 'BP_BaseCameraInspectable_C_DOFTrace::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_ToggleDOFForeground \ static_assert(alignof(BP_BaseCameraInspectable_C_ToggleDOFForeground) == 0x000004, "Wrong alignment on BP_BaseCameraInspectable_C_ToggleDOFForeground"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_ToggleDOFForeground) == 0x000008, "Wrong size on BP_BaseCameraInspectable_C_ToggleDOFForeground"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ToggleDOFForeground, IsToggleOn) == 0x000000, "Member 'BP_BaseCameraInspectable_C_ToggleDOFForeground::IsToggleOn' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_ToggleDOFForeground, Duration) == 0x000004, "Member 'BP_BaseCameraInspectable_C_ToggleDOFForeground::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_OpenTextOverlay \ static_assert(alignof(BP_BaseCameraInspectable_C_OpenTextOverlay) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_OpenTextOverlay"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_OpenTextOverlay) == 0x000030, "Wrong size on BP_BaseCameraInspectable_C_OpenTextOverlay"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_OpenTextOverlay, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_OpenTextOverlay::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_OpenTextOverlay, CallFunc_TextIsEmpty_ReturnValue) == 0x000008, "Member 'BP_BaseCameraInspectable_C_OpenTextOverlay::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_OpenTextOverlay, CallFunc_GetHUD_ReturnValue) == 0x000010, "Member 'BP_BaseCameraInspectable_C_OpenTextOverlay::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_OpenTextOverlay, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_BaseCameraInspectable_C_OpenTextOverlay::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_OpenTextOverlay, K2Node_DynamicCast_AsBP_PHHUD) == 0x000020, "Member 'BP_BaseCameraInspectable_C_OpenTextOverlay::K2Node_DynamicCast_AsBP_PHHUD' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_OpenTextOverlay, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_BaseCameraInspectable_C_OpenTextOverlay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_GetHighlightFarCollision \ static_assert(alignof(BP_BaseCameraInspectable_C_GetHighlightFarCollision) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_GetHighlightFarCollision"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_GetHighlightFarCollision) == 0x000008, "Wrong size on BP_BaseCameraInspectable_C_GetHighlightFarCollision"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetHighlightFarCollision, ReturnValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_GetHighlightFarCollision::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_GetHighlightSceneRoot \ static_assert(alignof(BP_BaseCameraInspectable_C_GetHighlightSceneRoot) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_GetHighlightSceneRoot"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_GetHighlightSceneRoot) == 0x000008, "Wrong size on BP_BaseCameraInspectable_C_GetHighlightSceneRoot"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetHighlightSceneRoot, ReturnValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_GetHighlightSceneRoot::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_GetHighlightBillboard \ static_assert(alignof(BP_BaseCameraInspectable_C_GetHighlightBillboard) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_GetHighlightBillboard"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_GetHighlightBillboard) == 0x000008, "Wrong size on BP_BaseCameraInspectable_C_GetHighlightBillboard"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetHighlightBillboard, ReturnValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_GetHighlightBillboard::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_AddToActorBPCStaticMeshNoDF \ static_assert(alignof(BP_BaseCameraInspectable_C_AddToActorBPCStaticMeshNoDF) == 0x000010, "Wrong alignment on BP_BaseCameraInspectable_C_AddToActorBPCStaticMeshNoDF"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_AddToActorBPCStaticMeshNoDF) == 0x000050, "Wrong size on BP_BaseCameraInspectable_C_AddToActorBPCStaticMeshNoDF"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_AddToActorBPCStaticMeshNoDF, ReturnValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_AddToActorBPCStaticMeshNoDF::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_AddToActorBPCStaticMeshNoDF, Temp_struct_Variable) == 0x000010, "Member 'BP_BaseCameraInspectable_C_AddToActorBPCStaticMeshNoDF::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_AddToActorBPCStaticMeshNoDF, CallFunc_AddComponent_ReturnValue) == 0x000040, "Member 'BP_BaseCameraInspectable_C_AddToActorBPCStaticMeshNoDF::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_GetSceneRoot \ static_assert(alignof(BP_BaseCameraInspectable_C_GetSceneRoot) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_GetSceneRoot"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_GetSceneRoot) == 0x000008, "Wrong size on BP_BaseCameraInspectable_C_GetSceneRoot"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetSceneRoot, OutSceneRoot) == 0x000000, "Member 'BP_BaseCameraInspectable_C_GetSceneRoot::OutSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_CanCancel \ static_assert(alignof(BP_BaseCameraInspectable_C_CanCancel) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_CanCancel"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_CanCancel) == 0x000018, "Wrong size on BP_BaseCameraInspectable_C_CanCancel"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_CanCancel, InteractedComponent_0) == 0x000000, "Member 'BP_BaseCameraInspectable_C_CanCancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_CanCancel, InteractingActor_0) == 0x000008, "Member 'BP_BaseCameraInspectable_C_CanCancel::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_CanCancel, ReturnValue) == 0x000010, "Member 'BP_BaseCameraInspectable_C_CanCancel::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_CanCancel, CallFunc_CanCancel_ReturnValue) == 0x000011, "Member 'BP_BaseCameraInspectable_C_CanCancel::CallFunc_CanCancel_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_GetCrosshairTexture \ static_assert(alignof(BP_BaseCameraInspectable_C_GetCrosshairTexture) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_GetCrosshairTexture"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_GetCrosshairTexture) == 0x000018, "Wrong size on BP_BaseCameraInspectable_C_GetCrosshairTexture"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetCrosshairTexture, ReturnValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_GetCrosshairTexture::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetCrosshairTexture, CallFunc_IsInteracting_ReturnValue) == 0x000008, "Member 'BP_BaseCameraInspectable_C_GetCrosshairTexture::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetCrosshairTexture, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_BaseCameraInspectable_C_GetCrosshairTexture::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetCrosshairTexture, CallFunc_GetCrosshairTexture_ReturnValue) == 0x000010, "Member 'BP_BaseCameraInspectable_C_GetCrosshairTexture::CallFunc_GetCrosshairTexture_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseCameraInspectable_C_GetCrosshairMaterial \ static_assert(alignof(BP_BaseCameraInspectable_C_GetCrosshairMaterial) == 0x000008, "Wrong alignment on BP_BaseCameraInspectable_C_GetCrosshairMaterial"); \ static_assert(sizeof(BP_BaseCameraInspectable_C_GetCrosshairMaterial) == 0x000018, "Wrong size on BP_BaseCameraInspectable_C_GetCrosshairMaterial"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetCrosshairMaterial, ReturnValue) == 0x000000, "Member 'BP_BaseCameraInspectable_C_GetCrosshairMaterial::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetCrosshairMaterial, CallFunc_GetCrosshairMaterial_ReturnValue) == 0x000008, "Member 'BP_BaseCameraInspectable_C_GetCrosshairMaterial::CallFunc_GetCrosshairMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetCrosshairMaterial, CallFunc_IsInteracting_ReturnValue) == 0x000010, "Member 'BP_BaseCameraInspectable_C_GetCrosshairMaterial::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseCameraInspectable_C_GetCrosshairMaterial, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_BaseCameraInspectable_C_GetCrosshairMaterial::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseCameraInspectable_C \ static_assert(alignof(ABP_BaseCameraInspectable_C) == 0x000010, "Wrong alignment on ABP_BaseCameraInspectable_C"); \ static_assert(sizeof(ABP_BaseCameraInspectable_C) == 0x001B60, "Wrong size on ABP_BaseCameraInspectable_C"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, UberGraphFrame) == 0x001AB0, "Member 'ABP_BaseCameraInspectable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, UI_HighlightSceneRoot) == 0x001AB8, "Member 'ABP_BaseCameraInspectable_C::UI_HighlightSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, UI_HighlightBillboard) == 0x001AC0, "Member 'ABP_BaseCameraInspectable_C::UI_HighlightBillboard' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, UI_HighlightFarCollision) == 0x001AC8, "Member 'ABP_BaseCameraInspectable_C::UI_HighlightFarCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, BPC_InteractFXComponent) == 0x001AD0, "Member 'ABP_BaseCameraInspectable_C::BPC_InteractFXComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, InspectableCollisionBox) == 0x001AD8, "Member 'ABP_BaseCameraInspectable_C::InspectableCollisionBox' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, InspectableMesh) == 0x001AE0, "Member 'ABP_BaseCameraInspectable_C::InspectableMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, DOF_ForgroundTL_Alpha_1F00504A4B0A849C6FC613B60EF58735) == 0x001AE8, "Member 'ABP_BaseCameraInspectable_C::DOF_ForgroundTL_Alpha_1F00504A4B0A849C6FC613B60EF58735' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, DOF_ForgroundTL__Direction_1F00504A4B0A849C6FC613B60EF58735) == 0x001AEC, "Member 'ABP_BaseCameraInspectable_C::DOF_ForgroundTL__Direction_1F00504A4B0A849C6FC613B60EF58735' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, DOF_ForgroundTL) == 0x001AF0, "Member 'ABP_BaseCameraInspectable_C::DOF_ForgroundTL' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, HasMesh) == 0x001AF8, "Member 'ABP_BaseCameraInspectable_C::HasMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, FadeTime) == 0x001AFC, "Member 'ABP_BaseCameraInspectable_C::FadeTime' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, PromptDelayTime) == 0x001B00, "Member 'ABP_BaseCameraInspectable_C::PromptDelayTime' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, IsPromptDisplayed) == 0x001B04, "Member 'ABP_BaseCameraInspectable_C::IsPromptDisplayed' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, OnBlendToInteractableCompleted_EOEvents) == 0x001B08, "Member 'ABP_BaseCameraInspectable_C::OnBlendToInteractableCompleted_EOEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, FadeInTimerHandle) == 0x001B18, "Member 'ABP_BaseCameraInspectable_C::FadeInTimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, PromptTimerHandle) == 0x001B20, "Member 'ABP_BaseCameraInspectable_C::PromptTimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, OnBlendToInteractorCompleted_EOEvents) == 0x001B28, "Member 'ABP_BaseCameraInspectable_C::OnBlendToInteractorCompleted_EOEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, LineTraceDistance) == 0x001B38, "Member 'ABP_BaseCameraInspectable_C::LineTraceDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, Draw_Debug_Type) == 0x001B3C, "Member 'ABP_BaseCameraInspectable_C::Draw_Debug_Type' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, UseCollisionBoxOnHasMesh) == 0x001B3D, "Member 'ABP_BaseCameraInspectable_C::UseCollisionBoxOnHasMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, bTurnOffDOFForground) == 0x001B3E, "Member 'ABP_BaseCameraInspectable_C::bTurnOffDOFForground' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseCameraInspectable_C, ReadText) == 0x001B40, "Member 'ABP_BaseCameraInspectable_C::ReadText' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseOneClickSingScreamInteractable_C \ static_assert(alignof(ABP_BaseOneClickSingScreamInteractable_C) == 0x000008, "Wrong alignment on ABP_BaseOneClickSingScreamInteractable_C"); \ static_assert(sizeof(ABP_BaseOneClickSingScreamInteractable_C) == 0x001BD0, "Wrong size on ABP_BaseOneClickSingScreamInteractable_C"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup \ static_assert(alignof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup) == 0x000008, "Wrong alignment on BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup"); \ static_assert(sizeof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup) == 0x0000D0, "Wrong size on BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, EntryPoint) == 0x000000, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_GetObjectClass_ReturnValue) == 0x000028, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_MakeLiteralByte_ReturnValue) == 0x000030, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_GetClassDisplayName_ReturnValue) == 0x000038, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000058, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000060, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x000068, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000070, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager) == 0x000080, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_GetCollectedItemHistory_Result) == 0x000090, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_GetCollectedItemHistory_Result' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_IsLoadingCheckpoint_ReturnValue) == 0x0000A0, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_IsLoadingCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_IsValidClass_ReturnValue) == 0x0000A1, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_Not_PreBool_ReturnValue) == 0x0000A2, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, K2Node_EOCreateEvent_OutputDelegate) == 0x0000A4, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, K2Node_Event_InteractedComponent) == 0x0000B8, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, K2Node_Event_InteractingActor) == 0x0000C0, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup, CallFunc_CreateEOEvent_ReturnValue_1) == 0x0000C8, "Member 'BP_BaseMicrofilmPickup_C_ExecuteUbergraph_BP_BaseMicrofilmPickup::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmPickup_C_Confirm \ static_assert(alignof(BP_BaseMicrofilmPickup_C_Confirm) == 0x000008, "Wrong alignment on BP_BaseMicrofilmPickup_C_Confirm"); \ static_assert(sizeof(BP_BaseMicrofilmPickup_C_Confirm) == 0x000010, "Wrong size on BP_BaseMicrofilmPickup_C_Confirm"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_Confirm, InteractedComponent_0) == 0x000000, "Member 'BP_BaseMicrofilmPickup_C_Confirm::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_Confirm, InteractingActor_0) == 0x000008, "Member 'BP_BaseMicrofilmPickup_C_Confirm::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmPickup_C_UserConstructionScript \ static_assert(alignof(BP_BaseMicrofilmPickup_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_BaseMicrofilmPickup_C_UserConstructionScript"); \ static_assert(sizeof(BP_BaseMicrofilmPickup_C_UserConstructionScript) == 0x000138, "Wrong size on BP_BaseMicrofilmPickup_C_UserConstructionScript"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, LocalMicrofilmIDText) == 0x000000, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::LocalMicrofilmIDText' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000018, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, CallFunc_GetMaterial_ReturnValue) == 0x000020, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, K2Node_DynamicCast_AsMaterial_Instance_Dynamic) == 0x000028, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::K2Node_DynamicCast_AsMaterial_Instance_Dynamic' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData) == 0x000038, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000078, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue) == 0x000088, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, CallFunc_IsValidClass_ReturnValue) == 0x0000A0, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, CallFunc_GetDisplayName_ReturnValue) == 0x0000A8, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000B8, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000D0, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000110, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_UserConstructionScript, CallFunc_Format_ReturnValue) == 0x000120, "Member 'BP_BaseMicrofilmPickup_C_UserConstructionScript::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmPickup_C_SetInteractableStatus \ static_assert(alignof(BP_BaseMicrofilmPickup_C_SetInteractableStatus) == 0x000008, "Wrong alignment on BP_BaseMicrofilmPickup_C_SetInteractableStatus"); \ static_assert(sizeof(BP_BaseMicrofilmPickup_C_SetInteractableStatus) == 0x000038, "Wrong size on BP_BaseMicrofilmPickup_C_SetInteractableStatus"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000000, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, CallFunc_Less_ByteByte_ReturnValue) == 0x000008, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::CallFunc_Less_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, CallFunc_MakeLiteralByte_ReturnValue) == 0x000009, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x000010, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, CallFunc_IsValidClass_ReturnValue) == 0x000018, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, CallFunc_IsValid_ReturnValue) == 0x000019, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, CallFunc_GetInventoryItemOfClass_ReturnValue) == 0x000020, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::CallFunc_GetInventoryItemOfClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, K2Node_DynamicCast_AsBP_Base_Microfilm_Inventory_Item) == 0x000028, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::K2Node_DynamicCast_AsBP_Base_Microfilm_Inventory_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, CallFunc_IsValid_ReturnValue_1) == 0x000031, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, CallFunc_GetMicrofilmStatus_CurrMicrofilmStatus) == 0x000032, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::CallFunc_GetMicrofilmStatus_CurrMicrofilmStatus' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetInteractableStatus, CallFunc_Greater_ByteByte_ReturnValue) == 0x000033, "Member 'BP_BaseMicrofilmPickup_C_SetInteractableStatus::CallFunc_Greater_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmPickup_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_BaseMicrofilmPickup_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_BaseMicrofilmPickup_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_BaseMicrofilmPickup_C_OnCheckpointLoadFinished) == 0x000010, "Wrong size on BP_BaseMicrofilmPickup_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_BaseMicrofilmPickup_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_BaseMicrofilmPickup_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmPickup_C_DisableMicrofilm \ static_assert(alignof(BP_BaseMicrofilmPickup_C_DisableMicrofilm) == 0x000008, "Wrong alignment on BP_BaseMicrofilmPickup_C_DisableMicrofilm"); \ static_assert(sizeof(BP_BaseMicrofilmPickup_C_DisableMicrofilm) == 0x000110, "Wrong size on BP_BaseMicrofilmPickup_C_DisableMicrofilm"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_DisableMicrofilm, Reason) == 0x000000, "Member 'BP_BaseMicrofilmPickup_C_DisableMicrofilm::Reason' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_DisableMicrofilm, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'BP_BaseMicrofilmPickup_C_DisableMicrofilm::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_DisableMicrofilm, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000028, "Member 'BP_BaseMicrofilmPickup_C_DisableMicrofilm::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_DisableMicrofilm, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_BaseMicrofilmPickup_C_DisableMicrofilm::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_DisableMicrofilm, CallFunc_GetClassDisplayName_ReturnValue) == 0x000070, "Member 'BP_BaseMicrofilmPickup_C_DisableMicrofilm::CallFunc_GetClassDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_DisableMicrofilm, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000080, "Member 'BP_BaseMicrofilmPickup_C_DisableMicrofilm::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_DisableMicrofilm, K2Node_MakeStruct_FormatArgumentData_1) == 0x000098, "Member 'BP_BaseMicrofilmPickup_C_DisableMicrofilm::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_DisableMicrofilm, K2Node_MakeArray_Array) == 0x0000D8, "Member 'BP_BaseMicrofilmPickup_C_DisableMicrofilm::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_DisableMicrofilm, CallFunc_Format_ReturnValue) == 0x0000E8, "Member 'BP_BaseMicrofilmPickup_C_DisableMicrofilm::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_DisableMicrofilm, CallFunc_Conv_TextToString_ReturnValue) == 0x000100, "Member 'BP_BaseMicrofilmPickup_C_DisableMicrofilm::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseMicrofilmPickup_C_SetUpClippingFixMeshes \ static_assert(alignof(BP_BaseMicrofilmPickup_C_SetUpClippingFixMeshes) == 0x000004, "Wrong alignment on BP_BaseMicrofilmPickup_C_SetUpClippingFixMeshes"); \ static_assert(sizeof(BP_BaseMicrofilmPickup_C_SetUpClippingFixMeshes) == 0x000004, "Wrong size on BP_BaseMicrofilmPickup_C_SetUpClippingFixMeshes"); \ static_assert(offsetof(BP_BaseMicrofilmPickup_C_SetUpClippingFixMeshes, CallFunc_Array_Add_ReturnValue) == 0x000000, "Member 'BP_BaseMicrofilmPickup_C_SetUpClippingFixMeshes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseMicrofilmPickup_C \ static_assert(alignof(ABP_BaseMicrofilmPickup_C) == 0x000010, "Wrong alignment on ABP_BaseMicrofilmPickup_C"); \ static_assert(sizeof(ABP_BaseMicrofilmPickup_C) == 0x001E40, "Wrong size on ABP_BaseMicrofilmPickup_C"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, UberGraphFrame_BP_BaseMicrofilmPickup_C) == 0x001DE8, "Member 'ABP_BaseMicrofilmPickup_C::UberGraphFrame_BP_BaseMicrofilmPickup_C' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, InteractBox) == 0x001DF0, "Member 'ABP_BaseMicrofilmPickup_C::InteractBox' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, Envelope) == 0x001DF8, "Member 'ABP_BaseMicrofilmPickup_C::Envelope' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, TextRender) == 0x001E00, "Member 'ABP_BaseMicrofilmPickup_C::TextRender' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, AssociatedMicrofilmInventoryClass) == 0x001E08, "Member 'ABP_BaseMicrofilmPickup_C::AssociatedMicrofilmInventoryClass' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, AdditionalInventoryCount) == 0x001E10, "Member 'ABP_BaseMicrofilmPickup_C::AdditionalInventoryCount' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, PutAwayMicroficheLayerSound) == 0x001E18, "Member 'ABP_BaseMicrofilmPickup_C::PutAwayMicroficheLayerSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, OnlyVisibleSince) == 0x001E20, "Member 'ABP_BaseMicrofilmPickup_C::OnlyVisibleSince' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, OnlyVisibleSinceChapter) == 0x001E21, "Member 'ABP_BaseMicrofilmPickup_C::OnlyVisibleSinceChapter' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, CollectedMicrofilmItems) == 0x001E28, "Member 'ABP_BaseMicrofilmPickup_C::CollectedMicrofilmItems' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, MaterialHeaderID) == 0x001E38, "Member 'ABP_BaseMicrofilmPickup_C::MaterialHeaderID' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseMicrofilmPickup_C, bUseMaterialHeaderID) == 0x001E3C, "Member 'ABP_BaseMicrofilmPickup_C::bUseMaterialHeaderID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase \ static_assert(alignof(BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase) == 0x000008, "Wrong alignment on BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase"); \ static_assert(sizeof(BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase) == 0x000030, "Wrong size on BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase"); \ static_assert(offsetof(BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase, EntryPoint) == 0x000000, "Member 'BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase, CallFunc_RemoveInventoryItem_Result) == 0x000010, "Member 'BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase::CallFunc_RemoveInventoryItem_Result' has a wrong offset!"); \ static_assert(offsetof(BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase, CallFunc_HasInventoryItemOfClass_Result) == 0x000011, "Member 'BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase::CallFunc_HasInventoryItemOfClass_Result' has a wrong offset!"); \ static_assert(offsetof(BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase, CallFunc_CreateEOEvent_ReturnValue) == 0x000018, "Member 'BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000020, "Member 'BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase, CallFunc_Array_Contains_ReturnValue) == 0x000028, "Member 'BP_CollectibleArtBase_C_ExecuteUbergraph_BP_CollectibleArtBase::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CollectibleArtBase_C \ static_assert(alignof(ABP_CollectibleArtBase_C) == 0x000008, "Wrong alignment on ABP_CollectibleArtBase_C"); \ static_assert(sizeof(ABP_CollectibleArtBase_C) == 0x001BF0, "Wrong size on ABP_CollectibleArtBase_C"); \ static_assert(offsetof(ABP_CollectibleArtBase_C, UberGraphFrame_BP_CollectibleArtBase_C) == 0x001BE0, "Member 'ABP_CollectibleArtBase_C::UberGraphFrame_BP_CollectibleArtBase_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CollectibleArtBase_C, Inventory_Item_Exact_Class) == 0x001BE8, "Member 'ABP_CollectibleArtBase_C::Inventory_Item_Exact_Class' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FixedInteractable_C_ExecuteUbergraph_BP_FixedInteractable \ static_assert(alignof(BP_FixedInteractable_C_ExecuteUbergraph_BP_FixedInteractable) == 0x000008, "Wrong alignment on BP_FixedInteractable_C_ExecuteUbergraph_BP_FixedInteractable"); \ static_assert(sizeof(BP_FixedInteractable_C_ExecuteUbergraph_BP_FixedInteractable) == 0x000018, "Wrong size on BP_FixedInteractable_C_ExecuteUbergraph_BP_FixedInteractable"); \ static_assert(offsetof(BP_FixedInteractable_C_ExecuteUbergraph_BP_FixedInteractable, EntryPoint) == 0x000000, "Member 'BP_FixedInteractable_C_ExecuteUbergraph_BP_FixedInteractable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FixedInteractable_C_ExecuteUbergraph_BP_FixedInteractable, K2Node_Event_InteractionComponent) == 0x000008, "Member 'BP_FixedInteractable_C_ExecuteUbergraph_BP_FixedInteractable::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FixedInteractable_C_ExecuteUbergraph_BP_FixedInteractable, K2Node_Event_InteractionActor) == 0x000010, "Member 'BP_FixedInteractable_C_ExecuteUbergraph_BP_FixedInteractable::K2Node_Event_InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FixedInteractable_C_ActiveBeginInteract \ static_assert(alignof(BP_FixedInteractable_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_FixedInteractable_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_FixedInteractable_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_FixedInteractable_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_FixedInteractable_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FixedInteractable_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FixedInteractable_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FixedInteractable_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FixedInteractable_C_ConditionalRemovePlayerInventory \ static_assert(alignof(BP_FixedInteractable_C_ConditionalRemovePlayerInventory) == 0x000008, "Wrong alignment on BP_FixedInteractable_C_ConditionalRemovePlayerInventory"); \ static_assert(sizeof(BP_FixedInteractable_C_ConditionalRemovePlayerInventory) == 0x000018, "Wrong size on BP_FixedInteractable_C_ConditionalRemovePlayerInventory"); \ static_assert(offsetof(BP_FixedInteractable_C_ConditionalRemovePlayerInventory, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_FixedInteractable_C_ConditionalRemovePlayerInventory::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FixedInteractable_C_ConditionalRemovePlayerInventory, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_FixedInteractable_C_ConditionalRemovePlayerInventory::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_FixedInteractable_C_ConditionalRemovePlayerInventory, CallFunc_HasInventoryItemOfClass_Result) == 0x000010, "Member 'BP_FixedInteractable_C_ConditionalRemovePlayerInventory::CallFunc_HasInventoryItemOfClass_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FixedInteractable_C_ConditionalRemovePlayerInventory, CallFunc_IsValidClass_ReturnValue) == 0x000011, "Member 'BP_FixedInteractable_C_ConditionalRemovePlayerInventory::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FixedInteractable_C \ static_assert(alignof(ABP_FixedInteractable_C) == 0x000008, "Wrong alignment on ABP_FixedInteractable_C"); \ static_assert(sizeof(ABP_FixedInteractable_C) == 0x001BF0, "Wrong size on ABP_FixedInteractable_C"); \ static_assert(offsetof(ABP_FixedInteractable_C, UberGraphFrame_BP_FixedInteractable_C) == 0x001BE0, "Member 'ABP_FixedInteractable_C::UberGraphFrame_BP_FixedInteractable_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FixedInteractable_C, RemovePlayerInventoryOnInteract) == 0x001BE8, "Member 'ABP_FixedInteractable_C::RemovePlayerInventoryOnInteract' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_OneTimeInteractable_C \ static_assert(alignof(ABP_OneTimeInteractable_C) == 0x000008, "Wrong alignment on ABP_OneTimeInteractable_C"); \ static_assert(sizeof(ABP_OneTimeInteractable_C) == 0x001BE0, "Wrong size on ABP_OneTimeInteractable_C"); \ #define DUMPER7_ASSERTS_UBPE_A_DoorAudioPortal_C \ static_assert(alignof(UBPE_A_DoorAudioPortal_C) == 0x000008, "Wrong alignment on UBPE_A_DoorAudioPortal_C"); \ static_assert(sizeof(UBPE_A_DoorAudioPortal_C) == 0x000038, "Wrong size on UBPE_A_DoorAudioPortal_C"); \ static_assert(offsetof(UBPE_A_DoorAudioPortal_C, BP_DTMPA_Opening) == 0x000028, "Member 'UBPE_A_DoorAudioPortal_C::BP_DTMPA_Opening' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_DoorAudioPortal_C, DoorOpen) == 0x000030, "Member 'UBPE_A_DoorAudioPortal_C::DoorOpen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_LookAtUI_MfilmSelectionArrow_Right_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Right \ static_assert(alignof(WBP_LookAtUI_MfilmSelectionArrow_Right_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Right) == 0x000004, "Wrong alignment on WBP_LookAtUI_MfilmSelectionArrow_Right_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Right"); \ static_assert(sizeof(WBP_LookAtUI_MfilmSelectionArrow_Right_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Right) == 0x000040, "Wrong size on WBP_LookAtUI_MfilmSelectionArrow_Right_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Right"); \ static_assert(offsetof(WBP_LookAtUI_MfilmSelectionArrow_Right_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Right, EntryPoint) == 0x000000, "Member 'WBP_LookAtUI_MfilmSelectionArrow_Right_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Right::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_MfilmSelectionArrow_Right_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Right, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_LookAtUI_MfilmSelectionArrow_Right_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Right::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_MfilmSelectionArrow_Right_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Right, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_LookAtUI_MfilmSelectionArrow_Right_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Right::K2Node_Event_InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_LookAtUI_MfilmSelectionArrow_Right_C_Tick \ static_assert(alignof(WBP_LookAtUI_MfilmSelectionArrow_Right_C_Tick) == 0x000004, "Wrong alignment on WBP_LookAtUI_MfilmSelectionArrow_Right_C_Tick"); \ static_assert(sizeof(WBP_LookAtUI_MfilmSelectionArrow_Right_C_Tick) == 0x00003C, "Wrong size on WBP_LookAtUI_MfilmSelectionArrow_Right_C_Tick"); \ static_assert(offsetof(WBP_LookAtUI_MfilmSelectionArrow_Right_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_LookAtUI_MfilmSelectionArrow_Right_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_MfilmSelectionArrow_Right_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_LookAtUI_MfilmSelectionArrow_Right_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_LookAtUI_MfilmSelectionArrow_Right_C \ static_assert(alignof(UWBP_LookAtUI_MfilmSelectionArrow_Right_C) == 0x000008, "Wrong alignment on UWBP_LookAtUI_MfilmSelectionArrow_Right_C"); \ static_assert(sizeof(UWBP_LookAtUI_MfilmSelectionArrow_Right_C) == 0x0002C0, "Wrong size on UWBP_LookAtUI_MfilmSelectionArrow_Right_C"); \ static_assert(offsetof(UWBP_LookAtUI_MfilmSelectionArrow_Right_C, UberGraphFrame_WBP_LookAtUI_MfilmSelectionArrow_Right_C) == 0x0002B8, "Member 'UWBP_LookAtUI_MfilmSelectionArrow_Right_C::UberGraphFrame_WBP_LookAtUI_MfilmSelectionArrow_Right_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA0_ShowTitleCard_C \ static_assert(alignof(UBPE_KA0_ShowTitleCard_C) == 0x000008, "Wrong alignment on UBPE_KA0_ShowTitleCard_C"); \ static_assert(sizeof(UBPE_KA0_ShowTitleCard_C) == 0x000028, "Wrong size on UBPE_KA0_ShowTitleCard_C"); \ #define DUMPER7_ASSERTS_WBP_LookAtUI_MfilmSelectionArrow_Left_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Left \ static_assert(alignof(WBP_LookAtUI_MfilmSelectionArrow_Left_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Left) == 0x000004, "Wrong alignment on WBP_LookAtUI_MfilmSelectionArrow_Left_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Left"); \ static_assert(sizeof(WBP_LookAtUI_MfilmSelectionArrow_Left_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Left) == 0x000040, "Wrong size on WBP_LookAtUI_MfilmSelectionArrow_Left_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Left"); \ static_assert(offsetof(WBP_LookAtUI_MfilmSelectionArrow_Left_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Left, EntryPoint) == 0x000000, "Member 'WBP_LookAtUI_MfilmSelectionArrow_Left_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Left::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_MfilmSelectionArrow_Left_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Left, K2Node_Event_MyGeometry) == 0x000004, "Member 'WBP_LookAtUI_MfilmSelectionArrow_Left_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Left::K2Node_Event_MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_MfilmSelectionArrow_Left_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Left, K2Node_Event_InDeltaTime) == 0x00003C, "Member 'WBP_LookAtUI_MfilmSelectionArrow_Left_C_ExecuteUbergraph_WBP_LookAtUI_MfilmSelectionArrow_Left::K2Node_Event_InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_WBP_LookAtUI_MfilmSelectionArrow_Left_C_Tick \ static_assert(alignof(WBP_LookAtUI_MfilmSelectionArrow_Left_C_Tick) == 0x000004, "Wrong alignment on WBP_LookAtUI_MfilmSelectionArrow_Left_C_Tick"); \ static_assert(sizeof(WBP_LookAtUI_MfilmSelectionArrow_Left_C_Tick) == 0x00003C, "Wrong size on WBP_LookAtUI_MfilmSelectionArrow_Left_C_Tick"); \ static_assert(offsetof(WBP_LookAtUI_MfilmSelectionArrow_Left_C_Tick, MyGeometry) == 0x000000, "Member 'WBP_LookAtUI_MfilmSelectionArrow_Left_C_Tick::MyGeometry' has a wrong offset!"); \ static_assert(offsetof(WBP_LookAtUI_MfilmSelectionArrow_Left_C_Tick, InDeltaTime) == 0x000038, "Member 'WBP_LookAtUI_MfilmSelectionArrow_Left_C_Tick::InDeltaTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UWBP_LookAtUI_MfilmSelectionArrow_Left_C \ static_assert(alignof(UWBP_LookAtUI_MfilmSelectionArrow_Left_C) == 0x000008, "Wrong alignment on UWBP_LookAtUI_MfilmSelectionArrow_Left_C"); \ static_assert(sizeof(UWBP_LookAtUI_MfilmSelectionArrow_Left_C) == 0x0002C0, "Wrong size on UWBP_LookAtUI_MfilmSelectionArrow_Left_C"); \ static_assert(offsetof(UWBP_LookAtUI_MfilmSelectionArrow_Left_C, UberGraphFrame_WBP_LookAtUI_MfilmSelectionArrow_Left_C) == 0x0002B8, "Member 'UWBP_LookAtUI_MfilmSelectionArrow_Left_C::UberGraphFrame_WBP_LookAtUI_MfilmSelectionArrow_Left_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_PsychEventActive_C \ static_assert(alignof(UBPE_PsychEventActive_C) == 0x000008, "Wrong alignment on UBPE_PsychEventActive_C"); \ static_assert(sizeof(UBPE_PsychEventActive_C) == 0x000030, "Wrong size on UBPE_PsychEventActive_C"); \ static_assert(offsetof(UBPE_PsychEventActive_C, PsychEventActive) == 0x000028, "Member 'UBPE_PsychEventActive_C::PsychEventActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown \ static_assert(alignof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown) == 0x000008, "Wrong alignment on BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown"); \ static_assert(sizeof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown) == 0x0000D0, "Wrong size on BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, EntryPoint) == 0x000000, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000008, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x000018, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager) == 0x000020, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, CallFunc_HasCollectedMicrofilm_Result) == 0x000029, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::CallFunc_HasCollectedMicrofilm_Result' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, CallFunc_Lerp_ReturnValue) == 0x00002C, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, Temp_bool_IsClosed_Variable) == 0x000030, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_Event_InteractedComponent) == 0x000038, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_Event_InteractingActor) == 0x000040, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_EOCreateEvent_OutputDelegate) == 0x000048, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_EOEvent_Sender_1) == 0x000058, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_EOEvent_Event_1) == 0x000060, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, CallFunc_GetGameInstanceSubsystem_ReturnValue_1) == 0x000068, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::CallFunc_GetGameInstanceSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, CallFunc_MakeLiteralByte_ReturnValue) == 0x000070, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, CallFunc_GetPersistentInventoryManager_ReturnValue_1) == 0x000078, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::CallFunc_GetPersistentInventoryManager_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager_1) == 0x000080, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager_1' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, CallFunc_HasCollectedMicrofilm_Result_1) == 0x000089, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::CallFunc_HasCollectedMicrofilm_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_Event_InteractionComponent) == 0x000090, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_Event_InteractionActor) == 0x000098, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_EOCreateEvent_OutputDelegate_1) == 0x0000A0, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_EOEvent_Sender) == 0x0000B0, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_EOEvent_Event) == 0x0000B8, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_DynamicCast_AsBPE_Global_Microfiche_Machine_Zoom_In) == 0x0000C0, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_DynamicCast_AsBPE_Global_Microfiche_Machine_Zoom_In' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, K2Node_DynamicCast_bSuccess_2) == 0x0000C8, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown, Temp_bool_Has_Been_Initd_Variable) == 0x0000C9, "Member 'BP_Microfiche_SitDown_C_ExecuteUbergraph_BP_Microfiche_SitDown::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Microfiche_SitDown_C_ZoomIn \ static_assert(alignof(BP_Microfiche_SitDown_C_ZoomIn) == 0x000008, "Wrong alignment on BP_Microfiche_SitDown_C_ZoomIn"); \ static_assert(sizeof(BP_Microfiche_SitDown_C_ZoomIn) == 0x000010, "Wrong size on BP_Microfiche_SitDown_C_ZoomIn"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ZoomIn, Sender) == 0x000000, "Member 'BP_Microfiche_SitDown_C_ZoomIn::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ZoomIn, Event) == 0x000008, "Member 'BP_Microfiche_SitDown_C_ZoomIn::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Microfiche_SitDown_C_PassiveBeginInteract \ static_assert(alignof(BP_Microfiche_SitDown_C_PassiveBeginInteract) == 0x000008, "Wrong alignment on BP_Microfiche_SitDown_C_PassiveBeginInteract"); \ static_assert(sizeof(BP_Microfiche_SitDown_C_PassiveBeginInteract) == 0x000010, "Wrong size on BP_Microfiche_SitDown_C_PassiveBeginInteract"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_PassiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_Microfiche_SitDown_C_PassiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_PassiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_Microfiche_SitDown_C_PassiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Microfiche_SitDown_C_MicrofilmSetInventoryItem \ static_assert(alignof(BP_Microfiche_SitDown_C_MicrofilmSetInventoryItem) == 0x000008, "Wrong alignment on BP_Microfiche_SitDown_C_MicrofilmSetInventoryItem"); \ static_assert(sizeof(BP_Microfiche_SitDown_C_MicrofilmSetInventoryItem) == 0x000010, "Wrong size on BP_Microfiche_SitDown_C_MicrofilmSetInventoryItem"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_MicrofilmSetInventoryItem, Sender) == 0x000000, "Member 'BP_Microfiche_SitDown_C_MicrofilmSetInventoryItem::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_MicrofilmSetInventoryItem, Event) == 0x000008, "Member 'BP_Microfiche_SitDown_C_MicrofilmSetInventoryItem::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Microfiche_SitDown_C_Cancel \ static_assert(alignof(BP_Microfiche_SitDown_C_Cancel) == 0x000008, "Wrong alignment on BP_Microfiche_SitDown_C_Cancel"); \ static_assert(sizeof(BP_Microfiche_SitDown_C_Cancel) == 0x000010, "Wrong size on BP_Microfiche_SitDown_C_Cancel"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_Cancel, InteractedComponent_0) == 0x000000, "Member 'BP_Microfiche_SitDown_C_Cancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_Cancel, InteractingActor_0) == 0x000008, "Member 'BP_Microfiche_SitDown_C_Cancel::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Microfiche_SitDown_C_ActiveBeginInteract \ static_assert(alignof(BP_Microfiche_SitDown_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_Microfiche_SitDown_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_Microfiche_SitDown_C_ActiveBeginInteract) == 0x000050, "Wrong size on BP_Microfiche_SitDown_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_Microfiche_SitDown_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_Microfiche_SitDown_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveBeginInteract, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'BP_Microfiche_SitDown_C_ActiveBeginInteract::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveBeginInteract, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000018, "Member 'BP_Microfiche_SitDown_C_ActiveBeginInteract::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveBeginInteract, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager) == 0x000020, "Member 'BP_Microfiche_SitDown_C_ActiveBeginInteract::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveBeginInteract, CallFunc_StartMatineeCameraShake_ReturnValue) == 0x000028, "Member 'BP_Microfiche_SitDown_C_ActiveBeginInteract::CallFunc_StartMatineeCameraShake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveBeginInteract, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_1) == 0x000030, "Member 'BP_Microfiche_SitDown_C_ActiveBeginInteract::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveBeginInteract, CallFunc_StartMatineeCameraShake_ReturnValue_1) == 0x000038, "Member 'BP_Microfiche_SitDown_C_ActiveBeginInteract::CallFunc_StartMatineeCameraShake_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveBeginInteract, CallFunc_MakeLiteralByte_ReturnValue) == 0x000040, "Member 'BP_Microfiche_SitDown_C_ActiveBeginInteract::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveBeginInteract, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000044, "Member 'BP_Microfiche_SitDown_C_ActiveBeginInteract::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Microfiche_SitDown_C_ActiveEndInteract \ static_assert(alignof(BP_Microfiche_SitDown_C_ActiveEndInteract) == 0x000008, "Wrong alignment on BP_Microfiche_SitDown_C_ActiveEndInteract"); \ static_assert(sizeof(BP_Microfiche_SitDown_C_ActiveEndInteract) == 0x000030, "Wrong size on BP_Microfiche_SitDown_C_ActiveEndInteract"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveEndInteract, InteractionComponent) == 0x000000, "Member 'BP_Microfiche_SitDown_C_ActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveEndInteract, InteractionActor) == 0x000008, "Member 'BP_Microfiche_SitDown_C_ActiveEndInteract::InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveEndInteract, CallFunc_MakeLiteralByte_ReturnValue) == 0x000010, "Member 'BP_Microfiche_SitDown_C_ActiveEndInteract::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveEndInteract, CallFunc_CreateEOEvent_ReturnValue) == 0x000018, "Member 'BP_Microfiche_SitDown_C_ActiveEndInteract::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_ActiveEndInteract, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000020, "Member 'BP_Microfiche_SitDown_C_ActiveEndInteract::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Microfiche_SitDown_C_CanCancel \ static_assert(alignof(BP_Microfiche_SitDown_C_CanCancel) == 0x000008, "Wrong alignment on BP_Microfiche_SitDown_C_CanCancel"); \ static_assert(sizeof(BP_Microfiche_SitDown_C_CanCancel) == 0x000018, "Wrong size on BP_Microfiche_SitDown_C_CanCancel"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_CanCancel, InteractedComponent_0) == 0x000000, "Member 'BP_Microfiche_SitDown_C_CanCancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_CanCancel, InteractingActor_0) == 0x000008, "Member 'BP_Microfiche_SitDown_C_CanCancel::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_CanCancel, ReturnValue) == 0x000010, "Member 'BP_Microfiche_SitDown_C_CanCancel::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_CanCancel, CallFunc_CanCancel_ReturnValue) == 0x000011, "Member 'BP_Microfiche_SitDown_C_CanCancel::CallFunc_CanCancel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_CanCancel, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_Microfiche_SitDown_C_CanCancel::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Microfiche_SitDown_C_CanInteract \ static_assert(alignof(BP_Microfiche_SitDown_C_CanInteract) == 0x000008, "Wrong alignment on BP_Microfiche_SitDown_C_CanInteract"); \ static_assert(sizeof(BP_Microfiche_SitDown_C_CanInteract) == 0x000018, "Wrong size on BP_Microfiche_SitDown_C_CanInteract"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_CanInteract, InteractedComponent_0) == 0x000000, "Member 'BP_Microfiche_SitDown_C_CanInteract::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_CanInteract, InteractingActor_0) == 0x000008, "Member 'BP_Microfiche_SitDown_C_CanInteract::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_CanInteract, ReturnValue) == 0x000010, "Member 'BP_Microfiche_SitDown_C_CanInteract::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_CanInteract, CallFunc_CanInteract_ReturnValue) == 0x000011, "Member 'BP_Microfiche_SitDown_C_CanInteract::CallFunc_CanInteract_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Microfiche_SitDown_C_CanInteract, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_Microfiche_SitDown_C_CanInteract::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Microfiche_SitDown_C \ static_assert(alignof(ABP_Microfiche_SitDown_C) == 0x000010, "Wrong alignment on ABP_Microfiche_SitDown_C"); \ static_assert(sizeof(ABP_Microfiche_SitDown_C) == 0x001B20, "Wrong size on ABP_Microfiche_SitDown_C"); \ static_assert(offsetof(ABP_Microfiche_SitDown_C, UberGraphFrame_BP_Microfiche_SitDown_C) == 0x001AE8, "Member 'ABP_Microfiche_SitDown_C::UberGraphFrame_BP_Microfiche_SitDown_C' has a wrong offset!"); \ static_assert(offsetof(ABP_Microfiche_SitDown_C, Zooming_Alpha_898C2E0D46F9C04DD0398E9E55758D43) == 0x001AF0, "Member 'ABP_Microfiche_SitDown_C::Zooming_Alpha_898C2E0D46F9C04DD0398E9E55758D43' has a wrong offset!"); \ static_assert(offsetof(ABP_Microfiche_SitDown_C, Zooming__Direction_898C2E0D46F9C04DD0398E9E55758D43) == 0x001AF4, "Member 'ABP_Microfiche_SitDown_C::Zooming__Direction_898C2E0D46F9C04DD0398E9E55758D43' has a wrong offset!"); \ static_assert(offsetof(ABP_Microfiche_SitDown_C, Zooming) == 0x001AF8, "Member 'ABP_Microfiche_SitDown_C::Zooming' has a wrong offset!"); \ static_assert(offsetof(ABP_Microfiche_SitDown_C, SitDownSound) == 0x001B00, "Member 'ABP_Microfiche_SitDown_C::SitDownSound' has a wrong offset!"); \ static_assert(offsetof(ABP_Microfiche_SitDown_C, GetUpSound) == 0x001B08, "Member 'ABP_Microfiche_SitDown_C::GetUpSound' has a wrong offset!"); \ static_assert(offsetof(ABP_Microfiche_SitDown_C, DesiredFOV) == 0x001B10, "Member 'ABP_Microfiche_SitDown_C::DesiredFOV' has a wrong offset!"); \ static_assert(offsetof(ABP_Microfiche_SitDown_C, canStandUp) == 0x001B14, "Member 'ABP_Microfiche_SitDown_C::canStandUp' has a wrong offset!"); \ static_assert(offsetof(ABP_Microfiche_SitDown_C, ZoomDuration) == 0x001B18, "Member 'ABP_Microfiche_SitDown_C::ZoomDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_Microfiche_SitDown_C, CanSitDown) == 0x001B1C, "Member 'ABP_Microfiche_SitDown_C::CanSitDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown \ static_assert(alignof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown) == 0x000008, "Wrong alignment on BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown"); \ static_assert(sizeof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown) == 0x0000E8, "Wrong size on BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, EntryPoint) == 0x000000, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, CallFunc_MakeLiteralByte_ReturnValue) == 0x000020, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000028, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_EOCreateEvent_OutputDelegate) == 0x000030, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_Event_InteractionComponent_2) == 0x000040, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_Event_InteractionComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_Event_InteractionActor_2) == 0x000048, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_Event_InteractionActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000050, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_Event_InteractionComponent_1) == 0x000058, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_Event_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_Event_InteractionActor_1) == 0x000060, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_Event_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_EOEvent_Sender_2) == 0x000068, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_EOEvent_Event_2) == 0x000070, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000078, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000080, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000090, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_SwitchEnum_CmpSuccess) == 0x000091, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000094, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_EOEvent_Sender_1) == 0x0000A8, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_EOEvent_Event_1) == 0x0000B0, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_EOEvent_Sender) == 0x0000B8, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_EOEvent_Event) == 0x0000C0, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, CallFunc_GetCachedGameInstance_CachedGameInstance_1) == 0x0000C8, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::CallFunc_GetCachedGameInstance_CachedGameInstance_1' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, CallFunc_Lerp_ReturnValue) == 0x0000D0, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_Event_InteractionComponent) == 0x0000D8, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown, K2Node_Event_InteractionActor) == 0x0000E0, "Member 'BP_Ch02_Cymatic_Sitdown_C_ExecuteUbergraph_BP_Ch02_Cymatic_Sitdown::K2Node_Event_InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Ch02_Cymatic_Sitdown_C_ActiveBeginInteract \ static_assert(alignof(BP_Ch02_Cymatic_Sitdown_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_Ch02_Cymatic_Sitdown_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_Ch02_Cymatic_Sitdown_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_Ch02_Cymatic_Sitdown_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_Ch02_Cymatic_Sitdown_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_Ch02_Cymatic_Sitdown_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Ch02_Cymatic_Sitdown_C_InfusionIngredientsCollected \ static_assert(alignof(BP_Ch02_Cymatic_Sitdown_C_InfusionIngredientsCollected) == 0x000008, "Wrong alignment on BP_Ch02_Cymatic_Sitdown_C_InfusionIngredientsCollected"); \ static_assert(sizeof(BP_Ch02_Cymatic_Sitdown_C_InfusionIngredientsCollected) == 0x000010, "Wrong size on BP_Ch02_Cymatic_Sitdown_C_InfusionIngredientsCollected"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_InfusionIngredientsCollected, Sender) == 0x000000, "Member 'BP_Ch02_Cymatic_Sitdown_C_InfusionIngredientsCollected::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_InfusionIngredientsCollected, Event) == 0x000008, "Member 'BP_Ch02_Cymatic_Sitdown_C_InfusionIngredientsCollected::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Ch02_Cymatic_Sitdown_C_CymaticComponents_Collected \ static_assert(alignof(BP_Ch02_Cymatic_Sitdown_C_CymaticComponents_Collected) == 0x000008, "Wrong alignment on BP_Ch02_Cymatic_Sitdown_C_CymaticComponents_Collected"); \ static_assert(sizeof(BP_Ch02_Cymatic_Sitdown_C_CymaticComponents_Collected) == 0x000010, "Wrong size on BP_Ch02_Cymatic_Sitdown_C_CymaticComponents_Collected"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_CymaticComponents_Collected, Sender) == 0x000000, "Member 'BP_Ch02_Cymatic_Sitdown_C_CymaticComponents_Collected::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_CymaticComponents_Collected, Event) == 0x000008, "Member 'BP_Ch02_Cymatic_Sitdown_C_CymaticComponents_Collected::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Ch02_Cymatic_Sitdown_C_EOEventDelegate_0 \ static_assert(alignof(BP_Ch02_Cymatic_Sitdown_C_EOEventDelegate_0) == 0x000008, "Wrong alignment on BP_Ch02_Cymatic_Sitdown_C_EOEventDelegate_0"); \ static_assert(sizeof(BP_Ch02_Cymatic_Sitdown_C_EOEventDelegate_0) == 0x000010, "Wrong size on BP_Ch02_Cymatic_Sitdown_C_EOEventDelegate_0"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_EOEventDelegate_0, Sender) == 0x000000, "Member 'BP_Ch02_Cymatic_Sitdown_C_EOEventDelegate_0::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_EOEventDelegate_0, Event) == 0x000008, "Member 'BP_Ch02_Cymatic_Sitdown_C_EOEventDelegate_0::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Ch02_Cymatic_Sitdown_C_PassiveBeginInteract \ static_assert(alignof(BP_Ch02_Cymatic_Sitdown_C_PassiveBeginInteract) == 0x000008, "Wrong alignment on BP_Ch02_Cymatic_Sitdown_C_PassiveBeginInteract"); \ static_assert(sizeof(BP_Ch02_Cymatic_Sitdown_C_PassiveBeginInteract) == 0x000010, "Wrong size on BP_Ch02_Cymatic_Sitdown_C_PassiveBeginInteract"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_PassiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_Ch02_Cymatic_Sitdown_C_PassiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_PassiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_Ch02_Cymatic_Sitdown_C_PassiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Ch02_Cymatic_Sitdown_C_ActiveEndInteract \ static_assert(alignof(BP_Ch02_Cymatic_Sitdown_C_ActiveEndInteract) == 0x000008, "Wrong alignment on BP_Ch02_Cymatic_Sitdown_C_ActiveEndInteract"); \ static_assert(sizeof(BP_Ch02_Cymatic_Sitdown_C_ActiveEndInteract) == 0x000010, "Wrong size on BP_Ch02_Cymatic_Sitdown_C_ActiveEndInteract"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ActiveEndInteract, InteractionComponent) == 0x000000, "Member 'BP_Ch02_Cymatic_Sitdown_C_ActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_ActiveEndInteract, InteractionActor) == 0x000008, "Member 'BP_Ch02_Cymatic_Sitdown_C_ActiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState \ static_assert(alignof(BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState) == 0x000008, "Wrong alignment on BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState"); \ static_assert(sizeof(BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState) == 0x000010, "Wrong size on BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000000, "Member 'BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000008, "Member 'BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState, CallFunc_Map_Find_Value) == 0x000009, "Member 'BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'BP_Ch02_Cymatic_Sitdown_C_UpdateApartmentState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Ch02_Cymatic_Sitdown_C_Change_Apartment_State \ static_assert(alignof(BP_Ch02_Cymatic_Sitdown_C_Change_Apartment_State) == 0x000001, "Wrong alignment on BP_Ch02_Cymatic_Sitdown_C_Change_Apartment_State"); \ static_assert(sizeof(BP_Ch02_Cymatic_Sitdown_C_Change_Apartment_State) == 0x000002, "Wrong size on BP_Ch02_Cymatic_Sitdown_C_Change_Apartment_State"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_Change_Apartment_State, Selection) == 0x000000, "Member 'BP_Ch02_Cymatic_Sitdown_C_Change_Apartment_State::Selection' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_Change_Apartment_State, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_Ch02_Cymatic_Sitdown_C_Change_Apartment_State::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Ch02_Cymatic_Sitdown_C_GetDefaultCameraRotation \ static_assert(alignof(BP_Ch02_Cymatic_Sitdown_C_GetDefaultCameraRotation) == 0x000004, "Wrong alignment on BP_Ch02_Cymatic_Sitdown_C_GetDefaultCameraRotation"); \ static_assert(sizeof(BP_Ch02_Cymatic_Sitdown_C_GetDefaultCameraRotation) == 0x000010, "Wrong size on BP_Ch02_Cymatic_Sitdown_C_GetDefaultCameraRotation"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_GetDefaultCameraRotation, CoordinateSpace) == 0x000000, "Member 'BP_Ch02_Cymatic_Sitdown_C_GetDefaultCameraRotation::CoordinateSpace' has a wrong offset!"); \ static_assert(offsetof(BP_Ch02_Cymatic_Sitdown_C_GetDefaultCameraRotation, ReturnValue) == 0x000004, "Member 'BP_Ch02_Cymatic_Sitdown_C_GetDefaultCameraRotation::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Ch02_Cymatic_Sitdown_C \ static_assert(alignof(ABP_Ch02_Cymatic_Sitdown_C) == 0x000010, "Wrong alignment on ABP_Ch02_Cymatic_Sitdown_C"); \ static_assert(sizeof(ABP_Ch02_Cymatic_Sitdown_C) == 0x001B70, "Wrong size on ABP_Ch02_Cymatic_Sitdown_C"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, UberGraphFrame_BP_Ch02_Cymatic_Sitdown_C) == 0x001AE8, "Member 'ABP_Ch02_Cymatic_Sitdown_C::UberGraphFrame_BP_Ch02_Cymatic_Sitdown_C' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, SM_Cushion) == 0x001AF0, "Member 'ABP_Ch02_Cymatic_Sitdown_C::SM_Cushion' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, Timeline_DOF_Alpha_31893A914FB424D878D5ACA4448B4A8C) == 0x001AF8, "Member 'ABP_Ch02_Cymatic_Sitdown_C::Timeline_DOF_Alpha_31893A914FB424D878D5ACA4448B4A8C' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, Timeline_DOF__Direction_31893A914FB424D878D5ACA4448B4A8C) == 0x001AFC, "Member 'ABP_Ch02_Cymatic_Sitdown_C::Timeline_DOF__Direction_31893A914FB424D878D5ACA4448B4A8C' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, Timeline_DOF) == 0x001B00, "Member 'ABP_Ch02_Cymatic_Sitdown_C::Timeline_DOF' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, bPickedUpDisk) == 0x001B08, "Member 'ABP_Ch02_Cymatic_Sitdown_C::bPickedUpDisk' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, bPickedUpUrn) == 0x001B09, "Member 'ABP_Ch02_Cymatic_Sitdown_C::bPickedUpUrn' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, bPickedUpTuners) == 0x001B0A, "Member 'ABP_Ch02_Cymatic_Sitdown_C::bPickedUpTuners' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, bJournalPutDown) == 0x001B0B, "Member 'ABP_Ch02_Cymatic_Sitdown_C::bJournalPutDown' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, bInfusionIngredientCollected1) == 0x001B0C, "Member 'ABP_Ch02_Cymatic_Sitdown_C::bInfusionIngredientCollected1' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, bInfusionIngredientCollected2) == 0x001B0D, "Member 'ABP_Ch02_Cymatic_Sitdown_C::bInfusionIngredientCollected2' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, bInfusionIngredientCollected3) == 0x001B0E, "Member 'ABP_Ch02_Cymatic_Sitdown_C::bInfusionIngredientCollected3' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, Katjas_Apt_Door_State_Table) == 0x001B10, "Member 'ABP_Ch02_Cymatic_Sitdown_C::Katjas_Apt_Door_State_Table' has a wrong offset!"); \ static_assert(offsetof(ABP_Ch02_Cymatic_Sitdown_C, PassiveDialogueAvailable) == 0x001B60, "Member 'ABP_Ch02_Cymatic_Sitdown_C::PassiveDialogueAvailable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase \ static_assert(alignof(BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase) == 0x000008, "Wrong alignment on BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase"); \ static_assert(sizeof(BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase) == 0x000028, "Wrong size on BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase, EntryPoint) == 0x000000, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase, K2Node_EOEvent_Sender) == 0x000018, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase, K2Node_EOEvent_Event) == 0x000020, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_ExecuteUbergraph_BP_CI_KatjasAptCameraInspectableBase::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CI_KatjasAptCameraInspectableBase_C_OnKatjasAptSwapperSet \ static_assert(alignof(BP_CI_KatjasAptCameraInspectableBase_C_OnKatjasAptSwapperSet) == 0x000008, "Wrong alignment on BP_CI_KatjasAptCameraInspectableBase_C_OnKatjasAptSwapperSet"); \ static_assert(sizeof(BP_CI_KatjasAptCameraInspectableBase_C_OnKatjasAptSwapperSet) == 0x000010, "Wrong size on BP_CI_KatjasAptCameraInspectableBase_C_OnKatjasAptSwapperSet"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_OnKatjasAptSwapperSet, Sender) == 0x000000, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_OnKatjasAptSwapperSet::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_OnKatjasAptSwapperSet, Event) == 0x000008, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_OnKatjasAptSwapperSet::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState \ static_assert(alignof(BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState) == 0x000008, "Wrong alignment on BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState"); \ static_assert(sizeof(BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState) == 0x000018, "Wrong size on BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState, CallFunc_GetDefaultObject_ReturnValue) == 0x000000, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState, K2Node_DynamicCast_AsBP_PHGame_Instance) == 0x000008, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState::K2Node_DynamicCast_AsBP_PHGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000011, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState, CallFunc_Map_Find_Value) == 0x000012, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState, CallFunc_Map_Find_ReturnValue) == 0x000013, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_InitEditorState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CI_KatjasAptCameraInspectableBase_C_UpdateState \ static_assert(alignof(BP_CI_KatjasAptCameraInspectableBase_C_UpdateState) == 0x000008, "Wrong alignment on BP_CI_KatjasAptCameraInspectableBase_C_UpdateState"); \ static_assert(sizeof(BP_CI_KatjasAptCameraInspectableBase_C_UpdateState) == 0x000010, "Wrong size on BP_CI_KatjasAptCameraInspectableBase_C_UpdateState"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_UpdateState, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000000, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_UpdateState::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_UpdateState, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000008, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_UpdateState::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_UpdateState, CallFunc_Map_Find_Value) == 0x000009, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_UpdateState::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_UpdateState, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_UpdateState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CI_KatjasAptCameraInspectableBase_C_ChangeState \ static_assert(alignof(BP_CI_KatjasAptCameraInspectableBase_C_ChangeState) == 0x000001, "Wrong alignment on BP_CI_KatjasAptCameraInspectableBase_C_ChangeState"); \ static_assert(sizeof(BP_CI_KatjasAptCameraInspectableBase_C_ChangeState) == 0x000002, "Wrong size on BP_CI_KatjasAptCameraInspectableBase_C_ChangeState"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_ChangeState, NewState) == 0x000000, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_ChangeState::NewState' has a wrong offset!"); \ static_assert(offsetof(BP_CI_KatjasAptCameraInspectableBase_C_ChangeState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_CI_KatjasAptCameraInspectableBase_C_ChangeState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CI_KatjasAptCameraInspectableBase_C \ static_assert(alignof(ABP_CI_KatjasAptCameraInspectableBase_C) == 0x000010, "Wrong alignment on ABP_CI_KatjasAptCameraInspectableBase_C"); \ static_assert(sizeof(ABP_CI_KatjasAptCameraInspectableBase_C) == 0x001BB0, "Wrong size on ABP_CI_KatjasAptCameraInspectableBase_C"); \ static_assert(offsetof(ABP_CI_KatjasAptCameraInspectableBase_C, UberGraphFrame_BP_CI_KatjasAptCameraInspectableBase_C) == 0x001B58, "Member 'ABP_CI_KatjasAptCameraInspectableBase_C::UberGraphFrame_BP_CI_KatjasAptCameraInspectableBase_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CI_KatjasAptCameraInspectableBase_C, InteractionStateMap) == 0x001B60, "Member 'ABP_CI_KatjasAptCameraInspectableBase_C::InteractionStateMap' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging \ static_assert(alignof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging) == 0x000008, "Wrong alignment on BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging"); \ static_assert(sizeof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging) == 0x000088, "Wrong size on BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, EntryPoint) == 0x000000, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, K2Node_EOCreateEvent_OutputDelegate) == 0x000020, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000030, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, K2Node_EOEvent_Sender_1) == 0x000040, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, K2Node_EOEvent_Event_1) == 0x000048, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, K2Node_Event_InteractionComponent) == 0x000050, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, K2Node_Event_InteractionActor) == 0x000058, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000064, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, K2Node_EOEvent_Sender) == 0x000078, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging, K2Node_EOEvent_Event) == 0x000080, "Member 'BP_BI_Ch02_CymaticSinging_C_ExecuteUbergraph_BP_BI_Ch02_CymaticSinging::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BI_Ch02_CymaticSinging_C_PromptVOComplete \ static_assert(alignof(BP_BI_Ch02_CymaticSinging_C_PromptVOComplete) == 0x000008, "Wrong alignment on BP_BI_Ch02_CymaticSinging_C_PromptVOComplete"); \ static_assert(sizeof(BP_BI_Ch02_CymaticSinging_C_PromptVOComplete) == 0x000010, "Wrong size on BP_BI_Ch02_CymaticSinging_C_PromptVOComplete"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_PromptVOComplete, Sender) == 0x000000, "Member 'BP_BI_Ch02_CymaticSinging_C_PromptVOComplete::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_PromptVOComplete, Event) == 0x000008, "Member 'BP_BI_Ch02_CymaticSinging_C_PromptVOComplete::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BI_Ch02_CymaticSinging_C_ActiveBeginInteract \ static_assert(alignof(BP_BI_Ch02_CymaticSinging_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_BI_Ch02_CymaticSinging_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_BI_Ch02_CymaticSinging_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_BI_Ch02_CymaticSinging_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_BI_Ch02_CymaticSinging_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_BI_Ch02_CymaticSinging_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BI_Ch02_CymaticSinging_C_CymaticSingingAvailable \ static_assert(alignof(BP_BI_Ch02_CymaticSinging_C_CymaticSingingAvailable) == 0x000008, "Wrong alignment on BP_BI_Ch02_CymaticSinging_C_CymaticSingingAvailable"); \ static_assert(sizeof(BP_BI_Ch02_CymaticSinging_C_CymaticSingingAvailable) == 0x000010, "Wrong size on BP_BI_Ch02_CymaticSinging_C_CymaticSingingAvailable"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_CymaticSingingAvailable, Sender) == 0x000000, "Member 'BP_BI_Ch02_CymaticSinging_C_CymaticSingingAvailable::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_CymaticSingingAvailable, Event) == 0x000008, "Member 'BP_BI_Ch02_CymaticSinging_C_CymaticSingingAvailable::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BI_Ch02_CymaticSinging_C_ReceiveTick \ static_assert(alignof(BP_BI_Ch02_CymaticSinging_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_BI_Ch02_CymaticSinging_C_ReceiveTick"); \ static_assert(sizeof(BP_BI_Ch02_CymaticSinging_C_ReceiveTick) == 0x000004, "Wrong size on BP_BI_Ch02_CymaticSinging_C_ReceiveTick"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_BI_Ch02_CymaticSinging_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc \ static_assert(alignof(BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc) == 0x000008, "Wrong alignment on BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc"); \ static_assert(sizeof(BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc) == 0x000030, "Wrong size on BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc, Sender) == 0x000000, "Member 'BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc, Event) == 0x000008, "Member 'BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc, K2Node_DynamicCast_AsBPE_A_Prioritized_Audio_Status) == 0x000010, "Member 'BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc::K2Node_DynamicCast_AsBPE_A_Prioritized_Audio_Status' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc, K2Node_CreateDelegate_OutputDelegate) == 0x00001C, "Member 'BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00002C, "Member 'BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x00002D, "Member 'BP_BI_Ch02_CymaticSinging_C_BP_BI_Ch02_CymaticSinging_AutoGenFunc::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BI_Ch02_CymaticSinging_C_VOFinished \ static_assert(alignof(BP_BI_Ch02_CymaticSinging_C_VOFinished) == 0x000004, "Wrong alignment on BP_BI_Ch02_CymaticSinging_C_VOFinished"); \ static_assert(sizeof(BP_BI_Ch02_CymaticSinging_C_VOFinished) == 0x000014, "Wrong size on BP_BI_Ch02_CymaticSinging_C_VOFinished"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_VOFinished, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_BI_Ch02_CymaticSinging_C_VOFinished::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BI_Ch02_CymaticSinging_C_VOFinished, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_BI_Ch02_CymaticSinging_C_VOFinished::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BI_Ch02_CymaticSinging_C \ static_assert(alignof(ABP_BI_Ch02_CymaticSinging_C) == 0x000008, "Wrong alignment on ABP_BI_Ch02_CymaticSinging_C"); \ static_assert(sizeof(ABP_BI_Ch02_CymaticSinging_C) == 0x001C28, "Wrong size on ABP_BI_Ch02_CymaticSinging_C"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, UberGraphFrame_BP_BI_Ch02_CymaticSinging_C) == 0x001BD0, "Member 'ABP_BI_Ch02_CymaticSinging_C::UberGraphFrame_BP_BI_Ch02_CymaticSinging_C' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, Box) == 0x001BD8, "Member 'ABP_BI_Ch02_CymaticSinging_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, Timeline_Video_NewTrack_0_BC5001284F1B850477ED949CEDCB2CBF) == 0x001BE0, "Member 'ABP_BI_Ch02_CymaticSinging_C::Timeline_Video_NewTrack_0_BC5001284F1B850477ED949CEDCB2CBF' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, Timeline_Video__Direction_BC5001284F1B850477ED949CEDCB2CBF) == 0x001BE4, "Member 'ABP_BI_Ch02_CymaticSinging_C::Timeline_Video__Direction_BC5001284F1B850477ED949CEDCB2CBF' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, Timeline_Video) == 0x001BE8, "Member 'ABP_BI_Ch02_CymaticSinging_C::Timeline_Video' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, MinIntensity) == 0x001BF0, "Member 'ABP_BI_Ch02_CymaticSinging_C::MinIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, MaxIntensity) == 0x001BF4, "Member 'ABP_BI_Ch02_CymaticSinging_C::MaxIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, TimelineLerpValue) == 0x001BF8, "Member 'ABP_BI_Ch02_CymaticSinging_C::TimelineLerpValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, DialogueWaveBeforeSingScream) == 0x001C00, "Member 'ABP_BI_Ch02_CymaticSinging_C::DialogueWaveBeforeSingScream' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, As_BPE_A_Prioritized_Audio_Status) == 0x001C08, "Member 'ABP_BI_Ch02_CymaticSinging_C::As_BPE_A_Prioritized_Audio_Status' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, VOAudioComponent) == 0x001C10, "Member 'ABP_BI_Ch02_CymaticSinging_C::VOAudioComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, bVOFinished) == 0x001C18, "Member 'ABP_BI_Ch02_CymaticSinging_C::bVOFinished' has a wrong offset!"); \ static_assert(offsetof(ABP_BI_Ch02_CymaticSinging_C, SoundCueBeforeSingScream) == 0x001C20, "Member 'ABP_BI_Ch02_CymaticSinging_C::SoundCueBeforeSingScream' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HI_IP_Microfilm_07_TheSwell_C \ static_assert(alignof(ABP_HI_IP_Microfilm_07_TheSwell_C) == 0x000010, "Wrong alignment on ABP_HI_IP_Microfilm_07_TheSwell_C"); \ static_assert(sizeof(ABP_HI_IP_Microfilm_07_TheSwell_C) == 0x001E40, "Wrong size on ABP_HI_IP_Microfilm_07_TheSwell_C"); \ #define DUMPER7_ASSERTS_ABP_WallPainting_06_CageRoom_C \ static_assert(alignof(ABP_WallPainting_06_CageRoom_C) == 0x000008, "Wrong alignment on ABP_WallPainting_06_CageRoom_C"); \ static_assert(sizeof(ABP_WallPainting_06_CageRoom_C) == 0x001BF0, "Wrong size on ABP_WallPainting_06_CageRoom_C"); \ #define DUMPER7_ASSERTS_UBPE_A_StartSynesthesiaTracking_C \ static_assert(alignof(UBPE_A_StartSynesthesiaTracking_C) == 0x000008, "Wrong alignment on UBPE_A_StartSynesthesiaTracking_C"); \ static_assert(sizeof(UBPE_A_StartSynesthesiaTracking_C) == 0x000060, "Wrong size on UBPE_A_StartSynesthesiaTracking_C"); \ static_assert(offsetof(UBPE_A_StartSynesthesiaTracking_C, Submix) == 0x000028, "Member 'UBPE_A_StartSynesthesiaTracking_C::Submix' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_StartSynesthesiaTracking_C, Enum_SynesthesiaType) == 0x000030, "Member 'UBPE_A_StartSynesthesiaTracking_C::Enum_SynesthesiaType' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_StartSynesthesiaTracking_C, AudioComponent) == 0x000038, "Member 'UBPE_A_StartSynesthesiaTracking_C::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_StartSynesthesiaTracking_C, ConstantQNRTSettings) == 0x000040, "Member 'UBPE_A_StartSynesthesiaTracking_C::ConstantQNRTSettings' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_StartSynesthesiaTracking_C, LoudnessNRT) == 0x000048, "Member 'UBPE_A_StartSynesthesiaTracking_C::LoudnessNRT' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_StartSynesthesiaTracking_C, OnsetNRT) == 0x000050, "Member 'UBPE_A_StartSynesthesiaTracking_C::OnsetNRT' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_StartSynesthesiaTracking_C, LoudnessNRTInRangeA) == 0x000058, "Member 'UBPE_A_StartSynesthesiaTracking_C::LoudnessNRTInRangeA' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_StartSynesthesiaTracking_C, LoudnessNRTInRangeB) == 0x00005C, "Member 'UBPE_A_StartSynesthesiaTracking_C::LoudnessNRTInRangeB' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CameraShake_QuakeHigh_C \ static_assert(alignof(UBP_CameraShake_QuakeHigh_C) == 0x000010, "Wrong alignment on UBP_CameraShake_QuakeHigh_C"); \ static_assert(sizeof(UBP_CameraShake_QuakeHigh_C) == 0x0000B0, "Wrong size on UBP_CameraShake_QuakeHigh_C"); \ #define DUMPER7_ASSERTS_ABP_CA_NestingDoll_Dad_C \ static_assert(alignof(ABP_CA_NestingDoll_Dad_C) == 0x000008, "Wrong alignment on ABP_CA_NestingDoll_Dad_C"); \ static_assert(sizeof(ABP_CA_NestingDoll_Dad_C) == 0x001BF0, "Wrong size on ABP_CA_NestingDoll_Dad_C"); \ #define DUMPER7_ASSERTS_ABP_CA_MachinistPamphlet_C \ static_assert(alignof(ABP_CA_MachinistPamphlet_C) == 0x000008, "Wrong alignment on ABP_CA_MachinistPamphlet_C"); \ static_assert(sizeof(ABP_CA_MachinistPamphlet_C) == 0x001BF0, "Wrong size on ABP_CA_MachinistPamphlet_C"); \ #define DUMPER7_ASSERTS_ABP_WallPainting_05_Stairwell_C \ static_assert(alignof(ABP_WallPainting_05_Stairwell_C) == 0x000008, "Wrong alignment on ABP_WallPainting_05_Stairwell_C"); \ static_assert(sizeof(ABP_WallPainting_05_Stairwell_C) == 0x001BF0, "Wrong size on ABP_WallPainting_05_Stairwell_C"); \ #define DUMPER7_ASSERTS_ABP_WallPainting_02_HotelLobby_C \ static_assert(alignof(ABP_WallPainting_02_HotelLobby_C) == 0x000008, "Wrong alignment on ABP_WallPainting_02_HotelLobby_C"); \ static_assert(sizeof(ABP_WallPainting_02_HotelLobby_C) == 0x001BF0, "Wrong size on ABP_WallPainting_02_HotelLobby_C"); \ #define DUMPER7_ASSERTS_ABP_WallPainting_01_Shanty_C \ static_assert(alignof(ABP_WallPainting_01_Shanty_C) == 0x000008, "Wrong alignment on ABP_WallPainting_01_Shanty_C"); \ static_assert(sizeof(ABP_WallPainting_01_Shanty_C) == 0x001BF0, "Wrong size on ABP_WallPainting_01_Shanty_C"); \ #define DUMPER7_ASSERTS_ABP_WallPainting_03_FalseApartment_C \ static_assert(alignof(ABP_WallPainting_03_FalseApartment_C) == 0x000008, "Wrong alignment on ABP_WallPainting_03_FalseApartment_C"); \ static_assert(sizeof(ABP_WallPainting_03_FalseApartment_C) == 0x001BF0, "Wrong size on ABP_WallPainting_03_FalseApartment_C"); \ #define DUMPER7_ASSERTS_ABP_CA_NestingDoll_Bo_C \ static_assert(alignof(ABP_CA_NestingDoll_Bo_C) == 0x000008, "Wrong alignment on ABP_CA_NestingDoll_Bo_C"); \ static_assert(sizeof(ABP_CA_NestingDoll_Bo_C) == 0x001BF0, "Wrong size on ABP_CA_NestingDoll_Bo_C"); \ #define DUMPER7_ASSERTS_ABP_CA_VendingMachineFortune_C \ static_assert(alignof(ABP_CA_VendingMachineFortune_C) == 0x000008, "Wrong alignment on ABP_CA_VendingMachineFortune_C"); \ static_assert(sizeof(ABP_CA_VendingMachineFortune_C) == 0x001BF0, "Wrong size on ABP_CA_VendingMachineFortune_C"); \ #define DUMPER7_ASSERTS_BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner \ static_assert(alignof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner) == 0x000008, "Wrong alignment on BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner"); \ static_assert(sizeof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner) == 0x000770, "Wrong size on BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, EntryPoint) == 0x000000, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_CustomEvent_Lerp) == 0x000008, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_CustomEvent_Lerp' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, Temp_float_Variable) == 0x00000C, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_RLerp_ReturnValue) == 0x000010, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_RLerp_ReturnValue_1) == 0x00001C, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_RLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000028, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0000B0, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_RLerp_ReturnValue_2) == 0x000138, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_RLerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_RLerp_ReturnValue_3) == 0x000144, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_RLerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_SetRelativeRotation_SweepHitResult_2) == 0x000150, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_SetRelativeRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_SetRelativeRotation_SweepHitResult_3) == 0x0001D8, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_SetRelativeRotation_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_Event_DeltaSeconds) == 0x000260, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_Multiply_RotatorFloat_ReturnValue) == 0x000264, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_Multiply_RotatorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_SetRelativeRotation_SweepHitResult_4) == 0x000270, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_SetRelativeRotation_SweepHitResult_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_SetRelativeRotation_SweepHitResult_5) == 0x0002F8, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_SetRelativeRotation_SweepHitResult_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_Multiply_RotatorFloat_ReturnValue_1) == 0x000380, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_Multiply_RotatorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_Multiply_RotatorFloat_ReturnValue_2) == 0x00038C, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_Multiply_RotatorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_Multiply_RotatorFloat_ReturnValue_3) == 0x000398, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_Multiply_RotatorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x0003A4, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_SwitchEnum_CmpSuccess) == 0x00042C, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_AddRelativeRotation_SweepHitResult_1) == 0x000430, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_AddRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_SwitchEnum_CmpSuccess_1) == 0x0004B8, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_BreakRotator_Roll) == 0x0004BC, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_BreakRotator_Pitch) == 0x0004C0, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_BreakRotator_Yaw) == 0x0004C4, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0004C8, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_MakeRotator_ReturnValue) == 0x0004CC, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_RLerp_ReturnValue_4) == 0x0004D8, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_RLerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_RLerp_ReturnValue_5) == 0x0004E4, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_RLerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_SetRelativeRotation_SweepHitResult_6) == 0x0004F0, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_SetRelativeRotation_SweepHitResult_6' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_SetRelativeRotation_SweepHitResult_7) == 0x000578, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_SetRelativeRotation_SweepHitResult_7' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_AddRelativeRotation_SweepHitResult_2) == 0x000600, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_AddRelativeRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000688, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00068C, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_EOCreateEvent_OutputDelegate) == 0x000690, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_EOEvent_Sender_1) == 0x0006A0, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_EOEvent_Event_1) == 0x0006A8, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_DynamicCast_AsBPE_KA1_Cymatic_Wrong_Slot_Duration_Set) == 0x0006B0, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_DynamicCast_AsBPE_KA1_Cymatic_Wrong_Slot_Duration_Set' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_DynamicCast_bSuccess) == 0x0006B8, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0006BC, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0006C0, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_EOCreateEvent_OutputDelegate_1) == 0x0006C4, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_EOEvent_Sender) == 0x0006D8, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, K2Node_EOEvent_Event) == 0x0006E0, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner, CallFunc_K2_AddRelativeRotation_SweepHitResult_3) == 0x0006E8, "Member 'BP_CymaticTuner_C_ExecuteUbergraph_BP_CymaticTuner::CallFunc_K2_AddRelativeRotation_SweepHitResult_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTuner_C_StopAllCymaticTuners \ static_assert(alignof(BP_CymaticTuner_C_StopAllCymaticTuners) == 0x000008, "Wrong alignment on BP_CymaticTuner_C_StopAllCymaticTuners"); \ static_assert(sizeof(BP_CymaticTuner_C_StopAllCymaticTuners) == 0x000010, "Wrong size on BP_CymaticTuner_C_StopAllCymaticTuners"); \ static_assert(offsetof(BP_CymaticTuner_C_StopAllCymaticTuners, Sender) == 0x000000, "Member 'BP_CymaticTuner_C_StopAllCymaticTuners::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_StopAllCymaticTuners, Event) == 0x000008, "Member 'BP_CymaticTuner_C_StopAllCymaticTuners::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTuner_C_Cymatic_WrongSlotFilled \ static_assert(alignof(BP_CymaticTuner_C_Cymatic_WrongSlotFilled) == 0x000008, "Wrong alignment on BP_CymaticTuner_C_Cymatic_WrongSlotFilled"); \ static_assert(sizeof(BP_CymaticTuner_C_Cymatic_WrongSlotFilled) == 0x000010, "Wrong size on BP_CymaticTuner_C_Cymatic_WrongSlotFilled"); \ static_assert(offsetof(BP_CymaticTuner_C_Cymatic_WrongSlotFilled, Sender) == 0x000000, "Member 'BP_CymaticTuner_C_Cymatic_WrongSlotFilled::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTuner_C_Cymatic_WrongSlotFilled, Event) == 0x000008, "Member 'BP_CymaticTuner_C_Cymatic_WrongSlotFilled::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTuner_C_SetGyrosToDefault \ static_assert(alignof(BP_CymaticTuner_C_SetGyrosToDefault) == 0x000004, "Wrong alignment on BP_CymaticTuner_C_SetGyrosToDefault"); \ static_assert(sizeof(BP_CymaticTuner_C_SetGyrosToDefault) == 0x000004, "Wrong size on BP_CymaticTuner_C_SetGyrosToDefault"); \ static_assert(offsetof(BP_CymaticTuner_C_SetGyrosToDefault, Lerp) == 0x000000, "Member 'BP_CymaticTuner_C_SetGyrosToDefault::Lerp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTuner_C_ReceiveTick \ static_assert(alignof(BP_CymaticTuner_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CymaticTuner_C_ReceiveTick"); \ static_assert(sizeof(BP_CymaticTuner_C_ReceiveTick) == 0x000004, "Wrong size on BP_CymaticTuner_C_ReceiveTick"); \ static_assert(offsetof(BP_CymaticTuner_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CymaticTuner_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTuner_C_UserConstructionScript \ static_assert(alignof(BP_CymaticTuner_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_CymaticTuner_C_UserConstructionScript"); \ static_assert(sizeof(BP_CymaticTuner_C_UserConstructionScript) == 0x000004, "Wrong size on BP_CymaticTuner_C_UserConstructionScript"); \ static_assert(offsetof(BP_CymaticTuner_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_CymaticTuner_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CymaticTuner_C \ static_assert(alignof(ABP_CymaticTuner_C) == 0x000008, "Wrong alignment on ABP_CymaticTuner_C"); \ static_assert(sizeof(ABP_CymaticTuner_C) == 0x001CB0, "Wrong size on ABP_CymaticTuner_C"); \ static_assert(offsetof(ABP_CymaticTuner_C, UberGraphFrame_BP_CymaticTuner_C) == 0x001BE0, "Member 'ABP_CymaticTuner_C::UberGraphFrame_BP_CymaticTuner_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Sphere) == 0x001BE8, "Member 'ABP_CymaticTuner_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, GyroA) == 0x001BF0, "Member 'ABP_CymaticTuner_C::GyroA' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, GyroController) == 0x001BF8, "Member 'ABP_CymaticTuner_C::GyroController' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, GyroD) == 0x001C00, "Member 'ABP_CymaticTuner_C::GyroD' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, GyroC) == 0x001C08, "Member 'ABP_CymaticTuner_C::GyroC' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, GyroB) == 0x001C10, "Member 'ABP_CymaticTuner_C::GyroB' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Niagara) == 0x001C18, "Member 'ABP_CymaticTuner_C::Niagara' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Attractor) == 0x001C20, "Member 'ABP_CymaticTuner_C::Attractor' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Scene) == 0x001C28, "Member 'ABP_CymaticTuner_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, SpinDownTimeline_Multiplier_curve_F5BB886D4EA749681584528A6C4CEF31) == 0x001C30, "Member 'ABP_CymaticTuner_C::SpinDownTimeline_Multiplier_curve_F5BB886D4EA749681584528A6C4CEF31' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, SpinDownTimeline__Direction_F5BB886D4EA749681584528A6C4CEF31) == 0x001C34, "Member 'ABP_CymaticTuner_C::SpinDownTimeline__Direction_F5BB886D4EA749681584528A6C4CEF31' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, SpinDownTimeline) == 0x001C38, "Member 'ABP_CymaticTuner_C::SpinDownTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, TunerPosition) == 0x001C40, "Member 'ABP_CymaticTuner_C::TunerPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, TunerTag) == 0x001C44, "Member 'ABP_CymaticTuner_C::TunerTag' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, TunerStage) == 0x001C4C, "Member 'ABP_CymaticTuner_C::TunerStage' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Delta_Rotation_A) == 0x001C50, "Member 'ABP_CymaticTuner_C::Delta_Rotation_A' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Delta_Rotation_B) == 0x001C5C, "Member 'ABP_CymaticTuner_C::Delta_Rotation_B' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Delta_Rotation_C) == 0x001C68, "Member 'ABP_CymaticTuner_C::Delta_Rotation_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Delta_Rotation_D) == 0x001C74, "Member 'ABP_CymaticTuner_C::Delta_Rotation_D' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Rotation_Speed) == 0x001C80, "Member 'ABP_CymaticTuner_C::Rotation_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, SpawnActivated) == 0x001C84, "Member 'ABP_CymaticTuner_C::SpawnActivated' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, RotationSpeedMultiplier) == 0x001C88, "Member 'ABP_CymaticTuner_C::RotationSpeedMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, RestState) == 0x001C8C, "Member 'ABP_CymaticTuner_C::RestState' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Spin_Up_duration) == 0x001C98, "Member 'ABP_CymaticTuner_C::Spin_Up_duration' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Spin_Down_duration) == 0x001C9C, "Member 'ABP_CymaticTuner_C::Spin_Down_duration' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Animated_on_play) == 0x001CA0, "Member 'ABP_CymaticTuner_C::Animated_on_play' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, WrongSlotSpinTime) == 0x001CA4, "Member 'ABP_CymaticTuner_C::WrongSlotSpinTime' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, Tuner_Wrong_Slot_Spin_Duration) == 0x001CA8, "Member 'ABP_CymaticTuner_C::Tuner_Wrong_Slot_Spin_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, CymaticTable) == 0x001CAC, "Member 'ABP_CymaticTuner_C::CymaticTable' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTuner_C, SpinAvail) == 0x001CAD, "Member 'ABP_CymaticTuner_C::SpinAvail' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_WallPainting_04_PipeHall_C \ static_assert(alignof(ABP_WallPainting_04_PipeHall_C) == 0x000008, "Wrong alignment on ABP_WallPainting_04_PipeHall_C"); \ static_assert(sizeof(ABP_WallPainting_04_PipeHall_C) == 0x001BF0, "Wrong size on ABP_WallPainting_04_PipeHall_C"); \ #define DUMPER7_ASSERTS_BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever \ static_assert(alignof(BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever) == 0x000008, "Wrong alignment on BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever"); \ static_assert(sizeof(BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever) == 0x0000D0, "Wrong size on BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever"); \ static_assert(offsetof(BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever, EntryPoint) == 0x000000, "Member 'BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000004, "Member 'BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever, CallFunc_RLerp_ReturnValue) == 0x000010, "Member 'BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever, CallFunc_CreateEOEvent_ReturnValue) == 0x000020, "Member 'BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever, K2Node_Event_InteractionComponent) == 0x000028, "Member 'BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever, K2Node_Event_InteractionActor) == 0x000030, "Member 'BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000038, "Member 'BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x0000C0, "Member 'BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1) == 0x0000C8, "Member 'BP_FI_WaterRecepticleLever_C_ExecuteUbergraph_BP_FI_WaterRecepticleLever::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_WaterRecepticleLever_C_ActiveBeginInteract \ static_assert(alignof(BP_FI_WaterRecepticleLever_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_FI_WaterRecepticleLever_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_FI_WaterRecepticleLever_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_FI_WaterRecepticleLever_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_FI_WaterRecepticleLever_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FI_WaterRecepticleLever_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_WaterRecepticleLever_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FI_WaterRecepticleLever_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_WaterRecepticleLever_C \ static_assert(alignof(ABP_FI_WaterRecepticleLever_C) == 0x000008, "Wrong alignment on ABP_FI_WaterRecepticleLever_C"); \ static_assert(sizeof(ABP_FI_WaterRecepticleLever_C) == 0x001C58, "Wrong size on ABP_FI_WaterRecepticleLever_C"); \ static_assert(offsetof(ABP_FI_WaterRecepticleLever_C, UberGraphFrame_BP_FI_WaterRecepticleLever_C) == 0x001C38, "Member 'ABP_FI_WaterRecepticleLever_C::UberGraphFrame_BP_FI_WaterRecepticleLever_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_WaterRecepticleLever_C, Box) == 0x001C40, "Member 'ABP_FI_WaterRecepticleLever_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_WaterRecepticleLever_C, MoveFaucet_NewTrack_0_FAE5E71447CEAC793940468B01B146AE) == 0x001C48, "Member 'ABP_FI_WaterRecepticleLever_C::MoveFaucet_NewTrack_0_FAE5E71447CEAC793940468B01B146AE' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_WaterRecepticleLever_C, MoveFaucet__Direction_FAE5E71447CEAC793940468B01B146AE) == 0x001C4C, "Member 'ABP_FI_WaterRecepticleLever_C::MoveFaucet__Direction_FAE5E71447CEAC793940468B01B146AE' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_WaterRecepticleLever_C, MoveFaucet) == 0x001C50, "Member 'ABP_FI_WaterRecepticleLever_C::MoveFaucet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FixedInteractableWithVolume_C \ static_assert(alignof(ABP_FixedInteractableWithVolume_C) == 0x000008, "Wrong alignment on ABP_FixedInteractableWithVolume_C"); \ static_assert(sizeof(ABP_FixedInteractableWithVolume_C) == 0x001BF8, "Wrong size on ABP_FixedInteractableWithVolume_C"); \ static_assert(offsetof(ABP_FixedInteractableWithVolume_C, InteractVolume) == 0x001BF0, "Member 'ABP_FixedInteractableWithVolume_C::InteractVolume' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase \ static_assert(alignof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase"); \ static_assert(sizeof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase) == 0x0002E8, "Wrong size on BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, EntryPoint) == 0x000000, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, Temp_byte_Variable) == 0x000004, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, Temp_byte_Variable_1) == 0x000021, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, Temp_bool_Variable) == 0x000022, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, Temp_bool_IsClosed_Variable) == 0x000023, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, Temp_bool_Has_Been_Initd_Variable) == 0x000024, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000028, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, Temp_int_Variable) == 0x000030, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000034, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_MakeRotator_ReturnValue) == 0x000044, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000050, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00005C, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_Event_InteractionComponent_1) == 0x000068, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_Event_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_Event_InteractionActor_1) == 0x000070, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_Event_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000078, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000080, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000088, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000090, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BooleanAND_ReturnValue) == 0x000094, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000095, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_Add_IntInt_ReturnValue) == 0x000098, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_MakeStruct_FloatSpringState) == 0x0000A0, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_MakeStruct_FloatSpringState' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_EOCreateEvent_OutputDelegate) == 0x0000A8, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_Lerp_ReturnValue) == 0x0000B8, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_FloatSpringInterp_ReturnValue) == 0x0000BC, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_FloatSpringInterp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_EOEvent_Sender) == 0x0000C0, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_EOEvent_Event) == 0x0000C8, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D0, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_CustomEvent_PlayerIsInFront) == 0x0000D4, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_CustomEvent_PlayerIsInFront' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_CustomEvent_SetAjar) == 0x0000D5, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_CustomEvent_SetAjar' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_CustomEvent_Instant) == 0x0000D6, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_CustomEvent_Instant' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_Select_Default) == 0x0000D7, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, Temp_int_Variable_1) == 0x0000D8, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0000DC, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Roll) == 0x000164, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Pitch) == 0x000168, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Yaw) == 0x00016C, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Roll_1) == 0x000170, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Pitch_1) == 0x000174, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Yaw_1) == 0x000178, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_TryGettingPreviousTargetYaw_StartingYaw) == 0x00017C, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_TryGettingPreviousTargetYaw_StartingYaw' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000180, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_ComponentBoundEvent_OtherActor) == 0x000188, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_ComponentBoundEvent_OtherComp) == 0x000190, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000198, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_ComponentBoundEvent_bFromSweep) == 0x00019C, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_ComponentBoundEvent_SweepResult) == 0x0001A0, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_GetInteractionSide_OutSide) == 0x000228, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_GetInteractionSide_OutSide' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_SwitchEnum_CmpSuccess) == 0x000229, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Roll_2) == 0x00022C, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Pitch_2) == 0x000230, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Yaw_2) == 0x000234, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_MakeRotator_ReturnValue_1) == 0x000238, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x000244, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Roll_3) == 0x0002CC, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Pitch_3) == 0x0002D0, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, CallFunc_BreakRotator_Yaw_3) == 0x0002D4, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_Event_InteractionComponent) == 0x0002D8, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase, K2Node_Event_InteractionActor) == 0x0002E0, "Member 'BP_FI_DoorBase_C_ExecuteUbergraph_BP_FI_DoorBase::K2Node_Event_InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_PassiveBeginInteract \ static_assert(alignof(BP_FI_DoorBase_C_PassiveBeginInteract) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_PassiveBeginInteract"); \ static_assert(sizeof(BP_FI_DoorBase_C_PassiveBeginInteract) == 0x000010, "Wrong size on BP_FI_DoorBase_C_PassiveBeginInteract"); \ static_assert(offsetof(BP_FI_DoorBase_C_PassiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FI_DoorBase_C_PassiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_PassiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FI_DoorBase_C_PassiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_FI_DoorBase_C_BndEvt__BP_FI_DoorBase_AutoCloseBox_K2Node_ComponentBoundEvent_5_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_UnlockDoor \ static_assert(alignof(BP_FI_DoorBase_C_UnlockDoor) == 0x000001, "Wrong alignment on BP_FI_DoorBase_C_UnlockDoor"); \ static_assert(sizeof(BP_FI_DoorBase_C_UnlockDoor) == 0x000002, "Wrong size on BP_FI_DoorBase_C_UnlockDoor"); \ static_assert(offsetof(BP_FI_DoorBase_C_UnlockDoor, SetAjar) == 0x000000, "Member 'BP_FI_DoorBase_C_UnlockDoor::SetAjar' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_UnlockDoor, Instant) == 0x000001, "Member 'BP_FI_DoorBase_C_UnlockDoor::Instant' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_NonInteractOpen \ static_assert(alignof(BP_FI_DoorBase_C_NonInteractOpen) == 0x000001, "Wrong alignment on BP_FI_DoorBase_C_NonInteractOpen"); \ static_assert(sizeof(BP_FI_DoorBase_C_NonInteractOpen) == 0x000001, "Wrong size on BP_FI_DoorBase_C_NonInteractOpen"); \ static_assert(offsetof(BP_FI_DoorBase_C_NonInteractOpen, PlayerIsInFront) == 0x000000, "Member 'BP_FI_DoorBase_C_NonInteractOpen::PlayerIsInFront' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_LockedDoorAttempted \ static_assert(alignof(BP_FI_DoorBase_C_LockedDoorAttempted) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_LockedDoorAttempted"); \ static_assert(sizeof(BP_FI_DoorBase_C_LockedDoorAttempted) == 0x000010, "Wrong size on BP_FI_DoorBase_C_LockedDoorAttempted"); \ static_assert(offsetof(BP_FI_DoorBase_C_LockedDoorAttempted, Sender) == 0x000000, "Member 'BP_FI_DoorBase_C_LockedDoorAttempted::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_LockedDoorAttempted, Event) == 0x000008, "Member 'BP_FI_DoorBase_C_LockedDoorAttempted::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_FI_DoorBase_C_BndEvt__BP_FI_ApartmentDoor_AutoCloseBox_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_ActiveBeginInteract \ static_assert(alignof(BP_FI_DoorBase_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_FI_DoorBase_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_FI_DoorBase_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_FI_DoorBase_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FI_DoorBase_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FI_DoorBase_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_UserConstructionScript \ static_assert(alignof(BP_FI_DoorBase_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_FI_DoorBase_C_UserConstructionScript"); \ static_assert(sizeof(BP_FI_DoorBase_C_UserConstructionScript) == 0x00013C, "Wrong size on BP_FI_DoorBase_C_UserConstructionScript"); \ static_assert(offsetof(BP_FI_DoorBase_C_UserConstructionScript, Temp_byte_Variable) == 0x000000, "Member 'BP_FI_DoorBase_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_FI_DoorBase_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue) == 0x000004, "Member 'BP_FI_DoorBase_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_UserConstructionScript, K2Node_Select_Default) == 0x000010, "Member 'BP_FI_DoorBase_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_UserConstructionScript, CallFunc_MakeRotator_ReturnValue_1) == 0x000014, "Member 'BP_FI_DoorBase_C_UserConstructionScript::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_UserConstructionScript, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000020, "Member 'BP_FI_DoorBase_C_UserConstructionScript::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_UserConstructionScript, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0000A8, "Member 'BP_FI_DoorBase_C_UserConstructionScript::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x000130, "Member 'BP_FI_DoorBase_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x000134, "Member 'BP_FI_DoorBase_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x000138, "Member 'BP_FI_DoorBase_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_OnDoorTimelineUpdate \ static_assert(alignof(BP_FI_DoorBase_C_OnDoorTimelineUpdate) == 0x000004, "Wrong alignment on BP_FI_DoorBase_C_OnDoorTimelineUpdate"); \ static_assert(sizeof(BP_FI_DoorBase_C_OnDoorTimelineUpdate) == 0x00009C, "Wrong size on BP_FI_DoorBase_C_OnDoorTimelineUpdate"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorTimelineUpdate, Alpha) == 0x000000, "Member 'BP_FI_DoorBase_C_OnDoorTimelineUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorTimelineUpdate, CallFunc_Lerp_ReturnValue) == 0x000004, "Member 'BP_FI_DoorBase_C_OnDoorTimelineUpdate::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorTimelineUpdate, CallFunc_MakeRotator_ReturnValue) == 0x000008, "Member 'BP_FI_DoorBase_C_OnDoorTimelineUpdate::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorTimelineUpdate, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000014, "Member 'BP_FI_DoorBase_C_OnDoorTimelineUpdate::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_RegisterDoorOpenEvents \ static_assert(alignof(BP_FI_DoorBase_C_RegisterDoorOpenEvents) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_RegisterDoorOpenEvents"); \ static_assert(sizeof(BP_FI_DoorBase_C_RegisterDoorOpenEvents) == 0x000030, "Wrong size on BP_FI_DoorBase_C_RegisterDoorOpenEvents"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorOpenEvents, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_FI_DoorBase_C_RegisterDoorOpenEvents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorOpenEvents, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_FI_DoorBase_C_RegisterDoorOpenEvents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorOpenEvents, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_FI_DoorBase_C_RegisterDoorOpenEvents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorOpenEvents, K2Node_EOCreateEvent_OutputDelegate) == 0x00000C, "Member 'BP_FI_DoorBase_C_RegisterDoorOpenEvents::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorOpenEvents, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_FI_DoorBase_C_RegisterDoorOpenEvents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorOpenEvents, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_FI_DoorBase_C_RegisterDoorOpenEvents::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorOpenEvents, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_FI_DoorBase_C_RegisterDoorOpenEvents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorOpenEvents, CallFunc_IsValidClass_ReturnValue) == 0x000029, "Member 'BP_FI_DoorBase_C_RegisterDoorOpenEvents::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_OnDoorOpenEvent \ static_assert(alignof(BP_FI_DoorBase_C_OnDoorOpenEvent) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_OnDoorOpenEvent"); \ static_assert(sizeof(BP_FI_DoorBase_C_OnDoorOpenEvent) == 0x000010, "Wrong size on BP_FI_DoorBase_C_OnDoorOpenEvent"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorOpenEvent, Sender) == 0x000000, "Member 'BP_FI_DoorBase_C_OnDoorOpenEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorOpenEvent, Event) == 0x000008, "Member 'BP_FI_DoorBase_C_OnDoorOpenEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_RegisterDoorCloseEvents \ static_assert(alignof(BP_FI_DoorBase_C_RegisterDoorCloseEvents) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_RegisterDoorCloseEvents"); \ static_assert(sizeof(BP_FI_DoorBase_C_RegisterDoorCloseEvents) == 0x000030, "Wrong size on BP_FI_DoorBase_C_RegisterDoorCloseEvents"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorCloseEvents, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_FI_DoorBase_C_RegisterDoorCloseEvents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorCloseEvents, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_FI_DoorBase_C_RegisterDoorCloseEvents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorCloseEvents, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_FI_DoorBase_C_RegisterDoorCloseEvents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorCloseEvents, K2Node_EOCreateEvent_OutputDelegate) == 0x00000C, "Member 'BP_FI_DoorBase_C_RegisterDoorCloseEvents::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorCloseEvents, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_FI_DoorBase_C_RegisterDoorCloseEvents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorCloseEvents, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_FI_DoorBase_C_RegisterDoorCloseEvents::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorCloseEvents, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_FI_DoorBase_C_RegisterDoorCloseEvents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_RegisterDoorCloseEvents, CallFunc_IsValidClass_ReturnValue) == 0x000029, "Member 'BP_FI_DoorBase_C_RegisterDoorCloseEvents::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_OnDoorCloseEvent \ static_assert(alignof(BP_FI_DoorBase_C_OnDoorCloseEvent) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_OnDoorCloseEvent"); \ static_assert(sizeof(BP_FI_DoorBase_C_OnDoorCloseEvent) == 0x000010, "Wrong size on BP_FI_DoorBase_C_OnDoorCloseEvent"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorCloseEvent, Sender) == 0x000000, "Member 'BP_FI_DoorBase_C_OnDoorCloseEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorCloseEvent, Event) == 0x000008, "Member 'BP_FI_DoorBase_C_OnDoorCloseEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw \ static_assert(alignof(BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw"); \ static_assert(sizeof(BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw) == 0x000030, "Wrong size on BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw"); \ static_assert(offsetof(BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw, StartingYaw) == 0x000000, "Member 'BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw::StartingYaw' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw, Timeline) == 0x000008, "Member 'BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw::Timeline' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw, FullTimelineDuration) == 0x000010, "Member 'BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw::FullTimelineDuration' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000018, "Member 'BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw, CallFunc_Abs_ReturnValue) == 0x000020, "Member 'BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw, CallFunc_FMin_ReturnValue) == 0x000024, "Member 'BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_FI_DoorBase_C_SetTimelineDurationBasedOnCurrentYaw::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_TryGettingPreviousTargetYaw \ static_assert(alignof(BP_FI_DoorBase_C_TryGettingPreviousTargetYaw) == 0x000004, "Wrong alignment on BP_FI_DoorBase_C_TryGettingPreviousTargetYaw"); \ static_assert(sizeof(BP_FI_DoorBase_C_TryGettingPreviousTargetYaw) == 0x000020, "Wrong size on BP_FI_DoorBase_C_TryGettingPreviousTargetYaw"); \ static_assert(offsetof(BP_FI_DoorBase_C_TryGettingPreviousTargetYaw, StartingYaw) == 0x000000, "Member 'BP_FI_DoorBase_C_TryGettingPreviousTargetYaw::StartingYaw' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_TryGettingPreviousTargetYaw, Temp_bool_Variable) == 0x000004, "Member 'BP_FI_DoorBase_C_TryGettingPreviousTargetYaw::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_TryGettingPreviousTargetYaw, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_FI_DoorBase_C_TryGettingPreviousTargetYaw::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_TryGettingPreviousTargetYaw, CallFunc_SignOfFloat_ReturnValue) == 0x00000C, "Member 'BP_FI_DoorBase_C_TryGettingPreviousTargetYaw::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_TryGettingPreviousTargetYaw, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000010, "Member 'BP_FI_DoorBase_C_TryGettingPreviousTargetYaw::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_TryGettingPreviousTargetYaw, CallFunc_SignOfFloat_ReturnValue_1) == 0x000014, "Member 'BP_FI_DoorBase_C_TryGettingPreviousTargetYaw::CallFunc_SignOfFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_TryGettingPreviousTargetYaw, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_FI_DoorBase_C_TryGettingPreviousTargetYaw::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_TryGettingPreviousTargetYaw, K2Node_Select_Default) == 0x00001C, "Member 'BP_FI_DoorBase_C_TryGettingPreviousTargetYaw::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_OnDoorOpenTimelineFinished \ static_assert(alignof(BP_FI_DoorBase_C_OnDoorOpenTimelineFinished) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_OnDoorOpenTimelineFinished"); \ static_assert(sizeof(BP_FI_DoorBase_C_OnDoorOpenTimelineFinished) == 0x000010, "Wrong size on BP_FI_DoorBase_C_OnDoorOpenTimelineFinished"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorOpenTimelineFinished, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_FI_DoorBase_C_OnDoorOpenTimelineFinished::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorOpenTimelineFinished, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_FI_DoorBase_C_OnDoorOpenTimelineFinished::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_OnDoorCloseTimelineFinished \ static_assert(alignof(BP_FI_DoorBase_C_OnDoorCloseTimelineFinished) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_OnDoorCloseTimelineFinished"); \ static_assert(sizeof(BP_FI_DoorBase_C_OnDoorCloseTimelineFinished) == 0x000010, "Wrong size on BP_FI_DoorBase_C_OnDoorCloseTimelineFinished"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorCloseTimelineFinished, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FI_DoorBase_C_OnDoorCloseTimelineFinished::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnDoorCloseTimelineFinished, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_DoorBase_C_OnDoorCloseTimelineFinished::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_ConditionalRemovePlayerInventory \ static_assert(alignof(BP_FI_DoorBase_C_ConditionalRemovePlayerInventory) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_ConditionalRemovePlayerInventory"); \ static_assert(sizeof(BP_FI_DoorBase_C_ConditionalRemovePlayerInventory) == 0x000018, "Wrong size on BP_FI_DoorBase_C_ConditionalRemovePlayerInventory"); \ static_assert(offsetof(BP_FI_DoorBase_C_ConditionalRemovePlayerInventory, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_FI_DoorBase_C_ConditionalRemovePlayerInventory::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ConditionalRemovePlayerInventory, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_FI_DoorBase_C_ConditionalRemovePlayerInventory::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ConditionalRemovePlayerInventory, CallFunc_IsValidClass_ReturnValue) == 0x000010, "Member 'BP_FI_DoorBase_C_ConditionalRemovePlayerInventory::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_ConditionalRemovePlayerInventory, CallFunc_HasInventoryItemOfClass_Result) == 0x000011, "Member 'BP_FI_DoorBase_C_ConditionalRemovePlayerInventory::CallFunc_HasInventoryItemOfClass_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_GetInteractionSide \ static_assert(alignof(BP_FI_DoorBase_C_GetInteractionSide) == 0x000008, "Wrong alignment on BP_FI_DoorBase_C_GetInteractionSide"); \ static_assert(sizeof(BP_FI_DoorBase_C_GetInteractionSide) == 0x000040, "Wrong size on BP_FI_DoorBase_C_GetInteractionSide"); \ static_assert(offsetof(BP_FI_DoorBase_C_GetInteractionSide, OutSide) == 0x000000, "Member 'BP_FI_DoorBase_C_GetInteractionSide::OutSide' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_GetInteractionSide, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x000008, "Member 'BP_FI_DoorBase_C_GetInteractionSide::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_GetInteractionSide, CallFunc_GetForwardVector_ReturnValue) == 0x000010, "Member 'BP_FI_DoorBase_C_GetInteractionSide::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_GetInteractionSide, CallFunc_GetForwardVector_ReturnValue_1) == 0x00001C, "Member 'BP_FI_DoorBase_C_GetInteractionSide::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_GetInteractionSide, CallFunc_NegateVector_ReturnValue) == 0x000028, "Member 'BP_FI_DoorBase_C_GetInteractionSide::CallFunc_NegateVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_GetInteractionSide, CallFunc_Dot_VectorVector_ReturnValue) == 0x000034, "Member 'BP_FI_DoorBase_C_GetInteractionSide::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_GetInteractionSide, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_FI_DoorBase_C_GetInteractionSide::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_OnRep_Locked \ static_assert(alignof(BP_FI_DoorBase_C_OnRep_Locked) == 0x000001, "Wrong alignment on BP_FI_DoorBase_C_OnRep_Locked"); \ static_assert(sizeof(BP_FI_DoorBase_C_OnRep_Locked) == 0x000001, "Wrong size on BP_FI_DoorBase_C_OnRep_Locked"); \ static_assert(offsetof(BP_FI_DoorBase_C_OnRep_Locked, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'BP_FI_DoorBase_C_OnRep_Locked::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_DoorBase_C_IsCrosshairTargetActive \ static_assert(alignof(BP_FI_DoorBase_C_IsCrosshairTargetActive) == 0x000001, "Wrong alignment on BP_FI_DoorBase_C_IsCrosshairTargetActive"); \ static_assert(sizeof(BP_FI_DoorBase_C_IsCrosshairTargetActive) == 0x000002, "Wrong size on BP_FI_DoorBase_C_IsCrosshairTargetActive"); \ static_assert(offsetof(BP_FI_DoorBase_C_IsCrosshairTargetActive, ReturnValue) == 0x000000, "Member 'BP_FI_DoorBase_C_IsCrosshairTargetActive::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_DoorBase_C_IsCrosshairTargetActive, CallFunc_IsCrosshairTargetActive_ReturnValue) == 0x000001, "Member 'BP_FI_DoorBase_C_IsCrosshairTargetActive::CallFunc_IsCrosshairTargetActive_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_DoorBase_C \ static_assert(alignof(ABP_FI_DoorBase_C) == 0x000008, "Wrong alignment on ABP_FI_DoorBase_C"); \ static_assert(sizeof(ABP_FI_DoorBase_C) == 0x001DB8, "Wrong size on ABP_FI_DoorBase_C"); \ static_assert(offsetof(ABP_FI_DoorBase_C, UberGraphFrame_BP_FI_DoorBase_C) == 0x001BD0, "Member 'ABP_FI_DoorBase_C::UberGraphFrame_BP_FI_DoorBase_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, InteractableVolume) == 0x001BD8, "Member 'ABP_FI_DoorBase_C::InteractableVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, FrontNormalArrow) == 0x001BE0, "Member 'ABP_FI_DoorBase_C::FrontNormalArrow' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, TurnToFace) == 0x001BE8, "Member 'ABP_FI_DoorBase_C::TurnToFace' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, Back) == 0x001BF0, "Member 'ABP_FI_DoorBase_C::Back' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, Front) == 0x001BF8, "Member 'ABP_FI_DoorBase_C::Front' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorFrame) == 0x001C00, "Member 'ABP_FI_DoorBase_C::DoorFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorFrameRoot) == 0x001C08, "Member 'ABP_FI_DoorBase_C::DoorFrameRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorMeshRoot) == 0x001C10, "Member 'ABP_FI_DoorBase_C::DoorMeshRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorMesh) == 0x001C18, "Member 'ABP_FI_DoorBase_C::DoorMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, AutoCloseBox) == 0x001C20, "Member 'ABP_FI_DoorBase_C::AutoCloseBox' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorAjar_Alpha_2124DAB54225273820D72CA4D71E78AA) == 0x001C28, "Member 'ABP_FI_DoorBase_C::DoorAjar_Alpha_2124DAB54225273820D72CA4D71E78AA' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorAjar__Direction_2124DAB54225273820D72CA4D71E78AA) == 0x001C2C, "Member 'ABP_FI_DoorBase_C::DoorAjar__Direction_2124DAB54225273820D72CA4D71E78AA' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorAjar) == 0x001C30, "Member 'ABP_FI_DoorBase_C::DoorAjar' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorClose_Alpha_72D221B94B899501019B878B5D1535C0) == 0x001C38, "Member 'ABP_FI_DoorBase_C::DoorClose_Alpha_72D221B94B899501019B878B5D1535C0' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorClose__Direction_72D221B94B899501019B878B5D1535C0) == 0x001C3C, "Member 'ABP_FI_DoorBase_C::DoorClose__Direction_72D221B94B899501019B878B5D1535C0' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorClose) == 0x001C40, "Member 'ABP_FI_DoorBase_C::DoorClose' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorOpen_Alpha_F64F56F742E42DFA6DFCB4A9EA5F22ED) == 0x001C48, "Member 'ABP_FI_DoorBase_C::DoorOpen_Alpha_F64F56F742E42DFA6DFCB4A9EA5F22ED' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorOpen__Direction_F64F56F742E42DFA6DFCB4A9EA5F22ED) == 0x001C4C, "Member 'ABP_FI_DoorBase_C::DoorOpen__Direction_F64F56F742E42DFA6DFCB4A9EA5F22ED' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorOpen) == 0x001C50, "Member 'ABP_FI_DoorBase_C::DoorOpen' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, InteractLockedDoorTimeline_NewTrack_0_C67FF6E1462D11372F24B6A767EFB9D3) == 0x001C58, "Member 'ABP_FI_DoorBase_C::InteractLockedDoorTimeline_NewTrack_0_C67FF6E1462D11372F24B6A767EFB9D3' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, InteractLockedDoorTimeline__Direction_C67FF6E1462D11372F24B6A767EFB9D3) == 0x001C5C, "Member 'ABP_FI_DoorBase_C::InteractLockedDoorTimeline__Direction_C67FF6E1462D11372F24B6A767EFB9D3' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, InteractLockedDoorTimeline) == 0x001C60, "Member 'ABP_FI_DoorBase_C::InteractLockedDoorTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorCloseSound) == 0x001C68, "Member 'ABP_FI_DoorBase_C::DoorCloseSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorOpenSound) == 0x001C70, "Member 'ABP_FI_DoorBase_C::DoorOpenSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorOpenSoundVolume) == 0x001C78, "Member 'ABP_FI_DoorBase_C::DoorOpenSoundVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorCloseSoundVolume) == 0x001C7C, "Member 'ABP_FI_DoorBase_C::DoorCloseSoundVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, Locked) == 0x001C80, "Member 'ABP_FI_DoorBase_C::Locked' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, OpenDoorYawFront) == 0x001C84, "Member 'ABP_FI_DoorBase_C::OpenDoorYawFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorStartingYaw) == 0x001C88, "Member 'ABP_FI_DoorBase_C::DoorStartingYaw' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, OpenDoorYawRear) == 0x001C8C, "Member 'ABP_FI_DoorBase_C::OpenDoorYawRear' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, Door_Open_Rate) == 0x001C90, "Member 'ABP_FI_DoorBase_C::Door_Open_Rate' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorLockedSound) == 0x001C98, "Member 'ABP_FI_DoorBase_C::DoorLockedSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorLockedSoundVolume) == 0x001CA0, "Member 'ABP_FI_DoorBase_C::DoorLockedSoundVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorCloseRate) == 0x001CA4, "Member 'ABP_FI_DoorBase_C::DoorCloseRate' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, BP_DTMPA_Opening) == 0x001CA8, "Member 'ABP_FI_DoorBase_C::BP_DTMPA_Opening' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, AutoClose) == 0x001CB0, "Member 'ABP_FI_DoorBase_C::AutoClose' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, OpenedDoor) == 0x001CB1, "Member 'ABP_FI_DoorBase_C::OpenedDoor' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, LockedDoorTimelineDur) == 0x001CB4, "Member 'ABP_FI_DoorBase_C::LockedDoorTimelineDur' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, NumberOfEmotes) == 0x001CB8, "Member 'ABP_FI_DoorBase_C::NumberOfEmotes' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, CurrentNumberOfEmotes) == 0x001CBC, "Member 'ABP_FI_DoorBase_C::CurrentNumberOfEmotes' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, Stiffness) == 0x001CC0, "Member 'ABP_FI_DoorBase_C::Stiffness' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, Locked_TargetAngle) == 0x001CC4, "Member 'ABP_FI_DoorBase_C::Locked_TargetAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, Locked_CurrentAngle) == 0x001CC8, "Member 'ABP_FI_DoorBase_C::Locked_CurrentAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, LockedDoorsAttemptedCounter) == 0x001CCC, "Member 'ABP_FI_DoorBase_C::LockedDoorsAttemptedCounter' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, RegisteredDoorOpenEvents) == 0x001CD0, "Member 'ABP_FI_DoorBase_C::RegisteredDoorOpenEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, MigraneNumber) == 0x001CE0, "Member 'ABP_FI_DoorBase_C::MigraneNumber' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, RegisteredDoorCloseEvents) == 0x001CE8, "Member 'ABP_FI_DoorBase_C::RegisteredDoorCloseEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorOpenStartBroadcastEvents) == 0x001CF8, "Member 'ABP_FI_DoorBase_C::DoorOpenStartBroadcastEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorOpenFinishedBroadcastEvents) == 0x001D08, "Member 'ABP_FI_DoorBase_C::DoorOpenFinishedBroadcastEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorCloseStartBroadcastEvents) == 0x001D18, "Member 'ABP_FI_DoorBase_C::DoorCloseStartBroadcastEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorCloseFinishedBroadcastEvents) == 0x001D28, "Member 'ABP_FI_DoorBase_C::DoorCloseFinishedBroadcastEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, CurrentDoorYaw) == 0x001D38, "Member 'ABP_FI_DoorBase_C::CurrentDoorYaw' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, TargetDoorYaw) == 0x001D3C, "Member 'ABP_FI_DoorBase_C::TargetDoorYaw' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, AutoCloseTriggeredOnBeginOverlap) == 0x001D40, "Member 'ABP_FI_DoorBase_C::AutoCloseTriggeredOnBeginOverlap' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, IsSonyDemoDoor) == 0x001D41, "Member 'ABP_FI_DoorBase_C::IsSonyDemoDoor' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, Ajar) == 0x001D42, "Member 'ABP_FI_DoorBase_C::Ajar' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, EventInteractComplete) == 0x001D43, "Member 'ABP_FI_DoorBase_C::EventInteractComplete' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, RemovePlayerInventoryOnInteract) == 0x001D48, "Member 'ABP_FI_DoorBase_C::RemovePlayerInventoryOnInteract' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, WideOpen) == 0x001D50, "Member 'ABP_FI_DoorBase_C::WideOpen' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, WideOpenSide) == 0x001D51, "Member 'ABP_FI_DoorBase_C::WideOpenSide' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, CurrentInteractionSide) == 0x001D52, "Member 'ABP_FI_DoorBase_C::CurrentInteractionSide' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, OnDoorOpenStartDispatcher) == 0x001D58, "Member 'ABP_FI_DoorBase_C::OnDoorOpenStartDispatcher' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, OnDoorOpenFinishedDispatcher) == 0x001D68, "Member 'ABP_FI_DoorBase_C::OnDoorOpenFinishedDispatcher' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, OnDoorCloseStartDispatcher) == 0x001D78, "Member 'ABP_FI_DoorBase_C::OnDoorCloseStartDispatcher' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, OnDoorCloseFinishedDispatcher) == 0x001D88, "Member 'ABP_FI_DoorBase_C::OnDoorCloseFinishedDispatcher' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, AjarZ) == 0x001D98, "Member 'ABP_FI_DoorBase_C::AjarZ' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, EnableLockedJiggle) == 0x001D9C, "Member 'ABP_FI_DoorBase_C::EnableLockedJiggle' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, KatjaVOPassiveInteract) == 0x001DA0, "Member 'ABP_FI_DoorBase_C::KatjaVOPassiveInteract' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_DoorBase_C, DoorRot) == 0x001DA8, "Member 'ABP_FI_DoorBase_C::DoorRot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine \ static_assert(alignof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine) == 0x000748, "Wrong size on BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, EntryPoint) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Lerp_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_IsValid_ReturnValue) == 0x00000C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Lerp_ReturnValue_1) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_8) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_8) == 0x000024, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_8) == 0x000028, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_IsValid_ReturnValue_1) == 0x00002C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000030, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_7) == 0x000034, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_7) == 0x000044, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_7) == 0x000048, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_6) == 0x00004C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_6) == 0x00005C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_6) == 0x000060, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x000064, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2) == 0x000068, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x00006C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x00007C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x000080, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable) == 0x000084, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3) == 0x000088, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_1) == 0x00008C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_2) == 0x000090, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x000094, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x0000A4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x0000A8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x0000AC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x0000BC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x0000C0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_4) == 0x0000C4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_5) == 0x0000C8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x0000CC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x0000DC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x0000E0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x0000E4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x0000F4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x0000F8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_6) == 0x0000FC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_7) == 0x000100, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_3) == 0x000104, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_4) == 0x000108, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_5) == 0x00010C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_IsValid_ReturnValue_2) == 0x000110, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_CreateEOEvent_ReturnValue) == 0x000118, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_IsValid_ReturnValue_3) == 0x000120, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000128, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000130, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000140, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000144, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_6) == 0x000148, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x00014C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_7) == 0x000150, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_bool_Variable) == 0x000154, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Lerp_ReturnValue_2) == 0x000158, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_SwitchEnum_CmpSuccess) == 0x00015C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_MakeRotator_ReturnValue) == 0x000160, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Lerp_ReturnValue_3) == 0x00016C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Lerp_ReturnValue_4) == 0x000170, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_MakeVector_ReturnValue) == 0x000174, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Add_IntInt_ReturnValue) == 0x000180, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000184, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Greater_IntInt_ReturnValue) == 0x000190, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000194, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Less_IntInt_ReturnValue) == 0x000198, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x00019C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0001A0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x0001A4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue_4) == 0x0001A8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Get_Item) == 0x0001B0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue_5) == 0x0001C0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001C4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001D0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0001DC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Greater_IntInt_ReturnValue_1) == 0x0001E8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue_6) == 0x0001EC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Not_PreBool_ReturnValue_1) == 0x0001F0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_4) == 0x0001F4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_5) == 0x000200, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_6) == 0x00020C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Not_PreBool_ReturnValue_2) == 0x000218, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Not_PreBool_ReturnValue_3) == 0x000219, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Not_PreBool_ReturnValue_4) == 0x00021A, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Lerp_ReturnValue_5) == 0x00021C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Lerp_ReturnValue_6) == 0x000220, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Length_ReturnValue) == 0x000224, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000228, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Subtract_IntInt_ReturnValue) == 0x00022C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Less_IntInt_ReturnValue_1) == 0x000230, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_bool_Variable_1) == 0x000231, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_Event_InteractedComponent) == 0x000238, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_Event_InteractingActor) == 0x000240, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_CustomEvent_VFX_Only_1) == 0x000248, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_CustomEvent_VFX_Only_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_CanAcceptInputs_Result) == 0x000249, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_CanAcceptInputs_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_CanAcceptInputs_Result_1) == 0x00024A, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_CanAcceptInputs_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_7) == 0x00024C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_8) == 0x000258, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_9) == 0x00025C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_9) == 0x000260, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_9) == 0x000270, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_9) == 0x000274, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_CustomEvent_VFX_Only) == 0x000278, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_CustomEvent_VFX_Only' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_CustomEvent_AutoSelectItem) == 0x000280, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_CustomEvent_AutoSelectItem' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x000288, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_8) == 0x00028C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BooleanAND_ReturnValue) == 0x000298, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Length_ReturnValue_1) == 0x00029C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0002A0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Length_ReturnValue_2) == 0x0002A4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Greater_IntInt_ReturnValue_3) == 0x0002A8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Greater_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_GetCanOperate_CanOperate) == 0x0002A9, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_GetCanOperate_CanOperate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_GetPendingAction_CanOperate) == 0x0002AA, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_GetPendingAction_CanOperate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_SwitchEnum_CmpSuccess_1) == 0x0002AB, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_GetCanOperate_CanOperate_1) == 0x0002AC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_GetCanOperate_CanOperate_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Not_PreBool_ReturnValue_5) == 0x0002AD, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_IsHovering_ReturnValue) == 0x0002AE, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_IsHovering_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Not_PreBool_ReturnValue_6) == 0x0002AF, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BooleanAND_ReturnValue_1) == 0x0002B0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BooleanAND_ReturnValue_2) == 0x0002B1, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_bool_Variable_2) == 0x0002B2, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_10) == 0x0002B4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Get_Item_1) == 0x0002B8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_GetMicrofilmStatus_CurrMicrofilmStatus) == 0x0002C0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_GetMicrofilmStatus_CurrMicrofilmStatus' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0002C1, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0002C4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_CustomEvent_Array) == 0x0002C8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_CustomEvent_Array' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_11) == 0x0002D8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Get_Item_2) == 0x0002DC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Length_ReturnValue_3) == 0x0002E4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x0002E8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x0002EC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Length_ReturnValue_4) == 0x0002F0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_GreaterEqual_IntInt_ReturnValue_2) == 0x0002F4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_GreaterEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Length_ReturnValue_5) == 0x0002F8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x0002FC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_10) == 0x000300, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_10) == 0x000310, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_10) == 0x000314, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x000318, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_9) == 0x00031C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_CustomEvent_ParameterName) == 0x000328, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_CustomEvent_ParameterName' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_CustomEvent_MovementValue) == 0x000330, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_CustomEvent_MovementValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000334, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000338, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Add_FloatFloat_ReturnValue) == 0x00033C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_bool_Variable_3) == 0x000340, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_12) == 0x000344, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_13) == 0x000348, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_11) == 0x00034C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_11) == 0x00035C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_11) == 0x000360, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToBool_ReturnValue_3) == 0x000364, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_bool_Variable_4) == 0x000365, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_10) == 0x000368, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_GetChildComponent_ReturnValue) == 0x000378, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_GetChildComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_DynamicCast_AsChild_Actor_Component) == 0x000380, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_DynamicCast_AsChild_Actor_Component' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_DynamicCast_bSuccess) == 0x000388, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_14) == 0x00038C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_15) == 0x000390, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_DynamicCast_AsBP_Microfilm_Selection_Ring_Item) == 0x000398, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_DynamicCast_AsBP_Microfilm_Selection_Ring_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_DynamicCast_bSuccess_1) == 0x0003A0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue_7) == 0x0003A4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_12) == 0x0003A8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_12) == 0x0003B8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_12) == 0x0003BC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Get_Item_3) == 0x0003C0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_GetObjectClass_ReturnValue) == 0x0003C8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToBool_ReturnValue_4) == 0x0003D0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_11) == 0x0003D4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BreakVector_X) == 0x0003E0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BreakVector_Y) == 0x0003E4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BreakVector_Z) == 0x0003E8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0003EC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BreakVector_X_1) == 0x0003F0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BreakVector_Y_1) == 0x0003F4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BreakVector_Z_1) == 0x0003F8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_MakeVector_ReturnValue_1) == 0x0003FC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000408, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x00040C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_MakeVector_ReturnValue_2) == 0x000494, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_bool_Variable_5) == 0x0004A0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0004A4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_16) == 0x00052C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_17) == 0x000530, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_FClamp_ReturnValue) == 0x000534, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000538, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Less_FloatFloat_ReturnValue) == 0x000539, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BooleanAND_ReturnValue_3) == 0x00053A, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00053B, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ActionValue_13) == 0x00053C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ActionValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_ElapsedTime_13) == 0x00054C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_ElapsedTime_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EnhancedInputActionEvent_TriggeredTime_13) == 0x000550, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EnhancedInputActionEvent_TriggeredTime_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000554, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BooleanAND_ReturnValue_4) == 0x000555, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Conv_InputActionValueToBool_ReturnValue_5) == 0x000556, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Conv_InputActionValueToBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_FClamp_ReturnValue_1) == 0x000558, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00055C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Get_Item_4) == 0x00055D, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00055E, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00055F, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Length_ReturnValue_6) == 0x000560, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000564, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Array_Get_Item_5) == 0x000568, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EOCreateEvent_OutputDelegate) == 0x000570, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EOEvent_Sender_2) == 0x000580, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EOEvent_Event_2) == 0x000588, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_DynamicCast_AsBPE_Global_Sat_Down_for_Microfiche) == 0x000590, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_DynamicCast_AsBPE_Global_Sat_Down_for_Microfiche' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_DynamicCast_bSuccess_2) == 0x000598, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_DynamicCast_AsBP_Microfiche_Sit_Down) == 0x0005A0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_DynamicCast_AsBP_Microfiche_Sit_Down' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_DynamicCast_bSuccess_3) == 0x0005A8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_12) == 0x0005AC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BooleanAND_ReturnValue_5) == 0x0005B8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_BooleanAND_ReturnValue_6) == 0x0005B9, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_MakeLiteralByte_ReturnValue) == 0x0005BA, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_13) == 0x0005BC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Vector_Distance_ReturnValue) == 0x0005C8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x0005CC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0005CD, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Lerp_ReturnValue_7) == 0x0005D0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Lerp_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Lerp_ReturnValue_8) == 0x0005D4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Lerp_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_Event_DeltaSeconds) == 0x0005D8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, Temp_float_Variable_18) == 0x0005DC, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::Temp_float_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x0005E0, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0005E4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_14) == 0x0005E8, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_15) == 0x0005F4, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_16) == 0x000600, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_GetActorLocation_ReturnValue_17) == 0x00060C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_GetActorLocation_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue_8) == 0x000618, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue_9) == 0x00061C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue_10) == 0x000620, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Divide_FloatFloat_ReturnValue_11) == 0x000624, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Divide_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000628, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000638, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EOEvent_Sender_1) == 0x000640, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EOEvent_Event_1) == 0x000648, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000650, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EOEvent_Sender) == 0x000660, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EOEvent_Event) == 0x000668, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_GetWorldDeltaSeconds_ReturnValue) == 0x000670, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_GetWorldDeltaSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult) == 0x000674, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_CustomEvent_Material) == 0x000700, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_CustomEvent_Material' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000708, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Add_IntInt_ReturnValue_1) == 0x00070C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EOCreateEvent_OutputDelegate_3) == 0x000710, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Not_PreBool_ReturnValue_7) == 0x000720, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000724, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000728, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00072C, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000730, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, K2Node_EOCreateEvent_OutputDelegate_4) == 0x000734, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine, CallFunc_Not_PreBool_ReturnValue_8) == 0x000744, "Member 'BP_FI_MicroficheMachine_C_ExecuteUbergraph_BP_FI_MicroficheMachine::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_LoadSheetToTray \ static_assert(alignof(BP_FI_MicroficheMachine_C_LoadSheetToTray) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_LoadSheetToTray"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_LoadSheetToTray) == 0x000008, "Wrong size on BP_FI_MicroficheMachine_C_LoadSheetToTray"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_LoadSheetToTray, Material) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_LoadSheetToTray::Material' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_StopFreakingOut \ static_assert(alignof(BP_FI_MicroficheMachine_C_StopFreakingOut) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_StopFreakingOut"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_StopFreakingOut) == 0x000010, "Wrong size on BP_FI_MicroficheMachine_C_StopFreakingOut"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_StopFreakingOut, Sender) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_StopFreakingOut::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_StopFreakingOut, Event) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_StopFreakingOut::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_StartFreakingOutt \ static_assert(alignof(BP_FI_MicroficheMachine_C_StartFreakingOutt) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_StartFreakingOutt"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_StartFreakingOutt) == 0x000010, "Wrong size on BP_FI_MicroficheMachine_C_StartFreakingOutt"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_StartFreakingOutt, Sender) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_StartFreakingOutt::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_StartFreakingOutt, Event) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_StartFreakingOutt::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_ReceiveTick \ static_assert(alignof(BP_FI_MicroficheMachine_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_ReceiveTick"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_ReceiveTick) == 0x000004, "Wrong size on BP_FI_MicroficheMachine_C_ReceiveTick"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_SatDown \ static_assert(alignof(BP_FI_MicroficheMachine_C_SatDown) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_SatDown"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_SatDown) == 0x000010, "Wrong size on BP_FI_MicroficheMachine_C_SatDown"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SatDown, Sender) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_SatDown::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SatDown, Event) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_SatDown::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_BrowseTargetArticle \ static_assert(alignof(BP_FI_MicroficheMachine_C_BrowseTargetArticle) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_BrowseTargetArticle"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_BrowseTargetArticle) == 0x00000C, "Wrong size on BP_FI_MicroficheMachine_C_BrowseTargetArticle"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_BrowseTargetArticle, ParameterName) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_BrowseTargetArticle::ParameterName' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_BrowseTargetArticle, MovementValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_BrowseTargetArticle::MovementValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_ShuttleByArray \ static_assert(alignof(BP_FI_MicroficheMachine_C_ShuttleByArray) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_ShuttleByArray"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_ShuttleByArray) == 0x000010, "Wrong size on BP_FI_MicroficheMachine_C_ShuttleByArray"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ShuttleByArray, Array) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_ShuttleByArray::Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_TurnOnScreen \ static_assert(alignof(BP_FI_MicroficheMachine_C_TurnOnScreen) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_TurnOnScreen"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_TurnOnScreen) == 0x000010, "Wrong size on BP_FI_MicroficheMachine_C_TurnOnScreen"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TurnOnScreen, VFX_Only) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_TurnOnScreen::VFX_Only' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TurnOnScreen, AutoSelectItem) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_TurnOnScreen::AutoSelectItem' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_TurnOffScreen \ static_assert(alignof(BP_FI_MicroficheMachine_C_TurnOffScreen) == 0x000001, "Wrong alignment on BP_FI_MicroficheMachine_C_TurnOffScreen"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_TurnOffScreen) == 0x000001, "Wrong size on BP_FI_MicroficheMachine_C_TurnOffScreen"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TurnOffScreen, VFX_Only) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_TurnOffScreen::VFX_Only' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_EndInteract \ static_assert(alignof(BP_FI_MicroficheMachine_C_EndInteract) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_EndInteract"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_EndInteract) == 0x000010, "Wrong size on BP_FI_MicroficheMachine_C_EndInteract"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_EndInteract, InteractedComponent_0) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_EndInteract::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_EndInteract, InteractingActor_0) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_EndInteract::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_1 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_1) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_1"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_1) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_1"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_2 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_2) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_2"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_2) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_2"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_3 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_3) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_3"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_3) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_3"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_4 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_4) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_4"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_4) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_4"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseVertical_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_5 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_5) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_5"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_5) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_5"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_6 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_6) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_6"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_6) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_6"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_6, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_6::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_6, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_6::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_6, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_6::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_7 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_7) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_7"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_7) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_7"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_7, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_7::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_7, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_7::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_7, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_7::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_8 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_8) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_8"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_8) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_8"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_8, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_8::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_8, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_8::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_8, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfiche_BrowseHorizontal_K2Node_EnhancedInputActionEvent_8::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_9 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_9) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_9"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_9) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_9"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_9, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_9::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_9, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_9::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_9, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_9::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Right_K2Node_EnhancedInputActionEvent_10 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Right_K2Node_EnhancedInputActionEvent_10) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Right_K2Node_EnhancedInputActionEvent_10"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Right_K2Node_EnhancedInputActionEvent_10) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Right_K2Node_EnhancedInputActionEvent_10"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Right_K2Node_EnhancedInputActionEvent_10, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Right_K2Node_EnhancedInputActionEvent_10::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Right_K2Node_EnhancedInputActionEvent_10, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Right_K2Node_EnhancedInputActionEvent_10::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Right_K2Node_EnhancedInputActionEvent_10, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Right_K2Node_EnhancedInputActionEvent_10::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Left_K2Node_EnhancedInputActionEvent_11 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Left_K2Node_EnhancedInputActionEvent_11) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Left_K2Node_EnhancedInputActionEvent_11"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Left_K2Node_EnhancedInputActionEvent_11) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Left_K2Node_EnhancedInputActionEvent_11"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Left_K2Node_EnhancedInputActionEvent_11, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Left_K2Node_EnhancedInputActionEvent_11::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Left_K2Node_EnhancedInputActionEvent_11, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Left_K2Node_EnhancedInputActionEvent_11::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Left_K2Node_EnhancedInputActionEvent_11, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Left_K2Node_EnhancedInputActionEvent_11::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Select_K2Node_EnhancedInputActionEvent_12 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Select_K2Node_EnhancedInputActionEvent_12) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Select_K2Node_EnhancedInputActionEvent_12"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Select_K2Node_EnhancedInputActionEvent_12) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Select_K2Node_EnhancedInputActionEvent_12"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Select_K2Node_EnhancedInputActionEvent_12, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Select_K2Node_EnhancedInputActionEvent_12::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Select_K2Node_EnhancedInputActionEvent_12, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Select_K2Node_EnhancedInputActionEvent_12::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Select_K2Node_EnhancedInputActionEvent_12, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Select_K2Node_EnhancedInputActionEvent_12::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Selector_K2Node_EnhancedInputActionEvent_13 \ static_assert(alignof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Selector_K2Node_EnhancedInputActionEvent_13) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Selector_K2Node_EnhancedInputActionEvent_13"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Selector_K2Node_EnhancedInputActionEvent_13) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Selector_K2Node_EnhancedInputActionEvent_13"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Selector_K2Node_EnhancedInputActionEvent_13, ActionValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Selector_K2Node_EnhancedInputActionEvent_13::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Selector_K2Node_EnhancedInputActionEvent_13, ElapsedTime) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Selector_K2Node_EnhancedInputActionEvent_13::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Selector_K2Node_EnhancedInputActionEvent_13, TriggeredTime) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_InpActEvt_IA_Microfilm_Selector_K2Node_EnhancedInputActionEvent_13::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_UserConstructionScript \ static_assert(alignof(BP_FI_MicroficheMachine_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_UserConstructionScript"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_UserConstructionScript) == 0x000010, "Wrong size on BP_FI_MicroficheMachine_C_UserConstructionScript"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_SetScreenDisplay \ static_assert(alignof(BP_FI_MicroficheMachine_C_SetScreenDisplay) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_SetScreenDisplay"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_SetScreenDisplay) == 0x000010, "Wrong size on BP_FI_MicroficheMachine_C_SetScreenDisplay"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetScreenDisplay, CallFunc_Array_Get_Item) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_SetScreenDisplay::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetScreenDisplay, CallFunc_Array_Get_Item_1) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_SetScreenDisplay::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_MoveTrayAndScreen \ static_assert(alignof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_MoveTrayAndScreen"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen) == 0x000200, "Wrong size on BP_FI_MicroficheMachine_C_MoveTrayAndScreen"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, Horizontal) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::Horizontal' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, Index_0) == 0x000004, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::Index_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, Alpha) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, TrayIndex) == 0x00000C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::TrayIndex' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, TrayAlpha) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::TrayAlpha' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, Temp_byte_Variable) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_X) == 0x00001C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_Y) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_X_1) == 0x000024, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_Y_1) == 0x000028, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_X_2) == 0x00002C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_Y_2) == 0x000030, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_X_3) == 0x000034, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_Y_3) == 0x000038, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_X_4) == 0x00003C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_Y_4) == 0x000040, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_X_5) == 0x000044, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_X_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_Y_5) == 0x000048, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_Y_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_X_6) == 0x00004C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_X_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_Y_6) == 0x000050, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_Y_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_X_7) == 0x000054, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_X_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_Y_7) == 0x000058, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_Y_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_X_8) == 0x00005C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_X_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_Y_8) == 0x000060, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_Y_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_X_9) == 0x000064, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_X_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector2D_Y_9) == 0x000068, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector2D_Y_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, K2Node_Select_Default) == 0x00006C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_K2_GetScalarParameterValue_ReturnValue_1) == 0x000070, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_K2_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Lerp_ReturnValue) == 0x000074, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000078, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_K2_GetScalarParameterValue_ReturnValue_2) == 0x00007C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_K2_GetScalarParameterValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_K2_GetScalarParameterValue_ReturnValue_3) == 0x000080, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_K2_GetScalarParameterValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Lerp_ReturnValue_1) == 0x000084, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000088, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Lerp_ReturnValue_2) == 0x00008C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector_X) == 0x000090, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector_Y) == 0x000094, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector_Z) == 0x000098, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector_X_1) == 0x00009C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector_Y_1) == 0x0000A0, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_BreakVector_Z_1) == 0x0000A4, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x0000A8, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000AC, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x0000B0, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000B4, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, Temp_byte_Variable_1) == 0x0000B8, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Lerp_ReturnValue_3) == 0x0000BC, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_MakeVector_ReturnValue) == 0x0000C0, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, K2Node_Select_Default_1) == 0x0000CC, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0000D0, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Lerp_ReturnValue_4) == 0x000158, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00015C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000160, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000164, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_Lerp_ReturnValue_5) == 0x000168, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_MakeVector_ReturnValue_1) == 0x00016C, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_MoveTrayAndScreen, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x000178, "Member 'BP_FI_MicroficheMachine_C_MoveTrayAndScreen::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_ClearSelectionList \ static_assert(alignof(BP_FI_MicroficheMachine_C_ClearSelectionList) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_ClearSelectionList"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_ClearSelectionList) == 0x000058, "Wrong size on BP_FI_MicroficheMachine_C_ClearSelectionList"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, LocChildrenComponents) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::LocChildrenComponents' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, CallFunc_GetChildrenComponents_Children) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, K2Node_DynamicCast_AsChild_Actor_Component) == 0x000048, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::K2Node_DynamicCast_AsChild_Actor_Component' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000051, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, CallFunc_IsValid_ReturnValue) == 0x000052, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_ClearSelectionList, CallFunc_Not_PreBool_ReturnValue) == 0x000053, "Member 'BP_FI_MicroficheMachine_C_ClearSelectionList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_CreateSelectionList \ static_assert(alignof(BP_FI_MicroficheMachine_C_CreateSelectionList) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_CreateSelectionList"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_CreateSelectionList) == 0x000050, "Wrong size on BP_FI_MicroficheMachine_C_CreateSelectionList"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionList, AutoSelectItem) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionList::AutoSelectItem' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionList, LocalCurrItem) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionList::LocalCurrItem' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionList, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionList::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionList, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionList::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionList, K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionList::K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionList, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionList, CallFunc_GetCollectedItemHistory_Result) == 0x000030, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionList::CallFunc_GetCollectedItemHistory_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionList, CallFunc_Not_PreBool_ReturnValue) == 0x000040, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionList::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionList, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000044, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionList::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_CreateSelectionListComponents \ static_assert(alignof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents) == 0x000010, "Wrong alignment on BP_FI_MicroficheMachine_C_CreateSelectionListComponents"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents) == 0x0000C0, "Wrong size on BP_FI_MicroficheMachine_C_CreateSelectionListComponents"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, AutoSelectItem) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::AutoSelectItem' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, LocalCurrItem) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::LocalCurrItem' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, Temp_int_Array_Index_Variable_1) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_IsValidClass_ReturnValue) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_GetObjectClass_ReturnValue) == 0x000030, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, Temp_int_Variable) == 0x000038, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_ClassIsChildOf_ReturnValue) == 0x00003C, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_ClassIsChildOf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, Temp_int_Loop_Counter_Variable) == 0x000040, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_Less_IntInt_ReturnValue) == 0x000044, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_Add_IntInt_ReturnValue) == 0x000048, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, Temp_int_Loop_Counter_Variable_1) == 0x00004C, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_Add_IntInt_ReturnValue_1) == 0x000054, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_Subtract_IntInt_ReturnValue) == 0x000058, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00005C, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_GetMicrofilmStatus_CurrMicrofilmStatus) == 0x00005D, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_GetMicrofilmStatus_CurrMicrofilmStatus' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00005E, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00005F, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, Temp_struct_Variable) == 0x000060, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_BooleanAND_ReturnValue) == 0x000090, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_AddComponent_ReturnValue) == 0x000098, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, K2Node_DynamicCast_AsBP_Microfilm_Selection_Ring_Item) == 0x0000A0, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::K2Node_DynamicCast_AsBP_Microfilm_Selection_Ring_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0000A9, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_Array_Length_ReturnValue_2) == 0x0000AC, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_Array_Get_Item_1) == 0x0000B0, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CreateSelectionListComponents, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B8, "Member 'BP_FI_MicroficheMachine_C_CreateSelectionListComponents::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_SwitchSelection \ static_assert(alignof(BP_FI_MicroficheMachine_C_SwitchSelection) == 0x000010, "Wrong alignment on BP_FI_MicroficheMachine_C_SwitchSelection"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_SwitchSelection) == 0x0003A0, "Wrong size on BP_FI_MicroficheMachine_C_SwitchSelection"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, Alpha) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, Temp_int_Variable) == 0x000004, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Add_IntInt_ReturnValue_1) == 0x00000C, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000024, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Add_IntInt_ReturnValue_2) == 0x000028, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, Temp_int_Variable_1) == 0x000034, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_GetChildComponent_ReturnValue) == 0x000038, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_GetChildComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000040, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_IsValid_ReturnValue) == 0x000041, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_GetRelativeTransform_ReturnValue) == 0x000050, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x000080, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakTransform_Location) == 0x000084, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakTransform_Rotation) == 0x000090, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakTransform_Scale) == 0x00009C, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0000A8, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_RLerp_ReturnValue) == 0x0000AC, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000B8, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_VLerp_ReturnValue) == 0x0000BC, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000C8, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult) == 0x0000CC, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_GetChildComponent_ReturnValue_1) == 0x000158, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_GetChildComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_GetRelativeTransform_ReturnValue_1) == 0x000160, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_GetRelativeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000190, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakTransform_Location_1) == 0x000194, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakTransform_Rotation_1) == 0x0001A0, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakTransform_Scale_1) == 0x0001AC, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_RLerp_ReturnValue_1) == 0x0001B8, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_RLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakVector_X) == 0x0001C4, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakVector_Y) == 0x0001C8, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakVector_Z) == 0x0001CC, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001D0, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_MakeVector_ReturnValue) == 0x0001D4, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_VLerp_ReturnValue_1) == 0x0001E0, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_VLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult_1) == 0x0001EC, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_GetChildComponent_ReturnValue_2) == 0x000278, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_GetChildComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x000280, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000284, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_GetRelativeTransform_ReturnValue_2) == 0x000290, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_GetRelativeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakTransform_Location_2) == 0x0002C0, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakTransform_Rotation_2) == 0x0002CC, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakTransform_Scale_2) == 0x0002D8, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakVector_X_1) == 0x0002E4, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakVector_Y_1) == 0x0002E8, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_BreakVector_Z_1) == 0x0002EC, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_RLerp_ReturnValue_2) == 0x0002F0, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_RLerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_MakeVector_ReturnValue_1) == 0x0002FC, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_VLerp_ReturnValue_2) == 0x000308, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_VLerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SwitchSelection, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult_2) == 0x000314, "Member 'BP_FI_MicroficheMachine_C_SwitchSelection::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_SetMicrofilmItemAsRead \ static_assert(alignof(BP_FI_MicroficheMachine_C_SetMicrofilmItemAsRead) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_SetMicrofilmItemAsRead"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_SetMicrofilmItemAsRead) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_SetMicrofilmItemAsRead"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetMicrofilmItemAsRead, MicrofilmItemClass) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_SetMicrofilmItemAsRead::MicrofilmItemClass' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetMicrofilmItemAsRead, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_SetMicrofilmItemAsRead::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetMicrofilmItemAsRead, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_SetMicrofilmItemAsRead::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_PushMicroficheInputCtx \ static_assert(alignof(BP_FI_MicroficheMachine_C_PushMicroficheInputCtx) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_PushMicroficheInputCtx"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_PushMicroficheInputCtx) == 0x000028, "Wrong size on BP_FI_MicroficheMachine_C_PushMicroficheInputCtx"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_PushMicroficheInputCtx, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_PushMicroficheInputCtx::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_PushMicroficheInputCtx, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_PushMicroficheInputCtx::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_PushMicroficheInputCtx, K2Node_DynamicCast_AsEO_Interactor) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_PushMicroficheInputCtx::K2Node_DynamicCast_AsEO_Interactor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_PushMicroficheInputCtx, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_PushMicroficheInputCtx::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_PopMIcroficheInputCtx \ static_assert(alignof(BP_FI_MicroficheMachine_C_PopMIcroficheInputCtx) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_PopMIcroficheInputCtx"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_PopMIcroficheInputCtx) == 0x000020, "Wrong size on BP_FI_MicroficheMachine_C_PopMIcroficheInputCtx"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_PopMIcroficheInputCtx, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_PopMIcroficheInputCtx::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_PopMIcroficheInputCtx, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_PopMIcroficheInputCtx::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_PopMIcroficheInputCtx, CallFunc_PopInteractionInputContext_self_CastInput) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_PopMIcroficheInputCtx::CallFunc_PopInteractionInputContext_self_CastInput' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_CanAcceptInputs \ static_assert(alignof(BP_FI_MicroficheMachine_C_CanAcceptInputs) == 0x000001, "Wrong alignment on BP_FI_MicroficheMachine_C_CanAcceptInputs"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_CanAcceptInputs) == 0x000003, "Wrong size on BP_FI_MicroficheMachine_C_CanAcceptInputs"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanAcceptInputs, Result) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_CanAcceptInputs::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanAcceptInputs, CallFunc_GetCanOperate_CanOperate) == 0x000001, "Member 'BP_FI_MicroficheMachine_C_CanAcceptInputs::CallFunc_GetCanOperate_CanOperate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanAcceptInputs, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'BP_FI_MicroficheMachine_C_CanAcceptInputs::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_SetCanOperate \ static_assert(alignof(BP_FI_MicroficheMachine_C_SetCanOperate) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_SetCanOperate"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_SetCanOperate) == 0x000038, "Wrong size on BP_FI_MicroficheMachine_C_SetCanOperate"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCanOperate, CanOperate) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_SetCanOperate::CanOperate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCanOperate, LocalCurrPendingAction) == 0x000001, "Member 'BP_FI_MicroficheMachine_C_SetCanOperate::LocalCurrPendingAction' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCanOperate, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_SetCanOperate::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCanOperate, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_SetCanOperate::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCanOperate, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_SetCanOperate::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCanOperate, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'BP_FI_MicroficheMachine_C_SetCanOperate::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCanOperate, CallFunc_GetPendingAction_CanOperate) == 0x000031, "Member 'BP_FI_MicroficheMachine_C_SetCanOperate::CallFunc_GetPendingAction_CanOperate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_SetPendingAction \ static_assert(alignof(BP_FI_MicroficheMachine_C_SetPendingAction) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_SetPendingAction"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_SetPendingAction) == 0x000028, "Wrong size on BP_FI_MicroficheMachine_C_SetPendingAction"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetPendingAction, Action) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_SetPendingAction::Action' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetPendingAction, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_SetPendingAction::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetPendingAction, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_SetPendingAction::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_PowerOnVFX \ static_assert(alignof(BP_FI_MicroficheMachine_C_PowerOnVFX) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_PowerOnVFX"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_PowerOnVFX) == 0x000088, "Wrong size on BP_FI_MicroficheMachine_C_PowerOnVFX"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_PowerOnVFX, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_PowerOnVFX::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_PowerOffVFX \ static_assert(alignof(BP_FI_MicroficheMachine_C_PowerOffVFX) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_PowerOffVFX"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_PowerOffVFX) == 0x000088, "Wrong size on BP_FI_MicroficheMachine_C_PowerOffVFX"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_PowerOffVFX, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_PowerOffVFX::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_BrowseArticleAudio \ static_assert(alignof(BP_FI_MicroficheMachine_C_BrowseArticleAudio) == 0x000001, "Wrong alignment on BP_FI_MicroficheMachine_C_BrowseArticleAudio"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_BrowseArticleAudio) == 0x000005, "Wrong size on BP_FI_MicroficheMachine_C_BrowseArticleAudio"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_BrowseArticleAudio, Move) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_BrowseArticleAudio::Move' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_BrowseArticleAudio, CallFunc_IsPlaying_ReturnValue) == 0x000001, "Member 'BP_FI_MicroficheMachine_C_BrowseArticleAudio::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_BrowseArticleAudio, CallFunc_IsPlaying_ReturnValue_1) == 0x000002, "Member 'BP_FI_MicroficheMachine_C_BrowseArticleAudio::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_BrowseArticleAudio, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_FI_MicroficheMachine_C_BrowseArticleAudio::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_BrowseArticleAudio, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_FI_MicroficheMachine_C_BrowseArticleAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_TurnOnMachine \ static_assert(alignof(BP_FI_MicroficheMachine_C_TurnOnMachine) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_TurnOnMachine"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_TurnOnMachine) == 0x000008, "Wrong size on BP_FI_MicroficheMachine_C_TurnOnMachine"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TurnOnMachine, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_TurnOnMachine::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_GetMeshes \ static_assert(alignof(BP_FI_MicroficheMachine_C_GetMeshes) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_GetMeshes"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_GetMeshes) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_GetMeshes"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_GetMeshes, OutArray) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_GetMeshes::OutArray' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_GetMeshes, CallFunc_Array_Add_ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_GetMeshes::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_GetMeshes, CallFunc_Array_Add_ReturnValue_1) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_GetMeshes::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_CloseSelectionList \ static_assert(alignof(BP_FI_MicroficheMachine_C_CloseSelectionList) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_CloseSelectionList"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_CloseSelectionList) == 0x0000A8, "Wrong size on BP_FI_MicroficheMachine_C_CloseSelectionList"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_Add_IntInt_ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_GetChildrenComponents_Children) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_Less_IntInt_ReturnValue) == 0x000038, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, K2Node_DynamicCast_AsChild_Actor_Component) == 0x000040, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::K2Node_DynamicCast_AsChild_Actor_Component' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, K2Node_DynamicCast_bSuccess) == 0x000048, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, K2Node_DynamicCast_AsBP_Microfilm_Selection_Ring_Item) == 0x000050, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::K2Node_DynamicCast_AsBP_Microfilm_Selection_Ring_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, K2Node_DynamicCast_bSuccess_1) == 0x000058, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_GetInteractionActorAndComponent_self_CastInput) == 0x000060, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_GetInteractionActorAndComponent_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_GetInteractionActorAndComponent_InteractionComponent) == 0x000070, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_GetInteractionActorAndComponent_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_GetInteractionActorAndComponent_InteractionActor) == 0x000078, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_GetInteractionActorAndComponent_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_InteractHoverEnd_self_CastInput) == 0x000080, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_InteractHoverEnd_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_IsHovering_self_CastInput) == 0x000090, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_IsHovering_self_CastInput' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CloseSelectionList, CallFunc_IsHovering_ReturnValue) == 0x0000A0, "Member 'BP_FI_MicroficheMachine_C_CloseSelectionList::CallFunc_IsHovering_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_OpenSelectionList \ static_assert(alignof(BP_FI_MicroficheMachine_C_OpenSelectionList) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_OpenSelectionList"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_OpenSelectionList) == 0x000050, "Wrong size on BP_FI_MicroficheMachine_C_OpenSelectionList"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, CallFunc_GetChildrenComponents_Children) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, CallFunc_Array_Length_ReturnValue) == 0x000028, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, K2Node_DynamicCast_AsChild_Actor_Component) == 0x000030, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::K2Node_DynamicCast_AsChild_Actor_Component' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, K2Node_DynamicCast_bSuccess) == 0x000038, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, CallFunc_Less_IntInt_ReturnValue) == 0x000039, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, K2Node_DynamicCast_AsBP_Microfilm_Selection_Ring_Item) == 0x000040, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::K2Node_DynamicCast_AsBP_Microfilm_Selection_Ring_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenSelectionList, K2Node_DynamicCast_bSuccess_1) == 0x000048, "Member 'BP_FI_MicroficheMachine_C_OpenSelectionList::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_TryFindMfilmCollection \ static_assert(alignof(BP_FI_MicroficheMachine_C_TryFindMfilmCollection) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_TryFindMfilmCollection"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_TryFindMfilmCollection) == 0x000020, "Wrong size on BP_FI_MicroficheMachine_C_TryFindMfilmCollection"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TryFindMfilmCollection, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_TryFindMfilmCollection::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TryFindMfilmCollection, CallFunc_GetPersistentInventoryManager_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_TryFindMfilmCollection::CallFunc_GetPersistentInventoryManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TryFindMfilmCollection, K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_TryFindMfilmCollection::K2Node_DynamicCast_AsBP_Microfilm_Inventory_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TryFindMfilmCollection, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_TryFindMfilmCollection::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TryFindMfilmCollection, CallFunc_HasCollectedMicrofilm_Result) == 0x000019, "Member 'BP_FI_MicroficheMachine_C_TryFindMfilmCollection::CallFunc_HasCollectedMicrofilm_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_RemovePromptMsg \ static_assert(alignof(BP_FI_MicroficheMachine_C_RemovePromptMsg) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_RemovePromptMsg"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_RemovePromptMsg) == 0x000010, "Wrong size on BP_FI_MicroficheMachine_C_RemovePromptMsg"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_RemovePromptMsg, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_RemovePromptMsg::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_RemovePromptMsg, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_RemovePromptMsg::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_RemovePromptMsg, CallFunc_Not_PreBool_ReturnValue) == 0x000009, "Member 'BP_FI_MicroficheMachine_C_RemovePromptMsg::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_DisplayTutorialBar \ static_assert(alignof(BP_FI_MicroficheMachine_C_DisplayTutorialBar) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_DisplayTutorialBar"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_DisplayTutorialBar) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_DisplayTutorialBar"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_DisplayTutorialBar, TutorialBarID) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_DisplayTutorialBar::TutorialBarID' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_DisplayTutorialBar, DisplayReadTutorial) == 0x000001, "Member 'BP_FI_MicroficheMachine_C_DisplayTutorialBar::DisplayReadTutorial' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_DisplayTutorialBar, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_DisplayTutorialBar::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_DisplayTutorialBar, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_DisplayTutorialBar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_DisplayTutorialBar, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_FI_MicroficheMachine_C_DisplayTutorialBar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_TickSelectionArrowAngle \ static_assert(alignof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_TickSelectionArrowAngle"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle) == 0x000078, "Wrong size on BP_FI_MicroficheMachine_C_TickSelectionArrowAngle"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, CallFunc_GetUserWidgetObject_ReturnValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::CallFunc_GetUserWidgetObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, K2Node_DynamicCast_AsWBP_Look_at_UI_Mfilm_Selection_Arrow_Right) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::K2Node_DynamicCast_AsWBP_Look_at_UI_Mfilm_Selection_Arrow_Right' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, CallFunc_GetUserWidgetObject_ReturnValue_1) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::CallFunc_GetUserWidgetObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, K2Node_DynamicCast_AsWBP_Look_at_UI_Mfilm_Selection_Arrow_Left) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::K2Node_DynamicCast_AsWBP_Look_at_UI_Mfilm_Selection_Arrow_Left' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, CallFunc_GetForwardVector_ReturnValue) == 0x00002C, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000038, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000044, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000050, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, CallFunc_IsValid_ReturnValue) == 0x00005C, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, CallFunc_Normal_ReturnValue) == 0x000060, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, CallFunc_Dot_VectorVector_ReturnValue) == 0x00006C, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TickSelectionArrowAngle, CallFunc_DegAcos_ReturnValue) == 0x000070, "Member 'BP_FI_MicroficheMachine_C_TickSelectionArrowAngle::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_TryHideSelectionArrow \ static_assert(alignof(BP_FI_MicroficheMachine_C_TryHideSelectionArrow) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_TryHideSelectionArrow"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_TryHideSelectionArrow) == 0x00000C, "Wrong size on BP_FI_MicroficheMachine_C_TryHideSelectionArrow"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TryHideSelectionArrow, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_TryHideSelectionArrow::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TryHideSelectionArrow, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'BP_FI_MicroficheMachine_C_TryHideSelectionArrow::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TryHideSelectionArrow, CallFunc_Less_IntInt_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_TryHideSelectionArrow::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TryHideSelectionArrow, CallFunc_Greater_IntInt_ReturnValue) == 0x000009, "Member 'BP_FI_MicroficheMachine_C_TryHideSelectionArrow::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_isAnyTimelinePlaying \ static_assert(alignof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying) == 0x000001, "Wrong alignment on BP_FI_MicroficheMachine_C_isAnyTimelinePlaying"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying) == 0x00001C, "Wrong size on BP_FI_MicroficheMachine_C_isAnyTimelinePlaying"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, AtLeastOneTimelineIsPlaying) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::AtLeastOneTimelineIsPlaying' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue) == 0x000001, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_1) == 0x000002, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_2) == 0x000003, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_3) == 0x000004, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_4) == 0x000005, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_5) == 0x000006, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_6) == 0x000007, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_7) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_8) == 0x000009, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_9) == 0x00000A, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_10) == 0x00000B, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_11) == 0x00000C, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_12) == 0x00000D, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_IsPlaying_ReturnValue_13) == 0x00000E, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_IsPlaying_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue) == 0x00000F, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_1) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_2) == 0x000011, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_3) == 0x000012, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_4) == 0x000013, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_5) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_6) == 0x000015, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_7) == 0x000016, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_8) == 0x000017, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_9) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_10) == 0x000019, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_11) == 0x00001A, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_isAnyTimelinePlaying, CallFunc_BooleanOR_ReturnValue_12) == 0x00001B, "Member 'BP_FI_MicroficheMachine_C_isAnyTimelinePlaying::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_OpenTextOverlay \ static_assert(alignof(BP_FI_MicroficheMachine_C_OpenTextOverlay) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_OpenTextOverlay"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_OpenTextOverlay) == 0x000028, "Wrong size on BP_FI_MicroficheMachine_C_OpenTextOverlay"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenTextOverlay, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_OpenTextOverlay::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenTextOverlay, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_OpenTextOverlay::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenTextOverlay, K2Node_DynamicCast_AsBP_PHHUD) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_OpenTextOverlay::K2Node_DynamicCast_AsBP_PHHUD' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenTextOverlay, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_OpenTextOverlay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OpenTextOverlay, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_OpenTextOverlay::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_OnTrayLoaded \ static_assert(alignof(BP_FI_MicroficheMachine_C_OnTrayLoaded) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_OnTrayLoaded"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_OnTrayLoaded) == 0x000028, "Wrong size on BP_FI_MicroficheMachine_C_OnTrayLoaded"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayLoaded, Loc_VO) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_OnTrayLoaded::Loc_VO' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayLoaded, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_OnTrayLoaded::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayLoaded, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_OnTrayLoaded::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayLoaded, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000011, "Member 'BP_FI_MicroficheMachine_C_OnTrayLoaded::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayLoaded, CallFunc_BooleanAND_ReturnValue) == 0x000012, "Member 'BP_FI_MicroficheMachine_C_OnTrayLoaded::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayLoaded, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_OnTrayLoaded::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayLoaded, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_OnTrayLoaded::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayLoaded, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000021, "Member 'BP_FI_MicroficheMachine_C_OnTrayLoaded::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayLoaded, CallFunc_HasSubscribers_ReturnValue) == 0x000022, "Member 'BP_FI_MicroficheMachine_C_OnTrayLoaded::CallFunc_HasSubscribers_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished \ static_assert(alignof(BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished) == 0x000028, "Wrong size on BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished, Sender) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished, Event) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished::Event' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished, Loc_Event) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished::Loc_Event' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished, K2Node_DynamicCast_AsBPE_Global_Microfilm_VOFinished) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished::K2Node_DynamicCast_AsBPE_Global_Microfilm_VOFinished' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000021, "Member 'BP_FI_MicroficheMachine_C_OnMicrofilmVOFinished::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_OnTrayUnloaded \ static_assert(alignof(BP_FI_MicroficheMachine_C_OnTrayUnloaded) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_OnTrayUnloaded"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_OnTrayUnloaded) == 0x000030, "Wrong size on BP_FI_MicroficheMachine_C_OnTrayUnloaded"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayUnloaded, Loc_VO) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_OnTrayUnloaded::Loc_VO' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayUnloaded, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_OnTrayUnloaded::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayUnloaded, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_OnTrayUnloaded::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayUnloaded, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_OnTrayUnloaded::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_OnTrayUnloaded, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_OnTrayUnloaded::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_SetCameraZoomDuration \ static_assert(alignof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_SetCameraZoomDuration"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration) == 0x000040, "Wrong size on BP_FI_MicroficheMachine_C_SetCameraZoomDuration"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration, isZoomingIn) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_SetCameraZoomDuration::isZoomingIn' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration, ZoomDuration) == 0x000004, "Member 'BP_FI_MicroficheMachine_C_SetCameraZoomDuration::ZoomDuration' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_SetCameraZoomDuration::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_SetCameraZoomDuration::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_SetCameraZoomDuration::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000028, "Member 'BP_FI_MicroficheMachine_C_SetCameraZoomDuration::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_FI_MicroficheMachine_C_SetCameraZoomDuration::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000030, "Member 'BP_FI_MicroficheMachine_C_SetCameraZoomDuration::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration, CallFunc_Multiply_IntFloat_ReturnValue_1) == 0x000034, "Member 'BP_FI_MicroficheMachine_C_SetCameraZoomDuration::CallFunc_Multiply_IntFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration, CallFunc_Add_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_FI_MicroficheMachine_C_SetCameraZoomDuration::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_SetCameraZoomDuration, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'BP_FI_MicroficheMachine_C_SetCameraZoomDuration::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_TryDisplayMicrofilmSelectionPrompts \ static_assert(alignof(BP_FI_MicroficheMachine_C_TryDisplayMicrofilmSelectionPrompts) == 0x000004, "Wrong alignment on BP_FI_MicroficheMachine_C_TryDisplayMicrofilmSelectionPrompts"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_TryDisplayMicrofilmSelectionPrompts) == 0x000008, "Wrong size on BP_FI_MicroficheMachine_C_TryDisplayMicrofilmSelectionPrompts"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TryDisplayMicrofilmSelectionPrompts, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_TryDisplayMicrofilmSelectionPrompts::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_TryDisplayMicrofilmSelectionPrompts, CallFunc_Greater_IntInt_ReturnValue) == 0x000004, "Member 'BP_FI_MicroficheMachine_C_TryDisplayMicrofilmSelectionPrompts::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished \ static_assert(alignof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished) == 0x000048, "Wrong size on BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished, Sender) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished, Event) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished::Event' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished, CallFunc_IsPlaying_ReturnValue) == 0x000041, "Member 'BP_FI_MicroficheMachine_C_On_Checkpoint_Loading_Finished::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_CanInteract \ static_assert(alignof(BP_FI_MicroficheMachine_C_CanInteract) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_CanInteract"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_CanInteract) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_CanInteract"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanInteract, InteractedComponent_0) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_CanInteract::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanInteract, InteractingActor_0) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_CanInteract::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanInteract, ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_CanInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_GetCanOperate \ static_assert(alignof(BP_FI_MicroficheMachine_C_GetCanOperate) == 0x000001, "Wrong alignment on BP_FI_MicroficheMachine_C_GetCanOperate"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_GetCanOperate) == 0x000001, "Wrong size on BP_FI_MicroficheMachine_C_GetCanOperate"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_GetCanOperate, CanOperate) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_GetCanOperate::CanOperate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_GetPendingAction \ static_assert(alignof(BP_FI_MicroficheMachine_C_GetPendingAction) == 0x000001, "Wrong alignment on BP_FI_MicroficheMachine_C_GetPendingAction"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_GetPendingAction) == 0x000001, "Wrong size on BP_FI_MicroficheMachine_C_GetPendingAction"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_GetPendingAction, CanOperate) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_GetPendingAction::CanOperate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_CanEndInteract \ static_assert(alignof(BP_FI_MicroficheMachine_C_CanEndInteract) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_CanEndInteract"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_CanEndInteract) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_CanEndInteract"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanEndInteract, InteractedComponent_0) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_CanEndInteract::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanEndInteract, InteractingActor_0) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_CanEndInteract::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanEndInteract, ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_CanEndInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_MicroficheMachine_C_CanCancel \ static_assert(alignof(BP_FI_MicroficheMachine_C_CanCancel) == 0x000008, "Wrong alignment on BP_FI_MicroficheMachine_C_CanCancel"); \ static_assert(sizeof(BP_FI_MicroficheMachine_C_CanCancel) == 0x000018, "Wrong size on BP_FI_MicroficheMachine_C_CanCancel"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanCancel, InteractedComponent_0) == 0x000000, "Member 'BP_FI_MicroficheMachine_C_CanCancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanCancel, InteractingActor_0) == 0x000008, "Member 'BP_FI_MicroficheMachine_C_CanCancel::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_MicroficheMachine_C_CanCancel, ReturnValue) == 0x000010, "Member 'BP_FI_MicroficheMachine_C_CanCancel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_MicroficheMachine_C \ static_assert(alignof(ABP_FI_MicroficheMachine_C) == 0x000008, "Wrong alignment on ABP_FI_MicroficheMachine_C"); \ static_assert(sizeof(ABP_FI_MicroficheMachine_C) == 0x001F78, "Wrong size on ABP_FI_MicroficheMachine_C"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, UberGraphFrame_BP_FI_MicroficheMachine_C) == 0x001BE0, "Member 'ABP_FI_MicroficheMachine_C::UberGraphFrame_BP_FI_MicroficheMachine_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SelectRightArrowWidget) == 0x001BE8, "Member 'ABP_FI_MicroficheMachine_C::SelectRightArrowWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SelectLeftArrowWidget) == 0x001BF0, "Member 'ABP_FI_MicroficheMachine_C::SelectLeftArrowWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MX_MicroficheMusic) == 0x001BF8, "Member 'ABP_FI_MicroficheMachine_C::MX_MicroficheMusic' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MicrofilmShuffleExtra) == 0x001C00, "Member 'ABP_FI_MicroficheMachine_C::MicrofilmShuffleExtra' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, BrowseArticleAudioComponent) == 0x001C08, "Member 'ABP_FI_MicroficheMachine_C::BrowseArticleAudioComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ShuttleWhir) == 0x001C10, "Member 'ABP_FI_MicroficheMachine_C::ShuttleWhir' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MicroficheAmbient) == 0x001C18, "Member 'ABP_FI_MicroficheMachine_C::MicroficheAmbient' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ScreenLight) == 0x001C20, "Member 'ABP_FI_MicroficheMachine_C::ScreenLight' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TrayLight) == 0x001C28, "Member 'ABP_FI_MicroficheMachine_C::TrayLight' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SelectionListUI) == 0x001C30, "Member 'ABP_FI_MicroficheMachine_C::SelectionListUI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SelectionList) == 0x001C38, "Member 'ABP_FI_MicroficheMachine_C::SelectionList' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Microfilm) == 0x001C40, "Member 'ABP_FI_MicroficheMachine_C::Microfilm' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, VerticalRoot) == 0x001C48, "Member 'ABP_FI_MicroficheMachine_C::VerticalRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, PowerSwitchCollision) == 0x001C50, "Member 'ABP_FI_MicroficheMachine_C::PowerSwitchCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, PowerSwitch) == 0x001C58, "Member 'ABP_FI_MicroficheMachine_C::PowerSwitch' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, JewelLight) == 0x001C60, "Member 'ABP_FI_MicroficheMachine_C::JewelLight' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, JewelLight_PointLight2) == 0x001C68, "Member 'ABP_FI_MicroficheMachine_C::JewelLight_PointLight2' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, JewelLight_PointLight1) == 0x001C70, "Member 'ABP_FI_MicroficheMachine_C::JewelLight_PointLight1' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, JewelEmissive) == 0x001C78, "Member 'ABP_FI_MicroficheMachine_C::JewelEmissive' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Tray_Horizontal) == 0x001C80, "Member 'ABP_FI_MicroficheMachine_C::Tray_Horizontal' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, HorizontalRoot) == 0x001C88, "Member 'ABP_FI_MicroficheMachine_C::HorizontalRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Tray_Vertical) == 0x001C90, "Member 'ABP_FI_MicroficheMachine_C::Tray_Vertical' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TurningOffScreen_Alpha_2C9E1B13474B87F6E585C08AF4172F8E) == 0x001C98, "Member 'ABP_FI_MicroficheMachine_C::TurningOffScreen_Alpha_2C9E1B13474B87F6E585C08AF4172F8E' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TurningOffScreen__Direction_2C9E1B13474B87F6E585C08AF4172F8E) == 0x001C9C, "Member 'ABP_FI_MicroficheMachine_C::TurningOffScreen__Direction_2C9E1B13474B87F6E585C08AF4172F8E' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TurningOffScreen) == 0x001CA0, "Member 'ABP_FI_MicroficheMachine_C::TurningOffScreen' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Right_Alpha_5BC0DAF942AECB9C78E8D2B4A1C55917) == 0x001CA8, "Member 'ABP_FI_MicroficheMachine_C::FO_Right_Alpha_5BC0DAF942AECB9C78E8D2B4A1C55917' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Right__Direction_5BC0DAF942AECB9C78E8D2B4A1C55917) == 0x001CAC, "Member 'ABP_FI_MicroficheMachine_C::FO_Right__Direction_5BC0DAF942AECB9C78E8D2B4A1C55917' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Right) == 0x001CB0, "Member 'ABP_FI_MicroficheMachine_C::FO_Right' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Down_Alpha_68061EAD48EFEEA5E06F47AD832134E0) == 0x001CB8, "Member 'ABP_FI_MicroficheMachine_C::FO_Down_Alpha_68061EAD48EFEEA5E06F47AD832134E0' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Down__Direction_68061EAD48EFEEA5E06F47AD832134E0) == 0x001CBC, "Member 'ABP_FI_MicroficheMachine_C::FO_Down__Direction_68061EAD48EFEEA5E06F47AD832134E0' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Down) == 0x001CC0, "Member 'ABP_FI_MicroficheMachine_C::FO_Down' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Left_Alpha_506985454EFA62B6511E679ED2912ECF) == 0x001CC8, "Member 'ABP_FI_MicroficheMachine_C::FO_Left_Alpha_506985454EFA62B6511E679ED2912ECF' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Left__Direction_506985454EFA62B6511E679ED2912ECF) == 0x001CCC, "Member 'ABP_FI_MicroficheMachine_C::FO_Left__Direction_506985454EFA62B6511E679ED2912ECF' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Left) == 0x001CD0, "Member 'ABP_FI_MicroficheMachine_C::FO_Left' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Up_Alpha_C66EB4674D14AF2D3671B8B0DF556697) == 0x001CD8, "Member 'ABP_FI_MicroficheMachine_C::FO_Up_Alpha_C66EB4674D14AF2D3671B8B0DF556697' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Up__Direction_C66EB4674D14AF2D3671B8B0DF556697) == 0x001CDC, "Member 'ABP_FI_MicroficheMachine_C::FO_Up__Direction_C66EB4674D14AF2D3671B8B0DF556697' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FO_Up) == 0x001CE0, "Member 'ABP_FI_MicroficheMachine_C::FO_Up' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TurningOnScreen_Alpha_03C246C648036159B0E2FF85B3149AFC) == 0x001CE8, "Member 'ABP_FI_MicroficheMachine_C::TurningOnScreen_Alpha_03C246C648036159B0E2FF85B3149AFC' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TurningOnScreen__Direction_03C246C648036159B0E2FF85B3149AFC) == 0x001CEC, "Member 'ABP_FI_MicroficheMachine_C::TurningOnScreen__Direction_03C246C648036159B0E2FF85B3149AFC' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TurningOnScreen) == 0x001CF0, "Member 'ABP_FI_MicroficheMachine_C::TurningOnScreen' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, RemovingEnvelope_Alpha_C3911F0F490E62CA4D29DD8D1E8035D3) == 0x001CF8, "Member 'ABP_FI_MicroficheMachine_C::RemovingEnvelope_Alpha_C3911F0F490E62CA4D29DD8D1E8035D3' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, RemovingEnvelope__Direction_C3911F0F490E62CA4D29DD8D1E8035D3) == 0x001CFC, "Member 'ABP_FI_MicroficheMachine_C::RemovingEnvelope__Direction_C3911F0F490E62CA4D29DD8D1E8035D3' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, RemovingEnvelope) == 0x001D00, "Member 'ABP_FI_MicroficheMachine_C::RemovingEnvelope' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Switching_Alpha_181ABB0A412678C93A47B4842B5BA424) == 0x001D08, "Member 'ABP_FI_MicroficheMachine_C::Switching_Alpha_181ABB0A412678C93A47B4842B5BA424' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Switching__Direction_181ABB0A412678C93A47B4842B5BA424) == 0x001D0C, "Member 'ABP_FI_MicroficheMachine_C::Switching__Direction_181ABB0A412678C93A47B4842B5BA424' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Switching) == 0x001D10, "Member 'ABP_FI_MicroficheMachine_C::Switching' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, StartPostion_Alpha_B4D3D8964934908B39694796519C2562) == 0x001D18, "Member 'ABP_FI_MicroficheMachine_C::StartPostion_Alpha_B4D3D8964934908B39694796519C2562' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, StartPostion__Direction_B4D3D8964934908B39694796519C2562) == 0x001D1C, "Member 'ABP_FI_MicroficheMachine_C::StartPostion__Direction_B4D3D8964934908B39694796519C2562' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, StartPostion) == 0x001D20, "Member 'ABP_FI_MicroficheMachine_C::StartPostion' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ResetY_Alpha_8DF5B58C48B5555EFAD47C9108AF109F) == 0x001D28, "Member 'ABP_FI_MicroficheMachine_C::ResetY_Alpha_8DF5B58C48B5555EFAD47C9108AF109F' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ResetY__Direction_8DF5B58C48B5555EFAD47C9108AF109F) == 0x001D2C, "Member 'ABP_FI_MicroficheMachine_C::ResetY__Direction_8DF5B58C48B5555EFAD47C9108AF109F' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ResetY) == 0x001D30, "Member 'ABP_FI_MicroficheMachine_C::ResetY' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ResetX_Alpha_1753AAF14241FED4E8B8E793F9ABB62E) == 0x001D38, "Member 'ABP_FI_MicroficheMachine_C::ResetX_Alpha_1753AAF14241FED4E8B8E793F9ABB62E' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ResetX__Direction_1753AAF14241FED4E8B8E793F9ABB62E) == 0x001D3C, "Member 'ABP_FI_MicroficheMachine_C::ResetX__Direction_1753AAF14241FED4E8B8E793F9ABB62E' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ResetX) == 0x001D40, "Member 'ABP_FI_MicroficheMachine_C::ResetX' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MoveX_Alpha_CF7B3EDE4CCF989EB0784AA53CBF7321) == 0x001D48, "Member 'ABP_FI_MicroficheMachine_C::MoveX_Alpha_CF7B3EDE4CCF989EB0784AA53CBF7321' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MoveX__Direction_CF7B3EDE4CCF989EB0784AA53CBF7321) == 0x001D4C, "Member 'ABP_FI_MicroficheMachine_C::MoveX__Direction_CF7B3EDE4CCF989EB0784AA53CBF7321' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MoveX) == 0x001D50, "Member 'ABP_FI_MicroficheMachine_C::MoveX' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MoveY_Alpha_151639784BEFD690C91E12918F32FAD4) == 0x001D58, "Member 'ABP_FI_MicroficheMachine_C::MoveY_Alpha_151639784BEFD690C91E12918F32FAD4' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MoveY__Direction_151639784BEFD690C91E12918F32FAD4) == 0x001D5C, "Member 'ABP_FI_MicroficheMachine_C::MoveY__Direction_151639784BEFD690C91E12918F32FAD4' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MoveY) == 0x001D60, "Member 'ABP_FI_MicroficheMachine_C::MoveY' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TrayLoad_Alpha_8B72B13C497A636F83FDDA9D28341D8A) == 0x001D68, "Member 'ABP_FI_MicroficheMachine_C::TrayLoad_Alpha_8B72B13C497A636F83FDDA9D28341D8A' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TrayLoad__Direction_8B72B13C497A636F83FDDA9D28341D8A) == 0x001D6C, "Member 'ABP_FI_MicroficheMachine_C::TrayLoad__Direction_8B72B13C497A636F83FDDA9D28341D8A' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TrayLoad) == 0x001D70, "Member 'ABP_FI_MicroficheMachine_C::TrayLoad' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ScreenTextures) == 0x001D78, "Member 'ABP_FI_MicroficheMachine_C::ScreenTextures' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TurnOnSound) == 0x001D88, "Member 'ABP_FI_MicroficheMachine_C::TurnOnSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TurnOffSound) == 0x001D90, "Member 'ABP_FI_MicroficheMachine_C::TurnOffSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, UnloadTraySound) == 0x001D98, "Member 'ABP_FI_MicroficheMachine_C::UnloadTraySound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, LoadTraySound) == 0x001DA0, "Member 'ABP_FI_MicroficheMachine_C::LoadTraySound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ScreenMaterial) == 0x001DA8, "Member 'ABP_FI_MicroficheMachine_C::ScreenMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SheetMaterial) == 0x001DB0, "Member 'ABP_FI_MicroficheMachine_C::SheetMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ScreenOn) == 0x001DB8, "Member 'ABP_FI_MicroficheMachine_C::ScreenOn' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TrayLoaded) == 0x001DB9, "Member 'ABP_FI_MicroficheMachine_C::TrayLoaded' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, LoadDuration) == 0x001DBC, "Member 'ABP_FI_MicroficheMachine_C::LoadDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ShuttleDuration) == 0x001DC0, "Member 'ABP_FI_MicroficheMachine_C::ShuttleDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MicrofilmTargets) == 0x001DC8, "Member 'ABP_FI_MicroficheMachine_C::MicrofilmTargets' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Offsets) == 0x001DD8, "Member 'ABP_FI_MicroficheMachine_C::Offsets' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TrayDeltaX) == 0x001DE8, "Member 'ABP_FI_MicroficheMachine_C::TrayDeltaX' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TrayDeltaY) == 0x001DEC, "Member 'ABP_FI_MicroficheMachine_C::TrayDeltaY' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Tray_X_Index) == 0x001DF0, "Member 'ABP_FI_MicroficheMachine_C::Tray_X_Index' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Tray_Y_Index) == 0x001DF4, "Member 'ABP_FI_MicroficheMachine_C::Tray_Y_Index' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, CurrentMicrofilmIndex) == 0x001DF8, "Member 'ABP_FI_MicroficheMachine_C::CurrentMicrofilmIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, CurrentLoopIndex) == 0x001DFC, "Member 'ABP_FI_MicroficheMachine_C::CurrentLoopIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ShuttleSound) == 0x001E00, "Member 'ABP_FI_MicroficheMachine_C::ShuttleSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ShuttleFinalSound) == 0x001E08, "Member 'ABP_FI_MicroficheMachine_C::ShuttleFinalSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SelectedIndex) == 0x001E10, "Member 'ABP_FI_MicroficheMachine_C::SelectedIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, InternalDontAccess_CanOperate) == 0x001E14, "Member 'ABP_FI_MicroficheMachine_C::InternalDontAccess_CanOperate' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SwitchingDuration) == 0x001E18, "Member 'ABP_FI_MicroficheMachine_C::SwitchingDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, RemovingDuration) == 0x001E1C, "Member 'ABP_FI_MicroficheMachine_C::RemovingDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SelectionDisplayedSound) == 0x001E20, "Member 'ABP_FI_MicroficheMachine_C::SelectionDisplayedSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ScrollFilmSound) == 0x001E28, "Member 'ABP_FI_MicroficheMachine_C::ScrollFilmSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SelectFilmSound) == 0x001E30, "Member 'ABP_FI_MicroficheMachine_C::SelectFilmSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, CollectedMicrofilmItems) == 0x001E38, "Member 'ABP_FI_MicroficheMachine_C::CollectedMicrofilmItems' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SetMicrofilmItemEventInstance) == 0x001E48, "Member 'ABP_FI_MicroficheMachine_C::SetMicrofilmItemEventInstance' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, bPushedInputContext) == 0x001E50, "Member 'ABP_FI_MicroficheMachine_C::bPushedInputContext' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MicroficheInputMappingCtx) == 0x001E58, "Member 'ABP_FI_MicroficheMachine_C::MicroficheInputMappingCtx' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MicroficheInputPassThruActions) == 0x001E60, "Member 'ABP_FI_MicroficheMachine_C::MicroficheInputPassThruActions' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SelectionListInitialized) == 0x001E70, "Member 'ABP_FI_MicroficheMachine_C::SelectionListInitialized' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, InternalDontAccess_PendingAction) == 0x001E71, "Member 'ABP_FI_MicroficheMachine_C::InternalDontAccess_PendingAction' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, PlayerControlPowerOn) == 0x001E72, "Member 'ABP_FI_MicroficheMachine_C::PlayerControlPowerOn' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, PlayerControlPowerOff) == 0x001E73, "Member 'ABP_FI_MicroficheMachine_C::PlayerControlPowerOff' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, PlayerControlSelectMicrofilm) == 0x001E74, "Member 'ABP_FI_MicroficheMachine_C::PlayerControlSelectMicrofilm' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TargetArticleReached) == 0x001E75, "Member 'ABP_FI_MicroficheMachine_C::TargetArticleReached' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, CurrentMicrofilmOffsetX) == 0x001E78, "Member 'ABP_FI_MicroficheMachine_C::CurrentMicrofilmOffsetX' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, CurrentMicrofilmOffsetY) == 0x001E7C, "Member 'ABP_FI_MicroficheMachine_C::CurrentMicrofilmOffsetY' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MicroficheInputBlockedActions) == 0x001E80, "Member 'ABP_FI_MicroficheMachine_C::MicroficheInputBlockedActions' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Tray_X_IndexMin) == 0x001E90, "Member 'ABP_FI_MicroficheMachine_C::Tray_X_IndexMin' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Tray_X_IndexMax) == 0x001E94, "Member 'ABP_FI_MicroficheMachine_C::Tray_X_IndexMax' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Tray_X_IndexValue) == 0x001E98, "Member 'ABP_FI_MicroficheMachine_C::Tray_X_IndexValue' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Tray_Y_IndexMin) == 0x001E9C, "Member 'ABP_FI_MicroficheMachine_C::Tray_Y_IndexMin' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Tray_Y_IndexMax) == 0x001EA0, "Member 'ABP_FI_MicroficheMachine_C::Tray_Y_IndexMax' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Tray_Y_IndexValue) == 0x001EA4, "Member 'ABP_FI_MicroficheMachine_C::Tray_Y_IndexValue' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Turned_Off_with_Switch) == 0x001EA8, "Member 'ABP_FI_MicroficheMachine_C::Turned_Off_with_Switch' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, CurrentCropOffset) == 0x001EA9, "Member 'ABP_FI_MicroficheMachine_C::CurrentCropOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, CropOffsets) == 0x001EAC, "Member 'ABP_FI_MicroficheMachine_C::CropOffsets' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MoveFadeDur) == 0x001ED4, "Member 'ABP_FI_MicroficheMachine_C::MoveFadeDur' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Previous_Tray_X_Index) == 0x001ED8, "Member 'ABP_FI_MicroficheMachine_C::Previous_Tray_X_Index' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Previous_Tray_Y_Index) == 0x001EDC, "Member 'ABP_FI_MicroficheMachine_C::Previous_Tray_Y_Index' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MicrofilmShuttleExtraSoundCueArray) == 0x001EE0, "Member 'ABP_FI_MicroficheMachine_C::MicrofilmShuttleExtraSoundCueArray' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, PlayerControlBrowseTargetArticle) == 0x001EF0, "Member 'ABP_FI_MicroficheMachine_C::PlayerControlBrowseTargetArticle' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, PlayerSatDown) == 0x001EF1, "Member 'ABP_FI_MicroficheMachine_C::PlayerSatDown' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Sound) == 0x001EF8, "Member 'ABP_FI_MicroficheMachine_C::Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Screen_Light_Intensity) == 0x001F00, "Member 'ABP_FI_MicroficheMachine_C::Screen_Light_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SitDownActorCamera) == 0x001F08, "Member 'ABP_FI_MicroficheMachine_C::SitDownActorCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, SelectArrowMaxAngle) == 0x001F10, "Member 'ABP_FI_MicroficheMachine_C::SelectArrowMaxAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, PlayFreakingOut) == 0x001F14, "Member 'ABP_FI_MicroficheMachine_C::PlayFreakingOut' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FreakingOutTimer) == 0x001F18, "Member 'ABP_FI_MicroficheMachine_C::FreakingOutTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, FreakingOutDuration) == 0x001F1C, "Member 'ABP_FI_MicroficheMachine_C::FreakingOutDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Sound_Mix) == 0x001F20, "Member 'ABP_FI_MicroficheMachine_C::Sound_Mix' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, UseMixModifier) == 0x001F30, "Member 'ABP_FI_MicroficheMachine_C::UseMixModifier' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, Sit_Down) == 0x001F38, "Member 'ABP_FI_MicroficheMachine_C::Sit_Down' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, canStandUp) == 0x001F40, "Member 'ABP_FI_MicroficheMachine_C::canStandUp' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, BrowseSpeedHorizontal) == 0x001F44, "Member 'ABP_FI_MicroficheMachine_C::BrowseSpeedHorizontal' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, BrowseSpeedVertical) == 0x001F48, "Member 'ABP_FI_MicroficheMachine_C::BrowseSpeedVertical' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, LandOnArticleVOArray) == 0x001F50, "Member 'ABP_FI_MicroficheMachine_C::LandOnArticleVOArray' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, HUDTutorialBarBottomEvent) == 0x001F60, "Member 'ABP_FI_MicroficheMachine_C::HUDTutorialBarBottomEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MicrofilmVOFinishedEvent) == 0x001F68, "Member 'ABP_FI_MicroficheMachine_C::MicrofilmVOFinishedEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, MicrofilmVOIsPlaying) == 0x001F70, "Member 'ABP_FI_MicroficheMachine_C::MicrofilmVOIsPlaying' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, PlayedFirstMicrofilmAudio) == 0x001F71, "Member 'ABP_FI_MicroficheMachine_C::PlayedFirstMicrofilmAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, TrayUnloading) == 0x001F72, "Member 'ABP_FI_MicroficheMachine_C::TrayUnloading' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_MicroficheMachine_C, ScreenTurningOff) == 0x001F73, "Member 'ABP_FI_MicroficheMachine_C::ScreenTurningOff' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SI_Base_SilhouetteKatjaBo_C \ static_assert(alignof(ABP_SI_Base_SilhouetteKatjaBo_C) == 0x000010, "Wrong alignment on ABP_SI_Base_SilhouetteKatjaBo_C"); \ static_assert(sizeof(ABP_SI_Base_SilhouetteKatjaBo_C) == 0x001BC0, "Wrong size on ABP_SI_Base_SilhouetteKatjaBo_C"); \ static_assert(offsetof(ABP_SI_Base_SilhouetteKatjaBo_C, KatjaMesh) == 0x001BB0, "Member 'ABP_SI_Base_SilhouetteKatjaBo_C::KatjaMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_SI_Base_SilhouetteKatjaBo_C, BoMesh) == 0x001BB8, "Member 'ABP_SI_Base_SilhouetteKatjaBo_C::BoMesh' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HI_Base_SleepInstituteArticlePhoto_C \ static_assert(alignof(ABP_HI_Base_SleepInstituteArticlePhoto_C) == 0x000010, "Wrong alignment on ABP_HI_Base_SleepInstituteArticlePhoto_C"); \ static_assert(sizeof(ABP_HI_Base_SleepInstituteArticlePhoto_C) == 0x001BB0, "Wrong size on ABP_HI_Base_SleepInstituteArticlePhoto_C"); \ #define DUMPER7_ASSERTS_BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes \ static_assert(alignof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes) == 0x000008, "Wrong alignment on BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes"); \ static_assert(sizeof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes) == 0x000190, "Wrong size on BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, EntryPoint) == 0x000000, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, Temp_int_Variable) == 0x000004, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000018, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, K2Node_Event_InteractionComponent) == 0x000020, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, K2Node_Event_InteractionActor) == 0x000028, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000030, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, K2Node_EOCreateEvent_OutputDelegate) == 0x000038, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, K2Node_EOEvent_Sender_1) == 0x000048, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, K2Node_EOEvent_Event_1) == 0x000050, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, Temp_bool_True_if_break_was_hit_Variable) == 0x000058, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Array_Get_Item) == 0x000060, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_RemoveInventoryItem_Result) == 0x000068, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_RemoveInventoryItem_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Not_PreBool_ReturnValue) == 0x000069, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Array_Length_ReturnValue) == 0x00006C, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000070, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_HasInventoryItemOfClass_Result) == 0x000078, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_HasInventoryItemOfClass_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Array_RemoveItem_ReturnValue) == 0x000079, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, Temp_int_Variable_1) == 0x00007C, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000084, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Add_IntInt_ReturnValue) == 0x000088, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Subtract_IntInt_ReturnValue) == 0x00008C, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000090, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Not_PreBool_ReturnValue_1) == 0x000091, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000094, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, K2Node_EOEvent_Sender) == 0x0000A8, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, K2Node_EOEvent_Event) == 0x0000B0, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, K2Node_SwitchInteger_CmpSuccess) == 0x0000B8, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_IsValid_ReturnValue) == 0x0000B9, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_BreakRotator_Roll) == 0x0000BC, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_BreakRotator_Pitch) == 0x0000C0, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_BreakRotator_Yaw) == 0x0000C4, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0000C8, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_MakeRotator_ReturnValue) == 0x0000CC, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_RLerp_ReturnValue) == 0x0000D8, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0000E4, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Map_Find_Value) == 0x00016C, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Map_Find_ReturnValue) == 0x000170, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, Temp_int_Loop_Counter_Variable) == 0x000174, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Less_IntInt_ReturnValue) == 0x000178, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Add_IntInt_ReturnValue_1) == 0x00017C, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_BooleanAND_ReturnValue) == 0x000180, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, Temp_int_Variable_2) == 0x000184, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_Add_IntInt_ReturnValue_2) == 0x000188, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00018C, "Member 'BP_FI_TinctureTubes_C_ExecuteUbergraph_BP_FI_TinctureTubes::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_TinctureTubes_C_CymaticTableFinished \ static_assert(alignof(BP_FI_TinctureTubes_C_CymaticTableFinished) == 0x000008, "Wrong alignment on BP_FI_TinctureTubes_C_CymaticTableFinished"); \ static_assert(sizeof(BP_FI_TinctureTubes_C_CymaticTableFinished) == 0x000010, "Wrong size on BP_FI_TinctureTubes_C_CymaticTableFinished"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_CymaticTableFinished, Sender) == 0x000000, "Member 'BP_FI_TinctureTubes_C_CymaticTableFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_CymaticTableFinished, Event) == 0x000008, "Member 'BP_FI_TinctureTubes_C_CymaticTableFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_TinctureTubes_C_PulverizedInfusionInventory \ static_assert(alignof(BP_FI_TinctureTubes_C_PulverizedInfusionInventory) == 0x000008, "Wrong alignment on BP_FI_TinctureTubes_C_PulverizedInfusionInventory"); \ static_assert(sizeof(BP_FI_TinctureTubes_C_PulverizedInfusionInventory) == 0x000010, "Wrong size on BP_FI_TinctureTubes_C_PulverizedInfusionInventory"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_PulverizedInfusionInventory, Sender) == 0x000000, "Member 'BP_FI_TinctureTubes_C_PulverizedInfusionInventory::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_PulverizedInfusionInventory, Event) == 0x000008, "Member 'BP_FI_TinctureTubes_C_PulverizedInfusionInventory::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_TinctureTubes_C_ActiveBeginInteract \ static_assert(alignof(BP_FI_TinctureTubes_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_FI_TinctureTubes_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_FI_TinctureTubes_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_FI_TinctureTubes_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FI_TinctureTubes_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_TinctureTubes_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FI_TinctureTubes_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_TinctureTubes_C \ static_assert(alignof(ABP_FI_TinctureTubes_C) == 0x000008, "Wrong alignment on ABP_FI_TinctureTubes_C"); \ static_assert(sizeof(ABP_FI_TinctureTubes_C) == 0x001CD8, "Wrong size on ABP_FI_TinctureTubes_C"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, UberGraphFrame_BP_FI_TinctureTubes_C) == 0x001BF8, "Member 'ABP_FI_TinctureTubes_C::UberGraphFrame_BP_FI_TinctureTubes_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, Powder3) == 0x001C00, "Member 'ABP_FI_TinctureTubes_C::Powder3' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, Powder2) == 0x001C08, "Member 'ABP_FI_TinctureTubes_C::Powder2' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, Powder1) == 0x001C10, "Member 'ABP_FI_TinctureTubes_C::Powder1' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, CapMesh3) == 0x001C18, "Member 'ABP_FI_TinctureTubes_C::CapMesh3' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, CapMesh2) == 0x001C20, "Member 'ABP_FI_TinctureTubes_C::CapMesh2' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, CapMesh1) == 0x001C28, "Member 'ABP_FI_TinctureTubes_C::CapMesh1' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, CapTimeline_Powder_305218D4470C77B95EB4CD8552A76534) == 0x001C30, "Member 'ABP_FI_TinctureTubes_C::CapTimeline_Powder_305218D4470C77B95EB4CD8552A76534' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, CapTimeline_NewTrack_0_305218D4470C77B95EB4CD8552A76534) == 0x001C34, "Member 'ABP_FI_TinctureTubes_C::CapTimeline_NewTrack_0_305218D4470C77B95EB4CD8552A76534' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, CapTimeline__Direction_305218D4470C77B95EB4CD8552A76534) == 0x001C38, "Member 'ABP_FI_TinctureTubes_C::CapTimeline__Direction_305218D4470C77B95EB4CD8552A76534' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, CapTimeline) == 0x001C40, "Member 'ABP_FI_TinctureTubes_C::CapTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, InfusionInventory) == 0x001C48, "Member 'ABP_FI_TinctureTubes_C::InfusionInventory' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, InventoryItemCount) == 0x001C58, "Member 'ABP_FI_TinctureTubes_C::InventoryItemCount' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, ItemIndex) == 0x001C5C, "Member 'ABP_FI_TinctureTubes_C::ItemIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, PowderToShow) == 0x001C60, "Member 'ABP_FI_TinctureTubes_C::PowderToShow' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, Cap_Mesh_To_Animate) == 0x001C68, "Member 'ABP_FI_TinctureTubes_C::Cap_Mesh_To_Animate' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, CapStartingRot) == 0x001C70, "Member 'ABP_FI_TinctureTubes_C::CapStartingRot' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, InfusionInventoryIndex) == 0x001C80, "Member 'ABP_FI_TinctureTubes_C::InfusionInventoryIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_TinctureTubes_C, DepositedPowderCount) == 0x001CD0, "Member 'ABP_FI_TinctureTubes_C::DepositedPowderCount' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump \ static_assert(alignof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump) == 0x000008, "Wrong alignment on BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump"); \ static_assert(sizeof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump) == 0x000120, "Wrong size on BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, EntryPoint) == 0x000000, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, K2Node_EOCreateEvent_OutputDelegate) == 0x000020, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000030, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000038, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_BreakRotator_Roll) == 0x000044, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_BreakRotator_Pitch) == 0x000048, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_BreakRotator_Yaw) == 0x00004C, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_MakeRotator_ReturnValue) == 0x000054, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_IsValid_ReturnValue) == 0x000060, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_RLerp_ReturnValue) == 0x000064, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000070, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000F8, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_Lerp_ReturnValue) == 0x0000FC, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000100, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000104, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, K2Node_EOEvent_Sender) == 0x000110, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump, K2Node_EOEvent_Event) == 0x000118, "Member 'BP_FI_InfusionPump_C_ExecuteUbergraph_BP_FI_InfusionPump::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_InfusionPump_C_EOEventDelegate_0 \ static_assert(alignof(BP_FI_InfusionPump_C_EOEventDelegate_0) == 0x000008, "Wrong alignment on BP_FI_InfusionPump_C_EOEventDelegate_0"); \ static_assert(sizeof(BP_FI_InfusionPump_C_EOEventDelegate_0) == 0x000010, "Wrong size on BP_FI_InfusionPump_C_EOEventDelegate_0"); \ static_assert(offsetof(BP_FI_InfusionPump_C_EOEventDelegate_0, Sender) == 0x000000, "Member 'BP_FI_InfusionPump_C_EOEventDelegate_0::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_InfusionPump_C_EOEventDelegate_0, Event) == 0x000008, "Member 'BP_FI_InfusionPump_C_EOEventDelegate_0::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_InfusionPump_C_UserConstructionScript \ static_assert(alignof(BP_FI_InfusionPump_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FI_InfusionPump_C_UserConstructionScript"); \ static_assert(sizeof(BP_FI_InfusionPump_C_UserConstructionScript) == 0x000008, "Wrong size on BP_FI_InfusionPump_C_UserConstructionScript"); \ static_assert(offsetof(BP_FI_InfusionPump_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_FI_InfusionPump_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_InfusionPump_C \ static_assert(alignof(ABP_FI_InfusionPump_C) == 0x000008, "Wrong alignment on ABP_FI_InfusionPump_C"); \ static_assert(sizeof(ABP_FI_InfusionPump_C) == 0x001C60, "Wrong size on ABP_FI_InfusionPump_C"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, UberGraphFrame_BP_FI_InfusionPump_C) == 0x001BF8, "Member 'ABP_FI_InfusionPump_C::UberGraphFrame_BP_FI_InfusionPump_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, SwitchBox) == 0x001C00, "Member 'ABP_FI_InfusionPump_C::SwitchBox' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, MovePumpSwitchTimeline_LightFloat_4A2C9D3C4A416DD2C98E1E9C2462A402) == 0x001C08, "Member 'ABP_FI_InfusionPump_C::MovePumpSwitchTimeline_LightFloat_4A2C9D3C4A416DD2C98E1E9C2462A402' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, MovePumpSwitchTimeline_RotFloat_4A2C9D3C4A416DD2C98E1E9C2462A402) == 0x001C0C, "Member 'ABP_FI_InfusionPump_C::MovePumpSwitchTimeline_RotFloat_4A2C9D3C4A416DD2C98E1E9C2462A402' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, MovePumpSwitchTimeline__Direction_4A2C9D3C4A416DD2C98E1E9C2462A402) == 0x001C10, "Member 'ABP_FI_InfusionPump_C::MovePumpSwitchTimeline__Direction_4A2C9D3C4A416DD2C98E1E9C2462A402' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, MovePumpSwitchTimeline) == 0x001C18, "Member 'ABP_FI_InfusionPump_C::MovePumpSwitchTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, PreInteractRotation) == 0x001C20, "Member 'ABP_FI_InfusionPump_C::PreInteractRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, TimelineDur) == 0x001C2C, "Member 'ABP_FI_InfusionPump_C::TimelineDur' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, PumpSwitchSound) == 0x001C30, "Member 'ABP_FI_InfusionPump_C::PumpSwitchSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, SwitchMotorSourceMaterial) == 0x001C38, "Member 'ABP_FI_InfusionPump_C::SwitchMotorSourceMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, SwitchMotorMaterialInstance) == 0x001C40, "Member 'ABP_FI_InfusionPump_C::SwitchMotorMaterialInstance' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, SwitchPumpScalarParamName) == 0x001C48, "Member 'ABP_FI_InfusionPump_C::SwitchPumpScalarParamName' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_InfusionPump_C, Dialogue_Finished_EOEvents) == 0x001C50, "Member 'ABP_FI_InfusionPump_C::Dialogue_Finished_EOEvents' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot \ static_assert(alignof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot) == 0x000010, "Wrong alignment on BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot"); \ static_assert(sizeof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot) == 0x0000B0, "Wrong size on BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, EntryPoint) == 0x000000, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, CallFunc_MakeTransform_ReturnValue) == 0x000010, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000040, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, CallFunc_FinishSpawningActor_ReturnValue) == 0x000048, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, K2Node_EOCreateEvent_OutputDelegate) == 0x000050, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, K2Node_EOEvent_Sender) == 0x000060, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, K2Node_EOEvent_Event) == 0x000068, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, CallFunc_CreateEOEvent_ReturnValue) == 0x000070, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, K2Node_DynamicCast_AsBPE_Ch_02_Cymatic_Wrong_Slot_Filled) == 0x000078, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::K2Node_DynamicCast_AsBPE_Ch_02_Cymatic_Wrong_Slot_Filled' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, K2Node_DynamicCast_bSuccess) == 0x000080, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000081, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, K2Node_Event_InteractedComponent) == 0x000088, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, K2Node_Event_InteractingActor) == 0x000090, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000098, "Member 'BP_CymaticSlot_C_ExecuteUbergraph_BP_CymaticSlot::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticSlot_C_Interact \ static_assert(alignof(BP_CymaticSlot_C_Interact) == 0x000008, "Wrong alignment on BP_CymaticSlot_C_Interact"); \ static_assert(sizeof(BP_CymaticSlot_C_Interact) == 0x000010, "Wrong size on BP_CymaticSlot_C_Interact"); \ static_assert(offsetof(BP_CymaticSlot_C_Interact, InteractedComponent_0) == 0x000000, "Member 'BP_CymaticSlot_C_Interact::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_Interact, InteractingActor_0) == 0x000008, "Member 'BP_CymaticSlot_C_Interact::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticSlot_C_Wrong_Slot \ static_assert(alignof(BP_CymaticSlot_C_Wrong_Slot) == 0x000008, "Wrong alignment on BP_CymaticSlot_C_Wrong_Slot"); \ static_assert(sizeof(BP_CymaticSlot_C_Wrong_Slot) == 0x000010, "Wrong size on BP_CymaticSlot_C_Wrong_Slot"); \ static_assert(offsetof(BP_CymaticSlot_C_Wrong_Slot, Sender) == 0x000000, "Member 'BP_CymaticSlot_C_Wrong_Slot::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticSlot_C_Wrong_Slot, Event) == 0x000008, "Member 'BP_CymaticSlot_C_Wrong_Slot::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CymaticSlot_C \ static_assert(alignof(ABP_CymaticSlot_C) == 0x000008, "Wrong alignment on ABP_CymaticSlot_C"); \ static_assert(sizeof(ABP_CymaticSlot_C) == 0x001C50, "Wrong size on ABP_CymaticSlot_C"); \ static_assert(offsetof(ABP_CymaticSlot_C, UberGraphFrame_BP_CymaticSlot_C) == 0x001BE0, "Member 'ABP_CymaticSlot_C::UberGraphFrame_BP_CymaticSlot_C' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, Box) == 0x001BE8, "Member 'ABP_CymaticSlot_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, Active) == 0x001BF0, "Member 'ABP_CymaticSlot_C::Active' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, CrosshairImage) == 0x001BF8, "Member 'ABP_CymaticSlot_C::CrosshairImage' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, CrosshairColor) == 0x001C00, "Member 'ABP_CymaticSlot_C::CrosshairColor' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, CrosshairSize) == 0x001C10, "Member 'ABP_CymaticSlot_C::CrosshairSize' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, Hovered) == 0x001C18, "Member 'ABP_CymaticSlot_C::Hovered' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, HoveredComponent_0) == 0x001C20, "Member 'ABP_CymaticSlot_C::HoveredComponent_0' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, InteractingPlayer) == 0x001C28, "Member 'ABP_CymaticSlot_C::InteractingPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, HasBeenPickedUp) == 0x001C30, "Member 'ABP_CymaticSlot_C::HasBeenPickedUp' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, HasBeenSlotted) == 0x001C31, "Member 'ABP_CymaticSlot_C::HasBeenSlotted' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, InteractType) == 0x001C32, "Member 'ABP_CymaticSlot_C::InteractType' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, Cymatic_Scale) == 0x001C34, "Member 'ABP_CymaticSlot_C::Cymatic_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, CurrentTuner) == 0x001C40, "Member 'ABP_CymaticSlot_C::CurrentTuner' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, Tuner_Position) == 0x001C48, "Member 'ABP_CymaticSlot_C::Tuner_Position' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, HasBeenSolved) == 0x001C49, "Member 'ABP_CymaticSlot_C::HasBeenSolved' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticSlot_C, InputBlocked) == 0x001C4A, "Member 'ABP_CymaticSlot_C::InputBlocked' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor \ static_assert(alignof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor) == 0x000008, "Wrong alignment on BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor"); \ static_assert(sizeof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor) == 0x000100, "Wrong size on BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, EntryPoint) == 0x000000, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_IsClosed_Variable) == 0x000010, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_Has_Been_Initd_Variable) == 0x000011, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_IsClosed_Variable_1) == 0x000012, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_Has_Been_Initd_Variable_1) == 0x000013, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_Has_Been_Initd_Variable_2) == 0x000014, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_IsClosed_Variable_2) == 0x000015, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_IsClosed_Variable_3) == 0x000016, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_IsClosed_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_Has_Been_Initd_Variable_3) == 0x000017, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_Has_Been_Initd_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000018, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_IsClosed_Variable_4) == 0x000020, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_IsClosed_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_Has_Been_Initd_Variable_4) == 0x000021, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_Has_Been_Initd_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, K2Node_EOEvent_Sender_1) == 0x000028, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, K2Node_EOEvent_Event_1) == 0x000030, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, K2Node_EOCreateEvent_OutputDelegate) == 0x000038, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, K2Node_EOEvent_Sender) == 0x000050, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, K2Node_EOEvent_Event) == 0x000058, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_int_Array_Index_Variable) == 0x000060, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_Has_Been_Initd_Variable_5) == 0x000070, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_Has_Been_Initd_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000078, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000080, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, K2Node_SwitchEnum_CmpSuccess) == 0x000081, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000084, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_Array_Get_Item_1) == 0x000098, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_IsValid_ReturnValue) == 0x0000A0, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_CreateEOEvent_ReturnValue_2) == 0x0000A8, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_Array_Get_Item_2) == 0x0000B0, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_Array_Get_Item_3) == 0x0000B8, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_IsValid_ReturnValue_1) == 0x0000C0, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_IsValid_ReturnValue_2) == 0x0000C1, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_int_Loop_Counter_Variable) == 0x0000C4, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_GetCachedGameInstance_CachedGameInstance_1) == 0x0000C8, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_GetCachedGameInstance_CachedGameInstance_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_GetKatjasApartmentSwapper_Result_1) == 0x0000D0, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_GetKatjasApartmentSwapper_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_Less_IntInt_ReturnValue) == 0x0000D1, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000D2, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x0000D8, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, K2Node_SwitchEnum_CmpSuccess_2) == 0x0000D9, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, Temp_bool_IsClosed_Variable_5) == 0x0000DA, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::Temp_bool_IsClosed_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, K2Node_Event_InteractionComponent) == 0x0000E0, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, K2Node_Event_InteractionActor) == 0x0000E8, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_CreateEOEvent_ReturnValue_3) == 0x0000F0, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor, CallFunc_CreateEOEvent_ReturnValue_4) == 0x0000F8, "Member 'BP_FI_KatjaApartmentDoor_C_ExecuteUbergraph_BP_FI_KatjaApartmentDoor::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_KatjaApartmentDoor_C_PassiveBeginInteract \ static_assert(alignof(BP_FI_KatjaApartmentDoor_C_PassiveBeginInteract) == 0x000008, "Wrong alignment on BP_FI_KatjaApartmentDoor_C_PassiveBeginInteract"); \ static_assert(sizeof(BP_FI_KatjaApartmentDoor_C_PassiveBeginInteract) == 0x000010, "Wrong size on BP_FI_KatjaApartmentDoor_C_PassiveBeginInteract"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_PassiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FI_KatjaApartmentDoor_C_PassiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_PassiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FI_KatjaApartmentDoor_C_PassiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_KatjaApartmentDoor_C_ChangeDoorStateToAjar \ static_assert(alignof(BP_FI_KatjaApartmentDoor_C_ChangeDoorStateToAjar) == 0x000008, "Wrong alignment on BP_FI_KatjaApartmentDoor_C_ChangeDoorStateToAjar"); \ static_assert(sizeof(BP_FI_KatjaApartmentDoor_C_ChangeDoorStateToAjar) == 0x000010, "Wrong size on BP_FI_KatjaApartmentDoor_C_ChangeDoorStateToAjar"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ChangeDoorStateToAjar, Sender) == 0x000000, "Member 'BP_FI_KatjaApartmentDoor_C_ChangeDoorStateToAjar::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ChangeDoorStateToAjar, Event) == 0x000008, "Member 'BP_FI_KatjaApartmentDoor_C_ChangeDoorStateToAjar::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_KatjaApartmentDoor_C_OnKatjasApartmentSwapperSet \ static_assert(alignof(BP_FI_KatjaApartmentDoor_C_OnKatjasApartmentSwapperSet) == 0x000008, "Wrong alignment on BP_FI_KatjaApartmentDoor_C_OnKatjasApartmentSwapperSet"); \ static_assert(sizeof(BP_FI_KatjaApartmentDoor_C_OnKatjasApartmentSwapperSet) == 0x000010, "Wrong size on BP_FI_KatjaApartmentDoor_C_OnKatjasApartmentSwapperSet"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_OnKatjasApartmentSwapperSet, Sender) == 0x000000, "Member 'BP_FI_KatjaApartmentDoor_C_OnKatjasApartmentSwapperSet::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_OnKatjasApartmentSwapperSet, Event) == 0x000008, "Member 'BP_FI_KatjaApartmentDoor_C_OnKatjasApartmentSwapperSet::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState \ static_assert(alignof(BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState) == 0x000008, "Wrong alignment on BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState"); \ static_assert(sizeof(BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState) == 0x000018, "Wrong size on BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState, CallFunc_GetDefaultObject_ReturnValue) == 0x000000, "Member 'BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState, K2Node_DynamicCast_AsBP_PHGame_Instance) == 0x000008, "Member 'BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState::K2Node_DynamicCast_AsBP_PHGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000011, "Member 'BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState, CallFunc_Map_Find_Value) == 0x000012, "Member 'BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState, CallFunc_Map_Find_ReturnValue) == 0x000013, "Member 'BP_FI_KatjaApartmentDoor_C_InitKatjasApartmentDoorState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState \ static_assert(alignof(BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState) == 0x000008, "Wrong alignment on BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState"); \ static_assert(sizeof(BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState) == 0x000010, "Wrong size on BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000000, "Member 'BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000008, "Member 'BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState, CallFunc_Map_Find_Value) == 0x000009, "Member 'BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState, CallFunc_Map_Find_ReturnValue) == 0x00000A, "Member 'BP_FI_KatjaApartmentDoor_C_UpdateKatjasApartmentDoorState::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState \ static_assert(alignof(BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState) == 0x000004, "Wrong alignment on BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState"); \ static_assert(sizeof(BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState) == 0x000224, "Wrong size on BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState, Selection) == 0x000000, "Member 'BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState::Selection' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000004, "Member 'BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x00008C, "Member 'BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState, CallFunc_K2_SetRelativeRotation_SweepHitResult_2) == 0x000114, "Member 'BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState::CallFunc_K2_SetRelativeRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState, CallFunc_K2_SetRelativeRotation_SweepHitResult_3) == 0x00019C, "Member 'BP_FI_KatjaApartmentDoor_C_ChangeKatjasApartmentDoorState::CallFunc_K2_SetRelativeRotation_SweepHitResult_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_KatjaApartmentDoor_C \ static_assert(alignof(ABP_FI_KatjaApartmentDoor_C) == 0x000008, "Wrong alignment on ABP_FI_KatjaApartmentDoor_C"); \ static_assert(sizeof(ABP_FI_KatjaApartmentDoor_C) == 0x001E70, "Wrong size on ABP_FI_KatjaApartmentDoor_C"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, UberGraphFrame_BP_FI_KatjaApartmentDoor_C) == 0x001DB8, "Member 'ABP_FI_KatjaApartmentDoor_C::UberGraphFrame_BP_FI_KatjaApartmentDoor_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, KatjasAptDoorStateTable) == 0x001DC0, "Member 'ABP_FI_KatjaApartmentDoor_C::KatjasAptDoorStateTable' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, RegisteredEOEventsToChangeDoorStateToAjar) == 0x001E10, "Member 'ABP_FI_KatjaApartmentDoor_C::RegisteredEOEventsToChangeDoorStateToAjar' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, SendOnInteractBeginEventsOpenDoor) == 0x001E20, "Member 'ABP_FI_KatjaApartmentDoor_C::SendOnInteractBeginEventsOpenDoor' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, BosDoorEOEventInt) == 0x001E24, "Member 'ABP_FI_KatjaApartmentDoor_C::BosDoorEOEventInt' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, SoCu_VO_01) == 0x001E28, "Member 'ABP_FI_KatjaApartmentDoor_C::SoCu_VO_01' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, SoCu_VO_02) == 0x001E38, "Member 'ABP_FI_KatjaApartmentDoor_C::SoCu_VO_02' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, DelayDialogue_02) == 0x001E48, "Member 'ABP_FI_KatjaApartmentDoor_C::DelayDialogue_02' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, SoCu_VO_03) == 0x001E50, "Member 'ABP_FI_KatjaApartmentDoor_C::SoCu_VO_03' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, DelayDialogue_03) == 0x001E60, "Member 'ABP_FI_KatjaApartmentDoor_C::DelayDialogue_03' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, BasementDoorEOEventInt) == 0x001E64, "Member 'ABP_FI_KatjaApartmentDoor_C::BasementDoorEOEventInt' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_KatjaApartmentDoor_C, KatjaApartmentDoor) == 0x001E68, "Member 'ABP_FI_KatjaApartmentDoor_C::KatjaApartmentDoor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_MicrofilmVOFinished_C \ static_assert(alignof(UBPE_Global_MicrofilmVOFinished_C) == 0x000008, "Wrong alignment on UBPE_Global_MicrofilmVOFinished_C"); \ static_assert(sizeof(UBPE_Global_MicrofilmVOFinished_C) == 0x000030, "Wrong size on UBPE_Global_MicrofilmVOFinished_C"); \ static_assert(offsetof(UBPE_Global_MicrofilmVOFinished_C, FromMicrofiche) == 0x000028, "Member 'UBPE_Global_MicrofilmVOFinished_C::FromMicrofiche' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable \ static_assert(alignof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable) == 0x000008, "Wrong alignment on BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable"); \ static_assert(sizeof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable) == 0x000578, "Wrong size on BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, EntryPoint) == 0x000000, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, Temp_name_Variable) == 0x000004, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, Temp_name_Variable_1) == 0x00000C, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_CreateEOEvent_ReturnValue) == 0x000018, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Lerp_ReturnValue) == 0x000020, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_MakeRotator_ReturnValue) == 0x000024, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, Temp_byte_Variable) == 0x000030, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000038, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000048, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000050, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000058, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_CreateEOEvent_ReturnValue_5) == 0x000060, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_CreateEOEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_CreateEOEvent_ReturnValue_6) == 0x000068, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_CreateEOEvent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000070, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000078, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_CreateEOEvent_ReturnValue_7) == 0x000080, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_CreateEOEvent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsStatic_Mesh_Actor) == 0x000088, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsStatic_Mesh_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess) == 0x000090, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000094, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_CreateEOEvent_ReturnValue_8) == 0x0000A0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_CreateEOEvent_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_CreateDelegate_OutputDelegate) == 0x0000A8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_CreateDelegate_OutputDelegate_1) == 0x0000B8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_CustomEvent_Slot_Position_1) == 0x0000C8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_CustomEvent_Slot_Position_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_MultiGate_FirstRun) == 0x0000C9, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_MultiGate_FirstRun' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_MultiGate_Data) == 0x0000CC, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_MultiGate_Data' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_MultiGate_ScratchBool) == 0x0000D0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_MultiGate_ScratchBool' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_MultiGate_ScratchIndex) == 0x0000D4, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_MultiGate_ScratchIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, Temp_bool_Has_Been_Initd_Variable) == 0x0000D8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0000DC, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000E0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0000E4, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, Temp_bool_IsClosed_Variable) == 0x0000E8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_GetVaporRisesRate_ReturnValue) == 0x0000EC, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_GetVaporRisesRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, Temp_byte_Variable_1) == 0x0000F0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_DeltaSeconds) == 0x0000F4, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, Temp_bool_Has_Been_Initd_Variable_1) == 0x0000F8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, Temp_bool_IsClosed_Variable_1) == 0x0000F9, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_CustomEvent_Alpha) == 0x0000FC, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_CustomEvent_Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Lerp_ReturnValue_1) == 0x000100, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000108, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot) == 0x000110, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_1) == 0x000118, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Lerp_ReturnValue_2) == 0x00011C, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Lerp_ReturnValue_3) == 0x000120, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_MakeVector_ReturnValue) == 0x000124, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000130, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x0001B8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot_1) == 0x0001C0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_2) == 0x0001C8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3) == 0x0001D0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot_2) == 0x0001D8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_3) == 0x0001E0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_4) == 0x0001E8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot_3) == 0x0001F0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_4) == 0x0001F8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_BreakVector_X) == 0x0001FC, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_BreakVector_Y) == 0x000200, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_BreakVector_Z) == 0x000204, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractedComponent_5) == 0x000208, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractedComponent_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractingActor_5) == 0x000210, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractingActor_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_HoverEndType) == 0x000218, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_HoverEndType' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_SetPresetScalarsFromPreset_ReturnValue) == 0x000219, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_SetPresetScalarsFromPreset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_CustomEvent_Slot_Position) == 0x00021A, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_CustomEvent_Slot_Position' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractedComponent_4) == 0x000220, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractedComponent_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractingActor_4) == 0x000228, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractingActor_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractedComponent_3) == 0x000230, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractedComponent_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractingActor_3) == 0x000238, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractingActor_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_SetPresetScalarsFromPreset_ReturnValue_1) == 0x000240, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_SetPresetScalarsFromPreset_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000241, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractedComponent_2) == 0x000248, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractedComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractingActor_2) == 0x000250, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractingActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_SetPresetScalarsFromPreset_ReturnValue_2) == 0x000258, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_SetPresetScalarsFromPreset_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Map_Find_Value) == 0x00025C, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Map_Find_ReturnValue) == 0x000260, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Map_Find_Value_1) == 0x000264, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Map_Find_ReturnValue_1) == 0x000268, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_FloatToString_ReturnValue) == 0x000270, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000280, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Concat_StrStr_ReturnValue) == 0x000290, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0002A0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0002A8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Select_Default) == 0x0002B8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0002C0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_IsPlaying_ReturnValue) == 0x000348, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractedComponent_1) == 0x000350, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractingActor_1) == 0x000358, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractingActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_EOEvent_Sender) == 0x000360, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_EOEvent_Event) == 0x000368, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBPE_Ch_02_Cymatic_Wrong_Slot_Tuner_Picked_Up) == 0x000370, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBPE_Ch_02_Cymatic_Wrong_Slot_Tuner_Picked_Up' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_5) == 0x000378, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_5) == 0x000380, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot_4) == 0x000388, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_6) == 0x000390, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_6) == 0x000398, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot_5) == 0x0003A0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_7) == 0x0003A8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_7) == 0x0003B0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot_6) == 0x0003B8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot_6' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_8) == 0x0003C0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_8) == 0x0003C8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot_7) == 0x0003D0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot_7' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_9) == 0x0003D8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Select_Default_1) == 0x0003E0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_IsPlaying_ReturnValue_1) == 0x0003E8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Lerp_ReturnValue_4) == 0x0003EC, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Lerp_ReturnValue_5) == 0x0003F0, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractedComponent) == 0x0003F8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractingActor) == 0x000400, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_Deactivator) == 0x000408, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_Deactivator' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Lerp_ReturnValue_6) == 0x000410, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Lerp_ReturnValue_7) == 0x000414, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Lerp_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_Activator) == 0x000418, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_Activator' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_Event_InteractType) == 0x000420, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_Event_InteractType' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_CreateEOEvent_ReturnValue_9) == 0x000428, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_CreateEOEvent_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Lerp_ReturnValue_8) == 0x000430, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Lerp_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Add_FloatFloat_ReturnValue) == 0x000434, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_MakeVector_ReturnValue_1) == 0x000438, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000444, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_MakeVector_ReturnValue_2) == 0x000448, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Lerp_ReturnValue_9) == 0x000454, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Lerp_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Lerp_ReturnValue_10) == 0x000458, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Lerp_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_IsValid_ReturnValue_2) == 0x00045C, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_MakeRotator_ReturnValue_1) == 0x000460, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x00046C, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_MakeLiteralByte_ReturnValue) == 0x0004F4, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Not_PreBool_ReturnValue) == 0x0004F5, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, Temp_bool_Has_Been_Initd_Variable_2) == 0x0004F6, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Add_IntInt_ReturnValue) == 0x0004F8, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_SwitchInteger_CmpSuccess) == 0x0004FC, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000500, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_RemoveInventoryItem_Result) == 0x000508, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_RemoveInventoryItem_Result' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_HasInventoryItemOfClass_Result) == 0x000509, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_HasInventoryItemOfClass_Result' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, Temp_bool_IsClosed_Variable_2) == 0x00050A, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, Temp_int_Variable) == 0x00050C, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_SwitchEnum_CmpSuccess) == 0x000510, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_9) == 0x000518, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot_8) == 0x000520, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot_8' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_10) == 0x000528, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_10) == 0x000530, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot_9) == 0x000538, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot_9' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_11) == 0x000540, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_11) == 0x000548, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot_10) == 0x000550, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot_10' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_12) == 0x000558, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_12) == 0x000560, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_AsBP_Cymatic_Slot_11) == 0x000568, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_AsBP_Cymatic_Slot_11' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable, K2Node_DynamicCast_bSuccess_13) == 0x000570, "Member 'BP_CymaticTable_C_ExecuteUbergraph_BP_CymaticTable::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_Activate \ static_assert(alignof(BP_CymaticTable_C_Activate) == 0x000008, "Wrong alignment on BP_CymaticTable_C_Activate"); \ static_assert(sizeof(BP_CymaticTable_C_Activate) == 0x000010, "Wrong size on BP_CymaticTable_C_Activate"); \ static_assert(offsetof(BP_CymaticTable_C_Activate, Activator) == 0x000000, "Member 'BP_CymaticTable_C_Activate::Activator' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Activate, InteractType_0) == 0x000008, "Member 'BP_CymaticTable_C_Activate::InteractType_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_Deactivate \ static_assert(alignof(BP_CymaticTable_C_Deactivate) == 0x000008, "Wrong alignment on BP_CymaticTable_C_Deactivate"); \ static_assert(sizeof(BP_CymaticTable_C_Deactivate) == 0x000008, "Wrong size on BP_CymaticTable_C_Deactivate"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate, Deactivator) == 0x000000, "Member 'BP_CymaticTable_C_Deactivate::Deactivator' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_Cancel \ static_assert(alignof(BP_CymaticTable_C_Cancel) == 0x000008, "Wrong alignment on BP_CymaticTable_C_Cancel"); \ static_assert(sizeof(BP_CymaticTable_C_Cancel) == 0x000010, "Wrong size on BP_CymaticTable_C_Cancel"); \ static_assert(offsetof(BP_CymaticTable_C_Cancel, InteractedComponent) == 0x000000, "Member 'BP_CymaticTable_C_Cancel::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Cancel, InteractingActor) == 0x000008, "Member 'BP_CymaticTable_C_Cancel::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_WrongSlotTunerPickedUp \ static_assert(alignof(BP_CymaticTable_C_WrongSlotTunerPickedUp) == 0x000008, "Wrong alignment on BP_CymaticTable_C_WrongSlotTunerPickedUp"); \ static_assert(sizeof(BP_CymaticTable_C_WrongSlotTunerPickedUp) == 0x000010, "Wrong size on BP_CymaticTable_C_WrongSlotTunerPickedUp"); \ static_assert(offsetof(BP_CymaticTable_C_WrongSlotTunerPickedUp, Sender) == 0x000000, "Member 'BP_CymaticTable_C_WrongSlotTunerPickedUp::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_WrongSlotTunerPickedUp, Event) == 0x000008, "Member 'BP_CymaticTable_C_WrongSlotTunerPickedUp::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_Confirm \ static_assert(alignof(BP_CymaticTable_C_Confirm) == 0x000008, "Wrong alignment on BP_CymaticTable_C_Confirm"); \ static_assert(sizeof(BP_CymaticTable_C_Confirm) == 0x000010, "Wrong size on BP_CymaticTable_C_Confirm"); \ static_assert(offsetof(BP_CymaticTable_C_Confirm, InteractedComponent) == 0x000000, "Member 'BP_CymaticTable_C_Confirm::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Confirm, InteractingActor) == 0x000008, "Member 'BP_CymaticTable_C_Confirm::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_EndInteract \ static_assert(alignof(BP_CymaticTable_C_EndInteract) == 0x000008, "Wrong alignment on BP_CymaticTable_C_EndInteract"); \ static_assert(sizeof(BP_CymaticTable_C_EndInteract) == 0x000010, "Wrong size on BP_CymaticTable_C_EndInteract"); \ static_assert(offsetof(BP_CymaticTable_C_EndInteract, InteractedComponent) == 0x000000, "Member 'BP_CymaticTable_C_EndInteract::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_EndInteract, InteractingActor) == 0x000008, "Member 'BP_CymaticTable_C_EndInteract::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_Interact \ static_assert(alignof(BP_CymaticTable_C_Interact) == 0x000008, "Wrong alignment on BP_CymaticTable_C_Interact"); \ static_assert(sizeof(BP_CymaticTable_C_Interact) == 0x000010, "Wrong size on BP_CymaticTable_C_Interact"); \ static_assert(offsetof(BP_CymaticTable_C_Interact, InteractedComponent) == 0x000000, "Member 'BP_CymaticTable_C_Interact::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Interact, InteractingActor) == 0x000008, "Member 'BP_CymaticTable_C_Interact::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_InteractHoverBegin \ static_assert(alignof(BP_CymaticTable_C_InteractHoverBegin) == 0x000008, "Wrong alignment on BP_CymaticTable_C_InteractHoverBegin"); \ static_assert(sizeof(BP_CymaticTable_C_InteractHoverBegin) == 0x000010, "Wrong size on BP_CymaticTable_C_InteractHoverBegin"); \ static_assert(offsetof(BP_CymaticTable_C_InteractHoverBegin, InteractedComponent) == 0x000000, "Member 'BP_CymaticTable_C_InteractHoverBegin::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_InteractHoverBegin, InteractingActor) == 0x000008, "Member 'BP_CymaticTable_C_InteractHoverBegin::InteractingActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_PlayTunerWrongSound \ static_assert(alignof(BP_CymaticTable_C_PlayTunerWrongSound) == 0x000001, "Wrong alignment on BP_CymaticTable_C_PlayTunerWrongSound"); \ static_assert(sizeof(BP_CymaticTable_C_PlayTunerWrongSound) == 0x000001, "Wrong size on BP_CymaticTable_C_PlayTunerWrongSound"); \ static_assert(offsetof(BP_CymaticTable_C_PlayTunerWrongSound, Slot_Position) == 0x000000, "Member 'BP_CymaticTable_C_PlayTunerWrongSound::Slot_Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_InteractHoverEnd \ static_assert(alignof(BP_CymaticTable_C_InteractHoverEnd) == 0x000008, "Wrong alignment on BP_CymaticTable_C_InteractHoverEnd"); \ static_assert(sizeof(BP_CymaticTable_C_InteractHoverEnd) == 0x000018, "Wrong size on BP_CymaticTable_C_InteractHoverEnd"); \ static_assert(offsetof(BP_CymaticTable_C_InteractHoverEnd, InteractedComponent) == 0x000000, "Member 'BP_CymaticTable_C_InteractHoverEnd::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_InteractHoverEnd, InteractingActor) == 0x000008, "Member 'BP_CymaticTable_C_InteractHoverEnd::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_InteractHoverEnd, HoverEndType) == 0x000010, "Member 'BP_CymaticTable_C_InteractHoverEnd::HoverEndType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_UpdateSmokeLocationAndOpacity \ static_assert(alignof(BP_CymaticTable_C_UpdateSmokeLocationAndOpacity) == 0x000004, "Wrong alignment on BP_CymaticTable_C_UpdateSmokeLocationAndOpacity"); \ static_assert(sizeof(BP_CymaticTable_C_UpdateSmokeLocationAndOpacity) == 0x000004, "Wrong size on BP_CymaticTable_C_UpdateSmokeLocationAndOpacity"); \ static_assert(offsetof(BP_CymaticTable_C_UpdateSmokeLocationAndOpacity, Alpha) == 0x000000, "Member 'BP_CymaticTable_C_UpdateSmokeLocationAndOpacity::Alpha' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_ReceiveTick \ static_assert(alignof(BP_CymaticTable_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CymaticTable_C_ReceiveTick"); \ static_assert(sizeof(BP_CymaticTable_C_ReceiveTick) == 0x000004, "Wrong size on BP_CymaticTable_C_ReceiveTick"); \ static_assert(offsetof(BP_CymaticTable_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CymaticTable_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_PlayTunerCorrectSound \ static_assert(alignof(BP_CymaticTable_C_PlayTunerCorrectSound) == 0x000001, "Wrong alignment on BP_CymaticTable_C_PlayTunerCorrectSound"); \ static_assert(sizeof(BP_CymaticTable_C_PlayTunerCorrectSound) == 0x000001, "Wrong size on BP_CymaticTable_C_PlayTunerCorrectSound"); \ static_assert(offsetof(BP_CymaticTable_C_PlayTunerCorrectSound, Slot_Position) == 0x000000, "Member 'BP_CymaticTable_C_PlayTunerCorrectSound::Slot_Position' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate \ static_assert(alignof(BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate) == 0x000004, "Wrong alignment on BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate"); \ static_assert(sizeof(BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate) == 0x0000A4, "Wrong size on BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate, Alpha) == 0x000000, "Member 'BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate, CallFunc_VLerp_ReturnValue) == 0x000004, "Member 'BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate, CallFunc_RLerp_ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult) == 0x00001C, "Member 'BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineUpdate::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineFinished \ static_assert(alignof(BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineFinished) == 0x000004, "Wrong alignment on BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineFinished"); \ static_assert(sizeof(BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineFinished) == 0x000088, "Wrong size on BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineFinished"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineFinished, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000000, "Member 'BP_CymaticTable_C_OnCymaticDiscSubmergeTimelineFinished::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_UpdateSlotCount \ static_assert(alignof(BP_CymaticTable_C_UpdateSlotCount) == 0x000004, "Wrong alignment on BP_CymaticTable_C_UpdateSlotCount"); \ static_assert(sizeof(BP_CymaticTable_C_UpdateSlotCount) == 0x000014, "Wrong size on BP_CymaticTable_C_UpdateSlotCount"); \ static_assert(offsetof(BP_CymaticTable_C_UpdateSlotCount, Tag) == 0x000000, "Member 'BP_CymaticTable_C_UpdateSlotCount::Tag' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_UpdateSlotCount, CallFunc_RemoveGameplayTag_ReturnValue) == 0x000008, "Member 'BP_CymaticTable_C_UpdateSlotCount::CallFunc_RemoveGameplayTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_UpdateSlotCount, CallFunc_GetNumGameplayTagsInContainer_ReturnValue) == 0x00000C, "Member 'BP_CymaticTable_C_UpdateSlotCount::CallFunc_GetNumGameplayTagsInContainer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_UpdateSlotCount, K2Node_SwitchInteger_CmpSuccess) == 0x000010, "Member 'BP_CymaticTable_C_UpdateSlotCount::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_ReceiveBeginPlay \ static_assert(alignof(BP_CymaticTable_C_ReceiveBeginPlay) == 0x000008, "Wrong alignment on BP_CymaticTable_C_ReceiveBeginPlay"); \ static_assert(sizeof(BP_CymaticTable_C_ReceiveBeginPlay) == 0x000048, "Wrong size on BP_CymaticTable_C_ReceiveBeginPlay"); \ static_assert(offsetof(BP_CymaticTable_C_ReceiveBeginPlay, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_ReceiveBeginPlay::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ReceiveBeginPlay, K2Node_EOCreateEvent_OutputDelegate) == 0x000008, "Member 'BP_CymaticTable_C_ReceiveBeginPlay::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ReceiveBeginPlay, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000018, "Member 'BP_CymaticTable_C_ReceiveBeginPlay::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ReceiveBeginPlay, K2Node_CreateDelegate_OutputDelegate) == 0x000028, "Member 'BP_CymaticTable_C_ReceiveBeginPlay::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ReceiveBeginPlay, K2Node_CreateDelegate_OutputDelegate_1) == 0x000038, "Member 'BP_CymaticTable_C_ReceiveBeginPlay::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnInteractableEvent \ static_assert(alignof(BP_CymaticTable_C_OnInteractableEvent) == 0x000008, "Wrong alignment on BP_CymaticTable_C_OnInteractableEvent"); \ static_assert(sizeof(BP_CymaticTable_C_OnInteractableEvent) == 0x000170, "Wrong size on BP_CymaticTable_C_OnInteractableEvent"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, Sender) == 0x000000, "Member 'BP_CymaticTable_C_OnInteractableEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, Tag) == 0x000008, "Member 'BP_CymaticTable_C_OnInteractableEvent::Tag' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000010, "Member 'BP_CymaticTable_C_OnInteractableEvent::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000018, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot) == 0x000020, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_SwitchEnum_CmpSuccess) == 0x000029, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000030, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot_1) == 0x000038, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess_1) == 0x000040, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_MakeLiteralByte_ReturnValue) == 0x000041, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_SetPresetScalarsFromPreset_ReturnValue) == 0x000042, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_SetPresetScalarsFromPreset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000048, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Map_Find_Value) == 0x000050, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Map_Find_ReturnValue) == 0x000058, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot_2) == 0x000060, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess_2) == 0x000068, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_SetPresetScalarsFromPresetClass_ReturnValue) == 0x000069, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_SetPresetScalarsFromPresetClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_CreateEOEvent_ReturnValue) == 0x000070, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000078, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3) == 0x000080, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_4) == 0x000088, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot_3) == 0x000090, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess_3) == 0x000098, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot_4) == 0x0000A0, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess_4) == 0x0000A8, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_5) == 0x0000B0, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_6) == 0x0000B8, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot_5) == 0x0000C0, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess_5) == 0x0000C8, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot_6) == 0x0000D0, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot_6' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess_6) == 0x0000D8, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_7) == 0x0000E0, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_8) == 0x0000E8, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot_7) == 0x0000F0, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot_7' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess_7) == 0x0000F8, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot_8) == 0x000100, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot_8' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess_8) == 0x000108, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_9) == 0x000110, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_10) == 0x000118, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot_9) == 0x000120, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot_9' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess_9) == 0x000128, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot_10) == 0x000130, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot_10' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess_10) == 0x000138, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_SwitchEnum_CmpSuccess_1) == 0x000139, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_GetTagName_ReturnValue) == 0x00013C, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_GetTagName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000148, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000150, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_11) == 0x000158, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_AsBP_Cymatic_Slot_11) == 0x000160, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_AsBP_Cymatic_Slot_11' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, K2Node_DynamicCast_bSuccess_11) == 0x000168, "Member 'BP_CymaticTable_C_OnInteractableEvent::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnInteractableEvent, CallFunc_RemoveGameplayTag_ReturnValue) == 0x000169, "Member 'BP_CymaticTable_C_OnInteractableEvent::CallFunc_RemoveGameplayTag_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnChapterStateEvent \ static_assert(alignof(BP_CymaticTable_C_OnChapterStateEvent) == 0x000008, "Wrong alignment on BP_CymaticTable_C_OnChapterStateEvent"); \ static_assert(sizeof(BP_CymaticTable_C_OnChapterStateEvent) == 0x000030, "Wrong size on BP_CymaticTable_C_OnChapterStateEvent"); \ static_assert(offsetof(BP_CymaticTable_C_OnChapterStateEvent, Sender) == 0x000000, "Member 'BP_CymaticTable_C_OnChapterStateEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnChapterStateEvent, Tag) == 0x000008, "Member 'BP_CymaticTable_C_OnChapterStateEvent::Tag' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnChapterStateEvent, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x000010, "Member 'BP_CymaticTable_C_OnChapterStateEvent::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnChapterStateEvent, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000018, "Member 'BP_CymaticTable_C_OnChapterStateEvent::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnChapterStateEvent, K2Node_DynamicCast_AsBP_Sit_Down_Interactable) == 0x000020, "Member 'BP_CymaticTable_C_OnChapterStateEvent::K2Node_DynamicCast_AsBP_Sit_Down_Interactable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnChapterStateEvent, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_CymaticTable_C_OnChapterStateEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnVaporRisesTimelineUpdate \ static_assert(alignof(BP_CymaticTable_C_OnVaporRisesTimelineUpdate) == 0x000004, "Wrong alignment on BP_CymaticTable_C_OnVaporRisesTimelineUpdate"); \ static_assert(sizeof(BP_CymaticTable_C_OnVaporRisesTimelineUpdate) == 0x000098, "Wrong size on BP_CymaticTable_C_OnVaporRisesTimelineUpdate"); \ static_assert(offsetof(BP_CymaticTable_C_OnVaporRisesTimelineUpdate, Alpha) == 0x000000, "Member 'BP_CymaticTable_C_OnVaporRisesTimelineUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnVaporRisesTimelineUpdate, CallFunc_VLerp_ReturnValue) == 0x000004, "Member 'BP_CymaticTable_C_OnVaporRisesTimelineUpdate::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnVaporRisesTimelineUpdate, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000010, "Member 'BP_CymaticTable_C_OnVaporRisesTimelineUpdate::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnVaporRisesTimelineFinished \ static_assert(alignof(BP_CymaticTable_C_OnVaporRisesTimelineFinished) == 0x000008, "Wrong alignment on BP_CymaticTable_C_OnVaporRisesTimelineFinished"); \ static_assert(sizeof(BP_CymaticTable_C_OnVaporRisesTimelineFinished) == 0x000030, "Wrong size on BP_CymaticTable_C_OnVaporRisesTimelineFinished"); \ static_assert(offsetof(BP_CymaticTable_C_OnVaporRisesTimelineFinished, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_CymaticTable_C_OnVaporRisesTimelineFinished::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnVaporRisesTimelineFinished, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_OnVaporRisesTimelineFinished::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnVaporRisesTimelineFinished, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000018, "Member 'BP_CymaticTable_C_OnVaporRisesTimelineFinished::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnVaporRisesTimelineFinished, K2Node_DynamicCast_AsBP_Sit_Down_Interactable) == 0x000020, "Member 'BP_CymaticTable_C_OnVaporRisesTimelineFinished::K2Node_DynamicCast_AsBP_Sit_Down_Interactable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnVaporRisesTimelineFinished, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_CymaticTable_C_OnVaporRisesTimelineFinished::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate \ static_assert(alignof(BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate) == 0x000008, "Wrong alignment on BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate"); \ static_assert(sizeof(BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate) == 0x000020, "Wrong size on BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate"); \ static_assert(offsetof(BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate, Alpha) == 0x000000, "Member 'BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate, Temp_bool_IsClosed_Variable) == 0x000018, "Member 'BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate, Temp_bool_Has_Been_Initd_Variable) == 0x000019, "Member 'BP_CymaticTable_C_OnWaterDissolveVisTimelineUpdate::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnBubbleDissolveVisTimelineUpdate \ static_assert(alignof(BP_CymaticTable_C_OnBubbleDissolveVisTimelineUpdate) == 0x000008, "Wrong alignment on BP_CymaticTable_C_OnBubbleDissolveVisTimelineUpdate"); \ static_assert(sizeof(BP_CymaticTable_C_OnBubbleDissolveVisTimelineUpdate) == 0x000018, "Wrong size on BP_CymaticTable_C_OnBubbleDissolveVisTimelineUpdate"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleDissolveVisTimelineUpdate, Alpha) == 0x000000, "Member 'BP_CymaticTable_C_OnBubbleDissolveVisTimelineUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleDissolveVisTimelineUpdate, CallFunc_Conv_FloatToString_ReturnValue) == 0x000008, "Member 'BP_CymaticTable_C_OnBubbleDissolveVisTimelineUpdate::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate \ static_assert(alignof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate) == 0x000008, "Wrong alignment on BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate"); \ static_assert(sizeof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate) == 0x0000E0, "Wrong size on BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate, Alpha) == 0x000000, "Member 'BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate, CallFunc_Lerp_ReturnValue) == 0x000004, "Member 'BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate, CallFunc_MakeVector_ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate, K2Node_DynamicCast_AsStatic_Mesh_Actor) == 0x000020, "Member 'BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate::K2Node_DynamicCast_AsStatic_Mesh_Actor' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate, CallFunc_Conv_FloatToString_ReturnValue) == 0x000030, "Member 'BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate, CallFunc_IsValidSoftObjectReference_ReturnValue) == 0x000040, "Member 'BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate::CallFunc_IsValidSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate, CallFunc_Add_VectorVector_ReturnValue) == 0x000044, "Member 'BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x000050, "Member 'BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000D8, "Member 'BP_CymaticTable_C_OnBubbleRiseVisTimelineUpdate::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnContextualInputTriggered \ static_assert(alignof(BP_CymaticTable_C_OnContextualInputTriggered) == 0x000004, "Wrong alignment on BP_CymaticTable_C_OnContextualInputTriggered"); \ static_assert(sizeof(BP_CymaticTable_C_OnContextualInputTriggered) == 0x000004, "Wrong size on BP_CymaticTable_C_OnContextualInputTriggered"); \ static_assert(offsetof(BP_CymaticTable_C_OnContextualInputTriggered, Value) == 0x000000, "Member 'BP_CymaticTable_C_OnContextualInputTriggered::Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnContextualInputCompleted \ static_assert(alignof(BP_CymaticTable_C_OnContextualInputCompleted) == 0x000008, "Wrong alignment on BP_CymaticTable_C_OnContextualInputCompleted"); \ static_assert(sizeof(BP_CymaticTable_C_OnContextualInputCompleted) == 0x000020, "Wrong size on BP_CymaticTable_C_OnContextualInputCompleted"); \ static_assert(offsetof(BP_CymaticTable_C_OnContextualInputCompleted, ElapsedSeconds) == 0x000000, "Member 'BP_CymaticTable_C_OnContextualInputCompleted::ElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnContextualInputCompleted, CallFunc_Less_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_CymaticTable_C_OnContextualInputCompleted::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnContextualInputCompleted, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000005, "Member 'BP_CymaticTable_C_OnContextualInputCompleted::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnContextualInputCompleted, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000008, "Member 'BP_CymaticTable_C_OnContextualInputCompleted::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnContextualInputCompleted, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000018, "Member 'BP_CymaticTable_C_OnContextualInputCompleted::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_InitializeCymaticVisualization \ static_assert(alignof(BP_CymaticTable_C_InitializeCymaticVisualization) == 0x000008, "Wrong alignment on BP_CymaticTable_C_InitializeCymaticVisualization"); \ static_assert(sizeof(BP_CymaticTable_C_InitializeCymaticVisualization) == 0x000030, "Wrong size on BP_CymaticTable_C_InitializeCymaticVisualization"); \ static_assert(offsetof(BP_CymaticTable_C_InitializeCymaticVisualization, CallFunc_SpawnObject_ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_InitializeCymaticVisualization::CallFunc_SpawnObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_InitializeCymaticVisualization, CallFunc_SpawnObject_ReturnValue_1) == 0x000008, "Member 'BP_CymaticTable_C_InitializeCymaticVisualization::CallFunc_SpawnObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_InitializeCymaticVisualization, CallFunc_SpawnObject_ReturnValue_2) == 0x000010, "Member 'BP_CymaticTable_C_InitializeCymaticVisualization::CallFunc_SpawnObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_InitializeCymaticVisualization, CallFunc_SpawnObject_ReturnValue_3) == 0x000018, "Member 'BP_CymaticTable_C_InitializeCymaticVisualization::CallFunc_SpawnObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_InitializeCymaticVisualization, CallFunc_SpawnObject_ReturnValue_4) == 0x000020, "Member 'BP_CymaticTable_C_InitializeCymaticVisualization::CallFunc_SpawnObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_InitializeCymaticVisualization, CallFunc_SetInstanceScalarsFromPresetClass_ReturnValue) == 0x000028, "Member 'BP_CymaticTable_C_InitializeCymaticVisualization::CallFunc_SetInstanceScalarsFromPresetClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_PlayCymaticVisualization \ static_assert(alignof(BP_CymaticTable_C_PlayCymaticVisualization) == 0x000008, "Wrong alignment on BP_CymaticTable_C_PlayCymaticVisualization"); \ static_assert(sizeof(BP_CymaticTable_C_PlayCymaticVisualization) == 0x0000B0, "Wrong size on BP_CymaticTable_C_PlayCymaticVisualization"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticVisualization, position) == 0x000000, "Member 'BP_CymaticTable_C_PlayCymaticVisualization::position' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticVisualization, CallFunc_Conv_ByteToText_ReturnValue) == 0x000008, "Member 'BP_CymaticTable_C_PlayCymaticVisualization::CallFunc_Conv_ByteToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticVisualization, K2Node_MakeStruct_FormatArgumentData) == 0x000020, "Member 'BP_CymaticTable_C_PlayCymaticVisualization::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticVisualization, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_CymaticTable_C_PlayCymaticVisualization::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticVisualization, CallFunc_Map_Find_Value) == 0x000070, "Member 'BP_CymaticTable_C_PlayCymaticVisualization::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticVisualization, CallFunc_Map_Find_ReturnValue) == 0x000078, "Member 'BP_CymaticTable_C_PlayCymaticVisualization::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticVisualization, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_CymaticTable_C_PlayCymaticVisualization::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticVisualization, CallFunc_Conv_TextToString_ReturnValue) == 0x000098, "Member 'BP_CymaticTable_C_PlayCymaticVisualization::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticVisualization, CallFunc_SetPresetScalarsFromPresetClass_ReturnValue) == 0x0000A8, "Member 'BP_CymaticTable_C_PlayCymaticVisualization::CallFunc_SetPresetScalarsFromPresetClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate \ static_assert(alignof(BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate) == 0x000008, "Wrong alignment on BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate"); \ static_assert(sizeof(BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate) == 0x000020, "Wrong size on BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate, Alpha) == 0x000000, "Member 'BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate, A) == 0x000008, "Member 'BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate::A' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate, B) == 0x000010, "Member 'BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate::B' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate, CallFunc_LerpAndSetInstanceScalarsFromPreset_ReturnValue) == 0x000018, "Member 'BP_CymaticTable_C_OnCymaticVisualizationTimelineUpdate::CallFunc_LerpAndSetInstanceScalarsFromPreset_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_CymaticTunerSlotFilled \ static_assert(alignof(BP_CymaticTable_C_CymaticTunerSlotFilled) == 0x000008, "Wrong alignment on BP_CymaticTable_C_CymaticTunerSlotFilled"); \ static_assert(sizeof(BP_CymaticTable_C_CymaticTunerSlotFilled) == 0x000020, "Wrong size on BP_CymaticTable_C_CymaticTunerSlotFilled"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticTunerSlotFilled, CymaticTunerSlotTag) == 0x000000, "Member 'BP_CymaticTable_C_CymaticTunerSlotFilled::CymaticTunerSlotTag' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticTunerSlotFilled, CallFunc_GetNumGameplayTagsInContainer_ReturnValue) == 0x000008, "Member 'BP_CymaticTable_C_CymaticTunerSlotFilled::CallFunc_GetNumGameplayTagsInContainer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticTunerSlotFilled, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CymaticTable_C_CymaticTunerSlotFilled::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticTunerSlotFilled, CallFunc_Map_Find_Value) == 0x00000D, "Member 'BP_CymaticTable_C_CymaticTunerSlotFilled::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticTunerSlotFilled, CallFunc_Map_Find_ReturnValue) == 0x00000E, "Member 'BP_CymaticTable_C_CymaticTunerSlotFilled::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticTunerSlotFilled, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_CymaticTunerSlotFilled::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_PostAllCymaticTunerSlotsFilled \ static_assert(alignof(BP_CymaticTable_C_PostAllCymaticTunerSlotsFilled) == 0x000008, "Wrong alignment on BP_CymaticTable_C_PostAllCymaticTunerSlotsFilled"); \ static_assert(sizeof(BP_CymaticTable_C_PostAllCymaticTunerSlotsFilled) == 0x000008, "Wrong size on BP_CymaticTable_C_PostAllCymaticTunerSlotsFilled"); \ static_assert(offsetof(BP_CymaticTable_C_PostAllCymaticTunerSlotsFilled, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_PostAllCymaticTunerSlotsFilled::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_PlayCymaticCornerSoundSet \ static_assert(alignof(BP_CymaticTable_C_PlayCymaticCornerSoundSet) == 0x000001, "Wrong alignment on BP_CymaticTable_C_PlayCymaticCornerSoundSet"); \ static_assert(sizeof(BP_CymaticTable_C_PlayCymaticCornerSoundSet) == 0x000002, "Wrong size on BP_CymaticTable_C_PlayCymaticCornerSoundSet"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticCornerSoundSet, position) == 0x000000, "Member 'BP_CymaticTable_C_PlayCymaticCornerSoundSet::position' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticCornerSoundSet, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_CymaticTable_C_PlayCymaticCornerSoundSet::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_PlayCymaticCornerSoundSet_0 \ static_assert(alignof(BP_CymaticTable_C_PlayCymaticCornerSoundSet_0) == 0x000001, "Wrong alignment on BP_CymaticTable_C_PlayCymaticCornerSoundSet_0"); \ static_assert(sizeof(BP_CymaticTable_C_PlayCymaticCornerSoundSet_0) == 0x000002, "Wrong size on BP_CymaticTable_C_PlayCymaticCornerSoundSet_0"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticCornerSoundSet_0, position) == 0x000000, "Member 'BP_CymaticTable_C_PlayCymaticCornerSoundSet_0::position' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticCornerSoundSet_0, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_CymaticTable_C_PlayCymaticCornerSoundSet_0::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_PlayCymaticCornerSounds \ static_assert(alignof(BP_CymaticTable_C_PlayCymaticCornerSounds) == 0x000008, "Wrong alignment on BP_CymaticTable_C_PlayCymaticCornerSounds"); \ static_assert(sizeof(BP_CymaticTable_C_PlayCymaticCornerSounds) == 0x000038, "Wrong size on BP_CymaticTable_C_PlayCymaticCornerSounds"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticCornerSounds, CosmicStart) == 0x000000, "Member 'BP_CymaticTable_C_PlayCymaticCornerSounds::CosmicStart' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticCornerSounds, CosmicLoop) == 0x000008, "Member 'BP_CymaticTable_C_PlayCymaticCornerSounds::CosmicLoop' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticCornerSounds, SpinStart) == 0x000010, "Member 'BP_CymaticTable_C_PlayCymaticCornerSounds::SpinStart' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticCornerSounds, SpinLoop) == 0x000018, "Member 'BP_CymaticTable_C_PlayCymaticCornerSounds::SpinLoop' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticCornerSounds, Hit) == 0x000020, "Member 'BP_CymaticTable_C_PlayCymaticCornerSounds::Hit' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticCornerSounds, Moog) == 0x000028, "Member 'BP_CymaticTable_C_PlayCymaticCornerSounds::Moog' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_PlayCymaticCornerSounds, FullSound) == 0x000030, "Member 'BP_CymaticTable_C_PlayCymaticCornerSounds::FullSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_Deactivate_All_Empty_Slots \ static_assert(alignof(BP_CymaticTable_C_Deactivate_All_Empty_Slots) == 0x000008, "Wrong alignment on BP_CymaticTable_C_Deactivate_All_Empty_Slots"); \ static_assert(sizeof(BP_CymaticTable_C_Deactivate_All_Empty_Slots) == 0x000060, "Wrong size on BP_CymaticTable_C_Deactivate_All_Empty_Slots"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000008, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, K2Node_DynamicCast_AsBP_Cymatic_Slot) == 0x000010, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::K2Node_DynamicCast_AsBP_Cymatic_Slot' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, K2Node_DynamicCast_AsBP_Cymatic_Slot_1) == 0x000020, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::K2Node_DynamicCast_AsBP_Cymatic_Slot_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000030, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3) == 0x000038, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, K2Node_DynamicCast_AsBP_Cymatic_Slot_2) == 0x000040, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::K2Node_DynamicCast_AsBP_Cymatic_Slot_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, K2Node_DynamicCast_bSuccess_2) == 0x000048, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, K2Node_DynamicCast_AsBP_Cymatic_Slot_3) == 0x000050, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::K2Node_DynamicCast_AsBP_Cymatic_Slot_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_Deactivate_All_Empty_Slots, K2Node_DynamicCast_bSuccess_3) == 0x000058, "Member 'BP_CymaticTable_C_Deactivate_All_Empty_Slots::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution \ static_assert(alignof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution) == 0x000008, "Wrong alignment on BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution"); \ static_assert(sizeof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution) == 0x000068, "Wrong size on BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, LastSlot) == 0x000000, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::LastSlot' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000008, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000010, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, K2Node_DynamicCast_AsBP_Cymatic_Slot) == 0x000018, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::K2Node_DynamicCast_AsBP_Cymatic_Slot' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, K2Node_DynamicCast_AsBP_Cymatic_Slot_1) == 0x000028, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::K2Node_DynamicCast_AsBP_Cymatic_Slot_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, K2Node_DynamicCast_bSuccess_1) == 0x000030, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000038, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3) == 0x000040, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, K2Node_DynamicCast_AsBP_Cymatic_Slot_2) == 0x000048, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::K2Node_DynamicCast_AsBP_Cymatic_Slot_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, K2Node_DynamicCast_bSuccess_2) == 0x000050, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, K2Node_DynamicCast_AsBP_Cymatic_Slot_3) == 0x000058, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::K2Node_DynamicCast_AsBP_Cymatic_Slot_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution, K2Node_DynamicCast_bSuccess_3) == 0x000060, "Member 'BP_CymaticTable_C_DisableAllSlotsExceptIncorrectSolution::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_ToggleTunerSet \ static_assert(alignof(BP_CymaticTable_C_ToggleTunerSet) == 0x000008, "Wrong alignment on BP_CymaticTable_C_ToggleTunerSet"); \ static_assert(sizeof(BP_CymaticTable_C_ToggleTunerSet) == 0x000090, "Wrong size on BP_CymaticTable_C_ToggleTunerSet"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, Activate) == 0x000000, "Member 'BP_CymaticTable_C_ToggleTunerSet::Activate' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_CymaticTable_C_ToggleTunerSet::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_CymaticTable_C_ToggleTunerSet::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CymaticTable_C_ToggleTunerSet::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_ToggleTunerSet::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_CymaticTable_C_ToggleTunerSet::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_CymaticTable_C_ToggleTunerSet::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000048, "Member 'BP_CymaticTable_C_ToggleTunerSet::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, K2Node_DynamicCast_AsBP_Cymatic_Tuner) == 0x000050, "Member 'BP_CymaticTable_C_ToggleTunerSet::K2Node_DynamicCast_AsBP_Cymatic_Tuner' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'BP_CymaticTable_C_ToggleTunerSet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000060, "Member 'BP_CymaticTable_C_ToggleTunerSet::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, K2Node_DynamicCast_AsBP_Cymatic_Tuner_1) == 0x000068, "Member 'BP_CymaticTable_C_ToggleTunerSet::K2Node_DynamicCast_AsBP_Cymatic_Tuner_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, K2Node_DynamicCast_bSuccess_1) == 0x000070, "Member 'BP_CymaticTable_C_ToggleTunerSet::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000078, "Member 'BP_CymaticTable_C_ToggleTunerSet::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, K2Node_DynamicCast_AsBP_Cymatic_Tuner_2) == 0x000080, "Member 'BP_CymaticTable_C_ToggleTunerSet::K2Node_DynamicCast_AsBP_Cymatic_Tuner_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, K2Node_DynamicCast_bSuccess_2) == 0x000088, "Member 'BP_CymaticTable_C_ToggleTunerSet::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_ToggleTunerSet, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000089, "Member 'BP_CymaticTable_C_ToggleTunerSet::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_SetPreviousPattern \ static_assert(alignof(BP_CymaticTable_C_SetPreviousPattern) == 0x000008, "Wrong alignment on BP_CymaticTable_C_SetPreviousPattern"); \ static_assert(sizeof(BP_CymaticTable_C_SetPreviousPattern) == 0x0000B8, "Wrong size on BP_CymaticTable_C_SetPreviousPattern"); \ static_assert(offsetof(BP_CymaticTable_C_SetPreviousPattern, position) == 0x000000, "Member 'BP_CymaticTable_C_SetPreviousPattern::position' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetPreviousPattern, CallFunc_Conv_ByteToText_ReturnValue) == 0x000008, "Member 'BP_CymaticTable_C_SetPreviousPattern::CallFunc_Conv_ByteToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetPreviousPattern, CallFunc_Map_Find_Value) == 0x000020, "Member 'BP_CymaticTable_C_SetPreviousPattern::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetPreviousPattern, CallFunc_Map_Find_ReturnValue) == 0x000028, "Member 'BP_CymaticTable_C_SetPreviousPattern::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetPreviousPattern, K2Node_MakeStruct_FormatArgumentData) == 0x000030, "Member 'BP_CymaticTable_C_SetPreviousPattern::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetPreviousPattern, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_CymaticTable_C_SetPreviousPattern::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetPreviousPattern, CallFunc_Format_ReturnValue) == 0x000080, "Member 'BP_CymaticTable_C_SetPreviousPattern::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetPreviousPattern, CallFunc_GetObjectClass_ReturnValue) == 0x000098, "Member 'BP_CymaticTable_C_SetPreviousPattern::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetPreviousPattern, CallFunc_Conv_TextToString_ReturnValue) == 0x0000A0, "Member 'BP_CymaticTable_C_SetPreviousPattern::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetPreviousPattern, CallFunc_SetPresetScalarsFromPresetClass_ReturnValue) == 0x0000B0, "Member 'BP_CymaticTable_C_SetPreviousPattern::CallFunc_SetPresetScalarsFromPresetClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_SetNextPatternAndPlay \ static_assert(alignof(BP_CymaticTable_C_SetNextPatternAndPlay) == 0x000008, "Wrong alignment on BP_CymaticTable_C_SetNextPatternAndPlay"); \ static_assert(sizeof(BP_CymaticTable_C_SetNextPatternAndPlay) == 0x000208, "Wrong size on BP_CymaticTable_C_SetNextPatternAndPlay"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, position) == 0x000000, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::position' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, Temp_name_Variable) == 0x000004, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Conv_ByteToText_ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Conv_ByteToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, Temp_name_Variable_1) == 0x000068, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::Temp_name_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, K2Node_MakeArray_Array) == 0x000070, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, Temp_name_Variable_2) == 0x000080, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::Temp_name_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, Temp_name_Variable_3) == 0x000088, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::Temp_name_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_GetScalarsFromPreset_ScalarParameterValues) == 0x000090, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_GetScalarsFromPreset_ScalarParameterValues' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_GetScalarsFromPreset_ReturnValue) == 0x0000E0, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_GetScalarsFromPreset_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Map_Find_Value) == 0x0000E4, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Map_Find_ReturnValue) == 0x0000E8, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Format_ReturnValue) == 0x0000F0, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Conv_FloatToString_ReturnValue) == 0x000108, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Conv_TextToString_ReturnValue) == 0x000118, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Concat_StrStr_ReturnValue) == 0x000128, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Map_Find_Value_1) == 0x000138, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Map_Find_ReturnValue_1) == 0x00013C, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Map_Find_Value_2) == 0x000140, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Map_Find_Value_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Map_Find_ReturnValue_2) == 0x000144, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Map_Find_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000148, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000158, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000168, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000178, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000188, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Map_Find_Value_3) == 0x000198, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Map_Find_Value_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Map_Find_ReturnValue_3) == 0x00019C, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Map_Find_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Conv_FloatToString_ReturnValue_3) == 0x0001A0, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Conv_FloatToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Concat_StrStr_ReturnValue_4) == 0x0001B0, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Map_Find_Value_4) == 0x0001C0, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Map_Find_Value_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Map_Find_ReturnValue_4) == 0x0001C8, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Map_Find_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0001D0, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0001E0, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0001F0, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_SetNextPatternAndPlay, CallFunc_SetPresetScalarsFromPresetClass_ReturnValue) == 0x000200, "Member 'BP_CymaticTable_C_SetNextPatternAndPlay::CallFunc_SetPresetScalarsFromPresetClass_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_CymaticTunerSlotWrong \ static_assert(alignof(BP_CymaticTable_C_CymaticTunerSlotWrong) == 0x000004, "Wrong alignment on BP_CymaticTable_C_CymaticTunerSlotWrong"); \ static_assert(sizeof(BP_CymaticTable_C_CymaticTunerSlotWrong) == 0x00000C, "Wrong size on BP_CymaticTable_C_CymaticTunerSlotWrong"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticTunerSlotWrong, CymaticTunerSlotTag) == 0x000000, "Member 'BP_CymaticTable_C_CymaticTunerSlotWrong::CymaticTunerSlotTag' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticTunerSlotWrong, CallFunc_Map_Find_Value) == 0x000008, "Member 'BP_CymaticTable_C_CymaticTunerSlotWrong::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticTunerSlotWrong, CallFunc_Map_Find_ReturnValue) == 0x000009, "Member 'BP_CymaticTable_C_CymaticTunerSlotWrong::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnCymaticWrongVisualizationTimelineUpdate \ static_assert(alignof(BP_CymaticTable_C_OnCymaticWrongVisualizationTimelineUpdate) == 0x000004, "Wrong alignment on BP_CymaticTable_C_OnCymaticWrongVisualizationTimelineUpdate"); \ static_assert(sizeof(BP_CymaticTable_C_OnCymaticWrongVisualizationTimelineUpdate) == 0x000008, "Wrong size on BP_CymaticTable_C_OnCymaticWrongVisualizationTimelineUpdate"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticWrongVisualizationTimelineUpdate, Alpha) == 0x000000, "Member 'BP_CymaticTable_C_OnCymaticWrongVisualizationTimelineUpdate::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticWrongVisualizationTimelineUpdate, CallFunc_LerpAndSetInstanceScalarsFromPreset_ReturnValue) == 0x000004, "Member 'BP_CymaticTable_C_OnCymaticWrongVisualizationTimelineUpdate::CallFunc_LerpAndSetInstanceScalarsFromPreset_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp \ static_assert(alignof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp) == 0x000008, "Wrong alignment on BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp"); \ static_assert(sizeof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp) == 0x000070, "Wrong size on BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, Sender) == 0x000000, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, Event) == 0x000008, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::Event' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1) == 0x000018, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, K2Node_DynamicCast_AsBP_Cymatic_Slot) == 0x000020, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::K2Node_DynamicCast_AsBP_Cymatic_Slot' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, K2Node_DynamicCast_AsBP_Cymatic_Slot_1) == 0x000030, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::K2Node_DynamicCast_AsBP_Cymatic_Slot_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, K2Node_DynamicCast_bSuccess_1) == 0x000038, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2) == 0x000040, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3) == 0x000048, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, K2Node_DynamicCast_AsBP_Cymatic_Slot_2) == 0x000050, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::K2Node_DynamicCast_AsBP_Cymatic_Slot_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, K2Node_DynamicCast_bSuccess_2) == 0x000058, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, K2Node_DynamicCast_AsBP_Cymatic_Slot_3) == 0x000060, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::K2Node_DynamicCast_AsBP_Cymatic_Slot_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp, K2Node_DynamicCast_bSuccess_3) == 0x000068, "Member 'BP_CymaticTable_C_CymaticWrongSlotTunerPickedUp::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished \ static_assert(alignof(BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished) == 0x000008, "Wrong alignment on BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished"); \ static_assert(sizeof(BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished) == 0x000028, "Wrong size on BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished, Sender) == 0x000000, "Member 'BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished, Event) == 0x000008, "Member 'BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished::Event' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished, K2Node_DynamicCast_AsBP_Sit_Down_Interactable) == 0x000018, "Member 'BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished::K2Node_DynamicCast_AsBP_Sit_Down_Interactable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_CymaticTable_C_OnCymaticPuzzleEndVOFinished::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetInteractionCharacterAndComponent \ static_assert(alignof(BP_CymaticTable_C_GetInteractionCharacterAndComponent) == 0x000008, "Wrong alignment on BP_CymaticTable_C_GetInteractionCharacterAndComponent"); \ static_assert(sizeof(BP_CymaticTable_C_GetInteractionCharacterAndComponent) == 0x000010, "Wrong size on BP_CymaticTable_C_GetInteractionCharacterAndComponent"); \ static_assert(offsetof(BP_CymaticTable_C_GetInteractionCharacterAndComponent, InteractionComponent) == 0x000000, "Member 'BP_CymaticTable_C_GetInteractionCharacterAndComponent::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_GetInteractionCharacterAndComponent, InteractionCharacter) == 0x000008, "Member 'BP_CymaticTable_C_GetInteractionCharacterAndComponent::InteractionCharacter' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetInteractionActorAndComponent \ static_assert(alignof(BP_CymaticTable_C_GetInteractionActorAndComponent) == 0x000008, "Wrong alignment on BP_CymaticTable_C_GetInteractionActorAndComponent"); \ static_assert(sizeof(BP_CymaticTable_C_GetInteractionActorAndComponent) == 0x000010, "Wrong size on BP_CymaticTable_C_GetInteractionActorAndComponent"); \ static_assert(offsetof(BP_CymaticTable_C_GetInteractionActorAndComponent, InteractionComponent) == 0x000000, "Member 'BP_CymaticTable_C_GetInteractionActorAndComponent::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_GetInteractionActorAndComponent, InteractionActor) == 0x000008, "Member 'BP_CymaticTable_C_GetInteractionActorAndComponent::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_TryEndInteract \ static_assert(alignof(BP_CymaticTable_C_TryEndInteract) == 0x000001, "Wrong alignment on BP_CymaticTable_C_TryEndInteract"); \ static_assert(sizeof(BP_CymaticTable_C_TryEndInteract) == 0x000001, "Wrong size on BP_CymaticTable_C_TryEndInteract"); \ static_assert(offsetof(BP_CymaticTable_C_TryEndInteract, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_TryEndInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_TryConfirm \ static_assert(alignof(BP_CymaticTable_C_TryConfirm) == 0x000001, "Wrong alignment on BP_CymaticTable_C_TryConfirm"); \ static_assert(sizeof(BP_CymaticTable_C_TryConfirm) == 0x000001, "Wrong size on BP_CymaticTable_C_TryConfirm"); \ static_assert(offsetof(BP_CymaticTable_C_TryConfirm, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_TryConfirm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_TryCancel \ static_assert(alignof(BP_CymaticTable_C_TryCancel) == 0x000001, "Wrong alignment on BP_CymaticTable_C_TryCancel"); \ static_assert(sizeof(BP_CymaticTable_C_TryCancel) == 0x000001, "Wrong size on BP_CymaticTable_C_TryCancel"); \ static_assert(offsetof(BP_CymaticTable_C_TryCancel, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_TryCancel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_TryBeginInteract \ static_assert(alignof(BP_CymaticTable_C_TryBeginInteract) == 0x000004, "Wrong alignment on BP_CymaticTable_C_TryBeginInteract"); \ static_assert(sizeof(BP_CymaticTable_C_TryBeginInteract) == 0x000008, "Wrong size on BP_CymaticTable_C_TryBeginInteract"); \ static_assert(offsetof(BP_CymaticTable_C_TryBeginInteract, PlayerIndex) == 0x000000, "Member 'BP_CymaticTable_C_TryBeginInteract::PlayerIndex' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_TryBeginInteract, ReturnValue) == 0x000004, "Member 'BP_CymaticTable_C_TryBeginInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetVaporRisesRate \ static_assert(alignof(BP_CymaticTable_C_GetVaporRisesRate) == 0x000004, "Wrong alignment on BP_CymaticTable_C_GetVaporRisesRate"); \ static_assert(sizeof(BP_CymaticTable_C_GetVaporRisesRate) == 0x000010, "Wrong size on BP_CymaticTable_C_GetVaporRisesRate"); \ static_assert(offsetof(BP_CymaticTable_C_GetVaporRisesRate, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetVaporRisesRate::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_GetVaporRisesRate, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_CymaticTable_C_GetVaporRisesRate::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_GetVaporRisesRate, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000008, "Member 'BP_CymaticTable_C_GetVaporRisesRate::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_GetVaporRisesRate, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_CymaticTable_C_GetVaporRisesRate::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetInteractDuration \ static_assert(alignof(BP_CymaticTable_C_GetInteractDuration) == 0x000004, "Wrong alignment on BP_CymaticTable_C_GetInteractDuration"); \ static_assert(sizeof(BP_CymaticTable_C_GetInteractDuration) == 0x000004, "Wrong size on BP_CymaticTable_C_GetInteractDuration"); \ static_assert(offsetof(BP_CymaticTable_C_GetInteractDuration, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetInteractDuration::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_CanInteract \ static_assert(alignof(BP_CymaticTable_C_CanInteract) == 0x000008, "Wrong alignment on BP_CymaticTable_C_CanInteract"); \ static_assert(sizeof(BP_CymaticTable_C_CanInteract) == 0x000018, "Wrong size on BP_CymaticTable_C_CanInteract"); \ static_assert(offsetof(BP_CymaticTable_C_CanInteract, InteractedComponent) == 0x000000, "Member 'BP_CymaticTable_C_CanInteract::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CanInteract, InteractingActor) == 0x000008, "Member 'BP_CymaticTable_C_CanInteract::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CanInteract, ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_CanInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_CanEndInteract \ static_assert(alignof(BP_CymaticTable_C_CanEndInteract) == 0x000008, "Wrong alignment on BP_CymaticTable_C_CanEndInteract"); \ static_assert(sizeof(BP_CymaticTable_C_CanEndInteract) == 0x000018, "Wrong size on BP_CymaticTable_C_CanEndInteract"); \ static_assert(offsetof(BP_CymaticTable_C_CanEndInteract, InteractedComponent) == 0x000000, "Member 'BP_CymaticTable_C_CanEndInteract::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CanEndInteract, InteractingActor) == 0x000008, "Member 'BP_CymaticTable_C_CanEndInteract::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CanEndInteract, ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_CanEndInteract::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetInteractType \ static_assert(alignof(BP_CymaticTable_C_GetInteractType) == 0x000001, "Wrong alignment on BP_CymaticTable_C_GetInteractType"); \ static_assert(sizeof(BP_CymaticTable_C_GetInteractType) == 0x000001, "Wrong size on BP_CymaticTable_C_GetInteractType"); \ static_assert(offsetof(BP_CymaticTable_C_GetInteractType, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetInteractType::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_CanConfirm \ static_assert(alignof(BP_CymaticTable_C_CanConfirm) == 0x000008, "Wrong alignment on BP_CymaticTable_C_CanConfirm"); \ static_assert(sizeof(BP_CymaticTable_C_CanConfirm) == 0x000018, "Wrong size on BP_CymaticTable_C_CanConfirm"); \ static_assert(offsetof(BP_CymaticTable_C_CanConfirm, InteractedComponent) == 0x000000, "Member 'BP_CymaticTable_C_CanConfirm::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CanConfirm, InteractingActor) == 0x000008, "Member 'BP_CymaticTable_C_CanConfirm::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CanConfirm, ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_CanConfirm::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_CanCancel \ static_assert(alignof(BP_CymaticTable_C_CanCancel) == 0x000008, "Wrong alignment on BP_CymaticTable_C_CanCancel"); \ static_assert(sizeof(BP_CymaticTable_C_CanCancel) == 0x000018, "Wrong size on BP_CymaticTable_C_CanCancel"); \ static_assert(offsetof(BP_CymaticTable_C_CanCancel, InteractedComponent) == 0x000000, "Member 'BP_CymaticTable_C_CanCancel::InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CanCancel, InteractingActor) == 0x000008, "Member 'BP_CymaticTable_C_CanCancel::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CanCancel, ReturnValue) == 0x000010, "Member 'BP_CymaticTable_C_CanCancel::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_IsInteracting \ static_assert(alignof(BP_CymaticTable_C_IsInteracting) == 0x000001, "Wrong alignment on BP_CymaticTable_C_IsInteracting"); \ static_assert(sizeof(BP_CymaticTable_C_IsInteracting) == 0x000001, "Wrong size on BP_CymaticTable_C_IsInteracting"); \ static_assert(offsetof(BP_CymaticTable_C_IsInteracting, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_IsInteracting::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_IsHovering \ static_assert(alignof(BP_CymaticTable_C_IsHovering) == 0x000001, "Wrong alignment on BP_CymaticTable_C_IsHovering"); \ static_assert(sizeof(BP_CymaticTable_C_IsHovering) == 0x000001, "Wrong size on BP_CymaticTable_C_IsHovering"); \ static_assert(offsetof(BP_CymaticTable_C_IsHovering, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_IsHovering::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetInteractionController \ static_assert(alignof(BP_CymaticTable_C_GetInteractionController) == 0x000008, "Wrong alignment on BP_CymaticTable_C_GetInteractionController"); \ static_assert(sizeof(BP_CymaticTable_C_GetInteractionController) == 0x000008, "Wrong size on BP_CymaticTable_C_GetInteractionController"); \ static_assert(offsetof(BP_CymaticTable_C_GetInteractionController, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetInteractionController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetInteractionComponent \ static_assert(alignof(BP_CymaticTable_C_GetInteractionComponent) == 0x000008, "Wrong alignment on BP_CymaticTable_C_GetInteractionComponent"); \ static_assert(sizeof(BP_CymaticTable_C_GetInteractionComponent) == 0x000008, "Wrong size on BP_CymaticTable_C_GetInteractionComponent"); \ static_assert(offsetof(BP_CymaticTable_C_GetInteractionComponent, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetInteractionComponent::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetInteractionCharacter \ static_assert(alignof(BP_CymaticTable_C_GetInteractionCharacter) == 0x000008, "Wrong alignment on BP_CymaticTable_C_GetInteractionCharacter"); \ static_assert(sizeof(BP_CymaticTable_C_GetInteractionCharacter) == 0x000008, "Wrong size on BP_CymaticTable_C_GetInteractionCharacter"); \ static_assert(offsetof(BP_CymaticTable_C_GetInteractionCharacter, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetInteractionCharacter::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetInteractionActor \ static_assert(alignof(BP_CymaticTable_C_GetInteractionActor) == 0x000008, "Wrong alignment on BP_CymaticTable_C_GetInteractionActor"); \ static_assert(sizeof(BP_CymaticTable_C_GetInteractionActor) == 0x000008, "Wrong size on BP_CymaticTable_C_GetInteractionActor"); \ static_assert(offsetof(BP_CymaticTable_C_GetInteractionActor, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetInteractionActor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetInteractionPlayerController \ static_assert(alignof(BP_CymaticTable_C_GetInteractionPlayerController) == 0x000008, "Wrong alignment on BP_CymaticTable_C_GetInteractionPlayerController"); \ static_assert(sizeof(BP_CymaticTable_C_GetInteractionPlayerController) == 0x000008, "Wrong size on BP_CymaticTable_C_GetInteractionPlayerController"); \ static_assert(offsetof(BP_CymaticTable_C_GetInteractionPlayerController, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetInteractionPlayerController::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetCurrentInteractableState \ static_assert(alignof(BP_CymaticTable_C_GetCurrentInteractableState) == 0x000001, "Wrong alignment on BP_CymaticTable_C_GetCurrentInteractableState"); \ static_assert(sizeof(BP_CymaticTable_C_GetCurrentInteractableState) == 0x000001, "Wrong size on BP_CymaticTable_C_GetCurrentInteractableState"); \ static_assert(offsetof(BP_CymaticTable_C_GetCurrentInteractableState, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetCurrentInteractableState::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_CanHover \ static_assert(alignof(BP_CymaticTable_C_CanHover) == 0x000008, "Wrong alignment on BP_CymaticTable_C_CanHover"); \ static_assert(sizeof(BP_CymaticTable_C_CanHover) == 0x000098, "Wrong size on BP_CymaticTable_C_CanHover"); \ static_assert(offsetof(BP_CymaticTable_C_CanHover, InteractingActor) == 0x000000, "Member 'BP_CymaticTable_C_CanHover::InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CanHover, HitResult) == 0x000008, "Member 'BP_CymaticTable_C_CanHover::HitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticTable_C_CanHover, ReturnValue) == 0x000090, "Member 'BP_CymaticTable_C_CanHover::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_IsCrosshairTargetActive \ static_assert(alignof(BP_CymaticTable_C_IsCrosshairTargetActive) == 0x000001, "Wrong alignment on BP_CymaticTable_C_IsCrosshairTargetActive"); \ static_assert(sizeof(BP_CymaticTable_C_IsCrosshairTargetActive) == 0x000001, "Wrong size on BP_CymaticTable_C_IsCrosshairTargetActive"); \ static_assert(offsetof(BP_CymaticTable_C_IsCrosshairTargetActive, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_IsCrosshairTargetActive::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetCrosshairTexture \ static_assert(alignof(BP_CymaticTable_C_GetCrosshairTexture) == 0x000008, "Wrong alignment on BP_CymaticTable_C_GetCrosshairTexture"); \ static_assert(sizeof(BP_CymaticTable_C_GetCrosshairTexture) == 0x000008, "Wrong size on BP_CymaticTable_C_GetCrosshairTexture"); \ static_assert(offsetof(BP_CymaticTable_C_GetCrosshairTexture, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetCrosshairTexture::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetCrosshairSize \ static_assert(alignof(BP_CymaticTable_C_GetCrosshairSize) == 0x000004, "Wrong alignment on BP_CymaticTable_C_GetCrosshairSize"); \ static_assert(sizeof(BP_CymaticTable_C_GetCrosshairSize) == 0x000008, "Wrong size on BP_CymaticTable_C_GetCrosshairSize"); \ static_assert(offsetof(BP_CymaticTable_C_GetCrosshairSize, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetCrosshairSize::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetCrosshairColor \ static_assert(alignof(BP_CymaticTable_C_GetCrosshairColor) == 0x000004, "Wrong alignment on BP_CymaticTable_C_GetCrosshairColor"); \ static_assert(sizeof(BP_CymaticTable_C_GetCrosshairColor) == 0x000010, "Wrong size on BP_CymaticTable_C_GetCrosshairColor"); \ static_assert(offsetof(BP_CymaticTable_C_GetCrosshairColor, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetCrosshairColor::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetCrosshairMaterial \ static_assert(alignof(BP_CymaticTable_C_GetCrosshairMaterial) == 0x000008, "Wrong alignment on BP_CymaticTable_C_GetCrosshairMaterial"); \ static_assert(sizeof(BP_CymaticTable_C_GetCrosshairMaterial) == 0x000008, "Wrong size on BP_CymaticTable_C_GetCrosshairMaterial"); \ static_assert(offsetof(BP_CymaticTable_C_GetCrosshairMaterial, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetCrosshairMaterial::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_GetCrosshairFX \ static_assert(alignof(BP_CymaticTable_C_GetCrosshairFX) == 0x000008, "Wrong alignment on BP_CymaticTable_C_GetCrosshairFX"); \ static_assert(sizeof(BP_CymaticTable_C_GetCrosshairFX) == 0x000008, "Wrong size on BP_CymaticTable_C_GetCrosshairFX"); \ static_assert(offsetof(BP_CymaticTable_C_GetCrosshairFX, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_GetCrosshairFX::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_CanDeactivate \ static_assert(alignof(BP_CymaticTable_C_CanDeactivate) == 0x000001, "Wrong alignment on BP_CymaticTable_C_CanDeactivate"); \ static_assert(sizeof(BP_CymaticTable_C_CanDeactivate) == 0x000001, "Wrong size on BP_CymaticTable_C_CanDeactivate"); \ static_assert(offsetof(BP_CymaticTable_C_CanDeactivate, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_CanDeactivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_CanActivate \ static_assert(alignof(BP_CymaticTable_C_CanActivate) == 0x000001, "Wrong alignment on BP_CymaticTable_C_CanActivate"); \ static_assert(sizeof(BP_CymaticTable_C_CanActivate) == 0x000001, "Wrong size on BP_CymaticTable_C_CanActivate"); \ static_assert(offsetof(BP_CymaticTable_C_CanActivate, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_CanActivate::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticTable_C_IsActivated \ static_assert(alignof(BP_CymaticTable_C_IsActivated) == 0x000001, "Wrong alignment on BP_CymaticTable_C_IsActivated"); \ static_assert(sizeof(BP_CymaticTable_C_IsActivated) == 0x000001, "Wrong size on BP_CymaticTable_C_IsActivated"); \ static_assert(offsetof(BP_CymaticTable_C_IsActivated, ReturnValue) == 0x000000, "Member 'BP_CymaticTable_C_IsActivated::ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CymaticTable_C \ static_assert(alignof(ABP_CymaticTable_C) == 0x000008, "Wrong alignment on ABP_CymaticTable_C"); \ static_assert(sizeof(ABP_CymaticTable_C) == 0x000A18, "Wrong size on ABP_CymaticTable_C"); \ static_assert(offsetof(ABP_CymaticTable_C, UberGraphFrame) == 0x000230, "Member 'ABP_CymaticTable_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscSubmergeImpact) == 0x000238, "Member 'ABP_CymaticTable_C::CymaticDiscSubmergeImpact' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FF_LR) == 0x000240, "Member 'ABP_CymaticTable_C::FF_LR' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FF_LL) == 0x000248, "Member 'ABP_CymaticTable_C::FF_LL' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FF_UR) == 0x000250, "Member 'ABP_CymaticTable_C::FF_UR' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FF_UL) == 0x000258, "Member 'ABP_CymaticTable_C::FF_UL' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SX_CINE_CymaticTable_VentImpact_01) == 0x000260, "Member 'ABP_CymaticTable_C::SX_CINE_CymaticTable_VentImpact_01' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, EndBubble_Audio) == 0x000268, "Member 'ABP_CymaticTable_C::EndBubble_Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LL_Fail) == 0x000270, "Member 'ABP_CymaticTable_C::LL_Fail' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UL_Fail) == 0x000278, "Member 'ABP_CymaticTable_C::UL_Fail' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UR_Fail) == 0x000280, "Member 'ABP_CymaticTable_C::UR_Fail' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LR_Fail) == 0x000288, "Member 'ABP_CymaticTable_C::LR_Fail' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, NS_CymaticWater_Guide) == 0x000290, "Member 'ABP_CymaticTable_C::NS_CymaticWater_Guide' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, NewSmokeVFX) == 0x000298, "Member 'ABP_CymaticTable_C::NewSmokeVFX' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SmokeTarget) == 0x0002A0, "Member 'ABP_CymaticTable_C::SmokeTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, ULFull_Audio) == 0x0002A8, "Member 'ABP_CymaticTable_C::ULFull_Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LLFull_Audio) == 0x0002B0, "Member 'ABP_CymaticTable_C::LLFull_Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LRFull_Audio) == 0x0002B8, "Member 'ABP_CymaticTable_C::LRFull_Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, URFull_Audio) == 0x0002C0, "Member 'ABP_CymaticTable_C::URFull_Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, BreathInSound) == 0x0002C8, "Member 'ABP_CymaticTable_C::BreathInSound' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, NS_Toroid_Vapor) == 0x0002D0, "Member 'ABP_CymaticTable_C::NS_Toroid_Vapor' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Slot_UL_SpinLoop) == 0x0002D8, "Member 'ABP_CymaticTable_C::Slot_UL_SpinLoop' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Slot_LL_SpinLoop) == 0x0002E0, "Member 'ABP_CymaticTable_C::Slot_LL_SpinLoop' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Slot_LR_SpinLoop) == 0x0002E8, "Member 'ABP_CymaticTable_C::Slot_LR_SpinLoop' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Slot_LR_CosmicLoop) == 0x0002F0, "Member 'ABP_CymaticTable_C::Slot_LR_CosmicLoop' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Slot_LL_CosmicLoop) == 0x0002F8, "Member 'ABP_CymaticTable_C::Slot_LL_CosmicLoop' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Slot_UL_CosmicLoop) == 0x000300, "Member 'ABP_CymaticTable_C::Slot_UL_CosmicLoop' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Slot_UR_SpinLoop) == 0x000308, "Member 'ABP_CymaticTable_C::Slot_UR_SpinLoop' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Slot_UR_CosmicLoop) == 0x000310, "Member 'ABP_CymaticTable_C::Slot_UR_CosmicLoop' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, PHInteractableEventListener) == 0x000318, "Member 'ABP_CymaticTable_C::PHInteractableEventListener' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, BubbleOutAudio) == 0x000320, "Member 'ABP_CymaticTable_C::BubbleOutAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, VoiceMoogAudio) == 0x000328, "Member 'ABP_CymaticTable_C::VoiceMoogAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, KatjaVoiceAudio) == 0x000330, "Member 'ABP_CymaticTable_C::KatjaVoiceAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscSubmerged) == 0x000338, "Member 'ABP_CymaticTable_C::CymaticDiscSubmerged' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscAbove) == 0x000340, "Member 'ABP_CymaticTable_C::CymaticDiscAbove' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Cymatic_Disc) == 0x000348, "Member 'ABP_CymaticTable_C::Cymatic_Disc' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, BookPile1) == 0x000350, "Member 'ABP_CymaticTable_C::BookPile1' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, BookPile) == 0x000358, "Member 'ABP_CymaticTable_C::BookPile' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Cymatic_Resonator_Base) == 0x000360, "Member 'ABP_CymaticTable_C::Cymatic_Resonator_Base' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, DefaultSceneRoot) == 0x000368, "Member 'ABP_CymaticTable_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FailAudioTimeline_TunerPitchCurve_F8532E36471E408C1635548A62F97156) == 0x000370, "Member 'ABP_CymaticTable_C::FailAudioTimeline_TunerPitchCurve_F8532E36471E408C1635548A62F97156' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FailAudioTimeline__Direction_F8532E36471E408C1635548A62F97156) == 0x000374, "Member 'ABP_CymaticTable_C::FailAudioTimeline__Direction_F8532E36471E408C1635548A62F97156' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FailAudioTimeline) == 0x000378, "Member 'ABP_CymaticTable_C::FailAudioTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiskSpin_NewTrack_0_A2DA2257428783E54BA1BEBD3BDAA002) == 0x000380, "Member 'ABP_CymaticTable_C::CymaticDiskSpin_NewTrack_0_A2DA2257428783E54BA1BEBD3BDAA002' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiskSpin__Direction_A2DA2257428783E54BA1BEBD3BDAA002) == 0x000384, "Member 'ABP_CymaticTable_C::CymaticDiskSpin__Direction_A2DA2257428783E54BA1BEBD3BDAA002' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiskSpin) == 0x000388, "Member 'ABP_CymaticTable_C::CymaticDiskSpin' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticPatternActivate_Alpha_3270D3BB4F967C93D226D9840B1E28FE) == 0x000390, "Member 'ABP_CymaticTable_C::CymaticPatternActivate_Alpha_3270D3BB4F967C93D226D9840B1E28FE' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticPatternActivate__Direction_3270D3BB4F967C93D226D9840B1E28FE) == 0x000394, "Member 'ABP_CymaticTable_C::CymaticPatternActivate__Direction_3270D3BB4F967C93D226D9840B1E28FE' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticPatternActivate) == 0x000398, "Member 'ABP_CymaticTable_C::CymaticPatternActivate' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticWrongSlotVisualization_Alpha_7FCF4A2B44C41783318B59A8A49AF205) == 0x0003A0, "Member 'ABP_CymaticTable_C::CymaticWrongSlotVisualization_Alpha_7FCF4A2B44C41783318B59A8A49AF205' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticWrongSlotVisualization__Direction_7FCF4A2B44C41783318B59A8A49AF205) == 0x0003A4, "Member 'ABP_CymaticTable_C::CymaticWrongSlotVisualization__Direction_7FCF4A2B44C41783318B59A8A49AF205' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticWrongSlotVisualization) == 0x0003A8, "Member 'ABP_CymaticTable_C::CymaticWrongSlotVisualization' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Bubble_Explosion_Timeline_NewTrack_0_FEC8FB3248797AB7517057BC7EBECE0B) == 0x0003B0, "Member 'ABP_CymaticTable_C::Bubble_Explosion_Timeline_NewTrack_0_FEC8FB3248797AB7517057BC7EBECE0B' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Bubble_Explosion_Timeline_Bubble_Explosion_FEC8FB3248797AB7517057BC7EBECE0B) == 0x0003B4, "Member 'ABP_CymaticTable_C::Bubble_Explosion_Timeline_Bubble_Explosion_FEC8FB3248797AB7517057BC7EBECE0B' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Bubble_Explosion_Timeline__Direction_FEC8FB3248797AB7517057BC7EBECE0B) == 0x0003B8, "Member 'ABP_CymaticTable_C::Bubble_Explosion_Timeline__Direction_FEC8FB3248797AB7517057BC7EBECE0B' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Bubble_Explosion_Timeline) == 0x0003C0, "Member 'ABP_CymaticTable_C::Bubble_Explosion_Timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, AttractParticlesToLocTimeline_Attract_Particles_A56BF7CA48AA8F6F5681DC9AE52F6ACE) == 0x0003C8, "Member 'ABP_CymaticTable_C::AttractParticlesToLocTimeline_Attract_Particles_A56BF7CA48AA8F6F5681DC9AE52F6ACE' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, AttractParticlesToLocTimeline__Direction_A56BF7CA48AA8F6F5681DC9AE52F6ACE) == 0x0003CC, "Member 'ABP_CymaticTable_C::AttractParticlesToLocTimeline__Direction_A56BF7CA48AA8F6F5681DC9AE52F6ACE' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, AttractParticlesToLocTimeline) == 0x0003D0, "Member 'ABP_CymaticTable_C::AttractParticlesToLocTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FadeOutSmokeVFXTimeline_Fade_Out_Particles_C70DA6464C61B40B9D2A40B46A22683D) == 0x0003D8, "Member 'ABP_CymaticTable_C::FadeOutSmokeVFXTimeline_Fade_Out_Particles_C70DA6464C61B40B9D2A40B46A22683D' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FadeOutSmokeVFXTimeline__Direction_C70DA6464C61B40B9D2A40B46A22683D) == 0x0003DC, "Member 'ABP_CymaticTable_C::FadeOutSmokeVFXTimeline__Direction_C70DA6464C61B40B9D2A40B46A22683D' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FadeOutSmokeVFXTimeline) == 0x0003E0, "Member 'ABP_CymaticTable_C::FadeOutSmokeVFXTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscSubmergeTimeline_Alpha_97F39FEE4A786C6B1F80348EBF034682) == 0x0003E8, "Member 'ABP_CymaticTable_C::CymaticDiscSubmergeTimeline_Alpha_97F39FEE4A786C6B1F80348EBF034682' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscSubmergeTimeline__Direction_97F39FEE4A786C6B1F80348EBF034682) == 0x0003EC, "Member 'ABP_CymaticTable_C::CymaticDiscSubmergeTimeline__Direction_97F39FEE4A786C6B1F80348EBF034682' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscSubmergeTimeline) == 0x0003F0, "Member 'ABP_CymaticTable_C::CymaticDiscSubmergeTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, VaporRises_TorusRotation_F7DE025845AD9562CE6DBF80898324AC) == 0x0003F8, "Member 'ABP_CymaticTable_C::VaporRises_TorusRotation_F7DE025845AD9562CE6DBF80898324AC' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, VaporRises_NewTrack_0_F7DE025845AD9562CE6DBF80898324AC) == 0x0003FC, "Member 'ABP_CymaticTable_C::VaporRises_NewTrack_0_F7DE025845AD9562CE6DBF80898324AC' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, VaporRises_Alpha_F7DE025845AD9562CE6DBF80898324AC) == 0x000400, "Member 'ABP_CymaticTable_C::VaporRises_Alpha_F7DE025845AD9562CE6DBF80898324AC' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, VaporRises__Direction_F7DE025845AD9562CE6DBF80898324AC) == 0x000404, "Member 'ABP_CymaticTable_C::VaporRises__Direction_F7DE025845AD9562CE6DBF80898324AC' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, VaporRises) == 0x000408, "Member 'ABP_CymaticTable_C::VaporRises' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticVisualizationTimeline_Alpha_5FDD5BD64DED3254AC9F9AB526EDE335) == 0x000410, "Member 'ABP_CymaticTable_C::CymaticVisualizationTimeline_Alpha_5FDD5BD64DED3254AC9F9AB526EDE335' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticVisualizationTimeline__Direction_5FDD5BD64DED3254AC9F9AB526EDE335) == 0x000414, "Member 'ABP_CymaticTable_C::CymaticVisualizationTimeline__Direction_5FDD5BD64DED3254AC9F9AB526EDE335' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticVisualizationTimeline) == 0x000418, "Member 'ABP_CymaticTable_C::CymaticVisualizationTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Vis_Timeline_Stage_5_BubbleRise_Transition_8D488A744FE79AFE79E3C08292C291FB) == 0x000420, "Member 'ABP_CymaticTable_C::Vis_Timeline_Stage_5_BubbleRise_Transition_8D488A744FE79AFE79E3C08292C291FB' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Vis_Timeline_Stage_5_BubbleRise__Direction_8D488A744FE79AFE79E3C08292C291FB) == 0x000424, "Member 'ABP_CymaticTable_C::Vis_Timeline_Stage_5_BubbleRise__Direction_8D488A744FE79AFE79E3C08292C291FB' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Vis_Timeline_Stage_5_BubbleRise) == 0x000428, "Member 'ABP_CymaticTable_C::Vis_Timeline_Stage_5_BubbleRise' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Vis_Timeline_Stage_5_BubbleDissolve_Transition_6BA69C8647B322FD2CA171AEF97B1A55) == 0x000430, "Member 'ABP_CymaticTable_C::Vis_Timeline_Stage_5_BubbleDissolve_Transition_6BA69C8647B322FD2CA171AEF97B1A55' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Vis_Timeline_Stage_5_BubbleDissolve__Direction_6BA69C8647B322FD2CA171AEF97B1A55) == 0x000434, "Member 'ABP_CymaticTable_C::Vis_Timeline_Stage_5_BubbleDissolve__Direction_6BA69C8647B322FD2CA171AEF97B1A55' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Vis_Timeline_Stage_5_BubbleDissolve) == 0x000438, "Member 'ABP_CymaticTable_C::Vis_Timeline_Stage_5_BubbleDissolve' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Vis_Timeline_Stage_5_WaterDissolve_Transition_B70886334ED66B6FC8082D92FC54E3A0) == 0x000440, "Member 'ABP_CymaticTable_C::Vis_Timeline_Stage_5_WaterDissolve_Transition_B70886334ED66B6FC8082D92FC54E3A0' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Vis_Timeline_Stage_5_WaterDissolve__Direction_B70886334ED66B6FC8082D92FC54E3A0) == 0x000444, "Member 'ABP_CymaticTable_C::Vis_Timeline_Stage_5_WaterDissolve__Direction_B70886334ED66B6FC8082D92FC54E3A0' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Vis_Timeline_Stage_5_WaterDissolve) == 0x000448, "Member 'ABP_CymaticTable_C::Vis_Timeline_Stage_5_WaterDissolve' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Active) == 0x000450, "Member 'ABP_CymaticTable_C::Active' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CrosshairImage) == 0x000458, "Member 'ABP_CymaticTable_C::CrosshairImage' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CrosshairColor) == 0x000460, "Member 'ABP_CymaticTable_C::CrosshairColor' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CrosshairSize) == 0x000470, "Member 'ABP_CymaticTable_C::CrosshairSize' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Hovered) == 0x000478, "Member 'ABP_CymaticTable_C::Hovered' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, HoveredComponent) == 0x000480, "Member 'ABP_CymaticTable_C::HoveredComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, InteractingPlayer) == 0x000488, "Member 'ABP_CymaticTable_C::InteractingPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SlotsSolved) == 0x000490, "Member 'ABP_CymaticTable_C::SlotsSolved' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, PickedUpTuner) == 0x000498, "Member 'ABP_CymaticTable_C::PickedUpTuner' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UR_CosmicStart_SoundBase) == 0x0004A0, "Member 'ABP_CymaticTable_C::UR_CosmicStart_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UR_CosmicStart_Duration) == 0x0004A8, "Member 'ABP_CymaticTable_C::UR_CosmicStart_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UR_Hit_SoundBase) == 0x0004B0, "Member 'ABP_CymaticTable_C::UR_Hit_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UR_CosmicLoop_SoundBase) == 0x0004B8, "Member 'ABP_CymaticTable_C::UR_CosmicLoop_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UR_SpinLoop_SoundBase) == 0x0004C0, "Member 'ABP_CymaticTable_C::UR_SpinLoop_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UR_Moog_SoundBase) == 0x0004C8, "Member 'ABP_CymaticTable_C::UR_Moog_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UR_SpinStart_SoundBase) == 0x0004D0, "Member 'ABP_CymaticTable_C::UR_SpinStart_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SolvedSlot) == 0x0004D8, "Member 'ABP_CymaticTable_C::SolvedSlot' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UL_SpinLoop_SoundBase) == 0x0004E0, "Member 'ABP_CymaticTable_C::UL_SpinLoop_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UL_SpinStart_SoundBase) == 0x0004E8, "Member 'ABP_CymaticTable_C::UL_SpinStart_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UL_CosmicStart_SoundBase) == 0x0004F0, "Member 'ABP_CymaticTable_C::UL_CosmicStart_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UL_CosmicLoop_SoundBase) == 0x0004F8, "Member 'ABP_CymaticTable_C::UL_CosmicLoop_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UL_Hit_SoundBase) == 0x000500, "Member 'ABP_CymaticTable_C::UL_Hit_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, UL_Moog_SoundBase) == 0x000508, "Member 'ABP_CymaticTable_C::UL_Moog_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Target) == 0x000510, "Member 'ABP_CymaticTable_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LR_SpinLoop_SoundBase) == 0x000518, "Member 'ABP_CymaticTable_C::LR_SpinLoop_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LR_CosmicLoop_SoundBase) == 0x000520, "Member 'ABP_CymaticTable_C::LR_CosmicLoop_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LR_Moog_SoundBase) == 0x000528, "Member 'ABP_CymaticTable_C::LR_Moog_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LR_SpinStart_SoundBase) == 0x000530, "Member 'ABP_CymaticTable_C::LR_SpinStart_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LR_Hit_SoundBase) == 0x000538, "Member 'ABP_CymaticTable_C::LR_Hit_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LR_CosmicStart_SoundBase) == 0x000540, "Member 'ABP_CymaticTable_C::LR_CosmicStart_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LL_CosmicLoop_SoundBase) == 0x000548, "Member 'ABP_CymaticTable_C::LL_CosmicLoop_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LL_SpinLoop_SoundBase) == 0x000550, "Member 'ABP_CymaticTable_C::LL_SpinLoop_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LL_Moog_SoundBase) == 0x000558, "Member 'ABP_CymaticTable_C::LL_Moog_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LL_CosmicStart_SoundBase) == 0x000560, "Member 'ABP_CymaticTable_C::LL_CosmicStart_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LL_Hit_SoundBase) == 0x000568, "Member 'ABP_CymaticTable_C::LL_Hit_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LL_SpinStart_SoundBase) == 0x000570, "Member 'ABP_CymaticTable_C::LL_SpinStart_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, TempFadeOutTableSolvedDelay) == 0x000578, "Member 'ABP_CymaticTable_C::TempFadeOutTableSolvedDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, My_Game_Mode) == 0x000580, "Member 'ABP_CymaticTable_C::My_Game_Mode' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, StateId) == 0x000588, "Member 'ABP_CymaticTable_C::StateId' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CheekyFadeOutMixModifier) == 0x000590, "Member 'ABP_CymaticTable_C::CheekyFadeOutMixModifier' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Vis_Transition_Speed) == 0x000598, "Member 'ABP_CymaticTable_C::Vis_Transition_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FadeAllButBubbleDelay) == 0x00059C, "Member 'ABP_CymaticTable_C::FadeAllButBubbleDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscSubmerged_FadeOutDur) == 0x0005A0, "Member 'ABP_CymaticTable_C::CymaticDiscSubmerged_FadeOutDur' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDisc_CrossfadeDur) == 0x0005A4, "Member 'ABP_CymaticTable_C::CymaticDisc_CrossfadeDur' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscSubmerged_Volume) == 0x0005A8, "Member 'ABP_CymaticTable_C::CymaticDiscSubmerged_Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscSubmerged_FadeOutDelay) == 0x0005AC, "Member 'ABP_CymaticTable_C::CymaticDiscSubmerged_FadeOutDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscAbove_FadeInDur) == 0x0005B0, "Member 'ABP_CymaticTable_C::CymaticDiscAbove_FadeInDur' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscSubmerged_FadeInDur) == 0x0005B4, "Member 'ABP_CymaticTable_C::CymaticDiscSubmerged_FadeInDur' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticHitWater_Delay) == 0x0005B8, "Member 'ABP_CymaticTable_C::CymaticHitWater_Delay' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscAbove_FadeOutDur) == 0x0005BC, "Member 'ABP_CymaticTable_C::CymaticDiscAbove_FadeOutDur' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscAbove_Volume) == 0x0005C0, "Member 'ABP_CymaticTable_C::CymaticDiscAbove_Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FadeOutSpinnersDur) == 0x0005C4, "Member 'ABP_CymaticTable_C::FadeOutSpinnersDur' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, InteractType) == 0x0005C8, "Member 'ABP_CymaticTable_C::InteractType' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticTuners) == 0x0005D0, "Member 'ABP_CymaticTable_C::CymaticTuners' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, TableSolvedFadeKatjaVoiceDelay) == 0x0005D8, "Member 'ABP_CymaticTable_C::TableSolvedFadeKatjaVoiceDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscBeginPos) == 0x0005DC, "Member 'ABP_CymaticTable_C::CymaticDiscBeginPos' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscEndPos) == 0x0005E8, "Member 'ABP_CymaticTable_C::CymaticDiscEndPos' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscBeginRot) == 0x0005F4, "Member 'ABP_CymaticTable_C::CymaticDiscBeginRot' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticDiscEndRot) == 0x000600, "Member 'ABP_CymaticTable_C::CymaticDiscEndRot' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticTunerSlotFilledTags) == 0x000610, "Member 'ABP_CymaticTable_C::CymaticTunerSlotFilledTags' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, TunerSlottedTags) == 0x000630, "Member 'ABP_CymaticTable_C::TunerSlottedTags' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticPuzzleEndedTag) == 0x000650, "Member 'ABP_CymaticTable_C::CymaticPuzzleEndedTag' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Vapor_Escape_Delay) == 0x000658, "Member 'ABP_CymaticTable_C::Vapor_Escape_Delay' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CanSing) == 0x00065C, "Member 'ABP_CymaticTable_C::CanSing' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SingingSuccess) == 0x000660, "Member 'ABP_CymaticTable_C::SingingSuccess' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SingingBegan) == 0x000668, "Member 'ABP_CymaticTable_C::SingingBegan' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SingingEnded) == 0x000670, "Member 'ABP_CymaticTable_C::SingingEnded' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, BubblePopDelay) == 0x000678, "Member 'ABP_CymaticTable_C::BubblePopDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, BubbleRiseDuration) == 0x00067C, "Member 'ABP_CymaticTable_C::BubbleRiseDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, BubbleDissolveDuration) == 0x000680, "Member 'ABP_CymaticTable_C::BubbleDissolveDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, WaterDissolveDuration) == 0x000684, "Member 'ABP_CymaticTable_C::WaterDissolveDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SitDownActor) == 0x000688, "Member 'ABP_CymaticTable_C::SitDownActor' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, VaporStartLocation) == 0x0006B0, "Member 'ABP_CymaticTable_C::VaporStartLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, VaporEndLocation) == 0x0006BC, "Member 'ABP_CymaticTable_C::VaporEndLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, VaporDestructionDelay) == 0x0006C8, "Member 'ABP_CymaticTable_C::VaporDestructionDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FailedBreathCooldownDuration) == 0x0006CC, "Member 'ABP_CymaticTable_C::FailedBreathCooldownDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MinElapsedSeconds) == 0x0006D0, "Member 'ABP_CymaticTable_C::MinElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MaxElapsedSeconds) == 0x0006D4, "Member 'ABP_CymaticTable_C::MaxElapsedSeconds' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MinIntensity) == 0x0006D8, "Member 'ABP_CymaticTable_C::MinIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MaxIntensity) == 0x0006DC, "Member 'ABP_CymaticTable_C::MaxIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, HoldBreathThreshold) == 0x0006E0, "Member 'ABP_CymaticTable_C::HoldBreathThreshold' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, ExhaleThreshold) == 0x0006E4, "Member 'ABP_CymaticTable_C::ExhaleThreshold' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MPC_Chladni) == 0x0006E8, "Member 'ABP_CymaticTable_C::MPC_Chladni' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MPC_Chladni_PreviousPreset) == 0x0006F0, "Member 'ABP_CymaticTable_C::MPC_Chladni_PreviousPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MPC_Chladni_NextPreset) == 0x0006F8, "Member 'ABP_CymaticTable_C::MPC_Chladni_NextPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MPC_Chladni_ParamsToIgnore) == 0x000700, "Member 'ABP_CymaticTable_C::MPC_Chladni_ParamsToIgnore' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MPC_Chladni_PresetClasses) == 0x000710, "Member 'ABP_CymaticTable_C::MPC_Chladni_PresetClasses' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MPC_Chladni_Default) == 0x000760, "Member 'ABP_CymaticTable_C::MPC_Chladni_Default' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MPC_PositionNotFoundMsg) == 0x000768, "Member 'ABP_CymaticTable_C::MPC_PositionNotFoundMsg' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticQuadrantTagsToEnum) == 0x000780, "Member 'ABP_CymaticTable_C::CymaticQuadrantTagsToEnum' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, CymaticTunersSlottedQuery) == 0x0007D0, "Member 'ABP_CymaticTable_C::CymaticTunersSlottedQuery' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, URFull_SoundBase) == 0x000818, "Member 'ABP_CymaticTable_C::URFull_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LRFull_SoundBase) == 0x000820, "Member 'ABP_CymaticTable_C::LRFull_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, ULFull_SoundBase) == 0x000828, "Member 'ABP_CymaticTable_C::ULFull_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LLFull_SoundBase) == 0x000830, "Member 'ABP_CymaticTable_C::LLFull_SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, TunerSlotSolutionOrderTags) == 0x000838, "Member 'ABP_CymaticTable_C::TunerSlotSolutionOrderTags' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, TunerTagsMap) == 0x000848, "Member 'ABP_CymaticTable_C::TunerTagsMap' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LastSlotPlaced) == 0x000898, "Member 'ABP_CymaticTable_C::LastSlotPlaced' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SlotUR) == 0x0008A0, "Member 'ABP_CymaticTable_C::SlotUR' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SlotUL) == 0x0008C8, "Member 'ABP_CymaticTable_C::SlotUL' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SlotLR) == 0x0008F0, "Member 'ABP_CymaticTable_C::SlotLR' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, SlotLL) == 0x000918, "Member 'ABP_CymaticTable_C::SlotLL' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, TunerSet) == 0x000940, "Member 'ABP_CymaticTable_C::TunerSet' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Pattern_N) == 0x000950, "Member 'ABP_CymaticTable_C::Pattern_N' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Pattern_M) == 0x000958, "Member 'ABP_CymaticTable_C::Pattern_M' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, ChladniEnabled) == 0x000960, "Member 'ABP_CymaticTable_C::ChladniEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Pattern_A) == 0x000964, "Member 'ABP_CymaticTable_C::Pattern_A' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Pattern_B) == 0x00096C, "Member 'ABP_CymaticTable_C::Pattern_B' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Wrong_Slot_Vis_Transition_Speed) == 0x000974, "Member 'ABP_CymaticTable_C::Wrong_Slot_Vis_Transition_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, LastWrongSlotPlaced) == 0x000978, "Member 'ABP_CymaticTable_C::LastWrongSlotPlaced' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MPC_Chladni_WrongPreviousPreset) == 0x000980, "Member 'ABP_CymaticTable_C::MPC_Chladni_WrongPreviousPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MPC_Chladni_WrongNextPreset) == 0x000988, "Member 'ABP_CymaticTable_C::MPC_Chladni_WrongNextPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MPC_Chladni_DefaultActivePreset) == 0x000990, "Member 'ABP_CymaticTable_C::MPC_Chladni_DefaultActivePreset' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, MPC_Chladni_Default_Active) == 0x000998, "Member 'ABP_CymaticTable_C::MPC_Chladni_Default_Active' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, Target_0) == 0x0009A0, "Member 'ABP_CymaticTable_C::Target_0' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, DiskSpinSpeed) == 0x0009A8, "Member 'ABP_CymaticTable_C::DiskSpinSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, As_BPE_Ch_02_Cymatic_Wrong_Slot_Tuner_Picked_Up) == 0x0009B0, "Member 'ABP_CymaticTable_C::As_BPE_Ch_02_Cymatic_Wrong_Slot_Tuner_Picked_Up' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, PickUpWrongTunerFadeOutDur) == 0x0009B8, "Member 'ABP_CymaticTable_C::PickUpWrongTunerFadeOutDur' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, NegativeFeedbackVO) == 0x0009C0, "Member 'ABP_CymaticTable_C::NegativeFeedbackVO' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, PositiveFeedbackVO) == 0x0009C8, "Member 'ABP_CymaticTable_C::PositiveFeedbackVO' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, AllSlotsFilled) == 0x0009D0, "Member 'ABP_CymaticTable_C::AllSlotsFilled' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, NumberOfTunersCorrect) == 0x0009D4, "Member 'ABP_CymaticTable_C::NumberOfTunersCorrect' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, TunerSetInventoryItem) == 0x0009D8, "Member 'ABP_CymaticTable_C::TunerSetInventoryItem' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, ToroidSM) == 0x0009E0, "Member 'ABP_CymaticTable_C::ToroidSM' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, ToroidSMInitialPositionWS) == 0x000A08, "Member 'ABP_CymaticTable_C::ToroidSMInitialPositionWS' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticTable_C, FirstWrongSlot) == 0x000A14, "Member 'ABP_CymaticTable_C::FirstWrongSlot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FST_QuartzClockInfo \ static_assert(alignof(FST_QuartzClockInfo) == 0x000008, "Wrong alignment on FST_QuartzClockInfo"); \ static_assert(sizeof(FST_QuartzClockInfo) == 0x0000F0, "Wrong size on FST_QuartzClockInfo"); \ static_assert(offsetof(FST_QuartzClockInfo, ClockName_37_44B7F52C4E46E5E4B29F08AB50E11FDA) == 0x000000, "Member 'FST_QuartzClockInfo::ClockName_37_44B7F52C4E46E5E4B29F08AB50E11FDA' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, ClockHandle_52_B1E0836D402A6181AB36B8B1ABA746B6) == 0x000008, "Member 'FST_QuartzClockInfo::ClockHandle_52_B1E0836D402A6181AB36B8B1ABA746B6' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, ClockSettings_40_E14DB3A242B541C32FBC2996BFAD936E) == 0x000010, "Member 'FST_QuartzClockInfo::ClockSettings_40_E14DB3A242B541C32FBC2996BFAD936E' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, CuesToPlay_78_8299B5024F2E3CBB1FF9B7B143EFD758) == 0x000030, "Member 'FST_QuartzClockInfo::CuesToPlay_78_8299B5024F2E3CBB1FF9B7B143EFD758' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, CuesToStop_79_A01891514A68D6FF56C8FEB7603CD509) == 0x000040, "Member 'FST_QuartzClockInfo::CuesToStop_79_A01891514A68D6FF56C8FEB7603CD509' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, QuantizationBoundary_26_51CD90D341CAEF2874CFAB8A401CC3CA) == 0x000050, "Member 'FST_QuartzClockInfo::QuantizationBoundary_26_51CD90D341CAEF2874CFAB8A401CC3CA' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, BPM_33_2C25E0DB4F43F1E31EFB058AB9E872BB) == 0x00005C, "Member 'FST_QuartzClockInfo::BPM_33_2C25E0DB4F43F1E31EFB058AB9E872BB' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, NumOfBars_90_FD145C3F4B5FA736E1CD3B8C9E0959C5) == 0x000060, "Member 'FST_QuartzClockInfo::NumOfBars_90_FD145C3F4B5FA736E1CD3B8C9E0959C5' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, Volume_27_E019E7AA40B2FABA4CDF19B79F17D27E) == 0x000064, "Member 'FST_QuartzClockInfo::Volume_27_E019E7AA40B2FABA4CDF19B79F17D27E' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, UseQuantizedSeeking_30_D1873D2F4CEECC1B62F8B382571352FC) == 0x000068, "Member 'FST_QuartzClockInfo::UseQuantizedSeeking_30_D1873D2F4CEECC1B62F8B382571352FC' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, FireOnClockStart_43_F84608134BB00BD6E685F79C4F391937) == 0x000069, "Member 'FST_QuartzClockInfo::FireOnClockStart_43_F84608134BB00BD6E685F79C4F391937' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, PlaySpatialized_69_1FF8411740DB908F657214AF43C67DC4) == 0x00006A, "Member 'FST_QuartzClockInfo::PlaySpatialized_69_1FF8411740DB908F657214AF43C67DC4' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, SpatializedLocation_72_FBD4CBBF437478C0177B93AD02B17C52) == 0x000070, "Member 'FST_QuartzClockInfo::SpatializedLocation_72_FBD4CBBF437478C0177B93AD02B17C52' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, DebugClockColor_46_54D187B24231770894550981BCCD23F8) == 0x000078, "Member 'FST_QuartzClockInfo::DebugClockColor_46_54D187B24231770894550981BCCD23F8' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, PlayStartTime_49_41FC8FF14BD2CF6933A6A495C13B3CCB) == 0x000088, "Member 'FST_QuartzClockInfo::PlayStartTime_49_41FC8FF14BD2CF6933A6A495C13B3CCB' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, StemDurationTime_75_9B8E94F847A62B18D889EFBD92603E45) == 0x00008C, "Member 'FST_QuartzClockInfo::StemDurationTime_75_9B8E94F847A62B18D889EFBD92603E45' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, CurrentAudioCompsCues_63_F19E36D9472B1E4F6528DA8A539CD339) == 0x000090, "Member 'FST_QuartzClockInfo::CurrentAudioCompsCues_63_F19E36D9472B1E4F6528DA8A539CD339' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, FadeInDur_82_904ADA494140DDDC3772AD89B895884A) == 0x0000E0, "Member 'FST_QuartzClockInfo::FadeInDur_82_904ADA494140DDDC3772AD89B895884A' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, FadeOutDur_84_3FD202384F31058E57C9D9A1AC4D9314) == 0x0000E4, "Member 'FST_QuartzClockInfo::FadeOutDur_84_3FD202384F31058E57C9D9A1AC4D9314' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo, Looping_86_1EDBA058441E5DE7F7E8678BC3E8C76B) == 0x0000E8, "Member 'FST_QuartzClockInfo::Looping_86_1EDBA058441E5DE7F7E8678BC3E8C76B' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA2_PipeShake_C \ static_assert(alignof(UBPE_KA2_PipeShake_C) == 0x000008, "Wrong alignment on UBPE_KA2_PipeShake_C"); \ static_assert(sizeof(UBPE_KA2_PipeShake_C) == 0x000030, "Wrong size on UBPE_KA2_PipeShake_C"); \ static_assert(offsetof(UBPE_KA2_PipeShake_C, Location) == 0x000028, "Member 'UBPE_KA2_PipeShake_C::Location' has a wrong offset!"); \ static_assert(offsetof(UBPE_KA2_PipeShake_C, Enable) == 0x000029, "Member 'UBPE_KA2_PipeShake_C::Enable' has a wrong offset!"); \ static_assert(offsetof(UBPE_KA2_PipeShake_C, Fade_Duration) == 0x00002C, "Member 'UBPE_KA2_PipeShake_C::Fade_Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch05_D_TurnOffWater_C \ static_assert(alignof(UBPE_Ch05_D_TurnOffWater_C) == 0x000008, "Wrong alignment on UBPE_Ch05_D_TurnOffWater_C"); \ static_assert(sizeof(UBPE_Ch05_D_TurnOffWater_C) == 0x000028, "Wrong size on UBPE_Ch05_D_TurnOffWater_C"); \ #define DUMPER7_ASSERTS_BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake \ static_assert(alignof(BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake) == 0x000008, "Wrong alignment on BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake"); \ static_assert(sizeof(BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake) == 0x000040, "Wrong size on BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake"); \ static_assert(offsetof(BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake, EntryPoint) == 0x000000, "Member 'BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake, K2Node_EOEvent_Sender) == 0x000018, "Member 'BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake, K2Node_EOEvent_Event) == 0x000020, "Member 'BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake, K2Node_DynamicCast_AsBPE_KA2_Pipe_Shake) == 0x000028, "Member 'BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake::K2Node_DynamicCast_AsBPE_KA2_Pipe_Shake' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake, CallFunc_Lerp_ReturnValue) == 0x000034, "Member 'BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake, CallFunc_Lerp_ReturnValue_1) == 0x000038, "Member 'BP_PipeShake_C_ExecuteUbergraph_BP_PipeShake::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PipeShake_C_PipeShake \ static_assert(alignof(BP_PipeShake_C_PipeShake) == 0x000008, "Wrong alignment on BP_PipeShake_C_PipeShake"); \ static_assert(sizeof(BP_PipeShake_C_PipeShake) == 0x000010, "Wrong size on BP_PipeShake_C_PipeShake"); \ static_assert(offsetof(BP_PipeShake_C_PipeShake, Sender) == 0x000000, "Member 'BP_PipeShake_C_PipeShake::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_PipeShake, Event) == 0x000008, "Member 'BP_PipeShake_C_PipeShake::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PipeShake_C_CacheOriginalMaterials \ static_assert(alignof(BP_PipeShake_C_CacheOriginalMaterials) == 0x000008, "Wrong alignment on BP_PipeShake_C_CacheOriginalMaterials"); \ static_assert(sizeof(BP_PipeShake_C_CacheOriginalMaterials) == 0x000040, "Wrong size on BP_PipeShake_C_CacheOriginalMaterials"); \ static_assert(offsetof(BP_PipeShake_C_CacheOriginalMaterials, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PipeShake_C_CacheOriginalMaterials::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CacheOriginalMaterials, Temp_object_Variable) == 0x000008, "Member 'BP_PipeShake_C_CacheOriginalMaterials::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CacheOriginalMaterials, Temp_int_Loop_Counter_Variable) == 0x000010, "Member 'BP_PipeShake_C_CacheOriginalMaterials::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CacheOriginalMaterials, CallFunc_Array_Add_ReturnValue) == 0x000014, "Member 'BP_PipeShake_C_CacheOriginalMaterials::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CacheOriginalMaterials, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_PipeShake_C_CacheOriginalMaterials::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CacheOriginalMaterials, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_PipeShake_C_CacheOriginalMaterials::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CacheOriginalMaterials, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_PipeShake_C_CacheOriginalMaterials::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CacheOriginalMaterials, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_PipeShake_C_CacheOriginalMaterials::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CacheOriginalMaterials, CallFunc_GetMaterial_ReturnValue) == 0x000030, "Member 'BP_PipeShake_C_CacheOriginalMaterials::CallFunc_GetMaterial_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CacheOriginalMaterials, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_PipeShake_C_CacheOriginalMaterials::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CacheOriginalMaterials, CallFunc_Array_Add_ReturnValue_1) == 0x00003C, "Member 'BP_PipeShake_C_CacheOriginalMaterials::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PipeShake_C_CreateDynamicMaterialInstances \ static_assert(alignof(BP_PipeShake_C_CreateDynamicMaterialInstances) == 0x000008, "Wrong alignment on BP_PipeShake_C_CreateDynamicMaterialInstances"); \ static_assert(sizeof(BP_PipeShake_C_CreateDynamicMaterialInstances) == 0x000050, "Wrong size on BP_PipeShake_C_CreateDynamicMaterialInstances"); \ static_assert(offsetof(BP_PipeShake_C_CreateDynamicMaterialInstances, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PipeShake_C_CreateDynamicMaterialInstances::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CreateDynamicMaterialInstances, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PipeShake_C_CreateDynamicMaterialInstances::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CreateDynamicMaterialInstances, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'BP_PipeShake_C_CreateDynamicMaterialInstances::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CreateDynamicMaterialInstances, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PipeShake_C_CreateDynamicMaterialInstances::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CreateDynamicMaterialInstances, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_PipeShake_C_CreateDynamicMaterialInstances::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CreateDynamicMaterialInstances, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000030, "Member 'BP_PipeShake_C_CreateDynamicMaterialInstances::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CreateDynamicMaterialInstances, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_PipeShake_C_CreateDynamicMaterialInstances::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CreateDynamicMaterialInstances, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_PipeShake_C_CreateDynamicMaterialInstances::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CreateDynamicMaterialInstances, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_PipeShake_C_CreateDynamicMaterialInstances::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_CreateDynamicMaterialInstances, CallFunc_Less_IntInt_ReturnValue) == 0x000048, "Member 'BP_PipeShake_C_CreateDynamicMaterialInstances::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PipeShake_C_InitializeMaterials \ static_assert(alignof(BP_PipeShake_C_InitializeMaterials) == 0x000004, "Wrong alignment on BP_PipeShake_C_InitializeMaterials"); \ static_assert(sizeof(BP_PipeShake_C_InitializeMaterials) == 0x000058, "Wrong size on BP_PipeShake_C_InitializeMaterials"); \ static_assert(offsetof(BP_PipeShake_C_InitializeMaterials, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_PipeShake_C_InitializeMaterials::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_InitializeMaterials, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x00000C, "Member 'BP_PipeShake_C_InitializeMaterials::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_InitializeMaterials, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x00001C, "Member 'BP_PipeShake_C_InitializeMaterials::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_InitializeMaterials, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000020, "Member 'BP_PipeShake_C_InitializeMaterials::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_InitializeMaterials, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x00002C, "Member 'BP_PipeShake_C_InitializeMaterials::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_InitializeMaterials, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x00003C, "Member 'BP_PipeShake_C_InitializeMaterials::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_InitializeMaterials, CallFunc_Conv_VectorToLinearColor_ReturnValue_2) == 0x000048, "Member 'BP_PipeShake_C_InitializeMaterials::CallFunc_Conv_VectorToLinearColor_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PipeShake_C_ResetToOriginalMaterials \ static_assert(alignof(BP_PipeShake_C_ResetToOriginalMaterials) == 0x000008, "Wrong alignment on BP_PipeShake_C_ResetToOriginalMaterials"); \ static_assert(sizeof(BP_PipeShake_C_ResetToOriginalMaterials) == 0x000028, "Wrong size on BP_PipeShake_C_ResetToOriginalMaterials"); \ static_assert(offsetof(BP_PipeShake_C_ResetToOriginalMaterials, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PipeShake_C_ResetToOriginalMaterials::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ResetToOriginalMaterials, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PipeShake_C_ResetToOriginalMaterials::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ResetToOriginalMaterials, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PipeShake_C_ResetToOriginalMaterials::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ResetToOriginalMaterials, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_PipeShake_C_ResetToOriginalMaterials::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ResetToOriginalMaterials, CallFunc_Array_Get_Item_1) == 0x000018, "Member 'BP_PipeShake_C_ResetToOriginalMaterials::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ResetToOriginalMaterials, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_PipeShake_C_ResetToOriginalMaterials::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ResetToOriginalMaterials, CallFunc_Less_IntInt_ReturnValue) == 0x000024, "Member 'BP_PipeShake_C_ResetToOriginalMaterials::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PipeShake_C_ResetToOriginalMaterials, CallFunc_IsValid_ReturnValue) == 0x000025, "Member 'BP_PipeShake_C_ResetToOriginalMaterials::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PipeShake_C \ static_assert(alignof(ABP_PipeShake_C) == 0x000008, "Wrong alignment on ABP_PipeShake_C"); \ static_assert(sizeof(ABP_PipeShake_C) == 0x0002B8, "Wrong size on ABP_PipeShake_C"); \ static_assert(offsetof(ABP_PipeShake_C, UberGraphFrame) == 0x000230, "Member 'ABP_PipeShake_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Billboard) == 0x000238, "Member 'ABP_PipeShake_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Timeline_Fade_Alpha_C2CE79CE4CC8DBA8B4D5F5B9E3000C67) == 0x000240, "Member 'ABP_PipeShake_C::Timeline_Fade_Alpha_C2CE79CE4CC8DBA8B4D5F5B9E3000C67' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Timeline_Fade__Direction_C2CE79CE4CC8DBA8B4D5F5B9E3000C67) == 0x000244, "Member 'ABP_PipeShake_C::Timeline_Fade__Direction_C2CE79CE4CC8DBA8B4D5F5B9E3000C67' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Timeline_Fade) == 0x000248, "Member 'ABP_PipeShake_C::Timeline_Fade' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Enable) == 0x000250, "Member 'ABP_PipeShake_C::Enable' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Location) == 0x000251, "Member 'ABP_PipeShake_C::Location' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Actors) == 0x000258, "Member 'ABP_PipeShake_C::Actors' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Control_Point_1) == 0x000268, "Member 'ABP_PipeShake_C::Control_Point_1' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Control_Point_2) == 0x000270, "Member 'ABP_PipeShake_C::Control_Point_2' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Control_Point_3) == 0x000278, "Member 'ABP_PipeShake_C::Control_Point_3' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Parent_Material) == 0x000280, "Member 'ABP_PipeShake_C::Parent_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Mid) == 0x000288, "Member 'ABP_PipeShake_C::Mid' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, OriginalMaterials) == 0x000290, "Member 'ABP_PipeShake_C::OriginalMaterials' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, MaterialsCached) == 0x0002A0, "Member 'ABP_PipeShake_C::MaterialsCached' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Control_Point_Radius) == 0x0002A4, "Member 'ABP_PipeShake_C::Control_Point_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Hardness) == 0x0002A8, "Member 'ABP_PipeShake_C::Hardness' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Speed) == 0x0002AC, "Member 'ABP_PipeShake_C::Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Intensity) == 0x0002B0, "Member 'ABP_PipeShake_C::Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Debug) == 0x0002B4, "Member 'ABP_PipeShake_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Temp_bool_Has_Been_Initd_6598A5934D024A797BB148A5689F3644_Variable) == 0x0002B5, "Member 'ABP_PipeShake_C::Temp_bool_Has_Been_Initd_6598A5934D024A797BB148A5689F3644_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_PipeShake_C, Temp_bool_IsClosed_6598A5934D024A797BB148A5689F3644_Variable) == 0x0002B6, "Member 'ABP_PipeShake_C::Temp_bool_IsClosed_6598A5934D024A797BB148A5689F3644_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX \ static_assert(alignof(KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX) == 0x000008, "Wrong alignment on KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX"); \ static_assert(sizeof(KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX) == 0x000050, "Wrong size on KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX"); \ static_assert(offsetof(KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX, EntryPoint) == 0x000000, "Member 'KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX, CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess) == 0x000004, "Member 'KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX::CallFunc_LoadLevelInstanceBySoftObjectPtr_bOutSuccess' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX, CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue) == 0x000008, "Member 'KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX::CallFunc_LoadLevelInstanceBySoftObjectPtr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX, K2Node_EOEvent_Sender_1) == 0x000010, "Member 'KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX, K2Node_EOEvent_Event_1) == 0x000018, "Member 'KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX, K2Node_EOEvent_Sender) == 0x000020, "Member 'KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX, K2Node_EOEvent_Event) == 0x000028, "Member 'KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX, K2Node_EOCreateEvent_OutputDelegate) == 0x000030, "Member 'KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000040, "Member 'KatjasApt_FX_C_ExecuteUbergraph_KatjasApt_FX::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KatjasApt_FX_C_Turn_On_Water \ static_assert(alignof(KatjasApt_FX_C_Turn_On_Water) == 0x000008, "Wrong alignment on KatjasApt_FX_C_Turn_On_Water"); \ static_assert(sizeof(KatjasApt_FX_C_Turn_On_Water) == 0x000010, "Wrong size on KatjasApt_FX_C_Turn_On_Water"); \ static_assert(offsetof(KatjasApt_FX_C_Turn_On_Water, Sender) == 0x000000, "Member 'KatjasApt_FX_C_Turn_On_Water::Sender' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_FX_C_Turn_On_Water, Event) == 0x000008, "Member 'KatjasApt_FX_C_Turn_On_Water::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KatjasApt_FX_C_Turn_Off_Water \ static_assert(alignof(KatjasApt_FX_C_Turn_Off_Water) == 0x000008, "Wrong alignment on KatjasApt_FX_C_Turn_Off_Water"); \ static_assert(sizeof(KatjasApt_FX_C_Turn_Off_Water) == 0x000010, "Wrong size on KatjasApt_FX_C_Turn_Off_Water"); \ static_assert(offsetof(KatjasApt_FX_C_Turn_Off_Water, Sender) == 0x000000, "Member 'KatjasApt_FX_C_Turn_Off_Water::Sender' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_FX_C_Turn_Off_Water, Event) == 0x000008, "Member 'KatjasApt_FX_C_Turn_Off_Water::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AKatjasApt_FX_C \ static_assert(alignof(AKatjasApt_FX_C) == 0x000008, "Wrong alignment on AKatjasApt_FX_C"); \ static_assert(sizeof(AKatjasApt_FX_C) == 0x000290, "Wrong size on AKatjasApt_FX_C"); \ static_assert(offsetof(AKatjasApt_FX_C, UberGraphFrame) == 0x000238, "Member 'AKatjasApt_FX_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, Pump_Stop_Wheel_F0265C17408E1CC634A939A96F378903) == 0x000240, "Member 'AKatjasApt_FX_C::Pump_Stop_Wheel_F0265C17408E1CC634A939A96F378903' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, Pump_Stop_Vibrations_F0265C17408E1CC634A939A96F378903) == 0x000244, "Member 'AKatjasApt_FX_C::Pump_Stop_Vibrations_F0265C17408E1CC634A939A96F378903' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, Pump_Stop__Direction_F0265C17408E1CC634A939A96F378903) == 0x000248, "Member 'AKatjasApt_FX_C::Pump_Stop__Direction_F0265C17408E1CC634A939A96F378903' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, Pump_Stop) == 0x000250, "Member 'AKatjasApt_FX_C::Pump_Stop' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, Pump_Start_Up_Wheel_CB712C7049002D6C700A2DA09D3CC3BB) == 0x000258, "Member 'AKatjasApt_FX_C::Pump_Start_Up_Wheel_CB712C7049002D6C700A2DA09D3CC3BB' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, Pump_Start_Up_Vibrations_CB712C7049002D6C700A2DA09D3CC3BB) == 0x00025C, "Member 'AKatjasApt_FX_C::Pump_Start_Up_Vibrations_CB712C7049002D6C700A2DA09D3CC3BB' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, Pump_Start_Up__Direction_CB712C7049002D6C700A2DA09D3CC3BB) == 0x000260, "Member 'AKatjasApt_FX_C::Pump_Start_Up__Direction_CB712C7049002D6C700A2DA09D3CC3BB' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, Pump_Start_Up) == 0x000268, "Member 'AKatjasApt_FX_C::Pump_Start_Up' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, LoadNinjaLevel__Direction_AC5EA41945329920AEDDDB96E04C04FF) == 0x000270, "Member 'AKatjasApt_FX_C::LoadNinjaLevel__Direction_AC5EA41945329920AEDDDB96E04C04FF' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, LoadNinjaLevel) == 0x000278, "Member 'AKatjasApt_FX_C::LoadNinjaLevel' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, NS_Steam_3_ExecuteUbergraph_KatjasApt_FX_RefProperty) == 0x000280, "Member 'AKatjasApt_FX_C::NS_Steam_3_ExecuteUbergraph_KatjasApt_FX_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_FX_C, SM_WaterFiltration_Engine_43_ExecuteUbergraph_KatjasApt_FX_RefProperty) == 0x000288, "Member 'AKatjasApt_FX_C::SM_WaterFiltration_Engine_43_ExecuteUbergraph_KatjasApt_FX_RefProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch06_GP_InstAirlockDoorSeq_C \ static_assert(alignof(UBPE_Ch06_GP_InstAirlockDoorSeq_C) == 0x000008, "Wrong alignment on UBPE_Ch06_GP_InstAirlockDoorSeq_C"); \ static_assert(sizeof(UBPE_Ch06_GP_InstAirlockDoorSeq_C) == 0x000028, "Wrong size on UBPE_Ch06_GP_InstAirlockDoorSeq_C"); \ #define DUMPER7_ASSERTS_UBPE_A_FlipFlopSFX_C \ static_assert(alignof(UBPE_A_FlipFlopSFX_C) == 0x000008, "Wrong alignment on UBPE_A_FlipFlopSFX_C"); \ static_assert(sizeof(UBPE_A_FlipFlopSFX_C) == 0x000048, "Wrong size on UBPE_A_FlipFlopSFX_C"); \ static_assert(offsetof(UBPE_A_FlipFlopSFX_C, NewSound) == 0x000028, "Member 'UBPE_A_FlipFlopSFX_C::NewSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_FlipFlopSFX_C, Fade_In_Duration_NewSound) == 0x000030, "Member 'UBPE_A_FlipFlopSFX_C::Fade_In_Duration_NewSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_FlipFlopSFX_C, PreviousSound) == 0x000038, "Member 'UBPE_A_FlipFlopSFX_C::PreviousSound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_FlipFlopSFX_C, Fade_Out_Duration_PreviousSound) == 0x000040, "Member 'UBPE_A_FlipFlopSFX_C::Fade_Out_Duration_PreviousSound' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_InteriorExterior_DynamicallyChangeSound_C \ static_assert(alignof(UBPE_A_InteriorExterior_DynamicallyChangeSound_C) == 0x000008, "Wrong alignment on UBPE_A_InteriorExterior_DynamicallyChangeSound_C"); \ static_assert(sizeof(UBPE_A_InteriorExterior_DynamicallyChangeSound_C) == 0x000038, "Wrong size on UBPE_A_InteriorExterior_DynamicallyChangeSound_C"); \ static_assert(offsetof(UBPE_A_InteriorExterior_DynamicallyChangeSound_C, Sound) == 0x000028, "Member 'UBPE_A_InteriorExterior_DynamicallyChangeSound_C::Sound' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExterior_DynamicallyChangeSound_C, Volume) == 0x000030, "Member 'UBPE_A_InteriorExterior_DynamicallyChangeSound_C::Volume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExterior_DynamicallyChangeSound_C, FadeDur) == 0x000034, "Member 'UBPE_A_InteriorExterior_DynamicallyChangeSound_C::FadeDur' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_InteriorExteriorToggle_C \ static_assert(alignof(UBPE_A_InteriorExteriorToggle_C) == 0x000008, "Wrong alignment on UBPE_A_InteriorExteriorToggle_C"); \ static_assert(sizeof(UBPE_A_InteriorExteriorToggle_C) == 0x000038, "Wrong size on UBPE_A_InteriorExteriorToggle_C"); \ static_assert(offsetof(UBPE_A_InteriorExteriorToggle_C, EnabledInteriorExterior) == 0x000028, "Member 'UBPE_A_InteriorExteriorToggle_C::EnabledInteriorExterior' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExteriorToggle_C, InteriorToInterior) == 0x000029, "Member 'UBPE_A_InteriorExteriorToggle_C::InteriorToInterior' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExteriorToggle_C, EnteredSourceSide) == 0x00002A, "Member 'UBPE_A_InteriorExteriorToggle_C::EnteredSourceSide' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExteriorToggle_C, ExteriorVolumeDestination) == 0x00002C, "Member 'UBPE_A_InteriorExteriorToggle_C::ExteriorVolumeDestination' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_InteriorExteriorToggle_C, ExteriorVolumeSource) == 0x000030, "Member 'UBPE_A_InteriorExteriorToggle_C::ExteriorVolumeSource' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_KatjaTapePlayerPrologue_C_ExecuteUbergraph_BP_FI_KatjaTapePlayerPrologue \ static_assert(alignof(BP_FI_KatjaTapePlayerPrologue_C_ExecuteUbergraph_BP_FI_KatjaTapePlayerPrologue) == 0x000008, "Wrong alignment on BP_FI_KatjaTapePlayerPrologue_C_ExecuteUbergraph_BP_FI_KatjaTapePlayerPrologue"); \ static_assert(sizeof(BP_FI_KatjaTapePlayerPrologue_C_ExecuteUbergraph_BP_FI_KatjaTapePlayerPrologue) == 0x000018, "Wrong size on BP_FI_KatjaTapePlayerPrologue_C_ExecuteUbergraph_BP_FI_KatjaTapePlayerPrologue"); \ static_assert(offsetof(BP_FI_KatjaTapePlayerPrologue_C_ExecuteUbergraph_BP_FI_KatjaTapePlayerPrologue, EntryPoint) == 0x000000, "Member 'BP_FI_KatjaTapePlayerPrologue_C_ExecuteUbergraph_BP_FI_KatjaTapePlayerPrologue::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaTapePlayerPrologue_C_ExecuteUbergraph_BP_FI_KatjaTapePlayerPrologue, K2Node_Event_InteractionComponent) == 0x000008, "Member 'BP_FI_KatjaTapePlayerPrologue_C_ExecuteUbergraph_BP_FI_KatjaTapePlayerPrologue::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaTapePlayerPrologue_C_ExecuteUbergraph_BP_FI_KatjaTapePlayerPrologue, K2Node_Event_InteractionActor) == 0x000010, "Member 'BP_FI_KatjaTapePlayerPrologue_C_ExecuteUbergraph_BP_FI_KatjaTapePlayerPrologue::K2Node_Event_InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_KatjaTapePlayerPrologue_C_ActiveBeginInteract \ static_assert(alignof(BP_FI_KatjaTapePlayerPrologue_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_FI_KatjaTapePlayerPrologue_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_FI_KatjaTapePlayerPrologue_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_FI_KatjaTapePlayerPrologue_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_FI_KatjaTapePlayerPrologue_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FI_KatjaTapePlayerPrologue_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_KatjaTapePlayerPrologue_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FI_KatjaTapePlayerPrologue_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_KatjaTapePlayerPrologue_C \ static_assert(alignof(ABP_FI_KatjaTapePlayerPrologue_C) == 0x000008, "Wrong alignment on ABP_FI_KatjaTapePlayerPrologue_C"); \ static_assert(sizeof(ABP_FI_KatjaTapePlayerPrologue_C) == 0x001C60, "Wrong size on ABP_FI_KatjaTapePlayerPrologue_C"); \ static_assert(offsetof(ABP_FI_KatjaTapePlayerPrologue_C, UberGraphFrame_BP_FI_KatjaTapePlayerPrologue_C) == 0x001C58, "Member 'ABP_FI_KatjaTapePlayerPrologue_C::UberGraphFrame_BP_FI_KatjaTapePlayerPrologue_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_PlaySoundAtLocation_C \ static_assert(alignof(UBPE_A_PlaySoundAtLocation_C) == 0x000008, "Wrong alignment on UBPE_A_PlaySoundAtLocation_C"); \ static_assert(sizeof(UBPE_A_PlaySoundAtLocation_C) == 0x000040, "Wrong size on UBPE_A_PlaySoundAtLocation_C"); \ static_assert(offsetof(UBPE_A_PlaySoundAtLocation_C, SoundAtLocation) == 0x000028, "Member 'UBPE_A_PlaySoundAtLocation_C::SoundAtLocation' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlaySoundAtLocation_C, Volume) == 0x000030, "Member 'UBPE_A_PlaySoundAtLocation_C::Volume' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlaySoundAtLocation_C, InitialDelay) == 0x000034, "Member 'UBPE_A_PlaySoundAtLocation_C::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_PlaySoundAtLocation_C, InitialDelayTime) == 0x000038, "Member 'UBPE_A_PlaySoundAtLocation_C::InitialDelayTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_SetFootstepAdditionalAudio_C \ static_assert(alignof(UBPE_A_SetFootstepAdditionalAudio_C) == 0x000008, "Wrong alignment on UBPE_A_SetFootstepAdditionalAudio_C"); \ static_assert(sizeof(UBPE_A_SetFootstepAdditionalAudio_C) == 0x000060, "Wrong size on UBPE_A_SetFootstepAdditionalAudio_C"); \ static_assert(offsetof(UBPE_A_SetFootstepAdditionalAudio_C, PlayAdditionalSounds) == 0x000028, "Member 'UBPE_A_SetFootstepAdditionalAudio_C::PlayAdditionalSounds' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SetFootstepAdditionalAudio_C, AdditionalFootstepWalkSounds) == 0x000030, "Member 'UBPE_A_SetFootstepAdditionalAudio_C::AdditionalFootstepWalkSounds' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SetFootstepAdditionalAudio_C, AdditionalFootstepCrouchSounds) == 0x000040, "Member 'UBPE_A_SetFootstepAdditionalAudio_C::AdditionalFootstepCrouchSounds' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SetFootstepAdditionalAudio_C, AdditionalFootstepSprintSounds) == 0x000050, "Member 'UBPE_A_SetFootstepAdditionalAudio_C::AdditionalFootstepSprintSounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch01_D_HET_YachtAscends_C \ static_assert(alignof(UBPE_Ch01_D_HET_YachtAscends_C) == 0x000008, "Wrong alignment on UBPE_Ch01_D_HET_YachtAscends_C"); \ static_assert(sizeof(UBPE_Ch01_D_HET_YachtAscends_C) == 0x000028, "Wrong size on UBPE_Ch01_D_HET_YachtAscends_C"); \ #define DUMPER7_ASSERTS_BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger \ static_assert(alignof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger) == 0x000008, "Wrong alignment on BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger"); \ static_assert(sizeof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger) == 0x0000A8, "Wrong size on BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, EntryPoint) == 0x000000, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000004, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, K2Node_CustomEvent_NewSoundBase) == 0x000020, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::K2Node_CustomEvent_NewSoundBase' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, K2Node_Event_OtherActor) == 0x000028, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_IsValid_ReturnValue) == 0x000030, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, Temp_bool_Variable) == 0x000031, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_BreakVector_X) == 0x000034, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_BreakVector_Z) == 0x00003C, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_RandomFloatInRange_ReturnValue) == 0x000044, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000048, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_Add_FloatFloat_ReturnValue) == 0x00004C, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000050, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_MakeVector_ReturnValue) == 0x000054, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, K2Node_Select_Default) == 0x000060, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_IsValid_ReturnValue_1) == 0x00006C, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000070, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000078, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000084, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, K2Node_EOCreateEvent_OutputDelegate) == 0x000088, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, K2Node_EOEvent_Sender) == 0x000098, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger, K2Node_EOEvent_Event) == 0x0000A0, "Member 'BP_SimpleAudioTrigger_C_ExecuteUbergraph_BP_SimpleAudioTrigger::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SimpleAudioTrigger_C_FadeOutSubtleWind \ static_assert(alignof(BP_SimpleAudioTrigger_C_FadeOutSubtleWind) == 0x000008, "Wrong alignment on BP_SimpleAudioTrigger_C_FadeOutSubtleWind"); \ static_assert(sizeof(BP_SimpleAudioTrigger_C_FadeOutSubtleWind) == 0x000010, "Wrong size on BP_SimpleAudioTrigger_C_FadeOutSubtleWind"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_FadeOutSubtleWind, Sender) == 0x000000, "Member 'BP_SimpleAudioTrigger_C_FadeOutSubtleWind::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_FadeOutSubtleWind, Event) == 0x000008, "Member 'BP_SimpleAudioTrigger_C_FadeOutSubtleWind::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SimpleAudioTrigger_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_SimpleAudioTrigger_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_SimpleAudioTrigger_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_SimpleAudioTrigger_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_SimpleAudioTrigger_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_SimpleAudioTrigger_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_SimpleAudioTrigger_C_PlayLoopingAudio \ static_assert(alignof(BP_SimpleAudioTrigger_C_PlayLoopingAudio) == 0x000008, "Wrong alignment on BP_SimpleAudioTrigger_C_PlayLoopingAudio"); \ static_assert(sizeof(BP_SimpleAudioTrigger_C_PlayLoopingAudio) == 0x000008, "Wrong size on BP_SimpleAudioTrigger_C_PlayLoopingAudio"); \ static_assert(offsetof(BP_SimpleAudioTrigger_C_PlayLoopingAudio, NewSoundBase) == 0x000000, "Member 'BP_SimpleAudioTrigger_C_PlayLoopingAudio::NewSoundBase' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_SimpleAudioTrigger_C \ static_assert(alignof(ABP_SimpleAudioTrigger_C) == 0x000008, "Wrong alignment on ABP_SimpleAudioTrigger_C"); \ static_assert(sizeof(ABP_SimpleAudioTrigger_C) == 0x0002F0, "Wrong size on ABP_SimpleAudioTrigger_C"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, UberGraphFrame) == 0x000230, "Member 'ABP_SimpleAudioTrigger_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, SetLocation) == 0x000238, "Member 'ABP_SimpleAudioTrigger_C::SetLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Audio) == 0x000240, "Member 'ABP_SimpleAudioTrigger_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Capsule) == 0x000248, "Member 'ABP_SimpleAudioTrigger_C::Capsule' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Sphere) == 0x000250, "Member 'ABP_SimpleAudioTrigger_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Box) == 0x000258, "Member 'ABP_SimpleAudioTrigger_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_SimpleAudioTrigger_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Sound) == 0x000268, "Member 'ABP_SimpleAudioTrigger_C::Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Volume) == 0x000270, "Member 'ABP_SimpleAudioTrigger_C::Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, AllowRetrigger_) == 0x000274, "Member 'ABP_SimpleAudioTrigger_C::AllowRetrigger_' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, RetriggerDelay) == 0x000278, "Member 'ABP_SimpleAudioTrigger_C::RetriggerDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, FadeIn) == 0x00027C, "Member 'ABP_SimpleAudioTrigger_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, FadeInDuration) == 0x000280, "Member 'ABP_SimpleAudioTrigger_C::FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, NoTrigger) == 0x000284, "Member 'ABP_SimpleAudioTrigger_C::NoTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, InitialDelay) == 0x000288, "Member 'ABP_SimpleAudioTrigger_C::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, TwoSounds) == 0x00028C, "Member 'ABP_SimpleAudioTrigger_C::TwoSounds' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Sound2Delay) == 0x000290, "Member 'ABP_SimpleAudioTrigger_C::Sound2Delay' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Sound2) == 0x000298, "Member 'ABP_SimpleAudioTrigger_C::Sound2' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Sound2Volume) == 0x0002A0, "Member 'ABP_SimpleAudioTrigger_C::Sound2Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, InitialDelay_) == 0x0002A4, "Member 'ABP_SimpleAudioTrigger_C::InitialDelay_' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Context) == 0x0002A8, "Member 'ABP_SimpleAudioTrigger_C::Context' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Dialogue) == 0x0002C0, "Member 'ABP_SimpleAudioTrigger_C::Dialogue' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Dialogue_) == 0x0002C8, "Member 'ABP_SimpleAudioTrigger_C::Dialogue_' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, RegisterEvents) == 0x0002D0, "Member 'ABP_SimpleAudioTrigger_C::RegisterEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, FadeInOnEOEvent) == 0x0002E0, "Member 'ABP_SimpleAudioTrigger_C::FadeInOnEOEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, FadeOutEOEvent) == 0x0002E1, "Member 'ABP_SimpleAudioTrigger_C::FadeOutEOEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, RanLoc) == 0x0002E2, "Member 'ABP_SimpleAudioTrigger_C::RanLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Distance) == 0x0002E4, "Member 'ABP_SimpleAudioTrigger_C::Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Condition) == 0x0002E8, "Member 'ABP_SimpleAudioTrigger_C::Condition' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, IsFathomYacht) == 0x0002E9, "Member 'ABP_SimpleAudioTrigger_C::IsFathomYacht' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Temp_bool_Has_Been_Initd_C667C3BF4082DBD4182FB7B543AE6FCB_Variable) == 0x0002EA, "Member 'ABP_SimpleAudioTrigger_C::Temp_bool_Has_Been_Initd_C667C3BF4082DBD4182FB7B543AE6FCB_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Temp_bool_IsClosed_C667C3BF4082DBD4182FB7B543AE6FCB_Variable) == 0x0002EB, "Member 'ABP_SimpleAudioTrigger_C::Temp_bool_IsClosed_C667C3BF4082DBD4182FB7B543AE6FCB_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Temp_bool_IsClosed_32BD76DE4D3A6B1321D53DA068602A4A_Variable) == 0x0002EC, "Member 'ABP_SimpleAudioTrigger_C::Temp_bool_IsClosed_32BD76DE4D3A6B1321D53DA068602A4A_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_SimpleAudioTrigger_C, Temp_bool_Has_Been_Initd_32BD76DE4D3A6B1321D53DA068602A4A_Variable) == 0x0002ED, "Member 'ABP_SimpleAudioTrigger_C::Temp_bool_Has_Been_Initd_32BD76DE4D3A6B1321D53DA068602A4A_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger \ static_assert(alignof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger) == 0x000008, "Wrong alignment on BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger"); \ static_assert(sizeof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger) == 0x000470, "Wrong size on BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, EntryPoint) == 0x000000, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_GetPlayerPawn_ReturnValue_1) == 0x000010, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_GetPlayerPawn_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomFloatInRange_ReturnValue) == 0x000018, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_Event_OtherActor_1) == 0x000020, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_SetTimer_ReturnValue) == 0x000028, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_SetTimer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000030, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_Event_OtherActor) == 0x000038, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_GetPlayerPawn_ReturnValue_2) == 0x000040, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_GetPlayerPawn_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000048, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000050, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Array_Length_ReturnValue) == 0x000060, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_GetPlayerPawn_ReturnValue_3) == 0x000068, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_GetPlayerPawn_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000070, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Array_Length_ReturnValue_1) == 0x000074, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomInteger_ReturnValue) == 0x000078, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Array_Get_Item) == 0x000080, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Array_Length_ReturnValue_2) == 0x000088, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, Temp_bool_Variable) == 0x00008C, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_Select_Default) == 0x000090, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000098, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, Temp_int_Loop_Counter_Variable) == 0x0000A4, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_BreakVector_X) == 0x0000A8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_BreakVector_Y) == 0x0000AC, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_BreakVector_Z) == 0x0000B0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000B8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_IntInt_ReturnValue) == 0x0000BC, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0000C0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_SwitchEnum_CmpSuccess) == 0x0000C4, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_SwitchEnum_CmpSuccess_1) == 0x0000C5, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_SwitchEnum_CmpSuccess_2) == 0x0000C6, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_SwitchEnum_CmpSuccess_3) == 0x0000C7, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_SwitchEnum_CmpSuccess_4) == 0x0000C8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, Temp_int_Array_Index_Variable) == 0x0000CC, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_SwitchEnum_CmpSuccess_5) == 0x0000D0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Array_Get_Item_1) == 0x0000D8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0000E0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_SwitchEnum_CmpSuccess_6) == 0x0000E1, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_SwitchEnum_CmpSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_CustomEvent_EventType) == 0x0000E2, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_CustomEvent_EventType' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_CustomEvent_Name) == 0x0000E4, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_CustomEvent_Name' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable) == 0x0000EC, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::Temp_bool_Whether_the_gate_is_currently_open_or_close_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_SwitchEnum_CmpSuccess_7) == 0x0000ED, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_SwitchEnum_CmpSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_GetPlayerController_ReturnValue) == 0x0000F0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_GetDisplayName_ReturnValue) == 0x0000F8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, Temp_int_Array_Index_Variable_1) == 0x000108, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Array_Get_Item_2) == 0x000110, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_CreateSound2D_ReturnValue) == 0x000118, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_CreateSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_IsValid_ReturnValue) == 0x000120, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000124, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, Temp_bool_Has_Been_Initd_Variable) == 0x000130, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000138, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x000140, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x000144, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000148, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x00014C, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_MakeVector_ReturnValue) == 0x000150, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomFloatInRange_ReturnValue_4) == 0x00015C, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomFloatInRange_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Conv_VectorToString_ReturnValue) == 0x000160, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Array_Length_ReturnValue_3) == 0x000170, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomInteger_ReturnValue_1) == 0x000174, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomInteger_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_GetPlayerPawn_ReturnValue_4) == 0x000178, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_GetPlayerPawn_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Array_Get_Item_3) == 0x000180, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_IsValid_ReturnValue_1) == 0x000188, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000190, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomFloatInRange_ReturnValue_5) == 0x000198, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomFloatInRange_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, Temp_bool_Variable_1) == 0x00019C, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_Select_Default_1) == 0x0001A0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, Temp_bool_IsClosed_Variable) == 0x0001A8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x0001AC, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_BreakVector_X_1) == 0x0001B8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_BreakVector_Y_1) == 0x0001BC, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_BreakVector_Z_1) == 0x0001C0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x0001C4, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_Event_DeltaSeconds) == 0x0001C8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x0001D0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x0001D8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001E4, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Conv_VectorToString_ReturnValue_1) == 0x0001F0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Conv_VectorToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Conv_VectorToString_ReturnValue_2) == 0x000200, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Conv_VectorToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Concat_StrStr_ReturnValue) == 0x000210, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000220, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000230, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0002B8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomFloatInRange_ReturnValue_6) == 0x0002C8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomFloatInRange_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomFloatInRange_ReturnValue_7) == 0x0002CC, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomFloatInRange_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomFloatInRange_ReturnValue_8) == 0x0002D0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomFloatInRange_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomFloatInRange_ReturnValue_9) == 0x0002D4, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomFloatInRange_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_RandomFloatInRange_ReturnValue_10) == 0x0002D8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_RandomFloatInRange_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x0002DC, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x0002E0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_MakeVector_ReturnValue_1) == 0x0002E4, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_BreakVector_X_2) == 0x0002F0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_BreakVector_Y_2) == 0x0002F4, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_BreakVector_Z_2) == 0x0002F8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_FloatFloat_ReturnValue_7) == 0x0002FC, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_FloatFloat_ReturnValue_8) == 0x000300, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_FloatFloat_ReturnValue_9) == 0x000304, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_MakeVector_ReturnValue_2) == 0x000308, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_VLerp_ReturnValue) == 0x000314, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000320, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0003A8, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x0003B4, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_SetWorldLocation_SweepHitResult_2) == 0x0003C0, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_SetWorldLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, Temp_int_Loop_Counter_Variable_1) == 0x000448, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Less_IntInt_ReturnValue_1) == 0x00044C, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_Add_IntInt_ReturnValue_1) == 0x000450, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, K2Node_CreateDelegate_OutputDelegate) == 0x000454, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000468, "Member 'BP_AmbientTrigger_C_ExecuteUbergraph_BP_AmbientTrigger::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AmbientTrigger_C_ReceiveTick \ static_assert(alignof(BP_AmbientTrigger_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_AmbientTrigger_C_ReceiveTick"); \ static_assert(sizeof(BP_AmbientTrigger_C_ReceiveTick) == 0x000004, "Wrong size on BP_AmbientTrigger_C_ReceiveTick"); \ static_assert(offsetof(BP_AmbientTrigger_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_AmbientTrigger_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AmbientTrigger_C_Spawn_Emitter \ static_assert(alignof(BP_AmbientTrigger_C_Spawn_Emitter) == 0x000004, "Wrong alignment on BP_AmbientTrigger_C_Spawn_Emitter"); \ static_assert(sizeof(BP_AmbientTrigger_C_Spawn_Emitter) == 0x00000C, "Wrong size on BP_AmbientTrigger_C_Spawn_Emitter"); \ static_assert(offsetof(BP_AmbientTrigger_C_Spawn_Emitter, EventType) == 0x000000, "Member 'BP_AmbientTrigger_C_Spawn_Emitter::EventType' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_Spawn_Emitter, Name_0) == 0x000004, "Member 'BP_AmbientTrigger_C_Spawn_Emitter::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AmbientTrigger_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_AmbientTrigger_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_AmbientTrigger_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_AmbientTrigger_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_AmbientTrigger_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_AmbientTrigger_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_AmbientTrigger_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AmbientTrigger_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_AmbientTrigger_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_AmbientTrigger_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_AmbientTrigger_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_AmbientTrigger_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_AmbientTrigger_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_AmbientTrigger_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AmbientTrigger_C_UserConstructionScript \ static_assert(alignof(BP_AmbientTrigger_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_AmbientTrigger_C_UserConstructionScript"); \ static_assert(sizeof(BP_AmbientTrigger_C_UserConstructionScript) == 0x000004, "Wrong size on BP_AmbientTrigger_C_UserConstructionScript"); \ static_assert(offsetof(BP_AmbientTrigger_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'BP_AmbientTrigger_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess_1) == 0x000001, "Member 'BP_AmbientTrigger_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess_2) == 0x000002, "Member 'BP_AmbientTrigger_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess_3) == 0x000003, "Member 'BP_AmbientTrigger_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc \ static_assert(alignof(BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc) == 0x000008, "Wrong alignment on BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc"); \ static_assert(sizeof(BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc) == 0x000018, "Wrong size on BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc"); \ static_assert(offsetof(BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc, CallFunc_RandomInteger_ReturnValue) == 0x000004, "Member 'BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc::CallFunc_RandomInteger_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc, CallFunc_Array_Get_Item) == 0x000008, "Member 'BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_AmbientTrigger_C_Play_Array_Sound_Cue_Random_Loc::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AmbientTrigger_C_NoTrigger \ static_assert(alignof(BP_AmbientTrigger_C_NoTrigger) == 0x000008, "Wrong alignment on BP_AmbientTrigger_C_NoTrigger"); \ static_assert(sizeof(BP_AmbientTrigger_C_NoTrigger) == 0x000018, "Wrong size on BP_AmbientTrigger_C_NoTrigger"); \ static_assert(offsetof(BP_AmbientTrigger_C_NoTrigger, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000000, "Member 'BP_AmbientTrigger_C_NoTrigger::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AmbientTrigger_C_NoTrigger, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000010, "Member 'BP_AmbientTrigger_C_NoTrigger::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AmbientTrigger_C \ static_assert(alignof(ABP_AmbientTrigger_C) == 0x000008, "Wrong alignment on ABP_AmbientTrigger_C"); \ static_assert(sizeof(ABP_AmbientTrigger_C) == 0x0003E0, "Wrong size on ABP_AmbientTrigger_C"); \ static_assert(offsetof(ABP_AmbientTrigger_C, UberGraphFrame) == 0x000230, "Member 'ABP_AmbientTrigger_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, Billboard) == 0x000238, "Member 'ABP_AmbientTrigger_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, Sphere1) == 0x000240, "Member 'ABP_AmbientTrigger_C::Sphere1' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, ThreeDMovingComponent) == 0x000248, "Member 'ABP_AmbientTrigger_C::ThreeDMovingComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, Capsule) == 0x000250, "Member 'ABP_AmbientTrigger_C::Capsule' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, Sphere) == 0x000258, "Member 'ABP_AmbientTrigger_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, Box) == 0x000260, "Member 'ABP_AmbientTrigger_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, DefaultSceneRoot) == 0x000268, "Member 'ABP_AmbientTrigger_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MoveSound_NewTrack_0_F6DF88A245B744EF34A6BEB597BE0E03) == 0x000270, "Member 'ABP_AmbientTrigger_C::MoveSound_NewTrack_0_F6DF88A245B744EF34A6BEB597BE0E03' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MoveSound__Direction_F6DF88A245B744EF34A6BEB597BE0E03) == 0x000274, "Member 'ABP_AmbientTrigger_C::MoveSound__Direction_F6DF88A245B744EF34A6BEB597BE0E03' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MoveSound) == 0x000278, "Member 'ABP_AmbientTrigger_C::MoveSound' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, SphereRadius) == 0x000280, "Member 'ABP_AmbientTrigger_C::SphereRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, Box_Extent) == 0x000284, "Member 'ABP_AmbientTrigger_C::Box_Extent' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, LoopRetrig) == 0x000290, "Member 'ABP_AmbientTrigger_C::LoopRetrig' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, TimeMin) == 0x000294, "Member 'ABP_AmbientTrigger_C::TimeMin' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, TimeMax) == 0x000298, "Member 'ABP_AmbientTrigger_C::TimeMax' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, TriggerType) == 0x00029C, "Member 'ABP_AmbientTrigger_C::TriggerType' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, Debug_) == 0x00029D, "Member 'ABP_AmbientTrigger_C::Debug_' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, ThreeDOneShotSound) == 0x0002A0, "Member 'ABP_AmbientTrigger_C::ThreeDOneShotSound' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, PlayerOrigin_) == 0x0002A8, "Member 'ABP_AmbientTrigger_C::PlayerOrigin_' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, TriggerShape) == 0x0002A9, "Member 'ABP_AmbientTrigger_C::TriggerShape' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, SoundCueRan3D) == 0x0002B0, "Member 'ABP_AmbientTrigger_C::SoundCueRan3D' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, SoundCueRanLoc) == 0x0002C0, "Member 'ABP_AmbientTrigger_C::SoundCueRanLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, CapsuleRadius) == 0x0002CC, "Member 'ABP_AmbientTrigger_C::CapsuleRadius' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, CapsuleHalfHeight) == 0x0002D0, "Member 'ABP_AmbientTrigger_C::CapsuleHalfHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, SoundCueRan2D) == 0x0002D8, "Member 'ABP_AmbientTrigger_C::SoundCueRan2D' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, SoundCueRan2DVolume) == 0x0002E8, "Member 'ABP_AmbientTrigger_C::SoundCueRan2DVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, SoundCueRan3DVolume) == 0x0002EC, "Member 'ABP_AmbientTrigger_C::SoundCueRan3DVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, SoundCueRan2D_Looping) == 0x0002F0, "Member 'ABP_AmbientTrigger_C::SoundCueRan2D_Looping' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, SoundCueRan2D_Looping_Volume) == 0x000300, "Member 'ABP_AmbientTrigger_C::SoundCueRan2D_Looping_Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, TwoDLooping_Fade_Time) == 0x000304, "Member 'ABP_AmbientTrigger_C::TwoDLooping_Fade_Time' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, AmbientComponentAttenuation) == 0x000308, "Member 'ABP_AmbientTrigger_C::AmbientComponentAttenuation' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, AmbientComponentVolume) == 0x000310, "Member 'ABP_AmbientTrigger_C::AmbientComponentVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, AmbientComponentTimeMin) == 0x000314, "Member 'ABP_AmbientTrigger_C::AmbientComponentTimeMin' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, AmbientComponentTimeMax) == 0x000318, "Member 'ABP_AmbientTrigger_C::AmbientComponentTimeMax' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, LPFEnabled_) == 0x00031C, "Member 'ABP_AmbientTrigger_C::LPFEnabled_' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, SetEffects_) == 0x00031D, "Member 'ABP_AmbientTrigger_C::SetEffects_' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, AmbientComponentSound) == 0x000320, "Member 'ABP_AmbientTrigger_C::AmbientComponentSound' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, LPFFrequency) == 0x000328, "Member 'ABP_AmbientTrigger_C::LPFFrequency' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, PitchMultiplier) == 0x00032C, "Member 'ABP_AmbientTrigger_C::PitchMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, FloatParameterName) == 0x000330, "Member 'ABP_AmbientTrigger_C::FloatParameterName' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, FloatParameterInFloat) == 0x000338, "Member 'ABP_AmbientTrigger_C::FloatParameterInFloat' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, BooleanParameterName) == 0x00033C, "Member 'ABP_AmbientTrigger_C::BooleanParameterName' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, IntegerParameterName) == 0x000344, "Member 'ABP_AmbientTrigger_C::IntegerParameterName' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, SourceEffectChain) == 0x000350, "Member 'ABP_AmbientTrigger_C::SourceEffectChain' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, UsingSourceEffects_) == 0x000358, "Member 'ABP_AmbientTrigger_C::UsingSourceEffects_' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, InitialDelay) == 0x00035C, "Member 'ABP_AmbientTrigger_C::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, InitialDelayFinished_) == 0x000360, "Member 'ABP_AmbientTrigger_C::InitialDelayFinished_' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, FadeOutAfterTimeDelay) == 0x000364, "Member 'ABP_AmbientTrigger_C::FadeOutAfterTimeDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, FadeOutAfterTimeDuration) == 0x000368, "Member 'ABP_AmbientTrigger_C::FadeOutAfterTimeDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, EndOverlap) == 0x00036C, "Member 'ABP_AmbientTrigger_C::EndOverlap' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, NewVar_0) == 0x000370, "Member 'ABP_AmbientTrigger_C::NewVar_0' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, PreventRetrigger) == 0x000378, "Member 'ABP_AmbientTrigger_C::PreventRetrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, CurrentlyPlayingNoTriggerSound) == 0x000380, "Member 'ABP_AmbientTrigger_C::CurrentlyPlayingNoTriggerSound' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MinDistance) == 0x000388, "Member 'ABP_AmbientTrigger_C::MinDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MaxDistance) == 0x00038C, "Member 'ABP_AmbientTrigger_C::MaxDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MinRanHeight) == 0x000390, "Member 'ABP_AmbientTrigger_C::MinRanHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MaxRanHeight) == 0x000394, "Member 'ABP_AmbientTrigger_C::MaxRanHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MinDistanceMove) == 0x000398, "Member 'ABP_AmbientTrigger_C::MinDistanceMove' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MaxDistanceMove) == 0x00039C, "Member 'ABP_AmbientTrigger_C::MaxDistanceMove' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MinHeightMove) == 0x0003A0, "Member 'ABP_AmbientTrigger_C::MinHeightMove' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MaxHeightMove) == 0x0003A4, "Member 'ABP_AmbientTrigger_C::MaxHeightMove' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, SoundCueRanMoveLoc) == 0x0003A8, "Member 'ABP_AmbientTrigger_C::SoundCueRanMoveLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, UseSoundLengthForMoveTime) == 0x0003B4, "Member 'ABP_AmbientTrigger_C::UseSoundLengthForMoveTime' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, CustomMoveTimeValue) == 0x0003B8, "Member 'ABP_AmbientTrigger_C::CustomMoveTimeValue' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MoveSoundTime) == 0x0003BC, "Member 'ABP_AmbientTrigger_C::MoveSoundTime' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MovingSoundStartingLoc) == 0x0003C0, "Member 'ABP_AmbientTrigger_C::MovingSoundStartingLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, MovingSoundTargetLoc) == 0x0003CC, "Member 'ABP_AmbientTrigger_C::MovingSoundTargetLoc' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, AllowRanLoop) == 0x0003D8, "Member 'ABP_AmbientTrigger_C::AllowRanLoop' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, Temp_bool_IsClosed_DBB8B0CD4AD0B045DEBACAA5198F94D9_Variable) == 0x0003D9, "Member 'ABP_AmbientTrigger_C::Temp_bool_IsClosed_DBB8B0CD4AD0B045DEBACAA5198F94D9_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_AmbientTrigger_C, Temp_bool_Has_Been_Initd_DBB8B0CD4AD0B045DEBACAA5198F94D9_Variable) == 0x0003DA, "Member 'ABP_AmbientTrigger_C::Temp_bool_Has_Been_Initd_DBB8B0CD4AD0B045DEBACAA5198F94D9_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent \ static_assert(alignof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent) == 0x000008, "Wrong alignment on BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent"); \ static_assert(sizeof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent) == 0x000068, "Wrong size on BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, EntryPoint) == 0x000000, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, K2Node_CustomEvent_Envelope) == 0x000008, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::K2Node_CustomEvent_Envelope' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_Array_Get_Item) == 0x000018, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_Array_Get_Item_1) == 0x00001C, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_Add_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000030, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000038, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_GetDistanceTo_ReturnValue) == 0x00003C, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_FClamp_ReturnValue) == 0x000040, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000044, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, K2Node_CreateDelegate_OutputDelegate) == 0x000048, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000058, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_GetDistanceTo_ReturnValue_1) == 0x000060, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_GetDistanceTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000064, "Member 'BP_AudioComponent_C_ExecuteUbergraph_BP_AudioComponent::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioComponent_C_OnSubmicEnvelopeCB \ static_assert(alignof(BP_AudioComponent_C_OnSubmicEnvelopeCB) == 0x000008, "Wrong alignment on BP_AudioComponent_C_OnSubmicEnvelopeCB"); \ static_assert(sizeof(BP_AudioComponent_C_OnSubmicEnvelopeCB) == 0x000010, "Wrong size on BP_AudioComponent_C_OnSubmicEnvelopeCB"); \ static_assert(offsetof(BP_AudioComponent_C_OnSubmicEnvelopeCB, Envelope) == 0x000000, "Member 'BP_AudioComponent_C_OnSubmicEnvelopeCB::Envelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioComponent_C_ReceiveTick \ static_assert(alignof(BP_AudioComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_AudioComponent_C_ReceiveTick"); \ static_assert(sizeof(BP_AudioComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_AudioComponent_C_ReceiveTick"); \ static_assert(offsetof(BP_AudioComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_AudioComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AudioComponent_C \ static_assert(alignof(ABP_AudioComponent_C) == 0x000008, "Wrong alignment on ABP_AudioComponent_C"); \ static_assert(sizeof(ABP_AudioComponent_C) == 0x000290, "Wrong size on ABP_AudioComponent_C"); \ static_assert(offsetof(ABP_AudioComponent_C, UberGraphFrame) == 0x000230, "Member 'ABP_AudioComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, Audio) == 0x000238, "Member 'ABP_AudioComponent_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, MaterialParameterName) == 0x000240, "Member 'ABP_AudioComponent_C::MaterialParameterName' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, SetFloatParameter) == 0x000248, "Member 'ABP_AudioComponent_C::SetFloatParameter' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, MaterialParameterCollection) == 0x000250, "Member 'ABP_AudioComponent_C::MaterialParameterCollection' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, FloatParameterName) == 0x000258, "Member 'ABP_AudioComponent_C::FloatParameterName' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, Sound) == 0x000260, "Member 'ABP_AudioComponent_C::Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, Volume) == 0x000268, "Member 'ABP_AudioComponent_C::Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, WindSubmix) == 0x000270, "Member 'ABP_AudioComponent_C::WindSubmix' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, ClampMin) == 0x000278, "Member 'ABP_AudioComponent_C::ClampMin' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, ClampMax) == 0x00027C, "Member 'ABP_AudioComponent_C::ClampMax' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, SubmixMultiplier) == 0x000280, "Member 'ABP_AudioComponent_C::SubmixMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, EnvelopeFollowActive) == 0x000284, "Member 'ABP_AudioComponent_C::EnvelopeFollowActive' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioComponent_C, NewVar_0) == 0x000288, "Member 'ABP_AudioComponent_C::NewVar_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger \ static_assert(alignof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger) == 0x000010, "Wrong alignment on BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger"); \ static_assert(sizeof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger) == 0x000370, "Wrong size on BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, EntryPoint) == 0x000000, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000005, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_IsPlaying_ReturnValue) == 0x000006, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000007, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_IsPlaying_ReturnValue_1) == 0x000008, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_BooleanAND_ReturnValue) == 0x000009, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x00000A, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_GetScalarParameterValue_ReturnValue) == 0x00000C, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000010, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_FindTransformClosestToWorldLocation_ReturnValue) == 0x000030, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_FindTransformClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_BreakTransform_Location) == 0x000060, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_BreakTransform_Rotation) == 0x00006C, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_BreakTransform_Scale) == 0x000078, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000084, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Vector_Distance_ReturnValue) == 0x000090, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000094, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Vector_Distance_ReturnValue_1) == 0x0000A0, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Less_FloatFloat_ReturnValue) == 0x0000A4, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue) == 0x0000A8, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_1) == 0x0000AC, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_2) == 0x0000B0, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_GetScalarParameterValue_ReturnValue_1) == 0x0000B4, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_GetScalarParameterValue_ReturnValue_2) == 0x0000B8, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_GetScalarParameterValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_GetScalarParameterValue_ReturnValue_3) == 0x0000BC, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_GetScalarParameterValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_3) == 0x0000C0, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_4) == 0x0000C4, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_5) == 0x0000C8, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_6) == 0x0000CC, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_7) == 0x0000D0, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_8) == 0x0000D4, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_CreateEOEvent_ReturnValue) == 0x0000D8, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_CreateEOEvent_ReturnValue_1) == 0x0000E0, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x0000E8, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_FloatFloat_ReturnValue_2) == 0x0000E9, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_GetScalarParameterValue_ReturnValue_4) == 0x0000EC, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_GetScalarParameterValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_FloatFloat_ReturnValue_3) == 0x0000F0, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_GetScalarParameterValue_ReturnValue_5) == 0x0000F4, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_GetScalarParameterValue_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, Temp_bool_IsClosed_Variable) == 0x0000F8, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_FloatFloat_ReturnValue_4) == 0x0000F9, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, Temp_bool_Has_Been_Initd_Variable) == 0x0000FA, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_9) == 0x0000FC, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000100, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_FloatFloat_ReturnValue_5) == 0x00010C, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_FloatFloat_ReturnValue_6) == 0x00010D, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_10) == 0x000110, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_11) == 0x000114, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_12) == 0x000118, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_13) == 0x00011C, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000120, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_FloatFloat_ReturnValue_7) == 0x000121, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_14) == 0x000124, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_15) == 0x000128, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00012C, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x00012D, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, Temp_bool_IsClosed_Variable_1) == 0x00012E, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000130, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Vector_Distance_ReturnValue_2) == 0x00013C, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Vector_Distance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x000140, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, Temp_bool_Has_Been_Initd_Variable_1) == 0x00014C, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, Temp_bool_IsClosed_Variable_2) == 0x00014D, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::Temp_bool_IsClosed_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000150, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000158, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000160, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000168, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000170, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000178, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_ComponentBoundEvent_OtherActor) == 0x000180, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_ComponentBoundEvent_OtherComp) == 0x000188, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000190, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_ComponentBoundEvent_bFromSweep) == 0x000194, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_ComponentBoundEvent_SweepResult) == 0x000198, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000220, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_IsValid_ReturnValue_1) == 0x000228, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000230, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3) == 0x000238, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000240, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000241, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Greater_FloatFloat_ReturnValue_3) == 0x000242, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Greater_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4) == 0x000248, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000250, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, Temp_bool_Has_Been_Initd_Variable_2) == 0x00025C, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::Temp_bool_Has_Been_Initd_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_FindTransformClosestToWorldLocation_ReturnValue_1) == 0x000260, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_FindTransformClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_BreakTransform_Location_1) == 0x000290, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_BreakTransform_Rotation_1) == 0x00029C, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_BreakTransform_Scale_1) == 0x0002A8, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Vector_Distance_ReturnValue_3) == 0x0002B4, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Vector_Distance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0002B8, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000340, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_Event_DeltaSeconds) == 0x000344, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_MapRangeClamped_ReturnValue) == 0x000348, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Greater_FloatFloat_ReturnValue_4) == 0x00034C, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Greater_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_Lerp_ReturnValue_16) == 0x000350, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_Lerp_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, K2Node_Event_OtherActor) == 0x000358, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_IsValid_ReturnValue_2) == 0x000360, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_IsValid_ReturnValue_3) == 0x000361, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger, CallFunc_BooleanAND_ReturnValue_1) == 0x000362, "Member 'BP_InteriorExterior_Trigger_C_ExecuteUbergraph_BP_InteriorExterior_Trigger::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Trigger_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_InteriorExterior_Trigger_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_InteriorExterior_Trigger_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_InteriorExterior_Trigger_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_InteriorExterior_Trigger_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_InteriorExterior_Trigger_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Trigger_C_ReceiveTick \ static_assert(alignof(BP_InteriorExterior_Trigger_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_InteriorExterior_Trigger_C_ReceiveTick"); \ static_assert(sizeof(BP_InteriorExterior_Trigger_C_ReceiveTick) == 0x000004, "Wrong size on BP_InteriorExterior_Trigger_C_ReceiveTick"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_InteriorExterior_Trigger_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_InteriorExterior_Trigger_C_BndEvt__BP_FOV_Volume_ActiveZone_K2Node_ComponentBoundEvent_1_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_InteriorExterior_Trigger_C_UserConstructionScript \ static_assert(alignof(BP_InteriorExterior_Trigger_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_InteriorExterior_Trigger_C_UserConstructionScript"); \ static_assert(sizeof(BP_InteriorExterior_Trigger_C_UserConstructionScript) == 0x000234, "Wrong size on BP_InteriorExterior_Trigger_C_UserConstructionScript"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_UserConstructionScript, CallFunc_GetSplineLength_ReturnValue) == 0x000000, "Member 'BP_InteriorExterior_Trigger_C_UserConstructionScript::CallFunc_GetSplineLength_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_UserConstructionScript, CallFunc_GetSplinePointByIndex_ReturnValue) == 0x000004, "Member 'BP_InteriorExterior_Trigger_C_UserConstructionScript::CallFunc_GetSplinePointByIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000048, "Member 'BP_InteriorExterior_Trigger_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_UserConstructionScript, CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue) == 0x00004C, "Member 'BP_InteriorExterior_Trigger_C_UserConstructionScript::CallFunc_GetLocationAtDistanceAlongSpline_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000058, "Member 'BP_InteriorExterior_Trigger_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_UserConstructionScript, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0000E0, "Member 'BP_InteriorExterior_Trigger_C_UserConstructionScript::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_UserConstructionScript, CallFunc_GetSplinePointByIndex_ReturnValue_1) == 0x000168, "Member 'BP_InteriorExterior_Trigger_C_UserConstructionScript::CallFunc_GetSplinePointByIndex_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_InteriorExterior_Trigger_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0001AC, "Member 'BP_InteriorExterior_Trigger_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_InteriorExterior_Trigger_C \ static_assert(alignof(ABP_InteriorExterior_Trigger_C) == 0x000008, "Wrong alignment on ABP_InteriorExterior_Trigger_C"); \ static_assert(sizeof(ABP_InteriorExterior_Trigger_C) == 0x000350, "Wrong size on ABP_InteriorExterior_Trigger_C"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, UberGraphFrame) == 0x000230, "Member 'ABP_InteriorExterior_Trigger_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, Sphere) == 0x000238, "Member 'ABP_InteriorExterior_Trigger_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, Spline) == 0x000240, "Member 'ABP_InteriorExterior_Trigger_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, Destination) == 0x000248, "Member 'ABP_InteriorExterior_Trigger_C::Destination' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, Source) == 0x000250, "Member 'ABP_InteriorExterior_Trigger_C::Source' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, Billboard) == 0x000258, "Member 'ABP_InteriorExterior_Trigger_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, ActiveZone) == 0x000260, "Member 'ABP_InteriorExterior_Trigger_C::ActiveZone' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, DefaultSceneRoot) == 0x000268, "Member 'ABP_InteriorExterior_Trigger_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, BP_InteriorExteriorMaster) == 0x000270, "Member 'ABP_InteriorExterior_Trigger_C::BP_InteriorExteriorMaster' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, SetExtVolume) == 0x000278, "Member 'ABP_InteriorExterior_Trigger_C::SetExtVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, InteriorToInterior) == 0x000279, "Member 'ABP_InteriorExterior_Trigger_C::InteriorToInterior' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, OverallExtVolume_Value) == 0x00027C, "Member 'ABP_InteriorExterior_Trigger_C::OverallExtVolume_Value' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, SetFilter) == 0x000280, "Member 'ABP_InteriorExterior_Trigger_C::SetFilter' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, Filter_Value) == 0x000284, "Member 'ABP_InteriorExterior_Trigger_C::Filter_Value' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, SetEQ) == 0x000288, "Member 'ABP_InteriorExterior_Trigger_C::SetEQ' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, EQGainDb_Value) == 0x00028C, "Member 'ABP_InteriorExterior_Trigger_C::EQGainDb_Value' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, SetReverb) == 0x000290, "Member 'ABP_InteriorExterior_Trigger_C::SetReverb' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, SetIntVolume) == 0x000291, "Member 'ABP_InteriorExterior_Trigger_C::SetIntVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, PlayInteriorSound) == 0x000292, "Member 'ABP_InteriorExterior_Trigger_C::PlayInteriorSound' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, ReverbSendLevel_Value) == 0x000294, "Member 'ABP_InteriorExterior_Trigger_C::ReverbSendLevel_Value' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, FadeOutMaster) == 0x000298, "Member 'ABP_InteriorExterior_Trigger_C::FadeOutMaster' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, FadeDur) == 0x00029C, "Member 'ABP_InteriorExterior_Trigger_C::FadeDur' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, OverallInteriorVolumeValue) == 0x0002A0, "Member 'ABP_InteriorExterior_Trigger_C::OverallInteriorVolumeValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, OverallInterior2VolumeValue) == 0x0002A4, "Member 'ABP_InteriorExterior_Trigger_C::OverallInterior2VolumeValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, SetNewInteriorSoundbase) == 0x0002A8, "Member 'ABP_InteriorExterior_Trigger_C::SetNewInteriorSoundbase' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, InteriorDestinationSoundBase) == 0x0002B0, "Member 'ABP_InteriorExterior_Trigger_C::InteriorDestinationSoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, InteriorToInteriorVolumeDestination) == 0x0002B8, "Member 'ABP_InteriorExterior_Trigger_C::InteriorToInteriorVolumeDestination' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, InteriorSourceSoundBase) == 0x0002C0, "Member 'ABP_InteriorExterior_Trigger_C::InteriorSourceSoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, InteriorToInteriorVolumeSource) == 0x0002C8, "Member 'ABP_InteriorExterior_Trigger_C::InteriorToInteriorVolumeSource' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, ExtFadeDur) == 0x0002CC, "Member 'ABP_InteriorExterior_Trigger_C::ExtFadeDur' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, IntFadeDur) == 0x0002D0, "Member 'ABP_InteriorExterior_Trigger_C::IntFadeDur' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, SetNewExteriorSound) == 0x0002D4, "Member 'ABP_InteriorExterior_Trigger_C::SetNewExteriorSound' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, ExteriorSoundBase) == 0x0002D8, "Member 'ABP_InteriorExterior_Trigger_C::ExteriorSoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, Enabled) == 0x0002E0, "Member 'ABP_InteriorExterior_Trigger_C::Enabled' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, DistanceDestinationToSource) == 0x0002E4, "Member 'ABP_InteriorExterior_Trigger_C::DistanceDestinationToSource' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, DistanceSourceToDestination) == 0x0002E8, "Member 'ABP_InteriorExterior_Trigger_C::DistanceSourceToDestination' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, PrevInteriorVolumeValue) == 0x0002EC, "Member 'ABP_InteriorExterior_Trigger_C::PrevInteriorVolumeValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, PrevInterior2VolumeValue) == 0x0002F0, "Member 'ABP_InteriorExterior_Trigger_C::PrevInterior2VolumeValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, PrevExteriorVolumeValue) == 0x0002F4, "Member 'ABP_InteriorExterior_Trigger_C::PrevExteriorVolumeValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, PrevExteriorEQValue) == 0x0002F8, "Member 'ABP_InteriorExterior_Trigger_C::PrevExteriorEQValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, PrevExteriorLPFValue) == 0x0002FC, "Member 'ABP_InteriorExterior_Trigger_C::PrevExteriorLPFValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, PrevExteriorReverbValue) == 0x000300, "Member 'ABP_InteriorExterior_Trigger_C::PrevExteriorReverbValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, CachedExteriorVolumeValue) == 0x000304, "Member 'ABP_InteriorExterior_Trigger_C::CachedExteriorVolumeValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, CachedExteriorEQValue) == 0x000308, "Member 'ABP_InteriorExterior_Trigger_C::CachedExteriorEQValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, CachedExteriorLPFValue) == 0x00030C, "Member 'ABP_InteriorExterior_Trigger_C::CachedExteriorLPFValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, CachedExteriorReverbValue) == 0x000310, "Member 'ABP_InteriorExterior_Trigger_C::CachedExteriorReverbValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, CachedInteriorVolumeValue) == 0x000314, "Member 'ABP_InteriorExterior_Trigger_C::CachedInteriorVolumeValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, CachedInterior2VolumeValue) == 0x000318, "Member 'ABP_InteriorExterior_Trigger_C::CachedInterior2VolumeValue' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, AllowLerp) == 0x00031C, "Member 'ABP_InteriorExterior_Trigger_C::AllowLerp' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, AllowNewSoundsSet) == 0x00031D, "Member 'ABP_InteriorExterior_Trigger_C::AllowNewSoundsSet' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, EnteredSourceSide) == 0x00031E, "Member 'ABP_InteriorExterior_Trigger_C::EnteredSourceSide' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, Distance) == 0x000320, "Member 'ABP_InteriorExterior_Trigger_C::Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, InteriorVolumeDestination) == 0x000324, "Member 'ABP_InteriorExterior_Trigger_C::InteriorVolumeDestination' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, InteriorVolumeSource) == 0x000328, "Member 'ABP_InteriorExterior_Trigger_C::InteriorVolumeSource' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, ExteriorVolumeDestination) == 0x00032C, "Member 'ABP_InteriorExterior_Trigger_C::ExteriorVolumeDestination' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, ExteriorVolumeSource) == 0x000330, "Member 'ABP_InteriorExterior_Trigger_C::ExteriorVolumeSource' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, InteriorVolume2Source) == 0x000334, "Member 'ABP_InteriorExterior_Trigger_C::InteriorVolume2Source' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, InteriorVolume2Destination) == 0x000338, "Member 'ABP_InteriorExterior_Trigger_C::InteriorVolume2Destination' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, SetParamOnMaster) == 0x00033C, "Member 'ABP_InteriorExterior_Trigger_C::SetParamOnMaster' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, SetNewAmbParamValues) == 0x00033D, "Member 'ABP_InteriorExterior_Trigger_C::SetNewAmbParamValues' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, New_Start_Height) == 0x000340, "Member 'ABP_InteriorExterior_Trigger_C::New_Start_Height' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, New_End_Height) == 0x000344, "Member 'ABP_InteriorExterior_Trigger_C::New_End_Height' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, Interior1Louder) == 0x000348, "Member 'ABP_InteriorExterior_Trigger_C::Interior1Louder' has a wrong offset!"); \ static_assert(offsetof(ABP_InteriorExterior_Trigger_C, Interior2LastActive) == 0x000349, "Member 'ABP_InteriorExterior_Trigger_C::Interior2LastActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_ToggleRainSpline_C \ static_assert(alignof(UBPE_A_ToggleRainSpline_C) == 0x000008, "Wrong alignment on UBPE_A_ToggleRainSpline_C"); \ static_assert(sizeof(UBPE_A_ToggleRainSpline_C) == 0x000040, "Wrong size on UBPE_A_ToggleRainSpline_C"); \ static_assert(offsetof(UBPE_A_ToggleRainSpline_C, Enabled) == 0x000028, "Member 'UBPE_A_ToggleRainSpline_C::Enabled' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_ToggleRainSpline_C, ClosestRainSpline) == 0x000030, "Member 'UBPE_A_ToggleRainSpline_C::ClosestRainSpline' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_ToggleRainSpline_C, PlayExterior) == 0x000038, "Member 'UBPE_A_ToggleRainSpline_C::PlayExterior' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_ToggleRainSpline_C, FadeTime) == 0x00003C, "Member 'UBPE_A_ToggleRainSpline_C::FadeTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio \ static_assert(alignof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio) == 0x000008, "Wrong alignment on BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio"); \ static_assert(sizeof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio) == 0x0001A0, "Wrong size on BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, EntryPoint) == 0x000000, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_CustomEvent_RainFollowPlayer) == 0x000010, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_CustomEvent_RainFollowPlayer' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_EOCreateEvent_OutputDelegate) == 0x000014, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_EOEvent_Sender) == 0x000028, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_EOEvent_Event) == 0x000030, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_DynamicCast_AsBPE_A_Toggle_Rain_Spline) == 0x000038, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_DynamicCast_AsBPE_A_Toggle_Rain_Spline' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_DynamicCast_bSuccess) == 0x000040, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000048, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000050, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00005C, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000E4, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_Event_DeltaSeconds) == 0x0000E8, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000F0, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_ComponentBoundEvent_OtherActor) == 0x0000F8, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_ComponentBoundEvent_OtherComp) == 0x000100, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000108, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_ComponentBoundEvent_bFromSweep) == 0x00010C, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, K2Node_ComponentBoundEvent_SweepResult) == 0x000110, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio, CallFunc_Lerp_ReturnValue) == 0x000198, "Member 'BP_RainFollowerAudio_C_ExecuteUbergraph_BP_RainFollowerAudio::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_RainFollowerAudio_C_BndEvt__BP_RainFollowerAudio_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainFollowerAudio_C_ReceiveTick \ static_assert(alignof(BP_RainFollowerAudio_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_RainFollowerAudio_C_ReceiveTick"); \ static_assert(sizeof(BP_RainFollowerAudio_C_ReceiveTick) == 0x000004, "Wrong size on BP_RainFollowerAudio_C_ReceiveTick"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_RainFollowerAudio_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainFollowerAudio_C_ToggleRainSpline \ static_assert(alignof(BP_RainFollowerAudio_C_ToggleRainSpline) == 0x000008, "Wrong alignment on BP_RainFollowerAudio_C_ToggleRainSpline"); \ static_assert(sizeof(BP_RainFollowerAudio_C_ToggleRainSpline) == 0x000010, "Wrong size on BP_RainFollowerAudio_C_ToggleRainSpline"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ToggleRainSpline, Sender) == 0x000000, "Member 'BP_RainFollowerAudio_C_ToggleRainSpline::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerAudio_C_ToggleRainSpline, Event) == 0x000008, "Member 'BP_RainFollowerAudio_C_ToggleRainSpline::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainFollowerAudio_C_SetRainFollowPlayer \ static_assert(alignof(BP_RainFollowerAudio_C_SetRainFollowPlayer) == 0x000001, "Wrong alignment on BP_RainFollowerAudio_C_SetRainFollowPlayer"); \ static_assert(sizeof(BP_RainFollowerAudio_C_SetRainFollowPlayer) == 0x000001, "Wrong size on BP_RainFollowerAudio_C_SetRainFollowPlayer"); \ static_assert(offsetof(BP_RainFollowerAudio_C_SetRainFollowPlayer, RainFollowPlayer_0) == 0x000000, "Member 'BP_RainFollowerAudio_C_SetRainFollowPlayer::RainFollowPlayer_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_RainFollowerAudio_C \ static_assert(alignof(ABP_RainFollowerAudio_C) == 0x000008, "Wrong alignment on ABP_RainFollowerAudio_C"); \ static_assert(sizeof(ABP_RainFollowerAudio_C) == 0x0002E0, "Wrong size on ABP_RainFollowerAudio_C"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, UberGraphFrame) == 0x000230, "Member 'ABP_RainFollowerAudio_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, Box) == 0x000238, "Member 'ABP_RainFollowerAudio_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, Audio) == 0x000240, "Member 'ABP_RainFollowerAudio_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_RainFollowerAudio_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, FadeInAndOut_NewTrack_0_2BFD56B24A82EDDA33B378AA350C9977) == 0x000250, "Member 'ABP_RainFollowerAudio_C::FadeInAndOut_NewTrack_0_2BFD56B24A82EDDA33B378AA350C9977' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, FadeInAndOut__Direction_2BFD56B24A82EDDA33B378AA350C9977) == 0x000254, "Member 'ABP_RainFollowerAudio_C::FadeInAndOut__Direction_2BFD56B24A82EDDA33B378AA350C9977' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, FadeInAndOut) == 0x000258, "Member 'ABP_RainFollowerAudio_C::FadeInAndOut' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, CanRunTimeline) == 0x000260, "Member 'ABP_RainFollowerAudio_C::CanRunTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, TraceHittingObject) == 0x000261, "Member 'ABP_RainFollowerAudio_C::TraceHittingObject' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, TraceMultiplier) == 0x000264, "Member 'ABP_RainFollowerAudio_C::TraceMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, TraceMultiplierValue) == 0x000268, "Member 'ABP_RainFollowerAudio_C::TraceMultiplierValue' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, ClosestObject) == 0x000270, "Member 'ABP_RainFollowerAudio_C::ClosestObject' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, NewArrayElementDistance) == 0x000278, "Member 'ABP_RainFollowerAudio_C::NewArrayElementDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, ShortestDistance) == 0x00027C, "Member 'ABP_RainFollowerAudio_C::ShortestDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, SoEf_Rain_EQ) == 0x000280, "Member 'ABP_RainFollowerAudio_C::SoEf_Rain_EQ' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, SoEf_Rain_Filter) == 0x000288, "Member 'ABP_RainFollowerAudio_C::SoEf_Rain_Filter' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, EffectValue) == 0x000290, "Member 'ABP_RainFollowerAudio_C::EffectValue' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, Sound) == 0x000298, "Member 'ABP_RainFollowerAudio_C::Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, RainFollowPlayer) == 0x0002A0, "Member 'ABP_RainFollowerAudio_C::RainFollowPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, PlayExteriorRain) == 0x0002A1, "Member 'ABP_RainFollowerAudio_C::PlayExteriorRain' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, SetParam) == 0x0002A2, "Member 'ABP_RainFollowerAudio_C::SetParam' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, StartHeight) == 0x0002A4, "Member 'ABP_RainFollowerAudio_C::StartHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, EndHeight) == 0x0002A8, "Member 'ABP_RainFollowerAudio_C::EndHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, AutoPlay) == 0x0002AC, "Member 'ABP_RainFollowerAudio_C::AutoPlay' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, Additional_Footstep_Walk_Sounds_Wet) == 0x0002B0, "Member 'ABP_RainFollowerAudio_C::Additional_Footstep_Walk_Sounds_Wet' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, Additional_Footstep_Crouch_Sounds_Wet) == 0x0002C0, "Member 'ABP_RainFollowerAudio_C::Additional_Footstep_Crouch_Sounds_Wet' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerAudio_C, Additional_Footstep_Sprint_Sounds_Wet) == 0x0002D0, "Member 'ABP_RainFollowerAudio_C::Additional_Footstep_Sprint_Sounds_Wet' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified \ static_assert(alignof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified) == 0x000008, "Wrong alignment on BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified"); \ static_assert(sizeof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified) == 0x0000E0, "Wrong size on BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified, EntryPoint) == 0x000000, "Member 'BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified, K2Node_EOEvent_Sender) == 0x000008, "Member 'BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified, K2Node_EOEvent_Event) == 0x000010, "Member 'BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified, K2Node_DynamicCast_AsBPE_A_Toggle_Rain_Spline) == 0x000018, "Member 'BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified::K2Node_DynamicCast_AsBPE_A_Toggle_Rain_Spline' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000028, "Member 'BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00003C, "Member 'BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0000C4, "Member 'BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified, K2Node_Event_DeltaSeconds) == 0x0000C8, "Member 'BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified, K2Node_EOCreateEvent_OutputDelegate) == 0x0000CC, "Member 'BP_RainFollowerSimplified_C_ExecuteUbergraph_BP_RainFollowerSimplified::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainFollowerSimplified_C_ReceiveTick \ static_assert(alignof(BP_RainFollowerSimplified_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_RainFollowerSimplified_C_ReceiveTick"); \ static_assert(sizeof(BP_RainFollowerSimplified_C_ReceiveTick) == 0x000004, "Wrong size on BP_RainFollowerSimplified_C_ReceiveTick"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_RainFollowerSimplified_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_RainFollowerSimplified_C_ToggleRainSpline \ static_assert(alignof(BP_RainFollowerSimplified_C_ToggleRainSpline) == 0x000008, "Wrong alignment on BP_RainFollowerSimplified_C_ToggleRainSpline"); \ static_assert(sizeof(BP_RainFollowerSimplified_C_ToggleRainSpline) == 0x000010, "Wrong size on BP_RainFollowerSimplified_C_ToggleRainSpline"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ToggleRainSpline, Sender) == 0x000000, "Member 'BP_RainFollowerSimplified_C_ToggleRainSpline::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_RainFollowerSimplified_C_ToggleRainSpline, Event) == 0x000008, "Member 'BP_RainFollowerSimplified_C_ToggleRainSpline::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_RainFollowerSimplified_C \ static_assert(alignof(ABP_RainFollowerSimplified_C) == 0x000008, "Wrong alignment on ABP_RainFollowerSimplified_C"); \ static_assert(sizeof(ABP_RainFollowerSimplified_C) == 0x000260, "Wrong size on ABP_RainFollowerSimplified_C"); \ static_assert(offsetof(ABP_RainFollowerSimplified_C, UberGraphFrame) == 0x000230, "Member 'ABP_RainFollowerSimplified_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerSimplified_C, Audio) == 0x000238, "Member 'ABP_RainFollowerSimplified_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerSimplified_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_RainFollowerSimplified_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerSimplified_C, Enabled) == 0x000248, "Member 'ABP_RainFollowerSimplified_C::Enabled' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerSimplified_C, As_BPE_A_Toggle_Rain_Spline) == 0x000250, "Member 'ABP_RainFollowerSimplified_C::As_BPE_A_Toggle_Rain_Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_RainFollowerSimplified_C, EnableOnBeginPlay) == 0x000258, "Member 'ABP_RainFollowerSimplified_C::EnableOnBeginPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline \ static_assert(alignof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline) == 0x000008, "Wrong alignment on BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline"); \ static_assert(sizeof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline) == 0x000288, "Wrong size on BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, EntryPoint) == 0x000000, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000005, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x000006, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_IsValid_ReturnValue_1) == 0x000018, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_IsValid_ReturnValue_2) == 0x000019, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000020, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000038, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000040, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000048, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_IsValid_ReturnValue_3) == 0x000054, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue) == 0x000058, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_Add_VectorVector_ReturnValue) == 0x000064, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000070, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_ComponentBoundEvent_OtherActor) == 0x000078, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_ComponentBoundEvent_OtherComp) == 0x000080, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x000088, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_ComponentBoundEvent_bFromSweep) == 0x00008C, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_ComponentBoundEvent_SweepResult) == 0x000090, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3) == 0x000118, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000120, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_IsValid_ReturnValue_4) == 0x000121, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_CustomEvent_Envelope) == 0x000128, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_CustomEvent_Envelope' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_Array_Get_Item) == 0x000138, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_Array_Get_Item_1) == 0x00013C, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_Array_Length_ReturnValue) == 0x000140, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_Add_FloatFloat_ReturnValue) == 0x000144, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_Greater_IntInt_ReturnValue) == 0x000148, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00014C, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000150, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_Event_DeltaSeconds) == 0x000154, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_FClamp_ReturnValue) == 0x000158, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4) == 0x000160, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_GetDistanceTo_ReturnValue) == 0x000168, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_GetDistanceTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00016C, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_5) == 0x000170, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_GetDistanceTo_ReturnValue_1) == 0x000178, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_GetDistanceTo_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00017C, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_EOCreateEvent_OutputDelegate) == 0x000180, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_EOEvent_Sender_1) == 0x000190, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_EOEvent_Event_1) == 0x000198, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_IsValidClass_ReturnValue) == 0x0001A0, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_EOCreateEvent_OutputDelegate_1) == 0x0001A4, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_IsValidClass_ReturnValue_1) == 0x0001B4, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_EOEvent_Sender) == 0x0001B8, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_EOEvent_Event) == 0x0001C0, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, K2Node_CreateDelegate_OutputDelegate) == 0x0001C8, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1) == 0x0001D8, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_VInterpTo_ReturnValue) == 0x0001E4, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2) == 0x0001F0, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_FindLocationClosestToWorldLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0001FC, "Member 'BP_AudioSpline_C_ExecuteUbergraph_BP_AudioSpline::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioSpline_C_StopEOEvent \ static_assert(alignof(BP_AudioSpline_C_StopEOEvent) == 0x000008, "Wrong alignment on BP_AudioSpline_C_StopEOEvent"); \ static_assert(sizeof(BP_AudioSpline_C_StopEOEvent) == 0x000010, "Wrong size on BP_AudioSpline_C_StopEOEvent"); \ static_assert(offsetof(BP_AudioSpline_C_StopEOEvent, Sender) == 0x000000, "Member 'BP_AudioSpline_C_StopEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_StopEOEvent, Event) == 0x000008, "Member 'BP_AudioSpline_C_StopEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioSpline_C_PlayEOEvent \ static_assert(alignof(BP_AudioSpline_C_PlayEOEvent) == 0x000008, "Wrong alignment on BP_AudioSpline_C_PlayEOEvent"); \ static_assert(sizeof(BP_AudioSpline_C_PlayEOEvent) == 0x000010, "Wrong size on BP_AudioSpline_C_PlayEOEvent"); \ static_assert(offsetof(BP_AudioSpline_C_PlayEOEvent, Sender) == 0x000000, "Member 'BP_AudioSpline_C_PlayEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_PlayEOEvent, Event) == 0x000008, "Member 'BP_AudioSpline_C_PlayEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioSpline_C_ReceiveTick \ static_assert(alignof(BP_AudioSpline_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_AudioSpline_C_ReceiveTick"); \ static_assert(sizeof(BP_AudioSpline_C_ReceiveTick) == 0x000004, "Wrong size on BP_AudioSpline_C_ReceiveTick"); \ static_assert(offsetof(BP_AudioSpline_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_AudioSpline_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioSpline_C_CustomEvent_0 \ static_assert(alignof(BP_AudioSpline_C_CustomEvent_0) == 0x000008, "Wrong alignment on BP_AudioSpline_C_CustomEvent_0"); \ static_assert(sizeof(BP_AudioSpline_C_CustomEvent_0) == 0x000010, "Wrong size on BP_AudioSpline_C_CustomEvent_0"); \ static_assert(offsetof(BP_AudioSpline_C_CustomEvent_0, Envelope) == 0x000000, "Member 'BP_AudioSpline_C_CustomEvent_0::Envelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_AudioSpline_C_BndEvt__BP_AudioSpline_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_AudioSpline_C \ static_assert(alignof(ABP_AudioSpline_C) == 0x000008, "Wrong alignment on ABP_AudioSpline_C"); \ static_assert(sizeof(ABP_AudioSpline_C) == 0x000300, "Wrong size on ABP_AudioSpline_C"); \ static_assert(offsetof(ABP_AudioSpline_C, UberGraphFrame) == 0x000230, "Member 'ABP_AudioSpline_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, Box) == 0x000238, "Member 'ABP_AudioSpline_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, OneShotSound) == 0x000240, "Member 'ABP_AudioSpline_C::OneShotSound' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, LoopingSound) == 0x000248, "Member 'ABP_AudioSpline_C::LoopingSound' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, Spline) == 0x000250, "Member 'ABP_AudioSpline_C::Spline' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, OneShotSoundBase) == 0x000258, "Member 'ABP_AudioSpline_C::OneShotSoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, LoopingSoundBase) == 0x000260, "Member 'ABP_AudioSpline_C::LoopingSoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, OneShotSoundAttenuation) == 0x000268, "Member 'ABP_AudioSpline_C::OneShotSoundAttenuation' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, LoopingSoundAttenuation) == 0x000270, "Member 'ABP_AudioSpline_C::LoopingSoundAttenuation' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, TickInterval) == 0x000278, "Member 'ABP_AudioSpline_C::TickInterval' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, OneShotInitialDelay) == 0x00027C, "Member 'ABP_AudioSpline_C::OneShotInitialDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, ApplyParameter_) == 0x000280, "Member 'ABP_AudioSpline_C::ApplyParameter_' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, ParamName) == 0x000284, "Member 'ABP_AudioSpline_C::ParamName' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, Debug_) == 0x00028C, "Member 'ABP_AudioSpline_C::Debug_' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, As_BP_Player_Character) == 0x000290, "Member 'ABP_AudioSpline_C::As_BP_Player_Character' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, SplineIdentifier) == 0x000298, "Member 'ABP_AudioSpline_C::SplineIdentifier' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, AutoPlay) == 0x0002A0, "Member 'ABP_AudioSpline_C::AutoPlay' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, Volume) == 0x0002A4, "Member 'ABP_AudioSpline_C::Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, FadeDur) == 0x0002A8, "Member 'ABP_AudioSpline_C::FadeDur' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, Pitch) == 0x0002AC, "Member 'ABP_AudioSpline_C::Pitch' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, AffectedByWind) == 0x0002B0, "Member 'ABP_AudioSpline_C::AffectedByWind' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, WindSubmix) == 0x0002B8, "Member 'ABP_AudioSpline_C::WindSubmix' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, SubmixMultiplier) == 0x0002C0, "Member 'ABP_AudioSpline_C::SubmixMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, FloatParameterName) == 0x0002C4, "Member 'ABP_AudioSpline_C::FloatParameterName' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, ClampMin) == 0x0002CC, "Member 'ABP_AudioSpline_C::ClampMin' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, ClampMax) == 0x0002D0, "Member 'ABP_AudioSpline_C::ClampMax' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, EnvelopeFollowerActive) == 0x0002D4, "Member 'ABP_AudioSpline_C::EnvelopeFollowerActive' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, Play_Event_Class) == 0x0002D8, "Member 'ABP_AudioSpline_C::Play_Event_Class' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, Stop_Event_Class) == 0x0002E0, "Member 'ABP_AudioSpline_C::Stop_Event_Class' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, Delta_Seconds) == 0x0002E8, "Member 'ABP_AudioSpline_C::Delta_Seconds' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, Prev_Loc) == 0x0002EC, "Member 'ABP_AudioSpline_C::Prev_Loc' has a wrong offset!"); \ static_assert(offsetof(ABP_AudioSpline_C, Target) == 0x0002F8, "Member 'ABP_AudioSpline_C::Target' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio \ static_assert(alignof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio) == 0x000008, "Wrong alignment on KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio"); \ static_assert(sizeof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio) == 0x000050, "Wrong size on KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio"); \ static_assert(offsetof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio, EntryPoint) == 0x000000, "Member 'KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000020, "Member 'KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio, K2Node_EOEvent_Sender) == 0x000028, "Member 'KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio, K2Node_EOEvent_Event) == 0x000030, "Member 'KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000038, "Member 'KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000040, "Member 'KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000048, "Member 'KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio, K2Node_SwitchEnum_CmpSuccess) == 0x000049, "Member 'KatjasApt_Audio_C_ExecuteUbergraph_KatjasApt_Audio::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KatjasApt_Audio_C_PlayKA2RoomTone \ static_assert(alignof(KatjasApt_Audio_C_PlayKA2RoomTone) == 0x000008, "Wrong alignment on KatjasApt_Audio_C_PlayKA2RoomTone"); \ static_assert(sizeof(KatjasApt_Audio_C_PlayKA2RoomTone) == 0x000010, "Wrong size on KatjasApt_Audio_C_PlayKA2RoomTone"); \ static_assert(offsetof(KatjasApt_Audio_C_PlayKA2RoomTone, Sender) == 0x000000, "Member 'KatjasApt_Audio_C_PlayKA2RoomTone::Sender' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_PlayKA2RoomTone, Event) == 0x000008, "Member 'KatjasApt_Audio_C_PlayKA2RoomTone::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KatjasApt_Audio_C_KatjasApt_Audio_AutoGenFunc \ static_assert(alignof(KatjasApt_Audio_C_KatjasApt_Audio_AutoGenFunc) == 0x000008, "Wrong alignment on KatjasApt_Audio_C_KatjasApt_Audio_AutoGenFunc"); \ static_assert(sizeof(KatjasApt_Audio_C_KatjasApt_Audio_AutoGenFunc) == 0x000010, "Wrong size on KatjasApt_Audio_C_KatjasApt_Audio_AutoGenFunc"); \ static_assert(offsetof(KatjasApt_Audio_C_KatjasApt_Audio_AutoGenFunc, Sender) == 0x000000, "Member 'KatjasApt_Audio_C_KatjasApt_Audio_AutoGenFunc::Sender' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Audio_C_KatjasApt_Audio_AutoGenFunc, Event) == 0x000008, "Member 'KatjasApt_Audio_C_KatjasApt_Audio_AutoGenFunc::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AKatjasApt_Audio_C \ static_assert(alignof(AKatjasApt_Audio_C) == 0x000008, "Wrong alignment on AKatjasApt_Audio_C"); \ static_assert(sizeof(AKatjasApt_Audio_C) == 0x000330, "Wrong size on AKatjasApt_Audio_C"); \ static_assert(offsetof(AKatjasApt_Audio_C, UberGraphFrame_KatjasApt_Audio_C) == 0x0002F8, "Member 'AKatjasApt_Audio_C::UberGraphFrame_KatjasApt_Audio_C' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_Audio_C, IsKA2) == 0x000300, "Member 'AKatjasApt_Audio_C::IsKA2' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_Audio_C, New_Sound) == 0x000308, "Member 'AKatjasApt_Audio_C::New_Sound' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_Audio_C, Previous_Sound) == 0x000310, "Member 'AKatjasApt_Audio_C::Previous_Sound' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_Audio_C, SoCu_SX_ENV_KatjaStudy_Roomtone_ExecuteUbergraph_KatjasApt_Audio_RefProperty) == 0x000318, "Member 'AKatjasApt_Audio_C::SoCu_SX_ENV_KatjaStudy_Roomtone_ExecuteUbergraph_KatjasApt_Audio_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_Audio_C, SoCu_ENV_Bathroom_Roomtone_ExecuteUbergraph_KatjasApt_Audio_RefProperty) == 0x000320, "Member 'AKatjasApt_Audio_C::SoCu_ENV_Bathroom_Roomtone_ExecuteUbergraph_KatjasApt_Audio_RefProperty' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_Audio_C, SoCu_SX_ENV_KA3StartRoom_Roomtone_ExecuteUbergraph_KatjasApt_Audio_RefProperty) == 0x000328, "Member 'AKatjasApt_Audio_C::SoCu_SX_ENV_KA3StartRoom_Roomtone_ExecuteUbergraph_KatjasApt_Audio_RefProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_Base_LL_ChangeLightParameters_C \ static_assert(alignof(UBPE_Global_Base_LL_ChangeLightParameters_C) == 0x000008, "Wrong alignment on UBPE_Global_Base_LL_ChangeLightParameters_C"); \ static_assert(sizeof(UBPE_Global_Base_LL_ChangeLightParameters_C) == 0x000070, "Wrong size on UBPE_Global_Base_LL_ChangeLightParameters_C"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, Run_Length) == 0x000028, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::Run_Length' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, Keep_State) == 0x00002C, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::Keep_State' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, Light_Function) == 0x000030, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::Light_Function' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, Max_Random_Offset) == 0x000038, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::Max_Random_Offset' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, Intensity) == 0x00003C, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::Intensity' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, Light_Color) == 0x000040, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::Light_Color' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, Temprature) == 0x000050, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::Temprature' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, Volumetric_Scattering_Intensity) == 0x000054, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::Volumetric_Scattering_Intensity' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, SFX) == 0x000058, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::SFX' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, IES_Texture) == 0x000060, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::IES_Texture' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, Use_IES_Intensity) == 0x000068, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::Use_IES_Intensity' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightParameters_C, IES_Intensity) == 0x00006C, "Member 'UBPE_Global_Base_LL_ChangeLightParameters_C::IES_Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStruct_FogQualityVars \ static_assert(alignof(FStruct_FogQualityVars) == 0x000008, "Wrong alignment on FStruct_FogQualityVars"); \ static_assert(sizeof(FStruct_FogQualityVars) == 0x000020, "Wrong size on FStruct_FogQualityVars"); \ static_assert(offsetof(FStruct_FogQualityVars, GridPixelSize_6_FDA15F6E473C49845F977E8E77E03920) == 0x000000, "Member 'FStruct_FogQualityVars::GridPixelSize_6_FDA15F6E473C49845F977E8E77E03920' has a wrong offset!"); \ static_assert(offsetof(FStruct_FogQualityVars, GridSizeZ_7_65DA6B8344AB3D46092F98AC7BB4246D) == 0x000010, "Member 'FStruct_FogQualityVars::GridSizeZ_7_65DA6B8344AB3D46092F98AC7BB4246D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen \ static_assert(alignof(LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen) == 0x000008, "Wrong alignment on LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen"); \ static_assert(sizeof(LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen) == 0x000020, "Wrong size on LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen"); \ static_assert(offsetof(LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen, EntryPoint) == 0x000000, "Member 'LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'LSA_KA0_SS_RailingTowardsKitchen_C_ExecuteUbergraph_LSA_KA0_SS_RailingTowardsKitchen::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_KA0_SS_RailingTowardsKitchen_C \ static_assert(alignof(ALSA_KA0_SS_RailingTowardsKitchen_C) == 0x000008, "Wrong alignment on ALSA_KA0_SS_RailingTowardsKitchen_C"); \ static_assert(sizeof(ALSA_KA0_SS_RailingTowardsKitchen_C) == 0x0008C0, "Wrong size on ALSA_KA0_SS_RailingTowardsKitchen_C"); \ static_assert(offsetof(ALSA_KA0_SS_RailingTowardsKitchen_C, UberGraphFrame_LSA_KA0_SS_RailingTowardsKitchen_C) == 0x0008B8, "Member 'ALSA_KA0_SS_RailingTowardsKitchen_C::UberGraphFrame_LSA_KA0_SS_RailingTowardsKitchen_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_SetWorldOrigin_C \ static_assert(alignof(UBPE_Global_SetWorldOrigin_C) == 0x000008, "Wrong alignment on UBPE_Global_SetWorldOrigin_C"); \ static_assert(sizeof(UBPE_Global_SetWorldOrigin_C) == 0x000038, "Wrong size on UBPE_Global_SetWorldOrigin_C"); \ static_assert(offsetof(UBPE_Global_SetWorldOrigin_C, Delay) == 0x000028, "Member 'UBPE_Global_SetWorldOrigin_C::Delay' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_SetWorldOrigin_C, World_Origin_Offset) == 0x00002C, "Member 'UBPE_Global_SetWorldOrigin_C::World_Origin_Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_GL_Fog \ static_assert(alignof(FS_GL_Fog) == 0x000004, "Wrong alignment on FS_GL_Fog"); \ static_assert(sizeof(FS_GL_Fog) == 0x000040, "Wrong size on FS_GL_Fog"); \ static_assert(offsetof(FS_GL_Fog, FogDensity_30_E18A53074FBB03E3CD185BB3EEF53AB4) == 0x000000, "Member 'FS_GL_Fog::FogDensity_30_E18A53074FBB03E3CD185BB3EEF53AB4' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Fog, FogHeightFalloff_27_02F5878449370A3F6B7797986342CF90) == 0x000004, "Member 'FS_GL_Fog::FogHeightFalloff_27_02F5878449370A3F6B7797986342CF90' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Fog, FogHeight_28_FB50B53E4FDDDE2065BF4D99128C351A) == 0x000008, "Member 'FS_GL_Fog::FogHeight_28_FB50B53E4FDDDE2065BF4D99128C351A' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Fog, SecondFogDensity_29_89B951FB434ABEC1AB8AD99C1E05FFC8) == 0x00000C, "Member 'FS_GL_Fog::SecondFogDensity_29_89B951FB434ABEC1AB8AD99C1E05FFC8' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Fog, SecondFogHeightFalloff_31_61B4C32440EE863BBB994AA102C5170D) == 0x000010, "Member 'FS_GL_Fog::SecondFogHeightFalloff_31_61B4C32440EE863BBB994AA102C5170D' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Fog, SescondFogHeightOffset_32_CE66C8AA4E713552AFF8FCBDBA608592) == 0x000014, "Member 'FS_GL_Fog::SescondFogHeightOffset_32_CE66C8AA4E713552AFF8FCBDBA608592' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Fog, Albedo_33_258868F5428C74465547429BBE6DA21E) == 0x000018, "Member 'FS_GL_Fog::Albedo_33_258868F5428C74465547429BBE6DA21E' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Fog, Emissive_34_2403D197450FA115066A5DAE9026F754) == 0x000028, "Member 'FS_GL_Fog::Emissive_34_2403D197450FA115066A5DAE9026F754' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Fog, ScatteringDistribution_35_CC956AA244A9017E5CF355B0745770FE) == 0x000038, "Member 'FS_GL_Fog::ScatteringDistribution_35_CC956AA244A9017E5CF355B0745770FE' has a wrong offset!"); \ static_assert(offsetof(FS_GL_Fog, ExtinctionScale_36_CBC9CC69474C7F25CB559A9F8C5A0A02) == 0x00003C, "Member 'FS_GL_Fog::ExtinctionScale_36_CBC9CC69474C7F25CB559A9F8C5A0A02' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_Base_LL_ChangeLightFunction_C \ static_assert(alignof(UBPE_Global_Base_LL_ChangeLightFunction_C) == 0x000008, "Wrong alignment on UBPE_Global_Base_LL_ChangeLightFunction_C"); \ static_assert(sizeof(UBPE_Global_Base_LL_ChangeLightFunction_C) == 0x000040, "Wrong size on UBPE_Global_Base_LL_ChangeLightFunction_C"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightFunction_C, Light_Function) == 0x000028, "Member 'UBPE_Global_Base_LL_ChangeLightFunction_C::Light_Function' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightFunction_C, Run_Length) == 0x000030, "Member 'UBPE_Global_Base_LL_ChangeLightFunction_C::Run_Length' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightFunction_C, Keep_State) == 0x000034, "Member 'UBPE_Global_Base_LL_ChangeLightFunction_C::Keep_State' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_Base_LL_ChangeLightFunction_C, Max_Random_Offset) == 0x000038, "Member 'UBPE_Global_Base_LL_ChangeLightFunction_C::Max_Random_Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_MFX_Rain_C \ static_assert(alignof(UBPE_Global_MFX_Rain_C) == 0x000008, "Wrong alignment on UBPE_Global_MFX_Rain_C"); \ static_assert(sizeof(UBPE_Global_MFX_Rain_C) == 0x000030, "Wrong size on UBPE_Global_MFX_Rain_C"); \ static_assert(offsetof(UBPE_Global_MFX_Rain_C, Enabled) == 0x000028, "Member 'UBPE_Global_MFX_Rain_C::Enabled' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_MFX_Rain_C, Duration) == 0x00002C, "Member 'UBPE_Global_MFX_Rain_C::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_GL_SkyAtm \ static_assert(alignof(FS_GL_SkyAtm) == 0x000004, "Wrong alignment on FS_GL_SkyAtm"); \ static_assert(sizeof(FS_GL_SkyAtm) == 0x000070, "Wrong size on FS_GL_SkyAtm"); \ static_assert(offsetof(FS_GL_SkyAtm, GroundAlbedo_37_E18A53074FBB03E3CD185BB3EEF53AB4) == 0x000000, "Member 'FS_GL_SkyAtm::GroundAlbedo_37_E18A53074FBB03E3CD185BB3EEF53AB4' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, SkyLuminanceFactor_36_443CAEA241600A443525699C4E07DF1C) == 0x000004, "Member 'FS_GL_SkyAtm::SkyLuminanceFactor_36_443CAEA241600A443525699C4E07DF1C' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, RayleighScatteringScale_12_10F99FDE4F82BACCDD5A0DA384B765BB) == 0x000014, "Member 'FS_GL_SkyAtm::RayleighScatteringScale_12_10F99FDE4F82BACCDD5A0DA384B765BB' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, RayleighScattering_14_343C98D64671BB5B2AFFE4A739A44875) == 0x000018, "Member 'FS_GL_SkyAtm::RayleighScattering_14_343C98D64671BB5B2AFFE4A739A44875' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, RayleighExponentialDistribution_15_A6350C3C4565BB8A288BE7937267CC14) == 0x000028, "Member 'FS_GL_SkyAtm::RayleighExponentialDistribution_15_A6350C3C4565BB8A288BE7937267CC14' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, MieScatteringScale_16_639A41F2414C45F832D19D8FA119C570) == 0x00002C, "Member 'FS_GL_SkyAtm::MieScatteringScale_16_639A41F2414C45F832D19D8FA119C570' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, MieScattering_34_183DACDC4FBF1F8BD11ACD943190EC98) == 0x000030, "Member 'FS_GL_SkyAtm::MieScattering_34_183DACDC4FBF1F8BD11ACD943190EC98' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, MieAbsorptionScale_20_8E2B229449FD1EA8E9F49CABCA61A336) == 0x000040, "Member 'FS_GL_SkyAtm::MieAbsorptionScale_20_8E2B229449FD1EA8E9F49CABCA61A336' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, MieAbsorption_35_9BCCD83F46A56AF6E78B54AB26B06DD9) == 0x000044, "Member 'FS_GL_SkyAtm::MieAbsorption_35_9BCCD83F46A56AF6E78B54AB26B06DD9' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, MieAnisotropy_24_D18A10A64AAC20C4B700D087677E47ED) == 0x000054, "Member 'FS_GL_SkyAtm::MieAnisotropy_24_D18A10A64AAC20C4B700D087677E47ED' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, MieExponentialDistribution_26_BB9B9B054F9C8A45E2F642BB275668BA) == 0x000058, "Member 'FS_GL_SkyAtm::MieExponentialDistribution_26_BB9B9B054F9C8A45E2F642BB275668BA' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, AbsorptionScale_28_B49281D4431B3FCE95A598AC2CEE7A63) == 0x00005C, "Member 'FS_GL_SkyAtm::AbsorptionScale_28_B49281D4431B3FCE95A598AC2CEE7A63' has a wrong offset!"); \ static_assert(offsetof(FS_GL_SkyAtm, Absorption_33_A90BC56049FF743E319096BFB56E2D00) == 0x000060, "Member 'FS_GL_SkyAtm::Absorption_33_A90BC56049FF743E319096BFB56E2D00' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch03_Tremor_C \ static_assert(alignof(UBPE_Ch03_Tremor_C) == 0x000008, "Wrong alignment on UBPE_Ch03_Tremor_C"); \ static_assert(sizeof(UBPE_Ch03_Tremor_C) == 0x000040, "Wrong size on UBPE_Ch03_Tremor_C"); \ static_assert(offsetof(UBPE_Ch03_Tremor_C, E_Quakes_Ch03) == 0x000039, "Member 'UBPE_Ch03_Tremor_C::E_Quakes_Ch03' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_LocalLighting \ static_assert(alignof(FS_LocalLighting) == 0x000008, "Wrong alignment on FS_LocalLighting"); \ static_assert(sizeof(FS_LocalLighting) == 0x000058, "Wrong size on FS_LocalLighting"); \ static_assert(offsetof(FS_LocalLighting, Name_15_CD35DF8E4F2DE2E3D0DD018E3D3904BB) == 0x000000, "Member 'FS_LocalLighting::Name_15_CD35DF8E4F2DE2E3D0DD018E3D3904BB' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, LightIntensity_11_2DC6A09B4A8E9CC798990288C8AD3F2B) == 0x000004, "Member 'FS_LocalLighting::LightIntensity_11_2DC6A09B4A8E9CC798990288C8AD3F2B' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, LightFalloffExponent_18_1F10A13140F708AFC93D258F7230D07D) == 0x000008, "Member 'FS_LocalLighting::LightFalloffExponent_18_1F10A13140F708AFC93D258F7230D07D' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, LightColor_21_F9582D7F40B5561860365CA70B143501) == 0x00000C, "Member 'FS_LocalLighting::LightColor_21_F9582D7F40B5561860365CA70B143501' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, Temprature_24_66BBE7BB43B5F398B1D45498C275267C) == 0x00001C, "Member 'FS_LocalLighting::Temprature_24_66BBE7BB43B5F398B1D45498C275267C' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, EmissiveMultiplier_29_C53C2CE64A156C15729FE199D0A65DA9) == 0x000020, "Member 'FS_LocalLighting::EmissiveMultiplier_29_C53C2CE64A156C15729FE199D0A65DA9' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, FogIntensity_37_649719E94649EF46192172B2490F561A) == 0x000024, "Member 'FS_LocalLighting::FogIntensity_37_649719E94649EF46192172B2490F561A' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, SourceRadius_38_5190527F43F25219EE533EA82CB37454) == 0x000028, "Member 'FS_LocalLighting::SourceRadius_38_5190527F43F25219EE533EA82CB37454' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, SoftSourceRadius_39_B9156A0D48B97231D1CC48BF6CFB10EC) == 0x00002C, "Member 'FS_LocalLighting::SoftSourceRadius_39_B9156A0D48B97231D1CC48BF6CFB10EC' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, SpecularityScale_47_7F415D6C4322597CC7F924AD89758314) == 0x000030, "Member 'FS_LocalLighting::SpecularityScale_47_7F415D6C4322597CC7F924AD89758314' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, LightFunction_55_4F1186284D9123EE359FC5843B5832CE) == 0x000038, "Member 'FS_LocalLighting::LightFunction_55_4F1186284D9123EE359FC5843B5832CE' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, IESTexture_63_131346F547EEFBE8D33DECBBEC9312A7) == 0x000040, "Member 'FS_LocalLighting::IESTexture_63_131346F547EEFBE8D33DECBBEC9312A7' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, UseIESIntensity_67_83C2503F4FE1777E8C898994B435DF33) == 0x000048, "Member 'FS_LocalLighting::UseIESIntensity_67_83C2503F4FE1777E8C898994B435DF33' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, IESIntensity_69_116917F44D721B8452B784A7C2CF1714) == 0x00004C, "Member 'FS_LocalLighting::IESIntensity_69_116917F44D721B8452B784A7C2CF1714' has a wrong offset!"); \ static_assert(offsetof(FS_LocalLighting, SFX_74_E86B9C8B408022B3822FED9FED585C7B) == 0x000050, "Member 'FS_LocalLighting::SFX_74_E86B9C8B408022B3822FED9FED585C7B' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_UpdateLighting_C \ static_assert(alignof(UBPE_Global_UpdateLighting_C) == 0x000008, "Wrong alignment on UBPE_Global_UpdateLighting_C"); \ static_assert(sizeof(UBPE_Global_UpdateLighting_C) == 0x000040, "Wrong size on UBPE_Global_UpdateLighting_C"); \ static_assert(offsetof(UBPE_Global_UpdateLighting_C, Target_Chapter) == 0x000028, "Member 'UBPE_Global_UpdateLighting_C::Target_Chapter' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_UpdateLighting_C, Target_Scenario) == 0x000029, "Member 'UBPE_Global_UpdateLighting_C::Target_Scenario' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_UpdateLighting_C, Speed) == 0x00002C, "Member 'UBPE_Global_UpdateLighting_C::Speed' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_UpdateLighting_C, Use_Duration) == 0x000030, "Member 'UBPE_Global_UpdateLighting_C::Use_Duration' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_UpdateLighting_C, Duration) == 0x000034, "Member 'UBPE_Global_UpdateLighting_C::Duration' has a wrong offset!"); \ static_assert(offsetof(UBPE_Global_UpdateLighting_C, TransitionCurve) == 0x000038, "Member 'UBPE_Global_UpdateLighting_C::TransitionCurve' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_SkipIntroCine_C \ static_assert(alignof(UBPE_SkipIntroCine_C) == 0x000008, "Wrong alignment on UBPE_SkipIntroCine_C"); \ static_assert(sizeof(UBPE_SkipIntroCine_C) == 0x000028, "Wrong size on UBPE_SkipIntroCine_C"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics \ static_assert(alignof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics"); \ static_assert(sizeof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics) == 0x000048, "Wrong size on BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, EntryPoint) == 0x000000, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, Temp_bool_IsClosed_Variable) == 0x000004, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, Temp_bool_Has_Been_Initd_Variable) == 0x000005, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, K2Node_Event_DeltaSeconds) == 0x000008, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, CallFunc_GetPlayerCharacter_ReturnValue) == 0x000010, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::CallFunc_GetPlayerCharacter_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00001C, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000028, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, CallFunc_Vector_Distance_ReturnValue) == 0x000034, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, Temp_bool_IsClosed_Variable_1) == 0x000038, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, CallFunc_Less_FloatFloat_ReturnValue) == 0x000039, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, Temp_bool_Has_Been_Initd_Variable_1) == 0x00003A, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, K2Node_CustomEvent_TimelineDur) == 0x00003C, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::K2Node_CustomEvent_TimelineDur' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, K2Node_CustomEvent_NewOpacity) == 0x000040, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::K2Node_CustomEvent_NewOpacity' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics, CallFunc_Lerp_ReturnValue) == 0x000044, "Member 'BP_UltraVolumetrics_C_ExecuteUbergraph_BP_UltraVolumetrics::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_SetOpacity \ static_assert(alignof(BP_UltraVolumetrics_C_SetOpacity) == 0x000004, "Wrong alignment on BP_UltraVolumetrics_C_SetOpacity"); \ static_assert(sizeof(BP_UltraVolumetrics_C_SetOpacity) == 0x000008, "Wrong size on BP_UltraVolumetrics_C_SetOpacity"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetOpacity, TimelineDur) == 0x000000, "Member 'BP_UltraVolumetrics_C_SetOpacity::TimelineDur' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetOpacity, NewOpacity) == 0x000004, "Member 'BP_UltraVolumetrics_C_SetOpacity::NewOpacity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_ReceiveTick \ static_assert(alignof(BP_UltraVolumetrics_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_UltraVolumetrics_C_ReceiveTick"); \ static_assert(sizeof(BP_UltraVolumetrics_C_ReceiveTick) == 0x000004, "Wrong size on BP_UltraVolumetrics_C_ReceiveTick"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_UltraVolumetrics_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_UserConstructionScript \ static_assert(alignof(BP_UltraVolumetrics_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_UserConstructionScript"); \ static_assert(sizeof(BP_UltraVolumetrics_C_UserConstructionScript) == 0x000060, "Wrong size on BP_UltraVolumetrics_C_UserConstructionScript"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, Temp_int_Variable) == 0x000000, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, Temp_int_Variable_1) == 0x000004, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, Temp_int_Variable_2) == 0x000008, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, Temp_byte_Variable) == 0x00000C, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, Temp_bool_Variable) == 0x00000D, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, K2Node_Select_Default) == 0x000010, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_SelectFloat_ReturnValue) == 0x000014, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, K2Node_MakeStruct_LinearColor) == 0x00001C, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x00002C, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x000030, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x000034, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_Remap_for_DF_ReturnValue) == 0x000038, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_Remap_for_DF_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, K2Node_Select_Default_1) == 0x000040, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000058, "Member 'BP_UltraVolumetrics_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_GetDefaultQualityVars \ static_assert(alignof(BP_UltraVolumetrics_C_GetDefaultQualityVars) == 0x000004, "Wrong alignment on BP_UltraVolumetrics_C_GetDefaultQualityVars"); \ static_assert(sizeof(BP_UltraVolumetrics_C_GetDefaultQualityVars) == 0x000008, "Wrong size on BP_UltraVolumetrics_C_GetDefaultQualityVars"); \ static_assert(offsetof(BP_UltraVolumetrics_C_GetDefaultQualityVars, CallFunc_GetConsoleVariableFloatValue_ReturnValue) == 0x000000, "Member 'BP_UltraVolumetrics_C_GetDefaultQualityVars::CallFunc_GetConsoleVariableFloatValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_GetDefaultQualityVars, CallFunc_GetConsoleVariableFloatValue_ReturnValue_1) == 0x000004, "Member 'BP_UltraVolumetrics_C_GetDefaultQualityVars::CallFunc_GetConsoleVariableFloatValue_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_ResetFogQuality \ static_assert(alignof(BP_UltraVolumetrics_C_ResetFogQuality) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_ResetFogQuality"); \ static_assert(sizeof(BP_UltraVolumetrics_C_ResetFogQuality) == 0x000060, "Wrong size on BP_UltraVolumetrics_C_ResetFogQuality"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Concat_StrStr_ReturnValue) == 0x000000, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000010, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Conv_FloatToString_ReturnValue) == 0x000020, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000030, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000040, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ResetFogQuality, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000050, "Member 'BP_UltraVolumetrics_C_ResetFogQuality::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize \ static_assert(alignof(BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize"); \ static_assert(sizeof(BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize) == 0x000088, "Wrong size on BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize, Output) == 0x000000, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize::Output' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize, Temp_byte_Variable) == 0x000010, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize, CallFunc_Array_Get_Item_2) == 0x000048, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize, CallFunc_Array_Get_Item_3) == 0x000058, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize, K2Node_Select_Default) == 0x000068, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridPixelSize::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ \ static_assert(alignof(BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ"); \ static_assert(sizeof(BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ) == 0x000088, "Wrong size on BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ, Output) == 0x000000, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ::Output' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ, Temp_byte_Variable) == 0x000010, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ, CallFunc_Array_Get_Item_1) == 0x000038, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ, CallFunc_Array_Get_Item_2) == 0x000048, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ, CallFunc_Array_Get_Item_3) == 0x000058, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ, K2Node_Select_Default) == 0x000068, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000078, "Member 'BP_UltraVolumetrics_C_Fog_Quality__GridSizeZ::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_FogQualitySet \ static_assert(alignof(BP_UltraVolumetrics_C_FogQualitySet) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_FogQualitySet"); \ static_assert(sizeof(BP_UltraVolumetrics_C_FogQualitySet) == 0x000020, "Wrong size on BP_UltraVolumetrics_C_FogQualitySet"); \ static_assert(offsetof(BP_UltraVolumetrics_C_FogQualitySet, CallFunc_Fog_Quality__GridSizeZ_Output) == 0x000000, "Member 'BP_UltraVolumetrics_C_FogQualitySet::CallFunc_Fog_Quality__GridSizeZ_Output' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_FogQualitySet, CallFunc_Fog_Quality__GridPixelSize_Output) == 0x000010, "Member 'BP_UltraVolumetrics_C_FogQualitySet::CallFunc_Fog_Quality__GridPixelSize_Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_ApplyPreset \ static_assert(alignof(BP_UltraVolumetrics_C_ApplyPreset) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_ApplyPreset"); \ static_assert(sizeof(BP_UltraVolumetrics_C_ApplyPreset) == 0x0005F0, "Wrong size on BP_UltraVolumetrics_C_ApplyPreset"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor) == 0x000004, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue) == 0x000014, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable) == 0x000018, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_1) == 0x00001C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_2) == 0x000020, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable) == 0x000024, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable) == 0x000025, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default) == 0x000028, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue) == 0x00002C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000030, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_1) == 0x000034, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X) == 0x000044, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y) == 0x000048, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z) == 0x00004C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue) == 0x000050, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000054, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_3) == 0x000058, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_4) == 0x00005C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_5) == 0x000060, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_1) == 0x000064, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_1) == 0x000065, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_1) == 0x000068, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_1) == 0x00006C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000070, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_2) == 0x000074, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_1) == 0x000084, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_1) == 0x000088, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_1) == 0x00008C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_1) == 0x000090, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000094, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_6) == 0x000098, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_7) == 0x00009C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_8) == 0x0000A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_2) == 0x0000A4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_2) == 0x0000A5, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_2) == 0x0000A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_2) == 0x0000AC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_2) == 0x0000B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_2) == 0x0000B4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_2) == 0x0000B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0000BC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_3) == 0x0000C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_3) == 0x0000D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_3) == 0x0000D4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_3) == 0x0000D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_2) == 0x0000DC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_3) == 0x0000E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_9) == 0x0000E4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_10) == 0x0000E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_11) == 0x0000EC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_3) == 0x0000F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_3) == 0x0000F1, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_3) == 0x0000F4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_3) == 0x0000F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0000FC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_4) == 0x000100, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_4) == 0x000110, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_4) == 0x000114, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_4) == 0x000118, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_3) == 0x00011C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_4) == 0x000120, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_12) == 0x000124, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_13) == 0x000128, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_14) == 0x00012C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_4) == 0x000130, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_4) == 0x000131, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_4) == 0x000134, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_4) == 0x000138, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x00013C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_5) == 0x000140, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_5) == 0x000150, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_5) == 0x000154, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_5) == 0x000158, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_4) == 0x00015C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_5) == 0x000160, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_15) == 0x000164, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_16) == 0x000168, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_17) == 0x00016C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_5) == 0x000170, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_5) == 0x000171, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_5) == 0x000174, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_5) == 0x000178, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x00017C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_6) == 0x000180, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_6) == 0x000190, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item) == 0x0001A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0001A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_6) == 0x0001B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_6) == 0x0001B4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_6) == 0x0001B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_5) == 0x0001BC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_7) == 0x0001C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_6) == 0x0001D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_1) == 0x0001D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x0001E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_18) == 0x0001E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_19) == 0x0001EC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_20) == 0x0001F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_6) == 0x0001F4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_6) == 0x0001F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_8) == 0x0001FC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_6) == 0x000200, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_6) == 0x000204, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000208, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_7) == 0x00020C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_7) == 0x00021C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_7) == 0x000220, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_7) == 0x000224, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_7) == 0x000228, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_9) == 0x000230, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_7) == 0x000240, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_2) == 0x000248, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000250, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_21) == 0x000258, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_22) == 0x00025C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_23) == 0x000260, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_23' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_7) == 0x000264, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_7) == 0x000265, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_10) == 0x000268, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_7) == 0x00026C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x000270, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_11) == 0x000278, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_8) == 0x000288, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_3) == 0x000298, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x0002A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_8) == 0x0002A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_8) == 0x0002AC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_8) == 0x0002B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_8) == 0x0002B4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_12) == 0x0002B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_8) == 0x0002C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_4) == 0x0002D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_4) == 0x0002D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_24) == 0x0002E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_24' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_25) == 0x0002E4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_25' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_26) == 0x0002E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_26' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_8) == 0x0002EC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_13) == 0x0002F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_8) == 0x0002F4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_8) == 0x0002F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x0002FC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_9) == 0x000300, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_9) == 0x000310, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_9) == 0x000314, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_9) == 0x000318, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_9) == 0x00031C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_14) == 0x000320, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_9) == 0x000330, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_5) == 0x000338, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_5) == 0x000340, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_27) == 0x000348, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_27' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_28) == 0x00034C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_28' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_29) == 0x000350, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_29' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_9) == 0x000354, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_9) == 0x000355, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_15) == 0x000358, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_15' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_9) == 0x00035C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_16) == 0x000360, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_16' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_6) == 0x000370, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_6) == 0x000378, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x000380, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_10) == 0x000384, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_10) == 0x000394, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_10) == 0x000398, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_10) == 0x00039C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_10) == 0x0003A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_17) == 0x0003A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_17' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_10) == 0x0003B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_7) == 0x0003C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_7) == 0x0003C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_30) == 0x0003D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_30' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_31) == 0x0003D4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_31' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_32) == 0x0003D8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_32' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_10) == 0x0003DC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_10) == 0x0003DD, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_18) == 0x0003E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_18' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_10) == 0x0003E4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x0003E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_11) == 0x0003EC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_11) == 0x0003FC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_11) == 0x000400, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_11) == 0x000404, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_11) == 0x000408, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_19) == 0x000410, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_19' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_8) == 0x000420, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_8) == 0x000428, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_11) == 0x000430, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_33) == 0x000434, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_33' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_34) == 0x000438, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_34' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_35) == 0x00043C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_35' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_11) == 0x000440, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_11) == 0x000441, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_20) == 0x000444, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_20' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_21) == 0x000448, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_21' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_9) == 0x000458, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_9) == 0x000460, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_11) == 0x000468, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x00046C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_12) == 0x000470, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_12) == 0x000480, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_12) == 0x000484, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_12) == 0x000488, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_12) == 0x00048C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_22) == 0x000490, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_22' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_12) == 0x0004A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_10) == 0x0004A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_10) == 0x0004B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_36) == 0x0004B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_36' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_37) == 0x0004BC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_37' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_38) == 0x0004C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_38' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_12) == 0x0004C4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_12) == 0x0004C5, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_23) == 0x0004C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_23' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_12) == 0x0004CC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x0004D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_13) == 0x0004D4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_13) == 0x0004E4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_13) == 0x0004E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_13) == 0x0004EC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_13) == 0x0004F0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_24) == 0x0004F8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_24' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_13) == 0x000508, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_11) == 0x000510, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_11) == 0x000518, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_39) == 0x000520, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_39' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_40) == 0x000524, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_40' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_41) == 0x000528, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_41' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_13) == 0x00052C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_25) == 0x000530, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_25' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_12) == 0x000540, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_26) == 0x000548, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_26' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_12) == 0x000550, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_13) == 0x000558, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_13) == 0x00055C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Multiply_FloatFloat_ReturnValue_14) == 0x000560, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Multiply_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_MakeStruct_LinearColor_14) == 0x000564, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_MakeStruct_LinearColor_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_X_14) == 0x000574, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_X_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Y_14) == 0x000578, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Y_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_BreakVector_Z_14) == 0x00057C, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_BreakVector_Z_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Remap_for_DF_ReturnValue_14) == 0x000580, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Remap_for_DF_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_27) == 0x000588, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_27' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_MakeLiteralByte_ReturnValue_14) == 0x000598, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_MakeLiteralByte_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_13) == 0x0005A0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_13) == 0x0005A8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_SwitchEnum_CmpSuccess) == 0x0005B0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_42) == 0x0005B4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_42' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_43) == 0x0005B8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_43' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_int_Variable_44) == 0x0005BC, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_int_Variable_44' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_byte_Variable_14) == 0x0005C0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_byte_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, Temp_bool_Variable_14) == 0x0005C1, "Member 'BP_UltraVolumetrics_C_ApplyPreset::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_28) == 0x0005C4, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_28' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_SelectFloat_ReturnValue_14) == 0x0005C8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_SelectFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, K2Node_Select_Default_29) == 0x0005D0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::K2Node_Select_Default_29' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_Array_Get_Item_14) == 0x0005E0, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_ApplyPreset, CallFunc_CreateDynamicMaterialInstance_ReturnValue_14) == 0x0005E8, "Member 'BP_UltraVolumetrics_C_ApplyPreset::CallFunc_CreateDynamicMaterialInstance_ReturnValue_14' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_Randomize \ static_assert(alignof(BP_UltraVolumetrics_C_Randomize) == 0x000004, "Wrong alignment on BP_UltraVolumetrics_C_Randomize"); \ static_assert(sizeof(BP_UltraVolumetrics_C_Randomize) == 0x000004, "Wrong size on BP_UltraVolumetrics_C_Randomize"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Randomize, CallFunc_RandomIntegerInRange_ReturnValue) == 0x000000, "Member 'BP_UltraVolumetrics_C_Randomize::CallFunc_RandomIntegerInRange_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_SetRandom \ static_assert(alignof(BP_UltraVolumetrics_C_SetRandom) == 0x000008, "Wrong alignment on BP_UltraVolumetrics_C_SetRandom"); \ static_assert(sizeof(BP_UltraVolumetrics_C_SetRandom) == 0x0000D0, "Wrong size on BP_UltraVolumetrics_C_SetRandom"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_bool_Variable) == 0x000000, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_bool_Variable_1) == 0x000001, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_bool_Variable_2) == 0x000002, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_bool_Variable_3) == 0x000003, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_byte_Variable) == 0x000004, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_byte_Variable_1) == 0x000005, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_byte_Variable_2) == 0x000006, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_int_Variable) == 0x000008, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_int_Variable_1) == 0x00000C, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_int_Variable_2) == 0x000010, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_int_Variable_3) == 0x000014, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_byte_Variable_3) == 0x000018, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, Temp_bool_Variable_4) == 0x000019, "Member 'BP_UltraVolumetrics_C_SetRandom::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_Select_Default) == 0x00001C, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_SelectFloat_ReturnValue) == 0x000020, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_MakeStruct_LinearColor) == 0x000028, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_MakeStruct_LinearColor' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_BreakVector_X) == 0x000038, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_BreakVector_Y) == 0x00003C, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_BreakVector_Z) == 0x000040, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_Remap_for_DF_ReturnValue) == 0x000044, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_Remap_for_DF_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_Select_Default_1) == 0x000048, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000060, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MakeRandomStream_ReturnValue) == 0x000068, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue) == 0x000070, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_1) == 0x000074, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomIntegerFromStream_ReturnValue) == 0x000078, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomIntegerFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_2) == 0x00007C, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_Select_Default_2) == 0x000080, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_3) == 0x000084, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_4) == 0x000088, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_5) == 0x00008C, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_6) == 0x000090, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_7) == 0x000094, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_8) == 0x000098, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_9) == 0x00009C, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_10) == 0x0000A0, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_11) == 0x0000A4, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_MakeVector_ReturnValue) == 0x0000A8, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_Select_Default_3) == 0x0000B4, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_12) == 0x0000B8, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_13) == 0x0000BC, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_Select_Default_4) == 0x0000C0, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_14) == 0x0000C4, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomFloatInRangeFromStream_ReturnValue_15) == 0x0000C8, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomFloatInRangeFromStream_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, CallFunc_RandomBoolFromStream_ReturnValue) == 0x0000CC, "Member 'BP_UltraVolumetrics_C_SetRandom::CallFunc_RandomBoolFromStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_SetRandom, K2Node_Select_Default_5) == 0x0000CD, "Member 'BP_UltraVolumetrics_C_SetRandom::K2Node_Select_Default_5' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UltraVolumetrics_C_Remap_for_DF \ static_assert(alignof(BP_UltraVolumetrics_C_Remap_for_DF) == 0x000004, "Wrong alignment on BP_UltraVolumetrics_C_Remap_for_DF"); \ static_assert(sizeof(BP_UltraVolumetrics_C_Remap_for_DF) == 0x000014, "Wrong size on BP_UltraVolumetrics_C_Remap_for_DF"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Remap_for_DF, Val) == 0x000000, "Member 'BP_UltraVolumetrics_C_Remap_for_DF::Val' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Remap_for_DF, ReturnValue) == 0x000004, "Member 'BP_UltraVolumetrics_C_Remap_for_DF::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Remap_for_DF, CallFunc_MapRangeClamped_ReturnValue) == 0x000008, "Member 'BP_UltraVolumetrics_C_Remap_for_DF::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Remap_for_DF, CallFunc_MapRangeClamped_ReturnValue_1) == 0x00000C, "Member 'BP_UltraVolumetrics_C_Remap_for_DF::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UltraVolumetrics_C_Remap_for_DF, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'BP_UltraVolumetrics_C_Remap_for_DF::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_UltraVolumetrics_C \ static_assert(alignof(ABP_UltraVolumetrics_C) == 0x000008, "Wrong alignment on ABP_UltraVolumetrics_C"); \ static_assert(sizeof(ABP_UltraVolumetrics_C) == 0x000320, "Wrong size on ABP_UltraVolumetrics_C"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, UberGraphFrame) == 0x000230, "Member 'ABP_UltraVolumetrics_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Fog) == 0x000238, "Member 'ABP_UltraVolumetrics_C::Fog' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, FogIcon) == 0x000240, "Member 'ABP_UltraVolumetrics_C::FogIcon' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, LerpOpacity_NewTrack_0_90B404D74C179236EEF0C3A446B6ABAB) == 0x000248, "Member 'ABP_UltraVolumetrics_C::LerpOpacity_NewTrack_0_90B404D74C179236EEF0C3A446B6ABAB' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, LerpOpacity__Direction_90B404D74C179236EEF0C3A446B6ABAB) == 0x00024C, "Member 'ABP_UltraVolumetrics_C::LerpOpacity__Direction_90B404D74C179236EEF0C3A446B6ABAB' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, LerpOpacity) == 0x000250, "Member 'ABP_UltraVolumetrics_C::LerpOpacity' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Materials) == 0x000258, "Member 'ABP_UltraVolumetrics_C::Materials' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Seed) == 0x000268, "Member 'ABP_UltraVolumetrics_C::Seed' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Randomize_with_Distance_Fields_) == 0x00026C, "Member 'ABP_UltraVolumetrics_C::Randomize_with_Distance_Fields_' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Preset) == 0x00026D, "Member 'ABP_UltraVolumetrics_C::Preset' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, EnableDistanceQuality_) == 0x00026E, "Member 'ABP_UltraVolumetrics_C::EnableDistanceQuality_' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, GridSizeZ) == 0x000270, "Member 'ABP_UltraVolumetrics_C::GridSizeZ' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, GridPixelSize) == 0x000274, "Member 'ABP_UltraVolumetrics_C::GridPixelSize' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, QualityPreset) == 0x000278, "Member 'ABP_UltraVolumetrics_C::QualityPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, QualityTriggerDistance) == 0x00027C, "Member 'ABP_UltraVolumetrics_C::QualityTriggerDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, QualityVars) == 0x000280, "Member 'ABP_UltraVolumetrics_C::QualityVars' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Material) == 0x0002A0, "Member 'ABP_UltraVolumetrics_C::Material' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Second_layer) == 0x0002A8, "Member 'ABP_UltraVolumetrics_C::Second_layer' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Second_layer_amount) == 0x0002AC, "Member 'ABP_UltraVolumetrics_C::Second_layer_amount' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Use_Distance_Field_) == 0x0002B0, "Member 'ABP_UltraVolumetrics_C::Use_Distance_Field_' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Distance_Field___Height) == 0x0002B4, "Member 'ABP_UltraVolumetrics_C::Distance_Field___Height' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Distance_Field___Multiply) == 0x0002B8, "Member 'ABP_UltraVolumetrics_C::Distance_Field___Multiply' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Distance_Field___Contrast) == 0x0002BC, "Member 'ABP_UltraVolumetrics_C::Distance_Field___Contrast' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Opacity) == 0x0002C0, "Member 'ABP_UltraVolumetrics_C::Opacity' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Self_Shadow_Amount) == 0x0002C4, "Member 'ABP_UltraVolumetrics_C::Self_Shadow_Amount' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Noise_Size) == 0x0002C8, "Member 'ABP_UltraVolumetrics_C::Noise_Size' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Noise___Contrast) == 0x0002D4, "Member 'ABP_UltraVolumetrics_C::Noise___Contrast' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Noise___Multiply) == 0x0002D8, "Member 'ABP_UltraVolumetrics_C::Noise___Multiply' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Color) == 0x0002DC, "Member 'ABP_UltraVolumetrics_C::Color' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Panning_Speed___X) == 0x0002EC, "Member 'ABP_UltraVolumetrics_C::Panning_Speed___X' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Panning_Speed___Y) == 0x0002F0, "Member 'ABP_UltraVolumetrics_C::Panning_Speed___Y' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Panning_Speed___Z) == 0x0002F4, "Member 'ABP_UltraVolumetrics_C::Panning_Speed___Z' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Far_Fade_Distance) == 0x0002F8, "Member 'ABP_UltraVolumetrics_C::Far_Fade_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Near_Fade_Distance) == 0x0002FC, "Member 'ABP_UltraVolumetrics_C::Near_Fade_Distance' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Use_ThirdPerson_Near_Fade_) == 0x000300, "Member 'ABP_UltraVolumetrics_C::Use_ThirdPerson_Near_Fade_' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, MaterialsDF) == 0x000308, "Member 'ABP_UltraVolumetrics_C::MaterialsDF' has a wrong offset!"); \ static_assert(offsetof(ABP_UltraVolumetrics_C, Enable) == 0x000318, "Member 'ABP_UltraVolumetrics_C::Enable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_GL_VolumetricCloud \ static_assert(alignof(FS_GL_VolumetricCloud) == 0x000008, "Wrong alignment on FS_GL_VolumetricCloud"); \ static_assert(sizeof(FS_GL_VolumetricCloud) == 0x000078, "Wrong size on FS_GL_VolumetricCloud"); \ static_assert(offsetof(FS_GL_VolumetricCloud, Albedo_35_57CCE9974AD4DEFA4105D58181C8C1D3) == 0x000000, "Member 'FS_GL_VolumetricCloud::Albedo_35_57CCE9974AD4DEFA4105D58181C8C1D3' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, Albedo2_36_17F8DC4344F6564C8F3737B901C9B314) == 0x000010, "Member 'FS_GL_VolumetricCloud::Albedo2_36_17F8DC4344F6564C8F3737B901C9B314' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, Extinction_40_FBA481F7420F2E01FC3936B68A5330B0) == 0x000020, "Member 'FS_GL_VolumetricCloud::Extinction_40_FBA481F7420F2E01FC3936B68A5330B0' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, ExtinctionScale_39_6713378640ED5F9220E2AFBADBDA90F8) == 0x000030, "Member 'FS_GL_VolumetricCloud::ExtinctionScale_39_6713378640ED5F9220E2AFBADBDA90F8' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, Bias_6_DE897E7E4DA20FA32A2FCCA61B2AE880) == 0x000034, "Member 'FS_GL_VolumetricCloud::Bias_6_DE897E7E4DA20FA32A2FCCA61B2AE880' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, Offset_41_DB679F3348959A6B1A03ADA8EC9A81D6) == 0x000038, "Member 'FS_GL_VolumetricCloud::Offset_41_DB679F3348959A6B1A03ADA8EC9A81D6' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, Darkness_8_8B6F09A344D04ECE0632398CAC1D974C) == 0x000044, "Member 'FS_GL_VolumetricCloud::Darkness_8_8B6F09A344D04ECE0632398CAC1D974C' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, MultiScatteringContribution_22_AEE855BF4B1D0E3D2AF687A01000F939) == 0x000048, "Member 'FS_GL_VolumetricCloud::MultiScatteringContribution_22_AEE855BF4B1D0E3D2AF687A01000F939' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, MultiScatteringOcclusion_21_B652ECFF424B0A55DC681491F844C7BA) == 0x00004C, "Member 'FS_GL_VolumetricCloud::MultiScatteringOcclusion_21_B652ECFF424B0A55DC681491F844C7BA' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, DistortionAmount_19_47DE6C5D4A2A446FFE267587F99AA85B) == 0x000050, "Member 'FS_GL_VolumetricCloud::DistortionAmount_19_47DE6C5D4A2A446FFE267587F99AA85B' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, DistortionSpeed_24_5960FA854C6D00BE8CDB85BC3A695B7A) == 0x000054, "Member 'FS_GL_VolumetricCloud::DistortionSpeed_24_5960FA854C6D00BE8CDB85BC3A695B7A' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, DistortionScale_26_A8D42B5D452FDCBD46287B86E35873BF) == 0x000058, "Member 'FS_GL_VolumetricCloud::DistortionScale_26_A8D42B5D452FDCBD46287B86E35873BF' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, DistortionOffset_28_E5000E7F4D1DE6C2D8B366A65AC81A7F) == 0x00005C, "Member 'FS_GL_VolumetricCloud::DistortionOffset_28_E5000E7F4D1DE6C2D8B366A65AC81A7F' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, DistortionVector_43_4D026F3E490E19220C6C498D09C98248) == 0x000060, "Member 'FS_GL_VolumetricCloud::DistortionVector_43_4D026F3E490E19220C6C498D09C98248' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, NoiseExp_30_918E58204E799E0C16E15D9750EBE8AA) == 0x00006C, "Member 'FS_GL_VolumetricCloud::NoiseExp_30_918E58204E799E0C16E15D9750EBE8AA' has a wrong offset!"); \ static_assert(offsetof(FS_GL_VolumetricCloud, Material_47_2E66DD8949D824C2D565ED92613DCC1F) == 0x000070, "Member 'FS_GL_VolumetricCloud::Material_47_2E66DD8949D824C2D565ED92613DCC1F' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_GlobalLighting \ static_assert(alignof(FS_GlobalLighting) == 0x000008, "Wrong alignment on FS_GlobalLighting"); \ static_assert(sizeof(FS_GlobalLighting) == 0x000190, "Wrong size on FS_GlobalLighting"); \ static_assert(offsetof(FS_GlobalLighting, Chapter_28_30F2462744A0C23A9E61EC9C1A0F05CF) == 0x000000, "Member 'FS_GlobalLighting::Chapter_28_30F2462744A0C23A9E61EC9C1A0F05CF' has a wrong offset!"); \ static_assert(offsetof(FS_GlobalLighting, Scenario_34_DD1D5F6F41ECC0741E510C8968396156) == 0x000001, "Member 'FS_GlobalLighting::Scenario_34_DD1D5F6F41ECC0741E510C8968396156' has a wrong offset!"); \ static_assert(offsetof(FS_GlobalLighting, Notes_46_452935474B3443BF98622CA4B996CDE7) == 0x000008, "Member 'FS_GlobalLighting::Notes_46_452935474B3443BF98622CA4B996CDE7' has a wrong offset!"); \ static_assert(offsetof(FS_GlobalLighting, DirectionalLight_22_0FF327EE4A1C1A0435B820A64744A41C) == 0x000018, "Member 'FS_GlobalLighting::DirectionalLight_22_0FF327EE4A1C1A0435B820A64744A41C' has a wrong offset!"); \ static_assert(offsetof(FS_GlobalLighting, SkyLight_37_A18B04D345450A6AD02C2AB8C24EFD92) == 0x000040, "Member 'FS_GlobalLighting::SkyLight_37_A18B04D345450A6AD02C2AB8C24EFD92' has a wrong offset!"); \ static_assert(offsetof(FS_GlobalLighting, Fog_40_34C2BEB44A7061D251821889CADB2698) == 0x000068, "Member 'FS_GlobalLighting::Fog_40_34C2BEB44A7061D251821889CADB2698' has a wrong offset!"); \ static_assert(offsetof(FS_GlobalLighting, SkyAtmosphere_43_9401F692474E6E2CAB33089B4677D68B) == 0x0000A8, "Member 'FS_GlobalLighting::SkyAtmosphere_43_9401F692474E6E2CAB33089B4677D68B' has a wrong offset!"); \ static_assert(offsetof(FS_GlobalLighting, VolumetricCloud_49_E5CC4FF74400887AE4C10DB50186EE82) == 0x000118, "Member 'FS_GlobalLighting::VolumetricCloud_49_E5CC4FF74400887AE4C10DB50186EE82' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_GlobalLightingPresets \ static_assert(alignof(FS_GlobalLightingPresets) == 0x000008, "Wrong alignment on FS_GlobalLightingPresets"); \ static_assert(sizeof(FS_GlobalLightingPresets) == 0x000010, "Wrong size on FS_GlobalLightingPresets"); \ static_assert(offsetof(FS_GlobalLightingPresets, Presets_3_05CE59734AF80FE842D1C8AAE4C6D244) == 0x000000, "Member 'FS_GlobalLightingPresets::Presets_3_05CE59734AF80FE842D1C8AAE4C6D244' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FrequencyVortex_C_UserConstructionScript \ static_assert(alignof(BP_FrequencyVortex_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FrequencyVortex_C_UserConstructionScript"); \ static_assert(sizeof(BP_FrequencyVortex_C_UserConstructionScript) == 0x000020, "Wrong size on BP_FrequencyVortex_C_UserConstructionScript"); \ static_assert(offsetof(BP_FrequencyVortex_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_FrequencyVortex_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FrequencyVortex_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000008, "Member 'BP_FrequencyVortex_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FrequencyVortex_C_UserConstructionScript, CallFunc_Conv_FloatToVector_ReturnValue) == 0x000010, "Member 'BP_FrequencyVortex_C_UserConstructionScript::CallFunc_Conv_FloatToVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FrequencyVortex_C \ static_assert(alignof(ABP_FrequencyVortex_C) == 0x000008, "Wrong alignment on ABP_FrequencyVortex_C"); \ static_assert(sizeof(ABP_FrequencyVortex_C) == 0x000288, "Wrong size on ABP_FrequencyVortex_C"); \ static_assert(offsetof(ABP_FrequencyVortex_C, RotatingMovement) == 0x000230, "Member 'ABP_FrequencyVortex_C::RotatingMovement' has a wrong offset!"); \ static_assert(offsetof(ABP_FrequencyVortex_C, SM_FrequencyVortex) == 0x000238, "Member 'ABP_FrequencyVortex_C::SM_FrequencyVortex' has a wrong offset!"); \ static_assert(offsetof(ABP_FrequencyVortex_C, SM_FrequencyVortex_Spiral) == 0x000240, "Member 'ABP_FrequencyVortex_C::SM_FrequencyVortex_Spiral' has a wrong offset!"); \ static_assert(offsetof(ABP_FrequencyVortex_C, Scene) == 0x000248, "Member 'ABP_FrequencyVortex_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_FrequencyVortex_C, DefaultSceneRoot) == 0x000250, "Member 'ABP_FrequencyVortex_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_FrequencyVortex_C, Scale) == 0x000258, "Member 'ABP_FrequencyVortex_C::Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_FrequencyVortex_C, Intensity) == 0x00025C, "Member 'ABP_FrequencyVortex_C::Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_FrequencyVortex_C, VortexMaterial) == 0x000260, "Member 'ABP_FrequencyVortex_C::VortexMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_FrequencyVortex_C, SpiralMaterial) == 0x000268, "Member 'ABP_FrequencyVortex_C::SpiralMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_FrequencyVortex_C, UseEndCapGeo) == 0x000270, "Member 'ABP_FrequencyVortex_C::UseEndCapGeo' has a wrong offset!"); \ static_assert(offsetof(ABP_FrequencyVortex_C, VortexMID) == 0x000278, "Member 'ABP_FrequencyVortex_C::VortexMID' has a wrong offset!"); \ static_assert(offsetof(ABP_FrequencyVortex_C, SpiralMID) == 0x000280, "Member 'ABP_FrequencyVortex_C::SpiralMID' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting \ static_assert(alignof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting"); \ static_assert(sizeof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting) == 0x000AC0, "Wrong size on BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, EntryPoint) == 0x000000, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_readRowName_RowFound) == 0x000004, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_readRowName_RowFound' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_readRowName_Output) == 0x000008, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_readRowName_Output' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_CustomEvent_Chapter) == 0x000198, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_CustomEvent_Chapter' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_CustomEvent_Scenario) == 0x000199, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_CustomEvent_Scenario' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_CustomEvent_CurrentSpeed) == 0x00019C, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_CustomEvent_CurrentSpeed' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_CustomEvent_Use_Duration) == 0x0001A0, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_CustomEvent_Use_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_CustomEvent_Duration) == 0x0001A4, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_CustomEvent_TransitionCurve) == 0x0001A8, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_CustomEvent_TransitionCurve' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_readFromLevel_levelPreset) == 0x0001B0, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_readFromLevel_levelPreset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOCreateEvent_OutputDelegate) == 0x000340, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000350, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Sender_5) == 0x000360, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Sender_5' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Event_5) == 0x000368, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Event_5' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_readFromLevel_levelPreset_1) == 0x000370, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_readFromLevel_levelPreset_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_MakeArray_Array) == 0x000500, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_MakeStruct_S_GlobalLightingPresets) == 0x000510, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_MakeStruct_S_GlobalLightingPresets' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_SaveDataTableRowFromName_ReturnValue) == 0x000520, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_SaveDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_cacheFromLevel_levelPreset) == 0x000528, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_cacheFromLevel_levelPreset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Sender_4) == 0x0006B8, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Sender_4' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Event_4) == 0x0006C0, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Event_4' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_DynamicCast_AsBPE_Global_Update_Lighting) == 0x0006C8, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_DynamicCast_AsBPE_Global_Update_Lighting' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_DynamicCast_bSuccess) == 0x0006D0, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0006D8, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x0006E8, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_Conv_StringToText_ReturnValue) == 0x0006F8, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_Conv_StringToText_ReturnValue_1) == 0x000710, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_MakeStruct_FormatArgumentData) == 0x000728, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_MakeStruct_FormatArgumentData_1) == 0x000768, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_MakeStruct_FormatArgumentData_2) == 0x0007A8, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_MakeStruct_FormatArgumentData_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_MakeArray_Array_1) == 0x0007E8, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_Format_ReturnValue) == 0x0007F8, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_Conv_TextToString_ReturnValue) == 0x000810, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_Concat_StrStr_ReturnValue) == 0x000820, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000830, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Sender_3) == 0x000840, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Sender_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Event_3) == 0x000848, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Event_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000850, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000858, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOCreateEvent_OutputDelegate_3) == 0x000864, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_FTruncVector_ReturnValue) == 0x000874, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_FTruncVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Sender_2) == 0x000880, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Event_2) == 0x000888, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_readFromLevel_levelPreset_2) == 0x000890, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_readFromLevel_levelPreset_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_DynamicCast_AsBPE_Global_Set_Curve_Presets) == 0x000A20, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_DynamicCast_AsBPE_Global_Set_Curve_Presets' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_DynamicCast_bSuccess_1) == 0x000A28, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_createTargetRowName_ReturnValue) == 0x000A2C, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_createTargetRowName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_Event_DeltaSeconds) == 0x000A34, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_GetScalarParameterValue_ReturnValue) == 0x000A38, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOCreateEvent_OutputDelegate_4) == 0x000A3C, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Sender_1) == 0x000A50, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Event_1) == 0x000A58, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Sender) == 0x000A60, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOEvent_Event) == 0x000A68, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_DynamicCast_AsBPE_Global_MFX_Rain) == 0x000A70, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_DynamicCast_AsBPE_Global_MFX_Rain' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_DynamicCast_bSuccess_2) == 0x000A78, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, K2Node_EOCreateEvent_OutputDelegate_5) == 0x000A7C, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::K2Node_EOCreateEvent_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_createTargetRowName_ReturnValue_1) == 0x000A8C, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_createTargetRowName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_Conv_NameToString_ReturnValue) == 0x000A98, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000AA8, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting, CallFunc_IsLoadingCheckpoint_ReturnValue) == 0x000AB8, "Member 'BP_GlobalLighting_C_ExecuteUbergraph_BP_GlobalLighting::CallFunc_IsLoadingCheckpoint_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_Global_MFX_Rain \ static_assert(alignof(BP_GlobalLighting_C_Global_MFX_Rain) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_Global_MFX_Rain"); \ static_assert(sizeof(BP_GlobalLighting_C_Global_MFX_Rain) == 0x000010, "Wrong size on BP_GlobalLighting_C_Global_MFX_Rain"); \ static_assert(offsetof(BP_GlobalLighting_C_Global_MFX_Rain, Sender) == 0x000000, "Member 'BP_GlobalLighting_C_Global_MFX_Rain::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_Global_MFX_Rain, Event) == 0x000008, "Member 'BP_GlobalLighting_C_Global_MFX_Rain::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_EndCurvePresets \ static_assert(alignof(BP_GlobalLighting_C_EndCurvePresets) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_EndCurvePresets"); \ static_assert(sizeof(BP_GlobalLighting_C_EndCurvePresets) == 0x000010, "Wrong size on BP_GlobalLighting_C_EndCurvePresets"); \ static_assert(offsetof(BP_GlobalLighting_C_EndCurvePresets, Sender) == 0x000000, "Member 'BP_GlobalLighting_C_EndCurvePresets::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_EndCurvePresets, Event) == 0x000008, "Member 'BP_GlobalLighting_C_EndCurvePresets::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_ReceiveTick \ static_assert(alignof(BP_GlobalLighting_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GlobalLighting_C_ReceiveTick"); \ static_assert(sizeof(BP_GlobalLighting_C_ReceiveTick) == 0x000004, "Wrong size on BP_GlobalLighting_C_ReceiveTick"); \ static_assert(offsetof(BP_GlobalLighting_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GlobalLighting_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_SetCurvePresets \ static_assert(alignof(BP_GlobalLighting_C_SetCurvePresets) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_SetCurvePresets"); \ static_assert(sizeof(BP_GlobalLighting_C_SetCurvePresets) == 0x000010, "Wrong size on BP_GlobalLighting_C_SetCurvePresets"); \ static_assert(offsetof(BP_GlobalLighting_C_SetCurvePresets, Sender) == 0x000000, "Member 'BP_GlobalLighting_C_SetCurvePresets::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_SetCurvePresets, Event) == 0x000008, "Member 'BP_GlobalLighting_C_SetCurvePresets::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_SetWorldOrigin \ static_assert(alignof(BP_GlobalLighting_C_SetWorldOrigin) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_SetWorldOrigin"); \ static_assert(sizeof(BP_GlobalLighting_C_SetWorldOrigin) == 0x000010, "Wrong size on BP_GlobalLighting_C_SetWorldOrigin"); \ static_assert(offsetof(BP_GlobalLighting_C_SetWorldOrigin, Sender) == 0x000000, "Member 'BP_GlobalLighting_C_SetWorldOrigin::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_SetWorldOrigin, Event) == 0x000008, "Member 'BP_GlobalLighting_C_SetWorldOrigin::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_EOEventDelegate_UpdateLighting \ static_assert(alignof(BP_GlobalLighting_C_EOEventDelegate_UpdateLighting) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_EOEventDelegate_UpdateLighting"); \ static_assert(sizeof(BP_GlobalLighting_C_EOEventDelegate_UpdateLighting) == 0x000010, "Wrong size on BP_GlobalLighting_C_EOEventDelegate_UpdateLighting"); \ static_assert(offsetof(BP_GlobalLighting_C_EOEventDelegate_UpdateLighting, Sender) == 0x000000, "Member 'BP_GlobalLighting_C_EOEventDelegate_UpdateLighting::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_EOEventDelegate_UpdateLighting, Event) == 0x000008, "Member 'BP_GlobalLighting_C_EOEventDelegate_UpdateLighting::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_GlobalLighting_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_GlobalLighting_C_OnCheckpointLoadFinished) == 0x000010, "Wrong size on BP_GlobalLighting_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_GlobalLighting_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_GlobalLighting_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_GlobalLighting_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_SetGlobalLighting \ static_assert(alignof(BP_GlobalLighting_C_SetGlobalLighting) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_SetGlobalLighting"); \ static_assert(sizeof(BP_GlobalLighting_C_SetGlobalLighting) == 0x000018, "Wrong size on BP_GlobalLighting_C_SetGlobalLighting"); \ static_assert(offsetof(BP_GlobalLighting_C_SetGlobalLighting, Chapter_0) == 0x000000, "Member 'BP_GlobalLighting_C_SetGlobalLighting::Chapter_0' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_SetGlobalLighting, Scenario_0) == 0x000001, "Member 'BP_GlobalLighting_C_SetGlobalLighting::Scenario_0' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_SetGlobalLighting, CurrentSpeed_0) == 0x000004, "Member 'BP_GlobalLighting_C_SetGlobalLighting::CurrentSpeed_0' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_SetGlobalLighting, Use_Duration_0) == 0x000008, "Member 'BP_GlobalLighting_C_SetGlobalLighting::Use_Duration_0' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_SetGlobalLighting, Duration_0) == 0x00000C, "Member 'BP_GlobalLighting_C_SetGlobalLighting::Duration_0' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_SetGlobalLighting, TransitionCurve_0) == 0x000010, "Member 'BP_GlobalLighting_C_SetGlobalLighting::TransitionCurve_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_UserConstructionScript \ static_assert(alignof(BP_GlobalLighting_C_UserConstructionScript) == 0x000004, "Wrong alignment on BP_GlobalLighting_C_UserConstructionScript"); \ static_assert(sizeof(BP_GlobalLighting_C_UserConstructionScript) == 0x000018, "Wrong size on BP_GlobalLighting_C_UserConstructionScript"); \ static_assert(offsetof(BP_GlobalLighting_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_GlobalLighting_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BP_GlobalLighting_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_2) == 0x000002, "Member 'BP_GlobalLighting_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_3) == 0x000003, "Member 'BP_GlobalLighting_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_4) == 0x000004, "Member 'BP_GlobalLighting_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_5) == 0x000005, "Member 'BP_GlobalLighting_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_6) == 0x000006, "Member 'BP_GlobalLighting_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_7) == 0x000007, "Member 'BP_GlobalLighting_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_8) == 0x000008, "Member 'BP_GlobalLighting_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UserConstructionScript, CallFunc_createPresetRowName_ReturnValue) == 0x00000C, "Member 'BP_GlobalLighting_C_UserConstructionScript::CallFunc_createPresetRowName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_9) == 0x000014, "Member 'BP_GlobalLighting_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_readFromLevel \ static_assert(alignof(BP_GlobalLighting_C_readFromLevel) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_readFromLevel"); \ static_assert(sizeof(BP_GlobalLighting_C_readFromLevel) == 0x0005A0, "Wrong size on BP_GlobalLighting_C_readFromLevel"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, LevelPreset_0) == 0x000000, "Member 'BP_GlobalLighting_C_readFromLevel::LevelPreset_0' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, K2Node_MakeStruct_S_GL_VolumetricCloud) == 0x000190, "Member 'BP_GlobalLighting_C_readFromLevel::K2Node_MakeStruct_S_GL_VolumetricCloud' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, CallFunc_readVolumetricCloudFromLevel_Preset_VolumetricCloud) == 0x000208, "Member 'BP_GlobalLighting_C_readFromLevel::CallFunc_readVolumetricCloudFromLevel_Preset_VolumetricCloud' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, CallFunc_GetScenarioFromDescription_Result) == 0x000280, "Member 'BP_GlobalLighting_C_readFromLevel::CallFunc_GetScenarioFromDescription_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, Temp_bool_Variable) == 0x000290, "Member 'BP_GlobalLighting_C_readFromLevel::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, CallFunc_StringToScenario_Result) == 0x000291, "Member 'BP_GlobalLighting_C_readFromLevel::CallFunc_StringToScenario_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, K2Node_Select_Default) == 0x000298, "Member 'BP_GlobalLighting_C_readFromLevel::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, CallFunc_readSkyAtmosphereFromLevel_Preset_SkyAtmosphere) == 0x000310, "Member 'BP_GlobalLighting_C_readFromLevel::CallFunc_readSkyAtmosphereFromLevel_Preset_SkyAtmosphere' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, CallFunc_readFogFromLevel_Preset_Fog) == 0x000380, "Member 'BP_GlobalLighting_C_readFromLevel::CallFunc_readFogFromLevel_Preset_Fog' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, CallFunc_readSkyLightFromLevel_Preset_Skylight) == 0x0003C0, "Member 'BP_GlobalLighting_C_readFromLevel::CallFunc_readSkyLightFromLevel_Preset_Skylight' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, CallFunc_readDirectionalFromLevel_Preset_Directional) == 0x0003E8, "Member 'BP_GlobalLighting_C_readFromLevel::CallFunc_readDirectionalFromLevel_Preset_Directional' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFromLevel, K2Node_MakeStruct_S_GlobalLighting) == 0x000410, "Member 'BP_GlobalLighting_C_readFromLevel::K2Node_MakeStruct_S_GlobalLighting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_cacheFromLevel \ static_assert(alignof(BP_GlobalLighting_C_cacheFromLevel) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_cacheFromLevel"); \ static_assert(sizeof(BP_GlobalLighting_C_cacheFromLevel) == 0x000320, "Wrong size on BP_GlobalLighting_C_cacheFromLevel"); \ static_assert(offsetof(BP_GlobalLighting_C_cacheFromLevel, LevelPreset_0) == 0x000000, "Member 'BP_GlobalLighting_C_cacheFromLevel::LevelPreset_0' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_cacheFromLevel, CallFunc_readFromLevel_levelPreset) == 0x000190, "Member 'BP_GlobalLighting_C_cacheFromLevel::CallFunc_readFromLevel_levelPreset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_setDirectionalLightFromPreset \ static_assert(alignof(BP_GlobalLighting_C_setDirectionalLightFromPreset) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_setDirectionalLightFromPreset"); \ static_assert(sizeof(BP_GlobalLighting_C_setDirectionalLightFromPreset) == 0x000198, "Wrong size on BP_GlobalLighting_C_setDirectionalLightFromPreset"); \ static_assert(offsetof(BP_GlobalLighting_C_setDirectionalLightFromPreset, Preset) == 0x000000, "Member 'BP_GlobalLighting_C_setDirectionalLightFromPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setDirectionalLightFromPreset, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000190, "Member 'BP_GlobalLighting_C_setDirectionalLightFromPreset::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_createPresetRowName \ static_assert(alignof(BP_GlobalLighting_C_createPresetRowName) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_createPresetRowName"); \ static_assert(sizeof(BP_GlobalLighting_C_createPresetRowName) == 0x000020, "Wrong size on BP_GlobalLighting_C_createPresetRowName"); \ static_assert(offsetof(BP_GlobalLighting_C_createPresetRowName, ReturnValue) == 0x000000, "Member 'BP_GlobalLighting_C_createPresetRowName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_createPresetRowName, CallFunc_GetRowName_Result) == 0x000008, "Member 'BP_GlobalLighting_C_createPresetRowName::CallFunc_GetRowName_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_createPresetRowName, CallFunc_Conv_StringToName_ReturnValue) == 0x000018, "Member 'BP_GlobalLighting_C_createPresetRowName::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_lerpDirectionalLight \ static_assert(alignof(BP_GlobalLighting_C_lerpDirectionalLight) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_lerpDirectionalLight"); \ static_assert(sizeof(BP_GlobalLighting_C_lerpDirectionalLight) == 0x000350, "Wrong size on BP_GlobalLighting_C_lerpDirectionalLight"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpDirectionalLight, Current_Preset) == 0x000000, "Member 'BP_GlobalLighting_C_lerpDirectionalLight::Current_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpDirectionalLight, Target_Preset) == 0x000190, "Member 'BP_GlobalLighting_C_lerpDirectionalLight::Target_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpDirectionalLight, Alpha) == 0x000320, "Member 'BP_GlobalLighting_C_lerpDirectionalLight::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpDirectionalLight, CallFunc_Lerp_ReturnValue) == 0x000324, "Member 'BP_GlobalLighting_C_lerpDirectionalLight::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpDirectionalLight, CallFunc_LinearColorLerp_ReturnValue) == 0x000328, "Member 'BP_GlobalLighting_C_lerpDirectionalLight::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpDirectionalLight, CallFunc_RLerp_ReturnValue) == 0x000338, "Member 'BP_GlobalLighting_C_lerpDirectionalLight::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpDirectionalLight, CallFunc_Lerp_ReturnValue_1) == 0x000344, "Member 'BP_GlobalLighting_C_lerpDirectionalLight::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpDirectionalLight, CallFunc_K2_SetActorRotation_ReturnValue) == 0x000348, "Member 'BP_GlobalLighting_C_lerpDirectionalLight::CallFunc_K2_SetActorRotation_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_readRowName \ static_assert(alignof(BP_GlobalLighting_C_readRowName) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_readRowName"); \ static_assert(sizeof(BP_GlobalLighting_C_readRowName) == 0x000368, "Wrong size on BP_GlobalLighting_C_readRowName"); \ static_assert(offsetof(BP_GlobalLighting_C_readRowName, RowName) == 0x000000, "Member 'BP_GlobalLighting_C_readRowName::RowName' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readRowName, RowFound) == 0x000008, "Member 'BP_GlobalLighting_C_readRowName::RowFound' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readRowName, Output) == 0x000010, "Member 'BP_GlobalLighting_C_readRowName::Output' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readRowName, CallFunc_GetDataTableRowFromName_OutRow) == 0x0001A0, "Member 'BP_GlobalLighting_C_readRowName::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readRowName, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0001B0, "Member 'BP_GlobalLighting_C_readRowName::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readRowName, CallFunc_Conv_NameToString_ReturnValue) == 0x0001B8, "Member 'BP_GlobalLighting_C_readRowName::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readRowName, CallFunc_Concat_StrStr_ReturnValue) == 0x0001C8, "Member 'BP_GlobalLighting_C_readRowName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readRowName, CallFunc_Array_Get_Item) == 0x0001D8, "Member 'BP_GlobalLighting_C_readRowName::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_setCurrentPreset \ static_assert(alignof(BP_GlobalLighting_C_setCurrentPreset) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_setCurrentPreset"); \ static_assert(sizeof(BP_GlobalLighting_C_setCurrentPreset) == 0x000328, "Wrong size on BP_GlobalLighting_C_setCurrentPreset"); \ static_assert(offsetof(BP_GlobalLighting_C_setCurrentPreset, Output_Get) == 0x000000, "Member 'BP_GlobalLighting_C_setCurrentPreset::Output_Get' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setCurrentPreset, CallFunc_readRowName_RowFound) == 0x000190, "Member 'BP_GlobalLighting_C_setCurrentPreset::CallFunc_readRowName_RowFound' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setCurrentPreset, CallFunc_readRowName_Output) == 0x000198, "Member 'BP_GlobalLighting_C_setCurrentPreset::CallFunc_readRowName_Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_setTargetPreset \ static_assert(alignof(BP_GlobalLighting_C_setTargetPreset) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_setTargetPreset"); \ static_assert(sizeof(BP_GlobalLighting_C_setTargetPreset) == 0x000198, "Wrong size on BP_GlobalLighting_C_setTargetPreset"); \ static_assert(offsetof(BP_GlobalLighting_C_setTargetPreset, CallFunc_readRowName_RowFound) == 0x000000, "Member 'BP_GlobalLighting_C_setTargetPreset::CallFunc_readRowName_RowFound' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setTargetPreset, CallFunc_readRowName_Output) == 0x000008, "Member 'BP_GlobalLighting_C_setTargetPreset::CallFunc_readRowName_Output' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_createTargetRowName \ static_assert(alignof(BP_GlobalLighting_C_createTargetRowName) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_createTargetRowName"); \ static_assert(sizeof(BP_GlobalLighting_C_createTargetRowName) == 0x000038, "Wrong size on BP_GlobalLighting_C_createTargetRowName"); \ static_assert(offsetof(BP_GlobalLighting_C_createTargetRowName, Target_Chapter_0) == 0x000000, "Member 'BP_GlobalLighting_C_createTargetRowName::Target_Chapter_0' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_createTargetRowName, Target_Scenario) == 0x000001, "Member 'BP_GlobalLighting_C_createTargetRowName::Target_Scenario' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_createTargetRowName, ReturnValue) == 0x000004, "Member 'BP_GlobalLighting_C_createTargetRowName::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_createTargetRowName, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000010, "Member 'BP_GlobalLighting_C_createTargetRowName::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_createTargetRowName, CallFunc_GetRowName_Result) == 0x000020, "Member 'BP_GlobalLighting_C_createTargetRowName::CallFunc_GetRowName_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_createTargetRowName, CallFunc_Conv_StringToName_ReturnValue) == 0x000030, "Member 'BP_GlobalLighting_C_createTargetRowName::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_previewDataTableEntries \ static_assert(alignof(BP_GlobalLighting_C_previewDataTableEntries) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_previewDataTableEntries"); \ static_assert(sizeof(BP_GlobalLighting_C_previewDataTableEntries) == 0x0001E0, "Wrong size on BP_GlobalLighting_C_previewDataTableEntries"); \ static_assert(offsetof(BP_GlobalLighting_C_previewDataTableEntries, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_GlobalLighting_C_previewDataTableEntries::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_previewDataTableEntries, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_GlobalLighting_C_previewDataTableEntries::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_previewDataTableEntries, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_GlobalLighting_C_previewDataTableEntries::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_previewDataTableEntries, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000010, "Member 'BP_GlobalLighting_C_previewDataTableEntries::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_previewDataTableEntries, CallFunc_Array_Length_ReturnValue) == 0x000020, "Member 'BP_GlobalLighting_C_previewDataTableEntries::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_previewDataTableEntries, CallFunc_Array_Get_Item) == 0x000024, "Member 'BP_GlobalLighting_C_previewDataTableEntries::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_previewDataTableEntries, CallFunc_Less_IntInt_ReturnValue) == 0x00002C, "Member 'BP_GlobalLighting_C_previewDataTableEntries::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_previewDataTableEntries, CallFunc_GetDataTableRowFromName_OutRow) == 0x000030, "Member 'BP_GlobalLighting_C_previewDataTableEntries::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_previewDataTableEntries, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000040, "Member 'BP_GlobalLighting_C_previewDataTableEntries::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_previewDataTableEntries, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'BP_GlobalLighting_C_previewDataTableEntries::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_previewDataTableEntries, CallFunc_Array_AddUnique_ReturnValue) == 0x0001D8, "Member 'BP_GlobalLighting_C_previewDataTableEntries::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_readDirectionalFromLevel \ static_assert(alignof(BP_GlobalLighting_C_readDirectionalFromLevel) == 0x000004, "Wrong alignment on BP_GlobalLighting_C_readDirectionalFromLevel"); \ static_assert(sizeof(BP_GlobalLighting_C_readDirectionalFromLevel) == 0x00006C, "Wrong size on BP_GlobalLighting_C_readDirectionalFromLevel"); \ static_assert(offsetof(BP_GlobalLighting_C_readDirectionalFromLevel, Preset_Directional) == 0x000000, "Member 'BP_GlobalLighting_C_readDirectionalFromLevel::Preset_Directional' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readDirectionalFromLevel, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000028, "Member 'BP_GlobalLighting_C_readDirectionalFromLevel::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readDirectionalFromLevel, CallFunc_GetLightColor_ReturnValue) == 0x000034, "Member 'BP_GlobalLighting_C_readDirectionalFromLevel::CallFunc_GetLightColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readDirectionalFromLevel, K2Node_MakeStruct_S_GL_Directional) == 0x000044, "Member 'BP_GlobalLighting_C_readDirectionalFromLevel::K2Node_MakeStruct_S_GL_Directional' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_setSkyLightFromPreset \ static_assert(alignof(BP_GlobalLighting_C_setSkyLightFromPreset) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_setSkyLightFromPreset"); \ static_assert(sizeof(BP_GlobalLighting_C_setSkyLightFromPreset) == 0x000190, "Wrong size on BP_GlobalLighting_C_setSkyLightFromPreset"); \ static_assert(offsetof(BP_GlobalLighting_C_setSkyLightFromPreset, Preset) == 0x000000, "Member 'BP_GlobalLighting_C_setSkyLightFromPreset::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_lerpSkyLight \ static_assert(alignof(BP_GlobalLighting_C_lerpSkyLight) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_lerpSkyLight"); \ static_assert(sizeof(BP_GlobalLighting_C_lerpSkyLight) == 0x000350, "Wrong size on BP_GlobalLighting_C_lerpSkyLight"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyLight, Current_Preset) == 0x000000, "Member 'BP_GlobalLighting_C_lerpSkyLight::Current_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyLight, Target_Preset) == 0x000190, "Member 'BP_GlobalLighting_C_lerpSkyLight::Target_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyLight, Alpha) == 0x000320, "Member 'BP_GlobalLighting_C_lerpSkyLight::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyLight, CallFunc_Lerp_ReturnValue) == 0x000324, "Member 'BP_GlobalLighting_C_lerpSkyLight::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyLight, CallFunc_LinearColorLerp_ReturnValue) == 0x000328, "Member 'BP_GlobalLighting_C_lerpSkyLight::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyLight, CallFunc_LinearColorLerp_ReturnValue_1) == 0x000338, "Member 'BP_GlobalLighting_C_lerpSkyLight::CallFunc_LinearColorLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyLight, CallFunc_Lerp_ReturnValue_1) == 0x000348, "Member 'BP_GlobalLighting_C_lerpSkyLight::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_readSkyLightFromLevel \ static_assert(alignof(BP_GlobalLighting_C_readSkyLightFromLevel) == 0x000004, "Wrong alignment on BP_GlobalLighting_C_readSkyLightFromLevel"); \ static_assert(sizeof(BP_GlobalLighting_C_readSkyLightFromLevel) == 0x000060, "Wrong size on BP_GlobalLighting_C_readSkyLightFromLevel"); \ static_assert(offsetof(BP_GlobalLighting_C_readSkyLightFromLevel, Preset_Skylight) == 0x000000, "Member 'BP_GlobalLighting_C_readSkyLightFromLevel::Preset_Skylight' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readSkyLightFromLevel, CallFunc_GetLightColor_ReturnValue) == 0x000028, "Member 'BP_GlobalLighting_C_readSkyLightFromLevel::CallFunc_GetLightColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readSkyLightFromLevel, K2Node_MakeStruct_S_GL_Skylight) == 0x000038, "Member 'BP_GlobalLighting_C_readSkyLightFromLevel::K2Node_MakeStruct_S_GL_Skylight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_setFogFromPreset \ static_assert(alignof(BP_GlobalLighting_C_setFogFromPreset) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_setFogFromPreset"); \ static_assert(sizeof(BP_GlobalLighting_C_setFogFromPreset) == 0x0002F0, "Wrong size on BP_GlobalLighting_C_setFogFromPreset"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, Preset) == 0x000000, "Member 'BP_GlobalLighting_C_setFogFromPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_IsValid_ReturnValue) == 0x000190, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_Conv_LinearColorToColor_ReturnValue) == 0x000194, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_Conv_LinearColorToColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_MakeVector_ReturnValue) == 0x000198, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_MakeLiteralFloat_ReturnValue) == 0x0001A4, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_IsValid_ReturnValue_1) == 0x0001A8, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0001AC, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_BooleanAND_ReturnValue) == 0x000234, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000238, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_BreakVector_X) == 0x000244, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_BreakVector_Y) == 0x000248, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_BreakVector_Z) == 0x00024C, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_SelectFloat_ReturnValue) == 0x000250, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_Add_FloatFloat_ReturnValue) == 0x000254, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_MakeVector_ReturnValue_1) == 0x000258, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setFogFromPreset, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000264, "Member 'BP_GlobalLighting_C_setFogFromPreset::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_lerpFog \ static_assert(alignof(BP_GlobalLighting_C_lerpFog) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_lerpFog"); \ static_assert(sizeof(BP_GlobalLighting_C_lerpFog) == 0x0004C8, "Wrong size on BP_GlobalLighting_C_lerpFog"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, Current_Preset) == 0x000000, "Member 'BP_GlobalLighting_C_lerpFog::Current_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, Target_Preset) == 0x000190, "Member 'BP_GlobalLighting_C_lerpFog::Target_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, Alpha) == 0x000320, "Member 'BP_GlobalLighting_C_lerpFog::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_IsValid_ReturnValue) == 0x000324, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Lerp_ReturnValue) == 0x000328, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Lerp_ReturnValue_1) == 0x00032C, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_LinearColorLerp_ReturnValue) == 0x000330, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_LinearColorLerp_ReturnValue_1) == 0x000340, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_LinearColorLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Lerp_ReturnValue_2) == 0x000350, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Conv_LinearColorToColor_ReturnValue) == 0x000354, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Conv_LinearColorToColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Lerp_ReturnValue_3) == 0x000358, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Lerp_ReturnValue_4) == 0x00035C, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Lerp_ReturnValue_5) == 0x000360, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Lerp_ReturnValue_6) == 0x000364, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_MakeVector_ReturnValue) == 0x000368, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Lerp_ReturnValue_7) == 0x000374, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Lerp_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000378, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_IsValid_ReturnValue_1) == 0x000400, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_MakeLiteralFloat_ReturnValue) == 0x000404, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_MakeLiteralFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_BooleanAND_ReturnValue) == 0x000408, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00040C, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_BreakVector_X) == 0x000418, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_BreakVector_Y) == 0x00041C, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_BreakVector_Z) == 0x000420, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_SelectFloat_ReturnValue) == 0x000424, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Add_FloatFloat_ReturnValue) == 0x000428, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00042C, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_Lerp_ReturnValue_8) == 0x000430, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_Lerp_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_MakeVector_ReturnValue_1) == 0x000434, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpFog, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000440, "Member 'BP_GlobalLighting_C_lerpFog::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_readFogFromLevel \ static_assert(alignof(BP_GlobalLighting_C_readFogFromLevel) == 0x000004, "Wrong alignment on BP_GlobalLighting_C_readFogFromLevel"); \ static_assert(sizeof(BP_GlobalLighting_C_readFogFromLevel) == 0x0000A8, "Wrong size on BP_GlobalLighting_C_readFogFromLevel"); \ static_assert(offsetof(BP_GlobalLighting_C_readFogFromLevel, Preset_Fog) == 0x000000, "Member 'BP_GlobalLighting_C_readFogFromLevel::Preset_Fog' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFogFromLevel, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000040, "Member 'BP_GlobalLighting_C_readFogFromLevel::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFogFromLevel, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000050, "Member 'BP_GlobalLighting_C_readFogFromLevel::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFogFromLevel, CallFunc_BreakVector_X) == 0x00005C, "Member 'BP_GlobalLighting_C_readFogFromLevel::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFogFromLevel, CallFunc_BreakVector_Y) == 0x000060, "Member 'BP_GlobalLighting_C_readFogFromLevel::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFogFromLevel, CallFunc_BreakVector_Z) == 0x000064, "Member 'BP_GlobalLighting_C_readFogFromLevel::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readFogFromLevel, K2Node_MakeStruct_S_GL_Fog) == 0x000068, "Member 'BP_GlobalLighting_C_readFogFromLevel::K2Node_MakeStruct_S_GL_Fog' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_readSkyAtmosphereFromLevel \ static_assert(alignof(BP_GlobalLighting_C_readSkyAtmosphereFromLevel) == 0x000004, "Wrong alignment on BP_GlobalLighting_C_readSkyAtmosphereFromLevel"); \ static_assert(sizeof(BP_GlobalLighting_C_readSkyAtmosphereFromLevel) == 0x0000E0, "Wrong size on BP_GlobalLighting_C_readSkyAtmosphereFromLevel"); \ static_assert(offsetof(BP_GlobalLighting_C_readSkyAtmosphereFromLevel, Preset_SkyAtmosphere) == 0x000000, "Member 'BP_GlobalLighting_C_readSkyAtmosphereFromLevel::Preset_SkyAtmosphere' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readSkyAtmosphereFromLevel, K2Node_MakeStruct_S_GL_SkyAtm) == 0x000070, "Member 'BP_GlobalLighting_C_readSkyAtmosphereFromLevel::K2Node_MakeStruct_S_GL_SkyAtm' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_lerpSkyAtmosphere \ static_assert(alignof(BP_GlobalLighting_C_lerpSkyAtmosphere) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_lerpSkyAtmosphere"); \ static_assert(sizeof(BP_GlobalLighting_C_lerpSkyAtmosphere) == 0x0003C8, "Wrong size on BP_GlobalLighting_C_lerpSkyAtmosphere"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, Current_Preset) == 0x000000, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::Current_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, Target_Preset) == 0x000190, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::Target_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, Alpha) == 0x000320, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_Conv_ColorToLinearColor_ReturnValue) == 0x000324, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_Conv_ColorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_LinearColorLerp_ReturnValue) == 0x000334, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_Lerp_ReturnValue) == 0x000344, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_Lerp_ReturnValue_1) == 0x000348, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_Lerp_ReturnValue_2) == 0x00034C, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_LinearColorLerp_ReturnValue_1) == 0x000350, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_LinearColorLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_Lerp_ReturnValue_3) == 0x000360, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_LinearColorLerp_ReturnValue_2) == 0x000364, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_LinearColorLerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_Lerp_ReturnValue_4) == 0x000374, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_Lerp_ReturnValue_5) == 0x000378, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_LinearColorLerp_ReturnValue_3) == 0x00037C, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_LinearColorLerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_Lerp_ReturnValue_6) == 0x00038C, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_LinearColorLerp_ReturnValue_4) == 0x000390, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_LinearColorLerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_Conv_ColorToLinearColor_ReturnValue_1) == 0x0003A0, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_Conv_ColorToLinearColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_LinearColorLerp_ReturnValue_5) == 0x0003B0, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_LinearColorLerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpSkyAtmosphere, CallFunc_Conv_LinearColorToColor_ReturnValue) == 0x0003C0, "Member 'BP_GlobalLighting_C_lerpSkyAtmosphere::CallFunc_Conv_LinearColorToColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_setSkyAtmosphereFromPreset \ static_assert(alignof(BP_GlobalLighting_C_setSkyAtmosphereFromPreset) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_setSkyAtmosphereFromPreset"); \ static_assert(sizeof(BP_GlobalLighting_C_setSkyAtmosphereFromPreset) == 0x000190, "Wrong size on BP_GlobalLighting_C_setSkyAtmosphereFromPreset"); \ static_assert(offsetof(BP_GlobalLighting_C_setSkyAtmosphereFromPreset, Preset) == 0x000000, "Member 'BP_GlobalLighting_C_setSkyAtmosphereFromPreset::Preset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_GetScenarioOptionsFunc \ static_assert(alignof(BP_GlobalLighting_C_GetScenarioOptionsFunc) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_GetScenarioOptionsFunc"); \ static_assert(sizeof(BP_GlobalLighting_C_GetScenarioOptionsFunc) == 0x0000F0, "Wrong size on BP_GlobalLighting_C_GetScenarioOptionsFunc"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, ReturnValue) == 0x000000, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, Local_ScenarioMap) == 0x000010, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::Local_ScenarioMap' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, Local_Results) == 0x000060, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::Local_Results' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, CallFunc_Add_IntInt_ReturnValue) == 0x000078, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, CallFunc_Map_Keys_Keys) == 0x000080, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::CallFunc_Map_Keys_Keys' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, CallFunc_Array_Length_ReturnValue) == 0x000094, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000098, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B0, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, CallFunc_Map_Find_Value) == 0x0000C0, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, CallFunc_Map_Find_ReturnValue) == 0x0000D0, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000D8, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioOptionsFunc, CallFunc_Array_Add_ReturnValue) == 0x0000E8, "Member 'BP_GlobalLighting_C_GetScenarioOptionsFunc::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_FixupPresetScenario \ static_assert(alignof(BP_GlobalLighting_C_FixupPresetScenario) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_FixupPresetScenario"); \ static_assert(sizeof(BP_GlobalLighting_C_FixupPresetScenario) == 0x000290, "Wrong size on BP_GlobalLighting_C_FixupPresetScenario"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000000, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000030, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_MarkObjectPackageDirty_ReturnValue) == 0x000040, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_MarkObjectPackageDirty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000048, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000058, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2) == 0x000068, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000088, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_GetRowName_Result) == 0x000098, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_GetRowName_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_Concat_StrStr_ReturnValue_5) == 0x0000A8, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_Conv_StringToName_ReturnValue) == 0x0000B8, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_readRowName_RowFound) == 0x0000C0, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_readRowName_RowFound' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_readRowName_Output) == 0x0000C8, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_readRowName_Output' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000258, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3) == 0x000260, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000270, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_FixupPresetScenario, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000280, "Member 'BP_GlobalLighting_C_FixupPresetScenario::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_GetRowName \ static_assert(alignof(BP_GlobalLighting_C_GetRowName) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_GetRowName"); \ static_assert(sizeof(BP_GlobalLighting_C_GetRowName) == 0x000088, "Wrong size on BP_GlobalLighting_C_GetRowName"); \ static_assert(offsetof(BP_GlobalLighting_C_GetRowName, FromChapter) == 0x000000, "Member 'BP_GlobalLighting_C_GetRowName::FromChapter' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetRowName, FromScenario) == 0x000008, "Member 'BP_GlobalLighting_C_GetRowName::FromScenario' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetRowName, Result) == 0x000018, "Member 'BP_GlobalLighting_C_GetRowName::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetRowName, Loc_ActualScenario) == 0x000028, "Member 'BP_GlobalLighting_C_GetRowName::Loc_ActualScenario' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetRowName, CallFunc_GetScenarioFromDescription_Result) == 0x000038, "Member 'BP_GlobalLighting_C_GetRowName::CallFunc_GetScenarioFromDescription_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetRowName, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000048, "Member 'BP_GlobalLighting_C_GetRowName::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetRowName, CallFunc_Concat_StrStr_ReturnValue) == 0x000058, "Member 'BP_GlobalLighting_C_GetRowName::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetRowName, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000068, "Member 'BP_GlobalLighting_C_GetRowName::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetRowName, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000078, "Member 'BP_GlobalLighting_C_GetRowName::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_UpdatePresetVariables \ static_assert(alignof(BP_GlobalLighting_C_UpdatePresetVariables) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_UpdatePresetVariables"); \ static_assert(sizeof(BP_GlobalLighting_C_UpdatePresetVariables) == 0x000228, "Wrong size on BP_GlobalLighting_C_UpdatePresetVariables"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, FromRowName) == 0x000000, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::FromRowName' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, CallFunc_readRowName_RowFound) == 0x000008, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::CallFunc_readRowName_RowFound' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, CallFunc_readRowName_Output) == 0x000010, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::CallFunc_readRowName_Output' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, CallFunc_Conv_NameToString_ReturnValue) == 0x0001A0, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, CallFunc_Split_LeftS) == 0x0001B0, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::CallFunc_Split_LeftS' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, CallFunc_Split_RightS) == 0x0001C0, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::CallFunc_Split_RightS' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, CallFunc_Split_ReturnValue) == 0x0001D0, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::CallFunc_Split_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, CallFunc_Concat_StrStr_ReturnValue) == 0x0001D8, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0001E8, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0001F8, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000208, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_UpdatePresetVariables, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000218, "Member 'BP_GlobalLighting_C_UpdatePresetVariables::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_setVolumetricCloudFromPreset \ static_assert(alignof(BP_GlobalLighting_C_setVolumetricCloudFromPreset) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_setVolumetricCloudFromPreset"); \ static_assert(sizeof(BP_GlobalLighting_C_setVolumetricCloudFromPreset) == 0x000100, "Wrong size on BP_GlobalLighting_C_setVolumetricCloudFromPreset"); \ static_assert(offsetof(BP_GlobalLighting_C_setVolumetricCloudFromPreset, Preset) == 0x000000, "Member 'BP_GlobalLighting_C_setVolumetricCloudFromPreset::Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setVolumetricCloudFromPreset, CallFunc_IsValid_ReturnValue) == 0x000078, "Member 'BP_GlobalLighting_C_setVolumetricCloudFromPreset::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setVolumetricCloudFromPreset, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x00007C, "Member 'BP_GlobalLighting_C_setVolumetricCloudFromPreset::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setVolumetricCloudFromPreset, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x00008C, "Member 'BP_GlobalLighting_C_setVolumetricCloudFromPreset::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setVolumetricCloudFromPreset, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000A0, "Member 'BP_GlobalLighting_C_setVolumetricCloudFromPreset::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setVolumetricCloudFromPreset, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B0, "Member 'BP_GlobalLighting_C_setVolumetricCloudFromPreset::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setVolumetricCloudFromPreset, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x0000C0, "Member 'BP_GlobalLighting_C_setVolumetricCloudFromPreset::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setVolumetricCloudFromPreset, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000D0, "Member 'BP_GlobalLighting_C_setVolumetricCloudFromPreset::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setVolumetricCloudFromPreset, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E0, "Member 'BP_GlobalLighting_C_setVolumetricCloudFromPreset::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_setVolumetricCloudFromPreset, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000F0, "Member 'BP_GlobalLighting_C_setVolumetricCloudFromPreset::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_createDynamicMaterialInstance_Cloud \ static_assert(alignof(BP_GlobalLighting_C_createDynamicMaterialInstance_Cloud) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_createDynamicMaterialInstance_Cloud"); \ static_assert(sizeof(BP_GlobalLighting_C_createDynamicMaterialInstance_Cloud) == 0x000008, "Wrong size on BP_GlobalLighting_C_createDynamicMaterialInstance_Cloud"); \ static_assert(offsetof(BP_GlobalLighting_C_createDynamicMaterialInstance_Cloud, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_GlobalLighting_C_createDynamicMaterialInstance_Cloud::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_lerpVolumetricCloud \ static_assert(alignof(BP_GlobalLighting_C_lerpVolumetricCloud) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_lerpVolumetricCloud"); \ static_assert(sizeof(BP_GlobalLighting_C_lerpVolumetricCloud) == 0x0003E0, "Wrong size on BP_GlobalLighting_C_lerpVolumetricCloud"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, Current_Preset) == 0x000000, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::Current_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, Target_Preset) == 0x000190, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::Target_Preset' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, Alpha) == 0x000320, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::Alpha' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_IsValid_ReturnValue) == 0x000324, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x000328, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Conv_VectorToLinearColor_ReturnValue_1) == 0x000338, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Conv_VectorToLinearColor_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Conv_VectorToLinearColor_ReturnValue_2) == 0x000348, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Conv_VectorToLinearColor_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Conv_VectorToLinearColor_ReturnValue_3) == 0x000358, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Conv_VectorToLinearColor_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_LinearColorLerp_ReturnValue) == 0x000368, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_LinearColorLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_LinearColorLerp_ReturnValue_1) == 0x000378, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_LinearColorLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_LinearColorLerp_ReturnValue_2) == 0x000388, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_LinearColorLerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_LinearColorLerp_ReturnValue_3) == 0x000398, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_LinearColorLerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Lerp_ReturnValue) == 0x0003A8, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Lerp_ReturnValue_1) == 0x0003AC, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Lerp_ReturnValue_2) == 0x0003B0, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Lerp_ReturnValue_3) == 0x0003B4, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Lerp_ReturnValue_4) == 0x0003B8, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Lerp_ReturnValue_5) == 0x0003BC, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Lerp_ReturnValue_6) == 0x0003C0, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Lerp_ReturnValue_7) == 0x0003C4, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Lerp_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Lerp_ReturnValue_8) == 0x0003C8, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Lerp_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_Lerp_ReturnValue_9) == 0x0003CC, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_Lerp_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_lerpVolumetricCloud, CallFunc_LinearColorLerp_ReturnValue_4) == 0x0003D0, "Member 'BP_GlobalLighting_C_lerpVolumetricCloud::CallFunc_LinearColorLerp_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_readVolumetricCloudFromLevel \ static_assert(alignof(BP_GlobalLighting_C_readVolumetricCloudFromLevel) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_readVolumetricCloudFromLevel"); \ static_assert(sizeof(BP_GlobalLighting_C_readVolumetricCloudFromLevel) == 0x000190, "Wrong size on BP_GlobalLighting_C_readVolumetricCloudFromLevel"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, Preset_VolumetricCloud) == 0x000000, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::Preset_VolumetricCloud' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, LocalLevelVolumetricMaterial) == 0x000078, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::LocalLevelVolumetricMaterial' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetVectorParameterValue_ReturnValue) == 0x000080, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetVectorParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetVectorParameterValue_ReturnValue_1) == 0x000090, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetVectorParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_Conv_LinearColorToVector_ReturnValue) == 0x0000A0, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_Conv_LinearColorToVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_Conv_LinearColorToVector_ReturnValue_1) == 0x0000AC, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_Conv_LinearColorToVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetVectorParameterValue_ReturnValue_2) == 0x0000B8, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetVectorParameterValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetVectorParameterValue_ReturnValue_3) == 0x0000C8, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetVectorParameterValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetVectorParameterValue_ReturnValue_4) == 0x0000D8, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetVectorParameterValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetScalarParameterValue_ReturnValue) == 0x0000E8, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetScalarParameterValue_ReturnValue_1) == 0x0000EC, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetScalarParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetScalarParameterValue_ReturnValue_2) == 0x0000F0, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetScalarParameterValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetScalarParameterValue_ReturnValue_3) == 0x0000F4, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetScalarParameterValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetScalarParameterValue_ReturnValue_4) == 0x0000F8, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetScalarParameterValue_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetScalarParameterValue_ReturnValue_5) == 0x0000FC, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetScalarParameterValue_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetScalarParameterValue_ReturnValue_6) == 0x000100, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetScalarParameterValue_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetScalarParameterValue_ReturnValue_7) == 0x000104, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetScalarParameterValue_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetScalarParameterValue_ReturnValue_8) == 0x000108, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetScalarParameterValue_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_K2_GetScalarParameterValue_ReturnValue_9) == 0x00010C, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_K2_GetScalarParameterValue_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000110, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_readVolumetricCloudFromLevel, K2Node_MakeStruct_S_GL_VolumetricCloud) == 0x000118, "Member 'BP_GlobalLighting_C_readVolumetricCloudFromLevel::K2Node_MakeStruct_S_GL_VolumetricCloud' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_GetScenarioDescriptionMap \ static_assert(alignof(BP_GlobalLighting_C_GetScenarioDescriptionMap) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_GetScenarioDescriptionMap"); \ static_assert(sizeof(BP_GlobalLighting_C_GetScenarioDescriptionMap) == 0x000268, "Wrong size on BP_GlobalLighting_C_GetScenarioDescriptionMap"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, ForChapter) == 0x000000, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::ForChapter' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, OutMap) == 0x000008, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::OutMap' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, Temp_int_Variable) == 0x000058, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, Temp_int_Variable_1) == 0x00005C, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_Conv_IntToByte_ReturnValue) == 0x000060, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_Add_IntInt_ReturnValue) == 0x000064, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_GetValidValue_ReturnValue) == 0x000068, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000069, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x00006A, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00006C, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, Temp_int_Array_Index_Variable) == 0x000070, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, Temp_int_Loop_Counter_Variable) == 0x000074, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_Add_IntInt_ReturnValue_1) == 0x000078, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_MakeLiteralInt_ReturnValue) == 0x00007C, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_Less_IntInt_ReturnValue) == 0x000080, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, Temp_string_Variable) == 0x000088, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_GetDataTableRowNames_OutRowNames) == 0x000098, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_GetDataTableRowNames_OutRowNames' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_Array_Get_Item) == 0x0000A8, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000B8, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x0000C8, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000C9, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_Array_Get_Item_1) == 0x0000D0, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioDescriptionMap, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000260, "Member 'BP_GlobalLighting_C_GetScenarioDescriptionMap::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_GetScenarioFromDescription \ static_assert(alignof(BP_GlobalLighting_C_GetScenarioFromDescription) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_GetScenarioFromDescription"); \ static_assert(sizeof(BP_GlobalLighting_C_GetScenarioFromDescription) == 0x000048, "Wrong size on BP_GlobalLighting_C_GetScenarioFromDescription"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioFromDescription, ScenarioDescription) == 0x000000, "Member 'BP_GlobalLighting_C_GetScenarioFromDescription::ScenarioDescription' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioFromDescription, Result) == 0x000010, "Member 'BP_GlobalLighting_C_GetScenarioFromDescription::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioFromDescription, CallFunc_Split_LeftS) == 0x000020, "Member 'BP_GlobalLighting_C_GetScenarioFromDescription::CallFunc_Split_LeftS' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioFromDescription, CallFunc_Split_RightS) == 0x000030, "Member 'BP_GlobalLighting_C_GetScenarioFromDescription::CallFunc_Split_RightS' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioFromDescription, CallFunc_Split_ReturnValue) == 0x000040, "Member 'BP_GlobalLighting_C_GetScenarioFromDescription::CallFunc_Split_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_GetScenarioFromDescription, CallFunc_Not_PreBool_ReturnValue) == 0x000041, "Member 'BP_GlobalLighting_C_GetScenarioFromDescription::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GlobalLighting_C_StringToScenario \ static_assert(alignof(BP_GlobalLighting_C_StringToScenario) == 0x000008, "Wrong alignment on BP_GlobalLighting_C_StringToScenario"); \ static_assert(sizeof(BP_GlobalLighting_C_StringToScenario) == 0x000060, "Wrong size on BP_GlobalLighting_C_StringToScenario"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, ScenarioString) == 0x000000, "Member 'BP_GlobalLighting_C_StringToScenario::ScenarioString' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, Result) == 0x000010, "Member 'BP_GlobalLighting_C_StringToScenario::Result' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, Temp_int_Variable) == 0x000014, "Member 'BP_GlobalLighting_C_StringToScenario::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, Temp_int_Variable_1) == 0x000018, "Member 'BP_GlobalLighting_C_StringToScenario::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, CallFunc_Conv_IntToByte_ReturnValue) == 0x00001C, "Member 'BP_GlobalLighting_C_StringToScenario::CallFunc_Conv_IntToByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, CallFunc_Add_IntInt_ReturnValue) == 0x000020, "Member 'BP_GlobalLighting_C_StringToScenario::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, CallFunc_GetValidValue_ReturnValue) == 0x000024, "Member 'BP_GlobalLighting_C_StringToScenario::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, CallFunc_Conv_IntToByte_ReturnValue_1) == 0x000025, "Member 'BP_GlobalLighting_C_StringToScenario::CallFunc_Conv_IntToByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000028, "Member 'BP_GlobalLighting_C_StringToScenario::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, CallFunc_GetEnumeratorValueFromIndex_ReturnValue) == 0x000038, "Member 'BP_GlobalLighting_C_StringToScenario::CallFunc_GetEnumeratorValueFromIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, CallFunc_Conv_ByteToInt_ReturnValue) == 0x00003C, "Member 'BP_GlobalLighting_C_StringToScenario::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, CallFunc_MakeLiteralInt_ReturnValue) == 0x000040, "Member 'BP_GlobalLighting_C_StringToScenario::CallFunc_MakeLiteralInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_GlobalLighting_C_StringToScenario::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_GlobalLighting_C_StringToScenario::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GlobalLighting_C_StringToScenario, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000059, "Member 'BP_GlobalLighting_C_StringToScenario::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GlobalLighting_C \ static_assert(alignof(ABP_GlobalLighting_C) == 0x000008, "Wrong alignment on ABP_GlobalLighting_C"); \ static_assert(sizeof(ABP_GlobalLighting_C) == 0x0009B8, "Wrong size on ABP_GlobalLighting_C"); \ static_assert(offsetof(ABP_GlobalLighting_C, UberGraphFrame) == 0x000250, "Member 'ABP_GlobalLighting_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Billboard) == 0x000258, "Member 'ABP_GlobalLighting_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Root) == 0x000260, "Member 'ABP_GlobalLighting_C::Root' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Timeline_Rain_Alpha_30ACE645460C9F45817579939F5F0DF6) == 0x000268, "Member 'ABP_GlobalLighting_C::Timeline_Rain_Alpha_30ACE645460C9F45817579939F5F0DF6' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Timeline_Rain__Direction_30ACE645460C9F45817579939F5F0DF6) == 0x00026C, "Member 'ABP_GlobalLighting_C::Timeline_Rain__Direction_30ACE645460C9F45817579939F5F0DF6' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Timeline_Rain) == 0x000270, "Member 'ABP_GlobalLighting_C::Timeline_Rain' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Timeline_Transition_lerp_920AA58746530FFE6673B0A63D0BB182) == 0x000278, "Member 'ABP_GlobalLighting_C::Timeline_Transition_lerp_920AA58746530FFE6673B0A63D0BB182' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Timeline_Transition__Direction_920AA58746530FFE6673B0A63D0BB182) == 0x00027C, "Member 'ABP_GlobalLighting_C::Timeline_Transition__Direction_920AA58746530FFE6673B0A63D0BB182' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Timeline_Transition) == 0x000280, "Member 'ABP_GlobalLighting_C::Timeline_Transition' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_SSGI) == 0x000288, "Member 'ABP_GlobalLighting_C::Use_SSGI' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Directional_Light) == 0x000290, "Member 'ABP_GlobalLighting_C::Directional_Light' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Sky_Light) == 0x000298, "Member 'ABP_GlobalLighting_C::Sky_Light' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Exponential_Height_Fog) == 0x0002A0, "Member 'ABP_GlobalLighting_C::Exponential_Height_Fog' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Sky_Atmosphere) == 0x0002A8, "Member 'ABP_GlobalLighting_C::Sky_Atmosphere' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Volumetric_Cloud) == 0x0002B0, "Member 'ABP_GlobalLighting_C::Volumetric_Cloud' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Post_Process) == 0x0002B8, "Member 'ABP_GlobalLighting_C::Post_Process' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, GlobalLightingPresets) == 0x0002C0, "Member 'ABP_GlobalLighting_C::GlobalLightingPresets' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Chapter) == 0x0002D0, "Member 'ABP_GlobalLighting_C::Chapter' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Scenario_DEPRECATED) == 0x0002D1, "Member 'ABP_GlobalLighting_C::Scenario_DEPRECATED' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Preset_Notes) == 0x0002D8, "Member 'ABP_GlobalLighting_C::Preset_Notes' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, CachedPreset) == 0x0002E8, "Member 'ABP_GlobalLighting_C::CachedPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Directional_Light_Component) == 0x000478, "Member 'ABP_GlobalLighting_C::Directional_Light_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, LevelPreset) == 0x000480, "Member 'ABP_GlobalLighting_C::LevelPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, PresetRowName) == 0x000610, "Member 'ABP_GlobalLighting_C::PresetRowName' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, ScenarioVersion) == 0x000618, "Member 'ABP_GlobalLighting_C::ScenarioVersion' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Lerp) == 0x00061C, "Member 'ABP_GlobalLighting_C::Lerp' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, CurrentPreset) == 0x000620, "Member 'ABP_GlobalLighting_C::CurrentPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, TargetPreset) == 0x0007B0, "Member 'ABP_GlobalLighting_C::TargetPreset' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, TargetRowName) == 0x000940, "Member 'ABP_GlobalLighting_C::TargetRowName' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, TransitionRate) == 0x000948, "Member 'ABP_GlobalLighting_C::TransitionRate' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_DFAO) == 0x00094C, "Member 'ABP_GlobalLighting_C::Use_DFAO' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_Specular_AO) == 0x00094D, "Member 'ABP_GlobalLighting_C::Use_Specular_AO' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_New_Temporal_AA) == 0x00094E, "Member 'ABP_GlobalLighting_C::Use_New_Temporal_AA' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_Screen_Percentage) == 0x00094F, "Member 'ABP_GlobalLighting_C::Use_Screen_Percentage' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Sky_Light_Component) == 0x000950, "Member 'ABP_GlobalLighting_C::Sky_Light_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Fog_Component) == 0x000958, "Member 'ABP_GlobalLighting_C::Fog_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Sky_Atmosphere_Component) == 0x000960, "Member 'ABP_GlobalLighting_C::Sky_Atmosphere_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, AutoSwitch) == 0x000968, "Member 'ABP_GlobalLighting_C::AutoSwitch' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_Directional_Light) == 0x000969, "Member 'ABP_GlobalLighting_C::Use_Directional_Light' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_Sky_Light) == 0x00096A, "Member 'ABP_GlobalLighting_C::Use_Sky_Light' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_Exponential_Height_Fog) == 0x00096B, "Member 'ABP_GlobalLighting_C::Use_Exponential_Height_Fog' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_Sky_Atmosphere) == 0x00096C, "Member 'ABP_GlobalLighting_C::Use_Sky_Atmosphere' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_Actors_from_Level) == 0x00096D, "Member 'ABP_GlobalLighting_C::Use_Actors_from_Level' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_Volumetric_Cloud) == 0x00096E, "Member 'ABP_GlobalLighting_C::Use_Volumetric_Cloud' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Volumetric_Cloud_Component) == 0x000970, "Member 'ABP_GlobalLighting_C::Volumetric_Cloud_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Target_Chapter) == 0x000978, "Member 'ABP_GlobalLighting_C::Target_Chapter' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, CurrentChapter) == 0x000979, "Member 'ABP_GlobalLighting_C::CurrentChapter' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, CurrentScenario) == 0x00097A, "Member 'ABP_GlobalLighting_C::CurrentScenario' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, CurrentSpeed) == 0x00097C, "Member 'ABP_GlobalLighting_C::CurrentSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, GlobalLightingWasSet) == 0x000980, "Member 'ABP_GlobalLighting_C::GlobalLightingWasSet' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_Duration) == 0x000981, "Member 'ABP_GlobalLighting_C::Use_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Duration) == 0x000984, "Member 'ABP_GlobalLighting_C::Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, CurveAlpha) == 0x000988, "Member 'ABP_GlobalLighting_C::CurveAlpha' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, World_Origin_Fix) == 0x00098C, "Member 'ABP_GlobalLighting_C::World_Origin_Fix' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Origin_Reference_Actor) == 0x000990, "Member 'ABP_GlobalLighting_C::Origin_Reference_Actor' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, TransitionCurve) == 0x000998, "Member 'ABP_GlobalLighting_C::TransitionCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, RainEnabled) == 0x0009A0, "Member 'ABP_GlobalLighting_C::RainEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, Use_Clouds_from_Preset) == 0x0009A1, "Member 'ABP_GlobalLighting_C::Use_Clouds_from_Preset' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, __VolumetricCloud_Material_Override) == 0x0009A8, "Member 'ABP_GlobalLighting_C::__VolumetricCloud_Material_Override' has a wrong offset!"); \ static_assert(offsetof(ABP_GlobalLighting_C, VolumetricCloudMaterial) == 0x0009B0, "Member 'ABP_GlobalLighting_C::VolumetricCloudMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting \ static_assert(alignof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting"); \ static_assert(sizeof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting) == 0x000A70, "Wrong size on BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, EntryPoint) == 0x000000, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable) == 0x000014, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000018, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable) == 0x000028, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_1) == 0x000030, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_2) == 0x000034, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_1) == 0x000038, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_1) == 0x00003C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_3) == 0x000040, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_2) == 0x000044, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_2) == 0x000048, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_3) == 0x00004C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_3) == 0x000050, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_4) == 0x000054, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_CustomEvent_NewFloatCurve) == 0x000058, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_CustomEvent_NewFloatCurve' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_CustomEvent_Duration) == 0x000060, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_CustomEvent_Target_Brightness) == 0x000064, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_CustomEvent_Target_Brightness' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValid_ReturnValue) == 0x000068, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_14) == 0x000070, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_14) == 0x000078, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_AsBPE_Global_Base_LL_Fade_Lights) == 0x000080, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_AsBPE_Global_Base_LL_Fade_Lights' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_bSuccess) == 0x000088, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue) == 0x000089, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValid_ReturnValue_1) == 0x00008A, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_13) == 0x000090, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_13) == 0x000098, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_RandomUnitVector_ReturnValue) == 0x0000A0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_RandomUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0000AC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0000B8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue) == 0x0000C4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item) == 0x0000C8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_1) == 0x0000D0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_ComponentHasTag_ReturnValue) == 0x0000D4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_2) == 0x0000D8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_4) == 0x0000DC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000E0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_3) == 0x0000E4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_5) == 0x0000E8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_CustomEvent_Max_Random_Offset_1) == 0x0000EC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_CustomEvent_Max_Random_Offset_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue) == 0x0000F0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_5) == 0x0000F4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_CustomEvent_Max_Random_Offset) == 0x0000F8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_CustomEvent_Max_Random_Offset' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_4) == 0x0000FC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_5) == 0x000100, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_12) == 0x000108, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_12) == 0x000110, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue_1) == 0x000118, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_11) == 0x000120, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_11) == 0x000128, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_5) == 0x000130, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_1) == 0x000138, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_10) == 0x000140, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_10) == 0x000148, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000150, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000154, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue_2) == 0x000164, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue_3) == 0x000165, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue_4) == 0x000166, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_6) == 0x000168, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_7) == 0x00016C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue_5) == 0x000170, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_9) == 0x000178, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_9) == 0x000180, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_8) == 0x000188, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_8) == 0x000190, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue_6) == 0x000198, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_GetComponentsByTag_ReturnValue) == 0x0001A0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_6) == 0x0001B0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_6) == 0x0001B4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001B8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_7) == 0x0001BC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_6) == 0x0001C0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_8) == 0x0001C4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_7) == 0x0001C8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_7) == 0x0001CC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_GetEnumeratorName_ReturnValue) == 0x0001D0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_GetEnumeratorName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_SaveDataTableRowFromName_ReturnValue) == 0x0001D8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_SaveDataTableRowFromName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001DC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0001E8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_GetForwardVector_ReturnValue) == 0x0001F4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_GetForwardVector_ReturnValue_1) == 0x000200, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x00020C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000218, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_VectorVector_ReturnValue) == 0x000224, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_VectorVector_ReturnValue_1) == 0x000230, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_3) == 0x00023C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_7) == 0x000250, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_7) == 0x000258, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue_7) == 0x000260, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_AsBPE_Global_Base_LL_Change_Light_Function) == 0x000268, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_AsBPE_Global_Base_LL_Change_Light_Function' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_bSuccess_1) == 0x000270, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValid_ReturnValue_2) == 0x000271, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_9) == 0x000274, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_8) == 0x000278, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_2) == 0x000280, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_ComponentHasTag_ReturnValue_1) == 0x000288, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_ComponentHasTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_3) == 0x000290, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_10) == 0x000298, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValid_ReturnValue_3) == 0x00029C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_2) == 0x00029D, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_8) == 0x0002A0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_4) == 0x0002A4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_3) == 0x0002B4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_8) == 0x0002B8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_6) == 0x0002C0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_6) == 0x0002C8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue_8) == 0x0002D0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_K2_TimerExistsHandle_ReturnValue) == 0x0002D1, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_K2_TimerExistsHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_9) == 0x0002D4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_9) == 0x0002D8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_4) == 0x0002E0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValid_ReturnValue_4) == 0x0002E8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_4) == 0x0002E9, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_9) == 0x0002EC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_11) == 0x0002F0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_10) == 0x0002F4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_5) == 0x0002F8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_5) == 0x000300, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValid_ReturnValue_5) == 0x000308, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_6) == 0x000310, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_12) == 0x000318, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_6) == 0x00031C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValid_ReturnValue_6) == 0x00031D, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValid_ReturnValue_7) == 0x00031E, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_10) == 0x000320, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_10) == 0x000324, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_11) == 0x000328, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_11) == 0x00032C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_5) == 0x000330, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_11) == 0x000340, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_13) == 0x000344, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_7) == 0x000348, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_7) == 0x000350, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_12) == 0x000354, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_8) == 0x000358, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_12) == 0x00035C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_12) == 0x000360, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_13) == 0x000364, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_8) == 0x000368, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_9) == 0x000370, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_13) == 0x000378, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_9) == 0x00037C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_13) == 0x000380, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_14) == 0x000384, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_10) == 0x000388, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_14) == 0x00038C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_14) == 0x000390, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_10) == 0x000398, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_11) == 0x0003A0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_14) == 0x0003A8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_ComponentHasTag_ReturnValue_2) == 0x0003AC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_ComponentHasTag_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_11) == 0x0003AD, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValid_ReturnValue_8) == 0x0003AE, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0003B0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_6) == 0x0003B4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_7) == 0x0003C4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_5) == 0x0003D8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_5) == 0x0003E0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_4) == 0x0003E8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_4) == 0x0003F0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_15) == 0x0003F8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_12) == 0x000400, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000408, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_SpawnSystemAtLocation_ReturnValue) == 0x000418, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_SpawnSystemAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_GetGameTimeSinceCreation_ReturnValue) == 0x000420, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_GetGameTimeSinceCreation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_MakePulsatingValue_ReturnValue) == 0x000424, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_MakePulsatingValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_CreateDelegate_OutputDelegate) == 0x000428, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_15) == 0x000438, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_8) == 0x00043C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_12) == 0x00044C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_15) == 0x000450, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_16) == 0x000454, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_13) == 0x000458, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValid_ReturnValue_9) == 0x000460, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_3) == 0x000468, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_3) == 0x000470, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_AsBPE_Global_Base_LL_Change_Light_Parameters) == 0x000478, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_AsBPE_Global_Base_LL_Change_Light_Parameters' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_bSuccess_2) == 0x000480, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValid_ReturnValue_10) == 0x000481, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000488, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_16) == 0x000490, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_14) == 0x000498, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_13) == 0x0004A0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_16) == 0x0004A4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_15) == 0x0004A8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_14) == 0x0004AC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_15) == 0x0004B0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_16) == 0x0004B8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Array_Index_Variable_17) == 0x0004BC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Array_Index_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_15) == 0x0004C0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_16) == 0x0004C8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_SetStaticMesh_ReturnValue) == 0x0004D0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue_9) == 0x0004D1, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_GetComponentByClass_ReturnValue) == 0x0004D8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_GetComponentByClass_ReturnValue_1) == 0x0004E0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_GetComponentByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Round_ReturnValue) == 0x0004E8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Round_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_MapRangeClamped_ReturnValue) == 0x0004EC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0004F0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_MultiplyMultiply_FloatFloat_ReturnValue) == 0x0004F4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_MultiplyMultiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Round_ReturnValue_1) == 0x0004F8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Round_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_FloatFloat_ReturnValue) == 0x0004FC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000500, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000504, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Lerp_ReturnValue) == 0x000508, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_MapRangeClamped_ReturnValue_1) == 0x00050C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000510, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue_10) == 0x000514, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Lerp_ReturnValue_1) == 0x000518, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00051C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_9) == 0x000520, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Lerp_ReturnValue_2) == 0x000530, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_2) == 0x000538, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_2) == 0x000540, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_10) == 0x000548, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_AsBPE_Ch_03_Tremor) == 0x000558, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_AsBPE_Ch_03_Tremor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_bSuccess_3) == 0x000560, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender_1) == 0x000568, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event_1) == 0x000570, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_AsBPE_Global_Base_Quake_Tremor) == 0x000578, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_AsBPE_Global_Base_Quake_Tremor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_bSuccess_4) == 0x000580, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000584, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000588, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_IsValidClass_ReturnValue_11) == 0x00058C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_IsValidClass_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Sender) == 0x000590, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOEvent_Event) == 0x000598, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_AsBPE_Global_Base_LL_Set_Tick_Enabled) == 0x0005A0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_AsBPE_Global_Base_LL_Set_Tick_Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_DynamicCast_bSuccess_5) == 0x0005A8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_CreateDelegate_OutputDelegate_1) == 0x0005AC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0005C0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_11) == 0x0005C8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_int_Loop_Counter_Variable_17) == 0x0005D8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_int_Loop_Counter_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_16) == 0x0005DC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_IntInt_ReturnValue_17) == 0x0005E0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_CreateDelegate_OutputDelegate_2) == 0x0005E4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, K2Node_EOCreateEvent_OutputDelegate_12) == 0x0005F4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::K2Node_EOCreateEvent_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x000608, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_GetUnitsConversionFactor_ReturnValue) == 0x000610, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_GetUnitsConversionFactor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Get_Item_17) == 0x000618, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Array_Length_ReturnValue_17) == 0x000620, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Array_Length_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Less_IntInt_ReturnValue_17) == 0x000624, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Less_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000628, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_ComponentHasTag_ReturnValue_3) == 0x00062C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_ComponentHasTag_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Lerp_ReturnValue_3) == 0x000630, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_object_Variable) == 0x000638, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000648, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_object_Variable_1) == 0x000650, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_LineTraceSingle_OutHit) == 0x000660, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_LineTraceSingle_OutHit' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_LineTraceSingle_ReturnValue) == 0x0006E8, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_LineTraceSingle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_bBlockingHit) == 0x0006E9, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_bBlockingHit' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_bInitialOverlap) == 0x0006EA, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_bInitialOverlap' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_Time) == 0x0006EC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_Time' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_Distance) == 0x0006F0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_Location) == 0x0006F4, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_Location' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_ImpactPoint) == 0x000700, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_ImpactPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_Normal) == 0x00070C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_Normal' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_ImpactNormal) == 0x000718, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_ImpactNormal' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_PhysMat) == 0x000728, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_PhysMat' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_HitActor) == 0x000730, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_HitActor' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_HitComponent) == 0x000738, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_HitComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_HitBoneName) == 0x000740, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_HitBoneName' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_HitItem) == 0x000748, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_HitItem' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_ElementIndex) == 0x00074C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_FaceIndex) == 0x000750, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_FaceIndex' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_TraceStart) == 0x000754, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_TraceStart' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_TraceEnd) == 0x000760, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_TraceEnd' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, Temp_object_Variable_2) == 0x000770, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_EqualEqual_VectorVector_ReturnValue) == 0x000780, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_EqualEqual_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_LineTraceSingle_OutHit_1) == 0x000784, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_LineTraceSingle_OutHit_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_LineTraceSingle_ReturnValue_1) == 0x00080C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_LineTraceSingle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_bBlockingHit_1) == 0x00080D, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_bBlockingHit_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_bInitialOverlap_1) == 0x00080E, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_bInitialOverlap_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_Time_1) == 0x000810, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_Time_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_Distance_1) == 0x000814, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_Distance_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_Location_1) == 0x000818, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_ImpactPoint_1) == 0x000824, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_ImpactPoint_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_Normal_1) == 0x000830, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_Normal_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_ImpactNormal_1) == 0x00083C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_ImpactNormal_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_PhysMat_1) == 0x000848, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_PhysMat_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_HitActor_1) == 0x000850, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_HitActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_HitComponent_1) == 0x000858, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_HitComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_HitBoneName_1) == 0x000860, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_HitBoneName_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_HitItem_1) == 0x000868, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_HitItem_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_ElementIndex_1) == 0x00086C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_ElementIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_FaceIndex_1) == 0x000870, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_FaceIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_TraceStart_1) == 0x000874, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_TraceStart_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_BreakHitResult_TraceEnd_1) == 0x000880, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_BreakHitResult_TraceEnd_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00088C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_K2_SetActorLocation_ReturnValue) == 0x000914, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_VectorFloat_ReturnValue_4) == 0x000918, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_VectorFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Multiply_VectorFloat_ReturnValue_5) == 0x000924, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Multiply_VectorFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000930, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_Add_VectorVector_ReturnValue_2) == 0x00093C, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_MakeRotFromX_ReturnValue) == 0x000948, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_MakeRotFromX_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_LineTraceSingle_OutHit_2) == 0x000954, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_LineTraceSingle_OutHit_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_LineTraceSingle_ReturnValue_2) == 0x0009DC, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_LineTraceSingle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0009E0, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting, CallFunc_EqualEqual_VectorVector_ReturnValue_1) == 0x000A68, "Member 'BP_BaseLocalLighting_C_ExecuteUbergraph_BP_BaseLocalLighting::CallFunc_EqualEqual_VectorVector_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEventDelegate_2 \ static_assert(alignof(BP_BaseLocalLighting_C_EOEventDelegate_2) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEventDelegate_2"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEventDelegate_2) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEventDelegate_2"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEventDelegate_2, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEventDelegate_2::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEventDelegate_2, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEventDelegate_2::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_BaseQuakeTremor \ static_assert(alignof(BP_BaseLocalLighting_C_BaseQuakeTremor) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_BaseQuakeTremor"); \ static_assert(sizeof(BP_BaseLocalLighting_C_BaseQuakeTremor) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_BaseQuakeTremor"); \ static_assert(offsetof(BP_BaseLocalLighting_C_BaseQuakeTremor, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_BaseQuakeTremor::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_BaseQuakeTremor, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_BaseQuakeTremor::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Ch03Tremor \ static_assert(alignof(BP_BaseLocalLighting_C_Ch03Tremor) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Ch03Tremor"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Ch03Tremor) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_Ch03Tremor"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Ch03Tremor, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_Ch03Tremor::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Ch03Tremor, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_Ch03Tremor::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEvent_Change_All_Parameters \ static_assert(alignof(BP_BaseLocalLighting_C_EOEvent_Change_All_Parameters) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEvent_Change_All_Parameters"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEvent_Change_All_Parameters) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEvent_Change_All_Parameters"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Change_All_Parameters, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEvent_Change_All_Parameters::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Change_All_Parameters, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEvent_Change_All_Parameters::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEventDelegate_6 \ static_assert(alignof(BP_BaseLocalLighting_C_EOEventDelegate_6) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEventDelegate_6"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEventDelegate_6) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEventDelegate_6"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEventDelegate_6, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEventDelegate_6::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEventDelegate_6, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEventDelegate_6::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEventDelegate_5 \ static_assert(alignof(BP_BaseLocalLighting_C_EOEventDelegate_5) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEventDelegate_5"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEventDelegate_5) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEventDelegate_5"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEventDelegate_5, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEventDelegate_5::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEventDelegate_5, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEventDelegate_5::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEventDelegate_1 \ static_assert(alignof(BP_BaseLocalLighting_C_EOEventDelegate_1) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEventDelegate_1"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEventDelegate_1) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEventDelegate_1"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEventDelegate_1, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEventDelegate_1::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEventDelegate_1, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEventDelegate_1::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEventDelegate_0 \ static_assert(alignof(BP_BaseLocalLighting_C_EOEventDelegate_0) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEventDelegate_0"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEventDelegate_0) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEventDelegate_0"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEventDelegate_0, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEventDelegate_0::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEventDelegate_0, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEventDelegate_0::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEvent_Off \ static_assert(alignof(BP_BaseLocalLighting_C_EOEvent_Off) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEvent_Off"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEvent_Off) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEvent_Off"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Off, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEvent_Off::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Off, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEvent_Off::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEvent_On \ static_assert(alignof(BP_BaseLocalLighting_C_EOEvent_On) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEvent_On"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEvent_On) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEvent_On"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_On, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEvent_On::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_On, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEvent_On::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEvent_Quake \ static_assert(alignof(BP_BaseLocalLighting_C_EOEvent_Quake) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEvent_Quake"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEvent_Quake) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEvent_Quake"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Quake, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEvent_Quake::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Quake, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEvent_Quake::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEvent_Fade_Lights_In \ static_assert(alignof(BP_BaseLocalLighting_C_EOEvent_Fade_Lights_In) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEvent_Fade_Lights_In"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEvent_Fade_Lights_In) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEvent_Fade_Lights_In"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Fade_Lights_In, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEvent_Fade_Lights_In::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Fade_Lights_In, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEvent_Fade_Lights_In::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEvent_Flicker_Lights_Off \ static_assert(alignof(BP_BaseLocalLighting_C_EOEvent_Flicker_Lights_Off) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEvent_Flicker_Lights_Off"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEvent_Flicker_Lights_Off) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEvent_Flicker_Lights_Off"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Flicker_Lights_Off, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEvent_Flicker_Lights_Off::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Flicker_Lights_Off, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEvent_Flicker_Lights_Off::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Event_Flicker_End \ static_assert(alignof(BP_BaseLocalLighting_C_Event_Flicker_End) == 0x000004, "Wrong alignment on BP_BaseLocalLighting_C_Event_Flicker_End"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Event_Flicker_End) == 0x000004, "Wrong size on BP_BaseLocalLighting_C_Event_Flicker_End"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Event_Flicker_End, Max_Random_Offset) == 0x000000, "Member 'BP_BaseLocalLighting_C_Event_Flicker_End::Max_Random_Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Event_Flicker \ static_assert(alignof(BP_BaseLocalLighting_C_Event_Flicker) == 0x000004, "Wrong alignment on BP_BaseLocalLighting_C_Event_Flicker"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Event_Flicker) == 0x000004, "Wrong size on BP_BaseLocalLighting_C_Event_Flicker"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Event_Flicker, Max_Random_Offset) == 0x000000, "Member 'BP_BaseLocalLighting_C_Event_Flicker::Max_Random_Offset' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEvent_Flicker_Lights \ static_assert(alignof(BP_BaseLocalLighting_C_EOEvent_Flicker_Lights) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEvent_Flicker_Lights"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEvent_Flicker_Lights) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEvent_Flicker_Lights"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Flicker_Lights, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEvent_Flicker_Lights::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Flicker_Lights, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEvent_Flicker_Lights::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_EOEvent_Fade_Lights_Out \ static_assert(alignof(BP_BaseLocalLighting_C_EOEvent_Fade_Lights_Out) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_EOEvent_Fade_Lights_Out"); \ static_assert(sizeof(BP_BaseLocalLighting_C_EOEvent_Fade_Lights_Out) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_EOEvent_Fade_Lights_Out"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Fade_Lights_Out, Sender) == 0x000000, "Member 'BP_BaseLocalLighting_C_EOEvent_Fade_Lights_Out::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_EOEvent_Fade_Lights_Out, Event) == 0x000008, "Member 'BP_BaseLocalLighting_C_EOEvent_Fade_Lights_Out::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Event_Fade_Lighting \ static_assert(alignof(BP_BaseLocalLighting_C_Event_Fade_Lighting) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Event_Fade_Lighting"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Event_Fade_Lighting) == 0x000010, "Wrong size on BP_BaseLocalLighting_C_Event_Fade_Lighting"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Event_Fade_Lighting, NewFloatCurve) == 0x000000, "Member 'BP_BaseLocalLighting_C_Event_Fade_Lighting::NewFloatCurve' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Event_Fade_Lighting, Duration) == 0x000008, "Member 'BP_BaseLocalLighting_C_Event_Fade_Lighting::Duration' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Event_Fade_Lighting, Target_Brightness) == 0x00000C, "Member 'BP_BaseLocalLighting_C_Event_Fade_Lighting::Target_Brightness' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_UserConstructionScript \ static_assert(alignof(BP_BaseLocalLighting_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_UserConstructionScript"); \ static_assert(sizeof(BP_BaseLocalLighting_C_UserConstructionScript) == 0x000140, "Wrong size on BP_BaseLocalLighting_C_UserConstructionScript"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000000, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_GetComponentsByTag_ReturnValue) == 0x000008, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000020, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_K2_GetComponentsByClass_ReturnValue_1) == 0x000030, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_K2_GetComponentsByClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x000040, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_GetComponentsByTag_ReturnValue_1) == 0x000048, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_GetComponentsByTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Get_Emissive_Static_Mesh_Materials_Emissive_Materials) == 0x000058, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Get_Emissive_Static_Mesh_Materials_Emissive_Materials' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000068, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_GetComponentByClass_ReturnValue) == 0x000070, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_GetComponentByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000078, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000079, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x00007C, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000080, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_K2_GetComponentsByClass_ReturnValue_2) == 0x000090, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_K2_GetComponentsByClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, Temp_int_Array_Index_Variable_1) == 0x0000A0, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_1) == 0x0000A4, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, Temp_name_Variable) == 0x0000A8, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::Temp_name_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000B0, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Array_Contains_ReturnValue) == 0x0000B4, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, Temp_int_Array_Index_Variable_2) == 0x0000B8, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, K2Node_DynamicCast_AsPoint_Light_Component) == 0x0000C8, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::K2Node_DynamicCast_AsPoint_Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, K2Node_DynamicCast_bSuccess) == 0x0000D0, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, K2Node_DynamicCast_AsRect_Light_Component) == 0x0000D8, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::K2Node_DynamicCast_AsRect_Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_1) == 0x0000E0, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, K2Node_DynamicCast_AsSpot_Light_Component) == 0x0000E8, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::K2Node_DynamicCast_AsSpot_Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, K2Node_DynamicCast_bSuccess_2) == 0x0000F0, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue) == 0x0000F8, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000100, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000101, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_2) == 0x000104, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Array_Get_Item_2) == 0x000108, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_2) == 0x000110, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x000114, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue_1) == 0x000118, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue_2) == 0x000120, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x000128, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue_3) == 0x000129, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue_4) == 0x00012A, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_GetObjectClass_ReturnValue_3) == 0x000130, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_GetObjectClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_EqualEqual_ClassClass_ReturnValue_5) == 0x000138, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_EqualEqual_ClassClass_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_ComponentHasTag_ReturnValue) == 0x000139, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_2) == 0x00013A, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_2) == 0x00013C, "Member 'BP_BaseLocalLighting_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments \ static_assert(alignof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments) == 0x000038, "Wrong size on BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments, Light_Component) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments::Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments, Falloff_Exponent) == 0x000008, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments::Falloff_Exponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments, Attenuation) == 0x00000C, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments::Attenuation' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments, Outer_Cone_Angle) == 0x000010, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments::Outer_Cone_Angle' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments, Inner_Cone_Angle) == 0x000014, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments::Inner_Cone_Angle' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments, Source_Radious) == 0x000018, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments::Source_Radious' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments, Soft_Source_Radious) == 0x00001C, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments::Soft_Source_Radious' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments, Source_Length_0) == 0x000020, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments::Source_Length_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments, K2Node_DynamicCast_AsSpot_Light_Component) == 0x000028, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments::K2Node_DynamicCast_AsSpot_Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Spotlight_Adjustments::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments \ static_assert(alignof(BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments) == 0x000030, "Wrong size on BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments, Light_Component) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments::Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments, Falloff_Exponent) == 0x000008, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments::Falloff_Exponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments, Attenuation_Radius) == 0x00000C, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments::Attenuation_Radius' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments, Source_Radius_0) == 0x000010, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments::Source_Radius_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments, Soft_Source_Radius_0) == 0x000014, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments::Soft_Source_Radius_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments, Source_Length_0) == 0x000018, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments::Source_Length_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments, K2Node_DynamicCast_AsPoint_Light_Component) == 0x000020, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments::K2Node_DynamicCast_AsPoint_Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Point_Light_Adjustments::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments \ static_assert(alignof(BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments) == 0x000030, "Wrong size on BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments, Light_Component) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments::Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments, Attenuation_Radius) == 0x000008, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments::Attenuation_Radius' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments, Source_Width) == 0x00000C, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments::Source_Width' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments, Sourcce_Height) == 0x000010, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments::Sourcce_Height' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments, Barn_Door_Angle) == 0x000014, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments::Barn_Door_Angle' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments, Barn_Door_Length) == 0x000018, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments::Barn_Door_Length' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments, K2Node_DynamicCast_AsRect_Light_Component) == 0x000020, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments::K2Node_DynamicCast_AsRect_Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Rect_Light_Adjustments::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_Shadows \ static_assert(alignof(BP_BaseLocalLighting_C_Set_Shadows) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_Shadows"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_Shadows) == 0x000028, "Wrong size on BP_BaseLocalLighting_C_Set_Shadows"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Shadows, Light_Component) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_Shadows::Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Shadows, Cast_Shadows_0) == 0x000008, "Member 'BP_BaseLocalLighting_C_Set_Shadows::Cast_Shadows_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Shadows, Shadow_Resolution_Scale_0) == 0x00000C, "Member 'BP_BaseLocalLighting_C_Set_Shadows::Shadow_Resolution_Scale_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Shadows, Shadow_Bias_0) == 0x000010, "Member 'BP_BaseLocalLighting_C_Set_Shadows::Shadow_Bias_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Shadows, Distance_Field_Shadows_0) == 0x000014, "Member 'BP_BaseLocalLighting_C_Set_Shadows::Distance_Field_Shadows_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Shadows, Distance_Field_Offset_0) == 0x000018, "Member 'BP_BaseLocalLighting_C_Set_Shadows::Distance_Field_Offset_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Shadows, Volumetric_Shadows) == 0x00001C, "Member 'BP_BaseLocalLighting_C_Set_Shadows::Volumetric_Shadows' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Shadows, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00001D, "Member 'BP_BaseLocalLighting_C_Set_Shadows::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Shadows, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x00001E, "Member 'BP_BaseLocalLighting_C_Set_Shadows::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Shadows, CallFunc_GreaterEqual_FloatFloat_ReturnValue_2) == 0x00001F, "Member 'BP_BaseLocalLighting_C_Set_Shadows::CallFunc_GreaterEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Shadows, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'BP_BaseLocalLighting_C_Set_Shadows::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_IES_Profile \ static_assert(alignof(BP_BaseLocalLighting_C_Set_IES_Profile) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_IES_Profile"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_IES_Profile) == 0x000018, "Wrong size on BP_BaseLocalLighting_C_Set_IES_Profile"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_IES_Profile, Light_Component) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_IES_Profile::Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_IES_Profile, IES_Texture_0) == 0x000008, "Member 'BP_BaseLocalLighting_C_Set_IES_Profile::IES_Texture_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_IES_Profile, IES_Intensity_0) == 0x000010, "Member 'BP_BaseLocalLighting_C_Set_IES_Profile::IES_Intensity_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_IES_Profile, Use_IES_Intensity_0) == 0x000014, "Member 'BP_BaseLocalLighting_C_Set_IES_Profile::Use_IES_Intensity_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_IES_Profile, CallFunc_IsValid_ReturnValue) == 0x000015, "Member 'BP_BaseLocalLighting_C_Set_IES_Profile::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_IES_Profile_Safely \ static_assert(alignof(BP_BaseLocalLighting_C_Set_IES_Profile_Safely) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_IES_Profile_Safely"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_IES_Profile_Safely) == 0x000018, "Wrong size on BP_BaseLocalLighting_C_Set_IES_Profile_Safely"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_IES_Profile_Safely, Light_Component) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_IES_Profile_Safely::Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_IES_Profile_Safely, IES_Texture_0) == 0x000008, "Member 'BP_BaseLocalLighting_C_Set_IES_Profile_Safely::IES_Texture_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_IES_Profile_Safely, IES_Intensity_0) == 0x000010, "Member 'BP_BaseLocalLighting_C_Set_IES_Profile_Safely::IES_Intensity_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_IES_Profile_Safely, Use_IES_Intensity_0) == 0x000014, "Member 'BP_BaseLocalLighting_C_Set_IES_Profile_Safely::Use_IES_Intensity_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_IES_Profile_Safely, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000015, "Member 'BP_BaseLocalLighting_C_Set_IES_Profile_Safely::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_IES_Profile_Safely, CallFunc_IsValid_ReturnValue) == 0x000016, "Member 'BP_BaseLocalLighting_C_Set_IES_Profile_Safely::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_Light_Stuffs \ static_assert(alignof(BP_BaseLocalLighting_C_Set_Light_Stuffs) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_Light_Stuffs"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_Light_Stuffs) == 0x000040, "Wrong size on BP_BaseLocalLighting_C_Set_Light_Stuffs"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs, Light_Componant) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs::Light_Componant' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs, Linear_Color) == 0x000008, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs::Linear_Color' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs, Temprature_0) == 0x000018, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs::Temprature_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs, Affect_Translucent_Lighting_0) == 0x00001C, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs::Affect_Translucent_Lighting_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs, Light_Intensity) == 0x000020, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs::Light_Intensity' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs, Light_Function_0) == 0x000028, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs::Light_Function_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs, Light_Channels) == 0x000030, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs::Light_Channels' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs, Specularity_Scale_0) == 0x000034, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs::Specularity_Scale_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs, Volumetric_Scattering_Intensity_0) == 0x000038, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs::Volumetric_Scattering_Intensity_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs, CallFunc_IsValid_ReturnValue) == 0x00003C, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely \ static_assert(alignof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely) == 0x000050, "Wrong size on BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, Light_Componant) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::Light_Componant' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, Linear_Color) == 0x000008, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::Linear_Color' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, Temprature_0) == 0x000018, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::Temprature_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, Affect_Translucent_Lighting_0) == 0x00001C, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::Affect_Translucent_Lighting_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, Light_Intensity) == 0x000020, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::Light_Intensity' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, Light_Function_0) == 0x000028, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::Light_Function_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, Light_Channels) == 0x000030, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::Light_Channels' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, Specularity_Scale_0) == 0x000034, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::Specularity_Scale_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, Volumetric_Scattering_Intensity_0) == 0x000038, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::Volumetric_Scattering_Intensity_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00003C, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x00003D, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, CallFunc_IsValid_ReturnValue) == 0x00003E, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, CallFunc_GreaterEqual_FloatFloat_ReturnValue_2) == 0x00003F, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::CallFunc_GreaterEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, CallFunc_GreaterEqual_FloatFloat_ReturnValue_3) == 0x000040, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::CallFunc_GreaterEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, CallFunc_IsValid_ReturnValue_1) == 0x000041, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, CallFunc_Add_FloatFloat_ReturnValue) == 0x000044, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000048, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely, CallFunc_GreaterEqual_FloatFloat_ReturnValue_4) == 0x00004C, "Member 'BP_BaseLocalLighting_C_Set_Light_Stuffs_Safely::CallFunc_GreaterEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_Emissive_Materials \ static_assert(alignof(BP_BaseLocalLighting_C_Set_Emissive_Materials) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_Emissive_Materials"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_Emissive_Materials) == 0x000058, "Wrong size on BP_BaseLocalLighting_C_Set_Emissive_Materials"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, Emissive_Materials_0) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::Emissive_Materials_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, Light_Intensity) == 0x000010, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::Light_Intensity' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, Emissive_Multiplier_0) == 0x000014, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::Emissive_Multiplier_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, Light_Color_0) == 0x000018, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::Light_Color_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, Temprature_0) == 0x000028, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::Temprature_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000030, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, CallFunc_IsValid_ReturnValue) == 0x000040, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, CallFunc_Array_Length_ReturnValue) == 0x000044, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, Temp_int_Loop_Counter_Variable) == 0x000048, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, CallFunc_Less_IntInt_ReturnValue) == 0x00004C, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely \ static_assert(alignof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely) == 0x000060, "Wrong size on BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, Emissive_Materials_0) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::Emissive_Materials_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, Light_Intensity) == 0x000010, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::Light_Intensity' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, Emissive_Multiplier_0) == 0x000014, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::Emissive_Multiplier_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, Light_Color_0) == 0x000018, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::Light_Color_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, Temprature_0) == 0x000028, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::Temprature_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00002C, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, CallFunc_LinearColor_GetMin_ReturnValue) == 0x000030, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::CallFunc_LinearColor_GetMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x000034, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, CallFunc_IsValid_ReturnValue) == 0x000050, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, Temp_int_Loop_Counter_Variable) == 0x000054, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely, CallFunc_Add_IntInt_ReturnValue) == 0x00005C, "Member 'BP_BaseLocalLighting_C_Set_Emissive_Materials_Safely::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials \ static_assert(alignof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials) == 0x000098, "Wrong size on BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, Emissive_Materials_0) == 0x000000, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::Emissive_Materials_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, Materials) == 0x000010, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::Materials' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, Temp_int_Loop_Counter_Variable) == 0x000020, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_Add_IntInt_ReturnValue) == 0x000024, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, Temp_int_Array_Index_Variable) == 0x000028, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, Temp_int_Loop_Counter_Variable_1) == 0x00002C, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_Add_IntInt_ReturnValue_1) == 0x000030, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, Temp_int_Array_Index_Variable_1) == 0x000034, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_GetComponentsByTag_ReturnValue) == 0x000038, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_Less_IntInt_ReturnValue) == 0x000058, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_IsValid_ReturnValue) == 0x000059, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_GetMaterials_ReturnValue) == 0x000060, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_GetMaterials_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_Array_Length_ReturnValue_1) == 0x000070, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_Array_Get_Item_1) == 0x000078, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_Less_IntInt_ReturnValue_1) == 0x000080, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000088, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials, CallFunc_Array_Add_ReturnValue) == 0x000090, "Member 'BP_BaseLocalLighting_C_Get_Emissive_Static_Mesh_Materials::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments \ static_assert(alignof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments) == 0x000038, "Wrong size on BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments, Light_Componant) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments::Light_Componant' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments, Falloff_Exponent) == 0x000008, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments::Falloff_Exponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments, Attenuation) == 0x00000C, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments::Attenuation' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments, Spotlight_Outer_Cone_Angle_0) == 0x000010, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments::Spotlight_Outer_Cone_Angle_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments, Spotlight_Inner_Cone_Angle_0) == 0x000014, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments::Spotlight_Inner_Cone_Angle_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments, Source_Radius_0) == 0x000018, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments::Source_Radius_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments, Soft_Source_Radious) == 0x00001C, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments::Soft_Source_Radious' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments, Source_Length_0) == 0x000020, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments::Source_Length_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments, CallFunc_GetObjectClass_ReturnValue) == 0x000028, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000030, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000031, "Member 'BP_BaseLocalLighting_C_Set_Aditional_Light_Adjustments::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_Light_Function \ static_assert(alignof(BP_BaseLocalLighting_C_Set_Light_Function) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_Light_Function"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_Light_Function) == 0x000028, "Wrong size on BP_BaseLocalLighting_C_Set_Light_Function"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Function, Target) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_Light_Function::Target' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Function, Light_Function_0) == 0x000008, "Member 'BP_BaseLocalLighting_C_Set_Light_Function::Light_Function_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Function, Max_Random_Offset) == 0x000010, "Member 'BP_BaseLocalLighting_C_Set_Light_Function::Max_Random_Offset' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Function, CallFunc_IsValid_ReturnValue) == 0x000014, "Member 'BP_BaseLocalLighting_C_Set_Light_Function::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Function, CallFunc_RandomFloatInRange_ReturnValue) == 0x000018, "Member 'BP_BaseLocalLighting_C_Set_Light_Function::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Function, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000020, "Member 'BP_BaseLocalLighting_C_Set_Light_Function::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Read_From_Light \ static_assert(alignof(BP_BaseLocalLighting_C_Read_From_Light) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Read_From_Light"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Read_From_Light) == 0x000058, "Wrong size on BP_BaseLocalLighting_C_Read_From_Light"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Light, K2Node_MakeStruct_S_LocalLighting) == 0x000000, "Member 'BP_BaseLocalLighting_C_Read_From_Light::K2Node_MakeStruct_S_LocalLighting' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Read_From_Preset \ static_assert(alignof(BP_BaseLocalLighting_C_Read_From_Preset) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Read_From_Preset"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Read_From_Preset) == 0x000110, "Wrong size on BP_BaseLocalLighting_C_Read_From_Preset"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x000008, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Less_IntInt_ReturnValue) == 0x000020, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, Temp_int_Loop_Counter_Variable_1) == 0x000024, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, Temp_int_Array_Index_Variable_1) == 0x00002C, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_GetComponentsByTag_ReturnValue) == 0x000040, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_GetComponentsByTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, Temp_int_Loop_Counter_Variable_2) == 0x000050, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Array_Length_ReturnValue_1) == 0x000054, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Add_IntInt_ReturnValue_2) == 0x000058, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Less_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Array_Get_Item_1) == 0x000060, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Array_Length_ReturnValue_2) == 0x000068, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_GetObjectClass_ReturnValue) == 0x000070, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_GetObjectClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Less_IntInt_ReturnValue_2) == 0x000078, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_EqualEqual_ClassClass_ReturnValue) == 0x000079, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_EqualEqual_ClassClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_GetObjectClass_ReturnValue_1) == 0x000080, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_GetObjectClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_EqualEqual_ClassClass_ReturnValue_1) == 0x000088, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_EqualEqual_ClassClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, Temp_int_Array_Index_Variable_2) == 0x00008C, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_Array_Get_Item_2) == 0x000090, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_GetObjectClass_ReturnValue_2) == 0x000098, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_GetObjectClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_EqualEqual_ClassClass_ReturnValue_2) == 0x0000A0, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_EqualEqual_ClassClass_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_EqualEqual_ClassClass_ReturnValue_3) == 0x0000A1, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_EqualEqual_ClassClass_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_GetEnumeratorName_ReturnValue) == 0x0000A4, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_GetEnumeratorName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_GetDataTableRowFromName_OutRow) == 0x0000B0, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_GetDataTableRowFromName_OutRow' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Read_From_Preset, CallFunc_GetDataTableRowFromName_ReturnValue) == 0x000108, "Member 'BP_BaseLocalLighting_C_Read_From_Preset::CallFunc_GetDataTableRowFromName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Exponential_Or_Custom \ static_assert(alignof(BP_BaseLocalLighting_C_Exponential_Or_Custom) == 0x000010, "Wrong alignment on BP_BaseLocalLighting_C_Exponential_Or_Custom"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Exponential_Or_Custom) == 0x0000D0, "Wrong size on BP_BaseLocalLighting_C_Exponential_Or_Custom"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, Object) == 0x000000, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::Object' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, Use_Inverse_Square) == 0x000008, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::Use_Inverse_Square' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, K2Node_DynamicCast_AsPoint_Light_Component) == 0x000010, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::K2Node_DynamicCast_AsPoint_Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, K2Node_DynamicCast_AsSpot_Light_Component) == 0x000020, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::K2Node_DynamicCast_AsSpot_Light_Component' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, K2Node_DynamicCast_bSuccess_1) == 0x000028, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, CallFunc_GetAttachParent_ReturnValue) == 0x000030, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::CallFunc_GetAttachParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, CallFunc_GetRelativeTransform_ReturnValue) == 0x000040, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::CallFunc_GetRelativeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, CallFunc_AddComponent_ReturnValue) == 0x000070, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, CallFunc_GetAttachParent_ReturnValue_1) == 0x000078, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::CallFunc_GetAttachParent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000080, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, CallFunc_GetRelativeTransform_ReturnValue_1) == 0x000090, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::CallFunc_GetRelativeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, CallFunc_AddComponent_ReturnValue_1) == 0x0000C0, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Exponential_Or_Custom, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x0000C8, "Member 'BP_BaseLocalLighting_C_Exponential_Or_Custom::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit \ static_assert(alignof(BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit) == 0x000020, "Wrong size on BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit, Target_Light) == 0x000000, "Member 'BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit::Target_Light' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit, Light_Intensity_) == 0x000008, "Member 'BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit::Light_Intensity_' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit, CosHalfConeAngle__optional_) == 0x00000C, "Member 'BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit::CosHalfConeAngle__optional_' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit, CallFunc_GetUnitsConversionFactor_ReturnValue) == 0x000014, "Member 'BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit::CallFunc_GetUnitsConversionFactor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_BaseLocalLighting_C_Set_Light_Intensity_By_Unit::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Change_Light_Paramiters \ static_assert(alignof(BP_BaseLocalLighting_C_Change_Light_Paramiters) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Change_Light_Paramiters"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Change_Light_Paramiters) == 0x000048, "Wrong size on BP_BaseLocalLighting_C_Change_Light_Paramiters"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, InputPin) == 0x000000, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::InputPin' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, Light_Color_0) == 0x000008, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::Light_Color_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, Temprature_0) == 0x000018, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::Temprature_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, Light_Intensity) == 0x00001C, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::Light_Intensity' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, Light_Function_0) == 0x000020, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::Light_Function_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, Volumetric_Scattering_Intensity_0) == 0x000028, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::Volumetric_Scattering_Intensity_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, IES_Texture_0) == 0x000030, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::IES_Texture_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, IES_Intensity_0) == 0x000038, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::IES_Intensity_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, Use_IES_Intensity_0) == 0x00003C, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::Use_IES_Intensity_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, Safe_) == 0x00003D, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::Safe_' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, CallFunc_ComponentHasTag_ReturnValue) == 0x00003E, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::CallFunc_ComponentHasTag_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, CallFunc_ComponentHasTag_ReturnValue_1) == 0x00003F, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::CallFunc_ComponentHasTag_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Change_Light_Paramiters, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000044, "Member 'BP_BaseLocalLighting_C_Change_Light_Paramiters::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseLocalLighting_C_Cast_Error_Logging \ static_assert(alignof(BP_BaseLocalLighting_C_Cast_Error_Logging) == 0x000008, "Wrong alignment on BP_BaseLocalLighting_C_Cast_Error_Logging"); \ static_assert(sizeof(BP_BaseLocalLighting_C_Cast_Error_Logging) == 0x000030, "Wrong size on BP_BaseLocalLighting_C_Cast_Error_Logging"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Cast_Error_Logging, A) == 0x000000, "Member 'BP_BaseLocalLighting_C_Cast_Error_Logging::A' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Cast_Error_Logging, CallFunc_GetDisplayName_ReturnValue) == 0x000010, "Member 'BP_BaseLocalLighting_C_Cast_Error_Logging::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseLocalLighting_C_Cast_Error_Logging, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_BaseLocalLighting_C_Cast_Error_Logging::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseLocalLighting_C \ static_assert(alignof(ABP_BaseLocalLighting_C) == 0x000008, "Wrong alignment on ABP_BaseLocalLighting_C"); \ static_assert(sizeof(ABP_BaseLocalLighting_C) == 0x000498, "Wrong size on ABP_BaseLocalLighting_C"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, UberGraphFrame) == 0x000230, "Member 'ABP_BaseLocalLighting_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Arrow) == 0x000238, "Member 'ABP_BaseLocalLighting_C::Arrow' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_BaseLocalLighting_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Timeline_Earthquake_Float_Curve_A70FA92847126B9EBA8BF1B34510E88A) == 0x000248, "Member 'ABP_BaseLocalLighting_C::Timeline_Earthquake_Float_Curve_A70FA92847126B9EBA8BF1B34510E88A' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Timeline_Earthquake_Debug_A70FA92847126B9EBA8BF1B34510E88A) == 0x00024C, "Member 'ABP_BaseLocalLighting_C::Timeline_Earthquake_Debug_A70FA92847126B9EBA8BF1B34510E88A' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Timeline_Earthquake__Direction_A70FA92847126B9EBA8BF1B34510E88A) == 0x000250, "Member 'ABP_BaseLocalLighting_C::Timeline_Earthquake__Direction_A70FA92847126B9EBA8BF1B34510E88A' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Timeline_Earthquake) == 0x000258, "Member 'ABP_BaseLocalLighting_C::Timeline_Earthquake' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Timeline_0_NewTrack_0_DAA15D5244B2F4FAB9DA2D89727806F2) == 0x000260, "Member 'ABP_BaseLocalLighting_C::Timeline_0_NewTrack_0_DAA15D5244B2F4FAB9DA2D89727806F2' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Timeline_0__Direction_DAA15D5244B2F4FAB9DA2D89727806F2) == 0x000264, "Member 'ABP_BaseLocalLighting_C::Timeline_0__Direction_DAA15D5244B2F4FAB9DA2D89727806F2' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Timeline_0) == 0x000268, "Member 'ABP_BaseLocalLighting_C::Timeline_0' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Fade_Intensity_118511CE447CFDE1309DB981712F0DD4) == 0x000270, "Member 'ABP_BaseLocalLighting_C::Fade_Intensity_118511CE447CFDE1309DB981712F0DD4' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Fade__Direction_118511CE447CFDE1309DB981712F0DD4) == 0x000274, "Member 'ABP_BaseLocalLighting_C::Fade__Direction_118511CE447CFDE1309DB981712F0DD4' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Fade) == 0x000278, "Member 'ABP_BaseLocalLighting_C::Fade' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Intensity) == 0x000280, "Member 'ABP_BaseLocalLighting_C::Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Units) == 0x000284, "Member 'ABP_BaseLocalLighting_C::Units' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Inverse_Square_Falloff) == 0x000285, "Member 'ABP_BaseLocalLighting_C::Inverse_Square_Falloff' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Light_Falloff_Exponent) == 0x000288, "Member 'ABP_BaseLocalLighting_C::Light_Falloff_Exponent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Light_Color) == 0x00028C, "Member 'ABP_BaseLocalLighting_C::Light_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Temprature) == 0x00029C, "Member 'ABP_BaseLocalLighting_C::Temprature' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Light_Channel) == 0x0002A0, "Member 'ABP_BaseLocalLighting_C::Light_Channel' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Light_Attenuation_Radius) == 0x0002A4, "Member 'ABP_BaseLocalLighting_C::Light_Attenuation_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Use_Emissive) == 0x0002A8, "Member 'ABP_BaseLocalLighting_C::Use_Emissive' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Emissive_Multiplier) == 0x0002AC, "Member 'ABP_BaseLocalLighting_C::Emissive_Multiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Volumetric_Scattering_Intensity) == 0x0002B0, "Member 'ABP_BaseLocalLighting_C::Volumetric_Scattering_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Source_Radius) == 0x0002B4, "Member 'ABP_BaseLocalLighting_C::Source_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Soft_Source_Radius) == 0x0002B8, "Member 'ABP_BaseLocalLighting_C::Soft_Source_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Source_Length) == 0x0002BC, "Member 'ABP_BaseLocalLighting_C::Source_Length' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Spotlight_Outer_Cone_Angle) == 0x0002C0, "Member 'ABP_BaseLocalLighting_C::Spotlight_Outer_Cone_Angle' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Spotlight_Inner_Cone_Angle) == 0x0002C4, "Member 'ABP_BaseLocalLighting_C::Spotlight_Inner_Cone_Angle' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Specularity_Scale) == 0x0002C8, "Member 'ABP_BaseLocalLighting_C::Specularity_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Cast_Shadows) == 0x0002CC, "Member 'ABP_BaseLocalLighting_C::Cast_Shadows' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, EO_Event_Fade_On) == 0x0002D0, "Member 'ABP_BaseLocalLighting_C::EO_Event_Fade_On' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, EO_Event_Fade_Off) == 0x0002D8, "Member 'ABP_BaseLocalLighting_C::EO_Event_Fade_Off' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, EO_Event_Flicker_Start) == 0x0002E0, "Member 'ABP_BaseLocalLighting_C::EO_Event_Flicker_Start' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, EO_Event_Flicker_End) == 0x0002E8, "Member 'ABP_BaseLocalLighting_C::EO_Event_Flicker_End' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Volumetric_Shadow) == 0x0002F0, "Member 'ABP_BaseLocalLighting_C::Volumetric_Shadow' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Flicker_Event_Light_Function) == 0x0002F8, "Member 'ABP_BaseLocalLighting_C::Flicker_Event_Light_Function' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, EO_Event_Destroy) == 0x000300, "Member 'ABP_BaseLocalLighting_C::EO_Event_Destroy' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Affect_Translucent_Lighting) == 0x000308, "Member 'ABP_BaseLocalLighting_C::Affect_Translucent_Lighting' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Shadow_Resolution_Scale) == 0x00030C, "Member 'ABP_BaseLocalLighting_C::Shadow_Resolution_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Shadow_Bias) == 0x000310, "Member 'ABP_BaseLocalLighting_C::Shadow_Bias' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Distance_Field_Shadows) == 0x000314, "Member 'ABP_BaseLocalLighting_C::Distance_Field_Shadows' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Distance_Field_Offset) == 0x000318, "Member 'ABP_BaseLocalLighting_C::Distance_Field_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, IES_Texture) == 0x000320, "Member 'ABP_BaseLocalLighting_C::IES_Texture' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Use_IES_Intensity) == 0x000328, "Member 'ABP_BaseLocalLighting_C::Use_IES_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, IES_Intensity) == 0x00032C, "Member 'ABP_BaseLocalLighting_C::IES_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Destroy_Event_Niagra_Effect) == 0x000330, "Member 'ABP_BaseLocalLighting_C::Destroy_Event_Niagra_Effect' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Mesh_to_Swap_on_Destroy) == 0x000338, "Member 'ABP_BaseLocalLighting_C::Mesh_to_Swap_on_Destroy' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Meshes_to_physics_on_destroy) == 0x000340, "Member 'ABP_BaseLocalLighting_C::Meshes_to_physics_on_destroy' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Lights) == 0x000350, "Member 'ABP_BaseLocalLighting_C::Lights' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Ambient_Light_Intensity_Multiplier) == 0x000360, "Member 'ABP_BaseLocalLighting_C::Ambient_Light_Intensity_Multiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Ambient_Light_Attenuation) == 0x000364, "Member 'ABP_BaseLocalLighting_C::Ambient_Light_Attenuation' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Ambient_Inverse_Square_Falloff) == 0x000368, "Member 'ABP_BaseLocalLighting_C::Ambient_Inverse_Square_Falloff' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Ambient_Cast_Shadow) == 0x000369, "Member 'ABP_BaseLocalLighting_C::Ambient_Cast_Shadow' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Ambient_Shadow_Resolution_Scale) == 0x00036C, "Member 'ABP_BaseLocalLighting_C::Ambient_Shadow_Resolution_Scale' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Ambient_Distance_Field_Shadows) == 0x000370, "Member 'ABP_BaseLocalLighting_C::Ambient_Distance_Field_Shadows' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Emissive_Materials) == 0x000378, "Member 'ABP_BaseLocalLighting_C::Emissive_Materials' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Niagara_Systems) == 0x000388, "Member 'ABP_BaseLocalLighting_C::Niagara_Systems' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, EO_Event_Instant_Off) == 0x000398, "Member 'ABP_BaseLocalLighting_C::EO_Event_Instant_Off' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, EO_Event_Instant_On) == 0x0003A0, "Member 'ABP_BaseLocalLighting_C::EO_Event_Instant_On' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Rect_Source_Width) == 0x0003A8, "Member 'ABP_BaseLocalLighting_C::Rect_Source_Width' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Rect_Source_Height) == 0x0003AC, "Member 'ABP_BaseLocalLighting_C::Rect_Source_Height' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Rect_Barn_Door_Angle) == 0x0003B0, "Member 'ABP_BaseLocalLighting_C::Rect_Barn_Door_Angle' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Rect_Barn_Door_Length) == 0x0003B4, "Member 'ABP_BaseLocalLighting_C::Rect_Barn_Door_Length' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Curve_Atlas) == 0x0003B8, "Member 'ABP_BaseLocalLighting_C::Curve_Atlas' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Collection) == 0x0003C0, "Member 'ABP_BaseLocalLighting_C::Collection' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Preset) == 0x0003C8, "Member 'ABP_BaseLocalLighting_C::Preset' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Data_Table) == 0x000420, "Member 'ABP_BaseLocalLighting_C::Data_Table' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, PresetName) == 0x000428, "Member 'ABP_BaseLocalLighting_C::PresetName' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Light_Function) == 0x000430, "Member 'ABP_BaseLocalLighting_C::Light_Function' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, SFX) == 0x000438, "Member 'ABP_BaseLocalLighting_C::SFX' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Use_Fog_) == 0x000440, "Member 'ABP_BaseLocalLighting_C::Use_Fog_' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, AmbientConeAngle) == 0x000444, "Member 'ABP_BaseLocalLighting_C::AmbientConeAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Ambient_Point_Light_Only) == 0x000448, "Member 'ABP_BaseLocalLighting_C::Ambient_Point_Light_Only' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Ambient_Spot_Light_Only) == 0x000449, "Member 'ABP_BaseLocalLighting_C::Ambient_Spot_Light_Only' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, AmbientShadowBias) == 0x00044C, "Member 'ABP_BaseLocalLighting_C::AmbientShadowBias' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, EO_Event_Change_Light_Function) == 0x000450, "Member 'ABP_BaseLocalLighting_C::EO_Event_Change_Light_Function' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, EO_Event_End_change_Light_Function) == 0x000458, "Member 'ABP_BaseLocalLighting_C::EO_Event_End_change_Light_Function' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Cached_EO_change_light_function_Delay) == 0x000460, "Member 'ABP_BaseLocalLighting_C::Cached_EO_change_light_function_Delay' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Affected_By_Earthquakes) == 0x000468, "Member 'ABP_BaseLocalLighting_C::Affected_By_Earthquakes' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, EO_Change_All_Paramiters) == 0x000470, "Member 'ABP_BaseLocalLighting_C::EO_Change_All_Paramiters' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, RegisterTremorEOEvent) == 0x000478, "Member 'ABP_BaseLocalLighting_C::RegisterTremorEOEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, As_BPE_Quake_Tremor) == 0x000480, "Member 'ABP_BaseLocalLighting_C::As_BPE_Quake_Tremor' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, EO_Event_Enable_Tick) == 0x000488, "Member 'ABP_BaseLocalLighting_C::EO_Event_Enable_Tick' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseLocalLighting_C, Fade_From_Temp) == 0x000490, "Member 'ABP_BaseLocalLighting_C::Fade_From_Temp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LL_SP_Emergeny_Light_Banged_Up_C \ static_assert(alignof(ABP_LL_SP_Emergeny_Light_Banged_Up_C) == 0x000008, "Wrong alignment on ABP_LL_SP_Emergeny_Light_Banged_Up_C"); \ static_assert(sizeof(ABP_LL_SP_Emergeny_Light_Banged_Up_C) == 0x0004B8, "Wrong size on ABP_LL_SP_Emergeny_Light_Banged_Up_C"); \ static_assert(offsetof(ABP_LL_SP_Emergeny_Light_Banged_Up_C, SoCu_SX_ENV_CircuitLoop) == 0x000498, "Member 'ABP_LL_SP_Emergeny_Light_Banged_Up_C::SoCu_SX_ENV_CircuitLoop' has a wrong offset!"); \ static_assert(offsetof(ABP_LL_SP_Emergeny_Light_Banged_Up_C, Ambient) == 0x0004A0, "Member 'ABP_LL_SP_Emergeny_Light_Banged_Up_C::Ambient' has a wrong offset!"); \ static_assert(offsetof(ABP_LL_SP_Emergeny_Light_Banged_Up_C, SpotLight) == 0x0004A8, "Member 'ABP_LL_SP_Emergeny_Light_Banged_Up_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(ABP_LL_SP_Emergeny_Light_Banged_Up_C, emergency_light_banged_up) == 0x0004B0, "Member 'ABP_LL_SP_Emergeny_Light_Banged_Up_C::emergency_light_banged_up' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseLocalLighting_SpotFixture_C \ static_assert(alignof(ABP_BaseLocalLighting_SpotFixture_C) == 0x000008, "Wrong alignment on ABP_BaseLocalLighting_SpotFixture_C"); \ static_assert(sizeof(ABP_BaseLocalLighting_SpotFixture_C) == 0x0004A0, "Wrong size on ABP_BaseLocalLighting_SpotFixture_C"); \ static_assert(offsetof(ABP_BaseLocalLighting_SpotFixture_C, SpotLight) == 0x000498, "Member 'ABP_BaseLocalLighting_SpotFixture_C::SpotLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseLocalLighting_PointLight_C \ static_assert(alignof(ABP_BaseLocalLighting_PointLight_C) == 0x000008, "Wrong alignment on ABP_BaseLocalLighting_PointLight_C"); \ static_assert(sizeof(ABP_BaseLocalLighting_PointLight_C) == 0x0004A0, "Wrong size on ABP_BaseLocalLighting_PointLight_C"); \ static_assert(offsetof(ABP_BaseLocalLighting_PointLight_C, PointLight) == 0x000498, "Member 'ABP_BaseLocalLighting_PointLight_C::PointLight' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LL_R_Lamp_Rack_C \ static_assert(alignof(ABP_LL_R_Lamp_Rack_C) == 0x000008, "Wrong alignment on ABP_LL_R_Lamp_Rack_C"); \ static_assert(sizeof(ABP_LL_R_Lamp_Rack_C) == 0x0004B8, "Wrong size on ABP_LL_R_Lamp_Rack_C"); \ static_assert(offsetof(ABP_LL_R_Lamp_Rack_C, Cylinder5) == 0x000498, "Member 'ABP_LL_R_Lamp_Rack_C::Cylinder5' has a wrong offset!"); \ static_assert(offsetof(ABP_LL_R_Lamp_Rack_C, Cylinder4) == 0x0004A0, "Member 'ABP_LL_R_Lamp_Rack_C::Cylinder4' has a wrong offset!"); \ static_assert(offsetof(ABP_LL_R_Lamp_Rack_C, RectLight) == 0x0004A8, "Member 'ABP_LL_R_Lamp_Rack_C::RectLight' has a wrong offset!"); \ static_assert(offsetof(ABP_LL_R_Lamp_Rack_C, Lamp_Rack) == 0x0004B0, "Member 'ABP_LL_R_Lamp_Rack_C::Lamp_Rack' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LL_S_Barn_Light_C \ static_assert(alignof(ABP_LL_S_Barn_Light_C) == 0x000008, "Wrong alignment on ABP_LL_S_Barn_Light_C"); \ static_assert(sizeof(ABP_LL_S_Barn_Light_C) == 0x0004C0, "Wrong size on ABP_LL_S_Barn_Light_C"); \ static_assert(offsetof(ABP_LL_S_Barn_Light_C, Ambient) == 0x0004A0, "Member 'ABP_LL_S_Barn_Light_C::Ambient' has a wrong offset!"); \ static_assert(offsetof(ABP_LL_S_Barn_Light_C, Audio_0) == 0x0004A8, "Member 'ABP_LL_S_Barn_Light_C::Audio_0' has a wrong offset!"); \ static_assert(offsetof(ABP_LL_S_Barn_Light_C, Light_Barn_Bulb) == 0x0004B0, "Member 'ABP_LL_S_Barn_Light_C::Light_Barn_Bulb' has a wrong offset!"); \ static_assert(offsetof(ABP_LL_S_Barn_Light_C, Light_Barn_Hood) == 0x0004B8, "Member 'ABP_LL_S_Barn_Light_C::Light_Barn_Hood' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_ExecuteUbergraph_LSA_Base \ static_assert(alignof(LSA_Base_C_ExecuteUbergraph_LSA_Base) == 0x000008, "Wrong alignment on LSA_Base_C_ExecuteUbergraph_LSA_Base"); \ static_assert(sizeof(LSA_Base_C_ExecuteUbergraph_LSA_Base) == 0x000090, "Wrong size on LSA_Base_C_ExecuteUbergraph_LSA_Base"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, EntryPoint) == 0x000000, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, CallFunc_GetSequencePlayer_ReturnValue) == 0x000010, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x000018, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, K2Node_InputDebugKeyEvent_Key) == 0x000020, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, CallFunc_IsPaused_ReturnValue) == 0x000038, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::CallFunc_IsPaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, CallFunc_IsPlaying_ReturnValue) == 0x000039, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, CallFunc_BooleanOR_ReturnValue) == 0x00003A, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, K2Node_EOCreateEvent_OutputDelegate) == 0x00003C, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, K2Node_EOCreateEvent_OutputDelegate_1) == 0x00004C, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, CallFunc_GetSequencePlayer_ReturnValue_2) == 0x000060, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::CallFunc_GetSequencePlayer_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, CallFunc_GetPlayRate_ReturnValue) == 0x000068, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::CallFunc_GetPlayRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00006C, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, K2Node_InputDebugKeyEvent_Key_1) == 0x000070, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::K2Node_InputDebugKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_ExecuteUbergraph_LSA_Base, CallFunc_Lerp_ReturnValue) == 0x000088, "Member 'LSA_Base_C_ExecuteUbergraph_LSA_Base::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_InpActEvt_J_K2Node_InputDebugKeyEvent_0 \ static_assert(alignof(LSA_Base_C_InpActEvt_J_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on LSA_Base_C_InpActEvt_J_K2Node_InputDebugKeyEvent_0"); \ static_assert(sizeof(LSA_Base_C_InpActEvt_J_K2Node_InputDebugKeyEvent_0) == 0x000018, "Wrong size on LSA_Base_C_InpActEvt_J_K2Node_InputDebugKeyEvent_0"); \ static_assert(offsetof(LSA_Base_C_InpActEvt_J_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'LSA_Base_C_InpActEvt_J_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_InpActEvt_X_K2Node_InputDebugKeyEvent_1 \ static_assert(alignof(LSA_Base_C_InpActEvt_X_K2Node_InputDebugKeyEvent_1) == 0x000008, "Wrong alignment on LSA_Base_C_InpActEvt_X_K2Node_InputDebugKeyEvent_1"); \ static_assert(sizeof(LSA_Base_C_InpActEvt_X_K2Node_InputDebugKeyEvent_1) == 0x000018, "Wrong size on LSA_Base_C_InpActEvt_X_K2Node_InputDebugKeyEvent_1"); \ static_assert(offsetof(LSA_Base_C_InpActEvt_X_K2Node_InputDebugKeyEvent_1, Key) == 0x000000, "Member 'LSA_Base_C_InpActEvt_X_K2Node_InputDebugKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_UserConstructionScript \ static_assert(alignof(LSA_Base_C_UserConstructionScript) == 0x000008, "Wrong alignment on LSA_Base_C_UserConstructionScript"); \ static_assert(sizeof(LSA_Base_C_UserConstructionScript) == 0x000128, "Wrong size on LSA_Base_C_UserConstructionScript"); \ static_assert(offsetof(LSA_Base_C_UserConstructionScript, CallFunc_GetDisplayName_ReturnValue) == 0x000000, "Member 'LSA_Base_C_UserConstructionScript::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue) == 0x000010, "Member 'LSA_Base_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData) == 0x000028, "Member 'LSA_Base_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_UserConstructionScript, CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue) == 0x000068, "Member 'LSA_Base_C_UserConstructionScript::CallFunc_Conv_SoftObjPathToSoftObjRef_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_UserConstructionScript, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000090, "Member 'LSA_Base_C_UserConstructionScript::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_UserConstructionScript, CallFunc_GetDisplayName_ReturnValue_1) == 0x000098, "Member 'LSA_Base_C_UserConstructionScript::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_UserConstructionScript, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0000A8, "Member 'LSA_Base_C_UserConstructionScript::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_UserConstructionScript, K2Node_MakeStruct_FormatArgumentData_1) == 0x0000C0, "Member 'LSA_Base_C_UserConstructionScript::K2Node_MakeStruct_FormatArgumentData_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000100, "Member 'LSA_Base_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_UserConstructionScript, CallFunc_Format_ReturnValue) == 0x000110, "Member 'LSA_Base_C_UserConstructionScript::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_OnLevelSequenceBegan \ static_assert(alignof(LSA_Base_C_OnLevelSequenceBegan) == 0x000008, "Wrong alignment on LSA_Base_C_OnLevelSequenceBegan"); \ static_assert(sizeof(LSA_Base_C_OnLevelSequenceBegan) == 0x000010, "Wrong size on LSA_Base_C_OnLevelSequenceBegan"); \ static_assert(offsetof(LSA_Base_C_OnLevelSequenceBegan, CallFunc_IsPlayFromHereFakePlayback_Result) == 0x000000, "Member 'LSA_Base_C_OnLevelSequenceBegan::CallFunc_IsPlayFromHereFakePlayback_Result' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnLevelSequenceBegan, CallFunc_IsPlayFromHereFakePlayback_Result_1) == 0x000001, "Member 'LSA_Base_C_OnLevelSequenceBegan::CallFunc_IsPlayFromHereFakePlayback_Result_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnLevelSequenceBegan, CallFunc_Not_PreBool_ReturnValue) == 0x000002, "Member 'LSA_Base_C_OnLevelSequenceBegan::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnLevelSequenceBegan, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'LSA_Base_C_OnLevelSequenceBegan::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_StartCinematicPlayerSpeed \ static_assert(alignof(LSA_Base_C_StartCinematicPlayerSpeed) == 0x000008, "Wrong alignment on LSA_Base_C_StartCinematicPlayerSpeed"); \ static_assert(sizeof(LSA_Base_C_StartCinematicPlayerSpeed) == 0x000078, "Wrong size on LSA_Base_C_StartCinematicPlayerSpeed"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSpeed, CallFunc_GetPathName_ReturnValue) == 0x000000, "Member 'LSA_Base_C_StartCinematicPlayerSpeed::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSpeed, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue) == 0x000010, "Member 'LSA_Base_C_StartCinematicPlayerSpeed::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSpeed, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'LSA_Base_C_StartCinematicPlayerSpeed::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSpeed, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000030, "Member 'LSA_Base_C_StartCinematicPlayerSpeed::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSpeed, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'LSA_Base_C_StartCinematicPlayerSpeed::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSpeed, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000048, "Member 'LSA_Base_C_StartCinematicPlayerSpeed::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSpeed, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'LSA_Base_C_StartCinematicPlayerSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSpeed, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000059, "Member 'LSA_Base_C_StartCinematicPlayerSpeed::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSpeed, CallFunc_Not_PreBool_ReturnValue) == 0x00005A, "Member 'LSA_Base_C_StartCinematicPlayerSpeed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSpeed, CallFunc_StartPlayerSpeed_ReturnValue) == 0x00005C, "Member 'LSA_Base_C_StartCinematicPlayerSpeed::CallFunc_StartPlayerSpeed_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_StopCinematicPlayerSpeed \ static_assert(alignof(LSA_Base_C_StopCinematicPlayerSpeed) == 0x000008, "Wrong alignment on LSA_Base_C_StopCinematicPlayerSpeed"); \ static_assert(sizeof(LSA_Base_C_StopCinematicPlayerSpeed) == 0x000040, "Wrong size on LSA_Base_C_StopCinematicPlayerSpeed"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSpeed, K2Node_MakeStruct_ActiveGameplayEffectHandle) == 0x000000, "Member 'LSA_Base_C_StopCinematicPlayerSpeed::K2Node_MakeStruct_ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSpeed, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue) == 0x000018, "Member 'LSA_Base_C_StopCinematicPlayerSpeed::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSpeed, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'LSA_Base_C_StopCinematicPlayerSpeed::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSpeed, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000038, "Member 'LSA_Base_C_StopCinematicPlayerSpeed::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSpeed, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000039, "Member 'LSA_Base_C_StopCinematicPlayerSpeed::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_StartCinematicPlayerSprint \ static_assert(alignof(LSA_Base_C_StartCinematicPlayerSprint) == 0x000008, "Wrong alignment on LSA_Base_C_StartCinematicPlayerSprint"); \ static_assert(sizeof(LSA_Base_C_StartCinematicPlayerSprint) == 0x0000E8, "Wrong size on LSA_Base_C_StartCinematicPlayerSprint"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000000, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000008, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_RemoveActiveGameplayEffect_ReturnValue) == 0x000020, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_RemoveActiveGameplayEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue) == 0x000028, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000038, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_Not_PreBool_ReturnValue) == 0x000050, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000068, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000078, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_GetAbilitySystemComponent_ReturnValue_1) == 0x000080, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_GetAbilitySystemComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, K2Node_MakeStruct_GameplayEffectContextHandle) == 0x000088, "Member 'LSA_Base_C_StartCinematicPlayerSprint::K2Node_MakeStruct_GameplayEffectContextHandle' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue_1) == 0x0000A0, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue) == 0x0000B0, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_BP_ApplyGameplayEffectToSelf_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000C8, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x0000D8, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StartCinematicPlayerSprint, CallFunc_IsValid_ReturnValue) == 0x0000E0, "Member 'LSA_Base_C_StartCinematicPlayerSprint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_StopCinematicPlayerSprint \ static_assert(alignof(LSA_Base_C_StopCinematicPlayerSprint) == 0x000008, "Wrong alignment on LSA_Base_C_StopCinematicPlayerSprint"); \ static_assert(sizeof(LSA_Base_C_StopCinematicPlayerSprint) == 0x0000A0, "Wrong size on LSA_Base_C_StopCinematicPlayerSprint"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000000, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_GetAbilitySystemComponent_ReturnValue) == 0x000008, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_GetAbilitySystemComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000010, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_GetGameplayEffectCount_ReturnValue) == 0x000014, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_GetGameplayEffectCount_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_Conv_IntToString_ReturnValue) == 0x000018, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_Greater_IntInt_ReturnValue) == 0x000028, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000040, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_GetAbilitySystemComponent_ReturnValue_1) == 0x000048, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_GetAbilitySystemComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_RemoveActiveGameplayEffect_ReturnValue) == 0x000050, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_RemoveActiveGameplayEffect_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue) == 0x000058, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, K2Node_MakeStruct_ActiveGameplayEffectHandle) == 0x000068, "Member 'LSA_Base_C_StopCinematicPlayerSprint::K2Node_MakeStruct_ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000080, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000090, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_StopCinematicPlayerSprint, CallFunc_BooleanAND_ReturnValue) == 0x000099, "Member 'LSA_Base_C_StopCinematicPlayerSprint::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_OnBaseCheckpointSaveBegin \ static_assert(alignof(LSA_Base_C_OnBaseCheckpointSaveBegin) == 0x000008, "Wrong alignment on LSA_Base_C_OnBaseCheckpointSaveBegin"); \ static_assert(sizeof(LSA_Base_C_OnBaseCheckpointSaveBegin) == 0x000030, "Wrong size on LSA_Base_C_OnBaseCheckpointSaveBegin"); \ static_assert(offsetof(LSA_Base_C_OnBaseCheckpointSaveBegin, Sender) == 0x000000, "Member 'LSA_Base_C_OnBaseCheckpointSaveBegin::Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnBaseCheckpointSaveBegin, Event) == 0x000008, "Member 'LSA_Base_C_OnBaseCheckpointSaveBegin::Event' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnBaseCheckpointSaveBegin, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'LSA_Base_C_OnBaseCheckpointSaveBegin::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnBaseCheckpointSaveBegin, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'LSA_Base_C_OnBaseCheckpointSaveBegin::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_OnBaseCheckpointLoadFinished \ static_assert(alignof(LSA_Base_C_OnBaseCheckpointLoadFinished) == 0x000008, "Wrong alignment on LSA_Base_C_OnBaseCheckpointLoadFinished"); \ static_assert(sizeof(LSA_Base_C_OnBaseCheckpointLoadFinished) == 0x000030, "Wrong size on LSA_Base_C_OnBaseCheckpointLoadFinished"); \ static_assert(offsetof(LSA_Base_C_OnBaseCheckpointLoadFinished, Sender) == 0x000000, "Member 'LSA_Base_C_OnBaseCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnBaseCheckpointLoadFinished, Event) == 0x000008, "Member 'LSA_Base_C_OnBaseCheckpointLoadFinished::Event' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnBaseCheckpointLoadFinished, K2Node_EOCreateEvent_OutputDelegate) == 0x000010, "Member 'LSA_Base_C_OnBaseCheckpointLoadFinished::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnBaseCheckpointLoadFinished, K2Node_DynamicCast_AsPHE_on_Checkpoint_Load_Finished) == 0x000020, "Member 'LSA_Base_C_OnBaseCheckpointLoadFinished::K2Node_DynamicCast_AsPHE_on_Checkpoint_Load_Finished' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnBaseCheckpointLoadFinished, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'LSA_Base_C_OnBaseCheckpointLoadFinished::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnBaseCheckpointLoadFinished, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'LSA_Base_C_OnBaseCheckpointLoadFinished::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_Get_Seq_Duration \ static_assert(alignof(LSA_Base_C_Get_Seq_Duration) == 0x000008, "Wrong alignment on LSA_Base_C_Get_Seq_Duration"); \ static_assert(sizeof(LSA_Base_C_Get_Seq_Duration) == 0x000050, "Wrong size on LSA_Base_C_Get_Seq_Duration"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, SeqDuration) == 0x000000, "Member 'LSA_Base_C_Get_Seq_Duration::SeqDuration' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, SeqDur) == 0x000004, "Member 'LSA_Base_C_Get_Seq_Duration::SeqDur' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_GetSequencePlayer_ReturnValue) == 0x000008, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_GetDuration_ReturnValue) == 0x000010, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_GetDuration_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_IsValid_ReturnValue) == 0x000020, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_BreakQualifiedFrameTime_Frame) == 0x000024, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_BreakQualifiedFrameTime_Frame' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_BreakQualifiedFrameTime_FrameRate) == 0x000028, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_BreakQualifiedFrameTime_FrameRate' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_BreakQualifiedFrameTime_SubFrame) == 0x000030, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_BreakQualifiedFrameTime_SubFrame' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_BreakFrameRate_Numerator) == 0x000034, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_BreakFrameRate_Numerator' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_BreakFrameRate_Denominator) == 0x000038, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_BreakFrameRate_Denominator' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00003C, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000040, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000044, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000048, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_Get_Seq_Duration, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00004C, "Member 'LSA_Base_C_Get_Seq_Duration::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_GetNormalizedPlaybackPosition \ static_assert(alignof(LSA_Base_C_GetNormalizedPlaybackPosition) == 0x000008, "Wrong alignment on LSA_Base_C_GetNormalizedPlaybackPosition"); \ static_assert(sizeof(LSA_Base_C_GetNormalizedPlaybackPosition) == 0x0000A0, "Wrong size on LSA_Base_C_GetNormalizedPlaybackPosition"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, InSeqencePlayer) == 0x000000, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::InSeqencePlayer' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, NormalizedPosition) == 0x000008, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::NormalizedPosition' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, LocCurrentFrame) == 0x00000C, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::LocCurrentFrame' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, LocSeqLength) == 0x000010, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::LocSeqLength' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_GetCurrentTime_ReturnValue) == 0x000014, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_GetCurrentTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_GetStartTime_ReturnValue) == 0x000024, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_GetStartTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_BreakQualifiedFrameTime_Frame) == 0x000034, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_BreakQualifiedFrameTime_Frame' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_BreakQualifiedFrameTime_FrameRate) == 0x000038, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_BreakQualifiedFrameTime_FrameRate' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_BreakQualifiedFrameTime_SubFrame) == 0x000040, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_BreakQualifiedFrameTime_SubFrame' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_BreakQualifiedFrameTime_Frame_1) == 0x000044, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_BreakQualifiedFrameTime_Frame_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_BreakQualifiedFrameTime_FrameRate_1) == 0x000048, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_BreakQualifiedFrameTime_FrameRate_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_BreakQualifiedFrameTime_SubFrame_1) == 0x000050, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_BreakQualifiedFrameTime_SubFrame_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000054, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000058, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_Add_FloatFloat_ReturnValue) == 0x00005C, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000060, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_FMax_ReturnValue) == 0x000064, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_GetEndTime_ReturnValue) == 0x000068, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_BreakQualifiedFrameTime_Frame_2) == 0x000078, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_BreakQualifiedFrameTime_Frame_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_BreakQualifiedFrameTime_FrameRate_2) == 0x00007C, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_BreakQualifiedFrameTime_FrameRate_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_BreakQualifiedFrameTime_SubFrame_2) == 0x000084, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_BreakQualifiedFrameTime_SubFrame_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000088, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00008C, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000090, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000094, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_GetNormalizedPlaybackPosition, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000098, "Member 'LSA_Base_C_GetNormalizedPlaybackPosition::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_OnBaseDeathClosetExit \ static_assert(alignof(LSA_Base_C_OnBaseDeathClosetExit) == 0x000008, "Wrong alignment on LSA_Base_C_OnBaseDeathClosetExit"); \ static_assert(sizeof(LSA_Base_C_OnBaseDeathClosetExit) == 0x000010, "Wrong size on LSA_Base_C_OnBaseDeathClosetExit"); \ static_assert(offsetof(LSA_Base_C_OnBaseDeathClosetExit, Sender) == 0x000000, "Member 'LSA_Base_C_OnBaseDeathClosetExit::Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_OnBaseDeathClosetExit, Event) == 0x000008, "Member 'LSA_Base_C_OnBaseDeathClosetExit::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_RestoreFromCheckpoint \ static_assert(alignof(LSA_Base_C_RestoreFromCheckpoint) == 0x000008, "Wrong alignment on LSA_Base_C_RestoreFromCheckpoint"); \ static_assert(sizeof(LSA_Base_C_RestoreFromCheckpoint) == 0x000088, "Wrong size on LSA_Base_C_RestoreFromCheckpoint"); \ static_assert(offsetof(LSA_Base_C_RestoreFromCheckpoint, CallFunc_Conv_BoolToString_ReturnValue) == 0x000000, "Member 'LSA_Base_C_RestoreFromCheckpoint::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_RestoreFromCheckpoint, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'LSA_Base_C_RestoreFromCheckpoint::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_RestoreFromCheckpoint, CallFunc_GetPathName_ReturnValue) == 0x000020, "Member 'LSA_Base_C_RestoreFromCheckpoint::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_RestoreFromCheckpoint, CallFunc_GetPathName_ReturnValue_1) == 0x000030, "Member 'LSA_Base_C_RestoreFromCheckpoint::CallFunc_GetPathName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_RestoreFromCheckpoint, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000040, "Member 'LSA_Base_C_RestoreFromCheckpoint::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_RestoreFromCheckpoint, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000050, "Member 'LSA_Base_C_RestoreFromCheckpoint::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_RestoreFromCheckpoint, CallFunc_Not_PreBool_ReturnValue) == 0x000060, "Member 'LSA_Base_C_RestoreFromCheckpoint::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_RestoreFromCheckpoint, CallFunc_GetPathName_ReturnValue_2) == 0x000068, "Member 'LSA_Base_C_RestoreFromCheckpoint::CallFunc_GetPathName_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_RestoreFromCheckpoint, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000078, "Member 'LSA_Base_C_RestoreFromCheckpoint::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_Base_C_IsPlayFromHereFakePlayback \ static_assert(alignof(LSA_Base_C_IsPlayFromHereFakePlayback) == 0x000001, "Wrong alignment on LSA_Base_C_IsPlayFromHereFakePlayback"); \ static_assert(sizeof(LSA_Base_C_IsPlayFromHereFakePlayback) == 0x000003, "Wrong size on LSA_Base_C_IsPlayFromHereFakePlayback"); \ static_assert(offsetof(LSA_Base_C_IsPlayFromHereFakePlayback, Result) == 0x000000, "Member 'LSA_Base_C_IsPlayFromHereFakePlayback::Result' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_IsPlayFromHereFakePlayback, CallFunc_IsPlayFromHere_ReturnValue) == 0x000001, "Member 'LSA_Base_C_IsPlayFromHereFakePlayback::CallFunc_IsPlayFromHere_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_Base_C_IsPlayFromHereFakePlayback, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'LSA_Base_C_IsPlayFromHereFakePlayback::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_Base_C \ static_assert(alignof(ALSA_Base_C) == 0x000008, "Wrong alignment on ALSA_Base_C"); \ static_assert(sizeof(ALSA_Base_C) == 0x000860, "Wrong size on ALSA_Base_C"); \ static_assert(offsetof(ALSA_Base_C, UberGraphFrame) == 0x0007B8, "Member 'ALSA_Base_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, TextRender) == 0x0007C0, "Member 'ALSA_Base_C::TextRender' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, FadeMPC_NewTrack_0_475CD9474D683C1013D9BCB17554E957) == 0x0007C8, "Member 'ALSA_Base_C::FadeMPC_NewTrack_0_475CD9474D683C1013D9BCB17554E957' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, FadeMPC__Direction_475CD9474D683C1013D9BCB17554E957) == 0x0007CC, "Member 'ALSA_Base_C::FadeMPC__Direction_475CD9474D683C1013D9BCB17554E957' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, FadeMPC) == 0x0007D0, "Member 'ALSA_Base_C::FadeMPC' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, FlashlightPowerDownMode) == 0x0007D8, "Member 'ALSA_Base_C::FlashlightPowerDownMode' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, DisableReticle) == 0x0007D9, "Member 'ALSA_Base_C::DisableReticle' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, PlayerSpeedOnStart) == 0x0007E0, "Member 'ALSA_Base_C::PlayerSpeedOnStart' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, DisableSprintOnStart) == 0x000818, "Member 'ALSA_Base_C::DisableSprintOnStart' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, ReEnableSprintOnEnd) == 0x000819, "Member 'ALSA_Base_C::ReEnableSprintOnEnd' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, PlayerSpeedEffectHandle) == 0x00081C, "Member 'ALSA_Base_C::PlayerSpeedEffectHandle' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, PlayerSprintEffectHandle) == 0x000834, "Member 'ALSA_Base_C::PlayerSprintEffectHandle' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, FadeInteractableMPC) == 0x00084C, "Member 'ALSA_Base_C::FadeInteractableMPC' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, WasPlayingOnSave) == 0x00084D, "Member 'ALSA_Base_C::WasPlayingOnSave' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, DoNotPlayOnPlayFromHere) == 0x00084E, "Member 'ALSA_Base_C::DoNotPlayOnPlayFromHere' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, FastForwardMultiplier) == 0x000850, "Member 'ALSA_Base_C::FastForwardMultiplier' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, OriginalPlayRate) == 0x000854, "Member 'ALSA_Base_C::OriginalPlayRate' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, RestorePlaybackOnCheckpoint) == 0x000858, "Member 'ALSA_Base_C::RestorePlaybackOnCheckpoint' has a wrong offset!"); \ static_assert(offsetof(ALSA_Base_C, PlayedAtLeastOnce) == 0x000859, "Member 'ALSA_Base_C::PlayedAtLeastOnce' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LL_SP_Light_4_C \ static_assert(alignof(ABP_LL_SP_Light_4_C) == 0x000008, "Wrong alignment on ABP_LL_SP_Light_4_C"); \ static_assert(sizeof(ABP_LL_SP_Light_4_C) == 0x0004B8, "Wrong size on ABP_LL_SP_Light_4_C"); \ static_assert(offsetof(ABP_LL_SP_Light_4_C, SpotLight) == 0x0004A0, "Member 'ABP_LL_SP_Light_4_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(ABP_LL_SP_Light_4_C, SM_light_4) == 0x0004A8, "Member 'ABP_LL_SP_Light_4_C::SM_light_4' has a wrong offset!"); \ static_assert(offsetof(ABP_LL_SP_Light_4_C, Audio_0) == 0x0004B0, "Member 'ABP_LL_SP_Light_4_C::Audio_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global \ static_assert(alignof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global) == 0x000008, "Wrong alignment on KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global"); \ static_assert(sizeof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global) == 0x000048, "Wrong size on KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global"); \ static_assert(offsetof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global, EntryPoint) == 0x000000, "Member 'KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global, CallFunc_MakeLiteralByte_ReturnValue) == 0x000020, "Member 'KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000028, "Member 'KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000030, "Member 'KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000031, "Member 'KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000038, "Member 'KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000040, "Member 'KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global, K2Node_SwitchEnum_CmpSuccess) == 0x000041, "Member 'KatjasApt_Lighting_Global_C_ExecuteUbergraph_KatjasApt_Lighting_Global::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AKatjasApt_Lighting_Global_C \ static_assert(alignof(AKatjasApt_Lighting_Global_C) == 0x000008, "Wrong alignment on AKatjasApt_Lighting_Global_C"); \ static_assert(sizeof(AKatjasApt_Lighting_Global_C) == 0x000308, "Wrong size on AKatjasApt_Lighting_Global_C"); \ static_assert(offsetof(AKatjasApt_Lighting_Global_C, UberGraphFrame_KatjasApt_Lighting_Global_C) == 0x0002F8, "Member 'AKatjasApt_Lighting_Global_C::UberGraphFrame_KatjasApt_Lighting_Global_C' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_Lighting_Global_C, Debug) == 0x000300, "Member 'AKatjasApt_Lighting_Global_C::Debug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_EPMOT_SOTH_C \ static_assert(alignof(UBP_EPMOT_SOTH_C) == 0x000008, "Wrong alignment on UBP_EPMOT_SOTH_C"); \ static_assert(sizeof(UBP_EPMOT_SOTH_C) == 0x000028, "Wrong size on UBP_EPMOT_SOTH_C"); \ #define DUMPER7_ASSERTS_KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared \ static_assert(alignof(KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared) == 0x000008, "Wrong alignment on KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared"); \ static_assert(sizeof(KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared) == 0x0000A0, "Wrong size on KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared"); \ static_assert(offsetof(KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared, EntryPoint) == 0x000000, "Member 'KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000008, "Member 'KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000010, "Member 'KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x000014, "Member 'KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared, CallFunc_K2_SetActorTransform_ReturnValue) == 0x00009C, "Member 'KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared, K2Node_SwitchEnum_CmpSuccess) == 0x00009D, "Member 'KatjasApt_Art_Shared_C_ExecuteUbergraph_KatjasApt_Art_Shared::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AKatjasApt_Art_Shared_C \ static_assert(alignof(AKatjasApt_Art_Shared_C) == 0x000010, "Wrong alignment on AKatjasApt_Art_Shared_C"); \ static_assert(sizeof(AKatjasApt_Art_Shared_C) == 0x000340, "Wrong size on AKatjasApt_Art_Shared_C"); \ static_assert(offsetof(AKatjasApt_Art_Shared_C, UberGraphFrame_KatjasApt_Art_Shared_C) == 0x0002F8, "Member 'AKatjasApt_Art_Shared_C::UberGraphFrame_KatjasApt_Art_Shared_C' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_Art_Shared_C, Ch02BedFrameTran) == 0x000300, "Member 'AKatjasApt_Art_Shared_C::Ch02BedFrameTran' has a wrong offset!"); \ static_assert(offsetof(AKatjasApt_Art_Shared_C, SM_Metal_Bed_AlgaeRoom_ExecuteUbergraph_KatjasApt_Art_Shared_RefProperty) == 0x000330, "Member 'AKatjasApt_Art_Shared_C::SM_Metal_Bed_AlgaeRoom_ExecuteUbergraph_KatjasApt_Art_Shared_RefProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA0_EnableChimeRingTrigger_C \ static_assert(alignof(UBPE_KA0_EnableChimeRingTrigger_C) == 0x000008, "Wrong alignment on UBPE_KA0_EnableChimeRingTrigger_C"); \ static_assert(sizeof(UBPE_KA0_EnableChimeRingTrigger_C) == 0x000030, "Wrong size on UBPE_KA0_EnableChimeRingTrigger_C"); \ static_assert(offsetof(UBPE_KA0_EnableChimeRingTrigger_C, RingDelay) == 0x000028, "Member 'UBPE_KA0_EnableChimeRingTrigger_C::RingDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA0_StartChimeRinging_C \ static_assert(alignof(UBPE_KA0_StartChimeRinging_C) == 0x000008, "Wrong alignment on UBPE_KA0_StartChimeRinging_C"); \ static_assert(sizeof(UBPE_KA0_StartChimeRinging_C) == 0x000028, "Wrong size on UBPE_KA0_StartChimeRinging_C"); \ #define DUMPER7_ASSERTS_UBPE_KA0_PickedUpFamilyPhoto_C \ static_assert(alignof(UBPE_KA0_PickedUpFamilyPhoto_C) == 0x000008, "Wrong alignment on UBPE_KA0_PickedUpFamilyPhoto_C"); \ static_assert(sizeof(UBPE_KA0_PickedUpFamilyPhoto_C) == 0x000028, "Wrong size on UBPE_KA0_PickedUpFamilyPhoto_C"); \ #define DUMPER7_ASSERTS_UBPE_KA0_EarthquakeFinished_C \ static_assert(alignof(UBPE_KA0_EarthquakeFinished_C) == 0x000008, "Wrong alignment on UBPE_KA0_EarthquakeFinished_C"); \ static_assert(sizeof(UBPE_KA0_EarthquakeFinished_C) == 0x000028, "Wrong size on UBPE_KA0_EarthquakeFinished_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_D_TriedUrnFaucet_C \ static_assert(alignof(UBPE_KA1_D_TriedUrnFaucet_C) == 0x000008, "Wrong alignment on UBPE_KA1_D_TriedUrnFaucet_C"); \ static_assert(sizeof(UBPE_KA1_D_TriedUrnFaucet_C) == 0x000028, "Wrong size on UBPE_KA1_D_TriedUrnFaucet_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_ChapterStart_C \ static_assert(alignof(UBPE_Global_ChapterStart_C) == 0x000008, "Wrong alignment on UBPE_Global_ChapterStart_C"); \ static_assert(sizeof(UBPE_Global_ChapterStart_C) == 0x000028, "Wrong size on UBPE_Global_ChapterStart_C"); \ #define DUMPER7_ASSERTS_UBPE_KA0_UnloadedMicrofilm_C \ static_assert(alignof(UBPE_KA0_UnloadedMicrofilm_C) == 0x000008, "Wrong alignment on UBPE_KA0_UnloadedMicrofilm_C"); \ static_assert(sizeof(UBPE_KA0_UnloadedMicrofilm_C) == 0x000028, "Wrong size on UBPE_KA0_UnloadedMicrofilm_C"); \ #define DUMPER7_ASSERTS_UBP_CameraShake_Quake_Infinite_Base_C \ static_assert(alignof(UBP_CameraShake_Quake_Infinite_Base_C) == 0x000010, "Wrong alignment on UBP_CameraShake_Quake_Infinite_Base_C"); \ static_assert(sizeof(UBP_CameraShake_Quake_Infinite_Base_C) == 0x0000B0, "Wrong size on UBP_CameraShake_Quake_Infinite_Base_C"); \ #define DUMPER7_ASSERTS_UBPE_PuppetSystem_Pickups_C \ static_assert(alignof(UBPE_PuppetSystem_Pickups_C) == 0x000008, "Wrong alignment on UBPE_PuppetSystem_Pickups_C"); \ static_assert(sizeof(UBPE_PuppetSystem_Pickups_C) == 0x000030, "Wrong size on UBPE_PuppetSystem_Pickups_C"); \ static_assert(offsetof(UBPE_PuppetSystem_Pickups_C, PickupClass) == 0x000028, "Member 'UBPE_PuppetSystem_Pickups_C::PickupClass' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_SoundMixModifierFlipFlop_C \ static_assert(alignof(UBPE_A_SoundMixModifierFlipFlop_C) == 0x000008, "Wrong alignment on UBPE_A_SoundMixModifierFlipFlop_C"); \ static_assert(sizeof(UBPE_A_SoundMixModifierFlipFlop_C) == 0x000050, "Wrong size on UBPE_A_SoundMixModifierFlipFlop_C"); \ static_assert(offsetof(UBPE_A_SoundMixModifierFlipFlop_C, Enum_SoundMixModifier1) == 0x000028, "Member 'UBPE_A_SoundMixModifierFlipFlop_C::Enum_SoundMixModifier1' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SoundMixModifierFlipFlop_C, Enum_SoundMixModifier2) == 0x000029, "Member 'UBPE_A_SoundMixModifierFlipFlop_C::Enum_SoundMixModifier2' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SoundMixModifierFlipFlop_C, Sound_Mix1) == 0x000030, "Member 'UBPE_A_SoundMixModifierFlipFlop_C::Sound_Mix1' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SoundMixModifierFlipFlop_C, Sound_Mix2) == 0x000040, "Member 'UBPE_A_SoundMixModifierFlipFlop_C::Sound_Mix2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_SetBreathingLocomotion_C \ static_assert(alignof(UBPE_A_SetBreathingLocomotion_C) == 0x000008, "Wrong alignment on UBPE_A_SetBreathingLocomotion_C"); \ static_assert(sizeof(UBPE_A_SetBreathingLocomotion_C) == 0x000048, "Wrong size on UBPE_A_SetBreathingLocomotion_C"); \ static_assert(offsetof(UBPE_A_SetBreathingLocomotion_C, AllowLocomotionSwitchBreathing) == 0x000028, "Member 'UBPE_A_SetBreathingLocomotion_C::AllowLocomotionSwitchBreathing' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SetBreathingLocomotion_C, BreathInSoundSprint) == 0x000030, "Member 'UBPE_A_SetBreathingLocomotion_C::BreathInSoundSprint' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SetBreathingLocomotion_C, BreathOutSoundSprint) == 0x000038, "Member 'UBPE_A_SetBreathingLocomotion_C::BreathOutSoundSprint' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_SetBreathingLocomotion_C, SetNewParams) == 0x000040, "Member 'UBPE_A_SetBreathingLocomotion_C::SetNewParams' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_UpdateControlBusMix_C \ static_assert(alignof(UBPE_A_UpdateControlBusMix_C) == 0x000008, "Wrong alignment on UBPE_A_UpdateControlBusMix_C"); \ static_assert(sizeof(UBPE_A_UpdateControlBusMix_C) == 0x000048, "Wrong size on UBPE_A_UpdateControlBusMix_C"); \ static_assert(offsetof(UBPE_A_UpdateControlBusMix_C, ControlBusMix) == 0x000028, "Member 'UBPE_A_UpdateControlBusMix_C::ControlBusMix' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_UpdateControlBusMix_C, MixStages) == 0x000030, "Member 'UBPE_A_UpdateControlBusMix_C::MixStages' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_UpdateControlBusMix_C, FadeTime) == 0x000040, "Member 'UBPE_A_UpdateControlBusMix_C::FadeTime' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_UpdateControlBusMix_C, ResetToDefault) == 0x000044, "Member 'UBPE_A_UpdateControlBusMix_C::ResetToDefault' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CameraShake_Quake_Infinite_Blast_C \ static_assert(alignof(UBP_CameraShake_Quake_Infinite_Blast_C) == 0x000010, "Wrong alignment on UBP_CameraShake_Quake_Infinite_Blast_C"); \ static_assert(sizeof(UBP_CameraShake_Quake_Infinite_Blast_C) == 0x0000B0, "Wrong size on UBP_CameraShake_Quake_Infinite_Blast_C"); \ #define DUMPER7_ASSERTS_W_Cover_C_ExecuteUbergraph_W_Cover \ static_assert(alignof(W_Cover_C_ExecuteUbergraph_W_Cover) == 0x000004, "Wrong alignment on W_Cover_C_ExecuteUbergraph_W_Cover"); \ static_assert(sizeof(W_Cover_C_ExecuteUbergraph_W_Cover) == 0x000008, "Wrong size on W_Cover_C_ExecuteUbergraph_W_Cover"); \ static_assert(offsetof(W_Cover_C_ExecuteUbergraph_W_Cover, EntryPoint) == 0x000000, "Member 'W_Cover_C_ExecuteUbergraph_W_Cover::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(W_Cover_C_ExecuteUbergraph_W_Cover, K2Node_Event_IsDesignTime) == 0x000004, "Member 'W_Cover_C_ExecuteUbergraph_W_Cover::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_W_Cover_C_PreConstruct \ static_assert(alignof(W_Cover_C_PreConstruct) == 0x000001, "Wrong alignment on W_Cover_C_PreConstruct"); \ static_assert(sizeof(W_Cover_C_PreConstruct) == 0x000001, "Wrong size on W_Cover_C_PreConstruct"); \ static_assert(offsetof(W_Cover_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'W_Cover_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UW_Cover_C \ static_assert(alignof(UW_Cover_C) == 0x000008, "Wrong alignment on UW_Cover_C"); \ static_assert(sizeof(UW_Cover_C) == 0x0002A8, "Wrong size on UW_Cover_C"); \ static_assert(offsetof(UW_Cover_C, UberGraphFrame) == 0x000260, "Member 'UW_Cover_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UW_Cover_C, BodyText) == 0x000268, "Member 'UW_Cover_C::BodyText' has a wrong offset!"); \ static_assert(offsetof(UW_Cover_C, CoverBox) == 0x000270, "Member 'UW_Cover_C::CoverBox' has a wrong offset!"); \ static_assert(offsetof(UW_Cover_C, HeadingText) == 0x000278, "Member 'UW_Cover_C::HeadingText' has a wrong offset!"); \ static_assert(offsetof(UW_Cover_C, PageNumber) == 0x000280, "Member 'UW_Cover_C::PageNumber' has a wrong offset!"); \ static_assert(offsetof(UW_Cover_C, Picture) == 0x000288, "Member 'UW_Cover_C::Picture' has a wrong offset!"); \ static_assert(offsetof(UW_Cover_C, SpineBottom) == 0x000290, "Member 'UW_Cover_C::SpineBottom' has a wrong offset!"); \ static_assert(offsetof(UW_Cover_C, SpineLengthwise) == 0x000298, "Member 'UW_Cover_C::SpineLengthwise' has a wrong offset!"); \ static_assert(offsetof(UW_Cover_C, SpineTop) == 0x0002A0, "Member 'UW_Cover_C::SpineTop' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FStruct_BreathStates \ static_assert(alignof(FStruct_BreathStates) == 0x000008, "Wrong alignment on FStruct_BreathStates"); \ static_assert(sizeof(FStruct_BreathStates) == 0x000038, "Wrong size on FStruct_BreathStates"); \ static_assert(offsetof(FStruct_BreathStates, BreathStateName_21_EBFCC60C4262C089BE5634A5A1ED926A) == 0x000000, "Member 'FStruct_BreathStates::BreathStateName_21_EBFCC60C4262C089BE5634A5A1ED926A' has a wrong offset!"); \ static_assert(offsetof(FStruct_BreathStates, BreatheInSound_2_3074ED3F449174A93002E49F2C3C2E03) == 0x000010, "Member 'FStruct_BreathStates::BreatheInSound_2_3074ED3F449174A93002E49F2C3C2E03' has a wrong offset!"); \ static_assert(offsetof(FStruct_BreathStates, BreatheOutSound_4_5895A9EA43B8B1212A7F3C862E6DBD27) == 0x000018, "Member 'FStruct_BreathStates::BreatheOutSound_4_5895A9EA43B8B1212A7F3C862E6DBD27' has a wrong offset!"); \ static_assert(offsetof(FStruct_BreathStates, MinimumDelay_7_58FAD3EA4D846A6F2F7161A1D3E2C3B0) == 0x000020, "Member 'FStruct_BreathStates::MinimumDelay_7_58FAD3EA4D846A6F2F7161A1D3E2C3B0' has a wrong offset!"); \ static_assert(offsetof(FStruct_BreathStates, MaximumDelay_9_0182081B41D40CDC80A9C49453817F99) == 0x000024, "Member 'FStruct_BreathStates::MaximumDelay_9_0182081B41D40CDC80A9C49453817F99' has a wrong offset!"); \ static_assert(offsetof(FStruct_BreathStates, Volume_11_14CF045D45EFC15B6172A3A42C180E39) == 0x000028, "Member 'FStruct_BreathStates::Volume_11_14CF045D45EFC15B6172A3A42C180E39' has a wrong offset!"); \ static_assert(offsetof(FStruct_BreathStates, MinAddedLoopDelay_13_FE2A547044B05B541F9BC8BB5F56ED5B) == 0x00002C, "Member 'FStruct_BreathStates::MinAddedLoopDelay_13_FE2A547044B05B541F9BC8BB5F56ED5B' has a wrong offset!"); \ static_assert(offsetof(FStruct_BreathStates, MaxAddedLoopDelay_15_213DE14E40DC845096F2429BF5873410) == 0x000030, "Member 'FStruct_BreathStates::MaxAddedLoopDelay_15_213DE14E40DC845096F2429BF5873410' has a wrong offset!"); \ static_assert(offsetof(FStruct_BreathStates, LoopAfterCount_18_B2F5B3E64CBA251DAF0B9195EB706E6D) == 0x000034, "Member 'FStruct_BreathStates::LoopAfterCount_18_B2F5B3E64CBA251DAF0B9195EB706E6D' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CameraShake_QuakeLow_C \ static_assert(alignof(UBP_CameraShake_QuakeLow_C) == 0x000010, "Wrong alignment on UBP_CameraShake_QuakeLow_C"); \ static_assert(sizeof(UBP_CameraShake_QuakeLow_C) == 0x0000B0, "Wrong size on UBP_CameraShake_QuakeLow_C"); \ #define DUMPER7_ASSERTS_UBP_CameraShake_Quake_C \ static_assert(alignof(UBP_CameraShake_Quake_C) == 0x000010, "Wrong alignment on UBP_CameraShake_Quake_C"); \ static_assert(sizeof(UBP_CameraShake_Quake_C) == 0x0000B0, "Wrong size on UBP_CameraShake_Quake_C"); \ #define DUMPER7_ASSERTS_FS_SpineInfo \ static_assert(alignof(FS_SpineInfo) == 0x000008, "Wrong alignment on FS_SpineInfo"); \ static_assert(sizeof(FS_SpineInfo) == 0x000070, "Wrong size on FS_SpineInfo"); \ static_assert(offsetof(FS_SpineInfo, LengthwiseHeading_18_2F141DD041CB225C56F505BAF8F95ED4) == 0x000000, "Member 'FS_SpineInfo::LengthwiseHeading_18_2F141DD041CB225C56F505BAF8F95ED4' has a wrong offset!"); \ static_assert(offsetof(FS_SpineInfo, LengthwiseHeadingFontColor_55_B893AF474DF7765335E1E580642D939E) == 0x000018, "Member 'FS_SpineInfo::LengthwiseHeadingFontColor_55_B893AF474DF7765335E1E580642D939E' has a wrong offset!"); \ static_assert(offsetof(FS_SpineInfo, LengthwiseHeadingsize_25_5AB385B3429A6289073CCA85290DF7CF) == 0x00001C, "Member 'FS_SpineInfo::LengthwiseHeadingsize_25_5AB385B3429A6289073CCA85290DF7CF' has a wrong offset!"); \ static_assert(offsetof(FS_SpineInfo, LengthwiseHeadingalignment_38_55A449764C4C7DF576D59BA44C38F1E6) == 0x000020, "Member 'FS_SpineInfo::LengthwiseHeadingalignment_38_55A449764C4C7DF576D59BA44C38F1E6' has a wrong offset!"); \ static_assert(offsetof(FS_SpineInfo, TopText_20_CE0460E04ED48293F0762AB3BDBEFF94) == 0x000028, "Member 'FS_SpineInfo::TopText_20_CE0460E04ED48293F0762AB3BDBEFF94' has a wrong offset!"); \ static_assert(offsetof(FS_SpineInfo, TopTextFontColor_53_FACBC88D4F9865D1E43C8292466E4DC8) == 0x000040, "Member 'FS_SpineInfo::TopTextFontColor_53_FACBC88D4F9865D1E43C8292466E4DC8' has a wrong offset!"); \ static_assert(offsetof(FS_SpineInfo, TopTextsize_27_5BD264B247D322A1AF5D288CC7CDB4B9) == 0x000044, "Member 'FS_SpineInfo::TopTextsize_27_5BD264B247D322A1AF5D288CC7CDB4B9' has a wrong offset!"); \ static_assert(offsetof(FS_SpineInfo, BottomText_22_E1D939784E85581B155A7DB4FD3F156E) == 0x000048, "Member 'FS_SpineInfo::BottomText_22_E1D939784E85581B155A7DB4FD3F156E' has a wrong offset!"); \ static_assert(offsetof(FS_SpineInfo, BottomTextFontColor_54_B4EBF2464E6D4C9208A347B072668EEE) == 0x000060, "Member 'FS_SpineInfo::BottomTextFontColor_54_B4EBF2464E6D4C9208A347B072668EEE' has a wrong offset!"); \ static_assert(offsetof(FS_SpineInfo, BottomTextsize_29_C9A883DF45DAAC9F7D2DD0A5CC58C5A9) == 0x000064, "Member 'FS_SpineInfo::BottomTextsize_29_C9A883DF45DAAC9F7D2DD0A5CC58C5A9' has a wrong offset!"); \ static_assert(offsetof(FS_SpineInfo, PaddingAtTop_44_1FDA4CD34D3AA8A1CA940499B47C1523) == 0x000068, "Member 'FS_SpineInfo::PaddingAtTop_44_1FDA4CD34D3AA8A1CA940499B47C1523' has a wrong offset!"); \ static_assert(offsetof(FS_SpineInfo, PaddingAtBottom_45_41F01F604BC768655936D5B472657188) == 0x00006C, "Member 'FS_SpineInfo::PaddingAtBottom_45_41F01F604BC768655936D5B472657188' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FS_ControlBusMixInfo \ static_assert(alignof(FS_ControlBusMixInfo) == 0x000008, "Wrong alignment on FS_ControlBusMixInfo"); \ static_assert(sizeof(FS_ControlBusMixInfo) == 0x000050, "Wrong size on FS_ControlBusMixInfo"); \ static_assert(offsetof(FS_ControlBusMixInfo, IsActive_11_330A88CB47A8946745EB4587F2179CC7) == 0x000000, "Member 'FS_ControlBusMixInfo::IsActive_11_330A88CB47A8946745EB4587F2179CC7' has a wrong offset!"); \ static_assert(offsetof(FS_ControlBusMixInfo, ControlBusMixSoftRef_13_2551DEE940D4F07F1F1A91B1F47D78FB) == 0x000008, "Member 'FS_ControlBusMixInfo::ControlBusMixSoftRef_13_2551DEE940D4F07F1F1A91B1F47D78FB' has a wrong offset!"); \ static_assert(offsetof(FS_ControlBusMixInfo, ControlBusMixHardRef_17_6A5ED50D458029BEFA1C5A942D9FB6BC) == 0x000030, "Member 'FS_ControlBusMixInfo::ControlBusMixHardRef_17_6A5ED50D458029BEFA1C5A942D9FB6BC' has a wrong offset!"); \ static_assert(offsetof(FS_ControlBusMixInfo, FadeTime_5_C578D94C4FEA1F0AFAF1D4B65832F6DB) == 0x000038, "Member 'FS_ControlBusMixInfo::FadeTime_5_C578D94C4FEA1F0AFAF1D4B65832F6DB' has a wrong offset!"); \ static_assert(offsetof(FS_ControlBusMixInfo, MixStagesOverride_20_91905A57447C2D59B8B6E0B8DA7542AD) == 0x000040, "Member 'FS_ControlBusMixInfo::MixStagesOverride_20_91905A57447C2D59B8B6E0B8DA7542AD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA0_MusicLogic_C \ static_assert(alignof(UBPE_KA0_MusicLogic_C) == 0x000008, "Wrong alignment on UBPE_KA0_MusicLogic_C"); \ static_assert(sizeof(UBPE_KA0_MusicLogic_C) == 0x000028, "Wrong size on UBPE_KA0_MusicLogic_C"); \ #define DUMPER7_ASSERTS_UBPE_A_Quartz3_LayerAdjust_C \ static_assert(alignof(UBPE_A_Quartz3_LayerAdjust_C) == 0x000008, "Wrong alignment on UBPE_A_Quartz3_LayerAdjust_C"); \ static_assert(sizeof(UBPE_A_Quartz3_LayerAdjust_C) == 0x000050, "Wrong size on UBPE_A_Quartz3_LayerAdjust_C"); \ static_assert(offsetof(UBPE_A_Quartz3_LayerAdjust_C, FadeIn) == 0x000028, "Member 'UBPE_A_Quartz3_LayerAdjust_C::FadeIn' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Quartz3_LayerAdjust_C, FadeOut) == 0x00002C, "Member 'UBPE_A_Quartz3_LayerAdjust_C::FadeOut' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Quartz3_LayerAdjust_C, Delay_On_Layers) == 0x000030, "Member 'UBPE_A_Quartz3_LayerAdjust_C::Delay_On_Layers' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Quartz3_LayerAdjust_C, Delay_Off_Layers) == 0x000034, "Member 'UBPE_A_Quartz3_LayerAdjust_C::Delay_Off_Layers' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Quartz3_LayerAdjust_C, LayerToggles) == 0x000038, "Member 'UBPE_A_Quartz3_LayerAdjust_C::LayerToggles' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_Quartz3_LayerAdjust_C, QuantizationType) == 0x000048, "Member 'UBPE_A_Quartz3_LayerAdjust_C::QuantizationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_CameraShake_QuakeMed_C \ static_assert(alignof(UBP_CameraShake_QuakeMed_C) == 0x000010, "Wrong alignment on UBP_CameraShake_QuakeMed_C"); \ static_assert(sizeof(UBP_CameraShake_QuakeMed_C) == 0x0000B0, "Wrong size on UBP_CameraShake_QuakeMed_C"); \ #define DUMPER7_ASSERTS_UCamShake_Woozy_DunescapeIntro_C \ static_assert(alignof(UCamShake_Woozy_DunescapeIntro_C) == 0x000010, "Wrong alignment on UCamShake_Woozy_DunescapeIntro_C"); \ static_assert(sizeof(UCamShake_Woozy_DunescapeIntro_C) == 0x0000B0, "Wrong size on UCamShake_Woozy_DunescapeIntro_C"); \ #define DUMPER7_ASSERTS_ABP_Bucket_C \ static_assert(alignof(ABP_Bucket_C) == 0x000008, "Wrong alignment on ABP_Bucket_C"); \ static_assert(sizeof(ABP_Bucket_C) == 0x000248, "Wrong size on ABP_Bucket_C"); \ static_assert(offsetof(ABP_Bucket_C, Mesh_Bucket_Handle) == 0x000230, "Member 'ABP_Bucket_C::Mesh_Bucket_Handle' has a wrong offset!"); \ static_assert(offsetof(ABP_Bucket_C, Mesh_Bucket) == 0x000238, "Member 'ABP_Bucket_C::Mesh_Bucket' has a wrong offset!"); \ static_assert(offsetof(ABP_Bucket_C, DefaultSceneRoot) == 0x000240, "Member 'ABP_Bucket_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_FadeToMainMenu_C \ static_assert(alignof(UBPE_FadeToMainMenu_C) == 0x000008, "Wrong alignment on UBPE_FadeToMainMenu_C"); \ static_assert(sizeof(UBPE_FadeToMainMenu_C) == 0x000030, "Wrong size on UBPE_FadeToMainMenu_C"); \ static_assert(offsetof(UBPE_FadeToMainMenu_C, FadeLength) == 0x000028, "Member 'UBPE_FadeToMainMenu_C::FadeLength' has a wrong offset!"); \ #define DUMPER7_ASSERTS_W_Page_C_ExecuteUbergraph_W_Page \ static_assert(alignof(W_Page_C_ExecuteUbergraph_W_Page) == 0x000004, "Wrong alignment on W_Page_C_ExecuteUbergraph_W_Page"); \ static_assert(sizeof(W_Page_C_ExecuteUbergraph_W_Page) == 0x000008, "Wrong size on W_Page_C_ExecuteUbergraph_W_Page"); \ static_assert(offsetof(W_Page_C_ExecuteUbergraph_W_Page, EntryPoint) == 0x000000, "Member 'W_Page_C_ExecuteUbergraph_W_Page::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(W_Page_C_ExecuteUbergraph_W_Page, K2Node_Event_IsDesignTime) == 0x000004, "Member 'W_Page_C_ExecuteUbergraph_W_Page::K2Node_Event_IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_W_Page_C_PreConstruct \ static_assert(alignof(W_Page_C_PreConstruct) == 0x000001, "Wrong alignment on W_Page_C_PreConstruct"); \ static_assert(sizeof(W_Page_C_PreConstruct) == 0x000001, "Wrong size on W_Page_C_PreConstruct"); \ static_assert(offsetof(W_Page_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'W_Page_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UW_Page_C \ static_assert(alignof(UW_Page_C) == 0x000008, "Wrong alignment on UW_Page_C"); \ static_assert(sizeof(UW_Page_C) == 0x000288, "Wrong size on UW_Page_C"); \ static_assert(offsetof(UW_Page_C, UberGraphFrame) == 0x000260, "Member 'UW_Page_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UW_Page_C, BodyText) == 0x000268, "Member 'UW_Page_C::BodyText' has a wrong offset!"); \ static_assert(offsetof(UW_Page_C, HeadingText) == 0x000270, "Member 'UW_Page_C::HeadingText' has a wrong offset!"); \ static_assert(offsetof(UW_Page_C, PageNumber) == 0x000278, "Member 'UW_Page_C::PageNumber' has a wrong offset!"); \ static_assert(offsetof(UW_Page_C, Picture) == 0x000280, "Member 'UW_Page_C::Picture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_CancelIntroCine_C \ static_assert(alignof(UBPE_Global_CancelIntroCine_C) == 0x000008, "Wrong alignment on UBPE_Global_CancelIntroCine_C"); \ static_assert(sizeof(UBPE_Global_CancelIntroCine_C) == 0x000028, "Wrong size on UBPE_Global_CancelIntroCine_C"); \ #define DUMPER7_ASSERTS_FS_Ephemera \ static_assert(alignof(FS_Ephemera) == 0x000008, "Wrong alignment on FS_Ephemera"); \ static_assert(sizeof(FS_Ephemera) == 0x000058, "Wrong size on FS_Ephemera"); \ static_assert(offsetof(FS_Ephemera, Actor_25_CB9E98F44229E223BCBAD7AEE2C3B438) == 0x000000, "Member 'FS_Ephemera::Actor_25_CB9E98F44229E223BCBAD7AEE2C3B438' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, AdjustedPage_59_04F276CF4A933274B1D399AECD1907CC) == 0x000008, "Member 'FS_Ephemera::AdjustedPage_59_04F276CF4A933274B1D399AECD1907CC' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, Page_60_F83C579041BC472752CA048F3898D2FF) == 0x00000C, "Member 'FS_Ephemera::Page_60_F83C579041BC472752CA048F3898D2FF' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, Flattenbetweenpages_28_4245BBFF4B7555A92BD26488777BEB0A) == 0x000010, "Member 'FS_Ephemera::Flattenbetweenpages_28_4245BBFF4B7555A92BD26488777BEB0A' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, RenderAlways_34_BAD0CE0E4C654EE518E5329547E5FA7D) == 0x000011, "Member 'FS_Ephemera::RenderAlways_34_BAD0CE0E4C654EE518E5329547E5FA7D' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, Offsetfrompagecenter_30_3461257849FBA4B4E2C53DA9A9757C10) == 0x000014, "Member 'FS_Ephemera::Offsetfrompagecenter_30_3461257849FBA4B4E2C53DA9A9757C10' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, Angleaskewonpage_54_E455CC2E463421C421F8699C952AAD9B) == 0x000020, "Member 'FS_Ephemera::Angleaskewonpage_54_E455CC2E463421C421F8699C952AAD9B' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, Rotationonpage_20_D136E072446DC5F69C8F1885D15A3575) == 0x000024, "Member 'FS_Ephemera::Rotationonpage_20_D136E072446DC5F69C8F1885D15A3575' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, Scale_19_3267A75244F9096739F4F4A0F400B925) == 0x000028, "Member 'FS_Ephemera::Scale_19_3267A75244F9096739F4F4A0F400B925' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, AnimationEffect_62_F4DDEE854B1E6030E0D5F5A70F44BC99) == 0x000034, "Member 'FS_Ephemera::AnimationEffect_62_F4DDEE854B1E6030E0D5F5A70F44BC99' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, AnimationDegrees_37_D335075749C0C182D94DE6B677021229) == 0x000038, "Member 'FS_Ephemera::AnimationDegrees_37_D335075749C0C182D94DE6B677021229' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, IndexinEphemeraArray_48_1793E96141B749C0354146BB2AA1853B) == 0x00003C, "Member 'FS_Ephemera::IndexinEphemeraArray_48_1793E96141B749C0354146BB2AA1853B' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, AnimationSoundOpening_67_E0CA32F04F4E8FE12D413ABAD6D237E4) == 0x000040, "Member 'FS_Ephemera::AnimationSoundOpening_67_E0CA32F04F4E8FE12D413ABAD6D237E4' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, AnimationSoundClosing_69_E51C086840E8891725CC38A972D62911) == 0x000048, "Member 'FS_Ephemera::AnimationSoundClosing_69_E51C086840E8891725CC38A972D62911' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, AbsolutePosAdvanced_71_7F4400AA47F100EEF1CB528444426118) == 0x000050, "Member 'FS_Ephemera::AbsolutePosAdvanced_71_7F4400AA47F100EEF1CB528444426118' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, UseAsMenuWidget_73_9237FA024EB8D7C290EE4CA781507BE2) == 0x000051, "Member 'FS_Ephemera::UseAsMenuWidget_73_9237FA024EB8D7C290EE4CA781507BE2' has a wrong offset!"); \ static_assert(offsetof(FS_Ephemera, CollisionOnCurrentPageSpreadOnly_76_D64E3219432FE8736F85B5A19F362F07) == 0x000052, "Member 'FS_Ephemera::CollisionOnCurrentPageSpreadOnly_76_D64E3219432FE8736F85B5A19F362F07' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds \ static_assert(alignof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds) == 0x000008, "Wrong alignment on BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds"); \ static_assert(sizeof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds) == 0x000090, "Wrong size on BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, EntryPoint) == 0x000000, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, Temp_bool_Has_Been_Initd_Variable) == 0x000004, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, Temp_int_Variable) == 0x000008, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, Temp_bool_IsClosed_Variable) == 0x000010, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, K2Node_EOEvent_Sender_1) == 0x000018, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, K2Node_EOEvent_Event_1) == 0x000020, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, K2Node_DynamicCast_AsBPE_Ch_03_Tremor) == 0x000028, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::K2Node_DynamicCast_AsBPE_Ch_03_Tremor' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000031, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, K2Node_EOCreateEvent_OutputDelegate) == 0x000034, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000044, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, CallFunc_RandomFloatInRange_ReturnValue) == 0x000054, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000059, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, CallFunc_IsValid_ReturnValue_1) == 0x00005A, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, CallFunc_BooleanOR_ReturnValue) == 0x00005B, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x00005C, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, CallFunc_IsValidClass_ReturnValue) == 0x00005D, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000060, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, K2Node_EOEvent_Sender) == 0x000070, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, K2Node_EOEvent_Event) == 0x000078, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, K2Node_DynamicCast_AsBPE_Global_Base_Quake_Tremor) == 0x000080, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::K2Node_DynamicCast_AsBPE_Global_Base_Quake_Tremor' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds, K2Node_DynamicCast_bSuccess_1) == 0x000088, "Member 'BP_TempDurationSounds_C_ExecuteUbergraph_BP_TempDurationSounds::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TempDurationSounds_C_BaseQuakeTremor \ static_assert(alignof(BP_TempDurationSounds_C_BaseQuakeTremor) == 0x000008, "Wrong alignment on BP_TempDurationSounds_C_BaseQuakeTremor"); \ static_assert(sizeof(BP_TempDurationSounds_C_BaseQuakeTremor) == 0x000010, "Wrong size on BP_TempDurationSounds_C_BaseQuakeTremor"); \ static_assert(offsetof(BP_TempDurationSounds_C_BaseQuakeTremor, Sender) == 0x000000, "Member 'BP_TempDurationSounds_C_BaseQuakeTremor::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_BaseQuakeTremor, Event) == 0x000008, "Member 'BP_TempDurationSounds_C_BaseQuakeTremor::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TempDurationSounds_C_EOEventDelegate_0 \ static_assert(alignof(BP_TempDurationSounds_C_EOEventDelegate_0) == 0x000008, "Wrong alignment on BP_TempDurationSounds_C_EOEventDelegate_0"); \ static_assert(sizeof(BP_TempDurationSounds_C_EOEventDelegate_0) == 0x000010, "Wrong size on BP_TempDurationSounds_C_EOEventDelegate_0"); \ static_assert(offsetof(BP_TempDurationSounds_C_EOEventDelegate_0, Sender) == 0x000000, "Member 'BP_TempDurationSounds_C_EOEventDelegate_0::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_TempDurationSounds_C_EOEventDelegate_0, Event) == 0x000008, "Member 'BP_TempDurationSounds_C_EOEventDelegate_0::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TempDurationSounds_C \ static_assert(alignof(ABP_TempDurationSounds_C) == 0x000008, "Wrong alignment on ABP_TempDurationSounds_C"); \ static_assert(sizeof(ABP_TempDurationSounds_C) == 0x000290, "Wrong size on ABP_TempDurationSounds_C"); \ static_assert(offsetof(ABP_TempDurationSounds_C, UberGraphFrame) == 0x000230, "Member 'ABP_TempDurationSounds_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, Billboard) == 0x000238, "Member 'ABP_TempDurationSounds_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, Audio) == 0x000240, "Member 'ABP_TempDurationSounds_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_TempDurationSounds_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, FadeInDur) == 0x000250, "Member 'ABP_TempDurationSounds_C::FadeInDur' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, FadeOutDur) == 0x000254, "Member 'ABP_TempDurationSounds_C::FadeOutDur' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, Sound) == 0x000258, "Member 'ABP_TempDurationSounds_C::Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, UseMagnitude) == 0x000260, "Member 'ABP_TempDurationSounds_C::UseMagnitude' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, RanOneShots) == 0x000261, "Member 'ABP_TempDurationSounds_C::RanOneShots' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, As_BPE_Quake_Tremor) == 0x000268, "Member 'ABP_TempDurationSounds_C::As_BPE_Quake_Tremor' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, Volume_Multiplier) == 0x000270, "Member 'ABP_TempDurationSounds_C::Volume_Multiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, NumberOfRanOneShot) == 0x000274, "Member 'ABP_TempDurationSounds_C::NumberOfRanOneShot' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, RanMinDelay) == 0x000278, "Member 'ABP_TempDurationSounds_C::RanMinDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, RanMaxDelay) == 0x00027C, "Member 'ABP_TempDurationSounds_C::RanMaxDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, LocationName) == 0x000280, "Member 'ABP_TempDurationSounds_C::LocationName' has a wrong offset!"); \ static_assert(offsetof(ABP_TempDurationSounds_C, RegisterTremorEOEvent) == 0x000288, "Member 'ABP_TempDurationSounds_C::RegisterTremorEOEvent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_GlobalResetPlayerHealth_C \ static_assert(alignof(UBPE_GlobalResetPlayerHealth_C) == 0x000008, "Wrong alignment on UBPE_GlobalResetPlayerHealth_C"); \ static_assert(sizeof(UBPE_GlobalResetPlayerHealth_C) == 0x000028, "Wrong size on UBPE_GlobalResetPlayerHealth_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_HangingLight_AddImpulse_C \ static_assert(alignof(UBPE_Global_HangingLight_AddImpulse_C) == 0x000008, "Wrong alignment on UBPE_Global_HangingLight_AddImpulse_C"); \ static_assert(sizeof(UBPE_Global_HangingLight_AddImpulse_C) == 0x000030, "Wrong size on UBPE_Global_HangingLight_AddImpulse_C"); \ static_assert(offsetof(UBPE_Global_HangingLight_AddImpulse_C, E_QuakeIntensity) == 0x000028, "Member 'UBPE_Global_HangingLight_AddImpulse_C::E_QuakeIntensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UW_TutorialHints_C \ static_assert(alignof(UW_TutorialHints_C) == 0x000008, "Wrong alignment on UW_TutorialHints_C"); \ static_assert(sizeof(UW_TutorialHints_C) == 0x000260, "Wrong size on UW_TutorialHints_C"); \ #define DUMPER7_ASSERTS_UBPE_DestroyActor_C \ static_assert(alignof(UBPE_DestroyActor_C) == 0x000008, "Wrong alignment on UBPE_DestroyActor_C"); \ static_assert(sizeof(UBPE_DestroyActor_C) == 0x000048, "Wrong size on UBPE_DestroyActor_C"); \ static_assert(offsetof(UBPE_DestroyActor_C, Actor) == 0x000028, "Member 'UBPE_DestroyActor_C::Actor' has a wrong offset!"); \ static_assert(offsetof(UBPE_DestroyActor_C, AmbientSounds) == 0x000038, "Member 'UBPE_DestroyActor_C::AmbientSounds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_FadeOut3DSFX_C \ static_assert(alignof(UBPE_A_FadeOut3DSFX_C) == 0x000008, "Wrong alignment on UBPE_A_FadeOut3DSFX_C"); \ static_assert(sizeof(UBPE_A_FadeOut3DSFX_C) == 0x000050, "Wrong size on UBPE_A_FadeOut3DSFX_C"); \ static_assert(offsetof(UBPE_A_FadeOut3DSFX_C, SoundToFadeOut) == 0x000028, "Member 'UBPE_A_FadeOut3DSFX_C::SoundToFadeOut' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_FadeOut3DSFX_C, FadeOutDur) == 0x000030, "Member 'UBPE_A_FadeOut3DSFX_C::FadeOutDur' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_FadeOut3DSFX_C, SoundBaseToFadeOut) == 0x000038, "Member 'UBPE_A_FadeOut3DSFX_C::SoundBaseToFadeOut' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_FadeOut3DSFX_C, FadeOut) == 0x000048, "Member 'UBPE_A_FadeOut3DSFX_C::FadeOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_ConditionalVO_C \ static_assert(alignof(UBPE_A_ConditionalVO_C) == 0x000008, "Wrong alignment on UBPE_A_ConditionalVO_C"); \ static_assert(sizeof(UBPE_A_ConditionalVO_C) == 0x000058, "Wrong size on UBPE_A_ConditionalVO_C"); \ static_assert(offsetof(UBPE_A_ConditionalVO_C, PlayVO) == 0x000028, "Member 'UBPE_A_ConditionalVO_C::PlayVO' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_ConditionalVO_C, ConditionNotMetVO) == 0x000030, "Member 'UBPE_A_ConditionalVO_C::ConditionNotMetVO' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_ConditionalVO_C, ConditionMetVO) == 0x000038, "Member 'UBPE_A_ConditionalVO_C::ConditionMetVO' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_ConditionalVO_C, InteractName) == 0x000040, "Member 'UBPE_A_ConditionalVO_C::InteractName' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_ConditionalVO_C, MeetsConditionForAnotherInteract) == 0x000041, "Member 'UBPE_A_ConditionalVO_C::MeetsConditionForAnotherInteract' has a wrong offset!"); \ static_assert(offsetof(UBPE_A_ConditionalVO_C, InteractAffectedName) == 0x000048, "Member 'UBPE_A_ConditionalVO_C::InteractAffectedName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_FST_QuartzClockInfo3 \ static_assert(alignof(FST_QuartzClockInfo3) == 0x000008, "Wrong alignment on FST_QuartzClockInfo3"); \ static_assert(sizeof(FST_QuartzClockInfo3) == 0x000058, "Wrong size on FST_QuartzClockInfo3"); \ static_assert(offsetof(FST_QuartzClockInfo3, ClockName_37_44B7F52C4E46E5E4B29F08AB50E11FDA) == 0x000000, "Member 'FST_QuartzClockInfo3::ClockName_37_44B7F52C4E46E5E4B29F08AB50E11FDA' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo3, ClockSettings_95_7DFA001640F9C672B38E2AAB949F0440) == 0x000008, "Member 'FST_QuartzClockInfo3::ClockSettings_95_7DFA001640F9C672B38E2AAB949F0440' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo3, QuantizationBoundary_101_6FA7C662448EF744060376B33B0FEA3E) == 0x000028, "Member 'FST_QuartzClockInfo3::QuantizationBoundary_101_6FA7C662448EF744060376B33B0FEA3E' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo3, BPM_117_7F26B004468977E35F369D8B5C8E46F4) == 0x000034, "Member 'FST_QuartzClockInfo3::BPM_117_7F26B004468977E35F369D8B5C8E46F4' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo3, CuesToPlay_156_8299B5024F2E3CBB1FF9B7B143EFD758) == 0x000038, "Member 'FST_QuartzClockInfo3::CuesToPlay_156_8299B5024F2E3CBB1FF9B7B143EFD758' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo3, CrossFade_NewMixFadeInDur_158_904ADA494140DDDC3772AD89B895884A) == 0x000048, "Member 'FST_QuartzClockInfo3::CrossFade_NewMixFadeInDur_158_904ADA494140DDDC3772AD89B895884A' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo3, CrossFade_OldMixFadeOutDur_157_3FD202384F31058E57C9D9A1AC4D9314) == 0x00004C, "Member 'FST_QuartzClockInfo3::CrossFade_OldMixFadeOutDur_157_3FD202384F31058E57C9D9A1AC4D9314' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo3, QuantizedOffset_153_247EE62A48FB7AEC8C2A87B72F0216D0) == 0x000050, "Member 'FST_QuartzClockInfo3::QuantizedOffset_153_247EE62A48FB7AEC8C2A87B72F0216D0' has a wrong offset!"); \ static_assert(offsetof(FST_QuartzClockInfo3, StopClock_146_6D239E17425056A386D4D7A7E22ECAC4) == 0x000054, "Member 'FST_QuartzClockInfo3::StopClock_146_6D239E17425056A386D4D7A7E22ECAC4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor \ static_assert(alignof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor) == 0x000008, "Wrong alignment on BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor"); \ static_assert(sizeof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor) == 0x000078, "Wrong size on BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, EntryPoint) == 0x000000, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_ClockName) == 0x000018, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_QuantizationType) == 0x000020, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_QuantizationType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_NumBars) == 0x000024, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_NumBars' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_Beat) == 0x000028, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_Beat' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_BeatFraction) == 0x00002C, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_BeatFraction' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_InClockHandle) == 0x000030, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_InClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_InQuantizationBoundary) == 0x000038, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_InQuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, CallFunc_Concat_StrStr_ReturnValue) == 0x000048, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, CallFunc_Not_PreBool_ReturnValue) == 0x000058, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, CallFunc_Greater_IntInt_ReturnValue) == 0x000059, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, CallFunc_Percent_IntInt_ReturnValue) == 0x00005C, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, CallFunc_IsLayerOn_OutIsLayerOn) == 0x000060, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::CallFunc_IsLayerOn_OutIsLayerOn' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000061, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_InLayerToggle) == 0x000062, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_InLayerToggle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_FadeInDuration) == 0x000064, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_FadeInDelay) == 0x000068, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_FadeInDelay' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_FadeOutDuration) == 0x00006C, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, K2Node_CustomEvent_FadeOutDelay) == 0x000070, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::K2Node_CustomEvent_FadeOutDelay' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, CallFunc_Not_PreBool_ReturnValue_1) == 0x000074, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000075, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor, CallFunc_IsValid_ReturnValue) == 0x000076, "Member 'BP_QuartzLayerActor_C_ExecuteUbergraph_BP_QuartzLayerActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzLayerActor_C_LayerAdjust \ static_assert(alignof(BP_QuartzLayerActor_C_LayerAdjust) == 0x000004, "Wrong alignment on BP_QuartzLayerActor_C_LayerAdjust"); \ static_assert(sizeof(BP_QuartzLayerActor_C_LayerAdjust) == 0x000014, "Wrong size on BP_QuartzLayerActor_C_LayerAdjust"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LayerAdjust, InLayerToggle) == 0x000000, "Member 'BP_QuartzLayerActor_C_LayerAdjust::InLayerToggle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LayerAdjust, FadeInDuration) == 0x000004, "Member 'BP_QuartzLayerActor_C_LayerAdjust::FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LayerAdjust, FadeInDelay) == 0x000008, "Member 'BP_QuartzLayerActor_C_LayerAdjust::FadeInDelay' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LayerAdjust, FadeOutDuration) == 0x00000C, "Member 'BP_QuartzLayerActor_C_LayerAdjust::FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LayerAdjust, FadeOutDelay) == 0x000010, "Member 'BP_QuartzLayerActor_C_LayerAdjust::FadeOutDelay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzLayerActor_C_QuartzLayerBarEvent \ static_assert(alignof(BP_QuartzLayerActor_C_QuartzLayerBarEvent) == 0x000008, "Wrong alignment on BP_QuartzLayerActor_C_QuartzLayerBarEvent"); \ static_assert(sizeof(BP_QuartzLayerActor_C_QuartzLayerBarEvent) == 0x000030, "Wrong size on BP_QuartzLayerActor_C_QuartzLayerBarEvent"); \ static_assert(offsetof(BP_QuartzLayerActor_C_QuartzLayerBarEvent, ClockName) == 0x000000, "Member 'BP_QuartzLayerActor_C_QuartzLayerBarEvent::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_QuartzLayerBarEvent, QuantizationType) == 0x000008, "Member 'BP_QuartzLayerActor_C_QuartzLayerBarEvent::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_QuartzLayerBarEvent, NumBars) == 0x00000C, "Member 'BP_QuartzLayerActor_C_QuartzLayerBarEvent::NumBars' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_QuartzLayerBarEvent, Beat) == 0x000010, "Member 'BP_QuartzLayerActor_C_QuartzLayerBarEvent::Beat' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_QuartzLayerBarEvent, BeatFraction) == 0x000014, "Member 'BP_QuartzLayerActor_C_QuartzLayerBarEvent::BeatFraction' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_QuartzLayerBarEvent, InClockHandle) == 0x000018, "Member 'BP_QuartzLayerActor_C_QuartzLayerBarEvent::InClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_QuartzLayerBarEvent, InQuantizationBoundary) == 0x000020, "Member 'BP_QuartzLayerActor_C_QuartzLayerBarEvent::InQuantizationBoundary' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzLayerActor_C_ReceiveTick \ static_assert(alignof(BP_QuartzLayerActor_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_QuartzLayerActor_C_ReceiveTick"); \ static_assert(sizeof(BP_QuartzLayerActor_C_ReceiveTick) == 0x000004, "Wrong size on BP_QuartzLayerActor_C_ReceiveTick"); \ static_assert(offsetof(BP_QuartzLayerActor_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_QuartzLayerActor_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzLayerActor_C_InitQuartzLayer \ static_assert(alignof(BP_QuartzLayerActor_C_InitQuartzLayer) == 0x000008, "Wrong alignment on BP_QuartzLayerActor_C_InitQuartzLayer"); \ static_assert(sizeof(BP_QuartzLayerActor_C_InitQuartzLayer) == 0x000050, "Wrong size on BP_QuartzLayerActor_C_InitQuartzLayer"); \ static_assert(offsetof(BP_QuartzLayerActor_C_InitQuartzLayer, InLayerVolume) == 0x000000, "Member 'BP_QuartzLayerActor_C_InitQuartzLayer::InLayerVolume' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_InitQuartzLayer, InLayerAudio) == 0x000008, "Member 'BP_QuartzLayerActor_C_InitQuartzLayer::InLayerAudio' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_InitQuartzLayer, InLayerCue) == 0x000010, "Member 'BP_QuartzLayerActor_C_InitQuartzLayer::InLayerCue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_InitQuartzLayer, InLayerStartDelayTime) == 0x000038, "Member 'BP_QuartzLayerActor_C_InitQuartzLayer::InLayerStartDelayTime' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_InitQuartzLayer, InLoopBarLength) == 0x00003C, "Member 'BP_QuartzLayerActor_C_InitQuartzLayer::InLoopBarLength' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_InitQuartzLayer, Layer) == 0x000040, "Member 'BP_QuartzLayerActor_C_InitQuartzLayer::Layer' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_InitQuartzLayer, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'BP_QuartzLayerActor_C_InitQuartzLayer::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_InitQuartzLayer, CallFunc_SelectInt_ReturnValue) == 0x00004C, "Member 'BP_QuartzLayerActor_C_InitQuartzLayer::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzLayerActor_C_PlayQuartzLayer \ static_assert(alignof(BP_QuartzLayerActor_C_PlayQuartzLayer) == 0x000008, "Wrong alignment on BP_QuartzLayerActor_C_PlayQuartzLayer"); \ static_assert(sizeof(BP_QuartzLayerActor_C_PlayQuartzLayer) == 0x000030, "Wrong size on BP_QuartzLayerActor_C_PlayQuartzLayer"); \ static_assert(offsetof(BP_QuartzLayerActor_C_PlayQuartzLayer, InClockHandle) == 0x000000, "Member 'BP_QuartzLayerActor_C_PlayQuartzLayer::InClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_PlayQuartzLayer, InQuantizationBoundary) == 0x000008, "Member 'BP_QuartzLayerActor_C_PlayQuartzLayer::InQuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_PlayQuartzLayer, InDelegate) == 0x000014, "Member 'BP_QuartzLayerActor_C_PlayQuartzLayer::InDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_PlayQuartzLayer, InFadeInDuration) == 0x000024, "Member 'BP_QuartzLayerActor_C_PlayQuartzLayer::InFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_PlayQuartzLayer, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_QuartzLayerActor_C_PlayQuartzLayer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_PlayQuartzLayer, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_QuartzLayerActor_C_PlayQuartzLayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzLayerActor_C_LoopQuartzLayer \ static_assert(alignof(BP_QuartzLayerActor_C_LoopQuartzLayer) == 0x000008, "Wrong alignment on BP_QuartzLayerActor_C_LoopQuartzLayer"); \ static_assert(sizeof(BP_QuartzLayerActor_C_LoopQuartzLayer) == 0x000048, "Wrong size on BP_QuartzLayerActor_C_LoopQuartzLayer"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LoopQuartzLayer, InClockHandle) == 0x000000, "Member 'BP_QuartzLayerActor_C_LoopQuartzLayer::InClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LoopQuartzLayer, InQuantizationBoundary) == 0x000008, "Member 'BP_QuartzLayerActor_C_LoopQuartzLayer::InQuantizationBoundary' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LoopQuartzLayer, Temp_delegate_Variable) == 0x000014, "Member 'BP_QuartzLayerActor_C_LoopQuartzLayer::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LoopQuartzLayer, CallFunc_Not_PreBool_ReturnValue) == 0x000024, "Member 'BP_QuartzLayerActor_C_LoopQuartzLayer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LoopQuartzLayer, CallFunc_IsValid_ReturnValue) == 0x000025, "Member 'BP_QuartzLayerActor_C_LoopQuartzLayer::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LoopQuartzLayer, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BP_QuartzLayerActor_C_LoopQuartzLayer::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LoopQuartzLayer, CallFunc_IsValid_ReturnValue_1) == 0x000034, "Member 'BP_QuartzLayerActor_C_LoopQuartzLayer::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LoopQuartzLayer, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000038, "Member 'BP_QuartzLayerActor_C_LoopQuartzLayer::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_LoopQuartzLayer, CallFunc_CreateSound2D_ReturnValue) == 0x000040, "Member 'BP_QuartzLayerActor_C_LoopQuartzLayer::CallFunc_CreateSound2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzLayerActor_C_UpdateLayerAudio \ static_assert(alignof(BP_QuartzLayerActor_C_UpdateLayerAudio) == 0x000008, "Wrong alignment on BP_QuartzLayerActor_C_UpdateLayerAudio"); \ static_assert(sizeof(BP_QuartzLayerActor_C_UpdateLayerAudio) == 0x000008, "Wrong size on BP_QuartzLayerActor_C_UpdateLayerAudio"); \ static_assert(offsetof(BP_QuartzLayerActor_C_UpdateLayerAudio, NewAudioComp) == 0x000000, "Member 'BP_QuartzLayerActor_C_UpdateLayerAudio::NewAudioComp' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzLayerActor_C_IsLayerOn \ static_assert(alignof(BP_QuartzLayerActor_C_IsLayerOn) == 0x000001, "Wrong alignment on BP_QuartzLayerActor_C_IsLayerOn"); \ static_assert(sizeof(BP_QuartzLayerActor_C_IsLayerOn) == 0x000002, "Wrong size on BP_QuartzLayerActor_C_IsLayerOn"); \ static_assert(offsetof(BP_QuartzLayerActor_C_IsLayerOn, OutIsLayerOn) == 0x000000, "Member 'BP_QuartzLayerActor_C_IsLayerOn::OutIsLayerOn' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_IsLayerOn, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000001, "Member 'BP_QuartzLayerActor_C_IsLayerOn::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzLayerActor_C_SetIsLayerOn \ static_assert(alignof(BP_QuartzLayerActor_C_SetIsLayerOn) == 0x000004, "Wrong alignment on BP_QuartzLayerActor_C_SetIsLayerOn"); \ static_assert(sizeof(BP_QuartzLayerActor_C_SetIsLayerOn) == 0x000008, "Wrong size on BP_QuartzLayerActor_C_SetIsLayerOn"); \ static_assert(offsetof(BP_QuartzLayerActor_C_SetIsLayerOn, InIsLayerOn) == 0x000000, "Member 'BP_QuartzLayerActor_C_SetIsLayerOn::InIsLayerOn' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_SetIsLayerOn, CallFunc_SelectFloat_ReturnValue) == 0x000004, "Member 'BP_QuartzLayerActor_C_SetIsLayerOn::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzLayerActor_C_SetLayerVolume \ static_assert(alignof(BP_QuartzLayerActor_C_SetLayerVolume) == 0x000004, "Wrong alignment on BP_QuartzLayerActor_C_SetLayerVolume"); \ static_assert(sizeof(BP_QuartzLayerActor_C_SetLayerVolume) == 0x000008, "Wrong size on BP_QuartzLayerActor_C_SetLayerVolume"); \ static_assert(offsetof(BP_QuartzLayerActor_C_SetLayerVolume, InVolume) == 0x000000, "Member 'BP_QuartzLayerActor_C_SetLayerVolume::InVolume' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzLayerActor_C_SetLayerVolume, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_QuartzLayerActor_C_SetLayerVolume::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_QuartzLayerActor_C \ static_assert(alignof(ABP_QuartzLayerActor_C) == 0x000008, "Wrong alignment on ABP_QuartzLayerActor_C"); \ static_assert(sizeof(ABP_QuartzLayerActor_C) == 0x000298, "Wrong size on ABP_QuartzLayerActor_C"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, UberGraphFrame) == 0x000230, "Member 'ABP_QuartzLayerActor_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, DefaultSceneRoot) == 0x000238, "Member 'ABP_QuartzLayerActor_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, LayerVolumeAdjustTimeline_Fade_9950A189477BE18B43E3E08B35D2C8C5) == 0x000240, "Member 'ABP_QuartzLayerActor_C::LayerVolumeAdjustTimeline_Fade_9950A189477BE18B43E3E08B35D2C8C5' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, LayerVolumeAdjustTimeline__Direction_9950A189477BE18B43E3E08B35D2C8C5) == 0x000244, "Member 'ABP_QuartzLayerActor_C::LayerVolumeAdjustTimeline__Direction_9950A189477BE18B43E3E08B35D2C8C5' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, LayerVolumeAdjustTimeline) == 0x000248, "Member 'ABP_QuartzLayerActor_C::LayerVolumeAdjustTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, LayerAudio) == 0x000250, "Member 'ABP_QuartzLayerActor_C::LayerAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, LayerVolume) == 0x000258, "Member 'ABP_QuartzLayerActor_C::LayerVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, LayerCue) == 0x000260, "Member 'ABP_QuartzLayerActor_C::LayerCue' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, LayerStartDelayTime) == 0x000288, "Member 'ABP_QuartzLayerActor_C::LayerStartDelayTime' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, StartFadeInDuration) == 0x00028C, "Member 'ABP_QuartzLayerActor_C::StartFadeInDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, LoopLengthInBars) == 0x000290, "Member 'ABP_QuartzLayerActor_C::LoopLengthInBars' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, bIsFadingOut) == 0x000294, "Member 'ABP_QuartzLayerActor_C::bIsFadingOut' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzLayerActor_C, bStarted) == 0x000295, "Member 'ABP_QuartzLayerActor_C::bStarted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_KA1_D_TurnedUrnTap_C \ static_assert(alignof(UBPE_KA1_D_TurnedUrnTap_C) == 0x000008, "Wrong alignment on UBPE_KA1_D_TurnedUrnTap_C"); \ static_assert(sizeof(UBPE_KA1_D_TurnedUrnTap_C) == 0x000028, "Wrong size on UBPE_KA1_D_TurnedUrnTap_C"); \ #define DUMPER7_ASSERTS_UBPE_A_Quartz3_SFX_C \ static_assert(alignof(UBPE_A_Quartz3_SFX_C) == 0x000008, "Wrong alignment on UBPE_A_Quartz3_SFX_C"); \ static_assert(sizeof(UBPE_A_Quartz3_SFX_C) == 0x000080, "Wrong size on UBPE_A_Quartz3_SFX_C"); \ static_assert(offsetof(UBPE_A_Quartz3_SFX_C, ST_QuartzClockInfo3) == 0x000028, "Member 'UBPE_A_Quartz3_SFX_C::ST_QuartzClockInfo3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3 \ static_assert(alignof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3"); \ static_assert(sizeof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3) == 0x0002A0, "Wrong size on BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, EntryPoint) == 0x000000, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000008, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_QuartzClockInfo) == 0x000010, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_QuartzClockInfo' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_ClockName_1) == 0x000068, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_ClockName_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_QuantizationType_2) == 0x000070, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_QuantizationType_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_NumBars_1) == 0x000074, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_NumBars_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_Beat_1) == 0x000078, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_Beat_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_BeatFraction_1) == 0x00007C, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_BeatFraction_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_LayerToggles) == 0x000080, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_LayerToggles' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_FadeInDuration) == 0x000090, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_FadeOutDuration) == 0x000094, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_FadeInQuantizedDelay) == 0x000098, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_FadeInQuantizedDelay' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_FadeOutQuantizedDelay) == 0x00009C, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_FadeOutQuantizedDelay' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_QuantizationType_1) == 0x0000A0, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_QuantizationType_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Conv_IntToString_ReturnValue) == 0x0000A8, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B8, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_EventType) == 0x0000C8, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_EventType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_Name) == 0x0000CC, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_Name' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, Temp_int_Loop_Counter_Variable) == 0x0000D4, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_SwitchEnum_CmpSuccess) == 0x0000D8, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Add_IntInt_ReturnValue) == 0x0000DC, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000E0, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000F0, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, Temp_bool_Has_Been_Initd_Variable) == 0x000100, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, Temp_bool_IsClosed_Variable) == 0x000101, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_ClockName) == 0x000104, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_QuantizationType) == 0x00010C, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_QuantizationType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_NumBars) == 0x000110, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_NumBars' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_Beat) == 0x000114, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_Beat' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_BeatFraction) == 0x000118, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_BeatFraction' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x000120, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Conv_IntToString_ReturnValue_1) == 0x000130, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Conv_IntToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000140, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000150, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_ClockName_2) == 0x000160, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_ClockName_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_QuantizationType_3) == 0x000168, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_QuantizationType_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_NumBars_2) == 0x00016C, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_NumBars_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_Beat_2) == 0x000170, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_Beat_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CustomEvent_BeatFraction_2) == 0x000174, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CustomEvent_BeatFraction_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, Temp_int_Array_Index_Variable) == 0x000178, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, Temp_int_Loop_Counter_Variable_1) == 0x00017C, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, Temp_int_Array_Index_Variable_1) == 0x000180, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Add_IntInt_ReturnValue_1) == 0x000184, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, Temp_bool_Has_Been_Initd_Variable_1) == 0x000188, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_GetLayerAudios_OutLayerAudios) == 0x000190, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_GetLayerAudios_OutLayerAudios' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, K2Node_CreateDelegate_OutputDelegate) == 0x0001A0, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_PauseClock_ClockHandle) == 0x0001B0, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_PauseClock_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_ResumeClock_ClockHandle) == 0x0001B8, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_ResumeClock_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_StopClock_ClockHandle) == 0x0001C0, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_StopClock_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_StartClock_ClockHandle) == 0x0001C8, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_StartClock_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_IsValid_ReturnValue) == 0x0001D0, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_IsValid_ReturnValue_1) == 0x0001D1, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, Temp_bool_IsClosed_Variable_1) == 0x0001D2, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Array_Length_ReturnValue) == 0x0001D4, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Less_IntInt_ReturnValue) == 0x0001D8, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, Temp_int_Array_Index_Variable_2) == 0x0001DC, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Array_Get_Item) == 0x0001E0, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Array_Length_ReturnValue_1) == 0x0001E4, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Array_Get_Item_1) == 0x0001E8, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Greater_IntInt_ReturnValue) == 0x0001F0, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Array_Length_ReturnValue_2) == 0x0001F4, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001F8, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Conv_NameToString_ReturnValue) == 0x000200, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Conv_NameToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Array_Get_Item_2) == 0x000210, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Array_Length_ReturnValue_3) == 0x000218, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, Temp_int_Loop_Counter_Variable_2) == 0x00021C, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Less_IntInt_ReturnValue_2) == 0x000220, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Add_IntInt_ReturnValue_2) == 0x000224, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Array_Get_Item_3) == 0x000228, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_IsValid_ReturnValue_2) == 0x000230, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_NotEqual_NameName_ReturnValue) == 0x000231, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_NotEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_EqualEqual_NameName_ReturnValue) == 0x000232, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_EqualEqual_NameName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_GenerateClockBasedOnClockName_OutClockHandle) == 0x000238, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_GenerateClockBasedOnClockName_OutClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_StopClock_ClockHandle_1) == 0x000240, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_StopClock_ClockHandle_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_MakeLiteralByte_ReturnValue) == 0x000248, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000250, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000258, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue) == 0x00025C, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000260, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000264, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_IsValid_ReturnValue_3) == 0x000268, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00026C, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_IsClockRunning_ReturnValue) == 0x000270, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_IsClockRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_GetLayerAudios_OutLayerAudios_1) == 0x000278, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_GetLayerAudios_OutLayerAudios_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x000288, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue_1) == 0x000290, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000294, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue_2) == 0x000298, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_GetDurationOfQuantizationTypeInSeconds_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3, CallFunc_Array_IsValidIndex_ReturnValue) == 0x00029C, "Member 'BP_QuartzMaster3_C_ExecuteUbergraph_BP_QuartzMaster3::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_Quant_Beat \ static_assert(alignof(BP_QuartzMaster3_C_Quant_Beat) == 0x000004, "Wrong alignment on BP_QuartzMaster3_C_Quant_Beat"); \ static_assert(sizeof(BP_QuartzMaster3_C_Quant_Beat) == 0x000018, "Wrong size on BP_QuartzMaster3_C_Quant_Beat"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quant_Beat, ClockName) == 0x000000, "Member 'BP_QuartzMaster3_C_Quant_Beat::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quant_Beat, QuantizationType) == 0x000008, "Member 'BP_QuartzMaster3_C_Quant_Beat::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quant_Beat, NumBars) == 0x00000C, "Member 'BP_QuartzMaster3_C_Quant_Beat::NumBars' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quant_Beat, Beat) == 0x000010, "Member 'BP_QuartzMaster3_C_Quant_Beat::Beat' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quant_Beat, BeatFraction) == 0x000014, "Member 'BP_QuartzMaster3_C_Quant_Beat::BeatFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_StopOldClockAndStartNewClock \ static_assert(alignof(BP_QuartzMaster3_C_StopOldClockAndStartNewClock) == 0x000004, "Wrong alignment on BP_QuartzMaster3_C_StopOldClockAndStartNewClock"); \ static_assert(sizeof(BP_QuartzMaster3_C_StopOldClockAndStartNewClock) == 0x00000C, "Wrong size on BP_QuartzMaster3_C_StopOldClockAndStartNewClock"); \ static_assert(offsetof(BP_QuartzMaster3_C_StopOldClockAndStartNewClock, EventType) == 0x000000, "Member 'BP_QuartzMaster3_C_StopOldClockAndStartNewClock::EventType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_StopOldClockAndStartNewClock, Name_0) == 0x000004, "Member 'BP_QuartzMaster3_C_StopOldClockAndStartNewClock::Name_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_Quartz3LayerAdjustStart \ static_assert(alignof(BP_QuartzMaster3_C_Quartz3LayerAdjustStart) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_Quartz3LayerAdjustStart"); \ static_assert(sizeof(BP_QuartzMaster3_C_Quartz3LayerAdjustStart) == 0x000028, "Wrong size on BP_QuartzMaster3_C_Quartz3LayerAdjustStart"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quartz3LayerAdjustStart, LayerToggles) == 0x000000, "Member 'BP_QuartzMaster3_C_Quartz3LayerAdjustStart::LayerToggles' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quartz3LayerAdjustStart, FadeInDuration) == 0x000010, "Member 'BP_QuartzMaster3_C_Quartz3LayerAdjustStart::FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quartz3LayerAdjustStart, FadeOutDuration) == 0x000014, "Member 'BP_QuartzMaster3_C_Quartz3LayerAdjustStart::FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quartz3LayerAdjustStart, FadeInQuantizedDelay) == 0x000018, "Member 'BP_QuartzMaster3_C_Quartz3LayerAdjustStart::FadeInQuantizedDelay' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quartz3LayerAdjustStart, FadeOutQuantizedDelay) == 0x00001C, "Member 'BP_QuartzMaster3_C_Quartz3LayerAdjustStart::FadeOutQuantizedDelay' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quartz3LayerAdjustStart, QuantizationType) == 0x000020, "Member 'BP_QuartzMaster3_C_Quartz3LayerAdjustStart::QuantizationType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_Bar_Events \ static_assert(alignof(BP_QuartzMaster3_C_Bar_Events) == 0x000004, "Wrong alignment on BP_QuartzMaster3_C_Bar_Events"); \ static_assert(sizeof(BP_QuartzMaster3_C_Bar_Events) == 0x000018, "Wrong size on BP_QuartzMaster3_C_Bar_Events"); \ static_assert(offsetof(BP_QuartzMaster3_C_Bar_Events, ClockName) == 0x000000, "Member 'BP_QuartzMaster3_C_Bar_Events::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Bar_Events, QuantizationType) == 0x000008, "Member 'BP_QuartzMaster3_C_Bar_Events::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Bar_Events, NumBars) == 0x00000C, "Member 'BP_QuartzMaster3_C_Bar_Events::NumBars' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Bar_Events, Beat) == 0x000010, "Member 'BP_QuartzMaster3_C_Bar_Events::Beat' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_Bar_Events, BeatFraction) == 0x000014, "Member 'BP_QuartzMaster3_C_Bar_Events::BeatFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_Quartz3Start \ static_assert(alignof(BP_QuartzMaster3_C_Quartz3Start) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_Quartz3Start"); \ static_assert(sizeof(BP_QuartzMaster3_C_Quartz3Start) == 0x000058, "Wrong size on BP_QuartzMaster3_C_Quartz3Start"); \ static_assert(offsetof(BP_QuartzMaster3_C_Quartz3Start, QuartzClockInfo) == 0x000000, "Member 'BP_QuartzMaster3_C_Quartz3Start::QuartzClockInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_BarEvent_LayerAdjust \ static_assert(alignof(BP_QuartzMaster3_C_BarEvent_LayerAdjust) == 0x000004, "Wrong alignment on BP_QuartzMaster3_C_BarEvent_LayerAdjust"); \ static_assert(sizeof(BP_QuartzMaster3_C_BarEvent_LayerAdjust) == 0x000018, "Wrong size on BP_QuartzMaster3_C_BarEvent_LayerAdjust"); \ static_assert(offsetof(BP_QuartzMaster3_C_BarEvent_LayerAdjust, ClockName) == 0x000000, "Member 'BP_QuartzMaster3_C_BarEvent_LayerAdjust::ClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_BarEvent_LayerAdjust, QuantizationType) == 0x000008, "Member 'BP_QuartzMaster3_C_BarEvent_LayerAdjust::QuantizationType' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_BarEvent_LayerAdjust, NumBars) == 0x00000C, "Member 'BP_QuartzMaster3_C_BarEvent_LayerAdjust::NumBars' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_BarEvent_LayerAdjust, Beat) == 0x000010, "Member 'BP_QuartzMaster3_C_BarEvent_LayerAdjust::Beat' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_BarEvent_LayerAdjust, BeatFraction) == 0x000014, "Member 'BP_QuartzMaster3_C_BarEvent_LayerAdjust::BeatFraction' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_AddQuartzLayer \ static_assert(alignof(BP_QuartzMaster3_C_AddQuartzLayer) == 0x000010, "Wrong alignment on BP_QuartzMaster3_C_AddQuartzLayer"); \ static_assert(sizeof(BP_QuartzMaster3_C_AddQuartzLayer) == 0x0000A0, "Wrong size on BP_QuartzMaster3_C_AddQuartzLayer"); \ static_assert(offsetof(BP_QuartzMaster3_C_AddQuartzLayer, InLayerAudio) == 0x000000, "Member 'BP_QuartzMaster3_C_AddQuartzLayer::InLayerAudio' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_AddQuartzLayer, InLayerCue) == 0x000008, "Member 'BP_QuartzMaster3_C_AddQuartzLayer::InLayerCue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_AddQuartzLayer, OutIndex) == 0x000030, "Member 'BP_QuartzMaster3_C_AddQuartzLayer::OutIndex' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_AddQuartzLayer, CallFunc_GetTransform_ReturnValue) == 0x000040, "Member 'BP_QuartzMaster3_C_AddQuartzLayer::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_AddQuartzLayer, CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue) == 0x000070, "Member 'BP_QuartzMaster3_C_AddQuartzLayer::CallFunc_BeginDeferredActorSpawnFromClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_AddQuartzLayer, CallFunc_FinishSpawningActor_ReturnValue) == 0x000078, "Member 'BP_QuartzMaster3_C_AddQuartzLayer::CallFunc_FinishSpawningActor_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_AddQuartzLayer, CallFunc_SelectInt_ReturnValue) == 0x000080, "Member 'BP_QuartzMaster3_C_AddQuartzLayer::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_AddQuartzLayer, CallFunc_SelectFloat_ReturnValue) == 0x000084, "Member 'BP_QuartzMaster3_C_AddQuartzLayer::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_AddQuartzLayer, CallFunc_InitQuartzLayer_Layer) == 0x000088, "Member 'BP_QuartzMaster3_C_AddQuartzLayer::CallFunc_InitQuartzLayer_Layer' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_AddQuartzLayer, CallFunc_Array_Add_ReturnValue) == 0x000090, "Member 'BP_QuartzMaster3_C_AddQuartzLayer::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_GetLayerAudios \ static_assert(alignof(BP_QuartzMaster3_C_GetLayerAudios) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_GetLayerAudios"); \ static_assert(sizeof(BP_QuartzMaster3_C_GetLayerAudios) == 0x000048, "Wrong size on BP_QuartzMaster3_C_GetLayerAudios"); \ static_assert(offsetof(BP_QuartzMaster3_C_GetLayerAudios, OutLayerAudios) == 0x000000, "Member 'BP_QuartzMaster3_C_GetLayerAudios::OutLayerAudios' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GetLayerAudios, CurrentLayerAudios) == 0x000010, "Member 'BP_QuartzMaster3_C_GetLayerAudios::CurrentLayerAudios' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GetLayerAudios, Temp_int_Array_Index_Variable) == 0x000020, "Member 'BP_QuartzMaster3_C_GetLayerAudios::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GetLayerAudios, Temp_int_Loop_Counter_Variable) == 0x000024, "Member 'BP_QuartzMaster3_C_GetLayerAudios::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GetLayerAudios, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_QuartzMaster3_C_GetLayerAudios::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GetLayerAudios, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_QuartzMaster3_C_GetLayerAudios::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GetLayerAudios, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_QuartzMaster3_C_GetLayerAudios::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GetLayerAudios, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_QuartzMaster3_C_GetLayerAudios::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GetLayerAudios, CallFunc_Array_Add_ReturnValue) == 0x000040, "Member 'BP_QuartzMaster3_C_GetLayerAudios::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers \ static_assert(alignof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers"); \ static_assert(sizeof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers) == 0x000078, "Wrong size on BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, CallFunc_K2_GetActorLocation_ReturnValue) == 0x00000C, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, CallFunc_SpawnSoundAtLocation_ReturnValue) == 0x000020, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::CallFunc_SpawnSoundAtLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, CallFunc_AddQuartzLayer_OutIndex) == 0x000028, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::CallFunc_AddQuartzLayer_OutIndex' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, CallFunc_CreateSound2D_ReturnValue) == 0x000030, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::CallFunc_CreateSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, CallFunc_IsValid_ReturnValue_1) == 0x000038, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, CallFunc_AddQuartzLayer_OutIndex_1) == 0x00003C, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::CallFunc_AddQuartzLayer_OutIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, CallFunc_Array_Length_ReturnValue) == 0x000040, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, CallFunc_Array_Get_Item) == 0x000048, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_QuartzMaster3_C_LoadCuesToPlayInQuartzLayers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_MarkAllLayersToFadeOut \ static_assert(alignof(BP_QuartzMaster3_C_MarkAllLayersToFadeOut) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_MarkAllLayersToFadeOut"); \ static_assert(sizeof(BP_QuartzMaster3_C_MarkAllLayersToFadeOut) == 0x000028, "Wrong size on BP_QuartzMaster3_C_MarkAllLayersToFadeOut"); \ static_assert(offsetof(BP_QuartzMaster3_C_MarkAllLayersToFadeOut, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_QuartzMaster3_C_MarkAllLayersToFadeOut::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_MarkAllLayersToFadeOut, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_QuartzMaster3_C_MarkAllLayersToFadeOut::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_MarkAllLayersToFadeOut, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_QuartzMaster3_C_MarkAllLayersToFadeOut::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_MarkAllLayersToFadeOut, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_QuartzMaster3_C_MarkAllLayersToFadeOut::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_MarkAllLayersToFadeOut, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_QuartzMaster3_C_MarkAllLayersToFadeOut::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_MarkAllLayersToFadeOut, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_QuartzMaster3_C_MarkAllLayersToFadeOut::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_MarkAllLayersToFadeOut, CallFunc_Array_Add_ReturnValue) == 0x000020, "Member 'BP_QuartzMaster3_C_MarkAllLayersToFadeOut::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_FadeOutAllMarkedLayers \ static_assert(alignof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_FadeOutAllMarkedLayers"); \ static_assert(sizeof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers) == 0x000040, "Wrong size on BP_QuartzMaster3_C_FadeOutAllMarkedLayers"); \ static_assert(offsetof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers, LocIndex) == 0x000000, "Member 'BP_QuartzMaster3_C_FadeOutAllMarkedLayers::LocIndex' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_QuartzMaster3_C_FadeOutAllMarkedLayers::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_QuartzMaster3_C_FadeOutAllMarkedLayers::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers, Temp_int_Array_Index_Variable) == 0x00000C, "Member 'BP_QuartzMaster3_C_FadeOutAllMarkedLayers::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers, CallFunc_Conv_FloatToString_ReturnValue) == 0x000010, "Member 'BP_QuartzMaster3_C_FadeOutAllMarkedLayers::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_QuartzMaster3_C_FadeOutAllMarkedLayers::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_QuartzMaster3_C_FadeOutAllMarkedLayers::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers, CallFunc_Array_Length_ReturnValue) == 0x000038, "Member 'BP_QuartzMaster3_C_FadeOutAllMarkedLayers::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers, CallFunc_Less_IntInt_ReturnValue) == 0x00003C, "Member 'BP_QuartzMaster3_C_FadeOutAllMarkedLayers::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_FadeOutAllMarkedLayers, CallFunc_IsValid_ReturnValue) == 0x00003D, "Member 'BP_QuartzMaster3_C_FadeOutAllMarkedLayers::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_LoadClockInfoIntoStructVariables \ static_assert(alignof(BP_QuartzMaster3_C_LoadClockInfoIntoStructVariables) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_LoadClockInfoIntoStructVariables"); \ static_assert(sizeof(BP_QuartzMaster3_C_LoadClockInfoIntoStructVariables) == 0x000058, "Wrong size on BP_QuartzMaster3_C_LoadClockInfoIntoStructVariables"); \ static_assert(offsetof(BP_QuartzMaster3_C_LoadClockInfoIntoStructVariables, ST_QuartzClockInfo3) == 0x000000, "Member 'BP_QuartzMaster3_C_LoadClockInfoIntoStructVariables::ST_QuartzClockInfo3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_SubscribeToQuantizationEvents \ static_assert(alignof(BP_QuartzMaster3_C_SubscribeToQuantizationEvents) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_SubscribeToQuantizationEvents"); \ static_assert(sizeof(BP_QuartzMaster3_C_SubscribeToQuantizationEvents) == 0x000058, "Wrong size on BP_QuartzMaster3_C_SubscribeToQuantizationEvents"); \ static_assert(offsetof(BP_QuartzMaster3_C_SubscribeToQuantizationEvents, InClock) == 0x000000, "Member 'BP_QuartzMaster3_C_SubscribeToQuantizationEvents::InClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SubscribeToQuantizationEvents, OutClock) == 0x000008, "Member 'BP_QuartzMaster3_C_SubscribeToQuantizationEvents::OutClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SubscribeToQuantizationEvents, K2Node_CreateDelegate_OutputDelegate) == 0x000010, "Member 'BP_QuartzMaster3_C_SubscribeToQuantizationEvents::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SubscribeToQuantizationEvents, K2Node_CreateDelegate_OutputDelegate_1) == 0x000020, "Member 'BP_QuartzMaster3_C_SubscribeToQuantizationEvents::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SubscribeToQuantizationEvents, K2Node_CreateDelegate_OutputDelegate_2) == 0x000030, "Member 'BP_QuartzMaster3_C_SubscribeToQuantizationEvents::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SubscribeToQuantizationEvents, CallFunc_SubscribeToQuantizationEvent_ClockHandle) == 0x000040, "Member 'BP_QuartzMaster3_C_SubscribeToQuantizationEvents::CallFunc_SubscribeToQuantizationEvent_ClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SubscribeToQuantizationEvents, CallFunc_SubscribeToQuantizationEvent_ClockHandle_1) == 0x000048, "Member 'BP_QuartzMaster3_C_SubscribeToQuantizationEvents::CallFunc_SubscribeToQuantizationEvent_ClockHandle_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SubscribeToQuantizationEvents, CallFunc_SubscribeToQuantizationEvent_ClockHandle_2) == 0x000050, "Member 'BP_QuartzMaster3_C_SubscribeToQuantizationEvents::CallFunc_SubscribeToQuantizationEvent_ClockHandle_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_SetUpNewClock \ static_assert(alignof(BP_QuartzMaster3_C_SetUpNewClock) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_SetUpNewClock"); \ static_assert(sizeof(BP_QuartzMaster3_C_SetUpNewClock) == 0x000020, "Wrong size on BP_QuartzMaster3_C_SetUpNewClock"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetUpNewClock, InCurrentClockHandle) == 0x000000, "Member 'BP_QuartzMaster3_C_SetUpNewClock::InCurrentClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetUpNewClock, Temp_delegate_Variable) == 0x000008, "Member 'BP_QuartzMaster3_C_SetUpNewClock::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetUpNewClock, CallFunc_SetBeatsPerMinute_ClockHandle) == 0x000018, "Member 'BP_QuartzMaster3_C_SetUpNewClock::CallFunc_SetBeatsPerMinute_ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_GenerateClockBasedOnClockName \ static_assert(alignof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_GenerateClockBasedOnClockName"); \ static_assert(sizeof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName) == 0x000050, "Wrong size on BP_QuartzMaster3_C_GenerateClockBasedOnClockName"); \ static_assert(offsetof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName, InClockName) == 0x000000, "Member 'BP_QuartzMaster3_C_GenerateClockBasedOnClockName::InClockName' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName, OutClockHandle) == 0x000008, "Member 'BP_QuartzMaster3_C_GenerateClockBasedOnClockName::OutClockHandle' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000010, "Member 'BP_QuartzMaster3_C_GenerateClockBasedOnClockName::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000018, "Member 'BP_QuartzMaster3_C_GenerateClockBasedOnClockName::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName, CallFunc_DoesClockExist_ReturnValue) == 0x000020, "Member 'BP_QuartzMaster3_C_GenerateClockBasedOnClockName::CallFunc_DoesClockExist_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName, CallFunc_CreateNewClock_ReturnValue) == 0x000028, "Member 'BP_QuartzMaster3_C_GenerateClockBasedOnClockName::CallFunc_CreateNewClock_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName, CallFunc_SubscribeToQuantizationEvents_OutClock) == 0x000030, "Member 'BP_QuartzMaster3_C_GenerateClockBasedOnClockName::CallFunc_SubscribeToQuantizationEvents_OutClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName, CallFunc_GetWorldSubsystem_ReturnValue_2) == 0x000038, "Member 'BP_QuartzMaster3_C_GenerateClockBasedOnClockName::CallFunc_GetWorldSubsystem_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName, CallFunc_GetHandleForClock_ReturnValue) == 0x000040, "Member 'BP_QuartzMaster3_C_GenerateClockBasedOnClockName::CallFunc_GetHandleForClock_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_GenerateClockBasedOnClockName, CallFunc_SubscribeToQuantizationEvents_OutClock_1) == 0x000048, "Member 'BP_QuartzMaster3_C_GenerateClockBasedOnClockName::CallFunc_SubscribeToQuantizationEvents_OutClock_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_UnsubscribeToQuantizationEvents \ static_assert(alignof(BP_QuartzMaster3_C_UnsubscribeToQuantizationEvents) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_UnsubscribeToQuantizationEvents"); \ static_assert(sizeof(BP_QuartzMaster3_C_UnsubscribeToQuantizationEvents) == 0x000010, "Wrong size on BP_QuartzMaster3_C_UnsubscribeToQuantizationEvents"); \ static_assert(offsetof(BP_QuartzMaster3_C_UnsubscribeToQuantizationEvents, InClock) == 0x000000, "Member 'BP_QuartzMaster3_C_UnsubscribeToQuantizationEvents::InClock' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_UnsubscribeToQuantizationEvents, CallFunc_UnsubscribeFromAllTimeDivisions_ClockHandle) == 0x000008, "Member 'BP_QuartzMaster3_C_UnsubscribeToQuantizationEvents::CallFunc_UnsubscribeFromAllTimeDivisions_ClockHandle' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_QuartzMaster3_C_SetAudioComponentsPause \ static_assert(alignof(BP_QuartzMaster3_C_SetAudioComponentsPause) == 0x000008, "Wrong alignment on BP_QuartzMaster3_C_SetAudioComponentsPause"); \ static_assert(sizeof(BP_QuartzMaster3_C_SetAudioComponentsPause) == 0x000030, "Wrong size on BP_QuartzMaster3_C_SetAudioComponentsPause"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetAudioComponentsPause, Components) == 0x000000, "Member 'BP_QuartzMaster3_C_SetAudioComponentsPause::Components' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetAudioComponentsPause, Pause) == 0x000010, "Member 'BP_QuartzMaster3_C_SetAudioComponentsPause::Pause' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetAudioComponentsPause, CallFunc_Array_Length_ReturnValue) == 0x000014, "Member 'BP_QuartzMaster3_C_SetAudioComponentsPause::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetAudioComponentsPause, Temp_int_Array_Index_Variable) == 0x000018, "Member 'BP_QuartzMaster3_C_SetAudioComponentsPause::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetAudioComponentsPause, Temp_int_Loop_Counter_Variable) == 0x00001C, "Member 'BP_QuartzMaster3_C_SetAudioComponentsPause::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetAudioComponentsPause, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_QuartzMaster3_C_SetAudioComponentsPause::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetAudioComponentsPause, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_QuartzMaster3_C_SetAudioComponentsPause::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetAudioComponentsPause, CallFunc_Less_IntInt_ReturnValue) == 0x000029, "Member 'BP_QuartzMaster3_C_SetAudioComponentsPause::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_QuartzMaster3_C_SetAudioComponentsPause, CallFunc_Add_IntInt_ReturnValue) == 0x00002C, "Member 'BP_QuartzMaster3_C_SetAudioComponentsPause::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_QuartzMaster3_C \ static_assert(alignof(ABP_QuartzMaster3_C) == 0x000008, "Wrong alignment on ABP_QuartzMaster3_C"); \ static_assert(sizeof(ABP_QuartzMaster3_C) == 0x000398, "Wrong size on ABP_QuartzMaster3_C"); \ static_assert(offsetof(ABP_QuartzMaster3_C, UberGraphFrame) == 0x000230, "Member 'ABP_QuartzMaster3_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, DefaultSceneRoot) == 0x000238, "Member 'ABP_QuartzMaster3_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, Clock_Name) == 0x000240, "Member 'ABP_QuartzMaster3_C::Clock_Name' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, Clock_Settings) == 0x000248, "Member 'ABP_QuartzMaster3_C::Clock_Settings' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, Quantization_Boundary) == 0x000268, "Member 'ABP_QuartzMaster3_C::Quantization_Boundary' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, BPM) == 0x000274, "Member 'ABP_QuartzMaster3_C::BPM' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, Cues_to_Play) == 0x000278, "Member 'ABP_QuartzMaster3_C::Cues_to_Play' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, Quartz_Clock_Info) == 0x000288, "Member 'ABP_QuartzMaster3_C::Quartz_Clock_Info' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, IsFirstClock) == 0x0002E0, "Member 'ABP_QuartzMaster3_C::IsFirstClock' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, Clock_0Active) == 0x0002E1, "Member 'ABP_QuartzMaster3_C::Clock_0Active' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, LA_FadeInDuration) == 0x0002E4, "Member 'ABP_QuartzMaster3_C::LA_FadeInDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, LA_FadeOutDuration) == 0x0002E8, "Member 'ABP_QuartzMaster3_C::LA_FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, IsClockTransition) == 0x0002EC, "Member 'ABP_QuartzMaster3_C::IsClockTransition' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, ThirdClockActive) == 0x0002ED, "Member 'ABP_QuartzMaster3_C::ThirdClockActive' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, LA_FadeInDelay) == 0x0002F0, "Member 'ABP_QuartzMaster3_C::LA_FadeInDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, SecondClockActive) == 0x0002F4, "Member 'ABP_QuartzMaster3_C::SecondClockActive' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, LA_FadeOutDelay) == 0x0002F8, "Member 'ABP_QuartzMaster3_C::LA_FadeOutDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, Fade_in_Dur) == 0x0002FC, "Member 'ABP_QuartzMaster3_C::Fade_in_Dur' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, Fade_Out_Dur) == 0x000300, "Member 'ABP_QuartzMaster3_C::Fade_Out_Dur' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, Quantized_Offset) == 0x000304, "Member 'ABP_QuartzMaster3_C::Quantized_Offset' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, Stop_Clock) == 0x000308, "Member 'ABP_QuartzMaster3_C::Stop_Clock' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, CurrentIndex) == 0x00030C, "Member 'ABP_QuartzMaster3_C::CurrentIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, CurrentCue) == 0x000310, "Member 'ABP_QuartzMaster3_C::CurrentCue' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, CurrentClockHandle) == 0x000338, "Member 'ABP_QuartzMaster3_C::CurrentClockHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, PreviousClockHandle) == 0x000340, "Member 'ABP_QuartzMaster3_C::PreviousClockHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, CurrentClockName) == 0x000348, "Member 'ABP_QuartzMaster3_C::CurrentClockName' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, UnmarkedLayerNum) == 0x000350, "Member 'ABP_QuartzMaster3_C::UnmarkedLayerNum' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, UnmarkedLayerIndex) == 0x000354, "Member 'ABP_QuartzMaster3_C::UnmarkedLayerIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, LA_LayerToggles) == 0x000358, "Member 'ABP_QuartzMaster3_C::LA_LayerToggles' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, LA_LayerAdjustStarted) == 0x000368, "Member 'ABP_QuartzMaster3_C::LA_LayerAdjustStarted' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, QuartzLayers) == 0x000370, "Member 'ABP_QuartzMaster3_C::QuartzLayers' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, MarkedToFadeOutLayers) == 0x000380, "Member 'ABP_QuartzMaster3_C::MarkedToFadeOutLayers' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, LoopLengthCommonMultiple) == 0x000390, "Member 'ABP_QuartzMaster3_C::LoopLengthCommonMultiple' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, Debug) == 0x000394, "Member 'ABP_QuartzMaster3_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_QuartzMaster3_C, ClockWasPaused) == 0x000395, "Member 'ABP_QuartzMaster3_C::ClockWasPaused' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch03_D_DisabledElectricBox_C \ static_assert(alignof(UBPE_Ch03_D_DisabledElectricBox_C) == 0x000008, "Wrong alignment on UBPE_Ch03_D_DisabledElectricBox_C"); \ static_assert(sizeof(UBPE_Ch03_D_DisabledElectricBox_C) == 0x000028, "Wrong size on UBPE_Ch03_D_DisabledElectricBox_C"); \ #define DUMPER7_ASSERTS_BP_FridgeBottomDoor_C_ExecuteUbergraph_BP_FridgeBottomDoor \ static_assert(alignof(BP_FridgeBottomDoor_C_ExecuteUbergraph_BP_FridgeBottomDoor) == 0x000008, "Wrong alignment on BP_FridgeBottomDoor_C_ExecuteUbergraph_BP_FridgeBottomDoor"); \ static_assert(sizeof(BP_FridgeBottomDoor_C_ExecuteUbergraph_BP_FridgeBottomDoor) == 0x000018, "Wrong size on BP_FridgeBottomDoor_C_ExecuteUbergraph_BP_FridgeBottomDoor"); \ static_assert(offsetof(BP_FridgeBottomDoor_C_ExecuteUbergraph_BP_FridgeBottomDoor, EntryPoint) == 0x000000, "Member 'BP_FridgeBottomDoor_C_ExecuteUbergraph_BP_FridgeBottomDoor::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FridgeBottomDoor_C_ExecuteUbergraph_BP_FridgeBottomDoor, K2Node_Event_InteractionComponent) == 0x000008, "Member 'BP_FridgeBottomDoor_C_ExecuteUbergraph_BP_FridgeBottomDoor::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FridgeBottomDoor_C_ExecuteUbergraph_BP_FridgeBottomDoor, K2Node_Event_InteractionActor) == 0x000010, "Member 'BP_FridgeBottomDoor_C_ExecuteUbergraph_BP_FridgeBottomDoor::K2Node_Event_InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FridgeBottomDoor_C_ActiveBeginInteract \ static_assert(alignof(BP_FridgeBottomDoor_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_FridgeBottomDoor_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_FridgeBottomDoor_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_FridgeBottomDoor_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_FridgeBottomDoor_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FridgeBottomDoor_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FridgeBottomDoor_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FridgeBottomDoor_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FridgeBottomDoor_C \ static_assert(alignof(ABP_FridgeBottomDoor_C) == 0x000008, "Wrong alignment on ABP_FridgeBottomDoor_C"); \ static_assert(sizeof(ABP_FridgeBottomDoor_C) == 0x001C18, "Wrong size on ABP_FridgeBottomDoor_C"); \ static_assert(offsetof(ABP_FridgeBottomDoor_C, UberGraphFrame_BP_FridgeBottomDoor_C) == 0x001BF0, "Member 'ABP_FridgeBottomDoor_C::UberGraphFrame_BP_FridgeBottomDoor_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FridgeBottomDoor_C, InteractableTonal_0) == 0x001BF8, "Member 'ABP_FridgeBottomDoor_C::InteractableTonal_0' has a wrong offset!"); \ static_assert(offsetof(ABP_FridgeBottomDoor_C, InteractableFoley_0) == 0x001C00, "Member 'ABP_FridgeBottomDoor_C::InteractableFoley_0' has a wrong offset!"); \ static_assert(offsetof(ABP_FridgeBottomDoor_C, BottomDoorInteracted) == 0x001C08, "Member 'ABP_FridgeBottomDoor_C::BottomDoorInteracted' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_FellInWater_C \ static_assert(alignof(UBPE_Global_FellInWater_C) == 0x000008, "Wrong alignment on UBPE_Global_FellInWater_C"); \ static_assert(sizeof(UBPE_Global_FellInWater_C) == 0x000028, "Wrong size on UBPE_Global_FellInWater_C"); \ #define DUMPER7_ASSERTS_FS_PageInfo \ static_assert(alignof(FS_PageInfo) == 0x000008, "Wrong alignment on FS_PageInfo"); \ static_assert(sizeof(FS_PageInfo) == 0x000078, "Wrong size on FS_PageInfo"); \ static_assert(offsetof(FS_PageInfo, PageMaterial_72_1845AB9943C9F0726CFC17A48ADA6056) == 0x000000, "Member 'FS_PageInfo::PageMaterial_72_1845AB9943C9F0726CFC17A48ADA6056' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, TitleText_59_A8813CD7417122233C4B0A87941F73F5) == 0x000008, "Member 'FS_PageInfo::TitleText_59_A8813CD7417122233C4B0A87941F73F5' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, PictureTextureifany_31_D94F08EA47B3C7BAEC64AC9F1AD1AEEB) == 0x000020, "Member 'FS_PageInfo::PictureTextureifany_31_D94F08EA47B3C7BAEC64AC9F1AD1AEEB' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, PictureMovieifany_33_E627EAC94BE58045174966917DC50A98) == 0x000028, "Member 'FS_PageInfo::PictureMovieifany_33_E627EAC94BE58045174966917DC50A98' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, PictureSize_19_BB090B2B4D0869A7207B5A8338D6AEC5) == 0x000030, "Member 'FS_PageInfo::PictureSize_19_BB090B2B4D0869A7207B5A8338D6AEC5' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, BodyText_61_B2A8FA694836BA932215448AD5A148C1) == 0x000038, "Member 'FS_PageInfo::BodyText_61_B2A8FA694836BA932215448AD5A148C1' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, RemoveMargins_35_5FE6849546BBDEA47BA7D9A6B08D335A) == 0x000050, "Member 'FS_PageInfo::RemoveMargins_35_5FE6849546BBDEA47BA7D9A6B08D335A' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, AnimateText_37_183732044AE626301B3B59A88949AA73) == 0x000051, "Member 'FS_PageInfo::AnimateText_37_183732044AE626301B3B59A88949AA73' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, AnimTitleChopLength_57_5304A59E408A050BC728AA8522FFA867) == 0x000054, "Member 'FS_PageInfo::AnimTitleChopLength_57_5304A59E408A050BC728AA8522FFA867' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, AnimPictureOpacity_62_55A0607C40B5C8DF351EB2AD539851F2) == 0x000058, "Member 'FS_PageInfo::AnimPictureOpacity_62_55A0607C40B5C8DF351EB2AD539851F2' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, AnimBodyChopLength_55_F63E3F994468BEB3BE7830A0FB39AFCD) == 0x00005C, "Member 'FS_PageInfo::AnimBodyChopLength_55_F63E3F994468BEB3BE7830A0FB39AFCD' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, AnimAllowedToReset_64_47AA002B4916F35FCEB1D499509C680D) == 0x000060, "Member 'FS_PageInfo::AnimAllowedToReset_64_47AA002B4916F35FCEB1D499509C680D' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, VoiceOverSoundifany_68_51AC611F4E735A85C34C41A6E58646C4) == 0x000068, "Member 'FS_PageInfo::VoiceOverSoundifany_68_51AC611F4E735A85C34C41A6E58646C4' has a wrong offset!"); \ static_assert(offsetof(FS_PageInfo, HasVOPlayed_74_5A3EBFB54340877C7A9C0E82EE5F345C) == 0x000070, "Member 'FS_PageInfo::HasVOPlayed_74_5A3EBFB54340877C7A9C0E82EE5F345C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent \ static_assert(alignof(BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent) == 0x000050, "Wrong size on BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent, EntryPoint) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent, CallFunc_GetAttachSocketName_ReturnValue) == 0x000004, "Member 'BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent::CallFunc_GetAttachSocketName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent, K2Node_CreateDelegate_OutputDelegate) == 0x00000C, "Member 'BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent, K2Node_Event_EndPlayReason) == 0x00001C, "Member 'BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000020, "Member 'BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent, K2Node_SwitchEnum_CmpSuccess) == 0x000030, "Member 'BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent, CallFunc_Concat_StrStr_ReturnValue) == 0x000038, "Member 'BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent, CallFunc_GetAttachParent_ReturnValue) == 0x000048, "Member 'BP_PrioritizedAudioComponent_C_ExecuteUbergraph_BP_PrioritizedAudioComponent::CallFunc_GetAttachParent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_ReceiveEndPlay \ static_assert(alignof(BP_PrioritizedAudioComponent_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_PrioritizedAudioComponent_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_PrioritizedAudioComponent_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_GetPriorityInfoString \ static_assert(alignof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_GetPriorityInfoString"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString) == 0x000280, "Wrong size on BP_PrioritizedAudioComponent_C_GetPriorityInfoString"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, PriorityInfo) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::PriorityInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, Result) == 0x000080, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue) == 0x000090, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Conv_BoolToString_ReturnValue) == 0x0000A0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Conv_VectorToString_ReturnValue) == 0x0000B0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Conv_VectorToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_GetComponentName_Result) == 0x0000C0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_GetComponentName_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_GetComponentName_Result_1) == 0x0000D0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_GetComponentName_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Conv_FloatToString_ReturnValue) == 0x0000E0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Conv_FloatToString_ReturnValue_1) == 0x0000F0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Conv_FloatToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000100, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_GetDisplayName_ReturnValue) == 0x000110, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_GetDisplayName_ReturnValue_1) == 0x000120, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Conv_FloatToString_ReturnValue_2) == 0x000130, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Conv_FloatToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000140, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000150, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000160, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000170, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000180, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000190, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0001A0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0001B0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0001C0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0001D0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0001E0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_12) == 0x0001F0, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000200, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_14) == 0x000210, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_15) == 0x000220, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_16) == 0x000230, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_17) == 0x000240, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_18) == 0x000250, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_19) == 0x000260, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetPriorityInfoString, CallFunc_Concat_StrStr_ReturnValue_20) == 0x000270, "Member 'BP_PrioritizedAudioComponent_C_GetPriorityInfoString::CallFunc_Concat_StrStr_ReturnValue_20' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_ClearPriorityInfo \ static_assert(alignof(BP_PrioritizedAudioComponent_C_ClearPriorityInfo) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_ClearPriorityInfo"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_ClearPriorityInfo) == 0x000100, "Wrong size on BP_PrioritizedAudioComponent_C_ClearPriorityInfo"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ClearPriorityInfo, PriorityInfo) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_ClearPriorityInfo::PriorityInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ClearPriorityInfo, K2Node_MakeStruct_S_Audio_PriorityInfo) == 0x000080, "Member 'BP_PrioritizedAudioComponent_C_ClearPriorityInfo::K2Node_MakeStruct_S_Audio_PriorityInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_BroadcastStatus \ static_assert(alignof(BP_PrioritizedAudioComponent_C_BroadcastStatus) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_BroadcastStatus"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_BroadcastStatus) == 0x0000E8, "Wrong size on BP_PrioritizedAudioComponent_C_BroadcastStatus"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_BroadcastStatus, NewStatus) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_BroadcastStatus::NewStatus' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_BroadcastStatus, PrioInfo) == 0x000008, "Member 'BP_PrioritizedAudioComponent_C_BroadcastStatus::PrioInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_BroadcastStatus, CallFunc_IsValid_ReturnValue) == 0x000088, "Member 'BP_PrioritizedAudioComponent_C_BroadcastStatus::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_BroadcastStatus, CallFunc_GetPriorityInfoString_Result) == 0x000090, "Member 'BP_PrioritizedAudioComponent_C_BroadcastStatus::CallFunc_GetPriorityInfoString_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_BroadcastStatus, CallFunc_CreateEOEvent_ReturnValue) == 0x0000A0, "Member 'BP_PrioritizedAudioComponent_C_BroadcastStatus::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_BroadcastStatus, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x0000A8, "Member 'BP_PrioritizedAudioComponent_C_BroadcastStatus::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_BroadcastStatus, CallFunc_Concat_StrStr_ReturnValue) == 0x0000B8, "Member 'BP_PrioritizedAudioComponent_C_BroadcastStatus::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_BroadcastStatus, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C8, "Member 'BP_PrioritizedAudioComponent_C_BroadcastStatus::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_BroadcastStatus, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000D8, "Member 'BP_PrioritizedAudioComponent_C_BroadcastStatus::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_ReattachToStartingParent \ static_assert(alignof(BP_PrioritizedAudioComponent_C_ReattachToStartingParent) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_ReattachToStartingParent"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_ReattachToStartingParent) == 0x000038, "Wrong size on BP_PrioritizedAudioComponent_C_ReattachToStartingParent"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ReattachToStartingParent, CallFunc_GetDisplayName_ReturnValue) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_ReattachToStartingParent::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ReattachToStartingParent, CallFunc_Concat_StrStr_ReturnValue) == 0x000010, "Member 'BP_PrioritizedAudioComponent_C_ReattachToStartingParent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ReattachToStartingParent, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000020, "Member 'BP_PrioritizedAudioComponent_C_ReattachToStartingParent::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ReattachToStartingParent, CallFunc_GetAttachParent_ReturnValue) == 0x000028, "Member 'BP_PrioritizedAudioComponent_C_ReattachToStartingParent::CallFunc_GetAttachParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_ReattachToStartingParent, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x000030, "Member 'BP_PrioritizedAudioComponent_C_ReattachToStartingParent::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying \ static_assert(alignof(BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying) == 0x000001, "Wrong alignment on BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying) == 0x000006, "Wrong size on BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying, Result) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying, CallFunc_IsPlaying_ReturnValue) == 0x000001, "Member 'BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying, CallFunc_IsInInitialDelay_Result) == 0x000002, "Member 'BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying::CallFunc_IsInInitialDelay_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying, CallFunc_IsValidPriorityInfo_Result) == 0x000004, "Member 'BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying::CallFunc_IsValidPriorityInfo_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying, CallFunc_BooleanAND_ReturnValue) == 0x000005, "Member 'BP_PrioritizedAudioComponent_C_IsPrioritizedAudioPlaying::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_PlayPrioInfo \ static_assert(alignof(BP_PrioritizedAudioComponent_C_PlayPrioInfo) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_PlayPrioInfo"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_PlayPrioInfo) == 0x0002B0, "Wrong size on BP_PrioritizedAudioComponent_C_PlayPrioInfo"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, PrioInfo) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::PrioInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, DoDelay) == 0x000080, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::DoDelay' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, Success) == 0x000081, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::Success' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_GetPriorityInfoString_Result) == 0x000088, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_GetPriorityInfoString_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Concat_StrStr_ReturnValue) == 0x000098, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_IsInInitialDelay_Result) == 0x0000A8, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_IsInInitialDelay_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000A9, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Not_PreBool_ReturnValue) == 0x0000AA, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_GetPriorityInfoString_Result_1) == 0x0000B0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_GetPriorityInfoString_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000C0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_GetPriorityInfoString_Result_2) == 0x0000D0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_GetPriorityInfoString_Result_2' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000E0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0000F0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000178, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_GetAttachParent_ReturnValue) == 0x000200, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_GetAttachParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000208, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000209, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_GetPriorityInfoString_Result_3) == 0x000210, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_GetPriorityInfoString_Result_3' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000220, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_IsValid_ReturnValue) == 0x000230, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_IsValid_ReturnValue_1) == 0x000231, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Not_PreBool_ReturnValue_1) == 0x000232, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Conv_FloatToString_ReturnValue) == 0x000238, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_GetPriorityInfoString_Result_4) == 0x000248, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_GetPriorityInfoString_Result_4' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000258, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000268, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x000278, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000280, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_BooleanAND_ReturnValue) == 0x000290, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_BooleanAND_ReturnValue_1) == 0x000291, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, K2Node_CreateDelegate_OutputDelegate) == 0x000294, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioInfo, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0002A8, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioInfo::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_OnInitialDelayExpired \ static_assert(alignof(BP_PrioritizedAudioComponent_C_OnInitialDelayExpired) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_OnInitialDelayExpired"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_OnInitialDelayExpired) == 0x000088, "Wrong size on BP_PrioritizedAudioComponent_C_OnInitialDelayExpired"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_OnInitialDelayExpired, Loc_PrioInfoCopy) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_OnInitialDelayExpired::Loc_PrioInfoCopy' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_OnInitialDelayExpired, CallFunc_PlayPrioInfo_Success) == 0x000080, "Member 'BP_PrioritizedAudioComponent_C_OnInitialDelayExpired::CallFunc_PlayPrioInfo_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished \ static_assert(alignof(BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished) == 0x000028, "Wrong size on BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished, CallFunc_PlayPrioInfo_Success) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished::CallFunc_PlayPrioInfo_Success' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished, CallFunc_IsValidPriorityInfo_Result) == 0x000001, "Member 'BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished::CallFunc_IsValidPriorityInfo_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished, CallFunc_PlayPrioInfo_Success_1) == 0x000002, "Member 'BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished::CallFunc_PlayPrioInfo_Success_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished, CallFunc_IsValidPriorityInfo_Result_1) == 0x000003, "Member 'BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished::CallFunc_IsValidPriorityInfo_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished, CallFunc_GetPriorityInfoString_Result) == 0x000008, "Member 'BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished::CallFunc_GetPriorityInfoString_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PrioritizedAudioComponent_C_OnPrioritizedAudioFinished::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio \ static_assert(alignof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio) == 0x000478, "Wrong size on BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, InitialDelay) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::InitialDelay' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, InitialDelayDuration) == 0x000004, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::InitialDelayDuration' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, DialogueWaveToPlay) == 0x000008, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::DialogueWaveToPlay' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, DialogueWaveContext) == 0x000010, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::DialogueWaveContext' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, SoundToPlay) == 0x000028, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::SoundToPlay' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, Priority_0) == 0x000030, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::Priority_0' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, DialogueFinishedEOEvents) == 0x000038, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::DialogueFinishedEOEvents' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, FadeIn_0) == 0x000048, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::FadeIn_0' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, FadeOut_0) == 0x00004C, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::FadeOut_0' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, AttachToComponent) == 0x000050, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, Location) == 0x000058, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::Location' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, Is2DSound) == 0x000064, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::Is2DSound' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, Success) == 0x000065, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::Success' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, ActualSoundToPlay) == 0x000068, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::ActualSoundToPlay' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, Loc_PriorityInfo) == 0x000070, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::Loc_PriorityInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result) == 0x0000F0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_1) == 0x000100, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue) == 0x000110, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000120, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000130, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_PlayPrioInfo_Success) == 0x000140, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_PlayPrioInfo_Success' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPlayState_ReturnValue) == 0x000141, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPlayState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000148, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000158, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000168, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, K2Node_SwitchEnum_CmpSuccess) == 0x000178, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_2) == 0x000180, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_2' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000190, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_3) == 0x0001A0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_3' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_IsPlaying_ReturnValue) == 0x0001B0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_IsValidPriorityInfo_Result) == 0x0001B1, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_IsValidPriorityInfo_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Not_PreBool_ReturnValue) == 0x0001B2, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_4) == 0x0001B8, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_4' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_6) == 0x0001C8, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_5) == 0x0001D8, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_5' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_7) == 0x0001E8, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPlayState_ReturnValue_1) == 0x0001F8, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPlayState_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1) == 0x000200, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_8) == 0x000210, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_IsValid_ReturnValue) == 0x000220, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_9) == 0x000228, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_10) == 0x000238, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_IsValid_ReturnValue_1) == 0x000248, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_6) == 0x000250, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_6' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_7) == 0x000260, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_7' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_11) == 0x000270, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_12) == 0x000280, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_13) == 0x000290, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_8) == 0x0002A0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_8' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_IsValidPriorityInfo_Result_1) == 0x0002B0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_IsValidPriorityInfo_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_14) == 0x0002B8, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002C8, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_9) == 0x0002D0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_9' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_15) == 0x0002E0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x0002F0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_10) == 0x0002F8, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_10' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_11) == 0x000308, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_11' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_16) == 0x000318, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_17) == 0x000328, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_18) == 0x000338, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000348, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, K2Node_SwitchEnum_CmpSuccess_1) == 0x000349, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_IsPrioritizedAudioPlaying_Result) == 0x00034A, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_IsPrioritizedAudioPlaying_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, K2Node_MakeStruct_S_Audio_PriorityInfo) == 0x000350, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::K2Node_MakeStruct_S_Audio_PriorityInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_IsValid_ReturnValue_2) == 0x0003D0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_IsValid_ReturnValue_3) == 0x0003D1, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_BooleanOR_ReturnValue) == 0x0003D2, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetWaveFromDialogue_ReturnValue) == 0x0003D8, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetWaveFromDialogue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetDisplayName_ReturnValue) == 0x0003E0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_12) == 0x0003F0, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_12' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_19) == 0x000400, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_20) == 0x000410, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_21) == 0x000420, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000430, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_13) == 0x000438, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_13' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_22) == 0x000448, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_14) == 0x000458, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_14' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_23) == 0x000468, "Member 'BP_PrioritizedAudioComponent_C_PlayPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_23' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_StopPrioritizedAudio \ static_assert(alignof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_StopPrioritizedAudio"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio) == 0x0000B8, "Wrong size on BP_PrioritizedAudioComponent_C_StopPrioritizedAudio"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, Immediately) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::Immediately' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, FadeOutDuration) == 0x000004, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, Loc_FadeOutDur) == 0x000008, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::Loc_FadeOutDur' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_IsPlaying_ReturnValue) == 0x00000C, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_Not_PreBool_ReturnValue) == 0x00000D, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00000E, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_GetPlayState_ReturnValue) == 0x00000F, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_GetPlayState_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_GetPriorityInfoString_Result) == 0x000018, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_GetPriorityInfoString_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_IsValidPriorityInfo_Result) == 0x000038, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_IsValidPriorityInfo_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_Not_PreBool_ReturnValue_1) == 0x000039, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_1) == 0x000040, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_IsValidPriorityInfo_Result_1) == 0x000050, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_IsValidPriorityInfo_Result_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000058, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_Not_PreBool_ReturnValue_2) == 0x000068, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_2) == 0x000070, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_2' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000080, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_GetPriorityInfoString_Result_3) == 0x000090, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_GetPriorityInfoString_Result_3' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0000A0, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_IsInInitialDelay_Result) == 0x0000B0, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_IsInInitialDelay_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_StopPrioritizedAudio, CallFunc_Not_PreBool_ReturnValue_3) == 0x0000B1, "Member 'BP_PrioritizedAudioComponent_C_StopPrioritizedAudio::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_GetComponentName \ static_assert(alignof(BP_PrioritizedAudioComponent_C_GetComponentName) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_GetComponentName"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_GetComponentName) == 0x000040, "Wrong size on BP_PrioritizedAudioComponent_C_GetComponentName"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetComponentName, Component) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_GetComponentName::Component' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetComponentName, Result) == 0x000008, "Member 'BP_PrioritizedAudioComponent_C_GetComponentName::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetComponentName, LocResult) == 0x000018, "Member 'BP_PrioritizedAudioComponent_C_GetComponentName::LocResult' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetComponentName, CallFunc_IsValid_ReturnValue) == 0x000028, "Member 'BP_PrioritizedAudioComponent_C_GetComponentName::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_GetComponentName, CallFunc_GetDisplayName_ReturnValue) == 0x000030, "Member 'BP_PrioritizedAudioComponent_C_GetComponentName::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_IsValidPriorityInfo \ static_assert(alignof(BP_PrioritizedAudioComponent_C_IsValidPriorityInfo) == 0x000008, "Wrong alignment on BP_PrioritizedAudioComponent_C_IsValidPriorityInfo"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_IsValidPriorityInfo) == 0x000088, "Wrong size on BP_PrioritizedAudioComponent_C_IsValidPriorityInfo"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsValidPriorityInfo, PriorityInfo) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_IsValidPriorityInfo::PriorityInfo' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsValidPriorityInfo, Result) == 0x000080, "Member 'BP_PrioritizedAudioComponent_C_IsValidPriorityInfo::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsValidPriorityInfo, CallFunc_IsValid_ReturnValue) == 0x000081, "Member 'BP_PrioritizedAudioComponent_C_IsValidPriorityInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsValidPriorityInfo, CallFunc_IsValid_ReturnValue_1) == 0x000082, "Member 'BP_PrioritizedAudioComponent_C_IsValidPriorityInfo::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsValidPriorityInfo, CallFunc_IsValid_ReturnValue_2) == 0x000083, "Member 'BP_PrioritizedAudioComponent_C_IsValidPriorityInfo::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsValidPriorityInfo, CallFunc_BooleanOR_ReturnValue) == 0x000084, "Member 'BP_PrioritizedAudioComponent_C_IsValidPriorityInfo::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsValidPriorityInfo, CallFunc_BooleanAND_ReturnValue) == 0x000085, "Member 'BP_PrioritizedAudioComponent_C_IsValidPriorityInfo::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PrioritizedAudioComponent_C_IsInInitialDelay \ static_assert(alignof(BP_PrioritizedAudioComponent_C_IsInInitialDelay) == 0x000004, "Wrong alignment on BP_PrioritizedAudioComponent_C_IsInInitialDelay"); \ static_assert(sizeof(BP_PrioritizedAudioComponent_C_IsInInitialDelay) == 0x00000C, "Wrong size on BP_PrioritizedAudioComponent_C_IsInInitialDelay"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsInInitialDelay, Result) == 0x000000, "Member 'BP_PrioritizedAudioComponent_C_IsInInitialDelay::Result' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsInInitialDelay, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x000004, "Member 'BP_PrioritizedAudioComponent_C_IsInInitialDelay::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsInInitialDelay, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x000008, "Member 'BP_PrioritizedAudioComponent_C_IsInInitialDelay::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsInInitialDelay, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000009, "Member 'BP_PrioritizedAudioComponent_C_IsInInitialDelay::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PrioritizedAudioComponent_C_IsInInitialDelay, CallFunc_BooleanAND_ReturnValue) == 0x00000A, "Member 'BP_PrioritizedAudioComponent_C_IsInInitialDelay::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_PrioritizedAudioComponent_C \ static_assert(alignof(UBP_PrioritizedAudioComponent_C) == 0x000010, "Wrong alignment on UBP_PrioritizedAudioComponent_C"); \ static_assert(sizeof(UBP_PrioritizedAudioComponent_C) == 0x000AA0, "Wrong size on UBP_PrioritizedAudioComponent_C"); \ static_assert(offsetof(UBP_PrioritizedAudioComponent_C, UberGraphFrame) == 0x000870, "Member 'UBP_PrioritizedAudioComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_PrioritizedAudioComponent_C, CurrPrioInfo) == 0x000878, "Member 'UBP_PrioritizedAudioComponent_C::CurrPrioInfo' has a wrong offset!"); \ static_assert(offsetof(UBP_PrioritizedAudioComponent_C, NextPrioInfo) == 0x0008F8, "Member 'UBP_PrioritizedAudioComponent_C::NextPrioInfo' has a wrong offset!"); \ static_assert(offsetof(UBP_PrioritizedAudioComponent_C, QueuedPrioInfo) == 0x000978, "Member 'UBP_PrioritizedAudioComponent_C::QueuedPrioInfo' has a wrong offset!"); \ static_assert(offsetof(UBP_PrioritizedAudioComponent_C, DelayedPrioInfo) == 0x0009F8, "Member 'UBP_PrioritizedAudioComponent_C::DelayedPrioInfo' has a wrong offset!"); \ static_assert(offsetof(UBP_PrioritizedAudioComponent_C, StatusEventInst) == 0x000A78, "Member 'UBP_PrioritizedAudioComponent_C::StatusEventInst' has a wrong offset!"); \ static_assert(offsetof(UBP_PrioritizedAudioComponent_C, InitialDelayTimer) == 0x000A80, "Member 'UBP_PrioritizedAudioComponent_C::InitialDelayTimer' has a wrong offset!"); \ static_assert(offsetof(UBP_PrioritizedAudioComponent_C, StartingParent) == 0x000A88, "Member 'UBP_PrioritizedAudioComponent_C::StartingParent' has a wrong offset!"); \ static_assert(offsetof(UBP_PrioritizedAudioComponent_C, StartingParentSocketName) == 0x000A90, "Member 'UBP_PrioritizedAudioComponent_C::StartingParentSocketName' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Global_D_DeathCloset_Exit_C \ static_assert(alignof(UBPE_Global_D_DeathCloset_Exit_C) == 0x000008, "Wrong alignment on UBPE_Global_D_DeathCloset_Exit_C"); \ static_assert(sizeof(UBPE_Global_D_DeathCloset_Exit_C) == 0x000028, "Wrong size on UBPE_Global_D_DeathCloset_Exit_C"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000020, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_SleepSpell_Default_Large_FinalKA0SleepSpell__USequenceDirector_C \ static_assert(alignof(Seq_SleepSpell_Default_Large_FinalKA0SleepSpell::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_SleepSpell_Default_Large_FinalKA0SleepSpell::USequenceDirector_C"); \ static_assert(sizeof(Seq_SleepSpell_Default_Large_FinalKA0SleepSpell::USequenceDirector_C) == 0x000040, "Wrong size on Seq_SleepSpell_Default_Large_FinalKA0SleepSpell::USequenceDirector_C"); \ static_assert(offsetof(Seq_SleepSpell_Default_Large_FinalKA0SleepSpell::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_SleepSpell_Default_Large_FinalKA0SleepSpell::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AC_Dialogue_Base_C_OpenConversation \ static_assert(alignof(AC_Dialogue_Base_C_OpenConversation) == 0x000008, "Wrong alignment on AC_Dialogue_Base_C_OpenConversation"); \ static_assert(sizeof(AC_Dialogue_Base_C_OpenConversation) == 0x000008, "Wrong size on AC_Dialogue_Base_C_OpenConversation"); \ static_assert(offsetof(AC_Dialogue_Base_C_OpenConversation, CallFunc_Create_ReturnValue) == 0x000000, "Member 'AC_Dialogue_Base_C_OpenConversation::CallFunc_Create_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AC_Dialogue_Base_C_AddDialogue \ static_assert(alignof(AC_Dialogue_Base_C_AddDialogue) == 0x000008, "Wrong alignment on AC_Dialogue_Base_C_AddDialogue"); \ static_assert(sizeof(AC_Dialogue_Base_C_AddDialogue) == 0x000058, "Wrong size on AC_Dialogue_Base_C_AddDialogue"); \ static_assert(offsetof(AC_Dialogue_Base_C_AddDialogue, Speaker) == 0x000000, "Member 'AC_Dialogue_Base_C_AddDialogue::Speaker' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_AddDialogue, Dialogue) == 0x000018, "Member 'AC_Dialogue_Base_C_AddDialogue::Dialogue' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_AddDialogue, OptionsText) == 0x000030, "Member 'AC_Dialogue_Base_C_AddDialogue::OptionsText' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_AddDialogue, State) == 0x000040, "Member 'AC_Dialogue_Base_C_AddDialogue::State' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_AddDialogue, OptionIndex) == 0x000044, "Member 'AC_Dialogue_Base_C_AddDialogue::OptionIndex' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_AddDialogue, Temp_int_Variable) == 0x000048, "Member 'AC_Dialogue_Base_C_AddDialogue::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_AddDialogue, CallFunc_Map_Find_Value) == 0x00004C, "Member 'AC_Dialogue_Base_C_AddDialogue::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_AddDialogue, CallFunc_Map_Find_ReturnValue) == 0x000050, "Member 'AC_Dialogue_Base_C_AddDialogue::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_AddDialogue, CallFunc_Add_IntInt_ReturnValue) == 0x000054, "Member 'AC_Dialogue_Base_C_AddDialogue::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AC_Dialogue_Base_C_UpdateSelectedOption \ static_assert(alignof(AC_Dialogue_Base_C_UpdateSelectedOption) == 0x000004, "Wrong alignment on AC_Dialogue_Base_C_UpdateSelectedOption"); \ static_assert(sizeof(AC_Dialogue_Base_C_UpdateSelectedOption) == 0x000008, "Wrong size on AC_Dialogue_Base_C_UpdateSelectedOption"); \ static_assert(offsetof(AC_Dialogue_Base_C_UpdateSelectedOption, ProgressIndex) == 0x000000, "Member 'AC_Dialogue_Base_C_UpdateSelectedOption::ProgressIndex' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_UpdateSelectedOption, OptionIndex) == 0x000004, "Member 'AC_Dialogue_Base_C_UpdateSelectedOption::OptionIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AC_Dialogue_Base_C_RemoveDialogueProgress \ static_assert(alignof(AC_Dialogue_Base_C_RemoveDialogueProgress) == 0x000004, "Wrong alignment on AC_Dialogue_Base_C_RemoveDialogueProgress"); \ static_assert(sizeof(AC_Dialogue_Base_C_RemoveDialogueProgress) == 0x000014, "Wrong size on AC_Dialogue_Base_C_RemoveDialogueProgress"); \ static_assert(offsetof(AC_Dialogue_Base_C_RemoveDialogueProgress, ProgressSteps) == 0x000000, "Member 'AC_Dialogue_Base_C_RemoveDialogueProgress::ProgressSteps' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_RemoveDialogueProgress, Temp_int_Variable) == 0x000004, "Member 'AC_Dialogue_Base_C_RemoveDialogueProgress::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_RemoveDialogueProgress, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'AC_Dialogue_Base_C_RemoveDialogueProgress::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_RemoveDialogueProgress, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'AC_Dialogue_Base_C_RemoveDialogueProgress::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_RemoveDialogueProgress, CallFunc_Map_Remove_ReturnValue) == 0x000010, "Member 'AC_Dialogue_Base_C_RemoveDialogueProgress::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(AC_Dialogue_Base_C_RemoveDialogueProgress, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000011, "Member 'AC_Dialogue_Base_C_RemoveDialogueProgress::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AC_Dialogue_Base_C_SetDialogueTreeIndex \ static_assert(alignof(AC_Dialogue_Base_C_SetDialogueTreeIndex) == 0x000004, "Wrong alignment on AC_Dialogue_Base_C_SetDialogueTreeIndex"); \ static_assert(sizeof(AC_Dialogue_Base_C_SetDialogueTreeIndex) == 0x000004, "Wrong size on AC_Dialogue_Base_C_SetDialogueTreeIndex"); \ static_assert(offsetof(AC_Dialogue_Base_C_SetDialogueTreeIndex, SetDialogueTreeIndex_0) == 0x000000, "Member 'AC_Dialogue_Base_C_SetDialogueTreeIndex::SetDialogueTreeIndex_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UAC_Dialogue_Base_C \ static_assert(alignof(UAC_Dialogue_Base_C) == 0x000008, "Wrong alignment on UAC_Dialogue_Base_C"); \ static_assert(sizeof(UAC_Dialogue_Base_C) == 0x000118, "Wrong size on UAC_Dialogue_Base_C"); \ static_assert(offsetof(UAC_Dialogue_Base_C, DialogueProgress) == 0x0000B8, "Member 'UAC_Dialogue_Base_C::DialogueProgress' has a wrong offset!"); \ static_assert(offsetof(UAC_Dialogue_Base_C, DialogueIndex) == 0x000108, "Member 'UAC_Dialogue_Base_C::DialogueIndex' has a wrong offset!"); \ static_assert(offsetof(UAC_Dialogue_Base_C, DialogueTreeIndex) == 0x00010C, "Member 'UAC_Dialogue_Base_C::DialogueTreeIndex' has a wrong offset!"); \ static_assert(offsetof(UAC_Dialogue_Base_C, DialogueWidget) == 0x000110, "Member 'UAC_Dialogue_Base_C::DialogueWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_W_DialogueOption_C_ExecuteUbergraph_W_DialogueOption \ static_assert(alignof(W_DialogueOption_C_ExecuteUbergraph_W_DialogueOption) == 0x000008, "Wrong alignment on W_DialogueOption_C_ExecuteUbergraph_W_DialogueOption"); \ static_assert(sizeof(W_DialogueOption_C_ExecuteUbergraph_W_DialogueOption) == 0x000058, "Wrong size on W_DialogueOption_C_ExecuteUbergraph_W_DialogueOption"); \ static_assert(offsetof(W_DialogueOption_C_ExecuteUbergraph_W_DialogueOption, EntryPoint) == 0x000000, "Member 'W_DialogueOption_C_ExecuteUbergraph_W_DialogueOption::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(W_DialogueOption_C_ExecuteUbergraph_W_DialogueOption, K2Node_MakeStruct_SlateColor) == 0x000008, "Member 'W_DialogueOption_C_ExecuteUbergraph_W_DialogueOption::K2Node_MakeStruct_SlateColor' has a wrong offset!"); \ static_assert(offsetof(W_DialogueOption_C_ExecuteUbergraph_W_DialogueOption, K2Node_MakeStruct_SlateColor_1) == 0x000030, "Member 'W_DialogueOption_C_ExecuteUbergraph_W_DialogueOption::K2Node_MakeStruct_SlateColor_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UW_DialogueOption_C \ static_assert(alignof(UW_DialogueOption_C) == 0x000008, "Wrong alignment on UW_DialogueOption_C"); \ static_assert(sizeof(UW_DialogueOption_C) == 0x0002A8, "Wrong size on UW_DialogueOption_C"); \ static_assert(offsetof(UW_DialogueOption_C, UberGraphFrame) == 0x000260, "Member 'UW_DialogueOption_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UW_DialogueOption_C, Btn_Option) == 0x000268, "Member 'UW_DialogueOption_C::Btn_Option' has a wrong offset!"); \ static_assert(offsetof(UW_DialogueOption_C, Img_Background) == 0x000270, "Member 'UW_DialogueOption_C::Img_Background' has a wrong offset!"); \ static_assert(offsetof(UW_DialogueOption_C, Txt_OptionName) == 0x000278, "Member 'UW_DialogueOption_C::Txt_OptionName' has a wrong offset!"); \ static_assert(offsetof(UW_DialogueOption_C, OptionText) == 0x000280, "Member 'UW_DialogueOption_C::OptionText' has a wrong offset!"); \ static_assert(offsetof(UW_DialogueOption_C, OptionIndex) == 0x000298, "Member 'UW_DialogueOption_C::OptionIndex' has a wrong offset!"); \ static_assert(offsetof(UW_DialogueOption_C, DialogueIndex) == 0x00029C, "Member 'UW_DialogueOption_C::DialogueIndex' has a wrong offset!"); \ static_assert(offsetof(UW_DialogueOption_C, OwningDialogueComponent) == 0x0002A0, "Member 'UW_DialogueOption_C::OwningDialogueComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_W_Dialogue_C_UpdateDialogueText \ static_assert(alignof(W_Dialogue_C_UpdateDialogueText) == 0x000008, "Wrong alignment on W_Dialogue_C_UpdateDialogueText"); \ static_assert(sizeof(W_Dialogue_C_UpdateDialogueText) == 0x0000F8, "Wrong size on W_Dialogue_C_UpdateDialogueText"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, DialogueIndex) == 0x000000, "Member 'W_Dialogue_C_UpdateDialogueText::DialogueIndex' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, Speaker) == 0x000008, "Member 'W_Dialogue_C_UpdateDialogueText::Speaker' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, Dialogue) == 0x000020, "Member 'W_Dialogue_C_UpdateDialogueText::Dialogue' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, OptionsText) == 0x000038, "Member 'W_Dialogue_C_UpdateDialogueText::OptionsText' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, Temp_int_Array_Index_Variable) == 0x000048, "Member 'W_Dialogue_C_UpdateDialogueText::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, Temp_int_Loop_Counter_Variable) == 0x00004C, "Member 'W_Dialogue_C_UpdateDialogueText::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, CallFunc_Add_IntInt_ReturnValue) == 0x000050, "Member 'W_Dialogue_C_UpdateDialogueText::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, CallFunc_GetOwningPlayer_ReturnValue) == 0x000058, "Member 'W_Dialogue_C_UpdateDialogueText::CallFunc_GetOwningPlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, CallFunc_Create_ReturnValue) == 0x000060, "Member 'W_Dialogue_C_UpdateDialogueText::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, CallFunc_AddChild_ReturnValue) == 0x000068, "Member 'W_Dialogue_C_UpdateDialogueText::CallFunc_AddChild_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, CallFunc_Array_Get_Item) == 0x000070, "Member 'W_Dialogue_C_UpdateDialogueText::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, CallFunc_Array_Length_ReturnValue) == 0x000088, "Member 'W_Dialogue_C_UpdateDialogueText::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, CallFunc_Less_IntInt_ReturnValue) == 0x00008C, "Member 'W_Dialogue_C_UpdateDialogueText::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, K2Node_MakeStruct_FormatArgumentData) == 0x000090, "Member 'W_Dialogue_C_UpdateDialogueText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, K2Node_MakeArray_Array) == 0x0000D0, "Member 'W_Dialogue_C_UpdateDialogueText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(W_Dialogue_C_UpdateDialogueText, CallFunc_Format_ReturnValue) == 0x0000E0, "Member 'W_Dialogue_C_UpdateDialogueText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UW_Dialogue_C \ static_assert(alignof(UW_Dialogue_C) == 0x000008, "Wrong alignment on UW_Dialogue_C"); \ static_assert(sizeof(UW_Dialogue_C) == 0x000280, "Wrong size on UW_Dialogue_C"); \ static_assert(offsetof(UW_Dialogue_C, OptionsContainer) == 0x000260, "Member 'UW_Dialogue_C::OptionsContainer' has a wrong offset!"); \ static_assert(offsetof(UW_Dialogue_C, Text_Dialogue) == 0x000268, "Member 'UW_Dialogue_C::Text_Dialogue' has a wrong offset!"); \ static_assert(offsetof(UW_Dialogue_C, Text_Speaker) == 0x000270, "Member 'UW_Dialogue_C::Text_Speaker' has a wrong offset!"); \ static_assert(offsetof(UW_Dialogue_C, OwningDialogueComponent) == 0x000278, "Member 'UW_Dialogue_C::OwningDialogueComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_EarthquakeKeying_C \ static_assert(alignof(UBPE_EarthquakeKeying_C) == 0x000008, "Wrong alignment on UBPE_EarthquakeKeying_C"); \ static_assert(sizeof(UBPE_EarthquakeKeying_C) == 0x000030, "Wrong size on UBPE_EarthquakeKeying_C"); \ static_assert(offsetof(UBPE_EarthquakeKeying_C, bStart) == 0x000028, "Member 'UBPE_EarthquakeKeying_C::bStart' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_Ch02_D_TryFirstInventoryItemPrompt_C \ static_assert(alignof(UBPE_Ch02_D_TryFirstInventoryItemPrompt_C) == 0x000008, "Wrong alignment on UBPE_Ch02_D_TryFirstInventoryItemPrompt_C"); \ static_assert(sizeof(UBPE_Ch02_D_TryFirstInventoryItemPrompt_C) == 0x000028, "Wrong size on UBPE_Ch02_D_TryFirstInventoryItemPrompt_C"); \ #define DUMPER7_ASSERTS_UBPE_KA0_TriggerKitchenQuake_C \ static_assert(alignof(UBPE_KA0_TriggerKitchenQuake_C) == 0x000008, "Wrong alignment on UBPE_KA0_TriggerKitchenQuake_C"); \ static_assert(sizeof(UBPE_KA0_TriggerKitchenQuake_C) == 0x000028, "Wrong size on UBPE_KA0_TriggerKitchenQuake_C"); \ #define DUMPER7_ASSERTS_UBPE_KA1_InteractedWithGrowRoomFan_C \ static_assert(alignof(UBPE_KA1_InteractedWithGrowRoomFan_C) == 0x000008, "Wrong alignment on UBPE_KA1_InteractedWithGrowRoomFan_C"); \ static_assert(sizeof(UBPE_KA1_InteractedWithGrowRoomFan_C) == 0x000028, "Wrong size on UBPE_KA1_InteractedWithGrowRoomFan_C"); \ #define DUMPER7_ASSERTS_BP_Decal_Stain_C_UserConstructionScript \ static_assert(alignof(BP_Decal_Stain_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Decal_Stain_C_UserConstructionScript"); \ static_assert(sizeof(BP_Decal_Stain_C_UserConstructionScript) == 0x000008, "Wrong size on BP_Decal_Stain_C_UserConstructionScript"); \ static_assert(offsetof(BP_Decal_Stain_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_Decal_Stain_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Decal_Stain_C_Initialize \ static_assert(alignof(BP_Decal_Stain_C_Initialize) == 0x000004, "Wrong alignment on BP_Decal_Stain_C_Initialize"); \ static_assert(sizeof(BP_Decal_Stain_C_Initialize) == 0x00003C, "Wrong size on BP_Decal_Stain_C_Initialize"); \ static_assert(offsetof(BP_Decal_Stain_C_Initialize, CallFunc_GetComponentBounds_Origin) == 0x000000, "Member 'BP_Decal_Stain_C_Initialize::CallFunc_GetComponentBounds_Origin' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Stain_C_Initialize, CallFunc_GetComponentBounds_BoxExtent) == 0x00000C, "Member 'BP_Decal_Stain_C_Initialize::CallFunc_GetComponentBounds_BoxExtent' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Stain_C_Initialize, CallFunc_GetComponentBounds_SphereRadius) == 0x000018, "Member 'BP_Decal_Stain_C_Initialize::CallFunc_GetComponentBounds_SphereRadius' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Stain_C_Initialize, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_Decal_Stain_C_Initialize::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Stain_C_Initialize, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_Decal_Stain_C_Initialize::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Decal_Stain_C_Initialize, CallFunc_Conv_VectorToLinearColor_ReturnValue) == 0x00002C, "Member 'BP_Decal_Stain_C_Initialize::CallFunc_Conv_VectorToLinearColor_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Decal_Stain_C \ static_assert(alignof(ABP_Decal_Stain_C) == 0x000008, "Wrong alignment on ABP_Decal_Stain_C"); \ static_assert(sizeof(ABP_Decal_Stain_C) == 0x0002B0, "Wrong size on ABP_Decal_Stain_C"); \ static_assert(offsetof(ABP_Decal_Stain_C, Billboard) == 0x000230, "Member 'ABP_Decal_Stain_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Root) == 0x000238, "Member 'ABP_Decal_Stain_C::Root' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Decal) == 0x000240, "Member 'ABP_Decal_Stain_C::Decal' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, DecalMaterial) == 0x000248, "Member 'ABP_Decal_Stain_C::DecalMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Mid) == 0x000250, "Member 'ABP_Decal_Stain_C::Mid' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Texture_Blend) == 0x000258, "Member 'ABP_Decal_Stain_C::Texture_Blend' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Alpha_Texture) == 0x000260, "Member 'ABP_Decal_Stain_C::Alpha_Texture' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Stain_Color) == 0x000268, "Member 'ABP_Decal_Stain_C::Stain_Color' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Albedo_Texture) == 0x000278, "Member 'ABP_Decal_Stain_C::Albedo_Texture' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Roughness_Texture) == 0x000280, "Member 'ABP_Decal_Stain_C::Roughness_Texture' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Tiling) == 0x000288, "Member 'ABP_Decal_Stain_C::Tiling' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Alpha_Min) == 0x00028C, "Member 'ABP_Decal_Stain_C::Alpha_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Alpha_Max) == 0x000290, "Member 'ABP_Decal_Stain_C::Alpha_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Mask_Radius) == 0x000294, "Member 'ABP_Decal_Stain_C::Mask_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Mask_Hardness) == 0x000298, "Member 'ABP_Decal_Stain_C::Mask_Hardness' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Texture_Tiling) == 0x00029C, "Member 'ABP_Decal_Stain_C::Texture_Tiling' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Roughness_Min) == 0x0002A0, "Member 'ABP_Decal_Stain_C::Roughness_Min' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Roughness_Max) == 0x0002A4, "Member 'ABP_Decal_Stain_C::Roughness_Max' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Blend_Hardness) == 0x0002A8, "Member 'ABP_Decal_Stain_C::Blend_Hardness' has a wrong offset!"); \ static_assert(offsetof(ABP_Decal_Stain_C, Rotation) == 0x0002AC, "Member 'ABP_Decal_Stain_C::Rotation' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPFL_LightFlicker_C_CandleFlicker \ static_assert(alignof(BPFL_LightFlicker_C_CandleFlicker) == 0x000008, "Wrong alignment on BPFL_LightFlicker_C_CandleFlicker"); \ static_assert(sizeof(BPFL_LightFlicker_C_CandleFlicker) == 0x000070, "Wrong size on BPFL_LightFlicker_C_CandleFlicker"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, Light) == 0x000000, "Member 'BPFL_LightFlicker_C_CandleFlicker::Light' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CandleFlicker_0) == 0x000008, "Member 'BPFL_LightFlicker_C_CandleFlicker::CandleFlicker_0' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, LightIntensity) == 0x000010, "Member 'BPFL_LightFlicker_C_CandleFlicker::LightIntensity' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, __WorldContext) == 0x000018, "Member 'BPFL_LightFlicker_C_CandleFlicker::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x000020, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_GetScalarParameterValue_ReturnValue) == 0x000024, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_GetScalarParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_Add_FloatFloat_ReturnValue) == 0x000028, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00002C, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000030, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000034, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000038, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_DegSin_ReturnValue) == 0x00003C, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_DegSin_ReturnValue_1) == 0x000040, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_DegSin_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_SimpleRemap_Result) == 0x000044, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_SimpleRemap_Result' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_SimpleRemap_Result_1) == 0x000048, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_SimpleRemap_Result_1' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x00004C, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_DegSin_ReturnValue_2) == 0x000050, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_DegSin_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_SimpleRemap_Result_2) == 0x000054, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_SimpleRemap_Result_2' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000058, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00005C, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x000060, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_FClamp_ReturnValue) == 0x000064, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000068, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_CandleFlicker, CallFunc_Lerp_ReturnValue) == 0x00006C, "Member 'BPFL_LightFlicker_C_CandleFlicker::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPFL_LightFlicker_C_SimpleRemap \ static_assert(alignof(BPFL_LightFlicker_C_SimpleRemap) == 0x000008, "Wrong alignment on BPFL_LightFlicker_C_SimpleRemap"); \ static_assert(sizeof(BPFL_LightFlicker_C_SimpleRemap) == 0x000040, "Wrong size on BPFL_LightFlicker_C_SimpleRemap"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, Value_In) == 0x000000, "Member 'BPFL_LightFlicker_C_SimpleRemap::Value_In' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, Old_Min) == 0x000004, "Member 'BPFL_LightFlicker_C_SimpleRemap::Old_Min' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, Old_Max) == 0x000008, "Member 'BPFL_LightFlicker_C_SimpleRemap::Old_Max' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, New_Min) == 0x00000C, "Member 'BPFL_LightFlicker_C_SimpleRemap::New_Min' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, New_Max) == 0x000010, "Member 'BPFL_LightFlicker_C_SimpleRemap::New_Max' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, __WorldContext) == 0x000018, "Member 'BPFL_LightFlicker_C_SimpleRemap::__WorldContext' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, Result) == 0x000020, "Member 'BPFL_LightFlicker_C_SimpleRemap::Result' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000024, "Member 'BPFL_LightFlicker_C_SimpleRemap::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000028, "Member 'BPFL_LightFlicker_C_SimpleRemap::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x00002C, "Member 'BPFL_LightFlicker_C_SimpleRemap::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000030, "Member 'BPFL_LightFlicker_C_SimpleRemap::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000034, "Member 'BPFL_LightFlicker_C_SimpleRemap::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000038, "Member 'BPFL_LightFlicker_C_SimpleRemap::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPFL_LightFlicker_C_SimpleRemap, CallFunc_Add_FloatFloat_ReturnValue) == 0x00003C, "Member 'BPFL_LightFlicker_C_SimpleRemap::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPFL_LightFlicker_C \ static_assert(alignof(UBPFL_LightFlicker_C) == 0x000008, "Wrong alignment on UBPFL_LightFlicker_C"); \ static_assert(sizeof(UBPFL_LightFlicker_C) == 0x000028, "Wrong size on UBPFL_LightFlicker_C"); \ #define DUMPER7_ASSERTS_UBPE_Global_PlayerDeath_C \ static_assert(alignof(UBPE_Global_PlayerDeath_C) == 0x000008, "Wrong alignment on UBPE_Global_PlayerDeath_C"); \ static_assert(sizeof(UBPE_Global_PlayerDeath_C) == 0x000030, "Wrong size on UBPE_Global_PlayerDeath_C"); \ static_assert(offsetof(UBPE_Global_PlayerDeath_C, DeathTypes) == 0x000028, "Member 'UBPE_Global_PlayerDeath_C::DeathTypes' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Cloth_C \ static_assert(alignof(ABP_Cloth_C) == 0x000008, "Wrong alignment on ABP_Cloth_C"); \ static_assert(sizeof(ABP_Cloth_C) == 0x000260, "Wrong size on ABP_Cloth_C"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point \ static_assert(alignof(BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point) == 0x000008, "Wrong alignment on BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point"); \ static_assert(sizeof(BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point) == 0x000048, "Wrong size on BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point"); \ static_assert(offsetof(BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point, EntryPoint) == 0x000000, "Member 'BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point, K2Node_EOEvent_Sender_1) == 0x000018, "Member 'BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point, K2Node_EOEvent_Event_1) == 0x000020, "Member 'BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000028, "Member 'BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point, K2Node_EOEvent_Sender) == 0x000038, "Member 'BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point, K2Node_EOEvent_Event) == 0x000040, "Member 'BP_VideoProjector_Point_C_ExecuteUbergraph_BP_VideoProjector_Point::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_Point_C_StopVideo \ static_assert(alignof(BP_VideoProjector_Point_C_StopVideo) == 0x000008, "Wrong alignment on BP_VideoProjector_Point_C_StopVideo"); \ static_assert(sizeof(BP_VideoProjector_Point_C_StopVideo) == 0x000010, "Wrong size on BP_VideoProjector_Point_C_StopVideo"); \ static_assert(offsetof(BP_VideoProjector_Point_C_StopVideo, Sender) == 0x000000, "Member 'BP_VideoProjector_Point_C_StopVideo::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_StopVideo, Event) == 0x000008, "Member 'BP_VideoProjector_Point_C_StopVideo::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_Point_C_PlayVideo \ static_assert(alignof(BP_VideoProjector_Point_C_PlayVideo) == 0x000008, "Wrong alignment on BP_VideoProjector_Point_C_PlayVideo"); \ static_assert(sizeof(BP_VideoProjector_Point_C_PlayVideo) == 0x000010, "Wrong size on BP_VideoProjector_Point_C_PlayVideo"); \ static_assert(offsetof(BP_VideoProjector_Point_C_PlayVideo, Sender) == 0x000000, "Member 'BP_VideoProjector_Point_C_PlayVideo::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_PlayVideo, Event) == 0x000008, "Member 'BP_VideoProjector_Point_C_PlayVideo::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_Point_C_UserConstructionScript \ static_assert(alignof(BP_VideoProjector_Point_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_VideoProjector_Point_C_UserConstructionScript"); \ static_assert(sizeof(BP_VideoProjector_Point_C_UserConstructionScript) == 0x000028, "Wrong size on BP_VideoProjector_Point_C_UserConstructionScript"); \ static_assert(offsetof(BP_VideoProjector_Point_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000000, "Member 'BP_VideoProjector_Point_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000008, "Member 'BP_VideoProjector_Point_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000010, "Member 'BP_VideoProjector_Point_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000018, "Member 'BP_VideoProjector_Point_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_Point_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_VideoProjector_Point_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_VideoProjector_Point_C \ static_assert(alignof(ABP_VideoProjector_Point_C) == 0x000008, "Wrong alignment on ABP_VideoProjector_Point_C"); \ static_assert(sizeof(ABP_VideoProjector_Point_C) == 0x000310, "Wrong size on ABP_VideoProjector_Point_C"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, UberGraphFrame) == 0x000230, "Member 'ABP_VideoProjector_Point_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, PointLight_B) == 0x000238, "Member 'ABP_VideoProjector_Point_C::PointLight_B' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, PointLight_G) == 0x000240, "Member 'ABP_VideoProjector_Point_C::PointLight_G' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, PointLight_R) == 0x000248, "Member 'ABP_VideoProjector_Point_C::PointLight_R' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Audio) == 0x000250, "Member 'ABP_VideoProjector_Point_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Projector_B) == 0x000258, "Member 'ABP_VideoProjector_Point_C::Projector_B' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Projector_G) == 0x000260, "Member 'ABP_VideoProjector_Point_C::Projector_G' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Projector_R) == 0x000268, "Member 'ABP_VideoProjector_Point_C::Projector_R' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, DefaultSceneRoot) == 0x000270, "Member 'ABP_VideoProjector_Point_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Cast_Shadows) == 0x000278, "Member 'ABP_VideoProjector_Point_C::Cast_Shadows' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Outer_Cone_Angle) == 0x00027C, "Member 'ABP_VideoProjector_Point_C::Outer_Cone_Angle' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Inner_Cone_Angle) == 0x000280, "Member 'ABP_VideoProjector_Point_C::Inner_Cone_Angle' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Base_Intensity) == 0x000284, "Member 'ABP_VideoProjector_Point_C::Base_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Intensity) == 0x000288, "Member 'ABP_VideoProjector_Point_C::Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Use_Color_Temperature) == 0x00028C, "Member 'ABP_VideoProjector_Point_C::Use_Color_Temperature' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Temperature) == 0x000290, "Member 'ABP_VideoProjector_Point_C::Temperature' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Light_Function) == 0x000298, "Member 'ABP_VideoProjector_Point_C::Light_Function' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Desaturation) == 0x0002A0, "Member 'ABP_VideoProjector_Point_C::Desaturation' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Tint) == 0x0002A4, "Member 'ABP_VideoProjector_Point_C::Tint' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Attenuation_Radius) == 0x0002B4, "Member 'ABP_VideoProjector_Point_C::Attenuation_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Options) == 0x0002B8, "Member 'ABP_VideoProjector_Point_C::Options' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Volumetric_Intensity) == 0x0002E8, "Member 'ABP_VideoProjector_Point_C::Volumetric_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Use_Volumetric_Fog) == 0x0002EC, "Member 'ABP_VideoProjector_Point_C::Use_Volumetric_Fog' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, AudioComponent) == 0x0002F0, "Member 'ABP_VideoProjector_Point_C::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, SoundBase) == 0x0002F8, "Member 'ABP_VideoProjector_Point_C::SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, FadeDir) == 0x000300, "Member 'ABP_VideoProjector_Point_C::FadeDir' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, Video_Player) == 0x000304, "Member 'ABP_VideoProjector_Point_C::Video_Player' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_Point_C, BinkMediaTexture) == 0x000308, "Member 'ABP_VideoProjector_Point_C::BinkMediaTexture' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BasePlayerTrigger_C \ static_assert(alignof(ABP_BasePlayerTrigger_C) == 0x000008, "Wrong alignment on ABP_BasePlayerTrigger_C"); \ static_assert(sizeof(ABP_BasePlayerTrigger_C) == 0x000298, "Wrong size on ABP_BasePlayerTrigger_C"); \ static_assert(offsetof(ABP_BasePlayerTrigger_C, DefaultSceneRoot) == 0x000290, "Member 'ABP_BasePlayerTrigger_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Candlestick_8_C_ExecuteUbergraph_BP_Candlestick_8 \ static_assert(alignof(BP_Candlestick_8_C_ExecuteUbergraph_BP_Candlestick_8) == 0x000004, "Wrong alignment on BP_Candlestick_8_C_ExecuteUbergraph_BP_Candlestick_8"); \ static_assert(sizeof(BP_Candlestick_8_C_ExecuteUbergraph_BP_Candlestick_8) == 0x000008, "Wrong size on BP_Candlestick_8_C_ExecuteUbergraph_BP_Candlestick_8"); \ static_assert(offsetof(BP_Candlestick_8_C_ExecuteUbergraph_BP_Candlestick_8, EntryPoint) == 0x000000, "Member 'BP_Candlestick_8_C_ExecuteUbergraph_BP_Candlestick_8::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Candlestick_8_C_ExecuteUbergraph_BP_Candlestick_8, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BP_Candlestick_8_C_ExecuteUbergraph_BP_Candlestick_8::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Candlestick_8_C_ReceiveTick \ static_assert(alignof(BP_Candlestick_8_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_Candlestick_8_C_ReceiveTick"); \ static_assert(sizeof(BP_Candlestick_8_C_ReceiveTick) == 0x000004, "Wrong size on BP_Candlestick_8_C_ReceiveTick"); \ static_assert(offsetof(BP_Candlestick_8_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_Candlestick_8_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Candlestick_8_C \ static_assert(alignof(ABP_Candlestick_8_C) == 0x000008, "Wrong alignment on ABP_Candlestick_8_C"); \ static_assert(sizeof(ABP_Candlestick_8_C) == 0x000268, "Wrong size on ABP_Candlestick_8_C"); \ static_assert(offsetof(ABP_Candlestick_8_C, UberGraphFrame) == 0x000230, "Member 'ABP_Candlestick_8_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Candlestick_8_C, PointLight1) == 0x000238, "Member 'ABP_Candlestick_8_C::PointLight1' has a wrong offset!"); \ static_assert(offsetof(ABP_Candlestick_8_C, P_Candle_01) == 0x000240, "Member 'ABP_Candlestick_8_C::P_Candle_01' has a wrong offset!"); \ static_assert(offsetof(ABP_Candlestick_8_C, StaticMesh) == 0x000248, "Member 'ABP_Candlestick_8_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_Candlestick_8_C, SM_Candlestick) == 0x000250, "Member 'ABP_Candlestick_8_C::SM_Candlestick' has a wrong offset!"); \ static_assert(offsetof(ABP_Candlestick_8_C, Set_Material) == 0x000258, "Member 'ABP_Candlestick_8_C::Set_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_Candlestick_8_C, _Candle) == 0x000260, "Member 'ABP_Candlestick_8_C::_Candle' has a wrong offset!"); \ static_assert(offsetof(ABP_Candlestick_8_C, _Fire) == 0x000261, "Member 'ABP_Candlestick_8_C::_Fire' has a wrong offset!"); \ static_assert(offsetof(ABP_Candlestick_8_C, Set_Intensity) == 0x000264, "Member 'ABP_Candlestick_8_C::Set_Intensity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPE_A_QuartzSFX_C \ static_assert(alignof(UBPE_A_QuartzSFX_C) == 0x000008, "Wrong alignment on UBPE_A_QuartzSFX_C"); \ static_assert(sizeof(UBPE_A_QuartzSFX_C) == 0x000118, "Wrong size on UBPE_A_QuartzSFX_C"); \ static_assert(offsetof(UBPE_A_QuartzSFX_C, STQuartzClockInfo) == 0x000028, "Member 'UBPE_A_QuartzSFX_C::STQuartzClockInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes \ static_assert(alignof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes) == 0x000008, "Wrong alignment on BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes"); \ static_assert(sizeof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes) == 0x0001C8, "Wrong size on BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, EntryPoint) == 0x000000, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Lerp_ReturnValue) == 0x000004, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_VLerp_ReturnValue) == 0x000008, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_VLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Lerp_ReturnValue_1) == 0x000014, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Lerp_ReturnValue_2) == 0x000018, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Lerp_ReturnValue_3) == 0x00001C, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_MakeVector_ReturnValue) == 0x000020, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Lerp_ReturnValue_4) == 0x00002C, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Lerp_ReturnValue_5) == 0x000030, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Lerp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Lerp_ReturnValue_6) == 0x000034, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Lerp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_IsValid_ReturnValue_1) == 0x000039, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_GetLocalBounds_Min) == 0x00003C, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_GetLocalBounds_Min' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_GetLocalBounds_Max) == 0x000048, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_GetLocalBounds_Max' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_GetLocalBounds_Min_1) == 0x000054, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_GetLocalBounds_Min_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_GetLocalBounds_Max_1) == 0x000060, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_GetLocalBounds_Max_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_BreakVector_X) == 0x00006C, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_BreakVector_Y) == 0x000070, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_BreakVector_Z) == 0x000074, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_BreakVector_X_1) == 0x000078, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_BreakVector_Y_1) == 0x00007C, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_BreakVector_Z_1) == 0x000080, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000084, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000088, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, Temp_int_Array_Index_Variable) == 0x00008C, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, Temp_int_Loop_Counter_Variable) == 0x000090, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Add_IntInt_ReturnValue) == 0x000094, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, Temp_int_Array_Index_Variable_1) == 0x000098, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Add_FloatFloat_ReturnValue) == 0x00009C, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x0000A0, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Not_PreBool_ReturnValue) == 0x0000A1, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_BooleanOR_ReturnValue) == 0x0000A2, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000A4, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000A8, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, Temp_bool_IsClosed_Variable) == 0x0000AC, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_K2_GetComponentsByClass_ReturnValue) == 0x0000B0, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_K2_GetComponentsByClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, K2Node_EOCreateEvent_OutputDelegate) == 0x0000C0, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Array_Length_ReturnValue) == 0x0000D8, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, K2Node_EOEvent_Sender) == 0x0000E0, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, K2Node_EOEvent_Event) == 0x0000E8, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0000F0, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Array_Get_Item_1) == 0x000178, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Array_Get_Item_2) == 0x000180, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_IsValid_ReturnValue_2) == 0x000188, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, Temp_int_Loop_Counter_Variable_1) == 0x00018C, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_IsValid_ReturnValue_3) == 0x000190, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Less_IntInt_ReturnValue) == 0x000191, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Add_IntInt_ReturnValue_3) == 0x000194, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, Temp_bool_Has_Been_Initd_Variable) == 0x000198, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Add_IntInt_ReturnValue_4) == 0x00019C, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Array_Get_Item_3) == 0x0001A0, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_IsValid_ReturnValue_4) == 0x0001A8, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Array_Get_Item_4) == 0x0001B0, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_IsValid_ReturnValue_5) == 0x0001B8, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Array_Length_ReturnValue_1) == 0x0001BC, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001C0, "Member 'BP_CymaticPumpAndPipes_C_ExecuteUbergraph_BP_CymaticPumpAndPipes::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticPumpAndPipes_C_CymaticTableFinished_C \ static_assert(alignof(BP_CymaticPumpAndPipes_C_CymaticTableFinished_C) == 0x000008, "Wrong alignment on BP_CymaticPumpAndPipes_C_CymaticTableFinished_C"); \ static_assert(sizeof(BP_CymaticPumpAndPipes_C_CymaticTableFinished_C) == 0x000010, "Wrong size on BP_CymaticPumpAndPipes_C_CymaticTableFinished_C"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_CymaticTableFinished_C, Sender) == 0x000000, "Member 'BP_CymaticPumpAndPipes_C_CymaticTableFinished_C::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_CymaticTableFinished_C, Event) == 0x000008, "Member 'BP_CymaticPumpAndPipes_C_CymaticTableFinished_C::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticPumpAndPipes_C_UserConstructionScript \ static_assert(alignof(BP_CymaticPumpAndPipes_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_CymaticPumpAndPipes_C_UserConstructionScript"); \ static_assert(sizeof(BP_CymaticPumpAndPipes_C_UserConstructionScript) == 0x000008, "Wrong size on BP_CymaticPumpAndPipes_C_UserConstructionScript"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000000, "Member 'BP_CymaticPumpAndPipes_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array \ static_assert(alignof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array) == 0x000008, "Wrong alignment on BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array"); \ static_assert(sizeof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array) == 0x000030, "Wrong size on BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array, CallFunc_Percent_IntInt_ReturnValue) == 0x00000C, "Member 'BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array, CallFunc_Array_Add_ReturnValue) == 0x00001C, "Member 'BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array, CallFunc_Array_Add_ReturnValue_1) == 0x000020, "Member 'BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array, CallFunc_Array_Length_ReturnValue) == 0x000024, "Member 'BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array, CallFunc_Less_IntInt_ReturnValue) == 0x000028, "Member 'BP_CymaticPumpAndPipes_C_Make_Pipe_Mesh_Array::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CymaticPumpAndPipes_C \ static_assert(alignof(ABP_CymaticPumpAndPipes_C) == 0x000008, "Wrong alignment on ABP_CymaticPumpAndPipes_C"); \ static_assert(sizeof(ABP_CymaticPumpAndPipes_C) == 0x000398, "Wrong size on ABP_CymaticPumpAndPipes_C"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, UberGraphFrame) == 0x000230, "Member 'ABP_CymaticPumpAndPipes_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Initial_Smoke_03) == 0x000238, "Member 'ABP_CymaticPumpAndPipes_C::Initial_Smoke_03' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Initial_Smoke_02) == 0x000240, "Member 'ABP_CymaticPumpAndPipes_C::Initial_Smoke_02' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, NS_CymaticPump_HeatHaze) == 0x000248, "Member 'ABP_CymaticPumpAndPipes_C::NS_CymaticPump_HeatHaze' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, PointLight) == 0x000250, "Member 'ABP_CymaticPumpAndPipes_C::PointLight' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Inside_Cylinder) == 0x000258, "Member 'ABP_CymaticPumpAndPipes_C::Inside_Cylinder' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, SM_Cymatic_Pipes) == 0x000260, "Member 'ABP_CymaticPumpAndPipes_C::SM_Cymatic_Pipes' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Initial_Smoke_05) == 0x000268, "Member 'ABP_CymaticPumpAndPipes_C::Initial_Smoke_05' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Initial_Smoke_04) == 0x000270, "Member 'ABP_CymaticPumpAndPipes_C::Initial_Smoke_04' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Initial_Smoke_01) == 0x000278, "Member 'ABP_CymaticPumpAndPipes_C::Initial_Smoke_01' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, NS_PsychicVentilatorInside) == 0x000280, "Member 'ABP_CymaticPumpAndPipes_C::NS_PsychicVentilatorInside' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, SM_Psychic_Ventilator_Acordeon) == 0x000288, "Member 'ABP_CymaticPumpAndPipes_C::SM_Psychic_Ventilator_Acordeon' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, SM_Psychic_Ventilator_Split) == 0x000290, "Member 'ABP_CymaticPumpAndPipes_C::SM_Psychic_Ventilator_Split' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, DefaultSceneRoot) == 0x000298, "Member 'ABP_CymaticPumpAndPipes_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Initial_System_Timeline_Lerp_track_0E5B9310407BC842DBF81AA52FA49D03) == 0x0002A0, "Member 'ABP_CymaticPumpAndPipes_C::Initial_System_Timeline_Lerp_track_0E5B9310407BC842DBF81AA52FA49D03' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Initial_System_Timeline__Direction_0E5B9310407BC842DBF81AA52FA49D03) == 0x0002A4, "Member 'ABP_CymaticPumpAndPipes_C::Initial_System_Timeline__Direction_0E5B9310407BC842DBF81AA52FA49D03' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Initial_System_Timeline) == 0x0002A8, "Member 'ABP_CymaticPumpAndPipes_C::Initial_System_Timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, FadeInMaterial02_FadeInMat_E58942414051765C8D0A6DB00062E5A1) == 0x0002B0, "Member 'ABP_CymaticPumpAndPipes_C::FadeInMaterial02_FadeInMat_E58942414051765C8D0A6DB00062E5A1' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, FadeInMaterial02__Direction_E58942414051765C8D0A6DB00062E5A1) == 0x0002B4, "Member 'ABP_CymaticPumpAndPipes_C::FadeInMaterial02__Direction_E58942414051765C8D0A6DB00062E5A1' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, FadeInMaterial02) == 0x0002B8, "Member 'ABP_CymaticPumpAndPipes_C::FadeInMaterial02' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, FadeInMaterial01_FadeInMat_17AF4C5942C2D635993AD0851F8B4711) == 0x0002C0, "Member 'ABP_CymaticPumpAndPipes_C::FadeInMaterial01_FadeInMat_17AF4C5942C2D635993AD0851F8B4711' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, FadeInMaterial01__Direction_17AF4C5942C2D635993AD0851F8B4711) == 0x0002C4, "Member 'ABP_CymaticPumpAndPipes_C::FadeInMaterial01__Direction_17AF4C5942C2D635993AD0851F8B4711' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, FadeInMaterial01) == 0x0002C8, "Member 'ABP_CymaticPumpAndPipes_C::FadeInMaterial01' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, TubeHarmonica_NewTrack_3_756393C24FB6D1A4634969AFFF1646F0) == 0x0002D0, "Member 'ABP_CymaticPumpAndPipes_C::TubeHarmonica_NewTrack_3_756393C24FB6D1A4634969AFFF1646F0' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, TubeHarmonica_NewTrack_0_756393C24FB6D1A4634969AFFF1646F0) == 0x0002D4, "Member 'ABP_CymaticPumpAndPipes_C::TubeHarmonica_NewTrack_0_756393C24FB6D1A4634969AFFF1646F0' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, TubeHarmonica__Direction_756393C24FB6D1A4634969AFFF1646F0) == 0x0002D8, "Member 'ABP_CymaticPumpAndPipes_C::TubeHarmonica__Direction_756393C24FB6D1A4634969AFFF1646F0' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, TubeHarmonica) == 0x0002E0, "Member 'ABP_CymaticPumpAndPipes_C::TubeHarmonica' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, DM_Vapor) == 0x0002E8, "Member 'ABP_CymaticPumpAndPipes_C::DM_Vapor' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, TubeHarmonicaTimelineDuration) == 0x0002F0, "Member 'ABP_CymaticPumpAndPipes_C::TubeHarmonicaTimelineDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, SmokeAlpha) == 0x0002F4, "Member 'ABP_CymaticPumpAndPipes_C::SmokeAlpha' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, FadeInSmokeBool) == 0x0002F8, "Member 'ABP_CymaticPumpAndPipes_C::FadeInSmokeBool' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, NextPipe01) == 0x0002FC, "Member 'ABP_CymaticPumpAndPipes_C::NextPipe01' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, CurrentPipeMesh01) == 0x000300, "Member 'ABP_CymaticPumpAndPipes_C::CurrentPipeMesh01' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Duration01) == 0x000308, "Member 'ABP_CymaticPumpAndPipes_C::Duration01' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Start) == 0x00030C, "Member 'ABP_CymaticPumpAndPipes_C::Start' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, NiagaraSmokeSystem) == 0x000310, "Member 'ABP_CymaticPumpAndPipes_C::NiagaraSmokeSystem' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, CurrentPipeMesh02) == 0x000318, "Member 'ABP_CymaticPumpAndPipes_C::CurrentPipeMesh02' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, NextPipe02) == 0x000320, "Member 'ABP_CymaticPumpAndPipes_C::NextPipe02' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Duration02) == 0x000324, "Member 'ABP_CymaticPumpAndPipes_C::Duration02' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Debug) == 0x000328, "Member 'ABP_CymaticPumpAndPipes_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Pipe_Effect_start_Delay) == 0x00032C, "Member 'ABP_CymaticPumpAndPipes_C::Pipe_Effect_start_Delay' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Pipe_System_Fade_In_Duration) == 0x000330, "Member 'ABP_CymaticPumpAndPipes_C::Pipe_System_Fade_In_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, PipeArray) == 0x000338, "Member 'ABP_CymaticPumpAndPipes_C::PipeArray' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Array_01) == 0x000348, "Member 'ABP_CymaticPumpAndPipes_C::Array_01' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Array_02) == 0x000358, "Member 'ABP_CymaticPumpAndPipes_C::Array_02' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Loop_Index) == 0x000368, "Member 'ABP_CymaticPumpAndPipes_C::Loop_Index' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, PipeMesh_01) == 0x000370, "Member 'ABP_CymaticPumpAndPipes_C::PipeMesh_01' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, PipeMesh02) == 0x000378, "Member 'ABP_CymaticPumpAndPipes_C::PipeMesh02' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, Smoke_Array) == 0x000380, "Member 'ABP_CymaticPumpAndPipes_C::Smoke_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, NiagaraSmokeIndex) == 0x000390, "Member 'ABP_CymaticPumpAndPipes_C::NiagaraSmokeIndex' has a wrong offset!"); \ static_assert(offsetof(ABP_CymaticPumpAndPipes_C, PipePreviewDebug) == 0x000394, "Member 'ABP_CymaticPumpAndPipes_C::PipePreviewDebug' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH \ static_assert(alignof(BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH) == 0x000008, "Wrong alignment on BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH"); \ static_assert(sizeof(BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH) == 0x000028, "Wrong size on BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH"); \ static_assert(offsetof(BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH, EntryPoint) == 0x000000, "Member 'BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH, K2Node_EOEvent_Sender) == 0x000018, "Member 'BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH, K2Node_EOEvent_Event) == 0x000020, "Member 'BP_HI_IP_Microfilm_01_TheHUSH_C_ExecuteUbergraph_BP_HI_IP_Microfilm_01_TheHUSH::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HI_IP_Microfilm_01_TheHUSH_C_EOEventDelegate_0 \ static_assert(alignof(BP_HI_IP_Microfilm_01_TheHUSH_C_EOEventDelegate_0) == 0x000008, "Wrong alignment on BP_HI_IP_Microfilm_01_TheHUSH_C_EOEventDelegate_0"); \ static_assert(sizeof(BP_HI_IP_Microfilm_01_TheHUSH_C_EOEventDelegate_0) == 0x000010, "Wrong size on BP_HI_IP_Microfilm_01_TheHUSH_C_EOEventDelegate_0"); \ static_assert(offsetof(BP_HI_IP_Microfilm_01_TheHUSH_C_EOEventDelegate_0, Sender) == 0x000000, "Member 'BP_HI_IP_Microfilm_01_TheHUSH_C_EOEventDelegate_0::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_HI_IP_Microfilm_01_TheHUSH_C_EOEventDelegate_0, Event) == 0x000008, "Member 'BP_HI_IP_Microfilm_01_TheHUSH_C_EOEventDelegate_0::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HI_IP_Microfilm_01_TheHUSH_C \ static_assert(alignof(ABP_HI_IP_Microfilm_01_TheHUSH_C) == 0x000010, "Wrong alignment on ABP_HI_IP_Microfilm_01_TheHUSH_C"); \ static_assert(sizeof(ABP_HI_IP_Microfilm_01_TheHUSH_C) == 0x001E50, "Wrong size on ABP_HI_IP_Microfilm_01_TheHUSH_C"); \ static_assert(offsetof(ABP_HI_IP_Microfilm_01_TheHUSH_C, UberGraphFrame_BP_HI_IP_Microfilm_01_TheHUSH_C) == 0x001E40, "Member 'ABP_HI_IP_Microfilm_01_TheHUSH_C::UberGraphFrame_BP_HI_IP_Microfilm_01_TheHUSH_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto \ static_assert(alignof(BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto) == 0x000008, "Wrong alignment on BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto"); \ static_assert(sizeof(BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto) == 0x000038, "Wrong size on BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto, EntryPoint) == 0x000000, "Member 'BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto, K2Node_Event_InteractedComponent) == 0x000008, "Member 'BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto, K2Node_Event_InteractingActor) == 0x000010, "Member 'BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto, K2Node_Event_InteractionComponent_1) == 0x000018, "Member 'BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto::K2Node_Event_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto, K2Node_Event_InteractionActor_1) == 0x000020, "Member 'BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto::K2Node_Event_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto, K2Node_Event_InteractionComponent) == 0x000028, "Member 'BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto, K2Node_Event_InteractionActor) == 0x000030, "Member 'BP_HI_FamilyPhoto_C_ExecuteUbergraph_BP_HI_FamilyPhoto::K2Node_Event_InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HI_FamilyPhoto_C_ActiveBeginInteract \ static_assert(alignof(BP_HI_FamilyPhoto_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_HI_FamilyPhoto_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_HI_FamilyPhoto_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_HI_FamilyPhoto_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_HI_FamilyPhoto_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_HI_FamilyPhoto_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HI_FamilyPhoto_C_ActiveEndInteract \ static_assert(alignof(BP_HI_FamilyPhoto_C_ActiveEndInteract) == 0x000008, "Wrong alignment on BP_HI_FamilyPhoto_C_ActiveEndInteract"); \ static_assert(sizeof(BP_HI_FamilyPhoto_C_ActiveEndInteract) == 0x000010, "Wrong size on BP_HI_FamilyPhoto_C_ActiveEndInteract"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_ActiveEndInteract, InteractionComponent) == 0x000000, "Member 'BP_HI_FamilyPhoto_C_ActiveEndInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_ActiveEndInteract, InteractionActor) == 0x000008, "Member 'BP_HI_FamilyPhoto_C_ActiveEndInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HI_FamilyPhoto_C_Cancel \ static_assert(alignof(BP_HI_FamilyPhoto_C_Cancel) == 0x000008, "Wrong alignment on BP_HI_FamilyPhoto_C_Cancel"); \ static_assert(sizeof(BP_HI_FamilyPhoto_C_Cancel) == 0x000010, "Wrong size on BP_HI_FamilyPhoto_C_Cancel"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_Cancel, InteractedComponent_0) == 0x000000, "Member 'BP_HI_FamilyPhoto_C_Cancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_HI_FamilyPhoto_C_Cancel, InteractingActor_0) == 0x000008, "Member 'BP_HI_FamilyPhoto_C_Cancel::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HI_FamilyPhoto_C \ static_assert(alignof(ABP_HI_FamilyPhoto_C) == 0x000010, "Wrong alignment on ABP_HI_FamilyPhoto_C"); \ static_assert(sizeof(ABP_HI_FamilyPhoto_C) == 0x001E00, "Wrong size on ABP_HI_FamilyPhoto_C"); \ static_assert(offsetof(ABP_HI_FamilyPhoto_C, UberGraphFrame_BP_HI_FamilyPhoto_C) == 0x001DD8, "Member 'ABP_HI_FamilyPhoto_C::UberGraphFrame_BP_HI_FamilyPhoto_C' has a wrong offset!"); \ static_assert(offsetof(ABP_HI_FamilyPhoto_C, Box_DepthOfField) == 0x001DE0, "Member 'ABP_HI_FamilyPhoto_C::Box_DepthOfField' has a wrong offset!"); \ static_assert(offsetof(ABP_HI_FamilyPhoto_C, SM_Photograph_Family) == 0x001DE8, "Member 'ABP_HI_FamilyPhoto_C::SM_Photograph_Family' has a wrong offset!"); \ static_assert(offsetof(ABP_HI_FamilyPhoto_C, Box) == 0x001DF0, "Member 'ABP_HI_FamilyPhoto_C::Box' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow \ static_assert(alignof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow) == 0x000008, "Wrong alignment on BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow"); \ static_assert(sizeof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow) == 0x0001D0, "Wrong size on BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, EntryPoint) == 0x000000, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_MakeRotator_ReturnValue) == 0x000008, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_MakeRotator_ReturnValue_1) == 0x000014, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_MapRangeClamped_ReturnValue) == 0x000020, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000024, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, K2Node_MakeStruct_FloatSpringState) == 0x00002C, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::K2Node_MakeStruct_FloatSpringState' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_FloatSpringInterp_ReturnValue) == 0x000034, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_FloatSpringInterp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_RandomFloatInRange_ReturnValue) == 0x000038, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_RandomFloatInRange_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, K2Node_EOCreateEvent_OutputDelegate) == 0x00003C, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_MakeRotator_ReturnValue_2) == 0x00004C, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_RInterpTo_ReturnValue) == 0x000058, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, K2Node_EOEvent_Sender) == 0x000068, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, K2Node_EOEvent_Event) == 0x000070, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_RandomFloatInRange_ReturnValue_1) == 0x000078, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_RandomFloatInRange_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x00007C, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_MapRangeClamped_ReturnValue_2) == 0x000088, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_MapRangeClamped_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x00008C, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_K2_AddRelativeRotation_SweepHitResult) == 0x000114, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_K2_AddRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, K2Node_CreateDelegate_OutputDelegate) == 0x00019C, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x0001B0, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_RandomFloatInRange_ReturnValue_2) == 0x0001B8, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_RandomFloatInRange_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_RandomFloatInRange_ReturnValue_3) == 0x0001BC, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_RandomFloatInRange_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_MapRangeClamped_ReturnValue_3) == 0x0001C0, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_MapRangeClamped_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_MapRangeClamped_ReturnValue_4) == 0x0001C4, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_MapRangeClamped_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow, CallFunc_Lerp_ReturnValue) == 0x0001C8, "Member 'BP_CeilingFan_Slow_C_ExecuteUbergraph_BP_CeilingFan_Slow::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CeilingFan_Slow_C_Lights_Out \ static_assert(alignof(BP_CeilingFan_Slow_C_Lights_Out) == 0x000008, "Wrong alignment on BP_CeilingFan_Slow_C_Lights_Out"); \ static_assert(sizeof(BP_CeilingFan_Slow_C_Lights_Out) == 0x000010, "Wrong size on BP_CeilingFan_Slow_C_Lights_Out"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_Lights_Out, Sender) == 0x000000, "Member 'BP_CeilingFan_Slow_C_Lights_Out::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_Lights_Out, Event) == 0x000008, "Member 'BP_CeilingFan_Slow_C_Lights_Out::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_CeilingFan_Slow_C_ReceiveTick \ static_assert(alignof(BP_CeilingFan_Slow_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_CeilingFan_Slow_C_ReceiveTick"); \ static_assert(sizeof(BP_CeilingFan_Slow_C_ReceiveTick) == 0x000004, "Wrong size on BP_CeilingFan_Slow_C_ReceiveTick"); \ static_assert(offsetof(BP_CeilingFan_Slow_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_CeilingFan_Slow_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_CeilingFan_Slow_C \ static_assert(alignof(ABP_CeilingFan_Slow_C) == 0x000008, "Wrong alignment on ABP_CeilingFan_Slow_C"); \ static_assert(sizeof(ABP_CeilingFan_Slow_C) == 0x000328, "Wrong size on ABP_CeilingFan_Slow_C"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, UberGraphFrame) == 0x000230, "Member 'ABP_CeilingFan_Slow_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, FanSound) == 0x000238, "Member 'ABP_CeilingFan_Slow_C::FanSound' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Base) == 0x000240, "Member 'ABP_CeilingFan_Slow_C::Base' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Arm_Holder) == 0x000248, "Member 'ABP_CeilingFan_Slow_C::Arm_Holder' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, SpotLight2) == 0x000250, "Member 'ABP_CeilingFan_Slow_C::SpotLight2' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Light2) == 0x000258, "Member 'ABP_CeilingFan_Slow_C::Light2' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Hardware) == 0x000260, "Member 'ABP_CeilingFan_Slow_C::Hardware' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Light) == 0x000268, "Member 'ABP_CeilingFan_Slow_C::Light' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Blade_Holder) == 0x000270, "Member 'ABP_CeilingFan_Slow_C::Blade_Holder' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Blade_Stem) == 0x000278, "Member 'ABP_CeilingFan_Slow_C::Blade_Stem' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Fan_Blades) == 0x000280, "Member 'ABP_CeilingFan_Slow_C::Fan_Blades' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Arm) == 0x000288, "Member 'ABP_CeilingFan_Slow_C::Arm' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, SpotLight) == 0x000290, "Member 'ABP_CeilingFan_Slow_C::SpotLight' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Fan_Blade_Base) == 0x000298, "Member 'ABP_CeilingFan_Slow_C::Fan_Blade_Base' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, UpperLightFlicker_Flicker_8B9B2305432B0381B6150B9D555C0725) == 0x0002A0, "Member 'ABP_CeilingFan_Slow_C::UpperLightFlicker_Flicker_8B9B2305432B0381B6150B9D555C0725' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, UpperLightFlicker__Direction_8B9B2305432B0381B6150B9D555C0725) == 0x0002A4, "Member 'ABP_CeilingFan_Slow_C::UpperLightFlicker__Direction_8B9B2305432B0381B6150B9D555C0725' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, UpperLightFlicker) == 0x0002A8, "Member 'ABP_CeilingFan_Slow_C::UpperLightFlicker' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, LowerLightFlicker_Flicker_3E515B6F4A42FBC344655A87E1FDB05E) == 0x0002B0, "Member 'ABP_CeilingFan_Slow_C::LowerLightFlicker_Flicker_3E515B6F4A42FBC344655A87E1FDB05E' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, LowerLightFlicker__Direction_3E515B6F4A42FBC344655A87E1FDB05E) == 0x0002B4, "Member 'ABP_CeilingFan_Slow_C::LowerLightFlicker__Direction_3E515B6F4A42FBC344655A87E1FDB05E' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, LowerLightFlicker) == 0x0002B8, "Member 'ABP_CeilingFan_Slow_C::LowerLightFlicker' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, LightPowerOff_Intensity_67C871294E53D06AA44448B33102A48F) == 0x0002C0, "Member 'ABP_CeilingFan_Slow_C::LightPowerOff_Intensity_67C871294E53D06AA44448B33102A48F' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, LightPowerOff__Direction_67C871294E53D06AA44448B33102A48F) == 0x0002C4, "Member 'ABP_CeilingFan_Slow_C::LightPowerOff__Direction_67C871294E53D06AA44448B33102A48F' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, LightPowerOff) == 0x0002C8, "Member 'ABP_CeilingFan_Slow_C::LightPowerOff' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, PowerIsOn) == 0x0002D0, "Member 'ABP_CeilingFan_Slow_C::PowerIsOn' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Cur_Value) == 0x0002D4, "Member 'ABP_CeilingFan_Slow_C::Cur_Value' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Target_Sway) == 0x0002D8, "Member 'ABP_CeilingFan_Slow_C::Target_Sway' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Min_Sway) == 0x0002DC, "Member 'ABP_CeilingFan_Slow_C::Min_Sway' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Max_Sway) == 0x0002E0, "Member 'ABP_CeilingFan_Slow_C::Max_Sway' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Min_Fan_Rotation_Speed) == 0x0002E4, "Member 'ABP_CeilingFan_Slow_C::Min_Fan_Rotation_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Max_Fan_Rotation_Speed) == 0x0002E8, "Member 'ABP_CeilingFan_Slow_C::Max_Fan_Rotation_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Delta_Seconds) == 0x0002EC, "Member 'ABP_CeilingFan_Slow_C::Delta_Seconds' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Interp_Speed) == 0x0002F0, "Member 'ABP_CeilingFan_Slow_C::Interp_Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Fan_Rotation) == 0x0002F4, "Member 'ABP_CeilingFan_Slow_C::Fan_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Random_Start_Delay) == 0x0002F8, "Member 'ABP_CeilingFan_Slow_C::Random_Start_Delay' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, Blade_Stem_Initial_Rotation) == 0x0002FC, "Member 'ABP_CeilingFan_Slow_C::Blade_Stem_Initial_Rotation' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, LightFlickerPlayRate) == 0x000308, "Member 'ABP_CeilingFan_Slow_C::LightFlickerPlayRate' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, TimeToRerollVars) == 0x00030C, "Member 'ABP_CeilingFan_Slow_C::TimeToRerollVars' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, RerollVarsTimer) == 0x000310, "Member 'ABP_CeilingFan_Slow_C::RerollVarsTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, MinLightFlickerPlayRate) == 0x000318, "Member 'ABP_CeilingFan_Slow_C::MinLightFlickerPlayRate' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, MaxLightFlickerPlayRate) == 0x00031C, "Member 'ABP_CeilingFan_Slow_C::MaxLightFlickerPlayRate' has a wrong offset!"); \ static_assert(offsetof(ABP_CeilingFan_Slow_C, SoundPitch) == 0x000320, "Member 'ABP_CeilingFan_Slow_C::SoundPitch' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent \ static_assert(alignof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent) == 0x000008, "Wrong alignment on BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent"); \ static_assert(sizeof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent) == 0x000088, "Wrong size on BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, EntryPoint) == 0x000000, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_SwitchEnum_CmpSuccess) == 0x000004, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, CallFunc_SelectFloat_ReturnValue) == 0x00000C, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000010, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, CallFunc_Add_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000018, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_CustomEvent_E_TapePlayerStates) == 0x000024, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_CustomEvent_E_TapePlayerStates' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_CustomEvent_SpeedPlay) == 0x000028, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_CustomEvent_SpeedPlay' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_CustomEvent_SpeedRewind) == 0x00002C, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_CustomEvent_SpeedRewind' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_CustomEvent_TurnOffLightOnStopped) == 0x000030, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_CustomEvent_TurnOffLightOnStopped' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_CustomEvent_TurnLightOn) == 0x000031, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_CustomEvent_TurnLightOn' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_CustomEvent_PlayMusic) == 0x000032, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_CustomEvent_PlayMusic' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_CustomEvent_NoAchivements) == 0x000033, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_CustomEvent_NoAchivements' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_CustomEvent_NoForceFeedback) == 0x000034, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_CustomEvent_NoForceFeedback' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_SwitchEnum_CmpSuccess_1) == 0x000035, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, CallFunc_CreateEOEvent_ReturnValue) == 0x000038, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, CallFunc_Lerp_ReturnValue) == 0x000040, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000044, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_Event_InteractionComponent) == 0x000050, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_Event_InteractionActor) == 0x000058, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_EOCreateEvent_OutputDelegate) == 0x000060, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_EOEvent_Sender) == 0x000070, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, K2Node_EOEvent_Event) == 0x000078, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent, CallFunc_Not_PreBool_ReturnValue) == 0x000080, "Member 'BP_TapePlayerParent_C_ExecuteUbergraph_BP_TapePlayerParent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TapePlayerParent_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_TapePlayerParent_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_TapePlayerParent_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_TapePlayerParent_C_OnCheckpointLoadFinished) == 0x000010, "Wrong size on BP_TapePlayerParent_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_TapePlayerParent_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_TapePlayerParent_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_TapePlayerParent_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TapePlayerParent_C_ActiveBeginInteract \ static_assert(alignof(BP_TapePlayerParent_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_TapePlayerParent_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_TapePlayerParent_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_TapePlayerParent_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_TapePlayerParent_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_TapePlayerParent_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_TapePlayerParent_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TapePlayerParent_C_SwitchTapeState \ static_assert(alignof(BP_TapePlayerParent_C_SwitchTapeState) == 0x000004, "Wrong alignment on BP_TapePlayerParent_C_SwitchTapeState"); \ static_assert(sizeof(BP_TapePlayerParent_C_SwitchTapeState) == 0x000014, "Wrong size on BP_TapePlayerParent_C_SwitchTapeState"); \ static_assert(offsetof(BP_TapePlayerParent_C_SwitchTapeState, E_TapePlayerStates) == 0x000000, "Member 'BP_TapePlayerParent_C_SwitchTapeState::E_TapePlayerStates' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_SwitchTapeState, SpeedPlay_0) == 0x000004, "Member 'BP_TapePlayerParent_C_SwitchTapeState::SpeedPlay_0' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_SwitchTapeState, SpeedRewind_0) == 0x000008, "Member 'BP_TapePlayerParent_C_SwitchTapeState::SpeedRewind_0' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_SwitchTapeState, TurnOffLightOnStopped) == 0x00000C, "Member 'BP_TapePlayerParent_C_SwitchTapeState::TurnOffLightOnStopped' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_SwitchTapeState, TurnLightOn) == 0x00000D, "Member 'BP_TapePlayerParent_C_SwitchTapeState::TurnLightOn' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_SwitchTapeState, PlayMusic) == 0x00000E, "Member 'BP_TapePlayerParent_C_SwitchTapeState::PlayMusic' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_SwitchTapeState, NoAchivements) == 0x00000F, "Member 'BP_TapePlayerParent_C_SwitchTapeState::NoAchivements' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_SwitchTapeState, NoForceFeedback) == 0x000010, "Member 'BP_TapePlayerParent_C_SwitchTapeState::NoForceFeedback' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_TapePlayerParent_C_UpdateTracker \ static_assert(alignof(BP_TapePlayerParent_C_UpdateTracker) == 0x000008, "Wrong alignment on BP_TapePlayerParent_C_UpdateTracker"); \ static_assert(sizeof(BP_TapePlayerParent_C_UpdateTracker) == 0x000030, "Wrong size on BP_TapePlayerParent_C_UpdateTracker"); \ static_assert(offsetof(BP_TapePlayerParent_C_UpdateTracker, CallFunc_CreateEOEvent_ReturnValue) == 0x000000, "Member 'BP_TapePlayerParent_C_UpdateTracker::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_UpdateTracker, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000008, "Member 'BP_TapePlayerParent_C_UpdateTracker::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_UpdateTracker, CallFunc_Conv_IntToString_ReturnValue) == 0x000010, "Member 'BP_TapePlayerParent_C_UpdateTracker::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_UpdateTracker, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000020, "Member 'BP_TapePlayerParent_C_UpdateTracker::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_TapePlayerParent_C_UpdateTracker, CallFunc_Not_PreBool_ReturnValue) == 0x000028, "Member 'BP_TapePlayerParent_C_UpdateTracker::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_TapePlayerParent_C \ static_assert(alignof(ABP_TapePlayerParent_C) == 0x000008, "Wrong alignment on ABP_TapePlayerParent_C"); \ static_assert(sizeof(ABP_TapePlayerParent_C) == 0x001C58, "Wrong size on ABP_TapePlayerParent_C"); \ static_assert(offsetof(ABP_TapePlayerParent_C, UberGraphFrame_BP_TapePlayerParent_C) == 0x001BE0, "Member 'ABP_TapePlayerParent_C::UberGraphFrame_BP_TapePlayerParent_C' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Cartridge_Static_Mesh) == 0x001BE8, "Member 'ABP_TapePlayerParent_C::Cartridge_Static_Mesh' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, RectLight) == 0x001BF0, "Member 'ABP_TapePlayerParent_C::RectLight' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, SoCu_SX_ENV_TapeRewind) == 0x001BF8, "Member 'ABP_TapePlayerParent_C::SoCu_SX_ENV_TapeRewind' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, SX_ENV_TapePlay_01) == 0x001C00, "Member 'ABP_TapePlayerParent_C::SX_ENV_TapePlay_01' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, SoCu_SX_ENV_TapeStuck) == 0x001C08, "Member 'ABP_TapePlayerParent_C::SoCu_SX_ENV_TapeStuck' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Timeline_Looping_Fake_Tick__Direction_38A596F849F3F9B2CF80D097AC80E9A2) == 0x001C10, "Member 'ABP_TapePlayerParent_C::Timeline_Looping_Fake_Tick__Direction_38A596F849F3F9B2CF80D097AC80E9A2' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Timeline_Looping_Fake_Tick) == 0x001C18, "Member 'ABP_TapePlayerParent_C::Timeline_Looping_Fake_Tick' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Timeline_Stuck_NewTrack_0_C6F3FF10421C76204B70E5AEB974D0E4) == 0x001C20, "Member 'ABP_TapePlayerParent_C::Timeline_Stuck_NewTrack_0_C6F3FF10421C76204B70E5AEB974D0E4' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Timeline_Stuck__Direction_C6F3FF10421C76204B70E5AEB974D0E4) == 0x001C24, "Member 'ABP_TapePlayerParent_C::Timeline_Stuck__Direction_C6F3FF10421C76204B70E5AEB974D0E4' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Timeline_Stuck) == 0x001C28, "Member 'ABP_TapePlayerParent_C::Timeline_Stuck' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, StuckTime) == 0x001C30, "Member 'ABP_TapePlayerParent_C::StuckTime' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Forward) == 0x001C34, "Member 'ABP_TapePlayerParent_C::Forward' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Time) == 0x001C38, "Member 'ABP_TapePlayerParent_C::Time' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Speed) == 0x001C3C, "Member 'ABP_TapePlayerParent_C::Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, SpeedPlay) == 0x001C40, "Member 'ABP_TapePlayerParent_C::SpeedPlay' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, SpeedRewind) == 0x001C44, "Member 'ABP_TapePlayerParent_C::SpeedRewind' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, IsStuck) == 0x001C48, "Member 'ABP_TapePlayerParent_C::IsStuck' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Turn_Light_On) == 0x001C49, "Member 'ABP_TapePlayerParent_C::Turn_Light_On' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Play_Music) == 0x001C4A, "Member 'ABP_TapePlayerParent_C::Play_Music' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, TapePlayerID) == 0x001C4B, "Member 'ABP_TapePlayerParent_C::TapePlayerID' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, hasUpdatedTracker) == 0x001C4C, "Member 'ABP_TapePlayerParent_C::hasUpdatedTracker' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, UpdateAchievementTracker) == 0x001C4D, "Member 'ABP_TapePlayerParent_C::UpdateAchievementTracker' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, GreenRoomTape) == 0x001C4E, "Member 'ABP_TapePlayerParent_C::GreenRoomTape' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, TapePlayerState) == 0x001C4F, "Member 'ABP_TapePlayerParent_C::TapePlayerState' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, No_Force_Feedback) == 0x001C50, "Member 'ABP_TapePlayerParent_C::No_Force_Feedback' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, No_Achivements) == 0x001C51, "Member 'ABP_TapePlayerParent_C::No_Achivements' has a wrong offset!"); \ static_assert(offsetof(ABP_TapePlayerParent_C, Turn_Off_Light_on_Stopped) == 0x001C52, "Member 'ABP_TapePlayerParent_C::Turn_Off_Light_on_Stopped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AStaircase_Katjas_apt_C \ static_assert(alignof(AStaircase_Katjas_apt_C) == 0x000008, "Wrong alignment on AStaircase_Katjas_apt_C"); \ static_assert(sizeof(AStaircase_Katjas_apt_C) == 0x0002A0, "Wrong size on AStaircase_Katjas_apt_C"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Step_4) == 0x000230, "Member 'AStaircase_Katjas_apt_C::Staircase_Step_4' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Support2) == 0x000238, "Member 'AStaircase_Katjas_apt_C::Staircase_Support2' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Support1) == 0x000240, "Member 'AStaircase_Katjas_apt_C::Staircase_Support1' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Step_9) == 0x000248, "Member 'AStaircase_Katjas_apt_C::Staircase_Step_9' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Step_8) == 0x000250, "Member 'AStaircase_Katjas_apt_C::Staircase_Step_8' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Step_7) == 0x000258, "Member 'AStaircase_Katjas_apt_C::Staircase_Step_7' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Step_6) == 0x000260, "Member 'AStaircase_Katjas_apt_C::Staircase_Step_6' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Step_5) == 0x000268, "Member 'AStaircase_Katjas_apt_C::Staircase_Step_5' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Support) == 0x000270, "Member 'AStaircase_Katjas_apt_C::Staircase_Support' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Step_3) == 0x000278, "Member 'AStaircase_Katjas_apt_C::Staircase_Step_3' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Step_2) == 0x000280, "Member 'AStaircase_Katjas_apt_C::Staircase_Step_2' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Step_1) == 0x000288, "Member 'AStaircase_Katjas_apt_C::Staircase_Step_1' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, Staircase_Frame) == 0x000290, "Member 'AStaircase_Katjas_apt_C::Staircase_Frame' has a wrong offset!"); \ static_assert(offsetof(AStaircase_Katjas_apt_C, DefaultSceneRoot) == 0x000298, "Member 'AStaircase_Katjas_apt_C::DefaultSceneRoot' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular \ static_assert(alignof(BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular) == 0x000008, "Wrong alignment on BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular"); \ static_assert(sizeof(BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular) == 0x000028, "Wrong size on BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular, EntryPoint) == 0x000000, "Member 'BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular, K2Node_EOEvent_Sender) == 0x000018, "Member 'BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular, K2Node_EOEvent_Event) == 0x000020, "Member 'BP_Greenhouse_Modular_C_ExecuteUbergraph_BP_Greenhouse_Modular::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Greenhouse_Modular_C_OnCentipdedIn \ static_assert(alignof(BP_Greenhouse_Modular_C_OnCentipdedIn) == 0x000008, "Wrong alignment on BP_Greenhouse_Modular_C_OnCentipdedIn"); \ static_assert(sizeof(BP_Greenhouse_Modular_C_OnCentipdedIn) == 0x000010, "Wrong size on BP_Greenhouse_Modular_C_OnCentipdedIn"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_OnCentipdedIn, Sender) == 0x000000, "Member 'BP_Greenhouse_Modular_C_OnCentipdedIn::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_OnCentipdedIn, Event) == 0x000008, "Member 'BP_Greenhouse_Modular_C_OnCentipdedIn::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_Greenhouse_Modular_C_UserConstructionScript \ static_assert(alignof(BP_Greenhouse_Modular_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_Greenhouse_Modular_C_UserConstructionScript"); \ static_assert(sizeof(BP_Greenhouse_Modular_C_UserConstructionScript) == 0x000030, "Wrong size on BP_Greenhouse_Modular_C_UserConstructionScript"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_Greenhouse_Modular_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_Greenhouse_Modular_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_Greenhouse_Modular_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_Greenhouse_Modular_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000018, "Member 'BP_Greenhouse_Modular_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x00001C, "Member 'BP_Greenhouse_Modular_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_Greenhouse_Modular_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000020, "Member 'BP_Greenhouse_Modular_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_Greenhouse_Modular_C \ static_assert(alignof(ABP_Greenhouse_Modular_C) == 0x000008, "Wrong alignment on ABP_Greenhouse_Modular_C"); \ static_assert(sizeof(ABP_Greenhouse_Modular_C) == 0x0003B0, "Wrong size on ABP_Greenhouse_Modular_C"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, UberGraphFrame) == 0x000230, "Member 'ABP_Greenhouse_Modular_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, BP_Decal_Puddle3) == 0x000238, "Member 'ABP_Greenhouse_Modular_C::BP_Decal_Puddle3' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, BP_Decal_Puddle2) == 0x000240, "Member 'ABP_Greenhouse_Modular_C::BP_Decal_Puddle2' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, BP_Decal_Puddle1) == 0x000248, "Member 'ABP_Greenhouse_Modular_C::BP_Decal_Puddle1' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, BP_Decal_Puddle) == 0x000250, "Member 'ABP_Greenhouse_Modular_C::BP_Decal_Puddle' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Plane) == 0x000258, "Member 'ABP_Greenhouse_Modular_C::Plane' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Bottom_Floor) == 0x000260, "Member 'ABP_Greenhouse_Modular_C::Bottom_Floor' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Glass_Center8_StaticMeshComponent0) == 0x000268, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Glass_Center8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Glass_Center7_StaticMeshComponent0) == 0x000270, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Glass_Center7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Glass_Center6_StaticMeshComponent0) == 0x000278, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Glass_Center6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Glass_Center5_StaticMeshComponent0) == 0x000280, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Glass_Center5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Glass_Center4_StaticMeshComponent0) == 0x000288, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Glass_Center4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Glass_Center3_StaticMeshComponent0) == 0x000290, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Glass_Center3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Glass_Center2_StaticMeshComponent0) == 0x000298, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Glass_Center2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Glass_Center_StaticMeshComponent0) == 0x0002A0, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Glass_Center_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Endcap_Glass_StaticMeshComponent0) == 0x0002A8, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Endcap_Glass_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh13_Door_Glass) == 0x0002B0, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh13_Door_Glass' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh12_DOOR) == 0x0002B8, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh12_DOOR' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh11_StaticMeshComponent0) == 0x0002C0, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh11_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh10_StaticMeshComponent0) == 0x0002C8, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh10_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh8_StaticMeshComponent0) == 0x0002D0, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh8_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh7_StaticMeshComponent0) == 0x0002D8, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh7_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh6_StaticMeshComponent0) == 0x0002E0, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh6_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh5_StaticMeshComponent0) == 0x0002E8, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh5_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh4_StaticMeshComponent0) == 0x0002F0, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh4_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh3_StaticMeshComponent0) == 0x0002F8, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh3_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh2_StaticMeshComponent0) == 0x000300, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh2_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Center_Mesh_StaticMeshComponent0) == 0x000308, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Center_Mesh_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Greenhouse_Glass_Front_StaticMeshComponent0) == 0x000310, "Member 'ABP_Greenhouse_Modular_C::Greenhouse_Glass_Front_StaticMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, SharedRoot) == 0x000318, "Member 'ABP_Greenhouse_Modular_C::SharedRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, Is_Door_Visible) == 0x000320, "Member 'ABP_Greenhouse_Modular_C::Is_Door_Visible' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, DoorOpenSound) == 0x000328, "Member 'ABP_Greenhouse_Modular_C::DoorOpenSound' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, DoorCloseSound) == 0x000330, "Member 'ABP_Greenhouse_Modular_C::DoorCloseSound' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, CloseDoorTimelineDur) == 0x000338, "Member 'ABP_Greenhouse_Modular_C::CloseDoorTimelineDur' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, DoorOpenRelativeRotation) == 0x00033C, "Member 'ABP_Greenhouse_Modular_C::DoorOpenRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, DoorCloseRelativeRotation) == 0x000348, "Member 'ABP_Greenhouse_Modular_C::DoorCloseRelativeRotation' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, IsCh05) == 0x000354, "Member 'ABP_Greenhouse_Modular_C::IsCh05' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, MeshArray) == 0x000358, "Member 'ABP_Greenhouse_Modular_C::MeshArray' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, MaterialIndex0) == 0x000368, "Member 'ABP_Greenhouse_Modular_C::MaterialIndex0' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, MaterialIndex1) == 0x000370, "Member 'ABP_Greenhouse_Modular_C::MaterialIndex1' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, MaterialIndex2) == 0x000378, "Member 'ABP_Greenhouse_Modular_C::MaterialIndex2' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, MaterialIndex0_Ch05Value) == 0x000380, "Member 'ABP_Greenhouse_Modular_C::MaterialIndex0_Ch05Value' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, MaterialIndex1_Ch05Value) == 0x000388, "Member 'ABP_Greenhouse_Modular_C::MaterialIndex1_Ch05Value' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, MaterialIndex2_Ch05Value) == 0x000390, "Member 'ABP_Greenhouse_Modular_C::MaterialIndex2_Ch05Value' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, MaterialIndex0_Ch02Value) == 0x000398, "Member 'ABP_Greenhouse_Modular_C::MaterialIndex0_Ch02Value' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, MaterialIndex1_Ch02Value) == 0x0003A0, "Member 'ABP_Greenhouse_Modular_C::MaterialIndex1_Ch02Value' has a wrong offset!"); \ static_assert(offsetof(ABP_Greenhouse_Modular_C, MaterialIndex2_Ch02Value) == 0x0003A8, "Member 'ABP_Greenhouse_Modular_C::MaterialIndex2_Ch02Value' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseChapterManager_C \ static_assert(alignof(ABP_BaseChapterManager_C) == 0x000008, "Wrong alignment on ABP_BaseChapterManager_C"); \ static_assert(sizeof(ABP_BaseChapterManager_C) == 0x0002C0, "Wrong size on ABP_BaseChapterManager_C"); \ static_assert(offsetof(ABP_BaseChapterManager_C, SoundMix_BAD) == 0x0002B0, "Member 'ABP_BaseChapterManager_C::SoundMix_BAD' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle \ static_assert(alignof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle) == 0x000008, "Wrong alignment on BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle"); \ static_assert(sizeof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle) == 0x000178, "Wrong size on BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, EntryPoint) == 0x000000, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, CallFunc_TryEndInteract_ReturnValue) == 0x000004, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::CallFunc_TryEndInteract_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, CallFunc_RLerp_ReturnValue) == 0x000010, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::CallFunc_RLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, CallFunc_RLerp_ReturnValue_1) == 0x00001C, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::CallFunc_RLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000028, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x00003C, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, K2Node_Event_InteractionComponent_1) == 0x0000C8, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::K2Node_Event_InteractionComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, K2Node_Event_InteractionActor_1) == 0x0000D0, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::K2Node_Event_InteractionActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0000D8, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, K2Node_Event_InteractionComponent) == 0x000160, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, K2Node_Event_InteractionActor) == 0x000168, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, CallFunc_TryEndInteract_ReturnValue_1) == 0x000170, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::CallFunc_TryEndInteract_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle, CallFunc_Not_PreBool_ReturnValue) == 0x000171, "Member 'BP_FI_UrnFaucetHandle_C_ExecuteUbergraph_BP_FI_UrnFaucetHandle::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_UrnFaucetHandle_C_PassiveBeginInteract \ static_assert(alignof(BP_FI_UrnFaucetHandle_C_PassiveBeginInteract) == 0x000008, "Wrong alignment on BP_FI_UrnFaucetHandle_C_PassiveBeginInteract"); \ static_assert(sizeof(BP_FI_UrnFaucetHandle_C_PassiveBeginInteract) == 0x000010, "Wrong size on BP_FI_UrnFaucetHandle_C_PassiveBeginInteract"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_PassiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FI_UrnFaucetHandle_C_PassiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_PassiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FI_UrnFaucetHandle_C_PassiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_UrnFaucetHandle_C_ActiveBeginInteract \ static_assert(alignof(BP_FI_UrnFaucetHandle_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_FI_UrnFaucetHandle_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_FI_UrnFaucetHandle_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_FI_UrnFaucetHandle_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FI_UrnFaucetHandle_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_UrnFaucetHandle_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FI_UrnFaucetHandle_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_UrnFaucetHandle_C \ static_assert(alignof(ABP_FI_UrnFaucetHandle_C) == 0x000008, "Wrong alignment on ABP_FI_UrnFaucetHandle_C"); \ static_assert(sizeof(ABP_FI_UrnFaucetHandle_C) == 0x001C78, "Wrong size on ABP_FI_UrnFaucetHandle_C"); \ static_assert(offsetof(ABP_FI_UrnFaucetHandle_C, UberGraphFrame_BP_FI_UrnFaucetHandle_C) == 0x001C38, "Member 'ABP_FI_UrnFaucetHandle_C::UberGraphFrame_BP_FI_UrnFaucetHandle_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_UrnFaucetHandle_C, sm_PipeValve_01_Wheel) == 0x001C40, "Member 'ABP_FI_UrnFaucetHandle_C::sm_PipeValve_01_Wheel' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_UrnFaucetHandle_C, Box) == 0x001C48, "Member 'ABP_FI_UrnFaucetHandle_C::Box' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_UrnFaucetHandle_C, OpenValveTimeline_NewTrack_0_9284D3714A0AF14D3F44E2B5486AA97A) == 0x001C50, "Member 'ABP_FI_UrnFaucetHandle_C::OpenValveTimeline_NewTrack_0_9284D3714A0AF14D3F44E2B5486AA97A' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_UrnFaucetHandle_C, OpenValveTimeline__Direction_9284D3714A0AF14D3F44E2B5486AA97A) == 0x001C54, "Member 'ABP_FI_UrnFaucetHandle_C::OpenValveTimeline__Direction_9284D3714A0AF14D3F44E2B5486AA97A' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_UrnFaucetHandle_C, OpenValveTimeline) == 0x001C58, "Member 'ABP_FI_UrnFaucetHandle_C::OpenValveTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_UrnFaucetHandle_C, TryOpenPassiveTimeline_NewTrack_0_311D85C245DDFD2D7DEB9FB1F3B0CDFD) == 0x001C60, "Member 'ABP_FI_UrnFaucetHandle_C::TryOpenPassiveTimeline_NewTrack_0_311D85C245DDFD2D7DEB9FB1F3B0CDFD' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_UrnFaucetHandle_C, TryOpenPassiveTimeline__Direction_311D85C245DDFD2D7DEB9FB1F3B0CDFD) == 0x001C64, "Member 'ABP_FI_UrnFaucetHandle_C::TryOpenPassiveTimeline__Direction_311D85C245DDFD2D7DEB9FB1F3B0CDFD' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_UrnFaucetHandle_C, TryOpenPassiveTimeline) == 0x001C68, "Member 'ABP_FI_UrnFaucetHandle_C::TryOpenPassiveTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_UrnFaucetHandle_C, PlayedPassiveVO) == 0x001C70, "Member 'ABP_FI_UrnFaucetHandle_C::PlayedPassiveVO' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge \ static_assert(alignof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge) == 0x000008, "Wrong alignment on BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge"); \ static_assert(sizeof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge) == 0x000250, "Wrong size on BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, EntryPoint) == 0x000000, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, Temp_bool_Variable) == 0x000004, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_Not_PreBool_ReturnValue) == 0x000005, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, Temp_float_Variable) == 0x000008, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, Temp_bool_Variable_1) == 0x00000C, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_Not_PreBool_ReturnValue_1) == 0x00000D, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_Lerp_ReturnValue) == 0x000010, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_MakeRotator_ReturnValue) == 0x000014, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_MapRangeClamped_ReturnValue) == 0x000020, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, Temp_float_Variable_1) == 0x000024, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, Temp_bool_Variable_2) == 0x000028, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_Not_PreBool_ReturnValue_2) == 0x000029, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, Temp_bool_Variable_3) == 0x00002A, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_Not_PreBool_ReturnValue_3) == 0x00002B, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, Temp_float_Variable_2) == 0x00002C, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000030, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x00003C, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_K2_GetActorLocation_ReturnValue_2) == 0x000048, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_K2_GetActorLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_K2_GetActorLocation_ReturnValue_3) == 0x000054, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_K2_GetActorLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_CustomEvent_Duration_1) == 0x000060, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_CustomEvent_Duration_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_CustomEvent_Duration) == 0x000064, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, Temp_float_Variable_3) == 0x000068, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_EOCreateEvent_OutputDelegate) == 0x00006C, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_Add_FloatFloat_ReturnValue) == 0x00007C, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000080, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_CreateEOEvent_ReturnValue) == 0x000088, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000090, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000098, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0000A0, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0000A4, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x0000A5, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_InputDebugKeyEvent_Key) == 0x0000A8, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_Lerp_ReturnValue_1) == 0x0000C0, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_Event_InteractionComponent) == 0x0000C8, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_Event_InteractionActor) == 0x0000D0, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0000D8, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x0000DC, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000164, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000168, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000170, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_Lerp_ReturnValue_2) == 0x000174, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_SwitchEnum_CmpSuccess) == 0x000178, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_MakeRotator_ReturnValue_1) == 0x00017C, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000188, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x00018C, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_EOEvent_Sender) == 0x000218, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_EOEvent_Event) == 0x000220, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_Event_InteractedComponent_1) == 0x000228, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_Event_InteractedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_Event_InteractingActor_1) == 0x000230, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_Event_InteractingActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_Event_InteractedComponent) == 0x000238, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_Event_InteractingActor) == 0x000240, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge, K2Node_Event_HoverEndType) == 0x000248, "Member 'BP_FI_Fridge_C_ExecuteUbergraph_BP_FI_Fridge::K2Node_Event_HoverEndType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_InteractHoverEnd \ static_assert(alignof(BP_FI_Fridge_C_InteractHoverEnd) == 0x000008, "Wrong alignment on BP_FI_Fridge_C_InteractHoverEnd"); \ static_assert(sizeof(BP_FI_Fridge_C_InteractHoverEnd) == 0x000018, "Wrong size on BP_FI_Fridge_C_InteractHoverEnd"); \ static_assert(offsetof(BP_FI_Fridge_C_InteractHoverEnd, InteractedComponent_0) == 0x000000, "Member 'BP_FI_Fridge_C_InteractHoverEnd::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_InteractHoverEnd, InteractingActor_0) == 0x000008, "Member 'BP_FI_Fridge_C_InteractHoverEnd::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_InteractHoverEnd, HoverEndType) == 0x000010, "Member 'BP_FI_Fridge_C_InteractHoverEnd::HoverEndType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_InteractHoverBegin \ static_assert(alignof(BP_FI_Fridge_C_InteractHoverBegin) == 0x000008, "Wrong alignment on BP_FI_Fridge_C_InteractHoverBegin"); \ static_assert(sizeof(BP_FI_Fridge_C_InteractHoverBegin) == 0x000010, "Wrong size on BP_FI_Fridge_C_InteractHoverBegin"); \ static_assert(offsetof(BP_FI_Fridge_C_InteractHoverBegin, InteractedComponent_0) == 0x000000, "Member 'BP_FI_Fridge_C_InteractHoverBegin::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_InteractHoverBegin, InteractingActor_0) == 0x000008, "Member 'BP_FI_Fridge_C_InteractHoverBegin::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_OnKajtasAptSwapperSet \ static_assert(alignof(BP_FI_Fridge_C_OnKajtasAptSwapperSet) == 0x000008, "Wrong alignment on BP_FI_Fridge_C_OnKajtasAptSwapperSet"); \ static_assert(sizeof(BP_FI_Fridge_C_OnKajtasAptSwapperSet) == 0x000010, "Wrong size on BP_FI_Fridge_C_OnKajtasAptSwapperSet"); \ static_assert(offsetof(BP_FI_Fridge_C_OnKajtasAptSwapperSet, Sender) == 0x000000, "Member 'BP_FI_Fridge_C_OnKajtasAptSwapperSet::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_OnKajtasAptSwapperSet, Event) == 0x000008, "Member 'BP_FI_Fridge_C_OnKajtasAptSwapperSet::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_ActiveBeginInteract \ static_assert(alignof(BP_FI_Fridge_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_FI_Fridge_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_FI_Fridge_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_FI_Fridge_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_FI_Fridge_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FI_Fridge_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FI_Fridge_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_PostProcessFadeOut \ static_assert(alignof(BP_FI_Fridge_C_PostProcessFadeOut) == 0x000004, "Wrong alignment on BP_FI_Fridge_C_PostProcessFadeOut"); \ static_assert(sizeof(BP_FI_Fridge_C_PostProcessFadeOut) == 0x000004, "Wrong size on BP_FI_Fridge_C_PostProcessFadeOut"); \ static_assert(offsetof(BP_FI_Fridge_C_PostProcessFadeOut, Duration) == 0x000000, "Member 'BP_FI_Fridge_C_PostProcessFadeOut::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_PostProcessFadeIn \ static_assert(alignof(BP_FI_Fridge_C_PostProcessFadeIn) == 0x000004, "Wrong alignment on BP_FI_Fridge_C_PostProcessFadeIn"); \ static_assert(sizeof(BP_FI_Fridge_C_PostProcessFadeIn) == 0x000004, "Wrong size on BP_FI_Fridge_C_PostProcessFadeIn"); \ static_assert(offsetof(BP_FI_Fridge_C_PostProcessFadeIn, Duration) == 0x000000, "Member 'BP_FI_Fridge_C_PostProcessFadeIn::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_InpActEvt_Zero_K2Node_InputDebugKeyEvent_0 \ static_assert(alignof(BP_FI_Fridge_C_InpActEvt_Zero_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on BP_FI_Fridge_C_InpActEvt_Zero_K2Node_InputDebugKeyEvent_0"); \ static_assert(sizeof(BP_FI_Fridge_C_InpActEvt_Zero_K2Node_InputDebugKeyEvent_0) == 0x000018, "Wrong size on BP_FI_Fridge_C_InpActEvt_Zero_K2Node_InputDebugKeyEvent_0"); \ static_assert(offsetof(BP_FI_Fridge_C_InpActEvt_Zero_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'BP_FI_Fridge_C_InpActEvt_Zero_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_UserConstructionScript \ static_assert(alignof(BP_FI_Fridge_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_FI_Fridge_C_UserConstructionScript"); \ static_assert(sizeof(BP_FI_Fridge_C_UserConstructionScript) == 0x000020, "Wrong size on BP_FI_Fridge_C_UserConstructionScript"); \ static_assert(offsetof(BP_FI_Fridge_C_UserConstructionScript, K2Node_MakeStruct_WeightedBlendable) == 0x000000, "Member 'BP_FI_Fridge_C_UserConstructionScript::K2Node_MakeStruct_WeightedBlendable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_UserConstructionScript, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000010, "Member 'BP_FI_Fridge_C_UserConstructionScript::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_UserConstructionScript, CallFunc_Array_AddUnique_ReturnValue) == 0x000018, "Member 'BP_FI_Fridge_C_UserConstructionScript::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_InitEditorState \ static_assert(alignof(BP_FI_Fridge_C_InitEditorState) == 0x000008, "Wrong alignment on BP_FI_Fridge_C_InitEditorState"); \ static_assert(sizeof(BP_FI_Fridge_C_InitEditorState) == 0x000018, "Wrong size on BP_FI_Fridge_C_InitEditorState"); \ static_assert(offsetof(BP_FI_Fridge_C_InitEditorState, CallFunc_GetDefaultObject_ReturnValue) == 0x000000, "Member 'BP_FI_Fridge_C_InitEditorState::CallFunc_GetDefaultObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_InitEditorState, K2Node_DynamicCast_AsBP_PHGame_Instance) == 0x000008, "Member 'BP_FI_Fridge_C_InitEditorState::K2Node_DynamicCast_AsBP_PHGame_Instance' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_InitEditorState, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BP_FI_Fridge_C_InitEditorState::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_InitEditorState, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000011, "Member 'BP_FI_Fridge_C_InitEditorState::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_UpdateState \ static_assert(alignof(BP_FI_Fridge_C_UpdateState) == 0x000008, "Wrong alignment on BP_FI_Fridge_C_UpdateState"); \ static_assert(sizeof(BP_FI_Fridge_C_UpdateState) == 0x000010, "Wrong size on BP_FI_Fridge_C_UpdateState"); \ static_assert(offsetof(BP_FI_Fridge_C_UpdateState, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x000000, "Member 'BP_FI_Fridge_C_UpdateState::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_UpdateState, CallFunc_GetKatjasApartmentSwapper_Result) == 0x000008, "Member 'BP_FI_Fridge_C_UpdateState::CallFunc_GetKatjasApartmentSwapper_Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_ChangeState \ static_assert(alignof(BP_FI_Fridge_C_ChangeState) == 0x000001, "Wrong alignment on BP_FI_Fridge_C_ChangeState"); \ static_assert(sizeof(BP_FI_Fridge_C_ChangeState) == 0x000002, "Wrong size on BP_FI_Fridge_C_ChangeState"); \ static_assert(offsetof(BP_FI_Fridge_C_ChangeState, NewState) == 0x000000, "Member 'BP_FI_Fridge_C_ChangeState::NewState' has a wrong offset!"); \ static_assert(offsetof(BP_FI_Fridge_C_ChangeState, K2Node_SwitchEnum_CmpSuccess) == 0x000001, "Member 'BP_FI_Fridge_C_ChangeState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_Fridge_C_CheckInteractionPointer \ static_assert(alignof(BP_FI_Fridge_C_CheckInteractionPointer) == 0x000001, "Wrong alignment on BP_FI_Fridge_C_CheckInteractionPointer"); \ static_assert(sizeof(BP_FI_Fridge_C_CheckInteractionPointer) == 0x000001, "Wrong size on BP_FI_Fridge_C_CheckInteractionPointer"); \ static_assert(offsetof(BP_FI_Fridge_C_CheckInteractionPointer, CallFunc_BooleanAND_ReturnValue) == 0x000000, "Member 'BP_FI_Fridge_C_CheckInteractionPointer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_Fridge_C \ static_assert(alignof(ABP_FI_Fridge_C) == 0x000008, "Wrong alignment on ABP_FI_Fridge_C"); \ static_assert(sizeof(ABP_FI_Fridge_C) == 0x001CE0, "Wrong size on ABP_FI_Fridge_C"); \ static_assert(offsetof(ABP_FI_Fridge_C, UberGraphFrame_BP_FI_Fridge_C) == 0x001BF0, "Member 'ABP_FI_Fridge_C::UberGraphFrame_BP_FI_Fridge_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, SM_Photo_Multi2) == 0x001BF8, "Member 'ABP_FI_Fridge_C::SM_Photo_Multi2' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, SM_Photo_Multi1) == 0x001C00, "Member 'ABP_FI_Fridge_C::SM_Photo_Multi1' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, BottomDoorMesh) == 0x001C08, "Member 'ABP_FI_Fridge_C::BottomDoorMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, TopDoorMesh) == 0x001C10, "Member 'ABP_FI_Fridge_C::TopDoorMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, PostProcess) == 0x001C18, "Member 'ABP_FI_Fridge_C::PostProcess' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, PostProcessBound) == 0x001C20, "Member 'ABP_FI_Fridge_C::PostProcessBound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, AmbientSX) == 0x001C28, "Member 'ABP_FI_Fridge_C::AmbientSX' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, AmbientSXBottomDoorHigh) == 0x001C30, "Member 'ABP_FI_Fridge_C::AmbientSXBottomDoorHigh' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, AmbientSXTopDoorHigh) == 0x001C38, "Member 'ABP_FI_Fridge_C::AmbientSXTopDoorHigh' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, FridgeBody) == 0x001C40, "Member 'ABP_FI_Fridge_C::FridgeBody' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, TimelineFade_Alpha_F5F1BF65406FCFE0009E0F9121DE3650) == 0x001C48, "Member 'ABP_FI_Fridge_C::TimelineFade_Alpha_F5F1BF65406FCFE0009E0F9121DE3650' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, TimelineFade__Direction_F5F1BF65406FCFE0009E0F9121DE3650) == 0x001C4C, "Member 'ABP_FI_Fridge_C::TimelineFade__Direction_F5F1BF65406FCFE0009E0F9121DE3650' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, TimelineFade) == 0x001C50, "Member 'ABP_FI_Fridge_C::TimelineFade' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, BottomdoorOpenTimeline_NewTrack_0_C0F7018E4E80507366F6C591C2DE6259) == 0x001C58, "Member 'ABP_FI_Fridge_C::BottomdoorOpenTimeline_NewTrack_0_C0F7018E4E80507366F6C591C2DE6259' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, BottomdoorOpenTimeline__Direction_C0F7018E4E80507366F6C591C2DE6259) == 0x001C5C, "Member 'ABP_FI_Fridge_C::BottomdoorOpenTimeline__Direction_C0F7018E4E80507366F6C591C2DE6259' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, BottomdoorOpenTimeline) == 0x001C60, "Member 'ABP_FI_Fridge_C::BottomdoorOpenTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, TopDoorOpenTimeline_NewTrack_0_9A9DD6BE48EED433E98D899C5B95BDA0) == 0x001C68, "Member 'ABP_FI_Fridge_C::TopDoorOpenTimeline_NewTrack_0_9A9DD6BE48EED433E98D899C5B95BDA0' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, TopDoorOpenTimeline__Direction_9A9DD6BE48EED433E98D899C5B95BDA0) == 0x001C6C, "Member 'ABP_FI_Fridge_C::TopDoorOpenTimeline__Direction_9A9DD6BE48EED433E98D899C5B95BDA0' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, TopDoorOpenTimeline) == 0x001C70, "Member 'ABP_FI_Fridge_C::TopDoorOpenTimeline' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, FreezerCloseSound) == 0x001C78, "Member 'ABP_FI_Fridge_C::FreezerCloseSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, FreezerOpenSound) == 0x001C80, "Member 'ABP_FI_Fridge_C::FreezerOpenSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, FreezerOpenSoundVolume) == 0x001C88, "Member 'ABP_FI_Fridge_C::FreezerOpenSoundVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, FreezerCloseSoundVolume) == 0x001C8C, "Member 'ABP_FI_Fridge_C::FreezerCloseSoundVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, WeightedBlendable) == 0x001C90, "Member 'ABP_FI_Fridge_C::WeightedBlendable' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, MaterialInstance) == 0x001CA0, "Member 'ABP_FI_Fridge_C::MaterialInstance' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, TopDoorOpenDuration) == 0x001CA8, "Member 'ABP_FI_Fridge_C::TopDoorOpenDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, BottomDoorOpenDuration) == 0x001CAC, "Member 'ABP_FI_Fridge_C::BottomDoorOpenDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, PostFadeCounter) == 0x001CB0, "Member 'ABP_FI_Fridge_C::PostFadeCounter' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, FreezerAmbiVolume) == 0x001CB4, "Member 'ABP_FI_Fridge_C::FreezerAmbiVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, FridgeTopDoor) == 0x001CB8, "Member 'ABP_FI_Fridge_C::FridgeTopDoor' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, FridgeBottomDoor) == 0x001CC0, "Member 'ABP_FI_Fridge_C::FridgeBottomDoor' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, PsychPostActive) == 0x001CC8, "Member 'ABP_FI_Fridge_C::PsychPostActive' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, Interaction_Component) == 0x001CD0, "Member 'ABP_FI_Fridge_C::Interaction_Component' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, FirstOpening) == 0x001CD8, "Member 'ABP_FI_Fridge_C::FirstOpening' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, TopDoorOpen) == 0x001CD9, "Member 'ABP_FI_Fridge_C::TopDoorOpen' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, BottomDoorOpen) == 0x001CDA, "Member 'ABP_FI_Fridge_C::BottomDoorOpen' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, Temp_bool_Has_Been_Initd_724E5EFE40F0E1CBC754BE99329F21AE_Variable) == 0x001CDB, "Member 'ABP_FI_Fridge_C::Temp_bool_Has_Been_Initd_724E5EFE40F0E1CBC754BE99329F21AE_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_Fridge_C, Temp_bool_IsClosed_724E5EFE40F0E1CBC754BE99329F21AE_Variable) == 0x001CDC, "Member 'ABP_FI_Fridge_C::Temp_bool_IsClosed_724E5EFE40F0E1CBC754BE99329F21AE_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent \ static_assert(alignof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent) == 0x000008, "Wrong alignment on BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent"); \ static_assert(sizeof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent) == 0x0000B0, "Wrong size on BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, EntryPoint) == 0x000000, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_IsValid_ReturnValue_1) == 0x000011, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_SpawnSound2D_ReturnValue) == 0x000018, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000020, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000028, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager) == 0x000030, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_1) == 0x000038, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_2) == 0x000040, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_2' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_3) == 0x000048, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_3' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_StartCameraShake_ReturnValue) == 0x000050, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_StartCameraShake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_StartCameraShake_ReturnValue_1) == 0x000058, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_StartCameraShake_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_GetCachedCorePlayerCharacterCapsule_CachedPlayerCapsule) == 0x000060, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_GetCachedCorePlayerCharacterCapsule_CachedPlayerCapsule' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_StartMatineeCameraShake_ReturnValue) == 0x000068, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_StartMatineeCameraShake_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_SpawnForceFeedbackAttached_ReturnValue) == 0x000070, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_SpawnForceFeedbackAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000078, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_GetEndTime_ReturnValue) == 0x000080, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue) == 0x000090, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000094, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_Not_PreBool_ReturnValue) == 0x000098, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, K2Node_Event_DeltaSeconds) == 0x00009C, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, K2Node_CustomEvent_InSequencePlayer) == 0x0000A0, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::K2Node_CustomEvent_InSequencePlayer' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_IsValid_ReturnValue_2) == 0x0000A8, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent, CallFunc_MakeLiteralByte_ReturnValue) == 0x0000A9, "Member 'BP_LSAQuakeComponent_C_ExecuteUbergraph_BP_LSAQuakeComponent::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LSAQuakeComponent_C_StartQuakeComp \ static_assert(alignof(BP_LSAQuakeComponent_C_StartQuakeComp) == 0x000008, "Wrong alignment on BP_LSAQuakeComponent_C_StartQuakeComp"); \ static_assert(sizeof(BP_LSAQuakeComponent_C_StartQuakeComp) == 0x000008, "Wrong size on BP_LSAQuakeComponent_C_StartQuakeComp"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_StartQuakeComp, InSequencePlayer) == 0x000000, "Member 'BP_LSAQuakeComponent_C_StartQuakeComp::InSequencePlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LSAQuakeComponent_C_ReceiveTick \ static_assert(alignof(BP_LSAQuakeComponent_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_LSAQuakeComponent_C_ReceiveTick"); \ static_assert(sizeof(BP_LSAQuakeComponent_C_ReceiveTick) == 0x000004, "Wrong size on BP_LSAQuakeComponent_C_ReceiveTick"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_LSAQuakeComponent_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LSAQuakeComponent_C_UpdateQuakeCameraShakes \ static_assert(alignof(BP_LSAQuakeComponent_C_UpdateQuakeCameraShakes) == 0x000001, "Wrong alignment on BP_LSAQuakeComponent_C_UpdateQuakeCameraShakes"); \ static_assert(sizeof(BP_LSAQuakeComponent_C_UpdateQuakeCameraShakes) == 0x000002, "Wrong size on BP_LSAQuakeComponent_C_UpdateQuakeCameraShakes"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_UpdateQuakeCameraShakes, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_LSAQuakeComponent_C_UpdateQuakeCameraShakes::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_UpdateQuakeCameraShakes, CallFunc_IsValid_ReturnValue_1) == 0x000001, "Member 'BP_LSAQuakeComponent_C_UpdateQuakeCameraShakes::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LSAQuakeComponent_C_UpdateQuakeForceFeedback \ static_assert(alignof(BP_LSAQuakeComponent_C_UpdateQuakeForceFeedback) == 0x000001, "Wrong alignment on BP_LSAQuakeComponent_C_UpdateQuakeForceFeedback"); \ static_assert(sizeof(BP_LSAQuakeComponent_C_UpdateQuakeForceFeedback) == 0x000001, "Wrong size on BP_LSAQuakeComponent_C_UpdateQuakeForceFeedback"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_UpdateQuakeForceFeedback, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_LSAQuakeComponent_C_UpdateQuakeForceFeedback::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LSAQuakeComponent_C_SetupBreathingStateSwitch \ static_assert(alignof(BP_LSAQuakeComponent_C_SetupBreathingStateSwitch) == 0x000008, "Wrong alignment on BP_LSAQuakeComponent_C_SetupBreathingStateSwitch"); \ static_assert(sizeof(BP_LSAQuakeComponent_C_SetupBreathingStateSwitch) == 0x000028, "Wrong size on BP_LSAQuakeComponent_C_SetupBreathingStateSwitch"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_SetupBreathingStateSwitch, CallFunc_MakeLiteralByte_ReturnValue) == 0x000000, "Member 'BP_LSAQuakeComponent_C_SetupBreathingStateSwitch::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_SetupBreathingStateSwitch, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_LSAQuakeComponent_C_SetupBreathingStateSwitch::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_SetupBreathingStateSwitch, CallFunc_GetEndTime_ReturnValue) == 0x000010, "Member 'BP_LSAQuakeComponent_C_SetupBreathingStateSwitch::CallFunc_GetEndTime_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_SetupBreathingStateSwitch, CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue) == 0x000020, "Member 'BP_LSAQuakeComponent_C_SetupBreathingStateSwitch::CallFunc_Conv_QualifiedFrameTimeToSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_SetupBreathingStateSwitch, CallFunc_Add_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_LSAQuakeComponent_C_SetupBreathingStateSwitch::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LSAQuakeComponent_C_FadeOutQuakeAudio \ static_assert(alignof(BP_LSAQuakeComponent_C_FadeOutQuakeAudio) == 0x000008, "Wrong alignment on BP_LSAQuakeComponent_C_FadeOutQuakeAudio"); \ static_assert(sizeof(BP_LSAQuakeComponent_C_FadeOutQuakeAudio) == 0x000018, "Wrong size on BP_LSAQuakeComponent_C_FadeOutQuakeAudio"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_FadeOutQuakeAudio, FadeOutDuration) == 0x000000, "Member 'BP_LSAQuakeComponent_C_FadeOutQuakeAudio::FadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_FadeOutQuakeAudio, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_LSAQuakeComponent_C_FadeOutQuakeAudio::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_FadeOutQuakeAudio, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_LSAQuakeComponent_C_FadeOutQuakeAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LSAQuakeComponent_C_FadeOutQuakeAudio, CallFunc_MakeLiteralByte_ReturnValue) == 0x000011, "Member 'BP_LSAQuakeComponent_C_FadeOutQuakeAudio::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBP_LSAQuakeComponent_C \ static_assert(alignof(UBP_LSAQuakeComponent_C) == 0x000008, "Wrong alignment on UBP_LSAQuakeComponent_C"); \ static_assert(sizeof(UBP_LSAQuakeComponent_C) == 0x000148, "Wrong size on UBP_LSAQuakeComponent_C"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, UberGraphFrame) == 0x0000B8, "Member 'UBP_LSAQuakeComponent_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, BaseCameraShake) == 0x0000C0, "Member 'UBP_LSAQuakeComponent_C::BaseCameraShake' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, BaseShakeScale) == 0x0000C8, "Member 'UBP_LSAQuakeComponent_C::BaseShakeScale' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, BlastCameraShake) == 0x0000D0, "Member 'UBP_LSAQuakeComponent_C::BlastCameraShake' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, BlastShakeScale) == 0x0000D8, "Member 'UBP_LSAQuakeComponent_C::BlastShakeScale' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, BaseCameraShakeClass) == 0x0000E0, "Member 'UBP_LSAQuakeComponent_C::BaseCameraShakeClass' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, BlastCameraShakeClass) == 0x0000E8, "Member 'UBP_LSAQuakeComponent_C::BlastCameraShakeClass' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, DramaticCameraShakeClass) == 0x0000F0, "Member 'UBP_LSAQuakeComponent_C::DramaticCameraShakeClass' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, QuakeForceFeedbackComp) == 0x0000F8, "Member 'UBP_LSAQuakeComponent_C::QuakeForceFeedbackComp' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, QuakeFFInstensity) == 0x000100, "Member 'UBP_LSAQuakeComponent_C::QuakeFFInstensity' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, bSwitchBreathingStatePostQuake) == 0x000104, "Member 'UBP_LSAQuakeComponent_C::bSwitchBreathingStatePostQuake' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, SwitchBreathingStateAdditive) == 0x000108, "Member 'UBP_LSAQuakeComponent_C::SwitchBreathingStateAdditive' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, QuakeForceFeedbackEffect) == 0x000110, "Member 'UBP_LSAQuakeComponent_C::QuakeForceFeedbackEffect' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, QuakeBaseSoundComponent) == 0x000118, "Member 'UBP_LSAQuakeComponent_C::QuakeBaseSoundComponent' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, Sound_Mix) == 0x000120, "Member 'UBP_LSAQuakeComponent_C::Sound_Mix' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, QuakeSound) == 0x000130, "Member 'UBP_LSAQuakeComponent_C::QuakeSound' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, bManualAudioFade) == 0x000138, "Member 'UBP_LSAQuakeComponent_C::bManualAudioFade' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, SoundFadeOutDuration) == 0x00013C, "Member 'UBP_LSAQuakeComponent_C::SoundFadeOutDuration' has a wrong offset!"); \ static_assert(offsetof(UBP_LSAQuakeComponent_C, SequencePlayer) == 0x000140, "Member 'UBP_LSAQuakeComponent_C::SequencePlayer' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan \ static_assert(alignof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan) == 0x000008, "Wrong alignment on BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan"); \ static_assert(sizeof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan) == 0x0000F8, "Wrong size on BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, EntryPoint) == 0x000000, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, Temp_bool_IsClosed_Variable) == 0x00001C, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, Temp_bool_Has_Been_Initd_Variable) == 0x00001D, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, K2Node_Event_DeltaSeconds) == 0x000020, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, CallFunc_MakeRotator_ReturnValue) == 0x000024, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x000030, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, CallFunc_Ease_ReturnValue) == 0x0000B8, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::CallFunc_Ease_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, CallFunc_Ease_ReturnValue_1) == 0x0000BC, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::CallFunc_Ease_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, CallFunc_IsValid_ReturnValue) == 0x0000C0, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, K2Node_Event_InteractionComponent) == 0x0000C8, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, K2Node_Event_InteractionActor) == 0x0000D0, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, K2Node_EOCreateEvent_OutputDelegate) == 0x0000D8, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, K2Node_EOEvent_Sender) == 0x0000E8, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan, K2Node_EOEvent_Event) == 0x0000F0, "Member 'BP_GrowRoomFan_C_ExecuteUbergraph_BP_GrowRoomFan::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GrowRoomFan_C_InteractedWithGrowRoomFan \ static_assert(alignof(BP_GrowRoomFan_C_InteractedWithGrowRoomFan) == 0x000008, "Wrong alignment on BP_GrowRoomFan_C_InteractedWithGrowRoomFan"); \ static_assert(sizeof(BP_GrowRoomFan_C_InteractedWithGrowRoomFan) == 0x000010, "Wrong size on BP_GrowRoomFan_C_InteractedWithGrowRoomFan"); \ static_assert(offsetof(BP_GrowRoomFan_C_InteractedWithGrowRoomFan, Sender) == 0x000000, "Member 'BP_GrowRoomFan_C_InteractedWithGrowRoomFan::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_InteractedWithGrowRoomFan, Event) == 0x000008, "Member 'BP_GrowRoomFan_C_InteractedWithGrowRoomFan::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GrowRoomFan_C_ActiveBeginInteract \ static_assert(alignof(BP_GrowRoomFan_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_GrowRoomFan_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_GrowRoomFan_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_GrowRoomFan_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_GrowRoomFan_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_GrowRoomFan_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_GrowRoomFan_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_GrowRoomFan_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GrowRoomFan_C_ReceiveTick \ static_assert(alignof(BP_GrowRoomFan_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GrowRoomFan_C_ReceiveTick"); \ static_assert(sizeof(BP_GrowRoomFan_C_ReceiveTick) == 0x000004, "Wrong size on BP_GrowRoomFan_C_ReceiveTick"); \ static_assert(offsetof(BP_GrowRoomFan_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GrowRoomFan_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GrowRoomFan_C \ static_assert(alignof(ABP_GrowRoomFan_C) == 0x000008, "Wrong alignment on ABP_GrowRoomFan_C"); \ static_assert(sizeof(ABP_GrowRoomFan_C) == 0x001CB8, "Wrong size on ABP_GrowRoomFan_C"); \ static_assert(offsetof(ABP_GrowRoomFan_C, UberGraphFrame_BP_GrowRoomFan_C) == 0x001BF8, "Member 'ABP_GrowRoomFan_C::UberGraphFrame_BP_GrowRoomFan_C' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, SoCu_SX_ENV_VinylCurtainAmbient3) == 0x001C00, "Member 'ABP_GrowRoomFan_C::SoCu_SX_ENV_VinylCurtainAmbient3' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, SoCu_SX_ENV_VinylCurtainAmbient2) == 0x001C08, "Member 'ABP_GrowRoomFan_C::SoCu_SX_ENV_VinylCurtainAmbient2' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, SoCu_SX_ENV_VinylCurtainAmbient1) == 0x001C10, "Member 'ABP_GrowRoomFan_C::SoCu_SX_ENV_VinylCurtainAmbient1' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, FanLoopNormalAudioComponent) == 0x001C18, "Member 'ABP_GrowRoomFan_C::FanLoopNormalAudioComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, FanLoopFastAudioComponent) == 0x001C20, "Member 'ABP_GrowRoomFan_C::FanLoopFastAudioComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, Fan_Instrial_Blades) == 0x001C28, "Member 'ABP_GrowRoomFan_C::Fan_Instrial_Blades' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, SlowDownFan_MoveFan_9F82523C4D11E652F56041AEF04787F2) == 0x001C30, "Member 'ABP_GrowRoomFan_C::SlowDownFan_MoveFan_9F82523C4D11E652F56041AEF04787F2' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, SlowDownFan__Direction_9F82523C4D11E652F56041AEF04787F2) == 0x001C34, "Member 'ABP_GrowRoomFan_C::SlowDownFan__Direction_9F82523C4D11E652F56041AEF04787F2' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, SlowDownFan) == 0x001C38, "Member 'ABP_GrowRoomFan_C::SlowDownFan' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, MoveFan_MoveFan_9460353B4BA0D4A12DD06BA2A7CB4FB0) == 0x001C40, "Member 'ABP_GrowRoomFan_C::MoveFan_MoveFan_9460353B4BA0D4A12DD06BA2A7CB4FB0' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, MoveFan__Direction_9460353B4BA0D4A12DD06BA2A7CB4FB0) == 0x001C44, "Member 'ABP_GrowRoomFan_C::MoveFan__Direction_9460353B4BA0D4A12DD06BA2A7CB4FB0' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, MoveFan) == 0x001C48, "Member 'ABP_GrowRoomFan_C::MoveFan' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, TurnOnFanDelay) == 0x001C50, "Member 'ABP_GrowRoomFan_C::TurnOnFanDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, TurnOnFanSound) == 0x001C58, "Member 'ABP_GrowRoomFan_C::TurnOnFanSound' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, TurnOnFanVolume) == 0x001C60, "Member 'ABP_GrowRoomFan_C::TurnOnFanVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, FanLoopFadeInDur) == 0x001C64, "Member 'ABP_GrowRoomFan_C::FanLoopFadeInDur' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, FanLoopSound) == 0x001C68, "Member 'ABP_GrowRoomFan_C::FanLoopSound' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, SlowDownFanDelay) == 0x001C70, "Member 'ABP_GrowRoomFan_C::SlowDownFanDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, TotalTime) == 0x001C74, "Member 'ABP_GrowRoomFan_C::TotalTime' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, RotationSpeed) == 0x001C78, "Member 'ABP_GrowRoomFan_C::RotationSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, FanSpeedFast) == 0x001C7C, "Member 'ABP_GrowRoomFan_C::FanSpeedFast' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, FanSpeedSlow) == 0x001C80, "Member 'ABP_GrowRoomFan_C::FanSpeedSlow' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, MoveFanRampTime) == 0x001C84, "Member 'ABP_GrowRoomFan_C::MoveFanRampTime' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, SlowDownFanRampTime) == 0x001C88, "Member 'ABP_GrowRoomFan_C::SlowDownFanRampTime' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, UseSoundMixModifiers) == 0x001C8C, "Member 'ABP_GrowRoomFan_C::UseSoundMixModifiers' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, SoundMixSetDefaultDelay) == 0x001C90, "Member 'ABP_GrowRoomFan_C::SoundMixSetDefaultDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, NiagaraActor) == 0x001C98, "Member 'ABP_GrowRoomFan_C::NiagaraActor' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, SetBreathing) == 0x001CA0, "Member 'ABP_GrowRoomFan_C::SetBreathing' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, AutoActivate) == 0x001CA1, "Member 'ABP_GrowRoomFan_C::AutoActivate' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, FanStingerSFX) == 0x001CA8, "Member 'ABP_GrowRoomFan_C::FanStingerSFX' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, IsMainFan) == 0x001CB0, "Member 'ABP_GrowRoomFan_C::IsMainFan' has a wrong offset!"); \ static_assert(offsetof(ABP_GrowRoomFan_C, InsideOverlapTrigger) == 0x001CB1, "Member 'ABP_GrowRoomFan_C::InsideOverlapTrigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController \ static_assert(alignof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController) == 0x000010, "Wrong alignment on BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController"); \ static_assert(sizeof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController) == 0x0010D0, "Wrong size on BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, EntryPoint) == 0x000000, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable) == 0x000004, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetComponentToWorld_ReturnValue) == 0x000010, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetComponentToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeTransform_ReturnValue) == 0x000040, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetComponentToWorld_ReturnValue_1) == 0x000070, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetComponentToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Event_DeltaSeconds) == 0x0000A0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetActorLocation_ReturnValue) == 0x0000A4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_CustomEvent_halt) == 0x0000B0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_CustomEvent_halt' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetComponentToWorld_ReturnValue_2) == 0x0000C0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetComponentToWorld_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0000F0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetComponentToWorld_ReturnValue_3) == 0x000100, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetComponentToWorld_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetComponentToWorld_ReturnValue_4) == 0x000130, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetComponentToWorld_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_IsValid_ReturnValue) == 0x000160, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Less_FloatFloat_ReturnValue) == 0x000161, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Array_Length_ReturnValue) == 0x000164, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000168, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Subtract_IntInt_ReturnValue) == 0x00016C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetTransform_ReturnValue) == 0x000170, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_IsHeadMountedDisplayEnabled_ReturnValue) == 0x0001A0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_IsHeadMountedDisplayEnabled_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetPlayerCameraManager_ReturnValue) == 0x0001A8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetPlayerCameraManager_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Not_PreBool_ReturnValue) == 0x0001B0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0001B8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BooleanAND_ReturnValue) == 0x0001C0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetPlayerPawn_ReturnValue) == 0x0001C8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x0001D0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Subtract_VectorVector_ReturnValue) == 0x0001DC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001E8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_X) == 0x0001F4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_Y) == 0x0001F8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_Z) == 0x0001FC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeVector_ReturnValue) == 0x000200, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Divide_FloatFloat_ReturnValue) == 0x00020C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000210, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_IsHeadMountedDisplayEnabled_ReturnValue_1) == 0x000214, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_IsHeadMountedDisplayEnabled_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetActorScale3D_ReturnValue) == 0x000218, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetActorScale3D_ReturnValue_1) == 0x000224, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetActorScale3D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_int_Variable) == 0x000230, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000234, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetPlayerController_ReturnValue) == 0x000238, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetPawn_ReturnValue) == 0x000240, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x000248, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetComponentToWorld_ReturnValue_5) == 0x000250, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetComponentToWorld_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetWorldTransform_SweepHitResult) == 0x000280, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetWorldTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_CustomEvent_Return) == 0x000308, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_CustomEvent_Return' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Not_PreBool_ReturnValue_1) == 0x000309, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_1) == 0x00030A, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_IsInViewport_ReturnValue) == 0x00030B, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_IsInViewport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetPlayerController_ReturnValue_1) == 0x000310, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetPlayerController_ReturnValue_2) == 0x000318, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Add_VectorVector_ReturnValue) == 0x000320, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetActorLocation_SweepHitResult) == 0x00032C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetActorLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetActorLocation_ReturnValue) == 0x0003B4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Array_Get_Item) == 0x0003B8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Select_Default) == 0x0003C0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_2) == 0x0003C4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Map_Find_Value) == 0x0003D0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Map_Find_ReturnValue) == 0x000400, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Not_PreBool_ReturnValue_2) == 0x000401, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000404, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Map_Find_Value_1) == 0x000410, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Map_Find_Value_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Map_Find_ReturnValue_1) == 0x000440, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Map_Find_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_SelectTransform_ReturnValue) == 0x000450, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_SelectTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_3) == 0x000480, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_SelectTransform_ReturnValue_1) == 0x000490, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_SelectTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetWorldTransform_SweepHitResult_1) == 0x0004C0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetWorldTransform_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000548, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_4) == 0x00054C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetInputAxisKeyValue_ReturnValue) == 0x000550, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetInputAxisKeyValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Select_Default_1) == 0x000560, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetInputAxisKeyValue_ReturnValue_1) == 0x000590, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetInputAxisKeyValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeVector_ReturnValue_1) == 0x000594, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_CreateEOEvent_ReturnValue) == 0x0005A0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Subtract_VectorVector_ReturnValue_1) == 0x0005A8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Subtract_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0005B4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_CreateEOEvent_ReturnValue_1) == 0x0005C0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetActorRotation_ReturnValue) == 0x0005C8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeVector_ReturnValue_2) == 0x0005D4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0005E0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0005E4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetInputAxisKeyValue_ReturnValue_2) == 0x0005E8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetInputAxisKeyValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetInputAxisKeyValue_ReturnValue_3) == 0x0005EC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetInputAxisKeyValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeVector_ReturnValue_3) == 0x0005F0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Subtract_VectorVector_ReturnValue_2) == 0x0005FC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Subtract_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeVector_ReturnValue_4) == 0x000608, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000614, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_5) == 0x000620, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetComponentToWorld_ReturnValue_6) == 0x000630, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetComponentToWorld_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetComponentToWorld_ReturnValue_7) == 0x000660, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetComponentToWorld_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Select_Default_2) == 0x000690, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakTransform_Location) == 0x0006C0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakTransform_Rotation) == 0x0006CC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakTransform_Scale) == 0x0006D8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetWorldTransform_SweepHitResult_2) == 0x0006E4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetWorldTransform_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetActorScale3D_ReturnValue_2) == 0x00076C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetActorScale3D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeTransform_ReturnValue_1) == 0x000780, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetActorTransform_SweepHitResult) == 0x0007B0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetActorTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetActorTransform_ReturnValue) == 0x000838, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetActorTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BooleanNOR_ReturnValue) == 0x000839, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BooleanNOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00083C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000840, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_float_Variable) == 0x000844, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetPlayerController_ReturnValue_3) == 0x000848, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetPlayerController_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_TLerp_ReturnValue) == 0x000850, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_TLerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakTransform_Location_1) == 0x000880, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakTransform_Location_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakTransform_Rotation_1) == 0x00088C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakTransform_Rotation_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakTransform_Scale_1) == 0x000898, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakTransform_Scale_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetWorldTransform_SweepHitResult_3) == 0x0008A4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetWorldTransform_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeTransform_ReturnValue_2) == 0x000930, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetActorTransform_SweepHitResult_1) == 0x000960, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetActorTransform_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetActorTransform_ReturnValue_1) == 0x0009E8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetActorTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_float_Variable_1) == 0x0009EC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_ActionValue) == 0x0009F0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000A00, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000A04, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000A08, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Conv_InputActionValueToBool_ReturnValue) == 0x000A0C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Conv_InputActionValueToBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000A10, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000A14, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x000A18, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x000A1C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x000A20, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x000A24, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x000A28, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x000A2C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_14) == 0x000A30, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_15) == 0x000A34, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Multiply_FloatFloat_ReturnValue_16) == 0x000A38, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Multiply_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000A40, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000A48, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_6) == 0x000A50, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_float_Variable_2) == 0x000A54, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_float_Variable_3) == 0x000A58, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x000A5C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x000A6C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x000A70, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Conv_InputActionValueToBool_ReturnValue_1) == 0x000A74, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Conv_InputActionValueToBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Event_InteractionComponent) == 0x000A78, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Event_InteractionActor) == 0x000A80, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Not_PreBool_ReturnValue_3) == 0x000A88, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_TryCancel_ReturnValue) == 0x000A89, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_TryCancel_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Event_InteractedComponent_2) == 0x000A90, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Event_InteractedComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Event_InteractingActor_2) == 0x000A98, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Event_InteractingActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Event_InteractedComponent_1) == 0x000AA0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Event_InteractedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Event_InteractingActor_1) == 0x000AA8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Event_InteractingActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Event_InteractedComponent) == 0x000AB0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Event_InteractingActor) == 0x000AB8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Event_HoverEndType) == 0x000AC0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Event_HoverEndType' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_7) == 0x000AC1, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_float_Variable_4) == 0x000AC4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_float_Variable_5) == 0x000AC8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x000ACC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x000ADC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x000AE0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000AE4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Conv_InputActionValueToBool_ReturnValue_2) == 0x000AE5, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Conv_InputActionValueToBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_GetComponentToWorld_ReturnValue_8) == 0x000AF0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_GetComponentToWorld_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_TLerp_ReturnValue_1) == 0x000B20, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_TLerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetTransform_ReturnValue_1) == 0x000B50, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetTransform_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakTransform_Location_2) == 0x000B80, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakTransform_Location_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakTransform_Rotation_2) == 0x000B8C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakTransform_Rotation_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakTransform_Scale_2) == 0x000B98, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakTransform_Scale_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeTransform_ReturnValue_3) == 0x000BB0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeTransform_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetWorldTransform_SweepHitResult_4) == 0x000BE0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetWorldTransform_SweepHitResult_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetActorTransform_SweepHitResult_2) == 0x000C68, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetActorTransform_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetActorTransform_ReturnValue_2) == 0x000CF0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetActorTransform_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_8) == 0x000CF1, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_float_Variable_6) == 0x000CF4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_float_Variable_7) == 0x000CF8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_AddLocalRotation_SweepHitResult) == 0x000CFC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_AddLocalRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x000D84, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x000D94, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x000D98, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Conv_InputActionValueToBool_ReturnValue_3) == 0x000D9C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Conv_InputActionValueToBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_9) == 0x000D9D, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetPlayerController_ReturnValue_4) == 0x000DA0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetPlayerController_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Select_Default_3) == 0x000DA8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_X_1) == 0x000DB4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_Y_1) == 0x000DB8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_Z_1) == 0x000DBC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_FClamp_ReturnValue) == 0x000DC0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_FClamp_ReturnValue_1) == 0x000DC4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_FClamp_ReturnValue_2) == 0x000DC8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_FClamp_ReturnValue_3) == 0x000DCC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_FClamp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeVector_ReturnValue_5) == 0x000DD0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeVector_ReturnValue_6) == 0x000DDC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_10) == 0x000DE8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_SelectVector_ReturnValue) == 0x000DEC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_SelectVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Select_Default_4) == 0x000DF8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_X_2) == 0x000E04, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_Y_2) == 0x000E08, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_Z_2) == 0x000E0C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Not_PreBool_ReturnValue_4) == 0x000E10, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_FClamp_ReturnValue_4) == 0x000E14, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_FClamp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_FClamp_ReturnValue_5) == 0x000E18, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_FClamp_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_FClamp_ReturnValue_6) == 0x000E1C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_FClamp_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_FClamp_ReturnValue_7) == 0x000E20, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_FClamp_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeVector_ReturnValue_7) == 0x000E24, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeVector_ReturnValue_8) == 0x000E30, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_SelectVector_ReturnValue_1) == 0x000E3C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_SelectVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_struct_Variable) == 0x000E48, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000E60, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_InputKeyEvent_Key) == 0x000E68, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_AddLocalTransform_SweepHitResult) == 0x000E80, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_AddLocalTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_InputKeyEvent_Key_1) == 0x000F08, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_InputKeyEvent_Key_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x000F20, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_IsPlayerInputAllowed_InputValidated) == 0x000F21, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_IsPlayerInputAllowed_InputValidated' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Less_FloatFloat_ReturnValue_4) == 0x000F22, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Less_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_IsPlayerInputAllowed_InputValidated_1) == 0x000F23, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_IsPlayerInputAllowed_InputValidated_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_IsPlayerInputAllowed_InputValidated_2) == 0x000F24, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_IsPlayerInputAllowed_InputValidated_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_IsPlayerInputAllowed_InputValidated_3) == 0x000F25, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_IsPlayerInputAllowed_InputValidated_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_IsValid_ReturnValue_1) == 0x000F26, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000F28, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Less_FloatFloat_ReturnValue_5) == 0x000FB0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Less_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_11) == 0x000FB1, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Add_VectorVector_ReturnValue_3) == 0x000FB4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_CustomEvent_ReturnBook) == 0x000FC0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_CustomEvent_ReturnBook' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BooleanOR_ReturnValue) == 0x000FC1, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Not_PreBool_ReturnValue_5) == 0x000FC2, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_SelectFloat_ReturnValue) == 0x000FC4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000FC8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Create_ReturnValue) == 0x000FD8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GreaterGreater_VectorRotator_ReturnValue) == 0x000FE0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GreaterGreater_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_Add_VectorVector_ReturnValue_5) == 0x000FEC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Event_EndPlayReason) == 0x000FF8, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Select_Default_5) == 0x000FFC, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_GetCachedGameInstance_CachedGameInstance) == 0x001008, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_GetCachedGameInstance_CachedGameInstance' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_IsInteracting_ReturnValue) == 0x001010, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_IsInteracting_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_bool_Variable_12) == 0x001011, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_IsPlaying_ReturnValue) == 0x001012, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BooleanOR_ReturnValue_1) == 0x001013, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Select_Default_6) == 0x001014, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_X_3) == 0x001020, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_Y_3) == 0x001024, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_BreakVector_Z_3) == 0x001028, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_MakeVector_ReturnValue_9) == 0x00102C, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_MakeVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, CallFunc_K2_AddLocalOffset_SweepHitResult) == 0x001038, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::CallFunc_K2_AddLocalOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, Temp_int_Variable_1) == 0x0010C0, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController, K2Node_Select_Default_7) == 0x0010C4, "Member 'BP_FI_JournalController_C_ExecuteUbergraph_BP_FI_JournalController::K2Node_Select_Default_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_ReceiveEndPlay \ static_assert(alignof(BP_FI_JournalController_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_FI_JournalController_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_FI_JournalController_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_FI_JournalController_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_FI_JournalController_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_FI_JournalController_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_MoveBookToPlayer \ static_assert(alignof(BP_FI_JournalController_C_MoveBookToPlayer) == 0x000001, "Wrong alignment on BP_FI_JournalController_C_MoveBookToPlayer"); \ static_assert(sizeof(BP_FI_JournalController_C_MoveBookToPlayer) == 0x000001, "Wrong size on BP_FI_JournalController_C_MoveBookToPlayer"); \ static_assert(offsetof(BP_FI_JournalController_C_MoveBookToPlayer, ReturnBook) == 0x000000, "Member 'BP_FI_JournalController_C_MoveBookToPlayer::ReturnBook' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_InteractHoverEnd \ static_assert(alignof(BP_FI_JournalController_C_InteractHoverEnd) == 0x000008, "Wrong alignment on BP_FI_JournalController_C_InteractHoverEnd"); \ static_assert(sizeof(BP_FI_JournalController_C_InteractHoverEnd) == 0x000018, "Wrong size on BP_FI_JournalController_C_InteractHoverEnd"); \ static_assert(offsetof(BP_FI_JournalController_C_InteractHoverEnd, InteractedComponent_0) == 0x000000, "Member 'BP_FI_JournalController_C_InteractHoverEnd::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_InteractHoverEnd, InteractingActor_0) == 0x000008, "Member 'BP_FI_JournalController_C_InteractHoverEnd::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_InteractHoverEnd, HoverEndType) == 0x000010, "Member 'BP_FI_JournalController_C_InteractHoverEnd::HoverEndType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_InteractHoverBegin \ static_assert(alignof(BP_FI_JournalController_C_InteractHoverBegin) == 0x000008, "Wrong alignment on BP_FI_JournalController_C_InteractHoverBegin"); \ static_assert(sizeof(BP_FI_JournalController_C_InteractHoverBegin) == 0x000010, "Wrong size on BP_FI_JournalController_C_InteractHoverBegin"); \ static_assert(offsetof(BP_FI_JournalController_C_InteractHoverBegin, InteractedComponent_0) == 0x000000, "Member 'BP_FI_JournalController_C_InteractHoverBegin::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_InteractHoverBegin, InteractingActor_0) == 0x000008, "Member 'BP_FI_JournalController_C_InteractHoverBegin::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_Cancel \ static_assert(alignof(BP_FI_JournalController_C_Cancel) == 0x000008, "Wrong alignment on BP_FI_JournalController_C_Cancel"); \ static_assert(sizeof(BP_FI_JournalController_C_Cancel) == 0x000010, "Wrong size on BP_FI_JournalController_C_Cancel"); \ static_assert(offsetof(BP_FI_JournalController_C_Cancel, InteractedComponent_0) == 0x000000, "Member 'BP_FI_JournalController_C_Cancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_Cancel, InteractingActor_0) == 0x000008, "Member 'BP_FI_JournalController_C_Cancel::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_ActiveBeginInteract \ static_assert(alignof(BP_FI_JournalController_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_FI_JournalController_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_FI_JournalController_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_FI_JournalController_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_FI_JournalController_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_FI_JournalController_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_FI_JournalController_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_MoveViewToTarget \ static_assert(alignof(BP_FI_JournalController_C_MoveViewToTarget) == 0x000001, "Wrong alignment on BP_FI_JournalController_C_MoveViewToTarget"); \ static_assert(sizeof(BP_FI_JournalController_C_MoveViewToTarget) == 0x000001, "Wrong size on BP_FI_JournalController_C_MoveViewToTarget"); \ static_assert(offsetof(BP_FI_JournalController_C_MoveViewToTarget, Return) == 0x000000, "Member 'BP_FI_JournalController_C_MoveViewToTarget::Return' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_ReceiveTick \ static_assert(alignof(BP_FI_JournalController_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_FI_JournalController_C_ReceiveTick"); \ static_assert(sizeof(BP_FI_JournalController_C_ReceiveTick) == 0x000004, "Wrong size on BP_FI_JournalController_C_ReceiveTick"); \ static_assert(offsetof(BP_FI_JournalController_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_FI_JournalController_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_CameraOffsetPerPage \ static_assert(alignof(BP_FI_JournalController_C_CameraOffsetPerPage) == 0x000001, "Wrong alignment on BP_FI_JournalController_C_CameraOffsetPerPage"); \ static_assert(sizeof(BP_FI_JournalController_C_CameraOffsetPerPage) == 0x000001, "Wrong size on BP_FI_JournalController_C_CameraOffsetPerPage"); \ static_assert(offsetof(BP_FI_JournalController_C_CameraOffsetPerPage, halt) == 0x000000, "Member 'BP_FI_JournalController_C_CameraOffsetPerPage::halt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0 \ static_assert(alignof(BP_FI_JournalController_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0) == 0x000004, "Wrong alignment on BP_FI_JournalController_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0"); \ static_assert(sizeof(BP_FI_JournalController_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0) == 0x000018, "Wrong size on BP_FI_JournalController_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_FI_JournalController_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000010, "Member 'BP_FI_JournalController_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000014, "Member 'BP_FI_JournalController_C_InpActEvt_IA_Read_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_1 \ static_assert(alignof(BP_FI_JournalController_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_1) == 0x000004, "Wrong alignment on BP_FI_JournalController_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_1"); \ static_assert(sizeof(BP_FI_JournalController_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_1) == 0x000018, "Wrong size on BP_FI_JournalController_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_1"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_FI_JournalController_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000010, "Member 'BP_FI_JournalController_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000014, "Member 'BP_FI_JournalController_C_InpActEvt_IA_Cancel_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Right_K2Node_EnhancedInputActionEvent_2 \ static_assert(alignof(BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Right_K2Node_EnhancedInputActionEvent_2) == 0x000004, "Wrong alignment on BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Right_K2Node_EnhancedInputActionEvent_2"); \ static_assert(sizeof(BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Right_K2Node_EnhancedInputActionEvent_2) == 0x000018, "Wrong size on BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Right_K2Node_EnhancedInputActionEvent_2"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Right_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Right_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Right_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000010, "Member 'BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Right_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Right_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000014, "Member 'BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Right_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Left_K2Node_EnhancedInputActionEvent_3 \ static_assert(alignof(BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Left_K2Node_EnhancedInputActionEvent_3) == 0x000004, "Wrong alignment on BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Left_K2Node_EnhancedInputActionEvent_3"); \ static_assert(sizeof(BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Left_K2Node_EnhancedInputActionEvent_3) == 0x000018, "Wrong size on BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Left_K2Node_EnhancedInputActionEvent_3"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Left_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Left_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Left_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000010, "Member 'BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Left_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Left_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000014, "Member 'BP_FI_JournalController_C_InpActEvt_IA_TurnPage_Left_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_0 \ static_assert(alignof(BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_0"); \ static_assert(sizeof(BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_0"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_1 \ static_assert(alignof(BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_1) == 0x000008, "Wrong alignment on BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_1"); \ static_assert(sizeof(BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_1) == 0x000018, "Wrong size on BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_1"); \ static_assert(offsetof(BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_1, Key) == 0x000000, "Member 'BP_FI_JournalController_C_InpActEvt_LeftMouseButton_K2Node_InputKeyEvent_1::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_UserConstructionScript \ static_assert(alignof(BP_FI_JournalController_C_UserConstructionScript) == 0x000001, "Wrong alignment on BP_FI_JournalController_C_UserConstructionScript"); \ static_assert(sizeof(BP_FI_JournalController_C_UserConstructionScript) == 0x000002, "Wrong size on BP_FI_JournalController_C_UserConstructionScript"); \ static_assert(offsetof(BP_FI_JournalController_C_UserConstructionScript, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000000, "Member 'BP_FI_JournalController_C_UserConstructionScript::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_UserConstructionScript, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x000001, "Member 'BP_FI_JournalController_C_UserConstructionScript::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_ShowTutorialBar \ static_assert(alignof(BP_FI_JournalController_C_ShowTutorialBar) == 0x000008, "Wrong alignment on BP_FI_JournalController_C_ShowTutorialBar"); \ static_assert(sizeof(BP_FI_JournalController_C_ShowTutorialBar) == 0x000018, "Wrong size on BP_FI_JournalController_C_ShowTutorialBar"); \ static_assert(offsetof(BP_FI_JournalController_C_ShowTutorialBar, Force) == 0x000000, "Member 'BP_FI_JournalController_C_ShowTutorialBar::Force' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ShowTutorialBar, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_JournalController_C_ShowTutorialBar::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ShowTutorialBar, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_FI_JournalController_C_ShowTutorialBar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ShowTutorialBar, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_FI_JournalController_C_ShowTutorialBar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ShowTutorialBar, CallFunc_Not_PreBool_ReturnValue_1) == 0x000012, "Member 'BP_FI_JournalController_C_ShowTutorialBar::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ShowTutorialBar, CallFunc_HasPageTextToRead_Result) == 0x000013, "Member 'BP_FI_JournalController_C_ShowTutorialBar::CallFunc_HasPageTextToRead_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ShowTutorialBar, CallFunc_BooleanOR_ReturnValue) == 0x000014, "Member 'BP_FI_JournalController_C_ShowTutorialBar::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ShowTutorialBar, CallFunc_IsPlayerInputAllowed_InputValidated) == 0x000015, "Member 'BP_FI_JournalController_C_ShowTutorialBar::CallFunc_IsPlayerInputAllowed_InputValidated' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_ShowTutorialBar, CallFunc_Not_PreBool_ReturnValue_2) == 0x000016, "Member 'BP_FI_JournalController_C_ShowTutorialBar::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_HideTutorialBar \ static_assert(alignof(BP_FI_JournalController_C_HideTutorialBar) == 0x000008, "Wrong alignment on BP_FI_JournalController_C_HideTutorialBar"); \ static_assert(sizeof(BP_FI_JournalController_C_HideTutorialBar) == 0x000018, "Wrong size on BP_FI_JournalController_C_HideTutorialBar"); \ static_assert(offsetof(BP_FI_JournalController_C_HideTutorialBar, Force) == 0x000000, "Member 'BP_FI_JournalController_C_HideTutorialBar::Force' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_HideTutorialBar, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_FI_JournalController_C_HideTutorialBar::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_HideTutorialBar, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_FI_JournalController_C_HideTutorialBar::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_HideTutorialBar, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_FI_JournalController_C_HideTutorialBar::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_HideTutorialBar, CallFunc_BooleanOR_ReturnValue) == 0x000012, "Member 'BP_FI_JournalController_C_HideTutorialBar::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_OpenTextOverlay \ static_assert(alignof(BP_FI_JournalController_C_OpenTextOverlay) == 0x000008, "Wrong alignment on BP_FI_JournalController_C_OpenTextOverlay"); \ static_assert(sizeof(BP_FI_JournalController_C_OpenTextOverlay) == 0x000038, "Wrong size on BP_FI_JournalController_C_OpenTextOverlay"); \ static_assert(offsetof(BP_FI_JournalController_C_OpenTextOverlay, CallFunc_GetPlayerController_ReturnValue) == 0x000000, "Member 'BP_FI_JournalController_C_OpenTextOverlay::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_OpenTextOverlay, CallFunc_GetHUD_ReturnValue) == 0x000008, "Member 'BP_FI_JournalController_C_OpenTextOverlay::CallFunc_GetHUD_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_OpenTextOverlay, K2Node_DynamicCast_AsBP_PHHUD) == 0x000010, "Member 'BP_FI_JournalController_C_OpenTextOverlay::K2Node_DynamicCast_AsBP_PHHUD' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_OpenTextOverlay, K2Node_DynamicCast_bSuccess) == 0x000018, "Member 'BP_FI_JournalController_C_OpenTextOverlay::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_OpenTextOverlay, CallFunc_Subtract_IntInt_ReturnValue) == 0x00001C, "Member 'BP_FI_JournalController_C_OpenTextOverlay::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_OpenTextOverlay, CallFunc_Array_Get_Item) == 0x000020, "Member 'BP_FI_JournalController_C_OpenTextOverlay::CallFunc_Array_Get_Item' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_IsPlayerInputAllowed \ static_assert(alignof(BP_FI_JournalController_C_IsPlayerInputAllowed) == 0x000001, "Wrong alignment on BP_FI_JournalController_C_IsPlayerInputAllowed"); \ static_assert(sizeof(BP_FI_JournalController_C_IsPlayerInputAllowed) == 0x00000C, "Wrong size on BP_FI_JournalController_C_IsPlayerInputAllowed"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, InputValidated) == 0x000000, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::InputValidated' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, CallFunc_Not_PreBool_ReturnValue_1) == 0x000002, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, CallFunc_IsPlayingPageVO_Result) == 0x000003, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::CallFunc_IsPlayingPageVO_Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, CallFunc_Not_PreBool_ReturnValue_2) == 0x000004, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, CallFunc_Not_PreBool_ReturnValue_3) == 0x000005, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, CallFunc_Not_PreBool_ReturnValue_4) == 0x000006, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, CallFunc_BooleanAND_ReturnValue) == 0x000007, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, CallFunc_BooleanAND_ReturnValue_1) == 0x000008, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, CallFunc_BooleanAND_ReturnValue_2) == 0x000009, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, CallFunc_BooleanAND_ReturnValue_3) == 0x00000A, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayerInputAllowed, CallFunc_BooleanAND_ReturnValue_4) == 0x00000B, "Member 'BP_FI_JournalController_C_IsPlayerInputAllowed::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_IsPlayingPageVO \ static_assert(alignof(BP_FI_JournalController_C_IsPlayingPageVO) == 0x000001, "Wrong alignment on BP_FI_JournalController_C_IsPlayingPageVO"); \ static_assert(sizeof(BP_FI_JournalController_C_IsPlayingPageVO) == 0x000003, "Wrong size on BP_FI_JournalController_C_IsPlayingPageVO"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayingPageVO, Result) == 0x000000, "Member 'BP_FI_JournalController_C_IsPlayingPageVO::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayingPageVO, CallFunc_IsPlaying_ReturnValue) == 0x000001, "Member 'BP_FI_JournalController_C_IsPlayingPageVO::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_IsPlayingPageVO, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_FI_JournalController_C_IsPlayingPageVO::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_HasPageTextToRead \ static_assert(alignof(BP_FI_JournalController_C_HasPageTextToRead) == 0x000008, "Wrong alignment on BP_FI_JournalController_C_HasPageTextToRead"); \ static_assert(sizeof(BP_FI_JournalController_C_HasPageTextToRead) == 0x000048, "Wrong size on BP_FI_JournalController_C_HasPageTextToRead"); \ static_assert(offsetof(BP_FI_JournalController_C_HasPageTextToRead, Result) == 0x000000, "Member 'BP_FI_JournalController_C_HasPageTextToRead::Result' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_HasPageTextToRead, Loc_PageText) == 0x000008, "Member 'BP_FI_JournalController_C_HasPageTextToRead::Loc_PageText' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_HasPageTextToRead, Loc_PageIdx) == 0x000020, "Member 'BP_FI_JournalController_C_HasPageTextToRead::Loc_PageIdx' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_HasPageTextToRead, CallFunc_TextIsEmpty_ReturnValue) == 0x000024, "Member 'BP_FI_JournalController_C_HasPageTextToRead::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_HasPageTextToRead, CallFunc_Not_PreBool_ReturnValue) == 0x000025, "Member 'BP_FI_JournalController_C_HasPageTextToRead::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_HasPageTextToRead, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_FI_JournalController_C_HasPageTextToRead::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_HasPageTextToRead, CallFunc_Array_IsValidIndex_ReturnValue) == 0x000040, "Member 'BP_FI_JournalController_C_HasPageTextToRead::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_HasPageTextToRead, CallFunc_Subtract_IntInt_ReturnValue) == 0x000044, "Member 'BP_FI_JournalController_C_HasPageTextToRead::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_C_CanInteract \ static_assert(alignof(BP_FI_JournalController_C_CanInteract) == 0x000008, "Wrong alignment on BP_FI_JournalController_C_CanInteract"); \ static_assert(sizeof(BP_FI_JournalController_C_CanInteract) == 0x000018, "Wrong size on BP_FI_JournalController_C_CanInteract"); \ static_assert(offsetof(BP_FI_JournalController_C_CanInteract, InteractedComponent_0) == 0x000000, "Member 'BP_FI_JournalController_C_CanInteract::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_CanInteract, InteractingActor_0) == 0x000008, "Member 'BP_FI_JournalController_C_CanInteract::InteractingActor_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_CanInteract, ReturnValue) == 0x000010, "Member 'BP_FI_JournalController_C_CanInteract::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_C_CanInteract, CallFunc_CanInteract_ReturnValue) == 0x000011, "Member 'BP_FI_JournalController_C_CanInteract::CallFunc_CanInteract_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_JournalController_C \ static_assert(alignof(ABP_FI_JournalController_C) == 0x000010, "Wrong alignment on ABP_FI_JournalController_C"); \ static_assert(sizeof(ABP_FI_JournalController_C) == 0x001E50, "Wrong size on ABP_FI_JournalController_C"); \ static_assert(offsetof(ABP_FI_JournalController_C, UberGraphFrame_BP_FI_JournalController_C) == 0x001BF8, "Member 'ABP_FI_JournalController_C::UberGraphFrame_BP_FI_JournalController_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, WidgetInteraction) == 0x001C00, "Member 'ABP_FI_JournalController_C::WidgetInteraction' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, OffsetLocation) == 0x001C08, "Member 'ABP_FI_JournalController_C::OffsetLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, OffsetStartLocation) == 0x001C10, "Member 'ABP_FI_JournalController_C::OffsetStartLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, ScrollAndZoomOffset) == 0x001C18, "Member 'ABP_FI_JournalController_C::ScrollAndZoomOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, CloseUpCamMount) == 0x001C20, "Member 'ABP_FI_JournalController_C::CloseUpCamMount' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, Billboard) == 0x001C28, "Member 'ABP_FI_JournalController_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, OriginLocation) == 0x001C30, "Member 'ABP_FI_JournalController_C::OriginLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, DestinationLocation) == 0x001C38, "Member 'ABP_FI_JournalController_C::DestinationLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, OffsetPerPage_0_1_C499DC614B4CF8B0792071BD18FE3D81) == 0x001C40, "Member 'ABP_FI_JournalController_C::OffsetPerPage_0_1_C499DC614B4CF8B0792071BD18FE3D81' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, OffsetPerPage__Direction_C499DC614B4CF8B0792071BD18FE3D81) == 0x001C44, "Member 'ABP_FI_JournalController_C::OffsetPerPage__Direction_C499DC614B4CF8B0792071BD18FE3D81' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, OffsetPerPage) == 0x001C48, "Member 'ABP_FI_JournalController_C::OffsetPerPage' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, MoveToCamera_sine0_1_F18077DA4D97D88FAA30C09A583A1713) == 0x001C50, "Member 'ABP_FI_JournalController_C::MoveToCamera_sine0_1_F18077DA4D97D88FAA30C09A583A1713' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, MoveToCamera__Direction_F18077DA4D97D88FAA30C09A583A1713) == 0x001C54, "Member 'ABP_FI_JournalController_C::MoveToCamera__Direction_F18077DA4D97D88FAA30C09A583A1713' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, MoveToCamera) == 0x001C58, "Member 'ABP_FI_JournalController_C::MoveToCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, Trigger_Volume_Dimensions) == 0x001C60, "Member 'ABP_FI_JournalController_C::Trigger_Volume_Dimensions' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, BookToControl) == 0x001C70, "Member 'ABP_FI_JournalController_C::BookToControl' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, BooksToControl) == 0x001C78, "Member 'ABP_FI_JournalController_C::BooksToControl' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, RequirePlayerInsideTriggerVolume) == 0x001C88, "Member 'ABP_FI_JournalController_C::RequirePlayerInsideTriggerVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, BringBookToPlayer) == 0x001C89, "Member 'ABP_FI_JournalController_C::BringBookToPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, PlayerCamera) == 0x001C90, "Member 'ABP_FI_JournalController_C::PlayerCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, CloseUpCamera) == 0x001C98, "Member 'ABP_FI_JournalController_C::CloseUpCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, TransitionTime) == 0x001CA0, "Member 'ABP_FI_JournalController_C::TransitionTime' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, PageToOpenTo) == 0x001CA4, "Member 'ABP_FI_JournalController_C::PageToOpenTo' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, BookOriginalOpenAmount) == 0x001CA8, "Member 'ABP_FI_JournalController_C::BookOriginalOpenAmount' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, OpenBookHowWide) == 0x001CAC, "Member 'ABP_FI_JournalController_C::OpenBookHowWide' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, Auto_open_book_upon_viewing) == 0x001CB0, "Member 'ABP_FI_JournalController_C::Auto_open_book_upon_viewing' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, waiting) == 0x001CB1, "Member 'ABP_FI_JournalController_C::waiting' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, DistanceFromCamera) == 0x001CB4, "Member 'ABP_FI_JournalController_C::DistanceFromCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, DistanceFromCameraVR) == 0x001CC0, "Member 'ABP_FI_JournalController_C::DistanceFromCameraVR' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, Book_Viewing_Angle) == 0x001CCC, "Member 'ABP_FI_JournalController_C::Book_Viewing_Angle' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, TutorialWidget) == 0x001CD8, "Member 'ABP_FI_JournalController_C::TutorialWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, ResetAnimsOnBookReturn) == 0x001CE0, "Member 'ABP_FI_JournalController_C::ResetAnimsOnBookReturn' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, LocationStart) == 0x001CF0, "Member 'ABP_FI_JournalController_C::LocationStart' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, CloseUpCamMovementMultiplier) == 0x001D20, "Member 'ABP_FI_JournalController_C::CloseUpCamMovementMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, OffsetTotalPos) == 0x001D24, "Member 'ABP_FI_JournalController_C::OffsetTotalPos' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, MoveEnded) == 0x001D30, "Member 'ABP_FI_JournalController_C::MoveEnded' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, DoNothing) == 0x001D31, "Member 'ABP_FI_JournalController_C::DoNothing' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, PageTurnDuration) == 0x001D34, "Member 'ABP_FI_JournalController_C::PageTurnDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, Show_Controls_UI) == 0x001D38, "Member 'ABP_FI_JournalController_C::Show_Controls_UI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, CameraOffsetsByPageSpread) == 0x001D40, "Member 'ABP_FI_JournalController_C::CameraOffsetsByPageSpread' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, TransitionTimeForOffsets) == 0x001D90, "Member 'ABP_FI_JournalController_C::TransitionTimeForOffsets' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, CurrentBook) == 0x001D94, "Member 'ABP_FI_JournalController_C::CurrentBook' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, OffsetZoomPos) == 0x001D98, "Member 'ABP_FI_JournalController_C::OffsetZoomPos' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, ZoomCurrent) == 0x001DA4, "Member 'ABP_FI_JournalController_C::ZoomCurrent' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, EnableZoomAndScroll) == 0x001DA8, "Member 'ABP_FI_JournalController_C::EnableZoomAndScroll' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, LimitScrollToZoom) == 0x001DA9, "Member 'ABP_FI_JournalController_C::LimitScrollToZoom' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, InvertScrolling) == 0x001DAA, "Member 'ABP_FI_JournalController_C::InvertScrolling' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, ZoomMax) == 0x001DAC, "Member 'ABP_FI_JournalController_C::ZoomMax' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, ScrollMax) == 0x001DB0, "Member 'ABP_FI_JournalController_C::ScrollMax' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, ScrollOffset) == 0x001DC0, "Member 'ABP_FI_JournalController_C::ScrollOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, MoveBookActive) == 0x001DF0, "Member 'ABP_FI_JournalController_C::MoveBookActive' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, MoveViewActive) == 0x001DF1, "Member 'ABP_FI_JournalController_C::MoveViewActive' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, EnableMouseCursor) == 0x001DF2, "Member 'ABP_FI_JournalController_C::EnableMouseCursor' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, ZoomAmount) == 0x001DF4, "Member 'ABP_FI_JournalController_C::ZoomAmount' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, TriggerActivated) == 0x001DF8, "Member 'ABP_FI_JournalController_C::TriggerActivated' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, DebugTestEphemera) == 0x001E00, "Member 'ABP_FI_JournalController_C::DebugTestEphemera' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, ChapterTagonEndInteract) == 0x001E10, "Member 'ABP_FI_JournalController_C::ChapterTagonEndInteract' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, TextOverlayWidget) == 0x001E18, "Member 'ABP_FI_JournalController_C::TextOverlayWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, ArticleContent) == 0x001E20, "Member 'ABP_FI_JournalController_C::ArticleContent' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, DisplayedTutorialBar) == 0x001E30, "Member 'ABP_FI_JournalController_C::DisplayedTutorialBar' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, HUDPromptMsgBottomEvent) == 0x001E38, "Member 'ABP_FI_JournalController_C::HUDPromptMsgBottomEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_C, SetFadeOnPutDown) == 0x001E40, "Member 'ABP_FI_JournalController_C::SetFadeOnPutDown' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager \ static_assert(alignof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager) == 0x000008, "Wrong alignment on BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager"); \ static_assert(sizeof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager) == 0x000158, "Wrong size on BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, EntryPoint) == 0x000000, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager) == 0x000010, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000018, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_EOEvent_Sender_3) == 0x000020, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_EOEvent_Sender_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_EOEvent_Event_3) == 0x000028, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_EOEvent_Event_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_CustomEvent_Checkpoint_Name) == 0x000030, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_CustomEvent_Checkpoint_Name' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_DynamicCast_AsBPE_Fade_to_Main_Menu) == 0x000048, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_DynamicCast_AsBPE_Fade_to_Main_Menu' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_DynamicCast_bSuccess) == 0x000050, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000058, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_Add_FloatFloat_ReturnValue) == 0x000060, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_EOCreateEvent_OutputDelegate) == 0x000064, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_EOEvent_Sender_2) == 0x000078, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_EOEvent_Event_2) == 0x000080, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_DynamicCast_AsBPE_Camera_Shake_Event) == 0x000088, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_DynamicCast_AsBPE_Camera_Shake_Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000098, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x0000A0, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x0000A8, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_IsValidClass_ReturnValue) == 0x0000B0, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_InputDebugKeyEvent_Key) == 0x0000B8, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_CreateEOEvent_ReturnValue_2) == 0x0000D0, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000D8, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_EOCreateEvent_OutputDelegate_1) == 0x0000DC, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_EOEvent_Sender_1) == 0x0000F0, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_EOEvent_Event_1) == 0x0000F8, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3) == 0x000100, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000108, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_EOEvent_Sender) == 0x000118, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, K2Node_EOEvent_Event) == 0x000120, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4) == 0x000128, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_1) == 0x000130, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000138, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_2) == 0x000148, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000150, "Member 'BP_BaseGameManager_C_ExecuteUbergraph_BP_BaseGameManager::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseGameManager_C_FellInWater \ static_assert(alignof(BP_BaseGameManager_C_FellInWater) == 0x000008, "Wrong alignment on BP_BaseGameManager_C_FellInWater"); \ static_assert(sizeof(BP_BaseGameManager_C_FellInWater) == 0x000010, "Wrong size on BP_BaseGameManager_C_FellInWater"); \ static_assert(offsetof(BP_BaseGameManager_C_FellInWater, Sender) == 0x000000, "Member 'BP_BaseGameManager_C_FellInWater::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_FellInWater, Event) == 0x000008, "Member 'BP_BaseGameManager_C_FellInWater::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseGameManager_C_GlobalResetPlayerHealth \ static_assert(alignof(BP_BaseGameManager_C_GlobalResetPlayerHealth) == 0x000008, "Wrong alignment on BP_BaseGameManager_C_GlobalResetPlayerHealth"); \ static_assert(sizeof(BP_BaseGameManager_C_GlobalResetPlayerHealth) == 0x000010, "Wrong size on BP_BaseGameManager_C_GlobalResetPlayerHealth"); \ static_assert(offsetof(BP_BaseGameManager_C_GlobalResetPlayerHealth, Sender) == 0x000000, "Member 'BP_BaseGameManager_C_GlobalResetPlayerHealth::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_GlobalResetPlayerHealth, Event) == 0x000008, "Member 'BP_BaseGameManager_C_GlobalResetPlayerHealth::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseGameManager_C_CameraShakeEvent \ static_assert(alignof(BP_BaseGameManager_C_CameraShakeEvent) == 0x000008, "Wrong alignment on BP_BaseGameManager_C_CameraShakeEvent"); \ static_assert(sizeof(BP_BaseGameManager_C_CameraShakeEvent) == 0x000010, "Wrong size on BP_BaseGameManager_C_CameraShakeEvent"); \ static_assert(offsetof(BP_BaseGameManager_C_CameraShakeEvent, Sender) == 0x000000, "Member 'BP_BaseGameManager_C_CameraShakeEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_CameraShakeEvent, Event) == 0x000008, "Member 'BP_BaseGameManager_C_CameraShakeEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseGameManager_C_SaveCheckpoint \ static_assert(alignof(BP_BaseGameManager_C_SaveCheckpoint) == 0x000008, "Wrong alignment on BP_BaseGameManager_C_SaveCheckpoint"); \ static_assert(sizeof(BP_BaseGameManager_C_SaveCheckpoint) == 0x000018, "Wrong size on BP_BaseGameManager_C_SaveCheckpoint"); \ static_assert(offsetof(BP_BaseGameManager_C_SaveCheckpoint, Checkpoint_Name) == 0x000000, "Member 'BP_BaseGameManager_C_SaveCheckpoint::Checkpoint_Name' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseGameManager_C_FadeToMainMenu \ static_assert(alignof(BP_BaseGameManager_C_FadeToMainMenu) == 0x000008, "Wrong alignment on BP_BaseGameManager_C_FadeToMainMenu"); \ static_assert(sizeof(BP_BaseGameManager_C_FadeToMainMenu) == 0x000010, "Wrong size on BP_BaseGameManager_C_FadeToMainMenu"); \ static_assert(offsetof(BP_BaseGameManager_C_FadeToMainMenu, Sender) == 0x000000, "Member 'BP_BaseGameManager_C_FadeToMainMenu::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseGameManager_C_FadeToMainMenu, Event) == 0x000008, "Member 'BP_BaseGameManager_C_FadeToMainMenu::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseGameManager_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0 \ static_assert(alignof(BP_BaseGameManager_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on BP_BaseGameManager_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0"); \ static_assert(sizeof(BP_BaseGameManager_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0) == 0x000018, "Wrong size on BP_BaseGameManager_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0"); \ static_assert(offsetof(BP_BaseGameManager_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'BP_BaseGameManager_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseGameManager_C \ static_assert(alignof(ABP_BaseGameManager_C) == 0x000008, "Wrong alignment on ABP_BaseGameManager_C"); \ static_assert(sizeof(ABP_BaseGameManager_C) == 0x0002E0, "Wrong size on ABP_BaseGameManager_C"); \ static_assert(offsetof(ABP_BaseGameManager_C, UberGraphFrame) == 0x0002C0, "Member 'ABP_BaseGameManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseGameManager_C, As_BPE_Camera_Shake_Event) == 0x0002C8, "Member 'ABP_BaseGameManager_C::As_BPE_Camera_Shake_Event' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseGameManager_C, Sound_Mix_FellInWater) == 0x0002D0, "Member 'ABP_BaseGameManager_C::Sound_Mix_FellInWater' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook \ static_assert(alignof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook) == 0x001678, "Wrong size on BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, EntryPoint) == 0x000000, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Backwards) == 0x000004, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Backwards' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_HowQuickly___Seconds__1) == 0x000008, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_HowQuickly___Seconds__1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Not_PreBool_ReturnValue) == 0x000018, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_BoolToInt_ReturnValue) == 0x00001C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_IntInt_ReturnValue) == 0x000020, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Not_PreBool_ReturnValue_1) == 0x000024, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000028, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable) == 0x0000B0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable) == 0x0000B4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetPlayRate_ReturnValue) == 0x0000B8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetPlayRate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000BC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Open_how_wide___0_1_) == 0x0000C0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Open_how_wide___0_1_' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Open_how_quickly___seconds_) == 0x0000C4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Open_how_quickly___seconds_' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Page_to_open_to) == 0x0000C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Page_to_open_to' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue) == 0x0000CC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000D0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000D4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_IntInt_ReturnValue) == 0x0000D8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x0000DC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x0000E0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000E1, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x0000E2, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue) == 0x0000E3, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SelectFloat_ReturnValue_1) == 0x0000E4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0000E8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_3) == 0x0000EC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_IntInt_ReturnValue_1) == 0x0000F0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_4) == 0x0000F4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_IntInt_ReturnValue_2) == 0x0000F8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0000FC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000100, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x000104, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000108, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GreaterEqual_IntInt_ReturnValue_1) == 0x000109, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GreaterEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_1) == 0x00010A, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_2) == 0x00010B, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue) == 0x00010C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_5) == 0x000110, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_IntInt_ReturnValue_2) == 0x000114, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_IntInt_ReturnValue_3) == 0x000118, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_byte_Variable) == 0x00011C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000120, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000124, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000128, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable) == 0x00012C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_6) == 0x000130, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_7) == 0x000134, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_IntToFloat_ReturnValue_4) == 0x000138, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_IntToFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x00013C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue) == 0x000140, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000144, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000148, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_1) == 0x00014C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_2) == 0x000150, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Pause_ReturnValue) == 0x000154, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Pause_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000155, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000158, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Pause_ReturnValue_1) == 0x00015C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Pause_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsPlaying_ReturnValue) == 0x00015D, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000160, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item) == 0x000168, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue) == 0x0001C0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue) == 0x0001C4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_GetRootComponent_ReturnValue) == 0x0001C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_GetRootComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetAttachParent_ReturnValue) == 0x0001D0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetAttachParent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsPlaying_ReturnValue_1) == 0x0001D8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0001DC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_1) == 0x0001E0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_1) == 0x0001E4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_8) == 0x0001E8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001EC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_2) == 0x0001F0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001F4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x0001F5, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0001F6, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x0001F7, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_BoolToInt_ReturnValue_1) == 0x0001F8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_BoolToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x0001FC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_BoolToInt_ReturnValue_2) == 0x000200, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_BoolToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000204, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_BoolToInt_ReturnValue_3) == 0x000208, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_BoolToInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_9) == 0x00020C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_10) == 0x000210, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000214, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000218, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x00021C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x000220, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue) == 0x000224, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_FloatFloat_ReturnValue) == 0x000225, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000226, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_FloatFloat_ReturnValue_2) == 0x000227, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000228, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x00022C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_3) == 0x0002B4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_1) == 0x0002B8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_2) == 0x0002B9, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_2) == 0x0002BC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_3) == 0x0002C0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_True_if_break_was_hit_Variable) == 0x0002C4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_True_if_break_was_hit_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Not_PreBool_ReturnValue_2) == 0x0002C5, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_3) == 0x0002C6, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_2) == 0x0002C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable) == 0x0002CC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_11) == 0x0002D0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_4) == 0x0002D4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_3) == 0x0002D8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_12) == 0x0002DC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_True_if_break_was_hit_Variable_1) == 0x0002E0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_True_if_break_was_hit_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Not_PreBool_ReturnValue_3) == 0x0002E1, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_4) == 0x0002E4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_13) == 0x0002E8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_1) == 0x0002EC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Not_PreBool_ReturnValue_4) == 0x0002ED, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_FailedUrl) == 0x0002F0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_FailedUrl' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Concat_StrStr_ReturnValue) == 0x000300, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_1) == 0x000310, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_True_if_break_was_hit_Variable_2) == 0x000314, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_True_if_break_was_hit_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Not_PreBool_ReturnValue_5) == 0x000315, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_4) == 0x000316, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_byte_Variable_1) == 0x000317, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_5) == 0x000318, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_5) == 0x00031C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x000320, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_14) == 0x000324, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Detach__not_destroy__orphaned_Ephemera) == 0x000328, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Detach__not_destroy__orphaned_Ephemera' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_OnlyUnfold) == 0x000329, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_OnlyUnfold' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_BookClosing) == 0x00032A, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_BookClosing' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_BookOpening) == 0x00032B, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_BookOpening' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_No_Unfold) == 0x00032C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_No_Unfold' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_1) == 0x00032D, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_6) == 0x000330, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_1) == 0x000338, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_3) == 0x0003B0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_3) == 0x0003B4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_7) == 0x0003B8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_4) == 0x0003BC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_5) == 0x0003C0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_FloatFloat_ReturnValue_3) == 0x0003C4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Greater_IntInt_ReturnValue) == 0x0003C5, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_FloatFloat_ReturnValue_4) == 0x0003C6, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_2) == 0x0003C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_3) == 0x000420, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_X) == 0x000478, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_Y) == 0x00047C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_Z) == 0x000480, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_X_1) == 0x000484, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_Y_1) == 0x000488, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_Z_1) == 0x00048C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_6) == 0x000490, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_7) == 0x000494, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_2) == 0x000498, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsPlaying_ReturnValue_2) == 0x000499, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_2) == 0x00049A, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_5) == 0x00049B, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_8) == 0x00049C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_6) == 0x0004A0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_4) == 0x0004A4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_15) == 0x0004A8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0004AC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_4) == 0x0004AD, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_FloatFloat_ReturnValue_5) == 0x0004AE, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_6) == 0x0004AF, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_5) == 0x0004B0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_6) == 0x0004B1, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_NotEqual_IntInt_ReturnValue) == 0x0004B2, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_8) == 0x0004B4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x0004B8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_FloatFloat_ReturnValue_6) == 0x0004B9, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_3) == 0x0004BA, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SpawnSoundAttached_ReturnValue) == 0x0004C0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetPlayRate_ReturnValue_1) == 0x0004C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetPlayRate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_9) == 0x0004CC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_10) == 0x0004D0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_9) == 0x0004D4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_7) == 0x0004D8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_3) == 0x0004DC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_16) == 0x0004E0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_PageToJumpTo) == 0x0004E4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_PageToJumpTo' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_HowQuickly___Seconds_) == 0x0004E8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_HowQuickly___Seconds_' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessEqual_FloatFloat_ReturnValue_3) == 0x0004EC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SelectFloat_ReturnValue_2) == 0x0004F0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_FloatFloat_ReturnValue_4) == 0x0004F4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_4) == 0x0004F8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetPlayRate_ReturnValue_2) == 0x0004FC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetPlayRate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000500, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_FloatFloat_ReturnValue_5) == 0x000504, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsPlaying_ReturnValue_3) == 0x000508, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsPlaying_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000509, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_5) == 0x00050A, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_6) == 0x00050B, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_7) == 0x00050C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x00050D, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_8) == 0x000510, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_10) == 0x000514, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_17) == 0x000518, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_9) == 0x00051C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_18) == 0x000520, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Page_Number_1) == 0x000524, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Page_Number_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Replace_Title) == 0x000528, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Replace_Title' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Replace_Text) == 0x000540, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Replace_Text' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Replace_Picture) == 0x000558, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Replace_Picture' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Replace_Movie) == 0x000560, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Replace_Movie' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_7) == 0x000568, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_8) == 0x000569, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_TextIsEmpty_ReturnValue) == 0x00056A, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_TextIsEmpty_ReturnValue_1) == 0x00056B, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_TextIsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_19) == 0x00056C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsPlaying_ReturnValue_4) == 0x000570, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsPlaying_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_10) == 0x000574, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_5) == 0x000578, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x00057C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_20) == 0x000580, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_6) == 0x000584, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000588, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x00058C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_11) == 0x000590, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000594, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_11) == 0x000598, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_11) == 0x00059C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Page_To_Animate) == 0x0005A0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Page_To_Animate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Manual_Trigger) == 0x0005A4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Manual_Trigger' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_21) == 0x0005A8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_22) == 0x0005AC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_23) == 0x0005B0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_7) == 0x0005B4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x0005B8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0005B9, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x0005BA, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_FloatFloat_ReturnValue_6) == 0x0005BC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsPlaying_ReturnValue_5) == 0x0005C0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsPlaying_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_8) == 0x0005C1, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_9) == 0x0005C2, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_8) == 0x0005C4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_9) == 0x0005C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_10) == 0x0005CC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x0005D0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x0005D4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue) == 0x0005D8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_FloatFloat_ReturnValue_7) == 0x0005DC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_FloatFloat_ReturnValue_7) == 0x0005E0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_11) == 0x0005E4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_FloatFloat_ReturnValue_8) == 0x0005E8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Not_PreBool_ReturnValue_6) == 0x0005E9, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Not_PreBool_ReturnValue_7) == 0x0005EA, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_12) == 0x0005EC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_7) == 0x0005F0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_4) == 0x0005F1, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0005F4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_13) == 0x0005F8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_Page_Number) == 0x0005FC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_Page_Number' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CustomEvent_All_Pages) == 0x000600, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CustomEvent_All_Pages' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_12) == 0x000604, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000608, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SelectFloat_ReturnValue_3) == 0x00060C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SelectFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x000610, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SelectFloat_ReturnValue_4) == 0x000614, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SelectFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SelectFloat_ReturnValue_5) == 0x000618, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SelectFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_DegCos_ReturnValue) == 0x00061C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_DegCos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_DegSin_ReturnValue) == 0x000620, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000624, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000628, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x00062C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_12) == 0x000630, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_9) == 0x000634, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_13) == 0x000638, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x00063C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_10) == 0x00063D, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_11) == 0x00063E, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsPlaying_ReturnValue_6) == 0x00063F, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsPlaying_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_24) == 0x000640, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_14) == 0x000644, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_IntInt_ReturnValue_3) == 0x000648, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_IntInt_ReturnValue_5) == 0x00064C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_IntInt_ReturnValue_4) == 0x000650, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_15) == 0x000654, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_IntToFloat_ReturnValue_5) == 0x000658, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_IntToFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_IntInt_ReturnValue_6) == 0x00065C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_10) == 0x00065D, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetChildrenComponents_Children) == 0x000660, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetChildrenComponents_Children' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_4) == 0x000670, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetChildrenComponents_Children_1) == 0x0006C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetChildrenComponents_Children_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_14) == 0x0006D8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_GetRootComponent_ReturnValue_1) == 0x0006E0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_GetRootComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_5) == 0x0006E8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetChildrenComponents_Children_2) == 0x0006F0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetChildrenComponents_Children_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetChildrenComponents_Children_3) == 0x000700, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetChildrenComponents_Children_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetChildrenComponents_Children_4) == 0x000710, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetChildrenComponents_Children_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetChildrenComponents_Children_5) == 0x000720, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetChildrenComponents_Children_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetChildrenComponents_Children_6) == 0x000730, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetChildrenComponents_Children_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetChildrenComponents_Children_7) == 0x000740, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetChildrenComponents_Children_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Contains_ReturnValue) == 0x000750, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Contains_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_RemoveItem_ReturnValue) == 0x000751, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_RemoveItem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_5) == 0x000758, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_15) == 0x000760, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_6) == 0x000764, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetDisplayName_ReturnValue) == 0x000768, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000778, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetOwner_ReturnValue) == 0x000788, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetDisplayName_ReturnValue_1) == 0x000790, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetDisplayName_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_12) == 0x0007A0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0007A8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0007B8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_11) == 0x0007C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Not_PreBool_ReturnValue_8) == 0x0007C9, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Not_PreBool_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GreaterEqual_FloatFloat_ReturnValue_2) == 0x0007CA, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GreaterEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_8) == 0x0007CB, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_13) == 0x0007CC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Not_PreBool_ReturnValue_9) == 0x0007CD, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Not_PreBool_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_FloatFloat_ReturnValue_9) == 0x0007CE, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_6) == 0x0007D0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_7) == 0x000828, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_14) == 0x000880, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_15) == 0x000881, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000882, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_GetRootComponent_ReturnValue_2) == 0x000888, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_GetRootComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000890, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x000891, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_GetRootComponent_ReturnValue_3) == 0x000898, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_GetRootComponent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanOR_ReturnValue_12) == 0x0008A0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanOR_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_16) == 0x0008A4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_7) == 0x0008A8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_17) == 0x0008AC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_8) == 0x0008B0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetPlayRate_ReturnValue_3) == 0x0008B4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetPlayRate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GetPlayRate_ReturnValue_4) == 0x0008B8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GetPlayRate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SpawnSoundAttached_ReturnValue_1) == 0x0008C0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SpawnSoundAttached_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Lerp_ReturnValue) == 0x0008C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Lerp_ReturnValue_1) == 0x0008CC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Lerp_ReturnValue_2) == 0x0008D0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Lerp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_12) == 0x0008D4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Lerp_ReturnValue_3) == 0x0008D8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Lerp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_25) == 0x0008DC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Lerp_ReturnValue_4) == 0x0008E0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Lerp_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x0008E4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SpawnSoundAttached_ReturnValue_2) == 0x0008E8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SpawnSoundAttached_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_IsValidIndex_ReturnValue) == 0x0008F0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_IsValidIndex_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_13) == 0x0008F4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SelectInt_ReturnValue) == 0x0008F8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SelectInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_13) == 0x0008FC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_TextToString_ReturnValue) == 0x000900, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000910, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Len_ReturnValue) == 0x000920, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Len_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Len_ReturnValue_1) == 0x000924, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Len_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_9) == 0x000928, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_26) == 0x00092C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000930, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_8) == 0x000938, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_18) == 0x000990, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_10) == 0x000994, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_9) == 0x000998, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakRotator_Roll) == 0x0009A4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakRotator_Pitch) == 0x0009A8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakRotator_Yaw) == 0x0009AC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_10) == 0x0009B0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_14) == 0x0009B4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_15) == 0x0009B8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_SwitchEnum_CmpSuccess) == 0x0009BC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_16) == 0x0009C0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_14) == 0x0009C4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_11) == 0x0009C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_27) == 0x0009CC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_11) == 0x0009D0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_19) == 0x000A28, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_12) == 0x000A2C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_12) == 0x000A30, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakRotator_Roll_1) == 0x000A3C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakRotator_Pitch_1) == 0x000A40, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakRotator_Yaw_1) == 0x000A44, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_13) == 0x000A48, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_14) == 0x000A49, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SelectFloat_ReturnValue_6) == 0x000A4C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SelectFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Not_PreBool_ReturnValue_10) == 0x000A50, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Not_PreBool_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_17) == 0x000A54, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x000A58, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_18) == 0x000A5C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_19) == 0x000A60, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000A64, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeRotator_ReturnValue) == 0x000A68, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_SwitchEnum_CmpSuccess_1) == 0x000A74, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x000A78, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x000B00, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_20) == 0x000B04, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_21) == 0x000B08, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_22) == 0x000B0C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_23) == 0x000B10, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_24) == 0x000B14, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default) == 0x000B18, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_25) == 0x000B1C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_26) == 0x000B20, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_14) == 0x000B24, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_27) == 0x000B28, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_15) == 0x000B30, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_16) == 0x000B88, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_GetRootComponent_ReturnValue_4) == 0x000B90, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_GetRootComponent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SpawnSoundAttached_ReturnValue_3) == 0x000B98, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SpawnSoundAttached_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_15) == 0x000BA0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_16) == 0x000BA4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_17) == 0x000BA8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_28) == 0x000BAC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_15) == 0x000BB0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_18) == 0x000BB4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_13) == 0x000BB5, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_28) == 0x000BB8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_19) == 0x000BBC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_29) == 0x000BC0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_30) == 0x000BC4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_31) == 0x000BC8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ObjectObject_ReturnValue_4) == 0x000BCC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ObjectObject_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_16) == 0x000BD0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_GetRootComponent_ReturnValue_5) == 0x000C28, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_GetRootComponent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_20) == 0x000C30, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ObjectObject_ReturnValue_5) == 0x000C34, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ObjectObject_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_14) == 0x000C35, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_9) == 0x000C36, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_17) == 0x000C38, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_21) == 0x000C90, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_GetRootComponent_ReturnValue_6) == 0x000C98, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_GetRootComponent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_15) == 0x000CA0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ObjectObject_ReturnValue_6) == 0x000CA1, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ObjectObject_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_10) == 0x000CA2, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_16) == 0x000CA4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_2) == 0x000CA8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_29) == 0x000CAC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_2) == 0x000CB0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_16) == 0x000CB4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_18) == 0x000CB8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_3) == 0x000D10, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_20) == 0x000D14, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000D15, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_NotEqual_ByteByte_ReturnValue_1) == 0x000D16, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_NotEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_GetRootComponent_ReturnValue_7) == 0x000D18, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_GetRootComponent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_11) == 0x000D20, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SpawnSoundAttached_ReturnValue_4) == 0x000D28, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SpawnSoundAttached_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_4) == 0x000D30, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_22) == 0x000D34, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_NotEqual_IntInt_ReturnValue_1) == 0x000D38, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_NotEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_3) == 0x000D39, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_17) == 0x000D3C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_1) == 0x000D40, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_16) == 0x000D44, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GreaterEqual_FloatFloat_ReturnValue_3) == 0x000D45, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GreaterEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GreaterEqual_FloatFloat_ReturnValue_4) == 0x000D46, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GreaterEqual_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_30) == 0x000D48, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_12) == 0x000D4C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_5) == 0x000D50, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_17) == 0x000D54, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_4) == 0x000D58, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_19) == 0x000D60, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_2) == 0x000DB8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SpawnSoundAttached_ReturnValue_5) == 0x000DC0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SpawnSoundAttached_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SpawnSoundAttached_ReturnValue_6) == 0x000DC8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SpawnSoundAttached_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000DD0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000DD1, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanAND_ReturnValue_13) == 0x000DD2, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanAND_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_6) == 0x000DD4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_5) == 0x000DD8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_object_Variable) == 0x000DE0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_3) == 0x000DE8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Variable) == 0x000DEC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_4) == 0x000DF0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_18) == 0x000DF8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_17) == 0x000DFC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_31) == 0x000E00, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_18) == 0x000E04, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_20) == 0x000E08, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_6) == 0x000E60, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_21) == 0x000E64, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_21' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_5) == 0x000E68, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeRotator_ReturnValue_1) == 0x000E70, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_IsValid_ReturnValue_21) == 0x000E7C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_IsValid_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SpawnSoundAttached_ReturnValue_7) == 0x000E80, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SpawnSoundAttached_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Percent_IntInt_ReturnValue) == 0x000E88, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessEqual_IntInt_ReturnValue_4) == 0x000E8C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_IntInt_ReturnValue_7) == 0x000E8D, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_7) == 0x000E8E, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanXOR_ReturnValue) == 0x000E8F, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanXOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_6) == 0x000E90, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_7) == 0x000E98, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SpawnSoundAttached_ReturnValue_8) == 0x000EA0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SpawnSoundAttached_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeVector_ReturnValue) == 0x000EA8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessLess_VectorRotator_ReturnValue) == 0x000EB4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessLess_VectorRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_7) == 0x000EC0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_AddActorLocalOffset_SweepHitResult) == 0x000EC4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_AddActorLocalOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_8) == 0x000F4C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_9) == 0x000F50, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_8) == 0x000F54, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_8) == 0x000F58, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_32) == 0x000F5C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_GreaterEqual_FloatFloat_ReturnValue_5) == 0x000F60, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_GreaterEqual_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_9) == 0x000F61, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_CreateDelegate_OutputDelegate) == 0x000F64, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_17) == 0x000F74, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_32) == 0x000F78, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_32' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_10) == 0x000F7C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_11) == 0x000F7D, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_12) == 0x000F7E, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_22) == 0x000F80, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_22' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_23) == 0x000FD8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_23' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_X_2) == 0x001030, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_Y_2) == 0x001034, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_Z_2) == 0x001038, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_X_3) == 0x00103C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_Y_3) == 0x001040, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_Z_3) == 0x001044, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_33) == 0x001048, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_34) == 0x00104C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_35) == 0x001050, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x001054, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_23) == 0x001058, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeVector_ReturnValue_1) == 0x00105C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_18) == 0x001068, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Length_ReturnValue_24) == 0x00106C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Length_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_19) == 0x001070, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_36) == 0x001074, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_36' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x001078, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeVector_ReturnValue_2) == 0x00107C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x001088, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeVector_ReturnValue_3) == 0x00108C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_13) == 0x001098, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x00109C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_14) == 0x001124, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Variable_1) == 0x001128, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_15) == 0x00112C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_9) == 0x001130, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_16) == 0x001134, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_10) == 0x001138, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_17) == 0x00113C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_11) == 0x001140, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x001144, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_FClamp_ReturnValue) == 0x001148, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue_7) == 0x00114C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_37) == 0x001150, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_37' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_FClamp_ReturnValue_1) == 0x001154, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_38) == 0x001158, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_38' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_39) == 0x00115C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_39' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue_8) == 0x001160, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_40) == 0x001164, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_40' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_41) == 0x001168, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_41' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue_9) == 0x00116C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_42) == 0x001170, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_42' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_43) == 0x001174, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_43' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue_10) == 0x001178, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_44) == 0x00117C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_44' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_FloatFloat_ReturnValue_8) == 0x001180, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_45) == 0x001184, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_45' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_46) == 0x001188, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_46' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_FloatFloat_ReturnValue_11) == 0x00118C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_47) == 0x001190, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_47' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_7) == 0x001194, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_48) == 0x001198, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_48' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeVector_ReturnValue_4) == 0x00119C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_49) == 0x0011A8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_49' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_8) == 0x0011AC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeVector_ReturnValue_5) == 0x0011B0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_12) == 0x0011BC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_50) == 0x0011C0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_50' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_13) == 0x0011C4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_9) == 0x0011C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_51) == 0x0011CC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_51' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_10) == 0x0011D0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_18) == 0x0011D4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_14) == 0x0011D8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_15) == 0x0011DC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_19) == 0x0011E0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_33) == 0x0011E4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_33' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_16) == 0x0011E8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Conv_IntToFloat_ReturnValue_6) == 0x0011EC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Conv_IntToFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_11) == 0x0011F0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_FloatFloat_ReturnValue_9) == 0x0011F4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeVector_ReturnValue_6) == 0x0011F8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_SetRelativeLocation_SweepHitResult_2) == 0x001204, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_SetRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_20) == 0x00128C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_17) == 0x001290, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_12) == 0x001294, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_19) == 0x001298, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeVector_ReturnValue_7) == 0x00129C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_SetRelativeLocation_SweepHitResult_3) == 0x0012A8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_SetRelativeLocation_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_20) == 0x001330, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_34) == 0x001334, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_34' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_AniBook_StartAnyMovies_Movie_Found) == 0x001338, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_AniBook_StartAnyMovies_Movie_Found' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_AniBook_StartAnyMovies_Movie_Found_1) == 0x001339, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_AniBook_StartAnyMovies_Movie_Found_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_19) == 0x00133C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_24) == 0x001340, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_24' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Contains_ReturnValue_1) == 0x001398, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Contains_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_X_4) == 0x00139C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_Y_4) == 0x0013A0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BreakVector_Z_4) == 0x0013A4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessEqual_IntInt_ReturnValue_5) == 0x0013A8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessEqual_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_52) == 0x0013AC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_52' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_18) == 0x0013B0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_19) == 0x0013B8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_53) == 0x0013BC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_53' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_13) == 0x0013C0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_20) == 0x0013C4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Divide_FloatFloat_ReturnValue_10) == 0x0013C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Divide_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeVector_ReturnValue_8) == 0x0013CC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_AniBook_StartAnyMovies_Movie_Found_2) == 0x0013D8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_AniBook_StartAnyMovies_Movie_Found_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x0013DC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_AniBook_StartAnyMovies_Movie_Found_3) == 0x001464, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_AniBook_StartAnyMovies_Movie_Found_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_10) == 0x001468, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Loop_Counter_Variable_20) == 0x00146C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Loop_Counter_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Less_IntInt_ReturnValue_21) == 0x001470, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Less_IntInt_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_IntInt_ReturnValue_35) == 0x001474, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_IntInt_ReturnValue_35' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_AniBook_StartAnyMovies_Movie_Found_4) == 0x001478, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_AniBook_StartAnyMovies_Movie_Found_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_AniBook_StartAnyMovies_Movie_Found_5) == 0x001479, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_AniBook_StartAnyMovies_Movie_Found_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_11) == 0x00147C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_12) == 0x001480, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_13) == 0x001484, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Subtract_IntInt_ReturnValue_18) == 0x001488, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Subtract_IntInt_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_14) == 0x00148C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_15) == 0x001490, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_byte_Variable_2) == 0x001494, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_16) == 0x001498, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_21) == 0x00149C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_21' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_17) == 0x0014A0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_SelectFloat_ReturnValue_7) == 0x0014A4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_SelectFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_float_Variable_18) == 0x0014A8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_float_Variable_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_byte_Variable_3) == 0x0014AC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_21) == 0x0014AD, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_21' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_22) == 0x0014B0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_22' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_54) == 0x0014B4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_54' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_23) == 0x0014B8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_23' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_55) == 0x0014BC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_55' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_24) == 0x0014C0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_24' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_56) == 0x0014C4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_56' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_14) == 0x0014C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_25) == 0x0014CC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_25' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeRotator_ReturnValue_2) == 0x0014D0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_26) == 0x0014DC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_26' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_SetActorRelativeRotation_SweepHitResult_1) == 0x0014E0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_SetActorRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Multiply_FloatFloat_ReturnValue_57) == 0x001568, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Multiply_FloatFloat_ReturnValue_57' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_int_Array_Index_Variable_20) == 0x00156C, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_int_Array_Index_Variable_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Array_Get_Item_25) == 0x001570, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Array_Get_Item_25' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Percent_IntInt_ReturnValue_1) == 0x0015C8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Percent_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_LessEqual_IntInt_ReturnValue_6) == 0x0015CC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_LessEqual_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_EqualEqual_IntInt_ReturnValue_8) == 0x0015CD, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_EqualEqual_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Greater_IntInt_ReturnValue_2) == 0x0015CE, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Greater_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_BooleanXOR_ReturnValue_1) == 0x0015CF, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_BooleanXOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_27) == 0x0015D0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_27' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, Temp_bool_Variable_22) == 0x0015D8, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::Temp_bool_Variable_22' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, K2Node_Select_Default_28) == 0x0015DC, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::K2Node_Select_Default_28' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_Add_FloatFloat_ReturnValue_15) == 0x0015E0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_Add_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_MakeVector_ReturnValue_9) == 0x0015E4, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_MakeVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook, CallFunc_K2_SetRelativeLocation_SweepHitResult_4) == 0x0015F0, "Member 'BP_FI_AnimatedBook_C_ExecuteUbergraph_BP_FI_AnimatedBook::CallFunc_K2_SetRelativeLocation_SweepHitResult_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_Reset_Text_Animation \ static_assert(alignof(BP_FI_AnimatedBook_C_Reset_Text_Animation) == 0x000004, "Wrong alignment on BP_FI_AnimatedBook_C_Reset_Text_Animation"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_Reset_Text_Animation) == 0x000008, "Wrong size on BP_FI_AnimatedBook_C_Reset_Text_Animation"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Reset_Text_Animation, Page_Number) == 0x000000, "Member 'BP_FI_AnimatedBook_C_Reset_Text_Animation::Page_Number' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Reset_Text_Animation, All_Pages) == 0x000004, "Member 'BP_FI_AnimatedBook_C_Reset_Text_Animation::All_Pages' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_Animate_Text \ static_assert(alignof(BP_FI_AnimatedBook_C_Animate_Text) == 0x000004, "Wrong alignment on BP_FI_AnimatedBook_C_Animate_Text"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_Animate_Text) == 0x000008, "Wrong size on BP_FI_AnimatedBook_C_Animate_Text"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Animate_Text, Page_To_Animate) == 0x000000, "Member 'BP_FI_AnimatedBook_C_Animate_Text::Page_To_Animate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Animate_Text, Manual_Trigger) == 0x000004, "Member 'BP_FI_AnimatedBook_C_Animate_Text::Manual_Trigger' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_Update_Page \ static_assert(alignof(BP_FI_AnimatedBook_C_Update_Page) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_Update_Page"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_Update_Page) == 0x000048, "Wrong size on BP_FI_AnimatedBook_C_Update_Page"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Update_Page, Page_Number) == 0x000000, "Member 'BP_FI_AnimatedBook_C_Update_Page::Page_Number' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Update_Page, Replace_Title) == 0x000008, "Member 'BP_FI_AnimatedBook_C_Update_Page::Replace_Title' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Update_Page, Replace_Text) == 0x000020, "Member 'BP_FI_AnimatedBook_C_Update_Page::Replace_Text' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Update_Page, Replace_Picture) == 0x000038, "Member 'BP_FI_AnimatedBook_C_Update_Page::Replace_Picture' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Update_Page, Replace_Movie) == 0x000040, "Member 'BP_FI_AnimatedBook_C_Update_Page::Replace_Movie' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_JumpToPage \ static_assert(alignof(BP_FI_AnimatedBook_C_JumpToPage) == 0x000004, "Wrong alignment on BP_FI_AnimatedBook_C_JumpToPage"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_JumpToPage) == 0x000008, "Wrong size on BP_FI_AnimatedBook_C_JumpToPage"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_JumpToPage, PageToJumpTo) == 0x000000, "Member 'BP_FI_AnimatedBook_C_JumpToPage::PageToJumpTo' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_JumpToPage, HowQuickly___Seconds_) == 0x000004, "Member 'BP_FI_AnimatedBook_C_JumpToPage::HowQuickly___Seconds_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_EphemeraAnimation \ static_assert(alignof(BP_FI_AnimatedBook_C_EphemeraAnimation) == 0x000001, "Wrong alignment on BP_FI_AnimatedBook_C_EphemeraAnimation"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_EphemeraAnimation) == 0x000004, "Wrong size on BP_FI_AnimatedBook_C_EphemeraAnimation"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_EphemeraAnimation, OnlyUnfold) == 0x000000, "Member 'BP_FI_AnimatedBook_C_EphemeraAnimation::OnlyUnfold' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_EphemeraAnimation, BookClosing) == 0x000001, "Member 'BP_FI_AnimatedBook_C_EphemeraAnimation::BookClosing' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_EphemeraAnimation, BookOpening) == 0x000002, "Member 'BP_FI_AnimatedBook_C_EphemeraAnimation::BookOpening' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_EphemeraAnimation, No_Unfold) == 0x000003, "Member 'BP_FI_AnimatedBook_C_EphemeraAnimation::No_Unfold' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_RefreshEphemera \ static_assert(alignof(BP_FI_AnimatedBook_C_RefreshEphemera) == 0x000001, "Wrong alignment on BP_FI_AnimatedBook_C_RefreshEphemera"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_RefreshEphemera) == 0x000001, "Wrong size on BP_FI_AnimatedBook_C_RefreshEphemera"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_RefreshEphemera, Detach__not_destroy__orphaned_Ephemera) == 0x000000, "Member 'BP_FI_AnimatedBook_C_RefreshEphemera::Detach__not_destroy__orphaned_Ephemera' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_OnMediaOpenFailed_Event \ static_assert(alignof(BP_FI_AnimatedBook_C_OnMediaOpenFailed_Event) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_OnMediaOpenFailed_Event"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_OnMediaOpenFailed_Event) == 0x000010, "Wrong size on BP_FI_AnimatedBook_C_OnMediaOpenFailed_Event"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_OnMediaOpenFailed_Event, FailedUrl) == 0x000000, "Member 'BP_FI_AnimatedBook_C_OnMediaOpenFailed_Event::FailedUrl' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_TurnThePage \ static_assert(alignof(BP_FI_AnimatedBook_C_TurnThePage) == 0x000004, "Wrong alignment on BP_FI_AnimatedBook_C_TurnThePage"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_TurnThePage) == 0x000008, "Wrong size on BP_FI_AnimatedBook_C_TurnThePage"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_TurnThePage, Backwards) == 0x000000, "Member 'BP_FI_AnimatedBook_C_TurnThePage::Backwards' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_TurnThePage, HowQuickly___Seconds_) == 0x000004, "Member 'BP_FI_AnimatedBook_C_TurnThePage::HowQuickly___Seconds_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_Open_To_Page \ static_assert(alignof(BP_FI_AnimatedBook_C_Open_To_Page) == 0x000004, "Wrong alignment on BP_FI_AnimatedBook_C_Open_To_Page"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_Open_To_Page) == 0x00000C, "Wrong size on BP_FI_AnimatedBook_C_Open_To_Page"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Open_To_Page, Open_how_wide___0_1_) == 0x000000, "Member 'BP_FI_AnimatedBook_C_Open_To_Page::Open_how_wide___0_1_' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Open_To_Page, Open_how_quickly___seconds_) == 0x000004, "Member 'BP_FI_AnimatedBook_C_Open_To_Page::Open_how_quickly___seconds_' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Open_To_Page, Page_to_open_to) == 0x000008, "Member 'BP_FI_AnimatedBook_C_Open_To_Page::Page_to_open_to' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_UserConstructionScript \ static_assert(alignof(BP_FI_AnimatedBook_C_UserConstructionScript) == 0x000010, "Wrong alignment on BP_FI_AnimatedBook_C_UserConstructionScript"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_UserConstructionScript) == 0x000760, "Wrong size on BP_FI_AnimatedBook_C_UserConstructionScript"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Cover_Dirt_Texture) == 0x000000, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Cover_Dirt_Texture' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, DirtMap_Mask) == 0x000010, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::DirtMap_Mask' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, DirtMap_Texture) == 0x000020, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::DirtMap_Texture' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Paper_Type_Normals) == 0x000030, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Paper_Type_Normals' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Paper_Type_Texture) == 0x000040, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Paper_Type_Texture' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Cover_Materials) == 0x000050, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Cover_Materials' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_MakeArray_Array) == 0x000060, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_IsValid_ReturnValue) == 0x000070, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_MakeArray_Array_1) == 0x000078, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_MakeArray_Array_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_MakeArray_Array_2) == 0x000088, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_MakeArray_Array_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_1) == 0x000098, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_MakeArray_Array_3) == 0x0000A0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_MakeArray_Array_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_MakeArray_Array_4) == 0x0000B0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_MakeArray_Array_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_MakeArray_Array_5) == 0x0000C0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_MakeArray_Array_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0000D0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0000D1, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0000D2, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Conv_ByteToInt_ReturnValue) == 0x0000D4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Conv_ByteToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue) == 0x0000D8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x0000E0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_1) == 0x0000E8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_float_Variable) == 0x0000EC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_float_Variable_1) == 0x0000F0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_float_Variable_2) == 0x0000F4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x0000F8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_byte_Variable) == 0x0000FC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000100, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000104, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue) == 0x000108, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x00010C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000110, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000114, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000118, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue) == 0x00011C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000120, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue) == 0x000124, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000130, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000134, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0001BC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeRandomStream_ReturnValue) == 0x0001C0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeRandomStream_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_1) == 0x0001C8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0001D4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_int_Variable) == 0x00025C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue) == 0x000260, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue_3) == 0x000261, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Conv_ByteToInt_ReturnValue_1) == 0x000264, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Conv_ByteToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x000268, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_2) == 0x000270, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_3) == 0x000271, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_NearlyEqual_FloatFloat_ReturnValue) == 0x000272, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_NearlyEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_K2_GetTextureParameterValue_ReturnValue) == 0x000278, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_K2_GetTextureParameterValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_4) == 0x000280, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_bool_Variable) == 0x000281, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_IsValid_ReturnValue_5) == 0x000282, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_byte_Variable_1) == 0x000283, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_byte_Variable_2) == 0x000284, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000288, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00028C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000290, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000294, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue_4) == 0x000298, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_EqualEqual_ByteByte_ReturnValue_5) == 0x000299, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_EqualEqual_ByteByte_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Conv_ByteToInt_ReturnValue_2) == 0x00029C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Conv_ByteToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BooleanOR_ReturnValue_2) == 0x0002A0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Array_Get_Item_2) == 0x0002A8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_K2_GetTextureParameterValue_ReturnValue_1) == 0x0002B0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_K2_GetTextureParameterValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_struct_Variable) == 0x0002C0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x0002F0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_byte_Variable_3) == 0x0002F8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Array_Add_ReturnValue) == 0x0002FC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_Select_Default) == 0x000300, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x000310, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Array_Get_Item_3) == 0x000320, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000370, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000374, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakTransform_Location) == 0x000378, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakTransform_Rotation) == 0x000384, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakTransform_Scale) == 0x000390, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_X) == 0x00039C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_Y) == 0x0003A0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_Z) == 0x0003A4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_X_1) == 0x0003A8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_Y_1) == 0x0003AC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_Z_1) == 0x0003B0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue) == 0x0003B4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Less_FloatFloat_ReturnValue) == 0x0003B8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0003BC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x0003C0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0003C4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x0003C8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0003CC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_2) == 0x0003D0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_SetStaticMesh_ReturnValue_1) == 0x0003D4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_SetStaticMesh_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_Select_Default_1) == 0x0003D8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x0003E0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue_2) == 0x0003E1, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_bool_Variable_1) == 0x0003E2, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_byte_Variable_4) == 0x0003E3, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_Select_Default_2) == 0x0003E4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_Select_Default_3) == 0x0003E8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x0003EC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BooleanAND_ReturnValue) == 0x0003F0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_bool_Variable_2) == 0x0003F1, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_Select_Default_4) == 0x0003F4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x0003F8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_Select_Default_5) == 0x0003FC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000400, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_2) == 0x000404, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector2D_ReturnValue) == 0x000410, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_bool_Variable_3) == 0x000418, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_Select_Default_6) == 0x00041C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_Select_Default_7) == 0x000420, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_Select_Default_8) == 0x000428, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_3) == 0x00042C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeTransform_ReturnValue) == 0x000440, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_FClamp_ReturnValue) == 0x000470, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_K2_SetRelativeTransform_SweepHitResult) == 0x000474, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_K2_SetRelativeTransform_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0004FC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000500, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x000504, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x000508, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x00050C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x000510, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x000514, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x000518, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x00051C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_7) == 0x000520, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x000524, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_14) == 0x000528, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_15) == 0x00052C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_4) == 0x000530, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Lerp_ReturnValue) == 0x00053C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_5) == 0x000540, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_16) == 0x00054C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult_2) == 0x000550, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Lerp_ReturnValue_1) == 0x0005D8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_17) == 0x0005DC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_6) == 0x0005E0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_7) == 0x0005EC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_K2_SetRelativeLocation_SweepHitResult_3) == 0x0005F8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_K2_SetRelativeLocation_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000680, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakRotator_Roll) == 0x00068C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakRotator_Pitch) == 0x000690, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakRotator_Yaw) == 0x000694, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Abs_ReturnValue) == 0x000698, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_NearlyEqual_FloatFloat_ReturnValue_1) == 0x00069C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_NearlyEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_X_2) == 0x0006A0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_Y_2) == 0x0006A4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_Z_2) == 0x0006A8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Divide_FloatFloat_ReturnValue_3) == 0x0006AC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Divide_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_GetActorScale3D_ReturnValue) == 0x0006B0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_8) == 0x0006BC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_X_3) == 0x0006C8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_Y_3) == 0x0006CC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_Z_3) == 0x0006D0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_Z_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x0006D4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_EqualEqual_FloatFloat_ReturnValue_1) == 0x0006D5, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_EqualEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Conv_BoolToInt_ReturnValue) == 0x0006D8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Conv_BoolToInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Conv_BoolToInt_ReturnValue_1) == 0x0006DC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Conv_BoolToInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Conv_BoolToInt_ReturnValue_2) == 0x0006E0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Conv_BoolToInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x0006E4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_2) == 0x0006E8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x0006EC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_3) == 0x0006F0, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_Select_Default_9) == 0x0006F4, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_18) == 0x0006F8, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_8) == 0x0006FC, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_19) == 0x000700, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_9) == 0x000704, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector2D_ReturnValue_1) == 0x000710, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, Temp_bool_Variable_4) == 0x000718, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, K2Node_Select_Default_10) == 0x000720, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000728, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_20) == 0x00072C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_X_4) == 0x000730, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_Y_4) == 0x000734, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_BreakVector_Z_4) == 0x000738, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_BreakVector_Z_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Add_FloatFloat_ReturnValue_9) == 0x00073C, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Add_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_21) == 0x000740, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_Multiply_FloatFloat_ReturnValue_22) == 0x000744, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_Multiply_FloatFloat_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_10) == 0x000748, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UserConstructionScript, CallFunc_MakeVector_ReturnValue_11) == 0x000754, "Member 'BP_FI_AnimatedBook_C_UserConstructionScript::CallFunc_MakeVector_ReturnValue_11' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords) == 0x000100, "Wrong size on BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, Book_Open_Amount) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::Book_Open_Amount' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, Page_Scene) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::Page_Scene' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, Back__Not_Front__Block) == 0x000010, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::Back__Not_Front__Block' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000018, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, Temp_bool_Variable) == 0x000020, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000024, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, Temp_bool_Variable_1) == 0x000028, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00002C, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000030, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000034, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, K2Node_Select_Default) == 0x000038, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, K2Node_Select_Default_1) == 0x00003C, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000040, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000044, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000048, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x00004C, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000050, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000054, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000058, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_MakeRotator_ReturnValue) == 0x00005C, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000068, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_MakeVector_ReturnValue) == 0x00006C, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords, CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult) == 0x000078, "Member 'BP_FI_AnimatedBook_C_AniBook_Update_Scene_Coords::CallFunc_K2_SetRelativeLocationAndRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget) == 0x000538, "Wrong size on BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Widget) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Widget' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, PageToOpenTo_0) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::PageToOpenTo_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Set_Layout_Directly_) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Set_Layout_Directly_' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Layout_to_Directly_Set) == 0x000010, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Layout_to_Directly_Set' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, OnlyAnimatedText) == 0x000088, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::OnlyAnimatedText' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CurrentPageInfo) == 0x000090, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CurrentPageInfo' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Index_0) == 0x000108, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Index_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Percent_IntInt_ReturnValue) == 0x00010C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000110, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000111, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Subtract_IntInt_ReturnValue) == 0x000114, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x000118, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_SlotAsVerticalBoxSlot_ReturnValue_1) == 0x000120, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_SlotAsVerticalBoxSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable) == 0x000128, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_text_Variable) == 0x000130, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_1) == 0x000148, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_byte_Variable) == 0x000149, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Array_Length_ReturnValue) == 0x00014C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Less_IntInt_ReturnValue) == 0x000150, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Conv_TextToString_ReturnValue) == 0x000158, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_IsValid_ReturnValue) == 0x000168, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_LeftChop_ReturnValue) == 0x000170, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_LeftChop_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Conv_StringToText_ReturnValue) == 0x000180, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_TextIsEmpty_ReturnValue) == 0x000198, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Conv_TextToString_ReturnValue_1) == 0x0001A0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_BooleanAND_ReturnValue) == 0x0001B0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_LeftChop_ReturnValue_1) == 0x0001B8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_LeftChop_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0001C8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Conv_StringToText_ReturnValue_1) == 0x0001D0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Conv_StringToText_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_BooleanOR_ReturnValue) == 0x0001E8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Not_PreBool_ReturnValue) == 0x0001E9, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_byte_Variable_1) == 0x0001EA, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_BooleanAND_ReturnValue_1) == 0x0001EB, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_BooleanOR_ReturnValue_1) == 0x0001EC, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_IsValid_ReturnValue_1) == 0x0001ED, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_MakeStruct_Margin) == 0x0001F0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_2) == 0x000200, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_MakeStruct_Margin_1) == 0x000204, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_3) == 0x000214, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Not_PreBool_ReturnValue_1) == 0x000215, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_4) == 0x000216, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_5) == 0x000217, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default) == 0x000218, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_1) == 0x000230, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_byte_Variable_2) == 0x000248, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_byte_Variable_3) == 0x000249, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_6) == 0x00024A, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_7) == 0x00024B, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_2) == 0x00024C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_3) == 0x000250, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_8) == 0x000260, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_object_Variable) == 0x000268, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_9) == 0x000270, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_10) == 0x000271, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_4) == 0x000278, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_5) == 0x000280, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_IsValid_ReturnValue_2) == 0x000288, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_6) == 0x000289, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_7) == 0x00028C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Not_PreBool_ReturnValue_2) == 0x000290, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_MakeStruct_Margin_2) == 0x000294, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_BooleanOR_ReturnValue_2) == 0x0002A4, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_11) == 0x0002A5, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_8) == 0x0002A8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_9) == 0x0002B8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_MakeStruct_Margin_3) == 0x0002BC, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_int_Variable) == 0x0002CC, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_10) == 0x0002D0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_12) == 0x0002E0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_MakeStruct_S_PageInfo) == 0x0002E8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_MakeStruct_S_PageInfo' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_11) == 0x000360, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x000364, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_MakeStruct_SlateBrush) == 0x000370, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Add_IntInt_ReturnValue) == 0x0003F8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Add_IntInt_ReturnValue_1) == 0x0003FC, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, Temp_bool_Variable_13) == 0x000400, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::Temp_bool_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000404, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000408, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Conv_IntToText_ReturnValue) == 0x000410, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Conv_IntToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_BooleanOR_ReturnValue_3) == 0x000428, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_BooleanOR_ReturnValue_4) == 0x000429, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, CallFunc_Array_Get_Item) == 0x000430, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_12) == 0x0004A8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget, K2Node_Select_Default_13) == 0x0004C0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdatePageWidget::K2Node_Select_Default_13' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_StartAnyMovies \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_StartAnyMovies"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies) == 0x000120, "Wrong size on BP_FI_AnimatedBook_C_AniBook_StartAnyMovies"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, OnlyCheck) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::OnlyCheck' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, Movie_Found) == 0x000001, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::Movie_Found' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_Greater_FloatFloat_ReturnValue) == 0x000002, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_IsValid_ReturnValue) == 0x000003, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_IsPaused_ReturnValue) == 0x000004, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_IsPaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, Temp_bool_Variable) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000088, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_IsValid_ReturnValue_1) == 0x00008C, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_Array_Get_Item_1) == 0x000090, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_IsValid_ReturnValue_2) == 0x000108, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_BooleanOR_ReturnValue) == 0x000109, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, K2Node_Select_Default) == 0x000110, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_OpenSource_ReturnValue) == 0x000118, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_OpenSource_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_StartAnyMovies, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000119, "Member 'BP_FI_AnimatedBook_C_AniBook_StartAnyMovies::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets) == 0x000278, "Wrong size on BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, BookOpenAmount) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::BookOpenAmount' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, PageOpenAmount_0) == 0x000004, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::PageOpenAmount_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, Page_NotBlock_) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::Page_NotBlock_' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, UpdateInvisiblePage) == 0x000009, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::UpdateInvisiblePage' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000014, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000018, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Abs_ReturnValue) == 0x00001C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_FClamp_ReturnValue) == 0x000020, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000024, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000028, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00002C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000030, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_FClamp_ReturnValue_1) == 0x000034, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Abs_ReturnValue_1) == 0x000038, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00003C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_FClamp_ReturnValue_2) == 0x000040, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000044, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000048, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x00004C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, Temp_float_Variable) == 0x000050, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000054, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_FClamp_ReturnValue_3) == 0x000058, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_FClamp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, Temp_bool_Variable) == 0x00005C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000060, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, Temp_float_Variable_1) == 0x000064, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x000068, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, Temp_bool_Variable_1) == 0x00006C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, Temp_bool_Variable_2) == 0x00006D, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x000070, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_7) == 0x000074, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x000078, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Abs_ReturnValue_2) == 0x00007C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Add_FloatFloat_ReturnValue) == 0x000080, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x000084, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000088, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00008C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x000090, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_8) == 0x000094, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_9) == 0x000098, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_10) == 0x00009C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x0000A0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Abs_ReturnValue_3) == 0x0000A4, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Abs_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0000A8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x0000AC, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x0000B0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x0000B4, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_14) == 0x0000B8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, Temp_bool_Variable_3) == 0x0000BC, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, Temp_bool_Variable_4) == 0x0000BD, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, K2Node_Select_Default) == 0x0000C0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_15) == 0x0000C4, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_16) == 0x0000C8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_17) == 0x0000CC, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_18) == 0x0000D0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_11) == 0x0000D4, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_12) == 0x0000D8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x0000DC, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Add_FloatFloat_ReturnValue_7) == 0x0000E0, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Add_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Lerp_ReturnValue) == 0x0000E4, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Lerp_ReturnValue_1) == 0x0000E8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_MakeVector_ReturnValue) == 0x0000EC, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_MakeVector_ReturnValue_1) == 0x0000F8, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000104, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x00018C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_19) == 0x000214, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_20) == 0x000218, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_20' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_13) == 0x00021C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_21) == 0x000220, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_21' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_22) == 0x000224, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_22' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_23) == 0x000228, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_23' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_14) == 0x00022C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_24) == 0x000230, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_24' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, K2Node_Select_Default_1) == 0x000238, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_25) == 0x000240, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_25' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_26) == 0x000244, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_26' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_27) == 0x000248, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_27' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_28) == 0x00024C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_28' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_15) == 0x000250, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000254, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Subtract_FloatFloat_ReturnValue_16) == 0x000258, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Subtract_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_29) == 0x00025C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_29' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, K2Node_Select_Default_2) == 0x000260, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, K2Node_Select_Default_3) == 0x000264, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_30) == 0x000268, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_30' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, CallFunc_Multiply_FloatFloat_ReturnValue_31) == 0x00026C, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::CallFunc_Multiply_FloatFloat_ReturnValue_31' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets, K2Node_Select_Default_4) == 0x000270, "Member 'BP_FI_AnimatedBook_C_AniBook_UpdateMorphTargets::K2Node_Select_Default_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_OrientToGround \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_OrientToGround) == 0x000010, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_OrientToGround"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_OrientToGround) == 0x0006E0, "Wrong size on BP_FI_AnimatedBook_C_AniBook_OrientToGround"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, Temp_float_Variable) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, Temp_float_Variable_1) == 0x000004, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, Temp_bool_Variable) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, Temp_float_Variable_2) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_GetActorRotation_ReturnValue) == 0x000010, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_GetActorRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_GetActorScale3D_ReturnValue) == 0x00001C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_GetActorScale3D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_GetTransform_ReturnValue) == 0x000030, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000060, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000064, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000068, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_FClamp_ReturnValue) == 0x00006C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, Temp_bool_Variable_1) == 0x000070, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000074, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_InverseTransformLocation_ReturnValue) == 0x000080, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_InverseTransformLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00008C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakVector_X) == 0x000090, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakVector_Y) == 0x000094, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakVector_Z) == 0x000098, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00009C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_GetComponentScale_ReturnValue) == 0x0000A0, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_GetComponentScale_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakVector_X_1) == 0x0000AC, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakVector_Y_1) == 0x0000B0, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakVector_Z_1) == 0x0000B4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000B8, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0000C4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_InverseTransformLocation_ReturnValue_1) == 0x0000C8, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_InverseTransformLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0000D4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakVector_X_2) == 0x0000D8, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakVector_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakVector_Y_2) == 0x0000DC, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakVector_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakVector_Z_2) == 0x0000E0, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakVector_Z_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0000E4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x0000E8, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x0000EC, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x0000F0, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x0000F4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x0000F8, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_DegAtan2_ReturnValue) == 0x0000FC, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_DegAtan2_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_DegAtan2_ReturnValue_1) == 0x000100, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_DegAtan2_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue) == 0x000104, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000108, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00010C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_MakeRotator_ReturnValue) == 0x000110, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_FindLookAtRotation_ReturnValue) == 0x00011C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000128, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakRotator_Roll) == 0x000134, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakRotator_Pitch) == 0x000138, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakRotator_Yaw) == 0x00013C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_MakeRotator_ReturnValue_1) == 0x000140, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x00014C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0001D4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x0001E0, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0001EC, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000274, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_VectorVector_ReturnValue) == 0x000280, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_VectorVector_ReturnValue_1) == 0x00028C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Divide_VectorInt_ReturnValue) == 0x000298, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Divide_VectorInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x0002A4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_MakeTransform_ReturnValue) == 0x000330, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_MakeTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x000360, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_InverseTransformLocation_ReturnValue_2) == 0x0003E8, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_InverseTransformLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x0003F4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x00047C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, Temp_bool_Variable_2) == 0x000480, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, K2Node_Select_Default) == 0x000484, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000488, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x000494, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x000498, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x00049C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0004A8, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_NormalizedDeltaRotator_ReturnValue) == 0x0004AC, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_NormalizedDeltaRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x0004B8, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakRotator_Roll_1) == 0x0004BC, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakRotator_Pitch_1) == 0x0004C0, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_BreakRotator_Yaw_1) == 0x0004C4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x0004C8, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_DegCos_ReturnValue) == 0x0004CC, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_DegCos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_MakeRotator_ReturnValue_2) == 0x0004D0, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x0004DC, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_SetRelativeRotation_SweepHitResult_2) == 0x0004E0, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_SetRelativeRotation_SweepHitResult_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x000568, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_DegSin_ReturnValue) == 0x00056C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Abs_ReturnValue) == 0x000570, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x000574, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_14) == 0x000578, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_15) == 0x00057C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x000580, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000584, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x000588, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_7) == 0x00058C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, K2Node_Select_Default_1) == 0x000590, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_8) == 0x000594, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_9) == 0x000598, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, K2Node_Select_Default_2) == 0x00059C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_16) == 0x0005A0, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Multiply_FloatFloat_ReturnValue_17) == 0x0005A4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Multiply_FloatFloat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_10) == 0x0005A8, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x0005AC, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_11) == 0x0005B0, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_MakeRotator_ReturnValue_3) == 0x0005B4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_Add_FloatFloat_ReturnValue_12) == 0x0005C0, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_Add_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_SetRelativeRotation_SweepHitResult_3) == 0x0005C4, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_SetRelativeRotation_SweepHitResult_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_MakeVector_ReturnValue) == 0x00064C, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_OrientToGround, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x000658, "Member 'BP_FI_AnimatedBook_C_AniBook_OrientToGround::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_SetBlockAngle \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_SetBlockAngle"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle) == 0x000238, "Wrong size on BP_FI_AnimatedBook_C_AniBook_SetBlockAngle"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, BookOpenAmount) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::BookOpenAmount' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, Page__NotBlock_) == 0x000004, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::Page__NotBlock_' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, Temp_bool_Variable) == 0x000005, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, Temp_bool_Variable_1) == 0x000006, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, Temp_bool_Variable_2) == 0x000007, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Abs_ReturnValue) == 0x000010, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_FClamp_ReturnValue) == 0x000014, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000018, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_FClamp_ReturnValue_1) == 0x00001C, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_FClamp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_3) == 0x000020, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Abs_ReturnValue_1) == 0x000024, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000028, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_4) == 0x00002C, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000030, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000034, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_5) == 0x000038, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue) == 0x00003C, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Abs_ReturnValue_2) == 0x000040, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Abs_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000044, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_6) == 0x000048, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00004C, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_FClamp_ReturnValue_2) == 0x000050, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_FClamp_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000054, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000058, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x00005C, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_7) == 0x000060, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000064, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000068, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x00006C, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x000070, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_5) == 0x000074, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x000078, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, Temp_bool_Variable_3) == 0x00007C, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_8) == 0x000080, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, K2Node_Select_Default) == 0x000088, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Abs_ReturnValue_3) == 0x000090, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Abs_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, Temp_bool_Variable_4) == 0x000094, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_FClamp_ReturnValue_3) == 0x000098, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_FClamp_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x00009C, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, K2Node_Select_Default_1) == 0x0000A0, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x0000A8, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x0000AC, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x0000B0, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_6) == 0x0000B4, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_9) == 0x0000B8, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_7) == 0x0000BC, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Abs_ReturnValue_4) == 0x0000C0, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Abs_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_10) == 0x0000C4, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_11) == 0x0000C8, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_13) == 0x0000CC, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_14) == 0x0000D0, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_15) == 0x0000D4, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_16) == 0x0000D8, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_16' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_17) == 0x0000DC, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_17' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, K2Node_Select_Default_2) == 0x0000E0, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_8) == 0x0000E4, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_18) == 0x0000E8, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_18' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Subtract_FloatFloat_ReturnValue_12) == 0x0000EC, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Subtract_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_9) == 0x0000F0, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Multiply_FloatFloat_ReturnValue_19) == 0x0000F4, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Multiply_FloatFloat_ReturnValue_19' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, K2Node_Select_Default_3) == 0x0000F8, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_10) == 0x0000FC, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, K2Node_Select_Default_4) == 0x000100, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_MapRangeClamped_ReturnValue) == 0x000104, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_11) == 0x000108, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_Add_FloatFloat_ReturnValue_12) == 0x00010C, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_Add_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_MakeRotator_ReturnValue) == 0x000110, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_MakeRotator_ReturnValue_1) == 0x00011C, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_K2_SetRelativeRotation_SweepHitResult) == 0x000128, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_K2_SetRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_SetBlockAngle, CallFunc_K2_SetRelativeRotation_SweepHitResult_1) == 0x0001B0, "Member 'BP_FI_AnimatedBook_C_AniBook_SetBlockAngle::CallFunc_K2_SetRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_TypographySettings \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_TypographySettings) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_TypographySettings"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_TypographySettings) == 0x000330, "Wrong size on BP_FI_AnimatedBook_C_AniBook_TypographySettings"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Page_Widget) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Page_Widget' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, TypographyOptions) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::TypographyOptions' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_byte_Variable) == 0x0000A8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_IsValid_ReturnValue) == 0x0000A9, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x0000B0, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_IsValid_ReturnValue_1) == 0x0000B8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000BC, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0000C0, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x0000C4, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0000C8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_SlotAsVerticalBoxSlot_ReturnValue_1) == 0x0000D0, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_SlotAsVerticalBoxSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_SlotAsVerticalBoxSlot_ReturnValue_2) == 0x0000D8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_SlotAsVerticalBoxSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_int_Variable) == 0x0000E0, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_int_Variable_1) == 0x0000E4, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_int_Variable_2) == 0x0000E8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_bool_Variable) == 0x0000EC, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_byte_Variable_1) == 0x0000ED, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_byte_Variable_2) == 0x0000EE, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_bool_Variable_1) == 0x0000EF, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_bool_Variable_2) == 0x0000F0, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_float_Variable) == 0x0000F4, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_float_Variable_1) == 0x0000F8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_float_Variable_2) == 0x0000FC, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_byte_Variable_3) == 0x000100, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable) == 0x000108, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_1) == 0x000110, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_2) == 0x000118, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_3) == 0x000120, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_4) == 0x000128, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_5) == 0x000130, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_6) == 0x000138, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_byte_Variable_4) == 0x000140, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_7) == 0x000148, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_Select_Default) == 0x000150, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_Select_Default_1) == 0x000158, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_8) == 0x000160, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_9) == 0x000168, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_Select_Default_2) == 0x000170, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000174, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000178, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x00017C, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000180, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_10) == 0x000188, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_MakeStruct_Margin) == 0x000190, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_11) == 0x0001A0, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_Select_Default_3) == 0x0001A8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_12) == 0x0001B0, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_Select_Default_4) == 0x0001B8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_IntInt_ReturnValue) == 0x0001BC, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x0001C0, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x0001C4, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_IntInt_ReturnValue_2) == 0x0001C8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_IntInt_ReturnValue_3) == 0x0001CC, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Conv_IntToFloat_ReturnValue) == 0x0001D0, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x0001D4, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_MakeStruct_Margin_1) == 0x0001D8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_MakeStruct_Margin_2) == 0x0001E8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_Multiply_IntInt_ReturnValue_4) == 0x0001F8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_Multiply_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_MakeStruct_SlateFontInfo) == 0x000200, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000258, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000259, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x00025A, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_BooleanOR_ReturnValue) == 0x00025B, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, CallFunc_BooleanOR_ReturnValue_1) == 0x00025C, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_object_Variable_13) == 0x000260, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, Temp_byte_Variable_5) == 0x000268, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_Select_Default_5) == 0x000270, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_Select_Default_6) == 0x000278, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_MakeStruct_SlateFontInfo_1) == 0x000280, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_MakeStruct_SlateFontInfo_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TypographySettings, K2Node_MakeStruct_SlateFontInfo_2) == 0x0002D8, "Member 'BP_FI_AnimatedBook_C_AniBook_TypographySettings::K2Node_MakeStruct_SlateFontInfo_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_PrepEphemera \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_PrepEphemera"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera) == 0x000510, "Wrong size on BP_FI_AnimatedBook_C_AniBook_PrepEphemera"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, OnlyUnfoldAnims) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::OnlyUnfoldAnims' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, PageturnNotBookOpen) == 0x000001, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::PageturnNotBookOpen' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_IsPlaying_ReturnValue) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_SelectFloat_ReturnValue) == 0x000010, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BooleanOR_ReturnValue) == 0x000018, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_IsPlaying_ReturnValue_1) == 0x000020, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_bool_Variable) == 0x000021, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BooleanOR_ReturnValue_1) == 0x000022, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000023, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_SelectFloat_ReturnValue_1) == 0x000024, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_SelectFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_DegSin_ReturnValue) == 0x000028, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_DegSin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BooleanOR_ReturnValue_2) == 0x00002C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BooleanOR_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000030, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_bool_Variable_1) == 0x000034, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_bool_Variable_2) == 0x000035, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_bool_Variable_3) == 0x000036, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_bool_Variable_4) == 0x000037, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_bool_Variable_5) == 0x000038, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable) == 0x00003C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_1) == 0x000040, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_IsPlaying_ReturnValue_2) == 0x000044, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BooleanOR_ReturnValue_3) == 0x000045, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BooleanOR_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_bool_Variable_6) == 0x000046, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_bool_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_SelectFloat_ReturnValue_2) == 0x000048, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_SelectFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_2) == 0x00004C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_DegCos_ReturnValue) == 0x000050, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_DegCos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Subtract_FloatFloat_ReturnValue_2) == 0x000054, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Subtract_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_3) == 0x000058, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00005C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_4) == 0x000060, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_5) == 0x000064, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_6) == 0x000068, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_int_Loop_Counter_Variable) == 0x00006C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Less_IntInt_ReturnValue) == 0x000070, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Add_IntInt_ReturnValue) == 0x000074, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Length_ReturnValue_1) == 0x000078, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_int_Loop_Counter_Variable_1) == 0x00007C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Add_IntInt_ReturnValue_1) == 0x000080, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_int_Array_Index_Variable) == 0x000084, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_7) == 0x000088, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_int_Array_Index_Variable_1) == 0x00008C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Get_Item) == 0x000090, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_int_Loop_Counter_Variable_2) == 0x0000E8, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Get_Item_1) == 0x0000EC, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000F8, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakRotator_Roll) == 0x0000FC, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakRotator_Pitch) == 0x000100, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakRotator_Yaw) == 0x000104, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Get_Item_2) == 0x000108, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Get_Item_3) == 0x000109, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_SelectFloat_ReturnValue_3) == 0x00010C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_SelectFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Not_PreBool_ReturnValue) == 0x000110, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000114, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000118, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x00011C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000120, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000124, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_SwitchEnum_CmpSuccess) == 0x000128, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_MakeRotator_ReturnValue) == 0x00012C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x000138, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_int_Array_Index_Variable_2) == 0x0001C0, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_int_Loop_Counter_Variable_3) == 0x0001C4, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Less_IntInt_ReturnValue_1) == 0x0001C8, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Add_IntInt_ReturnValue_3) == 0x0001CC, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_byte_Variable) == 0x0001D0, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_int_Loop_Counter_Variable_4) == 0x0001D4, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Add_IntInt_ReturnValue_4) == 0x0001D8, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_Select_Default) == 0x0001DC, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_SelectFloat_ReturnValue_4) == 0x0001E0, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_SelectFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_int_Array_Index_Variable_3) == 0x0001E4, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_int_Array_Index_Variable_4) == 0x0001E8, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Get_Item_4) == 0x0001F0, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Get_Item_5) == 0x000248, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Get_Item_6) == 0x00024C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000258, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakRotator_Roll_1) == 0x00025C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakRotator_Pitch_1) == 0x000260, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakRotator_Yaw_1) == 0x000264, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000268, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_SwitchEnum_CmpSuccess_1) == 0x00026C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x000270, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x000274, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_8) == 0x000278, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_9) == 0x00027C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_10) == 0x000280, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_11) == 0x000284, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_12) == 0x000288, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_13) == 0x00028C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_byte_Variable_1) == 0x000290, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_bool_Variable_7) == 0x000291, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_bool_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_Select_Default_1) == 0x000294, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x000298, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_Select_Default_2) == 0x00029C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x0002A0, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x0002A4, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_Select_Default_3) == 0x0002A8, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_byte_Variable_2) == 0x0002AC, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0002AD, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_Select_Default_4) == 0x0002B0, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x0002B4, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_MakeRotator_ReturnValue_1) == 0x0002B8, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_K2_SetActorRelativeRotation_SweepHitResult_1) == 0x0002C4, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_K2_SetActorRelativeRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Length_ReturnValue_2) == 0x00034C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Greater_IntInt_ReturnValue) == 0x000350, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Length_ReturnValue_3) == 0x000354, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000358, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_14) == 0x00035C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_14' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BooleanOR_ReturnValue_4) == 0x000360, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BooleanOR_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_bool_Variable_8) == 0x000361, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_bool_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_float_Variable_15) == 0x000364, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_float_Variable_15' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_Select_Default_5) == 0x000368, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, Temp_byte_Variable_3) == 0x00036C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_Select_Default_6) == 0x000370, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x000374, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Not_PreBool_ReturnValue_1) == 0x000378, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Add_IntInt_ReturnValue_5) == 0x00037C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Get_Item_7) == 0x000380, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Length_ReturnValue_4) == 0x0003D8, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Add_ReturnValue) == 0x0003DC, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Less_IntInt_ReturnValue_2) == 0x0003E0, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0003E1, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Add_ReturnValue_1) == 0x0003E4, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Subtract_IntInt_ReturnValue) == 0x0003E8, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003EC, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0003ED, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BooleanAND_ReturnValue) == 0x0003EE, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BooleanAND_ReturnValue_1) == 0x0003EF, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0003F0, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0003F1, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BooleanAND_ReturnValue_2) == 0x0003F2, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_Select_Default_7) == 0x0003F8, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BooleanOR_ReturnValue_5) == 0x000400, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BooleanOR_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_Select_Default_8) == 0x000408, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Get_Item_8) == 0x000410, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Length_ReturnValue_5) == 0x000468, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Add_ReturnValue_2) == 0x00046C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Less_IntInt_ReturnValue_3) == 0x000470, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000471, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BooleanXOR_ReturnValue) == 0x000472, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BooleanXOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, K2Node_Select_Default_9) == 0x000478, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Not_PreBool_ReturnValue_3) == 0x000480, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakVector_X) == 0x000484, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakVector_Y) == 0x000488, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakVector_Z) == 0x00048C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakVector_X_1) == 0x000490, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakVector_Y_1) == 0x000494, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BreakVector_Z_1) == 0x000498, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x00049C, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Get_Item_9) == 0x0004A0, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Add_ReturnValue_3) == 0x0004F8, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Add_ReturnValue_4) == 0x0004FC, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000500, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_EqualEqual_IntInt_ReturnValue_3) == 0x000501, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_EqualEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_EqualEqual_IntInt_ReturnValue_4) == 0x000502, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_EqualEqual_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Array_Length_ReturnValue_6) == 0x000504, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_BooleanOR_ReturnValue_6) == 0x000508, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_BooleanOR_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PrepEphemera, CallFunc_Less_IntInt_ReturnValue_4) == 0x000509, "Member 'BP_FI_AnimatedBook_C_AniBook_PrepEphemera::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_PlaceEphemera \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_PlaceEphemera"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera) == 0x0002E0, "Wrong size on BP_FI_AnimatedBook_C_AniBook_PlaceEphemera"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Actor) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Actor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, PageNumber) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::PageNumber' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Flatten) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Flatten' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Offset) == 0x000010, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Offset' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Rotation) == 0x00001C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Scale) == 0x000020, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Scale' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Array_Number) == 0x00002C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Array_Number' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, AbsolutePos) == 0x000030, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::AbsolutePos' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, ScaleZenabled) == 0x000031, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::ScaleZenabled' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_BreakVector_X) == 0x000034, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_BreakVector_Y) == 0x000038, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_BreakVector_Z) == 0x00003C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Percent_IntInt_ReturnValue) == 0x000040, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000044, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000048, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00004C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000050, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_BreakVector_X_1) == 0x000054, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_BreakVector_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_BreakVector_Y_1) == 0x000058, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_BreakVector_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_BreakVector_Z_1) == 0x00005C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_BreakVector_Z_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000060, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Temp_bool_Variable) == 0x000064, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Array_Get_Item) == 0x000068, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Array_Get_Item_1) == 0x00006C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000078, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_BreakRotator_Roll) == 0x00007C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_BreakRotator_Pitch) == 0x000080, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_BreakRotator_Yaw) == 0x000084, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Less_FloatFloat_ReturnValue) == 0x000088, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Add_FloatFloat_ReturnValue) == 0x00008C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_SelectFloat_ReturnValue) == 0x000090, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_MakeRotator_ReturnValue) == 0x000094, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_MakeVector_ReturnValue) == 0x0000A0, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Temp_bool_Variable_1) == 0x0000AC, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_K2_AddActorLocalOffset_SweepHitResult) == 0x0000B0, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_K2_AddActorLocalOffset_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Temp_bool_Variable_2) == 0x000138, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x000139, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x00013C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Subtract_IntInt_ReturnValue) == 0x000140, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Temp_bool_Variable_3) == 0x000144, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x000145, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Temp_bool_Variable_4) == 0x000146, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Temp_bool_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_BooleanOR_ReturnValue) == 0x000147, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, Temp_bool_Variable_5) == 0x000148, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::Temp_bool_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, K2Node_Select_Default) == 0x00014C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Conv_BoolToFloat_ReturnValue) == 0x000158, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Conv_BoolToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_K2_SetActorRelativeRotation_SweepHitResult) == 0x00015C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_K2_SetActorRelativeRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0001E4, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x0001E8, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0001EC, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, K2Node_Select_Default_1) == 0x0001F0, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_MakeVector_ReturnValue_1) == 0x0001F4, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, K2Node_Select_Default_2) == 0x000200, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, K2Node_Select_Default_3) == 0x000204, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, K2Node_Select_Default_4) == 0x000208, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_BooleanXOR_ReturnValue) == 0x00020C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_BooleanXOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Subtract_IntInt_ReturnValue_1) == 0x000210, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Subtract_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Conv_BoolToFloat_ReturnValue_1) == 0x000214, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Conv_BoolToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000218, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x00021C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_MakeRotator_ReturnValue_1) == 0x000220, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x00022C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x000230, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_9) == 0x000234, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_10) == 0x000238, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_11) == 0x00023C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Multiply_FloatFloat_ReturnValue_12) == 0x000240, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Multiply_FloatFloat_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, K2Node_Select_Default_5) == 0x000244, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000248, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_MakeVector_ReturnValue_2) == 0x00024C, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_MakeVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_PlaceEphemera, CallFunc_K2_SetActorRelativeLocation_SweepHitResult) == 0x000258, "Member 'BP_FI_AnimatedBook_C_AniBook_PlaceEphemera::CallFunc_K2_SetActorRelativeLocation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos) == 0x000248, "Wrong size on BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, Scale_Z_Enabled) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::Scale_Z_Enabled' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, Temp_bool_Variable) == 0x000014, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000018, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_MakeVector_ReturnValue) == 0x000024, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Subtract_IntInt_ReturnValue) == 0x000030, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, Temp_bool_Variable_1) == 0x000034, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000038, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x00003C, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Add_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_MakeVector_ReturnValue_1) == 0x000044, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_MakeVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, Temp_int_Loop_Counter_Variable_1) == 0x000050, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Array_Get_Item) == 0x000058, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Less_IntInt_ReturnValue) == 0x0000B4, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Add_IntInt_ReturnValue_2) == 0x0000B8, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Array_Length_ReturnValue_1) == 0x000118, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Less_IntInt_ReturnValue_1) == 0x00011C, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_Greater_IntInt_ReturnValue) == 0x00011D, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, K2Node_Select_Default) == 0x000120, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000128, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, K2Node_Select_Default_1) == 0x000130, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000138, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x0001C0, "Member 'BP_FI_AnimatedBook_C_AniBook_FinalizeEphemeraPos::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_CoverTypography \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_CoverTypography) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_CoverTypography"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_CoverTypography) == 0x000538, "Wrong size on BP_FI_AnimatedBook_C_AniBook_CoverTypography"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Page_Widget) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Page_Widget' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, TypographyOptions) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::TypographyOptions' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, SpineLayout) == 0x0000A8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::SpineLayout' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_bool_Variable) == 0x000118, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_IsValid_ReturnValue) == 0x000119, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x000120, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_IsValid_ReturnValue_1) == 0x000128, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00012C, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000130, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000134, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000138, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_SlotAsVerticalBoxSlot_ReturnValue_1) == 0x000140, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_SlotAsVerticalBoxSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_SlotAsGridSlot_ReturnValue) == 0x000148, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_SlotAsGridSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_SlotAsVerticalBoxSlot_ReturnValue_2) == 0x000150, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_SlotAsVerticalBoxSlot_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_bool_Variable_1) == 0x000158, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_SlotAsVerticalBoxSlot_ReturnValue_3) == 0x000160, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_SlotAsVerticalBoxSlot_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_int_Variable) == 0x000168, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_int_Variable_1) == 0x00016C, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_int_Variable_2) == 0x000170, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_byte_Variable) == 0x000174, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_float_Variable) == 0x000178, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_float_Variable_1) == 0x00017C, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_float_Variable_2) == 0x000180, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_byte_Variable_1) == 0x000184, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_int_Variable_3) == 0x000188, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_int_Variable_4) == 0x00018C, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_int_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_int_Variable_5) == 0x000190, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_int_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_byte_Variable_2) == 0x000194, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_byte_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_byte_Variable_3) == 0x000195, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_byte_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_byte_Variable_4) == 0x000196, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_byte_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_byte_Variable_5) == 0x000197, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_byte_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_byte_Variable_6) == 0x000198, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_byte_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_byte_Variable_7) == 0x000199, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_byte_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_byte_Variable_8) == 0x00019A, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_byte_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable) == 0x0001A0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_1) == 0x0001A8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_2) == 0x0001B0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_3) == 0x0001B8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_4) == 0x0001C0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_5) == 0x0001C8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_6) == 0x0001D0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_byte_Variable_9) == 0x0001D8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_byte_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default) == 0x0001DC, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_7) == 0x0001E0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_1) == 0x0001E8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_2) == 0x0001F0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_8) == 0x0001F8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_IntInt_ReturnValue) == 0x000200, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x000204, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000208, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x00020C, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_MakeStruct_Margin) == 0x000210, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_MakeStruct_Margin_1) == 0x000220, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_IntInt_ReturnValue_2) == 0x000230, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_3) == 0x000238, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_IntInt_ReturnValue_3) == 0x000260, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_4) == 0x000268, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_IntInt_ReturnValue_4) == 0x000290, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_5) == 0x000298, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_9) == 0x0002C0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_6) == 0x0002C8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x0002CC, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x0002D0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x0002D4, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x0002D8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_10) == 0x0002E0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_MakeStruct_Margin_2) == 0x0002E8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_MakeStruct_Margin_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_11) == 0x0002F8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_12) == 0x000300, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_7) == 0x000308, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_IntInt_ReturnValue_5) == 0x00030C, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_IntInt_ReturnValue_6) == 0x000310, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_MakeStruct_SlateFontInfo) == 0x000318, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x000370, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_MakeStruct_Margin_3) == 0x000374, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_MakeStruct_Margin_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_IntInt_ReturnValue_7) == 0x000384, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Conv_IntToFloat_ReturnValue_3) == 0x000388, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Conv_IntToFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, CallFunc_Multiply_IntInt_ReturnValue_8) == 0x00038C, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::CallFunc_Multiply_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_MakeStruct_Margin_4) == 0x000390, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_MakeStruct_Margin_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_object_Variable_13) == 0x0003A0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_object_Variable_13' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, Temp_byte_Variable_10) == 0x0003A8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::Temp_byte_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_8) == 0x0003B0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_8' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_9) == 0x0003B8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_9' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_MakeStruct_SlateFontInfo_1) == 0x0003C0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_MakeStruct_SlateFontInfo_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_10) == 0x000418, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_10' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_MakeStruct_SlateFontInfo_2) == 0x000420, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_MakeStruct_SlateFontInfo_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_11) == 0x000478, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_11' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_MakeStruct_SlateFontInfo_3) == 0x000480, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_MakeStruct_SlateFontInfo_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_Select_Default_12) == 0x0004D8, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_Select_Default_12' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_CoverTypography, K2Node_MakeStruct_SlateFontInfo_4) == 0x0004E0, "Member 'BP_FI_AnimatedBook_C_AniBook_CoverTypography::K2Node_MakeStruct_SlateFontInfo_4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget \ static_assert(alignof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget) == 0x000270, "Wrong size on BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, Widget) == 0x000000, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::Widget' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, PageToOpenTo_0) == 0x000008, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::PageToOpenTo_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, Set_Layout_Directly_) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::Set_Layout_Directly_' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, Layout_to_Directly_Set) == 0x000010, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::Layout_to_Directly_Set' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, K2Node_MakeStruct_Margin) == 0x000088, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::K2Node_MakeStruct_Margin' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, CallFunc_SlotAsGridSlot_ReturnValue) == 0x000098, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::CallFunc_SlotAsGridSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, CallFunc_SlotAsVerticalBoxSlot_ReturnValue) == 0x0000A0, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::CallFunc_SlotAsVerticalBoxSlot_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, K2Node_MakeStruct_Margin_1) == 0x0000A8, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::K2Node_MakeStruct_Margin_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, CallFunc_SlotAsVerticalBoxSlot_ReturnValue_1) == 0x0000B8, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::CallFunc_SlotAsVerticalBoxSlot_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, Temp_object_Variable) == 0x0000C0, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::Temp_object_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, Temp_bool_Variable) == 0x0000C8, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, Temp_bool_Variable_1) == 0x0000C9, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, Temp_byte_Variable) == 0x0000CA, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, K2Node_MakeStruct_S_PageInfo) == 0x0000D0, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::K2Node_MakeStruct_S_PageInfo' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, Temp_byte_Variable_1) == 0x000148, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::Temp_byte_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, K2Node_Select_Default) == 0x000150, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x0001C8, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, CallFunc_IsValid_ReturnValue) == 0x0001D0, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, CallFunc_TextIsEmpty_ReturnValue) == 0x0001D1, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::CallFunc_TextIsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, K2Node_Select_Default_1) == 0x0001D8, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, K2Node_MakeStruct_SlateBrush) == 0x0001E0, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::K2Node_MakeStruct_SlateBrush' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, CallFunc_IsValid_ReturnValue_1) == 0x000268, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, CallFunc_Not_PreBool_ReturnValue) == 0x000269, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, Temp_bool_Variable_2) == 0x00026A, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, CallFunc_BooleanOR_ReturnValue) == 0x00026B, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget, K2Node_Select_Default_2) == 0x00026C, "Member 'BP_FI_AnimatedBook_C_Ani_Book__Update_Cover_Widget::K2Node_Select_Default_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_InitEphemera \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_InitEphemera) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_InitEphemera"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_InitEphemera) == 0x000130, "Wrong size on BP_FI_AnimatedBook_C_AniBook_InitEphemera"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, ConstructionGraph) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::ConstructionGraph' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_GetDisplayName_ReturnValue) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, Temp_float_Variable) == 0x000028, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, Temp_int_Array_Index_Variable) == 0x00002C, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Greater_IntInt_ReturnValue) == 0x000034, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, Temp_bool_Variable) == 0x00003C, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Add_IntInt_ReturnValue) == 0x000040, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, Temp_bool_Variable_1) == 0x000044, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Subtract_IntInt_ReturnValue) == 0x000048, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Less_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Not_PreBool_ReturnValue) == 0x0000A9, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_BooleanAND_ReturnValue) == 0x0000AA, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000AB, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_EqualEqual_IntInt_ReturnValue_1) == 0x0000AC, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_EqualEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000AD, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_BooleanOR_ReturnValue) == 0x0000AE, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, K2Node_Select_Default) == 0x0000B0, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_BooleanAND_ReturnValue_1) == 0x0000B8, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_BooleanOR_ReturnValue_1) == 0x0000B9, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_IsValid_ReturnValue) == 0x0000BA, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0000BC, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Add_IntInt_ReturnValue_1) == 0x0000C0, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000C4, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_Percent_IntInt_ReturnValue) == 0x0000C8, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, CallFunc_EqualEqual_IntInt_ReturnValue_2) == 0x0000CC, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::CallFunc_EqualEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, K2Node_Select_Default_1) == 0x0000D0, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_InitEphemera, K2Node_SetFieldsInStruct_StructOut) == 0x0000D8, "Member 'BP_FI_AnimatedBook_C_AniBook_InitEphemera::K2Node_SetFieldsInStruct_StructOut' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBook_TallyPages \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBook_TallyPages) == 0x000004, "Wrong alignment on BP_FI_AnimatedBook_C_AniBook_TallyPages"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBook_TallyPages) == 0x00007C, "Wrong size on BP_FI_AnimatedBook_C_AniBook_TallyPages"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, RefreshPagesOnly) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::RefreshPagesOnly' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Subtract_IntInt_ReturnValue) == 0x000004, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, Temp_int_Variable) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, Temp_bool_Variable) == 0x00000D, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, Temp_float_Variable) == 0x000010, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, K2Node_Select_Default) == 0x000014, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Conv_IntToFloat_ReturnValue) == 0x000018, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Add_IntInt_ReturnValue) == 0x00001C, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, Temp_bool_Variable_1) == 0x000024, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Add_IntInt_ReturnValue_1) == 0x000028, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Divide_IntInt_ReturnValue) == 0x00002C, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Divide_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Multiply_IntInt_ReturnValue) == 0x000030, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Multiply_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Add_IntInt_ReturnValue_2) == 0x000034, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000038, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Divide_IntInt_ReturnValue_1) == 0x00003C, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Divide_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_EqualEqual_FloatFloat_ReturnValue) == 0x000040, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_EqualEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Multiply_IntInt_ReturnValue_1) == 0x000044, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Multiply_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, K2Node_Select_Default_1) == 0x000048, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, Temp_bool_Variable_2) == 0x00004C, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000050, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, K2Node_Select_Default_2) == 0x000054, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000058, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000059, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Array_Length_ReturnValue) == 0x00005C, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Add_IntInt_ReturnValue_3) == 0x000060, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Add_IntInt_ReturnValue_4) == 0x000064, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Add_IntInt_ReturnValue_5) == 0x000068, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Conv_IntToFloat_ReturnValue_2) == 0x00006C, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Conv_IntToFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_Divide_FloatFloat_ReturnValue_1) == 0x000070, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_Divide_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000074, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBook_TallyPages, CallFunc_FClamp_ReturnValue) == 0x000078, "Member 'BP_FI_AnimatedBook_C_AniBook_TallyPages::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_SetupPageMaterials \ static_assert(alignof(BP_FI_AnimatedBook_C_SetupPageMaterials) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_SetupPageMaterials"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_SetupPageMaterials) == 0x0000E8, "Wrong size on BP_FI_AnimatedBook_C_SetupPageMaterials"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, Index_0) == 0x000000, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::Index_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, Temp_int_Variable) == 0x000008, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, Temp_int_Loop_Counter_Variable) == 0x000014, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_Add_IntInt_ReturnValue) == 0x000018, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, Temp_bool_Variable) == 0x00001C, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_Conv_IntToString_ReturnValue) == 0x000020, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_Concat_StrStr_ReturnValue) == 0x000030, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, K2Node_Select_Default) == 0x000040, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_Conv_StringToName_ReturnValue) == 0x000044, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_Conv_StringToName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_Array_Get_Item) == 0x000050, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_Less_IntInt_ReturnValue) == 0x0000CC, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x0000D0, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_Array_AddUnique_ReturnValue) == 0x0000D8, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_Array_AddUnique_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_SetupPageMaterials, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x0000E0, "Member 'BP_FI_AnimatedBook_C_SetupPageMaterials::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_UpdatePageMaterial \ static_assert(alignof(BP_FI_AnimatedBook_C_UpdatePageMaterial) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_UpdatePageMaterial"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_UpdatePageMaterial) == 0x0000C0, "Wrong size on BP_FI_AnimatedBook_C_UpdatePageMaterial"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, Page) == 0x000000, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::Page' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, Mesh) == 0x000008, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::Mesh' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, ElementIndex) == 0x000010, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::ElementIndex' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, Flip) == 0x000014, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::Flip' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, CurrentPageInfo) == 0x000018, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::CurrentPageInfo' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, Index_0) == 0x000090, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::Index_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, Temp_int_Variable) == 0x000094, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, CallFunc_SelectFloat_ReturnValue) == 0x000098, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::CallFunc_SelectFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, Temp_bool_Variable) == 0x00009C, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, CallFunc_LessEqual_IntInt_ReturnValue) == 0x0000AC, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, K2Node_Select_Default) == 0x0000B0, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, CallFunc_Array_Length_ReturnValue) == 0x0000B4, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0000B8, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, CallFunc_Less_IntInt_ReturnValue) == 0x0000B9, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_UpdatePageMaterial, CallFunc_BooleanOR_ReturnValue) == 0x0000BA, "Member 'BP_FI_AnimatedBook_C_UpdatePageMaterial::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_ResetVOPageStatus \ static_assert(alignof(BP_FI_AnimatedBook_C_ResetVOPageStatus) == 0x000004, "Wrong alignment on BP_FI_AnimatedBook_C_ResetVOPageStatus"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_ResetVOPageStatus) == 0x000014, "Wrong size on BP_FI_AnimatedBook_C_ResetVOPageStatus"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ResetVOPageStatus, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_FI_AnimatedBook_C_ResetVOPageStatus::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ResetVOPageStatus, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_FI_AnimatedBook_C_ResetVOPageStatus::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ResetVOPageStatus, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_FI_AnimatedBook_C_ResetVOPageStatus::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ResetVOPageStatus, CallFunc_Array_Length_ReturnValue) == 0x00000C, "Member 'BP_FI_AnimatedBook_C_ResetVOPageStatus::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_ResetVOPageStatus, CallFunc_Less_IntInt_ReturnValue) == 0x000010, "Member 'BP_FI_AnimatedBook_C_ResetVOPageStatus::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBookPlayPageAudio \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio) == 0x000008, "Wrong alignment on BP_FI_AnimatedBook_C_AniBookPlayPageAudio"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio) == 0x000140, "Wrong size on BP_FI_AnimatedBook_C_AniBookPlayPageAudio"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, ForPage) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::ForPage' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, Loc_PageVOToPlay) == 0x000008, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::Loc_PageVOToPlay' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, Loc_PageInfo) == 0x000010, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::Loc_PageInfo' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, K2Node_CreateDelegate_OutputDelegate) == 0x000088, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_IsValid_ReturnValue) == 0x000098, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_IsValid_ReturnValue_1) == 0x000099, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_Not_PreBool_ReturnValue) == 0x00009A, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_LessEqual_IntInt_ReturnValue) == 0x00009B, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x00009C, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x00009D, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_BooleanAND_ReturnValue) == 0x00009E, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_BooleanAND_ReturnValue_1) == 0x00009F, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_BooleanAND_ReturnValue_2) == 0x0000A0, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000A1, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, Temp_bool_Variable) == 0x0000A2, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_GreaterEqual_FloatFloat_ReturnValue_1) == 0x0000A3, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_GreaterEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_IsValid_ReturnValue_2) == 0x0000A4, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_Subtract_IntInt_ReturnValue) == 0x0000A8, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000128, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, K2Node_Select_Default) == 0x000130, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookPlayPageAudio, CallFunc_SpawnSoundAttached_ReturnValue) == 0x000138, "Member 'BP_FI_AnimatedBook_C_AniBookPlayPageAudio::CallFunc_SpawnSoundAttached_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBookOnBookOpenStart \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBookOnBookOpenStart) == 0x000001, "Wrong alignment on BP_FI_AnimatedBook_C_AniBookOnBookOpenStart"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBookOnBookOpenStart) == 0x000001, "Wrong size on BP_FI_AnimatedBook_C_AniBookOnBookOpenStart"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookOnBookOpenStart, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBookOnBookOpenStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBookOnBookOpenEnd \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBookOnBookOpenEnd) == 0x000001, "Wrong alignment on BP_FI_AnimatedBook_C_AniBookOnBookOpenEnd"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBookOnBookOpenEnd) == 0x000001, "Wrong size on BP_FI_AnimatedBook_C_AniBookOnBookOpenEnd"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookOnBookOpenEnd, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBookOnBookOpenEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBookOnPageTurnStart \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBookOnPageTurnStart) == 0x000001, "Wrong alignment on BP_FI_AnimatedBook_C_AniBookOnPageTurnStart"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBookOnPageTurnStart) == 0x000001, "Wrong size on BP_FI_AnimatedBook_C_AniBookOnPageTurnStart"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookOnPageTurnStart, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBookOnPageTurnStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBookOnPageTurnEnd \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBookOnPageTurnEnd) == 0x000001, "Wrong alignment on BP_FI_AnimatedBook_C_AniBookOnPageTurnEnd"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBookOnPageTurnEnd) == 0x000001, "Wrong size on BP_FI_AnimatedBook_C_AniBookOnPageTurnEnd"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookOnPageTurnEnd, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBookOnPageTurnEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBookOnPageVOStart \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBookOnPageVOStart) == 0x000001, "Wrong alignment on BP_FI_AnimatedBook_C_AniBookOnPageVOStart"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBookOnPageVOStart) == 0x000001, "Wrong size on BP_FI_AnimatedBook_C_AniBookOnPageVOStart"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookOnPageVOStart, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBookOnPageVOStart::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_AnimatedBook_C_AniBookOnPageVOEnd \ static_assert(alignof(BP_FI_AnimatedBook_C_AniBookOnPageVOEnd) == 0x000001, "Wrong alignment on BP_FI_AnimatedBook_C_AniBookOnPageVOEnd"); \ static_assert(sizeof(BP_FI_AnimatedBook_C_AniBookOnPageVOEnd) == 0x000001, "Wrong size on BP_FI_AnimatedBook_C_AniBookOnPageVOEnd"); \ static_assert(offsetof(BP_FI_AnimatedBook_C_AniBookOnPageVOEnd, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_FI_AnimatedBook_C_AniBookOnPageVOEnd::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_AnimatedBook_C \ static_assert(alignof(ABP_FI_AnimatedBook_C) == 0x000008, "Wrong alignment on ABP_FI_AnimatedBook_C"); \ static_assert(sizeof(ABP_FI_AnimatedBook_C) == 0x002560, "Wrong size on ABP_FI_AnimatedBook_C"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, UberGraphFrame_BP_FI_AnimatedBook_C) == 0x001BD0, "Member 'ABP_FI_AnimatedBook_C::UberGraphFrame_BP_FI_AnimatedBook_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Widget_CoverBack) == 0x001BD8, "Member 'ABP_FI_AnimatedBook_C::Widget_CoverBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Widget_BlockFront) == 0x001BE0, "Member 'ABP_FI_AnimatedBook_C::Widget_BlockFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Widget_PageBack) == 0x001BE8, "Member 'ABP_FI_AnimatedBook_C::Widget_PageBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Widget_PageFront) == 0x001BF0, "Member 'ABP_FI_AnimatedBook_C::Widget_PageFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Widget_BlockBack) == 0x001BF8, "Member 'ABP_FI_AnimatedBook_C::Widget_BlockBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Widget_CoverFront) == 0x001C00, "Member 'ABP_FI_AnimatedBook_C::Widget_CoverFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraAnchor_Front) == 0x001C08, "Member 'ABP_FI_AnimatedBook_C::EphemeraAnchor_Front' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraAnchor_Back) == 0x001C10, "Member 'ABP_FI_AnimatedBook_C::EphemeraAnchor_Back' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverBack_Center) == 0x001C18, "Member 'ABP_FI_AnimatedBook_C::CoverBack_Center' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverSpine_Center) == 0x001C20, "Member 'ABP_FI_AnimatedBook_C::CoverSpine_Center' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PreviewLayoutBack) == 0x001C28, "Member 'ABP_FI_AnimatedBook_C::PreviewLayoutBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PreviewLayoutFront) == 0x001C30, "Member 'ABP_FI_AnimatedBook_C::PreviewLayoutFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverFront_Center) == 0x001C38, "Member 'ABP_FI_AnimatedBook_C::CoverFront_Center' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, GroundOffset) == 0x001C40, "Member 'ABP_FI_AnimatedBook_C::GroundOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Centre) == 0x001C48, "Member 'ABP_FI_AnimatedBook_C::Centre' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, IK_SpineCenter) == 0x001C50, "Member 'ABP_FI_AnimatedBook_C::IK_SpineCenter' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, SpineBack) == 0x001C58, "Member 'ABP_FI_AnimatedBook_C::SpineBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, MediaSound) == 0x001C60, "Member 'ABP_FI_AnimatedBook_C::MediaSound' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, DirectionReference) == 0x001C68, "Member 'ABP_FI_AnimatedBook_C::DirectionReference' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, SpineAttachPoint_Back) == 0x001C70, "Member 'ABP_FI_AnimatedBook_C::SpineAttachPoint_Back' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, SpineAttachPoint_Front) == 0x001C78, "Member 'ABP_FI_AnimatedBook_C::SpineAttachPoint_Front' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BookCover_Front) == 0x001C80, "Member 'ABP_FI_AnimatedBook_C::BookCover_Front' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BookCover_Back) == 0x001C88, "Member 'ABP_FI_AnimatedBook_C::BookCover_Back' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageBackRev_center) == 0x001C90, "Member 'ABP_FI_AnimatedBook_C::PageBackRev_center' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageFrontRev_center) == 0x001C98, "Member 'ABP_FI_AnimatedBook_C::PageFrontRev_center' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageBack_center) == 0x001CA0, "Member 'ABP_FI_AnimatedBook_C::PageBack_center' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageFront_center) == 0x001CA8, "Member 'ABP_FI_AnimatedBook_C::PageFront_center' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BlockBack_center) == 0x001CB0, "Member 'ABP_FI_AnimatedBook_C::BlockBack_center' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BlockFront_center) == 0x001CB8, "Member 'ABP_FI_AnimatedBook_C::BlockFront_center' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageBack) == 0x001CC0, "Member 'ABP_FI_AnimatedBook_C::PageBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageFront) == 0x001CC8, "Member 'ABP_FI_AnimatedBook_C::PageFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BlockBack) == 0x001CD0, "Member 'ABP_FI_AnimatedBook_C::BlockBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BlockFront) == 0x001CD8, "Member 'ABP_FI_AnimatedBook_C::BlockFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Ground) == 0x001CE0, "Member 'ABP_FI_AnimatedBook_C::Ground' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurn_EphemeraSquash_769D12F54386010DD8AB63B191343961) == 0x001CE8, "Member 'ABP_FI_AnimatedBook_C::PageTurn_EphemeraSquash_769D12F54386010DD8AB63B191343961' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurn_Progress_769D12F54386010DD8AB63B191343961) == 0x001CEC, "Member 'ABP_FI_AnimatedBook_C::PageTurn_Progress_769D12F54386010DD8AB63B191343961' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurn_NoDamping_769D12F54386010DD8AB63B191343961) == 0x001CF0, "Member 'ABP_FI_AnimatedBook_C::PageTurn_NoDamping_769D12F54386010DD8AB63B191343961' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurn_PageTurn_769D12F54386010DD8AB63B191343961) == 0x001CF4, "Member 'ABP_FI_AnimatedBook_C::PageTurn_PageTurn_769D12F54386010DD8AB63B191343961' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurn__Direction_769D12F54386010DD8AB63B191343961) == 0x001CF8, "Member 'ABP_FI_AnimatedBook_C::PageTurn__Direction_769D12F54386010DD8AB63B191343961' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurn) == 0x001D00, "Member 'ABP_FI_AnimatedBook_C::PageTurn' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraAnim_HeavySwing_F51548D84E4A5869E82B069FCD7BF426) == 0x001D08, "Member 'ABP_FI_AnimatedBook_C::EphemeraAnim_HeavySwing_F51548D84E4A5869E82B069FCD7BF426' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraAnim_Swing_F51548D84E4A5869E82B069FCD7BF426) == 0x001D0C, "Member 'ABP_FI_AnimatedBook_C::EphemeraAnim_Swing_F51548D84E4A5869E82B069FCD7BF426' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraAnim_Closing_F51548D84E4A5869E82B069FCD7BF426) == 0x001D10, "Member 'ABP_FI_AnimatedBook_C::EphemeraAnim_Closing_F51548D84E4A5869E82B069FCD7BF426' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraAnim_Unfold_F51548D84E4A5869E82B069FCD7BF426) == 0x001D14, "Member 'ABP_FI_AnimatedBook_C::EphemeraAnim_Unfold_F51548D84E4A5869E82B069FCD7BF426' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraAnim_Flutter_F51548D84E4A5869E82B069FCD7BF426) == 0x001D18, "Member 'ABP_FI_AnimatedBook_C::EphemeraAnim_Flutter_F51548D84E4A5869E82B069FCD7BF426' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraAnim__Direction_F51548D84E4A5869E82B069FCD7BF426) == 0x001D1C, "Member 'ABP_FI_AnimatedBook_C::EphemeraAnim__Direction_F51548D84E4A5869E82B069FCD7BF426' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraAnim) == 0x001D20, "Member 'ABP_FI_AnimatedBook_C::EphemeraAnim' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Open_The_Book_CoverReverse_84EE7855437B2C51DE4DFDAD210EE1B1) == 0x001D28, "Member 'ABP_FI_AnimatedBook_C::Open_The_Book_CoverReverse_84EE7855437B2C51DE4DFDAD210EE1B1' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Open_The_Book_Cover_84EE7855437B2C51DE4DFDAD210EE1B1) == 0x001D2C, "Member 'ABP_FI_AnimatedBook_C::Open_The_Book_Cover_84EE7855437B2C51DE4DFDAD210EE1B1' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Open_The_Book_0__1_EaseInSnapOut_84EE7855437B2C51DE4DFDAD210EE1B1) == 0x001D30, "Member 'ABP_FI_AnimatedBook_C::Open_The_Book_0__1_EaseInSnapOut_84EE7855437B2C51DE4DFDAD210EE1B1' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Open_The_Book_0__1_EaseInBounceOut_84EE7855437B2C51DE4DFDAD210EE1B1) == 0x001D34, "Member 'ABP_FI_AnimatedBook_C::Open_The_Book_0__1_EaseInBounceOut_84EE7855437B2C51DE4DFDAD210EE1B1' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Open_The_Book_1_sec_0__1_EaseIn_Out_84EE7855437B2C51DE4DFDAD210EE1B1) == 0x001D38, "Member 'ABP_FI_AnimatedBook_C::Open_The_Book_1_sec_0__1_EaseIn_Out_84EE7855437B2C51DE4DFDAD210EE1B1' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Open_The_Book__Direction_84EE7855437B2C51DE4DFDAD210EE1B1) == 0x001D3C, "Member 'ABP_FI_AnimatedBook_C::Open_The_Book__Direction_84EE7855437B2C51DE4DFDAD210EE1B1' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Open_The_Book) == 0x001D40, "Member 'ABP_FI_AnimatedBook_C::Open_The_Book' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, TotalPages) == 0x001D48, "Member 'ABP_FI_AnimatedBook_C::TotalPages' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CurrentPage) == 0x001D4C, "Member 'ABP_FI_AnimatedBook_C::CurrentPage' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, NumberOfViewablePages) == 0x001D50, "Member 'ABP_FI_AnimatedBook_C::NumberOfViewablePages' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BookOpeningStyle) == 0x001D54, "Member 'ABP_FI_AnimatedBook_C::BookOpeningStyle' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, QueuedPage) == 0x001D58, "Member 'ABP_FI_AnimatedBook_C::QueuedPage' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, AnimChopLength) == 0x001D5C, "Member 'ABP_FI_AnimatedBook_C::AnimChopLength' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurnBackwards) == 0x001D60, "Member 'ABP_FI_AnimatedBook_C::PageTurnBackwards' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, NewPageRevealed) == 0x001D61, "Member 'ABP_FI_AnimatedBook_C::NewPageRevealed' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurnInProgress) == 0x001D62, "Member 'ABP_FI_AnimatedBook_C::PageTurnInProgress' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurnQueued) == 0x001D63, "Member 'ABP_FI_AnimatedBook_C::PageTurnQueued' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurnDirectionQueued) == 0x001D64, "Member 'ABP_FI_AnimatedBook_C::PageTurnDirectionQueued' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BookOpeningInProgress) == 0x001D65, "Member 'ABP_FI_AnimatedBook_C::BookOpeningInProgress' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, HalfwayMarkReached) == 0x001D66, "Member 'ABP_FI_AnimatedBook_C::HalfwayMarkReached' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, NoViewablePages) == 0x001D67, "Member 'ABP_FI_AnimatedBook_C::NoViewablePages' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, UnfoldingEnabled) == 0x001D68, "Member 'ABP_FI_AnimatedBook_C::UnfoldingEnabled' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, UnfoldingPaused) == 0x001D69, "Member 'ABP_FI_AnimatedBook_C::UnfoldingPaused' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, InitInProgress) == 0x001D6A, "Member 'ABP_FI_AnimatedBook_C::InitInProgress' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, JumpingToPage) == 0x001D6B, "Member 'ABP_FI_AnimatedBook_C::JumpingToPage' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Preview) == 0x001D6C, "Member 'ABP_FI_AnimatedBook_C::Preview' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, WhereDoesSpineBreak_Scratch) == 0x001D70, "Member 'ABP_FI_AnimatedBook_C::WhereDoesSpineBreak_Scratch' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, WhereDoesSpineBreak) == 0x001D74, "Member 'ABP_FI_AnimatedBook_C::WhereDoesSpineBreak' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BookOpenCurrentAmount) == 0x001D78, "Member 'ABP_FI_AnimatedBook_C::BookOpenCurrentAmount' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, ThinBoost) == 0x001D7C, "Member 'ABP_FI_AnimatedBook_C::ThinBoost' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, READY_TO_PACKAGE) == 0x001D80, "Member 'ABP_FI_AnimatedBook_C::READY_TO_PACKAGE' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Book_Proportions) == 0x001D84, "Member 'ABP_FI_AnimatedBook_C::Book_Proportions' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BookThickness) == 0x001D88, "Member 'ABP_FI_AnimatedBook_C::BookThickness' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurnSpeedQueued) == 0x001D8C, "Member 'ABP_FI_AnimatedBook_C::PageTurnSpeedQueued' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageOpenAmount) == 0x001D90, "Member 'ABP_FI_AnimatedBook_C::PageOpenAmount' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverThickness) == 0x001D94, "Member 'ABP_FI_AnimatedBook_C::CoverThickness' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BookOpen_TargetAmount) == 0x001D98, "Member 'ABP_FI_AnimatedBook_C::BookOpen_TargetAmount' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageToOpenTo) == 0x001D9C, "Member 'ABP_FI_AnimatedBook_C::PageToOpenTo' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CenterOnSpine) == 0x001DA0, "Member 'ABP_FI_AnimatedBook_C::CenterOnSpine' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, AllowPageTurnsMidTurn) == 0x001DA1, "Member 'ABP_FI_AnimatedBook_C::AllowPageTurnsMidTurn' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Damped_PageTurns) == 0x001DA2, "Member 'ABP_FI_AnimatedBook_C::Damped_PageTurns' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Individual_Pages) == 0x001DA8, "Member 'ABP_FI_AnimatedBook_C::Individual_Pages' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Page_Typography_Settings) == 0x001DB8, "Member 'ABP_FI_AnimatedBook_C::Page_Typography_Settings' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, W_BlockFront) == 0x001E58, "Member 'ABP_FI_AnimatedBook_C::W_BlockFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, W_BlockBack) == 0x001E60, "Member 'ABP_FI_AnimatedBook_C::W_BlockBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, W_PageFront) == 0x001E68, "Member 'ABP_FI_AnimatedBook_C::W_PageFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, W_PageBack) == 0x001E70, "Member 'ABP_FI_AnimatedBook_C::W_PageBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, W_CoverFront) == 0x001E78, "Member 'ABP_FI_AnimatedBook_C::W_CoverFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageFront_DMI) == 0x001E80, "Member 'ABP_FI_AnimatedBook_C::PageFront_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageBack_DMI) == 0x001E88, "Member 'ABP_FI_AnimatedBook_C::PageBack_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BlockFrontEdge_DMI) == 0x001E90, "Member 'ABP_FI_AnimatedBook_C::BlockFrontEdge_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BlockBackEdge_DMI) == 0x001E98, "Member 'ABP_FI_AnimatedBook_C::BlockBackEdge_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BlockFrontBinding_DMI) == 0x001EA0, "Member 'ABP_FI_AnimatedBook_C::BlockFrontBinding_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BlockBackBinding_DMI) == 0x001EA8, "Member 'ABP_FI_AnimatedBook_C::BlockBackBinding_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BlockFront_DMI) == 0x001EB0, "Member 'ABP_FI_AnimatedBook_C::BlockFront_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Endpapers_DMI) == 0x001EB8, "Member 'ABP_FI_AnimatedBook_C::Endpapers_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BlockBack_DMI) == 0x001EC0, "Member 'ABP_FI_AnimatedBook_C::BlockBack_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Spine_DMI) == 0x001EC8, "Member 'ABP_FI_AnimatedBook_C::Spine_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Paperback_DMI) == 0x001ED0, "Member 'ABP_FI_AnimatedBook_C::Paperback_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, MID_BlockFront) == 0x001ED8, "Member 'ABP_FI_AnimatedBook_C::MID_BlockFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, MID_BlockBack) == 0x001EE0, "Member 'ABP_FI_AnimatedBook_C::MID_BlockBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, MID_PageFront) == 0x001EE8, "Member 'ABP_FI_AnimatedBook_C::MID_PageFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, MID_PageBack) == 0x001EF0, "Member 'ABP_FI_AnimatedBook_C::MID_PageBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PaperMaterial) == 0x001EF8, "Member 'ABP_FI_AnimatedBook_C::PaperMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, ScratchTexture) == 0x001F00, "Member 'ABP_FI_AnimatedBook_C::ScratchTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BackCover_Material) == 0x001F08, "Member 'ABP_FI_AnimatedBook_C::BackCover_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Page_Material) == 0x001F10, "Member 'ABP_FI_AnimatedBook_C::Page_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CurrentMovieMedia) == 0x001F18, "Member 'ABP_FI_AnimatedBook_C::CurrentMovieMedia' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageMaterialInstances) == 0x001F20, "Member 'ABP_FI_AnimatedBook_C::PageMaterialInstances' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PagePictureDrawSize) == 0x001F30, "Member 'ABP_FI_AnimatedBook_C::PagePictureDrawSize' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Page_Paper_Type) == 0x001F38, "Member 'ABP_FI_AnimatedBook_C::Page_Paper_Type' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PagePaperTint) == 0x001F3C, "Member 'ABP_FI_AnimatedBook_C::PagePaperTint' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, gold_leaf_page_edges) == 0x001F4C, "Member 'ABP_FI_AnimatedBook_C::gold_leaf_page_edges' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Page_Dirt___Markings) == 0x001F4D, "Member 'ABP_FI_AnimatedBook_C::Page_Dirt___Markings' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Page_Dirt_Strength) == 0x001F50, "Member 'ABP_FI_AnimatedBook_C::Page_Dirt_Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, NonViewableExtraPagesAtFront) == 0x001F54, "Member 'ABP_FI_AnimatedBook_C::NonViewableExtraPagesAtFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, NonViewableExtraPagesAtBack) == 0x001F58, "Member 'ABP_FI_AnimatedBook_C::NonViewableExtraPagesAtBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EndpapersTint) == 0x001F5C, "Member 'ABP_FI_AnimatedBook_C::EndpapersTint' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Keep_Empty_Title_Space) == 0x001F6C, "Member 'ABP_FI_AnimatedBook_C::Keep_Empty_Title_Space' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Show_Page_numbers) == 0x001F6D, "Member 'ABP_FI_AnimatedBook_C::Show_Page_numbers' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Center_Page_numbers) == 0x001F6E, "Member 'ABP_FI_AnimatedBook_C::Center_Page_numbers' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Page_numberFontSize) == 0x001F70, "Member 'ABP_FI_AnimatedBook_C::Page_numberFontSize' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, AddToPageNumberValue) == 0x001F74, "Member 'ABP_FI_AnimatedBook_C::AddToPageNumberValue' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, MediaPlayer) == 0x001F78, "Member 'ABP_FI_AnimatedBook_C::MediaPlayer' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, MediaPlayerPlaying) == 0x001F80, "Member 'ABP_FI_AnimatedBook_C::MediaPlayerPlaying' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BookOpenStart) == 0x001F84, "Member 'ABP_FI_AnimatedBook_C::BookOpenStart' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Multiplier) == 0x001F88, "Member 'ABP_FI_AnimatedBook_C::Multiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BookContainsMovies) == 0x001F8C, "Member 'ABP_FI_AnimatedBook_C::BookContainsMovies' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, SpineAngle) == 0x001F90, "Member 'ABP_FI_AnimatedBook_C::SpineAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverOpenAmount) == 0x001F94, "Member 'ABP_FI_AnimatedBook_C::CoverOpenAmount' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoversOpenAheadOfPagesSlightly) == 0x001F98, "Member 'ABP_FI_AnimatedBook_C::CoversOpenAheadOfPagesSlightly' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, ThinPageOffset) == 0x001F9C, "Member 'ABP_FI_AnimatedBook_C::ThinPageOffset' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Cover_Material_Presets) == 0x001FA0, "Member 'ABP_FI_AnimatedBook_C::Cover_Material_Presets' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverColorTint) == 0x001FA4, "Member 'ABP_FI_AnimatedBook_C::CoverColorTint' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverDetailingTint) == 0x001FB4, "Member 'ABP_FI_AnimatedBook_C::CoverDetailingTint' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverDetailingMetallic) == 0x001FC4, "Member 'ABP_FI_AnimatedBook_C::CoverDetailingMetallic' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverLetteringMetallic) == 0x001FC8, "Member 'ABP_FI_AnimatedBook_C::CoverLetteringMetallic' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverLetteringGloss) == 0x001FCC, "Member 'ABP_FI_AnimatedBook_C::CoverLetteringGloss' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Use_Rounded_Spine) == 0x001FD0, "Member 'ABP_FI_AnimatedBook_C::Use_Rounded_Spine' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Cover_Dirt_Strength) == 0x001FD4, "Member 'ABP_FI_AnimatedBook_C::Cover_Dirt_Strength' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Use_UMG_Bookcover) == 0x001FD8, "Member 'ABP_FI_AnimatedBook_C::Use_UMG_Bookcover' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Front_cover_Typography_Settings) == 0x001FE0, "Member 'ABP_FI_AnimatedBook_C::Front_cover_Typography_Settings' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Front_cover_Text) == 0x002080, "Member 'ABP_FI_AnimatedBook_C::Front_cover_Text' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Spine_cover_Text) == 0x0020F8, "Member 'ABP_FI_AnimatedBook_C::Spine_cover_Text' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Enable_UMG_back_cover) == 0x002168, "Member 'ABP_FI_AnimatedBook_C::Enable_UMG_back_cover' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Back_cover_Typography_Settings) == 0x002170, "Member 'ABP_FI_AnimatedBook_C::Back_cover_Typography_Settings' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Back_cover_Text) == 0x002210, "Member 'ABP_FI_AnimatedBook_C::Back_cover_Text' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverFront_DMI) == 0x002288, "Member 'ABP_FI_AnimatedBook_C::CoverFront_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverBack_DMI) == 0x002290, "Member 'ABP_FI_AnimatedBook_C::CoverBack_DMI' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageResolution) == 0x002298, "Member 'ABP_FI_AnimatedBook_C::PageResolution' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, W_CoverRear) == 0x0022A0, "Member 'ABP_FI_AnimatedBook_C::W_CoverRear' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Close_book_when_last_page_turned) == 0x0022A8, "Member 'ABP_FI_AnimatedBook_C::Close_book_when_last_page_turned' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Ephemera) == 0x0022B0, "Member 'ABP_FI_AnimatedBook_C::Ephemera' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Page_division) == 0x0022C0, "Member 'ABP_FI_AnimatedBook_C::Page_division' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageturnThickness) == 0x0022C4, "Member 'ABP_FI_AnimatedBook_C::PageturnThickness' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BookContainsEphemera) == 0x0022C8, "Member 'ABP_FI_AnimatedBook_C::BookContainsEphemera' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraOpening) == 0x0022D0, "Member 'ABP_FI_AnimatedBook_C::EphemeraOpening' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraClosing) == 0x0022E0, "Member 'ABP_FI_AnimatedBook_C::EphemeraClosing' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraDepthFront) == 0x0022F0, "Member 'ABP_FI_AnimatedBook_C::EphemeraDepthFront' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraDepthBack) == 0x0022F4, "Member 'ABP_FI_AnimatedBook_C::EphemeraDepthBack' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, MediaVolume) == 0x0022F8, "Member 'ABP_FI_AnimatedBook_C::MediaVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, VoiceOverVolume) == 0x0022FC, "Member 'ABP_FI_AnimatedBook_C::VoiceOverVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Add_detail_meshes_to_bookcover) == 0x002300, "Member 'ABP_FI_AnimatedBook_C::Add_detail_meshes_to_bookcover' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Custom_Bookcover_Detail_Meshes) == 0x002308, "Member 'ABP_FI_AnimatedBook_C::Custom_Bookcover_Detail_Meshes' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Decoration_AncientIron) == 0x002318, "Member 'ABP_FI_AnimatedBook_C::Decoration_AncientIron' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Decoration_MagicBrass) == 0x002328, "Member 'ABP_FI_AnimatedBook_C::Decoration_MagicBrass' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Decoration_Steampunk) == 0x002338, "Member 'ABP_FI_AnimatedBook_C::Decoration_Steampunk' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Decoration_Storybook) == 0x002348, "Member 'ABP_FI_AnimatedBook_C::Decoration_Storybook' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Decoration_None) == 0x002358, "Member 'ABP_FI_AnimatedBook_C::Decoration_None' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, ScratchFloat) == 0x002368, "Member 'ABP_FI_AnimatedBook_C::ScratchFloat' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, QueuedBookOpenAmount) == 0x00236C, "Member 'ABP_FI_AnimatedBook_C::QueuedBookOpenAmount' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, MySpawnedMeshes) == 0x002370, "Member 'ABP_FI_AnimatedBook_C::MySpawnedMeshes' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Decoration_Simple) == 0x002380, "Member 'ABP_FI_AnimatedBook_C::Decoration_Simple' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Cover_Material) == 0x002390, "Member 'ABP_FI_AnimatedBook_C::Cover_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_CoverMaterial) == 0x002398, "Member 'ABP_FI_AnimatedBook_C::Override_CoverMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_BackCoverMaterial) == 0x0023A0, "Member 'ABP_FI_AnimatedBook_C::Override_BackCoverMaterial' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_DirtMap_Cover) == 0x0023A8, "Member 'ABP_FI_AnimatedBook_C::Override_DirtMap_Cover' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_DirtMap_BackCover) == 0x0023B0, "Member 'ABP_FI_AnimatedBook_C::Override_DirtMap_BackCover' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_PageTextureMap) == 0x0023B8, "Member 'ABP_FI_AnimatedBook_C::Override_PageTextureMap' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_PageNormalMap) == 0x0023C0, "Member 'ABP_FI_AnimatedBook_C::Override_PageNormalMap' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_DirtMap_Page) == 0x0023C8, "Member 'ABP_FI_AnimatedBook_C::Override_DirtMap_Page' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_DirtMask_Page) == 0x0023D0, "Member 'ABP_FI_AnimatedBook_C::Override_DirtMask_Page' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_Endpapers_NormalMap) == 0x0023D8, "Member 'ABP_FI_AnimatedBook_C::Override_Endpapers_NormalMap' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_Endpapers_TextureMap) == 0x0023E0, "Member 'ABP_FI_AnimatedBook_C::Override_Endpapers_TextureMap' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_EndpapersBack_TextureMap) == 0x0023E8, "Member 'ABP_FI_AnimatedBook_C::Override_EndpapersBack_TextureMap' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EnableCollision) == 0x0023F0, "Member 'ABP_FI_AnimatedBook_C::EnableCollision' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Default_Margins) == 0x0023F4, "Member 'ABP_FI_AnimatedBook_C::Default_Margins' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, CoverPictureDrawSize) == 0x002404, "Member 'ABP_FI_AnimatedBook_C::CoverPictureDrawSize' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraRotators) == 0x002410, "Member 'ABP_FI_AnimatedBook_C::EphemeraRotators' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemAnimOpening) == 0x002420, "Member 'ABP_FI_AnimatedBook_C::EphemAnimOpening' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemAnimClosing) == 0x002430, "Member 'ABP_FI_AnimatedBook_C::EphemAnimClosing' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraAnimAngle) == 0x002440, "Member 'ABP_FI_AnimatedBook_C::EphemeraAnimAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraFlipped) == 0x002450, "Member 'ABP_FI_AnimatedBook_C::EphemeraFlipped' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraOnFlipPage) == 0x002460, "Member 'ABP_FI_AnimatedBook_C::EphemeraOnFlipPage' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EphemeraOnTurningPage) == 0x002470, "Member 'ABP_FI_AnimatedBook_C::EphemeraOnTurningPage' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, SpeedAffectsPitch) == 0x002480, "Member 'ABP_FI_AnimatedBook_C::SpeedAffectsPitch' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, SoundPageTurning) == 0x002488, "Member 'ABP_FI_AnimatedBook_C::SoundPageTurning' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, SoundBookOpening) == 0x002490, "Member 'ABP_FI_AnimatedBook_C::SoundBookOpening' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, SoundBookClosing) == 0x002498, "Member 'ABP_FI_AnimatedBook_C::SoundBookClosing' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, SoundSnapClosed) == 0x0024A0, "Member 'ABP_FI_AnimatedBook_C::SoundSnapClosed' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Dirt_RandomStream) == 0x0024A8, "Member 'ABP_FI_AnimatedBook_C::Dirt_RandomStream' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Animated_WriteSpeed) == 0x0024B0, "Member 'ABP_FI_AnimatedBook_C::Animated_WriteSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, AnimatedByManualTriggerOnly) == 0x0024B4, "Member 'ABP_FI_AnimatedBook_C::AnimatedByManualTriggerOnly' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, SoundTextAppearing) == 0x0024B8, "Member 'ABP_FI_AnimatedBook_C::SoundTextAppearing' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, SoundPictureAppearing) == 0x0024C0, "Member 'ABP_FI_AnimatedBook_C::SoundPictureAppearing' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Attenuation) == 0x0024C8, "Member 'ABP_FI_AnimatedBook_C::Attenuation' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageTurnSFX) == 0x0024D0, "Member 'ABP_FI_AnimatedBook_C::PageTurnSFX' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PictureFadeInSFX) == 0x0024D8, "Member 'ABP_FI_AnimatedBook_C::PictureFadeInSFX' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, TextAnimSFX) == 0x0024E0, "Member 'ABP_FI_AnimatedBook_C::TextAnimSFX' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, No_Covers__faux_paperback_) == 0x0024E8, "Member 'ABP_FI_AnimatedBook_C::No_Covers__faux_paperback_' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, MyAttachedEphemera) == 0x0024F0, "Member 'ABP_FI_AnimatedBook_C::MyAttachedEphemera' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Default_PictureMargin) == 0x002500, "Member 'ABP_FI_AnimatedBook_C::Default_PictureMargin' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Default_HeadingPadding) == 0x002510, "Member 'ABP_FI_AnimatedBook_C::Default_HeadingPadding' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Override_MoviePlayer_Material) == 0x002520, "Member 'ABP_FI_AnimatedBook_C::Override_MoviePlayer_Material' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, RenderDelay) == 0x002528, "Member 'ABP_FI_AnimatedBook_C::RenderDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Animated_NumberOfLettersToAdd) == 0x00252C, "Member 'ABP_FI_AnimatedBook_C::Animated_NumberOfLettersToAdd' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageVO) == 0x002530, "Member 'ABP_FI_AnimatedBook_C::PageVO' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, EmptyCoverWidget) == 0x002538, "Member 'ABP_FI_AnimatedBook_C::EmptyCoverWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, Empty_Page_Variable) == 0x002540, "Member 'ABP_FI_AnimatedBook_C::Empty_Page_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, PageWidgets) == 0x002548, "Member 'ABP_FI_AnimatedBook_C::PageWidgets' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_AnimatedBook_C, BookController) == 0x002558, "Member 'ABP_FI_AnimatedBook_C::BookController' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger \ static_assert(alignof(BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger) == 0x000008, "Wrong alignment on BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger"); \ static_assert(sizeof(BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger) == 0x000050, "Wrong size on BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger"); \ static_assert(offsetof(BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger, EntryPoint) == 0x000000, "Member 'BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger, K2Node_Event_OtherActor_1) == 0x000008, "Member 'BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger::K2Node_Event_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger, K2Node_SwitchEnum_CmpSuccess) == 0x000010, "Member 'BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger, CallFunc_GetPathName_ReturnValue) == 0x000018, "Member 'BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger, K2Node_CustomEvent_isShowing) == 0x000038, "Member 'BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger::K2Node_CustomEvent_isShowing' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger, CallFunc_Not_PreBool_ReturnValue) == 0x000039, "Member 'BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger, K2Node_Event_OtherActor) == 0x000040, "Member 'BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger::K2Node_Event_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger, CallFunc_Not_PreBool_ReturnValue_1) == 0x000048, "Member 'BP_PlayerTrigger_C_ExecuteUbergraph_BP_PlayerTrigger::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_ReceiveActorEndOverlap \ static_assert(alignof(BP_PlayerTrigger_C_ReceiveActorEndOverlap) == 0x000008, "Wrong alignment on BP_PlayerTrigger_C_ReceiveActorEndOverlap"); \ static_assert(sizeof(BP_PlayerTrigger_C_ReceiveActorEndOverlap) == 0x000008, "Wrong size on BP_PlayerTrigger_C_ReceiveActorEndOverlap"); \ static_assert(offsetof(BP_PlayerTrigger_C_ReceiveActorEndOverlap, OtherActor) == 0x000000, "Member 'BP_PlayerTrigger_C_ReceiveActorEndOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_Show_Trigger \ static_assert(alignof(BP_PlayerTrigger_C_Show_Trigger) == 0x000001, "Wrong alignment on BP_PlayerTrigger_C_Show_Trigger"); \ static_assert(sizeof(BP_PlayerTrigger_C_Show_Trigger) == 0x000001, "Wrong size on BP_PlayerTrigger_C_Show_Trigger"); \ static_assert(offsetof(BP_PlayerTrigger_C_Show_Trigger, isShowing) == 0x000000, "Member 'BP_PlayerTrigger_C_Show_Trigger::isShowing' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_ReceiveActorBeginOverlap \ static_assert(alignof(BP_PlayerTrigger_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong alignment on BP_PlayerTrigger_C_ReceiveActorBeginOverlap"); \ static_assert(sizeof(BP_PlayerTrigger_C_ReceiveActorBeginOverlap) == 0x000008, "Wrong size on BP_PlayerTrigger_C_ReceiveActorBeginOverlap"); \ static_assert(offsetof(BP_PlayerTrigger_C_ReceiveActorBeginOverlap, OtherActor) == 0x000000, "Member 'BP_PlayerTrigger_C_ReceiveActorBeginOverlap::OtherActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_UserConstructionScript \ static_assert(alignof(BP_PlayerTrigger_C_UserConstructionScript) == 0x000008, "Wrong alignment on BP_PlayerTrigger_C_UserConstructionScript"); \ static_assert(sizeof(BP_PlayerTrigger_C_UserConstructionScript) == 0x000068, "Wrong size on BP_PlayerTrigger_C_UserConstructionScript"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PlayerTrigger_C_UserConstructionScript::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PlayerTrigger_C_UserConstructionScript::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_PlayerTrigger_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_PlayerTrigger_C_UserConstructionScript::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_PlayerTrigger_C_UserConstructionScript::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'BP_PlayerTrigger_C_UserConstructionScript::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_PlayerTrigger_C_UserConstructionScript::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_PlayerTrigger_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess) == 0x000034, "Member 'BP_PlayerTrigger_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000038, "Member 'BP_PlayerTrigger_C_UserConstructionScript::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, CallFunc_Array_Get_Item_1) == 0x000048, "Member 'BP_PlayerTrigger_C_UserConstructionScript::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, CallFunc_Array_Length_ReturnValue_1) == 0x000050, "Member 'BP_PlayerTrigger_C_UserConstructionScript::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue) == 0x000054, "Member 'BP_PlayerTrigger_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess_1) == 0x000055, "Member 'BP_PlayerTrigger_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, Temp_int_Loop_Counter_Variable_1) == 0x000058, "Member 'BP_PlayerTrigger_C_UserConstructionScript::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, CallFunc_Less_IntInt_ReturnValue_1) == 0x00005C, "Member 'BP_PlayerTrigger_C_UserConstructionScript::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, CallFunc_Add_IntInt_ReturnValue_1) == 0x000060, "Member 'BP_PlayerTrigger_C_UserConstructionScript::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_UserConstructionScript, K2Node_SwitchEnum_CmpSuccess_2) == 0x000064, "Member 'BP_PlayerTrigger_C_UserConstructionScript::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_Check_for_Player_Pawn \ static_assert(alignof(BP_PlayerTrigger_C_Check_for_Player_Pawn) == 0x000008, "Wrong alignment on BP_PlayerTrigger_C_Check_for_Player_Pawn"); \ static_assert(sizeof(BP_PlayerTrigger_C_Check_for_Player_Pawn) == 0x000020, "Wrong size on BP_PlayerTrigger_C_Check_for_Player_Pawn"); \ static_assert(offsetof(BP_PlayerTrigger_C_Check_for_Player_Pawn, OtherActor) == 0x000000, "Member 'BP_PlayerTrigger_C_Check_for_Player_Pawn::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_Check_for_Player_Pawn, IsThisPlayer_) == 0x000008, "Member 'BP_PlayerTrigger_C_Check_for_Player_Pawn::IsThisPlayer_' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_Check_for_Player_Pawn, CallFunc_GetGameInstanceSubsystem_ReturnValue) == 0x000010, "Member 'BP_PlayerTrigger_C_Check_for_Player_Pawn::CallFunc_GetGameInstanceSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_Check_for_Player_Pawn, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000018, "Member 'BP_PlayerTrigger_C_Check_for_Player_Pawn::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_EnableTrigger \ static_assert(alignof(BP_PlayerTrigger_C_EnableTrigger) == 0x000008, "Wrong alignment on BP_PlayerTrigger_C_EnableTrigger"); \ static_assert(sizeof(BP_PlayerTrigger_C_EnableTrigger) == 0x000060, "Wrong size on BP_PlayerTrigger_C_EnableTrigger"); \ static_assert(offsetof(BP_PlayerTrigger_C_EnableTrigger, ShouldEnable) == 0x000000, "Member 'BP_PlayerTrigger_C_EnableTrigger::ShouldEnable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_EnableTrigger, CallFunc_GetPathName_ReturnValue) == 0x000008, "Member 'BP_PlayerTrigger_C_EnableTrigger::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_EnableTrigger, CallFunc_Conv_BoolToString_ReturnValue) == 0x000018, "Member 'BP_PlayerTrigger_C_EnableTrigger::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_PlayerTrigger_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_PlayerTrigger_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000048, "Member 'BP_PlayerTrigger_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_EnableTrigger, CallFunc_NotEqual_BoolBool_ReturnValue) == 0x000058, "Member 'BP_PlayerTrigger_C_EnableTrigger::CallFunc_NotEqual_BoolBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_EnableTrigger, CallFunc_GetActorEnableCollision_ReturnValue) == 0x000059, "Member 'BP_PlayerTrigger_C_EnableTrigger::CallFunc_GetActorEnableCollision_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_EnableTrigger, CallFunc_NotEqual_BoolBool_ReturnValue_1) == 0x00005A, "Member 'BP_PlayerTrigger_C_EnableTrigger::CallFunc_NotEqual_BoolBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_EnableTrigger, CallFunc_BooleanOR_ReturnValue) == 0x00005B, "Member 'BP_PlayerTrigger_C_EnableTrigger::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_RegisterEnableEvents \ static_assert(alignof(BP_PlayerTrigger_C_RegisterEnableEvents) == 0x000008, "Wrong alignment on BP_PlayerTrigger_C_RegisterEnableEvents"); \ static_assert(sizeof(BP_PlayerTrigger_C_RegisterEnableEvents) == 0x000058, "Wrong size on BP_PlayerTrigger_C_RegisterEnableEvents"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, K2Node_EOCreateEvent_OutputDelegate) == 0x00002C, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, CallFunc_Array_Length_ReturnValue) == 0x00003C, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, CallFunc_Array_Get_Item) == 0x000040, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, CallFunc_Greater_IntInt_ReturnValue) == 0x000048, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, CallFunc_IsValidClass_ReturnValue) == 0x000049, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterEnableEvents, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_PlayerTrigger_C_RegisterEnableEvents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_RegisterDisableEvents \ static_assert(alignof(BP_PlayerTrigger_C_RegisterDisableEvents) == 0x000008, "Wrong alignment on BP_PlayerTrigger_C_RegisterDisableEvents"); \ static_assert(sizeof(BP_PlayerTrigger_C_RegisterDisableEvents) == 0x000058, "Wrong size on BP_PlayerTrigger_C_RegisterDisableEvents"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, CallFunc_Conv_IntToString_ReturnValue) == 0x000008, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, CallFunc_Concat_StrStr_ReturnValue) == 0x000018, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, CallFunc_Add_IntInt_ReturnValue) == 0x000028, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, CallFunc_Array_Length_ReturnValue) == 0x00002C, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, CallFunc_Array_Get_Item) == 0x000030, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, CallFunc_Greater_IntInt_ReturnValue) == 0x000038, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, CallFunc_IsValidClass_ReturnValue) == 0x000039, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, CallFunc_Array_Length_ReturnValue_1) == 0x00003C, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, CallFunc_Less_IntInt_ReturnValue) == 0x000040, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_RegisterDisableEvents, K2Node_EOCreateEvent_OutputDelegate) == 0x000044, "Member 'BP_PlayerTrigger_C_RegisterDisableEvents::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_OnEnableTriggerEvent \ static_assert(alignof(BP_PlayerTrigger_C_OnEnableTriggerEvent) == 0x000008, "Wrong alignment on BP_PlayerTrigger_C_OnEnableTriggerEvent"); \ static_assert(sizeof(BP_PlayerTrigger_C_OnEnableTriggerEvent) == 0x000030, "Wrong size on BP_PlayerTrigger_C_OnEnableTriggerEvent"); \ static_assert(offsetof(BP_PlayerTrigger_C_OnEnableTriggerEvent, Sender) == 0x000000, "Member 'BP_PlayerTrigger_C_OnEnableTriggerEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_OnEnableTriggerEvent, Event) == 0x000008, "Member 'BP_PlayerTrigger_C_OnEnableTriggerEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_OnEnableTriggerEvent, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'BP_PlayerTrigger_C_OnEnableTriggerEvent::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_OnEnableTriggerEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_PlayerTrigger_C_OnEnableTriggerEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_OnDisableTriggerEvent \ static_assert(alignof(BP_PlayerTrigger_C_OnDisableTriggerEvent) == 0x000008, "Wrong alignment on BP_PlayerTrigger_C_OnDisableTriggerEvent"); \ static_assert(sizeof(BP_PlayerTrigger_C_OnDisableTriggerEvent) == 0x000030, "Wrong size on BP_PlayerTrigger_C_OnDisableTriggerEvent"); \ static_assert(offsetof(BP_PlayerTrigger_C_OnDisableTriggerEvent, Sender) == 0x000000, "Member 'BP_PlayerTrigger_C_OnDisableTriggerEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_OnDisableTriggerEvent, Event) == 0x000008, "Member 'BP_PlayerTrigger_C_OnDisableTriggerEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_OnDisableTriggerEvent, CallFunc_GetPathName_ReturnValue) == 0x000010, "Member 'BP_PlayerTrigger_C_OnDisableTriggerEvent::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_OnDisableTriggerEvent, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_PlayerTrigger_C_OnDisableTriggerEvent::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerTrigger_C_SetEditorText \ static_assert(alignof(BP_PlayerTrigger_C_SetEditorText) == 0x000008, "Wrong alignment on BP_PlayerTrigger_C_SetEditorText"); \ static_assert(sizeof(BP_PlayerTrigger_C_SetEditorText) == 0x0001E8, "Wrong size on BP_PlayerTrigger_C_SetEditorText"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, Loc_Result) == 0x000000, "Member 'BP_PlayerTrigger_C_SetEditorText::Loc_Result' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, Loc_DisableEventsStr) == 0x000010, "Member 'BP_PlayerTrigger_C_SetEditorText::Loc_DisableEventsStr' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, Loc_EnableEventsStr) == 0x000020, "Member 'BP_PlayerTrigger_C_SetEditorText::Loc_EnableEventsStr' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, Loc_EndOverlapEventsStr) == 0x000030, "Member 'BP_PlayerTrigger_C_SetEditorText::Loc_EndOverlapEventsStr' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, Loc_BeginOverlapEventsStr) == 0x000040, "Member 'BP_PlayerTrigger_C_SetEditorText::Loc_BeginOverlapEventsStr' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Conv_StringToText_ReturnValue) == 0x000050, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Conv_StringToText_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, K2Node_MakeStruct_FormatArgumentData) == 0x000068, "Member 'BP_PlayerTrigger_C_SetEditorText::K2Node_MakeStruct_FormatArgumentData' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_IsEmpty_ReturnValue) == 0x0000A8, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_IsEmpty_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, K2Node_MakeArray_Array) == 0x0000B0, "Member 'BP_PlayerTrigger_C_SetEditorText::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Format_ReturnValue) == 0x0000C0, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Format_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue) == 0x0000D8, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000E8, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_IsEmpty_ReturnValue_1) == 0x0000F8, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_IsEmpty_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000100, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000110, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_IsEmpty_ReturnValue_2) == 0x000120, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_IsEmpty_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000128, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000138, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue_6) == 0x000148, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue_7) == 0x000158, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_IsEmpty_ReturnValue_3) == 0x000168, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_IsEmpty_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Conv_BoolToString_ReturnValue) == 0x000170, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Conv_BoolToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Conv_BoolToString_ReturnValue_1) == 0x000180, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Conv_BoolToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_GetDisplayName_ReturnValue) == 0x000190, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_GetDisplayName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue_8) == 0x0001A0, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue_9) == 0x0001B0, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue_10) == 0x0001C0, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Concat_StrStr_ReturnValue_11) == 0x0001D0, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Concat_StrStr_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerTrigger_C_SetEditorText, CallFunc_Not_PreBool_ReturnValue) == 0x0001E0, "Member 'BP_PlayerTrigger_C_SetEditorText::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PlayerTrigger_C \ static_assert(alignof(ABP_PlayerTrigger_C) == 0x000008, "Wrong alignment on ABP_PlayerTrigger_C"); \ static_assert(sizeof(ABP_PlayerTrigger_C) == 0x000328, "Wrong size on ABP_PlayerTrigger_C"); \ static_assert(offsetof(ABP_PlayerTrigger_C, UberGraphFrame) == 0x000298, "Member 'ABP_PlayerTrigger_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, TextRender) == 0x0002A0, "Member 'ABP_PlayerTrigger_C::TextRender' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, Billboard) == 0x0002A8, "Member 'ABP_PlayerTrigger_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, Scene) == 0x0002B0, "Member 'ABP_PlayerTrigger_C::Scene' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, Capsule) == 0x0002B8, "Member 'ABP_PlayerTrigger_C::Capsule' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, Sphere) == 0x0002C0, "Member 'ABP_PlayerTrigger_C::Sphere' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, Cube) == 0x0002C8, "Member 'ABP_PlayerTrigger_C::Cube' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, Shape) == 0x0002D0, "Member 'ABP_PlayerTrigger_C::Shape' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, Enable_) == 0x0002D1, "Member 'ABP_PlayerTrigger_C::Enable_' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, DoOnce_) == 0x0002D2, "Member 'ABP_PlayerTrigger_C::DoOnce_' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, KeepCollisionOnDoOnce) == 0x0002D3, "Member 'ABP_PlayerTrigger_C::KeepCollisionOnDoOnce' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, isDebug) == 0x0002D4, "Member 'ABP_PlayerTrigger_C::isDebug' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, HideAllPlayerTriggers) == 0x0002D5, "Member 'ABP_PlayerTrigger_C::HideAllPlayerTriggers' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, ShowAllPlayerTriggers) == 0x0002D6, "Member 'ABP_PlayerTrigger_C::ShowAllPlayerTriggers' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, PlayerOverlapped) == 0x0002D8, "Member 'ABP_PlayerTrigger_C::PlayerOverlapped' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, EventSender) == 0x0002E8, "Member 'ABP_PlayerTrigger_C::EventSender' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, RegisteredEnableEvents) == 0x0002F0, "Member 'ABP_PlayerTrigger_C::RegisteredEnableEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, RegisteredDisableEvents) == 0x000300, "Member 'ABP_PlayerTrigger_C::RegisteredDisableEvents' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, PlayerEndOverlapped) == 0x000310, "Member 'ABP_PlayerTrigger_C::PlayerEndOverlapped' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, Temp_bool_IsClosed_A9E00BDD495381F91FBC9DA1420E9264_Variable) == 0x000320, "Member 'ABP_PlayerTrigger_C::Temp_bool_IsClosed_A9E00BDD495381F91FBC9DA1420E9264_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, Temp_bool_Has_Been_Initd_A9E00BDD495381F91FBC9DA1420E9264_Variable) == 0x000321, "Member 'ABP_PlayerTrigger_C::Temp_bool_Has_Been_Initd_A9E00BDD495381F91FBC9DA1420E9264_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, Temp_bool_IsClosed_537D0D9042EC172132CFB0B69DED0716_Variable) == 0x000322, "Member 'ABP_PlayerTrigger_C::Temp_bool_IsClosed_537D0D9042EC172132CFB0B69DED0716_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerTrigger_C, Temp_bool_Has_Been_Initd_537D0D9042EC172132CFB0B69DED0716_Variable) == 0x000323, "Member 'ABP_PlayerTrigger_C::Temp_bool_Has_Been_Initd_537D0D9042EC172132CFB0B69DED0716_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DynamicPainting_C_ExecuteUbergraph_BP_DynamicPainting \ static_assert(alignof(BP_DynamicPainting_C_ExecuteUbergraph_BP_DynamicPainting) == 0x000004, "Wrong alignment on BP_DynamicPainting_C_ExecuteUbergraph_BP_DynamicPainting"); \ static_assert(sizeof(BP_DynamicPainting_C_ExecuteUbergraph_BP_DynamicPainting) == 0x000008, "Wrong size on BP_DynamicPainting_C_ExecuteUbergraph_BP_DynamicPainting"); \ static_assert(offsetof(BP_DynamicPainting_C_ExecuteUbergraph_BP_DynamicPainting, EntryPoint) == 0x000000, "Member 'BP_DynamicPainting_C_ExecuteUbergraph_BP_DynamicPainting::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_DynamicPainting_C_ExecuteUbergraph_BP_DynamicPainting, K2Node_Event_DurationOfView) == 0x000004, "Member 'BP_DynamicPainting_C_ExecuteUbergraph_BP_DynamicPainting::K2Node_Event_DurationOfView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_DynamicPainting_C_EndView_Event \ static_assert(alignof(BP_DynamicPainting_C_EndView_Event) == 0x000004, "Wrong alignment on BP_DynamicPainting_C_EndView_Event"); \ static_assert(sizeof(BP_DynamicPainting_C_EndView_Event) == 0x000004, "Wrong size on BP_DynamicPainting_C_EndView_Event"); \ static_assert(offsetof(BP_DynamicPainting_C_EndView_Event, DurationOfView) == 0x000000, "Member 'BP_DynamicPainting_C_EndView_Event::DurationOfView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_DynamicPainting_C \ static_assert(alignof(ABP_DynamicPainting_C) == 0x000008, "Wrong alignment on ABP_DynamicPainting_C"); \ static_assert(sizeof(ABP_DynamicPainting_C) == 0x000410, "Wrong size on ABP_DynamicPainting_C"); \ static_assert(offsetof(ABP_DynamicPainting_C, UberGraphFrame_BP_DynamicPainting_C) == 0x0003F8, "Member 'ABP_DynamicPainting_C::UberGraphFrame_BP_DynamicPainting_C' has a wrong offset!"); \ static_assert(offsetof(ABP_DynamicPainting_C, StaticMesh) == 0x000400, "Member 'ABP_DynamicPainting_C::StaticMesh' has a wrong offset!"); \ static_assert(offsetof(ABP_DynamicPainting_C, SecondMaterial) == 0x000408, "Member 'ABP_DynamicPainting_C::SecondMaterial' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity \ static_assert(alignof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity) == 0x000008, "Wrong alignment on BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity"); \ static_assert(sizeof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity) == 0x000190, "Wrong size on BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, EntryPoint) == 0x000000, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_CustomEvent_DurationOfView) == 0x000004, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_CustomEvent_DurationOfView' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_CustomEvent_Distance) == 0x000008, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_CustomEvent_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_CustomEvent_AngleFromDirectLook) == 0x00000C, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_CustomEvent_AngleFromDirectLook' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_CustomEvent_Duration) == 0x000010, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x000018, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OtherActor_2) == 0x000020, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OtherComp_2) == 0x000028, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x000030, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x000038, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OtherActor_1) == 0x000040, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OtherComp_1) == 0x000048, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x000050, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x000054, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_SweepResult_1) == 0x000058, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x0000E0, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OtherActor) == 0x0000E8, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OtherComp) == 0x0000F0, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0000F8, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_bFromSweep) == 0x0000FC, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_ComponentBoundEvent_SweepResult) == 0x000100, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, CallFunc_Not_PreBool_ReturnValue) == 0x000188, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity, K2Node_CustomEvent_Is_Enabled) == 0x000189, "Member 'BP_LookAtWithProximity_C_ExecuteUbergraph_BP_LookAtWithProximity::K2Node_CustomEvent_Is_Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtWithProximity_C_ActivateProximityVolume \ static_assert(alignof(BP_LookAtWithProximity_C_ActivateProximityVolume) == 0x000001, "Wrong alignment on BP_LookAtWithProximity_C_ActivateProximityVolume"); \ static_assert(sizeof(BP_LookAtWithProximity_C_ActivateProximityVolume) == 0x000001, "Wrong size on BP_LookAtWithProximity_C_ActivateProximityVolume"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ActivateProximityVolume, Is_Enabled) == 0x000000, "Member 'BP_LookAtWithProximity_C_ActivateProximityVolume::Is_Enabled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_FailSafeTrigger_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature \ static_assert(alignof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(sizeof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature) == 0x000020, "Wrong size on BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'BP_LookAtWithProximity_C_BndEvt__BP_LookAtWithProximity_Player_ProximityTrigger_K2Node_ComponentBoundEvent_4_ComponentEndOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtWithProximity_C_ViewTick_Event \ static_assert(alignof(BP_LookAtWithProximity_C_ViewTick_Event) == 0x000004, "Wrong alignment on BP_LookAtWithProximity_C_ViewTick_Event"); \ static_assert(sizeof(BP_LookAtWithProximity_C_ViewTick_Event) == 0x00000C, "Wrong size on BP_LookAtWithProximity_C_ViewTick_Event"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ViewTick_Event, Distance) == 0x000000, "Member 'BP_LookAtWithProximity_C_ViewTick_Event::Distance' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ViewTick_Event, AngleFromDirectLook) == 0x000004, "Member 'BP_LookAtWithProximity_C_ViewTick_Event::AngleFromDirectLook' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_ViewTick_Event, Duration) == 0x000008, "Member 'BP_LookAtWithProximity_C_ViewTick_Event::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtWithProximity_C_EndView_Event \ static_assert(alignof(BP_LookAtWithProximity_C_EndView_Event) == 0x000004, "Wrong alignment on BP_LookAtWithProximity_C_EndView_Event"); \ static_assert(sizeof(BP_LookAtWithProximity_C_EndView_Event) == 0x000004, "Wrong size on BP_LookAtWithProximity_C_EndView_Event"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EndView_Event, DurationOfView) == 0x000000, "Member 'BP_LookAtWithProximity_C_EndView_Event::DurationOfView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtWithProximity_C_EnableTrigger \ static_assert(alignof(BP_LookAtWithProximity_C_EnableTrigger) == 0x000008, "Wrong alignment on BP_LookAtWithProximity_C_EnableTrigger"); \ static_assert(sizeof(BP_LookAtWithProximity_C_EnableTrigger) == 0x000070, "Wrong size on BP_LookAtWithProximity_C_EnableTrigger"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EnableTrigger, ShouldEnable) == 0x000000, "Member 'BP_LookAtWithProximity_C_EnableTrigger::ShouldEnable' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EnableTrigger, Force) == 0x000001, "Member 'BP_LookAtWithProximity_C_EnableTrigger::Force' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EnableTrigger, Temp_string_Variable) == 0x000008, "Member 'BP_LookAtWithProximity_C_EnableTrigger::Temp_string_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EnableTrigger, Temp_string_Variable_1) == 0x000018, "Member 'BP_LookAtWithProximity_C_EnableTrigger::Temp_string_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EnableTrigger, Temp_bool_Variable) == 0x000028, "Member 'BP_LookAtWithProximity_C_EnableTrigger::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EnableTrigger, CallFunc_BooleanAND_ReturnValue) == 0x000029, "Member 'BP_LookAtWithProximity_C_EnableTrigger::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EnableTrigger, CallFunc_BooleanOR_ReturnValue) == 0x00002A, "Member 'BP_LookAtWithProximity_C_EnableTrigger::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EnableTrigger, K2Node_Select_Default) == 0x000030, "Member 'BP_LookAtWithProximity_C_EnableTrigger::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue) == 0x000040, "Member 'BP_LookAtWithProximity_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EnableTrigger, CallFunc_GetPathName_ReturnValue) == 0x000050, "Member 'BP_LookAtWithProximity_C_EnableTrigger::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_EnableTrigger, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000060, "Member 'BP_LookAtWithProximity_C_EnableTrigger::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtWithProximity_C_OnProximityTriggerExited \ static_assert(alignof(BP_LookAtWithProximity_C_OnProximityTriggerExited) == 0x000001, "Wrong alignment on BP_LookAtWithProximity_C_OnProximityTriggerExited"); \ static_assert(sizeof(BP_LookAtWithProximity_C_OnProximityTriggerExited) == 0x000001, "Wrong size on BP_LookAtWithProximity_C_OnProximityTriggerExited"); \ static_assert(offsetof(BP_LookAtWithProximity_C_OnProximityTriggerExited, CallFunc_BooleanAND_ReturnValue) == 0x000000, "Member 'BP_LookAtWithProximity_C_OnProximityTriggerExited::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_LookAtWithProximity_C_UpdateProximityDebugMode \ static_assert(alignof(BP_LookAtWithProximity_C_UpdateProximityDebugMode) == 0x000001, "Wrong alignment on BP_LookAtWithProximity_C_UpdateProximityDebugMode"); \ static_assert(sizeof(BP_LookAtWithProximity_C_UpdateProximityDebugMode) == 0x000003, "Wrong size on BP_LookAtWithProximity_C_UpdateProximityDebugMode"); \ static_assert(offsetof(BP_LookAtWithProximity_C_UpdateProximityDebugMode, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_LookAtWithProximity_C_UpdateProximityDebugMode::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_UpdateProximityDebugMode, CallFunc_Not_PreBool_ReturnValue_1) == 0x000001, "Member 'BP_LookAtWithProximity_C_UpdateProximityDebugMode::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_LookAtWithProximity_C_UpdateProximityDebugMode, CallFunc_Not_PreBool_ReturnValue_2) == 0x000002, "Member 'BP_LookAtWithProximity_C_UpdateProximityDebugMode::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_LookAtWithProximity_C \ static_assert(alignof(ABP_LookAtWithProximity_C) == 0x000008, "Wrong alignment on ABP_LookAtWithProximity_C"); \ static_assert(sizeof(ABP_LookAtWithProximity_C) == 0x000418, "Wrong size on ABP_LookAtWithProximity_C"); \ static_assert(offsetof(ABP_LookAtWithProximity_C, UberGraphFrame_BP_LookAtWithProximity_C) == 0x0003F8, "Member 'ABP_LookAtWithProximity_C::UberGraphFrame_BP_LookAtWithProximity_C' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtWithProximity_C, FailSafeTrigger) == 0x000400, "Member 'ABP_LookAtWithProximity_C::FailSafeTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtWithProximity_C, Player_ProximityTrigger) == 0x000408, "Member 'ABP_LookAtWithProximity_C::Player_ProximityTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtWithProximity_C, isProximityActiveAtStart) == 0x000410, "Member 'ABP_LookAtWithProximity_C::isProximityActiveAtStart' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtWithProximity_C, ActivateLookAtByOverlap) == 0x000411, "Member 'ABP_LookAtWithProximity_C::ActivateLookAtByOverlap' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtWithProximity_C, isProximityDebugMode) == 0x000412, "Member 'ABP_LookAtWithProximity_C::isProximityDebugMode' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtWithProximity_C, EnableFailSafeTrigger) == 0x000413, "Member 'ABP_LookAtWithProximity_C::EnableFailSafeTrigger' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtWithProximity_C, bProximityVolumeActivated) == 0x000414, "Member 'ABP_LookAtWithProximity_C::bProximityVolumeActivated' has a wrong offset!"); \ static_assert(offsetof(ABP_LookAtWithProximity_C, bPlayerInProximity) == 0x000415, "Member 'ABP_LookAtWithProximity_C::bPlayerInProximity' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00 \ static_assert(alignof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00) == 0x000008, "Wrong alignment on BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00"); \ static_assert(sizeof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00) == 0x000170, "Wrong size on BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, EntryPoint) == 0x000000, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000018, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000020, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000028, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000030, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOCreateEvent_OutputDelegate) == 0x000038, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Sender_5) == 0x000048, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Sender_5' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Event_5) == 0x000050, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Event_5' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Sender_4) == 0x000058, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Sender_4' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Event_4) == 0x000060, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Event_4' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000068, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000078, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Sender_3) == 0x000088, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Sender_3' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Event_3) == 0x000090, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Event_3' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, Temp_struct_Variable) == 0x000098, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOCreateEvent_OutputDelegate_3) == 0x0000A0, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Sender_2) == 0x0000B0, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Event_2) == 0x0000B8, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOCreateEvent_OutputDelegate_4) == 0x0000C0, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Sender_1) == 0x0000D0, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Event_1) == 0x0000D8, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOCreateEvent_OutputDelegate_5) == 0x0000E0, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOCreateEvent_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Sender) == 0x0000F0, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_EOEvent_Event) == 0x0000F8, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, Temp_text_Variable) == 0x000100, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::Temp_text_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00, K2Node_MakeStruct_SlateFontInfo) == 0x000118, "Member 'BP_UIManager_Ch00_C_ExecuteUbergraph_BP_UIManager_Ch00::K2Node_MakeStruct_SlateFontInfo' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManager_Ch00_C_EndInteractPrompt \ static_assert(alignof(BP_UIManager_Ch00_C_EndInteractPrompt) == 0x000008, "Wrong alignment on BP_UIManager_Ch00_C_EndInteractPrompt"); \ static_assert(sizeof(BP_UIManager_Ch00_C_EndInteractPrompt) == 0x000010, "Wrong size on BP_UIManager_Ch00_C_EndInteractPrompt"); \ static_assert(offsetof(BP_UIManager_Ch00_C_EndInteractPrompt, Sender) == 0x000000, "Member 'BP_UIManager_Ch00_C_EndInteractPrompt::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_EndInteractPrompt, Event) == 0x000008, "Member 'BP_UIManager_Ch00_C_EndInteractPrompt::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManager_Ch00_C_FailFirstInteractPrompt \ static_assert(alignof(BP_UIManager_Ch00_C_FailFirstInteractPrompt) == 0x000008, "Wrong alignment on BP_UIManager_Ch00_C_FailFirstInteractPrompt"); \ static_assert(sizeof(BP_UIManager_Ch00_C_FailFirstInteractPrompt) == 0x000010, "Wrong size on BP_UIManager_Ch00_C_FailFirstInteractPrompt"); \ static_assert(offsetof(BP_UIManager_Ch00_C_FailFirstInteractPrompt, Sender) == 0x000000, "Member 'BP_UIManager_Ch00_C_FailFirstInteractPrompt::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_FailFirstInteractPrompt, Event) == 0x000008, "Member 'BP_UIManager_Ch00_C_FailFirstInteractPrompt::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManager_Ch00_C_TryFirstInteractPrompt \ static_assert(alignof(BP_UIManager_Ch00_C_TryFirstInteractPrompt) == 0x000008, "Wrong alignment on BP_UIManager_Ch00_C_TryFirstInteractPrompt"); \ static_assert(sizeof(BP_UIManager_Ch00_C_TryFirstInteractPrompt) == 0x000010, "Wrong size on BP_UIManager_Ch00_C_TryFirstInteractPrompt"); \ static_assert(offsetof(BP_UIManager_Ch00_C_TryFirstInteractPrompt, Sender) == 0x000000, "Member 'BP_UIManager_Ch00_C_TryFirstInteractPrompt::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_TryFirstInteractPrompt, Event) == 0x000008, "Member 'BP_UIManager_Ch00_C_TryFirstInteractPrompt::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManager_Ch00_C_ShowTitleCard \ static_assert(alignof(BP_UIManager_Ch00_C_ShowTitleCard) == 0x000008, "Wrong alignment on BP_UIManager_Ch00_C_ShowTitleCard"); \ static_assert(sizeof(BP_UIManager_Ch00_C_ShowTitleCard) == 0x000010, "Wrong size on BP_UIManager_Ch00_C_ShowTitleCard"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ShowTitleCard, Sender) == 0x000000, "Member 'BP_UIManager_Ch00_C_ShowTitleCard::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_ShowTitleCard, Event) == 0x000008, "Member 'BP_UIManager_Ch00_C_ShowTitleCard::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManager_Ch00_C_OpeningCineFinished \ static_assert(alignof(BP_UIManager_Ch00_C_OpeningCineFinished) == 0x000008, "Wrong alignment on BP_UIManager_Ch00_C_OpeningCineFinished"); \ static_assert(sizeof(BP_UIManager_Ch00_C_OpeningCineFinished) == 0x000010, "Wrong size on BP_UIManager_Ch00_C_OpeningCineFinished"); \ static_assert(offsetof(BP_UIManager_Ch00_C_OpeningCineFinished, Sender) == 0x000000, "Member 'BP_UIManager_Ch00_C_OpeningCineFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_OpeningCineFinished, Event) == 0x000008, "Member 'BP_UIManager_Ch00_C_OpeningCineFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_UIManager_Ch00_C_CancelBasicMovementTutorial \ static_assert(alignof(BP_UIManager_Ch00_C_CancelBasicMovementTutorial) == 0x000008, "Wrong alignment on BP_UIManager_Ch00_C_CancelBasicMovementTutorial"); \ static_assert(sizeof(BP_UIManager_Ch00_C_CancelBasicMovementTutorial) == 0x000010, "Wrong size on BP_UIManager_Ch00_C_CancelBasicMovementTutorial"); \ static_assert(offsetof(BP_UIManager_Ch00_C_CancelBasicMovementTutorial, Sender) == 0x000000, "Member 'BP_UIManager_Ch00_C_CancelBasicMovementTutorial::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_UIManager_Ch00_C_CancelBasicMovementTutorial, Event) == 0x000008, "Member 'BP_UIManager_Ch00_C_CancelBasicMovementTutorial::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_UIManager_Ch00_C \ static_assert(alignof(ABP_UIManager_Ch00_C) == 0x000008, "Wrong alignment on ABP_UIManager_Ch00_C"); \ static_assert(sizeof(ABP_UIManager_Ch00_C) == 0x000328, "Wrong size on ABP_UIManager_Ch00_C"); \ static_assert(offsetof(ABP_UIManager_Ch00_C, UberGraphFrame_BP_UIManager_Ch00_C) == 0x000318, "Member 'ABP_UIManager_Ch00_C::UberGraphFrame_BP_UIManager_Ch00_C' has a wrong offset!"); \ static_assert(offsetof(ABP_UIManager_Ch00_C, HasShowedInteractPrompt) == 0x000320, "Member 'ABP_UIManager_Ch00_C::HasShowedInteractPrompt' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00 \ static_assert(alignof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00) == 0x000008, "Wrong alignment on BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00"); \ static_assert(sizeof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00) == 0x000038, "Wrong size on BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00, EntryPoint) == 0x000000, "Member 'BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00, CallFunc_Add_FloatFloat_ReturnValue) == 0x000004, "Member 'BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00, Temp_int_Array_Index_Variable) == 0x000010, "Member 'BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00, K2Node_Event_InteractedComponent) == 0x000018, "Member 'BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00::K2Node_Event_InteractedComponent' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00, K2Node_Event_InteractingActor) == 0x000020, "Member 'BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00::K2Node_Event_InteractingActor' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00, CallFunc_Array_Length_ReturnValue) == 0x000030, "Member 'BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00, CallFunc_Less_IntInt_ReturnValue) == 0x000034, "Member 'BP_FI_JournalController_Ch00_C_ExecuteUbergraph_BP_FI_JournalController_Ch00::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_FI_JournalController_Ch00_C_Cancel \ static_assert(alignof(BP_FI_JournalController_Ch00_C_Cancel) == 0x000008, "Wrong alignment on BP_FI_JournalController_Ch00_C_Cancel"); \ static_assert(sizeof(BP_FI_JournalController_Ch00_C_Cancel) == 0x000010, "Wrong size on BP_FI_JournalController_Ch00_C_Cancel"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_Cancel, InteractedComponent_0) == 0x000000, "Member 'BP_FI_JournalController_Ch00_C_Cancel::InteractedComponent_0' has a wrong offset!"); \ static_assert(offsetof(BP_FI_JournalController_Ch00_C_Cancel, InteractingActor_0) == 0x000008, "Member 'BP_FI_JournalController_Ch00_C_Cancel::InteractingActor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_JournalController_Ch00_C \ static_assert(alignof(ABP_FI_JournalController_Ch00_C) == 0x000010, "Wrong alignment on ABP_FI_JournalController_Ch00_C"); \ static_assert(sizeof(ABP_FI_JournalController_Ch00_C) == 0x001E70, "Wrong size on ABP_FI_JournalController_Ch00_C"); \ static_assert(offsetof(ABP_FI_JournalController_Ch00_C, UberGraphFrame_BP_FI_JournalController_Ch00_C) == 0x001E48, "Member 'ABP_FI_JournalController_Ch00_C::UberGraphFrame_BP_FI_JournalController_Ch00_C' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_Ch00_C, EOEventArray) == 0x001E50, "Member 'ABP_FI_JournalController_Ch00_C::EOEventArray' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_Ch00_C, Temp_bool_Has_Been_Initd_0A68AA3C4B664742D91288A98829C31D_Variable) == 0x001E60, "Member 'ABP_FI_JournalController_Ch00_C::Temp_bool_Has_Been_Initd_0A68AA3C4B664742D91288A98829C31D_Variable' has a wrong offset!"); \ static_assert(offsetof(ABP_FI_JournalController_Ch00_C, Temp_bool_IsClosed_0A68AA3C4B664742D91288A98829C31D_Variable) == 0x001E61, "Member 'ABP_FI_JournalController_Ch00_C::Temp_bool_IsClosed_0A68AA3C4B664742D91288A98829C31D_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00 \ static_assert(alignof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00) == 0x000010, "Wrong alignment on BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00"); \ static_assert(sizeof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00) == 0x000140, "Wrong size on BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, EntryPoint) == 0x000000, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000020, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000028, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_5) == 0x000030, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_IsPlayFromHere_ReturnValue) == 0x000038, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_IsPlayFromHere_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_IsLoadingCheckpoint_ReturnValue) == 0x000039, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_IsLoadingCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_Not_PreBool_ReturnValue) == 0x00003A, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_Not_PreBool_ReturnValue_1) == 0x00003B, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000040, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_BooleanAND_ReturnValue) == 0x000048, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1) == 0x000050, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager) == 0x000058, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_GetCachedCorePlayerCameraManager_CachedPlayerCameraManager' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, K2Node_EOCreateEvent_OutputDelegate) == 0x000060, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, K2Node_EOEvent_Sender) == 0x000070, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, K2Node_EOEvent_Event) == 0x000078, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2) == 0x000080, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_GetTransform_ReturnValue) == 0x000090, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_GetTransform_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_BreakTransform_Location) == 0x0000C0, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_BreakTransform_Location' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_BreakTransform_Rotation) == 0x0000CC, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_BreakTransform_Rotation' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_BreakTransform_Scale) == 0x0000D8, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_BreakTransform_Scale' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_3) == 0x0000E8, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_3' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_6) == 0x0000F0, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_4) == 0x0000F8, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_4' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_5) == 0x000100, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_5' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_CreateEOEvent_ReturnValue_7) == 0x000108, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_CreateEOEvent_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, K2Node_InputDebugKeyEvent_Key) == 0x000110, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_MakeLiteralByte_ReturnValue) == 0x000128, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000130, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00, CallFunc_K2_TeleportTo_ReturnValue) == 0x000138, "Member 'BP_GameManager_Ch00_C_ExecuteUbergraph_BP_GameManager_Ch00::CallFunc_K2_TeleportTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameManager_Ch00_C_OpeningCineFinished \ static_assert(alignof(BP_GameManager_Ch00_C_OpeningCineFinished) == 0x000008, "Wrong alignment on BP_GameManager_Ch00_C_OpeningCineFinished"); \ static_assert(sizeof(BP_GameManager_Ch00_C_OpeningCineFinished) == 0x000010, "Wrong size on BP_GameManager_Ch00_C_OpeningCineFinished"); \ static_assert(offsetof(BP_GameManager_Ch00_C_OpeningCineFinished, Sender) == 0x000000, "Member 'BP_GameManager_Ch00_C_OpeningCineFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GameManager_Ch00_C_OpeningCineFinished, Event) == 0x000008, "Member 'BP_GameManager_Ch00_C_OpeningCineFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GameManager_Ch00_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0 \ static_assert(alignof(BP_GameManager_Ch00_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on BP_GameManager_Ch00_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0"); \ static_assert(sizeof(BP_GameManager_Ch00_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0) == 0x000018, "Wrong size on BP_GameManager_Ch00_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0"); \ static_assert(offsetof(BP_GameManager_Ch00_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'BP_GameManager_Ch00_C_InpActEvt_X_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GameManager_Ch00_C \ static_assert(alignof(ABP_GameManager_Ch00_C) == 0x000008, "Wrong alignment on ABP_GameManager_Ch00_C"); \ static_assert(sizeof(ABP_GameManager_Ch00_C) == 0x000300, "Wrong size on ABP_GameManager_Ch00_C"); \ static_assert(offsetof(ABP_GameManager_Ch00_C, UberGraphFrame_BP_GameManager_Ch00_C) == 0x0002E0, "Member 'ABP_GameManager_Ch00_C::UberGraphFrame_BP_GameManager_Ch00_C' has a wrong offset!"); \ static_assert(offsetof(ABP_GameManager_Ch00_C, PlayerStart) == 0x0002E8, "Member 'ABP_GameManager_Ch00_C::PlayerStart' has a wrong offset!"); \ static_assert(offsetof(ABP_GameManager_Ch00_C, IntroAmbientSound) == 0x0002F0, "Member 'ABP_GameManager_Ch00_C::IntroAmbientSound' has a wrong offset!"); \ static_assert(offsetof(ABP_GameManager_Ch00_C, hasOpeningCineFinished) == 0x0002F8, "Member 'ABP_GameManager_Ch00_C::hasOpeningCineFinished' has a wrong offset!"); \ static_assert(offsetof(ABP_GameManager_Ch00_C, hasMovementPromptStopped) == 0x0002F9, "Member 'ABP_GameManager_Ch00_C::hasMovementPromptStopped' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_FI_AnimatedBookCh00_C \ static_assert(alignof(ABP_FI_AnimatedBookCh00_C) == 0x000008, "Wrong alignment on ABP_FI_AnimatedBookCh00_C"); \ static_assert(sizeof(ABP_FI_AnimatedBookCh00_C) == 0x002560, "Wrong size on ABP_FI_AnimatedBookCh00_C"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered \ static_assert(alignof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered) == 0x000008, "Wrong alignment on LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered"); \ static_assert(sizeof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered) == 0x000350, "Wrong size on LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, EntryPoint) == 0x000000, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, Temp_int_Array_Index_Variable) == 0x000008, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OverlappedComponent_3) == 0x000010, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OverlappedComponent_3' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherActor_3) == 0x000018, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherActor_3' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherComp_3) == 0x000020, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherComp_3' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherBodyIndex_3) == 0x000028, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherBodyIndex_3' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_bFromSweep_3) == 0x00002C, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_bFromSweep_3' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_SweepResult_3) == 0x000030, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_SweepResult_3' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x0000B8, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OverlappedComponent_2) == 0x0000C0, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OverlappedComponent_2' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherActor_2) == 0x0000C8, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherActor_2' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherComp_2) == 0x0000D0, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherComp_2' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherBodyIndex_2) == 0x0000D8, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherBodyIndex_2' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_bFromSweep_2) == 0x0000DC, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_bFromSweep_2' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_SweepResult_2) == 0x0000E0, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_SweepResult_2' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000168, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000170, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000178, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_Array_Length_ReturnValue) == 0x00017C, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_Greater_IntInt_ReturnValue) == 0x000180, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, Temp_int_Loop_Counter_Variable) == 0x000184, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_Array_Get_Item) == 0x000188, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_IsValidClass_ReturnValue) == 0x000190, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_Add_IntInt_ReturnValue) == 0x000194, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_Array_Length_ReturnValue_1) == 0x000198, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_EOCreateEvent_OutputDelegate) == 0x00019C, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_Less_IntInt_ReturnValue) == 0x0001AC, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_EOEvent_Sender) == 0x0001B0, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_EOEvent_Event) == 0x0001B8, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_GetSequencePlayer_ReturnValue) == 0x0001C0, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_IsPaused_ReturnValue) == 0x0001C8, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_IsPaused_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_BooleanAND_ReturnValue) == 0x0001C9, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OverlappedComponent_1) == 0x0001D0, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OverlappedComponent_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherActor_1) == 0x0001D8, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherActor_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherComp_1) == 0x0001E0, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherComp_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherBodyIndex_1) == 0x0001E8, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherBodyIndex_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_bFromSweep_1) == 0x0001EC, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_bFromSweep_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_SweepResult_1) == 0x0001F0, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_SweepResult_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000278, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_EqualEqual_ObjectObject_ReturnValue_2) == 0x000280, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_EqualEqual_ObjectObject_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_IsValid_ReturnValue_1) == 0x000281, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_IsValid_ReturnValue_2) == 0x000282, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_IsValid_ReturnValue_3) == 0x000283, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OverlappedComponent) == 0x000288, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherActor) == 0x000290, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherActor' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherComp) == 0x000298, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherComp' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_OtherBodyIndex) == 0x0002A0, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_bFromSweep) == 0x0002A4, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_bFromSweep' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, K2Node_ComponentBoundEvent_SweepResult) == 0x0002A8, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::K2Node_ComponentBoundEvent_SweepResult' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3) == 0x000330, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_EqualEqual_ObjectObject_ReturnValue_3) == 0x000338, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_EqualEqual_ObjectObject_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_GetSequencePlayer_ReturnValue_1) == 0x000340, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_GetSequencePlayer_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_IsPlaying_ReturnValue) == 0x000348, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_IsValid_ReturnValue_4) == 0x000349, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_IsValid_ReturnValue_5) == 0x00034A, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_IsValid_ReturnValue_6) == 0x00034B, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered, CallFunc_IsValid_ReturnValue_7) == 0x00034C, "Member 'LSA_VolumeTriggered_C_ExecuteUbergraph_LSA_VolumeTriggered::CallFunc_IsValid_ReturnValue_7' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_3_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionResumeOverlap_K2Node_ComponentBoundEvent_2_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_C_OnRegisteredEnableEOEvent \ static_assert(alignof(LSA_VolumeTriggered_C_OnRegisteredEnableEOEvent) == 0x000008, "Wrong alignment on LSA_VolumeTriggered_C_OnRegisteredEnableEOEvent"); \ static_assert(sizeof(LSA_VolumeTriggered_C_OnRegisteredEnableEOEvent) == 0x000010, "Wrong size on LSA_VolumeTriggered_C_OnRegisteredEnableEOEvent"); \ static_assert(offsetof(LSA_VolumeTriggered_C_OnRegisteredEnableEOEvent, Sender) == 0x000000, "Member 'LSA_VolumeTriggered_C_OnRegisteredEnableEOEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_OnRegisteredEnableEOEvent, Event) == 0x000008, "Member 'LSA_VolumeTriggered_C_OnRegisteredEnableEOEvent::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_BoxCollisionEndOverlap_K2Node_ComponentBoundEvent_1_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature \ static_assert(alignof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x000008, "Wrong alignment on LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(sizeof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature) == 0x0000A8, "Wrong size on LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OverlappedComponent) == 0x000000, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OverlappedComponent' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherActor) == 0x000008, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherActor' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherComp) == 0x000010, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherComp' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, OtherBodyIndex) == 0x000018, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::OtherBodyIndex' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, bFromSweep) == 0x00001C, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::bFromSweep' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature, SweepResult) == 0x000020, "Member 'LSA_VolumeTriggered_C_BndEvt__LSA_VolumeTriggered_Box_K2Node_ComponentBoundEvent_0_ComponentBeginOverlapSignature__DelegateSignature::SweepResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_VolumeTriggered_C_UserConstructionScript \ static_assert(alignof(LSA_VolumeTriggered_C_UserConstructionScript) == 0x000010, "Wrong alignment on LSA_VolumeTriggered_C_UserConstructionScript"); \ static_assert(sizeof(LSA_VolumeTriggered_C_UserConstructionScript) == 0x0000C0, "Wrong size on LSA_VolumeTriggered_C_UserConstructionScript"); \ static_assert(offsetof(LSA_VolumeTriggered_C_UserConstructionScript, Temp_struct_Variable) == 0x000000, "Member 'LSA_VolumeTriggered_C_UserConstructionScript::Temp_struct_Variable' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_UserConstructionScript, Temp_struct_Variable_1) == 0x000030, "Member 'LSA_VolumeTriggered_C_UserConstructionScript::Temp_struct_Variable_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue) == 0x000060, "Member 'LSA_VolumeTriggered_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_1) == 0x000068, "Member 'LSA_VolumeTriggered_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_UserConstructionScript, Temp_struct_Variable_2) == 0x000070, "Member 'LSA_VolumeTriggered_C_UserConstructionScript::Temp_struct_Variable_2' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue) == 0x0000A0, "Member 'LSA_VolumeTriggered_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_UserConstructionScript, CallFunc_AddComponent_ReturnValue_2) == 0x0000A8, "Member 'LSA_VolumeTriggered_C_UserConstructionScript::CallFunc_AddComponent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue_1) == 0x0000B0, "Member 'LSA_VolumeTriggered_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_VolumeTriggered_C_UserConstructionScript, CallFunc_K2_AttachToComponent_ReturnValue_2) == 0x0000B1, "Member 'LSA_VolumeTriggered_C_UserConstructionScript::CallFunc_K2_AttachToComponent_ReturnValue_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_VolumeTriggered_C \ static_assert(alignof(ALSA_VolumeTriggered_C) == 0x000008, "Wrong alignment on ALSA_VolumeTriggered_C"); \ static_assert(sizeof(ALSA_VolumeTriggered_C) == 0x0008D0, "Wrong size on ALSA_VolumeTriggered_C"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, UberGraphFrame_LSA_VolumeTriggered_C) == 0x000860, "Member 'ALSA_VolumeTriggered_C::UberGraphFrame_LSA_VolumeTriggered_C' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, BoxTriggerPauseSeq) == 0x000868, "Member 'ALSA_VolumeTriggered_C::BoxTriggerPauseSeq' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, BoxTriggerResumeSeq) == 0x000870, "Member 'ALSA_VolumeTriggered_C::BoxTriggerResumeSeq' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, BoxTriggerStopSeq) == 0x000878, "Member 'ALSA_VolumeTriggered_C::BoxTriggerStopSeq' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, BoxTriggerStartSeq) == 0x000880, "Member 'ALSA_VolumeTriggered_C::BoxTriggerStartSeq' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, StopSequenceOnTrigger) == 0x000888, "Member 'ALSA_VolumeTriggered_C::StopSequenceOnTrigger' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, BoxCollisionStopOverlap) == 0x000890, "Member 'ALSA_VolumeTriggered_C::BoxCollisionStopOverlap' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, RegisteredEnableEvents) == 0x000898, "Member 'ALSA_VolumeTriggered_C::RegisteredEnableEvents' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, Enabled_) == 0x0008A8, "Member 'ALSA_VolumeTriggered_C::Enabled_' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, ResumeSequenceOnTrigger) == 0x0008A9, "Member 'ALSA_VolumeTriggered_C::ResumeSequenceOnTrigger' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, BoxCollisionPauseOverlap) == 0x0008B0, "Member 'ALSA_VolumeTriggered_C::BoxCollisionPauseOverlap' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, PauseSequenceOnTrigger) == 0x0008B8, "Member 'ALSA_VolumeTriggered_C::PauseSequenceOnTrigger' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, BoxCollisionResumeOverlap) == 0x0008C0, "Member 'ALSA_VolumeTriggered_C::BoxCollisionResumeOverlap' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, Temp_bool_IsClosed_37EB22144CD017D386276EA9C218E670_Variable) == 0x0008C8, "Member 'ALSA_VolumeTriggered_C::Temp_bool_IsClosed_37EB22144CD017D386276EA9C218E670_Variable' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, Temp_bool_Has_Been_Initd_37EB22144CD017D386276EA9C218E670_Variable) == 0x0008C9, "Member 'ALSA_VolumeTriggered_C::Temp_bool_Has_Been_Initd_37EB22144CD017D386276EA9C218E670_Variable' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, Temp_bool_IsClosed_5B1DECE34FF327A8332D679986714B40_Variable) == 0x0008CA, "Member 'ALSA_VolumeTriggered_C::Temp_bool_IsClosed_5B1DECE34FF327A8332D679986714B40_Variable' has a wrong offset!"); \ static_assert(offsetof(ALSA_VolumeTriggered_C, Temp_bool_Has_Been_Initd_5B1DECE34FF327A8332D679986714B40_Variable) == 0x0008CB, "Member 'ALSA_VolumeTriggered_C::Temp_bool_Has_Been_Initd_5B1DECE34FF327A8332D679986714B40_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche \ static_assert(alignof(LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche) == 0x000008, "Wrong alignment on LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche"); \ static_assert(sizeof(LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche) == 0x000018, "Wrong size on LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche"); \ static_assert(offsetof(LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche, EntryPoint) == 0x000000, "Member 'LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'LSA_KA0_Reading1stMicrofiche_C_ExecuteUbergraph_LSA_KA0_Reading1stMicrofiche::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_KA0_Reading1stMicrofiche_C \ static_assert(alignof(ALSA_KA0_Reading1stMicrofiche_C) == 0x000008, "Wrong alignment on ALSA_KA0_Reading1stMicrofiche_C"); \ static_assert(sizeof(ALSA_KA0_Reading1stMicrofiche_C) == 0x000868, "Wrong size on ALSA_KA0_Reading1stMicrofiche_C"); \ static_assert(offsetof(ALSA_KA0_Reading1stMicrofiche_C, UberGraphFrame_LSA_KA0_Reading1stMicrofiche_C) == 0x000860, "Member 'ALSA_KA0_Reading1stMicrofiche_C::UberGraphFrame_LSA_KA0_Reading1stMicrofiche_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End \ static_assert(alignof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End) == 0x000008, "Wrong alignment on LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End"); \ static_assert(sizeof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End) == 0x000060, "Wrong size on LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End, EntryPoint) == 0x000000, "Member 'LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End, K2Node_EOCreateEvent_OutputDelegate) == 0x000018, "Member 'LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End, K2Node_EOEvent_Sender_1) == 0x000028, "Member 'LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End, K2Node_EOEvent_Event_1) == 0x000030, "Member 'LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000038, "Member 'LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End, K2Node_EOEvent_Sender) == 0x000048, "Member 'LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End, K2Node_EOEvent_Event) == 0x000050, "Member 'LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End, CallFunc_MakeLiteralByte_ReturnValue) == 0x000058, "Member 'LSA_KA0_Microfiche1End_C_ExecuteUbergraph_LSA_KA0_Microfiche1End::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_KA0_Microfiche1End_C_OnReading1stMicrofilm \ static_assert(alignof(LSA_KA0_Microfiche1End_C_OnReading1stMicrofilm) == 0x000008, "Wrong alignment on LSA_KA0_Microfiche1End_C_OnReading1stMicrofilm"); \ static_assert(sizeof(LSA_KA0_Microfiche1End_C_OnReading1stMicrofilm) == 0x000010, "Wrong size on LSA_KA0_Microfiche1End_C_OnReading1stMicrofilm"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_OnReading1stMicrofilm, Sender) == 0x000000, "Member 'LSA_KA0_Microfiche1End_C_OnReading1stMicrofilm::Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_OnReading1stMicrofilm, Event) == 0x000008, "Member 'LSA_KA0_Microfiche1End_C_OnReading1stMicrofilm::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_KA0_Microfiche1End_C_OnRead1stMicrofiche \ static_assert(alignof(LSA_KA0_Microfiche1End_C_OnRead1stMicrofiche) == 0x000008, "Wrong alignment on LSA_KA0_Microfiche1End_C_OnRead1stMicrofiche"); \ static_assert(sizeof(LSA_KA0_Microfiche1End_C_OnRead1stMicrofiche) == 0x000010, "Wrong size on LSA_KA0_Microfiche1End_C_OnRead1stMicrofiche"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_OnRead1stMicrofiche, Sender) == 0x000000, "Member 'LSA_KA0_Microfiche1End_C_OnRead1stMicrofiche::Sender' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_Microfiche1End_C_OnRead1stMicrofiche, Event) == 0x000008, "Member 'LSA_KA0_Microfiche1End_C_OnRead1stMicrofiche::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_KA0_Microfiche1End_C \ static_assert(alignof(ALSA_KA0_Microfiche1End_C) == 0x000008, "Wrong alignment on ALSA_KA0_Microfiche1End_C"); \ static_assert(sizeof(ALSA_KA0_Microfiche1End_C) == 0x000870, "Wrong size on ALSA_KA0_Microfiche1End_C"); \ static_assert(offsetof(ALSA_KA0_Microfiche1End_C, UberGraphFrame_LSA_KA0_Microfiche1End_C) == 0x000860, "Member 'ALSA_KA0_Microfiche1End_C::UberGraphFrame_LSA_KA0_Microfiche1End_C' has a wrong offset!"); \ static_assert(offsetof(ALSA_KA0_Microfiche1End_C, Read1stMicrofiche) == 0x000868, "Member 'ALSA_KA0_Microfiche1End_C::Read1stMicrofiche' has a wrong offset!"); \ static_assert(offsetof(ALSA_KA0_Microfiche1End_C, Temp_bool_Has_Been_Initd_B776F2744F32F0FE437B519EA407B1FF_Variable) == 0x000869, "Member 'ALSA_KA0_Microfiche1End_C::Temp_bool_Has_Been_Initd_B776F2744F32F0FE437B519EA407B1FF_Variable' has a wrong offset!"); \ static_assert(offsetof(ALSA_KA0_Microfiche1End_C, Temp_bool_IsClosed_B776F2744F32F0FE437B519EA407B1FF_Variable) == 0x00086A, "Member 'ALSA_KA0_Microfiche1End_C::Temp_bool_IsClosed_B776F2744F32F0FE437B519EA407B1FF_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_KA0_KitchenQuake_C_ExecuteUbergraph_LSA_KA0_KitchenQuake \ static_assert(alignof(LSA_KA0_KitchenQuake_C_ExecuteUbergraph_LSA_KA0_KitchenQuake) == 0x000008, "Wrong alignment on LSA_KA0_KitchenQuake_C_ExecuteUbergraph_LSA_KA0_KitchenQuake"); \ static_assert(sizeof(LSA_KA0_KitchenQuake_C_ExecuteUbergraph_LSA_KA0_KitchenQuake) == 0x000018, "Wrong size on LSA_KA0_KitchenQuake_C_ExecuteUbergraph_LSA_KA0_KitchenQuake"); \ static_assert(offsetof(LSA_KA0_KitchenQuake_C_ExecuteUbergraph_LSA_KA0_KitchenQuake, EntryPoint) == 0x000000, "Member 'LSA_KA0_KitchenQuake_C_ExecuteUbergraph_LSA_KA0_KitchenQuake::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_KitchenQuake_C_ExecuteUbergraph_LSA_KA0_KitchenQuake, CallFunc_GetSequencePlayer_ReturnValue) == 0x000008, "Member 'LSA_KA0_KitchenQuake_C_ExecuteUbergraph_LSA_KA0_KitchenQuake::CallFunc_GetSequencePlayer_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_KitchenQuake_C_ExecuteUbergraph_LSA_KA0_KitchenQuake, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'LSA_KA0_KitchenQuake_C_ExecuteUbergraph_LSA_KA0_KitchenQuake::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_KA0_KitchenQuake_C \ static_assert(alignof(ALSA_KA0_KitchenQuake_C) == 0x000008, "Wrong alignment on ALSA_KA0_KitchenQuake_C"); \ static_assert(sizeof(ALSA_KA0_KitchenQuake_C) == 0x000870, "Wrong size on ALSA_KA0_KitchenQuake_C"); \ static_assert(offsetof(ALSA_KA0_KitchenQuake_C, UberGraphFrame_LSA_KA0_KitchenQuake_C) == 0x000860, "Member 'ALSA_KA0_KitchenQuake_C::UberGraphFrame_LSA_KA0_KitchenQuake_C' has a wrong offset!"); \ static_assert(offsetof(ALSA_KA0_KitchenQuake_C, BP_LSAQuakeComponent) == 0x000868, "Member 'ALSA_KA0_KitchenQuake_C::BP_LSAQuakeComponent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_KA0_OpeningCine_C_ExecuteUbergraph_LSA_KA0_OpeningCine \ static_assert(alignof(LSA_KA0_OpeningCine_C_ExecuteUbergraph_LSA_KA0_OpeningCine) == 0x000008, "Wrong alignment on LSA_KA0_OpeningCine_C_ExecuteUbergraph_LSA_KA0_OpeningCine"); \ static_assert(sizeof(LSA_KA0_OpeningCine_C_ExecuteUbergraph_LSA_KA0_OpeningCine) == 0x000010, "Wrong size on LSA_KA0_OpeningCine_C_ExecuteUbergraph_LSA_KA0_OpeningCine"); \ static_assert(offsetof(LSA_KA0_OpeningCine_C_ExecuteUbergraph_LSA_KA0_OpeningCine, EntryPoint) == 0x000000, "Member 'LSA_KA0_OpeningCine_C_ExecuteUbergraph_LSA_KA0_OpeningCine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_OpeningCine_C_ExecuteUbergraph_LSA_KA0_OpeningCine, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'LSA_KA0_OpeningCine_C_ExecuteUbergraph_LSA_KA0_OpeningCine::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_KA0_OpeningCine_C \ static_assert(alignof(ALSA_KA0_OpeningCine_C) == 0x000008, "Wrong alignment on ALSA_KA0_OpeningCine_C"); \ static_assert(sizeof(ALSA_KA0_OpeningCine_C) == 0x000868, "Wrong size on ALSA_KA0_OpeningCine_C"); \ static_assert(offsetof(ALSA_KA0_OpeningCine_C, UberGraphFrame_LSA_KA0_OpeningCine_C) == 0x000860, "Member 'ALSA_KA0_OpeningCine_C::UberGraphFrame_LSA_KA0_OpeningCine_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal \ static_assert(alignof(LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal) == 0x000008, "Wrong alignment on LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal"); \ static_assert(sizeof(LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal) == 0x000020, "Wrong size on LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal"); \ static_assert(offsetof(LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal, EntryPoint) == 0x000000, "Member 'LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal, CallFunc_MakeLiteralByte_ReturnValue) == 0x000018, "Member 'LSA_KA0_KitchenApparatusAndJournal_C_ExecuteUbergraph_LSA_KA0_KitchenApparatusAndJournal::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_KA0_KitchenApparatusAndJournal_C \ static_assert(alignof(ALSA_KA0_KitchenApparatusAndJournal_C) == 0x000008, "Wrong alignment on ALSA_KA0_KitchenApparatusAndJournal_C"); \ static_assert(sizeof(ALSA_KA0_KitchenApparatusAndJournal_C) == 0x000868, "Wrong size on ALSA_KA0_KitchenApparatusAndJournal_C"); \ static_assert(offsetof(ALSA_KA0_KitchenApparatusAndJournal_C, UberGraphFrame_LSA_KA0_KitchenApparatusAndJournal_C) == 0x000860, "Member 'ALSA_KA0_KitchenApparatusAndJournal_C::UberGraphFrame_LSA_KA0_KitchenApparatusAndJournal_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HI_Base_DeskChime_C \ static_assert(alignof(ABP_HI_Base_DeskChime_C) == 0x000010, "Wrong alignment on ABP_HI_Base_DeskChime_C"); \ static_assert(sizeof(ABP_HI_Base_DeskChime_C) == 0x001E10, "Wrong size on ABP_HI_Base_DeskChime_C"); \ static_assert(offsetof(ABP_HI_Base_DeskChime_C, Sphere) == 0x001E00, "Member 'ABP_HI_Base_DeskChime_C::Sphere' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest \ static_assert(alignof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest) == 0x000520, "Wrong size on BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, EntryPoint) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_IsValid_ReturnValue) == 0x000004, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_IsValid_ReturnValue_1) == 0x000005, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue_8) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime_8) == 0x000018, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime_8) == 0x00001C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue_7) == 0x000020, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime_7) == 0x000030, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime_7) == 0x000034, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue) == 0x000038, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1) == 0x00003C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue_6) == 0x000040, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime_6) == 0x000050, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime_6) == 0x000054, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable) == 0x000058, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2) == 0x00005C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable_1) == 0x000060, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable_2) == 0x000064, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue_5) == 0x000068, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime_5) == 0x000078, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime_5) == 0x00007C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue_4) == 0x000080, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime_4) == 0x000090, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime_4) == 0x000094, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3) == 0x000098, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_4) == 0x00009C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue_3) == 0x0000A0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime_3) == 0x0000B0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime_3) == 0x0000B4, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable_3) == 0x0000B8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_5) == 0x0000BC, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable_4) == 0x0000C0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable_5) == 0x0000C4, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue_2) == 0x0000C8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime_2) == 0x0000D8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime_2) == 0x0000DC, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue_1) == 0x0000E0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime_1) == 0x0000F0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime_1) == 0x0000F4, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_6) == 0x0000F8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_7) == 0x0000FC, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue) == 0x000100, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime) == 0x000110, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime) == 0x000114, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable_6) == 0x000118, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_8) == 0x00011C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable_7) == 0x000120, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable_8) == 0x000124, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EOCreateEvent_OutputDelegate) == 0x000128, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EOEvent_Sender_1) == 0x000138, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EOEvent_Event_1) == 0x000140, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000148, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetTurnRightMouseInput_ReturnValue) == 0x000150, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetTurnRightMouseInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_IsValidClass_ReturnValue) == 0x000154, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_IsValidClass_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_Event_DurationOfView) == 0x000158, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_Event_DurationOfView' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_CreateDelegate_OutputDelegate) == 0x00015C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000170, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Not_PreBool_ReturnValue) == 0x000178, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Not_PreBool_ReturnValue_1) == 0x000179, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_BooleanAND_ReturnValue) == 0x00017A, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_CustomEvent_Distance) == 0x00017C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_CustomEvent_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_CustomEvent_Angle) == 0x000180, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_CustomEvent_Angle' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_CustomEvent_Duration) == 0x000184, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_CustomEvent_Duration' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_CreateDelegate_OutputDelegate_1) == 0x000188, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000198, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x0001A0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x0001A8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001B4, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult) == 0x0001C0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_K2_SetWorldLocationAndRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000248, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1) == 0x000258, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000260, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2) == 0x000268, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_1) == 0x000270, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_2) == 0x000278, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_HasLookInputs_ReturnValue) == 0x000280, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_HasLookInputs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_HasMovementInputs_ReturnValue) == 0x000281, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_HasMovementInputs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_UpdateCameraPullingState_Distance) == 0x000284, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_UpdateCameraPullingState_Distance' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_UpdateCameraPullingState_ViewAngle) == 0x000288, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_UpdateCameraPullingState_ViewAngle' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00028C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00028D, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_BooleanAND_ReturnValue_1) == 0x00028E, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_BooleanAND_ReturnValue_2) == 0x00028F, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_BooleanAND_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_BooleanOR_ReturnValue) == 0x000290, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Greater_FloatFloat_ReturnValue_2) == 0x000291, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Greater_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000298, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x0002A0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetLookUpMouseInput_ReturnValue) == 0x0002AC, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetLookUpMouseInput_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3) == 0x0002B0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4) == 0x0002B8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x0002C0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_Event_EndPlayReason) == 0x0002C1, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_SwitchEnum_CmpSuccess) == 0x0002C2, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_3) == 0x0002C8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0002D0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EOCreateEvent_OutputDelegate_1) == 0x0002D4, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_IsValidClass_ReturnValue_1) == 0x0002E4, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_IsValidClass_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EOEvent_Sender) == 0x0002E8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EOEvent_Event) == 0x0002F0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetClampedFOVInDuration_OutTLDuration) == 0x0002F8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetClampedFOVInDuration_OutTLDuration' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetClampedFOVOutDuration_OutTLDuration) == 0x0002FC, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetClampedFOVOutDuration_OutTLDuration' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_4) == 0x000300, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_5) == 0x000308, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_5) == 0x000310, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_6) == 0x000318, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_K2_SetRelativeLocation_SweepHitResult) == 0x000320, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_K2_SetRelativeLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Not_PreBool_ReturnValue_2) == 0x0003A8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_Event_InOffset) == 0x0003AC, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_Event_InOffset' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_Event_bWorldShift) == 0x0003B8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_Event_bWorldShift' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_VSize_ReturnValue) == 0x0003BC, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x0003C0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Add_VectorVector_ReturnValue) == 0x0003C4, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Not_PreBool_ReturnValue_3) == 0x0003D0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_BooleanAND_ReturnValue_3) == 0x0003D1, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_BooleanAND_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_CustomEvent_Delta) == 0x0003D4, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_CustomEvent_Delta' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0003D8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Lerp_ReturnValue) == 0x0003DC, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x0003E0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable_9) == 0x0003E4, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable_9' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x0003E8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_EqualEqual_ByteByte_ReturnValue_2) == 0x0003E9, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_EqualEqual_ByteByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_BooleanOR_ReturnValue_1) == 0x0003EA, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_BooleanOR_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable_10) == 0x0003EC, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable_10' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_3) == 0x0003F0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Create_ReturnValue) == 0x0003F8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Create_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Lerp_ReturnValue_1) == 0x000400, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Lerp_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, Temp_float_Variable_11) == 0x000404, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::Temp_float_Variable_11' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue_9) == 0x000408, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime_9) == 0x000418, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime_9' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime_9) == 0x00041C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime_9' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_9) == 0x000420, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000424, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_4) == 0x000428, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_7) == 0x000430, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_IsValid_ReturnValue_2) == 0x000438, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_IsValid_ReturnValue_3) == 0x000439, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_K2_SetRelativeLocation_SweepHitResult_1) == 0x00043C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_K2_SetRelativeLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_8) == 0x0004C8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_IsValid_ReturnValue_4) == 0x0004D0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_NotEqual_ObjectObject_ReturnValue) == 0x0004D1, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_NotEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_NotEqual_ObjectObject_ReturnValue_1) == 0x0004D2, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_NotEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0004D4, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue_10) == 0x0004E0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime_10) == 0x0004F0, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime_10' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime_10) == 0x0004F4, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime_10' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ActionValue_11) == 0x0004F8, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ActionValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_ElapsedTime_11) == 0x000508, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_ElapsedTime_11' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_EnhancedInputActionEvent_TriggeredTime_11) == 0x00050C, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_EnhancedInputActionEvent_TriggeredTime_11' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_10) == 0x000510, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_11) == 0x000514, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::CallFunc_Conv_InputActionValueToAxis1D_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest, K2Node_Event_DeltaSeconds) == 0x000518, "Member 'BP_GuidedPointOfInterest_C_ExecuteUbergraph_BP_GuidedPointOfInterest::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_ReceiveTick \ static_assert(alignof(BP_GuidedPointOfInterest_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_ReceiveTick"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_ReceiveTick) == 0x000004, "Wrong size on BP_GuidedPointOfInterest_C_ReceiveTick"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_GPOIUpdate \ static_assert(alignof(BP_GuidedPointOfInterest_C_GPOIUpdate) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_GPOIUpdate"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_GPOIUpdate) == 0x000004, "Wrong size on BP_GuidedPointOfInterest_C_GPOIUpdate"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GPOIUpdate, Delta) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_GPOIUpdate::Delta' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_OnApplyWorldOffset \ static_assert(alignof(BP_GuidedPointOfInterest_C_OnApplyWorldOffset) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_OnApplyWorldOffset"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_OnApplyWorldOffset) == 0x000010, "Wrong size on BP_GuidedPointOfInterest_C_OnApplyWorldOffset"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_OnApplyWorldOffset, InOffset) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_OnApplyWorldOffset::InOffset' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_OnApplyWorldOffset, bWorldShift) == 0x00000C, "Member 'BP_GuidedPointOfInterest_C_OnApplyWorldOffset::bWorldShift' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_EventFinishCamearPull \ static_assert(alignof(BP_GuidedPointOfInterest_C_EventFinishCamearPull) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_EventFinishCamearPull"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_EventFinishCamearPull) == 0x000010, "Wrong size on BP_GuidedPointOfInterest_C_EventFinishCamearPull"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_EventFinishCamearPull, Sender) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_EventFinishCamearPull::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_EventFinishCamearPull, Event) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_EventFinishCamearPull::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_ReceiveEndPlay \ static_assert(alignof(BP_GuidedPointOfInterest_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_GuidedPointOfInterest_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_GuidedPointOfInterest_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_RenderedTick_Event \ static_assert(alignof(BP_GuidedPointOfInterest_C_RenderedTick_Event) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_RenderedTick_Event"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_RenderedTick_Event) == 0x00000C, "Wrong size on BP_GuidedPointOfInterest_C_RenderedTick_Event"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_RenderedTick_Event, Distance) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_RenderedTick_Event::Distance' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_RenderedTick_Event, Angle) == 0x000004, "Member 'BP_GuidedPointOfInterest_C_RenderedTick_Event::Angle' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_RenderedTick_Event, Duration) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_RenderedTick_Event::Duration' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_EndView_Event \ static_assert(alignof(BP_GuidedPointOfInterest_C_EndView_Event) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_EndView_Event"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_EndView_Event) == 0x000004, "Wrong size on BP_GuidedPointOfInterest_C_EndView_Event"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_EndView_Event, DurationOfView) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_EndView_Event::DurationOfView' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_EventStartCameraPull \ static_assert(alignof(BP_GuidedPointOfInterest_C_EventStartCameraPull) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_EventStartCameraPull"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_EventStartCameraPull) == 0x000010, "Wrong size on BP_GuidedPointOfInterest_C_EventStartCameraPull"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_EventStartCameraPull, Sender) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_EventStartCameraPull::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_EventStartCameraPull, Event) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_EventStartCameraPull::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_0 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_0) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_0"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_0) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_0"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_0, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_0::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_0, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_0::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_0, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_0::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_1 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_1) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_1"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_1) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_1"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_1, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_1::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_1, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_1::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_1, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_1::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_2 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_2) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_2"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_2) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_2"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_2, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_2::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_2, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_2::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_2, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpMouse_K2Node_EnhancedInputActionEvent_2::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_3 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_3) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_3"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_3) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_3"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_3, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_3::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_3, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_3::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_3, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_3::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_4 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_4) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_4"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_4) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_4"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_4, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_4::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_4, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_4::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_4, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_4::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_5 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_5) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_5"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_5) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_5"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_5, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_5::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_5, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_5::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_5, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightMouse_K2Node_EnhancedInputActionEvent_5::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_6::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_7::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_8 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_8) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_8"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_8) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_8"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_8, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_8::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_8, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_8::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_8, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_TurnRightRateGamePad_K2Node_EnhancedInputActionEvent_8::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_9 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_9) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_9"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_9) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_9"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_9, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_9::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_9, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_9::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_9, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_9::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_10 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_10) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_10"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_10) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_10"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_10, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_10::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_10, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_10::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_10, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_10::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_11 \ static_assert(alignof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_11) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_11"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_11) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_11"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_11, ActionValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_11::ActionValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_11, ElapsedTime) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_11::ElapsedTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_11, TriggeredTime) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_InpActEvt_IA_LookUpGamePad_K2Node_EnhancedInputActionEvent_11::TriggeredTime' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_FocusUpdate \ static_assert(alignof(BP_GuidedPointOfInterest_C_FocusUpdate) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_FocusUpdate"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_FocusUpdate) == 0x0006D0, "Wrong size on BP_GuidedPointOfInterest_C_FocusUpdate"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, DeltaTime) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CurrentCamera) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CurrentCamera' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, LocCenter) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::LocCenter' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, LocInterpSpeedScaler) == 0x000018, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::LocInterpSpeedScaler' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, TargetRot) == 0x00001C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::TargetRot' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, FallbackYaw) == 0x000028, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::FallbackYaw' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CurrentMovementIntensity) == 0x00002C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CurrentMovementIntensity' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, OriginalYaw) == 0x000030, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::OriginalYaw' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, OriginalPitch) == 0x000034, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::OriginalPitch' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000038, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x000044, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetForwardVector_ReturnValue) == 0x000050, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Dot_VectorVector_ReturnValue) == 0x00005C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_DegAcos_ReturnValue) == 0x000060, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_MapRangeClamped_ReturnValue) == 0x000064, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_ClampAbsolute_ReturnValue) == 0x000068, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_ClampAbsolute_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_ClampAbsolute_ReturnValue_1) == 0x00006C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_ClampAbsolute_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_MakeVector2D_ReturnValue) == 0x000070, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000078, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Not_PreBool_ReturnValue) == 0x000079, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_FloatFloat_ReturnValue) == 0x00007C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentRotation_ReturnValue) == 0x000080, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Roll) == 0x00008C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Pitch) == 0x000090, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Yaw) == 0x000094, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Conv_VectorToVector2D_ReturnValue) == 0x000098, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Conv_VectorToVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_IsWorldPositionInViewport_ScreenPosition) == 0x0000A0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_IsWorldPositionInViewport_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_IsWorldPositionInViewport_ReturnValue) == 0x0000A8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_IsWorldPositionInViewport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x0000B0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x0000B8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0000C0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Vector_Distance_ReturnValue) == 0x0000CC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetViewportSize_ReturnValue) == 0x0000D0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x0000D8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x0000E0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_CalculateIntersecDeadzone_OutIntersectionPoint) == 0x0000E8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_CalculateIntersecDeadzone_OutIntersectionPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Subtract_Vector2DVector2D_ReturnValue_1) == 0x0000F0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Subtract_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_ToDirectionAndLength2D_OutDir) == 0x0000F8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_ToDirectionAndLength2D_OutDir' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_ToDirectionAndLength2D_OutLength) == 0x000100, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_ToDirectionAndLength2D_OutLength' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000104, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x000108, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_1) == 0x000110, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000118, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000120, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_DeprojectScreenToWorld_WorldPosition) == 0x00012C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_DeprojectScreenToWorld_WorldPosition' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_DeprojectScreenToWorld_WorldDirection) == 0x000138, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_DeprojectScreenToWorld_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_DeprojectScreenToWorld_ReturnValue) == 0x000144, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_DeprojectScreenToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_SetWorldLocation_SweepHitResult) == 0x000148, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_SetWorldLocation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x0001D0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_VectorVector_ReturnValue) == 0x0001DC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Abs_ReturnValue) == 0x0001E8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetFloatValue_ReturnValue) == 0x0001EC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_SignOfFloat_ReturnValue) == 0x0001F0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x0001F4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_SignOfFloat_ReturnValue_1) == 0x0001F8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_SignOfFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Abs_ReturnValue_1) == 0x0001FC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetFloatValue_ReturnValue_1) == 0x000200, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetFloatValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Roll_1) == 0x000204, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Roll_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Pitch_1) == 0x000208, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Pitch_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Yaw_1) == 0x00020C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Yaw_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000210, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_MakeRotator_ReturnValue) == 0x000214, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Roll_2) == 0x000220, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Roll_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Pitch_2) == 0x000224, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Pitch_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Yaw_2) == 0x000228, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Yaw_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_ClampAxis_ReturnValue) == 0x00022C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_ClampAxis_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_MakeRotator_ReturnValue_1) == 0x000230, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_MakeRotator_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakVector2D_X) == 0x00023C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakVector2D_Y) == 0x000240, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x000244, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x000250, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000254, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x000258, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_MakeRotator_ReturnValue_2) == 0x00025C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_MakeRotator_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_FindLookAtRotation_ReturnValue) == 0x000268, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, Temp_float_Variable) == 0x000274, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::Temp_float_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_2) == 0x000278, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetViewportSize_ReturnValue_1) == 0x000280, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetViewportSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_4) == 0x000288, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x000294, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Vector_Distance_ReturnValue_1) == 0x00029C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1) == 0x0002A0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_DeprojectScreenToWorld_WorldPosition_1) == 0x0002A8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_DeprojectScreenToWorld_WorldPosition_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_DeprojectScreenToWorld_WorldDirection_1) == 0x0002B4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_DeprojectScreenToWorld_WorldDirection_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_DeprojectScreenToWorld_ReturnValue_1) == 0x0002C0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_DeprojectScreenToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_IsTargetInDeadZone_ReturnValue) == 0x0002C1, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_IsTargetInDeadZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0002C4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Not_PreBool_ReturnValue_1) == 0x0002D0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0002D4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BooleanOR_ReturnValue) == 0x0002E0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_SafeDivide_ReturnValue) == 0x0002E4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_SafeDivide_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetFloatValue_ReturnValue_2) == 0x0002E8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetFloatValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_FloatFloat_ReturnValue_4) == 0x0002EC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_5) == 0x0002F0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x0002FC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_6) == 0x000384, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentRotation_ReturnValue_1) == 0x000390, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_7) == 0x00039C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_8) == 0x0003A8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_9) == 0x0003B4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_10) == 0x0003C0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_FindLookAtRotation_ReturnValue_1) == 0x0003CC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_FindLookAtRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetRightVector_ReturnValue) == 0x0003D8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetRightVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Roll_3) == 0x0003E4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Roll_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Pitch_3) == 0x0003E8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Pitch_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Yaw_3) == 0x0003EC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Yaw_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetUpVector_ReturnValue) == 0x0003F0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetUpVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, Temp_bool_Variable) == 0x0003FC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_11) == 0x000400, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Conv_VectorToVector2D_ReturnValue_1) == 0x00040C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Conv_VectorToVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_3) == 0x000418, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Distance2D_ReturnValue) == 0x000420, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Distance2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_12) == 0x000424, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_12' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000430, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000438, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_GetComponentLocation_ReturnValue_13) == 0x000440, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_GetComponentLocation_ReturnValue_13' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000450, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Subtract_VectorVector_ReturnValue) == 0x000458, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000464, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_SetWorldRotation_SweepHitResult_1) == 0x000470, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_SetWorldRotation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_K2_SetWorldLocation_SweepHitResult_1) == 0x0004F8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_K2_SetWorldLocation_SweepHitResult_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2) == 0x000580, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetControlRotation_ReturnValue) == 0x000588, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetForwardVector_ReturnValue_1) == 0x000594, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetForwardVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0005A0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x0005A4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_FMax_ReturnValue) == 0x0005B0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x0005B4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_RInterpTo_ReturnValue) == 0x0005B8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, Temp_bool_Variable_1) == 0x0005C4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_3) == 0x0005C8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_VectorVector_ReturnValue_3) == 0x0005D0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakVector2D_X_1) == 0x0005DC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakVector2D_Y_1) == 0x0005E0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakVector2D_X_2) == 0x0005E4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakVector2D_Y_2) == 0x0005E8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, Temp_float_Variable_1) == 0x0005EC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::Temp_float_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_MapRangeClamped_ReturnValue_1) == 0x0005F0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, Temp_bool_Variable_2) == 0x0005F4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, K2Node_Select_Default) == 0x0005F8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::K2Node_Select_Default' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, K2Node_Select_Default_1) == 0x0005FC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::K2Node_Select_Default_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_FloatFloat_ReturnValue_4) == 0x000600, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_FloatFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000604, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetFloatValue_ReturnValue_3) == 0x000608, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetFloatValue_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Lerp_ReturnValue) == 0x00060C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_ClampAbsolute_ReturnValue_2) == 0x000610, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_ClampAbsolute_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_ClampAbsolute_ReturnValue_3) == 0x000614, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_ClampAbsolute_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_MakeVector2D_ReturnValue_1) == 0x000618, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, K2Node_Select_Default_2) == 0x000620, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::K2Node_Select_Default_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_FloatFloat_ReturnValue_5) == 0x000624, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_FloatFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_FloatFloat_ReturnValue_6) == 0x000628, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_FloatFloat_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_FloatFloat_ReturnValue_7) == 0x00062C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_FloatFloat_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_FloatFloat_ReturnValue_8) == 0x000630, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_FloatFloat_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000634, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_VectorFloat_ReturnValue_4) == 0x000640, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_VectorFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_VectorVector_ReturnValue_4) == 0x00064C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_VectorVector_ReturnValue_5) == 0x000658, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_VectorVector_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Vector_Distance_ReturnValue_2) == 0x000664, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Vector_Distance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_FindLookAtRotation_ReturnValue_2) == 0x000668, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_FindLookAtRotation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Roll_4) == 0x000674, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Roll_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Pitch_4) == 0x000678, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Pitch_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_BreakRotator_Yaw_4) == 0x00067C, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_BreakRotator_Yaw_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_FClamp_ReturnValue) == 0x000680, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetClampedCameraRotationAngle_ReturnValue) == 0x000684, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetClampedCameraRotationAngle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_MakeRotator_ReturnValue_3) == 0x000688, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_MakeRotator_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_GetForwardVector_ReturnValue_2) == 0x000694, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_GetForwardVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Normal_ReturnValue) == 0x0006A0, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Multiply_VectorFloat_ReturnValue_5) == 0x0006AC, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Multiply_VectorFloat_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_Add_VectorVector_ReturnValue_6) == 0x0006B8, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_Add_VectorVector_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_FocusUpdate, CallFunc_VInterpTo_ReturnValue) == 0x0006C4, "Member 'BP_GuidedPointOfInterest_C_FocusUpdate::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_TryToggleTick \ static_assert(alignof(BP_GuidedPointOfInterest_C_TryToggleTick) == 0x000001, "Wrong alignment on BP_GuidedPointOfInterest_C_TryToggleTick"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_TryToggleTick) == 0x000005, "Wrong size on BP_GuidedPointOfInterest_C_TryToggleTick"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_TryToggleTick, bEnabled) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_TryToggleTick::bEnabled' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_TryToggleTick, CallFunc_IsPullingView_Result) == 0x000001, "Member 'BP_GuidedPointOfInterest_C_TryToggleTick::CallFunc_IsPullingView_Result' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_TryToggleTick, CallFunc_IsEnabled_IsEnabled) == 0x000002, "Member 'BP_GuidedPointOfInterest_C_TryToggleTick::CallFunc_IsEnabled_IsEnabled' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_TryToggleTick, CallFunc_BooleanOR_ReturnValue) == 0x000003, "Member 'BP_GuidedPointOfInterest_C_TryToggleTick::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_TryToggleTick, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_GuidedPointOfInterest_C_TryToggleTick::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_GetLookAtCamera \ static_assert(alignof(BP_GuidedPointOfInterest_C_GetLookAtCamera) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_GetLookAtCamera"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_GetLookAtCamera) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_GetLookAtCamera"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetLookAtCamera, OutCam) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_GetLookAtCamera::OutCam' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetLookAtCamera, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_GetLookAtCamera::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetLookAtCamera, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_GetLookAtCamera::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_HasLookInputs \ static_assert(alignof(BP_GuidedPointOfInterest_C_HasLookInputs) == 0x000001, "Wrong alignment on BP_GuidedPointOfInterest_C_HasLookInputs"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_HasLookInputs) == 0x000004, "Wrong size on BP_GuidedPointOfInterest_C_HasLookInputs"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_HasLookInputs, ReturnValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_HasLookInputs::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_HasLookInputs, CallFunc_NotEqual_FloatFloat_ReturnValue) == 0x000001, "Member 'BP_GuidedPointOfInterest_C_HasLookInputs::CallFunc_NotEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_HasLookInputs, CallFunc_NotEqual_FloatFloat_ReturnValue_1) == 0x000002, "Member 'BP_GuidedPointOfInterest_C_HasLookInputs::CallFunc_NotEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_HasLookInputs, CallFunc_BooleanAND_ReturnValue) == 0x000003, "Member 'BP_GuidedPointOfInterest_C_HasLookInputs::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_HasMovementInputs \ static_assert(alignof(BP_GuidedPointOfInterest_C_HasMovementInputs) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_HasMovementInputs"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_HasMovementInputs) == 0x000020, "Wrong size on BP_GuidedPointOfInterest_C_HasMovementInputs"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_HasMovementInputs, ReturnValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_HasMovementInputs::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_HasMovementInputs, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_HasMovementInputs::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_HasMovementInputs, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_HasMovementInputs::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_HasMovementInputs, CallFunc_NotEqual_VectorVector_ReturnValue) == 0x00001C, "Member 'BP_GuidedPointOfInterest_C_HasMovementInputs::CallFunc_NotEqual_VectorVector_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_UpdateCameraPullingState \ static_assert(alignof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_UpdateCameraPullingState"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState) == 0x000060, "Wrong size on BP_GuidedPointOfInterest_C_UpdateCameraPullingState"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, Distance) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::Distance' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, ViewAngle) == 0x000004, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::ViewAngle' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, LocViewAngleResult) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::LocViewAngleResult' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x00000C, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, CallFunc_GetLookAtCamera_OutCam) == 0x000018, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::CallFunc_GetLookAtCamera_OutCam' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, K2Node_SwitchEnum_CmpSuccess) == 0x000020, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, CallFunc_GetForwardVector_ReturnValue) == 0x000024, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::CallFunc_GetForwardVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000030, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, CallFunc_Subtract_VectorVector_ReturnValue) == 0x00003C, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::CallFunc_Subtract_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, CallFunc_VSize_ReturnValue) == 0x000048, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, CallFunc_Normal_ReturnValue) == 0x00004C, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::CallFunc_Normal_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, CallFunc_Dot_VectorVector_ReturnValue) == 0x000058, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::CallFunc_Dot_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_UpdateCameraPullingState, CallFunc_DegAcos_ReturnValue) == 0x00005C, "Member 'BP_GuidedPointOfInterest_C_UpdateCameraPullingState::CallFunc_DegAcos_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_GetClampedFOVInDuration \ static_assert(alignof(BP_GuidedPointOfInterest_C_GetClampedFOVInDuration) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_GetClampedFOVInDuration"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_GetClampedFOVInDuration) == 0x000014, "Wrong size on BP_GuidedPointOfInterest_C_GetClampedFOVInDuration"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetClampedFOVInDuration, OutTLDuration) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_GetClampedFOVInDuration::OutTLDuration' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetClampedFOVInDuration, CallFunc_FMax_ReturnValue) == 0x000004, "Member 'BP_GuidedPointOfInterest_C_GetClampedFOVInDuration::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetClampedFOVInDuration, CallFunc_FMin_ReturnValue) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_GetClampedFOVInDuration::CallFunc_FMin_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetClampedFOVInDuration, CallFunc_FMax_ReturnValue_1) == 0x00000C, "Member 'BP_GuidedPointOfInterest_C_GetClampedFOVInDuration::CallFunc_FMax_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetClampedFOVInDuration, CallFunc_Less_FloatFloat_ReturnValue) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_GetClampedFOVInDuration::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_GetClampedFOVOutDuration \ static_assert(alignof(BP_GuidedPointOfInterest_C_GetClampedFOVOutDuration) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_GetClampedFOVOutDuration"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_GetClampedFOVOutDuration) == 0x000008, "Wrong size on BP_GuidedPointOfInterest_C_GetClampedFOVOutDuration"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetClampedFOVOutDuration, OutTLDuration) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_GetClampedFOVOutDuration::OutTLDuration' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetClampedFOVOutDuration, CallFunc_FMax_ReturnValue) == 0x000004, "Member 'BP_GuidedPointOfInterest_C_GetClampedFOVOutDuration::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed \ static_assert(alignof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed) == 0x000078, "Wrong size on BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed, CallFunc_GetPathName_ReturnValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed::CallFunc_GetPathName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed, CallFunc_Concat_StrStr_ReturnValue) == 0x000020, "Member 'BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000030, "Member 'BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000038, "Member 'BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000048, "Member 'BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed, CallFunc_IsValid_ReturnValue) == 0x000058, "Member 'BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000059, "Member 'BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed, CallFunc_Not_PreBool_ReturnValue) == 0x00005A, "Member 'BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed, CallFunc_StartPlayerSpeed_ReturnValue) == 0x00005C, "Member 'BP_GuidedPointOfInterest_C_StartViewPullPlayerSpeed::CallFunc_StartPlayerSpeed_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed \ static_assert(alignof(BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed) == 0x000040, "Wrong size on BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed, K2Node_MakeStruct_ActiveGameplayEffectHandle) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed::K2Node_MakeStruct_ActiveGameplayEffectHandle' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed, CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue) == 0x000018, "Member 'BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed::CallFunc_Conv_ActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed, CallFunc_Concat_StrStr_ReturnValue) == 0x000028, "Member 'BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed, CallFunc_StopPlayerSpeed_ReturnValue) == 0x000038, "Member 'BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed::CallFunc_StopPlayerSpeed_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed, CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue) == 0x000039, "Member 'BP_GuidedPointOfInterest_C_StopViewPullPlayerSpeed::CallFunc_IsValidActiveGameplayEffectHandle_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space \ static_assert(alignof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space) == 0x0003C8, "Wrong size on BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, DeltaTime) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::DeltaTime' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, TwoDInputPos) == 0x000004, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::TwoDInputPos' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, LineLength) == 0x00000C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::LineLength' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, UnitRunRise) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::UnitRunRise' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, ScreenMiddle_ScreenSpace) == 0x000018, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::ScreenMiddle_ScreenSpace' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, MiddlePointTowardsTarget) == 0x000020, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::MiddlePointTowardsTarget' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, TargetDirection) == 0x00002C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::TargetDirection' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, MiddlePoint) == 0x000038, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::MiddlePoint' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, FallbackYaw) == 0x000044, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::FallbackYaw' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CurrentMovementIntensity) == 0x000048, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CurrentMovementIntensity' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, OriginalYaw) == 0x00004C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::OriginalYaw' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, OriginalPitch) == 0x000050, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::OriginalPitch' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetViewportSize_ReturnValue) == 0x000054, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetViewportSize_ReturnValue_1) == 0x00005C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetViewportSize_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000068, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000070, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_WorldPosition) == 0x000078, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_WorldPosition' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_WorldDirection) == 0x000084, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_WorldDirection' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_ReturnValue) == 0x000090, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_VectorFloat_ReturnValue) == 0x000094, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_VectorFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Add_VectorVector_ReturnValue) == 0x0000A0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Add_VectorVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Add_FloatFloat_ReturnValue) == 0x0000AC, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetDirectionUnitVector_ReturnValue) == 0x0000B0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetDirectionUnitVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Add_VectorVector_ReturnValue_1) == 0x0000BC, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Add_VectorVector_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetViewportSize_ReturnValue_2) == 0x0000C8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetViewportSize_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x0000D0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1) == 0x0000D8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2) == 0x0000E0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x0000E8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetControlRotation_ReturnValue) == 0x0000F0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetControlRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_3) == 0x000100, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_BreakVector2D_X) == 0x000108, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_BreakVector2D_Y) == 0x00010C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetControlRotation_ReturnValue_1) == 0x000110, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetControlRotation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00011C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_BreakRotator_Roll) == 0x000120, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_BreakRotator_Roll' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_BreakRotator_Pitch) == 0x000124, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_BreakRotator_Pitch' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_BreakRotator_Yaw) == 0x000128, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_BreakRotator_Yaw' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00012C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_IsWorldPositionInViewport_ScreenPosition) == 0x000130, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_IsWorldPositionInViewport_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_IsWorldPositionInViewport_ReturnValue) == 0x000138, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_IsWorldPositionInViewport_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x00013C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_MakeRotator_ReturnValue) == 0x000140, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_MakeRotator_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_RInterpTo_ReturnValue) == 0x00014C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_RInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetDeadZoneParams_ReturnValue) == 0x000158, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetDeadZoneParams_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x000160, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Divide_Vector2DVector2D_ReturnValue_1) == 0x000168, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Divide_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_BreakVector2D_X_1) == 0x000170, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_BreakVector2D_Y_1) == 0x000174, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetAbs2D_ReturnValue) == 0x000178, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetAbs2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetMin2D_ReturnValue) == 0x000180, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetMin2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_Vector2DFloat_ReturnValue_2) == 0x000184, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_Vector2DFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Subtract_Vector2DVector2D_ReturnValue) == 0x00018C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Subtract_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000194, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetViewportSize_ReturnValue_3) == 0x000198, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetViewportSize_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_4) == 0x0001A0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_ProjectWorldToScreen_ScreenPosition) == 0x0001A8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_ProjectWorldToScreen_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_ProjectWorldToScreen_ReturnValue) == 0x0001B0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_ProjectWorldToScreen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera) == 0x0001B8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Divide_Vector2DVector2D_ReturnValue_2) == 0x0001C0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Divide_Vector2DVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x0001C8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Subtract_Vector2DFloat_ReturnValue) == 0x0001D4, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Subtract_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Vector_Distance_ReturnValue) == 0x0001DC, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Vector_Distance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_BreakVector2D_X_2) == 0x0001E0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_BreakVector2D_Y_2) == 0x0001E4, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetViewportSize_ReturnValue_4) == 0x0001E8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetViewportSize_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_SignOfFloat_ReturnValue) == 0x0001F0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Abs_ReturnValue) == 0x0001F4, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_SignOfFloat_ReturnValue_1) == 0x0001F8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_SignOfFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_MapRangeClamped_ReturnValue) == 0x0001FC, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Abs_ReturnValue_1) == 0x000200, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Abs_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_5) == 0x000208, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_MapRangeClamped_ReturnValue_1) == 0x000210, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_MapRangeClamped_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetFloatValue_ReturnValue) == 0x000214, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetFloatValue_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_ClampAbsolute_ReturnValue) == 0x000218, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_ClampAbsolute_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_FloatFloat_ReturnValue_2) == 0x00021C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_ClampAbsolute_ReturnValue_1) == 0x000220, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_ClampAbsolute_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_MakeVector2D_ReturnValue) == 0x000224, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_Vector2DFloat_ReturnValue_3) == 0x00022C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_Vector2DFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Add_Vector2DVector2D_ReturnValue) == 0x000234, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Add_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_6) == 0x000240, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_BreakVector2D_X_3) == 0x000248, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_BreakVector2D_Y_3) == 0x00024C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_ClampAbsolute_ReturnValue_2) == 0x000250, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_ClampAbsolute_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_WorldPosition_1) == 0x000254, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_WorldPosition_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_WorldDirection_1) == 0x000260, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_WorldDirection_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_ReturnValue_1) == 0x00026C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_ClampAbsolute_ReturnValue_3) == 0x000270, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_ClampAbsolute_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_7) == 0x000278, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_MakeVector2D_ReturnValue_1) == 0x000280, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x000288, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_VInterpTo_ReturnValue) == 0x000290, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_VInterpTo_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_1) == 0x0002A0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x0002A8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Vector_Distance_ReturnValue_1) == 0x0002B4, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Vector_Distance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetViewportSize_ReturnValue_5) == 0x0002B8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetViewportSize_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_8) == 0x0002C0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_Vector2DVector2D_ReturnValue_1) == 0x0002C8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_WorldPosition_2) == 0x0002D0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_WorldPosition_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_WorldDirection_2) == 0x0002DC, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_WorldDirection_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_ReturnValue_2) == 0x0002E8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_VectorFloat_ReturnValue_1) == 0x0002EC, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_VectorFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_ProjectWorldToScreen_ScreenPosition_1) == 0x0002F8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_ProjectWorldToScreen_ScreenPosition_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_ProjectWorldToScreen_ReturnValue_1) == 0x000300, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_ProjectWorldToScreen_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Add_VectorVector_ReturnValue_2) == 0x000304, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Add_VectorVector_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Subtract_Vector2DVector2D_ReturnValue_1) == 0x000310, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Subtract_Vector2DVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_2) == 0x000318, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetCachedCorePlayerCamera_CachedCorePlayerCamera_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_K2_GetComponentLocation_ReturnValue_2) == 0x000320, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_K2_GetComponentLocation_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Vector_Distance_ReturnValue_2) == 0x00032C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Vector_Distance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_VectorFloat_ReturnValue_2) == 0x000330, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_VectorFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Add_VectorVector_ReturnValue_3) == 0x00033C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Add_VectorVector_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_WorldPosition_3) == 0x000348, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_WorldPosition_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_WorldDirection_3) == 0x000354, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_WorldDirection_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_DeprojectScreenToWorld_ReturnValue_3) == 0x000360, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_DeprojectScreenToWorld_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_VectorFloat_ReturnValue_3) == 0x000364, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_VectorFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Add_VectorVector_ReturnValue_4) == 0x000370, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Add_VectorVector_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetFloatValue_ReturnValue_1) == 0x00037C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetFloatValue_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000380, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Divide_FloatFloat_ReturnValue) == 0x000384, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Divide_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_MakeVector2D_ReturnValue_2) == 0x000388, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_GetFloatValue_ReturnValue_2) == 0x000390, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_GetFloatValue_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Multiply_Vector2DFloat_ReturnValue_4) == 0x000394, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Multiply_Vector2DFloat_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Lerp_ReturnValue) == 0x00039C, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_ClampAbsolute_ReturnValue_4) == 0x0003A0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_ClampAbsolute_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_ClampAbsolute_ReturnValue_5) == 0x0003A4, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_ClampAbsolute_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_MakeVector2D_ReturnValue_3) == 0x0003A8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_IsTargetInDeadZone_ReturnValue) == 0x0003B0, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_IsTargetInDeadZone_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Not_PreBool_ReturnValue) == 0x0003B1, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_Add_FloatFloat_ReturnValue_3) == 0x0003B4, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_Add_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space, CallFunc_K2_GetComponentLocation_ReturnValue_3) == 0x0003B8, "Member 'BP_GuidedPointOfInterest_C_Focus_Update_Screen_Space::CallFunc_K2_GetComponentLocation_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_GetCurrentGPOIState \ static_assert(alignof(BP_GuidedPointOfInterest_C_GetCurrentGPOIState) == 0x000001, "Wrong alignment on BP_GuidedPointOfInterest_C_GetCurrentGPOIState"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_GetCurrentGPOIState) == 0x000001, "Wrong size on BP_GuidedPointOfInterest_C_GetCurrentGPOIState"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetCurrentGPOIState, CurrentGPOIState_0) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_GetCurrentGPOIState::CurrentGPOIState_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_GetDeadZoneParams \ static_assert(alignof(BP_GuidedPointOfInterest_C_GetDeadZoneParams) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_GetDeadZoneParams"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_GetDeadZoneParams) == 0x000010, "Wrong size on BP_GuidedPointOfInterest_C_GetDeadZoneParams"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetDeadZoneParams, ReturnValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_GetDeadZoneParams::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetDeadZoneParams, CallFunc_MakeVector2D_ReturnValue) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_GetDeadZoneParams::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_Update_Zone_Debug_Widget \ static_assert(alignof(BP_GuidedPointOfInterest_C_Update_Zone_Debug_Widget) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_Update_Zone_Debug_Widget"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_Update_Zone_Debug_Widget) == 0x000014, "Wrong size on BP_GuidedPointOfInterest_C_Update_Zone_Debug_Widget"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Update_Zone_Debug_Widget, CallFunc_GetDeadZoneParams_ReturnValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_Update_Zone_Debug_Widget::CallFunc_GetDeadZoneParams_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Update_Zone_Debug_Widget, CallFunc_IsValid_ReturnValue) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_Update_Zone_Debug_Widget::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_Update_Zone_Debug_Widget, CallFunc_GetViewportSize_ReturnValue) == 0x00000C, "Member 'BP_GuidedPointOfInterest_C_Update_Zone_Debug_Widget::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_ClampAbsolute \ static_assert(alignof(BP_GuidedPointOfInterest_C_ClampAbsolute) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_ClampAbsolute"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_ClampAbsolute) == 0x000020, "Wrong size on BP_GuidedPointOfInterest_C_ClampAbsolute"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ClampAbsolute, InValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_ClampAbsolute::InValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ClampAbsolute, Min) == 0x000004, "Member 'BP_GuidedPointOfInterest_C_ClampAbsolute::Min' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ClampAbsolute, Max) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_ClampAbsolute::Max' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ClampAbsolute, ReturnValue) == 0x00000C, "Member 'BP_GuidedPointOfInterest_C_ClampAbsolute::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ClampAbsolute, CallFunc_Abs_ReturnValue) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_ClampAbsolute::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ClampAbsolute, CallFunc_SignOfFloat_ReturnValue) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_ClampAbsolute::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ClampAbsolute, CallFunc_FClamp_ReturnValue) == 0x000018, "Member 'BP_GuidedPointOfInterest_C_ClampAbsolute::CallFunc_FClamp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ClampAbsolute, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00001C, "Member 'BP_GuidedPointOfInterest_C_ClampAbsolute::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_MapClampedAbsolute \ static_assert(alignof(BP_GuidedPointOfInterest_C_MapClampedAbsolute) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_MapClampedAbsolute"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_MapClampedAbsolute) == 0x000028, "Wrong size on BP_GuidedPointOfInterest_C_MapClampedAbsolute"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_MapClampedAbsolute, InValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_MapClampedAbsolute::InValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_MapClampedAbsolute, InRangeA) == 0x000004, "Member 'BP_GuidedPointOfInterest_C_MapClampedAbsolute::InRangeA' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_MapClampedAbsolute, InRangeB) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_MapClampedAbsolute::InRangeB' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_MapClampedAbsolute, OutRangeA) == 0x00000C, "Member 'BP_GuidedPointOfInterest_C_MapClampedAbsolute::OutRangeA' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_MapClampedAbsolute, OutRangeB) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_MapClampedAbsolute::OutRangeB' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_MapClampedAbsolute, ReturnValue) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_MapClampedAbsolute::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_MapClampedAbsolute, CallFunc_Abs_ReturnValue) == 0x000018, "Member 'BP_GuidedPointOfInterest_C_MapClampedAbsolute::CallFunc_Abs_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_MapClampedAbsolute, CallFunc_SignOfFloat_ReturnValue) == 0x00001C, "Member 'BP_GuidedPointOfInterest_C_MapClampedAbsolute::CallFunc_SignOfFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_MapClampedAbsolute, CallFunc_MapRangeClamped_ReturnValue) == 0x000020, "Member 'BP_GuidedPointOfInterest_C_MapClampedAbsolute::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_MapClampedAbsolute, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000024, "Member 'BP_GuidedPointOfInterest_C_MapClampedAbsolute::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_IsWorldPositionInViewport \ static_assert(alignof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_IsWorldPositionInViewport"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport) == 0x000058, "Wrong size on BP_GuidedPointOfInterest_C_IsWorldPositionInViewport"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, WorldPosition) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::WorldPosition' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, ScreenPosition) == 0x00000C, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, ReturnValue) == 0x000014, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, MappedPos) == 0x000018, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::MappedPos' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, CallFunc_GetViewportSize_ReturnValue) == 0x000020, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, CallFunc_BreakVector2D_X) == 0x000028, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, CallFunc_BreakVector2D_Y) == 0x00002C, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000030, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000038, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, CallFunc_ProjectWorldToScreen_ScreenPosition) == 0x00003C, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::CallFunc_ProjectWorldToScreen_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, CallFunc_ProjectWorldToScreen_ReturnValue) == 0x000044, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::CallFunc_ProjectWorldToScreen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000048, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsWorldPositionInViewport, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x000050, "Member 'BP_GuidedPointOfInterest_C_IsWorldPositionInViewport::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone \ static_assert(alignof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone) == 0x0001B8, "Wrong size on BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, Direction) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::Direction' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, OutIntersectionPoint) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::OutIntersectionPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, LocIntersectionPoint) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::LocIntersectionPoint' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, Ty) == 0x000018, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::Ty' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, Tx) == 0x00001C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::Tx' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, HalfDeadzone2D) == 0x000020, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::HalfDeadzone2D' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, LocCenter) == 0x000028, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::LocCenter' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, LocViewportSize) == 0x000030, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::LocViewportSize' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_Multiply_Vector2DFloat_ReturnValue) == 0x000038, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_Multiply_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X) == 0x000040, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y) == 0x000044, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_1) == 0x000048, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_1) == 0x00004C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_2) == 0x000050, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_2) == 0x000054, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_3) == 0x000058, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_3) == 0x00005C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue) == 0x000060, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_LessEqual_FloatFloat_ReturnValue) == 0x000064, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_LessEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_4) == 0x000068, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_4) == 0x00006C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000070, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_5) == 0x000074, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_5) == 0x000078, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_6) == 0x00007C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_6) == 0x000080, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue_1) == 0x000084, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_Less_FloatFloat_ReturnValue) == 0x000088, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_Less_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue_2) == 0x00008C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_MakeVector2D_ReturnValue) == 0x000090, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_MakeVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_7) == 0x000098, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_7) == 0x00009C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_8) == 0x0000A0, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_8) == 0x0000A4, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_9) == 0x0000A8, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_9' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_9) == 0x0000AC, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_9' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_10) == 0x0000B0, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_10' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_10) == 0x0000B4, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_10' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_11) == 0x0000B8, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_11' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_11) == 0x0000BC, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_11' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_12) == 0x0000C0, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_12' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_12) == 0x0000C4, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_12' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue_3) == 0x0000C8, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_LessEqual_FloatFloat_ReturnValue_1) == 0x0000CC, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_LessEqual_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_13) == 0x0000D0, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_13' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_13) == 0x0000D4, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_13' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_14) == 0x0000D8, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_14' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_14) == 0x0000DC, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_14' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_15) == 0x0000E0, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_15' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_15) == 0x0000E4, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_15' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue_4) == 0x0000E8, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_Greater_FloatFloat_ReturnValue) == 0x0000EC, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue_5) == 0x0000F0, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_MakeVector2D_ReturnValue_1) == 0x0000F4, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_MakeVector2D_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_16) == 0x0000FC, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_16' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_16) == 0x000100, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_16' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_17) == 0x000104, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_17' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_17) == 0x000108, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_17' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue_6) == 0x00010C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_18) == 0x000110, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_18' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_18) == 0x000114, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_18' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_LessEqual_FloatFloat_ReturnValue_2) == 0x000118, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_LessEqual_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_19) == 0x00011C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_19' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_19) == 0x000120, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_19' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_Multiply_FloatFloat_ReturnValue_3) == 0x000124, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_Multiply_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_20) == 0x000128, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_20' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_20) == 0x00012C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_20' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue_7) == 0x000130, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_21) == 0x000134, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_21' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_21) == 0x000138, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_21' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue_8) == 0x00013C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_Less_FloatFloat_ReturnValue_1) == 0x000140, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_Less_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_MakeVector2D_ReturnValue_2) == 0x000144, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_MakeVector2D_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_22) == 0x00014C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_22' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_22) == 0x000150, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_22' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_23) == 0x000154, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_23' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_23) == 0x000158, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_23' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_24) == 0x00015C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_24' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_24) == 0x000160, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_24' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue_9) == 0x000164, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_LessEqual_FloatFloat_ReturnValue_3) == 0x000168, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_LessEqual_FloatFloat_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_25) == 0x00016C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_25' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_25) == 0x000170, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_25' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_26) == 0x000174, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_26' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_26) == 0x000178, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_26' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue_10) == 0x00017C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue_10' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_X_27) == 0x000180, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_X_27' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_BreakVector2D_Y_27) == 0x000184, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_BreakVector2D_Y_27' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, K2Node_MathExpression_ReturnValue_11) == 0x000188, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::K2Node_MathExpression_ReturnValue_11' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_Greater_FloatFloat_ReturnValue_1) == 0x00018C, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_Greater_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_MakeVector2D_ReturnValue_3) == 0x000190, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_MakeVector2D_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_GetDeadZoneParams_ReturnValue) == 0x000198, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_GetDeadZoneParams_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_GetViewportSize_ReturnValue) == 0x0001A0, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_Multiply_Vector2DFloat_ReturnValue_1) == 0x0001A8, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_Multiply_Vector2DFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone, CallFunc_Multiply_Vector2DVector2D_ReturnValue) == 0x0001B0, "Member 'BP_GuidedPointOfInterest_C_CalculateIntersecDeadzone::CallFunc_Multiply_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation \ static_assert(alignof(BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation) == 0x000004, "Wrong alignment on BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation) == 0x0000AC, "Wrong size on BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x00000C, "Member 'BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation, CallFunc_FindLookAtRotation_ReturnValue) == 0x000018, "Member 'BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation::CallFunc_FindLookAtRotation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation, CallFunc_K2_SetWorldRotation_SweepHitResult) == 0x000024, "Member 'BP_GuidedPointOfInterest_C_GetEstimatedPreviewRotation::CallFunc_K2_SetWorldRotation_SweepHitResult' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_ResetIgnoreInput \ static_assert(alignof(BP_GuidedPointOfInterest_C_ResetIgnoreInput) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_ResetIgnoreInput"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_ResetIgnoreInput) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_ResetIgnoreInput"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ResetIgnoreInput, CallFunc_Not_PreBool_ReturnValue) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_ResetIgnoreInput::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ResetIgnoreInput, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_ResetIgnoreInput::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_ResetIgnoreInput, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_ResetIgnoreInput::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_SetIgnoreInput \ static_assert(alignof(BP_GuidedPointOfInterest_C_SetIgnoreInput) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_SetIgnoreInput"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_SetIgnoreInput) == 0x000010, "Wrong size on BP_GuidedPointOfInterest_C_SetIgnoreInput"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_SetIgnoreInput, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_SetIgnoreInput::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_SetIgnoreInput, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_SetIgnoreInput::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_HandleBlockInteract \ static_assert(alignof(BP_GuidedPointOfInterest_C_HandleBlockInteract) == 0x000008, "Wrong alignment on BP_GuidedPointOfInterest_C_HandleBlockInteract"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_HandleBlockInteract) == 0x000018, "Wrong size on BP_GuidedPointOfInterest_C_HandleBlockInteract"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_HandleBlockInteract, InCanInteract) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_HandleBlockInteract::InCanInteract' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_HandleBlockInteract, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'BP_GuidedPointOfInterest_C_HandleBlockInteract::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_HandleBlockInteract, CallFunc_Not_PreBool_ReturnValue) == 0x000010, "Member 'BP_GuidedPointOfInterest_C_HandleBlockInteract::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_GuidedPointOfInterest_C_IsPullingView \ static_assert(alignof(BP_GuidedPointOfInterest_C_IsPullingView) == 0x000001, "Wrong alignment on BP_GuidedPointOfInterest_C_IsPullingView"); \ static_assert(sizeof(BP_GuidedPointOfInterest_C_IsPullingView) == 0x000001, "Wrong size on BP_GuidedPointOfInterest_C_IsPullingView"); \ static_assert(offsetof(BP_GuidedPointOfInterest_C_IsPullingView, Result) == 0x000000, "Member 'BP_GuidedPointOfInterest_C_IsPullingView::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_GuidedPointOfInterest_C \ static_assert(alignof(ABP_GuidedPointOfInterest_C) == 0x000008, "Wrong alignment on ABP_GuidedPointOfInterest_C"); \ static_assert(sizeof(ABP_GuidedPointOfInterest_C) == 0x000650, "Wrong size on ABP_GuidedPointOfInterest_C"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, UberGraphFrame_BP_GuidedPointOfInterest_C) == 0x000418, "Member 'ABP_GuidedPointOfInterest_C::UberGraphFrame_BP_GuidedPointOfInterest_C' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, BPC_GPOIUpdate) == 0x000420, "Member 'ABP_GuidedPointOfInterest_C::BPC_GPOIUpdate' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, GPOIBillboard) == 0x000428, "Member 'ABP_GuidedPointOfInterest_C::GPOIBillboard' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, LookAtTarget) == 0x000430, "Member 'ABP_GuidedPointOfInterest_C::LookAtTarget' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, CameraComp) == 0x000438, "Member 'ABP_GuidedPointOfInterest_C::CameraComp' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, GPIAudio) == 0x000440, "Member 'ABP_GuidedPointOfInterest_C::GPIAudio' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, TL_InputRateEaseIn_Up_F6A4E8E94F461A826AFB44B90ADB0B63) == 0x000448, "Member 'ABP_GuidedPointOfInterest_C::TL_InputRateEaseIn_Up_F6A4E8E94F461A826AFB44B90ADB0B63' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, TL_InputRateEaseIn_Down_F6A4E8E94F461A826AFB44B90ADB0B63) == 0x00044C, "Member 'ABP_GuidedPointOfInterest_C::TL_InputRateEaseIn_Down_F6A4E8E94F461A826AFB44B90ADB0B63' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, TL_InputRateEaseIn__Direction_F6A4E8E94F461A826AFB44B90ADB0B63) == 0x000450, "Member 'ABP_GuidedPointOfInterest_C::TL_InputRateEaseIn__Direction_F6A4E8E94F461A826AFB44B90ADB0B63' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, TL_InputRateEaseIn) == 0x000458, "Member 'ABP_GuidedPointOfInterest_C::TL_InputRateEaseIn' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, FOV_Change_Timeline_FOV_Track_98E07FEC4B3F85BD9B47D687874916D2) == 0x000460, "Member 'ABP_GuidedPointOfInterest_C::FOV_Change_Timeline_FOV_Track_98E07FEC4B3F85BD9B47D687874916D2' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, FOV_Change_Timeline__Direction_98E07FEC4B3F85BD9B47D687874916D2) == 0x000464, "Member 'ABP_GuidedPointOfInterest_C::FOV_Change_Timeline__Direction_98E07FEC4B3F85BD9B47D687874916D2' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, FOV_Change_Timeline) == 0x000468, "Member 'ABP_GuidedPointOfInterest_C::FOV_Change_Timeline' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, TotalPullDuration) == 0x000470, "Member 'ABP_GuidedPointOfInterest_C::TotalPullDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, IsChangingFOV) == 0x000474, "Member 'ABP_GuidedPointOfInterest_C::IsChangingFOV' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PrevFOV) == 0x000478, "Member 'ABP_GuidedPointOfInterest_C::PrevFOV' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, ChangeFOV) == 0x00047C, "Member 'ABP_GuidedPointOfInterest_C::ChangeFOV' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, TargetFOVGPI) == 0x000480, "Member 'ABP_GuidedPointOfInterest_C::TargetFOVGPI' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, FOV_Change_Timeline_Duration) == 0x000484, "Member 'ABP_GuidedPointOfInterest_C::FOV_Change_Timeline_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, Reverse_FOV_Duration) == 0x000488, "Member 'ABP_GuidedPointOfInterest_C::Reverse_FOV_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, Is_Proximity_Triggered) == 0x00048C, "Member 'ABP_GuidedPointOfInterest_C::Is_Proximity_Triggered' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, EOEventsPullViewBegan) == 0x000490, "Member 'ABP_GuidedPointOfInterest_C::EOEventsPullViewBegan' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, EOEventsPullViewFinished) == 0x0004A0, "Member 'ABP_GuidedPointOfInterest_C::EOEventsPullViewFinished' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, DisablePlayerCharacterMovement) == 0x0004B0, "Member 'ABP_GuidedPointOfInterest_C::DisablePlayerCharacterMovement' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, ShouldPull) == 0x0004B1, "Member 'ABP_GuidedPointOfInterest_C::ShouldPull' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PullViewTimer) == 0x0004B8, "Member 'ABP_GuidedPointOfInterest_C::PullViewTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PullViewBlendOutStartingRot) == 0x0004C0, "Member 'ABP_GuidedPointOfInterest_C::PullViewBlendOutStartingRot' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, CurrPullViewRot) == 0x0004CC, "Member 'ABP_GuidedPointOfInterest_C::CurrPullViewRot' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, EnablePullResistance) == 0x0004D8, "Member 'ABP_GuidedPointOfInterest_C::EnablePullResistance' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PullResistance_MaxAngle) == 0x0004DC, "Member 'ABP_GuidedPointOfInterest_C::PullResistance_MaxAngle' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PullResistance_MaxDistance) == 0x0004E0, "Member 'ABP_GuidedPointOfInterest_C::PullResistance_MaxDistance' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PullResistance_StartDelay) == 0x0004E4, "Member 'ABP_GuidedPointOfInterest_C::PullResistance_StartDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, TurnRightValue) == 0x0004E8, "Member 'ABP_GuidedPointOfInterest_C::TurnRightValue' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, LookUpValue) == 0x0004EC, "Member 'ABP_GuidedPointOfInterest_C::LookUpValue' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, GamePadMultiplier) == 0x0004F0, "Member 'ABP_GuidedPointOfInterest_C::GamePadMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, MouseMultiplier) == 0x0004F4, "Member 'ABP_GuidedPointOfInterest_C::MouseMultiplier' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, DefaultMovementIntensity) == 0x0004F8, "Member 'ABP_GuidedPointOfInterest_C::DefaultMovementIntensity' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, TargetPosition) == 0x0004FC, "Member 'ABP_GuidedPointOfInterest_C::TargetPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, CurrentFocusPosition) == 0x000508, "Member 'ABP_GuidedPointOfInterest_C::CurrentFocusPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, bGPOIDebugMode) == 0x000514, "Member 'ABP_GuidedPointOfInterest_C::bGPOIDebugMode' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, TargetInterpSpeed) == 0x000518, "Member 'ABP_GuidedPointOfInterest_C::TargetInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, CameraInterpSpeedSubtraction) == 0x00051C, "Member 'ABP_GuidedPointOfInterest_C::CameraInterpSpeedSubtraction' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, bEnableDistanceScaling) == 0x000520, "Member 'ABP_GuidedPointOfInterest_C::bEnableDistanceScaling' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, DistanceScaling_DistanceRange) == 0x000524, "Member 'ABP_GuidedPointOfInterest_C::DistanceScaling_DistanceRange' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, DistanceScaling_IntensityRange) == 0x00052C, "Member 'ABP_GuidedPointOfInterest_C::DistanceScaling_IntensityRange' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, bUseTargetLocation) == 0x000534, "Member 'ABP_GuidedPointOfInterest_C::bUseTargetLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, CurrentLookAtCamera) == 0x000538, "Member 'ABP_GuidedPointOfInterest_C::CurrentLookAtCamera' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, CurrentPullDuration) == 0x000540, "Member 'ABP_GuidedPointOfInterest_C::CurrentPullDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, InitGlobalInputRate) == 0x000544, "Member 'ABP_GuidedPointOfInterest_C::InitGlobalInputRate' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, InputIntensityScaler) == 0x000548, "Member 'ABP_GuidedPointOfInterest_C::InputIntensityScaler' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, RegisteredStartPullCameraEOEvent_) == 0x000550, "Member 'ABP_GuidedPointOfInterest_C::RegisteredStartPullCameraEOEvent_' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, RegisteredEndPullCameraEOEvent) == 0x000558, "Member 'ABP_GuidedPointOfInterest_C::RegisteredEndPullCameraEOEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PullStartDelay) == 0x000560, "Member 'ABP_GuidedPointOfInterest_C::PullStartDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PlayerSpeedOnPullView) == 0x000568, "Member 'ABP_GuidedPointOfInterest_C::PlayerSpeedOnPullView' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PlayerSpeedEffectHandle) == 0x0005A0, "Member 'ABP_GuidedPointOfInterest_C::PlayerSpeedEffectHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, bCancelPlayerCrouch) == 0x0005B8, "Member 'ABP_GuidedPointOfInterest_C::bCancelPlayerCrouch' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, CachedCameraLocation) == 0x0005BC, "Member 'ABP_GuidedPointOfInterest_C::CachedCameraLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, StartedPulling) == 0x0005C8, "Member 'ABP_GuidedPointOfInterest_C::StartedPulling' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, DeadZoneWidth) == 0x0005CC, "Member 'ABP_GuidedPointOfInterest_C::DeadZoneWidth' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, DeadZoneHeight) == 0x0005D0, "Member 'ABP_GuidedPointOfInterest_C::DeadZoneHeight' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, CurrentGPOIState) == 0x0005D4, "Member 'ABP_GuidedPointOfInterest_C::CurrentGPOIState' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, ZoneDebugWidget) == 0x0005D8, "Member 'ABP_GuidedPointOfInterest_C::ZoneDebugWidget' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, bEnableDeadZone) == 0x0005E0, "Member 'ABP_GuidedPointOfInterest_C::bEnableDeadZone' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PrevPitchInput) == 0x0005E4, "Member 'ABP_GuidedPointOfInterest_C::PrevPitchInput' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PrevYawInput) == 0x0005E8, "Member 'ABP_GuidedPointOfInterest_C::PrevYawInput' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, CurrentPitchInput) == 0x0005EC, "Member 'ABP_GuidedPointOfInterest_C::CurrentPitchInput' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, CurrentYawInput) == 0x0005F0, "Member 'ABP_GuidedPointOfInterest_C::CurrentYawInput' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PrevFocusPosition) == 0x0005F4, "Member 'ABP_GuidedPointOfInterest_C::PrevFocusPosition' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, TargetInput) == 0x000600, "Member 'ABP_GuidedPointOfInterest_C::TargetInput' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, TimeInDeadZone) == 0x000608, "Member 'ABP_GuidedPointOfInterest_C::TimeInDeadZone' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, DampCurve) == 0x000610, "Member 'ABP_GuidedPointOfInterest_C::DampCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PullCurve) == 0x000618, "Member 'ABP_GuidedPointOfInterest_C::PullCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, bEnableLargeAngleEaseIn) == 0x000620, "Member 'ABP_GuidedPointOfInterest_C::bEnableLargeAngleEaseIn' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, PrevFocus2DPos) == 0x000624, "Member 'ABP_GuidedPointOfInterest_C::PrevFocus2DPos' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, CurFocus2DPos) == 0x00062C, "Member 'ABP_GuidedPointOfInterest_C::CurFocus2DPos' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, InputMovementCurve) == 0x000638, "Member 'ABP_GuidedPointOfInterest_C::InputMovementCurve' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, bEndPullOnceReached) == 0x000640, "Member 'ABP_GuidedPointOfInterest_C::bEndPullOnceReached' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, DampDuration) == 0x000644, "Member 'ABP_GuidedPointOfInterest_C::DampDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, bScaleInputProportionalToInterpSpeed) == 0x000648, "Member 'ABP_GuidedPointOfInterest_C::bScaleInputProportionalToInterpSpeed' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, bInputIgnoreResetHandled) == 0x000649, "Member 'ABP_GuidedPointOfInterest_C::bInputIgnoreResetHandled' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, bBlockInteractInPullView) == 0x00064A, "Member 'ABP_GuidedPointOfInterest_C::bBlockInteractInPullView' has a wrong offset!"); \ static_assert(offsetof(ABP_GuidedPointOfInterest_C, bBlockInteractHandled) == 0x00064B, "Member 'ABP_GuidedPointOfInterest_C::bBlockInteractHandled' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager \ static_assert(alignof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager"); \ static_assert(sizeof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager) == 0x000A18, "Wrong size on BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, EntryPoint) == 0x000000, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Not_PreBool_ReturnValue) == 0x000004, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_21) == 0x000008, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_21' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_21) == 0x000010, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_21' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate) == 0x000018, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Start_Synesthesia_Tracking) == 0x000028, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Start_Synesthesia_Tracking' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess) == 0x000030, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CustomEvent_Envelope) == 0x000038, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CustomEvent_Envelope' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_SwitchEnum_CmpSuccess) == 0x000048, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Get_Item) == 0x00004C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Get_Item_1) == 0x000050, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Length_ReturnValue) == 0x000054, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_FloatFloat_ReturnValue) == 0x000058, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00005C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000060, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_22) == 0x000068, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_22' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_22) == 0x000070, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_22' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CustomEvent_PlayingSoundWave) == 0x000078, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CustomEvent_PlayingSoundWave' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CustomEvent_PlaybackPercent) == 0x000080, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CustomEvent_PlaybackPercent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Play_Dialogue) == 0x000088, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Play_Dialogue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_1) == 0x000090, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Multiply_FloatFloat_ReturnValue_1) == 0x000094, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Multiply_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetLoudnessAtTime_OutLoudness) == 0x000098, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetLoudnessAtTime_OutLoudness' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_SwitchEnum_CmpSuccess_1) == 0x00009C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_SwitchEnum_CmpSuccess_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_MapRangeClamped_ReturnValue) == 0x0000A0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_MapRangeClamped_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_1) == 0x0000A4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_20) == 0x0000B8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_20' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_20) == 0x0000C0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_20' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Roomtone_Manager) == 0x0000C8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Roomtone_Manager' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_2) == 0x0000D0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_23) == 0x0000D8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_23' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_23) == 0x0000E0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_23' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Sound_Mix_Class_Override) == 0x0000E8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Sound_Mix_Class_Override' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_3) == 0x0000F0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_2) == 0x0000F4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsPlaying_ReturnValue) == 0x000104, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsPlaying_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_EqualEqual_ObjectObject_ReturnValue) == 0x000105, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_EqualEqual_ObjectObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsPlaying_ReturnValue_1) == 0x000106, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsPlaying_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_EqualEqual_ObjectObject_ReturnValue_1) == 0x000107, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_EqualEqual_ObjectObject_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_3) == 0x000108, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_19) == 0x000118, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_19' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_19) == 0x000120, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_19' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Play_2DSFX) == 0x000128, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Play_2DSFX' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_4) == 0x000130, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CustomEvent_DialogueWave) == 0x000138, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CustomEvent_DialogueWave' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_4) == 0x000140, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_18) == 0x000150, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_18' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_18) == 0x000158, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_18' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Spawn_or_Fade_2DSFX) == 0x000160, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Spawn_or_Fade_2DSFX' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_5) == 0x000168, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_SpawnSound2D_ReturnValue) == 0x000170, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_SpawnSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsValid_ReturnValue) == 0x000178, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_5) == 0x00017C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_6) == 0x00018C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_17) == 0x0001A0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_17' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_17) == 0x0001A8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_17' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Quartz_SFX) == 0x0001B0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Quartz_SFX' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_6) == 0x0001B8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_bool_Has_Been_Initd_Variable) == 0x0001B9, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_7) == 0x0001BC, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_16) == 0x0001D0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_16' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_16) == 0x0001D8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_16' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsPHE_Gameplay_Tag) == 0x0001E0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsPHE_Gameplay_Tag' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_7) == 0x0001E8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_8) == 0x0001EC, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess) == 0x0001FC, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::GameplayTagsK2Node_SwitchGameplayTag_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_15) == 0x000200, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_15' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_15) == 0x000208, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_15' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000210, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Set_Breathing_Locomotion) == 0x000218, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Set_Breathing_Locomotion' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_8) == 0x000220, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCurrentSoundEvent_ReturnValue) == 0x000228, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCurrentSoundEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsCSE_Breathing_Base) == 0x000230, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsCSE_Breathing_Base' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_9) == 0x000238, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_bool_IsClosed_Variable) == 0x000239, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue) == 0x00023C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_K2_GetTimerElapsedTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GreaterEqual_FloatFloat_ReturnValue) == 0x000240, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GreaterEqual_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_CreateEOEvent_ReturnValue) == 0x000248, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000250, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCurrentSoundEvent_ReturnValue_1) == 0x000258, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCurrentSoundEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsCSE_Breathing_Base_1) == 0x000260, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsCSE_Breathing_Base_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_10) == 0x000268, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_24) == 0x000270, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_24' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_24) == 0x000278, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_24' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_9) == 0x000280, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Sound_Mix_Modifier) == 0x000290, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Sound_Mix_Modifier' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_11) == 0x000298, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Length_ReturnValue_1) == 0x00029C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_SwitchEnum_CmpSuccess_2) == 0x0002A0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_SwitchEnum_CmpSuccess_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Length_ReturnValue_2) == 0x0002A4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_Event_DeltaSeconds) == 0x0002A8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_IntInt_ReturnValue) == 0x0002AC, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x0002B0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCurrentSoundEvent_ReturnValue_2) == 0x0002B8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCurrentSoundEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsCSE_Breathing_Base_2) == 0x0002C0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsCSE_Breathing_Base_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_12) == 0x0002C8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3) == 0x0002D0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCurrentSoundEvent_ReturnValue_3) == 0x0002D8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCurrentSoundEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsCSE_Breathing_Base_3) == 0x0002E0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsCSE_Breathing_Base_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_13) == 0x0002E8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_K2_IsValidTimerHandle_ReturnValue) == 0x0002E9, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_K2_IsValidTimerHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4) == 0x0002F0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetVelocity_ReturnValue) == 0x0002F8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_BreakVector_X) == 0x000304, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_BreakVector_X' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_BreakVector_Y) == 0x000308, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_BreakVector_Y' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_BreakVector_Z) == 0x00030C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_BreakVector_Z' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_MakeVector_ReturnValue) == 0x000310, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_MakeVector_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_VSize_ReturnValue) == 0x00031C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Array_Index_Variable) == 0x000320, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Loop_Counter_Variable) == 0x000324, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CreateDelegate_OutputDelegate) == 0x000328, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_IntInt_ReturnValue_1) == 0x000338, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_bool_Variable) == 0x00033C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_bool_Variable_1) == 0x00033D, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_bool_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Not_PreBool_ReturnValue_1) == 0x00033E, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Not_PreBool_ReturnValue_2) == 0x00033F, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Not_PreBool_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Array_Index_Variable_1) == 0x000340, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Loop_Counter_Variable_1) == 0x000344, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_delegate_Variable) == 0x000348, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_delegate_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_IntInt_ReturnValue_2) == 0x000358, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Array_Index_Variable_2) == 0x00035C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Array_Index_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Loop_Counter_Variable_2) == 0x000360, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Loop_Counter_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetWorldSubsystem_ReturnValue) == 0x000368, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetWorldSubsystem_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_IntInt_ReturnValue_3) == 0x000370, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_bool_Variable_2) == 0x000374, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_bool_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Not_PreBool_ReturnValue_3) == 0x000375, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Not_PreBool_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsValid_ReturnValue_1) == 0x000376, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsValid_ReturnValue_2) == 0x000377, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsValid_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_bool_Variable_3) == 0x000378, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_bool_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Not_PreBool_ReturnValue_4) == 0x000379, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Not_PreBool_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_10) == 0x00037C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_5) == 0x000390, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_11) == 0x000398, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_14) == 0x0003A8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_14) == 0x0003B0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Set_Footstep_Additional_Audio) == 0x0003B8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Set_Footstep_Additional_Audio' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_14) == 0x0003C0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_6) == 0x0003C8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_7) == 0x0003D0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_8) == 0x0003D8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_12) == 0x0003E0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_13) == 0x0003F0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_13) == 0x0003F8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Array_Index_Variable_3) == 0x000400, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Array_Index_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Loop_Counter_Variable_3) == 0x000404, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Loop_Counter_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_IntInt_ReturnValue_4) == 0x000408, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Array_Index_Variable_4) == 0x00040C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Array_Index_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Loop_Counter_Variable_4) == 0x000410, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Loop_Counter_Variable_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_IntInt_ReturnValue_5) == 0x000414, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_InputDebugKeyEvent_Key) == 0x000418, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_InputDebugKeyEvent_Key' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_9) == 0x000430, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CreateDelegate_OutputDelegate_1) == 0x000438, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CreateDelegate_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_K2_SetTimerDelegate_ReturnValue) == 0x000448, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_K2_SetTimerDelegate_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_13) == 0x000450, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_13' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_12) == 0x000460, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_12) == 0x000468, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Fade_Out_3DSFX) == 0x000470, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Fade_Out_3DSFX' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_15) == 0x000478, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_15' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_14) == 0x00047C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_14' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_11) == 0x000490, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_11) == 0x000498, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Flip_Flop_SFX) == 0x0004A0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Flip_Flop_SFX' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_16) == 0x0004A8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_16' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_bool_Has_Been_Initd_Variable_1) == 0x0004A9, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_bool_Has_Been_Initd_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Array_Index_Variable_5) == 0x0004AC, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Array_Index_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Get_Item_2) == 0x0004B0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_15) == 0x0004B8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_15' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_10) == 0x0004C8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_10) == 0x0004D0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Sound_Mix_Modifier_Flip_Flop) == 0x0004D8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Sound_Mix_Modifier_Flip_Flop' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_17) == 0x0004E0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_17' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_bool_IsClosed_Variable_1) == 0x0004E1, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_bool_IsClosed_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Get_Item_3) == 0x0004E8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Get_Item_4) == 0x0004F0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Get_Item_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Length_ReturnValue_3) == 0x0004F8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Length_ReturnValue_4) == 0x0004FC, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Length_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Less_IntInt_ReturnValue) == 0x000500, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Less_IntInt_ReturnValue_1) == 0x000501, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Get_Item_5) == 0x000508, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Get_Item_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_SwitchEnum_CmpSuccess_3) == 0x000510, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_SwitchEnum_CmpSuccess_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Get_Item_6) == 0x000518, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Get_Item_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Length_ReturnValue_5) == 0x000520, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Length_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Less_IntInt_ReturnValue_2) == 0x000524, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Length_ReturnValue_6) == 0x000528, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Length_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Less_IntInt_ReturnValue_3) == 0x00052C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_SwitchEnum_CmpSuccess_4) == 0x00052D, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_SwitchEnum_CmpSuccess_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_25) == 0x000530, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_25' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_25) == 0x000538, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_25' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Variable) == 0x000540, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Timer_Prompt) == 0x000548, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Timer_Prompt' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_18) == 0x000550, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_18' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Loop_Counter_Variable_5) == 0x000554, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Loop_Counter_Variable_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetWorldSubsystem_ReturnValue_1) == 0x000558, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetWorldSubsystem_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetHandleForClock_ReturnValue) == 0x000560, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetHandleForClock_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Less_IntInt_ReturnValue_4) == 0x000568, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Less_IntInt_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_IntInt_ReturnValue_6) == 0x00056C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_16) == 0x000570, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_16' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_17) == 0x000580, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_17' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_9) == 0x000590, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_9) == 0x000598, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_delegate_Variable_1) == 0x0005A0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_delegate_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Play_Sound_at_Location) == 0x0005B0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Play_Sound_at_Location' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_19) == 0x0005B8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_19' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_18) == 0x0005BC, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_18' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_8) == 0x0005D0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_8) == 0x0005D8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Quartz_3) == 0x0005E0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Quartz_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_20) == 0x0005E8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_20' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_19) == 0x0005EC, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_19' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Conv_TextToString_ReturnValue) == 0x000600, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Array_Index_Variable_6) == 0x000610, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Array_Index_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Get_Item_7) == 0x000618, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Get_Item_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_20) == 0x000620, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_20' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_7) == 0x000630, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_7) == 0x000638, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Quartz_3_Layer_Adjust) == 0x000640, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Quartz_3_Layer_Adjust' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_21) == 0x000648, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_21' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_21) == 0x00064C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_21' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_6) == 0x000660, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_6) == 0x000668, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Quartz_3_SFX) == 0x000670, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Quartz_3_SFX' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_22) == 0x000678, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_22' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_26) == 0x000680, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_26' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_26) == 0x000688, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_26' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Quartz) == 0x000690, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Quartz' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_23) == 0x000698, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_23' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Get_Item_8) == 0x0006A0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Get_Item_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_CreateSound2D_ReturnValue) == 0x0006C8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_CreateSound2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Length_ReturnValue_7) == 0x0006D0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Length_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetHandleForClock_ReturnValue_1) == 0x0006D8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetHandleForClock_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Less_IntInt_ReturnValue_5) == 0x0006E0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Less_IntInt_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsPlaying_ReturnValue_2) == 0x0006E1, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsPlaying_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsPlaying_ReturnValue_3) == 0x0006E2, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsPlaying_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_K2_SetTimerDelegate_ReturnValue_1) == 0x0006E8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_K2_SetTimerDelegate_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_K2_IsValidTimerHandle_ReturnValue_1) == 0x0006F0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_K2_IsValidTimerHandle_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Not_PreBool_ReturnValue_5) == 0x0006F1, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Not_PreBool_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue) == 0x0006F4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_K2_GetTimerRemainingTimeHandle_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Conv_FloatToString_ReturnValue) == 0x0006F8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Conv_FloatToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_SwitchEnum_CmpSuccess_5) == 0x000708, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_SwitchEnum_CmpSuccess_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Get_Item_9) == 0x000710, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Get_Item_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsValid_ReturnValue_3) == 0x000718, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsValid_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Array_Length_ReturnValue_8) == 0x00071C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Array_Length_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_22) == 0x000720, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_22' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_PlayPrioritizedAudio_Success) == 0x000730, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000738, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_23) == 0x000740, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_23' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_24) == 0x000750, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_24' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_5) == 0x000760, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_5) == 0x000768, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Conditional_VO) == 0x000770, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Conditional_VO' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_24) == 0x000778, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_24' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CreateDelegate_OutputDelegate_2) == 0x00077C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CreateDelegate_OutputDelegate_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_IntInt_ReturnValue_7) == 0x00078C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_4) == 0x000790, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_4) == 0x000798, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_SwitchInteger_CmpSuccess) == 0x0007A0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_25) == 0x0007A4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_25' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CreateDelegate_OutputDelegate_3) == 0x0007B4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CreateDelegate_OutputDelegate_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_26) == 0x0007C4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_26' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_27) == 0x0007D4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_27' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_28) == 0x0007E4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_28' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_29) == 0x0007F4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_29' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_30) == 0x000804, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_30' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Loop_Counter_Variable_6) == 0x000814, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Loop_Counter_Variable_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Less_IntInt_ReturnValue_6) == 0x000818, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Less_IntInt_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_IntInt_ReturnValue_8) == 0x00081C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_IntInt_ReturnValue_8' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_3) == 0x000820, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_3) == 0x000828, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Breathing_State_Change) == 0x000830, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Breathing_State_Change' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_25) == 0x000838, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_25' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_10) == 0x000840, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_10' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CreateDelegate_OutputDelegate_4) == 0x000848, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CreateDelegate_OutputDelegate_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_11) == 0x000858, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_11' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_PlayEffortInSound_EffortInSoundPlayed) == 0x000860, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_PlayEffortInSound_EffortInSoundPlayed' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCurrentPlayerLocomotion_Current_Locomotion) == 0x000861, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCurrentPlayerLocomotion_Current_Locomotion' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CreateDelegate_OutputDelegate_5) == 0x000864, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CreateDelegate_OutputDelegate_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000878, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_12) == 0x000880, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_12' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_FindBreathStateStruct_New_Breath_Struct) == 0x000888, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_FindBreathStateStruct_New_Breath_Struct' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_FMax_ReturnValue) == 0x0008C0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_FMax_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetGameTimeInSeconds_ReturnValue) == 0x0008C4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetGameTimeInSeconds_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_K2_SetTimerDelegate_ReturnValue_2) == 0x0008C8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_K2_SetTimerDelegate_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_GetGameTimeInSeconds_ReturnValue_1) == 0x0008D0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_GetGameTimeInSeconds_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x0008D4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_PlayEffortOutSound_EffortOutSoundPlayed) == 0x0008D8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_PlayEffortOutSound_EffortOutSoundPlayed' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_CreateEOEvent_ReturnValue_3) == 0x0008E0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x0008E8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, Temp_int_Variable_1) == 0x0008EC, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Not_PreBool_ReturnValue_6) == 0x0008F0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Not_PreBool_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x0008F1, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_IntInt_ReturnValue_9) == 0x0008F4, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_IntInt_ReturnValue_9' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Less_IntInt_ReturnValue_7) == 0x0008F8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Less_IntInt_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CreateDelegate_OutputDelegate_6) == 0x0008FC, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CreateDelegate_OutputDelegate_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x00090C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_K2_SetTimerDelegate_ReturnValue_3) == 0x000910, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_K2_SetTimerDelegate_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Add_FloatFloat_ReturnValue_2) == 0x000918, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Add_FloatFloat_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_K2_SetTimerDelegate_ReturnValue_4) == 0x000920, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_K2_SetTimerDelegate_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000928, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsValid_ReturnValue_4) == 0x00092C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsValid_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsValid_ReturnValue_5) == 0x00092D, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsValid_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Greater_FloatFloat_ReturnValue) == 0x00092E, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Greater_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_CreateDelegate_OutputDelegate_7) == 0x000930, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_CreateDelegate_OutputDelegate_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_K2_SetTimerDelegate_ReturnValue_5) == 0x000940, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_K2_SetTimerDelegate_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_K2_IsValidTimerHandle_ReturnValue_2) == 0x000948, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_K2_IsValidTimerHandle_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_31) == 0x00094C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_31' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_32) == 0x00095C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_32' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_Event_EndPlayReason) == 0x00096C, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_Event_EndPlayReason' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_33) == 0x000970, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_33' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Conv_IntToString_ReturnValue) == 0x000980, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Conv_IntToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000990, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_34) == 0x000998, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_34' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsValid_ReturnValue_6) == 0x0009A8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsValid_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_2) == 0x0009B0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_2) == 0x0009B8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_AsBPE_A_Disable_Sprint_Breathing) == 0x0009C0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_AsBPE_A_Disable_Sprint_Breathing' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_DynamicCast_bSuccess_26) == 0x0009C8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_DynamicCast_bSuccess_26' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_Not_PreBool_ReturnValue_7) == 0x0009C9, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_Not_PreBool_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_35) == 0x0009CC, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_35' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender_1) == 0x0009E0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event_1) == 0x0009E8, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOCreateEvent_OutputDelegate_36) == 0x0009F0, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOCreateEvent_OutputDelegate_36' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, CallFunc_IsPlaying_ReturnValue_4) == 0x000A00, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::CallFunc_IsPlaying_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Sender) == 0x000A08, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager, K2Node_EOEvent_Event) == 0x000A10, "Member 'BP_BaseAudioManager_C_ExecuteUbergraph_BP_BaseAudioManager::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_GlobalPlayerDeath \ static_assert(alignof(BP_BaseAudioManager_C_GlobalPlayerDeath) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_GlobalPlayerDeath"); \ static_assert(sizeof(BP_BaseAudioManager_C_GlobalPlayerDeath) == 0x000010, "Wrong size on BP_BaseAudioManager_C_GlobalPlayerDeath"); \ static_assert(offsetof(BP_BaseAudioManager_C_GlobalPlayerDeath, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_GlobalPlayerDeath::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_GlobalPlayerDeath, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_GlobalPlayerDeath::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayerDeathAnimStarted \ static_assert(alignof(BP_BaseAudioManager_C_PlayerDeathAnimStarted) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayerDeathAnimStarted"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayerDeathAnimStarted) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayerDeathAnimStarted"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayerDeathAnimStarted, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayerDeathAnimStarted::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayerDeathAnimStarted, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayerDeathAnimStarted::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_DisallowSprintBreathingChanges \ static_assert(alignof(BP_BaseAudioManager_C_DisallowSprintBreathingChanges) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_DisallowSprintBreathingChanges"); \ static_assert(sizeof(BP_BaseAudioManager_C_DisallowSprintBreathingChanges) == 0x000010, "Wrong size on BP_BaseAudioManager_C_DisallowSprintBreathingChanges"); \ static_assert(offsetof(BP_BaseAudioManager_C_DisallowSprintBreathingChanges, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_DisallowSprintBreathingChanges::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_DisallowSprintBreathingChanges, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_DisallowSprintBreathingChanges::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_ReceiveEndPlay \ static_assert(alignof(BP_BaseAudioManager_C_ReceiveEndPlay) == 0x000001, "Wrong alignment on BP_BaseAudioManager_C_ReceiveEndPlay"); \ static_assert(sizeof(BP_BaseAudioManager_C_ReceiveEndPlay) == 0x000001, "Wrong size on BP_BaseAudioManager_C_ReceiveEndPlay"); \ static_assert(offsetof(BP_BaseAudioManager_C_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BP_BaseAudioManager_C_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_BreathingStateChange \ static_assert(alignof(BP_BaseAudioManager_C_BreathingStateChange) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_BreathingStateChange"); \ static_assert(sizeof(BP_BaseAudioManager_C_BreathingStateChange) == 0x000010, "Wrong size on BP_BaseAudioManager_C_BreathingStateChange"); \ static_assert(offsetof(BP_BaseAudioManager_C_BreathingStateChange, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_BreathingStateChange::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_BreathingStateChange, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_BreathingStateChange::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_SwitchBreathingState \ static_assert(alignof(BP_BaseAudioManager_C_SwitchBreathingState) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_SwitchBreathingState"); \ static_assert(sizeof(BP_BaseAudioManager_C_SwitchBreathingState) == 0x000010, "Wrong size on BP_BaseAudioManager_C_SwitchBreathingState"); \ static_assert(offsetof(BP_BaseAudioManager_C_SwitchBreathingState, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_SwitchBreathingState::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_SwitchBreathingState, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_SwitchBreathingState::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_ConditionalVO \ static_assert(alignof(BP_BaseAudioManager_C_ConditionalVO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_ConditionalVO"); \ static_assert(sizeof(BP_BaseAudioManager_C_ConditionalVO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_ConditionalVO"); \ static_assert(offsetof(BP_BaseAudioManager_C_ConditionalVO, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_ConditionalVO::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ConditionalVO, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_ConditionalVO::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_Quartz3_SFX \ static_assert(alignof(BP_BaseAudioManager_C_Quartz3_SFX) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_Quartz3_SFX"); \ static_assert(sizeof(BP_BaseAudioManager_C_Quartz3_SFX) == 0x000010, "Wrong size on BP_BaseAudioManager_C_Quartz3_SFX"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz3_SFX, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_Quartz3_SFX::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz3_SFX, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_Quartz3_SFX::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_Quartz3_LayerAdjust \ static_assert(alignof(BP_BaseAudioManager_C_Quartz3_LayerAdjust) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_Quartz3_LayerAdjust"); \ static_assert(sizeof(BP_BaseAudioManager_C_Quartz3_LayerAdjust) == 0x000010, "Wrong size on BP_BaseAudioManager_C_Quartz3_LayerAdjust"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz3_LayerAdjust, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_Quartz3_LayerAdjust::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz3_LayerAdjust, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_Quartz3_LayerAdjust::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_Quartz3 \ static_assert(alignof(BP_BaseAudioManager_C_Quartz3) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_Quartz3"); \ static_assert(sizeof(BP_BaseAudioManager_C_Quartz3) == 0x000010, "Wrong size on BP_BaseAudioManager_C_Quartz3"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz3, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_Quartz3::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz3, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_Quartz3::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlaySoundAtLocation \ static_assert(alignof(BP_BaseAudioManager_C_PlaySoundAtLocation) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlaySoundAtLocation"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlaySoundAtLocation) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlaySoundAtLocation"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlaySoundAtLocation, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_PlaySoundAtLocation::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlaySoundAtLocation, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_PlaySoundAtLocation::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_SoundMixModifierFlipFlop \ static_assert(alignof(BP_BaseAudioManager_C_SoundMixModifierFlipFlop) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_SoundMixModifierFlipFlop"); \ static_assert(sizeof(BP_BaseAudioManager_C_SoundMixModifierFlipFlop) == 0x000010, "Wrong size on BP_BaseAudioManager_C_SoundMixModifierFlipFlop"); \ static_assert(offsetof(BP_BaseAudioManager_C_SoundMixModifierFlipFlop, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_SoundMixModifierFlipFlop::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_SoundMixModifierFlipFlop, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_SoundMixModifierFlipFlop::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_FlipFlopSFX \ static_assert(alignof(BP_BaseAudioManager_C_FlipFlopSFX) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_FlipFlopSFX"); \ static_assert(sizeof(BP_BaseAudioManager_C_FlipFlopSFX) == 0x000010, "Wrong size on BP_BaseAudioManager_C_FlipFlopSFX"); \ static_assert(offsetof(BP_BaseAudioManager_C_FlipFlopSFX, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_FlipFlopSFX::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FlipFlopSFX, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_FlipFlopSFX::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_FadeOut3DSFX \ static_assert(alignof(BP_BaseAudioManager_C_FadeOut3DSFX) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_FadeOut3DSFX"); \ static_assert(sizeof(BP_BaseAudioManager_C_FadeOut3DSFX) == 0x000010, "Wrong size on BP_BaseAudioManager_C_FadeOut3DSFX"); \ static_assert(offsetof(BP_BaseAudioManager_C_FadeOut3DSFX, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_FadeOut3DSFX::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FadeOut3DSFX, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_FadeOut3DSFX::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_AIDTMInCombat \ static_assert(alignof(BP_BaseAudioManager_C_AIDTMInCombat) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_AIDTMInCombat"); \ static_assert(sizeof(BP_BaseAudioManager_C_AIDTMInCombat) == 0x000010, "Wrong size on BP_BaseAudioManager_C_AIDTMInCombat"); \ static_assert(offsetof(BP_BaseAudioManager_C_AIDTMInCombat, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_AIDTMInCombat::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AIDTMInCombat, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_AIDTMInCombat::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_SetFootstepAdditionalAudio \ static_assert(alignof(BP_BaseAudioManager_C_SetFootstepAdditionalAudio) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_SetFootstepAdditionalAudio"); \ static_assert(sizeof(BP_BaseAudioManager_C_SetFootstepAdditionalAudio) == 0x000010, "Wrong size on BP_BaseAudioManager_C_SetFootstepAdditionalAudio"); \ static_assert(offsetof(BP_BaseAudioManager_C_SetFootstepAdditionalAudio, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_SetFootstepAdditionalAudio::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_SetFootstepAdditionalAudio, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_SetFootstepAdditionalAudio::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_SetBreathingLocomotionState \ static_assert(alignof(BP_BaseAudioManager_C_SetBreathingLocomotionState) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_SetBreathingLocomotionState"); \ static_assert(sizeof(BP_BaseAudioManager_C_SetBreathingLocomotionState) == 0x000010, "Wrong size on BP_BaseAudioManager_C_SetBreathingLocomotionState"); \ static_assert(offsetof(BP_BaseAudioManager_C_SetBreathingLocomotionState, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_SetBreathingLocomotionState::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_SetBreathingLocomotionState, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_SetBreathingLocomotionState::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PHEGameplayTag \ static_assert(alignof(BP_BaseAudioManager_C_PHEGameplayTag) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PHEGameplayTag"); \ static_assert(sizeof(BP_BaseAudioManager_C_PHEGameplayTag) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PHEGameplayTag"); \ static_assert(offsetof(BP_BaseAudioManager_C_PHEGameplayTag, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_PHEGameplayTag::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PHEGameplayTag, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_PHEGameplayTag::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_QuartzSFX \ static_assert(alignof(BP_BaseAudioManager_C_QuartzSFX) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_QuartzSFX"); \ static_assert(sizeof(BP_BaseAudioManager_C_QuartzSFX) == 0x000010, "Wrong size on BP_BaseAudioManager_C_QuartzSFX"); \ static_assert(offsetof(BP_BaseAudioManager_C_QuartzSFX, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_QuartzSFX::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_QuartzSFX, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_QuartzSFX::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_SpawnOrFade2DSFX \ static_assert(alignof(BP_BaseAudioManager_C_SpawnOrFade2DSFX) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_SpawnOrFade2DSFX"); \ static_assert(sizeof(BP_BaseAudioManager_C_SpawnOrFade2DSFX) == 0x000010, "Wrong size on BP_BaseAudioManager_C_SpawnOrFade2DSFX"); \ static_assert(offsetof(BP_BaseAudioManager_C_SpawnOrFade2DSFX, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_SpawnOrFade2DSFX::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_SpawnOrFade2DSFX, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_SpawnOrFade2DSFX::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_Play2DSFX \ static_assert(alignof(BP_BaseAudioManager_C_Play2DSFX) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_Play2DSFX"); \ static_assert(sizeof(BP_BaseAudioManager_C_Play2DSFX) == 0x000010, "Wrong size on BP_BaseAudioManager_C_Play2DSFX"); \ static_assert(offsetof(BP_BaseAudioManager_C_Play2DSFX, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_Play2DSFX::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_Play2DSFX, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_Play2DSFX::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_RoomtoneManager \ static_assert(alignof(BP_BaseAudioManager_C_RoomtoneManager) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_RoomtoneManager"); \ static_assert(sizeof(BP_BaseAudioManager_C_RoomtoneManager) == 0x000010, "Wrong size on BP_BaseAudioManager_C_RoomtoneManager"); \ static_assert(offsetof(BP_BaseAudioManager_C_RoomtoneManager, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_RoomtoneManager::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_RoomtoneManager, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_RoomtoneManager::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlaybackPercentageLoudnessNRT \ static_assert(alignof(BP_BaseAudioManager_C_PlaybackPercentageLoudnessNRT) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlaybackPercentageLoudnessNRT"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlaybackPercentageLoudnessNRT) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlaybackPercentageLoudnessNRT"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlaybackPercentageLoudnessNRT, PlayingSoundWave) == 0x000000, "Member 'BP_BaseAudioManager_C_PlaybackPercentageLoudnessNRT::PlayingSoundWave' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlaybackPercentageLoudnessNRT, PlaybackPercent) == 0x000008, "Member 'BP_BaseAudioManager_C_PlaybackPercentageLoudnessNRT::PlaybackPercent' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_EnvelopeFollowerDelegate \ static_assert(alignof(BP_BaseAudioManager_C_EnvelopeFollowerDelegate) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_EnvelopeFollowerDelegate"); \ static_assert(sizeof(BP_BaseAudioManager_C_EnvelopeFollowerDelegate) == 0x000010, "Wrong size on BP_BaseAudioManager_C_EnvelopeFollowerDelegate"); \ static_assert(offsetof(BP_BaseAudioManager_C_EnvelopeFollowerDelegate, Envelope) == 0x000000, "Member 'BP_BaseAudioManager_C_EnvelopeFollowerDelegate::Envelope' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_StartSynesthesiaTracking \ static_assert(alignof(BP_BaseAudioManager_C_StartSynesthesiaTracking) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_StartSynesthesiaTracking"); \ static_assert(sizeof(BP_BaseAudioManager_C_StartSynesthesiaTracking) == 0x000010, "Wrong size on BP_BaseAudioManager_C_StartSynesthesiaTracking"); \ static_assert(offsetof(BP_BaseAudioManager_C_StartSynesthesiaTracking, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_StartSynesthesiaTracking::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_StartSynesthesiaTracking, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_StartSynesthesiaTracking::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayDialogueEODelegate \ static_assert(alignof(BP_BaseAudioManager_C_PlayDialogueEODelegate) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayDialogueEODelegate"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayDialogueEODelegate) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayDialogueEODelegate"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDialogueEODelegate, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayDialogueEODelegate::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDialogueEODelegate, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayDialogueEODelegate::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_SoundMixClassOverride \ static_assert(alignof(BP_BaseAudioManager_C_SoundMixClassOverride) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_SoundMixClassOverride"); \ static_assert(sizeof(BP_BaseAudioManager_C_SoundMixClassOverride) == 0x000010, "Wrong size on BP_BaseAudioManager_C_SoundMixClassOverride"); \ static_assert(offsetof(BP_BaseAudioManager_C_SoundMixClassOverride, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_SoundMixClassOverride::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_SoundMixClassOverride, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_SoundMixClassOverride::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_DialogueFromTimerPrompt \ static_assert(alignof(BP_BaseAudioManager_C_DialogueFromTimerPrompt) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_DialogueFromTimerPrompt"); \ static_assert(sizeof(BP_BaseAudioManager_C_DialogueFromTimerPrompt) == 0x000008, "Wrong size on BP_BaseAudioManager_C_DialogueFromTimerPrompt"); \ static_assert(offsetof(BP_BaseAudioManager_C_DialogueFromTimerPrompt, DialogueWave) == 0x000000, "Member 'BP_BaseAudioManager_C_DialogueFromTimerPrompt::DialogueWave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_SoundMixModifier \ static_assert(alignof(BP_BaseAudioManager_C_SoundMixModifier) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_SoundMixModifier"); \ static_assert(sizeof(BP_BaseAudioManager_C_SoundMixModifier) == 0x000010, "Wrong size on BP_BaseAudioManager_C_SoundMixModifier"); \ static_assert(offsetof(BP_BaseAudioManager_C_SoundMixModifier, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_SoundMixModifier::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_SoundMixModifier, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_SoundMixModifier::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_ReceiveTick \ static_assert(alignof(BP_BaseAudioManager_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_BaseAudioManager_C_ReceiveTick"); \ static_assert(sizeof(BP_BaseAudioManager_C_ReceiveTick) == 0x000004, "Wrong size on BP_BaseAudioManager_C_ReceiveTick"); \ static_assert(offsetof(BP_BaseAudioManager_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_BaseAudioManager_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_TimerPrompt \ static_assert(alignof(BP_BaseAudioManager_C_TimerPrompt) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_TimerPrompt"); \ static_assert(sizeof(BP_BaseAudioManager_C_TimerPrompt) == 0x000010, "Wrong size on BP_BaseAudioManager_C_TimerPrompt"); \ static_assert(offsetof(BP_BaseAudioManager_C_TimerPrompt, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_TimerPrompt::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_TimerPrompt, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_TimerPrompt::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_Quartz \ static_assert(alignof(BP_BaseAudioManager_C_Quartz) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_Quartz"); \ static_assert(sizeof(BP_BaseAudioManager_C_Quartz) == 0x000010, "Wrong size on BP_BaseAudioManager_C_Quartz"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_Quartz::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_Quartz::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_InpActEvt_Alt_Zero_K2Node_InputDebugKeyEvent_0 \ static_assert(alignof(BP_BaseAudioManager_C_InpActEvt_Alt_Zero_K2Node_InputDebugKeyEvent_0) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_InpActEvt_Alt_Zero_K2Node_InputDebugKeyEvent_0"); \ static_assert(sizeof(BP_BaseAudioManager_C_InpActEvt_Alt_Zero_K2Node_InputDebugKeyEvent_0) == 0x000018, "Wrong size on BP_BaseAudioManager_C_InpActEvt_Alt_Zero_K2Node_InputDebugKeyEvent_0"); \ static_assert(offsetof(BP_BaseAudioManager_C_InpActEvt_Alt_Zero_K2Node_InputDebugKeyEvent_0, Key) == 0x000000, "Member 'BP_BaseAudioManager_C_InpActEvt_Alt_Zero_K2Node_InputDebugKeyEvent_0::Key' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_QuartzFn \ static_assert(alignof(BP_BaseAudioManager_C_QuartzFn) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_QuartzFn"); \ static_assert(sizeof(BP_BaseAudioManager_C_QuartzFn) == 0x000020, "Wrong size on BP_BaseAudioManager_C_QuartzFn"); \ static_assert(offsetof(BP_BaseAudioManager_C_QuartzFn, BPEAQuartz) == 0x000000, "Member 'BP_BaseAudioManager_C_QuartzFn::BPEAQuartz' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_QuartzFn, QuartzMaster_0) == 0x000008, "Member 'BP_BaseAudioManager_C_QuartzFn::QuartzMaster_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_QuartzFn, CallFunc_Array_Length_ReturnValue) == 0x000010, "Member 'BP_BaseAudioManager_C_QuartzFn::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_QuartzFn, CallFunc_Array_Length_ReturnValue_1) == 0x000014, "Member 'BP_BaseAudioManager_C_QuartzFn::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_QuartzFn, CallFunc_Greater_IntInt_ReturnValue) == 0x000018, "Member 'BP_BaseAudioManager_C_QuartzFn::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_QuartzFn, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000019, "Member 'BP_BaseAudioManager_C_QuartzFn::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayKatja_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayKatja_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayKatja_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayKatja_VO) == 0x000018, "Wrong size on BP_BaseAudioManager_C_PlayKatja_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayKatja_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayKatja_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayKatja_VO, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayKatja_VO::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayKatja_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000010, "Member 'BP_BaseAudioManager_C_PlayKatja_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayKlaus_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayKlaus_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayKlaus_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayKlaus_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayKlaus_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayKlaus_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayKlaus_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayKlaus_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayKlaus_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayHET_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayHET_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayHET_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayHET_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayHET_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayHET_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayHET_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayHET_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayHET_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayBo_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayBo_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayBo_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayBo_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayBo_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayBo_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayBo_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayBo_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayBo_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayBo_VO, CallFunc_IsValid_ReturnValue) == 0x000009, "Member 'BP_BaseAudioManager_C_PlayBo_VO::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayBo_VO, CallFunc_PlayPrioritizedAudio_Success_1) == 0x00000A, "Member 'BP_BaseAudioManager_C_PlayBo_VO::CallFunc_PlayPrioritizedAudio_Success_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayHypnos_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayHypnos_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayHypnos_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayHypnos_VO) == 0x000020, "Wrong size on BP_BaseAudioManager_C_PlayHypnos_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayHypnos_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayHypnos_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayHypnos_VO, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayHypnos_VO::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayHypnos_VO, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000010, "Member 'BP_BaseAudioManager_C_PlayHypnos_VO::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayHypnos_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x00001C, "Member 'BP_BaseAudioManager_C_PlayHypnos_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayAmma_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayAmma_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayAmma_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayAmma_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayAmma_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayAmma_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayAmma_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayAmma_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayAmma_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayDrovic_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayDrovic_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayDrovic_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayDrovic_VO) == 0x000018, "Wrong size on BP_BaseAudioManager_C_PlayDrovic_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDrovic_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayDrovic_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDrovic_VO, Loc_AttachToComponent) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayDrovic_VO::Loc_AttachToComponent' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDrovic_VO, CallFunc_IsValid_ReturnValue) == 0x000010, "Member 'BP_BaseAudioManager_C_PlayDrovic_VO::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDrovic_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000011, "Member 'BP_BaseAudioManager_C_PlayDrovic_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDrovic_VO, CallFunc_Not_PreBool_ReturnValue) == 0x000012, "Member 'BP_BaseAudioManager_C_PlayDrovic_VO::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayDad_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayDad_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayDad_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayDad_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayDad_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDad_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayDad_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDad_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayDad_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayIan_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayIan_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayIan_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayIan_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayIan_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayIan_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayIan_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayIan_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayIan_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayDenizen_01_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayDenizen_01_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayDenizen_01_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayDenizen_01_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayDenizen_01_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDenizen_01_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayDenizen_01_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDenizen_01_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayDenizen_01_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayDenizen_02_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayDenizen_02_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayDenizen_02_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayDenizen_02_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayDenizen_02_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDenizen_02_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayDenizen_02_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDenizen_02_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayDenizen_02_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_Quartz3Fn \ static_assert(alignof(BP_BaseAudioManager_C_Quartz3Fn) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_Quartz3Fn"); \ static_assert(sizeof(BP_BaseAudioManager_C_Quartz3Fn) == 0x000010, "Wrong size on BP_BaseAudioManager_C_Quartz3Fn"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz3Fn, BPEAQuartz3) == 0x000000, "Member 'BP_BaseAudioManager_C_Quartz3Fn::BPEAQuartz3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz3Fn, QuartzMaster3_0) == 0x000008, "Member 'BP_BaseAudioManager_C_Quartz3Fn::QuartzMaster3_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_Quartz3LayerAdjust \ static_assert(alignof(BP_BaseAudioManager_C_Quartz3LayerAdjust) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_Quartz3LayerAdjust"); \ static_assert(sizeof(BP_BaseAudioManager_C_Quartz3LayerAdjust) == 0x000010, "Wrong size on BP_BaseAudioManager_C_Quartz3LayerAdjust"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz3LayerAdjust, QuartzMaster3_0) == 0x000000, "Member 'BP_BaseAudioManager_C_Quartz3LayerAdjust::QuartzMaster3_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_Quartz3LayerAdjust, BPE_AQuartzLayerAdjust) == 0x000008, "Member 'BP_BaseAudioManager_C_Quartz3LayerAdjust::BPE_AQuartzLayerAdjust' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_disabledynamicmix \ static_assert(alignof(BP_BaseAudioManager_C_disabledynamicmix) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_disabledynamicmix"); \ static_assert(sizeof(BP_BaseAudioManager_C_disabledynamicmix) == 0x0000C0, "Wrong size on BP_BaseAudioManager_C_disabledynamicmix"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, Temp_int_Loop_Counter_Variable) == 0x000000, "Member 'BP_BaseAudioManager_C_disabledynamicmix::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, CallFunc_Add_IntInt_ReturnValue) == 0x000004, "Member 'BP_BaseAudioManager_C_disabledynamicmix::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, Temp_int_Array_Index_Variable) == 0x000008, "Member 'BP_BaseAudioManager_C_disabledynamicmix::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_BaseAudioManager_C_disabledynamicmix::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, K2Node_MakeStruct_SubmixEffectMultibandCompressorSettings) == 0x000010, "Member 'BP_BaseAudioManager_C_disabledynamicmix::K2Node_MakeStruct_SubmixEffectMultibandCompressorSettings' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, Temp_int_Loop_Counter_Variable_1) == 0x000030, "Member 'BP_BaseAudioManager_C_disabledynamicmix::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, K2Node_MakeStruct_SubmixEffectDynamicsProcessorSettings) == 0x000038, "Member 'BP_BaseAudioManager_C_disabledynamicmix::K2Node_MakeStruct_SubmixEffectDynamicsProcessorSettings' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, CallFunc_Add_IntInt_ReturnValue_1) == 0x000098, "Member 'BP_BaseAudioManager_C_disabledynamicmix::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, CallFunc_Array_Get_Item) == 0x0000A0, "Member 'BP_BaseAudioManager_C_disabledynamicmix::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, CallFunc_Array_Get_Item_1) == 0x0000A8, "Member 'BP_BaseAudioManager_C_disabledynamicmix::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, CallFunc_Array_Length_ReturnValue) == 0x0000B0, "Member 'BP_BaseAudioManager_C_disabledynamicmix::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, CallFunc_Array_Length_ReturnValue_1) == 0x0000B4, "Member 'BP_BaseAudioManager_C_disabledynamicmix::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, CallFunc_Less_IntInt_ReturnValue) == 0x0000B8, "Member 'BP_BaseAudioManager_C_disabledynamicmix::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_disabledynamicmix, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000B9, "Member 'BP_BaseAudioManager_C_disabledynamicmix::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayPA_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayPA_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayPA_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayPA_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayPA_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayPA_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayPA_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayPA_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayPA_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayXavier_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayXavier_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayXavier_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayXavier_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayXavier_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayXavier_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayXavier_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayXavier_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayXavier_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayVoidShadow_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayVoidShadow_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayVoidShadow_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayVoidShadow_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayVoidShadow_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayVoidShadow_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayVoidShadow_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayVoidShadow_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayVoidShadow_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted \ static_assert(alignof(BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted) == 0x000028, "Wrong size on BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted, Loc_AsBPE) == 0x000010, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted::Loc_AsBPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted, K2Node_DynamicCast_AsBPE_VFX_on_Loading_Audio_Fade_in_Started) == 0x000018, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted::K2Node_DynamicCast_AsBPE_VFX_on_Loading_Audio_Fade_in_Started' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeInStarted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnLoadingAudioFadeInDone \ static_assert(alignof(BP_BaseAudioManager_C_OnLoadingAudioFadeInDone) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnLoadingAudioFadeInDone"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnLoadingAudioFadeInDone) == 0x000010, "Wrong size on BP_BaseAudioManager_C_OnLoadingAudioFadeInDone"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeInDone, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeInDone::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeInDone, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeInDone::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted \ static_assert(alignof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted) == 0x000030, "Wrong size on BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted, Loc_AsBPE) == 0x000010, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted::Loc_AsBPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted, CallFunc_IsPlayFromHere_ReturnValue) == 0x000018, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted::CallFunc_IsPlayFromHere_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted, CallFunc_Not_PreBool_ReturnValue) == 0x000019, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted, K2Node_DynamicCast_AsBPE_VFX_on_Loading_Audio_Fade_Out_Started) == 0x000020, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted::K2Node_DynamicCast_AsBPE_VFX_on_Loading_Audio_Fade_Out_Started' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeOutStarted::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone \ static_assert(alignof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone) == 0x000018, "Wrong size on BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone, CallFunc_IsPlayFromHere_ReturnValue) == 0x000010, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone::CallFunc_IsPlayFromHere_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone, CallFunc_Not_PreBool_ReturnValue) == 0x000011, "Member 'BP_BaseAudioManager_C_OnLoadingAudioFadeOutDone::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnFadePlayingVideoRequested \ static_assert(alignof(BP_BaseAudioManager_C_OnFadePlayingVideoRequested) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnFadePlayingVideoRequested"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnFadePlayingVideoRequested) == 0x000028, "Wrong size on BP_BaseAudioManager_C_OnFadePlayingVideoRequested"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFadePlayingVideoRequested, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_OnFadePlayingVideoRequested::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFadePlayingVideoRequested, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_OnFadePlayingVideoRequested::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFadePlayingVideoRequested, Loc_AsBPE) == 0x000010, "Member 'BP_BaseAudioManager_C_OnFadePlayingVideoRequested::Loc_AsBPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFadePlayingVideoRequested, K2Node_DynamicCast_AsBPE_VFX_on_Fade_Playing_Video_Requested) == 0x000018, "Member 'BP_BaseAudioManager_C_OnFadePlayingVideoRequested::K2Node_DynamicCast_AsBPE_VFX_on_Fade_Playing_Video_Requested' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFadePlayingVideoRequested, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_BaseAudioManager_C_OnFadePlayingVideoRequested::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFadePlayingVideoRequested, CallFunc_IsPlayFromHere_ReturnValue) == 0x000021, "Member 'BP_BaseAudioManager_C_OnFadePlayingVideoRequested::CallFunc_IsPlayFromHere_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFadePlayingVideoRequested, CallFunc_Not_PreBool_ReturnValue) == 0x000022, "Member 'BP_BaseAudioManager_C_OnFadePlayingVideoRequested::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_IsThereEffortInSound_ \ static_assert(alignof(BP_BaseAudioManager_C_IsThereEffortInSound_) == 0x000001, "Wrong alignment on BP_BaseAudioManager_C_IsThereEffortInSound_"); \ static_assert(sizeof(BP_BaseAudioManager_C_IsThereEffortInSound_) == 0x000005, "Wrong size on BP_BaseAudioManager_C_IsThereEffortInSound_"); \ static_assert(offsetof(BP_BaseAudioManager_C_IsThereEffortInSound_, ReturnValue) == 0x000000, "Member 'BP_BaseAudioManager_C_IsThereEffortInSound_::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_IsThereEffortInSound_, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_BaseAudioManager_C_IsThereEffortInSound_::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_IsThereEffortInSound_, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_BaseAudioManager_C_IsThereEffortInSound_::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_IsThereEffortInSound_, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_BaseAudioManager_C_IsThereEffortInSound_::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_IsThereEffortInSound_, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_BaseAudioManager_C_IsThereEffortInSound_::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_IsThereEffortOutSound_ \ static_assert(alignof(BP_BaseAudioManager_C_IsThereEffortOutSound_) == 0x000001, "Wrong alignment on BP_BaseAudioManager_C_IsThereEffortOutSound_"); \ static_assert(sizeof(BP_BaseAudioManager_C_IsThereEffortOutSound_) == 0x000005, "Wrong size on BP_BaseAudioManager_C_IsThereEffortOutSound_"); \ static_assert(offsetof(BP_BaseAudioManager_C_IsThereEffortOutSound_, ReturnValue) == 0x000000, "Member 'BP_BaseAudioManager_C_IsThereEffortOutSound_::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_IsThereEffortOutSound_, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_BaseAudioManager_C_IsThereEffortOutSound_::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_IsThereEffortOutSound_, CallFunc_IsValid_ReturnValue) == 0x000002, "Member 'BP_BaseAudioManager_C_IsThereEffortOutSound_::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_IsThereEffortOutSound_, CallFunc_Not_PreBool_ReturnValue) == 0x000003, "Member 'BP_BaseAudioManager_C_IsThereEffortOutSound_::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_IsThereEffortOutSound_, CallFunc_BooleanOR_ReturnValue) == 0x000004, "Member 'BP_BaseAudioManager_C_IsThereEffortOutSound_::CallFunc_BooleanOR_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayEffortInSound \ static_assert(alignof(BP_BaseAudioManager_C_PlayEffortInSound) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayEffortInSound"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayEffortInSound) == 0x000070, "Wrong size on BP_BaseAudioManager_C_PlayEffortInSound"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, EffortInSoundPlayed) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::EffortInSoundPlayed' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000010, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_IsThereEffortInSound__ReturnValue) == 0x000018, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_IsThereEffortInSound__ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000020, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3) == 0x000038, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000040, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000050, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_Map_Find_Value) == 0x000060, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortInSound, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'BP_BaseAudioManager_C_PlayEffortInSound::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayEffortOutSound \ static_assert(alignof(BP_BaseAudioManager_C_PlayEffortOutSound) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayEffortOutSound"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayEffortOutSound) == 0x000070, "Wrong size on BP_BaseAudioManager_C_PlayEffortOutSound"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, EffortOutSoundPlayed) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::EffortOutSoundPlayed' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1) == 0x000010, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_IsThereEffortOutSound__ReturnValue) == 0x000018, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_IsThereEffortOutSound__ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2) == 0x000020, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_K2_GetActorLocation_ReturnValue) == 0x000028, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_K2_GetActorLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3) == 0x000038, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_GetCachedCorePlayerCharacter_CachedCorePlayerCharacter_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_K2_GetActorLocation_ReturnValue_1) == 0x000040, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_K2_GetActorLocation_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_IsValid_ReturnValue) == 0x00004C, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000050, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_Map_Find_Value) == 0x000060, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_Map_Find_ReturnValue) == 0x000068, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayEffortOutSound, CallFunc_IsValid_ReturnValue_1) == 0x000069, "Member 'BP_BaseAudioManager_C_PlayEffortOutSound::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_FindBreathStateStruct \ static_assert(alignof(BP_BaseAudioManager_C_FindBreathStateStruct) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_FindBreathStateStruct"); \ static_assert(sizeof(BP_BaseAudioManager_C_FindBreathStateStruct) == 0x000100, "Wrong size on BP_BaseAudioManager_C_FindBreathStateStruct"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, New_Breath_State) == 0x000000, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::New_Breath_State' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, Current_Locomotion_0) == 0x000001, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::Current_Locomotion_0' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, New_Breath_Struct) == 0x000008, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::New_Breath_Struct' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, Local_Locomotion_Array) == 0x000040, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::Local_Locomotion_Array' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, New_Breath_State_String) == 0x000050, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::New_Breath_State_String' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, K2Node_SwitchEnum_CmpSuccess) == 0x000060, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, CallFunc_GetEnumeratorUserFriendlyName_ReturnValue) == 0x000068, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::CallFunc_GetEnumeratorUserFriendlyName_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, Temp_int_Array_Index_Variable) == 0x000078, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, Temp_int_Loop_Counter_Variable) == 0x00007C, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, CallFunc_Add_IntInt_ReturnValue) == 0x000080, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, CallFunc_Array_Get_Item) == 0x000088, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, CallFunc_Array_Get_Item_1) == 0x0000C0, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, CallFunc_Array_Length_ReturnValue) == 0x0000F8, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, CallFunc_Less_IntInt_ReturnValue) == 0x0000FC, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FindBreathStateStruct, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x0000FD, "Member 'BP_BaseAudioManager_C_FindBreathStateStruct::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_GetCurrentPlayerLocomotion \ static_assert(alignof(BP_BaseAudioManager_C_GetCurrentPlayerLocomotion) == 0x000001, "Wrong alignment on BP_BaseAudioManager_C_GetCurrentPlayerLocomotion"); \ static_assert(sizeof(BP_BaseAudioManager_C_GetCurrentPlayerLocomotion) == 0x000001, "Wrong size on BP_BaseAudioManager_C_GetCurrentPlayerLocomotion"); \ static_assert(offsetof(BP_BaseAudioManager_C_GetCurrentPlayerLocomotion, Current_Locomotion_0) == 0x000000, "Member 'BP_BaseAudioManager_C_GetCurrentPlayerLocomotion::Current_Locomotion_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_ResetBreathVariables \ static_assert(alignof(BP_BaseAudioManager_C_ResetBreathVariables) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_ResetBreathVariables"); \ static_assert(sizeof(BP_BaseAudioManager_C_ResetBreathVariables) == 0x000008, "Wrong size on BP_BaseAudioManager_C_ResetBreathVariables"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetBreathVariables, Incoming_Breath_State) == 0x000000, "Member 'BP_BaseAudioManager_C_ResetBreathVariables::Incoming_Breath_State' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayPhone_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayPhone_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayPhone_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayPhone_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayPhone_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayPhone_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayPhone_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayPhone_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayPhone_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayDTM_01_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayDTM_01_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayDTM_01_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayDTM_01_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayDTM_01_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDTM_01_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayDTM_01_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayDTM_01_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayDTM_01_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayMysteryVoice_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayMysteryVoice_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayMysteryVoice_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayMysteryVoice_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayMysteryVoice_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayMysteryVoice_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayMysteryVoice_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayMysteryVoice_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayMysteryVoice_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnCheckpointSaveBegin \ static_assert(alignof(BP_BaseAudioManager_C_OnCheckpointSaveBegin) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnCheckpointSaveBegin"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnCheckpointSaveBegin) == 0x000010, "Wrong size on BP_BaseAudioManager_C_OnCheckpointSaveBegin"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnCheckpointSaveBegin, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_OnCheckpointSaveBegin::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnCheckpointSaveBegin, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_OnCheckpointSaveBegin::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnCheckpointSaveFinish \ static_assert(alignof(BP_BaseAudioManager_C_OnCheckpointSaveFinish) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnCheckpointSaveFinish"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnCheckpointSaveFinish) == 0x000010, "Wrong size on BP_BaseAudioManager_C_OnCheckpointSaveFinish"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnCheckpointSaveFinish, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_OnCheckpointSaveFinish::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnCheckpointSaveFinish, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_OnCheckpointSaveFinish::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_BaseAudioManager_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnCheckpointLoadFinished) == 0x000048, "Wrong size on BP_BaseAudioManager_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnCheckpointLoadFinished, LocCuesToPlay) == 0x000010, "Member 'BP_BaseAudioManager_C_OnCheckpointLoadFinished::LocCuesToPlay' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnCheckpointLoadFinished, LocCurrentCueToPlay) == 0x000020, "Member 'BP_BaseAudioManager_C_OnCheckpointLoadFinished::LocCurrentCueToPlay' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_ClearQuartzSaveGameData \ static_assert(alignof(BP_BaseAudioManager_C_ClearQuartzSaveGameData) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_ClearQuartzSaveGameData"); \ static_assert(sizeof(BP_BaseAudioManager_C_ClearQuartzSaveGameData) == 0x000058, "Wrong size on BP_BaseAudioManager_C_ClearQuartzSaveGameData"); \ static_assert(offsetof(BP_BaseAudioManager_C_ClearQuartzSaveGameData, K2Node_MakeStruct_ST_QuartzClockInfo3) == 0x000000, "Member 'BP_BaseAudioManager_C_ClearQuartzSaveGameData::K2Node_MakeStruct_ST_QuartzClockInfo3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_InitWeatherSubmix \ static_assert(alignof(BP_BaseAudioManager_C_InitWeatherSubmix) == 0x000004, "Wrong alignment on BP_BaseAudioManager_C_InitWeatherSubmix"); \ static_assert(sizeof(BP_BaseAudioManager_C_InitWeatherSubmix) == 0x000010, "Wrong size on BP_BaseAudioManager_C_InitWeatherSubmix"); \ static_assert(offsetof(BP_BaseAudioManager_C_InitWeatherSubmix, K2Node_CreateDelegate_OutputDelegate) == 0x000000, "Member 'BP_BaseAudioManager_C_InitWeatherSubmix::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnFollowWeatherEnvelope \ static_assert(alignof(BP_BaseAudioManager_C_OnFollowWeatherEnvelope) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnFollowWeatherEnvelope"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnFollowWeatherEnvelope) == 0x000028, "Wrong size on BP_BaseAudioManager_C_OnFollowWeatherEnvelope"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFollowWeatherEnvelope, Envelope) == 0x000000, "Member 'BP_BaseAudioManager_C_OnFollowWeatherEnvelope::Envelope' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFollowWeatherEnvelope, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_BaseAudioManager_C_OnFollowWeatherEnvelope::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFollowWeatherEnvelope, CallFunc_Array_Get_Item_1) == 0x000014, "Member 'BP_BaseAudioManager_C_OnFollowWeatherEnvelope::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFollowWeatherEnvelope, CallFunc_Add_FloatFloat_ReturnValue) == 0x000018, "Member 'BP_BaseAudioManager_C_OnFollowWeatherEnvelope::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFollowWeatherEnvelope, CallFunc_Array_Length_ReturnValue) == 0x00001C, "Member 'BP_BaseAudioManager_C_OnFollowWeatherEnvelope::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFollowWeatherEnvelope, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000020, "Member 'BP_BaseAudioManager_C_OnFollowWeatherEnvelope::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnFollowWeatherEnvelope, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x000024, "Member 'BP_BaseAudioManager_C_OnFollowWeatherEnvelope::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_InitControlBusMixes \ static_assert(alignof(BP_BaseAudioManager_C_InitControlBusMixes) == 0x000001, "Wrong alignment on BP_BaseAudioManager_C_InitControlBusMixes"); \ static_assert(sizeof(BP_BaseAudioManager_C_InitControlBusMixes) == 0x000002, "Wrong size on BP_BaseAudioManager_C_InitControlBusMixes"); \ static_assert(offsetof(BP_BaseAudioManager_C_InitControlBusMixes, CallFunc_IsLoadingCheckpoint_ReturnValue) == 0x000000, "Member 'BP_BaseAudioManager_C_InitControlBusMixes::CallFunc_IsLoadingCheckpoint_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_InitControlBusMixes, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_BaseAudioManager_C_InitControlBusMixes::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix \ static_assert(alignof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix"); \ static_assert(sizeof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix) == 0x0002E0, "Wrong size on BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, ControlBusMix) == 0x000000, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::ControlBusMix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, ResetIfExist) == 0x000008, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::ResetIfExist' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, ResetFadeTime) == 0x00000C, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::ResetFadeTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, Loc_NewInfo) == 0x000010, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::Loc_NewInfo' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, Loc_ControlBusMix) == 0x000060, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::Loc_ControlBusMix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, Loc_ControlBusMixInfo) == 0x000068, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::Loc_ControlBusMixInfo' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, Loc_ControlBusMixSoftRef) == 0x0000B8, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::Loc_ControlBusMixSoftRef' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0000E0, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Concat_StrStr_ReturnValue) == 0x0000F0, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000100, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_1) == 0x000128, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1) == 0x000150, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000160, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_IsControlBusMixActive_ReturnValue) == 0x000170, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_IsControlBusMixActive_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Not_PreBool_ReturnValue) == 0x000171, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_IsControlBusMixActive_ReturnValue_1) == 0x000172, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_IsControlBusMixActive_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_2) == 0x000178, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_2) == 0x0001A0, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_3) == 0x0001B0, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0001D8, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_3) == 0x0001E8, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Concat_StrStr_ReturnValue_3) == 0x0001F8, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_4) == 0x000208, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000218, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_5) == 0x000228, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Concat_StrStr_ReturnValue_5) == 0x000238, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Concat_StrStr_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_MakeLiteralString_ReturnValue) == 0x000248, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Map_Find_Value) == 0x000258, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Map_Find_ReturnValue) == 0x0002A8, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_4) == 0x0002B0, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix, CallFunc_IsValid_ReturnValue) == 0x0002D8, "Member 'BP_BaseAudioManager_C_AudioMan_ActivateControlBusMix::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix \ static_assert(alignof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix"); \ static_assert(sizeof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix) == 0x0001B8, "Wrong size on BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, ControlBusMix) == 0x000000, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::ControlBusMix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, Loc_NewInfo) == 0x000008, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::Loc_NewInfo' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, Loc_ControlBusMix) == 0x000058, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::Loc_ControlBusMix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, Loc_ControlBusMixInfo) == 0x000060, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::Loc_ControlBusMixInfo' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, Loc_ControlBusMixSoftRef) == 0x0000B0, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::Loc_ControlBusMixSoftRef' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0000D8, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1) == 0x0000E8, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, CallFunc_Concat_StrStr_ReturnValue) == 0x0000F8, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000108, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, CallFunc_MakeLiteralString_ReturnValue) == 0x000118, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, CallFunc_Map_Remove_ReturnValue) == 0x000128, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::CallFunc_Map_Remove_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, CallFunc_Map_Find_Value) == 0x000130, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, CallFunc_Map_Find_ReturnValue) == 0x000180, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x000188, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix, CallFunc_IsValid_ReturnValue) == 0x0001B0, "Member 'BP_BaseAudioManager_C_AudioMan_DeactivateControlBusMix::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_AudioMan_SetControlBusMix \ static_assert(alignof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_AudioMan_SetControlBusMix"); \ static_assert(sizeof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix) == 0x0001D8, "Wrong size on BP_BaseAudioManager_C_AudioMan_SetControlBusMix"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, ControlBusMix) == 0x000000, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::ControlBusMix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, Stages) == 0x000008, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::Stages' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, FadeTime) == 0x000018, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::FadeTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, Loc_SoftMixStages) == 0x000020, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::Loc_SoftMixStages' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, Loc_NewInfo) == 0x000030, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::Loc_NewInfo' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, Loc_ControlBusMix) == 0x000080, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::Loc_ControlBusMix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, Loc_ControlBusMixInfo) == 0x000088, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::Loc_ControlBusMixInfo' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, Loc_ControlBusMixSoftRef) == 0x0000D8, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::Loc_ControlBusMixSoftRef' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000100, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, CallFunc_Concat_StrStr_ReturnValue) == 0x000110, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1) == 0x000120, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000130, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, CallFunc_MakeLiteralString_ReturnValue) == 0x000140, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, CallFunc_Map_Find_Value) == 0x000150, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, CallFunc_Map_Find_ReturnValue) == 0x0001A0, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x0001A8, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_SetControlBusMix, CallFunc_IsValid_ReturnValue) == 0x0001D0, "Member 'BP_BaseAudioManager_C_AudioMan_SetControlBusMix::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix \ static_assert(alignof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix"); \ static_assert(sizeof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix) == 0x0001D8, "Wrong size on BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, ControlBusMix) == 0x000000, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::ControlBusMix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, FadeTime) == 0x000008, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::FadeTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, Loc_SoftMixStages) == 0x000010, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::Loc_SoftMixStages' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, Loc_NewInfo) == 0x000020, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::Loc_NewInfo' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, Loc_ControlBusMix) == 0x000070, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::Loc_ControlBusMix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, Loc_ControlBusMixInfo) == 0x000078, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::Loc_ControlBusMixInfo' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, Loc_ControlBusMixSoftRef) == 0x0000C8, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::Loc_ControlBusMixSoftRef' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x0000F0, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, CallFunc_Concat_StrStr_ReturnValue) == 0x000100, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1) == 0x000110, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, K2Node_MakeArray_Array) == 0x000120, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::K2Node_MakeArray_Array' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000130, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, CallFunc_MakeLiteralString_ReturnValue) == 0x000140, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, CallFunc_Map_Find_Value) == 0x000150, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::CallFunc_Map_Find_Value' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, CallFunc_Map_Find_ReturnValue) == 0x0001A0, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::CallFunc_Map_Find_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue) == 0x0001A8, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::CallFunc_Conv_ObjectToSoftObjectReference_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix, CallFunc_IsValid_ReturnValue) == 0x0001D0, "Member 'BP_BaseAudioManager_C_AudioMan_UpdateControlBusMix::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_ResetControlMixInfo \ static_assert(alignof(BP_BaseAudioManager_C_ResetControlMixInfo) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_ResetControlMixInfo"); \ static_assert(sizeof(BP_BaseAudioManager_C_ResetControlMixInfo) == 0x000118, "Wrong size on BP_BaseAudioManager_C_ResetControlMixInfo"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, CBInfo) == 0x000000, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::CBInfo' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, ResetBusMix) == 0x000050, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::ResetBusMix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, ResetFadeTime) == 0x000054, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::ResetFadeTime' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, Loc_ControlBusMixSoftRef) == 0x000058, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::Loc_ControlBusMixSoftRef' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, Loc_ControlBusMix) == 0x000080, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::Loc_ControlBusMix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000088, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1) == 0x000098, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A8, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B8, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x0000C8, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_2) == 0x0000D0, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, K2Node_DynamicCast_AsSound_Control_Bus_Mix) == 0x0000E0, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::K2Node_DynamicCast_AsSound_Control_Bus_Mix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, K2Node_DynamicCast_bSuccess) == 0x0000E8, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, CallFunc_Concat_StrStr_ReturnValue_2) == 0x0000F0, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, CallFunc_IsValid_ReturnValue) == 0x000100, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_ResetControlMixInfo, K2Node_MakeArray_Array) == 0x000108, "Member 'BP_BaseAudioManager_C_ResetControlMixInfo::K2Node_MakeArray_Array' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnActivateControlBusMixEvent \ static_assert(alignof(BP_BaseAudioManager_C_OnActivateControlBusMixEvent) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnActivateControlBusMixEvent"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnActivateControlBusMixEvent) == 0x000028, "Wrong size on BP_BaseAudioManager_C_OnActivateControlBusMixEvent"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnActivateControlBusMixEvent, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_OnActivateControlBusMixEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnActivateControlBusMixEvent, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_OnActivateControlBusMixEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnActivateControlBusMixEvent, Loc_AsBPE) == 0x000010, "Member 'BP_BaseAudioManager_C_OnActivateControlBusMixEvent::Loc_AsBPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnActivateControlBusMixEvent, K2Node_DynamicCast_AsBPE_A_Activate_Control_Bus_Mix) == 0x000018, "Member 'BP_BaseAudioManager_C_OnActivateControlBusMixEvent::K2Node_DynamicCast_AsBPE_A_Activate_Control_Bus_Mix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnActivateControlBusMixEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_BaseAudioManager_C_OnActivateControlBusMixEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnUpdateControlBusMixEvent \ static_assert(alignof(BP_BaseAudioManager_C_OnUpdateControlBusMixEvent) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnUpdateControlBusMixEvent"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnUpdateControlBusMixEvent) == 0x000028, "Wrong size on BP_BaseAudioManager_C_OnUpdateControlBusMixEvent"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnUpdateControlBusMixEvent, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_OnUpdateControlBusMixEvent::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnUpdateControlBusMixEvent, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_OnUpdateControlBusMixEvent::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnUpdateControlBusMixEvent, Loc_AsBPE) == 0x000010, "Member 'BP_BaseAudioManager_C_OnUpdateControlBusMixEvent::Loc_AsBPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnUpdateControlBusMixEvent, K2Node_DynamicCast_AsBPE_A_Update_Control_Bus_Mix) == 0x000018, "Member 'BP_BaseAudioManager_C_OnUpdateControlBusMixEvent::K2Node_DynamicCast_AsBPE_A_Update_Control_Bus_Mix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnUpdateControlBusMixEvent, K2Node_DynamicCast_bSuccess) == 0x000020, "Member 'BP_BaseAudioManager_C_OnUpdateControlBusMixEvent::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_BeginQuartz3CheckpointSave \ static_assert(alignof(BP_BaseAudioManager_C_BeginQuartz3CheckpointSave) == 0x000001, "Wrong alignment on BP_BaseAudioManager_C_BeginQuartz3CheckpointSave"); \ static_assert(sizeof(BP_BaseAudioManager_C_BeginQuartz3CheckpointSave) == 0x000003, "Wrong size on BP_BaseAudioManager_C_BeginQuartz3CheckpointSave"); \ static_assert(offsetof(BP_BaseAudioManager_C_BeginQuartz3CheckpointSave, CallFunc_IsValid_ReturnValue) == 0x000000, "Member 'BP_BaseAudioManager_C_BeginQuartz3CheckpointSave::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_BeginQuartz3CheckpointSave, CallFunc_IsClockRunning_ReturnValue) == 0x000001, "Member 'BP_BaseAudioManager_C_BeginQuartz3CheckpointSave::CallFunc_IsClockRunning_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_BeginQuartz3CheckpointSave, CallFunc_IsValid_ReturnValue_1) == 0x000002, "Member 'BP_BaseAudioManager_C_BeginQuartz3CheckpointSave::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad \ static_assert(alignof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad"); \ static_assert(sizeof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad) == 0x0000D0, "Wrong size on BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, LocCuesToPlay) == 0x000000, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::LocCuesToPlay' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, LocCurrentCueToPlay) == 0x000010, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::LocCurrentCueToPlay' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, Temp_int_Loop_Counter_Variable) == 0x000038, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_Add_IntInt_ReturnValue) == 0x00003C, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, Temp_int_Array_Index_Variable) == 0x000040, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, Temp_bool_Variable) == 0x000044, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::Temp_bool_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, Temp_int_Array_Index_Variable_1) == 0x000048, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_CreateEOEvent_ReturnValue) == 0x000050, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000058, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_Array_Add_ReturnValue) == 0x000060, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, Temp_int_Loop_Counter_Variable_1) == 0x000064, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_Add_IntInt_ReturnValue_1) == 0x000068, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_Array_Get_Item) == 0x000070, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_Array_Length_ReturnValue) == 0x000098, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_Less_IntInt_ReturnValue) == 0x00009C, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_Not_PreBool_ReturnValue) == 0x00009D, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_Array_Get_Item_1) == 0x0000A0, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_Array_Length_ReturnValue_1) == 0x0000C8, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_Not_PreBool_ReturnValue_1) == 0x0000CC, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_Not_PreBool_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000CD, "Member 'BP_BaseAudioManager_C_FinishQuartz3CheckpointLoad::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad \ static_assert(alignof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad"); \ static_assert(sizeof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad) == 0x000130, "Wrong size on BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, Loc_ConvStages) == 0x000000, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::Loc_ConvStages' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, Loc_CurrBuxMixHardRef) == 0x000010, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::Loc_CurrBuxMixHardRef' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, Loc_CurrBusMixInfo) == 0x000018, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::Loc_CurrBusMixInfo' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, Temp_int_Array_Index_Variable) == 0x000068, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::Temp_int_Array_Index_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Map_Length_ReturnValue) == 0x00006C, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Map_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Greater_IntInt_ReturnValue) == 0x000070, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Greater_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Conv_SoftObjectReferenceToString_ReturnValue) == 0x000078, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Conv_SoftObjectReferenceToString_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Concat_StrStr_ReturnValue) == 0x000088, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue) == 0x000098, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Conv_SoftObjectReferenceToObject_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, K2Node_DynamicCast_AsSound_Control_Bus_Mix) == 0x0000A0, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::K2Node_DynamicCast_AsSound_Control_Bus_Mix' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, K2Node_DynamicCast_bSuccess) == 0x0000A8, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, Temp_int_Loop_Counter_Variable) == 0x0000AC, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Add_IntInt_ReturnValue) == 0x0000B0, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Map_Values_Values) == 0x0000B8, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Map_Values_Values' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Array_Length_ReturnValue) == 0x0000C8, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Array_Get_Item) == 0x0000D0, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Greater_IntInt_ReturnValue_1) == 0x000120, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Greater_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Array_Length_ReturnValue_1) == 0x000124, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad, CallFunc_Less_IntInt_ReturnValue) == 0x000128, "Member 'BP_BaseAudioManager_C_FinishControlBusMixCheckpointLoad::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_OnGamePaused \ static_assert(alignof(BP_BaseAudioManager_C_OnGamePaused) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_OnGamePaused"); \ static_assert(sizeof(BP_BaseAudioManager_C_OnGamePaused) == 0x000030, "Wrong size on BP_BaseAudioManager_C_OnGamePaused"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnGamePaused, Sender) == 0x000000, "Member 'BP_BaseAudioManager_C_OnGamePaused::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnGamePaused, Event) == 0x000008, "Member 'BP_BaseAudioManager_C_OnGamePaused::Event' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnGamePaused, Loc_AsBPE) == 0x000010, "Member 'BP_BaseAudioManager_C_OnGamePaused::Loc_AsBPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnGamePaused, CallFunc_IsValid_ReturnValue) == 0x000018, "Member 'BP_BaseAudioManager_C_OnGamePaused::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnGamePaused, K2Node_DynamicCast_AsBPE_Global_Game_Paused) == 0x000020, "Member 'BP_BaseAudioManager_C_OnGamePaused::K2Node_DynamicCast_AsBPE_Global_Game_Paused' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_OnGamePaused, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_BaseAudioManager_C_OnGamePaused::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_BaseAudioManager_C_PlayCaptive_VO \ static_assert(alignof(BP_BaseAudioManager_C_PlayCaptive_VO) == 0x000008, "Wrong alignment on BP_BaseAudioManager_C_PlayCaptive_VO"); \ static_assert(sizeof(BP_BaseAudioManager_C_PlayCaptive_VO) == 0x000010, "Wrong size on BP_BaseAudioManager_C_PlayCaptive_VO"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayCaptive_VO, BPE) == 0x000000, "Member 'BP_BaseAudioManager_C_PlayCaptive_VO::BPE' has a wrong offset!"); \ static_assert(offsetof(BP_BaseAudioManager_C_PlayCaptive_VO, CallFunc_PlayPrioritizedAudio_Success) == 0x000008, "Member 'BP_BaseAudioManager_C_PlayCaptive_VO::CallFunc_PlayPrioritizedAudio_Success' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_BaseAudioManager_C \ static_assert(alignof(ABP_BaseAudioManager_C) == 0x000008, "Wrong alignment on ABP_BaseAudioManager_C"); \ static_assert(sizeof(ABP_BaseAudioManager_C) == 0x000B30, "Wrong size on ABP_BaseAudioManager_C"); \ static_assert(offsetof(ABP_BaseAudioManager_C, UberGraphFrame) == 0x0002C0, "Member 'ABP_BaseAudioManager_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Captive) == 0x0002C8, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Captive' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_MysteryVoice) == 0x0002D0, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_MysteryVoice' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_DTM_01) == 0x0002D8, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_DTM_01' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Phone) == 0x0002E0, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Phone' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_VoidShadow) == 0x0002E8, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_VoidShadow' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Xavier) == 0x0002F0, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Xavier' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_PA) == 0x0002F8, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_PA' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Denizen_02) == 0x000300, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Denizen_02' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Denizen_01) == 0x000308, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Denizen_01' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Ian) == 0x000310, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Ian' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, AC_Dialogue_Base) == 0x000318, "Member 'ABP_BaseAudioManager_C::AC_Dialogue_Base' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Dad) == 0x000320, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Dad' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Drovic) == 0x000328, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Drovic' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Amma) == 0x000330, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Amma' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Hypnos) == 0x000338, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Hypnos' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_BO) == 0x000340, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_BO' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_HET) == 0x000348, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_HET' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Klaus) == 0x000350, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Klaus' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PrioritizedAudioComponent_Katja) == 0x000358, "Member 'ABP_BaseAudioManager_C::PrioritizedAudioComponent_Katja' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, SoCu_SX_ACC_SubFall_EnterRoomBeforeKitchenAndMalcovichDoor) == 0x000360, "Member 'ABP_BaseAudioManager_C::SoCu_SX_ACC_SubFall_EnterRoomBeforeKitchenAndMalcovichDoor' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, RoomTone2) == 0x000368, "Member 'ABP_BaseAudioManager_C::RoomTone2' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, RoomTone1) == 0x000370, "Member 'ABP_BaseAudioManager_C::RoomTone1' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Billboard1) == 0x000378, "Member 'ABP_BaseAudioManager_C::Billboard1' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Billboard) == 0x000380, "Member 'ABP_BaseAudioManager_C::Billboard' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_BPE_A_Play_Dialogue) == 0x000388, "Member 'ABP_BaseAudioManager_C::As_BPE_A_Play_Dialogue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Context_Katja) == 0x000390, "Member 'ABP_BaseAudioManager_C::Context_Katja' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Context_Klaus) == 0x0003A8, "Member 'ABP_BaseAudioManager_C::Context_Klaus' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextHet) == 0x0003C0, "Member 'ABP_BaseAudioManager_C::ContextHet' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextHypnos) == 0x0003D8, "Member 'ABP_BaseAudioManager_C::ContextHypnos' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextBo) == 0x0003F0, "Member 'ABP_BaseAudioManager_C::ContextBo' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, QuartzMaster) == 0x000408, "Member 'ABP_BaseAudioManager_C::QuartzMaster' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, BPE_A_SwitchBreathingState) == 0x000410, "Member 'ABP_BaseAudioManager_C::BPE_A_SwitchBreathingState' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, TransitionEffortDuration) == 0x000418, "Member 'ABP_BaseAudioManager_C::TransitionEffortDuration' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CSE_Breathing_Base) == 0x000420, "Member 'ABP_BaseAudioManager_C::CSE_Breathing_Base' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PreTriggerBreathOutSound) == 0x000428, "Member 'ABP_BaseAudioManager_C::PreTriggerBreathOutSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PreTriggerBreathInSound) == 0x000430, "Member 'ABP_BaseAudioManager_C::PreTriggerBreathInSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PreTriggerMinDelay) == 0x000438, "Member 'ABP_BaseAudioManager_C::PreTriggerMinDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PreTriggerMaxDelay) == 0x00043C, "Member 'ABP_BaseAudioManager_C::PreTriggerMaxDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CharacterSoundEvent) == 0x000440, "Member 'ABP_BaseAudioManager_C::CharacterSoundEvent' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, TimerPromptCounter) == 0x000448, "Member 'ABP_BaseAudioManager_C::TimerPromptCounter' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, WeatherSubmix) == 0x000450, "Member 'ABP_BaseAudioManager_C::WeatherSubmix' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, TrackWeatherSubmix) == 0x000458, "Member 'ABP_BaseAudioManager_C::TrackWeatherSubmix' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Enum_SynesthesiaType) == 0x000459, "Member 'ABP_BaseAudioManager_C::Enum_SynesthesiaType' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, SynesthesiaSubmixValue) == 0x00045C, "Member 'ABP_BaseAudioManager_C::SynesthesiaSubmixValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LoudnessNRTValue) == 0x000460, "Member 'ABP_BaseAudioManager_C::LoudnessNRTValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ForceNextBreathType) == 0x000464, "Member 'ABP_BaseAudioManager_C::ForceNextBreathType' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PreTriggerVolume) == 0x000468, "Member 'ABP_BaseAudioManager_C::PreTriggerVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextAmma) == 0x000470, "Member 'ABP_BaseAudioManager_C::ContextAmma' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, RoomtoneCurrentlyPlaying) == 0x000488, "Member 'ABP_BaseAudioManager_C::RoomtoneCurrentlyPlaying' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PreviousSoundBase) == 0x000490, "Member 'ABP_BaseAudioManager_C::PreviousSoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_BPE_A_Roomtone_Manager) == 0x000498, "Member 'ABP_BaseAudioManager_C::As_BPE_A_Roomtone_Manager' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, RoomtoneFadeDur) == 0x0004A0, "Member 'ABP_BaseAudioManager_C::RoomtoneFadeDur' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, VideoSoundMix) == 0x0004A8, "Member 'ABP_BaseAudioManager_C::VideoSoundMix' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, AllowLocomotionSwitchBreathing) == 0x0004B0, "Member 'ABP_BaseAudioManager_C::AllowLocomotionSwitchBreathing' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionPreTriggerBreathInSound) == 0x0004B8, "Member 'ABP_BaseAudioManager_C::LocomotionPreTriggerBreathInSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionBreathOut) == 0x0004C0, "Member 'ABP_BaseAudioManager_C::LocomotionBreathOut' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionBreathIn) == 0x0004C8, "Member 'ABP_BaseAudioManager_C::LocomotionBreathIn' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionVolume) == 0x0004D0, "Member 'ABP_BaseAudioManager_C::LocomotionVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMinDelay) == 0x0004D4, "Member 'ABP_BaseAudioManager_C::LocomotionMinDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMaxDelay) == 0x0004D8, "Member 'ABP_BaseAudioManager_C::LocomotionMaxDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionHasTransition) == 0x0004DC, "Member 'ABP_BaseAudioManager_C::LocomotionHasTransition' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionTransitionDur) == 0x0004E0, "Member 'ABP_BaseAudioManager_C::LocomotionTransitionDur' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionTransitionBreathInSound) == 0x0004E8, "Member 'ABP_BaseAudioManager_C::LocomotionTransitionBreathInSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionTransitionBreathOutSound) == 0x0004F0, "Member 'ABP_BaseAudioManager_C::LocomotionTransitionBreathOutSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionTransitionBreathVolume) == 0x0004F8, "Member 'ABP_BaseAudioManager_C::LocomotionTransitionBreathVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMinDelayTransition) == 0x0004FC, "Member 'ABP_BaseAudioManager_C::LocomotionMinDelayTransition' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMaxDelayTransition) == 0x000500, "Member 'ABP_BaseAudioManager_C::LocomotionMaxDelayTransition' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMinExternalLoopDelayAdditiveTransition) == 0x000504, "Member 'ABP_BaseAudioManager_C::LocomotionMinExternalLoopDelayAdditiveTransition' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMaxExternalLoopDelayAdditiveTransition) == 0x000508, "Member 'ABP_BaseAudioManager_C::LocomotionMaxExternalLoopDelayAdditiveTransition' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionIsEffort) == 0x00050C, "Member 'ABP_BaseAudioManager_C::LocomotionIsEffort' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionTransitionEffortSound) == 0x000510, "Member 'ABP_BaseAudioManager_C::LocomotionTransitionEffortSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionRecover) == 0x000518, "Member 'ABP_BaseAudioManager_C::LocomotionRecover' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionRecoverHasTransition) == 0x000519, "Member 'ABP_BaseAudioManager_C::LocomotionRecoverHasTransition' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionRecoverDur) == 0x00051C, "Member 'ABP_BaseAudioManager_C::LocomotionRecoverDur' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionTransitionEffortVolume) == 0x000520, "Member 'ABP_BaseAudioManager_C::LocomotionTransitionEffortVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, SprintTimer) == 0x000528, "Member 'ABP_BaseAudioManager_C::SprintTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, SprintTimeThresholdMet) == 0x000530, "Member 'ABP_BaseAudioManager_C::SprintTimeThresholdMet' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, SprintTimeThreshold) == 0x000534, "Member 'ABP_BaseAudioManager_C::SprintTimeThreshold' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, SprintTimeMinThreshold) == 0x000538, "Member 'ABP_BaseAudioManager_C::SprintTimeMinThreshold' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionCrouchBeganBreathInSound) == 0x000540, "Member 'ABP_BaseAudioManager_C::LocomotionCrouchBeganBreathInSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionCrouchBeganBreathOutSound) == 0x000548, "Member 'ABP_BaseAudioManager_C::LocomotionCrouchBeganBreathOutSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionCrouchEndedBreathInSound) == 0x000550, "Member 'ABP_BaseAudioManager_C::LocomotionCrouchEndedBreathInSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionCrouchEndedBreathOutSound) == 0x000558, "Member 'ABP_BaseAudioManager_C::LocomotionCrouchEndedBreathOutSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionInitialDelay) == 0x000560, "Member 'ABP_BaseAudioManager_C::LocomotionInitialDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, MidBreathingTransition) == 0x000564, "Member 'ABP_BaseAudioManager_C::MidBreathingTransition' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, NewBreathEventMidTransition) == 0x000565, "Member 'ABP_BaseAudioManager_C::NewBreathEventMidTransition' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedLocomotionBreatheInSound) == 0x000568, "Member 'ABP_BaseAudioManager_C::CachedLocomotionBreatheInSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedLocomotionBreatheOutSound) == 0x000570, "Member 'ABP_BaseAudioManager_C::CachedLocomotionBreatheOutSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedLocomotionMinLoopDelay) == 0x000578, "Member 'ABP_BaseAudioManager_C::CachedLocomotionMinLoopDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedLocomotionMaxLoopDelay) == 0x00057C, "Member 'ABP_BaseAudioManager_C::CachedLocomotionMaxLoopDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedLocomotionVolume) == 0x000580, "Member 'ABP_BaseAudioManager_C::CachedLocomotionVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMinExternalLoopDelayAdditive) == 0x000584, "Member 'ABP_BaseAudioManager_C::LocomotionMinExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMaxExternalLoopDelayAdditive) == 0x000588, "Member 'ABP_BaseAudioManager_C::LocomotionMaxExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionTransitionDur_SprintValue) == 0x00058C, "Member 'ABP_BaseAudioManager_C::LocomotionTransitionDur_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMinDelayTransition_SprintValue) == 0x000590, "Member 'ABP_BaseAudioManager_C::LocomotionMinDelayTransition_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMaxDelayTransition_SprintValue) == 0x000594, "Member 'ABP_BaseAudioManager_C::LocomotionMaxDelayTransition_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionTransitionBreath_in_Sound_SprintValue) == 0x000598, "Member 'ABP_BaseAudioManager_C::LocomotionTransitionBreath_in_Sound_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionTransitionBreathOutSound_SprintValue) == 0x0005A0, "Member 'ABP_BaseAudioManager_C::LocomotionTransitionBreathOutSound_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMinExternalLoopDelayAdditiveTransition_SprintValue) == 0x0005A8, "Member 'ABP_BaseAudioManager_C::LocomotionMinExternalLoopDelayAdditiveTransition_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMaxExternalLoopDelayAdditiveTransition_SprintValue) == 0x0005AC, "Member 'ABP_BaseAudioManager_C::LocomotionMaxExternalLoopDelayAdditiveTransition_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionVolume_SprintValue) == 0x0005B0, "Member 'ABP_BaseAudioManager_C::LocomotionVolume_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMinDelay_SprintValue) == 0x0005B4, "Member 'ABP_BaseAudioManager_C::LocomotionMinDelay_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMaxDelay_SprintValue) == 0x0005B8, "Member 'ABP_BaseAudioManager_C::LocomotionMaxDelay_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMinExternalLoopDelayAdditive_SprintValue) == 0x0005BC, "Member 'ABP_BaseAudioManager_C::LocomotionMinExternalLoopDelayAdditive_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionMaxExternalLoopDelayAdditive_SprintValue) == 0x0005C0, "Member 'ABP_BaseAudioManager_C::LocomotionMaxExternalLoopDelayAdditive_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionBreathIn_SprintValue) == 0x0005C8, "Member 'ABP_BaseAudioManager_C::LocomotionBreathIn_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionBreathOut_SprintValue) == 0x0005D0, "Member 'ABP_BaseAudioManager_C::LocomotionBreathOut_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedLocomotionMaxExternalLoopDelayAdditive) == 0x0005D8, "Member 'ABP_BaseAudioManager_C::CachedLocomotionMaxExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedLocomotionMinExternalLoopDelayAdditive) == 0x0005DC, "Member 'ABP_BaseAudioManager_C::CachedLocomotionMinExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionForceBreathOutPostEffort) == 0x0005E0, "Member 'ABP_BaseAudioManager_C::LocomotionForceBreathOutPostEffort' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LocomotionTransitionBreathVolume_SprintValue) == 0x0005E4, "Member 'ABP_BaseAudioManager_C::LocomotionTransitionBreathVolume_SprintValue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Speed) == 0x0005E8, "Member 'ABP_BaseAudioManager_C::Speed' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, SprintButtonActive) == 0x0005EC, "Member 'ABP_BaseAudioManager_C::SprintButtonActive' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, SprintSpeedThreshold) == 0x0005F0, "Member 'ABP_BaseAudioManager_C::SprintSpeedThreshold' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, KatjaSpeaking) == 0x0005F4, "Member 'ABP_BaseAudioManager_C::KatjaSpeaking' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Debug) == 0x0005F5, "Member 'ABP_BaseAudioManager_C::Debug' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_BPE_A_Switch_Breathing_State) == 0x0005F8, "Member 'ABP_BaseAudioManager_C::As_BPE_A_Switch_Breathing_State' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_CSE_Breathing_Base) == 0x000600, "Member 'ABP_BaseAudioManager_C::As_CSE_Breathing_Base' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Transition_Breath_in_Sound) == 0x000608, "Member 'ABP_BaseAudioManager_C::Transition_Breath_in_Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Transition_Breath_Out_Sound) == 0x000610, "Member 'ABP_BaseAudioManager_C::Transition_Breath_Out_Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PreTriggerMinExternalLoopDelayAdditive) == 0x000618, "Member 'ABP_BaseAudioManager_C::PreTriggerMinExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PreTriggerMaxExternalLoopDelayAdditive) == 0x00061C, "Member 'ABP_BaseAudioManager_C::PreTriggerMaxExternalLoopDelayAdditive' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PreTriggerLoopAfterCount) == 0x000620, "Member 'ABP_BaseAudioManager_C::PreTriggerLoopAfterCount' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Sprinting) == 0x000624, "Member 'ABP_BaseAudioManager_C::Sprinting' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, SwitchBreathingMidSprint) == 0x000625, "Member 'ABP_BaseAudioManager_C::SwitchBreathingMidSprint' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_BPE_A_Set_Footstep_Additional_Audio) == 0x000628, "Member 'ABP_BaseAudioManager_C::As_BPE_A_Set_Footstep_Additional_Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_BPE_AI_DTM_In_Combat) == 0x000630, "Member 'ABP_BaseAudioManager_C::As_BPE_AI_DTM_In_Combat' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, DTMsInComatCounter) == 0x000638, "Member 'ABP_BaseAudioManager_C::DTMsInComatCounter' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedPreDTMPursuitBreathe_in_Sound) == 0x000640, "Member 'ABP_BaseAudioManager_C::CachedPreDTMPursuitBreathe_in_Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedPreDTMPursuitBreathe_out_Sound) == 0x000648, "Member 'ABP_BaseAudioManager_C::CachedPreDTMPursuitBreathe_out_Sound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedPreDTMPursuitVolume) == 0x000650, "Member 'ABP_BaseAudioManager_C::CachedPreDTMPursuitVolume' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, DTMPursuitBreathInArray) == 0x000658, "Member 'ABP_BaseAudioManager_C::DTMPursuitBreathInArray' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, DTMPursuitBreathOutArray) == 0x000668, "Member 'ABP_BaseAudioManager_C::DTMPursuitBreathOutArray' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, EffortDTMInPursuit) == 0x000678, "Member 'ABP_BaseAudioManager_C::EffortDTMInPursuit' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, EffortDTMLosePursuit) == 0x000679, "Member 'ABP_BaseAudioManager_C::EffortDTMLosePursuit' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PreventRetriggerDTMEffortDelay) == 0x00067C, "Member 'ABP_BaseAudioManager_C::PreventRetriggerDTMEffortDelay' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CrouchSprintString) == 0x000680, "Member 'ABP_BaseAudioManager_C::CrouchSprintString' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextDroVic) == 0x000690, "Member 'ABP_BaseAudioManager_C::ContextDroVic' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_BPE_AFadeOut3DSFX) == 0x0006A8, "Member 'ABP_BaseAudioManager_C::As_BPE_AFadeOut3DSFX' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextDad) == 0x0006B0, "Member 'ABP_BaseAudioManager_C::ContextDad' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_BPE_A_FlipFlopSFX1) == 0x0006C8, "Member 'ABP_BaseAudioManager_C::As_BPE_A_FlipFlopSFX1' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_BPE_A_FlipFlopSFX2) == 0x0006D0, "Member 'ABP_BaseAudioManager_C::As_BPE_A_FlipFlopSFX2' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_BPE_A_PlaySoundAtLocation) == 0x0006D8, "Member 'ABP_BaseAudioManager_C::As_BPE_A_PlaySoundAtLocation' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, QuartzClock_01) == 0x0006E0, "Member 'ABP_BaseAudioManager_C::QuartzClock_01' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, QuartzClock_02) == 0x0006E8, "Member 'ABP_BaseAudioManager_C::QuartzClock_02' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Layer2Volume) == 0x0006F0, "Member 'ABP_BaseAudioManager_C::Layer2Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, IsA) == 0x0006F4, "Member 'ABP_BaseAudioManager_C::IsA' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Layer2) == 0x0006F8, "Member 'ABP_BaseAudioManager_C::Layer2' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_BPE_A_Quartz_3) == 0x000700, "Member 'ABP_BaseAudioManager_C::As_BPE_A_Quartz_3' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Layer_BSound) == 0x000708, "Member 'ABP_BaseAudioManager_C::Layer_BSound' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Layer3Volume) == 0x000710, "Member 'ABP_BaseAudioManager_C::Layer3Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Layer3) == 0x000718, "Member 'ABP_BaseAudioManager_C::Layer3' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CurrentTrackA) == 0x000720, "Member 'ABP_BaseAudioManager_C::CurrentTrackA' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Layer1Volume) == 0x000728, "Member 'ABP_BaseAudioManager_C::Layer1Volume' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LayerA_Playing) == 0x00072C, "Member 'ABP_BaseAudioManager_C::LayerA_Playing' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LayerC_IsPlaying) == 0x00072D, "Member 'ABP_BaseAudioManager_C::LayerC_IsPlaying' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, LayerB_IsPlaying) == 0x00072E, "Member 'ABP_BaseAudioManager_C::LayerB_IsPlaying' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CurrentlyPlayingALayer) == 0x000730, "Member 'ABP_BaseAudioManager_C::CurrentlyPlayingALayer' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Clock_01_Active) == 0x000738, "Member 'ABP_BaseAudioManager_C::Clock_01_Active' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, QuartzPrintString) == 0x000740, "Member 'ABP_BaseAudioManager_C::QuartzPrintString' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, TrackNumber) == 0x000758, "Member 'ABP_BaseAudioManager_C::TrackNumber' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CurrentTrackB) == 0x000760, "Member 'ABP_BaseAudioManager_C::CurrentTrackB' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, QuartzMaster3) == 0x000768, "Member 'ABP_BaseAudioManager_C::QuartzMaster3' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Envelope_Follower_Listener) == 0x000770, "Member 'ABP_BaseAudioManager_C::Envelope_Follower_Listener' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Target) == 0x000778, "Member 'ABP_BaseAudioManager_C::Target' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Stealth_Detection_SFX) == 0x000780, "Member 'ABP_BaseAudioManager_C::Stealth_Detection_SFX' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, StealthDetectionSFXTail) == 0x000788, "Member 'ABP_BaseAudioManager_C::StealthDetectionSFXTail' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, FlavorLineAvailable) == 0x000790, "Member 'ABP_BaseAudioManager_C::FlavorLineAvailable' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, KatjaFlavorLineTimer) == 0x000794, "Member 'ABP_BaseAudioManager_C::KatjaFlavorLineTimer' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, FlavorLineTimerHandle) == 0x000798, "Member 'ABP_BaseAudioManager_C::FlavorLineTimerHandle' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, As_BPE_A_Timer_Prompt) == 0x0007A0, "Member 'ABP_BaseAudioManager_C::As_BPE_A_Timer_Prompt' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, DynamicsProcessor) == 0x0007A8, "Member 'ABP_BaseAudioManager_C::DynamicsProcessor' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, MultibandCompressors) == 0x0007B8, "Member 'ABP_BaseAudioManager_C::MultibandCompressors' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ConditionState) == 0x0007C8, "Member 'ABP_BaseAudioManager_C::ConditionState' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextIan) == 0x0007D0, "Member 'ABP_BaseAudioManager_C::ContextIan' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextDenizen) == 0x0007E8, "Member 'ABP_BaseAudioManager_C::ContextDenizen' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextDenizen_02) == 0x000800, "Member 'ABP_BaseAudioManager_C::ContextDenizen_02' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextPA) == 0x000818, "Member 'ABP_BaseAudioManager_C::ContextPA' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextXavier) == 0x000830, "Member 'ABP_BaseAudioManager_C::ContextXavier' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextVoidShadow) == 0x000848, "Member 'ABP_BaseAudioManager_C::ContextVoidShadow' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Breathing_State_Change_Event) == 0x000860, "Member 'ABP_BaseAudioManager_C::Breathing_State_Change_Event' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Breath_Effort_in_Sound_Cue) == 0x000868, "Member 'ABP_BaseAudioManager_C::Breath_Effort_in_Sound_Cue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Breath_Effort_Out_Sound_Cue) == 0x0008B8, "Member 'ABP_BaseAudioManager_C::Breath_Effort_Out_Sound_Cue' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Current_Breath_State) == 0x000908, "Member 'ABP_BaseAudioManager_C::Current_Breath_State' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Walking_Breath_State_Array) == 0x000910, "Member 'ABP_BaseAudioManager_C::Walking_Breath_State_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Sprinting_Breath_State_Array) == 0x000920, "Member 'ABP_BaseAudioManager_C::Sprinting_Breath_State_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Crouching_Breath_State_Array) == 0x000930, "Member 'ABP_BaseAudioManager_C::Crouching_Breath_State_Array' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Current_Breath_State_Struct) == 0x000940, "Member 'ABP_BaseAudioManager_C::Current_Breath_State_Struct' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Breath_Effort_In_Duration) == 0x000978, "Member 'ABP_BaseAudioManager_C::Breath_Effort_In_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Breath_Effort_Out_Duration) == 0x00097C, "Member 'ABP_BaseAudioManager_C::Breath_Effort_Out_Duration' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Crouching) == 0x000980, "Member 'ABP_BaseAudioManager_C::Crouching' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Current_Locomotion) == 0x000981, "Member 'ABP_BaseAudioManager_C::Current_Locomotion' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Breath_State_Duration_Timer_Handle) == 0x000988, "Member 'ABP_BaseAudioManager_C::Breath_State_Duration_Timer_Handle' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Effort_In_Timer_Handle) == 0x000990, "Member 'ABP_BaseAudioManager_C::Effort_In_Timer_Handle' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Effort_Out_Timer_Handle) == 0x000998, "Member 'ABP_BaseAudioManager_C::Effort_Out_Timer_Handle' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Breath_State_Start_Time) == 0x0009A0, "Member 'ABP_BaseAudioManager_C::Breath_State_Start_Time' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ShouldTrackBreathTimeElapsed) == 0x0009A4, "Member 'ABP_BaseAudioManager_C::ShouldTrackBreathTimeElapsed' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Current_Breath_State_Time_Left) == 0x0009A8, "Member 'ABP_BaseAudioManager_C::Current_Breath_State_Time_Left' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, AreBreathingChangesDisabled_) == 0x0009AC, "Member 'ABP_BaseAudioManager_C::AreBreathingChangesDisabled_' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextPhone) == 0x0009B0, "Member 'ABP_BaseAudioManager_C::ContextPhone' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextMysteryVoice) == 0x0009C8, "Member 'ABP_BaseAudioManager_C::ContextMysteryVoice' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, Context_DTM_01) == 0x0009E0, "Member 'ABP_BaseAudioManager_C::Context_DTM_01' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedQuartz3ClockInfo) == 0x0009F8, "Member 'ABP_BaseAudioManager_C::CachedQuartz3ClockInfo' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedLayerToggles) == 0x000A50, "Member 'ABP_BaseAudioManager_C::CachedLayerToggles' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, bLayerAdjustTriggered) == 0x000A60, "Member 'ABP_BaseAudioManager_C::bLayerAdjustTriggered' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, CachedQuantizationType) == 0x000A61, "Member 'ABP_BaseAudioManager_C::CachedQuantizationType' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, bClockRunning) == 0x000A62, "Member 'ABP_BaseAudioManager_C::bClockRunning' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, bIgnoreNonloopingLayers) == 0x000A63, "Member 'ABP_BaseAudioManager_C::bIgnoreNonloopingLayers' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, SavedActiveControlBusMixes) == 0x000A68, "Member 'ABP_BaseAudioManager_C::SavedActiveControlBusMixes' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ActiveControlBusMixes) == 0x000AB8, "Member 'ABP_BaseAudioManager_C::ActiveControlBusMixes' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, AllowSprintBreathChanges) == 0x000B08, "Member 'ABP_BaseAudioManager_C::AllowSprintBreathChanges' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, ContextCaptive) == 0x000B10, "Member 'ABP_BaseAudioManager_C::ContextCaptive' has a wrong offset!"); \ static_assert(offsetof(ABP_BaseAudioManager_C, PlayerDeathActive) == 0x000B28, "Member 'ABP_BaseAudioManager_C::PlayerDeathActive' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_KA0_TransitionVisuals_Out_C_ExecuteUbergraph_LSA_KA0_TransitionVisuals_Out \ static_assert(alignof(LSA_KA0_TransitionVisuals_Out_C_ExecuteUbergraph_LSA_KA0_TransitionVisuals_Out) == 0x000004, "Wrong alignment on LSA_KA0_TransitionVisuals_Out_C_ExecuteUbergraph_LSA_KA0_TransitionVisuals_Out"); \ static_assert(sizeof(LSA_KA0_TransitionVisuals_Out_C_ExecuteUbergraph_LSA_KA0_TransitionVisuals_Out) == 0x000004, "Wrong size on LSA_KA0_TransitionVisuals_Out_C_ExecuteUbergraph_LSA_KA0_TransitionVisuals_Out"); \ static_assert(offsetof(LSA_KA0_TransitionVisuals_Out_C_ExecuteUbergraph_LSA_KA0_TransitionVisuals_Out, EntryPoint) == 0x000000, "Member 'LSA_KA0_TransitionVisuals_Out_C_ExecuteUbergraph_LSA_KA0_TransitionVisuals_Out::EntryPoint' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_KA0_TransitionVisuals_Out_C \ static_assert(alignof(ALSA_KA0_TransitionVisuals_Out_C) == 0x000008, "Wrong alignment on ALSA_KA0_TransitionVisuals_Out_C"); \ static_assert(sizeof(ALSA_KA0_TransitionVisuals_Out_C) == 0x0008D8, "Wrong size on ALSA_KA0_TransitionVisuals_Out_C"); \ static_assert(offsetof(ALSA_KA0_TransitionVisuals_Out_C, UberGraphFrame_LSA_KA0_TransitionVisuals_Out_C) == 0x0008D0, "Member 'ALSA_KA0_TransitionVisuals_Out_C::UberGraphFrame_LSA_KA0_TransitionVisuals_Out_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_LSA_KA0_SS_DoorJamTowardsStudy_C_ExecuteUbergraph_LSA_KA0_SS_DoorJamTowardsStudy \ static_assert(alignof(LSA_KA0_SS_DoorJamTowardsStudy_C_ExecuteUbergraph_LSA_KA0_SS_DoorJamTowardsStudy) == 0x000008, "Wrong alignment on LSA_KA0_SS_DoorJamTowardsStudy_C_ExecuteUbergraph_LSA_KA0_SS_DoorJamTowardsStudy"); \ static_assert(sizeof(LSA_KA0_SS_DoorJamTowardsStudy_C_ExecuteUbergraph_LSA_KA0_SS_DoorJamTowardsStudy) == 0x000010, "Wrong size on LSA_KA0_SS_DoorJamTowardsStudy_C_ExecuteUbergraph_LSA_KA0_SS_DoorJamTowardsStudy"); \ static_assert(offsetof(LSA_KA0_SS_DoorJamTowardsStudy_C_ExecuteUbergraph_LSA_KA0_SS_DoorJamTowardsStudy, EntryPoint) == 0x000000, "Member 'LSA_KA0_SS_DoorJamTowardsStudy_C_ExecuteUbergraph_LSA_KA0_SS_DoorJamTowardsStudy::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_SS_DoorJamTowardsStudy_C_ExecuteUbergraph_LSA_KA0_SS_DoorJamTowardsStudy, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'LSA_KA0_SS_DoorJamTowardsStudy_C_ExecuteUbergraph_LSA_KA0_SS_DoorJamTowardsStudy::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(LSA_KA0_SS_DoorJamTowardsStudy_C_ExecuteUbergraph_LSA_KA0_SS_DoorJamTowardsStudy, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'LSA_KA0_SS_DoorJamTowardsStudy_C_ExecuteUbergraph_LSA_KA0_SS_DoorJamTowardsStudy::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_KA0_SS_DoorJamTowardsStudy_C \ static_assert(alignof(ALSA_KA0_SS_DoorJamTowardsStudy_C) == 0x000008, "Wrong alignment on ALSA_KA0_SS_DoorJamTowardsStudy_C"); \ static_assert(sizeof(ALSA_KA0_SS_DoorJamTowardsStudy_C) == 0x0008D8, "Wrong size on ALSA_KA0_SS_DoorJamTowardsStudy_C"); \ static_assert(offsetof(ALSA_KA0_SS_DoorJamTowardsStudy_C, UberGraphFrame_LSA_KA0_SS_DoorJamTowardsStudy_C) == 0x0008D0, "Member 'ALSA_KA0_SS_DoorJamTowardsStudy_C::UberGraphFrame_LSA_KA0_SS_DoorJamTowardsStudy_C' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ALSA_KA0_SS_LeavingKitchen_C \ static_assert(alignof(ALSA_KA0_SS_LeavingKitchen_C) == 0x000008, "Wrong alignment on ALSA_KA0_SS_LeavingKitchen_C"); \ static_assert(sizeof(ALSA_KA0_SS_LeavingKitchen_C) == 0x0008D0, "Wrong size on ALSA_KA0_SS_LeavingKitchen_C"); \ #define DUMPER7_ASSERTS_BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime \ static_assert(alignof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime) == 0x000008, "Wrong alignment on BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime"); \ static_assert(sizeof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime) == 0x000068, "Wrong size on BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, EntryPoint) == 0x000000, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, K2Node_EOEvent_Sender) == 0x000008, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, K2Node_EOEvent_Event) == 0x000010, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, CallFunc_CreateEOEvent_ReturnValue) == 0x000018, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, Temp_bool_Has_Been_Initd_Variable) == 0x000020, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::Temp_bool_Has_Been_Initd_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, Temp_bool_IsClosed_Variable) == 0x000021, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::Temp_bool_IsClosed_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, K2Node_Event_InteractionComponent) == 0x000028, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::K2Node_Event_InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, K2Node_Event_InteractionActor) == 0x000030, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::K2Node_Event_InteractionActor' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, K2Node_EOCreateEvent_OutputDelegate) == 0x000038, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, K2Node_EOEvent_Sender_1) == 0x000048, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, K2Node_EOEvent_Event_1) == 0x000050, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000058, "Member 'BP_HI_KA0_DeskChime_C_ExecuteUbergraph_BP_HI_KA0_DeskChime::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HI_KA0_DeskChime_C_StartChimeRinging \ static_assert(alignof(BP_HI_KA0_DeskChime_C_StartChimeRinging) == 0x000008, "Wrong alignment on BP_HI_KA0_DeskChime_C_StartChimeRinging"); \ static_assert(sizeof(BP_HI_KA0_DeskChime_C_StartChimeRinging) == 0x000010, "Wrong size on BP_HI_KA0_DeskChime_C_StartChimeRinging"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_StartChimeRinging, Sender) == 0x000000, "Member 'BP_HI_KA0_DeskChime_C_StartChimeRinging::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_StartChimeRinging, Event) == 0x000008, "Member 'BP_HI_KA0_DeskChime_C_StartChimeRinging::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HI_KA0_DeskChime_C_KA0_EarthquakeFinished \ static_assert(alignof(BP_HI_KA0_DeskChime_C_KA0_EarthquakeFinished) == 0x000008, "Wrong alignment on BP_HI_KA0_DeskChime_C_KA0_EarthquakeFinished"); \ static_assert(sizeof(BP_HI_KA0_DeskChime_C_KA0_EarthquakeFinished) == 0x000010, "Wrong size on BP_HI_KA0_DeskChime_C_KA0_EarthquakeFinished"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_KA0_EarthquakeFinished, Sender) == 0x000000, "Member 'BP_HI_KA0_DeskChime_C_KA0_EarthquakeFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_KA0_EarthquakeFinished, Event) == 0x000008, "Member 'BP_HI_KA0_DeskChime_C_KA0_EarthquakeFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_HI_KA0_DeskChime_C_ActiveBeginInteract \ static_assert(alignof(BP_HI_KA0_DeskChime_C_ActiveBeginInteract) == 0x000008, "Wrong alignment on BP_HI_KA0_DeskChime_C_ActiveBeginInteract"); \ static_assert(sizeof(BP_HI_KA0_DeskChime_C_ActiveBeginInteract) == 0x000010, "Wrong size on BP_HI_KA0_DeskChime_C_ActiveBeginInteract"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ActiveBeginInteract, InteractionComponent) == 0x000000, "Member 'BP_HI_KA0_DeskChime_C_ActiveBeginInteract::InteractionComponent' has a wrong offset!"); \ static_assert(offsetof(BP_HI_KA0_DeskChime_C_ActiveBeginInteract, InteractionActor) == 0x000008, "Member 'BP_HI_KA0_DeskChime_C_ActiveBeginInteract::InteractionActor' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_HI_KA0_DeskChime_C \ static_assert(alignof(ABP_HI_KA0_DeskChime_C) == 0x000010, "Wrong alignment on ABP_HI_KA0_DeskChime_C"); \ static_assert(sizeof(ABP_HI_KA0_DeskChime_C) == 0x001E20, "Wrong size on ABP_HI_KA0_DeskChime_C"); \ static_assert(offsetof(ABP_HI_KA0_DeskChime_C, UberGraphFrame_BP_HI_KA0_DeskChime_C) == 0x001E08, "Member 'ABP_HI_KA0_DeskChime_C::UberGraphFrame_BP_HI_KA0_DeskChime_C' has a wrong offset!"); \ static_assert(offsetof(ABP_HI_KA0_DeskChime_C, EarthquakeHappened) == 0x001E10, "Member 'ABP_HI_KA0_DeskChime_C::EarthquakeHappened' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_GPOIUpdate_C_ExecuteUbergraph_BPC_GPOIUpdate \ static_assert(alignof(BPC_GPOIUpdate_C_ExecuteUbergraph_BPC_GPOIUpdate) == 0x000004, "Wrong alignment on BPC_GPOIUpdate_C_ExecuteUbergraph_BPC_GPOIUpdate"); \ static_assert(sizeof(BPC_GPOIUpdate_C_ExecuteUbergraph_BPC_GPOIUpdate) == 0x000008, "Wrong size on BPC_GPOIUpdate_C_ExecuteUbergraph_BPC_GPOIUpdate"); \ static_assert(offsetof(BPC_GPOIUpdate_C_ExecuteUbergraph_BPC_GPOIUpdate, EntryPoint) == 0x000000, "Member 'BPC_GPOIUpdate_C_ExecuteUbergraph_BPC_GPOIUpdate::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_ExecuteUbergraph_BPC_GPOIUpdate, K2Node_Event_DeltaSeconds) == 0x000004, "Member 'BPC_GPOIUpdate_C_ExecuteUbergraph_BPC_GPOIUpdate::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_GPOIUpdate_C_ReceiveTick \ static_assert(alignof(BPC_GPOIUpdate_C_ReceiveTick) == 0x000004, "Wrong alignment on BPC_GPOIUpdate_C_ReceiveTick"); \ static_assert(sizeof(BPC_GPOIUpdate_C_ReceiveTick) == 0x000004, "Wrong size on BPC_GPOIUpdate_C_ReceiveTick"); \ static_assert(offsetof(BPC_GPOIUpdate_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BPC_GPOIUpdate_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_GPOIUpdate_C_InitGPOIUpdate \ static_assert(alignof(BPC_GPOIUpdate_C_InitGPOIUpdate) == 0x000008, "Wrong alignment on BPC_GPOIUpdate_C_InitGPOIUpdate"); \ static_assert(sizeof(BPC_GPOIUpdate_C_InitGPOIUpdate) == 0x000018, "Wrong size on BPC_GPOIUpdate_C_InitGPOIUpdate"); \ static_assert(offsetof(BPC_GPOIUpdate_C_InitGPOIUpdate, CallFunc_GetOwner_ReturnValue) == 0x000000, "Member 'BPC_GPOIUpdate_C_InitGPOIUpdate::CallFunc_GetOwner_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_InitGPOIUpdate, K2Node_DynamicCast_AsBP_Guided_Point_Of_Interest) == 0x000008, "Member 'BPC_GPOIUpdate_C_InitGPOIUpdate::K2Node_DynamicCast_AsBP_Guided_Point_Of_Interest' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_InitGPOIUpdate, K2Node_DynamicCast_bSuccess) == 0x000010, "Member 'BPC_GPOIUpdate_C_InitGPOIUpdate::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BPC_GPOIUpdate_C_IsTargetInDeadZone \ static_assert(alignof(BPC_GPOIUpdate_C_IsTargetInDeadZone) == 0x000008, "Wrong alignment on BPC_GPOIUpdate_C_IsTargetInDeadZone"); \ static_assert(sizeof(BPC_GPOIUpdate_C_IsTargetInDeadZone) == 0x000068, "Wrong size on BPC_GPOIUpdate_C_IsTargetInDeadZone"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, ReturnValue) == 0x000000, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_GetDeadZoneParams_ReturnValue) == 0x000004, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_GetDeadZoneParams_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_Divide_Vector2DFloat_ReturnValue) == 0x00000C, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_Divide_Vector2DFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_BreakVector2D_X) == 0x000014, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_BreakVector2D_X' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_BreakVector2D_Y) == 0x000018, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_BreakVector2D_Y' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_Add_FloatFloat_ReturnValue) == 0x00001C, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_Add_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_Subtract_FloatFloat_ReturnValue) == 0x00002C, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_Subtract_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_Add_FloatFloat_ReturnValue_1) == 0x000030, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_Add_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_Subtract_FloatFloat_ReturnValue_1) == 0x000034, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_Subtract_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_GetViewportSize_ReturnValue) == 0x000038, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_GetViewportSize_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_GetCachedCorePlayerController_CachedCorePlayerController) == 0x000040, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_GetCachedCorePlayerController_CachedCorePlayerController' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_ProjectWorldToScreen_ScreenPosition) == 0x000048, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_ProjectWorldToScreen_ScreenPosition' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_ProjectWorldToScreen_ReturnValue) == 0x000050, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_ProjectWorldToScreen_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_Divide_Vector2DVector2D_ReturnValue) == 0x000054, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_Divide_Vector2DVector2D_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_BreakVector2D_X_1) == 0x00005C, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_BreakVector2D_X_1' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_BreakVector2D_Y_1) == 0x000060, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_BreakVector2D_Y_1' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_InRange_FloatFloat_ReturnValue) == 0x000064, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_InRange_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_InRange_FloatFloat_ReturnValue_1) == 0x000065, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_InRange_FloatFloat_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BPC_GPOIUpdate_C_IsTargetInDeadZone, CallFunc_BooleanAND_ReturnValue) == 0x000066, "Member 'BPC_GPOIUpdate_C_IsTargetInDeadZone::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UBPC_GPOIUpdate_C \ static_assert(alignof(UBPC_GPOIUpdate_C) == 0x000008, "Wrong alignment on UBPC_GPOIUpdate_C"); \ static_assert(sizeof(UBPC_GPOIUpdate_C) == 0x0000D0, "Wrong size on UBPC_GPOIUpdate_C"); \ static_assert(offsetof(UBPC_GPOIUpdate_C, UberGraphFrame) == 0x0000B8, "Member 'UBPC_GPOIUpdate_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(UBPC_GPOIUpdate_C, GPOIRef) == 0x0000C0, "Member 'UBPC_GPOIUpdate_C::GPOIRef' has a wrong offset!"); \ static_assert(offsetof(UBPC_GPOIUpdate_C, ZoneDebugWidget) == 0x0000C8, "Member 'UBPC_GPOIUpdate_C::ZoneDebugWidget' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design \ static_assert(alignof(Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design) == 0x000008, "Wrong alignment on Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design"); \ static_assert(sizeof(Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design) == 0x000028, "Wrong size on Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design, EntryPoint) == 0x000000, "Member 'Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design, K2Node_EOCreateEvent_OutputDelegate) == 0x000004, "Member 'Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design, K2Node_EOEvent_Sender) == 0x000018, "Member 'Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design, K2Node_EOEvent_Event) == 0x000020, "Member 'Ch00_Katjas_Apartment_Design_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Design::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ch00_Katjas_Apartment_Design_C_EOEventDelegate_0 \ static_assert(alignof(Ch00_Katjas_Apartment_Design_C_EOEventDelegate_0) == 0x000008, "Wrong alignment on Ch00_Katjas_Apartment_Design_C_EOEventDelegate_0"); \ static_assert(sizeof(Ch00_Katjas_Apartment_Design_C_EOEventDelegate_0) == 0x000010, "Wrong size on Ch00_Katjas_Apartment_Design_C_EOEventDelegate_0"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Design_C_EOEventDelegate_0, Sender) == 0x000000, "Member 'Ch00_Katjas_Apartment_Design_C_EOEventDelegate_0::Sender' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Design_C_EOEventDelegate_0, Event) == 0x000008, "Member 'Ch00_Katjas_Apartment_Design_C_EOEventDelegate_0::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACh00_Katjas_Apartment_Design_C \ static_assert(alignof(ACh00_Katjas_Apartment_Design_C) == 0x000008, "Wrong alignment on ACh00_Katjas_Apartment_Design_C"); \ static_assert(sizeof(ACh00_Katjas_Apartment_Design_C) == 0x000310, "Wrong size on ACh00_Katjas_Apartment_Design_C"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Design_C, UberGraphFrame_Ch00_Katjas_Apartment_Design_C) == 0x0002F8, "Member 'ACh00_Katjas_Apartment_Design_C::UberGraphFrame_Ch00_Katjas_Apartment_Design_C' has a wrong offset!"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Design_C, BP_PlayerBlocker_Kitchen2_ExecuteUbergraph_Ch00_Katjas_Apartment_Design_RefProperty) == 0x000300, "Member 'ACh00_Katjas_Apartment_Design_C::BP_PlayerBlocker_Kitchen2_ExecuteUbergraph_Ch00_Katjas_Apartment_Design_RefProperty' has a wrong offset!"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Design_C, BP_PlayerBlocker_Kitchen1_ExecuteUbergraph_Ch00_Katjas_Apartment_Design_RefProperty) == 0x000308, "Member 'ACh00_Katjas_Apartment_Design_C::BP_PlayerBlocker_Kitchen1_ExecuteUbergraph_Ch00_Katjas_Apartment_Design_RefProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector \ static_assert(alignof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector) == 0x000008, "Wrong alignment on BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector"); \ static_assert(sizeof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector) == 0x0000A0, "Wrong size on BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, EntryPoint) == 0x000000, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, Temp_int_Variable) == 0x000004, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::Temp_int_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, Temp_int_Variable_1) == 0x000010, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::Temp_int_Variable_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, Temp_int_Variable_2) == 0x000014, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::Temp_int_Variable_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Add_IntInt_ReturnValue_1) == 0x000018, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Add_IntInt_ReturnValue_2) == 0x00001C, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Add_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, Temp_int_Variable_3) == 0x000020, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::Temp_int_Variable_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Add_IntInt_ReturnValue_3) == 0x000024, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Add_IntInt_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Array_Get_Item) == 0x000028, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Array_Get_Item' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Less_IntInt_ReturnValue) == 0x000030, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, K2Node_EOEvent_Sender_2) == 0x000038, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::K2Node_EOEvent_Sender_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, K2Node_EOEvent_Event_2) == 0x000040, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::K2Node_EOEvent_Event_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, K2Node_EOEvent_Sender_1) == 0x000048, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, K2Node_EOEvent_Event_1) == 0x000050, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, K2Node_Event_DeltaSeconds) == 0x000058, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x00005C, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, K2Node_EOEvent_Sender) == 0x000060, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, K2Node_EOEvent_Event) == 0x000068, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::K2Node_EOEvent_Event' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Array_Get_Item_1) == 0x000070, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Array_Get_Item_2) == 0x000078, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Array_Get_Item_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Array_Length_ReturnValue_1) == 0x000080, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Array_Length_ReturnValue_2) == 0x000084, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Array_Length_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Less_IntInt_ReturnValue_1) == 0x000088, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Less_IntInt_ReturnValue_2) == 0x000089, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Less_IntInt_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Array_Length_ReturnValue_3) == 0x00008C, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Array_Length_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Array_Get_Item_3) == 0x000090, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Array_Get_Item_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector, CallFunc_Less_IntInt_ReturnValue_3) == 0x000098, "Member 'BP_VideoProjector_C_ExecuteUbergraph_BP_VideoProjector::CallFunc_Less_IntInt_ReturnValue_3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_C_OnCheckpointLoadFinished \ static_assert(alignof(BP_VideoProjector_C_OnCheckpointLoadFinished) == 0x000008, "Wrong alignment on BP_VideoProjector_C_OnCheckpointLoadFinished"); \ static_assert(sizeof(BP_VideoProjector_C_OnCheckpointLoadFinished) == 0x000010, "Wrong size on BP_VideoProjector_C_OnCheckpointLoadFinished"); \ static_assert(offsetof(BP_VideoProjector_C_OnCheckpointLoadFinished, Sender) == 0x000000, "Member 'BP_VideoProjector_C_OnCheckpointLoadFinished::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_OnCheckpointLoadFinished, Event) == 0x000008, "Member 'BP_VideoProjector_C_OnCheckpointLoadFinished::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_C_ReceiveTick \ static_assert(alignof(BP_VideoProjector_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_VideoProjector_C_ReceiveTick"); \ static_assert(sizeof(BP_VideoProjector_C_ReceiveTick) == 0x000004, "Wrong size on BP_VideoProjector_C_ReceiveTick"); \ static_assert(offsetof(BP_VideoProjector_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_VideoProjector_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_C_PlayVideo \ static_assert(alignof(BP_VideoProjector_C_PlayVideo) == 0x000008, "Wrong alignment on BP_VideoProjector_C_PlayVideo"); \ static_assert(sizeof(BP_VideoProjector_C_PlayVideo) == 0x000010, "Wrong size on BP_VideoProjector_C_PlayVideo"); \ static_assert(offsetof(BP_VideoProjector_C_PlayVideo, Sender) == 0x000000, "Member 'BP_VideoProjector_C_PlayVideo::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_PlayVideo, Event) == 0x000008, "Member 'BP_VideoProjector_C_PlayVideo::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_C_StopVideo \ static_assert(alignof(BP_VideoProjector_C_StopVideo) == 0x000008, "Wrong alignment on BP_VideoProjector_C_StopVideo"); \ static_assert(sizeof(BP_VideoProjector_C_StopVideo) == 0x000010, "Wrong size on BP_VideoProjector_C_StopVideo"); \ static_assert(offsetof(BP_VideoProjector_C_StopVideo, Sender) == 0x000000, "Member 'BP_VideoProjector_C_StopVideo::Sender' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_StopVideo, Event) == 0x000008, "Member 'BP_VideoProjector_C_StopVideo::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_C_SetUpMediaPreps \ static_assert(alignof(BP_VideoProjector_C_SetUpMediaPreps) == 0x000008, "Wrong alignment on BP_VideoProjector_C_SetUpMediaPreps"); \ static_assert(sizeof(BP_VideoProjector_C_SetUpMediaPreps) == 0x000018, "Wrong size on BP_VideoProjector_C_SetUpMediaPreps"); \ static_assert(offsetof(BP_VideoProjector_C_SetUpMediaPreps, Projector) == 0x000000, "Member 'BP_VideoProjector_C_SetUpMediaPreps::Projector' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SetUpMediaPreps, MaterialInstanceDynamic) == 0x000008, "Member 'BP_VideoProjector_C_SetUpMediaPreps::MaterialInstanceDynamic' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SetUpMediaPreps, Channel) == 0x000010, "Member 'BP_VideoProjector_C_SetUpMediaPreps::Channel' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SetUpMediaPreps, CallFunc_Multiply_FloatFloat_ReturnValue) == 0x000014, "Member 'BP_VideoProjector_C_SetUpMediaPreps::CallFunc_Multiply_FloatFloat_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_C_SwitchVideoPlayer \ static_assert(alignof(BP_VideoProjector_C_SwitchVideoPlayer) == 0x000008, "Wrong alignment on BP_VideoProjector_C_SwitchVideoPlayer"); \ static_assert(sizeof(BP_VideoProjector_C_SwitchVideoPlayer) == 0x000060, "Wrong size on BP_VideoProjector_C_SwitchVideoPlayer"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, Temp_byte_Variable) == 0x000000, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::Temp_byte_Variable' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_Not_PreBool_ReturnValue) == 0x000001, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_Not_PreBool_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_Array_Add_ReturnValue) == 0x000004, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_Array_Add_ReturnValue_1) == 0x000008, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_Array_Add_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_Array_Add_ReturnValue_2) == 0x00000C, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_Array_Add_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_Array_Add_ReturnValue_3) == 0x000010, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_Array_Add_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_CreateDynamicMaterialInstance_ReturnValue) == 0x000018, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_CreateDynamicMaterialInstance_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_BooleanAND_ReturnValue) == 0x000020, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_Array_Add_ReturnValue_4) == 0x000024, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_Array_Add_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_CreateDynamicMaterialInstance_ReturnValue_1) == 0x000028, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_CreateDynamicMaterialInstance_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_Array_Add_ReturnValue_5) == 0x000030, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_Array_Add_ReturnValue_5' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_CreateDynamicMaterialInstance_ReturnValue_2) == 0x000038, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_CreateDynamicMaterialInstance_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_Array_Add_ReturnValue_6) == 0x000040, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_Array_Add_ReturnValue_6' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_CreateDynamicMaterialInstance_ReturnValue_3) == 0x000048, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_CreateDynamicMaterialInstance_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, CallFunc_Array_Add_ReturnValue_7) == 0x000050, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::CallFunc_Array_Add_ReturnValue_7' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_SwitchVideoPlayer, K2Node_Select_Default) == 0x000058, "Member 'BP_VideoProjector_C_SwitchVideoPlayer::K2Node_Select_Default' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_C_SetVideoPlayer \ static_assert(alignof(BP_VideoProjector_C_SetVideoPlayer) == 0x000001, "Wrong alignment on BP_VideoProjector_C_SetVideoPlayer"); \ static_assert(sizeof(BP_VideoProjector_C_SetVideoPlayer) == 0x000001, "Wrong size on BP_VideoProjector_C_SetVideoPlayer"); \ static_assert(offsetof(BP_VideoProjector_C_SetVideoPlayer, Video_Player_0) == 0x000000, "Member 'BP_VideoProjector_C_SetVideoPlayer::Video_Player_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_VideoProjector_C_RegisterEOEvents \ static_assert(alignof(BP_VideoProjector_C_RegisterEOEvents) == 0x000004, "Wrong alignment on BP_VideoProjector_C_RegisterEOEvents"); \ static_assert(sizeof(BP_VideoProjector_C_RegisterEOEvents) == 0x000030, "Wrong size on BP_VideoProjector_C_RegisterEOEvents"); \ static_assert(offsetof(BP_VideoProjector_C_RegisterEOEvents, K2Node_EOCreateEvent_OutputDelegate) == 0x000000, "Member 'BP_VideoProjector_C_RegisterEOEvents::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_RegisterEOEvents, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000010, "Member 'BP_VideoProjector_C_RegisterEOEvents::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(BP_VideoProjector_C_RegisterEOEvents, K2Node_EOCreateEvent_OutputDelegate_2) == 0x000020, "Member 'BP_VideoProjector_C_RegisterEOEvents::K2Node_EOCreateEvent_OutputDelegate_2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_VideoProjector_C \ static_assert(alignof(ABP_VideoProjector_C) == 0x000008, "Wrong alignment on ABP_VideoProjector_C"); \ static_assert(sizeof(ABP_VideoProjector_C) == 0x000378, "Wrong size on ABP_VideoProjector_C"); \ static_assert(offsetof(ABP_VideoProjector_C, UberGraphFrame) == 0x000230, "Member 'ABP_VideoProjector_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Projector_RGB) == 0x000238, "Member 'ABP_VideoProjector_C::Projector_RGB' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Audio) == 0x000240, "Member 'ABP_VideoProjector_C::Audio' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Projector_B) == 0x000248, "Member 'ABP_VideoProjector_C::Projector_B' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Projector_G) == 0x000250, "Member 'ABP_VideoProjector_C::Projector_G' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Projector_R) == 0x000258, "Member 'ABP_VideoProjector_C::Projector_R' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, DefaultSceneRoot) == 0x000260, "Member 'ABP_VideoProjector_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Cast_Shadows) == 0x000268, "Member 'ABP_VideoProjector_C::Cast_Shadows' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Outer_Cone_Angle) == 0x00026C, "Member 'ABP_VideoProjector_C::Outer_Cone_Angle' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Inner_Cone_Angle) == 0x000270, "Member 'ABP_VideoProjector_C::Inner_Cone_Angle' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Base_Intensity) == 0x000274, "Member 'ABP_VideoProjector_C::Base_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Intensity) == 0x000278, "Member 'ABP_VideoProjector_C::Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Use_Color_Temperature) == 0x00027C, "Member 'ABP_VideoProjector_C::Use_Color_Temperature' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Temperature) == 0x000280, "Member 'ABP_VideoProjector_C::Temperature' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Light_Function) == 0x000288, "Member 'ABP_VideoProjector_C::Light_Function' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Desaturation) == 0x000290, "Member 'ABP_VideoProjector_C::Desaturation' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Invert) == 0x000294, "Member 'ABP_VideoProjector_C::Invert' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Contrast) == 0x000298, "Member 'ABP_VideoProjector_C::Contrast' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Tint) == 0x00029C, "Member 'ABP_VideoProjector_C::Tint' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Attenuation_Radius) == 0x0002AC, "Member 'ABP_VideoProjector_C::Attenuation_Radius' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Options) == 0x0002B0, "Member 'ABP_VideoProjector_C::Options' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Volumetric_Intensity) == 0x0002E0, "Member 'ABP_VideoProjector_C::Volumetric_Intensity' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Use_Volumetric_Fog) == 0x0002E4, "Member 'ABP_VideoProjector_C::Use_Volumetric_Fog' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, AudioComponent) == 0x0002E8, "Member 'ABP_VideoProjector_C::AudioComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, SoundBase) == 0x0002F0, "Member 'ABP_VideoProjector_C::SoundBase' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, FadeDir) == 0x0002F8, "Member 'ABP_VideoProjector_C::FadeDir' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Video_Player) == 0x0002FC, "Member 'ABP_VideoProjector_C::Video_Player' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, BinkMediaTexture) == 0x000300, "Member 'ABP_VideoProjector_C::BinkMediaTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, Shadow_Bias) == 0x000308, "Member 'ABP_VideoProjector_C::Shadow_Bias' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, PlayingVideo) == 0x00030C, "Member 'ABP_VideoProjector_C::PlayingVideo' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, RChannelFloat) == 0x000310, "Member 'ABP_VideoProjector_C::RChannelFloat' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, GChannelFloat) == 0x000314, "Member 'ABP_VideoProjector_C::GChannelFloat' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, BChannelFloat) == 0x000318, "Member 'ABP_VideoProjector_C::BChannelFloat' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, AMediaTexture) == 0x000320, "Member 'ABP_VideoProjector_C::AMediaTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, BMediaTexture) == 0x000328, "Member 'ABP_VideoProjector_C::BMediaTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, CMediaTexture) == 0x000330, "Member 'ABP_VideoProjector_C::CMediaTexture' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, RVideoName) == 0x000338, "Member 'ABP_VideoProjector_C::RVideoName' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, GVideoName) == 0x000340, "Member 'ABP_VideoProjector_C::GVideoName' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, BVideoName) == 0x000348, "Member 'ABP_VideoProjector_C::BVideoName' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, UseFullColorLightFunction) == 0x000350, "Member 'ABP_VideoProjector_C::UseFullColorLightFunction' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, ActiveMIDs) == 0x000358, "Member 'ABP_VideoProjector_C::ActiveMIDs' has a wrong offset!"); \ static_assert(offsetof(ABP_VideoProjector_C, ActiveLights) == 0x000368, "Member 'ABP_VideoProjector_C::ActiveLights' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting \ static_assert(alignof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting) == 0x000008, "Wrong alignment on Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting"); \ static_assert(sizeof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting) == 0x000058, "Wrong size on Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting, EntryPoint) == 0x000000, "Member 'Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting, CallFunc_Lerp_ReturnValue) == 0x000010, "Member 'Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting::CallFunc_Lerp_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting, K2Node_EOCreateEvent_OutputDelegate) == 0x000014, "Member 'Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting::K2Node_EOCreateEvent_OutputDelegate' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting, K2Node_EOEvent_Sender_1) == 0x000028, "Member 'Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting::K2Node_EOEvent_Sender_1' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting, K2Node_EOEvent_Event_1) == 0x000030, "Member 'Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting::K2Node_EOEvent_Event_1' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting, K2Node_EOCreateEvent_OutputDelegate_1) == 0x000038, "Member 'Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting::K2Node_EOCreateEvent_OutputDelegate_1' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting, K2Node_EOEvent_Sender) == 0x000048, "Member 'Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting::K2Node_EOEvent_Sender' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting, K2Node_EOEvent_Event) == 0x000050, "Member 'Ch00_Katjas_Apartment_Lighting_C_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting::K2Node_EOEvent_Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ch00_Katjas_Apartment_Lighting_C_OnEnableChimeRingTrigger \ static_assert(alignof(Ch00_Katjas_Apartment_Lighting_C_OnEnableChimeRingTrigger) == 0x000008, "Wrong alignment on Ch00_Katjas_Apartment_Lighting_C_OnEnableChimeRingTrigger"); \ static_assert(sizeof(Ch00_Katjas_Apartment_Lighting_C_OnEnableChimeRingTrigger) == 0x000010, "Wrong size on Ch00_Katjas_Apartment_Lighting_C_OnEnableChimeRingTrigger"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_OnEnableChimeRingTrigger, Sender) == 0x000000, "Member 'Ch00_Katjas_Apartment_Lighting_C_OnEnableChimeRingTrigger::Sender' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_OnEnableChimeRingTrigger, Event) == 0x000008, "Member 'Ch00_Katjas_Apartment_Lighting_C_OnEnableChimeRingTrigger::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Ch00_Katjas_Apartment_Lighting_C_StartChimeRinging \ static_assert(alignof(Ch00_Katjas_Apartment_Lighting_C_StartChimeRinging) == 0x000008, "Wrong alignment on Ch00_Katjas_Apartment_Lighting_C_StartChimeRinging"); \ static_assert(sizeof(Ch00_Katjas_Apartment_Lighting_C_StartChimeRinging) == 0x000010, "Wrong size on Ch00_Katjas_Apartment_Lighting_C_StartChimeRinging"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_StartChimeRinging, Sender) == 0x000000, "Member 'Ch00_Katjas_Apartment_Lighting_C_StartChimeRinging::Sender' has a wrong offset!"); \ static_assert(offsetof(Ch00_Katjas_Apartment_Lighting_C_StartChimeRinging, Event) == 0x000008, "Member 'Ch00_Katjas_Apartment_Lighting_C_StartChimeRinging::Event' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ACh00_Katjas_Apartment_Lighting_C \ static_assert(alignof(ACh00_Katjas_Apartment_Lighting_C) == 0x000008, "Wrong alignment on ACh00_Katjas_Apartment_Lighting_C"); \ static_assert(sizeof(ACh00_Katjas_Apartment_Lighting_C) == 0x000320, "Wrong size on ACh00_Katjas_Apartment_Lighting_C"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Lighting_C, UberGraphFrame_Ch00_Katjas_Apartment_Lighting_C) == 0x0002F8, "Member 'ACh00_Katjas_Apartment_Lighting_C::UberGraphFrame_Ch00_Katjas_Apartment_Lighting_C' has a wrong offset!"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Lighting_C, Timeline_FadeIn_Post_Alpha_9322F00A45EDCC538C1FAB807E7CFF06) == 0x000300, "Member 'ACh00_Katjas_Apartment_Lighting_C::Timeline_FadeIn_Post_Alpha_9322F00A45EDCC538C1FAB807E7CFF06' has a wrong offset!"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Lighting_C, Timeline_FadeIn_Post__Direction_9322F00A45EDCC538C1FAB807E7CFF06) == 0x000304, "Member 'ACh00_Katjas_Apartment_Lighting_C::Timeline_FadeIn_Post__Direction_9322F00A45EDCC538C1FAB807E7CFF06' has a wrong offset!"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Lighting_C, Timeline_FadeIn_Post) == 0x000308, "Member 'ACh00_Katjas_Apartment_Lighting_C::Timeline_FadeIn_Post' has a wrong offset!"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Lighting_C, BP_VideoProjector_Point_4_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting_RefProperty) == 0x000310, "Member 'ACh00_Katjas_Apartment_Lighting_C::BP_VideoProjector_Point_4_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting_RefProperty' has a wrong offset!"); \ static_assert(offsetof(ACh00_Katjas_Apartment_Lighting_C, PostProcessVolume_VideoTransition_Prologue_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting_RefProperty) == 0x000318, "Member 'ACh00_Katjas_Apartment_Lighting_C::PostProcessVolume_VideoTransition_Prologue_ExecuteUbergraph_Ch00_Katjas_Apartment_Lighting_RefProperty' has a wrong offset!"); \ #define DUMPER7_ASSERTS_AKatjasApt_Art_Interior_C \ static_assert(alignof(AKatjasApt_Art_Interior_C) == 0x000008, "Wrong alignment on AKatjasApt_Art_Interior_C"); \ static_assert(sizeof(AKatjasApt_Art_Interior_C) == 0x000238, "Wrong size on AKatjasApt_Art_Interior_C"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000018, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_FI_MicroficheMachine_KatjaStudy) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_FI_MicroficheMachine_KatjaStudy' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_FI_MicroficheMachine_KatjaStudy_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_FI_MicroficheMachine_KatjaStudy_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_FI_MicroficheMachine_KatjaStudy_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_FI_MicroficheMachine_KatjaStudy_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_FI_MicroficheMachine_KatjaStudy_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_FI_MicroficheMachine_KatjaStudy_Event_0, BP_FI_MicroficheMachine_KatjaStudy) == 0x000000, "Member 'SequenceDirector_C_BP_FI_MicroficheMachine_KatjaStudy_Event_0::BP_FI_MicroficheMachine_KatjaStudy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0, BP_FI_MicroficheMachine_KatjaStudy) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0::BP_FI_MicroficheMachine_KatjaStudy' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_KA0_Reading1stMicrofiche__USequenceDirector_C \ static_assert(alignof(Seq_KA0_Reading1stMicrofiche::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_KA0_Reading1stMicrofiche::USequenceDirector_C"); \ static_assert(sizeof(Seq_KA0_Reading1stMicrofiche::USequenceDirector_C) == 0x000040, "Wrong size on Seq_KA0_Reading1stMicrofiche::USequenceDirector_C"); \ static_assert(offsetof(Seq_KA0_Reading1stMicrofiche::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_KA0_Reading1stMicrofiche::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000028, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_Fridge) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_Fridge' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_FI_JournalController_Ch00) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_FI_JournalController_Ch00' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_GuidedPointOfInterest_Ch00InfusionApparatus) == 0x000018, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_GuidedPointOfInterest_Ch00InfusionApparatus' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_AudioFossil_Kitchen) == 0x000020, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_AudioFossil_Kitchen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_Fridge_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_Fridge_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_Fridge_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_Fridge_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_Fridge_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_Fridge_Event_0, BP_Fridge) == 0x000000, "Member 'SequenceDirector_C_BP_Fridge_Event_0::BP_Fridge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_AudioFossil_Kitchen_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_AudioFossil_Kitchen_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_AudioFossil_Kitchen_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_AudioFossil_Kitchen_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_AudioFossil_Kitchen_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_AudioFossil_Kitchen_Event_0, BP_AudioFossil_Kitchen) == 0x000000, "Member 'SequenceDirector_C_BP_AudioFossil_Kitchen_Event_0::BP_AudioFossil_Kitchen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_GuidedPointOfInterest_Ch00InfusionApparatus_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_GuidedPointOfInterest_Ch00InfusionApparatus_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_GuidedPointOfInterest_Ch00InfusionApparatus_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_GuidedPointOfInterest_Ch00InfusionApparatus_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_GuidedPointOfInterest_Ch00InfusionApparatus_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_GuidedPointOfInterest_Ch00InfusionApparatus_Event_0, BP_GuidedPointOfInterest_Ch00InfusionApparatus) == 0x000000, "Member 'SequenceDirector_C_BP_GuidedPointOfInterest_Ch00InfusionApparatus_Event_0::BP_GuidedPointOfInterest_Ch00InfusionApparatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_FI_JournalController_Ch00_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_FI_JournalController_Ch00_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_FI_JournalController_Ch00_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_FI_JournalController_Ch00_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_FI_JournalController_Ch00_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_FI_JournalController_Ch00_Event_0, BP_FI_JournalController_Ch00) == 0x000000, "Member 'SequenceDirector_C_BP_FI_JournalController_Ch00_Event_0::BP_FI_JournalController_Ch00' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0, BP_FI_JournalController_Ch00) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0::BP_FI_JournalController_Ch00' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1, BP_GuidedPointOfInterest_Ch00InfusionApparatus) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1::BP_GuidedPointOfInterest_Ch00InfusionApparatus' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2, BP_AudioFossil_Kitchen) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2::BP_AudioFossil_Kitchen' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3, BP_Fridge) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3::BP_Fridge' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_KA0_KitchenApparatusAndJournal__USequenceDirector_C \ static_assert(alignof(Seq_KA0_KitchenApparatusAndJournal::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_KA0_KitchenApparatusAndJournal::USequenceDirector_C"); \ static_assert(sizeof(Seq_KA0_KitchenApparatusAndJournal::USequenceDirector_C) == 0x000040, "Wrong size on Seq_KA0_KitchenApparatusAndJournal::USequenceDirector_C"); \ static_assert(offsetof(Seq_KA0_KitchenApparatusAndJournal::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_KA0_KitchenApparatusAndJournal::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_UCamShake_CineOrganic_Subtle_C \ static_assert(alignof(UCamShake_CineOrganic_Subtle_C) == 0x000010, "Wrong alignment on UCamShake_CineOrganic_Subtle_C"); \ static_assert(sizeof(UCamShake_CineOrganic_Subtle_C) == 0x0000B0, "Wrong size on UCamShake_CineOrganic_Subtle_C"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000088, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000020, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000028, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_AudioComponent0) == 0x000030, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_AudioComponent0' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_Tremor) == 0x000038, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_Tremor' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_MakeLiteralByte_ReturnValue) == 0x000040, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_ApartmentDoor_HallwayStudy1) == 0x000048, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_ApartmentDoor_HallwayStudy1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_AudioFossil_Study) == 0x000050, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_AudioFossil_Study' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_PlayerBlocker_Study1) == 0x000058, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_PlayerBlocker_Study1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_PlayerBlocker_Study2) == 0x000060, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_PlayerBlocker_Study2' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_PlayerBlocker_Study3) == 0x000068, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_PlayerBlocker_Study3' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_PlayerBlocker_Study4) == 0x000070, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_PlayerBlocker_Study4' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_SoCu_SX_CINE_KA0_Quake) == 0x000078, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_SoCu_SX_CINE_KA0_Quake' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000080, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SoCu_SX_CINE_KA0_Quake_Event_0 \ static_assert(alignof(SequenceDirector_C_SoCu_SX_CINE_KA0_Quake_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_SoCu_SX_CINE_KA0_Quake_Event_0"); \ static_assert(sizeof(SequenceDirector_C_SoCu_SX_CINE_KA0_Quake_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_SoCu_SX_CINE_KA0_Quake_Event_0"); \ static_assert(offsetof(SequenceDirector_C_SoCu_SX_CINE_KA0_Quake_Event_0, SoCu_SX_CINE_KA0_Quake) == 0x000000, "Member 'SequenceDirector_C_SoCu_SX_CINE_KA0_Quake_Event_0::SoCu_SX_CINE_KA0_Quake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_PlayerBlocker_Study4_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_PlayerBlocker_Study4_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_PlayerBlocker_Study4_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_PlayerBlocker_Study4_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_PlayerBlocker_Study4_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_PlayerBlocker_Study4_Event_0, BP_PlayerBlocker_Study4) == 0x000000, "Member 'SequenceDirector_C_BP_PlayerBlocker_Study4_Event_0::BP_PlayerBlocker_Study4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_PlayerBlocker_Study3_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_PlayerBlocker_Study3_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_PlayerBlocker_Study3_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_PlayerBlocker_Study3_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_PlayerBlocker_Study3_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_PlayerBlocker_Study3_Event_0, BP_PlayerBlocker_Study3) == 0x000000, "Member 'SequenceDirector_C_BP_PlayerBlocker_Study3_Event_0::BP_PlayerBlocker_Study3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_PlayerBlocker_Study2_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_PlayerBlocker_Study2_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_PlayerBlocker_Study2_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_PlayerBlocker_Study2_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_PlayerBlocker_Study2_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_PlayerBlocker_Study2_Event_0, BP_PlayerBlocker_Study2) == 0x000000, "Member 'SequenceDirector_C_BP_PlayerBlocker_Study2_Event_0::BP_PlayerBlocker_Study2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_PlayerBlocker_Study1_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_PlayerBlocker_Study1_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_PlayerBlocker_Study1_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_PlayerBlocker_Study1_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_PlayerBlocker_Study1_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_PlayerBlocker_Study1_Event_0, BP_PlayerBlocker_Study1) == 0x000000, "Member 'SequenceDirector_C_BP_PlayerBlocker_Study1_Event_0::BP_PlayerBlocker_Study1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_AudioFossil_Study_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_AudioFossil_Study_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_AudioFossil_Study_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_AudioFossil_Study_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_AudioFossil_Study_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_AudioFossil_Study_Event_0, BP_AudioFossil_Study) == 0x000000, "Member 'SequenceDirector_C_BP_AudioFossil_Study_Event_0::BP_AudioFossil_Study' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_ApartmentDoor_HallwayStudy1_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_ApartmentDoor_HallwayStudy1_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_ApartmentDoor_HallwayStudy1_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_ApartmentDoor_HallwayStudy1_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_ApartmentDoor_HallwayStudy1_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_ApartmentDoor_HallwayStudy1_Event_0, BP_ApartmentDoor_HallwayStudy1) == 0x000000, "Member 'SequenceDirector_C_BP_ApartmentDoor_HallwayStudy1_Event_0::BP_ApartmentDoor_HallwayStudy1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_Tremor_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_Tremor_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_Tremor_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_Tremor_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_Tremor_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_Tremor_Event_0, BP_Tremor_0) == 0x000000, "Member 'SequenceDirector_C_BP_Tremor_Event_0::BP_Tremor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_JarSmashAudio \ static_assert(alignof(SequenceDirector_C_JarSmashAudio) == 0x000008, "Wrong alignment on SequenceDirector_C_JarSmashAudio"); \ static_assert(sizeof(SequenceDirector_C_JarSmashAudio) == 0x000008, "Wrong size on SequenceDirector_C_JarSmashAudio"); \ static_assert(offsetof(SequenceDirector_C_JarSmashAudio, AudioComponent0) == 0x000000, "Member 'SequenceDirector_C_JarSmashAudio::AudioComponent0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0, AudioComponent0) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0::AudioComponent0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_6 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_6) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_6"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_6) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_6"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_6, BP_Tremor_0) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_6::BP_Tremor_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_7 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_7) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_7"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_7) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_7"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_7, BP_ApartmentDoor_HallwayStudy1) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_7::BP_ApartmentDoor_HallwayStudy1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_8 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_8) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_8"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_8) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_8"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_8, BP_AudioFossil_Study) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_8::BP_AudioFossil_Study' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9, BP_PlayerBlocker_Study1) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9::BP_PlayerBlocker_Study1' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10, BP_PlayerBlocker_Study2) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10::BP_PlayerBlocker_Study2' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11, BP_PlayerBlocker_Study3) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11::BP_PlayerBlocker_Study3' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12, BP_PlayerBlocker_Study4) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12::BP_PlayerBlocker_Study4' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_13 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_13) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_13"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_13) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_13"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_13, SoCu_SX_CINE_KA0_Quake) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_13::SoCu_SX_CINE_KA0_Quake' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_KA0_KitchenQuake__USequenceDirector_C \ static_assert(alignof(Seq_KA0_KitchenQuake::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_KA0_KitchenQuake::USequenceDirector_C"); \ static_assert(sizeof(Seq_KA0_KitchenQuake::USequenceDirector_C) == 0x000068, "Wrong size on Seq_KA0_KitchenQuake::USequenceDirector_C"); \ static_assert(offsetof(Seq_KA0_KitchenQuake::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_KA0_KitchenQuake::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(Seq_KA0_KitchenQuake::USequenceDirector_C, BP_Tremor) == 0x000040, "Member 'Seq_KA0_KitchenQuake::USequenceDirector_C::BP_Tremor' has a wrong offset!"); \ static_assert(offsetof(Seq_KA0_KitchenQuake::USequenceDirector_C, Dialogue_Waves) == 0x000048, "Member 'Seq_KA0_KitchenQuake::USequenceDirector_C::Dialogue_Waves' has a wrong offset!"); \ static_assert(offsetof(Seq_KA0_KitchenQuake::USequenceDirector_C, Dialogue_Wave) == 0x000058, "Member 'Seq_KA0_KitchenQuake::USequenceDirector_C::Dialogue_Wave' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000040, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_KatjasTapePlayer_Ch0_2) == 0x000020, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_KatjasTapePlayer_Ch0_2' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_KatjasTapePlayer_Ch0_1) == 0x000028, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_KatjasTapePlayer_Ch0_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_KatjasTapePlayer_Ch0) == 0x000030, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_KatjasTapePlayer_Ch0' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_MakeLiteralByte_ReturnValue) == 0x000038, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_3 \ static_assert(alignof(SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_3) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_3"); \ static_assert(sizeof(SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_3) == 0x000008, "Wrong size on SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_3"); \ static_assert(offsetof(SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_3, BP_KatjasTapePlayer_Ch0) == 0x000000, "Member 'SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_3::BP_KatjasTapePlayer_Ch0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_1 \ static_assert(alignof(SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_1) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_1"); \ static_assert(sizeof(SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_1) == 0x000008, "Wrong size on SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_1"); \ static_assert(offsetof(SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_1, BP_KatjasTapePlayer_Ch0) == 0x000000, "Member 'SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_1::BP_KatjasTapePlayer_Ch0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_0, BP_KatjasTapePlayer_Ch0) == 0x000000, "Member 'SequenceDirector_C_BP_KatjasTapePlayer_Ch0_Event_0::BP_KatjasTapePlayer_Ch0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1, BP_KatjasTapePlayer_Ch0) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1::BP_KatjasTapePlayer_Ch0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2, BP_KatjasTapePlayer_Ch0) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2::BP_KatjasTapePlayer_Ch0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3, BP_KatjasTapePlayer_Ch0) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3::BP_KatjasTapePlayer_Ch0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_KA0_OpeningCine_HatchMarks__USequenceDirector_C \ static_assert(alignof(Seq_KA0_OpeningCine_HatchMarks::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_KA0_OpeningCine_HatchMarks::USequenceDirector_C"); \ static_assert(sizeof(Seq_KA0_OpeningCine_HatchMarks::USequenceDirector_C) == 0x000040, "Wrong size on Seq_KA0_OpeningCine_HatchMarks::USequenceDirector_C"); \ static_assert(offsetof(Seq_KA0_OpeningCine_HatchMarks::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_KA0_OpeningCine_HatchMarks::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_ExecuteUbergraph_BP_PlayerCharacter_Cine \ static_assert(alignof(BP_PlayerCharacter_Cine_C_ExecuteUbergraph_BP_PlayerCharacter_Cine) == 0x000008, "Wrong alignment on BP_PlayerCharacter_Cine_C_ExecuteUbergraph_BP_PlayerCharacter_Cine"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_ExecuteUbergraph_BP_PlayerCharacter_Cine) == 0x000038, "Wrong size on BP_PlayerCharacter_Cine_C_ExecuteUbergraph_BP_PlayerCharacter_Cine"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_ExecuteUbergraph_BP_PlayerCharacter_Cine, EntryPoint) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_ExecuteUbergraph_BP_PlayerCharacter_Cine::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_ExecuteUbergraph_BP_PlayerCharacter_Cine, K2Node_Event_S_BlendFootstep) == 0x000008, "Member 'BP_PlayerCharacter_Cine_C_ExecuteUbergraph_BP_PlayerCharacter_Cine::K2Node_Event_S_BlendFootstep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_SetFootstepBlend \ static_assert(alignof(BP_PlayerCharacter_Cine_C_SetFootstepBlend) == 0x000008, "Wrong alignment on BP_PlayerCharacter_Cine_C_SetFootstepBlend"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_SetFootstepBlend) == 0x000030, "Wrong size on BP_PlayerCharacter_Cine_C_SetFootstepBlend"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_SetFootstepBlend, S_BlendFootstep) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_SetFootstepBlend::S_BlendFootstep' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepCollisionObjectType \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepCollisionObjectType) == 0x000001, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepCollisionObjectType"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepCollisionObjectType) == 0x000001, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepCollisionObjectType"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepCollisionObjectType, Result) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepCollisionObjectType::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepTraceComponent \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepTraceComponent) == 0x000008, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepTraceComponent"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepTraceComponent) == 0x000008, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepTraceComponent"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepTraceComponent, Result) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepTraceComponent::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetEnd \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetEnd) == 0x000004, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetEnd"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetEnd) == 0x00000C, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetEnd"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetEnd, Result) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetEnd::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetStart \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetStart) == 0x000004, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetStart"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetStart) == 0x00000C, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetStart"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetStart, Result) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepRightSocketOffsetStart::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepRightSocketName \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepRightSocketName) == 0x000004, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepRightSocketName"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepRightSocketName) == 0x000008, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepRightSocketName"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepRightSocketName, Result) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepRightSocketName::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetEnd \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetEnd) == 0x000004, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetEnd"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetEnd) == 0x00000C, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetEnd"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetEnd, Result) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetEnd::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetStart \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetStart) == 0x000004, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetStart"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetStart) == 0x00000C, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetStart"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetStart, Result_) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketOffsetStart::Result_' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketName \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketName) == 0x000004, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketName"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketName) == 0x000008, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketName"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketName, Result) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepLeftSocketName::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepOverrideType \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepOverrideType) == 0x000008, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepOverrideType"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepOverrideType) == 0x000008, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepOverrideType"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepOverrideType, Result) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepOverrideType::Result' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepLeftTransform \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepLeftTransform) == 0x000010, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepLeftTransform"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepLeftTransform) == 0x000060, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepLeftTransform"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepLeftTransform, LeftTransform) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepLeftTransform::LeftTransform' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepLeftTransform, CallFunc_GetSocketTransform_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepLeftTransform::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepRightTransform \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepRightTransform) == 0x000010, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepRightTransform"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepRightTransform) == 0x000060, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepRightTransform"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepRightTransform, RightTransform) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepRightTransform::RightTransform' has a wrong offset!"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepRightTransform, CallFunc_GetSocketTransform_ReturnValue) == 0x000030, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepRightTransform::CallFunc_GetSocketTransform_ReturnValue' has a wrong offset!"); \ #define DUMPER7_ASSERTS_BP_PlayerCharacter_Cine_C_GetFootstepType \ static_assert(alignof(BP_PlayerCharacter_Cine_C_GetFootstepType) == 0x000001, "Wrong alignment on BP_PlayerCharacter_Cine_C_GetFootstepType"); \ static_assert(sizeof(BP_PlayerCharacter_Cine_C_GetFootstepType) == 0x000001, "Wrong size on BP_PlayerCharacter_Cine_C_GetFootstepType"); \ static_assert(offsetof(BP_PlayerCharacter_Cine_C_GetFootstepType, FootstepType_0) == 0x000000, "Member 'BP_PlayerCharacter_Cine_C_GetFootstepType::FootstepType_0' has a wrong offset!"); \ #define DUMPER7_ASSERTS_ABP_PlayerCharacter_Cine_C \ static_assert(alignof(ABP_PlayerCharacter_Cine_C) == 0x000008, "Wrong alignment on ABP_PlayerCharacter_Cine_C"); \ static_assert(sizeof(ABP_PlayerCharacter_Cine_C) == 0x000258, "Wrong size on ABP_PlayerCharacter_Cine_C"); \ static_assert(offsetof(ABP_PlayerCharacter_Cine_C, UberGraphFrame) == 0x000230, "Member 'ABP_PlayerCharacter_Cine_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_Cine_C, FootstepTraceComponent) == 0x000238, "Member 'ABP_PlayerCharacter_Cine_C::FootstepTraceComponent' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_Cine_C, SkeletalMeshComponent0) == 0x000240, "Member 'ABP_PlayerCharacter_Cine_C::SkeletalMeshComponent0' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_Cine_C, DefaultSceneRoot) == 0x000248, "Member 'ABP_PlayerCharacter_Cine_C::DefaultSceneRoot' has a wrong offset!"); \ static_assert(offsetof(ABP_PlayerCharacter_Cine_C, FootstepType) == 0x000250, "Member 'ABP_PlayerCharacter_Cine_C::FootstepType' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000030, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_VideoProjector_Ground) == 0x000018, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_VideoProjector_Ground' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_VideoProjector_Ceiling) == 0x000020, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_VideoProjector_Ceiling' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, Temp_name_Variable) == 0x000028, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::Temp_name_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0, BP_VideoProjector_Ceiling) == 0x000000, "Member 'SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0::BP_VideoProjector_Ceiling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_VideoProjector_Ground_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_VideoProjector_Ground_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_VideoProjector_Ground_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_VideoProjector_Ground_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_VideoProjector_Ground_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_VideoProjector_Ground_Event_0, BP_VideoProjector_Ground) == 0x000000, "Member 'SequenceDirector_C_BP_VideoProjector_Ground_Event_0::BP_VideoProjector_Ground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0, BP_VideoProjector_Ground) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_0::BP_VideoProjector_Ground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1, BP_VideoProjector_Ceiling) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_1::BP_VideoProjector_Ceiling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_KA0_TransitionVisuals_Out__USequenceDirector_C \ static_assert(alignof(Seq_KA0_TransitionVisuals_Out::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_KA0_TransitionVisuals_Out::USequenceDirector_C"); \ static_assert(sizeof(Seq_KA0_TransitionVisuals_Out::USequenceDirector_C) == 0x000040, "Wrong size on Seq_KA0_TransitionVisuals_Out::USequenceDirector_C"); \ static_assert(offsetof(Seq_KA0_TransitionVisuals_Out::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_KA0_TransitionVisuals_Out::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000090, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_MakeLiteralByte_ReturnValue) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000018, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000020, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000028, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000030, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000038, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_MakeLiteralByte_ReturnValue_2) == 0x000040, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_MakeLiteralByte_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_VideoProjector_Ceiling) == 0x000048, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_VideoProjector_Ceiling' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_BP_VideoProjector_Ground) == 0x000050, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_BP_VideoProjector_Ground' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_PostProcess_1) == 0x000058, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_PostProcess_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_PostProcess) == 0x000060, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_PostProcess' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, Temp_softobject_Variable) == 0x000068, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::Temp_softobject_Variable' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_PostProcess_Event_1 \ static_assert(alignof(SequenceDirector_C_PostProcess_Event_1) == 0x000008, "Wrong alignment on SequenceDirector_C_PostProcess_Event_1"); \ static_assert(sizeof(SequenceDirector_C_PostProcess_Event_1) == 0x000008, "Wrong size on SequenceDirector_C_PostProcess_Event_1"); \ static_assert(offsetof(SequenceDirector_C_PostProcess_Event_1, PostProcess) == 0x000000, "Member 'SequenceDirector_C_PostProcess_Event_1::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_PostProcess_Event_0 \ static_assert(alignof(SequenceDirector_C_PostProcess_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_PostProcess_Event_0"); \ static_assert(sizeof(SequenceDirector_C_PostProcess_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_PostProcess_Event_0"); \ static_assert(offsetof(SequenceDirector_C_PostProcess_Event_0, PostProcess) == 0x000000, "Member 'SequenceDirector_C_PostProcess_Event_0::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_VideoProjector_Ground_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_VideoProjector_Ground_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_VideoProjector_Ground_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_VideoProjector_Ground_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_VideoProjector_Ground_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_VideoProjector_Ground_Event_0, BP_VideoProjector_Ground) == 0x000000, "Member 'SequenceDirector_C_BP_VideoProjector_Ground_Event_0::BP_VideoProjector_Ground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0 \ static_assert(alignof(SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0"); \ static_assert(sizeof(SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0"); \ static_assert(offsetof(SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0, BP_VideoProjector_Ceiling) == 0x000000, "Member 'SequenceDirector_C_BP_VideoProjector_Ceiling_Event_0::BP_VideoProjector_Ceiling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9, BP_VideoProjector_Ceiling) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_9::BP_VideoProjector_Ceiling' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10, BP_VideoProjector_Ground) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_10::BP_VideoProjector_Ground' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11, PostProcess) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_11::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12, PostProcess) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_12::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_KA0_SS_DoorJamTowardsStudy__USequenceDirector_C \ static_assert(alignof(Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C"); \ static_assert(sizeof(Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C) == 0x000070, "Wrong size on Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C"); \ static_assert(offsetof(Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C, Videos_to_Play) == 0x000040, "Member 'Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C::Videos_to_Play' has a wrong offset!"); \ static_assert(offsetof(Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C, Sound_Mix_01) == 0x000050, "Member 'Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C::Sound_Mix_01' has a wrong offset!"); \ static_assert(offsetof(Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C, Sound_Mix_02) == 0x000060, "Member 'Seq_KA0_SS_DoorJamTowardsStudy::USequenceDirector_C::Sound_Mix_02' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000030, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_PostProcess_1) == 0x000020, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_PostProcess_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_PostProcess) == 0x000028, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_PostProcess_Event_1 \ static_assert(alignof(SequenceDirector_C_PostProcess_Event_1) == 0x000008, "Wrong alignment on SequenceDirector_C_PostProcess_Event_1"); \ static_assert(sizeof(SequenceDirector_C_PostProcess_Event_1) == 0x000008, "Wrong size on SequenceDirector_C_PostProcess_Event_1"); \ static_assert(offsetof(SequenceDirector_C_PostProcess_Event_1, PostProcess) == 0x000000, "Member 'SequenceDirector_C_PostProcess_Event_1::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_PostProcess_Event_0 \ static_assert(alignof(SequenceDirector_C_PostProcess_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_PostProcess_Event_0"); \ static_assert(sizeof(SequenceDirector_C_PostProcess_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_PostProcess_Event_0"); \ static_assert(offsetof(SequenceDirector_C_PostProcess_Event_0, PostProcess) == 0x000000, "Member 'SequenceDirector_C_PostProcess_Event_0::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2, PostProcess) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_2::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3, PostProcess) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_KA0_SS_RailingTowardsKitchen__USequenceDirector_C \ static_assert(alignof(Seq_KA0_SS_RailingTowardsKitchen::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_KA0_SS_RailingTowardsKitchen::USequenceDirector_C"); \ static_assert(sizeof(Seq_KA0_SS_RailingTowardsKitchen::USequenceDirector_C) == 0x000040, "Wrong size on Seq_KA0_SS_RailingTowardsKitchen::USequenceDirector_C"); \ static_assert(offsetof(Seq_KA0_SS_RailingTowardsKitchen::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_KA0_SS_RailingTowardsKitchen::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_ExecuteUbergraph_SequenceDirector \ static_assert(alignof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000008, "Wrong alignment on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(sizeof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector) == 0x000048, "Wrong size on SequenceDirector_C_ExecuteUbergraph_SequenceDirector"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, EntryPoint) == 0x000000, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::EntryPoint' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_MakeLiteralByte_ReturnValue) == 0x000004, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_MakeLiteralByte_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue) == 0x000008, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_1) == 0x000010, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_2) == 0x000018, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_2' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_3) == 0x000020, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_3' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_CreateEOEvent_ReturnValue_4) == 0x000028, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_CreateEOEvent_ReturnValue_4' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, CallFunc_MakeLiteralByte_ReturnValue_1) == 0x000030, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::CallFunc_MakeLiteralByte_ReturnValue_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_PostProcess_1) == 0x000038, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_PostProcess_1' has a wrong offset!"); \ static_assert(offsetof(SequenceDirector_C_ExecuteUbergraph_SequenceDirector, K2Node_CustomEvent_PostProcess) == 0x000040, "Member 'SequenceDirector_C_ExecuteUbergraph_SequenceDirector::K2Node_CustomEvent_PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_PostProcess_Event_1 \ static_assert(alignof(SequenceDirector_C_PostProcess_Event_1) == 0x000008, "Wrong alignment on SequenceDirector_C_PostProcess_Event_1"); \ static_assert(sizeof(SequenceDirector_C_PostProcess_Event_1) == 0x000008, "Wrong size on SequenceDirector_C_PostProcess_Event_1"); \ static_assert(offsetof(SequenceDirector_C_PostProcess_Event_1, PostProcess) == 0x000000, "Member 'SequenceDirector_C_PostProcess_Event_1::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_PostProcess_Event_0 \ static_assert(alignof(SequenceDirector_C_PostProcess_Event_0) == 0x000008, "Wrong alignment on SequenceDirector_C_PostProcess_Event_0"); \ static_assert(sizeof(SequenceDirector_C_PostProcess_Event_0) == 0x000008, "Wrong size on SequenceDirector_C_PostProcess_Event_0"); \ static_assert(offsetof(SequenceDirector_C_PostProcess_Event_0, PostProcess) == 0x000000, "Member 'SequenceDirector_C_PostProcess_Event_0::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3, PostProcess) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_3::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_4 \ static_assert(alignof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_4) == 0x000008, "Wrong alignment on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_4"); \ static_assert(sizeof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_4) == 0x000008, "Wrong size on SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_4"); \ static_assert(offsetof(SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_4, PostProcess) == 0x000000, "Member 'SequenceDirector_C_SequenceEvent__ENTRYPOINTSequenceDirector_4::PostProcess' has a wrong offset!"); \ #define DUMPER7_ASSERTS_Seq_KA0_SS_LeavingKitchen__USequenceDirector_C \ static_assert(alignof(Seq_KA0_SS_LeavingKitchen::USequenceDirector_C) == 0x000008, "Wrong alignment on Seq_KA0_SS_LeavingKitchen::USequenceDirector_C"); \ static_assert(sizeof(Seq_KA0_SS_LeavingKitchen::USequenceDirector_C) == 0x000050, "Wrong size on Seq_KA0_SS_LeavingKitchen::USequenceDirector_C"); \ static_assert(offsetof(Seq_KA0_SS_LeavingKitchen::USequenceDirector_C, UberGraphFrame) == 0x000038, "Member 'Seq_KA0_SS_LeavingKitchen::USequenceDirector_C::UberGraphFrame' has a wrong offset!"); \ static_assert(offsetof(Seq_KA0_SS_LeavingKitchen::USequenceDirector_C, Sound_Mix) == 0x000040, "Member 'Seq_KA0_SS_LeavingKitchen::USequenceDirector_C::Sound_Mix' has a wrong offset!"); \ }